@charset "UTF-8";
@media only screen and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
setting - custom property
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #58595B;
  --color-light-gray: #888888;
  --font-han: "source-han-serif-japanese";
  --font-span: "span";
  --font-en: var(--font-span), sans-serif;
  --font-ja: var(--font-han), sans-serif;
  --font-main: var(--font-en), var(--font-ja), sans-serif;
  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  font-feature-settings: "palt";
  overflow: clip;
}
@media screen and (min-width: 768px) {
  .FR240822official {
    --width-primary: 140rem;
    --fz-text_fvlead: 1.4rem;
    --fz-text_sectitle: 2.1rem;
    --fz-text_seclead: 2.3rem;
    --fz-text_sub: 1.5rem;
    --fz-text_credit: 1.3rem;
    --fz-text_btn: 2.1rem;
    --fz-text_staff: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .FR240822official {
    --width-primary: calc(750*100vw/750);
    --fz-text_fvlead: calc(26*100vw/750);
    --fz-text_sectitle: calc(34*(100vw / 750));
    --fz-text_seclead: calc(34*(100vw / 750));
    --fz-text_sub: calc(26*(100vw / 750));
    --fz-text_credit: calc(22*100vw/750);
    --fz-text_btn: calc(38*100vw/750);
    --fz-text_staff: calc(24*100vw/750);
  }
}

@media screen and (min-width: 768px) {
  .FR240822official .pc_only {
    display: block;
  }
  .FR240822official .sp_only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .FR240822official .pc_only {
    display: none;
  }
  .FR240822official .sp_only {
    display: block;
  }
}
.FR240822official img,
.FR240822official picture {
  display: block;
  width: 100%;
  height: auto;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
component - text
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .c-text_fvlead {
  font-size: var(--fz-text_fvlead);
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: var(--fw-regular);
  font-family: var(--font-ja);
  color: var(--color-black);
}
.FR240822official .c-text_sectitle {
  font-size: var(--fz-text_sectitle);
  letter-spacing: 0.05em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-light-gray);
}
.FR240822official .c-text_seclead {
  font-size: var(--fz-text_seclead);
  letter-spacing: 0.16em;
  line-height: 1.8504347826;
  font-weight: var(--fw-semibold);
  font-family: var(--font-ja);
  color: var(--color-black);
}
.FR240822official .c-text_sub {
  font-size: var(--fz-text_sub);
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: var(--fw-regular);
  font-family: var(--font-ja);
  color: var(--color-black);
}
.FR240822official .c-text_credit {
  font-size: var(--fz-text_credit);
  line-height: 0.02256410256;
  letter-spacing: 0.06em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-light-gray);
  margin-top: 2.9rem;
}
.FR240822official .c-text_credit > li {
  display: inline-block;
}
.FR240822official .c-text_btn {
  width: fit-content;
  margin: 0 auto;
  font-size: var(--fz-text_btn);
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-black);
  border-bottom: 0.3rem double var(--color-gray);
  padding-bottom: 0.4rem;
}
.FR240822official .c-text_staff {
  font-size: var(--fz-text_staff);
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-weight: var(--fw-regular);
  font-family: var(--font-en);
  color: var(--color-gray);
}
.FR240822official .c-text_staff>span {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .FR240822official .c-bg_white {
    background-color: var(--color-white);
  }
}
@media screen and (max-width: 767px) {
  .FR240822official .c-text_fvlead {
    letter-spacing: 0.12em;
  }
  .FR240822official .c-text_seclead {
    letter-spacing: 0.12em;
    line-height: 1.85;
  }
  .FR240822official .c-text_sub {
    line-height: 2;
    letter-spacing: 0.12em;
  }
  .FR240822official .c-text_credit {
    line-height: 1.75;
    margin-top: calc(30*(100vw / 750));
  }
  .FR240822official .c-text_credit > li {
    display: inline-block;
  }
  .FR240822official .c-text_btn {
    line-height: 1.3157894737;
    border-bottom: calc(6*100vw/750) double var(--color-gray);
    padding-bottom: calc(10* 100vw / 750);
  }
  .FR240822official .c-text_staff>span {
    display: none;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      common
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview__inner {
  width: var(--width-primary);
  margin-inline: auto;
}
.FR240822official .styleview__title {
  background-color: var(--color-white);
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                    firstview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .firstview {
  width: 120rem;
  margin: 0 auto;
  text-align: center;
}
.FR240822official .firstview__text {
  margin-top: 5.6rem;
}
@media screen and (max-width: 767px) {
  .FR240822official .firstview {
    width: var(--width-primary);
  }
  .FR240822official .firstview__text {
    margin-top: calc(106* 100vw / 750);
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview01
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview01 {
  margin-top: 39.5rem;
  height: 102rem;
}
.FR240822official .styleview01 .styleview__inner {
  position: relative;
}
.FR240822official .styleview01 .styleview__wrapper {
  width: 102.5rem;
  margin-left: 16.5rem;
  display: grid;
  grid-template-columns: 1.4rem 10.1rem 33rem 12.9rem;
  grid-template-rows: 30rem 5.7rem 21.3rem 39.7rem;
  position: absolute;
  top: -31.1rem;
}
.FR240822official .styleview01 .styleview__title {
  width: 12.5rem;
  grid-column: 1 / 3;
  grid-row: 2;
}
.FR240822official .styleview01 .styleview__title .c-text_sectitle {
  text-align: center;
}
.FR240822official .styleview01 .styleview__wrap01 {
  grid-column: 2 / 4;
  grid-row: 3;
}
.FR240822official .styleview01 .styleview__wrap02 {
  grid-column: 4 / 6;
  grid-row: 1 / 5;
}
.FR240822official .styleview01 .styleview__wrap03 {
  grid-column: 3;
  grid-row: 4 / 5;
  z-index: 3;
}
.FR240822official .styleview01 .txt__box {
  grid-column: 5 / 6;
  grid-row: 5;
}
.FR240822official .styleview01 .styleview__image0101 {
  width: 58rem;
}
.FR240822official .styleview01 .styleview__image0102 {
  width: 38rem;
}
@media screen and (min-width: 768px) {
  .FR240822official .styleview01 {
    border-top: solid 1px var(--color-light-gray);
  }
  .FR240822official .styleview01 .styleview__inner::before{
    position: absolute;
    content: "";
    top: 0;
    left: 55rem;
    background-color: var(--color-light-gray);
    width: 1px;
    height: 127rem;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .FR240822official .styleview01 {
    margin-top: calc(160*(100vw / 750));
    height: calc(2000*(100vw / 750));
  }
  .FR240822official .styleview01 .styleview__inner {
    position: relative;
  }
  .FR240822official .styleview01 .styleview__inner .styleview__border {
    position: absolute;
    content: "";
    width: var(--width-primary);
    height: calc(1972*(100vw / 750));
    z-index: -1;
    pointer-events: none;
    border-top: solid 1px var(--color-light-gray);
    border-bottom: solid 1px var(--color-light-gray);
  }
  .FR240822official .styleview01 .styleview__inner .styleview__border--col {
    position: relative;
  }
  .FR240822official .styleview01 .styleview__inner .styleview__border--col::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(40*(100vw / 750));
    width: 1px;
    height: calc(1970*(100vw / 750));
    background-color: var(--color-light-gray);
    z-index: -1;
    pointer-events: none;
  }
  .FR240822official .styleview01 .styleview__wrapper {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: static;
  }
  .FR240822official .styleview01 .styleview__title {
    width: calc(222*(100vw / 750));
    margin-left: calc(528*(100vw / 750));
    position: absolute;
    top: calc(-16*(100vw / 750));
  }
  .FR240822official .styleview01 .styleview__title .c-text_sectitle {
    text-align: left;
    padding-left: calc(28*(100vw / 750));
  }
  .FR240822official .styleview01 .styleview__wrap01 {
    text-align: right;
    margin-top: calc(57*(100vw / 750));
    margin-inline-end: calc(35*(100vw / 750));
  }
  .FR240822official .styleview01 .styleview__wrap02 {
    width: calc(650*(100vw / 750));
    margin-top: calc(55*(100vw / 750));
    margin-left: 0;
  }
  .FR240822official .styleview01 .styleview__wrap03 {
    width: calc(540*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
    margin-left: calc(210*(100vw / 750));
  }
  .FR240822official .styleview01 .txt__box {
    margin-top: calc(66*(100vw / 750));
    padding-left: calc(100*(100vw / 750));
  }
  .FR240822official .styleview01 .styleview__image0101 {
    width: 100%;
  }
  .FR240822official .styleview01 .styleview__image0102 {
    width: 100%;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview02
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview02 {
  position: relative;
  height: 66rem;
}
.FR240822official .styleview02 .styleview__wrapper {
  width: 134.3rem;
  margin-left: 5.7rem;
  display: grid;
  grid-template-columns: 1.5rem 42.8rem;
  grid-template-rows: 24.2rem 5.7rem 16.6rem;
}
.FR240822official .styleview02 .styleview__title {
  width: 12.9rem;
  grid-column: 1 / 3;
  grid-row: 2;
  z-index: 1;
}
.FR240822official .styleview02 .styleview__title .c-text_sectitle {
  text-align: center;
}
.FR240822official .styleview02 .styleview__wrap01 {
  grid-column: 2 / 3;
  grid-row: 3;
}
.FR240822official .styleview02 .styleview__wrap02 {
  grid-column: 3 / 4;
  grid-row: 1 / 5;
  display: flex;
  justify-content: space-between;
  row-gap: 2rem;
  z-index: 5;
}
.FR240822official .styleview02 .txt__box {
  grid-column: 2 / 3;
  grid-row: 4;
}
.FR240822official .styleview02 .styleview__image0101,
.FR240822official .styleview02 .styleview__image0102 {
  width: 44rem;
}
@media screen and (min-width: 768px) {
  .FR240822official .styleview02::before{
    position: absolute;
    content: "";
    top: 25rem;
    background-color: var(--color-light-gray);
    width: 100%;
    height: 1px;
    z-index: 0;
  }
  .FR240822official .styleview02::after{
    position: absolute;
    content: "";
    bottom: 5rem;
    background-color: var(--color-light-gray);
    width: 100%;
    height: 1px;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .FR240822official .styleview02 {
    margin-top: calc(564*(100vw / 750));
    height: calc(2000*(100vw / 750));
    position: relative;
  }
  .FR240822official .styleview02 .styleview__inner .styleview__border {
    position: absolute;
    content: "";
    width: var(--width-primary);
    height: calc(1904*(100vw / 750));
    z-index: -1;
    pointer-events: none;
    border-top: solid 1px var(--color-light-gray);
    border-bottom: solid 1px var(--color-light-gray);
  }
  .FR240822official .styleview02 .styleview__inner .styleview__border--col {
    position: relative;
  }
  .FR240822official .styleview02 .styleview__inner .styleview__border--col::before {
    position: absolute;
    content: "";
    top: 0;
    right: calc(40*(100vw / 750));
    width: 1px;
    height: calc(1902*(100vw / 750));
    background-color: var(--color-light-gray);
    z-index: -1;
    pointer-events: none;
  }
  .FR240822official .styleview02 .styleview__wrapper {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: static;
  }
  .FR240822official .styleview02 .styleview__title {
    width: calc(229*(100vw / 750));
    margin-left: 0;
    position: absolute;
    top: calc(-16*(100vw / 750));
  }
  .FR240822official .styleview02 .styleview__title .c-text_sectitle {
    text-align: left;
    padding-left: calc(40*(100vw / 750));
  }
  .FR240822official .styleview02 .styleview__wrap01 {
    margin-top: calc(50*(100vw / 750));
    margin-left: calc(38*(100vw / 750));
  }
  .FR240822official .styleview02 .styleview__wrap02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: initial;
  }
  .FR240822official .styleview02 .styleview__wrap02 .styleview__image0101 {
    width: calc(630*(100vw / 750));
    margin-top: calc(54*(100vw / 750));
    margin-left: calc(120*(100vw / 750));
  }
  .FR240822official .styleview02 .styleview__wrap02 .styleview__image0102 {
    width: calc(580*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
    margin-left: 0;
  }
  .FR240822official .styleview02 .txt__box {
    margin-top: calc(67*(100vw / 750));
    margin-inline-end: calc(35*(100vw / 750));
    text-align: right;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview03
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview03 {
  margin-top: 19rem;
  position: relative;
}
.FR240822official .styleview03::before{
  position: absolute;
  content: "";
  top: 28.2rem;
  background-color: var(--color-light-gray);
  width: 100%;
  height: 1px;
  z-index: 0;
}
.FR240822official .styleview03 .styleview__inner {
  position: relative;
}
.FR240822official .styleview03 .styleview__inner::after{
  position: absolute;
  content: "";
  top: 28.2rem;
  right: 5rem;
  background-color: var(--color-light-gray);
  width: 1px;
  height: 120.4rem;
  z-index: 0;
}
.FR240822official .styleview03 .styleview__wrapper {
  width: 113.5rem;
  margin-left: 14rem;
  display: grid;
  grid-template-columns: 56rem 10rem 18.2rem 16.5rem;
  grid-template-rows: 27.2rem 5.7rem 17.5rem;
}
.FR240822official .styleview03 .styleview__title {
  width: 12.8rem;
  grid-column: 5;
  grid-row: 2;
  z-index: 1;
}
.FR240822official .styleview03 .styleview__title .c-text_sectitle {
  text-align: center;
}
.FR240822official .styleview03 .styleview__wrap01 {
  grid-column: 4 / 6;
  grid-row: 3;
}
.FR240822official .styleview03 .styleview__wrap02 {
  grid-column: 1 / 2;
  grid-row: 1 / 5;
}
.FR240822official .styleview03 .styleview__wrap03 {
  grid-column: 3 / 6;
  grid-row: 4;
}
.FR240822official .styleview03 .styleview__image0101 {
  width: 56rem;
}
.FR240822official .styleview03 .styleview__image0102 {
  width: 38rem;
}
.FR240822official .styleview03 .c-text_seclead {
  text-align: right;
  padding-right: 1.1rem;
}
.FR240822official .styleview03 .txt__box{
  text-align: center;
  margin-top: 6rem;
}
.FR240822official .styleview03 .c-position {
  margin-top: 3.1rem;
}
@media screen and (max-width: 767px) {
  .FR240822official .styleview03 {
    margin-top: calc(484*(100vw / 750));
    position: relative;
    border-top: solid 1px var(--color-light-gray);
  }
  .FR240822official .styleview03::before{
    position: static;
    content: none;
  }
  .FR240822official .styleview03 .styleview__inner {
    position: static;
  }
  .FR240822official .styleview03 .styleview__inner::after{
    position: static;
    content: none;
  }
  .FR240822official .styleview03 .styleview__wrapper {
    width: calc(670*(100vw / 750));
    margin-left: 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .FR240822official .styleview03 .styleview__title {
    width: calc(218*(100vw / 750));
    position: absolute;
    top: calc(-17*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .FR240822official .styleview03 .styleview__wrap01 {
    margin-top: calc(55*(100vw / 750));
  }
  .FR240822official .styleview03 .styleview__wrap02 {
    margin-top: calc(55*(100vw / 750));
    width: 100%;
  }
  .FR240822official .styleview03 .styleview__wrap03 {
    width: calc(540*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(60*(100vw / 750));
  }
  .FR240822official .styleview03 .styleview__image0101 {
    width: 100%;
  }
  .FR240822official .styleview03 .styleview__image0102 {
    width: 100%;
  }
  .FR240822official .styleview03 .c-text_seclead {
    text-align: center;
    padding-right: 0;
  }
  .FR240822official .styleview03 .txt__box{
    text-align: center;
    margin-top: calc(66*(100vw / 750));
  }
  .FR240822official .styleview03 .c-position {
    margin-top: calc(30*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview04
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview04 {
  margin-top: 19rem;
  position: relative;
}
.FR240822official .styleview04 .styleview__inner {
  position: relative;
}
.FR240822official .styleview04 .styleview__wrapper {
  width: 108rem;
  margin-left: 15rem;
  display: grid;
  grid-template-columns: 1.4rem 28.6rem 14rem 64rem;
  grid-template-rows: 21.3rem 5.7rem 12.6rem 17.4rem;
}
.FR240822official .styleview04 .styleview__title {
  width: 12.5rem;
  grid-column: 1 / 3;
  grid-row: 2;
}
.FR240822official .styleview04 .styleview__title .c-text_sectitle {
  padding-left: 1.5rem;
}
.FR240822official .styleview04 .styleview__wrap01 {
  grid-column: 2 / 3;
  grid-row: 3;
}
.FR240822official .styleview04 .styleview__wrap02 {
  grid-column: 4;
  grid-row: 1 / 6;
}
.FR240822official .styleview04 .styleview__wrap03 {
  grid-column: 3;
  grid-row: 5 / 6;
  z-index: 3;
}
.FR240822official .styleview04 .txt__box {
  grid-column: 2 / 4;
  grid-row: 4;
}
.FR240822official .styleview04 .styleview__image0101 {
  width: 64rem;
}
.FR240822official .styleview04 .styleview__image0102 {
  background-color: var(--color-white);
  width: 35rem;
}
@media screen and (min-width: 768px) {
  .FR240822official .styleview04::before{
    position: absolute;
    content: "";
    top: 22.2rem;
    background-color: var(--color-light-gray);
    width: 100%;
    height: 1px;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .FR240822official .styleview04 {
    margin-top: calc(160*(100vw / 750));
    height: fit-content;
    position: relative;
  }
  .FR240822official .styleview04 .styleview__inner .styleview__border {
    position: absolute;
    content: "";
    width: var(--width-primary);
    height: calc(2052*(100vw / 750));
    z-index: -1;
    pointer-events: none;
    border-top: solid 1px var(--color-light-gray);
    border-bottom: solid 1px var(--color-light-gray);
  }
  .FR240822official .styleview04 .styleview__inner .styleview__border--col {
    position: relative;
  }
  .FR240822official .styleview04 .styleview__inner .styleview__border--col::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(120*(100vw / 750));
    width: 1px;
    height: calc(2050*(100vw / 750));
    background-color: var(--color-light-gray);
    z-index: -1;
    pointer-events: none;
  }
  .FR240822official .styleview04 .styleview__wrapper {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: static;
  }
  .FR240822official .styleview04 .styleview__title {
    width: calc(222*(100vw / 750));
    margin-left: calc(528*(100vw / 750));
    position: absolute;
    top: calc(-16*(100vw / 750));
  }
  .FR240822official .styleview04 .styleview__title .c-text_sectitle {
    text-align: left;
    padding-left: calc(20*(100vw / 750));
  }
  .FR240822official .styleview04 .styleview__wrap01 {
    text-align: right;
    margin-top: calc(57*(100vw / 750));
    margin-inline-end: calc(35*(100vw / 750));
  }
  .FR240822official .styleview04 .styleview__wrap02 {
    width: var(--width-primary);
    margin-top: calc(55*(100vw / 750));
  }
  .FR240822official .styleview04 .styleview__wrap03 {
    width: calc(520*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
    margin-left: calc(60*(100vw / 750));
  }
  .FR240822official .styleview04 .txt__box {
    margin-top: calc(65*(100vw / 750));
    margin-inline-end: calc(59*(100vw / 750));
    text-align: right;
  }
  .FR240822official .styleview04 .styleview__image0101 {
    width: 100%;
  }
  .FR240822official .styleview04 .styleview__image0102 {
    width: 100%;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview05
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview05 {
  margin-top: 19.7rem;
  border-top: solid 1px var(--color-light-gray);
  height: fit-content;
  position: relative;
}
.FR240822official .styleview05::after {
  position: absolute;
  content: "";
  bottom: 10rem;
  background-color: var(--color-light-gray);
  width: 100%;
  height: 1px;
  z-index: 0;
}
.FR240822official .styleview05 .styleview__inner {
  position: relative;
  height: 186.2rem;
}
.FR240822official .styleview05 .styleview__inner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 18rem;
  background-color: var(--color-light-gray);
  width: 1px;
  height: 176.2rem;
  z-index: 0;
}
.FR240822official .styleview05 .styleview__title {
  width: 12.5rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
}
.FR240822official .styleview05 .styleview__title .c-text_sectitle {
  text-align: center;
}
.FR240822official .styleview05 .styleview__wrap01 {
  text-align: center;
  margin: 0 auto;
}
.FR240822official .styleview05 .c-text_seclead {
  padding-top: 4.7rem;
}
.FR240822official .styleview05 .styleview__wrap02 {
  width: 58rem;
  margin: 0 auto;
  margin-top: 5rem;
}
.FR240822official .styleview05 .styleview__wrapper02 {
  width: 114rem;
  margin-left: 12rem;
  display: grid;
  grid-template-columns: 68rem 8rem;
  grid-template-rows: 41rem 23.2rem;
  position: absolute;
  bottom: 0;
  pointer-events: none;
}
.FR240822official .styleview05 .styleview__wrap03 {
  grid-column: 3;
  grid-row: 1 / 3;
  z-index: 3;
  pointer-events: all;
}
.FR240822official .styleview05 .styleview__wrap04 {
  grid-column: 1;
  grid-row: 2 / 4;
  z-index: 3;
  pointer-events: all;
}
.FR240822official .styleview05 .txt__box {
  grid-column: 2 / 4;
  grid-row: 3;
  pointer-events: all;
}
.FR240822official .styleview05 .styleview__image0102 {
  width: 38rem;
}
.FR240822official .styleview05 .styleview__image0103 {
  background-color: var(--color-white);
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .FR240822official .styleview05 {
    margin-top: calc(200*(100vw / 750));
    height: fit-content;
    position: relative;
  }
  .FR240822official .styleview05::after {
    position: absolute;
    content: "";
    bottom: calc(480*(100vw / 750));
    background-color: var(--color-light-gray);
    width: 100%;
    height: 1px;
    z-index: 0;
  }
  .FR240822official .styleview05 .styleview__inner {
    position: static;
    height: calc(3137*(100vw / 750));
  }
  .FR240822official .styleview05 .styleview__inner::before {
    position: static;
    display: none;
  }
  .FR240822official .styleview05 .styleview__wrapper {
    width: var(--width-primary);
    margin: 0 auto;
    position: relative;
  }
  .FR240822official .styleview05 .styleview__title {
    width: calc(216*(100vw / 750));
    position: absolute;
    top: calc(-17*(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
  }
  .FR240822official .styleview05 .styleview__title .c-text_sectitle {
    text-align: center;
  }
  .FR240822official .styleview05 .styleview__wrap01 {
    text-align: center;
    margin: 0 auto;
  }
  .FR240822official .styleview05 .c-text_seclead {
    padding-top: calc(55*(100vw / 750));
  }
  .FR240822official .styleview05 .styleview__wrap02 {
    width: calc(650*(100vw / 750));
    margin-left: 0;
    margin-top: calc(56*(100vw / 750));
  }
  .FR240822official .styleview05 .styleview__wrapper02 {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(1171*(100vw / 750));
    bottom: initial;
  }
  .FR240822official .styleview05 .styleview__wrap03 {
    width: calc(490*(100vw / 750));
    margin-left: calc(260*(100vw / 750));
  }
  .FR240822official .styleview05 .styleview__wrap04 {
    width: calc(580*(100vw / 750));
    margin: 0 auto;
    margin-top: calc(60*(100vw / 750));
  }
  .FR240822official .styleview05 .txt__box {
    margin-top: calc(66*(100vw / 750));
    text-align: center;
  }
  .FR240822official .styleview05 .styleview__image0102 {
    width: 100%;
  }
  .FR240822official .styleview05 .styleview__image0103 {
    width: 100%;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                  styleview06
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .styleview06 {
  position: relative;
  margin-top: 19rem;
}
.FR240822official .styleview06 .styleview__inner {
  width: var(--width-primary);
  margin: 0 auto;
  position: relative;
}
.FR240822official .styleview06 .styleview__wrapper {
  width: 100%;
  height: 144rem;
  display: grid;
  grid-template-columns: 14rem 1.5rem 52.5rem 9rem;
  grid-template-rows: 21.2rem 5.8rem 12.7rem 17.3rem 24rem;
}
.FR240822official .styleview06 .styleview__title {
  width: 12.9rem;
  grid-column: 2 / 4;
  grid-row: 2;
  z-index: 1;
}
.FR240822official .styleview06 .styleview__title .c-text_sectitle {
  text-align: center;
}
.FR240822official .styleview06 .styleview__wrap01 {
  grid-column: 3 / 4;
  grid-row: 3;
}
.FR240822official .styleview06 .styleview__wrap02 {
  grid-column: 4 / 6;
  grid-row: 1 / 6;
  z-index: 3;
}
.FR240822official .styleview06 .styleview__wrap03 {
  grid-column: 1 / 4;
  grid-row: 5 / 7;
  z-index: 3;
}
.FR240822official .styleview06 .styleview__wrap04 {
  grid-column: 5 / 6;
  grid-row: 6;
  z-index: 3;
}
.FR240822official .styleview06 .txt__box {
  grid-column: 3 / 4;
  grid-row: 4;
}
.FR240822official .styleview06 .styleview__image0101 {
  width: 50rem;
}
.FR240822official .styleview06 .styleview__image0102 {
  width: 58rem;
}
.FR240822official .styleview06 .styleview__image0103 {
  width: 63rem;
}
@media screen and (min-width: 768px) {
  .FR240822official .styleview06::before{
    position: absolute;
    content: "";
    top: 22.2rem;
    background-color: var(--color-light-gray);
    width: 100%;
    height: 1px;
    z-index: 0;
  }
  .FR240822official .styleview06::after{
    position: absolute;
    content: "";
    bottom: 26rem;
    background-color: var(--color-light-gray);
    width: 100%;
    height: 1px;
    z-index: 0;
  }
  .FR240822official .styleview06 .styleview__inner::after {
    position: absolute;
    content: "";
    top: 22.2rem;
    right: 6rem;
    background-color: var(--color-light-gray);
    width: 1px;
    height: 95.8rem;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .FR240822official .styleview06 {
    margin-top: calc(190*(100vw / 750));
    height: calc(2905*(100vw / 750));
    position: relative;
  }
  .FR240822official .styleview06 .styleview__inner .styleview__border {
    position: absolute;
    content: "";
    width: var(--width-primary);
    height: calc(2563*(100vw / 750));
    z-index: -1;
    pointer-events: none;
    border-top: solid 1px var(--color-light-gray);
    border-bottom: solid 1px var(--color-light-gray);
  }
  .FR240822official .styleview06 .styleview__inner .styleview__border--col {
    position: relative;
  }
  .FR240822official .styleview06 .styleview__inner .styleview__border--col::before {
    position: absolute;
    content: "";
    top: 0;
    right: calc(40*(100vw / 750));
    width: 1px;
    height: calc(2561*(100vw / 750));
    background-color: var(--color-light-gray);
    z-index: -1;
    pointer-events: none;
  }
  .FR240822official .styleview06 .styleview__wrapper {
    width: var(--width-primary);
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    position: static;
  }
  .FR240822official .styleview06 .styleview__title {
    width: calc(229*(100vw / 750));
    margin-left: 0;
    position: absolute;
    top: calc(-16*(100vw / 750));
  }
  .FR240822official .styleview06 .styleview__title .c-text_sectitle {
    text-align: left;
    padding-left: calc(40*(100vw / 750));
  }
  .FR240822official .styleview06 .styleview__wrap01 {
    margin-top: calc(50*(100vw / 750));
    margin-left: calc(40*(100vw / 750));
  }
  .FR240822official .styleview06 .styleview__wrap01 .c-text_seclead {
    font-size: calc(36*(100vw / 750));
  }
  .FR240822official .styleview06 .styleview__wrap02 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    row-gap: initial;
  }
  .FR240822official .styleview06 .styleview__wrap03 {
    width: calc(580*(100vw / 750));
    margin-top: calc(60*(100vw / 750));
    margin-left: 0;
  }
  .FR240822official .styleview06 .styleview__wrap04 {
    width: var(--width-primary);
    margin-top: calc(60*(100vw / 750));
  }
  .FR240822official .styleview06 .styleview__wrap02 .styleview__image0101 {
    width: calc(630*(100vw / 750));
    margin-top: calc(54*(100vw / 750));
    margin-left: calc(120*(100vw / 750));
  }
  .FR240822official .styleview06 .styleview__image0102 {
    width: 100%;
  }
  .FR240822official .styleview06 .styleview__image0103 {
    width: 100%;
  }
  .FR240822official .styleview06 .txt__box {
    margin-top: calc(67*(100vw / 750));
    margin-inline-end: 0;
    text-align: center;
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
                                                                                      endview
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .endview {
  padding-block: 13.5rem;
  border-bottom: 0.1rem solid var(--color-black);
  text-align: center;
}
.FR240822official .endview_inner {
  --row: 13.5rem;
}
.FR240822official .c-text_staff {
  margin-top: 14.2rem;
}
@media screen and (max-width: 767px) {
  .FR240822official .endview {
    padding-block: calc(147* 100vw / 750) calc(155* 100vw / 750);
    border-bottom: 0;
  }
  .FR240822official .endview_inner {
    --row: calc(149*100vw/750);
  }
  .FR240822official .c-text_staff {
    margin-top: calc(165*(100vw / 750));
  }
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////
slick
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .slick-dots {
  position: absolute;
  bottom: 0.9rem;
  left: var(--left, initial);
  right: var(--right, initial);
  margin: 0;
}
.FR240822official .slick-dots li {
  display: inline-block;
  margin-inline: 0.6rem;
}
.FR240822official .slick-dots li button {
  width: 0.6rem;
  height: 0.6rem;
  font-size: 0;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  border: 0.1rem solid var(--color-black);
}
.FR240822official .slick-dots li.slick-active button {
  background-color: var(--color-black);
}
/************** ドットの位置がPC/SP共通の場合 **************/
.FR240822official .c-dot-left .slick-dots {
  --left: 0.4rem;
}
@media screen and (max-width: 767px) {
  .FR240822official .slick-dots {
    bottom: calc(21*100vw/750);
  }
  .FR240822official .slick-dots li {
    margin: 0 calc(11*100vw/750);
  }
  .FR240822official .slick-dots li button {
    width: calc(10*100vw/750);;
    height: calc(10*100vw/750);;
    border: calc(2*100vw/750) solid var(--color-black);
  }
  .FR240822official .c-dot-left .slick-dots {
    --left: calc(8*100vw/750);
  }
}

/*
//////////////////////////////////////////////////////////////////////////////////////////////
animation - fade
//////////////////////////////////////////////////////////////////////////////////////////////
*/
.FR240822official .js-fade, .fadeIn {
  opacity: 0;
  transition-duration: 2s;
  transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
  .FR240822official .js-fade.Second {
    transition: 1.5s;
    transition-delay: 0.5s;
  }

  .FR240822official .js-fade.Third {
    transition: 1s;
    transition-delay: 1.2s;
  }

  .FR240822official .js-fade.Third.show {
    transition: 2s;
    transition-delay: 1.1s;
  }

  .FR240822official .img--wrap .js-fade {
    transform: translate(-50px, 0);
  }

  .FR240822official .img--wrap .js-fade.show {
    transform: translate(0, 0);
  }

  .img--wrap .js-fade.--1 {
    transition-delay: 0.4s;
  }

  .img--wrap .js-fade.--2 {
    transition-delay: 0.8s;
  }

  .img--wrap .js-fade.--3 {
    transition-delay: 1.2s;
  }
  .FR240822official .img--wrap .js-fade_right {
    transform: translate(50px, 0);
  }
  .FR240822official .img--wrap .js-fade_right.show {
    transform: translate(0, 0);
  }
  .FR240822official .img--wrap .js-fade_right_pc {
    transform: translate(50px, 0);
  }
  .FR240822official .img--wrap .js-fade_right_pc.show {
    transform: translate(0, 0);
  }
}

@media only screen and (max-width: 767px) {
  .FR240822official .img--wrap .js-fade_left {
    transform: translate(-50px, 0);
  }
  .FR240822official .img--wrap .js-fade_left.show {
    transform: translate(0, 0);
  }
  .FR240822official .img--wrap .js-fade_right {
    transform: translate(50px, 0);
  }
  .FR240822official .img--wrap .js-fade_right.show {
    transform: translate(0, 0);
  }
  .FR240822official .img--wrap .js-fade_right_sp {
    transform: translate(50px, 0);
  }
  .FR240822official .img--wrap .js-fade_right_sp.show {
    transform: translate(0, 0);
  }
  .FR240822official .img--wrap .js-fade_right_pc {
    transform: translate(-50px, 0);
  }
  .FR240822official .img--wrap .js-fade_right_pc.show {
    transform: translate(0, 0);
  }
}
.FR240822official .js-fade.show,
.fadeIn.show {
  opacity: 1;
}