@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! 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.
 */
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

html {
  background-color: #000;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

li > ul, li > ol {
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1em;
}

hr {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
}

table tr th, table tr td {
  padding: 12px 10px;
  border-bottom: 1px solid #cccccc;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

table tr th {
  vertical-align: top;
}

table tr select {
  min-height: 2em;
}

a {
  color: inherit;
}

.l-page {
  background-color: #FFF;
}

.l-header {
  position: relative;
  background-color: #4cbae9;
}

.l-footer {
  position: relative;
}

.p-header__inner {
  padding: 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  margin: 0;
  width: 180px;
}

.p-header__contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 8px 10px;
  max-width: 240px;
  border-radius: 6px;
  background-color: #ff7800;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7800), to(#e66c00));
  background: linear-gradient(to bottom, #ff7800, #e66c00);
  font-weight: bold;
  color: #FFF;
  font-size: 16px;
  line-height: 1.66667;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 2px rgba(27, 124, 217, 0.2);
          box-shadow: 0 4px 2px rgba(27, 124, 217, 0.2);
}

@media screen and (min-width: 768px) {
  .p-header__contact {
    font-size: calc(3.5461vw + -11.23404px);
  }
}

@media screen and (min-width: 1050px) {
  .p-header__contact {
    font-size: 26px;
  }
}

.p-header__contact:hover {
  background: #fa953b;
}

.p-header__contact:active {
  background: #0071bc;
}

.p-header__contact:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: '';
  width: 25px;
  height: 25px;
  background: url("../img/base/icon-arrow.png") no-repeat;
  background-size: 25px auto;
  margin-right: 15px;
}

.p-mv {
  overflow: hidden;
}

.p-mv__inner {
  position: relative;
}

.p-mv__inner:before {
  position: absolute;
  top: 48%;
  right: 0;
  display: block;
  content: '';
  max-width: 390px;
  width: 37.14286%;
  height: 0;
  padding-top: 33.61905%;
  background: url("../img/p-mv/bg.png") no-repeat 100% 50%;
  background-size: 100% auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.p-mv__list {
  position: relative;
  list-style: none;
  margin: 0 -7px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}

.p-mv__item {
  margin: 0 7px;
}

.p-mv__lead {
  position: relative;
  margin: 20px 0;
  font-weight: bold;
  color: #FFF;
  font-size: 20px;
  line-height: 1.25;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .p-mv__lead {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-mv__lead {
    font-size: 32px;
  }
}

.p-mv__title {
  position: relative;
  margin: 20px 0 13px;
  font-size: 100%;
  line-height: 1;
  z-index: 5;
}

.p-mv__textbox {
  display: inline-block;
  position: relative;
  margin: 0 -8px;
  padding: 10px 15px;
  border-radius: 20px;
  background-color: #fff;
  border: 8px solid #4cbae9;
  z-index: 5;
}

.p-mv__text {
  margin: 0;
  font-weight: bold;
  color: #29abe2;
  font-size: 20px;
  line-height: 1.42857;
}

@media screen and (min-width: 768px) {
  .p-mv__text {
    font-size: calc(2.83688vw + -1.78723px);
  }
}

@media screen and (min-width: 1050px) {
  .p-mv__text {
    font-size: 28px;
  }
}

.p-mv__text sup {
  font-size: 16px;
}

.p-mv__notes {
  margin: 0;
}

.p-feature {
  background-color: #dff4fb;
}

.p-feature__inner {
  padding: 30px 20px 35px;
}

.p-feature__lead {
  margin: 0 0 20px;
  font-size: 18px;
  line-height: 1.58333;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-feature__lead {
    font-size: calc(2.12766vw + 1.65957px);
  }
}

@media screen and (min-width: 1050px) {
  .p-feature__lead {
    font-size: 24px;
  }
}

.p-feature__wrap {
  position: relative;
}

.p-feature__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 20px;
  background-color: #fff;
  border-radius: 10px;
}

.p-feature__col:first-child:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 0 29px 50px;
  border-color: transparent transparent transparent #42D1F9;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-feature__title {
  margin: 0 0 12px;
  color: #29abe2;
  font-size: 24px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .p-feature__title {
    font-size: calc(2.83688vw + 2.21277px);
  }
}

@media screen and (min-width: 1050px) {
  .p-feature__title {
    font-size: 32px;
  }
}

.p-feature__text {
  display: table;
  margin: 0 auto 15px;
  min-height: 68px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
}

.p-feature__illust {
  margin: 10px 0 0;
  text-align: center;
}

.p-flow {
  background-color: #4cbae9;
}

.p-flow__inner {
  position: relative;
  color: #FFF;
  overflow: hidden;
}

.p-flow__heading {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.1875;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-flow__heading {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-flow__heading {
    font-size: 32px;
  }
}

.p-flow__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.44444;
}

@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: calc(1.41844vw + 3.10638px);
  }
}

@media screen and (min-width: 1050px) {
  .p-flow__text {
    font-size: 18px;
  }
}

.p-flow__figure {
  margin: 0 0 15px;
}

.p-service {
  background-color: #dff4fb;
}

.p-service__inner {
  padding: 30px 20px 35px;
}

.p-service__heading {
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-service__heading {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-service__heading {
    font-size: 32px;
  }
}

.p-service__list {
  margin: -12px -6px 10px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-service__item {
  margin: 12px 6px 0;
  padding: 20px 10px;
  width: calc((100% - 36px)/3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #b9e9fd;
  border-radius: 10px;
}

.p-service__title {
  margin: 0 0 20px;
  color: #29abe2;
  font-size: 18px;
  line-height: 1.42857;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-service__title {
    font-size: calc(3.5461vw + -9.23404px);
  }
}

@media screen and (min-width: 1050px) {
  .p-service__title {
    font-size: 28px;
  }
}

.p-service__illust {
  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;
  height: 188px;
  text-align: center;
}

.p-service__illust img {
  max-width: 100%;
  max-height: 100%;
}

.p-contact {
  background-color: #fcf176;
}

.p-contact__inner {
  padding: 20px;
}

.p-contact__title {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-contact__title {
    font-size: 32px;
  }
}

.p-contact__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 13px 20px;
  max-width: 600px;
  margin: 0 auto 20px;
  border-radius: 14px;
  background-color: #ff7800;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff7800), to(#e66c00));
  background: linear-gradient(to bottom, #ff7800, #e66c00);
  font-weight: bold;
  color: #FFF;
  font-size: 18px;
  line-height: 1.66667;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 2px rgba(27, 124, 217, 0.2);
          box-shadow: 0 4px 2px rgba(27, 124, 217, 0.2);
}

@media screen and (min-width: 768px) {
  .p-contact__button {
    font-size: calc(2.12766vw + 1.65957px);
  }
}

@media screen and (min-width: 1050px) {
  .p-contact__button {
    font-size: 24px;
  }
}

.p-contact__button:hover {
  background: #fa953b;
}

.p-contact__button:active {
  background: #0071bc;
}

.p-contact__button:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: '';
  width: 32px;
  height: 23px;
  background: url("../img/base/icon-mail.png") no-repeat;
  background-size: 32px auto;
  margin-right: 20px;
}

.p-contact__tel {
  margin: 0;
}

.p-contact__telTitle {
  margin: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 2.22222;
}

@media screen and (min-width: 768px) {
  .p-contact__telTitle {
    font-size: calc(0.70922vw + 10.55319px);
  }
}

@media screen and (min-width: 1050px) {
  .p-contact__telTitle {
    font-size: 18px;
  }
}

.p-contact__telContents {
  margin: 0;
  font-weight: bold;
  color: #0071bc;
  font-size: 24px;
  line-height: 1.25;
}

@media screen and (min-width: 768px) {
  .p-contact__telContents {
    font-size: calc(2.83688vw + 2.21277px);
  }
}

@media screen and (min-width: 1050px) {
  .p-contact__telContents {
    font-size: 32px;
  }
}

.p-contact__telContents a {
  display: inline-block;
  text-decoration: none;
}

.p-contact__telContents:before {
  position: relative;
  top: 2px;
  display: inline-block;
  content: '';
  width: 28px;
  height: 28px;
  background: url("../img/base/icon-phone.png") no-repeat;
  background-size: 28px auto;
  margin-right: 5px;
}

.p-performance {
  background-color: #4cbae9;
}

.p-performance__inner {
  position: relative;
  color: #FFF;
  overflow: hidden;
}

.p-performance__lead {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-performance__lead {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-performance__lead {
    font-size: 32px;
  }
}

.p-performance__logos {
  margin: 0 0 23px;
  background-color: #fff;
}

.p-performance__title {
  margin: 0 0 7px;
  font-size: 20px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-performance__title {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-performance__title {
    font-size: 32px;
  }
}

.p-performance__text {
  margin: 0 0 18px;
  font-size: 14px;
  line-height: 1.44444;
}

@media screen and (min-width: 768px) {
  .p-performance__text {
    font-size: calc(1.41844vw + 3.10638px);
  }
}

@media screen and (min-width: 1050px) {
  .p-performance__text {
    font-size: 18px;
  }
}

.p-lead {
  background-color: #fcf178;
  padding: 0 20px;
}

.p-lead__inner {
  padding: 30px 0;
  background: url("../img/p-lead/bg.png") no-repeat 100% 50%;
  background-size: 280px auto;
}

.p-lead__text {
  margin: 0;
  color: #0071bc;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .p-lead__text {
    font-size: calc(7.80142vw + -41.91489px);
  }
}

@media screen and (min-width: 1050px) {
  .p-lead__text {
    font-size: 40px;
  }
}

.p-lead__text em {
  font-style: normal;
  font-weight: bold;
  color: #ff5a00;
}

.p-form__inner {
  padding: 50px 20px 0;
}

.p-form__title {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5625;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-form__title {
    font-size: calc(4.25532vw + -12.68085px);
  }
}

@media screen and (min-width: 1050px) {
  .p-form__title {
    font-size: 32px;
  }
}

.p-form__textbox {
  font-size: 14px;
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-form__textbox {
    font-size: calc(0.70922vw + 8.55319px);
  }
}

@media screen and (min-width: 1050px) {
  .p-form__textbox {
    font-size: 16px;
  }
}

.p-description {
  margin: 0;
  padding: 25px 20px;
  font-size: 16px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-description {
    font-size: calc(2.48227vw + -3.06383px);
  }
}

@media screen and (min-width: 1050px) {
  .p-description {
    font-size: 23px;
  }
}

.p-inquiry {
  background-color: #f1f1f1;
  color: #000;
  overflow: hidden;
}

.p-inquiry__inner {
  padding: 24px 20px;
}

.p-inquiry__item {
  margin: 0;
  text-align: center;
}

.p-inquiry__content {
  margin: 0;
}

.p-inquiry__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-inquiry__title {
    font-size: calc(2.12766vw + -0.34043px);
  }
}

@media screen and (min-width: 1050px) {
  .p-inquiry__title {
    font-size: 22px;
  }
}

.p-inquiry__tel {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  font-size: 28px;
  line-height: 1.3125;
  letter-spacing: 0.28em;
}

@media screen and (min-width: 768px) {
  .p-inquiry__tel {
    font-size: calc(2.12766vw + 11.65957px);
  }
}

@media screen and (min-width: 1050px) {
  .p-inquiry__tel {
    font-size: 34px;
  }
}

.p-inquiry__tel a {
  display: inline-block;
  text-decoration: none;
}

.p-inquiry__notes {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.33333;
}

@media screen and (min-width: 768px) {
  .p-inquiry__notes {
    font-size: calc(0.70922vw + 10.55319px);
  }
}

@media screen and (min-width: 1050px) {
  .p-inquiry__notes {
    font-size: 18px;
  }
}

.p-copyright {
  margin: 0;
  padding: 10px 0;
  background: #000;
  color: #FFF;
  text-align: center;
}

.p-copyright small {
  font-size: 100%;
}

.u-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.u-txt-light {
  font-weight: 100 !important;
}

.u-txt-normal {
  font-weight: 400 !important;
}

.u-txt-bold {
  font-weight: 700 !important;
}

.u-txt-indent {
  text-indent: 1em !important;
}

.u-txt-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-txt-nowrap {
  white-space: nowrap !important;
}

.u-txt-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

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

.u-txt-none {
  text-transform: none !important;
}

.u-txt-lowercase {
  text-transform: lowercase !important;
}

.u-txt-uppercase {
  text-transform: uppercase !important;
}

.u-txt-capitalize {
  text-transform: capitalize !important;
}

.u-txt-smallcaps {
  font-variant: small-caps !important;
}

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

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

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

.u-txt-top {
  vertical-align: top !important;
}

.u-txt-middle {
  vertical-align: middle !important;
}

.u-txt-bottom {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 48em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  a {
    color: inherit;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  .p-header__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .p-mv {
    padding: 0 20px 20px;
  }
  .p-mv__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .p-mv__title {
    width: 59.04762%;
  }
  .p-feature__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .p-feature__wrap {
    position: relative;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-feature__col {
    width: 412px;
    margin: 0 55px;
  }
  .p-feature__lead {
    letter-spacing: 0.1em;
  }
  .p-flow__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 20px 35px;
  }
  .p-flow__text {
    text-align: center;
  }
  .p-service__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .p-contact__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .p-contact__tel {
    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;
  }
  .p-contact__telTitle {
    margin-right: 20px;
  }
  .p-performance__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
    padding: 30px 20px 33px;
  }
  .p-performance__text {
    text-align: center;
  }
  .p-performance__certificate {
    text-align: center;
  }
  .p-lead__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .p-form__inner {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 20px 0;
  }
  .p-form__title {
    margin-bottom: 30px;
  }
  .p-form__body {
    width: 780px;
    margin: 0 auto;
    padding-bottom: 24px;
  }
  .p-form__body iframe {
    width: 780px;
  }
  .p-description {
    padding: 33px 20px;
    font-size: inherit;
  }
  .p-inquiry__inner {
    position: relative;
    max-width: 1050px;
    margin: 0 auto;
  }
  .u-pconly {
    display: block !important;
  }
  .u-pconly-inline {
    display: inline !important;
  }
  .u-sponly {
    display: none !important;
  }
  .u-sponly-inline {
    display: none !important;
  }
}

@media screen and (max-width: 47.9375em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  html {
    width: 100%;
  }
  body {
    width: 100%;
    min-width: 320px;
  }
  .p-header__inner {
    padding: 10px 20px;
  }
  .p-header__logo {
    width: 120px;
  }
  .p-header__contact {
    max-width: 150px;
    padding: 10px 10px;
    line-height: 1.3;
  }
  .p-header__contact:before {
    width: 15px;
    height: 15px;
    background-size: 15px auto;
    margin-right: 5px;
  }
  .p-mv__inner {
    padding: 0 20px 10px;
  }
  .p-mv__inner:before {
    top: 45px;
    right: -20px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 145px;
  }
  .p-mv__title {
    max-width: 335px;
  }
  .p-mv__list {
    margin: 0 -2px;
  }
  .p-mv__item {
    margin: 0 2px;
  }
  .p-feature__lead {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
    text-align: left;
  }
  .p-feature__col {
    padding: 15px;
  }
  .p-feature__col:first-child {
    margin: 0 0 80px;
  }
  .p-feature__col:first-child:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 19px 0 19px;
    border-color: #42D1F9 transparent transparent transparent;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .p-feature__text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.875;
  }
  .p-feature__illust img {
    width: auto;
    height: 100px;
  }
  .p-flow__inner {
    padding: 20px;
  }
  .p-flow__heading {
    line-height: 1.5;
  }
  .p-flow__text {
    line-height: 1.75;
  }
  .p-service__title {
    margin-bottom: 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;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    min-height: 48px;
  }
  .p-service__list {
    margin: -12px -6px 10px;
  }
  .p-service__item {
    margin: 12px 6px 0;
    width: calc((100% - 24px)/2);
  }
  .p-service__illust {
    height: 100px;
  }
  .p-service__illust img {
    width: auto;
    height: auto;
  }
  .p-contact__tel {
    text-align: center;
  }
  .p-contact__button {
    line-height: 1.4;
  }
  .p-contact__button:before {
    margin-right: 15px;
  }
  .p-contact__telTitle {
    line-height: 1.5;
  }
  .p-performance__inner {
    padding: 20px;
  }
  .p-performance__text {
    line-height: 1.875;
  }
  .p-lead__inner {
    background-size: 140px auto;
  }
  .p-form__title {
    margin-bottom: 20px;
  }
  .p-form__body iframe {
    width: 100%;
  }
  .u-pconly {
    display: none !important;
  }
  .u-pconly-inline {
    display: none !important;
  }
  .u-sponly {
    display: block !important;
  }
  .u-sponly-inline {
    display: inline !important;
  }
  .u-txt-light-sp {
    font-weight: 100 !important;
  }
  .u-txt-normal-sp {
    font-weight: 400 !important;
  }
  .u-txt-bold-sp {
    font-weight: 700 !important;
  }
  .u-txt-indent-sp {
    text-indent: 1em !important;
  }
  .u-txt-note-sp {
    margin-left: 1em !important;
    text-indent: -1em !important;
  }
  .u-txt-nowrap-sp {
    white-space: nowrap !important;
  }
  .u-txt-breakword-sp {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .u-txt-justify-sp {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .u-txt-none-sp {
    text-transform: none !important;
  }
  .u-txt-lowercase-sp {
    text-transform: lowercase !important;
  }
  .u-txt-uppercase-sp {
    text-transform: uppercase !important;
  }
  .u-txt-capitalize-sp {
    text-transform: capitalize !important;
  }
  .u-txt-smallcaps-sp {
    font-variant: small-caps !important;
  }
  .u-txt-right-sp {
    text-align: right !important;
  }
  .u-txt-center-sp {
    text-align: center !important;
  }
  .u-txt-left-sp {
    text-align: left !important;
  }
  .u-txt-top-sp {
    vertical-align: top !important;
  }
  .u-txt-middle-sp {
    vertical-align: middle !important;
  }
  .u-txt-bottom-sp {
    vertical-align: bottom !important;
  }
  .u-txt-size14-sp {
    font-size: 14px !important;
  }
  .u-txt-size12-sp {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 374px) {
  /* ---------------------------
 * SmartPhone 374px 以下
 * --------------------------- */
  .p-service__title {
    display: block;
    min-height: 0;
  }
  .p-service__list {
    display: block;
    margin: 0;
  }
  .p-service__item {
    padding: 10px 8px;
    width: auto;
  }
  .p-service__illust {
    display: block;
    height: auto;
  }
  .p-service__illust img {
    max-width: 120px;
    max-height: 80px;
  }
}
/*# sourceMappingURL=style.css.map */