@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

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

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

:root {
  font-size: 62.5%;
}

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

body {
  color: #333;
  font-family: Helvetica, Arial, Roboto, 'Droid Sans', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
    min-width: 320px;
  }
}

img {
  vertical-align: top;
}

figure {
  margin: 0;
}

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

@media (max-width: 767px) {
  .pc_view {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_view {
    display: none;
  }
}

small {
  font-size: 80%;
}

strong, em {
  font-weight: bold;
}

::-moz-selection {
  /*background:lighten( $base-color, 40% );*/
  /*color: #fff;*/
}

::selection {
  /*background:lighten( $base-color, 40% );*/
  /*color: #fff;*/
}

input::-moz-selection {
  color: #333;
}

input::selection {
  color: #333;
}

textarea::-moz-selection {
  color: #333;
}

textarea::selection {
  color: #333;
}

.row-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.row-0 > div {
  padding-right: 0px;
  padding-left: 0px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}

.row-10 > div {
  padding-right: 5px;
  padding-left: 5px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}

.row-20 > div {
  padding-right: 10px;
  padding-left: 10px;
}

.row-30 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-30 > div {
  padding-right: 15px;
  padding-left: 15px;
}

.row-40 {
  margin-left: -20px;
  margin-right: -20px;
}

.row-40 > div {
  padding-right: 20px;
  padding-left: 20px;
}

.header {
  background: rgba(255, 255, 255, 0.84);
  padding: 0 0 8px;
  position: absolute;
  width: 100%;
  height: 64px;
  z-index: 1000;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .header {
    height: 55px;
    padding: 0 0 0;
  }
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 767px) {
  .header__inner {
    width: calc(100% - 20px);
    margin: 0 10px;
    padding: 0;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}

.header__title {
  margin: 0 auto 0 0;
  padding-top: 10px;
}

@media (max-width: 1200px) {
  .header__title {
    padding-top: 16px;
  }
  .header__title img {
    width: 130px;
  }
}

@media (max-width: 767px) {
  .header__title {
    padding-top: 13px;
  }
  .header__title img {
    width: 130px;
  }
}

.header__tel {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .header__tel {
    display: none;
  }
}

.header__tel__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 2.2rem;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .header__tel__item {
    display: none;
  }
}

.header__tel__item .tel-link {
  border-right: 1px solid #888;
  padding-right: 10px;
  margin-right: 10px;
}

.header__tel__item .tel-link a {
  color: #333;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .header__tel__item .tel-link {
    border-right: none;
  }
}

.header__tel__item:last-child .tel-link {
  border-right: none;
  padding-right: 0;
}

.header__tel__item-pref {
  font-size: 1.2rem;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .header__tel {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .header__tel__item {
    font-size: 1.6rem;
  }
  .header__tel__item .tel-link {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .header__tel__item-pref {
    font-size: 1.0rem;
    margin-right: 6px;
  }
}

.header__button {
  background: #f44444;
  height: 48px;
  min-width: 160px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: 0.3s all ease;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .header__button:hover {
    background: #fff;
    color: #f44444;
  }
  .header__button-recruit:hover {
    color: #0066ba;
  }
}

@media (max-width: 1200px) {
  .header__button {
    min-width: 120px;
  }
}

.header__button-recruit {
  background: #0066ba;
}

@media (max-width: 767px) {
  .header .header__button {
    display: none;
  }
}

.clone-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  transition: .3s;
  transform: translateY(-100%);
}

@media (max-width: 767px) {
  .clone-header .header__inner {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    padding: 0;
  }
  .clone-header .header__title {
    padding-top: 15px;
  }
  .clone-header .header__tel {
    display: none;
  }
  .clone-header .header__button {
    min-width: 24%;
    font-size: 1rem;
    height: 30px;
    display: inline-block;
    line-height: 20px;
  }
}

.is-show {
  transform: translateY(0);
}

.footer {
  padding: 25px 0 50px;
  position: relative;
}

@media (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}

.footer__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

@media (max-width: 767px) {
  .footer__body {
    padding: 0 10px;
  }
}

.footer .footer-2column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer .footer-2column .footer-2column-l {
  width: 60%;
}
.footer .footer-2column .footer-2column-r {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .footer .footer-2column {
    display: block;
  }
  .footer .footer-2column .footer-2column-l {
    width: 100%;
  }.footer .footer-2column .footer-2column-r {
    width: 100%;display:block;
  }
}

.footer__logo {
  margin-right: 8px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .footer__logo {
    margin-left: 20px;
  }
  .footer__logo img {
    width: 50px;
  }
}

@media (max-width: 767px) {
  .footer__copyright {
    /*padding: 22px 0;*/
  }
}

.footer__copyright p {
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1;
}

.footer__link {
  margin-top: 10px !important;
  font-size: 1.2rem;
}

.footer__link a {
  color: #333;
  text-decoration: none;
  padding: 0 10px;
  transition: 0.3s all ease;
}

.footer__link a:hover {
  color: #ccc;
}

@media (max-width: 767px) {
  .footer__link {
    margin-left: 10px !important;
  }
}

.footer .page-top {
  position: fixed;
  right: 80px;
  bottom: 50px;
  z-index: 50;
  transition: opacity .2s linear;
}
@media (max-width: 767px) {
  .footer .page-top {
    right: 20px;
    bottom: 20px;
  }
}

.page-top a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #0066ba;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  transition: 0.3s all ease;
}

@media (min-width: 768px) {
  .page-top a:hover {
    opacity: .7;
  }
}

@media (max-width: 767px) {
  .page-top {
    right: 20px;
    bottom: 20px;
  }
  .page-top a {
    width: 40px;
    height: 40px;
  }
  .page-top a img {
    width: 16px;
  }
}

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

@media (max-width: 767px) {
  .inner {
    padding: 0;
  }
}

.lato {
  font-family: lato;
}

.italic {
  font-style: italic;
}

@media (max-width: 767px) {
  .pc_view {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp_view {
    display: none;
  }
}

/* heading */
.heading02 {
  text-align: center;
  color: #323c46;
  font-size: 3.0rem;
  font-weight: normal;
  letter-spacing: .3rem;
  line-height: 1.4;
  margin-bottom: 60px;
}

.heading02 span {
  font-size: 2.2rem;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-bottom: 14px;
}

.heading02 span::after {
  font-family: FontAwesome;
  content: '\f111';
  color: #0066ba;
  font-style: normal;
  font-size: 1.0rem;
  padding-top: 12px;
}

@media (max-width: 767px) {
  .heading02 {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .heading02 span {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  .heading02 span::after {
    padding-top: 10px;
  }
}

/* cvエリア */
.cv {
  background: #333;
  padding: 80px 0 60px;
}

@media (max-width: 767px) {
  .cv {
    padding: 40px 20px 30px;
  }
}

.cv__tel__text {
  font-size: 1.4rem;
  color: #ccc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.cv__tel__text span {
  font-size: 2.4rem;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .cv__tel__text {
    font-size: 1.3rem;
  }
  .cv__tel__text span {
    font-size: 2.0rem;
    margin-right: 4px;
  }
}

.cv__tel__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  max-width: 680px;
  margin: 0 auto;
  color: #eee;
  padding: 9px;
}

.cv__tel__list__item {
  font-size: 2.4rem;
  line-height: 1.3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.cv__tel__list__item .tel-link {
  border-right: 1px solid #333;
  padding-right: 20px;
  margin-right: 20px;
}

.cv__tel__list__item .tel-link a {
  color: #eee;
  text-decoration: none;
}

.cv__tel__list__item:last-child .tel-link {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

.cv__tel__list__item-pref {
  font-size: 1.2rem;
  margin-right: 6px;
  color: #ccc;
}

@media (max-width: 767px) {
  .cv__tel__list {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .cv__tel__list .tel-link {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

/* table */
.mod-table {
  border: 1px solid #e1e1e1;
  border-bottom: none;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.mod-table th, .mod-table td {
  border-bottom: 1px solid #e1e1e1;
}

.mod-table th {
  background: #f5f5f5;
  width: 280px;
  padding: 5px 28px;
}

.mod-table th div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.mod-table th img {
  margin-right: 10px;
}

.mod-table td {
  background: #fff;
  padding: 14px 20px;
}

@media (max-width: 767px) {
  .mod-table th, .mod-table td {
    width: 100%;
    display: block;
  }
}

/* form */
input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
  outline: none;
  border: 1px solid #ccc;
  transition: all .3s;
  background: #fafafa;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  box-shadow: 0 0 4px #0066ba;
  border: 1px solid #0066ba;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

.button-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 0 40px;
}

@media (max-width: 767px) {
  .button-block {
    margin: 0 0 20px;
  }
}

.button-block.button-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.button-block.button-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.button {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 12px 10px;
  border-radius: 100px;
}

@media (max-width: 767px) {
  .button {
    padding: 5px 6px;
  }
}

.button-gray {
  color: #333;
  width: 400px;
  border: 2px solid #333333;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  transition: 0.3s all ease;
}

@media (min-width: 768px) {
  .button-gray:hover {
    background: #333;
    color: #fff;
  }
}

@media (max-width: 767px) {
  .button-gray {
    width: 80%;
  }
}

.button-l {
  color: #fff;
  background: #f44444;
  width: 720px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.4);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 auto;
  transition: 0.3s all ease;
}

.button-l span {
  font-size: 1.8rem;
  margin-right: 8px;
}

.button-l span b {
  font-size: 2.0rem;
  font-weight: bold;
}

.button-l p {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 0;
}

@media (min-width: 768px) {
  .button-l:hover {
    color: #f44444;
    background: #fff;
  }
}

@media (max-width: 767px) {
  .button-l {
    width: 100%;
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .button-l span {
    font-size: 1.4rem;
    margin-right: 0;
  }
  .button-l span b {
    font-size: 1.6rem;
  }
  .button-l p {
    font-size: 2.0rem;
  }
}

.button-confirm {
  color: #fff;
  background: #f44444;
  width: 400px;
  height: 48px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s all ease;
  cursor: pointer;
}

@media (min-width: 768px) {
  .button-confirm:hover {
    background: #fff;
    color: #f44444;
  }
}

@media (max-width: 767px) {
  .button-confirm {
    width: 80%;
    font-size: 1.4rem;
    height: 38px;
  }
}

.button-back {
  color: #fff;
  background: #666;
  width: 400px;
  height: 48px;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s all ease;
  cursor: pointer;
}

@media (min-width: 768px) {
  .button-back:hover {
    background: #fff;
    color: #666;
  }
}

@media (max-width: 767px) {
  .button-back {
    width: 80%;
    font-size: 1.4rem;
    height: 38px;
  }
}

.button-map {
  color: #fff;
  border: 1px solid #777;
  width: 100%;
  transition: 0.3s all ease;
}

@media (min-width: 768px) {
  .button-map:hover {
    background: #fff;
    color: #333;
    border: 1px solid #fff;
  }
}

.index__hero {
  height: 100vh;
  background: #4dd1ee;
  padding-top: 104px;
}

@media (max-width: 1200) and (min-width: 768px) {
}

@media (max-width: 767px) {
  .index__hero {
    height: auto;
    padding-top: 75px;
  }
}

.index__hero-inner {
  padding: 0;
  background: url(../../img/bg_main.png) no-repeat right top;
  background-size: 50%;
  color: #fff;
  width: 100%;
}

@media (max-width: 1600px) {
  .index__hero-inner {
    background-size: 53%;
  }
}

@media (max-width: 1450px) {
  .index__hero-inner {
    background-size: 55%;
  }
}

@media (max-width: 767px) {
  .index__hero-inner {
    background: none;
  }
}

.index__hero--title {
  max-width: 1200px;
  margin: 0 auto 40px;
}

@media (max-width: 1240px) {
  .index__hero--title {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .index__hero--title {
    max-width: 100%;
    padding: 0 20px;
    margin: 0 auto 20px;
  }
}

.index__hero--title p {
  font-size: 2.0rem;
  letter-spacing: .8rem;
  margin: 0;
}

.index__hero--title h1 {
  font-size: 4.6rem;
  letter-spacing: 0.3rem;
  margin: 12px 0 0;
  font-weight: normal;
}

.index__hero--title h1 .title-text01 {
  display: block;
  margin: 0 0 36px;
  line-height: 1;
}

.index__hero--title h1 .title-text02 {
  display: block;
  margin: 0 0 28px;
  line-height: 1;
}

.index__hero--title h1 .title-text03 {
  display: block;
  line-height: 1;
}

.index__hero--title h1 .title-large-text {
  font-size: 7rem;
}

@media (max-width: 1450px) {
  .index__hero--title h1 {
    font-size: 4.0rem;
    letter-spacing: 0.3rem;
    margin: 12px 0 0;
    font-weight: normal;
  }

  .index__hero--title h1 .title-text01 {
    margin: 0 0 24px;
  }
  
  .index__hero--title h1 .title-text02 {
    margin: 0 0 20px;
  }
  
  .index__hero--title h1 .title-large-text {
    font-size: 6.2rem;
  }
}

@media (max-width: 1200px) {
  .index__hero--title h1 {
    font-size: 3.6rem;
    letter-spacing: 0.3rem;
    margin: 12px 0 0;
    font-weight: normal;
  }

  .index__hero--title h1 .title-text01 {
    margin: 0 0 18px;
  }
  
  .index__hero--title h1 .title-text02 {
    margin: 0 0 16px;
  }
  
  .index__hero--title h1 .title-large-text {
    font-size: 5.4rem;
  }
}

@media (max-width: 767px) {
  .index__hero--title p {
    display: none;
  }
  .index__hero--title .sp-main-img {
    width: 90%;
    margin: 10px auto;
  }
  .index__hero--title .sp-main-img img {
    max-width: 100%;
  }
  .index__hero--title h1 {
    font-size: 2.2rem;
    line-height: 1;
    margin-top: 0;
  }

  .index__hero--title h1 .title-text01 {
    margin: 0 0 10px;
  }
  
  .index__hero--title h1 .title-text02 {
    margin: 0 0 8px;
  }
  
  .index__hero--title h1 .title-large-text {
    font-size: 3rem;
  }
}

.index__hero--list {
  display: -ms-flexbox;
  display: flex;
  max-width: 1060px;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

@media (max-width: 1200px) {
  .index__hero--list {
    min-height: auto;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .index__hero--list {
    margin-bottom: 0px;
    display: block;
  }
}

.index__hero--list__item {
  max-width: 31.3%;
  margin-right: 20px;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .index__hero--list__item {
    max-width: 100%;
    margin: 0 40px 15px;
  }
  .index__hero--list__item:nth-last-child(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .index__hero--list__item figure {
    padding-top: 0;
    height: auto;
  }
}


.index__hero--list__item figure img {
  max-width: 100%;
  max-height: 43vh;
}

@media (max-width: 767px) {
  .index__hero--list__item figure img {
    max-width: 100%;
    max-height: auto;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .index__hero--list__item figure img {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .index__hero .pc {
    display: none;
  }
}

.index__hero .sp {
  display: none;
}

@media (max-width: 767px) {
  .index__hero .sp {
    display: block;
  }
}

@media (max-width: 767px) {
  .index__hero .button {
    -ms-flex-order: 3;
        order: 3;
    margin: 0 0 15px;
  }
}

.index__solution {
  background: #4dd1ee;
  background-image: url(../../img/bg_solution.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 578px;
}

.index__solution .index__solution__pos {
  position: relative;
}

@media (max-width: 767px) {
  .index__solution {
    height: auto;
  }
}

.index__solution__lead_w_pc {
  background: url(../../img/bg_solution2.png) no-repeat top center/cover;
  max-width: 100%;
  width: 100%;
  height: 578px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .index__solution__lead_w_pc {
    display: none;
  }
}

.index__solution__lead_w_sp {
  background: url(../../img/bg_solution2.png) no-repeat top center/cover;
  max-width: 100%;
  width: 100%;
  height: 578px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

@media (max-width: 767px) {
  .index__solution__lead_w_sp {
    display: block;
    height: 100%;
    z-index: -1;
  }
}

.index__solution__lead {
  text-align: center;
  padding-top: 270px;
  margin: 0;
}

.index__solution__lead img {
  width: 100%;
  max-width: 889px;
}

@media (max-width: 767px) {
  .index__solution__lead {
    padding: 110px 0 40px;
    z-index: 1;
  }
  .index__solution__lead img {
    width: 80%;
  }
}

.index__reason {
  background: url(../../img/bg_reason.png) no-repeat top center/cover;
  padding: 120px 0;
  counter-reset: number 0;
}

@media (max-width: 767px) {
  .index__reason {
    padding: 60px 20px;
    background-position: top left;
  }
}

.index__reason__list {
  display: -ms-flexbox;
  display: flex;
}

.index__reason__list__item {
  background: rgba(255, 255, 255, 0.6);
  width: calc((100% - 2px) / 3);
  padding: 40px;
  margin-bottom: 1px;
}

.index__reason__list__item:not(:nth-of-type(3n)) {
  margin-right: 1px;
}

.index__reason__list__title {
  color: #0066ba;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.5;
}

.index__reason__list__title span {
  font-size: 4.2rem;
  display: block;
}

.index__reason__list__title::before {
  counter-increment: number 1;
  content: counter(number);
  color: #00447d;
  font-size: 6.0rem;
  font-family: lato;
  font-style: italic;
}

@media (max-width: 767px) {
  .index__reason__list {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .index__reason__list__item {
    width: 100%;
    padding: 20px;
  }
  .index__reason__list__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .index__reason__list__title {
    font-size: 1.5rem;
  }
  .index__reason__list__title span {
    font-size: 3.0rem;
  }
  .index__reason__list__title::before {
    font-size: 4.0rem;
  }
}

.index__advantage {
  background: url(../../img/bg_advantage.jpg) no-repeat bottom center;
  background-size: 100% auto;
  background-color: #f5f6f8;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .index__advantage {
    padding: 60px 20px;
  }
}

.index__advantage__lead {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .index__advantage__lead {
    text-align: left;
    margin-bottom: 20px;
  }
}

.index__advantage__dendrogram {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
  font-weight: bold;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .index__advantage__dendrogram {
    margin-bottom: 40px;
  }
}

.index__advantage__dendrogram__parent {
  font-size: 2.0rem;
  color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #3cb4dc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
}

.index__advantage__dendrogram__parent-wrap {
  border: rgba(60, 180, 220, 0.4) 8px solid;
  border-radius: 50%;
  margin-bottom: 32px;
}

.index__advantage__dendrogram__parent::after {
  background-color: #3cb4dc;
  bottom: 0;
  content: "";
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateY(100%);
  width: 4px;
}

@media (max-width: 767px) {
  .index__advantage__dendrogram__parent {
    width: 150px;
    height: 150px;
    font-size: 1.6rem;
  }
  .index__advantage__dendrogram__parent-wrap {
    border: rgba(60, 180, 220, 0.4) 5px solid;
    margin-bottom: 18px;
  }
  .index__advantage__dendrogram__parent::after {
    height: 26px;
  }
}

.index__advantage__dendrogram__child {
  color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #0066ba;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -ms-flex-flow: column;
      flex-flow: column;
}

.index__advantage__dendrogram__child-wrap {
  margin-bottom: 60px;
}

.index__advantage__dendrogram__child::after {
  background-color: #0066ba;
  bottom: 0;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateY(100%);
  width: 4px;
}

@media (max-width: 767px) {
  .index__advantage__dendrogram__child {
    width: 150px;
    height: 150px;
  }
  .index__advantage__dendrogram__child-wrap {
    margin-bottom: 40px;
  }
  .index__advantage__dendrogram__child img {
    width: 32px;
  }
  .index__advantage__dendrogram__child::after {
    height: 20px;
  }
}

.index__advantage__dendrogram__grandson {
  color: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #00447d;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -ms-flex-flow: column;
      flex-flow: column;
  margin-right: 40px;
}

.index__advantage__dendrogram__grandson-wrap {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1200px) {
  .index__advantage__dendrogram__grandson {
    width: 148px;
    height: 148px;
  }
}

.index__advantage__dendrogram__grandson::after, .index__advantage__dendrogram__grandson::before {
  background-color: #0066ba;
  content: "";
  position: absolute;
}

.index__advantage__dendrogram__grandson::before {
  left: 50%;
  width: 50%;
  height: 4px;
  top: -28px;
  transform: translateY(-100%);
  width: calc(100% + 40px);
}

.index__advantage__dendrogram__grandson::after {
  background-color: #0066ba;
  top: 0;
  transform: translateY(-100%);
  height: 28px;
  left: 50%;
  width: 4px;
}

.index__advantage__dendrogram__grandson:last-child {
  margin-right: 0;
}

.index__advantage__dendrogram__grandson:last-child::before {
  width: 4px;
}

@media (max-width: 767px) {
  .index__advantage__dendrogram__grandson {
    margin-right: 4px;
    width: 80px;
    height: 80px;
    font-size: 1.0rem;
    font-weight: normal;
  }
  .index__advantage__dendrogram__grandson img {
    margin-top: 8px;
  }
  .index__advantage__dendrogram__grandson p {
    margin-top: 4px;
  }
  .index__advantage__dendrogram__grandson::after, .index__advantage__dendrogram__grandson::before {
    background-color: #0066ba;
    content: "";
    position: absolute;
  }
  .index__advantage__dendrogram__grandson::before {
    top: -16px;
    width: calc(100% + 5px);
  }
  .index__advantage__dendrogram__grandson::after {
    height: 16px;
  }
  .index__advantage__dendrogram__grandson:last-child {
    margin-right: 0;
  }
  .index__advantage__dendrogram__grandson:last-child::before {
    width: 4px;
  }
  .index__advantage__dendrogram__grandson:nth-of-type(1) img {
    width: 31px;
  }
  .index__advantage__dendrogram__grandson:nth-of-type(2) img {
    width: 42px;
  }
  .index__advantage__dendrogram__grandson:nth-of-type(3) img {
    width: 36px;
  }
  .index__advantage__dendrogram__grandson:nth-of-type(4) img {
    width: 32px;
  }
}

.index__advantage__list {
  display: -ms-flexbox;
  display: flex;
}

.index__advantage__list__item {
  background: #fff;
  width: calc((100% - 30px) / 3);
}

.index__advantage__list__item:not(:first-child) {
  margin-left: 15px;
}

.index__advantage__list__title {
  color: #fff;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  margin: 0;
  padding: 14px 10px;
}

.index__advantage__list__title-original {
  background: #ffa03c;
}

.index__advantage__list__title-mobile {
  background: #96c864;
}

.index__advantage__list__title-seo {
  background: #3cb4dc;
}

.index__advantage__list__title-sub {
  font-size: 1.8rem;
  color: #00447d;
  text-align: center;
  font-weight: normal;
}

.index__advantage__list__title-sub span {
  font-size: 2.8rem;
  display: block;
}

.index__advantage__list__text {
  padding: 0 40px 40px;
}

@media (max-width: 767px) {
  .index__advantage__list {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .index__advantage__list__item {
    background: #fff;
    width: 100%;
  }
  .index__advantage__list__item:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
  .index__advantage__list__title {
    font-size: 2.0rem;
    padding: 10px 10px;
  }
  .index__advantage__list__title-sub {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .index__advantage__list__title-sub span {
    font-size: 2.2rem;
  }
  .index__advantage__list__text {
    padding: 0 15px 15px;
    margin-top: 0;
  }
}

.index__ability {
  background: url(../../img/bg_ability.png) no-repeat top center/cover;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .index__ability {
    padding: 60px 20px;
  }
}

.index__ability .heading02 {
  color: #fff;
}

.index__ability__lead {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .index__ability__lead {
    text-align: left;
    margin-bottom: 30px;
  }
}

.index__ability__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.index__ability__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-flow: column;
      flex-flow: column;
  background: rgba(255, 255, 255, 0.6);
  width: calc((100% - 2px) / 3);
  padding: 40px;
  margin-bottom: 1px;
}

.index__ability__list__item:not(:nth-of-type(3n)) {
  margin-right: 1px;
}

@media (max-width: 767px) {
  .index__ability__list__item {
    width: calc((100% - 2px) / 2);
    padding: 0 10px;
    margin-bottom: 2px;
  }
  .index__ability__list__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .index__ability__list__item:not(:nth-of-type(2n)) {
    margin-right: 2px;
  }
}

.index__ability__list__img {
  height: 147px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.index__ability__list__img-web {
  margin-left: 20px;
}

.index__ability__list__img-smp {
  margin-left: 40px;
}

.index__ability__list__img-cms {
  margin-left: 15px;
}

.index__ability__list__img-system {
  margin-left: 15px;
}

.index__ability__list__img-pr {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .index__ability__list__img {
    height: 80px;
  }
  .index__ability__list__img-web {
    margin-left: 10px;
  }
  .index__ability__list__img-web img {
    width: 50%;
  }
  .index__ability__list__img-smp {
    margin-left: 20px;
  }
  .index__ability__list__img-smp img {
    width: 50%;
  }
  .index__ability__list__img-cms {
    margin-left: 8px;
  }
  .index__ability__list__img-cms img {
    width: 50%;
  }
  .index__ability__list__img-system {
    margin-left: 8px;
  }
  .index__ability__list__img-system img {
    width: 50%;
  }
  .index__ability__list__img-pr {
    margin-left: 15px;
  }
  .index__ability__list__img-pr img {
    width: 50%;
  }
  .index__ability__list__img-creative img {
    width: 50%;
  }
}

.index__ability__list__title {
  font-size: 1.6rem;
  text-align: center;
}

@media (max-width: 767px) {
  .index__ability__list__title {
    font-size: 1.3rem;
  }
}

.index__works {
  background: #f5f5f5;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .index__works {
    padding: 60px 20px;
  }
}

.index__works__lead {
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .index__works__lead {
    text-align: left;
    margin-bottom: 30px;
  }
}

.index__works__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.index__works__list__item {
  width: calc((100% - 48px) / 3);
  margin-bottom: 40px;
  text-align: center;
}

.index__works__list__item:not(:nth-of-type(3n)) {
  margin-right: 24px;
}

.index__works__list__item a {
  transition: all .1s ease-in-out;
  text-decoration: none;
}

.index__works__list__img {
  position: relative;
  overflow: hidden;
  /*width: 384px;*/
}

.index__works__list__img img {
  display: block;
  overflow: hidden;
  width: 100%;
  /*width: 384px;
					height: 210px;*/
}

@media (min-width: 768px) {
  .index__works__list__img figcaption {
    position: absolute;
    width: 384px;
    height: 210px;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .3s;
    opacity: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    color: #fff;
    font-size: 5.0rem;
    line-height: 1;
  }
  .index__works__list__img figcaption .fs-13 {
    font-size: 13px;
  }
}

.index__works__list__img:hover figcaption {
  opacity: 1;
}

.notlink .index__works__list__img:hover figcaption {
  opacity: 0;
}

@media (max-width: 767px) {
  .index__works__list__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
    text-align: center;
  }
  .index__works__list__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  .index__works__list__item:not(:nth-of-type(2n)) {
    margin-right: 20px;
  }
}

.index__plan {
  background: url(../../img/bg_plan.png) no-repeat bottom center;
  background-size: cover;
  background-color: #f5f6f8;
  padding: 120px 0;
  z-index: -2;
}

@media (max-width: 767px) {
  .index__plan {
    padding: 60px 20px;
  }
}

.index__plan h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.index__plan__lead {
  text-align: center;
  margin: 0 auto 80px;
  max-width: 750px;
}

@media (max-width: 767px) {
  .index__plan__lead {
    text-align: left;
    margin-bottom: 80px;
  }
}

.index__plan__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.index__plan__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  width: calc((100% - 30px) / 3);
}

.index__plan__list__item:not(:first-child) {
  margin-left: 15px;
}

.index__plan__list__title {
  -ms-flex-align: center;
      align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 30px;
  padding: 14px 10px;
  width: 100%;
  line-height: 1.3;
  position: relative;
}

.index__plan__list__title::before {
  content: '';
  display: inline-block;
  width: 36px;
  height: 36px;
  background-image: url(../../img/ico_plan_01.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: -36px;
  left: calc(50% - 18px);
  z-index: 1;
}

.index__plan__list__title::after {
  content: "";
  background: #ffc83c;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  z-index: -1;
}

.index__plan__list__title-start {
  background: #ffc83c;
}

.index__plan__list__title-standard {
  background: #ff6464;
}

.index__plan__list__title-standard::after {
  background: #ff6464;
}

.index__plan__list__title-standard::before {
  background-image: url(../../img/ico_plan_02.png);
}

.index__plan__list__title-advance {
  background: #00a99d;
}

.index__plan__list__title-advance::after {
  background: #00a99d;
}

.index__plan__list__title-advance::before {
  width: 33px;
  height: 33px;
  background-image: url(../../img/ico_plan_03.png);
  top: -33px;
  left: calc(50% - 15.5px);
}

.index__plan__list__title span {
  font-size: 2.6rem;
  display: block;
  letter-spacing: 0.3rem;
}

.index__plan__list__title-sub {
  font-size: 2.8rem;
  font-weight: normal;
  color: #00447d;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto 8px;
}

.index__plan__list__text {
  margin: 0 34px 16px;
}

.index__plan__list__price {
  width: 100%;
  background: #f5f5f5;
  padding: 0 24px;
  margin: 0 34px 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
}

.index__plan__list__price p {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}

.index__plan__list__price-blue {
  color: #0066ba;
  margin-left: auto;
  letter-spacing: 2px;
}

.index__plan__list__price-big {
  font-size: 5rem;
  letter-spacing: 0;
  margin-right: 5px;
}

.index__plan__list__price-min {
  font-size: 1.4rem;
  font-weight: normal;
  color: #333;
}

@media (max-width: 767px) {
  .index__plan__list {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .index__plan__list__item {
    background: #fff;
    width: 100%;
    margin-bottom: 60px;
  }
  .index__plan__list__item:not(:first-child) {
    margin-left: 0;
    margin-top: 15px;
  }
  .index__plan__list__title {
    padding: 10px 10px;
  }
  .index__plan__list__title-sub {
    font-size: 1.5rem;
  }
  .index__plan__list__title-sub span {
    font-size: 2.2rem;
  }
  .index__plan__list__text {
    padding: 0 15px 15px;
    margin-top: 0;
  }
  .index__plan__list__price p {
    line-height: 1.3;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .index__plan__list__price-blue {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .index__plan h3 {
    font-size: 1.8rem;
  }
}

.index__flow {
  background: url(../../img/bg_flow.png) no-repeat top center/cover;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .index__flow {
    padding: 60px 15px;
  }
}

.index__flow .heading02 {
  color: #fff;
}

.index__flow__list {
  counter-reset: number 0;
  max-width: 1120px;
  margin: 0 auto 40px;
}

.index__flow__list__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 30px 40px;
  min-height: 200px;
  margin-bottom: 10px;
  position: relative;
}

.index__flow__list__item:nth-of-type(odd) {
  background: url(../../img/bg_flow_list_odd.png) no-repeat top center;
}

.index__flow__list__item:nth-of-type(odd)::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: calc(100% - 38px);
  position: absolute;
  top: 38px;
  left: 0;
}

.index__flow__list__item:nth-of-type(odd)::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 35px solid transparent;
  border-top-color: #fff;
  top: 99%;
  left: 50%;
  margin-left: -35px;
}

.index__flow__list__item:nth-of-type(even) {
  background: url(../../img/bg_flow_list_even.png) no-repeat top center;
}

.index__flow__list__item:nth-of-type(even)::before {
  content: "";
  background-color: #f5f5f5;
  width: 100%;
  height: calc(100% - 38px);
  position: absolute;
  top: 38px;
  left: 0;
}

.index__flow__list__item:nth-of-type(even)::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 35px solid transparent;
  border-top-color: #f5f5f5;
  top: 99%;
  left: 50%;
  margin-left: -35px;
}

.index__flow__list__item:first-child {
  background: #fff;
}

@media (max-width: 767px) {
  .index__flow__list__item {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    padding: 30px 15px 20px;
    height: auto;
  }
  .index__flow__list__item:first-child {
    padding-top: 10px;
  }
}

.index__flow__list__icon {
  margin-right: 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  z-index: 2;
}

.index__flow__list__icon::before {
  counter-increment: number 1;
  content: counter(number);
  color: #00447d;
  font-size: 7.2rem;
  font-family: lato;
  font-style: italic;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .index__flow__list__icon {
    margin-right: 10px;
  }
  .index__flow__list__icon img {
    width: 41px;
  }
  .index__flow__list__icon::before {
    font-size: 3.2rem;
    margin-right: 24px;
  }
}

.index__flow__list__title {
  font-size: 2.8rem;
  font-weight: normal;
  color: #0066ba;
  margin: 0;
  line-height: 1.3;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
  z-index: 2;
}

.index__flow__list__title span {
  font-size: 1.8rem;
  color: #00447d;
  display: block;
}

@media (max-width: 767px) {
  .index__flow__list__title {
    font-size: 1.8rem;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
  .index__flow__list__title span {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 6px;
  }
}

@media all and (-ms-high-contrast: none) {
  .index__flow__list__body {
    width: 640px;
    margin-left: -10px;
  }
}

.index__flow__list__body {
  margin-top: 10px;
  z-index: 2;
  width: 640px/9;
  margin-left: -10px/9;
}

.index__flow__list__body__title {
  font-size: 1.6rem;
  margin: 0;
}

.index__flow__list__body__text-sub {
  font-size: 1.2rem;
}

.index__flow__list__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .index__flow__list__body {
    margin-top: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .index__flow__list__body__title {
    font-size: 1.3rem;
  }
  .index__flow__list__body__text {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
  .index__flow__list__body__text-sub {
    font-size: 1.1rem;
  }
}

.index__flow__completion {
  border-radius: 100px;
  background: #ffc83c;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 40px 110px;
}

.index__flow__completion__icon {
  margin-right: 40px;
}

.index__flow__completion__title {
  font-size: 2.6rem;
  margin-right: 70px;
  line-height: 1.4;
  text-shadow: 1px 1px #c08d0c;
}

.index__flow__completion__title span {
  font-size: 1.8rem;
  display: block;
}

.index__flow__completion__text {
  font-size: 2.0rem;
  font-weight: bold;
  text-shadow: 1px 1px #c08d0c;
}

@media (max-width: 767px) {
  .index__flow__completion {
    border-radius: 20px;
    padding: 20px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .index__flow__completion__icon {
    margin-right: 20px;
  }
  .index__flow__completion__icon img {
    width: 65px;
  }
  .index__flow__completion__title {
    font-size: 2.2rem;
    margin-right: 35px;
  }
  .index__flow__completion__title span {
    font-size: 1.2rem;
  }
  .index__flow__completion__text {
    font-size: 1.3rem;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.index__contact {
  padding: 120px 0;
  background: url(../../img/bg_contact.png) no-repeat center bottom;
  background-color: #f7f8f7;
  background-size: 100%;
}

@media (max-width: 767px) {
  .index__contact {
    padding: 80px 20px;
  }
}

.index__contact__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 80px;
}

@media (max-width: 767px) {
  .index__contact__list {
    -ms-flex-flow: column;
        flex-flow: column;
    margin: 0 auto 50px;
  }
}

.index__contact__list__item {
  text-align: center;
  background: #fff;
  position: relative;
  padding: 0 20px 10px;
  margin-right: 2px;
  width: calc((100% - 6px) / 4);
}

.index__contact__list__item:not(:last-child)::before {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 19px solid transparent;
  border-left-color: #f5f5f5;
  top: 50%;
  left: 100%;
  margin-top: -19px;
  z-index: 10;
}

.index__contact__list__item:not(:last-child)::after {
  content: "";
  height: 0;
  position: absolute;
  width: 0;
  border: 17px solid transparent;
  border-left-color: #fff;
  top: 50%;
  left: 100%;
  margin-top: -17px;
  z-index: 10;
}

@media (max-width: 767px) {
  .index__contact__list__item {
    padding: 0 15px 10px;
    margin-right: 0;
    margin-bottom: 4px;
    width: 100%;
  }
  .index__contact__list__item:not(:last-child)::before {
    border: 26px solid transparent;
    border-top-color: #f5f5f5;
    top: 100%;
    left: 50%;
    margin-left: -26px;
    margin-top: 0;
  }
  .index__contact__list__item:not(:last-child)::after {
    border: 20px solid transparent;
    border-top-color: #fff;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    margin-top: 0;
  }
}

.index__contact__list__title {
  font-size: 2.4rem;
  font-weight: normal;
  color: #00447d;
}

.index__contact__list__title span {
  font-size: 3.0rem;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .index__contact__list__title {
    font-size: 2.0rem;
    margin-bottom: 5px;
  }
  .index__contact__list__title span {
    font-size: 2.6rem;
  }
}

.index__contact__list__img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 94px;
}

@media (max-width: 767px) {
  .index__contact__list__img {
    height: auto;
    margin-bottom: 15px;
  }
  .index__contact__list__img img {
    width: 20%;
  }
}

.index__contact__list__text {
  text-align: left;
}

.index__contact #contact {
  margin-top: -64px;
  padding-top: 64px;
}

@media (max-width: 767px) {
  .index__contact #contact {
    margin-top: -56px;
    padding-top: 56px;
  }
}

.index__contact-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 100px 80px;
  position: relative;
}

@media (max-width: 767px) {
  .index__contact-form {
    padding: 15px 15px 30px;
  }
}

.index__contact-form__lead {
  text-align: center;
  margin-bottom: 60px;
}

.index__contact-form__lead img {
  margin-right: 3px;
  padding-top: 3px;
}

@media (max-width: 767px) {
  .index__contact-form__lead {
    text-align: left;
    margin-bottom: 15px;
  }
  .index__contact-form__lead img {
    width: 14px;
    padding-top: 4px;
  }
}

.index__contact-form__table {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .index__contact-form__table {
    margin-bottom: 20px;
  }
}

.index__contact-form__table input[type="text"],
.index__contact-form__table input[type="tel"],
.index__contact-form__table input[type="email"],
.index__contact-form__table textarea,
.index__contact-form__table select {
  font-size: 1.6rem;
  padding: 10px 12px;
}

.index__contact-form__table select {
  min-width: 150px;
}

.index__contact-form__table textarea,
.index__contact-form__table select {
  padding: 10px 12px;
}

.index__contact-form__table .pref_box {
  position: relative;
}

.index__contact-form__table .pref_box:after {
  position: absolute;
  top: 7px;
  right: 15px;
  content: "▼";
  width: 5px;
  height: 10px;
  display: block;
}

.index__contact-form__table input[type="text"],
.index__contact-form__table input[type="tel"],
.index__contact-form__table input[type="email"] {
  width: 85%;
}

.index__contact-form__table textarea {
  width: 100%;
  height: 200px;
}

.index__contact-form__table label {
  position: relative;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.index__contact-form__table input[type="radio"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.index__contact-form__table input[type="radio"] + span {
  position: relative;
  padding: 0 40px 0 26px;
}

.index__contact-form__table input[type="radio"] + span::before {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 16px;
  left: 0;
  top: 0;
  width: 16px;
  z-index: 0;
  border-radius: 16px;
  content: "";
  display: inline-block;
  position: absolute;
}

.index__contact-form__table input[type="radio"]:checked + span::before {
  border-width: 5px;
  border-color: #0066ba;
}

.index__contact-form__button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
      flex-flow: column;
}

.index__contact-form__button button {
  margin-bottom: 20px;
}

.index__contact-form--error table tr .error_box {
  background-color: #fbe8e8;
}

.index__contact-form--error table tr .error_box .error_txt {
  margin-bottom: 10px;
  color: #dc1e1e;
  font-weight: bold;
}

.index__address {
  background: #333;
  color: #fff;
  padding: 80px 0;
}

@media (max-width: 767px) {
  .index__address {
    padding: 50px 20px;
  }
}

.index__address__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.index__address__list__item {
  width: calc((100% - 48px) / 3);
}

.index__address__list__title {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 3px;
}

.index__address__list__title-sub {
  font-size: 1.4rem;
  margin-top: 0;
}

@media (max-width: 767px) {
  .index__address__list {
    -ms-flex-flow: column;
        flex-flow: column;
  }
  .index__address__list__item {
    width: 100%;
  }
}

.index__address__list__title {
  font-size: 2.0rem;
}

.index__address #map_canvas1,
.index__address #map_canvas2,
.index__address #map_canvas3 {
  width: 100%;
  height: 200px;
}

@media (max-width: 767px) {
  .index__address #map_canvas1,
  .index__address #map_canvas2,
  .index__address #map_canvas3 {
    height: 240px;
  }
}

.index__address .tel-link a {
  color: #fff;
}

.index .flip-box {
  transform: translateZ(1000px);
}

@media (max-width: 767px) {
  .index .flip-box {
    transform: translateZ(0);
  }
}

.index .form_loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  text-align: center;
  color: #fff;
  z-index: 2;
}

/*************************************************************************
20230724追加
*************************************************************************/
fieldset.c-form {
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.c-form__body.-agree {
  background: #f7f7f7;
  padding: 32px;
}
.c-privacy {
  height: 240px;
  margin: 0 auto;
  padding: 25px 36px;
  overflow: auto;
  background-color: #fff;
}
@media (max-width: 767px) {
  .c-privacy {
    padding: 20px;
  }
}
.c-input__privacy input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.c-input__privacy label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.c-input__privacy label::before {
  content: "";
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  border: 2px solid #d5d5d5;
  background: #fff;
  margin-right: 16px;
}
.c-input__privacy input:checked+label::after {
  display: block;
}
.c-input__privacy label::after {
  display: none;
  content: "";
  background-image: url(/lp05/img/icon_check_blue.svg);
  background-repeat: no-repeat;
  /* font-family: "font-awesome";
  font-size: 2.2rem;
  line-height: 1; */
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  width: 18px;
  height: 13px;
  /* color: #0066ba; */
}
.c-input__privacy label span {
  font-size: 1.6rem;
}

span.c-form__required-label {
  display: inline-block;
  white-space: nowrap;
  padding: 2px 16px;
  background: #b70025;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 1em;
}
.c-btn-submit:disabled {
  pointer-events: none;
}
.c-btn-submit {
  margin: 0 auto;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 376px;
  height: 56px;
  border-radius: 36px;
  color: #fff;
  position: relative;
}
.c-btn-submit span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  z-index: 3;
}
.c-btn-submit:disabled::before, .c-btn-submit:disabled::after {
  background: #ddd;
}
.c-btn-submit::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  transition: .5s;
  background: #f44444;
  border-radius: 36px;
  transition: .3s;
}
.c-btn-submit:hover {
  color: #f44444;
  transition: .3s;
  cursor: pointer;
}
.c-btn-submit:hover::before {
  text-decoration: none;
  transition: .3s;
  background: #fff;
  color: #f44444;
  cursor: pointer;
}
/* .c-btn-submit::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  background: #fff;
  border-radius: 36px;
} */
.u-mb-s {
  margin-bottom: 32px!important;
}
.u-ml-5 {
  margin-left: 5px;
}
@media(max-width: 767px){
  .c-form__body.-agree {
    padding: 24px 8px;
  }
  .c-input__privacy label span {
    font-size: 1.4rem;
  }
}
/*************************************************************************
20230724追加 ここまで
*************************************************************************/

/*# sourceMappingURL=maps/style.css.map */
