@charset "UTF-8";
/* -----------------------------------------------
common css 共通クラス
--------------------------------------------------
0. Foundation
   0-1. Base
   0-2. Config
        0-2-1. font family
        0-2-2. color management
        0-2-3. lightbox
1. Layout
   1-1.  .l-wrapper
   1-2.  .l-main
   1-3.  .l-container
   1-4.  .l-header
   1-5.  .l-footer
   1-6.  .l-nav
        1-6-1. .globalNav
        1-6-2. .footerNav
   1-7.  .l-mark
        1-7-1. .mark
   1-8.  .l-loader
   1-9.  .l-state
2. Object
   2-1. Component
        2-1-1.  Wrap      [***Wrap]
        2-1-2.  Mod       [mod-***]
        2-1-3.  Table     [tbl-***]
        2-1-4.  Title     [ttl-***]
        2-1-5.  Headings  [hdg-***]
        2-1-6.  Paragraph [prg-***]
        2-1-7.  Nav       [nav-***]
        2-1-8.  List      [lst-***]
        2-1-9.  Button    [btn-***]
        2-1-10. Link      [lnk-***]
        2-1-11. Icon      [ico-***]
        2-1-12. Label     [lbl-***]
        2-1-13. Form      [frm-***]
        2-1-14. Media     [mda-***]
        2-1-15. Card      [crd-***]
        2-1-16. Pagination
        2-1-17. Breadcrumbs
   2-2. Animation [act-***]
   2-3. OverLayerConfig [z-index]
   2-4. Order [flex-order]
-------------------------------------------------- */
/*====================================================================================
 [0. Foundation]
====================================================================================*/
/* -----------------------------------------------
/* 0-0. import
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
* {
  font-family: inherit;
}

/* -----------------------------------------------
/* 0-1. Base
-------------------------------------------------- */
body {
  width: 100%;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  background-color: #fff;
  color: #111;
}
body * {
  box-sizing: border-box;
}
body.is-fix {
  position: fixed;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body {
    font-size: 2.0rem;
  }
}
@media (min-width: 768px) {
  body.is-fix {
    position: static;
  }
}

a {
  box-sizing: border-box;
  word-break: break-all;
  color: #111;
  text-decoration: underline;
  transition: opacity .1s ease-in-out 0s;
  /*-webkit-tap-highlight-color: transparent;*/
  /*
  &:hover,
  &:active {
      outline-width: 0;
      text-decoration: none;
  }
  &:focus {
      outline-width: 0;
      text-decoration: none;
  }
  */
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

li img, li a, li a img {
  vertical-align: bottom;
}

/* -----------------------------------------------
/* 0-2. Config
-------------------------------------------------- */
/* 0-2-1.  font family
-------------------------------------------------- */
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900');*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');*/
/*@import url('https://fonts.googleapis.com/css?family=Oswald:300,400');*/
/*@import url('https://fonts.googleapis.com/css?family=Droid+Serif');*/
/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSansJP-Thin.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Thin.woff) format('woff'),
         url(../fonts/NotoSansJP-Thin.otf) format('opentype');
}*/
/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/NotoSansJP-Light.woff2) format('woff2'),
         url(../fonts/NotoSansJP-Light.woff) format('woff'),
         url(../fonts/NotoSansJP-Light.otf) format('opentype');
}*/
/*@font-face {
     font-family: 'Noto Sans Japanese';
     font-style: normal;
     font-weight: 300;
     src: url(../fonts/NotoSansJP-DemiLight.woff2) format('woff2'),
          url(../fonts/NotoSansJP-DemiLight.woff) format('woff'),
          url(../fonts/NotoSansJP-DemiLight.otf) format('opentype');
}*/
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Noto Sans CJK JP Regular"), url(../fonts/NotoSansJP-Regular.woff2) format("woff2"), url(../fonts/NotoSansJP-Regular.woff) format("woff"), url(../fonts/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans CJK JP Medium"), url(../fonts/NotoSansJP-Medium.woff2) format("woff2"), url(../fonts/NotoSansJP-Medium.woff) format("woff"), url(../fonts/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans CJK JP Bold"), url(../fonts/NotoSansJP-Bold.woff2) format("woff2"), url(../fonts/NotoSansJP-Bold.woff) format("woff"), url(../fonts/NotoSansJP-Bold.otf) format("opentype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Noto Sans CJK JP Black"), url(../fonts/NotoSansJP-Black.woff2) format("woff2"), url(../fonts/NotoSansJP-Black.woff) format("woff"), url(../fonts/NotoSansJP-Black.otf) format("opentype");
}
.u-ff-noto {
  font-family: "Noto Sans Japanese", sans-serif;
}

.u-ff-yugo {
  font-family: "游ゴシック","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic","メイリオ",Meiryo,sans-serif;
}

.u-ff-lato {
  font-family: Lato, sans-serif;
}

.u-ff-roboto {
  font-family: 'Roboto', sans-serif;
}

.u-ff-catamaran {
  font-family: "Catamaran", sans-serif;
}

.u-ff-fjalla {
  font-family: 'Fjalla One',sans-serif;
  letter-spacing: 1px;
}

.u-ff-oswald {
  font-family: "Oswald",sans-serif;
}

/* 0-2-2.  color management
-------------------------------------------------- */
/* base-color */
.color-white {
  color: #fff;
}

.color-gray {
  color: #999;
}

.color-black {
  color: #111;
}

/* thema-color */
.color-blue {
  color: #007bff;
}

.color-indigo {
  color: #6610f2;
}

.color-purple {
  color: #6f42c1;
}

.color-pink {
  color: #e83e8c;
}

.color-red {
  color: #dc3545;
}

.color-orange {
  color: #fd7e14;
}

.color-yellow {
  color: #ffc107;
}

.color-green {
  color: #28a745;
}

.color-teal {
  color: #20c997;
}

.color-cyan {
  color: #17a2b8;
}

.color-main {
  color: #fff;
}

.color-sub1 {
  color: #888;
}

.color-sub2 {
  color: #555;
}

.color-sub3 {
  color: #000;
}

/* 0-2-3.  lightbox */
a[data-lightbox="lb"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: none;
}
@media (min-width: 768px) {
  a[data-lightbox="lb"] {
    pointer-events: auto;
  }
}
a[data-lightbox="lb"]::after {
  display: none;
  position: absolute;
  bottom: 5px;
  right: 5px;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: 'FontAwesome 5 Free','fontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  color: #fff;
  text-decoration: none !important;
}
@media (min-width: 768px) {
  a[data-lightbox="lb"]::after {
    display: inline-block;
  }
}

/*====================================================================================
 [1. Layout]
====================================================================================*/
/* -----------------------------------------------
/* 1-1.  .l-wrapper
-------------------------------------------------- */
.l-wrapper {
  position: relative;
  overflow: hidden;
}

/* -----------------------------------------------
/* 1-2.  .l-main
-------------------------------------------------- */
.l-main {
  margin-top: 60px;
}
@media (min-width: 1025px) {
  .l-main {
    margin-top: 110px;
  }
}

/* -----------------------------------------------
/* 1-3.  .l-container
-------------------------------------------------- */
.l-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1230px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}
.l-container--fluid {
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
  position: relative;
}
.l-container + .l-container {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .l-container + .l-container {
    margin-top: 90px;
  }
}

/* -----------------------------------------------
/* 1-4.  .l-header
-------------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
}
@media (max-width: 374px) {
  .l-header {
    height: 44px;
  }
}
@media (min-width: 1025px) {
  .l-header {
    height: 110px;
    margin: 0 auto;
    transition: height 0.3s;
  }
  .l-header.is-fixed {
    height: 80px;
  }
}

.header__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.logo {
  height: 100%;
}
@media (min-width: 1025px) {
  .logo {
    position: static;
    height: 110px;
    display: flex;
    align-items: center;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-right: auto;
    transition: height 0.3s;
  }
  .l-header.is-fixed .logo {
    height: 100%;
  }
}

.logo__hdg {
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 1;
}

.logo__lnk {
  display: block;
  height: 50%;
  font-size: 2.4rem;
  font-weight: 700;
}

.logo__img {
  width: auto;
  height: 36px;
  max-height: 100%;
}
@media (min-width: 1025px) {
  .logo__img {
    width: auto;
    height: 60px;
  }
}

.telHeader {
  margin-top: 22.5px;
  text-align: right;
  line-height: 1;
}

.telHeader__num {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
}

.telHeader__ico {
  font-size: 1.4rem;
}

.telHeader__txt {
  display: block;
  margin-top: 3px;
  font-size: 1.1rem;
}

.telHeader__lnk {
  display: block;
}
@media (min-width: 768px) {
  .telHeader__lnk {
    pointer-events: none;
  }
}

/* -----------------------------------------------
/* 1-5.  .l-footer
-------------------------------------------------- */
.l-footer {
  margin-top: 90px;
}
@media (min-width: 1025px) {
  .l-footer {
    margin-top: 120px;
  }
}

/* pagetop */
.pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .pagetop {
    margin: 0 0 20px;
  }
}

.pagetop__lnk {
  display: block;
  font-size: 1.0rem;
  text-align: center;
  line-height: 1;
  color: #0057B8;
}

.pagetop__ico {
  margin-bottom: -5px;
  font-size: 2.4rem;
}
@media (min-width: 1025px) {
  .pagetop__ico {
    font-size: 4.8rem;
  }
}

/* copy */
.copy {
  padding: 15px 0;
  font-size: 1.0rem;
  line-height: 1;
  letter-spacing: 1.3px;
  text-align: center;
  border-top: 1px solid #48565c;
  background-color: #111;
  color: #999;
}
@media (min-width: 768px) {
  .copy {
    border-top: none;
  }
}
@media (min-width: 1025px) {
  .copy {
    padding: 15px 0;
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------
/* 1-6.  .l-nav
-------------------------------------------------- */
.l-nav {
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 60px;
  bottom: 0;
  width: 100%;
}
@media (max-width: 374px) {
  .l-nav {
    top: 44px;
  }
}
@media (min-width: 1025px) {
  .l-nav {
    position: static;
    height: 100%;
  }
}

.l-nav--footer {
  background-color: #0057B8;
}
.l-nav--footer * {
  color: #fff;
}
@media (min-width: 768px) {
  .l-nav--footer {
    padding: 40px 0 40px;
  }
}

/* 1-6-1. .globalNav
-------------------------------------------------- */
.globalNav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (min-width: 1025px) {
  .globalNav {
    position: static;
    height: 100%;
  }
}

.globalNav__content {
  perspective: 500px;
  width: 100%;
}
@media (min-width: 375px) and (max-width: 575px) {
  .globalNav__content {
    width: calc(100% - 120px);
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .globalNav__content {
    width: calc(100% - 240px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .globalNav__content {
    width: 45%;
  }
}
@media (min-width: 1025px) {
  .globalNav__content {
    perspective: none;
  }
}

.globalNav__bg {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: .4s;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .globalNav__bg {
    display: none;
  }
}

/* gNav sNav */
.gNav__lnk--item,
.gNav__txt--item,
.sNav__lnk--item,
.sNav__txt--item,
.gNav__lnk--sub {
  display: flex;
  align-items: center;
  height: 45px;
  position: relative;
  font-weight: 700;
  padding-left: 15px;
}

.gNav__txt--item::before,
.sNav__txt--item::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "\e61a";
  font-family: 'themify';
  width: 45px;
  height: 45px;
  font-size: 1.1rem;
  background-color: #f5f5f5;
}
.gNav__txt--item.is-active::before,
.sNav__txt--item.is-active::before {
  content: "\e622";
}

/* gNav */
.gNav {
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
}
@media (min-width: 375px) {
  .gNav {
    transform: rotateY(-10deg);
    transform-origin: right;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .gNav {
    padding: 40px 12.5%;
  }
}
@media (min-width: 1025px) {
  .gNav {
    opacity: 1;
    visibility: visible;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-start;
    padding: 0;
    background-color: #fff;
    transform: none !important;
  }
}
.flgSp .gNav, .flgTab .gNav {
  transition-duration: .3s;
}

.gNav__main,
.gNav__sub {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .gNav__main,
  .gNav__sub {
    flex-direction: row;
    align-items: flex-end;
  }
}

@media (min-width: 1025px) {
  .gNav__tel {
    order: 2;
    height: 80px;
    margin-left: 39.99px;
  }
}

@media (min-width: 1025px) {
  .gNav__main {
    order: 3;
    height: 80px;
  }
}

@media (min-width: 1025px) {
  .gNav__sub {
    order: 1;
    width: 100%;
    height: calc(100% - 80px);
    justify-content: flex-end;
    transition: opacity 0.3s;
  }
  .l-header.is-fixed .gNav__sub {
    opacity: 0;
    height: 0;
  }
}

.gNav__item {
  border-bottom: 1px solid #e5e6e6;
  line-height: 1;
}
@media (min-width: 1025px) {
  .gNav__item {
    font-size: 1.8rem;
    padding: 0;
    height: auto;
    display: block;
    border: none;
  }
}
@media (min-width: 1025px) {
  .gNav__item + .gNav__item {
    margin-left: 39.99px;
  }
}

.gNav__item--sub {
  position: relative;
  border-bottom: 1px solid #e5e6e6;
  line-height: 1;
}
@media (min-width: 1025px) {
  .gNav__item--sub {
    align-items: bottom;
    margin-left: 15px;
    border: none;
  }
}

@media (min-width: 1025px) {
  .gNav__lnk--item,
  .gNav__txt--item {
    padding: 0 0 30px 0;
    position: relative;
    height: auto;
    transition: color .2s;
  }
  .gNav__item.is-active > .gNav__lnk--item, .gNav__item.is-active >
  .gNav__txt--item {
    color: #0057B8;
  }
  .gNav__lnk--item::after,
  .gNav__txt--item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #0057B8;
    transition: .2s;
  }
  .gNav__item.is-active .gNav__lnk--item::after, .gNav__item.is-active
  .gNav__txt--item::after {
    width: 100%;
  }
  .gNav__lnk--item::before,
  .gNav__txt--item::before {
    display: none;
  }
}

.gNav__lnk--sub {
  display: flex;
  text-decoration: none;
}
@media (min-width: 1025px) {
  .gNav__lnk--sub {
    height: auto;
    padding: 0;
    font-size: 1.6rem;
    font-weight: normal;
  }
}

.subNav,
.subNav--child {
  display: none;
}
@media (min-width: 1025px) {
  .subNav,
  .subNav--child {
    width: 100%;
    position: absolute;
    left: 0;
  }
}

.subNav {
  background-color: #f5f5f5;
}
@media (min-width: 1025px) {
  .subNav {
    top: 110px;
    background-color: #0057B8;
    transition: top 0.3s;
  }
  .l-header.is-fixed .subNav {
    top: 80px;
  }
}

.subNav--child {
  background-color: #dedede;
}
@media (min-width: 1025px) {
  .subNav--child {
    top: 64px;
    background-color: #1896ca;
  }
}

@media (min-width: 1025px) {
  .sNav,
  .sNav--child {
    width: 1000px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}

@media (min-width: 1025px) {
  .sNav * {
    color: #fff;
  }
}

@media (min-width: 1025px) {
  .sNav__item,
  .sNav__item--child {
    border: none !important;
  }
}

@media (min-width: 1025px) {
  [class*="sNav__item"] {
    margin: 0 30px;
  }
}

.sNav__item {
  border-top: 1px solid #e5e6e6;
}

.sNav__item--child:not(:first-child) {
  border-top: 1px solid #fff;
}

@media (min-width: 1025px) {
  .sNav__txt--item,
  .sNav__lnk--item {
    padding-bottom: 24px;
    display: block;
    height: auto;
    padding-left: 0;
  }
  .sNav__txt--item::after,
  .sNav__lnk--item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #fff;
    transition: .2s;
  }
  [class*="sNav__item"].is-active > .sNav__txt--item::after, [class*="sNav__item"].is-active >
  .sNav__lnk--item::after {
    width: 100%;
  }
}

.sNav__txt--item {
  position: relative;
  padding-left: 30px;
}
.sNav__txt--item::before {
  background-color: #dedede;
}

.sNav__lnk--item {
  position: relative;
  padding-left: 30px;
}
@media (min-width: 1025px) {
  .sNav__item--child .sNav__lnk--item {
    padding-left: 0;
  }
}
.sNav__item--child .sNav__lnk--item {
  padding-left: 45px;
}

@media (min-width: 1025px) {
  .sNav__txt--item::before {
    display: none;
  }
}

/* 1-6-2. .footerNav
-------------------------------------------------- */
.footerNav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footerNav__content {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .footerNav__content {
    text-align: left;
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
    width: 30%;
  }
}

.logo-f {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.logo-f img {
  width: 100%;
}

.fNav {
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}
@media (min-width: 768px) {
  .fNav {
    display: flex;
    justify-content: flex-end;
    width: calc(70% - 60px);
    padding-top: 20px;
  }
}

.fNav__item {
  height: 100%;
}

@media (min-width: 768px) {
  .fNav__item--content {
    line-height: 1;
  }
}

.fNav__txt,
.fNav__lnk--child,
.fNav__lnk--content {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 30px 15px 15px;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 1.3px;
  border-top: 1px solid #fff;
}
@media (min-width: 768px) {
  .fNav__txt,
  .fNav__lnk--child,
  .fNav__lnk--content {
    padding: 0;
    border-top: none;
  }
}

.fNav__txt,
.fNav__lnk--child {
  font-weight: 700;
}
@media (min-width: 768px) {
  .fNav__txt,
  .fNav__lnk--child {
    font-size: 1.8rem;
    transition: .3s;
  }
}

.fNav__lnk--child {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .fNav__lnk--child.is-active,
  .fNav__lnk--content.is-active {
    opacity: 0.7;
  }
}

.fNav__txt {
  justify-content: space-between;
}
@media (min-width: 768px) {
  .fNav__txt {
    margin-bottom: 15px;
    justify-content: flex-start;
    height: auto;
  }
}
.fNav__txt::after {
  content: "\e61a";
  display: block;
  font-family: 'themify';
  color: #fff;
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 768px) {
  .fNav__txt::after {
    display: none;
  }
}
.fNav__txt.is-active::after {
  content: "\e622";
}

.fNav__content {
  display: none;
}
@media (min-width: 768px) {
  .fNav__content {
    display: block !important;
    margin-left: 6px;
  }
}

.fNav__lnk--content {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .fNav__lnk--content {
    font-size: 1.2rem;
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding-left: 5px;
    text-indent: -5px;
    transition: .3s;
  }
}

/* -----------------------------------------------
/* 1-7.  .l-mark
-------------------------------------------------- */
.l-mark {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  font-size: 24px;
  text-decoration: none;
  vertical-align: middle;
  transition: 0.3s;
  cursor: pointer;
}
@media (max-width: 374px) {
  .l-mark {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 1025px) {
  .l-mark {
    display: none;
  }
}

/* 1-7-1. .mark
-------------------------------------------------- */
.mark {
  margin-top: 3px;
}
.mark > * {
  position: relative;
  text-decoration: none;
}
.mark > i {
  will-change: transform;
}

.markMenu {
  position: relative;
  width: 100%;
  height: 1.8rem;
}

.markMenu__middle,
.markMenu__top,
.markMenu__bottom {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -20%;
  width: 40%;
  height: 2px;
  background-color: #111;
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.mark.is-active .markMenu__middle, .mark.is-active
.markMenu__top, .mark.is-active
.markMenu__bottom {
  background-color: #3c3c3c;
}
.l-mark.is-fixed .markMenu__middle, .l-mark.is-fixed
.markMenu__top, .l-mark.is-fixed
.markMenu__bottom {
  background-color: #111;
}

.markMenu__middle {
  opacity: 1;
  margin-top: -2px;
  transition: opacity 0.3s;
}
.mark.is-active .markMenu__middle {
  opacity: 0;
}

.markMenu__top {
  margin-top: -9px;
}
.mark.is-active .markMenu__top {
  transform: rotate(45deg) translate(5px, 5px);
}

.markMenu__bottom {
  margin-top: 5px;
}
.mark.is-active .markMenu__bottom {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* -----------------------------------------------
/* 1-8.  .l-loader
-------------------------------------------------- */
.l-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}

/* -----------------------------------------------
/* 1-9.  .l-state
-------------------------------------------------- */
body.is-fix .l-nav {
  visibility: visible;
}
body.is-fix .globalNav__bg {
  opacity: 1;
}
body.is-fix .gNav {
  opacity: 1;
  visibility: visible;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
@media (min-width: 1025px) {
  body.is-fix .l-main {
    margin-top: 0;
  }
  body.is-fix .l-header {
    position: fixed;
  }
  body.is-fix .gNav {
    overflow: visible;
  }
}

/*====================================================================================
 [2. Object]
====================================================================================*/
/* -----------------------------------------------
/* 2-1. Component
-------------------------------------------------- */
/* 2-1-1.  Wrap      [***Wrap]
-------------------------------------------------- */
[class*="Wrap"] {
  margin-bottom: 45px;
}

@media (min-width: 1025px) {
  [class*="Wrap"] {
    margin-bottom: 90px;
  }
}
/* 2-1-2.  Mod       [mod-***]
-------------------------------------------------- */
.box-scroll, .box-scroll--comment {
  height: 17em;
  background-color: #f7f7f7;
  overflow-y: auto;
  font-size: 1.2rem;
}

.box-scroll--comment {
  padding: 15px;
}
@media (min-width: 768px) {
  .box-scroll--comment {
    padding: 30px;
  }
}

.box-highlight, .box-highlight--gray, .box-highlight--white {
  background-color: #f7f9fb;
  padding: 15px;
}
@media (min-width: 768px) {
  .box-highlight, .box-highlight--gray, .box-highlight--white {
    padding: 30px;
  }
}

.box-highlight__tit {
  background-color: none;
  padding: 0;
}
.box-scroll .box-highlight__tit {
  background-color: #fff;
  padding: 15px;
}

.box-highlight--gray {
  background-color: #eee;
}
.box-highlight--white {
  background-color: #fff;
}
.box-highlight__tit {
  margin-bottom: .333em;
  font-size: 1.4rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .box-highlight__tit {
    margin-bottom: .666em;
    font-size: 1.6rem;
  }
}

/* tab */
.tab-basic {
  display: flex;
  margin-bottom: 30px;
}
.tab-basic__item {
  position: relative;
  width: 50%;
  padding-bottom: 20px;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  outline-width: 0;
  cursor: pointer;
}
.tab-basic__item::after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background-color: #fd7e14;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  transition: .3s;
}
.tab-basic__item.is-active {
  color: #fd7e14;
}
.tab-basic__item.is-active::after {
  width: 100%;
}
.tab-basic__content, .tab-basic__content--scroll {
  display: none;
  /* margin-top: 5.55556%; */
}
.tab-basic__content.is-active, .tab-basic__content--scroll.is-active {
  display: block;
}
.tab-basic__content--scroll {
  overflow-y: scroll;
  height: 240px;
}

@media (min-width: 1025px) {
  .tab__item {
    font-size: 1.4rem;
  }
}
/* 2-1-3.  Table     [tbl-***]
-------------------------------------------------- */
.tbl-basic__table, .tbl-basic__th, .tbl-basic__td,
.tbl-basic--column__table,
.tbl-basic--column__th,
.tbl-basic--column__td {
  border-color: #bfbfbf;
  border-style: solid;
}
.tbl-basic__table,
.tbl-basic--column__table {
  width: 100%;
  border-width: 0 1px 1px 0;
}
.tbl-basic__th, .tbl-basic__td,
.tbl-basic--column__th,
.tbl-basic--column__td {
  padding: 7.5px;
  border-width: 1px 0 0 1px;
}
.tbl-basic__th,
.tbl-basic--column__th {
  background-color: #efefef;
  width: 30%;
  font-weight: 500;
}
.tbl-basic__cap,
.tbl-basic--column__cap {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.tbl-basic__table, .tbl-basic__thead, .tbl-basic__tbody, .tbl-basic__tfoot, .tbl-basic__tr, .tbl-basic__td, .tbl-basic__th {
  display: block;
  width: 100%;
}

.tbl-basic--column__table {
  border-top: none;
}
.tbl-basic--column__th, .tbl-basic--column__td {
  display: block;
  width: 100%;
  word-break: break-all;
}
.tbl-basic--column__th {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tbl-basic--column__td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.form_zip {
  display: block;
}

@media (min-width: 768px) {
  .tbl-basic__cap,
  .tbl-basic--column__cap {
    font-size: 1.6rem;
  }
  .tbl-basic__th, .tbl-basic__td,
  .tbl-basic--column__th,
  .tbl-basic--column__td {
    padding: 15px;
  }

  .tbl-basic__table {
    display: table;
  }
  .tbl-basic__thead {
    display: table-header-group;
  }
  .tbl-basic__tbody {
    display: table-row-group;
  }
  .tbl-basic__tfoot {
    display: table-footer-group;
  }
  .tbl-basic__tr {
    display: table-row;
  }
  .tbl-basic__td {
    display: table-cell;
    width: 70%;
  }
  .tbl-basic__th {
    display: table-cell;
    width: 35%;
  }

  .tbl-basic--column__th, .tbl-basic--column__td {
    display: table-cell;
  }
  .tbl-basic--column__th {
    width: 30%;
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl-basic--column__td {
    border-right: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
  }
  .form_zip {
    display: inline-block;
  }
}
/* 2-1-4.  Title     [ttl-***]
-------------------------------------------------- */
.ttl-pageHeader__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
}

[class*="ttl-"][class*="--lv"] + *,
[class*="ttl-"][class*="--lv"] + section > [class*="ttl-"][class*="--lv"] {
  margin-top: 0 !important;
}

.ttl-center {
  text-align: center;
}
.ttl-center--lv1 {
  margin-bottom: 20px;
  /*text-align: center;*/
}
.ttl-center--lv2 {
  margin-top: 60px;
  margin-bottom: 15px;
  /*text-align: center;*/
}
.ttl-center--lv3 {
  margin-top: 32px;
  margin-bottom: 12px;
  /*text-align: center;*/
}
.ttl-center--lv4 {
  margin-bottom: 12px;
  /*text-align: center;*/
}
.ttl-center--lv5 {
  margin-bottom: 10px;
  /*text-align: center;*/
}
@media (min-width: 768px) {
  .ttl-center--lv1 {
    margin-bottom: 35px;
  }
  .ttl-center--lv2 {
    margin-top: 90px;
    margin-bottom: 25px;
  }
  .ttl-center--lv3 {
    margin-top: 45px;
    margin-bottom: 10px;
  }
  .ttl-center--lv4 {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .ttl-center--lv5 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
.ttl-center__item {
  line-height: 1;
  font-weight: 400;
}
.ttl-center__item + .ttl-center__item, .ttl-center__item--en + .ttl-center__item {
  margin-top: 10px;
}
.ttl-center__item--en {
  letter-spacing: .14em;
  line-height: 1;
  font-weight: 400;
  font-family: 'Catamaran', sans-serif;
}
.ttl-center__item--en + .ttl-center__item--en, .ttl-center__item + .ttl-center__item--en {
  margin-top: 10px;
}

/* 2-1-5.  Headings  [hdg-***]
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.hdg-1 {
  font-size: 3.2rem;
}

.hdg-2 {
  font-size: 2.4rem;
}

.hdg-3 {
  font-size: 2.0rem;
}

.hdg-4 {
  font-size: 1.8rem;
}

.hdg-5 {
  font-size: 1.6rem;
}

.hdg-6 {
  font-size: 1.4rem;
}

.hdg-7 {
  font-size: 1.2rem;
}

.hdg-8 {
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .hdg-1 {
    font-size: 3.6rem;
  }

  .hdg-2 {
    font-size: 3.2rem;
  }

  .hdg-3 {
    font-size: 2.7rem;
  }

  .hdg-4 {
    font-size: 2.4rem;
  }

  .hdg-5 {
    font-size: 1.8rem;
  }

  .hdg-6 {
    font-size: 1.6rem;
  }

  .hdg-7 {
    font-size: 1.4rem;
  }

  .hdg-8 {
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .hdg-1 {
    font-size: 4.8rem;
  }

  .hdg-2 {
    font-size: 3.6rem;
  }

  .hdg-3 {
    font-size: 3.2rem;
  }

  .hdg-4 {
    font-size: 2.4rem;
  }

  .hdg-5 {
    font-size: 2.0rem;
  }

  .hdg-6 {
    font-size: 1.8rem;
  }

  .hdg-7 {
    font-size: 1.6rem;
  }

  .hdg-8 {
    font-size: 1.2rem;
  }
}
/* 2-1-6.  Paragraph [prg-***]
-------------------------------------------------- */
.prg-xl, .prg-l, .prg-m, .prg-s, .prg-xs {
  padding-top: 7.5px;
}
.prg-xl p + p, .prg-l p + p, .prg-m p + p, .prg-s p + p, .prg-xs p + p {
  margin-top: 1.4rem;
}
@media (min-width: 768px) {
  .prg-xl, .prg-l, .prg-m, .prg-s, .prg-xs {
    padding-top: 15px;
  }
}

.prg-xl {
  font-size: 2.0rem;
  line-height: 1.2;
}

.prg-l {
  font-size: 1.8rem;
  line-height: 1.2;
}

.prg-m {
  font-size: 1.5rem;
  line-height: 1.8;
}

.prg-s {
  font-size: 1.3rem;
  line-height: 1.8;
}

.prg-xs {
  font-size: 1.1rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .prg-xl {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .prg-l {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .prg-m {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .prg-s {
    font-size: 1.0rem;
    line-height: 1.8;
  }

  .prg-xs {
    font-size: 0.8rem;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .prg-xl {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .prg-l {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .prg-m {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .prg-s {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .prg-xs {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media (min-width: 992px) {
  .prg-xl {
    font-size: 2.4rem;
  }

  .prg-l {
    font-size: 1.8rem;
  }

  .prg-m {
    font-size: 1.6rem;
  }

  .prg-s {
    font-size: 1.4rem;
  }

  .prg-xs {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
/* 2-1-7.  Nav       [nav-***]
-------------------------------------------------- */
/* nav-category */
.nav-category {
  display: block;
}
.nav-category__item {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .nav-category__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin-right: -10px;
    margin-left: -10px;
  }
  .nav-category__item {
    width: calc(100% / 2);
    margin-bottom: 0;
    padding: 10px;
  }
}
@media (min-width: 992px) {
  .nav-category__items {
    margin-right: -15px;
    margin-left: -15px;
  }
  .nav-category__item {
    width: calc(100% / 3);
    padding: 15px;
  }
}

/* 2-1-8.  List      [lst-***]
-------------------------------------------------- */
.lst-btn {
  margin-top: 30px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .lst-btn {
    margin-top: 45px;
  }
}
.lst-btn__items, .lst-btn__item {
  padding: 7.5px;
}
.lst-btn__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.lst-btn__item {
  flex-basis: 50%;
}
.lst-btn__item--w20per {
  padding: 7.5px;
  flex-basis: 20%;
}
.lst-btn__item--w25per {
  padding: 7.5px;
  flex-basis: 25%;
}
.lst-btn__item--w33per {
  padding: 7.5px;
  flex-basis: 33.3%;
}
.lst-btn__item--w100per {
  padding: 7.5px;
  flex-basis: 100%;
}

.lst-taggroup__item {
  margin-top: 15px;
  margin-right: 15px;
}

.lst-newsList__date {
  color: #999;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 30px;
}
.lst-newsList__date:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
.lst-newsList__lnk {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  transition: .3s;
}
@media (min-width: 1025px) {
  .lst-newsList {
    margin-bottom: 60px;
  }
  .lst-newsList__date {
    margin-bottom: 15px;
  }
  .lst-newsList__lnk:hover {
    color: #007bff;
    border-bottom: 1px solid #007bff;
  }
}

/* 2-1-9.  Button    [btn-***]
-------------------------------------------------- */
.btn-basic, .btn-basic--blue, .btn-basic--blue2, .btn-basic--green, .btn-basic--green2, .btn-form__posi, .btn-form__nega {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 269px;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  border: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  -webkit-user-select: none;
  outline-width: 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .btn-basic, .btn-basic--blue, .btn-basic--blue2, .btn-basic--green, .btn-basic--green2, .btn-form__posi, .btn-form__nega {
    width: 400px;
    height: 57px;
  }
}
.btn-basic [class*="ti"], .btn-basic--blue [class*="ti"], .btn-basic--blue2 [class*="ti"], .btn-basic--green [class*="ti"], .btn-basic--green2 [class*="ti"], .btn-form__posi [class*="ti"], .btn-form__nega [class*="ti"] {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
.btn-basic .ti-angle-right, .btn-basic--blue .ti-angle-right, .btn-basic--blue2 .ti-angle-right, .btn-basic--green .ti-angle-right, .btn-basic--green2 .ti-angle-right, .btn-form__posi .ti-angle-right, .btn-form__nega .ti-angle-right,
.btn-basic .ti-angle-down,
.btn-basic--blue .ti-angle-down,
.btn-basic--blue2 .ti-angle-down,
.btn-basic--green .ti-angle-down,
.btn-basic--green2 .ti-angle-down,
.btn-form__posi .ti-angle-down,
.btn-form__nega .ti-angle-down {
  right: 7px;
}
.btn-basic .ti-angle-left, .btn-basic--blue .ti-angle-left, .btn-basic--blue2 .ti-angle-left, .btn-basic--green .ti-angle-left, .btn-basic--green2 .ti-angle-left, .btn-form__posi .ti-angle-left, .btn-form__nega .ti-angle-left {
  left: 7px;
}

/* btn-basic */
.btn-basic {
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  color: #000;
  transition: background .3s;
}
.btn-basic:hover {
  background-color: #000;
  color: #fff;
}
.btn-basic--blue {
  border-color: #007aaa;
  color: #007aaa;
}
.btn-basic--blue:hover {
  background-color: #007aaa;
  color: #fff;
}
.btn-basic--blue2 {
  border-color: #386ec5;
  color: #386ec5;
}
.btn-basic--blue2:hover {
  background-color: #386ec5;
  color: #fff;
}
.btn-basic--green {
  border-color: #60b636;
  color: #60b636;
}
.btn-basic--green:hover {
  background-color: #60b636;
  color: #fff;
}
.btn-basic--green2 {
  border-color: #00a4aa;
  color: #00a4aa;
}
.btn-basic--green2:hover {
  background-color: #00a4aa;
  color: #fff;
}

.btn-type--blue, .btn-category1, .btn-type--indigo, .btn-type--purple, .btn-type--pink, .btn-type--red, .btn-type--orange, .btn-category2, .btn-type--yellow, .btn-type--green, .btn-category3, .btn-type--teal, .btn-type--cyan, .btn-type--main, .btn-type--sub1, .btn-type--sub2, .btn-type--sub3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  line-height: 1;
  border-width: 2px;
  border-style: solid;
  transition: background .3s;
}
@media (min-width: 768px) {
  .btn-type--blue, .btn-category1, .btn-type--indigo, .btn-type--purple, .btn-type--pink, .btn-type--red, .btn-type--orange, .btn-category2, .btn-type--yellow, .btn-type--green, .btn-category3, .btn-type--teal, .btn-type--cyan, .btn-type--main, .btn-type--sub1, .btn-type--sub2, .btn-type--sub3 {
    height: 57px;
  }
}
.btn-type--blue:hover, .btn-category1:hover, .btn-type--indigo:hover, .btn-type--purple:hover, .btn-type--pink:hover, .btn-type--red:hover, .btn-type--orange:hover, .btn-category2:hover, .btn-type--yellow:hover, .btn-type--green:hover, .btn-category3:hover, .btn-type--teal:hover, .btn-type--cyan:hover, .btn-type--main:hover, .btn-type--sub1:hover, .btn-type--sub2:hover, .btn-type--sub3:hover {
  color: #fff;
}
.btn-type--blue:hover::after, .btn-category1:hover::after, .btn-type--indigo:hover::after, .btn-type--purple:hover::after, .btn-type--pink:hover::after, .btn-type--red:hover::after, .btn-type--orange:hover::after, .btn-category2:hover::after, .btn-type--yellow:hover::after, .btn-type--green:hover::after, .btn-category3:hover::after, .btn-type--teal:hover::after, .btn-type--cyan:hover::after, .btn-type--main:hover::after, .btn-type--sub1:hover::after, .btn-type--sub2:hover::after, .btn-type--sub3:hover::after {
  background-color: #fff;
}
.btn-type--blue::after, .btn-category1::after, .btn-type--indigo::after, .btn-type--purple::after, .btn-type--pink::after, .btn-type--red::after, .btn-type--orange::after, .btn-category2::after, .btn-type--yellow::after, .btn-type--green::after, .btn-category3::after, .btn-type--teal::after, .btn-type--cyan::after, .btn-type--main::after, .btn-type--sub1::after, .btn-type--sub2::after, .btn-type--sub3::after {
  content: "\f107";
  position: absolute;
  top: 0;
  right: 1em;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  border-radius: 50%;
  font-size: 1.4rem;
  font-family: 'FontAwesome 5 Free','fontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
  color: #fff;
}
.btn-type--blue span, .btn-category1 span, .btn-type--indigo span, .btn-type--purple span, .btn-type--pink span, .btn-type--red span, .btn-type--orange span, .btn-category2 span, .btn-type--yellow span, .btn-type--green span, .btn-category3 span, .btn-type--teal span, .btn-type--cyan span, .btn-type--main span, .btn-type--sub1 span, .btn-type--sub2 span, .btn-type--sub3 span {
  display: none !important;
}

.btn-type--blue, .btn-category1 {
  border-color: #007bff;
  color: #007bff;
}
.btn-type--blue:hover, .btn-category1:hover {
  background-color: #007bff;
}
.btn-type--blue:hover::after, .btn-category1:hover::after {
  color: #007bff;
}
.btn-type--blue::after, .btn-category1::after {
  background-color: #007bff;
}

.btn-type--indigo {
  border-color: #6610f2;
  color: #6610f2;
}
.btn-type--indigo:hover {
  background-color: #6610f2;
}
.btn-type--indigo:hover::after {
  color: #6610f2;
}
.btn-type--indigo::after {
  background-color: #6610f2;
}

.btn-type--purple {
  border-color: #6f42c1;
  color: #6f42c1;
}
.btn-type--purple:hover {
  background-color: #6f42c1;
}
.btn-type--purple:hover::after {
  color: #6f42c1;
}
.btn-type--purple::after {
  background-color: #6f42c1;
}

.btn-type--pink {
  border-color: #e83e8c;
  color: #e83e8c;
}
.btn-type--pink:hover {
  background-color: #e83e8c;
}
.btn-type--pink:hover::after {
  color: #e83e8c;
}
.btn-type--pink::after {
  background-color: #e83e8c;
}

.btn-type--red {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-type--red:hover {
  background-color: #dc3545;
}
.btn-type--red:hover::after {
  color: #dc3545;
}
.btn-type--red::after {
  background-color: #dc3545;
}

.btn-type--orange, .btn-category2 {
  border-color: #fd7e14;
  color: #fd7e14;
}
.btn-type--orange:hover, .btn-category2:hover {
  background-color: #fd7e14;
}
.btn-type--orange:hover::after, .btn-category2:hover::after {
  color: #fd7e14;
}
.btn-type--orange::after, .btn-category2::after {
  background-color: #fd7e14;
}

.btn-type--yellow {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-type--yellow:hover {
  background-color: #ffc107;
}
.btn-type--yellow:hover::after {
  color: #ffc107;
}
.btn-type--yellow::after {
  background-color: #ffc107;
}

.btn-type--green, .btn-category3 {
  border-color: #28a745;
  color: #28a745;
}
.btn-type--green:hover, .btn-category3:hover {
  background-color: #28a745;
}
.btn-type--green:hover::after, .btn-category3:hover::after {
  color: #28a745;
}
.btn-type--green::after, .btn-category3::after {
  background-color: #28a745;
}

.btn-type--teal {
  border-color: #20c997;
  color: #20c997;
}
.btn-type--teal:hover {
  background-color: #20c997;
}
.btn-type--teal:hover::after {
  color: #20c997;
}
.btn-type--teal::after {
  background-color: #20c997;
}

.btn-type--cyan {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-type--cyan:hover {
  background-color: #17a2b8;
}
.btn-type--cyan:hover::after {
  color: #17a2b8;
}
.btn-type--cyan::after {
  background-color: #17a2b8;
}

.btn-type--main {
  border-color: #fff;
  color: #fff;
}
.btn-type--main:hover {
  background-color: #fff;
}
.btn-type--main:hover::after {
  color: #fff;
}
.btn-type--main::after {
  background-color: #fff;
}

.btn-type--sub1 {
  border-color: #888;
  color: #888;
}
.btn-type--sub1:hover {
  background-color: #888;
}
.btn-type--sub1:hover::after {
  color: #888;
}
.btn-type--sub1::after {
  background-color: #888;
}

.btn-type--sub2 {
  border-color: #555;
  color: #555;
}
.btn-type--sub2:hover {
  background-color: #555;
}
.btn-type--sub2:hover::after {
  color: #555;
}
.btn-type--sub2::after {
  background-color: #555;
}

.btn-type--sub3 {
  border-color: #000;
  color: #000;
}
.btn-type--sub3:hover {
  background-color: #000;
}
.btn-type--sub3:hover::after {
  color: #000;
}
.btn-type--sub3::after {
  background-color: #000;
}

.btn-form__posi, .btn-form__nega {
  padding: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #000;
  background-color: #fff;
  transition: all .3s;
}
.btn-form__posi:hover, .btn-form__nega:hover {
  color: #fff;
}
.btn-form__posi::before, .btn-form__posi::after, .btn-form__nega::before, .btn-form__nega::after {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  margin: auto;
  font-size: 1.4rem;
  font-family: 'FontAwesome 5 Free','fontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
}
.btn-form__posi {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-form__posi:hover {
  background-color: #dc3545;
}
.btn-form__posi:hover::after {
  color: #fff;
}
.btn-form__posi::after {
  content: "\f105";
  right: 1em;
  color: #dc3545;
}
.btn-form__nega {
  border-color: #666;
  color: #666;
}
.btn-form__nega:hover {
  background-color: #666;
}
.btn-form__nega:hover::before {
  color: #fff;
}
.btn-form__nega::before {
  content: "\f104";
  left: 1em;
  color: #666;
}
.btn-form__posi[disabled] {
  border-color: #eee;
  background-color: #eee;
  color: #fff;
}
.btn-form__posi[disabled]::after {
  display: none;
}

/* button arrow
-------------------------------------------------- */
.arw-t::after,
.arw-r::after,
.arw-b::after,
.arw-l::before {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-family: 'FontAwesome 5 Free','fontAwesome';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  line-height: 1;
}

.arw-t::after {
  content: "\f106";
}

.arw-r::after {
  content: "\f105";
}

.arw-b::after {
  content: "\f107";
}

.arw-l::before {
  content: "\f104";
}

.arw-t::after,
.arw-r::after,
.arw-b::after {
  right: 0.75rem;
}

.arw-l::before {
  left: 0.75rem;
}

/* 2-1-10. Link      [lnk-***]
-------------------------------------------------- */
.lnk-none {
  text-decoration: none !important;
  color: inherit !important;
}

.lnk-tel {
  pointer-events: auto;
}

.lnk-fax {
  pointer-events: none;
}

.lnk-bdr {
  border-bottom: 1px solid #007bff;
  color: #007bff;
}

.lnk-txt {
  display: inline;
  color: #007bff;
  transition: .3s;
}
.lnk-txt [class*="ti-"] {
  margin-left: 5px;
  font-size: 1.1rem;
}

@media (min-width: 768px) {
  .lnk-tel {
    display: inline-flex;
    pointer-events: none;
  }

  .lnk-bdr:hover {
    border-bottom: 1px solid transparent;
  }
}
/* 2-1-11. Icon      [ico-***]
-------------------------------------------------- */
/* 2-1-12. Label     [lbl-***]
-------------------------------------------------- */
.lbl-type--blue, .lbl-type1, .lbl-taggroup1, .lbl-type--indigo, .lbl-type--purple, .lbl-type--pink, .lbl-type--red, .lbl-type--orange, .lbl-type2, .lbl-taggroup2, .lbl-type--yellow, .lbl-type--green, .lbl-type3, .lbl-taggroup3, .lbl-type--teal, .lbl-type--cyan, .lbl-type4, .lbl-taggroup4, .lbl-type--main, .lbl-type--sub1, .lbl-type--sub2, .lbl-type--sub3 {
  padding: .5em .75em;
  line-height: 1.0;
  display: inline-block;
  font-size: 80%;
  text-align: center;
  text-decoration: none !important;
  background-color: #dc3545;
}

.lbl-type--blue, .lbl-type1, .lbl-taggroup1 {
  border-color: #007bff;
  color: #fff;
}

.lbl-type--indigo {
  border-color: #6610f2;
  color: #fff;
}

.lbl-type--purple {
  border-color: #6f42c1;
  color: #fff;
}

.lbl-type--pink {
  border-color: #e83e8c;
  color: #fff;
}

.lbl-type--red {
  border-color: #dc3545;
  color: #fff;
}

.lbl-type--orange, .lbl-type2, .lbl-taggroup2 {
  border-color: #fd7e14;
  color: #fff;
}

.lbl-type--yellow {
  border-color: #ffc107;
  color: #fff;
}

.lbl-type--green, .lbl-type3, .lbl-taggroup3 {
  border-color: #28a745;
  color: #fff;
}

.lbl-type--teal {
  border-color: #20c997;
  color: #fff;
}

.lbl-type--cyan, .lbl-type4, .lbl-taggroup4 {
  border-color: #17a2b8;
  color: #fff;
}

.lbl-type--main {
  border-color: #fff;
  color: #fff;
}

.lbl-type--sub1 {
  border-color: #888;
  color: #fff;
}

.lbl-type--sub2 {
  border-color: #555;
  color: #fff;
}

.lbl-type--sub3 {
  border-color: #000;
  color: #fff;
}

.lbl-require, .lbl-anyitem {
  display: block;
  float: left;
  width: 4em;
  margin: .25em .50em 0;
  padding: 0.5rem;
  border-radius: 0.25em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .lbl-require, .lbl-anyitem {
    float: right;
  }
}

.lbl-require {
  background-color: #c00;
  color: #fff;
}

.lbl-anyitem {
  background-color: #666;
  color: #fff;
}

/* 2-1-13. Form      [frm-***]
-------------------------------------------------- */
.frm-basic input[type="text"],
.frm-basic input[type="email"],
.frm-basic input[type="password"],
.frm-basic textarea,
.frm-basic select,
.frm-basic select > option {
  border: 1px solid #ddd;
  /*font-size: 1.4rem;*/
}
.frm-basic input[type="text"]:focus,
.frm-basic input[type="email"]:focus,
.frm-basic input[type="password"]:focus,
.frm-basic textarea:focus,
.frm-basic select:focus,
.frm-basic select > option:focus {
  border-color: #999;
}
.frm-basic label {
  display: inline-block;
}
.frm-basic .frm-basic__zip {
  width: 7.5em;
}
.frm-basic .frm-basic__inpAge {
  width: 4.5em;
}
.frm-basic .frm-basic__issue--others {
  width: 60%;
  margin-left: 1em;
}
.frm-basic__items--hol {
  display: flex;
  flex-wrap: wrap;
}
.frm-basic__items--hol li + li {
  margin-left: 30px;
}

.frm-basic {
  margin-top: 15px;
}

/* 規約 */
.frm-rules {
  margin: 15px auto 0 auto;
  /*text-align: center;*/
}
.frm-rules__body {
  font-size: 1.2rem;
}

/* ボタン */
.frm-button {
  width: auto;
  margin: 30px auto;
  font-size: 1.6rem;
  text-align: center;
}
.frm-button__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.frm-button__item {
  padding: 7.5px;
}
.frm-rules + .frm-button {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .frm-basic {
    margin-top: 30px;
  }

  .frm-rules {
    margin: 60px auto 0 auto;
  }

  .frm-button {
    margin: 30px auto 0;
  }
  .frm-button__items {
    flex-direction: row-reverse;
    margin-right: -15px;
    margin-left: -15px;
  }
  .frm-button__item {
    padding: 15px;
  }
}
/* 2-1-14. Media     [mda-***]
-------------------------------------------------- */
[class*="mda-"] figure + figcaption {
  margin-top: 20px;
}

.mda-bottom {
  margin: 30px auto 60px;
}

@media (min-width: 768px) {
  .mda-bottom {
    margin: 60px auto 96px;
  }
}
/* 2-1-15. Card      [crd-***]
-------------------------------------------------- */
.crd {
  /*overflow: hidden;*/
  display: flex;
  flex-direction: column;
  position: relative;
  height: calc(100% - 15px);
  margin-bottom: 15px;
  background-color: #fff;
}
.crd__img {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #000;
}
.crd__content {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  height: 100%;
  min-height: 0;
  padding: 20px;
}
.crd__img {
  /*padding-top: 33.3333%;*/
  /* 3:1 */
  /*padding-top: 40%;*/
  /* 5:2 */
  /*padding-top: 50%;*/
  /* 2:1 */
  /*padding-top: 56.25%;*/
  /* 16:9; */
  padding-top: 66.66667%;
  /* 3:2 */
  /*padding-top: 75%;*/
  /* 4:3 */
  /*padding-top: 200%;*/
  /* 1:2 */
}
.crd__ttl {
  margin-bottom: 8px;
  /*font-size: 1.6rem;*/
  font-weight: 400;
}
.crd__txt {
  margin-bottom: 15px;
  line-height: 2;
}
.crd__lnk {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .crd__img {
    /*padding-top: 33.3333%;*/
    /* 3:1 */
    /*padding-top: 40%;*/
    /* 5:2 */
    /*padding-top: 50%;*/
    /* 2:1 */
    /*padding-top: 56.25%;*/
    /* 16:9; */
    padding-top: 66.66667%;
    /* 3:2 */
    /*padding-top: 75%;*/
    /* 4:3 */
    /*padding-top: 200%;*/
    /* 1:2 */
  }
  .crd__ttl {
    margin-bottom: 15px;
    font-weight: 600;
    /*font-size: 1.8rem;*/
  }
}
@media (min-width: 768px) {
  .crd {
    height: 100%;
    margin-bottom: 0;
  }
  .crd__content {
    padding: 25px;
  }
}

/* 2-1-16. Pagenation
-------------------------------------------------- */
.pagination {
  font-size: 92%;
}
.pagination__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.pagination__item {
  padding: 0.25em;
}
.pagination__item--prev.current, .pagination__item--next.current {
  visibility: hidden;
  display: block;
}
.pagination__item--prev {
  justify-self: flex-start;
  margin-right: auto;
  margin-left: 0;
}
.pagination__item--prev a:after {
  display: none;
}
.pagination__item--next {
  justify-self: flex-end;
  margin-right: 0;
  margin-left: auto;
}
.pagination__item--next a:before {
  display: none;
}
.pagination__arw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  line-height: 1;
  background-color: #222;
  color: #fff;
}
.pagination__arw::before {
  content: '\e64a';
  font-family: 'themify';
}
.pagination__arw--txt {
  display: none;
}
.pagination__arw::after {
  content: '\e649';
  font-family: 'themify';
}
.pagination__lnk {
  position: relative;
}
.pagination__lnk::after, .pagination__lnk::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.pagination__lnk::after {
  font-size: 1.4rem;
}
.pagination__lnk::before {
  font-size: 1.2rem;
}
.pagination__lnk:hover::after, .pagination__lnk:hover::before, .pagination__lnk:hover::after, .pagination__lnk:hover::before {
  color: #fff;
}
.pagination__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  line-height: 1;
  border: 1px solid #222;
}
a .pagination__txt {
  background-color: #222;
  color: #fff;
}

/* 2-1-17. Breadcrumbs
-------------------------------------------------- */
.breadcrumbs {
  padding-bottom: 30px;
}
.breadcrumb__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
  font-size: 1.2rem;
  line-height: 1;
}
.breadcrumb__item + .breadcrumb__item::before {
  content: "\e649";
  margin: 0 5px;
  font-family: 'themify';
  font-size: 1.0rem;
}
.breadcrumb__lnk:hover {
  text-decoration: underline;
  color: #0057B8;
}
@media (min-width: 768px) {
  .breadcrumbs {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .breadcrumb__items {
    font-size: 1.6rem;
  }
}

/* -----------------------------------------------
/* 2-2. Animation [act-***]
-------------------------------------------------- */
.act-transition {
  transition: 0.3s;
}

.act-fadeIn, .act-fadeInLeft, .act-fadeInRight, .act-fadeInTop {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
  will-change: transform;
}
.is-scrollin.act-fadeIn, .is-scrollin.act-fadeInLeft, .is-scrollin.act-fadeInRight, .is-scrollin.act-fadeInTop {
  opacity: 1;
  transform: none;
}

.act-fadeIn {
  transform: translateY(60px);
}
.act-fadeInLeft {
  transform: translateX(-100px);
}
.act-fadeInRight {
  transform: translateX(100px);
}
.act-fadeInTop {
  transform: translateY(-60px);
}

.act-fadeDelay00 {
  transition-delay: 0s !important;
}

.act-fadeDelay01 {
  transition-delay: 0.2s !important;
}

.act-fadeDelay02 {
  transition-delay: 0.4s !important;
}

.act-fadeDelay03 {
  transition-delay: 0.6s !important;
}

.act-fadeDelay04 {
  transition-delay: 0.8s !important;
}

.act-fadeDelay05 {
  transition-delay: 1s !important;
}

.act-fadeDelay06 {
  transition-delay: 1.2s !important;
}

.act-fadeDelay07 {
  transition-delay: 1.4s !important;
}

.act-fadeDelay08 {
  transition-delay: 1.6s !important;
}

.act-fadeDelay09 {
  transition-delay: 1.8s !important;
}

.act-fadeDelay10 {
  transition-delay: 2s !important;
}

.act-fadeDelay11 {
  transition-delay: 2.2s !important;
}

.act-fadeDelay12 {
  transition-delay: 2.4s !important;
}

.act-fadeDelay13 {
  transition-delay: 2.6s !important;
}

.act-fadeDelay14 {
  transition-delay: 2.8s !important;
}

.act-fadeDelay15 {
  transition-delay: 3s !important;
}

.act-fadeDelay16 {
  transition-delay: 3.2s !important;
}

.act-fadeDelay17 {
  transition-delay: 3.4s !important;
}

.act-fadeDelay18 {
  transition-delay: 3.6s !important;
}

.act-fadeDelay19 {
  transition-delay: 3.8s !important;
}

.act-fadeDelay20 {
  transition-delay: 4s !important;
}

.act-zoom {
  position: relative;
  overflow: hidden;
}
.act-zoom img {
  transform: scale(1);
  transition: transform 0.5s ease;
}
.act-zoom:hover img, .act-zoom.is-touch img {
  transform: scale(1.03);
}

/* -----------------------------------------------
/* 2-3. OverLayerConfig [z-index]
-------------------------------------------------- */
.l-loader {
  z-index: 100;
}

.globalNav__bg {
  z-index: 1000;
}

.l-header, .globalNav__content {
  z-index: 1001;
}

.logo {
  z-index: 1002;
}

.l-mark {
  z-index: 2000;
}

.subNav {
  z-index: 1000;
}

/* -----------------------------------------------
/* 2-4. Order [flex-order]
-------------------------------------------------- */
/*.hoge {
    order: 1;
}*/

/*# sourceMappingURL=base.css.map */
