@charset "UTF-8";
/* ----------------------------------------
このCSSは、FLOCSSに従ってCSS設計を行っています。
| FLOCSSについて | https://github.com/hiloki/flocss
---------------------------------------- */
/*! 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,700;1,200;1,300;1,500&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* 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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 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;
}

/* ----------------------------------------
Foundation - base -
プロジェクトにおける基本的なスタイルを定義します。
ページの下地としての全体の背景や、基本的なタイポグラフィなどが該当します。
---------------------------------------- */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

/* ---------------------------------------- */
/* scroll reveal extension */
html {
  opacity: 0;
  transition: opacity 1.5s ease;
}

html.sr {
  opacity: 1;
}

html.sr .firstView_visual,
html.sr .js-fadeIn,
html.sr .js-fadeIn-left {
  visibility: hidden;
}

@media only screen and (-ms-high-contrast: none) {
  html.sr .firstView_visual,
  html.sr .js-fadeIn,
  html.sr .js-fadeIn-left {
    /*IE*/
    visibility: visible;
  }
}

/* ---------------------------------------- */
body {
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt" 1;
  color: #111;
  font-family: "Raleway", -apple-system, "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt" 1;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media only screen and (min-width: 769px) {
  body {
    min-width: 1024px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
    font-size: 1.4rem;
  }
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

svg {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}

a {
  color: #111;
}

/* ----------------------------------------
form style
---------------------------------------- */
input,
button,
select,
textarea {
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  font-size: 1.5rem;
  font-weight: normal;
}

textarea {
  width: 100% !important;
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type="text"],
input[type="password"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="number"],
input[type="select-one"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  width: 100%;
  padding: 5px 10px;
  border: solid 1px #fff;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 18px;
}

select {
  width: 100%;
  padding: 5px;
  border: solid 1px #D3CDBD;
}

textarea {
  min-height: 150px;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: 5px;
  vertical-align: middle;
}

button {
  display: inline-block;
  margin: 10px;
}

/* ----------------------------------------
Component
再利用できるパターンとして、小さな単位のモジュールを定義します。
grid/button/form/media...
---------------------------------------- */
.c-secTitle {
  margin-bottom: 75px;
  font-size: 5rem;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  text-align: center;
}

.c-secTitle > small {
  display: block;
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .c-secTitle {
    margin-bottom: 30px;
  }
}

.c-lead {
  margin-bottom: 30px;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
}

.c-description {
  width: 640px;
  max-width: 100%;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.c-outline {
  display: flex;
  flex-wrap: wrap;
}

.c-outline_title:not(:last-of-type), .c-outline_description:not(:last-of-type) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #DBD7CB;
}

@media only screen and (max-width: 768px) {
  .c-outline_title:not(:last-of-type), .c-outline_description:not(:last-of-type) {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}

.c-outline_title {
  width: 150px;
}

@media only screen and (max-width: 768px) {
  .c-outline_title {
    width: 80px;
  }
}

.c-outline_description {
  width: calc(100% - 150px);
}

@media only screen and (max-width: 768px) {
  .c-outline_description {
    width: calc(100% - 80px);
  }
}

.c-unorder li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 1em;
}

.c-unorder li::before {
  position: absolute;
  top: 0.45em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  border-radius: 100%;
  background-color: #444;
  content: '';
}

.c-button, .c-button-reset, .c-button-reverse {
  display: inline-block;
  min-width: 230px;
  padding: 15px 30px;
  border: solid 1px #85806f;
  border-radius: 100px;
  background-color: #fff;
  color: #85806f;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease;
}

.c-button:hover, .c-button-reset:hover, .c-button-reverse:hover {
  background-color: #85806f;
  color: #fff;
}

.c-button-reset, .c-button-reverse {
  background: #85806f;
  color: #fff;
}

.c-button-reset:hover, .c-button-reverse:hover {
  background-color: #fff;
  color: #85806f;
}

/* ----------------------------------------
Layout
ページを構成するヘッダーやメインのコンテンツエリア、
サイドバーやフッターといったプロジェクト共通のコンテナーブロックのスタイルを定義します。
header/main/sidebar/footer...
---------------------------------------- */
#l- {
  /* section CV
  ---------------------------------------- */
}

#l-header {
  display: flex;
  align-items: center;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  #l-header {
    z-index: 1000;
    position: sticky;
    top: 0;
    flex-flow: column;
    justify-content: center;
    height: 100px;
    opacity: .8;
    transition: height .4s ease;
  }
  #l-header.is-sticky {
    height: 55px;
  }
}

@media only screen and (max-width: 768px) {
  #l-header {
    height: 50px;
  }
}

body.page #l-container {
  padding-top: 120px;
  background: linear-gradient(to left, #eaf1e9, #eaf1e9) no-repeat top left/100% 400px;
}

@media only screen and (min-width: 769px) {
  body.page #l-container {
    position: relative;
    min-height: 830px;
  }
  body.page #l-container::before, body.page #l-container::after {
    z-index: -1;
    position: absolute;
    width: 220px;
    background: url(../images/common/bg-stripe.svg);
    content: '';
  }
  body.page #l-container::before {
    top: -100px;
    right: 0;
    height: 640px;
  }
  body.page #l-container::after {
    bottom: 0;
    left: 0;
    height: 680px;
  }
}

@media only screen and (max-width: 768px) {
  body.page #l-container {
    padding-top: 60px;
  }
}

#l-footer {
  position: relative;
  margin-top: 20px;
  padding-top: 300px;
  background: linear-gradient(to right, #f6f5f2 85%, transparent 85%, transparent 100%);
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #l-footer {
    padding-top: 150px;
  }
}

#l-CV {
  display: flex;
  z-index: 1;
  position: relative;
  position: relative;
  flex-flow: column;
  justify-content: center;
  width: 1600px;
  max-width: 90%;
  height: 400px;
  margin: 0 auto -300px;
  padding-right: 3.5%;
  padding-left: 3.5%;
  background-color: #eaf1e9;
}

@media only screen and (max-width: 768px) {
  #l-CV {
    height: 350px;
    margin-bottom: -150px;
  }
}

#l-CV.js-scrollIn::before {
  width: 0;
}

/* ----------------------------------------
Project
プロジェクト固有のパターンであり、いくつかのComponentと、
それに該当しない要素によって構成されるものを定義します。
例えば、記事一覧や、ユーザープロフィール、画像ギャラリーなどコンテンツを構成する要素などが該当します。
articles/ranking/promo...
---------------------------------------- */
.p-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (min-width: 769px) {
  .p-header {
    width: 94%;
    max-width: 1720px;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-site {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.p-site_name {
  display: block;
  width: 60px;
  height: auto;
  margin-right: 15px;
  color: #111;
  line-height: 0;
}

@media only screen and (max-width: 768px) {
  .p-site_name {
    box-sizing: content-box;
    margin: 0;
    padding: 15px;
  }
}

.p-site_name > img {
  max-width: 100%;
  height: auto;
}

.p-site_description {
  font-size: 1rem;
  line-height: 1.2;
}

@media only screen and (min-width: 769px) {
  .p-gnavItem.is-mobile {
    display: none;
  }
}

.p-gnavItem.is-hidden {
  display: none;
}

@media only screen and (min-width: 769px) {
  .p-gnavInner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .p-gnavItem {
    position: relative;
    margin-left: 20px;
  }
  .p-gnavItem::after {
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #111;
    content: '';
    transition: width .2s ease-out;
  }
  .p-gnavItem:hover::after {
    width: 100%;
  }
  .p-gnavLink {
    display: block;
    padding: 15px 20px;
    color: #111;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
  }
  .p-gnavLink_ruby {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .p-gnav {
    display: flex;
    z-index: 999;
    position: fixed;
    top: 0;
    right: -100%;
    flex-flow: column;
    justify-content: center;
    width: 70%;
    height: 100%;
    padding: 50px 0;
    border-left: double 3px #DBD7CB;
    background: rgba(255, 255, 255, 0.9);
    transition: right .6s 0s ease;
  }
  .p-gnav.is-enable {
    right: 0;
  }
  .p-gnavInner {
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }
  .p-gnavItem {
    display: block;
    position: relative;
    width: 100%;
  }
  .p-gnavItem::before {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 1px;
    transform: translateY(-50%);
    background-color: #111;
    content: '';
  }
  .p-gnavItem::after {
    -webkit-transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    width: 4px;
    height: 4px;
    transform: rotate(45deg) translateY(-50%);
    border-top: 1px solid #111;
    border-right: 1px solid #111;
    content: "";
  }
  .p-gnavLink {
    display: flex;
    position: relative;
    flex-flow: column;
    align-items: center;
    padding: 20px 50px;
    color: #111;
    font-size: 1.6rem;
    font-style: italic;
    line-height: 1;
    text-decoration: none;
  }
  .p-gnavLink_ruby {
    display: inline-block;
    margin-top: 5px;
    font-size: 1rem;
    font-style: normal;
  }
}

.p-hamburger {
  display: flex;
  z-index: 1001;
  position: fixed;
  top: 0;
  right: 0;
  flex-flow: column;
  justify-content: space-between;
  width: 50px;
  height: 49px;
  padding: 17px 15px 17px 5px;
  line-height: 0;
  cursor: pointer;
}

.p-hamburger > span {
  display: block;
  width: 30px;
  height: 1px;
  background: #111;
  transition: all .5s;
}

.p-hamburger.is-close > span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}

.p-hamburger.is-close > span:nth-of-type(2) {
  opacity: 0;
}

.p-hamburger.is-close > span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}

@media only screen and (min-width: 769px) {
  .p-hamburger {
    display: none;
  }
}

.p-pagetop {
  z-index: 998;
  position: absolute;
  right: 2%;
  bottom: 20px;
  background: url(../images/common/pagetop_bg.svg) no-repeat top 20px left;
  transition-duration: .5s;
  transition-property: opacity visibility;
}

.p-pagetop:hover {
  background-position: top 0 left;
}

.p-copyright {
  margin-right: 30px;
  margin-left: 30px;
  padding: 30px 0;
  color: #111;
}

@media only screen and (max-width: 768px) {
  .p-copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-family: swiper-icons;
  font-style: normal;
  font-weight: 400;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  z-index: 1;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0;
  overflow: hidden;
  list-style: none;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  box-sizing: content-box;
  display: flex;
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow: auto;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  flex-shrink: 0;
  order: 9999;
  content: '';
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  width: var(--swiper-centered-offset-after);
  height: 100%;
  min-height: 1px;
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

@-webkit-keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}

@keyframes lineMove {
  0% {
    bottom: 100%;
    height: 0;
  }
  20% {
    bottom: 0;
    height: 100%;
  }
  40% {
    bottom: 0;
    height: 0;
  }
  100% {
    bottom: 0;
    height: 0;
  }
}

#top {
  /* section Main visual
  ---------------------------------------- */
  /* section Service
  ---------------------------------------- */
  /* section Works
  ---------------------------------------- */
  /* section About
  ---------------------------------------- */
  /* section Price
  ---------------------------------------- */
}

#top .firstView_visual img {
  max-width: 100%;
  height: auto;
}

#top .firstView_message {
  display: flex;
  flex-flow: column;
}

@media only screen and (min-width: 769px) {
  #top .firstView {
    position: relative;
  }
  #top .firstView-scrollLine {
    display: block;
    position: absolute;
    right: 6%;
    bottom: -40px;
    width: 1px;
    height: 140px;
    background-color: #111;
    transition: all 1.4s;
  }
  #top .firstView-scrollLine::before {
    -webkit-animation: lineMove 3.0s ease infinite;
    position: absolute;
    left: 0;
    width: 1px;
    background-color: #fff;
    animation: lineMove 3.0s ease infinite;
    content: '';
  }
  #top .firstView-scrollLine > a {
    -webkit-transform: rotate(90deg);
    display: block;
    position: absolute;
    top: -30px;
    left: -22px;
    width: 45px;
    transform: rotate(90deg);
    color: #111;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    line-height: 1;
    text-decoration: none;
  }
  #top .firstView-scrollLine > a:hover {
    opacity: 0.7;
  }
  #top .firstView_visual {
    width: 70%;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  #top .firstView_message {
    z-index: 1;
    position: absolute;
    top: 10%;
    left: 65%;
    width: 30%;
    max-width: 420px;
  }
}

@media only screen and (max-width: 768px) {
  #top .firstView-scrollLine {
    display: none;
  }
  #top .firstView_visual {
    margin-right: 3.5%;
    margin-left: 3.5%;
  }
  #top .firstView_message {
    z-index: 1;
    position: relative;
    top: -22vh;
    padding-right: 7%;
    padding-bottom: 60px;
    padding-left: 7%;
  }
}

#top .firstView-keyMessage > span {
  visibility: hidden;
  font-size: 5.5vh;
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  #top .firstView-keyMessage > span {
    font-size: 5rem;
  }
}

@media only screen and (-ms-high-contrast: none) {
  #top .firstView-keyMessage > span {
    /*IE*/
    visibility: visible;
  }
}

#top .firstView-CV {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  #top .firstView-CV {
    text-align: center;
  }
}

#top .service {
  margin-top: -120px;
  padding-top: 240px;
  padding-bottom: 120px;
  background: linear-gradient(to left, #eaf1e9, #eaf1e9) no-repeat top center/96.5% 900px;
}

@media only screen and (max-width: 768px) {
  #top .service {
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 768px) {
  #top .service-inner {
    padding-right: 7%;
    padding-left: 7%;
  }
}

#top .service-strength {
  display: flex;
}

@media only screen and (min-width: 769px) {
  #top .service-strength {
    justify-content: space-between;
    width: 900px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 768px) {
  #top .service-strength {
    flex-wrap: wrap;
    justify-content: center;
  }
}

#top .service-strength_list {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 260px;
  margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  #top .service-strength_list {
    width: 280px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

#top .service-strengthThumb {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 768px) {
  #top .service-strengthThumb {
    width: 80px;
  }
}

@media only screen and (-ms-high-contrast: none) {
  #top .service-strengthThumb {
    /*IE*/
    flex-shrink: 0;
  }
}

#top .service-strengthTitle {
  margin-top: 30px;
  margin-bottom: 15px;
  font-size: 3rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
}

#top .service-strengthTitle > small {
  display: block;
  margin-top: 5px;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.2rem;
  font-style: normal;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #top .service-strengthTitle {
    margin-top: 15px;
  }
}

@media only screen and (-ms-high-contrast: none) {
  #top .service-strengthComment {
    /*IE*/
    max-width: 100%;
  }
}

#top .works {
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(to left, #f6f5f2 70%, transparent 70%, transparent 100%);
}

@media only screen and (max-width: 768px) {
  #top .works {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#top .works-entry {
  max-width: 100%;
  margin: 45px auto;
  overflow: hidden;
}

#top .works-entry .swiper-slide {
  width: 480px;
}

@media only screen and (max-width: 768px) {
  #top .works-entry .swiper-slide {
    width: 320px;
  }
}

#top .works-entry .swiper-slide img {
  max-width: 100%;
  height: auto;
}

#top .works-navigation {
  text-align: center;
}

#top .about {
  margin-top: 60px;
  padding-top: 120px;
}

@media only screen and (max-width: 768px) {
  #top .about {
    margin-top: 0;
    padding-top: 60px;
  }
}

#top .about-inner {
  position: relative;
  overflow: hidden;
}

#top .about-inner::before {
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1400px;
  max-width: 70%;
  height: 1400px;
  max-height: 60%;
  transform: translateX(-50%) translateY(-50%);
  background: url(../images/common/bg-stripe.svg);
  content: '';
}

@media only screen and (max-width: 768px) {
  #top .about-inner::before {
    max-width: 100%;
  }
}

#top .about-inner_right {
  float: right;
}

@media only screen and (min-width: 769px) {
  #top .about-inner_right {
    margin-right: 10%;
  }
}

#top .about-inner_left {
  float: left;
}

@media only screen and (min-width: 769px) {
  #top .about-inner_left {
    margin-left: 10%;
  }
}

#top .about-catch, #top .about-catch-01, #top .about-catch-02 {
  width: 65%;
  height: 500px;
  margin-bottom: -100px;
}

@media only screen and (max-width: 768px) {
  #top .about-catch, #top .about-catch-01, #top .about-catch-02 {
    height: 60vw;
    margin-bottom: -15vw;
  }
}

#top .about-catch-01 {
  margin-left: 5%;
  background: url(../images/top/about_catch-01@2x.jpg) no-repeat center/100% auto;
}

#top .about-catch-02 {
  margin-right: 5%;
  background: url(../images/top/about_catch-02@2x.jpg) no-repeat center/100% auto;
}

#top .about-profileBox {
  width: 820px;
  max-width: 80%;
  margin-bottom: 120px;
  padding: 120px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #top .about-profileBox {
    width: 85%;
    margin-bottom: 60px;
    padding: 60px 7%;
  }
}

#top .about-outlineBox {
  width: 40%;
  padding: 120px;
  background-color: #fff;
}

@media only screen and (min-width: 769px) {
  #top .about-outlineBox {
    min-width: 720px;
  }
}

@media only screen and (max-width: 768px) {
  #top .about-outlineBox {
    width: 85%;
    padding: 60px 7%;
  }
}

#top .about-subTitle {
  display: inline-flex;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New";
  font-size: 2rem;
  font-weight: normal;
  text-align: left;
}

@media only screen and (max-width: 768px) {
  #top .about-subTitle {
    margin-bottom: 30px;
  }
}

#top .about-subTitle > i {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 4px;
  font-family: 'Raleway';
  line-height: 1;
}

#top .about-subTitle > i::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -15px;
  width: 10px;
  height: 1px;
  transform: translateY(-50%);
  background-color: #111;
  content: '';
}

#top .about-profile {
  margin-top: 30px;
}

#top .price {
  margin-bottom: 120px;
  padding-top: 140px;
  padding-bottom: 140px;
  background: linear-gradient(to left, #f6f5f2 70%, transparent 70%, transparent 100%);
}

@media only screen and (max-width: 768px) {
  #top .price {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#top .price-inner {
  padding-right: 3.5%;
  padding-left: 3.5%;
}

#top .price-menu {
  width: 100%;
  max-width: 950px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  border: double 3px #DBD7CB;
  background-color: #fff;
}

#top .price-menu th, #top .price-menu td {
  border: solid 1px #DBD7CB;
  border-right: none;
  border-left: none;
}

#top .price-menu td {
  padding: 25px 30px;
}

@media only screen and (max-width: 768px) {
  #top .price-menu td {
    padding: 10px 15px;
  }
}

#top .price-menu th {
  padding: 25px 15px;
  background-color: #f6f5f2;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  #top .price-menu th {
    padding: 10px 15px;
  }
}

#top .price-menu_title {
  width: 240px;
}

#top .price-menu_description {
  display: flex;
}

#top .price-menu_description dt {
  width: 100px;
}

#top .price-menu_description dd {
  flex: 1;
  width: calc(100% - 100px);
  font-size: 1.2rem;
}

@media only screen and (max-width: 768px) {
  #top .price-menu {
    display: block;
  }
  #top .price-menu tr, #top .price-menu tbody, #top .price-menu th, #top .price-menu td {
    display: block;
    width: 100%;
  }
}

#contact {
  /* section Contact
  ---------------------------------------- */
}

#contact .contact-inner {
  z-index: 1;
  width: 1080px;
  max-width: calc(100% - 7%);
  margin-right: auto;
  margin-left: auto;
  padding: 120px 7%;
  border: double 3px #DBD7CB;
  background-color: #f6f5f2;
}

@media only screen and (max-width: 768px) {
  #contact .contact-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#contact .contact-form {
  max-width: 720px;
  margin: 30px auto 0;
}

#contact .contact-formCV {
  margin-top: 30px;
  text-align: center;
}

#contact .contact-formItem {
  display: flex;
  justify-content: space-between;
}

#contact .contact-formItem_column {
  width: 48%;
}

#contact .contact-formItem_full {
  width: 100%;
}

#contact .contact-formTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #contact .contact-formTitle {
    margin-top: 15px;
  }
}

#contact .contact-formCaution {
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #607065;
  color: #fff;
  font-size: 1rem;
}

#thanks {
  /* section Contact
  ---------------------------------------- */
}

#thanks .thanks-inner {
  z-index: 1;
  width: 1080px;
  max-width: calc(100% - 7%);
  margin-right: auto;
  margin-left: auto;
  padding: 120px 7%;
  border: double 3px #DBD7CB;
  background-color: #f6f5f2;
}

@media only screen and (max-width: 768px) {
  #thanks .thanks-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#thanks .thanks-form {
  max-width: 720px;
  margin: 30px auto 0;
}

#thanks .thanks-formCV {
  margin-top: 30px;
  text-align: center;
}

#thanks .thanks-formItem {
  display: flex;
  justify-content: space-between;
}

#thanks .thanks-formItem_column {
  width: 48%;
}

#thanks .thanks-formItem_full {
  width: 100%;
}

#thanks .thanks-formTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #thanks .thanks-formTitle {
    margin-top: 15px;
  }
}

#thanks .thanks-formCaution {
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #607065;
  color: #fff;
  font-size: 1rem;
}

#privacypolicy {
  /* section Privacy policy
  ---------------------------------------- */
}

#privacypolicy .policy-inner {
  z-index: 1;
  width: 1080px;
  max-width: calc(100% - 7%);
  margin-right: auto;
  margin-left: auto;
  padding: 120px 7%;
  border: double 3px #DBD7CB;
  background-color: #f6f5f2;
}

@media only screen and (max-width: 768px) {
  #privacypolicy .policy-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

#privacypolicy .policy-form {
  max-width: 720px;
  margin: 30px auto 0;
}

#privacypolicy .policy-formCV {
  margin-top: 30px;
  text-align: center;
}

#privacypolicy .policy-formItem {
  display: flex;
  justify-content: space-between;
}

#privacypolicy .policy-formItem_column {
  width: 48%;
}

#privacypolicy .policy-formItem_full {
  width: 100%;
}

#privacypolicy .policy-formTitle {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 5px;
}

@media only screen and (max-width: 768px) {
  #privacypolicy .policy-formTitle {
    margin-top: 15px;
  }
}

#privacypolicy .policy-formCaution {
  margin-left: 10px;
  padding: 2px 5px;
  border-radius: 3px;
  background-color: #607065;
  color: #fff;
  font-size: 1rem;
}

/* ----------------------------------------
Utility
ComponentとProjectレイヤーのObjectのモディファイアで
解決することが難しい・適切では無い、わずかなスタイルの調整のための便利クラスなどを定義します。
clearfix/display/margin...
---------------------------------------- */
.u- {
  /* show / hide
  ---------------------------------------- */
  /* link
  ---------------------------------------- */
  /* align
  ---------------------------------------- */
  /* margin top
  ---------------------------------------- */
}

@media only screen and (min-width: 769px) {
  .u-display-mobile {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .u-display-desktop {
    display: none;
  }
}

.u-link-disabled {
  text-decoration: none;
  pointer-events: none;
}

.u-images-liquid {
  max-width: 100%;
  height: auto;
}

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

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

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

.u-mt-10 {
  margin-top: 10px;
}

.u-mt-30 {
  margin-top: 30px;
}
