@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700;900&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

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

	Init

-------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 2;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0.04em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media all and (-ms-high-contrast: none) {
  /*IE 11*/
  body {
    font-family: "メイリオ", Meiryo, sans-serif !important;
  }
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  font-size: 1em;
}

address {
  font-style: inherit;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

p {
  margin-bottom: 1em;
}

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

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

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

hr {
  border: none;
  height: 1px;
  background: #1a1a1a;
  margin-bottom: 1em;
}

div#ui-datepicker-div {
  z-index: 9999 !important;
}

* {
  box-sizing: border-box;
}

@media (max-width: 768px) {
  html {
    font-size: 2.66vw;
  }
  body {
    padding-top: 5rem;
  }
}
@media (min-width: 769px) {
  html {
    font-size: 0.84vw;
  }
  body {
    padding-top: 10rem;
    font-size: 1.6rem;
  }
  .btn-zoom {
    transition: all 0.2s ease-out;
  }
  .btn-zoom:hover {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
  .btn-press {
    transition: all 0.2s ease-out;
  }
  .btn-press:hover {
    -webkit-transform: translate(5px, 5px);
    transform: translate(5px, 5px);
  }
  .callbtn a {
    cursor: default;
    text-decoration: none;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 62.5%;
  }
}
/*-------------------------------------------------------------------

	Common layout

-------------------------------------------------------------------*/
body.lower {
  background-image: url("../img/common/lower_back.png"), linear-gradient(to bottom, #ffffff 0%, #faf9f7 200px);
  background-repeat: repeat-y, no-repeat;
  background-position: center 5rem, center 5rem;
  background-size: 72rem auto, auto;
}

.bread-crumb {
  padding: 3rem 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
}
.bread-crumb li {
  display: inline-block;
  margin-bottom: 0.5em;
}
.bread-crumb li::after {
  content: "／";
  display: inline-block;
  margin: 0 1em;
}
.bread-crumb li:last-child::after {
  display: none;
}
.bread-crumb li a {
  color: inherit;
}
.bread-crumb li:last-child a {
  text-decoration: none;
}

.l-article {
  overflow: hidden;
}

.l-contents-main {
  padding: 2rem 2rem 7rem;
  margin: auto;
}
.l-contents-main > :last-child {
  margin-bottom: 0;
}

.l-section {
  margin-bottom: 7.5rem;
}
.l-section > :last-child {
  margin-bottom: 0;
}

.l-section-sub {
  margin-bottom: 5rem;
}
.l-section-sub > :last-child {
  margin-bottom: 0;
}

.l-lower-contents-main {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  margin-top: -4rem;
  padding: 8rem 2rem 4rem;
}

.l-main-title {
  text-align: center;
}
.l-main-title .en {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 4.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.2em;
}
.l-main-title .jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.l-basic-title-en {
  display: inline-block;
  font-size: 3.5rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  margin-bottom: 0.45em;
  background: -webkit-linear-gradient(0deg, #33c1ff, #5c2482);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.l-basic-title-en.large {
  font-size: 4.5rem;
}

.l-basic-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin-bottom: 1em;
}
.l-basic-title::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 3px;
  background-color: #33c1ff;
  border-radius: 3px;
  margin-bottom: 1.5rem;
}

.l-basic-subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}

/*anchor button*/
.button-anchor {
  display: flex;
  flex-wrap: wrap;
}
.button-anchor a {
  width: 49.3%;
  margin: 0 0 0.5rem 1.4%;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-decoration: none;
  border: 1px solid #a2b6b9;
  padding: 1.4em 2.6em 1.4em 1.4em;
  background: url("../img/common/anchor_arrow.svg") no-repeat center right 1em;
  background-size: 0.4rem;
}
.button-anchor a:nth-child(2n+1) {
  margin-left: 0;
}
.button-anchor.top {
  margin-bottom: 4.5rem;
}

/*pager*/
.wp-pagenavi {
  margin: 4rem auto 0;
  text-align: center;
}

.wp-pagenavi .pages {
  font-weight: 600;
  font-size: 1.3rem;
  width: 100%;
  margin: 0px auto;
  padding-bottom: 1em;
  border: none;
  display: block;
}

.wp-pagenavi .current, .wp-pagenavi a {
  margin: 0 0.1rem;
  width: 3rem;
  padding: 0.8em 0.6em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border: 1px solid #a2b6b9;
  display: inline-block;
}

.wp-pagenavi .extend {
  margin: 0;
  padding: 0.8em 0.6em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  display: inline-block;
}

.wp-pagenavi .current {
  background: #a2b6b9;
}

.wp-pagenavi a {
  text-decoration: none;
  color: #1a1a1a;
}

a.nextpostslink, a.previouspostslink, a.first, a.last {
  background: #e8f2f4;
  border: 1px solid #e8f2f4;
}

/*search*/
.p-form-search {
  margin-bottom: 3rem;
}
.p-form-search .searchform-box {
  position: relative;
  display: block;
}
.p-form-search .searchfield {
  display: block;
  padding: 0.8em 3em 0.8em 0.8em;
  font-size: 16px;
  line-height: 1;
  border: none;
  width: 100%;
  border: 1px solid #1a1a1a;
  background-color: #f4efe8;
}
.p-form-search .searchsubmit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: 2rem;
  border: none;
  background-color: transparent;
  width: 3em;
  cursor: pointer;
}

@media (min-width: 769px) {
  body.lower {
    background-position: center 10rem, center 10rem;
    background-size: auto, auto;
  }
  .bread-crumb {
    padding: 4rem 0 0;
    font-size: 1.4rem;
  }
  .l-contents-main {
    padding: 2rem 3rem 15rem;
    max-width: 116rem;
  }
  .l-section {
    margin-bottom: 15rem;
  }
  .l-section-sub {
    margin-bottom: 10rem;
  }
  .l-section.short, .l-section-sub.short {
    padding: 0 10rem;
  }
  .l-section.short .l-basic-title-en, .l-section-sub.short .l-basic-title-en {
    margin-left: -10rem;
  }
  .l-section.short .short-in-wide, .l-section-sub.short .short-in-wide {
    margin: 0 -10rem;
  }
  .l-lower-contents-main {
    border-radius: 20px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
    margin-top: -8rem;
    padding: 16rem 15rem 10rem;
  }
  .l-lower-contents-main.wide {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .l-main-title .en {
    font-size: 9rem;
  }
  .l-main-title .jp {
    font-size: 2.6rem;
  }
  .l-basic-title-en {
    font-size: 7rem;
  }
  .l-basic-title-en.large {
    font-size: 9rem;
  }
  .l-basic-title {
    font-size: 3.6rem;
  }
  .l-basic-title::before {
    display: inline-block;
    width: 7rem;
    height: 6px;
    border-radius: 3px;
    margin-left: -10rem;
    margin-right: 3rem;
    vertical-align: -0.4rem;
  }
  .l-basic-subtitle {
    font-size: 3rem;
  }
  /*anchor button*/
  .button-anchor a {
    width: auto;
    margin: 0 2rem 2rem 0;
    font-size: 1.4rem;
    background-size: 0.5rem;
    transition: all 0.2s ease-out;
  }
  .button-anchor a:hover {
    background-color: #33c1ff;
    transform: translateY(0.5em);
  }
  /*pager*/
  .wp-pagenavi {
    margin: 6rem auto 0;
  }
  .wp-pagenavi .pages {
    font-size: 1.6rem;
  }
  .wp-pagenavi .current, .wp-pagenavi a {
    font-size: 1.6rem;
    margin: 0 0.5rem;
    width: 6rem;
    padding: 1.4em;
  }
  .wp-pagenavi .extend {
    font-size: 1.6rem;
  }
  /*search*/
  .p-form-search {
    margin-bottom: 5rem;
  }
  .p-form-search .searchfield {
    font-size: 14px;
    padding: 1.3em 3em 1.3em 1em;
  }
  .p-form-search .searchsubmit {
    font-size: 2rem;
  }
  /*side*/
}
/*-------------------------------------------------------------------

	Common parts

-------------------------------------------------------------------*/
@media (min-width: 769px) {
  /*button-zoom*/
  .button-zoom {
    transition: all 0.2s ease-out;
  }
  .button-zoom:hover {
    -webkit-transform: scale(1.06, 1.06);
    transform: scale(1.06, 1.06);
  }
}
/*-------------------------------------------------------------------

	header

-------------------------------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
  background-color: rgba(255, 255, 255, 0.9);
}
.l-header_inner {
  display: flex;
  align-items: center;
  min-height: 5rem;
  padding: 0 0 0 1rem;
}
.l-header_logo {
  width: 11.1rem;
  margin: 0 auto 0 0;
}
.l-header_logo a {
  display: block;
}
.l-header_button {
  margin: 0;
}

.l-gnav {
  display: none;
}

@media (min-width: 769px) {
  .l-header {
    background-color: transparent;
  }
  .l-header_inner {
    padding: 0 0 0 5rem;
    min-height: 10rem;
    margin: auto;
  }
  .l-header_button {
    display: none;
  }
  .l-header_logo {
    width: 18.6rem;
    margin: 0 auto 0 0;
    flex-shrink: 0;
  }
  .l-gnav {
    display: flex;
    flex-shrink: 1;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
    margin: 0;
  }
  .l-gnav li {
    margin-right: 2rem;
  }
  .l-gnav li:last-child {
    margin-right: 5rem;
  }
  .l-gnav .fas {
    color: #34bffd;
  }
  .l-gnav a {
    text-decoration: none;
    color: inherit;
    color: #1a1a1a;
    text-align: center;
  }
  .l-gnav .gnav-chi {
    transition: all 0.2s ease-in;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: 20rem;
    position: absolute;
    background-color: #242028;
    z-index: 10;
  }
  .l-gnav > li > a, .l-gnav > li > span {
    display: block;
    padding: 0.5em 0;
    cursor: pointer;
  }
  .l-gnav > li > span {
    cursor: default;
  }
  .l-gnav > li:hover .gnav-chi {
    max-height: 9999px;
    opacity: 1;
  }
  .l-gnav .gnav-chi .gnav-chi_inner {
    padding: 0;
  }
  .l-gnav .gnav-chi .gnav-chi_inner li {
    margin: 0;
    border-top: 1px solid #636165;
  }
  .l-gnav .gnav-chi a {
    text-decoration: none;
    font-size: 0.9em;
    line-height: 1.3;
    color: #FFF;
    letter-spacing: 0.08em;
    display: block;
    width: 100%;
    padding: 1.5em;
    text-align: left;
  }
}
/*-------------------------------------------------------------------

	footer

-------------------------------------------------------------------*/
.l-footer {
  background-color: #004098;
  color: white;
}
.l-footer_inner {
  padding: 2.6rem 2rem 3.5rem;
}
.l-footer_logo {
  width: 13rem;
  margin: 0 auto 1.8rem 0;
}
.l-footer_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2rem;
}
.l-footer_list li {
  width: 50%;
  margin-top: -1px;
}
.l-footer_list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem 2rem;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 700;
  border-top: 1px solid #1a53a3;
  border-bottom: 1px solid #1a53a3;
}
.l-footer_list li:nth-child(2n+1) a {
  border-right: 1px solid #1a53a3;
}
.l-footer_copy {
  font-size: 1rem;
  text-align: center;
  padding-bottom: 7rem;
  margin: 0;
}
.l-footer_banner {
  width: 30.5rem;
  margin: 2rem auto;
}
.l-footer_banner li {
  margin-bottom: 0.5rem;
}

.pagetop {
  z-index: 8000;
  position: fixed;
  bottom: -200px;
  right: 0.5rem;
  width: 3.5rem;
  margin: 0;
  transition: all 0.2s ease-out;
}
.pagetop.is-show {
  bottom: 1rem;
}
.pagetop.lower.is-show {
  bottom: 1rem;
}

@media (min-width: 769px) {
  .l-footer_inner {
    max-width: 126rem;
    margin: 0 auto;
    padding: 7rem 3rem 7rem;
  }
  .l-footer_logo {
    width: 18.6rem;
    margin: 0 auto 4.5rem 0;
  }
  .l-footer_list {
    display: block;
    margin: 0;
  }
  .l-footer_list li {
    width: auto;
    margin-top: 0;
    margin-right: 1em;
    display: inline-block;
  }
  .l-footer_list li a {
    display: block;
    padding: 0;
    font-size: 1.6rem;
    border-top: none;
    border-bottom: none;
  }
  .l-footer_list li:nth-child(2n+1) a {
    border-right: none;
  }
  .l-footer_copy {
    max-width: 126rem;
    margin: auto;
    font-size: 1.4rem;
    text-align: right;
    padding: 0 3rem 12rem;
  }
  .l-footer_banner {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 4rem auto 0;
  }
  .l-footer_banner li {
    width: 32%;
    margin: 0 0 0.5rem 2%;
  }
  .l-footer_banner li:nth-child(3n+1) {
    margin-left: 0;
  }
  .pagetop {
    right: 1rem;
    width: 7rem;
  }
  .pagetop.is-show {
    bottom: 1rem;
  }
}
/*-------------------------------------------------------------------

	lower

-------------------------------------------------------------------*/
.lower-header {
  background: #FFF;
  padding: 1.5rem;
  border-bottom: 1px solid #DDD;
}
.lower-header_logo {
  display: block;
  width: 20rem;
  margin: auto;
}

/*-------------------------------------------------------------------
	lower PC
-------------------------------------------------------------------*/
@media (min-width: 769px) {
  .lower-header {
    width: 1200px;
    margin: 0 auto;
    padding: 24px 0;
  }
  .lower-header_logo {
    width: 340px;
  }
}
/*-------------------------------------------------------------------

	drawer-menu

-------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.drawer-menu_back {
  width: 100%;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 8887;
  background-color: rgba(0, 0, 0, 0.9);
}

.drawer-menu {
  width: 300px;
  height: 100vh;
  transition: all 0.2s;
  position: fixed;
  top: 0;
  right: -300px;
  z-index: 8888;
  background: #004098;
  color: #FFF;
  overflow: auto;
  padding: 6rem 0 10rem;
}

.drawer-menu_back.open {
  display: block;
}

.drawer-menu.open {
  right: 0;
}

.drawer-menu_list {
  padding-top: 1rem;
  text-align: right;
}
.drawer-menu_list > ul > li > a {
  display: block;
  padding: 2rem 3rem 2rem 3rem;
  text-decoration: none;
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.2;
}
.drawer-menu_list > ul > li ul.gnav-chi_sp > li > a {
  position: relative;
  display: block;
  padding: 1rem 1rem 1rem 4rem;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.3;
}
.drawer-menu_list > ul > li::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 1rem 3rem 1rem auto;
}

/*button*/
.ham-menu-button {
  position: relative;
  width: 5rem;
  height: 5rem;
  background-color: transparent;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
.ham-menu-button > span {
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #1a1a1a;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ham-menu-button::before, .ham-menu-button::after {
  content: "";
  display: block;
  position: absolute;
  width: 1.8rem;
  height: 0.2rem;
  background-color: #1a1a1a;
  left: 50%;
  transform: translateX(-50%);
}
.ham-menu-button::before {
  top: 1.7rem;
  transition: all 0.2s ease-out;
}
.ham-menu-button::after {
  bottom: 1.7rem;
  transition: all 0.2s ease-out;
}

.ham-menu-button.is-close {
  background-color: transparent;
}
.ham-menu-button.is-close > span {
  display: none;
}
.ham-menu-button.is-close::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu-button.is-close::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*-------------------------------------------------------------------
	drawer-menu PC
-------------------------------------------------------------------*/
@media (min-width: 769px) {
  .body-fixed {
    position: static;
  }
  .drawer-menu_back {
    display: none;
  }
  .drawer-menu {
    display: none;
  }
  .drawer-menu_back.open {
    display: none;
  }
  .ham-menu-button {
    display: none;
  }
}
/*-------------------------------------------------------------------
	改行
-------------------------------------------------------------------*/
.br-pc {
  display: block;
}

@media (max-width: 768px) {
  .br-pc {
    display: none;
  }
}
.br-sp {
  display: none;
}

@media (max-width: 768px) {
  .br-sp {
    display: block;
  }
}
/*-------------------------------------------------------------------
	枠
-------------------------------------------------------------------*/
.attention {
  background: #e2e6f2;
  padding: 20px;
  margin-top: 2em;
  border: 1px dashed #16419a;
  box-shadow: 0 0 0 5px #e2e6f2;
  -moz-box-shadow: 0 0 0 5px #e2e6f2;
  -webkit-box-shadow: 0 0 0 5px #e2e6f2;
  font-size: 100%;
}

.waku {
  padding: 2em;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #ded7c6;
  font-size: 100%;
}

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

	Utility

-------------------------------------------------------------------*/
a.anchor {
  display: block;
  padding-top: 13.3333333333vw;
  margin-top: -13.3333333333vw;
}

.u-sp-item {
  display: block !important;
}
.u-sp-item-inline {
  display: inline !important;
}
.u-sp-item-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-pc-item, .u-pc-item-inline, .u-pc-item-flex {
  display: none !important;
}

.u-marker {
  background: #FFFF73;
  font-style: normal;
}

.u-marker-under {
  background: linear-gradient(transparent 50%, rgb(255, 255, 102) 50%);
}
.u-marker-under.nowrap {
  white-space: nowrap;
}

.u-clr {
  clear: both;
}

.u-mb-0em {
  margin-bottom: 0 !important;
}
.u-mb-05em {
  margin-bottom: 0.5em !important;
}
.u-mb-1em {
  margin-bottom: 1em !important;
}
.u-mb-2em {
  margin-bottom: 2em !important;
}
.u-mb-2_5em {
  margin-bottom: 2.5em !important;
}
.u-mb-3em {
  margin-bottom: 3em !important;
}
.u-mb-4em {
  margin-bottom: 4em !important;
}
.u-mb-5em {
  margin-bottom: 5em !important;
}

.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}
.u-text-bold {
  font-weight: bold;
}
.u-text-red {
  color: #cc3366;
}
.u-text-red2 {
  color: #e10052;
}
.u-text-blue {
  color: #004098;
}
.u-text-orange {
  color: #ff9900;
}
.u-text-brown {
  color: #b7a25f;
}
.u-text-navy {
  color: #1c3a70;
}
.u-text-pink {
  color: #fbeaf2 !important;
}
.u-text-small {
  font-size: 0.93em;
}
.u-text-x-small {
  font-size: 0.86em;
}
.u-text-xx-small {
  font-size: 0.79em;
}
.u-text-large {
  font-size: 1.07em;
}
.u-text-x-large {
  font-size: 1.14em;
}
.u-text-xx-large {
  font-size: 1.29em;
}
.u-text-xxx-large {
  font-size: 1.57em;
}
.u-text-xxxx-large {
  font-size: 1.71em;
}
.u-text-serif {
  font-family: "Noto Serif JP", serif;
}
.u-text-times {
  font-family: "Times New Roman", Times, "serif";
}
.u-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-text-palt {
  letter-spacing: 0;
  font-feature-settings: "palt";
}

.u-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-decoration: none;
}

.u-item-left {
  float: left;
}
.u-item-left.is-margin {
  margin: 0 1.5em 1em 0;
}
.u-item-right {
  float: right;
}
.u-item-right.is-margin {
  margin: 0 0 1em 1.5em;
}
.u-item-overflow-hidden {
  overflow: hidden;
}
.u-item-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-item-left-pc, .u-item-right-pc {
  margin: 0 auto 1em;
  text-align: center;
}
.u-item-inline {
  display: inline;
}

.u-figcaption-basic {
  text-align: center;
  padding-top: 0.5em;
}
.u-figcaption-basic.is-left {
  text-align: left;
}

.u-ul-basic, .u-ol-basic {
  padding-left: 1.5em;
  line-height: 1.4;
}

.u-ul-basic li {
  list-style-type: disc;
  padding: 0 0 0.5em 0;
}

.u-ol-basic li {
  list-style-type: decimal;
  padding: 0 0 0.5em 0;
}

.u-ul-basic > :last-child, .u-ol-basic > :last-child {
  padding: 0;
}

.u-ul-inline li {
  display: inline-block;
  margin: 0 2em 0.5em 0;
}

.u-ul-inline.mg0 li {
  margin: 0;
}

.u-check-list li {
  margin: 0 0 0.7em 0;
  padding: 0 0 0 2em;
  line-height: 1.4;
}
.u-check-list li:last-child {
  margin: 0;
}
.u-check-list li::before {
  content: "\f00c";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  font-family: "Font Awesome 5 Free";
  text-align: center;
  font-weight: 600;
}

.u-check-list.is-black li::before {
  color: inherit;
}

.u-caution-list li {
  margin: 0 0 0.7em 0;
  padding: 0 0 0 2em;
  line-height: 1.4;
}
.u-caution-list li:last-child {
  margin: 0;
}
.u-caution-list li::before {
  content: "＊";
  display: inline-block;
  margin-left: -2em;
  width: 2em;
  text-align: center;
  font-weight: 600;
}

.u-dl-basic dt {
  padding-left: 0.8em;
  margin-bottom: 0.5em;
  line-height: 1.4;
  font-weight: 600;
  border-left: 4px solid #ccc;
  border-radius: 2px 0 0 2px;
}
.u-dl-basic dd {
  font-size: 0.88em;
  padding-left: 1.2em;
  margin-bottom: 2em;
}
.u-dl-basic > :last-child {
  margin-bottom: 0;
}

/*table*/
.u-table-basic {
  width: 100%;
  border: 1px solid #666;
  background: #FFF;
}
.u-table-basic th, .u-table-basic td {
  border: 1px solid #666;
  padding: 1.4em 0.5em;
  font-size: 1.2rem;
  line-height: 1.3;
}
.u-table-basic .b th, .u-table-basic .b td {
  font-weight: 600;
}
.u-table-basic .current th, .u-table-basic .current td {
  background-color: #f9e0eb;
}
.u-table-basic th {
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  background: #999;
  color: white;
}
.u-table-basic th.current {
  background-color: #f9e0eb;
}
.u-table-basic th.left {
  text-align: left;
}
.u-table-basic td {
  text-align: left;
  vertical-align: middle;
}
.u-table-basic td.current {
  background-color: #f9e0eb;
}
.u-table-basic td.right {
  text-align: right;
}
.u-table-basic td.center {
  text-align: center;
}

/*button*/
.u-button-detail {
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 600;
}
.u-button-detail a {
  display: inline-block;
  text-decoration: none;
  color: #1a1a1a;
  border: 1px solid #1a1a1a;
  background-color: white;
  border-radius: 15px;
  font-feature-settings: "palt";
  text-align: left;
}
.u-button-detail a span {
  padding: 1.2em 3em 1.2em 1.5em;
  display: block;
  position: relative;
}
.u-button-detail a span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1em;
  content: "";
  display: block;
  width: 2.5rem;
  height: 1rem;
  background: url("../img/common/arrow_yellow.svg") no-repeat right center;
  background-size: contain;
}
.u-button-detail.small {
  font-size: 1.1rem;
}
.u-button-detail.small a span::after {
  width: 1.5rem;
}
.u-button-detail.is-back a::after {
  content: "\f0e2";
}
.u-button-detail.is-center {
  text-align: center;
}
.u-button-detail.is-right {
  text-align: right;
}
.u-button-detail.is-wide a {
  display: block;
  text-align: center;
}

.u-button-detail.black a {
  border: 1px solid #1a1a1a;
  color: #FFF;
  background-color: #1a1a1a;
}
.u-button-detail.black a::after {
  background: url("../img/common/button_arrow_white.svg") no-repeat right center;
}

.u-button {
  border-radius: 4px;
}
.u-button a {
  text-decoration: none;
  display: block;
  padding: 1em 0.6em;
}

.u-hr-basic {
  border: none;
  height: 1px;
  background-color: #DDD;
  margin-bottom: 1em;
}

.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*flex*/
.u-flex-basic {
  display: flex;
}

.u-flex-basic.between {
  justify-content: space-between;
}

.u-flex-basic.center-x {
  justify-content: center;
}

.u-flex-basic.center-y {
  align-items: center;
}

.u-flex-basic.wrap {
  flex-wrap: wrap;
}

.u-flex-basic_item {
  text-align: center;
}
.u-flex-basic_item.left {
  text-align: left;
}

.u-flex-basic.column1-2 > .u-flex-basic_item {
  width: 100%;
  margin: 0 0 1em;
}
.u-flex-basic.column1-3 > .u-flex-basic_item {
  width: 100%;
  margin: 0 0 1em;
}
.u-flex-basic.column2-2 > .u-flex-basic_item {
  width: 48.5%;
  margin: 0 0 1em 3%;
}
.u-flex-basic.column2-2 > .u-flex-basic_item:nth-child(2n+1) {
  margin-left: 0;
}
.u-flex-basic.column2-3 > .u-flex-basic_item {
  width: 48.5%;
  margin: 0 0 1em 3%;
}
.u-flex-basic.column2-3 > .u-flex-basic_item:nth-child(2n+1) {
  margin-left: 0;
}
.u-flex-basic.column2-3b > .u-flex-basic_item {
  width: 47%;
  margin: 0 0 1em 6%;
}
.u-flex-basic.column2-3b > .u-flex-basic_item:nth-child(2n+1) {
  margin-left: 0;
}
.u-flex-basic.column2-4 > .u-flex-basic_item {
  width: 48.5%;
  margin: 0 0 1em 3%;
}
.u-flex-basic.column2-4 > .u-flex-basic_item:nth-child(2n+1) {
  margin-left: 0;
}
.u-flex-basic.column3-3 > .u-flex-basic_item {
  width: 31.5942%;
  margin: 0 0 1em 2.6087%;
}
.u-flex-basic.column3-3 > .u-flex-basic_item:nth-child(3n+1) {
  margin-left: 0;
}

.u-item-box {
  border: 1px solid #a2b6b9;
  padding: 1.5em;
}

.scroll {
  overflow-y: scroll;
}
.scroll::-webkit-scrollbar {
  width: 8px;
}
.scroll::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}
.scroll::-webkit-scrollbar-track-piece:start {
  background: #ddd;
  border-radius: 4px;
}
.scroll::-webkit-scrollbar-track-piece:end {
  background: #ddd;
  border-radius: 4px;
}

/*animate*/
.a-animate {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

/*RADIO BUTTON*/
.u-radio {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.6em 1em;
  margin: 0 2em 0.5em 0;
}
.u-radio label {
  display: inline-block;
}
.u-radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.u-radio input[type=radio] + span {
  padding-left: 30px;
  position: relative;
}
.u-radio input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #b2b2b2;
  border-radius: 50%;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.u-radio input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #666;
  border-radius: 50%;
  transition: all 0.2s ease-out;
  transform: scale(0, 0);
}
.u-radio input[type=radio]:checked + span::after {
  transform: scale(1, 1);
}

/*CHECK BOX*/
.u-check {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 0.6em 1em;
  margin: 0 2em 0.5em 0;
}
.u-check label {
  display: inline-block;
}
.u-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.u-check input[type=checkbox] + span {
  padding-left: 3rem;
  position: relative;
  display: flex;
}
.u-check input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #b2b2b2;
  border-radius: 4px;
  background: #ededed;
  background: -moz-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: -webkit-linear-gradient(top, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  background: linear-gradient(to bottom, #ededed 0%, #dfdfdf 40%, #dfdfdf 100%);
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.u-check input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -0.3rem;
  left: 0.5rem;
  width: 0.7rem;
  height: 1.4rem;
  border-bottom: 0.4rem solid #424242;
  border-right: 0.4rem solid #424242;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: scale(0, 0) rotate(0deg);
  transform: scale(0, 0) rotate(0deg);
  opacity: 0;
}
.u-check input[type=checkbox]:checked + span::after {
  -webkit-transform: scale(1, 1) rotate(40deg);
  transform: scale(1, 1) rotate(40deg);
  opacity: 1;
}

.u-text-ico {
  display: inline-block;
  background-color: #1a1a1a;
  padding: 0.4em 0.6em;
  border-radius: 4px;
  line-height: 1;
  font-size: 0.8em;
  font-weight: 500;
  color: #FFF;
  letter-spacing: 0.2em;
}
.u-text-ico.left {
  margin-right: 0.5em;
}
.u-text-ico.right {
  margin-left: 0.5em;
}

/*-------------------------------------------------------------------
	SP
-------------------------------------------------------------------*/
@media (max-width: 768px) {
  .u-spitem-w-20 {
    width: 20%;
  }
  .u-spitem-w-30 {
    width: 30%;
  }
  .u-spitem-w-40 {
    width: 40%;
  }
  .u-spitem-w-45 {
    width: 45%;
  }
  .u-spitem-w-50 {
    width: 50%;
  }
  .u-spitem-w-60 {
    width: 60%;
  }
  .u-spitem-w-70 {
    width: 70%;
  }
  .u-spitem-w-80 {
    width: 80%;
  }
  .u-spitem-w-90 {
    width: 90%;
  }
  .u-spitem-w-100 {
    width: 100%;
  }
  .u-spitem-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
/*-------------------------------------------------------------------
	PC
-------------------------------------------------------------------*/
@media (min-width: 769px) {
  a.anchor {
    padding-top: 10rem;
    margin-top: -10rem;
  }
  .u-sp-item, .u-sp-item-inline, .u-sp-item-flex {
    display: none !important;
  }
  .u-pc-item {
    display: block !important;
  }
  .u-pc-item-inline {
    display: inline !important;
  }
  .u-pc-item-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .u-pcitem-w-20 {
    width: 20%;
  }
  .u-pcitem-w-30 {
    width: 30%;
  }
  .u-pcitem-w-40 {
    width: 40%;
  }
  .u-pcitem-w-45 {
    width: 45%;
  }
  .u-pcitem-w-50 {
    width: 50%;
  }
  .u-pcitem-w-60 {
    width: 60%;
  }
  .u-pcitem-w-70 {
    width: 70%;
  }
  .u-pcitem-w-80 {
    width: 80%;
  }
  .u-pcitem-w-90 {
    width: 90%;
  }
  .u-pcitem-w-100 {
    width: 100%;
  }
  .u-pcitem-center {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  /*button*/
  .u-button-detail {
    font-size: 1.6rem;
  }
  .u-button-detail a {
    border-radius: 30px;
  }
  .u-button-detail a span {
    padding: 1.2em 4em 1.2em 2em;
  }
  .u-button-detail a span::after {
    width: 3rem;
    height: 1rem;
    right: 2rem;
  }
  .u-button-detail.small {
    font-size: 1.4rem;
  }
  .u-button-detail.small a span::after {
    width: 2rem;
  }
  .u-button-detail.is-hover-left a, .u-button-detail.is-hover-bottom a {
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    overflow: hidden;
  }
  .u-button-detail.is-hover-left a span, .u-button-detail.is-hover-bottom a span {
    position: relative;
    z-index: 1;
  }
  .u-button-detail.is-hover-left a::after, .u-button-detail.is-hover-bottom a::after {
    position: relative;
    z-index: 1;
  }
  .u-button-detail.is-hover-left a::before, .u-button-detail.is-hover-bottom a::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #efefef;
  }
  .u-button-detail.is-hover-left a::before {
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
  }
  .u-button-detail.is-hover-left a:hover::before {
    left: 0;
  }
  .u-button-detail.is-hover-bottom a::before {
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .u-button-detail.is-hover-bottom a:hover::before {
    bottom: 0;
  }
  .u-button-detail.black.is-hover-left a::before, .u-button-detail.black.is-hover-bottom a::before {
    background-color: #666;
  }
  .u-text-small {
    font-size: 0.88em;
  }
  .u-text-x-small {
    font-size: 0.77em;
  }
  .u-text-xx-small {
    font-size: 0.66em;
  }
  .u-text-large {
    font-size: 1.11em;
  }
  .u-text-x-large {
    font-size: 1.22em;
  }
  .u-text-xx-large {
    font-size: 1.33em;
  }
  .u-text-xxx-large {
    font-size: 1.44em;
  }
  .u-text-xxxx-large {
    font-size: 1.55em;
  }
  .u-table-basic th, .u-table-basic td {
    padding: 1.4em 1em;
    font-size: 1.8rem;
  }
  .u-table-basic.small th, .u-table-basic.small td {
    font-size: 1.6rem;
  }
  .u-item-left-pc {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  .u-item-right-pc {
    float: right;
    margin: 0 0 1em 1.5em;
  }
  .u-pcitem-w-20 {
    width: 20%;
  }
  .u-pcitem-w-25 {
    width: 25%;
  }
  .u-pcitem-w-30 {
    width: 30%;
  }
  .u-pcitem-w-40 {
    width: 40%;
  }
  .u-pcitem-w-45 {
    width: 45%;
  }
  .u-pcitem-w-50 {
    width: 50%;
  }
  .u-pcitem-w-60 {
    width: 60%;
  }
  .u-pcitem-w-70 {
    width: 70%;
  }
  .u-pcitem-w-80 {
    width: 80%;
  }
  .u-pcitem-w-90 {
    width: 90%;
  }
  .u-pcitem-w-100 {
    width: 100%;
  }
  .u-flex-basic.column1-2 > .u-flex-basic_item {
    width: 48.5%;
    margin: 0 0 1em 3%;
  }
  .u-flex-basic.column1-2 > .u-flex-basic_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .u-flex-basic.column1-3 > .u-flex-basic_item {
    width: 31.5942%;
    margin: 0 0 1em 2.6087%;
  }
  .u-flex-basic.column1-3 > .u-flex-basic_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .u-flex-basic.column2-3 > .u-flex-basic_item {
    width: 31.5942%;
    margin: 0 0 1em 2.6087%;
  }
  .u-flex-basic.column2-3 > .u-flex-basic_item:nth-child(2n+1) {
    margin-left: 2.6087%;
  }
  .u-flex-basic.column2-3 > .u-flex-basic_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .u-flex-basic.column2-3b > .u-flex-basic_item {
    width: 30%;
    margin: 0 0 1em 5%;
  }
  .u-flex-basic.column2-3b > .u-flex-basic_item:nth-child(2n+1) {
    margin-left: 5%;
  }
  .u-flex-basic.column2-3b > .u-flex-basic_item:nth-child(3n+1) {
    margin-left: 0;
  }
  .u-flex-basic.column2-4 > .u-flex-basic_item {
    width: 23.5%;
    margin: 0 0 1em 2%;
  }
  .u-flex-basic.column2-4 > .u-flex-basic_item:nth-child(2n+1) {
    margin-left: 2%;
  }
  .u-flex-basic.column2-4 > .u-flex-basic_item:nth-child(4n+1) {
    margin-left: 0;
  }
}
/*-------------------------------------------------------------------

	form

-------------------------------------------------------------------*/
/*reset*/
.form-data {
  width: 100%;
}
.form-data input[type=submit], .form-data input[type=button] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  cursor: pointer;
}
.form-data input[type=submit]::-webkit-search-decoration, .form-data input[type=button]::-webkit-search-decoration {
  display: none;
}
.form-data input[type=submit]::focus, .form-data input[type=button]::focus {
  outline-offset: -2px;
}

/*setting*/
.must-icon::after {
  content: "必須";
  display: inline-block;
  font-weight: 400;
  color: #FFF;
  border-radius: 2px;
  padding: 0.7em;
  background: #ffab33;
  font-size: 1rem;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}

.must-icon.any::after {
  content: "任意";
  background: #666;
}

.form-flow {
  margin-bottom: 2.2rem;
  display: flex;
  justify-content: space-between;
}
.form-flow::after {
  content: "";
  display: block;
  clear: both;
}
.form-flow li {
  width: 29.85%;
  padding: 1.3em 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  background-color: #efefef;
  border-radius: 5rem;
}
.form-flow li.current {
  background-color: #eee5b0;
  font-weight: 600;
}

/*form parts*/
.form-data .cell-even tr:nth-child(even) th, .form-data .cell-even tr:nth-child(even) td {
  background: #f7f7f7;
}
.form-data .cell-odd tr:nth-child(odd) th, .form-data .cell-odd tr:nth-child(odd) td {
  background: #f7f7f7;
}
.form-data table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.5rem;
}
.form-data table th, .form-data table td {
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: top;
}
.form-data table th {
  font-family: "Noto Sans JP", sans-serif;
  padding: 1rem 0;
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
}
.form-data table td {
  padding: 0 0 2.8rem;
}
.form-data .list-inline > li, .form-data .list-inline > span {
  display: inline-block;
  margin: 0 1em 0 0;
}
.form-data .list-inline > li label, .form-data .list-inline > span label {
  padding-top: 0.3em;
  line-height: 1.3;
}
.form-data .list-inline.is-margin > li, .form-data .list-inline.is-margin > span {
  display: inline-block;
  margin: 0 1em 0.7em 0;
}
.form-data .list-block > li, .form-data .list-block > span {
  display: block !important;
  margin: 0 0 1em 0;
}
.form-data .list-block > li label, .form-data .list-block > span label {
  padding-top: 0.3em;
  line-height: 1.3;
}
.form-data .list-block.harf {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.form-data .caption {
  display: inline-block;
  margin: 5px 0 0;
  font-size: 0.88em;
  line-height: 1.5;
}
.form-data .hope > div {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #DDD;
}
.form-data .hope > div > span {
  display: inline-block;
  margin: 0 0.2em 0.5em 0;
}
.form-data .hope > div > span:last-child {
  margin-right: 0;
}
.form-data .hope > div:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.form-data .spot li {
  margin-bottom: 1em;
}
.form-data input[type=text], .form-data input[type=number], .form-data input[type=email], .form-data input[type=tel], .form-data textarea {
  -webkit-appearance: none;
  padding: 1em;
  font-size: 16px;
  border: 2px solid #ded7c6;
  border-radius: 8px;
  background-color: #faf9f7;
}
.form-data input[name=age] {
  width: 5em;
}
.form-data input[type=radio], .form-data input[type=checkbox] {
  margin: 0 8px 0 0;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transform-origin: left 50%;
  transform-origin: left 50%;
}
.form-data select {
  -webkit-appearance: none;
  border: 2px solid #ded7c6;
  padding: 1em;
  font-size: 16px;
  min-height: 3em;
  border-radius: 8px;
  background: #faf9f7 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAUCAYAAADskT9PAAABMElEQVRIicXVvUrDUBjG8Z/xBtyE6gU4W7wDxSq6uBW3uol4EU7OLq4quEsvwMUujkV0EMduTl0KCn4MJ4USe2oTa/Isgfc9yfPnvB+Zq9frq7jGinLVw2GCswrMYRkXCZYqMB9qIcFVhQA3CU7QrsD8Hq0EH2jirkTzF+yin6SBQRp4KMH8FVvpUzKS6GNbGI//Uh8bwg3IAkjNN4d0M9Y79tAdDWYB4Ekox2CG5p9o4TabGAdA6NCm0KCz0JGwbX8oBkAYzQN8/dH8FOex5HytVpv0chdvWC9ofonjSQd+A4AOFrGW07yNfaH+UU0qwaiiNYxo6h6aFiDaxWP0KMcUTQtAZI4z6qEhxx7JA8CYTZbJ5d6keQHI7PJUA+wo8C8pAkC4gUZq+CyUplPkQ9+cPEKCLYZGfQAAAABJRU5ErkJggg==) no-repeat right 6px center;
  background-size: 10px;
}
.form-data .wide {
  width: 100%;
}
.form-data .wide-date {
  width: 14em;
}
.form-data .half {
  width: 50%;
}
.form-data .name {
  width: 40%;
}
.form-data .tel-small {
  width: 25%;
}
.form-data .consent-btn {
  display: inline-block;
  border: 1px solid #a2b6b9;
  background-color: #e8f2f4;
  border-radius: 3px;
  padding: 1em;
  font-size: 0.8em;
  line-height: 1;
  text-decoration: none;
}

/*button*/
.form-data .form-button {
  padding-top: 2em;
  margin-bottom: 2em;
}
.form-data .form-button input.button {
  display: block;
  width: 100%;
  border-radius: 30rem;
  padding: 1.6em 0;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: bold;
  margin: 0 auto 1em;
  color: #FFF;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
}
.form-data .form-button.is-2col {
  display: flex;
  flex-direction: column;
}
.form-data .form-button.is-2col form {
  width: 100%;
}
.form-data .form-button input.button-send {
  background: #004098;
  color: #fff;
}
.form-data .form-button input.button-send:disabled {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.5;
  cursor: not-allowed;
}
.form-data .form-button input.button-mod {
  background: #ccc;
  color: #fff;
}

/*option*/
div#ui-datepicker-div {
  z-index: 9999 !important;
}

.ui-datepicker-trigger {
  display: inline-block;
  width: 2.2em;
  margin-left: 0.5em;
  vertical-align: middle;
}

.form-privacy {
  margin-bottom: 1rem;
  background-color: #FFF;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 2em;
}
.form-privacy_title {
  text-align: center;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.form-privacy_subtitle {
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.form-privacy_inner {
  border: 1px solid #DDD;
  padding: 2rem;
  height: 10rem;
  padding-right: 1em;
}
.form-privacy_inner dt {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.form-privacy_inner dd {
  margin-bottom: 1em;
}
.form-privacy_inner .text-small {
  font-size: 0.9em;
}

.form-consent {
  border: 2px solid #ded7c6;
  background-color: #faf9f7;
  padding: 1.5em;
  border-radius: 8px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.form-consent > :last-child {
  margin-bottom: 0;
}
.form-consent_caption {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}

.button-gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}

.mw_wp_form_confirm .confirm-hide {
  display: none;
}

.form-thanks-title {
  font-size: 1.8rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-bottom: 1em;
}

/*-------------------------------------------------------------------
	form PC
-------------------------------------------------------------------*/
@media (min-width: 769px) {
  /*setting*/
  .must-icon::after {
    padding: 0.5em 0.7em;
    font-size: 1.2rem;
  }
  .form-flow {
    margin: 0 auto 6rem;
    width: 68rem;
  }
  .form-flow li {
    font-size: 1.8rem;
  }
  /*form parts*/
  .form-data table {
    margin-bottom: 2em;
  }
  .form-data table th, .form-data table td {
    display: table-cell;
    vertical-align: middle;
  }
  .form-data table th {
    width: 28%;
    padding: 2rem 0;
    font-size: 1.6rem;
  }
  .form-data table td {
    width: 72%;
    padding: 2rem 0 2rem 4rem;
    font-size: 1.6rem;
  }
  .form-data input[type=text], .form-data input[type=number], .form-data input[type=email], .form-data input[type=tel], .form-data textarea {
    padding: 1.5em;
  }
  .form-data select {
    padding: 1.5em;
  }
  .form-data .spot li {
    margin-bottom: 0.5em;
  }
  .form-data .list-block.harf {
    flex-direction: row;
  }
  .form-data .list-block.harf > li, .form-data .list-block.harf > span {
    width: 49%;
    margin-left: 2%;
  }
  .form-data .list-block.harf > li:nth-child(2n+1), .form-data .list-block.harf > span:nth-child(2n+1) {
    margin-left: 0;
  }
  /*button*/
  .form-data .form-button input.button {
    font-size: 20px;
    width: 60%;
  }
  .form-data .form-button.is-2col {
    flex-direction: row;
    justify-content: space-between;
  }
  .form-data .form-button.is-2col form {
    width: 49%;
    text-align: center;
  }
  .form-data .form-button.is-2col form:first-child {
    order: 2;
  }
  .form-data .form-button.is-2col form:last-child {
    order: 1;
  }
  .form-data .form-button.is-2col input.button {
    width: 45%;
  }
  .form-data .form-button.is-2col input.button.button-send {
    order: 2;
  }
  .form-data .form-button.is-2col input.button.button-mod {
    order: 1;
  }
  .form-data .mw_wp_form_confirm .form-button {
    display: flex;
    justify-content: space-between;
    width: 85rem;
    margin: auto;
  }
  .form-data .mw_wp_form_confirm .form-button input {
    width: 47%;
  }
  .form-data .mw_wp_form_confirm .form-button input[name=confirm] {
    order: 2;
  }
  .form-data .mw_wp_form_confirm .form-button input[name=submitBack] {
    order: 1;
  }
  /*option*/
  .form-privacy {
    font-size: 1.4rem;
    margin-bottom: 3em;
  }
  .form-privacy_title {
    text-align: left;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .form-privacy_inner {
    height: 16rem;
    padding: 2.5em;
  }
  .form-consent {
    font-size: 1.8rem;
  }
  .form-consent .must-icon {
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .form-consent_caption {
    font-size: 1.4rem;
  }
  .form-thanks-title {
    font-size: 3rem;
  }
}
/*-------------------------------------------------------------------

	TOP

-------------------------------------------------------------------*/
#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #004098;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  /* anime */
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .loader,
#loading .loader:before,
#loading .loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
#loading .loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loading .loader:before,
#loading .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
#loading .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loading .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.main-visual {
  display: flex;
}
.main-visual_text {
  position: relative;
  z-index: 1;
  margin: 0 -100% 0 0;
  padding-top: 62.1333333333vw;
  padding-left: 1rem;
  font-family: "Lato", "Noto Sans JP", sans-serif, serif;
}
.main-visual_text small {
  display: block;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #004098;
  margin-bottom: 0.3em;
}
.main-visual_text .maintext {
  display: block;
  margin-bottom: 0.1em;
}
.main-visual_text .maintext > span {
  position: relative;
  display: inline-block;
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: white;
}
.main-visual_text .maintext > span::before {
  position: absolute;
  z-index: -1;
  bottom: 0.8rem;
  left: 0;
  height: 75%;
  width: 100%;
  content: "";
  display: inline-block;
  background-color: #004098;
}
.main-visual_text .subtext {
  color: #ffcc33;
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 0.3em;
}
.main-visual_mov {
  position: relative;
  width: 90.6666666667vw;
  height: 161.3333333333vw;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.main-visual_mov video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 769px) {
  .main-visual_text {
    padding-top: 11.8055555556vw;
    padding-left: 12rem;
  }
  .main-visual_text small {
    font-size: 4.4rem;
    margin-bottom: 0.1em;
  }
  .main-visual_text .maintext > span {
    font-size: 12rem;
  }
  .main-visual_text .maintext > span::before {
    position: absolute;
    z-index: -1;
    bottom: 0.8rem;
    left: 0;
    height: 75%;
    width: 100%;
    content: "";
    display: inline-block;
    background-color: #004098;
  }
  .main-visual_text .subtext {
    font-size: 4.4rem;
  }
  .main-visual_mov {
    width: 86.8055555556vw;
    height: 50vw;
  }
}
/*intro*/
.p-top-intro {
  padding: 4rem 0 7.5rem;
}
.p-top-intro_main {
  position: relative;
  min-height: 62rem;
}
.p-top-intro_main .photo {
  position: absolute;
  z-index: -1;
  width: 27.5rem;
}
.p-top-intro_main .photo.left {
  bottom: 0;
  left: -5.5rem;
}
.p-top-intro_main .photo.right {
  top: 0;
  right: -2.35rem;
}
.p-top-intro_main .text {
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  padding-top: 14rem;
}
.p-top-intro_main .text_item {
  z-index: 1;
  font-size: 2.3rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-top-intro_main .text_item strong {
  color: #ff9900;
}
.p-top-intro_main .text_item span, .p-top-intro_main .text_item strong {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0.5rem 0;
}
.p-top-intro_text {
  padding: 2.5rem 2rem 0 8rem;
}
.p-top-intro_text > :last-child {
  margin-bottom: 0;
}

/*business*/
.p-top-business {
  background: #f1eee7 url("../img/top/business_back.png") repeat-y center -3.2rem;
  background-size: 74rem;
}
.p-top-business_inner {
  padding: 0 2rem 7rem;
}
.p-top-business_inner > :last-child {
  margin-bottom: 0;
}
.p-top-business_title-en {
  display: block;
  font-size: 4.5rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  margin: 0 0 1rem -1rem;
  transform: translateY(-2rem);
}
.p-top-business_title-jp {
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0 0 1rem -1rem;
  transform: translateY(-2rem);
}
.p-top-business_contents {
  margin-bottom: 5.5rem;
}
.p-top-business_contents_text {
  margin-bottom: 2em;
}
.p-top-business_contents_text .text-en {
  font-size: 8.8rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: white;
}
.p-top-business_contents_text .text-jp {
  font-size: 2.1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: -2rem auto 1em 5.5rem;
}
.p-top-business_contents_text .text-dl dt {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.p-top-business_contents_text .text-dl dd {
  margin-bottom: 1.7em;
}
.p-top-business_contents_text .text-dl dd:last-child {
  margin-bottom: 0;
}
.p-top-business_contents_photo {
  width: 30rem;
  margin: 0 -2rem 0 auto;
}

/*points*/
.p-top-points {
  padding: 7rem 2rem 9.5rem;
}
.p-top-points > :last-child {
  margin-bottom: 0;
}
.p-top-points_item {
  position: relative;
  margin-bottom: 7rem;
}
.p-top-points_item .points-en {
  position: absolute;
  top: 0;
  font-family: "Lato", sans-serif;
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 900;
  color: #004098;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.p-top-points_item .points-main {
  display: flex;
  flex-direction: column;
  width: 91.30434%;
}
.p-top-points_item .points-main_text {
  position: relative;
  z-index: 1;
  margin: -10.8rem 0 0 2rem;
}
.p-top-points_item .points-main_text .sub {
  display: inline-block;
  padding: 1em;
  margin-bottom: 1rem;
  background-color: #1a1a1a;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top-points_item .points-main_text .sub small {
  display: block;
  font-size: 85.7%;
  margin-bottom: 0.3em;
}
.p-top-points_item .points-main_text .main {
  padding: 1em;
  background-color: white;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.1rem;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.p-top-points_item .points-list {
  display: flex;
  flex-wrap: wrap;
}
.p-top-points_item .points-list li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46.3768115942%;
  margin: 0 0 2.6rem 4.347826087%;
  background-color: white;
  padding: 1.5em 0.5em;
  border-radius: 3px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top-points_item .points-list li > i {
  position: absolute;
  display: inline-block;
  top: -0.5em;
  left: -0.25em;
  color: #ffcc33;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 0.05em;
}
.p-top-points_item .points-list li:nth-child(2n+1) {
  margin-left: 0;
}
.p-top-points_item .points-text {
  border-left: 2px solid #ccc;
  padding: 1em 0 1em 1.5em;
}
.p-top-points_item .points-text > :last-child {
  margin-bottom: 0;
}
.p-top-points_item.odd .points-en {
  left: -2.3rem;
}
.p-top-points_item.odd .points-main {
  margin: 0 -2rem 2.2rem auto;
}
.p-top-points_item.even .points-en {
  right: -2.3rem;
}
.p-top-points_item.even .points-main {
  margin: 0 auto 2.2rem -2rem;
}
/*topics*/
.p-topics {
  padding: 0 2rem 7rem;
}
.p-topics_title {
  position: relative;
  z-index: 1;
  font-family: "Lato", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.p-topics_inner {
  margin-top: -1rem;
  padding: 3rem 2rem 2rem;
  background-color: #f7f7f7;
  border-radius: 5px;
}
.p-topics_inner dl dt {
  font-size: 1.3rem;
  font-weight: 600;
}
.p-topics_inner dl dd {
  font-size: 1.2rem;
  margin-bottom: 2em;
}

/*nav*/
.p-top-nav {
  padding: 0 2rem;
  margin-bottom: 5.5rem;
}
.p-top-nav_list {
  display: flex;
  flex-wrap: wrap;
}
.p-top-nav_list li {
  width: 47.7611940299%;
  margin: 0 0 1.5rem 4.4776119403%;
}
.p-top-nav_list li:nth-child(2n+1) {
  margin-left: 0;
}
.p-top-nav_list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.5rem 1.5rem 3rem 2rem;
  text-decoration: none;
  background-color: #ffcc33;
  border-radius: 5px;
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.p-top-nav_list li a small {
  display: block;
  font-family: "Lato", sans-serif;
  font-size: 1.7rem;
  font-weight: 900;
  margin-bottom: 0.2em;
}
.p-top-nav_list li a::after {
  display: block;
  content: "";
  position: absolute;
  right: 1.5rem;
  bottom: 1.3rem;
  width: 3.7rem;
  height: 7.5rem;
  background: url("../img/common/button_arrow.svg") no-repeat bottom right;
  background-size: contain;
}

@media (min-width: 769px) {
  .p-top-intro {
    max-width: 126rem;
    margin: auto;
    padding: 12rem 3rem 15rem;
  }
  .p-top-intro_main {
    min-height: 72rem;
  }
  .p-top-intro_main .photo {
    width: 50.8rem;
  }
  .p-top-intro_main .photo.left {
    bottom: 6rem;
    left: 0;
  }
  .p-top-intro_main .photo.right {
    top: 0;
    right: 0;
  }
  .p-top-intro_main .text {
    padding-top: 0;
  }
  .p-top-intro_main .text_item {
    font-size: 4.5rem;
  }
  .p-top-intro_main .text_item span, .p-top-intro_main .text_item strong {
    background-color: rgba(255, 255, 255, 0);
    padding: 0.5rem 0;
  }
  .p-top-intro_text {
    padding: 2rem 20rem 0 20rem;
  }
  /*business*/
  .p-top-business {
    background-position: center -5.6rem;
    background-size: 146.1rem;
  }
  .p-top-business_inner {
    max-width: 126rem;
    margin: auto;
    padding: 0 3rem 12rem;
  }
  .p-top-business_title-en {
    font-size: 9rem;
    margin: 0 0 2rem 0;
    transform: translateY(-5rem);
  }
  .p-top-business_title-jp {
    font-size: 4rem;
    margin: 0 0 1rem 0;
    transform: translateY(-5rem);
  }
  .p-top-business_contents {
    margin-bottom: 10rem;
  }
  .p-top-business_contents_text {
    margin-bottom: 0;
    flex: 1;
  }
  .p-top-business_contents_text .text-en {
    font-size: 15.1rem;
  }
  .p-top-business_contents_text .text-jp {
    font-size: 3.6rem;
    margin: -4rem auto 1em 9rem;
  }
  .p-top-business_contents_photo {
    width: 60rem;
    margin: 0;
  }
  .p-top-business_contents {
    display: flex;
  }
  .p-top-business_contents.odd .p-top-business_contents_text {
    order: 1;
  }
  .p-top-business_contents.odd .p-top-business_contents_photo {
    order: 2;
    margin: 0 0 0 6rem;
  }
  .p-top-business_contents.even .p-top-business_contents_text {
    order: 2;
  }
  .p-top-business_contents.even .p-top-business_contents_photo {
    order: 1;
    margin: 0 6rem 0 0;
  }
  /*points*/
  .p-top-points {
    max-width: 126rem;
    margin: 0 auto;
    padding: 16rem 3rem;
  }
  .p-top-points_item {
    margin-bottom: 16rem;
  }
  .p-top-points_item .points-en {
    font-size: 7rem;
  }
  .p-top-points_item .points-main {
    flex-direction: row;
    width: 100%;
  }
  .p-top-points_item .points-main_photo {
    width: 80.95238%;
  }
  .p-top-points_item .points-main_photo img {
    display: block;
    width: 100%;
  }
  .p-top-points_item .points-main_text {
    flex-grow: 1;
  }
  .p-top-points_item .points-main_text .sub {
    padding: 0.8em;
    font-size: 2.6rem;
    margin-bottom: 2.8rem;
  }
  .p-top-points_item .points-main_text .sub > small {
    margin-bottom: 0;
  }
  .p-top-points_item .points-main_text .main {
    padding: 0.7em 1em;
    font-size: 4rem;
  }
  .p-top-points_item .points-list {
    padding: 0 2.85714%;
    position: relative;
    z-index: 1;
    margin-top: -3.4rem;
  }
  .p-top-points_item .points-list li {
    width: 31.7171717172%;
    margin: 0 0 5rem 2.4242424242%;
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    font-size: 2rem;
  }
  .p-top-points_item .points-list li > i {
    top: -0.5em;
    left: -0.25em;
    font-size: 5rem;
  }
  .p-top-points_item .points-list li:nth-child(2n+1) {
    margin-left: 2.2857142857%;
  }
  .p-top-points_item .points-list li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-top-points_item .points-text {
    border-left-width: 4px;
    padding: 1em 0 1em 8.6rem;
    margin: 0 2.85714%;
  }
  .p-top-points_item.odd {
    padding-left: 12.5%;
  }
  .p-top-points_item.odd .points-en {
    left: -1.3rem;
  }
  .p-top-points_item.odd .points-main {
    margin: 0;
  }
  .p-top-points_item.odd .points-main_photo {
    margin: 0 auto 0 0;
  }
  .p-top-points_item.odd .points-main_text {
    margin: 7rem 0 0 -34.28571%;
  }
  .p-top-points_item.even {
    padding-right: 12.5%;
  }
  .p-top-points_item.even .points-en {
    right: -1.3rem;
  }
  .p-top-points_item.even .points-main {
    margin: 0;
  }
  .p-top-points_item.even .points-main_photo {
    margin: 0 0 0 auto;
  }
  .p-top-points_item.even .points-main_text {
    margin: 7rem 0 0 -34.28571%;
  }
  .p-top-points_item.point2 .points-main_text, .p-top-points_item.point3 .points-main_text {
    margin-top: 10rem;
  }
  .p-top-points_item.point3 .points-main {
    margin-bottom: 5rem;
  }
  /*topics*/
  .p-topics {
    max-width: 126rem;
    margin: auto;
    padding: 0 3rem 16rem;
    position: relative;
  }
  .p-topics_title {
    position: absolute;
    top: 8rem;
    left: 10.5rem;
    font-size: 5rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .p-topics_inner {
    margin-top: 0;
    padding: 8rem 8rem 6rem 30rem;
    border-radius: 10px;
  }
  .p-topics_inner dl dt {
    font-size: 1.6rem;
    clear: left;
    float: left;
    width: 14rem;
  }
  .p-topics_inner dl dd {
    font-size: 1.5rem;
    padding: 0 0 0 14rem;
  }
  /*nav*/
  .p-top-nav {
    max-width: 126rem;
    margin: auto;
    padding: 0 3rem;
    margin-bottom: 12rem;
  }
  .p-top-nav_list li {
    width: 48.3333333333%;
    margin: 0 0 4rem 3.3333333333%;
  }
  .p-top-nav_list li a {
    padding: 3.5rem 13rem 3.5rem 4.6rem;
    border-radius: 10px;
    font-size: 1.6rem;
    transition: all 0.2s ease-out;
  }
  .p-top-nav_list li a small {
    font-size: 3rem;
  }
  .p-top-nav_list li a::after {
    right: 4rem;
    bottom: 50%;
    transform: translateY(50%);
    width: 7.4rem;
    height: 1.5rem;
    transition: all 0.2s ease-out;
  }
  .p-top-nav_list li a:hover {
    background-color: #ff9900;
  }
  .p-top-nav_list li a:hover::after {
    right: 2rem;
  }
}
/*-------------------------------------------------------------------

	company

-------------------------------------------------------------------*/
.p-company_list {
  border-top: 1px solid #ded7c6;
}
.p-company_list th, .p-company_list td {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #ded7c6;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left;
  vertical-align: top;
}
.p-company_list th {
  padding-left: 1.5em;
  width: 32%;
}
.p-company_list td {
  padding-right: 1.5em;
  width: 68%;
}

@media (min-width: 769px) {
  .p-company_list th, .p-company_list td {
    font-size: 1.6rem;
  }
  .p-company_list th {
    padding-left: 3em;
  }
  .p-company_list td {
    padding-right: 3em;
  }
}
/*-------------------------------------------------------------------

	privacy policy

-------------------------------------------------------------------*/
.p-privacy_list {
  border-top: 1px solid #ded7c6;
}
.p-privacy_list th, .p-privacy_list td {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #ded7c6;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left;
  vertical-align: top;
}
.p-privacy_list th {
  padding-left: 1.5em;
  width: 32%;
}
.p-privacy_list td {
  padding-right: 1.5em;
  width: 68%;
}

@media (min-width: 769px) {
  .p-privacy_list th, .p-privacy_list td {
    font-size: 1.6rem;
  }
  .p-privacy_list th {
    padding-left: 3em;
  }
  .p-privacy_list td {
    padding-right: 3em;
  }
}
/*privacy-list*/
.p-top-privacy_contents {
  margin-bottom: 5.5rem;
}
.p-top-privacy_contents_text {
  margin-bottom: 2em;
}
.p-top-privacy_contents_text .text-en {
  font-size: 8.8rem;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: white;
}
.p-top-privacy_contents_text .text-jp {
  font-size: 2.1rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: -2rem auto 1em 5.5rem;
}
.p-top-privacy_contents_text .text-dl dt {
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.p-top-privacy_contents_text .text-dl dd {
  margin-bottom: 1.7em;
}
.p-top-privacy_contents_text .text-dl dd:last-child {
  margin-bottom: 0;
}

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

	animation

-------------------------------------------------------------------*/
.fadeIn {
  opacity: 0;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20px);
  transition: 1s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  transform: translate(20px, 0);
  transition: 1s;
}

.fadeIn_right.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  transform: translate(-20px, 0);
  transition: 1s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

.delay1 {
  transition-delay: 0.5s;
}

.delay2 {
  transition-delay: 1s;
}

.delay3 {
  transition-delay: 1.5s;
}

.delay4 {
  transition-delay: 2s;
}

.delay5 {
  transition-delay: 2.5s;
}

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

	lower common

-------------------------------------------------------------------*/
.lower-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 12.5rem;
  padding: 2.5rem 1rem;
  background: url("../img/common/lower_title_back_sp.jpg") no-repeat center center;
  background-size: cover;
  color: white;
}
.lower-title::before, .lower-title::after {
  position: absolute;
  content: "";
  display: block;
  height: 0.5rem;
}
.lower-title::before {
  background-color: #1a1a1a;
  width: 11.5rem;
  top: 0;
  left: 0;
}
.lower-title::after {
  background-color: white;
  width: 16.8rem;
  bottom: 0;
  right: 0;
}
.lower-title_text {
  font-size: 2rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
}
.lower-title_text > small {
  display: block;
  font-size: 0.65em;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
.lower-title_text > small.notes {
  font-size: 0.45em;
  padding-top: 0.5em;
}

.lower-main-lead {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 4rem;
}

@media (max-width: 768px) {
  .js-scrollable table {
    width: 70rem;
  }
}
@media (min-width: 769px) {
  .lower-title {
    min-height: 23.3rem;
    padding: 3rem 1rem;
    background-image: url("../img/common/lower_title_back_pc.jpg");
  }
  .lower-title::before, .lower-title::after {
    height: 0.6rem;
  }
  .lower-title::before {
    background-color: #1a1a1a;
    width: 48.3rem;
  }
  .lower-title::after {
    background-color: white;
    width: 68.1rem;
  }
  .lower-title_text {
    font-size: 4rem;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.3);
  }
  .lower-title_text > small {
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.3);
  }
  .lower-main-lead {
    max-width: 100rem;
    font-size: 2rem;
    margin: 0 auto 10rem;
  }
}
/*-------------------------------------------------------------------

	form

-------------------------------------------------------------------*/
.form-tel {
  text-align: center;
  font-size: 1rem;
  line-height: 1.1;
  font-weight: 600;
  margin: 0 auto 2.5rem;
}
.form-tel .notes {
  display: block;
  line-height: 1.5;
  margin-bottom: 0.3em;
}
.form-tel .mark {
  display: inline-block;
  width: 2rem;
  margin-left: 1em;
  margin-right: 0.5em;
}
.form-tel a {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #666;
  padding: 1em 4em;
  border-radius: 100px;
}
.form-tel .number {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  vertical-align: -0.15em;
}

.must-pos {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.c-btn-consent {
  display: inline-block;
  background-color: #ad7f52;
  color: #FFF;
  font-size: 0.88em;
  line-height: 1;
  padding: 1em;
  text-decoration: none;
  border-radius: 5px;
}

.agree-message {
  font-size: 1.05rem;
  text-align: center;
  margin-bottom: 2em;
}

.form-section {
  background-color: #fbf0f4;
}
.form-section_inner {
  padding: 4rem 1.5rem 4rem;
}
.form-section_inner > :last-child {
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .form-tel {
    font-size: 1.5rem;
    margin-bottom: 6rem;
  }
  .form-tel .mark {
    width: 4rem;
  }
  .form-tel a {
    padding: 1em 3em;
  }
  .form-tel .number {
    font-size: 5rem;
  }
  .form .basic-section_inner {
    padding-bottom: 4rem;
  }
  .agree-message {
    font-size: 1.8rem;
  }
  .form-section_inner {
    padding: 8rem 0 6rem;
    width: 1040px;
    margin: 0 auto;
  }
}
/*-------------------------------------------------------------------

	recruit

-------------------------------------------------------------------*/
.p-recruit_list th, .p-recruit_list td {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6;
  border-bottom: 1px solid #ded7c6;
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: left;
  vertical-align: top;
}

.p-recruit_list th {
  padding-left: 0.5em;
  width: 32%;
}

.p-recruit_list td {
  padding-right: 0.5em;
  width: 68%;
}

@media (min-width: 769px) {
  .p-recruit_list th, .p-recruit_list td {
    font-size: 1.6rem;
  }
  .p-recruit_list th {
    padding-left: 0em;
    width: 28%;
    vertical-align: middle;
  }
  .p-recruit_list td {
    padding-left: 3em;
    padding-right: 3em;
    width: 72%;
  }
  .col2 {
    column-count: 2;
  }
}
/*-------------------------------------------------------------------

	referral

-------------------------------------------------------------------*/
.p-referral_list th, .p-referral_list td {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-top: 2em;
  text-align: center;
  vertical-align: top;
}

.p-referral_list th {
  font-weight: 600;
}

.p-referral_list td {
  font-weight: 400;
  border-bottom: 1px solid #ded7c6;
  padding-bottom: 2em;
}

@media (max-width: 768px) {
  .p-referral_list th {
    font-weight: 800;
    padding-left: 0.5em;
    display: block;
  }
  .p-referral_list td {
    padding-right: 0.5em;
    display: block;
  }
}
@media (min-width: 769px) {
  .p-referral_list th, .p-referral_list td {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-referral_list th {
    border-bottom: 1px solid #ded7c6;
    padding-bottom: 2em;
    padding-left: 0em;
    width: 50%;
    vertical-align: middle;
  }
  .p-referral_list td {
    padding-left: 3em;
    padding-right: 3em;
    width: 50%;
  }
  table.col2 {
    column-count: 2;
  }
}
/*-------------------------------------------------------------------

	member

-------------------------------------------------------------------*/
.member-ceo {
  margin-bottom: 6rem;
}
.member-ceo_image {
  position: relative;
  width: 24rem;
  margin: 0 auto 6rem;
}
.member-ceo_image img {
  display: block;
  position: relative;
  z-index: 2;
}
.member-ceo_image figcaption {
  display: block;
  position: absolute;
  bottom: -3.8rem;
  right: -1rem;
  z-index: 3;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 2.7rem;
  line-height: 1;
  text-align: right;
  letter-spacing: 0.05em;
}
.member-ceo_image figcaption small {
  font-size: 0.8em;
}
.member-ceo_image::after {
  position: absolute;
  content: "";
  background-color: #edeae3;
  width: 100%;
  height: 29.6rem;
  top: 2.1rem;
  left: 1.5rem;
  z-index: 1;
}
.member-ceo_sign {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: right;
}
.member-ceo_sign small {
  font-size: 0.8em;
}

.member-intro {
  margin: 0 1rem;
}
.member-intro_title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 2.5rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.5rem;
}
.member-intro_list {
  display: flex;
  flex-wrap: wrap;
}
.member-intro_list li {
  width: 45%;
  margin: 0 0 3rem 8.3333333333%;
}
.member-intro_list li:nth-child(2n+1) {
  margin-left: 0;
}
.member-intro_list li figure {
  margin-bottom: 0.5rem;
}
.member-intro_list li figure figcaption {
  display: block;
  padding-top: 0.5em;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
}
.member-intro_list li p {
  font-size: 1.2rem;
  line-height: 1.7;
  margin-bottom: 0;
  position: relative;
  padding: 1rem;
}
.member-intro_list li p::before, .member-intro_list li p::after {
  position: absolute;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border: 2px solid #dad4c7;
}
.member-intro_list li p::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}
.member-intro_list li p::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

@media (min-width: 769px) {
  .member-ceo {
    margin-bottom: 10rem;
  }
  .member-ceo::after {
    content: "";
    display: block;
    clear: both;
  }
  .member-ceo_image {
    float: right;
    width: 42rem;
    margin: 0 0 8rem 3rem;
  }
  .member-ceo_image figcaption {
    bottom: -5rem;
    right: -1.6rem;
    font-size: 4rem;
  }
  .member-ceo_image::after {
    height: 51.8rem;
    top: 3.6rem;
    left: 2.2rem;
  }
  .member-ceo_sign {
    font-size: 2rem;
  }
  .member-intro {
    margin: 0;
  }
  .member-intro_title {
    font-size: 5rem;
    margin-bottom: 3.5rem;
  }
  .member-intro_list li {
    width: 20.625%;
    margin: 0 0 5rem 5.8333333333%;
  }
  .member-intro_list li:nth-child(2n+1) {
    margin-left: 5.8333333333%;
  }
  .member-intro_list li:nth-child(4n+1) {
    margin-left: 0;
  }
  .member-intro_list li figure figcaption {
    font-size: 1.6rem;
  }
  .member-intro_list li p {
    font-size: 1.4rem;
    padding: 1.6rem;
  }
}/*# sourceMappingURL=bundle.css.map */