@charset "utf-8";
/* ---------------------------------------------------------
■ デフォルトリセット
--------------------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 150%;
  border: none;
  list-style-type: none;
}
body {
  text-align: center;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}

/* ---------------------------------------------------------
■ テキストリンク
--------------------------------------------------------- */
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
  text-decoration: none;
}

/* ---------------------------------------------------------
■ 画像
--------------------------------------------------------- */
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
/* ---------------------------------------------------------
■ 共通
--------------------------------------------------------- */
.float_L {
  float: left;
}
.float_R {
  float: right;
}

.clfx:after {
  content: "";
  clear: both;
  display: block;
}
.clfx {
  zoom: 1;
}

.cv_btn_wrap {
  width: 630px;
  margin: 50px auto 150px;
}
.cv_btn_wrap p.text {
  width: 449px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.con_cv_btn {
  display: flex;
  margin-bottom: 40px;
}

.mr_10 {
  margin-right: 10px !important;
}
.mr_30 {
  margin-right: 30px !important;
}
.mb_50 {
  margin-bottom: 50px !important;
}
.mb_70 {
  margin-bottom: 70px !important;
}
.mb_100 {
  margin-bottom: 100px !important;
}

.wrapperPC {
  overflow: hidden;
}

p,
figure {
  margin: 0 auto;
}

/* ---------------------------------------------------------
  ■ header
  --------------------------------------------------------- */
#header {
  background: #ffffff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
header {
  max-width: 1000px;
  margin: 0 auto;
}
header p.logo {
  float: left;
  margin-top: 12px;
}
header p.btn_header {
  float: right;
  margin: 8px 0;
  display: flex;
}

.con_ttl {
  max-width: 900px;
  width: 90%;
  margin-bottom: 30px;
}

/* ---------------------------------------------------------
■ fv
--------------------------------------------------------- */
.bg-switcher {
  width: 100%;
  height: 430px;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#fv .wrap {
  padding-top: 42px;
  overflow: hidden;
}
.wrap div {
}
#fv .point_wrap {
  background-color: #dcf7f6;
}
#fv .point_wrap ul {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
#fv .point_wrap ul li {
  margin-right: 15px;
}
#fv .point_wrap ul li:last-child {
  margin-right: 0;
}
/* ---------------------------------------------------------
■ 選ばれる理由
--------------------------------------------------------- */
#con01 .reason_ttl {
  overflow: hidden;
  position: relative;
  color: #fff;
  background-image: url("../img/reason_ttl_bg_01.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 256px;
}
.reason_number {
  padding: 30px 0 20px;
  width: 86px;
}

#con01 .reason_ttl .ttl_text {
  font-size: 27px;
  color: #fff;
}
#con01 .reason01_wrap {
  background-color: #f1f1f1;
}
.reason01_img_01 {
  width: 90%;
  max-width: 900px;
  padding: 50px 0;
}
.caption_wrap {
  display: flex;
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.caption_wrap dl {
  width: 370px;
}
.sub_ttl {
  position: relative;
  font-size: 19px;
  font-weight: bold;
  color: #00b7af;
  padding-bottom: 15px;
}
.sub_ttl:after {
  content: "";
  display: block;
  max-width: 47px;
  width: 12%;
  height: 2px;
  background-color: #0097a7;
  position: absolute;
  bottom: 0;
  left: 45%;
}
.sub_ttl.center_line:after {
  left: 48%;
}
.cap_text {
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0.1em;
  text-align: left;
  padding-top: 20px;
}
.cap_text span {
  display: block;
  font-size: 12px;
  line-height: 1.5em;
}

#con01 .reason02_wrap {
  background-color: #d3ebea;
}
#con01 .reason02_wrap .reason_ttl {
  background-image: url("../img/reason_ttl_bg_02.webp");
}
#con01 .reason02_wrap .cap_text {
  width: 90%;
  max-width: 370px;
  padding-top: 0;
}

#con01 .reason03_wrap {
  color: #fff;
  background: -moz-linear-gradient(to bottom, #95c0be, #c1eadb 50%, #95c0be);
  background: -webkit-linear-gradient(to bottom, #95c0be, #c1eadb 50%, #95c0be);
  background: linear-gradient(to bottom, #95c0be, #c1eadb 50%, #95c0be);
}
#con01 .reason03_wrap .reason_ttl {
  background-image: url("../img/reason_ttl_bg_03.webp");
}
#con01 .reason03_wrap .sub_ttl,
#con01 .reason04_wrap .sub_ttl {
  color: #fff;
}
#con01 .reason03_wrap .sub_ttl:after,
#con01 .reason04_wrap .sub_ttl:after {
  background-color: #fff;
}
#con01 .reason03_wrap .caption_wrap.brand_img {
  display: block;
  width: 90%;
  max-width: 820px;
}
#con01 .reason04_wrap {
  background-color: #7fb5b3;
}
#con01 .reason04_wrap .reason_ttl {
  background-image: url("../img/reason_ttl_bg_04.webp");
}
#con01 .reason04_wrap figure {
  display: block;
  width: 90%;
  max-width: 710px;
  padding-bottom: 70px;
}

/* ---------------------------------------------------------
■ 導入事例
--------------------------------------------------------- */
#con02 ul.case_wrap li {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 4%;
}

.btn_text02 {
  font-size: 21px;
}
.btn_text02 span {
  padding: 5px;
  font-size: 21px;
  font-weight: bold;
  background-color: #eafbfa;
}

/* ---------------------------------------------------------
■ 導入までの流れ
--------------------------------------------------------- */
#con03 .step_wrap {
  background-color: #f3f3f3;
  padding: 30px 0;
}
#con03 .step_wrap ul {
  display: flex;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto;
}
#con03 .step_wrap ul li {
  position: relative;
  margin-right: 3%;
}
#con03 .step_wrap ul li:last-child {
  margin-right: 0;
}
#con03 .step_wrap ul li:after {
  content: "";
  display: block;
  width: 10%;
  height: 10%;
  background: url("../img/step_arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  right: -10%;
}
#con03 .step_wrap ul li:last-child:after {
  content: none;
}
#con03 .step_wrap ul li img {
  width: 294px;
}

/* ---------------------------------------------------------
■ footer
--------------------------------------------------------- */
footer {
  color: #fff;
  background: #000;
  padding: 50px 0;
}
footer .footer_wrap .copyright {
  margin-top: 30px;
}
.copyright span {
  text-transform: lowercase;
}
.footer_logo {
  width: 152px;
  height: auto;
}

/* ---------------------------------------------------------
■ その他
--------------------------------------------------------- */
/*アンカーリンク高さ*/
#reason01,
#reason02,
#reason03,
#reason04 {
  margin-top: -66px;
  padding-top: 66px;
}
/*pegetop*/
#topcontrol {
  width: 50px;
  height: 56px;
  background: url("../img/pagetop.png") no-repeat;
  right: 15px !important;
}
