@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-header
   1-3.  .l-footer
   1-4.  .l-nav
        1-4-1. .globalNav
        1-4-2. .footerNav
   1-5.  .l-mark
        1-5-1. .mark
   1-6.  .l-main
   1-7.  .l-container
   1-8.  body.is-fix #l-***
   1-9.  .l-loader
2. Object
   2-1. Component
        2-1-1.  Wrap      [***Wrap]
        2-1-2.  Box       [box-***]
        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. pagenation
        2-1-17. breadcrumbs
        2-1-18. news
   2-2. Animation [act-***]
   2-3. OverLayerConfig [z-index]
   2-4. Order [flex-order]
-------------------------------------------------- */
/*====================================================================================
 [0. Foundation]
====================================================================================*/
/* -----------------------------------------------
/* 0-1. Base
-------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Catamaran:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900");
body {
  background-color: #fff;
  color: #2d251b;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: .056em;
  line-height: 1.6;
  width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body * {
  box-sizing: border-box;
}

body.is-fix {
  position: fixed;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
@media (min-width: 1025px) {
  body.is-fix {
    position: static;
  }
}
a {
  box-sizing: border-box;
  word-break: break-all;
  /*-webkit-tap-highlight-color: rgba(189, 185, 185, 0);*/
  -webkit-transition: opacity .1s ease-in-out 0s;
  transition: opacity .1s ease-in-out 0s;
  color: #eb6100;
  text-decoration: underline;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*a:hover,
a:active {
    outline-width: 0;
    text-decoration: none;
}
a:focus {
    outline-width: 0;
    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;
  src: 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;
  src: 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;
  src: 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;
  src: 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;
}

.u-ff-tangerine {
  font-family: "Tangerine",cursive;
  letter-spacing: -0.5px;
}

.u-ff-Notoserif {
  font-family: "Noto Serif SC", serif;
  letter-spacing: 2.6px;
}

/* 0-2-2.  color management
-------------------------------------------------- */
/* base-color */
.color-b1 {
  color: white;
}

.color-b2 {
  color: #999999;
}

.color-b3 {
  color: #111111;
}

/* thema-color */
.color-t1 {
  color: #005fa9;
}

.color-t2 {
  color: #ec8642;
}

.color-t3 {
  color: #00a4aa;
}

/* font-color */
.font_red {color: #ff0000;}

/* 0-2-3.  lightbox */
a[data-lightbox="lb"] {
  position: relative;
  text-decoration: none !important;
  pointer-events: none;
}

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';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: bold;
  text-rendering: auto;
  line-height: 1;
  content: "\f002";
  color: #fff;
  text-decoration: none !important;
}

@media (min-width: 768px) {
  a[data-lightbox="lb"] {
    pointer-events: auto;
  }

  a[data-lightbox="lb"]::after {
    display: inline-block;
  }
}
/*====================================================================================
 [1. Layout]
====================================================================================*/
/* -----------------------------------------------
/* 1-1.  .l-wrapper
-------------------------------------------------- */
.l-wrapper {
  position: relative;
  overflow: hidden;
}

/* -----------------------------------------------
/* 1-2.  .l-header
-------------------------------------------------- */
.l-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(45, 37, 27, 0.88);
}

.header__content {
  display: flex;
  justify-content: space-between;
  max-width: 1630px;
  height: 100%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.logo {
  height: 100%;
}
.logo p {
  line-height: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.logo__lnk {
  display: block;
}

.logo__lnk img {
  height: 40px;
}

.is-fixed .logo__lnk {
  height: 60%;
}

.telHeader {
  text-align: right;
  line-height: 1;
  margin-top: 30px;
}

[class*="telHeader__"] {
  display: block;
}

.telHeader__btn {
  background-color: #eb581b;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 10px 36px 11px;
  margin-top: 3px;
  color: #fff;
  text-align: center;
}

@media (min-width: 1025px) {
  .l-header {
    height: 96px;
    margin: 0 auto;
    transition: height 0.3s;
  }

  .gNav__sub {
    transition: opacity 0.3s;
  }

  .logo {
    position: static;
    height: 96px;
    display: flex;
    align-items: center;
    top: auto;
    left: auto;
    margin-left: 0;
    margin-right: auto;
    transition: height 0.3s;
  }
  .logo svg {
    width: 64px;
    height: 60px;
  }

  .telHeader {
    margin-top: 0;
    margin-bottom: 15px;
  }

  .l-header.is-fixed {
    height: 60px;
  }
  .l-header.is-fixed .gNav__sub {
    opacity: 0;
    height: 0;
  }
  .l-header.is-fixed .logo {
    height: 100%;
  }
}
/* -----------------------------------------------
/* 1-3.  .l-footer
-------------------------------------------------- */
/* pagetop */
.pagetop {
  margin: 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagetop a {
  color: #2d251b;
  font-size: 1.0rem;
  display: block;
  text-align: center;
  line-height: 1;
}
.pagetop .fa {
  font-size: 2.4rem;
  margin-bottom: -5px;
}

@media (min-width: 1025px) {
  /* pagetop */
  .pagetop {
    margin: 0 0 20px;
  }
  .pagetop .fa {
    font-size: 4.8rem;
    margin-bottom: -5px;
  }
}
/* -----------------------------------------------
/* 1-4.  .l-nav
-------------------------------------------------- */
.l-nav {
  position: fixed;
  right: 0;
  top: 60px;
  width: 100%;
  bottom: 0;
  visibility: hidden;
}

.l-nav--footer {
  background-color: #2d251b;
}
.l-nav--footer * {
  color: #fff;
}

@media (min-width: 768px) {
  .l-nav--footer {
    padding: 40px 0 40px;
  }
}
@media (min-width: 1025px) {
  .l-nav {
    position: static;
    height: 100%;
  }
}
/* 1-4-1. .globalNav
-------------------------------------------------- */
.globalNav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.globalNav__content {
  -webkit-perspective: 500px;
  perspective: 500px;
  width: 100%;
}

.globalNav__bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  cursor: pointer;
}

/* gNav sNav */
.gNav__lnk--item,
.gNav__txt--item,
.sNav__lnk--item,
.sNav__txt--item {
  display: flex;
  align-items: center;
  height: 45px;
  position: relative;
  padding-left: 15px;
}

.gNav__txt--item {
  color: #eb6100;
}

.gNav__txt--item::before,
.sNav__txt--item::before {
  content: "\e61a";
  font-family: 'themify';
  font-size: 1.1rem;
  height: 45px;
  width: 45px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.gNav__txt--item.is-active::before,
.sNav__txt--item.is-active::before {
  content: "\e622";
}

/* gNav */
.gNav {
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: 'Noto Serif SC', serif;
}

.flgSp .gNav,
.flgTab .gNav {
  transition-duration: .3s;
}

.gNav__item {
  line-height: 1;
  border-top: 1px solid #e5e6e6;
}

.gNav__item:last-child {
  margin-right: 0;
}

.gNav__lnk--item {
  display: flex;
  position: relative;
  text-decoration: none;
}

.gNav__sub {
  display: flex;
  order: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 15px;
}

.gNav__item--sub + .gNav__item--sub {
  margin-left: 0;
}

.gNav__item--sub {
  width: 50%;
}

.gNav__icon {
  width: 100%;
  margin-bottom: 0.75rem;
}

.gNav__lnk--item-sub {
  font-size: 1.2rem;
}
.gNav__icon a{
  width: 1.5rem;
}

.gNav__icon svg{
  width: 1.8rem;
  vertical-align:bottom;
  fill: #898F9C;
}

.gNav__icon a:nth-child(2){
  margin-left: 0.75rem;
}

@media (min-width: 375px) {
  .gNav {
    -webkit-transform: rotateY(-10deg);
    transform: rotateY(-10deg);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }
}
@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) {
  .gNav {
    padding: 40px 12.5%;
  }
}
@media (min-width: 1025px) {
  .globalNav {
    position: static;
    height: 100%;
  }

  .globalNav__content {
    -webkit-perspective: none;
    perspective: none;
  }

  .globalNav__bg {
    display: none;
  }

  .gNav {
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    height: 100%;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0;
    -webkit-transform: none !important;
    transform: none !important;
  }

  .gNav__sub,
  .gNav__main {
    display: flex;
    align-items: flex-end;
  }

  .gNav__sub {
    order: 0;
    margin-top: 0;
    margin-bottom: 15px;
  }

  .gNav__item {
    margin-right: 30px;
    font-size: 1.3rem;
    padding: 0;
    height: auto;
    display: block;
    border: none;
  }

  .gNav__lnk--item,
  .gNav__txt--item {
    padding: 0 0 26px 0;
    position: relative;
    height: auto;
    transition: color .2s;
    letter-spacing: 1.5px;
  }

  .gNav__lnk--item::after,
  .gNav__txt--item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #eb6100;
    transition: .2s;
  }

  .gNav__item.is-active
  .gNav__lnk--item::after,
  .gNav__item.is-active
  .gNav__txt--item::after {
    width: 100%;
  }

  .gNav__item.is-active > .gNav__lnk--item,
  .gNav__item.is-active > .gNav__txt--item {
    color: #eb6100;
  }

  .gNav__txt--item::before {
    display: none;
  }

  .gNav__txt--item {
    color: #fff;
  }

  .gNav__icon svg{
    width: 1.5rem;
    vertical-align:bottom;
    fill: #fff;
  }
  .gNav__icon{margin-bottom: 0;}
}
/* sNav */
.subNav,
.subNav--child {
  display: none;
}

.subNav {
  background-color: #f5f5f5;
}

.subNav--child {
  background-color: #dedede;
}

.sNav__item {
  border-top: 1px solid #e5e6e6;
}

.sNav__txt--item,
.sNav__lnk--item {
  position: relative;
  padding-left: 30px;
}

.sNav__item--child .sNav__lnk--item {
  padding-left: 45px;
}

.sNav__txt--item::before {
  background-color: #dedede;
}

.sNav__item--child:not(:first-child) {
  border-top: 1px solid #fff;
}
.sNav__plan{
  font-size: 1.2rem;
}
@media (min-width: 1025px) {
  .subNav,
  .subNav--child {
    width: 100%;
    position: absolute;
    left: 0;
  }

  .subNav {
    background-color: #fff;
    top: 96px;
    transition: top 0.3s;
  }

  .l-header.is-fixed .subNav {
    top: 60px;
  }

  .subNav--child {
    background-color: #1896ca;
    top: 64px;
  }

  .sNav,
  .sNav--child {
    width: 1000px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .sNav * {
    color: #2d251b;
  }

  [class*="sNav__item"] {
    margin: 0 20px;
  }

  .sNav__item,
  .sNav__item--child {
    border: none !important;
  }

  .sNav__txt--item,
  .sNav__lnk--item {
    padding-bottom: 24px;
    display: block;
    height: auto;
    padding-left: 0;
  }

  .sNav__item--child
  .sNav__lnk--item {
    padding-left: 0;
  }

  .sNav__txt--item::after,
  .sNav__lnk--item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #eb6100;
    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::before {
    display: none;
  }

  .gNav__lnk--item-sub,
  .gNav__lnk--item,
  .telHeader__lnk {
    color: #fff;
  }

  .gNav__lnk--item-sub:hover {
    color: #eb6100;
  }

  .gNav__item--sub {
    width: auto;
  }

  .gNav__item--sub + .gNav__item--sub {
    margin-left: 20px;
  }
}
/* 1-4-2. .footerNav
-------------------------------------------------- */
.footerNav__content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.logo-f {
  margin-bottom: 10px;
  display: block;
}

.logo-f img {
  height: 40px;
}

.tel-f {
  font-size: 3.8rem;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.pmark{
  height: 100px;
}

/* fNav */
.fNav {
  margin-right: -15px;
  margin-left: -15px;
}

.fNav__item {
  height: 100%;
}

.fNav__txt,
.fNav__lnk--child,
.fNav__lnk--content {
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 30px 15px 15px;
  line-height: 1.5;
  letter-spacing: 1.3px;
}

.fNav__txt,
.fNav__lnk--child,
.fNav__lnk--content {
  border-top: 1px solid #48565c;
}

.fNav__txt {
  justify-content: space-between;
}

.fNav__txt::after {
  content: "\e61a";
  display: block;
  font-family: 'themify';
  color: #fff;
  margin-left: auto;
  margin-right: 0;
}

.fNav__txt.is-active::after {
  content: "\e622";
}

.fNav__txt,
.fNav__lnk--child {
  font-weight: 700;
}

.fNav__txt::before,
.fNav__lnk--child::before {
  content: '';
  display: block;
  width: 4px;
  height: 2px;
  background-color: #eb9600;
  margin-right: 5px;
}

.fNav__content {
  display: none;
}

.fNav__lnk--content {
  padding-left: 25px;
}

@media (min-width: 768px) {
  .footerNav__content {
    text-align: left;
    margin-right: 60px;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    max-width: 40%;
  }

  .fNav {
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }

  .fNav__item {
    margin-right: 40px;
    max-width: 40%;
  }

  .fNav__item:last-child {
    margin-right: 0;
  }

  .fNav__item--child:not(:last-child) {
    margin-bottom: 25px;
  }

  .fNav__txt,
  .fNav__lnk--child,
  .fNav__lnk--content {
    padding: 0;
  }

  .fNav__txt,
  .fNav__lnk--child,
  .fNav__lnk--content {
    border-top: none;
  }

  .fNav__txt,
  .fNav__lnk--child {
    font-size: 1.5rem;
    transition: 0.3s;
  }

  .fNav__txt::before,
  .fNav__lnk--child::before {
    width: 8px;
    height: 3px;
  }

  .fNav__txt {
    margin-bottom: 5px;
    justify-content: flex-start;
    height: auto;
  }

  .fNav__txt::after {
    display: none;
  }

  .fNav__content {
    display: block !important;
    margin-left: 6px;
  }

  .fNav__item--content {
    line-height: 1;
  }

  .fNav__item--content:not(:last-child) {
    margin-bottom: 10px;
  }

  .fNav__lnk--content {
    font-size: 1.2rem;
    display: inline-block;
    width: auto;
    vertical-align: top;
    padding-left: 5px;
    text-indent: -5px;
    transition: 0.3s;
  }

  .fNav__lnk--child.is-active,
  .fNav__lnk--content.is-active {
    opacity: 0.7;
  }
	.pmark {
		margin-right: 80px;
	}
}
/* -----------------------------------------------
/* 1-5.  .l-mark
-------------------------------------------------- */
.l-mark {
  position: absolute;
  width: 49px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  font-size: 24px;
  text-decoration: none;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0;
  right: 5px;
  transition: 0.3s;
}

@media (min-width: 1025px) {
  .l-mark {
    display: none;
  }
}
/* 1-5-1. .mark
-------------------------------------------------- */
.mark {
  margin-top: 3px;
}

.mark > * {
  position: relative;
  text-decoration: none;
}

.mark > i {
  will-change: transform;
}

.markMenu {
  width: 100%;
  height: 2rem;
  position: relative;
}

.markMenu .markMenu__middle {
  transition: opacity .25s;
  opacity: 1;
}

.markMenu__middle,
.markMenu__top,
.markMenu__bottom {
  transition-duration: .4s;
  transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.mark.is-active .markMenu .markMenu__middle,
.mark.is-active .markMenu .markMenu__top,
.mark.is-active .markMenu .markMenu__bottom {
  background-color: #fff;
}

.mark.is-active .markMenu .markMenu__middle {
  transition: opacity .25s;
  opacity: 0;
}

.mark.is-active .markMenu .markMenu__top {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
  -ms-transform: rotate(45deg) translate(5px, 5px);
  transform: rotate(45deg) translate(5px, 5px);
}

.mark.is-active .markMenu .markMenu__bottom {
  -webkit-transform: rotate(-45deg) translate(5px, -5px);
  -ms-transform: rotate(-45deg) translate(5px, -5px);
  transform: rotate(-45deg) translate(5px, -5px);
}

.markMenu__middle,
.markMenu__top,
.markMenu__bottom {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

.markMenu__middle {
  transition: 0.3s;
  margin-top: -2px;
}

.markMenu__top {
  margin-top: -9px;
}

.markMenu__bottom {
  margin-top: 5px;
}

.l-mark.is-fixed .markMenu__middle,
.l-mark.is-fixed .markMenu__top,
.l-mark.is-fixed .markMenu__bottom {
  background-color: #111;
}

/* -----------------------------------------------
/* 1-6.  .l-main
-------------------------------------------------- */
/*
.l-main {
    margin-top: $headerHeight-sp;
}
@include media(ll) {
    .l-main {
        margin-top: $headerHeight-pc;
    }
}
*/
/* -----------------------------------------------
/* 1-7.  .l-container
-------------------------------------------------- */
.l-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1130px;
  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;
}

.l-container__lp {
  position: relative;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) {
  .l-container + .l-container {
    margin-top: 90px;
  }
  .l-container__lp {
    min-width: 762px;
    max-width: 1128px;
    margin-right: auto;
    margin-left:  auto;
  }
}
/* -----------------------------------------------
/* 1-8.  body.is-fix #l-***
-------------------------------------------------- */
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;
  }
}
/* -----------------------------------------------
/* 1-9.  .l-loader
-------------------------------------------------- */
.l-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #f8f8f8;
}

/*====================================================================================
 [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.  Box       [box-***]
-------------------------------------------------- */
[class*="box-scroll"] {
  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;
  }
}
[class*="box-highlight"] {
  background-color: #f7f9fb;
  padding: 15px;
}

[class*="box-highlight__"] {
  background-color: none;
  padding: 0;
}

.box-highlight--gray {
  background-color: #eee;
}

.box-highlight--white {
  background-color: #fff;
}

.box-scroll [class*="box-highlight"] {
  background-color: #fff;
  padding: 15px;
}

.box-highlight__tit {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  [class*="box-highlight"] {
    padding: 30px;
  }

  [class*="box-highlight__"] {
    padding: 0;
  }

  .box-highlight__tit {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
/* 2-1-3.  Table     [tbl-***]
-------------------------------------------------- */
.tbl- table,
.tbl-base table,
.tbl-base--column table {
  width: 100%;
}
.tbl- table,
.tbl- th,
.tbl- td,
.tbl-base table,
.tbl-base th,
.tbl-base td,
.tbl-base--column table,
.tbl-base--column th,
.tbl-base--column td {
  border: 1px solid #bfbfbf;
  font-size: 1.2rem;
}
.tbl-.is-bdtn, .tbl-.is-bdtn th, .tbl-.is-bdtn td,
.tbl-base.is-bdtn,
.tbl-base.is-bdtn th,
.tbl-base.is-bdtn td,
.tbl-base--column.is-bdtn,
.tbl-base--column.is-bdtn th,
.tbl-base--column.is-bdtn td {
  border-top: none;
}
.tbl- th,
.tbl- td,
.tbl-base th,
.tbl-base td,
.tbl-base--column th,
.tbl-base--column td {
  padding: 15px;
}
.tbl- th,
.tbl-base th,
.tbl-base--column th {
  background-color: #f7f9fb;
  width: 30%;
  vertical-align: middle;
  font-weight: 500;
}
.tbl- caption,
.tbl-base caption,
.tbl-base--column caption {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.tbl-base--column table {
  border-top: none;
}
.tbl-base--column th,
.tbl-base--column td {
  display: block;
  width: 100%;
  word-break: break-all;
}
.tbl-base--column th {
  border-left: none;
  border-right: none;
  border-bottom: none;
}
.tbl-base--column td {
  border-left: none;
  border-right: none;
  border-bottom: none;
}

@media (min-width: 768px) {
  .tbl- caption,
  .tbl-base caption,
  .tbl-base--column caption {
    font-size: 1.6rem;
  }

  .tbl-base table
  th,
  .tbl-base td,
  .tbl-base--column table
  th,
  .tbl-base--column td {
    padding: 15px;
    font-size: 1.4rem;
  }
  .tbl-base th,
  .tbl-base--column th {
    padding-left: 30px;
  }
  .tbl-base.is-bdtn, .tbl-base.is-bdtn th, .tbl-base.is-bdtn td,
  .tbl-base--column.is-bdtn,
  .tbl-base--column.is-bdtn th,
  .tbl-base--column.is-bdtn td {
    border-top: 1px solid #ccc;
  }

  .tbl-base--column th,
  .tbl-base--column td {
    display: table-cell;
  }
  .tbl-base--column th {
    width: 30%;
    border-bottom: 1px solid #bfbfbf;
  }
  .tbl-base--column td {
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #bfbfbf;
  }
}
/* 2-1-4.  Title     [ttl-***]
-------------------------------------------------- */
.ttl-pageHeader__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 700;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
}

[class*="ttl-"] {
  line-height: 1.2;
  font-weight: 400;
  font-family: "Noto Serif SC", serif;
  letter-spacing: 2.6px;
}

[class*="ttl-"][class*="-lv"] + *,
[class*="ttl-"][class*="-lv"] + section > [class*="ttl-"][class*="-lv"] {
  margin-top: 0 !important;
}

[class*="ttl-"][class*="-lv1"] {
  margin-bottom: 20px;
}

[class*="ttl-"][class*="-lv2"] {
  margin-top: 60px;
  margin-bottom: 12px;
}

[class*="ttl-"][class*="-lv3"] {
  margin-top: 32px;
  margin-bottom: 12px;
}

[class*="ttl-"][class*="-lv5"] {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  [class*="ttl-"][class*="-lv1"] {
    margin-bottom: 15px;
  }

  [class*="ttl-"][class*="-lv2"] {
    margin-top: 90px;
    margin-bottom: 25px;
  }

  [class*="ttl-"][class*="-lv3"] {
    margin-top: 45px;
    margin-bottom: 10px;
  }

  [class*="ttl-"][class*="-lv5"] {
    margin-bottom: 15px;
  }
}
[class*="ttl-center"]:not([class*="__"]) {
  text-align: center;
}

.ttl__item--en {
  letter-spacing: -0.5px;
  font-family: "Tangerine", cursive;
  font-size: 1.6rem;
}

.title-box {
  position: relative;
  margin-bottom: 15px;
  margin-top: 30px;
}

.title-box:before {
  content: '';
  background-color: #000;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.title-txt {
  margin: 0;
  font-size: 24px;
  position: relative;
  font-weight: normal;
  display: inline-block;
  background-color: #fff;
  margin-left: 20px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .ttl__item--en {
    font-size: 2.4rem;
  }
}
/* 2-1-5.  Headings  [hdg-***]
-------------------------------------------------- */
[class*="hdg-b"] {
  font-size: 4.6rem;
}
[class*="hdg-0"] {
  font-size: 4.0rem;
}
[class*="hdg-1"] {
  font-size: 3.2rem;
}

[class*="hdg-2"] {
  font-size: 2.4rem;
}

[class*="hdg-3"] {
  font-size: 2.0rem;
}

[class*="hdg-4"] {
  font-size: 1.8rem;
}

[class*="hdg-5"] {
  font-size: 1.7rem;
}

[class*="hdg-6"] {
  font-size: 1.6rem;
}

[class*="hdg-7"] {
  font-size: 1.5rem;
}

[class*="hdg-8"] {
  font-size: 1.2rem;
}

@media (min-width: 768px) {
  [class*="hdg-b"] {
    font-size: 8.0rem;
  }

  [class*="hdg-0"] {
    font-size: 6.4rem;
  }

  [class*="hdg-1"] {
    font-size: 4.8rem;
  }

  [class*="hdg-2"] {
    font-size: 3.6rem;
  }

  [class*="hdg-3"] {
    font-size: 3.2rem;
  }

  [class*="hdg-4"] {
    font-size: 2.4rem;
  }

  [class*="hdg-5"] {
    font-size: 2.0rem;
  }

  [class*="hdg-6"] {
    font-size: 1.8rem;
  }

  [class*="hdg-7"] {
    font-size: 1.6rem;
  }

  [class*="hdg-8"] {
    font-size: 1.2rem;
  }
}
/* 2-1-6.  Paragraph [prg-***]
-------------------------------------------------- */
[class*="prg-"] {
  padding-top: 7.5px;
  line-height: 2.0;
}

[class*="prg-"] p + p {
  margin-top: 7.5px;
}

.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) {
  [class*="prg-"] .richtext p br {
    display: none;
  }
}
@media (min-width: 768px) {
  [class*="prg-"] {
    padding-top: 15px;
    line-height: 2.0;
  }

  [class*="prg-"] p + p {
    margin-top: 15px;
  }

  .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;
  }
}
[class*="prg-"] .richtext p a {
  text-decoration: underline;
}

/* 2-1-7.  Nav       [nav-***]
-------------------------------------------------- */
/* nav-category */
.nav-category {
  display: block;
}
.nav-category [class*="btn-"] {
  width: 100%;
  border-width: 2px;
  border-style: solid;
  transition: background .3s;
}
.nav-category [class*="btn-"]:hover {
  color: #fff;
}

.nav-category__item {
  max-width: 315px;
  margin: 0 auto 10px;
}
.nav-category__item [class*="ti-"] {
  width: 18px;
}
.nav-category__item [class*="ti-"]::before {
  position: absolute;
  z-index: 1;
  top: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.0rem;
  color: #fff;
}
.nav-category__item [class*="ti-"]::after {
  content: '';
  display: block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.nav-category__item .btn--type1 {
  border-color: #005fa9;
  color: #005fa9;
}
.nav-category__item .btn--type1:hover {
  background-color: #005fa9;
}
.nav-category__item .btn--type1 [class*="ti-"]::after {
  background-color: #005fa9;
}
.nav-category__item .btn--type1:hover [class*="ti-"]::before {
  color: #005fa9;
}
.nav-category__item .btn--type1:hover [class*="ti-"]::after {
  background-color: #fff;
}
.nav-category__item .btn--type2 {
  border-color: #ec8642;
  color: #ec8642;
}
.nav-category__item .btn--type2:hover {
  background-color: #ec8642;
}
.nav-category__item .btn--type2 [class*="ti-"]::after {
  background-color: #ec8642;
}
.nav-category__item .btn--type2:hover [class*="ti-"]::before {
  color: #ec8642;
}
.nav-category__item .btn--type2:hover [class*="ti-"]::after {
  background-color: #fff;
}
.nav-category__item .btn--type3 {
  border-color: #00a4aa;
  color: #00a4aa;
}
.nav-category__item .btn--type3:hover {
  background-color: #00a4aa;
}
.nav-category__item .btn--type3 [class*="ti-"]::after {
  background-color: #00a4aa;
}
.nav-category__item .btn--type3:hover [class*="ti-"]::before {
  color: #00a4aa;
}
.nav-category__item .btn--type3:hover [class*="ti-"]::after {
  background-color: #fff;
}

@media (min-width: 768px) {
  .nav-category {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .nav-category__item {
    max-width: none;
    width: calc((100% - 60px) / 2);
  }
}
@media (min-width: 992px) {
  .nav-category {
    margin-bottom: 0;
  }

  .nav-category__item {
    width: calc((100% - 60px) / 3);
    margin: 0;
  }
}
/* 2-1-8.  List      [lst-***]
-------------------------------------------------- */
/* 2-1-9.  Button    [btn-***]
-------------------------------------------------- */
.wrap-btn {
  margin-top: 30px;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .wrap-btn {
    margin-top: 45px;
  }
}
[class*="btn-"] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 44px;
  margin: 0 auto;
  border: 0;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  -webkit-user-select: none;
  letter-spacing: 2.6px;
}
[class*="btn-"] [class*="ti"] {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
}
[class*="btn-"] .ti-angle-right,
[class*="btn-"] .ti-angle-down {
  right: 7px;
}
[class*="btn-"] .ti-angle-left {
  left: 7px;
}

@media (min-width: 768px) {
  [class*="btn-"] {
    width: 500px;
    height: 50px;
    font-size: 1.6rem;
  }
}
/* btn-electric */
.btn-electric, .btn-electric--blue, .btn-electric--blue2, .btn-electric--green, .btn-electric--green2 {
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  color: #fff;
  transition: background .3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-family: "Noto Serif SC", serif;
}
.btn-electric:hover, .btn-electric--blue:hover, .btn-electric--blue2:hover, .btn-electric--green:hover, .btn-electric--green2:hover {
  background-color: #000;
  color: #fff;
}

.btn-electric--blue {
  border-color: #007aaa;
  color: #007aaa;
}
.btn-electric--blue:hover {
  background-color: #007aaa;
  color: #fff;
}

.btn-electric--blue2 {
  border-color: #386ec5;
  color: #386ec5;
}
.btn-electric--blue2:hover {
  background-color: #386ec5;
  color: #fff;
}

.btn-electric--green {
  border-color: #60b636;
  color: #60b636;
}
.btn-electric--green:hover {
  background-color: #60b636;
  color: #fff;
}

.btn-electric--green2 {
  border-color: #00a4aa;
  color: #00a4aa;
}
.btn-electric--green2:hover {
  background-color: #00a4aa;
  color: #fff;
}

/* 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 #005fa9;
  color: #005fa9;
}

.lnk-txt {
  display: inline;
  color: #005fa9;
  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;
  }

  .js-lnkBox.is-active .lnk-txt, .lnk-txt:hover {
    color: #ec8642;
  }

  .lnk-bdr:hover {
    border-bottom: 1px solid transparent;
  }
}
/* 2-1-11. Icon      [ico-***]
-------------------------------------------------- */
/*
.ico- {

}
*/
/* 2-1-12. Label     [lbl-***]
-------------------------------------------------- */
[class*="lbl-"] {
  padding: 5px 10px;
  line-height: 1.0;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  background-color: #bc0000;
}

.lbl-type1 {
  background: #005fa9;
  color: #fff;
}

.lbl-type2 {
  background: #ec8642;
  color: #fff;
}

.lbl-type3 {
  background: #00a4aa;
  color: #fff;
}

.lbl-type4 {
  background: #386ec5;
  color: #fff;
}

@media (min-width: 768px) {
  [class*="lbl-"] {
    font-size: 1.4rem;
  }
}
/* 2-1-13. Form      [frm-***]
-------------------------------------------------- */
.frm-base caption {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.4rem;
}
.frm-base select {
  appearance: menulist;
}
.frm-base input[type="text"],
.frm-base input[type="tel"],
.frm-base input[type="email"],
.frm-base textarea,
.frm-base select {
  width: 100%;
  height: 31px;
  padding: 0 10px;
  font-size: 1.3rem;
  line-height: 31px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.frm-base input[type="date"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5em 1em;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ccc;
}
.frm-base textarea {
  height: 120px;
}
.frm-base input[type="text"][class*="zip"] {
  width: 160px;
}
.frm-base label {
  vertical-align: middle;
}

.frm-base {
  margin: 0 auto;
  line-height: 31px;
}

@media (min-width: 768px) {
  .frm-base input[type="text"],
  .frm-base input[type="tel"],
  .frm-base input[type="email"],
  .frm-base input[type="date"],
  .frm-base textarea,
  .frm-base select {
    font-size: 1.3rem;
  }
  .frm-base input[type="text"] {
    max-width: 400px;
  }
  .frm-base caption {
    font-size: 1.6rem;
  }
}
/*
Owlet 問合せフォーム
**************************************/
.require,
.anyitem {
  order: -1;
  display: inline-block;
  margin-right: 10px;
  padding: 3px 5px;
  font-size: 1.1rem;
  line-height: 1.0;
  color: #fff;
}

.require {
  background-color: #c34d4d;
}

.anyitem {
  background-color: #4d85c3;
}

.frm-base {
  /* 住所 */
}
.frm-base .require,
.frm-base .anyitem {
  float: left;
  margin-top: 7px;
}
.frm-base label {
  display: inline-block;
  margin-right: 30px;
}
.frm-base label input {
  vertical-align: -1px;
}
.frm-base .zip1,
.frm-base .zip2 {
  width: 60px;
  margin-bottom: 15px;
}
.frm-base input.zip2addr {
  margin-left: 10px;
  margin-bottom: 15px;
  vertical-align: top;
  background-image: linear-gradient(to bottom, #f7f7f7, #e4e4e4);
  border: 1px solid #afafaf;
  height: 31px;
  line-height: 29px;
  font-size: 13px;
  color: #000;
}
.frm-base input.zip2addr:hover {
  border: 1px solid #888;
}
.frm-base input.zip2addr:active {
  background-image: linear-gradient(to bottom, #e4e4e4, #f7f7f7);
}
.frm-base input[type="text"][class*="address"] {
  width: 100%;
  max-width: none;
  margin-left: 5px;
}

/*電話番号*/
.frm__input--tel1,
.frm__input--tel2,
.frm__input--tel3 {
  width: 60px;
}

.frm__input--tel2,
.frm__input--tel3 {
  margin-left: 5px;
}

input[type="text"][class*="frm__input--tel"],
input[type="text"][class*="other"] {
  max-width: 160px;
}

/* 規約 */
.frm__rules {
  margin: 15px auto 30px;
  text-align: center;
}

.frm__body--rules {
  font-size: 1.2rem;
}

.frm-base .frm__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: auto;
  margin: 30px auto;
  font-size: 16px;
  text-align: center;
}
.frm-base .frm__button input[type="submit"],
.frm-base .frm__button input[type="image"] {
  display: inline-block;
}
.frm-base .frm__button a,
.frm-base .frm__button input[type="submit"] {
  width: 290px;
  padding: 20px 10px;
  font-size: 1.4rem;
  line-height: 1;
  transition: background .3s;
  outline: 0;
  font-family: "Noto Serif SC", serif;
}
.frm-base .frm__button input[type="submit"] {
  opacity: 1;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  -webkit-text-fill-color: #000;
  cursor: default;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.frm-base .frm__button input[type="submit"]:not(.disabled) {
  cursor: pointer;
}
.frm-base .frm__button a {
  margin-bottom: 10px;
  border: 2px solid #a6a6a6;
  color: #a6a6a6;
}

@media (min-width: 768px) {
  .frm__rules {
    margin: 60px auto 30px;
  }

  .frm-base .frm__button {
    flex-direction: row;
    margin-top: 60px;
  }
  .frm-base .frm__button a,
  .frm-base .frm__button input[type="submit"] {
    margin: 0 5px;
  }
  .frm-base .frm__button a:hover {
    background-color: #a6a6a6;
    color: #fff;
  }
  .frm-base .frm__button input:not(.disabled):hover {
    background-color: #000;
    color: #fff;
    -webkit-text-fill-color: #fff;
  }
}
/*ラジオ・チェックボックス縦並びにする場合*/
.inquiry_form table tr td label {
  display: block;
}

/* 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;
  margin-bottom: 15px;
  height: calc(100% - 15px);
  background-color: #eb6100;
  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;
  height: 100%;
  padding: 15px;
}

.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;
}

.crd__lnk {
  margin-top: auto;
}

@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-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .crd {
    height: 100%;
    margin-bottom: 0;
  }

  .crd__content {
    padding: 20px 20px 36px;
  }
}
/* 2-1-16. pagenation
-------------------------------------------------- */
.pagination {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .pagination {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}

.pager {
  margin: 30px auto 60px;
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.pager .prev,
.pager .next {
  position: absolute;
  bottom: 0;
  width: 120px;
  height: 48px;
  color: #fff;
}
.pager .prev a,
.pager .next a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0rem;
}
.pager .prev a::after, .pager .prev a::before,
.pager .next a::after,
.pager .next a::before {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.pager .prev a::after,
.pager .next a::after {
  font-size: 1.4rem;
}
.pager .prev a::before,
.pager .next a::before {
  font-size: 1.2rem;
}
.pager .prev a:hover::after, .pager .prev a:hover::before, .pager .prev a:hover::after, .pager .prev a:hover::before,
.pager .next a:hover::after,
.pager .next a:hover::before,
.pager .next a:hover::after,
.pager .next a:hover::before {
  color: #fff;
}
.pager .prev.current,
.pager .next.current {
  visibility: hidden;
  display: block;
}
.pager .prev {
  left: 15px;
  margin: 0 5px 0 0;
}
.pager .prev a::after {
  content: 'BACK';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 500;
}
.pager .prev a::before {
  content: '\e64a';
  font-family: 'themify';
  top: 0;
  bottom: 0;
  left: 10px;
}
.pager .next {
  right: 15px;
  margin: 0 0 0 5px;
}
.pager .next a::after {
  content: 'NEXT';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 500;
}
.pager .next a::before {
  content: '\e649';
  font-family: 'themify';
  top: 0;
  right: 10px;
  bottom: 0;
}

.pagenation {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.pagenation > * {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin: 0 7px;
  line-height: 1;
}
.pagenation .current {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.pagenation .page:nth-child(2),
.pagenation .page:nth-last-child(2),
.pagenation .page.is-visible,
.pagenation .page.current {
  display: flex;
}
.pagenation a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: calc(100%);
  height: calc(100%);
  margin: -2px;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border: 2px solid #000;
  color: #000;
  transition: background .3s, box-shadow .3s, border .3s;
}
.pagenation a:hover {
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

@media (max-width: 767px) {
  .pager {
    padding-top: 30px;
  }

  .pagenation > * {
    width: 2.4em;
    height: 2.4em;
  }
}
@media (min-width: 768px) {
  .pager {
    margin: 45px auto 0;
  }
  .pager .prev,
  .pager .next {
    position: static;
    width: 170px;
  }
  .pager .prev {
    margin: 0 auto 0 0;
  }
  .pager .next {
    margin: 0 0 0 auto;
  }

  .pagenation {
    justify-content: center;
  }
  .pagenation > * {
    width: 48px;
    height: 48px;
  }
}
.page.is-hidden {
  display: none;
}

.page.is-visible {
  display: inline-flex;
}

/* 2-1-17. breadcrumbs
-------------------------------------------------- */
#breadcrumb {
  padding-top: 10px;
  padding-bottom: 45px;
  color: #2d251b;
}
#breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 1.0rem;
  line-height: 1;
}
#breadcrumb li::after {
  content: "\e649";
  margin: 0 5px;
  font-family: 'themify';
  font-size: 1.0rem;
}
#breadcrumb li:last-child::after {
  display: none;
}
#breadcrumb a:hover {
  text-decoration: underline;
  color: #0578a7;
}

@media (min-width: 768px) {
  #breadcrumb {
    padding-bottom: 30px;
  }
  #breadcrumb ul {
    font-size: 1.2rem;
  }
}
/* 2-1-18. news
-------------------------------------------------- */
.newsWrap {
  margin-bottom: 0;
  background-color: #eb9600;
  padding-top: 50px;
  padding-bottom: 50px;
}

.news__item--tab, .news__date {
  font-family: Catamaran;
}

/*news__content*/
.news__content {
  height: 240px;
  overflow-y: scroll;
  /* margin-top: 5.55556%; */
}

.news__content.is-active {
  display: block;
}

.news__date {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 30px;
}

.news__date:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.news__txt a {
  display: block;
  padding-bottom: 30px;
  border-bottom: 1px solid #e7e7e7;
  transition: .3s;
  color: #fff;
}

.newsWrap .ttl-lv1 {
  padding-top: 0;
}

.newsWrap .wrap-btn {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .newsWrap {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .newsWrap .ttl-lv1 {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  /*news__content*/
  .news__date {
    margin-bottom: 15px;
  }

  .news__txt a:hover {
    color: #005fa9;
    border-bottom: 1px solid #005fa9;
  }
}


/* 2-1-19. plan_slide
-------------------------------------------------- */
.plan_slideWrap {
  margin-bottom: 0;
  /*background-color: #eb9600;*/
  padding-top: 50px;
  padding-bottom: 50px;
}

.plan_slideWrap .mainImg a{
  display: block;
  width: 100%;
}


.plan_slideWrap .slick-prev,
.plan_slideWrap .slick-next {
	text-indent: -9999px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
	cursor: pointer;
	transition: 0.4s;
	background-repeat: no-repeat;
	background-color: rgba(178,178,178,0.5);
	background-position: center;
}

.plan_slideWrap .slick-next {
	background-image: url(../images/btn_arr01_off.png);
	right: 30px;
}

.plan_slideWrap .slick-prev:hover,
.plan_slideWrap .slick-next:hover {
	background-color: #000;
}

.plan_slideWrap .slick-prev {
	background-image: url(../images/btn_arr02_off.png);
	left: 30px;
}

@media (max-width: 767px) {
.plan_slideWrap .slick-next {
	right: 10px;
}

.plan_slideWrap .slick-prev {
	left: 10px;
}
}


/* 2-1-19. sdgs
-------------------------------------------------- */
#sdgs {
	background-image: url(../images/sdgs_bg01.jpg);
  background-size: cover;
}

.sdgsWrap {
	padding-top: 100px;
	padding-bottom: 100px;
	color: #2d251b;
	margin-bottom: 0;
}

.sdgsWrap .sdgsList .sdgsListInr {
	/*border: 1px solid #2d251b;*/
	padding: 15px;
  display:-webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
	height: 100%;
  background-color: #fff;
}

@media (max-width: 767px) {
.sdgsWrap {
	padding-top: 50px;
	padding-bottom: 50px;
}

.sdgsWrap .col-6 {
	flex: auto;
	max-width: 100%;
}

.sdgsWrap .col-6:nth-of-type(n+3) {
  margin-bottom: 30px;
}

.sdgsWrap .col-6:last-of-type {
  margin-bottom: 0;
}

}

/* -----------------------------------------------
/* 2-2. Animation [act-***]
-------------------------------------------------- */
.act-transition {
  transition: .3s;
}

/* 画面外にいる状態 */
[class*="act-fadeIn"] {
  opacity: 0;
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  -moz-transition: opacity 1s ease, -moz-transform 1s ease;
  -ms-transition: opacity 1s ease, -ms-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  will-change: transform;
}

.act-fadeIn.fadeInLeft {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(-100px);
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
}

.act-fadeIn.fadeInRight {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

/* 画面内に入った状態 */
.act-fadeIn.is-scrollin {
  opacity: 1;
  transform: none;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.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-zoom {
  position: relative;
  overflow: hidden;
}

.act-zoom img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.act-zoom:hover img, .act-zoom.is-touch img {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  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]
-------------------------------------------------- */

