@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: #293133;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.71429;
}

a {
  color: #148df0;
  text-decoration: none;
  -webkit-transition: 200ms;
  transition: 200ms;
}

a:hover {
  opacity: .8;
}

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

em, i {
  font-style: normal;
}

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

img {
  vertical-align: top;
}

/* 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: 1000px) {
  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: 1000px) {
  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: 999px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

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

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

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


/* blocks */
/**
 * Bottom
 */
.Bottom {
  background-color: #ebf7fa;
  background-image: url(../images/bg_cloud_white.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 28.56vw;
  padding-bottom: 75px;
  padding-top: 28.56vw;
}

.Bottom .Bottom__wrap {
  padding-top: 20px;
}

.Bottom .Bottom__title {
  line-height: 1.5;
  margin-bottom: 15px;
}

.Bottom .Bottom__titleLogo {
  height: 47px;
  margin-bottom: 7px;
  width: 300px;
}

.Bottom .Bottom__titleText {
  color: #00b7e0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.Bottom .Bottom__titleText .large {
  font-size: 22px;
}

.Bottom .Bottom__titleText.-one {
  bottom: -5px;
  position: relative;
}

.Bottom .Bottom__text1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.69444;
  margin-bottom: 15px;
}

.Bottom .Bottom__circle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 210px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px auto;
  text-align: center;
  width: 210px;
}

.Bottom .Bottom__circle:first-child {
  position: relative;
}

.Bottom .Bottom__circle:first-child:before {
  background-image: url(../images/bottom_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -30px;
  content: '';
  height: 40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
}

.Bottom .Bottom__circleText1 {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  margin-bottom: 10px;
}

.Bottom .Bottom__circleText2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 14px;
}

.Bottom .Bottom__circleText3 {
  color: #6e7e91;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

@media print, screen and (min-width: 1000px) {
  .Bottom .Bottom__inner {
    margin-top: -10vw;
    position: relative;
  }
  .Bottom .Bottom__wrap {
    -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;
    padding-top: 0px;
  }
  .Bottom .Bottom__left {
    margin-right: 50px;
  }
  .Bottom .Bottom__right {
    margin-left: 50px;
  }
  .Bottom .Bottom__title {
    margin-bottom: 25px;
  }
  .Bottom .Bottom__titleLogo {
    height: 80px;
    margin-right: 10px;
    width: 518px;
  }
  .Bottom .Bottom__titleText {
    font-size: 31px;
  }
  .Bottom .Bottom__titleText .large {
    font-size: 37px;
  }
  .Bottom .Bottom__titleText.-one {
    bottom: -20px;
  }
  .Bottom .Bottom__text1 {
    font-size: 24px;
    line-height: 1.70833;
  }
  .Bottom .Bottom__text2 {
    font-size: 16px;
    line-height: 2;
  }
  .Bottom .Bottom__circle {
    height: 300px;
    margin: 30px auto;
    width: 300px;
  }
  .Bottom .Bottom__circle:first-child:before {
    bottom: -45px;
    height: 60px;
    left: 50%;
    width: 60px;
  }
  .Bottom .Bottom__circleText1 {
    font-size: 18px;
  }
  .Bottom .Bottom__circleText2 {
    font-size: 36px;
    margin-bottom: 22px;
  }
  .Bottom .Bottom__circleText3 {
    font-size: 17px;
    line-height: 1.52941;
  }
}

/**
 * Case
 */
.Case {
  padding-bottom: 80px;
  padding-top: 80px;
}

.Case .Case__item {
  background-color: #ebf7fa;
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 12px 24px 1px;
  position: relative;
}

.Case .Case__item.-first {
  margin-top: 20px;
}

.Case .Case__item.-last {
  margin-bottom: 20px;
}

.Case .Case__num {
  background-image: url(../images/case_num_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 141px 35px;
  height: 35px;
  left: 0px;
  position: absolute;
  top: -28px;
  width: 141px;
}

.Case .Case__numText {
  color: #00b7e0;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-left: 20px;
  padding-top: 15px;
}

.Case .Case__title {
  color: #105dc7;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 18px;
  padding-top: 25px;
  position: relative;
}

.Case .Case__title:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 63px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 63px;
}

.Case .Case__title.-case1 {
  padding-top: 80px;
}

.Case .Case__title.-case1:before {
  background-image: url(../images/case_thumb1.svg);
}

.Case .Case__title.-case2 {
  padding-top: 80px;
}

.Case .Case__title.-case2:before {
  background-image: url(../images/case_thumb2.svg);
}

.Case .Case__title .small {
  font-size: 16px;
}

.Case .Case__orangeBox {
  background-color: #fff;
  border: 2px solid #ef3300;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 15px 15px 10px;
}

.Case .Case__orangeText1 {
  color: #ef3300;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
  padding-left: 30px;
  position: relative;
}

.Case .Case__orangeText1:before {
  background-image: url(../images/case_circle.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 20px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 20px;
}

.Case .Case__orangeText2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 700;
}

.Case .Case__listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.Case .Case__listItem:nth-child(1) .Case__listLeftText {
  background-color: #2652ab;
}

.Case .Case__listItem:nth-child(2) .Case__listLeftText {
  background-color: #297bcc;
}

.Case .Case__listItem:nth-child(3) .Case__listLeftText {
  background-color: #30a7ed;
}

.Case .Case__listItem:nth-child(3) .Case__listLeft {
  background-image: none;
}

.Case .Case__listLeft {
  background-image: url(../images/case_bg.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 1px 1px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45px;
  flex: 0 0 45px;
  margin-right: 15px;
}

.Case .Case__listLeftText {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  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: 12px;
  font-weight: 600;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 45px;
}

.Case .Case__listLeftText:before {
  background-color: #ebf7fa;
  bottom: -10px;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
}

.Case .Case__listLeftText:after {
  background-color: #ebf7fa;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: -10px;
  width: 100%;
}

.Case .Case__listRight {
  padding-bottom: 20px;
}

.Case .Case__listRight ul li {
  padding-left: 1em;
  position: relative;
}

.Case .Case__listRight ul li:before {
  color: #293133;
  content: '\30FB';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 2px;
}

.Case .Case__listRightText .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(10%, #ffe921));
  background: linear-gradient(transparent 10%, #ffe921 10%);
}

.Case .Case__note {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
}

.Case .Case__note .blue {
  color: #00b7e0;
}

@media print, screen and (min-width: 1000px) {
  .Case {
    padding-bottom: 110px;
    padding-top: 110px;
  }
  .Case .Case__item {
    border-radius: 12px;
    margin-bottom: 0px;
    margin-top: 65px;
    padding: 12px 60px 40px;
  }
  .Case .Case__item.-first {
    margin-top: 35px;
  }
  .Case .Case__item.-last {
    margin-bottom: 0px;
  }
  .Case .Case__num {
    background-size: 193px 46px;
    height: 46px;
    position: absolute;
    top: -35px;
    width: 193px;
  }
  .Case .Case__numText {
    font-size: 24px;
    padding-left: 30px;
    padding-top: 20px;
  }
  .Case .Case__titleArea {
    margin-bottom: 40px;
  }
  .Case .Case__titleArea.-flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
  }
  .Case .Case__title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0px;
    padding-top: 45px;
  }
  .Case .Case__title:before {
    content: '';
    height: 101px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 101px;
  }
  .Case .Case__title.-case1 {
    padding-left: 130px;
    padding-top: 0;
  }
  .Case .Case__title.-case1:before {
    background-image: url(../images/case_thumb1.svg);
  }
  .Case .Case__title.-case2 {
    padding-left: 100px;
    padding-top: 0;
  }
  .Case .Case__title.-case2:before {
    background-image: url(../images/case_thumb2.svg);
  }
  .Case .Case__title .small {
    font-size: 24px;
  }
  .Case .Case__title.-pcSmall {
    font-size: 24px;
  }
  .Case .Case__orangeBox {
    border-radius: 4px;
    margin-bottom: 0px;
    padding: 25px 30px 15px;
    width: 439px;
  }
  .Case .Case__orangeText1 {
    font-size: 21px;
    margin-bottom: 10px;
    padding-left: 35px;
  }
  .Case .Case__orangeText1:before {
    height: 24px;
    width: 24px;
  }
  .Case .Case__orangeText2 {
    font-size: 19px;
    line-height: 1.57895;
  }
  .Case .Case__listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 105px;
    margin-bottom: 10px;
  }
  .Case .Case__listItem:nth-child(1) .MvFloating {
    background-color: #2652ab;
  }
  .Case .Case__listItem:nth-child(2) .Case__listLeftText {
    background-color: #297bcc;
  }
  .Case .Case__listItem:nth-child(3) .Case__listLeftText {
    background-color: #30a7ed;
  }
  .Case .Case__listItem:nth-child(3) .Case__listLeft {
    background-image: none;
  }
  .Case .Case__listLeft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px;
    max-width: 60px;
  }
  .Case .Case__listLeftText {
    font-size: 16px;
    height: 60px;
    width: 60px;
  }
  .Case .Case__listLeftText:before {
    bottom: -12px;
    height: 12px;
  }
  .Case .Case__listLeftText:after {
    height: 12px;
    top: -12px;
  }
  .Case .Case__listRight {
    margin-top: -10px;
    padding-bottom: 0px;
  }
  .Case .Case__listRight ul li {
    font-size: 16px;
    line-height: 1.3125;
    margin-bottom: 8px;
  }
  .Case .Case__listRight ul li .small {
    font-size: 12px;
    margin-left: 20px;
  }
  .Case .Case__listRightText {
    font-size: 16px;
    line-height: 1.75;
  }
  .Case .Case__note {
    font-size: 24px;
    line-height: 1.95833;
    margin-top: 25px;
  }
  .Case .Case__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Case .Case__flex .Case__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
    padding: 12px 30px 10px;
  }
  .Case .Case__flex .Case__listRight {
    margin-top: -5px;
  }
  .Case .Case__flex .Case__listRightText {
    font-size: 14px;
    line-height: 1.71429;
  }
}

@media (max-width: 999px){

  .Header .Header__content{
    display: block!important;
  }

  .btn_menu {
    position: absolute;
    top: 10px;
    right: 15px;
    vertical-align: middle;
    cursor: pointer;
    z-index: 999;
}

.toggle-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.toggle-btn:before {
  transform: translateY(-8px);
  transition-duration: 0.3s;
}

.toggle-btn:before, .toggle-btn:after {
  top: 50%;
  content: '';
}

.toggle-btn span, .toggle-btn:before, .toggle-btn:after {
  position: absolute;
  width: 32px;
  height: 2px;
  background: #333;
  transition-duration: 0.3s;
}

.toggle-btn span, .toggle-btn:before, .toggle-btn:after {
  position: absolute;
  width: 32px;
  height: 2px;
  background: #333;
  transition-duration: 0.3s;
}

.toggle-btn span {
  position: absolute;
  top: 50%;
}

.toggle-btn2:before {
  transform: translateY(-8px);
  transition-duration: 0.3s;
}

.toggle-btn:after {
  transform: translateY(8px);
  transition-duration: 0.3s;
}

.toggle-btn:before, .toggle-btn:after {
  top: 50%;
  content: '';
}

.toggle-btn span, .toggle-btn:before, .toggle-btn:after {
  position: absolute;
  width: 32px;
  height: 2px;
  background: #333;
  transition-duration: 0.3s;
}

.toggle-btn {
  position: absolute;
  top: -5px;
  right: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.item {
  position: relative;
  width: 33.33334%;
  height: 200px;
  padding-top: 80px;
  text-align: center;
  box-sizing: border-box;
  counter-increment: item;
}
.item:after {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  content: counter(item);
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
}

/* .toggle-btn-open {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  cursor: pointer;
}

.toggle-btn-open:before {
  position: absolute;
  top: 50%;
  content: '';
  width: 32px;
  height: 2px;
  background: #333;
  transform: translateY(-8px);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

.toggle-btn-open span {
  position: absolute;
  top: 50%;
  width: 0;
  height: 2px;
  background: #333;
  transition-duration: 0.3s;
}

.toggle-btn-open:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 32px;
  height: 2px;
  background: #333;
  transform: translateY(8px);
  transform: rotate(-45deg);
  transition-duration: 0.3s;
} */


.toggle-btn.active::before {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

.toggle-btn.active span {
opacity: 0;/*真ん中の線は透過*/
}

.toggle-btn.active::after{
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
/*20220831 ハンバーガーメニュー一旦非表示*/
/*  #spgnav_cc {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  top: 55px;
  text-align: left;
  padding: 0;
  display: none;
}

.spnav {
  margin-bottom: 0;
  height: 90vh;
  overflow-y: scroll;
  background-color: #fff;
}  */

nav ul {
  list-style: none;
}

/* .spnav {
  display: block;
  position: relative;
} */

#spgnav_cc {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

ul.spnav {
  display: flex;
  justify-content: space-around;
}

li.spnav a {
  display: inline-block;
  padding: 5px 15px;
  color: #848484;
}

}

/**
 * Conpany
 */
.Conpany {
  padding-bottom: 50px;
  width: 100%;
}

.Conpany .Conpany__title {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}

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

.Conpany .Conpany__note {
  color: #6e7e91;
  font-size: 11px;
  text-align: center;
}

.Conpany .Conpany__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.Conpany .Conpany__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-bottom: 10px;
  margin-right: 1%;
}

.Conpany .Conpany__item:nth-child(3n) {
  margin-right: 0;
}

@media print, screen and (min-width: 1000px) {
  .Conpany {
    padding-bottom: 50px;
    padding-top: 60px;
    width: 100%;
  }
  .Conpany .Conpany__title {
    font-size: 38px;
    margin-bottom: 2px;
  }
  .Conpany .Conpany__lead {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .Conpany .Conpany__note {
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  .Conpany .Conpany__list {
    margin: 30px 48px 0;
  }
  .Conpany .Conpany__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 246px;
    flex: 0 0 246px;
    margin-right: 40px;
    max-width: 246px;
  }
  .Conpany .Conpany__item:nth-child(3n) {
    margin-right: 40px;
  }
  .Conpany .Conpany__item:nth-child(4n) {
    margin-right: 0;
  }
}

/**
 * Cv
 */
.Cv {
  background-color: #6fd6ed;
  color: #fff;
  padding-bottom: 60px;
  padding-top: 60px;
}

.Cv .Cv__logo {
  display: block;
  margin: 0 auto;
  width: 280px;
}

.Cv .Cv__logo img {
  height: 50px;
  width: 280px;
}

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

.Cv .Cv__tel {
  margin: 0 auto 20px;
  width: 245px;
}

.Cv .Cv__telLink {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding-left: 40px;
  position: relative;
}

.Cv .Cv__telLink:before {
  background-image: url(../images/icon_tel_white.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 28px;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
}

.Cv .Cv__telNote {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  margin-top: 8px;
}

.Cv .Cv__btn {
  margin: 0 auto;
  width: 96%;
}

.Cv .Cv__btnLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 40px;
  -webkit-box-shadow: 5px 5px rgba(41, 49, 51, 0.2);
  box-shadow: 5px 5px rgba(41, 49, 51, 0.2);
  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: 600;
  height: 70px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.contactLink{
  background-color: #faa51e;
}

.documentLink{
  background-color: #00add4;
}

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

.Cv .Cv__btnText:before {
  background-image: url(../images/icon_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 30px;
  left: 0px;
  position: absolute;
  top: -4px;
  width: 30px;
}

.Cv .Cv__popup {
  background-color: #fff;
  border-radius: 2px;
  margin-bottom: 30px;
  padding: 14px 0;
}

.Cv .Cv__popupText {
  color: #293133;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
}

.Cv .Cv__popupText:before {
  background-image: url(../images/cv_popup_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -25px;
  content: '';
  height: 15.5px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 31px;
}

.Cv .Cv__popupText .small {
  font-size: 14px;
}

.Cv .Cv__popupText .blue {
  color: #00b7e0;
}

@media print, screen and (min-width: 1000px) {
  .Cv {
    padding-bottom: 95px;
    padding-top: 95px;
  }
  .Cv .Cv__wrap {
    -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;
  }
  .Cv .Cv__left {
    margin: 0 50px;
  }
  .Cv .Cv__logo {
    margin: 0 auto 15px;
    width: 372px;
  }
  .Cv .Cv__logo img {
    height: 50px;
    width: 372px;
  }
  .Cv .Cv__lead {
    font-size: 29px;
    margin-bottom: 0px;
    text-align: left;
  }
  .Cv .Cv__right {
    margin: 0 50px;
  }
  .Cv .Cv__tel {
    margin: 0 auto 30px;
    text-align: center;
    width: 510px;
  }
  .Cv .Cv__telLink {
    font-size: 38px;
    padding-left: 60px;
  }
  .Cv .Cv__telLink:before {
    height: 42px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 42px;
  }
  .Cv .Cv__telNote {
    font-size: 15px;
    letter-spacing: 0.1em;
  }
  .Cv .Cv__btn {
    margin: 0 3%;
    width: 380px;
  }
  .Cv .Cv__btnLink {
    font-size: 22px;
    height: 86px;
  }
  .Cv .Cv__btnText {
    letter-spacing: 0.1em;
    padding-left: 60px;
  }
  .Cv .Cv__btnText:before {
    height: 41px;
    top: -5px;
    width: 41px;
  }
  .Cv .Cv__popup {
    border-radius: 4px;
    margin: 0 auto 50px;
    width: 630px;
  }
  .Cv .Cv__popupText {
    font-size: 28px;
  }
  .Cv .Cv__popupText:before {
    bottom: -29px;
  }
  .Cv .Cv__popupText .small {
    font-size: 28px;
  }
  .Cv .Cv__popupText .blue {
    color: #00b7e0;
  }
}

/**
 * Floating
 */
.Floating {
  background-color: #fff;
  bottom: 0;
  left: 0;
  padding: 10px 10px;
  position: fixed;
  width: 100%;
  z-index: 100;
}

.Floating .Floating__wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.Floating .Floating__contact {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  width: 43%;
}

.Floating .Floating__contactLink,
.Floating .Floating__documentLink{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #faa51e;
  border-radius: 40px;
  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: 13px;
  font-weight: 600;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 100%;
}

.Floating .Floating__contactLink{
  background-color: #faa51e;
}

.Floating .Floating__documentLink{
  background-color: #00add4;
}

.Floating .Floating__contactText {
  padding-left: 24px;
  position: relative;
}

.Floating__telBox .Floating__tel{
  margin-top: 1%;
  text-align: center;
}

.Floating .Floating__contactText:before {
  background-image: url(../images/icon_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 18px;
  left: 0px;
  position: absolute;
  top: -4px;
  width: 18px;
}

.Floating .Floating__telLink {
  color: #faa51e;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1;
  padding-left: 22px;
  position: relative;
}

.Floating .Floating__telLink:before {
  background-image: url(../images/icon_tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 18px;
  left: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
}

.Floating .Floating__toTopLink {
  height: 32px;
  width: 32px;
}

.Floating .Floating__toTopLink img {
  height: 32px;
  width: 32px;
}

/**
 * FloatingBnr
 */
 .FloatingBnr {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 42px;
  -webkit-transition: 300ms;
  transition: 300ms;
  width: 100%;
  z-index: 110;
}

.FloatingBnr.show {
  opacity: 1;
}

.FloatingBnr .FloatingBnr__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ed1e79;
  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: 12px;
  font-weight: 500;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  position: relative;
  width: 100%;
}

.FloatingBnr .FloatingBnr__link:before {
  background-image: url(../images/icon_arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 14px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 7px;
}

@media print, screen and (min-width: 1000px) {
  .FloatingBnr {
    bottom: 170px;
    left: auto;
    right: 15px;
    top: auto;
    -webkit-transition: 600ms;
    transition: 600ms;
    width: 242px;
  }
  .FloatingBnr .FloatingBnr__link {
    border-radius: 6px;
    font-size: 14px;
    height: 72px;
    letter-spacing: 0.01em;
    line-height: 1.5;
    text-align: center;
    width: 100%;
  }
  .FloatingBnr .FloatingBnr__link:before {
    right: 12px;
  }
}

@media print, screen and (max-width: 999px){
  .FooterFloating__popup {
    position: fixed;
    bottom:85px;
    right: calc(25% - 80px);
    width: fit-content;
    z-index: 200;
  }

  .FooterFloating__popup.close {
    visibility: hidden;
    opacity: 0;
    z-index: 0;
    transition: 500ms;
  }

  .FooterFloating__popup .FooterFloating__popup__inner {
    position: relative;
    background-color: #fff;
    border-radius:5px;
    width: fit-content;
    padding:3px 5px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid #aaa;
    margin-bottom: 10px;
    }

  .FooterFloating__popup .FooterFloating__popup__inner:after, .FooterFloating__popup .FooterFloating__popup__inner:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate( 45deg);
  }

  .FooterFloating__popup .FooterFloating__popup__inner:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
    bottom:-9px;
    right:80px;
  }
  .FooterFloating__popup .FooterFloating__popup__inner:before {
    bottom:-12px;
    right:76px;
    border-color: rgba(136, 136, 136, 0);
    border-bottom-color: #aaa;
    border-width: 12px;
    margin-left: -12px;
}

.FooterFloating__popup .FooterFloating__popup__inner .close_button {
  display: block;
  position: absolute;
  top:-15px;
  right: -15px;
  width: 25px;
  height: 25px;
 /*    border: 2px solid #ccc;  枠の調整 */
  border-radius: 50%;  /* 丸みの度合い */
  background: #92e5f8; /* ボタンの背景色 */
}
 
.FooterFloating__popup .FooterFloating__popup__inner .close_button::before, .FooterFloating__popup .FooterFloating__popup__inner .close_button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: #FFF; /* バツ印の色 */
}
 
.FooterFloating__popup .FooterFloating__popup__inner .close_button::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
 
.FooterFloating__popup .FooterFloating__popup__inner .close_button::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}
}

/**
 * Flow
 */
.Flow {
  background-color: #00add4;
  padding-bottom: 80px;
}

.Flow .Flow__item {
  background-color: #fff;
  border-radius: 9px;
  margin-bottom: 15px;
  padding: 15px 24px;
  position: relative;
}

.Flow .Flow__item:before {
  background-color: #fff;
  bottom: -15px;
  content: '';
  display: block;
  height: 15px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4px;
}

.Flow .Flow__item:last-child:before {
  display: none;
}

.Flow .Flow__item.-n1 .Flow__label {
  color: #2652ab;
}

.Flow .Flow__item.-n1 .Flow__num:before {
  background-image: url(../images/flow_1.svg);
  content: '1';
}

.Flow .Flow__item.-n2 .Flow__label {
  color: #2652ab;
}

.Flow .Flow__item.-n2 .Flow__num:before {
  background-image: url(../images/flow_2.svg);
  content: '2';
}

.Flow .Flow__item.-n3 .Flow__label {
  color: #297bcc;
}

.Flow .Flow__item.-n3 .Flow__num:before {
  background-image: url(../images/flow_3.svg);
  content: '3';
}

.Flow .Flow__item.-n4 .Flow__label {
  color: #297bcc;
}

.Flow .Flow__item.-n4 .Flow__num:before {
  background-image: url(../images/flow_4.svg);
  content: '4';
}

.Flow .Flow__item.-n5 .Flow__label {
  color: #30a7ed;
}

.Flow .Flow__item.-n5 .Flow__num:before {
  background-image: url(../images/flow_5.svg);
  content: '5';
}

.Flow .Flow__item.-n6 .Flow__label {
  color: #30a7ed;
}

.Flow .Flow__item.-n6 .Flow__num:before {
  background-image: url(../images/flow_6.svg);
  content: '6';
}

.Flow .Flow__item.-n7 .Flow__label {
  color: #30a7ed;
}

.Flow .Flow__item.-n7 .Flow__num:before {
  background-image: url(../images/flow_7.svg);
  content: '7';
}

.Flow .Flow__titleArea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Flow .Flow__num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  position: relative;
}

.Flow .Flow__num:before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  height: 38px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 38px;
}

.Flow .Flow__label {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  padding: 11px 0;
}

.Flow .Flow__textArea {
  margin-top: 8px;
}

.Flow .Flow__exp {
  font-size: 13px;
  font-size: 1.53846;
}

.Flow .Flow__exp .item {
  margin-right: 13px;
}

.Flow .Flow__expItem {
  font-size: 13px;
  font-size: 1.53846;
  padding-left: 1em;
  position: relative;
}

.Flow .Flow__expItem:before {
  color: #293133;
  content: '\30FB';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0px;
  width: 2px;
}

@media print, screen and (min-width: 1000px) {
  .Flow {
    padding-bottom: 115px;
  }
  .Flow .Flow__inner {
    padding-left: 88px;
    padding-right: 88px;
  }
  .Flow .Flow__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 110px;
    padding: 0px 35px;
  }
  .Flow .Flow__item.-n1 .Flow__num:before {
    background-image: url(../images/flow_1_pc.svg);
  }
  .Flow .Flow__item.-n2 .Flow__num:before {
    background-image: url(../images/flow_2_pc.svg);
  }
  .Flow .Flow__item.-n3 .Flow__num:before {
    background-image: url(../images/flow_3_pc.svg);
  }
  .Flow .Flow__item.-n4 .Flow__num:before {
    background-image: url(../images/flow_4_pc.svg);
  }
  .Flow .Flow__item.-n5 .Flow__num:before {
    background-image: url(../images/flow_5_pc.svg);
  }
  .Flow .Flow__item.-n6 .Flow__num:before {
    background-image: url(../images/flow_6_pc.svg);
  }
  .Flow .Flow__item.-n7 .Flow__num:before {
    background-image: url(../images/flow_7_pc.svg);
  }
  .Flow .Flow__titleArea {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
    max-width: 320px;
  }
  .Flow .Flow__num {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
  }
  .Flow .Flow__num:before {
    font-size: 23px;
    height: 76px;
    width: 76px;
  }
  .Flow .Flow__label {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    padding: 11px 0;
  }
  .Flow .Flow__textArea {
    margin-top: 0px;
  }
  .Flow .Flow__exp {
    font-size: 16px;
    font-size: 2;
  }
  .Flow .Flow__exp .item {
    margin-right: 13px;
  }
  .Flow .Flow__expItem {
    font-size: 16px;
    font-size: 2;
  }
  .Flow .Flow__expItem:before {
    color: #293133;
    content: '\30FB';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 0px;
    width: 2px;
  }
}

/**
 * Footer
 */
.Footer {
  background-color: #ebf7fa;
  margin-bottom: 58px;
  padding-bottom: 30px;
  padding-top: 40px;
}

.Footer .Footer__title {
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}

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

.Footer .Footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 12px;
}

.Footer .Footer__naviItem:last-child .Footer__naviLink:before {
  display: none;
}

.Footer .Footer__naviLink {
  color: #293133;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  padding: 0 20px;
  position: relative;
}

.Footer .Footer__naviLink:before {
  background-color: #293133;
  content: '';
  height: 12px;
  position: absolute;
  right: 0px;
  top: 5px;
  width: 1px;
}

.Footer .Footer__note {
  color: rgba(41, 49, 51, 0.6);
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.63636;
  margin-bottom: 5px;
  text-align: center;
}

.Footer .Footer__right {
  text-align: center;
}

.Footer .Footer__copyright {
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media print, screen and (min-width: 1000px) {
  .Footer {
    margin-bottom: 0px;
    min-width: 1200px;
    padding-bottom: 30px;
    padding-top: 32px;
  }
  .Footer .Footer__inner {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
  }
  .Footer .Footer__left {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .Footer .Footer__title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 190px;
    flex: 0 0 190px;
    margin-bottom: 0px;
    max-width: 190px;
    position: relative;
    text-align: left;
    top: -2px;
  }
  .Footer .Footer__navList {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0px;
  }
  .Footer .Footer__naviItem:last-child .Footer__naviLink:before {
    display: none;
  }
  .Footer .Footer__naviLink {
    font-size: 13px;
  }
  .Footer .Footer__note {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    font-size: 13px;
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
  }
  .Footer .Footer__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    text-align: right;
  }
  .Footer .Footer__copyright {
    font-size: 13px;
  }
}

/**
 * Header
 */
.Header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/* #dropmenu{
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 220px;
  margin: auto;
}

#dropmenu li {
  position: relative;
  height: 75px;
  float: left;
  padding: 30px 16px 15px;
  text-align: center;
} */

#underline-1, #underline-2, #underline-3, #underline-4{
  display: none;
  z-index: 9999;
  content: "";
  box-sizing: border-box;
  border: solid 2px #aaa;
  border-radius: 2px;
  width: 30px;
  height: 4px;
  margin: 0 auto;
  opacity: 1.0 !important;
}

.Header .Header__content{
  display: flex;

}

.Header .Header__inner {
  padding: 12px 0px 8px;
}

.Header .Header__menu{
  height: 56px;
  margin: 0;
  width: 600px;
  padding: 0px 4.96%;
}

.Header .Header__menu li{
  display: inline-block;
  font-size: 115%;
  margin: 1.5% 5%;
}

.Header .Header__menu li a{
  color: #848484;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.Header .Header__logo {
  height: 22px;
  margin: 0 auto;
  width: 140px;
}

.Header .Header__logoImage {
  height: 22px;
  width: 140px;
}

.Header .Header__contactLink,
.contact_box .contactbox__contactLink  {
  background-color: #faa51e;
}

.Header .Header__documentLink,
.contact_box .contactbox__documentLink {
  background-color: #00add4;
}


@media print, screen and (min-width: 1000px) {
  .Header {
    min-width: 1200px;
  }
  .Header .Header__inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-width: 1200px;
    padding: 15px 30px;
  }
  .Header .Header__logo {
    height: 50px;
    margin: 0;
    width: 260px;
  }
  .Header .Header__logoImage {
    height: auto;
    width: 260px;
  }
  .Header .Header__telLink {
    color: #faa51e;
    font-family: 'Inter', sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    padding-left: 35px;
    position: relative;
  }
  .Header .Header__telLink:before {
    background-image: url(../images/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 28px;
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 28px;
  }
  .Header .Header__telNote {
    font-size: 12px;
    line-height: 1;
    margin-top: 3px;
  }
  .Header .Header__contactWrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 630px;
  }
  .Header .Header__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    width: 180px;
  }
  .Header .Header__contactLink,
  .Header .Header__documentLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* background-color: #faa51e; */
    border-radius: 40px;
    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: 18px;
    font-weight: 600;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
  }

  .Header .Header__contactText {
    padding-left: 30px;
    position: relative;
  }
  .Header .Header__contactText:before {
    background-image: url(../images/icon_contact.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    left: 0px;
    position: absolute;
    top: -4px;
    width: 24px;
  }
}

/**
 * Issue
 */
.Issue {
  padding-bottom: 75px;
}

.Issue .Issue__item {
  margin-bottom: 20px;
  padding-top: 95px;
  position: relative;
}

.Issue .Issue__item:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 175px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 283px;
  z-index: 100;
}

.Issue .Issue__item:first-child:before {
  background-image: url(../images/issue1.svg);
}

.Issue .Issue__item:nth-child(2):before {
  background-image: url(../images/issue2.svg);
}

.Issue .Issue__item:nth-child(3):before {
  background-image: url(../images/issue3.svg);
}

.Issue .Issue__itemInner {
  background-color: #ebf7fa;
  border-radius: 12px;
  padding: 100px 30px 30px;
}

.Issue .Issue__text1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.28;
  margin-bottom: 15px;
}

.Issue .Issue__text1 .small {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.01em;
  margin-bottom: 5px;
}

.Issue .Issue__text1 .large {
  font-size: 25px;
}

.Issue .Issue__text2 {
  color: rgba(41, 49, 51, 0.7);
  font-size: 14px;
  line-height: 1.71429;
}

@media print, screen and (min-width: 1000px) {
  .Issue {
    padding-bottom: 90px;
    padding-top: 15px;
  }
  .Issue .Issue__item {
    margin-bottom: 45px;
    padding-top: 0px;
  }
  .Issue .Issue__item:before {
    left: auto;
    top: -30px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .Issue .Issue__item:first-child:before {
    height: 311px;
    right: 55px;
    width: 502px;
  }
  .Issue .Issue__item:nth-child(2) .Issue__itemInner {
    padding-left: 720px;
  }
  .Issue .Issue__item:nth-child(2):before {
    height: 307px;
    left: 70px;
    width: 498px;
  }
  .Issue .Issue__item:nth-child(3):before {
    height: 308px;
    right: 75px;
    width: 482px;
  }
  .Issue .Issue__itemInner {
    padding: 50px 90px 60px;
  }
  .Issue .Issue__text1 {
    font-size: 22px;
    line-height: 1.18519;
    margin-bottom: 20px;
  }
  .Issue .Issue__text1 .small {
    font-size: 19px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  .Issue .Issue__text1 .large {
    font-size: 27px;
  }
  .Issue .Issue__text2 {
    color: rgba(41, 49, 51, 0.6);
    font-size: 16px;
    line-height: 1.75;
  }
}

/**
 * Logos
 */
.Logos {
  padding-bottom: 25px;
  padding-top: 40px;
}

.Logos .Logos__list {
  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;
}

.Logos .Logos__item {
  border: 1px solid #dfe0e0;
  border-radius: 4px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  height: 25vw;
  margin-bottom: 15px;
}

.Logos .Logos__itemLink {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Logos .Logos__itemLink img.logo1 {
  width: 83%;
}

.Logos .Logos__itemLink img.logo2 {
  width: 73%;
}

.Logos .Logos__itemLink img.logo3 {
  width: 59%;
}

.Logos .Logos__itemLink img.logo4 {
  width: 70%;
}

@media print, screen and (min-width: 1000px) {
  .Logos {
    padding-bottom: 55px;
    padding-top: 75px;
  }
  .Logos .Logos__list {
    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;
    padding-left: 88px;
    padding-right: 88px;
  }
  .Logos .Logos__item {
    border-radius: 12px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 244px;
    flex: 0 0 244px;
    height: 148px;
    max-width: 244px;
  }
}

/**
 * Mv
 */
.Mv {
  margin-bottom: 50px;
  margin-top: 42px;
}

.Mv .Mv__figWrap {
  background-color: #92e5f8;
  border-radius: 30px 0 0 30px;
  margin-left: 3%;
  padding: 22px 0 20px;
  text-align: center;
}

.Mv .Mv__mvImg {
  left: -1.5%;
  position: relative;
  width: 82%;
}

.Mv .Mv__logo {
  margin: 10px auto 15px;
  width: 88%;
}

.Mv .Mv__award {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
  padding: 0 10px 0 24px;
}

.Mv .Mv__awardText {
  color: #00b7e0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44%;
  flex: 0 0 44%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.61538;
  margin-right: 2px;
}

.Mv .Mv__awardFig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 54%;
  flex: 0 0 54%;
}

.Mv .Mv__awardImg {
  width: 100%;
}

.Mv .Mv__lead {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-bottom: 10px;
  padding: 0 24px;
}

.Mv .Mv__lead .en {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.Mv .Mv__list {
  padding: 0 24px;
}

.Mv .Mv__listItem {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.405;
  padding-left: 40px;
  position: relative;
}

.Mv .Mv__listItem:before {
  background-image: url(../images/icon_mv_check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 20px;
}

@media print, screen and (min-width: 1000px) {
  .Mv {
    margin-bottom: 50px;
    margin-top: 86px;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .Mv:after {
    background-color: #92e5f8;
    content: '';
    height: 735px;
    left: 50%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .Mv .Mv__inner {
    margin: 0 auto;
    max-width: 1460px;
    min-width: 1200px;
    padding-left: 60px;
    position: relative;
  }
  .Mv .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: hidden;
  }
  .Mv .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    min-width: 510px;
  }
  .Mv .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 62%;
    flex: 0 0 62%;
    height: 735px;
    max-width: 880px;
    z-index: 1;
  }
  .Mv .Mv__figWrap {
    border-radius: 45px 0 0 45px;
    margin-left: 0;
    padding: 60px 0 80px;
  }
  .Mv .Mv__mvImg {
    left: 0;
    width: 720px;
  }
  .Mv .Mv__logo {
    margin: 58px 0 8px 0;
    position: relative;
    width: 658px;
    z-index: 1;
  }
  .Mv .Mv__logoImg {
    height: 102px;
    width: 658px;
  }
  .Mv .Mv__award {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  .Mv .Mv__awardText {
    font-size: 30px;
    letter-spacing: 0.2em;
    line-height: 1.6;
    margin: 0 0px 56px 0;
    width: 532px;
  }
  .Mv .Mv__awardFig {
    width: 420px;
  }
  .Mv .Mv__awardImg {
    height: 179px;
    width: 420px;
  }
  .Mv .Mv__lead {
    font-size: 23px;
    line-height: 1.73913;
    margin-bottom: 15px;
    padding: 0px;
  }
  .Mv .Mv__lead .en {
    font-size: 23px;
    letter-spacing: 0.01em;
  }
  .Mv .Mv__list {
    padding: 0px;
  }
  .Mv .Mv__listItem {
    font-size: 17px;
    line-height: 2.35294;
    padding-left: 50px;
  }
  .Mv .Mv__listItem:before {
    height: 26px;
    top: 9px;
    width: 26px;
  }
}

/**
 * Mv2
 */

 .Mv2 {
  margin-bottom: 50px;
  margin-top: 76px;
}

.Mv2 .Mv2__inner {
  margin-left: 3%;
}

@media print, screen and (min-width: 1000px) {
  .Mv2 {
    margin-bottom: 50px;
    margin-top: 86px;
    min-width: 1200px;
    position: relative;
    width: 100%;
  }
  .Mv2 .Mv2__inner {
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 60px;
    position: relative;
  }
}

/**
 * MvFloating
 */
@media print, screen and (min-width: 1000px) {
  .MvFloating {
    background-color: #fff;
    border-radius: 8px;
    bottom: 10px;
    -webkit-box-shadow: 5px 5px 10px rgba(41, 49, 51, 0.05);
    box-shadow: 5px 5px 10px rgba(41, 49, 51, 0.05);
    padding: 18px 10px 15px;
    position: absolute;
    right: 30px;
    width: 460px;
    z-index: 10;
  }
  .MvFloating .MvFloating__title {
    margin: 0 auto 5px;
    width: 284px;
  }
  .MvFloating .MvFloating__title img {
    height: 39px;
    width: 284px;
  }
  .MvFloating .MvFloating__text {
    color: #6e7e91;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 18px;
    text-align: center;
  }
  .MvFloating .MvFloating__wrap {
    -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;
  }
  .MvFloating .MvFloating__contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-right: 10px;
    width: 200px;
    margin: 0 1%;
  }
  .MvFloating .MvFloating__contactLink,
  .MvFloating .MvFloating__documentLink {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #faa51e;
    border-radius: 40px;
    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: 18px;
    font-weight: 600;
    height: 48px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
  }

  .MvFloating .MvFloating__contactLink {
    background-color: #faa51e;
  }

  .MvFloating .MvFloating__documentLink {
    background-color: #00add4;
  }

  .MvFloating .MvFloating__contactText {
    padding-left: 30px;
    position: relative;
  }
  .MvFloating .MvFloating__contactText:before {
    background-image: url(../images/icon_contact.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 24px;
  }
/*  .MvFloating .MvFloating__telBox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }*/

  .MvFloating .MvFloating__telBox {
      margin: 3% 0;
      text-align: center;
  }

  .MvFloating .MvFloating__telLink {
    color: #faa51e;
    font-family: 'Inter', sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    padding-left: 30px;
    position: relative;
  }
  .MvFloating .MvFloating__telLink:before {
    background-image: url(../images/icon_tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 24px;
    left: 0px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 24px;
  }
  .MvFloating .MvFloating__telNote {
    font-size: 11px;
    line-height: 1;
  }

  .MvFloating__popup{
    position: absolute;
    right: 10px;
    bottom: 225px;
    z-index: 15;
  }


  .MvFloating__popup .MvFloating__popup__inner {
    position: relative;
    background-color: #fef9e2;
    border-radius: 5px;
    width: fit-content;
    padding: 7px 12px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0px 0px 10px -3px #777777;
  }

 /*  .MvFloating__popup .MvFloating__popup__inner .ad_copy {
    letter-spacing : 1px;                
    text-shadow : 
       2px  2px 0px #ffffff,
      -2px  2px 0px #ffffff,
       2px -2px 0px #ffffff,
      -2px -2px 0px #ffffff,
       2px  0px 0px #ffffff,
       0px  2px 0px #ffffff,
      -2px  0px 0px #ffffff,
       0px -2px 0px #ffffff;  
  } */

  /* .MvFloating__popup .MvFloating__popup__inner:after, .MvFloating__popup .MvFloating__popup__inner:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    transform: rotate( 45deg);
  }

  .MvFloating__popup .MvFloating__popup__inner:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 20px;
    margin-left: -20px;
    bottom:-19px;
    right:10px;
  }
  .MvFloating__popup .MvFloating__popup__inner:before {
    bottom:-26px;
    right:0;
    border-color: rgba(136, 136, 136, 0);
    border-bottom-color: #aaa;
    border-width: 26px;
    margin-left: -26px;
  } */
}




/**
 * Reason
 */
.Reason {
  padding-bottom: 45px;
  padding-top: 80px;
}

.Reason .Reason__item {
  background-color: #ebf7fa;
  border-radius: 8px;
  margin-bottom: 45px;
  padding: 50px 24px 30px;
  position: relative;
}

.Reason .Reason__item:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
}

.Reason .Reason__item:nth-child(1):before {
  background-image: url(../images/reason1.svg);
  height: 83px;
  right: 30px;
  top: -40px;
  width: 68px;
}

.Reason .Reason__item:nth-child(2):before {
  background-image: url(../images/reason2.svg);
  height: 132px;
  right: 30px;
  top: -40px;
  width: 55px;
}

.Reason .Reason__item:nth-child(3):before {
  background-image: url(../images/reason3.svg);
  height: 104px;
  right: 35px;
  top: -30px;
  width: 52px;
}

.Reason .Reason__item:nth-child(4):before {
  background-image: url(../images/reason4.svg);
  height: 98px;
  right: 20px;
  top: -10px;
  width: 81px;
}

.Reason .Reason__text1 {
  color: #00b7e0;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.47826;
  margin-bottom: 15px;
}

.Reason .Reason__text1 .large {
  font-size: 23px;
}

.Reason .Reason__text2 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 8px;
}

.Reason .Reason__text3 {
  color: rgba(41, 49, 51, 0.6);
}

@media print, screen and (min-width: 1000px) {
  .Reason {
    padding-bottom: 130px;
    padding-top: 115px;
  }
  .Reason .Reason__list {
    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;
  }
  .Reason .Reason__item {
    border-radius: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48.5%;
    flex: 0 0 48.5%;
    margin-bottom: 45px;
    max-width: 48.5%;
    padding: 40px 55px 43px;
  }
  .Reason .Reason__item:nth-child(1):before {
    bottom: -10px;
    height: 107px;
    right: 40px;
    top: auto;
    width: 87px;
  }
  .Reason .Reason__item:nth-child(2):before {
    bottom: -10px;
    height: 173px;
    right: 30px;
    top: auto;
    width: 71px;
  }
  .Reason .Reason__item:nth-child(3):before {
    bottom: -10px;
    height: 177px;
    right: 50px;
    top: auto;
    width: 88px;
  }
  .Reason .Reason__item:nth-child(4):before {
    bottom: -10px;
    height: 135px;
    right: 20px;
    top: auto;
    width: 111px;
  }
  .Reason .Reason__text1 {
    font-size: 27px;
    letter-spacing: 0.15em;
    line-height: 1.3125;
    margin-bottom: 20px;
  }
  .Reason .Reason__text1 .large {
    font-size: 32px;
  }
  .Reason .Reason__text2 {
    font-size: 20px;
    line-height: 1.55;
  }
  .Reason .Reason__text3 {
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 2.06667;
    width: 384px;
  }
}

/**
 * Solution
 */
.Solution {
  background-color: #00add4;
  background-image: url(../images/bg_cloud.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 28.56vw;
  color: #fff;
  padding-bottom: 52px;
  padding-top: 28.56vw;
}

.Solution .Solution__title {
  margin-bottom: 22px;
  padding-left: 5px;
  padding-right: 5px;
}

.Solution .Solution__titleText1 {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.71429;
  margin-bottom: 8px;
}

.Solution .Solution__titleEn {
  color: #ffe921;
  font-family: 'Inter', sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1;
}

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

.Solution .Solution__lead {
  padding-left: 5px;
  padding-right: 5px;
}

.Solution .Solution__lead .en {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
}

.Solution .Solution__title2 {
  font-size: 21px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 50px;
  padding-left: 60px;
  position: relative;
}

.Solution .Solution__title2 .yellow {
  color: #ffe921;
}

.Solution .Solution__title2 .large {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.Solution .Solution__title2 .narrow {
  letter-spacing: 0.04em;
}

.Solution .Solution__title2:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  left: 0;
  position: absolute;
  top: 8px;
}

.Solution .Solution__title2.-n01 {
  margin-bottom: 50px;
}

.Solution .Solution__title2.-n01:before {
  background-image: url(../images/solution_01.svg);
  height: 38px;
  width: 38px;
}

.Solution .Solution__title2.-n02:before {
  background-image: url(../images/solution_02.svg);
  height: 38px;
  width: 46px;
}

.Solution .Solution__title2.-n03:before {
  background-image: url(../images/solution_03.svg);
  height: 38px;
  width: 45px;
}

.Solution .Solution__itemText1 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  padding-left: 115px;
  position: relative;
}

.Solution .Solution__itemText1:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 96px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 96px;
}

.Solution .Solution__itemText1.-thumb1:before {
  background-image: url(../images/solution_thumb1.svg);
}

.Solution .Solution__itemText1.-thumb2:before {
  background-image: url(../images/solution_thumb2.svg);
}

.Solution .Solution__itemText2 {
  margin: 30px 0 50px;
  opacity: .8;
}

.Solution .Solution__itemText3 {
  font-size: 14px;
  height: 96px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 20px;
  padding-left: 115px;
  padding-top: 15px;
  position: relative;
}

.Solution .Solution__itemText3:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 96px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 96px;
}

.Solution .Solution__itemText3.-thumb3:before {
  background-image: url(../images/solution_thumb3.svg);
}

.Solution .Solution__itemText3.-thumb4 {
  padding-top: 2px;
}

.Solution .Solution__itemText3.-thumb4:before {
  background-image: url(../images/solution_thumb4.svg);
}

.Solution .Solution__itemText3.-thumb5:before {
  background-image: url(../images/solution_thumb5.svg);
}

.Solution .Solution__itemText3 .large {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 6px;
}

.Solution .Solution__iconList {
  margin: 0 5px;
}

.Solution .Solution__iconItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}

.Solution .Solution__iconFig {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 20px;
  text-align: center;
}

.Solution .Solution__iconFig.-icon1 img {
  height: 43.2px;
  width: 32.4px;
}

.Solution .Solution__iconFig.-icon2 img {
  height: 33px;
  width: 36px;
}

.Solution .Solution__iconFig.-icon3 img {
  height: 37px;
  width: 37px;
}

.Solution .Solution__iconFig.-icon4 img {
  height: 40px;
  width: 40px;
}

.Solution .Solution__iconFig.-icon5 img {
  height: 34px;
  width: 28px;
}

.Solution .Solution__iconText {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
}

.Solution .Solution__orange {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 65px 0 20px;
}

.Solution .Solution__orangeText {
  background-color: #faa51e;
  display: inline;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  line-height: 2.3;
  padding: 5px 10px;
}

.Solution .Solution__orangeText.-forPc {
  padding: 0;
}

@media print, screen and (min-width: 1000px) {
  .Solution {
    padding-bottom: 110px;
  }
  .Solution .Solution__inner {
    margin-top: -6vw;
    position: relative;
  }
  .Solution .Solution__title {
    margin-bottom: 45px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .Solution .Solution__titleText1 {
    font-size: 28px;
  }
  .Solution .Solution__titleEn {
    bottom: -5px;
    font-size: 78px;
    letter-spacing: 0.01em;
    margin-right: 35px;
    position: relative;
  }
  .Solution .Solution__titleText3 {
    font-size: 46px;
  }
  .Solution .Solution__lead {
    font-size: 22px;
    letter-spacing: 0.08em;
    line-height: 1.81818;
    padding-left: 0px;
    padding-right: 0px;
  }
  .Solution .Solution__title2 {
    font-size: 33px;
    letter-spacing: 0.15em;
    margin-bottom: 50px;
    margin-top: 80px;
    padding-left: 80px;
  }
  .Solution .Solution__title2 .large {
    font-size: 39px;
  }
  .Solution .Solution__title2 .narrow {
    letter-spacing: 0.1em;
  }
  .Solution .Solution__title2:before {
    top: 4px;
  }
  .Solution .Solution__title2.-n01 {
    margin-bottom: 40px;
  }
  .Solution .Solution__title2.-n01:before {
    height: 46px;
    width: 46px;
  }
  .Solution .Solution__title2.-n02:before {
    height: 46px;
    width: 55px;
  }
  .Solution .Solution__title2.-n03:before {
    height: 46px;
    width: 55px;
  }
  .Solution .Solution__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .Solution .Solution__list.-two .Solution__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 48%;
  }
  .Solution .Solution__list.-three .Solution__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .Solution .Solution__itemInner {
    position: relative;
  }
  .Solution .Solution__itemInner:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    height: 138px;
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 138px;
  }
  .Solution .Solution__itemInner.-thumb1 {
    padding-left: 180px;
  }
  .Solution .Solution__itemInner.-thumb1:before {
    background-image: url(../images/solution_thumb1.svg);
  }
  .Solution .Solution__itemInner.-thumb2 {
    padding-left: 180px;
  }
  .Solution .Solution__itemInner.-thumb2:before {
    background-image: url(../images/solution_thumb2.svg);
  }
  .Solution .Solution__itemText1 {
    font-size: 22px;
    line-height: 1.37591;
    padding-left: 0px;
  }
  .Solution .Solution__itemText1:before {
    display: none;
  }
  .Solution .Solution__itemText2 {
    font-size: 16px;
    line-height: 1.75;
    margin: 15px 0 10px;
    opacity: .8;
  }
  .Solution .Solution__itemText3 {
    font-size: 17px;
    height: 138px;
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 160px;
    padding-top: 32px;
  }
  .Solution .Solution__itemText3:before {
    height: 138px;
    width: 138px;
  }
  .Solution .Solution__itemText3.-thumb4 {
    line-height: 1.65;
    padding-top: 20px;
  }
  .Solution .Solution__itemText3 .large {
    display: inline-block;
    font-size: 18px;
    margin-bottom: 6px;
  }
  .Solution .Solution__iconList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0px;
  }
  .Solution .Solution__iconItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    margin-bottom: 0px;
    max-width: 20%;
  }
  .Solution .Solution__iconFig.-icon1 img {
    height: 54px;
    width: 40.5px;
  }
  .Solution .Solution__iconFig.-icon2 img {
    height: 41px;
    width: 45px;
  }
  .Solution .Solution__iconFig.-icon3 img {
    height: 45px;
    width: 45px;
  }
  .Solution .Solution__iconFig.-icon4 img {
    height: 49px;
    width: 49px;
  }
  .Solution .Solution__iconFig.-icon5 img {
    height: 42px;
    width: 35px;
  }
  .Solution .Solution__iconText {
    font-size: 16px;
    line-height: 1.625;
  }
  .Solution .Solution__orange {
    font-size: 36px;
    margin: 120px 0 40px;
  }
  .Solution .Solution__orangeText {
    letter-spacing: 0.1em;
    padding: 5px 0px;
  }
  .Solution .Solution__orangeText.-first {
    border-radius: 4px;
    padding: 8px 35px;
  }
  .Solution .Solution__orangeText.-forPc {
    border-radius: 4px;
    padding: 8px 35px;
  }
}


/* Contactbox */

.box_wrap{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.box_btn{
  /* position: absolute;
  right: 30px;
  bottom: 20px; */
}

.box_btn a{
  border-radius: 25px;
  color: #fff;
  display: block;
  padding: 12px 25px;
  position: relative;
  text-align: center;
  width: 250px;
  margin: 0 auto;
  font-size: 135%;
  -webkit-transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
  transition: 0.3s cubic-bezier(0.61, 1, 0.88, 1);
}

.box_btn a:before{
  background-image: url(../images/icon_contact.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 30px;
  width: 30px;
  left: 20px;
  position: absolute;
  top: 15px;
}

.Cv__btn{
  margin: 0 1%;
}

.service_contactline{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 630px;
}

@media print, screen and (max-width: 999px) {
  .service_contactline{
  display: block;
  width: 100%;
  }

  .Cv .Cv__btn {
    margin: 0 0 8% 0;
    width: 100%;
  }
}


.contact_box img{
  height: 150px;
}

.contact_box {
  width: calc((99.9999% - 40px)/2);
  border-radius: 12px;
}

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

.contact_box p{
  color: #333;
  font-size: 155%;
  text-align: center;
  margin-bottom: 4.5%;
  line-height: 1.3em;
}

.contact_box .text_inn{
  padding: 10px;
  width: calc(100% - 73px);
}

.contact_box {
  background: #fff;
  padding: 20px 50px;
  position: relative;
}

.contact_box .btn_wrap {
  position: absolute;
  right: 30px;
  bottom: 20px;
}

@media print, screen and (max-width: 999px) {
  .box_wrap{
    display: block;
  }
  .contact_box{
    width: 100%;
    padding: 10px 30px;
    margin: 1% 0;
  }

  .contact_box .img{
    width: 100px;
  }

  .contact_box img{
    height: 84px;
    width: auto;
  }

  .contact_box p {
    font-size: 93%;
  }

  .box_btn a {
    width: 190px;
    padding: 5px 10px;
    font-size: 100%;
  }

  .box_btn a:before {
    height: 20px;
    width: 20px;
    top: 7px;
  }
  .contact_box .size_control{
    margin: 0 25%;
  }
}



/**
 * SolutionFig
 */
.SolutionFig {
  background-color: #fff;
  border: 1px solid #105dc7;
  border-radius: 8px;
  color: #293133;
  padding: 35px 24px;
}

.SolutionFig .SolutionFig__wrap1 {
  margin-bottom: 35px;
}

.SolutionFig .SolutionFig__wrap1Left {
  margin: 0 auto 20px;
  width: 92%;
}

.SolutionFig .SolutionFig__text1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 5px;
}

.SolutionFig .SolutionFig__text2 {
  color: rgba(41, 49, 51, 0.6);
}

.SolutionFig .SolutionFig__wrap2 {
  margin-bottom: 15px;
}

.SolutionFig .SolutionFig__text3 {
  color: #105dc7;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.33333;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

.SolutionFig .SolutionFig__text3:before {
  background-color: #105dc7;
  border-radius: 3px;
  content: '';
  height: 42px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
}

.SolutionFig .SolutionFig__wrap2Right img {
  height: 56px;
  width: 265px;
}

.SolutionFig .SolutionFig__listItem {
  font-size: 15px;
  margin-bottom: 6px;
  padding-left: 20px;
  position: relative;
}

.SolutionFig .SolutionFig__listItem:before {
  background-color: #00b7e0;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

@media print, screen and (min-width: 1000px) {
  .SolutionFig {
    border: 2px solid #105dc7;
    border-radius: 12px;
    padding: 65px 100px;
  }
  .SolutionFig .SolutionFig__wrap1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .SolutionFig .SolutionFig__wrap1Left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 272px;
    flex: 0 0 272px;
    margin: 0;
    width: 372px;
  }
  .SolutionFig .SolutionFig__wrap1Left img {
    height: 137px;
    width: 372px;
  }
  .SolutionFig .SolutionFig__wrap1Right {
    margin-left: 50px;
  }
  .SolutionFig .SolutionFig__text1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .SolutionFig .SolutionFig__text2 {
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .SolutionFig .SolutionFig__wrap2 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
  .SolutionFig .SolutionFig__text3 {
    font-size: 26px;
    margin-bottom: 28px;
    padding-left: 30px;
  }
  .SolutionFig .SolutionFig__text3:before {
    height: 38px;
    width: 6px;
  }
  .SolutionFig .SolutionFig__wrap2Right {
    margin-left: 80px;
  }
  .SolutionFig .SolutionFig__wrap2Right img {
    height: 96.8px;
    width: 408.1px;
  }
  .SolutionFig .SolutionFig__list {
    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-right: -100px;
  }
  .SolutionFig .SolutionFig__listItem {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    font-size: 18px;
    margin-bottom: 13px;
    max-width: 25%;
    padding-left: 25px;
  }
  .SolutionFig .SolutionFig__listItem:before {
    height: 12px;
    width: 12px;
  }
}

/**
 * Title1
 */
.Title1 {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-bottom: 38px;
}

.Title1 .border {
  border-bottom: 3px solid #00b7e0;
  display: inline-block;
  margin-bottom: 8px;
}

.Title1 .blue {
  color: #00b7e0;
}

.Title1 .en {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.Title1.-white {
  color: #fff;
}

.Title1.-white .border {
  border-bottom: 3px solid #fff;
}

@media print, screen and (min-width: 1000px) {
  .Title1 {
    font-size: 38px;
  }
  .Title1 .border {
    border-bottom: 5px solid #00b7e0;
    display: inline-block;
    margin-bottom: 8px;
    padding-bottom: 10px;
  }
  .Title1 .borderForPc {
    border-bottom: 5px solid #00b7e0;
    padding-bottom: 8px;
    padding-bottom: 15px;
  }
  .Title1 .borderForPc .border {
    border-bottom: none;
  }
  .Title1.-white .border {
    border-bottom: 5px solid #fff;
  }
}

/**
 * ToTop
 */
@media print, screen and (min-width: 1000px) {
  .ToTop {
    bottom: 95px;
    opacity: 0;
    position: fixed;
    right: 15px;
    -webkit-transition: 200ms;
    transition: 200ms;
    z-index: 100;
  }
  .ToTop.-scrolled {
    opacity: 1;
  }
  .ToTop .ToTop__toTopLink {
    height: 48px;
    width: 48px;
  }
  .ToTop .ToTop__toTopLink img {
    height: 48px;
    width: 48px;
  }
}



/*///////////////////////20230706ここから追加CSS開始////////////////////////////////////////////////////////////////////////////////////////////////////*/


/*20230706トップページ修正用CSS追加ここから*/

.Conpany .Conpany__list {
  justify-content: center;
}


.new_logo_sbi img {
  margin-top: 40px;
}

.new_solution_sub {
  opacity: .7;
  margin-top: 30px;
}

.new_Solution__list_ttl {
  font-size: 22px;
}

.new_Solution__list_txt {
  font-size: 16px;
  opacity: .7;
  line-height: 1.75;
  margin-top: 15px;
}

.new_Solution__list li {
  position: relative;
  padding-left: 160px;
}

.new_Solution_thumb1:before {
  content:"";
  position: absolute;
  background: url(../images/solution_thumb6.png) no-repeat;
  background-size: 138px;
  width: 138px;
  height: 138px;
  left: 0;
  top: 0;
}

.new_Solution_thumb2:before {
  content:"";
  position: absolute;
  background: url(../images/solution_thumb7.png) no-repeat;
  background-size: 138px;
  width: 138px;
  height: 138px;
  left: 0;
  top: 0;
}

.new_Solution_thumb3:before {
  content:"";
  position: absolute;
  background: url(../images/solution_thumb8.png) no-repeat;
  background-size: 138px;
  width: 138px;
  height: 138px;
  left: 0;
  top: 0;
}

.new_Solution_mb100 {
  margin-bottom: 100px !important;
}

.new_Solution_sv_box {
  display: flex;
  justify-content: space-between;
}

.new_Solution_sv_box_inner {
  width: 31%;
  border-radius: 10px;
  background: #ebf7fa;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
}

.new_Solution_sv_box_inner:before {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 12px;
  left: -6px;
  position: absolute;
  top: 115px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}
.new_Solution_sv_box_inner:after {
  background-color: #fff;
  border-radius: 50%;
  content: '';
  height: 12px;
  right: -6px;
  position: absolute;
  top: 115px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
}

.new_Solution_sv_sub {
  font-weight: bolder;
  font-size: 18px;
  margin-bottom: 0px;
}

.new_Solution_sv_ttl {
  color: #00b7e0;
  font-weight: bolder;
  font-size: 22px;
  margin-bottom: 40px;
}

.new_SolutionFig__list li {
  font-size: 18px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 20px;
  padding-left: 20px;
}

.new_SolutionFig__list li:before {
  background-color: #00b7e0;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  top: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
}

@media screen and (max-width:999px) {

  .new_Solution__list_ttl {
    font-size: 20px;
  }
  

  .new_Solution__list_txt {
    font-size: 14px;
    opacity: .8;
    line-height: 1.75;
    margin-top:5px;
  }

  .new_Solution__list li {
    position: relative;
    padding-left: 115px;
  }
  
  .new_Solution_thumb1:before {
    content:"";
    position: absolute;
    background: url(../images/solution_thumb6.svg) no-repeat;
    background-size: 96px;
    width: 96x;
    height: 96px;
    left: 0;
    top: 0;
  }
  
  .new_Solution_thumb2:before {
    content:"";
    position: absolute;
    background: url(../images/solution_thumb7.svg) no-repeat;
    background-size: 96px;
    width: 96px;
    height: 96px;
    left: 0;
    top: 0;
  }
  
  .new_Solution_thumb3:before {
    content:"";
    position: absolute;
    background: url(../images/solution_thumb8.svg) no-repeat;
    background-size: 96px;
    width: 96px;
    height: 96px;
    left: 0;
    top: 0;
  }

  .new_Solution_mb100 {
    margin-bottom: 30px !important;
  }


  .new_Solution_sv_box {
    display: block;
  }
  
  .new_Solution_sv_box_inner {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .new_Solution_sv_box_inner:before {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 12px;
    left: -6px;
    position: absolute;
    top: 90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
  }
  .new_Solution_sv_box_inner:after {
    background-color: #fff;
    border-radius: 50%;
    content: '';
    height: 12px;
    right: -6px;
    position: absolute;
    top: 90px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 12px;
  }
  
  .new_Solution_sv_sub {
    font-size: 15px;
  }
  
  .new_Solution_sv_ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .new_SolutionFig__list li {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  
  .new_SolutionFig__list li:before {
    background-color: #00b7e0;
    border-radius: 50%;
    content: '';
    height: 10px;
    left: 0;
    position: absolute;
    top: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
  }
  

}

@media screen and (max-width:740px) {
  .new_logo_sbi img {
    margin-top: 0px;
  }
}

/*20230706トップページ修正用CSS追加ここまで*/






/*20230706サービストップページ追加用CSS追加ここから*/

/*services_top_MV*/

.services_top_MV {
  padding-top: 100px;
  position: relative;
}

.services_top_MV_inner {
  display: flex;
  justify-content: space-between;
}

.services_top_MV_top_R {
  width: 55%;
  background: #92e5f8;
  border-radius: 50px 0px 0px 50px;
  box-sizing: border-box;
  padding: 30px 60px;
}

.services_top_MV_top_R .services_top_MV_top_R_img {
  max-width: 760px;
}

.services_top_MV_top_R .services_top_MV_top_R_img img {
  width: 100%;
}


.services_top_MV_top_L {
  width: 43%;
  padding-left: 2%;
}

.services_top_MV_top_L_inner {
  display: flex;
  justify-content: flex-end;
}

.services-top-logo {
  position: relative;
  max-width:666px;
  margin-top: 50px;
  margin-right: -100px;
  z-index: 1;
}

.services-top-logo span {
  display: block;
  font-size: 32px;
  color: #51b7e0;
}

.services-top-logo img {
  width: 100%;
}


.services_top_MV_bottom {
  background: #4cadd3;
  box-sizing: border-box;
  padding: 30px;
  margin-top: -19%;
}

.services_top_MV_btns {
  max-width: 1400px;
  margin: 0 auto;
}

.services_top_MV_btns ul li {
  margin-bottom: 20px;
  width: 40%;
  /*max-width: 560px;*/
}

.services_top_MV_btns ul li img {
  width: 100%;
}

.services_top_MV_btns ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width:1800px) {
  .services_top_MV_bottom {
    margin-top: -20%;
  }
}

@media screen and (max-width:1500px) {
  .services_top_MV_bottom {
    margin-top: -20%;
  }
}

@media screen and (max-width:1200px) {
  .services_top_MV_bottom {
    margin-top: -17%;
  }
}

@media screen and (max-width:999px) {
  .services_top_MV {
    padding-top: 76px;
  }
  
  .services_top_MV_inner {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  
  .services_top_MV_top_R {
    width: 97%;
    margin-left: 3%;
    background: #92e5f8;
    border-radius: 30px 0px 0px 30px;
    box-sizing: border-box;
    padding: 15px 30px;
  }
  

  .services_top_MV_top_L {
    width: 70%;
    padding-left: 3%;
  }
  
  .services_top_MV_top_L_inner {
    display: flex;
    justify-content:flex-start;
  }
  
  .services-top-logo {
    position: relative;
    max-width:100%;
    margin-top: 20px;
    margin-right: 0px;
    z-index: 1;
  }
  
  .services-top-logo span {
    font-size: 26px;
  }
  
  
  .services_top_MV_bottom {
    padding: 20px;
    margin-top: 30px;
  }
  
  .services_top_MV_btns {
    max-width: 600px;
    margin: 0 auto;
  }
  
  .services_top_MV_btns ul li {
    margin-bottom: 10px;
    width: 100%;
  }

  .services_top_MV_btns ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width:740px) {

  .services_top_MV_top_L {
    width: 95%;
    padding-left: 3%;
  }

  .services-top-logo span {
    font-size: 16px;
  }
}

/*//services_top_MV*/





/*services_top_cont*/

.services_top_cont {
  padding: 100px 20px 0px 20px;
}

.services_top_cont_inner {
  max-width: 1400px;
  margin: 0 auto;
}

.services_top_cont_ttl {
  margin-bottom: 30px;
}

.services_top_cont01 .services_top_cont_ttl {
  max-width: 430px;
}

.services_top_cont02 .services_top_cont_ttl {
  max-width: 325px;
}

.services_top_cont03 .services_top_cont_ttl {
  max-width: 330px;
}

.services_top_cont_list {
  max-width: 1200px;
  margin: 0 auto;
}

.services_top_cont_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services_top_cont_list ul::after{
  content:"";
  display: block;
  width:30%;
}

.services_top_cont_list li {
  background: #105dc7;
  box-sizing: border-box;
  padding: 25px 10px 10px 10px;
  border-radius: 20px;
  width: 31%;
  box-shadow: 5px 8px 0px 0px #cad8ea;
  margin-bottom: 100px;
}

.services_top_cont_list li.services_top_cont_line_two {
  padding-top: 15px;
}

.services_top_cont_sub {
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.services_top_cont_list li.services_top_cont_line_two .services_top_cont_sub  {
  margin-bottom: 15px;
}

.services_top_cont_list_inner {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
}

.services_top_cont_list_logo {
  max-width: 352px;
  margin: 0 auto;
}

.services_top_cont_list_logo img {
  width: 100%;
}

.services_top_cont_sub02 {
  color: #105dc7;
  font-size: 18px;
  margin-bottom: 20px;
}

.services_top_cont_bg_blue {
  background: #ebf7fa;
}

.services_top_cont_list_txt {
  font-size: 15px;
  color: #000;
}

.services_top_cont_list a:hover {
  opacity: 1;
}


@media screen and (max-width:999px) {
  .services_top_cont_list li {
    width: 32%;
  }
}

@media screen and (max-width:740px) {
  .services_top_cont {
    padding: 50px 20px;
  }
  
  .services_top_cont_ttl {
    margin-bottom: 20px;
  }
  
  .services_top_cont01 .services_top_cont_ttl {
    max-width: 258px;
  }
  
  .services_top_cont02 .services_top_cont_ttl {
    max-width: 195px;
  }
  
  .services_top_cont03 .services_top_cont_ttl {
    max-width: 198px;
  }
  

  
  .services_top_cont_list ul {
    display: block;
  }
  
  .services_top_cont_list li {
    padding: 20px 10px 10px 10px;
    border-radius: 20px;
    width: 100%;
    box-shadow: 5px 8px 0px 0px #cad8ea;
    margin-bottom: 20px;
  }
  
  .services_top_cont_sub {
    margin-bottom: 20px;
    font-size: 18px;
  }
  
  .services_top_cont_list_inner {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
  }
  
  .services_top_cont_list_logo {
    max-width: 250px;
    margin: 0 auto;
  }
  
  .services_top_cont_list_logo img {
    width: 100%;
  }
  
  .services_top_cont_sub02 {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .services_top_cont_list li.services_top_cont_line_two {
    padding-top: 20px;
  }

  .services_top_cont_list li.services_top_cont_line_two .services_top_cont_sub  {
    margin-bottom: 20px;
  }

  .services_top_cont_list_txt {
    font-size: 14px;
  }
}


/*20230706サービストップページ追加用CSS追加ここまで*/


/*///////////////////////20230706ここまで追加CSS////////////////////////////////////////////////////////////////////////////////////////////////////*/