@charset "UTF-8";
/* --------------------------------

  CSS Reset

-------------------------------- */
/*! destyle.css v3.0.0 | 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 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-bottom: 0;
  margin-left: 0;
}

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

/**
 * 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 {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  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 {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figcaption {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  color: #3B4043;
  line-height: 1.5;
}


/* 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 {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

[type=radio] {
  -webkit-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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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 {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* --------------------------------

  共通スタイル

-------------------------------- */
/* 共通見出し */
.heading {
  display: block;
  line-height: 1.2;
  max-width: 1343px;
  margin: 0 auto;
}
.heading.h2 {
  color: #003371;
  font-weight: 700;
  padding: 0 0 1.5rem 0;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  font-size: 3rem;
  border-bottom: 2px solid #98A6B5;
}
@media screen and (max-width: 768.98px) {
  .heading.h2 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768.98px) {
  .heading.h2 {
    letter-spacing: 0;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .heading.h2 {
    font-size: 1.8rem;
  }
}

/* インデント */
.indent {
  margin-left: 1em;
  text-indent: -1em;
}

.common-heading {
  position: relative;
  display: block;
  line-height: 1.2;
  max-width: 1315px;
  margin: 0 auto;
  color: #003371;
  font-weight: 700;
  padding: 0 0 1.5rem 0;
  margin-bottom: 3rem;
  letter-spacing: 0.05em;
  font-size: 3rem;
  border-bottom: 2px solid #98A6B5;
}
@media screen and (max-width: 768.98px) {
  .common-heading {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768.98px) {
  .common-heading {
    letter-spacing: 0;
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
}
.common-heading::before {
  content: attr(data-ttl);
  position: absolute;
  right: 0;
  bottom: 1.2rem;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099.98px) {
  .common-heading::before {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768.98px) {
  .common-heading::before {
    font-size: 1.4rem;
    bottom: 1.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .common-heading::before {
    font-size: 1.2rem;
    bottom: 1.6rem;
    letter-spacing: 0;
  }
}
/* 注釈（※）用インデント */
.note {
  margin-left: 1em;
  text-indent: -1em;
}

.link-button a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #003371;
  line-height: 1.2;
  border-radius: 10em;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768.98px) {
  .link-button a {
    font-size: 1.6rem;
  }
}

/* 共通リンクボタン（ホバー）*/
.wp-block-button__link {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  border-radius: 10em;
  background-color: #003371;
  padding: 2rem 5rem;
  transition: opacity 0.3s ease;
  @media screen and (max-width: 1099.98px) {
      font-size: 1.4rem;
      padding: 1.5rem;
  }
  &:hover {
    background-color: #005BAC;
    color: #ffffff;
  }
}
.wp-block-buttons {
  margin: 16px;
  @media screen and (max-width: 768.98px) {
    margin: 8px;
  }
}

/* コンテンツ画面中央寄せ */
.inner {
    position: relative;
    max-width: 1315px;
    margin-right: auto;
    margin-left: auto;
    @media screen and (max-width: 768.98px) {
        max-width: max-content;
    }
    &::after {
        content: "";
        display: table;
        clear: both;
    }
}

/* アンカー位置調整 */
.anchor-point {
  display: block;
}
.anchor-point::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -91px;
  margin-bottom: 90px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .anchor-point::before {
    margin-top: -151px;
    margin-bottom: 150px;
  }
}

/* 共通お問い合わせ */
@media screen and (max-width: 1099.98px) {
  .global-contact {
    padding: 1rem;
  }
}
.global-contact-text {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 1.2rem;
  color: #333333;
  margin-bottom: 0.3rem;
}
@media screen and (min-width: 1100px), print {
  .global-contact-tel {
    position: absolute;
    top: 2.3rem;
    right: 230px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-tel {
    right: 290px;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-tel {
    text-align: center;
    margin-bottom: 1.2rem;
  }
}
.global-contact-tel .tel-link {
  position: relative;
  display: inline-block;
  padding-left: 2.2rem;
}
.global-contact-tel .tel-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  display: block;
  width: 15px;
  height: 15px;
  background: url("../img/base/icon-tel_blk.svg") no-repeat center/cover;
  background-size: cover;
}
.global-contact-tel .tel-num {
  font-size: 2.2rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}
@media screen and (min-width: 1100px), print {
  .global-contact-mail {
    position: absolute;
    top: calc(50% + 3px);
    right: 1.5rem;
    transform: translateY(-50%);
    display: block;
    width: 200px;
    height: 60px;
  }
}
@media screen and (min-width: 1440px), print {
  .global-contact-mail {
    width: 250px;
  }
}
@media screen and (max-width: 1099.98px) {
  .global-contact-mail {
    width: 100%;
    height: 60px;
  }
}
.global-contact-mail a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1.2;
  color: #ffffff;
  background-color: #003371;
}
.global-contact-mail a:hover::before {
  background-color: rgba(255, 255, 255, 0);
}
.global-contact-mail a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  width: 55%;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(32px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  transition: background-color 0.3s ease;
}
.global-contact-mail a span {
  position: relative;
  display: inline-block;
  padding-left: 2.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  z-index: 1;
}
.global-contact-mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 19px;
  height: 14px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
.global-contact a.tel-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 1100px), print {
  .tel-button {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .tel-button {
    display: block;
    position: fixed;
    top: 29px;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    transition: opacity 0.3s ease;
  }
  .tel-button:hover {
    opacity: 0.8;
  }
  .tel-button a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .tel-button a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_blue.svg") no-repeat center/cover;
  }
  .tel-button a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #003371;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
@media screen and (max-width: 768.98px) {
  .tel-button {
    top: 0;
  }
}

.contact-button {
  position: fixed;
  display: block;
  z-index: 1100;
}
@media screen and (min-width: 1100px), print {
  .contact-button {
    right: 0;
    top: 0;
    width: 197px;
    height: 140px;
  }
}
@media screen and (max-width: 1099.98px) {
  .contact-button {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
  }
}
.contact-button a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #003371;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 500;
  border-radius: 0 0 0 2rem;
  padding-top: 5rem;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a {
    border-radius: 0.5rem 0.5rem 0 0;
    padding-top: 2.4rem;
  }
}
.contact-button a:hover {
  background-color: #003371;
}
.contact-button a::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  display: block;
  width: 50px;
  height: 36px;
  background-image: url("../img/base/icon-mail_wht.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a::before {
    width: 26px;
    height: 19px;
    top: 0.8rem;
  }
}
.contact-button a .jp {
  display: block;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a .jp {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.contact-button a .en {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 1099.98px) {
  .contact-button a .en {
    font-size: 1.2rem;
    display: none;
  }
}

* {
  scroll-behavior: auto !important;
}

.font-feature-settings {
  font-feature-settings: "palt" 1;
}

.flex-1 {
  flex: 1;
}

/* --------------------------------

  html, body

-------------------------------- */
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}

body {
  position: relative;
  min-width: 320px;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}
@media screen and (min-width: 1100px), print {
  body {
    top: 29px;
  }
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}
/* --------------------------------

  wrapper

-------------------------------- */
.wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  header

-------------------------------- */
.header {
  position: relative;
}
.header .inner {
  position: static;
  max-width: none;
  z-index: auto;
}
@media screen and (min-width: 1100px), print {
  .header .inner {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    z-index: 1010;
    display: flex;
  }
}
.header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1100px), print {
  .header-logo {
    position: absolute;
    top: 25px;
    left: 10px;
  }
}
@media screen and (min-width: 1280px), print {
  .header-logo {
    top: 22px;
    left: 16px;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo {
    position: fixed;
    top: 29px;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 768.98px) {
  .header-logo {
    top: 0;
  }
}
.header-logo .site-logo {
  width: 439px;
  margin-top: 8px;
}
@media screen and (max-width: 1279.98px) {
  .header-logo .site-logo {
    width: 400px;
    margin: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .header-logo .site-logo {
    width: 300px;
    margin: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .header-logo .site-logo {
    width: 250px;
    margin: 0;
  }
}
@media screen and (max-width: 359.98px) {
  .header-logo .site-logo {
    width: 200px;
    margin: 0;
  }
}
.header-logo img {
  height: auto;
}

/* スクロール時固定用 */
@media screen and (max-width: 1099.98px) {
  .header.fixed .header-logo {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
  }
  .header.fixed .header-logo.hide {
    box-shadow: none;
  }
}
@media screen and (min-width: 1100px) {
  .header.fixed {
    z-index: 9999;
  }
  .header.fixed .inner {
    position: fixed;
    top: -31px;
    transform: translateY(60px);
    transition: transform 0.2s;
  }
  #top .header.fixed .inner {
    position: fixed;
    top: -31px;
  }
}
/* --------------------------------

  nav

-------------------------------- */
.nav {
  display: block;
  position: fixed;
  top: 29px;
  left: -250px;
  width: 250px;
  height: 100%;
  z-index: 1000;
  opacity: 0;
}
@media screen and (min-width: 1100px), print {
  .nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    margin: 0;
    opacity: 1;
    padding: 0;
    transition: none;
  }
}
@media screen and (max-width: 768.98px) {
  .nav {
    top: 0;
  }
}
.nav-open .nav {
  left: 0;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav {
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
@media screen and (min-width: 1100px), print {
  .nav-open .nav {
    left: auto;
  }
}
.contact-open .nav {
  z-index: 920;
}
.nav .inner {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  z-index: 1;
}
.nav-logo {
  display: none;
}
@media screen and (max-width: 1099.98px) {
  .nav-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    text-align: center;
    background-color: #fff;
  }
  .nav-logo img {
    width: 210px;
    height: auto;
  }
}
.nav .nav-container {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  padding-bottom: 1.5em;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px), print {
  .nav .nav-container {
    max-width: none;
    margin: auto;
    background-color: #fff;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 0;
  }
}

/* メインナビ */
@media screen and (max-width: 1099.98px) {
  .main-nav {
    opacity: 0;
    padding: 0;
    background-color: #fff;
  }
  .nav-open .main-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav-area {
    padding-right: 1.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 153px;
    height: 49px;
    background-color: #003371;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.2;
  }
  .main-nav .nav-contact a:hover {
    color: #ffffff;
    background-color: rgba(0, 51, 113, 0.8);
  }
}
.main-nav .nav-item {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 1280px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 3rem;
  }
}
@media screen and (min-width: 1440px), print {
  .main-nav .nav-item:not(:last-child) {
    margin-right: 4rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active.nav-contact a {
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .nav-item.main-nav-active a {
    color: #003371;
  }
  .main-nav .nav-item.main-nav-active a::after {
    border-top-color: #003371;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .nav-item.main-nav-active a {
    background-color: rgba(0, 51, 113, 0.8);
    color: #fff;
  }
}
.main-nav a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #000;
  font-feature-settings: "palt";
  transition-property: color, background-color;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  cursor: pointer;
}
@media screen and (min-width: 1100px), print {
  .main-nav a {
    border: none;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 1em;
    color: #fff;
    background-color: #003371;
    height: 60px;
    font-size: 1.6rem;
    transition-property: color, background-color;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav a:hover {
    background-color: rgba(0, 51, 113, 0.8);
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav a:hover {
    color: #003371;
  }
}
.main-nav a span {
  position: relative;
  display: block;
}
.main-nav a .br {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav a .br {
    display: block;
  }
}

/* サブメニュー */
.sub-menu {
  display: none;
}
@media screen and (min-width: 1100px), print {
  .main-nav .sub-menu {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%) translateY(90%);
  }
}
.main-nav .sub-menu li {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .sub-menu li:not(:last-child) {
    border-bottom: 1px solid #BBBBBB;
  }
}
.main-nav .sub-menu a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  background-color: #fff;
  text-align: center;
  font-size: 1.6rem;
  height: 65px;
  line-height: 1.2;
  padding: 0.5em 1.5em 0.5em 1.5em;
  font-weight: 500;
  white-space: nowrap;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-property: color, background-color;
}
@media screen and (max-width: 1099.98px) {
  .main-nav .sub-menu a {
    background-color: #003371;
    color: #fff;
    font-size: 1.4rem;
    height: 45px;
    padding: 0.35em 0.5em;
    letter-spacing: inherit;
  }
}
@media screen and (max-width: 1099.98px) {
  .main-nav .sub-menu a:hover {
    background-color: rgba(0, 51, 113, 0.8);
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .main-nav .sub-menu a:hover {
    background-color: #003371;
    color: #fff;
  }
}

/* メニューにサブメニューがあるときだけ▼の開閉をつける */
.menu-item-has-children {
  position: relative;
  &::after {
    content: "";
    position: absolute;
    display: block;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    transition-property: border-color;
    @media screen and (max-width: 1099.98px) {
      right: 18px;
      top: 25px;
      width: 8px;
      height: 8px;
      transform: rotate(-135deg);
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
    }
    @media screen and (min-width: 1100px), print {
      left: 50%;
      bottom: -5px;
      transform: translateX(-50%);
      border-top: 6px solid #6382A8;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
    }
  }
  &.open {
    &::after {
      @media screen and (max-width: 1099.98px) {
        border-color: #fff;
        transform: rotate(45deg);
        top: 28px;
      }
      @media screen and (min-width: 1100px), print {
        border-top-color: #003371;
      }
    }
    > a {
      @media screen and (max-width: 1099.98px) {
        background-color: rgba(0, 51, 113, 0.8);
        color: #fff;
      }
      @media screen and (min-width: 1100px), print {
        color: #003371;
      }
    }
  }
}


/* ナビゲーション開閉ボタン */
.nav-button {
  display: block;
  position: fixed;
  top: 29px;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 910;
}
@media screen and (min-width: 1100px), print {
  .nav-button {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  .nav-button {
    top: 0;
  }
}
.nav-open .nav-button {
  display: none;
}
.nav-button-icon {
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #003371;
}
.nav-button-icon::before, .nav-button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #003371;
}
.nav-button-icon::before {
  margin-top: -8px;
}
.nav-button-icon::after {
  margin-top: 8px;
}
.nav-button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #003371;
  text-align: center;
}

/* ナビゲーション開閉ボタン */
.nav-close-button {
  display: block;
  position: fixed;
  top: 29px;
  left: -60px;
  width: 60px;
  height: 60px;
  opacity: 0;
  line-height: 1;
  background-color: #fff;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .nav-close-button {
    display: none;
  }
}
@media screen and (max-width: 768.98px) {
  .nav-close-button {
    top: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .nav-open .nav-close-button {
    opacity: 1;
    left: 250px;
    transition-property: opacity, left;
    transition-duration: 0.3s;
  }
}
.nav-close-button .nav-button-icon {
  background: none;
}
.nav-close-button .nav-button-icon::before, .nav-close-button .nav-button-icon::after {
  margin-top: 0;
  background-color: #003371;
}
.nav-close-button .nav-button-icon::before {
  transform: rotate(45deg);
}
.nav-close-button .nav-button-icon::after {
  transform: rotate(-45deg);
}
.nav-close-button::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  color: #003371;
  text-align: center;
}

/* ナビゲーション背景 */
@media screen and (min-width: 1100px), print {
  .nav-screen {
    display: none;
  }
}
.nav-screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
}
.nav-open .nav-screen-overlay {
  pointer-events: auto;
  opacity: 0.4;
  cursor: pointer;
}

@media screen and (min-width: 1100px) {
  .nav.fixed {
    max-width: none;
    right: 0;
    position: fixed;
    height: 87px;
    top: -31px;
    transform: translateY(60px);
    transition: transform 0.2s;
    z-index: 1100;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  }
  #top .nav.fixed {
    z-index: 1100;
  }
}
/* --------------------------------

  main

-------------------------------- */
.main {
  display: block;
  position: relative;
  padding: 0 1em 0 1em;
  overflow: hidden;
  z-index: 100;
  flex: 1;
  background: #ffffff;
}
#top .main {
  padding: 0 1em 0 1em;
  margin-top: 0;
}
@media screen and (min-width: 1100px), print {
  .main {
    padding: 0 2em 0 2em;
    overflow: visible;
  }
  #top .main {
    padding: 0 2em 0 2em;
  }
}

.main > .inner {
  max-width: none;
}

/* --------------------------------

  footer

-------------------------------- */
.footer {
  position: relative;
  padding: 4rem 1em 2.5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .footer {
    padding: 6rem 2em 4rem 2em;
  }
}
.footer .inner {
  max-width: 1237px;
}
.footer-logo {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .footer-logo {
    margin-bottom: 5rem;
  }
}
.footer-logo img {
  width: auto;
  height: 20px;
}
.footer-side {
  flex: 1;
  margin-left: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .footer-side {
    margin-left: 0;
    width: 100%;
    margin-top: 4rem;
  }
}
.footer-container {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1099.98px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }
}
.footer-nav {
  max-width: 454px;
}
@media screen and (max-width: 1099.98px) {
  .footer-nav-others .others-item {
    justify-content: center !important;
  }
}
.footer-nav-others ul a {
  display: inline-block;
  color: #aaaaaa;
  line-height: 1.2;
  font-size: 1.3rem;
  transition: opacity 0.3s ease;
  margin: 0 0 1.5rem 2rem;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-others ul a {
    font-size: 1.2rem;
    margin: 0 0 1rem 1.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-nav-others ul a {
    font-size: 1rem;
  }
}
.footer-nav-others ul a:hover {
  opacity: 0.8;
}
.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2.8rem 0 0;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list {
    margin: 0 -1rem 0 0;
  }
}
.footer-nav-list li {
  width: 20%;
  padding: 0 2.8rem 0 0;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li {
    width: 50%;
    padding: 0 1rem 0 0;
  }
}
.footer-nav-list li a {
  position: relative;
  display: block;
  line-height: 1.2;
  padding: 2rem 2rem 2rem 0.3rem;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  border-bottom: 1px solid #D5D5D5;
  transition: color 0.3s ease;
  color: #333;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li a {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    padding: 1.5rem 2rem 1.5rem 0.3rem;
  }
}
@media screen and (max-width: 359.98px) {
  .footer-nav-list li a {
    font-size: 1rem;
  }
}
.footer-nav-list li.small a {
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 1.35rem 2rem 1.35rem 0.3rem;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li.small a {
    font-size: 1rem;
    letter-spacing: 0.02em;
    padding: 1.1rem 2rem 1.1rem 0.3rem;
  }
}
.footer-nav-list li a:hover {
  color: #009FA5;
}
.footer-nav-list li a::before {
  content: "";
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #009FA5;
  border-left: 2px solid #009FA5;
}
@media screen and (max-width: 479.98px) {
  .footer-nav-list li a::before {
    width: 8px;
    height: 8px;
    right: 1rem;
  }
}
.footer .inner {
  max-width: 1237px;
}
.footer .pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  transition-property: opacity;
  transition-duration: 0.3s;
}
@media screen and (min-width: 769px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .footer .pagetop {
    right: 10px;
    bottom: 10px;
  }
}
.footer .pagetop.fixed {
  opacity: 1;
  pointer-events: auto;
}
.footer .pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0.35rem;
  background-color: #003371;
  transition-property: background-color;
  transition-duration: 0.2s;
}
.footer .pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #003371;
}
.footer .pagetop a:hover::before {
  border-color: #fff;
}
.footer .pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}

.copy small {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #535353;
  font-weight: 500;
  text-align: right;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1099.98px) {
  .copy small {
    text-align: center;
  }
}
@media screen and (max-width: 768.98px) {
  .copy small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .copy small {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.copy small span {
  padding-left: 0.5rem;
}
@media screen and (max-width: 768.98px) {
  .copy small span {
    display: none;
  }
}
.copy .br {
  display: none;
}
@media screen and (max-width: 479.98px) {
  .copy .br {
    display: block;
  }
}

@media screen and (max-width: 1099.98px) {
  .footer__bannerarea {
    justify-content: center !important;
  }
}
.footer__bannerarea a {
  transition: opacity 0.3s ease;
}
.footer__bannerarea a:hover {
  opacity: 0.8;
}

/* --------------------------------

  スライダー

-------------------------------- */
.swiper {
  height: 55px;
  overflow: visible;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide {
  display: block;
  position: relative;
  width: inherit;
  height: inherit;
  position: relative;
  min-width: 200px;
  margin: 0 auto;
  text-align: center;
}
.swiper-slide a {
  display: inline-block;
  transition: opacity 0.3s ease;
}
.swiper-slide a:hover {
  opacity: 0.8;
}
.swiper-slide img {
  max-width: 140px;
  max-height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}
/* --------------------------------

  ページタイトル

-------------------------------- */
.page-title {
  height: 235px;
  background: url("../img/top/mainvisual.jpg") no-repeat center/cover;
  margin-top: 87px;
}
@media screen and (max-width: 1099.98px) {
  .page-title {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768.98px) {
  .page-title {
    height: 180px;
  }
}
.page-title-inner,
.page-title-inner > div {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 1em;
}
.page-title-name {
  display: block;
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 3.2rem 2rem;
  background-color: rgba(255, 255, 255, 0.81);
}
@media screen and (max-width: 1099.98px) {
  .page-title-name {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 768.98px) {
  .page-title-name {
    padding: 2rem 2rem;
  }
}
.page-title-name span {
  position: relative;
  display: block;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.2;
  color: #003371;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name span {
    font-size: 3rem;
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768.98px) {
  .page-title-name span {
    font-size: 2.4rem;
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 479.98px) {
  .page-title-name span {
    font-size: 2rem;
    padding-bottom: 1.6rem;
  }
}
.page-title-name span::before {
  content: attr(data-subttl);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1099.98px) {
  .page-title-name span::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768.98px) {
  .page-title-name span::before {
    font-size: 1.4rem;
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
._anim-point {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-timing-function: ease;
  transition-duration: 0.8s;
  transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  ._anim-point {
    transition-duration: 0.8s;
    transition-delay: 0.5s;
  }
}
._anim-point.active {
  opacity: 1;
  transform: translateY(0);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
/* レイアウト用 */
.form-check {
  margin-bottom: 0;
  padding-left: 0;
}
.form-check-other {
  display: flex;
  align-items: center;
  margin-top: 2em;
}
@media screen and (max-width: 1099.98px) {
  .form-check-other {
    margin-top: 1em;
  }
}
@media screen and (max-width: 359.98px) {
  .form-check-other {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 360px), print {
  .form-check-other .form-control {
    flex: 1;
  }
}
.form-check-inline {
  padding-left: 0;
}
.form-check-label {
  display: inline-flex;
  vertical-align: top;
  position: relative;
  font-weight: 500;
  cursor: pointer;
  font-size: 1.6rem;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768.98px) {
  .form-check-label {
    font-size: 1.4rem;
  }
}
.form-check-icon {
  display: block;
  margin-right: 2.2em;
}
@media screen and (max-width: 1099.98px) {
  .form-check-icon {
    margin-right: 2.2em;
  }
}
.form-check-icon::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #DDDDDD;
  border-radius: 0.4rem;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (max-width: 768.98px) {
  .form-check-icon::before {
    width: 20px;
    height: 20px;
    top: -1px;
  }
}
.form-check-radio::before {
  border-radius: 100%;
}
.form-check-radio::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: transparent;
  transition: background-color 0.2s;
}
.form-check-checkbox::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 14px;
  height: 9px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(125deg);
}
@media screen and (max-width: 768.98px) {
  .form-check-checkbox::after {
    width: 10px;
    height: 7px;
    top: 4px;
    left: 5px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=radio]:checked + .form-check-icon::after {
  background-color: #003371;
}
.form-check-input[type=checkbox]:checked + .form-check-checkbox::after {
  border-color: #003371;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon::before, .form-check-input[type=radio].validate-error + .form-check-icon::before {
  border-color: #BFDFFF;
}

.form-table {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.form-table tbody {
  width: 100%;
}
@media screen and (max-width: 768.98px) {
  .form-table tr {
    display: block;
  }
  .form-table tr:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
@media screen and (min-width: 769px), print {
  .form-table tr:first-child th {
    border-top: 1px solid #AAAAAA;
  }
}
@media screen and (min-width: 769px), print {
  .form-table tr:first-child td {
    border-top: 1px solid #AAAAAA;
  }
}
.form-table th {
  position: relative;
  vertical-align: top;
  width: 256px;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1.8em 1em 1.8em 1em;
  color: #000;
  background-color: #DBF3FF;
  border-bottom: 1px solid #AAAAAA;
}
@media screen and (max-width: 768.98px) {
  .form-table th {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0.6em 0 0.6em 0.5em;
    font-size: 1.6rem;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 0.95em 1em 0.95em 1em;
  background-color: #fff;
}
@media screen and (min-width: 769px), print {
  .form-table td {
    border-bottom: 1px solid #AAAAAA;
  }
}
@media screen and (max-width: 768.98px) {
  .form-table td {
    display: block;
    padding: 0.6em 0.5em;
  }
}

/* レイアウト用：タイトル */
.form-label {
  max-width: 100%;
  min-width: 6em;
}

/* レイアウト用：チェックボックス・ラジオボタン */
.form-check {
  padding: 0 2rem 0 0;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768.98px) {
  .form-check {
    margin-bottom: 1.5rem;
  }
}
.form-check-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem -2rem 3rem 0;
}

/* レイアウト用：画像添付 */
.form-area-picture .form-caution {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.form-area-picture .form-caution strong {
  display: block;
  position: relative;
  padding-left: 30px;
}
.form-area-picture .form-caution strong::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 2px;
  width: 20px;
  height: 20px;
  margin: auto;
  background: url(../img/base/exclamation.svg) center no-repeat;
  background-size: cover;
}
.form-area-picture .form-note-list {
  font-size: 0.85em;
  font-feature-settings: "palt" 1;
}
.form-area-picture .form-note-list span {
  color: #FED4E5;
  font-weight: bold;
}

.form-group {
  display: flex;
}
@media screen and (max-width: 575.98px) {
  .form-group .form-control {
    flex: 1;
  }
}
@media screen and (max-width: 575.98px) {
  .form-group .link-button span {
    margin-right: 1em;
  }
}
.form-group .link-button.__search {
  margin: 0.45em 0 0.45em 1em;
  height: 45px;
}
@media screen and (max-width: 1099.98px) {
  .form-group .link-button.__search {
    margin: 0.15em 0 0.15em 1em;
  }
}
@media screen and (max-width: 768.98px) {
  .form-group .link-button.__search {
    margin: 0 0 0 1em;
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 575.98px) {
  .form-group .link-button.__search {
    font-size: 1.3rem;
  }
}
.form-group .link-button.__search .br {
  display: none;
  margin: 0;
}
@media screen and (max-width: 575.98px) {
  .form-group .link-button.__search .br {
    display: block;
    margin: 0;
  }
}

/* フォーム部品：タイトル */
.form-title {
  display: inline-block;
  vertical-align: middle;
  padding: 0.93em 0;
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768.98px) {
  .form-title {
    padding: 0;
  }
}

/* フォーム部品：入力必須マーク */
.form-icon {
  display: flex;
  float: left;
  width: 44px;
  height: 25px;
  justify-content: center;
  align-items: center;
  margin: 0 0 0 1.4rem;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 0.4rem;
}
.form-icon-required {
  background-color: #DD4157;
}
.form-icon-required::before {
  content: "必須";
}
.form-icon-free {
  background-color: #AFAFAF;
  color: #fff;
}
.form-icon-free::before {
  content: "任意";
}

/* フォーム部品：入力欄 */
.form-control {
  width: 100%;
  height: 51px;
  padding: 1rem 2.4rem;
  color: #333333;
  font-family: inherit;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 0.4rem;
  border: 1px solid #fff;
  background-color: #fff;
}
@media screen and (max-width: 768.98px) {
  .form-control {
    padding: 1rem 1.6rem;
    font-size: 1.4rem;
  }
}
.form-control::placeholder {
  font-weight: 700;
  color: #DDDDDD;
  letter-spacing: 0.01em;
}
.form-control:focus, .form-control:active {
  outline: none;
  border-color: #003371;
  background-color: #fff;
  box-shadow: none;
}
.form-control-sm {
  max-width: 193px;
}
.form-control.__other {
  max-width: 403px;
  margin-left: 1em;
}
@media screen and (max-width: 359.98px) {
  .form-control.__other {
    margin-left: 0;
    margin-top: 0.7em;
  }
}
.form-control.form-short {
  max-width: 6em;
}
.form-control.form-middle {
  max-width: 383px;
}
@media screen and (max-width: 768.98px) {
  .form-control.form-middle {
    max-width: 100%;
  }
}
.form-control.form-low {
  height: 1.6em;
}
@media screen and (max-width: 768.98px) {
  .form-control.form-low {
    height: 2em;
  }
}
.form-control.form-inline {
  display: inline-flex;
}
.form-control.form-inline-right {
  margin-left: 0.5em;
}
.form-control.form-inline-left {
  margin-right: 0.5em;
}
.form-control.form-inline-both {
  margin-right: 0.5em;
  margin-left: 0.5em;
}
.form-control.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 8rem;
  min-height: 8rem;
  max-height: 20em;
  padding: 1.6rem 2.4rem;
}
.form-control.form-textarea-low {
  height: 2.5em;
}
.form-control.form-textarea-high {
  height: 14.5em;
}

/* フォーム部品：セレクト */
.select-wrap {
  position: relative;
  color: #333333;
  background-color: #fff;
}
.select-wrap select {
  display: block;
  position: relative;
  z-index: 1;
  padding-right: 1.5em;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-wrap select::-ms-expand {
  display: none;
}
.select-wrap .select-icon {
  display: block;
  position: absolute;
  top: -2px;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  transform: rotate(-135deg);
  pointer-events: none;
  z-index: 1;
}

/* フォーム部品：ラジオボタン、チェックボックス共通 */
.form-box {
  position: absolute;
  opacity: 0;
}
.form-box + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
  padding-left: 26px;
  cursor: pointer;
}
.form-box + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  border: 1px solid #ccc;
  background: #fff;
}
.form-box + label::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.form-box:checked + label {
  color: #003371;
}
.form-box:checked + label::before {
  border-color: #003371;
}

/* フォーム部品：ラジオボタン */
.form-box-radio + label::before {
  border-radius: 100%;
}
.form-box-radio + label::after {
  top: 0;
  bottom: 0;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  opacity: 1;
}
.form-box-radio:checked + label::after {
  background-color: #003371;
  opacity: 1;
}

/* フォーム部品：チェックボックス */
.form-box-check + label::before {
  border-radius: 0;
}
.form-box-check + label::after {
  top: -10px;
  bottom: 0;
  left: 3px;
  width: 20px;
  height: 10px;
  border-left: 3px solid #003371;
  border-bottom: 3px solid #003371;
  opacity: 0;
  transform: rotate(-45deg);
}
.form-box-check:checked + label::after {
  opacity: 1;
}

/* フォーム部品：エラーメッセージ */
input.validate-error,
select.validate-error,
textarea.validate-error {
  border-color: #B20000;
}

span.validate-error {
  display: block !important;
  font-size: 0.85em;
  color: #B20000;
}
span.validate-error:first-of-type {
  margin-top: 0.5em;
}
.error-message-check span.validate-error:first-of-type {
  margin-top: 0;
  margin-bottom: -0.5em;
}
.error-message-check span.validate-error:not(:first-of-type) {
  display: none !important;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 768.98px) {
  .form-buttons {
    margin-top: 2em;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #003371;
  border-radius: 0.8rem;
  line-height: 1.2;
  padding: 2rem 7rem;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768.98px) {
  .form-button {
    font-size: 1.8rem;
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 359.98px) {
  .form-button {
    font-size: 1.6rem;
  }
}
.form-button:hover {
  background-color: #005BAC;
}
.form-button-back:hover {
  border-color: #003371;
  background: #003371;
}
.form-button-inline {
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.7em 1em;
  font-size: 1.8rem;
}
.form-button-inline::after {
  display: none;
}
.form-button-search {
  border-color: #003371;
  background: #003371;
}
.form-button-search:hover {
  border-color: #003371;
  background: #003371;
}
.form-button-upload {
  margin: 0;
  padding: 0.8em 1em;
  font-size: 1.1em;
  color: #fff;
  background: #e21664;
}
.form-button-upload:hover {
  color: #fff;
  text-decoration: none;
  background: #e94709;
}
.form-button-upload::after {
  display: none;
}

.link-button[disabled] {
  pointer-events: none;
}

.contact-conf-buttons .link-button {
  margin: 0.2em;
}

.privacy-check-agree {
  text-align: center;
  margin-top: 3em;
}
.privacy-check-agree input {
  display: none;
}
.privacy-check-agree input:checked + label::after {
  opacity: 1;
}
.privacy-check-agree input:checked + label::before {
  background-color: #003371;
}
.privacy-check-agree a {
  color: #003371;
}
.privacy-check-agree label {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
  padding-left: 2.2em;
  display: inline-block;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label {
    font-size: 1.6rem;
    padding-left: 2em;
  }
}
.privacy-check-agree label::before {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #003371;
  background-color: #ffffff;
  border-radius: 0.5rem;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label::before {
    top: -2px;
  }
}
.privacy-check-agree label::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 0px;
  display: block;
  width: 8px;
  height: 12px;
  transform: rotate(-140deg);
  border-top: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  opacity: 0;
}
@media screen and (min-width: 480px), print {
  .privacy-check-agree label::after {
    top: 1px;
  }
}
.privacy-check-agree span {
  text-decoration: underline;
}

/* --------------------------------

  ローディング

-------------------------------- */
.loader {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.6s ease;
}
@media screen and (max-width: 1099.98px) {
  .loader {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
  }
}
.loader.loading {
  opacity: 1;
  pointer-events: auto;
}
.loader::before {
  content: "";
  display: block;
  position: absolute;
  top: -45px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  margin: auto;
  border: 4px solid #ddd;
  border-top: 4px solid #003371;
  border-radius: 50%;
  z-index: 1;
  animation: spin 3s linear infinite;
}
@media screen and (max-width: 1099.98px) {
  .loader::before {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    border-top: 2px solid #003371;
    top: 0;
  }
}
.loader img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 140px;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* --------------------------------

  メインビジュアル

-------------------------------- */
.mainvisual {
  position: relative;
  margin-top: 87px;
}
@media screen and (max-width: 1099.98px) {
  .mainvisual {
    margin-top: 60px;
    padding: 0;
  }
}
.mainvisual .inner {
  max-width: none;
}
.mainvisual-main {
  position: relative;
  &::before {
    content: "";
    display: block;
    padding-top: 55%;
    @media screen and (min-width: 576px), print {
        padding-top: 30%;
    }
    @media screen and (min-width: 1100px), print {
        padding-top: 360px;
    }
  }
}
.mainvisual-side {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mainvisual-catch {
  display: block;
  color: #003371;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch {
    letter-spacing: 0;
  }
}
.mainvisual-catch .catch1 {
  display: block;
  line-height: 1.4;
  color: #234257;
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 768.98px) {
  .mainvisual-catch .catch1 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 {
    font-size: 1.8rem;
  }
}
.mainvisual-catch .catch1 .txt1 {
  display: block;
  font-size: 5rem;
}
@media screen and (max-width: 768.98px) {
  .mainvisual-catch .catch1 .txt1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 .txt1 {
    font-size: 2.4rem;
  }
}
.mainvisual-catch .catch1 .txt2 {
  font-size: 6rem;
  color: #005BAC;
}
@media screen and (max-width: 768.98px) {
  .mainvisual-catch .catch1 .txt2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch1 .txt2 {
    font-size: 3rem;
  }
}
.mainvisual-catch .catch2 {
  display: block;
  line-height: 1.2;
  font-size: 1.8rem;
  font-weight: 700;
  color: #234257;
  margin-top: 1.7rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 768.98px) {
  .mainvisual-catch .catch2 {
    letter-spacing: 0;
    font-size: 1.3rem;
    margin-top: 1.3rem;
  }
}
@media screen and (max-width: 479.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .mainvisual-catch .catch2 {
    font-size: 1rem;
  }
}
.mainvisual-catch .catch2 span {
  color: #005BAC;
}
.mainvisual-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mainvisual-image img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

/* --------------------------------

  トップページ

-------------------------------- */
/* ページ内共通 */
.section {
  margin-right: -1em;
  margin-left: -1em;
}
@media screen and (min-width: 1100px), print {
  .section {
    margin-right: -2em;
    margin-left: -2em;
  }
}
.section-secondary {
  padding-right: 1em;
  padding-left: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 1100px), print {
  .section-secondary {
    padding-right: 2em;
    padding-left: 2em;
    line-height: 1.8;
  }
}
.section-secondary:not(:last-child) {
  margin-bottom: 10em;
}
@media screen and (max-width: 639.98px) {
  .section-secondary:not(:last-child) {
    margin-bottom: 3em;
  }
}
.section-header {
  margin-bottom: 6rem;
}
@media screen and (max-width: 768.98px) {
  .section-header {
    margin-bottom: 3rem;
  }
}
.section-heading {
  position: relative;
  display: block;
  text-align: center;
  line-height: 1.2;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #003371;
  margin-bottom: 6rem;
  padding-top: 3.3rem;
}
@media screen and (max-width: 1099.98px) {
  .section-heading {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .section-heading {
    margin-bottom: 4.5rem;
    font-size: 2.8rem;
    padding-top: 3rem;
  }
}
.section-heading p {
  font-size: 2rem;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1099.98px) {
  .section-heading p {
    font-size: 1.8rem;
  }
}


.top-news-section {
    position: relative;
    padding: 2rem 1em;
    @media screen and (min-width: 1100px), print {
        padding: 5rem 2em 0 2em;
    }
    .news-list {
        li {
            position: relative;
            display: flex;
            flex-direction: row-reverse;
            padding: 2rem 0;
            border-bottom: 1px dotted #BBBBBB;
            @media screen and (max-width: 768.98px) {
                padding: 1.5rem 0;
                flex-direction: column-reverse;
            }
            &:first-child {
            padding-top: 0;
            }
        }
         time {
            display: block;
            line-height: 1.2;
            font-weight: 400;
            color: #707F89;
            width: 9.5rem;
            font-size: 1.8rem;
            margin: 0 3rem 0 0;
            @media screen and (max-width: 768.98px) {
                margin: 0 0 0.35em 0;
                font-size: 1.4rem;
                width: 100%;
            }
        }
        .wp-block-latest-posts__post-title {
            flex: 1;
            line-height: 1.2;
            word-break: break-all;
            word-wrap: break-word;
            font-weight: 400;
            font-size: 1.8rem;
            @media screen and (max-width: 768.98px) {
                font-size: 1.4rem;
            }
        }
    }
}

.top-client-section {
  padding: 2rem 0;
}
@media screen and (min-width: 769px), print {
  .top-client-section {
    padding: 2.5rem 0;
  }
}
@media screen and (min-width: 1100px), print {
  .top-client-section {
    padding: 3.5rem 0;
  }
}
.client-banner-item {
  padding: 0.5rem 0;
}
@media screen and (min-width: 769px), print {
  .client-banner-item {
    padding: 1rem 0;
  }
}

.top-reason-section {
  position: relative;
  padding: 4.5rem 1em;
  background: url("../img/top/bg1.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-reason-section {
    padding: 10rem 2em;
  }
}
.top-reason-catch {
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1099.98px) {
  .top-reason-catch {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 768.98px) {
  .top-reason-catch {
    gap: 0;
    flex-direction: column;
  }
}
.top-reason-catch .catch-text {
  padding: 3rem 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .top-reason-catch .catch-text {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768.98px) {
  .top-reason-catch .catch-text {
    width: 100%;
    font-size: 1.6rem;
    padding: 2rem 2rem;
  }
}
.top-reason-catch .catch-text.type1 {
  background-color: #3F4E85;
  color: #fff;
  margin-right: 2.7rem;
}
@media screen and (max-width: 1099.98px) {
  .top-reason-catch .catch-text.type1 {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .top-reason-catch .catch-text.type1 {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}
.top-reason-catch .catch-text.type2 {
  background-color: #fff;
  color: #003371;
}
.top-reason-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 4.9rem;
}
@media screen and (max-width: 1099.98px) {
  .top-reason-heading {
    font-size: 2rem;
    letter-spacing: 0.02em;
    margin-bottom: 3.2rem;
  }
}
@media screen and (max-width: 768.98px) {
  .top-reason-heading {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}
.top-reason-text {
  line-height: 1.6666666667;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 1099.98px) {
  .top-reason-text {
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768.98px) {
  .top-reason-text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.top-reason-text strong {
  color: #003371;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .top-reason-text strong {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768.98px) {
  .top-reason-text strong {
    font-size: 1.6rem;
  }
}
.top-reason-text .br {
  display: none;
}
@media screen and (min-width: 769px), print {
  .top-reason-text .br {
    display: block;
  }
}
.top-reason-more {
  text-align: center;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768.98px) {
  .top-reason-more {
    margin-top: 2.5rem;
  }
}

.top-service-section {
  position: relative;
  padding: 4.5rem 1em;
  @media screen and (min-width: 1100px), print {
    padding: 10rem 2em;
  }
}
.top-service-container {
  display: flex;
  align-items: center;
  @media screen and (max-width: 1099.98px) {
      align-items: flex-start;
  }
  @media screen and (max-width: 768.98px) {
      flex-direction: column-reverse;
      align-items: center;
  }
}
.top-service-main {
  width: 50%;
  margin-left: 5rem;
  @media screen and (max-width: 1099.98px) {
      margin-left: 2.5rem;
  }
  @media screen and (max-width: 768.98px) {
      width: 100%;
      margin-left: 0;
      margin-top: 2rem;
  }
}
.top-service-image {
  width: 50%;
  @media screen and (max-width: 768.98px) {
      width: 100%;
      text-align: center;
  }
}
.top-service-heading {
  display: block;
  line-height: 1.2;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #003371;
  margin-bottom: 2.2rem;
  @media screen and (max-width: 1099.98px) {
      font-size: 2.2rem;
      letter-spacing: 0;
      margin-bottom: 1.6rem;
  }
  @media screen and (max-width: 768.98px) {
      text-align: center;
  }
  @media screen and (max-width: 479.98px) {
      font-size: 1.8rem;
  }
}
.top-service-text {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-bottom: 1.7rem;
  @media screen and (max-width: 1099.98px) {
      font-size: 1.6rem;
      letter-spacing: 0;
  }
  @media screen and (max-width: 768.98px) {
      text-align: center;
  }
  @media screen and (max-width: 479.98px) {
      font-size: 1.4rem;
  }
}
.top-service-list {
  background-color: #F5F5F5;
  padding: 1.5rem 2.5rem;
  @media screen and (max-width: 1099.98px) {
      padding: 1.5rem 2rem;
  }
  @media screen and (max-width: 479.98px) {
      padding: 1.5rem 1.5rem;
  }
}
.top-service-list li {
  position: relative;
  padding-left: 2.2rem;
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
  font-weight: 500;
  @media screen and (max-width: 1099.98px) {
      font-size: 1.6rem;
      letter-spacing: 0;
      padding-left: 1.9rem;
  }
  @media screen and (max-width: 479.98px) {
      font-size: 1.4rem;
      padding-left: 1.4rem;
  }
  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 12px;
    height: 12px;
    background-color: #003371;
    border-radius: 100%;
    @media screen and (max-width: 1099.98px) {
        width: 10px;
        height: 10px;
        top: 1rem;
    }
    @media screen and (max-width: 479.98px) {
        width: 8px;
        height: 8px;
        top: 0.85rem;
    }
  }
}
.top-service-more {
  margin-top: 3.5rem;
  @media screen and (max-width: 1099.98px) {
      margin-top: 2rem;
  }
  @media screen and (max-width: 768.98px) {
      text-align: center;
  }
}

.top-case-section {
  position: relative;
  padding: 4.5rem 1em;
  background: url("../img/top/bg2.png") no-repeat center/cover;
  .inner {
    .case-list {
      gap: 44px;
      li {
        display: flex;
        flex-direction: column;
        padding: 2rem 0;
        gap: 18px;
        @media screen and (max-width: 768.98px) {
          gap: 10px;
        }
        a {
          display: block;
        }
        img {
          width: 100%;
          height: 300px;
          object-fit: cover;
        }
        h2 {
          word-break: break-all;
          word-wrap: break-word;
          font-weight: 500;
          color: #003371;
          font-size: 1.8rem;
          letter-spacing: 0.05em;
          line-height: 1.5625;
          @media screen and (max-width: 768.98px) {
            font-size: 1.4rem;
            letter-spacing: 0;
          }
        }
      }
    }
  }
}
@media screen and (min-width: 1100px), print {
  .top-case-section {
    padding: 8.5rem 2em;
  }
}
.top-case-more {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 768.98px) {
  .top-case-more {
    margin-top: 3.5rem;
  }
}

.top-banner-section {
  position: relative;
  padding: 4.5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-banner-section {
    padding: 8.5rem 2em;
  }
}
.top-banner-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media screen and (max-width: 479.98px) {
  .top-banner-container {
    grid-template-columns: repeat(2, minmax(0, 1fr))!important;
  }
}
.top-banner-item {
  width: 33.33333%;
  padding: 0 4rem 2.5rem 0;
}
@media screen and (max-width: 1099.98px) {
  .top-banner-item {
    padding: 0 2.5rem 2.5rem 0;
  }
}
@media screen and (max-width: 768.98px) {
  .top-banner-item {
    width: 50%;
    padding: 0 1.5rem 1.5rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .top-banner-item {
    padding: 0 1rem 1rem 0;
  }
}
.top-banner-item a {
  transition: opacity 0.3s ease;
}
.top-banner-item a:hover {
  opacity: 0.8;
}

.top-contact-section .inner {
  max-width: none;
}
.top-contact-mail {
    width: 100%;
    height: 230px;
}
.top-contact-wrap {
  display: flex;
}
@media screen and (max-width: 768.98px) {
  .top-contact-wrap {
    flex-direction: column;
  }
}
.top-contact-tel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 230px;
  background: url("../img/top/bg3.jpg") no-repeat center/cover;
  padding: 1.5em;
  z-index: -1;
}
@media screen and (max-width: 768.98px) {
  .top-contact-tel {
    width: 100%;
    height: 180px;
    padding: 1em;
  }
}
.top-contact-tel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.67);
}
.top-contact-tel__num .tel-link {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 4.6rem;
  line-height: 1.2;
  font-weight: 700;
  padding-left: 1.3em;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-tel__num .tel-link {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-contact-tel__num .tel-link {
    font-size: 2.8rem;
  }
}
.top-contact-tel__num .tel-link::before {
  content: "☎";
  position: absolute;
  left: 0;
  top: 0;
}
.top-contact-tel__time {
  text-align: center;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-top: 0.9em;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-tel__time {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-contact-tel__time {
    font-size: 1.4rem;
  }
}
.top-contact-tel__header {
  margin-bottom: 0.6em;
}
.top-contact-tel__heading {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #fff;
}
.top-contact-tel__heading .en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-tel__heading .en {
    font-size: 3rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-contact-tel__heading .en {
    font-size: 2.8rem;
  }
}
.top-contact-tel__heading .jp {
  display: block;
  font-size: 1.8rem;
  line-height: 1.2;
  margin-left: 1em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-tel__heading .jp {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 359.98px) {
  .top-contact-tel__heading .jp {
    font-size: 1.4rem;
  }
}
.top-contact-mail__heading {
  display: block;
  text-align: center;
  color: #fff;
  span {
    display: block;
  }
  .en {
    font-size: 4.5rem;
    line-height: 1.2;
    font-weight: 700;
    @media screen and (max-width: 1099.98px) {
      font-size: 3.2rem;
    }
  }
  .jp {
    font-size: 2.5rem;
    line-height: 1.2;
    margin-top: 0.35em;
    @media screen and (max-width: 1099.98px) {
      font-size: 1.8rem;
    }
  }
}
.top-contact-mail__heading p {
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-mail__heading p {
    font-size: 3.2rem;
  }
}
.top-contact-mail__heading h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-top: 0.35em;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-mail__heading h3 {
    font-size: 1.8rem;
  }
}
.top-contact-mail__heading span {
  display: block;
}
.top-contact-mail__link {
  position: relative;
  display: flex!important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  background: url("../img/top/bg4.jpg") no-repeat center/cover;
  z-index: 0;
  width: 100%;
  height: 230px;
  @media screen and (max-width: 768.98px) {
      width: 100%;
      height: 180px;
  }
}
@media screen and (max-width: 768.98px) {
  .top-contact-mail__link {
    padding: 1em;
  }
}
.top-contact-mail__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
  background-color: rgba(48, 48, 48, 0.59);
}
.top-contact-mail__link:hover::before {
  opacity: 0;
}
.top-contact-member__link {
  position: relative;
  display: block;
  padding: 5.2em 8em;
  background: url("../img/top/bg02.jpg") no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 1279.98px) {
  .top-contact-member__link {
    padding: 4em 4em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-contact-member__link {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 768.98px) {
  .top-contact-member__link {
    padding: 3em 3.5em 3em 1.5em;
  }
}
@media screen and (max-width: 479.98px) {
  .top-contact-member__link {
    padding: 2em 1.5em 2.5em 1.5em;
    text-align: center;
  }
}
.top-contact-member__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8em;
  transform: translateY(-50%);
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 32px solid #fff;
  transition: border 0.3s ease;
}
@media screen and (max-width: 1279.98px) {
  .top-contact-member__link::after {
    right: 4em;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-contact-member__link::after {
    right: 2em;
  }
}
@media screen and (max-width: 768.98px) {
  .top-contact-member__link::after {
    right: 1.5em;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #fff;
  }
}
@media screen and (max-width: 479.98px) {
  .top-contact-member__link::after {
    right: auto;
    left: 50%;
    bottom: 1em;
    top: auto;
    border-top: 15px solid #fff;
    border-bottom: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    transform: translateX(-50%);
  }
}
.top-contact-member__link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
  background-color: rgba(32, 90, 141, 0.67);
  transition: opacity 0.3s ease;
}
.top-contact-member__link:hover::before {
  opacity: 0;
}
.top-contact-member__link:hover::after {
  border-left-color: #003371;
}
@media screen and (max-width: 479.98px) {
  .top-contact-member__link:hover::after {
    border-left-color: transparent;
    border-top-color: #003371;
  }
}
.top-contact-member__heading {
  position: relative;
  display: block;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 1.8em;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-member__heading {
    font-size: 2.8rem;
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 768.98px) {
  .top-contact-member__heading {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 479.98px) {
  .top-contact-member__heading {
    text-align: center;
    display: inline-block;
  }
}
.top-contact-member__heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: -0.5em;
  display: block;
  width: 45px;
  height: 58px;
  background: url("../img/base/icon_key_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-member__heading::before {
    width: 35px;
    height: 45px;
  }
}
@media screen and (max-width: 768.98px) {
  .top-contact-member__heading::before {
    width: 28px;
    height: 36px;
  }
}
.top-contact-member__text {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 1099.98px) {
  .top-contact-member__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768.98px) {
  .top-contact-member__text {
    font-size: 1.4rem;
  }
}
.top-contact-member__text .br {
  display: block;
}

/* --------------------------------

  下層

-------------------------------- */
.secondary-section {
  padding: 2.5em 1em 2.5em 1em;
}
@media screen and (min-width: 1100px), print {
  .secondary-section {
    padding: 5em 2em 5em 2em;
  }
}

.section-dmy {
  text-align: center;
  padding: 2.5em 0 2.5em 0;
}
@media screen and (min-width: 1100px), print {
  .section-dmy {
    padding: 5em 0 5em 0;
  }
}
.section-dmy p {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .section-dmy p {
    margin: 0 -2em;
  }
}
.reason-heading {
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 3rem;
  font-size: 2rem;
  font-weight: 700;
  color: #003371;
}
@media screen and (min-width: 769px), print {
  .reason-heading {
    font-size: 3rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .reason-heading {
    font-size: 4rem;
    letter-spacing: 0.05em;
  }
}
.reason-heading .br {
  display: block;
}
@media screen and (min-width: 769px), print {
  .reason-heading .br {
    display: none;
  }
}
.reason-text {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #707070;
}
@media screen and (min-width: 769px), print {
  .reason-text {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1100px), print {
  .reason-text {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}
.reason-text p:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 769px), print {
  .reason-text p:not(:last-child) {
    margin-bottom: 2.5rem;
  }
}

.service-section .inner {
  p {
      font-size: 2rem;
      line-height: 1.7222222222;
      color: #3B4043;
      letter-spacing: 0.1em;
      margin-bottom: 2em;
      @media screen and (max-width: 768.98px) {
        font-size: 1.8rem;
      }
  }
}

.service-description-section {
  p {
      font-size: 2rem;
      line-height: 1.7222222222;
      color: #3B4043;
      letter-spacing: 0.1em;
      @media screen and (max-width: 768.98px) {
        font-size: 1.8rem;
      }
  }
  .text-box {
    margin-bottom: 4rem;
  }
  .service-problem {
    li {
      font-size: 20px;
      font-weight: 600;
      color: #003371;
      padding: 1em;
      border-bottom: 1px solid #BBBBBB;
      &:first-child {
        border-top: 1px solid #BBBBBB;
      }
      img {
        vertical-align: middle;
        margin-right: .25em;
      }
    }
  }
  .service-description-leadtext {
    margin-top: 4rem;
    padding: 4rem 2rem;
    p {
      font-size: 2.2rem;
      color: #003371;
      @media screen and (max-width: 768.98px) {
        font-size: 1.8rem;
      }
    }
  }
}

.service-content-section {
  background: url("../img/pages/service/bg1.png") no-repeat center/cover;
}
.service-content-item {
  display: flex;
  @media screen and (max-width: 768.98px) {
    flex-direction: column-reverse;
  }
  &:not(:last-child) {
    margin-bottom: 1.7rem;
  }
  li {
    position: relative;
    line-height: 1.6666666667;
    font-size: 1.6rem;
    padding-left: 1.8rem;
    color: #3B4043;
    @media screen and (min-width: 1100px), print {
        font-size: 1.8rem;
        padding-left: 2rem;
        letter-spacing: 0.1em;
    }
    &::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0.75rem;
      display: block;
      width: 10px;
      height: 10px;
      background-color: #3F4E85;
      border-radius: 100%;

      @media screen and (min-width: 769px), print {
          top: 0.9rem;
      }
      @media screen and (min-width: 1100px), print {
          top: 1.1rem;
      }
    }
  }
}
.service-content-main {
  flex: 1;
  min-width: 0;
  background-color: rgba(255, 255, 255, 0.81);
  padding: 4rem 3rem 4rem 4rem;
}
@media screen and (max-width: 1279.98px) {
  .service-content-main {
    padding: 3rem 3rem 3rem 3rem;
  }
}
@media screen and (max-width: 768.98px) {
  .service-content-main {
    padding: 0;
  }
}
.service-content-img {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .service-content-img {
    width: 300px;
  }
}
@media screen and (max-width: 768.98px) {
  .service-content-img {
    width: 100%;
  }
}
.service-content-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-content-heading {
  display: block;
  line-height: 1.2;
  color: #003371;
  font-size: 3rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1279.98px) {
  .service-content-heading {
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768.98px) {
  .service-content-heading {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.service-content-text {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  color: #3B4043;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279.98px) {
  .service-content-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .service-content-text {
    font-size: 1.4rem;
  }
}

.service-recommend-section {
  .inner {
    .recommend-box {
      .wp-block-column {
        padding: 2em;
        border-radius: 8px;
        h4,p {
          font-weight: 700;
        }
        p {
          margin-bottom: 1em;
          font-size: 2.0rem;
          line-height: 1.7222222222;
          @media screen and (max-width: 768.98px) {
            font-size: 1.6rem;
          }
        }
        h4 {
          color: #3B4043;
        }
      }
    }
  }
}
.service-voice-text {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  color: #3B4043;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279.98px) {
  .service-voice-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.service-voice-more {
  margin-top: 2rem;
}
@media screen and (max-width: 768.98px) {
  .service-voice-more {
    text-align: center;
  }
}
.service-voice-wrap {
  display: flex;
  margin-top: 5rem;
}
@media screen and (max-width: 768.98px) {
  .service-voice-wrap {
    margin-top: 3rem;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 768.98px) {
  .service-voice-image figcaption {
    text-align: center;
  }
}
.service-voice-main {
  flex: 1;
  min-width: 0;
  background-color: #F5F5F5;
  padding: 4rem;
  margin-left: 3.5rem;
}
@media screen and (max-width: 768.98px) {
  .service-voice-main {
    padding: 2rem;
    margin: 2.5rem 0 0 0;
  }
}

.service-subheading {
  display: block;
  line-height: 1.8333333333;
    font-size: 2rem;
  color: #003371;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (min-width: 769px), print {
  .service-subheading {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-subheading {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 1100px), print {
  .service-block {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1099.98px) {
  .service-block {
    max-width: 500px;
    margin: 0 auto;
  }
}
.service-main {
  margin-left: 5.5rem;
}
@media screen and (max-width: 1099.98px) {
  .service-main {
    margin: 3rem 0 0 0;
  }
}
@media screen and (max-width: 768.98px) {
  .service-main {
    margin: 2rem 0 0 0;
  }
}
.service-image {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .service-image {
    width: 50%;
  }
}
.service-list {
  background-color: #F5F5F5;
  padding: 1.5rem 1.5rem;
}
@media screen and (min-width: 769px), print {
  .service-list {
    padding: 2rem 2.5rem;
  }
}
.service-list li {
  position: relative;
  line-height: 1.6666666667;
  font-size: 1.6rem;
  padding-left: 1.8rem;
  color: #3B4043;
}
@media screen and (min-width: 1100px), print {
  .service-list li {
    font-size: 1.8rem;
    padding-left: 2rem;
    letter-spacing: 0.1em;
  }
}
.service-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.75rem;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #3F4E85;
  border-radius: 100%;
}
@media screen and (min-width: 769px), print {
  .service-list li::before {
    top: 0.9rem;
  }
}
@media screen and (min-width: 1100px), print {
  .service-list li::before {
    top: 1.1rem;
  }
}

.service-contact-section {
  padding: 4rem 1em;
  margin-bottom: 5rem;
  background: url("../img/pages/other/bg1.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .service-contact-section {
    padding: 6.4rem 2em;
    margin-bottom: 10rem;
  }
}
.service-contact-section .inner {
  h3 {
    margin-bottom: 1em;
    font-size: 2.7rem;
    line-height: 2.1111111111;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #fff;
    @media screen and (max-width: 1099.98px) {
        font-size: 2.4rem;
        text-align: center;
    }
    @media screen and (max-width: 768.98px) {
        font-size: 2rem;
        letter-spacing: 0;
        text-align: center;
    }
  }
  p,li {
    font-weight: 600;
    line-height: 1.6666666667;
    font-size: 2.0rem;
    @media screen and (max-width: 768.98px) {
        font-size: 1.6rem;
    }
  }
  ul {
    list-style: disc;
    margin-left: 1em;
    margin-top: .5em;
  }
  li {
    padding: .25em 0;
  }
}
.service-contact-text .br {
  display: none;
}
@media screen and (max-width: 479.98px) {
  .service-contact-text .br {
    display: block;
  }
}
.service-contact-wrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1099.98px) {
  .service-contact-wrap {
    flex-direction: column;
  }
}
.service-contact-more {
  margin-left: 6rem;
}
@media screen and (max-width: 1099.98px) {
  .service-contact-more {
    margin-left: 0;
  }
}

.company-text {
  font-size: 1.8rem;
  line-height: 1.7222222222;
  color: #3B4043;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1279.98px) {
  .company-text {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.company-faq {
  counter-reset: number 0;
}
.company-faq-item {
  padding: 3rem 1rem;
  border-bottom: 1px dotted #003371;
}
@media screen and (max-width: 768.98px) {
  .company-faq-item {
    padding: 2rem 0;
  }
}
.company-faq-title {
  position: relative;
  display: block;
  padding-left: 2.5rem;
  color: #003371;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1099.98px) {
  .company-faq-title {
    font-size: 1.6rem;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .company-faq-title {
    margin-bottom: 1.3rem;
    padding-left: 2rem;
  }
}
.company-faq-title::before {
  counter-increment: number 1;
  content: counter(number) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.company-faq .company-text {
  padding-left: 2.5rem;
}
@media screen and (max-width: 768.98px) {
  .company-faq .company-text {
    padding-left: 2rem;
  }
}
.company-wrap {
  display: flex;
}
@media screen and (max-width: 768.98px) {
  .company-wrap {
    flex-direction: column;
    align-items: center;
  }
}
.company-main {
  flex: 1;
  min-width: 0;
  margin-left: 4rem;
}
@media screen and (max-width: 768.98px) {
  .company-main {
    margin-left: 0;
    margin-top: 2.5rem;
    width: 100%;
  }
}
.company-heading {
  display: block;
  line-height: 1.2;
  color: #003371;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1099.98px) {
  .company-heading {
    font-size: 2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768.98px) {
  .company-heading {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}
.company-subheading {
  display: block;
  line-height: 1.2;
  color: #003371;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 1099.98px) {
  .company-subheading {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.company-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 0;
}
.company-table td {
  font-size: 1.8rem;
  color: #707070;
  letter-spacing: 0.1em;
  border: none;
}
@media screen and (max-width: 1099.98px) {
  .company-table td {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.company-table td:first-child, .company-table td {
  line-height: 1.6666666667;
  border-bottom: 1px dotted #003371;
  padding: 2.2rem 0;
}
@media screen and (max-width: 768.98px) {
  .company-table td:first-child, .company-table td {
    padding: 1.6rem 0;
  }
}
.company-table td:first-child {
  font-size: 2rem;
  font-weight: 700;
  color: #003371;
  letter-spacing: 0.05em;
  width: 15rem;
}
@media screen and (max-width: 1099.98px) {
  .company-table td:first-child {
    font-size: 1.8rem;
    letter-spacing: 0;
    width: 12rem;
  }
}
@media screen and (max-width: 768.98px) {
  .company-table td:first-child {
    font-size: 1.4rem;
    width: 8rem;
  }
}
.contact-form {
  background-color: #E8E8E8;
  padding: 8rem;
}
@media screen and (max-width: 1099.98px) {
  .contact-form {
    padding: 5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .contact-form {
    padding: 2.5rem;
  }
}
@media screen and (max-width: 479.98px) {
  .contact-form {
    padding: 2rem;
  }
}
.contact-heading {
  display: block;
  text-align: center;
  line-height: 1.625;
  font-weight: 700;
  letter-spacing: 0.01em;
  font-size: 2.4rem;
  color: #333333;
  margin-bottom: 9rem;
}
@media screen and (max-width: 1099.98px) {
  .contact-heading {
    letter-spacing: 0;
    font-size: 2rem;
    margin-bottom: 5rem;
  }
}
@media screen and (max-width: 768.98px) {
  .contact-heading {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}

.form-content-item {
  padding-bottom: 4rem;
}
@media screen and (max-width: 1099.98px) {
  .form-content-item {
    padding-bottom: 3rem;
  }
}
@media screen and (max-width: 768.98px) {
  .form-content-item {
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1100px), print {
  .form-content-group {
    display: flex;
  }
}
.form-content-group .form-content-item {
  width: 50%;
}
@media screen and (max-width: 1099.98px) {
  .form-content-group .form-content-item {
    width: 100%;
  }
}
.form-content-group .form-content-item:first-child {
  margin-right: 6rem;
}
@media screen and (max-width: 1099.98px) {
  .form-content-group .form-content-item:first-child {
    margin-right: 0;
  }
}
.form-content-title {
  position: relative;
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768.98px) {
  .form-content-title {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.form-content-subtitle {
  display: block;
  line-height: 1.2;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  color: #333333;
  margin-bottom: 1.6rem;
}

/* --------------------------------

  お知らせ

-------------------------------- */

/* トップ、一覧、詳細共通 */
.news-meta {
  display: flex;
  @media screen and (max-width: 768.98px) {
    margin-bottom: 1rem;
  }
}

/* ニュースセクション */
.news-section {
  .news-container {
    display: flex;
    align-items: flex-start;
    gap: 5rem;
    @media screen and (max-width: 768.98px) {
      flex-direction: column;
    }
    .news-category-list {
      background: #F5F5F5;
      padding: 3rem;
      min-width: 250px;
      @media screen and (max-width: 768.98px) {
        padding: 2rem;
        min-width: auto;
      }
      h3 {
        border-left: 4px solid #003371;
        color: #003371;
        margin-bottom: 2rem;
        padding: .5rem 0 .5rem 1rem;
        font-size: 1.8rem;
        font-weight: 700;
        @media screen and (max-width: 768.98px) {
          font-size: 1.6rem;
        margin-bottom: 1rem;
        }
      }
      ul {
        @media screen and (max-width: 768.98px) {
          display: flex;
          flex-wrap: wrap;
          gap: 8px 16px;
        }
        li {
          border-bottom: 1px dotted #ddd;
          @media screen and (max-width: 768.98px) {
            border-bottom: none;
          }
          &:first-child {
            border-top: 1px dotted #ddd;
            @media screen and (max-width: 768.98px) {
              border-top: none;
            }
          }
          a {
            display: block;
            padding: 16px 0;
            font-weight: bold;
            position: relative;
            @media screen and (max-width: 768.98px) {
              display: inline-block;
              padding: 4px 12px 4px 4px;
              font-size: 1.4rem;
            }
            &::before { /* くの字の表示設定 */
              content: "";
              margin: auto;
              position: absolute;
              top: 0;
              bottom: 0;
              right: 0;
              width: 8px;
              height: 8px;
              border-top: 2px solid #333;
              border-right: 2px solid #333;
              transform: rotate(45deg);
            }
          }
        }
      }
    }
    .news-meta {
      margin-bottom: 2rem;
    }
    .news-content {
      flex: 1;
      width: 100%;
    }
  }
  .news-list {
    margin-bottom: 2em;
  }
}
.news-topics {
  position: relative;
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px dotted #BBBBBB;
  .news-meta {
    margin-bottom: 0!important;
  }
}
@media screen and (max-width: 768.98px) {
  .news-topics {
    padding: 1.5rem 0;
    flex-direction: column;
  }
}
.news-topics:first-child {
  padding-top: 0;
}
.news-date {
  display: block;
  line-height: 1.2;
  font-weight: 400;
  color: #707F89;
  width: 8.5rem;
  font-size: 1.8rem;
  margin: 0 3rem 0 0;
}
@media screen and (max-width: 768.98px) {
  .news-date {
    margin: 0 0 0.35em 0;
    font-size: 1.4rem;
  }
}

.news-category {
  margin-right: 1.5rem;
  a {
    min-width: 130px;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    border: 1px solid #bbb;
    padding: 4px 8px;
    transition: .2s;
    @media screen and (max-width: 768.98px) {
      min-width: 105px;
      font-size: 1.2rem;
      padding: 4px;
    }
    &:hover {
      background: #bbb;
      color: #fff;
    }
  }
}

.news-title {
  flex: 1;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 400;
}
.news-link {
    display: inline-block;
    color: #3B4043;
    font-size: 1.8rem;
    text-decoration: none;
    transition: color 0.3s ease;
    line-height: 1.6;
    @media screen and (max-width: 768.98px) {
        font-size: 1.4rem;
    }
    &:hover {
        text-decoration: underline;
        color: #003371;
    }
}
.news-body {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text {
  line-height: 1.8;
  word-break: break-all;
  word-wrap: break-word;
}
.news-text p,
.news-text div {
  word-break: break-all;
  word-wrap: break-word;
}
.news-back {
  text-align: center;
  margin-top: 2em;
  border-top: 1px dotted #BBBBBB;
  padding-top: 2.5em;
}
@media screen and (max-width: 639.98px) {
  .news-back {
    margin-top: 2em;
    padding-top: 2em;
  }
}
.news-back .link-button {
  position: relative;
  display: inline-block;
  color: #ffffff;
  background-color: #003371;
  line-height: 1.2;
  border-radius: 10em;
  padding: 1.5rem 4.5rem 1.5rem 4.5rem;
  font-weight: 700;
  font-size: 1.8rem;
  font-feature-settings: "palt";
  transition-property: color, background-color;
  transition-timing-function: ease;
  transition-duration: 0.5s;
}
@media screen and (max-width: 768.98px) {
  .news-back .link-button {
    font-size: 1.6rem;
  }
}

/* 共通リンクボタン（ホバー）*/
.news-back .link-button:hover {
  background-color: #005BAC;
  color: #ffffff;
}
.case-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4.4rem -4.4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .case-list {
    margin: 0 -2rem -2rem 0;
  }
}
@media screen and (max-width: 479.98px) {
  .case-list {
    margin: 0 -1rem -1.3rem 0;
  }
}
.case-topics {
  width: 25%;
  padding: 0 4.4rem 4.4rem 0;
}
@media screen and (max-width: 1099.98px) {
  .case-topics {
    padding: 0 2rem 2rem 0;
  }
}
@media screen and (max-width: 768.98px) {
  .case-topics {
    width: 50%;
  }
}
@media screen and (max-width: 479.98px) {
  .case-topics {
    padding: 0 1rem 1.3rem 0;
  }
}
.case-topics-inner {
  position: relative;
  height: 100%;
}
.case-topics-inner:hover .case-title {
  text-decoration: underline;
}
.case-topics-inner:hover .case-img img {
  transform: scale(1.1);
}
.case-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 768.98px) {
  .case-img {
    margin-bottom: 1rem;
  }
}
.case-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.case-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.case-title {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  color: #003371;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
@media screen and (max-width: 1099.98px) {
  .case-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768.98px) {
  .case-title {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
.case-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.client-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem -1rem 0;
}
@media screen and (max-width: 768.98px) {
  .client-list {
    margin: 0 -1rem -1rem 0;
  }
}
.client-topics {
  width: 33.33333%;
  padding: 0 2rem 2rem 0;
}
@media screen and (max-width: 768.98px) {
  .client-topics {
    width: 50%;
    padding: 0 1rem 1.5rem 0;
  }
}
.client-topics-inner {
  position: relative;
  height: 100%;
}
.client-topics-inner:hover .client-title {
  text-decoration: none;
}
.client-topics-inner:hover .client-img img {
  opacity: 0.8;
}
.client-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 768.98px) {
  .client-img {
    margin-bottom: 0.8rem;
  }
}
.client-img::before {
  content: "";
  display: block;
  padding-top: 29%;
}
@media screen and (max-width: 479.98px) {
  .client-img::before {
    padding-top: 30%;
  }
}
.client-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}
.client-title {
  word-break: break-all;
  word-wrap: break-word;
  font-weight: 500;
  color: #003371;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
@media screen and (max-width: 1099.98px) {
  .client-title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768.98px) {
  .client-title {
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 479.98px) {
  .client-title {
    font-size: 1.1rem;
  }
}
.client-more a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

/* pagination */
.pagination {
  display: block;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .pagination {
    margin-top: 3.5rem;
  }
}
.news-list + .pagination {
  margin-top: 2.5rem;
}
@media screen and (min-width: 1100px), print {
  .news-list + .pagination {
    margin-top: 3.5rem;
  }
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  margin: 0 0.2rem;
  padding: 1rem 1.5rem;
  line-height: 1.2;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background-color: #666;
  transition: background-color 0.25s;
}
@media screen and (max-width: 768.98px) {
  .pagination .page-numbers {
    margin: 0.2rem;
    font-size: 1.4rem;
  }
}
.pagination .page-numbers:hover {
  text-decoration: none;
}
.pagination .page-numbers[href]:hover,
.pagination .current {
  background-color: #003371;
}
.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.not-found-section .secondary-container {
  background-color: #E8E8E8;
  padding: 8rem;
  text-align: center;
  @media screen and (max-width: 768.98px) {
    padding: 2.5rem;
  }
}

/* topics_paging *//*# sourceMappingURL=styles.css.map */