@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Crimson+Pro:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Zen+Old+Mincho:wght@400;700;900&display=swap");
/*-- リセット --*/
h1,
h2,
h3,
h4,
h5,
p,
b,
dt,
dd,
li,
span,
a,
strong {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  min-height: 0%;
  vertical-align: top;
}

figure {
  width: 100%;
  min-height: 0%;
  line-height: 0;
  margin: 0 auto;
  padding: 0;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s;
}
a img {
  display: inline-block;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

html {
  font-size: 0.36697vw;
}
@media only screen and (min-width: 2400px) {
  html {
    font-size: 55%;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 0.41vw;
  }
}

body {
  margin: 0;
  padding: 0;
  background-size: 100%;
  position: relative;
  overflow-x: hidden;
  font-feature-settings: "palt";
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  color: #161616;
}
@media only screen and (min-width: 2400px) {
  body {
    max-width: 2400px;
    width: 100%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  body {
    overflow: hidden;
    overflow-y: scroll;
  }
}

.main {
  display: block;
  margin-top: -41.3rem;
}

.pc {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}
@media only screen and (max-width: 1099px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.inline-pc {
  display: inline;
}
@media only screen and (max-width: 767px) {
  .inline-pc {
    display: none;
  }
}

.inline-sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .inline-sp {
    display: inline;
  }
}

.font__crimson {
  font-family: "Crimson Pro", serif;
}
.font__zenoldmincho {
  font-family: "Zen Old Mincho", serif;
}
.font__yugo {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}

.text__common_40 {
  line-height: 2;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .text__common_40 {
    font-size: calc(4rem * 2);
  }
}
.text__common_40 + .text__common_40 {
  margin-top: 1.2em;
}
.text__italic {
  font-style: italic;
}
.text__color_pink1 {
  color: #dd5d76;
}
.text__color_pink6 {
  color: #e06e83;
}
.text__marker_ptn1 {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 68%, #eddfda 68%);
}
.text__marker_ptn2 {
  display: inline;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 68%, #dd5d76 68%);
}
.text__underline {
  display: inline;
}
.text__underline_bk {
  display: inline-block;
  padding-bottom: 1.8rem;
  position: relative;
}
.text__underline_bk::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #161616;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text__underline_pink1 {
  display: inline-block;
  padding-bottom: 0.6rem;
  position: relative;
}
.text__underline_pink1::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #dd5d76;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text__underline_yellow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(100% - 4px), #e6ce7f calc(100% - 4px));
}
@media only screen and (max-width: 767px) {
  .text__underline_yellow {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(100% - 1px), #e6ce7f calc(100% - 1px));
  }
}
.text__underline_black {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(100% - 1px), #161616 calc(100% - 1px));
}
.text__underline_pink {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) calc(100% - 1px), #dd5d76 calc(100% - 1px));
}

.list__asterisk .list__item {
  padding-left: 1.2em;
  position: relative;
}
.list__asterisk .list__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.header {
  position: relative;
}
.header__ribon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 42.8rem;
  background: url(assets/img_webp/mv_ribon.webp) 50% 50% no-repeat;
  background-size: cover;
}
.header__ribon__logo {
	margin: 0 auto 0 3rem;
}
.header__ribon_text {
  line-height: 1.25;
  font-size: 12rem;
  font-weight: 400;
  color: #FFF;
}
.header__content {
  padding: 30.8rem 0 0;
  background: url(assets/img_webp/mv_bg.webp) 50% -13rem no-repeat;
  background-size: 100%;
}
.header__copy_ptn1 {
  width: 94rem;
  margin: 0 36.7rem 0 auto;
}
.header__copy_ptn2 {
  width: 78.6rem;
  margin: 5.6rem 42rem 0 auto;
}
.header__img {
  width: 100%;
  margin: -12rem auto 0;
}
.header__batch {
  width: 57.9rem;
  position: absolute;
  top: 19.3rem;
  right: 2.3rem;
}

.footer {
  padding: 14.5rem 0 16.6rem;
  background: #222222;
}
.footer__container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .footer__left {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .footer__right {
    align-items: center;
    text-align: center;
    margin: 14rem auto 0;
  }
}
.footer__logo {
  margin: 0 0 4.9rem;
}
.footer__logo img {
  width: 21.5rem;
}
@media only screen and (max-width: 767px) {
  .footer__logo img {
    width: calc(21.5rem * 3);
  }
}
.footer__logo_caption {
  display: block;
  margin: 2rem 0 0;
  line-height: 1.5;
  font-size: 2.6rem;
  font-weight: 400;
  color: #bdbdbd;
}
@media only screen and (max-width: 767px) {
  .footer__logo_caption {
    margin-top: 6rem;
    font-size: calc(2.6rem * 3);
  }
}
.footer__address {
  line-height: 1.6;
  font-size: 3rem;
  font-weight: 400;
  color: #bdbdbd;
}
@media only screen and (max-width: 767px) {
  .footer__address {
    font-size: calc(3rem * 3);
  }
}
.footer__contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .footer__contact {
    justify-content: center;
  }
}
.footer__contact_item {
  margin-left: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .footer__contact_item {
    margin: 0 9rem;
  }
}
.footer__contact_mail {
  width: 4rem;
}
@media only screen and (max-width: 767px) {
  .footer__contact_mail {
    width: calc(4rem * 3);
  }
}
.footer__contact_instagram {
  width: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .footer__contact_instagram {
    width: calc(3.6rem * 3);
  }
}
@media only screen and (max-width: 767px) {
  .footer__copy {
    margin: 12rem auto 0;
  }
}
.footer__copy_text {
  font-size: 3rem;
  font-weight: 400;
  color: #bdbdbd;
}
@media only screen and (max-width: 767px) {
  .footer__copy_text {
    font-size: calc(3rem * 3);
  }
}

.container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.container__ptn1 {
  max-width: 219rem;
}

.birth {
  padding: 17.7rem 0 20.5rem;
  background: url(assets/img_webp/birth_bg.webp) 50% 0 no-repeat;
  background-size: cover;
}
.birth__name {
  margin: 0 auto 12.7rem;
  line-height: 1;
  font-size: 30rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.3);
}
.birth__name span {
	font-size:26.9rem;
}
@media only screen and (max-width: 767px) {
  .birth__name {
    font-size: calc(30rem * 1.3);
  }
}
.birth__ttl {
  margin: 0 auto 23.4rem;
  line-height: 1.6;
  font-size: 15rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .birth__ttl {
    margin-bottom: calc(23.4rem * 2);
  }
}
.birth__ttl_strong {
  font-size: 18rem;
  font-style: italic;
  color: #dd5d76;
}
.birth__block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .birth__block {
    flex-direction: column;
  }
}
.birth__block_img {
  width: 115rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .birth__block_img {
    width: 100%;
    margin: 0 auto 15rem;
  }
}
.birth__block_caption {
  width: 84.1rem;
  position: absolute;
  top: -17.3rem;
  left: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .birth__block_caption {
    width: calc(84.1rem * 1.6);
    top: calc(-17.3rem * 1.6);
    left: calc(3.9rem * 1.6);
  }
}
.birth__block_cont {
  width: 92.5rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .birth__block_cont {
    width: 100%;
  }
}

.trouble {
  padding: 26.1rem 0 26.5rem;
  background: url(assets/img_webp/trouble_bg-02.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
}
.trouble__container {
  position: relative;
}
.trouble__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 166rem;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .trouble__block {
    width: 100%;
  }
}
.trouble__block_ttl {
  margin: 0 auto 13.5rem;
  line-height: 1;
  font-size: 10rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .trouble__block_ttl {
    margin-bottom: calc(13.5rem * 2);
    font-size: calc(10rem * 1.6);
  }
}
.trouble__block_strong {
  font-size: 1.2em;
  font-weight: 700;
  color: #dd5d76;
}
.trouble__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 4rem;
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .trouble__list {
    grid-template-columns: 100%;
    row-gap: calc(4rem * 2);
  }
}
.trouble__list .list__item {
  padding-left: 10.3rem;
  position: relative;
  line-height: 1.5;
  font-size: 4.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .trouble__list .list__item {
    padding-left: calc(10.3rem * 1.6);
    font-size: calc(4.8rem * 1.6);
  }
}
.trouble__list .list__item::before {
  content: "";
  width: 6.7rem;
  height: 6.7rem;
  background: url(assets/img_webp/icon_check_01.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .trouble__list .list__item::before {
    width: calc(6.7rem * 1.6);
    height: calc(6.7rem * 1.6);
  }
}
.trouble__list_strong {
  font-size: 5.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .trouble__list_strong {
    font-size: calc(5.4rem * 1.4);
  }
}
.trouble__img {
  width: 44.2rem;
  position: absolute;
  top: -8.4rem;
  right: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .trouble__img {
    width: calc(44.2rem * 1.4);
    top: auto;
    bottom: 0rem;
  }
}

.solve {
  padding: 24.5rem 0 18.3rem;
  background: url(assets/img_webp/solve_bg.webp) 50% 0 no-repeat;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .solve {
    background-image: url(assets/img_webp/solve_bg_sp.webp);
  }
}
.solve::before {
  content: "";
  border-top: 13.1rem solid #FFF;
  border-left: 30.1rem solid transparent;
  border-right: 30.1rem solid transparent;
  border-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.solve__ttl {
  width: 156.7rem;
  margin: 0 auto 88.8rem;
}
.solve__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 9.7rem;
  row-gap: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .solve__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.solve__grid_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 38.701rem;
  background: linear-gradient(150deg, #ae5969 40%, #9e374b 40%);
}
.solve__grid_sub {
  margin: 0 auto 3rem;
  line-height: 1.3;
  font-size: 4rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .solve__grid_sub {
    font-size: calc(4rem * 1.6);
  }
}
.solve__grid_main {
  line-height: 1.3;
  font-size: 8rem;
  font-weight: 700;
  color: #e6ce7f;
}
@media only screen and (max-width: 767px) {
  .solve__grid_main {
    font-size: calc(8rem * 1.2);
  }
}

.amazing__ribon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41.5rem;
  background: url(assets/img_webp/ribon_bg_01.webp) 50% 50% no-repeat;
  background-size: cover;
}
.amazing__ribon_text {
  line-height: 1.12;
  font-size: 12rem;
  font-style: italic;
  font-weight: 700;
  color: #FFF;
}
.amazing__content {
  padding: 17.3rem 0 23.3rem;
  background: url(assets/img_webp/amazing_bg.webp) 50% 0 no-repeat;
  background-size: cover;
}
.amazing__content_ttl {
  margin: 0 auto 18.9rem;
  line-height: 1.5;
  font-size: 9.6rem;
  font-weight: 700;
}
.amazing__content_sub {
  font-size: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .amazing__content_sub {
    font-size: calc(7.2rem * 1.2);
  }
}
.amazing__content_strong {
  font-size: 12rem;
  color: #dd5d76;
}
.amazing__block {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .amazing__block {
    flex-direction: column;
  }
}
.amazing__block_item {
  width: 104.8rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .amazing__block_item {
    width: 100%;
    margin: 0 auto;
  }
  .amazing__block_item + .amazing__block_item {
    margin-top: 20rem;
  }
}
.amazing__block_head {
  padding: 12.4rem 13rem 13rem;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .amazing__block_head {
    padding-top: calc(12.4rem * 1.2);
  }
}
.amazing__block_ttl {
  display: inline-block;
  padding: 1rem 14rem 2.1rem;
  border-radius: 100px;
  box-sizing: border-box;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
  font-size: 9.6rem;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .amazing__block_ttl {
    padding: calc(1rem *1.2) calc(14rem * 1.2) calc(2.1rem * 1.2);
    top: calc(-5.5rem * 1.2);
    font-size: calc(9.6rem * 1.2);
  }
}
.amazing__block_sub {
  margin: 0 auto 9.7rem;
  line-height: 1.5;
  font-size: 4.8rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .amazing__block_sub {
    font-size: calc(4.8rem * 1.6);
  }
}
.amazing__block_desc {
  margin: 0 auto 8.2rem;
  line-height: 2;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .amazing__block_desc {
    font-size: calc(3.6rem * 2);
  }
}
.amazing__block_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 39.1rem;
  position: relative;
}
.amazing__item_01 .amazing__block_ttl {
  background: #223568;
}
.amazing__item_01 .amazing__block_img {
  width: 74rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .amazing__item_01 .amazing__block_img {
    width: 74%;
  }
}
.amazing__item_01 .amazing__block_bottom {
  background: #e2ecf1 url(assets/img_webp/amazing_img_03.webp) 76.3rem 100% no-repeat;
  background-size: 21.2rem 30.8rem;
}
@media only screen and (max-width: 767px) {
  .amazing__item_01 .amazing__block_bottom {
    background-position: 76.3% 100%;
  }
}
.amazing__item_02 {
  border: 2rem solid #9e374b;
}
.amazing__item_02 .amazing__block_ttl {
  background: #9e374b;
}
.amazing__item_02 .amazing__block_img {
  width: 77.6rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .amazing__item_02 .amazing__block_img {
    width: 77.6%;
  }
}
.amazing__item_02 .amazing__block_bottom {
  background: #fdefeb url(assets/img_webp/amazing_img_04.webp) 67.3rem 100% no-repeat;
  background-size: 31.7rem 31.7rem;
}
@media only screen and (max-width: 767px) {
  .amazing__item_02 .amazing__block_bottom {
    background-position: 67.3% 100%;
  }
}
.amazing__text_01 {
  line-height: 1.3333;
  font-size: 6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .amazing__text_01 {
    font-size: calc(6rem * 1.6);
  }
}
.amazing__text_02 {
  position: relative;
  line-height: 1.25;
  font-size: 9.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .amazing__text_02 {
    font-size: calc(9.6rem * 1.2);
  }
}
.amazing__text_02::before {
  content: "";
  width: 7.9rem;
  height: 6.8rem;
  background: url(assets/img_webp/amazing_text_deco.webp) 50% 50% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -9rem;
  left: -6.7rem;
}

.feature {
  padding: 16.3rem 0 22.6rem;
  background: url(assets/img_webp/feature_bg.webp) 50% 0 no-repeat;
  background-size: cover;
}
.feature__ttl {
  margin: 0 auto 7.5rem;
  line-height: 1.125;
  font-size: 12rem;
  font-weight: 600;
  color: #FFF;
}
.feature__ttl_sub {
  display: inline-block;
  position: relative;
  font-size: 6rem;
}
.feature__ttl_sub::before, .feature__ttl_sub::after {
  content: "";
  width: 1px;
  height: 65%;
  background: #FFF;
  position: absolute;
  bottom: 12%;
}
.feature__ttl_sub::before {
  left: -0.6em;
  transform: rotate(-35deg);
}
.feature__ttl_sub::after {
  right: -0.6em;
  transform: rotate(35deg);
}
.feature__ttl_strong {
  line-height: 1;
  font-size: 16rem;
}
.feature__ttl_num {
  line-height: 1;
  font-style: italic;
  font-size: 24rem;
}
.feature__copy {
  margin: 0 auto 9.7rem;
  line-height: 1.5;
  font-size: 4.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .feature__copy {
    font-size: calc(4.2rem * 1.6);
  }
}
.feature__block {
  margin: 0 auto;
}
.feature__block + .feature__block {
  margin-top: 9.1rem;
}
.feature__block_body {
  padding: 5.5rem 0 12rem;
  background: #FFF;
}
.feature__block_ttl {
  display: inline-block;
  margin: 0 auto 8.5rem;
  position: relative;
  line-height: 1.28125;
  font-size: 9.6rem;
  font-weight: 700;
}
.feature__block_ttl-small {
  font-size: 7.2rem;
}
.feature__block_ttl-att {
  position: absolute;
  top: -3rem;
  right: 0;
  font-size: 2.4rem;
}
.feature__block_desc {
  margin: 0 auto 9rem;
  line-height: 2;
  text-align: left;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .feature__block_desc {
    font-size: calc(3.6rem * 2);
  }
}
.feature__block_01 .feature__block_body, .feature__block_03 .feature__block_body {
  padding-left: 27.7rem;
  padding-right: 27.7rem;
}
@media only screen and (max-width: 767px) {
  .feature__block_01 .feature__block_body, .feature__block_03 .feature__block_body {
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.feature__box01 {
  margin: 0;
}
.feature__box01_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 11.8rem;
  margin: 0 auto 2.7rem;
  background: #223568;
  position: relative;
  line-height: 1.5;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .feature__box01_ttl {
    height: calc(11.8rem * 1.4);
    font-size: calc(4.8rem * 1.6);
  }
}
.feature__box01_cont {
  text-align: left;
}
.feature__box01_img {
  margin: 0 auto 6.5rem;
}
.feature__box01_list .list__item {
  line-height: 2;
  font-size: 2.8rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .feature__box01_list .list__item {
    font-size: calc(2.8rem * 2);
  }
}
.feature__box02 {
  display: flex;
  justify-content: space-between;
  width: 183rem;
  margin: 0 auto 11.5rem;
}
@media only screen and (max-width: 767px) {
  .feature__box02 {
    flex-direction: column;
    width: auto;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.feature__box02_img {
  width: 80.6rem;
}
@media only screen and (max-width: 767px) {
  .feature__box02_img {
    width: 100%;
    margin: 0 auto 15rem;
  }
}
.feature__box02_cont {
  width: calc(100% - 89rem);
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .feature__box02_cont {
    width: 100%;
  }
}
.feature__box02_desc {
  line-height: 2;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .feature__box02_desc {
    font-size: calc(3.6rem * 2);
  }
}
.feature__box03 {
  display: flex;
  justify-content: space-between;
  width: 181.1rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .feature__box03 {
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    padding-left: 20rem;
    padding-right: 20rem;
  }
}
.feature__box03_item-01 {
  width: 51.7rem;
}
@media only screen and (max-width: 767px) {
  .feature__box03_item-01 {
    width: calc(51.7rem * 1.3);
    margin: 0 10rem;
  }
}
.feature__box03_item-01 .feature__box03_img img {
  width: 48.4rem;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .feature__box03_item-01 .feature__box03_img img {
    width: calc(48.4rem * 1.3);
  }
}
.feature__box03_item-02 {
  width: 55.1rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .feature__box03_item-02 {
    width: calc(55.1rem * 1.3);
    margin: 0 10rem;
  }
}
.feature__box03_item-02 .feature__box03_img img {
  width: 47.7rem;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .feature__box03_item-02 .feature__box03_img img {
    width: calc(47.7rem * 1.3);
  }
}
.feature__box03_item-03 {
  width: 51.5rem;
}
@media only screen and (max-width: 767px) {
  .feature__box03_item-03 {
    width: calc(51.5rem * 1.3);
    margin-top: 16rem;
  }
}
.feature__box03_item-03 .feature__box03_img img {
  width: 50rem;
  margin: 0 auto 0 0;
}
@media only screen and (max-width: 767px) {
  .feature__box03_item-03 .feature__box03_img img {
    width: calc(50rem * 1.3);
  }
}
.feature__box03_img {
  text-align: left;
}
.feature__box03_cont {
  width: 51.7rem;
  margin: 0 auto;
  padding: 3.5rem 0 0;
}
@media only screen and (max-width: 767px) {
  .feature__box03_cont {
    width: calc(51.7rem * 1.5);
  }
}
.feature__box03_ttl {
  margin: 0 auto 4rem;
  line-height: 1.25;
  font-size: 4.8rem;
  font-weight: 700;
  color: #9e374b;
}
@media only screen and (max-width: 767px) {
  .feature__box03_ttl {
    font-size: calc(4.8rem * 1.6);
  }
}
.feature__box03_caption {
  line-height: 2;
  text-align: left;
  font-size: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .feature__box03_caption {
    font-size: calc(3rem * 2);
  }
}
.feature__box04 {
  display: grid;
  grid-template-columns: 74.7rem 72.1rem;
  column-gap: 15.3rem;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .feature__box04 {
    grid-template-columns: 100%;
    row-gap: 20rem;
  }
}

.mode {
  padding: 21.5rem 0 15.9rem;
  background: url(assets/img_webp/mode_bg.webp) 0 100% no-repeat;
  background-size: 195.7rem 119.2rem;
}
.mode__ttl {
  display: inline-block;
  margin: 0 auto 15.3rem;
  padding: 0 0 4.7rem;
  border-bottom: 1px solid #161616;
  position: relative;
  line-height: 1.1458;
  font-size: 9.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .mode__ttl {
    font-size: calc(9.6rem * 1.2);
  }
}
.mode__ttl::after {
  content: "";
  border-top: 3.1rem solid #161616;
  border-left: 2.3rem solid transparent;
  border-right: 2.3rem solid transparent;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -3.1rem;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .mode__ttl::after {
    border-top-width: calc(3.1rem * 1.6);
    border-left-width: calc(2.3rem * 1.6);
    border-right-width: calc(2.3rem * 1.6);
    bottom: calc(-3.1rem * 1.6);
  }
}
.mode__ttl_sub {
  display: inline-block;
  position: relative;
  line-height: 2.3333;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .mode__ttl_sub {
    font-size: calc(6rem * 1.6);
  }
}
.mode__ttl_sub::before, .mode__ttl_sub::after {
  content: "";
  width: 1px;
  height: 45%;
  background: #161616;
  position: absolute;
  bottom: 20%;
}
.mode__ttl_sub::before {
  left: -0.6em;
  transform: rotate(-35deg);
}
.mode__ttl_sub::after {
  right: -0.6em;
  transform: rotate(35deg);
}
.mode__img {
  width: 199.6rem;
  margin: 0 auto 13.7rem;
}
@media only screen and (max-width: 767px) {
  .mode__img {
    width: 100%;
    margin-bottom: calc(13.7rem * 1.6);
  }
}
.mode__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 199.6rem;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .mode__block {
    flex-direction: column;
    width: 100%;
  }
}
.mode__block_cont {
  width: 105rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .mode__block_cont {
    width: 100%;
    margin-bottom: 15rem;
  }
}
.mode__block_ttl {
  margin: 0 0 8.5rem;
  line-height: 1.38888;
  font-size: 7.2rem;
  font-weight: 900;
}
@media only screen and (max-width: 767px) {
  .mode__block_ttl {
    font-size: calc(7.2rem * 1.4);
  }
}
.mode__block_desc {
  line-height: 2;
  font-size: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .mode__block_desc {
    font-size: calc(3.6rem * 2);
  }
}
.mode__block_img {
  width: 100rem;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .mode__block_img {
    width: 72%;
  }
}

.follow {
	padding: 25.9rem 0 15.9rem;
}
.follow__block {
  display: flex;
  justify-content: space-between;
	margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .follow__block {
    flex-direction: column;
  }
}
.follow__block img {
  width: 101rem;
  position: relative;
	height: fit-content;
}
@media only screen and (max-width: 767px) {
  .follow__block img {
    width: 100%;
    margin: 0 auto 15rem;
  }
}
.follow__block_cont1 {
  width: 106rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .follow__block_cont1 {
    width: 100%;
  }
}
.follow__ttl_sub {
	display: inline-block;
	position: relative;
	line-height: 2.3333;
	font-size: 5.4rem;
	margin-left: 6rem;
}
.follow__ttl_sub strong {
	color:#dd5f78;
}
.follow__ttl_sub::before, .follow__ttl_sub::after {
  content: "";
  width: 1px;
  height: 45%;
  background: #161616;
  position: absolute;
  bottom: 20%;
}
.follow__ttl_sub::before {
  left: -0.6em;
  transform: rotate(-35deg);
}
.follow__ttl_sub::after {
  right: -0.6em;
  transform: rotate(35deg);
}
@media only screen and (max-width: 767px) {
.follow__ttl_sub {
  font-size: calc(4.8rem * 1.6);
}
}

.follow__block_cont1 h2 {
	font-size:7.2rem;
	margin-bottom: 6rem;
}
.follow__block_cont1 p {
	font-size:3.6rem;
}
@media only screen and (max-width: 767px) {
.follow__block_cont1 h2 {
  font-size: calc(7.2rem * 1.4);
}
.follow__block_cont1 p {
  font-size: calc(3.6rem * 2);
}
}
.follow__block_cont2 {
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 767px) {
.follow__block_cont2{
  flex-direction: column;
}
}
.follow__deta {
	width: 104.8rem;
  box-sizing: border-box;
	border:solid 1px #dddddd;
}

@media only screen and (max-width: 767px) {
.follow__deta {
	width:100%;
	margin: 0 auto;
}
.follow__deta01 {
	margin-bottom:10rem;
}
}
.follow__deta h3 {
	color:#a44858;
	font-size:3.8rem;
	background:#fdefeb;
	padding: 3rem;
}
@media only screen and (max-width: 767px) {
.follow__deta h3 {
  font-size: calc(3.8rem * 1.4);
}
}
.follow__deta h3 strong {
	font-size:5rem;
	display:block;
}
@media only screen and (max-width: 767px) {
.follow__deta h3 strong {
  font-size: calc(5rem * 1.4);
}
}
.follow__deta ul {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding: 5rem 11rem;
}
.follow__deta ul li {
	width:50%;
	font-size:3.2rem;
	text-align:left;
	line-height:2;
}
@media only screen and (max-width: 767px) {
.follow__deta ul li {
  font-size: calc(3.2rem * 2);
}
}



.preference__ribon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 31.2rem;
  background: url(assets/img_webp/ribon_bg_02.webp) 50% 50% no-repeat;
  background-size: cover;
}
.preference__ribon_ttl {
  line-height: 1;
  font-size: 9.6rem;
  font-weight: 700;
  color: #FFF;
}
.preference__body {
  padding: 15.6rem 0 16.5rem;
  background: #eee7de;
}
.preference__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .preference__block {
    grid-template-columns: 100%;
    row-gap: 16rem;
  }
}
.preference__block_cont {
  padding: 7.5rem 8rem 8.5rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
.preference__block_ttl {
  margin: 0 auto 5.8rem;
  line-height: 1.2;
  font-size: 4.8rem;
  font-weight: 700;
  color: #ae5969;
}
@media only screen and (max-width: 767px) {
  .preference__block_ttl {
    margin-bottom: calc(5.8rem * 1.2);
    font-size: calc(4.8rem * 1.6);
  }
}
.preference__block_caption {
  line-height: 1.875;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .preference__block_caption {
    font-size: calc(3.2rem * 2);
  }
}
.preference__block_num {
  width: 11.9rem;
  position: absolute;
  top: -4.2rem;
  left: -2.2rem;
}
@media only screen and (max-width: 767px) {
  .preference__block_num {
    width: calc(11.9rem * 1.6);
    top: calc(-4.2rem * 1.6);
    left: calc(-2.2rem * 1.6);
  }
}

.reason {
  padding: 18.8rem 0 17.1rem;
  background: url(assets/img_webp/reason_bg.webp) 50% 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .reason {
    background-image: url(assets/img_webp/reason_bg_sp.webp);
  }
}
.reason__sign {
  width: 123.2rem;
  margin: 0 auto 6rem;
}
@media only screen and (max-width: 767px) {
  .reason__sign {
    width: calc(123.2rem * 1.4);
    margin-bottom: calc(6rem * 1.4);
  }
}
.reason__ttl {
  margin: 0 auto 9.7rem;
  line-height: 1.25;
  font-size: 9.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .reason__ttl {
    font-size: calc(9.6rem * 1.4);
  }
}
.reason__ttl_logo {
  display: inline-block;
  width: 63.8rem;
  margin: 6rem auto;
}
@media only screen and (max-width: 767px) {
  .reason__ttl_logo {
    width: calc(63.8rem * 1.4);
    margin: calc(6rem * 1.4);
  }
}
.reason__copy {
  margin: 0 auto 21.5rem;
  line-height: 1.90476;
  font-size: 4.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .reason__copy {
    font-size: calc(4.2rem * 2);
  }
}
.reason__desc {
  width: 45%;
  margin: 0 0 27rem;
  padding-left: 1rem;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .reason__desc {
    width: 100%;
    padding: 5rem;
    box-sizing: border-box;
  }
}
.reason__desc_text {
  line-height: 2;
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .reason__desc_text {
    font-size: calc(4rem * 2);
  }
}
.reason__desc_text + .reason__desc_text {
  margin-top: 1.3em;
}
.reason__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 9.7rem;
  row-gap: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .reason__block {
    grid-template-columns: 100%;
    row-gap: calc(9.4rem * 1.6);
  }
}
.reason__block_img {
  box-shadow: 0 0 3.5rem rgba(0, 0, 0, 0.03);
}
.reason__block_cont {
  padding: 7rem 0 0;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .reason__block_cont {
    padding-top: calc(7rem * 2);
  }
}
.reason__block_num {
  display: inline-block;
  padding: 3rem 8.2rem 3rem 0;
  box-sizing: border-box;
  background: #f8f8f8;
  position: absolute;
  top: -5.4rem;
  left: 0;
  line-height: 1;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .reason__block_num {
    padding: calc(3rem * 1.4) calc(8.2rem * 1.4) calc(3rem * 1.4) 0;
    top: calc(-5.4rem * 1.4);
    font-size: calc(4rem * 2);
  }
}
.reason__block_semibold {
  font-size: 4.8rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .reason__block_semibold {
    font-size: calc(4.8rem * 2);
  }
}
.reason__block_ttl {
  margin: 0 0 4rem;
  line-height: 1.2;
  font-size: 7.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .reason__block_ttl {
    margin-bottom: calc(4rem * 1.6);
    font-size: calc(7.2rem * 1.6);
  }
}
.reason__block_sub {
  display: inline-block;
  margin: 0 0 6rem;
  padding: 1.5rem 3rem;
  box-sizing: border-box;
  background: #9e374b;
  line-height: 1;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .reason__block_sub {
    margin-bottom: calc(6rem * 1.6);
    padding: calc(1.5rem * 1.6) calc(3rem * 1.6);
    font-size: calc(4.8rem * 2);
  }
}
.reason__block_caption {
  line-height: 2;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .reason__block_caption {
    font-size: calc(3.6rem * 2);
  }
}

.business {
  padding: 18.9rem 0 15.9rem;
  background: url(assets/img_webp/business_bg.webp) 50% 0 no-repeat;
  background-size: 100%;
}
.business__ttl {
  margin: 0 auto 8.4rem;
  line-height: 1.25;
  font-size: 9.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .business__ttl {
    margin-bottom: calc(8.4rem * 1.4);
    font-size: calc(9.6rem * 1.4);
  }
}
.business__ttl_sub {
  display: inline-block;
  margin: 0 auto 4rem;
  padding: 3rem 5.5rem;
  border-radius: 100px;
  box-sizing: border-box;
  background: #223568;
  line-height: 1;
  font-size: 6rem;
  font-weight: 600;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .business__ttl_sub {
    margin-bottom: calc(4rem * 1.4);
    padding: calc(3rem * 1.6) calc(5.5rem * 1.6);
    font-size: calc(6rem * 1.6);
  }
}
.business__ttl_cross {
  display: inline-block;
  width: 4.6rem;
  height: 4.6rem;
  margin: 0 0.1em;
  position: relative;
  transform: translateY(0.5rem);
}
@media only screen and (max-width: 767px) {
  .business__ttl_cross {
    width: calc(4.6rem * 1.6);
    height: calc(4.6rem * 1.6);
  }
}
.business__ttl_cross::before, .business__ttl_cross::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF;
  position: absolute;
  left: 0;
}
.business__ttl_cross::before {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.business__ttl_cross::after {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.business__ttl_strong {
  display: inline-block;
  position: relative;
  font-size: 16rem;
}
@media only screen and (max-width: 767px) {
  .business__ttl_strong {
    font-size: calc(16rem * 1.2);
  }
}
.business__ttl_strong::before, .business__ttl_strong::after {
  content: "";
  width: 13rem;
  height: 16rem;
  background-image: url(assets/img_webp/business_ttl_deco.webp);
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.business__ttl_strong::before {
  background-position: 0 0;
  left: -18rem;
}
.business__ttl_strong::after {
  background-position: 100% 0;
  right: -18rem;
}
.business__copy {
  margin: 0 auto 14.5rem;
  line-height: 1.9047;
  font-size: 4.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .business__copy {
    margin-bottom: calc(14.5rem * 1.4);
    font-size: calc(4.2rem * 2);
  }
}
.business__block {
  margin: 0;
}
.business__block + .business__block {
  margin-top: 11rem;
}
.business__block_sign {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 6rem 0 4.5rem 44rem;
  box-sizing: border-box;
  background: #9e374b;
  position: relative;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .business__block_sign {
    padding: calc(6rem * 1.2) 0 calc(4.5rem * 1.2) 46rem;
  }
}
.business__block_catch {
  margin-right: 9rem;
}
.business__block_ttl {
  line-height: 1.25;
  font-size: 7.2rem;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .business__block_ttl {
    font-size: calc(7.2rem * 1.2);
  }
}
.business__block_strong {
  font-size: 8rem;
}
@media only screen and (max-width: 767px) {
  .business__block_strong {
    font-size: calc(8rem * 1.05);
  }
}
.business__block_num {
  width: 29.6rem;
  position: absolute;
  top: 3rem;
  left: 8rem;
}
@media only screen and (max-width: 767px) {
  .business__block_num {
    width: calc(29.6rem * 1.1);
  }
}
.business__block_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10rem 0 14rem;
  box-sizing: border-box;
  background: url(assets/img_webp/business_box_bg.webp) 50% 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .business__block_cont {
    padding: calc(10rem * 1.4) 12rem calc(14rem * 1.4);
  }
}
.business__block_copy {
  margin: 0 auto 8rem;
  line-height: 2;
  text-align: left;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .business__block_copy {
    margin-bottom: calc(8rem * 1.6);
    font-size: calc(4rem * 2);
  }
}
.business__block_box01 {
  width: 176.2rem;
}
@media only screen and (max-width: 767px) {
  .business__block_box01 {
    width: 100%;
  }
}
.business__block_box01 + .business__block_box01 {
  margin-top: 11.9rem;
}
.business__block_box02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 195rem;
}
@media only screen and (max-width: 767px) {
  .business__block_box02 {
    flex-direction: column;
    width: 100%;
  }
}
.business__catch_01 {
  width: 32.4rem;
}
@media only screen and (max-width: 767px) {
  .business__catch_01 {
    width: calc(32.4rem * 1.2);
  }
}
.business__catch_02 {
  width: 32.4rem;
}
@media only screen and (max-width: 767px) {
  .business__catch_02 {
    width: calc(32.4rem * 1.2);
  }
}
.business__catch_03 {
  width: 38.4rem;
}
@media only screen and (max-width: 767px) {
  .business__catch_03 {
    width: calc(38.4rem * 1.2);
  }
}
.business__catch_04 {
  width: 32.4rem;
}
@media only screen and (max-width: 767px) {
  .business__catch_04 {
    width: calc(32.4rem * 1.2);
  }
}
.business__merit {
  margin: 0;
}
.business__merit_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 11.8rem;
  background: #223568;
  font-size: 4.8rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .business__merit_ttl {
    height: calc(11.8rem * 1.6);
    font-size: calc(4.8rem * 1.6);
  }
}
.business__merit_cont {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.5rem;
  padding: 7rem 8.5rem;
  background: #FFF;
}
@media only screen and (max-width: 767px) {
  .business__merit_cont {
    grid-template-columns: 100%;
    row-gap: 8rem;
  }
}
.business__box02_img, .business__box02_cont {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .business__box02_img, .business__box02_cont {
    width: 100%;
  }
}
.business__box02_cont {
  padding-left: 11.5rem;
  box-sizing: border-box;
  line-height: 2;
  text-align: left;
  font-size: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .business__box02_cont {
    padding: 12rem 0 0;
    font-size: calc(4rem * 2);
  }
}

.example__ribon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 31.2rem;
  background: url(assets/img_webp/ribon_bg_03.webp) 50% 50% no-repeat;
  background-size: cover;
}
.example__ribon_ttl {
  line-height: 1.14583;
  font-size: 9.6rem;
  font-weight: 700;
  color: #FFF;
}
.example__body {
  padding: 22.3rem 0 21.4rem;
  background: #eeeeee;
}
.example__block {
  padding: 20rem 14.65rem 17.8rem;
  box-sizing: border-box;
  background: #FFF;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .example__block {
    padding-top: calc(20rem * 1.2);
  }
}
.example__block + .example__block {
  margin-top: 21rem;
}
@media only screen and (max-width: 767px) {
  .example__block + .example__block {
    margin-top: calc(21rem * 1.4);
  }
}
.example__block_ttl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 103.2rem;
  height: 14.2rem;
  background: url(assets/img_webp/example_ttl_bg.webp) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: -6.4rem;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1.2;
  font-size: 6rem;
  font-weight: 700;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .example__block_ttl {
    width: calc(103.2rem * 1.6);
    height: calc(14.2rem * 1.6);
    top: calc(-6.4rem * 1.6);
    font-size: calc(6rem * 1.6);
  }
}
.example__block_sub {
  font-weight: 400;
}
.example__block_num {
  font-size: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .example__block_num {
    font-size: calc(7.2rem * 1.6);
  }
}
.example__block_caption {
  line-height: 2;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .example__block_caption {
    font-size: calc(4rem * 2);
  }
}
.example__owners_ttl {
  margin: 0 auto 10rem;
  font-size: 20rem;
  font-weight: 400;
  color: #e4ddd3;
}
.example__box01 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 14.8rem;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .example__box01 {
    flex-direction: column;
  }
}
.example__box01_img {
  width: 76.6rem;
}
@media only screen and (max-width: 767px) {
  .example__box01_img {
    width: 76.6%;
    margin: 0 auto 12rem;
  }
}
.example__box01_cont {
  width: 102.9rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .example__box01_cont {
    width: 100%;
  }
}
.example__box01_ttl {
  margin: 0 0 8rem;
  line-height: 1.1111;
  font-size: 7.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .example__box01_ttl {
    margin-bottom: calc(8rem * 1.6);
    font-size: calc(7.2rem * 1.6);
  }
}
.example__box01_sub {
  line-height: 1.6666;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .example__box01_sub {
    font-size: calc(4.8rem * 1.6);
  }
}
.example__box02 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 7rem;
}
@media only screen and (max-width: 767px) {
  .example__box02 {
    flex-direction: column;
    padding: 0;
  }
}
.example__box02_img {
  width: 54.4rem;
  padding-right: 4rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .example__box02_img {
    width: 54.4%;
    margin: 0 auto 12rem;
    padding: 0 2rem;
  }
}
.example__box02_caption {
  position: absolute;
  right: -12rem;
  bottom: 0;
  line-height: 2;
  text-align: left;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .example__box02_caption {
    font-size: calc(3rem * 2);
  }
}
.example__box02_name {
  line-height: 1.6666;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .example__box02_name {
    font-size: calc(3.6rem * 2);
  }
}
.example__box02_cont {
  width: 113.5rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .example__box02_cont {
    width: 100%;
  }
}
.example__box02_ttl {
  margin: 0 0 4rem;
  line-height: 1.6666;
  font-size: 4.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .example__box02_ttl {
    margin-bottom: calc(4rem * 1.6);
    font-size: calc(4.8rem * 2);
  }
}

.product {
  padding: 35.5rem 0 23.2rem;
}
.product__ttl {
  margin: 0 auto 10.5rem;
  line-height: 1.25;
  font-size: 9.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .product__ttl {
    font-size: calc(9.6rem * 1.6);
  }
}
.product__block {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 10.5rem;
}
@media only screen and (max-width: 767px) {
  .product__block {
    flex-direction: column-reverse;
  }
}
.product__block_cont {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .product__block_cont {
    width: 100%;
    margin-top: 10rem;
  }
}
.product__block_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 4.5rem;
  margin: 0 0 4.5rem;
}
.product__block_img {
  width: 104.1rem;
}
@media only screen and (max-width: 767px) {
  .product__block_img {
    width: 100%;
  }
}
.product__list_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25.6rem;
  background: #223568;
  line-height: 1;
  font-size: 6rem;
  font-weight: 400;
  color: #FFF;
}
@media only screen and (max-width: 767px) {
  .product__list_item {
    height: calc(25.6rem * 2);
    font-size: calc(6rem * 2);
  }
}
.product__list_sub {
  line-height: 1;
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .product__list_sub {
    font-size: calc(4.2rem * 2);
  }
}
.product__list_num {
  font-size: 9.6rem;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .product__list_num {
    font-size: calc(9.6rem * 2);
  }
}
.product__att_list {
  line-height: 2.4;
  text-align: left;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .product__att_list {
    font-size: calc(3rem * 2);
  }
}
.product__detail {
  text-align: left;
}
.product__detail + .product__detail {
  margin-top: 21.7rem;
}
.product__detail_ttl {
  margin: 0 0 9rem;
  line-height: 1.125;
  font-size: 6rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .product__detail_ttl {
    margin-bottom: calc(9rem * 2);
    font-size: calc(6rem * 2);
  }
}
.product__detail_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 13.6rem;
}
@media only screen and (max-width: 767px) {
  .product__detail_grid {
    grid-template-columns: 100%;
    row-gap: 20rem;
  }
}
.product__detail_table {
  width: 100%;
  border-collapse: collapse;
  border-bottom: 1px solid #cccccc;
}
.product__detail_th, .product__detail_td {
  padding: 4.5rem;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  line-height: 1.6;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .product__detail_th, .product__detail_td {
    padding: calc(4.5rem * 2);
    font-size: calc(3.6rem * 2);
  }
}
.product__detail_th {
  width: 35.1rem;
  background: #eeeeee;
}
@media only screen and (max-width: 767px) {
  .product__detail_th {
    width: calc(35.1rem * 2);
  }
}
.product__detail_small {
  font-size: 0.83em;
}
.product__detail_att {
  margin-top: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .product__detail_att {
    margin-top: calc(8.5rem * 2);
  }
}

/*# sourceMappingURL=style.css.map */
