@charset "UTF-8";

/* CSS Document */
/**********************************
Reset
**********************************/
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,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 300;
}
body {
  line-height: 1;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
nav ul,
ul,
li {
  list-style: none;
}
li a {
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
img {
  vertical-align: bottom;
}
/**********************************
Settings
**********************************/
html {
  font-size: 18px;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  color: #111;
  line-height: 1.5em;
  width: 100%;
  background-color: #fff9b0;
  position: relative;
}
/**********************************
Hover
**********************************/
a {
  color: #e83828;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease;
  cursor: pointer;
}
a:hover {
  color: #111;
}
a img {
  transition: all .2s ease;
}
a img:hover {
  opacity: .6;
}
/**********************************
Header
**********************************/
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 901;
}
.header_wrap {
  width: 100%;
  margin: 0 auto;
}
.header_wrap .header_logo_pc {
  width: 140px;
}
.header_wrap .header_logo_pc img {
  width: 100%;
  height: auto;
}
.header_wrap .header_logo_sp {
  display: none;
}
/****/
.contents_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.main_contents {
  width: auto;
}

/**********************************
TOP Page
**********************************/
/***MV***/
.mv_wrap_pc {
  width: 100%;
  max-width: 100vw;
  min-height: 820px;
  background-image: url(../images/mv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 46px 0 78px;
  overflow-x: hidden;
}
.mv_wrap_pc .mv_message > h2 {
  width: 70%;
  max-width: 880px;
  margin: 0 auto;
}
.mv_wrap_pc .mv_message > h2 img {
  width: 100%;
  height: auto;
}
.mv_wrap_pc .mv_message .mv_main {
  width: 92%;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  margin: 48px auto 0;
}
.mv_wrap_pc .mv_message .mv_main .left {
  width: 46%;
}
.mv_wrap_pc .mv_message .mv_main .left img {
  width: 100%;
  height: auto;
}
.mv_wrap_pc .mv_message .mv_main .right {
  width: 43%;
}
.mv_wrap_pc .mv_message .mv_main .right .ttl {
  width: 97%;
  margin: 0 auto;
}
.mv_wrap_pc .mv_message .mv_main .right .ttl img {
  width: 100%;
  height: auto;
}
.mv_wrap_pc .mv_message .mv_main .right > p {
  width: 490px;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.7em;
  margin: 28px auto 0;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box {
  margin-top: 28px;
  width: auto;
  background-color: #fff;
  border: solid 3px #0047a9;
  padding: 34px 0 46px;
  border-radius: 28px;
  position: relative;
  z-index: 101;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box ul {
  width: 80%;
  margin: 0 auto 0 4%;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box ul li {
  line-height: 1.5em;
  margin-bottom: 18px;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
  z-index: 102;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box ul li span {
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  z-index: 102;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box ul li span:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  background-color: #fff462;
  bottom: 0;
  left: 0;
  z-index: -101;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 6px;
  left: 0;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .kura_outer {
  width: 164px;
  position: absolute;
  top: 50%;
  right: -88px;
  margin-top: -94px;
  z-index: -101;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .kura_outer img {
  width: 100%;
  height: auto;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .more_btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -26px;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .more_btn a {
  display: block;
  width: 380px;
  box-shadow: 0 8px 0 #000;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 56px;
  background-image: url(../images/btn_bg.png);
  transition: all .25s ease;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .more_btn a:hover {
  /* background-image: url(../images/btn_bg_on.png); */
  transform: translateY(8px);
  box-shadow: none;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .more_btn a span {
  color: #000;
  font-weight: 700;
  position: relative;
  padding: 0 48px;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .more_btn a span:before {
  content: "";
  display: block;
  width: 26px;
  height: 32px;
  background-image: url(../images/contact_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -16px;
}
.mv_wrap_pc .mv_message .mv_main .right .list_box .more_btn a span:after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background-image: url(../images/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
.mv_wrap_sp {
  display: none;
}
/***なぜ「防災倉庫」が必要なのか?***/
#why {
  width: 100%;
  min-height: 692px;
  background-image: url(../images/why_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: grid;
  place-items: center;
}
#why .section_inner {
  width: 860px;
  margin: 0 auto;
}
#why .section_inner > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  text-align: center;
}
#why .section_inner > h2 .txt_wrap {
  position: relative;
  font-weight: 700;
  padding: 0 92px 0 100px;
}
#why .section_inner > h2 .txt_wrap:before {
  content: "";
  display: block;
  width: 90px;
  height: 128px;
  background-image: url(../images/ttl_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
}
#why .section_inner > h2 .txt_wrap:after {
  content: "";
  display: block;
  width: 78px;
  height: 132px;
  background-image: url(../images/ttl_illust02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -32px;
  right: 0;
}
#why .section_inner > h2 .txt_wrap .red {
  color: #e83828;
  font-weight: 700;
}
#why .section_inner > h3 {
  margin-top: 36px;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #e83828;
  padding: 18px 0;
  border-radius: 24px 24px 0 0;
}
#why .section_inner .txt_box {
  background-color: #fff;
  border: solid 2px #e83828;
  padding: 32px 0;
  border-radius: 0 0 24px 24px;
}
#why .section_inner .txt_box .message01 {
  text-align: center;
  line-height: 1.5em;
}
#why .section_inner .txt_box .message02 {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5em;
  margin-top: 18px;
}
#why .section_inner .txt_box .message03 {
  width: 356px;
  margin: 16px auto 0;
  line-height: 1.7em;
}
#why .section_inner .txt_box .message04 {
  margin-top: 24px;
  text-align: center;
}
#why .section_inner .txt_box .message04 span {
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.5em;
  font-weight: 700;
  color: #e83828;
  position: relative;
  z-index: 102;
}
#why .section_inner .txt_box .message04 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  position: absolute;
  background-color: #fff462;
  bottom: 0;
  left: 0;
  z-index: -101;
}
/***“実証型”防災リュック***/
#rucksack {
  padding-bottom: 68px;
}
#rucksack .section_inner .intro {
  width: 100%;
  min-height: 420px;
  background-image: url(../images/rucksack_intro_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: grid;
  place-items: center;
}
#rucksack .section_inner .intro .txt_box {
  width: 930px;
  margin: 0 auto;
}
#rucksack .section_inner .intro .txt_box .balloon {
  width: 320px;
  margin: 0 auto 18px;
}
#rucksack .section_inner .intro .txt_box .balloon img {
  width: 100%;
  height: auto;
}
#rucksack .section_inner .intro .txt_box > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5rem;
  text-align: center;
  position: relative;
}
#rucksack .section_inner .intro .txt_box > h2 span {
  font-weight: 700;
}
#rucksack .section_inner .intro .txt_box > h2 .red {
  font-weight: 700;
  color: #e83828;
}
#rucksack .section_inner .intro .txt_box > h2 .txt_wrap {
  position: relative;
}
#rucksack .section_inner .intro .txt_box > h2 .txt_wrap:before {
  content: "";
  display: block;
  width: 228px;
  height: 146px;
  background-image: url(../images/ttl_illust03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -56px;
  left: -300px;
}
#rucksack .section_inner .intro .txt_box > h2 .txt_wrap:after {
  content: "";
  display: block;
  width: 190px;
  height: 142px;
  background-image: url(../images/ttl_illust04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -64px;
  right: -248px;
}
#rucksack .section_inner .intro .txt_box .message {
  margin-top: 54px;
  text-align: center;
  line-height: 1.7em;
}
#rucksack .section_inner .set_info .image {
  width: 860px;
  margin: 56px auto 0;
}
#rucksack .section_inner .set_info .image img {
  width: 100%;
  height: auto;
}
#rucksack .section_inner .set_info .message {
  background-color: #fff9b0;
  text-align: center;
  line-height: 1.9em;
  border-radius: 24px;
  padding: 20px 0px;
  width: 498px;
  margin: 68px auto 0;
  position: relative;
}
#rucksack .section_inner .set_info .message:after {
  content: "";
  display: block;
  width: 108px;
  height: 146px;
  background-image: url(../images/message_illust01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -84px;
  right: -48px;
}

/*** Youtube ***/
#youtube {
  background-color: #e83828;
  padding: 112px 0;
}
#youtube .section_inner {
  width: 860px;
  margin: 0 auto;
}
#youtube .section_inner .intro {
  font-size: 1.25rem;
  line-height: 1.9em;
  text-align: center;
  color: #fff;
}
#youtube .section_inner .movie_wrap {
  margin-top: 26px;
  width: 100%;
}
#youtube .section_inner .movie_wrap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#youtube .section_inner .quotation {
  text-align: right;
  color: #fff;
}
/***「あんしんの蔵」が選ばれる理由***/
#reason {
  background-color: #ebebeb;
  padding: 112px 0;
}
#reason .section_inner {
}
#reason .section_inner > h2 {
  width: 722px;
  margin: 0 auto;
}
#reason .section_inner > h2 img {
  width: 100%;
  height: auto;
}
#reason .section_inner > p {
  text-align: center;
  line-height: 1.9em;
  margin-top: 24px;
}
#reason .section_inner .compare_table {
  width: 1080px;
  margin: 56px auto 0;
}
#reason .section_inner .compare_table table {
  width: 100%;
  border-collapse: collapse;
}
#reason .section_inner .compare_table table th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: bottom;
}
#reason .section_inner .compare_table table th .th_red {
  background-color: #e83828;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding: 24px 0;
  border-radius: 24px 24px 0 0;
}
#reason .section_inner .compare_table table th .th_black {
  background-color: #111;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 16px 0;
  border-radius: 24px 24px 0 0;
  border-bottom: solid 2px #111;
}
#reason .section_inner .compare_table table th:nth-of-type(2) {
  border-bottom: solid 2px #e83828;
}
#reason .section_inner .compare_table table th:last-of-type {
  border-bottom: solid 2px #111;
}
#reason .section_inner .compare_table table td {
  border-bottom: solid 2px #666;
  vertical-align: middle;
}
#reason .section_inner .compare_table table tr:last-of-type td {
  border-bottom: none;
}
#reason .section_inner .compare_table table td:first-of-type .td_white {
  background-color: #fff;
  text-align: center;
  padding: 35px 0 36px;
  border-left: solid 2px #111;
}
#reason .section_inner .compare_table table tr:nth-of-type(2) td:first-of-type .td_white {
  border-radius: 24px 0 0 0;
  border-top: solid 2px #111;
}
#reason .section_inner .compare_table table tr:nth-of-type(8) td:first-of-type .td_white {
  border-radius: 0 0 0 24px;
  border-bottom: solid 2px #111;
}
#reason .section_inner .compare_table table td:nth-of-type(2) {
  background-color: #fff9b0;
  text-align: center;
  border-bottom: solid 2px #666;
  border-left: solid 2px #ee362c;
  border-right: solid 2px #ee362c;
  font-size: 1.125rem;
}
#reason .section_inner .compare_table table td:nth-of-type(2) .circle {
  display: block;
  width: 32px;
  margin: 0 auto 10px;
}
#reason .section_inner .compare_table table td:nth-of-type(2) .circle img {
  width: 100%;
  height: auto;
}
#reason .section_inner .compare_table table tr:last-of-type td:nth-of-type(2) {
  border-bottom: solid 2px #ee362c;
}
#reason .section_inner .compare_table table td:last-of-type .td_white {
  background-color: #fff;
  text-align: center;
  padding: 17px 0;
  border-right: solid 2px #111;
}
#reason .section_inner .compare_table table td:last-of-type .triangle {
  display: block;
  width: 32px;
  margin: 0 auto 10px;
}
#reason .section_inner .compare_table table td:last-of-type .triangle img {
  width: 100%;
  height: auto;
}
#reason .section_inner .compare_table table td:last-of-type .cross {
  display: block;
  width: 20px;
  margin: 0 auto 10px;
}
#reason .section_inner .compare_table table td:last-of-type .cross img {
  width: 100%;
  height: auto;
}
#reason .section_inner .compare_table table tr:nth-of-type(8) td:last-of-type .td_white {
  border-radius: 0 0 24px 0;
  border-bottom: solid 2px #111;
}
#reason .section_inner .compare_table table td .red {
  color: #ee362c;
}
.scroll_info {
  display: none;
}
/***企業防災＋CSR＋人材定着の 新しい形***/
#feature {
  padding: 124px 0 54px;
}
#feature .section_inner > h2 {
  width: 690px;
  margin: 0 auto;
}
#feature .section_inner > h2 img {
  width: 100%;
  height: auto;
}
#feature .section_inner .message {
  background-color: #fff9b0;
  text-align: center;
  line-height: 1.9em;
  border-radius: 24px;
  padding: 20px 0px;
  width: 646px;
  margin: 68px auto 0;
  position: relative;
}
#feature .section_inner .message:before {
  content: "";
  display: block;
  width: 133px;
  height: 131px;
  background-image: url(../images/message_illust02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -56px;
  left: -78px;
}
#feature .section_inner .message:after {
  content: "";
  display: block;
  width: 120px;
  height: 128px;
  background-image: url(../images/message_illust03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -56px;
  right: -48px;
}
/***導入企業が得られるメリット***/
#merit {
  width: 100%;
  min-height: 616px;
  background-image: url(../images/merit_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: grid;
  place-items: center;
  padding: 46px 0;
}
#merit .section_inner {
}
#merit .section_inner > h2 {
  text-align: center;
  font-size: 1.75rem;
  color: #fff
}
#merit .section_inner > h2 span {
  font-weight: 700;
  position: relative;
}
#merit .section_inner > h2 span:before {
  content: "";
  display: block;
  width: 27px;
  height: 64px;
  background-image: url(../images/merit_kazari_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -44px;
  margin-top: -32px;
}
#merit .section_inner > h2 span:after {
  content: "";
  display: block;
  width: 27px;
  height: 64px;
  background-image: url(../images/merit_kazari_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -44px;
  margin-top: -32px;
}
#merit .section_inner .flow_wrap {
  width: 1080px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  margin: 86px auto 0;
}
#merit .section_inner .flow_wrap .flow_box {
  width: 18%;
  background-color: #fff;
  border: solid 2px #111;
  padding: 36px 0 18px;
  border-radius: 24px;
  position: relative;
}
#merit .section_inner .flow_wrap .flow_box:first-of-type:before {
  content: "";
  display: block;
  width: 38px;
  height: 39px;
  background-image: url(../images/num_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -19px;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(2):before {
  content: "";
  display: block;
  width: 47px;
  height: 39px;
  background-image: url(../images/num_icon_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -24px;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(3):before {
  content: "";
  display: block;
  width: 46px;
  height: 39px;
  background-image: url(../images/num_icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -23px;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(4):before {
  content: "";
  display: block;
  width: 47px;
  height: 39px;
  background-image: url(../images/num_icon_04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -23px;
}
#merit .section_inner .flow_wrap .flow_box:last-of-type:before {
  content: "";
  display: block;
  width: 46px;
  height: 39px;
  background-image: url(../images/num_icon_05.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -23px;
}

#merit .section_inner .flow_wrap .flow_box:first-of-type .icon {
  width: 89px;
  margin: 0 auto;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(2) .icon {
  width: 114px;
  margin: 0 auto;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(3) .icon {
  width: 90px;
  margin: 0 auto;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(4) .icon {
  width: 125px;
  margin: 0 auto;
}
#merit .section_inner .flow_wrap .flow_box:last-of-type .icon {
  width: 143px;
  margin: 0 auto;
}
#merit .section_inner .flow_wrap .flow_box .icon img {
  width: 100%;
  height: auto;
}
#merit .section_inner .flow_wrap .flow_box .comment {
  width: 85%;
  margin: 22px auto 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.7em;
  text-align: center;
}
#merit .section_inner .flow_wrap .flow_box:nth-of-type(4) .comment {
  text-align: left;
}
#merit .section_inner .flow_wrap .flow_box:last-of-type .comment {
  text-align: left;
}
/***ラインナップと価格一覧（税抜）***/
#lineup {
  width: 100%;
  background-color: #fff;
  padding: 112px 0;
}
#lineup .section_inner {
}
#lineup .section_inner > h2 {
  margin: 0 auto;
  width: 706px;
}
#lineup .section_inner > h2 img {
  width: 100%;
  height: auto;
}
#lineup .section_inner > h3 {
  margin: 96px auto 0;
  width: 540px;
}
#lineup .section_inner > h3 img {
  width: 100%;
  height: auto;
}
#lineup .section_inner .lineup_table {
  width: 1080px;
  margin: 0 auto;
}
#lineup .section_inner .lineup_table table {
  width: 100%;
  border-collapse: collapse;
}
#lineup .section_inner .lineup_table table th {
  font-family: "Zen Kaku Gothic New", sans-serif;
  vertical-align: middle;
}
#lineup .section_inner .lineup_table table th:first-of-type {
  width: 21%;
}
#lineup .section_inner .lineup_table table th:nth-of-type(2) {
  width: 24%;
}
#lineup .section_inner .lineup_table table th:nth-of-type(3) {
  width: 34%;
}
#lineup .section_inner .lineup_table table th:last-of-type {
  width: 21%;
}
#lineup .section_inner .lineup_table table th:first-of-type .radius {
  background-color: #fff462;
  border: solid 2px #111;
  border-radius: 24px 0 0 0;
  padding: 12px 0;
  font-weight: 700;
  text-align: center;
}
#lineup .section_inner .lineup_table table th:last-of-type .radius {
  background-color: #fff462;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  border-radius: 0 24px 0 0;
  padding: 12px 0;
  font-weight: 700;
  text-align: center;
}
#lineup .section_inner .lineup_table table th:nth-of-type(2) .yellow,
#lineup .section_inner .lineup_table table th:nth-of-type(3) .yellow {
  background-color: #fff462;
  border-top: solid 2px #111;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 12px 0;
  font-weight: 700;
  text-align: center;
}
#lineup .section_inner .lineup_table table td {
  vertical-align: middle; 
}
#lineup .section_inner .lineup_table table td:first-of-type .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  border-left: solid 2px #111;
  padding: 10px 0;
}
#lineup .section_inner .lineup_table table td:nth-of-type(2) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 10px 0;
}
#lineup .section_inner .lineup_table table tr:nth-of-type(2) td:nth-of-type(3) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 10px 0;
}
#lineup .section_inner .lineup_table table tr:nth-of-type(3) td:nth-of-type(3) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 10px 0;
}
#lineup .section_inner .lineup_table table tr:nth-of-type(4) td:nth-of-type(3) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 59px 0;
}
#lineup .section_inner .lineup_table table tr:nth-of-type(7) td:nth-of-type(3) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 34.5px 0;
}
#lineup .section_inner .lineup_table table tr:nth-of-type(9) td:nth-of-type(3) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 34.5px 0;
}
#lineup .section_inner .lineup_table table tr:nth-of-type(11) td:nth-of-type(3) .white {
  background-color: #fff;
  text-align: center;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 34.5px 0;
}
#lineup .section_inner .lineup_table table tr:last-of-type td:first-of-type .radius {
  background-color: #fff;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  border-left: solid 2px #111;
  border-radius: 0 0 0 24px;
  padding: 10px 0;
  text-align: center;
}
#lineup .section_inner .lineup_table table td:last-of-type .white {
  background-color: #fff;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  padding: 10px 0;
  text-align: center;
}
#lineup .section_inner .lineup_table table tr:last-of-type td:last-of-type .radius {
  background-color: #fff;
  border-right: solid 2px #111;
  border-bottom: solid 2px #111;
  border-radius: 0 0 24px 0;
  padding: 10px 0;
  text-align: center;
}
#lineup .section_inner .notice {
  width: 1046px;
  font-size: 0.875rem;
  margin: 56px auto 12px;
  text-align: right;
}
#lineup .section_inner .message {
  background-color: #fff9b0;
  text-align: center;
  line-height: 1.9em;
  border-radius: 24px;
  padding: 20px 0px;
  width: 586px;
  margin: 76px auto 0;
  position: relative;
}
#lineup .section_inner .message:before {
  content: "";
  display: block;
  width: 123px;
  height: 150px;
  background-image: url(../images/message_illust04.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -36px;
  left: -68px;
}
/***設置とメンテナンス***/
#upkeep {
  width: 100%;
  background-image: url(../images/pattarn_bg.png);
  padding: 124px 0;
}
#upkeep .section_inner {
}
#upkeep .section_inner > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
#upkeep .section_inner > h2 span {
  font-weight: 900;
  font-size: 2rem;
  position: relative;
}
#upkeep .section_inner > h2 span:before {
  content: "";
  display: block;
  width: 80px;
  height: 86px;
  background-image: url(../images/upkeep_kazari_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -98px;
  margin-top: -48px;
}
#upkeep .section_inner > h2 span:after {
  content: "";
  display: block;
  width: 80px;
  height: 86px;
  background-image: url(../images/upkeep_kazari_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -98px;
  margin-top: -48px;
}
#upkeep .section_inner .message {
  text-align: center;
  line-height: 1.9em;
  margin-top: 56px;
}
#upkeep .section_inner .upkeep_wrap {
  width: 960px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  margin: 58px auto 0;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box {
  width: 30%;
  background-color: #fff;
  border: solid 2px #111;
  padding: 28px 0;
  border-radius: 24px;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box:first-of-type .illust {
  width: 60%;
  margin: 0 auto;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box:nth-of-type(2) .illust {
  width: 64%;
  margin: 0 auto;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box:last-of-type .illust {
  width: 61%;
  margin: 0 auto;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box .illust img {
  width: 100%;
  height: auto;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box:first-of-type .comment {
  margin-top: 18px;
  text-align: center;
  line-height: 1.9em;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box:nth-of-type(2) .comment {
  margin-top: 52px;
  text-align: center;
  line-height: 1.9em;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box:last-of-type .comment {
  margin-top: 30px;
  text-align: center;
  line-height: 1.9em;
}
#upkeep .section_inner .upkeep_wrap .upkeep_box .comment span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ee362c;
}
/***導入までの流れ***/
#adopt {
  padding: 112px 0;
}
#adopt .section_inner {
}
#adopt .section_inner > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}
#adopt .section_inner > h2 span {
  font-weight: 900;
  font-size: 2rem;
  position: relative;
}
#adopt .section_inner > h2 span:before {
  content: "";
  display: block;
  width: 35px;
  height: 50px;
  background-image: url(../images/nagare_kazari_l.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -58px;
  margin-top: -25px;
}
#adopt .section_inner > h2 span:after {
  content: "";
  display: block;
  width: 35px;
  height: 50px;
  background-image: url(../images/nagare_kazari_r.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -58px;
  margin-top: -25px;
}
#adopt .section_inner .message {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 48px;
  color: #ee362c;
}
#adopt .section_inner .step_wrap {
  width: 1080px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-image: url(../images/step_wrap_border.png);
  background-repeat: no-repeat;
  background-position: 8px 42%;
  margin: 74px auto 0;
}
#adopt .section_inner .step_wrap .step_box {
  width: 18%;
}
#adopt .section_inner .step_wrap .step_box .badge {
  width: 100%;
}
#adopt .section_inner .step_wrap .step_box .badge img {
  width: 100%;
  height: auto;
}
#adopt .section_inner .step_wrap .step_box .comment {
  text-align: center;
  margin-top: 12px;
}
/***導入企業の声***/
#voice {
  width: 100%;
  background-image: url(../images/stripe_yellow_bg.png);
  padding: 124px 0;
}
#voice .section_inner {
}
#voice .section_inner > h2 {
  width: 212px;
  margin: 0 auto;
}
#voice .section_inner > h2 img {
  width: 100%;
  height: auto;
}
#voice .section_inner .voice_wrap {
  width: 980px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  margin: 58px auto 0;
}
#voice .section_inner .voice_wrap .voice_box {
  width: 29%;
}
#voice .section_inner .voice_wrap .voice_box:nth-of-type(2) {
  margin-top: 32px;
}
#voice .section_inner .voice_wrap .voice_box .balloon {
  background-color: #fff;
  border: solid 2px #111;
  border-radius: 18px;
  padding: 18px 14px;
  text-align: center;
  position: relative;
}
#voice .section_inner .voice_wrap .voice_box:first-of-type .balloon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  border-style: solid;
  border-width: 20px 0 0 20px;
  border-color: #000 transparent transparent;
  translate: -50% 100%;
}
#voice .section_inner .voice_wrap .voice_box:first-of-type .balloon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 38%;
  border-style: solid;
  border-width: 15.2px 0 0 15.2px;
  border-color: #fff transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
}
#voice .section_inner .voice_wrap .voice_box:nth-of-type(2) .balloon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 58%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000 transparent transparent;
  translate: -50% 100%;
}
#voice .section_inner .voice_wrap .voice_box:nth-of-type(2) .balloon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 58%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
#voice .section_inner .voice_wrap .voice_box:last-of-type .balloon:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #000 transparent transparent;
  translate: -50% 100%;
}
#voice .section_inner .voice_wrap .voice_box:last-of-type .balloon:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46%;
  border-style: solid;
  border-width: 15.2px 15.2px 0 0;
  border-color: #fff transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
#voice .section_inner .voice_wrap .voice_box:first-of-type .illust {
  width: 118px;
  margin: 32px auto 0;
}
#voice .section_inner .voice_wrap .voice_box:nth-of-type(2) .illust {
  width: 155px;
  margin: 34px auto 0;
}
#voice .section_inner .voice_wrap .voice_box:last-of-type .illust {
  width: 146px;
  margin-top: 34px;
}
#voice .section_inner .voice_wrap .voice_box .illust img {
  width: 100%;
  height: auto;
}
/***社員を守る“会社の備え”を、あなたの決断で。***/
/***CONTACT***/
#now {
  width: 100%;
  background-image: url(../images/stripe_red_bg.png);
}
#now > .bg {
  width: 100%;
  min-height: 1102px;
  background-image: url(../images/now_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: grid;
  place-items: center;
}
#now .bg .section_inner > h2 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  font-size: 2rem;
    line-height: 1.7em;
  font-weight: 900;
}
#now .bg .section_inner > h2 span {
  color: #ee362c;
  font-weight: 900;
}
#now .bg .section_inner .intro {
  text-align: center;
  line-height: 1.9em;
  margin-top: 36px;
}
#now .bg .section_inner .illust {
  width: 282px;
  margin: 34px auto 0;
}
#now .bg .section_inner .illust img {
  width: 100%;
  height: auto;
}
#now .bg .section_inner .point_box {
  margin: 0 auto;
  width: 780px;
  background-color: #fff9b0;
  border: solid 2px #111;
  padding: 34px 0 18px;
  border-radius: 28px;
}
#now .bg .section_inner .point_box ul {
  width: 60%;
  margin: 0 auto;
}
#now .bg .section_inner .point_box ul li {
  font-size: 1.125rem;
  line-height: 1.5em;
  margin-bottom: 18px;
  font-weight: 700;
  padding-left: 26px;
  position: relative;
}
#now .bg .section_inner .point_box ul li:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/check_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 4px;
  left: 0;
}
#now .bg .section_inner .point_box ul li span {
  font-size: 1.125rem;
  font-weight: 700;
  color: #ee362c;
}
#now .bg .section_inner .message {
  text-align: center;
  margin-top: 56px;
  line-height: 1.9em;
}
#contact {
}
#contact > .section_inner {
  padding: 112px 0;
}
#contact .section_inner > h2 {
  font-family: "Oswald", sans-serif;
  text-align: center;
  font-size: 3rem;
  font-weight: 900;
  color: #fff462;
}
#contact .section_inner .message {
  text-align: center;
  color: #fff;
  line-height: 1.9em;
  margin-top: 36px;
}
#contact .section_inner .contact_wrap {
  width: 920px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  margin: 56px auto 0;
}
#contact .section_inner .contact_wrap .tel_num {
  text-align: center;
  color: #fff;
  margin-top: 12px;
}
#contact .section_inner .contact_wrap .tel_num a {
  display: block;
  text-align: center;
  color: #fff;
}
#contact .section_inner .contact_wrap .tel_num a span {
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: .5px;
  color: #fff;
  position: relative;
  padding-left: 68px;
}
#contact .section_inner .contact_wrap .tel_num a span:before {
  content: "";
  display: block;
  width: 54px;
  height: 54px;
  background-image: url(../images/tel_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -27px;
}
#contact .section_inner .contact_wrap .contact_btn {
  width: 420px;
}
#contact .section_inner .contact_wrap .contact_btn a {
  display: block;
  width: auto;
  box-shadow: 0 8px 0 #000;
  text-align: center;
  padding: 20px 0;
  margin: 0 auto;
  border-radius: 64px;
  background-image: url(../images/btn_bg.png);
  transition: all .25s ease;
}
#contact .section_inner .contact_wrap .contact_btn a span {
  color: #000;
  font-weight: 700;
  position: relative;
}
#contact .section_inner .contact_wrap .contact_btn a span:before {
  content: "";
  display: block;
  width: 22px;
  height: 28px;
  background-image: url(../images/contact_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -36px;
  margin-top: -14px;
}
#contact .section_inner .contact_wrap .contact_btn a span:after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background-image: url(../images/contact_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -38px;
  margin-top: -9px;
}
#contact .section_inner .contact_wrap .contact_btn a:hover {
  /* background-image: url(../images/btn_bg_on.png); */
  transform: translateY(8px);
  box-shadow: none;
}
/**********************************
Footer
**********************************/
.contact_btn_fixed {
  position: fixed;
  left: 14px;
  bottom: 18px;
  width: 146px;
}
.contact_btn_fixed img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 0 #000);
  transition: all .25s ease;
}
.contact_btn_fixed img:hover {
  transform: translateY(8px);
  opacity: 1;
  filter: drop-shadow(0 0 0 #000);
}
footer {
  width: 100%;
  background-color: #ccc;
  padding: 46px 0 0;
}
footer .footer_inner {
}
footer .footer_inner .footer_info h1 {
  width: 150px;
  margin: 0 auto;
}
footer .footer_inner .footer_info h1 img {
  width: 100%;
  height: auto;
}
footer .footer_inner .footer_info .company_info_wrap {
  width: 800px;
  margin: 46px auto 0;
  background-color: #fff;
  border-radius: 24px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  padding: 28px 0;
}
footer .footer_inner .footer_info .company_info_wrap .company_info_box {
}
footer .footer_inner .footer_info .company_info_wrap .company_info_box .part {
  font-size: 0.875rem;
  font-weight: 700;
}
footer .footer_inner .footer_info .company_info_wrap .company_info_box h2 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 8px;
}
footer .footer_inner .footer_info .company_info_wrap .company_info_box .address {
  line-height: 1.7em;
  margin-top: 8px;
}
footer .footer_inner .copyright {
  width: auto;
  color: #111;
  font-size: 0.75rem;
  font-weight: 700;
  text-align: center;
  padding: 46px 0;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}
.sp_only {
  display: none;
}
.grecaptcha-badge {
  visibility: hidden;
}