@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Zen+Kaku+Gothic+New:wght@700&display=swap');
@import url('https://use.typekit.net/mxk8gca.css');
@font-face {
  font-family: 'FutoMaru';
  src: url('../fonts/DF-FutoMaruGothic-W9.woff') format('woff');
}
/*** The new CSS reset - version 1.5.1 (last updated 1.3.2022) ***/
body {
  margin: 0;
  padding: 0;
}
p, h1, h2, h3, a, ul {
  margin: 0;
  padding: 0;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a, button {
  cursor: revert;
}
ol, ul, menu {
  list-style: none;
}
img {
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
textarea {
  white-space: revert;
}
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert;
}
::-webkit-input-placeholder {
  color: unset;
}
::-moz-placeholder {
  color: unset;
}
:-ms-input-placeholder {
  color: unset;
}
::-ms-input-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}
:where([hidden]) {
  display: none;
}
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}
:where([draggable='true']) {
  -webkit-user-drag: element;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}
button:hover {
  cursor: pointer;
}
img {
  -o-object-fit: contain;
  object-fit: contain;
}
.ict picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ict .u-color--white {
  color: #fff;
}
.ict .u-en {
  font-family: 'dinosaur', sans-serif;
}
.ict .c-marker {
  position: relative;
  z-index: 1;
  display: inline;
}
.ict .c-marker::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: '';
  background-color: #ffdd63;
}
@media screen and (min-width: 1000px) {
  .ict .c-marker::after {
    height: 1.8rem;
    border-radius: .7rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .c-marker::after {
    height: 3.51562vw;
    border-radius: .91146vw;
  }
}
.ict .c-marker2 {
  position: relative;
  z-index: 1;
  display: inline;
}
.ict .c-marker2::after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: '';
  background-color: #ffdd63;
}
@media screen and (min-width: 1000px) {
  .ict .c-marker2::after {
    height: 1rem;
    border-radius: .7rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .c-marker2::after {
    height: 2.34375vw;
    border-radius: .91146vw;
  }
}
.ict .l-header__btn.fw-w {
  width: auto;
}
.ict .c-btn--intro02 {
  width: 13.2rem;
  height: 4.8rem;
  padding: 0;
  border: 0.4rem solid #0081cb;
  background: #0081cb;
}
@media screen and (min-width: 768px) {
  .ict .c-btn--intro02:hover {
    border: 0.4rem solid #000000;
  }
}
.ict .c-btn--intro02 span {
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .ict .c-btn--intro02:hover span {
    color: #fff;
  }
}
.ict .c-btn--intro02:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .ict .c-btn--tel-sp {
    width: 22.733vw;
    height: 8vw;
    padding: 0;
    background: #0081cb;
    color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .ict .c-btn--tel-sp img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .ict .p-mv {
    background: url('../img/ict/mv-bg.png') repeat-x center top;
  }
}
.ict .p-mv__inner {
  position: relative;
  margin: 0 auto;
  z-index: 6;
}
@media screen and (min-width: 768px) {
  .ict .p-mv__inner {
    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;
    max-width: 112rem;
    padding: 0 2rem;
    min-height: 491px;
    background: url('../img/ict/mv.jpg') no-repeat center top;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__inner {
    min-height: 81.333vw;
    background: url('../img/ict/sp/mv.jpg') no-repeat center top/cover;
    overflow: hidden;
  }
}
.ict .p-mv__text {
  position: relative;
  width: 64.2rem;
  margin: 3.6rem 0 0 4rem;
}
@media screen and (max-width: 1080px) {
  .ict .p-mv__text {
    width: 100%;
    margin: 6rem 0 0 5.6rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text {
    width: 100%;
    margin: 2.133vw 0 0 5.066vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-ttl {
    margin-right: 5.6vw;
  }
}
.ict .p-mv__text-ttl img {
  height: auto;
}
@media screen and (max-width: 1080px) {
  .ict .p-mv__text-ttl picture {
    width: 50rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-ttl picture {
    float: right;
    width: 44.8vw;
    margin: 0 5.6vw 0 10vw;
  }
}
.ict .p-mv__text-ttl img.logo {
  width: 34.6rem;
  margin-top: 9.5rem;
}
@media screen and (max-width: 1080px) {
  .ict .p-mv__text-ttl img.logo {
    margin-top: 12.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-ttl img.logo {
    width: 46.133vw;
    margin-top: 22.666vw;
  }
}
.ict .p-mv__text-text01 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  color: #fff;
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .ict .p-mv__text-text01 {
    float: left;
    margin: -3.5rem 0 0 37.8rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-text01 {
    margin-left: 4%;
    font-size: calc((30 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.38889;
    letter-spacing: -.06em;
  }
}
.ict .p-mv__text-text01 .c-line--catch::before, .ict .p-mv__text-text01 .c-line--catch::after {
  height: 2.4rem;
  bottom: 7%;
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-text01 .c-line--catch::before, .ict .p-mv__text-text01 .c-line--catch::after {
    height: 3.90625vw;
  }
}
.ict .p-mv__text-text01 .c-line--catch::before {
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
}
.ict .p-mv__text-text01 .c-line--catch::after {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
  box-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
}
.ict .p-mv__text-text02 {
  color: #fff;
  font-size: 3.7rem;
  font-weight: 700;
  line-height: 1.1;
  text-shadow: 5px 5px 9px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-text02 {
    font-size: calc((40 / 768) * 100vw);
    line-height: 1.38889;
  }
}
.ict .p-mv__text-text02 .large {
  color: #ff8143;
  font-size: 4.9rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-text02 .large {
    font-size: calc((54 / 768) * 100vw);
  }
}
.ict .p-mv__text-text02 .small {
  font-size: 2.96rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv__text-text02 .small {
    font-size: calc((32 / 768) * 100vw);
  }
}
.ict .p-mv__img {
  position: relative;
  width: 36.2rem;
  margin: 24.9rem 1.1rem -3rem 0;
}
@media screen and (max-width: 1080px) {
  .ict .p-mv__img {
    position: absolute;
    right: 0;
    width: 28rem;
    margin: 15rem 1.1rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv__img {
    position: absolute;
    top: 28.533vw;
    right: 2vw;
    width: 45.333vw;
    margin: 0;
  }
}
.ict .p-mv__img img {
  height: auto;
}
.ict .p-mv-cta {
  padding: 1.8rem 0 4rem;
  background: #d1ebff;
}
.ict .p-mv-cta__spc {
  padding: 4rem 0 4rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta {
    padding: 4vw 0 4.8vw;
  }
}
.ict .p-mv-cta__text {
  margin-bottom: 1.2rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__text {
    font-size: calc((28 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-mv-cta__text .large {
  font-size: 2.64rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__text .large {
    font-size: calc((33.6 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-mv-cta__text .num {
  padding: 0 0.3rem;
  font-family: 'dinosaur', sans-serif;
  font-size: 3.74rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__text .num {
    font-size: calc((37.4 / 768) * 100vw);
  }
}
.ict .p-mv-cta__text .u-en {
  font-size: 3.74rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__text .u-en {
    font-size: calc((47.6 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-mv-cta__box {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__box {
    display: block;
  }
}
.ict .p-mv-cta__box .c-btn--cta {
  width: 42.3rem;
  height: 10.3rem;
  font-size: 3.52rem;
  font-weight: 700;
  line-height: 1.28571;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(119, 167, 203, 1.0);
  box-shadow: 0 0 12px rgba(119, 167, 203, 1.0);
  background: #0081cb;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__box .c-btn--cta {
    width: 61.733vw;
    height: 15.066vw;
    margin: 0 auto;
    font-size: calc((38.4 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-mv-cta__box .p-mv-cta--contact {
  margin-left: 3.4rem;
  color: #36a2e0;
  background: #ffffff;
  border: .6rem solid #36a2e0;
}
.ict .p-mv-cta__box .c-btn--contact2 {
  width: 46.4rem;
  height: 10.3rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__box .c-btn--contact2 {
    width: 66.666vw;
    height: 15.066vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__box .p-mv-cta--contact {
    margin: 4.266vw auto 0;
    border: .3rem solid #36a2e0;
  }
}
.ict .p-mv-cta__box .c-btn--contact {
  border: .6rem solid #0081cb;
}
.ict .p-mv-cta__box .c-btn--cta:hover {
  border: .4rem solid #000;
}
.ict .p-mv-cta__box .c-btn--contact::after {
  display: none;
}
.ict .p-mv-cta__box .c-btn--cta .large {
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  .ict .p-mv-cta__box .c-btn--cta .large {
    font-size: calc((48 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-cta {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999px) {
  .ict .p-cta .c-line--catch {
    display: inline-block;
  }
}
.ict .p-cta .u-en {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ict .p-cta .u-en {
    font-size: calc((30 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-cta .u-color--white .u-en {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: .75;
  position: relative;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ict .p-cta .u-color--white .u-en {
    font-size: calc((48 / 768) * 100vw);
    font-weight: 700;
    line-height: .75;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-cta .u-color--white .u-en {
    top: .3rem;
    padding: 0 .4rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-cta .u-color--white .u-en {
    top: .39062vw;
    padding: 0 .52083vw;
  }
}
.ict .p-cta02 {
  margin-top: .7rem;
  background: #d1ebff;
}
.ict .p-cta02 .c-btn--cta {
  width: 42.3rem;
  height: 10.3rem;
  font-size: 4.1rem;
  font-weight: 700;
  line-height: 1.28571;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(119, 167, 203, 1.0);
  box-shadow: 0 0 12px rgba(119, 167, 203, 1.0);
  background: #0081cb;
  border: .4rem solid #0081cb;
}
@media screen and (max-width: 767px) {
  .ict .p-cta02 .c-btn--cta {
    width: 46.266vw;
    height: 13.733vw;
    text-align: center;
    font-size: calc((36 / 768) * 100vw);
  }
}
.ict .p-cta02 .c-btn--cta:hover {
  border: .4rem solid #000;
}
.ict .p-cta02 .c-btn--cta::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .ict .p-cta02 .c-btn--cta span {
    margin: 0;
  }
}
.ict .p-cta02 .c-btn--download .small {
  font-size: 3.28rem;
}
@media screen and (max-width: 767px) {
  .ict .p-cta02 .c-btn--cta .small {
    margin: 0;
    font-size: calc((28.8 / 768) * 100vw);
  }
}
.ict .p-cta02 .c-btn--contact {
  margin-left: 3.4rem;
  color: #36a2e0;
  background: #ffffff;
  border: .6rem solid #ffffff;
  font-size: 3.9rem;
}
@media screen and (max-width: 767px) {
  .ict .p-cta02 .c-btn--contact {
    margin-left: 1.333vw;
    font-size: calc((36 / 768) * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-cta02__text--02 {
    margin-bottom: 2.8rem;
  }
}
.ict .p-cta02__text--02 {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .ict .p-cta02__text--02 {
    margin-bottom: 2.8rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-cta02__text--02 {
    margin-bottom: 3.64583vw;
  }
}
.ict .p-cta02__text--02 .small {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ict .p-cta02__text--02 .small {
    font-size: calc((28 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-cta02__text--02 .small {
    margin-bottom: .5rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-cta02__text--02 .small {
    margin-bottom: .65104vw;
  }
}
.ict .p-cta02__text--02 .small .u-en {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ict .p-cta02__text--02 .small .u-en {
    font-size: calc((33.6 / 768) * 100vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
  }
}
.ict .p-cta02__text--02 .large {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ict .p-cta02__text--02 .large {
    font-size: calc((33.6 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.39881;
    letter-spacing: 0;
  }
}
.ict .p-cta02__text--02 .large .u-en {
  font-size: 6rem;
  font-weight: 700;
  line-height: .6;
  letter-spacing: 0;
}
@media screen and (max-width: 999px) {
  .ict .p-cta02__text--02 .large .u-en {
    font-size: calc((56 / 768) * 100vw);
    font-weight: 700;
    line-height: .83929;
    letter-spacing: 0;
  }
}
.ict .p-cta02 .c-line--catch::before, .ict .p-cta02 .c-line--catch::after {
  background: #a3d7f5;
}
.ict .p-cta02 .p-cta__number {
  color: #0081cb;
}
.ict .p-cta02 .p-cta__number:hover {
  color: #333333;
}
.ict .p-cta02 .p-cta__time {
  color: #333333;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .ict .p-cta02 .p-cta__time {
    font-size: calc((24 / 768) * 100vw);
  }
}
.ict .p-about {
  padding-top: 9.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ict .p-about {
    padding-top: 8.533vw;
  }
}
.ict .p-about__ttl {
  margin-bottom: 1.2rem;
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ict .p-about__ttl {
    font-size: calc((32 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
  }
}
.ict .p-about__text {
  font-size: 2.4rem;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .ict .p-about__text {
    font-size: calc((24 / 768) * 100vw);
  }
}
.ict .p-about__text sup {
  vertical-align: super;
  font-size: 60%;
}
.ict .p-about__text .small {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ict .p-about__text .small {
    font-size: calc((18 / 768) * 100vw);
  }
}
.ict .p-about__sttl {
  margin-top: 5.4rem;
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .ict .p-about__sttl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 2.8rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__sttl {
    margin: 6vw 0 5.33vw;
    font-size: calc((32 / 768) * 100vw);
  }
}
.ict .p-about__sttl .u-en {
  font-size: 4.16rem;
}
@media screen and (max-width: 767px) {
  .ict .p-about__sttl .u-en {
    font-size: calc((51.2 / 768) * 100vw);
  }
}
.ict .p-about__wrap {
  position: relative;
  margin-top: 2.6rem;
}
@media screen and (min-width: 1021px) {
  .ict .p-about__wrap {
    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;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .ict .p-about__wrap {
    display: block;
    width: 43.8rem;
  }
}
@media screen and (min-width: 768px) {
  .ict .p-about__wrap {
    -webkit-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__wrap {
    margin-top: 6.133vw;
  }
}
.ict .p-about__item {
  background-color: #fdefe1;
  border-radius: 2rem;
}
@media screen and (max-width: 1020px) {
  .ict .p-about__item {
    margin-bottom: 4rem;
  }
}
@media screen and (min-width: 768px) {
  .ict .p-about__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -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: 43.8rem;
    padding-bottom: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item {
    position: relative;
    width: 84.533vw;
    margin: 0 auto;
    padding-top: 0.8vw;
    padding-bottom: 2.4vw;
    border-radius: 2.666vw;
  }
}
.ict .p-about__item__ttl {
  background: #ffdd63;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .ict .p-about__item__ttl {
    position: relative;
    width: 42.8rem;
    min-height: 14.8rem;
    margin: 0.5rem;
    padding-top: 1rem;
    border-radius: 2rem 2rem 0 0;
    font-size: 2.0rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__ttl {
    margin: 0 0.8vw;
    padding: 3.333vw 0 0 0;
    border-radius: 2.666vw 2.666vw 0 0;
  }
}
.ict .p-about__item__ttl .small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__ttl .small {
    font-size: calc((24 / 768) * 100vw);
    font-weight: 700;
  }
}
.ict .p-about__item__ttl .c-line--catch {
  display: inline-block;
  margin: 0.3rem 0;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__ttl .c-line--catch {
    margin: 0;
    font-size: calc((24 / 768) * 100vw);
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design .c-line--catch {
    font-size: calc((28.8 / 768) * 100vw);
    font-weight: 700;
  }
}
.ict .p-about__item__ttl .c-line--catch::before, .ict .p-about__item__ttl .c-line--catch::after {
  height: 2.4rem;
  bottom: 7%;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__ttl .c-line--catch::before, .ict .p-about__item__ttl .c-line--catch::after {
    height: 3.90625vw;
  }
}
.ict .p-about__item__ttl .c-line--catch::before {
  left: -1.5rem;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.ict .p-about__item__ttl .c-line--catch::after {
  right: -1.5rem;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}
.ict .p-about__item__system .p-about__item__ttl img {
  position: absolute;
  bottom: -3.9rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__system .p-about__item__ttl img {
    position: relative;
    bottom: 0;
    width: 59.466vw;
    margin: 1.666vw 0 -5.333vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design .p-about__item__ttl img {
    width: 46.133vw;
    margin-bottom: 1.666vw;
  }
}
.ict .p-about__item__list {
  position: relative;
  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;
  align-items: flex-start;
  margin: 3rem -2.2rem 0;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__list {
    margin-top: 1.866vw;
  }
}
.ict .p-about__item__list li {
  position: relative;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
  color: #ff6600;
  font-weight: 700;
  line-height: 1.3;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .ict .p-about__item__list li {
    width: 12.1rem;
    min-height: 12.1rem;
    padding-top: 1.2rem;
    margin-left: -0.6rem;
    font-size: 2.9rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__list li {
    width: 24vw;
    min-height: 24vw;
    padding-top: 3.066vw;
    margin-left: -1.333vw;
    font-size: calc((42.52 / 768) * 100vw);
    line-height: 1.22;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__list li:last-child {
  z-index: 1;
}
.ict .p-about__item__list li:first-child:before, .ict .p-about__item__list li:last-child:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.7rem;
  left: -0.7rem;
  width: 13.4rem;
  height: 13.5rem;
  border: 0.7rem solid #fdefe1;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__list li:first-child:before, .ict .p-about__item__list li:last-child:before {
    top: -0.8vw;
    left: -0.8vw;
    width: 25.866vw;
    height: 25.866vw;
    border: 0.8vw solid #fdefe1;
  }
}
.ict .p-about__item__list li:after {
  content: '';
  position: absolute;
  top: 4.2rem;
  right: 0.4rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url('../img/ict/about-kirakira.png') no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item li:after {
    top: 8.533vw;
    right: 1.2vw;
    width: 5.333vw;
    height: 5.333vw;
  }
}
.ict .p-about__item__list li .large {
  display: inline-block;
  margin-top: -1rem;
  color: #ff6600;
  font-family: 'dinosaur', sans-serif;
  font-size: 5.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__list li .large {
    margin-top: -1.333vw;
    font-size: calc((79.73 / 768) * 100vw);
    line-height: 1.22;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__list li .small {
  position: relative;
  color: #333333;
  font-size: 1.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__list li .small {
    font-size: calc((25 / 768) * 100vw);
    line-height: 1.22;
    letter-spacing: -.02em;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design {
    padding-bottom: 0;
  }
}
.ict .p-about__item__design__list {
  position: relative;
  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;
  align-items: flex-start;
  margin: 0.7rem 0 0;
}
@media screen and (min-width: 768px) {
  .ict .p-about__item__design__list {
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__list {
    margin: -1.466vw 0 0;
    -webkit-column-gap: 0.933vw;
    -moz-column-gap: 0.933vw;
    column-gap: 0.933vw;
  }
}
.ict .p-about__item__design__list li {
  position: relative;
  background: #ffffff;
  border-radius: 100%;
  text-align: center;
  font-weight: 700;
  line-height: 1.3;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .ict .p-about__item__design__list li {
    width: 14.6rem;
    min-height: 14.6rem;
    padding-top: 1.2rem;
    color: #ff6600;
    font-size: 4.0rem;
    line-height: 1.2;
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__list li {
    width: 30.133vw;
    min-height: 30.133vw;
    margin-bottom: -2.666vw;
    padding-top: 1.2rem;
    border: 0.8vw solid #fdefe1;
    color: #ff6600;
    font-size: calc((57.6 / 768) * 100vw);
    line-height: 1;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__design__list li .small {
  position: relative;
  display: inline-block;
  color: #333333;
  font-size: 1.7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__list li .small {
    font-size: calc((25 / 768) * 100vw);
    line-height: 1;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__design__list li .small span {
  position: relative;
  color: #333333;
  font-size: 1.2rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__list li .small span {
    font-size: calc((17 / 768) * 100vw);
    line-height: 1;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__design__list li .large {
  display: inline-block;
  color: #ff6600;
  font-family: 'dinosaur', sans-serif;
  font-size: 5.0rem;
  line-height: 0.6;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__list li .large {
    margin-top: 1.5vw;
    font-size: calc((72 / 768) * 100vw);
    line-height: 0.5;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__design__list li .large .small {
  margin-top: 0.5rem;
  color: #ff6600;
  font-family: 'FutoMaru', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__list li .large .small {
    font-size: calc((23 / 768) * 100vw);
    line-height: 1;
    letter-spacing: -.02em;
  }
}
.ict .p-about__item__design__img1 {
  position: absolute;
  bottom: 0.6rem;
  left: -4.8rem;
  width: 7.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__img1 {
    bottom: 2.666vw;
    left: -8.933vw;
    width: 14.4vw;
  }
}
.ict .p-about__item__design__img2 {
  position: absolute;
  bottom: 0.6rem;
  right: -3.3rem;
  width: 5.8rem;
}
@media screen and (max-width: 767px) {
  .ict .p-about__item__design__img2 {
    right: -5.8666vw;
    bottom: 2.666vw;
    width: 10.666vw;
  }
}
.ict .p-improvement {
  margin-top: 11.5rem;
  padding: 10rem 0 8rem;
  background: #f7f6f3;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement {
    margin-top: 13.333vw;
    padding: 10.666vw 0 6.933vw;
  }
}
.ict .p-improvement__bg {
  max-width: 994px;
  margin: 4.8rem auto 0;
  padding: 4.2rem;
  border: 0.4rem solid #f9e2cc;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__bg {
    margin-top: 4.666vw;
    padding: 2vw 1.6vw;
    border: 0.666vw solid #fce5d0;
    border-radius: 2vw;
  }
}
.p-improvement__inner {
  padding-bottom: 4.4rem;
  background: #fdf1e6;
  border-radius: 1.5rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__inner {
    padding-bottom: 5.333vw;
    border-radius: 2vw;
  }
}
.ict .p-improvement__block {
  position: relative;
  max-width: 810px;
  margin: 4rem auto 0;
  padding-top: 0.3rem;
  background: url('../img/ict/improvement-bg01.png') repeat-x left top;
}
@media screen and (max-width: 1000px) {
  .ict .p-improvement__block {
    margin: 4rem 2rem 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__block {
    margin: 5.333vw 2.66vw 0;
  }
}
.ict .p-improvement__block:first-child {
  margin-top: 0;
  background: none;
}
.ict .p-improvement__ttl {
  position: relative;
  min-height: 18rem;
  padding: 6.4rem 0 0 45.6rem;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 1000px) {
  .ict .p-improvement__ttl {
    font-size: 2rem;
    letter-spacing: -.02em;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl {
    padding: 10vw 0 0 44vw;
    min-height: 26.933vw;
    font-size: calc((30 / 768) * 100vw);
    line-height: 1.5;
    letter-spacing: -.02em;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl--sp2 {
    padding: 5vw 0 0 50.133vw;
  }
}
.ict .p-improvement__ttl--img {
  position: absolute;
  bottom: 1rem;
  left: 10.8rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl--img {
    top: 4vw;
    left: -1.466vw;
    width: 41.333vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl--sp2 .p-improvement__ttl--img {
    top: 2.66vw;
    left: 0.6vw;
  }
}
.ict .p-improvement__ttl--img2 {
  position: absolute;
  bottom: -0.5rem;
  left: 6.6rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl--img2 {
    bottom: 0;
    left: 0.6vw;
    width: 33.866vw;
  }
}
.ict .p-improvement__ttl--icon {
  position: absolute;
  bottom: inherit;
  top: 5.2rem;
  left: 36.6rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl--icon {
    top: 9.333vw;
    left: 31.466vw;
    width: 12.266vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__ttl--sp2 .p-improvement__ttl--icon {
    left: 38.133vw;
  }
}
.ict .p-improvement__check {
  text-align: center;
}
.ict .p-improvement__check--text {
  position: relative;
  display: inline-block;
  min-height: 5.9rem;
  padding: 0.8rem 3rem 0.6rem 4rem;
  border: 0.3rem solid #ffa264;
  border-radius: 3rem;
  background: #fff;
  color: #ff6600;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__check--text {
    min-height: 10.4vw;
    padding: 2vw 5.333vw 2vw 7.466vw;
    border: 0.666vw solid #ffa264;
    font-size: calc((36 / 768) * 100vw);
    letter-spacing: -.02em;
  }
}
.ict .p-improvement__check--text:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.3rem;
  width: 4.2rem;
  height: 4.2rem;
  margin: auto 0;
  background: url('../img/ict/improvement-check.png') no-repeat center center;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__check--text:before {
    left: -2.666vw;
    width: 7.2vw;
    height: 7.2vw;
    background: url('../img/ict/improvement-check.png') no-repeat center center/cover;
  }
}
.ict .p-improvement__check--text:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.4rem;
  right: 0;
  left: 0;
  width: 2.2rem;
  height: 1.4rem;
  margin: 0 auto;
  background: url('../img/ict/improvement-fukidashi.png') no-repeat center center;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__check--text:after {
    bottom: -2.4vw;
    width: 4.266vw;
    height: 2.4vw;
    background: url('../img/ict/improvement-fukidashi.png') no-repeat center center/cover;
  }
}
.ict .p-improvement__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -1.6rem;
  padding-top: 4.3rem;
  background: #ffffff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__wrap {
    display: block;
    width: 77.866vw;
    margin: -3.466vw auto 0;
    padding-top: 6.666vw;
    border-radius: 2vw;
  }
}
@media screen and (min-width: 768px) {
  .ict .p-improvement__list {
    width: 34.2rem;
  }
}
.ict .p-improvement__list li {
  position: relative;
  margin: 0 3.0rem 1rem 4.0rem;
  padding-left: 1.7rem;
  font-size: 1.7rem;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .ict .p-improvement__list li {
    margin: 0 3.0rem 1rem 2.0rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__list li {
    margin: 0 3.2vw 1.866vw;
    padding-left: calc((24 / 768) * 100vw);
    font-size: calc((24 / 768) * 100vw);
    letter-spacing: -.02em;
  }
}
.ict .p-improvement__list--mark {
  position: absolute;
  top: 0;
  left: 0;
}
.ict .p-improvement__img {
  width: 46.8rem;
}
@media screen and (max-width: 1000px) {
  .ict .p-improvement__img {
    padding-right: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__img {
    width: auto;
    margin: 4.533vw 3.466vw 0;
    padding-right: 0;
  }
}
.ict .p-improvement__img img {
  vertical-align: top;
}
.ict .p-improvement__img--spc {
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__img--spc {
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .ict .p-improvement__wrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 2.2rem;
    -moz-column-gap: 2.2rem;
    column-gap: 2.2rem;
    margin-top: 8.2rem;
  }
}
.ict .p-improvement__item {
  position: relative;
  width: 39.4rem;
  margin-top: -1.6rem;
  background: #ffffff;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__item {
    width: 77.866vw;
    margin: 15.466vw auto 0;
    padding-top: 1px;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__item--sp2 {
    margin: 10.933vw auto 0;
  }
}
.ict .p-improvement__item--check {
  margin-top: -7rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__item--check {
    margin-top: -13.6vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__item--sp2 .p-improvement__item--check {
    margin-top: -7.466vw;
  }
}
.ict .p-improvement__item--check span {
  padding-bottom: 1rem;
  border-radius: 10rem;
}
.ict .p-improvement__item--list {
  width: 100%;
  margin-top: 1.4rem;
}
.ict .p-improvement__item--list li {
  margin: 0 3rem 1rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__item--list li {
    margin: 0 2.66vw 1.866vw;
  }
}
.ict .p-improvement__item--img {
  margin-top: 2.7rem;
  text-align: center;
}
.ict .p-improvement__item--img img {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__wrap2 .p-improvement__item--img {
    width: 81.066vw;
    margin: 0 -1.6vw 0;
    padding-bottom: 2.66vw;
  }
}
.ict .p-improvement__accout {
  margin-top: 2rem;
  padding: 1.5rem 0 2.0rem;
  background: #d1ebff;
  border-radius: 0 0 1rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__accout {
    font-size: calc((22 / 768) * 100vw);
    letter-spacing: -.02em;
    border-radius: 0 0 2vw 2vw;
  }
}
.ict .p-improvement__accout--text {
  font-size: 1.4rem;
  font-weight: 700;
}
.ict .p-improvement__accout--text .large {
  font-size: 1.68rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__accout--text .large {
    font-size: calc((26.4 / 768) * 100vw);
    letter-spacing: -.02em;
  }
}
.ict .p-improvement__accout--btn {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all .2s;
  transition: all .2s;
  letter-spacing: 0;
  border-radius: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 29.8rem;
  height: 5.7rem;
  margin: 1rem auto 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.28571;
  color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(119, 167, 203, 1.0);
  box-shadow: 0 0 12px rgba(119, 167, 203, 1.0);
  background: #0081cb;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__accout--btn {
    width: 62.666vw;
    height: 12vw;
    font-size: calc((39 / 768) * 100vw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0;
  }
}
.ict .p-improvement__accout--btn .small {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__accout--btn .small {
    font-size: calc((31.2 / 768) * 100vw);
  }
}
.ict .p-improvement__accout--btn:hover {
  border: solid .4rem #000;
}
.ict .p-improvement__accout--btn .small {
  font-size: 2.0rem;
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__link {
    margin-top: 4vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__link a {
    display: inline-block;
    position: relative;
    padding-right: 3.466vw;
    color: #ff6600;
    font-size: calc((24 / 768) * 100vw);
    line-height: 2;
    border-bottom: 1px solid #ff6600;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-improvement__link a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 1.866vw;
    height: 2.666vw;
    right: 0;
    background: url('../img/ict/sp/improvement-arrow.png') no-repeat center center/cover;
  }
}
.ict .p-function {
  padding: 11.5rem 0 2.6rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function {
    padding: 14.66vw 0 4vw;
  }
}
.ict .p-function__ttl .small {
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ict .p-function__ttl .small {
    font-size: calc((26.4 / 768) * 100vw);
  }
}
.ict .p-function__ttl .large {
  display: inline;
  font-size: 5.6rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ict .p-function__ttl .large {
    font-size: calc((71.4 / 768) * 100vw);
  }
}
.ict .p-function__ttl .small2 {
  display: inline;
  font-size: 3.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .ict .p-function__ttl .small2 {
    font-size: calc((42 / 768) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide {
    padding-bottom: 6.666vw;
  }
}
.ict .p-function__slide__wrap {
  position: relative;
  max-width: 92.4rem;
  margin: 3.8rem auto 0;
  padding-left: 2rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap {
    width: auto;
    margin: 5.066vw -2.60417vw 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__inner {
    padding-left: 20px;
    overflow: hidden;
  }
}
.ict .p-function__slide__wrap .swiper-slide {
  width: 43.3rem;
  padding-bottom: 6.4rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap .swiper-slide {
    width: 72vw;
    overflow: hidden;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap .swiper-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 5;
    webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap .swiper-slide-active:after {
    margin-left: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap .swiper-pagination {
    left: -20px;
    bottom: 0;
  }
}
.ict .p-function__slide__wrap .swiper-pagination-bullet {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 0.8rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap .swiper-pagination-bullet {
    width: 3.2vw;
    height: 3.2vw;
    margin: 0 1.733vw;
  }
}
.ict .p-function__slide .swiper-pagination-bullet-active {
  background: #ffa264;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .ict .p-function__slide .swiper-pagination-bullet-active {
    background: #ffa264;
    opacity: 1;
  }
}
.ict .p-function__slide__wrap .c-swiper-button__prev {
  left: 0;
  margin-top: -3.2rem;
}
.ict .p-function__slide__wrap .c-swiper-button__next {
  right: 0;
  margin-top: -3.2rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function__slide__wrap .c-swiper-button__next {
    display: block;
    right: 10vw;
    width: 9.866vw;
    height: 9.866vw;
    margin-top: -3.466vw;
  }
}
.ict .p-function__block {
  position: relative;
  width: 41.3rem;
  height: 39rem;
  margin: 0 1rem;
  border: .4rem solid #ffb371;
  border-radius: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block {
    width: 100%;
    height: 69.33vw;
    margin: 0;
    border: 0.666vw solid #ffb371;
    border-radius: 2vw;
  }
}
.ict .p-function__block--bg01 {
  background: url('../img/ict/function-bg01.png') no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block--bg01 {
    background-size: 31.466vw auto;
  }
}
.ict .p-function__block--bg02 {
  background: url('../img/ict/function-bg02.png') no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block--bg02 {
    background-size: 35.46vw auto;
  }
}
.ict .p-function__block--bg03 {
  background: url('../img/ict/function-bg03.png') no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block--bg03 {
    background-size: 31.466vw auto;
  }
}
.ict .p-function__block--bg04 {
  background: url('../img/ict/function-bg04.png') no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block--bg04 {
    background-size: 35.46vw auto;
  }
}
.ict .p-function__block--bg05 {
  background: url('../img/ict/function-bg05.png') no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block--bg05 {
    background-size: 35.46vw auto;
  }
}
.ict .p-function__block--bg06 {
  background: url('../img/ict/function-bg06.png') no-repeat right bottom;
}
@media screen and (max-width: 767px) {
  .ict .p-function__block--bg06 {
    background-size: 31.466vw auto;
  }
}
.ict .p-function__text {
  padding-top: 1.7rem;
  text-align: center;
  font-size: 2.9rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ict .p-function__text {
    padding-top: 3.066vw;
    font-size: calc((38 / 768) * 100vw);
  }
}
.ict .p-function__text img {
  margin: 0 1rem 0.6rem 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .ict .p-function__text img {
    width: 11.466vw;
    margin: 0 1.866vw 0 0;
  }
}
.ict .p-function__list {
  margin: 0.5rem 3em 0 3.6rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function__list {
    margin: 2.66vw 5.33vw 0 6.66vw;
  }
}
.ict .p-function__list li {
  position: relative;
  margin-bottom: 0.6rem;
  padding-left: 2.3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function__list li {
    margin-bottom: 1.33vw;
    padding-left: 4vw;
    font-size: calc((24 / 768) * 100vw);
  }
}
.ict .p-function__list .p-function__list--spc {
  padding: 0;
}
.ict .p-function__list li .small {
  color: #666666;
  font-size: 1.68rem;
}
@media screen and (max-width: 767px) {
  .ict .p-function__list li .small {
    font-size: calc((22 / 768) * 100vw);
  }
}
.ict .p-function__list--mark {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff6600;
}
.ict .p-function__btn {
  position: absolute;
  bottom: 2.6rem;
  right: 0;
  left: 0;
  width: 25.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ict .p-function__btn {
    bottom: 4.933vw;
  }
}
.ict .p-function__btn .c-btn--service {
  width: 25.4rem;
  height: 6.2rem;
  border: .3rem solid #f60;
}
@media screen and (max-width: 767px) {
  .ict .p-function__btn .c-btn--service {
    width: 44vw;
    height: 10.666vw;
    border: 0.666vw solid #f60;
  }
}
.ict .p-case {
  margin-top: 0.7rem;
  padding: 11rem 0 10.5rem;
  background: #f7f6f3;
}
@media screen and (max-width: 767px) {
  .ict .p-case {
    margin-top: 1.066vw;
    padding: 13.33vw 0 12.66vw;
  }
}
@media screen and (min-width: 768px) {
  .ict .p-case__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 988px;
    margin: 4rem auto 4.4rem;
    border-radius: 1rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-case__wrap {
    margin: 5.33vw auto 0;
    border: 0.666vw solid #f0efea;
    border-radius: 2vw;
    overflow: hidden;
  }
}
.ict .p-case__item {
  width: 49.2rem;
  background: #fff url('../img/ict/case-arrow.png') no-repeat 98% center;
}
@media screen and (max-width: 767px) {
  .ict .p-case__item {
    width: auto;
    background-size: 3.466vw auto;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-case__item + .p-case__item {
    border-top: 0.666vw solid #f0efea;
  }
}
.ict .p-case__item a {
  display: block;
  padding: 3rem 6rem 3rem 2.5rem;
  color: #333;
  -webkit-transition: all .2s;
  transition: all .2s;
  letter-spacing: 0;
  overflow: hidden;
}
.ict .p-case__item a:hover {
  color: #f60;
}
@media screen and (max-width: 767px) {
  .ict .p-case__item a {
    padding: 5.6vw 6.66vw 0 3vw;
  }
}
.ict .p-case__img {
  float: left;
  width: 14.2rem;
  margin-right: 2.3rem
}
@media screen and (max-width: 1000px) {
  .ict .p-case__img {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-case__img {
    width: 26.666vw;
    margin-right: 3.2vw;
  }
}
.ict .p-case__ttl {
  padding-top: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ict .p-case__ttl {
    font-size: calc((30 / 768) * 100vw);
  }
}
.ict .p-case__text {
  margin-top: 0.7rem;
  text-align: right;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .ict .p-case__text {
    font-size: calc((24 / 768) * 100vw);
  }
}
.ict .p-case__btn .c-btn--service {
  width: 29.2rem;
  height: 6.8rem;
  border: .3rem solid #f60;
}
@media screen and (max-width: 767px) {
  .ict .p-case__btn .c-btn--service {
    width: 45.333vw;
    height: 10.666vw;
    margin-top: 4vw;
    border: 0.666vw solid #f60;
  }
}
.ict .p-flow {
  padding: 11rem 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .ict .p-flow {
    padding: 12vw 0 5.6vw;
  }
}
@media screen and (min-width: 1100px) {
  .ict .p-flow__wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 994px;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-flow__wrap {
    position: relative;
    margin-top: 5.6vw;
  }
}
.ict .p-flow__img {
  position: absolute;
  top: -13.6rem;
  right: 21.8rem;
}
@media screen and (max-width: 767px) {
  .ict .p-flow__img {
    width: 18.933vw;
    top: -21.866vw;
    right: 4.533vw;
  }
}
.ict .p-flow__item {
  width: 30.8rem;
  margin: 0 auto;
  padding-bottom: 2rem;
  border: 0.3rem solid #fdf1e6;
  border-radius: 1rem;
  background: #fff;
}
@media screen and (max-width: 1100px) {
  .ict .p-flow__item {
    width: 80%;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-flow__item {
    position: relative;
    width: 93.333vw;
    margin-bottom: 4vw;
    padding: 4.266vw 0 4.266vw 18.133vw;
    border: 0.666vw solid #fdf1e6;
  }
}
.ict .p-flow__ttl {
  position: relative;
  padding: 2.6rem 0 0 13rem;
  color: #ff6600;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ict .p-flow__ttl {
    padding: 0;
    font-size: calc((30 / 768) * 100vw);
  }
}
.ict .p-flow__ttl img {
  position: absolute;
  top: 1.6rem;
  left: -1.3rem;
}
@media screen and (max-width: 767px) {
  .ict .p-flow__ttl img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-flow__item--step1:before {
    content: '';
    position: absolute;
    top: -2.133vw;
    left: 2.8vw;
    width: 11.066vw;
    height: 115.2vw;
    background: url('../img/ict/sp/flow-img05.png') no-repeat center center/cover;
    z-index: 3;
  }
}
.ict .p-flow__text {
  margin: 1.6rem 2.6rem 0;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ict .p-flow__text {
    margin: 0;
    font-size: calc((24 / 768) * 100vw);
  }
}
.ict .p-security {
  margin-top: 0.7rem;
  padding: 9rem 0 8rem;
  background: #f7f6f3;
}
@media screen and (max-width: 767px) {
  .ict .p-security {
    margin-top: 1.066vw;
    padding: 13.33vw 0 0;
  }
}
.ict .p-security__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 90.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .ict .p-security__wrap {
    width: auto;
    padding-bottom: 16vw;
  }
}
.ict .p-security__item {
  width: 43.4rem;
  margin-top: 3rem;
  padding-bottom: 2rem;
  border: 0.4rem solid #fff;
  border-radius: 1.5rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .ict .p-security__item {
    width: 45.066vw;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-security__item {
    border-radius: 3vw;
  }
}
.ict .p-security__ttl {
  display: block;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 6.1rem;
  background: #797979;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .ict .p-security__ttl {
    height: 14.133vw;
    text-align: center;
    font-size: calc((30 / 768) * 100vw);
  }
}
.ict .p-security__text {
  margin: 2.4rem 2.6rem 0;
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ict .p-security__text {
    margin: 4vw 3.2vw 4vw 4vw;
    font-size: calc((24 / 768) * 100vw);
  }
}
.ict .p-seminar {
  padding: 0;
  background: none;
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar .c-case-slider__wrap {
    margin: 0 -1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .ict .p-seminar .c-case-slider__wrap {
    margin: 5.333vw -2.60417vw 0;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-seminar .c-case-slider__wrap {
    margin-bottom: 10.15625vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar .c-case-slider {
    padding: 0 1.2rem;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar .c-swiper-button__prev {
    margin: 2rem 0 0 2rem;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar .c-swiper-button__next {
    margin: 2rem 2rem 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar__bg {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-seminar__bg {
    padding: 13.02083vw 0;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-seminar__bg .c-case-slider {
    padding: 2vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar__img {
    border-radius: .8rem;
    border: .3rem solid #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  }
}
@media screen and (max-width: 999px) {
  .ict .p-seminar__img {
    border-radius: 2.083333333333333vw;
    border: 0.666vw solid #ffffff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar__btn .c-btn--service {
    width: 36.8rem;
    height: 6rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-seminar__btn .c-btn--service {
    width: 62.29167vw;
    height: 10.15625vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-seminar__btn .c-btn--service:hover .u-color--orange {
    color: #fff;
  }
}
.ict .p-faq {
  margin: 0;
  padding: 0;
}
.ict .p-faq__bg {
  background-color: #f7f6f3;
}
@media screen and (min-width: 1000px) {
  .ict .p-faq__bg {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-faq__bg {
    padding: 13.02083vw 0;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-faq__bg .c-subttl {
    margin-bottom: 5.9rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-faq__bg .c-subttl {
    margin-bottom: 11.52344vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-faq__btn {
    margin-top: 4.2rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-faq__btn {
    margin-top: 5.46875vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-faq__btn .c-btn--service {
    width: 33.8rem;
    height: 6rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-faq__btn .c-btn--service {
    width: 57.21354vw;
    height: 10.15625vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-faq__btn .c-btn--service:hover .u-color--orange {
    color: #fff;
  }
}
.ict .c-floatcta a {
  font-size: 2.52rem;
  line-height: 1;
  color: #fff;
  border: 2px solid #f60;
  background-color: #f60;
}
@media screen and (max-width: 767px) {
  .ict .c-floatcta a {
    font-size: calc((25.2 / 768) * 100vw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: .03em;
  }
}
@media screen and (min-width: 768px) {
  .ict .c-floatcta a {
    padding-right: 3rem;
  }
  .ict .c-floatcta a:hover {
    color: #f60;
    background-color: #fff;
  }
}
.ict .c-floatcta a::after {
  background-image: url(../img/ict/cta.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .ict .c-floatcta a::after {
    top: 1.26rem;
    right: .18rem;
    width: 5.85rem;
    height: 7.65rem;
  }
}
.ict .p-parents__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5%;
  border-radius: 10px;
  background-color: #fdf4ec;
  gap: 5%;
}
@media screen and (min-width: 1000px) {
  .ict .p-parents__box {
    -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;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-parents__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-parents__box > * {
    width: 43%;
  }
}
.ict .p-ictservice .l-archive__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
}
@media screen and (min-width: 1000px) {
  .ict .p-ictservice .l-archive__item {
    padding: 3%;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictservice .l-archive__item {
    padding: 5%;
  }
}
.ict .p-ictservice .l-archive__item .c-btn--service {
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictservice .l-archive__item .c-btn--service {
    margin-top: auto;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictservice .l-archive__item .c-btn--service {
    margin-top: 5.20833vw;
  }
}
.ict .p-ictservice__ttl {
  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;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
.ict .p-ictservice__ttl img {
  margin-bottom: 0;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictservice__ttl img {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictservice__ttl img {
    width: 9.76562vw;
    height: 9.76562vw;
  }
}
.ict .p-ictservice__ttl span {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
}
@media screen and (max-width: 999px) {
  .ict .p-ictservice__ttl span {
    font-size: calc((39 / 768) * 100vw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: .05em;
  }
}
.ict .p-ictservice__list li {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictservice__list li {
    padding-left: 2.8rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictservice__list li {
    padding-left: 5.46875vw;
  }
}
.ict .p-ictservice__list li::before {
  position: absolute;
  left: 0;
  display: block;
  content: '';
  background-image: url(../img/photo-plus/security-check.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictservice__list li::before {
    top: .5rem;
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictservice__list li::before {
    top: .97656vw;
    width: 3.90625vw;
    height: 3.90625vw;
  }
}
.ict .p-ictseminar .p-ictseminar__none {
  margin-bottom: 7rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.66667;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .ict .p-ictseminar .p-ictseminar__none {
    padding-right: 2.60417vw;
    padding-left: 2.60417vw;
    font-size: calc((24 / 768) * 100vw);
    font-weight: 500;
    line-height: 1.33333;
    letter-spacing: 0;
  }
}
.ict .p-ictseminar .p-ictseminar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__list {
    margin-bottom: 3.5rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 3.6rem;
    -webkit-column-gap: 3.6rem;
    -moz-column-gap: 3.6rem;
    column-gap: 3.6rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 7.16146vw;
    row-gap: 4.6875vw;
  }
}
.ict .p-ictseminar .p-ictseminar__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__item {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__item {
    width: 42rem;
    padding: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__item {
    width: 100%;
    padding: 1.3020833333vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__item .p-ictseminar__label {
    font-size: 1.6rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__item .p-ictseminar__label {
    font-size: 3.125vw;
    font-weight: 700;
  }
}
.ict .p-ictseminar .p-ictseminar__item ul {
  padding-left: 2rem;
  list-style-type: disc;
}
@media screen and (min-width: 1000px) {
  .p-ictseminar__item li + li {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .p-ictseminar__item li + li {
    margin-top: 1.953125vw;
  }
}
.ict .p-ictseminar .p-ictseminar__details .p-ictseminar__label {
  border-bottom: 1px dashed #f08000;
  color: #f08000;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__details .p-ictseminar__label {
    font-size: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__details .p-ictseminar__label {
    font-size: calc((30 / 768) * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__details .p-ictseminar__label {
    margin: 1rem 0;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__details .p-ictseminar__label {
    margin: 1rem 0;
    padding-bottom: 10px;
  }
}
.ict .p-ictseminar .p-ictseminar__programs {
  background: rgb(238, 238, 238);
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__programs {
    margin-top: 2rem;
    padding: 2rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__programs {
    margin-top: 3.90625;
    padding: 3.90625;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__programs .p-ictseminar__label {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__programs .p-ictseminar__label {
    margin-bottom: 1.953125vw;
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__item table {
    margin-top: 1rem;
    border-collapse: separate;
    border-spacing: 0 1rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__item table {
    margin-top: 1.953125vw;
    border-collapse: separate;
    border-spacing: 0 1.953125vw;
  }
}
.ict .p-ictseminar .p-ictseminar__item th.p-ictseminar__label {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar .p-ictseminar__item th.p-ictseminar__label {
    width: 10rem;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar .p-ictseminar__item th.p-ictseminar__label {
    width: calc((160 / 768) * 100vw);
  }
}
@media screen and (min-width: 1000px) {
  .ict .p-ictseminar__form iframe {
    height: 1920px !important;
  }
}
@media screen and (max-width: 999px) {
  .ict .p-ictseminar__form iframe {
    height: 2430px !important;
  }
}
.p-ict-howto .l-archive__item .small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 400 / 267;
  -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;
}
.p-ict-howto .l-archive__item .small img {
  -o-object-fit: contain;
  object-fit: contain;
  aspect-ratio: auto 238 / 172 !important;
}
@media screen and (max-width: 999px) {
  .p-ict-howto .l-archive__item .small img {
    width: 70%;
  }
}
.p-ict-howto strong {
  font-weight: 700 !important;
}
.p-ict-howto .c-btn--service {
  max-width: 100%;
}
.p-ict-howto__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1000px) {
  .p-ict-howto__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 999px) {
  .p-ict-howto__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6vw;
  }
}
.p-ict-howto__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, .1);
}
@media screen and (min-width: 1000px) {
  .p-ict-howto__item {
    width: 47.5%;
    padding: 4%;
  }
}
@media screen and (max-width: 999px) {
  .p-ict-howto__item {
    width: 100%;
    padding: 7.5%;
  }
}
.p-ict-howto__item img {
  width: 100%;
}
.hoiku-step-bg {
  padding: 1rem;
  text-align: center;
  background: -webkit-gradient(linear, right top, left top, from(#e9dcbd), to(#f0ede6));
  background: -webkit-linear-gradient(right, #e9dcbd, #f0ede6);
  background: linear-gradient(to left, #e9dcbd, #f0ede6);
}
@media screen and (min-width: 1000px) {
  .hoiku-step-bg {
    -webkit-clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
  }
}
@media screen and (max-width: 999px) {
  .hoiku-step-bg {
    -webkit-clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
  }
}
@media screen and (min-width: 1000px) {
  .l-main.ictunder {
    overflow: unset;
  }
}
.p-ictunder .l-container {
  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;
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__side {
    width: 336px;
  }
}
.p-ictunder .l-container__side__toc {
  position: -webkit-sticky;
  position: sticky;
  background-color: #f7f7f7;
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__side__toc {
    top: 21rem;
    padding: 2.4rem 3.2rem 1.6rem;
  }
}
.p-ictunder .l-container__side__toc h2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__side__toc h2 {
    margin-bottom: 1rem;
  }
}
.p-ictunder .l-container__side__list a {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.86667;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: 0;
  color: inherit;
  border-top: 1px solid #eee;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__side__list a {
    padding: .8rem 0;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
  }
}
.p-ictunder .l-container__side__list {
  counter-reset: count 0;
}
.p-ictunder .l-container__side__list > li{
  position: relative;
  padding-left: 2.25em;
}
.p-ictunder .l-container__side__list li::before{
  counter-increment: count 1;
  content: counter(count);
  width: 2.4rem;
    height: 2.4rem;
    color: #fff;
    background-color: #f60;
  position: absolute;
  left: 0;
  top: 50%;
  translate:0 -50%;
  display: grid;
  place-content:center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .p-ictunder .l-container__side__toc {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__main {
    width: calc(100% - 380px);
  }
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__main .c-subttl {
    margin-top: -12rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 999px) {
  .p-ictunder .l-container__main .c-subttl {
    line-height: 1.35;
  }
}
.p-ictunder .l-container__main ul {
  padding-left: 2rem;
  list-style-type: disc;
}
.p-ictunder .l-container__main .img {
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .p-ictunder .l-container__main .img img {
    width: 70%;
  }
}