@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("https://fonts.cdnfonts.com/css/ostrich-sans-2");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

body {
  opacity: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

main {
  padding-top: 400px;
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main {
    font-size: 12px;
    padding-top: 0;
  }
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.tab {
  display: none;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-hide {
    display: none;
  }
}

.inner {
  max-width: 1440px;
  padding: 0 140px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .inner {
    padding: 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 25px;
  }
}

.section-block {
  padding-top: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-block {
    padding-top: 15px;
  }
}
.section-block:before {
  position: absolute;
  top: -70px;
  right: 39%;
  content: "";
  background: #061123;
  width: 61%;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .section-block:before {
    top: -37px;
    height: 37px;
  }
}
.section-block:after {
  position: absolute;
  top: -42px;
  right: calc(39% - 67px);
  content: "";
  background: #061123;
  height: 49.5px;
  width: 99px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  .section-block:after {
    top: -22px;
    right: calc(39% - 35px);
    height: 26px;
    width: 52px;
  }
}
.section-block.--gray:before, .section-block.--gray:after {
  background: #EFEFEF;
}
.section-block.--white:before, .section-block.--white:after {
  background: #FFFFFF;
}
.section-block.--lightblue:before, .section-block.--lightblue:after {
  background: #E3EBF5;
}
.section-block.--lightblue2:before, .section-block.--lightblue2:after {
  background: #17549C;
}

.section-title {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 14px;
  }
}
.section-title span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN";
  font-size: 98px;
  font-weight: 600;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .section-title span {
    font-size: 48px;
    display: block;
    margin-bottom: 15px;
  }
}
.section-title span.bl {
  display: block;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 768px) {
  .section-title span.bl {
    margin: 0;
    margin-bottom: 15px;
  }
}
.section-title.small {
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-title.small {
    font-size: 12px;
  }
}
.section-title.small span {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  .section-title.small span {
    font-size: 24px;
  }
}
.section-title.--black {
  color: #000000;
}
.section-title.--blue {
  color: #0B1A31;
}

.btn {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  border-radius: 6px;
  background-color: #061123;
  width: 352px;
  height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btn {
    font-size: 16px;
    width: 245px;
    height: 65px;
  }
}
.btn:hover {
  opacity: 0.8;
}
.btn.--red {
  background-color: #D61010;
}
.btn.--orange {
  background-color: #F5BD41;
}
.btn.--gray {
  background-color: #B4B4B4;
}

.btn.--orange {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btn.--orange {
    margin-top: 30px;
  }
}

.btn-contact {
  width: 160px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0B1A31;
  position: relative;
}
.btn-contact:before, .btn-contact:after {
  content: "";
  position: absolute;
  border: solid #FFFFFF;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-contact:before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.btn-contact:after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
.btn-contact:hover:before, .btn-contact:hover:after {
  width: 100%;
  height: 100%;
}
.btn-contact img {
  width: 107px;
}

.page-top__Wrap,
.news-top__Wrap {
  position: relative;
  background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 320px, #EFEFEF 320px, #EFEFEF 321px);
}
@media screen and (max-width: 768px) {
  .page-top__Wrap,
  .news-top__Wrap {
    background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 94px, #EFEFEF 94px, #EFEFEF 95px);
  }
}
.page-top__Wrap .header,
.news-top__Wrap .header {
  background-color: #000000;
}

@-moz-document url-prefix() {
  .page-top__Wrap,
  .news-top__Wrap {
    background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 320px, #EFEFEF 320px, #EFEFEF 322px);
  }
  @media screen and (max-width: 768px) {
    .page-top__Wrap,
    .news-top__Wrap {
      background-image: repeating-linear-gradient(90deg, #FFFFFF, #FFFFFF 94px, #EFEFEF 94px, #EFEFEF 96px);
    }
  }
}
.page-top__Wrap {
  height: 715px;
}
@media screen and (max-width: 768px) {
  .page-top__Wrap {
    height: 340px;
  }
}

.news-top__Wrap {
  height: 180px;
}
.news-top__Wrap .page-visual__Main {
  background: none;
}

.page-visual__Main {
  height: 100%;
  position: relative;
  background-image: url("../img/common/back_page_visual.svg");
  background-position: right 200px top calc(50% - 70px);
  background-repeat: no-repeat;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .page-visual__Main {
    background-size: auto 55%;
    background-position: right 50px top calc(50% - 70px);
  }
}
@media screen and (max-width: 768px) {
  .page-visual__Main {
    height: 300px;
    background-size: 200px auto;
    background-position: top 20px center;
  }
}
.page-visual__Main .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .page-visual__Main .inner {
    font-size: 100px;
  }
}
.page-visual__Main .inner .breadcrumbs {
  position: absolute;
  bottom: 200px;
  left: 20px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN";
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
.page-visual__Main .inner .breadcrumbs span {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .page-visual__Main .inner .breadcrumbs {
    font-size: 10px;
    bottom: 75px;
  }
}

.page-visual__Title {
  margin-bottom: 120px;
  letter-spacing: 0;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-visual__Title {
    font-size: 16px;
    margin-bottom: 60px;
  }
}
.page-visual__Title span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN";
  font-size: 120px;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .page-visual__Title span {
    font-size: 100px;
  }
}
@media screen and (max-width: 768px) {
  .page-visual__Title span {
    font-size: 42px;
    margin-bottom: 10px;
  }
}

.news-top__Wrap {
  height: 276px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .news-top__Wrap {
    height: 240px;
  }
}
@media screen and (max-width: 768px) {
  .news-top__Wrap {
    height: 180px;
  }
}
.news-top__Wrap .inner {
  background-image: none;
}
.news-top__Wrap .breadcrumbs {
  position: relative;
  bottom: inherit;
  left: inherit;
  margin-bottom: 25px;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .news-top__Wrap .breadcrumbs {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .news-top__Wrap .breadcrumbs {
    margin-bottom: 200px;
  }
}

/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden; /*　はみ出た色要素を隠す　*/
  opacity: 0;
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*左から右*/
.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #666; /*伸びる背景色の設定*/
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgappearTrigger,
.bgLRextendTrigger {
  opacity: 0;
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.header {
  width: 100%;
  height: 94px;
  margin: 0 auto;
  padding: 0 35px 0 47px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 10;
  background-color: #000000;
}
.header:after {
  content: "";
  width: calc(100% - 70px);
  height: 1px;
  position: absolute;
  left: 35px;
  bottom: 0;
  background-color: #B4B4B4;
}
@media screen and (max-width: 768px) {
  .header:after {
    width: 100%;
    left: 0;
  }
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header {
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    padding: 0 20px;
    height: 62px;
    background-color: #000000;
  }
}

.header__Logo {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header__Logo img {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__Logo img {
    height: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header__navWrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    padding-top: 64px;
    background-color: rgba(0, 0, 0, 0.8);
  }
}

.header__Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header__Nav {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.header__Nav li {
  margin-left: 54px;
  position: relative;
}
@media screen and (max-width: 1280px) and (min-width: 768px) {
  .header__Nav li {
    margin-left: 23px;
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .header__Nav li {
    margin-left: 0;
    border-bottom: 1px solid #EFEFEF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__Nav li:after {
    content: "";
    position: absolute;
    right: 0;
    top: calc(50% - 11px);
    width: 36px;
    height: 22px;
    background-image: url("../img/common/icon_nav_sp.svg");
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
  }
}
.header__Nav li .nav {
  color: #FFFFFF;
  position: relative;
}
.header__Nav li .nav:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .header__Nav li .nav:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header__Nav li .nav {
    width: 100%;
    height: 87px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__Nav li .nav:hover:before {
  width: 100%;
}
.header__Nav li .nav.btn-contact {
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .header__Nav li.btn-pc {
    display: none;
  }
}

.service-nav {
  position: relative;
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .service-nav {
    height: 100%;
    min-height: 87px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service-nav span {
    margin-bottom: 30px;
    color: #B4B4B4;
  }
}
.service-nav .nav__innerWrap {
  position: absolute;
  left: calc(50% - 100px);
  bottom: -70px;
  width: 200px;
  z-index: 1;
  background-color: #0B1A31;
  padding: 20px;
  display: none;
}
@media screen and (max-width: 768px) {
  .service-nav .nav__innerWrap {
    display: block;
    padding: 0;
    width: inherit;
    bottom: 0px;
    left: 0px;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .service-nav .nav__innerWrap .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.service-nav .nav__innerWrap .nav__inner li {
  margin: 0;
  text-align: center;
  /*&:first-child{
    margin-bottom: 25px;
    @include sp {
      margin-bottom: 0;
      margin-right: 30px;
    }
  }*/
}
@media screen and (max-width: 768px) {
  .service-nav .nav__innerWrap .nav__inner li {
    height: 30px;
    border: none;
    font-size: 14px;
  }
}
.service-nav .nav__innerWrap .nav__inner li:after {
  display: none;
}
.service-nav .nav__innerWrap .nav {
  display: inline-block;
  height: inherit;
}
.service-nav .nav__innerWrap .nav:hover {
  opacity: 0.8;
}
.service-nav .nav__innerWrap .nav:hover:before {
  width: 0;
}
@media screen and (max-width: 768px) {
  .service-nav .nav__innerWrap .nav {
    display: block;
  }
}

.header__NavSp {
  display: none;
  width: 148px;
}
@media screen and (max-width: 768px) {
  .header__NavSp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__NavSp li {
  border-left: 1px solid #FFFFFF;
  position: relative;
  width: 63px;
  height: 44px;
}
.header__NavSp li:first-child {
  width: 82px;
}
.header__NavSp li a.btn-contactSp {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__NavSp li a.btn-contactSp img {
  width: 33px;
  height: auto;
}

.nav-circle {
  position: absolute;
  right: 0px;
  top: 7px;
  z-index: 10000;
  width: 38px;
  height: 30px;
  display: none;
}
.nav-circle:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .nav-circle {
    display: block;
  }
}

.nav_toggle {
  width: 38px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #FFFFFF;
  position: absolute;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: opacity 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.5s;
  transition: transform 0.3s, opacity 0.5s, -webkit-transform 0.3s;
}

.nav_toggle i:nth-child(1) {
  top: 0px;
}

.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.nav_toggle i:nth-child(3) {
  bottom: 0;
}

.nav_toggle.show i:nth-child(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
          transform: translateY(14px) rotate(-45deg);
}

.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}

.nav_toggle.show i:nth-child(3) {
  -webkit-transform: translateY(-14px) rotate(45deg);
          transform: translateY(-14px) rotate(45deg);
}

.hide {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, -webkit-transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s;
  transition: opacity 1s, visibility 1s, transform 1s, -webkit-transform 1s;
}

.fadein {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.footer {
  background-color: #DDDDDD;
  position: relative;
}
.footer .btn-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.footer .btn-contact:before, .footer .btn-contact:after {
  border: solid #FFFFFF;
}
.footer .btn-contact:before {
  border-width: 1px 0 0 1px;
}
.footer .btn-contact:after {
  border-width: 0 1px 1px 0;
}
@media screen and (max-width: 768px) {
  .footer .btn-contact {
    width: 27px;
    height: 20px;
    margin-bottom: 4px;
    background-color: transparent;
  }
  .footer .btn-contact:before, .footer .btn-contact:after {
    display: none;
  }
  .footer .btn-contact img {
    width: 27px;
    height: 20px;
  }
}
.footer .page-top {
  width: 66px;
  height: 55px;
  position: absolute;
  right: 0;
  top: -54px;
}

.footer__Top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 117px;
  font-size: 12px;
  line-height: 2.8;
}
@media screen and (max-width: 768px) {
  .footer__Top {
    height: 77px;
  }
}

.footer__Logo {
  max-width: 266px;
}
@media screen and (max-width: 768px) {
  .footer__Logo {
    max-width: 194px;
  }
}

.footer__Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer__Nav {
    display: none;
  }
}
.footer__Nav li {
  margin: 0 18px;
}
.footer__Nav li a {
  color: #000000;
  position: relative;
}
.footer__Nav li a:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background-color: #000000;
}
.footer__Nav li a:hover:after {
  width: 100%;
}
.footer__Nav li a.btn-contact {
  margin-left: 72px;
}
.footer__Nav li.service-nav {
  color: #000000;
}
.footer__Nav .nav__innerWrap {
  position: absolute;
  left: calc(50% - 80px);
  bottom: 30px;
  width: 160px;
  z-index: 1;
  background-color: rgba(48, 48, 48, 0.7);
  padding: 10px;
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__Nav .nav__innerWrap {
    display: block;
    padding: 0;
    width: inherit;
    bottom: 0px;
    left: 0px;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__Nav .nav__innerWrap .nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.footer__Nav .nav__innerWrap .nav__inner li {
  margin: 0;
  text-align: center;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .footer__Nav .nav__innerWrap .nav__inner li {
    height: 30px;
    border: none;
    font-size: 14px;
  }
}
.footer__Nav .nav__innerWrap .nav__inner li:first-child {
  margin-bottom: 10px;
}
.footer__Nav .nav__innerWrap .nav__inner li:after {
  display: none;
}
.footer__Nav .nav__innerWrap a {
  color: #FFFFFF;
  display: inline-block;
  height: inherit;
}
.footer__Nav .nav__innerWrap a:after {
  bottom: 3px;
  background-color: #FFFFFF;
}

.footer__Bottom {
  font-size: 10px;
  line-height: 2.8;
  border-top: 1px solid #A7A7A7;
}
.footer__Bottom .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .footer__Bottom .inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 28px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__Bottom .inner .footer__copy {
    font-size: 8px;
  }
}

.footer-bottom__Nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .footer-bottom__Nav {
    position: absolute;
    right: 20px;
    top: -26px;
    font-size: 10px;
  }
}
.footer-bottom__Nav li {
  margin-right: 12px;
}
.footer-bottom__Nav li:last-child {
  margin-right: 0;
}
.footer-bottom__Nav li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer-bottom__Nav li a:hover {
  opacity: 0.8;
}