@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;
  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] {
  -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
 */
/* 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: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "平成角ゴシック Std W7", "ＭＳ Ｐゴシック", "Noto Sans", "sans-serif", "ヒラギノ明朝 ProN W6", "FOT-マティス ProN";
  color: #333;
  font-size: 15px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

/*ボックススタイル*/
.container {
  width: 1720px;
  max-width: 94%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  width: 1100px;
  max-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;
}

/*タイトルスタイル*/
.page-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.page-title span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

/*=========コンタクトセクション============*/
.contact {
  background-color: #eee;
  padding-top: 105px;
  padding-bottom: 128px;
}
.contact-img {
  width: 49%;
  background-image: url(../image/photo07.jpg);
  height: 320px;
  background-position: center;
  position: relative;
}
.contact-img::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.contact-img-box {
  max-width: 70%;
  margin: 74px auto 100px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  position: relative;
}
.contact-img-box h2 {
  font-weight: bold;
}
.contact-img-box .txt {
  font-size: 28px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 40px;
}
.contact-img-box .txt2 {
  text-align: left;
}

.contact-img a {
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.contact-img a:hover {
  opacity: 0.7;
}

.contact-body {
  width: 49%;
}
.contact-body-box {
  background-color: #fff;
  padding-top: 27px;
  padding-bottom: 34px;
  margin-bottom: 25px;
  border: 2px solid #222;
  text-align: center;
  font-weight: bold;
}
.contact-body .txt {
  font-size: 18px;
}
.contact-body .tel {
  font-size: 38px;
  margin-top: 15px;
  letter-spacing: 0.2rem;
}

.contact .btn a {
  background: #d32d2d;
  width: 100%;
  font-size: 26px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 48px;
  text-align: center;
}

/*レスポンシブ*/
@media screen and (max-width: 1280px) {
  .contact-img-box .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 70px;
  }
  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .contact-body {
    width: 100%;
  }

  .contact .btn a {
    font-size: 20px;
  }

  .material-icons.large {
    font-size: 30px;
  }
}
/*===============フッター===================*/
.footer {
  background: #06182c;
  color: #fff;
  font-weight: bold;
  padding-top: 90px;
  padding-bottom: 90px;
}
.footer-logo {
  font-size: 26px;
  position: relative;
}
.footer-nav li a {
  display: inline-block;
  position: relative;
}
.footer-nav li {
  margin-right: 45px;
}
.footer-nav li:last-child {
  margin-right: 0;
}

.footer-logo::after,
.footer-nav li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  bottom: -8px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.footer-logo:hover::after,
.footer-nav li a:hover::after {
  visibility: visible;
  opacity: 1;
}

/*レスポンシブ*/
@media screen and (max-width: 1024px) {
  .footer-wrap {
    display: block;
  }
  .footer-logo {
    display: inline-block;
    margin-left: 20px;
    margin-bottom: 30px;
  }
  .footer-nav {
    margin-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer li a {
    margin-bottom: 25px;
  }
}
/* ===================サービスページ====================== */
.service-wrapper,
.others-service {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans";
}

.service-wrapper .txt {
  line-height: 2.1;
}

.service-wrapper-img,
.service-wrapper-body {
  width: 45.5%;
}

.service-wrapper {
  margin-bottom: 105px;
}
.service-wrapper:last-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-bottom: 85px;
}

.service-wrapper h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

.service-wrapper-img a {
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.service-wrapper-img a:hover {
  opacity: 0.7;
}

.service-wrapper-img {
  overflow: hidden;
}
.service-wrapper-img img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.service-wrapper-img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ==============その他のサービス============= */
.others-service {
  background: #f5f4f4;
  padding-top: 65px;
  padding-bottom: 77px;
}
.others-service .inner {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 77px;
}
.others-service .others-service-title {
  text-align: center;
  font-size: 22px;
  margin-bottom: 45px;
}

table {
  width: 90%;
  max-width: 1000px;
  border-collapse: collapse;
  color: #222;
  margin-left: auto;
  margin-right: auto;
}

th {
  width: 30%;
  border: 1px solid #aaa;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: normal;
}

td {
  width: 70%;
  border: 1px solid #aaa;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .service-wrapper {
    display: block;
  }

  .service-wrapper-img {
    width: 100%;
    margin-bottom: 25px;
  }
  .service-wrapper-body {
    width: 100%;
  }
}
/*コンタクトフォーム*/
.page-contact {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans";
  background: #f5f4f4;
  padding-top: 79px;
  padding-bottom: 79px;
}
.page-contact .inner {
  background: #fff;
  padding-top: 80px;
  padding-bottom: 50px;
  margin: 0 auto;
}
.page-contact .btn a {
  background: #d32d2d;
  width: 214px;
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}

.form-block {
  margin-bottom: 40px;
  width: 69%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.form-block dt {
  width: 15%;
  color: #aaa;
  font-weight: normal;
  text-align: right;
  margin-right: 38px;
}
.form-block dt span {
  color: #d32d2d;
}
.form-block dd {
  width: 85%;
}
.form-block.last {
  margin-bottom: 50px;
}

input {
  border: 1px solid #aaa;
  width: 100%;
  height: 40px;
  padding-left: 5px;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .form-block {
    display: block;
    width: 90%;
  }
  .form-block dd {
    width: 90%;
  }
  .form-block dt {
    width: 90%;
    text-align: left;
    margin-bottom: 15px;
  }
}
/*================= ヘッダー背景設定======================*/
.slider {
  position: absolute;
  z-index: 1;
  height: 100%;
}

/*画像設定はcss/object/fadein.css内*/
/*トップフェードイン画像*/
.mv {
  position: relative;
  width: 100%;
  height: 889px;
}

.top-bg {
  width: 79%;
  height: 100%;
  max-width: 1509px;
  position: absolute;
  top: 0;
  right: 0;
}

.mv-box {
  position: absolute;
  z-index: 20;
  top: 32.5%;
  left: 7.7%;
  font-size: 76px;
  letter-spacing: 0.5rem;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.mv-box .txt {
  background: #fff;
  display: block;
}
.mv-box .first {
  padding: 18px 35px;
  margin-bottom: 13px;
}
.mv-box .second {
  padding: 6px 35px 9px;
}

/*レスポンシブ*/
@media screen and (max-width: 1280px) {
  .mv-box {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .mv-box {
    top: 60%;
    left: 0;
    font-size: 34px;
    letter-spacing: 0;
  }
}
/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .top-bg {
    width: 100%;
  }
}
/*==========ヘッダー============*/
.header {
  position: relative;
  z-index: 100;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 44px;
}
.header .logo a {
  background: #262626;
  width: 211px;
  font-size: 26px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header .logo a:hover {
  opacity: 0.7;
}

.main-nav a {
  display: block;
  font-weight: bold;
  padding: 10px 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.main-nav a:hover {
  color: rgba(56, 98, 236, 0.931);
}

.gnav {
  margin-right: 32px;
}

/*spメニューボタン*/
.btn-menu {
  display: none;
}

/*レスポンシブ*/
@media screen and (max-width: 1024px) {
  .main-nav,
.header .btn {
    display: none;
  }

  /*spメニューボタン*/
  .btn-menu {
    display: block;
    position: fixed;
    background: #222;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 7px 15px;
    top: 30px;
    right: 15px;
  }

  .main-nav {
    display: block;
    position: fixed;
    top: 70px;
    right: 0;
    z-index: 900;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    -webkit-transform: translate(100%);
            transform: translate(100%);
  }

  .main-nav.open-menu {
    -webkit-transform: translate(0);
            transform: translate(0);
  }

  .main-nav a {
    display: block;
    padding: 20px 100px;
    background: #222;
  }
}
/* ==============ニュース帯==============*/
.news-line {
  width: 70.8%;
  padding: 30px 40px 0;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: -8%;
  background: #06182c;
  color: #fff;
  font-size: 15px;
}
.news-line-list {
  margin-bottom: 30px;
  font-weight: bold;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  cursor: pointer;
}
.news-line-list:hover {
  opacity: 0.7;
}
.news-line-date span {
  padding: 2px 16px 1px;
  border: 1px solid #fff;
  font-size: 12px;
  margin-left: 16px;
  margin-right: 26px;
}

/*レスポンシブ*/
@media screen and (max-width: 1280px) {
  .news-line {
    font-size: 14px;
    padding-left: 20px;
  }
  .news-line-date span {
    padding: 2px 14px;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .news-line {
    width: 100%;
    padding: 30px 50px 0;
    bottom: -140px;
  }
}
@media screen and (max-width: 768px) {
  .news-line {
    bottom: -160px;
    padding-left: 10px;
    padding-right: 6px;
  }
  .news-line-list {
    display: block;
  }

  .news-line-txt {
    margin-top: 13px;
    font-size: 12px;
  }
}
/*================ニュースページ===============*/
.news-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 110px;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans";
}

.news-card {
  width: 47.8%;
  background: #f8f8f8;
  padding: 20px 20px 15px 20px;
  margin-bottom: 30px;
}
.news-card-img {
  width: 40%;
  height: 152px;
  padding-right: 30px;
}
.news-card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-card-body {
  width: 60%;
}

.news-card {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.news-card:hover {
  -webkit-box-shadow: 2px 2px 3px 3px #ccc;
          box-shadow: 2px 2px 3px 3px #ccc;
}

.news-card div {
  margin-bottom: 15px;
}
.news-card-body-date {
  font-size: 14px;
  color: #aaa;
  margin-right: 27px;
  font-weight: normal;
}
.news-card-body-event {
  font-size: 12px;
  background-color: #d32d2d;
  padding: 2px 15px 2px 9px;
  color: #fff;
}
.news-card-title {
  font-size: 16px;
  margin-bottom: 18px;
}
.news-card-txt {
  font-size: 14px;
  line-height: 1.8;
}

/*レスポンシブ*/
@media screen and (max-width: 1600px) {
  .news-card-img {
    width: 50%;
    height: 180px;
  }
  .news-card-body {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .news-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-card {
    width: 100%;
  }
  .news-card-img {
    width: 45%;
    height: 200px;
  }
  .news-card-body {
    width: 55%;
  }
}
/*=========== ページ送り================= */
.pagination {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 220px;
}

.pagination a {
  border: 1px solid #222;
}

.pagination a:hover {
  background: #aaa;
  color: #fff;
}

.pagination a,
.pagination .current {
  padding: 10px 14px;
  display: inline-block;
  margin-right: 6px;
}

.pagination .current {
  background: #222;
  color: #fff;
}

/*サービスページ*/
/*------------------ページ設定---------------------*/
.detail-wrap {
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans";
  line-height: 1.8;
  padding-top: 100px;
  padding-bottom: 130px;
}

/*カラム設定*/
.article {
  width: 61.8%;
  max-width: 680px;
}

.aside {
  width: 32.7%;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .detail-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .article {
    width: 100%;
  }

  .aside {
    width: 100%;
  }

  .new-article-card {
    width: 100%;
  }
}
/*ページ設定ここまで--*/
/*ブロック設定・左*/
.detail-block {
  width: 100%;
}
.detail-block.news-01 {
  padding-bottom: 60px;
}
.detail-block.news-02 .text-box {
  padding-top: 30px;
  padding-bottom: 60px;
}
.detail-block.news-03 .text-box {
  padding-top: 30px;
  padding-bottom: 65px;
}
.detail-block.news-04 {
  margin-bottom: 80px;
}
.detail-block.news-04 .text-box {
  padding-top: 30px;
  padding-bottom: 50px;
}

/*タイトル設定*/
.news-02 h2 {
  font-size: 20px;
  padding: 8px 20px;
  background: #dedede;
  border-left: solid 10px #d32d2d;
}

/*h3*/
.type-d {
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid #d32d2d;
}

.news-04 h4 {
  font-size: 18px;
  line-height: 1.8;
  padding-left: 6px;
  border-left: solid 5px #d32d2d;
}

/*news-04詳細設定*/
.news-04 ul {
  list-style: none;
  margin-bottom: 45px;
}

.news-04-list {
  margin-bottom: 5px;
}
.news-04-list::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #F44336;
  border-radius: 50%;
  position: relative;
  top: -3px;
  margin-right: 10px;
}

.news-04 .box {
  width: 100%;
  max-width: 680px;
  margin-bottom: 30px;
  padding: 30px 35px 43px;
}
.news-04 .gray {
  background: #f7f7f7;
}
.news-04 .blue {
  background: #e7f4f8;
}
.news-04 .yellow {
  background: #f7f8e7;
}

/* ===========関連記事=========== */
.article-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 30px;
}

.article-card {
  width: 29.4%;
  margin-bottom: 30px;
}
.article-card-body {
  margin-top: 10px;
}

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

.article-card-img {
  overflow: hidden;
}
.article-card-img img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.article-card a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.news-date {
  font-size: 14px;
  color: #aaa;
  font-size: 12px;
}

.news-txt {
  font-size: 14px;
}

/* ===============新着記事================ */
.new-article {
  padding-bottom: 63px;
}

.new-article-card {
  margin-top: 30px;
}
.new-article-card-img {
  width: 36%;
  height: 90px;
}
.new-article-card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.new-article-card-body {
  width: 56%;
}

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

.new-article-card-img {
  overflow: hidden;
}
.new-article-card-img img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}
.new-article-card-img a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .article-card {
    width: 49%;
    margin-bottom: 50px;
  }

  .new-article-card-img {
    width: 40%;
    height: auto;
  }
  .new-article-card .new-article-card-body {
    width: 52%;
  }
}
/* ============カテゴリー=============== */
.category-title a {
  display: block;
  margin-top: 10px;
  padding-left: 13px;
  padding-top: 9px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
.category-title a::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 6px;
  height: 6px;
  top: 46%;
  right: 5%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #d32d2d;
  border-right: 2px solid #d32d2d;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.category-title a:hover::after {
  right: 1%;
}

/* =========================================
トップ用画像・ページスタイル:サービス・コンタクト・ニュースページ共通============= */
.sub-bg {
  position: relative;
  z-index: 1;
}
.sub-bg::before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  top: 0;
  left: 0;
}
.sub-bg img {
  max-width: 1920px;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ========== detailトップ画像設定============== */
.sub-bg .inner {
  position: relative;
  z-index: 3;
}

.detail-head {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 10;
  color: #fff;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans";
}
.detail-head h1 {
  font-size: 26px;
}
.detail-head-box {
  margin-bottom: 20px;
}
.detail-head-date {
  font-size: 14px;
  margin-right: 35px;
}
.detail-head-txt {
  background: #d32d2d;
  padding: 2px 15px 2px 9px;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .detail-head h3 {
    font-size: 20px;
  }
}
/* =================================
service,contact,newsページ共通-============================ */
main {
  position: relative;
  z-index: 1;
}

.page-wrapper {
  width: 67.7%;
  max-width: 1299px;
  padding-top: 48px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  position: relative;
  z-index: 200;
  margin-top: -80px;
}

.section-top {
  width: 64.5%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 140px;
  padding-bottom: 55px;
  font-family: "Hiragino Kaku Gothic Pro", "Noto Sans";
  line-height: 2.1;
}

.section-top h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 30px;
}

/*レスポンシブ*/
@media screen and (max-width: 1280px) {
  .page-wrapper {
    width: 90%;
  }

  .section-top {
    width: 80%;
    padding-top: 70px;
  }
}
/*ページ共通ここまで*/
/* ===============下層ページヘッダーナビカラー=========== */
.header.type-b {
  color: #222;
}

.header.type-b li a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header.type-b li a:hover {
  color: rgba(56, 98, 236, 0.931);
}

@media screen and (max-width: 1024px) {
  .header.type-b {
    color: #fff;
  }
}
/*レスポンシブ*/
@media screen and (max-width: 1280px) {
  .header .logo a {
    width: 160px;
    font-size: 18px;
  }
}
/*ボタン赤 矢印なし*/
.btn a {
  background: #d32d2d;
  width: 160px;
  font-size: 15px;
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
  text-align: center;
}

.btn a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.btn a:hover {
  opacity: 0.6;
}

/*メールアイコン*/
.material-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  margin-right: 8px;
}

.material-icons.large {
  margin-right: 17px;
  font-size: 53px;
}

/*ボタン赤 矢印*/
.arrow a {
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #d32d2d;
  width: 300px;
  font-size: 15px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #fff;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}

.arrow a::before,
.arrow a::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 16%;
  height: 1px;
  background-color: #fff;
}

.arrow a::before {
  width: 40px;
  -webkit-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
}

.arrow a::after {
  width: 14px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(30px, 0px) rotate(42deg);
          transform: translate(30px, 0px) rotate(42deg);
}

.arrow a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.arrow a:hover {
  opacity: 0.6;
}

/*ボタン黒 矢印*/
.arrow-b a {
  display: block;
  text-align: center;
  font-weight: bold;
  background-color: #fff;
  width: 300px;
  font-size: 15px;
  padding-top: 21px;
  padding-bottom: 21px;
  color: #333;
  border: 1px solid #333;
  position: relative;
}

.arrow-b a::before,
.arrow-b a::after {
  content: "";
  position: absolute;
  top: 49%;
  right: 16%;
  height: 1px;
  background-color: #333;
}

.arrow-b a::before {
  width: 40px;
  -webkit-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
}

.arrow-b a::after {
  width: 14px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(30px, 0px) rotate(42deg);
          transform: translate(30px, 0px) rotate(42deg);
}

.arrow-b a {
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.arrow-b a:hover {
  -webkit-box-shadow: 2px 2px 3px 3px #ccc;
          box-shadow: 2px 2px 3px 3px #ccc;
}

/*トップページスワイパー矢印*/
.swiper-button-prev,
.swiper-button-next {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.swiper-button-prev {
  background: url(../../image/prev01.png) no-repeat center center/contain;
}

.swiper-button-next {
  background: url(../../image/next02.png) no-repeat center center/contain;
}

/*----------フェイドイン-------------*/
.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.7s;
  transition: all 0.7s;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

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

/* 左から右 */
.visible.animeLeft,
.invisible.animeLeft {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateX(-150px);
          transform: translateX(-150px);
}

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

/* 右から左 */
.visible.animeRight,
.invisible.animeRight {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}

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

/* ========Topページ動くサークル========= */
.scrolldown {
  position: absolute;
  z-index: 500;
  bottom: -75px;
  left: 6%;
}

/*サークル */
.scrolldown:before {
  content: "";
  position: absolute;
  bottom: 3%;
  left: -6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #222;
  -webkit-animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
          animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
}

/*上から下に動く*/
@-webkit-keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 135px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過*/
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 縦のライン */
.scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 173px;
  background: #222;
}

/*レスポンシブ*/
@media screen and (max-width: 1024px) {
  .scrolldown {
    bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .scrolldown,
.scrolldown:before,
.scrolldown:after {
    display: none;
  }
}
/* ベースの本体 */
#loading {
  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;
  width: 100vw;
  height: 100vh;
  background-color: #6bb6ff;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/* 以下にローディングアニメーションCSSより */
/* sample loader */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*===========アバウト=========*/
.about {
  margin-top: 210px;
}

.about-wrap {
  width: 50%;
  padding-top: 40px;
  padding-right: 5%;
  padding-left: 21%;
}

.about-img {
  width: 50%;
  height: 480px;
}

.about-img img {
  width: 100%;
  max-width: 1024px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.about-wrap-body-title {
  color: #606060;
  font-weight: bold;
  position: relative;
}
.about-wrap-body-title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 120px;
  width: 43%;
  height: 1px;
  background-color: #333;
}

.about-wrap-body-txt {
  font-family: "ヒラギノ明朝 ProN", "FOT-マティス ProN", "游明朝", YuMincho, "ＭＳ 明朝", serif;
  font-size: 34px;
  letter-spacing: 0.5rem;
  margin: 38px auto 25px;
}

.about-wrap-body-txt2 {
  font-size: 15px;
  line-height: 1.83;
}

.about-wrap-body .arrow-b a {
  margin-top: 70px;
  max-width: 90%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

/*レスポンシブ*/
@media screen and (max-width: 1600px) {
  .about-wrap {
    padding-right: 4%;
    padding-left: 17%;
  }

  .about-wrap-body-txt {
    font-size: 28px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1024px) {
  .about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 160px;
  }

  .about-wrap {
    width: 100%;
    margin-top: 40px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .about-img {
    width: 100%;
    height: 100%;
    margin-top: 80px;
  }

  .about-wrap-body .arrow-b a {
    width: 80%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-wrap {
    padding-right: 4%;
    padding-left: 4%;
  }
}
/*============トピックス=================*/
.topics {
  padding-top: 105px;
  padding-bottom: 100px;
}
.topics-wrap {
  padding: 70px 7% 50px;
}
.topics-card {
  width: 23.25%;
}

/*タイトル(サービスタイトル共通)*/
.topics .section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 152px;
  margin: 0 auto;
  padding-bottom: 12px;
  position: relative;
}
.topics .section-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 38px;
  background-color: #d32d2d;
}
.topics .section-title span {
  display: block;
  font-size: 14px;
  color: #8e8e8e;
  margin-top: 8px;
}

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

.topics-card-img {
  overflow: hidden;
}

.topics-card-img img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.topics-card a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.topics-body {
  background-color: #f5f5f5;
  padding: 30px 40px 30px 30px;
  font-weight: bold;
}
.topics-body-title {
  font-size: 14px;
  color: #8e8e8e;
}
.topics-body-txt {
  font-size: 15px;
  margin-top: 13px;
  line-height: 1.8;
}

/*レスポンシブ*/
@media screen and (max-width: 1024px) {
  .topics-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .topics-card {
    width: 46.5%;
    margin-bottom: 25px;
  }
  .topics .btn a {
    width: 80%;
  }
}
/*=============コンセプト================*/
.concept {
  position: relative;
  z-index: 1;
  margin-bottom: 125px;
}
.concept .inner {
  position: relative;
  z-index: 200;
  margin-top: -310px;
  background-color: #fff;
  padding-top: 23px;
  padding-left: 1.8%;
  padding-right: 1.8%;
}

.concept-bg img {
  height: 463px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-wrap-img {
  width: 39%;
  height: 350px;
}
.concept-wrap-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.concept-box {
  width: 55%;
}
.concept-box-title {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-top: 10px;
  margin-bottom: 35px;
  position: relative;
  width: 200px;
  padding-bottom: 12px;
}
.concept-box-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 30%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d32d2d;
}
.concept-box-txt {
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.1rem;
}

/*レスポンシブ*/
@media screen and (max-width: 1024px) {
  .concept .inner {
    margin-top: -240px;
  }

  .concept-box-title {
    font-size: 32px;
    letter-spacing: 0;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .concept-box-txt {
    font-weight: normal;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .concept-bg img {
    display: none;
  }

  .concept-wrap {
    display: block;
  }

  .concept .inner {
    margin-top: 20px;
  }

  .concept-wrap-img {
    width: 100%;
  }

  .concept-box {
    width: 100%;
  }
  .concept-box-title {
    margin: 30px auto;
    margin-top: 30px;
  }
  .concept-box-title:after {
    left: 50px;
  }
}
/* =========コンセプト内ボタン============ */
.concept-box .btn a {
  margin-top: 50px;
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .concept-box .btn a {
    width: 80%;
    margin: 50px auto 0;
  }
}
/*===============サービスセクション====================*/
.service .section-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 152px;
  margin: 0 auto;
  padding-bottom: 12px;
  position: relative;
  color: #fff;
}
.service .section-title::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 50%;
  height: 2px;
  bottom: 0;
  left: 38px;
  background-color: #fff;
}
.service .section-title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
}

.service {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #06182c;
  color: #FFF;
}
.service .inner {
  padding-top: 90px;
  padding-bottom: 70px;
}

.service-card {
  width: 29%;
}

.service-body-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}
.service-body-txt {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1.2;
}

/*ホバー設定*/
.service-card a {
  display: block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.service-card a:hover {
  opacity: 0.7;
}

.service-card-img {
  overflow: hidden;
}
.service-card-img img {
  -webkit-transition: ease-in-out 0.7s;
  transition: ease-in-out 0.7s;
}

.service-card a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .service-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-card {
    width: 100%;
    margin-bottom: 50px;
  }
  .service .btn a {
    width: 80%;
  }

  .service .inner {
    padding-bottom: 0;
  }
}
/*================その他===================*/
.others-card {
  width: 33.33%;
  height: 452px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.others-card::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.others-card .section-title {
  position: relative;
  top: 50%;
  font-size: 32px;
  font-weight: bold;
}

.staff {
  background-image: url(../image/staff.jpg);
}

.access {
  background-image: url(../image/access.jpg);
}

.recruit {
  background-image: url(../image/recruit.jpg);
}

.others-card a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.others-card a:hover {
  opacity: 0.6;
}

/*レスポンシブ*/
@media screen and (max-width: 768px) {
  .others-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .others-card {
    width: 100%;
    height: 280px;
  }
}