@charset 'UTF-8';
/* ========================================================================
/*
/* Foundation
/*
========================================================================= */
/* ------------------------------------------------------------------------
/* Base
------------------------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
}

body {
  color: #333;
  letter-spacing: .1em; 
  font-size: 1.5rem;
  font-family: 'メイリオ','Meiryo','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Osaka,sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
}

a {
  color: #0cf; 
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  color: #1693ec;
  text-decoration: underline;
  -webkit-transition: .2s;
          transition: .2s;
}
@media print, screen and (min-width: 768px) {
  a:hover img,
  a:active img,
  a:focus img {
    opacity: .7;
    -webkit-transition: .2s;
            transition: .2s;
  }
}

em,
strong {
  font-weight: bold;
}

button,
input[type='submit'],
input[type='button'] {
  border: 0;
}

/* ========================================================================
/*
/* Bootstrap編集
/*
========================================================================= */
/* base
--------------------------------------------------------- */
h1 {
  float: none; 
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  padding: 0;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  border: 0;
  vertical-align: top;
}

p {
  margin: 0;
}

ol,
ul {
  margin: 0;
  padding: 0; 
  list-style: none;
}

dl {
  margin: 0;
  padding: 0;
  line-height: 1.9;
}

dt {
  font-weight: normal; 
  line-height: 1.9;
}

dd {
  line-height: 1.9;
}

@media only screen and (max-width: 767px) {
  [class*='col-'] {
    margin-bottom: 2em;
  }
}

@media print, screen and (min-width: 768px) {
  [class*='col-']:not(:last-child) {
    margin-bottom: 3em;
  }
}

@media print, screen and (min-width: 992px) {
  [class*='col-']:not(:last-child) {
    margin-bottom: 4em;
  }
}

.modal {
  z-index: 9999;
}

.thumb {
  position: relative;
  width: auto;
  height: 200px;
  border: solid 1px #e5e5e5; 
  background: #f8f8f8;
}
@media print, screen and (min-width: 544px) {
  .thumb {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  .thumb {
    height: 200px;
  }
}
@media print, screen and (min-width: 992px) {
  .thumb {
    height: 230px;
  }
}
@media print, screen and (min-width: 1200px) {
  .thumb {
    height: 300px;
  }
}
.thumb img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  margin: auto;
}
.thumb a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.thumb a:hover img,
.thumb a:active img,
.thumb a:focus img {
  opacity: .7;
  -webkit-transition: .2s;
          transition: .2s;
}

input[type='file'].form-control {
  height: 0;
}

@media only screen and (max-width: 767px) {
  input[type='radio'],
  input[type='checkbox'] {
    margin-left: -23px !important;
  }
}

@media only screen and (max-width: 767px) {
  .radio-inline,
  .checkbox-inline {
    padding-left: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive {
    overflow-x: auto;
  }
  .table-responsive::-webkit-scrollbar {
    height: 3px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background-color: #f5f5f5;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #757575;
  }
}

@media only screen and (max-width: 767px) {
  .table-responsive th,
  .table-responsive td {
    white-space: nowrap;
  }
}

/* ========================================================================
/*
/* Layout
/*
========================================================================= */
/* ------------------------------------------------------------------------
/* 全体
------------------------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .page-wrapper {
    padding-top: 55px;
  }
}

/* ------------------------------------------------------------------------
/* ヘッダー
------------------------------------------------------------------------- */
.header-wrapper {
  position: relative;
  z-index: 10;
  background-color: rgba( 245,245,245,0.8);
}

@media only screen and (max-width: 767px) {
  .clone-nav {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .clone-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1); 
    -webkit-transition: .3s;
            transition: .3s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media print, screen and (min-width: 768px) {
  .clone-nav .site-header {
    padding-top: 1.2em;
    padding-bottom: .9em;
  }
}

@media print, screen and (min-width: 768px) {
  .clone-nav .header-logo {
	  margin-top:0px;
  }
}

.clone-nav .header-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  width: 100%;
  margin-top: 0; 

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.clone-nav .c-nav__nav-inner .nav-home {
  display: block;
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media print, screen and (min-width: 768px) {
  .site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 2em; 

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 992px) {
  .site-header {
    width: 940px;
  }
}

@media print, screen and (min-width: 1200px) {
  .site-header {
    width: 1140px;
  }
}

@media only screen and (max-width: 767px) {
  .header-logo {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .header-logo {
    margin-top: 15px;
  }
}

@media print, screen and (min-width: 992px) {
  .header-logo {
    margin-top: 18px;
  }
}

.header-logo a:hover img,
.header-logo a:active img,
.header-logo a:focus img {
  opacity: 1;
}

.header-logo img {
  height: auto;
  max-width: 100%;
  font-size: 0;
}
@media print, screen and (min-width: 768px) {
  .header-logo img {
    width: 180px;
  }
}
@media print, screen and (min-width: 992px) {
  .header-logo img {
    width: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .header-nav {
    margin-top: 15px;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 992px) {
  .header-nav {
    margin-top: 24px;
  }
}

/* ------------------------------------------------------------------------
/* コンテンツ
------------------------------------------------------------------------- */
.main-content {
  overflow: hidden; 
  padding-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .main-content {
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .main-content {
    padding-bottom: 70px;
  }
}
.main-content--no-bottom-space {
  padding-bottom: 0;
}

/* ------------------------------------------------------------------------
/* フッター
------------------------------------------------------------------------- */
.footer-wrapper {
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #0849a2;
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .footer-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-wrapper {
    padding-top: 4em;
    padding-bottom: 5.2em;
  }
}

.site-footer {
  padding-bottom: 2.5em;
}
@media only screen and (max-width: 767px) {
  .site-footer {
    padding-right: 15px; 
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .site-footer {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 4em;
  }
}
@media print, screen and (min-width: 992px) {
  .site-footer {
    width: 940px;
    padding-bottom: 5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .site-footer {
    width: 1140px;
  }
}

@media print, screen and (min-width: 768px) {
  .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: end;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
}

.footer-name {
  margin-bottom: .2em;
  letter-spacing: .5px; 
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .footer-name {
    font-size: 1.8rem;
  }
}

.footer-address {
  margin-bottom: .2em;
  letter-spacing: 0; 
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .footer-address {
    margin-bottom: 1.5em;
  }
}

.footer-contact {
  font-weight: bold;
  font-family: Arial, 'adventor', sans-serif;
}
@media only screen and (max-width: 767px) {
  .footer-contact {
    margin-bottom: 1em;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer-contact__tel-pc {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-contact__tel-pc {
    margin-right: .6em;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-contact__tel-pc {
    margin-right: 1.2em;
  }
}
.footer-contact__tel-sp {
  display: block;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 768px) {
  .footer-contact__tel-sp {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-contact small {
    font-size: 1.8rem;
  }
}

.footer-txt {
  font-size: 1.1rem;
}
@media print, screen and (min-width: 768px) {
  .footer-txt {
    margin-bottom: 5px; 
    margin-left: 2.5em;
    margin-left: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-txt {
    margin-left: 4em;
    margin-left: 175px;
  }
}

.footer-nav {
  margin-top: 2em;
  padding-top: 1.5em;
  border-top: 1px solid #103667;
  -webkit-box-shadow: 0 1px 0 0 #215eb1 inset;
          box-shadow: 0 1px 0 0 #215eb1 inset;
}
@media print, screen and (min-width: 768px) {
  .footer-nav {
    margin-top: 3em;
    padding-top: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-nav {
    margin-top: 4em;
    padding-top: 3.4em;
  }
}
.footer-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
@media only screen and (max-width: 767px) {
  .footer-nav__item:not(:last-of-type) {
    margin-right: .4em;
  }
}
@media print, screen and (min-width: 768px) {
  .footer-nav__item:not(:last-of-type) {
    margin-right: 1.2em;
  }
}
@media print, screen and (min-width: 992px) {
  .footer-nav__item:not(:last-of-type) {
    margin-right: 1.8em;
  }
}
.footer-nav__item a {
  color: #a4bddf;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .footer-nav__item a {
    letter-spacing: 0;
  }
}

.copyright {
  padding-top: 2em;
  border-top: 1px solid #103667;
  -webkit-box-shadow: 0 1px 0 0 #215eb1 inset;
          box-shadow: 0 1px 0 0 #215eb1 inset;
  color: #a4bddf; 
  text-align: center;
  letter-spacing: 0;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .copyright {
    font-family: Verdana;
  }
}
@media print, screen and (min-width: 768px) {
  .copyright {
    padding-top: 4em;
  }
}
@media print, screen and (min-width: 992px) {
  .copyright {
    padding-top: 6em;
  }
}

/* ========================================================================
/*
/* Component
/*
========================================================================= */
/* ナビゲーション
--------------------------------------------------------- */
.c-nav {
  z-index: 999;
}
@media only screen and (max-width: 767px) {
  .c-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #fff; 
    -webkit-box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
            box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav {
    display: block !important;
    height: auto !important;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav-inner > li:not(:last-of-type) {
    margin-right: 1em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-nav__nav-inner > li:not(:last-of-type) {
    margin-right: 1.5em;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-nav__nav-inner > li:not(:last-of-type) {
    margin-right: 3.3em;
  }
}
.c-nav__nav-inner > li > a {
  display: block;
  text-decoration: none;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .c-nav__nav-inner > li > a {
    padding: 15px;
    background-color: #fff;
    color: #333;
    text-align: left;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav-inner > li > a {

    color: #333;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 992px) {
  .c-nav__nav-inner > li > a {
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav__nav-inner > li > a::before {
    margin-right: 6px;
    color: #333;
    content: '\f0da'; 
    font-size: 1.5rem;
    font-family: FontAwesome;
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav__nav-inner > li > a:hover,
  .c-nav__nav-inner > li > a:focus {
    background-color: #eaeaea;
    color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav-inner > li > a:hover,
  .c-nav__nav-inner > li > a:focus {

    color: #11cfff;
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav__nav .is-active > a {
    background-color: #eaeaea;
    color: #333;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav .is-active > a {

    color: #11cfff;
  }
}
.c-nav__nav .fa {
  margin-right: 7px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .c-nav__nav .fa {
    position: relative;
    top: -2px; 
    display: inline-block;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav .nav-home {
    display: none;
  }
}
.c-nav__nav .en {
  font-family: Arial, 'adventor', sans-serif;
}
@media only screen and (max-width: 767px) {
  .c-nav__nav .en {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__nav .en {
    display: block;
    font-weight: bold; 
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-nav__nav .en {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-nav__nav .en {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav__header {
    display: -ms-grid;
    display:     grid;

    -ms-grid-columns: 1fr 50px 50px;
    grid-template-columns: 1fr 50px 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__header {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav__header-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    margin-right: 10px; 
    margin-left: 12px;

    -ms-grid-column: 1;
        grid-column: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__header-logo {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-nav__header-logo img {
    width: 160px;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
  }
}
.c-nav__header-logo a {
  color: #fff;
  text-decoration: none; 
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .c-nav__header-logo a:hover img {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .c-nav__header-btn {
    display: none;
  }
}
.c-nav__header-btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 50px;
  height: 100%;
  color: #fff; 
  text-decoration: none;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.c-nav__header-btn .fa {
  color: #fff; 
  font-size: 3.1rem;
}
.c-nav__header-btn .fa-envelope {
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .c-nav__header-btn--tel {
    -ms-grid-column: 2;
        grid-column: 2;
  }
}
.c-nav__header-btn--tel a {
  background-color: #0052A0;
}
@media only screen and (max-width: 767px) {
  .c-nav__header-menu {
    -ms-grid-column: 3;
        grid-column: 3;
  }
}

/* ハンバーガーメニュー
--------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .c-hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    height: 100%;
    padding: 5px;
    background: #0cf;
    cursor: pointer; 

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.c-hamburger__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin: 5px; 

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.c-hamburger__icon-bar {
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: .4s;
          transition: .4s;
}
.c-hamburger__icon-bar:not(:last-of-type) {
  margin-bottom: 6px;
}

.c-hamburger .is-active .c-hamburger__icon-bar:nth-of-type(1) {
  -webkit-transform: translateY(calc(3px + 6px)) rotate(-45deg);
          transform: translateY(calc(3px + 6px)) rotate(-45deg);
}

.c-hamburger .is-active .c-hamburger__icon-bar:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger .is-active .c-hamburger__icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(calc(-3px - 6px)) rotate(45deg);
          transform: translateY(calc(-3px - 6px)) rotate(45deg);
}

.c-hamburger__label {
  display: block;
  color: #fff;
  text-align: center; 
  font-size: 1rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.5;
}

/* ページング
--------------------------------------------------------- */
.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.paging .current {
  padding: .2em .7em;
  border-color: #1693ec;
  background-color: #1693ec;
  color: #fff;
}

.paging-text {
  border: 1px solid #dcdcdc;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .paging-text {
    font-size: 1.2rem;
  }
}
.paging-text:not(:last-of-type) {
  margin-right: 6px;
}
.paging-text a {
  display: block;
  padding: .2em .7em;
  color: #333;
  text-decoration: none;
}
.paging-text a:hover,
.paging-text a:active,
.paging-text a:focus {
  background-color: #f5f5f5;
}

/* グリッド
--------------------------------------------------------- */
@media print, screen and (min-width: 544px) {
  .c-grid-2,
  .c-grid-3,
  .c-grid-4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media only screen and (max-width: 543px) {
  .c-grid-2__item:not(:last-of-type),
  .c-grid-3__item:not(:last-of-type),
  .c-grid-4__item:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}

.c-grid-2__item img,
.c-grid-3__item img,
.c-grid-4__item img {
  width: auto;
  height: auto; 
  max-width: 100%;
}

/* 2列グリッド */
@media print, screen and (min-width: 544px) {
  .c-grid-2 {
    margin-right: calc(-30px / 2); 
    margin-left: calc(-30px / 2);
  }
}

@media print, screen and (min-width: 544px) {
  .c-grid-2__item {
    width: calc(100% / 2 - 30px);
    margin-right: calc(30px / 2); 
    margin-left: calc(30px / 2);
  }
}

@media print, screen and (min-width: 544px) {
  .c-grid-2__item {
    margin-bottom: 2.5em;
  }
}

/* 3列グリッド */
@media print, screen and (min-width: 544px) {
  .c-grid-3 {
    margin: calc(-25px / 2);
  }
}

@media print, screen and (min-width: 992px) {
  .c-grid-3 {
    margin: calc(-30px / 2);
  }
}

@media print, screen and (min-width: 544px) {
  .c-grid-3__item {
    width: calc(100% / 2 - 25px);
    margin: calc(25px / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid-3__item {
    width: calc(33.33333% - 25px);
  }
}

@media print, screen and (min-width: 992px) {
  .c-grid-3__item {
    width: calc(33.33333% - 30px);
    margin: calc(30px / 2);
  }
}

/* 4列グリッド */
@media print, screen and (min-width: 544px) {
  .c-grid-4 {
    margin: calc(-20px / 2);
  }
}

@media print, screen and (min-width: 992px) {
  .c-grid-4 {
    margin: calc(-30px / 2);
  }
}

@media print, screen and (min-width: 544px) {
  .c-grid-4__item {
    width: calc(100% / 2 - 20px);
    margin: calc(20px / 2);
  }
}

@media print, screen and (min-width: 768px) {
  .c-grid-4__item {
    width: calc(100% / 4 - 20px);
  }
}

@media print, screen and (min-width: 992px) {
  .c-grid-4__item {
    width: calc(100% / 4 - 30px);
    margin: calc(30px / 2);
  }
}

/* セクション
--------------------------------------------------------- */
.c-section {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .c-section {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-section {
    margin-bottom: 95px;
  }
}
.c-section--layout-a {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 544px) {
  .c-section--layout-a {
    margin-bottom: 25px;
  }
}
.c-section--layout-b {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .c-section--layout-b {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section--layout-b {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-section--layout-b {
    margin-bottom: 30px;
  }
}
.c-section--layout-c {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-section--layout-c {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section--layout-c {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-section--layout-c {
    margin-bottom: 50px;
  }
}
.c-section--layout-d {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 544px) {
  .c-section--layout-d {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .c-section--layout-d {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section--layout-d {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-section--layout-d {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-section--narrow {
    width: 710px;
    margin-right: auto; 
    margin-left: auto;
  }
}
.c-section:last-child {
  margin-bottom: 0;
}

/* ブロック
--------------------------------------------------------- */
.c-block {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .c-block {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-block {
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-block {
    margin-bottom: 60px;
  }
}
.c-block--layout-a {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 544px) {
  .c-block--layout-a {
    margin-bottom: 20px;
  }
}
.c-block--layout-b {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 544px) {
  .c-block--layout-b {
    margin-bottom: 25px;
  }
}
.c-block--layout-c {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 544px) {
  .c-block--layout-c {
    margin-bottom: 30px;
  }
}
.c-block--layout-d {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-block--layout-d {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-block--layout-d {
    margin-bottom: 35px;
  }
}
.c-block--layout-e {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .c-block--layout-e {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-block--layout-e {
    margin-bottom: 45px;
  }
}
.c-block--layout-f {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .c-block--layout-f {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-block--layout-f {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-block--narrow {
    width: 710px;
    margin-right: auto; 
    margin-left: auto;
  }
}
.c-block:last-child {
  margin-bottom: 0;
}

/* 背景
--------------------------------------------------------- */
.c-bg {
  padding-top: 3em;
  padding-bottom: 3em;
  background-color: #d7e2ee;
}

/* 大見出し
--------------------------------------------------------- */
.c-page-heading {
  margin-bottom: 35px;
  padding-top: 25px;
  padding-bottom: 20px;
  background: url(../images/common/bg-page-heading.jpg) center center/cover no-repeat;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .c-page-heading {
    margin-bottom: 55px;
    padding-top: 40px;
    padding-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading {
    margin-bottom: 70px;
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
.c-page-heading--bukken {
  margin-bottom: 0;
}
.c-page-heading__en {
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
  letter-spacing: 0; 
  font-weight: bold;
  font-size: 2.4rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .c-page-heading__en {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading__en {
    font-size: 4.5rem;
  }
}
.c-page-heading__title {
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, .2); 
  font-size: 1.4rem;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .c-page-heading__title {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-page-heading__title {
    font-size: 2.2rem;
  }
}

/* 見出し
--------------------------------------------------------- */
.c-heading {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.9rem;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro'; 
  line-height: 1.6;
}
@media print, screen and (min-width: 544px) {
  .c-heading {
    margin-bottom: 24px;
    text-align: center; 
    font-size: 2.1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading {
    margin-bottom: 40px; 
    font-weight: bold;
    font-size: 3.4rem;
  }
}
.c-heading small {
  margin-left: 1em;
  font-size: 60%;
}

.c-heading-border {
  margin-bottom: 1.5em;
  padding-bottom: .3em;
  border-bottom: 2px solid #0cf;
  font-weight: bold; 
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .c-heading-border {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-border {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-border {
    font-size: 2.2rem;
  }
}
.c-heading-border--icon {
  padding-bottom: 2px;
  padding-left: 25px;
  background: url(../images/common/sample/icon-file.png) left top no-repeat;
  background-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .c-heading-border--icon {
    padding-left: 30px;
    background-size: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-border--icon {
    padding-left: 35px;
    background-size: 28px;
  }
}
.c-heading-border--muted {
  border-color: #d3d3d3;
}
.c-heading-border--stripe {
  position: relative;
  padding-bottom: 4px; 
  border-bottom: 0;
}
.c-heading-border--stripe::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7px;
  background: repeating-linear-gradient(-45deg, #6ad1c8, #6ad1c8 2px, #fff 2px, #fff 4px);
  content: '';
}

.c-heading-sideline {
  margin-bottom: 1.8em;
}
@media print, screen and (min-width: 544px) {
  .c-heading-sideline {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-sideline {
    margin-bottom: 2.2em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-sideline {
    margin-bottom: 2.8em;
  }
}
.c-heading-sideline__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  color: #0cf;
  font-weight: bold;
  font-size: 1.6rem;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
  line-height: 1.5; 

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .c-heading-sideline__title {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-heading-sideline__title {
    font-size: 3.2rem;
  }
}
@media print, screen and (min-width: 544px) {
  .c-heading-sideline__title::before,
  .c-heading-sideline__title::after {
    -webkit-box-flex: 1;
    height: 1px;
    background-color: #0cf;
    content: '\a0'; 

    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media print, screen and (min-width: 544px) {
  .c-heading-sideline__title::before {
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .c-heading-sideline__title::after {
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .c-heading-sideline--double .c-heading-sideline__title::before,
  .c-heading-sideline--double .c-heading-sideline__title::after {
    height: 4px;
    border-top: solid 1px #0cf;
    border-bottom: solid 1px #0cf;
    background: none;
  }
}
.c-heading-sideline--icon {
  padding-top: calc(30px + .8%); 
  background: url(../images/common/sample/icon-file.png) center top no-repeat;
  background-size: 30px;
}
@media print, screen and (min-width: 544px) {
  .c-heading-sideline--icon {
    padding-top: calc(30px + .8% + 10px); 
    background-size: calc(30px + 10px);
  }
}
@media print, screen and (min-width: 768px) {
  .c-heading-sideline--icon {
    padding-top: calc(30px + .8% + 15px); 
    background-size: calc(30px + 15px);
  }
}
.c-heading-sideline--narrow {
  width: 50%;
  margin-right: auto; 
  margin-left: auto;
}

/* カーテンアニメーション
--------------------------------------------------------- */
.c-catch .curtain1,
.c-catch .curtain2,
.c-catch .curtain3 {
  position: relative;
  display: block;
  line-height: 0;
}

.c-catch .curtain1 {
  width: 139px;
  margin: 0 0 15px 0;
}

.c-catch .curtain2 {
  width: 217px;
  margin: 0 0 20px 0;
}

.c-catch .curtain3 {
  width: 296px;
  margin: 0 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .c-catch .curtain3 {
    width: 200px;
    margin-bottom: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .c-catch .curtain1 img,
  .c-catch .curtain2 img,
  .c-catch .curtain3 img {
    width: auto;
    height: 25px;
  }
}

@media print, screen and (min-width: 768px) {
  .c-catch .curtain1 img,
  .c-catch .curtain2 img,
  .c-catch .curtain3 img {
    width: 85%;
  }
}

@media print, screen and (min-width: 992px) {
  .c-catch .curtain1 img,
  .c-catch .curtain2 img,
  .c-catch .curtain3 img {
    width: 80%;
  }
}

@media print, screen and (min-width: 1200px) {
  .c-catch .curtain1 img,
  .c-catch .curtain2 img,
  .c-catch .curtain3 img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .c-catch .curtain3 img {
    height: 50px;
  }
}

.c-catch .curtain1:after,
.c-catch .curtain2:after,
.c-catch .curtain3:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: curtain;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  -webkit-transition: width 1.5s cubic-bezier(.25, 1, .25, 1);
          transition: width 1.5s cubic-bezier(.25, 1, .25, 1);
}

.c-catch .curtain1:after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.c-catch .curtain2:after {
  -webkit-transition-delay: 1.25s;
          transition-delay: 1.25s;
}

.c-catch .curtain3:after {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}



.c-catch .active.curtain1:after,
.c-catch .active.curtain2:after,
.c-catch .active.curtain3:after {
  width: 0;
}

@media screen and (max-width: 640px) {
  .c-catch .curtain1,
  .c-catch .curtain2,
  .c-catch .curtain3 {
    width: 100%;
  }
}



#catch_right {
  margin-bottom: 150px; 
  padding: 40px 60px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  font-size: 110%;
  line-height: 2.0em;
}

/* カード
--------------------------------------------------------- */
.c-card {
  border: 1px solid #0052A0;
}
.c-card__heading {
  padding: .3em 1em;
  background-color: #0052A0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro'; 
  line-height: 1.5;
}
.c-card__body {
  padding: 1.2em;
}
@media print, screen and (min-width: 992px) {
  .c-card__txt {
    font-size: 1.6rem;
  }
}

/* キャッチコピー
--------------------------------------------------------- */
.c-copy {
  margin-bottom: .7em;
  font-weight: bold;
  font-size: 1.7rem;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro'; 
  line-height: 1.6;
}
@media print, screen and (min-width: 544px) {
  .c-copy {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .c-copy {
    margin-bottom: 1.2em;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-copy {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

/* リスト
--------------------------------------------------------- */
.c-list > li {
  position: relative;
}
.c-list > li::before {
  position: absolute;
  left: 0;
}

.c-list--disc > li {
  margin-left: 16px;
  list-style-type: disc;
}

.c-list--num > li {
  margin-left: 18px;
  list-style-type: decimal;
}

.c-list--circle > li {
  margin-left: 18px;
  list-style-type: circle;
}

.c-list--abc > li {
  margin-left: 18px;
  list-style-type: lower-alpha;
}

.c-list--dot > li {
  padding-left: 18px;
}
.c-list--dot > li::before {
  content: '・';
}

.c-list--square > li {
  padding-left: 1.3em;
}
.c-list--square > li::before {
  content: '■';
}

.c-list--square-frame > li {
  padding-left: 1.3em;
}
.c-list--square-frame > li::before {
  content: '□';
}

.c-list--diamond > li {
  padding-left: 1.3em;
}
.c-list--diamond > li::before {
  content: '◆';
}

.c-list--kome > li {
  padding-left: 1.4em;
}
.c-list--kome > li::before {
  content: '※';
}

.c-list--kome-num {
  counter-reset: my-counter;
}
.c-list--kome-num > li {
  padding-left: 2.2em;
}
.c-list--kome-num > li::before {
  content: '※' counter(my-counter); 
  counter-increment: my-counter;
}

.c-list--inline li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c-list--inline li {
    display: block;
    margin-right: 0;
  }
}
.c-list--inline li:last-child {
  margin-right: 0;
}

.c-list--frame {
  border: 1px solid #ccc;
}
.c-list--frame li {
  padding: 10px 20px;
  text-align: center;
}
.c-list--frame li:not(:last-of-type) {
  border-bottom: 1px solid #ccc;
}

.c-list--number {
  counter-reset: my-counter;
}
.c-list--number > li {
  padding-left: 26px;
}
.c-list--number > li::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #55ceda;
  color: #fff;
  content: counter(my-counter); 
  counter-increment: my-counter;
  text-align: center;
  font-size: 1.4rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 20px;
}

.c-list--check > li {
  padding-left: 1.3em;
}
.c-list--check > li::before {
  content: '\f046'; 
  font-family: FontAwesome;
}

/* リード
--------------------------------------------------------- */
.c-lead {
  line-height: 2.2;
}
@media print, screen and (min-width: 768px) {
  .c-lead {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-lead {
    font-size: 1.8rem;
  }
}

/* テーブル
--------------------------------------------------------- */
.c-table {
  width: 100%;
  letter-spacing: 0; 
  font-size: 1.4rem;
}
@media print, screen and (min-width: 768px) {
  .c-table {
    font-size: 1.5rem;
  }
}
.c-table th {
  padding: 1em 1em;
}
.c-table td {
  padding: 1em 1em;
}
.c-table--style-a {
  border: 1px solid #e2e2e2;
}
.c-table--style-a thead {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a thead th {
  border-right-color: #d4d4d4 !important;
  background-color: #e3e3e3;
}
.c-table--style-a tr:not(:last-child) th {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a tr:not(:last-child) td {
  border-bottom: 1px solid #e2e2e2;
}
.c-table--style-a th {
  background-color: #f2f2f2;
  font-weight: normal;
}
.c-table--style-a th:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.c-table--style-a td:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}
.c-table--condensed th,
.c-table--condensed td {
  padding: .4em .7em;
}
.c-table--bordered th,
.c-table--bordered td {
  border: 1px solid #d3d3d3;
}
.c-table--stripe tr:nth-of-type(odd) td {
  background-color: #fafafa;
}
@media screen and (max-width: 991px) {
  .c-table--outline th {
    display: block;
    width: 100% !important;
    padding-top: .4em;
    padding-bottom: .4em;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--outline th {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .c-table--outline td {
    display: block;
    width: 100% !important;
  }
}
.c-table--history th {
  width: 35%;
}
@media print, screen and (min-width: 768px) {
  .c-table--history th {
    width: 25%;
  }
}
.c-table--bukken th,
.c-table--bukken td {
  padding-top: .3em;
  padding-bottom: .3em;
}
@media only screen and (max-width: 767px) {
  .c-table--bukken th,
  .c-table--bukken td {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--bukken th,
  .c-table--bukken td {
    font-size: 1.1rem;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--bukken th,
  .c-table--bukken td {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-table--bukken th {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .c-table--bukken th {
    width: 25%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-table--bukken th {
    width: 20%;
  }
}
.c-table--bukken .map {
  margin-left: 1em;
}

/* キービジュアル
--------------------------------------------------------- */
@media only screen and (max-width: 543px) {
  #top_scroll {
    height: 200px !important;
    margin-bottom: 25px;
  }
}

@media print, screen and (min-width: 544px) {
  #top_scroll {
    height: 300px !important;
    margin-bottom: 35px;
  }
}

@media print, screen and (min-width: 768px) {
  #top_scroll {
    height: 450px !important;
  }
}

@media print, screen and (min-width: 992px) {
  #top_scroll {
    height: 700px !important;
    margin-bottom: 150px;
  }
}

@media print, screen and (min-width: 1200px) {
  #top_scroll {
    height: 800px !important;
  }
}

#top_scroll_inr {
  position: relative;
}
@media only screen and (max-width: 543px) {
  #top_scroll_inr {
    height: 200px;
  }
}
@media print, screen and (min-width: 544px) {
  #top_scroll_inr {
    height: 300px;
  }
}
@media print, screen and (min-width: 768px) {
  #top_scroll_inr {
    height: 450px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_scroll_inr {
    height: 700px;
  }
}
@media print, screen and (min-width: 1200px) {
  #top_scroll_inr {
    width: 1140px;
    height: 800px;
    margin-right: auto; 
    margin-left: auto;
  }
}
#top_scroll_inr img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%; 
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #top_scroll_inr img {
    width: 80%;
  }
}
@media print, screen and (min-width: 768px) {
  #top_scroll_inr img {
    width: 600px;
  }
}
@media print, screen and (min-width: 992px) {
  #top_scroll_inr img {
    width: auto;
  }
}

@media screen and (max-width: 1199px) {
  .vegas-slide-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    background-position: center top !important; 
    background-size: cover !important;
  }
}

/* バナー
--------------------------------------------------------- */
.c-banner a:hover,
.c-banner a:active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.c-banner__inner {
  min-width: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 0;
  background: rgba(0, 0, 0, .9);
}

.c-banner__cap {
  padding: 30% 0 0 0;
  text-align: center;
  text-transform: none;
  font-size: 150%;
}

/* メディア
--------------------------------------------------------- */
@media print, screen and (min-width: 544px) {
  .c-media {
    display: -ms-grid;
    display:     grid;

    -ms-grid-columns: auto 1fr;
    grid-template-columns: auto 1fr;
  }
}

.c-media__image {
  text-align: center;
}
@media only screen and (max-width: 543px) {
  .c-media__image {
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 544px) {
  .c-media__image {
    margin-right: 2.5vw; 

    -ms-grid-column: 1;
        grid-column: 1;
    -ms-grid-row: 1;
        grid-row: 1;
  }
}
.c-media__image img {
  height: auto; 
  max-width: 100%;
}
@media only screen and (max-width: 543px) {
  .c-media__image img {
    width: auto;
  }
}
@media screen and (min-width: 544px) and (max-width: 767px) {
  .c-media__image img {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .c-media__image img {
    width: 250px;
  }
}

@media print, screen and (min-width: 544px) {
  .c-media__body {
    -ms-grid-column: 2;
        grid-column: 2;
    -ms-grid-row: 1;
        grid-row: 1;
  }
}

@media print, screen and (min-width: 544px) {
  .c-media__body--center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

@media print, screen and (min-width: 544px) {
  .c-media--rev {
    -ms-grid-columns: 1fr auto;
    grid-template-columns: 1fr auto;
  }
}

@media print, screen and (min-width: 544px) {
  .c-media--rev .c-media__image {
    margin-right: 0;
    margin-left: 2.5vw; 

    -ms-grid-column: 2;
        grid-column: 2;
  }
}

@media print, screen and (min-width: 544px) {
  .c-media--rev .c-media__body {
    -ms-grid-column: 1;
        grid-column: 1;
  }
}

/* 拡大画像の下にサムネイル画像を並べる
--------------------------------------------------------- */
.c-gallery__item {
  position: relative;
  width: auto;
  border: solid 1px #e5e5e5; 
  background: #f8f8f8;
}
.c-gallery__item img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  max-width: 100%;
  max-height: 100%; 
  margin: auto;
}

.c-gallery__target {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
  cursor: pointer;
}
.c-gallery__target:hover img,
.c-gallery__target:active img,
.c-gallery__target:focus img {
  opacity: .7;
  -webkit-transition: .2s;
          transition: .2s;
}

.c-gallery__large {
  margin-bottom: 5px;
}
@media only screen and (max-width: 543px) {
  .c-gallery__large .c-gallery__item {
    height: 60vw;
  }
}
@media print, screen and (min-width: 544px) {
  .c-gallery__large .c-gallery__item {
    height: 34vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-gallery__large .c-gallery__item {
    height: 270px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-gallery__large .c-gallery__item {
    height: 340px;
  }
}
@media print, screen and (min-width: 1200px) {
  .c-gallery__large .c-gallery__item {
    height: 420px;
  }
}

.c-gallery__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  margin-right: -5px; 
  margin-left: -5px;

  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.c-gallery__thumb .c-gallery__item {
  width: calc(25% - 10px);
  margin: 5px;
}
@media only screen and (max-width: 543px) {
  .c-gallery__thumb .c-gallery__item {
    height: 16vw;
  }
}
@media print, screen and (min-width: 544px) {
  .c-gallery__thumb .c-gallery__item {
    height: 8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .c-gallery__thumb .c-gallery__item {
    height: 50px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-gallery__thumb .c-gallery__item {
    height: 100px;
  }
}

/* ボタン
--------------------------------------------------------- */
.c-btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display:         inline-flex;
  -ms-flex-align: center;
  padding: .5em 1.4em;
  background-color: #f5f5f5;
  color: inherit;
  text-align: center;
  text-decoration: none;
  font-size: inherit;
  line-height: 1.5;
  cursor: pointer; 

  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-btn::before,
.c-btn::after {
  font-weight: normal; 
  font-family: FontAwesome;
}
.c-btn::before {
  margin-right: .5em;
}
.c-btn::after {
  margin-left: .5em;
}
.c-btn:hover,
.c-btn:active,
.c-btn:focus {
  color: inherit;
  text-decoration: none;
  -webkit-transition: background .2s;
          transition: background .2s;
}
.c-btn--primary {
  padding: .6em 1.3em;
  background-color: #fff;
  color: #333;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-btn--primary {
    padding: 1em 3.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--primary {
    padding-right: 4.7em; 
    padding-left: 4.7em;
  }
}
.c-btn--primary:hover,
.c-btn--primary:active,
.c-btn--primary:focus {
  background-color: #0cf;
  color: #fff;
}
.c-btn--secondary {
  padding: .6em 1.3em;
  background-color: #0cf;
  color: #fff;
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .c-btn--secondary {
    padding: 1em 3.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--secondary {
    padding-right: 4.7em; 
    padding-left: 4.7em;
  }
}
.c-btn--secondary:hover,
.c-btn--secondary:active,
.c-btn--secondary:focus {
  background-color: #1693ec;
  color: #fff;
}
.c-btn--arrow-right {
  padding-right: 1em;
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-right {
    padding-right: 1.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-right {
    padding-right: 2.2em;
  }
}
.c-btn--arrow-right::after {
  margin-left: 1em; 
  content: '\f054';
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-right::after {
    margin-left: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-right::after {
    margin-left: 3em;
  }
}
.c-btn--arrow-left {
  padding-left: 1em;
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-left {
    padding-left: 1.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-left {
    padding-left: 2.2em;
  }
}
.c-btn--arrow-left::before {
  margin-right: 1em; 
  content: '\f053';
}
@media print, screen and (min-width: 768px) {
  .c-btn--arrow-left::before {
    margin-right: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--arrow-left::before {
    margin-right: 3em;
  }
}
.c-btn--arrow-bottom::before {
  content: '\f053';
}
.c-btn--skewing-arrow::before,
.c-btn--skewing-arrow::after,
.c-btn--skewing-arrowleft::before,
.c-btn--skewing-arrowleft::after {
  width: 17px;
  height: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
@media print, screen and (min-width: 768px) {
  .c-btn--skewing-arrow::before,
  .c-btn--skewing-arrow::after,
  .c-btn--skewing-arrowleft::before,
  .c-btn--skewing-arrowleft::after {
    width: 22px;
    height: 5px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-btn--skewing-arrow::before,
  .c-btn--skewing-arrow::after,
  .c-btn--skewing-arrowleft::before,
  .c-btn--skewing-arrowleft::after {
    width: 27px;
    height: 6px;
  }
}
.c-btn--skewing-arrow::after {
  border-right-width: 2px;
  border-right-style: solid;
  content: '';
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
}
@media print, screen and (min-width: 992px) {
  .c-btn--skewing-arrow::after {
    -webkit-transform: skewX(60deg);
            transform: skewX(60deg);
  }
}
.c-btn--skewing-arrowleft::before {
  border-left-width: 2px;
  border-left-style: solid;
  content: '';
  -webkit-transform: skewX(-50deg);
          transform: skewX(-50deg);
}
@media print, screen and (min-width: 992px) {
  .c-btn--skewing-arrowleft::before {
    -webkit-transform: skewX(-60deg);
            transform: skewX(-60deg);
  }
}
.c-btn--back::before {
  content: '\f0e2';
}
.c-btn--download::before {
  content: '\f019';
}
.c-btn--file::before {
  content: '\f0f6';
}
.c-btn--mail::before {
  content: '\f0e0';
}
.c-btn--print::before {
  content: '\f02f';
}
.c-btn--map::before {
  content: '\f041';
}
.c-btn--muted {
  border: 1px solid #dbdbdb;
}
.c-btn--sm {
  padding: .1em .7em;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.4;
}
.c-btn--sm::before {
  position: relative;
  top: 1px;
  margin-right: .3em;
}
.c-btn--mini {
  font-size: 1.1rem;
}
.c-btn--lg {
  font-size: 1.8rem;
}
.c-btn--dent {
  -webkit-box-shadow: 0 3px 0 0 #008fb3;
          box-shadow: 0 3px 0 0 #008fb3;
}
.c-btn--dent:hover,
.c-btn--dent:active,
.c-btn--dent:focus {
  position: relative;
  top: 1px;
  -webkit-box-shadow: 0 2px 0 0 #008fb3;
          box-shadow: 0 2px 0 0 #008fb3;
}

/* リンクテキスト
--------------------------------------------------------- */
.c-link-txt {
  line-height: 1.6;
}
.c-link-txt::before {
  position: relative;
  top: 4px;
  margin-right: 5px;
  color: #333;
  content: '\f0a9'; 
  vertical-align: top;
  font-family: FontAwesome;
  line-height: 1;
}
.c-link-txt--home::before {
  content: '\f015';
}
.c-link-txt--file::before {
  content: '\f0f6';
}
.c-link-txt--map::before {
  content: '\f041';
}
.c-link-txt--down::before {
  content: '\f0d7';
}
.c-link-txt a {
  color: #333;
  text-decoration: underline;
}
.c-link-txt a:hover {
  color: #1693ec;
  text-decoration: none;
}

/* 電話番号リンク
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .c-tel-link {
    letter-spacing: 0; 
    font-size: 3.3rem;
    font-family: Arial, 'adventor', sans-serif;
    line-height: 1.4;
  }
}

.c-tel-link::before,
.c-tel-link a::before {
  margin-right: .2em;
  content: '\f095'; 
  font-size: inherit;
  font-family: FontAwesome;
  line-height: inherit;
}

.c-tel-link::before {
  color: #0cf;
}
@media only screen and (max-width: 767px) {
  .c-tel-link::before {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-tel-link a {
    display: block;
    padding: .2em 1em;
    background-color: #0cf;
    color: #fff; 
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 2rem;
    font-family: Arial, 'adventor',sans-serif;
    line-height: 1.4;
  }
}

.c-tel-link a:hover,
.c-tel-link a:active,
.c-tel-link a:focus {
  text-decoration: none;
}

[data-action='call'] {
  color: #333;
}

/* 埋め込みコンポーネント（Googleマップ・Youtube等）
--------------------------------------------------------- */
.c-embed-responsive {
  position: relative;
  width: 100%;
  padding-top: 80%;
}
@media print, screen and (min-width: 768px) {
  .c-embed-responsive {
    padding-top: 85%;
  }
}
@media print, screen and (min-width: 992px) {
  .c-embed-responsive {
    padding-top: 90%;
  }
}
.c-embed-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  background-color: #f5f5f4;
}

/* ページトップ
--------------------------------------------------------- */
.c-pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .c-pagetop {
    right: 20px; 
    bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .c-pagetop {
    right: 40px; 
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .c-pagetop img {
    width: 20px;
  }
}

/* ========================================================================
/*
/* Project
/*
========================================================================= */
/* エリア
--------------------------------------------------------- */
.p-area__item {
  text-align: center;
}

.p-area__img {
  margin-right: auto; 
  margin-left: auto;
}
@media print, screen and (min-width: 992px) {
  .p-area__img {
    width: 80%;
  }
}

.p-area__txt {
  margin-top: 1em;
}

/* TOP 業務内容
--------------------------------------------------------- */
.p-business__inner {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-business__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 50px; 

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__inner {
    width: 940px;
    padding-top: 115px;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-business__inner {
    width: 1140px;
  }
}

.p-business__box {
  background: #d7e2ee url(../images/top/catch-business.png) right bottom no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-business__box {
    padding: 35px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-business__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: end;
    width: 100%;
    margin-left: 50px;
    padding: 60px 30px 40px;
    background-size: 400px; 

    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__box {
    margin-left: 160px;
    padding: 75px 50px 40px;
    background-size: auto;
  }
}

@media print, screen and (min-width: 768px) {
  .p-business__content {
    width: 55%;
  }
}

@media print, screen and (min-width: 992px) {
  .p-business__content {
    width: 380px;
  }
}

.p-business__title {
  font-weight: bold; 
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
}
@media only screen and (max-width: 767px) {
  .p-business__title {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-business__title {
    margin-bottom: 23px;
    font-size: 2.7rem;
  }
}

.p-business__txt {
  margin-bottom: 1.5em;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
}
.p-business__txt dl:not(:last-of-type) {
  margin-bottom: .9em;
}
.p-business__txt dt {
  margin-bottom: .2em;
  font-weight: bold;
  font-size: 1.5rem;
}
.p-business__txt dd {
  letter-spacing: 1px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.p-business__btn:not(:last-of-type) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 992px) {
  .p-business__btn:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .p-business__btn .c-btn {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .p-business__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
  }
}

@media print, screen and (min-width: 992px) {
  .p-business__img {
    width: 450px;
  }
}

@media print, screen and (min-width: 1200px) {
  .p-business__img {
    width: 653px;
  }
}

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

/* カテゴリー
--------------------------------------------------------- */
.p-category__nav {
  margin-bottom: 1.5em;
  padding-top: 25px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  background-color: #d7e2ee;
}
@media print, screen and (min-width: 768px) {
  .p-category__nav {
    margin-bottom: 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-category__nav {
    margin-bottom: 3.5em;
  }
}

.p-category__nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.p-category__nav-item {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .p-category__nav-item {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .p-category__nav-item:not(:last-of-type) {
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-category__nav-item:not(:last-of-type) {
    margin-right: 1.2em;
  }
}
.p-category__nav-item a {
  display: block;
  padding: .6em 1.2em;
  background-color: #fff;
  color: #333;
  text-decoration: none; 
  letter-spacing: 0;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-category__nav-item a {
    padding: .7em 3.5em;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-category__nav-item a {
    padding: 1em 4.7em;
    font-size: 1.4rem;
  }
}
.p-category__nav-item a:hover,
.p-category__nav-item a:active,
.p-category__nav-item a:focus {
  background-color: #0cf;
  color: #fff;
}
.p-category__nav-item .is-active {
  background-color: #0cf;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .p-category__inner {
    padding-right: 15px; 
    padding-left: 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-category__inner {
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media print, screen and (min-width: 992px) {
  .p-category__inner {
    width: 940px;
  }
}

@media print, screen and (min-width: 1200px) {
  .p-category__inner {
    width: 1140px;
  }
}

@media only screen and (max-width: 767px) {
  .p-category__img {
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .p-category__img {
    margin-bottom: 1em;
  }
}

@media print, screen and (min-width: 992px) {
  .p-category__img {
    margin-bottom: 1.5em;
  }
}

/* 主要取引先
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .p-customer__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 768px) {
  .p-customer__list li {
    width: calc(100% / 3 - 20px);
    margin-bottom: 1em;
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 992px) {
  .p-customer__list li {
    font-size: 1.5rem;
  }
}

/* p-flow
--------------------------------------------------------- */
.p-flow__txt {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .p-flow__txt {
    margin-bottom: 2em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__txt {
    margin-bottom: 2.5em;
  }
}

.p-flow__inner {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 768px) {
  .p-flow__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    margin-bottom: 2em; 

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__inner {
    margin-bottom: 2.5em;
  }
}

.p-flow__item {
  position: relative;
  padding: 1em;
  border: 5px solid #000;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-flow__item {
    padding: 1.2em 1em;
        -ms-writing-mode: tb-rl;
    font-size: 1.5rem; 

    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__item {
    padding: 1.3em 1.2em;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-flow__item {
    padding: 1.5em 1.4em;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-flow__item:not(:last-of-type) {
    margin-bottom: 2.5em;
  }
}
.p-flow__item:not(:last-of-type)::after {
  position: absolute;
  color: inherit; 
  font-family: FontAwesome;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .p-flow__item:not(:last-of-type)::after {
    right: 0;
    bottom: -37px;
    left: 0;
    content: '\f063';
    text-align: center;
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-flow__item:not(:last-of-type)::after {
    top: 0;
    right: -38px;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;
    height: 100%;
    content: '\f061';
        -ms-writing-mode: lr-tb;
    font-size: 2.6rem;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-writing-mode: horizontal-tb;
            writing-mode: horizontal-tb;
  }
}
@media print, screen and (min-width: 992px) {
  .p-flow__item:not(:last-of-type)::after {
    right: -55px;
    font-size: 3.7rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-flow__item:not(:last-of-type)::after {
    right: -60px;
    font-size: 4rem;
  }
}

/* お問い合わせエリア
--------------------------------------------------------- */
.p-inquiry {
  padding-top: 2em;
  padding-bottom: 2em;
  background: url(../images/common/bg_contact.jpg) left top/cover no-repeat;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-inquiry {
    padding-right: 15px;
    padding-left: 15px;
    text-align: left;
  }
}
@media print, screen and (min-width: 768px) {
  .p-inquiry {
    padding-top: 4em;
    padding-bottom: 4em;
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-inquiry {
    padding-top: 6.4em;
    padding-bottom: 5.8em;
    font-size: 2rem;
  }
}

/* TOP 紹介文
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .p-intro__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: justify;
    width: 720px;
    margin-right: auto;
    margin-left: auto; 

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
}

@media print, screen and (min-width: 992px) {
  .p-intro__inner {
    width: 940px;
  }
}

@media print, screen and (min-width: 1200px) {
  .p-intro__inner {
    width: 1140px;
  }
}

@media only screen and (max-width: 767px) {
  .p-intro__catch {
    text-align: center;
  }
}

.p-intro__catch .c-catch {
  display: inline-block;
}

.p-intro__txt {
  margin-bottom: 3em;
  background-color: #0849a2;
  color: #fff;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
}
@media only screen and (max-width: 767px) {
  .p-intro__txt {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-intro__txt {
    margin-bottom: 80px;
    padding: 2.5em;
    font-weight: bold; 
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-intro__txt {
    width: 653px;
    margin-bottom: 150px;
    padding: 40px 50px 40px 60px;
    font-size: 1.5rem;
    line-height: 2.0em;
  }
}
.p-intro__txt:not(:last-of-type) {
  margin-bottom: 1.5em;
}

/* Promotion
--------------------------------------------------------- */
.p-promo {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .p-promo {
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo {
    margin-bottom: 130px;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-promo {
    margin-bottom: 150px;
  }
}
.p-promo__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.p-promo__item {
  position: relative;
  overflow: hidden; 
  width: calc(100% / 3);
}
@media only screen and (max-width: 767px) {
  .p-promo__title {
    font-size: 2.4rem;
  }
}
.p-promo__btn {
  margin-top: 2em;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-promo__btn {
    margin-top: 4em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-promo__btn {
    margin-top: 6em;
  }
}

.grid {
  padding: 0 !important;
}
.grid a:hover,
.grid a:active {
  opacity: 1 !important;
}
.grid figure {
  min-width: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, .9) !important;
}
.grid figcaption {
  padding: 30% 0 0 0 !important;
  text-align: center !important; 
  text-transform: none !important;
}
.grid figcaption h4 {
  font-size: 2.5rem; 
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
}
@media only screen and (max-width: 767px) {
  .grid figcaption h4 {
    font-size: 1.8rem;
  }
}

/* p-service
--------------------------------------------------------- */
.p-service__item {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .p-service__item {
    padding-top: 3em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__item {
    padding-top: 4em;
  }
}
.p-service__item:not(:last-of-type) {
  margin-bottom: 1.5em;
}
@media print, screen and (min-width: 992px) {
  .p-service__item:not(:last-of-type) {
    margin-bottom: 2em;
  }
}

.p-service__box {
  padding: 1.5em;
  background-color: #d7e2ee;
}
@media print, screen and (min-width: 768px) {
  .p-service__box {
    padding: 2.5em 340px 2.5em 2.5em;
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__box {
    padding: 4em 480px 4em 4em;
  }
}

.p-service__title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.7rem;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .p-service__title {
    margin-bottom: 1em;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-service__title {
    font-size: 2.4rem;
  }
}

@media print, screen and (min-width: 768px) {
  .p-service__img {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
  }
}

@media print, screen and (min-width: 992px) {
  .p-service__img {
    width: 430px;
  }
}

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

.p-service__comment {
  margin-top: 2em;
}
@media print, screen and (min-width: 768px) {
  .p-service__comment {
    margin-top: 3.5em;
  }
}

/* お電話でのお問い合わせ
--------------------------------------------------------- */
.p-contact-tel {
  background-color: #d7e2ee;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
  }
}
.p-contact-tel__title {
  padding: .4em 1.5em;
  background-color: #000;
  color: #fff;
  font-weight: bold; 
  font-size: 1.5rem;
  font-family: 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro';
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 25%;
    font-size: 1.5rem; 

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact-tel__title {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact-tel__inner {
    padding: 1em 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    width: 75%;
    padding: 1.4em 1.5em; 

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}
.p-contact-tel__num {
  white-space: nowrap;
  font-size: 2.6rem;
  font-family: Arial, 'adventor', sans-serif;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__num {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact-tel__num {
    font-size: 4rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__num:not(:last-of-type) {
    margin-right: 1.5em;
  }
}
.p-contact-tel__num--sp {
  margin-bottom: .5em;
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__num--sp {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact-tel__num--pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact-tel__num--fax {
    font-size: 1.7rem;
  }
}
.p-contact-tel__num .fa {
  color: #0cf;
}
.p-contact-tel__num .fa-phone {
  margin-right: .2em;
  font-size: 107%;
}
.p-contact-tel__num .fa-fax {
  position: relative;
  top: -3px;
  margin-right: .3em;
  font-size: 90%;
}
.p-contact-tel__time {
  margin-top: 1em;
  margin-right: 15px;
  margin-left: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 544px) {
  .p-contact-tel__time {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact-tel__time {
    margin-top: .5em;
    text-align: center;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact-tel__time {
    font-size: 1.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-contact-tel__time {
    font-size: 2rem;
  }
}

/* お問い合わせフォーム
--------------------------------------------------------- */
@media print, screen and (min-width: 768px) {
  .p-contact input[type='checkbox'],
  .p-contact input[type='radio'] {
    position: static;
    margin-right: 5px;
  }
}

.p-contact input[type='text'],
.p-contact input[type='email'],
.p-contact textarea,
.p-contact select {
  border-radius: 3px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.p-contact input[type='file'] {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .p-contact .checkbox-inline,
  .p-contact .radio-inline {
    display: block;
    margin-left: 0;
  }
}

.p-contact .checkbox {
  margin-left: 20px;
  font-weight: normal;
}

.p-contact .required input[type='text'],
.p-contact .required input[type='email'],
.p-contact .required input[type='password'],
.p-contact .required select,
.p-contact .required textarea {
  background-color: #fef1f1;
}

.p-contact .item-ss {
  display: inline-block;
  width: 70px;
}

.p-contact .item-s {
  display: inline-block;
  width: 130px;
}

@media print, screen and (min-width: 768px) {
  .p-contact .item-m {
    display: inline-block;
    width: 300px;
    margin-right: 1em;
  }
}

@media print, screen and (min-width: 992px) {
  .p-contact .item-l {
    display: inline-block;
    width: 450px;
  }
}

.p-contact button,
.p-contact input[type='submit'],
.p-contact input[type='button'] {
  font-size: 1.6rem;
}

.p-contact .badge {
  position: relative;
  top: -1px;
  border-radius: 3px;
  background-color: #db1515;
  font-weight: normal; 
  font-size: 1.1rem;
}
.p-contact .badge--success {
  background-color: #1e61c9;
}

.p-contact__table {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-contact__table {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-contact__table {
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact__table {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 1200px) {
  .p-contact__table {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__table th {
    display: block;
    padding-top: .4em;
    padding-bottom: .4em;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact__table th {
    width: 30%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact__table th {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .p-contact__table td {
    display: block;
  }
}
.p-contact__table .head {
  background-color: #fafafa;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .p-contact__table .head {
    display: block;
    padding-top: .2em;
    padding-bottom: .2em;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 768px) {
  .p-contact__table .head {
    width: 24%;
  }
}
@media print, screen and (min-width: 992px) {
  .p-contact__table .head {
    width: 18%;
  }
}
.p-contact__table .badge {
  top: 5px;
  float: right;
}
.p-contact__table .s-txt {
  margin-right: .5em; 
  margin-left: .5em;
  color: #717171;
  font-size: 1.2rem;
}
@media print, screen and (min-width: 544px) {
  .p-contact__table .s-txt {
    font-size: 1.4rem;
  }
}
.p-contact__table .s-txt:first-child {
  margin-left: 0;
}
.p-contact__table .s-txt--wide {
  display: inline-block;
  margin-top: .5em; 
  margin-left: 0;
}
.p-contact__table .example {
  color: #989898;
  font-size: 1.2rem;
}
@media screen and (max-width: 991px) {
  .p-contact__table .example {
    display: block;
    margin-top: .2em;
  }
}
@media print, screen and (min-width: 544px) {
  .p-contact__table .example {
    font-size: 1.4rem;
  }
}

.p-contact__btn {
  text-align: center;
}
.p-contact__btn:not(:last-of-type) {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .p-contact__btn .c-btn {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .p-contact__btn .c-btn {
    font-size: 1.3rem;
  }
}
.p-contact__btn--lineup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;

  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-contact__btn--lineup .c-btn {
    padding-right: .8em; 
    padding-left: .8em;
  }
}
.p-contact__btn--lineup .c-btn:not(:last-of-type) {
  margin-right: 10px;
}

/* プライバシーポリシー
--------------------------------------------------------- */
.p-policy h4 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-policy p,
.p-policy ul {
  margin-bottom: 2em;
}

.p-policy__sign {
  text-align: right;
}

.p-policy__agree {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 10px 8px 10px;
  background-color: #f5f5f5;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .p-policy__agree {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -ms-flex-align: center;

    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__agree {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-policy__agree {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.p-policy__agree input[type='checkbox'] {
  position: relative;
  top: -3px;
  margin-right: 6px;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .p-policy__agree input[type='checkbox'] {
    width: 22px;
    height: 22px;
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 768px) {
  .p-policy__agree input[type='checkbox'] {
    top: -1px;
  }
}
@media print, screen and (min-width: 992px) {
  .p-policy__agree input[type='checkbox'] {
    top: 0;
  }
}
.p-policy__agree label {
  margin: 0;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .p-policy__agree label {
    display: inline;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 544px) {
  .p-policy__agree label br {
    display: none;
  }
}

/* ========================================================================
/*
/* Utility
/*
========================================================================= */
/* align
--------------------------------------------------------- */
.u-align-baseline {
  vertical-align: baseline;
}

.u-align-top {
  vertical-align: top;
}

.u-align-middle {
  vertical-align: middle;
}

.u-align-bottom {
  vertical-align: bottom;
}

.u-align-text-bottom {
  vertical-align: text-bottom;
}

.u-align-text-top {
  vertical-align: text-top;
}

/* background
--------------------------------------------------------- */
.u-no-bg {
  background: none !important;
}

/* border
--------------------------------------------------------- */
.u-no-border {
  border: 0 !important;
}

.u-color-dot-border {
  height: 2px;
  background: repeating-linear-gradient(90deg, #fff, #fff 4px, #f00 4px, #f00 9px, #fff 9px, #fff 12px, #222fff 12px, #222fff 17px);
}

/* clearfix
--------------------------------------------------------- */
header::after,
footer::after,
article::after,
section::after,
nav::after,
.clearfix::after {
  display: block;
  clear: both; 
  content: '';
}

/* float
--------------------------------------------------------- */
.u-float-left {
  float: left;
}

.u-float-right {
  float: right;
}

.u-float-none {
  float: none;
}

.u-clear {
  clear: both;
}

/* image
--------------------------------------------------------- */
.u-img-full {
  width: 100%;
  height: auto;
}

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

/* margin, padding
--------------------------------------------------------- */
.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-5 {
  margin-top: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.ml-5 {
  margin-left: 5px;
}

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

.mr-10 {
  margin-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mr-25 {
  margin-right: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.ml-25 {
  margin-left: 25px;
}

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

.mr-30 {
  margin-right: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ml-30 {
  margin-left: 30px;
}

.mb-5-md10 {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .mb-5-md10 {
    margin-bottom: 10px;
  }
}

.mb-10-md15 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .mb-10-md15 {
    margin-bottom: 15px;
  }
}

.mb-10-md20 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .mb-10-md20 {
    margin-bottom: 20px;
  }
}

.mb-15-md20 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .mb-15-md20 {
    margin-bottom: 20px;
  }
}

.mb-15-md25 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .mb-15-md25 {
    margin-bottom: 25px;
  }
}

.mb-20-md25 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mb-20-md25 {
    margin-bottom: 25px;
  }
}

.mb-10-md30 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .mb-10-md30 {
    margin-bottom: 30px;
  }
}

.mb-15-md30 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .mb-15-md30 {
    margin-bottom: 30px;
  }
}

.mb-20-md30 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mb-20-md30 {
    margin-bottom: 30px;
  }
}

.mb-10-md35 {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .mb-10-md35 {
    margin-bottom: 35px;
  }
}

.mb-15-md35 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .mb-15-md35 {
    margin-bottom: 35px;
  }
}

.mb-20-md35 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mb-20-md35 {
    margin-bottom: 35px;
  }
}

.mb-25-md35 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .mb-25-md35 {
    margin-bottom: 35px;
  }
}

.mb-15-md25-lg40 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .mb-15-md25-lg40 {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-15-md25-lg40 {
    margin-bottom: 40px;
  }
}

.mb-20-md30-lg40 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mb-20-md30-lg40 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-20-md30-lg40 {
    margin-bottom: 40px;
  }
}

.mb-25-md35-lg40 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .mb-25-md35-lg40 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-25-md35-lg40 {
    margin-bottom: 40px;
  }
}

.mb-15-md30-lg45 {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .mb-15-md30-lg45 {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-15-md30-lg45 {
    margin-bottom: 45px;
  }
}

.mb-25-md35-lg45 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .mb-25-md35-lg45 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-25-md35-lg45 {
    margin-bottom: 45px;
  }
}

.mb-20-md35-lg50 {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .mb-20-md35-lg50 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-20-md35-lg50 {
    margin-bottom: 50px;
  }
}

.mb-25-md35-lg50 {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .mb-25-md35-lg50 {
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-25-md35-lg50 {
    margin-bottom: 50px;
  }
}

.mb-30-md40-lg50 {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .mb-30-md40-lg50 {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 992px) {
  .mb-30-md40-lg50 {
    margin-bottom: 50px;
  }
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pt-5 {
  padding-top: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pl-5 {
  padding-left: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pl-15 {
  padding-left: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

/* typography
--------------------------------------------------------- */
.u-text-right {
  text-align: right;
}

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

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

@media print, screen and (min-width: 768px) {
  .u-text-center-md {
    text-align: center;
  }
}

@media print, screen and (min-width: 992px) {
  .u-text-center-lg {
    text-align: center;
  }
}

.u-bold {
  font-weight: bold;
}

.u-normal {
  font-weight: normal !important;
}

.u-fz-df {
  font-size: 1.5rem;
}

.u-fz-l {
  font-size: 1.8rem;
}

.u-fz-s {
  font-size: 1.2rem;
}

.u-h2 {
  margin-bottom: .5em;
  font-weight: bold; 
  font-size: 1.8rem;
}
@media print, screen and (min-width: 768px) {
  .u-h2 {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 992px) {
  .u-h2 {
    margin-bottom: 15px;
    font-size: 2.2rem;
  }
}

.u-h3 {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .u-h3 {
    margin-bottom: 8px;
    font-size: 1.7rem;
  }
}
@media print, screen and (min-width: 992px) {
  .u-h3 {
    margin-bottom: 10px;
    font-size: 1.9rem;
  }
}

.u-h4 {
  margin-bottom: .5em;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.6;
}

.u-h5 {
  font-weight: bold;
  font-size: 1.3rem;
}

.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

.u-kome {
  position: relative;
  padding-left: 1.2em;
}
.u-kome--inline {
  display: inline-block;
}
.u-kome::before {
  position: absolute;
  left: 0;
  content: '※';
}

.u-s-txt {
  margin-bottom: .8em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.u-sp-txt {
  margin-bottom: .5em;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .u-sp-txt {
    display: none;
  }
}

.u-no-wrap {
  white-space: nowrap;
}

.u-important {
  color: #db1515;
}

.u-dl:not(:last-of-type) {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .u-dl:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.u-dl dt {
  margin-bottom: 2px;
  font-weight: bold;
}

.u-imglink-pdf {
  position: relative;
}
.u-imglink-pdf a::after {
  position: absolute;
  right: 3%;
  bottom: 3%;
  width: 50px;
  height: 50px;
  background: url(../images/common/icon-pdf.png) left top no-repeat;
  background-size: cover;
  content: '　';
}
@media print, screen and (min-width: 768px) {
  .u-imglink-pdf a::after {
    width: 100px;
    height: 100px;
  }
}
.u-imglink-pdf img {
  border: 1px solid #d6d6d6;
}

.u-text-shadow {
  text-shadow: rgba(255, 255, 255, .7) 1px 1px 10px, rgba(255, 255, 255, .7) -1px 1px 10px, rgba(255, 255, 255, .7) 1px -1px 10px, rgba(255, 255, 255, .7) -1px -1px 10px;
}

/* ------------------------------------------------------------------------
/* 印刷用
------------------------------------------------------------------------- */
@media print {
  .page-wrapper {
    display: block !important;
  }
  [data-aos],
  [class*='anime-'],
  .animated {
    opacity: 1 !important;
  }
  .wow {
    opacity: 1 !important;
    -webkit-animation-name: none !important;
            animation-name: none !important;
  }
  .c-pagetop,
  .modal {
    display: none !important;
  }
  .p-news__inner,
  .p-policy__inner {
    max-height: auto !important;
  }
  .clone-nav {
    display: none !important;
  }
  .p-category .c-table .map {
    display: none !important;
  }
}
