@charset "utf-8";
html,body {height: 100%;}
html {font-size: 62.5%;overflow-y: scroll;}
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,figure,form,video {
  font-style: normal;font-weight: normal;
  /*font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;*/
  line-height: 100%;color: #000;text-align: left;
  margin: 0;padding: 0;border: none;list-style-type: none;
}

/*input,button,textarea,select {
  margin: 0;padding: 0;background: none;border: none;border-radius: 0;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
}*/

/*input,button,textarea,select {
  margin: 0;padding: 0;border: none;border-radius: 0;background: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  color: #000;
}*/

textarea {resize: vertical;}
select::-ms-expand {display: none;}

a {
  text-decoration: none;
  /*color: #000;*/
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

*,*::after,*::before {box-sizing: border-box;}

/* --------------------------------------------------------------------------------

responsive

-------------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* --------------------------------------------------------------------------------

base

-------------------------------------------------------------------------------- */
/*p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  font-size: 1.8rem;
  line-height: 1;
}*/

/* clearfix
---------------------------------------- */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}

.cf {display: inline-block;}

/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

@media screen and (max-width: 767px) {
  body {-webkit-text-size-adjust: 100%;}

  p,
  dt,
  dd,
  li,
  th,
  td,
  input,
  button,
  textarea,
  select {
    font-size: 3.733vw;
    line-height: 1;
  }
}

/* --------------------------------------------------------------------------------

main

-------------------------------------------------------------------------------- */
#main_wrap {
  background: url(https://cella6091.itembox.design/item/img/hechima/main_bg_pc.svg) center top / 320px 320px repeat;
  overflow: hidden;
}

#main_wrap > .inner {
  background: url(https://cella6091.itembox.design/item/img/hechima/mv_img_pc.png) center top / 100% no-repeat;
}

@media screen and (max-width: 767px) {
  #main_wrap {
    background: url(https://cella6091.itembox.design/item/img/hechima/main_bg_sp.svg) center top / 120px 120px repeat;
  }
  
  #main_wrap > .inner {
    background: url(https://cella6091.itembox.design/item/img/hechima/mv_img_sp.png) center top / 100% no-repeat;
  }
}

/* mv_wrap
---------------------------------------- */
#mv_wrap  .inner{
  position: relative;
  padding: 258px 0 0;
}

#mv_wrap .inner::before,
#mv_wrap .inner::after {
  content:"";
  display: block;
  position: absolute;
}

#mv_wrap .inner::before {
  bottom: 0;
  right: 50%;
  z-index: -1;
  width: 1686px;
  height: 1063px;
  background: url(https://cella6091.itembox.design/item/img/hechima/mv_bg_pc.png) center / cover no-repeat;
  transform: translateX(50%);
}

#mv_wrap .inner::after {
  top: 215px;
  right: 25%;
  width: 309px;
  height: 320px;
  background: url(https://cella6091.itembox.design/item/img/hechima/mv_circle.png) center / cover no-repeat;
  transform: translateX(75%);
}

#mv_wrap .item_img {
  margin: 0 auto 35px;
  width: 378.5px;
}

#mv_wrap .ttl_img {
  margin: 0 auto 166px;
  width: 579px;
}

#mv_wrap .txt_img {
  margin: 0 auto;
  width: 729px;
}

#mv_wrap .item_img img,
#mv_wrap .ttl_img img,
#mv_wrap .txt_img img {
  width: 100%;
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
  #mv_wrap  .inner{
    padding: 13.438vw 0 0;
  }

  #mv_wrap .inner::before {
    width: 87.813vw;
    height: 55.365vw;
  }

  #mv_wrap .inner::after {
    top: 11.198vw;
    width: 16.094vw;
    height: 16.667vw;
  }

  #mv_wrap .item_img {
    margin: 0 auto 1.823vw;
    width: 19.714vw;
  }

  #mv_wrap .ttl_img {
    margin: 0 auto 8.646vw;
    width: 30.156vw;
  }

  #mv_wrap .txt_img {
    width: 37.969vw;
  }
}

@media screen and (max-width: 767px) {
  #mv_wrap  .inner{
    padding: 8.056vw 0 0;
  }

  #mv_wrap .inner::before {
    bottom: 25.278vw;
    width: 82.778vw;
    height: 69.861vw;
    background: url(https://cella6091.itembox.design/item/img/hechima/mv_bg_sp.png) center / cover no-repeat;
  }

  #mv_wrap .inner::after {
    display: none;
  }

  #mv_wrap .item_img {
    margin: 0 auto .694vw;
    width: 42.5%;
  }

  #mv_wrap .ttl_img {
    margin: 0 auto 10.972vw;
    width: 56.25%;
  }

  #mv_wrap .txt_img {
    width: 71.527%;
  }
}

/* what_wrap
---------------------------------------- */
#what_wrap .inner {
  position: relative;
  z-index: 1;
  padding: 277px 0 297px;
}

#what_wrap .box_bg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  transform: translateY(-50%);
}

#what_wrap .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1200px;
}

#what_wrap .box_img {
  position: relative;
  z-index: 1;
  width: 488px;
}

#what_wrap .box_img::before {
  content:"";
  display: block;
  position: absolute;
  bottom: -26px;
  left: -23px;
  z-index: -1;
  width: 519px;
  height: 516px;
  background: url(https://cella6091.itembox.design/item/img/hechima/what_img_bg_pc.png) center / cover no-repeat;
}

#what_wrap .txt_wrap {
  width: 663px;
}

#what_wrap .ttl_img {
  margin-bottom: 14px;
  width: 310px;
}

#what_wrap .txt {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: .16em;
}

#what_wrap .box_img img,
#what_wrap .ttl_img img {
  width: 100%;
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
  #what_wrap .inner {
    padding: 14.427vw 0 15.469vw;
  }

  #what_wrap .box {
    width: 62.5vw;
  }

  #what_wrap .box_img {
    width: 25.417vw;
  }

  #what_wrap .box_img::before {
    bottom: -1.354vw;
    left: -1.198vw;
    width: 27.031vw;
    height: 26.875vw;
  }

  #what_wrap .txt_wrap {
    width: 34.531vw;
  }

  #what_wrap .ttl_img {
    margin-bottom: 0.729vw;
    width: 16.146vw;
  }

  #what_wrap .txt {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  #what_wrap .inner {
    margin: 5.556vw 0 6.806vw;
    padding: 13.611vw 0;
  }

  #what_wrap .box {
    display: block;
    width: 88.888%;
  }

  #what_wrap .box_img {
    float: right;
    margin: 1.25vw 0 2.222vw;
    width: 43.614vw;
  }

  #what_wrap .box_img::before {
    bottom: -2.222vw;
    left: .417vw;
    width: 45.833vw;
    height: 39.167vw;
    background: url(https://cella6091.itembox.design/item/img/hechima/what_img_bg_sp.png) center / cover no-repeat;
  }

  #what_wrap .txt_wrap {
    width: 100%;
  }

  #what_wrap .ttl_img {
    margin-bottom: .972vw;
    width: 24.583vw;
  }

  #what_wrap .txt {
    font-size: 3.056vw;
    line-height: 1.454;
    letter-spacing: .04em;
  }
}

/* peace_wrap
---------------------------------------- */
#peace_wrap .inner {
  padding: 138px 0 148px;
}

#peace_wrap .ttl_img {
  position: relative;
  margin: 0 auto 81px;
  width: 870px;
}

#peace_wrap .ttl_img::before,
#peace_wrap .ttl_img::after {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
}

#peace_wrap .ttl_img::before {
  bottom: 7px;
  left: -61px;
  width: 72px;
  height: 157px;
  background: url(https://cella6091.itembox.design/item/img/hechima/ico_water01.svg) center / cover no-repeat;
}

#peace_wrap .ttl_img::after {
  top: 0;
  right: -64px;
  width: 53px;
  height: 90px;
  background: url(https://cella6091.itembox.design/item/img/hechima/ico_water02.svg) center / cover no-repeat;
}

#peace_wrap .list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 69px;
  width: 100%;
  max-width: 1500px;
}

#peace_wrap .item {
  width: 452px;
}

#peace_wrap .note {
  text-align: center;
}

#peace_wrap .note_txt {
  font-size: 2.6rem;
  line-height: 2.115;
  letter-spacing: .14em;
  text-align: left;
  display: inline-block;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;  
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
  #peace_wrap .inner {
    padding: 7.187vw 0 7.708vw;
  }

  #peace_wrap .ttl_img {
    margin: 0 auto 4.219vw;
    width: 45.313vw;
  }

  #peace_wrap .ttl_img::before {
    bottom: 0.365vw;
    left: -3.177vw;
    width: 3.75vw;
    height: 8.177vw;
  }

  #peace_wrap .ttl_img::after {
    right: -3.333vw;
    width: 2.76vw;
    height: 4.688vw;
  }

  #peace_wrap .list {
    margin: 0 auto 3.594vw;
    max-width: 78.125vw;
  }

  #peace_wrap .item {
    width: 23.542vw;
  }

  #peace_wrap .note_txt {
    font-size: 1.354vw;
  }
}

@media screen and (max-width: 767px) {
  #peace_wrap .inner {
    padding: 7.319vw 0 8.75vw;
  }

  #peace_wrap .ttl_img {
    margin: 0 auto 2.917vw;
    width: 74.167%;
  }

  #peace_wrap .ttl_img::before {
    bottom: .556vw;
    left: -5.972vw;
    width: 4.861vw;
    height: 10.568vw;
  }

  #peace_wrap .ttl_img::after {
    top: .972vw;
    right: -6.278vw;
    width: 3.75vw;
    height: 6.321vw;
  }

  #peace_wrap .list {
    margin: 0 auto 2.778vw;
    max-width: 91.528%;
  }

  #peace_wrap .item {
    width: 29.028vw;
  }

  #peace_wrap .note_txt {
    font-size: 2.5vw;
    line-height: 1.611;
    text-indent: .14em;
    text-align: center;
  }
}

/* penetration_wrap
---------------------------------------- */
#penetration_wrap .inner {
  padding: 130px 0 83px;
}

#penetration_wrap .ttl_img {
  position: relative;
  margin: 0 auto 85px;
  width: 1416px;
}

#penetration_wrap .ttl_img::before,
#penetration_wrap .ttl_img::after {
  content:"";
  display: block;
  position: absolute;
  z-index: -1;
}

#penetration_wrap .ttl_img::before {
  bottom: 12px;
  left: -46px;
  width: 72px;
  height: 157px;
  background: url(https://cella6091.itembox.design/item/img/hechima/ico_water01.svg) center / cover no-repeat;
}

#penetration_wrap .ttl_img::after {
  top: 0;
  right: -53px;
  width: 53px;
  height: 90px;
  background: url(https://cella6091.itembox.design/item/img/hechima/ico_water02.svg) center / cover no-repeat;
}

#penetration_wrap .penetration_box {
  margin: 0 auto 158px;
  padding: 79px 0 101px;
  width: 100%;
  max-width: 1500px;
  border-radius: 95px;
  background : rgba(90,210,140,.15);
}

#penetration_wrap .penetration_img {
  margin: 0 auto 36px;
  width: 95.066%;
}

#penetration_wrap .penetration_txt {
  font-weight: bold;
  font-size: 2.9rem;
  line-height: 1.827;
  letter-spacing: .24em;
  margin: 0 auto;
  width: 88.4%;
}

#penetration_wrap .btn {
  text-align: center;
  margin-bottom: 329px;
}

#penetration_wrap .btn .link {
  display: inline-block;
  padding: 7px 0;
  width: 724px;
  border-radius: 30px;
  background: linear-gradient( rgba(156, 228, 186, 1) 0%, rgba(90, 210, 140, 1) 76.83%, rgba(90, 170, 140, 1) 100%);
  transition: .3s;
}

#penetration_wrap .btn img {
  width: 351px;
}

#penetration_wrap .box {
  position: relative;
  margin: 0 auto 276px;
  width: 100%;
  max-width: 1320px;
}

#penetration_wrap .box_txt_img {
  position: relative;
  z-index: 1;
  width: 925px;
}

#penetration_wrap .box_txt_img::before {
  content:"";
  display: block;
  position: absolute;
  top: -88px;
  left: -39px;
  z-index: -1;
  width: 173px;
  height: 118px;
  background: url(https://cella6091.itembox.design/item/img/hechima/ico_hechima.svg) center / cover no-repeat;
}

#penetration_wrap .box_img {
  position: absolute;
  top: -128px;
  right: -81px;
  width: 575px;
}

#penetration_wrap .list {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 62px;
  padding-left: 69px;
  width: 100%;
  max-width: 1514px;
}

#penetration_wrap .item:nth-of-type(1) {
  margin-top: 21px;
}

#penetration_wrap .item:nth-of-type(2) {
  margin-top: 74px;
}

#penetration_wrap .txt {
  font-weight: bold;
  font-size: 2.7rem;
  line-height: 1.666;
  letter-spacing: .28em;
  margin: 0 auto;
  max-width: 1030px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;   
}

#penetration_wrap .ttl_img img,
#penetration_wrap .penetration_img img,
#penetration_wrap .btn img img,
#penetration_wrap .box_txt_img img,
#penetration_wrap .box_img img,
#component_wrap .btn img{
  width: 100%;
}

@media screen and (min-width: 768px) {
  #penetration_wrap .btn .link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
  #penetration_wrap .inner {
    padding: 6.771vw 0 4.323vw;
  }

  #penetration_wrap .ttl_img {
    margin: 0 auto 4.427vw;
    width: 73.75vw;
  }

  #penetration_wrap .ttl_img::before {
    bottom: .625vw;
    left: -2.396vw;
    width: 3.75vw;
    height: 8.177vw;
  }

  #penetration_wrap .ttl_img::after {
    right: -2.76vw;
    width: 2.76vw;
    height: 4.688vw;
  }

  #penetration_wrap .penetration_box {
    margin: 0 auto 8.229vw;
    padding: 4.115vw 0 5.26vw;
    max-width: 78.125vw;
    border-radius: 4.948vw;
  }

  #penetration_wrap .penetration_img {
    margin: 0 auto 1.875vw;
  }

  #penetration_wrap .penetration_txt {
    font-size: 1.51vw;
  }

  #penetration_wrap .btn {
    margin-bottom: 17.135vw;
  }

  #penetration_wrap .btn .link {
    padding: .365vw 0;
    width: 37.708vw;
    border-radius: 1.563vw;
  }

  #penetration_wrap .btn img {
    width: 18.281vw;
  }

  #penetration_wrap .box {
    margin: 0 auto 14.375vw;
    max-width: 68.75vw;
  }

  #penetration_wrap .box_txt_img {
    width: 48.177vw;
  }

  #penetration_wrap .box_txt_img::before {
    top: -4.583vw;
    left: -2.031vw;
    width: 9.01vw;
    height: 6.146vw;
  }

  #penetration_wrap .box_img {
    top: -6.667vw;
    right: -4.219vw;
    width: 29.948vw;
  }

  #penetration_wrap .list {
    margin: 0 auto 3.229;
    padding-left: 3.594vw;
    max-width: 78.854vw;
  }

  #penetration_wrap .item:nth-of-type(1) {
    margin-top: 1.094vw;
    width: 19.115vw;
  }

  #penetration_wrap .item:nth-of-type(2) {
    margin-top: 3.854vw;
    width: 19.115vw;
  }

  #penetration_wrap .item:nth-of-type(3) {
    width: 21.563vw;
  }

  #penetration_wrap .txt {
    font-size: 1.406vw;
    max-width: 53.646vw;
  }
}

@media screen and (max-width: 767px) {
  #penetration_wrap .inner {
    padding: 5.139vw 0 14.306vw;
  }

  #penetration_wrap .ttl_img {
    margin: 0 auto 3.472vw;
    width: 75.139%;
  }

  #penetration_wrap .ttl_img::before {
    bottom: 5.236vw;
    left: 2.611vw;
    width: 4.028vw;
    height: 8.756vw;
  }

  #penetration_wrap .ttl_img::after {
    top: 4.667vw;
    right: -4.194vw;
    width: 2.958vw;
    height: 4.986vw;
  }

  #penetration_wrap .penetration_box {
    margin: 0 auto 10.556vw;
    padding: 3.056vw 0 5.833vw;
    max-width: 85.833%;
    border-radius: 13.194vw;
  }

  #penetration_wrap .penetration_img {
    margin: 0 auto 2.083vw;
    width: 95.146%;
  }

  #penetration_wrap .penetration_txt {
    font-size: 3.056vw;
    line-height: 1.454;
    letter-spacing: .1em;
    width: 75.89%;
  }
  
  #penetration_wrap .item_box_img {
    margin: 0 auto 1.528vw;
    width: 77.222%;
  }
  
  #penetration_wrap .item_box_img img {
    width: 100%;
  }
  
  #penetration_wrap .btn {
    margin-bottom: 16.944vw;
  }

  #penetration_wrap .btn .link {
    padding: .417vw 0;
    width: 81.111%;
    border-radius: 3.194vw;
  }

  #penetration_wrap .btn img {
    width: 35.694vw;
  }

  #penetration_wrap .box {
    position: relative;
    margin: 0 auto  .556vw;
    max-width: 100%;
  }
  
  #penetration_wrap .box::before,
  #penetration_wrap .box::after {
    content:"";
    display: block;
    position: absolute;
    top: 12.5vw;
    z-index: -2;
    width: 40.417vw;
    height: 79.306vw;
    background: url(https://cella6091.itembox.design/item/img/hechima/half_cilcle_sp.png) center / cover no-repeat;
  }
  
  #penetration_wrap .box::before {
    left: 0;
    transform: scale(-1,1);
  }
  
  #penetration_wrap .box::after {
    right: 0;
  }

  #penetration_wrap .box_txt_img {
    margin: 0 auto;
    width: 87.5vw;
  }

  #penetration_wrap .box_txt_img::before {
    top: -2.917vw;
    left: -0.972vw;
    width: 11.944vw;
    height: 8.181vw;
  }

  #penetration_wrap .box_img {
    top: 11.389vw;
    right: 3.611vw;
    width: 39.861vw;
  }

  #penetration_wrap .list {
    position: relative;
    margin: 0 auto 70.556vw;
    padding: 0;
    max-width: 100%;
  }

  #penetration_wrap .list .item {
    position: absolute;
    margin-top: 0;
  }

  #penetration_wrap .item:nth-of-type(1) {
    top: 0;
    left: 19.278vw;
    width: 26.528vw;
  }

  #penetration_wrap .item:nth-of-type(2) {
    top: 33.75vw;
    left: 16.514vw;
    width: 26.528vw;
  }
  
  #penetration_wrap .item:nth-of-type(3) {
    top: 23.611vw;
    right: 17.917vw;
    width: 29.861vw;
  }

  #penetration_wrap .txt {
    font-size: 3.056vw;
    line-height: 1.454;
    letter-spacing: .1em;
    position: relative;
    max-width: 86.111%;
  }

  #penetration_wrap .txt::before,
  #penetration_wrap .txt::after {
    content:"";
    display: block;
    position: absolute;
    background: url(https://cella6091.itembox.design/item/img/hechima/double_cilcle_img01.png) center / cover no-repeat;
  }

  #penetration_wrap .txt::before {
    left: 0;
    bottom: -14.306vw;
    width: 11.389vw;
    height: 10.719vw;
    transform: scale(-1,1);
  }

  #penetration_wrap .txt::after {
    top: -19.167vw;
    right: 0;
    width: 16.25vw;
    height: 15.294vw;
  }
}

/* component_wrap
---------------------------------------- */
#component_wrap .inner {
  position: relative;
  padding: 182px 0 205px;
}

#component_wrap .inner::before,
#component_wrap .inner::after {
  content:"";
  display: block;
  position: absolute;
  top: 112px;
  right: 0;
  z-index: -1;
  width: 655px;
  height: 1288px;
  background: url(https://cella6091.itembox.design/item/img/hechima/half_cilcle_pc.png) center / cover no-repeat;
}

#component_wrap .inner::before {
  left: 0;
  right: initial;
  transform: scale(-1,1);
}

#component_wrap .ttl_img {
  position: relative;
  margin: 0 auto 104px;
  width: 795px;
}

#component_wrap .ttl_img::after {
  content:"";
  display: block;
  position: absolute;
  top: -182px;
  right: -338px;
  width: 204px;
  height: 192px;
  background: url(https://cella6091.itembox.design/item/img/hechima/double_cilcle_img01.png) center / cover no-repeat;
}

#component_wrap .component_img01 {
  margin: 0 auto 319px;
  width: 100%;
  max-width: 1515px;
}

#component_wrap .component_img01 img {
  width: 100%;
}

#component_wrap .component_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 196px;
  padding: 51px;
  width: 100%;
  max-width: 1324px;
  border-radius: 45px;
  background: url(https://cella6091.itembox.design/item/img/hechima/component_box_bg_pc.svg) center / cover no-repeat;
}

#component_wrap .component_img02 {
  margin-right: 45px;
  width: 374px;
}

#component_wrap .component_txt {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.64;
  letter-spacing: .18em;
  width: 730px;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif; 
}

#component_wrap .note_box {
  margin: 0 auto;
  width: 100%;
  max-width: 1078px;
}

#component_wrap .sttl_img {
  text-align: center;
  margin-bottom: 37px;
  padding: 16px 0;
  background: #1A8653;
}

#component_wrap .sttl_img:last-of-type {
  margin-bottom: 29px;
}

#component_wrap .sttl_img:first-of-type img {
  width: 325px;
}

#component_wrap .sttl_img:last-of-type img {
  width: 469px;
}

#component_wrap .note_list {
  margin-bottom: 72px;
}

#component_wrap .note_item {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.761;
  text-indent: -1em;
  padding-left: 1em;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;  
}

#component_wrap .note_item::before {
  content:"○";
}

#component_wrap .note_d_list{
  margin-bottom: 258px;
}

#component_wrap .note_term,
#component_wrap .note_des {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.952;
}

#component_wrap .note_des + .note_term {
  margin-top: 20px;
}

#component_wrap .buy_box {
  display: flex;
  position: relative;
  margin: 0 auto 130px;
  padding: 63px 74px;
  width: 100%;
  max-width: 1257px;
  border: 2px solid #1A8653;
  border-radius: 17px;
  background: #fff;
}

#component_wrap .buy_box::before,
#component_wrap .buy_box::after {
  content:"";
  display: block;
  position: absolute;
}

#component_wrap .buy_box::before {
  bottom: -100px;
  left: -414px;
  z-index: -1;
  width: 472px;
  height: 511px;
  background: url(https://cella6091.itembox.design/item/img/hechima/double_cilcle_img02.png) center / cover no-repeat;
}

#component_wrap .buy_box::after {
  top: -152px;
  right: -233px;
  z-index: -1;
  width: 196px;
  height: 194px;
  background: url(https://cella6091.itembox.design/item/img/hechima/triangle_img01.png) center / cover no-repeat;
}

#component_wrap .item_img {
  margin-right: 65px;
  width: 389px;
}

#component_wrap .txt_wrap {
  width: calc(100% - 389px);
}

#component_wrap .buy_img {
  margin-bottom: 36px;
}

#component_wrap .term:first-of-type {
  font-weight: bold;
  font-size: 4.6rem;
  line-height: 1.19;
  letter-spacing: .18em;
  margin-bottom: 19px;
}

#component_wrap .term:last-of-type{
  font-size: 3rem;
  line-height: 1.466;
  letter-spacing: .24em;
  margin-bottom: 38px;
}

#component_wrap .des {
  font-weight: bold;
  font-size: 6.6rem;
  line-height: 1.257;
  letter-spacing: .1em;
  margin-bottom: 36px;
}
#component_wrap .des.set6{
  font-size: 6.3rem;
  margin-bottom: 7px;
  letter-spacing: 0.3rem;
}
#component_wrap .des.set6 span{
  font-size: 5.5rem;
}
#component_wrap .set6_txt .mgbt{
  margin-bottom: 40px;
}


#component_wrap .btn {
  text-align: center;
  margin-bottom: 120px;  
}

#component_wrap .btn .link {
  display: inline-block;
  padding: 7px 0;
  width: 724px;
  border-radius: 30px;
  background: linear-gradient( rgba(156, 228, 186, 1) 0%, rgba(90, 210, 140, 1) 76.83%, rgba(90, 170, 140, 1) 100%);
  transition: .3s;
}

#component_wrap .btn img {
  width: 351px;
}


#component_wrap .table_wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1257px;
}

#component_wrap .tb_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 53px;
  width: 100%;
}

#component_wrap .tb_list::after {
  content:"";
  display: block;
  position: absolute;
  top: 170px;
  right: -271px;
  z-index: -1;
  width: 568px;
  height: 558px;
  background: url(https://cella6091.itembox.design/item/img/hechima/triangle_img02.png) center / cover no-repeat;
}

#component_wrap .tb_term,
#component_wrap .tb_des {
  font-size: 2.3rem;
  line-height: 1.739;
  display: flex;
  align-items: center;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;  
}

#component_wrap .tb_term {
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
  padding: 5px 38px;
  width: 262px;
  border: 1px solid #1A8653;
  border-left: none;
  border-right: none;
  border-bottom-color: #fff;
  background: #1A8653;
}

#component_wrap .tb_term:last-of-type {
  border-bottom-color: #1A8653;
}

#component_wrap .tb_des {
  padding: 5px 18px;
  width: calc(100% - 262px);
  border: 1px solid #1A8653;
  border-left: none;
  border-top: none;
  background: #fff;
}

#component_wrap .tb_des:first-of-type {
  border-top: 1px solid #1A8653;
}

#component_wrap .table_note_item {
  font-size: 2.3rem;
  line-height: 1.521;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;  
}


@media screen and (min-width: 768px) {
  #component_wrap .btn .link:hover {
    opacity: .7;
  }
}

@media screen and (max-width: 1920px) and (min-width: 768px) {
  #component_wrap .inner {
    padding: 9.479vw 0 10.677vw;
  }

  #component_wrap .inner::before,
  #component_wrap .inner::after {
    top: 5.833vw;
    width: 34.115vw;
    height: 67.083vw;
  }

  #component_wrap .ttl_img {
    margin: 0 auto 5.417vw;
    width: 41.406vw;
  }

  #component_wrap .ttl_img::after {
    top: -9.479vw;
    right: -17.604vw;
    width: 10.625vw;
    height: 10vw;
  }

  #component_wrap .component_img01 {
    margin: 0 auto 16.615vw;
    max-width: 78.906vw;
  }

  #component_wrap .component_box {
    margin: 0 auto 10.208vw;
    padding: 2.656vw;
    max-width: 68.958vw;
    border-radius: 2.344vw;
  }

  #component_wrap .component_img02 {
    margin-right: 2.344vw;
    width: 19.479vw;
  }

  #component_wrap .component_txt {
    font-size: 1.302vw;
    width: 38.021vw;
  }

  #component_wrap .note_box {
    max-width: 56.146vw;
  }

  #component_wrap .sttl_img {
    margin-bottom: 1.927vw;
    padding: 0.833vw 0;
  }

  #component_wrap .sttl_img:last-of-type {
    margin-bottom: 1.51vw;
  }

  #component_wrap .sttl_img:first-of-type img {
    width: 16.927vw;
  }

  #component_wrap .sttl_img:last-of-type img {
    width: 24.427vw;
  }

  #component_wrap .note_list {
    margin-bottom: 3.75vw;
  }

  #component_wrap .note_item {
    font-size: 1.094vw;
  }

  #component_wrap .note_d_list{
    margin-bottom: 13.438vw;
  }

  #component_wrap .note_term,
  #component_wrap .note_des {
    font-size: 1.094vw;
  }
  
  #component_wrap .note_des + .note_term {
    margin-top: 1.042vw;
  }

  #component_wrap .buy_box {
    margin: 0 auto 6.771vw;
    padding: 3.281vw 3.854vw;
    max-width: 65.469vw;
    border-radius: 0.885vw;
  }

  #component_wrap .buy_box::before {
    bottom: -5.208vw;
    left: -21.562vw;
    width: 24.583vw;
    height: 26.615vw;
  }

  #component_wrap .buy_box::after {
    top: -7.917vw;
    right: -12.135vw;
    width: 10.208vw;
    height: 10.104vw;
  }

  #component_wrap .item_img {
    margin-right: 3.385vw;
    width: 20.26vw;
  }
  
  #component_wrap .txt_wrap {
    width: calc(100% - 20.26vw);
  }

  #component_wrap .buy_img {
    margin-bottom: 1.875vw;
  }

  #component_wrap .term:first-of-type {
    font-size: 2.396vw;
    margin-bottom: 0.5vw;
  }

  #component_wrap .term:last-of-type{
    font-size: 1.563vw;
    margin-bottom: 0.424vw;
  }
  
  #component_wrap .term:first-of-type span{
    font-size: 1.75vw;
  }

  #component_wrap .des {
    font-size: 3.438vw;
    margin-bottom: 1.875vw;
  }
  #component_wrap .des span{
    font-size: 2.475vw;
  }
  #component_wrap .des.set6{
    font-size: 3.025vw;
  }
  #component_wrap .des.set6 span{
    font-size: 2.4vw;
  }
  #component_wrap .set6_txt .mgbt{
    margin-bottom: 3.04vw;
  }

  #component_wrap .btn {
    margin-bottom: 7.135vw;
  }
  
  #component_wrap .btn .link {
    padding: .365vw 0;
    width: 37.708vw;
    border-radius: 1.563vw;
  }

  #component_wrap .btn img {
    width: 18.281vw;
  }  

  #component_wrap .table_wrap {
    max-width: 65.469vw;
  }

  #component_wrap .tb_list {
    margin-bottom: 2.76vw;
  }

  #component_wrap .tb_list::after {
    top: 8.854vw;
    right: -14.115vw;
    width: 29.583vw;
    height: 29.063vw;
  }

  #component_wrap .tb_term,
  #component_wrap .tb_des {
    font-size: 1.198vw;
  }

  #component_wrap .tb_term {
    padding: 0.26vw 1.979vw;
    width: 13.646vw;
  }

  .ie11 #component_wrap .tb_term {
    padding: 0.52vw 1.979vw 0;
    width: 13.646vw;
  }

  #component_wrap .tb_des {
    padding: 0.26vw 0.938vw;
    width: calc(100% - 13.646vw);
  }

  .ie11 #component_wrap .tb_des {
    padding: 0.52vw 0.938vw 0;
    width: calc(100% - 13.646vw);
  }

  #component_wrap .table_note_item {
    font-size: 1.198vw;
  }
}

@media screen and (max-width: 767px) {
  #component_wrap .inner {
    padding: 4.514vw 0 39.583vw;
  }

  #component_wrap .inner::before,
  #component_wrap .inner::after {
    display: none;
  }

  #component_wrap .ttl_img {
    margin: 0 auto 3.292vw;
    width: 73.611%;
  }

  #component_wrap .ttl_img::after {
    display: none;
  }

  #component_wrap .component_img01 {
    margin: 0 auto 16.528vw;
    max-width: 91.528%;
  }

  #component_wrap .component_box {
    display: block;
    margin: 0 auto 16.528vw;
    padding: 6.111vw 5.694vw;
    max-width: 85.833%;
    border-radius: 6.25vw;
    background: url(https://cella6091.itembox.design/item/img/hechima/component_box_bg_sp.svg) center / cover no-repeat;
  }

  #component_wrap .component_img02 {
    float: left;
    margin-right: 0;
    width: 30.556vw;
  }

  #component_wrap .component_txt {
    font-size: 3.056vw;
    line-height: 1.454;
    letter-spacing: .08em;
    width: 100%;
  }

  #component_wrap .note_box {
    max-width: 86.111%;
  }

  #component_wrap .sttl_img {
    margin-bottom: 3.056vw;
    padding: 1.25vw 0;
  }

  #component_wrap .sttl_img:last-of-type {
    margin-bottom: 2.639vw;
  }

  #component_wrap .sttl_img:first-of-type img {
    width: 26.111vw;
  }

  #component_wrap .sttl_img:last-of-type img {
    width: 37.639vw;
  }

  #component_wrap .note_list {
    margin-bottom: 7.778vw;
  }

  #component_wrap .note_item {
    font-size: 2.778vw;
    line-height: 1.35;
  }

  #component_wrap .note_d_list{
    margin-bottom: 16.528vw;
  }

  #component_wrap .note_term,
  #component_wrap .note_des {
    font-size: 2.778vw;
    line-height: 1.35;
  }
  
  #component_wrap .note_des + .note_term {
    margin-top: .972vw;
  }

  #component_wrap .buy_box {
    margin: 0 auto 13.056vw;
    padding: 4.333vw  4.544vw;
    max-width: 86.111%;
    border-radius: 1.25vw;
    align-items: center;
  }

  #component_wrap .buy_box::before,
  #component_wrap .buy_box::after {
    display: none;
  }

  #component_wrap .item_img {
    margin-right: 4.0556vw;
    width: 26.667vw;
  }
  
  #component_wrap .txt_wrap {
    width: calc(100% - 26.667vw);
  }

  #component_wrap .buy_img {
    width: 85%;
    margin: 0 auto 1.833vw;
  }

  #component_wrap .term:first-of-type {
    font-size: 3.2vw;
    line-height: 1.038;
    margin-bottom: .556vw;
  }

  #component_wrap .term:last-of-type{
    font-size: 2.639vw;
    line-height: 1.263;
    margin-bottom: 1.25vw;
  }
  #component_wrap .term:first-of-type span{
    font-size: 2.639vw;
  }

  #component_wrap .des {
    font-size: 4.8vw;
    letter-spacing: 0;
    margin-bottom: 1.833vw;
  }
  
  #component_wrap .des span{
    font-size: 4.06vw;
  }
  
  #component_wrap .des.set6{
    font-size: 4.4vw;
  }
  #component_wrap .des.set6 span{
    font-size: 3.4vw;
  }
  #component_wrap .set6_txt{
    margin-bottom: 3.5vw;
  }
  #component_wrap .set6_txt .mgbt{
    margin-bottom: 3.75vw;
  }
  
  #component_wrap .btn {
    margin-bottom: 10.944vw;
  }

  #component_wrap .btn .link {
    padding: .417vw 0;
    width: 81.111%;
    border-radius: 3.194vw;
  }  

  #component_wrap .btn img {
    width: 35.694vw;
  }

  #component_wrap .table_wrap {
    max-width: 86.111%;
  }

  #component_wrap .tb_list {
    margin-bottom: 3.889vw;
  }

  #component_wrap .tb_list::after {
    display: none;
  }

  #component_wrap .tb_term,
  #component_wrap .tb_des {
    font-size: 2.778vw;
    line-height: 1.25;
  }

  #component_wrap .tb_term {
    flex-wrap: wrap;
    padding: 0.139vw 0.972vw;
    width: 17.222vw;
  }

  #component_wrap .tb_term .sp {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #component_wrap .tb_des {
    padding: 0.139vw .972vw;
    width: calc(100% - 17.222vw);
  }

  #component_wrap .table_note_item {
    font-size: 2.5vw;
    line-height: 1.388;
  }
}