@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: #293033 !important;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.73;
}

a {
  color: #148df0;
}

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

em, i {
  font-style: normal;
}

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

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

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

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

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

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

@media print, screen and (min-width: 741px) {
  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%;
}

textarea:focus {
  /*border: 1px solid #0d0d0d;
		background-color: #fff;*/
}

@media print, screen and (min-width: 741px) {
  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: 740px) {
  img {
    height: auto;
    width: 100%;
  }
  .pc {
    display: none;
  }
}

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

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

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

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

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

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

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

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

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

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

/* blocks */
/**
 * Btn1
 */
.Btn1 {
  margin: 0 auto;
  width: 279px;
}

.Btn1 .Btn1__link {
  border-bottom: 2px solid #0092d7;
  color: #0092d7;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.09em;
  line-height: 1.4;
  padding-bottom: 18px;
  padding-top: 18px;
  position: relative;
}

.Btn1 .Btn1__link:after {
  background-image: url(../images/top2/icon_arrow1.svg);
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
}

@media print, screen and (min-width: 741px) {
  .Btn1 {
    margin: 0 0 0 auto;
    width: 260px;
  }
  .Btn1 .Btn1__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Btn1 .Btn1__link:hover {
    opacity: .7;
    text-decoration: none;
  }
}

/**
 * Btn2
 */
.Btn2 .Btn2__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #0092d7;
  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: 700;
  height: 76px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  letter-spacing: 0.09em;
  line-height: 1.31;
  position: relative;
}

.Btn2 .Btn2__link:after {
  background-image: url(../images/top2/icon_arrow1.svg);
  content: '';
  display: block;
  height: 10px;
  position: absolute;
  right: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48px;
}

.Btn2 .Btn2__text {
  padding-right: 10px;
  position: relative;
}

.Btn2 .Btn2__text:after {
  background-image: url(../images/top2/icon_contact.svg);
  content: '';
  display: block;
  height: 36px;
  left: -60px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 36px;
}

@media print, screen and (min-width: 741px) {
  .Btn2 .Btn2__link {
    border-radius: 8px;
    font-size: 22px;
    height: 93px;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 434px;
  }
  .Btn2 .Btn2__link:after {
    right: 42px;
  }
  .Btn2 .Btn2__link:hover {
    opacity: .7;
    text-decoration: none;
  }
  .Btn2 .Btn2__text {
    padding-right: 40px;
  }
  .Btn2 .Btn2__text:after {
    height: 44px;
    left: -80px;
    width: 44px;
  }
}

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

.Case .Case__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-bottom: 10px;
  margin-top: 45px;
}

.Case .Case__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47%;
  flex: 0 0 47%;
  margin-bottom: 30px;
}

.Case .Case__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.Case .Case__logo.-logo1 img {
  height: 35px;
  width: 86px;
}

.Case .Case__logo.-logo2 img {
  height: 28px;
  width: 88px;
}

.Case .Case__logo.-logo3 img {
  height: 20px;
  width: 103px;
}

.Case .Case__logo.-logo4 img {
  height: 32px;
  width: 80px;
}

.Case .Case__name1 {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.08em;
  line-height: 1.307;
  margin-bottom: 5px;
  text-align: center;
}

.Case .Case__name2 {
  color: #777d80;
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.307;
  text-align: center;
}

@media print, screen and (min-width: 741px) {
  .Case {
    padding-bottom: 125px;
    padding-top: 120px;
  }
  .Case .Case__list {
    margin-bottom: 10px;
    margin-top: 65px;
  }
  .Case .Case__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(calc(100% - 96px) / 4);
    flex: 0 0 calc(calc(100% - 96px) / 4);
    max-width: 278px;
  }
  .Case .Case__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Case .Case__link:hover {
    opacity: .7;
    text-decoration: none;
  }
  .Case .Case__logo {
    height: 72px;
  }
  .Case .Case__logo.-logo1 img {
    height: 59px;
    width: 145.5px;
  }
  .Case .Case__logo.-logo2 img {
    height: 47.5px;
    width: 149px;
  }
  .Case .Case__logo.-logo3 img {
    height: 32.5px;
    width: 174.5px;
  }
  .Case .Case__logo.-logo4 img {
    height: 54px;
    width: 135px;
  }
  .Case .Case__name1 {
    font-size: 18px;
    letter-spacing: 0.06em;
    margin-top: 5px;
  }
  .Case .Case__name2 {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}

/**
 * Contact
 */
.Contact {
  background-color: #54d3f0;
  background-image: url(../images/top2/contact_sp.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 98vw;
  padding-top: 90px;
}

.Contact .Contact__fig {
  margin-left: -24px;
  margin-right: -24px;
}

@media print, screen and (min-width: 741px) {
  .Contact {
    background-image: url(../images/top2/contact_pc.jpg);
    background-position: center;
    background-size: 1920px 526px;
    height: 526px;
    margin-bottom: 100px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .Contact .Contact__inner {
    padding-top: 100px;
  }
  .Contact .Contact__fig {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: -75px;
    text-align: center;
  }
  .Contact .Contact__fig img {
    max-width: 1500px;
    width: 100%;
  }
}

@media print, screen and (min-width: 741px) and (max-width: 1299px) {
  .Contact .Contact__fig {
    margin-top: -3.5%;
  }
}

/**
 * Excellence
 */
.Excellence {
  background-color: #f5f5f5;
  padding-bottom: 50px;
  padding-top: 135px;
  position: relative;
}

.Excellence:after {
  background-image: url(../images/top2/excellence_img.svg);
  content: '';
  display: block;
  height: 180px;
  left: 50%;
  position: absolute;
  top: -100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 307px;
}

.Excellence .Excellence__item {
  margin-bottom: 40px;
}

.Excellence .Excellence__fig {
  margin-bottom: 15px;
}

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

.Excellence .Excellence__text {
  color: #777d80;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.785;
}

@media print, screen and (min-width: 741px) {
  .Excellence {
    padding-bottom: 105px;
    padding-top: 175px;
  }
  .Excellence:after {
    display: none;
  }
  .Excellence .Excellence__inner {
    position: relative;
  }
  .Excellence .Excellence__inner:after {
    background-image: url(../images/top2/excellence_img.svg);
    content: '';
    display: block;
    height: 236px;
    position: absolute;
    right: 25px;
    top: -120px;
    width: 402px;
  }
  .Excellence .Excellence__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-bottom: 10px;
    margin-top: 60px;
  }
  .Excellence .Excellence__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(calc(100% - 92px) / 2);
    flex: 0 0 calc(calc(100% - 92px) / 2);
    margin-bottom: 60px;
    max-width: 558px;
  }
  .Excellence .Excellence__fig {
    margin-bottom: 20px;
  }
  .Excellence .Excellence__title {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .Excellence .Excellence__text {
    color: #777d80;
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.785;
  }
}

/**
 * Layout
 */
.Layout {
  padding-left: 24px;
  padding-right: 24px;
  width: 100%;
}

@media print, screen and (min-width: 741px) {
  .Layout {
    padding-left: 0px;
    padding-right: 0px;
  }
  .Layout .Layout__inner {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 1268px;
    min-width: 1040px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

/**
 * LeadText
 */
.LeadText {
  color: #293033;
  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: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 65px;
}

.LeadText.-excellence {
  margin-bottom: 40px;
}

.LeadText.-recruit {
  margin-bottom: 20px;
}

.LeadText.-contact {
  margin-bottom: 40px;
}

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

@media print, screen and (min-width: 741px) {
  .LeadText {
    font-size: 18px;
    letter-spacing: 0.09em;
  }
  .LeadText.-excellence {
    margin-bottom: 40px;
  }
  .LeadText.-recruit {
    margin-bottom: 20px;
  }
  .LeadText.-contact {
    font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.07em;
    letter-spacing: 0.15em;
    line-height: 2;
    margin-bottom: 25px;
  }
  .LeadText.-white {
    color: #fff;
  }
}

/**
 * Mission
 */
.Mission {
  padding-bottom: 100px;
  padding-top: 90px;
}

.Mission .Mission__contents {
  padding-left: 24px;
  padding-right: 24px;
}

.Mission .Mission__box.-it .Mission__boxImg {
  margin-bottom: 13px;
  width: 60px;
}

.Mission .Mission__box.-cross .Mission__boxImg {
  margin: 0 auto 30px;
  width: 65px;
}

.Mission .Mission__box.-human .Mission__boxImg {
  margin-bottom: 13px;
  width: 254px;
}

.Mission .Mission__box.-human .Mission__title {
  letter-spacing: 0.04em;
}

.Mission .Mission__title {
  color: #000000;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.09em;
  margin-bottom: 17px;
}

.Mission .Mission__exp {
  color: #777d80;
  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: 400;
  letter-spacing: 0.1em;
  line-height: 1.785;
  margin-bottom: 20px;
}

@media print, screen and (min-width: 741px) {
  .Mission {
    padding-bottom: 95px;
    padding-top: 90px;
  }
  .Mission .Mission__inner {
    margin: 0 auto;
    max-width: 1016px;
  }
  .Mission .Mission__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 35px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .Mission .Mission__box.-it {
    max-width: 386px;
  }
  .Mission .Mission__box.-it .Mission__boxImg {
    margin-bottom: 10px;
    width: 87px;
  }
  .Mission .Mission__box.-cross .Mission__boxImg {
    margin: 110px auto 0px;
    width: 111px;
  }
  .Mission .Mission__box.-human {
    max-width: 386px;
  }
  .Mission .Mission__box.-human .Mission__boxImg {
    margin-bottom: 10px;
    width: 383px;
  }
  .Mission .Mission__box.-human .Mission__title {
    letter-spacing: 0.04em;
  }
  .Mission .Mission__title {
    font-size: 37px;
  }
  .Mission .Mission__exp {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0px;
  }
}

/**
 * MissionDeco
 */
.MissionDeco {
  background-color: #54d3f0;
  padding-bottom: 65px;
  padding-top: 55px;
}

.MissionDeco .MissionDeco__text {
  color: #fff;
  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: 21px;
  font-weight: 700;
  letter-spacing: 0.07em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-bottom: 32px;
}

.MissionDeco .MissionDeco__img {
  width: 102%;
}

@media print, screen and (min-width: 741px) {
  .MissionDeco {
    background-color: #fff;
    background-image: url(../images/top2/missiondeco_bg.png);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 1px 370px;
    min-height: 370px;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .MissionDeco .MissionDeco__contents {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 370px;
  }
  .MissionDeco .MissionDeco__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 520px;
    flex: 0 0 520px;
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1.769;
    margin-bottom: 0px;
    max-width: 520px;
  }
  .MissionDeco .MissionDeco__img {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 675px;
    width: 100%;
  }
}

/**
 * Mv
 */
.Mv .Mv__logo {
  margin-bottom: 32px;
  margin-top: 15px;
}

.Mv .Mv__title {
  margin: 0 auto 20px;
  width: 87%;
}

.Mv .Mv__lead {
  margin: 0 auto;
  width: 87%;
}

.Mv .Mv__img {
  margin: 65px auto 0;
  width: 96%;
}

@media print, screen and (min-width: 741px) {
  .Mv {
    width: 100%;
  }
  .Mv .Mv__inner {
    margin: 0 auto;
    max-width: 1500px;
  }
  .Mv .Mv__logo {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  .Mv .Mv__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1420px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .Mv .Mv__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.11%;
    flex: 0 0 41.11%;
    margin-top: 55px;
    max-width: 560px;
    position: relative;
  }
  .Mv .Mv__title {
    margin: 0 auto 35px;
    width: 100%;
  }
  .Mv .Mv__title img {
    width: 100%;
  }
  .Mv .Mv__lead {
    margin: 0;
    max-width: 425px;
    width: 100%;
  }
  .Mv .Mv__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55.88%;
    flex: 0 0 55.88%;
    margin: 0;
    max-width: 760px;
    width: 100%;
  }
  .Mv .Mv__img img {
    width: 100%;
  }
  .Mv .Mv__scroll {
    height: 330px;
    left: -5px;
    position: absolute;
    top: 270px;
    width: 16px;
  }
}

@media print, screen and (min-width: 741px) and (max-width: 1100px) {
  .Mv .Mv__scroll {
    left: -21px;
  }
}

@media print, screen and (min-width: 741px) {
  .Mv .Mv__scrollInner {
    position: relative;
  }
  .Mv .Mv__scrollText {
    -ms-writing-mode: tb-rl;
    color: #6cc0e7;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.2em;
    position: absolute;
    right: -12px;
    top: 0px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .Mv .Mv__scrollLine {
    background-color: #6cc0e7;
    display: block;
    height: 285px;
    margin: 0px auto 0px;
    overflow: hidden;
    position: relative;
    width: 1px;
  }
}

/**
 * NewsEvent
 */
.NewsEvent {
  background-color: #f0f8fa;
  padding-bottom: 95px;
  padding-top: 90px;
  position: relative;
}

.NewsEvent:after {
  background-image: url(../images/top2/news1.svg);
  content: '';
  display: block;
  height: 158px;
  position: absolute;
  right: 35px;
  top: -90px;
  width: 151px;
}

.NewsEvent .NewsEvent__box.-news {
  padding-bottom: 60px;
}

.NewsEvent .NewsEvent__title {
  border-bottom: 1px solid rgba(41, 48, 51, 0.1);
  color: #293033;
  padding-bottom: 25px;
}

.NewsEvent .NewsEvent__titleEn {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 5px;
  text-align: left;
}

.NewsEvent .NewsEvent__titleJp {
  display: block;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: left;
}

.NewsEvent .NewsEvent__contents {
  margin-bottom: 20px;
}

.NewsEvent .NewsEvent__contents .event-item {
  border-bottom: none !important;
  margin-bottom: 9px;
}

.NewsEvent .NewsEvent__contents .event-item dl {
  padding: 1.5% 0;
}

.NewsEvent .NewsEvent__contents .event-item dt {
  width: 100%;
}

.NewsEvent .NewsEvent__contents .event-item dt p {
  color: #777d80 !important;
  font-family: "Inter", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  line-height: 1 !important;
  margin-bottom: 7px;
}

.NewsEvent .NewsEvent__contents .event-item.end dt p::after{
  content: "　※本セミナーの申込みは終了しました";
  font-size: 90%;
}

.NewsEvent .NewsEvent__contents .event-item dd {
  color: #293033 !important;
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  letter-spacing: 0.1em !important;
  line-height: 1.5 !important;
  text-decoration: underline;
  width: 100%;
}

.NewsEvent .NewsEvent__contents .event-item.end dd {
  text-decoration: none;
}

.NewsEvent .NewsEvent__contents .event-item dd:hover {
  opacity: 0.5;
  filter: pick-up(opacity=50);
  -ms-filter: "pick-up(opacity=50)";
}
.NewsEvent .NewsEvent__contents .event-item.end dd:hover {
  opacity: 1;
  filter: pick-up(opacity=100);
  -ms-filter: "pick-up(opacity=100)";
}

@media print, screen and (min-width: 741px) {
  .NewsEvent {
    padding-bottom: 135px;
    padding-top: 120px;
  }
  .NewsEvent:after {
    display: none;
  }
  .NewsEvent .NewsEvent__inner {
    position: relative;
  }
  .NewsEvent .NewsEvent__inner:after {
    background-image: url(../images/top2/news1.svg);
    content: '';
    display: block;
    height: 237px;
    left: 30px;
    position: absolute;
    top: -315px;
    width: 227px;
  }
  .NewsEvent .NewsEvent__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .NewsEvent .NewsEvent__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(calc(100% - 92px) / 2);
    flex: 0 0 calc(calc(100% - 92px) / 2);
    max-width: 558px;
  }
  .NewsEvent .NewsEvent__box.-news {
    padding-bottom: 0px;
  }
  .NewsEvent .NewsEvent__titleEn {
    font-size: 42px;
  }
  .NewsEvent .NewsEvent__titleJp {
    font-size: 18px;
  }
  .NewsEvent .NewsEvent__contents .event-item {
    margin-bottom: 15px;
  }
  .NewsEvent .NewsEvent__contents .event-item a:hover {
    text-decoration: none;
  }
  .NewsEvent .NewsEvent__contents .event-item dt p {
    font-size: 14px !important;
    margin-bottom: 12px;
  }
  .NewsEvent .NewsEvent__contents .event-item dd {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }
}

/**
 * Recruit
 */
.Recruit {
  padding-bottom: 90px;
  padding-top: 85px;
}

.Recruit .Recruit__fig {
  margin-top: 45px;
}

@media print, screen and (min-width: 741px) {
  .Recruit {
    padding-bottom: 130px;
    padding-top: 120px;
  }
  .Recruit .Recruit__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1024px;
  }
  .Recruit .Recruit__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 35px;
    max-width: 465px;
  }
  .Recruit .Recruit__fig {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 524px;
    flex: 0 0 524px;
    margin-top: 10px;
    max-width: 524px;
  }
  .Recruit .Recruit__btn {
    margin: 0;
  }
}

/**
 * Service
 */
.Service {
  padding-bottom: 170px;
  padding-top: 40px;
}

.Service .Service__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-bottom: 10px;
  margin-top: 30px;
}

.Service .Service__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48%;
  flex: 0 0 48%;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 741px) {
  .Service {
    padding-bottom: 180px;
    padding-top: 45px;
  }
  .Service .Service__list {
    margin-bottom: 10px;
    margin-top: 0px;
  }
  .Service .Service__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(calc(100% - 84px) / 4);
    flex: 0 0 calc(calc(100% - 84px) / 4);
    margin-right: 28px;
  }
  .Service .Service__item:nth-child(4n) {
    margin-right: 0;
  }
  .Service .Service__link {
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Service .Service__link:hover {
    opacity: .7;
  }
}

/**
 * Solutions
 */
.Solutions {
  padding-top: 90px;
}

.Solutions .Solutions__list {
  margin-top: 80px;
}

.Solutions .Solutions__item {
  margin-bottom: 50px;
  position: relative;
}

.Solutions .Solutions__item:after {
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.Solutions .Solutions__item.-item1:after {
  background-image: url(../images/top2/solutions_thumb1.svg);
  height: 72px;
  top: -40px;
  width: 104px;
}

.Solutions .Solutions__item.-item2:after {
  background-image: url(../images/top2/solutions_thumb2.svg);
  height: 64px;
  top: -25px;
  width: 99px;
}

.Solutions .Solutions__item.-item3:after {
  background-image: url(../images/top2/solutions_thumb3.svg);
  height: 65px;
  top: -30px;
  width: 93px;
}

.Solutions .Solutions__item.-item4:after {
  background-image: url(../images/top2/solutions_thumb4.svg);
  height: 64px;
  top: -38px;
  width: 92px;
}

.Solutions .Solutions__item.-item5:after {
  background-image: url(../images/top2/solutions_thumb5.svg);
  height: 69px;
  top: -38px;
  width: 95px;
}

.Solutions .Solutions__item.-item6:after {
  background-image: url(../images/top2/solutions_thumb6.svg);
  height: 61px;
  top: -28px;
  width: 104px;
}

.Solutions .Solutions__link {
  background-color: #f0f8fa;
  border-radius: 12px;
  display: block;
  padding: 48px 20px 18px;
}

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

.Solutions .Solutions__exp {
  color: #666;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.75;
  text-align: center;
}

.Solutions .Solutions__cross {
  margin: 15px 0 17px;
}

.Solutions .Solutions__text1 {
  color: #0092d7;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 8px;
  text-align: center;
}

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

.Solutions .Solutions__category {
  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-bottom: 12px;
}

.Solutions .Solutions__categoryItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #0092d7;
  border-radius: 35px;
  color: #0092d7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49%;
  flex: 0 0 49%;
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.07em;
  line-height: 1;
  margin-bottom: 7px;
  text-align: center;
}

.Solutions .Solutions__more {
  text-align: center;
}

.Solutions .Solutions__moreText {
  border-bottom: 1px solid #0092d7;
  color: #0092d7;
  display: inline-block;
  font-family: 'Inter', sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  padding: 0 10px 7px;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media print, screen and (min-width: 741px) {
  .Solutions {
    padding-top: 165px;
  }
  .Solutions .Solutions__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 95px;
  }
}

@media print, screen and (min-width: 741px) and (max-width: 1267px) {
  .Solutions .Solutions__list {
    margin: 95px auto 0;
    width: 794px;
  }
}

@media print, screen and (min-width: 741px) {
  .Solutions .Solutions__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    margin-bottom: 80px;
    margin-right: 34px;
    max-width: 380px;
  }
  .Solutions .Solutions__item:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 741px) and (max-width: 1267px) {
  .Solutions .Solutions__item:nth-child(3n) {
    margin-right: 34px;
  }
  .Solutions .Solutions__item:nth-child(2n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 741px) {
  .Solutions .Solutions__item.-item1:after {
    height: 88px;
    top: -48px;
    width: 127px;
  }
  .Solutions .Solutions__item.-item2:after {
    height: 80px;
    top: -35px;
    width: 121px;
  }
  .Solutions .Solutions__item.-item3:after {
    height: 79px;
    top: -33px;
    width: 114px;
  }
  .Solutions .Solutions__item.-item4:after {
    height: 78px;
    top: -42px;
    width: 112px;
  }
  .Solutions .Solutions__item.-item5:after {
    height: 84px;
    top: -42px;
    width: 115px;
  }
  .Solutions .Solutions__item.-item6:after {
    height: 74px;
    top: -31px;
    width: 127px;
  }
  .Solutions .Solutions__link {
    padding: 58px 25px 22px;
    -webkit-transition: 200ms;
    transition: 200ms;
  }
  .Solutions .Solutions__link:hover {
    opacity: .7;
    text-decoration: none;
  }
  .Solutions .Solutions__box1 {
    height: 161px;
  }
  .Solutions .Solutions__title {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .Solutions .Solutions__exp {
    font-size: 14px;
    line-height: 1.714;
  }
  .Solutions .Solutions__cross {
    margin: 15px 0 17px;
  }
  .Solutions .Solutions__text1 {
    font-size: 12px;
  }
  .Solutions .Solutions__text2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .Solutions .Solutions__category {
    margin-bottom: 15px;
  }
  .Solutions .Solutions__categoryItem {
    font-size: 14px;
    height: 42px;
  }
  .Solutions .Solutions__moreText {
    font-size: 10px;
    padding: 0 8px 6px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/**
 * Title1
 */
.Title1 {
  color: #293033;
  margin-bottom: 17px;
  text-align: left;
}

.Title1.-small .Title1__en {
  font-size: 42px;
}

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

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

.Title1 .Title1__en {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
  margin-bottom: 8px;
}

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

@media print, screen and (min-width: 741px) {
  .Title1 {
    margin-bottom: 36px;
  }
  .Title1.-small {
    margin-bottom: 30px;
  }
  .Title1.-small .Title1__en {
    font-size: 56px;
  }
  .Title1.-small .Title1__jp {
    font-size: 20px;
  }
  .Title1.-contact {
    margin-bottom: 20px;
  }
  .Title1 .Title1__en {
    font-family: 'Inter', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin-bottom: 12px;
  }
  .Title1 .Title1__jp {
    font-size: 22px;
  }
}
