@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html {
  line-height: 1.3; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: 1em; /* 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;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

/* ゴシック */
/* 明朝体 */
/* 英語 */
/*theme color*/
/*mediaquery*/
/* -------------------------------- 
Primary style
-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
  position: relative;
  height: 100%;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

body {
  position: relative;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
}
body.open {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 767.5px) and (max-width: 1023.9px) {
  body {
    font-size: 1.4285714286vw;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

br.brmd {
  display: none;
}
@media screen and (max-width: 820px) {
  br.brmd {
    display: inline;
  }
}

br.brsp {
  display: none;
}
@media screen and (max-width: 767px) {
  br.brsp {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  br.brpc {
    display: none;
  }
}

.inner {
  margin: 0 auto;
  padding: 0 3.75rem;
  width: calc(1200px + 7.5rem);
}
@media screen and (max-width: 1366px) {
  .inner {
    width: calc(70vw + 60px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    width: calc(88vw + 60px);
  }
}
@media screen and (max-width: 767px) {
  .inner {
    width: 100%;
  }
}

section {
  position: relative;
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  section {
    padding: 2.5rem 0;
  }
}

a.btn-link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
  position: relative;
  display: block;
  padding: 0 2em;
  width: 100%;
  max-width: 400px;
  color: #fff;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  background: #1d2e9b;
  border: 2px solid #1d2e9b;
  transition: 0.3s;
  height: 60px;
  line-height: 56px;
}
@media screen and (max-width: 1620px) {
  a.btn-link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
    height: max(30px, 3.125vw);
    line-height: max(26px, 3.125vw - 4px);
    font-size: max(10px, 0.9vw);
    max-width: max(200px, 20.8vw);
  }
}
@media screen and (max-width: 767px) {
  a.btn-link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
    max-width: 100%;
    height: 50px;
    line-height: 46px;
  }
}
a.btn-link:after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:after {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  content: "";
  background: url(../img/arrow_right02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 15px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media screen and (max-width: 1620px) {
  a.btn-link:after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:after {
    width: 0.94vw;
    height: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  a.btn-link:after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:after {
    top: calc(50% - 6px);
    width: 14px;
    height: 12px;
  }
}
a.btn-link:hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover {
  color: #1d2e9b;
  background: #fff;
  transition: 0.3s;
}
a.btn-link:hover:after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover:after {
  background: url(../img/arrow_right02_blue.svg) 0 0 no-repeat;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  a.btn-link, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
    font-size: 0.9em;
  }
}

a.btn-link2 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 45px 0 90px;
  width: 100%;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background: #1d2e9b;
  border: 2px solid #1d2e9b;
  height: 114px;
  line-height: 1em;
  transition: 0.3s;
  z-index: 1;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1536px) {
  a.btn-link2 {
    padding: 0 2.34vw 0 4.69vw;
    font-size: 1.46vw;
    height: max(5.94vw, 3rem);
  }
}
@media screen and (max-width: 767px) {
  a.btn-link2 {
    height: 4em;
    font-size: 1em;
  }
}
a.btn-link2 small {
  font-size: 18px;
  padding-top: 0.35em;
}
@media screen and (max-width: 1536px) {
  a.btn-link2 small {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  a.btn-link2 small {
    font-size: 10px;
  }
}
a.btn-link2::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transition: 0.3s;
  z-index: -1;
}
a.btn-link2:after {
  position: absolute;
  top: calc(50% - 18px);
  right: 45px;
  content: "";
  height: 36px;
  width: 36px;
  background: url(../img/arrow_right_w.svg) 0 0 no-repeat;
  background-size: 100% auto;
  transition: 0.2s;
}
@media screen and (max-width: 1536px) {
  a.btn-link2:after {
    top: calc(50% - 0.9375vw);
    right: 2.34vw;
    height: 1.875vw;
    width: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  a.btn-link2:after {
    height: 20px;
    width: 20px;
    top: calc(50% - 10px);
  }
}
a.btn-link2:hover {
  color: #1d2e9b;
  transition: 0.3s;
}
a.btn-link2:hover::before {
  width: 100%;
  transition: 0.3s;
}
a.btn-link2:hover:after {
  background: url(../img/arrow_right.svg) 0 0 no-repeat;
  transition: 0.2s;
}
a.btn-link2.orange {
  background-color: #ea5924;
  border: 2px solid #ea5924;
}
a.btn-link2.orange:hover {
  color: #ea5924;
}
a.btn-link2.orange:hover:after {
  background: url(../img/arrow_right_orange.svg) 0 0 no-repeat;
  transition: 0.2s;
}

a.btn-link3 {
  position: relative;
  display: inline-block;
  padding: 1.5em 2em;
  min-width: 280px;
  color: #222;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border: 2px solid #222;
  transition: 0.3s;
  z-index: 1;
  box-shadow: 6px 6px 0px #222;
}
a.btn-link3:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 18px;
  line-height: 30px;
}
a.btn-link3:hover {
  color: #222;
  transform: translate(6px, 6px);
  transition: 0.3s;
  box-shadow: 1px 1px 0px #222;
}
@media screen and (max-width: 767px) {
  a.btn-link3 {
    font-size: 0.9em;
  }
}

a.btn-link4 {
  position: relative;
  display: inline-block;
  padding: 1.5em 2em;
  min-width: 280px;
  color: #222;
  font-size: 0.9em;
  font-weight: bold;
  text-align: center;
  background: #fff;
  transition: 0.3s;
  z-index: 1;
  box-shadow: 0px 0px 12px rgba(34, 34, 34, 0.25);
}
a.btn-link4:after {
  position: absolute;
  top: calc(50% - 15px);
  right: 20px;
  font: var(--fa-font-solid);
  content: "\f105";
  font-size: 18px;
  line-height: 30px;
}
a.btn-link4:hover {
  color: #222;
  transform: scale(1.1);
  transition: 0.3s;
  box-shadow: 0px 0px 3px rgba(34, 34, 34, 0.25);
}
@media screen and (max-width: 767px) {
  a.btn-link4 {
    font-size: 0.9em;
  }
}

a {
  color: #222;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  color: #1d2e9b;
  transition: 0.2s;
}
a:hover img {
  opacity: 0.85;
  transition: 0.2s;
}

@media screen and (max-width: 767px) {
  .pcblock {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}
.spectrum {
  width: 100%;
}
.spectrum a {
  position: relative;
  width: 100%;
  height: 170px;
  display: block;
  text-decoration: none !important;
}
@media screen and (max-width: 1536px) {
  .spectrum a {
    height: 8.86vw;
  }
}
@media screen and (max-width: 767px) {
  .spectrum a {
    height: auto;
  }
}
.spectrum a .left {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1d2e9b;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .spectrum a .left {
    width: 100%;
    position: static;
  }
}
.spectrum a .left p {
  color: white;
  font-size: max(43px, 2.24vw);
  letter-spacing: 0.025em;
  font-weight: bold;
  padding: 0;
  line-height: 1.25em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 1921px) {
  .spectrum a .left p {
    font-size: 43px;
  }
}
@media screen and (max-width: 1536px) {
  .spectrum a .left p {
    font-size: max(30px, 2.24vw);
  }
}
@media screen and (max-width: 1280px) {
  .spectrum a .left p {
    font-size: max(21px, 2.24vw);
  }
}
@media screen and (max-width: 767px) {
  .spectrum a .left p {
    font-size: 21px;
    padding: 1em;
  }
}
.spectrum a .left p span {
  display: block;
  color: #8cdeff;
  font-weight: 400;
  font-size: max(54px, 2.8vw);
}
@media screen and (min-width: 1921px) {
  .spectrum a .left p span {
    font-size: 54px;
  }
}
@media screen and (max-width: 1536px) {
  .spectrum a .left p span {
    font-size: max(40px, 2.8vw);
  }
}
@media screen and (max-width: 1280px) {
  .spectrum a .left p span {
    font-size: max(27px, 2.8vw);
  }
}
@media screen and (max-width: 767px) {
  .spectrum a .left p span {
    font-size: 27px;
  }
}
.spectrum a .left p::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #1d2e9b;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .spectrum a .left p::before {
    display: none;
  }
}
.spectrum a .right {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/index_img02.jpg) top right no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .spectrum a .right {
    width: 100%;
    position: static;
    min-height: 75px;
  }
}
.spectrum a .right p {
  font-size: max(18px, 0.9375vw);
  font-weight: 500;
  line-height: 1.75;
  padding: 0 0 0 max(35px, 1.82vw);
  letter-spacing: 0;
  margin: 0;
  z-index: 2;
  position: relative;
  transition: 0.3s;
}
@media screen and (min-width: 1921px) {
  .spectrum a .right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1536px) {
  .spectrum a .right p {
    font-size: max(14px, 0.9375vw);
  }
}
@media screen and (max-width: 1280px) {
  .spectrum a .right p {
    font-size: max(12px, 0.9375vw);
  }
}
@media screen and (max-width: 767px) {
  .spectrum a .right p {
    font-size: 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 2em 1em;
  }
}
.spectrum a .right::before {
  content: "";
  width: max(60px, 3.125vw);
  height: max(60px, 3.125vw);
  background-color: rgba(29, 46, 155, 0.8);
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1536px) {
  .spectrum a .right::before {
    width: max(30px, 3.125vw);
    height: max(30px, 3.125vw);
  }
}
.spectrum a .right::after {
  content: "";
  position: absolute;
  bottom: 12%;
  right: 3.3%;
  background: url(../img/arrow_right02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 15px;
  letter-spacing: 0.05em;
  transition: 0.3s;
  z-index: 2;
}
@media screen and (max-width: 1536px) {
  .spectrum a .right::after {
    width: 0.9375vw;
    height: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  .spectrum a .right::after {
    width: 14px;
    height: 12px;
    right: 8px;
    bottom: 9px;
  }
}
.spectrum a:hover .left p::before {
  width: 200%;
  transition: 0.3s;
}
.spectrum a:hover .right p {
  color: white;
  transition: 0.3s;
}

ul.list_style01 {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.list_style01 li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: max(1.04vw, 20px);
  font-weight: bold;
  position: relative;
  padding: 0 0 0 1.1em;
  line-height: 1.9;
}
@media screen and (min-width: 1921px) {
  ul.list_style01 li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1536px) {
  ul.list_style01 li {
    font-size: max(1.04vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  ul.list_style01 li {
    font-size: 1em;
  }
}
ul.list_style01 li::before {
  content: "";
  position: absolute;
  top: max(0.6vw, 11px);
  left: 0;
  width: max(0.9375vw, 18px);
  height: max(0.9375vw, 18px);
  background-color: #1d2e9b;
  border-radius: 50%;
}
@media screen and (min-width: 1921px) {
  ul.list_style01 li::before {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1536px) {
  ul.list_style01 li::before {
    top: max(0.6vw, 9px);
    width: max(0.9375vw, 14px);
    height: max(0.9375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  ul.list_style01 li::before {
    top: 7px;
  }
}
ul.list_style01.list_left {
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.25em;
}

ul.ul-taxonomy {
  border-top: 1px solid #9d9d9d;
}
ul.ul-taxonomy li {
  width: 100%;
  margin: 0;
  padding: 1.5em 0;
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (max-width: 767px) {
  ul.ul-taxonomy li {
    padding: 0.75em 0;
  }
}
ul.ul-taxonomy li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: rgba(236, 236, 236, 0.3);
  padding: 1.5em;
}
@media screen and (max-width: 767px) {
  ul.ul-taxonomy li a {
    padding: 0.75em;
  }
}
ul.ul-taxonomy li a .img {
  width: 22%;
  aspect-ratio: 9/5;
  position: relative;
  border: 1px solid #ddd;
  overflow: hidden;
}
ul.ul-taxonomy li a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
ul.ul-taxonomy li a .title {
  width: 78%;
  padding-left: max(20px, 1.5625vw);
  padding-right: 2em;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
  color: #1d2e9b;
}
@media screen and (max-width: 767px) {
  ul.ul-taxonomy li a .title {
    padding-left: 1rem;
    font-size: 1.1rem;
  }
}
ul.ul-taxonomy li a .title::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_right.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  ul.ul-taxonomy li a .title::after {
    right: 0.75rem;
    width: 1.1rem;
    height: 1.1rem;
  }
}
ul.ul-taxonomy li a:hover div.img img {
  opacity: 1;
  transform: scale(1.15);
  transition: 0.5s ease-in-out;
}

ul.item-cat-list_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem 1.5rem;
  padding: 0;
}
@media screen and (max-width: 767px) {
  ul.item-cat-list_ul {
    gap: 20px 10px;
  }
}
ul.item-cat-list_ul li {
  width: calc(33.3333333333% - 1rem);
}
@media screen and (max-width: 767px) {
  ul.item-cat-list_ul li {
    width: calc(50% - 5px);
  }
}
ul.item-cat-list_ul li a {
  text-decoration: none !important;
}
ul.item-cat-list_ul li .img {
  border: 1px solid #ddd;
  aspect-ratio: 9/5;
  display: block;
}
ul.item-cat-list_ul li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
ul.item-cat-list_ul li em {
  text-align: center;
  letter-spacing: 0;
  font-size: 1em;
  font-weight: 500;
  padding-top: 0.5em;
  display: block;
  font-style: normal;
}

ul.item-use-list_ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  ul.item-use-list_ul {
    gap: 10px;
  }
}
ul.item-use-list_ul li {
  width: calc(33.3333333333% - 1.0416rem);
}
@media screen and (max-width: 1280px) {
  ul.item-use-list_ul li {
    width: calc(50% - 0.78125rem);
  }
}
@media screen and (max-width: 767px) {
  ul.item-use-list_ul li {
    width: 100%;
  }
}
ul.item-use-list_ul li a {
  background-color: #e6eaf7;
  border: 1px solid #dcdcdc;
  display: block;
  text-decoration: none !important;
  color: #1d2e9b;
  font-weight: 500;
  padding: 0.85em 0.7em;
  font-size: 1.29rem;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  ul.item-use-list_ul li a {
    font-size: 1.1rem;
  }
}
ul.item-use-list_ul li a:hover {
  background-color: #1d2e9b;
  color: #e6eaf7;
  transition: 0.3s;
}

/*ul reset*/
ul.nonstyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*sns*/
ul.sns-nav__ul {
  display: flex;
  margin: 0;
}
ul.sns-nav__ul li {
  margin-right: 8px;
  list-style: none;
}
ul.sns-nav__ul li:last-child {
  margin-right: 0;
}
ul.sns-nav__ul li a {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background: #000;
  border-radius: 50%;
  /*sns*/
  /*fb*/
  /*tw*/
  /*insta*/
  /*fb*/
}
ul.sns-nav__ul li a.fb {
  background: #3c5998;
}
ul.sns-nav__ul li a.tw {
  background: #1DA1F2;
}
ul.sns-nav__ul li a.in {
  position: relative;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
}
ul.sns-nav__ul li a.in::before {
  content: "";
  position: absolute;
  top: 11px;
  left: -9px;
  width: 28px;
  height: 28px;
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
}
ul.sns-nav__ul li a.in i {
  position: relative;
  z-index: 2;
}
ul.sns-nav__ul li a.yt {
  background: #cd201f;
}

/*flex*/
ul.ul-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  ul.ul-flex {
    gap: 1.5em;
  }
}
ul.ul-flex li {
  width: calc(25% - 15px);
}
@media screen and (max-width: 767px) {
  ul.ul-flex li {
    width: 100%;
  }
}
ul.ul-flex li a {
  display: block;
}
ul.ul-flex li a div.img {
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.688;
  overflow: hidden;
}
ul.ul-flex li a div.img img {
  display: block;
  width: 100%;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
ul.ul-flex li a div.txt {
  letter-spacing: 0;
  color: white;
}
ul.ul-flex li a div.txt div.title {
  margin: 0;
  font-weight: bold;
  line-height: 1.2;
  font-size: max(20px, 1.04vw);
}
@media screen and (min-width: 1921px) {
  ul.ul-flex li a div.txt div.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 1536px) {
  ul.ul-flex li a div.txt div.title {
    font-size: max(16px, 1.04vw);
  }
}
@media screen and (max-width: 767px) {
  ul.ul-flex li a div.txt div.title {
    font-size: 18px;
  }
}
ul.ul-flex li a div.txt div.date {
  line-height: 1;
  padding-bottom: 0.33em;
  padding-top: 0.75em;
}
@media screen and (max-width: 1536px) {
  ul.ul-flex li a div.txt div.date {
    font-size: max(12px, 0.8333vw);
  }
}
@media screen and (max-width: 767px) {
  ul.ul-flex li a div.txt div.date {
    font-size: 14px;
  }
}
ul.ul-flex li a:hover div.img img {
  opacity: 1;
  transform: scale(1.15);
  transition: 0.5s ease-in-out;
}

/*news_txt*/
ul.ul_newstxt li {
  margin-bottom: 15px;
}
@media screen and (max-width: 1536px) {
  ul.ul_newstxt li {
    margin-bottom: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_newstxt li {
    margin-bottom: 0.5em;
  }
}
ul.ul_newstxt li:last-child {
  margin-bottom: 0;
}
ul.ul_newstxt li a {
  display: flex;
  padding: 15px 45px;
  transition: 0.2s;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 18px;
  background-color: white;
}
@media screen and (max-width: 1536px) {
  ul.ul_newstxt li a {
    padding: 0.8vw 2.34vw;
    font-size: max(14px, 0.9375vw);
  }
}
@media screen and (max-width: 1024px) {
  ul.ul_newstxt li a {
    padding: 1em 2em;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_newstxt li a {
    font-size: 1rem;
    display: grid;
    grid-template-columns: 3fr 7fr;
    gap: 0.15rem 0.8rem;
    padding: 1em;
  }
}
ul.ul_newstxt li a:hover {
  transform: scale(1.025);
  transform-origin: center center;
  transition: 0.2s;
  color: #008fff;
}
ul.ul_newstxt li a div.date {
  width: 124px;
}
@media screen and (max-width: 1536px) {
  ul.ul_newstxt li a div.date {
    width: 6.46vw;
  }
}
@media screen and (max-width: 1024px) {
  ul.ul_newstxt li a div.date {
    width: 7em;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_newstxt li a div.date {
    font-size: 0.9em;
    grid-column: 1;
    grid-row: 1;
    width: 100%;
  }
}
ul.ul_newstxt li a .cat {
  height: 30px;
  line-height: 30px;
  width: 100px;
  background-color: #008fff;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 1536px) {
  ul.ul_newstxt li a .cat {
    width: 5.2vw;
    font-size: max(12px, 0.8333vw);
    height: 1.5625vw;
    line-height: 1.5625vw;
  }
}
@media screen and (max-width: 1024px) {
  ul.ul_newstxt li a .cat {
    width: 6em;
    height: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_newstxt li a .cat {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    height: 24px;
    line-height: 24px;
  }
}
ul.ul_newstxt li a div.title {
  width: calc(100% - 224px);
  padding-left: 45px;
}
@media screen and (max-width: 1536px) {
  ul.ul_newstxt li a div.title {
    width: calc(100% - 11.666vw);
    padding-left: 2.34vw;
  }
}
@media screen and (max-width: 767px) {
  ul.ul_newstxt li a div.title {
    margin-top: 0.5em;
    grid-column: 2;
    grid-row: 1/span 2;
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    align-items: center;
  }
}

/*googlemap*/
.ggmap {
  position: relative;
  padding-bottom: 50%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*youtube*/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*blockcontents*/
div.single_content {
  padding-bottom: 5rem;
  font-size: 1.1em;
  line-height: 1.6;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  div.single_content {
    padding-bottom: 4rem;
    font-size: 1em;
    line-height: 1.5;
  }
}
div.single_content a:not(.wp-block-button__link, .btn-link2, .btn-link) {
  text-decoration: underline;
  transition: 0.2s;
}
div.single_content a:not(.wp-block-button__link, .btn-link2, .btn-link):hover {
  color: #008fff;
  transition: 0.2s;
}
div.single_content ul.item-use-list_ul > li > a:hover {
  background-color: #1d2e9b;
  color: #e6eaf7;
}
div.single_content h2 {
  font-size: max(23px, 3.4vw);
  color: #1d2e9b;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 max(4.16vw, 40px);
  letter-spacing: 0;
}
@media screen and (min-width: 1921px) {
  div.single_content h2 {
    font-size: 65px;
  }
}
@media screen and (max-width: 375px) {
  div.single_content h2 {
    font-size: 21px;
  }
}
div.single_content h2::after {
  content: "";
  width: max(60px, 6.25vw);
  height: 4px;
  background-color: #ea5924;
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  div.single_content h2::after {
    height: 3px;
  }
}
div.single_content h3 {
  font-size: max(15px, 1.5625vw);
  color: #1d2e9b;
  font-weight: bold;
  position: relative;
  margin: 0 0 max(4.16vw, 40px);
  letter-spacing: 0;
}
div.single_content h3::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1d2e9b;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
@media screen and (max-width: 767px) {
  div.single_content h3::before {
    height: 2px;
  }
}
div.single_content h3::after {
  content: "";
  width: max(60px, 6.25vw);
  height: 3px;
  background-color: #ea5924;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
@media screen and (max-width: 767px) {
  div.single_content h3::after {
    height: 2px;
  }
}
div.single_content ul:not(.item-cat-list_ul, .item-use-list_ul) {
  padding-left: 1.5em;
}
div.single_content table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
div.single_content table tr th {
  padding-bottom: 0.25em;
  border-bottom: 2px solid #333;
}
div.single_content figure {
  margin: auto;
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.single_content nav.wp-block-navigation ul.wp-block-navigation__container {
    gap: 1rem;
  }
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li {
  width: calc(50% - 1rem);
  flex-wrap: wrap;
  border: 1px solid #1d2e9b;
}
@media screen and (max-width: 767px) {
  div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li {
    width: 100%;
  }
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li a {
  text-decoration: none;
  padding: 1rem 1.25rem;
  display: block;
  width: 100%;
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu {
  position: static;
  height: auto;
  width: 100%;
  max-width: 100%;
  visibility: inherit;
  opacity: 1;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  transition: none;
  gap: 0;
  flex-direction: row;
  border-top: 1px dashed #1d2e9b;
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li {
  width: 50%;
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li a {
  border-left: 1px dashed #1d2e9b;
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li:first-child button, div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li ul.wp-block-navigation-submenu > li:first-child a {
  border-left: none;
}
div.single_content nav.wp-block-navigation ul.wp-block-navigation__container > li.has-child:hover ul.wp-block-navigation-submenu {
  width: 100%;
}

/* -------------------------------- 
header components 
--------------------------------- */
header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  transition: 0.2s;
  /*fix*/
}
header.header div.headerflex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px 0 1.5625vw;
  transition: 0.2s;
  height: 90px;
}
@media screen and (max-width: 767px) {
  header.header div.headerflex {
    padding: 0 1.25rem;
    height: 70px;
  }
}
header.header div.headerflex div.left {
  width: 12.6vw;
}
@media screen and (max-width: 1024px) {
  header.header div.headerflex div.left {
    width: 12.5rem;
  }
}
header.header div.headerflex div.left h1 {
  margin: 0;
}
header.header div.headerflex div.left h1 a {
  display: block;
}
header.header div.headerflex div.left h1 a img {
  display: block;
  vertical-align: bottom;
}
header.header div.headerflex div.left h1.color {
  display: none;
}
header.header div.headerflex div.right {
  width: calc(100% - 12.6vw);
  padding-left: 1.875rem;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 1280px) {
  header.header div.headerflex div.right nav.gnav {
    display: none;
  }
}
header.header div.headerflex div.right nav.gnav > ul {
  display: flex;
  gap: 2em;
  margin-right: 2em;
}
header.header div.headerflex div.right nav.gnav > ul > li {
  /*drop*/
}
header.header div.headerflex div.right nav.gnav > ul > li:hover > span {
  color: #1d2e9b;
}
header.header div.headerflex div.right nav.gnav > ul > li > a, header.header div.headerflex div.right nav.gnav > ul > li > span {
  letter-spacing: 0;
  font-weight: bold;
  color: white;
  display: block;
  overflow: hidden; /* 1つ目の影を隠す */
  color: transparent; /* テキスト本体は透明にする */
  /*
  影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 white, 0 0 0 white;
  transition: text-shadow 0.3s;
}
header.header div.headerflex div.right nav.gnav > ul > li > a:hover, header.header div.headerflex div.right nav.gnav > ul > li > span:hover {
  text-shadow: 0 0 0 white, 0 1.5em 0 white; /* 2つの影の位置を上方向に1.5emずつずらす */
}
header.header div.headerflex div.right nav.gnav > ul > li:last-child {
  margin-right: 0;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop {
  position: relative;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain {
  width: 180px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -90px;
  top: -400px;
  padding-top: 16px;
  background: transparent;
  transition: none;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut {
  width: 180px;
  position: relative;
  margin-top: 0px;
  opacity: 0;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
  transition: all 0.1s ease-out;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul {
  background: #fff;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li {
  color: #777;
  transition: background 0.1s ease-out;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li:hover {
  background: #1d2e9b;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li a {
  display: block;
  padding: 16px 0;
  width: 100%;
  text-align: center;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop .dropdownContain .dropOut ul li a:hover {
  color: #fff;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop:hover {
  transition: 0;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .dropdownContain {
  top: 14px;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .underline {
  border-bottom-color: #777;
}
header.header div.headerflex div.right nav.gnav > ul > li.drop:hover .dropOut {
  opacity: 1;
  margin-top: 8px;
}
header.header div.headerflex div.right nav.header-right_btn {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 25px;
}
header.header div.headerflex div.right nav.header-right_btn .language_btn {
  border: 1px solid white;
}
@media screen and (max-width: 767px) {
  header.header div.headerflex div.right nav.header-right_btn .language_btn {
    margin-right: 60px;
  }
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher {
  display: flex;
  background-color: none;
  height: 40px;
  line-height: 40px;
  width: 120px;
  margin: 0;
  padding: 0;
  font-weight: bold;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher {
    width: 100px;
    height: 34px;
    line-height: 34px;
    font-size: 0.9em;
  }
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li {
  height: 40px;
  line-height: 40px;
  color: white;
}
@media screen and (max-width: 767px) {
  header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li {
    height: 34px;
    line-height: 34px;
  }
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li a {
  color: white;
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li.en {
  order: 2;
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li.ja {
  order: 1;
  position: relative;
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li.ja::after {
  content: "/";
  width: 0.8em;
  display: inline-block;
  text-align: center;
}
header.header div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li.current a {
  color: #ea5924;
}
header.header div.headerflex div.right nav.header-right_btn .contact_btn {
  background-color: none;
  width: 90px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  header.header div.headerflex div.right nav.header-right_btn .contact_btn {
    display: none;
  }
}
header.header div.headerflex div.right nav.header-right_btn .contact_btn a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
}
header.header div.headerflex div.right nav.header-right_btn .contact_btn a img {
  width: 35px;
  height: auto;
}
header.header.is_fixed {
  transition: 0.2s;
}
header.header.is_fixed div.headerflex {
  transition: 0.2s;
  background-color: #fff;
}
header.header.is_fixed div.headerflex div.left h1.color {
  display: block;
}
header.header.is_fixed div.headerflex div.left h1.white {
  display: none;
}
header.header.is_fixed div.headerflex div.right nav.gnav > ul > li > a, header.header.is_fixed div.headerflex div.right nav.gnav > ul > li > span {
  color: transparent; /* テキスト本体は透明にする */
  /*
  影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 black, 0 0 0 black;
  transition: text-shadow 0.3s;
}
header.header.is_fixed div.headerflex div.right nav.gnav > ul > li > a:hover, header.header.is_fixed div.headerflex div.right nav.gnav > ul > li > span:hover {
  text-shadow: 0 0 0 black, 0 1.5em 0 black; /* 2つの影の位置を上方向に1.5emずつずらす */
}
header.header.is_fixed div.headerflex div.right nav.header-right_btn .contact_btn {
  background-color: #ea5924;
}
header.header.is_fixed div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher {
  background-color: #ececec;
  border: none;
}
header.header.is_fixed div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li {
  color: black;
}
header.header.is_fixed div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li a {
  color: black;
}
header.header.is_fixed div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li.current a {
  color: #ea5924;
}

/*hamburger*/
.hamburger, .hamburger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}

.hamburger {
  position: fixed;
  top: 0;
  right: 0;
  width: 90px;
  height: 90px;
  z-index: 10000;
  background-color: none;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .hamburger {
    width: 70px;
    height: 70px;
  }
}
.hamburger span {
  position: absolute;
  left: 35px;
  width: 100%;
  height: 3px;
  width: 20px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .hamburger span {
    left: 26px;
  }
}
.hamburger span:nth-of-type(1) {
  top: 33px;
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-of-type(1) {
    top: 25px;
  }
}
.hamburger span:nth-of-type(2) {
  top: 43px;
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-of-type(2) {
    top: 33px;
  }
}
.hamburger span:nth-of-type(3) {
  bottom: 33px;
}
@media screen and (max-width: 767px) {
  .hamburger span:nth-of-type(3) {
    bottom: 25px;
  }
}
.hamburger.active {
  position: fixed;
}
.hamburger.active span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .hamburger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
}
.hamburger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-menu-bar02 0.8s forwards;
}
.hamburger.active span:nth-of-type(3) {
  transform: translateY(-11px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .hamburger.active span:nth-of-type(3) {
    transform: translateY(-9px) rotate(45deg);
  }
}

/* ヘッダーがis_fixedしたら */
header.is_fixed + .hamburger {
  background-color: #1d2e9b;
  transition: 0.2s;
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
/*nav*/
.navigation {
  position: fixed;
  padding: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  overflow: auto;
  opacity: 0;
  transition: 0.8s;
  z-index: 0;
}
.navigation::before {
  content: "";
  width: 0;
  height: 100%;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(29, 46, 155, 0.01);
  transition: 0.8s;
}
.navigation.open {
  opacity: 1;
  transition: 0.6s;
  z-index: 9999;
}
.navigation.open::before {
  width: 100%;
  transition: 0.6s;
  background: #1d2e9b;
}
.navigation .navigation__inner {
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 5.2vw;
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner {
    padding: 0 30px;
  }
}
.navigation .navigation__inner .left {
  width: calc(100% - 33.1vw);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .left {
    width: 100%;
  }
}
.navigation .navigation__inner .left .gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.18vw 0;
  height: 88vh;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .left .gnav {
    height: calc(100vh - 140px);
    overflow: scroll;
  }
}
.navigation .navigation__inner .left .gnav > .megamenu {
  width: 28.3%;
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .left .gnav > .megamenu {
    width: 47%;
  }
}
.navigation .navigation__inner .left .gnav > .megamenu > li > a {
  color: white;
  border-bottom: 2px solid #008fff;
  display: block;
  width: 100%;
  font-size: max(2.11vh, 1.25vw);
  font-weight: bold;
  padding: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .left .gnav > .megamenu > li > a {
    letter-spacing: 0;
    font-size: 1.8vh;
  }
}
.navigation .navigation__inner .left .gnav > .megamenu > ul > li > a {
  color: white;
  border-bottom: 2px solid #008fff;
  display: block;
  width: 100%;
  font-size: max(2.11vh, 1.25vw);
  font-weight: bold;
  padding: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .left .gnav > .megamenu > ul > li > a {
    letter-spacing: 0;
    font-size: 1.8vh;
  }
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu {
  margin: 0 0;
  padding: 0.5em 0 0 0;
  list-style: none;
  font-size: max(1.58vh, 0.9375vw);
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .left .gnav > .megamenu .sub-menu {
    font-size: max(1.58vh, 11px);
  }
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu li {
  margin: 0 0 0.5em;
  letter-spacing: 0;
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu li a {
  color: white;
  font-weight: 500;
  position: relative;
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu li a::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -0.2em;
  transition: 0.3s;
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu li a:hover::before {
  width: 100%;
  transition: 0.3s;
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu li.icon {
  position: relative;
  padding-left: 1em;
}
.navigation .navigation__inner .left .gnav > .megamenu .sub-menu li.icon::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1.6em;
  line-height: 1.6;
  color: white;
  display: block;
}
.navigation .navigation__inner .left .gnav div.wrap56 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.navigation .navigation__inner .right {
  width: 33.1vw;
  /*padding: max(125px,6.5vw) 0 0 0;*/
  padding: 0;
  color: white;
  text-align: center;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .navigation .navigation__inner .right {
    width: 100%;
    padding: calc(40px + 2.5em) 0 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .navigation .navigation__inner .right {
    display: none;
  }
}
.navigation .navigation__inner .right .navigation__logo {
  /*width: max(60.9%,21.35vw);*/
  width: max(3.6vh, 21.35vw);
  margin: 0 auto max(3.125rem, 2.86vw);
}
.navigation .navigation__inner .right .navigation__read {
  /*width: max(62.4%,21.87vw);*/
  width: max(3.7vh, 21.87vw);
  margin: 0 auto;
}
.navigation .navigation__inner .right .navigation__read h3 {
  font-weight: bold;
  /*font-size: max(1.5rem,1.25vw);*/
  font-size: max(2.11vh, 1.25vw);
  margin: 0 0 1.25em;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_top p {
  /*font-size: max(1.125rem,0.9375vw);*/
  font-size: max(1.58vh, 0.9375vw);
  margin: 0;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_top p.tel_txt {
  margin-top: 1em;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm {
  /*margin: max(80px,4.12vw) 0 0 0;*/
  margin: max(7vh, 4.12vw) 0 0 0;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a {
  width: 100%;
  max-width: 100%;
  /*height: max(100px,5.2vw);*/
  height: max(8.8vh, 5.2vw);
  background-color: #ea5924;
  font-size: max(2.11vh, 1.25vw);
  display: flex;
  justify-content: center;
  gap: 1em;
  align-items: center;
  line-height: 1em;
  transition: 0.3s;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link::after, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a::after, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a::after {
  display: none;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link img, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a img, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a img {
  width: max(3vh, 1.77vw);
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link img.hover, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a img.hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a img.hover {
  display: none;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link:hover, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a:hover {
  background-color: white;
  color: #ea5924;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link:hover img.out, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover img.out, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a:hover img.out {
  display: none;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .btn-link:hover img.hover, .navigation .navigation__inner .right .navigation__read .navigation__read_btm body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover img.hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .navigation .navigation__inner .right .navigation__read .navigation__read_btm a:hover img.hover {
  display: block;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .navigation__instagram {
  /*margin: max(70px,3.6vw) 0 0 0;*/
  margin: max(6.16vh, 3.6vw) 0 0 0;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .navigation__instagram span {
  display: block;
  text-align: center;
  font-size: max(2.11vh, 1.25vw);
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 0 0 0.65em;
}
.navigation .navigation__inner .right .navigation__read .navigation__read_btm .navigation__instagram a img {
  /*width: max(3.7vw,71px);*/
  width: max(3.7vw, 6.25vh);
  height: auto;
}
.navigation .navigation__inner .right nav.gnav > ul {
  margin: 0;
  padding: 0;
}
.navigation .navigation__inner .right nav.gnav > ul > li {
  margin-bottom: 3rem;
}
@media screen and (max-width: 1024px) {
  .navigation .navigation__inner .right nav.gnav > ul > li {
    margin-bottom: 1rem;
  }
}
.navigation .navigation__inner .right nav.gnav > ul > li:last-child {
  margin-bottom: 0;
}
.navigation .navigation__inner .right nav.gnav > ul > li a {
  display: inline-block;
  padding: 0;
  font-weight: bold;
  font-size: 2rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  line-height: 1em;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .navigation .navigation__inner .right nav.gnav > ul > li a {
    font-size: 1.3rem;
  }
}
.navigation .navigation__inner .right nav.gnav > ul > li span {
  display: inline-block;
  margin-bottom: 0.25em;
  font-size: 0.85em;
  color: #fff;
  opacity: 0.9;
}
.navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu {
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0 1.5rem;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu {
    margin: 0.5em 0 1rem;
  }
}
.navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li {
  margin-right: 1.25em;
  list-style: none;
  padding: 0.5em 0 0.5em 0;
  display: flex;
  align-items: center;
}
.navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li::before {
  content: "";
  width: 1.25em;
  height: 1px;
  display: inline-block;
  background: #fff;
  margin-right: 0.5em;
}
.navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li a {
  font-size: 0.85rem;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 1024px) {
  .navigation .navigation__inner .right nav.gnav > ul > li ul.sub-menu li a {
    font-size: 12px;
  }
}

/* -------------------------------- 
footer前 components 
--------------------------------- */
.footer_item-list_tab {
  background-color: #ececec;
}
.footer_item-list_tab .inner {
  display: flex;
  gap: 30px;
  padding: 80px 0;
}
@media screen and (max-width: 1366px) {
  .footer_item-list_tab .inner {
    gap: 20px;
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_item-list_tab .inner {
    flex-wrap: wrap;
    padding: 45px 30px;
  }
}
.footer_item-list_tab .inner a {
  flex: 1;
  font-size: 20px;
  height: 80px;
  line-height: 80px;
  padding: 0 26px 0 30px;
}
@media screen and (max-width: 1366px) {
  .footer_item-list_tab .inner a {
    height: 64px;
    font-size: 16px;
    line-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .footer_item-list_tab .inner a {
    flex: none;
    width: 100%;
  }
}
.footer_item-list_tab .inner a::after {
  width: 28px;
  height: 28px;
  top: calc(50% - 14px);
  right: 26px;
}
@media screen and (max-width: 1366px) {
  .footer_item-list_tab .inner a::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}

/* -------------------------------- 
footer components 
--------------------------------- */
footer {
  position: relative;
  padding: 0;
  color: #fff;
  background: #1d2e9b;
  overflow: hidden;
}
footer div.footer-flex {
  letter-spacing: 0;
}
footer div.footer-flex .footer-flex_top {
  background-color: #008fff;
  position: relative;
  padding: max(88px, 4.58vw) 0 max(52px, 2.7vw);
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top {
    padding: max(70px, 4.58vw) 0 max(42px, 2.7vw);
  }
}
footer div.footer-flex .footer-flex_top h3 {
  font-size: max(24px, 1.25vw);
  font-weight: bold;
  margin: 0 0 max(30px, 1.56vw);
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_top h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top h3 {
    font-size: max(19px, 1.25vw);
    margin: 0 0 max(24px, 1.56vw);
  }
}
footer div.footer-flex .footer-flex_top .inner {
  display: flex;
  flex-wrap: wrap;
}
footer div.footer-flex .footer-flex_top .inner .logo {
  width: 100%;
  margin: 0 auto max(40px, 2.08vw);
  text-align: center;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .logo {
    margin: 0 auto max(32px, 2.08vw);
  }
}
footer div.footer-flex .footer-flex_top .inner .logo img {
  width: max(410px, 21.35vw);
  height: auto;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .logo img {
    width: max(328px, 21.35vw);
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left {
    width: 100%;
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel {
  margin: 0.5em 0 0 0;
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel img {
  width: 422px;
  height: auto;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel img {
    width: max(338px, 22vw);
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel_txt {
  font-size: max(18px, 0.9375vw);
  font-weight: 500;
  line-height: 1.5;
  margin: 0.75em 0 0 0;
  padding-left: 8%;
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel_txt {
    font-size: max(14px, 0.9375vw);
    padding-left: 6.4%;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_left .tel_txt {
    font-size: 13px;
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right {
    width: 100%;
    margin-top: 2em;
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a {
  max-width: 420px;
  margin: 0 auto;
  height: 100px;
  line-height: 96px;
  background-color: #ea5924;
  border-color: #ea5924;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: max(24px, 1.25vw);
  gap: 0.8em;
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a {
    font-size: 24px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a {
    max-width: 21.8vw;
    height: max(5.2vw, 80px);
    line-height: max(5.2vw - 4px, 76px);
    font-size: max(12px, 1.25vw);
  }
}
@media screen and (max-width: 820px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a {
    max-width: 72%;
    font-size: max(15px, 1.25vw);
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a {
    max-width: 80vw;
    font-size: max(18px, 4.6vw);
  }
}
@media screen and (max-width: 375px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a {
    font-size: 4.6vw;
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img {
  width: 35px;
  height: auto;
  vertical-align: bottom;
  transform: translate(0px, 4%);
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link img.hover, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img.hover, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img.hover, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img.hover, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img.hover {
  display: none;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img {
    width: max(28px, 1.82vw);
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img {
    width: 5.5vw;
  }
}
@media screen and (max-width: 375px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a img, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a img {
    width: 4.6vw;
  }
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link::after, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a::after, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a::after, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a::after, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a::after {
  display: none;
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link:hover, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a:hover, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a:hover, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a:hover, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a:hover {
  background-color: white;
  color: #ea5924;
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link:hover img.out, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a:hover img.out, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a:hover img.out, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a:hover img.out, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a:hover img.out {
  display: none;
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .btn-link:hover img.hover, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a:hover img.hover, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner .footer-flex_top_right div.flex div.left div.nextprev_wrap a:hover img.hover, footer div.footer-flex .footer-flex_top body.single main section.contents div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a:hover img.hover, body.single main section.contents footer div.footer-flex .footer-flex_top div.inner div.flex div.left div.nextprev_wrap .footer-flex_top_right a:hover img.hover {
  display: block;
}
footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .in {
  width: 71px;
  height: 71px;
  line-height: 71px;
  position: absolute;
  right: calc(3.75em - 88px);
  bottom: max(25px, 1.3vw);
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .in {
    width: max(3.7vw, 57px);
    height: max(3.7vw, 57px);
    line-height: max(3.7vw, 57px);
    right: 2vw;
    bottom: max(20px, 1.3vw);
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_top .inner .footer-flex_top_right .in {
    position: static;
    width: 50px;
    height: 50px;
    margin: 1.5em auto 0;
    display: block;
    line-height: 50px;
  }
}
footer div.footer-flex .footer-flex_mid {
  background-color: #1d2e9b;
  padding: max(62px, 3.23vw) 0;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_mid {
    padding: max(50px, 3.23vw) 0;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_mid {
    padding: 1em 0;
  }
}
footer div.footer-flex .footer-flex_mid ul.office {
  display: flex;
  flex-wrap: wrap;
  width: calc(1500px + 7.5rem);
  padding: 0 3.75rem;
  margin: 0 auto;
  justify-content: space-between;
  gap: 0.5em;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_mid ul.office {
    width: calc(78.125vw + 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_mid ul.office {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_mid ul.office li {
    width: 100%;
    padding: 1.5em 0;
  }
}
footer div.footer-flex .footer-flex_mid ul.office li p {
  margin: 0;
  font-weight: 500;
}
footer div.footer-flex .footer-flex_mid ul.office li p.name {
  font-size: max(24px, 1.25vw);
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_mid ul.office li p.name {
    font-size: 24px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_mid ul.office li p.name {
    font-size: max(19px, 1.25vw);
  }
}
footer div.footer-flex .footer-flex_mid ul.office li p.address {
  font-size: max(18px, 0.9375vw);
  line-height: 1.6666;
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_mid ul.office li p.address {
    font-size: 18px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_mid ul.office li p.address {
    font-size: max(14px, 0.9375vw);
  }
}
footer div.footer-flex .footer-flex_mid ul.office span {
  width: 1px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_mid ul.office span {
    width: 100%;
    height: 1px;
  }
}
footer div.footer-flex .footer-flex_btm {
  background-color: #001358;
  padding: max(50px, 2.6vw) 0 max(40px, 2.08vw) 0;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_btm {
    padding: max(40px, 2.6vw) 0 max(32px, 2.08vw) 0;
  }
}
footer div.footer-flex .footer-flex_btm p.title {
  width: calc(1500px + 7.5rem);
  padding: 0 3.75rem;
  margin: 0 auto 0.3em;
  font-size: max(24px, 1.25vw);
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_btm p.title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_btm p.title {
    width: calc(78.125vw + 60px);
    padding-left: 30px;
    padding-right: 30px;
    font-size: max(19px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_btm p.title {
    width: 100%;
  }
}
footer div.footer-flex .footer-flex_btm .item-columns {
  width: calc(1500px + 7.5rem);
  padding: 0 3.75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_btm .item-columns {
    width: calc(78.125vw + 60px);
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_btm .item-columns {
    width: 100%;
    flex-wrap: wrap;
  }
}
footer div.footer-flex .footer-flex_btm .item-columns .item_list {
  white-space: nowrap;
}
@media screen and (max-width: 820px) {
  footer div.footer-flex .footer-flex_btm .item-columns .item_list {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_btm .item-columns .item_list {
    width: 100%;
  }
}
footer div.footer-flex .footer-flex_btm .item-columns .item_list li {
  font-size: max(18px, 0.9375vw);
  line-height: 1.6666;
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_btm .item-columns .item_list li {
    font-size: 18px;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_btm .item-columns .item_list li {
    font-size: max(14px, 0.9375vw);
  }
}
footer div.footer-flex .footer-flex_btm .item-columns .item_list li a {
  color: white;
}
footer div.footer-flex .footer-flex_btm .footer-flex__copy {
  display: flex;
  justify-content: center;
  gap: 3em;
  margin: max(80px, 4.1vw) 0 0 0;
  font-size: max(1rem, 0.8333vw);
}
@media screen and (min-width: 1921px) {
  footer div.footer-flex .footer-flex_btm .footer-flex__copy {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1620px) {
  footer div.footer-flex .footer-flex_btm .footer-flex__copy {
    font-size: max(12px, 0.8333vw);
  }
}
@media screen and (max-width: 767px) {
  footer div.footer-flex .footer-flex_btm .footer-flex__copy {
    flex-wrap: wrap;
  }
}
footer div.footer-flex .footer-flex_btm .footer-flex__copy .gnav .footer_ul {
  display: flex;
  gap: 2em;
}
footer div.footer-flex .footer-flex_btm .footer-flex__copy .gnav .footer_ul li {
  position: relative;
  line-height: 1;
  padding: 0 0 0 1.3em;
  font-weight: 500;
}
footer div.footer-flex .footer-flex_btm .footer-flex__copy .gnav .footer_ul li a {
  color: white;
}
footer div.footer-flex .footer-flex_btm .footer-flex__copy .gnav .footer_ul li::before {
  content: "▶︎";
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  width: 1.3em;
  height: 1em;
}
footer div.footer-flex .footer-flex_btm .footer-flex__copy p {
  margin: 0;
  line-height: 1;
}

div.page-top {
  right: 30px;
  width: 60px;
  height: 60px;
  line-height: 56px;
}
div.page-top::after {
  content: "\f062";
  position: absolute;
  width: 100%;
  height: 100%;
  font: var(--fa-font-solid);
  text-align: center;
  font-weight: bold;
  color: white;
  font-size: 2em;
  background: rgba(29, 46, 155, 0.8);
  border: 2px solid #1d2e9b;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
div.page-top:hover::after {
  color: #1d2e9b;
  background: white;
  transition: 0.2s;
}

/* -------------------------------- 
common components 
--------------------------------- */
body.sub .hamburger {
  background-color: #1d2e9b;
}
body.sub div.headerflex {
  transition: 0.2s;
  background-color: #fff;
}
body.sub div.headerflex div.left h1.color {
  display: block;
}
body.sub div.headerflex div.left h1.white {
  display: none;
}
body.sub div.headerflex div.right nav.gnav > ul > li > a, body.sub div.headerflex div.right nav.gnav > ul > li > span {
  color: transparent; /* テキスト本体は透明にする */
  /*
  影の設定
  1つ目：Y方向の位置にマイナスに設定してテキスト本体の上に配置、ぼかしなし
  2つ目：位置はテキスト本体と同じ、ぼかしなし
  */
  text-shadow: 0 -1.5em 0 black, 0 0 0 black;
  transition: text-shadow 0.3s;
}
body.sub div.headerflex div.right nav.gnav > ul > li > a:hover, body.sub div.headerflex div.right nav.gnav > ul > li > span:hover {
  text-shadow: 0 0 0 black, 0 1.5em 0 black; /* 2つの影の位置を上方向に1.5emずつずらす */
}
body.sub div.headerflex div.right nav.header-right_btn .contact_btn {
  background-color: #ea5924;
}
body.sub div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher {
  background-color: #ececec;
  border: none;
}
body.sub div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li {
  color: black;
}
body.sub div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li a {
  color: black;
}
body.sub div.headerflex div.right nav.header-right_btn .language_btn ul.bogo-language-switcher li.current a {
  color: #ea5924;
}
body.sub .main {
  margin-top: 90px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  body.sub .main {
    margin-top: 70px;
  }
}
body.sub.site-map .single_content nav.gnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2.18vw 0;
  height: auto;
  margin: auto;
}
body.sub.site-map .single_content nav.gnav > .megamenu {
  width: 28.3%;
}
@media screen and (max-width: 767px) {
  body.sub.site-map .single_content nav.gnav > .megamenu {
    width: 47%;
  }
}
body.sub.site-map .single_content nav.gnav > .megamenu > li > a {
  color: #008fff;
  border-bottom: 2px solid #008fff;
  display: block;
  width: 100%;
  font-size: max(18px, 1.25vw);
  font-weight: bold;
  padding: 0 0 0.3em;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body.sub.site-map .single_content nav.gnav > .megamenu > li > a {
    letter-spacing: 0;
    font-size: 1.8vh;
  }
}
body.sub.site-map .single_content nav.gnav > .megamenu > ul > li > a {
  color: #008fff;
  border-bottom: 2px solid #008fff;
  display: block;
  width: 100%;
  font-size: max(18px, 1.25vw);
  font-weight: bold;
  padding: 0 0 0.3em;
}
@media screen and (max-width: 767px) {
  body.sub.site-map .single_content nav.gnav > .megamenu > ul > li > a {
    letter-spacing: 0;
    font-size: 1.8vh;
  }
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu {
  margin: 0 0;
  padding: 0.5em 0 0 0;
  list-style: none;
  font-size: max(14px, 0.9375vw);
}
@media screen and (max-width: 767px) {
  body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu {
    font-size: 14px;
  }
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu li {
  margin: 0 0 0.5em;
  letter-spacing: 0;
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu li a {
  font-weight: 500;
  position: relative;
  text-decoration: none;
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu li a::before {
  content: "";
  height: 1px;
  width: 0;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: -0.2em;
  transition: 0.3s;
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu li a:hover::before {
  width: 100%;
  transition: 0.3s;
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu li.icon {
  position: relative;
  padding-left: 1em;
}
body.sub.site-map .single_content nav.gnav > .megamenu .sub-menu li.icon::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1.6em;
  line-height: 1.6;
  color: #222;
  display: block;
}
body.sub.site-map .single_content nav.gnav div.wrap56 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body.sub.contact .contact_img {
  width: 100%;
  height: auto;
}
body.sub.contact .contact_img img {
  width: 100%;
  height: auto;
}
body.sub.contact section {
  padding-top: max(25px, 2.6vw);
}
body.sub.contact section .contact_top {
  position: relative;
}
body.sub.contact section .contact_top .contact_img {
  position: absolute;
  bottom: min(-3vw, -29px);
  right: max(5.9vw, 56px);
  width: max(13.43vw, 129px);
}
@media screen and (max-width: 767px) {
  body.sub.contact section .contact_top .contact_img {
    right: 0;
    bottom: -90px;
  }
}
body.sub.post-type-archive-news ul.ul_newstxt {
  border-top: 1px solid #9d9d9d;
}
body.sub.post-type-archive-news ul.ul_newstxt li {
  border-bottom: 1px solid #9d9d9d;
  margin: 0;
  padding: 0;
}
body.sub.post-type-archive-news ul.ul_newstxt li a {
  padding: 2.3em 45px;
  position: relative;
}
body.sub.post-type-archive-news ul.ul_newstxt li a::after {
  content: "";
  width: max(1.51vw, 1em);
  height: max(1.51vw, 1em);
  display: block;
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../img/arrow_right.svg) 0 0 no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-news ul.ul_newstxt li a::after {
    width: 28px;
    height: 28px;
  }
}
body.sub.post-type-archive-news ul.ul_newstxt li a:hover {
  transform: scale(1);
}
body.sub.post-type-archive-pickup ul.ul-flex {
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #9d9d9d;
}
body.sub.post-type-archive-pickup ul.ul-flex li {
  width: 100%;
  margin: 0;
  padding: max(3.8vw, 2.58rem) 0;
  border-bottom: 1px solid #9d9d9d;
}
body.sub.post-type-archive-pickup ul.ul-flex li a {
  display: flex;
  flex-wrap: wrap;
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.img {
  width: 24.1%;
  aspect-ratio: 1/0.69;
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-pickup ul.ul-flex li a div.img {
    width: 100%;
  }
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt {
  color: #222;
  width: 75.9%;
  padding-left: max(20px, 1.5625vw);
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-pickup ul.ul-flex li a div.txt {
    width: 100%;
    padding-left: 0;
    padding-top: 1em;
  }
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .title {
  font-size: max(15px, 1.5625vw);
  color: #1d2e9b;
  font-weight: bold;
  position: relative;
  margin: 0;
  letter-spacing: 0;
  padding: 0 0 0.3em;
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .title {
    font-size: 18px;
  }
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .title::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1d2e9b;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .title::after {
  content: "";
  width: max(60px, 6.25vw);
  height: 3px;
  background-color: #ea5924;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .date time {
  padding: 0.35em 0.75rem 0 0;
  display: block;
  font-size: max(0.9375vw, 12px);
  text-align: right;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .date time {
    font-size: 15px;
  }
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .text {
  font-size: max(0.9375vw, 12px);
  line-height: 1.8333;
  margin: 0;
  padding: 0.35em 0 0 0;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .text {
    font-size: 15px;
  }
}
body.sub.post-type-archive-pickup ul.ul-flex li a div.txt .text p {
  margin: 0;
  padding: 0;
}
body.sub.post-type-archive-item-list main {
  overflow: hidden;
}
body.sub.post-type-archive-item-list section.contents {
  padding-bottom: 0;
}
body.sub.post-type-archive-item-list section.contents .single_content {
  padding-bottom: max(6.51vw, 5.2rem);
}
body.sub.post-type-archive-item-list section.contents.bg {
  padding-bottom: 0;
}
body.sub.post-type-archive-item-list section.contents.bg .single_content {
  padding-bottom: max(5.2vw, 4.16rem);
}
body.sub.post-type-archive-item-list h2 {
  margin-bottom: max(5.9vw, 4.8rem);
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-item-list h2 {
    margin-bottom: 114px;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list h2 {
    margin-bottom: 3rem;
  }
}
body.sub.post-type-archive-item-list .service-inner01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.sub.post-type-archive-item-list .service-inner01 .service-inner01_left {
  width: 47.7vw;
  margin-left: calc(-50vw + 600px);
}
@media screen and (max-width: 1366px) {
  body.sub.post-type-archive-item-list .service-inner01 .service-inner01_left {
    margin-left: -15vw;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 .service-inner01_left {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
body.sub.post-type-archive-item-list .service-inner01 .service-inner01_right {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 .service-inner01_right {
    width: 100%;
    gap: 15px;
    margin-top: 30px;
  }
}
body.sub.post-type-archive-item-list .service-inner01 .service-inner01_right a {
  text-decoration: none;
  height: max(5.9vw, 4.8rem);
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-item-list .service-inner01 .service-inner01_right a {
    height: 114px;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .instock {
  margin: max(5.1vw, 4em) 0;
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .left {
  background-color: #ea5924;
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p {
  margin: 0 0 0 0.65em;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p {
    margin: 0;
    padding: 0.9em;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p span {
  font-weight: 400;
  color: white;
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p strong {
  font-weight: bold;
  font-size: max(1.666vw, 1.332rem);
  line-height: 1;
  background: url(../img/cart.svg) 0 0 no-repeat;
  background-size: max(2.97vw, 2.375rem) auto;
  padding-left: max(4vw, 3.25rem);
  padding-bottom: 0.5em;
  display: block;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p strong {
    padding-bottom: 0;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p strong small {
  font-size: max(0.9375vw, 0.75rem);
  display: block;
  padding-top: 0.7em;
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p strong small {
    font-size: 18px;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .left p::before {
  background-color: #ea5924;
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .right {
  background: url(../img/item_img02.png) top right no-repeat;
  background-size: 100% auto;
}
body.sub.post-type-archive-item-list .service-inner01 div .instock a .right::before {
  background-color: rgba(234, 89, 36, 0.8);
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  gap: max(1.56vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul {
    gap: 1em;
    justify-content: center;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li {
    width: 100%;
    flex: none;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li .text {
  position: absolute;
  top: 0;
  left: 0;
  padding: max(1.56vw, 1.25rem);
  color: white;
  font-weight: bold;
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li .text .title {
  font-size: max(1.35vw, 1.08rem);
  margin: 0;
  padding: 0 0 0.65em;
  letter-spacing: 0.05em;
  border-bottom: 2px solid white;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li .text .title {
    font-size: 17px;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li .text .txt {
  margin: 0;
  letter-spacing: 0;
  padding: 0.7em 0 0 0;
  font-size: max(0.9375vw, 0.75rem);
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li .text .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner02 ul li .text .txt {
    font-size: 1rem;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner03 {
  font-size: max(0.9375vw, 0.75rem);
  font-weight: 500;
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner03 {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner01 div .service-inner03 {
    font-size: 1rem;
  }
}
body.sub.post-type-archive-item-list .service-inner01 div .service-inner03 p {
  margin: max(3.65vw, 3rem) 0;
  padding: 0;
}
body.sub.post-type-archive-item-list .service-inner04 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body.sub.post-type-archive-item-list .service-inner04 .left {
  width: 49.8%;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner04 .left {
    width: 100%;
  }
}
body.sub.post-type-archive-item-list .service-inner04 .left p {
  font-size: max(0.9375vw, 0.75rem);
  font-weight: 500;
  line-height: 1.83333;
  margin: 0;
}
@media screen and (min-width: 1921px) {
  body.sub.post-type-archive-item-list .service-inner04 .left p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner04 .left p {
    font-size: 1em;
  }
}
body.sub.post-type-archive-item-list .service-inner04 .left .list_style01 {
  padding-left: 0;
  padding-right: 21%;
  margin: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner04 .left .list_style01 {
    padding-right: 0;
  }
  body.sub.post-type-archive-item-list .service-inner04 .left .list_style01 li {
    font-size: 1em;
  }
}
body.sub.post-type-archive-item-list .service-inner04 .right {
  width: 47.7vw;
  margin-right: calc(-50vw + 600px);
}
@media screen and (max-width: 1366px) {
  body.sub.post-type-archive-item-list .service-inner04 .right {
    margin-right: -15vw;
  }
}
@media screen and (max-width: 767px) {
  body.sub.post-type-archive-item-list .service-inner04 .right {
    width: calc(100% + 30px);
    margin-right: -30px;
    margin-top: 30px;
  }
}
body.sub.item-use-list section {
  padding-bottom: 0;
}
body.sub.item-use-list section .single_content {
  padding-bottom: max(4.3rem, 5.5vw);
}
@media screen and (min-width: 1921px) {
  body.sub.item-use-list section .single_content {
    padding-bottom: 105px;
  }
}
body.sub.tax-item-cat .contents .inner h2, body.sub.tax-item-use .contents .inner h2, body.sub.tax-item-case .contents .inner h2 {
  font-size: 2.25rem;
  color: #1d2e9b;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin: 0 0 max(4.16vw, 40px);
  letter-spacing: 0;
  padding-bottom: 0.5em;
}
body.sub.tax-item-cat .contents .inner h2::after, body.sub.tax-item-use .contents .inner h2::after, body.sub.tax-item-case .contents .inner h2::after {
  content: "";
  width: max(60px, 6.25vw);
  height: 4px;
  background-color: #ea5924;
  position: absolute;
  bottom: -0.25em;
  left: 50%;
  transform: translate(-50%, 0);
}
body.sub.single-item-list .footer_item-list_tab {
  background-color: white;
}
body.sub.single-item-list section.contents div.inner div.single_content {
  padding-bottom: 0;
}
body.sub.single-item-list section.contents div.inner div.single_content div.single_title_wrap h2.single_title {
  margin-top: 0;
  margin-bottom: 4rem;
}
body.sub.single-item-list section.contents div.inner div.single_content div.single_title_wrap h2.single_title::before {
  display: none;
}
body.sub.single-item-list section.contents div.inner div.single_content div.single_title_wrap h2.single_title::after {
  left: 0;
  right: 0;
  margin: auto;
  transform: translate(0, 0);
}
body.sub.single-item-list section.contents div.inner div.single_content article section {
  padding: 0;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.catch {
  background-color: #ececec;
  padding: 2.5em 2em;
  line-height: 1.8333;
  font-weight: 500;
  font-size: 1.125rem;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents div.inner div.single_content article section.catch {
    font-size: 1.05rem;
    padding: 2em 1.5em;
  }
}
body.sub.single-item-list section.contents div.inner div.single_content article section.catch h3 {
  margin: 0 0 1em;
  color: #1d2e9b;
  font-size: 1.45rem;
  padding: 0 0 0.3em;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data, body.sub.single-item-list section.contents div.inner div.single_content article section.use, body.sub.single-item-list section.contents div.inner div.single_content article section.case {
  background-color: #ececec;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents div.inner div.single_content article section.data, body.sub.single-item-list section.contents div.inner div.single_content article section.use, body.sub.single-item-list section.contents div.inner div.single_content article section.case {
    margin-bottom: 3rem;
  }
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data h3, body.sub.single-item-list section.contents div.inner div.single_content article section.use h3, body.sub.single-item-list section.contents div.inner div.single_content article section.case h3 {
  background-color: #1d2e9b;
  color: white;
  font-weight: bold;
  padding: 1em;
  margin: 0;
  font-size: 1.45rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents div.inner div.single_content article section.data h3, body.sub.single-item-list section.contents div.inner div.single_content article section.use h3, body.sub.single-item-list section.contents div.inner div.single_content article section.case h3 {
    padding: 0.75em;
    font-size: 1.25rem;
  }
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data h3::before, body.sub.single-item-list section.contents div.inner div.single_content article section.use h3::before, body.sub.single-item-list section.contents div.inner div.single_content article section.case h3::before {
  position: absolute;
  height: 100%;
  width: 5px;
  background-color: #ea5924;
  top: 0;
  left: 0;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data h3::after, body.sub.single-item-list section.contents div.inner div.single_content article section.use h3::after, body.sub.single-item-list section.contents div.inner div.single_content article section.case h3::after {
  display: none;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data .box, body.sub.single-item-list section.contents div.inner div.single_content article section.use .box, body.sub.single-item-list section.contents div.inner div.single_content article section.case .box {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents div.inner div.single_content article section.data .box, body.sub.single-item-list section.contents div.inner div.single_content article section.use .box, body.sub.single-item-list section.contents div.inner div.single_content article section.case .box {
    padding: 1.5rem;
  }
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data .box ul.item-use-list_ul li a, body.sub.single-item-list section.contents div.inner div.single_content article section.use .box ul.item-use-list_ul li a, body.sub.single-item-list section.contents div.inner div.single_content article section.case .box ul.item-use-list_ul li a {
  background-color: white;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data .box ul.item-use-list_ul li a:hover, body.sub.single-item-list section.contents div.inner div.single_content article section.use .box ul.item-use-list_ul li a:hover, body.sub.single-item-list section.contents div.inner div.single_content article section.case .box ul.item-use-list_ul li a:hover {
  background-color: #1d2e9b;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data ul.img {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents div.inner div.single_content article section.data ul.img {
    padding: 1.5rem;
    gap: 1rem;
  }
}
body.sub.single-item-list section.contents div.inner div.single_content article section.data ul.img li {
  width: 100%;
  text-align: center;
}
body.sub.single-item-list section.contents div.inner div.single_content article section.case {
  margin-bottom: 0;
}
body.sub.single-item-list section.contents div.inner div.single_content article div.contents {
  padding: 2rem 0;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents div.inner div.single_content article div.contents {
    padding: 1.5em 0;
    margin-bottom: 3rem;
  }
}
body.sub.single-item-list section.contents.bg div.inner div.single_content {
  background-color: white;
  padding: 3em;
}
@media screen and (max-width: 767px) {
  body.sub.single-item-list section.contents.bg div.inner div.single_content {
    padding: 1.5em;
  }
}
body.sub.single-item-list section.contents.bg h3 {
  margin-bottom: 0;
}
body.sub.single-item-list section.contents.bg form .wpcf7-response-output + p {
  display: none;
}
body.sub.single-item-list section.contents.bg form div.form-wrap div.form-wrap__flex.top {
  border-top: none;
}
body.sub.single-item-list section.contents.bg form div.form-wrap div.form-wrap__flex div.left p {
  font-size: 1.125rem;
}
body.sub.contact, body.sub.single-item-list {
  /*確認画面と完了画面を非表示*/
  /*デフォルトのサンクスメッセージを非表示*/
}
body.sub.contact .confirm_area,
body.sub.contact .thanks_area, body.sub.single-item-list .confirm_area,
body.sub.single-item-list .thanks_area {
  display: none;
}
body.sub.contact .wpcf7-response-output, body.sub.single-item-list .wpcf7-response-output {
  display: none;
}
body.sub.contact .wpcf7-form-control-wrap > .wpcf7-not-valid-tip, body.sub.single-item-list .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  display: none;
  margin-top: 10px;
}
body.sub.contact .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip, body.sub.single-item-list .wpcf7-form-control-wrap.is-show > .wpcf7-not-valid-tip {
  display: block;
}

.bg {
  background-color: #ececec;
}

/* -------------------------------- 
index components 
--------------------------------- */
/*all*/
body.home .top-visual {
  display: flex;
}
body.home .top-visual .top-visual_left {
  width: 15.625vw;
}
@media screen and (max-width: 767px) {
  body.home .top-visual .top-visual_left {
    width: 25vw;
  }
}
body.home .top-visual .top-visual_right {
  position: relative;
  width: 84.375vw;
}
@media screen and (max-width: 767px) {
  body.home .top-visual .top-visual_right {
    width: 75vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  body.home .top-visual .top-visual_right .img {
    width: 100%;
    height: 100%;
  }
}
body.home .top-visual .top-visual_right .txt {
  position: absolute;
  top: 6.25vw;
  right: 4.1vw;
  width: 40.625vw;
}
@media screen and (max-width: 767px) {
  body.home .top-visual .top-visual_right .txt {
    top: 21vw;
    width: 50vw;
  }
}
body.home .top-visual .top-visual_right .chara {
  position: absolute;
  bottom: -0.9vw;
  left: 0.52vw;
  width: 17.7vw;
  height: auto;
}
body.home .top-news {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  height: 90px;
}
body.home .top-news h2 {
  width: 15.625vw;
  font-size: max(1em, 1.3vw);
  background-color: #008fff;
  justify-content: center;
  color: white;
  font-weight: bold;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  body.home .top-news h2 {
    width: 25vw;
    font-size: 15px;
  }
}
body.home .top-news .top-news_inner {
  /*width: 71.875vw;*/
  width: calc(84.375vw - 235px);
}
@media screen and (max-width: 1024px) {
  body.home .top-news .top-news_inner {
    width: calc(84.375vw - 185px);
  }
}
@media screen and (max-width: 767px) {
  body.home .top-news .top-news_inner {
    width: calc(75vw - 90px);
  }
}
body.home .top-news .top-news_inner div.top-news_inner_content a div.txt {
  display: flex;
  font-weight: bold;
  height: 90px;
  align-items: center;
  letter-spacing: 0;
  gap: 2.8vw;
  padding-left: 3.125vw;
}
@media screen and (max-width: 767px) {
  body.home .top-news .top-news_inner div.top-news_inner_content a div.txt {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25em;
  }
}
body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .date {
  font-size: 1.125em;
  width: 6rem;
}
@media screen and (max-width: 767px) {
  body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .date {
    font-size: 0.9em;
  }
}
body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .cat {
  background-color: #008fff;
  color: white;
  height: 30px;
  line-height: 30px;
  padding: 0 1.1em;
  width: 6.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .cat {
    font-size: 0.75em;
    display: inline-block;
    height: 22px;
    line-height: 22px;
  }
}
body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .title {
  font-size: 1.125em;
  overflow: hidden; /* 溢れた部分を隠す */
  text-overflow: ellipsis; /* 溢れた部分を「...」にする */
  white-space: nowrap; /* 1行で表示 */
  width: calc(100% - 6rem - 6.2rem - 5.6vw - 1em);
}
@media screen and (max-width: 767px) {
  body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .title {
    font-size: 0.9em;
    width: 100%;
  }
}
body.home .top-news .top-news_inner div.top-news_inner_content a div.txt .title br {
  display: none;
}
body.home .top-news .news_list_btn {
  font-weight: bold;
  color: #1d2e9b;
  display: flex;
  align-items: center;
  height: 90px;
  width: 235px;
  flex-grow: 1;
  gap: 1.04vw;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  body.home .top-news .news_list_btn {
    width: 185px;
  }
}
@media screen and (max-width: 767px) {
  body.home .top-news .news_list_btn {
    width: 90px;
    font-size: 0.9em;
    justify-content: end;
    padding-right: 1em;
    display: flex !important;
  }
  body.home .top-news .news_list_btn span {
    display: none;
  }
  body.home .top-news .news_list_btn.pcblock {
    display: none !important;
  }
}
body.home .top-news .news_list_btn::after {
  content: "";
  background: url(../img/arrow_right.svg) 0 0 no-repeat;
  width: 36px;
  height: 36px;
}
@media screen and (max-width: 1024px) {
  body.home .top-news .news_list_btn::after {
    width: 28px;
    height: 28px;
  }
}
@media screen and (max-width: 767px) {
  body.home .top-news .news_list_btn::after {
    width: 20px;
    height: 20px;
  }
}
body.home section h2 {
  margin: 0 0 max(3.23vw, 62px);
  text-align: center;
  font-size: max(2.6vw, 50px);
  line-height: 1;
}
body.home section h2 span {
  display: block;
  font-size: max(0.9375vw, 18px);
  font-weight: 400;
  padding: 1.65em 0 0 0;
}
@media screen and (min-width: 1921px) {
  body.home section h2 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1536px) {
  body.home section h2 {
    margin: 0 0 max(3.23vw, 40px);
    font-size: max(2.6vw, 35px);
  }
  body.home section h2 span {
    font-size: max(0.9375vw, 14px);
  }
}
@media screen and (max-width: 767px) {
  body.home section h2 {
    font-size: 32px;
    letter-spacing: 0;
  }
  body.home section h2 span {
    padding: 1.25em 0 0 0;
  }
}
@media screen and (max-width: 428px) {
  body.home section h2 {
    font-size: 29px;
  }
}
body.home section h3 {
  font-size: max(1.5625vw, 30px);
  color: #1d2e9b;
  letter-spacing: 0;
  margin: 0 0 0.5em;
  padding: 0;
}
@media screen and (min-width: 1921px) {
  body.home section h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1536px) {
  body.home section h3 {
    font-size: max(1.5625vw, 24px);
  }
}
body.home section div.btn-wrap {
  margin-top: 2.5rem;
  text-align: center;
}
body.home section.service {
  padding: 0;
}
body.home section.service .service-inner01 {
  background-color: #ececec;
  padding: max(3.9vw, 75px) 0 max(5.2vw, 100px);
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner01 {
    padding: max(3.9vw, 38px) 0 max(5.2vw, 50px);
  }
}
body.home section.service .service-inner01 .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner01 .inner {
    display: block;
  }
}
body.home section.service .service-inner01 .inner .service-inner01_left {
  width: 46.33%;
  position: relative;
  padding-bottom: max(5.94vw + 1rem, 4rem);
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner01 .inner .service-inner01_left {
    width: 100%;
    padding-bottom: 0;
  }
}
body.home section.service .service-inner01 .inner .service-inner01_left .orange {
  padding-left: 165px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner01 .inner .service-inner01_left .orange {
    padding-left: 8.6vw;
  }
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner01 .inner .service-inner01_left .orange {
    position: relative;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 3.5em;
  }
}
body.home section.service .service-inner01 .inner .service-inner01_left .orange img {
  width: max(57px, 2.97vw);
  height: auto;
  position: absolute;
  left: 55px;
  top: 26px;
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner01 .inner .service-inner01_left .orange img {
    width: max(28px, 2.97vw);
    left: 2.86vw;
    top: 1.35vw;
  }
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner01 .inner .service-inner01_left .orange img {
    top: 1em;
  }
}
body.home section.service .service-inner01 .inner .service-inner01_left .orange img.icon {
  transition: 0.3s;
}
body.home section.service .service-inner01 .inner .service-inner01_left .orange img.icon_orange {
  opacity: 0;
  transition: 0.3s;
}
body.home section.service .service-inner01 .inner .service-inner01_left .orange:hover img.icon {
  transition: 0.3s;
  opacity: 0;
}
body.home section.service .service-inner01 .inner .service-inner01_left .orange:hover img.icon_orange {
  transition: 0.3s;
  opacity: 1;
}
body.home section.service .service-inner01 .inner .service-inner01_right {
  width: 50%;
  gap: 23px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner01 .inner .service-inner01_right {
    width: 100%;
    gap: 1em;
  }
}
body.home section.service .service-inner02 {
  padding: max(5.2vw, 100px) 0;
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner02 {
    padding: max(5.2vw, 50px) 0;
  }
}
body.home section.service .service-inner02 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.home section.service .service-inner02 .inner .service-inner02_left {
  width: 50%;
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner02 .inner .service-inner02_left {
    width: 100%;
    margin-bottom: 1em;
  }
}
body.home section.service .service-inner02 .inner .service-inner02_right {
  width: 43.33333%;
  padding-right: 40px;
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner02 .inner .service-inner02_right {
    padding-right: 2.08vw;
  }
}
@media screen and (max-width: 767px) {
  body.home section.service .service-inner02 .inner .service-inner02_right {
    width: 100%;
    padding-right: 0;
  }
}
body.home section.service .service-inner02 .inner .service-inner02_right p {
  font-size: max(0.9375vw, 18px);
  line-height: 1.833em;
  font-weight: 500;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 1921px) {
  body.home section.service .service-inner02 .inner .service-inner02_right p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner02 .inner .service-inner02_right p {
    font-size: max(0.9375vw, 14px);
  }
}
body.home section.service .service-inner02 .inner .service-inner02_right ul {
  margin-bottom: 2.5em;
}
body.home section.service .service-inner02 .inner .service-inner02_btm {
  width: 100%;
  margin: max(105px, 5.46vw) 0 0 0;
}
@media screen and (max-width: 1536px) {
  body.home section.service .service-inner02 .inner .service-inner02_btm {
    margin: max(52px, 5.46vw) 0 0 0;
  }
}
body.home section.pickup {
  background: url(../img/index_img03.jpg) center center no-repeat;
  background-size: cover;
  padding: max(90px, 4.7vw) 0 max(100px, 5.2vw);
}
@media screen and (max-width: 1536px) {
  body.home section.pickup {
    padding: max(45px, 4.7vw) 0 max(50px, 5.2vw);
  }
}
body.home section.pickup h2 {
  color: white;
  margin: 0 0 max(3.9vw, 75px);
}
@media screen and (max-width: 1536px) {
  body.home section.pickup h2 {
    margin: 0 0 max(3.9vw, 38px);
  }
}
body.home section.pickup .btn-wrap {
  margin: max(80px, 4.1vw) 0 0 0;
}
@media screen and (max-width: 1536px) {
  body.home section.pickup .btn-wrap {
    margin: max(40px, 4.1vw) 0 0 0;
  }
}
body.home section.pickup .btn-wrap .btn-link, body.home section.pickup .btn-wrap body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap body.home section.pickup .btn-wrap a {
  background-color: unset;
  border-color: white;
  margin-left: auto;
  margin-right: auto;
}
body.home section.pickup .btn-wrap .btn-link:hover, body.home section.pickup .btn-wrap body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a:hover, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap body.home section.pickup .btn-wrap a:hover {
  background-color: white;
  color: #1d2e9b;
}
body.home section.news {
  background-color: #ececec;
  padding: max(90px, 4.7vw) 0 max(100px, 5.2vw);
}
@media screen and (max-width: 1536px) {
  body.home section.news {
    padding: max(45px, 4.7vw) 0 max(50px, 5.2vw);
  }
}
body.home section.news .btn-wrap {
  margin-top: 32px;
}
body.home section.news .btn-wrap .btn-link, body.home section.news .btn-wrap body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a, body.single main section.contents div.inner div.flex div.left div.nextprev_wrap body.home section.news .btn-wrap a {
  margin-left: auto;
  margin-right: auto;
}
body.home section.main_contents {
  padding: 0;
}
body.home section.main_contents .inner {
  width: 100%;
  max-width: 100%;
  display: flex;
  padding: 0;
}
@media screen and (max-width: 820px) {
  body.home section.main_contents .inner {
    flex-wrap: wrap;
  }
}
body.home section.main_contents .inner .txt {
  width: 50vw;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 820px) {
  body.home section.main_contents .inner .txt {
    width: 100%;
    order: 2;
  }
}
body.home section.main_contents .inner .txt .txt_inner {
  width: 600px;
}
@media screen and (max-width: 1620px) {
  body.home section.main_contents .inner .txt .txt_inner {
    width: 31.25vw;
  }
}
@media screen and (max-width: 1024px) {
  body.home section.main_contents .inner .txt .txt_inner {
    width: 80%;
  }
}
@media screen and (max-width: 820px) {
  body.home section.main_contents .inner .txt .txt_inner {
    width: 100%;
    padding: 2.5em 30px;
  }
}
body.home section.main_contents .inner .txt .txt_inner h3 {
  font-size: max(40px, 2vw);
  line-height: 1.25;
}
@media screen and (min-width: 1921px) {
  body.home section.main_contents .inner .txt .txt_inner h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1620px) {
  body.home section.main_contents .inner .txt .txt_inner h3 {
    font-size: max(20px, 2vw);
  }
}
body.home section.main_contents .inner .txt .txt_inner p {
  font-size: max(18px, 0.9375vw);
  letter-spacing: 0;
  line-height: 1.83;
  font-weight: 500;
  margin: 1.8em 0 2.2em;
}
@media screen and (min-width: 1921px) {
  body.home section.main_contents .inner .txt .txt_inner p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1620px) {
  body.home section.main_contents .inner .txt .txt_inner p {
    font-size: max(14px, 0.9375vw);
  }
}
body.home section.main_contents .inner .img {
  width: 50vw;
  position: relative;
}
@media screen and (max-width: 820px) {
  body.home section.main_contents .inner .img {
    width: 100%;
    order: 1;
  }
}
body.home section.main_contents .inner .img p {
  position: absolute;
  top: 1vw;
  left: 2vw;
  font-size: min(100px, 5.2vw);
  font-weight: bold;
  color: white;
  line-height: 1.1;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 820px) {
  body.home section.main_contents .inner .img p {
    font-size: 10.5vw;
  }
}
body.home section.main_contents .inner:nth-child(2n) .txt {
  justify-content: flex-start;
}
body.home section.main_contents .inner:nth-child(2n) .txt .txt_inner {
  width: 400px;
  margin-left: 200px;
}
@media screen and (max-width: 1620px) {
  body.home section.main_contents .inner:nth-child(2n) .txt .txt_inner {
    width: 20.8vw;
    margin-left: 10.4vw;
  }
}
@media screen and (max-width: 1024px) {
  body.home section.main_contents .inner:nth-child(2n) .txt .txt_inner {
    width: 80%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 820px) {
  body.home section.main_contents .inner:nth-child(2n) .txt .txt_inner {
    width: 100%;
    margin: 0;
  }
}
body.home section.main_contents .inner:last-child {
  background-color: #ececec;
}
body.home section.about {
  padding: max(100px, 5.2vw) 0 max(110px, 5.73vw);
}
@media screen and (max-width: 1620px) {
  body.home section.about {
    padding: max(80px, 5.2vw) 0 max(88px, 5.73vw);
  }
}
@media screen and (max-width: 767px) {
  body.home section.about {
    padding: 2.5em 30px;
  }
}
body.home section.about .inner {
  display: flex;
  width: calc(1500px + 7.5rem);
  justify-content: space-between;
}
@media screen and (max-width: 1620px) {
  body.home section.about .inner {
    width: calc(78.125vw + 60px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  body.home section.about .inner {
    width: 100%;
    flex-wrap: wrap;
    padding: 0;
  }
}
body.home section.about .inner .about-inner_left {
  width: 49.8%;
}
@media screen and (max-width: 767px) {
  body.home section.about .inner .about-inner_left {
    width: 100%;
  }
}
body.home section.about .inner .about-inner_left .video_wrap {
  width: 100%;
  padding: 56.25% 0 0 0;
  position: relative;
}
body.home section.about .inner .about-inner_left .video_wrap iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
body.home section.about .inner .about-inner_right {
  width: 36.33333%;
}
@media screen and (max-width: 767px) {
  body.home section.about .inner .about-inner_right {
    width: 100%;
    padding: 2em 0 0 0;
  }
}
body.home section.about .inner .about-inner_right h3 {
  font-size: max(40px, 2vw);
  line-height: 1.25;
}
@media screen and (max-width: 1620px) {
  body.home section.about .inner .about-inner_right h3 {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  body.home section.about .inner .about-inner_right h3 {
    font-size: 20px;
  }
}
body.home section.about .inner .about-inner_right p {
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
}
body.home section.about .inner .about-inner_right p strong {
  font-size: 100px;
  font-weight: bold;
  color: #ececec;
  line-height: 1;
  display: block;
  margin-top: max(-20px, -1.04vw);
  margin-bottom: max(35px, 1.82vw);
}
@media screen and (min-width: 1921px) {
  body.home section.about .inner .about-inner_right p strong {
    margin-top: -20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 1620px) {
  body.home section.about .inner .about-inner_right p strong {
    font-size: 5.2vw;
    margin-top: -1.04vw;
    margin-bottom: 1.82vw;
  }
}
@media screen and (max-width: 767px) {
  body.home section.about .inner .about-inner_right p strong {
    font-size: 50px;
  }
}
body.home section.about .inner .about-inner_right p.txt {
  font-size: max(18px, 0.9375vw);
  line-height: 1.83;
  font-weight: 500;
  margin: 1.5em 0 2em;
}
@media screen and (min-width: 1921px) {
  body.home section.about .inner .about-inner_right p.txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1620px) {
  body.home section.about .inner .about-inner_right p.txt {
    font-size: 0.9375vw;
  }
}
@media screen and (max-width: 767px) {
  body.home section.about .inner .about-inner_right p.txt {
    font-size: 14px;
  }
}

body .cky-consent-container .cky-consent-bar {
  border-radius: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.7) !important;
}
body .cky-consent-container .cky-consent-bar .cky-btn {
  border-radius: 0;
}

/* -------------------------------- 
sub components 
--------------------------------- */
/*breadcrumbs*/
body.sub .breadcrumbs {
  padding: 1rem 1.875rem;
  font-size: 0.7em;
  background: #ececec;
}
body.sub .breadcrumbs span {
  display: inline-block;
  margin: 0 0.5em;
}

/*common*/
body.sub main div.page-title {
  padding: 0;
  color: #fff;
  background: #1d2e9b;
}
body.sub main div.page-title div.page-title__text {
  height: 186px;
  line-height: 186px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  body.sub main div.page-title div.page-title__text {
    height: 124px;
    line-height: 124px;
  }
}
body.sub main div.page-title div.page-title__text h1 {
  margin: 0;
  font-size: max(2.7vw, 26px);
  font-weight: bolder;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  padding-left: max(1.5625vw, 16px);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1921px) {
  body.sub main div.page-title div.page-title__text h1 {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  body.sub main div.page-title div.page-title__text h1 {
    flex-direction: column;
    align-items: flex-start;
    line-height: 1em;
    justify-content: center;
    height: 100%;
  }
}
body.sub main div.page-title div.page-title__text h1 span {
  font-size: max(1.35vw, 13px);
  font-weight: 400;
  color: #8cdeff;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  body.sub main div.page-title div.page-title__text h1 span {
    height: 1em;
    padding-left: 0;
  }
}
body.sub main div.page-title div.page-title__text h2 {
  margin: 0.5em auto 0;
  font-size: 1em;
}
body.sub main div.page-title div.page-title__text .title_date {
  margin: 0.5em auto 0;
  font-size: 1em;
}
body.sub main div.page-title div.page-title__text div.page-title__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
body.sub main div.page-title div.page-title__text div.page-title__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.sub main div.page-title div.page-title__text div.page-title__img::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  background: #1D2E9B;
  background: linear-gradient(90deg, rgb(29, 46, 155) 0%, rgba(29, 46, 155, 0.7) 30%, rgba(29, 46, 155, 0) 100%);
  width: 100%;
  height: 100%;
}
body.sub main section.contents div.inner div.single_title_wrap p.cat_date {
  display: flex;
  gap: max(1.66vw, 1.3rem);
  margin: 0;
}
body.sub main section.contents div.inner div.single_title_wrap p.cat_date span {
  color: white;
  background-color: #1d2e9b;
  font-size: max(1.04vw, 0.875rem);
  font-weight: 600;
  height: 32px;
  line-height: 32px;
  padding: 0 2.68em;
}
body.sub main section.contents div.inner div.single_title_wrap p.cat_date time {
  font-size: max(1.04vw, 0.875rem);
  font-weight: 400;
  height: 32px;
  line-height: 32px;
}
body.sub main section.contents div.inner div.single_title_wrap h2.single_title {
  font-size: max(1.75rem, 2.2vw);
  color: #1d2e9b;
  font-weight: bold;
  position: relative;
  margin: max(3.125vw, 40px) 0;
  letter-spacing: 0;
  padding: 0 0 0.35em;
}
@media screen and (min-width: 1921px) {
  body.sub main section.contents div.inner div.single_title_wrap h2.single_title {
    font-size: 42px;
  }
}
body.sub main section.contents div.inner div.single_title_wrap h2.single_title::before {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #1d2e9b;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
body.sub main section.contents div.inner div.single_title_wrap h2.single_title::after {
  content: "";
  width: max(60px, 6.25vw);
  height: 6px;
  background-color: #ea5924;
  position: absolute;
  bottom: -0.25em;
  left: 0;
}
body.sub main section.contents div.inner div.single_content div.addtoany_content {
  margin-top: 2.5rem;
}
body.sub main section.contents div.inner .nextprev_wrap {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #1d2e9b;
  padding-bottom: 2.5rem;
}
body.sub main section.contents div.inner .nextprev_wrap a[rel=prev] {
  position: relative;
  font-size: max(0.9375vw, 0.75rem);
  font-weight: 400;
  padding-left: 2em;
  color: #1d2e9b;
}
@media screen and (min-width: 1921px) {
  body.sub main section.contents div.inner .nextprev_wrap a[rel=prev] {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.sub main section.contents div.inner .nextprev_wrap a[rel=prev] {
    font-size: 14px;
  }
}
body.sub main section.contents div.inner .nextprev_wrap a[rel=prev]::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/arrow_left03.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.sub main section.contents div.inner .nextprev_wrap a[rel=next] {
  position: relative;
  font-size: max(0.9375vw, 0.75rem);
  font-weight: 400;
  padding-right: 2em;
  color: #1d2e9b;
}
@media screen and (min-width: 1921px) {
  body.sub main section.contents div.inner .nextprev_wrap a[rel=next] {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  body.sub main section.contents div.inner .nextprev_wrap a[rel=next] {
    font-size: 14px;
  }
}
body.sub main section.contents div.inner .nextprev_wrap a[rel=next]::before {
  content: "";
  width: 12px;
  height: 16px;
  background: url(../img/arrow_right03.svg) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
body.sub main section.contents div.inner div.bth-wrap {
  margin-top: 2.5rem;
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: max(1.9vw, 1.58rem);
}
body.sub main section.contents div.inner div.bth-wrap a {
  max-width: 300px;
}
body.sub.en-US.contact div.form-wrap div.form-wrap__flex div.left p {
  padding-top: 1.5em;
  line-height: 1.2;
}
body.sub.en-US.contact div.form-wrap div.form-wrap__flex div.left p span.red {
  height: auto;
}

/*pager*/
div.pager {
  margin-top: max(4.43vw, 3.5rem);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: max(1.04vw, 0.875em);
}
div.pager span.current {
  color: #fff;
  background: #1d2e9b;
}
div.pager .page-numbers {
  padding: 0;
  color: #1d2e9b;
  font-weight: 400;
  transition: 0.2s;
  width: max(2.08vw, 1.7em);
  height: max(2.08vw, 1.7em);
  font-size: max(1em, 1.25vw);
  text-align: center;
  line-height: max(2.08vw, 1.7em);
}
div.pager .page-numbers.next {
  font-size: 0;
  background: url(../img/arrow_right03.svg) center center no-repeat;
  background-size: max(0.625vw, 8px) max(0.83vw, 11px);
  transition: 0.3s;
  position: relative;
}
div.pager .page-numbers.next::before {
  content: "";
  background: white;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
div.pager .page-numbers.next:hover {
  background: url(../img/arrow_right03_w.svg) center center no-repeat;
  background-size: max(0.625vw, 8px) max(0.83vw, 11px);
}
div.pager .page-numbers.next:hover::before {
  background: #1d2e9b;
}
div.pager .page-numbers.prev {
  font-size: 0;
  background: url(../img/arrow_left03.svg) center center no-repeat;
  background-size: max(0.625vw, 8px) max(0.83vw, 11px);
  transition: 0.3s;
  position: relative;
}
div.pager .page-numbers.prev::before {
  content: "";
  background: white;
  transition: 0.3s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
div.pager .page-numbers.prev:hover {
  background: url(../img/arrow_left03_w.svg) center center no-repeat;
  background-size: max(0.625vw, 8px) max(0.83vw, 11px);
}
div.pager .page-numbers.prev:hover::before {
  background: #1d2e9b;
}
div.pager .page-numbers:hover {
  color: #fff;
  background: #1d2e9b;
  transition: 0.2s;
}

/* -------------------------------- 
archive taxsonomy single components 
--------------------------------- */
body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  body.archive main section.contents div.inner div.flex, body.taxsonomy main section.contents div.inner div.flex, body.single main section.contents div.inner div.flex {
    display: block;
  }
}
body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
  width: calc(100% - 3.75rem);
}
@media screen and (max-width: 767px) {
  body.archive main section.contents div.inner div.flex div.left, body.taxsonomy main section.contents div.inner div.flex div.left, body.single main section.contents div.inner div.flex div.left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
  width: 20rem;
  padding-left: 3.75rem;
}
@media screen and (max-width: 767px) {
  body.archive main section.contents div.inner div.flex div.right, body.taxsonomy main section.contents div.inner div.flex div.right, body.single main section.contents div.inner div.flex div.right {
    width: 100%;
    padding-left: 0;
  }
}
body.archive main section.contents div.inner div.flex div.right div, body.taxsonomy main section.contents div.inner div.flex div.right div, body.single main section.contents div.inner div.flex div.right div {
  margin-bottom: 2.5rem;
}
body.archive main section.contents div.inner div.flex div.right div h2, body.taxsonomy main section.contents div.inner div.flex div.right div h2, body.single main section.contents div.inner div.flex div.right div h2 {
  margin-top: 0;
  padding-bottom: 0.25em;
  font-size: 1.125em;
  color: #1d2e9b;
  border-bottom: 2px solid #1d2e9b;
}
body.archive main section.contents div.inner div.flex div.right div ul, body.taxsonomy main section.contents div.inner div.flex div.right div ul, body.single main section.contents div.inner div.flex div.right div ul {
  padding-left: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.archive main section.contents div.inner div.flex div.right div ul li, body.taxsonomy main section.contents div.inner div.flex div.right div ul li, body.single main section.contents div.inner div.flex div.right div ul li {
  padding: 1em 0;
  border-bottom: 1px dotted #999;
}
body.archive main section.contents div.inner div.flex div.right div ul li a, body.taxsonomy main section.contents div.inner div.flex div.right div ul li a, body.single main section.contents div.inner div.flex div.right div ul li a {
  font-size: 0.9em;
  line-height: 1.4;
}
body.archive main section.contents div.inner div.flex div.right div ul li span.post-date, body.taxsonomy main section.contents div.inner div.flex div.right div ul li span.post-date, body.single main section.contents div.inner div.flex div.right div ul li span.post-date {
  display: block;
  margin-top: 0.5em;
  font-size: 0.75em;
}

/* -------------------------------- 
single components 
--------------------------------- */
body.single main section.contents div.inner div.flex div.left div.single_title_wrap {
  margin-bottom: 3.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 3px solid #ececec;
}
body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
  margin: 0 0 1.25em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  body.single main section.contents div.inner div.flex div.left div.single_title_wrap h1 {
    font-size: 1.5em;
  }
}
body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
  font-size: 0.9em;
}
@media screen and (max-width: 767px) {
  body.single main section.contents div.inner div.flex div.left div.single_title_wrap time {
    font-size: 0.8em;
  }
}
body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
  margin-right: 0.625rem;
  color: #222;
  background: #f5f4ee;
  border-color: #f5f4ee;
}
@media screen and (max-width: 767px) {
  body.single main section.contents div.inner div.flex div.left div.nextprev_wrap a {
    margin-bottom: 10px;
  }
}

/* -------------------------------- 
404 components 
--------------------------------- */
body.error404 p.error-404__text {
  margin-bottom: 6.25rem;
  text-align: center;
}
body.error404 div.bth-wrap {
  text-align: center;
}

/* -------------------------------- 
form components
--------------------------------- */
div.form-wrap {
  /*---- reset ----*/
  /*ie hack*/ /* text */
  /*ie hack*/ /* password */
  /*---- オリジナル設定 ----*/
}
div.form-wrap input[type=text], div.form-wrap input[type=number], div.form-wrap input[type=tel], div.form-wrap input[type=email], div.form-wrap button, div.form-wrap textarea, div.form-wrap select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
div.form-wrap input::-ms-clear {
  visibility: hidden;
}
div.form-wrap input::-ms-reveal {
  visibility: hidden;
}
div.form-wrap input[type=text], div.form-wrap input[type=number], div.form-wrap input[type=tel], div.form-wrap input[type=email], div.form-wrap textarea {
  outline: none;
  width: 100%;
  padding: 1.05em 0.75em;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  transition: 0.3s;
  background-color: #f2f2f2;
}
div.form-wrap input[type=text]:focus, div.form-wrap input[type=number]:focus, div.form-wrap input[type=tel]:focus, div.form-wrap input[type=email]:focus, div.form-wrap textarea:focus {
  box-shadow: 0 0 6px #1d2e9b;
  border: 1px solid #1d2e9b;
}
div.form-wrap .select_wrap {
  position: relative;
  width: max(65%, 10em);
}
@media screen and (max-width: 767px) {
  div.form-wrap .select_wrap {
    width: 100%;
  }
}
div.form-wrap .select_wrap::after {
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 19px;
  height: 13px;
  background-color: #777777;
  position: absolute;
  right: 25px;
  top: calc(50% - 5px);
}
div.form-wrap .select_wrap select {
  padding: 1.05em 0.75em;
  border: 1px solid #9e9e9e;
  border-radius: 10px;
  background-color: #f2f2f2;
  width: 100%;
}
div.form-wrap .select_wrap select option:first-child {
  text-align: center;
}
div.form-wrap input[type=submit], div.form-wrap input[type=button] {
  position: relative;
  display: block;
  margin: 8px 0;
  padding: 0 2em;
  height: 3.75em;
  line-height: calc(3.75em - 4px);
  min-width: 300px;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  background: #1d2e9b;
  border: 2px solid #1d2e9b;
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  div.form-wrap input[type=submit], div.form-wrap input[type=button] {
    min-width: 250px;
  }
}
div.form-wrap input[type=submit]:hover, div.form-wrap input[type=button]:hover {
  color: #1d2e9b;
  background: #fff;
  transition: 0.2s;
}
div.form-wrap input[type=submit]:disabled {
  cursor: default;
  opacity: 0.7;
}
div.form-wrap input[type=submit]:disabled:hover {
  background-color: #1d2e9b;
}
div.form-wrap input[type=text].p-postal-code {
  max-width: 12em;
}
div.form-wrap .mw_wp_form .error {
  margin: 4px 0;
  font-size: 0.9em;
  color: crimson;
}
div.form-wrap span.red {
  color: crimson;
}
@media screen and (max-width: 820px) {
  div.form-wrap p.form-wrap__hissu {
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }
}
div.form-wrap div.form-wrap__flex {
  display: flex;
  justify-content: space-between;
  padding: 2.8rem 0;
  border-bottom: 1px solid #9e9e9e;
}
div.form-wrap div.form-wrap__flex.top {
  border-top: 1px solid #9e9e9e;
}
@media screen and (max-width: 820px) {
  div.form-wrap div.form-wrap__flex {
    font-size: 0.9em;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 767px) {
  div.form-wrap div.form-wrap__flex {
    display: block;
    padding: 2em 0;
  }
}
div.form-wrap div.form-wrap__flex div.left {
  width: 29%;
  padding-right: 1.5em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  div.form-wrap div.form-wrap__flex div.left {
    padding-bottom: 1em;
  }
}
div.form-wrap div.form-wrap__flex div.left.naiyo {
  align-items: flex-start;
  padding-top: 1.5em;
}
@media screen and (max-width: 767px) {
  div.form-wrap div.form-wrap__flex div.left.naiyo {
    padding-top: 0;
  }
}
div.form-wrap div.form-wrap__flex div.left p {
  margin: 0;
  font-weight: bold;
  padding: 0 0 0 2.5em;
  position: relative;
  text-align: right;
  font-size: 1.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  div.form-wrap div.form-wrap__flex div.left p {
    text-align: left;
  }
}
div.form-wrap div.form-wrap__flex div.left p span.red {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (max-width: 820px) {
  div.form-wrap div.form-wrap__flex div.left {
    flex-basis: 160px;
    width: 160px;
  }
}
@media screen and (max-width: 820px) {
  div.form-wrap div.form-wrap__flex div.left {
    flex-basis: 100%;
    width: 100%;
    font-weight: bold;
    color: #003087;
  }
}
div.form-wrap div.form-wrap__flex div.right {
  width: 71%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
div.form-wrap div.form-wrap__flex div.right p {
  margin: 0;
}
@media screen and (max-width: 820px) {
  div.form-wrap div.form-wrap__flex div.right {
    flex-basis: calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 820px) {
  div.form-wrap div.form-wrap__flex div.right {
    flex-basis: 100%;
    width: 100%;
  }
}
div.form-wrap div.form-wrap__flex div.right span.p {
  display: block;
  margin-top: 4px;
  font-size: 0.9em;
}
div.form-wrap div.form-wrap__flex div.right p:empty:before {
  content: none;
}
div.form-wrap div.form-wrap__flex div.right p.jusyo_yubin {
  margin-bottom: 0.75em;
}
div.form-wrap div.form-wrap__btn {
  margin: 20px auto 0;
  display: flex;
  justify-content: center;
  gap: 1.25em;
}
div.form-wrap div.form-wrap__btn div.form-wrap__btn_wrap {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
div.form-wrap div.form-wrap__btn div.form-wrap__btn_wrap p {
  margin: 0;
}
div.form-wrap div.form-wrap__btn div.form-wrap__btn_wrap::after {
  position: absolute;
  top: calc(50% - 7px);
  right: 20px;
  content: "";
  background: url(../img/arrow_right02.svg) 0 0 no-repeat;
  background-size: 100% auto;
  width: 18px;
  height: 15px;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
div.form-wrap div.form-wrap__btn div.form-wrap__btn_wrap:hover::after {
  background: url(../img/arrow_right02_blue.svg) 0 0 no-repeat;
  transition: 0.3s;
}
div.form-wrap div.form-wrap__btn .wpcf7-spinner {
  display: none;
}

.confirm_area div.form-wrap div.form-wrap__flex div.left.naiyo {
  padding-top: 0;
}

/*error*/
div.mw_wp_form {
  margin-top: -110px;
  padding-top: 110px;
}

/*recaptcha*/
p.recaptcha_policy {
  padding-bottom: 1em;
  font-size: 0.8em;
  border-bottom: 1px dotted #ccc;
}

/*
div.grecaptcha-badge {
    visibility: hidden;
}
*/
#loading {
  width: 100%;
  position: fixed;
  height: 100vh;
  background: #1d2e9b;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
#loading #loading_img {
  width: 100px;
  animation: svg 1.5s ease-in both;
}
@media screen and (max-width: 767px) {
  #loading #loading_img {
    width: 80px;
  }
}
@keyframes svg {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}