@charset "UTF-8";
/*---------------------------------

Start reset.css

---------------------------------*/
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*---------------------------------

End reset.css

---------------------------------*/
/*---------------------------------

base

---------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  vertical-align: baseline;
}

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

html {
  font-size: 62.5%;
}

body {
  color: #292b2c;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  font-weight: 400;
}

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

li, dd {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  border-style: none;
}

@media screen and (min-width: 768px) and (max-width: 1079px) {
  html {
    font-size: 0.926784vw;
    /* 1079px幅でテキストサイズ10px換算 */
  }
}
/*
    form
---------------------------------*/
/**
 * "display:none"で消さず、"opacity:0;"を使う。（Tabキーで選択できなくなるのを防ぐため）また、親要素に"position:relative;"を指定すること。
 */
[type=checkbox],
[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

[type=checkbox] + span,
[type=radio] + span {
  display: inline-block;
  position: relative;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  cursor: pointer;
}

/**
* 標準で出力されるチェックボックスは消して、独自のチェックボックスを擬似要素で作成
*/
[type=checkbox] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  background: #fff;
  content: "";
}

[type=checkbox] + span::after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  opacity: 0;
  width: 1em;
  height: 0.6em;
  margin-top: -0.2em;
  border-bottom: 3px solid rgba(0, 0, 0, 0.32);
  border-left: 3px solid rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

[type=checkbox]:checked + span::after {
  opacity: 1;
}

/**
* 標準で出力されるラジオボタンは消して、独自のラジオボタンを擬似要素で作成
*/
[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  background: #fff;
  content: "";
}

[type=radio] + span::after {
  position: absolute;
  top: 50%;
  left: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  width: 0.6em;
  height: 0.6em;
  border: 1px solid transparent;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  content: "";
}

[type=radio]:checked + span::after {
  opacity: 1;
}

/*---------------------------------

Utility

---------------------------------*/
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}
/*---------------------------------

layout

---------------------------------*/
/*
    siteWrapper
---------------------------------*/
.siteWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/*
    footer
---------------------------------*/
.footer {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  background-color: #094673;
  text-align: center;
}

.footer__link {
  display: inline-block;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .footer__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .footer__link {
    padding-bottom: 1rem;
    font-size: 1.8rem;
  }
}
/*
    main
---------------------------------*/
.l-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-x: hidden;
}

/*
    section
---------------------------------*/
.l-section {
  width: 100%;
}

/*
    container
---------------------------------*/
.container {
  width: 95%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-right: 1.8rem;
    padding-left: 1.8rem;
  }
}
/*---------------------------------

Component

---------------------------------*/
/*
    cmnCards
---------------------------------*/
.cmnCards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.6rem;
}

@media screen and (max-width: 767px) {
  .cmnCards {
    display: block;
    margin: 0;
  }
}
/*
    cmnCard
---------------------------------*/
.cmnCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33.3333%;
  padding: 1.6rem;
  text-align: center;
}

.cmnCard__top {
  padding: 2.8rem 4rem 2.4rem;
  border: 3px solid #365677;
  border-bottom: none;
  border-radius: 3rem 3rem 0 0;
  background-color: #fff;
}

.cmnCard__ttl {
  color: #365677;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
}
.cmnCard__ttl span {
  font-size: 1.4rem;
  font-weight: 500;
}

.cmnCard__img {
  margin-top: 2.2rem;
  text-align: center;
}

.cmnCard__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4rem;
  border-radius: 0 0 3rem 3rem;
  background-color: #365677;
}

.cmnCard__txt {
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.375;
}
.cmnCard__txt:not(:first-child) {
  margin-top: 2.2rem;
}
.cmnCard__txt.cmnCard__txt--lhLg {
  line-height: 1.875;
}
.cmnCard__txt .cmnCard__txt--border {
  border-bottom: 1px solid #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
}
.cmnCard__txt .cmnCard__txt--border.cmnCard__txt--light {
  font-weight: 500;
}
.cmnCard__txt .cmnCard__txt--border span {
  border-bottom: none;
  font-size: 1.6rem;
}
.cmnCard__txt .cmnCard__txt--bold {
  font-size: 1.8rem;
  font-weight: 700;
}

.cmnCard--lg .cmnCard__ttl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}
.cmnCard--lg .cmnCard__ttl span {
  font-size: 1.8rem;
}

.cmnCard--lg .cmnCard__txt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2.15;
}
.cmnCard--lg .cmnCard__txt::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18rem;
  height: 2px;
  background: #fff;
  content: "";
}
.cmnCard--lg .cmnCard__txt:not(:first-child) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .cmnCard {
    width: 100%;
    padding: 0;
  }
  .cmnCard:not(:first-child) {
    margin-top: 2.8rem;
  }

  .cmnCard__top {
    padding: 2.6rem 3rem;
    border-radius: 1.5rem 1.5rem 0 0;
  }

  .cmnCard__ttl {
    font-size: 1.6rem;
  }
  .cmnCard__ttl span {
    font-size: 1.6rem;
  }

  .cmnCard__img {
    margin-top: 1.5rem;
  }

  .cmnCard__body {
    min-height: 315px;
    padding: 3.5rem 3rem;
    border-radius: 0 0 1.5rem 1.5rem;
  }

  .cmnCard__txt {
    line-height: 1.25;
  }
  .cmnCard__txt:not(:first-child) {
    margin-top: 2rem;
  }
  .cmnCard__txt .cmnCard__txt--border {
    line-height: 1.6666666667;
  }
  .cmnCard__txt .cmnCard__txt--bold {
    font-size: 1.6rem;
  }
}
/*
    cmnCardHasNumber
---------------------------------*/
.cmnCardHasNumber {
  overflow: hidden;
  border-radius: 3rem;
}

.cmnCardHasNumber__ttl {
  position: relative;
  padding: 0.8em 4.4em;
  background: #365677;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.cmnCardHasNumber__ttl::before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 6rem;
  height: 4.8rem;
  padding-left: 0.65em;
  border-radius: 45% 55% 100% 0%/55% 0% 100% 45%;
  background: #fff;
  color: #365677;
  font-size: 2.8rem;
  font-weight: 700;
  counter-increment: number;
  content: counter(number);
}

.cmnCardHasNumber__body {
  position: relative;
  min-height: 212px;
  border: 3px solid #365677;
  border-top: none;
  border-radius: 0 0 3rem 3rem;
}
.cmnCardHasNumber__body::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 37%;
  height: 100%;
  overflow: hidden;
  border-radius: 0 0 3rem 0;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-image: url(../img/img_sample.png);
  content: "";
}

.cmnCardHasNumber__txtBox {
  width: 58.3333333333%;
  padding: 3.4rem 4.5rem 3.4rem 4rem;
}
.cmnCardHasNumber__txtBox .cmnTxt {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9285714286;
}
.cmnCardHasNumber__txtBox .cmnTxt span {
  color: #df8900;
}

.cmnCardHasNumber--reverse .cmnCardHasNumber__body::before {
  right: unset;
  left: 0;
  width: 44%;
  border-radius: 0 0 0 3rem;
  background-position: center right;
}

.cmnCardHasNumber--reverse .cmnCardHasNumber__txtBox {
  margin-left: auto;
  padding: 3.4rem 4.5rem 3.4rem 4.5rem;
}

@media screen and (max-width: 767px) {
  .cmnCardHasNumber {
    border-radius: 1.5rem;
  }

  .cmnCardHasNumber__ttl {
    padding: 1.63em 3.2em;
  }
  .cmnCardHasNumber__ttl::before {
    width: 6.7rem;
    height: 5.1rem;
    padding-left: 0.75em;
    border-radius: 21% 70% 100% 0%/21% 0% 100% 70%;
  }

  .cmnCardHasNumber__body {
    padding-top: 178px;
    border-radius: 0 0 1.5rem 1.5rem;
  }
  .cmnCardHasNumber__body::before {
    width: 100%;
    height: 178px;
    border-radius: 0;
  }

  .cmnCardHasNumber__txtBox {
    width: 100%;
    padding: 0.5rem 2.3rem 2.6rem;
  }
  .cmnCardHasNumber__txtBox .cmnTxt {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .cmnCardHasNumber--reverse .cmnCardHasNumber__body::before {
    border-radius: 0;
  }
}
/*  
    cmnCta
---------------------------------*/
.cmnCta {
  padding-top: 7.8rem;
  padding-bottom: 11.5rem;
  background: url(../img/img_cta_bg_pc.png) no-repeat center bottom/100%;
}

.cmnCta__ttl {
  color: #365677;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 1.7307692308;
  text-align: center;
}
.cmnCta__ttl span {
  font-size: 3.2rem;
}
.cmnCta__ttl .cmnCta__ttl__num {
  font-size: 4rem;
}

.cmnCta__subTtl {
  margin-top: 2rem;
  text-align: center;
}

.cmnCta__subTtl__txt {
  display: inline-block;
  position: relative;
  padding-right: 4rem;
  padding-left: 4.2rem;
  color: #e50714;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.5;
}
.cmnCta__subTtl__txt::before, .cmnCta__subTtl__txt::after {
  position: absolute;
  top: 50%;
  width: 3.2rem;
  height: 3px;
  background: #e50714;
  content: "";
}
.cmnCta__subTtl__txt::before {
  left: 0;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
.cmnCta__subTtl__txt::after {
  right: 0;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

.cmnCta__subTtl__txt--line {
  display: inline-block;
  margin-right: 0.2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fcff00));
  background-image: linear-gradient(180deg, transparent 55%, #fcff00 55%);
}
.cmnCta__subTtl__txt--line span {
  font-size: 3rem;
}

.cmnCta__btnBox {
  margin-top: 2rem;
  text-align: center;
}

.cmnCta__btn {
  display: inline-block;
  position: relative;
  width: 416px;
  padding: 0.35em 1.67em 0.25em 1.46em;
  overflow: hidden;
  border-radius: 3.3rem;
  -webkit-box-shadow: 0 4px 0 #b9071d;
          box-shadow: 0 4px 0 #b9071d;
  background: #e50714;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
}
.cmnCta__btn::before {
  position: absolute;
  top: 50%;
  right: 1.7rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #fff;
  content: "";
}
.cmnCta__btn::after {
  position: absolute;
  top: -10%;
  left: -20%;
  width: 40px;
  height: 100%;
  -webkit-transform: scale(2) rotate(20deg);
          transform: scale(2) rotate(20deg);
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation: shiny 3s ease-in-out infinite;
          animation: shiny 3s ease-in-out infinite;
  content: "";
}
@-webkit-keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes shiny {
  0% {
    left: -20%;
  }
  10% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}

.cmnCta__btn__txt {
  margin-bottom: 0.2rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #fff;
  color: #f9faac;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
}

.cmnCta--noTtl {
  padding-bottom: 14.5rem;
}
.cmnCta--noTtl .cmnCta__subTtl {
  margin-top: 0;
}

@media (hover: hover) and (pointer: fine) {
  .cmnCta__btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}
@media screen and (max-width: 767px) {
  .cmnCta {
    padding-top: 4rem;
    padding-bottom: 4.7rem;
    background-image: url(../img/img_cta_bg_sp.png);
  }

  .cmnCta--noTtl {
    padding-top: 3.5rem;
    padding-bottom: 6.8rem;
    background-position: center center;
  }

  .cmnCta__ttl {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .cmnCta__ttl span {
    font-size: 2.4rem;
  }
  .cmnCta__ttl .cmnCta__ttl__num {
    font-size: 2.6rem;
  }

  .cmnCta__subTtl__txt {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.8rem;
    white-space: nowrap;
  }
  .cmnCta__subTtl__txt::before, .cmnCta__subTtl__txt::after {
    top: 80%;
    width: 2.6rem;
    height: 2px;
  }
  .cmnCta__subTtl__txt::before {
    left: -7px;
  }
  .cmnCta__subTtl__txt::after {
    right: -7px;
  }

  .cmnCta__subTtl__txt--line span {
    font-size: 2rem;
  }

  .cmnCta__btnBox {
    margin-top: 1.5rem;
  }

  .cmnCta__btn {
    width: 313px;
    padding: 0.5em 2.25em 0.4em 2.15em;
    font-size: 2rem;
  }
  .cmnCta__btn::before {
    right: 16px;
    border-width: 8px 0 8px 14px;
  }

  .cmnCta__btn__txt {
    margin-bottom: 0.4rem;
    padding-bottom: 0.6rem;
    font-weight: 600;
  }
}
/*
    cmnList
---------------------------------*/
.cmnList__item {
  position: relative;
  padding-left: 2.3rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.cmnList__item::before {
  position: absolute;
  top: 0.25em;
  left: 0;
  width: 1.125em;
  height: 1.125em;
  border-radius: 50%;
  background: #365677;
  content: "";
}
.cmnList__item::after {
  position: absolute;
  top: 0.5em;
  left: 0.4em;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3125em 0 0.3125em 0.4375em;
  border-color: transparent transparent transparent #fff;
  content: "";
}

@media screen and (max-width: 767px) {
  .cmnList__item {
    font-weight: 500;
  }
}
/*
    cmnPointTtl
---------------------------------*/
.cmnPointTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cmnPointTtl::before, .cmnPointTtl::after {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  height: 2px;
  background-color: #365677;
  content: "";
}
.cmnPointTtl span {
  display: inline-block;
  position: relative;
  width: 11.2rem;
  height: 6.6rem;
}
.cmnPointTtl span::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 1.7rem;
  background: url(../img/text_point.png) no-repeat center center/contain;
  content: "";
}
.cmnPointTtl span::after {
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #365677;
  font-size: 5.4rem;
  font-weight: 700;
  counter-increment: number;
  content: counter(number);
}

@media screen and (max-width: 767px) {
  .cmnPointTtl::before,
.cmnPointTtl::after {
    height: 3px;
  }

  .cmnPointTtl span {
    width: 8.9rem;
    height: 5.2rem;
  }
  .cmnPointTtl span::before {
    width: 4rem;
    height: 1.4rem;
  }
  .cmnPointTtl span::after {
    font-size: 4.2rem;
  }
}
/*
    cmnSecTtl
---------------------------------*/
.cmnSecTtl {
  color: #236494;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.cmnSecTtl__txt {
  display: inline-block;
  position: relative;
  padding-right: 9rem;
  padding-left: 9rem;
}
.cmnSecTtl__txt::before, .cmnSecTtl__txt::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.cmnSecTtl__txt::before {
  left: 0;
  width: 5.5rem;
  height: 10.4rem;
  background: url(../img/img_man01.png) no-repeat center center/contain;
}
.cmnSecTtl__txt::after {
  right: 0;
  width: 6.1rem;
  height: 10.1rem;
  background: url(../img/img_man02.png) no-repeat center center/contain;
}
.cmnSecTtl__txt span {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .cmnSecTtl {
    font-size: 2.5rem;
  }

  .cmnSecTtl__txt {
    padding-right: 6.2rem;
    padding-left: 6.2rem;
  }
  .cmnSecTtl__txt::before {
    width: 4.3rem;
    height: 9.1rem;
  }
  .cmnSecTtl__txt::after {
    width: 4.6rem;
    height: 8.7rem;
  }
  .cmnSecTtl__txt span {
    font-size: 3rem;
  }
}
/*
    cmnSecTtlWide
---------------------------------*/
.cmnSecTtlWide {
  position: relative;
  padding: 0.73em 1em 0.73em;
  background: #296b9c;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.cmnSecTtlWide::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  background: #296b9c;
  width: 16rem;
  height: 2rem;
  content: "";
}
.cmnSecTtlWide--md {
  padding: 0.58em 1em 0.58em;
  font-size: 3.2rem;
}
.cmnSecTtlWide--lg {
  padding: 0.32em 1em 0.32em;
  font-size: 3.6rem;
}

.cmnSecTtlWide__kana {
  display: inline-block;
  position: relative;
}
.cmnSecTtlWide__kana::before {
  position: absolute;
  top: -1em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.2rem;
  white-space: nowrap;
  content: "テキストが入ります";
}

.cmnSecTtlWide--lg .cmnSecTtlWide__kana::before {
  top: -0.7em;
}

.cmnSecTtlWide__txt--md {
  font-size: 3.6rem;
}

.cmnSecTtlWide__txt--lg {
  font-size: 4.2rem;
}

@media screen and (max-width: 767px) {
  .cmnSecTtlWide {
    font-size: 1.5rem;
  }
  .cmnSecTtlWide::after {
    width: 10.4rem;
    height: 1.4rem;
  }
  .cmnSecTtlWide--md {
    font-size: 1.8rem;
  }
  .cmnSecTtlWide--lg {
    font-size: 2.6rem;
  }

  .cmnSecTtlWide__kana::before {
    font-size: 0.9rem;
  }

  .cmnSecTtlWide__txt--md {
    font-size: 3rem;
  }

  .cmnSecTtlWide__txt--lg {
    font-size: 3rem;
  }
}
/*
    cmnTtlBorderDouble
---------------------------------*/
.cmnTtlBorderDouble {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cmnTtlBorderDouble__border {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  min-width: 10rem;
}
.cmnTtlBorderDouble__border::before, .cmnTtlBorderDouble__border::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #236494;
  content: "";
}
.cmnTtlBorderDouble__border::before {
  top: -0.5rem;
}
.cmnTtlBorderDouble__border::after {
  top: 0.5rem;
}

.cmnTtlBorderDouble__txt {
  position: relative;
  padding-right: 4rem;
  padding-left: 14rem;
  color: #236494;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.cmnTtlBorderDouble__txt::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
  content: "";
}

@media screen and (max-width: 767px) {
  .cmnTtlBorderDouble {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child:first-child::before, .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child:first-child::after {
    content: none;
  }
  .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child span:nth-child(2) {
    display: inline-block;
    position: relative;
    width: 102px;
  }
  .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child span:nth-child(2)::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
  }

  .cmnTtlBorderDouble__border {
    width: 100%;
  }
  .cmnTtlBorderDouble__border::before, .cmnTtlBorderDouble__border::after {
    height: 2px;
  }
  .cmnTtlBorderDouble__border::before {
    top: -0.3rem;
  }
  .cmnTtlBorderDouble__border::after {
    top: 0.3rem;
  }

  .cmnTtlBorderDouble__txt {
    padding: 3rem 0 3.2rem 0;
    font-size: 2.6rem;
    line-height: 1.4423076923;
  }
  .cmnTtlBorderDouble__txt span {
    font-size: 1.8rem;
  }
}
/*
    cmnTxt
---------------------------------*/
.cmnTxt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 2;
}

/*
    cmnTxtBox
---------------------------------*/
.cmnTxtBox {
  overflow: hidden;
  border-radius: 3rem;
}

.cmnTxtBox__ttl {
  padding: 0.75em 1em;
  background-color: #365677;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.cmnTxtBox__body {
  padding: 2.6rem 3rem 3rem;
  border: 3px solid #365677;
  border-top: none;
  border-radius: 0 0 3rem 3rem;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #f1f1f1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #f1f1f1 calc(100% - 1px));
  background-size: 12px 12px;
  background-repeat: repeat;
  background-position: center center;
  background-color: #fff;
}

.cmnTxtBox__txt {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6875;
}
.cmnTxtBox__txt + .cmnList {
  margin-top: 1.7rem;
}

@media screen and (max-width: 767px) {
  .cmnTxtBox {
    border-radius: 1.5rem;
  }

  .cmnTxtBox__ttl {
    padding: 0.63em 1em;
  }

  .cmnTxtBox__body {
    padding: 1.7rem 1.8rem 2rem;
    border-width: 2px;
    border-radius: 0 0 1.5rem 1.5rem;
  }
}
/*
    cmnTxtBoxBorderDot
---------------------------------*/
.cmnTxtBoxBorderDot {
  position: relative;
  padding: 2.4rem;
  border: 3px dotted #094673;
  border-radius: 2.4rem;
  background-color: #fff;
}
.cmnTxtBoxBorderDot::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(30% 0, 100% 0%, 70% 99%, 0% 100%);
          clip-path: polygon(30% 0, 100% 0%, 70% 99%, 0% 100%);
  width: 10rem;
  height: 3.2rem;
  background-color: #e1eff7;
  content: "";
}
.cmnTxtBoxBorderDot::after {
  position: absolute;
  top: -3.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700;
  -webkit-text-stroke: 1px #094673;
  counter-increment: number;
  content: counter(number);
}

.cmnTxtBoxBorderDot__txt {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cmnTxtBoxBorderDot {
    padding: 3.8rem 2rem;
    border-width: 2px;
    border-radius: 2rem;
  }
}
/*
    top_mv
---------------------------------*/
.top_mv {
  padding-bottom: 5rem;
  overflow: hidden;
  background: url(../img/img_mv_bg_pc.png) no-repeat center center/cover;
}

.top_mv__inner {
  position: relative;
  width: 95%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.2rem;
  padding-left: 5.2rem;
}

.top_mv__txt--diagonal {
  position: relative;
  -webkit-transform: rotate(-4deg) translateY(-0.5rem);
          transform: rotate(-4deg) translateY(-0.5rem);
}
.top_mv__txt--diagonal::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150vw;
  height: 100%;
  background-color: #fff;
  content: "";
}

.top_mv__txt--diagonal__txt {
  position: relative;
  z-index: 1;
  padding: 0.4em;
  color: #296b9c;
  font-size: 2.8rem;
  font-weight: 900;
}

.top_mv__ttl {
  position: relative;
  z-index: 1;
  margin-top: 6rem;
  color: #fff;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 5.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top_mv__ttl span {
  display: inline-block;
}

.top_mv__ttl__txt02 {
  margin-top: 1.6rem;
}

.top_mv__ttl__txt03 {
  margin-top: 9rem;
}

.top_mv__ttl__txt04 {
  margin-top: 2rem;
}

.top_mv__ttl__txt--sm {
  font-size: 3.2rem;
  letter-spacing: 0.025em;
}
.top_mv__ttl__txt--sm span {
  color: #fcff00;
}
.top_mv__ttl__txt--sm span.only-pc {
  color: #fff;
}
.top_mv__ttl__txt--sm span span {
  font-weight: 400;
}

.top_mv__ttl__txt--lg {
  font-size: 6.2rem;
  letter-spacing: 0.025em;
}

.top_mv__ttl__txt--italic {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.1em 0.45em;
  background-color: #094673;
  font-style: italic;
  font-size: 6rem;
  vertical-align: bottom;
}

.top_mv__ttl img {
  width: 32rem;
  vertical-align: bottom;
}
.top_mv__ttl img + span {
  margin-left: -0.5rem;
}

.top_mv__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: -2.7rem;
  right: 0.9rem;
  z-index: 1;
  width: 18.7rem;
  height: 18.7rem;
  background: url(../img/img_mv_circle.png) no-repeat center center/contain;
}

.top_mv__circle__txt {
  color: #0f4f7e;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}

.top_mv__circle__txt--lg {
  font-size: 2.8rem;
  font-weight: 800;
}
.top_mv__circle__txt--lg span {
  display: inline-block;
  -webkit-transform: translateY(0.2rem);
          transform: translateY(0.2rem);
  margin-right: 0.05em;
  margin-left: 0.05em;
  font-family: "DIN Alternate", "Ropa Sans", sans-serif;
  font-size: 5rem;
  font-weight: 700;
}

.top_mv__circle__txt--sm {
  font-size: 2rem;
}

.top_mv + .cmnSecTtlWide {
  position: relative;
  padding: 0.73em 1em 0.27em;
}
.top_mv + .cmnSecTtlWide::before {
  position: absolute;
  bottom: calc(100% - 1.3rem);
  left: calc(50% + 12rem);
  width: 46.8rem;
  height: 45rem;
  background: url(../img/img_mv_machine.png) no-repeat center center/contain;
  content: "";
}
.top_mv + .cmnSecTtlWide .cmnSecTtlWide__kana::before {
  content: "データセンター保安協会";
}

@media screen and (max-width: 1200px) {
  .top_mv__txt--diagonal {
    -webkit-transform: rotate(-4deg) translateY(0.5rem);
            transform: rotate(-4deg) translateY(0.5rem);
  }

  .top_mv + .cmnSecTtlWide::before {
    left: calc(50% + 9rem);
  }
}
@media screen and (max-width: 767px) {
  .top_mv {
    padding-bottom: 18rem;
    background: url(../img/img_mv_bg_sp.png) no-repeat center center/cover;
  }

  .top_mv__inner {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .top_mv__txt--diagonal {
    -webkit-transform: rotate(-4deg) translateY(1.4rem);
            transform: rotate(-4deg) translateY(1.4rem);
  }

  .top_mv__txt--diagonal__txt {
    padding: 0.25em 0;
    font-size: 1.8rem;
    white-space: nowrap;
  }

  .top_mv__ttl {
    margin-top: 4rem;
    font-size: 3rem;
  }

  .top_mv__ttl__txt--sm {
    font-size: 2rem;
    line-height: 1.5;
  }

  .top_mv__ttl__txt--lg {
    font-size: 3rem;
  }

  .top_mv__ttl__txt--italic {
    margin-right: 0;
    margin-bottom: 1rem;
    padding: 0.1em 0.35em 0.1em 0.1em;
    font-size: 3.6rem;
    white-space: nowrap;
  }

  .top_mv__ttl img {
    width: 16rem;
    margin-left: -0.5rem;
  }

  .top_mv__ttl__txt02 {
    margin-top: 0.7rem;
  }

  .top_mv__ttl__txt03 {
    margin-top: 0.5rem;
    font-size: 3rem;
  }

  .top_mv__ttl__txt04 {
    margin-top: 0.5rem;
  }

  .top_mv__circle {
    right: unset;
    bottom: -15.4rem;
    left: 2rem;
    width: 13.5rem;
    height: 13.5rem;
  }

  .top_mv__circle__txt {
    -webkit-transform: translateX(0.3rem);
            transform: translateX(0.3rem);
    font-size: 1.7rem;
  }

  .top_mv__circle__txt--sm {
    font-size: 1.5rem;
  }

  .top_mv__circle__txt--lg {
    font-size: 2rem;
  }
  .top_mv__circle__txt--lg span {
    font-size: 3.6rem;
  }

  .top_mv + .cmnSecTtlWide {
    font-size: 2.2rem;
  }
  .top_mv + .cmnSecTtlWide::before {
    left: calc(50% - 5.6rem);
    width: 23.4rem;
    height: 22.4rem;
  }
}
@media screen and (max-width: 374px) {
  .top_mv__txt--diagonal__txt {
    margin-left: -1rem;
  }

  .top_mv__ttl__txt--italic {
    font-size: 3.3rem;
  }
}
/*
    top_intro
---------------------------------*/
.top_intro {
  margin-top: -2rem;
  padding-bottom: 5rem;
}

.top_intro__inner {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.top_intro__ttl {
  text-align: center;
}

.top_intro__subTtl {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
.top_intro__subTtl:not(:first-of-type) {
  margin-top: 3.5rem;
}
.top_intro__subTtl span {
  font-size: 3rem;
}
.top_intro__subTtl .top_intro__subTtl--underline {
  display: inline-block;
  position: relative;
  padding-bottom: 1.4rem;
}
.top_intro__subTtl .top_intro__subTtl--underline::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 1rem;
  background: url(../img/img_wave.png) no-repeat center center/contain;
  content: "";
}

.top_intro__subTtl01 span {
  color: #df8900;
}

.top_intro__subTtl02 span {
  color: #154f7a;
}
.top_intro__subTtl02 span span {
  font-size: 2rem;
}

.top_intro__block01 {
  padding-bottom: 23rem;
  background-color: #f2f4f5;
}
.top_intro__block01 .top_intro__ttl {
  -webkit-transform: translateY(-6.4rem);
          transform: translateY(-6.4rem);
}
.top_intro__block01 .top_intro__ttl img {
  width: 54.7rem;
}

.top_intro__block01__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  max-width: 900px;
  margin-top: 2.2rem;
  margin-right: auto;
  margin-left: auto;
}
.top_intro__block01__cont::before {
  position: absolute;
  top: -4rem;
  left: -1rem;
  width: 12.7rem;
  height: 47.7rem;
  background: url(../img/img_man03_pc.png) no-repeat center center/contain;
  content: "";
}
.top_intro__block01__cont::after {
  position: absolute;
  top: -9rem;
  right: -4.7rem;
  width: 16.6rem;
  height: 38.1rem;
  background: url(../img/img_man04_pc.png) no-repeat center center/contain;
  content: "";
}

.top_intro__block01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.top_intro__block01__item::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
}
.top_intro__block01__item:nth-child(1), .top_intro__block01__item:nth-child(2) {
  width: 48%;
}
.top_intro__block01__item:nth-child(3) {
  width: 100%;
  margin-top: 4.5rem;
}
.top_intro__block01__item:nth-child(4), .top_intro__block01__item:nth-child(5) {
  width: 42%;
  margin-top: 1.5rem;
}
.top_intro__block01__item:nth-child(5) {
  -webkit-transform: translate(3.2rem, 2.7rem);
          transform: translate(3.2rem, 2.7rem);
}
.top_intro__block01__item:nth-child(1)::before {
  -webkit-transform: translate(-53%, -42%);
          transform: translate(-53%, -42%);
  width: 34rem;
  height: 22rem;
  background: url(../img/img_cloud01.png) no-repeat center center/contain;
}
.top_intro__block01__item:nth-child(2)::before {
  -webkit-transform: translate(-49%, -44%);
          transform: translate(-49%, -44%);
  width: 31.1rem;
  height: 19.5rem;
  background: url(../img/img_cloud02.png) no-repeat center center/contain;
}
.top_intro__block01__item:nth-child(3)::before {
  -webkit-transform: translate(-50%, -48%);
          transform: translate(-50%, -48%);
  width: 31.1rem;
  height: 19.5rem;
  background: url(../img/img_cloud03.png) no-repeat center center/contain;
}
.top_intro__block01__item:nth-child(4)::before {
  -webkit-transform: translate(-52%, -43%);
          transform: translate(-52%, -43%);
  width: 29.1rem;
  height: 22rem;
  background: url(../img/img_cloud04.png) no-repeat center center/contain;
}
.top_intro__block01__item:nth-child(5)::before {
  -webkit-transform: translate(-49%, -46%);
          transform: translate(-49%, -46%);
  width: 33.6rem;
  height: 21.1rem;
  background: url(../img/img_cloud05.png) no-repeat center center/contain;
}

.top_intro__block01__txt {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
}
.top_intro__block01__txt span {
  font-size: 1.6rem;
}

.top_intro__block02 .top_intro__ttl {
  -webkit-transform: translateY(-5.5rem);
          transform: translateY(-5.5rem);
}
.top_intro__block02 .top_intro__ttl img {
  width: 55.6rem;
}
.top_intro__block02 .top_intro__subTtl:first-of-type {
  margin-top: -4rem;
}

.top_intro__graph {
  width: 70%;
  max-width: 726px;
  margin-top: 6.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1.6rem;
  padding-bottom: 3rem;
  border: 2px solid #939698;
  border-radius: 6rem;
  text-align: center;
}

.top_intro__block02 .top_intro__graph img {
  -webkit-transform: translateX(-1rem);
          transform: translateX(-1rem);
  width: 61.2rem;
}

.top_intro__graph__ttl {
  -webkit-transform: translateY(calc(-50% - 1.6rem));
          transform: translateY(calc(-50% - 1.6rem));
}
.top_intro__graph__ttl span {
  display: inline-block;
  padding: 0.6em 1.25em;
  border-radius: 2rem;
  background-color: #616569;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.top_intro .cmnTxt {
  text-align: center;
}
.top_intro .cmnTxt:not(:first-of-type) {
  margin-top: 1.4rem;
}

@media screen and (max-width: 1000px) {
  .top_intro__block01__cont::after {
    right: -1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .top_intro {
    padding-bottom: 3rem;
  }

  .top_intro__block01 {
    padding-bottom: 14rem;
  }

  .top_intro__inner {
    width: 100%;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
  }

  .top_intro__block01 .top_intro__ttl {
    -webkit-transform: translateY(-0.5rem);
            transform: translateY(-0.5rem);
  }
  .top_intro__block01 .top_intro__ttl img {
    width: 21rem;
  }

  .top_intro__block01__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 4rem;
  }
  .top_intro__block01__cont::before {
    top: unset;
    bottom: 5.2rem;
    left: 3rem;
    z-index: 1;
    width: 5.2rem;
    height: 12.5rem;
    background: url(../img/img_man03_sp.png) no-repeat center center/contain;
  }
  .top_intro__block01__cont::after {
    top: -1rem;
    right: 3.3rem;
    width: 4.2rem;
    height: 10.3rem;
    background: url(../img/img_man04_sp.png) no-repeat center center/contain;
  }

  .top_intro__block01__item:nth-child(1), .top_intro__block01__item:nth-child(2), .top_intro__block01__item:nth-child(4), .top_intro__block01__item:nth-child(5) {
    width: 19rem;
  }
  .top_intro__block01__item:nth-child(1) {
    -webkit-transform: translateX(-5.7rem);
            transform: translateX(-5.7rem);
  }
  .top_intro__block01__item:nth-child(1)::before {
    -webkit-transform: translate(-52%, -39%);
            transform: translate(-52%, -39%);
    width: 22.1rem;
    height: 14.1rem;
  }
  .top_intro__block01__item:nth-child(2) {
    -webkit-transform: translateX(5.4rem);
            transform: translateX(5.4rem);
    margin-top: 2rem;
  }
  .top_intro__block01__item:nth-child(2)::before {
    -webkit-transform: translate(-51%, -47%);
            transform: translate(-51%, -47%);
    width: 20.2rem;
    height: 14.2rem;
  }
  .top_intro__block01__item:nth-child(3) {
    -webkit-transform: translateX(-5.7rem);
            transform: translateX(-5.7rem);
    margin-top: 2.7rem;
  }
  .top_intro__block01__item:nth-child(3)::before {
    -webkit-transform: translate(-53%, -51%);
            transform: translate(-53%, -51%);
    width: 21.2rem;
    height: 13rem;
  }
  .top_intro__block01__item:nth-child(4) {
    -webkit-transform: translateX(6.2rem);
            transform: translateX(6.2rem);
    margin-top: 2.4rem;
  }
  .top_intro__block01__item:nth-child(4)::before {
    -webkit-transform: translate(-51%, -43%);
            transform: translate(-51%, -43%);
    width: 20.2rem;
    height: 14rem;
  }
  .top_intro__block01__item:nth-child(5) {
    -webkit-transform: translateX(-5.7rem);
            transform: translateX(-5.7rem);
    margin-top: 2rem;
  }
  .top_intro__block01__item:nth-child(5)::before {
    -webkit-transform: translate(-53%, -47%);
            transform: translate(-53%, -47%);
    width: 20rem;
    height: 12.5rem;
  }

  .top_intro__block01__txt {
    font-size: 1.5rem;
  }
  .top_intro__block01__txt span {
    font-size: 1.2rem;
  }

  .top_intro__block02 .top_intro__ttl {
    -webkit-transform: translateY(-8.5rem);
            transform: translateY(-8.5rem);
  }
  .top_intro__block02 .top_intro__ttl img {
    width: 24.5rem;
  }

  .top_intro__subTtl {
    font-size: 1.8rem;
  }
  .top_intro__subTtl:not(:first-of-type) {
    margin-top: 1.7rem;
  }
  .top_intro__subTtl span {
    font-size: 2.2rem;
  }

  .top_intro__block02 .top_intro__subTtl:first-of-type {
    margin-top: -7rem;
  }

  .top_intro__graph {
    width: 100%;
    padding-top: 0;
    padding-bottom: 1rem;
    border-radius: 3rem;
  }

  .top_intro__graph__ttl {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .top_intro__graph__ttl span {
    padding: 0.32em 0.86em;
    border-radius: 0.6rem;
    font-size: 1.4rem;
  }

  .top_intro__block02 .top_intro__graph img {
    -webkit-transform: translate(-0.3rem, -0.5rem);
            transform: translate(-0.3rem, -0.5rem);
    width: 93%;
  }

  .top_intro .cmnTxt {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    text-align: left;
  }
}
/*
    top_solution
---------------------------------*/
.top_solution {
  padding-bottom: 14rem;
  background-color: #f3fcfc;
}
.top_solution .cmnSecTtlWide--lg {
  padding: 0.52em 1em 0.52em;
}

.top_solution__inner {
  padding-top: 6.5rem;
}

.top_solution__ttlBox {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 800;
  text-align: center;
}

.top_solution__subTtl {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(-5deg) translateX(-14rem);
          transform: rotate(-5deg) translateX(-14rem);
  padding: 1.1em 1.5em;
  background-color: #fcff00;
  font-size: 2rem;
}
.top_solution__subTtl::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 28%;
  -webkit-clip-path: polygon(82% 0, 0 0, 100% 100%);
          clip-path: polygon(82% 0, 0 0, 100% 100%);
  width: 2.2rem;
  height: 1.8rem;
  background-color: #fcff00;
  content: "";
}

.top_solution__ttl {
  margin-top: 4.5rem;
}

.top_solution__ttl__txt {
  display: inline-block;
  position: relative;
  padding-right: 9.5rem;
  padding-left: 9rem;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top_solution__ttl__txt::before, .top_solution__ttl__txt::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.7rem;
  height: 8.7rem;
  content: "";
}
.top_solution__ttl__txt::before {
  left: 0;
  background: url(../img/img_title_deco-left.png) no-repeat center center/contain;
}
.top_solution__ttl__txt::after {
  right: 0;
  background: url(../img/img_title_deco-right.png) no-repeat center center/contain;
}
.top_solution__ttl__txt span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fcff00), color-stop(90%, #fcff00), color-stop(90%, transparent));
  background-image: linear-gradient(180deg, transparent 55%, #fcff00 55%, #fcff00 90%, transparent 90%);
  font-size: 4rem;
}

.top_solution .cmnCards {
  margin-top: 3rem;
}

.top_solution .cmnCard:nth-child(1) img {
  width: 80%;
}

.top_solution .cmnCard:nth-child(2) img {
  width: 73%;
}

.top_solution .cmnCard:nth-child(3) .cmnCard__ttl {
  margin-top: -0.8rem;
}

.top_solution .cmnCard:nth-child(3) img {
  width: 98%;
}

.top_solution .cmnCard .cmnCard__top {
  height: 25.8rem;
}

.top_solution .cmnCard .cmnCard__body {
  padding: 1.6rem 2rem 2.6rem;
}

.top_solution__point__list {
  margin-top: 7.7rem;
  margin-right: -11rem;
  margin-left: -11rem;
  counter-reset: number;
}

.top_solution__point:not(:first-child) {
  margin-top: 6rem;
}
.top_solution__point:not(:first-child).top_solution__point03 {
  margin-top: 8rem;
}

.top_solution__point__ttl {
  margin-top: 4rem;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6538461538;
  text-align: center;
}
.top_solution__point__ttl span {
  padding-right: 0.2em;
  padding-left: 0.3em;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fcff00));
  background-image: linear-gradient(180deg, transparent 55%, #fcff00 55%);
}

.top_solution__point .cmnTxt {
  margin-top: 4rem;
  font-weight: 500;
  text-align: center;
}
.top_solution__point .cmnTxt span {
  display: inline-block;
  padding-bottom: 0.1em;
  border-bottom: 1px solid #292b2c;
}

.top_solution__point__img {
  width: 70%;
  max-width: 726px;
  margin-top: 5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  border: 2px solid #939698;
  border-radius: 6rem;
  background-color: #fff;
  text-align: center;
}

.top_solution__point02 .top_solution__point__img img {
  width: 72%;
}

@media screen and (max-width: 1400px) {
  .top_solution__point__list {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_solution {
    padding-bottom: 6rem;
  }
  .top_solution .cmnSecTtlWide--lg {
    padding: 0.22em 1em 0.52em;
  }
  .top_solution .cmnSecTtlWide--lg span {
    font-size: 1.8rem;
  }

  .top_solution__inner {
    padding-top: 3.5rem;
  }

  .top_solution__subTtl {
    -webkit-transform: rotate(-5deg) translateX(0);
            transform: rotate(-5deg) translateX(0);
    font-size: 1.6rem;
  }
  .top_solution__subTtl::before {
    left: 30%;
    width: 1.9rem;
    height: 1.5rem;
  }

  .top_solution__ttl {
    margin-top: 2.5rem;
  }

  .top_solution__ttl__txt {
    padding-right: 4rem;
    padding-left: 4.4rem;
    font-size: 2.2rem;
  }
  .top_solution__ttl__txt::before, .top_solution__ttl__txt::after {
    width: 4.2rem;
    height: 5.5rem;
  }
  .top_solution__ttl__txt span {
    font-size: 2.6rem;
  }

  .top_solution .cmnCards {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .top_solution .cmnCard:not(:first-child) {
    margin-top: 2.4rem;
  }

  .top_solution .cmnCard .cmnCard__top {
    height: auto;
    padding: 2.4rem 3rem 2rem;
  }

  .top_solution .cmnCard .cmnCard__ttl {
    font-size: 1.8rem;
  }

  .top_solution .cmnCard:nth-child(1) img {
    width: 67%;
  }

  .top_solution .cmnCard:nth-child(2) img {
    width: 62%;
  }

  .top_solution .cmnCard .cmnCard__body {
    min-height: 11.7rem;
  }

  .top_solution__point__list {
    margin-top: 5.5rem;
    margin-right: 0;
    margin-left: 0;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }

  .top_solution__point:not(:first-child) {
    margin-top: 5.5rem;
  }

  .top_solution__point:not(:first-child).top_solution__point03 {
    margin-top: 4rem;
  }

  .top_solution__point__ttl {
    font-size: 2rem;
  }

  .top_solution__point .cmnTxt {
    margin-top: 2rem;
    text-align: left;
  }
  .top_solution__point .cmnTxt span {
    display: inline;
  }

  .top_solution__point__img {
    width: 100%;
    margin-top: 3.5rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    border-radius: 3rem;
  }

  .top_solution__point02 .top_solution__point__img img {
    width: 89%;
  }
}
@media screen and (max-width: 374px) {
  .top_solution .cmnCard .cmnCard__ttl {
    white-space: nowrap;
  }

  .top_solution__point__ttl {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
/*
    top_reason
---------------------------------*/
.top_reason {
  padding-bottom: 10rem;
}
.top_reason .cmnSecTtlWide__kana::before {
  content: "データセンター保安協会";
}

.top_reason__cont {
  margin-top: 10.8rem;
  counter-reset: number;
}

.top_reason__cont .cmnCardHasNumber:not(:first-child) {
  margin-top: 5rem;
}

.top_reason__cont .cmnCardHasNumber:nth-child(1) .cmnCardHasNumber__body::before {
  background-image: url(../img/img_reason01_pc.jpg);
}

.top_reason__cont .cmnCardHasNumber:nth-child(2) .cmnCardHasNumber__body::before {
  background-image: url(../img/img_reason02_pc.jpg);
}

.top_reason__cont .cmnCardHasNumber:nth-child(3) .cmnCardHasNumber__body::before {
  background-image: url(../img/img_reason03_pc.jpg);
}

.top_reason__cont .cmnCardHasNumber:nth-child(4) .cmnCardHasNumber__body::before {
  background-image: url(../img/img_reason04_pc.jpg);
}

.top_reason__cont .cmnCardHasNumber:nth-child(5) .cmnCardHasNumber__body::before {
  background-image: url(../img/img_reason05_pc.jpg);
}

@media screen and (max-width: 767px) {
  .top_reason {
    padding-bottom: 1rem;
  }
  .top_reason .cmnSecTtlWide {
    padding: 1.23em 1em 0.93em;
    font-size: 1.8rem;
  }

  .top_reason__cont {
    margin-top: 5.5rem;
  }

  .top_reason__cont .cmnCardHasNumber:not(:first-child) {
    margin-top: 3.3rem;
  }

  .top_reason__cont .cmnCardHasNumber:nth-child(1) .cmnCardHasNumber__body::before {
    background-image: url(../img/img_reason01_sp.jpg);
  }

  .top_reason__cont .cmnCardHasNumber:nth-child(2) .cmnCardHasNumber__body::before {
    background-image: url(../img/img_reason02_sp.jpg);
  }

  .top_reason__cont .cmnCardHasNumber:nth-child(3) .cmnCardHasNumber__body::before {
    background-image: url(../img/img_reason03_sp.jpg);
  }

  .top_reason__cont .cmnCardHasNumber:nth-child(4) .cmnCardHasNumber__body::before {
    background-image: url(../img/img_reason04_sp.jpg);
  }

  .top_reason__cont .cmnCardHasNumber:nth-child(5) .cmnCardHasNumber__body::before {
    background-image: url(../img/img_reason05_sp.jpg);
  }

  .top_reason__cont .cmnCardHasNumber__ttl {
    padding: 1.63em 1em 1.63em 3.2em;
    text-align: center;
  }
  .top_reason__cont .cmnCardHasNumber__ttl::before {
    text-align: left;
  }

  .top_reason__cont .cmnCardHasNumber--reverse .cmnCardHasNumber__body::before {
    width: 100%;
  }

  .top_reason__cont .cmnCardHasNumber--reverse .cmnCardHasNumber__txtBox {
    padding: 0.5rem 2.3rem 2.6rem;
  }
}
/*
    top_lecturer
---------------------------------*/
.top_lecturer {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
.top_lecturer::before {
  position: absolute;
  top: 13.3rem;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(-5deg);
          transform: skewY(-5deg);
  width: 100%;
  height: 54rem;
  background-color: #f3fcfc;
  content: "";
}
.top_lecturer .cmnTtlBorderDouble__txt::before {
  -webkit-transform: translateY(-56%);
          transform: translateY(-56%);
  width: 9.8rem;
  height: 14.7rem;
  background: url(../img/img_man05.png) no-repeat center center/contain;
}

.top_lecturer__inner {
  width: 95%;
  max-width: 1316px;
  margin-right: auto;
  margin-left: auto;
}

.top_lecturer__cont {
  margin-top: 8rem;
  padding: 5rem 5rem 6rem;
  border: 3px solid #236494;
  border-radius: 4rem;
  background-color: #fff;
}

.top_lecturer__profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_lecturer__profile__img {
  width: 20.2rem;
}

.top_lecturer__profile__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3.4rem;
}

.top_lecturer__profile__name {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0.35em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #292b2c;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top_lecturer__profile__name span {
  -webkit-transform: translateY(0.2em);
          transform: translateY(0.2em);
  padding-left: 0.7em;
  font-size: 1.6rem;
}

.top_lecturer__profile__list {
  margin-top: 1.8rem;
}

.top_lecturer__profile__listItem {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5625;
}
.top_lecturer__profile__listItem span {
  padding-right: 1em;
}

.top_lecturer__message {
  margin-top: 5rem;
}

.top_lecturer__message__ttl {
  position: relative;
  padding-left: 4.3rem;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top_lecturer__message__ttl::before {
  position: absolute;
  top: -0.2em;
  left: 0;
  width: 3.3rem;
  height: 3.2rem;
  background: url(../img/icon_message.png) no-repeat center center/contain;
  content: "";
}

.top_lecturer__message .cmnTxt {
  margin-top: 2.5rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6428571429;
}
.top_lecturer__message .cmnTxt span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, #fcff00));
  background-image: linear-gradient(180deg, transparent 45%, #fcff00 45%);
}

@media screen and (max-width: 767px) {
  .top_lecturer {
    padding-top: 5rem;
  }
  .top_lecturer::before {
    top: 7rem;
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
    height: 55rem;
  }

  .top_lecturer__inner {
    width: 100%;
  }
  .top_lecturer__inner .cmnTtlBorderDouble {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .top_lecturer__inner .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child span:nth-child(2)::before {
    left: 56%;
    width: 4.8rem;
    height: 7.3rem;
    background: url(../img/img_man05.png) no-repeat center center/contain;
  }

  .top_lecturer .cmnTtlBorderDouble__txt {
    padding: 4.4rem 0 2.6rem 0;
    white-space: nowrap;
  }
  .top_lecturer .cmnTtlBorderDouble__txt::before {
    content: none;
  }
  .top_lecturer .cmnTtlBorderDouble__txt span span {
    font-size: 2.6rem;
  }

  .top_lecturer__cont {
    margin-top: 3rem;
    padding: 2.9rem 2.5rem 4rem;
    border-radius: 1.5rem;
  }

  .top_lecturer__profile {
    display: block;
  }

  .top_lecturer__profile__img {
    width: 100%;
  }

  .top_lecturer__profile__txt {
    margin-top: 1rem;
    margin-left: 0;
  }

  .top_lecturer__profile__name {
    display: block;
    font-size: 2.4rem;
  }
  .top_lecturer__profile__name span {
    display: inline-block;
    padding-left: 0;
  }

  .top_lecturer__message {
    margin-top: 4rem;
  }

  .top_lecturer__message__ttl {
    padding-bottom: 2rem;
    border-bottom: 2px solid #292b2c;
  }

  .top_lecturer__message .cmnTxt {
    margin-top: 2rem;
    font-size: 1.6rem;
  }
  .top_lecturer__message .cmnTxt + .cmnTxt {
    margin-top: 2.5rem;
  }
}
/*
    top_summary
---------------------------------*/
.top_summary {
  position: relative;
  padding-top: 3.5rem;
  padding-bottom: 4rem;
}
.top_summary::before {
  position: absolute;
  top: 1rem;
  left: 0;
  z-index: -1;
  -webkit-transform: skewY(5deg);
          transform: skewY(5deg);
  width: 100%;
  height: 54rem;
  background-color: #f3fcfc;
  content: "";
}
.top_summary .cmnTtlBorderDouble__txt {
  padding-left: 17.4rem;
}
.top_summary .cmnTtlBorderDouble__txt::before {
  left: 5.8rem;
  -webkit-transform: translateY(-69%);
          transform: translateY(-69%);
  width: 8.4rem;
  height: 7.9rem;
  background: url(../img/img_pc.png) no-repeat center center/contain;
}

.top_summary__inner {
  width: 95%;
  max-width: 1316px;
  margin-right: auto;
  margin-left: auto;
}

.top_summary__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 5rem;
}
.top_summary__cont .cmnTxtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top_summary__cont .cmnTxtBox:nth-child(1), .top_summary__cont .cmnTxtBox:nth-child(2) {
  width: 48%;
}
.top_summary__cont .cmnTxtBox:nth-child(3) {
  width: 100%;
  margin-top: 3.5rem;
}
.top_summary__cont .cmnTxtBox:nth-child(3) .cmnList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top_summary__cont .cmnTxtBox:nth-child(3) .cmnList__item {
  width: 29%;
  white-space: nowrap;
}
.top_summary__cont .cmnTxtBox__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .top_summary {
    padding-bottom: 0;
  }
  .top_summary::before {
    top: 5.5rem;
    -webkit-transform: skewY(-10deg);
            transform: skewY(-10deg);
  }
  .top_summary .cmnTtlBorderDouble__txt {
    padding: 4.5rem 0 3.3rem 0;
  }
  .top_summary .cmnTtlBorderDouble__txt::before {
    content: none;
  }
  .top_summary .cmnTtlBorderDouble__txt span {
    font-size: 2.6rem;
  }
  .top_summary .cmnTtlBorderDouble > .cmnTtlBorderDouble__border:first-child span:nth-child(2)::before {
    width: 6.9rem;
    height: 6.5rem;
    background: url(../img/img_pc.png) no-repeat center center/contain;
  }

  .top_summary__inner {
    width: 100%;
  }
  .top_summary__inner .cmnTtlBorderDouble {
    padding-right: 3rem;
    padding-left: 3rem;
  }

  .top_summary__cont {
    display: block;
    margin-top: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .top_summary__cont .cmnTxtBox:nth-child(1),
.top_summary__cont .cmnTxtBox:nth-child(2) {
    width: 100%;
  }

  .top_summary__cont .cmnTxtBox:not(:first-child) {
    margin-top: 2.5rem;
  }

  .top_summary__cont .cmnTxtBox__ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 8.5rem;
  }

  .top_summary__cont .cmnTxtBox:nth-child(3) .cmnList {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .top_summary .cmnTtlBorderDouble__txt {
    white-space: nowrap;
  }
}
/*
    top_safety
---------------------------------*/
.top_safety {
  padding-bottom: 13rem;
  background-color: #f3fcfc;
}
.top_safety .cmnSecTtlWide__kana::before {
  content: "データセンター保安協会";
}
.top_safety .cmnTxt {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 600;
  text-align: center;
}

.top_safety__inner {
  width: 95%;
  max-width: 855px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6rem;
}

.top_safety__list {
  margin-top: 7rem;
  counter-reset: number;
}
.top_safety__list .cmnTxtBoxBorderDot:not(:first-child) {
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .top_safety {
    padding-bottom: 6rem;
  }
  .top_safety .cmnSecTtlWide--md {
    padding: 1.78em 1em 1.18em;
    font-size: 1.5rem;
  }
  .top_safety .cmnSecTtlWide__kana::before {
    -webkit-transform: translateX(-40%);
            transform: translateX(-40%);
  }

  .top_safety__inner {
    width: 100%;
    padding-top: 3rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .top_safety .cmnTxt {
    padding-right: 2rem;
    padding-left: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: left;
  }

  .top_safety__list .cmnTxtBoxBorderDot:not(:first-child) {
    margin-top: 4.7rem;
  }
}
@media screen and (max-width: 374px) {
  .top_safety .cmnSecTtlWide__kana::before {
    left: 90%;
  }
}
/*
    top_voice
---------------------------------*/
.top_voice {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.top_voice__list {
  margin-top: 8rem;
}

.top_voice__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.9rem 5rem 3.4rem 5.8rem;
  border-radius: 3rem;
  background-color: #fafafa;
}
.top_voice__listItem:not(:first-child) {
  margin-top: 5rem;
}

.top_voice__listItem__img {
  width: 18.1rem;
}

.top_voice__listItem__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 5.2rem;
}

.top_voice__listItem__ttl {
  position: relative;
  padding-left: 5.6rem;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top_voice__listItem__ttl::before {
  position: absolute;
  top: 0;
  left: 0.4rem;
  width: 3.3rem;
  height: 3.2rem;
  background: url(../img/icon_message.png) no-repeat center center/contain;
  content: "";
}

.top_voice__listItem__name {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.top_voice__listItem__txt .cmnTxt {
  margin-top: 1.3rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.9285714286;
}

@media screen and (max-width: 767px) {
  .top_voice {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .top_voice .cmnSecTtl__txt::before {
    top: 48%;
    width: 4.9rem;
    height: 8.7rem;
  }
  .top_voice .cmnSecTtl__txt::after {
    width: 4.8rem;
    height: 8.9rem;
  }

  .top_voice__list {
    position: relative;
    z-index: 1;
    margin-top: 1.8rem;
  }

  .top_voice__listItem {
    display: block;
    padding: 4rem 3rem 4.2rem;
    border-radius: 1.5rem;
  }
  .top_voice__listItem:not(:first-child) {
    margin-top: 3rem;
  }

  .top_voice__listItem__img {
    margin-right: auto;
    margin-left: auto;
  }

  .top_voice__listItem__txt {
    margin-top: 3rem;
    margin-left: 0;
  }

  .top_voice__listItem__ttl {
    padding-top: 4.2rem;
    padding-left: 0;
    text-align: center;
  }
  .top_voice__listItem__ttl::before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .top_voice__listItem__name {
    margin-top: 1rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #292b2c;
    text-align: center;
  }

  .top_voice__listItem__txt .cmnTxt {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
/*
    top_participant
---------------------------------*/
.top_participant {
  padding-top: 10rem;
  padding-bottom: 11.4rem;
}
.top_participant .cmnSecTtl__txt {
  padding-right: 16.6rem;
  padding-left: 15rem;
}
.top_participant .cmnSecTtl__txt::before {
  -webkit-transform: translateY(-35%);
          transform: translateY(-35%);
  width: 11.7rem;
  height: 20.6rem;
  background-image: url(../img/img_mens01.png);
}
.top_participant .cmnSecTtl__txt::after {
  -webkit-transform: translateY(-31%);
          transform: translateY(-31%);
  width: 13.1rem;
  height: 18.4rem;
  background-image: url(../img/img_mens02.png);
}

.top_participant__cont {
  position: relative;
  z-index: 1;
  margin-top: 2.8rem;
  padding-top: 5rem;
  padding-bottom: 6rem;
  border: 3px solid #236494;
  border-radius: 4rem;
  background-color: #fff;
  text-align: center;
}
.top_participant__cont img {
  width: 91%;
}

@media screen and (max-width: 767px) {
  .top_participant {
    padding-top: 5rem;
    padding-bottom: 10rem;
  }
  .top_participant .cmnSecTtl {
    font-size: 2.6rem;
  }
  .top_participant .cmnSecTtl__txt {
    padding-right: 0;
    padding-bottom: 5.3rem;
    padding-left: 0;
  }
  .top_participant .cmnSecTtl__txt::before {
    top: 70%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22.8rem;
    height: 13.4rem;
    background: url(../img/img_mens03.png) no-repeat center center/contain;
  }
  .top_participant .cmnSecTtl__txt::after {
    content: none;
  }

  .top_participant__cont {
    margin-top: 2.6rem;
    padding-top: 6rem;
    padding-bottom: 5.5rem;
    border-radius: 1.5rem;
  }
  .top_participant__cont img {
    width: 83%;
  }
}
/*
    top_future
---------------------------------*/
.top_future {
  padding-bottom: 14rem;
  background-color: #f3fcfc;
}

.top_future__inner {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.top_future__ttlBox {
  -webkit-transform: translateY(-4.7rem);
          transform: translateY(-4.7rem);
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 800;
  text-align: center;
}

.top_future__subTtl {
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(-5deg) translateX(-14rem);
          transform: rotate(-5deg) translateX(-14rem);
  padding: 1.1em 1.5em;
  background-color: #fcff00;
  font-size: 2rem;
}
.top_future__subTtl::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 28%;
  -webkit-clip-path: polygon(82% 0, 0 0, 100% 100%);
          clip-path: polygon(82% 0, 0 0, 100% 100%);
  width: 2.2rem;
  height: 1.8rem;
  background-color: #fcff00;
  content: "";
}

.top_future__ttl {
  margin-top: 4.5rem;
}

.top_future__ttl__txt {
  display: inline-block;
  position: relative;
  padding-right: 9.5rem;
  padding-left: 10.3rem;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top_future__ttl__txt::before, .top_future__ttl__txt::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6.7rem;
  height: 8.7rem;
  content: "";
}
.top_future__ttl__txt::before {
  left: 0;
  background: url(../img/img_title_deco-left.png) no-repeat center center/contain;
}
.top_future__ttl__txt::after {
  right: 0;
  background: url(../img/img_title_deco-right.png) no-repeat center center/contain;
}
.top_future__ttl__txt span {
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #fcff00), color-stop(90%, #fcff00), color-stop(90%, transparent));
  background-image: linear-gradient(180deg, transparent 55%, #fcff00 55%, #fcff00 90%, transparent 90%);
}

.top_future .cmnCards {
  margin: -0.7rem -1.5rem -1.5rem;
}

.top_future .cmnCard {
  padding: 1.5rem;
}
.top_future .cmnCard .cmnCard__top {
  height: 28.6rem;
  padding: 2.8rem 2rem 2.4rem;
}
.top_future .cmnCard:nth-child(1) .cmnCard__ttl {
  margin-top: -0.5rem;
}
.top_future .cmnCard:nth-child(1) .cmnCard__img img {
  width: 73%;
}
.top_future .cmnCard:nth-child(2) .cmnCard__img img {
  width: 78%;
}
.top_future .cmnCard:nth-child(3) .cmnCard__img img {
  width: 40%;
}
.top_future .cmnCard .cmnCard__body {
  padding: 4rem 2rem;
}

@media screen and (max-width: 767px) {
  .top_future {
    padding-bottom: 7.3rem;
  }

  .top_future__inner {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .top_future__ttlBox {
    -webkit-transform: translateY(-6.2rem);
            transform: translateY(-6.2rem);
  }

  .top_future__subTtl {
    -webkit-transform: rotate(-5deg) translateX(0);
            transform: rotate(-5deg) translateX(0);
    font-size: 1.6rem;
  }
  .top_future__subTtl::before {
    left: 30%;
    width: 1.9rem;
    height: 1.5rem;
  }

  .top_future__ttl {
    margin-top: 2.5rem;
  }

  .top_future__ttl__txt {
    padding-right: 7rem;
    padding-left: 8rem;
    font-size: 2.2rem;
  }
  .top_future__ttl__txt::before, .top_future__ttl__txt::after {
    width: 4.2rem;
    height: 5.5rem;
  }

  .top_future .cmnCards {
    margin-top: -3.5rem;
  }

  .top_future .cmnCard:not(:first-child) {
    margin-top: -0.4rem;
  }

  .top_future .cmnCard .cmnCard__top {
    height: 25.5rem;
  }

  .top_future .cmnCard:nth-child(2) .cmnCard__txt {
    line-height: 1.7;
  }
}
/*
    top_benefits
---------------------------------*/
.top_benefits {
  padding-bottom: 12rem;
}

.top_benefits__bg {
  width: auto;
  height: 56.7rem;
}

.top_benefits__inner {
  position: relative;
  margin-top: -47rem;
  width: 95%;
  max-width: 1132px;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 5rem 7rem;
  border-radius: 6rem;
  background: rgba(255, 255, 255, 0.84);
  text-align: center;
}

.top_benefits__txt--diagonal {
  display: inline-block;
  position: absolute;
  top: -4.7rem;
  left: calc(50% - 33rem);
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
  padding: 0.4em 0.67em 0.4em 1.05em;
  background-color: #094673;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.top_benefits__txt--diagonal::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 54%;
  -webkit-clip-path: polygon(82% 0, 0 0, 100% 100%);
          clip-path: polygon(82% 0, 0 0, 100% 100%);
  width: 2.2rem;
  height: 1.8rem;
  background-color: #094673;
  content: "";
}

.top_benefits__ttl {
  color: #31679e;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.3888888889;
}
.top_benefits__ttl span {
  display: inline-block;
  position: relative;
  margin-right: 2.1rem;
  padding-right: 3rem;
  padding-left: 3rem;
}
.top_benefits__ttl span::before, .top_benefits__ttl span::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 4.8rem;
  content: "";
}
.top_benefits__ttl span::before {
  left: 0;
  background: url(../img/img_brackets-left.png) no-repeat center center/contain;
}
.top_benefits__ttl span::after {
  right: 0;
  background: url(../img/img_brackets-right.png) no-repeat center center/contain;
}

.top_benefits__list {
  width: 80%;
  margin-top: 4rem;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.top_benefits__listItem {
  position: relative;
  padding-left: 1em;
  color: #31679e;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.2;
}
.top_benefits__listItem::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "・";
}
.top_benefits__listItem:not(:first-child) {
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .top_benefits {
    padding-bottom: 3rem;
  }

  .top_benefits__bg {
    height: 63.5rem;
  }

  .top_benefits__inner {
    width: calc(100% - 5rem);
    margin-top: -56rem;
    margin-right: auto;
    margin-left: auto;
    padding: 3rem;
    border-radius: 1.5rem;
  }

  .top_benefits__txt--diagonal {
    left: calc(50% - 13rem);
    font-size: 3rem;
  }

  .top_benefits__ttl {
    font-size: 3rem;
  }
  .top_benefits__ttl span::before,
.top_benefits__ttl span::after {
    height: 4.2rem;
  }

  .top_benefits__list {
    width: 100%;
  }

  .top_benefits__listItem {
    font-size: 1.6rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 374px) {
  .top_benefits__inner {
    padding: 3rem 2rem;
  }
}
/*
    top_schedule
---------------------------------*/
.top_schedule {
  padding-bottom: 11rem;
}

.top_schedule__inner {
  width: 95%;
  max-width: 1135px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 9rem;
}

.top_schedule__txt {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
.top_schedule__txt--bold {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 500;
}

.top_schedule__table {
  width: 100%;
  margin-top: 2.7rem;
  overflow: hidden;
  border: 1px solid #7698b1;
  border-top: none;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1.5rem;
}
.top_schedule__table tr th, .top_schedule__table tr td {
  border-bottom: 1px solid #7698b1;
  letter-spacing: 0.05em;
  text-align: center;
}
.top_schedule__table tr th {
  padding: 0.93em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
}
.top_schedule__table tr th:nth-child(1) {
  width: 23.7rem;
  background-color: #296b9c;
}
.top_schedule__table tr th:nth-child(2) {
  border-left: 1px solid #7698b1;
  background-color: #094673;
}
.top_schedule__table tr td {
  padding: 0.4em;
  font-size: 1.6rem;
  line-height: 1.875;
}
.top_schedule__table tr td:first-child {
  width: 23.7rem;
}
.top_schedule__table tr td:not(:first-child) {
  border-left: 1px solid #7698b1;
}
.top_schedule__table tr td span {
  display: inline-block;
  margin-right: 0.5em;
  padding-right: 0.69em;
  padding-left: 0.69em;
  border-radius: 1rem;
  background-color: #df8900;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.top_schedule__table tr:last-child td {
  border-bottom: none;
}
.top_schedule__table + * {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .top_schedule {
    padding-bottom: 2.7rem;
  }
  .top_schedule .cmnSecTtlWide--lg {
    padding: 0.32em 0.5em 0.32em;
  }
  .top_schedule .cmnSecTtlWide--lg span {
    font-size: 1.8rem;
  }

  .top_schedule__inner {
    width: 100%;
    padding-top: 5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .top_schedule__txt {
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 1.6rem;
  }

  .top_schedule__table {
    border-top: 1px solid #7698b1;
    border-left: none;
    table-layout: fixed;
  }

  .top_schedule__table + * {
    margin-top: 1.7rem;
  }

  .top_schedule__table tr:nth-child(2) th {
    background-color: #094673;
  }
  .top_schedule__table tr:not(:first-child) td {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }
  .top_schedule__table tr:nth-child(3) td:first-child {
    border-left: 1px solid #7698b1;
  }
  .top_schedule__table tr th {
    font-size: 1.6rem;
    line-height: 1.375;
    vertical-align: middle;
  }
  .top_schedule__table tr th:nth-child(1),
.top_schedule__table tr td:nth-child(1) {
    width: 8.5rem;
  }
  .top_schedule__table tr td {
    line-height: 1.5;
    vertical-align: middle;
  }
  .top_schedule__table tr td span {
    margin-bottom: 0.8rem;
  }

  .top_schedule__txt:last-of-type {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 374px) {
  .top_schedule .cmnSecTtlWide--lg {
    padding: 0.32em 0.5em 0.32em;
  }

  .top_schedule__txt {
    padding-right: 0;
    padding-left: 0;
  }
}
/*
    top_faq
---------------------------------*/
.top_faq {
  padding-top: 13rem;
  padding-bottom: 12.3rem;
  background-color: #f3fcfc;
}
.top_faq .cmnSecTtl__txt {
  padding-left: 8rem;
}
.top_faq .cmnSecTtl__txt::before {
  -webkit-transform: translateY(-56%);
          transform: translateY(-56%);
  width: 5.2rem;
  height: 9.7rem;
  background: url(../img/img_man06.png) no-repeat center center/contain;
}
.top_faq .cmnSecTtl__txt::after {
  -webkit-transform: translateY(-57%);
          transform: translateY(-57%);
  width: 8.1rem;
  height: 10.1rem;
  background: url(../img/img_man07.png) no-repeat center center/contain;
}

.top_faq__inner {
  width: 95%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.top_faq__list {
  margin-top: 10.5rem;
}

.top_faq__listItem:not(:first-child) {
  margin-top: 3.5rem;
}
.top_faq__listItem dt, .top_faq__listItem dd {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}
.top_faq__listItem dt {
  position: relative;
  background-color: #094673;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.top_faq__listItem dt button {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 5rem;
  cursor: pointer;
}
.top_faq__listItem dt button::before {
  position: absolute;
  top: 1rem;
  left: 2.5rem;
  height: 1em;
  content: "Q.";
}
.top_faq__listItem dt button::after {
  position: absolute;
  top: 50%;
  right: 2.4rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.9rem;
  height: 1.2rem;
  background: url(../img/icon_arrow.png) no-repeat center center/contain;
  content: "";
}
.top_faq__listItem dd {
  display: none;
  padding: 1rem 3rem;
  background-color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7142857143;
}
.top_faq__listItem.is-open dt button::after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
          transform: translateY(-50%) rotateX(180deg);
}

@media screen and (max-width: 767px) {
  .top_faq {
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .top_faq .cmnSecTtl {
    font-size: 3rem;
    letter-spacing: 0.2em;
  }

  .top_faq .cmnSecTtl__txt {
    padding-right: 8rem;
  }
  .top_faq .cmnSecTtl__txt::before {
    height: 8.6rem;
  }
  .top_faq .cmnSecTtl__txt::after {
    height: 8.6rem;
  }

  .top_faq__inner {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .top_faq__list {
    margin-top: 3rem;
  }

  .top_faq__listItem:not(:first-child) {
    margin-top: 2.5rem;
  }

  .top_faq__listItem dt {
    font-size: 1.6rem;
    font-weight: 600;
  }
  .top_faq__listItem dt button {
    padding: 2rem 4rem 5.3rem 4rem;
  }
  .top_faq__listItem dt button::before {
    top: 2rem;
    left: 1.8rem;
  }
  .top_faq__listItem dt button::after {
    top: unset;
    right: 50%;
    bottom: 1.7rem;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 2.6rem;
    height: 1.5rem;
    background-image: url(../img/icon_arrow-double.png);
  }

  .top_faq__listItem.is-open dt button::after {
    -webkit-transform: translate(50%, -50%) rotateX(180deg);
            transform: translate(50%, -50%) rotateX(180deg);
  }

  .top_faq__listItem dd {
    padding: 2rem;
    font-size: 1.6rem;
  }
}
/*
    top_contact
---------------------------------*/
.top_contact {
  padding-top: 5.8rem;
  padding-bottom: 4.2rem;
}

.top_contact__inner {
  width: 95%;
  max-width: 1016px;
  margin-right: auto;
  margin-left: auto;
}

.top_contact__ttlBox {
  position: relative;
  padding: 6.5rem 3rem 5rem;
  background-color: #094673;
  color: #fff;
}
.top_contact__ttlBox::before {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 2.8rem;
  background-color: #094673;
  content: "";
}
.top_contact__ttlBox .cmnSecTtl {
  position: relative;
  z-index: 1;
}
.top_contact__ttlBox .cmnSecTtl__txt {
  padding-right: 9.3rem;
  padding-left: 8.3rem;
  color: #fff;
}
.top_contact__ttlBox .cmnSecTtl__txt::before {
  width: 4.7rem;
  height: 9.3rem;
  background: url(../img/img_man08.png) no-repeat center center/contain;
}
.top_contact__ttlBox .cmnSecTtl__txt::after {
  z-index: -1;
  width: 12.2rem;
  height: 10.4rem;
  background: url(../img/img_man09.png) no-repeat center center/contain;
}

.top_contact__lead {
  margin-top: 5rem;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}

.top_contact__body {
  padding: 6rem 8.5rem 6rem 8.3rem;
  border: 2px solid #094673;
  border-top: none;
}

.top_contact__attentionListItem {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.top_contact__attentionListItem::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  content: "※";
}

.top_contact__form {
  margin-top: 3rem;
}

@-webkit-keyframes showAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes showAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top_contact__formCont {
  width: 100%;
}
.top_contact__formCont tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_contact__formCont tr:not(:first-child) {
  display: none;
  opacity: 0;
  margin-top: 1.2rem;
}
.top_contact__formCont tr:not(:first-child).is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: showAnimation 0.5s forwards;
          animation: showAnimation 0.5s forwards;
}
.top_contact__formCont tr th {
  position: relative;
  width: 23.5rem;
  padding-left: 1.5rem;
  font-size: 1.4rem;
}
.top_contact__formCont tr th::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.6rem;
  height: 1.9rem;
  background-color: #094673;
  content: "";
}
.top_contact__formCont tr th span {
  margin-left: 1em;
  color: #db1c09;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.top_contact__formCont tr td {
  position: relative;
  width: calc(100% - 28rem);
  font-size: 1.4rem;
}
.top_contact__formCont tr td label {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top_contact__formCont .top_contact__form__item01 td {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_contact__formCont .top_contact__form__item02 td label {
  width: 100%;
}
.top_contact__formCont tr:not(:first-child).top_contact__form__item03 {
  margin-top: 3rem;
}

.top_contact__form__item03__txt {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}

.top_contact__form__radioItem {
  width: 48.5%;
}
.top_contact__form__radioItem [type=radio] + span {
  width: 100%;
  padding: 0;
  border-radius: 5px;
  background-color: #f5f5f5;
  line-height: 3rem;
  text-align: center;
}
.top_contact__form__radioItem [type=radio] + span::before, .top_contact__form__radioItem [type=radio] + span::after {
  content: none;
}
.top_contact__form__radioItem [type=radio]:checked + span {
  background-color: #296b9c;
  color: #fff;
}

.top_contact__form__checkItem:not(:first-child) {
  margin-top: 0.7rem;
}
.top_contact__form__checkItem [type=checkbox] + span {
  position: relative;
  width: 100%;
  padding: 0 0 0 7.4rem;
  border-radius: 5px;
  background-color: #f5f5f5;
  line-height: 3rem;
}
.top_contact__form__checkItem [type=checkbox] + span::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  padding-right: 0.39em;
  padding-left: 0.57em;
  border: 1px solid #094673;
  border-radius: 5px;
  background-color: transparent;
  color: #296b9c;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1.9rem;
  content: "受付中";
}
.top_contact__form__checkItem [type=checkbox] + span::after {
  content: none;
}
.top_contact__form__checkItem [type=checkbox]:checked + span {
  background-color: #296b9c;
  color: #fff;
}
.top_contact__form__checkItem [type=checkbox]:checked + span::before {
  border-color: #fff;
  background-color: #296b9c;
  color: #fff;
}

[type=text],
[type=email],
[type=tel],
textarea {
  width: 100%;
  padding-right: 0.85em;
  padding-left: 0.85em;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  line-height: 3rem;
}

textarea {
  height: 10rem;
  line-height: 1.7142857143;
  resize: none;
}

.top_contact__formCont ::-webkit-input-placeholder {
  color: #cccbcb;
}

.top_contact__formCont ::-moz-placeholder {
  color: #cccbcb;
}

.top_contact__formCont :-ms-input-placeholder {
  color: #cccbcb;
}

.top_contact__formCont ::-ms-input-placeholder {
  color: #cccbcb;
}

.top_contact__formCont ::placeholder {
  color: #cccbcb;
}

.top_contact__form .cmnTxt {
  display: none;
  margin-top: 5rem;
  font-size: 1.2rem;
  text-align: center;
}
.top_contact__form .cmnTxt.is-show {
  display: block;
  -webkit-animation: showAnimation 0.5s forwards;
          animation: showAnimation 0.5s forwards;
}
.top_contact__form .cmnTxt a {
  display: inline-block;
  border-bottom: 1px solid #094673;
  color: #094673;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.top_contact__submit {
  display: none;
  margin-top: 3rem;
  text-align: center;
}
.top_contact__submit.is-show {
  display: block;
  -webkit-animation: showAnimation 0.5s forwards;
          animation: showAnimation 0.5s forwards;
}

.top_contact__submit__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 17.2rem;
  height: 4.8rem;
  padding-bottom: 0.1em;
  padding-left: 0.2em;
  border-radius: 0.5rem;
  background-color: #296b9c;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .top_contact__form .cmnTxt a:hover {
    opacity: 0.7;
  }

  .top_contact__submit__btn:hover {
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@media screen and (max-width: 767px) {
  .top_contact {
    padding-top: 12rem;
    padding-bottom: 3.5rem;
  }
  .top_contact .cmnSecTtl {
    font-size: 2.6rem;
  }

  .top_contact__inner {
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .top_contact__inner::before {
    position: absolute;
    top: -7.1rem;
    left: calc(50% - 9rem);
    width: 4.7rem;
    height: 7.6rem;
    background: url(../img/img_man08.png) no-repeat center center/contain;
    content: "";
  }
  .top_contact__inner::after {
    position: absolute;
    top: -7.1rem;
    right: calc(50% - 8rem);
    width: 9rem;
    height: 7.9rem;
    background: url(../img/img_man09.png) no-repeat center center/contain;
    content: "";
  }

  .top_contact__ttlBox {
    padding: 3.6rem 2rem 4.5rem;
  }
  .top_contact__ttlBox .cmnSecTtl__txt {
    padding-right: 0;
    padding-left: 0;
  }
  .top_contact__ttlBox .cmnSecTtl__txt::before, .top_contact__ttlBox .cmnSecTtl__txt::after {
    content: none;
  }

  .top_contact__lead {
    margin-top: 3rem;
  }

  .top_contact__body {
    padding: 3rem 2rem 6rem;
  }

  .top_contact__form {
    margin-top: 2rem;
  }

  .top_contact__formCont tr {
    display: block;
  }
  .top_contact__formCont tr:not(:first-child) {
    margin-top: 3.8rem;
  }
  .top_contact__formCont tr:not(:first-child).is-show {
    display: block;
  }
  .top_contact__formCont tr th {
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .top_contact__formCont tr th span {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .top_contact__formCont tr td {
    display: block;
    width: 100%;
    margin-top: 2rem;
  }

  .top_contact__form__item01 td {
    width: 100%;
  }

  .top_contact__form__radioItem [type=radio] + span {
    border-radius: 2px;
    line-height: 4.5rem;
  }

  .top_contact__form__checkItem:not(:first-child) {
    margin-top: 2rem;
  }

  .top_contact__form__checkItem [type=checkbox] + span {
    border-radius: 2px;
    line-height: 4.4rem;
  }

  [type=text],
[type=email],
[type=tel],
textarea {
    border-radius: 1rem;
    font-size: 1.6rem;
    line-height: 4.4rem;
  }

  textarea {
    padding: 0.6em 0.85em;
    line-height: 1.5;
  }

  .top_contact__formCont .top_contact__form__item06 textarea {
    height: 20.6rem;
  }

  .top_contact__form .cmnTxt {
    margin-top: 3rem;
    font-size: 1.6rem;
  }

  .top_contact__submit {
    margin-top: 2rem;
  }

  .top_contact__submit__btn {
    border-radius: 1rem;
  }
}
@media screen and (max-width: 374px) {
  .top_contact__ttlBox {
    padding: 3.6rem 1rem 4.5rem;
  }
}