@charset "UTF-8";

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 3*/
}

/* Sections */

/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */

/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */

/* ============================================ */

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

/* Lists (enumeration) */

/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  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;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

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

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

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */

/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable]:focus {
  outline: auto;
}

/* Tables */

/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  /* 1 */
  border-collapse: collapse;
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/*
 * リセットCSS
 */

html {
  height: 100%;
}

body {
  position: relative;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: .05em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-optical-sizing: auto;
}

body.is-active {
  overflow: hidden;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/*
 * 共通スタイル
 */

.c-main {
  padding-bottom: 80px;
}

.c-breadcrumb {
  display: none;
}

.c-mt10 {
  margin-top: 10px;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt50 {
  margin-top: 50px;
}

.c-mt60 {
  margin-top: 60px;
}

.c-mt70 {
  margin-top: 70px;
}

.c-mt80 {
  margin-top: 80px;
}

.c-nowrap {
  display: inline-block;
  word-break: break-all;
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-align-center {
  text-align: center;
}

.c-align-left {
  text-align: left;
}

.c-align-right {
  text-align: right;
}

.c-strong {
  font-weight: 700;
}

.c-highlight {
  text-decoration: underline;
  -webkit-text-decoration-color: rgba(255, 228, 0, .4);
  text-decoration-color: rgba(255, 228, 0, .4);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  text-decoration-thickness: .5em;
  text-underline-offset: -.2em;
}

.c-color-rd {
  color: #f00;
}

.c-color-bl {
  color: #00f;
}

.c-color-bk {
  color: #000;
}

.c-link {
  color: #0000cd;
  text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
  color: #0000cd;
}

.c-list {
  color: #555;
  font-size: 10px;
}

.c-list li {
  position: relative;
  padding-left: 1.1em;
  color: inherit;
}

.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: "※";
}

.c-section__content {
  margin-right: auto;
  margin-left: auto;
}

.c-header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1000;
  top: 0;
  background: #fff;
}

.c-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-header-logo__item {
  display: block;
}

.c-header-box.is-animate {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
}

.c-header-box.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header-list > li .c-header-list-contact__item {
  display: block;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

.c-header-list-item__ja {
  font-weight: 300;
  letter-spacing: 0;
}

.c-header-list-item__en {
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-optical-sizing: auto;
}

.c-footer {
  background-color: #223078;
  color: #fff;
}

.c-footer__content {
  margin-right: auto;
  margin-left: auto;
}

.c-footer__company-name {
  display: block;
}

.c-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-footer__list > li {
  font-weight: 600;
}

.c-footer__inner-list > li {
  font-weight: 400;
}

.c-footer__inner-list-link {
  position: relative;
  padding-left: 1.1em;
}

.c-footer__inner-list-link::before {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  content: "";
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  background-color: #173f98;
  color: #fff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #707070;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-article-list__label {
  display: inline-block;
  background-color: #173f98;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.c-article-list__date {
  display: inline-block;
}

.c-article-list__title {
  display: block;
}

.c-lower-bg {
  background-repeat: repeat-y;
  background-size: cover;
}

.c-lower-h1-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 4px;
  border-bottom: .5px solid #fff;
  color: #fff;
  line-height: 1.15;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-lower-h1-heading::before {
  display: inline-block;
  position: absolute;
  height: .5px;
  background-color: #fff;
  content: "";
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.c-lower-h1-heading__en {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0;
  font-optical-sizing: auto;
}

.c-lower-h1-heading__ja {
  display: inline-block;
  letter-spacing: 0;
}

.c-lower-section {
  margin-left: auto;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  background-color: #fff;
}

.c-contact-forms-checkbox .wpcf7-list-item {
  display: inline-block;
  margin-left: 0;
  line-height: 1;
}

.c-contact-forms-checkbox .wpcf7-list-item > label {
  display: block;
}

.c-contact-forms-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 10px;
}

.c-contact-forms-checkbox input[type=checkbox] {
  display: none;
}

.c-contact-forms-checkbox .wpcf7-list-item-label {
  display: block;
  position: relative;
  font-weight: 500;
}

.c-contact-forms-checkbox .wpcf7-list-item-label::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid #000;
  background-color: #fff;
  content: "";
}

.c-contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

.c-contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: #173f98;
}

.c-contact-forms-input input[type=text],
.c-contact-forms-input input[type=email],
.c-contact-forms-input input[type=tel],
.c-contact-forms-input input[type=number],
.c-contact-forms-input input[type=url] {
  width: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}

.c-contact-forms-input input[type=text]::-webkit-input-placeholder,
.c-contact-forms-input input[type=email]::-webkit-input-placeholder,
.c-contact-forms-input input[type=tel]::-webkit-input-placeholder,
.c-contact-forms-input input[type=number]::-webkit-input-placeholder,
.c-contact-forms-input input[type=url]::-webkit-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input input[type=text]::-moz-placeholder,
.c-contact-forms-input input[type=email]::-moz-placeholder,
.c-contact-forms-input input[type=tel]::-moz-placeholder,
.c-contact-forms-input input[type=number]::-moz-placeholder,
.c-contact-forms-input input[type=url]::-moz-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input input[type=text]:-ms-input-placeholder,
.c-contact-forms-input input[type=email]:-ms-input-placeholder,
.c-contact-forms-input input[type=tel]:-ms-input-placeholder,
.c-contact-forms-input input[type=number]:-ms-input-placeholder,
.c-contact-forms-input input[type=url]:-ms-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input input[type=text]::-ms-input-placeholder,
.c-contact-forms-input input[type=email]::-ms-input-placeholder,
.c-contact-forms-input input[type=tel]::-ms-input-placeholder,
.c-contact-forms-input input[type=number]::-ms-input-placeholder,
.c-contact-forms-input input[type=url]::-ms-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input input[type=text]::placeholder,
.c-contact-forms-input input[type=email]::placeholder,
.c-contact-forms-input input[type=tel]::placeholder,
.c-contact-forms-input input[type=number]::placeholder,
.c-contact-forms-input input[type=url]::placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input input[type=text]:focus,
.c-contact-forms-input input[type=email]:focus,
.c-contact-forms-input input[type=tel]:focus,
.c-contact-forms-input input[type=number]:focus,
.c-contact-forms-input input[type=url]:focus {
  outline: #173f98 1px solid;
}

.c-contact-forms-input input[type=number] {
  -moz-appearance: textfield;
}

.c-contact-forms-input input[type=number]::-webkit-outer-spin-button,
.c-contact-forms-input input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.c-contact-forms-input select {
  width: 100%;
  border: 1px solid #707070;
  background-color: #fff;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}

.c-contact-forms-input select::-webkit-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input select::-moz-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input select:-ms-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input select::-ms-input-placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input select::placeholder {
  color: #cfcfcf;
  letter-spacing: .05em;
}

.c-contact-forms-input select:focus {
  outline: #173f98 1px solid;
}

.c-contact-forms-input--select > .wpcf7-form-control-wrap {
  position: relative;
}

.c-contact-forms-input--select > .wpcf7-form-control-wrap::before {
  position: absolute;
  top: 0;
  right: 1.5em;
  bottom: 0;
  margin: auto;
  content: "";
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-contact-forms-input--name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-contact-forms-input--name > .wpcf7-form-control-wrap {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.c-contact-forms-input--name > .wpcf7-form-control-wrap + .wpcf7-form-control-wrap {
  margin-right: 0;
  margin-left: 5px;
}

.c-contact-forms-input--address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 30px;
}

.c-contact-forms-input--address::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 1em;
  margin: auto;
  font-weight: 700;
  line-height: 1;
  content: "〒";
}

.c-contact-forms-input--address > .wpcf7-form-control-wrap {
  display: block;
}

.c-contact-forms-input--tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-contact-forms-input--tel > .wpcf7-form-control-wrap {
  display: block;
}

.c-contact-forms-input--textarea textarea {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 500;
  line-height: 1;
  line-height: 1.75;
  letter-spacing: .05em;
}

.c-contact-forms-input--textarea textarea:focus {
  outline: #173f98 1px solid;
}

.c-contact-forms__privacy {
  margin-right: auto;
  margin-left: auto;
}

.c-contact-forms__privacy dt {
  font-weight: 700;
}

.c-contact-forms__privacy dd {
  margin-top: 20px;
  line-height: 2.175;
}

.c-contact-forms__submit {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
}

.c-contact-forms__submit input[type=submit] {
  display: block;
  width: 100%;
  background-color: #194cac;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.c-contact-forms__submit input[type=submit]:disabled {
  opacity: .2;
}

.c-contact-forms__submit .wpcf7-spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c-contact-forms__previous {
  position: relative;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  font-weight: 700;
}

.c-contact-forms__previous input[type=button] {
  display: block;
  width: 100%;
  height: 80px;
  border-radius: 40px;
  background-color: rgba(10, 10, 10, .3);
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}

.c-contact-forms-confirm {
  font-weight: 700;
}

.c-contact-forms .wpcf7-not-valid-tip {
  margin-top: .5em;
}

.c-contact-list--must .c-contact-list__dt-ttl::before {
  color: #f00;
  content: "※";
}

.c-contact-list__dt-ttl {
  position: relative;
}

.c-contact-list__dt-ttl::before {
  position: absolute;
  top: -.5em;
  right: -1em;
}

.c-pagination {
  text-align: center;
}

.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-pagination .page-numbers {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  color: var(--clr-base);
}

.c-pagination .page-numbers.current {
  background-color: #223078;
  color: #fff;
}

.c-pagination .page-numbers.prev,
.c-pagination .page-numbers.next {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  border: 1px solid #223078;
  background-image: url("../img/common/arrow_news.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.c-pagination .page-numbers.prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.c-pagination .page-numbers.next {
  right: 0;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }

  .c-hide-pc {
    display: none;
  }

  .c-link {
    cursor: pointer;
  }

  .c-link:hover {
    text-decoration: none;
  }

  .c-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .c-section__content {
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-footer__content {
    width: 82.552%;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .c-footer__company-name {
    min-width: 600px;
    max-width: 738px;
    width: 46.561%;
  }

  .c-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-footer__address {
    font-size: 1.69rem;
  }

  .c-footer__list {
    margin-top: -30px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-footer__list {
    padding-top: 20px;
  }

  .c-footer__list > li {
    margin-top: 30px;
    font-size: 1.69rem;
    text-align: right;
  }

  .c-footer__list > li:not(:first-child) {
    margin-left: 40px;
  }

  .c-footer__list-link:hover {
    text-decoration: underline;
  }

  .c-footer__inner-list > li {
    margin-top: 6px;
    font-size: 1.13rem;
    text-align: right;
  }

  .c-footer__inner-list-link:hover {
    text-decoration: underline;
  }

  .c-footer__inner-list-link::before {
    width: 9px;
    height: 2px;
  }

  .c-footer__privacy {
    margin-top: 100px;
    font-size: 1.25rem;
    text-align: center;
  }

  .c-footer__privacy-link:hover {
    text-decoration: underline;
  }

  .c-footer__copyright {
    margin-top: 30px;
    font-size: 1.25rem;
    text-align: center;
  }

  .c-btn {
    min-width: 346px;
    width: 21.331%;
    height: 100px;
    border-radius: 50px;
    font-size: 2rem;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-btn:hover {
    opacity: .7;
  }

  .c-btn-border {
    min-width: 310px;
    width: 19.112%;
    height: 80px;
    font-size: 1.31rem;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-btn-border:hover {
    opacity: .7;
  }

  .c-article-list {
    padding-top: 20px;
  }

  .c-article-list__item {
    margin-top: 60px;
  }

  .c-article-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-article-list__link:hover {
    opacity: .7;
  }

  .c-article-list__head {
    -ms-flex-preferred-size: 344px;
    flex-basis: 344px;
  }

  .c-article-list__body {
    padding-left: 50px;
    -ms-flex-preferred-size: calc(100% - 344px);
    flex-basis: calc(100% - 344px);
  }

  .c-article-list__label {
    min-width: 133px;
    margin-right: 20px;
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 1.5rem;
  }

  .c-article-list__date {
    font-size: 1.69rem;
  }

  .c-article-list__title {
    margin-top: 20px;
    font-size: 1.69rem;
  }

  .c-lower-bg {
    padding-top: 130px;
    padding-bottom: 200px;
    background-image: url("../img/common/bg_lower.jpg");
    background-position: top center;
  }

  .c-lower-h1-heading {
    min-height: 137px;
    margin-right: 70px;
    margin-left: 7.291%;
  }

  .c-lower-h1-heading::before {
    right: -27px;
    bottom: 7px;
    width: 30px;
  }

  .c-lower-h1-heading__en {
    margin-right: 30px;
    font-size: 7.19rem;
  }

  .c-lower-h1-heading__ja {
    margin-left: 5px;
    padding-bottom: 10px;
    font-size: 3rem;
  }

  .c-lower-section {
    width: 92.708%;
    margin-top: 80px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .c-contact-forms {
    margin-top: 80px;
  }

  .c-contact-forms-checkbox .wpcf7-list-item > label {
    width: 290px;
  }

  .c-contact-forms-checkbox .wpcf7-list-item-label {
    padding: 2px 15px 2px 65px;
    font-size: 1.88rem;
    line-height: 45px;
    cursor: pointer;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-contact-forms-checkbox .wpcf7-list-item-label:hover {
    opacity: .7;
  }

  .c-contact-forms-checkbox .wpcf7-list-item-label::before {
    width: 45px;
    height: 45px;
  }

  .c-contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 12px;
    width: 20px;
    height: 12px;
    -webkit-transform: rotate(135deg) translateY(1px) translateX(-2.1px);
    transform: rotate(135deg) translateY(1px) translateX(-2.1px);
  }

  .c-contact-forms-checkbox--confirmation .wpcf7-list-item > label {
    max-width: 320px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-contact-forms-input input[type=text],
  .c-contact-forms-input input[type=email],
  .c-contact-forms-input input[type=tel],
  .c-contact-forms-input input[type=number],
  .c-contact-forms-input input[type=url] {
    padding: 15px 20px;
    border-radius: 16px;
    font-size: 1.25rem;
  }

  .c-contact-forms-input select {
    padding: 20px;
    border-radius: 16px;
    font-size: 1.25rem;
  }

  .c-contact-forms-input--select > .wpcf7-form-control-wrap::before {
    width: 15px;
    height: 15px;
    border-top: solid 3px #707070;
    border-right: solid 3px #707070;
  }

  .c-contact-forms-input--address > .wpcf7-form-control-wrap {
    min-width: 145px;
    width: 24%;
  }

  .c-contact-forms-input--textarea textarea {
    min-height: 277px;
    padding: 20px;
  }

  .c-contact-forms__privacy {
    min-width: 500px;
    width: 57.035%;
    margin-top: 30px;
  }

  .c-contact-forms__privacy dd {
    font-size: .88rem;
  }

  .c-contact-forms__submit {
    width: 400px;
    margin-top: 40px;
    font-size: 2.31rem;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-contact-forms__submit:hover {
    opacity: .7;
  }

  .c-contact-forms__submit input[type=submit] {
    height: 120px;
    border-radius: 60px;
  }

  .c-contact-forms__previous {
    min-width: 400px;
    width: 44.444%;
    font-size: 1.13rem;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-contact-forms__previous:hover {
    opacity: .7;
  }

  .c-contact-forms-confirm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-contact-forms-confirm + .lwr-contact-forms-confirm {
    padding-top: 0;
  }

  .c-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .c-contact-list dt {
    font-size: 2.5rem;
    font-weight: 500;
    text-align: right;
    -ms-flex-preferred-size: 40.426%;
    flex-basis: 40.426%;
  }

  .c-contact-list dd {
    padding-right: 16.5%;
    padding-left: 70px;
    -ms-flex-preferred-size: 59.574%;
    flex-basis: 59.574%;
  }

  .c-contact-list--must .c-contact-list__dt-ttl::before {
    font-size: 1.5rem;
  }

  .c-pagination {
    margin-top: 80px;
  }

  .c-pagination .nav-links {
    display: inline-block;
    padding-right: 72px;
    padding-left: 72px;
  }

  .c-pagination .page-numbers {
    width: 40px;
    height: 40px;
    font-size: 1rem;
    line-height: calc(40px - .2em);
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-pagination .page-numbers:hover {
    opacity: .7;
  }

  .c-pagination .page-numbers.current {
    border-radius: 20px;
  }

  .c-pagination .page-numbers.prev,
  .c-pagination .page-numbers.next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-size: 6.2349px auto;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-pagination .page-numbers.prev:hover,
  .c-pagination .page-numbers.next:hover {
    opacity: .7;
  }
}

@media screen and (min-width: 1200px) {
  .c-header-logo {
    height: 59px;
    margin-left: 7px;
    padding-top: 3px;
    padding-bottom: 3px;
    -ms-flex-preferred-size: 163px;
    flex-basis: 163px;
  }

  .c-header-menu {
    display: none;
  }

  .c-header__sp-contact {
    display: none;
  }

  .c-header-box {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -ms-flex-preferred-size: calc(100% - 170px);
    flex-basis: calc(100% - 170px);
  }

  .c-header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .c-header-list > li {
    margin-right: 1.04165%;
    margin-left: 1.04165%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-header-list > li.c-header-list-sp {
    display: none;
  }

  .c-header-list > li.c-header-list-contact {
    max-width: 287px;
    width: 16.4%;
    margin-right: 0;
    margin-left: 2.0833%;
    background: #e57f07;
    background: -webkit-gradient(linear, left top, left bottom, from(#e57f07), to(#ff5300));
    background: linear-gradient(180deg, #e57f07 0%, #ff5300 100%);
  }

  .c-header-list > li .c-header-list-contact__item {
    font-size: 1.5rem;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list > li .c-header-list-contact__item:hover {
    opacity: .7;
  }

  .c-header-list-item {
    color: #000;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list-item:hover {
    opacity: .7;
  }

  .c-header-list-item:active,
  .c-header-list-item:focus,
  .c-header-list-item:visited,
  .c-header-list-item:hover {
    color: #000;
  }

  .c-header-list-item__ja {
    font-size: .88rem;
    white-space: nowrap;
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list-item__ja:hover {
    opacity: .7;
  }

  .c-header-list-item__en {
    display: none;
  }

  .c-header-list-sp {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .c-header__content {
    height: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-header-logo {
    width: 88px;
    height: 30px;
    padding-top: 1px;
    padding-bottom: 2px;
  }

  .c-header-menu {
    display: block;
    position: absolute;
    z-index: 2000;
    top: 0;
    right: 0;
    width: 40px;
    height: 32px;
  }

  .c-header-menu-btn {
    display: block;
    width: 40px;
    height: 32px;
    background-image: url("../img/common/btn_menu.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    cursor: pointer;
  }

  .c-header-menu-btn.is-open {
    width: 38.54px;
    height: 49.93px;
    background-image: url("../img/common/btn_menu_close.svg");
    -webkit-transform: translate(-25px, 19px);
    transform: translate(-25px, 19px);
  }

  .c-header__sp-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    right: 40px;
    width: 104px;
    height: 32px;
    background: #e57f07;
    background: -webkit-gradient(linear, left top, left bottom, from(#e57f07), to(#ff5300));
    background: linear-gradient(180deg, #e57f07 0%, #ff5300 100%);
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .c-header-box {
    visibility: hidden;
    overflow: scroll;
    position: fixed;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 10px;
    background: #223078;
    opacity: 0;
  }

  .c-header-box__content {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 20%;
  }

  .c-header-list {
    width: 100%;
    margin-top: 10px;
  }

  .c-header-list > li {
    margin-top: 50px;
    text-align: center;
  }

  .c-header-list > li:not(:first-child) {
    margin-top: 50px;
  }

  .c-header-list > li.c-header-list-pc {
    display: none;
  }

  .c-header-list > li .c-header-list-contact__item {
    font-family: "Noto Serif JP", serif;
    font-size: 6.67vw;
    font-weight: 800;
    font-style: normal;
    font-optical-sizing: auto;
  }

  .c-header-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
  }

  .c-header-list-item:active,
  .c-header-list-item:focus,
  .c-header-list-item:visited,
  .c-header-list-item:hover {
    color: #fff;
  }

  .c-header-list-item__en {
    font-size: 6.67vw;
  }

  .c-header-list-sp {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
  }

  .c-header-list-sp__item {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 3.59vw;
  }

  .c-hide-sp {
    display: none;
  }

  .c-sp10 {
    margin-top: 10px;
  }

  .c-mt-sp20 {
    margin-top: 20px;
  }

  .c-mt-sp30 {
    margin-top: 30px;
  }

  .c-mt-sp40 {
    margin-top: 40px;
  }

  .c-mt-sp50 {
    margin-top: 50px;
  }

  .c-mt-sp60 {
    margin-top: 60px;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section__content {
    max-width: 480px;
    width: calc(100% - 40px);
  }

  .c-footer__content {
    width: calc(100% - 60px);
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-footer__company-name {
    width: 79.696%;
  }

  .c-footer__address {
    margin-top: 5px;
    font-size: 3.08vw;
    letter-spacing: 0;
  }

  .c-footer__list > li {
    margin-top: 10px;
    font-size: 2.56vw;
  }

  .c-footer__list > li:not(:last-child) {
    margin-right: 30px;
  }

  .c-footer__inner-list > li {
    font-size: 2.18vw;
  }

  .c-footer__inner-list-link::before {
    width: 6px;
    height: 1px;
  }

  .c-footer__privacy {
    margin-top: 20px;
    font-size: 2.05vw;
  }

  .c-footer__copyright {
    margin-top: 8px;
    font-size: 2.31vw;
    letter-spacing: 0;
  }

  .c-btn {
    width: 47.431%;
    height: 40px;
    border-radius: 20px;
    font-size: 3.59vw;
  }

  .c-btn-border {
    width: 83.157%;
    height: 30px;
    font-size: 2.56vw;
  }

  .c-btn-border--contact {
    width: 43.076%;
    height: 44px;
    font-size: 2.82vw;
  }

  .c-article-list {
    padding-top: 10px;
  }

  .c-article-list__item {
    margin-top: 35px;
  }

  .c-article-list__head {
    display: block;
  }

  .c-article-list__body {
    display: block;
    margin-top: 10px;
  }

  .c-article-list__label {
    min-width: 69px;
    margin-right: 10px;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 3.08vw;
  }

  .c-article-list__date {
    font-size: 3.33vw;
  }

  .c-article-list__title {
    margin-top: 5px;
    font-size: 4.1vw;
  }

  .c-lower-bg {
    padding-top: 50px;
    padding-bottom: 60px;
    background-image: url("../img/common/bg_lower_smp.jpg");
    background-position: top center;
  }

  .c-lower-h1-heading {
    min-height: 33px;
    margin-right: 26px;
    margin-left: 5.128%;
  }

  .c-lower-h1-heading::before {
    right: -19px;
    bottom: 4px;
    width: 20px;
  }

  .c-lower-h1-heading__en {
    margin-right: 4px;
    font-size: 6.67vw;
  }

  .c-lower-h1-heading__ja {
    margin-left: 2px;
    font-size: 3.59vw;
  }

  .c-lower-section {
    width: 87.179%;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c-contact-forms {
    margin-top: 25px;
    padding-right: 20px;
    padding-left: 34px;
  }

  .c-contact-forms-checkbox .wpcf7-list-item-label {
    margin-right: 20px;
    padding: 1px 15px 1px 30px;
    font-size: 2.56vw;
    line-height: 20px;
  }

  .c-contact-forms-checkbox .wpcf7-list-item-label::before {
    width: 20px;
    height: 20px;
  }

  .c-contact-forms-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label::after {
    left: 4px;
    width: 9px;
    height: 6px;
    -webkit-transform: rotate(135deg) translateY(.1px) translateX(-2.5px);
    transform: rotate(135deg) translateY(.1px) translateX(-2.5px);
  }

  .c-contact-forms-checkbox--confirmation .wpcf7-list-item > label {
    width: 100%;
    margin-top: 30px;
  }

  .c-contact-forms-input input[type=text],
  .c-contact-forms-input input[type=email],
  .c-contact-forms-input input[type=tel],
  .c-contact-forms-input input[type=number],
  .c-contact-forms-input input[type=url] {
    padding: 5px 10px;
    border-radius: 6px;
    font-size: 3.85vw;
  }

  .c-contact-forms-input select {
    padding: 10px;
    border-radius: 6px;
    font-size: 3.85vw;
  }

  .c-contact-forms-input--select > .wpcf7-form-control-wrap::before {
    width: 10px;
    height: 10px;
    border-top: solid 2px #707070;
    border-right: solid 2px #707070;
  }

  .c-contact-forms-input--address > .wpcf7-form-control-wrap {
    width: 46.393%;
  }

  .c-contact-forms-input--textarea textarea {
    min-height: 120px;
    padding: 10px;
  }

  .c-contact-forms__privacy {
    margin-top: 40px;
  }

  .c-contact-forms__privacy dt {
    font-size: 4.1vw;
  }

  .c-contact-forms__privacy dd {
    font-size: 3.59vw;
  }

  .c-contact-forms__submit {
    width: 122px;
    margin-top: 20px;
    font-size: 3.59vw;
  }

  .c-contact-forms__submit input[type=submit] {
    height: 40px;
    border-radius: 20px;
  }

  .c-contact-forms__previous {
    font-size: 4.62vw;
  }

  .c-contact-forms-confirm {
    padding-left: 88px;
  }

  .c-contact-forms-confirm--textarea {
    padding-left: 0;
  }

  .c-contact-list {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-contact-list dt {
    font-size: 3.08vw;
    font-weight: 400;
  }

  .c-contact-list dd {
    margin-top: 5px;
  }

  .c-contact-list--must .c-contact-list__dt-ttl::before {
    font-size: 2.56vw;
  }

  .c-pagination {
    margin-top: 65px;
    padding-right: 5%;
    padding-left: 5%;
  }

  .c-pagination .nav-links {
    padding-right: 32px;
    padding-left: 32px;
  }

  .c-pagination .page-numbers {
    width: 36px;
    height: 36px;
    font-size: .88rem;
    line-height: calc(36px - .2em);
  }

  .c-pagination .page-numbers.current {
    border-radius: 18px;
  }

  .c-pagination .page-numbers.prev,
  .c-pagination .page-numbers.next {
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-size: 5.4536px auto;
  }
}