* {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, figure {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*:focus {
  outline: none;
}

a {
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  border: 0;
}

address {
  font-style: normal;
}

button,
input,
optgroup,
textarea {
  border: 0;
  background: none;
  color: inherit;
  font: inherit;
  margin: 0;
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

td, th {
  padding: 0;
}

p {
  margin: 0;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input::-ms-clear {
  display: none;
}

body.ovh {
  overflow: hidden;
}

input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
  -webkit-transition-delay: 9999s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.btn:focus,
button:focus {
  box-shadow: none;
  outline: none;
}

input[type="data"]::-webkit-clear-button {
  display: none;
}

.bold{
  font-weight: 700;
}

a:focus,
a:hover {
  text-decoration: none;
}

*[hidden] {
  display: none !important;
}

@font-face {
  font-family: 'Mangueira';
  src: local("Mangueira Alt Regular"), local("Mangueira-Alt-Regular"), url("../fonts/Mangueira/MangueiraAlt-Regular.woff2") format("woff2"), url("../fonts/Mangueira/MangueiraAlt-Regular.woff") format("woff"), url("../fonts/Mangueira/MangueiraAlt-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Mangueira';
  src: local("Mangueira Alt SemiBold"), local("Mangueira-Alt-SemiBold"), url("../fonts/Mangueira/MangueiraAlt-SemiBold.woff2") format("woff2"), url("../fonts/Mangueira/MangueiraAlt-SemiBold.woff") format("woff"), url("../fonts/Mangueira/MangueiraAlt-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Mangueira';
  src: local("Mangueira Alt Light"), local("Mangueira-Alt-Light"), url("../fonts/Mangueira/MangueiraAlt-Light.woff2") format("woff2"), url("../fonts/Mangueira/MangueiraAlt-Light.woff") format("woff"), url("../fonts/Mangueira/MangueiraAlt-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Mangueira';
  src: local("Mangueira Alt Bold"), local("Mangueira-Alt-Bold"), url("../fonts/Mangueira/MangueiraAlt-Bold.woff2") format("woff2"), url("../fonts/Mangueira/MangueiraAlt-Bold.woff") format("woff"), url("../fonts/Mangueira/MangueiraAlt-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoon.eot?c22pkf');
  src:  url('../fonts/icomoon/icomoon.ttf?c22pkf') format('truetype'),
    url('../fonts/icomoon/icomoon.woff?c22pkf') format('woff'),
    url('../fonts/icomoon/icomoon.svg?c22pkf#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fruits:before {
  content: "\e900";
  color: #170b48;
}
.icon-heart:before {
  content: "\e912";
  color: #170b48;
}
.icon-ikigai:before {
  content: "\e913";
  color: #170b48;
}
.icon-nutrition:before {
  content: "\e914";
  color: #170b48;
}
.icon-pickleball:before {
  content: "\e915";
  color: #170b48;
}
.icon-question:before {
  content: "\e916";
  color: #170b48;
}

.mb-5{
  margin-bottom: 50px!important;
}

.pt-0{
  padding-top: 0!important;
}
.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.row-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.justify-content-between {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-items-end {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.align-items-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-end {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-between_align-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.justify-content-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-center {
  text-align: center;
}

.container {
  max-width: 1080px;
  padding: 0 30px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

.radio {
  position: relative;
  padding-left: 50px;
  margin-bottom: 2.64706rem;
  min-height: 36px;
  line-height: 36px;
}

.radio input {
  display: none;
}

.radio input.error + label {
  color: #f24336;
}

.radio input.error + label::before {
  box-shadow: 0 0 0 2px #f24336;
}

.radio label {
  cursor: pointer;
}

.radio label::before {
  content: "";
  width: 34px;
  border: 1px solid #000;
  background: #3a3f45;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 2px;
  height: 34px;
}

.bg-grey .radio label::before{
  background: #fff;
}
.bg-grey .radio input:checked + label::after{
  background: #3a3f45;
}


.radio input:checked + label::after {
  background: #fff;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 8px;
  content: "";
}

@media (max-width: 1279px) {
  .radio label::before {
    width: 30px;
    height: 30px;
    top: 2px;
  }
  .radio input:checked + label::after {
    top: 8px;
    left: 6px;
  }
}

@media (max-width: 767px) {
  .radio input:checked + label::after {
    top: 12px;
    left: 6px;
    width: 13px;
    height: 13px;
  }
  .radio label::before {
    width: 25px;
    height: 25px;
  }
  .radio label::before {
    top: 6px;
  }
  .radio{
    padding-left: 40px;
  }
}


@media (max-width: 767px) {
  .radio {
    margin-bottom: 1.76471rem;
    min-height: 30px;
  }
}

.input-wrap {
  margin-bottom: 14px;
}

.input-wrap input {
  width: 100%;
  height: 56px;
  line-height: 36px;
  padding: 9px 20px;
  font-size: 1.76471rem;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
}

.input-wrap input.error {
  border-color: #f24336;
}

@media (max-width: 1023px) {
  .input-wrap input {
    height: 50px;
    line-height: 30px;
  }
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Mangueira', Arial, Helvetica, sans-serif;
  display: block;
}

h1, .h1 {
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 1.88235rem;
  font-size: 2.11765rem;
}

@media (max-width: 767px) {
  h1, .h1 {
    margin-bottom: 2.82353rem;
  }
}

h2, .h2 {
  font-size: 2.11765rem;
  font-weight: 700;
  margin-bottom: 1.88235rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

@media (max-width: 767px) {
  h2, .h2 {
    margin-bottom: 2.82353rem;
  }
}

h3, .h3 {
  font-size: 1.41176rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
  font-weight: 400;
}

@media (max-width: 699px) {
  h3, .h3 {
    font-size: 16px;
  }
}

h4, .h4 {
  font-size: 1.47059rem;
  line-height: 1.1;
  font-weight: 400;
}

h5, .h5 {
  font-size: 1.17647rem;
}

p a {
  text-decoration: underline;
  color: #3783ef;
}

p a:hover {
  text-decoration: none;
}

span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20px;
}

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 12px;
  font-weight: normal;
  display: block;
}

a,
.button, .btn {
  transition: all 0.35s cubic-bezier(0.51, 0.92, 0.24, 1.15) 0s;
}

select::-ms-expand {
  display: none;
}

.btn {
  min-width: 205px;
  height: 67px;
  background: #181a1c;
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  line-height: 43px;
  position: relative;
  margin: 34px 0;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.76471rem;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  transition: all .2s ease-in;
  border: 2px solid #181a1c;
}

@media (max-width: 1198px) {
  .btn {
    height: 47px;
    line-height: 33px;
    padding: 5px 20px;
    min-width: 170px;
    margin: 24px 0;
  }
}

.btn:hover, .btn:active {
  background: none;
  color: #181a1c;
}

.btn:disabled, .btn.disabled {
  background: #F3F2F1;
  border-color: #F3F2F1;
}

.btn:focus:active {
  background: none;
}

html {
  font-size: 10px;
}

@media (min-width: 767px) {
  html {
    font-size: 12px;
  }
}

@media (min-width: 1199px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  html {
    font-size: 17px;
  }
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.76471rem;
  color: #000;
  min-width: 320px;
  background: #fff;
  font-family: 'Mangueira', Arial, Helvetica, sans-serif;
  line-height: 1.47;
  height: 100%;
  font-weight: 400;
}

.wrapper .main {
  flex-grow: 1;
  flex-shrink: 0;
}
html:lang(ja) body{
  font-size: 1.15rem;
}

button:focus-visible,
a:focus-visible {
  outline: 2px dashed rgba(0, 0, 0, 0.8);
}

section {
  position: relative;
}

.position-relative{
  position: relative;
  display: inline;
  flex:0 0 auto!important;
  max-width: none!important;
}
@media(max-width:1760px){
  .position-relative{
    flex:0 0 100%!important;
    max-width: 100%!important;
  }
}

.bg-grey {
  background-color: #3a3f45;
  color: #fff;
}

.bg-grey a {
  color: #fff;
}

.bg-yellow {
  color: #2d3136;
  background-color: #f4cb71;
}

.bg-yellow a {
  color: #2d3136;
  text-decoration: underline;
}

.desk {
  font-size: 1.68471rem;
}
.desk .fontBig{
  font-size: 1.9532rem;
}

.desk p {
  margin-bottom: 24px;
}

.desk small {
  font-size: 50%;
}

@media(max-width:1399px){
  .desk {
    font-size: 1.36471rem;
  }
}

@media (max-width: 767px) {
  .desk small {
    font-size: 80%;
  }
}

.desk small a {
  color:#3a3f45;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
}

.desk small a:hover {
  text-decoration: none;
}

.lang {
  margin-left: 28px;
  font-weight: 300;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  flex:0 0 32px;
  transition: all .2s ease-in;
  border:1px solid #ccc;
}
.lang:lang(en){
 background: url(../img/usa-flag.svg) no-repeat;
 background-size:cover;
}
.lang:lang(ja){
  background: url(../img/jp-flag.svg) no-repeat;
  background-size:cover;
}

.navigate-menu li:lang(ja){
  font-size: 24px;
  padding: 0 15px;
}
.header .sign-up:lang(ja){
  font-size: 20px;
}

.lang:hover {
  opacity: 0.8;
}
.btn-menu{
  display: none;
}
@media(max-width:767px){
  .btn-menu{
    z-index: 4;
    display: inline-block;
    flex:0 0 30px;
    max-width: 30px;
    height: 22px;
    position: relative;
    margin-right: 26px;
    cursor: pointer;
  }
  .btn-menu span{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top:50%;
    margin-top: -1px;
    background: #ed7951;
    left: 0;
  }
  .btn-menu::before,
  .btn-menu::after{
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    top:0;
    background: #ed7951;
    left: 0;
  }
  .btn-menu::after{
    top:auto;
    bottom: 0;
  }
  .btn-menu.close span{
      display: none;
  }
  .btn-menu.close::before{
      transform: rotate(45deg);
      top:10px;
      bottom: auto;
  }
  .btn-menu.close::after{
    transform: rotate(-45deg);
    top:10px;
    bottom: auto;
  }
}

@media (max-width: 767px) {
  .navigate-menu-wrap{
    display: none;
  }
}

@media (max-width: 479px) {
  .btn-menu{
    margin-right: 20px;
  }
  .header .sign-up{
    font-size: 15px;
  }
}

.input-wrap input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #53524f;
  opacity: 1;
}

.input-wrap input::-moz-placeholder {
  /* Firefox 19+ */
  color: #53524f;
  opacity: 1;
}

.input-wrap input:-ms-input-placeholder {
  /* IE 10+ */
  color: #53524f;
  opacity: 1;
}

.input-wrap input:-moz-placeholder {
  /* Firefox 18- */
  color: #53524f;
  opacity: 1;
}


.header {
  position: fixed;
  top: 0;
  background: #F6F9FF;
  left: 0;
  width: 100%;
  height: 94px;
  z-index: 9;
  transition: height .3s ease-in;
}
.header.fixed{
  height: 77px;
}
.header.fixed .container{
  padding: 6px 30px;
}
.header .container {
  max-width: 1280px;
  transition: all .3s ease-in;
  padding: 13px 30px;
}

.header .container .row {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navigate-menu li{
  font-size:27px;
  padding: 0 27px;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.header .sign-up{
  line-height: 1;
  padding:14px 20px;
  font-size: 24px;
  border-radius: 100px;
  background: #F4CB71;
  margin-left: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.header .sign-up:hover{
  background: #181A1C;
  color:#fff;
}
.navigate-menu li a:hover{
  opacity: 0.7;
}
.navigate-menu li a{
  line-height: 42px;
  display: block;
}
.navigate-menu li a,
.header a{
  color: #000;
}

.header-logo {
  font-weight: 600;
  color: #2d3136;
  flex:0 0 249px;
  max-width: 249px;
  margin-right: auto;
}

@media(max-width:1379px){
  .navigate-menu li,
  .navigate-menu li:lang(ja){
    font-size: 20px;
    padding: 0 13px;
  }
  .header .sign-up,.header .sign-up:lang(ja){
    font-size: 20px;
  }
}

@media(max-width:1079px){
  .header .container{
    padding: 10px 30px;
  }
  .header{
    height: 74px;
  }
  .navigate-menu li{
    font-size: 19px;
    padding: 0 12px;
  }
  .navigate-menu li:lang(ja){
    padding: 0 10px;
    font-size: 15px;
  }
  .header .sign-up,.header .sign-up:lang(ja){
    font-size: 18px;
    margin-left: 14px;
  }
  .header-logo{
    flex:0 0 200px;
    max-width: 200px;
  }
  .lang{
    margin-left: 16px;
  }
}


@media(max-width:879px){
  .header-logo{
    flex:0 0 170px;
    max-width: 170px;
  }
  .navigate-menu li{
    padding: 0 10px;
    font-size: 18px;
  }
  .header .sign-up, .header .sign-up:lang(ja){
    font-size: 16px;
    padding: 10px 15px;
  }
  .lang{
    margin-left: 16px;
  }
  .header{
    height: 68px;
  }
  .navigate-menu li:lang(ja){
    letter-spacing: -0.5px;
    padding: 0 9px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .container {
    padding: 10px 15px;
  }
  .header-logo {
    max-width: 160px;
    position: relative;
    z-index: 4;
  }
  .navigate-menu{
    height: calc(100vh + 39px);
    background-color: #F6F9FF;
    position: fixed;
    top: 0px;
    padding: 68px 0px 0px;
    left: 0;
    z-index: 3;
    width: 320px;
    display: none;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.162647);
  }
  .navigate-menu.show{
    display: block;
  }
  .navigate-menu .row{
    display: block;
  }
  .navigate-menu li,
  .navigate-menu li:lang(ja){
    font-size: 20px;
    border-top:1px solid #ccc;
  }
  .navigate-menu li a{
    padding: 3px 0;
  }
}

@media (max-width: 479px) {
  .header-logo {
    max-width: 135px;
    flex:0 0 135px;
  }
  .navigate-menu{
    width: 280px;
  }
  .header{
    height: 60px;
  }
  .navigate-menu{
    padding-top: 60px;
  }
  .header .sign-up, .header .sign-up:lang(ja){
    line-height: 20px;
    font-size: 14px;
  }
  .header .sign-up:lang(ja){
    padding: 3px 10px 6px;
    letter-spacing: -1px;
  }
}

@media(max-width:374px){
  .btn-menu{
    margin-right: 15px;
  }
  .header-logo {
    max-width: 115px;
    flex:0 0 115px;
  }
  .lang,.header .sign-up{
    margin-left: 10px;
  }
  .header .sign-up, .header .sign-up:lang(ja){
    padding: 3px 10px 6px;
    font-size: 13px;
  }
  .header .sign-up:lang(ja){
    padding: 3px 6px 6px;
    font-size: 11px;
    letter-spacing: -1.5px;
  }
}

.header .login {
  font-size: 1.76471rem;
  font-weight: 300;
  cursor: pointer;
  color: #2d3136;
  transition: all .2s ease-in;
}

.header .login:hover {
  opacity: 0.8;
}

@media (max-width: 479px) {
  .header .login {
    font-size: 1.26471rem;
  }
}

.main-banner {
  height: calc(100vh - 120px);
  min-height:850px;
  padding: 200px 0 0;
  position: relative;
}


.main-content-doc{
  padding-top: 170px;
}

.main-content-doc{
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  font-family: Arial, Helvetica, sans-serif;
}
.main-content-doc p{
  margin: 0 0 12px;
}
.main-content-doc .text-right{
  text-align: right;
}
.main-content-doc h1{
  font-size: 24px;
  margin-top: 15px;
}
.main-content-doc h2{
  margin-bottom:15px;
  font-size: 20px;
  margin-top: 15px;
}
.main-content-doc h3{
  font-size: 17px;
  margin-bottom:8px;
  margin-top: 15px;
  font-weight: 700;
}
.main-content-doc h4{
  margin-bottom:12px;
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}
.main-content-doc ol,.main-content-doc ul{
  margin: 30px 0;
  list-style-type: none;
  padding-left: 20px;
}
.main-content-doc h4 + ol,.main-content-doc h4 + ul,.main-content-doc h3 + ol,.main-content-doc h3 + ul,.main-content-doc h2 + ol,.main-content-doc h2 + ul{
  margin-top: 20px;
}
.main-content-doc a{
  color:#ed7951;
  text-decoration: underline;
}
.main-content-doc a:hover{
  text-decoration: none;
}
.main-content-doc table{
  margin: 10px 0 25px;
  border-collapse: collapse;
  max-width: 80%;
}
.main-content-doc table td{
  padding: 10px;
  border:1px solid #aaa;
}
.main-banner_desk{
  position: relative;
  z-index: 2;
  max-width: 490px;
}

.main-banner .img {
  padding-bottom: 36%;
  width: 100%;
  flex: 0 0 50%;
  max-width: 50%;
  position: absolute;
  bottom: 0;
  right: -50px;
  background: url(../img/main-img.png) no-repeat;
  background-size: contain;
}

@media (max-height: 480px) and (min-width: 1023px) {
  .main-banner {
    min-height: 700px;
  }
}

@media (max-width: 1800px) {
  .main-banner .img {
    background-size: contain;
  }
}

@media (max-width: 1600px) {
  .main-banner {
    min-height: 800px;
    height: auto;
  }
  .main-banner_desk{
    max-width: 380px;
  }
}

@media (max-width: 1400px) {
  .main-banner {
    min-height: 660px;
    padding-top: 180px;
    height: auto;
  }
  .main-content-doc{
    padding-top: 180px;
  }
}

@media (max-width: 1200px) {
  .main-banner {
    min-height: 620px;
    height: auto;
  }
}

@media (max-width: 1023px) {
  .main-banner {
    min-height: 560px;
  }
  .main-banner_desk{
    max-width: 400px;
  }
  .main-banner .img{
    padding-bottom: 48%;
    flex: 0 0 65%;
    max-width: 65%;
  }
}

@media (max-width: 900px) {
  .main-banner_desk{
    max-width: 320px;
  }
  .main-banner .img{
    padding-bottom: 40%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
@media (max-width: 820px) {
  .main-banner {
    padding-top: 100px;
    min-height: 400px;
  }
  .main-content-doc{
    padding-top: 100px;
  }
}

@media (max-width: 479px) {
  .main-banner .img{
    display: none;
  }
  .main-banner {
    min-height: 400px;
  }
}

.participate {
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .participate {
    padding-bottom: 20px;
  }
}

.desk a {
  white-space: nowrap;
}

#request-section,#request-section-form {
  display: none;
}

.content-section {
  padding-bottom: 320px;
  background-image: url(../img/body-image.png);
  background-repeat: no-repeat;
  background-position: -1px calc(100% + 3px);
  background-size: 104%;
}

.content-section.bg-yellow p {
  color: #53524f;
}

.content-section .desk .row {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content-section .desk .col {
  color: #2d3136;
  -webkit-flex: 0 0 48%;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
}

@media (max-width: 1600px) {
  .content-section {
    padding-bottom: 260px;
    background-size: contain;
  }
}

@media (max-width: 1023px) {
  .content-section {
    padding-bottom: 190px;
    background-size: contain;
  }
}

@media (max-width: 767px) {
  .content-section {
    padding-bottom: 130px;
  }
}

@media(max-width:479px){
  .content-section{
    padding-bottom: 80px;
  }
}

.form {
  max-width: 1200px;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.form form {
  position: relative;
}

.form .input-wrap {
  max-width: 600px;
}

.form .row {
  position: relative;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 28px 0 0;
}

.form .row p {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.link-hint{
  cursor: pointer;
  text-decoration: underline;
}
.link-hint:hover + .hint{
  display: block;
}
.hint{
  left: 104%;
  top:37%;
  transform: translateY(-50%);
  width: 360px;
  background: #f4cb71;
  color:#53524f;
  z-index: 2;
  position: absolute;
  border-radius: 30px;
  display: none;
  font-size: 26px;
  padding: 34px 25px;
}
.hint::before{
  content: "";
  border-right: 25px solid #f4cb71;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  position: absolute;
  top:50%;
  right: 100%;
  transform: translateY(-50%);
}
.form .row .radio {
  margin-right: 25px;
  min-width: 32%;
}

.form .row-age {
  max-width: 600px;
}
.form .row-age .radio{
  flex:0 0 50%;
  margin-right: 0;
  max-width: 50%;
}

.form .row .radio:last-child {
  margin-right: 0;
}
@media(max-width:1760px){
  .form{
    max-width: 840px;
  }
  .hint{
    font-size: 22px;
    left:102%;
  }
}
@media(max-width:1279px){
  .form{
    max-width: 740px;
  }
  .hint{
    font-size: 16px;
    left:102%;
    padding: 20px;
    width: 260px;
  }
}
@media (max-width: 1099px) {
  .hint{
    font-size: 16px;
    left: 50%;
    transform: none;
    bottom: 180%;
    top: auto;
  }
  .hint::before{
    top:100%;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    border-right: 35px solid transparent;
    border-left: 35px solid transparent;
    border-top: 25px solid #f4cb71;
  }
}

.swal-modal{
  width: 520px!important;
}
@media (max-width: 767px) {
  .form .row {
    padding-top: 25px;
  }
}

@media(max-width:600px){
  .hint{
    right: 0;
    left: auto;
  }
  .swal-modal{
    width: calc(100% - 20px)!important;
  }
}

@media(max-width:479px){
  .hint{
    right: auto;
    left: 5%;
  }
}
.thinks {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 90px 0;
  width: 100%;
  text-align: center;
  background: #3a3f45;
  color: #f5f5f5;
  transition: all .2s ease;
  font-size: 36px;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.thinks.show {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.thinks p {
  font-weight: 700;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  z-index: 3;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(255, 255, 255, 0.75);
}


.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 104px;
  height: 104px;
  margin: 8px;
  border: 12px solid #ed7951;
  border-radius: 50%;
  -webkit-animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #ed7951 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

@-webkit-keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

p + .anchor-link,.desk a{
  display: inline;
}

.error-text{
  color: red;
}

.swal-icon--success__ring{
  border:4px solid #3eb943;
}
.swal-icon--success__line{
  background: #3eb943;
}
.swal-footer{
  display: flex;
  justify-content: center;
}
.swal-footer .swal-button{
  background-color: #3a3f45;
  color: #fff;
  outline: none!important;
}
.swal-footer .swal-button:hover{
  background-color: transparent;
  color: #3a3f45;
}
.swal-title,.swal-text{
  color: #2d3136
}
html:lang(ja) body .ja-row{
  display: flex;
  flex-wrap: wrap;
  flex:content;
}
html:lang(ja) body .ja-row > span:nth-child(1){
  order: 2;
  margin-left: 5px;
}
html:lang(ja) body .ja-row > span:nth-child(2){
  order: 1;
}

/*#region footer*/
footer{
  padding: 33px 0;
  min-height: 123px;
  background: #FFA029;
}

footer .container{
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  margin: 0 auto;
}

.footer-text-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: fit-content;
}
.footer-text-block .footer-text {
  font-size: 16px;
}

.footer-socials-block {
  display: flex;
  column-gap: 10px;
  width: fit-content;
  height: min-content;
}

.footer-socials-block a:hover{
  opacity: 0.7;
}

.footer-socials-block>a {
  transition: opacity .3s ease-in;
  display: flex;
}

@media(max-width: 767px) {
  footer .container{
    padding: 0 15px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer-text:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-socials-block {
    margin-bottom: 10px;
  }
}
/*#endregion footer*/

/*#region betaFormMainPage*/
.beta-form-main-page .pt-50 {
  padding-top: 50px;
}
/*#endregion betaFormMainPage*/
