@charset "utf-8";
/* CSS Document */
/* about.css */
/*---------------------------*/
#fixbtn {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 999;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
#fixbtn.fixbtn--visible {
  bottom: 0;
}
#fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 750px;
}

.fixbtn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.fixbtn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  background: var(--c-bl02);
  color: var(--c-wh);
  font-size: var(--fs-24);
  line-height: var(--lh-24);
  width: calc((100% - 10px) / 2);
  box-sizing: border-box;
  margin: 0;
  padding: calc(30 / 750 * 100%);
  letter-spacing: 0.04em;
}

@media screen and (min-width:750px){
#fixbtn {
  position: fixed;
  bottom: 0;
  left: -200px;
  z-index: 999;
  width: auto;
  overflow: hidden;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  --siteheader: 107;
  height: calc( 100% - (var(--siteheader) * 1px));
}
#fixbtn.fixbtn--visible {
  left: 40px;
}
#fixbtn .fixbtn__box {
  position: relative;
  bottom: 0;
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 1000px;
  height: 100%;
}

.fixbtn__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-direction: column;
  gap: 0px;
  height: 100%;
}
.fixbtn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
  background: transparent;
  color: var(--c-bl01);
  font-size: var(--fs-14);
  line-height: var(--lh-14);
  width: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 5px 10px;
  letter-spacing: 0.04em;-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-left: 4px solid var(--c-bl02);
  position: relative;
  height: calc(100% / 4);
}
  .fixbtn__link:before {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: -4px;
    width: 4px;
    height: 0%;
    background: var(--c-bl01);
    transition: all .5s ease;
    z-index: 2;
  }
  .fixbtn__link--active:before ,
  .fixbtn__link:hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: auto;
    left: -4px;
    width: 4px;
    height: 100%;
    background: var(--c-bl01);
    transition: all .5s ease;
    z-index: 2;
  }
  .fixbtn__link span {
    display: inline-block;
    line-height: 1.2em;
  }
  

}


/* -------------------------------------------- */
.abouttitle {
  display: block;
  margin: clamp(70px,calc(140 / 750 * 100%),140px) auto clamp(20px,calc(40 / 750 * 100%),40px); 
  background: var(--c-bl01);
  color: var(--c-wh);
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-bottom: calc(160 / 750 * 100%);
}
.abouttitle__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  font-size: var(--fs-50);
  line-height: var(--lh-50);
  letter-spacing: 0.04em;
}
.abouttitle + .box--40,
.abouttitle + .box--70 {
  margin-top:  clamp(20px,calc(40 / 750 * 100%),40px);
}
@media screen and (min-width:750px){
  .abouttitle {
    margin: 100px auto 70px; 
    max-width: 1100px;
    padding-bottom: 120px;
  }
  .abouttitle__text {
    font-size: 40px;
    line-height: 66px;
    letter-spacing: 0.04em;
  }
  .abouttitle + .box--40,
  .abouttitle + .box--70 {
    margin-top:  70px;
  }  
}
/* -------------------------------------------- */
.aboutbox {
  background: var(--c-wh);
  box-sizing: border-box;
  display: block;
  padding: calc(40 / 670 * 100%);
}
.aboutbox > *:first-child {
  margin-top: 0;
}
@media screen and (min-width:750px){
 .aboutbox {
   max-width: 900px;
   margin: 70px auto;
   padding: clamp(15px,calc(60 / 900 * 100%),60px) clamp(20px,calc(70 / 900 * 100%),70px);
  } 
  .aboutbox .btn--ar {
    margin: 40px auto;
  }
}
/* -------------------------------------------- */
.about-subtitle {
  font-size: clamp(18px,calc(36 / 750 * 100vw),36px);
  font-weight: 500;
  line-height: calc(66 / 36 * 1em);
  color: var(--c-bl01);
  margin: calc(60 / 610 * 100%) auto;
}
.about-subtitle--bar {
  margin-bottom: calc(30 / 610 * 100%);
  box-sizing: border-box;
  padding-bottom: calc(30 / 610 * 100%);
  border-bottom: 1px solid var(--c-bk);
}
.about-subtitle--bar + * {
  margin-top: calc(30 / 610 * 100%);
}
.about-subtitle--large {
  display: block;
  font-size: calc(46 / 36 * 1em);
}
@media screen and (min-width:750px){
  .about-subtitle {
    font-size: var(--fs-26);
    line-height: var(--lh-26);
    margin: 70px auto 40px;
  }
  .about-subtitle--bar {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--c-bk);
  }
  .about-subtitle--bar + * {
    margin-top: 30px;
  }
  .about-subtitle--large {
    font-size: calc(36 / 26 * 1em);
  }
}
/* -------------------------------------------- */
.aboutimage {
  display: block;
  margin: calc(60 / 610 * 100%) auto;  
}
.aboutimage__att {
  font-size: var(--fs-18);
  line-height: var(--lh-18);
  color: var(--c-bl02);
  text-align: right;
  margin-top: calc(20 / 610 * 100%);
}
.aboutimage + .about-subtitle {
  margin-top: calc(80 / 610 * 100%);
}

@media screen and (min-width:750px){
 .aboutimage {
    margin: 40px auto;
  }
  .aboutimage img {
    display: block;
    margin: 0 auto;
  }
  .aboutimage__att {
    font-size: var(--fs-14);
    line-height: var(--lh-14);
    margin-top: 10px;
  }
  .aboutimage + .about-subtitle {
    margin-top: 70px;
  } 
}
/* -------------------------------------------- */
.abouttable {
  width: 100%;
  display: block;
  margin: calc(60 / 610 * 100%) auto;  
}
.abouttable table {
  text-align: center;
  width: 100%;
}
.abouttable caption {
  text-align: center;
  font-size: var(--fs-26);
  font-weight: 500;
  color: var(--c-bl01);
  border-bottom: 1px solid ;
  margin-bottom: calc(40 / 590 * 100%);
  padding-bottom: .3em;
}
.abouttable caption span {
  font-size: calc(20 / 26 * 1em);
}
.abouttable th {
  width: calc(100% / 3);
  box-sizing: border-box;
  border: 1px solid var(--c-bl02);
  background-color: var(--c-gr01);
  box-sizing: border-box;
  font-weight: 400;
  padding: calc(15 / 590 * 100%);
}

.abouttable td {
  width: calc(100% / 3);
  box-sizing: border-box;
  border: 1px solid var(--c-bl02);
  box-sizing: border-box;
  font-weight: 400;
  padding: calc(20 / 590 * 100%);
}


.abouttable__att {
  font-size: var(--fs-18);
  line-height: var(--lh-18);
  color: var(--c-bl02);
  text-align: right;
  margin-top: calc(20 / 610 * 100%);
}

@media screen and (min-width:750px){
  .abouttable {
    margin: 40px auto;  
    max-width: 600px;
    font-size: var(--fs-16);
    line-height: var(--lh-16);
  }
  .abouttable caption {
    font-size: var(--fs-20);
    margin-bottom: 20px;
    padding-bottom: .3em;
  }
  .abouttable caption span {
    font-size: calc(20 / 26 * 1em);
  }
  .abouttable th {
    padding: 10px;
  }
  .abouttable td {
    padding: 20px 10px;
  }
  .abouttable__att {
    font-size: var(--fs-14);
    line-height: var(--lh-14);
    margin-top: 10px;
  }
  
}


/* -------------------------------------------- */
.about__mokuhyo {
  background: var(--c-bl02);
  box-sizing: border-box;
  padding: calc(20 / 590 * 100%) calc(30 / 590 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__mokuhyo .about__mokuhyo__cir {
  width: calc(120 / 530 * 100%);
  height: 0;
  padding-bottom: calc(120 / 530 * 100%);
  background-color: #fff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  display: block;
}
.about__mokuhyo span {
  font-size: var(--fs-26);
  line-height: 1em;
  color: var(--c-bl02);
  display: block;
  position: absolute;
  width: 4em;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  z-index: 3;
}
.about__mokuhyo .about__mokuhyo__text {
  width: calc(380 / 530 * 100%);
  font-size: var(--fs-24);
  line-height: var(--lh-24);
  color: var(--c-wh);
}

@media screen and (min-width:750px){
  .about__mokuhyo {
    padding: 20px 30px;
    max-width: 600px;
    margin: 40px auto;
  }
  .about__mokuhyo .about__mokuhyo__cir {
    width: 100px;
    height: 0;
    padding-bottom: 100px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    display: block;
  }
  .about__mokuhyo span {
    font-size: var(--fs-20);
  }
  .about__mokuhyo .about__mokuhyo__text {
    width: calc(100% - 120px);
    font-size: var(--fs-18);
    line-height: var(--lh-18);
  }
  
}


/* -------------------------------------------- */
.aboutproduct {
  width: 100%;
  display: block;
  margin: calc(60 / 610 * 100%) auto;  
}
.aboutproduct .aboutproduct__item {
  display: block;
  margin: calc(40 / 610 * 100%) auto;  
  border: 2px solid var(--c-bl01);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
}
.aboutproduct .aboutproduct__image {
  display: block;
  position: relative;
  width: calc(295 / 590 * 100%);
  height: 0;
  box-sizing: border-box;
  padding-bottom: calc(312 / 590 * 100%);
  overflow: hidden;
}
.aboutproduct .aboutproduct__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutproduct .aboutproduct__textbox {
  box-sizing: border-box;
  display: block;
  padding: calc(24 / 590 * 100%) calc(35 / 590 * 100%);
  
}
.aboutproduct .aboutproduct__name {
  font-size: clamp(17px,calc(34 / 750 * 100vw),34px);
  line-height: calc(54 / 34 * 1em);
  font-family: var(--font-en-b);
  font-weight: 500;
}
.aboutproduct .aboutproduct__text {
  font-size: var(--fs-22);
  line-height: var(--lh-22);
}
.aboutproduct .aboutproduct__text--or {
  color: #e68e34;
  font-size: calc(30 / 22 * 1em);
  font-weight: 700;
}
.aboutproduct .aboutproduct__icon {
  margin-top: 1em;
  width: 100%;
  display: block;
}
.aboutproduct span {
  font-size: var(--fs-20);
  line-height: var(--lh-20);
  background: var(--c-bl02);
  color: var(--c-wh);
  text-align: center;
  padding: .2em .8em .3em;
  display: block;
  margin: .4em 0;
}
/* -------------------------------------------- */
@media screen and (min-width:750px){
.aboutproduct {
  max-width: 770px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap:20px;
}
.aboutproduct .aboutproduct__item {
  width: calc((100% - 40px) /3);
  display: block;
  margin: 0;  
  border: 4px solid var(--c-bl01);
  position: relative;
  display: block;
}
.aboutproduct .aboutproduct__image {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  box-sizing: border-box;
  padding-bottom: calc(180 / 240 * 100%);
  overflow: hidden;
  background-color: var(--c-gr01);
}
.aboutproduct .aboutproduct__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(0.85);
}
.aboutproduct .aboutproduct__textbox {
  box-sizing: border-box;
  display: block;
  padding: 20px 26px;
  
}
.aboutproduct .aboutproduct__name {
  font-size: var(--fs-24);
  line-height: var(--lh-24);
}
.aboutproduct .aboutproduct__text {
  font-size: var(--fs-16);
  line-height: var(--lh-16);
}
.aboutproduct .aboutproduct__text--or {
  font-size: calc(24 / 16 * 1em);
}
.aboutproduct .aboutproduct__icon {
  margin-top: 16px;
  width: 100%;
  display: block;
}
.aboutproduct span {
  font-size: var(--fs-14);
  line-height: var(--lh-14);
  padding: 2px 10px;
  margin: 10px 0;
  width: 120px;
}  
  
}

@media screen and (min-width:1500px){
}