@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600;700&display=swap');

bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}

* {
  max-height: 99999px;
}

body {
  font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #000000;
  background: #fff;
  font-weight: 400;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

img,
video {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #fff;
}

a:hover {
  opacity: 0.6;
}

#wrap {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.in_in {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.flex {
  display: flex;
}

.flex_w {
  flex-wrap: wrap;
}

.palt {
  font-feature-settings: "palt";
}

.en {
  font-family: 'Roboto', sans-serif;
}

.en_02 {
  font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.4rem;
  }

  #wrap {
    width: 100vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .in,
  .in_in {
    width: 90%;
    margin: 0 auto;
  }

  .flex_w_sp {
    flex-wrap: wrap;
  }
}



#header {
  background: #fff;
  box-sizing: border-box;
  z-index: 999;
  padding: 10px 0;
}

#header .header_w {
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 750px) {
  #header {
    padding-left: 0;
    text-align: center;
  }

  #header .flex {
    justify-content: center;
  }

  #header .logo {
    width: 40%;
  }
}

#main_v {
  padding: 64px 0 64px;
  background: url(../images/fv_bg.jpg);
  background-position: center;
  text-align: right;
  background-repeat: no-repeat;
}

#main_v h1 {
  margin-bottom: 30px;
}

#main_v .fv {
  margin-bottom: 0;
}

#main_v .fv_catch {
  max-width: 50%;
}

@media screen and (max-width: 750px) {
  #main_v {
    padding: 20px 0 340px;
    background: none;
    background: url(../images/fv_bg_sp.jpg);
    background-size: cover;
  }

  #main_v .fv_catch {
    max-width: 100%;
  }

  #main_v .in {}
}



.txt_red {
  color: #c92817;
}

.txt_red_grd {
  background: -webkit-linear-gradient(90deg, #e45545 0%, #aa2011 100%);
  background: -o-linear-gradient(90deg, #e45545 0%, #aa2011 100%);
  background: linear-gradient(90deg, #e45545 0%, #aa2011 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.txt_white {
  color: #fff;
}

.bg_w {
  background: #fff;
}

.bg_w_trans {
  background: rgb(255, 255, 255, 0.7);
}

.bg_red {
  background: url(../images/red_bg@x2.jpg);
  background-position: center;
  background-size: cover;
}

.bg_red_02 {
  background: #ffe1ea;
}

.bg_gray {
  background: #f7f5f5;
}

.box_shadow {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.drop_shadow {
  filter: drop-shadow(0 4px 5px rgba(0, 0, 0, 0.1));
}

.bg_red_grd {
  background-image: -moz-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
}

.bg_gray_grd {
  background: linear-gradient(to right,
      #fffcfa 0%,
      #f8e4d8 100%);
}



.cta_w {
  text-align: center;
  background: url(../images/cta_bg@x2.jpg);
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}

.cta_w h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  .cta_w {
    padding: 40px 0;
  }

  .cta_w h3 {
    font-size: 1.6rem;
  }

  .cta_w img {
    width: 90%;
  }
}

.sec_ttl_w {
  margin-bottom: 60px;
  text-align: center;
}

.sec_ttl_w .sec_ttl {
  font-weight: 600;
  font-size: 2.6rem;
  letter-spacing: 4px;
}

.sec_ttl_w .sec_ttl .s_txt {
  font-size: 2.8rem;
}

.sec_ttl_w .sec_ttl .ttl_bor {
  border-bottom: 2px solid #b02112;
  padding-bottom: 10px;
}

.sec_ttl_w .sec_ttl.txt_white .ttl_bor {
  border-bottom: 2px solid #fff;
}

.sec_ttl_w_en {
  margin-bottom: 60px;
  text-align: center;
  line-height: 1;
  position: relative;
}

.sec_ttl_w_en h2 {
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.sec_ttl_w_en .en {
  font-size: 5.5rem;
  font-weight: 800;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  letter-spacing: 4px;
  color: #b0b1b1;
  opacity: 0.4;
}

@media screen and (max-width: 750px) {
  .sec_ttl_w .sec_ttl {
    font-size: 2.4rem;
    letter-spacing: 2px;
  }

  .sec_ttl_w .sec_ttl .s_txt {
    font-size: 2.0rem;
  }

  .sec_ttl_w_en h2 {
    font-size: 2.4rem;
  }

  .sec_ttl_w_en .en {
    font-size: 4.5rem;
  }

  .sec_ttl_w_en {
    margin-bottom: 40px;
  }
}


#reason {
  padding: 60px 0;
  position: relative;
}

#reason h2 {
  text-align: center;
  margin-bottom: 40px;
}

#reason .reason_ttl_img {
  max-width: 50%;
}

#reason .reason_i {
  margin-bottom: 30px;
}

#reason .reason_i .num {
  flex-shrink: 0;
  margin-right: 30px;
  display: flex;
}

#reason .reason_i .num>div {
  width: 60px;
  text-align: center;
}

#reason .reason_i .num img {
  vertical-align: top;
}

#reason .reason_i .num::before {
  content: "";
  display: block;
  width: 18px;
  height: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  vertical-align: top;
  margin-right: 20px;
}

#reason .reason_i .icon {
  flex-shrink: 0;
  margin-right: 30px;
  width: 55px;
  text-align: center;
}

#reason .reason_i .txtarea {}

#reason .reason_i .txtarea h3 {
  font-size: 2.0rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  #reason .reason_i .num {
    width: 100%;
    display: block;
  }

  #reason .reason_i .num::before {
    width: 100%;
    height: 5px;
    text-align: center;
  }

  #reason .reason_i .num>div {
    width: auto;
    text-align: center;
    margin-top: 20px;
  }

  #reason .reason_ttl_img {
    max-width: 100%;
  }

  #reason .reason_i .icon {
    flex-shrink: 0;
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  #reason .reason_i .txtarea h3 {
    text-align: center;
    line-height: 1.25;
    font-size: 1.8rem;
  }
}


#result {
  padding: 60px 0;
}

#result .sec_ttl_w {
  margin-bottom: 35px;
}

#result .result_num_w {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 4px;
}

#result .result_num_w .txt_red_grd {
  padding-top: 10px;
}

#result .result_num_w .en_02 {
  font-size: 4.2rem;
  letter-spacing: 6px;
}

#loopslider {
  z-index: 998;
  height: 50px;
  width: 100%;
  position: relative;
}

#loopslider ul {
  float: left;
  display: inline;
  overflow: hidden;
}

#loopslider ul li {
  float: left;
  margin-left: 50px;
  height: 50px;
  overflow: hidden;
}

/* =======================================
    ClearFixElements
======================================= */
#loopslider ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

#loopslider ul {
  display: inline-block;
  overflow: hidden;
}

@media screen and (max-width: 750px) {}

#reccomend {
  padding: 80px 0;
}

#reccomend .reccomend_w {
  justify-content: space-between;
}

#reccomend .reccomend_i {
  width: 24%;
}

#reccomend .reccomend_i h3 {
  font-weight: 500;
  line-height: 1.25;
  padding: 15px;
  min-height: 110px;
  box-sizing: border-box;
}

#reccomend .reccomend_i .txtarea {
  padding: 10px 10px;
  text-align: center;
}

#reccomend .reccomend_i .txtarea .comp_name {
  font-size: 1.4rem;
  letter-spacing: 1px;
}

#reccomend .reccomend_i .reward_w {
  align-items: center;
  padding: 15px;
  background: #ddd9d8;
}

#reccomend .reccomend_i .reward_w .txt_orange_grd {
  padding-top: 10px;
}

#reccomend .reccomend_i .reward_w .num {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 1px;
  font-weight: 400;
}

#reccomend .reccomend_i .reward_w .num .txt_red_grd {
  padding-top: 10px;
}

#reccomend .reccomend_i .reward_w .num .en {
  font-size: 2.8rem;
}

@media screen and (max-width: 750px) {
  #reccomend .in {
    width: 100%;
    box-sizing: border-box;
  }

  #reccomend .reccomend_w {
    overflow: auto;
    padding-left: 5%;
  }

  #reccomend .reccomend_i {
    width: 80%;
    margin-bottom: 20px;
    flex-shrink: 0;
    margin-right: 20px;
  }

  #reccomend .reccomend_i h3 {
    min-height: 100px;
  }

  #reccomend .reccomend_i .imgarea img {
    width: 100%;
  }
}

#aword_w {
  padding: 60px 0;
  text-align: center;
}

#aword_w p {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 20px;

}

@media screen and (max-width: 750px) {
  #aword_w p {
    font-size: 1.2rem;
  }
}

#member {
  padding: 60px 0;
}

#member h2 {
  text-align: center;
  margin-bottom: 40px;
}

#member .lead_txt {
  font-size: 2.2rem;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 40px;
}

#member span {
  border-bottom: 2px solid #fcd257;
}

#member .member_w {
  justify-content: space-between;
  margin-bottom: 50px;
}

#member .member_i {
  width: 24%;
  position: relative;
  align-items: center;
}

#member .member_i .tag {
  padding: 5px;
  box-sizing: border-box;
  width: 90%;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  font-weight: 600;
}

#member .member_i .imgarea {
  flex-shrink: 0;
}

#member .member_i .txtarea {
  width: 100%;
}

#member .member_i .txtarea .txt_i {
  padding: 15px;
}

#member .member_i .txtarea h3 {
  font-weight: 500;
}

#member .member_i .txtarea .en {
  color: #b4b4b4;
  font-size: 1.4rem;
}

#member .member_num_w {
  justify-content: center;
  margin-bottom: 10px;
}

#member .member_num_i {
  width: 600px;
  box-sizing: border-box;
  padding: 30px;
  margin: 0 10px;
}

#member .member_num_i h3 {
  text-align: center;
  margin-bottom: 10px;
}

#member .member_num_i .num {
  text-align: center;
  font-weight: 600;
  line-height: 1;
}

#member .member_num_i .num .txt_red_grd {
  padding-top: 18px;
}

#member .member_num_i .num .en_02 {
  font-size: 4.5rem;
}

#member .member_num_caution {
  text-align: center;
  font-size: 1.4rem;
}

#member .member_num_line {
  width: 850px;
  box-sizing: border-box;
  padding: 25px;
  margin: 0 10px;
  margin-top: 30px;
}

#member .member_num_line h3 {
  margin-bottom: 10px;
  padding-top: 15px;
  font-size: 20px;
}

#member .member_num_line .line_cta_1 {
  margin: auto;
  text-align: center;
}

#member .member_num_line .line_cta_2 {
  margin: auto;
  margin-top: 10px;
}

#member .member_num_line img {
  width: 380px;
  height: auto;
}

#member .member_cta_w {
  text-align: center;
  margin-top: 40px;
}

#member .member_cta_w h3 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 15px;
}

@media screen and (max-width: 750px) {
  #member .lead_txt {
    font-size: 1.6rem;
  }

  #member .member_i {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
  }

  #member .member_num_i {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    margin: 0;
    margin-bottom: 10px;
  }

  #member .member_cta_w h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
}

#flow {
  padding: 100px 0 60px;
  background-image: -moz-linear-gradient(0deg, rgb(176, 177, 177) 0%, rgb(113, 112, 112) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(176, 177, 177) 0%, rgb(113, 112, 112) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(176, 177, 177) 0%, rgb(113, 112, 112) 99%);
}

#flow .flow_w {
  justify-content: space-between;
  position: relative;
}

#flow .flow_w:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: -webkit-linear-gradient(90deg, #2669b3 0%, #000024 100%);
  background: -o-linear-gradient(90deg, #2669b3 0%, #000024 100%);
  background: linear-gradient(90deg, #2669b3 0%, #000024 100%);
  position: absolute;
  top: 100px;
}

#flow .flow_i {
  width: 18.5%;
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
  position: relative;
  z-index: 2;
}

#flow .flow_i .num {
  position: absolute;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: -webkit-linear-gradient(90deg, #2669b3 0%, #000024 100%);
  background: -o-linear-gradient(90deg, #2669b3 0%, #000024 100%);
  background: linear-gradient(90deg, #2669b3 0%, #000024 100%);
  border-radius: 100px;
  top: -14px;
  left: 50%;
  transform: translate(-50%, 0px);
}

#flow .flow_i h3 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

#flow .flow_i .icon {
  text-align: center;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

#flow .flow_i .txtarea .txt {
  font-size: 1.4rem;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 1px;
}

@media screen and (max-width: 750px) {
  #flow {
    padding: 60px 0 40px;
  }

  #flow .in {
    width: 100%;
  }
}

#faq {
  padding: 60px 0;
}

.faq_i {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 30px;
  margin-bottom: 30px;
  transition: 0.5s;
  background: #fff;
}

.faq_i.open {
  border-radius: 30px;
}

.faq_i .ico {
  background-image: -moz-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  background-image: -webkit-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  background-image: -ms-linear-gradient(0deg, rgb(203, 40, 23) 0%, rgb(176, 33, 18) 99%);
  color: #fff;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
  font-weight: 600;
  flex-shrink: 0;
}

.faq_i h3 {
  color: #b62313;
  font-size: 1.6rem;
  margin-top: 5px;
}

.faq_i p {
  margin-top: 5px;
}

.faq_i .q {
  position: relative;
  cursor: pointer;
}

.faq_i .q:after {
  content: "×";
  font-size: 1.8rem;
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translate(-10px, -50%);
  color: #333;
  transition: 0.5s;
}

.faq_i.open .q:after {
  top: 50%;
  right: 0px;
  transform: rotate(0) translate(0, -50%);
}

.faq_i .a {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e3e3e3;
  display: none;
}

.faq_i .a a {
  color: #153b79;
  text-decoration: underline;
}

@media screen and (max-width: 750px) {
  #faq {
    padding: 40px 0 40px;
    position: relative;
  }

  .faq_i {
    border-radius: 30px;
    padding: 7.5% 5%;
  }

  .faq_i .q .flex {
    padding-right: 30px;
  }

  .faq_i h3 {
    margin-top: 0;
    font-size: 1.4rem;
  }

  .faq_i .ico {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}

#f_u_area {
  padding: 60px 0;
  background: url(../images/fu_bg@x2.jpg);
  background-position: center;
  background-size: cover;
  text-align: center;
}

#f_u_area h2 {
  margin-bottom: 20px;
  font-size: 3.0rem;
  text-align: center;
  font-weight: 600;
  letter-spacing: 4px;
}

#f_u_area .lead_txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 750px) {
  #f_u_area h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  #f_u_area h2 img {
    margin-top: 10px;
  }
}

.fixed_foot {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}

.fixed_foot .cta_btns {
  justify-content: center;
}

.fixed_foot .cta_btns a {
  width: 390px;
  margin: 0 5px;
  display: block;
  padding: 10px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-weight: 600;
}

.fixed_foot .cta_btns a:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: flex;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: rotate(45deg) translate(0, -50%);
}

@media screen and (max-width: 750px) {
  .fixed_foot {
    padding: 20px 10px;
  }

  .fixed_foot .cta_btns {
    justify-content: space-between;
  }

  .fixed_foot .cta_btns a {
    width: 49%;
    box-sizing: border-box;
    margin: 0;
    line-height: 1.25;
  }
}

footer {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 100px;
  padding-top: 30px;
}

.form_c_02 {
  padding: 60px 0;
}

#form_main_v {}

#form_main_v .lead_txt {
  margin-bottom: 40px;
  text-align: center;
}

#form_main_v .lead_txt span {
  border-bottom: 2px solid #fcd257;
}
