@charset "UTF-8";

/**************************************************
 Base style
**************************************************/
html { scroll-behavior: smooth;}

* {
  box-sizing: border-box;
  line-height: 150%;
}

body {
  color: #333;
  font-family: YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-size: 1em;
  background: #faf7f7;
}

body, a, a:hover, a:visited {
  color: #333;
  text-decoration: none !important;
}

a:hover {
  text-decoration: none !important
}

body .facit {
  font-family: "Open Sans", "Noto Sans Japanese", Meiryo, MS PGothic, sans-serif;
}

img {
  max-width: 100%;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

.bottomL {
  padding-bottom: 30px;
}

a {
  transition: .3s all;
}

a:hover {
  opacity: .7;
}

.pc1024 {
 /* display: block !important;*/
}
.sp1024 {
  display: none !important;
}
/**************************************************
 Global Navigation 
**************************************************/

.openNaviCover {
  width: 100%;
  height: 100%;
  background: #F5F6E9;
/*  position: fixed;
  top: 0;
  z-index: 9998;
  display: none; */
}

.openNaviCoverShow {
  display: none;
}

.gnavi {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #faf7f7;
}

.gnavi #navTop {
  width: 100%;
  background: #444a43;
}

.gnavi ul, #navBtm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1100px;
  width: 94%;
  margin: 0 auto;
  position: relative;
  align-items: center;
}

#navBtm {
  padding: 0;
}

.gnavi .gnaviInner {
  max-width: none;
  width: 100%;
}

.gnavi #navTop ul {
  justify-content: flex-end;
  padding: 5px 0;
}

.gnavi #navTop ul a {
  display: block;
  padding: .3rem 1.5rem;
  color: #fff;
  display: flex;
  align-items: center;
  margin-left: 5px;
}

.gnavi #navTop ul li:first-of-type a {
  background: #be9c53;
}

.gnavi #navTop ul li:nth-of-type(2) a {
  background: #5e8738;
}

.gnavi #navTop ul a img {
  width: 26px;
  display: inline-block;
  margin-left: 5px;
}

.gnavi .gnaviInner .logo a {
  background: url(../img/common/logo.png) no-repeat;
  width: 245px;
  text-indent: -9999px;
  display: block;
  background-size: 94% auto;
  background-position: center left;
  height: 79px;
}

.gnavi .gnaviInner .flex {
  width: calc(100% - 260px);
}
.gnavi .sp1024 {
  background: #444a43;
}
.gnavi .gnaviInner .main {
  width: auto;
  margin: 0 auto;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}

.gnavi .gnaviInner .main a {
  padding: 10px 15px;
  display: block;
}

.gnavi .gnaviInner .main ul {
  width: 100%;
}

.gnavi .gnaviInner .main>ul {
  justify-content: flex-end;
}

.gnavi .gnaviInner .main li {
  position: relative;
  overflow: hidden;
}

.loaded .gnavi .gnaviInner .main li a {
  transition: .3s all;
}

.gnavi .gnaviInner .main a:hover {
  color: #fff !important;
  background: #c09e46;
  opacity: 1;
}

.gnavi .gnaviInner .btnOpenClose {
  display: none;
}

.loaded .gnavi .gnaviInner, .loaded .gnavi .gnaviInner .logo, .loaded .gnavi .gnaviInner .main li a:hover span {
  transition: 0.2s;
}
.gnavi .gnaviInner .main ul.pc1024 li a{
  padding: 10px;
}
.gnavi .gnaviInner .logo a {
  width: 195px;
  padding: 8px 0;
  
}
@media screen and (min-width: 1025px) {
  .gnavi #navTop {
    position: fixed;
    top: 0;
    left: 0;
  }
  #navBtm {
    padding-top: 45px;
    align-items: stretch;
  }
  .gnavi .gnaviInner .main {
    height: 100%;
  }
  .gnavi .gnaviInner .main>ul, .gnavi .gnaviInner .main>ul li, .gnavi .gnaviInner .main>ul li a {
    height: 100%;
  }
  .gnavi .gnaviInner .main ul.pc1024 li a {
    padding: 10px;
   }
   .gnavi .gnaviInner .main>ul li a {
    display: flex;
    align-items: center;
   }
   .gnavi .gnaviInner .logo a {
    width: 245px;
  }
}

@media screen and (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }

  .sp1024 {
    display: block !important;

  }
  .openNaviCoverShow {
    display: block;
  }
  .gnavi .gnaviInner .main {
    margin: auto;
    padding-top: 10px;
    display: none;
  }
  .gnavi .gnaviInner .main li {
    float: none;
    width: 100%;
    text-align: left;
    height: auto;
  }
  .gnavi .gnaviInner .main li a {
    margin: auto;
    padding: 30px;
    height: auto;
    border-left: none;
    border-bottom: 1px solid #777;
    font-size: 1.4em;
    color: #FFF;
    line-height: 1;
  }
  .gnavi .gnaviInner .main li a span {
    display: none;
  }
  .gnavi .gnaviInner .open {
    display: block;
  }
  .gnavi .gnaviInner .btnOpenClose {
    /*background:url(../images/common/btn_open_gnavi.png) no-repeat;*/
    text-indent: -9999px;
    position: absolute;
    right: 20px;
    top: 22px;
    transition: 0.2s;
  }
  .gnavi .gnaviInner .btnOpenClose, .gnavi .gnaviInner .btnOpenClose a, .gnavi .gnaviInner .btnOpenClose svg {
    display: block;
    width: 32px;
    height: 27px;
    z-index: 999;
  }
  .gnavi .min .btnOpenClose {
    top: 15px;
    transition: 0.2s;
  }
  .gnavi .gnaviInner .logo a {
    height: 50px;
    background-size: contain;
  }
  .gnavi .gnaviInner .flex {
    width: 100%;
    overflow-y: scroll;
  }
  .gnavi .gnaviInner .main ul:last-of-type li {
    margin-left: 0;
  }
  .gnavi #navTop ul li {
    width: 25%;
  }
  #navBtm {
    width: 100%;
  }
  #navBtm .logo {
    padding-left: 5px;
  }
  #navTop+ul, .gnavi .gnaviInner .main ul {
    width: 100%;
    margin: 0 auto;
  }
  .gnavi #navTop {
    padding: 5px;
    text-align: center;
  }
  .gnavi #navTop ul a {
    text-align: center;
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .gnavi .gnaviInner {
    width: 100%;
    height: 60px;
    background-size: 2px 60px;
  }
  .gnavi .gnaviInner .main li a {
    padding: 20px 10px 20px 10px;
    font-size: 0.8em;
  }
  .gnavi .gnaviInner .btnOpenClose {
    background-size: 16px 13.5px;
    right: 15px;
    top: 15px;
    transform-origin: right top;
    -webkit-transform-origin: right top;
    transform: scale(2, 2);
    -webkit-transform: scale(2, 2);
  }
  .gnavi .gnaviInner .btnOpenClose, .gnavi .gnaviInner .btnOpenClose a, .gnavi .gnaviInner .btnOpenClose svg {
    width: 16px;
    height: 13.5px;
    z-index: 9999;
  }
  .pcOnly {
    display: none;
  }
  .gnavi #navTop ul li {
    width: 50%;
  }
  .gnavi #navTop ul li a {
    padding: .8rem;
  }
  .gnavi #navTop + ul {
    background: #ffffff;

  }
}


/**************************************************
common
**************************************************/

main {
  margin: 135px auto 0;
}

main>*:not(.width100), main>.width100>* {
  width: 94%;
  max-width: 1060px;
  margin: 0 auto;
}

h2.ribbon {
  text-align: center;
  padding: 0 15px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 30px;
  margin: 0 auto 1rem;
}

@media screen and (max-width: 1024px) {
  main {
    margin: 40px auto 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  h2.ribbon {
    font-size: 25px;
  }
}


/**************************************************
 Footer
**************************************************/

footer {
  padding: 30px 0;
  width: 100%;
  background: #444a43;
  margin-top: 6rem;
  color: #fff;
  font-size: 16px;
}

footer a {
  color: #fff !important;
}

footer .inner, #snsIcon {
  max-width: 1080px;
  width: 94%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .inner {
  justify-content: flex-start;
}

footer .inner>section {
  width: calc(33.3% - 16px);
  margin-left: 16px;
}

footer .inner>section h5 {
  font-size: 20px;
  font-weight: normal;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  margin-bottom: 1rem;
}

footer .inner>section ul {
  margin: 0 auto 0 10px;
}

footer .inner>section ul li {
  margin: 5px 0;
}

#snsIcon {
  width: 100%;
  justify-content: flex-start;
  margin-top: 30px;
}

#snsIcon li {
  margin: 5px;
}

#copyright {
  font-size: 12px;
  text-align: center;
  width: 90%;
  margin: 2rem auto 0;
}

.padshow {
  display: none;
}
@media screen and (max-width: 1024px) {
  footer .inner>section {
    width: 32%;
  }
  .padshow {
    display: block
  }
}

@media screen and (max-width: 600px) {
  footer .inner>section {
    width: 100%;
    margin-top: 1rem;
  }
  footer .inner>section ul {
    margin: 1.5rem auto 0;
  }
  footer .inner>section h5 {
    font-size: 18px;
  }
  #snsIcon {
    margin-top: 0;
  }
    footer .inner>section:last-of-type {
        order: -1;
        margin-bottom: 20px;
    }
}

#page_top a {
  position: relative;
}

#page_top a::after {
  content: '▲';
  font-size: 20px;
  font-weight: bold;
  color: #961818;
  position: fixed;
  line-height: 40px;
  bottom: 25px;
  border-radius: 20px;
  right: 15px;
  margin: auto;
  text-align: center;
  width: 40px;
  height: 40px;
  background: #868686;
}

.spshow {
  display: none
}

@media screen and (max-width: 600px) {
  .spshow {
    display: block
  }
  .gnavi .gnaviInner .main li:after {
    transition: unset;
  }
}

footer .inner>section h5.noborder {
  margin-bottom: 5px;
  border-bottom: none;
}

.spRegMember {
  text-align: center;
}
.spRegMemberLink {
  background: #be9c53;
  padding: .5rem 1.6rem;
  color: #fff !important;
}

/**************************************************
 benchmark
**************************************************/

.formbox-editor-1538693 {
  margin: 0 auto;
  padding:15px 30px 5px 30px;
  text-align: left;
  max-width: 100%;
  box-sizing: border-box;
}

.formbox-editor-1538693 fieldset {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
    text-align: center;
}

.formbox-editor-1538693 fieldset>input, .formbox-editor fieldset>textarea, .formbox-editable-field {
  margin: 5px 0;
  outline: none;
}

.formbox-title-1538693 {
  background: none;
  border: none;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  padding: 0;
  width: 100%;
  word-break: break-word;
  margin: 10px 0;
}

.formbox-title-1538693 {
  border-radius: 0;
  min-height: 0;
}

input.formbox-field-1538693 {
  border:none;
  border-radius: 0;
  box-sizing: border-box;
  color: #000;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 15px;
  width: 100%;
  height: auto;
    margin-bottom: 5px;
}

input.field-error-1538693 {
  border-color: #f15858;
}

input.formbox-button-1538693 {
  background-color: #21292d;
  border-width: 0;
  border-style: solid;
  border-color: #21292d;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  margin: 10px 0;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
}

button.formbox-button-1538693 {
  background-color: #21292d;
  border-width: 0;
  border-style: solid;
  border-color: #21292d;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 10px 0;
  text-align: center;
  word-break: break-all;
  cursor: pointer;
  width: 76%;
}

.formbox-editor-1538693 {
  background-color: #eaedf0 !important;
}

button#btnSubmit:after {
    content: "▲";
    transform: rotate(90deg);
    display: inline-block;
    margin-left: 15px;
}

.formbox-title-1538693 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 16px !important;
  color: #000000 !important;
  text-align: left !important;
}

.formbox-button-1538693 {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  background-color: #444a43 !important;
  border-radius: 2px !important;
  border-color: #21292d !important;
  border-width: 0px !important;
  border-style: solid;
}

#tdLogo1538693 img {
  margin-bottom: 10px;
  max-width: 230px;
}


#info > .catch.pc:first-of-type,
#info > .catch.sp {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #444a43;
  padding-bottom: 10px;
  margin-bottom: 2rem;
}
#info > .catch.pc:first-of-type br,
#info > .catch.sp br {
  display: none;
}
#info > .catch.pc:first-of-type br + br,
#info > .catch.sp br + br {
  display: block;
}
#info > .catch:first-of-type:before,
#info > .catch:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background: #444a43;
    right: 0;
    top:-10px;
}
/*----------------------------------------

TOP キャッチコピー

---------------------------------------*/
/*
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@700&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:wght@700&family=Zen+Kaku+Gothic+New:wght@700&display=swap');
#info > h2:first-of-type a {
color: #6e7e01;
}

#info > h2:first-of-type,
#info > h2:nth-of-type(2) {
  font-family: "Playfair Display","BIZ UDMincho", serif;
    font-size: 38px;
    font-weight: normal;
    position: relative;
    border-bottom: 2px solid #444a43;
    padding-bottom: 10px;
    margin: 0 auto 50px;
}
#info > h2:first-of-type b{
    font-size: 140%;

}
#info > h2:first-of-type:before,
#info > h2:nth-of-type(2):before {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 2px;
    background: #444a43;
    right: 0;
    top:-10px;
}

#info > h2:first-of-type span {
    font-size: 105px;
    font-style: italic;
    letter-spacing: -12px;
    display: inline-block;
    margin-right: 20px;
    line-height: 100px;
}

#info > h2:first-of-type strong {
    font-size: 50px;
    font-weight: 800;
}
#info > h2:first-of-type  img {
    width: 40px;
    height: 40px;
    vertical-align: baseline;
}
@media screen and (max-width: 1024px) {
    #info > h2 {
        margin: 0 auto;
    }
    #info > h2:first-of-type {
        font-size: 34px;
    }
    #info > h2:first-of-type span {
        font-size: 100px;
    }   
    #info > h2:first-of-type strong {
        font-size: 40px;
    }
}
@media screen and (max-width: 812px) {
#info > h2:first-of-type {
    padding-bottom: 2px;
    margin-bottom: 30px;
}
    #info > h2:first-of-type {
        font-size: 28px;
    }
    #info > h2:first-of-type span {
        font-size: 65px;
        line-height: 90px;
    }   
    #info > h2:first-of-type strong {
        font-size: 32px;
    }
    #info > h2:first-of-type img {
        width: 32px;height: 32px;
        vertical-align: middle;
        
    }
}
.sp {
  display: none;
}
.pc{
  display: block;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
  .pc{
    display: none;
  }
#info > h2:first-of-type {
    padding-bottom: 2px;
    margin-bottom: 20px;
}
    #info > h2:first-of-type {
        font-size: 24px;
    }
    #info > h2:first-of-type span {
        font-size: 65px;
        line-height: 65px;
    }   
    #info > h2:first-of-type strong {
        font-size: 26px;
    }
    #info > h2:first-of-type img {
        width: 25px;
        height: 25px;
        vertical-align: sub;
        
    }
    #info > h2:first-of-type:before {
        width: 100%;
        top: 20px;
    }
}*/