@charset "UTF-8";
@media print {
  .global-nav,
  .side-bar,
  .breadcrumbs,
  .anchor-link,
  .print,
  .header__navigation,
  .btn__small,
  .btn__midium,
  .btn__large,
  .pdf-download,
  .footer {
    display: none;
  }
  .content__main {
    width: 1200px;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  position: relative;
  word-break: break-all;
  font-family: "Barlow", "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  color: #353e45;
  overflow-x: hidden;
  word-break: break-all;
}

a {
  color: #353e45;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 600;
}
a:hover {
  cursor: pointer;
}

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

svg {
  vertical-align: bottom;
}

p {
  line-height: 1.75;
  font-weight: 400;
}
p:not(:last-of-type) {
  margin-bottom: 1em;
}

@media screen and (max-width: 575px) {
  .pc-only {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .tb-only {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .sp-only {
    display: none;
  }
}
footer {
  text-align: center;
  background: #495867;
  padding: 5rem 0;
}
footer p {
  text-align: center;
  margin-bottom: 2rem;
}
footer p img {
  margin: auto;
}
footer small {
  text-align: center;
  font-size: 0.875rem;
  color: #fff;
  font-family: "Barlow", sans-serif;
}
footer ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
footer ul li a {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 400;
}

h2 {
  position: relative;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #2278ce;
  background: url(/images/ithaken/bg_h2.svg) no-repeat bottom center;
  padding-bottom: 1.5rem;
}
h2 span {
  font-size: 2rem;
  color: #353e45;
  display: block;
}

h3 {
  font-weight: 600;
  font-size: 1.275rem;
  line-height: 1.6;
}

h4 {
  font-size: 2rem;
  font-weight: 600;
}

.box {
  background-color: #fff;
  border-radius: 8px;
  padding: 1.75rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
          box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
}
.box h3 {
  text-align: center;
  margin-bottom: 1rem;
}

.btn--cv {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn--cv a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 420px;
  height: 80px;
  margin: auto;
  color: #fff;
  background: #f06122;
  font-size: 1.25rem;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
}
.btn--cv:hover a {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background: #fff;
  color: #f06122;
  border: 1px #f06122 solid;
}
.btn--head {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn--head a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 280px;
  height: 56px;
  margin: auto;
  color: #fff;
  background: #f06122;
  font-size: 1rem;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
}
.btn--head:hover a {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background: #fff;
  color: #f06122;
  border: 1px #f06122 solid;
}
.btn--kv {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn--kv a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 384px;
  height: 74px;
  color: #fff;
  background: #f06122;
  font-size: 1.125rem;
  text-align: center;
  border-radius: 8px;
  font-weight: 700;
}
.btn--kv:hover a {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  background: #fff;
  color: #f06122;
  border: 1px #f06122 solid;
}

.cv {
  position: relative;
  margin: 0 auto;
  padding: 3.5rem 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(114, 212, 255)), to(rgb(91, 164, 237)));
  background-image: -webkit-linear-gradient(left, rgb(114, 212, 255), rgb(91, 164, 237));
  background-image: linear-gradient(90deg, rgb(114, 212, 255), rgb(91, 164, 237));
}
.cv h2 {
  color: #fff;
  background: none;
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0;
}

.kv {
  width: 100%;
  height: 700px;
  position: relative;
  background: url(/images/ithaken/bg_kv.jpg) no-repeat right;
  background-size: cover;
}
.kv__head {
  width: 94vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  padding: 1.5rem 0 0 0;
}
.kv__head div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
.kv__head img {
  width: 140px;
}
.kv__head p {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
}
.kv__content {
  width: 1200px;
  margin: auto;
  position: relative;
}
.kv__content h1 {
  color: #fff;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 2.5rem;
}
.kv__content h1 span {
  font-size: 2rem;
  display: block;
  line-height: 2.4;
}
.kv__content h1 span.badge {
  display: inline-block;
  background: #fff;
  border-radius: 999px;
  color: #353e45;
  font-size: 1.125rem;
  padding: 0.5rem 1rem;
  line-height: 1;
}
.kv__content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px #fff solid;
  margin-bottom: 2rem;
}
.kv__content li {
  width: 25%;
  border-right: 1px #fff solid;
  color: #fff;
  text-align: center;
  padding: 0.5rem 1rem;
  font-weight: 600;
}
.kv__content li span {
  color: #fdffc1;
  font-size: 1.25rem;
}
.kv__content li span.small {
  font-size: 0.875rem;
  color: #fff;
  font-weight: 400;
  margin-top: 0.5rem;
  display: block;
}

.section01 {
  padding: 5rem 0 7.5rem 0;
}
.section01__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section01__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section01__head p {
  text-align: center;
  font-weight: 500;
}
.section01__content01 {
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(114, 212, 255)), to(rgb(91, 164, 237)));
  background-image: -webkit-linear-gradient(left, rgb(114, 212, 255), rgb(91, 164, 237));
  background-image: linear-gradient(90deg, rgb(114, 212, 255), rgb(91, 164, 237));
  border-radius: 999px;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 2.5rem;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
          box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
}
.section01__content01 h3 {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.section01__content01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section01__content01 li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 282px;
  height: 282px;
  background: #fff;
  border-radius: 9999px;
  color: #2278ce;
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
          box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
}
.section01__content02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem;
}
.section01__content02 div {
  width: 236px;
}
.section01__content02 div h4 {
  background: #f1f8ff;
  color: #2278ce;
  text-align: center;
  font-size: 1.125rem;
  padding: 0.25rem 0;
}
.section01__content02 div p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: -8px;
}
.section01__content02 div p span {
  font-size: 3.5rem;
  color: #f06122;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}

.section02 {
  padding: 5rem 0 0 0;
  background: #f7f7f7;
}
.section02__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section02__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section02__head p {
  text-align: center;
  font-weight: 500;
}
.section02__content01 {
  position: relative;
  background: url(/images/ithaken/img_line-01.svg) no-repeat center bottom;
  padding-bottom: 4rem;
}
.section02__content01::before {
  background: url(/images/ithaken/img_trouble-01.png);
  width: 123px;
  height: 222px;
  background-size: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 120px;
}
.section02__content01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.section02__content01 li {
  width: 160px;
}
.section02__content01 li p {
  font-weight: 600;
  text-align: center;
}
.section02__content01 li p span {
  color: #2278ce;
  text-decoration: underline;
  font-weight: 600;
}

.section03 {
  padding: 2rem 0 7.5rem 0;
  background-image: url(/images/ithaken/bg_solution.svg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  background-color: #f7f7f7;
}
.section03__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section03__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section03__head p {
  text-align: center;
  font-weight: 500;
}
.section03__content01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section03__content01 li {
  width: 384px;
  min-height: 380px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
          box-shadow: 0px 0px 16px 0px rgba(86, 122, 159, 0.24);
  border-radius: 8px;
  background: #fff;
}
.section03__content01 li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px;
}
.section03__content01 li p {
  font-weight: 600;
  text-align: center;
  font-size: 1.125rem;
}
.section03__content01 li p span {
  color: #f06122;
  font-weight: 700;
  font-size: 1.25rem;
}
.section03__content01 li p span.number {
  font-size: 2rem;
}
.section03__content01 li p a {
  color: #f06122;
  display: inline-block;
  background: url(/images/ithaken/ico_external.svg) no-repeat center right;
  padding-right: 1rem;
}

.section04 {
  position: relative;
  padding: 5.5rem 0 3.5rem 0;
  background: #f0f8ff;
}
.section04__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section04__head {
  position: relative;
  margin-bottom: 5rem;
}
.section04__head p {
  text-align: center;
  font-weight: 500;
}
.section04 .box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 3rem;
  margin-bottom: 4rem;
  padding: 4rem 3rem;
}
.section04 .box::before {
  position: absolute;
  width: 80px;
  height: 80px;
  content: "";
  background-image: url(/images/ithaken/ico_no-01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  top: -44px;
  left: 46.75%;
}
.section04 .box:nth-child(2)::before {
  background-image: url(/images/ithaken/ico_no-02.svg);
}
.section04 .box:nth-child(3)::before {
  background-image: url(/images/ithaken/ico_no-03.svg);
}
.section04 .box:nth-child(3) img {
  width: 534px;
}
.section04 .box div {
  width: 470px;
}
.section04 .box h3 {
  font-size: 1.75rem;
  text-align: left;
  margin-bottom: 1.5rem;
}
.section04 .box h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffad89));
  background: -webkit-linear-gradient(transparent 60%, #ffad89 0%);
  background: linear-gradient(transparent 60%, #ffad89 0%);
  display: inline;
  padding: 0 1px 0px;
}
.section04 .box h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #2278ce;
}
.section04 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5rem 0.5rem;
  width: 624px;
}
.section04 .box li {
  font-size: 0.75rem;
  background: #eaf4ff;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
}

.section05 {
  background: #f7f7f7;
  padding: 5rem 0 7.5rem 0;
}
.section05__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section05__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section05__head p {
  text-align: center;
  font-weight: 500;
}
.section05__content01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.section05__content01 .box {
  width: 588px;
}
.section05__content01 .box h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  background: url(/images/ithaken/img_line-02.svg) no-repeat bottom;
  padding-bottom: 1.5rem;
}
.section05__content01 .box h3::before {
  content: "課題";
  background: #2278ce;
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  margin-right: 1rem;
}
.section05__content01 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section05__content01 .box ul::before {
  content: "解決";
  background: #f06122;
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  margin-right: 1rem;
  font-weight: 700;
}
.section05__content01 .box ul li {
  border-radius: 999px;
  background: #eaf4ff;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
}

.section06 {
  padding: 5rem 0 7.5rem 0;
}
.section06__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section06__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section06__head p {
  text-align: center;
  font-weight: 500;
}
.section06__content01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
.section06__content01 .box {
  width: 588px;
  background: #f1f8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.section06__content01 .box h3 {
  font-size: 1.75rem;
  color: #2278ce;
  text-align: left;
  background: url(/images/ithaken/img_line-02.svg) no-repeat bottom;
  padding-bottom: 1.5rem;
}
.section06__content01 .box h3 span {
  font-size: 1.25rem;
  display: block;
}
.section06__content01 .box ul {
  margin-bottom: 2rem;
}
.section06__content01 .box ul li {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  background: url(/images/ithaken/ico_check.svg) no-repeat center left;
  padding-left: 2rem;
}

.section07 {
  padding: 0 0 7.5rem 0;
}
.section07__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section07__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section07__head p {
  text-align: center;
  font-weight: 500;
}
.section07__content01 .box {
  background: #f1f8ff;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 4rem;
  margin-bottom: 2rem;
}

.section08 {
  padding: 5rem 0 7.5rem 0;
  background: #f7f7f7;
}
.section08__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section08__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section08__head h2 {
  color: #353e45;
  font-size: 2rem;
}
.section08__content01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section08__content01 .box {
  position: relative;
  width: 216px;
}
.section08__content01 .box::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 42px;
  right: -25px;
  top: 44%;
  content: "";
  background: url(/images/ithaken/ico_process-arrow.svg) no-repeat;
}
.section08__content01 .box:nth-child(5)::after {
  background: none;
}
.section08__content01 .box h3 {
  font-size: 1.2rem;
  text-align: center;
}
.section08__content01 .box h3 span {
  color: #2278ce;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 1rem;
}
.section08__content01 .box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section08__content01 .box ul::before {
  content: "解決";
  background: #f06122;
  border-radius: 999px;
  color: #fff;
  font-size: 0.875rem;
  padding: 0.25rem 0.75rem;
  margin-right: 1rem;
  font-weight: 700;
}
.section08__content01 .box ul li {
  border-radius: 999px;
  background: #eaf4ff;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
}

.section09 {
  padding: 5rem 0 7.5rem 0;
  background: #f0f8ff;
}
.section09__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section09__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section09__head h2 {
  color: #353e45;
  font-size: 2rem;
}
.section09__content01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.section09__content01 div {
  position: relative;
  width: 520px;
}
.section09__content01 div p {
  font-size: 1.125rem;
}
.section09__content01 div p span {
  color: #f06122;
  font-size: 2rem;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
}
.section09__content01 img {
  width: 588px;
  border-radius: 8px;
}

.section10 {
  padding: 5rem 0 7.5rem 0;
}
.section10__main {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.section10__head {
  position: relative;
  margin-bottom: 3.5rem;
}
.section10__head h2 {
  color: #353e45;
  font-size: 2rem;
}
.section10__content01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.section10__content01 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.section10__content01 li {
  background: #eaf4ff;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
}

.fade {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.animated {
  opacity: 100;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media screen and (max-width: 1375px) {
  .kv__head {
    width: 92vw;
  }
  .kv__head img {
    width: 12vw;
  }
  .kv__content {
    width: 92vw;
  }
  .kv__content h1 {
    font-size: 5rem;
  }
  .section01__main {
    width: 92vw;
  }
  .section01__content01 li {
    width: 24vw;
    height: 24vw;
    font-size: 1.25rem;
  }
  .section01__content02 {
    gap: 2.5rem;
  }
  .section01__content02 div {
    width: 24vw;
  }
  .section02__main {
    width: 92vw;
  }
  .section02__content01::before {
    width: 123px;
    height: 222px;
    background-size: 100%;
    top: 240px;
  }
  .section03__main {
    width: 92vw;
  }
  .section03__content01 li {
    width: 30vw;
  }
  .section04__main {
    width: 92vw;
  }
  .section04 img {
    width: 44vw !important;
  }
  .section05__main {
    width: 92vw;
  }
  .section05__content01 .box {
    width: 44vw;
  }
  .section06__main {
    width: 92vw;
  }
  .section06__content01 .box {
    width: 44vw;
  }
  .section07__main {
    width: 92vw;
  }
  .section08__main {
    width: 92vw;
  }
  .section08__content01 .box {
    width: 16vw;
  }
  .section09__main {
    width: 92vw;
  }
  .section09__content01 div {
    width: 40vw;
  }
  .section09__content01 img {
    width: 48vw;
  }
  .section10__main {
    width: 92vw;
  }
}
@media screen and (max-width: 833px) {
  .kv__head {
    width: 92vw;
  }
  .kv__head img {
    width: 12vw;
  }
  .kv__content {
    width: 92vw;
  }
  .kv__content h1 {
    font-size: 4.5rem;
  }
  .section04 img {
    width: 36vw !important;
  }
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 2rem;
  }
  h2 span {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.125rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  .box {
    padding: 1.5rem;
  }
  .btn--cv a {
    width: 92vw;
  }
  .btn--head a {
    width: 24vw;
    font-size: 0.65rem;
  }
  .btn--kv a {
    width: 92vw;
  }
  .cv h2 {
    font-size: 1.25rem;
  }
  .kv {
    height: auto;
    padding-bottom: 3.5rem;
  }
  .kv__head {
    width: 92vw;
    margin-bottom: 1.5rem;
  }
  .kv__head div {
    display: block;
  }
  .kv__head img {
    width: 24vw;
    margin-bottom: 0.5rem;
  }
  .kv__head p {
    font-size: 0.5rem;
  }
  .kv__content {
    width: 92vw;
  }
  .kv__content h1 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .kv__content h1 span {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  .kv__content h1 span.badge {
    font-size: 0.875rem;
    line-height: 1.2;
    margin-bottom: 1rem;
  }
  .kv__content ul {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .kv__content li {
    width: 50%;
    padding: 0.25rem 0.75rem;
    margin-bottom: 1rem;
  }
  .kv__content li span {
    font-size: 1.125rem;
  }
  .kv__content li span.small {
    font-size: 0.75rem;
  }
  .section01__content01 {
    padding: 1.5rem 0;
    margin-bottom: 2.5rem;
    border-radius: 32px;
  }
  .section01__content01 h3 {
    font-size: 1.25rem;
  }
  .section01__content01 ul {
    display: block;
  }
  .section01__content01 li {
    width: 84vw;
    height: auto;
    margin: 0 auto 1rem auto;
    border-radius: 16px;
    padding: 1rem 0;
  }
  .section01__content02 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
  .section01__content02 div {
    width: 30vw;
  }
  .section01__content02 div h4 {
    font-size: 1rem;
    padding: 0.25rem 0;
  }
  .section01__content02 div p {
    font-size: 1.25rem;
    margin-top: 0;
    line-height: 1.4;
  }
  .section01__content02 div p span {
    font-size: 2rem;
  }
  .section02__content01::before {
    width: 62px;
    height: 111px;
    left: 2vw;
    top: -94px;
  }
  .section02__content01 ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 0.5rem;
  }
  .section02__content01 li {
    width: 40vw;
  }
  .section03__content01 ul {
    display: block;
  }
  .section03__content01 li {
    width: 92vw;
    min-height: auto;
    margin-bottom: 1rem;
  }
  .section03__content01 li div {
    min-height: auto;
    padding: 2.5rem 0;
  }
  .section04 .box {
    display: block;
    margin-bottom: 2.5rem;
    padding: 2.5rem 1.5rem;
  }
  .section04 .box img {
    width: 80vw !important;
    margin: 0 auto 1.5rem auto;
  }
  .section04 .box::before {
    width: 12vw;
    height: 12vw;
    top: -24px;
    left: 44.75%;
  }
  .section04 .box:nth-child(3) img {
    width: 64vw;
  }
  .section04 .box div {
    width: 100%;
  }
  .section04 .box h3 {
    font-size: 1.5rem;
  }
  .section04 .box h4 {
    font-size: 1.125rem;
  }
  .section04 .box ul {
    width: 100%;
    margin-top: 1.5rem;
  }
  .section05__content01 {
    display: block;
  }
  .section05__content01 .box {
    width: 92vw;
    margin-bottom: 1rem;
  }
  .section05__content01 .box h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .section05__content01 .box h3::before {
    height: 32px;
    white-space: nowrap;
  }
  .section05__content01 .box ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .section05__content01 .box ul::before {
    height: 32px;
    white-space: nowrap;
  }
  .section06__content01 {
    display: block;
  }
  .section06__content01 .box {
    width: 92vw;
    margin-bottom: 1rem;
  }
  .section06__content01 .box h3 {
    font-size: 1.25rem;
  }
  .section06__content01 .box h3 span {
    font-size: 1rem;
  }
  .section06__content01 .box ul li {
    font-size: 1rem;
  }
  .section07__head {
    position: relative;
    margin-bottom: 3.5rem;
  }
  .section07__head p {
    text-align: center;
    font-weight: 500;
  }
  .section07__content01 .box {
    background: #f1f8ff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
  .section08__head h2 {
    font-size: 1.5rem;
  }
  .section08__content01 {
    display: block;
  }
  .section08__content01 .box {
    width: 92vw;
    margin-bottom: 1rem;
  }
  .section08__content01 .box::after {
    background: none;
    display: none;
  }
  .section08__content01 .box img {
    width: 40vw;
    margin: auto;
  }
  .section09__head h2 {
    font-size: 1.5rem;
  }
  .section09__content01 {
    display: block;
  }
  .section09__content01 div {
    width: 92vw;
    margin-bottom: 3rem;
  }
  .section09__content01 img {
    width: 92vw;
  }
  .section10__head h2 {
    font-size: 1.5rem;
  }
  .section10__content01 li {
    font-size: 0.875rem;
  }
  footer p {
    text-align: center;
    margin-bottom: 2rem;
  }
  footer p img {
    margin: auto;
  }
  footer small {
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
    font-family: "Barlow", sans-serif;
  }
  footer ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2rem;
  }
  footer ul li a {
    font-size: 0.75rem;
  }
}/*# sourceMappingURL=style.css.map */
