@charset "utf-8";

figure {
  margin: 0;
  padding: 0;
}
main {
  display: block;
  background: #B0EBFF;
}
section {
  margin-bottom: 120px;
}
#wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.layout {
  z-index: 10;
}
@media (max-width: 767px) {
  section {
    margin-bottom: 56px;
  }
}



/* ---------------- general */
.-sp {
  display: none;
}
@media (max-width: 767px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}

/* btn */
.a.btn {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 416px;
  padding: 0 16px 0 80px;
  background: #FF9B26;
  border-radius: 120px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 72px;
}
.a.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 16px;
  width: 48px;
  height: 48px;
  background: url("/special/assets/img/mamoru/arw_btn.svg") no-repeat center center #fff;
  border-radius: 50%;
  translate: 0 -50%;
}
.a.btn:hover {
  opacity: 1;
  background: #E8720C;
}
.a.btn:hover::before {
  opacity: 1;
  background-image: url("/special/assets/img/mamoru/arw_btn_on.svg");
}
@media (max-width: 767px) {
.a.btn {
  padding: 0 10px 0 60px;
  border-radius: 120px;
  font-size: 18px;
  line-height: 56px;
}
.a.btn::before {
  left: 10px;
  width: 40px;
  height: 40px;
}
}

/* effect */
.loadAction {
  opacity: 0;
  translate: 0 80px;
}
body.load .loadAction {
  opacity: 1;
  translate: 0 0;
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.js-effect {
  opacity: 0;
  translate: 0 80px;
}
.js-effect.action {
  opacity: 1;
  translate: 0 0;
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}


/* ---------------- head */
h2 {
  margin-bottom: 48px;
  padding: 0;
  color: #009DFF;
  font-size: 36px;
  font-weight: 700;
}
h2::after {
  display: none;
}
@media (max-width: 767px) {
  h2 {
    margin-bottom: 24px;
    font-size: 18px;
  }
}


/* ---------------- footer */
footer {
  position: relative;
  padding: 12px 0;
	background: #1B414D;
}
footer .link  {
	display: flex;
	flex-wrap: wrap;
}
footer .link li  {
	margin-right: 45px;
}
footer .link a {
	display: block;
	color: #fff;
	font-size: 14px;
}
footer .link a::before {
	content: '';
	display: inline-block;
  position: relative;
  top: -2px;
	width: 6px;
	height: 6px;
	margin-right: 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
}
footer .copyright {
	position: absolute;
	top: 50%;
	right: 32px;
	color: #fff;
  font-size: 13px;
	transform: translateY(-50%);
}
@media (max-width: 767px) {
  footer {
      padding: 16px 0 24px;
  }
  footer .link  {
    margin-bottom: 20px;
  }
  footer .link li  {
    margin-right: 20 px;
  }
  footer .copyright {
    position: static;
    text-align: center;
  }
}


/* ---------------- hero */
.hero {
  position: relative;
  margin-bottom: 0;
  background: #050d12;
  color: #fff;
}
.hero::after {
  content: '';
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/special/assets/img/mamoru/hero_img_c.png") no-repeat right bottom / cover;
}
.hero .layout {
  position: relative;
  z-index: 1;
  padding: 20px 0 120px 20px;
}
.hero .layout::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 3160px;
  height: 340px;
  background: url("/special/assets/img/mamoru/hero_bottom_white.png") no-repeat center bottom -166px / contain;
  translate: -50% 1px;
}
.hero h1 {
  position: relative;
  z-index: 10;
  margin-bottom: 16px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(90deg, #009dff 0%, #4bcfcd 40%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.hero h2 {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-align: left;
}
.hero .lead {
  position: relative;
  z-index: 10;
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.8;
}
.hero .price {
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 16px;
}
.hero .price .initial_cost,
.hero .price .monthly_cost {
  position: relative;
  text-align: center;
}
.hero .price .initial_cost {
  padding: 0 14px;
  margin-right: 24px;
}
.hero .price .initial_cost::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("/special/assets/img/mamoru/deco_laurel_left.png") no-repeat left bottom / contain;
}
.hero .price .initial_cost::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: url("/special/assets/img/mamoru/deco_laurel_right.png") no-repeat right bottom / contain;
}
.hero .price .monthly_cost {
  padding: 0 30px;
}
.hero .price .monthly_cost::before {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: url("/special/assets/img/mamoru/deco_laurel_left.png") no-repeat left bottom / contain;
}
.hero .price .monthly_cost::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: url("/special/assets/img/mamoru/deco_laurel_right.png") no-repeat right bottom / contain;
}
.hero .price .initial_cost .deco,
.hero .price .monthly_cost .deco {
  margin-bottom: 6px;
}
.hero .price .initial_cost .deco img,
.hero .price .monthly_cost .deco img {
  width: 50%;
}
.hero .price .initial_cost .head,
.hero .price .monthly_cost .head {
  color: #fff;
  font-size: 14px;
}
.hero .price .initial_cost .body,
.hero .price .monthly_cost .body {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.hero .price .monthly_cost .body {
  margin-left: -8px;
}
.hero .price .initial_cost .body .num,
.hero .price .monthly_cost .body .num {
  font-family: 'DIN 2014';
  font-size: 48px;
}
.hero .price .initial_cost .body .num {
  margin-right: 2px;
}
.hero .price .monthly_cost .body .num {
  letter-spacing: -4px;
  margin-right: 6px;
}

@media (max-width: 767px) {
  .hero .layout {
    padding: 20px 20px 120px 20px;
    text-align: center;
    height: calc(90vh - 68px);
  }
  .hero::after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    background: url("/special/assets/img/mamoru/hero_img_c_sp.png") no-repeat center bottom / cover;
  }
  .hero .layout::before {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 50%;
    width: 860px;
    height: 200px;
    background: url(/special/assets/img/mamoru/hero_bottom_white_sp.png) no-repeat center bottom -60px / contain;
    translate: -50% 1px;
  }
  .hero h1 {
    font-size: 28px;
    line-height: 1.4;
    margin-bottom: 12px;
  }
  .hero h2 {
    font-size: 14px;
    text-align: center;
  }
  .hero .lead {
    font-size: 16px;
    text-align: left;
  }
  .hero .lead br {
    display: none;
  }
  .hero .price {
    width: auto;
    justify-content: center;
    margin-bottom: 16px;
  }
  .hero .price .initial_cost {
    margin-right: 20px;
    padding: 0 10px;
  }
  .hero .price .initial_cost::before {
    height: 70px;
  }
  .hero .price .initial_cost::after {
    height: 70px;
  }
  .hero .price .monthly_cost {
    padding: 0 22px;
  }
  .hero .price .monthly_cost::before {
    height: 70px;
  }
  .hero .price .monthly_cost::after {
    height: 70px;
  }
  .hero .price .initial_cost .deco,
  .hero .price .monthly_cost .deco {
    margin-bottom: 2px;
  }
  .hero .price .initial_cost .head,
  .hero .price .monthly_cost .head {
    font-size: 12px;
  }
  .hero .price .initial_cost .body,
  .hero .price .monthly_cost .body {
    font-size: 16px;
  }
  .hero .price .monthly_cost .body {
    margin-left: -8px;
  }
  .hero .price .initial_cost .body .num,
  .hero .price .monthly_cost .body .num {
    font-size: 36px;
  }
}

/* ---------------- featureWrap */
.featureWrap {
  width: 100%;
  background-color: #fff;
  margin: 0;
}
.featureWrap .featureItems {
  display: flex;
  justify-content: center;
  width: fit-content;
  background: #fff;
  border: 10px solid #B0EAFE;
  border-radius: 20px;
  padding: 12px 36px;
  margin: -78px auto 0;
  position: relative;
  z-index: 2;
}
.featureWrap .featureItems .item {
  display: flex;
  align-items: center;
  color: #343F41;
  font-size: 18px;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 4px;
}
.featureWrap .featureItems .item:not(:last-child) {
  border-right: 1px solid #B0EAFE;
  padding-right: 24px;
  margin-right: 24px;
}
.featureWrap .featureItems figure {
  width: 94px;
  margin-right: 16px;
  line-height: 1.5;
}
.featureWrap .featureItems p {
  flex: 1;
  text-align: left;
}
@media (max-width: 1023px) {
  .featureWrap {
    padding: 0 20px;
  }
  .featureWrap .featureItems {
    display: block;
    width: 100%;
    padding: 12px 24px;
  }
  .featureWrap .featureItems .item {
    width: auto;
  }
  .featureWrap .featureItems .item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #B0EAFE;
    padding-right: 0;
    padding-bottom: 12px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .featureWrap .featureItems figure {
    width: 56px;
  }
  .featureWrap .featureItems .item br {
    display: none;
  }
}
@media (max-width: 767px) {
  .featureWrap {
    padding: 0 20px 0 20px;
    margin-top: -30px;
  }
  .featureWrap .featureItems {
    padding: 8px 16px;
    margin: 0 auto;
  }
  .featureWrap .featureItems .item {
    font-size: 14px;
  }
  .featureWrap .featureItems .item:not(:last-child) {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .featureWrap .featureItems figure {
    width: 48px;
  }
}

/* ---------------- corporate_logo */
.corporate_logo {
  background-color: #fff;
  padding: 20px 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .corporate_logo {
    margin-bottom: 56px;
  }
}


/* ---------------- intro */
.intro .box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 157, 255, 0.2);
  transition-delay: .4s !important;
}
.intro .box > .inner {
  max-width: 1056px;
  margin: 0 auto;
  padding: 56px 24px 88px;
}
.intro .feature {
  display: flex;
  margin-bottom: 64px;
}
.intro .feature ul {
  flex: 1;
}
.intro .feature li {
  position: relative;
  padding-left: 56px;
}
.intro .feature li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 32px;
  height: 27px;
  background: url("/special/assets/img/mamoru/ico_check.svg") no-repeat center center / contain;
  translate: 0 -50%;
}
.intro .feature li + li {
  margin-top: 20px;
}
.intro .feature figure {
  margin: 0 80px 0 32px;
}
.intro .service {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.intro .service .group {
  display: flex;
  flex-direction: column;
  width: 47.61%;
}
.intro .service figure {
  margin: 24px 0 12px;
  text-align: center;
}
.intro .service h3 {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 109px;
  margin-bottom: 24px;
  padding: 20px 24px 20px 116px;
  background: #EBF7FF;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  line-height: 1.33;
}
.intro .service h3::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 24px;
  width: 57px;
  height: 57px;
  background: url("/special/assets/img/mamoru/intro_head_01.svg") no-repeat center center / contain;
  translate: 0 -50%;
}
.intro .service .txt {
  flex-grow: 1;
}
.intro .service .summary {
  margin-bottom: 48px;
  text-align: center;
}
.intro .service .summary em {
  color: #009DFF;
  font-weight: 700;
  font-style: normal;
}
.intro .service .cost {
  display: flex;
  align-items: center;
  border: 4px solid #D9F0FF;
  font-weight: 700;
}
.intro .service .cost dt {
  padding: 0 32px;
  background: #D9F0FF;
  line-height: 80px;
}
.intro .service .cost dd {
  flex: 1;
  padding: 0 16px;
  translate: 0 -2px;
  text-align: center;
}
.intro .service .cost dd .num {
  margin: 0 4px;
  color: #009DFF;
  font-size: 24px;
  font-weight: 700;
}
.intro .service .group:nth-child(1) figure {
  padding-top: 33px;
}
.intro .service .group:nth-child(2) h3 {
  background: #E1F7F7;
}
.intro .service .group:nth-child(2) h3::before {
  background-image: url("/special/assets/img/mamoru/intro_head_02.svg");
}
.intro .service .group:nth-child(2) .summary em {
  color: #00C4C1;
}
.intro .service .group:nth-child(2) .cost {
  border-color: #E1F7F7;
}
.intro .service .group:nth-child(2) .cost dt {
  background: #E1F7F7;
}
.intro .service .group:nth-child(2) .cost dd .num {
  color: #00C4C1;
}
.intro .server h3 {
  margin-bottom: 48px;
  padding: 32px 24px;
  background: linear-gradient(to right, #009DFF 0%, #4BCFCD 100%);
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.intro .server h3 span {
  font-size: 36px;
}
.intro .server .wrap {
  display: flex;
  justify-content: space-between;
  max-width: 921.46px;
  margin: 0 auto 40px;
}
.intro .server .group:nth-child(1) {
  width: 38.26%;
}
.intro .server .group:nth-child(2) {
  width: 54.16%;
}
.intro .server figure {
  margin-bottom: 24px;
}
.intro .server figure img {
  width: 100%;
}
.intro .server .txt {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
.intro .server .txt em {
  color: #009DFF;
  font-style: normal;
}
.intro .server .group:nth-child(1) figure {
  padding: 22px 0;
}
.intro .server .group:nth-child(2) .txt {
  padding-top: 16px;
  font-size: 28px;
}
.intro .server .group:nth-child(2) .txt em {
  color: #00C4C1;
}
@media (max-width: 1023px) {
  .intro .service {
    display: block;
  }
  .intro .service .group {
    width: auto;
  }
  .intro .service .group + .group {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .intro .box > .inner {
    padding: 32px 20px 40px;
  }
  .intro .feature {
    display: block;
    margin-bottom: 32px;
  }
  .intro .feature ul {
    margin-bottom: 32px;
  }
  .intro .feature li {
    padding-left: 28px;
    font-size: 14px;
  }
  .intro .feature li + li {
    margin-top: 12px;
  }
  .intro .feature li::before {
    top: 4px;
    width: 16px;
    height: 16px;
    translate: 0;
  }
  .intro .feature figure {
    width: 50%;
    margin: 0 auto;
  }
  .intro .service {
    margin-bottom: 40px;
  }
  .intro .service h3 {
    min-height: 88px;
    margin-bottom: 16px;
    padding: 16px 20px 16px 88px;
    font-size: 16px;
  }
  .intro .service h3::before {
    width: 48px;
    height: 48px;
  }
  .intro .service figure {
    width: 80%;
    margin: 16px auto;
  }
  .intro .service .summary {
    margin-bottom: 16px;
  }
  .intro .service .cost {
    display: block;
  }
  .intro .service .cost dt {
    width: auto;
    padding-bottom: 4px;
    text-align: center;
    line-height: 28px;
  }
  .intro .service .cost dd {
    padding: 16px;
    text-align: center;
  }
  .intro .service .cost dd .num {
    font-size: 20px;
  }
  .intro .server h3 {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
  }
  .intro .server h3 span {
    font-size: 16px;
  }
  .intro .server .wrap {
    display: block;
    margin-bottom: 20px;
  }
  .intro .server .group {
    width: auto !important;
    margin-bottom: 20px;
  }
  .intro .server .group figure {
    margin-bottom: 20px;
    padding: 0 !important;
  }
  .intro .server .txt {
    padding: 0 !important;
    font-size: 16px !important;
  }
}


/* ---------------- comparison */
.comparison .lead {
  margin-bottom: 32px;
  text-align: center;
}
.comparison .table {
  overflow: auto;
  max-width: 1008px;
  margin: 0 auto;
}
.comparison table {
  width: 1008px;
}
.comparison table thead th {
  width: 252px;
  padding: 16px;
  background: #009DFF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.comparison table thead th + th {
  border-left: 1px solid #CDD7D9;
}
.comparison table tbody th {
  padding: 16px;
  background: #D9F2FF;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #CDD7D9;
}
.comparison table tbody td {
  padding: 16px;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #CDD7D9;
  border-left: 1px solid #CDD7D9;
}
.comparison table .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 4px solid #4BCFCD;
  border-radius: 50%;
  vertical-align: middle;
}
.comparison table .min {
  font-size: 12px;
}
.comparison table thead th.mamoru {
  background: #4BCFCD;
}
.comparison table thead th.mamoru .sub {
  display: block;
  font-size: 12px;
}
.comparison table tbody td.mamoru {
  background: #F0FFFF;
  color: #00C4C1;
  font-weight: 700;
}
.comparison table tbody td.-ex {
  padding: 16px 8px;
}
.comparison table tbody td.-left {
  text-align: left;
}
@media (max-width: 767px) {
  .comparison .lead {
    margin-bottom: 24px;
    text-align: left;
  }
}


/* ---------------- contact */
.contact {
  position: relative;
  padding: 98px 0 64px;
  background: linear-gradient(to bottom, #009DFF 0%, #4BCFCD 100%);
}
.contact::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/special/assets/img/mamoru/bg_dot.png");
}
.contact .box {
  position: relative;
  z-index: 1;
  padding: 68px 24px 80px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 157, 255, 0.2);
}
.contact h2 {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 8px 40px;
  background: #B0EBFF;
  line-height: 1.33;
  white-space: nowrap;
  translate: -50% -50%;
}
.contact .group {
  display: flex;
  justify-content: center;
}
.contact .group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact .group .btnInquiry {
  width: 396px;
  margin: 0 10px;
}
.contact .group .phone {
  margin: 0 10px;
}
.contact .group .phone .note {
  color: #009DFF;
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.075em;
}
.contact .img1 {
  position: absolute;
  bottom: -64px;
  left: 32px;
  width: 233.35px;
}
.contact .img2 {
  position: absolute;
  bottom: -64px;
  right: 35px;
  width: 244.18px;
}
@media (max-width: 767px) {
  .contact {
    padding: 53px 0 32px;
  }
  .contact .box {
    padding: 38px 20px 32px;
  }
  .contact h2 {
    padding: 4px 16px;
  }
  .contact .group {
    display: block;
  }
  .contact .group .btnInquiry {
    width: 100%;
    max-width: 294px;
    margin: 0 auto 16px;
  }
  .contact .group .phone {
    margin: 0;
    text-align: center;
  }
  .contact .group .phone .note {
    font-size: 14px;
  }
  .contact .img1,
  .contact .img2 {
    display: none;
  }
}



/* ---------------- plan */
.plan .planItems {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.plan .planItems .item {
  overflow: hidden;
  width: 326px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 157, 255, 0.2);
  text-align: center;
}
.plan .planItems .item:nth-child(2) {
  transition-delay: .1s;
}
.plan .planItems .item:nth-child(3) {
  transition-delay: .2s;
}
.plan .planItems .head {
  min-height: 146px;
  padding: 24px;
  background: #009DFF;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.plan .planItems .head .h {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}
.plan .planItems .body {
  padding: 16px 40px 32px;
  font-weight: 700;
}
.plan .planItems .price {
  margin-bottom: 16px;
  color: #009DFF;
}
.plan .planItems .price .h {
  margin-bottom: 8px;
  color: #343F41;
  font-weight: 700;
  line-height: 1.5;
}
.plan .planItems .price .num {
  font-size: 32px;
  line-height: 1;
}
.plan .planItems .range {
  margin-bottom: 24px;
  padding: 16px 0;
  border-top: 1px solid #009DFF;
  border-bottom: 1px solid #009DFF;
}
.plan .planItems .range .group {
  display: flex;
  gap: 18px;
}
.plan .planItems .range .group + .group {
  margin-top: 4px;
}
.plan .planItems .range dt {
  flex: 1;
  font-size: 15px;
  text-align: right;
}
.plan .planItems .range dd {
  flex: 1;
  color: #009DFF;
  font-size: 15px;
  text-align: left;
}
.plan .planItems .detail dt {
  width: 167px;
  margin: 0 auto;
  padding: 0 16px;
  background: #E6F6FF;
  border-radius: 8px;
  color: #009DFF;
  font-size: 15px;
  line-height: 32px;
}
.plan .planItems .detail dd {
  padding: 8px 0 12px;
  color: #009DFF;
  font-size: 15px;
}
.plan .planItems .detail .circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 4px solid #4BCFCD;
  border-radius: 50%;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .plan .planItems {
    display: block;
  }
  .plan .planItems .item {
    width: auto;
    transition-delay: 0s !important;
  }
  .plan .planItems .item + .item {
    margin-top: 24px;
  }
}



/* ---------------- case */
.case {
  overflow: hidden;
  margin-bottom: 0;
  padding: 120px 0;
  background: #E6F6FF;
}
.case .lead {
  margin-bottom: 32px;
  text-align: center;
}
.case .caseItems {
  margin: 0 -32px;
}
.case .caseItems .item {
  display: flex;
  align-items: center;
}
.case .caseItems .item + .item {
  margin-top: 48px;
}
.case .caseItems figure {
  overflow: hidden;
  width: 46.14%;
  margin-left: 32px;
  border-radius: 16px;
}
.case .caseItems .body {
  flex: 1;
  position: relative;
  padding: 32px 32px 40px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0, 157, 255, 0.2);
  translate: -32px 0;
}
.case .caseItems .body::before {
  content: '';
  position: absolute;
  top: -24px;
  right: 24px;
  width: 68px;
  height: 68px;
  background: url("/special/assets/img/mamoru/ico_case.svg") no-repeat center center / contain;
}
.case .caseItems .hGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 24px;
  row-gap: 8px;
  margin: 0 88px 20px 0;
}
.case .caseItems .hGroup .h {
  font-size: 20px;
  font-weight: 700;
}
.case .caseItems .hGroup .h {
  font-size: 20px;
  font-weight: 700;
}
.case .caseItems .hGroup .tag {
  padding: 0 24px;
  background: #E6F6FF;
  border-radius: 8px;
  color: #009DFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.case .caseItems .more {
  margin-top: 16px;
  text-align: right;
}
.case .caseItems .more a {
  display: inline-block;
  padding: 0 24px;
  border: 1px solid #009DFF;
  border-radius: 24px;
  color: #009DFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 42px;
}
.case .caseItems .item:nth-child(even) {
  flex-direction: row-reverse;
}
.case .caseItems .item:nth-child(even) figure {
  margin: 0 32px 0 0;
}
.case .caseItems .item:nth-child(even) .body {
  translate: 32px 0;
}
@media (max-width: 767px) {
  .case {
    padding: 56px 0;
  }
  .case .lead {
    margin-bottom: 24px;
    text-align: left;
  }
  .case .caseItems {
    margin: 0;
  }
  .case .caseItems .item {
    display: block;
  }
  .case .caseItems .item + .item {
    margin-top: 8px;
  }
  .case .caseItems figure {
    width: auto;
    margin: 0 !important;
  }
  .case .caseItems .body {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 32px 24px;
    translate: 0 -16px !important;
  }
  .case .caseItems .body::before {
    top: -16px;
    right: 16px;
    width: 56px;
    height: 56px;
  }
  .case .caseItems .hGroup {
    display: block;
    margin: 0 0 16px;
  }
  .case .caseItems .hGroup .h {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .case .caseItems .hGroup .tag {
    width: fit-content;
    padding: 0 16px;
    font-size: 15px;
  }
  .case .caseItems .more {
    text-align: center;
  }
  .case .caseItems .more a {
    padding: 0 16px;
    font-size: 15px;
  }
}



/* ---------------- inquiry */
.inquiry {
  position: relative;
  margin-bottom: 0;
  padding: 120px 0;
  background: linear-gradient(135deg, #009DFF 0%, #4BCFCD 100%);
}
.inquiry::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/special/assets/img/mamoru/bg_dot.png");
}
.inquiry h2 {
  color: #fff;
}
.inquiry .lead {
  margin-bottom: 32px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.inquiry .formBox {
  max-width: 872px;
  margin: 0 auto;
  padding: 72px 56px 80px;
  background: #fff;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .inquiry {
    padding: 56px 0;
  }
  .inquiry .lead {
    margin-bottom: 24px;
    font-size: 14px;
  }
  .inquiry .formBox {
    padding: 40px 10px;
  }
}

/* satori */
#satori__custom_form .satori__custom_form > .satori__input_group {
  margin-bottom: 32px;
  padding: 0 56px 32px;
  border-bottom: 1px solid #EBF0F6;
}
#satori__custom_form .satori__horiz_group {
  margin-bottom: 32px;
  padding: 0 56px 32px;
  border-bottom: 1px solid #EBF0F6;
}
#satori__custom_form .satori__horiz_group .satori__input_group {
  margin: 0;
  padding: 0;
}
#satori__custom_form .satori__horiz_group .satori__input_group + .satori__input_group {
  margin-left: 24px;
}
#satori__custom_form .satori__require {
  margin-left: 8px;
  padding: 0 16px;
  background: #E85656;
  border-radius: 24px;
  line-height: 24px;
}
#satori__custom_form input[type="text"],
#satori__custom_form input[type="email"],
#satori__custom_form input[type="tel"],
#satori__custom_form textarea {
  background: #FAFAFA;
  border-color: #D8D8D8;
}
@media (max-width: 767px) {
  #satori__custom_form .satori__custom_form > .satori__input_group {
    margin-bottom: 16px;
    padding: 0 10px 16px;
  }
  #satori__custom_form .satori__horiz_group {
    margin-bottom: 16px;
    padding: 0 10px 16px;
  }
  #satori__privacy_policy_agreement_wrapper {
    margin: 0;
  }
  #satori__privacy_policy_agreement_wrapper .satori__input_group {
    padding: 0;
  }
  #satori__privacy_policy_agreement_wrapper .satori__input_group input {
    margin-right: 4px;
  }
  #satori__privacy_policy_agreement_wrapper .satori__input_group label {
    display: inline-flex;
  }
}



/* ---------------- fixInquiry */
.fixInquiry {
  display: flex;
  align-items: center;
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 0;
}
.fixInquiry .btnInquiry {
  display: none;
  margin-right: 8px;
}
.fixInquiry .btnInquiry .a {
  display: inline-block;
  padding: 0 16px;
  background: #FF9B26;
  border-radius: 24px;
  box-shadow: 0 0 6px rgba(0, 114, 163, 0.8);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 36px;
}
.fixInquiry .soudan {
  width: 400px;
  box-shadow: 0 0 6px rgba(0, 114, 163, 0.8);
}
.fixInquiry .soudan a:hover {
  opacity: .9;
}
@media (max-width: 767px) {
  .fixInquiry .btnInquiry {
    display: block;
  }
  .fixInquiry .soudan {
    width: 160px;
  }
}



/* ---------------- particle */
.particle {
  position: absolute;
  z-index: 1;
  width: 400px;
  height: 300px;
}
#particle01 {
  top: 160px;
  left: -40px;
}
#particle02 {
  top: 160px;
  right: -40px;
}
#particle03 {
  top: 1200px;
  left: -40px;
}
#particle04 {
  top: 1600px;
  right: -40px;
}
#particle05 {
  top: 2000px;
  left: -40px;
}
#particle06 {
  top: 2400px;
  right: -40px;
}
#particle07 {
  top: 2800px;
  left: -40px;
}
#particle08 {
  top: 3200px;
  right: -40px;
}
#particle09 {
  top: 3600px;
  left: -40px;
}
#particle10 {
  top: 4000px;
  right: -40px;
}
#particle11 {
  top: 4400px;
  left: -40px;
}
#particle12 {
  top: 4800px;
  right: -40px;
}
#particle13 {
  top: 5200px;
  left: -40px;
}
@media (max-width: 767px) {
  .particle {
    display: none;
  }
}



.btnArea.btnHero {
  position: relative;
  z-index: 10;
	justify-content: normal;
  gap: 20px;
  margin-top: 0;
}
.btnArea.btnHero .btn {
  width: auto;
  height: auto;
}
.btnArea.btnHero .btn a {
	gap: 12px;
  font-size: 16px;
  padding: 10px 24px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.btnArea.btnHero .inquiry {
	padding: 0;
	background: none;
}
.btnArea.btnHero .inquiry a {
	background: #4BCFCD;
	color: #fff;
}
.btnArea.btnHero .inquiry:hover a {
	background: #31b9b7;
}
.btnArea.btnHero .inquiry::before {
	display: none;
}
.btnArea.btnHero .btn.inquiry .ico img {
  height: 20px;  
}
.btnArea.btnHero .btn.inquiry .ico img:last-of-type {
	position: relative;
	opacity: 1;
}
.contact .box .btnArea.btnHero {
	margin-top: 40px;
	padding-bottom: 0;
}
.contact .box .btnArea.btnHero .download a {
	box-shadow: 0 3px 8px rgba(255,155,38,0.7);
}
.btnArea.btnHero .btn.download .ico img {
  height: 30px;
}




.btnArea.mamoru{
	margin-top: 32px;
	padding-bottom: 8px;
}
.btnArea.mamoru .btn{
	width: 341px;
}
.btnArea.mamoru .btn a{
	gap: 24px;
}
.btnArea.mamoru .inquiry{
	padding: 0;
	background: none;
}
.btnArea.mamoru .inquiry a{
	background: #4BCFCD;
	color: #fff;
}
.btnArea.mamoru .inquiry:hover a{
	background: #31b9b7;
}
.btnArea.mamoru .inquiry::before{
	display: none;
}
.btnArea.mamoru .btn.inquiry .ico img:last-of-type{
	position: relative;
	opacity: 1;
}
.contact .box .phone .number img{
	max-width: 298px;
	width: 100%;
}
.contact .box .btnArea.mamoru{
	margin-top: 40px;
	padding-bottom: 0;
}
.contact .box .btnArea.mamoru .download a{
	box-shadow: 0 3px 8px rgba(255,155,38,0.7);
}
@media (max-width:767px){
  .btnArea.btnHero {
    position: relative;
    left: 50%;
    top: 20px;
    margin: 0px auto 0 -50%;
    width: 100%;
  }
}