@charset "UTF-8";
/*------------------------------------------------------------
for develop
------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Serif&display=swap");
#__bs_notify__ {
  opacity: 0.3 !important;
  font-size: 5px !important;
  line-height: 100% !important;
  padding: 0 5px 0 5px !important;
  border-radius: 0 !important; }

.c-dev-title1 {
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 15px;
  font-size: 1.6rem;
  margin: 60px 0 20px 0; }

.c-dev-title2 {
  background: #888;
  color: #fff;
  line-height: 1;
  padding: 6px 0 6px 30px;
  font-size: 1.3rem;
  margin: 50px 0 10px 0; }

.c-dev-message1 {
  top: 0;
  left: 0;
  background: #f00;
  color: #fff;
  z-index: 9999;
  position: fixed;
  line-height: 1;
  padding: 3px 6px;
  opacity: 0.6;
  font-size: 8px; }

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,dialog,figure
footer,header,nav,section,time,mark,audio,video {
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {
  display: block; }

html {
  font-size: 62.5%; }

body {
  -webkit-text-size-adjust: 100%; }

body,table,input,textarea,select,option,h1,h2,h3,h4,h5,h6 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1,h2,h3,h4,h5,h6 {
  font-weight: bold; }

table,input,textarea,select,option {
  line-height: 1.1; }

ol,ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

a:hover:not(.boxButton):not(.story2Btn)  {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)"; }

form label {
  cursor: pointer; }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.box {
  position: relative;
  overflow: hidden;
  background: url(/img/common/slide_bg01.jpg) no-repeat;
  background-size: cover;
  background-position: top center; }
  @media screen and (max-width: 768px) {
    .box {
      background: url(/img/common/slide_bg_sp01.jpg) no-repeat;
      background-size: cover; } }
  .boxContent {
    color: #ffffff;
    padding: 52px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .boxContent {
        padding: 60px 10px; } }
  .boxTitle {
    font-size: 3.4rem;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .boxTitle {
        font-size: 3rem; } }
  .boxDescription {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 40px 0; }
    @media screen and (max-width: 768px) {
      .boxDescription {
        margin: 30px 0; } }
  .boxButton {
    font-family: Arial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f99923;
    border: 1px solid #f99923;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    font-weight: 400;
}
    .boxButton::before {
      content: "";
      position: absolute;
      top: 17px;
      right: 22px;
      border-top: 3px solid #fff;
      border-right: 3px solid #fff;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(46deg);
          -ms-transform: rotate(46deg);
              transform: rotate(46deg);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    @media screen and (min-width: 768px) {
      .boxButton:hover {
        border: 1px solid #f99923;
        background: #ffffff;
        color: #f99923;
        cursor: pointer; }
        .boxButton:hover::before {
          right: 18px;
          border-color: #f99923; } }

/*------------------------------------------------------------
breadcrumb
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
.breadcrumb {
  background: #f1f1f1; }
  @media screen and (max-width: 768px) {
    .breadcrumb {
      display: none; } }
  .breadcrumbInner {
    position: relative;
    padding: 4px 0 4px 31px;
    font-size: 1.2rem;
    line-height: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .breadcrumbInner .home a::before {
      content: "";
      position: absolute;
      background: url(/img/common/icon_home.png) no-repeat;
      background-size: contain;
      width: 20px;
      height: 17px;
      top: 6px;
      left: 0; }
  .breadcrumbItem {
    padding: 0 12px 0 12px;
    position: relative; }
    .breadcrumbItem::before {
      content: "";
      position: absolute;
      background: #2f3a40;
      width: 1px;
      height: 10px;
      top: 7px;
      left: 0;
      -webkit-transform: rotate(25deg);
          -ms-transform: rotate(25deg);
              transform: rotate(25deg); }
    .breadcrumbItem a {
      color: #f99923;
      text-decoration: none;
      font-weight: bold; }

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  overflow: hidden; }
  .footerSlide {
    position: relative; }
  .footer .slideBg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%; }
    .footer .slideBg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .footer .slideBg::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(47, 58, 64, 0.42); }
  .footer .slideContent {
    color: #ffffff;
    padding: 52px 0;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .footer .slideContent {
        padding: 60px 10px; } }
  .footer .slideTitle {
    font-size: 3.4rem;
    font-weight: normal; }
    @media screen and (max-width: 768px) {
      .footer .slideTitle {
        font-size: 3rem; } }
  .footer .slideDescription {
    font-size: 1.6rem;
    font-weight: 500;
    margin: 40px 0; }
    @media screen and (max-width: 768px) {
      .footer .slideDescription {
        margin: 30px 0; } }
  .footer .slideButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f99923;
    border: 1px solid #f99923;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 1;
    margin: 0 auto;
    color: #ffffff;
    position: relative;
    cursor: pointer; }
    .footer .slideButton::before {
      content: "";
      background: url("/img/common/icon_arrow01.svg");
      position: absolute;
      top: 15px;
      right: 20px;
      width: 10px;
      height: 17px; }

.navf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  background: #d6d6d6; }

  .navfItem {
    padding: 0 12px;
    border-right: 1px solid #2f3a40; }
    .navfItem:last-child {
      border-right: none; }
  .navfLink {
    display: block;
    font-size: 1.4rem;
    color: #2f3a40;
    text-decoration: none;
    font-weight: 500; }

    .ft-sns {
      padding: 15px 12px;
      background: #d6d6d6;
    }

  @media screen and (max-width: 768px) {
    .navf {
      display: block;
    }
    .navfItem{
      border-right: none;
    }
    .navfLink{
      display:block;
      padding: 7px 0;
      border-bottom: 1px dotted #2f3a40;
    }

    .ft-sns {
      margin-top: -30px;
      padding-bottom: 30px;
    }

  }

.copyRight {
  padding: 20px 0;
  background: #2f3a40;
  font-size: 1.4rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .copyRight {
      padding: 12px 10px; } }

.scrollTop {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #bcaf8a;
  border-radius: 50%;
  position: fixed;
  bottom: 35px;
  right: 20px;
  z-index: 999;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .scrollTop {
      bottom: 50px;
      right: 20px; } }

  @media screen and (min-width: 769px) {.ft-no-pc{display: none;}}
  @media screen and (max-width: 768px) {.ft-no-sp{display: none;}}

/*
------------------------------------------------------------*/
/*------------------------------------------------------------
header
------------------------------------------------------------*/
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0 0;
  position: relative;
  background: #ffffff; }

@media screen and (min-width: 768px) {
  .header h1{
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  height: 51px; }
}

  .headerText {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    text-transform: uppercase;
    padding: 0 30px;
    text-align: right;
    margin-bottom: 10px; }

/* PC */
@media screen and (min-width: 769px){
  .headerText .en_site{
    color: #000;
    text-decoration: none;
    line-height: 2.2;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
  }
}
/* PC */
@media screen and (min-width: 769px)  and (-ms-high-contrast:none) {
  .headerText .en_site{
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .headerText {
    display: none; }
}
    .headerText img {
      margin-left: 30px; }
  .headerContainer {
    width: 100%; }

.navi {
  /*position: relative;*/
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

@media screen and (max-width: 768px) {
  .navi {
    position: absolute;
    top: 51px;
    left: 0;
    width: 100%;
    background: #bcaf8a;
    display: none; }
}

  .naviWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
    margin: 0 0 0 auto; }
    @media screen and (max-width: 768px) {
      .naviWrapper {
        display: block;
        padding: 0; } }

.naviLink {
  padding-bottom: 19px;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
  color: #2f3a40;
  text-decoration: none;
  position: relative;
}

/* PC */
@media (min-width: 769px) {
  .naviItem > .naviLink{
    padding-left: 15px;
    padding-right: 15px;
  }
  .naviItem:first-of-type > .naviLink{
    padding-left: 0;
  }
  .naviItem:last-of-type > .naviLink{
    padding-right: 0;
  }
  .naviLink:hover{
    opacity: 1;
    color: #bcaf8a;
  }
}

/* SP */
@media screen and (max-width: 768px) {
  .naviLink {
    color: #ffffff;
    padding: 12px 10px;
    border-bottom: 1px solid #ffffff;
  }
}

.naviSub {
background: #bcaf8a;
display: none;
}

    @media screen and (max-width: 768px) {
      .naviSub {
        background: #ffffff; } }

    .naviSubItem {
      position: relative; }
    .naviSub .naviLink {
      color: #2f3a40;
      font-weight: 500;
      padding: 10px;
      border-bottom: 1px solid #bcaf8a; }

/* PC */
@media (min-width: 769px) {
  .naviSub {
    position: absolute;
    left: 0;
    top: 102px;
    width: 100%;
    height: 203px;
    z-index: 10;
    display: none;
  }
}

.naviList .naviLink {
  padding: 10px 0 10px 32px;
}

.naviList .naviLink::after{
  content:url(/img/common/icon_arrow_navi01.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: unset;
  left: 0;
  line-height: 1;
  width: 16.23px;
  height: 16.23px;
}

/* PC */
@media (min-width: 769px) {

  .naviList .naviSubItem {
    width: 283px;
  }

  .naviList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 31.6px 68px;
  }
}

/* SP */
@media (max-width: 768px) {
  .naviList .naviLink {
    padding: 10px;
  }
  .naviList .naviLink::after{
    content:url(/img/common/icon_arrow_navi02.svg);
    right: 18px;
    left: auto;
  }
}

  .naviToggle {
    display: none;
    width: 70px;
    height: 70px;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition-duration: 0.66s;
            transition-duration: 0.66s;
    -webkit-transition-timing-function: swing;
            transition-timing-function: swing; }
    @media screen and (max-width: 768px) {
      .naviToggle {
        display: block;
        width: 36px;
        height: 100%;
        right: 10px; } }
  .naviIcon {
    width: 35px;
    height: 3px;
    background-color: #bcaf8a;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    transiting-timing-function: swing; }
  .naviItemtoggle {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .naviItemtoggle::before, .naviItemtoggle::after {
      background-color: #ffffff;
      content: "";
      position: absolute; }
    .naviItemtoggle::before {
      width: 1px;
      height: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    .naviItemtoggle::after {
      height: 1px;
      width: 100%;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .naviActive .naviItemtoggle {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .naviArrow {
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16.23px;
    height: 16.23px; }

.naviToggle .naviIcon:before,
.naviToggle .naviIcon:after {
  width: 35px;
  height: 3px;
  background-color: #bcaf8a;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transiting-timing-function: swing; }

.naviToggle .naviIcon:before {
  top: -10px; }

.naviToggle .naviIcon:after {
  top: 10px; }

/* SP navi 展開 */
@media screen and (max-width: 768px) {
  .naviToggle.toggle_active span{
    background-color: transparent !important;  
  }

  .naviToggle.toggle_active span::before{
    -webkit-transform: translateX(0%)rotate(45deg);
    -ms-transform: translateX(0%)rotate(45deg);
    -o-transform: translateX(0%)rotate(45deg);
    transform: translateX(0%)rotate(45deg);
    top: 0;
  }

  .naviToggle.toggle_active span::after{
    -webkit-transform: translateX(0%)translateY(-10px)rotate(-45deg);
    -ms-transform: translateX(0%)translateY(-10px)rotate(-45deg);
    -o-transform: translateX(0%)translateY(-10px)rotate(-45deg);
    transform: translateX(0%)translateY(-10px)rotate(-45deg);
    top: 10px;
  }
}

/*------------------------------------------------------------
layout
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    body {
      min-width: 100%;
      max-width: 100%; } }

.l-cont {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }

@media (max-width: 1120px) and (min-width: 769px){
  .l-cont{
    width: calc(100% - 20px);
  }
}

  @media screen and (max-width: 768px) {
    .l-cont {
      width: calc(100% - 20px);

    }
}

.fade {
  opacity: 0; }

/*------------------------------------------------------------
side
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
