@charset "UTF-8";
#sec1 {
  padding: 0.8vw 0 0;
}

#sec1 .wrap {
  padding: 0;
}

#sec1 h2 {
  display: flex;
  align-items: center;
}

#sec1 h2 .deco1 {
  width: 25.1vw;
  margin: 0 0 0 3.2vw;
}

#sec1 h2 .ttl-text {
  font-size: 4vw;
  line-height: 8.3vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 6vw;
}

#sec1 h2 .ttl-text .big {
  display: inline-block;
  width: 16vw;
  position: relative;
  top: -1vw;
}

#sec1 h2 .ttl-text .blue {
  color: #33C6DE;
  font-weight: 700;
}

#sec1 h2 .ttl-text .blue span {
  position: relative;
}

#sec1 h2 .ttl-text .blue span:before {
  content: '';
  width: 0.8vw;
  height: 0.8vw;
  background: #33C6DE;
  border-radius: 50%;
  position: absolute;
  left: 39%;
  top: -0.6vw;
}

#sec1 .box-content {
  padding: 8vw 2vw;
}

#sec1 .box-content h3 {
  text-align: center;
  margin: 0 auto 4vw;
}
#sec1 .box-content h3{
  /* font-family: 'Corporate Logo Rounded'; */
  font-size: 4.3vw;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: bold;
  display: table;
  position: relative;
  margin-bottom: 5vw;
  text-shadow: -1px -1px 0 #fff,
     1px -1px 0 #fff,
    -1px  1px 0 #fff,
     1px  1px 0 #fff,
     -2px -2px 0 #fff,
     2px -2px 0 #fff,
    -2px  2px 0 #fff,
     2px  2px 0 #fff,
     4px  4px 0px #f9c1cc;
}
#sec1 .box-content.box-pink h3{
  color: #4A4A4A;
}
#sec1 .box-content.box-pink h3 .por{
  position: relative;
  z-index: 1;
  color: #F0657F;
  font-size: 36px;
  display: inline-block;
  padding-top: 14px;
}

@media screen and (max-width: 768px) {
  #sec1 .box-content.box-pink h3 .por{
    font-size: 20px;
    padding-top: 14px;
  }
}

#sec1 .box-content.box-pink h3 .count{
  font-size: 8vw;
  color: #f0657f;
  position: relative;
  z-index: 0;
}
#sec1 .box-content.box-pink h3 .count:before{
  content: '';
  height: 3.4vw;
  background: #fff8b0;
  position: absolute;
  left: 0;
  right: -4.5vw;
  bottom: 0;
  z-index: -1;
}

#sec1 .box-content.box-orange h3{
  font-family: 'Corporate Logo Rounded';
  color: #F07668;
  letter-spacing: 0.16em;
}
#sec1 .box-content h3:before{
  content: '';
  width: 4.2vw;
  height: 8vw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: -5vw;
  top: 0.3vw;
}
#sec1 .box-content.box-pink h3:before{
  background-image: url('../img/sec1_h3_deco1.png');
  width: 4.5vw;
  left: -7vw;
  top: 3.6vw;
}
#sec1 .box-content.box-orange h3:before{
  background-image: url('../img/sec1_h3_deco3.png');
}
#sec1 .box-content h3:after{
  content: '';
  width: 4.2vw;
  height: 8vw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: -5vw;
  top: 0.3vw;
}
#sec1 .box-content.box-pink h3:after{
  background-image: url('../img/sec1_h3_deco2.png');
  width: 4.5vw;
  right: -7vw;
  top: 3.6vw;
}
#sec1 .box-content.box-orange h3:after{
  background-image: url('../img/sec1_h3_deco4.png');
}
#sec1 .box-content .tabs-switch .tab-link {
  display: flex;
  justify-content: space-between;
}

#sec1 .box-content .tabs-switch .tab-link li {
  width: 30.933333333333334vw;
  background: #6C4A42;
  color: #fff;
  text-align: center;
  font-size: 3.2vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 6.4vw;
  border-radius: 2.6vw 2.6vw 0 0;
  position: relative;
}

#sec1 .box-content .tabs-switch .tab-link li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
}

#sec1 .box-content .tabs-switch .tab-link li:first-child:before {
  right: -1vw;
}

#sec1 .box-content .tabs-switch .tab-link li:nth-child(2):before {
  left: -1vw;
  right: -1vw;
}

#sec1 .box-content .tabs-switch .tab-link li:last-child:before {
  left: -1vw;
}

#sec1 .box-content .tabs-switch .tab-link li.active:before {
  opacity: 1;
}

#sec1 .box-content .tabs-switch .tab-content {
  background: #fff;
  padding: 2.6666666666666665vw 2vw;
  border-top: 2px solid;
  position: relative;
}

#sec1 .box-content .tabs-switch .tab-content .expand-btn {
  cursor: pointer;
  height: auto;
  width: auto;
  font-size: 4.266666666666667vw;
  line-height: 6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: none;
  visibility: hidden;
}

#sec1 .box-content .tabs-switch .tab-content .expand-btn:before {
  content: '';
  background-image: url("../img/shadow.png");
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  left: 0;
  right: 0;
  top: -4vw;
  bottom: 0;
  z-index: -1;
}

#sec1 .box-content .tabs-switch .tab-content .expand-btn span {
  display: block;
  height: 15vw;
  background: #E48B89;
  color: #fff;
  position: relative;
  z-index: 1;
  padding-top: 2vw;
}

#sec1 .box-content .tabs-switch .tab-content .expand-btn span:after {
  content: '';
  width: 4vw;
  height: 4vw;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 2vw;
  left: 50%;
}

#sec1 .box-content .tabs-switch .tab-content .expand-btn.can-expand {
  visibility: visible;
}

#sec1 .box-content .tabs-switch .tab-content .tab {
  position: relative;
  overflow: hidden;
  max-height: 120vw;
}

#sec1 .box-content .tabs-switch .tab-content .tab.expanded {
  max-height: none;
  height: auto;
}

#sec1 .box-content .tabs-switch .tab-content .tab.expanded .expand-btn {
  visibility: hidden;
}

#sec1 .box-content .tabs-switch .tab-content table {
  width: 100%;
  border: 1px solid #DCDCDC;
  transition: max-height 0.4s ease;
}

#sec1 .box-content .tabs-switch .tab-content table th, #sec1 .box-content .tabs-switch .tab-content table td {
  vertical-align: middle;
}

#sec1 .box-content .tabs-switch .tab-content table td {
  border-left: 1px solid #DCDCDC;
}

#sec1 .box-content .tabs-switch .tab-content table thead {
  background: #F0EDEC;
  color: #A4A4A4;
  text-align: center;
  font-size: 2.6666666666666665vw;
  letter-spacing: 0.1em;
  line-height: 4.8vw;
}

#sec1 .box-content .tabs-switch .tab-content table thead th, #sec1 .box-content .tabs-switch .tab-content table thead td {
  font-weight: 700;
}

#sec1 .box-content .tabs-switch .tab-content table tbody tr {
  border-top: 1px solid #DCDCDC;
}

#sec1 .box-content .tabs-switch .tab-content table tbody th, #sec1 .box-content .tabs-switch .tab-content table tbody td {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .title {
  width: 30vw;
  text-align: center;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .title img {
  display: block;
  width: 24vw;
  margin: 0 auto;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .title a,
#sec1 .box-content .tabs-switch .tab-content table tbody .title span {
  display: block;
  font-size: 3.2vw;
  line-height: 4vw;
  text-decoration: underline;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .stars {
  width: 15.5vw;
  text-align: center;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .stars a {
  display: block;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .stars img {
  display: block;
  width: 9.6vw;
  margin: 0 auto;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .stars span {
  display: block;
  color: #F0657F;
  font-size: 3.2vw;
  line-height: 4vw;
  font-weight: 700;
  letter-spacing: 0;
  text-decoration: underline;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .target {
  text-align: center;
  width: 12.5vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .target img {
  display: block;
  width: 5.6vw;
  margin: 0 auto;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .txt {
  width: 18vw;
  font-size: 2.6666666666666665vw;
  line-height: 3.466666666666667vw;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  text-align: left;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .txt small {
  display: inline-block;
  font-size: 2.1333333333333333vw;
  line-height: 2.4vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody ul {
  display: table;
  margin: 0 auto;
  text-align: left;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .txt.tal {
  text-align: left;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .list {
  font-size: 2.933333333333333vw;
  line-height: 4vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  padding-left: 2vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .list div {
  display: table;
  margin: 0 auto;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .list p {
  position: relative;
  padding-left: 3.5vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .list p span {
  display: block;
  width: 3.36vw;
  position: absolute;
  left: 0;
  top: -0.2vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .list1 {
  width: 21vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .list2 {
  width: 24.8vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .contact {
  width: 15vw;
  font-size: 2.933333333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 4.8vw;
  padding-left: 1vw;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .contact img {
  width: 3.36vw;
  display: inline-block;
  margin: -0.1em 0.2em 0 0;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .txt2, #sec1 .box-content .tabs-switch .tab-content table tbody .txt3 {
  width: 14.933333333333334vw;
  text-align: center;
  font-size: 2.933333333333333vw;
  line-height: 3.2vw;
  font-weight: 500;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .btn {
  text-align: center;
}

#sec1 .box-content .tabs-switch .tab-content table tbody .btn img {
  display: block;
  width: 12.266666666666667vw;
  margin: 0 auto;
}

#sec1 .box-pink {
  background: #FFE1E7;
  padding-top: 4vw;
}

#sec1 .box-pink .tabs-switch .tab-link li:before {
  content: '';
  background: url("../img/deco_left.png") no-repeat left bottom/1.2vw, url("../img/deco_right.png") no-repeat right bottom/1.2vw;
}

#sec1 .box-pink .tabs-switch .tab-link li.active {
  background: #F0657F;
}

#sec1 .box-pink .tabs-switch .tab-content {
  border-color: #F0657F;
}

#sec1 .box-orange {
  background: #FEDED9;
}

#sec1 .box-orange .tabs-switch .tab-link li:before {
  content: '';
  background: url("../img/deco_left2.png") no-repeat left bottom/1.2vw, url("../img/deco_right2.png") no-repeat right bottom/1.2vw;
}

#sec1 .box-orange .tabs-switch .tab-link li.active {
  background: #F07668;
}

#sec1 .box-orange .tabs-switch .tab-content {
  border-color: #F07668;
}

@media screen and (min-width: 768px) {
  #sec1 {
    padding: 31px 0 60px;
  }
  #sec1 h2 {
    justify-content: center;
    margin-bottom: 20px;
  }
  #sec1 h2 .deco1 {
    width: 176px;
    margin-right: 15px;
  }
  #sec1 h2 .ttl-text {
    font-size: 32px;
    line-height: 46px;
    padding-top: 0;
  }
  #sec1 h2 .ttl-text .big {
    width: 132px;
    top: -5px;
  }
  #sec1 h2 .ttl-text .blue span:before {
    width: 6px;
    height: 6px;
    left: 39%;
    top: -1px;
  }
  #sec1 h2 .deco2 {
    width: 118px;
  }
  #sec1 .box-content {
    padding: 40px 25px;
    border-radius: 10px;
  }
  #sec1 .box-content h3 {
    margin: 0 auto 28px;
  }
  #sec1 .box-content h3{
    font-size: 30px;
    margin-bottom: 30px;
  }
  #sec1 .box-content.box-pink h3{
    font-size: 28px;
  }
  #sec1 .box-content.box-pink h3 .count{
    font-size: 50px;
  }
  #sec1 .box-content.box-pink h3 .count:before{
    height: 24px;
    right: -28px;
  }
  #sec1 .box-content h3:before{
    width: 26px;
    height: 87px;
    left: -32px;
    top: 1px;
  }
  #sec1 .box-content h3:after{
    width: 26px;
    height: 87px;
    right: -32px;
    top: 1px;
  }
  #sec1 .box-content.box-pink h3:before{
    width: 26px;
    left: -36px;
    top: 23px;
  }
  #sec1 .box-content.box-pink h3:after{
    width: 26px;
    right: -36px;
    top: 23px;
  }
  #sec1 .box-content .tabs-switch {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
  }
  #sec1 .box-content .tabs-switch .tab-link li {
    max-width: 290px;
    width: 31%;
    height: 50px;
    font-size: 24px;
    line-height: 50px;
    border-radius: 20px 20px 0 0;
    transition: 0.3s all ease-in-out;
  }
  #sec1 .box-content .tabs-switch .tab-link li:before {
    background-size: 11px;
    bottom: -1px;
    transition: 0.3s all ease-in-out;
  }
  #sec1 .box-content .tabs-switch .tab-link li:hover {
    opacity: 0.8;
  }
  #sec1 .box-content .tabs-switch .tab-link li:first-child:before {
    right: -10px;
  }
  #sec1 .box-content .tabs-switch .tab-link li:nth-child(2):before {
    left: -10px;
    right: -10px;
  }
  #sec1 .box-content .tabs-switch .tab-link li:last-child:before {
    left: -10px;
  }
  #sec1 .box-content .tabs-switch .tab-link li.active:hover {
    opacity: 1;
  }
  #sec1 .box-content .tabs-switch .tab-content {
    padding: 40px 28px 30px;
    border-width: 5px;
  }
  #sec1 .box-content .tabs-switch .tab-content .expand-btn {
    font-size: 20px;
    line-height: 30px;
  }
  #sec1 .box-content .tabs-switch .tab-content .expand-btn:before {
    top: -20px;
  }
  #sec1 .box-content .tabs-switch .tab-content .expand-btn span {
    height: 70px;
    padding-top: 10px;
    transition: 0.3s all ease-in-out;
  }
  #sec1 .box-content .tabs-switch .tab-content .expand-btn span:after {
    width: 20px;
    height: 20px;
    bottom: 8px;
  }
  #sec1 .box-content .tabs-switch .tab-content .expand-btn:hover span {
    background: #F07668;
  }
  #sec1 .box-content .tabs-switch .tab-content .tab {
    max-height: 900px;
  }
  #sec1 .box-content .tabs-switch .tab-content table thead {
    font-size: 14px;
    line-height: 38px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody th, #sec1 .box-content .tabs-switch .tab-content table tbody td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .title {
    max-width: 280px;
    width: 33%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .title img {
    max-width: 220px;
    width: 97%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .title a,
  #sec1 .box-content .tabs-switch .tab-content table tbody .title span {
    font-size: 16px;
    line-height: 26px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .title a:hover,
  #sec1 .box-content .tabs-switch .tab-content table tbody .title span:hover {
    text-decoration: none;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .stars {
    max-width: 140px;
    width: 16.58%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .stars img {
    max-width: 88px;
    width: 97%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .stars span {
    font-size: 29px;
    line-height: 30px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .stars a:hover {
    opacity: 0.8;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .target {
    max-width: 138px;
    width: 16.35%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .target img {
    width: 55px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .txt {
    max-width: 132px;
    width: 16%;
    font-size: 15px;
    line-height: 25px;
    padding-left: 8px;
    padding-right: 8px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .txt small {
    font-size: 12px;
    line-height: 16px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .list {
    font-size: 15px;
    line-height: 30px;
    padding-left: 0;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .list p {
    padding-left: 22px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .list p span {
    width: 18px;
    top: -2px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .list1 {
    max-width: 210px;
    width: 25%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .list2 {
    max-width: 210px;
    width: 25%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .contact {
    max-width: 140px;
    width: 16.5%;
    font-size: 15px;
    line-height: 30px;
    padding-left: 0;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .contact div {
    display: table;
    margin: 0 auto;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .contact img {
    width: 18px;
    margin: -2px 5px 0 0;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .txt2, #sec1 .box-content .tabs-switch .tab-content table tbody .txt3 {
    max-width: 140px;
    width: 16.5%;
    font-size: 15px;
    line-height: 21px;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .btn img {
    width: 100%;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .btn a {
    display: block;
    max-width: 120px;
    width: 97%;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 3px 0px #296727;
  }
  #sec1 .box-content .tabs-switch .tab-content table tbody .btn a:hover {
    transform: translateY(3px);
    box-shadow: 0 0px 0px #296727;
  }
  #sec1 .box-pink {
    margin-bottom: 60px;
    padding-top: 20px;
  }
}

#sec2 {
  background: #fff;
  position: relative;
  z-index: 0;
  background: url("../img/sec2_deco1_sp.png") no-repeat center top/100%, url("../img/sec2_deco2_sp.png") no-repeat center bottom/100%, #fff;
  padding: 24vw 0 12vw;
}

#sec2 h2 {
  font-family: 'Corporate Logo Rounded';
  font-size: 9.6vw;
  letter-spacing: 0.1em;
  line-height: 15vw;
  color: #6C4A42;
  position: relative;
  margin: 0 -4vw 2vw;
  text-align: center;
}

#sec2 h2 small {
  font-size: 8vw;
}

#sec2 h2 .dot {
  position: relative;
}

#sec2 h2 .dot:before {
  content: '';
  width: 2.24vw;
  height: 2.24vw;
  background: #F0657F;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  top: -1vw;
}

#sec2 h2 .deco1 {
  width: 26.133333333333333vw;
  position: absolute;
  left: -2vw;
  top: -17.6vw;
}

#sec2 h2 .deco2 {
  width: 28vw;
  position: absolute;
  right: 5.866666666666666vw;
  top: -8.8vw;
}

#sec2 .txt {
  margin-bottom: 17vw;
}

#sec2 .blk1 {
  margin: 0 -4vw 8vw;
}

#sec2 .blk1 .slick-list {
  overflow: visible;
}

#sec2 .blk1 .slick-slide {
  padding: 0 2.6667vw;
}

#sec2 .blk1 .item {
  background: #E48B89;
  border-radius: 5px;
  position: relative;
  padding: 13.866666666666667vw 2.6666666666666665vw 2.6666666666666665vw;
}

#sec2 .blk1 .item .num {
  width: 21.333333333333332vw;
  position: absolute;
  top: -10.666666666666666vw;
  left: 31vw;
}

#sec2 .blk1 .item .ttl {
  text-align: center;
  color: #fff;
  font-family: 'Corporate Logo Rounded';
  font-size: 6.666666666666667vw;
  line-height: 9.333333333333334vw;
  letter-spacing: 0.1em;
  margin-bottom: 3vw;
}

#sec2 .blk1 .item .box {
  background: #fff;
  border-radius: 5px;
  padding: 5.333333333333333vw;
  font-size: 4vw;
  line-height: 6.4vw;
  letter-spacing: 0.09em;
}

#sec2 .blk2 {
  position: relative;
}

#sec2 .blk2 .btxt {
  text-align: center;
  color: #6A5134;
  font-size: 4.266666666666667vw;
  line-height: 6.4vw;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin: 0 -4vw 7vw;
}

#sec2 .blk2 .img1 {
  width: 38.93333333333333vw;
  margin-left: 4vw;
}

#sec2 .blk2 .img2 {
  width: 29.6vw;
  position: absolute;
  right: 7.6vw;
  bottom: 1.8666666666666667vw;
}

@media screen and (min-width: 768px) {
  #sec2 {
    background: #fff;
    padding: 112px 0 78px;
    position: relative;
    z-index: 0;
  }
  #sec2:before {
    content: '';
    background-image: url("../img/sec2_deco1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 538px;
    height: 252px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
  }
  #sec2:after {
    content: '';
    background-image: url("../img/sec2_deco2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 932px;
    height: 374px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
  #sec2 .wrap {
    position: static;
  }
  #sec2 .wrap:before {
    content: '';
    background-image: url("../img/sec2_deco3.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 762px;
    height: 294px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec2 .wrap:after {
    content: '';
    background-image: url("../img/sec2_deco4.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 573px;
    height: 341px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #sec2 h2 {
    display: table;
    font-size: 54px;
    line-height: 60px;
    margin: 0 auto 15px;
    padding-left: 50px;
  }
  #sec2 h2 small {
    font-size: 44px;
  }
  #sec2 h2 .dot:before {
    width: 12px;
    height: 12px;
    left: 40%;
    top: -5px;
  }
  #sec2 h2 .deco1 {
    width: 189px;
    left: -115px;
    top: -58px;
  }
  #sec2 h2 .deco2 {
    width: 179px;
    right: -50px;
    top: -81px;
  }
  #sec2 .txt {
    max-width: 800px;
    width: 100%;
    margin: 0 auto 80px;
  }
  #sec2 .blk1 {
    max-width: 900px;
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
  }
  #sec2 .blk1 .item {
    max-width: 292px;
    width: 33%;
    border-radius: 10px;
    padding: 50px 10px 10px;
  }
  #sec2 .blk1 .item .num {
    width: 100%;
    top: -40px;
    left: 0;
    text-align: center;
  }
  #sec2 .blk1 .item .num img {
    width: 80px;
    height: auto;
    margin: 0 auto;
  }
  #sec2 .blk1 .item .ttl {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0.05em;
    margin: 0 -10px 12px;
  }
  #sec2 .blk1 .item .box {
    border-radius: 10px;
    padding: 20px;
    font-size: 15px;
    line-height: 24px;
    text-align: justify;
  }
  #sec2 .blk2 {
    display: table;
    margin: 0 auto;
    position: relative;
  }
  #sec2 .blk2 .btxt {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
  }
  #sec2 .blk2 .img1 {
    width: 150px;
    margin-left: 0;
    position: absolute;
    left: -166px;
    top: -6px;
  }
  #sec2 .blk2 .img2 {
    width: 100px;
    right: -115px;
    bottom: auto;
    top: -10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1060px){
  #sec2 h2 .deco1{
    width: 180px;
    left: -103px;
  }
  #sec2 h2{
    font-size: 50px;
  }
  #sec2 h2 small{
    font-size: 40px;
  }
  #sec2 .txt{
    max-width: 730px;
  }
  #sec2 .blk2 .img1{
    width: 130px;
    left: -135px;
  }
}

.box-detail {
  background: #fff;
  margin-bottom: 4.8vw;
  border-radius: 5px;
  box-shadow: 0.8vw 0.8vw 5px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 4vw 4vw 8vw;
}

.box-detail .title {
  display: flex;
  margin: 0 0 4.266666666666667vw -2.933333333333333vw;
}

.box-detail .title .medal {
  width: 12.533333333333333vw;
  margin-right: 1.6vw;
}

.box-detail .title .ttl {
  font-size: 5.33333334vw;
  letter-spacing: 0.05em;
  line-height: 7vw;
  font-weight: 700;
  padding-top: 1.3vw;
}

.box-detail .title .ttl small {
  font-size: 3.7333333333333334vw;
  line-height: 4.8vw;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 2vw;
}

.box-detail .title .ttl small small {
  display: block;
  color: #4A4A4A;
  font-size: 2.6666666666666665vw;
  line-height: 3vw;
  margin-top: 0;
}

.box-detail .title .ttl small small.di {
  display: inline-block;
}

.box-detail .title.title-sm {
  align-items: center;
}

.box-detail .title.title-sm .ttl {
  padding-top: 0;
}

.box-detail .mark {
  width: 16vw;
  height: 16vw;
  position: absolute;
  top: 0;
  right: 4vw;
  z-index: 1;
  border-radius: 0 0 3vw 3vw;
  background: #FFF8DD;
  text-align: center;
  padding-top: 2.4vw;
}

.box-detail .mark .sttl {
  font-size: 2.6666666666666665vw;
  line-height: 4vw;
  letter-spacing: 0.1em;
}

.box-detail .mark .rate {
  color: #F07668;
  font-size: 5.33333334vw;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 7vw;
}

.box-detail .mark .rate img {
  width: 3.6vw;
  margin: -1.4vw 0.8vw 0 0;
}

.box-detail .blk1 {
  margin-bottom: 2.6666666666666665vw;
}

.box-detail .blk1 .img {
  margin-bottom: 5.33333334vw;
}

.box-detail .blk1 .box-style1 {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  padding-bottom: 3vw;
}

.box-detail .blk1 .box-style1 .sttl {
  display: table;
  background: #F0657F;
  color: #fff;
  border-radius: 5px 0 5px 0;
  padding: 0 2vw 0 3vw;
  font-size: 3.466666666666667vw;
  line-height: 6.533333333333333vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  margin-bottom: 2.4vw;
}

.box-detail .blk1 .box-style1 .sttl:before {
  content: '';
  width: 4vw;
  background-image: url("../img/sttl_deco.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: right bottom;
  position: absolute;
  right: -2vw;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.box-detail .blk1 .box-style1 .btxt {
  padding: 0 5.33333334vw;
  font-size: 4.266666666666667vw;
  line-height: 7.466666666666667vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-align: justify;
}
.box-detail .blk1 .box-style1 ul{
  font-size: 4vw;
  line-height: 5.333333333333333vw;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding: 0 2vw 0 3vw;
  text-align: left;
}
.box-detail .blk1 .box-style1 ul li{
  padding-left: 5.4vw;
  position: relative;
}
.box-detail .blk1 .box-style1 ul li:before{
  content: '';
  width: 4vw;
  height: 4.4vw;
  background-image: url('../img/icon_check.png');
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.8vw;
}
.box-detail .blk1 .box-style1 ul li+li{
  margin-top: 3vw;
}

.box-detail .box-style2 {
  background: #FCF3F3;
  border-radius: 5px;
  margin-bottom: 5.066666666666666vw;
  padding: 4vw;
}

.box-detail .box-style2 dl {
  width: 100%;
  display: table;
  text-align: left;
}

.box-detail .box-style2 dl dt {
  width: 28vw;
  display: table-cell;
  font-size: 3.7333333333333334vw;
  line-height: 4.8vw;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.box-detail .box-style2 dl dt img {
  display: inline-block;
  margin: -1vw 1vw 0 0;
}

.box-detail .box-style2 dl dt .book {
  width: 5vw;
}

.box-detail .box-style2 dl dt .stethoscope {
  width: 4.8vw;
}

.box-detail .box-style2 dl dt .map {
  width: 3.4vw;
  margin: -1vw 1.5vw 0 0.5vw;
}

.box-detail .box-style2 dl dd {
  display: table-cell;
  font-size: 3.7333333333333334vw;
  line-height: 6.4vw;
  letter-spacing: 0.03em;
  position: relative;
  padding-left: 4.8vw;
}

.box-detail .box-style2 dl dd:before {
  content: '：';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.box-detail .box-style2 dl dd small {
  display: block;
  font-size: 2.6666666666666665vw;
  line-height: 3vw;
}

.box-detail .box-style2 dl dd ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4vw;
}

.box-detail .box-style2 dl dd ul li {
  margin-right: 1.5vw;
}

.box-detail .box-style2 dl dd ul img {
  width: 4.8vw;
  margin: -0.5vw 0.5vw 0 0;
}

.box-detail .box-style2 dl + dl {
  margin-top: 3vw;
}

.box-detail .note {
  font-size: 3.2vw;
  line-height: 6.933333333333334vw;
  letter-spacing: 0;
  text-align: right;
  margin: 1.5vw 0 -0.5vw;
}

.box-detail .box-style3 {
  border-radius: 5px;
  border: 1px solid #DCDCDC;
  padding: 2.1333333333333333vw 4vw 4vw;
  margin-bottom: 5.333333333333333vw;
}

.box-detail .box-style3 .ttl {
  color: #fff;
  background: #6C4A42;
  text-align: center;
  font-size: 4.693333333333334vw;
  line-height: 8.533333333333333vw;
  letter-spacing: 0.03em;
  font-weight: 700;
  border-radius: 10vw;
}

.box-detail .box-style3 dl {
  width: 100%;
  display: table;
  border-bottom: 1px solid #DCDCDC;
  padding: 4vw 0;
}

.box-detail .box-style3 dl dt {
  width: 17.6vw;
  display: table-cell;
  vertical-align: top;
  text-align: center;
}

.box-detail .box-style3 dl dt .ava {
  width: 15.36vw;
  margin: 0 auto;
}

.box-detail .box-style3 dl dt .stars {
  font-size: 3.4133333333333336vw;
  letter-spacing: 0;
  line-height: 4vw;
  font-weight: 500;
}

.box-detail .box-style3 dl dd {
  display: table-cell;
  padding-left: 3vw;
}

.box-detail .box-style3 dl dd .sttl {
  display: block;
  font-size: 4.266666666666667vw;
  letter-spacing: 0.05em;
  line-height: 5.333333333333333vw;
  font-weight: 700;
  margin-bottom: 2vw;
}

.box-detail .box-style3 dl dd .txt {
  display: block;
  font-size: 3.466666666666667vw;
  line-height: 4.8vw;
  letter-spacing: 0;
}

.box-detail .box-style3 dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .box-detail {
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
    padding: 20px 46px 55px;
  }
  .box-detail .title {
    margin: 0 0 22px -30px;
  }
  .box-detail .title .medal {
    width: 120px;
    margin-right: 16px;
    text-align: center;
  }
  .box-detail .title .ttl {
    font-size: 32px;
    line-height: 40px;
    padding-top: 10px;
  }
  .box-detail .title .ttl small {
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .box-detail .title .ttl small small {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    margin-left: 25px;
  }
  .box-detail .title-sm {
    align-items: center;
    margin-left: 0;
  }
  .box-detail .title-sm .medal {
    width: 70px;
    padding-top: 10px;
    margin-right: 40px;
  }
  .box-detail .mark {
    width: 120px;
    height: 120px;
    right: 30px;
    border-radius: 0 0 15px 15px;
    padding-top: 25px;
  }
  .box-detail .mark .sttl {
    font-size: 15px;
    line-height: 26px;
  }
  .box-detail .mark .rate {
    font-size: 40px;
    line-height: 40px;
  }
  .box-detail .mark .rate img {
    width: 26px;
    margin: -8px 5px 0 0;
  }
  .box-detail .blk1 {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .box-detail .blk1 .img {
    width: 29%;
    margin-bottom: 0;
  }
  .box-detail .blk1 .box-style1 {
    width: 68%;
    padding-bottom: 25px;
  }
  .box-detail .blk1 .box-style1 .sttl {
    padding: 0 15px 0 20px;
    font-size: 18px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .box-detail .blk1 .box-style1 .sttl:before {
    width: 19px;
    right: -10px;
  }
  .box-detail .blk1 .box-style1 .btxt {
    padding: 0 25px;
    font-size: 24px;
    line-height: 40px;
  }
  .box-detail .blk1 .box-style1 .btxt.sm {
    font-size: 22px;
    line-height: 36px;
  }
  .box-detail .blk1 .box-style1 ul{
    font-size: 20px;
    line-height: 30px;
    padding: 0 20px;
  }
  .box-detail .blk1 .box-style1 ul li{
    padding-left: 30px;
  }
  .box-detail .blk1 .box-style1 ul li:before{
    width: 22px;
    height: 23px;
    top: 4px;
  }
  .box-detail .blk1 .box-style1 ul li+li{
    margin-top: 10px;
  }
  .box-detail .box-style2 {
    margin-bottom: 20px;
    padding: 15px 22px;
  }
  .box-detail .box-style2 dl dt {
    width: 125px;
    font-size: 14px;
    line-height: 30px;
  }
  .box-detail .box-style2 dl dt img {
    margin: -4px 6px 0 0;
  }
  .box-detail .box-style2 dl dt .book {
    width: 22px;
  }
  .box-detail .box-style2 dl dt .stethoscope {
    width: 20px;
  }
  .box-detail .box-style2 dl dt .map {
    width: 15px;
    margin: 0 10px 0 3px;
  }
  .box-detail .box-style2 dl dd {
    font-size: 14px;
    line-height: 30px;
    padding-left: 15px;
  }
  .box-detail .box-style2 dl dd small {
    display: inline-block;
    font-size: 12px;
    line-height: 30px;
    margin-left: 2px;
  }
  .box-detail .box-style2 dl dd ul {
    margin-right: 0;
  }
  .box-detail .box-style2 dl dd ul li {
    margin-right: 8px;
  }
  .box-detail .box-style2 dl dd ul img {
    width: 18px;
    margin: -2px 2px 0 0;
  }
  .box-detail .box-style2 dl + dl {
    margin-top: 10px;
  }
  .box-detail .btn-link a {
    display: block;
    border-radius: 15px;
    box-shadow: 0 5px 0px #296727;
  }
  .box-detail .btn-link a:hover {
    transform: translateY(5px);
    box-shadow: 0 0px 0px #296727;
  }
  .box-detail .note {
    font-size: 12px;
    line-height: 20px;
    margin: 20px 0 5px;
  }
  .box-detail .box-style3 {
    padding: 20px 20px;
    margin-bottom: 20px;
  }
  .box-detail .box-style3 .ttl {
    font-size: 22px;
    line-height: 40px;
    border-radius: 30px;
  }
  .box-detail .box-style3 dl {
    padding: 20px 0 20px 38px;
  }
  .box-detail .box-style3 dl dt {
    width: 104px;
  }
  .box-detail .box-style3 dl dt .ava {
    width: 90px;
  }
  .box-detail .box-style3 dl dt .stars {
    font-size: 20px;
    line-height: 30px;
  }
  .box-detail .box-style3 dl dd {
    padding: 10px 0 0 26px;
  }
  .box-detail .box-style3 dl dd .sttl {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .box-detail .box-style3 dl dd .txt {
    font-size: 16px;
    line-height: 26px;
  }
}

#sec3 {
  background: #FFF5F5;
  padding: 12.533333333333333vw 0 3.2vw;
}

@media screen and (min-width: 768px) {
  #sec3 {
    padding: 60px 0 70px;
  }
}

#sec4 {
  background: #FFFAF5;
  padding: 10vw 0 3.2vw;
}

#sec4 h2 {
  text-align: center;
  font-family: 'Corporate Logo Rounded';
  color: #6C4A42;
  font-size: 9.6vw;
  line-height: 13.333333333333334vw;
  letter-spacing: 0.1em;
  position: relative;
  margin-bottom: 8vw;
}

#sec4 h2 span {
  display: block;
  position: relative;
  z-index: 1;
}

#sec4 h2 .deco1 {
  width: 34.93333333333333vw;
  position: absolute;
  left: -8vw;
  top: -6vw;
}

#sec4 h2 .deco2 {
  width: 29.333333333333332vw;
  position: absolute;
  right: -5.8vw;
  top: -8vw;
}

@media screen and (min-width: 768px) {
  #sec4 {
    padding: 80px 0 70px;
  }
  #sec4 h2 {
    display: table;
    font-size: 50px;
    line-height: 60px;
    margin: 0 auto 70px;
  }
  #sec4 h2 .deco1 {
    width: 131px;
    left: -56px;
    top: -35px;
  }
  #sec4 h2 .deco2 {
    width: 206px;
    right: -190px;
    top: -36px;
  }
  #sec4 .box-detail .blk1 {
    align-items: center;
  }
  #sec4 .box-detail .box-style2 {
    width: 68%;
  }
}


.tokushoho .text-wrap{
  background: #fff;
  max-width: 1140px;
  width: 92%;
  margin: 50px auto 100px;
  padding: 6vw 5vw 10vw;
}
.tokushoho .text-wrap h2{
  font-weight: 700;
  margin-bottom: 24px;
}
.tokushoho .text-wrap .btn{
  width: 150px;
  margin: 24px 0 0 auto;
}
.tokushoho .text-wrap .btn a{
  display: block;
  background: #E48B89;
  color: #fff;
  text-align: center;
  padding: 15px;
}
@media screen and (min-width: 768px){
  .tokushoho {
    font-size: 24px;
    line-height: 41px;
  }
  .tokushoho .text-wrap{
    padding: 50px;
  }
  .tokushoho .text-wrap h2{
    margin-bottom: 41px;
  }
  .tokushoho .text-wrap .txt a:hover{
    text-decoration: underline;
  }
  .tokushoho .text-wrap .btn{
    width: 312px;
    margin-top: 41px;
  }
  .tokushoho .text-wrap .btn a{
    padding: 26px;
  }
  .tokushoho .text-wrap .btn a:hover{
    opacity: 0.8;
  }
}