@charset "UTF-8";
/* =============================================================================
   #Foundation
   ========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap");
/*! 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;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  min-height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  color: #323F42;
  line-height: 1.6;
  background: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  overflow-x: hidden;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

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

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  color: #323F42;
  text-decoration: underline;
  transition: all 0.2s ease 0s;
}
a:hover, a:active {
  text-decoration: none;
}

/*button {
	background: none;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}*/
input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 16px;
  color: inherit;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
}

input[type="number"],
input[type="month"],
input[type="datetime-local"],
input[type="week"],
input[type="time"],
input[type="date"] {
  -moz-appearance: textfield;
}

input[type="date"]::-webkit-clear-button,
input[type="month"]::-webkit-clear-button,
input[type="datetime-local"]::-webkit-clear-button,
input[type="time"]::-webkit-clear-button,
input[type="week"]::-webkit-clear-button {
  -webkit-appearance: none;
}

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

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

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

/* =============================================================================
   #Layout
   ========================================================================== */
.l-root-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.l-root-container.u-bg-grd {
  justify-content: space-between;
}

.l-header {
  width: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 980px) {
  .l-header {
    padding-right: 50px;
    padding-left: 50px;
  }
}

.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  position: relative;
  width: 100%;
}
@media (min-width: 980px) {
  .l-header__inner {
    min-height: 70px;
  }
}

.l-header__logo {
  z-index: 10000;
}
.l-header__logo a {
  display: flex;
  align-items: center;
}
.l-header__logo a svg {
  width: 90px;
}
@media (min-width: 980px) {
  .l-header__logo a svg {
    width: 144px;
  }
}

.logo__sym-1 {
  fill: #006581;
}

.logo__sym-2 {
  fill: #0099ad;
}

.logo__sym-3 {
  fill: #00b8cc;
}

.logo__sym-4 {
  fill: #7ad8d4;
}

.logo__typo {
  fill: #000;
}

.l-header__nav {
  display: none;
}
@media (min-width: 980px) {
  .l-header__nav {
    display: block;
  }
}

.l-header__nav-list {
  list-style: none;
  display: flex;
  align-items: center;
}

.l-header__nav-item {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .01em;
}
.l-header__nav-item:not(:first-child) {
  margin-left: 50px;
}
.l-header__nav-item a {
  color: #323F42;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 6px 0;
  position: relative;
  transition: all 0.3s ease 0s;
}
.l-header__nav-item a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #323F42;
  transition: all 0.3s ease 0s;
  transform: scale(0, 1);
  transform-origin: center top;
}
.l-header__nav-item a:hover::after {
  transform: scale(1, 1);
}
.l-header__nav-item.current > a {
  color: #0099AD;
}
.l-header__nav-item.current > a::after {
  background: #0099AD;
  transform: scale(1, 1);
}

.l-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background-color: transparent;
  position: absolute;
  right: 5PX;
  top: 8px;
  width: 40px;
  height: 40px;
  z-index: 10001;
}
@media (min-width: 980px) {
  .l-toggle {
    display: none;
  }
}

.l-toggle__icons {
  position: relative;
  display: block;
  width: 30px;
  height: 10px;
}
.l-toggle__icons span {
  position: absolute;
  left: 0;
  display: block;
  width: 30px;
  height: 1px;
  content: "";
  background-color: #323F42;
  transform-origin: center center;
  transition: all 0.3s ease 0s;
}
.l-toggle__icons span:nth-of-type(1) {
  top: 0;
}
.l-toggle__icons span:nth-of-type(2) {
  bottom: 0;
}

.l-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #323F42;
  color: #fff;
  transform: translateX(100%);
  transition: all 0.2s ease-in-out 0s;
  z-index: 9999;
}
@media (min-width: 980px) {
  .l-drawer {
    display: none;
  }
}

.l-drawer__inner {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: header-height-sp 30px 30px;
}

.l-drawer__nav-list {
  display: block;
}

.l-drawer__nav-item {
  padding: 0;
  list-style: none;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  letter-spacing: .01em;
}
.l-drawer__nav-item:not(:first-child) {
  margin-top: 30px;
}
.l-drawer__nav-item a {
  padding: 5px 0;
  box-sizing: border-box;
  text-decoration: none;
  color: #fff;
}

@media (max-width: 979px) {
  .l-drawer__nav-item a {
    position: relative;
  }

  .l-drawer__nav-item.current a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.l-footer {
  background: #323F42;
  color: #fff;
  width: 100%;
}

.l-footer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
@media (min-width: 980px) {
  .l-footer__inner {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    padding: 20px 50px;
  }
}

.l-footer__nav-list {
  list-style: none;
  display: flex;
  align-items: center;
}

.l-footer__nav-item {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .01em;
}
@media (min-width: 980px) {
  .l-footer__nav-item {
    font-size: 1.3rem;
  }
}
.l-footer__nav-item:not(:first-child) {
  margin-left: 20px;
}
@media (min-width: 980px) {
  .l-footer__nav-item:not(:first-child) {
    margin-left: 30px;
  }
}
.l-footer__nav-item a {
  color: #fff;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
@media (min-width: 980px) {
  .l-footer__nav-item a:hover {
    text-decoration: none;
  }
}

.l-footer__copyright {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: .01em;
  margin-top: 15px;
}
@media (min-width: 980px) {
  .l-footer__copyright {
    margin-top: 0;
  }
}

.l-content-container {
  position: relative;
  flex: 1;
}

.l-page-top {
  position: fixed;
  right: 20px;
  z-index: 30;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

.l-page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  color: #88999E;
  border: 1px solid #88999E;
  border-radius: 24px;
  transition: all 0.3s ease 0s;
}
@media (min-width: 980px) {
  .l-page-top a {
    width: 60px;
    height: 60px;
    border-radius: 30px;
  }
  .l-page-top a:hover {
    border: 1px solid #0099AD;
    color: #0099AD;
  }
}

.gg-arrow-up {
  box-sizing: border-box;
  position: relative;
  display: block;
  transform: scale(var(--ggs, 1));
  width: 22px;
  height: 22px;
}
.gg-arrow-up::after, .gg-arrow-up::before {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 4px;
}
.gg-arrow-up::after {
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(45deg);
  left: 7px;
}
.gg-arrow-up::before {
  width: 2px;
  height: 16px;
  left: 10px;
  background: #88999E;
}

@media (min-width: 980px) {
  .gg-arrow-up::before {
    transition: all 0.3s ease 0s;
  }

  .l-page-top a:hover .gg-arrow-up::before {
    background: #0099AD;
  }
}
/* =============================================================================
   #Object
   ========================================================================== */
/* -----------------------------------------------------------------------------
   #JavaScript
   -------------------------------------------------------------------------- */
/**
 * ヘッダー背景色変化
 */
.js-header.is-white {
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.js-header.is-rev {
  background: rgba(50, 63, 66, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.js-header.is-rev .logo__typo {
  fill: #fff;
}
.js-header.is-rev .l-header__nav-item > a {
  color: #fff;
}
.js-header.is-rev .l-header__nav-item.current > a {
  color: #0099AD;
}
.js-header.is-rev .l-toggle__icons span {
  background-color: #fff;
}
.js-header.is-grd {
  background: rgba(242, 248, 250, 0.5);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/**
 * ドロワー変化
 */
.js-drawer.is-show .logo__typo {
  fill: #fff;
  transition: all .2s ease-in-out;
}
.js-drawer.is-show .l-toggle__icons span {
  background-color: #fff;
  width: 36px;
  left: 1px;
}
.js-drawer.is-show .l-toggle__icons span:nth-of-type(1) {
  transform: rotate(45deg) translateY(6px);
}
.js-drawer.is-show .l-toggle__icons span:nth-of-type(2) {
  transform: rotate(-45deg) translateY(-6px);
}
.js-drawer.is-show .l-drawer {
  transform: translateX(0);
  transition: all .2s ease-in-out;
}

/**
 * ページトップ
 */
.js-page-top.is-up {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-page-top.is-down {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(100px);
  }
}
/**
 * フェード
 */
.js-will-change.is-show .js-fade {
  will-change: transform, opacity;
}

_:lang(x)::-ms-, .js-will-change.is-show .js-fade {
  transform: translateZ(0);
}

_:-ms-input-placeholder, :root .js-will-change.is-show .js-fade {
  transform: translateZ(0);
}

.js-fade {
  opacity: 0;
}
.js-fade.is-show {
  opacity: 1;
}

.js-fade-in.is-show {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.js-fade-up.is-show {
  animation-name: fadeUpAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fade-down.is-show {
  animation-name: fadeDownAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fade-left.is-show {
  animation-name: fadeLeftAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade-right.is-show {
  animation-name: fadeRightAnime;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
/* -----------------------------------------------------------------------------
   #Component
   -------------------------------------------------------------------------- */
.c-content-block {
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 980px) {
  .c-content-block {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.c-content-block__inner {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 0 70px;
}
@media (min-width: 980px) {
  .c-content-block__inner {
    max-width: 1200px;
    padding: 120px 0 130px;
  }
}

@media (min-width: 980px) {
  .c-content-block--narrow .c-content-block__inner {
    width: 80%;
    max-width: 960px;
  }
}
.c-section {
  margin-top: 27px;
}

.c-row {
  display: flex;
  flex-direction: column;
  height: inherit;
}

.c-row--middle {
  align-items: center;
}

.c-row--center {
  justify-content: center;
}

.c-row__col {
  padding: 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {
  .c-row__col:not(:first-child) {
    margin-top: 30px;
  }
}
@media (min-width: 768px) {
  .c-row {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -60px;
  }

  .c-row__col {
    margin-left: 60px;
  }
  .c-row__1col .c-row__col {
    width: 100%;
    margin-left: 0;
  }
  .c-row__2col .c-row__col {
    width: calc(50% - 60px);
  }
  .c-row__3col .c-row__col {
    width: calc(33.333% - 60px);
  }
  .c-row__4col .c-row__col {
    width: calc(25% - 60px);
  }
}
@media (min-width: 980px) {
  .c-row {
    margin-left: -120px;
  }

  .c-row__col {
    margin-left: 120px;
  }
  .c-row__2col .c-row__col {
    width: calc(50% - 120px);
  }
  .c-row__3col .c-row__col {
    width: calc(33.333% - 120px);
  }
  .c-row__4col .c-row__col {
    width: calc(25% - 120px);
  }
}
.c-heading-1 {
  font-size: 3.2rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
}
@media (min-width: 980px) {
  .c-heading-1 {
    font-size: 4.6rem;
  }
}

.c-heading-2 {
  font-size: 2.1rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
}

.c-heading-3 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  letter-spacing: .01em;
}

.c-heading--left {
  text-align: left;
}

.c-heading--right {
  text-align: right;
}

.c-heading--center {
  text-align: center;
}

@media (max-width: 979px) {
  .c-heading--left,
  .c-heading--right {
    text-align: center;
  }
}
.c-text-lead {
  line-height: 2;
  margin-top: 1em;
}

.c-text-lead--center {
  text-align: center;
}
@media (max-width: 767px) {
  .c-text-lead--center {
    text-align: left;
  }
}

.c-text-common {
  line-height: 1.6;
  margin-top: 1em;
}

.c-text-common--center {
  text-align: center;
}
@media (max-width: 767px) {
  .c-text-common--center {
    text-align: left;
  }
}

.c-text-error {
  color: #F64E60;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 0.4em;
}

.c-card {
  position: relative;
  background: #e6edfa;
  background: linear-gradient(270deg, #e6edfa 0%, #f2f8fa 75%);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 980px) {
  .c-card {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.c-card__inner {
  padding: 40px 30px;
}
@media (min-width: 980px) {
  .c-card__inner {
    padding: 50px;
  }
}

.c-button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: center;
  -webkit-appearance: none;
  width: 300px;
  height: 56px;
  border-radius: 28px;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-button:not(:disabled) {
  cursor: pointer;
}
.c-button:disabled {
  background: #CDD4D6;
  pointer-events: none;
}

.c-button--primary {
  background: #323F42;
  color: #fff;
}

.c-button--secondary {
  background: transparent;
  border: 1px solid #323F42;
  color: #323F42;
}

@media (max-width: 767px) {
  .c-button:not(:first-child) {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .c-button {
    margin: 0 10px;
    z-index: 12;
    transition: all 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  }

  .c-button span {
    position: relative;
    z-index: 11;
  }

  /* 背景が流れる（左から右） */
  .c-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background: #0099AD;
    width: 100%;
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }

  .c-button:hover,
  .c-button:focus {
    outline: none;
  }

  .c-button:hover:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  .c-button::-moz-foucus-inner {
    padding: 0;
    border: none;
  }

  .c-button--primary:hover,
  .c-button--primary:focus {
    color: #fff;
  }

  .c-button--secondary:hover,
  .c-button--secondary:focus {
    border-color: #0099AD;
    color: #fff;
  }
}
.c-list {
  margin-top: 15px;
}
.c-section > .c-list:first-child {
  margin-top: 0;
}
.c-list li {
  padding-left: 18px;
  text-indent: -18px;
  vertical-align: top;
}
.c-list li:not(:first-child) {
  margin-top: 15px;
}
.c-list li::before {
  display: inline-block;
  position: relative;
  top: -0.4em;
  content: '';
  width: 8px;
  height: 1px;
  background-color: #323F42;
  margin-right: 10px;
}

@media (min-width: 980px) {
  .c-list--2col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-list--2col li {
    display: inline-block;
    width: calc(calc(100% - 60px) / 2);
  }

  .c-list.c-list--2col li:nth-child(2) {
    margin-top: 0;
  }
}
.c-list--decimal {
  list-style-type: decimal;
  list-style-position: inside;
  padding-left: 0;
}

.c-list--decimal.c-list--2col li {
  display: list-item;
}

.c-list.c-list--decimal li::before {
  display: none;
}

.c-list--decimal.c-list--2col {
  display: inline-flex;
}

.c-table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.c-table th,
.c-table td {
  display: block;
  vertical-align: top;
  width: 100%;
}
.c-table th {
  font-weight: 700;
  text-align: left;
}

@media (max-width: 767px) {
  .c-table tr:not(:first-child) th {
    padding-top: 20px;
  }
  .c-table td {
    padding-top: 8px;
  }
}
@media (min-width: 768px) {
  .c-table {
    display: table;
  }
  .c-table th,
  .c-table td {
    display: table-cell;
  }
  .c-table tr:not(:first-child) th,
  .c-table tr:not(:first-child) td {
    padding-top: 20px;
  }
  .c-table th {
    width: 25%;
    padding-right: 20px;
  }
}
.c-table__border {
  border-top: #E1E7E8 1px solid;
  display: table;
}
.c-table__border th,
.c-table__border td {
  display: table-cell;
  border-bottom: #E1E7E8 1px solid;
  padding-top: 20px;
  padding-bottom: 20px;
}
.c-table__border th {
  color: #88999E;
  width: 25%;
}

@media (max-width: 767px) {
  .c-table.c-table__border th,
  .c-table.c-table__border td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.c-form__label-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -30px;
}

.c-form__label {
  margin-top: 10px;
  margin-left: 30px;
}

.c-form input {
  background-color: #fff;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  color: inherit;
  font-size: 1.6rem;
  width: 100%;
  height: 48px;
  padding: 10px;
  outline: 0;
}
.c-form input:focus {
  border-color: #0099AD;
}
.c-form input.error {
  border-color: #F64E60;
}

.c-form input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  background-image: url(../images/icon-close.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.c-form input[type="search"]::-webkit-search-decoration {
  display: none;
}
.c-form input[type="search"]:focus {
  outline-offset: -2px;
}

.c-form input[type=password]::-ms-reveal {
  display: none;
}

.c-form input[type="date"]::-webkit-calendar-picker-indicator,
.c-form input[type="datetime-local"]::-webkit-calendar-picker-indicator,
.c-form input[type="month"]::-webkit-calendar-picker-indicator,
.c-form input[type="week"]::-webkit-calendar-picker-indicator {
  color: transparent;
  cursor: pointer;
  background: #fff url("../images/icon-calendar.svg") no-repeat center right 2px;
  background-size: 18px;
}

.c-form input[type="file"] {
  display: initial;
  position: absolute;
  width: auto;
  opacity: 0;
}
.c-form input[type="file"], .c-form input[type="file"] + label {
  width: 160px;
  height: 50px;
}
.c-form input[type="file"] + label {
  background: #fff;
  border: 1px solid transparent;
  border-radius: 25px;
  color: #323F42;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: border 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.c-form input[type="file"]:hover + label, .c-form input[type="file"]:focus + label {
  border-color: #0099AD;
  border-radius: 25px;
}

.c-form input[type="radio"],
.c-form input[type="checkbox"] {
  display: none;
  width: auto;
  vertical-align: top;
}
.c-form input[type="radio"] + span,
.c-form input[type="checkbox"] + span {
  position: relative;
  pointer-events: auto;
  display: flex;
  align-items: center;
}
.c-form input[type="radio"] + span::before, .c-form input[type="radio"] + span::after,
.c-form input[type="checkbox"] + span::before,
.c-form input[type="checkbox"] + span::after {
  content: '';
  border: 1px solid transparent;
  width: 22px;
  height: 22px;
}
.c-form input[type="radio"] + span::before,
.c-form input[type="checkbox"] + span::before {
  content: '';
  background-color: #fff;
  margin-right: 8px;
}
.c-form input[type="radio"]:checked + span::before,
.c-form input[type="checkbox"]:checked + span::before {
  border-color: #0099AD;
}
.c-form input[type="radio"]:checked + span::after,
.c-form input[type="checkbox"]:checked + span::after {
  display: block;
}

.c-form input[type="radio"] + span::before, .c-form input[type="radio"] + span::after {
  border-radius: 50%;
}
.c-form input[type="radio"] + span::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0099AD;
  transform: scale(0.5);
  display: none;
}

.c-form input[type="checkbox"] + span::after {
  position: absolute;
  top: 8px;
  left: 11px;
  width: 15px;
  height: 10px;
  transform: translate(-50%, -50%) rotate(135deg);
  border-top: 2px solid #0099AD;
  border-right: 2px solid #0099AD;
  content: "";
  display: none;
}
.c-form input[type="checkbox"]:checked + span::after {
  display: block;
}

.c-form input[type="radio"].error + span::before,
.c-form input[type="checkbox"].error + span::before {
  border-color: #F64E60;
}

.c-form select {
  width: 100%;
  height: 48px;
  padding: 10px;
  transition: border 0.2s ease-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #fff url(../images/icon-select.svg) no-repeat center right 10px;
  background-size: 22px;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form select:focus {
  border: 1px solid #0099AD;
  outline: none;
}
.c-form select.error {
  border-color: #F64E60;
}

.c-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
  border-radius: 0;
  resize: none;
  border: 1px solid transparent;
  transition: border 0.2s ease-out;
  outline: none;
  background-color: #fff;
}
.c-form textarea::-webkit-scrollbar {
  width: 10px;
}
.c-form textarea::-webkit-scrollbar-track {
  background-color: #fff;
}
.c-form textarea::-webkit-scrollbar-thumb {
  background-color: #CDD4D6;
}
.c-form textarea:focus {
  border: 1px solid #0099AD;
  box-shadow: none;
  outline: none;
}
.c-form textarea.error {
  border-color: #F64E60;
}

.c-form__require {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .c-form__require {
    justify-content: space-between;
  }
}
.c-form__require::after {
  background-color: #0099AD;
  color: #fff;
  content: '必須';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 20px;
  padding: 3px 8px;
  align-self: flex-start;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-form__require::after {
    margin-left: 10px;
  }
}

.c-form__consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.c-form__button {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .c-form__button {
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .c-form__button {
    flex-direction: row-reverse;
    justify-content: center;
  }
}

.c-alert {
  background: #fff;
  border: 1px solid transparent;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .c-alert {
    text-align: left;
  }
}
@media (min-width: 768px) {
  .c-alert {
    text-align: center;
  }
}

.c-alert--info {
  border-color: #0099AD;
  color: #0099AD;
}

.c-alert--error {
  border-color: #F64E60;
  color: #F64E60;
}

/* -----------------------------------------------------------------------------
   #Project
   -------------------------------------------------------------------------- */
.p-home {
  position: relative;
  width: 100%;
  height: 100vh;
}

.p-home__catch {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -48%);
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  width: 80%;
  text-align: center;
  z-index: 20;
}

.p-home__catch-heading {
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: 300;
  letter-spacing: -.03em;
  line-height: 1.1;
}
@media (min-width: 980px) {
  .p-home__catch-heading {
    font-size: 5.6rem;
    line-height: 1;
  }
}

.p-home__catch--text {
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  font-size: 1.3rem;
  letter-spacing: .2em;
  line-height: 1.6;
  margin-left: 0.3em;
}
@media (min-width: 980px) {
  .p-home__catch--text {
    font-size: 1.5rem;
    line-height: 1;
    margin-left: 2em;
  }
}

.p-home__scrolldown {
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 50px;
  text-decoration: none;
}
.p-home__scrolldown span {
  position: absolute;
  left: -15px;
  top: -15px;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  color: #323F42;
  letter-spacing: 0.03em;
}
.p-home__scrolldown::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #323F42;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.p-service__hero {
  position: relative;
  margin-bottom: 30px;
}
.p-service__hero .c-card {
  z-index: 1;
}
.p-service__hero .c-text-lead:first-child {
  margin-top: 0;
}

.p-service__hero-visual {
  margin: -60px calc(50% - 50vw) 0;
  width: 100vw;
  height: 200px;
  overflow: hidden;
  text-indent: -9999px;
  z-index: 0;
  background-image: url("../images/bg_service.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 980px) {
  .p-service__hero {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 330px;
    margin-top: -60px;
  }

  .p-service__hero .c-card {
    margin-top: 0;
    margin-bottom: 0;
  }

  .p-service__hero-visual {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 calc(50% - 50vw);
    height: 330px;
    background-position: right top;
    background-size: 65% auto;
  }
}
.p-service__heading {
  display: flex;
  align-items: center;
}

.p-service__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border: #323F42 1px solid;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.p-service__cat-heading {
  display: block;
  font-size: 2.1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: -.01em;
  margin-left: 10px;
}

.p-contact-status {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 60%;
  padding-bottom: 25px;
  margin: 40px auto;
}
@media (min-width: 768px) {
  .p-contact-status {
    width: 40%;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .p-contact-status {
    justify-content: flex-start;
  }
}

.p-contact-status::before {
  position: absolute;
  top: 7px;
  left: 10px;
  right: 10px;
  height: 1px;
  content: '';
  background-color: #CDD4D6;
}

.p-contact-status__item {
  position: relative;
  width: 14px;
  height: 14px;
}
@media all and (min-width: 768px) and (-ms-high-contrast: none) {
  .p-contact-status__item:not(:first-child) {
    margin-left: auto;
  }
}

.p-contact-status__item::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: #CDD4D6;
  border-radius: 50%;
}

.p-contact-status__item span {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  color: #88999E;
  font-size: 1.3rem;
  white-space: nowrap;
}

.p-contact-status__item.is-current::before {
  background-color: #0099AD;
}

.p-contact-status__item.is-current span {
  color: #0099AD;
}

/* -----------------------------------------------------------------------------
   #Utility
   -------------------------------------------------------------------------- */
.u-bg-white {
  background: #fff;
}

.u-bg-rev {
  background: #323F42;
  color: #fff;
}
.u-bg-rev a {
  color: #fff;
}
.u-bg-rev .c-list li::before {
  background-color: #fff;
}

.u-bg-grd {
  background: linear-gradient(330deg, #e6edfa 0%, #f2f8fa 75%);
}

@media (min-width: 980px) {
  .u-hidden-pc {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .u-hidden-tab {
    display: none;
  }
}

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

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

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

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

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

.u-word-break {
  word-break: break-all;
}

.u-white-space {
  white-space: nowrap;
}
