@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;
}

/*
    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;
}

/*============================
//_mixin.scss
============================ */
.seminer-bnr {
  position: absolute;
  z-index: 1;
  width: 345px;
  background: #FFEFD0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ,'游ゴシック Medium', 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: .15em;
}
.seminer-bnr:hover {
  cursor: default;
}
.seminer-bnr__head {
  width: 100%;
  padding: 15px 0;
  background: #3b3e3b;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.seminer-bnr__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 10px 10px;
}
.seminer-bnr__date {
  padding: 20px 0 10px;
  font-size: 12px;
  text-align: center;
  letter-spacing: .1em;
}
.seminer-bnr__title {
  margin: 0 0 15px;
  font-size: 20px;
  text-align: center;
}
.seminer-bnr__btn {
  position: relative;
  background: transparent;
}
.seminer-bnr__txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 50px;
  margin: 0 0 20px;
  transition: .2s ease-in-out;
  border-radius: 25px;
  background: #E60000;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.seminer-bnr__txt:hover {
  background: #9E03B2;
}
.seminer-bnr__image {
  width: 100%;
  height: 100%;
}

.bodymovin {
  position: absolute;
  z-index: 0;
  top: -29px;
  right: 4%;
  width: 62px;
  /* 310 */
  height: 34px;
  /* 170 */
  transition: transform 0s;
  pointer-events: none;
}
.bodymovin__hidden {
  transform: translateY(30px);
  transition: transform 0.55s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.bnr__image {
  position: absolute;
  z-index: 1;
  box-shadow: 0px 0px 15px rgba(100, 97, 96, 0.2);
  transition: .6s;
}
.bnr__image img {
  width: 350px;
}
.bnr__image:hover {
  box-shadow: 0px 0px 15px rgba(163, 159, 157, 0.5);
}

.case {
  position: relative;
}
.case::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  width: 100%;
  height: 445px;
  background: #4d4d4d;
}
.case__box {
  position: relative;
}
.case__title {
  margin-top: 72px;
  height: 407px;
  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: 100%;
}
.case__title--02 {
  background: url("../../images/img_02.webp") no-repeat center;
  background-size: 100%;
}
.case__title--03 {
  background: url("../../images/img_03.webp") no-repeat center;
  background-size: 100%;
}
.case__title--04 {
  background: url("../../images/img_04.webp") no-repeat center;
  background-size: 100%;
}
.case__title--05 {
  background: url("../../images/img_05.webp") no-repeat center;
  background-size: 100%;
}
.case__title--06 {
  background: url("../../images/img_06.webp") no-repeat center;
  background-size: 100%;
}
.case__wrap {
  position: absolute;
  z-index: 2;
  top: 72px;
  width: 100%;
  margin: 0 auto;
}
.case__heading {
  padding-bottom: 24px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 100;
}
.case__heading--small {
  font-size: 25px;
}
.case__copy {
  padding-bottom: 32px;
  font-size: 14px;
  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: 12px;
  background: #fff;
  border-radius: 100px;
}
.case-flex {
  display: grid;
  grid-template-areas: "left right" "bottom bottom";
  grid-template-columns: 50% 50% 100%;
  position: relative;
  top: -54px;
  right: 0;
  left: 0;
  margin: 0 auto 80px;
  font-size: 16px;
  max-width: 1100px;
}
.case-flex__title {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-bottom: 24px;
  line-height: 32px;
}
.case-flex__title--light {
  padding-left: 40px;
}
.case-flex__title--light::before {
  content: "";
  top: 0;
  left: 0;
  margin: auto;
  width: 32px;
  height: 32px;
  position: absolute;
  background: url("../../images/ico_lightbulb--orange.svg") no-repeat center;
  background-size: 32px;
}
.case-flex__left {
  margin-right: 24px;
  padding: 32px;
  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: "";
  top: 0;
  bottom: 0;
  right: -32px;
  margin: auto;
  width: 16px;
  height: 21px;
  position: absolute;
  background: url("../../images/ico_arrow03.svg") no-repeat center;
}
.case-flex__right {
  margin-left: 24px;
  padding: 32px;
  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: 20px;
  padding-bottom: 24px;
  font-weight: bold;
}
.case-figure__img {
  background-color: #f8f5f0;
  padding: 40px 182px;
  margin-top: 40px;
  border-radius: 8px;
  grid-area: bottom;
  text-align: center;
  box-sizing: border-box;
}
.case-figure__img img {
  width: 100%;
}

.case-list {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: 72px 0 120px;
}
.case-list__item {
  position: relative;
  width: 340px;
  transition: .3s all;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  letter-spacing: 0;
}
.case-list__item:nth-child(3n) {
  margin-right: 0;
}
.case-list__item:nth-child(n + 4) {
  margin-bottom: 0;
}
.case-list__link {
  display: block;
  height: 100%;
  transition: .3s all;
  border-radius: 8px;
  background: #fff;
  color: #3b3e3b;
}
.case-list__link:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 5px 5px 10px rgba(59, 62, 59, 0.2);
}
.case-list__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.case-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.case-list__ttl {
  margin: 16px 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.case-list__sub-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  background-color: #f8f5f0;
  padding: 6px 0;
  margin: 0 20px;
  border-radius: 20px;
}
.case-list__txt {
  padding: 24px 20px 58px;
  line-height: 1.75;
  color: #707070;
}
.case-list__txt--p {
  padding-bottom: 24px;
}

.case-inline {
  display: none;
}

.case-logo {
  text-align: center;
  margin-bottom: 80px;
}
.case-logo__img {
  width: 820px;
  height: auto;
  margin-bottom: 40px;
}
.case-logo__img--sp {
  display: none;
}

.case-modal {
  padding-bottom: 120px;
}
.case-modal__heading {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.case-modal__copy {
  padding-bottom: 10px;
  text-align: center;
}
.case-modal__worry {
  width: fit-content;
  margin: 0 auto;
}
.case-modal__worry--min {
  width: 340px;
}
.case-modal__worry--wide {
  width: 560px;
}
.case-modal__worry img {
  display: block;
  height: 124px;
  max-width: 100%;
  margin: 0 auto;
}
.case-modal__box {
  display: flex;
}
.case-modal__left {
  padding-right: 20px;
}
.case-modal__btn {
  display: block;
  width: 400px;
  height: 60px;
  margin: 50px auto 0;
  transition: .3s all;
  border-radius: 30px;
  background: #4d4d4d;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .case-modal__btn {
    line-height: 70px;
  }
}
.case-modal__btn:hover {
  border: 1px solid #4d4d4d;
  background: #fff;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #4d4d4d;
}

.case-modal-figure {
  padding: 20px;
  border-radius: 8px;
  background: #fff;
}
.case-modal-figure__ttl {
  font-weight: bold;
  text-align: center;
}
.case-modal-figure__img {
  width: 400px;
}

.case-modal-period {
  display: flex;
}
.case-modal-period__item {
  position: relative;
  padding: 15px 20px 0;
  font-size: 16px;
}
.case-modal-period__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  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: 20px;
}
.case-modal-list__ttl {
  color: #f57545;
  font-size: 16px;
  font-weight: bold;
}
.case-modal-list__box {
  margin-bottom: 20px;
}
.case-modal-list__box:last-child {
  margin-bottom: 0;
}
.case-modal-list__list {
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 32px;
}
.case-modal-list__list:last-of-type {
  margin-bottom: 0;
}
.case-modal-list__list li {
  padding-bottom: 24px;
}
.case-modal-list__list li:last-of-type {
  padding-bottom: 0;
}

.uly-contact {
  min-width: auto;
  background: none;
}
.uly-contact--bg {
  margin-top: 80px;
  background: #f8f5f0;
}
.uly-contact__caption {
  margin: 40px 0;
  color: #707070;
}
.uly-contact__button {
  background: #4d4d4d;
}
.uly-contact__button--form:hover {
  background: #707070;
}
.uly-contact__left {
  background: #a7a7a7;
  color: #fff;
}
.uly-contact__right--tel {
  font-size: 22px;
}
.uly-contact__right--form {
  font-size: 16px;
}

.uly-heading {
  color: #707070;
  font-size: 22px;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}

.is-fadein {
  transform: translate(0, 80px);
  transition: all .3s;
  opacity: 0;
}

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

.is-fadein-right {
  transform: translate(80px, 0);
  transition: all .3s;
  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: 42px;
  line-height: 1.5;
}
.heading-01__point {
  display: inline-block;
  color: #f57545;
  font-family: "Roboto", sans-serif;
  font-size: 56px;
}
.heading-01__point--small {
  margin-left: 16px;
  font-size: 25px;
}

.heading-02 {
  position: relative;
  margin-bottom: 60px;
  font-size: 36px;
  line-height: 1.5;
  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: 50px;
}
.heading-02__point--color {
  color: #f57545;
}
.heading-02--no-text {
  margin-bottom: 96px;
}

.heading-03 {
  margin: 20px 0;
  font-size: 25px;
  text-align: center;
}
.heading-03--margin {
  margin-bottom: 72px;
}

.heading-04 {
  color: #707070;
  font-size: 20px;
}
.heading-04--b {
  color: #3b3e3b;
}

.heading-05 {
  position: relative;
  margin-bottom: 80px;
  font-size: 28px;
  line-height: 1.5;
  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;
  height: 930px;
  background: url("../../images/img_mv_back.png") no-repeat 30%;
  background-position: top 323px right -1020px;
  background-size: auto 793px;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 92px;
  left: 0;
  width: 100%;
  height: 100px;
  background: url("../../images/img_bg-hero.png") no-repeat left top/100% 100%;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 25%;
  background: url("../../images/img_bg-b.png") no-repeat left top/100% 100%;
}
.hero__box {
  position: relative;
  padding-top: 190px;
}
.hero__txt {
  max-width: 518px;
  padding: 32px 0 64px;
  font-size: 16px;
}
.hero__img {
  position: absolute;
  z-index: 1;
  top: 134px;
  right: 32px;
  width: 57%;
}
.hero__img--sp {
  display: none;
}
.hero__btn-box {
  width: fit-content;
}
.hero__btn-box--f {
  display: flex;
  flex-direction: row-reverse;
  gap: 0 24px;
  margin: 0 auto;
}
.hero__btn-box--f .btn__text {
  font-size: 25px;
  left: 80px;
}
.hero__btn-box--f .btn__text--small {
  right: 40px;
}
.hero__btn-box--f .btn--phone {
  width: 456px;
}
.hero__btn-box--f .btn--phone::before {
  left: 40px;
}
.hero__btn-box--f .btn--arrow {
  margin-bottom: 0;
  width: 456px;
}
.hero__btn-box--m {
  margin-top: 40px;
}
.hero__btn-box__heading {
  color: #707070;
  font-size: 22px;
  padding-top: 60px;
}
.hero__btn-box__caption {
  margin: 40px 0;
  color: #707070;
}
.hero__btn {
  display: inline-block;
  transition: 0.3s all;
  position: absolute;
  top: 192px;
  right: 24px;
  z-index: 3;
  box-shadow: 0px 0px 6px rgba(59, 62, 59, 0.2);
}
.hero__btn img {
  height: 144px;
}
.hero__btn:hover {
  opacity: 0.7;
}

.ly-inner {
  width: 1100px;
  margin: 0 auto;
}
.ly-inner--col02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.ly-box {
  box-sizing: border-box;
  width: 1100px;
  margin: 60px auto;
  padding: 60px;
  border-radius: 8px;
  background: #f8f5f0;
  text-align: center;
}
.ly-box--col02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.ly-box--w {
  background: #fff;
}
.ly-box--far {
  margin: 60px auto 80px;
}

.ico-arrow {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 24px;
  width: 17px;
  height: 10px;
  margin: auto;
  background: url("../../images/ico_arrow02.svg") no-repeat center;
}
.ico-arrow--Amazon-EC2 {
  bottom: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.ico-saas {
  width: 100px;
  min-width: 60px;
  height: 70px;
}
.ico-saas--search {
  background: url("../../images/ico_saas-search.svg") no-repeat center;
  background-size: 50px;
}
.ico-saas--push {
  background: url("../../images/ico_saas-push.svg") no-repeat center;
  background-size: 50px;
}
.ico-saas--voice {
  width: 70px;
  background: url("../../images/ico_saas-voice.svg") no-repeat center;
  background-size: 50px;
}

.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 {
  display: flex;
  justify-content: center;
}
.topics-list {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin: 72px 0 120px;
}
.topics-list__item {
  position: relative;
  width: 340px;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  letter-spacing: 0;
}
.topics-list__link {
  display: block;
  height: 100%;
  transition: .3s all;
  border-radius: 8px;
  background: #fff;
  color: #3b3e3b;
}
.topics-list__link:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 5px 5px 10px rgba(59, 62, 59, 0.2);
}
.topics-list__ttl {
  margin: 24px 20px;
  font-size: 16px;
  font-weight: bold;
  display: -webkit-box;
  height: 72px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.topics-list__img {
  width: 100%;
  height: 200px;
}
.topics-list__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

.service {
  margin-bottom: 120px;
  padding-bottom: 80px;
  background: #f8f5f0;
}
.service--simple {
  margin-top: 120px;
  padding-bottom: 0;
  background: #fff;
}
.service__num {
  position: absolute;
  top: -16px;
  left: -64px;
  box-sizing: border-box;
  width: 114px;
  height: 114px;
  padding: 12px 23px;
  border-radius: 40px;
  box-shadow: 3px 3px 10px rgba(59, 62, 59, 0.15);
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  line-height: 35px;
  background: #4d4d4d;
}
.service__num-point {
  font-size: 42px;
  line-height: 1.1;
}
.service__box {
  padding: 40px 40px 40px 72px;
}
.service__wrap {
  display: flex;
  justify-content: space-between;
}
.service__ttl {
  font-size: 25px;
  color: #f57545;
  text-align: left;
  display: block;
  width: fit-content;
}
.service__desc {
  width: calc(100% - 400px);
}
.service__txt {
  padding-top: 40px;
  font-size: 16px;
  text-align: left;
}
.service__txt:first-child {
  padding-top: 0;
}
.service__img {
  width: 324px;
}
.service__img img {
  width: 100%;
}
.service__img02 {
  margin: 72px auto 120px;
  width: 100%;
}

.service-support {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.service-support::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 360px;
  height: 380px;
  transform: translate3d(-50%, -50%, 0);
  background: url("../../images/img_service03.webp") no-repeat 10px 40px/340px 340px;
}
.service-support__inner {
  width: calc((100% - 5px) / 2);
  height: 240px;
  margin-bottom: 5px;
  background: #f8f5f0;
}
.service-support__inner:nth-child(n + 3) {
  margin-bottom: 0;
}
.service-support__ttl {
  width: 150px;
  height: 40px;
  background: #4d4d4d;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}
.service-support__ttl--left {
  margin-left: auto;
}
.service-support__list-box {
  display: flex;
}
.service-support__list-box--right {
  justify-content: flex-end;
  padding-right: 20px;
}
.service-support__list {
  padding: 20px 0 0 20px;
  text-align: left;
}
.service-support__item {
  position: relative;
  padding: 0 0 10px 20px;
  font-size: 16px;
  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;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.service-list__item {
  position: relative;
  box-sizing: border-box;
  width: 340px;
  border-radius: 8px;
  box-shadow: 3px 3px 10px rgba(59, 62, 59, 0.15);
}
.service-list__item:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 5px 5px 10px rgba(59, 62, 59, 0.2);
}
.service-list__link-area {
  display: block;
  width: 100%;
}
.service-list__head {
  margin: 4px 4px 0;
  padding: 24px;
  border-radius: 4px 4px 0 0;
  background: #f8f5f0;
}
.service-list__icon {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto 8px;
}
.service-list__icon img {
  width: 80px;
}
.service-list__name {
  color: #f57545;
  font-size: 15px;
  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: 24px 0;
  color: #3b3e3b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.service-list__desc--Amazon-EC2 {
  margin-top: 16px;
}

.strong {
  margin-top: 120px;
}
.strong-bg {
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 8px;
  margin-top: 72px;
}
.strong-bg:last-of-type {
  margin-top: 0;
}
.strong__box {
  padding: 80px 0 40px;
  background: #f8f5f0;
  text-align: center;
}
.strong__box:first-child {
  position: relative;
}
.strong__box:first-child::before {
  content: "";
  position: absolute;
  bottom: 0;
}
.strong__wrap {
  text-align: center;
}
.strong__num {
  display: inline-block;
  margin: 0 auto;
  color: #f57545;
  font-size: 50px;
  font-weight: bold;
  line-height: 50px;
  width: fit-content;
  vertical-align: bottom;
}
.strong__num--text {
  display: inline-block;
  width: fit-content;
  color: #f57545;
  font-size: 25px;
  font-weight: bold;
  line-height: 50px;
  vertical-align: bottom;
}
@media all and (-ms-high-contrast: none) {
  .strong__num {
    line-height: 60px;
  }
}
.strong__txt {
  font-size: 16px;
  margin: 56px auto 0;
  line-height: 2;
  width: 760px;
}
.strong__mark {
  position: relative;
}
.strong__mark::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 100%;
  height: 6px;
  border-bottom: 1px solid #f57545;
}
.strong__plus {
  position: relative;
  width: 40px;
  margin: 50px auto;
  border-top: 5px solid #f57545;
}
.strong__plus::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 40px;
  transform: rotate(90deg);
  border-top: 5px solid #f57545;
}
.strong__info {
  width: 530px;
}
.strong__img {
  display: inline-block;
  width: 460px;
}
.strong__img--wide {
  width: 100%;
}
.strong__bg {
  position: relative;
}
.strong__bg--01::before {
  content: "";
  position: absolute;
  top: -10%;
  left: 9%;
  width: 5%;
  height: 100%;
  background: url("../../images/ico_man.svg") no-repeat 0 0/100%;
}
.strong__bg--02 {
  transform: translateY(1px) rotate(180deg);
}
.strong__bg img {
  width: 100%;
}

.strong-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-radius: 8px;
  background: #fff;
}
.strong-list__item {
  position: relative;
  width: calc((100% - 80px) / 5);
  margin-right: 20px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.strong-list--point .strong-list__item {
  width: calc((100% - 60px) / 4);
}
.strong-list__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: solid 2px #d3d3d3;
  border-bottom: solid 2px #d3d3d3;
}
.strong-list__item:first-child::before {
  display: none;
}
.strong-list__item:last-child {
  margin-right: 0;
}
.strong-list__item--no-arrow::before {
  display: none;
}
.strong-list__num {
  color: #f57545;
  font-family: "Roboto", sans-serif;
  font-size: 25px;
  margin-bottom: 24px;
}
.strong-list--point .strong-list__num {
  color: #ed8855;
}
.strong-list__txt {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}

.strong-project {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 0;
}
.strong-project__img {
  display: block;
  width: 150px;
  transition: .3s all;
}
.strong-project__img:hover {
  opacity: .7;
}
.strong-project__img img {
  width: 150px;
  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: 42px;
  font-weight: bold;
}
.strong-project__num {
  display: block;
  color: #f57545;
  font-size: 50px;
  line-height: 35px;
}

.strong-qualification {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 60px auto 0;
  padding: 0;
}
.strong-qualification__wrap {
  position: relative;
}
.strong-qualification__img {
  position: absolute;
  width: 110px;
  left: 170px;
  bottom: -70px;
}
.strong-qualification__multiplied {
  position: relative;
  right: 0;
  width: 50px;
  transform: rotate(45deg);
  border-top: 4px solid #f57545;
}
.strong-qualification__multiplied::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  width: 50px;
  transform: rotate(90deg);
  border-top: 4px solid #f57545;
}
.strong-qualification-list {
  display: flex;
  gap: 0 32px;
  background-color: #fff;
  border-radius: 8px;
  padding: 32px 24px;
}
.strong-qualification-list__item {
  font-size: 16px;
  color: #707070;
  font-weight: bold;
}

.strong-tags {
  width: 370px;
}
.strong-tags__item {
  display: flex;
  position: relative;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 50px;
  border-radius: 25px;
  background: #fff;
  color: #707070;
  font-weight: bold;
  line-height: 50px;
}
.strong-tags__item:last-child {
  margin-bottom: 0;
}
.strong-tags__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 6px;
  background: #f8f5f0;
}
.strong-tags__num {
  display: block;
  margin: 0 20px 0 auto;
  color: #f57545;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.strong-saas {
  margin-top: 40px;
}
.strong-saas__item {
  position: relative;
  margin-bottom: 20px;
  transition: .3s all;
  border-radius: 8px;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
}
.strong-saas__item:hover {
  transform: scale(1.05, 1.05);
  box-shadow: 5px 5px 10px rgba(59, 62, 59, 0.2);
}
.strong-saas__link {
  display: flex;
  align-items: center;
  padding: 20px 50px 30px 20px;
  color: #3b3e3b;
}
.strong-saas__box {
  padding-left: 10px;
}
.strong-saas__ttl {
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.detail-image-box {
  padding: 40px;
  border-radius: 8px;
  background: #fff;
}

.detail-image {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.detail-image img {
  max-width: 100%;
}
.detail-image__cognito {
  width: 680px;
  margin: 0 auto;
}
.detail-image--zero {
  margin-top: 0;
}

.detail-modal-box__title {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.detail-modal-box__text {
  margin-bottom: 15px;
  text-align: center;
}
.detail-modal-box__image {
  display: block;
  width: 100%;
  padding: 50px 0;
  border-radius: 8px;
  background: #fff;
}
.detail-modal-box__image img {
  display: block;
  width: 600px;
  max-width: 100%;
  margin: 0 auto;
}

.detail-button {
  display: block;
  width: 400px;
  height: 60px;
  margin: 50px auto 0;
  transition: 0.3s all;
  border: 1px solid #4d4d4d;
  border-radius: 30px;
  background: #4d4d4d;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
}
.detail-button:hover {
  border: 1px solid #4d4d4d;
  background: #fff;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #4d4d4d;
}

.detail-section {
  box-sizing: border-box;
  min-width: 1300px;
  padding: 80px 0;
  font-family: YuGothic, "Yu Gothic", sans-serif;
}
.detail-section:last-of-type {
  padding-bottom: 0;
}
.detail-section--bg {
  background: #f8f5f0;
}
.detail-section--arrow {
  position: relative;
  padding-bottom: 45px;
}
.detail-section--arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -124px;
  left: 0;
  width: 100%;
  height: 124px;
  background: url(../../images/bg_triangle.png) no-repeat center center/100% 100%;
}
.detail-section--bg-arrow {
  position: relative;
  padding-bottom: 20px;
  background: #f8f5f0;
}
.detail-section--bg-arrow::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -124px;
  left: 0;
  width: 100%;
  height: 124px;
  background: url(../../images/bg_triangle_be.png) no-repeat center center/100% 100%;
}
.detail-section__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
}
.detail-section__box:not(:first-child) {
  margin-top: 30px;
}
.detail-section__box--column {
  display: flex;
}

.detail-heading01 {
  margin-bottom: 40px;
  font-size: 42px;
  text-align: center;
}
.detail-heading01__sub-text {
  font-size: 36px;
}

.detail-heading02 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.detail-heading02::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 6px;
  transform: translateX(-50%);
  background: url("../../images/ico_dots.svg") no-repeat center/contain;
}
.detail-heading02__small {
  display: block;
  font-size: 22px;
  line-height: 1;
}

.detail-em-heading {
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.detail-em-heading--far {
  margin-top: 100px;
}
.detail-em-heading--arrow {
  position: relative;
  margin: 40px 0 100px;
}
.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: 60px;
  height: 60px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: #fff;
}
.detail-em-heading__icon img {
  width: 100%;
  max-width: 100%;
}
.detail-em-heading__em {
  font-size: 36px;
}
.detail-em-heading__marker {
  position: relative;
  z-index: 1;
  font-size: 36px;
}
.detail-em-heading__marker::before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -2px;
  width: 100%;
  height: 2px;
  border-bottom: 6px solid #f7d3a6;
}

.detail-sub-head {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: bold;
}

.detail-heading-label {
  display: inline-flex;
  margin-bottom: 30px;
  padding: 6px 20px;
  border-radius: 3px;
  background: #ed8855;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.detail-heading-message {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.detail-heading-message--far {
  margin-bottom: 25px;
}

.detail-text {
  font-size: 16px;
  line-height: 1.74;
  text-align: center;
}
.detail-text--far {
  margin-bottom: 20px;
}

.detail-hero {
  box-sizing: border-box;
  min-width: 1300px;
  position: relative;
  background: rgba(246, 209, 156, 0.3);
  color: #4d4d4d;
}
.detail-hero__inner {
  box-sizing: border-box;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 475px;
  padding: 160px 0 40px;
}
.detail-hero__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  min-height: 60px;
  margin: 0 auto -20px;
}
.detail-hero__icon img {
  max-width: 50px;
  height: auto;
}

.detail-hero-heading {
  display: flex;
  align-items: center;
  color: #ed8855;
  font-weight: bold;
}
.detail-hero-heading__title {
  margin-left: 10px;
  padding-top: 26px;
  font-size: 18px;
}
.detail-hero-heading__em {
  display: block;
  margin-top: -5px;
  font-size: 30px;
}

.detail-label-list {
  display: flex;
  justify-content: center;
}
.detail-label-list__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 20px;
  border-radius: 2px;
  background: #ed8855;
  color: #fff;
  font-weight: bold;
}
.detail-label-list__item:nth-child(n + 2) {
  margin-left: 20px;
}

.detail-summary-list {
  display: flex;
  margin-top: 40px;
}
.detail-summary-list__item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail-summary-list__item:nth-child(n + 2) {
  margin-left: 20px;
}
.detail-summary-list__icon {
  position: relative;
  margin-bottom: 15px;
  padding-top: 45px;
  color: #ed8855;
  font-family: "Montserrat" YuGothic, "Yu Gothic", sans-serif;
  font-size: 16px;
  font-weight: bold;
}
.detail-summary-list__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 40px;
  height: 40px;
  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 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.detail-summary-list__em {
  font-size: 22px;
  font-weight: bold;
}

.detail-merit-list {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.detail-merit-list__item:nth-child(n + 2) {
  margin-left: 110px;
}
.detail-merit-list__icon {
  display: block;
  width: 80px;
  margin: 0 auto 14px;
}
.detail-merit-list__text {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

.detail-feature {
  position: relative;
  margin-bottom: 85px;
  border-radius: 8px;
  background: #fff;
}
.detail-feature:last-child {
  margin-bottom: 0;
}
.detail-feature--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-feature--bg {
  max-width: 1100px;
  margin: 0 auto 85px;
  padding: 50px;
  background: #f8f5f0;
}
.detail-feature__item {
  flex: 1;
  margin: 0 auto;
  padding: 0 50px;
}
.detail-feature__icon {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 60px;
  color: #ed8855;
  font-family: "Montserrat";
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.detail-feature__icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 60px;
  height: 60px;
  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: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.detail-feature__catch em {
  font-size: 25px;
  font-style: normal;
}
.detail-feature__text {
  width: 380px;
  margin: 0 auto;
  font-size: 14px;
}
.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 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.detail-feature-title__sub {
  display: block;
  position: relative;
  margin-bottom: 8px;
  color: #f3b784;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
.detail-feature-title__sub::before, .detail-feature-title__sub::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 15px;
  vertical-align: -2px;
}
.detail-feature-title__sub::before {
  margin-right: 13px;
  background: url("../../images/ico_tilted_left.svg") no-repeat center/contain;
}
.detail-feature-title__sub::after {
  margin-left: 13px;
  background: url("../../images/ico_tilted_right.svg") no-repeat center/contain;
}
.detail-feature-title__sub em {
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
}
.detail-feature-title__label {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 4px 20px;
  border-radius: 3px;
  background: #ed8855;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.detail-feature-list {
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}
.detail-feature-list__item {
  width: 260px;
  min-width: 260px;
  border-bottom: 10px solid #f57545;
  border-radius: 8px;
  background: #fff;
}
.detail-feature-list__item:nth-child(n + 2) {
  margin-left: 24px;
}
.detail-feature-list__item--wide {
  width: 352px;
  min-width: 352px;
}
.detail-feature-list__inner {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 20px 15px;
}
.detail-feature-list__icon {
  display: block;
  width: 55px;
  margin: 0 auto 12px;
}
.detail-feature-list__title {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.detail-pros {
  display: flex;
  margin-top: 60px;
}
.detail-pros__item {
  position: relative;
  flex: 1;
  background: #f8f5f0;
}
.detail-pros--close .detail-pros__item {
  margin-top: 0;
}
.detail-pros__item:nth-child(n + 2) {
  margin-left: 80px;
}
.detail-pros--close .detail-pros__item:nth-child(n + 2) {
  margin-left: 20px;
}
.detail-pros__item:nth-child(2) {
  position: relative;
}
.detail-pros__item:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -71px;
  width: 62px;
  height: 93px;
  transform: translateY(-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: 50px 25px 30px;
}
.detail-pros__title {
  display: inline-flex;
  position: absolute;
  top: -20px;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 263px;
  height: 52px;
  border-radius: 3px;
  background: #9a9a9a;
  color: #fff;
  font-family: "Montserrat";
  font-size: 24px;
  font-weight: bold;
}
.detail-pros__title--after {
  background: #f3b474;
}
.detail-pros__message {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
.detail-pros__image {
  display: block;
  width: 450px;
  margin: 0 auto;
}
.detail-pros__image img {
  max-width: 100%;
}

.detail-pros-list {
  margin-top: 40px;
}
.detail-pros-list__item {
  position: relative;
  padding: 45px 20px 20px;
  border-bottom: 5px solid #f3b474;
  border-radius: 5px;
  background: #fff;
}
.detail-pros-list__item:nth-child(n + 2) {
  margin-top: 38px;
}
.detail-pros-list__title {
  position: absolute;
  top: -10px;
  left: -10px;
}
.detail-pros-list__icon {
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  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;
  width: 230px;
  margin-left: 35px;
  padding: 5px 10px;
  border-radius: 3px;
  background: #9a9a9a;
  color: #fff;
  font-weight: bold;
}
.detail-after .detail-pros-list__title-text {
  background: #f3b474;
}
.detail-pros-list__sub-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
.detail-pros-list__inner {
  display: flex;
  max-width: 100%;
}
.detail-pros-list__side {
  width: 250px;
}
.detail-pros-list__resource {
  display: block;
  flex-shrink: 0;
  width: 143px;
  margin-left: 10px;
}
.detail-pros-list__resource img {
  max-width: 100%;
}
.detail-pros-list__text {
  max-width: 100%;
  font-size: 12px;
}

.detail-problem-list {
  display: flex;
}
.detail-problem-list__item:nth-child(n + 2) {
  margin-left: 40px;
}
.detail-problem-list__icon {
  display: block;
  width: 100px;
  margin: 0 auto 18px;
}
.detail-problem-list__text {
  font-size: 16px;
}

.detail-solution__summary {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
}

.detail-solution-feature {
  display: flex;
  margin-top: 15px;
}
.detail-solution-feature__item {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border: 1px solid #707070;
  border-radius: 5px;
}
.detail-solution-feature__item:nth-child(n + 2) {
  margin-left: 20px;
}
.detail-solution-feature__icon {
  flex-shrink: 0;
}
.detail-solution-feature__text {
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
}
.detail-solution-feature__em {
  font-size: 22px;
  line-height: 1;
}

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

.detail-diagram {
  margin-left: 112px;
}
.detail-diagram__image {
  display: block;
  width: 440px;
}
.detail-diagram__image img {
  max-width: 100%;
}

.detail-case {
  padding: 50px;
  background: #fff;
}

.detail-effect {
  margin-top: 30px;
  background: #f8f5f0;
}
.detail-effect__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 50px 50px;
}
.detail-effect__box {
  display: flex;
}
.detail-effect__list {
  width: 423px;
  font-weight: bold;
}
.detail-effect__list:nth-child(n + 2) {
  margin-left: 40px;
}

.detail-icon-list-box {
  margin-top: 25px;
  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: 22px;
  height: 22px;
  margin-top: -1px;
  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 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.detail-poc-flow__step {
  position: relative;
  box-sizing: border-box;
  width: 312px;
  margin-top: 60px;
  padding: 40px 15px 30px;
  border: 3px solid #e08c5f;
  border-radius: 10px;
}
.detail-poc-flow__step::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -20px;
  transform: rotate(-90deg);
  border-width: 20px 20px 0;
  border-style: solid;
  border-color: #e08c5f transparent;
}
.detail-poc-flow__step:first-child::before {
  right: -25px;
}
.detail-poc-flow__step:last-child::before {
  left: -20px;
}
.detail-poc-flow__develop {
  margin: 0 20px;
}
.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: 30px;
  border-bottom: 6px solid #f6d19c;
}
.detail-table:last-child {
  margin-bottom: 0;
}
.detail-table__data {
  padding: 20px;
  background: #fff;
  color: #3e4c59;
  font-size: 16px;
  vertical-align: top;
}
.detail-table__data:not(:last-child) {
  border-right: 3px dotted #f6d19c;
}
tr:not(:last-child) .detail-table__data {
  border-bottom: 3px dotted #f6d19c;
}
.detail-table__data--em {
  font-weight: bold;
}

.suggest {
  margin-top: 80px;
}

.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: 65px;
  height: 40px;
  transform: translateX(-50%);
  background: url("../../images/img_arrow.png") no-repeat center;
}
.suggest-flow__hearling {
  display: flex;
  margin: 60px auto 20px;
}
.suggest-flow__item {
  position: relative;
  width: calc((100% - 20px)/3);
  margin-right: 10px;
  padding: 60px 20px 20px;
  border-radius: 8px;
  background: #fff;
}
.suggest-flow__item:last-child {
  margin-right: 0;
}
.suggest-flow__ico {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translateX(-50%);
  border-radius: 40px;
  background: #f57545 no-repeat center center;
}
.suggest-flow__ico--infra {
  background-image: url("../../images/ico_infura.svg");
}
.suggest-flow__ico--data {
  background-image: url("../../images/ico_data.svg");
}
.suggest-flow__ico--task {
  background-image: url("../../images/ico_task.svg");
}
.suggest-flow__ico--user {
  background-image: url("../../images/ico_user.svg");
}
.suggest-flow__ttl {
  padding-bottom: 20px;
  color: #707070;
  font-size: 16px;
  font-weight: bold;
}
.suggest-flow__txt {
  padding-left: 20px;
  list-style: disc;
  text-align: left;
}
.suggest-flow__txt--wide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 70px;
}
.suggest-flow__txt-item {
  padding-bottom: 10px;
}
.suggest-flow__txt-item:last-child {
  padding-bottom: 0;
}
.suggest-flow__proposal {
  position: relative;
  margin-top: 60px;
  padding: 60px 20px 10px;
  border-radius: 8px;
  background: #fff;
}

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

body {
  min-width: 1300px;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #3b3e3b;
  font-family: YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}

a:focus {
  outline: none;
}

a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

.footer__map {
  margin-top: 0;
}

.is-onlySP {
  display: none;
}

.txt {
  margin: 30px 0;
  font-size: 16px;
}
.txt--w {
  color: #fff;
}
.txt--center {
  text-align: center;
  width: 760px;
  margin: auto;
}
.txt--min {
  width: 870px;
  margin: 30px auto;
}
.txt--left {
  padding-left: 20px;
}

.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: 14px;
  font-weight: bold;
}
.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%;
}
.text-link:hover::before {
  right: -5px;
}

.btn {
  display: block;
  width: 384px;
  height: 68px;
  margin: 0 auto;
  transition: 0.3s all;
  border: 1px solid #1A1A1A;
  border-radius: 34px;
  background: #1A1A1A;
  box-shadow: 0 3px 8px rgba(59, 62, 59, 0.1);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 68px;
  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: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.btn::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center, center;
  background-size: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.btn:hover::after {
  right: 24px;
}
.btn__text {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 60px;
  margin: auto;
  height: fit-content;
  white-space: nowrap;
}
.btn__text--small {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin: auto;
  padding-left: 12px;
  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: 32px;
  left: auto;
}
.btn--phone::before {
  background-image: url("../../images/ico_phone.svg");
  left: 24px;
  right: auto;
}
@media all and (-ms-high-contrast: none) {
  .btn {
    line-height: 70px;
  }
}

#cboxLoadedContent {
  width: 1000px;
  margin: 0 auto;
  border-radius: 20px;
}

#cboxClose {
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  transition: 0.2s;
  background: url("../../images/ico_close.svg") no-repeat;
}
#cboxClose:hover {
  opacity: 0.7;
}
