@charset "UTF-8";
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;700&display=swap");
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: 'Roboto Condensed', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ,'游ゴシック Medium', 'MS PGothic', arial, helvetica, sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
  padding: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  text-decoration: none;
}

/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  margin: 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

h4 {
  margin: 0;
}

h5 {
  margin: 0;
}

h6 {
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q::before,
q::after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*============================
//_mixin.scss
============================ */
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxContent {
  margin-top: 20px;
  background: #000;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
}

#cboxTitle {
  position: absolute;
  top: -20px;
  left: 0;
  color: #ccc;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(../images/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxClose {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  background: url(../images/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: bottom center;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 30px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  opacity: .75;
  color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -20px;
}

[dir='rtl'] .slick-prev {
  right: -20px;
  left: auto;
}

.slick-prev:before {
  content: '＜';
}

[dir='rtl'] .slick-prev:before {
  content: '＞';
}

.slick-next {
  right: -20px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -20px;
}

.slick-next:before {
  content: '＞';
}

[dir='rtl'] .slick-next:before {
  content: '＜';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}

.seminer-bnr {
  display: none;
}

.bnr__image {
  position: absolute;
  z-index: 1;
  bottom: -60px;
  margin: 0 20px;
}
.bnr__image img {
  width: 100%;
}

.case {
  position: relative;
  width: 100vw;
  padding-top: 40px;
  overflow: hidden;
}
.case::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 122.67vw;
  background: #4d4d4d;
}
.case__box {
  position: relative;
}
.case__title {
  height: 108.54vw;
  width: 100%;
  position: relative;
  background-size: cover;
}
.case__title::after {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
}
.case__title--01 {
  background: url("../../images/img_01.webp") no-repeat center;
  background-size: cover;
}
.case__title--02 {
  background: url("../../images/img_02.webp") no-repeat center;
  background-size: cover;
}
.case__title--03 {
  background: url("../../images/img_03.webp") no-repeat center;
  background-size: cover;
}
.case__title--04 {
  background: url("../../images/img_04.webp") no-repeat center;
  background-size: cover;
}
.case__title--05 {
  background: url("../../images/img_05.webp") no-repeat center;
  background-size: cover;
}
.case__title--06 {
  background: url("../../images/img_06.webp") no-repeat center;
  background-size: cover;
}
.case__wrap {
  position: absolute;
  z-index: 2;
  top: 32px;
  width: 100%;
  margin: 0 auto;
}
.case__heading {
  padding: 0 20px 24px;
  font-size: 5.8vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.case__heading--small {
  font-size: 4.2vw;
}
.case__copy {
  padding: 0 20px 32px;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.case-period {
  bottom: 0;
  right: 0;
  display: flex;
  gap: 0 16px;
  justify-content: center;
}
.case-period__item {
  padding: 6px 16px;
  font-size: 2.9vw;
  background: #fff;
  border-radius: 100px;
}
.case-flex {
  position: relative;
  top: -14.93vw;
  right: 0;
  left: 0;
  font-size: 3.7vw;
  margin-bottom: 8.54vw;
}
.case-flex__title {
  font-size: 4.2vw;
  font-weight: bold;
  position: relative;
  padding-bottom: 4.27vw;
  line-height: 8.54vw;
}
.case-flex__title--light {
  padding-left: 10.67vw;
}
.case-flex__title--light::before {
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  width: 8.54vw;
  height: 8.54vw;
  position: absolute;
  background: url("../../images/ico_lightbulb--orange.svg") no-repeat center;
  background-size: 8.54vw;
}
.case-flex__left {
  padding: 20px;
  margin: 0 20px 40px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(59, 62, 59, 0.16);
  grid-area: left;
  position: relative;
}
.case-flex__left::after {
  content: "";
  bottom: -32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 16px;
  height: 21px;
  position: absolute;
  background: url("../../images/ico_arrow03.svg") no-repeat center;
  transform: rotate(90deg);
}
.case-flex__right {
  padding: 20px;
  margin: 0 20px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(59, 62, 59, 0.16);
  grid-area: right;
}
.case-figure__title {
  font-size: 4.2vw;
  padding-bottom: 16px;
  font-weight: bold;
}
.case-figure__img {
  background-color: #f8f5f0;
  padding: 16px 20px;
  margin-top: 40px;
  grid-area: bottom;
  text-align: center;
  box-sizing: border-box;
}
.case-figure__img img {
  width: 100%;
}

.case-list {
  display: flex;
  height: 109.34vw;
  min-height: 109.34vw;
}
.case-list--scroll {
  padding: 0 0 10.67vw 20px;
  overflow-x: auto;
}
.case-list--scroll::-webkit-scrollbar {
  display: none;
}
.case-list__item {
  position: relative;
  min-width: 74.67vw;
  max-width: 74.67vw;
  margin: 0 5.34vw 0 0;
  border-radius: 8px;
  transition: .3s all;
}
.case-list__link {
  display: block;
  color: #3b3e3b;
  min-height: 100.27vw;
  max-height: 100.27vw;
  border-radius: 8px;
  background: #fff;
  transition: .3s all;
  padding-bottom: 8.54vw;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
}
.case-list__link--02 {
  max-height: 100%;
  min-height: 100%;
}
.case-list__img {
  width: 100%;
  height: 53.34vw;
  object-fit: cover;
}
.case-list__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
}
.case-list__ttl {
  margin: 2.67vw 0 1.34vw;
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
}
.case-list__sub-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 2.9vw;
  background-color: #f8f5f0;
  padding: 6px 0;
  margin: 0 20px;
  border-radius: 20px;
}
.case-list__txt {
  display: -webkit-box;
  padding: 2.67vw 5.34vw 0;
  overflow: hidden;
  font-size: 3.74vw;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #707070;
}
.case-list__txt--h {
  -webkit-line-clamp: 6;
}

.case-inline {
  display: none;
}

.case-logo {
  text-align: center;
  margin: 0 0 10.67vw;
}
.case-logo__img {
  box-sizing: border-box;
  width: 100%;
  padding: 0 40px;
  height: auto;
}
.case-logo__img--pc {
  display: none;
}

.case-modal {
  padding-bottom: 32px;
}
.case-modal__img {
  width: 100%;
  margin: 0 20px;
  height: auto;
  margin-bottom: 40px;
}
.case-modal__heading {
  padding-bottom: 10px;
  font-size: 5.8vw;
  font-weight: bold;
  text-align: center;
}
.case-modal__copy {
  font-size: 3.7vw;
  text-align: center;
}
.case-modal__worry {
  display: block;
  width: 100%;
}
.case-modal__worry--min {
  width: 200px;
  margin: 0 auto;
}
.case-modal__btn {
  display: block;
  height: 50px;
  margin: 20px auto 0;
  border-radius: 30px;
  background: #4d4d4d;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #fff;
  font-size: 4.2vw;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
}

.case-modal-figure {
  padding: 10px;
  border-radius: 8px;
  background: #fff;
}
.case-modal-figure__ttl {
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
}
.case-modal-figure__img {
  width: 100%;
}

.case-modal-period {
  display: flex;
  margin-bottom: 20px;
}
.case-modal-period__item {
  position: relative;
  padding: 10px 10px 0;
}
.case-modal-period__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #f6b499;
}
.case-modal-period__item:last-child {
  padding-right: 0;
}
.case-modal-period__point {
  font-weight: bold;
}

.case-modal-list__item {
  margin-bottom: 10px;
}
.case-modal-list__ttl {
  color: #f57545;
  font-size: 4.2vw;
  font-weight: bold;
}
.case-modal-list__box {
  margin-bottom: 20px;
}
.case-modal-list__box:last-child {
  margin-bottom: 0;
}
.case-modal-list__txt {
  font-size: 3.7vw;
}
.case-modal-list__list {
  padding-left: 20px;
  list-style: disc;
  font-size: 3.7vw;
  margin-bottom: 24px;
}
.case-modal-list__list:last-of-type {
  margin-bottom: 0;
}
.case-modal-list__list li {
  padding-bottom: 16px;
}
.case-modal-list__list li:last-of-type {
  padding-bottom: 0;
}

.uly-contact {
  padding-bottom: 0;
  background: none;
}
.uly-contact__inner {
  padding: 0;
}
.uly-contact__caption {
  margin-top: 0;
}
.uly-contact__button {
  background: #4d4d4d;
}
.uly-contact__left {
  background: #a7a7a7;
}
.uly-contact__right {
  font-size: 4.2vw;
}
.detail-section + .uly-contact {
  box-sizing: border-box;
  padding-right: 5.34vw;
  padding-left: 5.34vw;
}

.uly-heading {
  margin-bottom: 20px;
  color: #707070;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 3.7vw;
  text-align: center;
}

.is-fadein,
.is-fadein-left,
.is-fadein-right {
  transform: translate(0, 30px);
  transition: all .8s;
  opacity: 0;
}

.is-fadein.is-scrollin,
.is-fadein-left.is-scrollin,
.is-fadein-right.is-scrollin {
  transform: translate(0, 0);
  opacity: 1;
}

.heading-01 {
  font-size: 5.8vw;
  line-height: 1.5;
}
.heading-01__point {
  display: inline-block;
  color: #f57545;
  font-family: "Roboto", sans-serif;
  font-size: 40px;
}
.heading-01__point--small {
  margin-left: 16px;
  font-size: 3.2vw;
}

.heading-02 {
  position: relative;
  margin-bottom: 14vw;
  font-size: 5.3vw;
  line-height: 1.7;
  text-align: center;
}
.heading-02::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 65px;
  height: 5px;
  transform: translateX(-50%);
  background: url("../../images/img_heading-dot.svg") no-repeat;
}
.heading-02--w {
  color: #fff;
}
.heading-02__point {
  font-family: "Roboto", sans-serif;
  font-size: 7.5vw;
}
.heading-02__point--color {
  color: #f57545;
}
.heading-02--no-text {
  margin-bottom: 21.34vw;
}

.heading-03 {
  margin: 20px 0;
  font-size: 4.2vw;
  text-align: center;
}
.heading-03--min-h {
  line-height: 1.4;
}
.heading-03--margin {
  margin-bottom: 32px;
}

.heading-04 {
  margin-bottom: 20px;
  color: #707070;
  font-size: 3.7vw;
  text-align: center;
}
.heading-04--b {
  color: #3b3e3b;
}

.heading-05 {
  position: relative;
  margin-bottom: 14.94vw;
  font-size: 5.3vw;
  line-height: 1.7;
  text-align: center;
}
.heading-05::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 40px;
  height: 5px;
  transform: translateX(-50%);
  background: url(../../images/img_heading-dot.svg) no-repeat;
}

.hero {
  position: relative;
  z-index: 0;
  height: 200vw;
  padding-top: 50px;
  background: url("../../images/img_mv_back.png") no-repeat 60% 100%/200vw;
  background-position: bottom 0  right -200px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -2;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  background: url("../../images/img_bg-b.png") no-repeat left top/100% 100%;
}
.hero__box {
  position: relative;
  z-index: -1;
  padding-top: 50px;
}
.hero__txt {
  padding-top: 20px;
  font-size: 3.2vw;
}
.hero__img {
  position: absolute;
  top: 108%;
  right: 9%;
  width: 100%;
}
.hero__img--pc {
  display: none;
}
.hero__btn {
  position: absolute;
  margin-top: 5.34vw;
  right: 0;
  box-shadow: 0px 0px 6px rgba(59, 62, 59, 0.2);
}
.hero__btn img {
  width: 24vw;
}
.hero__btn-box {
  margin-top: 32px;
}
.hero__btn-box--f {
  margin: 0 20px;
}
.hero__btn-box--sp {
  margin: 0;
}
.hero__btn-box--m {
  margin: 40px 0 0;
}
.hero__btn-box--m .btn__text {
  left: 11.74vw;
}
.hero__btn-box--m .btn__text--small {
  font-size: 2.67vw;
  right: 4.27vw;
}
.hero__btn-box--m .btn--arrow::after {
  right: 4.27vw;
  height: 5.34vw;
  width: 5.34vw;
  background-size: 5.34vw;
}
.hero__btn-box--m .btn--phone::before {
  left: 4.27vw;
  height: 5.34vw;
  width: 5.34vw;
  background-size: 5.34vw;
}
.hero__btn-box__heading {
  color: #707070;
  font-size: 3.7vw;
  padding-top: 40px;
}
.hero__btn-box__caption {
  margin: 20px 0 40px;
  color: #707070;
}

.ly-inner {
  margin: 0 20px;
}

.ly-box {
  box-sizing: border-box;
  max-width: 100%;
  margin: 40px 20px;
  padding: 40px 20px;
  border-radius: 8px;
  background: #f8f5f0;
  text-align: center;
}
.ly-box--col02 {
  margin: 0;
  padding: 0;
}
.ly-box--w {
  margin: 40px 0;
  background: #fff;
}
.ly-box__img {
  width: 100%;
}

.ico-arrow {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 4.27vw;
  width: 3.74vw;
  height: 2.14vw;
  margin: auto;
  background: url("../../images/ico_arrow02.svg") no-repeat center;
  background-size: 3.74vw 2.14vw;
}
.ico-arrow--Amazon-EC2 {
  bottom: 3.2vw;
}

.ico-link {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  background: url("../../images/ico_link.svg") no-repeat center;
}

.ico-brain {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_brain.svg") no-repeat center;
  background-size: 40px;
}

.ico-tool {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_tools.svg") no-repeat center;
  background-size: 40px;
}

.ico-tools {
  display: block;
  background: url("../../images/ico_tools02.svg") no-repeat;
  background-size: 6.4vw;
}

.ico-app {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_app.svg") no-repeat center;
  background-size: 40px;
}

.ico-swich {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_switch.svg") no-repeat center;
  background-size: 40px;
}

.ico-acting {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_people.svg") no-repeat center;
  background-size: 40px;
}

.ico-strategy {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_strategy.svg") no-repeat center;
  background-size: 40px;
}

.ico-light {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_light.svg") no-repeat center;
  background-size: 40px;
}

.ico-light02 {
  display: block;
  background: url("../../images/ico_light02.svg") no-repeat;
  background-size: 6.4vw;
}

.ico-lupe {
  display: block;
  background: url("../../images/ico_lupe.svg") no-repeat;
  background-size: 6.4vw;
}

.ico-loop {
  display: block;
  background: url("../../images/ico_loop.svg") no-repeat;
  background-size: 6.4vw;
}

.ico-setting {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_setting.svg") no-repeat center;
  background-size: 40px;
}

.ico-operation {
  display: block;
  width: 40px;
  height: 40px;
  margin: 10px auto;
  background: url("../../images/ico_operation.svg") no-repeat center;
  background-size: 40px;
}

.ico-saas {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}
.ico-saas--search {
  background: url("../../images/ico_saas-search.svg") no-repeat center;
  background-size: 45px;
}
.ico-saas--push {
  background: url("../../images/ico_saas-push.svg") no-repeat center;
  background-size: 45px;
}
.ico-saas--voice {
  background: url("../../images/ico_saas-voice.svg") no-repeat center;
  background-size: 45px;
}

.ico-ruby {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  background: url("../../images/ico_ruby.webp") no-repeat center;
  background-size: 40px;
}

.ico-php {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  background: url("../../images/ico_php.webp") no-repeat center;
  background-size: 40px;
}

.ico-java {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  background: url("../../images/ico_java.webp") no-repeat center;
  background-size: 40px;
}

.ico-kotlin {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  background: url("../../images/ico_kotlin.webp") no-repeat center;
  background-size: 40px;
}

.ico-swift {
  display: block;
  width: 50px;
  height: 50px;
  margin: 0 auto 8px;
  background: url("../../images/ico_swift.webp") no-repeat center;
  background-size: 40px;
}

.topics {
  justify-content: center;
}
.topics-list {
  display: flex;
  gap: 24px;
  margin-bottom: 17.07vw;
  display: flex;
  justify-content: left;
}
.topics-list__item {
  position: relative;
  min-width: 74.67vw;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  letter-spacing: 0;
}
.topics-list__link {
  display: block;
  transition: .3s all;
  border-radius: 8px;
  background: #fff;
  color: #3b3e3b;
}
.topics-list__ttl {
  margin: 6.4vw 20px;
  font-size: 4.27vw;
  font-weight: bold;
  display: -webkit-box;
  height: 21.34vw;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.topics-list__img {
  width: 100%;
  height: 53.34vw;
  object-fit: cover;
}
.topics-list__img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.topics-list--scroll {
  padding: 0 20px 10.67vw;
  overflow-x: auto;
}
.topics-list--scroll::-webkit-scrollbar {
  display: none;
}

.service {
  margin-bottom: 10.67vw;
  padding: 10.67vw 0;
  background: #f8f5f0;
}
.service--simple {
  padding-bottom: 0;
  background: #fff;
}
.service__num {
  position: absolute;
  top: -20px;
  left: -15px;
  box-sizing: border-box;
  width: 10.67vw;
  min-width: 50px;
  height: 10.67vw;
  min-height: 50px;
  padding: 2.67vw;
  border-radius: 20px;
  box-shadow: 3px 3px 10px rgba(59, 62, 59, 0.15);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.27vw;
  line-height: 1;
  background: #4d4d4d;
}
.service__num-point {
  display: block;
  font-size: 4.2vw;
  font-weight: bold;
  padding-top: 0.8vw;
}
.service__box {
  background: #fff;
}
.service__box--inversion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.service__ttl {
  margin-bottom: 20px;
  font-size: 3.7vw;
  color: #f57545;
}
.service__txt {
  margin: 20px 0;
  font-size: 3.7vw;
  text-align: left;
}
.service__txt:last-child {
  margin-bottom: 0;
}
.service__img {
  margin-top: 20px;
}
.service__box--inversion .service__img {
  order: 1;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
}
.service__img img {
  width: 100%;
}

.service-support {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50.67vw;
}
.service-support::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 48vw;
  height: 48vw;
  transform: translateX(-50%);
  background: url("../../images/img_service03.webp") no-repeat 0 center/48vw 48vw;
}
.service-support__inner {
  width: calc((100% - 5px) / 2);
  margin-bottom: 5px;
  background: #f8f5f0;
}
.service-support__inner:nth-child(n + 3) {
  margin-bottom: 0;
}
.service-support__ttl {
  height: 30px;
  background: #4d4d4d;
  color: #fff;
  font-size: 3.7vw;
  line-height: 30px;
}
.service-support__ttl--left {
  margin-left: auto;
}
.service-support__list {
  padding: 10px;
  text-align: left;
}
.service-support__item {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 3.2vw;
  font-weight: bold;
}
.service-support__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 23px;
  height: 20px;
  background: url("../../images/ico_check.svg") no-repeat;
}
.service-support__item:last-child {
  padding-bottom: 0;
}

.service-list {
  display: flex;
  flex-wrap: wrap;
}
.service-list__item {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(59, 62, 59, 0.15);
}
.service-list__item:nth-child(n + 2) {
  margin-top: 4vw;
}
.service-list__link-area {
  display: flex;
  width: 100%;
  padding: 1.07vw;
}
.service-list__head {
  flex-shrink: 0;
  width: 32vw;
  padding: 2.67vw 1.34vw 2.14vw;
  border-radius: 4px 4px 0 0;
  background: #f8f5f0;
}
.service-list__icon {
  display: block;
  width: 8.54vw;
  height: 8.54vw;
  margin: 0 auto 1.34vw;
}
.service-list__icon img {
  max-width: 100%;
}
.service-list__name {
  color: #f57545;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}
.service-list__name--Amazon-Cognito {
  color: #FE5151;
}
.service-list__name--AWS-Fargate {
  color: #FE9800;
}
.service-list__name--AWS-Iot {
  color: #64A739;
}
.service-list__name--Amazon-Aurora {
  color: #517DFD;
}
.service-list__name--Amazon-EC2 {
  color: #FE9800;
}
.service-list__desc {
  margin-top: 2.67vw;
  padding: 0 4vw;
  color: #3b3e3b;
  font-size: 3.2vw;
  font-weight: bold;
}

.service-figure-list {
  margin: 6.4vw 0 10.67vw;
}
.service-figure-list__item {
  margin-bottom: 4.27vw;
}
.service-figure-list__ttl {
  font-size: 3.7vw;
  padding-left: 8.54vw;
  font-weight: bold;
  margin-bottom: 2.14vw;
}

.strong {
  margin-top: 40px;
}
.strong-list__img {
  text-align: center;
}
.strong__box {
  padding: 40px 0 120px;
  background: #f8f5f0;
}
.strong__num {
  display: inline-block;
  margin: 0 auto;
  color: #f57545;
  font-size: 8.54vw;
  line-height: 8.54vw;
  font-weight: bold;
  width: fit-content;
  vertical-align: bottom;
}
.strong__num--text {
  display: inline-block;
  width: fit-content;
  color: #f57545;
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 8.54vw;
  vertical-align: bottom;
}
.strong__wrap {
  text-align: center;
}
.strong__txt {
  padding-bottom: 10.67vw;
  font-size: 3.7vw;
  margin: 56px auto 0;
  line-height: 2;
}
.strong__mark {
  position: relative;
}
.strong__mark::before {
  content: "";
  position: absolute;
  top: 12vw;
  width: 100%;
  height: 6px;
  border-bottom: 1px solid #f57545;
}
.strong__plus {
  position: relative;
  width: 40px;
  margin: 40px auto;
  border-top: 5px solid #f57545;
}
.strong__plus::before {
  content: "";
  position: absolute;
  top: -4px;
  width: 40px;
  transform: rotate(90deg);
  border-top: 5px solid #f57545;
}
.strong__multiplied {
  position: relative;
  width: 50px;
  margin: 20px auto 40px;
  transform: rotate(45deg);
  border-top: 4px solid #f6b499;
}
.strong__multiplied::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  transform: rotate(90deg);
  border-top: 4px solid #f6b499;
}
.strong__img {
  display: inline-block;
  width: 100%;
}
.strong__bg--01 {
  position: relative;
}
.strong__bg--01::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -120%;
  left: 9%;
  width: 15%;
  height: 180%;
  background: url("../../images/ico_man.svg") no-repeat 0 0/100%;
}
.strong__bg--02 {
  transform: rotate(180deg);
}
.strong__bg img {
  width: 100%;
}

.strong-phase {
  padding-top: 20px;
}
.strong-phase__item {
  display: flex;
  position: relative;
  align-items: baseline;
}
.strong-phase__item:last-child::before {
  display: none;
}
.strong-phase__item::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 12px;
  width: 1px;
  height: calc(100% - 45px);
  border-left: 1px solid #f57545;
}
.strong-phase__ttl {
  padding-bottom: 10px;
  font-size: 4.2vw;
  font-weight: bold;
}
.strong-phase__num {
  min-width: 70px;
  color: #f57545;
  font-family: "Roboto", sans-serif;
  font-size: 5.8vw;
  font-weight: bold;
}

.strong-project {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.strong-project__img {
  width: 130px;
}
.strong-project__img img {
  width: 130px;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
}
.strong-project__txt {
  margin-left: 20px;
  color: #707070;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-weight: bold;
}
.strong-project__num {
  display: block;
  color: #f57545;
  font-size: 42px;
  line-height: 35px;
}

.strong-qualification__wrap {
  position: relative;
}
.strong-qualification__img {
  position: absolute;
  width: 110px;
  left: 0;
  bottom: -80px;
}
.strong-qualification__multiplied {
  position: relative;
  width: 50px;
  margin: 50px auto;
  transform: rotate(45deg);
  border-top: 4px solid #f6b499;
}
.strong-qualification__multiplied::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  transform: rotate(90deg);
  border-top: 4px solid #f6b499;
}
.strong-qualification-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px 32px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
.strong-qualification-list__item {
  font-size: 3.7vw;
  color: #707070;
  font-weight: bold;
}

.strong-tags__item {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0 10px 38px;
  border-radius: 25px;
  background: #fff;
  color: #707070;
  font-size: 3.7vw;
  font-weight: bold;
  text-align: left;
}
.strong-tags__item:last-child {
  margin-bottom: 0;
}
.strong-tags__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 6px;
  background: #f8f5f0;
}
.strong-tags__num {
  margin: 0 20px 0 auto;
  color: #f57545;
  font-family: "Roboto", sans-serif;
  font-size: 4.2vw;
  font-weight: bold;
  white-space: nowrap;
}

.strong-saas {
  margin-top: 40px;
}
.strong-saas__item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
}
.strong-saas__link {
  display: block;
  padding: 20px 15px 45px;
  color: #3b3e3b;
  font-size: 3.7vw;
}
.strong-saas__icon {
  position: absolute;
  top: 50%;
  width: 40px;
  transform: translateY(-50%);
}
.strong-saas__box {
  padding: 0 0 0 60px;
}
.strong-saas__ttl {
  padding-bottom: 10px;
  font-size: 4.2vw;
  font-weight: bold;
}

.detail-image-box {
  margin: 0 5.34vw;
  padding: 5.34vw;
  border-radius: 8px;
  background: #fff;
}

.detail-image {
  box-sizing: border-box;
  width: 100%;
  padding: 0 5.34vw;
}
.detail-feature__inner .detail-image {
  padding: 0;
}
.detail-image--zero {
  margin-top: 0;
}
.detail-image--arrow {
  position: relative;
  margin-bottom: 28.01vw;
}
.detail-image--arrow::after {
  content: "";
  position: absolute;
  bottom: -36vw;
  left: calc(50% - 8vw);
  width: 16.54vw;
  height: 26.67vw;
  transform: rotate(90deg) translateX(-50%);
  background: url("../../images/ico_arrow_thin.svg") no-repeat center center/100% 100%;
}
.detail-image img {
  max-width: 100%;
}

.detail-modal-box__title {
  margin-bottom: 4vw;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.detail-modal-box__image {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 5.34vw 2.67vw;
  border-radius: 8px;
  background: #fff;
}
.detail-modal-box__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.detail-modal-box__text {
  margin-bottom: 4vw;
}

.detail-button {
  display: block;
  width: 100%;
  height: 16vw;
  margin: 8vw auto 0;
  transition: 0.3s all;
  border: 0.27vw solid #4d4d4d;
  border-radius: 8vw;
  background: #4d4d4d;
  box-shadow: 0 0.8vw 2.14vw rgba(59, 62, 59, 0.1);
  color: #fff;
  font-size: 4.27vw;
  font-weight: bold;
  line-height: 16vw;
  text-align: center;
}
.detail-button:hover {
  border: 0.27vw solid #4d4d4d;
  background: #fff;
  box-shadow: 0 0.8vw 2.14vw rgba(59, 62, 59, 0.1);
  color: #4d4d4d;
}

.detail-section {
  padding: 10.67vw 0;
}
.detail-section--bg {
  background: #f8f5f0;
}
.detail-section--arrow {
  position: relative;
}
.detail-section--arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10.66vw;
  left: 0;
  width: 100%;
  height: 10.67vw;
  background: url(../../images/bg_triangle.png) no-repeat center center/100% 100%;
}
.detail-section--arrow + .detail-section {
  padding-top: 26.67vw;
}
.detail-section--bg-arrow {
  position: relative;
  background: #f8f5f0;
}
.detail-section--bg-arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -10.66vw;
  left: 0;
  width: 100%;
  height: 10.67vw;
  background: url(../../images/bg_triangle_be_sp.png) no-repeat center center/100% 100%;
}
.detail-section--bg-arrow + .detail-section {
  padding-top: 26.67vw;
}
.detail-section__inner {
  padding: 0 5.34vw;
}
.detail-section__box:not(:first-child) {
  margin-top: 6.67vw;
}

.detail-heading01 {
  margin-bottom: 2.67vw;
  color: #4d4d4d;
  font-size: 6.94vw;
  text-align: center;
}
.detail-heading01__sub-text {
  display: block;
  margin-bottom: -1.33vw;
  font-size: 5.34vw;
}

.detail-heading02 {
  position: relative;
  margin-bottom: 6.67vw;
  padding-bottom: 4vw;
  font-size: 6.94vw;
  font-weight: bold;
  text-align: center;
}
.detail-heading02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 18.67vw;
  height: 1.6vw;
  transform: translateX(-50%);
  background: url("../../images/ico_dots.svg") no-repeat center/contain;
}
.detail-heading02__small {
  display: block;
  font-size: 5.34vw;
}

.detail-em-heading {
  margin-bottom: 6.67vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.detail-em-heading--arrow {
  position: relative;
  margin: 40px 0 100px;
  padding: 0 20px;
}
.detail-em-heading--arrow::after {
  content: "";
  position: absolute;
  bottom: -100px;
  left: calc(50% - 22px);
  width: 44px;
  height: 66px;
  transform: rotate(90deg) translateX(-50%);
  background: url(../../images/ico_arrow_thin.svg) no-repeat center center/100% 100%;
}
.detail-em-heading__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  margin: 0 auto 4vw;
  border-radius: 50%;
  background: #fff;
}
.detail-em-heading__em {
  font-size: 6.94vw;
}
.detail-em-heading__marker {
  position: relative;
  z-index: 1;
  font-size: 6.4vw;
}
.detail-em-heading__marker::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -0.53vw;
  width: 100%;
  height: 0.54vw;
  border-bottom: 1.6vw solid #f7d3a6;
}

.detail-sub-head {
  margin-bottom: 1.6vw;
  font-size: 4.8vw;
  font-weight: bold;
}

.detail-heading-label {
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  width: 100%;
  margin-bottom: 5.34vw;
  padding: 1.6vw 5.34vw;
  border-radius: 0.8vw;
  background: #ed8855;
  color: #fff;
  font-size: 5.34vw;
  font-weight: bold;
}

.detail-heading-message {
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}
.detail-heading-message--far {
  margin-bottom: 6.67vw;
}

.detail-text {
  font-size: 3.74vw;
}
.detail-text--far {
  margin-bottom: 4vw;
}

.detail-hero {
  position: relative;
  padding: 0 5.34vw;
  background: rgba(246, 209, 156, 0.3);
  color: #fff;
}
.detail-hero__inner {
  padding: 0 5.34vw;
  box-sizing: border-box;
  padding: 40vw 0 8vw;
}
.detail-hero__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16vw;
  height: 16vw;
  min-height: 16vw;
}
.detail-hero__icon img {
  max-width: 13.34vw;
  height: auto;
}

.detail-hero-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ed8855;
  font-weight: bold;
}
.detail-hero-heading__title {
  margin-left: 10px;
  font-size: 3.74vw;
}
.detail-hero-heading__em {
  display: block;
  margin-top: -5px;
  font-size: 5.34vw;
}

.detail-label-list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.detail-label-list__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.54vw 5.34vw;
  border-radius: 0.54vw;
  background: #ed8855;
  color: #fff;
  font-weight: bold;
}
.detail-label-list__item:nth-child(n + 2) {
  margin-top: 4vw;
}

.detail-summary-list {
  margin-top: 5.34vw;
}
.detail-summary-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-summary-list__item:nth-child(n + 2) {
  margin-top: 4vw;
}
.detail-summary-list__icon {
  position: relative;
  margin-bottom: -3.2vw;
  padding-top: 16vw;
  color: #ed8855;
  font-family: "Montserrat";
  font-size: 4.27vw;
  font-weight: bold;
}
.detail-summary-list__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 14.4vw;
  height: 14.4vw;
  transform: translateX(-50%);
  background: url("../../images/ico_business_or.svg") no-repeat center center/100% 100%;
}
.detail-summary-list__icon--worker::before {
  background: url("../../images/ico_worker_or.svg") no-repeat center center/100% 100%;
}
.detail-summary-list__icon--simple::before {
  background: url("../../images/ico_human.svg") no-repeat center center/100% 100%;
}
.detail-summary-list__text {
  width: 100%;
  padding: 30px 3px;
  border-radius: 4px;
  background: #f8f5f0;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
}
.detail-summary-list__em {
  font-size: 5.34vw;
  font-weight: bold;
}

.detail-merit-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9.34vw;
}
.detail-merit-list__item {
  width: calc((100% - 8.54vw) / 3);
}
.detail-merit-list__icon {
  display: block;
  width: 60px;
  margin: 0 auto 1.34vw;
}
.detail-merit-list__text {
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

.detail-feature {
  position: relative;
  border-radius: 4px;
  background: #fff;
}
.detail-feature--arrow::after {
  content: "";
  position: absolute;
  bottom: -24vw;
  left: calc(50% - 5.87vw);
  width: 11.74vw;
  height: 17.6vw;
  transform: rotate(90deg) translateX(-50%);
  background: url("../../images/ico_arrow_thin.svg") no-repeat center center/100% 100%;
}
.detail-feature--bg {
  margin-bottom: 21.34vw;
  padding: 4vw 0 5.34vw;
  background: #f8f5f0;
}
.detail-feature__inner {
  padding: 5.34vw 5.34vw 10.67vw;
}
.detail-feature--bg .detail-feature__inner {
  padding-bottom: 5.34vw;
}
.detail-feature__item {
  position: relative;
  margin: 0 auto;
}
.detail-feature__item:nth-child(n + 2) {
  padding-top: 10.67vw;
}
.detail-feature__item:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: -32vw;
  left: 50%;
  width: 0.54vw;
  height: 77.34vw;
  transform: rotate(90deg) translateX(-50%);
  background: url("../../images/ico_dot_line.svg") no-repeat center center/100% 100%;
}
.detail-feature__icon {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 2.14vw;
  padding-top: 18.67vw;
  color: #f3b474;
  font-family: "Montserrat";
  font-size: 4.8vw;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.detail-feature__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 16vw;
  height: 16vw;
  transform: translateX(-50%);
  background: url("../../images/ico_business_bk.svg") no-repeat center center/100% 100%;
}
.detail-feature__icon--worker::before {
  background: url("../../images/ico_worker_bk.svg") no-repeat center center/100% 100%;
}
.detail-feature__icon--docker::before {
  background: url("../../images/ico_docker.svg") no-repeat center center/100% 100%;
}
.detail-feature__icon--server::before {
  background: url("../../images/ico_virtual_server.svg") no-repeat center center/100% 100%;
}
.detail-feature__catch {
  margin-bottom: 4vw;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.detail-feature__catch em {
  font-size: 5.34vw;
  font-style: normal;
}
.detail-feature__text {
  font-size: 3.74vw;
}
.detail-feature__help {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  color: #3b3e3b;
  text-align: center;
}
.detail-feature__help::before {
  content: "";
  top: 0;
  left: 0;
  width: 23px;
  height: 23px;
  margin-right: 2px;
  background: url("../../images/ico_question.svg") no-repeat center center/100% 100%;
}

.detail-feature-title {
  margin-bottom: 4.8vw;
}
.detail-feature-title__sub {
  display: block;
  position: relative;
  margin-bottom: 2.14vw;
  color: #ed8855;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.detail-feature-title__sub::before, .detail-feature-title__sub::after {
  content: "";
  display: inline-block;
  width: 2.67vw;
  height: 4vw;
  vertical-align: -vw(2);
}
.detail-feature-title__sub::before {
  margin-right: 3.47vw;
  background: url("../../images/ico_tilted_left.svg") no-repeat center/contain;
}
.detail-feature-title__sub::after {
  margin-left: 3.47vw;
  background: url("../../images/ico_tilted_right.svg") no-repeat center/contain;
}
.detail-feature-title__sub em {
  font-family: "Montserrat";
  font-size: 5.87vw;
  font-style: normal;
}
.detail-feature-title__label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0.54vw 2.67vw;
  border-radius: 3px;
  background: #ed8855;
  color: #fff;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
}

.detail-feature-list__item {
  border-bottom: 1.07vw solid #ed8855;
  border-radius: 1.07vw;
  background: #fff;
}
.detail-feature-list__item:nth-child(n + 2) {
  margin-top: 2.94vw;
}
.detail-feature-list__inner {
  padding: 4.27vw 5.34vw 4.8vw;
}
.detail-feature-list__icon {
  display: block;
  width: 14.67vw;
  margin: 0 auto 1.34vw;
}
.detail-feature-list__title {
  margin-bottom: 2.14vw;
  font-size: 5.87vw;
  font-weight: bold;
  text-align: center;
}
.detail-feature-list__text {
  font-size: 3.74vw;
}

.detail-pros {
  margin-top: 16vw;
}
.detail-pros--close {
  margin-top: 5.34vw;
}
.detail-pros__item {
  position: relative;
  margin-top: 16vw;
  border-radius: 4px;
  background: #f8f5f0;
}
.detail-pros--close .detail-pros__item {
  margin-top: 0;
}
.detail-pros__item:nth-child(2) {
  position: relative;
}
.detail-pros__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: -17.33vw;
  left: calc(50% - 5.34vw);
  width: 11.74vw;
  height: 17.6vw;
  transform: rotate(90deg) translateX(-50%);
  background: url("../../images/ico_arrow_thin.svg") no-repeat center center/100% 100%;
}
.detail-pros--close .detail-pros__item:nth-child(2)::before {
  display: none;
}
.detail-pros__inner {
  padding: 10.67vw 6.67vw 8vw;
}
.detail-pros__title {
  display: inline-flex;
  position: absolute;
  top: -5.33vw;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 58.67vw;
  height: 10.67vw;
  transform: translateX(-50%);
  border-radius: 0.8vw;
  background: #9a9a9a;
  color: #fff;
  font-family: "Montserrat";
  font-size: 6.4vw;
  font-weight: bold;
}
.detail-pros__title--after {
  background: #f3b474;
}
.detail-pros__message {
  margin-bottom: 5.34vw;
  font-size: 3.74vw;
  font-weight: bold;
  text-align: center;
}
.detail-pros__image {
  display: block;
  width: 100%;
}
.detail-pros__image img {
  max-width: 100%;
}

.detail-pros-list {
  margin-top: 10.67vw;
}
.detail-pros-list__item {
  position: relative;
  padding: 12vw 5.34vw 5.34vw;
  border-bottom: 1.34vw solid #f7d3a6;
  border-radius: 1.34vw;
  background: #fff;
}
.detail-pros-list__item:nth-child(n + 2) {
  margin-top: 10.14vw;
}
.detail-pros-list__title {
  position: absolute;
  top: -2.66vw;
  left: -2.66vw;
}
.detail-pros-list__icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 12vw;
  height: 12vw;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #9a9a9a;
}
.detail-pros-list__icon img {
  flex-shrink: 0;
}
.detail-after .detail-pros-list__icon {
  background: #f3b474;
}
.detail-pros-list__title-text {
  display: block;
  box-sizing: border-box;
  width: 60.54vw;
  margin-left: 9.34vw;
  padding: 1.34vw 2.67vw;
  border-radius: 0.8vw;
  background: #9a9a9a;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
}
.detail-after .detail-pros-list__title-text {
  background: #f3b474;
}
.detail-pros-list__sub-title {
  margin-bottom: 1.34vw;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}
.detail-pros-list__inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.detail-pros-list__resource {
  display: block;
  flex-shrink: 0;
  width: 38.14vw;
  margin-bottom: 15px;
}
.detail-pros-list__resource img {
  max-width: 100%;
}
.detail-pros-list__text {
  font-size: 3.74vw;
}

.detail-problem-list__item:nth-child(n + 2) {
  margin-top: 5.34vw;
}
.detail-problem-list__icon {
  display: block;
  width: 26.67vw;
  margin: 0 auto 4.8vw;
}
.detail-problem-list__text {
  font-size: 4.27vw;
}

.detail-solution__summary {
  margin-bottom: 4vw;
  font-size: 4.27vw;
  font-weight: bold;
  text-align: center;
}

.detail-solution-feature {
  display: flex;
  margin-top: 4vw;
}
.detail-solution-feature__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 3.2vw 3.47vw;
  border: 0.27vw solid #707070;
  border-radius: 1.34vw;
}
.detail-solution-feature__item:nth-child(n + 2) {
  margin-left: 2.94vw;
}
.detail-solution-feature__icon {
  flex-shrink: 0;
  width: 30px;
  margin-bottom: 2.14vw;
}
.detail-solution-feature__text {
  font-size: 3.2vw;
  font-weight: bold;
  text-align: center;
}
.detail-solution-feature__em {
  font-size: 5.34vw;
  line-height: 1;
}

.detail-dot-list {
  padding-left: 1.5em;
  list-style: disc;
}
.detail-dot-list__item {
  font-size: 4.27vw;
}
.detail-dot-list__item:nth-child(n + 2) {
  margin-top: 3.2vw;
}

.detail-diagram {
  margin-top: 8vw;
}

.detail-case {
  padding: 5.34vw;
  border-radius: 4px;
  background: #fff;
}

.detail-effect {
  margin-top: 8vw;
}
.detail-effect__inner {
  align-items: center;
}
.detail-effect__list:nth-child(n + 2) {
  margin-top: 3.2vw;
}

.detail-icon-list-box {
  margin-top: 15px;
  padding: 15px;
  border-bottom: 5px solid #f7d3a6;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.detail-icon-list__item {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.detail-icon-list__item:nth-child(n + 2) {
  margin-top: 8px;
}
.detail-icon-list__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5.34vw;
  height: 5.34vw;
  margin-top: 2px;
  background: url("../../images/ico_face_good.svg") no-repeat center center/100% 100%;
}
.detail-icon-list--bad .detail-icon-list__item::before {
  background: url("../../images/ico_face_bad.svg") no-repeat center center/100% 100%;
}

.detail-poc-flow {
  margin: 0 5.34vw;
}
.detail-poc-flow__step {
  position: relative;
  box-sizing: border-box;
  margin-top: 16vw;
  padding: 10.67vw 4vw 8vw;
  border: 0.8vw solid #e08c5f;
  border-radius: 2.67vw;
}
.detail-poc-flow__step::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -5.33vw;
  border-width: 5.34vw 5.34vw 0;
  border-style: solid;
  border-color: #e08c5f transparent;
}
.detail-poc-flow__step:first-child::before {
  bottom: -8vw;
}
.detail-poc-flow__step:last-child::before {
  top: -13.33vw;
}
.detail-poc-flow__develop {
  margin: 10.67vw 5.34vw 0;
}
.detail-poc-flow__icon {
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
}
.detail-poc-flow__img {
  display: block;
  width: 60px;
  margin: 0 auto 15px;
}
.detail-poc-flow__title {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.detail-poc-flow__title02 {
  margin-bottom: 5px;
  color: #e08c5f;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.detail-poc-flow__text {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}

.detail-table {
  width: 100%;
  margin-bottom: 5.34vw;
  border-bottom: 6px solid #f6d19c;
}
.detail-table__data {
  display: block;
  padding: 4vw;
  background: #fff;
  color: #3e4c59;
  font-size: 3.7vw;
  vertical-align: top;
}
.detail-table__data:not(:last-child) {
  padding-bottom: 0;
  font-weight: bold;
}
tr:not(:last-child) .detail-table__data:last-child {
  border-bottom: 3px dotted #f6d19c;
}

.suggest {
  margin-top: 10.67vw;
}

.suggest-flow__box:nth-child(n + 2) {
  position: relative;
  margin-top: 100px;
}
.suggest-flow__box:nth-child(n + 2)::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 50px;
  height: 40px;
  transform: translateX(-50%);
  background: url("../../images/img_arrow.png") no-repeat center;
  background-size: 50px;
}
.suggest-flow__hearling {
  margin: 40px auto 20px;
}
.suggest-flow__ttl {
  padding-bottom: 20px;
  color: #707070;
  font-size: 3.7vw;
  font-weight: bold;
}
.suggest-flow__item {
  position: relative;
  margin-bottom: 40px;
  padding: 40px 20px 20px;
  border-radius: 8px;
  background: #fff;
}
.suggest-flow__item:last-child {
  margin-right: 0;
}
.suggest-flow__ico {
  position: absolute;
  top: -25px;
  left: 50%;
  width: 50px;
  height: 50px;
  transform: translateX(-50%);
  border-radius: 25px;
  background: #f57545 no-repeat center center;
}
.suggest-flow__ico--infra {
  background-image: url("../../images/ico_infura.svg");
  background-size: 30px;
}
.suggest-flow__ico--data {
  background-image: url("../../images/ico_data.svg");
  background-size: 30px;
}
.suggest-flow__ico--task {
  background-image: url("../../images/ico_task.svg");
  background-size: 23px;
}
.suggest-flow__ico--user {
  background-image: url("../../images/ico_user.svg");
  background-size: 30px;
}
.suggest-flow__txt {
  padding-left: 20px;
  list-style: disc;
  text-align: left;
}
.suggest-flow__arrow {
  width: 50px;
  padding-bottom: 20px;
}
.suggest-flow__proposal {
  position: relative;
  margin-top: 40px;
  padding: 60px 20px 20px;
  border-radius: 8px;
  background: #fff;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  color: #3b3e3b;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 3.2vw;
  line-height: 1.7;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

header {
  font-size: initial;
}

a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto !important;
  vertical-align: bottom;
}

.is-onlyPC {
  display: none;
}

.txt {
  margin: 20px 0;
  font-size: 3.7vw;
  text-align: left;
}
.txt--w {
  color: #fff;
}
.txt--center {
  text-align: center;
}

.text-link-box {
  margin-top: 10px;
  text-align: right;
}

.text-link {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
  color: #f57545;
  font-size: 3.2vw;
  font-weight: bold;
  text-align: right;
}
.text-link::before {
  content: "";
  position: absolute;
  top: calc(50% - 8.5px);
  right: 0;
  width: 15px;
  height: 15px;
  transition: 0.2s;
  background: url("../../images/ico_arrow_link.svg") no-repeat center center/100% 100%;
}

.btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 13.34vw;
  transition: 0.3s all;
  border: 1px solid #1A1A1A;
  border-radius: 30px;
  background: #1A1A1A;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #fff;
  font-size: 3.7vw;
  font-weight: bold;
  line-height: 13.34vw;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 6px rgba(59, 62, 59, 0.2);
}
.btn::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 6.4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6.4vw;
  height: 6.4vw;
  transition: 0.3s;
}
.btn::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 6.4vw;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6.4vw;
  height: 6.4vw;
  transition: 0.3s;
}
.btn__text {
  display: inline-block;
  font-size: 4.2vw;
  height: fit-content;
  white-space: nowrap;
}
.btn__text--small {
  display: inline-block;
  font-size: 2.67vw;
  line-height: 1.7;
  text-align: left;
  height: fit-content;
  white-space: nowrap;
}
.btn--arrow {
  margin-bottom: 16px;
  box-shadow: 0 0 3px rgba(59, 62, 59, 0.25), 0 0 20px rgba(59, 62, 59, 0.3);
}
.btn--arrow::after {
  background-image: url("../../images/ico_arrow.svg");
  right: 4.27vw;
  left: auto;
}
.btn--phone {
  padding: 0 2.67vw 0 13.34vw;
  box-shadow: 0 0 3px rgba(59, 62, 59, 0.25), 0 0 20px rgba(59, 62, 59, 0.3);
}
.btn--phone::before {
  background-image: url("../../images/ico_phone.svg");
  left: 4.27vw;
  background-size: 6.4vw;
  right: auto;
}

.slick-list {
  margin: 0 -20px;
  padding: 0 70px;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

#colorbox {
  overflow: visible;
}

#cboxWrapper {
  overflow: visible;
}

#cboxLoadedContent {
  height: auto !important;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  border: 0;
  border-radius: 20px;
}

#cboxClose {
  top: 10px;
  right: 30px;
  width: 25px;
  height: 25px;
  background: url("../../images/ico_close.svg") no-repeat;
  background-size: 25px;
}

#cboxContent {
  background: none;
}
