@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700|Oswald:500&display=swap&subset=japanese");
/*********************************

 *

 * riset

 *

*********************************/
/* # =================================================================
   # Global selectors
   # ================================================================= */
/* line 5, _ress.scss */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

/* line 11, _ress.scss */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit; }

/* line 18, _ress.scss */
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* line 24, _ress.scss */
* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0; }

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
/* line 34, _ress.scss */
audio:not([controls]) {
  display: none;
  height: 0; }

/* line 39, _ress.scss */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
/* line 49, _ress.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/* line 64, _ress.scss */
summary {
  display: list-item;
  /* Add the correct display in all browsers */ }

/* line 68, _ress.scss */
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */ }

/* line 72, _ress.scss */
[hidden],
template {
  display: none;
  /* Add the correct display in IE */ }

/* line 77, _ress.scss */
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

/* line 82, _ress.scss */
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

/* line 87, _ress.scss */
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */ }

/* line 92, _ress.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */ }

/* line 99, _ress.scss */
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

/* line 104, _ress.scss */
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
/* line 109, _ress.scss */
mark {
  background-color: #ff0;
  color: #000; }

/* https://gist.github.com/unruthless/413930 */
/* line 115, _ress.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 123, _ress.scss */
sub {
  bottom: -0.25em; }

/* line 127, _ress.scss */
sup {
  top: -0.5em; }

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 135, _ress.scss */
input {
  border-radius: 0; }

/* Apply cursor pointer to button elements */
/* line 140, _ress.scss */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer; }

/* Replace pointer cursor in disabled elements */
/* line 149, _ress.scss */
[disabled] {
  cursor: default; }

/* line 153, _ress.scss */
[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

/* line 157, _ress.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

/* line 161, _ress.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

/* line 166, _ress.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */ }

/* line 171, _ress.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */ }

/* line 179, _ress.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */ }

/* line 183, _ress.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */ }

/* Remove inner padding and border in Firefox 4+ */
/* line 188, _ress.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0; }

/* Replace focus style removed in the border reset above */
/* line 197, _ress.scss */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText; }

/* line 204, _ress.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */ }

/* line 211, _ress.scss */
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */ }

/* Remove the default button styling in all browsers */
/* line 217, _ress.scss */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit; }

/* Style select like a standard input */
/* line 227, _ress.scss */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */ }

/* line 232, _ress.scss */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */ }

/* line 236, _ress.scss */
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */ }

/* line 240, _ress.scss */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */ }

/* line 248, _ress.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */ }

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* line 262, _ress.scss */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */ }

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

/* line 271, _ress.scss */
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

/* line 275, _ress.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  /* line 288, _ress.scss */
  [hidden~="screen"] {
    display: inherit; }

  /* line 291, _ress.scss */
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }
/* Specify the progress cursor of updating elements */
/* line 298, _ress.scss */
[aria-busy="true"] {
  cursor: progress; }

/* Specify the pointer cursor of trigger elements */
/* line 303, _ress.scss */
[aria-controls] {
  cursor: pointer; }

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 308, _ress.scss */
[aria-disabled] {
  cursor: default; }

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/* line 318, _ress.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/* line 324, _ress.scss */
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

/*********************************

 *

 * adjustment

 *

*********************************/
/* line 37, style.scss */
html {
  font-size: 62.5%;
  /*rem用のベースのフォントサイズを記述 約10px*/
  font-family: "Noto Sans JP", sans-serif;
  text-align: center; }

/* line 42, style.scss */
body {
  font-size: 1.6rem;
  /* 実際のフォントサイズを記述 約16px */
  font-style: normal;
  color: #251e1b;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: .05em;
  position: relative; }
  @media screen and (max-width: 767px) {
    /* line 42, style.scss */
    body {
      font-size: 1.4rem; } }

/* line 54, style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

/* line 59, style.scss */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  display: block; }

/* line 65, style.scss */
a {
  color: #364481;
  text-decoration: underline;
  outline: none;
  transition: opacity .3s; }
  @media screen and (max-width: 767px) {
    /* line 65, style.scss */
    a {
      transform: none; } }
  /* line 73, style.scss */
  a:hover {
    opacity: .5;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      /* line 73, style.scss */
      a:hover {
        opacity: 1;
        text-decoration: underline; } }

/* line 82, style.scss */
ul, ol {
  list-style: none;
  counter-reset: num; }

/* line 86, style.scss */
blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555; }
  /* line 93, style.scss */
  blockquote::before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: -3px;
    content: "“";
    font-family: serif;
    color: #cfcfcf;
    font-size: 90px;
    line-height: 1; }
  /* line 104, style.scss */
  blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7; }
  /* line 109, style.scss */
  blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em; }

/*　画面幅768pxより大きい場合は適用　*/
@media screen and (min-width: 768px) {
  /* line 118, style.scss */
  .pcNon {
    display: none; } }
/*　iPad縦向きの画面幅より小さい場合は適用　*/
@media screen and (max-width: 767px) {
  /* line 122, style.scss */
  .spNon {
    display: none; } }
/*********************************

 *

 * style

 *

*********************************/
/* line 136, style.scss */
.spScrollNon {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0; }

/* line 145, style.scss */
.header {
  background: #251e1b;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 930px) {
    /* line 145, style.scss */
    .header {
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 9999; } }
  /* line 157, style.scss */
  .header__logo {
    background: #fff;
    position: relative;
    padding: 10px 10px 10px 20px; }
    @media screen and (max-width: 930px) {
      /* line 157, style.scss */
      .header__logo {
        padding: 5px 5px 5px 10px; } }
    /* line 164, style.scss */
    .header__logo::after {
      content: '';
      display: block;
      background: #fff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      right: 0;
      z-index: 0;
      transform: skewX(138deg);
      transform-origin: left bottom; }
    /* line 177, style.scss */
    .header__logo--link {
      display: block;
      position: relative;
      z-index: 1; }
      /* line 181, style.scss */
      .header__logo--link:hover {
        opacity: 1;
        text-decoration: none; }
    /* line 186, style.scss */
    .header__logo--img {
      display: block;
      width: 168px; }
      @media screen and (max-width: 930px) {
        /* line 186, style.scss */
        .header__logo--img {
          width: auto;
          height: 30px; } }

/* line 198, style.scss */
.spToggleBtn {
  display: none; }
  @media screen and (max-width: 930px) {
    /* line 198, style.scss */
    .spToggleBtn {
      display: block;
      width: 40px;
      height: 40px;
      position: relative;
      z-index: 999; }
      /* line 207, style.scss */
      .spToggleBtn__element {
        display: block;
        height: 2px;
        background: #fff;
        position: absolute;
        right: 10px;
        margin: 0 auto;
        transition: .3s ease-in-out;
        border-radius: 1px;
        width: 20px; }
        /* line 217, style.scss */
        .spToggleBtn__element:nth-child(1) {
          top: 12px; }
        /* line 220, style.scss */
        .spToggleBtn__element:nth-child(2) {
          top: 19px; }
        /* line 223, style.scss */
        .spToggleBtn__element:nth-child(3) {
          top: 26px; }
      /* line 229, style.scss */
      .spToggleBtn--open .spToggleBtn__element:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 235, style.scss */
      .spToggleBtn--open .spToggleBtn__element:nth-child(2) {
        opacity: 0; }
      /* line 238, style.scss */
      .spToggleBtn--open .spToggleBtn__element:nth-child(3) {
        width: 20px;
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg); } }

/* line 250, style.scss */
.gNavi {
  padding: 10px 40px 10px 20px; }
  @media screen and (max-width: 930px) {
    /* line 250, style.scss */
    .gNavi {
      width: 100%;
      position: fixed;
      z-index: 1;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.85);
      display: none;
      padding: 0;
      justify-content: center;
      align-items: center; } }
  /* line 267, style.scss */
  .gNavi__list {
    display: flex;
    justify-content: flex-end;
    height: 100%; }
    @media screen and (max-width: 930px) {
      /* line 267, style.scss */
      .gNavi__list {
        height: auto;
        display: block;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch; }
        /* line 276, style.scss */
        .gNavi__list::-webkit-scrollbar {
          display: none;
          -webkit-appearance: none; } }
  /* line 282, style.scss */
  .gNavi__item {
    transform: skewX(138deg); }
    @media screen and (max-width: 930px) {
      /* line 282, style.scss */
      .gNavi__item {
        transform: none; } }
    /* line 287, style.scss */
    .gNavi__item + .gNavi__item {
      border-left: 1px dotted #fff; }
      @media screen and (max-width: 930px) {
        /* line 287, style.scss */
        .gNavi__item + .gNavi__item {
          border: none;
          margin-top: 2em; } }
    /* line 294, style.scss */
    .gNavi__item:last-child {
      border-left: none; }
  /* line 298, style.scss */
  .gNavi__link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: none;
    padding: 0 30px;
    line-height: 1.4; }
    @media screen and (max-width: 930px) {
      /* line 298, style.scss */
      .gNavi__link {
        display: block;
        font-size: 1.6rem;
        padding: 0; } }
    /* line 315, style.scss */
    .gNavi__item:last-child .gNavi__link {
      background: #a8312a;
      font-size: 1.6rem;
      font-weight: 700; }
      @media screen and (max-width: 930px) {
        /* line 315, style.scss */
        .gNavi__item:last-child .gNavi__link {
          background: initial;
          font-weight: 500; } }
    /* line 324, style.scss */
    .gNavi__link--text {
      display: block;
      transform: skewX(-138deg); }
      @media screen and (max-width: 930px) {
        /* line 324, style.scss */
        .gNavi__link--text {
          transform: none; } }

/* line 334, style.scss */
.container {
  width: 100%; }
  @media screen and (max-width: 767px) {
    /* line 334, style.scss */
    .container {
      margin-top: 40px; } }

/* line 342, style.scss */
.topMainSection {
  width: 100%;
  position: relative; }
  /* line 349, style.scss */
  .topMainSection__slide {
    padding-top: calc(100vh - 70px); }
    @media screen and (max-width: 767px) {
      /* line 349, style.scss */
      .topMainSection__slide {
        padding-top: 0;
        height: 122.6666666667vw;
        max-height: calc(100vh - 40px); } }
  /* line 357, style.scss */
  .topMainSection__title {
    font-size: 3.3333333333vw;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: .2em;
    text-align: left;
    position: absolute;
    top: 18.5714285714%;
    left: 3.3333333333%;
    z-index: 99;
    color: #fff; }
    @media screen and (min-width: 1200px) {
      /* line 357, style.scss */
      .topMainSection__title {
        font-size: 4rem; } }
    @media screen and (max-width: 767px) {
      /* line 357, style.scss */
      .topMainSection__title {
        font-size: 2.2rem;
        top: 50%;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
        transform: translateY(-50%); } }

/* line 384, style.scss */
.topTitle {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 10rem;
  color: #fff;
  text-align: center;
  line-height: 1.2; }
  @media screen and (max-width: 767px) {
    /* line 384, style.scss */
    .topTitle {
      font-size: 6rem; } }
  /* line 393, style.scss */
  .topTitle--black {
    color: #251e1b; }
  /* line 396, style.scss */
  .topTitle__ruby {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      /* line 396, style.scss */
      .topTitle__ruby {
        font-size: 1.6rem;
        line-height: 1.8; } }

/* line 411, style.scss */
.topConcept {
  background: url("../../images/concept_bg_01.png") no-repeat left top, url("../../images/concept_bg_02.gif") no-repeat right bottom, #364481;
  padding: 180px 40px; }
  @media screen and (max-width: 767px) {
    /* line 411, style.scss */
    .topConcept {
      background: url("../../images/concept_bg_02.gif") no-repeat right bottom, #364481;
      padding: 40px 20px;
      background-size: 60% auto; } }
  /* line 421, style.scss */
  .topConcept__inner {
    width: 100%;
    max-width: 900px;
    margin: 0 auto; }
  /* line 426, style.scss */
  .topConcept__text {
    color: #fff;
    line-height: 3;
    font-weight: 500;
    margin-top: 70px;
    text-shadow: 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481, 0px 0px 5px #364481; }
    @media screen and (max-width: 767px) {
      /* line 426, style.scss */
      .topConcept__text {
        text-align: left;
        line-height: 1.8;
        font-weight: 400;
        margin-top: 40px; } }

/* line 442, style.scss */
.topService {
  background: url("../images/bg.gif") no-repeat center top;
  padding: 100px 40px; }
  @media screen and (max-width: 767px) {
    /* line 442, style.scss */
    .topService {
      padding: 40px 20px; } }
  /* line 449, style.scss */
  .topService__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }
  /* line 456, style.scss */
  .topService__item {
    width: 100%;
    margin-top: 80px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      /* line 456, style.scss */
      .topService__item {
        margin-top: 40px; } }
    /* line 463, style.scss */
    .topService__item::after {
      content: '';
      display: block;
      height: 0;
      clear: both; }
  /* line 470, style.scss */
  .topService__title {
    width: 58.4%;
    display: flex;
    float: left;
    color: #fff; }
    @media screen and (max-width: 767px) {
      /* line 470, style.scss */
      .topService__title {
        width: 100%;
        float: none; } }
    /* line 479, style.scss */
    .topService__item:nth-child(2n) .topService__title {
      float: right; }
      @media screen and (max-width: 767px) {
        /* line 479, style.scss */
        .topService__item:nth-child(2n) .topService__title {
          float: none; } }
    /* line 485, style.scss */
    .topService__title--number {
      display: block;
      width: 94px;
      padding: .5em 0 .5em .8em;
      background: #364481;
      font-size: 1.8rem;
      line-height: 1.4;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        /* line 485, style.scss */
        .topService__title--number {
          font-size: 1.2rem;
          width: 48px; } }
    /* line 498, style.scss */
    .topService__title--text {
      flex: 1;
      background: #251e1b;
      font-size: 2.2rem;
      font-weight: 700;
      line-height: 1.5;
      padding: .5em .7em .7em;
      display: flex;
      align-items: center; }
      @media screen and (max-width: 767px) {
        /* line 498, style.scss */
        .topService__title--text {
          font-size: 1.4rem;
          letter-spacing: 0; } }
    /* line 512, style.scss */
    .topService__title--inner {
      display: block;
      width: 100%; }
  /* line 517, style.scss */
  .topService__img {
    width: 37.6%;
    float: right;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 767px) {
      /* line 517, style.scss */
      .topService__img {
        width: 70%;
        float: none;
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        margin: 1.5em auto 0; } }
    /* line 527, style.scss */
    .topService__item:nth-child(2n) .topService__img {
      float: left; }
      @media screen and (max-width: 767px) {
        /* line 527, style.scss */
        .topService__item:nth-child(2n) .topService__img {
          float: none; } }
    /* line 533, style.scss */
    .topService__img--img {
      display: block; }
  /* line 537, style.scss */
  .topService__text {
    width: 58.4%;
    float: left;
    margin-top: 1.5em; }
    @media screen and (max-width: 767px) {
      /* line 537, style.scss */
      .topService__text {
        float: none;
        width: 100%; } }
    /* line 545, style.scss */
    .topService__item:nth-child(2n) .topService__text {
      float: right; }
      @media screen and (max-width: 767px) {
        /* line 545, style.scss */
        .topService__item:nth-child(2n) .topService__text {
          float: none; } }

/* line 554, style.scss */
.contactBtn {
  width: 100%;
  max-width: 800px;
  padding: 60px;
  background: url("../../images/contact_bg.gif") no-repeat right bottom;
  background-size: cover;
  margin: 80px auto 0; }
  @media screen and (max-width: 767px) {
    /* line 554, style.scss */
    .contactBtn {
      margin-top: 40px;
      padding: 30px; } }
  /* line 566, style.scss */
  .contactBtn__title {
    font-size: 2.8rem;
    line-height: 1.4;
    font-weight: 700;
    color: #fff; }
    @media screen and (max-width: 767px) {
      /* line 566, style.scss */
      .contactBtn__title {
        font-size: 2.2rem; } }
  /* line 575, style.scss */
  .contactBtn__link {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 1.5em auto 0;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
    transform: skewX(138deg);
    background: #a8312a;
    text-decoration: none;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    padding: .8em 1em; }
    /* line 588, style.scss */
    .contactBtn__link--blue {
      background: #364481;
      transform: none;
      font-size: 1.6rem;
      max-width: 300px; }
    @media screen and (max-width: 767px) {
      /* line 575, style.scss */
      .contactBtn__link {
        max-width: 240px;
        box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
        font-size: 1.6rem; } }
    /* line 599, style.scss */
    .contactBtn__link--text {
      display: block;
      transform: skewX(-138deg); }
      /* line 602, style.scss */
      .contactBtn__link--blue .contactBtn__link--text {
        transform: none; }

/* line 610, style.scss */
.topMember {
  background: url("../../images/member_bg.jpg") no-repeat center top;
  background-size: cover;
  width: 100%;
  padding: 100px 40px; }
  @media screen and (max-width: 767px) {
    /* line 610, style.scss */
    .topMember {
      padding: 40px 20px 0;
      background-size: 200% auto;
      background-position: center top; } }
  /* line 620, style.scss */
  .topMember__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  /* line 625, style.scss */
  .topMember__list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      /* line 625, style.scss */
      .topMember__list {
        display: block;
        margin-top: 40px; } }
  /* line 635, style.scss */
  .topMember__item {
    width: 30%;
    padding: 2.5%;
    background: rgba(54, 68, 129, 0.8);
    color: #fff; }
    @media screen and (max-width: 767px) {
      /* line 635, style.scss */
      .topMember__item {
        width: 100%;
        padding: 20px; }
        /* line 643, style.scss */
        .topMember__item + .topMember__item {
          margin-top: 40px; } }
  /* line 648, style.scss */
  .topMember__img {
    width: 100%; }
  /* line 651, style.scss */
  .topMember__name {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.4;
    margin-top: .8em; }
    /* line 656, style.scss */
    .topMember__name--ruby {
      font-family: 'Oswald', sans-serif;
      font-weight: 500;
      letter-spacing: 0;
      display: inline-block;
      font-size: 1.8rem;
      margin-left: 1em;
      letter-spacing: .1em; }
  /* line 664, style.scss */
  .topMember__position {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    margin-top: .3em; }
  /* line 670, style.scss */
  .topMember__text {
    font-size: 1.4rem;
    margin-top: 1.5em; }

/* line 677, style.scss */
.topCompany {
  width: 100%;
  margin-top: 100px;
  padding: 0 40px; }
  @media screen and (max-width: 767px) {
    /* line 677, style.scss */
    .topCompany {
      margin-top: 40px;
      padding: 0 20px; } }
  /* line 686, style.scss */
  .topCompany__inner {
    width: 100%;
    max-width: 800px;
    margin: 0 auto; }
  /* line 691, style.scss */
  .topCompany__table {
    width: 100%;
    margin-top: 80px; }
    @media screen and (max-width: 767px) {
      /* line 691, style.scss */
      .topCompany__table {
        margin-top: 40px;
        font-size: 1.2rem; } }
  /* line 701, style.scss */
  .topCompany__th, .topCompany__td {
    border-top: 1px solid #d3d2d1;
    border-bottom: 1px solid #d3d2d1;
    text-align: left;
    vertical-align: middle;
    padding: 1.3em 0; }
  /* line 709, style.scss */
  .topCompany__th {
    width: 20%;
    padding-right: 1.3em;
    font-weight: 400; }
  /* line 714, style.scss */
  .topCompany__link {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    margin-left: 1.5em;
    text-decoration: none; }
    @media screen and (max-width: 767px) {
      /* line 714, style.scss */
      .topCompany__link {
        vertical-align: middle; } }
    /* line 722, style.scss */
    .topCompany__link::before {
      font-family: fontAwesome;
      content: '\f105';
      display: inline-block;
      font-size: 2.4rem;
      margin-right: .3em;
      color: #364481; }
      @media screen and (max-width: 767px) {
        /* line 722, style.scss */
        .topCompany__link::before {
          margin-top: -.2em; } }
    /* line 733, style.scss */
    .topCompany__link::after {
      font-family: fontAwesome;
      content: '\f08e';
      display: inline-block;
      font-size: 1.6rem;
      margin-left: .3em; }

/* line 743, style.scss */
.topContact {
  width: 100%;
  background: url("../images/footer_contact_bg.jpg") no-repeat center center;
  background-size: cover;
  margin-top: 100px;
  padding: 100px 40px; }
  @media screen and (max-width: 767px) {
    /* line 743, style.scss */
    .topContact {
      margin-top: 40px;
      padding: 40px 20px; } }
  /* line 753, style.scss */
  .topContact--mtNon {
    margin-top: 0; }
  /* line 756, style.scss */
  .topContact__inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }
  /* line 761, style.scss */
  .topContact__catch {
    font-size: 3.2rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
    margin-top: 1.5em; }
    @media screen and (max-width: 767px) {
      /* line 761, style.scss */
      .topContact__catch {
        font-size: 2rem;
        margin-top: 20px; } }

/* line 775, style.scss */
.footer {
  margin-top: 30px;
  padding: 0 40px 40px; }
  @media screen and (max-width: 767px) {
    /* line 775, style.scss */
    .footer {
      margin-top: 20px;
      padding: 0 0 20px; } }
  /* line 782, style.scss */
  .footer__navi {
    display: block; }
    @media screen and (max-width: 767px) {
      /* line 782, style.scss */
      .footer__navi {
        display: none; } }
  /* line 790, style.scss */
  .footer__item {
    font-feature-settings: 1.4rem;
    line-height: 1.8;
    display: inline; }
    /* line 795, style.scss */
    .footer__item + .footer__item::before {
      content: ' ／ '; }
  /* line 800, style.scss */
  .footer__link {
    text-decoration: none;
    color: #251e1b; }
    /* line 803, style.scss */
    .footer__link:hover {
      text-decoration: underline; }
  /* line 807, style.scss */
  .footer__logo {
    width: 168px;
    margin: 20px auto 0; }
    @media screen and (max-width: 767px) {
      /* line 807, style.scss */
      .footer__logo {
        margin-top: 0; } }
    /* line 813, style.scss */
    .footer__logo--img {
      width: 100%; }
  /* line 817, style.scss */
  .footer__spLink {
    display: none; }
    @media screen and (max-width: 767px) {
      /* line 817, style.scss */
      .footer__spLink {
        display: block;
        margin-top: 1em;
        font-size: 1.2rem;
        line-height: 1.5;
        text-decoration: none;
        color: #251e1b; } }
  /* line 828, style.scss */
  .footer__copyright {
    display: block;
    font-size: 1.2rem;
    color: #928e8d;
    line-height: 1.4;
    text-align: center;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      /* line 828, style.scss */
      .footer__copyright {
        font-size: 1rem; } }

/* line 842, style.scss */
.cornerTitle {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  background: url("../images/cornertitle_bg.jpg") no-repeat center center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 842, style.scss */
    .cornerTitle {
      height: 120px;
      font-size: 2rem; } }

/* line 861, style.scss */
.contents {
  width: 100%;
  padding: 0 40px 100px;
  background: url("../images/bg.gif") no-repeat center top #f9f9f9; }
  @media screen and (max-width: 767px) {
    /* line 861, style.scss */
    .contents {
      padding: 0 20px 40px; } }
  /* line 868, style.scss */
  .contents__inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; }

/* line 876, style.scss */
.form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 100px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    /* line 876, style.scss */
    .form {
      padding-top: 40px; } }
  /* line 886, style.scss */
  .form__text + .form {
    padding-top: 40px; }
    @media screen and (max-width: 767px) {
      /* line 886, style.scss */
      .form__text + .form {
        padding-top: 20px; } }
  /* line 892, style.scss */
  .form__text {
    padding-top: 40px;
    text-align: center; }
    /* line 895, style.scss */
    .form__text--error {
      display: block;
      width: 100%;
      max-width: 800px;
      margin: 0 auto;
      color: #B94A48;
      font-weight: 500;
      background: #F2DEDE;
      padding: 1.2em;
      border: 1px solid #EED3D7; }
  /* line 907, style.scss */
  .form__table {
    width: 100%; }
  /* line 912, style.scss */
  .form__th, .form__td {
    border-bottom: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
    padding: 20px 0;
    font-size: 1.4rem;
    line-height: 1.8; }
    @media screen and (max-width: 767px) {
      /* line 912, style.scss */
      .form__th, .form__td {
        width: 100%;
        float: left;
        padding: 0 0 20px; } }
  /* line 926, style.scss */
  .form__th {
    font-weight: 400;
    width: 25%;
    padding-right: 20px; }
    @media screen and (max-width: 767px) {
      /* line 926, style.scss */
      .form__th {
        width: 100%;
        padding: 20px 0 10px;
        border-bottom: none;
        font-weight: 500;
        font-size: 1.6rem; } }
  /* line 939, style.scss */
  .form__required::after {
    content: '※';
    display: inline-block;
    color: #f00;
    margin-left: .5em; }
  /* line 946, style.scss */
  .form__select {
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 1.6rem; }
    /* line 952, style.scss */
    .form__select::before {
      position: absolute;
      top: 50%;
      right: .9em;
      width: 0;
      height: 0;
      padding: 0;
      content: '';
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: 6px solid #666666;
      pointer-events: none;
      margin-top: -3px; }
    /* line 966, style.scss */
    .form__select--inner {
      width: 100%;
      padding-right: 1em;
      cursor: pointer;
      text-indent: .01px;
      text-overflow: ellipsis;
      border: none;
      outline: none;
      background: transparent;
      background-image: none;
      box-shadow: none;
      -webkit-appearance: none;
      appearance: none;
      padding: .5em 38px .5em .6em; }
      /* line 980, style.scss */
      .form__select--inner::-ms-expand {
        display: none; }
  /* line 985, style.scss */
  .form__textfield {
    background: #e8e8e8;
    font-size: 1.6rem;
    width: 100%;
    padding: .5em .6em; }
  /* line 991, style.scss */
  .form__textarea {
    background: #e8e8e8;
    font-size: 1.6rem;
    font-feature-settings: 1.6rem;
    width: 100%;
    padding: .5em .6em;
    min-height: 100px;
    border-radius: 0; }
  /* line 1001, style.scss */
  .form__error + * {
    background: #F2DEDE; }
  /* line 1005, style.scss */
  .form__btnSet {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 1010, style.scss */
    .form__btnSet--box {
      display: block;
      width: 100%;
      max-width: 300px; }
      /* line 1014, style.scss */
      .form__btnSet--box + .form__btnSet--box {
        margin-left: 5%; }
    /* line 1018, style.scss */
    .form__btnSet--btn {
      display: block;
      width: 100%;
      padding: 20px;
      font-size: 1.6rem;
      font-weight: 500;
      line-height: 1.4;
      color: #fff;
      transition: opacity .3s; }
      /* line 1027, style.scss */
      .form__btnSet--btn:hover {
        opacity: .5; }
    /* line 1031, style.scss */
    .form__btnSet--submit {
      background: #364481; }
    /* line 1034, style.scss */
    .form__btnSet--goback {
      background: #999; }

/* line 1041, style.scss */
.policy {
  padding-top: 100px;
  text-align: left; }
  @media screen and (max-width: 767px) {
    /* line 1041, style.scss */
    .policy {
      padding-top: 40px; } }
  /* line 1049, style.scss */
  .policy__section + .policy__section {
    margin-top: 60px; }
  /* line 1053, style.scss */
  .policy__title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5; }
  /* line 1058, style.scss */
  .policy__text {
    font-size: 1.4rem;
    margin-top: 1em; }
    /* line 1061, style.scss */
    .policy__box .policy__text {
      font-size: 1.2rem; }
  /* line 1065, style.scss */
  .policy__subTitle {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 2em; }
    /* line 1070, style.scss */
    .policy__box .policy__subTitle {
      margin-top: 0;
      font-weight: 700; }
  /* line 1075, style.scss */
  .policy__ol {
    margin-top: .5em; }
  /* line 1078, style.scss */
  .policy__li {
    counter-increment: num;
    position: relative;
    padding-left: 1.5em;
    font-size: 1.4rem; }
    /* line 1083, style.scss */
    .policy__li::before {
      content: counter(num);
      border: 1px solid #333;
      display: block;
      line-height: 1.5;
      text-align: center;
      height: 1.8em;
      width: 1.8em;
      border-radius: 100%;
      font-size: 1rem;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    /* line 1098, style.scss */
    .policy__li + .policy__li {
      margin-top: .3em; }
  /* line 1102, style.scss */
  .policy__box {
    display: block;
    margin-top: 60px;
    background: #fff;
    padding: 60px;
    font-style: normal; }
    @media screen and (max-width: 767px) {
      /* line 1102, style.scss */
      .policy__box {
        margin-top: 40px;
        padding: 25px; } }

/* line 1127, style.scss */
.pageTopBtn {
  width: 60px;
  height: 60px;
  background: #364481;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    /* line 1127, style.scss */
    .pageTopBtn {
      width: 40px;
      height: 40px;
      display: none; } }
  /* line 1144, style.scss */
  .pageTopBtn--view {
    opacity: 1;
    pointer-events: painted; }
    @media screen and (max-width: 767px) {
      /* line 1144, style.scss */
      .pageTopBtn--view {
        display: block; } }
  /* line 1151, style.scss */
  .pageTopBtn:hover {
    opacity: .5; }
    @media screen and (max-width: 767px) {
      /* line 1151, style.scss */
      .pageTopBtn:hover {
        opacity: 1; } }
  /* line 1157, style.scss */
  .pageTopBtn::before {
    content: '';
    display: block;
    width: .8em;
    height: .8em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      /* line 1157, style.scss */
      .pageTopBtn::before {
        width: .6em;
        height: .6em; } }

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