@charset "UTF-8";
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

img {
  max-width: 100%;
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-header {
  width: 100%;
  border-top: solid 30px #000;
  height: 50px;
  position: relative;
}
@media screen and (max-width:767px) {
  .suit-header {
    height: 94px;
    position: fixed;
    background: url(../images/bkg-body.webp) repeat;
    background-size: auto 70px;
    z-index: 999999999;
  }
}
.suit-header-wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 11px 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width:767px) {
  .suit-header-wrap {
    padding: 16.7px 16px 0;
  }
}
.suit-header-nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.suit-header-nav h1 {
  margin-right: 24px;
}
.suit-header-nav h1 img {
  width: auto;
  height: 32px;
}
@media screen and (max-width:767px) {
  .suit-header-nav h1 img {
    width: 112px;
    height: auto;
  }
}
.suit-header-nav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width:767px) {
  .suit-header-nav ul {
    display: none;
  }
}
.suit-header-nav ul li {
  margin-right: 17px;
}
.suit-header-nav ul li a {
  text-decoration: none;
  color: #000;
  letter-spacing: 0.051em;
}
.suit-header-subscribe {
  position: relative;
  top: 3px;
}
@media screen and (max-width:767px) {
  .suit-header-subscribe {
    display: none;
  }
}
.suit-header-menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  background: url(../images/bkg-menu-sp.webp) repeat;
  background-size: 100% 100%;
  border-top: solid 30px #000;
  z-index: 1000;
  transition: 0.5s;
}
.suit-header-menu.open {
  right: 0;
}
.suit-header-menu h1 {
  margin-bottom: 40px;
}
.suit-header-menu ul li {
  height: 62px;
  box-sizing: border-box;
  padding: 16px;
  border-bottom: solid 1px #E8EDF0;
  display: flex;
  align-items: center;
}
.suit-header-menu ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 100%;
  color: #292727;
  font-weight: 500;
}
.suit-header-menu__wrap {
  padding: 16.7px 16px 0;
}
.suit-header-menu .suit-header-subscribe {
  width: 100%;
  height: 53px;
  position: absolute;
  top: auto;
  bottom: 80px;
}
.suit-header-menu .suit-header-subscribe .c-button {
  width: 96.2%;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 53px;
  line-height: 53px;
  padding: 0;
  font-weight: 700;
  font-size: 14px;
}
.suit-header-menu__bar {
  width: 32px;
  height: 18px;
  position: absolute;
  top: 23px;
  right: 16px;
  cursor: pointer;
  z-index: 1000000000;
}
.suit-header-menu__bar hr {
  display: block;
  border: none;
  max-width: 100%;
  height: 2px;
  width: 32px;
  background: #5C300B;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.3s;
  margin: 0;
}
.suit-header-menu__bar hr:nth-of-type(2) {
  top: 8px;
  width: 32px;
}
.suit-header-menu__bar hr:nth-of-type(3) {
  top: 16px;
  width: 32px;
}
.suit-header-menu__bar.open {
  z-index: 99999999;
}
.suit-header-menu__bar.open hr {
  transform: rotate(45deg);
  width: 32px;
  top: 7px;
}
.suit-header-menu__bar.open hr:nth-of-type(2) {
  width: 32px;
  top: 7px;
  transform: rotate(135deg);
}
.suit-header-menu__bar.open hr:nth-of-type(3) {
  opacity: 0;
}

.c-button {
  background: #34387C;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 2px;
}
.c-button.is-header {
  min-width: 88px;
  height: 37px;
  letter-spacing: 0.05em;
}
.c-button.is-mv {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  letter-spacing: 0.05em;
  height: 62px;
}
@media screen and (max-width:767px) {
  .c-button.is-mv {
    font-size: 14px;
    height: 53px;
  }
}

.c-heading {
  text-align: center;
  padding-top: 32px;
  background: url(../images/icn-union.svg) top center no-repeat;
  margin-bottom: 84px;
}
.c-heading strong {
  display: block;
  font-weight: 900;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.2em;
  color: #BCB8B5;
  position: relative;
  left: 2px;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .c-heading strong {
    font-size: 16px;
  }
}
.c-heading h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .c-heading h2 {
    font-size: 24px;
  }
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-mv {
  padding-top: 93px;
  padding-bottom: 66px;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .suit-mv {
    padding-top: 174px;
    padding-bottom: 125px;
  }
}
.suit-mv-button {
  position: relative;
  z-index: 2;
}
.suit-mv-button p {
  padding: 20px 0;
  font-size: 13px !important;
  line-height: 1.75 !important;
}
@media screen and (max-width:767px) {
  .suit-mv-button p {
    font-size: 11px !important;
  }
}
.suit-mv-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .suit-mv-wrap {
    max-width: 90%;
  }
}
@media screen and (max-width:767px) {
  .suit-mv-wrap {
    display: block;
    max-width: 92.3%;
  }
}
.suit-mv-wrap:after {
  content: "";
  display: block;
  width: 792px;
  height: 792px;
  bottom: -360px;
  left: -317px;
  background: url(../images/bkg-mv.svg) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}
.suit-mv-content {
  flex-basis: 47.5%;
  padding-top: 31px;
  position: relative;
  z-index: 2;
  left: 17px;
}
@media screen and (max-width:767px) {
  .suit-mv-content {
    left: 0;
    padding-top: 0;
  }
}
.suit-mv-content h2 {
  font-size: 48px;
  line-height: 150%;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .suit-mv-content h2 {
    font-size: 38px;
  }
}
@media screen and (max-width:767px) {
  .suit-mv-content h2 {
    font-size: 32px;
  }
}
.suit-mv-content p {
  font-size: 16px;
  line-height: 200%;
  color: #292727;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media screen and (max-width:767px) {
  .suit-mv-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.suit-mv-image {
  flex-basis: 48.7%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .suit-mv-image {
    margin-bottom: 18px;
  }
}
.suit-mv-image img {
  position: relative;
  top: 13px;
  left: 48px;
}
@media screen and (max-width:767px) {
  .suit-mv-image img {
    top: 0;
    left: 0;
    width: 111.4%;
    max-width: unset;
  }
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-promise {
  background: #fff;
}
.suit-promise-wrap {
  max-width: 808px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width:767px) {
  .suit-promise-wrap {
    display: block;
    padding-bottom: 32px;
  }
}
.suit-promise-image {
  padding-top: 32px;
  padding-bottom: 32px;
  flex-basis: 82px;
  margin-left: 16px;
}
@media screen and (max-width:767px) {
  .suit-promise-image {
    text-align: center;
    margin-left: 0;
    padding-bottom: 33px;
  }
}
.suit-promise-image img {
  width: auto;
  height: 110px;
}
.suit-promise-content {
  flex-basis: 630px;
  margin-right: 15px;
}
@media screen and (max-width:767px) {
  .suit-promise-content {
    margin: 0 auto;
    width: 91.8%;
  }
}
.suit-promise-content h2 {
  font-size: 20px;
  line-height: 200%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:767px) {
  .suit-promise-content h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.05em;
  }
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-problem {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width:767px) {
  .suit-problem {
    padding-top: 40px;
    padding-bottom: 0px;
    position: relative;
    z-index: 0;
  }
}
.suit-problem-wrap {
  max-width: 1255px;
  margin: 0 auto;
}
.suit-problem-button {
  padding-top: 5px;
  height: 80px;
  background: url(../images/bkg-body.webp) repeat;
  position: relative;
  z-index: 20;
  margin-top: -953px;
  transition: 0.5s;
}
.suit-problem-button.open {
  margin-top: 0px;
}
.suit-problem-button.open .show {
  display: none;
}
.suit-problem-button.open .hide {
  display: inline-block;
}
.suit-problem-button p {
  text-align: center;
}
.suit-problem-button p span {
  display: inline-block;
  background: #fff;
  width: 122px;
  height: 32px;
  border-radius: 10000000000000px;
  line-height: 32px;
  font-weight: 900;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #BCB8B5;
  text-indent: 5px;
  cursor: pointer;
  transition: 0.7s;
}
.suit-problem-button p span .show {
  display: inline-block;
}
.suit-problem-button p span.hide {
  width: 66px;
  display: none;
}
.suit-problem h2 {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width:767px) {
  .suit-problem h2 {
    margin-bottom: 36px;
  }
}
.suit-problem h2 span {
  font-size: 20px;
  line-height: 1;
  display: block;
  margin-bottom: 4px;
}
@media screen and (max-width:767px) {
  .suit-problem h2 span {
    font-size: 16px;
  }
}
.suit-problem h2 strong {
  font-size: 40px;
  line-height: 1;
}
@media screen and (max-width:767px) {
  .suit-problem h2 strong {
    font-size: 24px;
  }
}
.suit-problem-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .suit-problem-items {
    justify-content: center;
  }
}
.suit-problem-item {
  flex-basis: 396px;
}
@media screen and (max-width:767px) {
  .suit-problem-item {
    margin-bottom: 36px;
  }
}
@media screen and (min-width:768px) {
  .suit-problem-item:first-of-type {
    margin-bottom: 44px;
  }
}
.suit-problem-item__text {
  width: 100%;
  height: 216px;
  background: url(../images/bkg-bubble.webp) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 4px;
}
@media screen and (max-width:767px) {
  .suit-problem-item__text {
    height: 160px;
    width: 94.5%;
    margin: 0 auto -4px;
    background: url(../images/bkg-bubble-sp.webp) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width:767px) {
  .suit-problem-item__text.is-higher {
    height: 200px;
    background: url(../images/bkg-bubble-high-sp.webp) no-repeat;
    background-size: 100% 100%;
  }
}
@media screen and (max-width:767px) {
  .suit-problem-item__text.is-higher p {
    height: 172px;
  }
}
.suit-problem-item__text p {
  width: 100%;
  height: 169px;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 150%;
  padding: 0 20px;
}
@media screen and (max-width:767px) {
  .suit-problem-item__text p {
    height: 130px;
    font-size: 14px;
  }
}
.suit-problem-item__image {
  display: flex;
  justify-content: center;
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-resolve {
  background: url(../images/bkg-body-white.webp) repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 20;
}
.suit-resolve-header {
  max-width: 831px;
  height: 180px;
  margin: 0 auto;
  background: url(../images/bkg-resolve-header.webp) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width:767px) {
  .suit-resolve-header {
    background: url(../images/bkg-resolve-header.webp) no-repeat center top;
    background-size: 200% 100%;
  }
}
.suit-resolve-header h2 {
  text-align: center;
  padding-top: 36px;
}
@media screen and (max-width:767px) {
  .suit-resolve-header h2 {
    padding-top: 33px;
    position: relative;
    left: -2px;
  }
}
.suit-resolve-header h2 * {
  font-size: 32px;
  line-height: 150%;
  letter-spacing: -0.07em;
}
@media screen and (max-width:767px) {
  .suit-resolve-header h2 * {
    font-size: 24px;
    letter-spacing: -0.11em;
  }
}
.suit-resolve-header h2 span {
  position: relative;
  display: inline-block;
}
.suit-resolve-header h2 span:before {
  content: "・";
  color: #EA0032;
  display: block;
  position: absolute;
  top: -24px;
  left: -1px;
}
@media screen and (max-width:767px) {
  .suit-resolve-header h2 span:before {
    top: -18px;
    left: -2px;
    font-size: 25px;
  }
}
.suit-resolve-header h2 .dots {
  display: inline-block;
  position: relative;
  top: 11px;
}
@media screen and (max-width:767px) {
  .suit-resolve-header h2 .dots {
    top: 8px;
  }
}
.suit-resolve-content {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 58px;
}
@media screen and (max-width:767px) {
  .suit-resolve-content {
    padding-top: 93px;
    padding-bottom: 60px;
  }
}
.suit-resolve-content h2 {
  font-size: 40px;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 88px;
}
@media screen and (max-width:767px) {
  .suit-resolve-content h2 {
    font-size: 18px;
    letter-spacing: 0.07em;
    position: relative;
    left: -1px;
    margin-bottom: 47px;
  }
}
.suit-resolve-content h2 span {
  font-size: 64px;
  font-weight: 900;
  display: inline-block;
  margin-right: 3px;
  position: relative;
}
@media screen and (max-width:767px) {
  .suit-resolve-content h2 span {
    font-size: 30px;
    letter-spacing: 0.05em;
  }
}
.suit-resolve-content h2 span:before {
  content: "・";
  color: #EA0032;
  display: block;
  position: absolute;
  top: -43px;
  left: 18px;
  font-size: 32px;
}
@media screen and (max-width:767px) {
  .suit-resolve-content h2 span:before {
    top: -25px;
    left: 2px;
  }
}
.suit-resolve-content__item {
  background: #FDFAF6;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  height: 600px;
  box-sizing: border-box;
  padding: 40px;
  text-align: left;
}
@media screen and (min-width: 1400px) {
  .suit-resolve-content__item {
    height: 419px;
  }
}
@media screen and (max-width: 1024px) {
  .suit-resolve-content__item {
    height: 419px;
  }
}
@media screen and (max-width:767px) {
  .suit-resolve-content__item {
    padding: 23px 12px;
    height: auto;
  }
}
.suit-resolve-content__item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #131313;
  margin-bottom: 24px;
}
@media screen and (max-width:767px) {
  .suit-resolve-content__item h3 {
    font-size: 16px;
  }
}
.suit-resolve-content__item p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-resolve-content__item p {
    font-size: 14px;
  }
}
.suit-resolve .owl-stage {
  padding-bottom: 20px;
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-cta {
  background: #34387C;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .suit-cta {
    padding: 40px 16px;
  }
}
.suit-cta h2 {
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 25px;
}
@media screen and (max-width:767px) {
  .suit-cta h2 {
    font-size: 18px;
    text-align: left;
  }
}
.suit-cta-content p {
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  max-width: 80%;
  margin: 0 auto;
  line-height: 1.75;
}
.suit-cta-button {
  max-width: 460px;
  margin: 0 auto;
}
.suit-cta-button .c-button {
  height: 62px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #FFFFFF;
  font-size: 20px;
}
@media screen and (max-width:767px) {
  .suit-cta-button .c-button {
    font-size: 14px;
    height: 52px;
  }
}

.suit-feature {
  padding-top: 84px;
  max-width: 1248px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width:767px) {
  .suit-feature {
    background: url(../images/bkg-body.webp) repeat;
    background-size: auto 70px;
  }
}
.suit-feature-item {
  background: #fff;
  box-shadow: 0px 32px 24px rgba(0, 0, 0, 0.03);
  border-radius: 4px;
  padding: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .suit-feature-item {
    padding: 24px 16px;
    margin-bottom: 39px;
  }
}
.suit-feature-item:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .suit-feature-item:last-of-type {
    padding: 24px 14px;
  }
}
.suit-feature-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .suit-feature-item h3 {
    font-size: 18px;
  }
}
.suit-feature-item p {
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .suit-feature-item p {
    font-size: 14px;
    margin-bottom: 39px;
  }
}
.suit-feature-item__wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .suit-feature-item__wrap {
    display: block;
  }
}
.suit-feature-item__image {
  flex-basis: 48.3%;
}
@media screen and (max-width:767px) {
  .suit-feature-item__image {
    margin-bottom: 39px;
  }
}
@media screen and (max-width:767px) {
  .suit-feature-item__image:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width:767px) {
  .suit-feature-item__image.first img {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:767px) {
  .suit-feature-item__image.fifth img {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:767px) {
  .suit-feature-item__image.sixth img {
    margin-bottom: 16px;
  }
}
.suit-feature-item__image strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #131313;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .suit-feature-item__image strong {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.suit-feature-item__image img {
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-feature-item__image img {
    margin-bottom: 18px;
  }
}
.suit-feature-item__image aside {
  font-size: 16px;
  line-height: 150%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-feature-item__image aside {
    font-size: 14px;
  }
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-support {
  padding-top: 85px;
  padding-bottom: 80px;
  background: url(../images/bkg-body-white.webp) repeat;
  background-size: auto 70px;
}
@media screen and (max-width:767px) {
  .suit-support {
    padding-top: 43px;
    padding-bottom: 40px;
  }
}
.suit-support .c-heading {
  margin-bottom: 42px;
}
@media screen and (max-width:767px) {
  .suit-support .c-heading {
    margin-bottom: 45px;
  }
}
.suit-support .c-heading h2 {
  line-height: 120%;
}
@media screen and (max-width:767px) {
  .suit-support .c-heading h2 {
    font-size: 24px;
    letter-spacing: 0.038em;
  }
}
.suit-support-wrap {
  max-width: 1248px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .suit-support-wrap {
    padding: 0 16px;
  }
}
.suit-support p {
  max-width: 960px;
  margin: 0 auto 80px;
  font-size: 16px;
  line-height: 150%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-support p {
    font-size: 14px;
    margin: 0 auto 40px;
  }
}
.suit-support-items {
  max-width: 960px;
  margin: 0 auto 39px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .suit-support-items {
    display: block;
  }
}
.suit-support-item {
  flex-basis: 46.3%;
  text-align: center;
}
.suit-support-item:first-of-type {
  margin-bottom: 40px;
}
.suit-support-item__image {
  margin-bottom: 16px;
}
.suit-support-item h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #131313;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-support-item h3 {
    font-size: 18px;
  }
}
.suit-support-item aside {
  font-size: 16px;
  line-height: 150%;
  color: #131313;
  text-align: left;
  margin-left: 5px;
}
@media screen and (max-width:767px) {
  .suit-support-item aside {
    font-size: 14px;
    margin-left: 0;
  }
}
.suit-support-consulting {
  padding: 40px;
  max-width: 1248px;
  background: #FDFAF6;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  .suit-support-consulting {
    padding: 40px 16px;
  }
}
.suit-support-consulting h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
  color: #131313;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-support-consulting h3 {
    font-size: 18px;
  }
}
.suit-support-consulting strong {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #131313;
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-support-consulting strong {
    font-size: 16px;
    margin-bottom: 17px;
  }
}
.suit-support-consulting img {
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-support-consulting img {
    margin-bottom: 18px;
  }
}
.suit-support-consulting aside {
  font-size: 16px;
  line-height: 150%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-support-consulting aside {
    font-size: 14px;
  }
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-compare {
  padding-top: 85px;
  padding-bottom: 79px;
}
@media screen and (max-width:767px) {
  .suit-compare {
    padding-top: 43px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .suit-compare .c-heading {
    margin-bottom: 43px;
  }
}
.suit-compare .c-heading h2 {
  line-height: 120%;
}
@media screen and (max-width:767px) {
  .suit-compare .c-heading h2 {
    font-size: 32px;
  }
}
@media screen and (max-width:767px) {
  .suit-compare .c-heading strong {
    font-size: 18px;
  }
}
.suit-compare-wrap {
  max-width: 1248px;
  margin: 0 auto;
}
.suit-compare-table {
  display: flex;
  width: 100%;
}
@media screen and (max-width:767px) {
  .suit-compare-table {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
.suit-compare-table__titles {
  flex-basis: 25%;
  width: 25%;
}
@media screen and (max-width:767px) {
  .suit-compare-table__titles {
    flex-basis: 50%;
    width: 50%;
  }
}
.suit-compare-table__contents {
  display: flex;
  flex-basis: 75%;
  width: 75% !important;
}
@media screen and (max-width:767px) {
  .suit-compare-table__contents {
    flex-basis: 50%;
    width: 50%;
    max-width: 50%;
  }
}
.suit-compare-table__content {
  text-align: center;
  padding: 37px 0 32px;
  width: 74.3%;
  margin: 0 auto;
  border-bottom: solid 1px #E8EDF0;
}
@media screen and (max-width:767px) {
  .suit-compare-table__content {
    padding: 34px 0 29px;
    width: 82.3%;
  }
}
.suit-compare-table__content aside {
  font-size: 9px;
  line-height: 100%;
  text-align: center;
  color: #8D8D8D;
  letter-spacing: -0.06em;
}
.suit-compare-table__content.is-no-aside {
  padding: 15px 0 13px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__content.is-no-aside {
    padding: 13px 0 11px;
  }
}
.suit-compare-table__content.is-no-aside.communicate.first {
  padding: 24px 0 13px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__content.is-no-aside.communicate.first {
    padding: 20px 0 13px;
  }
}
.suit-compare-table__content.is-no-aside.relation, .suit-compare-table__content.is-no-aside.other {
  padding: 24px 0 13px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__content.is-no-aside.relation, .suit-compare-table__content.is-no-aside.other {
    padding: 21px 0 12px;
  }
}
.suit-compare-table__icon {
  width: 20px;
  margin: 0 auto 12px;
}
.suit-compare-table__icon.triangle {
  width: 22px;
}
.suit-compare-table__icon.cross {
  width: 16px;
}
.suit-compare-table__item {
  flex-basis: 33.3333333333%;
}
.suit-compare-table__item.titles {
  box-sizing: border-box;
  padding-left: 40px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.titles {
    padding-left: 0;
  }
}
.suit-compare-table__item.titles h3 {
  font-size: 24px;
  line-height: 100%;
  color: #131313;
  margin-bottom: 40px;
  padding-top: 71px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.titles h3 {
    font-size: 18px;
    margin-bottom: 32px;
    padding-top: 25px;
  }
}
.suit-compare-table__item.titles h3:first-of-type {
  padding-top: 160px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.titles h3:first-of-type {
    padding-top: 105px;
  }
}
.suit-compare-table__item.titles h3.relation {
  padding-top: 73px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.titles h3.relation {
    padding-top: 23px;
  }
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.titles h3.other {
    padding-top: 8px;
  }
}
.suit-compare-table__item.suitup {
  background: #fff;
  box-shadow: 0px 32px 24px rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  padding-bottom: 30px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.suitup {
    padding-bottom: 5px;
  }
}
.suit-compare-table__item.content h3 {
  width: 74.3%;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  color: #131313;
  padding-bottom: 96px;
  border-bottom: solid 1px #E8EDF0;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content h3 {
    padding-bottom: 34px;
  }
}
.suit-compare-table__item.content h3:first-of-type {
  padding-top: 40px;
  padding-bottom: 137px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content h3:first-of-type {
    padding-top: 26px;
    font-size: 18px;
    padding-bottom: 85px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__icon {
  margin-bottom: 5px;
}
.suit-compare-table__item.content.other .suit-compare-table__icon.organization {
  margin-bottom: 8px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__icon.organization {
    margin-bottom: 4px;
  }
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content {
    padding-bottom: 21px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside {
  padding-top: 18px;
  padding-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside {
    padding-top: 16px;
    padding-bottom: 14px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.organization {
  padding-top: 7px;
  padding-bottom: 10px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.organization {
    margin-bottom: 4px;
    padding-top: 0;
    padding-bottom: 4px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.organization.first {
  padding-top: 16px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.organization.first {
    padding-top: 9px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.communicate {
  padding-top: 17px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.communicate {
    padding-top: 14px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.communicate.first {
  padding-top: 26px;
  padding-bottom: 19px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.communicate.first {
    padding-top: 17px;
    padding-bottom: 21px;
  }
}
.suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.relation, .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.other {
  padding-top: 26px;
  padding-bottom: 19px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.relation, .suit-compare-table__item.content.other .suit-compare-table__content.is-no-aside.other {
    padding-top: 22px;
    padding-bottom: 17px;
  }
}
.suit-compare-table__child {
  padding-bottom: 10px;
}
.suit-compare-table__child.organization.first .suit-compare-table__content.is-no-aside {
  padding-top: 15px !important;
}
.suit-compare-table__child.organization .suit-compare-table__content.is-no-aside {
  padding-top: 5px !important;
}
@media screen and (max-width:767px) {
  .suit-compare-table__child.organization .suit-compare-table__content.is-no-aside {
    padding-bottom: 9px;
  }
}
.suit-compare-table__child.open .suit-compare-table__title h4:before {
  transform: rotate(0deg);
  top: -3px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__child.open .suit-compare-table__title h4:before {
    top: 4px;
  }
}
.suit-compare-table__child.is-no-span {
  margin-bottom: 16px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__child.is-no-span {
    margin-bottom: 14px;
  }
}
.suit-compare-table__title {
  margin-bottom: 22px;
}
.suit-compare-table__title h4 {
  position: relative;
  font-size: 18px;
  line-height: 100%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-compare-table__title h4 {
    font-size: 16px;
    display: flex;
    align-items: flex-start;
    padding-right: 15px;
  }
}
.suit-compare-table__title h4 i {
  font-size: inherit;
}
.suit-compare-table__title h4 span {
  display: block;
  font-size: 12px;
  line-height: 100%;
  color: #131313;
  padding-left: 27px;
  padding-top: 4px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__title h4 span {
    font-size: 10px;
    text-indent: -2px;
    padding-left: 0;
  }
}
.suit-compare-table__title h4:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 9px;
  background: url(../images/icn-chevron.svg) no-repeat;
  background-size: 100% 100%;
  transform: rotate(-90deg);
  transition: 0.3s;
  margin-right: 11px;
  position: relative;
  left: 2px;
  top: -1px;
}
@media screen and (max-width:767px) {
  .suit-compare-table__title h4:before {
    top: 4px;
  }
}
.suit-compare-table__title aside {
  font-size: 14px;
  line-height: 150%;
  color: #8D8D8D;
  max-width: 232px;
  padding-top: 16px;
}
@media screen and (max-width: 1100px) {
  .suit-compare-table__title aside {
    padding-right: 10px;
  }
}
@media screen and (max-width:767px) {
  .suit-compare-table__title aside {
    width: 165px;
    font-size: 12px;
  }
}
.suit-compare .owl-stage-outer {
  position: relative;
}
.suit-compare .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 34px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 91%;
  margin: auto;
}
@media screen and (max-width: 1100px) {
  .suit-compare .owl-nav {
    top: 49px;
  }
}
.suit-compare .owl-nav .disabled {
  opacity: 0;
  cursor: none;
}
.suit-compare .owl-nav .prev {
  transform: rotate(90deg);
  position: absolute;
  animation: arrowmove2 1s ease-in-out infinite;
}
.suit-compare .owl-nav .next {
  transform: rotate(-90deg);
  position: absolute;
  animation: arrowmove1 1s ease-in-out infinite;
}

@keyframes arrowmove1 {
  0% {
    right: 1%;
  }
  50% {
    right: 3%;
  }
  100% {
    right: 1%;
  }
}
@keyframes arrowmove2 {
  0% {
    left: 1%;
  }
  50% {
    left: 3%;
  }
  100% {
    left: 1%;
  }
}
body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-flow {
  padding-top: 85px;
  padding-bottom: 80px;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width:767px) {
  .suit-flow {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
.suit-flow .c-heading {
  margin-bottom: 33px;
}
@media screen and (max-width:767px) {
  .suit-flow .c-heading {
    margin-bottom: 37px;
  }
}
.suit-flow .c-heading h2 {
  line-height: 120%;
}
.suit-flow-wrap {
  max-width: 1248px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .suit-flow-wrap {
    padding: 0 16px;
  }
}
.suit-flow p {
  max-width: 1168px;
  margin: 0 auto 0px;
  font-size: 18px;
  line-height: 150%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-flow p {
    font-size: 14px;
  }
}
.suit-flow p.subtitle {
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .suit-flow p.subtitle {
    margin-bottom: 44px;
  }
}
.suit-flow-step {
  background: #FDFAF6;
  box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  padding-top: 45px;
}
@media screen and (max-width:767px) {
  .suit-flow-step {
    display: block;
    padding: 40px 16px;
  }
}
.suit-flow-step__item {
  flex-basis: 18%;
  position: relative;
}
@media screen and (max-width:767px) {
  .suit-flow-step__item {
    padding-bottom: 72px;
  }
}
.suit-flow-step__item:after {
  content: "";
  display: block;
  width: 20px;
  height: 228px;
  position: absolute;
  top: -5px;
  right: -60px;
  background: url(../images/border-flow.svg) no-repeat;
  background-size: 100% 100%;
}
@media screen and (max-width:767px) {
  .suit-flow-step__item:after {
    content: "";
    display: block;
    width: 100%;
    height: 25px;
    position: absolute;
    top: auto;
    right: 0;
    bottom: 25px;
    background: url(../images/border-flow-sp.svg) no-repeat;
    background-size: 100% 100%;
  }
}
.suit-flow-step__item:first-of-type {
  flex-basis: 18.6%;
}
.suit-flow-step__item:first-of-type strong {
  padding-right: 8px;
}
@media screen and (max-width:767px) {
  .suit-flow-step__item:first-of-type strong {
    padding-right: 6px;
  }
}
.suit-flow-step__item:nth-of-type(2) {
  flex-basis: 18.7%;
}
.suit-flow-step__item:nth-of-type(2) strong {
  padding-right: 3px;
}
.suit-flow-step__item:nth-of-type(3) {
  flex-basis: 18.6%;
}
.suit-flow-step__item:nth-of-type(3) strong {
  padding-right: 3px;
}
.suit-flow-step__item:last-of-type {
  flex-basis: 18.7%;
}
@media screen and (max-width:767px) {
  .suit-flow-step__item:last-of-type {
    padding-bottom: 0;
  }
}
.suit-flow-step__item:last-of-type strong {
  padding-right: 3px;
}
.suit-flow-step__item:last-of-type:after {
  display: none;
}
.suit-flow-step__title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 28px;
}
@media screen and (max-width:767px) {
  .suit-flow-step__title {
    padding-top: 6px;
    margin-bottom: 12px;
  }
}
.suit-flow-step__title span {
  font-weight: 700;
  font-size: 18px;
  line-height: 112%;
  color: #131313;
}
@media screen and (max-width:767px) {
  .suit-flow-step__title span {
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .suit-flow-step__title strong {
    padding: 0;
    position: relative;
    top: -7px;
  }
}
@media screen and (max-width:767px) {
  .suit-flow-step__title strong img {
    height: 50px;
  }
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-popup {
  position: fixed;
  max-width: 600px;
  right: 24px;
  bottom: 21.34px;
  background: #FFFFFF;
  border: 2px solid #34387C;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  z-index: 10000;
  padding: 24px;
}
@media screen and (max-width:767px) {
  .suit-popup {
    max-width: 361px;
    top: auto;
    right: 0;
    bottom: 16px;
    left: 0;
    margin: auto;
    padding: 24px 16px;
  }
}
.suit-popup .close {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: url(../images/icn-close.svg) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.suit-popup-title {
  text-align: center;
  margin-bottom: 17px;
}
@media screen and (max-width:767px) {
  .suit-popup-title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .suit-popup-title img {
    width: 112px;
    height: auto;
  }
}
.suit-popup-subtitle {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #34387C;
  margin-bottom: 18px;
}
@media screen and (max-width:767px) {
  .suit-popup-subtitle {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}
.suit-popup-subtitle img {
  display: block;
  margin-left: 8px;
}
@media screen and (max-width:767px) {
  .suit-popup-subtitle img {
    width: 11px;
    height: auto;
    margin-left: 2px;
  }
}
.suit-popup-subtitle img.backslash {
  margin-left: 0px;
  margin-right: 8px;
}
@media screen and (max-width:767px) {
  .suit-popup-subtitle img.backslash {
    margin-right: 2px;
  }
}
.suit-popup h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  color: #34387C;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .suit-popup h2 {
    margin-bottom: 12px;
    font-size: 24px;
    letter-spacing: 0.01em;
  }
}
.suit-popup h2:after {
  content: "";
  display: block;
  width: 87%;
  height: 8px;
  background: #FFD167;
  border-radius: 10000000000000px;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width:767px) {
  .suit-popup h2:after {
    width: 96%;
  }
}
.suit-popup h2 strong {
  font-weight: 700;
  font-size: 48px;
  line-height: 100%;
  color: #34387C;
  display: inline-block;
  padding: 0 16px;
}
@media screen and (max-width:767px) {
  .suit-popup h2 strong {
    font-size: 32px;
    padding: 0 4px;
    letter-spacing: 0.01em;
  }
}
.suit-popup-list li {
  display: flex;
  margin-bottom: 0;
}
.suit-popup-list li p, .suit-popup-list li span {
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #292727;
  letter-spacing: 0em;
}
@media screen and (max-width:767px) {
  .suit-popup-list li p, .suit-popup-list li span {
    font-size: 12px;
  }
}
.suit-popup-list li:last-of-type {
  margin-bottom: 0;
}

body {
  font-size: 14px;
  background: url(../images/bkg-body.webp) repeat;
  background-size: auto 70px;
}
body * {
  font-family: kinto-sans, sans-serif;
  font-weight: 500;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }
}

@media screen and (min-width:768px) {
  .pc {
    display: block !important;
  }
  .pc.inline {
    display: inline-block !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  .sp.inline {
    display: none !important;
  }
}
@media screen and (max-width:767px) {
  .sp {
    display: block !important;
  }
  .sp.inline {
    display: inline-block !important;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.6;
}

.suit-footer {
  background: #34387C;
  border-top: 1px solid #E4E7EC;
  padding-top: 49px;
}
@media screen and (max-width:767px) {
  .suit-footer {
    padding-top: 0px;
  }
}
.suit-footer-wrap {
  max-width: 1248px;
  margin: 0 auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .suit-footer-wrap {
    padding: 38px 16px 40px;
    display: block;
  }
}
.suit-footer-info__logo {
  padding-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .suit-footer-info__logo {
    padding-top: 0;
  }
}
.suit-footer-info__text {
  max-width: 400px;
}
.suit-footer-info__text p {
  color: #fff;
  font-size: 14px;
  line-height: 160%;
}
.suit-footer-info__sns {
  padding-top: 40px;
}
.suit-footer-info__sns strong {
  color: #fff;
  font-size: 12px;
  line-height: 120%;
}
.suit-footer-info__sns ul {
  padding-top: 13px;
  display: flex;
}
.suit-footer-info__sns ul li {
  margin-right: 10px;
}
.suit-footer-nav {
  flex-basis: 52.5%;
  padding-top: 30px;
}
@media screen and (max-width:767px) {
  .suit-footer-nav {
    padding-top: 79px;
  }
}
.suit-footer-nav > ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .suit-footer-nav > ul {
    display: block;
  }
}
.suit-footer-nav > ul > li {
  flex-basis: 189px;
}
@media screen and (max-width:767px) {
  .suit-footer-nav > ul > li {
    margin-bottom: 31px;
  }
}
.suit-footer-nav > ul > li:first-of-type {
  position: relative;
  left: -2px;
}
.suit-footer-nav > ul > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .suit-footer-nav > ul > li:last-of-type ul li:last-of-type {
    margin-bottom: 0;
  }
}
.suit-footer-nav > ul > li > a {
  font-weight: 700;
  font-size: 12px !important;
  line-height: 120%;
  display: inline-block;
  margin-bottom: 33px;
}
@media screen and (max-width:767px) {
  .suit-footer-nav > ul > li > a {
    margin-bottom: 18px;
  }
}
.suit-footer-nav > ul > li li {
  margin-bottom: 15px;
}
.suit-footer-nav > ul li {
  text-align: right;
}
@media screen and (max-width:767px) {
  .suit-footer-nav > ul li {
    text-align: left;
  }
}
.suit-footer-nav > ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 120%;
}
.suit-footer-copy {
  padding: 40px 0;
  background: #303475;
}
@media screen and (max-width:767px) {
  .suit-footer-copy {
    padding: 40px 16px;
  }
}
.suit-footer-copy p {
  max-width: 1248px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 160%;
  color: #FFFFFF;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.2s, transform 0.5s;
}

.fade-in.show {
  opacity: 1;
  visibility: visible;
}

/** form.html **/
.form {
  height: -webkit-fill-available;
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  .form {
    padding-top: 80px;
  }
}
.form-wrap {
  display: flex;
  height: -webkit-fill-available;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.form-wrap:after {
  background-size: 100% 100%;
  background: url(../images/bkg-mv.svg) no-repeat;
  bottom: -360px;
  content: "";
  display: block;
  height: 792px;
  left: -317px;
  position: absolute;
  width: 792px;
  z-index: 1;
}
.form-content {
  display: flex;
  height: -webkit-fill-available;
  justify-content: center;
  position: relative;
  width: 100%;
}
.google-form {
  max-width: 640px;
  min-height: 100%;
  width: 100%;
}

/** thanks.html **/
.thanks {
  height: -webkit-fill-available;
  overflow: hidden;
  padding-top: 40px;
}
@media screen and (max-width:767px) {
  .thanks {
    padding-top: 80px;
  }
}
.thanks-wrap {
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
  align-items: center;
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
  transition: 0.3s;
  width: 100%;
}
.thanks-wrap:after {
  background-size: 100% 100%;
  background: url(../images/bkg-mv.svg) no-repeat;
  bottom: -360px;
  content: "";
  display: block;
  height: 792px;
  left: -317px;
  position: absolute;
  width: 792px;
  z-index: 1;
}
.thanks-content {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: -webkit-fill-available;
  max-width: 640px;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
@media screen and (max-width:767px) {
  .thanks-content {
    align-items: flex-start;
  }
}
.thanks-content h2 {
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 150%;
  margin-bottom: 24px;
  transition: 0.3s;
}
@media screen and (max-width: 960px) {
  .thanks-content h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width:767px) {
  .thanks-content h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.thanks-content p {
  color: #292727;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 200%;
  margin-bottom: 40px;
}
@media screen and (max-width:767px) {
  .thanks-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.thanks-button {
  position: relative;
  width: 100%;
  z-index: 2;
}
.thanks-button p {
  font-size: 14px !important;
  padding: 24px 0;
}
@media screen and (max-width:767px) {
  .thanks-button p {
    font-size: 12px !important;
  }
}