/*! destyle.css v4.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-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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  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;
}

/* 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 { /* 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 */
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 90px;
  background: white;
}
@media screen and (max-width: 949px) {
  .header {
    height: 65px;
  }
}
.header + * {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .header + * {
    margin-top: 65px;
  }
}

.header-brand {
  background: url(../images/common/bg_header-logo.png) no-repeat 0 0/100% 100%;
  max-width: 500px;
  width: 100%;
  height: 150px;
  padding: 16px;
}
@media screen and (max-width: 1435px) {
  .header-brand {
    max-width: 400px;
    height: 120px;
  }
}
@media screen and (max-width: 1300px) {
  .header-brand {
    max-width: 400px;
    height: 110px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 1300px) {
  .header-brand {
    max-width: 400px;
    height: 100px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1220px) {
  .header-brand {
    width: 290px;
  }
}
@media screen and (max-width: 949px) {
  .header-brand {
    height: auto;
    padding: 8px 10px;
    width: 235px;
    background: none;
  }
}
.header-brand__logo {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 1435px) {
  .header-brand__logo {
    max-width: 300px;
  }
}
@media screen and (max-width: 1300px) {
  .header-brand__logo {
    max-width: 280px;
  }
}
@media screen and (max-width: 1220px) {
  .header-brand__logo {
    width: 230px;
  }
}
@media screen and (max-width: 949px) {
  .header-brand__logo {
    width: 190px;
  }
}

.header-navigation-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
@media screen and (max-width: 949px) {
  .header-navigation-group {
    display: none;
  }
}

.header-navigation {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.header-navigation__item {
  line-height: 22.75px;
  white-space: nowrap;
}
.header-navigation__item:not(:first-of-type)::before {
  content: "/";
  margin-left: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 1200px) {
  .header-navigation__item:not(:first-of-type)::before {
    margin: 0 8px;
  }
}
@media screen and (max-width: 1050px) {
  .header-navigation__item a {
    font-size: 15px;
  }
}

.sns-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 48px;
}
@media screen and (max-width: 1050px) {
  .sns-items {
    margin-left: 8px;
  }
}
.sns-items__item a {
  display: block;
  margin-left: 8px;
  margin-right: 8px;
}
.sns-items__item img {
  width: 34px;
}
.sns-items__link img.is-hover {
  display: none;
}
.sns-items__link:hover img {
  display: none;
}
.sns-items__link:hover img.is-hover {
  display: block;
}

.header-contact {
  margin-left: 48px;
}
@media screen and (max-width: 1050px) {
  .header-contact {
    margin-left: 8px;
  }
}
.header-contact__button {
  background: #004296 url(../images/common/icon-mail.png) no-repeat top 50% left calc(50% - 60px)/32px;
  color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 240px;
  height: 90px;
  padding-left: 32px;
}
@media screen and (max-width: 1200px) {
  .header-contact__button {
    background-image: none;
    width: 130px;
    padding: 10px;
  }
}
.header-contact__button:hover {
  color: #fff;
  background-color: #000;
}

.slidebar-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: column;
      flex-direction: column;
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0.8571428571rem;
  z-index: 9999;
  text-decoration: none;
  background-color: #004296;
  line-height: 1;
  color: #fff;
  width: 65px;
  height: 65px;
  border: none;
}
@media screen and (min-width: 950px) {
  .slidebar-button {
    display: none;
  }
}
.slidebar-button__line {
  height: 22px;
  display: block;
}
.slidebar-button__line > span {
  display: block;
  width: 1.8571428571rem;
  height: 0.1428571429rem;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8px;
  transition: all ease 0.2s;
}
.slidebar-button__line > span:last-child {
  margin-bottom: 0;
}

.c-slidebar-menu {
  height: calc(100vh - 65px);
  padding: 0 0 50px;
  position: fixed;
  background-color: #fff;
  z-index: 9980;
  width: 75%;
  transform: translate3d(100%, 0px, 0px);
  right: 0;
  transition: all ease-in-out 0.2s;
  overflow-x: scroll;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
.c-slidebar-menu.is-top-to-bottom {
  transform: translate3d(0px, -100%, 0px);
  width: 100%;
  opacity: 0;
}
.c-slidebar-menu__list {
  width: 100%;
  background: #fff;
}
.c-slidebar-menu__list li {
  border-bottom: 1px solid #d9dce0;
}
.c-slidebar-menu__list a {
  display: block;
  padding: 1.1428571429rem 2.2857142857rem 1.1428571429rem;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #1a1a1a;
}
.c-slidebar-menu__content {
  margin-top: 30px;
  padding: 0 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
}
.c-slidebar-menu__contact {
  background-color: #004296;
  max-width: 400px;
  width: 100%;
  height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 17px;
  color: #fff;
}
.c-slidebar-menu__contact::before {
  content: "";
  background: url(../images/common/icon-mail.png) no-repeat top/contain;
  color: white;
  display: block;
  width: 30px;
  height: 20px;
  margin-right: 16px;
}
.c-slidebar-menu__sns-lists {
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  gap: 20px;
}
.c-slidebar-menu__sns-item {
  display: block;
}
.c-slidebar-menu__sns-item img {
  width: 34px;
}

.is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
  transform: translate3d(0, 65px, 0);
  opacity: 1;
}
.is-slidebar-active .slidebar-button__line > span:nth-child(1) {
  -ms-transform: rotate(-45deg) translateY(7px) translateX(-6px);
      transform: rotate(-45deg) translateY(7px) translateX(-6px);
}
.is-slidebar-active .slidebar-button__line > span:nth-child(2) {
  -ms-transform: rotate(45deg) translateY(-1px) translateX(-1px);
      transform: rotate(45deg) translateY(-1px) translateX(-1px);
}
.is-slidebar-active .slidebar-button__line > span:nth-child(3) {
  display: none;
  margin-bottom: 0;
}

.footer__brand a {
  display: block;
  max-width: 280px;
  width: 100%;
}
.footer__brand img {
  max-width: 280px;
  width: 100%;
}
.footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 1150px) {
  .footer__container {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px;
  }
}
.footer__sns-links {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: 70px;
}
@media screen and (max-width: 768px) {
  .footer__sns-links {
    margin-left: 30px;
  }
}
.footer__sns-links__item a {
  transition: 0.3s ease;
}
.footer__sns-links__item a:hover {
  opacity: 0.7;
}
.footer__sns-links__item img {
  width: 28px;
}

.footer-primary-section {
  background-color: #004296;
  padding: 80px 0 50px;
}

.footer-wrap.is-contact {
  max-width: 560px;
  width: 100%;
}

.footer-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-group.is-tel {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .footer-group.is-tel {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

.footer-address {
  margin-right: 58px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .footer-address {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .footer-address:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer-address:last-child {
    margin-top: 20px;
  }
}
.footer-address dt {
  font-size: 15px;
  font-weight: 600;
  padding-left: 20px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.footer-address dt::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #00a0e9;
  position: absolute;
  left: 0;
}
.footer-address dd a {
  transition: 0.3s ease;
}
.footer-address dd a:hover {
  opacity: 0.7;
}
.footer-address dd img {
  width: 224px;
}
.footer-contact {
  max-width: 560px;
  width: 100%;
  background-color: #000;
  border: 1px solid #fff;
  display: block;
  height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    height: 80px;
    font-size: 17px;
  }
}
.footer-contact::before {
  content: "";
  background: url(../images/common/icon-mail.png) no-repeat top/contain;
  color: white;
  display: block;
  width: 43px;
  height: 32px;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .footer-contact::before {
    width: 30px;
    height: 20px;
  }
}
.footer-contact:hover {
  color: #fff;
  opacity: 0.7;
}

.footer-navigation {
  margin-top: 74px;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1150px) {
  .footer-navigation {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-navigation {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px 0;
  }
}
.footer-navigation__item {
  display: -ms-flexbox;
  display: flex;
}
.footer-navigation__item:not(:last-child)::after {
  content: "/";
  color: #fff;
  margin: 0 23px;
}
.footer-navigation__item a {
  font-weight: 600;
  color: #fff;
}
.footer-navigation__item a:hover {
  color: #000;
}

.footer-secondary-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 15px 0;
}
@media screen and (max-width: 768px) {
  .footer-secondary-section {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 20px 0;
  }
}
.footer-secondary-section__certificates {
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.footer-secondary-section__certificates__item img {
  width: 34px;
}
.footer-secondary-section__group {
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
.footer-secondary-section__privacy {
  text-decoration: underline;
  font-size: 12px;
}
.footer-secondary-section__copyright {
  font-size: 10px;
}

/* base
 ******************************/
body {
  font-size: 16px;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  position: relative;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  transition: 0.3s ease;
}
a:hover {
  color: #004296;
}

/* common-components
 ******************************/
.container {
  width: 100%;
  max-width: 1680px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.container-md {
  width: 100%;
  max-width: 1400px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.container-narrow {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.basic-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-weight: 600;
  max-width: 270px;
  width: 100%;
  padding: 21px 20px;
  background-color: #000;
  border: 2px solid #000;
  color: #fff;
  font-size: 18px;
}
.basic-button:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

.common-keyvisual {
  width: 100%;
  height: 407px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .common-keyvisual {
    height: 200px;
  }
}

.common-entry-title {
  position: absolute;
  bottom: -74px;
}
@media screen and (max-width: 768px) {
  .common-entry-title {
    bottom: -54px;
  }
}
.common-entry-title__en {
  color: #004296;
  font-size: 124px;
  line-height: 1.2;
  font-family: "Anton", sans-serif;
  display: block;
}
@media screen and (max-width: 768px) {
  .common-entry-title__en {
    font-size: 70px;
  }
}
.common-entry-title__ja {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #00a0e9;
}
@media screen and (max-width: 768px) {
  .common-entry-title__ja {
    font-size: 20px;
  }
}

.common-heading {
  text-align: center;
  margin-bottom: 70px;
}
.common-heading span {
  font-size: 38px;
  color: #004296;
  font-weight: 600;
  padding-bottom: 13px;
  position: relative;
}
.common-heading span strong {
  padding: 0 5px;
  font-size: 58px;
}
@media screen and (max-width: 768px) {
  .common-heading span strong {
    font-size: 48px;
  }
}
@media screen and (max-width: 768px) {
  .common-heading span {
    font-size: 28px;
  }
}
.common-heading span::before {
  position: absolute;
  content: "";
  width: 120%;
  height: 3px;
  background-color: #00a0e9;
  bottom: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.topics-list {
  padding-left: 173px;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .topics-list {
    padding-left: 0;
  }
}
.topics-list.is-archive {
  padding-left: 0;
  margin-top: 0;
}
.topics-list__item {
  border-bottom: 1px solid #000;
}
.topics-list__item:first-child {
  border-top: 1px solid #000;
}
.topics-list__item a {
  padding: 30px 19px 29px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .topics-list__item a {
    padding: 20px 16px;
  }
}
.topics-list__item a:hover {
  background-color: #ececec;
  color: #000;
}
.topics-list__date {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .topics-list__date {
    margin-right: 20px;
  }
}
.topics-list__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topics-list__title {
    -webkit-line-clamp: 2;
  }
}

.common-copy {
  padding: 76px 0 120px;
}
.common-copy__main {
  text-align: center;
  font-size: 38px;
  font-weight: 600;
  color: #004296;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .common-copy__main {
    font-size: 28px;
  }
}
.common-copy__sub {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
.common-copy__sub.is-sm {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .common-copy__sub {
    font-size: 18px;
  }
  .common-copy__sub.is-sm {
    font-size: 16px;
    font-weight: 300;
  }
}

/* front-page
 ******************************/
.top-keyvisual {
  width: 100%;
  height: 1000px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
  background: #888;
  position: relative;
}
@media screen and (max-width: 949px) {
  .top-keyvisual {
    margin-top: 65px;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual {
    height: 500px;
  }
}
.top-keyvisual__main-copy {
  padding-left: 20px;
  position: relative;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .top-keyvisual__main-copy {
    max-width: 450px;
    top: -48px;
  }
}
.top-keyvisual__copy-item.type01 {
  position: relative;
  z-index: 100;
  display: block;
  margin-bottom: 10px;
  max-width: 580px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type01 {
    width: 100%;
    max-width: none;
  }
}
.top-keyvisual__copy-item.type01 img {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type01 img {
    width: 65.5367231638%;
  }
}
.top-keyvisual__copy-item.type02 {
  position: relative;
  z-index: 100;
  display: block;
  margin-bottom: 10px;
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type02 {
    max-width: none;
    width: 100%;
  }
}
.top-keyvisual__copy-item.type02 img {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type02 img {
    width: 76.8361581921%;
  }
}
.top-keyvisual__copy-item.type03 {
  position: relative;
  z-index: 100;
  display: block;
  margin-bottom: 10px;
  max-width: 745px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type03 {
    max-width: none;
    width: 100%;
  }
}
.top-keyvisual__copy-item.type03 img {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type03 img {
    width: 84.1807909605%;
  }
}
.top-keyvisual__copy-item.type04 {
  position: relative;
  z-index: 90;
  display: block;
  position: relative;
  margin-top: -30px;
  margin-left: 330px;
  max-width: 635px;
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type04 {
    margin-left: 0;
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-keyvisual__copy-item.type04 {
    margin-top: -15px;
  }
}
.top-keyvisual__copy-item.type04 img {
  width: 100%;
}
@media screen and (max-width: 1110px) {
  .top-keyvisual__copy-item.type04 img {
    margin-left: 28.2485875706%;
    width: 71.7514124294%;
  }
}
.top-keyvisual__video-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.top-keyvisual__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-keyvisual__scroll {
  font-family: "Anton", sans-serif;
  color: #fff;
  font-size: 28px;
  position: absolute;
  right: 64px;
  bottom: 145px;
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
}
@media screen and (max-width: 768px) {
  .top-keyvisual__scroll {
    font-size: 17px;
    bottom: 84px;
    right: 20px;
  }
}
.top-keyvisual__scroll::before {
  content: "";
  display: block;
  height: 100px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -115px;
  right: 14px;
}
@media screen and (max-width: 768px) {
  .top-keyvisual__scroll::before {
    height: 60px;
    bottom: -71px;
    right: 8px;
  }
}
.top-keyvisual__scroll::after {
  content: "";
  display: block;
  height: 16px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -115px;
  right: 10px;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .top-keyvisual__scroll::after {
    bottom: -71px;
    right: 4px;
  }
}

.top-topics {
  max-width: 1140px;
  margin: 120px auto 0;
}
.top-topics__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 80px;
}

.top-heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 60px 80px 40px 80px;
  background: url(../images/common/heading-bg.png) no-repeat 0 0/440px 150px;
}
@media screen and (max-width: 768px) {
  .top-heading {
    background-size: contain;
    padding: 40px 30px;
  }
}
.top-heading__en {
  font-family: "Anton", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 22.75px;
}
@media screen and (max-width: 768px) {
  .top-heading__en {
    line-height: 1.2;
    font-size: 50px;
  }
}
.top-heading__ja {
  font-size: 24px;
  margin-left: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-heading__ja {
    font-size: 17px;
  }
}

.top-business-detail {
  overflow: hidden;
  position: relative;
}
.top-business-detail__move {
  padding: 286px 0 312px;
  background: #ececec;
  clip-path: polygon(0 16%, 100% 0%, 100% 81%, 0% 100%);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-business-detail__move {
    padding: 430px 0 200px;
  }
}
.top-business-detail__move::before {
  content: "";
  display: block;
  width: 40%;
  background: url(../images/home/bg-business.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .top-business-detail__move::before {
    width: 100%;
    height: 400px;
    top: 0;
  }
}
.top-business-detail__wrap {
  margin-left: 45%;
  padding-right: 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-business-detail__wrap {
    margin-left: 0;
    padding-right: 90px;
  }
}
.top-business-detail__heading {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  right: 0;
  top: -127px;
}
@media screen and (max-width: 768px) {
  .top-business-detail__heading {
    top: 0;
  }
}
.top-business-detail__heading-en {
  font-size: 100px;
  font-family: "Anton", sans-serif;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-business-detail__heading-en {
    font-size: 50px;
  }
}
.top-business-detail__heading-ja {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .top-business-detail__heading-ja {
    font-size: 17px;
  }
}
.top-business-detail__contents {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1400px) {
  .top-business-detail__contents {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .top-business-detail__contents {
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-business-detail__contents {
    padding-right: 0;
  }
}
.top-business-detail__contents p {
  font-size: 17px;
  text-align: justify;
  line-height: 2.3529411765;
}
@media screen and (max-width: 768px) {
  .top-business-detail__contents p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.top-business-detail__buttons {
  margin-top: 44px;
}

.top-attempt {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.top-attempt::before {
  content: "";
  display: block;
  width: 1080px;
  background: url(../images/home/track-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  height: 651px;
  top: -220px;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .top-attempt::before {
    width: 400px;
    top: -380px;
  }
}
.top-attempt__contents {
  max-width: 960px;
  width: 100%;
  margin: 70px auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-attempt__contents {
    margin-top: 40px;
  }
}
.top-attempt__contents p {
  font-size: 17px;
  font-weight: 300;
  line-height: 2.3529411765;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top-attempt__contents p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.top-attempt__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .top-attempt__button {
    margin-top: 40px;
  }
}

.top-recruit a {
  display: block;
  background: #000;
  background-repeat: no-repeat;
  margin-top: 90px;
  padding: 94px 0 120px;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .top-recruit a {
    padding-bottom: 30px;
    padding-top: 40px;
  }
}
.top-recruit a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/bg-recruit-bnr.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  transition: 0.3s ease;
}
.top-recruit a:hover::before {
  opacity: 1;
}
.top-recruit__badge {
  position: absolute;
  font-size: 36px;
  font-weight: 600;
  z-index: 0;
  color: #fff;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  left: 14px;
  top: 40px;
}
@media screen and (max-width: 768px) {
  .top-recruit__badge {
    font-size: 20px;
    left: 0px;
    top: 22px;
  }
}
.top-recruit__badge::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #004296;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  width: 343px;
  height: 168px;
  z-index: -1;
  left: -68%;
  bottom: -24px;
}
@media screen and (max-width: 768px) {
  .top-recruit__badge::before {
    width: 200px;
    height: 100px;
  }
}
.top-recruit__content {
  max-width: 1520px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .top-recruit__content {
    padding: 0 16px;
  }
}
.top-recruit__heading {
  font-family: "Anton", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .top-recruit__heading {
    text-align: right;
    font-size: 70px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit__heading {
    font-size: 8.4vw;
    margin-right: 0;
  }
}
.top-recruit__lead {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-top: 18px;
  white-space: nowrap;
}
@media screen and (max-width: 1000px) {
  .top-recruit__lead {
    text-align: right;
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit__lead {
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.top-recruit__arrow {
  display: block;
  position: absolute;
  right: 120px;
}
@media screen and (max-width: 1300px) {
  .top-recruit__arrow {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .top-recruit__arrow {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-recruit__arrow {
    right: 20px;
    top: 200px;
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .top-recruit__arrow {
    top: 170px;
  }
}
.top-recruit__arrow::before {
  content: "";
  display: block;
  width: 420px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-recruit__arrow::before {
    width: 200px;
  }
}
.top-recruit__arrow::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  right: -2px;
  top: -13px;
}
.top-recruit__images {
  position: relative;
  z-index: 2;
  height: 420px;
  width: 100%;
  margin-top: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .top-recruit__images {
    margin-top: 75px;
    height: 27vw;
  }
}

.top-company {
  margin-top: 120px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-company {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
.top-company a {
  display: block;
  height: 406px;
  position: relative;
  color: #000;
  padding-top: 94px;
}
@media screen and (max-width: 768px) {
  .top-company a {
    padding-top: 40px;
    height: 300px;
  }
}
.top-company a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/home/bg-whats_wing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  transition: 0.3s ease;
  z-index: -1;
}
.top-company a:hover::before {
  opacity: 0.5;
  filter: brightness(1.8);
}
.top-company__heading {
  color: #000;
}
.top-company__heading__en {
  font-family: "Anton", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1.47;
}
@media screen and (max-width: 768px) {
  .top-company__heading__en {
    font-size: 50px;
  }
}
.top-company__heading__ja {
  display: block;
  font-size: 30px;
  font-weight: 600;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .top-company__heading__ja {
    margin-top: 8px;
    font-size: 17px;
  }
}
.top-company__arrow {
  width: 535px;
  height: 100px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  background: #000;
  position: absolute;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  right: 0;
  bottom: 0;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .top-company__arrow {
    height: 80px;
    width: 250px;
    font-size: 16px;
  }
}
.top-company__arrow::before {
  content: "";
  display: block;
  width: 280px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 60px;
}
@media screen and (max-width: 768px) {
  .top-company__arrow::before {
    width: 70px;
    right: 31px;
  }
}
.top-company__arrow::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
  right: 55px;
  top: 37px;
}
@media screen and (max-width: 768px) {
  .top-company__arrow::after {
    width: 30px;
    top: 32px;
    right: 29px;
  }
}

/* TOPICS ARCHIVE
 ******************************/
.topics-archive {
  padding: 76px 0 120px;
}

.pagenation {
  margin-top: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  width: 50px;
  height: 50px;
  font-family: "Anton", sans-serif;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%;
  transition: 0.3s ease;
}
.wp-pagenavi a:hover {
  background-color: #e5e5e5;
  color: #000;
}
.wp-pagenavi .previouspostslink::before {
  content: url(../images/common/icon-arrow-left.svg);
}
.wp-pagenavi .extend {
  padding-bottom: 10px;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #fff;
}
.wp-pagenavi .nextpostslink::before {
  content: url(../images/common/icon-arrow-right.svg);
}

/* TOPICS SINGLE
 ******************************/
.topics-content {
  padding: 76px 0 120px;
}

.topics-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.topics-header__title {
  font-size: 26px;
  font-weight: 600;
}
.topics-header__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-top: 25px;
}
.topics-header__date::before {
  width: 30px;
  height: 25px;
  background: url(../images/topics/icon-calendar.png) no-repeat center center/contain;
  content: "";
  display: block;
  margin-right: 10px;
}

.topics-body {
  padding: 58px 0 80px;
  border-bottom: 1px solid #000;
}
.topics-body p {
  line-height: 1.8125;
  margin-top: 1rem;
}
.topics-body a {
  color: #00a0e9;
}
.topics-body a:hover {
  opacity: 0.7;
}
.topics-body img {
  margin-top: 55px;
  width: 100%;
}

.topics-footer {
  margin-top: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
.topics-footer a:hover {
  opacity: 0.7;
  color: #000;
}
.topics-footer__prev-link::before {
  width: 10px;
  height: 20px;
  background: url(../images/common/icon-arrow-left.svg) no-repeat center center/contain;
  display: block;
  content: "";
}
.topics-footer__archive-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 12px;
}
.topics-footer__archive-link::before {
  width: 28px;
  height: 28px;
  content: "";
  background: url(../images/topics/icon-list.png) no-repeat center center/contain;
  display: block;
}
.topics-footer__next-link::before {
  width: 10px;
  height: 20px;
  background: url(../images/common/icon-arrow-right.svg) no-repeat center center/contain;
  display: block;
  content: "";
}

/* SERVICE PAGE
 ******************************/
.service-copy {
  padding-top: 76px;
  padding-bottom: 120px;
}
.service-copy__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
}
.service-copy__image img {
  max-width: 100%;
  width: 100%;
}
.service-copy__texts {
  max-width: 960px;
  width: 90%;
  margin: -120px auto 0;
  padding: 50px 50px 43px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .service-copy__texts {
    margin: -30px auto 0;
    padding: 30px 16px 25px;
  }
}
.service-copy__lead {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #004296;
  margin-bottom: 46px;
}
.service-copy__lead span {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .service-copy__lead {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .service-copy__lead span {
    font-size: 16px;
  }
}
.service-copy__description {
  text-align: justify;
  line-height: 1.8;
}

.service-contents {
  background-color: #ececec;
  padding: 120px 0;
}

.service-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  justify-items: end;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .service-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .service-item.reverse {
    justify-items: start;
  }
  .service-item.reverse .service-item__texts {
    -ms-flex-order: 2;
        order: 2;
  }
  .service-item.reverse .service-item__image {
    -ms-flex-order: 1;
        order: 1;
  }
}
.service-item:not(:first-of-type) {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .service-item:not(:first-of-type) {
    margin-top: 80px;
  }
}
.service-item__texts {
  max-width: 460px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .service-item__texts {
    -ms-flex-order: 1;
        order: 1;
    max-width: none;
  }
}
.service-item__number {
  display: block;
  font-size: 68px;
  font-family: "Anton", sans-serif;
  line-height: 1.4558823529;
  position: relative;
  color: #004296;
}
@media screen and (max-width: 768px) {
  .service-item__number {
    font-size: 40px;
  }
}
.service-item__number::before {
  content: "";
  display: block;
  height: 2px;
  width: 150px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  background-color: #00a0e9;
  position: absolute;
  bottom: 15px;
  left: -33px;
}
@media screen and (max-width: 768px) {
  .service-item__number::before {
    width: 100px;
    bottom: 3px;
    left: -18px;
  }
}
.service-item__title {
  display: block;
  font-size: 32px;
  padding-left: 72px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service-item__title {
    font-size: 26px;
    padding-left: 40px;
  }
}
.service-item__description {
  margin-top: 48px;
  text-align: justify;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .service-item__description {
    margin-top: 28px;
  }
}
.service-item__image {
  max-width: 680px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service-item__image {
    -ms-flex-order: 2;
        order: 2;
    max-width: none;
  }
}
.service-item__image img {
  width: 100%;
}
.service-area {
  padding: 120px 0;
}
.service-area__image {
  max-width: 1104px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.service-area__image img {
  width: 100%;
}
.service-area__content {
  max-width: 960px;
  margin: 103px auto 0;
}
.service-area__heading {
  width: 220px;
  height: 51px;
  background-color: #004296;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.service-area-table {
  width: 100%;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 600px) {
  .service-area-table {
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  .service-area-table__container {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 600px) {
  .service-area-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-area-table td {
  border-top: 1px solid #999999;
}
@media screen and (max-width: 600px) {
  .service-area-table td {
    border-top: none;
  }
}
.service-area-table__name {
  padding: 40px 0 38px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .service-area-table__name {
    width: 100%;
    padding: 20px 0 10px;
  }
}
.service-area-table__information {
  padding: 40px 0 38px;
}
@media screen and (max-width: 600px) {
  .service-area-table__information {
    width: 100%;
    padding: 5px 0;
  }
}
.service-area-table__information address {
  margin-bottom: 24px;
}
@media screen and (max-width: 600px) {
  .service-area-table__information address {
    margin-bottom: 5px;
  }
}
.service-area-table__map {
  padding: 40px 0 38px;
  width: 120px;
}
@media screen and (max-width: 600px) {
  .service-area-table__map {
    width: 100%;
    border-bottom: 1px solid #999999;
    padding: 10px 0 20px;
  }
}
.service-area-table__map a {
  background-color: #000;
  color: #fff;
  padding: 5px 25px 5px 14px;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  display: block;
  height: 24px;
}
@media screen and (max-width: 600px) {
  .service-area-table__map a {
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}
.service-area-table__map a::after {
  content: url(../images/common/icon-arrow.png);
  right: 14.5px;
  position: absolute;
  top: 6px;
  vertical-align: middle;
}
.service-area-table__map a:hover {
  opacity: 0.7;
}

.service-trucks {
  padding: 120px 0;
  background-color: #ececec;
}
.service-trucks__lead {
  text-align: center;
}
.service-trucks__group {
  max-width: 1840px;
  padding: 0 20px;
  width: 100%;
  margin: 60px auto 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 1100px) {
  .service-trucks__group {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .service-trucks__group {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 580px) {
  .service-trucks__group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-trucks__item img {
  width: 100%;
}
.service-trucks__item figcaption {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 9px 20px 11px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .service-trucks__item figcaption {
    font-size: 16px;
  }
}

.service-trucks-table {
  margin-top: 80px;
  width: 100%;
  border-bottom: 1px solid #999999;
}
.service-trucks-table th {
  border-top: 1px solid #999999;
  padding: 20px 0 20px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #004296;
}
@media screen and (max-width: 768px) {
  .service-trucks-table th {
    font-size: 16px;
    width: 125px;
  }
}
.service-trucks-table td {
  padding: 20px 0;
  border-top: 1px solid #999999;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .service-trucks-table td {
    font-size: 16px;
  }
}

/* ATTEMPT PAGE
 ******************************/
.attempt-csr {
  padding: 120px 0;
  background-color: #ececec;
}
.attempt-csr__heading {
  color: #004296;
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 86px;
}
@media screen and (max-width: 768px) {
  .attempt-csr__heading {
    font-size: 28px;
  }
}

.attempt-csr-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.attempt-csr-group:not(:first-child) {
  margin-top: 61px;
}
.attempt-csr-group__image {
  position: relative;
}
.attempt-csr-group__image img {
  width: 100%;
}
.attempt-csr-group__image-badge {
  position: absolute;
  color: #fff;
  font-family: "Anton", sans-serif;
  z-index: 0;
  font-size: 28px;
  top: 7px;
  left: 19px;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__image-badge {
    font-size: 20px;
    top: 6px;
    left: 10px;
  }
}
.attempt-csr-group__image-badge::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 80px 80px 0 0;
  border-color: #004296 transparent transparent transparent;
  position: absolute;
  top: -7px;
  left: -19px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__image-badge::before {
    border-width: 60px 60px 0 0;
    top: -6px;
    left: -10px;
  }
}
.attempt-csr-group__texts {
  padding: 47px 40px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__texts {
    padding: 20px;
  }
}
.attempt-csr-group__texts h3 {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 34px;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__texts h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.attempt-csr-group__texts ul {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__texts ul {
    margin-bottom: 15px;
  }
}
.attempt-csr-group__texts ul li {
  padding-left: 26px;
  position: relative;
  color: #004296;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__texts ul li {
    font-size: 18px;
  }
}
.attempt-csr-group__texts ul li:not(:first-child) {
  margin-top: 14px;
}
.attempt-csr-group__texts ul li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  top: 4px;
  border: 2px solid #00a0e9;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__texts ul li::before {
    top: 2px;
    width: 14px;
    height: 14px;
  }
}
.attempt-csr-group__texts p {
  font-size: 15px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .attempt-csr-group__texts p {
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .attempt-csr-group.reverse .attempt-csr-group__image {
    -ms-flex-order: 2;
        order: 2;
  }
  .attempt-csr-group.reverse .attempt-csr-group__texts {
    -ms-flex-order: 1;
        order: 1;
  }
}

.attempt-csr-secondary {
  padding: 120px 0 83px;
}

.attempt-csr-secondary-group {
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
  }
}
.attempt-csr-secondary-group__image {
  max-width: 220px;
  width: 100%;
}
.attempt-csr-secondary-group__image img {
  width: 100%;
}
.attempt-csr-secondary-group__texts {
  text-align: justify;
}
.attempt-csr-secondary-group__heading {
  font-size: 38px;
  color: #004296;
  font-weight: 600;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: end;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group__heading {
    font-size: 28px;
  }
}
.attempt-csr-secondary-group__heading::before {
  width: 45px;
  height: 70px;
  background: url(../images/attempt/icon-attempt-heading.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  margin-left: 14px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group__heading::before {
    width: 35px;
    height: 50px;
  }
}
.attempt-csr-secondary-group__list {
  margin-top: 36px;
}
.attempt-csr-secondary-group__list li {
  padding-left: 18px;
  position: relative;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group__list li {
    font-size: 14px;
  }
}
.attempt-csr-secondary-group__list li:not(:first-child) {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group__list li:not(:first-child) {
    margin-top: 14px;
  }
}
.attempt-csr-secondary-group__list li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #000;
  left: 0;
  top: 4px;
}
.attempt-csr-secondary-group.reverse {
  margin-top: 104px;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group.reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.attempt-csr-secondary-group.reverse .attempt-csr-secondary-group__texts p {
  margin-top: 36px;
  line-height: 1.75;
}
.attempt-csr-secondary-group-wrap {
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  gap: 20px;
  -ms-flex-align: baseline;
      align-items: baseline;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .attempt-csr-secondary-group-wrap {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 60px;
  }
}

.attempt-csr-secondary-group-half {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 29px;
  max-width: 440px;
}
@media screen and (max-width: 959px) {
  .attempt-csr-secondary-group-half {
    width: 100%;
    -ms-flex-align: center;
        align-items: center;
    gap: 10px;
  }
}
.attempt-csr-secondary-group-half__image {
  max-width: 120px;
  width: 100%;
}
.attempt-csr-secondary-group-half__image img {
  width: 100%;
}
.attempt-csr-secondary-group-half__texts p {
  font-size: 14px;
  line-height: 1.7857142857;
}
.attempt-csr-secondary-group-half__heading-sub {
  font-size: 22px;
  font-weight: 600;
  color: #004296;
  margin-bottom: 23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .attempt-csr-secondary-group-half__heading-sub {
    font-size: 20px;
    text-align: left;
  }
}

/* RECRUIT PAGE
 ******************************/
.recruit-needs {
  padding-bottom: 120px;
}
.recruit-needs__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 1400px) {
  .recruit-needs__items {
    gap: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit-needs__items {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-needs__items {
    -ms-grid-columns: 1fr 5px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
.recruit-needs__attention {
  padding-top: 166px;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-needs__attention {
    font-size: 18px;
  }
}
.recruit-needs__attention::before {
  position: absolute;
  content: "";
  background: url(../images/recruit/recruit-arrow.png) no-repeat center center/contain;
  width: 212px;
  height: 46px;
  display: block;
  top: 60px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .recruit-needs__attention::before {
    width: 150px;
  }
}
.recruit-needs__attention strong {
  font-size: 48px;
  position: relative;
  z-index: 0;
  display: inline-block;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .recruit-needs__attention strong {
    font-size: 23px;
  }
}
.recruit-needs__attention strong::before {
  content: "";
  display: block;
  height: 20px;
  width: 100%;
  background-color: #ffff00;
  position: absolute;
  bottom: -8px;
  left: 0;
  z-index: -1;
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -ms-transform-origin: left;
      transform-origin: left;
  transition: 0.5s ease;
}
.recruit-needs__attention.is-animated strong::before {
  -ms-transform: scaleX(1);
      transform: scaleX(1);
}

.recruit-needs-item {
  background-color: #ecf4ff;
  padding: 0 20px 50px;
}
@media screen and (max-width: 768px) {
  .recruit-needs-item {
    padding: 10px 5px 10px;
  }
}
.recruit-needs-item__image {
  margin: 0 auto;
  width: 100%;
  height: 280px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-needs-item__image {
    height: auto;
    width: 40%;
  }
}
.recruit-needs-item__image.is-no-1 {
  max-width: 200px;
}
.recruit-needs-item__image.is-no-2 {
  max-width: 110px;
}
@media screen and (max-width: 768px) {
  .recruit-needs-item__image.is-no-2 {
    max-width: 8vw;
  }
}
.recruit-needs-item__image.is-no-3 {
  max-width: 148px;
}
.recruit-needs-item__image.is-no-4 {
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .recruit-needs-item__image.is-no-4 {
    max-width: 100px;
  }
}
.recruit-needs-item__image img {
  width: 100%;
}
.recruit-needs-item__text {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6071428571;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .recruit-needs-item__text {
    font-size: 14px;
  }
}
.recruit-needs-item__text strong {
  position: relative;
  z-index: 1;
}
.recruit-needs-item__text strong::before {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
  width: 100%;
  height: 10px;
  content: "";
  display: block;
  background-color: #ffff00;
}

.recruit-two-works {
  padding: 120px 0;
  background-color: #ececec;
}

.recruit-two-works-tab {
  margin-top: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.recruit-two-works-tab__item {
  display: block;
  max-width: 460px;
  width: 100%;
  border: 4px solid #004296;
  border-bottom: none;
  background-color: #fff;
  color: #004296;
  padding: 19px 24px 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-tab__item {
    padding: 19px 16px 16px;
  }
}
@media screen and (min-width: 768.5px) {
  .recruit-two-works-tab__item:hover {
    opacity: 0.7;
  }
}
.recruit-two-works-tab__item.is-active {
  background-color: #004296;
  color: #fff;
}
.recruit-two-works-tab__item.is-active .recruit-two-works-tab__main-text {
  color: #ffff00;
}
.recruit-two-works-tab__item.is-active .recruit-two-works-tab__balloon::before, .recruit-two-works-tab__item.is-active .recruit-two-works-tab__balloon::after {
  background-color: #fff;
}
.recruit-two-works-tab__balloon {
  display: inline-block;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-tab__balloon {
    padding: 0 16px;
  }
}
.recruit-two-works-tab__balloon::before {
  content: "";
  display: block;
  height: 23px;
  width: 1px;
  background-color: #004296;
  position: absolute;
  left: 0;
  bottom: -4px;
  -ms-transform: rotate(-30deg);
      transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .recruit-two-works-tab__balloon::before {
    bottom: 2px;
  }
}
.recruit-two-works-tab__balloon::after {
  content: "";
  display: block;
  height: 23px;
  width: 1px;
  background-color: #004296;
  position: absolute;
  right: 0;
  bottom: -4px;
  -ms-transform: rotate(30deg);
      transform: rotate(30deg);
}
@media screen and (max-width: 768px) {
  .recruit-two-works-tab__balloon::after {
    bottom: 2px;
  }
}
.recruit-two-works-tab__main-text {
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-tab__main-text {
    font-size: 20px;
  }
}

.recruit-two-works-contents {
  border: 4px solid #004296;
  background-color: #fff;
}
.recruit-two-works-contents__item {
  padding: 58px 60px 60px 37px;
  display: none;
}
.recruit-two-works-contents__item.is-active {
  display: block;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__item {
    padding: 30px 16px;
  }
}
.recruit-two-works-contents__item.secondary .recruit-two-works-contents__time {
  display: none;
}
.recruit-two-works-contents__item.secondary .recruit-two-works-contents__box {
  padding-top: 60px;
}
.recruit-two-works-contents__item.secondary .recruit-two-works-contents__box.--top {
  margin-top: 50px;
}
.recruit-two-works-contents__item.secondary .recruit-two-works-contents__box::before {
  content: none;
}
.recruit-two-works-contents__text {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__text {
    text-align: left;
  }
}
.recruit-two-works-contents__time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #004296;
}
.recruit-two-works-contents__time.--top {
  margin-top: 50px;
}
.recruit-two-works-contents__time-image {
  width: 50px;
  margin-right: 12px;
}
.recruit-two-works-contents__box {
  padding-left: 63px;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__box {
    padding-left: 0;
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.recruit-two-works-contents__box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 23px;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #7f7f7f;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__box::before {
    content: none;
  }
}
.recruit-two-works-contents__box.--bottom::before {
  content: none;
}
.recruit-two-works-contents__image {
  -ms-flex-negative: 0.6;
      flex-shrink: 0.6;
  max-width: 360px;
  background-color: #cccccc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__image {
    max-width: 100%;
  }
}
.recruit-two-works-contents__image img {
  width: 100%;
}
.recruit-two-works-contents__texts {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  width: 100%;
  background-color: #ececec;
  padding: 20px 16px 20px 39px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__texts {
    padding: 20px 16px;
  }
}
.recruit-two-works-contents__texts-main {
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__texts-main {
    font-size: 20px;
  }
}
.recruit-two-works-contents__texts-sub {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .recruit-two-works-contents__texts-sub {
    margin-top: 20px;
    font-size: 14px;
  }
}

.recruit-three-points {
  padding-top: 120px;
}
.recruit-three-points__heading {
  text-shadow: 2px 2px 0 #c1dbff, -2px 2px 0 #c1dbff, 2px -2px 0 #c1dbff, -2px -2px 0 #c1dbff;
  text-shadow: 2px 2px 1px #c1dbff, -2px 2px 1px #c1dbff, 2px -2px 1px #c1dbff, -2px -2px 1px #c1dbff;
  font-size: 50px;
  font-weight: 800;
  color: #004296;
  text-align: center;
  position: relative;
  z-index: 0;
  letter-spacing: 0.1;
}
@media screen and (max-width: 1180px) {
  .recruit-three-points__heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 800px) {
  .recruit-three-points__heading {
    font-size: 25px;
    text-shadow: 1px 1px 0 #c1dbff, -1px 1px 0 #c1dbff, 1px -1px 0 #c1dbff, -1px -1px 0 #c1dbff;
    text-shadow: 1px 1px 1px #c1dbff, -1px 1px 1px #c1dbff, 1px -1px 1px #c1dbff, -1px -1px 1px #c1dbff;
  }
}
.recruit-three-points__heading::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background-color: #ffff00;
  width: 821px;
  height: 20px;
  left: 50%;
  -ms-transform-origin: left;
      transform-origin: left;
  transition: 0.5s ease;
  -ms-transform: translateX(-50%) scaleX(0);
      transform: translateX(-50%) scaleX(0);
  z-index: -1;
}
@media screen and (max-width: 1180px) {
  .recruit-three-points__heading::before {
    width: 535px;
  }
}
@media screen and (max-width: 800px) {
  .recruit-three-points__heading::before {
    width: 335px;
    height: 10px;
  }
}
.recruit-three-points__heading.is-animated::before {
  -ms-transform: translateX(-50%) scaleX(1);
      transform: translateX(-50%) scaleX(1);
}
.recruit-three-points__heading .large {
  font-size: 60px;
}
@media screen and (max-width: 1180px) {
  .recruit-three-points__heading .large {
    font-size: 40px;
  }
}
@media screen and (max-width: 800px) {
  .recruit-three-points__heading .large {
    font-size: 40px;
  }
}
.recruit-three-points__heading .big {
  font-size: 70px;
}
@media screen and (max-width: 1180px) {
  .recruit-three-points__heading .big {
    font-size: 48px;
  }
}
@media screen and (max-width: 800px) {
  .recruit-three-points__heading .big {
    font-size: 40px;
  }
}
.recruit-three-points__heading img {
  position: absolute;
  max-width: 140px;
  width: 100%;
  bottom: -33px;
  right: calc(50% - 560px);
  animation: bound-anim 0.8s infinite;
}
@media screen and (max-width: 1180px) {
  .recruit-three-points__heading img {
    max-width: 110px;
    right: calc(50% - 390px);
  }
}
@media screen and (max-width: 768px) {
  .recruit-three-points__heading img {
    width: 60px;
    right: auto;
    left: calc(50% - 30px);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    animation: bound-anim-sp 0.8s infinite;
  }
}

.recruit-three-points-item {
  min-height: 300px;
  background-color: #ececec;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.recruit-three-points-item.is-first {
  margin-top: 100px;
}
.recruit-three-points-item__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item__content {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.recruit-three-points-item__number {
  font-size: 120px;
  font-family: "Anton", sans-serif;
  color: #004296;
  margin-right: 120px;
}
@media screen and (max-width: 1400px) {
  .recruit-three-points-item__number {
    margin-right: 40px;
  }
}
@media screen and (max-width: 1000px) {
  .recruit-three-points-item__number {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item__number {
    font-size: 60px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item__texts {
    margin-top: 20px;
  }
}
.recruit-three-points-item__texts dt {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 34px;
  line-height: 1.4166666667;
}
@media screen and (max-width: 1000px) {
  .recruit-three-points-item__texts dt {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item__texts dt {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.recruit-three-points-item__texts dd {
  font-size: 22px;
  line-height: 1.8181818182;
}
@media screen and (max-width: 1000px) {
  .recruit-three-points-item__texts dd {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item__texts dd {
    font-size: 16px;
  }
}
.recruit-three-points-item__image {
  background-color: #cccccc;
  max-width: 820px;
  width: 100%;
  clip-path: polygon(16% 0, 100% 0%, 100% 100%, 0% 100%);
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruit-three-points-item__image {
    height: 250px;
    clip-path: none;
  }
}
.recruit-three-points-item__image .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.recruit-three-points-item__image img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.recruit-features {
  position: relative;
}
.recruit-features__heading {
  position: relative;
  z-index: 0;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit-features__heading {
    display: block;
  }
}
.recruit-features__heading__text {
  position: absolute;
  z-index: 1;
  max-width: 772px;
  width: 100%;
  bottom: 121px;
  left: 63px;
}
@media screen and (max-width: 1750px) {
  .recruit-features__heading__text {
    left: 20px;
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-features__heading__text {
    position: relative;
    bottom: auto;
    top: 60px;
    width: 50%;
  }
}
.recruit-features__heading__text.is-animated {
  animation: zoom-anim 1s;
}
.recruit-features__heading__image {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin-left: auto;
}
@media screen and (max-width: 1750px) {
  .recruit-features__heading__image {
    width: 75%;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .recruit-features__heading__image {
    width: 80%;
    margin-top: 15%;
    margin-left: 10%;
  }
}
.recruit-features__description {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .recruit-features__description {
    font-size: 16px;
  }
}

.recruit-features-group01 {
  max-width: 1440px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  margin: 109px auto 0;
  gap: 80px;
  padding-left: 7.6388888889%;
}
@media screen and (max-width: 1350px) {
  .recruit-features-group01 {
    padding-left: 0;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .recruit-features-group01 {
    margin-top: 0px;
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 10px;
  }
}
.recruit-features-group01__image01 {
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 1350px) {
  .recruit-features-group01__image01 {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-features-group01__image01 {
    width: 100%;
    max-width: none;
  }
}
.recruit-features-group01__image01 img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-features-group01__image01 img {
    display: none;
  }
}
.recruit-features-group01__texts {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 1350px) {
  .recruit-features-group01__texts {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recruit-features-group01__texts {
    width: 100%;
  }
}
.recruit-features-group01__lead {
  font-weight: bold;
  margin-bottom: 43px;
}
.recruit-features-group01__lead span {
  background-color: #000;
  color: #fff;
  font-size: 36px;
}
@media screen and (max-width: 1350px) {
  .recruit-features-group01__lead span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1350px) {
  .recruit-features-group01__lead {
    margin-bottom: 20px;
  }
}
.recruit-features-group01__image02 {
  width: 100%;
  margin-right: auto;
  padding-left: 49px;
}
@media screen and (max-width: 1350px) {
  .recruit-features-group01__image02 {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruit-features-group01__image02 {
    padding-top: 20px;
  }
}
.recruit-features-group01__image02 img {
  max-width: 720px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recruit-features-group01__image02 img {
    max-width: none;
  }
}

.recruit-features-group02 {
  max-width: 1080px;
  margin: 78px auto;
}
@media screen and (max-width: 768px) {
  .recruit-features-group02 {
    margin-top: 60px;
  }
}
.recruit-features-group02__image {
  width: 100%;
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .recruit-features-group02__image {
    margin-top: 30px;
  }
}
.recruit-features-group02__image img {
  width: 100%;
}
.recruit-features-group02__description {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .recruit-features-group02__description {
    font-size: 16px;
  }
}

.recruit-staff-message {
  background-color: #ececec;
  padding: 120px 0;
}
@media screen and (max-width: 749px) {
  .recruit-staff-message {
    padding: 80px 0;
  }
}
.recruit-staff-message__heading {
  text-align: center;
  color: #004296;
  font-weight: 600;
  position: relative;
  padding-bottom: 12px;
}
.recruit-staff-message__heading strong {
  position: relative;
  padding-bottom: 10px;
  white-space: nowrap;
  z-index: 0;
  font-size: min(4.7vw, 38px);
}
@media screen and (max-width: 768px) {
  .recruit-staff-message__heading strong {
    font-size: 24px;
  }
}
.recruit-staff-message__heading strong span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #004296;
  left: 0;
}
@media screen and (max-width: 768px) {
  .recruit-staff-message__heading strong span {
    width: 308px;
    left: 36%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
  }
}
.recruit-staff-message__heading strong span::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 23px 0 0;
  border-color: #004296 transparent transparent transparent;
  z-index: 1;
  bottom: -30px;
  left: 60px;
}
.recruit-staff-message__heading strong span::after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 20px 0 0;
  border-color: #ececec transparent transparent transparent;
  z-index: 2;
  bottom: -24px;
  left: 62px;
}
.recruit-staff-message__lead {
  margin-top: 48px;
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
}

.recruit-staff-item {
  padding: 40px;
  background-color: #fff;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .recruit-staff-item {
    gap: 20px;
    padding: 20px;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
  }
}
.recruit-staff-item:first-of-type {
  margin-top: 54px;
}
.recruit-staff-item:not(:first-of-type) {
  margin-top: 60px;
}
.recruit-staff-item__image {
  border-radius: 50%;
  width: 240px;
  height: 240px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recruit-staff-item__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.recruit-staff-content {
  padding-top: 20px;
}
.recruit-staff-content__lead {
  font-size: 24px;
  font-weight: 700;
}
.recruit-staff-content__description {
  margin-top: 37px;
  line-height: 1.7;
}
.recruit-staff-content__author {
  text-align: right;
  margin-top: 37px;
  font-size: 16px;
  font-weight: 600;
}
.recruit-staff-content__author span {
  margin-right: 31px;
}

.recruit-message {
  height: 935px;
  background-image: url(../images/recruit/mc-recruit-cover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  clip-path: polygon(0 0, 100% 0, 100% 71%, 50% 100%, 0 71%);
  padding-top: 120px;
}
@media screen and (max-width: 900px) {
  .recruit-message {
    height: 600px;
    padding-top: 80px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
  }
}
.recruit-message__heading {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.recruit-message__heading span {
  text-align: center;
  font-size: 100px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding-left: 5px;
}
@media screen and (max-width: 900px) {
  .recruit-message__heading span {
    font-size: min(11vw, 100px);
  }
}
.recruit-message__lead {
  margin-top: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.recruit-message__lead span {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .recruit-message__lead span {
    font-size: 18px;
    background-color: transparent;
  }
}
.recruit-message__lead span .recruit-message__lead__small {
  display: inline-block;
  background-color: #000;
  color: #fff;
  margin-top: 5px;
}
.recruit-message__description {
  margin-top: 31px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .recruit-message__description {
    font-size: 16px;
  }
}

.recruit-requirements {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  .recruit-requirements {
    padding-bottom: 80px;
  }
}
.recruit-requirements__heading {
  width: 100%;
  background-color: #00a0e9;
  font-size: 28px;
  font-weight: 600;
  padding: 21px 30px 21px 20px;
  color: #fff;
}
.recruit-requirements__heading:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .recruit-requirements__heading {
    font-size: 24px;
  }
}
.recruit-requirements .no-contents {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recruit-requirements .no-contents {
    font-size: 16px;
  }
}

.recruit-requirements-table {
  max-width: 860px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #dddddd;
}
@media screen and (max-width: 620px) {
  .recruit-requirements-table {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }
}
.recruit-requirements-table__container {
  border: 4px solid #dddddd;
  border-top: none;
  width: 100%;
  padding: 50px 20px;
}
@media screen and (max-width: 620px) {
  .recruit-requirements-table__content {
    overflow-x: scroll;
  }
}
.recruit-requirements-table tr {
  line-height: 1.7;
}
@media screen and (max-width: 620px) {
  .recruit-requirements-table tr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit-requirements-table th {
  padding: 29px 20px 29px 29px;
  background-color: #ececec;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
  width: 23.2558139535%;
}
@media screen and (max-width: 620px) {
  .recruit-requirements-table th {
    width: 100%;
    padding: 10px 10px 10px;
  }
}
.recruit-requirements-table td {
  padding: 29px 20px 29px 29px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 620px) {
  .recruit-requirements-table td {
    width: 100%;
    padding: 12px 10px 12px;
  }
}

.recruit-requirements-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 50px;
}

/* RECRUIT PAGE
 ******************************/
.company-philosophy {
  padding: 76px 0 120px;
}
.company-philosophy__lead {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 764px) {
  .company-philosophy__lead {
    font-size: 20px;
  }
}
.company-philosophy__visual {
  margin-top: 80px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.company-philosophy__visual__front {
  max-width: 588px;
  width: 100%;
}
.company-philosophy__visual__back {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

.company-message {
  padding: 120px 0;
  background-color: #ececec;
}
.company-message__contents {
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .company-message__contents {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    -ms-flex-align: center;
        align-items: center;
    gap: 40px;
  }
}
.company-message__lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .company-message__lead {
    font-size: 18px;
  }
}
.company-message__body {
  margin-top: 14px;
  line-height: 1.8;
}
.company-message__author {
  text-align: end;
  font-size: 14px;
  margin-top: 29px;
}
.company-message__author span {
  font-size: 20px;
  font-weight: 600;
  margin-left: 16px;
}
.company-message__image {
  max-width: 300px;
  width: 100%;
}
.company-message__image img {
  width: 100%;
}

.company-summary {
  padding: 120px 0;
}
.company-summary__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .company-summary__wrap {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}
.company-summary__table {
  width: 55%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .company-summary__table {
    width: 100%;
    margin-bottom: 2em;
  }
}
.company-summary__table tr {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-bottom: 2px;
}
.company-summary__table tr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  border-top: 2px dotted #7f7f7f;
}
.company-summary__table th {
  padding: 30px 30px 28px;
  line-height: 1.8;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .company-summary__table th {
    padding: 20px 8px;
  }
}
.company-summary__table td {
  padding: 30px 30px 28px;
  line-height: 1.8;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .company-summary__table td {
    padding: 20px 8px;
  }
}
.company-summary .img-box {
  width: 40%;
  height: max-content;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.company-summary .img-box img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company-summary .img-box {
    width: 90%;
    margin: 0 auto;
  }
}

.company-history {
  padding: 120px 0;
  background: url(../images/company/bg-history.jpg) no-repeat bottom center/cover;
}

.company-history-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company-history-item {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 8px;
  }
}
.company-history-item:not(:first-child) {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .company-history-item:not(:first-child) {
    padding-bottom: 40px;
  }
}
.company-history-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 5px;
  width: 1px;
  height: 100%;
  border-left: 1px dotted #434545;
}
@media screen and (max-width: 768px) {
  .company-history-item::before {
    left: 4px;
  }
}
.company-history-item.--top::before {
  content: "";
  top: 15px;
}
.company-history-item.--bottom::before {
  content: "";
  height: 1px;
}
@media screen and (max-width: 768px) {
  .company-history-item.--bottom::before {
    height: 0;
  }
}
.company-history-item__date {
  font-family: "Anton", sans-serif;
  font-size: 19px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #00a0e9;
  padding-left: 47px;
  position: relative;
  width: 24.4791666667%;
}
@media screen and (max-width: 768px) {
  .company-history-item__date {
    width: 100%;
    padding-left: 30px;
  }
}
.company-history-item__date::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #004296;
  position: absolute;
  left: 0;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .company-history-item__date::after {
    width: 8px;
    height: 8px;
  }
}
.company-history-item__matter {
  width: 75.5208333333%;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .company-history-item__matter {
    width: 100%;
    padding-left: 30px;
  }
}

.company-access {
  padding: 120px 0;
}
.company-access__block:first-of-type {
  padding-bottom: 70px;
}
.company-access__block:not(:first-of-type) {
  padding-top: 70px;
  border-top: 1px solid #cccccc;
}
.company-access__group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 48px;
}
@media screen and (max-width: 768px) {
  .company-access__group {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.company-access__image {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .company-access__image {
    max-width: none;
  }
}
.company-access__image img {
  width: 100%;
}
.company-access__text dt {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 25px;
}
.company-access__text dd span {
  display: block;
  margin-top: 24px;
}
.company-access__map {
  width: 100%;
  margin-top: 40px;
}
.company-access__map iframe {
  width: 100%;
  height: 400px;
}

/* CONTACT PAGE & RECRUIT ENTRY
 ******************************/
.contact-copy {
  margin-top: 150px;
  padding: 79px 0;
  background-color: #ececec;
}
.contact-copy__lead {
  font-size: 18px;
  line-height: 1.7777777778;
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .contact-copy__lead {
    font-size: 16px;
  }
}
.contact-copy__tel {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}
.contact-copy__tel a {
  font-size: 50px;
  color: #004296;
  font-family: "Anton", sans-serif;
}
@media screen and (max-width: 768px) {
  .contact-copy__tel a {
    font-size: 38px;
  }
}
.contact-copy__note {
  font-size: 16px;
  margin-top: 14px;
  text-align: center;
}

.contact-step {
  padding-top: 97px;
}
.contact-step__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 120px;
  border-top: 1px dotted #7f7f7f;
  border-bottom: 1px dotted #7f7f7f;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contact-step__content {
    gap: 40px;
  }
}
.contact-step__item {
  position: relative;
}
.contact-step__item:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "";
  background: url(../images/common/icon-arrow-2.png) no-repeat center center/contain;
  width: 8px;
  height: 15px;
  top: 20px;
  right: -58px;
}
@media screen and (max-width: 768px) {
  .contact-step__item:not(:last-child)::before {
    right: -22px;
  }
}
.contact-step__number {
  width: 60px;
  height: 60px;
  background-color: #e5e5e5;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Anton", sans-serif;
  color: #999999;
  font-size: 28px;
  letter-spacing: 0.05em;
}
.contact-step__text {
  color: #999999;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
.contact-step__item.current .contact-step__number {
  background-color: #00a0e9;
  color: #fff;
}
.contact-step__item.current .contact-step__text {
  color: #000;
}

.contact-form {
  margin-top: 50px;
  padding-bottom: 120px;
}
.contact-form__privacy {
  margin-top: 50px;
}
.contact-form__privacy label {
  padding-left: 50px;
  position: relative;
}
.contact-form__privacy label::before {
  content: "";
  display: block;
  width: 29px;
  height: 29px;
  background-color: #ececec;
  position: absolute;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.contact-form__privacy label::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #004296;
  position: absolute;
  left: 9px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
}
.contact-form__privacy label.is-checked::after {
  opacity: 1;
  visibility: visible;
}
.contact-form__privacy label a {
  text-decoration: underline;
  font-size: 16px;
}
.contact-form__buttons {
  margin-top: 86px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
}
.contact-form__buttons .basic-button {
  width: 100%;
  max-width: none;
  height: 100px;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .contact-form__buttons .basic-button {
    height: 70px;
    font-size: 18px;
  }
}
.contact-form__buttons .basic-button:disabled {
  border-color: #ececec;
  background-color: #ececec;
}
.contact-form__buttons .basic-button:disabled:hover {
  border-color: #ececec;
  color: #fff;
}
.contact-form__thanks {
  font-size: 18px;
  text-align: center;
  margin-top: 80px;
  line-height: 1.6;
}

.contact-note {
  font-size: 14px;
}

.required {
  font-size: 20px;
  color: #ce0000;
  vertical-align: middle;
  padding-right: 5px;
  font-weight: bold;
}

.contact-form-item {
  margin-top: 49px;
}
.contact-form-item__term {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.contact-form-item__input__text {
  margin-left: 15px;
  font-size: 18px;
}

.select {
  width: 100%;
  height: 80px;
  padding: 30px;
  font-size: 18px;
  position: relative;
  background: url(../images/common/icon-arrow-down.png) no-repeat center right 30px/15px 8px;
  background-color: #ececec;
  display: block;
}
@media screen and (max-width: 768px) {
  .select {
    padding: 24px 20px;
    padding: 20px;
    height: 60px;
  }
}

.input-text {
  width: 100%;
  height: 80px;
  background-color: #ececec;
  padding: 30px;
  font-size: 18px;
}
.input-text.width-short {
  max-width: 160px;
}
@media screen and (max-width: 768px) {
  .input-text {
    padding: 24px 20px;
    font-size: 16px;
    height: 60px;
  }
}

.input-textarea {
  width: 100%;
  background-color: #ececec;
  padding: 28px 30px;
  height: 340px;
}
@media screen and (max-width: 768px) {
  .input-textarea {
    padding: 24px 20px;
    font-size: 16px;
  }
}

/* PRIVACY POLICY
 ******************************/
.privacy-lead {
  margin-top: 150px;
  padding: 80px 0;
  background-color: #ececec;
}
@media screen and (max-width: 768px) {
  .privacy-lead {
    padding: 40px 0;
  }
}
.privacy-lead p {
  text-align: center;
  font: 18px;
  font-weight: 600;
  line-height: 2.5555555556;
}

.privacy-contents {
  padding: 65px 0 120px;
}

.privacy-item:not(:first-of-type) {
  margin-top: 60px;
}
.privacy-item__number {
  font-family: "Anton", sans-serif;
  font-size: 54px;
  color: #004296;
  margin-right: 23px;
}
.privacy-item dt {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 24px;
  font-weight: 600;
}
.privacy-item dd {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
}
.privacy-item__contact {
  padding: 24px 0;
  background-color: #eef7fb;
}
.privacy-item__table {
  width: 100% tr;
}
.privacy-item__table th {
  padding: 5px 20px 5px 39px;
  border-right: 1px dashed #abb1b4;
}
@media screen and (max-width: 768px) {
  .privacy-item__table th {
    padding: 5px 16px;
    white-space: nowrap;
  }
}
.privacy-item__table td {
  padding: 5px 16px;
}

.privacy-list {
  margin-top: 24px;
}
.privacy-list li {
  padding-left: 34px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
}
.privacy-list li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #000;
  display: block;
  position: absolute;
  left: 10px;
  top: 8px;
}

.test-hero {
  color: #000;
}

@keyframes bound-anim {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -25%;
  }
  50% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1);
  }
}
@keyframes bound-anim-sp {
  0%, 100% {
    top: 175px;
    transform: scale(1);
  }
  30% {
    top: 160px;
  }
  50% {
    transform: scale(1);
  }
  90% {
    top: 175px;
    transform: scale(1);
  }
}
@keyframes zoom-anim {
  0%, 100% {
    transform-origin: left;
    transform: scale(1);
  }
  50% {
    transform-origin: left;
    transform: scale(1.2);
  }
}
.mw_wp_form_confirm .contact-form__privacy {
  display: none;
}

.u-visible-sm {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-visible-sm {
    display: block;
  }
}