@charset "utf-8";
/* CSS Document */

/*------------------------------
about_ohl_top
------------------------------*/
.about_ohl_top h2{
  color: #662F7A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.6px;
  margin: 0 0 40px;
  line-height: 200%;
}
.about_ohl_top h2 span{
  font-size: 42px;
}

.about_ohl_top h2 img{
  margin: 20px 0 0;
}
.about_ohl_top .ohl_image,
.about_ohl_top .ohl_image img{
  width: 100%;
}
.about_ohl_top .onl_txt{
  background: url(/about/img/about_ohl_top_bg.png) no-repeat;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 180%;
  padding: 40px 0 0;
}
.about_ohl_top .onl_txt .cta_buttons {
  background: none;
  line-height: 140%;
}

/*------------------------------
about_ohl_center
------------------------------*/
.about_ohl_center {
  background: url(/about/img/about_ohl_list_after.png) #fff;
  padding: 100px 0;
}
.about_ohl_center h2 {
  color: #662F7A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  margin:0 0 40px;
}
.about_ohl_center h2 span {
  font-size: 42px;
}
.about_ohl_center .about_ohl_center_inner{
  width: 100%;
  max-width: 1000px;
  display: flex;
  margin:0 auto;
}
.about_ohl_center .about_ohl_center_inner p{
  padding: 0 40px 0 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  display: grid;
  place-items: center;
}
/*------------------------------
about_ohl_btm
------------------------------*/
.about_ohl_btm {
  background: url(/about/img/about_ohl_btm_bg.png) center top no-repeat;
  padding: 100px 0 20px;
}
.about_ohl_btm h2 {
  color: #662F7A;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  margin:0 0 40px;
}
.about_ohl_btm h2 span {
  font-size: 42px;
}
.about_ohl_btm ul{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_ohl_btm ul li{
  width: 45%;
  background: #fff;
  position: relative;
}
.about_ohl_btm ul li:nth-of-type(1)::after,
.about_ohl_btm ul li:nth-of-type(3)::after{
  content: "";
  background: url("/about/img/about_ohl_btm_list.png") no-repeat bottom;
  bottom: 0;
  left: 0;
  background-size: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about_ohl_btm ul li.cross {
  background: url("/about/img/cross.png") no-repeat center top 67%;
  width: 10%;
}
.about_ohl_btm ul li p{
  padding: 20px 25px 25px;
}

.about_ohl_btm ul li.about_arrow {
  background: none;
  text-align: center;
  width: 100%;
  padding:0;
  
}
.about_ohl_btm ul li.about_arrow img{
  margin:0 auto;
}
.about_ohl_btm ul li h3 {
  background: linear-gradient(325deg, #623673 18.02%, #333 78.98%);
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  height: 70px;
  display: grid;
  place-items: center;
}
.about_ohl_btm ul li figure{
  width: 100%;
  padding:25px 25px 0 25px;;
}
.about_ohl_btm ul li figure img{
  width: 100%;
}
.about_ohl_btm .about_arrow_b_txt {
  background:none;
  width: 100%;
}
.about_ohl_btm .about_arrow_b_txt p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  margin:0 0 40px;
}
.about_ohl_btm .about_arrow_b_txt  span {
  font-size: 42px;
}
.about_ohl_btm .about_difference{
  width: 100%;
  background: none;
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
}
.about_ohl_btm .about_difference p{
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0;
  padding: 20px 0;
}
.about_ohl_btm .about_difference img{
  width: 100%;
}
#about_ohl_btm_btn {
  background: linear-gradient(179deg, #3F3343 4.07%, #333 97.16%);
}
/*------------------------------
recom
------------------------------*/
.recom{
  padding: 100px 0 20px;
  background: #fff;
}
.recom h2 {
  color: #662F7A;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  margin:0 0 40px;
}
.recom > p{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
}
.recom .recom_inner{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.recom .recom_inner ul li {
  border-bottom: 1px solid #CCC;
  padding: 0 0 25px;
  margin: 0 0 25px;
}
.recom .recom_inner ul li figure{
  padding: 0 0 0 40px;
}
.recom .recom_inner ul li h3{
  color: #662F7A;
  font-size: 22px;
  font-weight: 700;
  background: url(/about/img/check.png) no-repeat;
  height: 40px;
  display: grid;
  padding: 0 0 0 50px;
  align-items: center;
  margin: 0 0 10px;
}
.recom .recom_inner ul li p{
  padding: 0 0 0 50px;
}
/*------------------------------
support
------------------------------*/
.support {
  background: url(/about/img/support_bg.png) #fff;
  padding: 100px 0 80px;
}
.support h2 {
  color: #662F7A;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 3.2px;
  margin:0 0 40px;
}
.support > p{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 60px;
}
.support ul{
 width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.support ul li {
  margin:0 0 30px;
  position: relative;
}
.support ul li .support_inner{
  width: 82%;
  margin: 0 0 0 auto;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(325deg, #623673 18.02%, #333 78.98%), linear-gradient(281deg, #333 7.25%, #666 85.17%), #D9D9D9;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.10);
}
.support ul li:nth-of-type(2) .support_inner{
  margin: 0 auto 0 0;
}
.support ul li h3{
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  background: linear-gradient(325deg, #623673 18.02%, #333 78.98%);
  display: flex;
  padding: 25px 25px 25px 230px;
  align-items: center;
}
.support ul li:nth-of-type(2) h3{
  padding: 25px 230px 25px 30px;
}
.support ul li p{
  padding: 30px 30px 30px 230px;
  font-weight: 500;
  line-height: 180%;
}
.support ul li:nth-of-type(2) p{
  padding: 25px 230px 25px 30px;
}

.support ul li p span{
  color: #662F7A;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px;
  display: inline-block;
}
.support ul li figure{
  position: absolute;
  left:0;
  top:20px;
}
.support ul li:nth-of-type(2) figure{
  position: absolute;
  right: 0;
  top: 20px;
  left: initial;
}
@media screen and (max-width: 768px) {
 img {
    width: 100%;
    height: auto;
  }
  
/*------------------------------
about_ohl_top
------------------------------*/
.about_ohl_top h2{
    font-size: 20px;
    line-height: 180%;
  }
.about_ohl_top h2 span{
  font-size: 26px;
}
.about_ohl_top h2 img{
  width: 55%;
}
.about_ohl_top .onl_txt {
  background: url(/about/img/about_ohl_top_bg_sp.png) no-repeat;
}
.about_ohl_top .onl_txt p{
  font-size: 14px;
  font-weight: 500;
  line-height: 180%;
  text-align: left;
  padding: 0 20px;
}

 /*------------------------------
about_ohl_center
------------------------------*/
.about_ohl_center h2 {
  font-size: 20px;
}
.about_ohl_center h2 span {
  font-size: 26px;
}
.about_ohl_center {
  background: url(/about/img/about_ohl_list_after_sp.png) #fff;
  padding: 50px 0;
}
.about_ohl_center .about_ohl_center_inner{
    flex-direction: column;
    display: flex;
  padding: 0 20px;
}
.about_ohl_center .about_ohl_center_inner p {
  padding: 0;
  font-size: 14px;
  order: 2;
}
.about_ohl_center .about_ohl_center_inner figure{
  order: 1;
  margin: 0 0 20px;
}
 /*------------------------------
about_ohl_btm
------------------------------*/  
.about_ohl_btm{
    background: url(/about/img/about_ohl_btm_bg_sp.png) no-repeat #fff;
    padding: 50px 0 0;
    background-size: cover;
  }
.about_ohl_btm h2 {
  font-size: 20px;
}
.about_ohl_btm h2 span {
  font-size: 26px;
}
.about_ohl_btm ul {
    display: block;
    position: relative;
    background: none;
  }
.about_ohl_btm ul li {
    width: 90%;
    background: #fff;
    z-index: 1;
    margin: 0 auto;
  }
.about_ohl_btm ul li:nth-of-type(1)::after, 
.about_ohl_btm ul li:nth-of-type(3)::after {
  display: none;
}
  .about_ohl_btm ul li.cross {
    background: url("/about/img/cross_sp.png") no-repeat center bottom 50%;
    width: 100%;
    height: 100px;
    background-size: auto;
  }
.about_ohl_btm ul li h3{
    text-align: center;
    height: auto;
    padding: 15px 0;
  }
.about_ohl_btm ul li.about_arrow {
    height: 90px;
  }
.about_ohl_btm ul li.about_arrow img {
  position: absolute;
  bottom: 0;
}
.about_ohl_btm .about_arrow_b_txt p {
  font-size: 20px;
  letter-spacing: 0;
  line-height: 180%;
  margin: 0;
}
.about_ohl_btm .about_arrow_b_txt span {
  font-size: 26px;
} 
.about_ohl_btm .about_difference {
  width: 90%;
}
.about_ohl_btm .about_difference p{
    font-size: 18px;
    padding: 20px 0 0;
  }
.about_ohl_btm .about_difference img{
  margin: 20px 0 0;
}
  
 /*------------------------------
recom
------------------------------*/  
.recom {
  padding: 0;
  background: #fff;
}
.recom h2 {
  font-size: 26px;
  margin: 40px 0;
}
.recom > p {
  font-size: 18px;
  margin: 0 0 30px;
}
.recom .recom_inner {
  display: block;
  width: 90%;
}
.recom .recom_inner ul li p {
  font-size: 14px;
} 
.recom .recom_inner ul li h3 {
  font-size: 18px;
  background: url(/about/img/check.png) no-repeat;
  height: 30px;
  padding: 0 0 0 40px;
  background-size: 35px;
  line-height: 1.2;
  margin: 0;
} 
.recom .recom_inner ul li p {
  padding: 20px 0 0 40px;
  font-size: 14px;
}  
 /*------------------------------
support
------------------------------*/  
.support {
  background: url(/about/img/support_bg_sp.png) #fff;
  padding: 50px 20px 40px;
}
.support h2 {
  font-size: 26px;
}
.support > p {
  font-size: 16px;
}
.support ul li {
  margin: 125px 0 30px;
  position: relative;
}
.support ul li .support_inner,
.support ul li:nth-of-type(2) .support_inner{
    width: 100%;
    margin: 0 auto;
  }
.support ul li figure {
  position: absolute;
  top: 0;
  width: 90%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.support ul li:nth-of-type(2) figure {
  position: absolute;
  right: 0;
  top: 0;
  left: 50%;
}
.support ul li h3,
.support ul li:nth-of-type(2) h3{
    font-size: 20px;
    padding: 125px 30px 25px 30px;
    text-align: center;
    display: block;
  }
.support ul li p,
.support ul li:nth-of-type(2) p{
  font-size: 14px;
  padding: 20px;
}
.support ul li p span{
  font-size: 16px;
}
}