@charset "utf-8";

/*
  File Name   : admission.css
  Description : コンテンツエリア関係 他
*/

/* base
============================================================ */
#lay-main {
  padding-bottom: 0;
}

/* com-section-base
============================================================ */
.com-section-base {
  margin-bottom: 100px;
}
.com-section-base:last-of-type {
   margin-bottom: 0 !important;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .com-section-base {
    margin-bottom: 80px;
  }
}

/* svg-title-A
============================================================ */
.svg-title-A {
  text-align: center;
  margin-bottom: 60px;
}

/* -admission-greeting-A
============================================================ */
.com-section-base.-admission-greeting-A {
  margin-bottom: 40px;
}
.-admission-greeting-A .flex-box {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 22px;
}
.-admission-greeting-A .img-block {
  width: 200px;
}
.-admission-greeting-A .img-block img {
  border-radius: 6px;
  overflow: hidden;
}
.-admission-greeting-A .desc-block {
  width: calc(100% - 200px);
  padding-right: 70px;
}
.-admission-greeting-A .desc-block .text-B {
  margin-top: 30px;
  line-height: 26px;
}
.-admission-greeting-A .desc-block .text-B span {
  font-weight: bold;
  font-size: 20px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .-admission-greeting-A .flex-box {
    display: block;
  }
  .-admission-greeting-A .img-block {
    margin: 0 auto;
    max-width: 155px;
  }
  .-admission-greeting-A .desc-block {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
}

/* -admission-flow-jump-link-wrap
============================================================ */
.-admission-flow-jump-link-wrap .flow-jump-inner {
  background-color: #fff;
  border-radius: 5px;
  border: solid 3px #e24a7e;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul {
  display: flex;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li {
  width: calc(100% / 4);
  position: relative;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 9px;
  height: 16px;
  background: url(../img/admission/flow/admission-flow-breadcrumbs-right.png) 0 0 no-repeat;
  background-size: 9px auto;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li:last-child::after {
  content: none;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li a {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li a:hover {
  text-decoration: none;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li .item {
  width: 100%;
  padding-top: 28px;
  padding-bottom: 26px;
  text-align: center;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li .title{
  position: relative;
}
.-admission-flow-jump-link-wrap .flow-jump-inner ul li .title::before {
  content: "";
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../img/admission/flow/admission-flow-arrow-btn.png) 0 0 no-repeat;
  background-size: 30px auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .-admission-flow-jump-link-wrap .flow-jump-inner ul {
    display: block;
  }
  .-admission-flow-jump-link-wrap .flow-jump-inner ul li {
    width: 100%;
  }
  .-admission-flow-jump-link-wrap .flow-jump-inner ul li::after {
    content: "";
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
    height: 9px;
    background: url(../img/admission/flow/admission-flow-breadcrumbs-down.png) 0 0 no-repeat;
    background-size: 16px auto;
  }
  .-admission-flow-jump-link-wrap .flow-jump-inner ul li:last-child::after {
    content: none;
  }
  .-admission-flow-jump-link-wrap .flow-jump-inner ul li .item {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .-admission-flow-jump-link-wrap .flow-jump-inner ul li .title::before {
    top: 50%;
    left: auto;
    right: -40px;
    -webkit-transform: none;
    transform: none;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* -admission-flow-A
============================================================ */
.com-section-base.-admission-flow-A {
  margin-bottom: 40px;
}
.-admission-flow-A .com-section-inner {
  border-bottom: dashed 1px #e24a7e;
  padding-bottom: 40px;
}
.-admission-flow-A .flow-title-block {
  width: 240px;
  margin-right: 110px;
  position: relative;
}
.-admission-flow-A .flow-title-block h3::after,
.-admission-flow-A .flow-title-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 46px;
  width: 10px;
  height: 10px;
  background-color: #e24a7e;
  border-radius: 50%;
}
.-admission-flow-A .flow-title-block::after {
  top: auto;
  bottom: 0;
}
.-admission-flow-A .flow-title-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 65px;
  bottom: 5px;
  left: 50px;
  width: 2px;
  background-color: #e24a7e;
}
.-admission-flow-A .flow-desc {
  width: calc(100% - 240px - 110px);
}
.-admission-flow-A .com-bk-title-text-box:not(:first-child) {
  margin-top: 30px;
}
.-admission-flow-A .com-bk-title-text-box .title {
  border-radius: 20px 20px 0 0;
}
.-admission-flow-A .com-bk-title-text-box .desc-wrap {
  position: relative;
  padding: 30px;
  border-radius: 0 0 20px 20px;
}
.-admission-flow-A .desc-wrap .img-text-wrap {
  width: calc(100% - 90px);
}
.-admission-flow-A .desc-wrap .img-text-wrap img {
  border-radius: 10px;
}
.-admission-flow-A .desc-wrap .movie-text-wrap .movie-wrap {
  position: relative; 
  padding-top: 56.25%;
  width: 530px;
  height: 0;
  overflow: hidden;
}
.-admission-flow-A .desc-wrap .movie-text-wrap .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.-admission-flow-A .desc-wrap .img-text-wrap .text-wrap {
  width: calc(100% - 80px);
  margin-top: 20px;
}
.-admission-flow-A .desc-wrap .movie-text-wrap .text-wrap {
  width: 100%;
  margin-top: 20px;
}
.-admission-flow-A .desc-wrap .com-btn-wrap {
  margin-top: 16px;
}
.-admission-flow-A .desc-wrap .person-wrap {
  width: 172px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

/* -btn-flex-block */
.-admission-flow-A .desc-wrap.-btn-flex-block .img-text-wrap > .com-flex-box {
  justify-content: space-between;
  align-items: center;
}
.-admission-flow-A .desc-wrap.-btn-flex-block .img-text-wrap .com-btn-wrap {
  margin-right: 30px;
}
.-admission-flow-A .desc-wrap.-btn-flex-block .img-text-wrap .text-wrap {
  width: calc(100% - 250px);
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .com-section-base.-admission-flow-A {
    margin-bottom: 120px;
  }
  .-admission-flow-A .com-section-inner {
    border-bottom: none;
    padding-bottom: 0;
  }
  .-admission-flow-A .flow-title-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  .-admission-flow-A .flow-title-block h3::after,
  .-admission-flow-A .flow-title-block::before,
  .-admission-flow-A .flow-title-block::after {
    content: none;
  }
  .-admission-flow-A ~ .-admission-flow-A .flow-title-block h3::after,
  .-admission-flow-A ~ .-admission-flow-A .flow-title-block::after {
    content: "";
    display: block;
    position: absolute;
    top: -95px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 10px;
    height: 10px;
    background-color: #e24a7e;
    border-radius: 50%;
  }
  .-admission-flow-A ~ .-admission-flow-A .flow-title-block::after {
    top: -45px;
  }
  .-admission-flow-A ~ .-admission-flow-A .flow-title-block::before {
    content: "";
    display: block;
    position: absolute;
    top: -95px;
    bottom: 74px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    background-color: #e24a7e;
  }
  .-admission-flow-A .flow-desc {
    width: 100%;
  }
  .-admission-flow-A .com-bk-title-text-box:not(:first-child) {
    margin-top: 20px;
  }
  .-admission-flow-A .com-bk-title-text-box .desc-wrap {
    padding: 20px;
  }
  .-admission-flow-A .desc-wrap .img-text-wrap {
    width: 100%;
  }
  .-admission-flow-A .desc-wrap .movie-text-wrap .movie-wrap {
    width: 100%;
  }
  .-admission-flow-A .desc-wrap .img-text-wrap .text-wrap {
    width: calc(100% - 116px);
  }
  .-admission-flow-A .desc-wrap .movie-text-wrap .text-wrap {
    width: calc(100% - 116px);
  }
  .-admission-flow-A .desc-wrap .img-text-wrap .com-btn-wrap {
    margin-right: 0;
    text-align: center;
  }
  .-admission-flow-A .desc-wrap .img-text-wrap .com-btn-wrap a {
    z-index: 1;
  }
  .-admission-flow-A .desc-wrap .person-wrap.-person-A {
    width: 104px;
    top: -67px;
    right: 20px;
  }
  .-admission-flow-A .desc-wrap .person-wrap.-person-B {
    width: 108px;
    bottom: 0;
    right: 20px;
  }
  .-admission-flow-A .desc-wrap .person-wrap.-person-C {
    width: 106px;
    bottom: 61px;
    right: 20px;
    z-index: 0;
  }
  .-admission-flow-A .desc-wrap .person-wrap.-person-D {
    width: 98px;
    bottom: 61px;
    right: 20px;
    z-index: 0;
  }
  .-admission-flow-A .desc-wrap .person-wrap.-person-E {
    width: 104px;
    bottom: 0;
    right: 20px;
  }

  /* -btn-flex-block */
  .-admission-flow-A .desc-wrap.-btn-flex-block .img-text-wrap .text-wrap {
    width: 100%;
  }
}

/* about-text-wrap
============================================================ */
.about-text-wrap .text-block .title {
  font-size: 20px;
  font-weight: bold;
  color: #5a514b;
  margin-bottom: 8px;
  line-height: 1.6;
}
.about-text-wrap .text-block {
  width: calc(100% - 300px);
}
.about-text-wrap .img-block {
  width: 300px;
  text-align: right;
  margin-left: auto;
}
.about-text-wrap .single-img-block {
  width: 100%;
  text-align: center;
  margin-top: 45px;
}

/* -admission-about-C */
.-admission-about-C .about-text-wrap .img-block {
  position: relative;
  top: -45px;
}
.-admission-about-C .about-text-wrap .single-img-block {
  margin-top: -35px;
}

/* body.about  */
body.about .about-text-wrap .text-block {
  width: calc(100% - 241px - 19px);
}
body.about .about-text-wrap .img-block {
  width: 241px;
  text-align: right;
  margin-left: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .about-text-wrap .text-block .title {
    font-size: 20px;
    font-weight: bold;
    color: #5a514b;
    margin-bottom: 8px;
    line-height: 1.6;
  }
  .about-text-wrap .text-block {
    width: 100%;
  }
  .about-text-wrap .single-img-block {
    margin-top: 30px;
  }

  /* -admission-about-C */
  .-admission-about-C .about-text-wrap .single-img-block {
    margin-top: 30px;
  }

  /* body.about  */
  body.about .about-text-wrap .text-block {
    width: 100%;
  }
  body.about .about-text-wrap .img-block {
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
}

/* -admission-about-A
============================================================ */
.-admission-about-A .radius-title-A {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 9px 20px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 50px;
  border: solid 2px #433c37;
  margin-bottom: 70px;
  position: relative;
}
.-admission-about-A .person-wrap {
  position: relative;
}
.-admission-about-A .person-wrap .person {
  width: 180px;
  position: absolute;
  top: -102px;
  left: 50px;
}
.-admission-about-A .about-text-wrap .img-block img {
  width: 241px;
}
.-admission-about-A .radius-title-A::after {
  content: "";
  position: absolute;
  top: -33px;
  right: 45px;
  width: 130px;
  height: 130px;
  background: url(../img/admission/about/radius-title-A-parts.png) 0 0 no-repeat;
  background-size: 130px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .-admission-about-A .radius-title-A {
    font-size: 20px;
    padding: 9px 20px;
    margin-bottom: 40px;
  }
  .-admission-about-A .radius-title-A::after {
    top: -35px;
    right: -15px;
    width: 60px;
    height: 60px;
    background: url(../img/admission/about/radius-title-A-parts.png) 0 0 no-repeat;
    background-size: 60px;
  }
  .-admission-about-A .person-wrap .person {
    width: 100px;
    top: 50px;
    left: -10px;
  }
}

/* -admission-about-B
============================================================ */
.-admission-about-B .about-text-wrap .img-block img {
  width: 224px;
}

/* -admission-about-C
============================================================ */
.-admission-about-C .about-text-wrap .img-block img {
  width: 199px;
}
.com-section-base.-admission-about-C {
  margin-bottom: 135px;
}

/* body.about */
/* ============================================================ */


/* -admission-about-D
============================================================ */
.-admission-about-D .person-wrap {
  position: relative;
}
.-admission-about-D .person-wrap .person {
  width: 206px;
  position: absolute;
  top: -104px;
  left: 0;
}
body.about .-admission-about-D .about-text-wrap {
  margin-top: 20px;
  margin-bottom: 60px;
}
body.about .-admission-about-D .about-text-wrap .img-block img {
  width: 270px;
}
body.about .-admission-about-D .com-list-box-A .title-A {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #e24a7e;
  margin-bottom: 10px;
  padding-right: 80px;
}
body.about .-admission-about-D .com-list-box-A .title-A.-mgb-0 {
  margin-bottom: 0;
}
body.about .-admission-about-D .com-list-box-A .com-btn-wrap {
  margin-top: 15px;
}
body.about .-admission-about-D .com-list-box-A .-w-350 {
  width: 350px;
}
body.about .-admission-about-D .com-list-box-A .-w-320 {
  width: 320px;
}
body.about .-admission-about-D .com-list-box-A .-w-300 {
  width: 300px;
}
body.about .-admission-about-D .com-list-box-A .inner-dot-list {
  display: block;
}
body.about .-admission-about-D .com-list-box-A .inner-dot-list li {
  background: none;
  box-shadow: none;
  padding: 0 0 0;
  border-radius: 0;
  margin-right: 0 !important;
  margin-top: 0 !important;
  width: auto;
  padding-left: 23px;
}
body.about .-admission-about-D .com-list-box-A .inner-dot-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e24a7e;
  border-radius: 50%;
}
body.about .-admission-about-D .com-list-box-A .item-2 .img-block {
  width: 55px;
  margin-left: auto;
}
body.about .-admission-about-D .com-list-box-A .item-3 .img-block {
  width: 55px;
  margin-left: auto;
}
body.about .-admission-about-D .com-list-box-A .item-4 .img-block {
  width: 150px;
  margin-left: auto;
}
body.about .-admission-about-D .com-list-box-A .item-6 .img-block {
  width: 125px;
  margin-left: auto;
}
body.about .-admission-about-D .com-list-box-A .item-5 .small-title {
  font-size: 12px;
  color: #e24a7e;
  margin-top: -4px;
}
body.about .-admission-about-D .com-list-box-A .item-5 .inner-title {
  font-weight: bold;
  color: #e24a7e;
  padding: 3px 10px;
  background-color: #fff5ef;
}
body.about .-admission-about-D .com-list-box-A .item-5 .inner-title {
  margin-top: 12px;
}
body.about .-admission-about-D .com-list-box-A .item-5 .text {
  margin-top: 12px;
}
body.about .-admission-about-D .com-list-box-A .item-5 .desc-block {
  margin-top: 12px;
}

body.about .-admission-about-D .about-text-wrap-new {
  padding: 30px 30px 25px;
  border-radius: 5px;
  border: solid 3px #e24a7e;
  background-color: #fff;
  margin-bottom: 50px;
}
body.about .-admission-about-D .about-text-wrap-new .com-flex-box {
  align-items: center;
}
body.about .-admission-about-D .about-text-wrap-new .text-block {
  width: calc(100% - (285px + 60px));
}
body.about .-admission-about-D .about-text-wrap-new .text-block .title {
  font-size: 20px;
  color: #5a514b;
}
body.about .-admission-about-D .about-text-wrap-new .text-block .text {
  margin-top: 10px;
}
body.about .-admission-about-D .about-text-wrap-new .text-block .text span {
  color: #e24a7e;
}
body.about .-admission-about-D .about-text-wrap-new .img-block {
  width: 285px;
  padding: 20px 0;
  padding-left: 40px;
  margin-left: auto;
  border-left: dotted 2px #e24a7e;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.about .-admission-about-D .person-wrap .person {
    width: 100px;
    top: 12px;
    left: 0;
    z-index: -1;
  }
  body.about .-admission-about-D .about-text-wrap .img-block {
    width: 100%;
    display: block !important;
    margin: 30px auto 0;
    text-align: center;
  }
  body.about .-admission-about-D .about-text-wrap .img-block {
    width: 100%;
  }
  body.about .-admission-about-D .about-text-wrap .img-block img {
    display: inline-block !important;
  }
  body.about .-admission-about-D .com-list-box-A .title-A {
    margin-bottom: 10px;
    padding-right: 0;
  }
  body.about .-admission-about-D .com-list-box-A .com-btn-wrap {
    margin-top: 15px;
  }
  body.about .-admission-about-D .com-list-box-A .-w-350 {
    width: 100%;
  }
  body.about .-admission-about-D .com-list-box-A .-w-320 {
    width: 100%;
  }
  body.about .-admission-about-D .com-list-box-A .-w-300 {
    width: 100%;
  }
  body.about .-admission-about-D .com-list-box-A .inner-dot-list {
    display: block;
  }
  body.about .-admission-about-D .com-list-box-A .item-4 .img-block {
    width: 100%;
    margin-left: 0;
    display: block !important;
    text-align: center;
    margin-top: 20px;
  }
  body.about .-admission-about-D .com-list-box-A .item-6 .img-block {
    width: 100%;
    margin-left: 0;
    display: block !important;
    text-align: center;
    margin-top: 30px;
  }
  body.about .-admission-about-D .com-list-box-A .item-4 .img-block img,
  body.about .-admission-about-D .com-list-box-A .item-6 .img-block img {
    display: inline-block;
    width: 100%;
  }
  body.about .-admission-about-D .com-list-box-A .item-6 .img-block img {
    display: inline-block;
    width: 200px;
  }

  body.about .-admission-about-D .about-text-wrap-new {
    padding: 30px 30px 25px;
    margin-bottom: 50px;
  }
  body.about .-admission-about-D .about-text-wrap-new .com-flex-box {
    display: block;
  }
  body.about .-admission-about-D .about-text-wrap-new .text-block {
    width: 100%;
    border-bottom: dotted 2px #e24a7e;
    padding-bottom: 30px;
  }
  body.about .-admission-about-D .about-text-wrap-new .text-block .title {
    line-height: 1.6;
  }
  body.about .-admission-about-D .about-text-wrap-new .text-block .text {
    margin-top: 10px;
  }
  body.about .-admission-about-D .about-text-wrap-new .img-block {
    width: 200px;
    padding: 30px 0 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    border-left: none;
  }
}

/* -admission-about-E
============================================================ */
body.about .-admission-about-E .com-bk-bg-title {
  margin-bottom: 25px;
}
body.about .-admission-about-E .com-or-line-title {
  margin-bottom: 30px;
}
body.about .-admission-about-E .desc-block {
  width: calc(100% - 540px);
  padding-right: 80px;
  box-sizing: border-box;
}
body.about .-admission-about-E .img-block {
  width: 540px;
  margin-left: auto;
}
body.about .-admission-about-E .desc-block .title {
  font-weight: bold;
  color: #433c37;
  margin-bottom: 10px;
}
body.about .-admission-about-E .bottom-link-wrap {
  padding: 33px 32px;
  box-sizing: border-box;
  border: solid 3px #e24a7e;
  border-radius: 5px;
  background-color: #fff;
  margin-top: 33px;
}
body.about .-admission-about-E .bottom-link-wrap .com-flex-box {
  align-items: center;
}
body.about .-admission-about-E .bottom-link-wrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #e24a7e;
}
body.about .-admission-about-E .bottom-link-wrap .com-btn-wrap {
  margin-left: auto;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  body.about .-admission-about-E .com-bk-bg-title {
    margin-bottom: 25px;
  }
  body.about .-admission-about-E .com-or-line-title {
    margin-bottom: 30px;
  }
  body.about .-admission-about-E .desc-block {
    width: 100%;
    padding-right: 0;
  }
  body.about .-admission-about-E .img-block {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  body.about .-admission-about-E .desc-block .title {
    margin-bottom: 10px;
  }
  body.about .-admission-about-E .bottom-link-wrap {
    padding: 28px 20px;
    margin-top: 40px;
  }
  body.about .-admission-about-E .bottom-link-wrap .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    color: #e24a7e;
  }
  body.about .-admission-about-E .bottom-link-wrap .title br {
    display: none;
  }
  body.about .-admission-about-E .bottom-link-wrap .com-btn-wrap {
    margin-left: auto;
    width: 100%;
    margin-top: 20px;
  }
  body.about .-admission-about-E .bottom-link-wrap .com-btn-wrap a {
    display: block;
    text-align: center;
  }
}

/* admission-about-feature-wrap
============================================================ */
.admission-about-feature-wrap {
  background-color: #fff;
  padding: 50px 40px 40px;
  border-radius: 20px;
}

/* -briefing-
============================================================ */
.briefing-single-img {
  margin-top: 30px;
  text-align: center;
}
.briefing-single-img img {
  border-radius: 10px;
  overflow: hidden;
}
.briefing-lead-text {
  margin-top: 30px;
  margin-bottom: 36px;
}
.com-flex-box .com-table-wrap-B {
  width: 670px;
  margin-top: 0;
}
.com-flex-box .desc-list-wrap {
  width: calc(100% - 670px);
  padding-left: 50px;
  margin-left: auto;
}
.com-table-wrap-B table {
  width: 100%;
}
.com-table-wrap-B table td:last-child {
  width: 225px;
}
.briefing-img-block {
  margin-bottom: 20px;
  text-align: center;
}
.briefing-img-block img {
  border-radius: 10px;
  overflow: hidden;
}
.briefing-list-box {
  margin-top: 18px;
}
.briefing-list-box li {
  padding-left: 23px;
  position: relative;
}
.briefing-list-box li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #e24a7e;
  border-radius: 50%;
}
.com-single-img-scroll-wrap .com-btn-wrap {
  margin-top: 40px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .com-flex-box .com-table-wrap-B {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
  .com-table-wrap-B .inner {
    /* overflow: auto; */
    padding-bottom: 10px;
  }
  .com-table-wrap-B table {
    margin-right: 20px;
    text-align: center;
  }
  .com-table-wrap-B table tr td:first-child {
    padding: 0;
    border-bottom: none;
  }
  .com-table-wrap-B table td {
    display: block;
    border-right: none;
  }
   .com-table-wrap-B table td .th-wrap {
    background-color: #433C37;
    color: #FFF;
    border-radius: 5px 5px 0 0;
    padding: 15px 20px;
    display: block;
  }
  .com-table-wrap-B table td span {
    font-weight: bold;
    display: block;
  }
  .com-table-wrap-B table tr:last-child td {
    border-bottom: solid 1px #ebe2dc;
  }
  .com-table-wrap-B table tr td:last-child {
    width: 100%;
    margin-bottom: 20px;
  }
  .com-table-wrap-B table tr td:last-child,
  .com-table-wrap-B table tr:last-child td:last-child {
    border-bottom: none;
    border-radius: 0 0 5px 5px;
  }
  .com-table-wrap-B table td .com-btn-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .com-table-wrap-B.scroll-hint::after {
    content: "";
    position: absolute;
    top: 0;
    right: 20px;
    width: 10px;
    height: calc(100% - 10px);
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,fff5ef+100&0+0,1+100 */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,245,239,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  }
  .com-flex-box .desc-list-wrap {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 40px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {

  }
}
