@charset "UTF-8";
html,
body,
div,
main,
span,
iframe,
h1,
h2,
h3,
h4,
h4,
h5,
p,
dfn,
img,
ins,
q,
small,
strong,
var,
i,
dl,
dt,
dd,
ul,
li,
ol,
legend,
table,
caption,
tbody,
tr,
th,
td,
canvas,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
mark {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
section,
nav,
menu,
header,
footer,
figure,
figcaption {
  display: block;
}

canvas {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

a {
  text-decoration: none;
  color: inherit;
}

hr {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border: 0 none;
  border-collapse: collapse;
}
table th,
table td {
  border: 0 none;
  vertical-align: top;
  font-size: 1em;
  text-align: left;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

legend {
  display: none;
}

input {
  vertical-align: middle;
  border-radius: 0;
  outline: none;
}
input[type="text"],
input[type="email"],
input[type="image"] {
  -webkit-appearance: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}

a,
button {
  outline: 0;
}

button {
  border: none;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/SalesforceSans-Bold.woff");
  font-display: swap;
}
@font-face {
  font-family: "SalesforceSans";
  font-style: normal;
  src: url("../fonts/SalesforceSans-Regular.woff");
  font-display: swap;
}
html {
  color: #333;
  font-family: SalesforceSans, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", -apple-system, Arial, Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.2;
  overflow-y: scroll;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 10px;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 126rem;
  }
}

main {
  padding: 0 0 200px 0;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 767px) {
  main {
    padding: 0 0 55px 0;
  }
}

.is-break {
  display: inline-block;
}

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

@media print, screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/* -----------------------------------------------------
  Layout
----------------------------------------------------- */
.l-container {
  width: 100%;
  max-width: 114rem;
  margin-left: auto;
  margin-right: auto;
}

.l-header {
  justify-content: space-between;
  padding: 2rem 6rem 2rem 4.5rem;
  background: white;
  border-bottom: 0.3rem solid #0d9dda;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header {
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .header-left-col {
    position: relative;
    padding: 1.5rem;
    height: 7rem;
  }
}

.header-logo {
  width: 100%;
  max-width: 5.7rem;
}
@media print, screen and (min-width: 768px) {
  .header-logo {
    max-width: 7.5rem;
  }
}

/* -----------------------------------------------------
  reference
----------------------------------------------------- */
.reference-container {
  display: flex;
  padding: 25px 35px 30px 35px;
  background: #f5f2f2;
}
@media screen and (max-width: 767px) {
  .reference-container {
    padding: 25px 20px 30px 20px;
  }
}
.reference-logo {
  width: 105px;
  margin: 0 10px 0 0;
}
.reference-logo-img {
  width: 76px;
  display: block;
}
.reference-logo-img img {
  width: 100%;
}
.reference-nav {
  margin: 16px 10px 0 0;
}
.reference-nav-link {
  margin: 0 0 5px;
  white-space: nowrap;
}
.reference-nav-link._head a {
  color: #222;
}
.reference-nav-link a {
  font-size: 12px;
  line-height: 1.6;
  color: #215ca0;
}
.reference-nav-link a:hover {
  color: #222;
}
.reference-nav-link.lg {
  margin: 0 0 10px;
}
.reference-nav-link.lg a {
  font-size: 14px;
}
.reference-sns {
  display: flex;
  padding: 8px 0 0 0;
}
.reference-sns-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.reference-sns-detail {
  padding: 0 0 0 15px;
}
.reference-sns-title {
  font-size: 14px;
  line-height: 1;
  color: #0b5cab;
  margin: 0 0 10px;
}
.reference-sns-text {
  font-size: 14px;
  line-height: 1;
  color: #0b5cab;
  margin: 0 0 10px;
}
.reference-sns-link {
  font-size: 14px;
  line-height: 1;
  color: #0b5cab;
}
.reference-sns-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .reference-container {
    display: block;
  }
  .reference-logo {
    margin: 0 0 20px;
    max-width: 160px;
  }
  .reference-logo-img {
    width: 55px;
    min-width: 55px;
  }
  .reference-nav {
    margin: 0 0 20px;
  }
}
.reference-mail_magazine {
  margin: 13px 40px 0 0;
  max-width: 420px;
}
@media screen and (max-width: 767px) {
  .reference-mail_magazine {
    margin: 0 0 20px 0;
    max-width: 100%;
  }
}
.reference-mail_magazine_head {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 10px 0;
  color: #59575c;
}
.reference-mail_magazine_text {
  font-size: 12px;
  line-height: 1.6;
  margin: 0 0 15px 0;
  color: #59575c;
}
.reference-mail_magazine_form {
  display: flex;
  width: 320px;
}
@media screen and (max-width: 767px) {
  .reference-mail_magazine_form {
    width: 100%;
  }
}
.reference-mail_magazine_input {
  width: 100%;
  margin: 0 10px 0 0;
}
.reference-mail_magazine_input input {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  text-indent: 10px;
  padding: 10px 0;
  font-size: 14px;
}
.reference-mail_magazine_button {
  width: 80px;
  background: #0d9dda;
  color: #fff;
  font-size: 14px;
  height: 40px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
}
.reference-mail_magazine_button:disabled {
  cursor: default;
  opacity: 0.5;
}
/* -----------------------------------------------------
  footer
----------------------------------------------------- */
.footer {
  background: #032e61;
}
.footer-container {
  padding: 20px 0;
  width: 1150px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer-container {
    padding: 20px;
    width: auto;
  }
}
.footer-text {
  font-size: 11px;
  line-height: 1.6;
  color: #fff;
  margin: 0 0 10px;
}
.footer-nav-list {
  font-size: 0;
}
.footer-nav-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
.footer-nav-item a,
.footer-nav-item button {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
}
.footer-nav-item a:hover,
.footer-nav-item button:hover {
  color: #fff;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings {
  font-size: 11px;
  line-height: 1.6;
  color: #00a1e0;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.footer-nav-item > #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #fff;
  background: none;
}
.footer-nav-item img.cpra {
  width: 30px;
  height: 15px;
  margin: 0 5px 0 0;
}
/* -----------------------------------------------------
  Main visual
----------------------------------------------------- */
.main-visual {
  background: url("../images/mfa/main-visual-bg-sp.png") no-repeat bottom center
    #90c7ec;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .main-visual {
    padding: 0 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .main-visual {
    background: url("../images/mfa/main-visual-bg.png") no-repeat bottom center;
    background-size: cover;
  }
}

.main-visual-inner {
  position: relative;
  padding: 5rem 0 13.5rem;
}
@media print, screen and (min-width: 768px) {
  .main-visual-inner {
    width: 100%;
    max-width: 98rem;
    max-height: 58rem;
    margin: 0 auto;
    padding: 5.5rem 0 15rem;
  }
}

.main-visual-title {
  color: #042d60;
  font-size: 2.8rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .main-visual-title {
    font-size: 3.2rem;
  }
}
.main-visual-title span {
  font-size: 6rem;
  font-family: "SalesforceSans";
}
@media print, screen and (min-width: 768px) {
  .main-visual-title span {
    font-size: 8rem;
  }
}

.main-visual-sub-title {
  color: #20274e;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .main-visual-sub-title {
    margin: 1rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main-visual-sub-title {
    font-size: 3.8rem;
    line-height: 1.58;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-sub-title br {
    display: none;
  }
}

.main-visual-text {
  width: 100%;
  max-width: 60rem;
  margin: 2rem 0 0;
  color: #333;
  font-size: 1.5rem;
  line-height: 1.87;
}
@media print, screen and (min-width: 768px) {
  .main-visual-text {
    margin: 2.5rem 0 0;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.89;
  }
}

.main-visual-character {
  position: absolute;
  right: 5rem;
  bottom: -3rem;
}
@media screen and (max-width: 767px) {
  .main-visual-character {
    right: -2.5rem;
    width: 19rem;
  }
}

/* -----------------------------------------------------
  Point Section
----------------------------------------------------- */
.point-section {
  width: 100%;
  max-width: 98rem;
  margin: 6.5rem auto 0;
  counter-reset: number 0;
}
.point-section > section .point-title {
  position: relative;
}
.point-section > section .point-title::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  color: white;
  text-align: center;
  line-height: 4rem;
  counter-increment: number 1;
  content: counter(number);
  background: #0091c6;
  border-radius: 50%;
}

.point-section-title {
  color: #042d60;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .point-section-title {
    padding: 0 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .point-section-title {
    font-size: 3.2rem;
    text-align: center;
  }
}
.point-section-title span {
  font-size: 3.4rem;
}
@media print, screen and (min-width: 768px) {
  .point-section-title span {
    font-size: 4.5rem;
  }
}

.point-wrap {
  display: flex;
  justify-content: space-between;
  margin: 3.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .point-wrap {
    flex-direction: column;
    padding: 0 1.5rem;
  }
}
.point-wrap .point {
  border: 0.3rem solid #0091c6;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .point-wrap .point {
    width: calc(100% / 3);
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .point-wrap .point + .point {
    margin: 3rem 0 0;
  }
}
.point-wrap h3 {
  padding: 2rem 1.5rem 2.5rem;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.67;
  background: #0091c6;
}
@media print, screen and (min-width: 768px) {
  .point-wrap h3 {
    padding: 2rem 1rem 2.5rem;
  }
}
.point-wrap p {
  padding: 2rem 1.5rem 2.5rem;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .point-wrap p {
    padding: 2rem 1rem 2.5rem;
  }
}

.point-nav {
  display: flex;
  justify-content: space-between;
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .point-nav {
    flex-direction: column;
    padding: 0 1.5rem;
    margin: 5rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .point-nav li {
    width: calc(100% / 3);
    max-width: 31rem;
  }
}
@media screen and (max-width: 767px) {
  .point-nav li + li {
    margin: 1rem 0 0;
  }
}
.point-nav a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8rem;
  color: white;
  font-size: 2.6rem;
  font-weight: bold;
  background: #042d60;
  border-radius: 0.5rem;
}
.point-nav a span {
  padding: 0 0.5em 0 0;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 768px) {
  .point-nav a span {
    font-size: 2.4rem;
  }
}
.point-nav a::after {
  position: absolute;
  top: 0;
  right: 1rem;
  bottom: 0;
  content: "";
  width: 2rem;
  height: 1.2rem;
  margin: auto 0;
  background: url("../images/mfa/icon-arrow-bottom01.png") no-repeat center
    center;
  background-size: 100% auto;
}

.point-title {
  padding: 10px 0 10px 6rem;
  color: #133560;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) {
  .point-title {
    font-size: 3rem;
    line-height: 0.73;
  }
}

.point-lead {
  margin: 3rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .point-lead {
    margin: 4rem 0 0;
    font-size: 1.6rem;
    line-height: 1.88;
  }
}

/* -----------------------------------------------------
  About MFA
----------------------------------------------------- */
.about-mfa {
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .about-mfa {
    padding: 0 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .about-mfa {
    margin: 11.5rem 0 0;
  }
}
.about-mfa .point-content-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .about-mfa .point-content-row {
    flex-direction: column;
    margin: 4rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .about-mfa .point-content-row:after {
    position: absolute;
    top: 0;
    left: 30rem;
    right: 56rem;
    bottom: 0;
    content: "";
    width: 2rem;
    height: 2rem;
    margin: auto;
    background: url("../images/mfa/icon-plus01.png") no-repeat;
    background-size: 100% auto;
  }
}
.about-mfa .point-content-column {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .about-mfa .factor01 {
    position: relative;
  }
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor01 {
    max-width: 30rem;
  }
}
@media screen and (max-width: 767px) {
  .about-mfa .factor01:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2rem;
    content: "";
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    background: url("../images/mfa/icon-plus01.png") no-repeat;
    background-size: 100% auto;
    transform: translateY(100%);
  }
}
.about-mfa .factor01 .element {
  width: 100%;
  padding: 1.7rem 0;
  color: #133560;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: white;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor01 .element {
    max-width: 22rem;
    padding: 1.5rem 0;
    font-size: 1.6rem;
  }
}
.about-mfa .factor01 .element + .element {
  margin: 2rem 0 0;
}
.about-mfa .factor01 .column-inner {
  padding: 3rem 4rem;
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor01 .column-inner {
    padding: 10rem 4rem;
  }
}
@media screen and (max-width: 767px) {
  .about-mfa .factor02 {
    margin: 8rem 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor02 {
    max-width: 56rem;
  }
}
.about-mfa .factor02 .column-inner {
  padding: 3rem 2rem 3.5rem;
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor02 .column-inner {
    padding: 3rem 3rem 2.5rem;
  }
}
.about-mfa .factor02 dt {
  margin: 0 0 3rem;
  color: #133560;
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor02 dt {
    margin: 0 0 2rem;
    font-size: 1.6rem;
    text-align: center;
  }
}
.about-mfa .factor02 dd {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .about-mfa .factor02 dd {
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor02 dd {
    font-size: 1.5rem;
  }
}
.about-mfa .factor02 dd span {
  margin: 0 0 0 1.5rem;
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor02 dd span {
    margin: 0 0 0 2.5rem;
  }
}
.about-mfa .factor02 dd + dd {
  margin: 3rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .about-mfa .factor02 dd + dd {
    margin: 1rem 0 0;
  }
}
.about-mfa .column-inner {
  background: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .about-mfa .column-note {
    margin: 2rem 0 0;
    font-size: 1.4rem;
    line-height: 1.71;
  }
}
@media print, screen and (min-width: 768px) {
  .about-mfa .column-note {
    margin: 1.5rem 0 0;
    font-size: 1.2rem;
  }
}

/* -----------------------------------------------------
  Introduction Flow
----------------------------------------------------- */
.introduction-flow {
  margin: 12rem 0 0;
}
@media screen and (max-width: 767px) {
  .introduction-flow {
    margin: 7.5rem 0 0;
    padding: 0 1.5rem;
  }
}
@media print, screen and (min-width: 768px) {
  .introduction-flow > section {
    padding: 0 0 8.5rem;
  }
}
.introduction-flow > section + section {
  margin: 4rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .introduction-flow > section + section {
    margin: 2.5rem 0 0;
  }
}
.introduction-flow > section:first-of-type {
  margin: 4rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .introduction-flow > section:first-of-type {
    margin: 6rem 0 0;
  }
}
.introduction-flow > section:last-of-type {
  padding: 0;
}
.introduction-flow > section:last-of-type .step-column:first-child::before,
.introduction-flow > section:last-of-type .step-column:first-child::after {
  display: none;
}

.step-row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .step-row {
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .step-column:first-child {
    position: relative;
    width: 26rem;
  }
}
@media print, screen and (min-width: 768px) {
  .step-column:first-child::before,
  .step-column:first-child::after {
    position: absolute;
    z-index: -1;
    content: "";
  }
  .step-column:first-child::before {
    top: 0;
    left: 6rem;
    width: 0.3rem;
    height: calc(100% + 6.5rem);
    background: #0091c6;
  }
  .step-column:first-child::after {
    left: 6.1rem;
    bottom: -6rem;
    width: 3rem;
    height: 3rem;
    border-top: 3px solid #0091c6;
    border-right: 3px solid #0091c6;
    transform: translateX(-50%) rotate(135deg);
  }
}
.step-column:last-child {
  flex: 1;
  padding: 3rem 1.5rem 1.5rem;
  border: 0.5rem solid #0d91c6;
}
@media print, screen and (min-width: 768px) {
  .step-column:last-child {
    padding: 3rem 3rem 4rem;
  }
}

.step-level-wrap {
  padding: 0 0 2.5rem;
  background: white;
}
@media screen and (max-width: 767px) {
  .step-level-wrap {
    display: flex;
    align-items: center;
    padding: 0 0 3rem;
  }
}

.step-level {
  display: inline-block;
  width: 12rem;
  height: 4rem;
  color: #0d91c6;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 4rem;
  border: 0.1rem solid #0d91c6;
  border-radius: 2rem;
}
.step-level span {
  font-size: 2rem;
}

.step-title {
  margin: 0 0 0 2rem;
  color: #042d60;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .step-title {
    font-size: 3rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 320px) {
  .step-title {
    font-size: 2.6rem;
  }
}
@media print, screen and (min-width: 768px) {
  .step-title {
    margin: 2rem 0 0;
    font-size: 3.6rem;
  }
}

.step-todo-list li {
  padding: 0 0 1.5rem;
  color: #133560;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 0.1rem solid #0d91c6;
}
@media screen and (max-width: 767px) {
  .step-todo-list li {
    padding: 0 0 1.5rem 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 768px) {
  .step-todo-list li {
    font-size: 1.6rem;
  }
}
.step-todo-list li + li {
  margin: 2.5rem 0 0;
}

.step-check-point {
  margin: 2.5rem 0 0;
  padding: 3rem 2rem 4rem 1.5rem;
  background: #f5f5f5;
}
@media print, screen and (min-width: 768px) {
  .step-check-point {
    padding: 1.5rem 2rem 4rem;
  }
}
.step-check-point dt {
  font-size: 2rem;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .step-check-point dt {
    font-size: 1.6rem;
  }
}
.step-check-point dd {
  margin: 3rem 0 0;
  font-size: 1.4rem;
  line-height: 2;
}
@media print, screen and (min-width: 768px) {
  .step-check-point dd {
    margin: 2.5rem 0 0;
    line-height: 1.57;
  }
}
.step-check-point li {
  position: relative;
  padding: 0 0 0 4rem;
}
.step-check-point li + li {
  margin: 2rem 0 0;
}
.step-check-point li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2.7rem;
  height: 2.3rem;
  background: url("../images/mfa/icon-checklist01.png") no-repeat left top;
  background-size: 2.6rem auto;
}

/* -----------------------------------------------------
  Case Study
----------------------------------------------------- */
.case-study {
  margin: 7rem 0 0;
}
@media screen and (max-width: 767px) {
  .case-study {
    margin: 6rem 0 0;
    padding: 0 1.5rem;
  }
}

.case-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .case-wrap {
    flex-direction: column;
    margin: 3rem 0 0;
  }
}
.case-wrap .case {
  padding: 1.5rem 1.5rem 2rem;
  border: 0.5rem solid #f2f2f2;
  border-radius: 1rem;
}
@media print, screen and (min-width: 768px) {
  .case-wrap .case {
    width: calc((100% - 140px) / 3);
    max-width: 28rem;
    margin: 0 7rem 7rem 0;
  }
}
@media print, screen and (min-width: 768px) {
  .case-wrap .case:nth-child(3n) {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .case-wrap .case + .case {
    margin: 2rem 0 0;
  }
}
.case-wrap .case-logo {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.case-wrap .case-name {
  margin: 2rem 0 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media print, screen and (min-width: 768px) {
  .case-wrap .case-name {
    font-size: 1.6rem;
    line-height: 1.38;
  }
}
.case-wrap .case-link {
  margin: 2.4rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .case-wrap .case-link {
    display: inline-block;
    margin: 2rem 0 0;
  }
}
.case-wrap .case-link a {
  display: block;
  padding: 1rem 1.5rem;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  background: #0d9dda;
}
@media print, screen and (min-width: 768px) {
  .case-wrap .case-link a {
    padding: 0.8rem 1.5rem;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 768px) {
  .case-wrap .case-link a:hover {
    opacity: 0.8;
  }
}

/* -----------------------------------------------------
  FAQ
----------------------------------------------------- */
.faq {
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .faq {
    padding: 0 1.5rem;
  }
}
.faq > section {
  margin: 5rem 0 0;
}
.faq > section h3 {
  position: relative;
  padding: 0 0 1rem;
  color: #133560;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .faq > section h3 {
    margin: 0 0 3rem;
  }
}
.faq > section h3::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 0.1rem;
  background: #133560;
}
.faq > section ul {
  margin: 2rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .faq > section ul {
    margin: 3rem 0 0;
  }
}
.faq > section ul.is-open .question::after {
  content: "−";
  line-height: 2.6rem;
}
@media print, screen and (min-width: 768px) {
  .faq > section ul.is-open .question::after {
    line-height: 3.6rem;
  }
}
.faq .question {
  position: relative;
  display: flex;
  align-items: center;
  padding: 2.5rem 4.5rem;
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22;
  background: #0091c6;
}
@media print, screen and (min-width: 768px) {
  .faq .question {
    height: 10rem;
    padding: 0 7rem;
  }
}
.faq .question::before,
.faq .question::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.faq .question::before {
  left: 1rem;
  content: "Q";
  height: 1em;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .faq .question::before {
    left: 2rem;
  }
}
.faq .question::after {
  right: 1rem;
  content: "＋";
  width: 3rem;
  height: 3rem;
  color: #133560;
  font-size: 2rem;
  text-align: center;
  line-height: 3rem;
  background: white;
}
@media print, screen and (min-width: 768px) {
  .faq .question::after {
    right: 2rem;
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
  }
}
.faq .answer {
  display: none;
  position: relative;
  margin: 0 0 3rem;
  padding: 3rem 1.5rem 3rem 4.5rem;
  font-size: 1.6rem;
  line-height: 2;
  border: 0.3rem solid #042d60;
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  .faq .answer {
    margin: 0 0 4rem;
    padding: 3rem 6.5rem 4.5rem 7rem;
  }
}
.faq .answer::before {
  position: absolute;
  top: 3rem;
  left: 1rem;
  content: "A";
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .faq .answer::before {
    left: 2rem;
  }
}
.faq .answer > * + * {
  margin: 2em 0 0;
}
.faq .answer li {
  margin: 0 0 0 2rem;
  list-style: disc;
}
.faq .answer a {
  color: #0091c6;
  text-decoration: underline;
}
.faq .answer a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------
  Banner
----------------------------------------------------- */
.banner {
  width: 100%;
  max-width: 50rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .banner {
    margin: 5rem auto 0;
    padding: 0 1.5rem;
  }
}

.banner-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .banner-title {
    font-size: 1.8rem;
  }
}

.banner-image {
  margin: 2rem 0 0;
}
@media print, screen and (min-width: 768px) {
  .banner-image {
    margin: 2.5rem 0 0;
  }
}
.banner-image a:hover {
  opacity: 0.8;
}
.magazine_layer {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999;
  align-items: center;
  justify-content: center;
  overflow: auto;
  box-sizing: border-box;
  padding: 50px 20px;
}
.magazine_layer.show {
  display: flex;
}
.magazine_modal {
  background: #fff;
  max-width: 640px;
  position: relative;
}
.magazine_modal_head {
  padding: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.magazine_modal_list {
  padding: 10px 0;
}
.magazine_modal_list li {
  font-size: 14px;
  line-height: 1.6;
  padding: 10px 20px;
  display: flex;
}
.magazine_modal_list li .magazine_checkbox {
  margin: 0 10px 0 0;
}
.magazine_detail {
  display: none;
}
.magazine_detail.show {
  display: block;
}
.magazine_modal_list li a {
  color: #215ca0;
}
.magazine_modal_footer {
  border-top: 1px solid #ccc;
  padding: 15px;
  background: #eee;
  display: flex;
  justify-content: flex-end;
}
.magazine_cancel {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #215ca0;
  font-size: 14px;
  height: 40px;
  width: 100px;
  cursor: pointer;
}
.magazine_submit {
  background: #215ca0;
  border: 1px solid #215ca0;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  height: 40px;
  margin: 0 0 0 10px;
  width: 60px;
  cursor: pointer;
}
.magazine_submit:disabled {
  cursor: default;
  opacity: 0.5;
}
.magazine_close {
  position: absolute;
  top: -35px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url("../images/modal_close.svg") no-repeat center center;
  background-size: 16px 16px;
}
.pardot-popup-iframe {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
}
.pardot-popup-iframe.show {
  display: flex;
}
.pardot-popup-iframe-inner {
  width: 80%;
  height: 80%;
  display: block;
  position: relative;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.post-detail-contents .pardot-popup-iframe-inner .iframe_video {
  overflow: auto;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.pardot-popup-iframe-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.pardot-popup-iframe-close {
  position: absolute;
  top: -50px;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-image: url("../images/close.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #f1f1f1;
  background-size: 20px 20px;
}
.reference-feedback {
  display: flex;
  padding: 8px 0 0 0;
  margin: 0 0 0 20px;
}
@media screen and (max-width: 767px) {
  .reference-feedback {
    padding: 8px 0 0 0;
    margin: 20px 0 0 0;
  }
}
.reference-feedback-icon {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}
.reference-feedback-detail {
  padding: 0 0 0 15px;
}
.reference-feedback-link {
  font-size: 14px;
  line-height: 1.4;
  color: #0b5cab;
}
.reference-feedback-link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .seminar {
    margin: 6rem 0 0;
    padding: 0 1.5rem;
    scroll-margin-top: 144px;
  }
}
.seminar-block {
  background: #f5f5f5;
  padding: 20px;
  display: flex;
  gap: 15px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 767px) {
  .seminar-block {
    padding: 12px 12px 20px 12px;
    flex-flow: column;
    margin: 30px 0 0 0;
  }
}
.seminar-image {
  width: 279px;
  min-width: 279px;
}
@media screen and (max-width: 767px) {
  .seminar-image {
    width: auto;
    min-width: 0;
  }
  .seminar-image img {
    width: 100%;
  }
}
.seminar-content-head {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #133560;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 767px) {
  .seminar-content-head {
    font-size: 20px;
  }
}
.seminar-content-date {
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.seminar-content-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 15px 0;
}
.header-info {
  height: 80px;
  background: #052e60;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header-info {
    height: auto;
    flex-flow: column;
    gap: 10px;
    padding: 12px;
  }
}
.header-info-text {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .header-info-text {
    font-size: 13px;
    text-align: center;
  }
}
.header-info-link a {
  display: flex;
  padding: 0 10px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: #0d9dda;
}
.seminar-content-link {
  width: 138px;
  height: 30px;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .seminar-content-link {
    margin: 0 auto;
  }
}
.seminar-content-link a {
  display: flex;
  width: 138px;
  height: 30px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  align-items: center;
  justify-content: center;
  background: #0d9dda;
}
