@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500;700;900&display=swap");
html {
  font: 62.5%/1.231 "M PLUS Rounded 1c", "Noto Sans JP", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#header {
  position: relative;
  z-index: 999;
}

.wrap {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.9rem;
  color: #323232;
}

body,
td,
th {
  font-weight: 500;
}

ul li {
  list-style: none;
  list-style-type: none;
  padding: 0;
  text-indent: 0;
}

.btn-to-top-01 a.show {
  z-index: 999;
}

.wrap a:hover {
  opacity: 0.8;
}

/*============
 common
 ============*/
@media screen and (min-width: 768px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
.underline {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

/* block */
.wrap {
  background-image: url(../img/main-bg.jpg);
  background-size: auto;
  background-position: center;
  background-repeat: repeat-y;
  position: relative;
}

.wrap .inner {
  max-width: calc(986px + 2rem);
  padding: 0 1rem;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrap {
    background-image: url(../img/main-bg_sp.jpg);
    overflow-x: hidden;
  }
}
.sec:not(:last-of-type) {
  margin-bottom: 40px;
}

.sec__ttl01 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

/*============
 MV
 ============*/
.mv {
  width: 100%;
}

.mv__wrap {
  position: relative;
}

.mv__logo {
  position: absolute;
  top: 20px;
  left: 0;
  width: 13.4%;
}

.mv__inner {
  width: 86.2%;
  margin: 0 auto;
}

.mv__img {
  position: relative;
  width: 89.5%;
  margin: -180px auto 0;
}

.mv__note {
  position: absolute;
  top: 0;
  right: 3em;
  font-size: 12px;
  color: #595757;
  line-height: 1.25;
}

#choice {
  position: relative;
  margin-top: -95px;
  z-index: 1;
}

.choice__title {
  width: 96%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choice__tit-side {
  width: 23%;
}

.choice__tit-middle {
  width: 50%;
  margin-bottom: 40px;
}

.choice__products {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 92%;
  max-width: 900px;
  margin: -77px auto 0;
}

.choice__img {
  width: 47%;
}

.choice__inner {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 15px;
  padding: 280px 50px 50px 50px;
  margin-top: -270px;
}

.choice__item {
  width: 46%;
}

.choice__sub {
  position: relative;
  width: 93.5%;
  margin: 0 auto 1.3em;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  padding: 0.5em;
  text-align: center;
  color: #fff;
  border-radius: 3em;
  letter-spacing: -1px;
}

.choice__sub::after {
  position: absolute;
  content: "";
  bottom: -0.8em;
  left: 50%;
  transform: translateX(-50%);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
}

.bg__pink.choice__sub::after {
  border-top: 18px solid #eb6d8e;
}

.bg__blue.choice__sub::after {
  border-top: 18px solid #00a6e4;
}

.choice__text {
  font-size: 44px;
  line-height: 1.15;
  font-weight: bolder;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: -5px;
}

.choice__inner.second .choice__text {
  margin-bottom: 0;
}

.choice__inner.second .choice__links {
  margin-top: 15px;
}

.bg__pink {
  background-color: #eb6d8e;
}

.text__pink {
  color: #eb6d8e;
}

.bg__blue {
  background-color: #00a6e4;
}

.text__blue {
  color: #00a6e4;
}

.choice__links {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.choice__links a {
  position: relative;
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  background-image: linear-gradient(to bottom, #f7bc0e, #da8f00);
  border-radius: 1.2em;
  border: 2px solid #fff;
  width: 48.5%;
  padding: 1em;
  box-shadow: 0px 0px 15px rgba(247, 188, 14, 0.6);
}

.choice__links a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
  width: 1.5em;
  height: 1.5em;
  background-image: url(../img/choice__arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.choice__links a.down::after {
  background-image: url(../img/choice__arrow-down.png);
}

.choice__links a.pink {
  background-image: linear-gradient(to bottom, #f1b1cd, #da678e);
  box-shadow: 0px 0px 15px rgba(218, 103, 142, 0.6);
}

.choice__links a.blue {
  background-image: linear-gradient(to bottom, #b7e0f6, #5eb4e5);
  box-shadow: 0px 0px 15px rgba(94, 180, 229, 0.6);
}

.choice__links a.green {
  background-image: linear-gradient(to bottom, #d7e7af, #92b55c);
  box-shadow: 0px 0px 15px rgba(146, 181, 92, 0.6);
}

@media screen and (max-width: 1000px) {
  .mv__note {
    font-size: 1.2vw;
  }
  .choice__sub {
    font-size: 2vw;
  }
  .choice__text {
    font-size: 4.3vw;
  }
  .choice__links a {
    font-size: 1.6vw;
  }
  #choice {
    margin-top: -6vw;
  }
  .choice__inner {
    margin-top: -28vw;
  }
  .choice__tit-middle {
    margin-bottom: 10vw;
  }
  .mv__img {
    margin: -18vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .mv__logo {
    position: absolute;
    top: 10px;
    left: 0;
    width: 20%;
  }
  .mv__inner {
    width: 100%;
  }
  .sec__ttl01 {
    padding: 0;
    width: 87%;
  }
  .mv__img {
    position: relative;
    width: 85%;
    margin: 3vw auto 0;
  }
  .mv__note {
    top: 56%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.82vw;
    width: max-content;
  }
  .choice__products {
    width: 115%;
    margin: 5% -7% 10%;
  }
  .choice__imgtxt_sp {
    font-size: 5vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 0.5em 0;
  }
  .color_left {
    background-color: #eb6d8e;
  }
  .color_right {
    background-color: #00a6e4;
  }
  .choice__imgtxt_sp span {
    font-size: 80%;
  }
  #choice {
    margin-top: 0;
  }
  .choice__tit-side {
    display: none;
  }
  .choice__tit-middle {
    width: 88%;
    margin: 0 auto 3vw;
  }
  .choice__inner {
    display: block;
    padding: 5.6vw;
    margin-top: 2vw;
  }
  .choice__item {
    width: 100%;
  }
  .choice-img-sp {
    margin-top: -8vw;
    margin-bottom: 3vw;
  }
  .choice__sub {
    width: 100%;
    font-size: 4.1vw;
    letter-spacing: 0;
  }
  .choice__text {
    font-size: 8.5vw;
    letter-spacing: 0;
  }
  .choice__text span {
    font-size: 80%;
  }
  .choice__links {
    display: block;
  }
  .choice__links a {
    width: 100%;
    font-size: 6vw;
    padding: 0.75em 1.5em;
    border-radius: 0.8em;
  }
  .choice__links a:first-child {
    margin-bottom: 3.85vw;
  }
  .mgt7 {
    margin-top: 7vw;
  }
  .choice__links_spbox {
    position: relative;
    padding-top: 15vw;
  }
  .choice__links_sp-tit {
    position: absolute;
    width: 60%;
    top: 0;
  }
  .choice__links_sp-tit.left {
    transform: rotate(-10deg);
    left: -3vw;
  }
  .choice__links_sp-tit.right {
    transform: rotate(10deg);
    right: -3vw;
  }
}
/* worries */
.worries__inner {
  background-image: url(../img/worries__circle.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.worries h2 {
  font-size: 56.5px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  color: #535353;
  margin: 0.5em auto 0.25em;
  letter-spacing: 5px;
}

.worries h3 {
  font-size: 34px;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
  color: #535353;
  margin: 0.5em auto 0.25em;
  letter-spacing: 3px;
}

.worries .choice__inner {
  margin-top: 0;
  background-color: inherit;
  padding: 1em 50px;
}

.worries .choice__products {
  margin-top: 0;
}

@media screen and (max-width: 1000px) {
  .worries h2 {
    font-size: 5.65vw;
  }
  .worries h3 {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .worries h2 {
    font-size: 5.64vw;
    letter-spacing: 0;
    margin: -2em auto 0.75em;
  }
  .worries__inner {
    background: url(../img/worries__circle_sp.png);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
  }
  .worries .choice__inner {
    padding: 1em 50px;
  }
  .worries h3 {
    margin: 1.5em auto 0.25em;
    font-size: 4.36vw;
  }
  .worries h3.mgt7 {
    margin-top: 7vw;
  }
  .mgt10 {
    margin-top: 10vw;
  }
}
/* sec__common */
#sec__common h2 {
  position: relative;
  width: 92.6%;
  margin: 0 auto;
  font-size: 56.5px;
  line-height: 1.5;
  text-align: center;
  font-weight: bolder;
  color: #fff;
  border-radius: 0.2em;
  letter-spacing: -2px;
  margin-top: 0.6em;
  border: 3px solid #f3a7bb;
  background-image: linear-gradient(to top, #eb6d8e 0%, #f09ba5 85%, #f6c7ce 100%);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#sec__common h2.blue {
  border: 3px solid #66caef;
  background-image: linear-gradient(to top, #00b9ef 0%, #bae3f9 85%, #d3edfb 100%);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.5);
}

.sec__inner {
  position: relative;
  background-color: #fff;
  border: 3px solid #f3a7bb;
  border-radius: 15px;
  padding: 80px 40px 40px;
  margin-top: -60px;
  z-index: 0;
}

.sec__inner.blue {
  border: 3px solid #66caef;
}

/* movie */
.movie-section {
  max-width: 646px;
  margin: 0 auto 50px;
  padding: 0;
}

.mv.sec {
  margin-bottom: 0;
}

.movie {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-thumb {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sec__ttl01 {
    padding: 0;
    width: 87%;
  }
  .mv__logo {
    position: absolute;
    width: 20%;
    margin-bottom: 20px;
  }
  .mv__txt {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
  }
  .buy-this-way {
    font-size: 3.46vw;
    width: 100%;
    margin: 1.7em auto;
  }
  .movie-section {
    max-width: 75%;
    margin: 8.97vw auto;
  }
}
/*  */
.sec__color-head {
  width: 100%;
}

.sec__common-first {
  width: 400px;
  margin-bottom: 30px;
  margin-top: -185px;
}

.sec__common-head {
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  color: #898989;
}

.sec__common-circle-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.sec__common-circle-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  font-size: 28px;
  font-weight: bolder;
  color: #fff;
  border-radius: 50%;
  background-image: linear-gradient(to right, #a74b5c 0%, #ea6d8d 45%, #f09ba5 85%, #f6c7ce 100%);
}

.dotted-border {
  border-top: 7px dotted #f5b6c6;
  border-bottom: 7px dotted #f5b6c6;
}

.sec__common-dotted-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
}

.sec__common-dotted-list dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 48%;
}

.sec__common-dotted-list dd {
  width: 53%;
}

.dotted-title {
  font-size: 50px;
  line-height: 1;
  font-weight: bolder;
  color: #eb6d8e;
}

.dotted-sub {
  font-size: 33px;
  line-height: 1;
  font-weight: bold;
  color: #535353;
  margin-top: 0.3em;
}

.dotted-rightbox {
  display: flex;
  align-items: center;
  width: 48%;
}

.dotted-right-text {
  font-size: 22px;
  line-height: 1.35;
  color: #7d7d7d;
  font-weight: 500;
  width: 46%;
}

.dotted-right-title {
  position: relative;
  font-size: 45px;
  line-height: 1;
  font-weight: bolder;
  color: #eb6d8e;
  padding-left: 1em;
}

.dotted-right-title:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.75em solid #f5b6c6;
}

.sec__common-third {
  padding: 10px 0;
}

.third-textbox {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#sec__common h3 {
  font-size: 50px;
  line-height: 1.2;
  color: #eb6d8e;
}

#sec__common h3 span {
  font-size: 34px;
  font-weight: 500;
  color: #000;
}

.sec__common-third p {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  color: #7d7d7d;
  margin-top: 0.25em;
}

.sec__common-img04 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27.5%;
}

.sec__common-img06 {
  position: absolute;
  top: 20%;
  right: 0;
  width: 18.5%;
}

.choice__links.sec__common-01 {
  width: 30%;
  margin: 0 auto;
}

.choice__links.sec__common-01 a {
  font-size: 22px;
  padding-left: 1.5em;
  width: 100%;
}

.sec__common-last {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 15px;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.last-textbox {
  width: 48%;
}

.sec__common-last h4 {
  font-size: 38px;
  font-weight: normal;
  line-height: 1;
  color: #eb6d8e;
  letter-spacing: 3px;
}

.sec__common-last h4.blue {
  color: #66caef;
}

.sec__common-last p {
  font-size: 25px;
  line-height: 1.8;
  color: #535353;
  font-weight: normal;
  margin-top: 0;
  letter-spacing: 2px;
}

.sec__common-img07 {
  width: 32%;
}

.sec__common-img08 {
  width: 15%;
}

.sec__common-ol {
  margin-top: -75px;
}

.sec__common-ol li {
  margin-bottom: 50px;
}

.sec__common-ol-title {
  position: relative;
}

.sec__common-ol h4 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  color: #00a6e4;
  padding-left: 1em;
}

.sec__common-ol .sec__common-ol-sub {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.2;
  color: #7d7d7d;
  padding-left: 38px;
}

.sec__common-ol-title::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
  color: #00a6e4;
}

.sec__common-ol li:first-child .sec__common-ol-title::before {
  content: "➊";
}

.sec__common-ol li:nth-child(2) .sec__common-ol-title::before {
  content: "➋";
}

.sec__common-ol li:nth-child(3) .sec__common-ol-title::before {
  content: "➌";
}

.sec__common-ol li:nth-child(4) .sec__common-ol-title::before {
  content: "❹";
}

.sec__common-img09 {
  position: absolute;
  top: 45%;
  left: 46%;
  width: 190px;
}

.sec__common-ol h5 {
  font-size: 38px;
  line-height: 1;
  font-weight: bold;
  color: #00a6e4;
}

.sec__common-ol h5 span {
  font-size: 80%;
}

.sec__common-ol dl {
  display: flex;
  margin: 10px 0 0 38px;
}

.sec__common-ol dt {
  width: 226px;
  margin-right: 12px;
}

.sec__common-dd-text {
  font-size: 20px;
  line-height: 1;
  color: #000;
  letter-spacing: -1px;
}

.sec__common-dd-notice {
  font-size: 16px;
  color: #000;
}

.sec__common-img10 {
  position: absolute;
  top: 49%;
  right: 2%;
  width: 433.5px;
}

.sec__common-img11 {
  position: absolute;
  bottom: 21%;
  right: 15%;
  width: 275px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec__common-img11-text {
  position: relative;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 500;
  color: #000;
  margin-bottom: 0.75em;
  padding-left: 1em;
}

.sec__common-img11-text::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}

.sec__common-img11-img {
  width: 145px;
}

@media screen and (max-width: 1000px) {
  #sec__common h2 {
    font-size: 5.65vw;
  }
  .sec__inner {
    padding: 8vw 4vw 4vw;
    margin-top: -6vw;
  }
  .sec__color-head {
    top: 6vw;
    left: -2vw;
  }
  .sec__common-first {
    width: 40vw;
    margin-bottom: 3vw;
    margin-top: -18.5vw;
  }
  .sec__common-head {
    font-size: 3.4vw;
  }
  .sec__common-circle-list {
    margin-top: 1vw;
  }
  .sec__common-circle-list li {
    width: 13vw;
    height: 13vw;
    font-size: 2.8vw;
  }
  .sec__common-dotted-list li {
    padding-left: 3vw;
  }
  .dotted-title {
    font-size: 5vw;
  }
  .dotted-sub {
    font-size: 3.3vw;
  }
  .dotted-right-text {
    font-size: 2.2vw;
  }
  .dotted-right-title {
    font-size: 4.2vw;
  }
  .sec__common-third {
    padding: 1vw 0;
  }
  .third-textbox {
    padding-bottom: 1vw;
    margin-bottom: 1vw;
  }
  #sec__common h3 {
    font-size: 5vw;
  }
  #sec__common h3 span {
    font-size: 3.4vw;
  }
  .sec__common-third p {
    font-size: 2vw;
  }
  .choice__links.sec__common-01 a {
    font-size: 2.2vw;
  }
  .sec__common-last {
    padding: 2vw;
    margin-top: 3vw;
  }
  .sec__common-last h4 {
    font-size: 3.8vw;
  }
  .sec__common-last p {
    font-size: 2.4vw;
  }
  .sec__common-ol {
    margin-top: -7.5vw;
  }
  .sec__common-ol li {
    margin-bottom: 5vw;
  }
  .sec__common-ol h4 {
    font-size: 3.8vw;
  }
  .sec__common-ol .sec__common-ol-sub {
    font-size: 2.5vw;
    padding-left: 3.8vw;
  }
  .sec__common-img09 {
    top: 46%;
    width: 19vw;
  }
  .sec__common-ol h5 {
    font-size: 3.8vw;
  }
  .sec__common-ol dl {
    margin: 1vw 0 0 3.8vw;
  }
  .sec__common-ol dt {
    width: 22.6vw;
    margin-right: 1.2vw;
  }
  .sec__common-dd-text {
    font-size: 2vw;
  }
  .sec__common-dd-notice {
    font-size: 1.6vw;
  }
  .sec__common-img10 {
    width: 40vw;
    top: 53%;
  }
  .sec__common-img11 {
    width: 27.5vw;
    bottom: 20%;
  }
  .sec__common-img11-text {
    font-size: 1.7vw;
  }
  .sec__common-img11-img {
    width: 14.5vw;
  }
}
@media screen and (max-width: 767px) {
  #sec__common h2 {
    width: 83.5%;
    font-size: 6.92vw;
    line-height: 1.2;
    border-radius: 0.4em;
    padding: 0.3em;
    margin-top: 1em;
  }
  .sec__inner {
    padding: 12.8vw 2.5vw 2.5vw;
    margin-top: -11.5vw;
  }
  .sec__inner.blue {
    padding-top: 15vw;
  }
  .sec__common-first {
    width: 100%;
    margin-bottom: 3vw;
    margin-top: 3vw;
  }
  .sec__common-head {
    font-size: 6.54vw;
  }
  .sec__common-circle-list {
    margin-top: 3vw;
    justify-content: space-around;
  }
  .sec__common-circle-list li {
    width: 24.36vw;
    height: 24.36vw;
    font-size: 5vw;
  }
  .dotted-border {
    border-top: 3px dotted #f5b6c6;
    border-bottom: 3px dotted #f5b6c6;
  }
  .sec__common-dotted-list li {
    display: block;
    padding: 3vw 0;
  }
  .sec__common-dotted-list dl {
    display: block;
    width: 100%;
  }
  .sec__common-dotted-list dt {
    text-align: center;
  }
  .sec__common-dotted-list dd {
    margin: 0 auto;
  }
  .dotted-title {
    font-size: 11vw;
    display: inline;
  }
  .dotted-sub {
    font-size: 7.3vw;
    line-height: 1;
    font-weight: bold;
    color: #535353;
    margin-top: 0.3em;
    display: inline;
  }
  .dotted-rightbox {
    display: block;
    width: 100%;
  }
  .dotted-right-text {
    font-size: 5.38vw;
    text-align: center;
    width: 100%;
    margin-bottom: 0.35em;
  }
  .dotted-right-title {
    font-size: 9.5vw;
    padding-left: 0;
    text-align: center;
    padding-top: 1.1em;
  }
  .dotted-right-title:before {
    top: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .sec__common-third {
    padding: 10px 0;
  }
  .third-textbox {
    padding-bottom: 0;
    margin-bottom: 10px;
  }
  #sec__common h3 {
    font-size: 8.5vw;
  }
  #sec__common h3 span {
    font-size: 4.3vw;
  }
  .sec__common-third p {
    font-size: 3.5vw;
    line-height: 1.7;
  }
  .sec__common-third p span {
    font-size: 80%;
  }
  .sec__common-img04 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 27.5%;
  }
  .sec__common-img05 {
    width: 100%;
    margin: 0 auto 7.18vw;
  }
  .sec__common-img06 {
    top: 47%;
    right: 5%;
    width: 18vw;
  }
  .choice__links.sec__common-01 {
    width: 82.5%;
    margin: 6.41vw auto;
  }
  .choice__links.sec__common-01 a {
    font-size: 6.1vw;
  }
  .sec__common-last {
    display: block;
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
  }
  .sec__last-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 3.46vw auto;
  }
  .last-textbox {
    width: 100%;
  }
  .sec__common-last h4 {
    font-size: 6.85vw;
  }
  .sec__common-last p {
    font-size: 4vw;
  }
  .sec__common-img07 {
    width: 68%;
  }
  .sec__common-img08 {
    width: 30%;
  }
  .sec__common-ol {
    margin-top: 2vw;
  }
  .sec__common-ol li {
    margin-bottom: 5.79vw;
  }
  .sec__common-ol h4 {
    font-size: 9.75vw;
  }
  .sec__common-ol .sec__common-ol-sub {
    font-size: 6.4vw;
    padding-left: 9.75vw;
  }
  .sec__common-img09 {
    position: static;
    width: 31.3vw;
    margin: 2vw auto 0;
  }
  .sec__common-ol h5 {
    font-size: 9vw;
  }
  .sec__common-ol dl {
    display: block;
    margin: 2.57vw 0 0 9.75vw;
  }
  .sec__common-ol dt {
    width: 58vw;
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .sec__common-ol dd {
    position: relative;
  }
  .sec__common-dd-text {
    font-size: 3.75vw;
    letter-spacing: -1px;
  }
  .sec__common-dd-notice {
    font-size: 3vw;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .sec__common-img10 {
    position: static;
    width: 100%;
    margin-top: 2.56vw;
  }
  .sec__common-img11 {
    position: static;
    width: 68vw;
    margin: 0 auto;
  }
  .sec__common-img11-text {
    font-size: 3.75vw;
  }
  .sec__common-ol li:nth-child(4) h4::before {
    top: 5%;
  }
  .sec__common-img11-img {
    width: 24vw;
  }
  .other-img04 {
    margin: 0 30vw 3vw;
    width: 50%;
  }
}
.sec__common-ol-sub.pdl0 {
  padding-left: 0;
}

/* other products */
#other {
  padding: 80px 0;
}

.circle-wrap-sp {
  position: relative;
}

.other-inner {
  position: relative;
  padding: 30px;
  border-radius: 15px;
  background-color: #fff;
}

.other-title {
  border-bottom: 5.6px dotted #f39939;
}

.other-title h2 {
  font-size: 51px;
  line-height: 1.2;
  font-weight: normal;
  color: #f39939;
  margin-bottom: 0.5em;
}

.other-title h3 {
  font-size: 34px;
  font-weight: 500;
  color: #7d7d7d;
}

.other-img01 {
  position: absolute;
  top: -50px;
  right: 30px;
  width: 290px;
}

.other-flex,
.other-flex-2 {
  display: flex;
  justify-content: space-between;
}

.other-flex {
  align-items: center;
  margin-top: 40px;
}

.other-flex-2 {
  margin-top: 80px;
}

.other-items {
  width: 43.5%;
}

.other-items h4 {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #f39939;
  margin: 0.4em 0;
}

.other-items h5 {
  font-size: 22px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  color: #535353;
}

.letter {
  letter-spacing: -2px;
}

.other-circle,
.other-circle-2 {
  display: flex;
  justify-content: center;
  font-size: 22px;
  line-height: 1.2;
  text-align: center;
  font-weight: 500;
  color: #fff;
  background-color: rgba(245, 173, 97, 0.8);
  border-radius: 50%;
  width: 165px;
  height: 165px;
}

.other-circle {
  margin-inline: auto;
  padding-top: 1.8em;
}

.other-circle-2 {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  align-items: center;
  width: 165px;
  height: 165px;
  align-items: center;
}

.other-img02,
.other-img03 {
  margin: -60px auto 50px;
}

.other-img04 {
  margin: 0 160px 30px;
  width: 50%;
}

.other-img04 img {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1000px) {
  #other {
    padding: 8vw 0;
  }
  .other-inner {
    padding: 5vw;
  }
  .other-title h2 {
    font-size: 5vw;
  }
  .other-title h3 {
    font-size: 3.4vw;
  }
  .other-img01 {
    top: -5vw;
    right: 3vw;
    width: 28vw;
  }
  .other-flex {
    margin-top: 4vw;
  }
  .other-items h4 {
    font-size: 3.4vw;
  }
  .other-items h5 {
    font-size: 2.2vw;
  }
  .other-circle,
  .other-circle-2 {
    font-size: 2.2vw;
    width: 16.5vw;
    height: 16.5vw;
  }
  .other-flex-2 {
    margin-top: 5vw;
  }
  .other-img02,
  .other-img03 {
    margin: -6vw auto 4vw;
  }
  .other-img04 {
    margin: 0 15vw 3vw;
    width: 50%;
  }
  .letter {
    letter-spacing: -3px;
  }
  .other-circle-2 {
    position: absolute;
    top: 50%;
    left: 12%;
    transform: translateY(-50%);
    align-items: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  #other {
    padding: 7.18vw 0;
  }
  .other-img04 {
    width: 50%;
    margin: 0px 30vw 3vw;
  }
  .other-inner {
    padding: 3.85vw;
  }
  .other-title h2 {
    font-size: 7.82vw;
  }
  .other-title h2 span {
    letter-spacing: -0.05em;
  }
  .other-title h3 {
    font-size: 5.13vw;
  }
  .other-img01 {
    top: 21vw;
    right: 4vw;
    width: 28vw;
  }
  .other-flex,
  .other-flex-2 {
    display: block;
    margin-top: 4vw;
  }
  .other-items {
    width: 100%;
  }
  .other-items h4 {
    font-size: 6vw;
    text-align: left;
  }
  .other-items h5 {
    font-size: 4vw;
    text-align: left;
  }
  .other-circle,
  .other-circle-2 {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 4vw;
    width: 31vw;
    height: 31vw;
    padding: 0;
    align-items: center;
    z-index: 0;
  }
  .other-img02,
  .other-img03 {
    width: 68vw;
    margin: 0;
    position: relative;
    z-index: 1;
  }
  .circle-wrap-sp {
    position: relative;
    margin: 7vw auto;
  }
  .letter {
    letter-spacing: 0;
  }
}