@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@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap");
html {
  line-height: 1.15;
  /* 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;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #272727;
}
@media screen and (max-width: 680px) {
  body {
    font-size: 1.4rem;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

ol {
  padding: 0;
  margin: 0;
}

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

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

address {
  font-style: normal;
}

.l-header {
  padding: 2rem 6rem;
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0;
  }
}
.l-header__logo {
  padding-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  .l-header__logo {
    padding-left: 1rem;
  }
}
.l-header__logo .image {
  max-width: 9.3rem;
}
@media screen and (max-width: 1200px) {
  .l-header__logo .image {
    max-width: 5.9rem;
  }
}
.l-header__logo .company-name {
  padding-left: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 1200px) {
  .l-header__logo .company-name {
    padding-left: 0.6rem;
  }
}
@media screen and (min-width: 1201px) {
  .l-header__logo .company-name {
    white-space: nowrap;
  }
}
@media screen and (max-width: 1200px) {
  .l-header__nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  }
}
@media screen and (max-width: 1200px) {
  .l-header__nav--bg-gray {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(112, 112, 112, 0.2);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 90;
    cursor: pointer;
  }
}
.l-header__tel img {
  width: 1.8rem;
}
.l-header__toggle-wrapper {
  position: relative;
  z-index: 110;
}
.l-header__toggle {
  position: relative;
  width: 2.5rem;
  height: 1.3rem;
}
.l-header__toggle span {
  position: absolute;
  background: #fff;
  display: block;
  width: 2.3rem;
  height: 0.1rem;
  border-radius: 5rem;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.l-header__toggle span:nth-child(2) {
  top: 0.6rem;
}
.l-header__toggle span:last-child {
  top: 1.2rem;
  width: 1.3rem;
}
.l-header.is-show .l-header__nav {
  opacity: 1;
  visibility: visible;
}
.l-header.is-show .l-header__toggle span {
  width: 2.3rem;
}
.l-header.is-show .l-header__toggle span:first-child {
  transform: translateY(0.6rem) rotate(-45deg);
}
.l-header.is-show .l-header__toggle span:nth-child(2) {
  opacity: 0;
}
.l-header.is-show .l-header__toggle span:last-child {
  transform: translateY(-0.6rem) rotate(45deg);
}

.l-main {
  padding-top: 8.972rem;
  position: relative;
  z-index: 90;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .l-main {
    padding-top: 5.6rem;
  }
}

.l-main-bg-grid {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 12%);
  height: 100%;
  display: flex;
  border-left: 1px solid #ECEFF1;
}
.l-main-bg-grid--top-blog {
  z-index: -1;
}
.l-main-bg-grid span {
  display: block;
  width: calc(100% / 6);
  height: 100%;
  border-right: 1px solid #ECEFF1;
}

.l-main-bg-dot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/dot.svg);
  background-repeat: repeat;
  background-size: 8px 8px;
  background-position: 0 0;
}
.l-main-bg-dot--blue {
  background-image: url(../images/dot-blue.svg);
}

.l-container {
  max-width: 96rem;
  margin-right: auto;
  margin-left: auto;
}

.l-footer {
  padding-right: 2.5rem;
  padding-bottom: 2.5rem;
}
.l-footer::before {
  background: linear-gradient(180deg, #89f7fe 0%, #66a6ff 100%);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60%;
  z-index: -1;
}
.l-footer__to-top {
  width: calc( (100% - 96rem) / 2 );
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 50;
}
@media screen and (max-width: 1100px) {
  .l-footer__to-top {
    width: 5rem;
  }
}
.l-footer__to-top .inner {
  display: inline-block;
}
.l-footer__to-top .inner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 4.8rem;
  background: linear-gradient(180deg, #89f7fe 0%, #66a6ff 100%);
}
.l-footer__to-top .line {
  display: inline-block;
  width: 0.1rem;
  height: 4.8rem;
}
.l-footer__to-top .text {
  transform: rotate(90deg);
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 6rem;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .l-footer__to-top .text {
    font-size: 1rem;
  }
}
.l-footer__inner {
  max-width: 98.5rem;
  padding-top: 1rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 680px) {
  .l-footer__inner {
    padding-top: 3.8rem;
  }
}
.l-footer__logo {
  padding-top: 2rem;
  padding-right: 3rem;
}
@media screen and (max-width: 680px) {
  .l-footer__logo {
    padding-right: 0;
  }
}
.l-footer__logo .image {
  max-width: 6.4rem;
}
.l-footer__logo .company-name {
  padding-left: 1rem;
  line-height: 1.3;
}
@media screen and (max-width: 680px) {
  .l-footer__logo .company-name {
    padding-left: 0.6rem;
  }
}
.l-footer__info {
  padding-top: 2rem;
}
.l-footer__copy {
  white-space: nowrap;
}
@media screen and (max-width: 680px) {
  .l-footer__copy {
    white-space: normal;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5rem;
  cursor: pointer;
}
.c-button__icon {
  margin-right: 0.5rem;
}

.c-button-square {
  display: inline-block;
  width: 5.6rem;
  height: 5.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.c-form__item {
  margin-bottom: 3rem;
}
@media screen and (max-width: 680px) {
  .c-form__item {
    margin-bottom: 2rem;
  }
}
.c-form__item--last {
  margin-bottom: 6rem;
}
@media screen and (max-width: 680px) {
  .c-form__item--last {
    margin-bottom: 3rem;
  }
}
.c-form__head {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 680px) {
  .c-form__head {
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.c-form__head .must {
  margin-right: 1.5rem;
  padding: 0.3rem 1.5rem;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 680px) {
  .c-form__head .must {
    font-size: 1.2rem;
  }
}
.c-form__input input, .c-form__input textarea {
  width: 100%;
  border: 1px solid #BBBBBB;
  padding: 1.6rem 1.5rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 680px) {
  .c-form__input input, .c-form__input textarea {
    font-size: 1.6rem;
  }
}
.c-form__input input::-moz-placeholder, .c-form__input textarea::-moz-placeholder {
  color: #CCCCCC;
}
.c-form__input input:-ms-input-placeholder, .c-form__input textarea:-ms-input-placeholder {
  color: #CCCCCC;
}
.c-form__input input::placeholder, .c-form__input textarea::placeholder {
  color: #CCCCCC;
}
.c-form__input textarea {
  resize: vertical;
  height: 30rem;
}
.c-form__agree-check {
  text-align: center;
  font-size: 1.4rem;
}
.c-form__button-wrap {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 680px) {
  .c-form__button-wrap {
    margin-top: 2rem;
  }
}
.c-form__button-wrap input[type=submit] {
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  color: #fff;
  border: none;
  border-radius: 5rem;
  width: 33rem;
  height: 6rem;
  font-size: 1.8rem;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 680px) {
  .c-form__button-wrap input[type=submit] {
    font-size: 1.4rem;
    width: 22.1rem;
    height: 5rem;
  }
}
.c-form__button-wrap input[name=submitBack] {
  border: 1px solid #66a6ff;
  background: #fff;
  color: #66a6ff;
}
.c-form__button-wrap input[type=submit]:disabled {
  background: none;
  background-color: #b8bcbe;
}
.c-form__privacypolicy a {
  text-decoration: underline;
}
.c-form__privacypolicy a:hover {
  text-decoration: none;
}
.c-form__checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none;
}
.c-form__checkbox + span {
  display: inline-block;
  position: relative;
  font-size: 1.4rem;
  line-height: 2.3;
  padding-left: 2em;
  margin-right: 15px;
  text-align: left;
}
.c-form__checkbox + span::after, .c-form__checkbox + span::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0px;
  display: block;
  line-height: 38px;
  width: 18px;
  height: 18px;
  border: 1px solid #BBBBBB;
  background-color: #fff;
  transition: all 0.12s, border-color 0.08s;
  cursor: pointer;
}
.c-form__checkbox + span::after {
  content: "";
  top: 15px;
  left: 5px;
  width: 8px;
  height: 4px;
  opacity: 0;
  border: none;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  transform: rotate(-45deg);
  transition: all 0.12s, border-color 0.08s;
  z-index: 100;
}
.c-form__checkbox:checked + span::before {
  content: "";
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  border: none;
}
.c-form__checkbox:checked + span::after {
  content: "";
  opacity: 1;
}

.mw_wp_form_confirm .c-form__button-wrap {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.mw_wp_form_confirm .c-form__input {
  width: 100%;
  border: 1px solid #BBBBBB;
  padding: 1.6rem 1.5rem;
  background: #fff;
  min-height: 5.2rem;
}
.mw_wp_form_confirm .c-form__textarea {
  min-height: 30rem;
}

.c-pagenation .wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-pagenation .page {
  margin: 0 0.5rem;
  padding: 1.2rem 1.945rem;
  background: #fff;
  border: 1px solid #707070;
}
.c-pagenation .page:hover {
  padding: 1.3rem 2.045rem;
  border: none;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  color: #fff;
}
.c-pagenation .current {
  margin: 0 0.5rem;
  padding: 1.3rem 2.045rem;
  border: none;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  color: #fff;
}
.c-pagenation .previouspostslink, .c-pagenation .nextpostslink {
  color: #EEF4F8;
  position: relative;
  width: 0.8rem;
}
.c-pagenation .previouspostslink::before, .c-pagenation .previouspostslink::after, .c-pagenation .nextpostslink::before, .c-pagenation .nextpostslink::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 1rem;
  background: #66a6ff;
  position: absolute;
}
.c-pagenation .previouspostslink::before, .c-pagenation .nextpostslink::before {
  top: 0.5rem;
  left: 0.4rem;
}
@media screen and (max-width: 680px) {
  .c-pagenation .previouspostslink::before, .c-pagenation .nextpostslink::before {
    top: 0.3rem;
  }
}
.c-pagenation .previouspostslink::after, .c-pagenation .nextpostslink::after {
  bottom: 0.3rem;
  left: 0.4rem;
}
@media screen and (max-width: 680px) {
  .c-pagenation .previouspostslink::after, .c-pagenation .nextpostslink::after {
    bottom: 0.1rem;
  }
}
.c-pagenation .previouspostslink {
  margin-right: 1rem;
}
.c-pagenation .previouspostslink::before {
  transform: rotate(45deg);
}
.c-pagenation .previouspostslink::after {
  transform: rotate(-45deg);
}
.c-pagenation .nextpostslink {
  margin-left: 1rem;
}
.c-pagenation .nextpostslink::before {
  transform: rotate(-45deg);
}
.c-pagenation .nextpostslink::after {
  transform: rotate(45deg);
}

.c-table {
  border-collapse: collapse;
  width: 100%;
}
.c-table__head, .c-table__data {
  font-size: 1.8rem;
}
@media screen and (max-width: 680px) {
  .c-table__head, .c-table__data {
    padding: 1.5rem 1rem;
    font-size: 1.4rem;
  }
}
.c-table__head {
  padding: 2rem 0.5rem;
  font-weight: normal;
  color: #fff;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  border-top: 1px solid #1E86DD;
  border-bottom: 1px solid #1E86DD;
}
.c-table__head.px-exception {
  padding: 2rem 0.6rem;
}
.c-table__data {
  padding: 2rem 0 2rem 3rem;
  border-top: 1px solid #BBBBBB;
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 680px) {
  .c-table__data {
    padding-left: 1rem;
  }
}

.c-tag {
  display: block;
  padding: 0.65rem 0.5rem;
  border: 1px solid #707070;
}

.c-title-section {
  position: relative;
  font-size: 3.2rem;
}
@media screen and (max-width: 680px) {
  .c-title-section {
    font-size: 2.2rem;
  }
}

.c-title-page {
  position: relative;
  font-size: 3.4rem;
}
@media screen and (max-width: 680px) {
  .c-title-page {
    font-size: 2.4rem;
  }
}

.p-article__date {
  color: #90A4AE;
  margin-right: 1.3rem;
}
.p-article__category-wrap .post-categories {
  display: flex;
  flex-wrap: wrap;
}
.p-article__category-wrap .post-categories li {
  margin-right: 0.5rem;
}
.p-article__category-wrap .post-categories a {
  padding: 0 0.8rem;
  background-color: #90A4AE;
}
.p-article__title {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #707070;
}
.p-article__content {
  font-size: 1.8rem;
  /*h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 2em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 2rem;
    @include mq(sp) {
      font-size: 1.5rem;
    }
  }*/
}
@media screen and (max-width: 680px) {
  .p-article__content {
    font-size: 1.4rem;
  }
}
.p-article__content h2 {
  line-height: 1.3;
  padding: 16px;
  margin-top: 26px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  color: #fff;
  border-radius: 2px;
  font-weight: bold;
  margin-top: 6rem;
}
.p-article__content h3 {
  position: relative;
  padding-left: 2rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 680px) {
  .p-article__content h3 {
    font-size: 1.6rem;
  }
}
.p-article__content h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0.5rem;
  height: 100%;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
}
.p-article__content h4 {
  position: relative;
  padding-left: 1.5em;
  /*アイコン分のスペース*/
  line-height: 1.4;
}
.p-article__content h4:before {
  font-family: "Font Awesome 5 Free";
  content: "";
  /*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;
  /*絶対位置*/
  font-size: 1em;
  /*サイズ*/
  left: 0;
  /*アイコンの位置*/
  top: 0;
  /*アイコンの位置*/
  color: #000;
  /*アイコン色*/
  font-weight: 900;
}
.p-article__content p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.p-article__content a {
  color: #66a6ff;
  text-decoration: underline;
}
.p-article__content a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-article__content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.p-article__content ol {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
}
.p-article__content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p-article-archive-wrap {
  padding-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-article-archive-wrap {
    padding-top: 4rem;
  }
}

.p-article-archive__link {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid #707070;
}
.p-article-archive__link:hover {
  background-color: #89f7fe !important;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1;
}
.p-article-archive:not(:last-child) {
  margin-bottom: 3rem;
}
.p-article-archive--top:last-child .p-article-archive__link {
  padding-bottom: 0;
  border: none;
}

.p-blog {
  padding-top: 13rem;
}
@media screen and (max-width: 680px) {
  .p-blog {
    padding-top: 6rem;
  }
}
.p-blog__button-wrap {
  margin-top: 8.9rem;
}
@media screen and (max-width: 680px) {
  .p-blog__button-wrap {
    margin-top: 6.5rem;
  }
}
.p-blog__button-wrap .c-button {
  width: 33rem;
  height: 6rem;
}
@media screen and (max-width: 680px) {
  .p-blog__button-wrap .c-button {
    width: 22.1rem;
    height: 5rem;
  }
}
.p-blog__pagenation {
  margin-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-blog__pagenation {
    margin-top: 4rem;
  }
}

.p-category__list {
  display: flex;
  flex-wrap: wrap;
}
.p-category__item {
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}
.p-category__item.is-active a {
  border: none;
  color: #fff;
  padding: 0.75rem 0.5rem;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
}
.p-category__link {
  min-width: 11rem;
  background-color: #fff;
}
@media screen and (max-width: 680px) {
  .p-category__link {
    min-width: 10rem;
  }
}
.p-category__link:hover {
  border: none;
  color: #fff;
  padding: 0.75rem 0.6rem;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
}

.p-company__table .c-table__head {
  width: 22.5rem;
}
@media screen and (max-width: 680px) {
  .p-company__table .c-table__head {
    width: 10.8rem;
  }
}
.p-company__table .c-table__data .tel-area .tel-head {
  margin-right: 0.5rem;
}

.p-company-overview {
  padding-top: 12.26rem;
}
@media screen and (max-width: 680px) {
  .p-company-overview {
    padding-top: 6.95rem;
  }
}
.p-company-overview__item {
  width: calc( (100% - 4rem) / 2 );
}
@media screen and (max-width: 680px) {
  .p-company-overview__item {
    width: calc( (100% - 1rem) / 2 );
  }
}
.p-company-overview__table {
  margin-top: 6.1rem;
}

.p-company-history__en-title {
  position: absolute;
  top: -9rem;
  left: 50%;
  width: 35.16rem;
  transform: rotate(-5deg) translateX(-50%);
}
@media screen and (max-width: 680px) {
  .p-company-history__en-title {
    top: -7rem;
    left: 43%;
    width: 26.37rem;
  }
}

.p-contact {
  background-image: url(../images/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 680px) {
  .p-contact {
    background-image: url(../images/contact-bg-sp.png);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.p-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  opacity: 0.6;
}
.p-contact__inner {
  padding: 5.4rem 2rem 6rem;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 680px) {
  .p-contact__inner {
    padding-top: 5rem;
  }
}
.p-contact__button-wrap {
  max-width: 76rem;
}
.p-contact__button {
  width: 48.5%;
}
@media screen and (max-width: 680px) {
  .p-contact__button {
    width: auto;
  }
}
.p-contact__button .c-button {
  width: 100%;
  height: 8.339rem;
}
@media screen and (max-width: 680px) {
  .p-contact__button .c-button {
    width: 23.1rem;
    height: 5rem;
  }
}
.p-contact__button .c-button__icon {
  padding-top: 5px;
}
@media screen and (max-width: 680px) {
  .p-contact__button .c-button__icon {
    padding-top: 3px;
  }
}
.p-contact__button-tel .c-button__icon {
  width: 3rem;
}
@media screen and (max-width: 680px) {
  .p-contact__button-tel .c-button__icon {
    width: 1.75rem;
  }
}
.p-contact__button-tel .c-button__icon {
  padding-top: 5px;
}
@media screen and (max-width: 680px) {
  .p-contact__button-tel .c-button__icon {
    padding-top: 2px;
  }
}
.p-contact__button-mail .c-button__icon {
  width: 3rem;
}
@media screen and (max-width: 680px) {
  .p-contact__button-mail .c-button__icon {
    width: 1.75rem;
  }
}

.p-contact-form__container {
  padding-top: 13.5rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form__container {
    padding-top: 6rem;
  }
}
.p-contact-form__wrap {
  margin-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form__wrap {
    margin-top: 3rem;
  }
}
.p-contact-form__tel {
  padding-bottom: 6rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form__tel {
    padding-bottom: 4rem;
  }
}
.p-contact-form__button-wrap .c-button {
  width: 36.9rem;
  height: 8.3rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form__button-wrap .c-button {
    width: 22.1rem;
    height: 5rem;
  }
}
.p-contact-form__button-wrap .c-button__icon {
  width: 2.9rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form__button-wrap .c-button__icon {
    width: 1.7rem;
  }
}
.p-contact-form__inner {
  max-width: calc(100% - 14rem);
}
@media screen and (max-width: 680px) {
  .p-contact-form__inner {
    max-width: 100%;
  }
}

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

@media screen and (max-width: 680px) {
  .p-contact-form-thanks {
    max-width: 29rem;
  }
}
.p-contact-form-thanks__button-wrap {
  margin-top: 9rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form-thanks__button-wrap {
    margin-top: 6rem;
  }
}
.p-contact-form-thanks__button-wrap .c-button {
  width: 33rem;
  height: 6rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form-thanks__button-wrap .c-button {
    width: 22.1rem;
    height: 5rem;
  }
}
.p-contact-form-thanks h2 {
  text-align: center;
}
.p-contact-form-thanks p {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-contact-form-thanks p {
    text-align: left;
    margin-top: 3rem;
  }
}

.p-corporate-rep {
  padding-right: 2.5rem;
}
.p-corporate-rep__container {
  max-width: calc( 100% - ((100% - 101rem) / 2) );
  padding-left: 2.5rem;
}
.p-corporate-rep__inner {
  max-width: 96rem;
  margin-left: auto;
  padding-right: 2.5rem;
}
.p-corporate-rep__contents-wrap {
  max-width: 74rem;
}
.p-corporate-rep__button-wrap .c-button {
  width: 24.1rem;
  height: 5rem;
}
@media screen and (max-width: 680px) {
  .p-corporate-rep__button-wrap .c-button {
    width: 22.1rem;
  }
}
.p-corporate-rep__button-wrap .c-button__icon {
  width: 1.8rem;
}
@media screen and (max-width: 680px) {
  .p-corporate-rep__button-wrap .c-button__icon {
    width: 1.74rem;
  }
}

.p-entry__inner {
  max-width: calc(100% - 14rem);
}
@media screen and (max-width: 680px) {
  .p-entry__inner {
    max-width: 100%;
  }
}
.p-entry__en-title {
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: rotate(-5deg) translateX(-50%);
  width: 31rem;
}
@media screen and (max-width: 680px) {
  .p-entry__en-title {
    width: 23.3rem;
    top: 0;
    left: 32%;
  }
}
.p-entry__form-wrap {
  padding-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-entry__form-wrap {
    padding-top: 3rem;
  }
}
.p-entry__form-wrap .mw_wp_form_complete h2 {
  text-align: center;
}
.p-entry__form-wrap .mw_wp_form_complete p {
  text-align: center;
  margin-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-entry__form-wrap .mw_wp_form_complete p {
    text-align: left;
    margin-top: 3rem;
  }
}
.p-entry__form-wrap .mw_wp_form_complete .button-wrap {
  margin-top: 9rem;
}
@media screen and (max-width: 680px) {
  .p-entry__form-wrap .mw_wp_form_complete .button-wrap {
    margin-top: 6rem;
  }
}
.p-entry__form-wrap .mw_wp_form_complete .button-wrap .c-button {
  width: 33rem;
  height: 6rem;
}
@media screen and (max-width: 680px) {
  .p-entry__form-wrap .mw_wp_form_complete .button-wrap .c-button {
    width: 22.1rem;
    height: 5rem;
  }
}

.p-info {
  padding-top: 13rem;
}
@media screen and (max-width: 680px) {
  .p-info {
    padding-top: 6rem;
  }
}
.p-info__contents-wrap {
  padding-top: 2.5rem;
}
@media screen and (max-width: 680px) {
  .p-info__contents-wrap {
    padding-top: 1rem;
  }
}
.p-info__contents-wrap::after {
  content: "";
  display: block;
  width: calc( (100% - 7rem) / 3 );
  height: 0;
}
@media screen and (max-width: 680px) {
  .p-info__contents-wrap::after {
    width: 100%;
  }
}
.p-info__tel {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 680px) {
  .p-info__tel {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.p-info__button-wrap .c-button {
  width: 36.9rem;
  height: 8.3rem;
}
@media screen and (max-width: 680px) {
  .p-info__button-wrap .c-button {
    width: 22.1rem;
    height: 5rem;
  }
}
.p-info__button-wrap .c-button__icon {
  width: 2.9rem;
}
@media screen and (max-width: 680px) {
  .p-info__button-wrap .c-button__icon {
    width: 1.7rem;
  }
}
.p-info__pagenation {
  margin-top: 6rem;
}
@media screen and (max-width: 680px) {
  .p-info__pagenation {
    margin-top: 4rem;
  }
}

.p-info-program {
  padding: 0.5rem 1.5rem 2rem;
}
.p-info-program::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(180deg, #89f7fe 0%, #66a6ff 100%);
}
.p-info-program__item {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
  padding-top: 1.5rem;
}
@media screen and (max-width: 680px) {
  .p-info-program__item {
    margin-right: 0;
    margin-left: 0;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.p-info-program__item h2 {
  font-size: 3.4rem;
}
@media screen and (max-width: 680px) {
  .p-info-program__item h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 330px) {
  .p-info-program__item h2 {
    font-size: 6vw;
  }
}
.p-info-program__item:first-child p {
  margin-right: 2rem;
  padding: 0.5rem 3rem;
  border-top: 1px solid #66a6ff;
  border-bottom: 1px solid #66a6ff;
}
@media screen and (max-width: 680px) {
  .p-info-program__item:first-child p {
    margin-right: 0;
    margin-bottom: 1.5rem;
    padding: 0.5rem 0;
  }
}
.p-info-program__item:first-child img {
  max-width: 30.7rem;
  width: 100%;
}
@media screen and (max-width: 680px) {
  .p-info-program__item:first-child img {
    max-width: 25rem;
  }
}
.p-info-program__button .c-button {
  width: 31.1rem;
  height: 7.05rem;
}
@media screen and (max-width: 680px) {
  .p-info-program__button .c-button {
    max-width: 22.1rem;
    height: 5rem;
    width: 100%;
  }
}
.p-info-program__button .c-button__icon {
  width: 2.45rem;
  padding-top: 0.3rem;
}
@media screen and (max-width: 680px) {
  .p-info-program__button .c-button__icon {
    width: 1.7rem;
  }
}

.p-info-search__button-wrap .c-button {
  max-width: 100%;
  width: 33rem;
  height: 6rem;
}
.p-info-search__button-wrap .c-button__text {
  position: relative;
  padding-left: 3.5rem;
}
.p-info-search__button-wrap .c-button__text::before, .p-info-search__button-wrap .c-button__text::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 1.8rem;
  background: #fff;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1);
}
.p-info-search__button-wrap .c-button__text::before {
  transform: translateY(-50%);
  top: 50%;
  left: 0.9rem;
}
.p-info-search__button-wrap .c-button__text::after {
  left: 0.9rem;
  top: 2px;
  transform: rotate(90deg);
}
.p-info-search__button-wrap .c-button__text.is-active::before {
  top: 2px;
  transform: rotate(90deg);
}
.p-info-search__container {
  display: none;
}

.p-info-content__inner {
  max-width: 104rem;
  padding: 8rem;
}
@media screen and (max-width: 680px) {
  .p-info-content__inner {
    padding: 3rem 2rem 6rem;
  }
}

.p-info-detail__category-wrap a {
  margin: 0 0.5rem 0.3rem 0;
  padding: 0.8rem 1.4rem;
  background: #ECEFF1;
  color: #686868;
  border-radius: 5rem;
}
.p-info-detail__tag a {
  display: block;
  min-width: 11rem;
  padding: 0.65rem 0.5rem;
  border: 1px solid #707070;
  margin-right: 0.8rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 680px) {
  .p-info-detail__tag a {
    min-width: 10rem;
  }
}
.p-info-detail__tag a:hover {
  border: none;
  color: #fff;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
  padding: 0.75rem 0.6rem;
}
.p-info-detail__content h2 {
  font-size: 1.3em;
}
.p-info-detail__content p {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}
.p-info-detail__content a {
  color: #66a6ff;
  text-decoration: underline;
}
.p-info-detail__content a:hover {
  text-decoration: none;
  opacity: 1;
}
.p-info-detail__content ul {
  display: block;
  list-style-type: disc;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
}
.p-info-detail__content ol {
  display: block;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 22px;
          padding-inline-start: 22px;
}
.p-info-detail__content .aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.p-info-detail__table .c-table__head {
  width: 17rem;
}
@media screen and (max-width: 680px) {
  .p-info-detail__table .c-table__head {
    width: 7.6rem;
  }
}

.p-job-card--top {
  width: 32.2%;
}
.p-job-card--top:not(:last-child) {
  margin-right: 1.7%;
}
.p-job-card--info {
  width: calc( (100% - 7rem) / 3 );
}
@media screen and (max-width: 680px) {
  .p-job-card--info {
    width: 100%;
  }
}
.p-job-card__link {
  display: block;
  padding: 2rem;
  background: #fff;
  border: 1px solid #F4F5F5;
  transition: transform 200ms;
}
.p-job-card__link .title {
  min-height: 5rem;
}
.p-job-card__link:hover {
  transform: translate(-1.5rem, -1.5rem);
  opacity: 1;
}
@media screen and (max-width: 680px) {
  .p-job-card__link:hover {
    transform: translate(-1rem, -1rem);
  }
}
.p-job-card__link:hover .title {
  background-color: #89f7fe !important;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1;
}
.p-job-card__link .date {
  color: #90A4AE;
}
.p-job-card__link .others {
  min-height: 7.3rem;
  margin-top: 3rem;
}
.p-job-card__link .others li {
  margin-top: 0.5rem;
}
.p-job-card__link .others li br {
  display: none;
}
.p-job-card__link .category {
  padding: 0.8rem 1.4rem;
  background: #ECEFF1;
  color: #686868;
  min-height: 3.2rem;
}
.p-job-card__link .detail span {
  padding-right: 1.6rem;
}
.p-job-card__link .detail span::before, .p-job-card__link .detail span::after {
  content: "";
  display: block;
  width: 0.2rem;
  height: 0.8rem;
  background: #66a6ff;
  position: absolute;
  right: 0.3rem;
}
.p-job-card__link .detail span::before {
  top: 0.6rem;
  transform: rotate(-45deg);
}
.p-job-card__link .detail span::after {
  top: 1.1rem;
  transform: rotate(45deg);
}

.p-line {
  padding: 2.5rem 1.5rem;
  background-image: url(../images/line-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}
@media screen and (max-width: 680px) {
  .p-line {
    background-image: url(../images/line-bg-sp.png);
  }
}
.p-line::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #01b80d 0%, #01b339 11.82%, #04b26c 54.79%, #06b29d 100%);
  opacity: 0.8;
  z-index: 5;
}
.p-line__inner {
  position: relative;
  z-index: 10;
}
.p-line__title img {
  max-width: 19.2rem;
}
@media screen and (max-width: 680px) {
  .p-line__title img {
    max-width: 11.7rem;
  }
}
.p-line__title span {
  padding-left: 0.5rem;
}
.p-line__text span {
  display: inline-block;
}
.p-line__button-wrap .c-button {
  width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 680px) {
  .p-line__button-wrap .c-button {
    width: 18.8rem;
    height: 4.6rem;
  }
}

.p-message {
  padding-top: 12.96rem;
}
@media screen and (max-width: 680px) {
  .p-message {
    padding-top: 5.7rem;
  }
}
.p-message__inner {
  max-width: 140rem;
}
.p-message__contents-wrap {
  max-width: 120.329rem;
  padding-right: 2.5rem;
}
@media screen and (max-width: 680px) {
  .p-message__contents-wrap {
    padding-right: 0;
  }
}
.p-message__visual {
  width: 39.4%;
  min-height: 63.572rem;
  align-self: flex-start;
}
@media screen and (max-width: 680px) {
  .p-message__visual {
    width: 28.996rem;
    min-height: 39.566rem;
  }
}
.p-message__img-wrap::before {
  content: "";
  position: absolute;
  top: 21.9%;
  display: block;
  width: 84.3%;
  height: 110.88%;
  max-height: 52.968rem;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
}
.p-message__img-wrap img {
  max-width: 84.3%;
}
.p-message__contents {
  max-width: 52.11%;
}
@media screen and (max-width: 680px) {
  .p-message__contents {
    max-width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .p-nav {
    position: absolute;
    top: 0;
    right: -85%;
    width: 85%;
    height: 100%;
    background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%);
    overflow: auto;
    padding: 6.2rem 0;
    transition: right 0.5s cubic-bezier(0.5, 0, 0, 1);
    z-index: 100;
  }
  .p-nav.is-show {
    right: 0%;
  }
}
.p-nav__item {
  padding-left: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .p-nav__item {
    padding-left: 0;
    padding-bottom: 3rem;
    color: #fff;
  }
  .p-nav__item:last-child {
    padding-bottom: 0;
  }
}
.p-nav__item a.is-active {
  background-color: #89f7fe !important;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
@media screen and (max-width: 1200px) {
  .p-nav__item a.is-active {
    background: none !important;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    -webkit-text-fill-color: initial !important;
  }
}
.p-nav__item a:hover {
  background-color: #89f7fe !important;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  opacity: 1;
}
@media screen and (max-width: 1200px) {
  .p-nav__item a:hover {
    background: none !important;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    -webkit-text-fill-color: initial !important;
    opacity: 0.8;
  }
}
.p-nav__tel {
  padding-left: 5rem;
}
@media screen and (max-width: 1200px) {
  .p-nav__tel {
    padding-top: 4.6rem;
    padding-left: 0;
  }
}
.p-nav__tel .c-button {
  width: 20.7rem;
  height: 4.6rem;
}
@media screen and (max-width: 1200px) {
  .p-nav__tel .c-button {
    width: 22.1rem;
    height: 5rem;
  }
}
.p-nav__tel .c-button img {
  width: 2.2rem;
}

.p-page-header__visual {
  height: 31.1rem;
  background-size: cover;
}
@media screen and (max-width: 680px) {
  .p-page-header__visual {
    height: 20rem;
  }
}
.p-page-header__visual.message {
  background-position: 40% 60%;
}
.p-page-header__visual.company {
  background-position: 50% 50%;
}
@media screen and (max-width: 680px) {
  .p-page-header__visual.company {
    background-position: 20% 50%;
    background-size: 150%;
  }
}
.p-page-header__visual.info {
  background-position: 50% 50%;
}
.p-page-header__visual.blog {
  background-position: 50% 75%;
}
.p-page-header__visual.contact {
  background-position: 50% 43%;
}
.p-page-header__visual.privacy {
  background-position: 50% 52%;
}
@media screen and (max-width: 680px) {
  .p-page-header__visual.privacy {
    background-position: 5% 78%;
    background-size: 120%;
  }
}
.p-page-header__breadcrumb {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 1.1rem 6rem;
  background: #F4F5F7;
}
@media screen and (max-width: 680px) {
  .p-page-header__breadcrumb {
    padding: 0.5rem 1.5rem;
  }
}
.p-page-header__breadcrumb .separate {
  padding: 0 1rem;
  position: relative;
}
.p-page-header__breadcrumb .separate::before, .p-page-header__breadcrumb .separate::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 0.4rem;
  background: #272727;
}
.p-page-header__breadcrumb .separate:before {
  top: 0.6rem;
  left: 50%;
  transform: rotate(-45deg) translateX(-50%);
}
.p-page-header__breadcrumb .separate:after {
  bottom: 0.4rem;
  left: 50%;
  transform: rotate(45deg) translateX(-50%);
}

.p-page-title {
  padding-top: 6.38rem;
}
@media screen and (max-width: 680px) {
  .p-page-title {
    padding-top: 6.03rem;
  }
}
.p-page-title__en {
  position: absolute;
  left: 50%;
  transform: rotate(-5deg) translateX(-50%);
}
.p-page-title__en.message {
  top: -8rem;
  width: 41.2rem;
}
@media screen and (max-width: 680px) {
  .p-page-title__en.message {
    top: -5rem;
    width: 30.9rem;
  }
}
.p-page-title__en.company {
  top: -12rem;
  width: 42.4rem;
}
@media screen and (max-width: 680px) {
  .p-page-title__en.company {
    top: -6rem;
    width: 32rem;
  }
}
.p-page-title__en.info {
  top: -12rem;
  width: 49.776rem;
}
@media screen and (max-width: 680px) {
  .p-page-title__en.info {
    top: -6rem;
    width: 37.332rem;
  }
}
.p-page-title__en.blog {
  top: -9rem;
  width: 27.1rem;
}
@media screen and (max-width: 680px) {
  .p-page-title__en.blog {
    top: -5.5rem;
    width: 20.3rem;
  }
}
.p-page-title__en.contact {
  top: -11rem;
  width: 37.7rem;
}
@media screen and (max-width: 680px) {
  .p-page-title__en.contact {
    top: -7.5rem;
    width: 28.3rem;
  }
}
.p-page-title__en.privacy {
  top: -14rem;
  width: 65rem;
}
@media screen and (max-width: 680px) {
  .p-page-title__en.privacy {
    top: -4.5rem;
    width: 36.6rem;
  }
}

.p-privacy {
  padding-top: 9rem;
}
@media screen and (max-width: 680px) {
  .p-privacy {
    padding-top: 4rem;
  }
}
.p-privacy__inner {
  max-width: calc(100% - 14rem);
}
@media screen and (max-width: 680px) {
  .p-privacy__inner {
    max-width: 100%;
  }
}
.p-privacy__block {
  padding-bottom: 4rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 680px) {
  .p-privacy__block {
    font-size: 1.4rem;
    padding-bottom: 3rem;
  }
}
.p-privacy__block--top {
  margin-bottom: 6rem;
}
@media screen and (max-width: 680px) {
  .p-privacy__block--top {
    margin-bottom: 4rem;
  }
}
.p-privacy__block--last {
  padding-bottom: 0;
}
.p-privacy__block ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.p-privacy__head {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 680px) {
  .p-privacy__head {
    font-size: 1.6rem;
  }
}

.p-reason__en-title {
  position: absolute;
  top: -5rem;
  right: 47%;
  width: 36.982rem;
  transform: rotate(-5deg);
}
@media screen and (max-width: 680px) {
  .p-reason__en-title {
    top: -5rem;
    right: 0;
    left: 0;
    width: 27.737rem;
  }
}
.p-reason__list {
  margin-top: 6.8rem;
}
@media screen and (max-width: 680px) {
  .p-reason__list {
    margin-top: 3rem;
  }
}
.p-reason__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 680px) {
  .p-reason__item {
    flex-direction: column;
  }
}
.p-reason__item:not(:last-child) {
  padding-bottom: 8rem;
}
@media screen and (max-width: 680px) {
  .p-reason__item:not(:last-child) {
    padding-bottom: 3rem;
  }
}
.p-reason__image {
  width: 33.8rem;
}
@media screen and (max-width: 680px) {
  .p-reason__image {
    width: 100%;
  }
}
.p-reason__text-wrap {
  width: calc(48.9% + 2.5rem);
  padding-left: 2.5rem;
}
@media screen and (max-width: 680px) {
  .p-reason__text-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.p-reason__text-wrap h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 680px) {
  .p-reason__text-wrap h3 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
.p-reason__text-wrap p {
  margin-top: 2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 680px) {
  .p-reason__text-wrap p {
    margin-top: 1.5rem;
  }
}
.p-reason__text-wrap ul {
  font-size: 1.4rem;
}
.p-reason__button-wrap {
  margin-top: 12rem;
}
@media screen and (max-width: 680px) {
  .p-reason__button-wrap {
    margin-top: 3.75rem;
  }
}
.p-reason__button-wrap .c-button {
  width: 33rem;
  height: 6rem;
}
@media screen and (max-width: 680px) {
  .p-reason__button-wrap .c-button {
    width: 21.4rem;
    height: 4.6rem;
  }
}
.p-reason__button-wrap .c-button__icon {
  width: 1.973rem;
}
@media screen and (max-width: 680px) {
  .p-reason__button-wrap .c-button__icon {
    width: 1.241rem;
  }
}

#toc_container {
  border-radius: 0;
  background-color: #fff;
  box-sizing: border-box;
  padding: 40px 60px;
  border: 3px solid #ddd;
  width: 100%;
  margin-top: 6rem;
}
@media screen and (max-width: 680px) {
  #toc_container {
    padding: 20px;
  }
}

#toc_container p.toc_title {
  text-align: center;
  font-weight: 500;
  margin: 0;
  padding: 0;
  font-size: 1.9rem;
  color: #999;
}
@media screen and (max-width: 680px) {
  #toc_container p.toc_title {
    text-align: left;
    padding-right: 2em;
  }
}

#toc_container p.toc_title + ul.toc_list {
  margin-top: 1.5rem;
  line-height: 2em;
}

#toc_container ul.toc_list {
  padding: 2rem 3rem;
}
@media screen and (max-width: 680px) {
  #toc_container ul.toc_list {
    padding: 0;
  }
}

#toc_container ul.toc_list > li {
  margin-bottom: 1rem;
}
@media screen and (max-width: 680px) {
  #toc_container ul.toc_list > li {
    font-size: 1.6rem;
  }
}

#toc_container ul.toc_list > li > ul > li {
  position: relative;
  font-size: 1.6rem;
}
@media screen and (max-width: 680px) {
  #toc_container ul.toc_list > li > ul > li {
    font-size: 1.5rem;
  }
}
#toc_container ul.toc_list > li > ul > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 1em;
  left: -1em;
  width: 6px;
  height: 6px;
  background-color: #666;
  border-radius: 100%;
}

#toc_container a {
  background-color: none !important;
  -webkit-text-fill-color: initial !important;
  color: #66a6ff;
  text-decoration: underline;
}
#toc_container a:hover {
  text-decoration: none;
}

.p-top-kv {
  height: 117.2rem;
}
@media screen and (max-width: 680px) {
  .p-top-kv {
    height: 51.2rem;
  }
}
.p-top-kv::before {
  content: "";
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  height: calc(100% - 27.2rem);
}
@media screen and (max-width: 680px) {
  .p-top-kv::before {
    height: 75%;
  }
}
.p-top-kv__object {
  position: absolute;
  width: 71.4%;
  height: calc(100% - 27.2rem);
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 680px) {
  .p-top-kv__object {
    width: 84%;
  }
}
.p-top-kv__object .bg {
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  transform: translateX(-100%);
}
.p-top-kv__object .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  background: #89f7fe;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1) 0.5s;
}
.p-top-kv__object--main {
  top: 0;
  right: 0;
}
@media screen and (max-width: 680px) {
  .p-top-kv__object--main {
    height: 75%;
  }
}
.p-top-kv__object--main .bg {
  transform: translateX(100%);
}
.p-top-kv__object--sub {
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 680px) {
  .p-top-kv__object--sub {
    height: 83.4%;
  }
}
.p-top-kv__title-wrap {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 0, 0, 1);
  z-index: 15;
}
.p-top-kv__title-wrap .title .en {
  font-size: 9rem;
}
@media screen and (max-width: 680px) {
  .p-top-kv__title-wrap .title .en {
    font-size: 4rem;
  }
}
.p-top-kv__title-wrap .title img {
  width: 51.1rem;
  vertical-align: top;
}
@media screen and (max-width: 680px) {
  .p-top-kv__title-wrap .title img {
    width: 23.1rem;
  }
}
.p-top-kv__title-wrap .sub-title {
  margin-top: 8rem;
}
@media screen and (max-width: 680px) {
  .p-top-kv__title-wrap .sub-title {
    margin-top: 3.24rem;
  }
}
.p-top-kv__title-wrap .c-button {
  margin-top: 3.7rem;
  margin-bottom: 11.24rem;
  width: 45rem;
  height: 8rem;
}
@media screen and (max-width: 680px) {
  .p-top-kv__title-wrap .c-button {
    margin-top: 1.87rem;
    margin-bottom: 4rem;
    width: 21.4rem;
    height: 4.6rem;
  }
}
.p-top-kv__title-wrap .c-button__icon {
  width: 2.7rem;
}
@media screen and (max-width: 680px) {
  .p-top-kv__title-wrap .c-button__icon {
    width: 2rem;
  }
}
.p-top-kv.is-active .p-top-kv__title-wrap {
  opacity: 1;
}
.p-top-kv.is-active .p-top-kv__object .bg {
  transform: translateX(0%);
}
.p-top-kv.is-active .p-top-kv__object .bg::after {
  transform: translateX(100%);
}
.p-top-kv.is-active .p-top-kv__object--main .bg::after {
  transform: translateX(-100%);
}

.p-top-mission {
  padding-top: 12rem;
  padding-bottom: 9.95rem;
}
@media screen and (max-width: 680px) {
  .p-top-mission {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 680px) {
  .p-top-mission__inner {
    padding-right: 0;
    padding-left: 0;
  }
}
.p-top-mission__image {
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/top/mission-bg.png);
}
@media screen and (max-width: 680px) {
  .p-top-mission__image {
    background-position: bottom;
    background-image: url(../images/top/mission-bg-sp.png);
    height: 24.6rem;
  }
}
.p-top-mission__text {
  padding: 11.9rem 0;
}
@media screen and (max-width: 680px) {
  .p-top-mission__text {
    padding: 2rem 0 3.75rem 0;
  }
}
.p-top-mission__en-title {
  position: absolute;
  top: -7.5rem;
  right: 4.67rem;
  width: 38.7rem;
  transform: rotate(-5deg);
}
@media screen and (max-width: 680px) {
  .p-top-mission__en-title {
    top: -5rem;
    right: 0;
    left: 0.2rem;
    width: 29rem;
  }
}

.p-top-reason__en-title {
  position: absolute;
  top: -7rem;
  right: 47%;
  width: 36.982rem;
  transform: rotate(-5deg);
}
@media screen and (max-width: 680px) {
  .p-top-reason__en-title {
    top: -4rem;
    right: 0;
    left: 0;
    width: 27.737rem;
  }
}
.p-top-reason__list {
  margin-top: 4.45rem;
  max-width: 77.1rem;
}
@media screen and (max-width: 680px) {
  .p-top-reason__list {
    margin-top: 2.5rem;
    max-width: 29.2rem;
  }
}
.p-top-reason__item {
  width: calc(89.7% / 3);
  padding-bottom: 2.82rem;
}
@media screen and (max-width: 680px) {
  .p-top-reason__item {
    width: calc(92.5% / 2);
    padding-bottom: 3rem;
  }
}
.p-top-reason__item .image-wrap {
  position: relative;
  display: block;
}
.p-top-reason__item .image-wrap::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #89f7fe 0%, #66a6ff 100%);
}
.p-top-reason__item .image-wrap img {
  position: relative;
  z-index: 10;
  transition: transform 200ms;
}
.p-top-reason__item .image-wrap:hover {
  opacity: 1;
}
.p-top-reason__item .image-wrap:hover img {
  transform: translate(-1.5rem, -1.5rem);
  opacity: 1;
}
@media screen and (max-width: 680px) {
  .p-top-reason__item .image-wrap:hover img {
    transform: translate(-1rem, -1rem);
  }
}
.p-top-reason__item .title {
  margin-top: 1.87rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 680px) {
  .p-top-reason__item .title {
    margin-top: 1.7rem;
    font-size: 1.5rem;
  }
}
.p-top-reason__item .text {
  margin-top: 1.2rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 680px) {
  .p-top-reason__item .text {
    margin-top: 0.6rem;
    font-size: 1.2rem;
  }
}
.p-top-reason__button-wrap .c-button {
  width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 680px) {
  .p-top-reason__button-wrap .c-button {
    width: 18.8rem;
    height: 4.6rem;
  }
}

.p-top-info {
  padding-top: 11.1rem;
}
@media screen and (max-width: 680px) {
  .p-top-info {
    padding-top: 4.5rem;
  }
}
.p-top-info__inner {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}
@media screen and (max-width: 680px) {
  .p-top-info__inner {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
.p-top-info .swiper-container {
  overflow: visible !important;
}
.p-top-info .swiper-container .swiper-slide-prev .swiper-slide-item, .p-top-info .swiper-container .swiper-slide-next .swiper-slide-item {
  opacity: 0.5;
  pointer-events: none;
}
.p-top-info .swiper-container .swiper-button-prev, .p-top-info .swiper-container .swiper-button-next {
  transform: translateY(-50%);
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  outline: none;
}
.p-top-info .swiper-container .swiper-button-prev::before, .p-top-info .swiper-container .swiper-button-prev::after, .p-top-info .swiper-container .swiper-button-next::before, .p-top-info .swiper-container .swiper-button-next::after {
  content: "";
  display: block;
  background: #fff;
  width: 0.2rem;
  height: 0.8rem;
  position: absolute;
}
.p-top-info .swiper-container .swiper-button-prev.swiper-button-disabled, .p-top-info .swiper-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.p-top-info .swiper-container .swiper-button-prev {
  left: -2.5rem;
}
.p-top-info .swiper-container .swiper-button-prev::before {
  transform: rotate(45deg);
  top: 7px;
}
.p-top-info .swiper-container .swiper-button-prev::after {
  transform: rotate(-45deg);
  top: 11px;
}
.p-top-info .swiper-container .swiper-button-next {
  right: -2.5rem;
}
.p-top-info .swiper-container .swiper-button-next::before {
  transform: rotate(-45deg);
  top: 7px;
}
.p-top-info .swiper-container .swiper-button-next::after {
  transform: rotate(45deg);
  top: 11px;
}
.p-top-info .swiper-container .swiper-pagination {
  bottom: -4.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: auto !important;
}
@media screen and (max-width: 680px) {
  .p-top-info .swiper-container .swiper-pagination {
    bottom: -4.1rem;
  }
}
.p-top-info .swiper-container .swiper-pagination-bullet {
  background: #37414F;
  border-radius: 50%;
  display: block;
  opacity: 1;
  margin: 0.8rem !important;
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
}
.p-top-info .swiper-container .swiper-pagination-bullet-active::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  position: absolute;
  border: 0.1rem solid #37414F;
  height: 2rem;
  width: 2rem;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -0.7rem;
  right: 0;
  transition: transform 200ms;
}
.p-top-info__button-wrap {
  margin-top: 8rem;
}
@media screen and (max-width: 680px) {
  .p-top-info__button-wrap {
    margin-top: 5.7rem;
  }
}
.p-top-info__button-wrap .c-button {
  width: 20rem;
  height: 5rem;
}
.p-top-info__en-title {
  position: absolute;
  top: -15rem;
  left: 50%;
  width: 49.8rem;
  transform: rotate(-10deg) translateX(-50%);
}
@media screen and (max-width: 680px) {
  .p-top-info__en-title {
    top: -8.5rem;
    width: 39.4rem;
  }
}

.p-top-blog__article-wrap {
  width: calc(100% - 23.5rem);
}
@media screen and (max-width: 680px) {
  .p-top-blog__article-wrap {
    width: 100%;
  }
}
.p-top-blog__button-wrap .c-button {
  width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 680px) {
  .p-top-blog__button-wrap .c-button {
    width: 18.8rem;
    height: 4.6rem;
  }
}
.p-top-blog__en-title {
  position: absolute;
  top: -8.4rem;
  left: -4rem;
  width: 30.7rem;
}
@media screen and (max-width: 680px) {
  .p-top-blog__en-title {
    top: -3rem;
    left: 0;
    width: 20.5rem;
  }
}

.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-align-justify {
  text-align: justify !important;
}

@media screen and (max-width: 1200px) {
  .u-tb-align-left {
    text-align: left !important;
  }

  .u-tb-align-center {
    text-align: center !important;
  }

  .u-tb-align-right {
    text-align: right !important;
  }

  .u-tb-align-justify {
    text-align: justify !important;
  }
}
@media screen and (max-width: 680px) {
  .u-sp-align-left {
    text-align: left !important;
  }

  .u-sp-align-center {
    text-align: center !important;
  }

  .u-sp-align-right {
    text-align: right !important;
  }

  .u-sp-align-justify {
    text-align: justify !important;
  }
}
.u-fade-elem {
  opacity: 0;
  transform: translate(0, 100px);
  transition: none;
}
.u-fade-elem.is-fadein {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.8s, transform 0.8s;
}

.u-color-black {
  color: #272727 !important;
}

.u-color-sub-black {
  color: #263238 !important;
}

.u-color-white {
  color: #fff !important;
}

.u-color-green {
  color: #01B80D;
}

.u-color-gradient-blue {
  background-color: #89f7fe !important;
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
  -webkit-background-clip: text !important;
          background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.u-bg-white {
  background: #fff !important;
}

.u-bg-light-blue {
  background: #EEF4F8;
}

.u-bg-dark-blue {
  background: #37414F;
}

.u-bg-gradient-blue {
  background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
}

.u-bg-gradient-blue-bottom {
  background: linear-gradient(180deg, #89f7fe 0%, #66a6ff 100%) !important;
}

@media screen and (max-width: 1200px) {
  .u-tb-color-gradient-blue {
    background-color: #89f7fe !important;
    background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
    -webkit-background-clip: text !important;
            background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
  }

  .u-tb-bg-white {
    background: #fff !important;
  }

  .u-tb-bg-gradient-blue {
    background: linear-gradient(90deg, #89f7fe 0%, #66a6ff 100%) !important;
  }
}
.u-flex {
  display: flex !important;
}

.u-flex-column {
  flex-direction: column !important;
}

.u-justify-start {
  justify-content: flex-start;
}

.u-justify-center {
  justify-content: center !important;
}

.u-justify-between {
  justify-content: space-between !important;
}

.u-flex-wrap {
  flex-wrap: wrap !important;
}

.u-align-content-start {
  align-content: flex-start !important;
}

.u-align-content-center {
  align-content: center !important;
}

.u-align-content-end {
  align-content: flex-end !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

@media screen and (max-width: 1200px) {
  .u-tb-flex {
    display: flex !important;
  }

  .u-tb-flex-column {
    flex-direction: column !important;
  }

  .u-tb-justify-start {
    justify-content: flex-start;
  }

  .u-tb-justify-center {
    justify-content: center !important;
  }

  .u-tb-justify-between {
    justify-content: space-between !important;
  }

  .u-tb-flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-tb-align-content-start {
    align-content: flex-start !important;
  }

  .u-tb-align-content-center {
    align-content: center !important;
  }

  .u-tb-align-content-end {
    align-content: flex-end !important;
  }

  .u-tb-align-items-start {
    align-items: flex-start !important;
  }

  .u-tb-align-items-center {
    align-items: center !important;
  }
}
@media screen and (max-width: 680px) {
  .u-sp-flex {
    display: flex !important;
  }

  .u-sp-flex-column {
    flex-direction: column !important;
  }

  .u-sp-flex-column-reverse {
    flex-direction: column-reverse !important;
  }

  .u-sp-justify-start {
    justify-content: flex-start;
  }

  .u-sp-justify-center {
    justify-content: center !important;
  }

  .u-sp-justify-between {
    justify-content: space-between !important;
  }

  .u-sp-flex-wrap {
    flex-wrap: wrap !important;
  }

  .u-sp-align-content-start {
    align-content: flex-start !important;
  }

  .u-sp-align-content-center {
    align-content: center !important;
  }

  .u-sp-align-content-end {
    align-content: flex-end !important;
  }

  .u-sp-align-items-start {
    align-items: flex-start !important;
  }

  .u-sp-align-items-center {
    align-items: center !important;
  }
}
.u-position-fixed {
  position: fixed;
}

.u-position-relative {
  position: relative;
}

.u-position-absolute {
  position: absolute;
}

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

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

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

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

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

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

.u-w50 {
  width: 50% !important;
}

.u-h50 {
  height: 50% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-h100 {
  height: 100% !important;
}

@media screen and (max-width: 1200px) {
  .u-tb-w50 {
    width: 50% !important;
  }

  .u-tb-h50 {
    height: 50% !important;
  }

  .u-tb-w100 {
    width: 100% !important;
  }

  .u-tb-h100 {
    height: 100% !important;
  }
}
@media screen and (max-width: 680px) {
  .u-sp-w50 {
    width: 50% !important;
  }

  .u-sp-h50 {
    height: 50% !important;
  }

  .u-sp-w100 {
    width: 100% !important;
  }

  .u-sp-h100 {
    height: 100% !important;
  }
}
.u-mt0 {
  margin-top: 0rem !important;
}

.u-mt1 {
  margin-top: 0.25rem !important;
}

.u-mt2 {
  margin-top: 0.5rem !important;
}

.u-mt3 {
  margin-top: 0.75rem !important;
}

.u-mt4 {
  margin-top: 1rem !important;
}

.u-mt5 {
  margin-top: 1.25rem !important;
}

.u-mt6 {
  margin-top: 1.5rem !important;
}

.u-mt7 {
  margin-top: 1.75rem !important;
}

.u-mt8 {
  margin-top: 2rem !important;
}

.u-mt9 {
  margin-top: 2.25rem !important;
}

.u-mt10 {
  margin-top: 2.5rem !important;
}

.u-mt11 {
  margin-top: 2.75rem !important;
}

.u-mt12 {
  margin-top: 3rem !important;
}

.u-mt13 {
  margin-top: 3.25rem !important;
}

.u-mt14 {
  margin-top: 3.5rem !important;
}

.u-mt15 {
  margin-top: 3.75rem !important;
}

.u-mt16 {
  margin-top: 4rem !important;
}

.u-mt17 {
  margin-top: 4.25rem !important;
}

.u-mt18 {
  margin-top: 4.5rem !important;
}

.u-mt19 {
  margin-top: 4.75rem !important;
}

.u-mt20 {
  margin-top: 5rem !important;
}

@media screen and (max-width: 1200px) {
  .u-tb-mt0 {
    margin-top: 0rem !important;
  }

  .u-tb-mt1 {
    margin-top: 0.25rem !important;
  }

  .u-tb-mt2 {
    margin-top: 0.5rem !important;
  }

  .u-tb-mt3 {
    margin-top: 0.75rem !important;
  }

  .u-tb-mt4 {
    margin-top: 1rem !important;
  }

  .u-tb-mt5 {
    margin-top: 1.25rem !important;
  }

  .u-tb-mt6 {
    margin-top: 1.5rem !important;
  }

  .u-tb-mt7 {
    margin-top: 1.75rem !important;
  }

  .u-tb-mt8 {
    margin-top: 2rem !important;
  }

  .u-tb-mt9 {
    margin-top: 2.25rem !important;
  }

  .u-tb-mt10 {
    margin-top: 2.5rem !important;
  }

  .u-tb-mt11 {
    margin-top: 2.75rem !important;
  }

  .u-tb-mt12 {
    margin-top: 3rem !important;
  }

  .u-tb-mt13 {
    margin-top: 3.25rem !important;
  }

  .u-tb-mt14 {
    margin-top: 3.5rem !important;
  }

  .u-tb-mt15 {
    margin-top: 3.75rem !important;
  }

  .u-tb-mt16 {
    margin-top: 4rem !important;
  }

  .u-tb-mt17 {
    margin-top: 4.25rem !important;
  }

  .u-tb-mt18 {
    margin-top: 4.5rem !important;
  }

  .u-tb-mt19 {
    margin-top: 4.75rem !important;
  }

  .u-tb-mt20 {
    margin-top: 5rem !important;
  }
}
@media screen and (max-width: 680px) {
  .u-sp-mt0 {
    margin-top: 0rem !important;
  }

  .u-sp-mt1 {
    margin-top: 0.25rem !important;
  }

  .u-sp-mt2 {
    margin-top: 0.5rem !important;
  }

  .u-sp-mt3 {
    margin-top: 0.75rem !important;
  }

  .u-sp-mt4 {
    margin-top: 1rem !important;
  }

  .u-sp-mt5 {
    margin-top: 1.25rem !important;
  }

  .u-sp-mt6 {
    margin-top: 1.5rem !important;
  }

  .u-sp-mt7 {
    margin-top: 1.75rem !important;
  }

  .u-sp-mt8 {
    margin-top: 2rem !important;
  }

  .u-sp-mt9 {
    margin-top: 2.25rem !important;
  }

  .u-sp-mt10 {
    margin-top: 2.5rem !important;
  }

  .u-sp-mt11 {
    margin-top: 2.75rem !important;
  }

  .u-sp-mt12 {
    margin-top: 3rem !important;
  }

  .u-sp-mt13 {
    margin-top: 3.25rem !important;
  }

  .u-sp-mt14 {
    margin-top: 3.5rem !important;
  }

  .u-sp-mt15 {
    margin-top: 3.75rem !important;
  }

  .u-sp-mt16 {
    margin-top: 4rem !important;
  }

  .u-sp-mt17 {
    margin-top: 4.25rem !important;
  }

  .u-sp-mt18 {
    margin-top: 4.5rem !important;
  }

  .u-sp-mt19 {
    margin-top: 4.75rem !important;
  }

  .u-sp-mt20 {
    margin-top: 5rem !important;
  }
}
.u-mt-large {
  margin-top: 10rem;
}
@media screen and (max-width: 680px) {
  .u-mt-large {
    margin-top: 5rem;
  }
}

.u-pt-large {
  padding-top: 10rem;
}
@media screen and (max-width: 680px) {
  .u-pt-large {
    padding-top: 5rem;
  }
}

.u-mb0 {
  margin-bottom: 0rem !important;
}

.u-mb1 {
  margin-bottom: 0.25rem !important;
}

.u-mb2 {
  margin-bottom: 0.5rem !important;
}

.u-mb3 {
  margin-bottom: 0.75rem !important;
}

.u-mb4 {
  margin-bottom: 1rem !important;
}

.u-mb5 {
  margin-bottom: 1.25rem !important;
}

.u-mb6 {
  margin-bottom: 1.5rem !important;
}

.u-mb7 {
  margin-bottom: 1.75rem !important;
}

.u-mb8 {
  margin-bottom: 2rem !important;
}

.u-mb9 {
  margin-bottom: 2.25rem !important;
}

.u-mb10 {
  margin-bottom: 2.5rem !important;
}

.u-mb11 {
  margin-bottom: 2.75rem !important;
}

.u-mb12 {
  margin-bottom: 3rem !important;
}

.u-mb13 {
  margin-bottom: 3.25rem !important;
}

.u-mb14 {
  margin-bottom: 3.5rem !important;
}

.u-mb15 {
  margin-bottom: 3.75rem !important;
}

.u-mb16 {
  margin-bottom: 4rem !important;
}

.u-mb17 {
  margin-bottom: 4.25rem !important;
}

.u-mb18 {
  margin-bottom: 4.5rem !important;
}

.u-mb19 {
  margin-bottom: 4.75rem !important;
}

.u-mb20 {
  margin-bottom: 5rem !important;
}

@media screen and (max-width: 1200px) {
  .u-tb-mb0 {
    margin-bottom: 0rem !important;
  }

  .u-tb-mb1 {
    margin-bottom: 0.25rem !important;
  }

  .u-tb-mb2 {
    margin-bottom: 0.5rem !important;
  }

  .u-tb-mb3 {
    margin-bottom: 0.75rem !important;
  }

  .u-tb-mb4 {
    margin-bottom: 1rem !important;
  }

  .u-tb-mb5 {
    margin-bottom: 1.25rem !important;
  }

  .u-tb-mb6 {
    margin-bottom: 1.5rem !important;
  }

  .u-tb-mb7 {
    margin-bottom: 1.75rem !important;
  }

  .u-tb-mb8 {
    margin-bottom: 2rem !important;
  }

  .u-tb-mb9 {
    margin-bottom: 2.25rem !important;
  }

  .u-tb-mb10 {
    margin-bottom: 2.5rem !important;
  }

  .u-tb-mb11 {
    margin-bottom: 2.75rem !important;
  }

  .u-tb-mb12 {
    margin-bottom: 3rem !important;
  }

  .u-tb-mb13 {
    margin-bottom: 3.25rem !important;
  }

  .u-tb-mb14 {
    margin-bottom: 3.5rem !important;
  }

  .u-tb-mb15 {
    margin-bottom: 3.75rem !important;
  }

  .u-tb-mb16 {
    margin-bottom: 4rem !important;
  }

  .u-tb-mb17 {
    margin-bottom: 4.25rem !important;
  }

  .u-tb-mb18 {
    margin-bottom: 4.5rem !important;
  }

  .u-tb-mb19 {
    margin-bottom: 4.75rem !important;
  }

  .u-tb-mb20 {
    margin-bottom: 5rem !important;
  }
}
@media screen and (max-width: 680px) {
  .u-sp-mb0 {
    margin-bottom: 0rem !important;
  }

  .u-sp-mb1 {
    margin-bottom: 0.25rem !important;
  }

  .u-sp-mb2 {
    margin-bottom: 0.5rem !important;
  }

  .u-sp-mb3 {
    margin-bottom: 0.75rem !important;
  }

  .u-sp-mb4 {
    margin-bottom: 1rem !important;
  }

  .u-sp-mb5 {
    margin-bottom: 1.25rem !important;
  }

  .u-sp-mb6 {
    margin-bottom: 1.5rem !important;
  }

  .u-sp-mb7 {
    margin-bottom: 1.75rem !important;
  }

  .u-sp-mb8 {
    margin-bottom: 2rem !important;
  }

  .u-sp-mb9 {
    margin-bottom: 2.25rem !important;
  }

  .u-sp-mb10 {
    margin-bottom: 2.5rem !important;
  }

  .u-sp-mb11 {
    margin-bottom: 2.75rem !important;
  }

  .u-sp-mb12 {
    margin-bottom: 3rem !important;
  }

  .u-sp-mb13 {
    margin-bottom: 3.25rem !important;
  }

  .u-sp-mb14 {
    margin-bottom: 3.5rem !important;
  }

  .u-sp-mb15 {
    margin-bottom: 3.75rem !important;
  }

  .u-sp-mb16 {
    margin-bottom: 4rem !important;
  }

  .u-sp-mb17 {
    margin-bottom: 4.25rem !important;
  }

  .u-sp-mb18 {
    margin-bottom: 4.5rem !important;
  }

  .u-sp-mb19 {
    margin-bottom: 4.75rem !important;
  }

  .u-sp-mb20 {
    margin-bottom: 5rem !important;
  }
}
.u-mb-large {
  margin-bottom: 10rem;
}
@media screen and (max-width: 680px) {
  .u-mb-large {
    margin-bottom: 5rem;
  }
}

.u-pb-large {
  padding-bottom: 10rem;
}
@media screen and (max-width: 680px) {
  .u-pb-large {
    padding-bottom: 5rem;
  }
}

.u-mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.u-px25 {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media screen and (max-width: 680px) {
  .u-sp-px25 {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-pl20 {
    padding-left: 2rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-px0 {
    padding-right: 0;
    padding-left: 0;
  }
}

.u-fs10 {
  font-size: 1rem;
}

.u-fs11 {
  font-size: 1.1rem;
}

.u-fs12 {
  font-size: 1.2rem;
}

.u-fs13 {
  font-size: 1.3rem;
}

.u-fs14 {
  font-size: 1.4rem;
}

.u-fs15 {
  font-size: 1.5rem;
}

.u-fs16 {
  font-size: 1.6rem;
}

.u-fs17 {
  font-size: 1.7rem;
}

.u-fs18 {
  font-size: 1.8rem;
}

.u-fs19 {
  font-size: 1.9rem;
}

.u-fs20 {
  font-size: 2rem;
}

.u-fs21 {
  font-size: 2.1rem;
}

.u-fs22 {
  font-size: 2.2rem;
}

.u-fs23 {
  font-size: 2.3rem;
}

.u-fs24 {
  font-size: 2.4rem;
}

.u-fs25 {
  font-size: 2.5rem;
}

.u-fs26 {
  font-size: 2.6rem;
}

.u-fs27 {
  font-size: 2.7rem;
}

.u-fs28 {
  font-size: 2.8rem;
}

.u-fs29 {
  font-size: 2.9rem;
}

.u-fs30 {
  font-size: 3rem;
}

.u-fs31 {
  font-size: 3.1rem;
}

.u-fs32 {
  font-size: 3.2rem;
}

.u-fs33 {
  font-size: 3.3rem;
}

.u-fs34 {
  font-size: 3.4rem;
}

.u-fs35 {
  font-size: 3.5rem;
}

.u-fs36 {
  font-size: 3.6rem;
}

.u-fs37 {
  font-size: 3.7rem;
}

.u-fs38 {
  font-size: 3.8rem;
}

.u-fs39 {
  font-size: 3.9rem;
}

.u-fs40 {
  font-size: 4rem;
}

@media screen and (max-width: 1200px) {
  .u-tb-fs10 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs11 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs12 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs13 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs14 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs15 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs17 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs18 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs19 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs20 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs21 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs22 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs23 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs24 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs25 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs26 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs27 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs28 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs29 {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs30 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs31 {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs32 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs33 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs34 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs35 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs36 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs37 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs38 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs39 {
    font-size: 3.9rem;
  }
}

@media screen and (max-width: 1200px) {
  .u-tb-fs40 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs10 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs11 {
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs12 {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs13 {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs14 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs15 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs16 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs17 {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs18 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs19 {
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs20 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs21 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs22 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs23 {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs24 {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs25 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs26 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs27 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs28 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs29 {
    font-size: 2.9rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs30 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs31 {
    font-size: 3.1rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs32 {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs33 {
    font-size: 3.3rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs34 {
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs35 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs36 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs37 {
    font-size: 3.7rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs38 {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs39 {
    font-size: 3.9rem;
  }
}

@media screen and (max-width: 680px) {
  .u-sp-fs40 {
    font-size: 4rem;
  }
}

.u-fw-regular {
  font-weight: 400;
}

.u-fw-medium {
  font-weight: 500;
}

.u-fw-bold {
  font-weight: 700;
}

.u-lh-1 {
  line-height: 1 !important;
}

.u-text-roboto {
  font-family: "Roboto", sans-serif !important;
}