@charset "UTF-8";
/*================================================

base

================================================*/
/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

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

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

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

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

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

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

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

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

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

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

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

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

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

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

label {
  cursor: pointer;
}

:placeholder-shown {
  font: inherit;
  line-height: 1;
}

::-webkit-input-placeholder {
  font: inherit;
  line-height: 1.5;
}

:-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

::-moz-placeholder {
  font: inherit;
  line-height: 1.6;
}

:-ms-input-placeholder {
  font: inherit;
  line-height: 1;
}

::ms-clear {
  display: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

/*================================================
 * base */
body {
  -webkit-font-smoothing: antialiased;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Sans Serif", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
}

@font-face {
  font-family: 'Fjalla One', sans-serif;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
  list-style-type: none;
}

/*================================================

plugin

================================================*/
/*================================================

* layout

================================================*/
.inner {
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .inner {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 768px) {
  .inner--media {
    padding: 0;
  }
}

.inner--service {
  padding: 0 60px;
}

@media only screen and (max-width: 768px) {
  .inner--service {
    padding: 0 23px;
  }
}

/*================================================

* module

================================================*/
/*================================================
 * utility */
.clr:after {
  content: '';
  display: table;
  clear: both;
  height: 0;
}

.none {
  display: none;
}

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

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

.float-l {
  float: left;
}

.float-r {
  float: right;
}

@media only screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.break-point {
  display: none;
}

@media only screen and (max-width: 1170px) {
  .break-point {
    display: block;
  }
}

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

/* header */
.header {
  width: 90px;
  height: 100%;
  background-color: #000;
  color: #fff;
  position: fixed;
}

@media only screen and (min-width: 769px) {
  .header {
    min-height: 554px;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 70px;
    z-index: 2;
    top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 0 20px;
  }
}

.header__logo {
  display: block;
  position: absolute;
  top: 9px;
  left: 50%;
  transform: rotate(90deg);
  transform-origin: left;
  line-height: 1;
  width: 181px;
}

@media only screen and (max-width: 768px) {
  .header__logo {
    width: 146px;
    position: static;
    transform: none;
    left: 0;
    top: 0;
  }
}

/* main */
.main {
  width: auto;
  margin-left: 90px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .main {
    width: 100%;
    margin-left: 0;
  }
}

/* mv */
.mv {
  width: 100%;
  height: 100vh;
  min-height: 554px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .mv {
    min-height: 0px;
  }
}

.mv__bg {
  width: auto;
  height: 100%;
  background: url(../img/mv/visual_pc.jpg) no-repeat 0 0;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .mv__bg {
    background: url(../img/mv/visual_sp.jpg) no-repeat 0 0;
    background-size: cover;
  }
}

.mv__ttl {
  width: auto;
  font-size: 100px;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -174px;
  color: #fff;
  font-weight: bold;
  z-index: 0;
  font-family: 'Fjalla One', sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px) {
  .mv__ttl {
    font-size: 52px;
    width: 100%;
    text-align: center;
    top: 23%;
    left: 0;
    line-height: 1.2;
    letter-spacing: 0.02em;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .mv__ttl {
    width: auto;
    text-align: left;
    font-size: 100px;
    left: 6%;
  }
}

@media only screen and (max-width: 360px) {
  .mv__ttl {
    font-size: 55px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 568px) {
  .mv__ttl {
    font-size: 45px;
  }
}

.mv__ttl-sub {
  position: absolute;
  top: calc(50% + 70px);
  left: calc(6% + 243px);
  width: 300px;
  height: 66px;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .mv__ttl-sub {
    width: 164px;
    left: 50%;
    margin-left: -86px;
    top: calc(23% + 170px);
  }
}

@media only screen and (max-width: 768px) and (min-width: 768px) {
  .mv__ttl-sub {
    width: 300px;
    bottom: 20px;
    margin-left: -5px;
    top: calc(23% + 270px);
    left: calc(6% + 257px);
  }
}

@media only screen and (max-width: 360px) {
  .mv__ttl-sub {
    top: calc(23% + 179px);
  }
}

@media only screen and (min-width: 568px) and (max-width: 568px) {
  .mv__ttl-sub {
    top: calc(23% + 146px);
  }
}

/* section-padding */
.section-padding {
  padding: 108px 0 90px;
}

@media only screen and (max-width: 768px) {
  .section-padding {
    padding: 68px 0 62px;
  }
}

.section-padding-small {
  padding: 101px 0 0;
}

@media only screen and (max-width: 768px) {
  .section-padding-small {
    padding: 68px 0 0;
  }
}

/* menu-btn */
.menu-btn {
  position: absolute;
  top: 37%;
  left: 50%;
  margin-left: -18px;
  margin-top: 85px;
}

.menu-btn:focus {
  outline: none;
}

@media only screen and (max-width: 768px) {
  .menu-btn {
    width: 32px;
    position: static;
    top: 0;
    left: 0;
    margin-top: 0;
  }
}

.menu-btn__inner {
  position: relative;
  font-size: 11px;
  text-align: center;
  display: block;
  cursor: pointer;
  font-family: 'Fjalla One', sans-serif;
  -webkit-text-size-adjust: 100%;
}

.menu-btn__inner::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 36px;
  height: 25px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  margin-bottom: 8px;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .menu-btn__inner::before {
    width: 32px;
    height: 20px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.menu-btn__inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  left: 50%;
  width: 30px;
  height: 3px;
  margin-left: -18px;
  border-top: 3px solid #fff;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .menu-btn__inner::after {
    width: 27px;
    top: 8px;
    margin-left: -16px;
  }
}

@media only screen and (max-width: 450px) {
  .menu-btn__inner::after {
    left: 0%;
    margin-left: 0;
  }
}

.menu-btn--open {
  line-height: 1.2;
}

.menu-btn--open::before {
  position: relative;
  top: -4px;
  left: -1px;
  margin: 0 auto 14px;
  border-top: 3px solid #fff;
  border-bottom: 0px solid transparent;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform-origin: left;
  -webkit-transform-origin: left;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .menu-btn--open::before {
    width: 34px;
    top: -4px;
    margin-bottom: 7px;
  }
}

.menu-btn--open::after {
  top: 11px;
  left: 50%;
  width: 34px;
  margin-left: -16px;
  border-top: 3px solid #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
}

@media only screen and (max-width: 768px) {
  .menu-btn--open::after {
    top: 10px;
    margin-left: -17px;
  }
}

@media only screen and (max-width: 375px) {
  .menu-btn--open::after {
    margin-left: -16px;
  }
}

@media only screen and (max-width: 360px) {
  .menu-btn--open::after {
    margin-left: -14px;
  }
}

/* menu-list */
.menu-list {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 93.5%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  padding-left: 15px;
}

@media only screen and (max-width: 1170px) and (min-width: 769px) {
  .menu-list {
    width: 90%;
  }
}

@media only screen and (max-width: 768px) {
  .menu-list {
    width: 100%;
    top: 60px;
    padding-left: 0;
  }
}

.menu-list--open {
  display: block;
}

.menu-list__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  margin-top: -325px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.02em;
  z-index: 999;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  padding-right: 15px;
  font-family: 'Fjalla One', sans-serif;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 768px) {
  .menu-list__contents {
    width: 100%;
    height: calc(100% - 60px);
    padding-top: 50px;
    padding-right: 0;
    margin-top: -280px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 736px) {
  .menu-list__contents {
    top: 0;
    margin-top: 0;
  }
}

.menu-list__contents > li {
  margin-bottom: 37px;
}

@media only screen and (max-width: 768px) {
  .menu-list__contents > li {
    margin-bottom: 24px;
  }
}

.menu-list__contents > li a {
  display: block;
  text-decoration: none;
}

.menu-list__contents > li a .menu-list__contents__ttl {
  position: relative;
  display: inline-block;
}

.menu-list__contents > li a .menu-list__contents__ttl::after {
  content: "";
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  border-bottom: 4px solid #fff;
  width: 0;
}

@media only screen and (min-width: 769px) {
  .menu-list__contents > li a:hover .menu-list__contents__ttl::after {
    left: 0;
    width: 100%;
  }
}

.menu-list__contents__ttl {
  font-size: 80px;
  letter-spacing: 0.06em;
}

@media only screen and (max-width: 768px) {
  .menu-list__contents__ttl {
    font-size: 50px;
    letter-spacing: 0.02em;
  }
}

/* number */
.number {
  line-height: 1;
  font-weight: normal;
  font-size: 33px;
}

@media only screen and (max-width: 768px) {
  .number {
    font-size: 23px;
  }
}

/* scroll */
.scroll {
  position: absolute;
  bottom: 30px;
  left: 50%;
  content: "";
  display: block;
  margin-left: -13px;
  z-index: 1;
  text-indent: -9999px;
  width: 25px;
  height: 60px;
  background: url(../img/mv/scroll_pc.png) no-repeat 0 0;
  background-size: contain;
  opacity: 1;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 768px) {
  .scroll {
    background: url(../img/mv/scroll_sp.png) no-repeat 0 0;
    background-size: contain;
    width: 36px;
    height: 49px;
    margin-left: -18px;
    bottom: 30px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 736px) {
  .scroll {
    width: 28px;
    height: 41px;
    margin-left: -14px;
    bottom: 5px;
  }
}

.scroll--active {
  bottom: 0;
  opacity: 0;
}

/* sns-btn */
.sns-box {
  position: absolute;
  bottom: 3%;
  left: 50%;
  margin-left: -23px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .sns-box {
    position: static;
    bottom: 0;
    left: 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 768px) and (max-width: 320px) {
  .sns-box {
    margin-right: 15px;
  }
}

.sns-box > li {
  margin: 0 5%;
}

@media only screen and (max-width: 768px) {
  .sns-box > li {
    margin: 0;
    float: left;
  }
}

.sns-box > li:not(:last-child) {
  margin-bottom: 13px;
}

@media only screen and (max-width: 768px) {
  .sns-box > li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
}

@media only screen and (min-width: 568px) and (max-width: 768px) {
  .sns-box > li:not(:last-child) {
    margin-right: 10px;
  }
}

.sns-box > li a {
  display: block;
  width: 43px;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sns-box > li a {
    width: 36px;
    height: 36px;
    padding: 0;
    margin: 0;
    border-width: 2px;
  }
}

@media only screen and (max-width: 320px) {
  .sns-box > li a {
    width: 32px;
    height: 32px;
  }
}

.sns-box > li a img {
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  .sns-box > li a img {
    position: relative;
    top: 2px;
  }
}

@media only screen and (max-width: 335px) {
  .sns-box > li a img {
    position: relative;
    top: 0;
  }
}

.android .sns-box > li a img {
  top: 6px;
}

.sns-box__tw {
  width: 14px;
  height: 9px;
}

@media only screen and (max-width: 768px) {
  .sns-box__tw {
    width: 13px;
    height: 10px;
  }
}

.sns-box__fb {
  width: 10px;
  height: 15px;
}

@media only screen and (max-width: 768px) {
  .sns-box__fb {
    width: 8px;
    height: 12px;
  }
}

/* text-box */
.text-box {
  text-align: center;
  margin-top: 24px;
  line-height: 2.3;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
}

@media only screen and (max-width: 768px) {
  .text-box {
    line-height: 1.8;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
}

@media only screen and (max-width: 320px) {
  .text-box {
    font-size: 12px;
    letter-spacing: -0.03em;
  }
}

.text-box--media {
  margin-top: 10px;
  line-height: 1.9;
  margin-top: 12px;
  font-weight: normal;
  font-size: 15px;
  letter-spacing: 0.3em;
}

@media only screen and (max-width: 768px) {
  .text-box--media {
    font-size: 12px;
  }
}

/* info-list */
.info-list {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.2em;
  margin-top: 44px;
}

@media only screen and (max-width: 768px) {
  .info-list {
    margin-top: 32px;
  }
}

.info-list dt {
  color: #b5b5b5;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .info-list dt {
    line-height: 1.4;
    margin-bottom: 5px;
  }
}

.info-list dd {
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  .info-list dd {
    margin-bottom: 18px;
    line-height: 1.4;
  }
}

/* visual-box */
.visual-box {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 79px 0 239px 0;
  margin-top: 43px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.visual-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/bg/socsoc.jpg) no-repeat center;
  background-size: cover;
  transition: all 0.3s ease-out;
  transform: scale(1);
  opacity: 1;
}

@media only screen and (min-width: 769px) {
  .visual-box:hover::after {
    opacity: 0.9;
    transform: scale(1.3);
  }
}

@media only screen and (max-width: 768px) {
  .visual-box {
    margin-top: 35px;
    padding: 34px 43px;
  }
}

.visual-box__inner {
  position: relative;
  z-index: 1;
}

/* logo__box */
.logo__box {
  width: 200%;
}

@media only screen and (max-width: 768px) {
  .logo__box {
    width: 163%;
  }
}

.logo__box__text {
  font-size: 19px;
  letter-spacing: 0.02em;
  color: #fae780;
  font-weight: bold;
  text-align: left;
  margin-top: 5px;
}

@media only screen and (max-width: 768px) {
  .logo__box__text {
    font-size: 10px;
  }
}

/* service-list */
.service-list-wrap {
  height: 0;
  padding-top: 130%;
  position: relative;
}

@media only screen and (max-width: 1170px) {
  .service-list-wrap {
    padding-top: 146%;
  }
}

@media only screen and (max-width: 768px) {
  .service-list-wrap {
    height: auto;
    padding-top: 0;
    height: auto;
    position: static;
  }
}

.service-list {
  margin: 116px auto 0;
  text-align: left;
  position: absolute;
  top: 0;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .service-list {
    position: static;
    margin-top: 71px;
  }
}

.service-list > li {
  width: 49%;
  float: left;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .service-list > li {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 45px;
  }
  .service-list > li:last-child {
    margin-bottom: 0;
  }
}

.service-list > li:nth-child(2n+1) .service-list__item .service-list__item__heading {
  left: -14px;
}

.service-list > li:nth-child(2n) {
  float: right;
}

@media only screen and (max-width: 768px) {
  .service-list > li:nth-child(2n) {
    float: none;
  }
}

.service-list > li:nth-child(2n) .service-list__item .service-list__item__heading {
  right: -14px;
}

.service-list > li:nth-child(2) {
  position: absolute;
  right: 0;
  margin-top: 12.5%;
  z-index: 2;
}

@media only screen and (max-width: 1170px) {
  .service-list > li:nth-child(2) {
    margin-top: 15.5%;
  }
}

@media only screen and (max-width: 768px) {
  .service-list > li:nth-child(2) {
    position: static;
    margin-top: 0;
  }
}

.service-list > li:nth-child(3) {
  position: absolute;
  left: 4.5%;
  margin-top: 43.5%;
  z-index: 1;
}

@media only screen and (max-width: 1170px) {
  .service-list > li:nth-child(3) {
    margin-top: 46.5%;
  }
}

@media only screen and (max-width: 768px) {
  .service-list > li:nth-child(3) {
    position: static;
    margin-top: 0;
  }
}

.service-list > li:nth-child(4) {
  position: absolute;
  right: 3.5%;
  margin-top: 56%;
  z-index: 0;
}

@media only screen and (max-width: 1170px) {
  .service-list > li:nth-child(4) {
    margin-top: 61%;
  }
}

@media only screen and (max-width: 768px) {
  .service-list > li:nth-child(4) {
    position: static;
    margin-top: 0;
  }
}

.service-list > li:nth-child(5) {
  position: absolute;
  margin-top: 84%;
  left: -3%;
}

@media only screen and (max-width: 1170px) {
  .service-list > li:nth-child(5) {
    margin-top: 91%;
  }
}

@media only screen and (max-width: 768px) {
  .service-list > li:nth-child(5) {
    position: static;
    margin-top: 0;
  }
}

.service-list > li:nth-child(6) {
  position: absolute;
  left: 50%;
  margin-left: -2%;
  margin-top: 96%;
}

@media only screen and (max-width: 1170px) {
  .service-list > li:nth-child(6) {
    margin-top: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .service-list > li:nth-child(6) {
    position: static;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  .service-list {
    position: static;
  }
  .service-list > li {
    width: 100%;
    position: static;
  }
}

.service-list__item {
  color: #fff;
  position: relative;
}

.service-list__item__heading {
  width: 90%;
  background: #000;
  color: inherit;
  padding: 25px 40px;
  position: absolute;
  top: -58px;
  word-break: break-all;
  letter-spacing: 0.13em;
}

@media only screen and (max-width: 768px) {
  .service-list__item__heading {
    top: -35px;
    padding: 15px 10px 12px 20px;
    letter-spacing: 0.01em;
  }
}

@media only screen and (max-width: 360px) {
  .service-list__item__heading {
    top: -28px;
  }
}

.service-list__item__heading__en {
  font-family: 'Fjalla One', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 31px;
  margin-bottom: 5px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
  .service-list__item__heading__en {
    font-size: 20px;
    line-height: 1.1;
    letter-spacing: 0.04em;
  }
}

@media only screen and (max-width: 360px) {
  .service-list__item__heading__en {
    font-size: 17px;
    letter-spacing: 0.03em;
  }
}

.service-list__item__heading__ja {
  font-size: 15px;
}

@media only screen and (max-width: 1170px) {
  .service-list__item__heading__ja {
    font-size: 12px;
  }
}

@media only screen and (max-width: 768px) {
  .service-list__item__heading__ja {
    font-size: 11px;
    letter-spacing: 0.03em;
  }
}

@media only screen and (max-width: 360px) {
  .service-list__item__heading__ja {
    font-size: 10px;
    letter-spacing: 0.02em;
  }
}

/* section-heading */
.section-heading {
  font-family: 'Fjalla One', sans-serif;
  -webkit-text-size-adjust: 100%;
}

.section-heading::before {
  content: "";
  display: block;
  border-left: 2px solid #000;
  width: 1px;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media only screen and (max-width: 768px) {
  .section-heading::before {
    height: 53px;
    margin-bottom: 53px;
  }
}

.section-heading__number {
  font-size: 35px;
}

@media only screen and (max-width: 768px) {
  .section-heading__number {
    font-size: 30px;
  }
}

@media only screen and (max-width: 360px) {
  .section-heading__number {
    font-size: 25px;
  }
}

.section-heading--border {
  position: relative;
}

.section-heading--border::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 37px;
  left: 50%;
  width: 316px;
  margin-left: -158px;
  height: 7px;
  border-top: 7px solid #e2bf00;
  z-index: 0;
}

@media only screen and (max-width: 768px) {
  .section-heading--border::after {
    bottom: 20px;
    border-width: 5px;
    width: 233px;
    margin-left: -116px;
  }
}

@media only screen and (max-width: 360px) {
  .section-heading--border::after {
    bottom: 19px;
    width: 210px;
    margin-left: -106px;
  }
}

.section-heading--border--message::after {
  width: 228px;
  margin-left: -114px;
}

@media only screen and (max-width: 768px) {
  .section-heading--border--message::after {
    width: 177px;
    margin-left: -88px;
  }
}

@media only screen and (max-width: 360px) {
  .section-heading--border--message::after {
    width: 157px;
    margin-left: -78px;
  }
}

.section-heading--border--info::after {
  width: 426px;
  margin-left: -213px;
}

@media only screen and (max-width: 768px) {
  .section-heading--border--info::after {
    width: 319px;
    margin-left: -159px;
  }
}

@media only screen and (max-width: 360px) {
  .section-heading--border--info::after {
    width: 279px;
    margin-left: -139px;
  }
}

/* section-ttl */
.section-ttl {
  font-size: 63px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 768px) {
  .section-ttl {
    font-size: 47px;
    line-height: 1;
  }
}

@media only screen and (max-width: 360px) {
  .section-ttl {
    font-size: 43px;
  }
}

/* service-bg */
.service-bg {
  background-color: #f4ce00;
}

@media only screen and (max-width: 768px) {
  .service-bg {
    background-color: #eac71c;
  }
}

.service-bg__image {
  background: url(../img/bg/service.jpg) no-repeat center top;
  background-size: contain;
}

@media only screen and (max-width: 768px) {
  .service-bg__image {
    background: url(../img/bg/service_sp.jpg) no-repeat center top;
    background-size: contain;
  }
}

/* information-bg */
.information-bg {
  background: url(../img/bg/infomation.jpg) no-repeat center top;
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .information-bg {
    background: url(../img/bg/infomation_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

/* text-socsoc */
.text-socsoc {
  width: 152px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .text-socsoc {
    width: 130px;
  }
}

body {
  position: relative;
}

body::after {
  position: absolute;
  top: 8px;
  left: -3px;
  display: block;
  width: 100%;
  height: 7000px;
  background: url(../img/_.jpg) no-repeat 0 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.2;
}

#__bs_notify__ {
  opacity: 0.1;
  pointer-events: none;
}
