@charset "UTF-8";
/* =================================================================
		base setting
================================================================= */
html {
  font-size: 62.5%; }

body {
  width: 100%;
  background-color: #fff;
  color: #222;
  font-family: "游ゴシック体", Yu Gothic, YuGothic, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-y: scroll;
  overscroll-behavior-y: none; }

* {
  box-sizing: border-box; }

img {
  height: auto; }

ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

ul {
  text-align: left; }
  ul li {
    list-style: none; }

ol {
  counter-reset: item;
  list-style-type: none;
  text-align: left; }
  ol li {
    padding-left: 1.3em;
    position: relative; }
    ol li::before {
      counter-increment: item;
      content: counter(item) ".";
      position: absolute;
      left: 0;
      top: 1em;
      transform: translateY(-1em); }

figure {
  margin: 0; }

table {
  border: none;
  border-spacing: 0; }

th,
td {
  vertical-align: top;
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.6; }

em {
  font-weight: bold;
  font-style: normal; }

p {
  margin: 0; }

address {
  font-style: normal; }

a {
  outline: none; }
  a:link {
    color: #222;
    text-decoration: none; }
  a:visited {
    color: #222; }
  a:hover, a:focus, a:active {
    color: #222;
    text-decoration: none; }

/* =================================================================
		#whole
================================================================= */
.site-main {
  overflow: hidden; }

/* =================================================================
		#common
================================================================= */
.pct img {
  width: 100%; }

.term {
  display: inline-block; }

.btn-detail a {
  min-width: 320px;
  max-width: 320px;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1;
  background-color: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(20px);
  padding: 16px 40px 16px 32px;
  border-radius: 999px;
  text-align: center;
  transition: background-color .2s, color .2s;
  position: relative; }
  .btn-detail a:after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 8px;
    background: url(../img/ico_arrow.svg) left top/100% auto no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%); }
  @media (hover: hover) {
    .btn-detail a:hover {
      color: #fff; }
      .btn-detail a:hover:after {
        filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); } }
.btn-detail.wh a {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }
  .btn-detail.wh a:after {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(65deg) brightness(100%) contrast(103%); }
  @media (hover: hover) {
    .btn-detail.wh a:hover {
      background-color: #fff; }
      .btn-detail.wh a:hover:after {
        filter: none; } }

@media screen and (max-width: 768px) {
  .btn-detail a {
    width: 100%;
    max-width: none;
    min-width: auto;
    font-size: 1.6rem;
    padding: 16px 40px 16px 32px; }
    .btn-detail a:after {
      width: 26px;
      height: 8px;
      right: 14px; } }
.sec {
  margin-bottom: 64px; }

.list-common {
  line-height: 1.6; }
  .list-common li {
    margin-bottom: .8em;
    padding-left: .95em;
    position: relative; }
    .list-common li::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0.57em;
      border-radius: 50%;
      background-color: #123d83;
      width: 6px;
      height: 6px; }
  .list-common span {
    display: inline-block; }

.list-normal {
  line-height: 1.6; }
  .list-normal li {
    margin-bottom: .4em;
    padding-left: 12px;
    position: relative; }
    .list-normal li::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0.57em;
      border-radius: 50%;
      background-color: #4a4a4a;
      width: 4px;
      height: 4px; }

.nopost {
  text-align: center; }

a.link-tel {
  text-decoration: underline; }
  @media print, screen and (min-width: 737px) {
    a.link-tel {
      text-decoration: none;
      pointer-events: none; } }

.seg {
  display: inline-block; }

.sec-lead {
  font-size: 1.7rem; }
  .sec-lead p {
    margin-bottom: 1em; }

@media screen and (max-width: 768px) {
  .sec-lead {
    font-size: 1.5rem; } }
.slideup {
  opacity: 0;
  transform: translateY(100px); }

.slideup-is-show {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .9s 0.1s, transform .9s 0.2s, filter .9s 0.3s; }

/* =================================================================
		#designing
================================================================= */
.txtbox {
  font-size: 1.6rem;
  color: #434343; }
  .txtbox p {
    margin-bottom: .9em; }
    .txtbox p:last-child {
      margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    .txtbox {
      font-size: 1.5rem; } }

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 736px) {
    .flex {
      display: block; } }

.bold {
  font-weight: bold; }

.wd-05 {
  width: 5%; }

.wd-10 {
  width: 10%; }

.wd-15 {
  width: 15%; }

.wd-20 {
  width: 20%; }

.wd-25 {
  width: 25%; }

.wd-30 {
  width: 30%; }

.wd-31 {
  width: 31%; }

.wd-32 {
  width: 32%; }

.wd-33 {
  width: 32%; }

.wd-34 {
  width: 32%; }

.wd-35 {
  width: 35%; }

.wd-36 {
  width: 36%; }

.wd-37 {
  width: 37%; }

.wd-38 {
  width: 38%; }

.wd-39 {
  width: 39%; }

.wd-40 {
  width: 40%; }

.wd-41 {
  width: 41%; }

.wd-42 {
  width: 42%; }

.wd-43 {
  width: 43%; }

.wd-44 {
  width: 44%; }

.wd-45 {
  width: 45%; }

.wd-46 {
  width: 46%; }

.wd-47 {
  width: 47%; }

.wd-48 {
  width: 48%; }

.wd-49 {
  width: 49%; }

.wd-50 {
  width: 50%; }

.wd-51 {
  width: 51%; }

.wd-52 {
  width: 52%; }

.wd-53 {
  width: 53%; }

.wd-54 {
  width: 54%; }

.wd-55 {
  width: 55%; }

.wd-60 {
  width: 60%; }

.wd-61 {
  width: 61%; }

.wd-62 {
  width: 62%; }

.wd-63 {
  width: 63%; }

.wd-64 {
  width: 64%; }

.wd-65 {
  width: 65%; }

.wd-66 {
  width: 66%; }

.wd-67 {
  width: 67%; }

.wd-68 {
  width: 68%; }

.wd-69 {
  width: 69%; }

.wd-70 {
  width: 70%; }

.wd-75 {
  width: 75%; }

.wd-80 {
  width: 80%; }

.wd-85 {
  width: 85%; }

.wd-90 {
  width: 90%; }

.wd-95 {
  width: 95%; }

.wd-100 {
  width: 100%; }

@media screen and (max-width: 736px) {
  .wd-05,
  .wd-10,
  .wd-15,
  .wd-20,
  .wd-25,
  .wd-30,
  .wd-31,
  .wd-32,
  .wd-33,
  .wd-34,
  .wd-35,
  .wd-36,
  .wd-37,
  .wd-38,
  .wd-39,
  .wd-40,
  .wd-41,
  .wd-42,
  .wd-43,
  .wd-44,
  .wd-45,
  .wd-46,
  .wd-47,
  .wd-48,
  .wd-49,
  .wd-50,
  .wd-51,
  .wd-52,
  .wd-53,
  .wd-54,
  .wd-55,
  .wd-60,
  .wd-61,
  .wd-62,
  .wd-63,
  .wd-64,
  .wd-65,
  .wd-66,
  .wd-67,
  .wd-68,
  .wd-69,
  .wd-70,
  .wd-75,
  .wd-80,
  .wd-85,
  .wd-90,
  .wd-95,
  .wd-100 {
    width: 100%; } }
.ta-left {
  text-align: left; }

.ta-right {
  text-align: right; }

.ta-center {
  text-align: center; }

.size-l-1 {
  font-size: 1.8rem; }

.mt-0 {
  margin-top: 20px !important; }

.mt-10 {
  margin-top: 20px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.pt-0 {
  padding-top: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

@media screen and (max-width: 736px) {
  .size-l-1 {
    font-size: 1.7rem; }

  .ta-left-sp {
    text-align: left; }

  .ta-right-sp {
    text-align: right; }

  .ta-center-sp {
    text-align: center; }

  .mb-0-sp {
    margin-bottom: 0px !important; }

  .mb-10-sp {
    margin-bottom: 10px !important; }

  .mb-20-sp {
    margin-bottom: 20px !important; }

  .mb-30-sp {
    margin-bottom: 30px !important; }

  .mb-40-sp {
    margin-bottom: 40px !important; } }
/* =================================================================
		#display control
================================================================= */
@media print, screen and (min-width: 769px) {
  .pc {
    display: inline; }

  .sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .pc {
    display: none !important; }

  .sp {
    display: inline; } }
/* =================================================================
		#IWC
================================================================= */
.page-iwc {
  background: #fff; }
  .page-iwc .header,
  .page-iwc .footer {
    display: none; }

.iwc-hero {
  margin-bottom: 10vh; }

.iwc-hero-key {
  width: 100%;
  aspect-ratio: 2.2 / 1;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity .9s;
  z-index: -1; }
  .iwc-hero-key video {
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .scrolled .iwc-hero-key {
    opacity: .2; }
  .arrivedabout .iwc-hero-key {
    opacity: 0; }

.iwc-hero-emptybox {
  width: 100%;
  aspect-ratio: 2.2 / 1; }

@keyframes iwchero {
  0% {
    opacity: 0;
    transform: rotate(3deg) scale(1.2); }
  65% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: rotate(0deg) scale(1); } }
@keyframes AnimationName {
  0% {
    background-position: 0% 33%; }
  50% {
    background-position: 100% 68%; }
  100% {
    background-position: 0% 33%; } }
@media screen and (max-width: 768px) {
  .iwc-hero {
    margin-bottom: 48px; }

  .iwc-hero-key {
    aspect-ratio: 1.4 / 1; }

  .iwc-hero-emptybox {
    aspect-ratio: 1.4 / 1; } }
.iwc-hero-cont {
  padding-top: 12vh;
  position: relative;
  z-index: 1; }
  .iwc-hero-cont .tagline {
    font-size: 3.4rem;
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 32px; }
    .iwc-hero-cont .tagline span {
      display: inline-block;
      background: linear-gradient(279deg, #ff74a4, #bc6bf3, #6bcef3, #70d5a1, #80ea68, #f3e953, #fd9a61);
      background-size: 200% 200%;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: AnimationName 10s ease infinite; }
  .iwc-hero-cont .ttl {
    max-width: 300px;
    margin: 0 auto 32px; }
    .iwc-hero-cont .ttl img {
      width: 100%; }
  .iwc-hero-cont .lead {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 2; }

@media screen and (max-width: 768px) {
  .iwc-hero-cont {
    padding: 40px 30px; }
    .iwc-hero-cont .tagline {
      font-size: 2.2rem;
      margin-bottom: 32px; }
    .iwc-hero-cont .ttl {
      width: 54%;
      max-width: none; }
    .iwc-hero-cont .lead {
      font-size: 1.6rem; } }
.iwc-sec {
  padding: 0 30px;
  margin-bottom: 10vh; }

.iwc-container {
  max-width: 1200px;
  margin: 0 auto; }

.iwc-heading {
  max-width: 1200px;
  margin: 0 auto 48px;
  position: relative; }

.iwc-heading-en {
  display: inline-block;
  font-size: calc(6vw + 1rem);
  line-height: 1.3333;
  letter-spacing: 0;
  font-family: "Roboto", sans-serif; }

.iwc-heading-txt {
  font-size: 2.5rem;
  line-height: 1.3333;
  font-family: "Noto Sans JP", sans-serif; }

@media screen and (max-width: 768px) {
  .iwc-sec {
    margin-bottom: 48px; }

  .iwc-heading {
    margin-bottom: 32px; }

  .iwc-heading-en {
    font-size: calc(11vw + 1rem); }

  .iwc-heading-txt {
    font-size: 2rem; } }
.iwc-lead {
  font-size: 1.8rem;
  max-width: 1200px;
  margin: 0 auto 32px; }
  .iwc-heading + .iwc-lead {
    margin-top: -16px; }

@media screen and (max-width: 768px) {
  .iwc-lead {
    font-size: 1.6rem; } }
.bg-colorful {
  padding-bottom: 20vh;
  background-image: radial-gradient(at 52% 60%, #ffc08a 0px, transparent 50%), radial-gradient(at 68% 43%, #ed9eff 0px, transparent 50%), radial-gradient(at 20% 56%, #fff07a 0px, transparent 50%), radial-gradient(at 100% 47%, #8fa7ff 0px, transparent 50%), radial-gradient(at 0% 55%, #ebfa75 0px, transparent 50%), radial-gradient(at 84% 53%, #61cdff 0px, transparent 50%), radial-gradient(at 0% 44%, #ff8fad 0px, transparent 50%); }

.iwc-about {
  display: flex;
  justify-content: space-between; }

.iwc-about-cont {
  width: 50%;
  margin-right: auto; }
  .iwc-about-cont .catch {
    font-size: 2.4rem;
    margin: 1.4em 0 .6em; }
  .iwc-about-cont .exp p {
    font-size: 1.7rem;
    line-height: 2;
    margin-bottom: 1.2em; }

.iwc-about-pct {
  width: 47%;
  position: relative;
  margin-top: 48px; }
  .iwc-about-pct img {
    width: 100%; }
  .iwc-about-pct img:nth-child(1) {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: rotate(4deg); }
  .iwc-about-pct img:nth-child(2) {
    z-index: 0;
    transform: rotate(10deg); }

@media screen and (max-width: 768px) {
  .iwc-about {
    display: block; }

  .iwc-about-cont {
    width: 100%; }
    .iwc-about-cont .catch {
      font-size: 2rem;
      margin: 1.4em 0 .6em; }
    .iwc-about-cont .exp p {
      font-size: 1.5rem; }

  .iwc-about-pct {
    width: 90%;
    margin: 40px auto 0; } }
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.iwc-footprints {
  margin-top: 14vh;
  margin-bottom: 14vh; }

.footprints-wrap {
  display: flex;
  overflow: hidden;
  transform: rotate(-3deg); }

.footprints-list {
  display: flex;
  animation: infinity-scroll-left 60s infinite linear 0.5s both; }

.footprints-blc {
  margin-right: 80px; }
  .footprints-blc img {
    height: 360px; }

@media screen and (max-width: 768px) {
  .iwc-footprints {
    width: 110vw;
    margin-top: 64px;
    margin-bottom: 64px; }

  .footprints-wrap {
    display: flex;
    overflow: hidden;
    transform: rotate(-3deg); }

  .footprints-blc {
    margin-right: 64px; }
    .footprints-blc img {
      height: 200px; } }
.iwc-activity {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap; }

.iwc-activity-item {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 40px;
  margin-bottom: 46px;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
  position: relative; }
  @media print, screen and (min-width: 769px) {
    .iwc-activity-item {
      min-height: 256px;
      width: calc(50% - 24px);
      display: flex;
      align-items: flex-start; }
      .iwc-activity-item:nth-child(even) {
        margin-right: 0; } }
  .iwc-activity-item .ico {
    display: block;
    width: 85px;
    margin-right: 32px; }
  .iwc-activity-item .cont {
    flex: 1; }
  .iwc-activity-item .ttl {
    font-size: 2.5rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: .4em; }
  .iwc-activity-item .en {
    font-size: 3.7rem;
    line-height: 1;
    letter-spacing: -.02em;
    font-family: "Caveat", cursive;
    letter-spacing: 0;
    position: absolute;
    right: -12px;
    top: -10px;
    z-index: 1;
    transform: rotate(-8deg); }
    .iwc-activity-item .en span {
      font-size: 1.15em;
      text-indent: .6em;
      display: inline-block; }
  .iwc-activity-item .exp {
    font-size: 1.5rem; }

.iwc-activity-item:nth-child(1) .en {
  color: #ff7699; }
.iwc-activity-item:nth-child(2) .en {
  color: #644fd7; }
.iwc-activity-item:nth-child(3) .en {
  color: #f29410; }
.iwc-activity-item:nth-child(4) .en {
  color: #22c1ff; }
.iwc-activity-item:nth-child(5) .en {
  color: #abcc00; }
.iwc-activity-item:nth-child(6) .en {
  color: #52d374; }

@media screen and (max-width: 768px) {
  .iwc-activity-item {
    padding: 24px 32px 32px 32px;
    border-radius: 32px;
    margin-bottom: 24px; }
    .iwc-activity-item:last-child {
      margin-bottom: 0; }
    .iwc-activity-item .ico {
      width: 75px;
      margin: 0 auto; }
    .iwc-activity-item .ttl {
      text-align: center; }
    .iwc-activity-item .en {
      font-size: 2.9rem; } }
.plan-sec {
  background: white;
  background: linear-gradient(0deg, white 85%, rgba(255, 255, 255, 0) 100%);
  margin-top: -10vh; }

.iwc-plan {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.iwc-plan-item {
  text-align: center;
  width: 47%;
  background-color: #ffb8b8;
  background-image: radial-gradient(at 40% 20%, #ffb87a 0px, transparent 50%), radial-gradient(at 80% 0%, #1fddff 0px, transparent 50%), radial-gradient(at 0% 50%, #ffdbde 0px, transparent 50%), radial-gradient(at 80% 50%, #ff85ad 0px, transparent 50%), radial-gradient(at 0% 100%, #ffbe99 0px, transparent 50%), radial-gradient(at 80% 100%, #938fff 0px, transparent 50%), radial-gradient(at 0% 0%, #ff99b6 0px, transparent 50%);
  padding: 48px 56px;
  border-radius: 40px;
  position: relative; }
  .iwc-plan-item:before {
    content: "";
    display: block;
    width: calc(100% - 18px);
    height: calc(100% - 18px);
    border-radius: 32px;
    position: absolute;
    left: 9px;
    top: 9px;
    background-color: #fff; }
  .iwc-plan-item * {
    position: relative;
    z-index: 1; }
  .iwc-plan-item .ttl {
    font-size: 2.2rem;
    border-bottom: 1px solid #868686;
    padding-bottom: .6em;
    margin-bottom: .9em; }
  .iwc-plan-item .exp {
    position: relative; }
  .iwc-plan-item .free {
    font-size: 1.7rem;
    line-height: 1;
    padding: .5em .9em;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 50px;
    top: -32px;
    z-index: 1;
    background: #f67a37;
    background: linear-gradient(70deg, #f67a37 0%, #f50c5b 100%);
    border-radius: 999px; }
    .iwc-plan-item .free:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 36%;
      border-style: solid;
      border-width: 12px 12px 0 0;
      border-color: #f50c5b transparent transparent;
      translate: -50% 100%;
      transform: skew(-25deg);
      transform-origin: top; }
  .iwc-plan-item .price {
    font-size: 2.2rem;
    line-height: 1.3333; }
    .iwc-plan-item .price .amount {
      font-size: 1.6em;
      font-family: "Roboto", sans-serif;
      margin: 0 .15em; }

.btn-tofaq {
  position: absolute;
  right: 0;
  top: -100px;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1em 2.9em 1em 1.9em;
  border-radius: 999px;
  border: 2px solid #333; }
  .btn-tofaq:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 8px;
    background: url(../img/ico_arrow_s.svg) left top/100% auto no-repeat;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg); }
  @media (hover: hover) {
    .btn-tofaq {
      transition: 0.2s; }
      .btn-tofaq:hover {
        background-color: #333;
        color: #fff; }
        .btn-tofaq:hover:before {
          filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(109deg) brightness(102%) contrast(102%); } }

@media screen and (max-width: 768px) {
  .plan-sec {
    margin-top: -88px; }

  .iwc-plan-item {
    width: 100%;
    padding: 32px;
    margin-bottom: 24px;
    border-radius: 32px; }
    .iwc-plan-item:before {
      width: calc(100% - 14px);
      height: calc(100% - 14px);
      border-radius: 28px;
      left: 7px;
      top: 7px; }
    .iwc-plan-item .ttl {
      font-size: 1.8rem; }
    .iwc-plan-item .free {
      font-size: 1.5rem;
      right: 0;
      top: -32px; }
      .iwc-plan-item .free:after {
        left: 54%;
        border-width: 10px 10px 0 0; }
    .iwc-plan-item .price {
      font-size: 1.8rem; }

  .btn-tofaq {
    display: block;
    width: fit-content;
    position: relative;
    right: auto;
    top: auto;
    font-size: 1.6rem;
    margin: 0 auto 40px; }
    .btn-tofaq:before {
      width: 12px;
      height: 8px;
      right: 14px; } }
.iwc-payment {
  margin-top: 32px; }
  .iwc-payment p {
    font-size: 1.7rem;
    text-align: center; }
    .iwc-payment p.ttl {
      font-size: 2rem;
      font-family: "Noto Sans JP", sans-serif;
      margin-bottom: .5em; }

@media screen and (max-width: 768px) {
  .iwc-payment p {
    font-size: 1.6rem; }
    .iwc-payment p.ttl {
      font-size: 1.8rem; } }
.voice-sec {
  padding: 10vh 0;
  background: #f67a37;
  background: linear-gradient(119deg, #ffbb97 0%, #eb8fe0 100%); }

.iwc-voice {
  padding: 32px 0; }

@media screen and (max-width: 768px) {
  .voice-sec {
    padding: 48px 30px; }

  .iwc-voice {
    margin: 0 -30px !important;
    padding: 32px 0; } }
.swiper-wrapper {
  display: flex;
  align-items: stretch; }

.swiper-buttons {
  width: 100%;
  max-width: 79.7%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; }
  @media print, screen and (min-width: 1601px) {
    .swiper-buttons {
      max-width: 61.5%; } }
  .swiper-buttons .swiper-button-prev,
  .swiper-buttons .swiper-button-next {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
    .swiper-buttons .swiper-button-prev:after,
    .swiper-buttons .swiper-button-next:after {
      font-size: 4rem; }

.iwc-voice-item {
  height: auto !important;
  padding: 56px;
  box-shadow: 8px 8px 40px 0 rgba(0, 0, 0, 0.15);
  border-radius: 40px;
  background-color: #fff;
  position: relative; }
  .iwc-voice-item .cont {
    width: 72%;
    margin-right: auto; }
    .iwc-voice-item .cont .catch {
      font-size: 3rem;
      font-family: "Noto Sans JP", sans-serif;
      margin-bottom: .3em; }
    .iwc-voice-item .cont .author {
      font-size: 1.7rem;
      color: #d37747;
      margin-bottom: 32px; }
    .iwc-voice-item .cont .review {
      font-size: 1.6rem;
      max-height: 34rem;
      overflow-y: auto;
      padding-right: 32px; }
      .iwc-voice-item .cont .review::-webkit-scrollbar {
        width: 10px; }
      .iwc-voice-item .cont .review::-webkit-scrollbar-track {
        background-color: #efefef; }
      .iwc-voice-item .cont .review::-webkit-scrollbar-thumb {
        background-color: #6eb9d8;
        border-radius: 99px; }
    .iwc-voice-item .cont p {
      margin-bottom: 1.1em; }
  .iwc-voice-item .pct {
    width: 28%;
    overflow: hidden;
    aspect-ratio: 1 / 1.2;
    position: absolute;
    right: -24px;
    top: 48px;
    transform: rotate(357deg); }
    .iwc-voice-item .pct img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .iwc-voice-item.layout-right .cont {
    order: 2; }
  .iwc-voice-item.layout-right .pct {
    order: 1; }

@media screen and (max-width: 768px) {
  .swiper-buttons {
    max-width: none;
    width: 104%; }
    .swiper-buttons .swiper-button-prev:after,
    .swiper-buttons .swiper-button-next:after {
      font-size: 2.5rem; }

  .iwc-voice-item {
    padding: 24px;
    border-radius: 32px; }
    .iwc-voice-item .cont {
      width: 100%;
      margin-right: auto; }
      .iwc-voice-item .cont .catch {
        font-size: 1.85rem; }
      .iwc-voice-item .cont .author {
        font-size: 1.5rem;
        margin-bottom: 0; }
      .iwc-voice-item .cont .review {
        font-size: 1.4rem;
        max-height: 25rem;
        padding-right: 24px; }
        .iwc-voice-item .cont .review::-webkit-scrollbar {
          width: 8px; }
      .iwc-voice-item .cont p {
        margin-bottom: 1.1em; }
    .iwc-voice-item .pct {
      width: 53%;
      position: static;
      transform: rotate(357deg);
      margin: 0 auto 24px; } }
.flow-sec {
  position: relative;
  padding-top: 7vh; }

.iwc-flow {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 1; }

.iwc-flow-arrow {
  position: absolute;
  left: -77px;
  z-index: 1;
  top: -54px; }

.iwc-flow-item {
  border-radius: 48px;
  box-shadow: 4px 4px 30px 0 rgba(0, 0, 0, 0.05);
  padding: 48px 40px 40px;
  position: relative;
  z-index: 2;
  overflow: hidden; }
  .iwc-flow-item.step01 {
    background-color: #95dcff; }
  .iwc-flow-item.step02 {
    background-color: #abb2f6; }
  .iwc-flow-item.step03 {
    background-color: #daa6e7; }
  .iwc-flow-item.step04 {
    background-color: #ec97d6; }
  .iwc-flow-item.step05 {
    background-color: #f79ab2; }
  @media print, screen and (min-width: 769px) {
    .iwc-flow-item {
      width: calc(33.3333% - 48px);
      margin-bottom: 48px; }
      .iwc-flow-item.step01, .iwc-flow-item.step04 {
        margin-left: 0; }
      .iwc-flow-item.step01, .iwc-flow-item.step02, .iwc-flow-item.step05 {
        margin-right: 48px; }
      .iwc-flow-item.step02 {
        margin-top: 60px; }
      .iwc-flow-item.step03 {
        margin-top: 140px; }
      .iwc-flow-item.step04 {
        order: 5; }
      .iwc-flow-item.step05 {
        order: 4;
        margin-top: 120px;
        z-index: 0; } }
  .iwc-flow-item .step {
    position: absolute;
    left: 6px;
    top: -45px;
    font-size: 5rem;
    letter-spacing: 0;
    color: #ffffff;
    opacity: .6;
    font-family: "Caveat", cursive;
    transform: rotate(350deg); }
    .iwc-flow-item .step .num {
      font-size: 1.8em; }
  .iwc-flow-item .ico {
    width: 100px;
    margin: 0 auto 22px;
    text-align: center;
    background-color: #ffffff;
    font-size: 1.5rem;
    border-radius: 50%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none; }
  .iwc-flow-item .ttl {
    text-align: center;
    font-size: 2.2rem;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 24px;
    position: relative;
    z-index: 1; }
  .iwc-flow-item .exp {
    font-size: 1.6rem; }

@media screen and (max-width: 768px) {
  .iwc-flow-item {
    border-radius: 32px;
    padding: 32px 28px;
    margin-bottom: 24px; }
    .iwc-flow-item .step {
      top: -50px; }
    .iwc-flow-item .ttl {
      font-size: 2rem;
      margin-bottom: 18px; }
    .iwc-flow-item .exp {
      font-size: 1.5rem; } }
.faq-sec {
  margin-top: -14vh;
  padding-top: 12vh;
  padding-bottom: 10vh;
  background-color: #ffef9e;
  background-image: radial-gradient(at 40% 20%, #ffd8b8 0px, transparent 50%), radial-gradient(at 80% 0%, #d7ffa3 0px, transparent 50%), radial-gradient(at 0% 50%, #d2e585 0px, transparent 50%), radial-gradient(at 0% 100%, #f1ffb8 0px, transparent 50%), radial-gradient(at 83% 49%, #ffe4bd 0px, transparent 50%); }

@media screen and (max-width: 768px) {
  .faq-sec {
    margin-top: -64px;
    padding-top: 64px;
    padding-bottom: 48px; } }
.faq-list {
  margin-bottom: 56px;
  position: relative; }
  .faq-list:last-child {
    margin-bottom: 0; }

.faq-list-pct {
  position: absolute;
  right: 0;
  width: 35%; }

.faq-list-heading {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px; }

.faq-blc {
  width: 60%;
  border-bottom: 1px solid #777a4154;
  font-size: 1.7rem;
  padding-bottom: 28px;
  margin: 0 auto 28px 0; }
  .faq-blc dt,
  .faq-blc dd {
    position: relative;
    padding-left: 4rem; }
    .faq-blc dt .ico,
    .faq-blc dd .ico {
      position: absolute;
      left: 0;
      top: 0;
      font-weight: bold;
      font-size: 3.5rem;
      line-height: 1; }
  .faq-blc dt {
    font-weight: bold;
    margin-bottom: 20px; }
    .faq-blc dt .ico {
      color: #7b71b1; }
    .faq-blc dt h3,
    .faq-blc dt p {
      font-size: 1.8rem; }
  .faq-blc dd .ico {
    color: #ea5f84; }

@media screen and (max-width: 736px) {
  .faq-list {
    margin-bottom: 40px; }

  .faq-list-pct {
    position: static;
    width: 100%;
    aspect-ratio: 1.2 / 1;
    margin: 0 auto 24px; }
    .faq-list-pct img {
      object-fit: cover;
      width: 100%;
      height: 100%; }

  .faq-list-heading {
    font-size: 2rem;
    margin-bottom: 16px; }

  .faq-blc {
    width: 100%;
    font-size: 1.6rem;
    padding-bottom: 16px;
    margin-bottom: 16px; }
    .faq-blc dt,
    .faq-blc dd {
      padding-left: 3.5rem; }
      .faq-blc dt .ico,
      .faq-blc dd .ico {
        font-weight: bold;
        font-size: 3rem; }
    .faq-blc dt {
      margin-bottom: 12px; }
      .faq-blc dt h3,
      .faq-blc dt p {
        font-size: 1.6rem; } }
.iwc-join-sec {
  background: url(../iwc_img/join_bg.jpg) center center/cover no-repeat;
  border-radius: 48px;
  padding: 64px 40px;
  max-width: 1100px;
  margin: 0 auto;
  display: none; }

.iwc-join-heading {
  text-align: center;
  margin-bottom: 32px; }

.iwc-join-heading-txt {
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif; }

.iwc-join {
  display: flex;
  justify-content: center;
  align-items: center; }

.iwc-join-btn {
  width: 100%;
  max-width: 400px;
  margin: 0 24px; }
  .iwc-join-btn a {
    display: block;
    line-height: 1;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 1em .8em;
    border-radius: 999px;
    color: #fff;
    background-color: #141414; }
    .iwc-join-btn a .ttl {
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      font-size: .9em;
      color: #f2ff53;
      margin-bottom: .7em; }
    @media (hover: hover) {
      .iwc-join-btn a {
        transition: 0.2s; }
        .iwc-join-btn a:hover {
          background-color: #fff;
          color: #111; }
          .iwc-join-btn a:hover .ttl {
            color: #111; } }

@media screen and (max-width: 768px) {
  .iwc-join-sec {
    width: 92%;
    border-radius: 32px;
    margin: 0 auto;
    padding: 32px 24px; }

  .iwc-join-heading {
    margin-bottom: 24px; }

  .iwc-join-heading-txt {
    font-size: 2rem; }

  .iwc-join {
    display: block; }

  .iwc-join-btn {
    width: 90%;
    max-width: none;
    margin: 0 auto 16px; }
    .iwc-join-btn:last-child {
      margin-bottom: 0; }
    .iwc-join-btn a {
      font-size: 1.7rem;
      padding: .8em; } }
.iwc-management {
  text-align: center;
  padding: 88px 30px 10vh; }
  .iwc-management a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    padding: 1em;
    border-radius: 99px;
    background-color: #e8e8e8; }
    @media (hover: hover) {
      .iwc-management a {
        transition: 0.2s; }
        .iwc-management a:hover {
          color: #fff;
          background-color: #404040; } }

@media screen and (max-width: 768px) {
  .iwc-management {
    padding: 64px 30px; }
    .iwc-management a {
      max-width: none;
      font-size: 1.6rem; } }
.iwc-footer {
  padding: 88px 30px;
  background-color: #2a2a2a; }

.copyright {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  text-align: center; }

@media screen and (max-width: 768px) {
  .iwc-footer {
    padding: 48px 30px; }

  .copyright {
    font-size: 1.3rem; } }

/*# sourceMappingURL=iwc.css.map */
