@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
.marginT01 {
  margin-top: 20px;
}
@media screen and (max-width: 811px) {
  .marginT01 {
    margin-top: 14px;
  }
}

.marginB01 {
  margin-bottom: 20px;
}
@media screen and (max-width: 811px) {
  .marginB01 {
    margin-bottom: 14px;
  }
}

.marginT02 {
  margin-top: 30px;
}
@media screen and (max-width: 811px) {
  .marginT02 {
    margin-top: 21px;
  }
}

.marginB02 {
  margin-bottom: 30px;
}
@media screen and (max-width: 811px) {
  .marginB02 {
    margin-bottom: 21px;
  }
}

.marginT03 {
  margin-top: 26px;
}
@media screen and (max-width: 811px) {
  .marginT03 {
    margin-top: 18.2px;
  }
}

.marginB03 {
  margin-bottom: 26px;
}
@media screen and (max-width: 811px) {
  .marginB03 {
    margin-bottom: 18.2px;
  }
}

.marginT04 {
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .marginT04 {
    margin-top: 35px;
  }
}

.marginB04 {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .marginB04 {
    margin-bottom: 35px;
  }
}

.marginT04 {
  margin-top: 50px;
}
@media screen and (max-width: 811px) {
  .marginT04 {
    margin-top: 35px;
  }
}

.marginB04 {
  margin-bottom: 50px;
}
@media screen and (max-width: 811px) {
  .marginB04 {
    margin-bottom: 35px;
  }
}

.marginT05 {
  margin-top: 60px;
}
@media screen and (max-width: 811px) {
  .marginT05 {
    margin-top: 42px;
  }
}

.marginB05 {
  margin-bottom: 60px;
}
@media screen and (max-width: 811px) {
  .marginB05 {
    margin-bottom: 42px;
  }
}

.marginT06 {
  margin-top: 100px;
}
@media screen and (max-width: 811px) {
  .marginT06 {
    margin-top: 70px;
  }
}

.marginB06 {
  margin-bottom: 100px;
}
@media screen and (max-width: 811px) {
  .marginB06 {
    margin-bottom: 70px;
  }
}

.marginT07 {
  margin-top: 80px;
}
@media screen and (max-width: 811px) {
  .marginT07 {
    margin-top: 56px;
  }
}

.marginB07 {
  margin-bottom: 80px;
}
@media screen and (max-width: 811px) {
  .marginB07 {
    margin-bottom: 56px;
  }
}

.marginT08 {
  margin-top: 40px;
}
@media screen and (max-width: 811px) {
  .marginT08 {
    margin-top: 28px;
  }
}

.marginB08 {
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .marginB08 {
    margin-bottom: 28px;
  }
}

.marginT09 {
  margin-top: 33px;
}
@media screen and (max-width: 811px) {
  .marginT09 {
    margin-top: 23.1px;
  }
}

.marginB09 {
  margin-bottom: 33px;
}
@media screen and (max-width: 811px) {
  .marginB09 {
    margin-bottom: 23.1px;
  }
}

.marginT10 {
  margin-top: 15px;
}
@media screen and (max-width: 811px) {
  .marginT10 {
    margin-top: 10.5px;
  }
}

.marginB10 {
  margin-bottom: 15px;
}
@media screen and (max-width: 811px) {
  .marginB10 {
    margin-bottom: 10.5px;
  }
}

.marginT11 {
  margin-top: 47px;
}
@media screen and (max-width: 811px) {
  .marginT11 {
    margin-top: 32.9px;
  }
}

.marginB11 {
  margin-bottom: 47px;
}
@media screen and (max-width: 811px) {
  .marginB11 {
    margin-bottom: 32.9px;
  }
}

.marginT12 {
  margin-top: 23px;
}
@media screen and (max-width: 811px) {
  .marginT12 {
    margin-top: 16.1px;
  }
}

.marginB12 {
  margin-bottom: 23px;
}
@media screen and (max-width: 811px) {
  .marginB12 {
    margin-bottom: 16.1px;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 811px) {
  a[href*="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: inherit;
  }
}
a:not([class]) {
  text-decoration: none;
  color: #666666;
  text-decoration: underline;
}
@media screen and (min-width: 811px) {
  a:not([class]):hover {
    text-decoration: underline;
  }
}

p {
  margin: 0;
  padding: 0;
  line-height: inherit;
}
p:first-child {
  margin-top: 0;
}

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

li, dd, dt {
  display: block;
  margin: 0;
}

strong {
  font-weight: bold;
}

input {
  font-size: 15px;
  font-size: 1.5rem;
}

label {
  line-height: 1.7;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

em {
  font-style: normal;
}

address {
  font-style: normal;
}

i {
  vertical-align: middle;
}

input {
  outline: 0;
}

cite {
  display: block;
  font-style: normal;
  line-height: 1.7;
}

figure {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  outline: none;
  border-style: none;
  background-color: transparent;
}

.u_goRight {
  text-align: right !important;
  margin-left: auto !important;
}

.u_goLeft {
  text-align: left !important;
  margin-right: auto !important;
}

.u_goCenter {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u_notStandOut {
  font-size: 90%;
}
.u_notStandOut.-level00 {
  font-size: 90%;
}
.u_notStandOut.-level01 {
  font-size: 80%;
}
.u_notStandOut.-level02 {
  font-size: 70%;
}
.u_notStandOut.-level03 {
  font-size: 60%;
}
.u_notStandOut.-level04 {
  font-size: 40%;
}
.u_notStandOut.-level05 {
  font-size: 30%;
}
.u_notStandOut.-level06 {
  font-size: 20%;
}
.u_notStandOut.-slim {
  font-weight: 500 !important;
}

.u_standOut.-level00 {
  font-size: 110%;
}
.u_standOut.-level01 {
  font-size: 120%;
}
.u_standOut.-level02 {
  font-size: 140%;
}
.u_standOut.-level03 {
  font-size: 160%;
}
.u_standOut.-level04 {
  font-size: 180%;
}
.u_standOut.-level05 {
  font-size: 200%;
}
.u_standOut.-level06 {
  font-size: 220%;
}
.u_standOut.-slim {
  font-weight: 500 !important;
}

.u_caution {
  color: red;
}

.u_blind-bit {
  display: none;
}
@media screen and (max-width: 340px) {
  .u_blind-bit {
    display: inline;
  }
}

.u_blind-small {
  display: none;
}
@media screen and (max-width: 580px) {
  .u_blind-small {
    display: inline;
  }
}

.u_blind-medium {
  display: none;
}
@media screen and (max-width: 410px) {
  .u_blind-medium {
    display: inline;
  }
}

.u_blind-large {
  display: none;
}
@media screen and (max-width: 811px) {
  .u_blind-large {
    display: inline;
  }
}

.u_blind-huge {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u_blind-huge {
    display: inline;
  }
}

.u_blind-big {
  display: none;
}
@media screen and (max-width: 980px) {
  .u_blind-big {
    display: inline;
  }
}

.u_break-slender {
  display: inline;
}
@media screen and (max-width: 340px) {
  .u_break-slender {
    display: none;
  }
}

.u_break-small {
  display: inline;
}
@media screen and (max-width: 580px) {
  .u_break-small {
    display: none;
  }
}

.u_break-medium {
  display: inline;
}
@media screen and (max-width: 811px) {
  .u_break-medium {
    display: none;
  }
}

.u_break-large {
  display: inline;
}
@media screen and (max-width: 980px) {
  .u_break-large {
    display: none;
  }
}

.u_tb-brake {
  display: none;
}
@media screen and (min-width: 580px) and (max-width: 811px) {
  .u_tb-brake {
    display: inline;
  }
}

.u_textLink {
  padding-bottom: 0.1em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  line-height: 1.5;
  color: inherit;
}
.u_textLink:hover {
  border-bottom-style: none;
  color: #00a2c7;
}

.u_lh1 {
  line-height: 1;
}

@media screen and (min-width: 980px) {
  .u_narrowPcShow {
    display: none;
  }
}

@media screen and (min-width: 580px) {
  .u_mobileShow {
    display: none;
  }
}

@media screen and (min-width: 811px) {
  .u_tabletShow {
    display: none;
  }
}

@media screen and (max-width: 811px) {
  .u_tabletHide {
    display: none;
  }
}

@media screen and (max-width: 580px) {
  .u_mobileHide {
    display: none;
  }
}

@media screen and (max-width: 340px) {
  .u_narrowMobileHide {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .u_narrowPcHide {
    display: none;
  }
}

.Page {
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  height: 100%;
}
.Page__body {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  color: #666666;
  background-color: #FFF;
  font-feature-settings: "palt" 1;
  font-weight: 500;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 980px) {
  .Page__body {
    background-size: 95%;
    background-position: 0 75%;
  }
}
@media screen and (max-width: 811px) {
  .Page__body {
    letter-spacing: 0.05em;
  }
}

.Page__column {
  position: relative;
  height: 100%;
  display: flex;
  -js-display: flex;
  justify-content: space-between;
  background-color: #00B3B6;
  z-index: 2;
}
@media screen and (max-width: 980px) {
  .Page__column {
    flex-direction: column;
  }
}

.Page__globalNavi {
  display: none;
}
@media screen and (max-width: 980px) {
  .Page__globalNavi {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    padding-top: 60px;
    z-index: 2;
    transform: translateY(-100%);
    transition: all 0.5s ease;
  }
  body.-naviOpen .Page__globalNavi {
    transform: translateY(0);
  }
}

.Page__prologue {
  position: relative;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  z-index: 1;
}
@media screen and (max-width: 980px) {
  .Page__prologue {
    width: 100%;
    height: calc(100% - 8vw - 60px);
  }
}

.Page__header {
  position: relative;
  width: 296px;
  z-index: 3;
}
@media screen and (max-width: 980px) {
  .Page__header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  }
}

.Page__fixHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translateY(calc(-103% - 4px));
  z-index: 5;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 780px) {
  .Page__fixHeader {
    transform: translateY(0);
  }
}
.Page__fixHeader.-slideIn {
  transform: translateY(0);
}

.Page__main {
  position: relative;
  z-index: 1;
}

.Page__footer {
  background: #FFF url("../../images/common/body_back.png") no-repeat 0 60%;
  background-size: 95%;
}

.Header {
  width: 100%;
  display: flex;
  -js-display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 120px 0;
  background-color: #FFF;
  transform: translateY(10%);
}
@media screen and (max-width: 980px) {
  .Header {
    height: 100%;
    padding: 0 20px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.Header__head {
  text-align: center;
  display: flex;
  -js-display: flex;
  align-items: center;
}

.Header__logo {
  width: 200px;
  margin-bottom: 50px;
}
@media screen and (max-width: 980px) {
  .Header__logo {
    width: 95px;
    margin-bottom: 0;
  }
}

.Header__navi {
  margin-bottom: 20px;
}
@media screen and (max-width: 980px) {
  .Header__navi {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .Header__contact {
    display: none;
  }
}

.Header__trigger {
  display: none;
  width: 28px;
  height: 20px;
}
@media screen and (max-width: 980px) {
  .Header__trigger {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .GlobalNavi {
    padding: 30px 20px;
    background-color: #FFF;
  }
}
.GlobalNavi__item {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .GlobalNavi__item {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.GlobalNavi__item:not(:last-of-type) {
  margin-bottom: 0.8em;
}
@media screen and (max-width: 980px) {
  .GlobalNavi__item > strong {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) {
  .GlobalNavi__item.-contact {
    display: none;
  }
}

.GlobalNavi__sub {
  margin-left: 1em;
}

.GlobalNavi__itemSub {
  margin-top: 0.8em;
  margin-left: 1em;
  text-indent: -0.8em;
}
.GlobalNavi__itemSub::before {
  position: relative;
  top: -0.3em;
  display: inline-block;
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 0.3em;
  background-color: #000;
}

.GlobalNavi__target {
  color: #000;
  transition: all 0.3s ease;
}
@media screen and (min-width: 811px) {
  .GlobalNavi__target:hover {
    color: #00B3B6;
  }
}

.Contact {
  color: #000;
}
.Contact__head {
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  color: #000;
}

.Contact__main {
  position: relative;
  text-align: center;
  padding: 10px 20px 25px;
  font-size: inherit;
  border: thin solid #999;
}
.Contact__main::before, .Contact__main::after {
  content: "";
  display: block;
  height: 4px;
  position: absolute;
  left: 50%;
  background-color: #FFF;
  transform: translateX(-50%);
}
.Contact__main::before {
  top: -2px;
  width: 80%;
}
.Contact__main::after {
  bottom: -2px;
  width: 40%;
}

.Contact__headSub {
  margin-bottom: 0.5em;
  font-size: 22px;
  font-size: 2.2rem;
}

.Contact__num {
  font-size: 20px;
  font-size: 2rem;
}

.Fv {
  position: relative;
  height: 100%;
}
.Fv__img {
  height: calc(100% - 8vw);
}
.Fv__img > img {
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.Fv__copy {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .Fv__copy {
    padding: 0 20px;
  }
}

.Separation {
  position: relative;
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.Separation__inner {
  position: relative;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 811px) {
  .Separation__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.Separation__inner.-variation01 {
  max-width: calc(1400px + 50px * 2);
}

.Wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 811px) {
  .Wrap {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.Wrap.-variation01 {
  padding-top: 140px;
  padding-bottom: 70px;
}
@media screen and (max-width: 811px) {
  .Wrap.-variation01 {
    padding-top: 56px;
    padding-bottom: 28px;
  }
}

.StrA__head {
  margin-bottom: 70px;
  font-size: 48px;
  font-size: 4.8rem;
  color: #00B3B6;
  line-height: 1.3;
}
@media screen and (max-width: 811px) {
  .StrA__head {
    margin-bottom: 21px;
  }
}
@media screen and (max-width: 1400px) {
  .StrA__head {
    font-size: 4vw;
  }
}
@media screen and (max-width: 811px) {
  .StrA__head {
    font-size: 24px;
  }
}

.StrA__headSub {
  margin-bottom: 2em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

.StrA__discription {
  max-width: 962px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 811px) {
  .StrA__discription {
    margin-bottom: 8px;
  }
}
.StrA__discription.-variation01 {
  margin-bottom: 105px;
}
@media screen and (max-width: 811px) {
  .StrA__discription.-variation01 {
    margin-bottom: 42px;
  }
}

.StrA__doc {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.StrA__doc:not(:last-child) {
  margin-bottom: 2em;
}

.StrA__body:not(:last-child) {
  margin-bottom: 1em;
}

.StrA__list:not(:last-child) {
  margin-bottom: 2em;
}

.StrA__fig {
  max-width: 1156px;
  margin-left: auto;
  margin-right: auto;
}

.StrA__tabale {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 811px) {
  .StrA__tabale {
    margin-bottom: 28px;
  }
}

.StrA__button {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 811px) {
  .StrA__button {
    font-size: 16px;
  }
}

.Heading {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
}
.Heading.-format01 {
  display: flex;
  -js-display: flex;
  align-items: center;
  text-align: center;
  color: #00B3B6;
}
.Heading__line {
  height: 2px;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  background-color: #00B3B6;
}

.Heading__text {
  display: inline-block;
  margin: 0 1em;
}

.Paragraph {
  line-height: 1.7;
  margin-bottom: 1.5em;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 811px) {
  .Paragraph {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Paragraph:last-child {
  margin-bottom: 0 !important;
}
.Paragraph.-small {
  font-size: 13px;
  font-size: 1.3rem;
}
.StrA__discription .Paragraph {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 811px) {
  .StrA__discription .Paragraph {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.StrA__body .Paragraph {
  font-size: 16px;
  font-size: 1.6rem;
}

.ListA {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 811px) {
  .ListA {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.ListA.-num {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.ListA__item {
  line-height: 1.7;
}
.ListA__item:not(:last-of-type) {
  margin-bottom: 0.5em;
}
.ListA.-nor .ListA__item {
  position: relative;
  padding-left: 1.5em;
}
.ListA.-nor .ListA__item:before {
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100vh;
  background-color: #00B3B6;
}
.ListA.-num .ListA__item {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.ListA.-num .ListA__item:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
  color: #00B3B6;
}

.IndexA {
  display: flex;
  -js-display: flex;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: -7%;
}
@media screen and (max-width: 811px) {
  .IndexA {
    margin-bottom: -5%;
  }
}
.IndexA__item {
  padding: 0 12px;
  margin-bottom: 7%;
}
@media screen and (max-width: 811px) {
  .IndexA__item {
    width: 50%;
    margin-bottom: 5%;
  }
}
.IndexA__item.-col2 {
  width: 50%;
}
@media screen and (max-width: 780px) {
  .IndexA__item.-col2 {
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .StrA.-format01 .IndexA__item.-col2 {
    width: 50%;
  }
}
.IndexA__item.-col3 {
  width: 33.33333%;
}
@media screen and (max-width: 780px) {
  .IndexA__item.-col3 {
    width: 100%;
  }
}
.IndexA__item.-col4 {
  width: 25%;
}
@media screen and (max-width: 780px) {
  .IndexA__item.-col4 {
    width: 50%;
  }
}
@media screen and (max-width: 340px) {
  .IndexA__item.-col4 {
    width: 100%;
  }
}

.IndexB {
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
}
.IndexB__item {
  margin-bottom: 90px;
}
@media screen and (max-width: 811px) {
  .IndexB__item {
    margin-bottom: 45px;
  }
}

.CardA {
  height: 100%;
}
.CardA__head {
  display: flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5em;
  margin-bottom: 0.8em;
  padding: 0.3em 0.3em;
  text-align: center;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: normal;
  color: #00B3B6;
  line-height: 1.3;
  border: 8px solid #00B3B6;
  background-color: #FFF;
}
@media screen and (max-width: 980px) {
  .CardA__head {
    font-size: 5vw;
  }
}
@media screen and (max-width: 811px) {
  .CardA__head {
    font-size: 18px;
    border-width: 3px;
  }
}
@media screen and (max-width: 780px) {
  .StrA.-format01 .CardA__head {
    font-size: 14px;
  }
}
.CardA__body {
  padding: 0 2em;
}
@media screen and (max-width: 980px) {
  .CardA__body {
    padding: 0;
  }
}
@media screen and (max-width: 811px) {
  .CardA__body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.PanelA {
  display: flex;
  -js-display: flex;
  justify-content: space-between;
}
.PanelA__elm {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
@media screen and (max-width: 811px) {
  .PanelA__elm {
    width: 70%;
  }
}

.PanelA__img {
  width: 183px;
  margin-right: 30px;
}
@media screen and (max-width: 811px) {
  .PanelA__img {
    margin-right: 12px;
  }
}
@media screen and (max-width: 811px) {
  .PanelA__img {
    width: 80px;
  }
}

.PanelA__head {
  margin-bottom: 0.5em;
  font-size: 26px;
  font-size: 2.6rem;
  color: #00B3B6;
}
@media screen and (max-width: 811px) {
  .PanelA__head {
    font-size: 20px;
    font-size: 2rem;
  }
}

.PanelA__body {
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 811px) {
  .PanelA__body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.TableViewA__item {
  display: table;
  width: 100%;
  line-height: 1.7;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 811px) {
  .TableViewA__item {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.TableViewA__item:not(:last-of-type) {
  border-bottom: thin solid #d6d9dc;
}

.TableViewA__head, .TableViewA__body {
  display: table-cell;
  padding: 1em 0;
  transition: all 0.5s ease;
}

.TableViewA__head {
  width: 7em;
}

.Access {
  height: 590px;
}
@media screen and (max-width: 811px) {
  .Access {
    height: 250px;
  }
}
.Access > iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.Footer__logo {
  width: 200px;
  margin-bottom: 400px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 811px) {
  .Footer__logo {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 811px) {
  .Footer__logo {
    width: 120px;
  }
}

.Footer__copyright {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
}
@media screen and (max-width: 811px) {
  .Footer__copyright {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.NaviTrigger {
  height: 100%;
}
.NaviTrigger__main {
  position: relative;
  height: 100%;
  cursor: pointer;
  transition: all 0.4s;
}
.NaviTrigger__main span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
  transition: all 0.3s ease;
}
.NaviTrigger__main span:nth-of-type(1) {
  top: -2px;
}
.NaviTrigger__main span:nth-of-type(2) {
  top: 8px;
}
@media screen and (max-width: 811px) {
  .NaviTrigger__main span:nth-of-type(2) {
    top: 8px;
  }
}
.NaviTrigger__main span:nth-of-type(3) {
  bottom: 0px;
}

.NaviTrigger.-open span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}
@media screen and (max-width: 811px) {
  .NaviTrigger.-open span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }
}

.NaviTrigger.-open span:nth-of-type(2) {
  opacity: 0;
}

.NaviTrigger.-open span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}
@media screen and (max-width: 811px) {
  .NaviTrigger.-open span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
  }
}

.Button {
  position: relative;
  display: inline-block;
  appearance: none;
  text-decoration: none !important;
  font-size: inherit;
  color: inherit;
  cursor: pointer;
  transition: 0.5s;
  line-height: inherit;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width: 811px) {
  .Button {
    letter-spacing: 0.1em;
  }
}
.Button.-ghost--variation01 {
  border: thin solid #00B3B6;
  color: #00B3B6;
  border-radius: 5px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 811px) {
  .Button.-ghost--variation01:hover {
    color: #fff;
    background-color: #00B3B6;
  }
}
.Button.-gravityCenter {
  display: Flex;
  -js-display: flex;
  align-items: center;
  justify-content: center;
}
.Button.-gravityCenter--mulutiLine {
  display: Flex;
  -js-display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}
.Button.-gravityLeft {
  display: Flex;
  -js-display: flex;
  align-items: center;
  justify-content: space-between;
}
.Button.-low {
  min-height: 2em;
  padding: 0.3em 0.5em 0.28em;
}
.Button.-standard {
  min-height: 2.6em;
  padding: 0.3em 0.5em 0.28em;
}
.Button.-high {
  min-height: 3.5em;
  padding: 0.7em 0.5em 0.5em;
}
@media screen and (max-width: 811px) {
  .AuxNavi__item .Button.-high {
    min-height: 8em;
  }
}
.Button__ico {
  font-size: 110%;
  position: relative;
  display: inline-block;
  top: 1px;
}
.Button__ico.-right {
  margin-left: 0.3em;
}
.Button__ico.-line {
  margin-right: 0.2em;
  width: 20px;
  height: 20px;
}

.ico {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: 0.3em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  line-height: 1;
  font-size: inherit;
}
.ico.ico--circle {
  top: -1px;
  background-image: url("../../images/common/ico_circle.svg");
  width: 16px;
  height: 16px;
}

.Logo {
  display: block;
}

.anker {
  display: block;
  visibility: hidden;
  position: relative;
}
@media screen and (max-width: 980px) {
  .anker {
    top: -60px;
  }
}

@media all and (-ms-high-contrast: none) {
  .Button.-low {
    height: 2em;
  }
  .Button.-standard {
    height: 3.5em;
  }
  .Button.-high {
    height: 5em;
  }
}
/*# sourceMappingURL=master.css.map */