@charset "UTF-8";
/*
Theme Name: beliepoKyoto
Description:
Version: 2.0
*/

/*-------------------------------------------------*/

/* home

/*-------------------------------------------------*/

.b-mainFv .b-img {
  position: relative;
}
.b-mainFv .b-img .e-txt {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .b-mainFv .b-img .e-txt {
    width: 22.564vw;
  }
  .b-mainFv .b-img.m-01 .e-txt {
    top: 22%;
    left: 22%;
  }
  .b-mainFv .b-img.m-02 .e-txt {
    top: 22%;
  }
  .b-mainFv .b-img.m-03 .e-txt {
    top: 11%;
  }
}
@media screen and (min-width: 768px) {
  .b-mainFv .b-img {
    border-bottom-left-radius: 50% 100px;
    border-bottom-right-radius: 50% 100px;
    overflow: hidden;
    max-height: 665px;
  }
  .b-mainFv .b-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .b-mainFv .b-img .e-txt {
    width: 113px;
  }
  .b-mainFv .b-img.m-01 .e-txt {
    top: 22%;
    left: 40%;
  }
  .b-mainFv .b-img.m-02 .e-txt {
    top: 25%;
  }
  .b-mainFv .b-img.m-03 .e-txt {
    top: 13%;
  }
}

/* popUpBox
/*----------------------*/
.b-pop {
  display: block;
  position: relative;
  overflow: hidden;
  font-weight: 700;
  border: 1px solid #787878;
  width: 100%;
  background: #fff;
  text-decoration: none;
}
.b-pop .inner{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.b-pop .e-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  padding: .8em 0;
  background: var(--linkColor);
  font-size: 14px;
  line-height: 1;
  margin: auto;
  color: #fff;
  border-radius: 500px
}
.b-pop .e-btn::after{
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 1em;
  min-width: 1em;
  margin-left: .3em;
  background: url(assets/images/ic-arw.svg) center center / 130% no-repeat;
  border: 1px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .b-pop .e-btn {
    font-size: min(3.5897vw, 14px);
  }
}

/* seminer */
.b-pop.m-seminer .inner{
  display: flex;
  flex-direction: column;
}
.b-pop.m-seminer .b-hd{
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  padding-bottom: 2px;
}
.b-pop.m-seminer .e-sholder,
.b-pop.m-seminer .e-online{
  line-height: 1;
  font-size: 13px;
  letter-spacing: .03em;
}
.b-pop.m-seminer .e-sholder{
  display: flex;
  align-items: center;
  width: 130px;
  background: #376B20;
  position: relative;
  padding: .5em 0 .5em .8em;
  color: #fff;
  font-weight: 700;
}
.b-pop.m-seminer .e-sholder::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 12px 0;
  border-color: transparent #ffffff transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-pop.m-seminer .e-online{
  display: block;
  background: #E8FC92;
  color: #376B20;
  padding: .4em .5em;
  font-weight: 700;
  margin-right: 10px;
}
.b-pop.m-seminer .b-main{
  height: 100%;
}
.b-pop.m-seminer .b-mainInner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  transform: translateY(-2px);
}
.b-pop.m-seminer .e-ttl{
  width: 100%;
  letter-spacing: .05em;
  font-size: 24px;
  line-height: 1.3;
  color: #000;
  margin-top: auto;
}
.b-pop.m-seminer .e-time{
  color: #376B20;
  letter-spacing: 0;
  line-height: 1;
  margin-top: .8em;
  margin-bottom: auto;
  font-size: .8em;
}
.b-pop.m-seminer .e-time time{
  font-size: 1.2em;
  margin-left: .3em;
  letter-spacing: .03em;
  letter-spacing: 0;
}
.b-pop.m-seminer .b-bottom {
  margin-bottom: 15px;
  margin-top: auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .b-pop.m-seminer .e-sholder,
  .b-pop.m-seminer .e-online {
    font-size: min(3.3333vw, 13px);
  }
  .b-pop.m-seminer .e-ttl { 
    font-size: clamp(18px, 5.128vw, 20px);
  }
  .b-pop.m-seminer .e-time {
    font-size: .9em;
  }
}

/* event */
.b-pop.m-event .b-hd{
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  height: 35px;
  color: #000;
  font-size: 15px;
}
.b-pop.m-event .b-hd::before,
.b-pop.m-event .b-hd::after{
  content: "";
  display: block;
  aspect-ratio: 1 /1;
  width: 15px;
  background: url(assets/images/banner-event-arw.png) center center / contain no-repeat;
}
.b-pop.m-event .b-hd::before{
  margin-right: 3px;
  transform: translateY(1px);
}
.b-pop.m-event .b-hd::after{
  margin-left: 3px;
  transform: rotate(180deg) translateY(-1px);
}
.b-pop.m-event .b-main{
  aspect-ratio: 298 / 165;
  width: 100%;
  background: url(assets/images/banner-event.png) center center / cover;
  line-height: 1.3;
}
.b-pop.m-event .b-mainInner{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  transform: translateY(-.7em);
}
.b-pop.m-event .e-ttl,
.b-pop.m-event .e-time{
  width: 100%;
  padding: 0 .3em;
}
.b-pop.m-event .e-ttl{
  margin-top: auto;
  color: #fff;
  font-size: 20px;
}
.b-pop.m-event .e-time{
  font-size: 16px;
  line-height: 1;
  color: #E8FC92;
  margin-top: .5em;
  margin-bottom: auto;
  font-family: var(--font-En2);
  font-weight: 700;
}
.b-pop.m-event .b-bottom{
  margin-top: -16px;
}
@media screen and (max-width: 767px) {
  .b-pop.m-event .b-main{
    aspect-ratio: 298 / 130;
  }
  .b-pop.m-event .e-time {
    font-size: clamp(15px, 4.6154vw, 18px);
  }
}
/* recruit */
.b-pop.m-recruit {
  background: url(assets/images/banner-recruit-bg.png) left top;
  background-size: 8px;
}
.b-pop.m-recruit .inner{
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: #fff;
  margin: 10px;
}
.b-pop.m-recruit .b-main,
.b-pop.m-recruit .b-mainInner{
  height: 100%;
}
.b-pop.m-recruit .b-mainInner{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.b-pop.m-recruit .e-ttl{
  width: 100%;
  font-size: 42px;
  color: #000;
  font-weight: 300;
  letter-spacing: .05em;
  line-height: 1;
  margin-top: auto;
}
.b-pop.m-recruit .e-ttl .e-year{
  display: block;
  font-size: 14px;
  color: #0099D9;
  font-weight: 700;
  margin-top: .7em;
}
.b-pop.m-recruit .e-btn{
  background: #0099D9;
  margin-bottom: auto;
  margin-top: 15px;
  color: #fff;
}
.b-pop.m-no {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .b-pop.m-recruit .e-ttl {
    font-size: clamp(30px,8.9744vw,35px);
  }
  .b-pop.m-recruit .e-ttl .e-year{
    font-size: clamp(15px, 4.6154vw, 18px);
  }
  .b-pop.m-no {
    margin-bottom: -25vw;
  }
}

/* position */
@media screen and (max-width: 767px) {
  .b-popUpPosition{
    margin-top: -10vw;
  }
  .b-popUpBox {
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .b-pop {
    aspect-ratio: 318 / 215;
  }
}
@media screen and (min-width: 768px) {
  .b-popUpPosition {
    margin-top: -180px;
    margin-bottom: -100px;
  }
  .b-pop {
    aspect-ratio: 56 / 45;
  }
  .b-popUpBox {
    width: 300px;
    margin-left: auto;
    margin-right: 0;
  }
}

.b-popUpBox .slick-dots{
  text-align: center;
  line-height: 1;
}
.b-popUpBox .slick-dots li {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 3px;
    padding: 0;
    cursor: pointer;
}
.b-popUpBox .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 9px;
    height: 9px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  border: 1px solid #787878;
  border-radius: 50%
}
.b-popUpBox .slick-dots li.slick-active button{
  background: #787878;
}
/*-------------------------------------------------*/

/* information

/*-------------------------------------------------*/
.b-infoList .b-post a {
  text-decoration: none;
  color: inherit;
}
.b-post .b-cat {
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  padding: .35em 1em .25em;
  min-width: 11em;
  text-align: center;
  line-height: 1;
}
.b-infoList .b-post .e-postTtl {
  font-weight: 700;
  line-height: 1.5;
  font-size: inherit;
}
.b-post .e-time {
  letter-spacing: 0;
}
.b-infoList .b-post .e-time {
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .b-infoList .b-post .e-time {
    font-size: clamp(8px, 2.5641vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  .b-infoList .b-post .e-time {
    font-size: 12px;
  }
  .b-infoList .b-post a:hover .e-postTtl {
    text-decoration: underline;
  }
}

/* category */
.b-post .b-cat.seminar {
  border-color: #376B20;
  background: #376B20;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .b-infoList .b-post .b-cat {
    font-size: clamp(8px, 2.5641vw, 10px);
  }
}
@media screen and (min-width: 768px) {
  .b-infoList .b-post .b-cat {
    font-size: 12px;
  }
}

/* top
/*----------------------*/
.b-infoList.m-top .b-post {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1em;
}
.b-infoList.m-top .b-post a {
  display: inline-block;
  padding-bottom: .7em;
}
.b-infoList.m-top .b-post .b-catWrap {
  padding-bottom: .3em;
  line-height: 1;
}
.b-infoList.m-top .b-post .b-cat {
  margin: 0 .3em .3em 0;
}
.b-infoList.m-top .b-post .b-postDatas {
  display: flex;
  flex-wrap: wrap;
}
.b-infoList.m-top .b-post .e-postTtl {
  display: inline-block;
  margin: 0;
  padding-right: 1em;
}
.b-infoList.m-top .b-post .e-time {
  padding-top: .5em;
}
@media screen and (min-width: 768px) {
  .b-information .container {
    display: flex;
    justify-content: center;
  }
  .b-information .b-infoList.m-top {
    margin-top: .5em;
    margin-left: 5em;
  }
}

/* arhive
/*----------------------*/
@media screen and (min-width: 768px) {
  .b-infoList.m-archive .b-post .e-postTtl {
    font-size: 20px;
  }
}

/*-------------------------------------------------*/

/* underContent

/*-------------------------------------------------*/

/* about
/*----------------------*/
.b-mainLead.m-about .b-txt {
  line-height: 2;
}
.b-mainLead.m-about .b-txt p+p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .b-mainLead.m-about .b-leadTtl {
    width: clamp(140px, 40vw, 160px);
  }
}
@media screen and (min-width: 768px) {
  .b-mainLead.m-about .container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .b-mainLead.m-about .b-leadTtl {
    margin-left: 0;
    margin-right: 0;
  }
  .b-mainLead.m-about .b-txt {
    font-size: 18px;
    text-align: left;
    margin-left: 50px;
    margin-right: 50px;
  }
}

/* thiskBox
/*----------------------*/
.b-thiskBox {
  position: relative;
}
.b-thiskBox::after {
  content: "";
  display: block;
  width: 100%;
  background: url(assets/images/ptn.png);
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.b-thiskBox .b-whiteBox {
  position: relative;
  z-index: 1;
}
.b-thiskBox .b-ttl {
  margin-bottom: 1em;
  text-align: center;
  letter-spacing: .1em;
}
.b-thiskBox .b-ttl .e-ttl {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.b-thiskBox .b-ttl .e-ttl::before,
.b-thiskBox .b-ttl .e-ttl::after {
  content: "";
  display: block;
  width: 4px;
  height: 1.8em;
  background: var(--green);
  transform-origin: bottom;
  position: absolute;
  bottom: .3em;
}
.b-thiskBox .b-ttl .e-ttl::before {
  left: -.6em;
  transform: rotate(-45deg);
}
.b-thiskBox .b-ttl .e-ttl::after {
  right: -.6em;
  transform: rotate(45deg);
}
.b-thiskBox .b-item dt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column-reverse;
  line-height: 1;
  font-weight: 700;
  margin-bottom: .8em;
}
.b-thiskBox .b-item dt::after {
  content: "";
  display: block;
  aspect-ratio: 23 / 18;
}
.b-thiskBox .b-item dd {
  padding-bottom: 1em;
}
.b-thiskBox .b-item.m-01 dt::after {
  background: url(assets/images/ic-thinking-01.svg) center center / contain no-repeat;
}
.b-thiskBox .b-item.m-02 dt::after {
  background: url(assets/images/ic-thinking-02.svg) center center / contain no-repeat;
}
@media screen and (max-width: 767px) {
  .b-thiskBox {
    padding-bottom: 40px;
  }
  .b-thiskBox::after {
    height: 80%;
  }
  .b-thiskBox .b-whiteBox {
    padding-bottom: 10px;
  }
  .b-thiskBox .b-ttl .e-ttl {
    font-size: clamp(16px, 4.615vw, 18px);
  }
  .b-thiskBox .b-item {
    padding-bottom: 15px;
  }
  .b-thiskBox .b-item+.b-item {
    border-top: 1px dashed var(--borderColor);
    padding-top: 20px;
  }
  .b-thiskBox .b-item dt {
    font-size: clamp(16px, 4.615vw, 18px);
    font-size: 16px;
  }
  .b-thiskBox .b-item dt::after {
    width: clamp(110px, 30.769vw, 120px);
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .b-thiskBox {
    padding-bottom: 80px;
  }
  .b-thiskBox .b-whiteBox {
    padding: 30px 0 40px;
  }
  .b-thiskBox .b-ttl .e-ttl {
    font-size: 25px;
  }
  .b-thiskBox .b-item dt {
    font-size: 20px;
    margin-top: -10px;
  }
  .b-thiskBox .b-item dt::after {
    width: 125px;
  }
  .b-thiskBox .b-item dd {
    text-align: center;
    padding: 0 1em;
  }
  .b-thiskBox .b-item dd span {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .b-thiskBox::after {
    height: 80%;
  }
  .b-thiskBox .b-item {
    width: 80%;
    margin: auto;
  }
  .b-thiskBox .b-item+.b-item {
    border-top: 1px dashed var(--borderColor);
    margin-top: 30px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 961px) {
  .b-thiskBox::after {
    height: 340px;
  }
  .b-thiskBox .b-flex {
    display: flex;
    justify-content: center;
  }
  .b-thiskBox .b-item {
    width: 48%;
  }
  .b-thiskBox .b-item+.b-item {
    border-left: 1px solid var(--borderColor);
  }
}

/* featuresBox
/*----------------------*/
.b-featuresBox .b-feature .b-mdsBox {
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.b-featuresBox .b-feature.m-01 .b-mdsBox {
  background: url(assets/images/feature01-mds.jpg) center center / cover;
}
.b-featuresBox .b-feature.m-02 .b-mdsBox {
  background: url(assets/images/feature02-mds.jpg) center center / cover;
}
.b-featuresBox .b-feature .b-mdsBox .b-mds {
  text-align: center;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .1em;
}
.b-featuresBox .b-feature .b-mdsBox .b-keyWord {
  display: block;
}
@media screen and (max-width: 767px) {
  .b-featuresBox .b-feature .b-mdsBox {
    height: min(45vw, 200px);
    margin-bottom: clamp(15px,4.615vw, 25px);
  }
  .b-featuresBox .b-feature .b-mdsBox .b-mds {
    font-size: clamp(19px, 5.89743vw, 23px);
  }
  .b-featuresBox .b-feature .b-link {
    margin-top: 25px;
  }
  .b-featuresBox .b-feature .b-link a {
    width: 100%;
  }
  .b-featuresBox .b-feature+.b-feature {
    margin-top: clamp(15px,4.615vw, 25px);
  }
}
@media screen and (min-width: 768px) {
  .b-featuresBox .b-feature .b-mdsBox {
    height: 225px;
    margin-bottom: 40px;
  }
  .b-featuresBox .b-feature .b-mdsBox .b-mds {
    font-size: 28px;
  }
  .b-featuresBox .b-feature .b-link {
    margin-top: 40px;
  }
  .b-featuresBox .b-feature .b-link a {
    width: 450px;
  }
  .b-featuresBox .b-feature+.b-feature {
    margin-top: 40px;
  }
}
/* m-about */
.b-featuresBox.m-about .b-feature .b-mdsBox {
  display: block;
  background: none;
  height: auto;
  margin-bottom: 10px;
}
.b-featuresBox.m-about .b-feature .b-mdsBox::after {
  content: "";
  display: block;
  aspect-ratio: 2 /1;
  width: 100%;
  border-radius: var(--r);
  overflow: hidden;
}
.b-featuresBox.m-about .b-feature.m-01 .b-mdsBox::after {
  background: url(assets/images/fabout-eature01.jpg) center center / cover;
}
.b-featuresBox.m-about .b-feature.m-02 .b-mdsBox::after {
  background: url(assets/images/fabout-eature02.jpg) center center / cover;
}
.b-featuresBox.m-about .b-feature.m-01 .b-mds {
  transform: translateY(.3em);
}
.b-featuresBox.m-about .b-feature.m-02 .b-keyWord {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .b-featuresBox.m-about .b-feature .b-mds {
    font-size: clamp(17px, 5.1282vw, 20px);
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-featuresBox.m-about .b-feature {
    padding: 30px 44px 40px;
  }
  .b-featuresBox.m-about .b-feature .b-mds {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1030px) {
  .b-featuresBox.m-about .b-feature {
    max-width: 800px;
    margin: 0 auto;
  }
  .b-featuresBox.m-about .b-feature + .b-feature {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1031px) {
  .b-featuresBox.m-about .b-flex {
    display: flex;
    justify-content: space-between;
  }
  .b-featuresBox.m-about .b-feature {
    width: calc( (100% - 34px) / 2 );
  }
  .b-featuresBox.m-about .b-feature + .b-feature {
    margin-top: 0;
  }
}

/* atarimaeService
/*----------------------*/
.b-atarimaeService {
  margin-top: 40px;
}
.b-atarimaeService .b-ttl {
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.3;
}
.b-atarimaeService .b-ttl .e-ttl {
  display: inline-block;
  position: relative;
  font-weight: 700;
}
.b-atarimaeService .b-ttl .e-ttl::before,
.b-atarimaeService .b-ttl .e-ttl::after {
  content: "";
  display: block;
  width: 4px;
  height: 1.8em;
  background: var(--green);
  transform-origin: bottom;
  position: absolute;
  bottom: 0;
}
.b-atarimaeService .b-ttl .e-ttl::before {
  left: -.7em;
  transform: rotate(-45deg);
}
.b-atarimaeService .b-ttl .e-ttl::after {
  right: -.7em;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .b-atarimaeService .b-ttl .e-ttl {
    font-size: clamp(16px, 4.615vw, 18px);
  }
}
@media screen and (min-width: 768px) {
  .b-atarimaeService .b-ttl {
    font-size: 25px;
  }
}
/* atarimaeList */
.b-atarimaeService .b-atarimaeList dl {
  margin: auto;
}
.b-atarimaeService .b-atarimaeList dt {
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.b-atarimaeService .b-atarimaeList dt .e-icon {
  margin: auto;
}
.b-atarimaeService .b-atarimaeList dt .e-itemMds {
  margin: .5em 0;
}
.b-atarimaeService .b-atarimaeList dt b {
  color: var(--green);
}
.b-atarimaeService .b-atarimaeList dd {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .b-atarimaeService .b-atarimaeList .b-item {
    margin-top: 25px;
    width: 100%;
  }
  .b-atarimaeService .b-atarimaeList dt {
    font-size: clamp(14px, 4.1026vw, 16px);
  }
  .b-atarimaeService .b-atarimaeList .b-item:not(.m-04) dt br {
    display: none;
  }
  .b-atarimaeService .b-atarimaeList dt .e-icon {
    width: min(50%, 200px);
  }
}
@media screen and (min-width: 550px) and (max-width: 767px) {
  .b-atarimaeService .b-atarimaeList dd {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .b-atarimaeService .b-atarimaeList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .b-atarimaeService .b-atarimaeList .b-item {
    margin-top: 35px;
  }
  .b-atarimaeService .b-atarimaeList dl {
    width: 250px;
  }
  .b-atarimaeService .b-atarimaeList dt .e-icon {
    width: 68%;
  }
  .b-atarimaeService .b-atarimaeList dd {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 860px) {
  .b-atarimaeService .b-atarimaeList .b-item {
    width: calc( 100% / 2);
  }
  .b-atarimaeService .b-atarimaeList dl {
    width: 250px;
  }
}
@media screen and (min-width: 861px) {
  .b-atarimaeService .b-atarimaeList .b-item {
    width: calc( 100% / 3);
  }
  .b-atarimaeService .b-atarimaeList dl {
    width: 215px;
  }
}
/* b-matome */
.b-atarimaeService+.b-matome {
  text-align: center;
  font-weight: 700;
}
.b-atarimaeService+.b-matome .e-text {
  display: inline-block;
  
  position: relative;
}
.b-atarimaeService+.b-matome .e-text::before,
.b-atarimaeService+.b-matome .e-text::after {
  content: "";
  display: block;
  aspect-ratio: 118 / 30;
  position: absolute;
}
.b-atarimaeService+.b-matome .e-text::before {
  border-top: 5px solid #F2F2F2;
  border-left: 5px solid #F2F2F2;
  top: 0;
  left: 0;
}
.b-atarimaeService+.b-matome .e-text::after {
  border-right: 5px solid #F2F2F2;
  border-bottom: 5px solid #F2F2F2;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-atarimaeService+.b-matome {
    font-size: clamp(17px, 4.8718vw, 20px);
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .b-atarimaeService+.b-matome .e-text {
    padding: 1.5em 0;
  }
  .b-atarimaeService+.b-matome .e-text::before,
  .b-atarimaeService+.b-matome .e-text::after {
    width: 100px;
  }
  .b-atarimaeService+.b-matome .e-text::before {
    left: -2vw;
  }
  .b-atarimaeService+.b-matome .e-text::after {
    right: -2vw;
  }
}
@media screen and (min-width: 768px) {
  .b-atarimaeService+.b-matome {
    font-size: 20px;
    margin-top: 50px;
  }
  .b-atarimaeService+.b-matome .e-text {
    padding: 1em 5em;
  }
  .b-atarimaeService+.b-matome .e-text::before,
  .b-atarimaeService+.b-matome .e-text::after {
    width: 118px;
  }
}

/* message
/*----------------------*/
.b-message {
  background: url(assets/images/ptn-sq.png);
  background-size: 17px;
  padding-top: 0 !important;
}
.b-massageTtls {
  position: relative;
  z-index: 1;
}
.b-massageTtls > .inner {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}
.b-message .b-ttls {
  display: inline-block;
  background: var(--green);
  color: #fff;
  text-align: center;
  position: relative;
}
.b-message .b-ttls .e-subTtl {
  display: inline-block;
  border-top: 1px solid #A5D0D5;
  border-bottom: 1px solid #A5D0D5;
  font-weight: 700;
}
.b-message .b-ttls .b-keyWord .e-txt {
  color: var(--green);
  background: #fff;
}
.b-message .b-ttls .b-keyWord .e-txt::before,
.b-message .b-ttls .b-keyWord .e-txt::after {
  background-image: url(assets/images/ic-brackets-w.svg);
}
.b-message .b-names {
  line-height: 1.8;
}
.b-message .b-names .e-degree {
  display: block;
}
.b-massageTtls .b-img img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .b-massageTtls {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .b-message .b-ttls {
    width: 100%;
    padding: 50px 5vw 40px;
  }
  .b-message .b-ttlBox {
    margin-bottom: 30px;
  }
  .b-message .b-ttls .e-subTtl {
    font-size: clamp(17px, 5.1282vw, 20px);
    padding: 15px;
  }
  .b-message .b-ttls .e-subTtl .b-keyWord {
    font-size: clamp(19px, 5.89743vw, 23px);
  }
  .b-message .b-names {
    padding-top: 1.3em;
  }
  .b-message .b-names .e-name {
    font-size: 1.2em;
  }
  .b-massageTtls .b-img {
    height: min(100vw, 500px);
  }
  .b-massageTtls .b-img img {
    object-position: 95% 60%;
  }
}
@media screen and (min-width: 768px) {
  .b-massageTtls {
    overflow: hidden;
    margin-bottom: 65px;
  }
  .b-massageTtls > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  .b-message .b-ttls {
    padding: 60px 30px 50px;
    border-radius: 0 var(--r) var(--r) 0;
  }
  .b-message .b-ttlBox {
    margin-bottom: 30px;
  }
  .b-message .b-ttls .e-subTtl {
    font-size: 25px;
    padding: 15px 0;
  }
  .b-message .b-ttls .e-subTtl .b-keyWord {
    font-size: 35px;
  }
  .b-message .b-names {
    padding-top: 1em;
  }
  .b-message .b-names .e-name {
    font-size: 1.1em;
  }
  .b-massageTtls .b-img {
    height: 600px;
  }
  .b-massageTtls::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(assets/images/about-mizuno-bg.jpg) center center / cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    filter: blur(5px);
  }
}
@media screen and (min-width: 1101px) {
  .b-message .b-ttls {
    padding: 60px 50px 50px;
  }
}
@media screen and (min-width: 1801px) {
  .b-message .b-ttls {
    border-radius: var(--r);
  }
  .b-massageTtls .b-img img {
    object-fit: contain;
  }
}

.b-message .b-whiteBox {
  padding-bottom: 0;
}
.b-message .b-greetingCheckBox {
  margin: 2em 0;
}
.b-message .b-greetingCheckBox li {
  font-weight: 700;
}
.b-message .b-greetingCheckBox p {
  margin-top: 1em;
}
.b-message .b-profile {
  border-radius: 0 0 var(--r) var(--r);
}
.b-message .b-profile dt {
  font-weight: 700;
  margin-bottom: .3em;
}
@media screen and (max-width: 767px) {
  .b-message .b-profile {
    width: calc( 100% + clamp(20px, 6.4103vw, 25px) * 2 );
    margin-left: clamp(-25px, -6.4103vw, -20px);
    margin-top: 2em;
    padding: clamp(20px, 6.4103vw, 25px) clamp(20px, 6.4103vw, 25px) clamp(30px, 10.256vw, 40px);
  }
  .b-message .b-greetingCheckBox .b-img {
    margin: 2em auto;
  }
  .b-message .b-profile dt {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 768px) {
  .b-message .b-greetingCheckBox {
    display: flex;
  }
  .b-message .b-greetingCheckBox .b-txt {
    margin-right: 4em;
  }
  .b-message .b-profile {
    margin-top: 4em;
  }
  .b-message .b-profile dt {
    font-size: 18px;
  }
  .b-message .b-profile dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .b-message .b-profile {
    width: calc( 100% + 8vw);
    margin-left: -4vw;
    padding: 4.5vw 4vw 5vw;
  }
}
@media screen and (min-width: 1151px) {
  .b-message .b-profile {
    width: calc( 100% + 120px);
    margin-left: -60px;
    padding: 50px 60px;
  }
}
/* top */
.b-message.m-top {
  background: none;
  padding-bottom: 0;
}
.b-message.m-top .b-massageTtls {
  margin-bottom: 0;
}
.b-message.m-top .b-txts {
  margin-top: 1em;
}
.b-message.m-top .b-txts p {
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .b-message.m-top .b-txts {
    padding-left: 16px;
    padding-right: 16px;
  }
  .b-message.m-top .b-link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-message.m-top .b-ttls {
    width: 510px;
  }
  .b-message.m-top .b-link {
    margin-top: 30px;
  }
  .b-message.m-top .b-link a {
    width: 345px;
    min-width: auto;
  }
  .b-message.m-top .b-img {
    height: 850px;
  }
}

/* access
/*----------------------*/
.b-access .b-address dt {
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: .5em;
}
.b-access .b-map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .b-access .b-address {
    text-align: center;
  }
  .b-access .b-map {
    aspect-ratio: 2/1.5;
    margin-top: 20px;
  }
  .b-access .b-link {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .b-access .b-content {
    display: flex;
  }
  .b-access .b-address {
    width: 385px;
    min-width: 385px;
  }
  .b-access .b-link {
    margin-top: 30px;
  }
  .b-access .b-link {
    text-align: left;
  }
  .b-access .b-link a {
    width: 300px;
    min-width: auto;
  }
  .b-access .b-map {
    min-width: calc( 50dvw + (50% - 385px) );
    height: 400px;
  }
}

/*-------------------------------------------------*/

/* service

/*-------------------------------------------------*/
.b-mainBox .b-pgTtl.m-consulting .e-txt::before,
.b-mainBox .b-pgTtl.m-corporations .e-txt::before,
.b-mainBox .b-pgTtl.m-individuals .e-txt::before,
.b-mainBox .b-pgTtl.m-tax .e-txt::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.9em;
  min-width: 1.9em;
  margin-right: .2em;
  background-size: contain;
  background-repeat: no-repeat;
}
.b-mainBox .b-pgTtl.m-consulting .e-txt::before {
  background-image: url(assets/images/ic-service-01.svg);
}
.b-mainBox .b-pgTtl.m-corporations .e-txt::before {
  background-image: url(assets/images/ic-service-02.svg);
}
.b-mainBox .b-pgTtl.m-individuals .e-txt::before {
  background-image: url(assets/images/ic-service-03.svg);
}
.b-mainBox .b-pgTtl.m-tax .e-txt::before {
  background-image: url(assets/images/ic-service-04.svg);
}

/* serviceListBox top
/*----------------------*/
.b-serviceListBox.m-top {
  background: url(assets/images/ptn.png);
}
.b-serviceListBox.m-top .b-mds {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.b-serviceListBox.m-top .b-mds::before {
  content: "";
  display: block;
  aspect-ratio: 1 / 1;
  width: 2.6em;
  margin-right: .4em;
  background-size: contain;
  background-repeat: no-repeat;
}
.b-serviceListBox.m-top .b-item.m-01 .b-mds::before {
  background-image: url(assets/images/ic-service-01.svg);
}
.b-serviceListBox.m-top .b-item.m-02 .b-mds::before {
  background-image: url(assets/images/ic-service-02.svg);
}
.b-serviceListBox.m-top .b-item.m-03 .b-mds::before {
  background-image: url(assets/images/ic-service-03.svg);
}
.b-serviceListBox.m-top .b-item.m-04 .b-mds::before {
  background-image: url(assets/images/ic-service-04.svg);
}
.b-serviceListBox.m-top .e-disc {
  margin-top: .2em;
}
@media screen and (max-width: 767px) {
  .b-serviceListBox.m-top {
    padding-bottom: 60px !important;
    margin-bottom: -60px;
  }
  .b-serviceListBox.m-top .b-item + .b-item{
    margin-top: clamp(15px,4.615vw, 25px);
  }
  .b-serviceListBox.m-top .b-mds {
    font-size: clamp(17px, 5.1282vw, 20px);
  }
  .b-serviceListBox.m-top .b-link {
    margin-top: 10px
  }
  .b-serviceListBox.m-top .b-link a {
    width: 100%;
  }
  .b-serviceListBox.m-top .b-link.m-smalls {
    margin-top: 10px;
  }
  .b-serviceListBox.m-top .b-link.m-smalls a {
    width: auto;
    min-width: auto;
    margin-top: 7px;
    font-size: clamp(9px, 2.8205vw, 12px);
    font-size: 11px;
  }
  .b-serviceListBox.m-top .b-link a .b-linkInner {
    padding-left: 1.3em;
  }
  .b-serviceListBox.m-top .b-link a .inner::after {
    margin-left: .5em;
  }
}
@media screen and (min-width: 768px) {
  .b-serviceListBox.m-top {
    padding-bottom: 120px !important;
    margin-bottom: -120px;
  }
  .b-serviceListBox.m-top .b-item {
    padding-top: 40px;
    padding-bottom: 35px;
    padding: 40px 40px 35px;
  }
  .b-serviceListBox.m-top .b-item + .b-item{
    margin-top: 30px;
  }
  .b-serviceListBox.m-top .b-mds {
    font-size: 25px;
  }
  .b-serviceListBox.m-top .e-disc {
    text-align: center;
  }
  .b-serviceListBox.m-top .b-link {
    margin-top: 30px;
  }
  .b-serviceListBox.m-top .b-link a {
    min-width: 400px;
  }
  .b-serviceListBox.m-top .b-link.m-smalls {
    margin-top: 10px;
  }
  .b-serviceListBox.m-top .b-link.m-smalls a {
    min-width: auto;
    margin-top: 13px;
    font-size: 15px;
  }
}

.b-serviceListBox .b-serviceList {
  padding-top: 0;
}

/* consulting10
/*----------------------*/
.b-consul10 .container {
  display: grid;
}
.b-consul10 .b-ttlBox {
  color: inherit;
  line-height: 1.1;
  grid-column: 1/3;
  grid-row: 1/2;
}
.b-consul10 .b-ttlBox .e-num {
  display: inline-block;
  font-family: var(--font-En2);
  font-weight: 700;
  letter-spacing: -.03em;
  color: var(--green);
  transform-origin: center right;
  transform: scale(.85, 1) translateY(.1em);
  font-size: 2em;
  margin-right: .1em;
}
.b-consul10 .b-item {
  position: relative;
  text-align: center;
  padding: 1em;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  align-items: center;
  border-radius: 10px;
}
.b-consul10 .b-item .e-num {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1 / 1;
  font-family: var(--font-En2);
  font-weight: 700;
  line-height: 1;
  background: #B6F19F;
  color: #fff;
  border-radius: 50%;
  letter-spacing: -.03em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
}
.b-consul10 .b-item .e-txt {
  line-height: 1.5;
}
.b-consul10 .b-item .e-txt b {
  color: var(--green);
}
.b-consul10 .b-item .e-txt span {
  display: inline-block;
}
.b-consul10 .b-item .e-img {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .b-consul10 {
    padding-bottom: 60px;
  }
  .b-consul10 .container {
    gap: 25px clamp(15px,4.615vw, 25px);
  }
  .b-consul10 .b-ttlBox {
    margin-bottom: 10px;
  }
  .b-consul10 .b-ttlBox .e-ttl {
    font-size: clamp(18px, 5.128vw, 20px);
  }
  .b-consul10 .b-item {
    padding: min(6vw, 25px) .5em 1.5em;
  }
  .b-consul10 .b-item .e-num {
    width: 35px;
    font-size: 22px;
  }
  .b-consul10 .b-item .e-img {
    width: min(85%, 160px);
  }
}

@media screen and (min-width: 768px) {
  .b-consul10 {
    padding-bottom: 120px;
  }
  .b-consul10 .container {
    gap: 25px 20px;
  }
  .b-consul10 .b-ttlBox {
    margin-top: 8%;
  }
  .b-consul10 .b-ttlBox .e-ttl {
    font-size: 25px;
    transform: translateY(.3em)
  }
  .b-consul10 .b-item {
    padding: 40px 1em 1.5em;
  }
  .b-consul10 .b-item .e-num {
    width: 45px;
    font-size: 24px;
  }
  .b-consul10 .b-item .e-txt {
    font-size: clamp(14px, 1.5vw, 15px);
  }
  .b-consul10 .b-item .e-img {
    width: 75%;
  }
}
@media screen and (max-width: 840px) {
  .b-consul10 .container {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 841px) {
  .b-consul10 .container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) {
  .b-consul10 .container {
    width: 80%;
  }
  .b-consul10 .b-ttlBox {
    margin-bottom: 30px;
  }
}

/* serviceListItem
/*----------------------*/
.b-serviceListItem {
  padding: 0;
  overflow: hidden;
}
.b-serviceListItem .b-item .b-mds {
  text-align: center;
  color: var(--green);
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1em;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.b-serviceListItem .b-content .b-contentLead {
  line-height: 1.5;
  margin-bottom: 1em;
}
.b-serviceListItem .b-lists li {
  margin-bottom: .3em;
  letter-spacing: 0;
  padding-left: 1.2em;
}
.b-serviceListItem .b-lists li::before {
  width: .8em;
  background: var(--green);
  transform: translateX(-.4em);
  border-radius: 0;
  margin-left: -1.8em;
}
.b-serviceListItem .b-lists li .e-cautionMark {
  text-indent: 0;
}
.b-contentBox .b-serviceListItem p {
  margin-top: .5em;
}
.b-serviceListItem .b-item .b-link {
  margin-top: clamp(20px, 10.256vw, 30px);
}
@media screen and (max-width: 767px) {
  .b-serviceListItem+.b-serviceListItem {
    margin-top: clamp(20px, 6.4103vw, 25px);
  }
  .b-serviceListItem .b-item {
    padding: clamp(20px, 6.4103vw, 25px) clamp(20px, 6.4103vw, 25px) clamp(30px, 10.256vw, 40px);
  }
  .b-serviceListItem .b-item .b-mds {
    font-size: clamp(17px, 5.1282vw, 20px);
  }
}
@media screen and (min-width: 601px) {
  .b-serviceListItem {
    display: flex;
  }
  .b-serviceListItem .b-item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .b-serviceListItem+.b-serviceListItem {
    margin-top: 40px;
  }
  .b-serviceListItem .b-item {
    padding: 55px min(5vw, 65px) 50px;
  }
  .b-serviceListItem .b-item .b-mds {
    font-size: 25px;
  }
  .b-serviceListItem .b-item .b-link a {
    min-width: 285px;
  }
}
/* recommend */
.b-serviceListItem .b-recommend {
  background: var(--green);
  text-align: center;
  background-image: url(assets/images/recommend-bg.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: min(120%,500px);
}
.b-serviceListItem .b-recommend dt .e-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  line-height: 1;
  color: var(--green);
  font-weight: 700;
  padding: .7em 2em .55em;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
.b-serviceListItem .b-recommend dt .e-txt::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 1.2em;
  min-width: 1.2em;
  margin-right: .3em;
  background: url(assets/images/logo-mark.svg);
}
.b-serviceListItem .b-recommend dd {
  color: #fff;
}
.b-recList {
  display: inline-block;
}
.b-recList li {
  display: block;
  text-align: justify;
  text-indent: 1em;
  padding-left: 1em;
  letter-spacing: .05em;
}
.b-recList li::before{
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  width: 3px;
  border-radius: 50%;
  background: #fff;
  margin-left: -1.2em;
  transform: translate( -.75em, -.3em)
}
@media screen and (max-width: 767px) {
  .b-serviceListItem .b-recommend {
    padding: clamp(30px, 10.256vw, 40px) clamp(20px, 6.4103vw, 25px) clamp(20px, 6.4103vw, 25px);
  }
  .b-serviceListItem .b-recommend dt .e-txt {
    font-size: clamp(10px, 3.0769vw, 12px);
  }
}
@media screen and (min-width: 768px) {
  .b-serviceListItem .b-recommend {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .b-serviceListItem .b-recommend dt,
  .b-serviceListItem .b-recommend dd {
    width: 300px;
  }
  .b-serviceListItem .b-recommend dt .e-txt {
    font-size: 13px;
  }
  .b-recList li {
    font-size: 14px;
  }
}

/* consulting
/*----------------------*/
.b-serviceListItem.m-consulting .b-recommend {
  width: 100%;
}
@media screen and (max-width: 600px) {
  .b-serviceListItem.m-consulting .b-item+.b-item {
    border-top: 1px solid var(--borderColor);
  }
}
@media screen and (min-width: 601px) {
  .b-serviceListItem.m-consulting .b-item+.b-item {
    border-left: 1px solid var(--borderColor);
  }
  .b-serviceListItem.m-consulting .b-item.b-recommend dt,
  .b-serviceListItem.m-consulting .b-item.b-recommend dd {
    width: auto;
  }
}

/* serviceContent
/*----------------------*/
.b-serviceContent .b-item .b-mds {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.b-serviceContent .b-item .b-mainTxt {
  margin-top: .8em;
}
.b-serviceContent .b-item .b-mainTxt .b-lists {
  display: inline-block;
}
.b-serviceContent .b-item .b-mainTxt .b-lists li {
  text-align: left;
}
.b-serviceContent .b-topTxt {
  margin-top: -.8em;
  margin-bottom: 2.5em;
}
.b-serviceContent .b-topTxt .b-cautions {
  margin-top: .3em;
}
.b-serviceContent .b-endTxt {
  padding-top: .5em;
}
@media screen and (max-width: 767px) {
  .b-serviceContent .b-item {
    padding-bottom: clamp(20px, 6.4103vw, 25px) ;
    margin-bottom: clamp(15px,4.615vw, 25px);
  }
  .b-serviceContent .b-item .b-mds {
    font-size: clamp(17px, 5.1282vw, 20px);
  }
  .b-serviceContent .b-item .b-tableBox {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .b-serviceContent {
    text-align: center;
  }
  .b-serviceContent .b-item {
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
  .b-serviceContent .b-item .b-mds {
    font-size: 25px;
  }
  .b-serviceContent .b-item .b-mainTxt {
    text-align: center;
    margin-top: .8em;
  }
  .b-serviceContent .b-item .b-tableBox {
    margin: 20px 0 10px;
  }
  .b-serviceContent .b-item .b-tableBox th {
    min-width: 220px;
    white-space: nowrap;
  }
  .b-serviceContent .b-item .b-tableBox td {
    width: 100%;
  }
}

/* okotowari */
.b-okotowari {
  border-radius: 0;
  border: 5px solid #C7C7C7;
}
.b-okotowari .e-mds {
  text-align: center;
  font-weight: 700;
  margin-bottom: 1em;
  letter-spacing: .3em;
}
.b-okotowari .b-content .b-lists {
  margin: 1.5em 0;
}
.b-okotowari .b-cautionsBox {
  border-top: 1px solid #C7C7C7;
  margin-top: 2em;
  padding-top: 1em;
}
.b-okotowari .b-cautionsBox dl {
  margin-bottom: .8em;
}
.b-okotowari .b-cautionsBox dt{
  margin-bottom: .3em;
}
.b-okotowari .b-cautionsBox .b-lists li {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-okotowari {
    margin-top: clamp(15px,4.615vw, 25px);
    padding-bottom: clamp(20px, 6.4103vw, 25px) 
  }
}
@media screen and (min-width: 768px) {
  .b-okotowari {
    padding-top: 30px;
    padding-bottom: 30px;
    border-width: 8px;
    margin-top: 50px;
  }
  .b-okotowari .b-cautionsBox dl {
    display: flex;
  }
  .b-okotowari .b-cautionsBox dt {
    width: 7.5em;
    min-width: 7.5em;
  }
}

/* servicePriceBox */
.b-servicePriceBox {
  padding-top: 0 !important;
}
.b-servicePriceBox .b-ttlBox {
  margin-bottom: 30px;
}
.b-servicePriceBox .b-content {
  text-align: center;
}
.b-servicePriceBox .b-content .b-price {
  font-weight: 700;
  font-size: 1.3em;
  line-height: 1;
}
.b-servicePriceBox .b-content .b-price + .b-cautions {
  margin-top: .5em;
}
.b-servicePriceBox .b-content .b-price.m-txt {
  font-size: 1.6em;
  line-height: 1.65;
  margin-top: .8em;
}
.b-servicePriceBox .b-content .b-price .e-num {
  display: inline-block;
  font-family: var(--font-En2);
  letter-spacing: 0;
  font-size: 1.9em;
  padding-right: .08em;
  font-weight: 400;
  transform: translateY(.08em);
}
.b-servicePriceBox .b-content .b-price .e-tax {
  font-size: .8em;
}
.b-servicePriceBox .b-priceType + .b-priceType {
  margin-top: 2em;
}
.b-servicePriceBox .e-priceTypeName {
  display: inline-block;
  font-size: 1.15em;
  font-weight: 700;
  background: var(--green);
  color: #fff;
  padding-left: .8em;
  padding-right: .8em;
  margin-bottom: .5em;
}
.b-servicePriceBox .b-priceDetail {
  display: inline-block;
}
.b-servicePriceBox .b-priceDetail .b-priceItem {
  display: block;
}
.b-servicePriceBox .b-priceDetail .b-priceItem dl {
  display: flex;
  align-items: baseline;
  line-height: 1;
  margin-bottom: .3em;
}
.b-servicePriceBox .b-priceDetail .b-priceItem dt {
  font-size: 1.3em;
  font-weight: 700;
  padding-right: .3em;
}
@media screen and (max-width: 767px) {
  .b-servicePriceBox .b-link {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .b-servicePriceBox .b-link {
    margin-top: 45px;
  }
}

/* otherService */
.b-otherService {
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  .b-otherService .b-ttlBox {
    margin-bottom: 20px;
  }
}


/* price
/*----------------------*/
.b-priceListBox {
  padding-top: 0 !important;
}
.b-ttlBox.m-priceMds {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-priceTableBox {
    padding-top: 30px;
  }
  .b-priceListBox+.b-servicePriceBox {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .b-priceTableBox {
    padding-top: 50px;
  }
  .b-priceListBox+.b-servicePriceBox {
    margin-top: 60px;
  }
}
/* priceTableMds */
.b-priceTableMds {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.b-priceTableMds .e-tableMds,
.b-priceTableMds .b-tani {
  margin: 0;
}
.b-priceTableMds .e-tableMds {
  font-size: 1.3em;
  font-weight: 700;
}

/* table overwrite */
.b-tableWrap {
  width: 1000px;
  overflow-x: auto;
}
.b-tableWrap table,
.b-tableWrap table th,
.b-tableWrap table td,
.b-tableWrap table tr:last-of-type {
  filter: drop-shadow(0 0 0 #ccc);
}
.b-tableWrap table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.b-tableWrap table tr {
  border-top: 0 solid #ccc;
  border-bottom: 1px solid #ccc;
}
.b-tableWrap table th,
.b-tableWrap table td {
  border-right: 1px solid #ccc;
}
.b-tableWrap table tr:last-of-type th,
.b-tableWrap table tr:last-of-type td {
  filter: drop-shadow(0 0px 0 #fff);
}
.b-tableWrap table th,
.b-tableWrap table td {
  text-align: center;
}
.b-tableWrap table td {
  letter-spacing: 0;
  vertical-align: middle;
}
.b-tableWrap table th.m-alignLeft,
.b-tableWrap table td.m-alignLeft {
  text-align: left;
}
.b-tableWrap table th {
  background: var(--paleGreen);
}
@media screen and (max-width: 767px) {
  .b-tableWrap table th,
  .b-tableWrap table td {
    display: table-cell;
    padding: 1em;
  }
}


/* priceTableCautions */
.b-priceTableCautions {
  text-align: left;
  line-height: 1.5;
}
.b-priceTableCautions dl+dl {
  margin-top: 1em;
}
.b-priceTableCautions ol {
  margin-top: .5em;
}
@media screen and (max-width: 767px) {
  .b-priceTableCautions {
    margin-top: 30px;
  }
  .b-priceTableCautions.m-minTop {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .b-priceTableCautions {
    margin-top: 50px;
  }
  .b-priceTableCautions.m-minTop {
    margin-top: 15px;
  }
  .b-priceTableCautions dl {
    display: flex;
    flex-wrap: wrap;
  }
  .b-priceTableCautions dt {
    width: 2.5em;
  }
  .b-priceTableCautions dd {
    width: calc( 100% - 3em );
  }
}

/*-------------------------------------------------*/

/* recruit

/*-------------------------------------------------*/
.b-mainLead.m-recruit {
  max-width: 750px
}
.b-contentBox.m-recruit {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .b-mainLead.m-recruit .b-txt.off {
    min-height: 50dvh;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .b-mainLead.m-recruit .b-txt.off {
    min-height: 300px;
  }
}
/* recruitMent
/*----------------------*/
.b-contentBox .b-recruitMent {
  padding-top: 0;
}
.b-recruitMent dl {
  border-top: 1px solid #c7c7c7;
}
.b-recruitMent dl:last-of-type{
  border-bottom: 1px solid #c7c7c7;
}
.b-recruitMent dt,
.b-recruitMent dd {
  line-height: 1.75;
  border-left: 1px solid #c7c7c7;
  padding: .8em 1.5em;
}
.b-recruitMent dt {
  background: var(--paleGreen);
  font-weight: 700;
}
.b-recruitMent dd {
  background: #fff;
  border-right: 1px solid #c7c7c7;
}
@media screen and (max-width: 767px) {
  .b-recruitMent dt {
    border-right: 1px solid #c7c7c7;
    padding: .7em 1.5em .5em;
  }
}
@media screen and (min-width: 768px) {
  .b-recruitMent dl {
    display: flex;
  }
  .b-recruitMent dt {
    width: 28.5%;
  }
  .b-recruitMent dd {
    width: 72.5%;
  }
}

/* recruitHuman
/*----------------------*/
.b-recruitHuman {
  position: relative;
}
.b-recruitHuman::after {
  content: "";
  display: block;
  width: 100%;
  background: url(assets/images/ptn.png);
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.b-recruitHuman .b-whiteBox {
  position: relative;
  z-index: 1;
  text-align: center;
}
.b-recruitHuman .b-ttlBox {
  margin-bottom: 15px;
}
.b-recruitHuman .b-txt{
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .b-contentBox .b-recruitHuman {
    padding: 0 0 50px;
  }
  .b-recruitHuman::after {
    height: 230px;
  }
}
@media screen and (min-width: 768px) {
  .b-contentBox .b-recruitHuman {
    padding: 0 0 75px;
  }
  .b-recruitHuman::after {
    height: 263px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .b-recruitHuman .b-whiteBox {
    padding: 4.5vw 4vw 5vw;
  }
}
@media screen and (min-width: 1151px) {
  .b-recruitHuman .b-whiteBox {
    padding: 45px 60px 60px;
  }
}

/* recruitFlow
/*----------------------*/

.b-recruitFlow .b-item .e-mds {
  text-align: center;
  font-weight: 700;
  font-size: min(18px,6vw,25px);
}
.b-recruitFlow .b-item:not(:last-of-type) .e-mds {
  margin-bottom: .5em;
}
.b-recruitFlow .b-item {
  position: relative;
}
.b-recruitFlow .b-item:not(:last-of-type)::after {
  content: "";
  display: block;
  aspect-ratio: 68 / 38;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #039259;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.b-recruitFlow .b-link a.m-large .b-linkInner {
  padding-top: .9em;
  padding-bottom: .9em;
}
@media screen and (max-width: 767px) {
  .b-recruitFlow {
    padding-bottom: 60px !important;
  }
  .b-recruitFlow .b-item::after {
    width: 45px;
  }
  .b-recruitFlow .b-item+.b-item {
    margin-top: 25px;
  }
  .b-recruitFlow .b-whiteBox {
    padding: clamp(20px, 6.4103vw, 25px) clamp(20px, 6.4103vw, 25px) 25px;
  }
}
@media screen and (min-width: 768px) {
  .b-recruitFlow {
    padding-bottom: 100px !important;
  }
  .b-recruitFlow .b-item {
    padding-top: 35px;
    padding-bottom: 45px;
  }
  .b-recruitFlow .b-item:last-of-type {
    padding-bottom: 35px;
  }
  .b-recruitFlow .b-item::after {
    width: 68px;
  }
  .b-recruitFlow .b-item+.b-item {
    margin-top: 45px;
  }
  .b-recruitFlow .b-item .b-content {
    text-align: center;
  }
}

/*-------------------------------------------------*/

/* privacy policy

/*-------------------------------------------------*/
.b-contentBox.m-pp .b-item {
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 1px dashed #ccc;
}
.b-contentBox.m-pp .b-item .e-mds {
  line-height: 1.5;
  border-left: 5px solid #efefef;
  padding-left: 1em;
  margin-bottom: .8em;
}

/*-------------------------------------------------*/

/* form

/*-------------------------------------------------*/
.b-formItem {
  border-bottom: 1px solid #ccc;
  padding-top: 1.5em;
  padding-bottom: 2em;
}
.b-formItem:first-of-type {
  padding-top: 0;
}
.b-formItem:last-of-type {
  border-bottom: 0 none;
  padding-bottom: 0;
}
.b-formItem dt {
  font-weight: 700;
  margin-bottom: .5em;
}
.b-formItem .e-req {
  line-height: 1;
  background: var(--linkColor);
  color: #fff;
  font-size: .85em;
  border-radius: 2px;
  padding: .25em .5em .15em;
  margin-left: .5em;
}

.b-form .e-privacy {
  margin-top: 20px;
}

.b-form .b-link > .b-linkInner {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.b-formItem .b-flexItem{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.b-formItem .b-flexItem .m-min{
  width: 20em;
}
.b-formItem .e-kana{
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 100%;
}
.b-formItem .e-kana input{
  margin-left: .4em;
  margin-right: .5em;
}
@media screen and (max-width: 767px) {
  .b-mainLead.m-contact {
    text-align: center;
    padding-bottom: 20px;
  }
  .b-formItem .e-kana{
    margin-top: 1em;
  }
}
@media screen and (min-width: 768px) {
  .b-mainLead.m-contact {
    padding-bottom: 30px;
  }
  .b-formItem .b-flexItem{
    flex-wrap: nowrap;
  }
  .b-formItem .e-kana{
    width: 50%;
    min-width: 50%;
    margin-left: 1em;
    flex-wrap: nowrap;
  }
  .b-form .e-privacy {
    text-align: center;
  }
  .b-form .b-link button:hover {
    transform: translateY(3px);
  }
}


/*-------------------------------------------------*/

/* 404

/*-------------------------------------------------*/
.b-404 {
  width: 90%;
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 100px 0 200px;
}
.b-404 h1 img {
  display: block;
  width: 60%;
  max-width: 312px;
  height: auto;
  margin: auto;
}
.b-404 h1 .e-txt {
  display: block;
  line-height: 1.5;
  margin-top: -1em;
  letter-spacing: .1em;
}
.b-404 .e-message {
  margin-top: 2em;
}
.b-404 .e-lnk {
  margin-top: 2em;
}