@charset "UTF-8";
body, div, h1, h2, h3, h4, h5, h6, p, input, ul, li, a, section, form, table, td, tr, tbody, select, label, figure {
  margin: 0px;
  padding: 0px;
}

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

ul > li,
li {
  list-style: none;
}

label {
  margin-bottom: 0.5rem;
}

@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP/noto-sans-jp-v28-japanese-regular.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP/noto-sans-jp-v28-japanese-500.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP/noto-sans-jp-v28-japanese-700.woff") format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansJP/noto-sans-jp-v28-japanese-900.woff") format("woff");
}
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NotoSansJP";
  font-weight: 500;
}

a {
  transition: all 0.3s ease-in-out;
}

.wholebody {
  font-family: "NotoSansJP";
  box-sizing: border-box;
  overflow-x: hidden;
  background-color: #ffffff;
  position: relative;
  color: #0d0d0d;
}

#header {
  padding: 6px 0 10px;
  box-shadow: 0px 5px 10px 0px #f3f3f3;
}

.header_left figure {
  max-width: 100px;
  display: inline;
}

.header_left figure img {
  width: 100%;
  height: auto;
}

.header_left a {
  display: flex;
  align-items: center;
}

.header_left a p {
  font-weight: 700;
  font-size: 60px;
}

.go_btn .go_btn_num {
  height: 92px;
  width: 92px;
  background-color: #ffffff;
  border: 5px solid #7e7171;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: 700;
  color: #7e7171;
  z-index: 9;
  box-shadow: 0px 4px 0px 0px #1e1e1e;
}

.go_btn .go_btn_num p {
  font-size: 25px;
}

.go_btn .go_btn_num span {
  font-size: 40px;
}

.go_btn,
.go_btn_text,
.header_wrapper,
.go_btn_arrows,
.banner_heading {
  display: flex;
  align-items: center;
}

.go_btn_arrows {
  justify-content: center;
}

.header_wrapper {
  justify-content: space-between;
}

.go_btn_text {
  background-color: #7e7171;
  color: #ffffff !important;
  font-weight: 700;
  font-size: 30px;
  padding: 18px 40px;
  margin-left: -24px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  box-shadow: 0px 4px 0px 0px #1e1e1e;
}

.go_btn {
  transition: all 0.3s linear;
}

.go_btn:hover {
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}

.go_btn_text p {
  padding-left: 20px;
  padding-right: 40px;
}

/* banner */
.banner_content h1 {
  font-size: 50px;
  text-shadow: 2px 2px 3px #ffffff;
}

@media (min-width: 1650px) {
  .banner > .container {
    max-width: 1650px;
  }
}
.banner_content h3 {
  font-weight: 700;
  font-size: 85px;
  padding: 20px 0;
  text-shadow: 2px 2px 3px #ffffff;
}

.banner_content h3 span {
  font-weight: 500;
  font-size: 55px;
}

.banner {
  background: url("../images/banner.png") no-repeat right top;
  background: url("../images/banner.jpg") no-repeat right top;
  padding: 200px 0 250px;
  background-size: cover;
}

.banner_left {
  font-weight: 700;
  font-size: 132px;
  color: #002017;
  border-bottom: 13px solid #002017;
  line-height: 1.2;
  text-shadow: 2px 2px 3px #ffffff;
}

.banner_right p:first-child {
  font-size: 60px;
}

.banner_right p:last-child {
  font-size: 70px;
  font-weight: 700;
}

.banner_right {
  padding-left: 15px;
  text-shadow: 2px 2px 3px #ffffff;
}

/* banner finish */
/* featured */
.featured {
  color: #ffffff;
  text-align: center;
  margin-top: -70px;
  position: relative;
}

.featured_first {
  background-color: #7e7171;
}

.featured_second {
  background-color: #002017;
}

.featured_third {
  background-color: #2e2e2e;
}

.featured_col {
  padding: 20px 0;
}

.featured_fig_wrapper {
  position: relative;
  padding-bottom: 20px;
}

.featured_fig_wrapper h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 35px;
}

.featured_col h4 {
  font-weight: 400;
}

/* featured finish */
/* toSimple */
.toSimple {
  position: relative;
  margin-top: 70px;
  /*background-image: linear-gradient(to right,#ffffff, $bg_color_light);*/
  /*background: linear-gradient(to right, #fff, #fff 63%, $bg_color_light 63%);*/
  z-index: 9;
}

.toSimple:before {
  content: "";
  height: 75.6%;
  width: 100%;
  position: absolute;
  top: 140px;
  left: 0;
  background: linear-gradient(to right, #fff, #fff 63%, #dfffd8 63%);
  z-index: -1;
}

@media (min-width: 1650px) {
  .toSimple > .container {
    max-width: 1300px;
    padding: 150px 0;
  }
  .group > .container {
    max-width: 1400px;
  }
  .toSimple > .container > .row {
    max-width: 1170px;
    margin: 0 auto;
  }
}
.toSimple > .container {
  /* background: url("../images/bg_logo.png") no-repeat left top; */
  position: relative;
}

.simple_col > p:first-child,
.matches > .container > p {
  font-size: 24px;
  color: #2e2e2e;
}

.simple_left p {
  font-size: 48px;
  color: #191919;
  font-weight: 700;
}

.simple_left {
  position: relative;
  padding-left: 20px;
}

.simple_left:before {
  content: "";
  height: 90%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-left: 7px solid #2e2e2e;
  display: block;
}

.toSimple_col {
  position: unset;
}

.vertical_text {
  position: absolute;
  left: 0;
  top: 42%;
  transform: translateX(-50%) rotate(90deg);
  font-weight: 500;
}

.round_circle {
  height: 233px;
  width: 233px;
  border: 1px dashed #7e7171;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: -100px;
}

.round_circle p {
  height: 191px;
  width: 191px;
  border-radius: 50%;
  background-color: #7e7171;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 81px;
}

.round_circle p span {
  font-size: 49px;
  position: relative;
  top: 20px;
}

.simple_col figure {
  position: absolute;
  top: -150px;
  left: 0;
}

.toSimple_col_sec {
  z-index: 9;
  position: relative;
}

/*.toSimple_col_sec:after{
content: '';
background-color: $bg_color_light;
position: absolute;
top: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: -1;
}*/
/* toSimple finish */
/* top_news */
.top_news {
  margin-top: -80px;
  z-index: 9;
  position: relative;
}

.top_news h3 {
  font-size: 48px;
  color: #2e2e2e;
  padding-bottom: 40px;
}

.top_news_fig {
  position: relative;
}

.top_news_fig > p {
  height: 40px;
  width: 40px;
  background-color: #2e2e2e;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.top_news_col {
  display: flex;
}

.top_news_details {
  padding-top: 30px;
  padding-left: 30px;
}

.top_news_details h4 {
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 30px;
  color: #191919;
}

.top_news_details p {
  font-size: 18px;
  color: #191919;
}

.top_news_details p span {
  color: #2e2e2e;
  font-weight: 500;
}

.top_news a,
.money a {
  text-align: center;
  margin: 100px auto;
  display: block;
}

.top_news a > .go_btn,
.money a > .go_btn {
  justify-content: center;
}

.group .group_col > figure {
  margin-left: calc(560px - 50vw);
  position: relative;
  height: 100%;
  /*margin-right: -15px;*/
}

.group .group_col > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.group .row,
.group_col {
  position: relative;
}

.group .row:before {
  content: "";
  height: 73%;
  width: 100%;
  display: block;
  position: absolute;
  top: 144px;
  right: -40px;
  background-color: #dfffd8;
}

.group .vertical_text {
  left: auto;
  right: 0;
  top: 110px;
  transform: translateX(50%) rotate(90deg);
}

.group_ul,
.handshake {
  padding: 80px;
}

.handshake {
  padding-top: 0;
  padding-bottom: 0;
}

.group_ul li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 50px;
}

/*.group_ul li:first-child{
  padding-bottom: 50px;
}*/
.tick_text {
  font-size: 24px;
  color: #191919;
  padding-left: 10px;
}

.tick_text span {
  color: #2e2e2e;
}

/* top_news finished*/
/* money */
.money_row_wrapper .first_row p {
  font-size: 53px;
  color: #2e2e2e;
  font-weight: 700;
  line-height: 1;
}

.first_text {
  display: flex;
  align-items: center;
}

.first_span {
  display: flex;
  flex-direction: column;
}

.money_row_wrapper .first_row h3 {
  font-size: 105px;
  color: #2e2e2e;
  font-weight: 700;
}

.second_span {
  color: #7e7171;
  font-size: 130px;
  font-weight: 900;
}

.first_row {
  position: relative;
  border: 25px solid #dfffd8;
}

.sec_row,
.first_row {
  max-width: 1026px;
  margin: 0 auto;
}

.sec_row {
  max-width: 1056px;
}

.sec_row img {
  -o-object-position: center;
     object-position: center;
}

.first_col {
  position: absolute;
  top: 100px;
  left: 60px;
}

.sec_row {
  padding-top: 25px;
  /*align-items: center;*/
}

.sec_row > div {
  min-height: 100%;
}

.sec_row > div > div {
  text-align: center;
  border: 25px solid #dfffd8;
  background-color: #fff;
  padding: 30px;
  height: 100%;
}

.money_col p {
  font-size: 24px;
  color: #111111;
  padding-top: 20px;
}

.money_col figure {
  height: 112px;
}

.money {
  position: relative;
  padding: 150px 0 0;
  z-index: 9;
}

.money:after {
  content: "";
  display: block;
  height: 315px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 309px;
  background-color: #2e2e2e;
  z-index: -1;
}

.lady_fig {
  position: absolute;
  top: 230px;
  left: 0;
  z-index: 9;
}

/* money finish*/
/* matches */
h2.simple_left {
  font-weight: 700;
  color: #191919;
  font-size: 48px;
  margin-bottom: 80px;
  margin-top: 10px;
}

@media (min-width: 1650px) {
  .matches > .container,
.form_sec > .container {
    max-width: 1200px;
  }
}
.matches > .container {
  position: relative;
  z-index: 9;
}

.matches > .container:after {
  content: "";
  display: block;
  height: 89%;
  width: 100%;
  position: absolute;
  left: 14px;
  top: 77px;
  background-color: #dfffd8;
  z-index: -1;
}

.row.reverse_row {
  flex-direction: row-reverse;
}

.matches_col {
  display: flex;
  align-items: center;
}

.matches .row {
  align-items: center;
}

.matches_col > p {
  font-size: 123px;
  color: #2e2e2e;
  font-weight: 900;
  padding-left: 40px;
  padding-right: 20px;
}

.match_text h3 {
  font-size: 30px;
  font-weight: 700;
  color: #111111;
  padding-bottom: 20px;
}

.match_text > p {
  color: #191919;
  font-size: 20px;
  max-width: 600px;
}

.matches > .container > .row:nth-child(odd) {
  position: relative;
  left: -130px;
}

.matches > .container > .row:nth-child(even) {
  position: relative;
  left: 120px;
  padding: 30px 0;
}

/* matches finish */
/* form_sec */
.form_sec {
  padding-top: 150px;
}

.mobile_fig {
  text-align: center;
}

.mobile_fig h3 {
  font-size: 48px;
  color: #191919;
  font-weight: 900;
  padding: 50px 0 70px;
}

.each_form_sec {
  /*height: 200px;*/
  background-color: #dfffd8;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.each_form_sec h4 {
  font-size: 40px;
  color: #191919;
  font-weight: 700;
}

.each_form_sec h4 span {
  color: #2e2e2e;
  font-size: 36px;
}

.each_form_sec label {
  font-size: 20px;
  color: #191919;
}

/*input[type=radio]{
  height: 19px;
  width: 19px;
  position: relative;
  top: 2px;
}*/
input[type=radio] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 0 1px #2e2e2e;
  position: relative;
  top: 2px;
  right: 8px;
}

input[type=radio]:before {
  content: "";
  display: block;
  width: 60%;
  height: 60%;
  /*margin: 20% auto;*/
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

input[type=radio]:checked:before {
  background: #2e2e2e;
}

.each_form_inputs {
  padding-left: 45px;
  padding-top: 10px;
}

.each_form_inputs label span {
  font-size: 16px;
  color: #ee3f5f;
  padding-left: 10px;
}

input[type=number],
.form_last_part input,
.form_last_part select,
.form_last_part select option {
  max-width: 79px;
  height: 36px;
  border-radius: 5px;
  border: 1px solid #2e2e2e;
  padding-left: 10px;
  font-size: 20px;
  outline: none;
}

.form_last_part label {
  max-width: 330px;
  width: 100%;
}

.form_last_part input,
.form_last_part select,
.form_last_part select option {
  max-width: 379px;
  width: 100%;
}

.form_last_part input::-moz-placeholder {
  color: gray;
}

.form_last_part input:-ms-input-placeholder {
  color: gray;
}

.form_last_part input::placeholder,
.form_last_part select {
  color: gray;
}

.form_last_part .each_input {
  margin-bottom: 5px;
}

.submit_btn {
  text-align: center;
  margin-bottom: 50px;
}

.submit_btn button {
  border: none;
  outline: none;
  background-color: #7e7171;
  color: #ffffff;
  max-width: 449px;
  height: 109px;
  border-radius: 80px;
  width: 100%;
  box-shadow: 0px 6px 0px 0px #1e1e1e;
  font-size: 30px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s linear;
}

.submit_btn button:hover {
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}

.submit_btn button img {
  margin-right: 20px;
}

/* form_sec finish */
/* footer */
#footer {
  background-color: #ffffff;
  padding: 50px 0;
  text-align: center;
}

#footer p {
  font-size: 14px;
  color: #191919;
  padding-top: 50px;
}

#footer img {
  width: 100%;
  max-width: 340px;
  height: auto;
}

.up_arrow {
  position: fixed;
  right: 20px;
  bottom: 150px;
  cursor: pointer;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.show_arrow {
  visibility: visible;
  opacity: 1;
}

.scroll_side {
  color: #000;
  left: auto;
  right: 50px;
  top: 0;
  font-weight: 700;
}

.scroll_side_wrapper {
  position: relative;
  z-index: 9;
  opacity: 0;
}

.scroll_side_wrapper:before,
.scroll_side_wrapper:after {
  content: "";
  display: block;
  height: 200px;
  width: 1px;
  position: absolute;
  left: 170px;
  top: -90px;
  background-color: #000;
  /* border-left: 2px solid #000; */
  z-index: -1;
  transform: rotate(90deg);
}

.scroll_side_wrapper:after {
  height: 13px;
  width: 13px;
  border-radius: 50%;
  top: 3px;
}

.header_left {
  width: 57%;
  text-align: right;
}

.header_left a p span {
  display: inline-block;
  font-weight: 400;
}

.simple_col_parent {
  position: relative;
  top: -48px;
}

.top_news a {
  margin-bottom: 148px !important;
}

/* footer finish*/
@media (max-width: 1600px) {
  .each_form_inputs {
    padding-left: 37px;
  }
  .toSimple > .container {
    background: none;
  }
  .toSimple > .container::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: -80px;
    top: -90px;
    /* background: url(../images/bg_logo.png) no-repeat left top; */
    background-size: 37%;
  }
  .go_btn_arrows img {
    width: 8px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top_news_details p {
    font-size: 16px;
  }
  .header_left a p {
    font-size: 24px;
  }
  .go_btn .go_btn_num {
    height: 62px;
    width: 62px;
    border: 3px solid #7e7171;
  }
  .go_btn .go_btn_num span {
    font-size: 28px;
  }
  .go_btn .go_btn_num p {
    font-size: 17px;
  }
  .go_btn_text {
    font-size: 23px;
    padding: 11px 25px;
  }
  .banner {
    padding: 150px 0 200px;
  }
  .banner_content h1 {
    font-size: 41px;
  }
  .banner_content h3 {
    font-size: 59px;
  }
  .banner_left {
    font-size: 90px;
    border-bottom: 8px solid #002017;
  }
  .featured_fig_wrapper h3 {
    font-size: 20px;
  }
  .banner_right p:first-child {
    font-size: 40px;
  }
  .banner_right p:last-child {
    font-size: 45px;
  }
  .featured > .container,
.toSimple > .container,
.matches > .container,
.form_sec > .container {
    max-width: 900px;
  }
  .top_news > .container {
    max-width: 800px;
  }
  .toSimple {
    margin-top: 170px;
  }
  .round_circle {
    height: 133px;
    width: 133px;
    top: -200px;
  }
  .round_circle p {
    height: 115px;
    width: 115px;
    font-size: 55px;
  }
  .simple_col_parent {
    position: relative;
    top: -40px;
  }
  .top_news a {
    margin-bottom: 90px !important;
  }
  .round_circle p span {
    font-size: 22px;
  }
  .toSimple:before {
    top: -31px;
    background: linear-gradient(to right, #fff, #fff 63%, #dfffd8 63%);
    height: 103.6%;
  }
  .simple_col > p:first-child,
.matches > .container > p {
    font-size: 22px;
  }
  .simple_left p {
    font-size: 35px;
  }
  .simple_col figure {
    top: -227px;
    height: 450px;
    width: 500px;
  }
  .toSimple > .container {
    background-size: 30%;
    padding-top: 100px;
  }
  .vertical_text {
    left: -30px;
    top: 47%;
    font-size: 14px;
  }
  .scroll_side {
    left: auto;
    top: 0;
  }
  .scroll_side p {
    font-size: 12px;
  }
  .scroll_side_wrapper:after {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    top: 5px;
  }
  .toSimple_col {
    position: relative;
    top: -100px;
  }
  .top_news h3 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .top_news_details h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }
  .top_news {
    margin-top: -70px;
    padding-top: 30px;
  }
  .top_news a,
.money a {
    margin: 50px auto;
  }
  .group_ul,
.handshake {
    padding: 30px;
  }
  .tick_text {
    font-size: 18px;
  }
  .group_ul img,
.submit_btn button img {
    height: 28px;
    width: 28px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .submit_btn button img {
    height: 23px;
    margin-right: 5px;
  }
  .group_ul li {
    padding-bottom: 20px;
  }
  .group .row:before {
    height: 70%;
    top: 90px;
  }
  .money {
    padding: 50px 0 0;
  }
  .sec_row,
.first_row {
    max-width: 801px;
    margin: 0 auto;
  }
  .row.sec_row {
    max-width: 830px;
  }
  .lady_fig figure {
    max-width: 400px;
  }
  .top_news_fig figure {
    height: 150px;
    width: 150px;
  }
  .money_row_wrapper .first_row p {
    font-size: 40px;
  }
  .second_span {
    font-size: 95px;
  }
  .money_row_wrapper .first_row h3 {
    font-size: 75px;
  }
  .first_row {
    border: 20px solid #dfffd8;
  }
  .handshake {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 0 !important;
  }
  .sec_row > div > div {
    border: 20px solid #dfffd8;
    padding: 20px;
  }
  .money_col figure {
    height: 100px;
    width: 100px;
    margin: 0 auto;
  }
  .money_col p {
    font-size: 19px;
  }
  .footer_content figure {
    max-width: 200px;
    margin: 0 auto;
  }
  .featured_fig_wrapper figure {
    height: 110px;
    width: 110px;
    margin: 0 auto;
  }
  .featured_col h4 {
    font-size: 17px;
  }
  .lady_fig figure img,
.header_left figure img,
.simple_col > figure img,
.top_news_fig figure img,
.handshake img,
.first_row img,
.money_col img,
.lady_fig img,
.matches_col img,
.footer_content img,
.featured_fig_wrapper img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .money:after {
    bottom: 231px;
    height: 230px;
  }
  .lady_fig {
    top: 152px;
  }
  h2.simple_left {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .matches > .container:after {
    top: 67px;
    height: 87%;
  }
  .matches_col > p {
    font-size: 85px;
    padding-left: 0px;
    padding-right: 10px;
  }
  .match_text h3 {
    font-size: 23px;
    padding-bottom: 10px;
  }
  .match_text > p {
    font-size: 15px;
  }
  .matches > .container > .row:nth-child(odd) {
    left: -80px;
  }
  .matches > .container > .row:nth-child(even) {
    left: 70px;
  }
  .form_sec {
    padding-top: 80px;
  }
  .mobile_fig h3 {
    font-size: 35px;
    padding: 20px 0 40px;
  }
  .each_form_sec h4 {
    font-size: 25px;
  }
  .each_form_sec h4 span {
    font-size: 24px;
  }
  input[type=radio] {
    height: 16px;
    width: 16px;
  }
  .each_form_sec label {
    font-size: 15px;
  }
  input[type=number],
.form_last_part input,
.form_last_part select,
.form_last_part select option {
    font-size: 16px;
  }
  .each_form_sec {
    margin-bottom: 30px;
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .submit_btn button {
    max-width: 300px;
    height: 60px;
    font-size: 18px;
  }
  .submit_btn {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  #footer {
    padding: 40px 0;
  }
  #footer p {
    padding-top: 30px;
  }
  .top_news_fig > p {
    height: 30px;
    width: 30px;
    font-size: 15px;
  }
}
@media (max-width: 1024px) {
  .simple_col_parent {
    position: relative;
    top: 0px;
  }
  .top_news a {
    margin-bottom: 50px !important;
  }
  .toSimple_col {
    top: 0;
  }
  .top_news {
    margin-top: 0;
  }
  .header_left a p {
    font-size: 23px;
  }
  .header_left figure {
    max-width: 110px;
  }
  .go_btn .go_btn_num {
    height: 42px;
    width: 42px;
  }
  .go_btn .go_btn_num span {
    font-size: 18px;
  }
  .go_btn .go_btn_num p {
    font-size: 9px;
  }
  .go_btn_text p {
    padding-left: 20px;
    padding-right: 20px;
  }
  .go_btn_text {
    font-size: 14px;
    padding: 7px 12px;
  }
  .go_btn_arrows img {
    height: 10px;
    width: 5px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .banner_content h1 {
    font-size: 25px;
  }
  .banner_content h3 {
    font-size: 30px;
    padding: 10px 0;
  }
  .banner_content h3 span {
    font-size: 23px;
  }
  .banner_right p:first-child {
    font-size: 25px;
  }
  .banner_right p:last-child {
    font-size: 28px;
  }
  .banner_left {
    font-size: 50px;
    border-bottom: 6px solid #002017;
  }
  .banner {
    padding: 100px 0 150px;
  }
  .featured_fig_wrapper h3 {
    font-size: 25px;
  }
  .featured_col h4 {
    font-weight: 400;
    font-size: 18px;
  }
  .simple_left p {
    font-size: 25px;
  }
  .toSimple:before,
.group .row:before,
.matches > .container:after,
.scroll_side {
    display: none;
  }
  .toSimple > .container {
    background-size: 30%;
    padding-top: 50px;
  }
  .simple_col figure,
.round_circle {
    top: 0;
  }
  .toSimple {
    margin-top: 0;
  }
  .vertical_text {
    left: 0px;
    font-size: 12px;
  }
  .simple_col > p:first-child,
.matches > .container > p {
    font-size: 18px;
  }
  .top_news h3 {
    font-size: 25px;
  }
  .top_news_details h4 {
    font-size: 18px;
    padding-bottom: 5px;
  }
  .top_news {
    padding-top: 90px;
  }
  .top_news a,
.money a {
    margin: 30px auto;
  }
  .lady_fig figure {
    max-width: 240px;
  }
  .sec_row,
.first_row {
    max-width: 502px;
    margin: 0 auto;
  }
  .row.sec_row {
    max-width: 530px;
  }
  .money_row_wrapper .first_row p {
    font-size: 18px;
  }
  .second_span {
    font-size: 40px;
  }
  .money_row_wrapper .first_row h3 {
    font-size: 35px;
  }
  .first_col {
    top: 70px;
    left: 30px;
  }
  .money:after {
    bottom: 149px;
    height: 160px;
  }
  .first_row {
    border: 10px solid #dfffd8;
  }
  .sec_row > div > div {
    border: 10px solid #dfffd8;
    padding: 10px;
  }
  .money_col figure {
    height: 60px;
    width: 60px;
  }
  .money_col p {
    font-size: 15px;
  }
  h2.simple_left {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .matches > .container > .row:nth-child(odd) {
    left: 0;
  }
  .matches > .container > .row:nth-child(even) {
    left: 0;
    padding: 0;
  }
  .matches_col > p {
    font-size: 50px;
  }
  .match_text h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }
  .match_text > p {
    font-size: 14px;
  }
  .form_sec {
    padding-top: 30px;
  }
  .mobile_fig h3 {
    font-size: 20px;
    padding: 10px 0 20px;
  }
  .each_form_sec h4 {
    font-size: 18px;
  }
  .each_form_sec h4 span {
    font-size: 17px;
  }
  .each_form_inputs {
    padding-left: 20px;
    padding-top: 10px;
  }
  input[type=radio] {
    height: 12px;
    width: 12px;
  }
  .each_form_sec label {
    font-size: 14px;
  }
  .each_form_sec {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  input[type=number],
.form_last_part input,
.form_last_part select,
.form_last_part select option {
    max-width: 70px;
    height: 30px;
  }
  .form_last_part input,
.form_last_part select,
.form_last_part select option {
    max-width: 379px;
  }
  .form_last_part label {
    max-width: 130px;
  }
  input[type=number],
.form_last_part input,
.form_last_part select,
.form_last_part select option {
    font-size: 14px;
  }
  .submit_btn button {
    max-width: 200px;
    height: 50px;
    font-size: 15px;
  }
  .submit_btn button img {
    height: 17px;
    margin-right: 0px;
  }
  .submit_btn {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer_content figure {
    max-width: 150px;
    margin: 0 auto;
  }
  #footer {
    padding: 20px 0;
  }
  #footer p {
    padding-top: 20px;
    font-size: 12px;
  }
  .featured > .container,
.toSimple > .container,
.matches > .container,
.form_sec > .container {
    max-width: 768px;
  }
}
@media (max-width: 768px) {
  .up_arrow {
    bottom: 30px;
  }
  .top_news a {
    margin-bottom: 30px !important;
  }
  .featured > .container {
    max-width: 100%;
  }
  .toSimple > .container,
.matches > .container,
.form_sec > .container {
    max-width: 100%;
  }
  .toSimple_col .simple_col {
    position: relative;
    left: 20px;
  }
  .toSimple_col .vertical_text {
    left: -10px;
  }
  .simple_left p {
    font-size: 20px;
  }
  .simple_col figure,
.round_circle {
    position: static;
    max-width: 300px;
    margin: 0 auto;
  }
  .top_news {
    padding-top: 30px;
  }
  .top_news h3 {
    font-size: 22px;
    padding-bottom: 10px;
    text-align: center;
  }
  .top_news .row > div {
    margin-bottom: 10px;
  }
  .top_news .row > div {
    max-width: 320px;
    margin: 0 auto 10px;
  }
  .round_circle {
    position: absolute;
    left: 25%;
    top: 10px;
  }
  .group .group_col > figure {
    margin-left: 0;
  }
  .group_ul,
.handshake {
    padding: 20px;
  }
  .tick_text {
    font-size: 16px;
    padding-left: 5px;
  }
  .group_ul img,
.submit_btn button img {
    height: 25px;
    width: 25px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .money {
    padding: 10px 0 0;
  }
  .money:after {
    display: none;
  }
  .row.sec_row > div {
    margin-top: 20px;
  }
  .sec_row {
    padding-top: 0;
  }
  .matches .row {
    margin-bottom: 20px;
  }
  .matches_col {
    justify-content: center;
  }
  .matches .row figure {
    margin-bottom: 20px;
  }
  .form_sec {
    padding-top: 10px;
  }
  .submit_btn {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .toSimple > .container::before {
    display: none;
  }
  .featured {
    padding-right: 20px;
    padding-left: 20px;
  }
  .vertical_text {
    font-size: 10px;
  }
  .row.sec_row > div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 550px) {
  .mobile_fig figure {
    width: 110px;
    margin: 0 auto;
  }
  .mobile_fig h3 {
    font-size: 22px;
  }
  .mobile_fig figure img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .money_col p {
    font-size: 12px;
  }
  .top_news {
    padding-top: 0px;
    margin-top: -30px;
  }
  .featured_fig_wrapper figure {
    height: 72px;
    width: 72px;
    margin: 0 auto;
  }
  .money_col figure {
    height: 45px;
    width: 45px;
  }
  .featured_fig_wrapper h3 {
    font-size: 13px;
  }
  .featured_col h4 {
    font-weight: 400;
    font-size: 12px;
  }
  .featured > .container .row > div {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .featured {
    padding-right: 10px;
    padding-left: 10px;
  }
  .featured_fig_wrapper {
    padding-bottom: 10px;
  }
  .header_wrapper {
    flex-wrap: nowrap;
  }
  .header_left {
    margin-bottom: 5px;
  }
  .banner {
    padding: 80px 0 120px;
    text-align: center;
  }
  .banner_heading {
    justify-content: center;
  }
  .header_left a p {
    font-size: 12px;
  }
  .header_left figure {
    max-width: 50px;
  }
  .header_right .go_btn .go_btn_num {
    height: 35px;
    width: 35px;
  }
  .header_right .go_btn .go_btn_num span {
    font-size: 11px;
  }
  .header_right .go_btn .go_btn_num p {
    font-size: 7px;
  }
  .header_right .go_btn_text {
    font-size: 7px;
    padding: 8px 11px;
  }
  .header_right .go_btn_text p {
    padding-left: 20px;
    padding-right: 5px;
  }
  .header_right .go_btn_arrows img {
    width: 4px;
  }
  .banner_content h1 {
    color: #fff;
    font-size: 22px;
    text-shadow: 3px 3px 4px #000;
  }
  .banner_content h3 {
    color: #fff;
    font-size: 25px;
    text-shadow: 3px 3px 4px #000;
  }
  .banner_right p:first-child {
    color: #fff;
    font-size: 20px;
    text-shadow: 3px 3px 4px #000;
  }
  .banner_right p:last-child {
    color: #fff;
    font-size: 21px;
    text-shadow: 3px 3px 4px #000;
  }
  .banner_left {
    font-size: 40px;
    border-bottom: 5px solid #002017;
  }
  /*  .featured > .container {
      max-width: 300px;
  }*/
  .toSimple > .container {
    padding-top: 20px;
  }
  .round_circle {
    left: 3%;
  }
  .top_news h3 {
    font-size: 20px;
  }
  /*  .top_news .row > div{

  }*/
  .top_news_details h4 {
    font-size: 14px;
  }
  .top_news_details {
    padding-top: 10px;
    padding-left: 10px;
  }
  .top_news_details p {
    font-size: 13px;
  }
  .top_news a,
.money a {
    margin: 20px auto;
  }
  .group .group_col > figure {
    margin-bottom: 10px;
  }
  .simple_col > p:first-child,
.matches > .container > p {
    font-size: 14px;
  }
  .simple_left p {
    font-size: 16px;
  }
  .group_ul,
.handshake {
    padding: 20px 0;
  }
  .tick_text {
    font-size: 14px;
  }
  .lady_fig {
    display: none;
  }
  .second_span {
    font-size: 30px;
  }
  .money_row_wrapper .first_row p {
    font-size: 16px;
  }
  .money_row_wrapper .first_row h3 {
    font-size: 25px;
  }
  .first_col {
    top: 30px;
    left: 30px;
  }
  .row.sec_row {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row.sec_row > div {
    margin-top: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
  h2.simple_left {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .each_form_sec h4 {
    font-size: 16px;
  }
  .each_form_sec {
    padding: 10px;
  }
}
select[name=prefectures] {
  color: #111111;
}

.result-section {
  background: #dfffd8;
  margin: 100px auto 50px;
  padding: 50px;
}

.sum-area .d-flex,
.result-inner-section ol {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.result-inner-section ol {
  list-style: none;
  counter-reset: li;
  padding-left: 0px;
}

.result-inner-section ol li::before {
  content: counter(li) ".";
  color: #2e2e2e;
  display: inline-block;
  width: 15px;
  margin-right: 10px;
}

.result-inner-section ol li {
  margin-bottom: 20px;
  counter-increment: li;
  padding-left: 0px;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.d-flex .field-name {
  flex: 1;
}

.d-flex .field-content {
  flex: 0 0 200px;
  text-align: right;
}

.contact-info {
  padding-left: 20px;
}

.contact-info .d-flex {
  margin-top: 15px;
}

.contact-info .d-flex .c-field {
  flex: 0 0 150px;
}

.contact-info .d-flex .c-content {
  flex: 1;
}

.sum-area {
  padding: 50px 0 20px;
  border-top: solid 1px #002017;
  margin-top: 50px;
}

.sum-area .field-content {
  font-size: 24px;
  font-weight: 600;
}

.submit-btn-area {
  margin-bottom: 50px;
  text-align: center;
}

.submit-btn-area a {
  position: relative;
  background: #7e7171;
  color: #fff;
  border: solid 1px transparent;
  padding: 15px 100px;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: all 0.3s linear;
}

.submit-btn-area a::before {
  content: "←";
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

.submit-btn-area a:hover {
  /*border-color: $bg_color_first;
  color: $bg_color_first;
  background: #fff;
  */
  cursor: pointer;
  filter: brightness(1.5);
  -webkit-filter: brightness(1.5);
}

.contact-area {
  padding: 50px 0;
  background: #00b8ff;
}

.j-around {
  justify-content: space-evenly;
}

.contact-area .container {
  background: #fff;
  padding: 40px 0;
}

.contact-area .container div {
  margin: 5px 0;
}

.contact-area h1 {
  font-weight: 600;
  font-family: "NotoSansJP";
}

.contact-area img {
  margin-right: 30px;
}

.mail_adress {
  text-decoration: underline;
  color: blue;
}

@media (max-width: 767px) {
  .d-flex .field-name,
.d-flex .field-content {
    flex: 0 0 100%;
  }
  .result-section {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .result-inner-section ol li {
    font-size: 14px;
  }
  .sum-area .d-flex .field-content,
.sum-area .d-flex .field-name {
    text-align: center;
  }
  .submit-btn-area a {
    padding: 10px 50px;
  }
  .contact-area .container {
    width: calc(100% - 32px);
    margin-left: 16px;
    margin-right: 16px;
    font-size: 14px;
  }
  .contact-area .container div {
    text-align: center;
  }
  .contact-area img {
    width: 50px;
  }
  .contact-area h1 {
    font-size: 30px;
  }
  #header {
    padding: 10px 0;
  }
  .header_left a p {
    font-size: 16px;
  }
  .header_left figure {
    max-width: 110px;
  }
  .header_right .go_btn_text {
    font-size: 11px;
  }
  .header_left {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=style.css.map */