
p {

    line-height: 1.9;
    font-size: 16px;
    margin: 0 0 20px;
}


.p-sm {
    color: #888;
    line-height: 1.9;
    font-size: 14px;
    margin: 0 0 20px;
}


.p-md {
    color: #888;
    line-height: 2;
    font-size: 16px;
    margin: 0 0 20px;
}

.p-lg {
    color: #888;
    line-height: 2;
    font-size: 18px;
    margin: 0 0 20px;
}





.black-glow {
  text-shadow: rgba(0, 0, 0, 0.7) 1px 1px 10px,
    rgba(0, 0, 0, 0.7) -1px 1px 10px,
    rgba(0, 0, 0, 0.7) 1px -1px 10px,
    rgba(0, 0, 0, 0.7) -1px -1px 10px !important;
}



.white-glow {
  text-shadow: rgba(255, 255, 255, 0.7) 1px 1px 10px,
    rgba(255, 255, 255, 0.7) -1px 1px 10px,
    rgba(255, 255, 255, 0.7) 1px -1px 10px,
    rgba(255, 255, 255, 0.7) -1px -1px 10px !important;
}



/*フォント指定*/

.mincho {
  font-family: 'Noto Serif JP', serif;
}

.kaku {
font-family: 'Noto Sans JP', sans-serif;
}

.lato {
  font-family: 'Lato', sans-serif;
}


.line-title-area {
  background:#6A3906;
  padding: 30px 0;
}

.line-title {
  text-align: center;

}

.line-title span {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  line-height: 1.2;
}

.line-title b {
  display: block;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  color: #FFF100;
}

.line-title p {
  margin-top: 0.4em;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1.2em;
  color: #444;
}

@media screen and (max-width: 576px) {
  .line-title {
    text-align: center;
    margin-bottom: 0;
  }

  .line-title h2 {
    font-weight: 100;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
  }

  .line-title p {
    margin-top: 0.4em;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.25em;
    line-height: 1.2em;
  }

  .line-title b {
    display: block;
    margin-top: 0.2em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 1.5em;
  }

    .line-title-area {
      background: #6A3906;
      padding: 20px 0;
    }
}


.top-title {
  text-align: center;
  margin-bottom: 34px;
}

.top-title span {
  display: block;
  color: #a2cc4f;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
}

.top-title b {
  display: block;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1.5em;
  color: #666;
}

.top-title p {
  margin-top: 0.4em;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.25em;
  line-height: 1.2em;
  color: #444;
}

@media screen and (max-width: 576px) {

.top-title span {
    display: block;
    font-size: 12px;
  }

  .top-title {
    text-align: center;
    margin-bottom: 18px;
  }
  .top-title h2 {
    font-weight: 100;
    font-style: normal;
    font-size: 26px;
    letter-spacing: 0.2em;
    line-height: 1.2em;
  }
  .top-title p {
    margin-top: 0.4em;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.25em;
    line-height: 1.2em;
  }

  .top-title b {
    display: block;
    margin-top: 0.1em;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.25em;
    line-height: 1.5em;
  }
}

/*１文字目だけ着色*/
.hajime:first-letter {
  color: #e69c35;
}

.title-00 {
  margin: 0 auto 70px auto;
  max-width: 1300px;
  border-top: 4px solid #9AC62C;
  border-bottom: 4px solid #9AC62C;
  padding: 35px 3%;
  color: #9AC62C;
  font-size: 175%;
  font-weight: bold;
  letter-spacing: .15em;
  line-height: 1.2em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .title-00 {
    position: relative;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
    line-height: 1.4;
    font-size: 20px;
  }
}

.title-01 {
  text-align: center;
  display: inline-block;
  position: relative;
  width: 100%;
  color: #fff;
  background: #9AC62C;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.2em;
  padding: 30px 18px;
  margin: 0 0 40px;
  line-height: 1.5;
  border-radius: 10px;
}

/* .title-01:after {
  content: "";
  border: solid 2px #fff;
  position: absolute;
  top: 1px;
  left: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
} */

.title-01 span {
  display: block;
  font-size: 15px;
  margin-top: 5px;
  letter-spacing: 0.1em;
  font-weight: normal;
}

@media screen and (max-width: 576px) {
  .title-01 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 20px 12px;
border-radius: 0;
    line-height: 1.5;
    width: 100vw;
      margin: 0 calc(50% - 50vw) 30px;
  }

  .title-01 span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 0;
    font-weight: normal;
  }
}


.title-02 {
  position: relative;
  margin-bottom: 22px;
  letter-spacing: 0.15em;
  font-size: 24px;
  line-height: 1.4;
  font-weight: bold;
  color: #F5A03C;
}


@media screen and (max-width: 768px) {
  .title-02 {
    font-size: 18px;
    margin-bottom: 16px;
  }
}



.title-03 {
  color: #222;
  font-weight: bold;
  font-size: 17px;
  background: #FFF;
  border-left: #9AC62C 5px solid;
  border-bottom: #ece9e5 1px solid;
  border-right: #ece9e5 1px solid;
  
  padding: 14px 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .title-03 {
    font-size: 16px;
    padding: 14px 14px;
    margin-bottom: 16px;
  }
}

.title-03-a {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 20px;
}

.title-03-a:before {
  content: "";
  position: relative;
  top: -1px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 16px;
  height: 8px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#F59A30),
    color-stop(49%, #F59A30),
    color-stop(50%, #F7B52C),
    to(#F7B52C)
  );
  background: -webkit-linear-gradient(
    left,
    #F59A30 0%,
    #F59A30 49%,
    #F7B52C 50%,
    #F7B52C 100%
  );
  background: linear-gradient(
    to right,
    #F59A30 0%,
    #F59A30 49%,
    #F7B52C 50%,
    #F7B52C 100%
  );
}

@media screen and (max-width: 768px) {
  .title-03-a {
    font-size: 17px;
    padding: 8px 18px;
    margin-bottom: 10px;
    margin-left: 0;
    line-height: 1.5;
  }
}



.title-03-b {
  color: #403C2C;
  font-weight: bold;
  font-size: 18px;
  background: #E8E6E2;
  border-left: #9B927B 5px solid;
  padding: 15px 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 576px) {
  .title-03-b {
    font-size: 16px;
    padding: 14px 14px;
    margin-bottom: 16px;
  }
}




.title-04 {
  position: relative;
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 20px;
  letter-spacing: 0.15em;
  padding-bottom: 12px;
}
.title-04:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #a4967a 0%, #ccc1ad 100%);
}
.title-04:first-child {
  margin-top: 0;
}

@media screen and (max-width: 576px) {
  .title-04 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 18px;
    font-size: 20px;
    letter-spacing: 0.15em;
    padding-bottom: 16px;
  }
}


.title-05 {
  margin-bottom: 16px;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .title-05 {
    margin-bottom: 8px;
    font-size: 17px;
  }
}

.title-06 {
  font-size: 22px;
  font-weight: bold;

  line-height: 1.7em;
  margin-bottom: 12px;
  color: #55adc6;
}

.title-06:before {
  font-weight: 900;
  content: "●";
  margin-right: 6px;
  color: #55adc6;
  font-size: 16px;
  position: relative;
    top: -2px;
}

@media screen and (max-width: 768px) {
  .title-06 {
      font-size: 18px;
      line-height: 1.7em;
      margin-bottom: 12px;
    }
}

.title-06-a {
  position: relative;
  padding-left: 20px;
  margin: 0 0 12px;
  font-size: 17px;
  color: #555;
  font-weight: bold;
}

.title-06-a:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  margin-right: 11px;
  background: linear-gradient(90deg, #F5A03C, #F5A03C);
}

@media screen and (max-width: 768px) {
  .title-06-a {
    margin-bottom: 16px;
    font-size: 15px;
  }
  .title-06-a:before {
    width: 15px;
    height: 15px;
  }
}

.title-07 {
  font-size: 28px;
  font-weight: bold;

  line-height: 1.7em;
  margin-bottom: 12px;
  color: #613e1b;
}



@media screen and (max-width: 768px) {
  .title-07 {
    font-size: 19px;
    line-height: 1.7em;
    margin-bottom: 4px;
  }
}


.title-10 {
  position: relative;
  margin-bottom: 5px;
}

.title-10::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  border-top: 1px solid #bca038;
  top: .9em;
  right: 0;
  z-index: 1;
}

.title-10 p {
  display: inline-block;
  color: #bca038;
  font-size: 17px;
  letter-spacing: .2em;
  background: #FAF8F6;
  z-index: 2;
  position: relative;
  padding-right: 1em;
  margin-bottom: 0;
}



/* 経歴 */
.history {
  border-top: solid 1px #CCC;
  padding-top: 20px;
  padding-left: 10px;
}

.history ul {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        font-style: normal;
        }

.history dt span {
  vertical-align: middle;
}

.history dt {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.15em;
  line-height: 1em;
  margin-bottom: 35px;
}

.history dt .ft_europa {
  font-weight: normal;
  color: #9AC62C;
  font-size: 80%;
  letter-spacing: 0.1em;
  padding-left: 1.3em;
text-transform: uppercase;
}

.history li {
  line-height: 1.5em;
  font-size: 15px;
  margin-bottom: 18px;
  position: relative;
  padding-left: 1.8em;
}

.history li:last-child {
  margin-bottom: 0;
}

.history li::before {
  display: block;
  font-family: 'dental';
  content: '\e825';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 90%;
  color: #9AC62C;
}


.staff_list>li .history {
  border-top: solid 1px rgba(89, 87, 87, 0.50);
}

.staff_list>li .history dt {
  margin-bottom: 25px;
}

.staff_list>li .history li {
  margin-bottom: 10px;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
 
  .history dt {
    margin-bottom: 20px;
  }

  .history li {
    margin-bottom: 10px;
  }


  .staff_list>li .history dt {
    margin-bottom: 20px;
  }
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
 
  .history {
    padding-top: 5%;
    padding-left: 2%;
  }

  .history dt {
    margin-bottom: 7%;
    font-size: 15px;
  }
.history dt .ft_europa {

  font-size: 60%;
}
  .history li {
    margin-bottom: 0.8em;
    padding-left: 1.3em;
  }


  .staff_list>li .history {
    padding-top: 5%;
  }

  .staff_list>li .history dt {
    margin-bottom: 5%;
  }

  .staff_list>li .history li {
    margin-bottom: 0.8em;
  }
}





.accent-txt {
  color: #E44465;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1;

  font-weight: 700;
}

@media screen and (max-width: 576px) {
  .accent-txt {
    font-size: 13px;
    margin-bottom: 4px;
  }
}



.accent-txt-num {
  color: #87ac34;
  font-size: 50px;
  margin-bottom: 8px;
  line-height: 1;

  font-weight: 700;
  margin-top: -40px;
}

@media screen and (max-width: 576px) {
  .accent-txt-num {
    font-size: 44px;
    margin-bottom: 4px;
    margin-top: -46px;
  }
}
.round-title {
  background: #F5A03C;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  text-align: center;
  padding: 0.7em .2em;
  border-radius: 30px;
  margin-bottom: 28px;
}


.box-title {
    color: #444;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(0,0,0,0.1);
    padding: 15px 3%;
    border-radius: 10px;
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
}

@media screen and (max-width: 576px) {
  .sub-title {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin-bottom: 15px;
  }



  .round-title {
    background: #F5A03C;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-align: center;
    padding: 0.5em 1em;
    border-radius: 30px;
    margin-bottom: 25px;
  }

    .box-title {

    padding: 10px 10px;
    border-radius: 10px;
    font-size: 17px;
    letter-spacing: 0.05em;

    margin-bottom: 12px;
}
}

.tour-title {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 10px;
}

@media screen and (max-width: 576px) {
  .tour-title {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
}

.txt-pink {
  color: #ED907F;
}
.txt-red {
  color: #ed4848;
}
.txt-orange {
  color: #EFA83C;
}
.txt-green {
  color: #9AC62C;
}
.txt-blue {
  color: #70BED5;
}

.txt-purple {
  color: #9493CA;
}



.step_title {
  background: #FFF;
  border-radius: 8px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  color: rgb(73, 65, 46);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #eee;
  font-size: 20px;
}
.step_title_gray {
  background: #f4f4f4;
}

.step_title_inner {
  box-sizing: border-box;
  padding: 1.2em 1.1em;
}

.step_title_inner h3 {
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.2em;
  margin-left: 40px;
  text-indent: -40px;
  line-height: 1.6;
  margin-bottom: 0;
}

.step_num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #F5A03C;
  letter-spacing: normal;
text-indent: 0px;
  font-size: 20px;
  letter-spacing: 0;
  width: 40px;
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .step_title {
    margin-bottom: 40px;
    border: 1px solid #eee;
    font-size: 16px;
    margin-bottom: 4%;
  }

  .step_title_inner {
    box-sizing: border-box;
    padding: 1em 1em;
  }

  .step_title_inner h3 {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    margin-left: 30px;
    text-indent: -30px;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .step_num {
    font-size: 16px;
    width: 30px;
  }
}

/*リスト*/

ul.checklist1 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 12px;
  font-size: 16px;
}

.checklist1 li {
  margin: 0;
  padding: 0 0 0 1.6em;
  font-weight: normal;
  margin-bottom: 8px;
  position: relative;
  line-height: 1.6em;
  list-style: none;

}
.checklist1 li:last-child {
  margin-bottom: 0;
}
.checklist1 li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "dental";
  font-weight: 900;
  content: "\e80b";
  margin-right: 6px;
  color: #ccc;

  width: 8px;
  height: 8px;
  margin: 0 16px 20px 0;
}

@media screen and (max-width: 600px) {
  .checklist1 li {

  }
}

ul.checklist2 {
  padding: 0;
  margin: 0;
}

.checklist2 li {
  margin: 0;
  padding: 0 0 0 1.3em;
  font-weight: normal;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.5em;
  list-style: none;
  font-size: 15px;
}
.checklist2 li:last-child {
  margin-bottom: 0;
}
.checklist2 li:before {
  display: inline-block;
  position: absolute;
  left: 0;
  font-family: "dental";
  font-weight: 900;
  content: "\e80b";
  margin-right: 6px;
  color: #ccc;
  font-size: 13px;
  width: 7px;
  height: 7px;
  margin: 0 12px 12px 0;
}

@media screen and (max-width: 600px) {
  .checklist2 li {
    font-size: 14px;
  }
}

.catch-xl {

  font-size: 50px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .catch-xl {

    font-size: 28px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1.7em;
  }
}


.catch-l {

  font-size: 32px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  .catch-l {

    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0em;
    line-height: 1.7em;
  }
}

.catch-m {

  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.7em;
  margin: 0 0 22px;
}

@media screen and (max-width: 576px) {
  .catch-m {

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.7em;
    margin: 0 0 0.8em;
  }
}

.catch-s {

  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 2.2em;

}

@media screen and (max-width: 576px) {
  .catch-s {

    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.7em;
  }
}

.heading-2 {
    color: #613e1b;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.6em;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .heading-2 {

  font-size: 17px;
    font-weight: 400;
    letter-spacing: 0em;
    line-height: 1.4em;
    font-weight: bold;

  }
}
.life-p {

  font-size: 15px;
  font-weight: 400;

  line-height: 1.7em;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 576px) {
  .life-p {

    font-size: 14px;
7
  }
}
.marker {
    background: linear-gradient(transparent 70%, #bce2e8 70%);
}

.marker-yellow {
  background: linear-gradient(transparent 70%, #FFFFB3 70%);
}


.badge-pink {
  display: inline-block;
  padding: 8px 16px;
  background: #FF7979;
  font-size: 16px;
  color: #fff;
  border-radius: 10px;
  margin-right: 8px;
}

@media screen and (max-width: 576px) {
.badge-pink {
    display: inline-block;
    padding: 4px 6px;
    background: #FF7979;
    font-size: 14px;
    margin-right:0px;
    margin-bottom: 4px;
  }

}
