@charset "utf-8";

figure {
  margin: 0;
  padding: 0;
}
main {
  display: block;
}
section {
  padding: 96px 0;
}
@media (max-width: 767px) {
  section {
    padding: 56px 0;
  }
}

/* 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 {
  overflow: hidden;
  position: relative;
  padding: 0;
  background: linear-gradient(to right, #009DFF 0%, #4BCFCD 100%);
  color: #fff;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/special/assets/img/mamoru/bg_dot.png");
}
.hero .group {
  position: relative;
  height: 486px;
}
.hero .body {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 35.5%;
  font-size: 18px;
  font-weight: 700;
  translate: 0 -50%;
}
.hero h1 {
  margin-bottom: 24px;
}
.hero figure {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  width: 59.15%;
}
@media (max-width: 1023px) {
  .hero .group {
    height: auto;
  }
  .hero .body {
    position: static;
    width: auto;
    margin-bottom: 32px;
    padding-top: 56px;
    translate: 0;
  }
  .hero .body h1 {
    text-align: center;
  }
  .hero figure {
    position: static;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .hero .body {
    width: auto;
    padding-top: 40px;
    font-size: 16px;
  }
  .hero figure {
    position: static;
    text-align: center;
  }
}



/* ---------------- intro */
.intro {
  background: #D3EBFA;
}
.intro .group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
}
.intro ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 778px;
  margin-left: 40px;
}
.intro ul li {
  display: flex;
  align-items: center;
  width: 244px;
  min-height: 123px;
  padding: 16px 24px;
  background: #fff;
  border-radius: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.intro ul li em {
  color: #009DFF;
  font-style: normal;
}
.intro figure {
  flex: 1;
}
.intro ul li:nth-child(2) {
  transition-delay: .1s;
}
.intro ul li:nth-child(3) {
  transition-delay: .2s;
}
.intro ul li:nth-child(4) {
  transition-delay: .3s;
}
.intro ul li:nth-child(5) {
  transition-delay: .4s;
}
.intro ul li:nth-child(6) {
  transition-delay: .5s;
}
@media (max-width: 1279px) {
  .intro .group {
    display: block;
    max-width: 778px;
    margin: 0 auto;
  }
  .intro ul {
    margin: 0 0 40px;
  }
  .intro figure {
    text-align: center;
  }
}
@media (max-width: 1023px) {
  .intro ul {
    display: block;
    width: auto;
  }
  .intro ul li {
    display: block;
    width: auto;
    min-height: 0;
    padding: 24px;
    transition-delay: 0s !important;
  }
  .intro ul li + li {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .intro ul {
    margin: 0 0 32px;
  }
}


/* ---------------- overview */
.overview {
  background: #E6F6FF;
}
.overview .box {
  max-width: 970px;
  margin: 0 auto;
  padding: 56px 285px 56px 72px;
  background: url("/img/soudan/overview_img_01.svg") no-repeat right 56px bottom #fff;
  border-radius: 16px;
}
.overview dl {
  margin-bottom: 32px;
}
.overview dl .group {
  display: flex;
  align-items: center;
}
.overview dl .group + .group {
  margin-top: 8px;
}
.overview dl dt {
  width: 68px;
  margin-right: 16px;
  background: #009DFF;
  border-radius: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  line-height: 35px;
}
.overview dl dd {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}
.overview .h {
  width: fit-content;
  margin-bottom: 16px;
  padding: 4px 8px;
  background: #E6F6FF;
  border-radius: 8px;
  font-weight: 500;
}
.overview ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 500;
}
.overview ul li + li {
  margin-top: 12px;
}
.overview ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  width: 10px;
  height: 10px;
  background: #009DFF;
  border-radius: 50%;
}
.overview ul li .note {
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .overview .box {
    padding: 32px 24px;
    background: #fff;
  }
  .overview dl {
    margin-bottom: 24px;
  }
  .overview dl dt {
    width: 64px;
    margin-right: 10px;
    font-size: 16px;
    line-height: 32px;
  }
  .overview dl dd {
    font-size: 16px;
  }
  .overview .h {
    margin-bottom: 16px;
    padding: 8px;
  }
  .overview ul li::before {
    top: 7px;
  }
  .overview ul li .note {
    font-size: 12px;
  }
}



/* ---------------- 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("/img/soudan/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;
  }
}