/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  padding: 0; /* 1 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #444;
  font-size: 1.8rem;
  font-family: sans-serif;
  font-weight: 300;
  line-height: 1.3333;
  overflow: visible;
  overflow-x: hidden;
  padding-right: 100px;
}
@media screen and (max-width: 836px) {
  body {
    min-width: none;
    min-width: initial;
    min-width: auto;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
body.have_curtain {
  overflow: hidden;
}

p {
  margin: 0 0 3.5rem;
  letter-spacing: 0;
	line-height:3rem;
}
@media screen and (max-width: 836px) {
	p {
	line-height:2.5rem;
}
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: 700;
}

a {
  color: #444;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

mark {
  padding: 4px 0;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table a {
  text-decoration: underline;
}

.l-layout {
  position: relative;
  z-index: 1;
}

.l-header,
.l-contentsTop,
.l-contents,
.l-contentsBottom,
.l-footer {
  margin: 0 auto;
  width: 100%;
}

.l-header {
  z-index: 10000;
}

.l-contents {
  box-sizing: border-box;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-contents.-col2 > .c-row > .c-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 836px) {
  .l-contents.-col2 > .c-row > .c-container {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.l-contents.-col2 > .c-row > .c-container .l-main {
  max-width: 984px;
}
@media screen and (max-width: 836px) {
  .l-contents.-col2 > .c-row > .c-container .l-main {
    order: 1;
  }
}
@media screen and (max-width: 836px) {
  .l-contents.-col2 > .c-row > .c-container .l-sideLeft {
    order: 2;
  }
}

.l-main {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}

.l-sideLeft {
  width: 256px;
  margin-right: 5.6737588652%;
}
@media screen and (max-width: 836px) {
  .l-sideLeft {
    width: 100%;
    margin: 0;
  }
}

.l-mainWithColumn {
  display: block;
  margin-left: auto;
  width: calc(100% - 220px - 48px);
  width: 78.333%;
  padding-right: 9.25925%;
}
@media screen and (max-width: 836px) {
  .l-mainWithColumn {
    margin: 0 auto 60px;
    width: 100%;
    padding-right: 0;
  }
}
.l-mainWithColumn + .l-right {
  margin-right: auto;
  width: 21.666%;
}
@media screen and (max-width: 836px) {
  .l-mainWithColumn + .l-right {
    width: 100%;
  }
}

.l-drawer {
  z-index: 1000;
}
.l-drawerClose {
  display: none;
  width: 56px;
  height: 75px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
  cursor: pointer;
  visibility: hidden;
  font-size: 2.4rem;
}
@media screen and (max-width: 836px) {
  .l-drawerClose {
    display: block;
    text-align: center;
    line-height: 5rem;
  }
}
.l-drawerClose.is-active {
  visibility: visible;
}
.l-drawerClose div {
  width: 1.6rem;
  height: 1px;
  background-color: #707070;
  border-radius: 1px;
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 10px);
  transition: 0.3s;
}
.l-drawerClose div:first-child {
  transform: translateY(-7px);
}
.l-drawerClose div:nth-child(2) {
  transform: translateY(0);
}
.l-drawerClose div:last-child {
  transform: translateY(7px);
}
.l-drawerClose.is-active div {
  background-color: #707070;
}
.l-drawerClose.is-active div:first-child {
  transform: rotate(45deg);
}
.l-drawerClose.is-active div:nth-child(2) {
  display: none;
}
.l-drawerClose.is-active div:last-child {
  transform: rotate(-45deg);
}

.l-overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: transparent;
  transform: translateX(0);
  transition: all 0.3s;
  visibility: hidden;
}
@media screen and (max-width: 836px) {
  .l-overlay {
    display: block;
  }
}

.have_curtain .l-overlay {
  display: none;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
  visibility: visible;
}
@media screen and (max-width: 836px) {
  .have_curtain .l-overlay {
    display: block;
  }
}

.pc_only {
  display: block;
}
@media screen and (max-width: 836px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media screen and (max-width: 836px) {
  .sp_only {
    display: block;
  }
}

.l-maxW {
  margin: 0 auto;
  max-width: 100%;
}
.l-maxW.-w1366 {
  max-width: 1366px;
}

.c-bg {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0 !important;
  overflow: hidden;
}
.c-bg .c-container {
  width: 100%;
  height: 100%;
}
.c-bg__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.c-bg img {
  max-width: 100%;
  max-height: 100%;
}

.c-breadcrumb {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.c-breadcrumb li {
  display: inline-block;
  font-size: 1.4rem;
}
@media screen and (max-width: 836px) {
  .c-breadcrumb li {
    font-size: 1.1rem;
  }
}
.c-breadcrumb li a {
  font-size: 1.4rem;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.7;
  color: #183F8D;
}
@media screen and (max-width: 836px) {
  .c-breadcrumb li a {
    font-size: 1.1rem;
  }
}
.c-breadcrumb li::after {
  content: "/";
  margin: 0 3px;
}
.c-breadcrumb li:last-child::after {
  content: none;
}

.c-border {
  width: 100%;
  height: 4px;
  background-color: #191919;
}
@media screen and (max-width: 836px) {
  .c-border {
    width: calc(100% + 30px + 30px);
    margin-left: calc(-1 * 30px);
  }
}

.c-burger {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 100000;
  cursor: pointer;
}
.c-burger__item {
  width: 32px;
  height: 3px;
  background-color: #183F8D;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: calc(50% - 16px);
  transition: 0.2s;
}
.c-burger__item:first-child {
  transform: translateY(-13px);
}
.c-burger__item:nth-child(2) {
  transform: translateY(-1.5px);
}
.c-burger__item:last-child {
  transform: translateY(10.5px);
}
.c-burger__txt {
  text-align: center;
  font-size: 1rem;
  line-height: 1.3rem;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.is-opened .c-burger__item:first-child {
  transform: translateY(-2px) rotate(45deg);
}
.is-opened .c-burger__item:nth-child(2) {
  display: none;
}
.is-opened .c-burger__item:last-child {
  transform: translateY(-2px) rotate(-45deg);
}
.is-opened .c-burger__txt {
  display: none;
}

.c-btn {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 1.44px;
  fill: #000;
  color: #444 !important;
  background-color: rgba(2, 1, 1, 0);
  padding: 0;
  text-decoration: none;
}
@media screen and (max-width: 836px) {
  .c-btn {
    font-size: 1.4rem;
  }
}
.c-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
}
.c-btn__icon {
  margin: 0 auto 0 10px;
  display: block;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-top: 2px solid #191919;
  border-right: 2px solid #191919;
  transform: rotate(45deg);
  transform-origin: calc(50% - 0px) calc(50% + 0px);
}
.c-btn__txt {
  flex-grow: 1;
  order: 10;
  display: inline-block;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn:hover .c-btn__icon::after {
  background: no-repeat url(../images/ic_arrow_right_pink.svg) center center/contain;
}
.c-btn:hover .c-btn__icon::before {
  transform: scale(1.2);
}

.c-submit {
  display: inline-block;
  max-width: 100%;
  width: 242px;
  height: 48px;
  background-color: #183F8D;
  border: 2px solid #183F8D;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 836px) {
  .c-submit {
    font-size: 1.4rem;
  }
}
.c-submit.-back {
  color: #191919;
  background: #fff;
  border: 2px solid #C3C3C3;
}
.c-submit__inner {
  width: 100%;
  height: 100%;
}
.c-submit__txt {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.c-submit__txt-line1 {
  width: 100%;
  height: 100%;
  text-align: center;
}
.c-submit:hover {
  opacity: 1;
}

.c-btn2 {
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 64px;
  background-color: #183F8D;
  border: 2px solid #183F8D;
  border-radius: 100px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 836px) {
  .c-btn2 {
    font-size: 1.4rem;
  }
}
.c-btn2__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.c-btn2__icon {
  display: inline-block;
  width: 20px;
  height: 17px;
  position: relative;
  z-index: 10;
}
.c-btn2__text {
  position: relative;
  z-index: 10;
}
.c-btn2:hover {
  opacity: 1;
}

.c-container {
  width: 100%;
  max-width: 1410px;
  margin-left: auto;
  margin-right: auto;
}
.c-container > * {
  position: relative;
  z-index: 10;
}
.c-container.-narrow {
  max-width: 1000px;
}

.c-copyright {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  writing-mode: vertical-rl;
}

.c-dl {
  border-top: 1px solid #575757;
}
.c-dl dl {
  display: flex;
  border-bottom: 1px solid #575757;
  padding: 25px 0;
}
.c-dl dl dt {
  width: 130px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: right;
}
@media screen and (max-width: 836px) {
  .c-dl dl dt {
    font-size: 1.4rem;
    width: 100px;
  }
}
.c-dl dl dd {
  font-size: 1.8rem;
  font-weight: 300;
  padding-left: 40px;
  width: calc(100% - 130px);
}
@media screen and (max-width: 836px) {
  .c-dl dl dd {
    font-size: 1.4rem;
    width: calc(100% - 100px);
    padding-left: 24px;
  }
}

*::-moz-placeholder {
  color: #b5b5b5;
}

*::placeholder {
  color: #b5b5b5;
}

.c-formInput {
  margin-top: 1.8rem;
}
.c-formInput:first-child {
  margin-top: 0;
}
.c-formInput input {
  width: 100%;
  height: 5.6rem;
  padding: 1.6rem 3rem;
  background-color: #fff;
  border: 2px solid #C3C3C3;
  border-radius: 8px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 836px) {
  .c-formInput input {
    height: 4.8rem;
    font-size: 1.4rem;
    padding: 1.6rem 2rem;
  }
}
.c-formInput--half input {
  width: 48.5%;
  max-width: 124px;
}
.c-formInput--full input {
  width: 100%;
  max-width: initial;
}

.c-formInputA input {
  width: 100%;
  height: 5rem;
  padding: 1.6rem 2rem;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 2.5rem;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
}
.c-formInputA--half input {
  width: 48.5%;
  max-width: 280px;
}
.c-formInputA--full input {
  width: 100%;
  max-width: initial;
}

.c-formSelect {
  margin-top: 20px;
}
.c-formSelect:first-child {
  margin-top: 0;
}
.c-formSelect > p {
  margin: 0;
  display: inline;
}
.c-formSelect .select {
  width: 100%;
  max-width: 178px;
  display: inline-block;
  position: relative;
}
.c-formSelect .select::after {
  content: "";
  display: block;
  margin-top: -3px;
  width: 12px;
  height: 5px;
  background: no-repeat url(../img/common/arrow-down.svg) center center/100%;
  position: absolute;
  top: 50%;
  right: 8px;
  pointer-events: none;
}
.c-formSelect .select select {
  width: 100%;
  height: 5rem;
  padding: 0 3rem;
  background-color: #fff;
  border-radius: 0px;
  font-size: 1.4rem;
  font-weight: normal;
}
.c-formSelectA .select {
  width: 100%;
  display: inline-block;
  position: relative;
}
.c-formSelectA .select::after {
  content: "";
  display: block;
  margin-top: -0.36rem;
  width: 0.7rem;
  height: 0.7rem;
  border: 1px solid #e5e5e5;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  transform: rotate(45deg);
  pointer-events: none;
}
.c-formSelectA .select select {
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 2.5rem;
  font-size: 1.4rem;
  font-weight: normal;
}

.c-formCheckbox__label {
  padding-left: 3.1rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.c-formCheckbox__label .checkbox {
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border: 2px solid #9f9f9f;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  text-align: center;
}
.c-formCheckbox__label .checkbox::after {
  content: "";
  display: none;
  width: 10px;
  height: 18px;
  border-right: 3px solid #f00;
  border-bottom: 3px solid #f00;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -65%) rotate(45deg);
}
.c-formCheckbox__label input {
  display: none;
}
.c-formCheckbox__label input:checked ~ .checkbox::after {
  display: block;
}
.c-formCheckbox__label a {
  text-decoration: underline;
}
.c-formCheckbox--horizontal {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-formCheckbox--horizontal .c-formCheckbox__label {
  margin-top: 0;
  margin-right: 3.5rem;
}
@media screen and (max-width: 836px) {
  .c-formCheckbox--horizontal .c-formCheckbox__label {
    margin-right: 2rem;
  }
}
.c-formCheckbox--horizontal .c-formCheckbox__label:last-of-type {
  margin-left: 0;
}
.c-formCheckbox--beige .checkbox, .c-formCheckbox.-beige .checkbox {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}
.c-formCheckbox--orange .checkbox, .c-formCheckbox.-orange .checkbox {
  border-color: #f00;
}

.mwform-checkbox-field {
  position: relative;
}
.mwform-checkbox-field input {
  display: none;
}
.mwform-checkbox-field input:checked ~ .mwform-checkbox-field-text::after {
  display: block;
}
.mwform-checkbox-field-text {
  padding-left: 3.9rem;
  display: flex;
  align-items: center;
  position: relative;
}
.mwform-checkbox-field-text::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border: 2px solid #c3c3c3;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: -0.3rem;
  left: 0;
  text-align: center;
  box-sizing: border-box;
}
.mwform-checkbox-field-text::after {
  content: "";
  display: none;
  width: 12px;
  height: 24px;
  border-right: 3px solid #5188F5;
  border-bottom: 3px solid #5188F5;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(100%, -70%) rotate(45deg);
}

.wpcf7-list-item {
  position: relative;
}
.wpcf7-list-item-label {
  padding-left: 15px;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
}
.wpcf7-list-item-label::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.wpcf7-list-item-label::after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.mwform-radio-field {
  position: relative;
}
.mwform-radio-field input {
  display: none;
}
.mwform-radio-field input:checked ~ .mwform-radio-field-text::after {
  display: block;
}
.mwform-radio-field-text {
  padding-left: 40px;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
}
.mwform-radio-field-text::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
.mwform-radio-field-text::after {
  content: "";
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 4px;
}

.c-formRadio__label {
  margin-top: 1.2rem;
  padding-left: 3.1rem;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
.c-formRadio__label:first-of-type {
  margin-top: 0;
}
.c-formRadio__label .radio {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  text-align: center;
}
.c-formRadio__label .radio::after {
  content: "";
  display: none;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #f00;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c-formRadio__label .radio.-beige {
  background-color: #9f9f9f;
}
.c-formRadio__label input {
  display: none;
}
.c-formRadio__label input:checked ~ .radio::after {
  display: block;
}
.c-formRadio__label a {
  text-decoration: underline;
}
.c-formRadio--horizontal {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-formRadio--horizontal .wpcf7-radio {
  display: flex;
  gap: 32px;
}
.c-formRadio--horizontal .c-formRadio__label {
  margin-top: 0;
  margin-left: 1.5rem;
}
.c-formRadio--horizontal .c-formRadio__label:first-of-type {
  margin-left: 0;
}
.c-formRadio--beige .radio, .c-formRadio.-beige .radio {
  background-color: #9f9f9f;
  border-color: #9f9f9f;
}

.c-formTextarea {
  width: 100%;
}
.c-formTextarea textarea {
  width: 100%;
  height: 24rem;
  padding: 1.6rem 3rem;
  background-color: #fff;
  border: 2px solid #C3C3C3;
  border-radius: 8px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 836px) {
  .c-formTextarea textarea {
    padding: 1.4rem 1.6rem;
    font-size: 1.4rem;
    height: 29rem;
  }
}
.c-formTextarea--beige textarea, .c-formTextarea.-beige textarea {
  background-color: #F5F1ED;
}

.c-formRequired {
  width: 5rem;
  height: 2.1rem;
  background-color: #D10B00;
  border: 1px solid #D10B00;
  border-radius: 4px;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.9rem;
  text-align: center;
  font-weight: 400;
  vertical-align: middle;
}

.c-formOptional {
  width: 5rem;
  height: 2.1rem;
  background-color: transparent;
  display: inline-block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.9rem;
  text-align: center;
  font-weight: 400;
}

.c-formSubmit {
  width: 90%;
  max-width: 400px;
  height: 8rem;
  background-color: #5188F5;
  display: inline-block;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 7.8rem;
  position: relative;
}
.c-formSubmit::after {
  content: "";
  width: 7px;
  height: 14px;
  display: inline-block;
  background: no-repeat url(../img/download/arrow-ios-forward-fill.png) center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-formSubmit input, .c-formSubmit button {
  display: block;
  width: 100%;
}

.c-formRadioAccordion {
  padding: 0 10px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.c-formRadioAccordion .u-accordion--trigger {
  color: #2f2f2f;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 1.7rem 0;
  position: relative;
}
.c-formRadioAccordion .u-accordion--trigger::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 3px solid #2f2f2f;
  border-left: 3px solid #2f2f2f;
  position: absolute;
  top: 50%;
  right: 0;
  transform-origin: 50% 50%;
  transform: translateY(-10%) rotate(45deg);
  transform: translateY(-50%) rotate(-135deg);
}
.c-formRadioAccordion .u-accordion--trigger.is-opened::after {
  transform: translateY(-10%) rotate(45deg);
}
.c-formRadioAccordion .u-accordion--target {
  display: none;
}
.c-formRadioAccordion .u-accordion--target .vertical-item {
  display: block;
}
.c-formRadioAccordion .mwform-radio-field {
  border-top: 1px solid #F4F2F2;
}
.c-formRadioAccordion .mwform-radio-field label {
  display: block;
  padding: 2rem 1rem;
}
.c-formRadioAccordion .mwform-radio-field-text {
  color: #2f2f2f;
  font-size: 1.4rem;
  font-weight: 300;
}

.mw_wp_form dd.mw_wp_form_error_item {
  position: relative;
}
.mw_wp_form dd.mw_wp_form_error_item .c-formInput,
.mw_wp_form dd.mw_wp_form_error_item .c-formSelect,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadio,
.mw_wp_form dd.mw_wp_form_error_item .c-formCheckbox,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadioAccordion,
.mw_wp_form dd.mw_wp_form_error_item .c-formTextarea {
  position: relative;
}
.mw_wp_form dd.mw_wp_form_error_item .c-formInput::after,
.mw_wp_form dd.mw_wp_form_error_item .c-formSelect::after,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadio::after,
.mw_wp_form dd.mw_wp_form_error_item .c-formCheckbox::after,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadioAccordion::after,
.mw_wp_form dd.mw_wp_form_error_item .c-formTextarea::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: no-repeat url(../img/icon_error.svg) center center/contain;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: translateY(-50%);
}
.mw_wp_form dd.mw_wp_form_error_item .c-formInput input, .mw_wp_form dd.mw_wp_form_error_item .c-formInput select, .mw_wp_form dd.mw_wp_form_error_item .c-formInput textarea,
.mw_wp_form dd.mw_wp_form_error_item .c-formSelect input,
.mw_wp_form dd.mw_wp_form_error_item .c-formSelect select,
.mw_wp_form dd.mw_wp_form_error_item .c-formSelect textarea,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadio input,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadio select,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadio textarea,
.mw_wp_form dd.mw_wp_form_error_item .c-formCheckbox input,
.mw_wp_form dd.mw_wp_form_error_item .c-formCheckbox select,
.mw_wp_form dd.mw_wp_form_error_item .c-formCheckbox textarea,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadioAccordion input,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadioAccordion select,
.mw_wp_form dd.mw_wp_form_error_item .c-formRadioAccordion textarea,
.mw_wp_form dd.mw_wp_form_error_item .c-formTextarea input,
.mw_wp_form dd.mw_wp_form_error_item .c-formTextarea select,
.mw_wp_form dd.mw_wp_form_error_item .c-formTextarea textarea {
  border-color: #D10B00;
}
.mw_wp_form dd.mw_wp_form_error_item .error {
  color: #D10B00;
  padding: 0.8rem 0;
  font-size: 1.2rem;
}
.mw_wp_form dd.mw_wp_form_error_item .c-formRadioAccordion {
  border-color: #D10B00;
}

.p-downloadform dd.mw_wp_form_error_item::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: no-repeat url(../img/icon_error.svg) center center/contain;
  position: absolute;
  right: 20px;
  top: 25px;
  transform: translateY(-50%);
}
.p-downloadform dd.mw_wp_form_error_item input, .p-downloadform dd.mw_wp_form_error_item textarea {
  border-color: #D10B00;
}

.wpcf7-spinner {
  position: absolute;
}

.c-indicator {
  font-size: 4px;
  position: absolute;
  bottom: 0;
  left: 55px;
}
@media screen and (max-width: 836px) {
  .c-indicator {
    left: 25px;
  }
}

.indicator-container {
  overflow: hidden;
  margin: 15px auto 0 0;
  width: 11px;
  height: 251px;
  background: linear-gradient(90deg, transparent, transparent 4.5px, #000 4.5px, #000 6.5px, transparent 6.5px, transparent);
}
@media screen and (max-width: 836px) {
  .indicator-container {
    height: 160px;
  }
}

.indicator-text {
  font-size: 1.2rem;
  line-height: 1;
  writing-mode: vertical-rl;
}

.indicator-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.indicator-arrow .base {
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
}
@media screen and (max-width: 836px) {
  .indicator-arrow .base {
    width: 9px;
    height: 9px;
  }
}

.indicator-arrow .arrowpoint {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.12em 1.12em 0 1.12em;
  border-color: white transparent transparent transparent;
  margin-top: -10%;
}

.top {
  margin-top: -251px;
  -webkit-animation: arrowAnimation1 infinite 3s linear;
  animation: arrowAnimation1 infinite 3s linear;
}
@media screen and (max-width: 836px) {
  .top {
    margin-top: -151px;
    -webkit-animation: arrowAnimation2 infinite 3s linear;
    animation: arrowAnimation2 infinite 3s linear;
  }
}

.bottom {
  margin-top: 240px;
}
@media screen and (max-width: 836px) {
  .bottom {
    margin-top: 151px;
  }
}

@-webkit-keyframes arrowAnimation1 {
  from {
    margin-top: -251px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes arrowAnimation1 {
  from {
    margin-top: -251px;
  }
  to {
    margin-top: 0px;
  }
}
@-webkit-keyframes arrowAnimation2 {
  from {
    margin-top: -160px;
  }
  to {
    margin-top: 0px;
  }
}
@keyframes arrowAnimation2 {
  from {
    margin-top: -160px;
  }
  to {
    margin-top: 0px;
  }
}
.c-map iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 836px) {
  .c-map iframe {
    height: 53.333vw;
  }
}

.c-row {
  box-sizing: border-box;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 836px) {
  .c-row {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#height-indicator {
  position: fixed;
  width: 50px;
  height: 40vh;
  top: 50%;
  left: 0;
  z-index: 100000;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.5;
}
#height-indicator .top-to-bottom {
  width: 6px;
  height: 35vh;
  border-radius: 4px;
  background-color: #1d1d1d;
  display: flex;
  position: relative;
}
#height-indicator .top-to-bottom a {
  position: absolute;
  transform: translate(-50%, -9px);
  left: 50%;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #1d1d1d;
}
#height-indicator .top-to-bottom span {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: white;
  transition: 0.5s;
}

.c-tags span {
  font-size: 1.2rem;
  background-color: #fff;
  border: 1px solid #c3c3c3;
  border-radius: 100px;
  padding: 5px 16px;
}

.c-time time {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .c-time time {
    font-size: 1rem;
  }
}

.c-title-en {
  font-size: 10rem;
  letter-spacing: 0.04em;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #183F8D;
}
@media screen and (max-width: 836px) {
  .c-title-en {
    font-size: 4rem;
  }
}

.c-title-ja {
  font-size: 2rem;
	margin-bottom:1rem;
}
@media screen and (max-width: 836px) {
  .c-title-ja {
    font-size: 1.1rem;
  }
}

.wp-pagenavi {
  margin: 0;
  text-align: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  margin: 0 6px;
  width: 28px;
  height: 28px;
  background-color: #f5f5f5;
  display: inline-block;
  border: 1px solid #f5f5f5;
  border-radius: 50%;
  color: #191919;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}
.wp-pagenavi .page {
  position: relative;
  z-index: 0;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #183F8D;
  font-weight: 600;
}
.wp-pagenavi .extend {
  margin: 0;
  width: 28px;
  color: #191919;
  font-size: 2.4rem;
  vertical-align: middle;
}
@media screen and (max-width: 836px) {
  .wp-pagenavi .extend {
    margin: 0 3px;
    width: 21px;
    font-size: 2.1rem;
  }
}
.wp-pagenavi .first,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  border: none;
  background-color: transparent;
}
.wp-pagenavi .previouspostslink {
  transform-origin: 50% 50%;
  transform: rotate(180deg);
}
.p-blog-list {
  margin-bottom: 115px;
}
@media screen and (max-width: 836px) {
  .p-blog-list {
    margin-bottom: 60px;
  }
}
.p-blog-list__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.75%;
}
@media screen and (max-width: 836px) {
  .p-blog-list__inner {
    gap: 20px;
  }
}
.p-blog-list .blog-card {
  width: 31.5%;
  position: relative;
}
@media screen and (max-width: 836px) {
  .p-blog-list .blog-card {
    width: 100%;
  }
}
.p-blog-list .blog-card__inner {
  display: block;
}
@media screen and (max-width: 836px) {
  .p-blog-list .blog-card__inner {
    display: flex;
  }
}
.p-blog-list .blog-card__img {
  margin-bottom: 15px;
  overflow: hidden;
}
@media screen and (max-width: 836px) {
  .p-blog-list .blog-card__img {
    margin: 0;
    width: 50%;
  }
}
@media screen and (max-width: 836px) {
  .p-blog-list .blog-card__txt {
    width: 50%;
    padding-top: 8px;
    padding-left: 16px;
  }
}
.p-blog-list .blog-card__txt .c-time {
  margin-bottom: 10px;
}
.p-blog-list .blog-card__txt h3 {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-blog-list .blog-card__txt h3 {
    font-size: 1.4rem;
  }
}
.p-blog-list .blog-card__txt p {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 836px) {
  .p-blog-list .blog-card__txt p {
    font-size: 1.3rem;
  }
}
.p-blog-list .blog-card a:hover {
  opacity: 1;
}
.p-blog-list .blog-card a:hover .blog-card__txt h3 {
  color: #183F8D;
}

.p-block1__title {
  width: calc(47% + 50vw - 50px - 50%);
  margin-right: calc(-1 * (50vw - 50px - 50%));
  margin-left: 0;
  float: right;
  padding-top: 65px;
  margin-bottom: 30px;
}
@media screen and (max-width: 836px) {
  .p-block1__title {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 0;
  }
}
.p-block1.-reverse .p-block1__title {
  float: left;
  width: calc(47% + 50vw - 50px - 50%);
  margin-left: calc(-1 * (50vw - 50px - 50%));
  margin-right: 0;
}
@media screen and (max-width: 836px) {
  .p-block1.-reverse .p-block1__title {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.p-block1__title-inner {
  max-width: 500px;
  padding-left: 8%;
}
.p-block1.-reverse .p-block1__title-inner {
  padding: 0 8% 0 0;
  margin-left: auto;
}
.p-block1__title h2 {
  width: calc(100% + 50vw - 50px - 50%);
  margin-right: calc(-1 * (50vw - 50px - 50%));
  margin-left: 0;
}
@media screen and (max-width: 836px) {
  .p-block1__title h2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
.p-block1.-reverse .p-block1__title h2 {
  width: calc(100% + 50vw - 50px - 50%);
  margin-left: calc(-1 * (50vw - 50px - 50%));
  margin-right: 0;
  text-align: right;
}
@media screen and (max-width: 836px) {
  .p-block1.-reverse .p-block1__title h2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
.p-block1__title h2 .c-title-en {
  position: relative;
}
.p-block1__title h2 .c-title-en span {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: 25px;
}
@media screen and (max-width: 836px) {
  .p-block1__title h2 .c-title-en span {
    padding-right: 12px;
  }
}
.p-block1.-reverse .p-block1__title h2 .c-title-en span {
  padding-right: 0;
  padding-left: 25px;
}
.p-block1__title h2 .c-title-en::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #191919;
  display: block;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 836px) {
  .p-block1__title h2 .c-title-en::after {
    height: 2px;
  }
}
.p-block1.-reverse .p-block1__title h2 .c-title-en::after {
  left: 0;
  right: auto;
}
.p-block1__img {
  width: calc(53% + 50vw - 50px - 50%);
  margin-left: calc(-1 * (50vw - 50px - 50%));
  margin-right: 0;
  float: left;
}
@media screen and (max-width: 836px) {
  .p-block1__img {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 30px 0 0;
  }
}
.p-block1.-reverse .p-block1__img {
  float: right;
  width: calc(53% + 50vw - 50px - 50%);
  margin-right: calc(-1 * (50vw - 50px - 50%));
  margin-left: 0;
}
@media screen and (max-width: 836px) {
  .p-block1.-reverse .p-block1__img {
    float: none;
    width: 100%;
    margin: 0 0 40px;
    padding: 0 0 0 30px;
  }
}
.p-block1__desc {
  width: calc(47% + 50vw - 50px - 50%);
  margin-right: calc(-1 * (50vw - 50px - 50%));
  margin-left: 0;
  position: relative;
  float: right;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 836px) {
  .p-block1__desc {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 30px;
  }
}
.p-block1.-reverse .p-block1__desc {
  float: left;
  width: calc(47% + 50vw - 50px - 50%);
  margin-left: calc(-1 * (50vw - 50px - 50%));
  margin-right: 0;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 836px) {
  .p-block1.-reverse .p-block1__desc {
    float: none;
    width: 100%;
    margin: 0;
  }
}
.p-block1__desc-inner {
  max-width: 705px;
  padding-left: 8%;
}
@media screen and (max-width: 836px) {
  .p-block1__desc-inner {
    padding: 0;
  }
}
.p-block1.-reverse .p-block1__desc-inner {
  padding: 0 8% 0 0;
  margin-left: auto;
}
@media screen and (max-width: 836px) {
  .p-block1.-reverse .p-block1__desc-inner {
    padding: 0;
  }
}
.p-block1__desc h3 {
  margin: 0 auto 30px 0;
  font-size: 4rem;
  font-weight: 700;
  text-align: left;
  max-width: 500px;
}
@media screen and (max-width: 836px) {
  .p-block1__desc h3 {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 20px;
  }
}
.p-block1.-reverse .p-block1__desc h3 {
  margin: 0 0 30px auto;
  text-align: right;
}
@media screen and (max-width: 836px) {
  .p-block1.-reverse .p-block1__desc h3 {
    text-align: left;
  }
}
@media screen and (max-width: 836px) {
  .p-block1__desc p {
    margin-bottom: 4rem;
  }
}

.p-block2 {
  padding: 70px 0;
}
@media screen and (max-width: 836px) {
  .p-block2 {
    padding: 30px 0;
  }
}
.p-block2__title {
  font-size: 4rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 836px) {
  .p-block2__title {
    font-size: 2rem;
  }
}
.p-block2 p {
  text-align: center;
}

.p-block3__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-block3.-reverse .p-block3__inner {
  flex-direction: row-reverse;
}
.p-block3__img {
  width: 50%;
}
@media screen and (max-width: 836px) {
  .p-block3__img {
    width: 100%;
  }
}
.p-block3__txt {
  width: 50%;
  padding: 40px 0 0 80px;
}
@media screen and (max-width: 836px) {
  .p-block3__txt {
    width: 100%;
    padding: 30px 0;
  }
}
.p-block3.-reverse .p-block3__txt {
  padding: 40px 80px 0 0;
}
@media screen and (max-width: 836px) {
  .p-block3.-reverse .p-block3__txt {
    width: 100%;
    padding: 30px 0;
  }
}
.p-block3__title {
  font-size: 4rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.service-section .p-block3__title {
  color:#183f8d;
}
.service-section a.c-btn{
	display:none;
}

@media screen and (max-width: 836px) {
  .p-block3__title {
    font-size: 2.4rem;
  }
}
.p-block3.-reverse .p-block3__title {
  text-align: right;
}
@media screen and (max-width: 836px) {
  .p-block3 p {
    margin-bottom: 20px;
  }
}
.p-block3 p strong {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-block3 p strong {
    font-size: 1.6rem;
  }
}
.p-block3 .c-name {
  text-align: right;
}

.p-card-item__img {
  background-color: #9A9A9A;
  margin-bottom: 15px;
}
.p-card-item__img img {
  aspect-ratio: 440/293;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-card-item__txt {
  position: relative;
}
.p-card-item__txt h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 836px) {
  .p-card-item__txt h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 836px) {
  .p-card-item__txt p {
    font-size: 1.2rem;
    height: 32px;
    overflow: hidden;
  }
}
.p-card-item__txt .c-meta {
  width: 100%;
  position: absolute;
  top: -15px;
  transform: translateY(-100%);
  padding: 15px;
}
.p-card-item__txt .c-meta__tag {
  text-align: right;
}
.p-card-item__txt .c-meta__tag span {
  display: inline-block;
}

.p-card-list__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.p-contact dl {
  margin-bottom: 40px;
}
@media screen and (max-width: 836px) {
  .p-contact dl {
    margin-bottom: 20px;
  }
}
.p-contact dl dt {
  font-size: 2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 836px) {
  .p-contact dl dt {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.p-contact__agreement {
  font-size: 1.4rem;
}
.p-contact__agreement a {
  text-decoration: underline;
  color: #183F8D;
}
.p-contact__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 80px;
}
@media screen and (max-width: 836px) {
  .p-contact__btn {
    margin-top: 60px;
  }
}

.p-drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #000;
  z-index: 10000;
  display: flex;
  align-items: center;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
}
.is-active .p-drawer {
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}
.p-drawer__logo {
  display: none;
}
@media screen and (max-width: 836px) {
  .p-drawer__logo {
    display: block;
    position: absolute;
    top: 6px;
    left: 20px;
    width: 82px;
  }
}
.p-drawer__img {
  width: 20%;
  height: 100%;
}
@media screen and (max-width: 836px) {
  .p-drawer__img {
    display: none;
  }
}
.p-drawer__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-drawer__menu {
  width: 80%;
}
@media screen and (max-width: 836px) {
  .p-drawer__menu {
    width: 100%;
  }
}
.p-drawer .p-menu {
  margin: 0 auto;
  max-width: 650px;
  width: 100%;
}
@media screen and (max-width: 836px) {
  .p-drawer .p-menu {
    width: 100%;
  }
}
@media screen and (max-width: 836px) {
  .p-drawer .p-menu__menu {
    gap: 0;
    padding: 0 20px;
  }
}
@media screen and (max-width: 836px) {
  .p-drawer .p-menu__menu > ul {
    width: 50%;
  }
}
.p-drawer .p-menu__menu > ul > li > a {
  font-size: 4rem;
}
@media screen and (max-width: 836px) {
  .p-drawer .p-menu__menu > ul > li > a {
    font-size: 2.4rem;
  }
}
.p-drawer .p-menu__childmenu {
  display: block;
}
.p-drawer .p-menu__childmenu > ul > li > a {
  font-size: 2rem;
}
@media screen and (max-width: 836px) {
  .p-drawer .p-menu__childmenu > ul > li > a {
    font-size: 1.4rem;
  }
}
.p-drawer .p-menu__contact {
  margin-top: 50px;
}
@media screen and (max-width: 836px) {
  .p-drawer .p-menu__contact {
    padding: 0 20px;
  }
}

.footer-section {
  background-color: #191919;
  padding: 50px 11% 30px;
  position: relative;
}
@media screen and (max-width: 836px) {
  .footer-section {
    padding: 35px 30px 45px;
  }
}
.footer-section .footer-block1 {
  padding-right: 30px;
  margin-bottom: 108px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1 {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1 .c-container {
    max-width: 375px;
  }
}
.footer-section .footer-block1__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1__inner {
    display: block;
  }
}
.footer-section .footer-block1__left {
  width: 286px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1__left {
    margin: 0 auto;
  }
}
.footer-section .footer-block1__right {
  max-width: 831px;
  min-width: 500px;
  width: calc(100% - 286px - 60px);
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1__right {
    min-width: auto;
    min-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1 .footer-logo {
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
.footer-section .footer-block1 .footer-logo img {
  width: 286px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1 .footer-logo img {
    width: 145px;
  }
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1 .footer-info {
    text-align: center;
  }
}
.footer-section .footer-block1 .footer-info p {
  margin-bottom: 5px;
  line-height: 1.8;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block1 .footer-info p {
    display: inline-block;
    text-align: left;
  }
}
.footer-section .footer-sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-sns {
    justify-content: center;
    gap: 20px;
  }
}
.footer-section .footer-sns li {
  text-align: center;
}
.footer-section .footer-sns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.footer-section .footer-sns li img {
  width: auto;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-menu {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.footer-section .footer-menu__menu {
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-menu__menu {
    width: 100%;
    gap: 0 40px;
  }
}
.footer-section .footer-menu__menu > ul:last-child {
  margin-right: 0;
}
.footer-section .footer-menu__menu > ul > li > a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  white-space: nowrap;
}
.footer-section .footer-menu__menu > ul > li > a:hover {
  color: #183F8D;
}
.footer-section .footer-menu__menu > ul > li.small a {
  font-size: 1.4rem;
  font-weight: 300;
}
.footer-section .footer-menu__menu > ul > li.has-child > a {
  position: relative;
}
.footer-section .footer-menu__childmenu {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  gap: 0 80px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-menu__childmenu {
    display: block;
  }
}
.footer-section .footer-menu__childmenu ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-menu__childmenu ul li {
    margin-bottom: 5px;
  }
}
.footer-section .footer-menu__childmenu ul li a {
  display: block;
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  white-space: nowrap;
}
.footer-section .footer-block2 {
  text-align: center;
}
.footer-section .footer-block3 {
  display: none;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block3 {
    margin: 50px 0;
    display: block;
  }
}
.footer-section .footer-block4 {
  display: none;
}
@media screen and (max-width: 836px) {
  .footer-section .footer-block4 {
    display: block;
    font-size: 1rem;
    text-align: center;
  }
}
.footer-section .footer-backtop {
  display: inline-block;
}
.footer-section .footer-backtop__text {
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.footer-section .footer-backtop__icon {
  margin: 0 auto 5px;
  display: block;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  transform: rotate(45deg);
}

.header-section {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
}
@media screen and (max-width: 836px) {
  .header-section {
    position: fixed;
    height: 72px;
  }
}
.header-section__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-right: 100px;
  padding-left: 120px;
}
@media screen and (max-width: 836px) {
  .header-section__inner {
    padding-left: 102px;
  }
}
.header-section .header-logo {
  width: 100px;
  position: fixed;
  top: 8px;
  left: 20px;
  z-index: 1000;
}
@media screen and (max-width: 836px) {
  .header-section .header-logo {
    width: 82px;
    top: 5px;
  }
}
.header-section .header-logo a {
  display: block;
}
@media screen and (max-width: 836px) {
  .header-section .header-nav {
    display: none;
  }
}
.header-section .header-nav__menu > ul {
  display: flex;
}
.header-section .header-nav__menu > ul > li > a {
  display: block;
  padding: 20px 30px;
  font-weight: 700;
  font-size: 1.4rem;
}
.header-section .header-nav__menu > ul > li > a:hover {
  color: #183F8D;
}
.header-section .header-nav__menu > ul > li.has-child > a {
  position: relative;
}
.header-section .header-nav__menu > ul > li.has-child > a::before {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  background: no-repeat url(../images/ic_arrow_down.svg) center center/contain;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}
.header-section .header-nav__menu > ul > li.has-child > a::after {
  opacity: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: no-repeat url(../images/ic_polygon.svg) center center/contain;
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -40%);
  transition: 0.3s ease-in-out;
}
.header-section .header-nav__menu > ul > li.has-child:hover a::after {
  opacity: 1;
}
.header-section .header-nav__menu > ul > li.has-child:hover .header-nav__childmenu {
  visibility: visible;
  opacity: 1;
}
.header-section .header-nav__childmenu {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  max-width: 840px;
  background: #EFF4F7;
  padding: 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.header-section .header-nav__childmenu::after {
  content: "";
  display: block;
  width: 272px;
  height: 39px;
  background: no-repeat url(../images/home/home_intro_ill01.svg) center center/contain;
  position: absolute;
  bottom: 60px;
  right: 60px;
}
.header-section .header-nav__childmenu ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.header-section .header-nav .childmenu-card {
  width: calc(50% - 10px);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.header-section .header-nav .childmenu-card::after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #EFF4F7 no-repeat url(../images/ic_arrow_right_black.svg) center center/12px;
  border-radius: 50%;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.header-section .header-nav .childmenu-card__inner {
  display: flex;
  flex-wrap: wrap;
}
.header-section .header-nav .childmenu-card__img {
  width: 37%;
}
@media screen and (max-width: 836px) {
  .header-section .header-nav .childmenu-card__img {
    width: 100%;
  }
}
.header-section .header-nav .childmenu-card__txt {
  width: 63%;
  padding: 5px 2% 5px 2%;
}
@media screen and (max-width: 836px) {
  .header-section .header-nav .childmenu-card__txt {
    width: 100%;
    padding: 10px;
  }
}
.header-section .header-nav .childmenu-card__txt h3 {
  font-size: 1.8rem;
  font-weight: 700;
}
.header-section .header-nav .childmenu-card.-sansan {
  border-color: #C42975;
}
.header-section .header-nav .childmenu-card.-sansan .childmenu-card__txt h3 {
  color: #C42975;
}
.header-section .header-nav .childmenu-card.-egao {
  border-color: #F2BB40;
}
.header-section .header-nav .childmenu-card.-egao .childmenu-card__txt h3 {
  color: #F2BB40;
}
.header-section .header-nav .childmenu-card.-smile {
  border-color: #469C95;
}
.header-section .header-nav .childmenu-card.-smile .childmenu-card__txt h3 {
  color: #469C95;
}
.header-section .header-nav .childmenu-card.-happiness {
  border-color: #55ABEA;
}
.header-section .header-nav .childmenu-card.-happiness .childmenu-card__txt h3 {
  margin-bottom: 5px;
  color: #55ABEA;
  font-size: 1.3rem;
}
.header-section .header-nav .childmenu-card.-happiness .childmenu-card__txt p {
  font-size: 1.4rem;
}
.header-section .header-nav .childmenu-card.-club {
  border-color: #DD5C37;
}
.header-section .header-nav .childmenu-card.-club .childmenu-card__txt h3 {
  color: #DD5C37;
}

.header-contact .btn {
  display: inline-block;
  max-width: 100%;
  width: 100px;
  height: 100px;
  background-color: #183F8D;
  border: 2px solid #183F8D;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 836px) {
  .header-contact .btn {
    width: 72px;
    height: 72px;
    font-size: 1rem;
    color: #191919;
    position: absolute;
    top: 0;
    right: 72px;
  }
}
@media screen and (max-width: 836px) {
  .header-contact .btn__icon {
    width: 16px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
  }
}
.header-contact .btn__text {
  position: relative;
  z-index: 10;
}

.header-sidebar {
  width: 100px;
  height: 100vh;
  background-color: #f5f5f5;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10000000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 836px) {
  .header-sidebar {
    display: block;
    height: 72px;
    width: 72px;
  }
}
.header-sidebar__top {
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 836px) {
  .header-sidebar__top {
    height: 72px;
    width: 72px;
  }
}
.header-sidebar__bottom {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.header-sidebar__bottom .c-copyright {
  margin-bottom: 40px;
}
@media screen and (max-width: 836px) {
  .header-sidebar__bottom .c-copyright {
    display: none;
  }
}
.header-sidebar__bottom ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 836px) {
  .header-sidebar__bottom ul {
    display: none;
  }
}
.header-sidebar__bottom ul li {
  text-align: center;
}
.header-sidebar__bottom ul li a {
  display: block;
  padding: 5px;
}
.header-sidebar__bottom ul li img {
  height: 20px;
  width: auto;
}

.p-heading {
  padding: 70px 0;
}
@media screen and (max-width: 836px) {
  .p-heading {
    padding: 35px 0;
  }
}

@media screen and (max-width: 836px) {
  .p-menu {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
.p-menu__menu {
  display: flex;
  justify-content: space-between;
  gap: 0 80px;
}
@media screen and (max-width: 836px) {
  .p-menu__menu {
    width: 100%;
  }
}
.p-menu__menu > ul:last-child {
  margin-right: 0;
}
.p-menu__menu > ul > li > a {
  display: block;
  padding: 12px 0;
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
}
.p-menu__menu > ul > li > a:hover {
  color: #183F8D;
}
.p-menu__menu > ul > li.small a {
  font-size: 1.4rem;
  font-weight: 300;
}
.p-menu__menu > ul > li.has-child > a {
  position: relative;
}
.p-menu__childmenu {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  gap: 0 80px;
}
@media screen and (max-width: 836px) {
  .p-menu__childmenu {
    display: block;
  }
}
.p-menu__childmenu ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 836px) {
  .p-menu__childmenu ul li {
    margin-bottom: 5px;
  }
}
.p-menu__childmenu ul li a {
  display: block;
  padding: 12px 0;
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
}

.p-news-list {
  margin-bottom: 50px;
  border-top: 4px solid #191919;
}
.p-news-list .news-card {
  border-bottom: 1px solid #575757;
  padding: 27px 25px 32px;
  position: relative;
}
@media screen and (max-width: 836px) {
  .p-news-list .news-card {
    width: 100%;
  }
}
.p-news-list .news-card__inner {
  position: relative;
}
.p-news-list .news-card__inner::after {
  content: "";
  display: block;
  margin: 0 auto 0 10px;
  display: block;
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border-top: 2px solid #191919;
  border-right: 2px solid #191919;
  transform: rotate(45deg);
  transform-origin: calc(50% - 0px) calc(50% + 0px);
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(45deg) translateY(-50%);
}

.p-news-list .news-card__line1 {
  display: flex;
  align-items: center;
  gap: 40px;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-news-list .news-card__line1 .c-time {
  font-size: 1.4rem;
}
.p-news-list .news-card__line2 h3 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
.p-news-list .news-card__inner:hover {
  opacity: 1;
}

.p-image-full__inner {
  width: calc(100% + 50vw - 50px - 50% + 50vw - 50px - 50%);
  margin-left: calc(-1 * (50vw - 50px - 50%));
  margin-right: 0;
}
@media screen and (max-width: 836px) {
  .p-image-full__inner {
    width: calc(100% + 30px);
    margin-left: calc(-1 * 30px);
  }
}
.p-image-full__inner img {
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 836px) {
  .p-image-full__inner img {
    height: 37.333vw;
  }
}

.p-section {
  padding-left: 11%;
  padding-right: 11%;
}
@media screen and (max-width: 836px) {
  .p-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.p-section.-contact {
  background: linear-gradient(180deg, transparent, transparent 50%, #191919 50%, #191919);
}
.p-section.-contact .contact-block1 {
  display: block;
  background: no-repeat url(../images/contact_bg.jpg) center center/cover;
  padding: 60px 0;
  position: relative;
}
.p-section.-contact .contact-block1::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(25, 25, 25, 0.6);
  z-index: 1;
}
.p-section.-contact .contact-block1__inner {
  position: relative;
  z-index: 10;
}
.p-section.-contact .contact-block1 h2 {
  text-align: center;
  color: #fff;
}
.p-section.-contact .contact-block1 h2 .c-title-en {
  color: #fff;
  font-size: 8rem;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block1 h2 .c-title-en {
    font-size: 4.8rem;
  }
}
.p-section.-contact .contact-block1 h2 .c-title-ja {
  font-size: 2.4rem;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block1 h2 .c-title-ja {
    font-size: 1.6rem;
  }
}
.p-section.-contact .contact-block2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block2 {
    padding: 0 20px;
  }
}
.p-section.-contact .contact-block2__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.p-section.-contact .contact-block2 .contact-tel {
  width: calc(50% - 2px);
  border-radius: 20px 0 0 20px;
  padding: 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block2 .contact-tel {
    width: 100%;
    border-radius: 20px 20px 0 0;
    padding: 20px 10px;
  }
}
.p-section.-contact .contact-block2 .contact-tel__icon {
  margin-bottom: 20px;
  text-align: center;
}
.p-section.-contact .contact-block2 .contact-tel__icon img {
  width: auto;
}
.p-section.-contact .contact-block2 .contact-tel h3 {
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-section.-contact .contact-block2 .contact-tel__btn {
  margin-bottom: 23px;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block2 .contact-tel__btn {
    margin-bottom: 10px;
  }
}
.p-section.-contact .contact-block2 .contact-tel__btn .tel {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1;
  color: #183F8D;
}
.p-section.-contact .contact-block2 .contact-tel__btn .c-btn2 {
  margin: 0 auto;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block2 .contact-tel__btn .c-btn2__inner {
    font-size: 2rem;
  }
}
.p-section.-contact .contact-block2 .contact-mes {
  width: calc(50% - 2px);
  border-radius: 0 20px 20px 0;
  padding: 40px;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block2 .contact-mes {
    width: 100%;
    border-radius: 0 0 20px 20px;
    padding: 30px 10px;
  }
}
.p-section.-contact .contact-block2 .contact-mes__icon {
  margin-bottom: 20px;
  text-align: center;
}
.p-section.-contact .contact-block2 .contact-mes__icon img {
  width: auto;
}
.p-section.-contact .contact-block2 .contact-mes h3 {
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.p-section.-contact .contact-block2 .contact-mes__mes {
  margin-bottom: 16px;
}
.p-section.-contact .contact-block2 .contact-mes__btn {
  text-align: center;
}
.p-section.-contact .contact-block2 .contact-mes__btn .c-btn2 {
  margin: 0 auto;
}
.p-section.-contact .contact-block3 {
  margin-bottom: 60px;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 {
    padding: 0 20px;
  }
}
.p-section.-contact .contact-block3__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.p-section.-contact .contact-block3 .contact-card {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.p-section.-contact .contact-block3 .contact-card__inner {
  display: flex;
  flex-wrap: wrap;
}
.p-section.-contact .contact-block3 .contact-card__img {
  width: 37%;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 .contact-card__img {
    width: 100%;
  }
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 .contact-card__img img {
    width: 100%;
    height: 53.333vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-section.-contact .contact-block3 .contact-card__txt {
  width: 63%;
  padding: 30px 4% 65px 5.5%;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 .contact-card__txt {
    width: 100%;
    padding: 30px 15px 20px;
  }
}
.p-section.-contact .contact-block3 .contact-card__txt h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 .contact-card__txt h3 {
    font-size: 1.6rem;
  }
}
.p-section.-contact .contact-block3 .contact-card__txt p {
  margin-bottom: 0;
  line-height: 1.8;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 .contact-card__txt p {
    line-height: 1.6;
  }
}
.p-section.-contact .contact-block3 .contact-card__btn {
  text-align: right;
  position: absolute;
  bottom: 25px;
  right: 4%;
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block3 .contact-card__btn {
    position: static;
  }
}
@media screen and (max-width: 836px) {
  .p-section.-contact .contact-block4 {
    padding: 0 20px;
  }
}
.p-section.-news-list {
  padding-bottom: 120px;
}
@media screen and (max-width: 836px) {
  .p-section.-news-list {
    padding-bottom: 80px;
  }
}
.p-section.-breadcrumb {
  padding-top: 120px;
  padding-bottom: 0;
}
@media screen and (max-width: 836px) {
  .p-section.-breadcrumb {
    padding-top: 80px;
    padding-bottom: 0;
  }
}

.p-free-section {
  padding: 120px 11%;
}
@media screen and (max-width: 836px) {
  .p-free-section {
    padding: 80px 30px;
  }
}
.p-free-section section {
  padding-top: 40px;
}
.p-free-section h2 {
  font-size: 4rem;
  font-weight: 600;
  margin: 60px 0 20px;
}
@media screen and (max-width: 836px) {
  .p-free-section h2 {
    font-size: 2rem;
    margin: 40px 0 20px;
  }
}
.p-free-section.-contact .p-contact__btn .back {
  display: none;
}
.p-free-section.-contact-confirm .p-contact__btn .back {
  display: block;
}
@media screen and (max-width: 836px) {
  .p-free-section.-contact-thanks {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-free-section.-contact-thanks .c-logo-thanks {
  width: 80px;
  height: 80px;
  background: #183F8D;
  border-radius: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 836px) {
  .p-free-section.-contact-thanks .c-logo-thanks {
    width: 64px;
    height: 64px;
  }
}
.p-free-section.-contact-thanks .c-logo-thanks img {
  width: 30px;
}
.p-free-section.-contact-thanks .c-logo-thanks svg {
  fill: #fff;
}
.p-free-section.-contact-thanks h2 {
  margin-top: 30px;
  text-align: center;
}
.p-free-section.-contact-thanks p {
  text-align: center;
}

.p-single-section {
  padding: 120px 11%;
}
@media screen and (max-width: 836px) {
  .p-single-section {
    padding: 80px 11%;
  }
}
.p-single-section__meta {
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 0 30px;
}
.p-single-section__thumb {
  margin-bottom: 20px;
}
.p-single-section h1 {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-single-section h2 {
  margin: 80px 0 40px;
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-single-section h2 {
    margin: 40px 0 20px;
  }
}
.p-single-section h3 {
  margin: 80px 0 40px;
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-single-section h3 {
    margin: 40px 0 20px;
  }
}
.p-single-section h4 {
  margin: 80px 0 40px;
  font-size: 2.4rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-single-section h4 {
    margin: 40px 0 20px;
  }
}
.p-single-section h5 {
  margin: 80px 0 40px;
  font-size: 2.2rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-single-section h5 {
    margin: 40px 0 20px;
  }
}
.p-single-section h6 {
  margin: 80px 0 40px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .p-single-section h6 {
    margin: 40px 0 20px;
  }
}
.p-single-section p {
  margin: 30px 0;
}
@media screen and (max-width: 836px) {
  .p-single-section p {
    margin: 15px 0;
  }
}
.p-single-section p a {
  color: #183F8D;
  text-decoration: underline;
}
.p-single-section h2:first-child, .p-single-section h3:first-child, .p-single-section h4:first-child, .p-single-section h5:first-child, .p-single-section h6:first-child, .p-single-section p:first-child {
  margin-top: 0;
}
.p-single-section ul {
  margin: 80px 0;
  background-color: #f5f5f5;
  padding: 40px 50px;
}
@media screen and (max-width: 836px) {
  .p-single-section ul {
    margin: 40px 0;
    padding: 20px;
  }
}
.p-single-section ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
  font-size: 1.8rem;
}
.p-single-section ul li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #183F8D;
  border-radius: 50%;
  position: absolute;
  top: 0.3rem;
  left: 0;
}
.p-single-section ul li:last-child {
  margin-bottom: 0;
}
.p-single-section .wp-block-media-text {
  margin: 80px 0;
}
@media screen and (max-width: 836px) {
  .p-single-section .wp-block-media-text {
    margin: 40px 0;
  }
}
.p-single-section .wp-block-quote {
  margin: 80px 0;
  background-color: #f5f5f5;
  padding: 40px 50px;
}
@media screen and (max-width: 836px) {
  .p-single-section .wp-block-quote {
    margin: 40px 0;
    padding: 20px;
  }
}
.p-single-section .wp-block-quote p {
  margin: 0;
}
.p-single-section .wp-block-quote p::before {
  content: '"';
}
.p-single-section .wp-block-quote p::after {
  content: '"';
}

.p-sort-nav {
  margin-bottom: 80px;
}
@media screen and (max-width: 836px) {
  .p-sort-nav {
    margin-bottom: 40px;
  }
}
.p-sort-nav__inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}
.p-sort-nav__inner ul li {
  width: 16.666%;
}
@media screen and (max-width: 836px) {
  .p-sort-nav__inner ul li {
    width: auto;
  }
}
.p-sort-nav__inner ul li a {
  padding: 0 16px;
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #c3c3c3;
  background: #fff;
  border-radius: 24px;
  font-size: 1.4rem;
}
@media screen and (max-width: 836px) {
  .p-sort-nav__inner ul li a {
    font-size: 1.1rem;
    height: 35px;
  }
}
.p-sort-nav__inner ul li a.is-active {
  background: #183F8D;
  color: #fff;
}

.p-title {
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 11% 0;
  background: no-repeat url(../images/home/top_mv_bg.png) right 68px top 107px/1086px;
}
@media screen and (max-width: 836px) {
  .p-title {
    height: 337px;
    padding: 72px 30px 0;
    background: no-repeat url(../images/home/top_mv_bg.png) center top 90px/922px;
  }
}
#splash {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000000000;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.home-section {
  position: relative;
  padding: 0 11%;
}
@media screen and (max-width: 836px) {
  .home-section {
    padding: 0 30px;
  }
}
.home-section.-mv #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.home-section.-mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: no-repeat url(../images/home/top_mv_img.png) right 64px top 130px/53%;
}
@media screen and (max-width: 836px) {
  .home-section.-mv::before {
    background: no-repeat url(../images/home/top_mv_img.png) left 67px bottom 65px/440px;
  }
}
.home-section.-mv .mv-block {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 836px) {
  .home-section.-mv .mv-block {
    justify-content: flex-start;
    align-items: center;
    padding-top: 144px;
    text-align: center;
    height: 812px;
  }
}
.home-section.-mv .mv-block h1 {
  font-size: 6.4rem;
  font-weight: 600;
  margin-bottom: 30px;
}
@media screen and (max-width: 836px) {
  .home-section.-mv .mv-block h1 {
    font-size: 3.2rem;
  }
}
.home-section.-mv .mv-block p {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .home-section.-mv .mv-block p {
    font-size: 1.2rem;
  }
}
.home-section.-intro {
  padding: 94px 0 158px;
}
@media screen and (max-width: 836px) {
  .home-section.-intro {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
.home-section.-intro .intro-block1 {
  margin-top: -9.5vw;
  padding-top: 72px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 836px) {
  .home-section.-intro .intro-block1 {
    padding-top: 50px;
    margin-top: -80px;
  }
}
.home-section.-intro .intro-block1::before {
  content: "";
  width: 870px;
  height: 870px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (max-width: 836px) {
  .home-section.-intro .intro-block1::before {
    width: 300px;
    height: 300px;
  }
}
.home-section.-intro .intro-block1 .c-container {
  z-index: 1;
  max-width: 505px;
}
.home-section.-intro .p-block1 {
  margin-bottom: 170px;
}
@media screen and (max-width: 836px) {
  .home-section.-intro .p-block1 {
    margin-bottom: 80px;
  }
}
.home-section.-intro .p-block1:last-child {
  margin-bottom: 0;
}
.home-section.-case {
  background: #183F8D;
  padding: 80px 11% 88px;
}
@media screen and (max-width: 836px) {
  .home-section.-case {
    padding: 50px 30px 35px;
  }
}
.home-section.-case .case-block1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1 {
    margin-bottom: 60px;
  }
}
.home-section.-case .case-block1__inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1__inner {
    display: block;
  }
}
.home-section.-case .case-block1__title {
  padding-right: 50px;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1__title {
    margin-bottom: 15px;
  }
}
.home-section.-case .case-block1__title h2 * {
  color: #fff !important;
  text-align: right;
  line-height: 1 !important;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1__title h2 * {
    text-align: left;
  }
}
.home-section.-case .case-block1__title h2 * span {
  line-height: 100px !important;
  display: block;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1__title h2 * span {
    line-height: 53px !important;
  }
}
.home-section.-case .case-block1__desc {
  padding-left: 40px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1__desc {
    padding: 0;
    border: 0;
  }
}
.home-section.-case .case-block1__desc h3 {
  margin-bottom: 15px;
  color: #fff;
  font-size: 4rem;
  font-weight: 600;
}
@media screen and (max-width: 836px) {
  .home-section.-case .case-block1__desc h3 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.home-section.-case .case-block1__desc p {
  color: #fff;
}
.home-section.-case .case-block3 {
  text-align: center;
  position: absolute;
  top: 90px;
  right: 11%;
}
@media (max-width: 1450px) {
  .home-section.-case .case-block3 {
    position: static;
  }
}
.home-section.-case .case-block3 .c-btn {
  color: #fff !important;
}
.home-section.-case .case-block3 .c-btn__icon {
  border-color: #fff;
}
.home-section.-case .swiper {
  width: calc(100% + 50vw - 50px - 50%);
  margin-right: calc(-1 * (50vw - 50px - 50%));
  margin-left: 0;
}
@media screen and (max-width: 836px) {
  .home-section.-case .swiper {
    width: calc(100% + 30px);
    margin-right: calc(-1 * 30px);
    margin-bottom: 15px;
  }
}
.home-section.-case .swiper .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.25);
}
.home-section.-case .swiper .case-item__img {
  background-color: #9A9A9A;
  margin-bottom: 15px;
}
.home-section.-case .swiper .case-item__img img {
  aspect-ratio: 440/293;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-section.-case .swiper .case-item__txt {
  position: relative;
}
.home-section.-case .swiper .case-item__txt h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 836px) {
  .home-section.-case .swiper .case-item__txt h3 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.home-section.-case .swiper .case-item__txt p {
  color: #fff;
}
@media screen and (max-width: 836px) {
  .home-section.-case .swiper .case-item__txt p {
    font-size: 1.2rem;
    height: 32px;
    overflow: hidden;
  }
}
.home-section.-case .swiper .case-item__txt .c-meta {
  width: 100%;
  position: absolute;
  top: -15px;
  transform: translateY(-100%);
  padding: 15px;
}
.home-section.-case .swiper .case-item__txt .c-meta__tag {
  text-align: right;
}
.home-section.-case .swiper .case-item__txt .c-meta__tag span {
  display: inline-block;
}
.home-section.-news {
  padding-top: 85px;
  padding-bottom: 85px;
  position: relative;
  background: #EFF4F7 no-repeat url(../images/home/top_news_bg.png) left -54px bottom 94px/750px;
}
@media screen and (max-width: 836px) {
  .home-section.-news {
    padding-top: 60px;
    padding-bottom: 100px;
  }
}
.home-section.-news > .c-container {
  max-width: 1000px;
}
.home-section.-news .news-block1 {
  margin-bottom: 50px;
}
.home-section.-news .news-block1 h2 {
  text-align: center;
}
@media screen and (max-width: 836px) {
  .home-section.-news .news-block1 h2 {
    text-align: center;
  }
}
.home-section.-news .news-block3 {
  text-align: center;
}
.home-section.-news .service-bg .c-bg__inner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}
.home-section.-news .service-bg__ill01 {
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 836px) {
  .home-section.-news .service-bg__ill01 {
    display: none;
  }
}
.home-section.-news .service-bg__ill02 {
  position: absolute;
  bottom: 245px;
  right: 0;
}
@media screen and (max-width: 836px) {
  .home-section.-news .service-bg__ill02 {
    display: none;
  }
}
.home-section.-blog {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 836px) {
  .home-section.-blog {
    padding-top: 77px;
    padding-bottom: 120px;
  }
}
.home-section.-blog .blog-block1 {
  text-align: center;
  margin-bottom: 60px;
}
.home-section.-blog .blog-block1 h2 {
  margin-bottom: 36px;
  text-align: center;
}
.home-section.-blog .blog-block3 {
  text-align: center;
}
@media screen and (max-width: 836px) {
  .home-section.-blog .blog-block3 {
    text-align: center;
  }
}
.home-section.-blog .blog-bg {
  position: static;
}
.home-section.-blog .blog-bg__ill01 {
  position: absolute;
  top: 120px;
  left: 0;
}
@media screen and (max-width: 836px) {
  .home-section.-blog .blog-bg__ill01 {
    display: none;
  }
}

.about-section {
  padding: 0 30px;
}
.about-section.-message {
  padding: 0px 30px 80px;
}
.about-section.-map {
  padding: 80px 30px;
}

.service-section {
  padding: 0 30px;
}
.service-section.-list {
  padding: 80px 30px;
}
@media screen and (max-width: 836px) {
  .service-section.-list {
    padding: 30px;
  }
}
.service-section.-list .p-block3 {
  margin-bottom: 80px;
}
@media screen and (max-width: 836px) {
  .service-section.-list .p-block3 {
    margin-bottom: 30px;
  }
}

.u-hover-scale {
  transition: 0.3s ease-in-out;
}
a:hover .u-hover-scale {
  transform: scale(1.1);
}

.js-inview.-fadeup {
  transition: 0.8s ease-in-out;
  transform: translate3d(0, 5%, 0);
  opacity: 0;
}
.js-inview.-fadeup.is-animation {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.js-inview.-fadein {
  transition: 0.8s ease-in-out;
  opacity: 0;
}
.js-inview.-fadein.is-animation {
  opacity: 1;
}
.js-inview.-fadein.-transition05 {
  transition: all 0.5s;
}
.js-inview.-fadein.-transition1 {
  transition: all 1s;
}
.js-inview.-fadein.-transition15 {
  transition: all 1.5s;
}
.js-inview.-fadein.-transition2 {
  transition: all 2s;
}

#js-stickyheader {
  visibility: hidden;
}
#js-stickyheader .p-header {
  transition: 0.5s;
  transform: translateY(-100%);
}
#js-stickyheader .p-stickysns {
  transition: 0.5s;
  transform: translateX(-100px);
}
@media screen and (max-width: 836px) {
  #js-stickyheader .p-stickysns {
    display: none;
  }
}
#js-stickyheader.is-active {
  visibility: visible;
}
#js-stickyheader.is-active .p-header {
  transform: translateY(0);
}
#js-stickyheader.is-active .p-stickysns {
  transform: translateX(0);
}

#js-stickyfooter {
  visibility: hidden;
}
#js-stickyfooter .p-stickyfooter {
  transition: 0.3s;
  transform: translateX(100%);
}
@media screen and (max-width: 836px) {
  #js-stickyfooter .p-stickyfooter {
    transform: translateY(100%);
  }
}
#js-stickyfooter .p-stickysns {
  display: none;
  transition: 0.3s;
  transform: translateY(200px);
}
@media screen and (max-width: 836px) {
  #js-stickyfooter .p-stickysns {
    display: block;
  }
}
#js-stickyfooter.is-active {
  visibility: visible;
}
#js-stickyfooter.is-active .p-stickyfooter {
  transform: translateX(0);
}
@media screen and (max-width: 836px) {
  #js-stickyfooter.is-active .p-stickyfooter {
    transform: translateY(0);
  }
}
#js-stickyfooter.is-active .p-stickysns {
  transform: translateY(0);
}

.u-block {
  display: block;
}

@media screen and (max-width: 836px) {
  .u-pc {
    display: none !important;
  }
}

.u-sp {
  display: none !important;
}
@media screen and (max-width: 836px) {
  .u-sp {
    display: block !important;
  }
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=maps/index.css.map */
