#about .bg_wrap .under_inner {
  max-width: 1030px;
}

#about .title_box .f_left {
  width: 23.23%;
}

#about .bg_wrap h3 {
  font-size: 35px;
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.4;
}
#about .bg_wrap h3 > span {
  position: relative;
  font-weight: bold;
  display: block;
  padding: 0 0 17px;
  letter-spacing: -0.01em;
}
#about .bg_wrap h3 > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  width: 100%;
  background: #8fc31f;
}
#about .bg_wrap h3 + .read {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
#about .bg_wrap h3 + .read .small {
  font-size: 50%;
}
#about .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#about .box .f_left {
  width: 38.27%;
}
#about .box .f_right {
  width: 57.92%;
}
#about .box p {
  font-size: 21px;
  letter-spacing: -0.07em;
  font-weight: bold;
  line-height: 1.6;
}
#about .box p .marker {
  background: linear-gradient(transparent 70%, #fef200 0%);
  font-weight: bold;
}
#about .box p.indet {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}
#about .box.box02 {
  flex-direction: row-reverse;
  align-items: center;
}
#about .box.box02 .f_left {
  width: 56.12%;
}
#about .box.box02 .f_right {
  width: 37.19%;
}
#about .book_content {
  background: url("../image/about/about_img03.png") no-repeat top center;
  padding: 40px 55px 40px;
  display: flex;
  justify-content: space-between;
}
#about .book_content.book_content02 {
  background: url("../image/about/about_img03_02.png") no-repeat top center;
}
#about .book_content .f_left {
  width: 46.96%;
}
#about .book_content .f_left > p:nth-of-type(1) {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 38px;
}
#about .book_content .f_left > p:nth-of-type(1) .letter {
  letter-spacing: -0.5em;
  font-weight: bold;
}
#about .book_content .f_left dl dt {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 10px;
  letter-spacing: -0.1em;
}
#about .book_content .f_left dl dd:nth-of-type(1) {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 6px;
}
#about .book_content .f_left dl dd:nth-of-type(2) {
  font-size: 27px;
  font-weight: bold;
}
#about .book_content .f_left dl dd:nth-of-type(2) .small {
  font-size: 58%;
  font-weight: bold;
}
#about .book_content h4 {
  margin-bottom: 30px;
}
#about .book_content h4 > span {
  display: inline-block;
  font-size: 27px;
  color: #ffffff;
  background: #8fc31f;
  padding: 12px 34px;
  font-weight: bold;
  border-radius: 30px;
}
#about .book_content .f_right {
  width: 44.79%;
}
#about .book_content .f_right > p {
  font-size: 19px;
  font-weight: bold;
  letter-spacing: -0.01em;
}
#about .brand_movie {
  max-width: 580px;
  margin: 0 auto;
  background: #fff;
}
#about .brand_movie .sub_ttl {
  font-size: 17px;
  text-align: center;
  background: #22ac38;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 6px;
}
#about .brand_movie .brand_movie_box {
  border: 1px solid #22ac38;
  padding: 30px 12px 30px 30px;
  overflow: hidden;
}
#about .brand_movie .brand_movie_box .f_left {
  float: left;
  width: 54.48%;
}
#about .brand_movie .brand_movie_box .f_right {
  float: right;
  width: 41.61%;
}
#about .brand_movie .brand_movie_box .f_right > p {
  font-weight: bold;
}
#about .brand_movie .brand_movie_box .f_right > p:nth-of-type(1) {
  font-size: 17px;
}
#about .brand_movie .brand_movie_box .f_right > p:nth-of-type(2) {
  font-size: 10px;
  letter-spacing: -0.06em;
  line-height: 1.5;
}
#about .brand_movie .brand_movie_box .youtube_wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#about .brand_movie .brand_movie_box .youtube_wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (max-width: 1040px) {
  #about .bg_wrap h3 {
    font-size: 29px;
  }
  #about .box p {
    font-size: 16px;
  }
  #about .bg_wrap h3 + .read {
    font-size: 16px;
  }
  #about .book_content {
    background: #ffffff;
    border: 1px solid #8fc31f;
    padding: 35px 20px 35px;
    border-radius: 10px;
  }
  #about .book_content h4 > span {
    font-size: 22px;
  }
  #about .book_content .f_left dl dt {
    font-size: 22px;
  }
  #about .book_content .f_left dl dd:nth-of-type(1) {
    font-size: 14px;
  }
  #about .book_content .f_left dl dd:nth-of-type(2) {
    font-size: 22px;
  }
  #about .book_content .f_right > p {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 960px) {
  #about .book_content {
    display: block;
    padding: 12px 10px;
  }
  #about .book_content h4 {
    margin-bottom: 14px;
  }
  #about .book_content h4 > span {
    font-size: 19px;
    padding: 8px 24px;
  }
  #about .book_content .f_left {
    width: auto;
    margin-bottom: 25px;
  }
  #about .book_content .f_right {
    width: auto;
  }
  #about .book_content .f_right > p {
    font-size: 13px;
  }
  #about .book_content .f_left > p:nth-of-type(1) {
    font-size: 17px;
    margin-bottom: 5px;
  }
  #about .book_content .f_left dl dt {
    font-size: 18px;
    letter-spacing: -0.1em;
  }
}
@media screen and (max-width: 768px) {
  #about .box {
    display: block;
  }
  #about .box .f_left {
    width: 73%;
    margin: 0 auto;
    margin-bottom: 28px;
  }
  #about .box .f_right {
    width: auto !important;
  }
  #about .box p {
    font-size: 14px;
  }
  #about .box p.indet {
    font-size: 11px;
  }
  #about .bg_wrap h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #about .bg_wrap h3 + .read {
    text-align: left;
    font-size: 14px;
  }
  #about .bg_wrap h3 > span {
    padding: 0 10px 4px;
    display: inline;
    background: linear-gradient(transparent 93%, #8fc31f 0%);
  }
  #about .bg_wrap h3 > span::after {
    content: none;
  }
  #about .box.box02 .f_left {
    width: auto !important;
    margin-left: -34px;
    margin-right: -34px;
  }
  #about .brand_movie .brand_movie_box {
    padding: 15px 20px;
  }
  #about .brand_movie .brand_movie_box .f_left {
    width: 59.53%;
    margin: 0 auto;
    float: none;
    margin-bottom: 22px;
  }
  #about .brand_movie .brand_movie_box .f_right {
    width: auto;
    float: none;
  }
  #about .brand_movie .brand_movie_box .f_right p {
    text-align: center;
  }
  #about .brand_movie .brand_movie_box .f_right > p:nth-of-type(2) {
    font-size: 14px;
    text-align: left;
  }
  #about .brand_movie .brand_movie_box .f_right > p:nth-of-type(2) br {
    display: none;
  }
  #about .eat_img01 {
    margin-left: -34px;
    margin-right: -34px;
  }
  .under_inner.-type02{
    padding: 0 15px;
  }
}