body {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

.l_mainvisual_sub {
  z-index: 0;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .l_mainvisual_sub .l_content_size::before {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj01.png);
    position: absolute;
    bottom: 0;
    left: calc(50% - 730px);
  }
  .l_mainvisual_sub .l_content_size::after {
    content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/kv_obj02.png);
    position: absolute;
    bottom: 0;
    right: calc(50% - 595px);
  }
}
@media screen and (max-width: 768px) {
  .l_mainvisual_sub::before {
    content: "";
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/sp/kv_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.l_bread {
  width: 1100px;
  margin: 10px auto 0;
  padding-left: 2%;
  padding-right: 2%;
}
@media screen and (max-width: 768px) {
  .l_bread {
    width: 92%;
  }
}
.l_bread a {
  text-decoration: underline;
}
.l_bread a:hover {
  text-decoration: none;
}

#p_about {
  overflow-x: hidden;
}
@media screen and (min-width: 769px) {
  #p_about .u_pc {
    display: inline-block;
  }
  #p_about .u_sp {
    display: none !important;
  }
  #p_about .l_content_size {
    max-width: 1100px;
    box-sizing: border-box;
    width: 100%;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}
#p_about .imgwrap a {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#p_about .imgwrap a:hover {
  opacity: .5;
}
#p_about img.u_pc,
#p_about img.u_sp {
  margin-left: auto;
  margin-right: auto;
}
#p_about p.txt {
  line-height: 1.875;
}
#p_about p.txt .bold {
  font-weight: 600;
  line-height: 1.875;
}
#p_about p.txt .bg {
  line-height: 1.875;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #ecf55a 5%, #ecf55a 92%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
#p_about .sec .circleItemList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 0 -10px -20px;
}
#p_about .sec .circleItemList .seibun_tgl {
  position: relative;
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  padding: 0 10px 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
#p_about .sec .circleItemList .seibun_tgl .wrap {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#p_about .sec .circleItemList .seibun_tgl .wrap > p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
#p_about .sec .circleItemList .seibun_tgl .wrap img {
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
#p_about .sec .circleItemList .seibun_tgl .child {
  margin-top: 10px;
}
#p_about .sec .circleItemList .seibun_tgl .child p {
  line-height: 1.875;
}
#p_about .sec .circleItemList.fiv_column {
  margin: 0 -22px -20px;
}
#p_about .sec .circleItemList.fiv_column .list_item {
  flex: 0 0 20%;
  max-width: 20%;
  border-bottom: 0;
  padding: 0 22px 20px;
}
#p_about .sec .circleItemList.fiv_column .list_item .wrap img {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  #p_about .sec .circleItemList.fiv_column .list_item .wrap img {
    max-width: 100%;
  }
}
#p_about .sec .circleItemList.fiv_column .list_item .wrap > p {
  font-size: 26px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #p_about .sec .circleItemList.fiv_column .list_item .wrap > p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  #p_about .sec .circleItemList {
    margin: 0;
    display: block;
    border-top: 1px solid #dcdcdc;
  }
  #p_about .sec .circleItemList .seibun_tgl {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left;
    padding: 13px 0;
    border-bottom: 1px solid #dcdcdc;
  }
  #p_about .sec .circleItemList .seibun_tgl .wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 50px 0 0;
    position: relative;
    align-items: center;
  }
  #p_about .sec .circleItemList .seibun_tgl .wrap > img {
    max-width: 100%;
    margin: 0;
  }
  #p_about .sec .circleItemList .seibun_tgl .wrap > p {
    font-size: 20px;
    padding: 0 0 0 10px;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-align: left;
  }
  #p_about .sec .circleItemList .seibun_tgl .wrap::before {
    content: "";
    width: 20px;
    height: 1px;
    background: #2f7e07;
    position: absolute;
    top: 36px;
    right: 15px;
  }
  #p_about .sec .circleItemList .seibun_tgl .wrap::after {
    content: "";
    width: 1px;
    height: 20px;
    background: #2f7e07;
    position: absolute;
    top: 27px;
    right: 24px;
  }
  #p_about .sec .circleItemList .seibun_tgl .wrap._active::after {
    display: none;
  }
  #p_about .sec .circleItemList .seibun_tgl .child {
    padding: 10px 0 0;
    display: none;
  }
  #p_about .sec .circleItemList.fiv_column {
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #p_about .sec .circleItemList.fiv_column .list_item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
#p_about .sec .under_ttl {
  text-align: center;
  margin: 20px 0 30px;
}
#p_about .sec .under_ttl .dub,
#p_about .sec .under_ttl .main {
  display: block;
}
#p_about .sec .under_ttl .sub {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
}
#p_about .sec .under_ttl .main {
  font-size: 35px;
  line-height: 1.3;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  #p_about .sec .under_ttl .main {
    font-size: 28px;
    margin-top: 5px;
  }
}
#p_about .sec .c_ttl_3 {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 25px;
}
#p_about .sec .c_ttl_3 .u_border {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 300;
}
#p_about .sec .c_ttl_3 .u_border::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 63px;
  height: 1px;
  background-color: #acac75;
}
@media screen and (max-width: 768px) {
  #p_about .sec .c_ttl_3 {
    padding-bottom: 16px;
    margin-bottom: 20px;
  }
  #p_about .sec .c_ttl_3 .u_border {
    font-size: 28px;
  }
}
#p_about .sec .left_right_ {
  display: inline-block;
  position: relative;
  padding-left: 62px;
  padding-right: 62px;
}
#p_about .sec .left_right_::before {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_before.svg);
  position: absolute;
  left: -48px;
  bottom: 0.2em;
}
#p_about .sec .left_right_::after {
  content: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_after.svg);
  position: absolute;
  right: -48px;
  bottom: 0.2em;
}
#p_about .sec.sec_1 {
  margin: 50px 0 0;
}
#p_about .sec.sec_1 .c_ttl_1 {
  margin-bottom: 24px;
}
#p_about .sec.sec_1 .about_img_text {
  position: relative;
  padding-bottom: 10px;
}
#p_about .sec.sec_1 .about_img_text .imgwrap {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding-left: 0;
  order: 1;
}
#p_about .sec.sec_1 .about_img_text .imgwrap::before {
  display: none;
}
#p_about .sec.sec_1 .about_img_text .textwrap {
  order: 0;
  position: relative;
  min-height: 1px;
  width: 100%;
}
#p_about .sec.sec_1 .about_img_text .textwrap .txt + .txt {
  margin: 20px 0 0;
}
@media screen and (min-width: 769px) {
  #p_about .sec.sec_1 .about_img_text {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  #p_about .sec.sec_1 .about_img_text .imgwrap {
    flex: 0 0 60%;
    max-width: 60%;
  }
  #p_about .sec.sec_1 .about_img_text .imgwrap .ph_wrap {
    position: absolute;
    top: -95px;
    z-index: -1;
  }
  #p_about .sec.sec_1 .about_img_text .textwrap {
    flex: 0 0 53.82%;
    max-width: 53.82%;
    min-height: 520px;
  }
}
#p_about .sec.sec_1 .l_content_size {
  margin-bottom: 100px;
}
#p_about .sec.sec_1 .l_ob_layout {
  margin-bottom: 144px;
}
#p_about .sec.sec_1 .l_ob_layout .about_img_text .imgwrap {
  order: 0;
}
#p_about .sec.sec_1 .l_ob_layout .about_img_text .imgwrap .ph_wrap {
  top: 0;
  right: 50px;
}
#p_about .sec.sec_1 .l_ob_layout .about_img_text .imgwrap .ph_wrap img {
  height: auto;
}
#p_about .sec.sec_1 .l_ob_layout .about_img_text .textwrap {
  order: 1;
  min-height: inherit;
}
@media screen and (min-width: 769px) {
  #p_about .sec.sec_1 .l_ob_layout .about_img_text .imgwrap {
    flex: 0 0 46%;
    max-width: 46%;
  }
  #p_about .sec.sec_1 .l_ob_layout .about_img_text .textwrap {
    flex: 0 0 54%;
    max-width: 54%;
  }
}
#p_about .sec.sec_2 {
  padding-bottom: 80px;
  position: relative;
}
@media screen and (min-width: 769px) {
  #p_about .sec.sec_2::before {
    content: "";
    height: 100%;
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    min-width: 1160px;
    background: #fafaf7;
    border-radius: 30px;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
#p_about .sec.sec_2 .c_ttl_2 {
  position: relative;
  top: -36px;
  text-align: center;
}
#p_about .sec.sec_2 .c_ttl_2 img {
  width: 300px;
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_2 .c_ttl_2 img {
    width: 210px;
  }
}
#p_about .sec.sec_2 .c_ttl_2 h2 {
  font-size: 52px;
}
#p_about .sec.sec_2 .l_content_size img {
  width: 100%;
  height: intrinsic;
}
#p_about .sec.sec_2 .l_content_size .under_ttl img {
  width: 787px;
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_2 .l_content_size .under_ttl img {
    width: 294px;
  }
}
#p_about .sec.sec_2 .l_content_size > .txt {
  margin-bottom: 60px;
}
#p_about .sec.sec_2 .l_content_size .boxwrap {
  margin-bottom: 50px;
}
#p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_3 img {
  width: 352px;
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_3 img {
    width: 300px;
  }
}
#p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_3._yuko img {
  width: 124px;
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_3._yuko img {
    width: 110px;
  }
}
#p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_3._tennen img {
  width: 280px;
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_3._tennen img {
    width: 240px;
  }
}
#p_about .sec.sec_2 .l_content_size .boxwrap .c_ttl_4 img {
  width: 450px;
}
#p_about .sec.sec_2 .l_content_size .boxwrap .imgwrap {
  text-align: center;
  margin-bottom: 20px;
}
#p_about .sec.sec_2 .l_content_size .boxwrap.lastBoxWrap {
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  #p_about .sec.sec_2 .l_content_size .boxwrap.lastBoxWrap .circleItemList {
    margin: 0 -30px 50px;
  }
  #p_about .sec.sec_2 .l_content_size .boxwrap.lastBoxWrap .circleItemList .seibun_tgl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 30px;
  }
  #p_about .sec.sec_2 .l_content_size .boxwrap.lastBoxWrap .circleItemList .seibun_tgl .textwrap {
    padding-left: 20px;
  }
  #p_about .sec.sec_2 .l_content_size .boxwrap.lastBoxWrap .circleItemList .seibun_tgl .textwrap > .wrap > p {
    margin-top: 0;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
  }
}
#p_about .sec.sec_2 .c_ttl_4 {
  font-size: 32px;
  line-height: 1.3;
  letter-spacing: 1.34px;
  font-weight: 300;
  padding: 8px 0 41px 398px;
  position: relative;
}
#p_about .sec.sec_2 .c_ttl_4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/p.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 378px;
  height: 75px;
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_2 .c_ttl_4 {
    font-size: 28px;
    padding: 22.67vw 0 15px;
  }
  #p_about .sec.sec_2 .c_ttl_4::before {
    content: "";
    position: absolute;
    top: 0;
    left: inherit;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/about/sp/p.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 92.27vw;
    height: 20vw;
  }
}
#p_about .sec.sec_3 {
  margin: 100px 0 45px;
}
#p_about .sec.sec_3 .c_ttl_2 {
  margin-bottom: 24px;
}
#p_about .sec.sec_3 .c_ttl_2 h2 {
  font-size: 52px;
  line-height: 1.2;
}
#p_about .sec.sec_3 .circleItemList {
  margin-top: 30px;
}
#p_about .sec.sec_4 {
  padding: 40px 0;
  text-align: center;
  position: relative;
}
#p_about .sec.sec_4::before {
  content: "";
  height: 100%;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  min-width: 1160px;
  background: #fafafa;
  border-radius: 30px;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#p_about .sec.sec_4 h2 {
  text-align: center;
  margin-bottom: 21px;
}
#p_about .sec.sec_4 h2 .left_right_ {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
}
#p_about .sec.sec_4 h2 .left_right_ strong.bold {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 500;
}
#p_about .sec.sec_4 h2 .left_right_ span.bold {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
}
#p_about .sec.sec_4 h2 .left_right_ span.u_pc {
  font-size: 30px;
}
#p_about .sec.sec_5 {
  padding: 100px 0;
}
#p_about .sec.sec_5 .c_ttl_2 {
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  #p_about .sec {
    padding-left: 2%;
    padding-right: 2%;
  }
}
#p_about .c_list_1 > li .txtwrap .btnwrap .btn2 > p {
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #p_about img {
    max-width: 100%;
    height: auto;
  }
  #p_about .l_bread,
  #p_about .sec {
    padding-left: 4%;
    padding-right: 4%;
  }
  #p_about .u_pc {
    display: none !important;
  }
  #p_about .sec.sec_1 .c_ttl_1 {
    margin-bottom: 0;
  }
  #p_about .sec.sec_1 .c_ttl_1 h2,
  #p_about .sec.sec_1 .c_ttl_1 p.u_osw {
    text-align: left;
  }
  #p_about .sec.sec_1 .l_content_size:not(.l_ob_layout) {
    margin-bottom: 60px;
  }
  #p_about .sec.sec_1 .l_content_size:not(.l_ob_layout) .ph_wrap.u_sp {
    margin: -25px 0 20px;
    text-align: right;
  }
  #p_about .sec.sec_1 .l_content_size:not(.l_ob_layout) .ph_wrap.u_sp img {
    max-width: 276px;
  }
  #p_about .sec.sec_1 .l_ob_layout {
    margin-bottom: 90px;
  }
  #p_about .sec.sec_1 .l_ob_layout .ph_wrap.u_sp {
    margin: 20px 0 20px -5%;
    text-align: right;
    padding-right: 7.47%;
  }
  #p_about .sec.sec_1 .l_ob_layout .ph_wrap.u_sp img {
    position: relative;
    left: -1px;
  }
  #p_about .sec.sec_2 {
    padding-bottom: 40px;
    background: #fafaf7;
  }
  #p_about .sec.sec_2 .c_ttl_2 {
    top: -25px;
  }
  #p_about .sec.sec_2 .c_ttl_2 h2 {
    font-size: 36px;
  }
  #p_about .sec.sec_2 .l_content_size .boxwrap {
    margin-bottom: 40px;
  }
  #p_about .sec.sec_2 .l_content_size .boxwrap .imgwrap {
    margin-bottom: 15px;
  }
  #p_about .sec.sec_2 .caution {
    margin-top: 16px;
  }
  #p_about .sec.sec_3 {
    margin: 60px 0 40px;
  }
  #p_about .sec.sec_3 .c_ttl_2 h2 {
    font-size: 36px;
  }
  #p_about .sec.sec_4 {
    padding: 40px 4.6875%;
  }
  #p_about .sec.sec_4 h2 .left_right_ {
    display: block;
    font-size: 26px;
    padding: 0;
  }
  #p_about .sec.sec_4 h2 .left_right_::before, #p_about .sec.sec_4 h2 .left_right_::after {
    content: "";
    width: 36px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
  }
  #p_about .sec.sec_4 h2 .left_right_::before {
    left: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_before.svg);
  }
  #p_about .sec.sec_4 h2 .left_right_::after {
    right: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_after.svg);
  }
  #p_about .sec.sec_4 h2 .left_right_ strong.bold {
    font-size: 28px;
  }
  #p_about .sec.sec_5 {
    padding: 60px 4.6875%;
  }
  #p_about .sec.sec_5 .c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p img {
    width: 22px;
    height: 20px;
  }
  #p_about .sec.sec_5 .c_list_1 > li .txtwrap .btnwrap .btn1 > .wrap > p.txt {
    font-size: 12px;
  }
  #p_about .sec.sec_5 .c_list_1 > li .txtwrap .btnwrap .btn2 > p {
    width: 100%;
  }
}

/* 220930 */
#p_about .sec.sec_4 p.txt_ttl {
  text-align: center;
  margin-bottom: 21px;
}

#p_about .sec.sec_4 p.txt_ttl .left_right_ {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 300;
}

#p_about .sec.sec_4 p.txt_ttl .left_right_ strong.bold {
  font-size: 38px;
  line-height: 1.5;
  font-weight: 500;
}

#p_about .sec.sec_4 p.txt_ttl .left_right_ span.u_pc {
  font-size: 30px;
}

#p_about .sec.sec_4 p.txt_ttl .left_right_ span.bold {
  font-size: 30px;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 769px){
  #p_about .u_sp {
      display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #p_about .sec.sec_4 p.txt_ttl .left_right_ {
    display: block;
    font-size: 26px;
    padding: 0;
  }
  #p_about .sec.sec_4 p.txt_ttl .left_right_ strong.bold {
      font-size: 28px;
  }
  #p_about .sec.sec_4 p.txt_ttl .left_right_::before {
    left: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_before.svg);
  }
  #p_about .sec.sec_4 p.txt_ttl .left_right_::after {
    right: 0;
    background-image: url(https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/product/ico_after.svg);
  }
  #p_about .sec.sec_4 p.txt_ttl .left_right_::before, #p_about .sec.sec_4 p.txt_ttl .left_right_::after {
    content: "";
    width: 36px;
    height: 48px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}


/*# sourceMappingURL=p_about.css.map */
