@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Benne&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
.u__sp-only-02 {
  display: block;
}

a {
  /* display: block; */
}
.hdr-btn01::after {
  display: none;
}
.rock-salt-regular {
    font-family: Noto Sans JP;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.jost-font {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.color-01 {
  color: #384058 !important;
}

body p {
  font-size: 15px;
}

.rsec__wrapper {
  padding: 64px 24px 16px;
}

.rsec__inner {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.rsec__title-01 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}

.rsec__ttl-fs-s {
  font-size: 1.5em;
}

li {
  line-height: 1.5em;
}

.rbg-01 {
  background: linear-gradient(0deg, transparent 15px, #ebebeb 16px), linear-gradient(90deg,  transparent 15px, #ebebeb 16px);
  background-size: 16px 16px;
}

/** gnavi acc **/
.rsec__mv-acc {
  position: relative;
  z-index: 2;
}
.rsec__mv-acc-menu {
  display: none !important;
}
@media screen and (min-width: 1024px) {
  .rsec__mv-top.fix__gnavi {
      position: fixed;
      top: 0;
      width: 100%;
      left: 0;
      padding-bottom: 7px;
      z-index: 1000;
      background: rgba(255,255,255,0.75);
      backdrop-filter: blur(3px);
      -webkit-backdrop-filter: blur(3px);
      transition: ease all 0.5s;
  }
  .rsec__mv-acc::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%;
      height: 88px;
  }
  .rsec__mv-acc-menu {
      position: absolute;
      top: 88px;
      left: 50%;
      transform: translate(-50%, 0);
      width: 800px;
  }
  .rsec__mv-acc.js__rsec-acc .rsec__mv-acc-menu {
      display: block !important;
  }
  .rsec__mv-acc-menu-inner {
      display: flex;
      background: linear-gradient(16deg, rgba(168, 160, 240, 0.9) 0%, rgba(128, 208, 224, 0.9) 100%);
      padding: 48px 64px;
      width: 100%;
      align-items: stretch;
      justify-content: flex-start;
      flex-wrap: wrap;
      gap: 16px;
  }
  .rsec__mv-top-nav-item a.rsec__mv-acc-item {
      display: flex;
      background: #fff;
      width: calc((100% - 32px) / 3);
      height: 72px;
      border-radius: 8px;
      align-items: center;
      text-align: center;
      justify-content: center;
      font-size: 16px;
      line-height: 1.4;
  }
  .rsec__mv-top-nav-item a.rsec__mv-acc-item:hover {
      background: unset;
      color: #fff;
      border: 2px solid #fff;
  }
  .rsec__mv-top-nav-item:hover a.rsec__mv-acc-item::after {
    display: none !important;
  }
}
@media screen and (min-width: 1360px) {
  .rsec__mv-acc-menu {
      width: 66.667vw;
      max-width: 1280px;
  }
  .rsec__mv-top-nav-item:nth-child(4) a.rsec__mv-acc-item {
    width: calc((100% - 48px) / 4);
  }
}
/** **/

.rsec__mv-title {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: 2px 2px 0px rgba(255, 255, 255, 1),2px 2px 0px rgba(255, 255, 255, 1);
}
.rsec__mv-title em {
  font-size: 0.8em;
}
.rsec__mv-title-color01 {
  color: #90b8e0;
}
.rsec__mv-title-color02 {
  color: #a8a0f0;
}
.rsec__mv-title-color03 {
  color: #80d0e0;
}

@media screen and (min-width: 375px) {
  .rsec__mv-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 768px) {
  .rsec__mv-title {
      font-size: 57px;
  }
}
@media screen and (min-width: 1024px) {
  .rsec__mv-title {
      font-size: 59px;
  }
}
@media screen and (min-width: 1280px) {
  .rsec__mv-title {
      font-size: 100px;
      line-height: 1.1;
  }
}

.rsec__title-text-01 {
  padding-top: 28px;
  padding-left: 35px;
  color: #384058;
}

.line-element {
  position: relative;
}
.rsec__sec01-title {
  text-align: left;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 12px;
  text-indent: -0.1em;
  color: #384058;
  font-feature-settings: "palt";
  letter-spacing: -0.02em;
}
.rsec__sec01-title.rsec__in02 {
  text-align: right;
  margin-bottom: 32px;
  line-height: 1.08;
  text-indent: 0;
  transform: translateX(6px);
}
.rsec__sec01-title em {
  font-size: 40px;
}
.rsec__sec01-title-small {
  font-size: 28px;
  vertical-align: 0.03em;
}
.line-element::before {
  content: url(../test/img/line-sp.png);
  display: block;
  height: fit-content;
  width: fit-content;
  position: absolute;
  left: 3%;
  top: 0;
}

.rsec-01__wrapper {
  overflow: hidden;
}

.rsec__block-01 {
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-bottom: 60px;
}

.rsec__block-01-img,
.rsec__block-01-img img {
  display: block;
}

.rsec__block-01-img {
  width: 110%;
}

/* block 2 */

.rsec__title-02 {
  display: block;
  text-align: right;
}

.rsec__title-text-02 {
  padding-right: 36px;
  color: #384058;
}

.rsec__block-01-img-02 {
  width: 108%;
  margin-left: -24px;
}

.rsec__title-text-02.line-element::before {
  content: url(../test/img/line-02-sp.png);
  display: block;
  height: fit-content;
  width: fit-content;
  position: absolute;
  left: unset;
  right: 3%;
  top: 2%;
}

.rsec__title-txt-ttl-01 {
  font-size: 24px;
  text-align: right;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 24px;
  letter-spacing: 0;
}

.u__pc-only-02 {
  display: none;
}

@media screen and (min-width: 320px) {
}

@media screen and (min-width: 375px) {
  .rsec__title-txt-ttl-01 {
    font-size: 23px;
  }
}

@media screen and (min-width: 390px) {
}

@media screen and (min-width: 428px) {
}

/* TABLET SCREENS */

@media screen and (min-width: 768px) {
  .u__tb-only {
    display: block;
  }
  .u__sp-only-02 {
    display: none;
  }
  .rsec__sec01-title {
    position: absolute;
    font-size: 56px;
    left: 116px;
    line-height: 1.1;
    text-indent: -1.6em;
    top: -8px;
    z-index: 1;
  }
  .rsec__sec01-title em {
      font-size: 48px;
  }
  .rsec__sec01-title-small {
      font-size: 36px;
  }
  .line-element::before {
    content: url(../test/img/line-tb.png);
  }
  .rsec__title-text-02.line-element::before {
    content: url(../test/img/line-tb.png);
    top: -12%;
    right: 28%;
  }
  .rsec__title-01 {
    font-size: 36px;
  }
  .rsec__block-01 {
    flex-direction: row;
    margin-bottom: 96px;
  }
  .rsec__title-01 {
    margin-bottom: 72px;
    align-items: flex-end;
  }
  .rsec__block-01-img {
    align-self: flex-end;
    flex: 1.2;
    transform: translateY(-11px);
  }
  picture.rsec__block-01-img.rsec__block-01-img-02 {
      transform: unset;
      height: 760px;
  }
  .rsec__inner {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
  }
  .rsec-ttl-inner {
    padding-left: 18%;
  }
  .rsec__block-01-txt {
    flex: 1;
  }
  .line-element::before {
    top: -5%;
    left: 32%;
    width: 104%;
    overflow: hidden;
    z-index: 1;
  }
  .rsec-1__block-02 {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
  }
  .rsec__title-txt-ttl-01 {
    flex: 1.1;
  }
  .rsec__sec01-title.rsec__in02 {
    position: absolute;
    z-index: 1;
    right: 36px;
  }
  .rsec__title-text-01 {
      margin-top: 160px;
  }
  .rsec__title-text-02 {
      margin-top: 266px;
  }
  .rsec__block-01-img, .rsec__block-01-img img {
      object-fit: cover;
      height: 630px;
      object-position: top;
  }
  picture.rsec__block-01-img.rsec__block-01-img-02 img {
      height: 100%;
  }
}

/* PC SCREENS */

@media screen and (min-width: 1024px) {
  .u__tb-only {
    display: none;
  }
  .rsec__sec01-title .u__tb-only, .rsec-01__inner-02 .u__tb-only {
    display: block;
  }
  .u__pc-only-02 {
    display: block;
  }
  body p {
    font-size: 16px;
    line-height: 2em;
  }
  .line-element::before {
    content: url(../test/img/line-pc.png);
    top: -16px;
  }
  .rsec-01__inner-01 {
    margin-right: unset;
  }
  .rsec-1__block-01 {
    position: relative;
    right: -24px;
    margin-bottom: 120px;
  }
  .rsec__block-01-img {
    flex: 1;
    align-self: flex-start;
  }
  .rsec__block-01-txt {
    flex: 0.6;
  }
  .rsec__wrapper {
    padding: 120px 0;
  }
  .rsec__title-txt-ttl-01 {
    flex: 0.6;
  }
  .rsec__block-01-img-02 {
    width: 100%;
    max-width: 730px;
  }
  .rsec-1__block-02 {
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    gap: 48px;
  }
  .rsec__title-text-02 {
    margin-top: 292px;
    max-width: 432px;
  }
  .rsec__title-02 {
    text-align: left;
  }
  .rsec__title-text-02.line-element::before {
    content: url(../test/img/line-02-pc.png);
    top: -64px;
    right: 127px;
    width: 552px;
  }
  .rsec__sec01-title {
      left: 140px;
      top: 0;
  }
  .rsec__sec01-title.rsec__in02 {
    right: 40px;
    max-width: 1048px;
  }
}
@media screen and (min-width: 1230px) {
  .rsec__sec01-title.rsec__in02 {
      right: 0;
  }
  .rsec-1__block-02 {
    gap: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .line-element::before {
    top: -50px;
    left: 130px;
    width: 40vw;
  }
  .rsec__sec01-title .u__tb-only, .rsec-01__inner-02 .u__tb-only {
    display: none;
  }
  .rsec-1__block-01 {
    gap: 100px;
    align-items: center;
  }
  .rsec__sec01-title {
    top: 68px;
  }
  .rsec__title-txt-ttl-01 {
    text-align: left;
  }
  .rsec__sec01-title.rsec__in02 {
    text-align: left;
    max-width: 430px;
    margin-left: auto;
    left: 795px;
    right: unset;
  }
}

@media screen and (min-width: 1366px) {
  .rsec__sec01-title {
      top: 84px;
  }
  .rsec__sec01-title.rsec__in02 {
      top: 68px;
  }
}

@media screen and (min-width: 1400px) {
  .rsec__sec01-title.rsec__in02 {
      left: 56.3vw;
  }
}

@media screen and (min-width: 1440px) {
  .rsec__sec01-title {
      top: 100px;
  }
}

@media screen and (min-width: 1596px) {
  .rsec__sec01-title.rsec__in02 {
    left: 892px;
    right: unset;
  }
}

@media screen and (min-width: 1920px) {
  .rsec-01__inner-01 {
    margin: 0 auto;
  }
}

/* SP */

/* background: linear-gradient(to bottom right, rgba(76, 95, 130, 1) 0%, rgba(30, 51, 90, 1) 50%, rgba(16, 34, 69, 1) 100%); */

/* sec-2 */

.rsec-02__wrapper {
  padding-top: 88px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  background: linear-gradient(84.71deg, #80D0E0 0%, #A8A0F0 100%);
}

.rsec-02__title {
  width: fit-content;
  font-size: 39px;
  line-height: 1.1;
  font-weight: 400;
  position: relative;
  text-decoration-color: white;
  text-decoration-line: underline;
  text-decoration-thickness: 15px;
  text-underline-offset: -8px;
  margin: 0 auto;
  margin-bottom: 96px;
  letter-spacing: -0.03em;
}

.braces {
  display: block;
  height: 85px;
  width: 95px;
  position: absolute;
  bottom: 0;
}

.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.rsec-02__big {
  font-size: 1.24em;
  position: relative;
}
.rsec-02__title em {
  font-size: 0.9em;
}

.rsec-02__big::before {
  content: "";
  display: block;
  width: 150px;
  height: 114px;
  background-image: url(../test/img/liner-tb.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: -80px;
  left: -57%;
}

.rsec-02__big::after {
  content: url(../test/img/exclamation-renew.svg);
  position: absolute;
  right: -9px;
  top: -25px;
  width: 32px;
  height: 35px;
}

.rsec-02__block-01-img {
  position: relative;
}

.rsec-02__block-01-img::before {
  content: "";
  background-color: #fff;
  width: 90%;
}

.rsec-02-link-ttl-01 {
  color: #90B8E0;
  font-size: 20px;
  letter-spacing: 0.23em;
  text-align: center;
  display: block;
  transform: translateY(6px);
}
.rsec-02__block-01-link-bottom {
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.13em;
}

.rsec-02__block-01-link-top {
  font-size: 34px;
  color: #384058;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 800;
  letter-spacing: 0.1em;
  position: relative;
}
.rsec-02__block-01-link-top::after {
  content: "";
  background-image: url(../test/img/circle-arrow02.svg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -2px;
  right: -38px;
}
.image__section-inner img {
  width: 100%;
  height: auto;
}
.rsec-02__block-01-item-02 .rsec-02__block-01-link-top::after {
  background-image: url(../test/img/circle-arrow02.svg);
}
.rsec-02__block-01-item-03 .rsec-02__block-01-link-top::after {
  background-image: url(../test/img/circle-arrow03.svg);
}

.rsec__first-letter {
  color: #90B8E0;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: white;
}

.rsec-02__block-01-item-01 {
  width: 100%;
  height: 344px;
  max-width: 342px;
  background-image: url(../test/img/sec-02-img-01-pc-renew.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
}

.rsec-02__block-01-item-02 {
  width: 100%;
  height: 344px;
  max-width: 342px;
  background-image: url(../test/img/sec-02-img-02-pc-renew.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
}

.rsec-02__block-01-item-03 {
  width: 100%;
  height: 344px;
  max-width: 342px;
  background-image: url(../test/img/sec-02-img-03-pc-renew.webp);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  align-items: flex-end;
  border-radius: 16px;
}
.rsec-02__block-01-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0px 0px 16px 16px;
  width: 100%;
  height: 168px;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  position: relative;
  transition: ease all 0.5s;
}

.rsec-02__block-01-link:hover {
  color: #177791;
  opacity: 0.75;
}

.rsec-02__block-01 {
  display: flex;
  width: 100%;
  max-width: calc(100% - 48px);
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.rsec-02__title::before {
  content: "";
  background-image: url(../test/img/braces.png);
  background-position: center;
  background-size: cover;
  display: block;
  height: 90px;
  width: 100px;
  position: absolute;
  right: -2%;
  bottom: -90px;
  rotate: 8deg;
}

.rsec-02__subtitle {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 1;
  margin: 64px auto 42px;
  letter-spacing: 0.08em;
}
.rsec-02__pickup {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 286px;
  margin: auto;
  position: relative;
  z-index: 1;
}
.rsec-02__pickup li,
.btn__area-item {
  display: flex;
  width: 100%;
  height: 80px;
  background: #fff;
  align-items: center;
  justify-content: center;
  color: #90B8E0;
  font-size: 20px;
  position: relative;
  border: 3px solid;
  border-image: linear-gradient(-73deg, #A8A0F0, #80D0E0) 1;
}
.rsec-02__pickup li:nth-child(odd) {
  transform: translateX(-16px);
}
.rsec-02__pickup li:nth-child(even) {
  transform: translateX(16px);
}
.rsec-02__pickup li:not(:last-of-type) {
  margin-bottom: 0;
}
.rsec-02__pickup-link,
.btn__area-link {
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rsec-02__pickup-link::after,
.btn__area-link::after {
  content: "";
  background-image: url(../test/img/pickup-arrow.svg);
  background-position: center;
  background-size: cover;
  display: block;
  height: 20px;
  width: 10px;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translate(0, -50%);
}
.btn__area-link::after {
  right: 32px;
}
.rsec-02__pickup li:hover,
.btn__area-item:hover {
  border-image: linear-gradient(-73deg, #fff, #fff) 1;
}
.rsec-02__pickup li:hover .rsec-02__pickup-link,
.btn__area-item:hover .btn__area-link {
  color: #fff;
  background: linear-gradient(-73deg, #A8A0F0, #80D0E0);
}
.rsec-02__pickup li:hover .rsec-02__pickup-link::after,
.btn__area-item:hover .btn__area-link::after {
  background-image: url(../test/img/pickup-arrow-white.svg);
}
.btn__area {
  padding: 32px 0 64px;
}
.btn__area-item {
  height: 88px;
  width: calc(100% - 48px);
  margin: auto;
  max-width: 336px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.11em;
  font-size: 21px;
  border: 2px solid;
  border-image: linear-gradient(-73deg, #A8A0F0, #80D0E0) 1;
}
.rsec-02__wrapper::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 318px;
  left: 0;
  bottom: 0;
}
.color-blue {
  color: #90b8e0;
}

.color-purple {
  color: #a8a0f0;
}

.u__sp-370 {
  display: block;
}

@media screen and (min-width: 320px) and (max-width: 370px) {
  .u__sp-370 {
    display: none;
  }
  .rsec__title-01 {
    font-size: 24px;
  }
  .rsec__title-02 {
    font-size: 23px;
  }
  .rsec__title-txt-ttl-01 {
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) {
  .rsec-02__block-01-item-01 {
    width: 100%;
    height: 250px;
    background-image: url(../test/img/sec-02-img-01-pc-renew.webp);
  }
  .rsec-02__block-01 {
    max-width: 716px;
    width: calc(100% - 52px);
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .rsec-02__block-01-item-01 {
    width: 720px;
    max-width: 48%;
    height: 345px;
  }
  .rsec-02__block-01-item-02, .rsec-02__block-01-item-03 {
    width: 342px;
  }
  .rsec-02__block-01-link-02 {
    right: unset;
    bottom: unset;
    max-width: unset;
  }
  .rsec-02__title::before {
    width: 150px;
    height: 130px;
    top: 4%;
    right: -57%;
    rotate: 8deg;
  }
  .rsec-02__big::before {
      width: 184px;
      height: 92px;
      background-image: url(../test/img/liner-tb.png);
      position: absolute;
      top: 12px;
      left: -389%;
  }
  .rsec-02__title {
    font-size: 40px;
    margin-bottom: 88px;
  }
  .rsec-02__wrapper {
    background: linear-gradient(16deg, #A8A0F0 0%, #80D0E0 100%);
  }
  .rsec-02-link-ttl-01 {
    transform: translateY(8px);
    font-size: 18px;
    letter-spacing: 0.2em;
  }
  .rsec-02__subtitle {
    margin: 72px auto 48px;
  }
  .rsec-02__wrapper::after {
    height: 206px;
  }
  .rsec-02__pickup {
    max-width: 584px;
    align-items: stretch;
    flex-direction: row;
  }
  .rsec-02__pickup li {
    width: 280px;
    transition: ease all 0.5s;
  }
  .rsec-02__pickup li:nth-child(1) {
    transform: translateX(-20px);
  }
  .rsec-02__pickup li:nth-child(2) {
    transform: translateX(-20px);
  }
  .rsec-02__pickup li:nth-child(3) {
    transform: translateX(20px);
  }
  .rsec-02__pickup li:nth-child(4) {
    transform: translateX(20px);
  }
  .rsec-02__title .u__sp-only {
    display: block;
  }
  .rsec-02__big::after {
    right: -16px;
    top: -22px;
  }
  .btn__area {
    padding: 56px 0 80px;
  }
  .btn__area-item {
    max-width: 544px;
    font-size: 24px;
    line-height: 1;
  }
}

@media screen and (min-width: 1280px) {
  .rsec-02__block-01-item-01,
  .rsec-02__block-01-item-02,
  .rsec-02__block-01-item-03 {
    width: 32%;
    max-width: 456px;
    height: 432px;
    max-height: 100%;
  }
  .rsec-02__block-01-item-01 {
    background-position-x: right;
    background-position-y: top;
    background-image: url(../test/img/sec-02-img-01-pc-renew.webp);
  }
  .rsec-02__block-01-item-02 {
    background-position-x: left;
    background-position-y: top;
    background-image: url(../test/img/sec-02-img-02-pc-renew.webp);
  }
  .rsec-02__block-01-item-03 {
    background-position-x: left;
    background-position-y: top;
    background-image: url(../test/img/sec-02-img-03-pc-renew.webp);
  }
  .rsec-02__block-01 {
      width: calc(100% - 48px);
      max-width: 1456px;
      justify-content: center;
      flex-wrap: wrap;
      gap: 104px;
  }
  .rsec-02__block-01-link-top {
    font-size: 48px;
    margin-bottom: 32px;
  }
  .rsec-02-link-ttl-01 {
    font-size: 20px;
    transform: translateY(11px);
  }
  .rsec-02__block-01-link-bottom {
    font-size: 16px;
    line-height: 1.3;
  }
  .rsec-02__block-01-link {
    padding: 24px;
  }
  .rsec-02__big::before {
    background-size: contain;
    width: 200px;
    height: 160px;
    top: -112%;
    left: -20%;
  }
  .rsec-02__wrapper {
    padding-top: 143px;
    background: linear-gradient(-72deg, #A8A0F0 0%, #80D0E0 100%);
  }
  .rsec-02__title {
    font-size: 55px;
    letter-spacing: 0.016em;
    margin-bottom: 148px;
  }
  .rsec-02__title em {
    font-size: 0.86em;
  }
  .rsec-02__big {
    font-size: 1.15em;
  }
  .rsec-02__title .u__sp-only {
    display: none;
  }
  .rsec-02__big::after {
    right: -15px;
    top: -31px;
  }
  .rsec-02__block-01-item-01 .rsec-02__block-01-link,
  .rsec-02__block-01-item-02 .rsec-02__block-01-link,
  .rsec-02__block-01-item-03 .rsec-02__block-01-link {
    width: 100%;
    border-radius: 0px 0px 16px 16px;
    height: 192px;
    padding: 0;
  }
  .rsec-02__block-01-link-top::after {
    top: 6px;
    right: -36px;
  }
  .rsec-02__subtitle {
    margin: 104px auto 138px;
    font-size: 40px;
  }
  .rsec-02__wrapper::after {
    height: 200px;
  }
  .rsec-02__pickup li {
    width: 280px;
    height: 136px;
    font-size: 24px;
  }
  .rsec-02__pickup li:nth-child(odd) {
    transform: translate(0, -64px);
  }
  .rsec-02__pickup li:nth-child(even) {
    transform: translate(0, -32px);
  }
  .btn__area {
    padding: 80px 0 8px;
  }
  .btn__area-item {
    height: 112px;
    max-width: 832px;
    font-size: 28px;
  }
  .btn__area-link::after {
    right: 48px;
  }
}

@media screen and (min-width: 1528px) {
  .rsec-02__pickup {
    max-width: 1308px;
    justify-content: space-between;
  }
}
/* block 2 */
.rsec-02__block-02-item-img {
  display: block;
  width: 256px;
  max-width: 100%;
}

.rsec-02__block-02-item-text {
  font-size: 24px;
  font-weight: 400;
  text-underline-offset: -5px;
  line-height: 1.4;
  text-align: center;
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.rsec-02__block-02-item-text::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background-image: url(../test/img/arow-green-pc.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 14%;
}

.rsec-02__block-02-item-text-02::after {
  background-image: url(../test/img/blue-arrow.png);
}

.rsec-02__block-02-item-text-03::after {
  background-image: url(../test/img/purple-arrow.png);
}

.rsec-02__block-02-item-text-04::after {
  background-image: url(../test/img/arrow-blue-2.png);
}

.rsec-02__block-02-item-text-01 {
  text-decoration: underline solid #d0f090 12px;
}

.rsec-02__block-02-item-text-02 {
  text-decoration: underline solid #99d9e6 12px;
}

.rsec-02__block-02-item-text-03 {
  text-decoration: underline solid #b9b3f3 12px;
}

.rsec-02__block-02-item-text-04 {
  text-decoration: underline solid #a6c6e6 12px;
}
.rsec-02__block-02-item:hover .rsec-02__block-02-item-text {
  color: #177791;
}
.rsec-02__block-02 {
  margin-top: 80px;
  /*   margin-left: -24px;
  margin-right: -24px
  background-color: white; */
}

.rsec-02__block-02__contents {
  width: 100%;
}

.rsec-02__block-02-item:nth-of-type(even) {
  margin-top: 40px;
}

.rsec-02__block-02__inner {
  width: 1920px;
  display: flex;
  flex-direction: row;
  gap: 28px;
  /* overflow: scroll; */
}

.rsec-02__block-02 {
  /* overflow: scroll; */
  position: relative;
  z-index: 1;
}

.rsec-02__block-02::before {
  content: "";
  display: block;
  height: 56px;
  width: 1000%;
  background-image: url(../test/img/stripe-sp-top.png);
  background-repeat: repeat;
  position: absolute;
  top: 72px;
  z-index: -1;
}

.rsec-02__block-02::after {
  content: "";
  display: block;
  height: 290px;
  width: 100%;
  background-color: white;
  position: absolute;
  top: 128px;
  z-index: -1;
}

.rsec-02__wrapper {
  padding-bottom: 72px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .rsec-02__block-02-item-img {
  }
  .rsec-02__block-02-item-text::after {
    width: 20px;
    height: 20px;
    right: 5%;
    background-size: contain;
  }
}

@media screen and (min-width: 1280px) {
  .rsec-02__block-02-item-img {
    width: 456px;
  }
  .rsec-02__block-02__inner {
    gap: 64px;
    margin: 0 auto;
  }
  .rsec-02__block-02-item-text {
    font-size: 32px;
  }
  .rsec-02__block-02 {
    margin-top: 120px;
  }
  .rsec-02__block-02-item:nth-of-type(even) {
    margin-top: 62px;
  }
  .rsec-02__block-02::after {
    height: 85%;
    top: 173px;
  }
  .rsec-02__block-02::before {
    top: 118px;
  }
  .rsec-02__title::before {
    background-size: contain;
    background-repeat: no-repeat;
    rotate: 0deg;
    width: 200px;
    top: -104%;
    right: -31%;
    height: auto;
  }
  .rsec-02__big::before {
    width: 235px;
    top: -84%;
    left: -352%;
    rotate: 4deg;
  }
}

/* sec-03 */

.rsec-03__block-item-01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(33, 33, 33, 0.2);
  padding: 10px;
  padding-bottom: 40px;
}

.rsec-03__block-01 {
  margin-top: 14px;
}

.rsec-03__block-item-01-txt-01 {
  padding: 14px 0;
  display: flex;
  gap: 8px;
  border-bottom: 1px solid white;
}

.rsec-03__block-item-01-txt-text {
  color: white;
  font-size: 14px;
  letter-spacing: 4%;
  line-height: 1.4;
}

.rsec-03__block-item-01-txt-text-02 .rsec-03__block-item-01-txt-text {
  display: flex;
  flex-direction: column;
}

.rsec-03__wrapper {
  background-image: url(../test/img/bg-img-01-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rsec-03__block-item-01-txt-01 img {
  display: block;
  height: fit-content;
}

.rsec-03__block-item-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 28px;
  margin-top: 48px;
}

.rsec-03__block-01-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}

.rsec-03__block-item-01-img-01 {
  width: 100%;
}

.rsec-03__block-item-btn-img,
.rsec-03__block-item-btn-img img {
  display: block;
}

.rsec-03__block-item-btn-img {
  max-width: 160px;
  max-height: 200px;
  width: 100%;
  height: auto;
  position: relative;
}

.rsec-03__block-item-btn-img img {
  width: 100%;
  height: 100%;
}

.blue-triangle {
  display: block;
  width: 18px;
  height: 12px;
}

.rsec-03__block-item-btn-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 14px;
}

.rsec-03__block-item-btn-container {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.triangle-svg svg {
  height: 100%;
  vertical-align: middle;
}

.btn-txt-01 {
  font-size: 24px;
  font-weight: 500;
  color: white;
}

.btn-txt-02 {
  font-size: 14px;
  letter-spacing: inherit;
  color: white;
  text-align: center;
  font-weight: 300;
}

.btn-txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 0);
}

.purple-asterisk {
  color: #a8a0f0;
  padding-top: 5px;
}

.rsec-03__block-item-btn-txt-body {
  display: flex;
  gap: 4px;
}

.rsec-03__block-item-btn-txt-2 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.rsec-03__block-item-map,
.rsec-03__block-item-map img {
  display: block;
  width: 100%;
  height: 100%;
}

.rsec-03__block-item-02 {
  width: 100%;
}

.rsec-day-body-01 {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  text-align: left;
}

.rsec-day-body-02 {
  display: block;
}

@media screen and (min-width: 768px) {
  .rsec-03__wrapper {
    background-image: url(../test/img/bg-img-01-tb.png);
  }
  .rsec-03__block-01-container {
    width: 800px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  .rsec-03__block-item-01 {
    max-width: 350px;
    height: 408px;
    padding: 24px;
    padding-bottom: 32px;
    padding-top: 12px;
  }
  .rsec-03__block-item-map {
    max-width: 350px;
    /* order: 2; */
  }
  .rsec-03__block-item-btn-txt-body {
    justify-content: center;
  }
  .rsec-03__block-item-02-contents-sp,
  .rsec-03__block-item-title {
    color: white;
  }
  .rsec-03__block-item-title {
    font-size: 24px;
    margin-top: 56px;
    margin-bottom: 48px;
  }
  .rsec-03__block-item-btn-img {
    /* max-height: 104px; */
    height: 104px;
    max-width: 345px;
  }
  .rsec-03__block-item-btn-txt {
    flex-direction: row-reverse;
    font-size: 17px;
    font-weight: 900;
  }
  .rsec-03__block-item-btn-txt-body p {
    font-size: 14px;
  }
  .btn-txt-1 {
    top: 45%;
    transform: translate(0, -50%);
    left: 28%;
    height: fit-content;
  }
  .btn-txt-01 {
    font-size: 34px;
  }
  .btn-txt {
    width: fit-content;
    gap: 6px;
  }
  .rsec-03__block-item-01-txt-01 {
    align-items: flex-start;
    padding-bottom: 12px;
  }
  .rsec-03__block-item-02 {
    height: 410px;
    width: 345px;
  }
  .rsec-03__block-item-01-txt-text {
    font-size: 12px;
    align-self: center;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-03__wrapper {
    background-image: url(../test/img/bg-img-01-pc.png);
  }
  .rsec-03__block-item-map {
    max-width: 728px;
    max-height: auto;
  }
  .rsec-03__block-01-container {
    width: 1400px;
    max-width: 100%;
  }
  .rsec-03__block-item-02 {
    /* height: 672px; */
    height: 100%;
    width: 100%;
    max-width: 728px;
  }
  .rsec-03__block-item-01 {
    max-width: 580px;
    /* height: 672px; */
    height: auto;
    max-height: 100%;
    padding: 0 58px;
    padding-bottom: 32px;
    padding-top: 20px;
  }
  .rsec-03__block-item-btn-txt {
    color: white;
    margin-bottom: 10px;
  }
  .rsec-03__block-item-01-img-01 {
    max-width: 304px;
    align-self: flex-start;
  }
  .rsec-03__block-item-btn-img {
    max-width: 400px;
    max-height: 104px;
  }
  .rsec-03__block-item-btn {
    margin-top: 30px;
  }
  .rsec-03__block-item-01-txt {
    width: 100%;
  }
  .rsec-day-body {
    display: flex;
    align-items: center;
  }
  .rsec-day-body-01 {
    padding-left: 20px;
    font-size: 15px;
  }
  .rsec-03__block-item-01-txt-01 {
    align-items: flex-start;
  }
  .rsec-day-body-02 {
    /* padding-left: 20px; */
  }
}

@media screen and (min-width: 320px) and (max-width: 370px) {
  .rsec-03__block-item-title {
    font-size: 18px;
  }
  .btn-txt-01 {
    font-size: 18px;
  }
  .btn-txt-02 {
    font-size: 12px;
  }
}

/* .rsec-03__block-item-02 */

/* sec-4 */

.rsec-04__title {
}

.color-02 {
  color: #90b8e0;
}

.rsec-04__title {
  font-size: 48px;
  text-align: center;
}

.rsec-04__title-top {
  font-size: 23px;
}

.rsec-04__title-small {
  font-size: 0.7em;
}

.rsec-04__title-text {
  text-align: center;
  width: 100%;
  max-width: 470px;
  margin: 0 auto;
  margin-top: 28px;
  margin-bottom: 40px;
}

@media screen and (min-width: 375px) {
  .rsec__title-txt-ttl-01 {
    font-size: 23px;
  }
  .rsec-03__block-item-01-txt-text {
    font-size: 13px;
  }
  .rsec-03__block-item-btn-txt {
    font-size: 14px;
  }
}

/* sec5 */

.color-03 {
  color: white;
}

.rsec-05__title {
  font-size: 40px;
}

.rsec-05__title-img,
.rsec-05__title-img img {
  display: block;
}

.rsec-05__title-img img {
  width: 100%;
  height: 100%;
}

.rsec-05__title-img {
  height: 62px;
  width: 62px;
}

.rsec-05__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.rsec-05__wrapper {
  background-image: url(../test/img/sec-5-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rsec-05__title-text {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 48px;
  margin-bottom: 40px;
}

.rsec-05__btn {
  display: block;
  padding: 24px 40px;
  color: white;
  border: 1px solid white;
  font-size: 24px;
  text-align: center;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 64px;
}
.rsec-05__btn:hover {
  color: #3378b5;
  background: rgba(255,255,255,0.35);
}
.rsec-05__btn span::after {
  content: "";
  display: block;
  width: 8px;
  height: 18px;
  background-image: url(../test/img/btn-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10%;
  bottom: 38%;
}

@media screen and (min-width: 375px) {
}

@media screen and (min-width: 768px) {
  .rsec-05__wrapper {
    background-image: url(../test/img/sec-5-bg-tb.png);
  }
  .rsec-05__title {
    gap: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-05__wrapper {
    background-image: url(../test/img/sec-5-bg-pc.png);
  }
  .rsec-05__title {
    flex-direction: row;
    justify-content: center;
  }
}

/* sec-6 */

.rsec-06__wrapper {
  padding-top: 160px;
  position: relative;
}

.rsec-06__wrapper::before {
  content: "";
  display: block;
  /* width: 90%; */
  width: 300px;
  max-width: 100%;
  height: 130px;
  background-image: url(../test/img/sec-6-bg-sp.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  /* right: 24px; */
  left: 50%;
  transform: translate(-50%, 0);
}

.rsec-06__title {
  font-size: 28px;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 28px;
  font-weight: 400;
}

.rsec-06__title-small {
  font-size: 18px;
}

.rsec-06__title-text {
  text-align: right;
}

.rsec-06__block-01-item-img {
  display: block;
  width: 90%;
  height: 100%;
  position: relative;
}

.rsec-06__block-01-item-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.rsec-06__block-01-item {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.rsec-06__block-01-item-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 188px;
  background-image: url(../test/img/sec-6-bl-img-01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: -24px;
  z-index: -1;
}

.rsec-06__block-01-item-text h3 {
  font-size: 28px;
  margin-bottom: 24px;
  /* display: inline-block; */
  display: flex;
  text-align: left;
  align-items: flex-end;
  line-height: 1;
}

.rsec-06__block-01-inner {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 64px;
}

.benne-regular {
  font-family: "Benne", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 104px;
  display: inline-block;
  height: 76px;
  background: linear-gradient(to bottom right, #80d0e0 0%, #a8a0f0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 14px;
}

.rsec-06__block-01-item-type2 .rsec-06__block-01-item-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 188px;
  background-image: url(../test/img/sec-6-bl-img-01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 20px;
  left: unset;
  right: -24px;
  z-index: -1;
}

.rsec-06__block-01-item-type2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rsec-06__block-01-item-03 .benne-regular {
  height: 94px;
}

.rsec-06__block-01-item-04 .benne-regular {
  height: 94px;
}

.item-text-padding {
  align-self: center;
  padding-top: 24px;
}

.rsec-06__block-01-item-text-box {
  padding: 26px 36px;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #a8a0f0 0%, #80d0e0 100%),
    linear-gradient(to bottom, #80d0e0 0%, #80d0e0 100%),
    linear-gradient(to left, #80d0e0 0%, #a8a0f0 100%),
    linear-gradient(to top, #a8a0f0 0%, #a8a0f0 100%);
  background-origin: border-box;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
  /* border-image: linear-gradient(to bottom right, #80d0e0 0%, #a8a0f0 100%) 100%
    100% 100% 100%; */
}

.rsec-06__title-body {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* .rsec-06__wrapper::before {
  width: 100%;
  height: 100%;
  background-image: url(../test/img/sec-6-bg-pc.png);
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
} */

@media screen and (min-width: 768px) {
  .rsec-06__wrapper::before {
    background-image: url(../test/img/sec-6-bg-tb.png);
    max-width: 768px;
    width: 100%;
    height: 180px;
    background-size: contain;
  }
  .rsec-06__block-01-inner {
    max-width: 600px;
  }
  .rsec-06__block-01-item-img {
    width: 456px;
    height: 296px;
  }
  .rsec-06__block-01-item-img::after {
    height: 296px;
    left: -84px;
  }
  .rsec-06__block-01-item-type2 .rsec-06__block-01-item-img::after {
    height: 296px;
    right: -84px;
  }
  .rsec-06__block-01-item-text {
    width: 80%;
    align-self: flex-end;
    margin-top: -32px;
  }
  .rsec-06__block-01-item-text h3 {
    flex-direction: column;
  }
  .rsec-06__block-01-item-type2 .rsec-06__block-01-item-text {
    align-self: flex-start;
  }
  .rsec-06__block-01-item {
    max-width: 700px;
    width: 100%;
    gap: 0;
  }
  .rsec-06__block-01-item-04 .rsec-06__block-01-item-text {
    width: 80%;
  }
  .rsec-06__block-01-item-text-box {
    margin-top: 48px;
    padding: 28px 48px;
  }
  .rsec-06__block-01-item-type2 .rsec-06__block-01-item-text h3 {
    align-items: flex-start;
    text-align: left;
  }
  .rsec-06__block-01-item-type2 .item-text-padding {
    align-self: flex-start;
  }
  .rsec-06__title-body {
    max-width: 768px;
    margin-top: -100px;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-06__wrapper {
    padding-top: 228px;
  }
  .rsec-06__wrapper::before {
    width: 100%;
    max-width: 1200px;
    height: 400px;
    background-image: url(../test/img/sec-6-bg-pc.png);
    top: 100px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .rsec-06__block-01 {
    margin-top: -104px;
  }
  .rsec-06__block-01-item-text {
    margin-top: 0;
  }
  .rsec-06__block-01-item {
    max-width: 100%;
    flex-direction: row;
    gap: 100px;
  }
  .rsec-06__block-01-item-type2 {
    flex-direction: row-reverse;
  }
  .rsec-06__block-01-inner {
    max-width: 1200px;
    gap: 78px;
  }
  .rsec-06__block-01-item-img {
    width: 100%;
    max-width: 520px;
    height: auto;
  }
  .rsec-06__block-01-item-img::after,
  .rsec-06__block-01-item-type2 .rsec-06__block-01-item-img::after {
    height: 348px;
  }
  .benne-regular {
    font-size: 144px;
    height: 100px;
  }
  .rsec-06__block-01-item-03 .benne-regular {
    height: 124px;
  }
  .rsec-06__block-01-item-04 .benne-regular {
    height: 128px;
  }
  .rsec-06__block-01-item-text h3 {
    gap: 24px;
    font-size: 32px;
    align-items: flex-start;
  }
  .rsec-06__block-01-item-04 .rsec-06__block-01-item-text h3 {
    gap: 8px;
  }
  .rsec-06__block-01-item-text {
    width: 100%;
    max-width: 456px;
  }
  .rsec-06__title {
    font-size: 36px;
  }
  .rsec-06__title-small {
    font-size: 20px;
  }
  .rsec-06__block-01-item-img::after {
  }
  .rsec-06__title-body {
    max-width: 1400px;
    margin-top: unset;
  }
}

/* sec 7 */

.rsec-07__wrapper {
  background-image: url(../test/img/sec-7-bg-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.rsec-07__title-small {
  font-size: 0.7em;
}

.rsec-07__title {
  font-size: 32px;
  font-weight: 400;
}

.rsec-07__block {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 64px 24px;
}

.rsec-07__title-text {
  padding-top: 40px;
}

.rsec-07__title-text-02 {
  display: flex;
  gap: 4px;
  margin-top: 20px;
}

.purple-asterisk-2 {
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  .rsec-07__block {
    padding: 64px;
  }
  .rsec-07__title-text {
    text-align: center;
  }
  .rsec-07__title-text-02 {
    margin-top: 0;
  }
  .rsec-07__title-text-02 {
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-07__block {
    width: 100%;
    max-width: 1200px;
    height: 408px;
    margin: 0 auto;
  }
}

/* sec 8 */

.rsec-04__title-smal2 {
  font-size: 0.8em;
}

.rsec-08__title {
  font-size: 32px;
  font-weight: 400;
}

.rsec-08__title-text {
  text-align: left;
}

.rsec-08__block-item-02 {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.rsec-08__block-item-btn-txt {
  color: #384058;
}

.rsec-08__block-item-btn-container {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.rsec-08__block-03 {
  padding: 26px 14px;
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #80d0e0 0%, #80d0e0 100%),
    linear-gradient(to bottom, #80d0e0 0%, #a8a0f0 100%),
    linear-gradient(to left, #a8a0f0 0%, #a8a0f0 100%),
    linear-gradient(to top, #a8a0f0 0%, #80d0e0 100%);
  background-origin: border-box;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: top left, top right, bottom right, bottom left;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 64px;
}

.rsec-08__block-03-time-02-1,
.rsec-08__block-03-time-02-2 {
  font-size: 15px;
  line-height: 1.4;
}

.rsec-08__block-03-title {
  text-align: center;
  border-bottom: 1px solid transparent;
  background-image: linear-gradient(to right, #80d0e0 0%, #a8a0f0 100%);
  background-origin: border-box;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  background-position: bottom left, bottom right;
  background-repeat: no-repeat;
  padding-bottom: 14px;
}
@media screen and (max-width: 375px) {
  .rsec-09__title-bottom {
    letter-spacing: -0.05em;
  }
}

.rsec-08__block-03-time {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.rsec-08-pad-r {
  padding-right: 12px;
  font-size: 12px;
}

.rsec-08__block-03-time-01 {
  letter-spacing: normal;
  word-spacing: normal;
  display: flex;
  align-items: center;
  gap: 12px;
}

.rsec-08__block-03-time-02 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rsec-08__block-03-time-03 {
  display: flex;
  align-items: center;
}

.rsec-08__block-03-time-03 img {
  padding-right: 12px;
}

.triangle-svg-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.yubin-bango {
  padding-right: 10px;
}

.map-icon {
  padding-left: 28px;
}

.rsec-08__block-03-map {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 20px;
  line-height: 2;
}

.inter-txt {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}

@media screen and (min-width: 375px) {
  .rsec-08__block-item-btn-container {
    gap: 23px;
  }
}

@media screen and (min-width: 768px) {
  .rsec-08__block-item-btn-container {
    gap: 28px;
  }
  .rsec-08__block-item-02 {
    max-width: 730px;
    margin: 0 auto;
  }
  .rsec-08__title-text {
    text-align: center;
    max-width: unset;
    margin-top: 62px;
  }
  .rsec-08__title {
    font-size: 44px;
  }
  .rsec-08__block-03 {
    max-width: 700px;
  }
  .rsec-08__block-03-map {
    justify-content: center;
  }
  .rsec-08__block-03-time {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .rsec-08__block-03-time-02 {
    flex-direction: row;
    gap: 22px;
  }
  .rsec-08__block-03-title {
    margin-left: 28px;
    margin-right: 28px;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-08__block-item-02 {
    max-width: 1200px;
  }
  .rsec-08__block-item-btn-txt {
    margin-bottom: 28px;
  }
  .rsec-08__block-item-btn-txt-2 {
    display: none;
  }
  .rsec-8-asterisk {
    margin-top: 14px;
  }
  .rsec-08__block-item-btn-container .rsec-03__block-item-btn-img {
    height: 104px;
  }
  .rsec-08__block-item-btn-container {
    gap: 64px;
  }
  .rsec-08__block-03 {
    max-width: 1024px;
  }
  .rsec-08__block-03-title {
    max-width: 872px;
    margin: 0 auto;
  }
  .rsec-08__block-03-time-03 {
    padding-left: 28pxpx;
  }
  .rsec-08__block-03-time {
    gap: 28px;
  }
}

/* 9 */

.rsec-09__wrapper {
  background-image: url(../test/img/sec-09-bg-sp.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.rsec-09__title-body {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.rsec-09__title {
  font-size: 31px;
  color: white;
}

.rsec-09__title-small {
  font-size: 0.6em;
}

.rsec-09__title-small-2 {
  font-size: 0.7em;
}

.rsec-09__title-top {
  padding-bottom: 4px;
  border-bottom: 1px solid white;
  margin-bottom: 20px;
}

.rsec-09__text {
  color: white;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 64px;
}

.rsec-09__block-01-item-txt {
  background-color: white;
  border-radius: 16px;
  padding: 40px;
}

.rsec-09__block-01-item-title {
  margin-bottom: 28px;
}

.rsec-09__block-01-body {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.rsec-09__block-01-item-top {
  background: unset;
  color: white;
  -webkit-text-fill-color: unset;
  padding: unset;
  align-self: flex-end;
  /* font-size: 84px; */
}

.rsec-09__block-01-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.rsec-09__block-01-item-3 .rsec-09__block-01-item-top {
  height: 84px;
}

.rsec-09__block-01-item-title {
  /* font-size: 32px; */
  font-size: 26px;
}

@media screen and (min-width: 768px) {
  .rsec-09__wrapper {
    background-image: url(../test/img/sec-09-bg-tb.png);
  }
  .rsec-09__text {
    text-align: center;
  }
  .rsec-09__title {
    font-size: 48px;
  }
  .rsec-09__title-body {
    max-width: 550px;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-09__wrapper {
    background-image: url(../test/img/sec-09-bg-pc.png);
  }
  .rsec-09__text {
    max-width: 744px;
  }
  .rsec-09__block-01-item-txt {
    width: 418px;
    max-width: 100%;
    height: 368px;
  }
  .rsec-09__block-01-body {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 64px;
  }
  .rsec-09__block-01-item {
    justify-content: center;
  }
  .rsec-09__block-01-item-top {
    font-size: 100px;
    height: 76px;
  }
}

@media screen and (min-width: 375px) and (max-width: 389px) {
  .rsec-09__title {
    font-size: 30px;
  }
  .rsec-09__block-01-item-title {
    font-size: 24px;
  }
}

/* sec-10 */

.rsec-10__news-tab-btn {
  width: 158px;
  height: 80px;
  max-width: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 400;
  color: #888;
  background-color: #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
  transition: ease all 0.5s;
}
.rsec-news-btn-noacc:hover {
  color: #fff;
  background: linear-gradient(-73deg, #A8A0F0, #80D0E0);
}
.rsec-news-btn-active {
  height: 108px;
  color: white;
  /* background: linear-gradient(to right, #80d0e0 0%, #a8a0f0 100%); */
  background-image: url(../test/img/news-btn-bg-sp.png);
  background-color: unset;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 20px;
}

.rsec-10__news-tab {
  display: flex;
  justify-content: space-between;
}

.rsec-10__news-open-block-header-01 {
  font-size: 18px !important;
  font-weight: 200;
}

.rsec-10__news-block-date {
  font-size: 24px !important;
}

.rsec-10__news-open-block {
  font-size: 17px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: white;
  padding: 40px 20px;
  margin-bottom: 20px;
}

.rsec-10__news-open-block-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e5d0;
}

.rsec-10__news-block-tag {
  color: white;
  display: inline-block;
  padding: 4px 24px;
  height: 24px;
  /* width: 80px; */
}
.rsec-10__news-block-tag.rsec-news-bg-01.rsec-10__casetag {
  padding: 0;
  font-size: 12px;
  line-height: 1;
}
.rsec-10__news-block-tag.rsec-news-bg-01.rsec-10__casetag a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6px 8px 0px;
}
.rsec-10__news-block-tag.rsec-news-bg-01.rsec-10__casetag:hover {
  background-color: #5ec2d9;
}
.rsec-10__news-block-tag.rsec-news-bg-01.rsec-10__casetag:hover a {
  color: #fff;
}
.rsec-news-bg-01 {
  background-color: #90b8e0;
}

.rsec-news-bg-02 {
  background-color: #a8a0f0;
}

.color-04 {
  color: #a8a0f0;
}
.swiper-slide:nth-child(2) .color-04 {
  color: #90D0A0;
}
.swiper-slide:nth-child(3) .color-04 {
  color: #80D0E0;
}
.swiper-slide:nth-child(4) .color-04 {
  color: #f5c341;
}

.rsec-10__news-open-block-header {
  display: flex;
  gap: 14px;
}

.rsec-10__news-open-area {
  /* margin-top: 20px; */
}

.rsec-10__news-open-block-title h5 {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 1.4;
}

.rsec-10__news-open-block-text {
  line-height: 2;
  font-size: 15px;
  padding-top: 20px;
}

.rsec-10__news-banner {
  display: block;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 40px;
}

.rsec-10__news-open-block-top {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rsec-10__news-box {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.rsec-10__news-open-noacc {
  display: none !important;
}

.rsec-10__news-open-block-title a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .rsec-10__news-open-block-title h5 {
    font-size: 23px !important;
  }
  .rsec-10__news-open-block-top {
    flex-direction: row;
  }
  .rsec-10__news-open-block-header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .rsec-10__news-open-block-header-01 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }
  .rsec-10__news-open-block-text {
  }
  .rsec-10__news-block-tag {
    border-radius: 4px;
  }
  .rsec-10__news-open-block-title {
    border-bottom: unset;
    padding-bottom: 0;
  }
  .rsec-10__news-open-block {
    gap: 0;
  }
  .rsec-10__news-open-block {
    border-bottom: 1px solid #e6e5d0;
  }
  .rsec-10__news-open {
    padding: 54px 40px;
    background-color: white;
  }
  .rsec-10__news-tab-btn {
    width: 352px;
    height: 96px;
    font-size: 22px;
  }
  .rsec-news-btn-active {
    background-image: url(../test/img/news-btn-bg-tb.png);
    height: 136px;
  }
  .rsec-10__news-tab {
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
  }
  .rsec-10__news-box {
    max-width: unset;
  }
  .rsec-10__tbbox02 .rsec-10__news-open-block-top {
      flex-wrap: wrap;
  }
  .rsec-10__tbbox02 .rsec-10__news-open-block-header {
      width: 130px;
  }
  .rsec-10__tbbox02 .rsec-10__news-open-block-txt {
      width: calc(100% - 160px);
  }
  .rsec-10__news-block-tag.rsec-news-bg-01.rsec-10__casetag {
    width: 10em;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .rsec-10__news-tab-btn {
    width: 576px;
    height: 96px;
  }
  .rsec-news-btn-active {
    background-image: url(../test/img/news-btn-bg-pc.png);
    /* background-size: cover; */
    /* padding-bottom: 0; */
    height: 136px;
  }
  .rsec-10__news-open-block-top {
    gap: 64px;
  }
  .rsec-10__news-open-block {
    width: 100%;
    max-width: 1024px;
    padding-right: 28px;
  }
  .rsec-10__news-open {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .rsec-10__news-box {
    max-width: unset;
  }
  .rsec-10__tbbox02 .rsec-10__news-open-block-txt {
      width: calc(100% - 200px);
  }
}

/* MV */
.rsec__mv {
  position: relative;
  padding-bottom: 64px;
}
.top__slidearea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 213.333vw;
}
.top__mv-slider picture {
  width: 100%;
  height: 213.333vw;
}
.rsec__mv-top-body {
  position: relative;
  height: 213.333vw;
}
.top__mv-slider picture>img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
}

.top__mv-slider img {
  width: 100%;
  height: auto;
}
.rsec__mv-top {
  padding: 10px 8px 4px 13px;
  background-color: rgba(255,255,255,0.7);
}

.rsec__mv-top-inner {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

.rsec__mv-top__logo {
  display: block;
  width: 190px;
  height: 52px;
}

.rsec__mv-top-text-01 {
  color: #6BCDE5;
  font-size: 9px;
  letter-spacing: normal;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 3px;
}

.rsec__mv-top-text-01 img {
  width: 100%;
  height: 100%;
}

.rsec__mv-top-text-02 {
  color: white;
  padding: 0 3px;
  height: 16px;
  background-color: #6BCDE5;
  line-height: 1;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 10px;
  font-size: 9px;
  white-space: nowrap;
}

.rsec__mv-top-text {
  display: flex;
  align-items: center;
  gap: 4px;
}

.rsec__mv-top-left {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.rsec__mv-top__btn-icons {
  display: flex;
  gap: 4px;
}

.rsec__mv-top__btn-icons img {
  width: 64px;
  height: 64px;
  max-width: 100%;
  max-height: 100%;
}

/* mv main */

.rsec__mv-inner {
  position: relative;
  z-index: 2;
}

/*.rsec__mv-top-body {
  background-image: url(../test/img/rsec__mv-img-01-sp03.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}*/

.rsec__mv-main {
  padding: 16px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  /* position: relative; */
}

.rsec__mv-main-btns {
  display: flex;
  justify-content: center;
  gap: 4vw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.467vw;
  width: 94%;
}

.rsec__mv-main-img-overlay-01 {
  display: block;
  width: 100%;
  height: 100%;
  margin-bottom: 41.6vw;
}

.rsec__mv-main-img-overlay-01 img {
  display: block;
  width: 100%;
  height: 100%;
}

.rsec__mv-main-img-overlay img {
  display: block;
  width: 100%;
  height: auto;
}

.rsec__mv-main-img-overlay {
  width: 100%;
  height: 100%;
}

/* .rsec__mv-top-body {
                position: relative;
            }
             */

.rsec__mv-bottom-kv {
  z-index: 2;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.rsec__mv-bottom-notify {
  background-color: #fff;
  border-top-right-radius: 12px;
  box-shadow: 4px -4px 12px -8px rgba(0, 0, 0, 0.32);
  padding: 12px 20px 9px 24px;
  width: 88%;
  position: relative;
  max-width: 342px;
  height: 93px;
  overflow: hidden;
}

.rsec__mv-bottom-notify-inner {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.rsec__mv-bottom-notify-date {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.rsec_note-child {
  margin-right: 16px;
  font-size: 14px;
  letter-spacing: 0;
}
.rsec_note-child a:hover {
  color: #90b8e0;
}
.rsec__date-yyyy {
  font-size: 14px;
}

.rsec__date-mmdd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* gap: 8px; */
  text-align: center;
  position: relative;
  font-size: 18px;
}

.rsec__date-yyyy {
  width: 100%;
  border-bottom: 1px solid #90b8e0;
  padding-bottom: 4px;
}

.rsec__mv-bottom-notify-anker {
  background-color: rgba(220, 220, 220, 0.5);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding-bottom: 5px;
  width: 70%;
  max-width: 352px;
  /* margin: 0 auto; */
  margin-left: 66px;
  margin-right: 0;
  padding: 3px 3px 4px;
  text-align: center;
  height: 22px;
}
.rsec__mv-bottom-notify-anker:hover {
  background: #9ec1e4;
  color: #fff;
}
.rsec__mv-bottom-notify::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("/img/notify-outbox.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: -12px;
  bottom: 0;
  z-index: 1;
}
.bx-wrapper {
  -moz-box-shadow: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  border: unset;
  background: unset;
  margin-bottom: 0;
  overflow: hidden;
  height: 50px;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  outline: 0;
  display: block;
  width: 15px;
  height: 10px;
  text-indent: -9999px;
  z-index: 9999;
  top: unset;
  margin-top: 0;
}
.bx-wrapper .bx-prev {
  left: unset !important;
  bottom: 32px !important;
  right: 0 !important;
  background: url("/test/img/rsec-notify-arr-up-sp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: center;
}
.bx-wrapper .bx-next {
  left: unset !important;
  bottom: 8px !important;
  right: 0 !important;
  transform: rotate(180deg);
  background: url("/test/img/rsec-notify-arr-up-sp.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: center;
}
.ts-tag01::after {
  background-color: #a8a0f0;
}
.swiper-slide:nth-child(2) .ts-tag01::after {
  background-color: #90D0A0;
}
.swiper-slide:nth-child(3) .ts-tag01::after {
  background-color: #80D0E0;
}
.swiper-slide:nth-child(4) .ts-tag01::after {
  background-color: #f5c341;
}


.ts-board::after {
  width: 72%;
  right: 9%;
  height: calc(100% - 92px);
  border-radius: 16px;
}

.ts-content {
    width: 100%;
    align-items: baseline;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.rsec__mv-bottom-slider p.ts-txt {
  height: 2em;
}
.sec_flex-imgbtn:hover p.ts-txt {
  color: #f5c341;
}
.swiper-slide:nth-child(1) .ts-txt::before {
  border-top: solid 1px #80D0E0;
  background-color: #80D0E0;
}
.swiper-slide:nth-child(1) .ts-txt::after {
  background-color: #80D0E0;
}
.swiper-slide:nth-child(2) .ts-txt::before {
  border-top: solid 1px #80D0E0;
  background-color: #80D0E0;
}
.swiper-slide:nth-child(2) .ts-txt::after {
  background-color: #80D0E0;
}
.swiper-slide:nth-child(3) .ts-txt::before {
  border-top: solid 1px #80D0E0;
  background-color: #80D0E0;
}
.swiper-slide:nth-child(3) .ts-txt::after {
  background-color: #80D0E0;
}
.swiper-slide:nth-child(4) .ts-txt::before {
  border-top: solid 1px #80D0E0;
  background-color: #80D0E0;
}
.swiper-slide:nth-child(4) .ts-txt::after {
  background-color: #80D0E0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #e5e5e5;
}

.rsec__mv-bottom-slider {
  background-color: white;
  margin-top: 64px;
}

.rsec__mv-main-btns img {
  width: 100%;
  height: 100%;
}

.rsec-calender-swiper {
  margin-top: 40px;
}

/** content__slider **/
.content__slider {
  overflow: hidden;
}
.content__slider-list {
  display: flex;
  align-items: stretch;
}
.content__slider .swiper-container {
  padding: 0 16px;
  margin-bottom: 24px;
}
.triangle-svg {
  vertical-align: 2px;
}

@media screen and (max-width: 389px) {
  .rsec__mv-top-text-01,
  .rsec__mv-top-text-02 {
    font-size: 8px;
  }
  .rsec__mv-top-text-01 {
    align-items: center;
  }
  .rsec__mv-top__btn-icons img {
    width: 59px;
    height: 59px;
  }
}

/* calendar */

/* tb */

@media screen and (min-width: 768px) {
  .kv_in02::after {
    display: none;
  }
  .rsec_note-child {
    font-size: 15px;
  }
  .top__slidearea {
      width: 680px;
      height: 461px;
      left: unset;
      top: 143px;
      right: 0;
  }
  .top__mv-slider picture {
      height: 461px;
  }
  .rsec__mv {
    padding-bottom: 88px;
  }
  .rsec__mv-top__btn-icons {
    gap: 14px;
    margin-left: 0;
  }
  .rsec__mv-top__logo {
    width: 256px;
    height: 94px;
  }
  .rsec__mv-bottom-kv {
    position: absolute;
    bottom: 19px;
  }
  .rsec__mv-bottom-slider p.ts-txt {
      height: 3.6em;
  }
  .rsec__mv-main {
    height: 402px;
    max-width: 100%;
    /*background-image: url(../test/img/rsec-mv-bg-tb02.webp);
    background-size: 680px 402px;
    background-repeat: no-repeat;
    background-position: right;*/
    position: relative;
  }
  .rsec__mv-main-img-overlay-01 {
    width: 256px;
    height: 256px;
    margin-bottom: 0;
  }
  .rsec__mv-main-img-overlay {
    display: block;
    width: 460px;
    height: 154px;
    position: absolute;
    left: 20px;
    top: 45%;
    transform: translateY(-50%);
  }
  .rsec__mv-inner {
    background: unset;
  }
  .rsec__mv-top__btn-icons img {
    width: 200px;
    height: 86px;
  }
  .rsec__mv-top {
    padding-right: 20px;
  }
  .rsec__mv-main-img-overlay-01 {
    position: absolute;
    right: 16px;
    bottom: -24px;
    width: 256px;
    height: auto;
  }
  .rsec__mv-bottom-notify {
    padding: 16px 20px 16px 24px;
    width: calc(100% - 24px);
    max-width: 500px;
  }
  .rsec__mv-bottom {
    margin-top: 32px;
    padding-bottom: 72px;
  }
  .rsec__mv-top-body {
    background: unset;
    height: 564px;
    position: relative;
  }
  .rsec-calender-swiper {
    margin-top: 0;
    padding: 0 20px;
    display: flex;
  }
  .rsec__mv-bottom-slider {
    width: 100%;
    margin-top: 0;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .rsec__mv {
    padding-bottom: 80px;
  }
  .rsec__mv-bottom-kv {
      bottom: 59px;
  }
  .rsec__mv-top-body {
      height: 842px;
  }
  .rsec-calender-swiper {
    flex-direction: column-reverse;
  }
  .rsec__mv-bottom-slider {
    width: 100%;
    padding: 0;
  }
  .rsec__mv-bottom-slider p.ts-txt {
    height: 4.6em;
  }
  .top__slidearea {
      height: 640px;
      width: 62vw;
  }
  .top__mv-slider picture {
      height: 640px;
  }
  .top__mv-slider picture > img {
      height: 640px;
      object-position: left;
  }
  .rsec__mv-main {
    height: 788px;
    /*background-image: url(../test/img/rsec-mv-bg-pc-3.webp);
    background-size: 80% auto;
    background-position-y: top;*/
  }
  .rsec__mv-main-img-overlay-01 {
    width: 387px;
    height: auto;
    bottom: -2px;
  }
  .rsec__mv-top__btn-icons {
    flex-direction: column;
    margin-bottom: 0px;
    width: fit-content;
  }
  .rsec__mv-top__btn-icons img {
        width: 384px;
        height: 120px;
  }
  .rsec__mv-main-img-overlay {
    width: 100%;
    max-width: 512px;
    height: auto;
    top: unset;
    transform: unset;
    bottom: 21%;
  }
  .rsec__mv-top__logo {
    width: 308px;
    height: 165px;
    margin-bottom: 40px;
  }
  .rsec__mv-top-nav-item {
    color: #90b8e0;
    text-align: center;
    /*font-family: "Noto Sans JP";*/
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    
    letter-spacing: 0.96px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: center;
    width: 100%;
    max-width: 176px;
  }
  .rsec__mv-top-nav-item a,
  .rsec__mv-acc-text {
      display: flex;
      flex-direction: column;
      gap: 8px;
      align-items: center;
      width: 100%;
      position: relative;
  }
  .rsec__mv-top-nav-item:hover a,
  .rsec__mv-top-nav-item:hover .rsec__mv-acc-text {
    color: #90B8E0;
  }
  .rsec__mv-top-nav-item:hover a::after,
  .rsec__mv-top-nav-item:hover .rsec__mv-acc-text::after {
    content: '';
    border-bottom: solid 3px;
    border-image: linear-gradient(135deg, rgb(128,208,224), rgb(168, 160, 240)) 1;
    width: 80%;
    max-width: 176px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: -16px;
    transform: translate(-50%, 0);
  }
  .rsec__mv-top-nav-item:not(:first-child):hover a::after,
  .rsec__mv-top-nav-item:not(:first-child):hover .rsec__mv-acc-text::after {
    bottom: -20px;
  }
  .rsec__mv-top-nav-item img {
    display: block;
    width: 40px;
    height: auto;
  }
  .rsec__mv-top-nav-pc-body {
    display: flex;
    justify-content: center;
  }
  .rsec__mv-top {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .rsec__mv-top-body {
    height: 926px;
  }
  .top__slidearea {
      max-width: 1434px;
      width: calc(100% - 488px);
      height: 840px;
      top: 96px;
  }
  .top__mv-slider picture {
      height: 840px;
  }
  .top__mv-slider picture > img {
      height: 840px;
      object-position: left;
  }
  .rsec__mv-bottom-slider p.ts-txt {
    height: 3.6em;
  }
  .rsec__mv-main {
      /*background-image: url(../test/img/rsec-mv-bg-pc-3.webp);
      background-size: contain;
      background-position-x: 470px;*/
      height: 852px;
      padding-top: 32px;
      padding-left: 80px;
  }
  .rsec__mv-main-img-overlay {
      width: 806px;
      height: auto;
      top: 445px;
      transform: unset;
      bottom: unset;
      left: 80px;
      max-width: unset;
  }
  .rsec__mv-bottom-kv {
      bottom: -10px;
  }
  .rsec__mv-bottom-notify {
    max-width: 628px;
    padding-left: 89px;
  }
  .rsec__mv-bottom-notify-inner {
    margin-bottom: 12px;
  }
  .rsec__mv-main-img-overlay-01 {
    bottom: -68px;
    width: 520px;
    right: 8px;
  }
  .rsec__mv-bottom-notify-anker {
      max-width: 456px;
      margin-left: 0;
      width: 100%;
      height: 24px;
      font-size: 14px;
  }
  .page01 .topic-slider {
      padding-top: 64px;
  }
}
@media screen and (min-width: 1360px) {
  .rsec__mv-main-img-overlay-01 {
    right: 64px;
  }
}
/** top__mv-append **/
.mv__tb-only, .mv__pc-only {
  display: none;
}

.mv__worktime {
  width: calc(100% - 48px);
  margin: 40px auto 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}
.mv__worktime-flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.mv__worktime-left {
    font-size: 13px;
    line-height: 1;
    width: 104px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #858585;
}
.mv__worktime-right {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 0.3em;
}
.mv__worktime-week {
  font-size: 12px;
  display: flex;
  gap: 0.3em;
}
.mv__worktime-open {
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 8px;
  letter-spacing: 0;
  line-height: 1;
}
.mv__worktime-holiday {
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .mv__tb-only {
      display: block;
  }
  .mv__sp-only, .mv__pc-only {
      display: none;
  }

  .mv__worktime {
      width: 541px;
      flex-direction: row;
      flex-wrap: nowrap;
      gap: 40px;
      justify-content: center;
      margin: 10px auto 0;
  }
  .mv__worktime-flex {
      width: auto;
      gap: 16px;
      justify-content: flex-start;
  }
  .mv__worktime-open {
      align-items: flex-end;
      gap: 8px;
      justify-content: flex-start;
  }
  .mv__worktime-right {
      flex-wrap: nowrap;
  }
  .mv__worktime-week {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 8px;
  }

  .rsec__mv-top-body {
      height: 898px;
  }
  .top__slidearea {
      top: 165px;
  }
  .rsec__mv-main-img-overlay-01 {
      right: -8px;
      bottom: -50px;
      width: 276px;
  }
}

@media screen and (min-width: 768px) {
  .mv__pc-only {
      display: block;
  }
  .mv__sp-only, .mv__tb-only {
      display: none;
  }

  .rsec__mv-top {
      padding-top: 24px;
      padding-bottom: 0;
      position: static;
      width: 100%;
      right: 0;
      top: 0;
      background-color: unset;
      z-index: 999;
  }
  .rsec__mv-top-nav-item {
      font-size: 11px;
  }
  .rsec__mv-main {
      height: 750px;
      padding-top: 0;
  }
  .mv__worktime {
      width: 360px;
      margin: 0 0 24px;
      flex-direction: column;
      gap: 8px;
      align-items: flex-start;
  }
  .rsec__mv-top__logo {
      margin-bottom: 24px;
        margin-top: 32px;
  }
  .rsec__mv-top-body {
      height: 920px;
      margin-bottom: 40px;
  }
  .top__slidearea {
      top: 108px;
  }
  .rsec__mv-main-img-overlay {
      bottom: -40px;
  }
  .rsec__mv-main-img-overlay-01 {
      width: 387px;
      height: auto;
      bottom: -96px;
      right: 16px;
  }
  .top__mv-slider picture {
      height: 719px;
  }
  .top__mv-slider picture > img {
      height: 719px;
  }
  .rsec__mv-bottom-kv {
      bottom: 0;
  }
  .mv__worktime-holiday {
      font-size: 14px;
  }
  .rsec__mv {
      padding-bottom: 0;
  }
  section.rsec__wrapper.rsec-01__wrapper.rbg-01 {
      padding: 64px 0 120px;
  }
  picture.video2.slick-slide img,
  picture.video5.slick-slide img,
  picture.video8.slick-slide img,
  picture.video10.slick-slide img {
      object-position: center;
  }
  .rsec__mv-acc.js__rsec-acc .rsec__mv-acc-menu {
      left: calc(50% - 120px);
  }
  .rsec__mv-top.fix__gnavi .rsec__mv-acc.js__rsec-acc .rsec__mv-acc-menu {
      left: 50%;
  }
}
@media screen and (min-width: 1024px) {
    .rsec__mv-top {
        position: absolute;
        width: calc(100% - 364px);
    }
}
@media screen and (min-width: 1280px) {
  .mv__worktime-flex {
      gap: 12px;
  }
  .mv__worktime-right {
      width: auto;
  }
  .rsec__mv-top {
      width: calc(100% - 476px);
  }
  .rsec__mv-top-body {
      height: 920px;
      margin-bottom: 0;
  }
  .rsec__mv-main {
      height: 920px;
  }
  .rsec__mv-main-img-overlay {
      bottom: 0;
      top: 665px;
  }
  .top__mv-slider picture {
      height: 832px;
  }
  .top__mv-slider picture > img {
      height: 832px;
  }
}

.rsec__mv-bottom-slider p.ts-txt {
    text-align: right;
    padding-right: 2em;
    font-size: 28px;
}
.ts-board::after {
    width: 91%;
    right: -2%;
    height: 52%;
    border-radius: 0;
    bottom: 32px;
}
.rsec__mv-bottom-slider {
    margin-top: 40px;
}
.image__section-img {
  display: block;
  width: 100%;
}
.image__section-img img {
  width: 100%;
  height: auto;
}


/*.block_worries --------------------------*/
.block_worries {
  max-width: 1920px;
  margin: 0;
}
.block_worries .unit01 {
  position: relative;
  z-index: 0;
  margin: 0 0;
  padding: 114px 0 0;
  height: 856px;
  background-image: url("../test/img/bi_worries.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.block_worries .unit01 h2 {
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 40px */
  letter-spacing: 0.08em;
  text-align: right;
  margin: 0 0 1.775em auto;
  width: 900px;
  padding-right: 1.1em;
}
.block_worries .list_worries01 {
  width: 900px;
  margin: 0 -60px 0 auto;
  display: flex;
  flex-flow: wrap;
}

/*----------------*/
.block_worries .list_worries00 {
  width: 900px;
  margin: 0 -60px 0 auto;
  display: flex;
  flex-flow: wrap;
}
.block_worries .list_worries00 .worries01_1 {
  position: relative;
  z-index: 0;
}
.block_worries .list_worries00 .worries01_1 {
  position: relative;
  z-index: 5;
  width: 25.777%;
  align-self: flex-start;
  aspect-ratio: 232 / 224;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.block_worries .list_worries00 .worries01_1.parts02 {
  z-index: 3;
  margin-top: 1.86%;
  margin-left: 9.445%;
}
.block_worries .list_worries00 .worries01_1.parts03 {
  z-index: 1;
  margin-top: 1.7%;
  margin-left: 12.445%;
}
.block_worries .list_worries00 .worries01_1.parts04 {
  z-index: 4;
  margin-left: 15.11%;
  margin-top: -6.41%;
}
.block_worries .list_worries00 .worries01_1.parts05 {
  z-index: 2;
  margin-left: 16.22%;
  margin-top: -3.41%;
}
.block_worries .list_worries00 .worries01_1 div {
  position: relative;
  transition: 0.3s;
}
.block_worries .list_worries00 .worries01_1 div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  top: 0;
  left: 0;
  transform-origin: center;
  width: 100%;
  height: 100%;
  box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.block_worries .list_worries00 .worries01_1 .on::before {
  background-color: #f8f0f0;
}
.block_worries .list_worries00 .worries01_1.parts02 div::before {
  transform: rotate(-5deg);
}
.block_worries .list_worries00 .worries01_1.parts02 .off::before {
  transform: rotate(5deg);
}
.block_worries .list_worries00 .worries01_1.parts03 div::before {
  transform: rotate(4deg);
}
.block_worries .list_worries00 .worries01_1.parts03 .off::before {
  transform: rotate(-4deg);
}
.block_worries .list_worries00 .worries01_1.parts04 div::before {
  transform: rotate(10deg);
}
.block_worries .list_worries00 .worries01_1.parts04 .off::before {
  transform: rotate(-10deg);
}
.block_worries .list_worries00 .worries01_1 div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #6fb5d3;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_worries .list_worries00 .worries01_1 .on {
  color: #e898b0;
  flex-flow: column-reverse;
  transform: rotateY(180deg);
  opacity: 0;
}
.block_worries .list_worries00 .worries01_1 > *::after {
  content: "";
  display: block;
  background-image: url("../test/img/arrow01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 2em;
  aspect-ratio: 1;
}
.block_worries .list_worries00 .worries01_1 > .on::after {
  background-image: url("../test/img/arrow02.svg");
}
.block_worries .list_worries00 .worries01_1:hover .on,
.block_worries .list_worries00 .worries01_1:active .on {
  transform: rotateY(0);
  opacity: 1;
}
.block_worries .list_worries00 .worries01_1:hover .off,
.block_worries .list_worries00 .worries01_1:active .off {
  transform: rotateY(180deg);
  opacity: 0;
}
/*---------------------*/
.block_worries .list_worries01 {
  width: 900px;
  margin: 0 -60px 0 auto;
  display: flex;
  flex-flow: wrap;
  cursor: pointer;
}
.block_worries .list_worries01 .worries01_1 {
  position: relative;
  z-index: 0;
  width: 25.777%;
  align-self: flex-start;
  aspect-ratio: 232 / 224;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.block_worries .list_worries01 .worries01_1.parts01 {
  z-index: 5;
}
.block_worries .list_worries01 .worries01_1.parts02 {
  z-index: 3;
  margin-top: 1.86%;
  margin-left: 9.445%;
}
.block_worries .list_worries01 .worries01_1.parts03 {
  z-index: 1;
  margin-top: 1.7%;
  margin-left: 12.445%;
}
.block_worries .list_worries01 .worries01_1.parts04 {
  z-index: 4;
  margin-left: 15.11%;
  margin-top: -6.41%;
}
.block_worries .list_worries01 .worries01_1.parts05 {
  z-index: 2;
  margin-left: 16.22%;
  margin-top: -3.41%;
}
.block_worries .list_worries01 .worries01_1 div {
  position: relative;
  transition: 0.3s;
}
.block_worries .list_worries01 .worries01_1 div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  top: 0;
  left: 0;
  transform-origin: center;
  width: 100%;
  height: 100%;
  box-shadow: 4px 8px 8px 0px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
}
.block_worries .list_worries01 .worries01_1 .on::before {
  background-color: #f8f0f0;
}
.block_worries .list_worries01 .worries01_1.parts02 div::before {
  transform: rotate(5deg);
}
.block_worries .list_worries01 .worries01_1.parts02 .off::before {
  transform: rotate(-5deg);
}
.block_worries .list_worries01 .worries01_1.parts03 div::before {
  transform: rotate(-4deg);
}
.block_worries .list_worries01 .worries01_1.parts03 .off::before {
  transform: rotate(4deg);
}
.block_worries .list_worries01 .worries01_1.parts04 div::before {
  transform: rotate(-10deg);
}
.block_worries .list_worries01 .worries01_1.parts04 .off::before {
  transform: rotate(10deg);
}
.block_worries .list_worries01 .worries01_1 div {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  color: #6fb5d3;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_worries .list_worries01 .worries01_1 .on {
  color: #e898b0;
  flex-flow: column-reverse;
  transform: rotateY(180deg);
  opacity: 0;
}
.block_worries .list_worries01 .worries01_1 > *::after {
  content: "";
  display: block;
  background-image: url("../test/img/arrow_down.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 88px;
  height: 42px;
  aspect-ratio: 1;
}
.block_worries .list_worries01 .worries01_1 > .on::after {
  background-image: url("../test/img/arrow_up.webp");
}

.block_worries .list_worries01 .worries01_1.open .on {
  transform: rotateY(0);
  opacity: 1;
}
.block_worries .list_worries01 .worries01_1.open .off {
  transform: rotateY(180deg);
  opacity: 0;
}
.block_worries .unit02 {
  position: relative;
  z-index: 0;
  background-color: #f9f9f9;
  padding-bottom: 105px;
}
.block_worries .unit02 .ttl02_2 {
  margin-bottom: 3.1em;
}
.block_worries .unit02 .list_worries02 {
  position: relative;
  z-index: 2;
  padding: 0 0.9375%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.block_worries .unit02 .list_worries02 .worries02_2 {
  background-color: #fff;
  width: 31.21%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 27px */
  letter-spacing: 1.6px;
  padding-bottom: 1.3em;
}
.block_worries .unit02 .list_worries02 .worries02_2:not(:last-child) {
    margin-bottom: 0;
}
.block_worries .unit02 .list_worries02 .worries02_2 h3 {
  background-color: #D0DEEB;
  font-family: "Noto Serif JP";
  font-size: 1.4em;
  font-weight: 400;
  line-height: 135%; /* 37.8px */
  letter-spacing: 2.24px;
  padding: 30px 0 44px;
  margin-bottom: 0.7142em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
}
@media screen and (max-width: 1403px) {
  .block_worries .list_worries01 {
    margin: 0 0 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .block_worries .unit01 {
    position: relative;
    padding: calc(75px + 0.09765625 * (100vw - 768px)) 0 calc(106px + 0.41015625 * (100vw - 768px));
    height: auto;
    background-image: url("../test/img/bi_worries_tb.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .block_worries .unit01 h2 {
    font-family: "Noto Serif JP";
    font-size: 36px;
    line-height: 136%;
    text-align: center;
    margin: 0 auto 1.722em;
    width: 100%;
    padding-right: 0;
  }
  .block_worries .list_worries01 {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .block_worries .list_worries01 .worries01_1 {
    z-index: 5;
    width: 26.5%;
  }
  .block_worries .list_worries01 .worries01_1.parts02 {
    margin-top: 0.46%;
    margin-left: 9.445%;
  }
  .block_worries .list_worries01 .worries01_1.parts03 {
    z-index: 1;
    margin-top: 0.35%;
    margin-left: 9.2567%;
  }
  .block_worries .list_worries01 .worries01_1.parts04 {
    margin-left: 20.61%;
    margin-top: -5.01%;
  }
  .block_worries .list_worries01 .worries01_1.parts05 {
    z-index: 2;
    margin-left: 6.42%;
    margin-top: -3.41%;
  }
  .block_worries .list_worries01 .worries01_1 div {
    font-size: calc(16px + 0.015625 * (100vw - 768px));
  }
}
@media screen and (max-width: 767px) {
  .block_worries .unit01 {
    padding: min(calc(71 / 390 * 100vw), 71px) 0 min(calc(121 / 390 * 100vw), 121px);
    background-image: url("../test/img/bi_worries_sp.png");
    background-position: bottom center;
  }
  .block_worries .unit01 h2 {
    font-size: min(calc(30 / 390 * 100vw), 30px);
    width: 12em;
    margin: 0 auto 2.434em;
  }
  .block_worries .list_worries01 .worries01_1 {
    width: 55.84%;
  }
  .block_worries .list_worries01 .worries01_1.parts01 {
    order: 1;
    z-index: 5;
    margin-left: 3%;
  }
  .block_worries .list_worries01 .worries01_1.parts04 {
    order: 2;
    margin-top: -10.53%;
    margin-left: auto;
  }
  .block_worries .list_worries01 .worries01_1.parts02 {
    order: 3;
    margin-top: -23.4%;
    margin-left: -2.526%;
  }
  .block_worries .list_worries01 .worries01_1.parts05 {
    order: 4;
    z-index: 2;
    margin-top: -13.9%;
    margin-left: auto;
    margin-right: -2%;
  }
  .block_worries .list_worries01 .worries01_1.parts03 {
    order: 5;
    z-index: 1;
    margin-top: -12%;
    margin-left: 0;
  }
  .block_worries .list_worries01 {
    max-width: 500px;
    margin: 0 auto;
  }
  .block_worries .list_worries01 .worries01_1 div {
    font-size: min(calc(16 / 390 * 100vw), 20px);
    gap: 1.625em;
  }
}
.block_worries .unit02 {
  position: relative;
  z-index: 0;
  background-color: #f6f6f6;
  padding-bottom: 105px;
}
.block_worries .unit02 .ttl02_2 {
  margin-bottom: 3.1em;
}
.block_worries .unit02 .list_worries02 {
  position: relative;
  z-index: 2;
  padding: 0 0.9375%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
.block_worries .unit02 .list_worries02 .worries02_2 {
  background-color: #fff;
  width: 31.21%;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 27px */
  letter-spacing: 1.6px;
  padding-bottom: 1.3em;
}
.block_worries .unit02 .list_worries02 .worries02_2 h3 {
  background: #D0DEEB;
  font-family: "Noto Serif JP";
  font-size: 1.4em;
  font-weight: 400;
  line-height: 135%; /* 37.8px */
  letter-spacing: 2.24px;
  padding: 30px 0 44px;
  margin-bottom: 0.7142em;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
}
@media screen and (max-width: 1280px) {
  .block_worries .unit02 {
    padding-bottom: 53px;
  }
  .block_worries .unit02 .ttl02_2 {
    margin-bottom: 2.857em;
  }
  .block_worries .unit02 .list_worries02 {
    flex-flow: wrap;
    justify-content: center;
    gap: 24px 3%;
    margin-bottom: 90px;
    padding: 0;
  }
  .block_worries .unit02 .list_worries02 .worries02_2 {
    width: max(342px, 40%);
    font-size: 17px;
  }
}
.block_worries .unit02 .list_worries02 .worries02_2 h3 {
  font-size: 1.294em;
  padding: 24px 0 34px;
}
.parts_contact01 .parts_link {
  padding: 0 2.62%;
}
@media screen and (max-width: 1024px) {
  .parts_contact01 .parts_logo {
    width: 61.75%;
    margin: 82px auto 0;
  }
  .parts_contact01 .parts_logo .data {
    font-size: 14px;
    /*gap: 0%;
            justify-content: space-between;*/
    margin-top: 0.714em;
  }
  .parts_contact01 .parts_logo .data .cont {
    width: auto;
    gap: 0.71em;
  }
  .parts_contact01 .parts_logo .data .cont:first-of-type {
    margin-left: 0;
  }
  .parts_contact01 .parts_logo .data .cont dt {
    width: 6.42em;
  }
  .parts_contact01 .parts_logo .data .cont:nth-of-type(2) dt {
    width: 4.57em;
  }
  .parts_contact01 .parts_link {
    padding: 0 4.17%;
  }
  .parts_contact01 .parts_link .btn00 {
    position: relative;
    z-index: 0;
    background: #958FC7;
    width: 45.45%;
    aspect-ratio: 304/96;
    gap: 0.647em;
    font-size: calc(17 / 768 * 100vw);
  }
  .parts_contact01 .parts_link .btn00.btn_web {
    gap: 0.529em;
    background: #6FB5D3;
  }
  .parts_contact01 .parts_link .btn00::after {
    bottom: -0.588em;
    right: -0.588em;
  }
}
@media screen and (max-width: 767px) {
  .block_worries .unit02 {
    padding-bottom: min(calc(64 / 390 * 100vw), 64px);
  }
  .block_worries .unit02 .list_worries02 {
    gap: 16px 3%;
    margin-bottom: min(calc(80 / 390 * 100vw), 80px);
  }
  .block_worries .unit02 .list_worries02 .worries02_2 {
    width: max(342px, 60%);
    font-size: min(calc(17 / 390 * 100vw), 17px);
  }
  .block_worries .unit02 .list_worries02 .worries02_2 h3 {
    font-size: 1.2941em;
    padding: 1.2em 0 1.454em;
    clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
  }
  .parts_contact01 .parts_link {
    width: 500px;
    max-width: 100%;
    padding: 0 5.556%;
    flex-flow: column;
    gap: min(calc(40 / 390 * 100vw), 40px);
  }
  .parts_contact01 .parts_link .btn00 {
    position: relative;
    z-index: 0;
    background: #958FC7;
    width: 100%;
    gap: 0.647em;
    font-size: min(calc(17 / 390 * 100vw), 20px);
  }
  .parts_contact01 .parts_logo {
    width: clamp(100%, 327px, 70%);
    margin: min(calc(54 / 390 * 100vw), 54px) auto 0;
  }
  .parts_contact01 .parts_logo .data {
    font-size: min(calc(14 / 390 * 100vw), 16px);
    gap: 1.5em;
    justify-content: center;
    margin-top: 0.714em;
  }
}
/**/
.wrapper_site {
  position: relative;
  z-index: 0;
}
.block_float01 {
  width: 100vw;
  padding-top: 12px;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}
.block_float01 .unit_link_01 {
  transform: translateY(100%);
  transition: 0.3s;
}
.block_float01.on .unit_link_01 {
  transform: translateY(-12px);
}
.port {
  background: #333;
}
@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 767px) {
}
_______________________________________*/
/*TOPへ戻るボタン*/
.to_top {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 99;
}
.to_top .inner {
  overflow: hidden;
  width: 1160px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.btn_to_top {
  transform: translateY(100%);
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #ff0000;
  border-radius: 9999px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  transition: 0.3s;
}
.btn_to_top:hover {
  background-color: #fd4747;
}
.on .btn_to_top {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
@media screen and (max-width: 1024px) {
  .btn_to_top {
    width: 67px;
    height: 67px;
    font-size: 11px;
  }
}
/*セクション_______________________________________*/
/*MV*/
/*コンテンツ*/
/*コンテンツ　共用*/
/*各コンテンツ*/
.block_00 {
}
.block_inner {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .block_inner {
    max-width: 91.92%;
  }
}
@media screen and (max-width: 767px) {
  .block_inner {
    max-width: 87.69%;
  }
}
/*画像*/
/*コンテンツ　パーツ-------------------*/
@media screen and (min-width: 1281px) {
  .tb_on {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp_on {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_off {
    display: none;
  }
}
.box_00 {
  background-color: var(--bg_color01);
  padding: var(--size_padding01);
}
/*見出し*/
.ttl00 {
  font-size: 40px;
  font-weight: normal;
  line-height: 1.7;
  letter-spacing: 0.08em;
  margin-bottom: 0.25em;
  padding: 0;
}
.ttl00 .size_l {
  font-size: 1.5em;
}
.fc01 {
  color: #c8b078;
}
.ff_crimson {
  font-family: "Crimson Text", serif;
}
.dec_line01 {
  background: linear-gradient(transparent 60%, #ffed61 60%);
}
.dec_line02 {
  background: linear-gradient(transparent 60%, rgba(200, 176, 120, 0.4) 60%);
  font-weight: 400;
}
.ttl02_1 {
  font-family: "Noto Serif JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 300;
  line-height: 115%;
  letter-spacing: 0.04em;
  text-align: center;
}
.ttl02_1 .size_l {
  font-size: 1.25em;
}
@media screen and (max-width: 1280px) {
  .ttl02_1 {
    font-size: 26px;
  }
  .ttl02_1 .size_l {
    font-size: 1.54em;
  }
}
@media screen and (max-width: 767px) {
  .ttl02_1 {
    font-size: 32px;
    line-height: 1.25;
    letter-spacing: -0.04em;
  }
  .ttl02_1 .size_l {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 390px) {
  .ttl02_1 {
    font-size: calc(32 / 390 * 100vw);
  }
}
.ttl02_2 {
  font-size: 28px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.08em;
}
.ttl02_2 .dec01 {
    display: block;
    color: #90B8E0;
    color-interpolation: linearrgb;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.06em;
    border-bottom: 1px solid #90B8E0;
    padding-bottom: 0.5em;
    margin-bottom: 0.5357em;
}
.ttl02_2 .dec02 {
  font-family: "Noto Serif JP";
  font-size: 1.714em;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 64.8px */
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .ttl02_2 {
    font-size: 21px;
  }
  .ttl02_2 .dec01 {
    padding-bottom: 0.962em;
    margin-bottom: 0.962em;
  }
}
@media screen and (max-width: 767px) {
  .ttl02_2 {
    font-size: min(calc(19 / 390 * 100vw), 19px);
  }
  .ttl02_2 .dec02 {
    font-size: 1.684em;
  }
  .ttl02_2 .dec01 {
    padding-bottom: 0.962em;
    margin-bottom: 0.962em;
  }
}
.ttl02_3 {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.08em;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 1.25em;
}
.ttl02_3 .dec01 {
  display: block;
  font-size: 1.5556em;
}
.ttl02_3 .dec01 .size_l {
  font-size: 2.429em;
  font-weight: 600;
  display: inline-block;
  transform: translateY(0.051em);
}
@media screen and (max-width: 1280px) {
  .ttl02_3 {
    font-size: 28px;
    gap: 1.1072em;
  }
  .ttl02_3 .dec01 {
    font-size: 1.464em;
  }
  .ttl02_3 .dec01 .size_l {
    font-size: 2.512em;
  }
}
@media screen and (max-width: 767px) {
  .ttl02_3 {
    font-size: min(calc(23 / 390 * 100vw), 23px);
    gap: 1.913em;
  }
  .ttl02_3 .dec01 {
    font-size: 1.5em;
    letter-spacing: 0.04em;
  }
  .ttl02_3 .dec01 .size_l {
    font-size: 2.889em;
    transform: translateY(-0.0384em);
  }
}
.ttl02_4 {
  color: #333;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 64.8px */
  letter-spacing: 0.08em;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.ttl02_4 .dec01 {
  color: #c4b491;
  text-align: center;
  font-family: Corinthia;
  font-size: 72px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 97.2px */
  letter-spacing: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1280px) {
  .ttl02_4 {
    font-size: 40px;
  }
  .ttl02_4 .dec01 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 767px) {
  .ttl02_4 {
    font-size: min(calc(32 / 390 * 100vw), 32px);
  }
  .ttl02_4 .dec01 {
    font-size: 1.75em;
    margin-top: 0.2143em;
  }
}
.ttl02_5 {
  font-size: 32px;
  font-style: normal;
  text-align: center;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP";
}
.ttl02_5 .dec01 {
  display: block;
  color: #c4b491;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.06em;
  border-top: 1px solid #c4b491;
  padding-top: 0.5em;
  margin-top: 0.5357em;
}
.ttl02_5 .dec02 {
  font-size: 1.5em;
  font-style: normal;
  font-weight: 300;
  line-height: 135%; /* 64.8px */
}
.ttl02_5 .dec02 .size_s {
  font-size: 0.667em;
}
@media screen and (max-width: 1280px) {
  .ttl02_5 {
    font-size: 28px;
  }
  .ttl02_5 .dec01 {
    padding-top: 0.607em;
    margin-top: 1.357em;
  }
  .ttl02_5 .dec02 {
    font-size: 1.285em;
  }
  .ttl02_5 .dec02 .size_s {
    font-size: 0.778em;
  }
}
@media screen and (max-width: 767px) {
  .ttl02_5 {
    font-size: min(calc(24 / 390 * 100vw), 24px);
  }
  .ttl02_5 .dec01 {
    padding-top: 0.5833em;
    margin-top: 0.8336em;
  }
  .ttl02_5 .dec02 {
    font-size: 1.334em;
    line-height: 130%;
  }
  .ttl02_5 .dec02 .size_s {
    font-size: 0.75em;
  }
}
.unit_link_01 .link_inner {
  position: relative;
  z-index: 1;
  width: 1524px;
  max-width: 79.37%;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 2.4285em;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
}
.unit_link_01 .btn00 {
  position: relative;
  z-index: 0;
  width: 47.76%;
  height: 4.8em;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 0.42em;
}
.unit_link_01 .btn00.btn_tel {
  background-color: #666;
}
.unit_link_01 .btn00.btn_web {
  background-color: #333;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.unit_link_01 .btn00:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #333;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.unit_link_01 .btn00.btn_web:before {
  background-color: #333;
}
.unit_link_01 .btn00:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.15);
  top: 0;
  right: 0;
  width: 55.49%;
  height: 100%;
  clip-path: polygon(80px 0, 100% 0, 100% 100%, 0% 100%);
}
.unit_link_01 .btn00.btn_tel .dec01 {
  font-size: 1.7142em;
  display: flex;
  align-items: center;
  gap: 0.35em;
}
.unit_link_01 .btn00.btn_tel .dec01::before {
  content: "";
  display: block;
  background-image: url("../test/img/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.6667em;
  aspect-ratio: 17 / 25;
}
.unit_link_01 .btn00.btn_web .dec01 {
  font-size: 1.4285em;
}
.unit_link_01 .btn00 .dec01:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  background-color: #888888;
  bottom: -12px;
  right: -12px;
  width: 91.2%;
  aspect-ratio: 664 / 128;
  opacity: 0.5;
  transition: 0.3s;
}
.unit_link_01 .btn00:hover .dec01::after {
  bottom: 0 !important;
  right: 0 !important;
}
@media screen and (max-width: 1280px) {
  .unit_link_01 .link_inner {
    font-size: calc(28 / 1280 * 100vw);
  }
  .unit_link_01 .btn00 .dec01:after {
    bottom: calc(-12 / 1280 * 100vw);
    right: calc(-12 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .unit_link_01 .btn00::after {
    width: 57.95%;
    clip-path: polygon(25.5% 0, 100% 0, 100% 100%, 0% 100%);
  }
  .block_float01 .unit_link_01 .link_inner {
    max-width: 93.075%;
    font-size: min(calc(13 / 390 * 100vw), 13px);
    justify-content: space-between;
    gap: 0;
  }
  .block_float01 .unit_link_01 .btn00 {
    position: relative;
    z-index: 0;
    width: 48.5%;
    height: 5.23em;
    border-radius: min(calc(7 / 390 * 100vw), 7px);
    overflow: hidden;
  }
  .block_float01 .unit_link_01 .btn00.btn_tel .dec01,
  .block_float01 .unit_link_01 .btn00.btn_web .dec01 {
    font-size: 1.231em;
    letter-spacing: 0.16em;
  }
  .block_float01 .unit_link_01 .btn00.btn_web .dec01 {
    letter-spacing: -0.08em;
  }
  .block_float01 .unit_link_01 .btn00 .dec01::after {
    display: none;
  }
}
.parts_contact01 {
}
.parts_contact01 .parts_link {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.parts_contact01 .parts_link .btn00 {
  position: relative;
  z-index: 0;
  background: #958FC7;
  width: 45.71%;
  aspect-ratio: 512/176;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 0.85714em;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.08em;
}
.parts_contact01 .parts_link .btn00.btn_web {
  gap: 1.035em;
  background: #6FB5D3;
}
.parts_contact01 .parts_link .btn00::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #958FC7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.parts_contact01 .parts_link .btn00.btn_web::before {
  background: #6FB5D3;
}
.parts_contact01 .parts_link .btn00::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  background-color: #888;
  opacity: 0.5;
  bottom: -10px;
  right: -10px;
  width: 100%;
  aspect-ratio: 512 / 144;
  transition: 0.3s;
}
.parts_contact01 .parts_link .btn00:hover::after {
  bottom: 0;
  right: 0;
}
.parts_contact01 .parts_link .btn00 .dec01 {
  font-size: 1.714em;
  line-height: 100%;
  letter-spacing: 0.16em;
}
.parts_contact01 .parts_link .btn00 .dec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  width: 53.9%;
  height: 100%;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0% 100%);
}
.parts_contact01 .parts_link .btn00.btn_tel .dec01 {
  display: flex;
  align-items: center;
  gap: 0.35em;
}
.parts_contact01 .parts_link .btn00.btn_tel .dec01::before {
  content: "";
  display: block;
  background-image: url("../test/img/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.6667em;
  aspect-ratio: 17 / 25;
}
.parts_contact01 .parts_link .btn00.btn_web .dec01 {
  font-size: 1.286em;
  letter-spacing: 0;
}
.parts_contact01 .parts_logo {
  width: 538px;
  margin: 112px auto 0;
}
.parts_contact01 .parts_logo img {
    width: 100%;
    height: auto;
}
.parts_contact01 .parts_data {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    color: #333;
    flex-direction: column;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.08em;
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-top: 20px;
}
.parts_contact01 .parts_data dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
@media (max-width: 767px) {
  .parts_contact01 .parts_data {
    flex-direction: column;
    align-items: center;
  }
}
.parts_contact01 .parts_data dt {
  width: 6.5em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: normal;
  border: 1px solid #858585;
}

@media screen and (max-width: 1280px) {
  .parts_contact01 .parts_link .btn00 {
    font-size: calc(28 / 1280 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .parts_contact01 .parts_link .btn00 .dec01::after {
    width: 57.95%;
    clip-path: polygon(25.5% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.text00 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.04em;
}
.text01 {
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1280px) {
  .text01 {
    font-size: 15px;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 1280px) {
  .text01 {
    font-size: min(calc(15 / 390 * 100vw), 15px);
  }
}
/*コンテンツ*/
/*各コンテンツ毎*/

/*.block_teeth --------------------------*/
.block_teeth {
  overflow: hidden;
  position: relative;
  z-index: 0;
  background-color: #f0f0f0;
  margin: 0 0;
  padding: 113px 0 72px;
}
.block_teeth h2 {
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 105px;
  margin-bottom: 2.55em;
}
.block_teeth .list_teeth {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 32px 0;
}
.block_teeth .list_teeth .teeth00 {
  position: relative;
  z-index: 1;
  width: 23.125%;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 9999px;
  cursor: pointer;
}
.block_teeth .list_teeth .teeth00 .box_img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  gap: 1.455em;
  color: #888;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0;
  transition: 0.3s;
}
.block_teeth .list_teeth .teeth00 .box_img h3 {
    font-size: 21px;
    letter-spacing: 0;
    font-feature-settings: "palt";
}
/*.block_teeth .list_teeth .teeth00:hover .box_img, .block_teeth .list_teeth .teeth00:active .box_img {
    opacity: 0;
}*/
.block_teeth .list_teeth .teeth00.open .box_img {
  opacity: 0;
}
.block_teeth .list_teeth .teeth00 .box_img img {
  width: 48.64%;
  margin: 0 auto;
  transition: 0.3s;
      height: auto;
}
.block_teeth .list_teeth .teeth00:hover .box_img img,
.block_teeth .list_teeth .teeth00:active .box_img img {
  transform: scale(1.1);
}
.block_teeth .list_teeth .teeth00 .box_text {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #90B8E0;
  opacity: 0;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 13.43%;
  border-radius: 999px;
  color: #fff;
  text-align: justify;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 190%;
  letter-spacing: 0;
}
.block_teeth .list_teeth .teeth00 .box_text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  opacity: 0.2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  transform: rotate(45deg);
  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
}
/*.block_teeth .list_teeth .teeth00:hover .box_text, .block_teeth .list_teeth .teeth00:active .box_text {
    z-index: 1;
    opacity: 1;
}*/
.block_teeth .list_teeth .teeth00.open .box_text {
  z-index: 1;
  opacity: 1;
}
@media screen and (max-width: 1280px) {
  .block_teeth {
    padding: 71px 0 13px;
  }
  .block_teeth h2 {
    font-size: 36px;
    line-height: normal;
    margin-bottom: 54px;
  }
  .block_teeth .list_teeth {
    justify-content: center;
    gap: 16px 2.45%;
    padding: 0 3.54%;
  }
  .block_teeth .list_teeth .teeth00 {
    width: 31.7%;
  }
  .block_teeth .list_teeth .teeth00 .box_img {
    font-size: 18px;
    font-size: calc(18 / 768 * 100vw);
  }
  .block_teeth .list_teeth .teeth00 .box_text {
    font-size: 13px;
    font-size: calc(13 / 768 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .block_teeth {
    padding: min(calc(87 / 390 * 100vw), 87px) px 0 min(calc(64 / 390 * 100vw), 64px);
  }
  .block_teeth .block_inner {
    max-width: 94.35%;
  }
  .block_teeth h2 {
    font-size: min(calc(32 / 390 * 100vw), 32px);
    line-height: normal;
    margin-bottom: min(calc(59 / 390 * 100vw), 59px);
  }
  .block_teeth .list_teeth {
    max-width: 500px;
    margin: 0 auto;
    gap: min(calc(16 / 390 * 100vw), 16px) 4.34%;
    padding: 0;
  }
  .block_teeth .list_teeth .teeth00 {
    width: 47.82%;
  }
  .block_teeth .list_teeth .teeth00 .box_img {
    font-size: min(calc(16 / 390 * 100vw), 18px);
    gap: 1em;
  }
  .block_teeth .list_teeth .teeth00 .box_text {
    font-size: min(calc(11.5 / 390 * 100vw), 15px);
  }
}

/*フッター_______________________________________*/
.block_footer {
  overflow: hidden;
  padding-top: 84px;
  background-color: #fff;
}
.block_footer .footer_inner {
}
.block_footer .footer_logo {
  max-width: 538px;
  margin: 0 auto 68px;
}
.block_footer .footer_logo img {
    width: 100%;
    height: auto;
}
.block_footer .unit_data {
  display: flex;
  justify-content: space-between;
  margin-bottom: 96px;
}
.block_footer .unit_data .box_img {
  width: 69.375%;
  margin-left: -24.922%;
}
.block_footer .unit_data .box_data {
  width: 50%;
  display: flex;
  flex-flow: column;
  gap: 30px;
}
.block_footer .unit_data .box_data h3 {
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  text-align: left;
  line-height: 100%;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #90B8E0;
  padding-bottom: 0.583em;
  margin-bottom: 1em;
}
.block_footer .reservation {
}
.block_footer .box_reservation {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.block_footer .reservation .btn00 {
  position: relative;
  z-index: 0;
  width: 68.75%;
  height: 3.667em;
  color: #fff;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block_footer .reservation .btn00::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background: #958FC7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block_footer .reservation .btn00.btn_web::before {
 background: #6FB5D3;
}
.block_footer .reservation .btn00::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
  width: 53.9%;
  height: 100%;
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0% 100%);
}
.block_footer .reservation .btn00 .dec01 {
  display: flex;
  gap: 0.25em;
}
.block_footer .reservation .btn00 .dec01::before {
  content: "";
  display: block;
  background-image: url("../test/img/icon_phone.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 0.7083em;
  aspect-ratio: 17 / 25;
}
span.time__btm-text {
    text-align: right;
    display: block;
    margin: 8px 0 0;
}
.block_footer .hours .house_inner {
  padding: 8px;
  background: linear-gradient(30deg, #90B8E0 0%, #A8A0F0 100%);
  border-radius: 4px;
}
.block_footer .hours .box_hours {
  padding: 18px 24px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.75px;
  letter-spacing: 0.05em;
}
.block_footer .hours .box_hours > div {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
.block_footer .hours .box_hours > div + div {
  margin-top: 17px;
}
.block_footer .hours .box_hours dt {
  width: 164px;
  text-align: center;
  font-weight: 400;
}
.block_footer .hours .box_hours .time dt {
  font-size: 1.2667em;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.95px;
}
.block_footer .hours .box_hours dd {
  width: 3em;
  text-align: center;
}
.block_footer .access .box_images {
  display: flex;
  gap: 1.6em;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0.05em;
  margin-top: 1.467em;
}
.block_footer .access .box_images > * {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 5.867em;
}
.block_footer .access .box_images .eki {
  width: 16.25%;
  background-color: #333333;
  gap: 0.348em;
  clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%);
  margin-right: 0.033em;
  color: #fff;
  font-weight: 700;
}
.block_footer .access .box_images .eki img {
  width: 24.03%;
}
.block_footer .access .box_images .deguchi {
  width: 32.5%;
  background-color: #d4bdc7;
}
.block_footer .map {
  position: relative;
  z-index: 1;
  height: 336px;
  margin-bottom: -176px;
}
.block_footer .access .map iframe {
  height: 100%;
}
.block_footer small {
  position: relative;
  z-index: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  background: linear-gradient(87.09deg, #A8A0F0 14.66%, #80D0E0 86.14%);
  padding: 209px 0 39px;
  color: #fff;
  text-align: center;
  font-family: "Crimson Text";
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
.block_footer small .dec01 {
  position: relative;
  z-index: 0;
  padding-bottom: 1.375em;
  margin-bottom: 1.1875em;
  letter-spacing: 0;
}
.block_footer small .dec01::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-color: #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1.067em;
  height: 1px;
}
.block_teeth .list_teeth .teeth00:not(:last-of-type) {
    margin-bottom: 0;
}
.block_footer .unit_data .box_img img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1200px) {
  .block_footer {
    padding-top: 82px;
  }
  .block_footer .block_inner {
    max-width: 83.334%;
  }
  .block_footer .footer_logo {
    max-width: 80.31%;
    margin: 0 auto 64px;
  }
  .block_footer .unit_data {
    flex-flow: column;
    gap: 50px;
    margin-bottom: 55px;
  }
  .block_footer .unit_data .box_img {
    width: 100%;
    margin-left: 0;
  }
  .block_footer .unit_data .box_data {
    width: 100%;
    gap: 32px;
  }
  .block_footer .map {
    width: 107.5%;
    margin-left: -3.75%;
  }
}
@media screen and (max-width: 767px) {
  .block_footer .block_inner {
    width: 600px;
    max-width: 87.69%;
  }
  span.time__btm-text {
    text-align: left;
  }
  .block_footer .footer_logo {
    max-width: 100%;
    margin: 0 auto min(calc(36 / 390 * 100vw), 36px);
  }
  .block_footer .unit_data {
    gap: min(calc(43 / 390 * 100vw), 43px);
    margin-bottom: min(calc(24 / 390 * 100vw), 24px);
  }
  .block_footer .unit_data .box_data h3 {
    text-align: center;
    font-size: min(calc(19 / 390 * 100vw), 19px);
    padding-bottom: 1em;
    margin-bottom: 1.579em;
  }
  .block_footer .box_reservation {
    flex-flow: column;
    align-items: center;
    gap: min(calc(16 / 390 * 100vw), 16px);
  }
  .block_footer .reservation .btn00 {
    width: 91.22%;
    height: 3.667em;
    font-size: min(calc(24 / 390 * 100vw), 24px);
  }
  .block_footer .hours .house_inner {
    display: contents;
  }
  .block_footer .hours .box_hours {
    padding: 0;
    font-size: min(calc(15 / 390 * 100vw), 15px);
  }
  .block_footer .hours .box_hours > div {
    align-items: center;
    border-bottom: 1px solid #ddd;
  }
  .block_footer .hours .box_hours > div + div {
    margin-top: min(calc(5 / 390 * 100vw), 5px);
  }
  .block_footer .hours .box_hours dt {
    width: 5em;
  }
  .block_footer .hours .box_hours .time dt {
    font-size: 1em;
  }
  .block_footer .hours .box_hours dd {
    width: 1.1em;
  }
  .block_footer .hours .box_hours dd:last-of-type {
    width: 3.3em;
  }
  .block_footer .access {
    display: flex;
    flex-flow: column;
  }
  .block_footer .access h3 {
    order: 1;
  }
  .block_footer .access address {
    order: 3;
    font-size: min(calc(15 / 390 * 100vw), 15px);
  }
  .block_footer .access .box_images {
    order: 2;
    font-size: min(calc(14 / 390 * 100vw), 14px);
    justify-content: space-between;
    gap: 0;
    margin-top: 0;
    margin-bottom: 14px;
  }
  .block_footer .access .box_images .eki {
    width: 30.4%;
  }
  .block_footer .access .box_images .eki img {
    width: 1.7857em;
  }
  .block_footer .access .box_images .deguchi {
    width: 30.4%;
  }
  .block_footer .map {
    width: 100%;
    height: min(calc(296 / 390 * 100vw), 296px);
    margin-left: 0;
    margin-bottom: -143px;
  }
  .block_footer small {
    padding: min(calc(181 / 390 * 100vw), 181px) 0 min(calc(38 / 390 * 100vw), 38px);
    font-size: min(calc(16 / 390 * 100vw), 16px);
    letter-spacing: 0.5px;
  }
  .block_footer small .dec01 {
    padding-bottom: min(calc(14 / 390 * 100vw), 14px);
    margin-bottom: min(calc(15 / 390 * 100vw), 15px);
  }
  .rsec__mv-pc-tb-only {
    display: none;
  }
  .rsec__mv-top {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 12px 16px 32px;
      overflow: hidden;
      height: 64px;
      z-index: 999;
      transition: ease all 0.5s;
  }
  .rsec__mv-top.sp__navi-active {
      height: 94vw;
  }
  .rsec__mv-top-body {
      margin-top: 64px;
  }
  .rsec__mv-top__btn-icons {
      display: none;
  }
  h1.rsec__mv-main-img-overlay {
      transform: translateY(122vw);
  }
  .rsec__mv-top-inner-pc {
      padding-top: 5vw;
  }
  .rsec__mv-title {
      font-size: 13vw;
  }
  .rsec__mv-top-body {
      height: 164.833vw;
  }
  .swiper-backface-hidden .swiper-slide {
      padding-top: 40px;
  }
  .rsec__mv {
      padding-bottom: 24px;
  }
  .rsec-02__big::before {
      width: 144px;
      height: 64px;
      background-image: url(../test/img/liner-tb.png);
      top: -60px;
      left: -185%;
  }
  .rsec-02__block-01 {
      gap: 40px;
  }
  .parts_contact01 .parts_link .btn00 {
      width: 100%;
      font-size: 4.2vw;
  }
  .parts_contact01 .parts_logo {
      width: 100%;
  }
  .block_teeth {
      background-color: #e4ebf0;
  }
  .block_teeth .list_teeth .teeth00 .box_img h3 {
    font-size: 16px;
  }
  span.access__btm-text {
      order: 2;
      text-align: center;
      line-height: 1.4;
      margin-bottom: 16px;
  }
  .parts_contact01 .parts_data dl {
      font-size: 13px;
      flex-direction: column;
      text-align: center;
  }
  picture.sp-draw-btn {
      width: 40px;
      display: block;
  }
  .rsec__mv-top-inner > * {
      width: 100%;
  }
  .rsec__mv-top-left {
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
  }
}
/*フッター(ダミー部分 ここまで)*/

@media screen and (min-width: 767px) and (max-width: 1023px) {
  .rsec-02__title::before {
      right: -56%;
  }
  .rsec-02__big::before {
      height: 92px;
      top: 10px;
      left: -374%;
  }
}
@media screen and (min-width: 767px) and (max-width: 1279px) {
  .rsec-02__pickup {
      justify-content: center;
  }
  .block_worries .unit02 {
      padding-top: 56px;
  }
}
