@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* default setting */
body {
  -webkit-text-size-adjust: 100%;
  background-color: #ffffff;
  color: #333333;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.78571;
}

a {
  color: #148df0;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

ol, ul, dl {
  list-style: none;
}

em, i {
  font-style: normal;
}

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

/* iOS Form */
input[type="submit"],
input[type="button"],
button {
  -webkit-appearance: button;
  -webkit-box-sizing: content-box;
  -moz-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type="input"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"] {
  -webkit-appearance: input;
  -webkit-box-sizing: content-box;
  -moz-appearance: input;
  appearance: input;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: normal;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

input[type="input"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-decoration,
input[type="number"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-decoration {
  display: none;
}

input[type="input"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus {
  background-color: #fff;
  border: 1px solid #0d0d0d;
}

@media print, screen and (min-width: 768px) {
  input[type="input"],
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="search"] {
    font-size: 18px;
    padding: 5px 10px;
  }
}

input[type="input"].error,
input[type="text"].error,
input[type="email"].error,
input[type="number"].error,
input[type="search"].error {
  background-color: #fee;
  border-color: #b40019;
}

textarea {
  background-color: #fff;
  border: 1px solid #222;
  font-size: 16px;
  height: 10em;
  padding: 3px 8px;
  -webkit-transition: 200ms;
  transition: 200ms;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  textarea {
    font-size: 18px;
    padding: 5px 10px;
  }
}

textarea.error {
  border-color: #b40019;
}

/* placeholder */
input::-webkit-input-placeholder {
  color: #ccc;
}
input::-moz-placeholder {
  color: #ccc;
}
input:-ms-input-placeholder {
  color: #ccc;
}
input::-ms-input-placeholder {
  color: #ccc;
}
input::placeholder {
  color: #ccc;
}

/* placeholder fot IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* placeholder for Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

/* SP style */
@media print, screen and (max-width: 767px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

/* PC style */
@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

/* layouts */
/* # =============================================
   # LayoutColumn
   # ============================================= */
.LayoutColumn {
  padding: 20px;
}

@media print, screen and (min-width: 768px) {
  .LayoutColumn {
    padding: 100px 50px;
  }
  .LayoutColumn .LayoutColumn__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
  .LayoutColumn .LayoutColumn__main {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#43e97b), to(#38f9d7));
    background-image: linear-gradient(to bottom, #43e97b 0%, #38f9d7 100%);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 800px;
    flex: 1 1 800px;
  }
  .LayoutColumn .LayoutColumn__side {
    background-color: #ddd;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    margin-left: 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* # =============================================
   # LayoutSingle
   # ============================================= */
.LayoutSingle .LayoutSingle__inner {
  padding: 0 24px;
}

@media print, screen and (min-width: 768px) {
  .LayoutSingle {
    min-width: 1140px;
    padding: 0px;
    width: 100%;
  }
  .LayoutSingle .LayoutSingle__inner {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
  }
}

/* # =============================================
   # LayoutZigzag
   # ============================================= */
.LayoutZigzag {
  padding: 20px;
}

.LayoutZigzag .LayoutZigzag__imageWrapper {
  margin: 20px -20px 20px -20px;
  overflow: hidden;
}

.LayoutZigzag .LayoutZigzag__image {
  display: block;
  height: auto;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .LayoutZigzag {
    padding: 100px 0;
  }
  .LayoutZigzag .LayoutZigzag__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 0;
    max-width: none;
    padding-bottom: 0;
    padding-top: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: 0;
    margin-right: 0;
    padding-left: 50px;
    padding-right: 0;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageRight .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__contentWrapper {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 50px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft .LayoutZigzag__imageWrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .LayoutZigzag .LayoutZigzag__contentWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 500px;
    flex: 1 1 500px;
    padding-top: 20px;
  }
  .LayoutZigzag .LayoutZigzag__imageWrapper {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 750px;
    flex: 1 1 750px;
    margin: 0;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 1200px) {
  .LayoutZigzag .LayoutZigzag__inner.-imageRight {
    margin-left: calc(50% - 600px);
    padding-left: 100px;
  }
  .LayoutZigzag .LayoutZigzag__inner.-imageLeft {
    margin-right: calc(50% - 600px);
    padding-right: 100px;
  }
}

/* blocks */
/**
 * Btn1
 */
.Btn1 {
  margin: 0 auto;
  width: 72%;
}

.Btn1 .Btn1__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c8ac7;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.3);
  box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 52px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .Btn1 {
    margin: 0 auto;
    width: 274px;
  }
  .Btn1 .Btn1__link {
    font-size: 16px;
    height: 59px;
  }
}

.Contact {
  background-color: #efeffd;
}

.Contact .Contact__inner {
  margin: 0 auto 100px;
  padding: 15px;
}

.Contact .Contact__form {
  margin-bottom: 40px;
}

.Contact .Contact__formTitle {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 12px;
}

.Contact .Contact__formRequired {
  color: #c00;
}

.Contact .Contact__formInput {
  margin-bottom: 35px;
}

.Contact .Contact__formInputErr {
  color: #c00;
  font-size: 12px;
  margin-bottom: 35px;
  margin-top: -30px;
}

.Contact .Contact__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 40px;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .Contact .Contact__inner {
    margin-bottom: 200px;
    max-width: 1024px;
    padding: 50px;
  }
  .Contact .Contact__form {
    margin: 0 auto 80px;
    width: 100%;
  }
  .Contact .Contact__formTitle {
    font-size: 16px;
    line-height: 1;
  }
  .Contact .Contact__formRequired {
    font-size: 13px;
    padding-left: 3px;
  }
  .Contact .Contact__formInputErr {
    font-size: 14px;
  }
  .Contact .Contact__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 100px;
    text-align: center;
  }
}

/**
 * Cv
 */
.Cv {
  background-color: #3a6198;
  padding-bottom: 35px;
  padding-top: 55px;
}

.Cv .Cv__title {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 28px;
  text-align: center;
}

.Cv .Cv__btnWrap {
  padding-bottom: 28px;
}

.Cv .Cv__btn {
  margin-bottom: 15px;
}

.Cv .Cv__btn.-trial .Cv__btnText:after {
  background-image: url(../images/icon_trial.png);
  height: 28px;
  width: 24px;
}

.Cv .Cv__btn.-dl .Cv__btnText:after {
  background-image: url(../images/icon_dl.png);
  height: 28px;
  width: 26px;
}

.Cv .Cv__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa3a4c;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.3);
  box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 59px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
}

.Cv .Cv__btnText {
  padding-left: 40px;
  position: relative;
}

.Cv .Cv__btnText:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.Cv .Cv__btnNote {
  color: #fff;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Cv {
    padding-bottom: 90px;
    padding-top: 75px;
  }
  .Cv .Cv__title {
    font-size: 32px;
    line-height: 1.75;
    margin-bottom: 32px;
  }
  .Cv .Cv__btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Cv .Cv__btnWrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 446px;
    flex: 0 0 446px;
    margin-left: 30px;
    margin-right: 30px;
    max-width: 446px;
    padding-bottom: 0px;
  }
  .Cv .Cv__btn {
    margin-bottom: 20px;
  }
  .Cv .Cv__btn.-trial .Cv__btnText:after {
    background-image: url(../images/icon_trial.png);
    height: 46px;
    width: 40px;
  }
  .Cv .Cv__btn.-dl .Cv__btnText:after {
    background-image: url(../images/icon_dl.png);
    height: 46px;
    width: 40px;
  }
  .Cv .Cv__btnLink {
    font-size: 26px;
    height: 96px;
  }
  .Cv .Cv__btnText {
    padding-left: 65px;
  }
  .Cv .Cv__btnText:after {
    position: absolute;
  }
  .Cv .Cv__btnNote {
    font-size: 16px;
    line-height: 1.625;
  }
}

/**
 * Download
 */
.Download {
  background-color: #edf3f7;
  padding-bottom: 65px;
}

.Download .Download__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Download .Download__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
}

.Download .Download__link {
  display: block;
}

.Download .Download__fig img {
  vertical-align: top;
}

.Download .Download__btn {
  margin-top: 32px;
}

@media print, screen and (min-width: 768px) {
  .Download {
    padding-bottom: 125px;
  }
  .Download .Download__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Download .Download__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    margin-right: 37px;
    max-width: 320px;
  }
  .Download .Download__item:nth-child(2) {
    margin-right: 0;
  }
  .Download .Download__link:hover {
    opacity: .8;
  }
  .Download .Download__fig img {
    vertical-align: top;
    width: 100%;
  }
  .Download .Download__btn {
    margin-top: 50px;
  }
}

/**
 * Event
 */
.Event {
  background-color: #edf3f7;
  padding-bottom: 55px;
  padding-top: 55px;
}

.Event .Event__item {
  margin-bottom: 30px;
}

.Event .Event__link {
  color: #333333;
  display: block;
}

.Event .Event__imgOuter {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 65.69%;
}

.Event .Event__imgOuter.-item1 {
  background-color: #000;
  background-image: url(../images/img_a20210730_1_kv-1024x415.png);
}

.Event .Event__imgOuter.-item2 {
  background-color: #000;
  background-image: url(../images/webinar-20210728.png);
}

.Event .Event__imgOuter.-item3 {
  background-color: #f4f6f8;
  background-image: url(../images/img_a20210708_1_keyvidual-1.png);
}

.Event .Event__textArea {
  background-color: #fff;
  padding: 20px 25px;
}

.Event .Event__text {
  font-size: 14px;
  line-height: 1.78571;
}

@media print, screen and (min-width: 768px) {
  .Event {
    padding-bottom: 115px;
    padding-top: 115px;
  }
  .Event .Event__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
  }
  .Event .Event__item {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    margin-bottom: 0px;
    margin-right: 2%;
    max-width: 32%;
  }
  .Event .Event__item:nth-child(3n) {
    margin-right: 0;
  }
  .Event .Event__link:hover {
    opacity: .8;
  }
  .Event .Event__textArea {
    padding: 20px 25px 28px;
  }
  .Event .Event__text {
    font-size: 15px;
    line-height: 1.76667;
  }
  .Event .Event__btn {
    margin-top: 50px;
  }
}

/**
 * Feature
 */
.Feature {
  padding-bottom: 50px;
  padding-top: 55px;
}

.Feature .Feature__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
}

.Feature .Feature__fig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 120px;
  flex: 0 0 120px;
  margin-right: 25px;
}

.Feature .Feature__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 110px;
  flex: 0 0 110px;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.46875;
}

@media print, screen and (min-width: 768px) {
  .Feature {
    padding-bottom: 120px;
    padding-top: 135px;
  }
  .Feature .Feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .Feature .Feature__item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 212px;
    flex: 0 0 212px;
    margin-bottom: 0px;
    margin-left: 32px;
    margin-right: 32px;
    max-width: 212px;
  }
  .Feature .Feature__fig {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .Feature .Feature__fig img {
    width: 100%;
  }
  .Feature .Feature__text {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}

/**
 * FeatureContents
 */
.FeatureContents .FeatureContents__item {
  background-color: #edf3f7;
  margin-bottom: 50px;
  padding-bottom: 20px;
  padding-top: 50px;
}

.FeatureContents .FeatureContents__item.-imgRight {
  margin-left: -24px;
}

.FeatureContents .FeatureContents__item.-imgRight .FeatureContents__fig {
  margin-left: 24px;
  margin-right: -24px;
}

.FeatureContents .FeatureContents__item.-imgLeft {
  margin-right: -24px;
}

.FeatureContents .FeatureContents__item.-imgLeft .FeatureContents__fig {
  margin-left: -24px;
  margin-right: 24px;
}

.FeatureContents .FeatureContents__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 30px;
  padding-left: 24px;
  padding-right: 24px;
}

.FeatureContents .FeatureContents__title .num {
  bottom: -8px;
  color: #3a6198;
  font-family: 'Inter', sans-serif;
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-right: 24px;
  position: relative;
}

.FeatureContents .FeatureContents__text {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
}

.FeatureContents .FeatureContents__fig img {
  vertical-align: top;
}

@media print, screen and (min-width: 768px) {
  .FeatureContents {
    background-image: url(../images/feature_c_bg1_pc.png), url(../images/feature_c_bg2_pc.png), url(../images/feature_c_bg1_pc.png);
    background-position: top 83px left 0, top 665px right 0, top 1247px left 0;
    background-repeat: no-repeat;
    background-size: 1400px 411px;
    padding-top: 170px;
  }
  .FeatureContents .FeatureContents__item {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .FeatureContents .FeatureContents__item.-imgRight {
    margin-left: 0px;
  }
  .FeatureContents .FeatureContents__item.-imgRight .FeatureContents__fig {
    margin-left: 70px;
    margin-right: 50px;
  }
  .FeatureContents .FeatureContents__item.-imgLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-right: 0px;
  }
  .FeatureContents .FeatureContents__item.-imgLeft .FeatureContents__fig {
    margin-left: 50px;
    margin-right: 70px;
  }
  .FeatureContents .FeatureContents__item.-last {
    margin-bottom: 0px;
  }
  .FeatureContents .FeatureContents__textArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 390px;
    flex: 0 0 390px;
    max-width: 390px;
  }
  .FeatureContents .FeatureContents__title {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .FeatureContents .FeatureContents__title .num {
    bottom: -12px;
    font-size: 58px;
    margin-right: 30px;
  }
  .FeatureContents .FeatureContents__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .FeatureContents .FeatureContents__fig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 630px;
    flex: 0 0 630px;
    max-width: 630px;
    position: relative;
    top: -170px;
  }
  .FeatureContents .FeatureContents__fig img {
    width: 100%;
  }
}

/**
 * Footer
 */
.Footer {
  padding: 28px 0 25px;
}

.Footer .Footer__copyright {
  display: block;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Footer {
    padding: 33px 0 31px;
  }
}

/**
 * Header
 */
.Header {
  width: 100%;
}

.Header .Header__inner {
  padding: 10px 15px;
}

.Header .Header__logo {
  width: 121px;
}

.Header .Header__logoLink {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .Header .Header__inner {
    padding: 20px 35px;
  }
  .Header .Header__logo {
    width: 194px;
  }
  .Header .Header__logoImage {
    width: 100%;
  }
}

/**
 * Introduce
 */
.Introduce {
  padding-bottom: 65px;
  padding-top: 55px;
}

.Introduce .Introduce__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf3f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.Introduce .Introduce__fig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  margin-right: 8%;
}

.Introduce .Introduce__titleArea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
}

.Introduce .Introduce__category {
  background-color: #3a6198;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.Introduce .Introduce__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
}

.Introduce .Introduce__textArea {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 20px 20px 25px;
}

.Introduce .Introduce__text {
  font-size: 14px;
  line-height: 1.71429;
}

.Introduce .ntroduce__more {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .Introduce {
    padding-bottom: 140px;
    padding-top: 110px;
  }
  .Introduce .Introduce__item {
    margin-bottom: 30px;
  }
  .Introduce .Introduce__fig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 252px;
    flex: 0 0 252px;
    margin-right: 0;
    max-width: 252px;
  }
  .Introduce .Introduce__fig img {
    vertical-align: top;
    width: 100%;
  }
  .Introduce .Introduce__titleArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 336px;
    flex: 0 0 336px;
    max-width: 336px;
    padding-left: 50px;
  }
  .Introduce .Introduce__category {
    font-size: 21px;
    margin-bottom: 0px;
    margin-right: 25px;
    padding: 7px 13px;
  }
  .Introduce .Introduce__title {
    bottom: -5px;
    font-size: 24px;
    position: relative;
  }
  .Introduce .Introduce__textArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 552px;
    flex: 0 0 552px;
    max-width: 552px;
    padding: 0px;
  }
  .Introduce .Introduce__text {
    font-size: 16px;
    line-height: 1.75;
  }
  .Introduce .ntroduce__more {
    margin-top: 65px;
  }
}

/**
 * Measures
 */
.Measures {
  background-image: url(../images/measures_bg_sp.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 35px;
  padding-top: 55px;
}

.Measures .Measures__item {
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 30px;
  padding: 45px 20px 30px;
}

.Measures .Measures__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.48571;
  margin-bottom: 25px;
  padding-left: 20px;
  position: relative;
}

.Measures .Measures__title:after {
  background-image: url(../images/measures_title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 45px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8.5px;
  z-index: 1;
}

.Measures .Measures__text {
  font-size: 13px;
  line-height: 1.75;
  margin-bottom: 8px;
}

.Measures .Measures__fig {
  margin: 25px auto 0;
}

.Measures .Measures__fig.-fig1 {
  width: 72%;
}

.Measures .Measures__fig.-fig2 {
  width: 82%;
}

.Measures .Measures__fig.-fig3 {
  width: 78%;
}

@media print, screen and (min-width: 768px) {
  .Measures {
    background-image: url(../images/measures_bg_pc.png);
    padding-bottom: 75px;
    padding-top: 110px;
  }
  .Measures .Measures__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 80px 90px 70px;
  }
  .Measures .Measures__item.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .Measures .Measures__textArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    max-width: 500px;
  }
  .Measures .Measures__title {
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 35px;
    padding-left: 40px;
  }
  .Measures .Measures__title:after {
    background-image: url(../images/measures_title_pc.png);
    height: 39px;
    width: 12px;
  }
  .Measures .Measures__text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 15px;
    width: 470px;
  }
  .Measures .Measures__fig {
    margin: 0px auto 0;
  }
  .Measures .Measures__fig.-fig1 {
    width: 358px;
  }
  .Measures .Measures__fig.-fig2 {
    left: -30px;
    position: relative;
    width: 444px;
  }
  .Measures .Measures__fig.-fig3 {
    width: 417px;
  }
  .Measures .Measures__fig img {
    width: 100%;
  }
}

/**
 * Mv
 */
.Mv {
  position: relative;
}

.Mv:after {
  background-image: url(../images/mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 288.5px;
  left: 50%;
  position: absolute;
  top: 30%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 241.5px;
  z-index: 1;
}

.Mv .Mv__color1 {
  padding: 20px 0 150px;
}

.Mv .Mv__label {
  margin: 0 auto;
  width: 310px;
}

.Mv .Mv__labelText {
  border-bottom: 1px solid #3a6198;
  color: #3a6198;
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 9px;
  padding-bottom: 4px;
}

.Mv .Mv__title {
  margin: 0 auto;
  width: 310px;
}

.Mv .Mv__titleText1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.07em;
  letter-spacing: 0.04em;
  line-height: 1.50847;
}

.Mv .Mv__titleText2 {
  display: inline-block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 37px;
  font-weight: 500;
  letter-spacing: 0.07em;
  letter-spacing: 0.04em;
  line-height: 1;
  padding-top: 4px;
}

.Mv .Mv__color2 {
  background-color: #edf3f7;
  padding: 170px 0 60px;
}

.Mv .Mv__sub {
  color: #3a6198;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
  text-align: center;
}

.Mv .Mv__btn.-trial {
  margin-bottom: 15px;
}

.Mv .Mv__btn.-trial .Mv__btnText:after {
  background-image: url(../images/icon_trial.png);
  height: 24px;
  width: 20px;
}

.Mv .Mv__btn.-dl .Mv__btnText:after {
  background-image: url(../images/icon_dl.png);
  height: 21px;
  width: 20px;
}

.Mv .Mv__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fa3a4c;
  border-radius: 50px;
  -webkit-box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.3);
  box-shadow: 0 5px 5px 0 rgba(51, 51, 51, 0.3);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 51px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
}

.Mv .Mv__btnText {
  padding-left: 35px;
  position: relative;
}

.Mv .Mv__btnText:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .Mv {
    position: relative;
  }
  .Mv:after {
    background-image: url(../images/mv.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 717px;
    left: 50%;
    position: absolute;
    top: 5px;
    -webkit-transform: translateX(-92%);
    transform: translateX(-92%);
    width: 601px;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .Mv:after {
    left: 0px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@media print, screen and (min-width: 768px) {
  .Mv .Mv__color1 {
    margin: 0 auto;
    padding: 30px 0 85px;
    width: 1140px;
  }
  .Mv .Mv__inner.-color2 {
    background-color: #edf3f7;
    margin: 0 auto;
    max-width: 1140px;
    padding: 55px 0 65px;
  }
  .Mv .Mv__label {
    margin: 0 0 0 auto;
    width: 470px;
  }
  .Mv .Mv__labelText {
    border-bottom: 2px solid #3a6198;
    font-size: 26px;
    margin-bottom: 35px;
    padding-bottom: 6px;
  }
  .Mv .Mv__title {
    margin: 0 0 0 auto;
    width: 470px;
  }
  .Mv .Mv__titleText1 {
    font-size: 46px;
    line-height: 1.52174;
  }
  .Mv .Mv__titleText2 {
    display: inline-block;
    font-size: 56px;
    letter-spacing: 0.04em;
    line-height: 1;
    padding-top: 10px;
  }
  .Mv .Mv__color2 {
    padding: 0;
  }
  .Mv .Mv__cv {
    margin: 0 0 0 auto;
    width: 470px;
  }
  .Mv .Mv__sub {
    font-size: 20px;
    margin-bottom: 25px;
    text-align: left;
  }
  .Mv .Mv__btn.-trial {
    margin-bottom: 20px;
  }
  .Mv .Mv__btn.-trial .Mv__btnText:after {
    background-image: url(../images/icon_trial.png);
    height: 34px;
    width: 30px;
  }
  .Mv .Mv__btn.-dl .Mv__btnText:after {
    background-image: url(../images/icon_dl.png);
    height: 32px;
    width: 30px;
  }
  .Mv .Mv__btnLink {
    font-size: 20px;
    height: 74px;
    width: 412px;
  }
  .Mv .Mv__btnText {
    padding-left: 50px;
  }
}

/**
 * Risk
 */
.Risk {
  background-color: #edf3f7;
  padding-bottom: 65px;
  padding-top: 55px;
}

.Risk .Risk__list {
  margin-top: 75px;
}

.Risk .Risk__item {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 60px;
  padding: 70px 20px 5px;
  position: relative;
}

.Risk .Risk__item:after {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 89px;
  left: 50%;
  position: absolute;
  top: -45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 89px;
  z-index: 1;
}

.Risk .Risk__item.-item1:after {
  background-image: url(../images/risk1.png);
}

.Risk .Risk__item.-item2:after {
  background-image: url(../images/risk2.png);
}

.Risk .Risk__item.-item3:after {
  background-image: url(../images/risk3.png);
}

.Risk .Risk__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 25px;
  text-align: center;
}

.Risk .Risk__text {
  font-size: 14px;
  line-height: 1.71429;
  margin-bottom: 25px;
}

.Risk .Risk__text .red {
  color: #fa3a4c;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.Risk .Risk__note {
  color: #858585;
  font-size: 12px;
  line-height: 1.25;
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .Risk {
    padding-bottom: 120px;
    padding-top: 110px;
  }
  .Risk .Risk__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .Risk .Risk__item {
    border-radius: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 29%;
    flex: 0 0 29%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 60px;
    max-width: 29%;
    padding: 95px 40px 25px;
  }
  .Risk .Risk__item:after {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 102px;
    position: absolute;
    top: -51px;
    width: 102px;
    z-index: 1;
  }
  .Risk .Risk__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .Risk .Risk__text {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .Risk .Risk__text .red {
    color: #fa3a4c;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
  }
  .Risk .Risk__note {
    font-size: 13px;
    line-height: 2.15385;
    margin-left: 2%;
    margin-top: 10px;
  }
}

/**
 * Sample
 */
.Sample {
  width: 100%;
}

.Sample .Sample__inner {
  padding: 15px 20px;
}

.Sample .Sample__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.Sample .Sample__text {
  font-size: 12px;
  line-height: 2.2;
}

@media print, screen and (min-width: 768px) {
  .Sample .Sample__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 50px;
    width: 100%;
  }
  .Sample .Sample__title {
    font-size: 30px;
  }
  .Sample .Sample__text {
    color: #112;
    font-size: 15px;
  }
}

body {
  background-color: #fff;
}

/**
 * Title1
 */
.Title1 {
  color: #3a6198;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.88095;
  margin-bottom: 35px;
  text-align: center;
}

.Title1 .border {
  border-bottom: 1px solid #3a6198;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .Title1 {
    font-size: 34px;
    line-height: 1.88235;
    margin-bottom: 38px;
  }
  .Title1 .border {
    border-bottom: 3px solid #3a6198;
    padding-bottom: 2px;
  }
  .Title1.-introduce {
    margin-bottom: 62px;
  }
  .Title1.-measures {
    margin-bottom: 65px;
  }
}

/**
 * Title2
 */
.Title2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.71053;
  margin-bottom: 28px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Title2 {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 33px;
  }
}
