a.text-rink{
	color: #5221e6;
	text-decoration: none;
}

a.text-rink:hover{
	color: #90b0d6;
}

.sp{
	display: none
}

.indent-1{
		text-indent: -1em;
		padding-left: 1em;
		display: inline-block; 　/*spanタグにclass付けるときなど必要*/
}

.testimonial-company{
	margin-bottom: 0.5rem;
	font-size: 20px;
}

.footer{
	margin: 0 auto;
	margin-top: 8rem;
	display: flex;
	justify-content: center;
}
.copylight {
  color: #fcfbfa;
  margin-right: 2rem;
}

.privacy{
  color: #fcfbfa;
}

.privacy a{
  color: #fcfbfa;
	text-decoration: none;
}

.privacy a:hover{
	opacity: 0.8;
}


@media screen and (max-width: 479px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
	
.testimonial-company{
	font-size: 18px;
}
.footer{
	flex-direction: column;
	margin-top: 4rem;
}
.copylight {
  margin-right: 0;
  text-align: center;
	order: 2;
}
	.copylight p{
		font-size: 14px;
	}
	
.privacy{
  text-align: center;
	order: 1;
}
	
 .privacy p{
 font-size: 14px;
	}

}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

.nav {
  background-image: linear-gradient(#dbc5dc, #90b0d6);
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  color: #000;
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.top_01 {
  background-color: #000;
  border: 0 solid #000;
  padding: 80px 30px 10px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  margin-top: 0;
}

.pink {
  color: #e95d90;
}

.experience-block {
  padding-right: 48px;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flex-vertical_left_top {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.green {
  color: #3cc74e;
}

.blue {
  color: #609bff;
}

.number {
  color: #fcfbfa;
  margin-bottom: 8px;
  font-family: Allerta Stencil, sans-serif;
  font-size: 117px;
  font-weight: 400;
  line-height: 100%;
  display: block;
}

.heading_55px {
  color: #fff;
  width: 100%;
  max-width: 780px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 110%;
  display: inline-block;
}

.paragraph_16px {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  text-decoration: none;
}

.top_02 {
  background-image: linear-gradient(#dbc5dc, #90b0d6);
  padding: 80px 30px;
}

.heading_24px {
  color: #000;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.overline_16px {
  color: #8491a0;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  display: inline-block;
}

.experience-grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.body {
  color: #000;
  background-color: #fcfbfa;
  font-family: Noto Sans JP, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.top_03 {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  padding: 10px 30px 80px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.details {
  background-color: #fcfbfa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.frex_row_wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.frex_row_wrapper.mt80 {
  margin-bottom: 0;
  padding-top: 80px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.button-primary-3.is_red {
  background-color: #e63946;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.button-primary-3.is_red:hover {
  opacity: 1;
  background-color: #f1656f;
}

.cta {
  color: #fff;
  background-color: #3898ec00;
  border: 1px solid #5221e6;
  padding: 24px 32px;
  font-size: 18px;
  font-weight: 700;
  transition: box-shadow .35s cubic-bezier(.165, .84, .44, 1), background-color .35s cubic-bezier(.165, .84, .44, 1), transform .35s cubic-bezier(.165, .84, .44, 1);
}

.cta:hover {
  background-color: #5221e6;
  transform: translate(0, -5px);
  box-shadow: 0 20px 60px #5221e64d;
}

.cta.text_center {
  margin-left: auto;
  margin-right: auto;
}

.title_h1 {
  color: #000;
  text-align: center;
  border-bottom: 0 solid #fff;
  font-size: 35px;
  line-height: 52.5px;
}

.title_h2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 25px;
}

.paragraph.pd_left_20px {
  padding-left: 20px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.tokyo {
  background-color: #000;
  padding: 80px 30px;
}

.centered-heading_02 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 16px;
}

.centered-subheading {
  color: #fcfbfa;
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.bg_white {
  background-color: #fcfbfa;
  width: 100%;
  max-width: 940px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
}

.p_xlarge {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.p_18px {
  text-align: left;
  font-size: 18px;
}

.p_18px.bdb {
  text-align: left;
  border-bottom: 1px solid #000;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
}

.p_18px.bdb_last {
  margin-bottom: 0;
  padding: 10px 20px;
}

.p_18px.pd_left_20px {
  padding-left: 20px;
}

.text_standard {
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.text_standard.text_center {
  text-align: center;
}

.text_standard.text_center.mb40 {
  margin-bottom: 40px;
}

.text_center {
  text-align: center;
}

.text_center.mb40 {
  margin-bottom: 40px;
}

.comparison-table {
  background-color: #fcfbfa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  margin-top: 50px;
  display: flex;
}

.features-table {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-table.bg_blue {
  background-color: #457b9d;
}

.features-table.bg_blue.schedule {
  background-color: #0000;
  background-image: linear-gradient(#dbc5dc, #90b0d6);
}

.comparison-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #333;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.list_content {
  margin-left: 24px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
}

.list-_title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 24px;
  font-size: 20px;
}

.list_-title_bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #90b0d6;
  border-bottom: 1px #e4ebf3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: grid;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.div-block_flex {
  justify-content: space-between;
  display: flex;
}

.scedule {
  background-image: linear-gradient(#dbc5dc, #90b0d6), linear-gradient(#dbc5dc, #90b0d661);
  padding: 80px 30px;
}

.centered-heading-3 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
}

.centered-heading {
  color: #fcfbfa;
  text-align: center;
  border: 1px #000;
  margin-top: 0;
}

.centered-subheading_02 {
  text-align: center;
}

.testimonial-text-four {
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 24px;
}

.centered-subheading2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 30%;
  margin-right: 64px;
}

.testimonial-image-left {
  border-bottom: 0 solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.testimonial-image-left.speaker {
  background-color: #fcfbfa;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.centered-heading-4 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Noto Sans JP, sans-serif;
}

.testimonial-image-four {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 133%;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin: 50px auto;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.speaker {
  color: #000;
  background-color: #fcfbfa;
  padding: 80px 30px;
}

.information {
  background-color: #0000;
  background-image: linear-gradient(#dbc5dc, #90b0d6);
  padding: 80px 30px;
}

.text_information {
  text-align: left;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

.p_information {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}

.p_information.mb0 {
  margin-bottom: 0;
}

.section {
  background-color: #fcfbfa;
}

.access {
  padding: 80px 30px;
}

.a-cess_content {
  width: 48%;
  margin-top: 40px;
}

.p_access {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 700;
}

.access_content {
  width: 48%;
  margin-top: 50px;
}

.p_14px {
  margin-bottom: 0;
  font-size: 14px;
}

.p_14px.pd_left_20px {
  padding-left: 20px;
}

.contact {
  background-color: #000;
  padding: 80px 30px 20px;
}

.center {
  text-align: center;
  margin-bottom: 0;
}

/*.copylight {
  color: #fcfbfa;
  text-align: center;
  margin-top: 80px;
}*/

.top_catch {
  color: #fcfbfa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
}

.place_title {
  text-align: center;
  background-color: #90b0d6;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}

.place_wrap {
  margin-bottom: 40px;
}

.text_center_wrapper {
  text-align: center;
  margin-top: 60px;
}

.osaka {
  background-color: #000;
  padding: 80px 30px;
}

.quick-stack {
  grid-column-gap: 0px;
}

.text_white {
  color: #fcfbfa;
  margin-top: 20px;
  margin-bottom: 0;
}

.about {
  background-color: #fcfbfa;
  padding: 80px 30px;
}

.mt_20px {
  margin-top: 20px;
  margin-bottom: 0;
}

.info_content_tit {
  width: 15%;
}

.info_content {
  width: 85%;
}

.div-block {
  width: 100%;
}

.flex-block {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .hero-image.shadow-two {
    margin-top: 0;
  }

  .experience-block {
    padding-right: 16px;
  }

  .top_02 {
    padding: 150px 40px 80px;
  }

  .container-2 {
    max-width: 728px;
  }

  .title_h1 {
    font-size: 28px;
    line-height: 42px;
  }

  .title_h2 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

  .div-block_flex {
    flex-flow: row;
  }

  .testimonial-left {
    width: 40%;
    margin-right: 40px;
  }

  .testimonial-image-four {
    height: auto;
    max-height: 100%;
  }

  .container-4 {
    max-width: 728px;
  }

  .access_content {
    width: 48%;
    display: block;
  }

  .top_catch {
    font-size: 23px;
    line-height: 35px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .top_01 {
    padding: 60px 15px 10px;
  }

  .hero-image.shadow-two {
    margin-top: 0;
  }

  .experience-block {
    padding-right: 0;
  }

  .heading_55px {
    font-size: 32px;
  }

  .top_02 {
    padding: 64px 20px;
  }

  .experience-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .top_03 {
    padding: 10px 15px 60px;
  }

  .details {
    padding: 60px 15px;
  }

  .title_h1 {
    font-size: 22px;
    line-height: 33px;
  }

  .title_h2 {
    font-size: 17px;
    line-height: 25px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .tokyo {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bg_white {
    padding-left: 20px;
    padding-right: 20px;
  }

  .comparison-table {
    width: 100%;
  }

  .features-table {
    padding: 60px 15px;
  }

  .div-block_flex {
    flex-flow: column;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-image-four {
    width: 50%;
    height: auto;
  }

  .information {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text_information, .p_information {
    font-size: 18px;
  }

  .access_content, .paragraph-2 {
    width: 100%;
  }

  .top_catch {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 150%;
  }

  .osaka {
    padding-left: 30px;
    padding-right: 30px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    padding: 0;
  }

  .info_content_tit, .info_content {
    width: 100%;
  }

  .flex-block {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }
}



@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .hero-image.shadow-two {
    margin-top: 0;
  }

  .heading_24px {
    font-size: 20px;
  }

  .body {
    font-size: 14px;
    line-height: 150%;
  }

  .container-2 {
    max-width: none;
  }

  .frex_row_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .button-primary-3.is_red {
    padding-left: 40px;
    padding-right: 40px;
  }

  .title_h1 {
    font-size: 18px;
    line-height: 27px;
  }

  .title_h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph {
    font-size: 14px;
    line-height: 150%;
  }

  .centered-heading_02 {
    margin-bottom: 24px;
  }

  .p_xlarge {
    font-size: 18px;
  }

  .p_18px {
    font-size: 16px;
  }

  .text_standard {
    font-size: 14px;
    line-height: 21px;
  }

  .comparison-row {
    grid-column-gap: 20px;
  }

  .list_content {
    background-image: none;
    margin-left: 10px;
    padding-left: 0;
  }

  .list-_title {
    text-align: center;
    margin-left: 10px;
  }

  .list_-title_bg {
    grid-column-gap: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .testimonial-text-four {
    font-size: 14px;
    line-height: 150%;
  }

  .centered-heading-4 {
    margin-bottom: 24px;
  }

  .testimonial-image-four {
    width: 100%;
  }

  .container-4 {
    max-width: none;
  }

  .testimonial-author-name-three {
    margin-top: 0;
  }

  .text_information, .p_information {
    font-size: 16px;
  }

  .top_catch {
    margin-bottom: 60px;
    line-height: 150%;
  }

  .place_title {
    font-size: 18px;
  }

  .quick-stack {
    grid-row-gap: 20px;
  }

  .cell {
    display: flex;
  }

  .text_white, .mt_20px {
    font-size: 14px;
  }
	
  .top_01 {
    padding:0;
  }
}

#w-node-_7cfd49fa-bee7-f408-d3e9-77967886b294-fa00b56b {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: .25fr 1.25fr;
}

@media screen and (max-width: 767px) {
  #w-node-_7cfd49fa-bee7-f408-d3e9-77967886b294-fa00b56b {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .25fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_7cfd49fa-bee7-f408-d3e9-77967886b294-fa00b56b {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: .4fr 1fr;
  }
}


