@charset "UTF-8";
/*----------------------------------------------------------

Reset

----------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap&subset=japanese");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------------------------

Width

----------------------------------------------------------*/
.width_0 {
  width: 0% !important;
}

.width_10 {
  width: 10% !important;
}

.width_20 {
  width: 20% !important;
}

.width_30 {
  width: 30% !important;
}

.width_40 {
  width: 40% !important;
}

.width_50 {
  width: 50% !important;
}

.width_60 {
  width: 60% !important;
}

.width_70 {
  width: 70% !important;
}

.width_80 {
  width: 80% !important;
}

.width_90 {
  width: 90% !important;
}

.width_100 {
  width: 100% !important;
}

/*----------------------------------------------------------

Margin

----------------------------------------------------------*/
.mt_0 {
  margin-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .mt_0 {
    margin-top: 0vw !important;
  }
}

.mr_0 {
  margin-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .mr_0 {
    margin-right: 0vw !important;
  }
}

.mb_0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .mb_0 {
    margin-bottom: 0vw !important;
  }
}

.ml_0 {
  margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .ml_0 {
    margin-left: 0vw !important;
  }
}

.mt_10 {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt_10 {
    margin-top: 1.5625vw !important;
  }
}

.mr_10 {
  margin-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .mr_10 {
    margin-right: 1.5625vw !important;
  }
}

.mb_10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .mb_10 {
    margin-bottom: 1.5625vw !important;
  }
}

.ml_10 {
  margin-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .ml_10 {
    margin-left: 1.5625vw !important;
  }
}

.mt_20 {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt_20 {
    margin-top: 3.125vw !important;
  }
}

.mr_20 {
  margin-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .mr_20 {
    margin-right: 3.125vw !important;
  }
}

.mb_20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .mb_20 {
    margin-bottom: 3.125vw !important;
  }
}

.ml_20 {
  margin-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .ml_20 {
    margin-left: 3.125vw !important;
  }
}

.mt_30 {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .mt_30 {
    margin-top: 4.6875vw !important;
  }
}

.mr_30 {
  margin-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .mr_30 {
    margin-right: 4.6875vw !important;
  }
}

.mb_30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .mb_30 {
    margin-bottom: 4.6875vw !important;
  }
}

.ml_30 {
  margin-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .ml_30 {
    margin-left: 4.6875vw !important;
  }
}

.mt_40 {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt_40 {
    margin-top: 6.25vw !important;
  }
}

.mr_40 {
  margin-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .mr_40 {
    margin-right: 6.25vw !important;
  }
}

.mb_40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .mb_40 {
    margin-bottom: 6.25vw !important;
  }
}

.ml_40 {
  margin-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .ml_40 {
    margin-left: 6.25vw !important;
  }
}

.mt_50 {
  margin-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .mt_50 {
    margin-top: 7.8125vw !important;
  }
}

.mr_50 {
  margin-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .mr_50 {
    margin-right: 7.8125vw !important;
  }
}

.mb_50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .mb_50 {
    margin-bottom: 7.8125vw !important;
  }
}

.ml_50 {
  margin-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .ml_50 {
    margin-left: 7.8125vw !important;
  }
}

.mt_60 {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt_60 {
    margin-top: 9.375vw !important;
  }
}

.mr_60 {
  margin-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .mr_60 {
    margin-right: 9.375vw !important;
  }
}

.mb_60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .mb_60 {
    margin-bottom: 9.375vw !important;
  }
}

.ml_60 {
  margin-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .ml_60 {
    margin-left: 9.375vw !important;
  }
}

.mt_70 {
  margin-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .mt_70 {
    margin-top: 10.9375vw !important;
  }
}

.mr_70 {
  margin-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .mr_70 {
    margin-right: 10.9375vw !important;
  }
}

.mb_70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .mb_70 {
    margin-bottom: 10.9375vw !important;
  }
}

.ml_70 {
  margin-left: 70px !important;
}

@media screen and (max-width: 767px) {
  .ml_70 {
    margin-left: 10.9375vw !important;
  }
}

.mt_80 {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt_80 {
    margin-top: 12.5vw !important;
  }
}

.mr_80 {
  margin-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .mr_80 {
    margin-right: 12.5vw !important;
  }
}

.mb_80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .mb_80 {
    margin-bottom: 12.5vw !important;
  }
}

.ml_80 {
  margin-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .ml_80 {
    margin-left: 12.5vw !important;
  }
}

.mt_90 {
  margin-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .mt_90 {
    margin-top: 14.0625vw !important;
  }
}

.mr_90 {
  margin-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .mr_90 {
    margin-right: 14.0625vw !important;
  }
}

.mb_90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  .mb_90 {
    margin-bottom: 14.0625vw !important;
  }
}

.ml_90 {
  margin-left: 90px !important;
}

@media screen and (max-width: 767px) {
  .ml_90 {
    margin-left: 14.0625vw !important;
  }
}

.mt_100 {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .mt_100 {
    margin-top: 15.625vw !important;
  }
}

.mr_100 {
  margin-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .mr_100 {
    margin-right: 15.625vw !important;
  }
}

.mb_100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .mb_100 {
    margin-bottom: 15.625vw !important;
  }
}

.ml_100 {
  margin-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .ml_100 {
    margin-left: 15.625vw !important;
  }
}

.mt_110 {
  margin-top: 110px !important;
}

@media screen and (max-width: 767px) {
  .mt_110 {
    margin-top: 17.1875vw !important;
  }
}

.mr_110 {
  margin-right: 110px !important;
}

@media screen and (max-width: 767px) {
  .mr_110 {
    margin-right: 17.1875vw !important;
  }
}

.mb_110 {
  margin-bottom: 110px !important;
}

@media screen and (max-width: 767px) {
  .mb_110 {
    margin-bottom: 17.1875vw !important;
  }
}

.ml_110 {
  margin-left: 110px !important;
}

@media screen and (max-width: 767px) {
  .ml_110 {
    margin-left: 17.1875vw !important;
  }
}

.mt_120 {
  margin-top: 120px !important;
}

@media screen and (max-width: 767px) {
  .mt_120 {
    margin-top: 18.75vw !important;
  }
}

.mr_120 {
  margin-right: 120px !important;
}

@media screen and (max-width: 767px) {
  .mr_120 {
    margin-right: 18.75vw !important;
  }
}

.mb_120 {
  margin-bottom: 120px !important;
}

@media screen and (max-width: 767px) {
  .mb_120 {
    margin-bottom: 18.75vw !important;
  }
}

.ml_120 {
  margin-left: 120px !important;
}

@media screen and (max-width: 767px) {
  .ml_120 {
    margin-left: 18.75vw !important;
  }
}

.mt_130 {
  margin-top: 130px !important;
}

@media screen and (max-width: 767px) {
  .mt_130 {
    margin-top: 20.3125vw !important;
  }
}

.mr_130 {
  margin-right: 130px !important;
}

@media screen and (max-width: 767px) {
  .mr_130 {
    margin-right: 20.3125vw !important;
  }
}

.mb_130 {
  margin-bottom: 130px !important;
}

@media screen and (max-width: 767px) {
  .mb_130 {
    margin-bottom: 20.3125vw !important;
  }
}

.ml_130 {
  margin-left: 130px !important;
}

@media screen and (max-width: 767px) {
  .ml_130 {
    margin-left: 20.3125vw !important;
  }
}

.mt_140 {
  margin-top: 140px !important;
}

@media screen and (max-width: 767px) {
  .mt_140 {
    margin-top: 21.875vw !important;
  }
}

.mr_140 {
  margin-right: 140px !important;
}

@media screen and (max-width: 767px) {
  .mr_140 {
    margin-right: 21.875vw !important;
  }
}

.mb_140 {
  margin-bottom: 140px !important;
}

@media screen and (max-width: 767px) {
  .mb_140 {
    margin-bottom: 21.875vw !important;
  }
}

.ml_140 {
  margin-left: 140px !important;
}

@media screen and (max-width: 767px) {
  .ml_140 {
    margin-left: 21.875vw !important;
  }
}

.mt_150 {
  margin-top: 150px !important;
}

@media screen and (max-width: 767px) {
  .mt_150 {
    margin-top: 23.4375vw !important;
  }
}

.mr_150 {
  margin-right: 150px !important;
}

@media screen and (max-width: 767px) {
  .mr_150 {
    margin-right: 23.4375vw !important;
  }
}

.mb_150 {
  margin-bottom: 150px !important;
}

@media screen and (max-width: 767px) {
  .mb_150 {
    margin-bottom: 23.4375vw !important;
  }
}

.ml_150 {
  margin-left: 150px !important;
}

@media screen and (max-width: 767px) {
  .ml_150 {
    margin-left: 23.4375vw !important;
  }
}

.mt_160 {
  margin-top: 160px !important;
}

@media screen and (max-width: 767px) {
  .mt_160 {
    margin-top: 25vw !important;
  }
}

.mr_160 {
  margin-right: 160px !important;
}

@media screen and (max-width: 767px) {
  .mr_160 {
    margin-right: 25vw !important;
  }
}

.mb_160 {
  margin-bottom: 160px !important;
}

@media screen and (max-width: 767px) {
  .mb_160 {
    margin-bottom: 25vw !important;
  }
}

.ml_160 {
  margin-left: 160px !important;
}

@media screen and (max-width: 767px) {
  .ml_160 {
    margin-left: 25vw !important;
  }
}

.mt_170 {
  margin-top: 170px !important;
}

@media screen and (max-width: 767px) {
  .mt_170 {
    margin-top: 26.5625vw !important;
  }
}

.mr_170 {
  margin-right: 170px !important;
}

@media screen and (max-width: 767px) {
  .mr_170 {
    margin-right: 26.5625vw !important;
  }
}

.mb_170 {
  margin-bottom: 170px !important;
}

@media screen and (max-width: 767px) {
  .mb_170 {
    margin-bottom: 26.5625vw !important;
  }
}

.ml_170 {
  margin-left: 170px !important;
}

@media screen and (max-width: 767px) {
  .ml_170 {
    margin-left: 26.5625vw !important;
  }
}

.mt_180 {
  margin-top: 180px !important;
}

@media screen and (max-width: 767px) {
  .mt_180 {
    margin-top: 28.125vw !important;
  }
}

.mr_180 {
  margin-right: 180px !important;
}

@media screen and (max-width: 767px) {
  .mr_180 {
    margin-right: 28.125vw !important;
  }
}

.mb_180 {
  margin-bottom: 180px !important;
}

@media screen and (max-width: 767px) {
  .mb_180 {
    margin-bottom: 28.125vw !important;
  }
}

.ml_180 {
  margin-left: 180px !important;
}

@media screen and (max-width: 767px) {
  .ml_180 {
    margin-left: 28.125vw !important;
  }
}

.mt_190 {
  margin-top: 190px !important;
}

@media screen and (max-width: 767px) {
  .mt_190 {
    margin-top: 29.6875vw !important;
  }
}

.mr_190 {
  margin-right: 190px !important;
}

@media screen and (max-width: 767px) {
  .mr_190 {
    margin-right: 29.6875vw !important;
  }
}

.mb_190 {
  margin-bottom: 190px !important;
}

@media screen and (max-width: 767px) {
  .mb_190 {
    margin-bottom: 29.6875vw !important;
  }
}

.ml_190 {
  margin-left: 190px !important;
}

@media screen and (max-width: 767px) {
  .ml_190 {
    margin-left: 29.6875vw !important;
  }
}

.mt_200 {
  margin-top: 200px !important;
}

@media screen and (max-width: 767px) {
  .mt_200 {
    margin-top: 31.25vw !important;
  }
}

.mr_200 {
  margin-right: 200px !important;
}

@media screen and (max-width: 767px) {
  .mr_200 {
    margin-right: 31.25vw !important;
  }
}

.mb_200 {
  margin-bottom: 200px !important;
}

@media screen and (max-width: 767px) {
  .mb_200 {
    margin-bottom: 31.25vw !important;
  }
}

.ml_200 {
  margin-left: 200px !important;
}

@media screen and (max-width: 767px) {
  .ml_200 {
    margin-left: 31.25vw !important;
  }
}

.m_auto {
  margin: auto;
}

.ml_auto {
  margin-left: auto;
}

.mr_auto {
  margin-right: auto;
}

/*----------------------------------------------------------

Padding

----------------------------------------------------------*/
.pt_0 {
  padding-top: 0px !important;
}

@media screen and (max-width: 767px) {
  .pt_0 {
    padding-top: 0vw !important;
  }
}

.pr_0 {
  padding-right: 0px !important;
}

@media screen and (max-width: 767px) {
  .pr_0 {
    padding-right: 0vw !important;
  }
}

.pb_0 {
  padding-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .pb_0 {
    padding-bottom: 0vw !important;
  }
}

.pl_0 {
  padding-left: 0px !important;
}

@media screen and (max-width: 767px) {
  .pl_0 {
    padding-left: 0vw !important;
  }
}

.pt_10 {
  padding-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .pt_10 {
    padding-top: 1.5625vw !important;
  }
}

.pr_10 {
  padding-right: 10px !important;
}

@media screen and (max-width: 767px) {
  .pr_10 {
    padding-right: 1.5625vw !important;
  }
}

.pb_10 {
  padding-bottom: 10px !important;
}

@media screen and (max-width: 767px) {
  .pb_10 {
    padding-bottom: 1.5625vw !important;
  }
}

.pl_10 {
  padding-left: 10px !important;
}

@media screen and (max-width: 767px) {
  .pl_10 {
    padding-left: 1.5625vw !important;
  }
}

.pt_20 {
  padding-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .pt_20 {
    padding-top: 3.125vw !important;
  }
}

.pr_20 {
  padding-right: 20px !important;
}

@media screen and (max-width: 767px) {
  .pr_20 {
    padding-right: 3.125vw !important;
  }
}

.pb_20 {
  padding-bottom: 20px !important;
}

@media screen and (max-width: 767px) {
  .pb_20 {
    padding-bottom: 3.125vw !important;
  }
}

.pl_20 {
  padding-left: 20px !important;
}

@media screen and (max-width: 767px) {
  .pl_20 {
    padding-left: 3.125vw !important;
  }
}

.pt_30 {
  padding-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .pt_30 {
    padding-top: 4.6875vw !important;
  }
}

.pr_30 {
  padding-right: 30px !important;
}

@media screen and (max-width: 767px) {
  .pr_30 {
    padding-right: 4.6875vw !important;
  }
}

.pb_30 {
  padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
  .pb_30 {
    padding-bottom: 4.6875vw !important;
  }
}

.pl_30 {
  padding-left: 30px !important;
}

@media screen and (max-width: 767px) {
  .pl_30 {
    padding-left: 4.6875vw !important;
  }
}

.pt_40 {
  padding-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .pt_40 {
    padding-top: 6.25vw !important;
  }
}

.pr_40 {
  padding-right: 40px !important;
}

@media screen and (max-width: 767px) {
  .pr_40 {
    padding-right: 6.25vw !important;
  }
}

.pb_40 {
  padding-bottom: 40px !important;
}

@media screen and (max-width: 767px) {
  .pb_40 {
    padding-bottom: 6.25vw !important;
  }
}

.pl_40 {
  padding-left: 40px !important;
}

@media screen and (max-width: 767px) {
  .pl_40 {
    padding-left: 6.25vw !important;
  }
}

.pt_50 {
  padding-top: 50px !important;
}

@media screen and (max-width: 767px) {
  .pt_50 {
    padding-top: 7.8125vw !important;
  }
}

.pr_50 {
  padding-right: 50px !important;
}

@media screen and (max-width: 767px) {
  .pr_50 {
    padding-right: 7.8125vw !important;
  }
}

.pb_50 {
  padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
  .pb_50 {
    padding-bottom: 7.8125vw !important;
  }
}

.pl_50 {
  padding-left: 50px !important;
}

@media screen and (max-width: 767px) {
  .pl_50 {
    padding-left: 7.8125vw !important;
  }
}

.pt_60 {
  padding-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .pt_60 {
    padding-top: 9.375vw !important;
  }
}

.pr_60 {
  padding-right: 60px !important;
}

@media screen and (max-width: 767px) {
  .pr_60 {
    padding-right: 9.375vw !important;
  }
}

.pb_60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767px) {
  .pb_60 {
    padding-bottom: 9.375vw !important;
  }
}

.pl_60 {
  padding-left: 60px !important;
}

@media screen and (max-width: 767px) {
  .pl_60 {
    padding-left: 9.375vw !important;
  }
}

.pt_70 {
  padding-top: 70px !important;
}

@media screen and (max-width: 767px) {
  .pt_70 {
    padding-top: 10.9375vw !important;
  }
}

.pr_70 {
  padding-right: 70px !important;
}

@media screen and (max-width: 767px) {
  .pr_70 {
    padding-right: 10.9375vw !important;
  }
}

.pb_70 {
  padding-bottom: 70px !important;
}

@media screen and (max-width: 767px) {
  .pb_70 {
    padding-bottom: 10.9375vw !important;
  }
}

.pl_70 {
  padding-left: 70px !important;
}

@media screen and (max-width: 767px) {
  .pl_70 {
    padding-left: 10.9375vw !important;
  }
}

.pt_80 {
  padding-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .pt_80 {
    padding-top: 12.5vw !important;
  }
}

.pr_80 {
  padding-right: 80px !important;
}

@media screen and (max-width: 767px) {
  .pr_80 {
    padding-right: 12.5vw !important;
  }
}

.pb_80 {
  padding-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .pb_80 {
    padding-bottom: 12.5vw !important;
  }
}

.pl_80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 767px) {
  .pl_80 {
    padding-left: 12.5vw !important;
  }
}

.pt_90 {
  padding-top: 90px !important;
}

@media screen and (max-width: 767px) {
  .pt_90 {
    padding-top: 14.0625vw !important;
  }
}

.pr_90 {
  padding-right: 90px !important;
}

@media screen and (max-width: 767px) {
  .pr_90 {
    padding-right: 14.0625vw !important;
  }
}

.pb_90 {
  padding-bottom: 90px !important;
}

@media screen and (max-width: 767px) {
  .pb_90 {
    padding-bottom: 14.0625vw !important;
  }
}

.pl_90 {
  padding-left: 90px !important;
}

@media screen and (max-width: 767px) {
  .pl_90 {
    padding-left: 14.0625vw !important;
  }
}

.pt_100 {
  padding-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .pt_100 {
    padding-top: 15.625vw !important;
  }
}

.pr_100 {
  padding-right: 100px !important;
}

@media screen and (max-width: 767px) {
  .pr_100 {
    padding-right: 15.625vw !important;
  }
}

.pb_100 {
  padding-bottom: 100px !important;
}

@media screen and (max-width: 767px) {
  .pb_100 {
    padding-bottom: 15.625vw !important;
  }
}

.pl_100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 767px) {
  .pl_100 {
    padding-left: 15.625vw !important;
  }
}

/*----------------------------------------------------------

Float

----------------------------------------------------------*/
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin: 0px auto;
  clear: both;
}

img.alignleft {
  margin: 0 1em 1em 0;
}

img.alignright {
  margin: 0 0 1em 1em;
}

/*----------------------------------------------------------

Font

----------------------------------------------------------*/
/* font-size */
.fs_10 {
  font-size: 10px !important;
  font-size: 1rem !important;
}

.fs_11 {
  font-size: 11px !important;
  font-size: 1.1rem !important;
}

.fs_12 {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

.fs_13 {
  font-size: 13px !important;
  font-size: 1.3rem !important;
}

.fs_14 {
  font-size: 14px !important;
  font-size: 1.4rem !important;
}

.fs_15 {
  font-size: 15px !important;
  font-size: 1.5rem !important;
}

.fs_16 {
  font-size: 16px !important;
  font-size: 1.6rem !important;
}

.fs_17 {
  font-size: 17px !important;
  font-size: 1.7rem !important;
}

.fs_18 {
  font-size: 18px !important;
  font-size: 1.8rem !important;
}

.fs_19 {
  font-size: 19px !important;
  font-size: 1.9rem !important;
}

.fs_20 {
  font-size: 20px !important;
  font-size: 2rem !important;
}

.fs_21 {
  font-size: 21px !important;
  font-size: 2.1rem !important;
}

.fs_22 {
  font-size: 22px !important;
  font-size: 2.2rem !important;
}

.fs_23 {
  font-size: 23px !important;
  font-size: 2.3rem !important;
}

.fs_24 {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.fs_25 {
  font-size: 25px !important;
  font-size: 2.5rem !important;
}

.fs_26 {
  font-size: 26px !important;
  font-size: 2.6rem !important;
}

.fs_27 {
  font-size: 27px !important;
  font-size: 2.7rem !important;
}

.fs_28 {
  font-size: 28px !important;
  font-size: 2.8rem !important;
}

.fs_29 {
  font-size: 29px !important;
  font-size: 2.9rem !important;
}

.fs_30 {
  font-size: 30px !important;
  font-size: 3rem !important;
}

.fs_31 {
  font-size: 31px !important;
  font-size: 3.1rem !important;
}

.fs_32 {
  font-size: 32px !important;
  font-size: 3.2rem !important;
}

.fs_33 {
  font-size: 33px !important;
  font-size: 3.3rem !important;
}

.fs_34 {
  font-size: 34px !important;
  font-size: 3.4rem !important;
}

.fs_35 {
  font-size: 35px !important;
  font-size: 3.5rem !important;
}

.fs_36 {
  font-size: 36px !important;
  font-size: 3.6rem !important;
}

.fs_37 {
  font-size: 37px !important;
  font-size: 3.7rem !important;
}

.fs_38 {
  font-size: 38px !important;
  font-size: 3.8rem !important;
}

.fs_39 {
  font-size: 39px !important;
  font-size: 3.9rem !important;
}

.fs_40 {
  font-size: 40px !important;
  font-size: 4rem !important;
}

/* font-weight */
.fw_bold {
  font-weight: bold !important;
}

.fw_normal {
  font-weight: normal !important;
}

/* line-height */
.lh_10 {
  line-height: 1 !important;
}

.lh_11 {
  line-height: 1.1 !important;
}

.lh_12 {
  line-height: 1.2 !important;
}

.lh_13 {
  line-height: 1.3 !important;
}

.lh_14 {
  line-height: 1.4 !important;
}

.lh_15 {
  line-height: 1.5 !important;
}

.lh_16 {
  line-height: 1.6 !important;
}

.lh_17 {
  line-height: 1.7 !important;
}

.lh_18 {
  line-height: 1.8 !important;
}

.lh_19 {
  line-height: 1.9 !important;
}

.lh_20 {
  line-height: 2 !important;
}

.lh_21 {
  line-height: 2.1 !important;
}

.lh_22 {
  line-height: 2.2 !important;
}

.lh_23 {
  line-height: 2.3 !important;
}

.lh_24 {
  line-height: 2.4 !important;
}

.lh_25 {
  line-height: 2.5 !important;
}

.lh_26 {
  line-height: 2.6 !important;
}

.lh_27 {
  line-height: 2.7 !important;
}

.lh_28 {
  line-height: 2.8 !important;
}

.lh_29 {
  line-height: 2.9 !important;
}

.lh_30 {
  line-height: 3 !important;
}

/* text-align */
.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right !important;
}

.ta_center {
  text-align: center !important;
}

/* vertical-align */
.va_top {
  vertical-align: top !important;
}

.va_bottom {
  vertical-align: bottom !important;
}

.va_middle {
  vertical-align: middle !important;
}

/*----------------------------------------------------------

Form

----------------------------------------------------------*/
button,
input,
select,
textarea {
  max-width: 100%;
  box-sizing: border-box;
  font-size: 100%;
  vertical-align: baseline;
}

/* テキスト・テキストエリア */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  border-radius: 0px;
  cursor: pointer;
}

label {
  cursor: pointer;
}

/*----------------------------------------------------------

Column

----------------------------------------------------------*/
.row {
  display: flex;
  flex-wrap: wrap;
}

.row.ai_start {
  align-items: flex-start;
}

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

.row.ai_end {
  align-items: flex-end;
}

.row.fd_column {
  flex-direction: column;
}

.row.fd_column_reverse {
  flex-direction: column-reverse;
}

.row.fd_row {
  flex-direction: row;
}

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

.row.jc_start {
  justify-content: flex-start;
}

.row.jc_center {
  justify-content: center;
}

.row.jc_end {
  justify-content: flex-end;
}

.row.jc_between {
  justify-content: space-between;
}

.col_1 {
  width: 8.33333%;
}

.col_2 {
  width: 16.666666%;
}

.col_3 {
  width: 24.99999%;
}

.col_4 {
  width: 33.33333%;
}

.col_5 {
  width: 41.66666%;
}

.col_6 {
  width: 49.99999%;
}

.col_7 {
  width: 58.33333%;
}

.col_8 {
  width: 66.66666%;
}

.col_9 {
  width: 74.99999%;
}

.col_10 {
  width: 83.33333%;
}

.col_11 {
  width: 91.66666%;
}

.col_12 {
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .col_md_1 {
    width: 8.33333%;
  }
  .col_md_2 {
    width: 16.666666%;
  }
  .col_md_3 {
    width: 24.99999%;
  }
  .col_md_4 {
    width: 33.33333%;
  }
  .col_md_5 {
    width: 41.66666%;
  }
  .col_md_6 {
    width: 49.99999%;
  }
  .col_md_7 {
    width: 58.33333%;
  }
  .col_md_8 {
    width: 66.66666%;
  }
  .col_md_9 {
    width: 74.99999%;
  }
  .col_md_10 {
    width: 83.33333%;
  }
  .col_md_11 {
    width: 91.66666%;
  }
  .col_md_12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .col_sm_1 {
    width: 8.33333%;
  }
  .col_sm_2 {
    width: 16.666666%;
  }
  .col_sm_3 {
    width: 24.99999%;
  }
  .col_sm_4 {
    width: 33.33333%;
  }
  .col_sm_5 {
    width: 41.66666%;
  }
  .col_sm_6 {
    width: 49.99999%;
  }
  .col_sm_7 {
    width: 58.33333%;
  }
  .col_sm_8 {
    width: 66.66666%;
  }
  .col_sm_9 {
    width: 74.99999%;
  }
  .col_sm_10 {
    width: 83.33333%;
  }
  .col_sm_11 {
    width: 91.66666%;
  }
  .col_sm_12 {
    width: 100%;
  }
}

.row_space_0 {
  margin-top: 0px;
  margin-left: 0px;
}

@media screen and (max-width: 767px) {
  .row_space_0 {
    margin-top: 0vw;
    margin-left: 0vw;
  }
}

.row_space_10 {
  margin-top: -10px;
  margin-left: -10px;
}

@media screen and (max-width: 767px) {
  .row_space_10 {
    margin-top: -1.5625vw;
    margin-left: -1.5625vw;
  }
}

.row_space_20 {
  margin-top: -20px;
  margin-left: -20px;
}

@media screen and (max-width: 767px) {
  .row_space_20 {
    margin-top: -3.125vw;
    margin-left: -3.125vw;
  }
}

.row_space_30 {
  margin-top: -30px;
  margin-left: -30px;
}

@media screen and (max-width: 767px) {
  .row_space_30 {
    margin-top: -4.6875vw;
    margin-left: -4.6875vw;
  }
}

.row_space_40 {
  margin-top: -40px;
  margin-left: -40px;
}

@media screen and (max-width: 767px) {
  .row_space_40 {
    margin-top: -6.25vw;
    margin-left: -6.25vw;
  }
}

.row_space_50 {
  margin-top: -50px;
  margin-left: -50px;
}

@media screen and (max-width: 767px) {
  .row_space_50 {
    margin-top: -7.8125vw;
    margin-left: -7.8125vw;
  }
}

.row_space_60 {
  margin-top: -60px;
  margin-left: -60px;
}

@media screen and (max-width: 767px) {
  .row_space_60 {
    margin-top: -9.375vw;
    margin-left: -9.375vw;
  }
}

.row_space_70 {
  margin-top: -70px;
  margin-left: -70px;
}

@media screen and (max-width: 767px) {
  .row_space_70 {
    margin-top: -10.9375vw;
    margin-left: -10.9375vw;
  }
}

.row_space_80 {
  margin-top: -80px;
  margin-left: -80px;
}

@media screen and (max-width: 767px) {
  .row_space_80 {
    margin-top: -12.5vw;
    margin-left: -12.5vw;
  }
}

.col_space_0 {
  padding-top: 0px;
  padding-left: 0px;
}

@media screen and (max-width: 767px) {
  .col_space_0 {
    padding-top: 0vw;
    padding-left: 0vw;
  }
}

.col_space_10 {
  padding-top: 10px;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .col_space_10 {
    padding-top: 1.5625vw;
    padding-left: 1.5625vw;
  }
}

.col_space_20 {
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .col_space_20 {
    padding-top: 3.125vw;
    padding-left: 3.125vw;
  }
}

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

@media screen and (max-width: 767px) {
  .col_space_30 {
    padding-top: 4.6875vw;
    padding-left: 4.6875vw;
  }
}

.col_space_40 {
  padding-top: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .col_space_40 {
    padding-top: 6.25vw;
    padding-left: 6.25vw;
  }
}

.col_space_50 {
  padding-top: 50px;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .col_space_50 {
    padding-top: 7.8125vw;
    padding-left: 7.8125vw;
  }
}

.col_space_60 {
  padding-top: 60px;
  padding-left: 60px;
}

@media screen and (max-width: 767px) {
  .col_space_60 {
    padding-top: 9.375vw;
    padding-left: 9.375vw;
  }
}

.col_space_70 {
  padding-top: 70px;
  padding-left: 70px;
}

@media screen and (max-width: 767px) {
  .col_space_70 {
    padding-top: 10.9375vw;
    padding-left: 10.9375vw;
  }
}

.col_space_80 {
  padding-top: 80px;
  padding-left: 80px;
}

@media screen and (max-width: 767px) {
  .col_space_80 {
    padding-top: 12.5vw;
    padding-left: 12.5vw;
  }
}

/*----------------------------------------------------------

Clearfix

----------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  clear: both;
}

.clear {
  clear: both;
}

/*----------------------------------------------------------

フォント

----------------------------------------------------------*/
/*----------------------------------------------------------

全体

----------------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

strong {
  font-weight: bold;
}

sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
}

a {
  color: #2f9ccc;
  text-decoration: underline;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

table {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.wrapper {
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1300px;
  margin: auto;
  padding: 0 50px;
}

@media screen and (max-width: 1023px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.box_shadow20 {
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.1);
}

.text_title01 {
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .text_title01 {
    font-size: 21px;
    font-size: 2.1rem;
  }
}

.text_title02 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_title02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.text_title03 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .text_title03 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.text_pink01 {
  color: #e6546b;
}

.text_white01 {
  color: #fff;
}

.button_link01,
.button_submit01 {
  display: inline-block;
  width: 400px;
  max-width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: none !important;
  border-radius: 5px !important;
  background: #2f9ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button_link01.is_large,
.button_submit01.is_large {
  width: 600px;
}

@media screen and (max-width: 767px) {
  .table_border01 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.table_border01 tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.table_border01 th,
.table_border01 td {
  padding: 24px 0;
}

.table_border01 th {
  font-weight: bold;
  text-align: left;
}

/*----------------------------------------------------------

ヘッダー

----------------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 767px) {
  .header {
    display: block;
    padding: 0 5vw;
  }
}

.header_logo {
  padding: 24px 0;
}

@media screen and (max-width: 767px) {
  .header_logo {
    padding: 10px 0;
  }
}

.header_logo img {
  width: 138px;
}

@media screen and (max-width: 767px) {
  .header_logo img {
    width: 98px;
  }
}

@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}

.list_header_navi {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .list_header_navi {
    display: block;
    padding-bottom: 5vw;
  }
}

@media screen and (max-width: 767px) {
  .list_header_navi li {
    border-bottom: 1px solid #ddd;
  }
}

.list_header_navi li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .list_header_navi li a {
    position: relative;
    display: block;
    padding: 16px 0;
  }
}

.list_header_navi li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: none;
  width: 6px;
  height: 6px;
  border-right: 3px solid #e6546b;
  border-bottom: 3px solid #e6546b;
  transform: translateY(-55%) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .list_header_navi li a:after {
    display: block;
  }
}

.list_header_navi li a:hover {
  color: #e6546b;
  opacity: 1;
}

.list_header_navi li + li {
  margin-left: 3em;
}

@media screen and (max-width: 767px) {
  .list_header_navi li + li {
    margin: 0;
  }
}

.header_trigger {
  position: absolute;
  top: 7.5px;
  right: 5vw;
  z-index: 100;
  display: none;
}

@media screen and (max-width: 767px) {
  .header_trigger {
    display: block;
  }
}

.header_trigger a {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header_trigger a:hover {
  opacity: 1;
}

.header_trigger a span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px 0;
  background: #e6546b;
}

.header_trigger a:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e6546b;
  transition: all 0.4s;
}

.header_trigger a:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #e6546b;
  transition: all 0.4s;
}

.header_trigger a:hover {
  opacity: 1;
}

.header_trigger a.is_active {
  background: transparent;
  opacity: 1;
}

.header_trigger a.is_active span {
  opacity: 0;
}

.header_trigger a.is_active:before {
  transform: translateY(6px) rotate(-45deg);
}

.header_trigger a.is_active:after {
  transform: translateY(-6px) rotate(45deg);
}

/*----------------------------------------------------------

フッター

----------------------------------------------------------*/
.footer {
  padding: 80px 0 20px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 12.5vw 0 6.25vw;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list_footer_navi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list_footer_navi li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list_footer_navi li {
    width: 100%;
  }
}

.list_footer_navi li a {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

.list_footer_navi li a:hover {
  color: #e6546b;
  opacity: 1;
}

.list_footer_navi li + li {
  margin-left: 2em;
}

@media screen and (max-width: 767px) {
  .list_footer_navi li + li {
    margin: 0;
    margin-top: 1em;
  }
}

/*----------------------------------------------------------

アニメーション

----------------------------------------------------------*/
.js_fade {
  opacity: 0;
  transition: 1s ease;
}

.js_fade.is_active {
  opacity: 1;
}

.js_fade_up {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}

.js_fade_up.is_active {
  opacity: 1;
  transform: translateY(0px);
}

.js_fade_down {
  opacity: 0;
  transform: translateY(-40px);
  transition: 1s ease;
}

.js_fade_down.is_active {
  opacity: 1;
  transform: translateY(0px);
}

.js_fade_left {
  opacity: 0;
  transform: translateX(-40px);
  transition: 1s ease;
}

.js_fade_left.is_active {
  opacity: 1;
  transform: translateX(0);
}

.js_fade_right {
  opacity: 0;
  transform: translateX(40px);
  transition: 1s ease;
}

.js_fade_right.is_active {
  opacity: 1;
  transform: translateX(0);
}

.js_scale_up {
  opacity: 0;
  transform: scale(0.5);
}

.js_scale_up.is_active {
  -webkit-animation: scaleup 0.5s ease forwards;
  animation: scaleup 0.5s ease forwards;
}

@-webkit-keyframes scaleup {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scaleup {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*----------------------------------------------------------

トップ

----------------------------------------------------------*/
.top_mv_image {
  height: 100vh;
  background: url("../images/img_mv01.jpg") no-repeat 50% 50% / cover;
}

@media screen and (max-width: 767px) {
  .top_mv_image {
    height: 80vw;
  }
}

.top_mv_content {
  position: relative;
  z-index: 10;
  max-width: 840px;
  margin: -17.142857vw auto 0;
  padding: 60px 100px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_mv_content {
    margin: -17.142857vw 5vw 0;
    padding: 5vw;
  }
}

.text_top_mv01 {
  font-size: 18px;
  font-size: 1.8rem;
}

.top_task_item {
  position: relative;
  display: flex;
  padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .top_task_item {
    display: block;
  }
}

.top_task_item.is_reverse {
  flex-direction: row-reverse;
}

.top_task_item.is_reverse .top_task_title {
  text-align: left;
  background: url("../images/bg_object01.png") no-repeat -125% 50%/125% auto;
}

@media screen and (max-width: 767px) {
  .top_task_item.is_reverse .top_task_title {
    background: url("../images/bg_object01.png") no-repeat right 50%/50% auto;
  }
}

.top_task_item.is_reverse .top_task_content {
  right: auto;
  left: 0;
}

.top_task_image {
  width: 66.66666%;
}

@media screen and (max-width: 767px) {
  .top_task_image {
    width: auto;
  }
}

.top_task_title {
  position: relative;
  z-index: 1;
  width: 33.33333%;
  padding-top: 2%;
  text-align: right;
  background: url("../images/bg_object01.png") no-repeat 175% 50%/125% auto;
}

@media screen and (max-width: 767px) {
  .top_task_title {
    width: auto;
    padding: 5vw 0;
    text-align: left;
    background: url("../images/bg_object01.png") no-repeat right 50%/50% auto;
  }
}

.top_task_content {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 58.33333%;
  max-width: 100%;
  padding: 32px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top_task_content {
    position: static;
    width: auto;
    padding: 5vw;
  }
}

.text_top_task01 {
  display: inline-block;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 8px solid #e6546b;
}

@media screen and (max-width: 767px) {
  .text_top_task01 {
    font-size: 18px;
    font-size: 1.8rem;
    border-bottom: 6px solid #e6546b;
  }
}

.text_top_task01 .number {
  font-size: 300%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .text_top_task01 .number {
    font-size: 200%;
  }
}

.top_point_wrap {
  padding: 120px 0;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .top_point_wrap {
    padding: 18.75vw 0;
  }
}

.top_point_mv {
  position: relative;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .top_point_mv {
    display: block;
  }
}

.top_point_title {
  width: 40%;
}

@media screen and (max-width: 767px) {
  .top_point_title {
    width: auto;
  }
}

.top_point_title > div {
  max-width: 480px;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .top_point_title > div {
    max-width: inherit;
  }
}

.top_point_image {
  width: 60%;
  height: 620px;
  background: url("../images/img_top_point_mv01.png") no-repeat 0 0 / auto 100%;
}

@media screen and (max-width: 767px) {
  .top_point_image {
    width: auto;
    height: auto;
    margin-top: 10vw;
    padding-top: 55.776173%;
  }
}

.box_top_point {
  padding: 40px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .box_top_point {
    padding: 5vw;
  }
}

.top_consul_wrap {
  padding: 120px 0;
  background: #e6546b;
}

@media screen and (max-width: 767px) {
  .top_consul_wrap {
    padding: 18.75vw 0;
  }
}

.box_top_consul {
  padding: 40px;
  border-radius: 5px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .box_top_consul {
    padding: 5vw;
  }
}

.text_top_consul01 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .text_top_consul01 {
    font-size: 35px;
    font-size: 3.5rem;
  }
}

.top_voice_slide .slick-dots {
  bottom: 0px;
}

.top_voice_slide .slick-dots li button:before {
  font-size: 14px;
}

.top_voice_slide .slick-dots li.slick-active button:before {
  color: #e6546b;
  opacity: 1;
}

.top_voice_item {
  margin: 50px;
}

@media screen and (max-width: 767px) {
  .top_voice_item {
    margin: 40px 15px;
  }
}

.box_top_voice {
  display: flex;
  padding: 16px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .box_top_voice {
    display: block;
  }
}

.top_voice_image {
  width: 58.18181%;
}

@media screen and (max-width: 767px) {
  .top_voice_image {
    width: auto;
  }
}

.top_voice_content {
  position: relative;
  flex: 1;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .top_voice_content {
    margin-top: 5vw;
    padding: 0;
  }
}

.text_top_voice01 {
  padding: 0 24px;
}

.text_top_voice01:before {
  content: "";
  display: block;
  width: 32px;
  height: 26px;
  margin-left: -24px;
  margin-bottom: 16px;
  background: url("../images/icn_top_voice01.png") no-repeat 0 0 / cover;
}

.text_top_voice01:after {
  content: "";
  display: block;
  width: 32px;
  height: 26px;
  margin-top: 16px;
  margin-left: auto;
  margin-right: -24px;
  background: url("../images/icn_top_voice02.png") no-repeat 0 0 / cover;
}

.top_voice_category {
  position: absolute;
  bottom: 0;
  right: 24px;
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .top_voice_category {
    position: static;
    margin-top: 5vw;
    text-align: right;
  }
}

.top_member_wrap {
  padding: 80px 0;
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  .top_member_wrap {
    padding: 12.5vw 0;
  }
}

.list_top_member01 {
  max-width: 800px;
  margin: auto;
}

.list_top_member01 li {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 24px;
  border-left: 7px solid #e6546b;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .list_top_member01 li {
    display: block;
    padding: 5vw;
    border: none;
    border-top: 4px solid #e6546b;
  }
}

.list_top_member01 li.is_system {
  border-color: #2f9ccc;
}

@media screen and (max-width: 767px) {
  .list_top_member01 li.is_system {
    border: none;
    border-top: 4px solid #2f9ccc;
  }
}

.list_top_member01 li + li {
  margin-top: 16px;
}

.top_member_title {
  width: 260px;
}

.top_member_content {
  flex: 1;
}

.top_flow_item {
  display: flex;
  align-items: center;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
  border: 4px solid #000;
}

@media screen and (max-width: 767px) {
  .top_flow_item {
    display: block;
    padding: 5vw;
  }
}

.top_flow_step {
  width: 64px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_flow_step {
    width: auto;
    text-align: left;
  }
}

.top_flow_title {
  width: 36.36363%;
  padding: 0 24px;
}

@media screen and (max-width: 767px) {
  .top_flow_title {
    width: auto;
    margin-top: 5vw;
    padding: 0;
  }
}

.top_flow_content {
  flex: 1;
  display: flex;
  align-items: center;
  min-height: 160px;
  padding: 0 24px;
  border-left: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .top_flow_content {
    display: block;
    min-height: inherit;
    margin-top: 5vw;
    padding: 0;
    border: none;
  }
}

.text_top_flow01 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.text_top_flow01 .number {
  color: #e6546b;
  font-size: 222.22222%;
  line-height: 1;
}

.top_faq_wrap {
  padding: 80px 0;
  background: #fdf3f5;
}

.box_top_faq {
  padding: 0 24px 40px;
  background: #fff;
}

.text_top_faq01 {
  display: inline-block;
  padding: 0.5em 0.25em;
  color: #fff;
  font-weight: bold;
  background: #2f9ccc;
}

.top_contact_wrap {
  padding: 80px 0;
  background: #e6546b;
}

@media screen and (max-width: 767px) {
  .top_contact_wrap {
    padding: 12.5vw 0;
  }
}

.box_top_contact {
  padding: 100px 20%;
  border-radius: 5px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .box_top_contact {
    padding: 10vw 5vw;
  }
}

.g-recaptcha > div {
  margin: auto;
}
