@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

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

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

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

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

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #707070;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
}
body.is-open {
  overflow: hidden;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-header {
  width: 100%;
  height: 157px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1240px) {
  .l-header {
    height: 47px;
  }
}
.l-header.active {
  background: #fff;
}
.l-header.active .l-header__tel--text {
  color: #707070;
}
.l-header.active .l-header__tel--text span {
  color: #fff;
  background: #707070;
}
.l-header.active .c-gnav__item--ja {
  color: #707070;
}
@media screen and (max-width: 1240px) {
  .l-header.active .c-gnav__item--ja {
    color: #fff;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 50px 30px 50px;
}
@media screen and (max-width: 1240px) {
  .l-header__inner {
    padding: 10px 20px 10px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-header__logo {
  width: 261px;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 1240px) {
  .l-header__logo {
    width: 155px;
    z-index: 999;
    margin-top: unset;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__logo.is-active {
  margin-top: 32px;
}
.l-header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1240px) {
  .l-header__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.l-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1240px) {
  .l-header__tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 27px;
  }
}
.l-header__tel--number {
  color: #10badd;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 24px;
  position: relative;
  padding-left: 21px;
}
@media screen and (max-width: 1240px) {
  .l-header__tel--number {
    font-size: 28px;
    line-height: 1;
    color: #fff;
  }
}
.l-header__tel--number::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 1240px) {
  .l-header__tel--number::before {
    background-image: url(../images/icon_tel2.svg);
  }
}
.l-header__tel--text {
  font-size: 10px;
  margin-left: 8px;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .l-header__tel--text {
    font-size: 12px;
  }
}
.l-header__tel--text span {
  font-size: 8px;
  width: 26px;
  height: 11px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  margin-right: 4px;
  color: #707070;
  background: #fff;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .l-header__tel--text span {
    font-size: 9px;
    width: 32px;
    height: 15px;
  }
}
.l-header__contact {
  width: 193px;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(93deg, rgb(104, 111, 181) 0%, rgb(16, 186, 221) 100%);
  border-radius: 5px;
  margin-left: 40px;
}
@media screen and (max-width: 1240px) {
  .l-header__contact {
    margin-left: unset;
    width: 253px;
    background: #fff;
    color: #10badd;
    margin-top: 30px;
  }
}
.l-header__contact p {
  position: relative;
  padding-left: 21px;
}
.l-header__contact p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}
@media screen and (max-width: 1240px) {
  .l-header__contact p::before {
    background-image: url(../images/icon_mail2.svg);
  }
}
@media screen and (max-width: 1240px) {
  .l-header__contents {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background-image: url(../images/nav_bg.jpeg);
    background-size: cover;
    width: 100%;
    height: 100vh;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
    align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1240px) {
  .l-header__scroll {
    max-height: 600px; /* 適切な高さに設定 */
    overflow-y: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 0 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer {
  background-image: url(../images/footer_bg.png);
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .l-footer {
    margin-top: unset;
  }
}
.l-footer__inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 50px 20px;
}
@media screen and (max-width: 750px) {
  .l-footer__inner {
    padding: 50px 20px 24px;
  }
}
.l-footer__logo {
  margin: 0 auto;
  width: 43px;
}
.l-footer__logo img {
  width: 100%;
  height: auto;
}
.l-footer__name {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}
.l-footer__add {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  margin-top: 9px;
}
.l-footer__flexarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px auto 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .l-footer__flexarea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__lead {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.45;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .l-footer__lead {
    text-align: center;
  }
}
.l-footer__button {
  max-width: 360px;
  width: 100%;
  height: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #10badd;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .l-footer__button {
    margin-top: 50px;
  }
}
.l-footer__button p {
  position: relative;
  padding-left: 30px;
}
.l-footer__button p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_mail2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
}
.l-footer__link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875;
  text-align: center;
  color: #fff;
  margin-top: 48px;
  text-decoration: underline;
  display: block;
}
.l-footer__small {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1428571429;
  text-align: center;
  color: #fff;
  margin-top: 11px;
  display: block;
}

.l-inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.c-form__section {
  border-bottom: 1px solid #10badd;
  padding: 35px 0 17px;
}
.c-form__section-2 {
  border-bottom: unset;
  padding: 40px 0 0px;
}
.c-form__section-2 .c-form__item {
  margin-bottom: 39px;
}
.c-form__section-3 {
  padding: 0px 0 0px;
}
@media screen and (max-width: 750px) {
  .c-form__section-3 {
    padding: 0px 0 18px 0px;
  }
}
.c-form__block {
  margin: 43px auto 0;
  max-width: 1000px;
}
@media screen and (max-width: 750px) {
  .c-form__block {
    margin: 51px auto 0;
  }
}
.c-form__block-title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .c-form__block-title {
    line-height: 1.4;
    font-size: 18px;
  }
}
.c-form__block-title-2 {
  margin-bottom: 23px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .c-form__block-title-2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .c-form__block-title-2.tx {
    text-indent: -3em;
    padding-left: 3em;
    margin-bottom: 20px;
  }
}
.c-form__block-title-3 {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .c-form__block-title-3 {
    font-size: 20px;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 750px) {
  .c-form__block-title-4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
.c-form__block-title span.rec {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #10badd;
  border: 1px solid #10badd;
  border-radius: 3px;
  background: #fff;
  margin-right: 10px;
  padding: 0px 5px;
}
.c-form__block-title span.color {
  color: #ff9300;
}
.c-form__block-content {
  width: 100%;
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .c-form__block-content {
    margin-top: 11px;
  }
}
.c-form__block-item {
  width: 190px;
}
.c-form__block-text {
  font-size: 14px;
  line-height: 2;
  margin-top: 13px;
}
.c-form__block-text a {
  text-decoration: underline;
  color: #2999d0;
}
.c-form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 561px;
  gap: 30px;
}
@media screen and (max-width: 750px) {
  .c-form__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: unset;
  }
}
.c-form__item {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 14px;
}
@media screen and (max-width: 750px) {
  .c-form__item {
    margin: 0 0 23px 0;
  }
}
.c-form__item-2 {
  margin: 0 auto 31px;
}
@media screen and (max-width: 750px) {
  .c-form__item-2 {
    margin: 0 0 23px 0;
  }
}
.c-form__item.md {
  max-width: 561px;
  margin: 0 0 23px 0;
}
.c-form__item.half {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .c-form__item.half {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 76%;
  }
}
.c-form__inner {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.c-form__input {
  display: block;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 5px 14px;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-form__input {
    padding: 4px 13px;
  }
}
.c-form__select {
  letter-spacing: 0.1em;
  font-weight: 400;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/form_arrow.png");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 10px 5px;
  padding-right: 20px;
}
.c-form__textarea {
  display: block;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  margin: 0;
  padding: 12px 14px;
  min-height: 253px;
}
@media screen and (max-width: 750px) {
  .c-form__textarea {
    padding: 12px 13px;
    height: 255px;
  }
}
.c-form__check {
  margin-left: 8px;
  position: relative;
}
.c-form__check + .c-form__check {
  margin-top: 7px;
}
@media screen and (max-width: 750px) {
  .c-form__check + .c-form__check {
    margin-top: 16px;
  }
}
.c-form__check label {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding-left: 25px;
  display: block;
}
@media screen and (max-width: 750px) {
  .c-form__check label {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3333333333;
  }
}
.c-form__check .validation-block {
  position: absolute;
  left: 22px;
  bottom: 0;
}
.c-form input[type=checkbox] {
  cursor: pointer;
  padding-left: 30px; /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 750px) {
  .c-form input[type=checkbox] {
    top: 3px;
    left: -4px;
  }
}
.c-form input[type=checkbox]::before,
.c-form input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
}
.c-form input[type=checkbox]::before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #525252;
  width: 22px;
  height: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (max-width: 750px) {
  .c-form input[type=checkbox]::before {
    top: -1px;
    left: -3px;
  }
}
.c-form input[type=checkbox]::after {
  background: #10badd;
  border-radius: 50%;
  opacity: 0;
  height: 12px;
  width: 12px;
  top: 0px;
  left: -2px;
}
@media screen and (max-width: 750px) {
  .c-form input[type=checkbox]::after {
    top: 4px;
    left: 2px;
  }
}
.c-form input[type=checkbox]:checked::after {
  opacity: 1; /*チェック後表示*/
}
.c-form input[type=radio] {
  cursor: pointer;
  padding-left: 30px;
  vertical-align: middle;
  position: relative;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 10px;
}
@media screen and (max-width: 750px) {
  .c-form input[type=radio] {
    top: 3px;
    left: -4px;
  }
}
.c-form input[type=radio]::before, .c-form input[type=radio]::after {
  content: "";
  display: block;
  position: absolute;
}
.c-form input[type=radio]::before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #525252;
  width: 22px;
  height: 22px;
  top: -5px;
  left: -7px;
}
@media screen and (max-width: 750px) {
  .c-form input[type=radio]::before {
    top: -1px;
    left: -3px;
  }
}
.c-form input[type=radio]::after {
  background: #10badd;
  border-radius: 50%;
  opacity: 0;
  height: 12px;
  width: 12px;
  top: 0px;
  left: -2px;
}
@media screen and (max-width: 750px) {
  .c-form input[type=radio]::after {
    top: 4px;
    left: 2px;
  }
}
.c-form input[type=radio]:checked::after {
  opacity: 1;
}
.c-form__button {
  max-width: 458px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  background: #10badd;
  border-radius: 10px;
  text-align: center;
  padding: 25px 0;
  cursor: pointer;
  position: relative;
  margin: 50px auto 0px;
}
.c-form__button::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .c-form__button {
    margin: -18px auto 0px;
  }
}
.c-form__button input {
  display: block;
  width: 100%;
  height: 100%;
}
.c-form__button:hover {
  background: #fff;
  color: #10badd;
}
.c-form__button:hover::after {
  background-image: url(../images/icon_arrow1.svg);
}
.c-form ::-webkit-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.c-form ::-moz-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.c-form ::-ms-input-placeholder {
  color: #c1c1c1;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}
.c-form ::placeholder {
  color: #c1c1c1;
  font-size: 16px;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.c-gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
}
@media screen and (max-width: 1240px) {
  .c-gnav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: unset;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-gnav__item {
  display: block;
  margin-left: 38px;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item {
    margin-left: unset;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
    width: 250px;
    position: relative;
    padding-right: 20px;
  }
  .c-gnav__item::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/icon_gnavarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4px;
    height: 7px;
  }
}
.c-gnav__item--en {
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  color: #10badd;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item--en {
    color: #fff;
  }
}
.c-gnav__item--ja {
  font-size: 14px;
  font-weight: 700;
  display: block;
  margin-top: 4px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item--ja {
    font-size: 18px;
  }
}
.c-gnav__item2 {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item2 {
    position: unset;
  }
  .c-gnav__item2::after {
    position: unset;
    content: unset;
  }
}
.c-gnav__item2 .c-gnav__item--en {
  padding-right: 18px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item2 .c-gnav__item--en {
    position: unset;
  }
}
.c-gnav__item2 .c-gnav__item--en::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_gnav.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 6px;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item2 .c-gnav__item--en::after {
    position: unset;
    content: unset;
  }
}
.c-gnav__item3 p {
  position: relative;
  padding-right: 23px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item3 p {
    color: #fff;
  }
}
.c-gnav__item3 p::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/gnav_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 3px;
  height: 5px;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item3 p::after {
    background-image: url(../images/icon_gnavarrow.svg);
  }
}
.c-gnav__item3 + .c-gnav__item3 {
  margin-top: 15px;
}
@media screen and (max-width: 1240px) {
  .c-gnav__item3 + .c-gnav__item3 {
    margin-top: 16px;
  }
}
.c-gnav__megamenu {
  position: absolute;
  left: 0;
  top: 50px;
  display: none;
}
@media screen and (max-width: 1240px) {
  .c-gnav__megamenu {
    position: unset;
    display: block;
  }
}
.c-gnav__box {
  background: #fff;
  border-radius: 10px;
  width: 121px;
  height: 165px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 1240px) {
  .c-gnav__box {
    background: unset;
    border-radius: unset;
    width: auto;
    height: auto;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 25px;
  }
}

.c-burger {
  display: none;
  width: 20px;
  height: 16px;
  position: fixed;
  right: 20px;
  top: 14px;
  z-index: 999;
}
@media screen and (max-width: 1240px) {
  .c-burger {
    display: block;
  }
}
.c-burger__line {
  position: absolute;
  background: #707070;
  width: 20px;
  height: 2px;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-burger__line--top {
  top: 0px;
}
.c-burger__line--mid {
  top: 50%;
}
.c-burger__line--bottom {
  top: 16px;
}
.c-burger.is-active {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 10px;
}
.c-burger.is-active .c-burger__line {
  left: 20px;
  background: #10badd;
}
.c-burger.is-active .c-burger__line--top {
  top: 29px;
  rotate: 45deg;
}
.c-burger.is-active .c-burger__line--mid {
  opacity: 0;
}
.c-burger.is-active .c-burger__line--bottom {
  top: 15px;
  rotate: -45deg;
}

.c-button {
  margin: 0 auto;
  max-width: 445px;
  width: 100%;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(93deg, rgb(104, 111, 181) 0%, rgb(16, 186, 221) 100%);
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .c-button {
    font-size: 4.2857142857vw;
  }
}
.c-button p {
  position: relative;
  padding-left: 30px;
}
.c-button p::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
}

.p-top-header {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 45vw);
  width: 100vw;
  background-size: cover;
  min-height: 352px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 750px) {
  .p-top-header {
    min-height: 221px;
    background-position: left bottom;
    padding-left: calc(50vw - 70%);
  }
}
.p-top-header-lineup {
  background-image: url(../images/title_bg_lineup.png);
}
.p-top-header-strength {
  background-image: url(../images/title_bg_strength.png);
}
.p-top-header-flow {
  background-image: url(../images/title_bg_flow.png);
}
.p-top-header-works {
  background-image: url(../images/title_bg_works.png);
}
@media screen and (max-width: 750px) {
  .p-top-header-lineup {
    background-image: url(../images/title_bg_lineup2.png);
  }
  .p-top-header-lineup .p-top-header__title--lg {
    bottom: -50px;
    left: -5px;
  }
  .p-top-header-strength {
    background-image: url(../images/title_bg_strength2.png);
  }
  .p-top-header-flow {
    background-image: url(../images/title_bg_flow2.png);
  }
  .p-top-header-works {
    background-image: url(../images/title_bg_works2.png);
  }
}
.p-top-header__inner {
  margin-left: 150px;
}
@media screen and (max-width: 750px) {
  .p-top-header__inner {
    margin-left: unset;
    height: 100%;
  }
}
.p-top-header__title {
  position: relative;
}
.p-top-header__title--lg {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 1px #fff;
  opacity: 0.3;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  top: -57px;
  left: 0px;
}
@media screen and (max-width: 750px) {
  .p-top-header__title--lg {
    top: unset;
    bottom: -80px;
    left: -10px;
  }
}
.p-top-header__title--md {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 22px;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .p-top-header__title--md {
    margin-top: 32px;
    padding-left: 40px;
  }
}
.p-top-header__title--sm {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  display: block;
  padding-left: 50px;
}
@media screen and (max-width: 750px) {
  .p-top-header__title--sm {
    padding-left: 40px;
    line-height: 1.5;
  }
}
.p-top-mv {
  position: relative;
}
.p-top-mv__movie {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-mv__movie {
    height: 390px;
  }
}
.p-top-mv__movie::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  left: 0;
  top: 0;
}
.p-top-mv__contents {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  left: 60px;
  bottom: 134px;
}
@media screen and (max-width: 750px) {
  .p-top-mv__contents {
    padding: 0 40px;
    bottom: 144px;
    left: 0px;
  }
}
.p-top-mv__lead {
  font-size: 45px;
  letter-spacing: 0.4em;
  line-height: 1.3333333333;
  font-weight: 400;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-mv__lead {
    font-size: 22px;
    line-height: 1.3181818182;
  }
}
.p-top-mv__lead::before {
  position: absolute;
  content: "";
  background-image: url(../images/symbol_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: -80px;
  bottom: 20px;
  width: 400px;
  height: 192px;
}
@media screen and (max-width: 750px) {
  .p-top-mv__lead::before {
    width: 200px;
    left: -40px;
    height: 105px;
    bottom: 0px;
  }
}
.p-top-more {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .p-top-more {
    padding: 20px 0;
  }
}
.p-top-more__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 750px) {
  .p-top-more__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.p-top-more__item {
  width: 50%;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
          box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
  border-radius: 10px;
  background: #fff;
  padding: 32px 40px 55px;
}
@media screen and (max-width: 750px) {
  .p-top-more__item {
    width: 100%;
    padding: 32px 32px 40px;
  }
}
.p-top-more__title {
  font-size: 30px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-top-more__title-1 {
  color: #10badd;
}
.p-top-more__title-2 {
  color: #686fb5;
}
@media screen and (max-width: 750px) {
  .p-top-more__title-2 {
    line-height: 1.4;
    margin-top: 10px;
    margin-bottom: 17px;
  }
}
.p-top-more__text {
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-top-more__text {
    padding: 0 8px;
  }
}
.p-top-more__button {
  margin: 27px auto 0;
  max-width: 282px;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .p-top-more__button {
    margin: 15px auto 0;
  }
}
.p-top-more__button p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
}
.p-top-more__button p::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.p-top-more__button-1 {
  background: #10badd;
}
.p-top-more__button-2 {
  background: #686fb5;
}
.p-top-more__lead {
  text-align: center;
  line-height: 1.375;
  color: #10badd;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 50px auto 0;
  padding: 0px 17px 0 20px;
}
@media screen and (max-width: 750px) {
  .p-top-more__lead {
    margin: 32px auto 0;
  }
}
.p-top-more__lead::before, .p-top-more__lead::after {
  position: absolute;
  content: "";
  background: #10badd;
  width: 1px;
  height: 37px;
}
.p-top-more__lead::before {
  left: 0;
  bottom: 0;
  rotate: -18deg;
}
.p-top-more__lead::after {
  right: 0;
  bottom: 0;
  rotate: 18deg;
}
.p-top-more__contact {
  margin: 12px auto 0;
}
.p-top-more__modal {
  max-width: 842px;
  margin: 0 auto;
  color: #707070;
  font-weight: 500;
  border-radius: 100px;
}
.p-top-more__modal--title {
  font-size: 35px;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #10badd;
  letter-spacing: 0.05em;
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--title {
    font-size: 30px;
  }
}
.p-top-more__modal--title::after {
  position: absolute;
  content: "";
  background-color: #10badd;
  left: 0;
  top: 12px;
  width: 3px;
  height: 31px;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--title::after {
    top: 6px;
  }
}
.p-top-more__modal--title2 {
  font-size: 30px;
  line-height: 1.6;
  font-weight: 700;
  color: #10badd;
  letter-spacing: 0.1em;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--title2 {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}
.p-top-more__modal--title3 {
  font-size: 25px;
  line-height: 1.92;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  color: #404040;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--title3 {
    font-size: 24px;
    line-height: 1.52;
    text-align: left;
  }
}
.p-top-more__modal--text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 600;
  text-align: left;
  color: #404040;
  margin-top: 20px;
  word-wrap: break-word; /* テキストの折り返しを設定 */
  word-wrap: break-word; /* Firefox サポート */
}
.p-top-more__modal--box {
  border-radius: 20px;
  background: #e9f4f5;
  margin-top: 50px;
  padding: 50px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--box {
    padding: 30px 20px;
    border-radius: unset;
  }
}
.p-top-more__modal--thumb {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--thumb {
    margin-top: 20px;
  }
}
.p-top-more__modal--thumb img {
  width: 100%;
  height: auto;
}
.p-top-more__modal--flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-more__modal--item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-more__modal--item1 + .p-top-more__modal--item1 {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item1 + .p-top-more__modal--item1 {
    margin-top: 30px;
  }
}
.p-top-more__modal--item1 .title {
  width: 192px;
  height: 39px;
  background: #10badd;
  border-radius: 25px;
  color: #fff;
  font-size: 20px;
  line-height: 2.4;
  font-weight: 700;
  left: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item1 .title {
    width: 100%;
  }
}
.p-top-more__modal--item1 .text {
  margin-left: 21px;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 600;
  width: calc(100% - 213px);
  color: #404040;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item1 .text {
    width: 100%;
    margin-left: unset;
    margin-top: 10px;
  }
}
.p-top-more__modal--item2 {
  margin-top: 30px;
}
.p-top-more__modal--item2 .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 14px;
  color: #404040;
}
.p-top-more__modal--item2 .title::before {
  position: absolute;
  left: 0;
  top: 14px;
  content: "";
  background: #404040;
  width: 4px;
  height: 4px;
}
.p-top-more__modal--item2 .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  display: block;
  color: #404040;
  padding-left: 14px;
}
.p-top-more__modal--item3 {
  padding: 20px 30px;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
          box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
  width: 48%;
  border-radius: 10px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item3 {
    width: 100%;
    padding: 20px 20px;
  }
}
.p-top-more__modal--item3 .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 14px;
  background: #10badd;
  border-radius: 25px;
  color: #fff;
  width: 100%;
  max-width: 327px;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item3 .title {
    font-size: 18px;
  }
}
.p-top-more__modal--item3 .title2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #404040;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item3 .title2 {
    font-size: 18px;
    color: #404040;
  }
}
.p-top-more__modal--item3 .title3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #10badd;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item3 .title3 {
    font-size: 18px;
  }
}
.p-top-more__modal--item3 .text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.875;
  display: block;
  color: #404040;
  padding-left: 14px;
}
.p-top-more__modal--item3 .box {
  background: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  margin-top: 20px;
}
.p-top-more__modal--item4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.p-top-more__modal--item4 .title {
  color: #10badd;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  line-height: 2.1428571429;
  font-weight: 600;
  width: 60px;
}
.p-top-more__modal--item4 .text {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 600;
  color: #404040;
  width: calc(100% - 90px);
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item4 .text {
    width: calc(100% - 60px);
  }
}
.p-top-more__modal--item4 .text a {
  color: #0062ff;
  text-decoration: underline;
}
.p-top-more__modal--item4 .text::after {
  position: absolute;
  content: "";
  background: #10badd;
  left: 10px;
  top: 10px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.p-top-more__modal--item4 .text2::before {
  position: absolute;
  content: "";
  background: #10badd;
  left: 15px;
  top: 10px;
  width: 1px;
  height: 150%;
}
@media screen and (max-width: 750px) {
  .p-top-more__modal--item4 .text2::before {
    top: 20px;
    height: 120%;
  }
}
@media screen and (max-width: 750px) {
  .p-top-lineup {
    padding-top: 81px;
  }
}
.p-top-lineup__body {
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
          box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
  border-radius: 10px;
  margin-top: -50px;
  position: relative;
  z-index: 2;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .p-top-lineup__body {
    margin-top: 20px;
  }
}
.p-top-lineup__inner {
  max-width: 910px;
  padding: 50px 20px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top-lineup__inner {
    padding: 20px 20px;
  }
}
.p-top-lineup__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  border-radius: 25px;
  color: #fff;
  height: 49px;
}
.p-top-lineup__title-1 {
  background-color: #10badd;
}
.p-top-lineup__title-2 {
  background-color: #686fb5;
  margin-top: 50px;
}
.p-top-lineup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-top-lineup__list {
    margin-top: 20px;
    gap: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-top-lineup__list-1 {
  color: #10badd;
}
.p-top-lineup__list-2 {
  color: #686fb5;
}
.p-top-lineup__item {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  width: 150px;
  height: 150px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .p-top-lineup__item {
    width: calc(50% - 5px);
    height: auto;
    aspect-ratio: 1/1;
  }
}
.p-top-lineup__text {
  margin-top: 49px;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-top-lineup__text {
    text-align: left;
    margin-top: 17px;
  }
}
.p-top-lineup__button {
  margin: 28px auto 0;
}
@media screen and (max-width: 750px) {
  .p-top-lineup__button {
    margin: 18px auto 0;
  }
}
.p-top-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .p-top-movie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 48px 0;
  }
}
.p-top-movie__title {
  width: 50%;
  margin-left: 50px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-movie__title {
    width: 100%;
    margin-left: unset;
  }
}
.p-top-movie__title--lg {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 1px #10badd;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0);
  display: block;
  position: absolute;
  top: -36px;
  left: -3px;
  opacity: 0.3;
}
@media screen and (max-width: 750px) {
  .p-top-movie__title--lg {
    left: -28px;
    top: -34px;
  }
}
.p-top-movie__title--md {
  font-size: 30px;
  font-weight: 700;
  color: #10badd;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 64px;
  margin-left: 47px;
}
@media screen and (max-width: 750px) {
  .p-top-movie__title--md {
    margin-left: unset;
  }
}
.p-top-movie__title--sm {
  font-size: 20px;
  color: #10badd;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 400;
  margin-left: 47px;
}
@media screen and (max-width: 750px) {
  .p-top-movie__title--sm {
    margin-left: unset;
    line-height: 1.5;
    margin-top: 4px;
  }
}
.p-top-movie__box {
  border-radius: 10px;
  width: 48%;
}
@media screen and (max-width: 750px) {
  .p-top-movie__box {
    width: 100%;
    margin-top: 18px;
  }
}
.p-top-movie__box iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 500/281;
  border-radius: 10px;
}
.p-top-strength {
  padding-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .p-top-strength {
    padding-bottom: 10px;
  }
}
.p-top-strength__list {
  counter-reset: number 0;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .p-top-strength__list {
    margin-top: -20px;
  }
}
.p-top-strength__item {
  padding: 68px 0 45px 110px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .p-top-strength__item {
    padding: 68px 0 35px 0px;
  }
}
.p-top-strength__item::before {
  position: absolute;
  left: 0;
  top: -21px;
  counter-increment: number 1;
  content: "0" counter(number) " ";
  font-size: 120px;
  font-weight: 900;
  letter-spacing: 0em;
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 1px #10badd;
  opacity: 0.4;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0);
  display: block;
}
@media screen and (max-width: 750px) {
  .p-top-strength__item::before {
    top: -22px;
  }
}
.p-top-strength__item:not(:last-of-type) {
  border-bottom: 1px solid #10badd;
}
.p-top-strength__title {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  font-weight: 700;
  color: #10badd;
}
@media screen and (max-width: 750px) {
  .p-top-strength__title {
    margin-left: 67px;
  }
}
.p-top-strength__text {
  margin-top: 15px;
}
@media screen and (max-width: 750px) {
  .p-top-strength__text {
    margin-top: 35px;
    padding: 0 15px;
  }
}
.p-top-flow {
  padding-bottom: 96px;
}
@media screen and (max-width: 750px) {
  .p-top-flow {
    padding-bottom: 46px;
  }
}
.p-top-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .p-top-flow__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}
.p-top-flow__item {
  width: 50%;
}
@media screen and (max-width: 750px) {
  .p-top-flow__item {
    width: 100%;
  }
  .p-top-flow__item + .p-top-flow__item {
    margin-top: 20px;
  }
}
.p-top-flow__box {
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
          box-shadow: 0px 5px 25px 0px rgba(0, 107, 129, .15);
  border-radius: 10px;
  padding: 20px 20px 32px;
}
.p-top-flow__title {
  padding: 8px 10px 8px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
.p-top-flow__title::after {
  position: absolute;
  content: "";
  width: 9px;
  height: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.p-top-flow__title-1 {
  background-color: #10badd;
}
.p-top-flow__title-1::after {
  background-color: #10badd;
}
.p-top-flow__title-2 {
  background-color: #686fb5;
  line-height: 1.5;
}
.p-top-flow__title-2::after {
  background-color: #686fb5;
}
.p-top-flow__text1 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.4;
  text-align: center;
}
.p-top-flow__text1-1 {
  color: #10badd;
}
.p-top-flow__text1-2 {
  color: #686fb5;
}
.p-top-flow__text2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 30px;
  text-align: center;
  width: 100%;
  padding: 26px 10px;
  background: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-top-flow__text2::before, .p-top-flow__text2::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.5px;
  height: 30px;
  background: #707070;
}
.p-top-flow__text2::before {
  top: -15px;
}
.p-top-flow__text2::after {
  bottom: -15px;
}
.p-top-flow__text3 {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 700;
  margin-top: 27px;
  padding: 0 23px;
}
@media screen and (max-width: 750px) {
  .p-top-flow__text3 {
    margin-top: 20px;
    padding: unset;
  }
}
.p-top-flow__text3 + .p-top-flow__text3 {
  margin-top: 20px;
}
.p-top-flow__text3 span {
  color: #10badd;
}
.p-top-soft {
  background-color: #e9f4f5;
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%) 59px;
  width: 100vw;
}
@media screen and (max-width: 750px) {
  .p-top-soft {
    padding: 46px calc(50vw - 50%) 50px;
  }
}
.p-top-soft__inner {
  max-width: 902px;
  margin: 0 auto;
}
.p-top-soft__title {
  font-size: 30px;
  letter-spacing: 0.1em;
  color: #10badd;
  text-align: center;
  font-weight: 700;
}
.p-top-soft__title2 {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #10badd;
  font-weight: 700;
}
.p-top-soft__item {
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-top-soft__item {
    margin-top: 40px;
  }
}
.p-top-soft__item + .p-top-soft__item {
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .p-top-soft__tablebox {
    overflow-x: scroll;
  }
}
.p-top-soft__table {
  width: 100%;
  margin-top: 4px;
}
@media screen and (max-width: 750px) {
  .p-top-soft__table {
    border-collapse: collapse;
    white-space: nowrap;
  }
}
.p-top-soft__table tr:last-of-type td:first-of-type {
  border-radius: 0 0 0 10px;
}
.p-top-soft__table tr:last-of-type td:last-of-type {
  border-radius: 0 0 10px 0;
}
.p-top-soft__table th {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  background: #10badd;
  width: 33.3333333333%;
  padding: 7px 20px 4px;
  border-left: 1px solid #e9f4f5;
}
.p-top-soft__table th:first-of-type {
  border-radius: 10px 0 0 0;
}
.p-top-soft__table th:last-of-type {
  border-radius: 0 10px 0 0;
}
.p-top-soft__table td {
  letter-spacing: 0.1em;
  font-weight: 400;
  background: #fff;
  width: 33.3333333333%;
  font-family: "Roboto", sans-serif;
  border-left: 1px solid #e9f4f5;
  border-bottom: 1px solid #e9f4f5;
  vertical-align: middle;
  padding: 12px 20px 7px;
}
.p-top-soft__small {
  letter-spacing: 0.1em;
  margin-top: 16px;
  margin-left: 17px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .p-top-soft__small {
    margin-top: 13px;
    margin-left: 0px;
  }
}
.p-top-soft__text {
  font-size: 20px;
  line-height: 3;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 43px;
}
@media screen and (max-width: 750px) {
  .p-top-soft__text {
    margin-top: 27px;
    line-height: 1.5;
  }
}
.p-top-works {
  padding-bottom: 80px;
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .p-top-works {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.p-top-works__contents {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  .p-top-works__contents {
    margin-top: 20px;
  }
}
.p-top-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -80px;
  margin-top: -50px;
}
@media screen and (max-width: 750px) {
  .p-top-works__list {
    margin-left: unset;
  }
}
.p-top-works__item {
  width: calc(50% - 80px);
  margin-top: 50px;
  margin-left: 80px;
}
@media screen and (max-width: 750px) {
  .p-top-works__item {
    width: 100%;
    margin-left: unset;
    margin-top: 49px;
  }
}
.p-top-works__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 10/7;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-works__title {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  margin-top: 20px;
}
.p-top-works__button {
  max-width: 282px;
  width: 100%;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #10badd;
  border: 1px solid;
  font-size: 18px;
  font-weight: 700;
  border-radius: 5px;
  margin: 20px auto 0;
}
.p-top-works__button p {
  position: relative;
  width: 100%;
  text-align: center;
}
.p-top-works__button p::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
.p-top-works__modal {
  max-width: 940px;
  margin: 0 auto;
}
.p-top-works__modal h3 {
  font-size: 35px;
  text-align: center;
  color: #10badd;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .p-top-works__modal h3 {
    font-size: 24px;
    line-height: 1.4166666667;
    font-weight: 700;
    margin-top: 7px;
  }
}
.p-top-works__modal figure {
  margin-top: 39px;
}
.p-top-works__modal figure + figure {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-top-works__modal figure + figure {
    margin-top: 17px;
  }
}
.p-top-works__modal figure img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.p-top-message {
  margin: 0 calc(50% - 50vw);
  padding: 100px calc(50vw - 50%) 96px;
  width: 100vw;
  background-color: #e9f4f5;
}
@media screen and (max-width: 750px) {
  .p-top-message {
    padding: 50px calc(50vw - 50%) 48px;
  }
}
.p-top-message__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-top-message__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top-message__title--lg {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
  -webkit-text-stroke: 1px #10badd;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0);
  display: block;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (max-width: 750px) {
  .p-top-message__title--lg {
    font-size: 73px;
    margin-top: unset;
  }
}
.p-top-message__title--sm {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  margin-top: -44px;
}
@media screen and (max-width: 750px) {
  .p-top-message__title--sm {
    margin-top: -38px;
  }
}
.p-top-message__lead {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.5428571429;
  color: #10badd;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .p-top-message__lead {
    font-size: 24px;
    line-height: 1.4583333333;
    margin-top: 9px;
  }
}
.p-top-message__thumb {
  margin-left: 79px;
}
@media screen and (max-width: 750px) {
  .p-top-message__thumb {
    margin-left: unset;
    margin-top: 30px;
  }
}
.p-top-message__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 47/30;
  border-radius: 20px;
}
.p-top-message__text {
  margin-top: 46px;
}
@media screen and (max-width: 750px) {
  .p-top-message__text {
    margin-top: 26px;
  }
}
.p-top-message__name {
  margin: 14px 0 0 auto;
  font-weight: 700;
  text-align: right;
  font-size: 18px;
}
.p-top-company {
  padding-top: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .p-top-company {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 43px;
  }
}
.p-top-company__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #10badd;
}
.p-top-company__table {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .p-top-company__table {
    margin-top: 5px;
  }
}
.p-top-company__table th {
  font-weight: 700;
  width: 68px;
  padding: 5px 0;
}
@media screen and (max-width: 750px) {
  .p-top-company__table th {
    font-size: 14px;
    width: 60px;
    padding: 7px 0;
  }
}
.p-top-company__table td {
  font-weight: 400;
  padding: 5px 0 5px 71px;
}
@media screen and (max-width: 750px) {
  .p-top-company__table td {
    font-size: 14px;
    padding: 7px 0 7px 8px;
  }
}
.p-top-company__body {
  margin-left: 77px;
  margin-top: 7px;
  width: 52%;
}
@media screen and (max-width: 750px) {
  .p-top-company__body {
    margin-left: unset;
    width: 100%;
    margin-top: 21px;
  }
}
.p-top-company__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 94/63;
}
.p-top-access {
  padding-top: 93px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .p-top-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 52px;
  }
}
.p-top-access__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #10badd;
  margin-top: -6px;
}
.p-top-access__text1 {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 23px;
}
.p-top-access__text2 {
  line-height: 1.5625;
  padding: 20px 30px;
  background: #e9f4f5;
  border-radius: 10px;
  margin-top: 20px;
  width: 333px;
}
@media screen and (max-width: 750px) {
  .p-top-access__text2 {
    width: 100%;
    margin-top: 17px;
    padding: 18px 30px;
  }
}
.p-top-access__list {
  margin-top: 16px;
}
.p-top-access__body {
  margin-right: 100px;
  width: 52.5%;
}
@media screen and (max-width: 750px) {
  .p-top-access__body {
    margin-right: unset;
    width: 100%;
    margin-top: 32px;
  }
}
.p-top-access__mapbox iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 94/63;
}
.p-top-contact {
  background: #e9f4f5;
  border-radius: 20px;
  margin: 110px auto 0;
  padding: 28px 40px 50px;
}
@media screen and (max-width: 750px) {
  .p-top-contact {
    margin: 50px calc(50% - 50vw) 0;
    border-radius: unset;
    padding: 50px 20px 50px;
  }
}
.p-top-contact__title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4666666667;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-top-contact__title {
    font-size: 20px;
  }
}
.p-top-contact__title-1 {
  background: #fff;
  color: #10badd;
  border: 1px solid;
}
.p-top-contact__title-2 {
  color: #fff;
  background-color: #10badd;
  border: 1px solid #10badd;
  margin-top: 36px;
}
@media screen and (max-width: 750px) {
  .p-top-contact__title-2 {
    margin-top: 14px;
  }
}
.p-top-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 23px;
}
@media screen and (max-width: 750px) {
  .p-top-contact__tel {
    margin-top: 15px;
  }
}
.p-top-contact__tel--lg {
  color: #10badd;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 900;
  font-size: 34px;
  line-height: 1.4705882353;
  position: relative;
  padding-left: 40px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .p-top-contact__tel--lg {
    font-size: 30px;
  }
}
.p-top-contact__tel--lg::before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
}
.p-top-contact__tel--sm {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 3px;
}
.p-top-contact__tel--sm span {
  font-size: 12px;
  width: 41px;
  height: 23px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 3px;
  border: 1px solid;
  margin-right: 10px;
}
.p-top-contact__lead {
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .p-top-contact__lead {
    text-align: left;
    line-height: 1.5625;
    margin-top: 19px;
  }
}

.modaal-content-container {
  padding: 50px 70px;
}
@media screen and (max-width: 750px) {
  .modaal-content-container {
    padding: 60px 20px;
  }
}

.modaal-close {
  position: absolute;
  color: #707070;
  right: 25px;
  top: 22px;
}
@media screen and (max-width: 750px) {
  .modaal-close {
    right: 5px;
    top: 2px;
  }
}
.modaal-close:hover .modaal-close:after,
.modaal-close:hover .modaal-close:before {
  background: #000;
}

.modaal-close:after,
.modaal-close:before {
  background: #000;
  width: 2px;
  height: 30px;
}

.p-contact {
  padding: 257px 0 100px;
}
@media screen and (max-width: 750px) {
  .p-contact {
    padding: 97px 0 100px;
  }
}
.p-contact__button {
  max-width: 350px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #10badd;
  border: 1px solid;
  border-radius: 10px;
  text-align: center;
  padding: 19px 0;
  cursor: pointer;
  position: relative;
  margin: 60px auto 0px;
}
.p-contact__button::after {
  position: absolute;
  content: "";
  background-image: url(../images/icon_arrow2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 750px) {
  .p-contact__button {
    margin: 50px auto 0px;
  }
}
.p-contact__button input {
  display: block;
  width: 100%;
  height: 100%;
}
.p-contact__button:hover {
  background: #fff;
  color: #10badd;
  border: 1px solid;
}
.p-contact__button:hover::after {
  background-image: url(../images/icon_arrow1.svg);
}
.p-contact-complete__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-contact-complete__title {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.p-contact-complete__logo {
  width: 261px;
  margin: 50px auto 0;
}
.p-contact-complete__logo img {
  width: 100%;
  height: auto;
}
.p-contact-complete__text {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.875;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .p-contact-complete__text {
    text-align: left;
    margin: 20px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.validation-block {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  color: #ff0000;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.btn01,
.btn02 {
  display: inline-block;
}

.btn01 .btn {
  background: #0b689a;
  color: #fff;
}

.p-privacy {
  padding: 257px 0 100px;
}
@media screen and (max-width: 750px) {
  .p-privacy {
    padding: 97px 0 100px;
  }
}
.p-privacy__title {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4666666667;
  text-align: center;
  color: #10badd;
}
@media screen and (max-width: 750px) {
  .p-privacy__title {
    font-size: 24px;
    line-height: 1.6666666667;
    letter-spacing: 0.05em;
  }
}
.p-privacy__lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-privacy__lead {
    font-size: 18px;
    line-height: 1.9444444444;
  }
}
.p-privacy__lead2 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .p-privacy__lead2 {
    font-size: 18px;
    line-height: 1.9444444444;
    margin-top: 30px;
  }
}
.p-privacy__item {
  margin-top: 50px;
}
.p-privacy__item--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4444444444;
  border-left: 3px solid #10badd;
  padding-left: 5px;
}
.p-privacy__item--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 20px;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

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

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 750px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

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

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

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

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

@media screen and (max-width: 750px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #f4f8ff;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .u-md-only {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 750px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .u-md-hidden--flex {
    display: none;
  }
}

.u-md-header {
  display: none;
}
@media screen and (max-width: 1240px) {
  .u-md-header {
    display: block;
  }
}
@media screen and (max-width: 1240px) {
  .u-md-header--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-header {
  display: block;
}
@media screen and (max-width: 1240px) {
  .u-md-header {
    display: none;
  }
}
.u-md-header--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1240px) {
  .u-md-header--flex {
    display: none;
  }
}