@charset "UTF-8";
/*! destyle.css v3.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;
  font-weight: inherit;
  margin: 0;
}

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

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

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

body {
  font-family: "Noto Sans JP", sans-serif, 游ゴシック, "Yu Gothic", Verdana, Helvetica, Arial, メイリオ, Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.gnav ul li {
  list-style: none;
}

.container {
  max-width: 1358px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.is-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.is-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inner {
  max-width: 1040px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

/*メインビジュアル*/
.mv {
  background-image: url(../../images/mv_02.jpg);
  width: 100%;
  height: calc(100vh - 60px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mv::before {
  position: absolute;
  display: inline-block;
  content: "";
  background-color: rgba(16, 42, 77, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/*ヘッダー*/
.header {
  position: relative;
  color: #fff;
  font-weight: bold;
  padding-top: 30px;
}

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

.gnav-list li a {
  display: block;
  padding-left: 40px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media screen and (max-width: 950px) {
  .gnav-list li a {
    padding-left: 20px;
  }
}
.gnav-list li a:hover {
  color: #f2d813;
}

/*メイン・キャッチコピー*/
.mv-catch {
  color: #fff;
  position: relative;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  margin-top: 230px;
}
@media screen and (max-width: 1200px) {
  .mv-catch {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .mv-catch {
    font-size: 28px;
  }
}
.mv-catch span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 50px;
  display: inline-block;
  margin-bottom: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .mv-catch span {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .mv-catch span {
    font-size: 18px;
  }
}

/*キャッチコピー表示切り替え*/
@media screen and (max-width: 576px) {
  .mv-catch {
    text-align: inherit;
    padding-left: 4%;
  }
}
.mv-catch-sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .mv-catch-sp {
    display: block;
  }
}

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

/*ハンバーガーメニュー*/
@media screen and (max-width: 768px) {
  .gnavbtn {
    position: fixed;
    z-index: 200;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
  }

  .gnavbtn span {
    display: block;
    width: 20px;
    height: 3px;
    background: #f2d813;
    margin-top: 5px;
  }

  .gnav-list {
    display: block;
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 80px;
    background-color: rgba(16, 42, 77, 0.95);
    -webkit-transform: translate(100%);
            transform: translate(100%);
    -webkit-transition: 1s;
    transition: 1s;
  }

  .show .gnav-list {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .gnav-list li {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
  }
}
/*ニュース*/
@media screen and (max-width: 768px) {
  .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.news {
  font-weight: bold;
  background-color: #eaeaea;
}

.news-head {
  width: 17%;
  background-color: #102a4d;
  color: #fff;
  font-size: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-head {
    width: 100%;
    text-align: initial;
    padding-left: 4%;
  }
}

.news-body {
  width: 83%;
  color: #1f1f1f;
}
@media screen and (max-width: 768px) {
  .news-body {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
  }
}

.news-body a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.news-body a:hover {
  opacity: 0.5;
}

.news-time {
  margin-left: 40px;
  margin-right: 50px;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 768px) {
  .news-time {
    margin-left: 4%;
    margin-right: 3%;
  }
}

/*サービス*/
.service {
  margin-top: 120px;
}
@media screen and (max-width: 950px) {
  .service {
    margin-top: 60px;
  }
}
.service-wrap {
  margin-top: 70px;
}

.service-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service-head {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.service-card {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service-card {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 768px) {
  .service-card:first-child {
    margin-bottom: 40px;
  }
}

.service-card a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.service-card a:hover {
  opacity: 0.7;
}

.service-img {
  width: 100%;
  height: 373px;
}
@media screen and (max-width: 768px) {
  .service-img {
    height: 280px;
  }
}
.service-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service-card-body {
  padding: 35px 22px 0 22px;
}
.service-card-title {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}
.service-card-text {
  line-height: 1.8;
}

/*サポート*/
.support-wrap {
  background-image: url(../../images/support2.jpg);
  width: 100%;
  padding-top: 95px;
  min-height: 100%;
  height: 571px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 120px;
  position: relative;
}
.support-wrap::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: rgba(16, 42, 77, 0.4);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .support-wrap {
    background-attachment: scroll;
  }
}

/*sp用*/
.support-wrap .inner {
  position: relative;
}

.support-title {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 46px;
}
@media screen and (max-width: 950px) {
  .support-title {
    font-size: 22px;
  }
}
.support-text {
  font-weight: bold;
  color: #fff;
  margin-bottom: 55px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .support-text {
    font-size: 14px;
    padding-left: 4%;
    padding-right: 4%;
  }
}

.work {
  margin-top: 120px;
}
@media screen and (max-width: 950px) {
  .work {
    margin-top: 60px;
  }
}
.work-wrap {
  margin-top: 70px;
}
.work-card {
  width: 24.3%;
}

@media screen and (max-width: 768px) {
  .work-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.work-card {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .work-card {
    width: 48%;
  }
}

.work-card a {
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.work-card a:hover {
  opacity: 0.6;
}

.work-img {
  overflow: hidden;
}
.work-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.work-img img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.work-img {
  width: 100%;
  height: auto;
}
.work-text {
  font-size: 18px;
  letter-spacing: 0.018em;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 22px;
}
@media screen and (max-width: 768px) {
  .work-text {
    font-size: 15px;
  }
}

/*コンタクト*/
.contact {
  margin-top: 100px;
}
@media screen and (max-width: 950px) {
  .contact {
    margin-top: 60px;
  }
}

@media screen and (max-width: 950px) {
  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-body {
  width: 36.48%;
  height: 429px;
  background-color: #102a4d;
  padding-top: 55px;
  padding-left: 50px;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .contact-body {
    width: 100%;
    height: 280px;
    padding-top: 30px;
    padding-left: 4%;
  }
}
.contact-img {
  width: 63.5%;
  height: 429px;
}
@media screen and (max-width: 950px) {
  .contact-img {
    width: 100%;
    height: 280px;
  }
}
.contact-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact {
  font-weight: bold;
}
.contact-title {
  font-size: 32px;
  margin-bottom: 22px;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .contact-title {
    font-size: 22px;
  }
}
.contact-text {
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 67px;
  color: #fff;
}
@media screen and (max-width: 950px) {
  .contact-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 950px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer {
  background-color: #2e3136;
  padding-top: 80px;
  padding-bottom: 42px;
  color: #fff;
}
.footer-nav {
  list-style: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 950px) {
  .footer-nav {
    margin-bottom: 0;
  }
}
.footer-nav li {
  margin-bottom: 20px;
}

.nav01 {
  width: 18.3%;
}
@media screen and (max-width: 950px) {
  .nav01 {
    width: 100%;
  }
}

.nav02 {
  width: 28%;
}
@media screen and (max-width: 950px) {
  .nav02 {
    width: 100%;
  }
}

.nav03 {
  width: 22%;
}
@media screen and (max-width: 950px) {
  .nav03 {
    width: 100%;
  }
}

.nav04 {
  width: 31.7%;
}
@media screen and (max-width: 950px) {
  .nav04 {
    width: 100%;
  }
}

.footer-list {
  font-size: 14px;
  margin-left: 5px;
  position: relative;
}
.footer-list-title {
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  .footer-list-title {
    font-size: 14px;
    font-weight: normal;
  }
}
.footer-list::after {
  position: absolute;
  display: inline-block;
  content: "";
  top: 50%;
  left: -7px;
  background-color: #fff;
  width: 4px;
  height: 1px;
}

.footer-list a,
.footer-list-title a {
  display: inline-block;
  position: relative;
}
.footer-list a::after,
.footer-list-title a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: -8px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.footer-list a:hover::after,
.footer-list-title a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*ロゴ・アドレス*/
.footer-copy {
  padding-top: 40px;
  font-size: 14px;
}
.footer-logo {
  width: 192px;
  margin-bottom: 22px;
}
.footer-logo img {
  width: 100%;
}

.footer-address {
  margin-bottom: 15px;
}
.footer-address span {
  margin-left: 17px;
}
@media screen and (max-width: 950px) {
  .footer-address {
    margin-bottom: 7px;
  }
}
.footer-tel span {
  margin-left: 20px;
}

.sec-title {
  font-size: 26px;
  font-weight: bold;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 950px) {
  .sec-title {
    font-size: 22px;
  }
}
.sec-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  height: 1px;
  width: 120px;
  background-color: #707070;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 950px) {
  .sec-title::after {
    width: 90px;
  }
}

.main-btn {
  font-size: 18px;
  font-weight: bold;
}
.main-btn a {
  display: block;
  width: 263px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #f2d813;
  border-radius: 25px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 950px) {
  .main-btn a {
    font-size: 14px;
    width: 80%;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
  }
}
.main-btn a:hover {
  background-color: #fff;
  color: #102a4d;
}

/* アニメーション */
.visible,
.invisible {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0;
}

.visible {
  opacity: 1;
}

/* 上にアニメーション */
.visible.animeTop,
.invisible.animeTop {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

.visible.animeTop {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 左からアニメーション */
.visible.animeLeft,
.invisible.animeLeft {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.visible.animeLeft {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}