@charset "UTF-8";
/* ============================================
// Animation Setting
// ==========================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  backface-visibility: hidden;
}

input,
button,
textarea,
select {
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
}
@media screen and (max-width: 768px) {
  input,
  button,
  textarea,
  select {
    font-size: 16px;
  }
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button,
input[type='month']::-webkit-calendar-picker-indicator,
input[type='month']::-webkit-outer-spin-button,
input[type='month']::-webkit-inner-spin-button,
input[type='datetime-local']::-webkit-calendar-picker-indicator,
input[type='datetime-local']::-webkit-outer-spin-button,
input[type='datetime-local']::-webkit-inner-spin-button,
input[type='week']::-webkit-calendar-picker-indicator,
input[type='week']::-webkit-outer-spin-button,
input[type='week']::-webkit-inner-spin-button,
input[type='time']::-webkit-calendar-picker-indicator,
input[type='time']::-webkit-outer-spin-button,
input[type='time']::-webkit-inner-spin-button,
input[type='date']::-webkit-calendar-picker-indicator,
input[type='date']::-webkit-outer-spin-button,
input[type='date']::-webkit-inner-spin-button {
  display: none;
}

input[type='number'],
input[type='month'],
input[type='datetime-local'],
input[type='week'],
input[type='time'],
input[type='date'] {
  -moz-appearance: textfield;
}

input[type='date']::-webkit-clear-button,
input[type='month']::-webkit-clear-button,
input[type='datetime-local']::-webkit-clear-button,
input[type='time']::-webkit-clear-button,
input[type='week']::-webkit-clear-button {
  -webkit-appearance: none;
}

select {
  cursor: pointer;
}

input[type='date']::-webkit-calendar-picker-indicator {
  display: none;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  background: #f2f2f2;
  font-size: 1.6rem;
  color: #212121;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.75;
  font-feature-settings: 'palt';
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 375px;
    font-size: 1.4rem;
  }
}

@supports (-webkit-touch-callout: none) {
  body {
    height: -webkit-fill-available;
  }
}
a {
  color: #0066c0;
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .l-main {
    margin-top: 57px;
  }
}

.animation-box.fadeIn-bottom {
  opacity: 0;
}
.animation-box.fadeIn-bottom.active {
  animation: fade-in-bottom 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes fade-in-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.creative .contact__link input[type='submit'],
.creative .commitment__text .btn input[type='submit'],
.advisor .contact__link input[type='submit'],
.customize .contact__link input[type='submit'],
.multiservice .contact__link input[type='submit'],
.factory .contact__link input[type='submit'],
.factory .warranty__text .btn input[type='submit'],
.consultation .contact__link input[type='submit'],
.consultation .select-course__item .text__btn input[type='submit'],
.consultation .commitment__text .btn input[type='submit'],
.supportsystem .section-content .contact__link input[type='submit'],
.professional .contact__link input[type='submit'],
.professional .columns__download input[type='submit'],
.openresource .contact__link input[type='submit'],
.openresource .columns__download input[type='submit'],
.contact .form__block.btn input[type='submit'],
.home .l-main .news__btn input[type='submit'],
.home .l-main .itrevolution__btn input[type='submit'],
.home .l-main .advantage__info-btn input[type='submit'],
.home .l-main .mainvisual__btn input[type='submit'],
.creative .contact__link button,
.creative .commitment__text .btn button,
.advisor .contact__link button,
.customize .contact__link button,
.multiservice .contact__link button,
.factory .contact__link button,
.factory .warranty__text .btn button,
.consultation .contact__link button,
.consultation .select-course__item .text__btn button,
.consultation .commitment__text .btn button,
.supportsystem .section-content .contact__link button,
.professional .contact__link button,
.professional .columns__download button,
.openresource .contact__link button,
.openresource .columns__download button,
.contact .form__block.btn button,
.home .l-main .news__btn button,
.home .l-main .itrevolution__btn button,
.home .l-main .advantage__info-btn button,
.home .l-main .mainvisual__btn button,
.creative .contact__link a,
.creative .commitment__text .btn a,
.advisor .contact__link a,
.customize .contact__link a,
.multiservice .contact__link a,
.factory .contact__link a,
.factory .warranty__text .btn a,
.consultation .contact__link a,
.consultation .select-course__item .text__btn a,
.consultation .commitment__text .btn a,
.supportsystem .section-content .contact__link a,
.professional .contact__link a,
.professional .columns__download a,
.openresource .contact__link a,
.openresource .columns__download a,
.contact .form__block.btn a,
.home .l-main .news__btn a,
.home .l-main .itrevolution__btn a,
.home .l-main .advantage__info-btn a,
.home .l-main .mainvisual__btn a {
  min-width: 200px;
  display: inline-block;
  padding: 0.9em 2em 1em;
  border: 1px solid #212121;
  border-radius: 50px;
  background: #212121;
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  text-align: center;
  color: #fff;
}
.creative .contact__link input[type='submit']:hover,
.creative .commitment__text .btn input[type='submit']:hover,
.advisor .contact__link input[type='submit']:hover,
.customize .contact__link input[type='submit']:hover,
.multiservice .contact__link input[type='submit']:hover,
.factory .contact__link input[type='submit']:hover,
.factory .warranty__text .btn input[type='submit']:hover,
.consultation .contact__link input[type='submit']:hover,
.consultation .select-course__item .text__btn input[type='submit']:hover,
.consultation .commitment__text .btn input[type='submit']:hover,
.supportsystem .section-content .contact__link input[type='submit']:hover,
.professional .contact__link input[type='submit']:hover,
.professional .columns__download input[type='submit']:hover,
.openresource .contact__link input[type='submit']:hover,
.openresource .columns__download input[type='submit']:hover,
.contact .form__block.btn input[type='submit']:hover,
.home .l-main .news__btn input[type='submit']:hover,
.home .l-main .itrevolution__btn input[type='submit']:hover,
.home .l-main .advantage__info-btn input[type='submit']:hover,
.home .l-main .mainvisual__btn input[type='submit']:hover,
.creative .contact__link button:hover,
.creative .commitment__text .btn button:hover,
.advisor .contact__link button:hover,
.customize .contact__link button:hover,
.multiservice .contact__link button:hover,
.factory .contact__link button:hover,
.factory .warranty__text .btn button:hover,
.consultation .contact__link button:hover,
.consultation .select-course__item .text__btn button:hover,
.consultation .commitment__text .btn button:hover,
.supportsystem .section-content .contact__link button:hover,
.professional .contact__link button:hover,
.professional .columns__download button:hover,
.openresource .contact__link button:hover,
.openresource .columns__download button:hover,
.contact .form__block.btn button:hover,
.home .l-main .news__btn button:hover,
.home .l-main .itrevolution__btn button:hover,
.home .l-main .advantage__info-btn button:hover,
.home .l-main .mainvisual__btn button:hover,
.creative .contact__link a:hover,
.creative .commitment__text .btn a:hover,
.advisor .contact__link a:hover,
.customize .contact__link a:hover,
.multiservice .contact__link a:hover,
.factory .contact__link a:hover,
.factory .warranty__text .btn a:hover,
.consultation .contact__link a:hover,
.consultation .select-course__item .text__btn a:hover,
.consultation .commitment__text .btn a:hover,
.supportsystem .section-content .contact__link a:hover,
.professional .contact__link a:hover,
.professional .columns__download a:hover,
.openresource .contact__link a:hover,
.openresource .columns__download a:hover,
.contact .form__block.btn a:hover,
.home .l-main .news__btn a:hover,
.home .l-main .itrevolution__btn a:hover,
.home .l-main .advantage__info-btn a:hover,
.home .l-main .mainvisual__btn a:hover {
  background: #4d4d4d;
}
.creative .contact__link input[type='submit']:disabled,
.creative .commitment__text .btn input[type='submit']:disabled,
.advisor .contact__link input[type='submit']:disabled,
.customize .contact__link input[type='submit']:disabled,
.multiservice .contact__link input[type='submit']:disabled,
.factory .contact__link input[type='submit']:disabled,
.factory .warranty__text .btn input[type='submit']:disabled,
.consultation .contact__link input[type='submit']:disabled,
.consultation .select-course__item .text__btn input[type='submit']:disabled,
.consultation .commitment__text .btn input[type='submit']:disabled,
.supportsystem .section-content .contact__link input[type='submit']:disabled,
.professional .contact__link input[type='submit']:disabled,
.professional .columns__download input[type='submit']:disabled,
.openresource .contact__link input[type='submit']:disabled,
.openresource .columns__download input[type='submit']:disabled,
.contact .form__block.btn input[type='submit']:disabled,
.home .l-main .news__btn input[type='submit']:disabled,
.home .l-main .itrevolution__btn input[type='submit']:disabled,
.home .l-main .advantage__info-btn input[type='submit']:disabled,
.home .l-main .mainvisual__btn input[type='submit']:disabled,
.creative .contact__link button:disabled,
.creative .commitment__text .btn button:disabled,
.advisor .contact__link button:disabled,
.customize .contact__link button:disabled,
.multiservice .contact__link button:disabled,
.factory .contact__link button:disabled,
.factory .warranty__text .btn button:disabled,
.consultation .contact__link button:disabled,
.consultation .select-course__item .text__btn button:disabled,
.consultation .commitment__text .btn button:disabled,
.supportsystem .section-content .contact__link button:disabled,
.professional .contact__link button:disabled,
.professional .columns__download button:disabled,
.openresource .contact__link button:disabled,
.openresource .columns__download button:disabled,
.contact .form__block.btn button:disabled,
.home .l-main .news__btn button:disabled,
.home .l-main .itrevolution__btn button:disabled,
.home .l-main .advantage__info-btn button:disabled,
.home .l-main .mainvisual__btn button:disabled,
.creative .contact__link a:disabled,
.creative .commitment__text .btn a:disabled,
.advisor .contact__link a:disabled,
.customize .contact__link a:disabled,
.multiservice .contact__link a:disabled,
.factory .contact__link a:disabled,
.factory .warranty__text .btn a:disabled,
.consultation .contact__link a:disabled,
.consultation .select-course__item .text__btn a:disabled,
.consultation .commitment__text .btn a:disabled,
.supportsystem .section-content .contact__link a:disabled,
.professional .contact__link a:disabled,
.professional .columns__download a:disabled,
.openresource .contact__link a:disabled,
.openresource .columns__download a:disabled,
.contact .form__block.btn a:disabled,
.home .l-main .news__btn a:disabled,
.home .l-main .itrevolution__btn a:disabled,
.home .l-main .advantage__info-btn a:disabled,
.home .l-main .mainvisual__btn a:disabled {
  opacity: 0.8;
  pointer-events: none;
}
.creative .--white.contact__link button,
.creative .commitment__text .--white.btn button,
.advisor .--white.contact__link button,
.customize .--white.contact__link button,
.multiservice .--white.contact__link button,
.factory .--white.contact__link button,
.factory .warranty__text .--white.btn button,
.consultation .--white.contact__link button,
.consultation .select-course__item .--white.text__btn button,
.consultation .commitment__text .--white.btn button,
.supportsystem .section-content .--white.contact__link button,
.professional .--white.contact__link button,
.professional .--white.columns__download button,
.openresource .--white.contact__link button,
.openresource .--white.columns__download button,
.contact .--white.form__block.btn button,
.home .l-main .--white.news__btn button,
.home .l-main .--white.itrevolution__btn button,
.home .l-main .--white.advantage__info-btn button,
.home .l-main .--white.mainvisual__btn button,
.creative .--white.contact__link a,
.creative .commitment__text .--white.btn a,
.advisor .--white.contact__link a,
.customize .--white.contact__link a,
.multiservice .--white.contact__link a,
.factory .--white.contact__link a,
.factory .warranty__text .--white.btn a,
.consultation .--white.contact__link a,
.consultation .select-course__item .--white.text__btn a,
.consultation .commitment__text .--white.btn a,
.supportsystem .section-content .--white.contact__link a,
.professional .--white.contact__link a,
.professional .--white.columns__download a,
.openresource .--white.contact__link a,
.openresource .--white.columns__download a,
.contact .--white.form__block.btn a,
.home .l-main .--white.news__btn a,
.home .l-main .--white.itrevolution__btn a,
.home .l-main .--white.advantage__info-btn a,
.home .l-main .--white.mainvisual__btn a {
  background: #fff;
  color: #07a;
  border: 1px solid #07a;
}
.creative .--white.contact__link button:hover,
.creative .commitment__text .--white.btn button:hover,
.advisor .--white.contact__link button:hover,
.customize .--white.contact__link button:hover,
.multiservice .--white.contact__link button:hover,
.factory .--white.contact__link button:hover,
.factory .warranty__text .--white.btn button:hover,
.consultation .--white.contact__link button:hover,
.consultation .select-course__item .--white.text__btn button:hover,
.consultation .commitment__text .--white.btn button:hover,
.supportsystem .section-content .--white.contact__link button:hover,
.professional .--white.contact__link button:hover,
.professional .--white.columns__download button:hover,
.openresource .--white.contact__link button:hover,
.openresource .--white.columns__download button:hover,
.contact .--white.form__block.btn button:hover,
.home .l-main .--white.news__btn button:hover,
.home .l-main .--white.itrevolution__btn button:hover,
.home .l-main .--white.advantage__info-btn button:hover,
.home .l-main .--white.mainvisual__btn button:hover,
.creative .--white.contact__link a:hover,
.creative .commitment__text .--white.btn a:hover,
.advisor .--white.contact__link a:hover,
.customize .--white.contact__link a:hover,
.multiservice .--white.contact__link a:hover,
.factory .--white.contact__link a:hover,
.factory .warranty__text .--white.btn a:hover,
.consultation .--white.contact__link a:hover,
.consultation .select-course__item .--white.text__btn a:hover,
.consultation .commitment__text .--white.btn a:hover,
.supportsystem .section-content .--white.contact__link a:hover,
.professional .--white.contact__link a:hover,
.professional .--white.columns__download a:hover,
.openresource .--white.contact__link a:hover,
.openresource .--white.columns__download a:hover,
.contact .--white.form__block.btn a:hover,
.home .l-main .--white.news__btn a:hover,
.home .l-main .--white.itrevolution__btn a:hover,
.home .l-main .--white.advantage__info-btn a:hover,
.home .l-main .--white.mainvisual__btn a:hover {
  background: #07a;
  color: #fff;
}
.creative .--primary.contact__link button,
.creative .commitment__text .--primary.btn button,
.advisor .--primary.contact__link button,
.customize .--primary.contact__link button,
.multiservice .--primary.contact__link button,
.factory .--primary.contact__link button,
.factory .warranty__text .--primary.btn button,
.consultation .--primary.contact__link button,
.consultation .select-course__item .--primary.text__btn button,
.consultation .commitment__text .--primary.btn button,
.supportsystem .section-content .--primary.contact__link button,
.professional .--primary.contact__link button,
.professional .--primary.columns__download button,
.openresource .--primary.contact__link button,
.openresource .--primary.columns__download button,
.contact .--primary.form__block.btn button,
.home .l-main .--primary.news__btn button,
.home .l-main .--primary.itrevolution__btn button,
.home .l-main .--primary.advantage__info-btn button,
.home .l-main .--primary.mainvisual__btn button,
.creative .--primary.contact__link a,
.creative .commitment__text .--primary.btn a,
.advisor .--primary.contact__link a,
.customize .--primary.contact__link a,
.multiservice .--primary.contact__link a,
.factory .--primary.contact__link a,
.factory .warranty__text .--primary.btn a,
.consultation .--primary.contact__link a,
.consultation .select-course__item .--primary.text__btn a,
.consultation .commitment__text .--primary.btn a,
.supportsystem .section-content .--primary.contact__link a,
.professional .--primary.contact__link a,
.professional .--primary.columns__download a,
.openresource .--primary.contact__link a,
.openresource .--primary.columns__download a,
.contact .--primary.form__block.btn a,
.home .l-main .--primary.news__btn a,
.home .l-main .--primary.itrevolution__btn a,
.home .l-main .--primary.advantage__info-btn a,
.home .l-main .--primary.mainvisual__btn a {
  border: 1px solid #07a;
  background: #07a;
  color: #fff;
}
.creative .--primary.contact__link button:hover,
.creative .commitment__text .--primary.btn button:hover,
.advisor .--primary.contact__link button:hover,
.customize .--primary.contact__link button:hover,
.multiservice .--primary.contact__link button:hover,
.factory .--primary.contact__link button:hover,
.factory .warranty__text .--primary.btn button:hover,
.consultation .--primary.contact__link button:hover,
.consultation .select-course__item .--primary.text__btn button:hover,
.consultation .commitment__text .--primary.btn button:hover,
.supportsystem .section-content .--primary.contact__link button:hover,
.professional .--primary.contact__link button:hover,
.professional .--primary.columns__download button:hover,
.openresource .--primary.contact__link button:hover,
.openresource .--primary.columns__download button:hover,
.contact .--primary.form__block.btn button:hover,
.home .l-main .--primary.news__btn button:hover,
.home .l-main .--primary.itrevolution__btn button:hover,
.home .l-main .--primary.advantage__info-btn button:hover,
.home .l-main .--primary.mainvisual__btn button:hover,
.creative .--primary.contact__link a:hover,
.creative .commitment__text .--primary.btn a:hover,
.advisor .--primary.contact__link a:hover,
.customize .--primary.contact__link a:hover,
.multiservice .--primary.contact__link a:hover,
.factory .--primary.contact__link a:hover,
.factory .warranty__text .--primary.btn a:hover,
.consultation .--primary.contact__link a:hover,
.consultation .select-course__item .--primary.text__btn a:hover,
.consultation .commitment__text .--primary.btn a:hover,
.supportsystem .section-content .--primary.contact__link a:hover,
.professional .--primary.contact__link a:hover,
.professional .--primary.columns__download a:hover,
.openresource .--primary.contact__link a:hover,
.openresource .--primary.columns__download a:hover,
.contact .--primary.form__block.btn a:hover,
.home .l-main .--primary.news__btn a:hover,
.home .l-main .--primary.itrevolution__btn a:hover,
.home .l-main .--primary.advantage__info-btn a:hover,
.home .l-main .--primary.mainvisual__btn a:hover {
  background: #1a1a1a;
}
.creative .--disable.contact__link button,
.creative .commitment__text .--disable.btn button,
.advisor .--disable.contact__link button,
.customize .--disable.contact__link button,
.multiservice .--disable.contact__link button,
.factory .--disable.contact__link button,
.factory .warranty__text .--disable.btn button,
.consultation .--disable.contact__link button,
.consultation .select-course__item .--disable.text__btn button,
.consultation .commitment__text .--disable.btn button,
.supportsystem .section-content .--disable.contact__link button,
.professional .--disable.contact__link button,
.professional .--disable.columns__download button,
.openresource .--disable.contact__link button,
.openresource .--disable.columns__download button,
.contact .--disable.form__block.btn button,
.home .l-main .--disable.news__btn button,
.home .l-main .--disable.itrevolution__btn button,
.home .l-main .--disable.advantage__info-btn button,
.home .l-main .--disable.mainvisual__btn button,
.creative .--disable.contact__link a,
.creative .commitment__text .--disable.btn a,
.advisor .--disable.contact__link a,
.customize .--disable.contact__link a,
.multiservice .--disable.contact__link a,
.factory .--disable.contact__link a,
.factory .warranty__text .--disable.btn a,
.consultation .--disable.contact__link a,
.consultation .select-course__item .--disable.text__btn a,
.consultation .commitment__text .--disable.btn a,
.supportsystem .section-content .--disable.contact__link a,
.professional .--disable.contact__link a,
.professional .--disable.columns__download a,
.openresource .--disable.contact__link a,
.openresource .--disable.columns__download a,
.contact .--disable.form__block.btn a,
.home .l-main .--disable.news__btn a,
.home .l-main .--disable.itrevolution__btn a,
.home .l-main .--disable.advantage__info-btn a,
.home .l-main .--disable.mainvisual__btn a {
  pointer-events: none;
  opacity: 0.7;
}

.sec-hd::after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  margin-top: 20px;
  background: #07a;
}
@media screen and (max-width: 768px) {
  .sec-hd::after {
    margin-top: 16px;
  }
}
.sec-hd.--center {
  text-align: center;
}
.sec-hd.--center::after {
  margin: 20px auto 0;
}
.sec-hd.--white {
  color: #fff;
}
.sec-hd.--white::after {
  background: #fff;
}
.sec-hd.--white .sec-hd__en {
  color: #fff;
}
.sec-hd.active .sec-hd__ja,
.sec-hd.active .sec-hd__en {
  opacity: 1;
  transform: translateY(0);
}
.sec-hd__ja {
  display: block;
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  opacity: 0;
  transform: translateY(40px);
}
.sec-hd__en {
  display: block;
  font-size: 4.8rem;
  color: #07a;
  font-family: 'Share Tech', sans-serif;
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  transition-delay: 0.1s;
  opacity: 0;
  transform: translateY(40px);
}
@media screen and (max-width: 768px) {
  .sec-hd__en {
    font-size: 3.2rem;
  }
}

.under_hd,
.price-content__wrap h2 {
  font-size: 3.6rem;
  color: #07a;
}
.under_hd.-center,
.price-content__wrap h2.-center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .under_hd,
  .price-content__wrap h2 {
    font-size: 2.2rem;
  }
}
.under_hd::after,
.price-content__wrap h2::after {
  content: '';
  width: 1.5em;
  height: 1px;
  background: #07a;
  display: block;
  margin: 0.7em auto 0;
}

.pagetop {
  opacity: 0;
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  position: fixed;
  right: 56px;
  bottom: 56px;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .pagetop {
    right: 32px;
    bottom: 40px;
  }
}
.js-scroll .pagetop {
  opacity: 1;
}
.pagetop a {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #07a;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pagetop a {
    width: 48px;
    height: 48px;
  }
}
.pagetop a:hover {
  background: #1a1a1a;
}

.undervisual {
  padding: 0 3%;
}
.undervisual__img {
  background-position: center center;
  background-size: cover;
}
.undervisual__title {
  padding: 3em;
  position: relative;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .undervisual__title {
    padding: 2em;
  }
}
.undervisual__title::after {
  content: '';
  width: 40px;
  height: 1px;
  display: block;
  margin: 20px auto 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .undervisual__title::after {
    margin-top: 16px;
  }
}
.undervisual__title--ja {
  display: block;
  text-align: center;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .undervisual__title--ja {
    font-size: 1.5rem;
  }
}
.undervisual__title--en {
  display: block;
  margin-top: 0.2em;
  text-align: center;
  line-height: 1;
  font-family: 'Share Tech', sans-serif;
  font-size: 6.4rem;
}
@media screen and (max-width: 768px) {
  .undervisual__title--en {
    font-size: 4rem;
  }
}

.navigation.pagination {
  margin-top: 64px;
}
.navigation.pagination .nav-links {
  display: flex;
  justify-content: center;
  white-space: wrap;
  gap: 1em;
}
.navigation.pagination .nav-links .page-numbers {
  padding: 0.5em 1em;
  display: block;
  border: 1px solid;
  transition: 0.2s;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .navigation.pagination .nav-links .page-numbers {
    font-size: 14px;
  }
  .navigation.pagination .nav-links .page-numbers.prev,
  .navigation.pagination .nav-links .page-numbers.next {
    flex: 1;
    text-align: center;
  }
}
.navigation.pagination .nav-links .page-numbers:hover {
  background: #07a;
  color: #fff;
}
.navigation.pagination .nav-links .page-numbers.current {
  background: #212121;
  color: #fff;
}

.header {
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
    background: #f2f2f2;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
  }
  .header.open {
    opacity: 1;
    pointer-events: auto;
  }
}
.header__inner {
  padding: 0 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding-top: 72px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.header__inner .logo {
  flex: 0 0 253px;
  max-width: 253px;
}
.header__inner .logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .nav {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}
.header .nav__list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .header .nav__list {
    flex-wrap: wrap;
  }
}
.header .nav__item {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .header .nav__item {
    flex: 0 0 100%;
    margin-top: 1em;
    margin-left: 0;
    text-align: center;
  }
}
.header .nav__item a {
  color: #212121;
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
@media screen and (max-width: 768px) {
  .header .nav__item a {
    font-size: 2.2rem;
    font-weight: 500;
  }
}
.header .nav__item a:hover {
  color: #07a;
}
@media screen and (max-width: 768px) {
  .header .nav__item.--btn {
    flex: 0 0 80%;
    margin: 1em auto 0;
  }
}
.header .nav__item.--btn a {
  display: block;
  border-radius: 50px;
  border: 1px solid #212121;
  background: #212121;
  padding: 0.9em 2em 1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .nav__item.--btn a {
    font-size: 1.5rem;
  }
}
.header .nav__item.--btn a:hover {
  background: #1a1a1a;
}
.header .nav__item.--btn.--white a {
  background: #fff;
  color: #212121;
}
.header .nav__item.--btn.--white a:hover {
  background: #cccccc;
}

.sp-header {
  width: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: 0.3s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
.js-scroll .sp-header {
  background: #212121;
}
@media screen and (max-width: 768px) {
  .sp-header {
    display: flex;
    padding: 1em;
  }
  .sp-header .logo {
    width: 200px;
  }
  .sp-header .logo img {
    width: 100%;
  }
}

.hamb_btn {
  display: none;
  padding: 8px;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .hamb_btn {
    display: flex;
    width: 64px;
    height: 57px;
  }
}
.js-scroll .hamb_btn {
  background: #212121;
}
.hamb_btn:hover .hamb_btn_ico .bars span:nth-of-type(2) {
  margin: 8px 0 8px;
}
.hamb_btn:hover.open .hamb_btn_ico .bars span:nth-of-type(2) {
  margin: 6px 0 0;
}
.hamb_btn_ico {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hamb_btn_ico .bars {
  width: 30px;
  transition: 0.3s cubic-bezier(0.694, 0.048, 0.335, 1);
  position: relative;
}
@media screen and (max-width: 768px) {
  .hamb_btn_ico .bars {
    width: 24px;
  }
}
.hamb_btn_ico span {
  width: 100%;
  height: 3px;
  display: block;
  margin-top: 6px;
  background: #212121;
}
@media screen and (max-width: 768px) {
  .hamb_btn_ico span {
    height: 2px;
    margin-top: 5px;
  }
}
.hamb_btn_ico span:nth-of-type(1) {
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}
.hamb_btn_ico span:nth-of-type(2) {
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
.hamb_btn_ico span:nth-of-type(3) {
  width: 19px;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.4s;
}
.js-scroll .hamb_btn_ico span {
  background: #fff;
}
.hamb_btn_ico .other_bar {
  width: 3px;
  height: 0;
  background: #212121;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 1px;
  transition: height 0.4s cubic-bezier(0.694, 0.048, 0.335, 1);
}
@media screen and (max-width: 768px) {
  .hamb_btn_ico .other_bar {
    width: 2px;
  }
}
.js-scroll .hamb_btn_ico .other_bar {
  background: #fff;
}
.hamb_btn .txt {
  text-align: center;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0.13em;
  color: #212121;
}
.js-scroll .hamb_btn .txt {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .hamb_btn .txt {
    font-size: 1rem;
  }
}
.hamb_btn.open .hamb_btn_ico .bars {
  transform: rotate(45deg);
  transition-delay: 0.4s;
}
.hamb_btn.open .hamb_btn_ico .bars span:nth-of-type(1) {
  transform: scaleX(0);
  transition: transform 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.hamb_btn.open .hamb_btn_ico .bars span:nth-of-type(3) {
  width: 0;
  transition: width 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
}
.hamb_btn.open .hamb_btn_ico .bars .other_bar {
  height: 30px;
  transition: height 0.2s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition-delay: 0.3s;
}
@media screen and (max-width: 768px) {
  .hamb_btn.open .hamb_btn_ico .bars .other_bar {
    height: 24px;
  }
}
.hamb_btn.open + .head_modal_menu {
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding: 80px 0;
  background: #212121;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 64px 0;
  }
}
.footer__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .footer__wrap {
    padding: 0 20px;
  }
}
.footer__main {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .footer__main {
    flex-wrap: wrap;
  }
}
.footer__logo {
  flex: 0 0 88px;
  max-width: 88px;
  margin-right: 48px;
  padding-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    margin: 0 auto;
    flex: 0 0 64px;
    padding-bottom: 0px;
  }
}
.footer__logo img {
  width: 100%;
  height: auto;
}
.footer__menu {
  flex: 1 1 auto;
}
.footer__menu .nav:not(:first-child) {
  border-top: 1px solid #fff;
}
.footer__menu .nav.--top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 2.8rem;
}
.footer__menu .nav.--top .nav__item a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.footer__menu .nav.--top .nav__item a span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer__menu .nav.--top .nav__item a span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu .nav.--top {
    flex-wrap: wrap;
  }
  .footer__menu .nav.--top .nav__list {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .footer__menu .nav.--top .nav__list {
    margin: 1em auto 0;
  }
}
@media screen and (max-width: 768px) {
  .footer__menu .nav.--top .nav__item {
    margin-right: 0;
  }
}
.footer__menu .nav.--top a:hover {
  color: #07a;
}
.footer__menu .nav.--top .tel {
  color: #fff;
  margin: 0.3em 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .footer__menu .nav.--top .tel {
    flex: 1 1 auto;
    margin: 20px 0;
  }
}
.footer__menu .nav.--top .tel span {
  display: block;
  font-size: 1.4rem;
}
.footer__menu .nav.--top .tel a {
  color: #fff;
}
.footer__menu .nav.--bottom a:hover {
  text-decoration: underline;
}
.footer__menu .nav__list {
  display: flex;
  align-items: center;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .footer__menu .nav__list {
    flex-wrap: wrap;
  }
}
.footer__menu .nav__item:not(:last-child) {
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .footer__menu .nav__item:not(:last-child) {
    margin-right: 1.3em;
  }
}
.footer__menu .nav__item a {
  color: #fff;
}
.footer__menu .nav__item a span {
  font-size: 14px;
}
.footer__menu .nav__item.--button {
  font-size: 1.3rem;
  margin: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .footer__menu .nav__item.--button {
    flex: 0 0 100%;
    text-align: center;
  }
}
.footer__menu .nav__item.--button a {
  background: #07a;
  border-radius: 50px;
  padding: 0.4em 2em;
}
@media screen and (max-width: 768px) {
  .footer__menu .nav__item.--button a {
    padding: 0.8em 2em;
  }
}
.footer__menu .nav__item.--button a:hover {
  color: #fff;
  background: #005f88;
}
.footer__copyright {
  margin-top: 56px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .footer__copyright {
    margin-top: 48px;
  }
}
.footer .css-fukidashi {
  position: relative;
}
.footer .css-fukidashi .fukidashi {
  display: none;
  width: 80px;
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 16px;
  border-radius: 5px;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
}
.footer .css-fukidashi .fukidashi:after {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  bottom: -19px;
  margin-left: 10px;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #fff;
  border-width: 10px;
  pointer-events: none;
  content: ' ';
}
.footer .css-fukidashi a:hover + .fukidashi {
  display: block;
}
.footer-contact__tels {
  display: flex;
  gap: 16px;
}
.footer-contact__tels > .tel {
  flex: 0 0 auto;
}
.footer-contact__divider {
  flex: 0 0 2px;
  background-color: #fff;
}
.footer-contact__info {
  padding: 0.5em;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.home .l-main .mainvisual {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .home .l-main .mainvisual {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.home .l-main .mainvisual__textarea {
  flex: 0 0 472px;
  max-width: 472px;
  margin-right: 40px;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .home .l-main .mainvisual__textarea {
    flex: 0 0 100%;
    margin-top: 1.5em;
    margin-right: 0;
    padding: 0 20px;
  }
}
.home .l-main .mainvisual__hd {
  font-size: 7.2rem;
  letter-spacing: 0.16em;
  line-height: 1.3;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .home .l-main .mainvisual__hd {
    font-size: 4rem;
  }
}
.home .l-main .mainvisual__hd span {
  color: #07a;
}
.home .l-main .mainvisual__text {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .home .l-main .mainvisual__text {
    margin-top: 1em;
    font-size: 1.6rem;
  }
}
.home .l-main .mainvisual__btn {
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .home .l-main .mainvisual__btn {
    margin-top: 1.5em;
    text-align: center;
  }
}
.home .l-main .mainvisual__imgarea {
  flex: 0 0 56%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .home .l-main .mainvisual__imgarea {
    flex: 0 0 100%;
    height: 200px;
    order: -1;
  }
}
.home .l-main .mainvisual__imgarea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .l-main .scroll-mouse {
  margin-top: 20px;
  text-align: center;
}
.home .l-main .scroll-mouse__text {
  font-family: 'Share Tech', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
}
.home .l-main .scroll-mouse__body {
  width: 20px;
  height: 30px;
  margin: 0 auto;
  padding: 4px 0;
  border: 2px solid;
  border-radius: 8px;
  position: relative;
}
.home .l-main .scroll-mouse__body::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  background: #212121;
  animation: wheel 1.5s cubic-bezier(0.43, 0.45, 0.63, 0.93) infinite;
}
@keyframes wheel {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  60% {
    opacity: 1;
    transform: translateY(100%);
  }
  90% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 0;
    transform: translateY(100%);
  }
}
.home .l-main .ourbusiness {
  margin-top: 56px;
}
.home .l-main .ourbusiness__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .home .l-main .ourbusiness__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .l-main .ourbusiness__list {
    margin-top: 8px;
  }
}
.home .l-main .ourbusiness__list::after {
  content: '';
  flex: 0 0 32%;
  max-width: 380px;
  display: block;
}
.home .l-main .ourbusiness__list.active .ourbusiness__item {
  opacity: 1;
  transform: translateY(0);
}
.home .l-main .ourbusiness__item {
  flex: 0 0 32%;
  max-width: 380px;
  transition: 0.4s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 768px) {
  .home .l-main .ourbusiness__item {
    flex: 0 0 100%;
    margin-top: 32px;
  }
}
.home .l-main .ourbusiness__item:nth-of-type(0) {
  transition-delay: -0.1s;
}
.home .l-main .ourbusiness__item:nth-of-type(1) {
  transition-delay: 0s;
}
.home .l-main .ourbusiness__item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.home .l-main .ourbusiness__item:nth-of-type(3) {
  transition-delay: 0.2s;
}
.home .l-main .ourbusiness__item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.home .l-main .ourbusiness__item:nth-of-type(5) {
  transition-delay: 0.4s;
}
.home .l-main .ourbusiness__item:nth-of-type(6) {
  transition-delay: 0.5s;
}
.home .l-main .ourbusiness__item:nth-child(n + 4) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .home .l-main .ourbusiness__item:nth-child(n + 4) {
    margin-top: 32px;
  }
}
.home .l-main .ourbusiness .card {
  display: block;
}
.home .l-main .ourbusiness .card:hover .img img {
  transform: scale(1.1);
}
.home .l-main .ourbusiness .card__img .img {
  overflow: hidden;
  width: 100%;
  padding-top: 69.4736842105%;
  position: relative;
}
.home .l-main .ourbusiness .card__img .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .l-main .ourbusiness .card__img .img img {
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
.home .l-main .ourbusiness .card__hd {
  font-size: 1.8rem;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .home .l-main .ourbusiness .card__hd {
    font-size: 1.7rem;
  }
}
.home .l-main .ourbusiness .card__text {
  font-size: 1.5rem;
  text-align: justify;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .home .l-main .ourbusiness .card__text {
    font-size: 1.4trm;
  }
}
.home .l-main .advantage {
  background: url(../img/index/sec_bg.jpg) no-repeat center center/cover;
  margin-top: 72px;
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage {
    padding: 56px 0;
  }
  .home .l-main .advantage .sec-hd {
    text-align: center;
  }
  .home .l-main .advantage .sec-hd::after {
    margin: 0 auto;
  }
}
.home .l-main .advantage__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__wrap {
    padding: 0 16px;
    flex-wrap: wrap;
  }
}
.home .l-main .advantage__info {
  flex: 1 1 auto;
  margin-right: 40px;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__info {
    margin-right: 0;
    padding: 0;
  }
}
.home .l-main .advantage__info-text {
  margin-top: 48px;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__info-text {
    margin-top: 32px;
    font-size: 1.8rem;
    text-align: center;
  }
}
.home .l-main .advantage__info-btn {
  margin-top: 80px;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__info-btn {
    margin-top: 40px;
    text-align: center;
  }
}
.home .l-main .advantage__list {
  flex: 0 0 760px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__list {
    flex: 0 0 100%;
  }
}
.home .l-main .advantage__list.active .advantage__item {
  opacity: 1;
  transform: translateY(0);
}
.home .l-main .advantage__item {
  flex: 0 0 360px;
  max-width: 360px;
  transition: 0.4s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__item {
    flex: 0 0 48%;
    margin-top: 32px;
  }
}
.home .l-main .advantage__item:nth-of-type(0) {
  transition-delay: -0.1s;
}
.home .l-main .advantage__item:nth-of-type(1) {
  transition-delay: 0s;
}
.home .l-main .advantage__item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.home .l-main .advantage__item:nth-of-type(3) {
  transition-delay: 0.2s;
}
.home .l-main .advantage__item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.home .l-main .advantage__item:nth-child(n + 3) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage__item:nth-child(n + 3) {
    margin-top: 32px;
  }
}
.home .l-main .advantage .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #07a;
  color: #fff;
}
.home .l-main .advantage .card:hover .img img {
  transform: scale(1.1);
}
.home .l-main .advantage .card__img .img {
  overflow: hidden;
  width: 100%;
  padding-top: 55.5555555556%;
  position: relative;
}
.home .l-main .advantage .card__img .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home .l-main .advantage .card__img .img img {
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
.home .l-main .advantage .card__textarea {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 24px;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage .card__textarea {
    padding: 16px;
  }
}
.home .l-main .advantage .card__group {
  flex: 1 1 auto;
}
.home .l-main .advantage .card__hd {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage .card__hd {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
  }
}
.home .l-main .advantage .card__text {
  margin-top: 0.5em;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .home .l-main .advantage .card__text {
    font-size: 1.4rem;
  }
}
.home .l-main .advantage .card__more {
  margin-top: 0.5em;
  font-size: 1.5rem;
  font-family: 'Share Tech', sans-serif;
}
.home .l-main .itrevolution {
  display: flex;
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .home .l-main .itrevolution {
    flex-wrap: wrap;
  }
}
.home .l-main .itrevolution__img {
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (max-width: 768px) {
  .home .l-main .itrevolution__img {
    flex: 0 0 100%;
    max-width: 100%;
    height: 200px;
  }
}
.home .l-main .itrevolution__img .img {
  height: 100%;
  background: no-repeat top center/cover;
}
.home .l-main .itrevolution__textarea {
  flex: 0 0 640px;
  max-width: 640px;
  padding: 32px 96px 56px 56px;
}
@media screen and (max-width: 768px) {
  .home .l-main .itrevolution__textarea {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 32px 20px;
  }
}
.home .l-main .itrevolution__text {
  margin-top: 40px;
  font-size: 2.2rem;
  line-height: 2;
  font-weight: 500;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .home .l-main .itrevolution__text {
    margin-top: 32px;
    font-size: 1.7rem;
  }
}
.home .l-main .itrevolution__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .home .l-main .itrevolution__btn {
    text-align: center;
  }
}
.home .l-main .news {
  margin-top: 72px;
}
.home .l-main .news__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .home .l-main .news__wrap {
    padding: 0 20px;
  }
}
.home .l-main .news__list {
  margin-top: 48px;
  display: flex;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .home .l-main .news__list {
    flex-wrap: wrap;
    border-left: none;
    border-right: none;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }
}
.home .l-main .news__item {
  flex: 0 0 34%;
  max-width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .home .l-main .news__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .home .l-main .news__item:not(:first-child) {
    border-top: 1px solid #999;
  }
}
.home .l-main .news__item:not(:nth-of-type(3)) {
  border-right: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .home .l-main .news__item:not(:nth-of-type(3)) {
    border-right: none;
  }
}
.home .l-main .news .infomation {
  display: block;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .home .l-main .news .infomation {
    padding: 1em 0;
  }
}
.home .l-main .news .infomation:hover .infomation__title {
  color: #07a;
}
.home .l-main .news .infomation__meta {
  display: flex;
  align-items: center;
}
.home .l-main .news .infomation__time {
  color: #999;
  font-size: 1.4rem;
  margin-right: 16px;
}
@media screen and (max-width: 768px) {
  .home .l-main .news .infomation__time {
    font-size: 1.3rem;
    margin-right: 1em;
  }
}
.home .l-main .news .infomation__more {
  color: #999;
}
.home .l-main .news .infomation__category {
  flex: 0 0 96px;
  max-width: 96px;
  background: #07a;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
.home .l-main .news .infomation__title {
  margin-top: 8px;
  color: #212121;
  font-weight: 500;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home .l-main .news .infomation__title {
    font-size: 1.4rem;
  }
}
.home .l-main .news .infomation__more {
  margin-top: 16px;
  font-family: 'Share Tech', sans-serif;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .home .l-main .news .infomation__more {
    margin-top: 1em;
    font-size: 1.4rem;
  }
}
.home .l-main .news__btn {
  text-align: right;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .home .l-main .news__btn {
    margin-top: 32px;
    text-align: center;
  }
}
.home .banners {
  display: flex;
  justify-content: center;
  gap: 40px;
  padding: 96px 40px 0;
}
@media screen and (max-width: 768px) {
  .home .banners {
    padding: 64px 20px 0;
    gap: 24px;
  }
}
.home .banners__item {
  max-width: 400px;
}
.home .banners__item img {
  max-width: 100%;
}
.home .footer {
  margin-top: 80px;
}

.single-post .single__wrap {
  max-width: 840px;
  margin: 4em auto 0;
  padding: 0 40px;
}
.single-post .single__meta {
  text-align: center;
}
.single-post .single__hd {
  font-size: 2.8rem;
}
.single-post .single__content {
  margin-top: 3em;
}
.single-post .footer {
  margin-top: 72px;
}

.contact .overview {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .contact .overview {
    padding: 0 20px;
  }
}
.contact .overview__text {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact .overview__text {
    font-size: 1.6rem;
  }
}
.contact .overview__text:not(:first-child) {
  margin-top: 0.5em;
}
.contact .phone {
  margin-top: 40px;
  text-align: center;
}
.contact .phone__group {
  max-width: 732px;
  margin: 12px auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .contact .phone__group {
    margin-top: 0;
  }
}
.contact .phone__divider {
  flex: 0 0 auto;
  align-self: stretch;
  width: 1px;
  background: #999;
}
.contact .phone__box {
  flex: 1;
}
.contact .phone__title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .contact .phone__title {
    font-size: 1.6rem;
  }
}
.contact .phone__number {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .contact .phone__number {
    font-size: 2rem;
  }
}
.contact .phone__hours {
  color: #666;
}
.contact .form {
  width: 800px;
  max-width: 100%;
  margin: 64px auto 0;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .contact .form {
    padding: 0 20px;
  }
}
.contact .form__block {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .contact .form__block {
    flex-wrap: wrap;
  }
}
.contact .form__block:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contact .form__block:not(:first-child) {
    margin-top: 20px;
  }
}
.contact .form__block.btn {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contact .form__block.btn input,
.contact .form__block.btn button {
  flex: 0 0 10em;
  cursor: pointer;
}
.contact .form__block.btn .ajax-loader {
  flex: 0 0 24px;
}
.contact .form__block .wpcf7-form-control-wrap.title {
  position: relative;
}
.contact .form__block .wpcf7-form-control-wrap.title::before {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 1em;
  margin-top: 0.7em;
}
.contact .form__block > * {
  flex: 1 1 auto;
  max-width: 100%;
  display: block;
}
.contact .form__block > * > * {
  width: 100%;
}
.contact .form__label {
  flex: 0 0 15em;
  margin-right: 5em;
  padding-top: 0.6em;
}
@media screen and (max-width: 768px) {
  .contact .form__label {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.contact .form__label.--required {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact .form__label.--required {
    justify-content: flex-start;
  }
}
.contact .form__label.--required::after {
  content: '必須';
  background: #a30d33;
  display: block;
  padding: 0.2em 0.5em;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .form__label.--required::after {
    margin-right: 1em;
    order: -1;
  }
}
.contact .form__input {
  flex: 1 1 auto;
  max-width: 100%;
  display: block;
  padding: 1em;
  border: 1px solid #999;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .contact .form__input {
    margin-top: 1em;
  }
}
.contact .form__input.--textarea {
  min-height: 10em;
  resize: vertical;
}
.contact .form .wpcf7-list-item.first {
  margin-left: 0;
}
.contact .form input[type='radio'] + span {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.contact .form input[type='radio'] + span::before {
  content: '';
  width: 1em;
  height: 1em;
  display: block;
  line-height: 1;
  margin-right: 0.5em;
  border-radius: 50%;
  border: 1px solid #999;
  background: #fff;
}
.contact .form input[type='radio']:checked + span::before {
  border-width: 4px;
  border-color: #07a;
}
.contact .privacy {
  margin-top: 40px;
}
.contact .privacy__label {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .contact .privacy__label {
    flex-wrap: wrap;
  }
}
.contact .privacy__label::after {
  content: '必須';
  background: #a30d33;
  display: block;
  margin-left: 1em;
  padding: 0.2em 0.5em;
  font-size: 1.3rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .contact .privacy__label::after {
    margin-right: 1em;
    margin-left: 0;
    order: -1;
  }
}
.contact .privacy__box {
  display: flex;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .contact .privacy__box {
    flex-wrap: wrap;
  }
}
.contact .privacy__text {
  flex: 1 1 auto;
}
.contact .privacy__check {
  flex: 0 0 15em;
  margin-left: 2em;
  padding: 2em;
  border-left: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .contact .privacy__check {
    margin-left: 0;
    padding: 2em 0;
    border-left: none;
  }
}
.contact .privacy__check input[type='checkbox'] {
  display: none;
}
.contact .privacy__check input[type='checkbox'] + span,
.contact .privacy__check input[type='checkbox'] + label {
  display: block;
  padding-left: 2.2em;
  cursor: pointer;
  position: relative;
}
.contact .privacy__check input[type='checkbox'] + span::before,
.contact .privacy__check input[type='checkbox'] + label::before {
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -8px;
  display: block;
  background: #fff;
  border: 1px solid #999;
  position: absolute;
  top: 50%;
  left: 5px;
}
.contact .privacy__check input[type='checkbox'] + span::after,
.contact .privacy__check input[type='checkbox'] + label::after {
  content: '';
  width: 7px;
  height: 11px;
  border-right: 3px solid #07a;
  border-bottom: 3px solid #07a;
  display: block;
  margin-top: -5px;
  opacity: 0;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 12px;
}
.contact .privacy__check input[type='checkbox']:checked + span::after,
.contact .privacy__check input[type='checkbox']:checked + label::after {
  opacity: 1;
}
.contact .footer {
  margin-top: 72px;
}

.about .concept {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .about .concept {
    margin-top: 48px;
  }
}
.about .concept__wrap {
  max-width: 720px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .about .concept__wrap {
    padding: 0 20px;
  }
}
.about .concept__hd {
  font-size: 3.2rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .about .concept__hd {
    font-size: 28px;
  }
}
.about .concept__text {
  margin-top: 2em;
}
.about .concept__text p {
  line-height: 2;
}
.about .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.about .section {
  margin-top: 80px;
}
.about .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .about .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .about .section__content {
    flex-wrap: wrap;
  }
}
.about .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .about .section__content:nth-child(odd) .section__img {
    margin-right: 0;
  }
}
.about .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .about .section__content:nth-child(even) .section__img {
    margin-left: 0;
    order: 0;
  }
}
.about .section__img {
  flex: 0 0 480px;
}
@media screen and (max-width: 768px) {
  .about .section__img {
    max-width: 100%;
  }
}
.about .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.about .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about .section__text {
    margin-top: 24px;
  }
}
.about .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .about .section__hd {
    font-size: 2rem;
  }
}
.about .section__txt {
  margin-top: 1em;
}
.about .footer {
  margin-top: 72px;
}

.company .company {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .company .company {
    margin-top: 40px;
  }
}
.company .company__wrap {
  max-width: 960px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .company .company__wrap {
    padding: 0 20px;
  }
}
.company .company__hd {
  text-align: center;
}
.company .detail {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .company .detail {
    margin-top: 40px;
  }
}
.company .detail__item {
  display: flex;
}
.company .detail__hd {
  flex: 0 0 10em;
  margin-right: 4em;
  padding: 2em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .detail__hd {
    flex: 0 0 5em;
    padding: 1.5em 0;
    margin-right: 1em;
  }
}
.company .detail__hd::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #07a;
  position: absolute;
  left: 0;
  top: 0;
}
.company .detail__text {
  flex: 1 1 auto;
  padding: 2em 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .company .detail__text {
    padding: 1.5em 0;
  }
}
.company .detail__text::after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.company .footer {
  margin-top: 72px;
}

.privacy .privacy-content,
.claimcheck .privacy-content,
.disclosure .privacy-content,
.certificateofdisposal .privacy-content,
.userpolicy .privacy-content,
.law .privacy-content,
.warranty .privacy-content,
.member .privacy-content,
.nda .privacy-content {
  margin-top: 72px;
}
.privacy .privacy-content__wrap,
.claimcheck .privacy-content__wrap,
.disclosure .privacy-content__wrap,
.certificateofdisposal .privacy-content__wrap,
.userpolicy .privacy-content__wrap,
.law .privacy-content__wrap,
.warranty .privacy-content__wrap,
.member .privacy-content__wrap,
.nda .privacy-content__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .privacy .privacy-content__wrap,
  .claimcheck .privacy-content__wrap,
  .disclosure .privacy-content__wrap,
  .certificateofdisposal .privacy-content__wrap,
  .userpolicy .privacy-content__wrap,
  .law .privacy-content__wrap,
  .warranty .privacy-content__wrap,
  .member .privacy-content__wrap,
  .nda .privacy-content__wrap {
    padding: 0 20px;
  }
}
.privacy .privacy-content .content,
.claimcheck .privacy-content .content,
.disclosure .privacy-content .content,
.certificateofdisposal .privacy-content .content,
.userpolicy .privacy-content .content,
.law .privacy-content .content,
.warranty .privacy-content .content,
.member .privacy-content .content,
.nda .privacy-content .content {
  width: 920px;
  margin: 0 auto;
  padding: 64px 0;
}
.privacy .privacy-content .content h2,
.claimcheck .privacy-content .content h2,
.disclosure .privacy-content .content h2,
.certificateofdisposal .privacy-content .content h2,
.userpolicy .privacy-content .content h2,
.law .privacy-content .content h2,
.warranty .privacy-content .content h2,
.member .privacy-content .content h2,
.nda .privacy-content .content h2 {
  margin-top: 1.75em;
  font-size: 2.8rem;
}
.privacy .privacy-content .content h3,
.claimcheck .privacy-content .content h3,
.disclosure .privacy-content .content h3,
.certificateofdisposal .privacy-content .content h3,
.userpolicy .privacy-content .content h3,
.law .privacy-content .content h3,
.warranty .privacy-content .content h3,
.member .privacy-content .content h3,
.nda .privacy-content .content h3 {
  margin-top: 1.75em;
  font-size: 2.2rem;
}
.privacy .privacy-content .content p,
.claimcheck .privacy-content .content p,
.disclosure .privacy-content .content p,
.certificateofdisposal .privacy-content .content p,
.userpolicy .privacy-content .content p,
.law .privacy-content .content p,
.warranty .privacy-content .content p,
.member .privacy-content .content p,
.nda .privacy-content .content p {
  margin-top: 1.75em;
}
.privacy .privacy-content .content ul,
.claimcheck .privacy-content .content ul,
.disclosure .privacy-content .content ul,
.certificateofdisposal .privacy-content .content ul,
.userpolicy .privacy-content .content ul,
.law .privacy-content .content ul,
.warranty .privacy-content .content ul,
.member .privacy-content .content ul,
.nda .privacy-content .content ul {
  margin-top: 1.75em;
  counter-reset: num;
}
.privacy .privacy-content .content ul li:not(:first-child),
.claimcheck .privacy-content .content ul li:not(:first-child),
.disclosure .privacy-content .content ul li:not(:first-child),
.certificateofdisposal .privacy-content .content ul li:not(:first-child),
.userpolicy .privacy-content .content ul li:not(:first-child),
.law .privacy-content .content ul li:not(:first-child),
.warranty .privacy-content .content ul li:not(:first-child),
.member .privacy-content .content ul li:not(:first-child),
.nda .privacy-content .content ul li:not(:first-child) {
  margin-top: 0.2em;
}
.privacy .privacy-content .content ul li::before,
.claimcheck .privacy-content .content ul li::before,
.disclosure .privacy-content .content ul li::before,
.certificateofdisposal .privacy-content .content ul li::before,
.userpolicy .privacy-content .content ul li::before,
.law .privacy-content .content ul li::before,
.warranty .privacy-content .content ul li::before,
.member .privacy-content .content ul li::before,
.nda .privacy-content .content ul li::before {
  counter-increment: num;
  content: counter(num) '.';
  font-weight: bold;
  display: inline-block;
  margin-right: 0.2em;
  margin-left: -1.2em;
}
.privacy .privacy-content .content figure,
.claimcheck .privacy-content .content figure,
.disclosure .privacy-content .content figure,
.certificateofdisposal .privacy-content .content figure,
.userpolicy .privacy-content .content figure,
.law .privacy-content .content figure,
.warranty .privacy-content .content figure,
.member .privacy-content .content figure,
.nda .privacy-content .content figure {
  width: 100%;
  display: block;
  margin: 1em 0 0;
}
.privacy .privacy-content .content table,
.claimcheck .privacy-content .content table,
.disclosure .privacy-content .content table,
.certificateofdisposal .privacy-content .content table,
.userpolicy .privacy-content .content table,
.law .privacy-content .content table,
.warranty .privacy-content .content table,
.member .privacy-content .content table,
.nda .privacy-content .content table {
  width: 100%;
  border-collapse: collapse;
}
.privacy .privacy-content .content table tr:nth-child(odd) th,
.privacy .privacy-content .content table tr:nth-child(odd) td,
.claimcheck .privacy-content .content table tr:nth-child(odd) th,
.claimcheck .privacy-content .content table tr:nth-child(odd) td,
.disclosure .privacy-content .content table tr:nth-child(odd) th,
.disclosure .privacy-content .content table tr:nth-child(odd) td,
.certificateofdisposal .privacy-content .content table tr:nth-child(odd) th,
.certificateofdisposal .privacy-content .content table tr:nth-child(odd) td,
.userpolicy .privacy-content .content table tr:nth-child(odd) th,
.userpolicy .privacy-content .content table tr:nth-child(odd) td,
.law .privacy-content .content table tr:nth-child(odd) th,
.law .privacy-content .content table tr:nth-child(odd) td,
.warranty .privacy-content .content table tr:nth-child(odd) th,
.warranty .privacy-content .content table tr:nth-child(odd) td,
.member .privacy-content .content table tr:nth-child(odd) th,
.member .privacy-content .content table tr:nth-child(odd) td,
.nda .privacy-content .content table tr:nth-child(odd) th,
.nda .privacy-content .content table tr:nth-child(odd) td {
  background: #f2f2f2;
}
.privacy .privacy-content .content table tr:last-child td,
.privacy .privacy-content .content table tr:last-child th,
.claimcheck .privacy-content .content table tr:last-child td,
.claimcheck .privacy-content .content table tr:last-child th,
.disclosure .privacy-content .content table tr:last-child td,
.disclosure .privacy-content .content table tr:last-child th,
.certificateofdisposal .privacy-content .content table tr:last-child td,
.certificateofdisposal .privacy-content .content table tr:last-child th,
.userpolicy .privacy-content .content table tr:last-child td,
.userpolicy .privacy-content .content table tr:last-child th,
.law .privacy-content .content table tr:last-child td,
.law .privacy-content .content table tr:last-child th,
.warranty .privacy-content .content table tr:last-child td,
.warranty .privacy-content .content table tr:last-child th,
.member .privacy-content .content table tr:last-child td,
.member .privacy-content .content table tr:last-child th,
.nda .privacy-content .content table tr:last-child td,
.nda .privacy-content .content table tr:last-child th {
  border-bottom: 1px solid #999;
}
.privacy .privacy-content .content table td,
.privacy .privacy-content .content table th,
.claimcheck .privacy-content .content table td,
.claimcheck .privacy-content .content table th,
.disclosure .privacy-content .content table td,
.disclosure .privacy-content .content table th,
.certificateofdisposal .privacy-content .content table td,
.certificateofdisposal .privacy-content .content table th,
.userpolicy .privacy-content .content table td,
.userpolicy .privacy-content .content table th,
.law .privacy-content .content table td,
.law .privacy-content .content table th,
.warranty .privacy-content .content table td,
.warranty .privacy-content .content table th,
.member .privacy-content .content table td,
.member .privacy-content .content table th,
.nda .privacy-content .content table td,
.nda .privacy-content .content table th {
  padding: 1em;
  vertical-align: middle;
  border-top: 1px solid #999;
}
.privacy .footer,
.claimcheck .footer,
.disclosure .footer,
.certificateofdisposal .footer,
.userpolicy .footer,
.law .footer,
.warranty .footer,
.member .footer,
.nda .footer {
  margin-top: 72px;
}

.price-content {
  margin-top: 72px;
}
.price-content__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 980px;
}
@media screen and (max-width: 768px) {
  .price-content__wrap {
    padding: 0 20px;
  }
}
.price-content__wrap h2 {
  margin-top: 2em;
  text-align: center;
}
.price-content__wrap h3 {
  margin-top: 1.5em;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .price-content__wrap h3 {
    text-align: center;
    font-size: 2rem;
  }
}
.price-content__wrap figure {
  margin: 1.5em 0 0;
}
.price-content__wrap table {
  border-collapse: collapse;
}
.price-content__wrap table tr:nth-child(odd) {
  background: #e0e0e0 !important;
}
.price-content__wrap table tr td {
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .price-content__wrap table tr td {
    display: block;
    padding: 0.2em 1em;
  }
  .price-content__wrap table tr td:first-child {
    padding-top: 1em;
  }
  .price-content__wrap table tr td:last-child {
    padding-bottom: 1em;
  }
}
.price .footer {
  margin-top: 72px;
}

.service .service-content {
  margin-top: 72px;
}
@media screen and (max-width: 768px) {
  .service .service-content {
    margin-top: 56px;
  }
}
.service .service-content__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .service .service-content__wrap {
    padding: 0 20px;
  }
}
.service .service-content__list {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service .service-content__list {
    margin-top: 0;
  }
}
.service .service-content__list::after {
  content: '';
  flex: 0 0 32%;
  max-width: 380px;
  display: block;
}
.service .service-content__list.active .service-content__item {
  opacity: 1;
  transform: translateY(0);
}
.service .service-content__item {
  flex: 0 0 32%;
  max-width: 380px;
  transition: 0.4s cubic-bezier(0.43, 0.45, 0.63, 0.93);
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 768px) {
  .service .service-content__item {
    flex: 0 0 100%;
    margin-top: 32px;
  }
}
.service .service-content__item:nth-of-type(0) {
  transition-delay: -0.1s;
}
.service .service-content__item:nth-of-type(1) {
  transition-delay: 0s;
}
.service .service-content__item:nth-of-type(2) {
  transition-delay: 0.1s;
}
.service .service-content__item:nth-of-type(3) {
  transition-delay: 0.2s;
}
.service .service-content__item:nth-of-type(4) {
  transition-delay: 0.3s;
}
.service .service-content__item:nth-of-type(5) {
  transition-delay: 0.4s;
}
.service .service-content__item:nth-of-type(6) {
  transition-delay: 0.5s;
}
.service .service-content__item:nth-child(n + 4) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .service .service-content__item:nth-child(n + 4) {
    margin-top: 32px;
  }
}
.service .service-content .card {
  display: block;
}
.service .service-content .card:hover .img img {
  transform: scale(1.1);
}
.service .service-content .card__img .img {
  overflow: hidden;
  width: 100%;
  padding-top: 69.4736842105%;
  position: relative;
}
.service .service-content .card__img .img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.service .service-content .card__img .img img {
  transition: 0.2s cubic-bezier(0.43, 0.45, 0.63, 0.93);
}
.service .service-content .card__hd {
  font-size: 1.8rem;
  margin-top: 0.8em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .service .service-content .card__hd {
    font-size: 1.7rem;
  }
}
.service .service-content .card__text {
  font-size: 1.5rem;
  text-align: justify;
  color: #212121;
}
@media screen and (max-width: 768px) {
  .service .service-content .card__text {
    font-size: 1.4rem;
  }
}
.service .footer {
  margin-top: 72px;
}

.news .news-content {
  margin-top: 72px;
}
.news .news-content__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .news .news-content__wrap {
    padding: 0 20px;
  }
}
.news .news-content .content {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  padding: 64px 0;
}
.news .news-content .content__item {
  border-top: 1px solid #999;
}
.news .news-content .content__item:last-child {
  border-bottom: 1px solid #999;
}
.news .news-content .content__item a {
  display: flex;
  align-items: center;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .news .news-content .content__item a {
    padding: 1em 0;
    flex-wrap: wrap;
  }
}
.news .news-content .content__item a:hover .content__hd {
  color: #07a;
}
.news .news-content .content__time {
  color: #999;
  font-size: 1.4rem;
  margin-right: 20px;
}
.news .news-content .content__category {
  flex: 0 0 96px;
  max-width: 96px;
  margin-right: 20px;
  padding: 0.1em 0 0.2em;
  background: #07a;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .news .news-content .content__category {
    flex: 1 1 auto;
    margin-right: 0;
  }
}
.news .news-content .content__hd {
  font-weight: 500;
  color: #212121;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .news .news-content .content__hd {
    flex: 0 0 100%;
    margin-top: 0.5em;
  }
}
.news .news-content .content__more {
  margin-left: auto;
  color: #999;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .news .news-content .content__more {
    display: none;
  }
}
.news .footer {
  margin-top: 72px;
}

.sitemap .sitemap-content {
  margin-top: 72px;
}
.sitemap .sitemap-content__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-content__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-content__wrap {
    flex-wrap: wrap;
  }
}
.sitemap .sitemap-content__list {
  flex: 0 0 45%;
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-content__list {
    flex: 0 0 100%;
  }
}
.sitemap .sitemap-content__item {
  border-top: 1px solid #999;
}
.sitemap .sitemap-content__item:last-child {
  border-bottom: 1px solid #999;
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-content__item:last-child {
    border-bottom: none;
  }
}
.sitemap .sitemap-content__item a {
  color: #212121;
  font-size: 1.4rem;
}
.sitemap .sitemap-content__item a:hover {
  color: #07a;
}
.sitemap .sitemap-content__item > a {
  display: block;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .sitemap .sitemap-content__item > a {
    padding: 1.5em;
  }
}
.sitemap .sitemap-content__item ul {
  margin-left: 2em;
}
.sitemap .sitemap-content__item ul li {
  margin-bottom: 1em;
}
.sitemap .sitemap-content__item ul li a {
  display: flex;
  align-items: center;
}
.sitemap .sitemap-content__item ul li a::before {
  content: '';
  width: 1.5em;
  height: 1px;
  display: block;
  margin-right: 1em;
  background: #07a;
}
.sitemap .footer {
  margin-top: 72px;
}

.onetopservice .concept {
  margin-top: 64px;
}
.onetopservice .concept__wrap {
  max-width: 760px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .onetopservice .concept__wrap {
    padding: 0 20px;
  }
}
.onetopservice .concept__hd {
  font-size: 3.2rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .onetopservice .concept__hd {
    font-size: 2.1rem;
  }
}
.onetopservice .concept__text {
  margin-top: 2em;
}
.onetopservice .concept__text p {
  line-height: 2;
}
.onetopservice .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.onetopservice .section-content {
  margin-top: 96px;
}
.onetopservice .section-content__leadtext {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .onetopservice .section-content__leadtext {
    padding: 0 20px;
  }
}
.onetopservice .section-content__leadtext + .section {
  margin-top: 48px;
}
.onetopservice .under_hd,
.onetopservice .price-content__wrap h2,
.price-content__wrap .onetopservice h2 {
  text-align: center;
}
.onetopservice .section {
  margin-top: 56px;
}
.onetopservice .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .onetopservice .section__content {
    flex-wrap: wrap;
  }
}
.onetopservice .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
.onetopservice .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__content:nth-child(even) .section__img {
    order: -1;
    margin-left: 0;
  }
}
.onetopservice .section__img {
  flex: 0 0 480px;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.onetopservice .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.onetopservice .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.onetopservice .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__text {
    margin-top: 20px;
  }
}
.onetopservice .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__hd {
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
.onetopservice .section__hd .fas {
  margin-right: 0.5em;
}
.onetopservice .section__hd .main {
  display: block;
}
.onetopservice .section__hd .sub {
  display: block;
  font-size: 1.8rem;
  color: #777;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__hd .sub {
    font-size: 1.5rem;
  }
}
.onetopservice .section__txt {
  margin-top: 1em;
}
.onetopservice .section__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .onetopservice .section__list {
    flex-wrap: wrap;
  }
}
.onetopservice .section__list .section__img {
  flex: 0 0 360px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .onetopservice .section__list .section__img {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.onetopservice .columns {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .onetopservice .columns {
    margin-top: 40px;
  }
}
.onetopservice .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .onetopservice .columns__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .onetopservice .columns__wrap {
    flex-wrap: wrap;
  }
}
.onetopservice .columns__item {
  flex: 0 0 31%;
  max-width: 31%;
}
@media screen and (max-width: 768px) {
  .onetopservice .columns__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.onetopservice .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
}
@media screen and (max-width: 768px) {
  .onetopservice .columns__hd {
    font-size: 1.6rem;
    margin-top: 1em;
  }
}
.onetopservice .columns__hd span {
  display: block;
}
.onetopservice .columns__hd span.icon {
  margin-right: 1.6rem;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .onetopservice .columns__hd span.icon {
    font-size: 2.4rem;
  }
}
.onetopservice .columns__hd span.text {
  flex: 1 1 auto;
}
.onetopservice .columns__text {
  margin-top: 0.5em;
}
.onetopservice .footer {
  margin-top: 72px;
}

.openresource .concept {
  margin-top: 64px;
}
.openresource .concept__wrap {
  max-width: 880px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .openresource .concept__wrap {
    padding: 0 20px;
  }
}
.openresource .concept__hd {
  font-size: 3.4rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .openresource .concept__hd {
    font-size: 2.2rem;
  }
}
.openresource .concept__text {
  max-width: 680px;
  margin: 2em auto 0;
}
.openresource .concept__text p {
  line-height: 2;
}
.openresource .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.openresource .section-content {
  margin-top: 96px;
}
.openresource .section-content__leadtext {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 0 40px;
  text-align: center;
}
.openresource .section-content__leadtext + .section {
  margin-top: 48px;
}
.openresource .under_hd,
.openresource .price-content__wrap h2,
.price-content__wrap .openresource h2 {
  text-align: center;
  color: #212121;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .openresource .under_hd,
  .openresource .price-content__wrap h2,
  .price-content__wrap .openresource h2 {
    font-size: 1.7rem;
  }
}
.openresource .section {
  margin-top: 56px;
}
.openresource .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .openresource .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .openresource .section__content {
    flex-wrap: wrap;
  }
}
.openresource .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
.openresource .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
.openresource .section__img {
  flex: 0 0 480px;
}
@media screen and (max-width: 768px) {
  .openresource .section__img {
    flex: 0 0 100%;
  }
}
.openresource .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.openresource .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.openresource .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
.openresource .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .openresource .section__hd {
    font-size: 1.7rem;
  }
}
.openresource .section__hd .fas {
  margin-right: 0.5em;
}
.openresource .section__hd .main {
  display: block;
}
.openresource .section__hd .sub {
  display: block;
  font-size: 1.8rem;
  color: #777;
  margin-top: 0.2em;
}
.openresource .section__txt {
  margin-top: 1em;
}
.openresource .section__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .openresource .section__list {
    padding: 0 20px;
  }
}
.openresource .section__list .section__img {
  flex: 0 0 360px;
  margin-right: 56px;
}
.openresource .columns {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .openresource .columns {
    margin-top: 20px;
  }
}
.openresource .columns__caption {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 880px;
  margin: 4em auto 0;
}
@media screen and (max-width: 768px) {
  .openresource .columns__caption {
    padding: 0 20px;
  }
}
.openresource .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .openresource .columns__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .openresource .columns__wrap {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.openresource .columns__item {
  flex: 0 0 22%;
  max-width: 22%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .openresource .columns__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.openresource .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
  align-items: center;
}
.openresource .columns__hd span {
  display: block;
}
.openresource .columns__hd span.icon {
  margin-right: 1.2rem;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .openresource .columns__hd span.icon {
    font-size: 2rem;
  }
}
.openresource .columns__hd span.text {
  flex: 1 1 auto;
}
.openresource .columns__text {
  flex: 1 1 auto;
  margin-top: 0.5em;
}
.openresource .columns__download {
  margin-top: 1em;
  text-align: center;
}
.openresource .columns__download a .fas {
  margin-right: 0.5em;
}
.openresource .contact {
  padding: 3em 40px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .openresource .contact {
    padding: 3em -20px;
    text-align: left;
  }
}
.openresource .contact__text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .openresource .contact__text {
    font-size: 1.4rem;
  }
  .openresource .contact__text br {
    display: none;
  }
}
.openresource .contact__links {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .openresource .contact__links {
    margin-top: 1em;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
.openresource .contact__link {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .openresource .contact__link {
    margin-top: 0.5em;
  }
}
.openresource .contact__link:first-child a {
  background: #06c755;
  border-color: #06c755;
}

.professional .concept {
  margin-top: 64px;
}
.professional .concept__wrap {
  max-width: 840px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .professional .concept__wrap {
    padding: 0 20px;
  }
}
.professional .concept__hd {
  font-size: 2.8rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .professional .concept__hd {
    font-size: 2.2rem;
  }
}
.professional .concept__hd span {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .professional .concept__hd span {
    display: inline;
  }
}
.professional .concept__text {
  margin-top: 2em;
}
.professional .concept__text p {
  line-height: 2;
}
.professional .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.professional .section-content {
  margin-top: 96px;
}
.professional .section-content .description {
  text-align: center;
  margin-top: 3em;
}
.professional .section-content__leadtext {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .professional .section-content__leadtext {
    padding: 0 20px;
  }
}
.professional .section-content__leadtext + .section {
  margin-top: 48px;
}
.professional .section-content.--white {
  background: #fff;
  padding: 64px 0;
}
.professional .under_hd,
.professional .price-content__wrap h2,
.price-content__wrap .professional h2 {
  text-align: center;
  color: #212121;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .professional .under_hd,
  .professional .price-content__wrap h2,
  .price-content__wrap .professional h2 {
    font-size: 2rem;
  }
}
.professional .section {
  margin-top: 56px;
}
.professional .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .professional .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .professional .section__content {
    flex-wrap: wrap;
  }
}
.professional .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .professional .section__content:nth-child(odd) .section__img {
    margin-right: 0;
  }
}
.professional .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .professional .section__content:nth-child(even) .section__img {
    margin-left: 0;
    order: -1;
  }
}
.professional .section__img {
  flex: 0 0 480px;
}
@media screen and (max-width: 768px) {
  .professional .section__img {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.professional .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.professional .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.professional .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
.professional .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .professional .section__hd {
    font-size: 1.8rem;
  }
}
.professional .section__hd .fas {
  margin-right: 0.5em;
}
.professional .section__hd .main {
  display: block;
}
.professional .section__hd .sub {
  display: block;
  font-size: 1.8rem;
  color: #777;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .professional .section__hd .sub {
    font-size: 1.6rem;
  }
}
.professional .section__txt {
  margin-top: 1em;
}
.professional .section__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .professional .section__list {
    padding: 0 20px;
  }
}
.professional .section__list .section__img {
  flex: 0 0 360px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .professional .section__list .section__img {
    max-width: 100%;
  }
}
.professional .columns {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .professional .columns {
    margin-top: 20px;
  }
}
.professional .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .professional .columns__wrap {
    padding: 0 20px;
  }
}
.professional .columns__item {
  flex: 0 0 29%;
  max-width: 29%;
  margin: 0 20px 40px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .professional .columns__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.professional .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
  align-items: center;
  text-align: center;
}
.professional .columns__hd span {
  display: block;
}
.professional .columns__hd span.icon {
  margin-right: 1.2rem;
  font-size: 3.6rem;
  line-height: 1;
}
.professional .columns__hd span.text {
  flex: 1 1 auto;
}
.professional .columns__text {
  flex: 1 1 auto;
  margin-top: 0.5em;
}
.professional .columns__download {
  margin-top: 1em;
  text-align: center;
}
.professional .columns__download a .fas {
  margin-right: 0.5em;
}
.professional .contact {
  padding: 3em 40px;
  text-align: center;
  background: #fff;
}
.professional .contact__text {
  font-size: 1.8rem;
  line-height: 2;
}
.professional .contact__link {
  margin-top: 2em;
}
.professional .footer {
  margin-top: 72px;
}

.supportsystem .concept {
  padding-top: 64px;
  padding-bottom: 64px;
}
.supportsystem .concept__wrap {
  max-width: 724px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .supportsystem .concept__wrap {
    padding: 0 20px;
  }
}
.supportsystem .concept__hd {
  font-size: 3.2rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .supportsystem .concept__hd {
    font-size: 2.2rem;
  }
}
.supportsystem .concept__text {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .supportsystem .concept__text {
    margin-top: 1.5em;
    text-align: left;
  }
}
.supportsystem .section-content {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content {
    padding: 56px 20px;
  }
}
.supportsystem .section-content.-white {
  background: #fff;
}
.supportsystem .section-content .under_hd,
.supportsystem .section-content .price-content__wrap h2,
.price-content__wrap .supportsystem .section-content h2 {
  text-align: center;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .under_hd,
  .supportsystem .section-content .price-content__wrap h2,
  .price-content__wrap .supportsystem .section-content h2 {
    font-size: 2rem;
  }
}
.supportsystem .section-content__read {
  margin-top: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content__read br {
    display: none;
  }
}
.supportsystem .section-content .columns {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .columns {
    margin-top: 48px;
  }
}
.supportsystem .section-content .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .columns__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .columns__wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
.supportsystem .section-content .columns__item {
  flex: 0 0 42%;
  margin: 0 24px 56px;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .columns__item {
    flex: 0 0 100%;
    margin-bottom: 32px;
  }
}
.supportsystem .section-content .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .columns__hd {
    font-size: 1.8rem;
  }
}
.supportsystem .section-content .columns__hd .icon {
  margin-right: 1.2rem;
  font-size: 3.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .columns__hd .icon {
    font-size: 2rem;
  }
}
.supportsystem .section-content .columns__hd .text {
  flex: 1 1 auto;
}
.supportsystem .section-content .warranty {
  margin-top: 40px;
}
.supportsystem .section-content .warranty__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .warranty__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .warranty__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.supportsystem .section-content .warranty__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .warranty__list {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.supportsystem .section-content .warranty__item {
  flex: 0 0 32%;
  background: #fff;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .warranty__item {
    flex: 0 0 100%;
  }
}
.supportsystem .section-content .warranty__title {
  text-align: center;
  margin-bottom: 0.5em;
}
.supportsystem .section-content .warranty__point {
  margin-top: 0.25em;
}
.supportsystem .section-content .link-text {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 800px;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .link-text {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .link-text {
    padding-left: 0;
    padding-right: 0;
  }
}
.supportsystem .section-content .link-text span {
  display: block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .link-text span {
    display: inline-block;
  }
}
.supportsystem .section-content .contact {
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .supportsystem .section-content .contact {
    padding: 0 20px;
  }
}
.supportsystem .section-content .contact__text {
  font-size: 1.8rem;
  line-height: 2;
}
.supportsystem .section-content .contact__link {
  margin-top: 2em;
}

.contributionactivities .concept {
  margin-top: 64px;
}
.contributionactivities .concept__wrap {
  max-width: 760px;
  padding: 0 40px;
  margin: 0 auto;
}
.contributionactivities .concept__hd {
  font-size: 3.2rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contributionactivities .concept__hd {
    font-size: 2.2rem;
  }
}
.contributionactivities .concept__text {
  margin-top: 2em;
}
.contributionactivities .concept__text p {
  line-height: 2;
}
.contributionactivities .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.contributionactivities .section-content {
  margin-top: 96px;
}
.contributionactivities .section-content__leadtext {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 0 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section-content__leadtext {
    padding: 0 20px;
  }
}
.contributionactivities .section-content__leadtext + .section {
  margin-top: 48px;
}
.contributionactivities .under_hd,
.contributionactivities .price-content__wrap h2,
.price-content__wrap .contributionactivities h2 {
  text-align: center;
}
.contributionactivities .section {
  margin-top: 56px;
}
.contributionactivities .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__content {
    flex-wrap: wrap;
  }
}
.contributionactivities .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__content:nth-child(odd) .section__img {
    margin-right: 0;
  }
}
.contributionactivities .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__content:nth-child(even) .section__img {
    margin-left: 0;
    order: -1;
  }
}
.contributionactivities .section__img {
  flex: 0 0 480px;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__img {
    flex: 0 0 100%;
  }
}
.contributionactivities .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.contributionactivities .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contributionactivities .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__text {
    margin-top: 1.5em;
  }
}
.contributionactivities .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__hd {
    font-size: 1.7rem;
  }
}
.contributionactivities .section__hd .fas {
  margin-right: 0.5em;
}
.contributionactivities .section__hd .main {
  display: block;
}
.contributionactivities .section__hd .sub {
  display: block;
  font-size: 1.8rem;
  color: #777;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__hd .sub {
    font-size: 1.5rem;
  }
}
.contributionactivities .section__txt {
  margin-top: 1em;
}
.contributionactivities .section__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__list {
    flex-wrap: wrap;
  }
}
.contributionactivities .section__list .section__img {
  flex: 0 0 360px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .contributionactivities .section__list .section__img {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.contributionactivities .columns {
  margin-top: 64px;
}
.contributionactivities .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contributionactivities .columns__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .contributionactivities .columns__wrap {
    flex-wrap: wrap;
  }
}
.contributionactivities .columns__item {
  flex: 0 0 31%;
  max-width: 31%;
}
@media screen and (max-width: 768px) {
  .contributionactivities .columns__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.contributionactivities .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contributionactivities .columns__hd {
    font-size: 1.8rem;
  }
}
.contributionactivities .columns__hd span {
  display: block;
}
.contributionactivities .columns__hd span.icon {
  margin-right: 1.6rem;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contributionactivities .columns__hd span.icon {
    font-size: 2.4rem;
  }
}
.contributionactivities .columns__hd span.text {
  flex: 1 1 auto;
}
.contributionactivities .columns__text {
  margin-top: 0.5em;
}
.contributionactivities .footer {
  margin-top: 72px;
}

.itrevolution .concept {
  margin-top: 64px;
}
.itrevolution .concept__wrap {
  max-width: 840px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .itrevolution .concept__wrap {
    padding: 0 20px;
  }
}
.itrevolution .concept__hd {
  font-size: 3.2rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .itrevolution .concept__hd {
    font-size: 2.2rem;
  }
}
.itrevolution .concept__subhd {
  margin-top: 1em;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .itrevolution .concept__subhd {
    font-size: 1.6rem;
  }
  .itrevolution .concept__subhd br {
    display: none;
  }
}
.itrevolution .concept__text {
  margin-top: 2em;
}
.itrevolution .concept__text p {
  line-height: 2;
}
.itrevolution .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.itrevolution .section-content {
  margin-top: 96px;
}
.itrevolution .section-content__leadtext {
  max-width: 640px;
  margin: 32px auto 0;
  padding: 0 40px;
  text-align: center;
}
.itrevolution .section-content__leadtext + .section {
  margin-top: 48px;
}
.itrevolution .under_hd,
.itrevolution .price-content__wrap h2,
.price-content__wrap .itrevolution h2 {
  text-align: center;
}
.itrevolution .section {
  margin-top: 56px;
}
.itrevolution .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .itrevolution .section__content {
    flex-wrap: wrap;
  }
}
.itrevolution .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__content:nth-child(odd) .section__img {
    margin-right: 0;
  }
}
.itrevolution .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__content:nth-child(even) .section__img {
    margin-left: 0;
    order: -1;
  }
}
.itrevolution .section__img {
  flex: 0 0 480px;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__img {
    flex: 0 0 100%;
  }
}
.itrevolution .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.itrevolution .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.itrevolution .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__text {
    margin-top: 0.5em;
  }
}
.itrevolution .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__hd {
    font-size: 1.7rem;
  }
}
.itrevolution .section__hd .fas {
  margin-right: 0.5em;
}
.itrevolution .section__hd .main {
  display: block;
}
.itrevolution .section__hd .sub {
  display: block;
  font-size: 1.8rem;
  color: #777;
  margin-top: 0.2em;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__hd .sub {
    font-size: 1.5rem;
  }
}
.itrevolution .section__txt {
  margin-top: 1em;
}
.itrevolution .section__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .itrevolution .section__list {
    flex-wrap: wrap;
  }
}
.itrevolution .section__list .section__img {
  flex: 0 0 360px;
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .itrevolution .section__list .section__img {
    flex: 0 0 100%;
    margin-right: 0;
  }
}
.itrevolution .columns {
  margin-top: 64px;
}
.itrevolution .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .itrevolution .columns__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .itrevolution .columns__wrap {
    flex-wrap: wrap;
  }
}
.itrevolution .columns__item {
  flex: 0 0 31%;
  max-width: 31%;
}
@media screen and (max-width: 768px) {
  .itrevolution .columns__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.itrevolution .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
}
@media screen and (max-width: 768px) {
  .itrevolution .columns__hd {
    font-size: 1.7rem;
  }
}
.itrevolution .columns__hd span {
  display: block;
}
.itrevolution .columns__hd span.icon {
  margin-right: 1.6rem;
  font-size: 4.8rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .itrevolution .columns__hd span.icon {
    font-size: 2.4rem;
  }
}
.itrevolution .columns__hd span.text {
  flex: 1 1 auto;
}
.itrevolution .columns__text {
  margin-top: 0.5em;
}
.itrevolution .footer {
  margin-top: 72px;
}

.recruit__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .recruit__wrap {
    padding: 0 20px;
  }
}
.recruit .footer {
  margin-top: 72px;
}

.compliance__list {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 40px;
}
.compliance__item {
  border-top: 1px solid #999;
}
.compliance__item:last-child {
  border-bottom: 1px solid #999;
}
.compliance__item a {
  display: block;
  padding: 2em 0;
  color: #212121;
  position: relative;
}
.compliance__item a::after {
  content: 'MORE';
  font-family: 'Share Tech', sans-serif;
  color: #999;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
.compliance__item a:hover {
  background: #fff;
  padding: 2em 1em;
}

.consultation .commitment {
  padding: 64px 0px 104px;
}
@media screen and (max-width: 768px) {
  .consultation .commitment {
    padding: 48px 0 64px;
  }
}
.consultation .commitment__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .consultation .commitment__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .consultation .commitment__wrap {
    flex-wrap: wrap;
  }
}
.consultation .commitment__text {
  flex: 1 1 auto;
  background: #fff;
  padding: 40px 72px 40px 40px;
}
@media screen and (max-width: 768px) {
  .consultation .commitment__text {
    max-width: 100%;
    padding: 40px 20px;
  }
}
.consultation .commitment__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .consultation .commitment__text .text {
    font-size: 1.4rem;
  }
}
.consultation .commitment__text .btn {
  margin-top: 2em;
}
.consultation .commitment__hd {
  font-weight: 500;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .consultation .commitment__hd {
    font-size: 2.4rem;
  }
}
.consultation .commitment__img {
  flex: 0 0 440px;
  margin-bottom: -24px;
  margin-left: -32px;
}
@media screen and (max-width: 768px) {
  .consultation .commitment__img {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
}
.consultation .commitment__img img {
  max-width: 100%;
}
.consultation .select-course {
  padding: 72px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .consultation .select-course {
    padding: 48px 0;
  }
}
.consultation .select-course__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .select-course__wrap {
    padding: 0 20px;
  }
}
.consultation .select-course__hd {
  font-size: 3.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consultation .select-course__hd {
    font-size: 2rem;
  }
}
.consultation .select-course__list {
  margin-top: 56px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .consultation .select-course__list {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.consultation .select-course__item {
  flex: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .consultation .select-course__item {
    max-width: 100%;
  }
}
.consultation .select-course__item.--full {
  flex: 0 0 100%;
  width: 100%;
  margin-top: 4em;
}
.consultation .select-course__item.--full .sec-hd__en {
  font-size: 3.6rem;
}
.consultation .select-course__item.--full .read_text {
  max-width: 880px;
  margin: 2em auto 0;
  text-align: center;
}
.consultation .select-course__item .sec-hd__en {
  font-size: 3.6rem;
}
.consultation .select-course__item .img__area {
  margin-top: 2em;
  position: relative;
}
.consultation .select-course__item .img__bg {
  padding-top: 64%;
  background: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.consultation .select-course__item .img__bg img {
  width: 50%;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.consultation .select-course__item .text {
  flex: 1 1 auto;
}
.consultation .select-course__item .text__area {
  flex: 1 1 auto;
  margin-top: 2em;
  display: flex;
  flex-direction: column;
}
.consultation .select-course__item .text__btn {
  margin: 1em auto 0;
}
.consultation .content-detail {
  padding: 72px 0;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail {
    padding: 56px 0;
  }
}
.consultation .content-detail__nav {
  display: flex;
  justify-content: center;
}
.consultation .content-detail__item .tab-btn {
  display: block;
  padding: 0.7em 2em;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail__item .tab-btn {
    font-size: 1.4rem;
    padding: 0.7em 1em;
  }
}
.consultation .content-detail__item .tab-btn.is-active {
  font-weight: 600;
  background: #fff;
}
.consultation .content-detail__item .tab-btn:not(.is-active) {
  cursor: pointer;
}
.consultation .content-detail__group {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail__group {
    padding: 0 20px;
  }
}
.consultation .content-detail__panel {
  display: none;
}
.consultation .content-detail__panel.is-show {
  display: block;
}
.consultation .content-detail__head {
  display: flex;
  padding: 88px 0 56px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail__head {
    flex-wrap: wrap;
    padding: 40px 0 56px;
  }
}
.consultation .content-detail__text {
  flex: 1 1 auto;
}
.consultation .content-detail__title {
  margin-top: 1em;
  color: #07a;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail__title {
    font-size: 2rem;
  }
}
.consultation .content-detail__txt {
  margin-top: 1em;
}
.consultation .content-detail__img {
  flex: 0 0 480px;
  margin-left: 64px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail__img {
    margin-left: 0;
    max-width: 100%;
    order: -1;
  }
}
.consultation .content-detail__img .img {
  padding-top: 75%;
  position: relative;
}
.consultation .content-detail__img .img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.consultation .content-detail .three-step {
  padding: 32px 0;
}
.consultation .content-detail .three-step__block {
  display: flex;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__block {
    flex-wrap: wrap;
  }
}
.consultation .content-detail .three-step__block:nth-child(odd) {
  flex-direction: row-reverse;
  margin-right: 0;
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__block:nth-child(odd) {
    margin-left: 0;
  }
}
.consultation .content-detail .three-step__hd {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__hd {
    font-size: 1.8rem;
  }
}
.consultation .content-detail .three-step__img {
  flex: 0 0 420px;
  max-width: 420px;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__img {
    max-width: 100%;
    margin-right: 0;
    order: -1;
  }
}
.consultation .content-detail .three-step__img .img {
  padding-top: 64%;
  position: relative;
}
.consultation .content-detail .three-step__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.consultation .content-detail .three-step__text {
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__text {
    padding: 24px 0;
  }
}
.consultation .content-detail .three-step__text .txt {
  margin-top: 1em;
}
.consultation .content-detail .three-step__flow {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
.consultation .content-detail .three-step__flow li {
  flex: 0 0 calc(33.3333333333% - 32px);
  padding: 20px 0;
  background: #fff;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__flow li {
    flex: 0 0 calc(33.3333333333% - 20px);
  }
}
.consultation .content-detail .three-step__flow li:last-child::before {
  display: none;
}
.consultation .content-detail .three-step__flow li::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #07a;
  position: absolute;
  top: calc(50% - 10px);
  right: -36px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__flow li::before {
    border-width: 8px 0 8px 16px;
    top: calc(50% - 8px);
    right: -24px;
  }
}
.consultation .content-detail .three-step__detail {
  display: flex;
  margin-top: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__detail {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
  }
}
.consultation .content-detail .three-step__detail .support__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__detail .support__list {
    margin-top: 0;
  }
}
.consultation .content-detail .three-step__detail .support__list li {
  flex: 0 0 calc(50% - 20px);
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__detail .support__list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.consultation .content-detail .three-step__detail .support__hd {
  color: #07a;
}
.consultation .content-detail .three-step__detail-hd {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__detail-hd {
    margin-top: 32px;
  }
}
.consultation .content-detail .three-step__detail-hd::before,
.consultation .content-detail .three-step__detail-hd::after {
  content: '';
  display: block;
  width: 6em;
  height: 1px;
  margin: 0 1em;
  background: #212121;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__detail-hd::before,
  .consultation .content-detail .three-step__detail-hd::after {
    width: 3em;
  }
}
.consultation .content-detail .three-step__support {
  flex: 0 0 420px;
  max-width: 420px;
  margin-right: 40px;
  counter-reset: num;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__support {
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
}
.consultation .content-detail .three-step__support .support__item {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .three-step__support .support__item {
    margin-top: 12px;
  }
  .consultation
    .content-detail
    .three-step__support
    .support__item:first-child {
    margin-top: 0;
  }
}
.consultation .content-detail .three-step__support .support__title {
  font-weight: bold;
}
.consultation .content-detail .three-step__support .support__title::before {
  counter-increment: num;
  content: counter(num) '.';
  margin-right: 0.2em;
}
.consultation .content-detail .step {
  padding: 40px 0;
}
.consultation .content-detail .step__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .step__inner {
    padding: 0 20px;
  }
}
.consultation .content-detail .step__hd {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
}
.consultation .content-detail .step__list {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .step__list {
    flex-wrap: wrap;
  }
}
.consultation .content-detail .step__item {
  flex: 0 0 30%;
  max-width: 30%;
  background: #fff;
  padding: 1.5em 2em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .step__item {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 20px;
  }
}
.consultation .content-detail .step__item:not(:first-child)::before {
  content: '';
  background-color: #07a;
  width: 16px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: calc(50% - 10px);
  left: -8px;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .step__item:not(:first-child)::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -28px;
    left: calc(50% - 8px);
  }
}
.consultation .content-detail .step__title {
  margin-top: 0.5em;
  text-align: center;
  font-size: 2rem;
  color: #00a7ee;
}
.consultation .content-detail .step__text {
  margin-top: 1em;
}
.consultation .content-detail .merit {
  padding: 56px 0;
}
.consultation .content-detail .merit__text {
  text-align: center;
  margin-top: 2em;
}
.consultation .content-detail .merit__list {
  margin: 48px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .merit__list {
    gap: 20px;
  }
}
.consultation .content-detail .merit__item {
  flex: 0 0 256px;
  margin-left: 32px;
  margin-right: 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .merit__item {
    margin-left: auto;
    margin-right: auto;
  }
}
.consultation .content-detail .merit__item:nth-child(n + 4) {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .merit__item:nth-child(n + 4) {
    margin-top: 0;
  }
}
.consultation .content-detail .merit__item span {
  display: inline-block;
}
.consultation .content-detail .merit__img {
  padding-top: 100%;
  border-radius: 50%;
  margin-bottom: 1em;
  overflow: hidden;
  position: relative;
}
.consultation .content-detail .merit__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.consultation .content-detail .content-box {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .content-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.consultation .content-detail .content-box__item {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 2em 3em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .consultation .content-detail .content-box__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 2em;
  }
}
.consultation .content-detail .content-box__hd {
  text-align: center;
  font-size: 2rem;
}
.consultation .content-detail .content-box__read {
  margin: 0.5em 0;
  text-align: center;
  color: #777;
  font-size: 1.4rem;
}
.consultation .content-detail .content-box__list {
  margin-top: 1em;
}
.consultation .content-detail .content-box__list li {
  padding: 0.75em 0;
}
.consultation .content-detail .content-box__list li:not(:first-child) {
  border-top: 1px solid #ccc;
}
.consultation .content-detail + .section-content {
  background: #fff;
}
.consultation .environment {
  margin-top: 56px;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .environment {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .consultation .environment .scroll-area {
    max-width: 100%;
    overflow: auto;
  }
}
.consultation .environment table {
  width: 100%;
  max-width: 1200px;
  margin: 32px auto;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .consultation .environment table {
    max-width: 100%;
  }
}
.consultation .environment table thead {
  text-align: center;
}
.consultation .environment table thead th {
  border-bottom: 1px solid #07a;
}
@media screen and (max-width: 768px) {
  .consultation .environment table thead th {
    white-space: nowrap;
  }
}
.consultation .environment table th,
.consultation .environment table td {
  padding: 1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consultation .environment table th,
  .consultation .environment table td {
    white-space: nowrap;
  }
}
.consultation .environment table tr:nth-child(even) {
  background: #fff;
}
.consultation .freeservice {
  padding: 64px 0;
}
.consultation .freeservice__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .freeservice__wrap {
    padding: 0 20px;
  }
}
.consultation .freeservice__list {
  margin-top: 56px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .consultation .freeservice__list {
    margin-top: 32px;
    flex-wrap: wrap;
  }
}
.consultation .freeservice__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .consultation .freeservice__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .consultation .freeservice__item {
    margin-bottom: 0;
  }
}
.consultation .freeservice__icon {
  flex: 0 0 auto;
  font-size: 2.4rem;
  margin-right: 0.5em;
  line-height: 1;
}
.consultation .freeservice__content {
  flex: 1 1 auto;
  max-width: 100%;
}
.consultation .freeservice__hd {
  font-size: 2.2rem;
  font-weight: 500;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .consultation .freeservice__hd {
    font-size: 1.8rem;
  }
}
.consultation .freeservice__text {
  margin-top: 0.5em;
  line-height: 2;
}
.consultation .multi-faq {
  background: #fff;
  padding: 64px 0;
}
.consultation .multi-faq__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .consultation .multi-faq__wrap {
    padding: 0 20px;
  }
}
.consultation .multi-faq__list {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .consultation .multi-faq__list {
    margin-top: 20px;
  }
}
.consultation .multi-faq__item {
  padding: 2em 0;
}
.consultation .multi-faq__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.consultation .multi-faq__item .question,
.consultation .multi-faq__item .answer {
  display: flex;
  align-items: baseline;
}
.consultation .multi-faq__item .question::before,
.consultation .multi-faq__item .answer::before {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.consultation .multi-faq__item .question::before {
  content: 'Q';
  background: #212121;
}
.consultation .multi-faq__item .answer {
  margin-top: 1em;
}
.consultation .multi-faq__item .answer::before {
  content: 'A';
  background: #07a;
}
.consultation .contact {
  padding: 3em 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .consultation .contact {
    padding: 3em 20px;
  }
}
.consultation .contact__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .consultation .contact__text {
    font-size: 2rem;
  }
}
.consultation .contact__stack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .consultation .contact__stack {
    flex-wrap: wrap;
  }
}
.consultation .contact__link {
  margin: 2em 1em 0;
}
@media screen and (max-width: 768px) {
  .consultation .contact__link {
    margin-top: 1em;
  }
}

.factory {
  background: #212121;
  color: #f5f5f5;
}
.factory .header .nav__item a {
  color: #fff;
}
.factory .header .nav__item.--btn a {
  background: #07a;
}
.factory .header .nav__item.--btn a:hover {
  background: #4d4d4d;
}
.factory .commitment {
  padding: 64px 0px 104px;
}
@media screen and (max-width: 768px) {
  .factory .commitment {
    padding: 48px 0 64px;
  }
}
.factory .commitment__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .factory .commitment__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .factory .commitment__wrap {
    flex-wrap: wrap;
    gap: 32px;
  }
}
.factory .commitment__text {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .factory .commitment__text {
    order: 3;
  }
}
.factory .commitment__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .factory .commitment__text .text {
    font-size: 1.4rem;
  }
}
.factory .commitment__hd {
  font-weight: 500;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .factory .commitment__hd {
    font-size: 2.2rem;
  }
}
.factory .commitment__img {
  flex: 0 0 360px;
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .factory .commitment__img {
    flex: 0 0 48%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}
.factory .commitment__img img {
  max-width: 100%;
}
.factory .works__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .factory .works__wrap {
    padding: 0 20px;
  }
}
.factory .works__text {
  margin-top: 2em;
  text-align: center;
}
.factory .works__gallery {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .factory .works__gallery {
    gap: 20px;
  }
}
.factory .works__item {
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .factory .works__item {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin-bottom: 0;
  }
}
.factory .works__item .img {
  position: relative;
  padding-top: 75%;
}
.factory .works__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.factory .parts {
  padding: 104px 0px 104px;
}
@media screen and (max-width: 768px) {
  .factory .parts {
    padding: 64px 0;
  }
}
.factory .parts__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .factory .parts__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .factory .parts__wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.factory .parts__text {
  flex: 1 1 auto;
}
.factory .parts__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .factory .parts__text .text {
    font-size: 1.4rem;
  }
}
.factory .parts__hd {
  font-weight: 500;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .factory .parts__hd {
    font-size: 2.2rem;
  }
}
.factory .parts__img {
  flex: 0 0 360px;
  margin-right: 72px;
}
@media screen and (max-width: 768px) {
  .factory .parts__img {
    max-width: 48%;
    margin-right: auto;
    margin-left: auto;
  }
}
.factory .parts__img img {
  max-width: 100%;
}
.factory .flow__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .factory .flow__wrap {
    padding: 0 20px;
  }
}
.factory .flow__list {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .factory .flow__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.factory .flow__item {
  flex: 0 0 23%;
  max-width: 23%;
  background: #333;
  padding: 1.5em 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .factory .flow__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.factory .flow__item:not(:first-child)::before {
  content: '';
  background-color: #07a;
  width: 16px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: calc(50% - 10px);
  left: -8px;
}
@media screen and (max-width: 768px) {
  .factory .flow__item:not(:first-child)::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -28px;
    left: calc(50% - 8px);
  }
}
.factory .flow__step {
  text-align: center;
}
.factory .flow__hd {
  margin-top: 0.5em;
  text-align: center;
  font-size: 2rem;
  color: #00a7ee;
}
.factory .flow__text {
  margin-top: 1em;
}
.factory .flow .remark {
  margin-top: 1em;
}
.factory .warranty {
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .factory .warranty {
    padding: 64px 0;
  }
}
.factory .warranty__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .factory .warranty__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .factory .warranty__wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.factory .warranty__text {
  flex: 1 1 auto;
  max-width: 100%;
}
.factory .warranty__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .factory .warranty__text .text {
    font-size: 1.4rem;
  }
}
.factory .warranty__text .btn {
  margin-top: 2em;
  text-align: center;
}
.factory .warranty__hd {
  font-weight: 500;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .factory .warranty__hd {
    font-size: 2.2rem;
  }
}
.factory .warranty__img {
  flex: 0 0 480px;
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .factory .warranty__img {
    flex: 0 0 48%;
    margin-left: auto;
    margin-right: auto;
    order: -1;
  }
}
.factory .warranty__img img {
  max-width: 100%;
}
.factory .contact {
  padding: 3em 40px;
  text-align: center;
  background: #333;
}
@media screen and (max-width: 768px) {
  .factory .contact {
    padding: 3em 20px;
  }
}
.factory .contact__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .factory .contact__text {
    font-size: 1.6rem;
  }
}
.factory .contact__stack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .factory .contact__stack {
    flex-wrap: wrap;
  }
}
.factory .contact__link {
  margin: 2em 1em 0;
}

.multiservice .warning {
  padding: 64px 0 104px;
}
@media screen and (max-width: 768px) {
  .multiservice .warning {
    padding: 48px 0 64px;
  }
}
.multiservice .warning__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .multiservice .warning__wrap {
    padding: 0 20px;
  }
}
.multiservice .warning__hd {
  color: #e10507;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .multiservice .warning__hd {
    font-size: 2rem;
  }
}
.multiservice .warning__content {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .multiservice .warning__content {
    flex-wrap: wrap;
  }
}
.multiservice .warning__text {
  flex: 1 1 auto;
  padding: 40px 72px 40px 40px;
  background: #fff;
  max-width: 1005px;
  margin-top: 2.5em;
}
@media screen and (max-width: 768px) {
  .multiservice .warning__text {
    padding: 40px 20px 24px;
    margin-top: 0;
  }
}
.multiservice .warning__text p {
  line-height: 2;
  text-align: justify;
}
.multiservice .warning__text p span {
  color: #e10507;
  font-weight: 500;
}
.multiservice .warning__text p + p {
  margin-top: 1.5em;
}
.multiservice .warning__img {
  flex: 0 0 360px;
  margin-left: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 768px) {
  .multiservice .warning__img {
    max-width: 72%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -16px;
    order: -1;
    z-index: 2;
  }
}
.multiservice .warning__img img {
  width: 100%;
  height: auto;
}
.multiservice .works {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .multiservice .works {
    padding: 48px 0;
  }
}
.multiservice .works__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .multiservice .works__wrap {
    padding: 0 20px;
  }
}
.multiservice .works__lead {
  margin-top: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .multiservice .works__lead br {
    display: none;
  }
}
.multiservice .works__title {
  margin-top: 2em;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
}
.multiservice .works__gallery {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multiservice .works__item {
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 1.5em;
  background: #fff;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .multiservice .works__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.multiservice .works__icon {
  width: 3em;
  height: 3em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f2f2;
  font-size: 2.4rem;
}
.multiservice .works__hd {
  font-size: 2rem;
  color: #07a;
  text-align: center;
  margin-top: 1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .multiservice .works__hd {
    font-size: 1.7rem;
  }
}
.multiservice .works__text {
  margin-top: 1em;
  text-align: justify;
}
.multiservice .freeservice {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .multiservice .freeservice {
    padding: 48px 0;
  }
}
.multiservice .freeservice__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .multiservice .freeservice__wrap {
    padding: 0 20px;
  }
}
.multiservice .freeservice__list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multiservice .freeservice__item {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .multiservice .freeservice__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.multiservice .freeservice__icon {
  flex: 0 0 auto;
  font-size: 2.4rem;
  margin-right: 1em;
  line-height: 1;
}
.multiservice .freeservice__content {
  flex: 1 1 auto;
  max-width: 100%;
}
.multiservice .freeservice__hd {
  font-size: 2.2rem;
  font-weight: 500;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .multiservice .freeservice__hd {
    font-size: 1.7rem;
  }
}
.multiservice .freeservice__text {
  margin-top: 0.5em;
  line-height: 2;
}
.multiservice .multi-faq {
  padding: 64px 0;
}
.multiservice .multi-faq__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .multiservice .multi-faq__wrap {
    padding: 0 20px;
  }
}
.multiservice .multi-faq__list {
  margin-top: 56px;
}
.multiservice .multi-faq__item {
  padding: 2em 0;
}
.multiservice .multi-faq__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.multiservice .multi-faq__item .question,
.multiservice .multi-faq__item .answer {
  display: flex;
  align-items: baseline;
}
.multiservice .multi-faq__item .question::before,
.multiservice .multi-faq__item .answer::before {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.multiservice .multi-faq__item .question::before {
  content: 'Q';
  background: #212121;
}
.multiservice .multi-faq__item .answer {
  margin-top: 1em;
}
.multiservice .multi-faq__item .answer::before {
  content: 'A';
  background: #07a;
}
.multiservice .contact {
  padding: 3em 40px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .multiservice .contact {
    padding: 3em 20px;
  }
}
.multiservice .contact__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .multiservice .contact__text {
    font-size: 1.6rem;
  }
}
.multiservice .contact__stack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .multiservice .contact__stack {
    flex-wrap: wrap;
  }
}
.multiservice .contact__link {
  margin: 2em 1em 0;
}
.multiservice .support {
  padding: 3em 40px;
  background: #fff;
  text-align: center;
}
.multiservice .support__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.multiservice .support__heading {
  font-size: 2.8rem;
  font-weight: bold;
}
.multiservice .support__heading span {
  display: block;
  color: #07a;
  font-size: 2.4rem;
}
.multiservice .support__img {
  width: 100%;
  max-width: 800px;
  margin: 1em auto 0;
}
.multiservice .support__img img {
  max-width: 100%;
}

.customize .commitment {
  padding: 64px 0px 104px;
}
.customize .commitment__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .customize .commitment__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .customize .commitment__wrap {
    flex-wrap: wrap;
  }
}
.customize .commitment__text {
  flex: 1 1 auto;
}
.customize .commitment__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .customize .commitment__text .text {
    font-size: 1.4rem;
  }
}
.customize .commitment__hd {
  font-weight: 500;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .customize .commitment__hd {
    font-size: 2.2rem;
  }
}
.customize .commitment__img {
  flex: 0 0 360px;
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .customize .commitment__img {
    flex: 0 0 48%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2em;
  }
}
.customize .commitment__img img {
  max-width: 100%;
}
.customize .warning {
  padding: 64px 0 104px;
}
.customize .warning__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1024px;
}
@media screen and (max-width: 768px) {
  .customize .warning__wrap {
    padding: 0 20px;
  }
}
.customize .warning__hd {
  text-align: center;
  color: #e10507;
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.customize .warning__text {
  margin-top: 2.5em;
}
.customize .warning__text p {
  line-height: 2;
  text-align: justify;
}
.customize .warning__text p span {
  color: #e10507;
  font-weight: 500;
}
.customize .warning__text p + p {
  margin-top: 1.5em;
}
.customize .works {
  padding: 64px 0;
}
.customize .works__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .customize .works__wrap {
    padding: 0 20px;
  }
}
.customize .works__lead {
  margin-top: 2em;
  text-align: center;
}
.customize .works__title {
  margin-top: 2em;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
}
.customize .works__gallery {
  margin-top: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customize .works__item {
  flex: 0 0 32%;
  max-width: 32%;
  margin-bottom: 1.5em;
  background: #fff;
  padding: 2em;
}
@media screen and (max-width: 768px) {
  .customize .works__item {
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 1em;
  }
}
.customize .works__item .img {
  width: 80%;
  margin: 0 auto 20px;
  padding-top: 80%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .customize .works__item .img {
    width: 48%;
    margin-bottom: 8px;
  }
}
.customize .works__item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  inset: 0;
}
.customize .works__icon {
  width: 3em;
  height: 3em;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f2f2;
  font-size: 2.4rem;
}
.customize .works__hd {
  font-size: 2rem;
  color: #07a;
  text-align: center;
  font-weight: 500;
}
.customize .works__text {
  margin-top: 1em;
  text-align: justify;
}
.customize .works__free {
  margin-top: 56px;
}
.customize .works__free .card {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .customize .works__free .card {
    flex-wrap: wrap;
  }
}
.customize .works__free .card__text {
  flex: 0 0 480px;
  padding: 32px 54px 32px 32px;
  background: #fff;
  margin-right: -24px;
}
@media screen and (max-width: 768px) {
  .customize .works__free .card__text {
    flex: 0 0 100%;
  }
}
.customize .works__free .card__text .title {
  color: #07a;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .customize .works__free .card__text .title {
    font-size: 1.7rem;
  }
}
.customize .works__free .card__img {
  flex: 0 0 440px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .customize .works__free .card__img {
    flex: 0 0 100%;
    order: -1;
    margin-top: 0;
    margin-bottom: -20px;
  }
}
.customize .works__free .card__img img {
  width: 100%;
}
.customize .freeservice {
  padding: 64px 0;
}
.customize .freeservice__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .customize .freeservice__wrap {
    padding: 0 20px;
  }
}
.customize .freeservice__list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.customize .freeservice__item {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .customize .freeservice__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.customize .freeservice__icon {
  flex: 0 0 auto;
  font-size: 2.4rem;
  margin-right: 1em;
  line-height: 1;
}
.customize .freeservice__content {
  flex: 1 1 auto;
  max-width: 100%;
}
.customize .freeservice__hd {
  font-size: 2.2rem;
  font-weight: 500;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .customize .freeservice__hd {
    font-size: 1.8rem;
  }
}
.customize .freeservice__text {
  margin-top: 0.5em;
  line-height: 2;
}
.customize .multi-faq {
  padding: 64px 0;
}
.customize .multi-faq__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .customize .multi-faq__wrap {
    padding: 0 20px;
  }
}
.customize .multi-faq__list {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .customize .multi-faq__list {
    margin-top: 0;
  }
}
.customize .multi-faq__item {
  padding: 2em 0;
}
.customize .multi-faq__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.customize .multi-faq__item .question,
.customize .multi-faq__item .answer {
  display: flex;
  align-items: baseline;
}
.customize .multi-faq__item .question::before,
.customize .multi-faq__item .answer::before {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.customize .multi-faq__item .question::before {
  content: 'Q';
  background: #212121;
}
.customize .multi-faq__item .answer {
  margin-top: 1em;
}
.customize .multi-faq__item .answer::before {
  content: 'A';
  background: #07a;
}
.customize .contact {
  padding: 3em 40px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .customize .contact {
    padding: 3em 20px;
  }
}
.customize .contact__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .customize .contact__text {
    font-size: 1.7rem;
  }
}
.customize .contact__stack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .customize .contact__stack {
    flex-wrap: wrap;
  }
}
.customize .contact__link {
  margin: 2em 1em 0;
}
@media screen and (max-width: 768px) {
  .customize .contact__link {
    margin-top: 1em;
  }
}

.advisor .commitment {
  padding: 64px 0px 104px;
}
@media screen and (max-width: 768px) {
  .advisor .commitment {
    padding: 56px 0 0;
  }
}
.advisor .commitment__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .advisor .commitment__wrap {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .advisor .commitment__wrap {
    flex-wrap: wrap;
  }
}
.advisor .commitment__text {
  flex: 1 1 auto;
}
.advisor .commitment__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .advisor .commitment__text .text {
    font-size: 1.4rem;
  }
}
.advisor .commitment__hd {
  font-weight: 500;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .advisor .commitment__hd {
    font-size: 2.2rem;
  }
}
.advisor .commitment__img {
  flex: 0 0 360px;
  margin-left: 72px;
}
@media screen and (max-width: 768px) {
  .advisor .commitment__img {
    flex: 0 0 56%;
    margin-left: auto;
  }
}
.advisor .commitment__img img {
  max-width: 100%;
}
.advisor .plan {
  padding: 64px 0;
  background: #fff;
  border-collapse: collapse;
}
.advisor .plan__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .advisor .plan__wrap {
    padding: 0 20px;
  }
}
.advisor .plan__lead {
  margin-top: 2em;
  text-align: center;
}
.advisor .plan__table {
  margin-top: 56px;
}
.advisor .plan__table span {
  color: #07a;
  font-size: 0.9em;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .advisor .plan__table tfoot td,
  .advisor .plan__table thead td {
    flex: 1;
  }
  .advisor .plan__table tfoot td:first-child,
  .advisor .plan__table thead td:first-child {
    display: none;
  }
  .advisor .plan__table tfoot td {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .advisor .plan__table tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.advisor .plan__table tbody td {
  border-bottom: 1px solid #f2f2f2;
}
@media screen and (max-width: 768px) {
  .advisor .plan__table tbody td:first-child {
    flex: 0 0 100%;
  }
}
.advisor .plan__table tbody td:not(:first-child) {
  color: #07a;
}
@media screen and (max-width: 768px) {
  .advisor .plan__table tbody td:not(:first-child) {
    flex: 1;
  }
}
.advisor .plan__table tbody td:not(:first-child) i {
  font-size: 2rem;
}
.advisor .plan__table tbody .gray {
  color: #999 !important;
}
.advisor .plan__table .table__item {
  display: flex;
}
.advisor .plan__table .table__icon {
  flex: 0 0 48px;
  line-height: 1;
  font-size: 40px;
  margin-right: 0.5em;
  color: #555;
}
.advisor .plan__table .table__textarea {
  padding-right: 2em;
}
.advisor .plan__table .table__hd {
  font-size: 1.8rem;
  color: #07a;
}
.advisor .plan__table td:not(:first-child) {
  width: 9em;
  text-align: center;
  background: #f2f2f2;
}
.advisor .plan__table td {
  padding: 1em 0.5em;
}
@media screen and (max-width: 768px) {
  .advisor .plan__table td {
    display: block;
  }
}
.advisor .freeservice {
  padding: 64px 0;
}
.advisor .freeservice__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .advisor .freeservice__wrap {
    padding: 0 20px;
  }
}
.advisor .freeservice__list {
  margin-top: 56px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .advisor .freeservice__list {
    flex-wrap: wrap;
  }
}
.advisor .freeservice__item {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  margin-bottom: 40px;
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .advisor .freeservice__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.advisor .freeservice__icon {
  flex: 0 0 auto;
  font-size: 2.4rem;
  margin-right: 0.5em;
  line-height: 1;
}
.advisor .freeservice__content {
  flex: 1 1 auto;
  max-width: 100%;
}
.advisor .freeservice__hd {
  font-size: 2.2rem;
  font-weight: 500;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .advisor .freeservice__hd {
    font-size: 1.7rem;
  }
}
.advisor .freeservice__text {
  margin-top: 0.5em;
  line-height: 2;
}
.advisor .multi-faq {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .advisor .multi-faq {
    padding: 48px 0;
  }
}
.advisor .multi-faq__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .advisor .multi-faq__wrap {
    padding: 0 20px;
  }
}
.advisor .multi-faq__list {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .advisor .multi-faq__list {
    margin-top: 0;
  }
}
.advisor .multi-faq__item {
  padding: 2em 0;
}
.advisor .multi-faq__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.advisor .multi-faq__item .question,
.advisor .multi-faq__item .answer {
  display: flex;
  align-items: baseline;
}
.advisor .multi-faq__item .question::before,
.advisor .multi-faq__item .answer::before {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.advisor .multi-faq__item .question::before {
  content: 'Q';
  background: #212121;
}
.advisor .multi-faq__item .answer {
  margin-top: 1em;
}
.advisor .multi-faq__item .answer::before {
  content: 'A';
  background: #07a;
}
.advisor .contact {
  padding: 3em 40px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .advisor .contact {
    padding: 3em 20px;
  }
}
.advisor .contact__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .advisor .contact__text {
    font-size: 1.6rem;
  }
}
.advisor .contact__stack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .advisor .contact__stack {
    flex-wrap: wrap;
  }
}
.advisor .contact__link {
  margin: 2em 1em 0;
}
@media screen and (max-width: 768px) {
  .advisor .contact__link {
    margin-top: 1em;
  }
}

.creative .commitment {
  padding: 64px 0px 104px;
}
@media screen and (max-width: 768px) {
  .creative .commitment {
    padding: 56px 0 48px;
  }
}
.creative .commitment__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1080px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .creative .commitment__wrap {
    padding: 0 20px;
  }
}
.creative .commitment__text {
  flex: 1 1 auto;
}
.creative .commitment__text .text {
  margin-top: 1em;
  line-height: 2;
  font-size: 1.8rem;
  text-align: justify;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .creative .commitment__text .text {
    font-size: 1.4rem;
  }
}
.creative .commitment__text .btn {
  margin-top: 2em;
}
.creative .commitment__hd {
  font-weight: 500;
  font-size: 4.2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .creative .commitment__hd {
    font-size: 2.2rem;
  }
}
.creative .creative-service {
  padding: 64px 0;
}
@media screen and (max-width: 768px) {
  .creative .creative-service {
    padding: 48px 0;
  }
}
.creative .creative-service__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .creative .creative-service__wrap {
    padding: 0 20px;
  }
}
.creative .creative-service__item {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .creative .creative-service__item {
    flex-wrap: wrap;
  }
}
.creative .creative-service__item:not(:first-child) {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .creative .creative-service__item:not(:first-child) {
    margin-top: 32px;
  }
}
.creative .creative-service__textarea {
  background: #fff;
  padding: 3em 120px 3em 3em;
}
@media screen and (max-width: 768px) {
  .creative .creative-service__textarea {
    padding: 3em 15px 3em 25px;
    margin-left: -10px;
  }
}
.creative .creative-service__textarea .text {
  margin-top: 1em;
}
.creative .creative-service__hd {
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .creative .creative-service__hd {
    font-size: 2rem;
  }
}
.creative .creative-service__img {
  flex: 0 0 640px;
  margin-top: 40px;
  margin-left: -56px;
}
@media screen and (max-width: 768px) {
  .creative .creative-service__img {
    max-width: 100%;
    margin-top: 0;
    margin-left: 10px;
    margin-bottom: -20px;
    order: -1;
    z-index: 2;
  }
}
.creative .creative-service__img img {
  width: 100%;
}
.creative .flow {
  padding: 64px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .creative .flow {
    padding: 48px 0;
  }
}
.creative .flow__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .creative .flow__wrap {
    padding: 0 20px;
  }
}
.creative .flow__list {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .creative .flow__list {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.creative .flow__item {
  flex: 0 0 23%;
  max-width: 23%;
  background: #f2f2f2;
  padding: 1.5em 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .creative .flow__item {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.creative .flow__item:not(:first-child)::before {
  content: '';
  background-color: #07a;
  width: 16px;
  height: 20px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  position: absolute;
  top: calc(50% - 10px);
  left: -8px;
}
@media screen and (max-width: 768px) {
  .creative .flow__item:not(:first-child)::before {
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    top: -28px;
    left: calc(50% - 8px);
  }
}
.creative .flow__step {
  text-align: center;
}
.creative .flow__hd {
  margin-top: 0.5em;
  text-align: center;
  font-size: 2rem;
  color: #00a7ee;
}
@media screen and (max-width: 768px) {
  .creative .flow__hd {
    font-size: 1.7rem;
  }
}
.creative .flow__text {
  margin-top: 1em;
}
.creative .flow .remark {
  margin-top: 1em;
}
.creative .multi-faq {
  padding: 64px 0;
}
.creative .multi-faq__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .creative .multi-faq__wrap {
    padding: 0 20px;
  }
}
.creative .multi-faq__list {
  margin-top: 56px;
}
@media screen and (max-width: 768px) {
  .creative .multi-faq__list {
    margin-top: 0;
  }
}
.creative .multi-faq__item {
  padding: 2em 0;
}
.creative .multi-faq__item:not(:first-child) {
  border-top: 1px solid #ccc;
}
.creative .multi-faq__item .question,
.creative .multi-faq__item .answer {
  display: flex;
  align-items: baseline;
}
.creative .multi-faq__item .question::before,
.creative .multi-faq__item .answer::before {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 1em;
  text-align: center;
  line-height: 40px;
  color: #fff;
}
.creative .multi-faq__item .question::before {
  content: 'Q';
  background: #212121;
}
.creative .multi-faq__item .answer {
  margin-top: 1em;
}
.creative .multi-faq__item .answer::before {
  content: 'A';
  background: #07a;
}
.creative .contact {
  padding: 3em 40px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .creative .contact {
    padding: 3em 20px;
  }
}
.creative .contact__text {
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .creative .contact__text {
    font-size: 1.6rem;
  }
}
.creative .contact__stack {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .creative .contact__stack {
    flex-wrap: wrap;
  }
}
.creative .contact__link {
  margin: 2em 1em 0;
}
@media screen and (max-width: 768px) {
  .creative .contact__link {
    margin-top: 1.5em;
  }
}

.covid-19 .section-content {
  padding: 64px 0;
}
.covid-19 .disclaimer {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  padding-bottom: 80px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .covid-19 .disclaimer {
    padding: 0 20px;
  }
}
.covid-19 .concept {
  margin-top: 64px;
}
.covid-19 .concept__wrap {
  max-width: 760px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .covid-19 .concept__wrap {
    padding: 0 20px;
  }
}
.covid-19 .concept__hd {
  font-size: 3.2rem;
  color: #07a;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .covid-19 .concept__hd {
    font-size: 2.2rem;
  }
}
.covid-19 .concept__text {
  margin-top: 2em;
}
.covid-19 .concept__text p {
  line-height: 2;
}
.covid-19 .concept__text p:not(:first-child) {
  margin-top: 0.5em;
}
.covid-19 .under_hd,
.covid-19 .price-content__wrap h2,
.price-content__wrap .covid-19 h2 {
  text-align: center;
}
.covid-19 .section {
  margin-top: 56px;
}
.covid-19 .section__content {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .covid-19 .section__content {
    flex-wrap: wrap;
  }
}
.covid-19 .section__content:nth-child(odd) .section__img {
  margin-right: 56px;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__content:nth-child(odd) .section__img {
    margin-right: 0;
  }
}
.covid-19 .section__content:nth-child(even) .section__img {
  margin-left: 56px;
  order: 3;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__content:nth-child(even) .section__img {
    order: -1;
    margin-left: 0;
  }
}
.covid-19 .section__img {
  flex: 0 0 360px;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__img {
    flex: 0 0 100%;
  }
}
.covid-19 .section__img .img {
  width: 100%;
  padding-top: 66.6666666667%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  position: relative;
}
.covid-19 .section__img .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.covid-19 .section__text {
  flex: 1 1 auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__text {
    margin-top: 1.5em;
  }
}
.covid-19 .section__hd {
  font-size: 2.4rem;
  color: #07a;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__hd {
    font-size: 1.8rem;
  }
}
.covid-19 .section__hd .fas {
  margin-right: 0.5em;
}
.covid-19 .section__hd .main {
  display: block;
}
.covid-19 .section__hd .sub {
  display: block;
  font-size: 1.8rem;
  color: #777;
  margin-top: 0.2em;
}
.covid-19 .section__txt {
  margin-top: 1em;
}
.covid-19 .section__list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  margin-top: 64px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .covid-19 .section__list {
    padding: 0 20px;
  }
}
.covid-19 .section__list .section__img {
  flex: 0 0 360px;
  margin-right: 56px;
}
.covid-19 .columns {
  margin-top: 64px;
}
.covid-19 .columns__wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .covid-19 .columns__wrap {
    padding: 0 20px;
  }
}
.covid-19 .columns__item {
  flex: 0 0 31%;
  max-width: 31%;
}
.covid-19 .columns__hd {
  font-size: 2rem;
  font-weight: 500;
  color: #07a;
  display: flex;
}
.covid-19 .columns__hd span {
  display: block;
}
.covid-19 .columns__hd span.icon {
  margin-right: 1.6rem;
  font-size: 4.8rem;
  line-height: 1;
}
.covid-19 .columns__hd span.text {
  flex: 1 1 auto;
}
.covid-19 .columns__text {
  margin-top: 0.5em;
}
.covid-19 .footer {
  margin-top: 72px;
}

.single-blog .blog {
  padding: 40px 0 64px;
}
.single-blog .blog__wrap {
  max-width: 880px;
  margin: 0 auto;
}
.single-blog .blog__header {
  text-align: center;
}
.single-blog .blog__category .cat::before {
  content: '\f02b';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  margin-right: 0.5em;
}
.single-blog .blog__heading {
  margin-top: 20px;
}
.single-blog .blog__times {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__times {
    margin-top: 24px;
  }
}
.single-blog .blog__times .datetime,
.single-blog .blog__times .timestamp {
  color: #777;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__times .datetime,
  .single-blog .blog__times .timestamp {
    font-size: 13px;
  }
}
.single-blog .blog__times .datetime::before,
.single-blog .blog__times .timestamp::before {
  margin-right: 0.5em;
}
.single-blog .blog__times .datetime::before {
  content: '\f073';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-weight: 500;
}
.single-blog .blog__times .timestamp::before {
  content: '\f1da';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.single-blog .blog__thumbnail {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__thumbnail {
    margin-top: 36px;
  }
}
.single-blog .blog__thumbnail img {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
.single-blog .blog__heading {
  font-size: 32px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__heading {
    font-size: 26px;
  }
}
.single-blog .blog__footer {
  margin-top: 56px;
  background: #fff;
  padding: 2em;
}
.single-blog .blog__footer .share-button__title {
  text-align: center;
  font-size: 18px;
}
.single-blog .blog__footer .share-button ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
  font-size: 2em;
}
.single-blog .blog__footer .share-button ul .facebook a {
  color: #1977f1;
}
.single-blog .blog__footer .share-button ul .twitter a {
  color: #1da1f2;
}
.single-blog .blog__footer .share-button ul .line a {
  color: #00b900;
}
.single-blog .blog__body {
  max-width: 880px;
  margin: 56px auto 0;
  padding: 0 40px;
  letter-spacing: 0.085em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__body {
    margin-top: 48px;
    padding: 0 20px;
  }
}
.single-blog .blog__body h2 {
  font-size: 44px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__body h2 {
    font-size: 24px;
  }
}
.single-blog .blog__body h3 {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__body h3 {
    font-size: 20px;
  }
}
.single-blog .blog__body h4 {
  font-size: 28px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__body h4 {
    font-size: 17px;
  }
}
.single-blog .blog__body h2 + p,
.single-blog .blog__body h3 + p,
.single-blog .blog__body h4 + p {
  margin-top: 1em;
}
.single-blog .blog__body figure {
  margin: 1.5em 0;
}
.single-blog .blog__body a {
  text-decoration: underline;
}
.single-blog .blog__body a:hover {
  text-decoration: none;
}
.single-blog .blog__body p + p {
  margin-top: 2em;
}
.single-blog .blog__body p + h2,
.single-blog .blog__body p + h3,
.single-blog .blog__body p + h4 {
  margin-top: 1em;
}
.single-blog .blog__body p + ul,
.single-blog .blog__body p + ol {
  margin-top: 1.5em;
}
.single-blog .blog__body ul li,
.single-blog .blog__body ol li {
  padding-left: 2em;
  list-style: inside;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__body ul li,
  .single-blog .blog__body ol li {
    padding-left: 1.5em;
  }
}
.single-blog .blog__body ul li li,
.single-blog .blog__body ol li li {
  list-style: square inside;
}
.single-blog .blog__body ul li li li,
.single-blog .blog__body ol li li li {
  list-style: circle inside;
}
.single-blog .blog__body ul + p,
.single-blog .blog__body ol + p {
  margin-top: 1.5em;
}
.single-blog .blog__body blockquote {
  position: relative;
  padding: 1em 1.5em 1em 4em;
  margin: 1em 0 2em;
  box-sizing: border-box;
  font-style: italic;
  background: #fff;
  color: #555;
}
.single-blog .blog__body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: '“';
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}
.single-blog .blog__body blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.single-blog .blog__body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.single-blog .blog__body .wp-block-table {
  overflow: auto;
}
.single-blog .blog__body table {
  margin: 2em 0;
}
.single-blog .blog__body table th {
  background: #07a;
  color: #fff;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .single-blog .blog__body table th,
  .single-blog .blog__body table td {
    white-space: nowrap;
  }
}
.single-blog .blog__body table tbody td {
  background: #fff;
  padding: 0.75em;
}
.single-blog .blog__body table tbody tr:nth-child(even) td {
  background: #eee;
}

.article .blog {
  padding: 96px 40px 64px;
}
@media screen and (max-width: 768px) {
  .article .blog {
    padding: 64px 20px 64px;
  }
}
.article .blog__section {
  display: flex;
  gap: 96px;
  max-width: 1480px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .article .blog__section {
    flex-wrap: wrap;
    gap: 48px;
  }
}
.article .blog__heading {
  flex: 0 0 240px;
}
@media screen and (max-width: 768px) {
  .article .blog__heading {
    flex: 0 0 100%;
    text-align: center;
  }
  .article .blog__heading .sec-hd::after {
    margin-left: auto;
    margin-right: auto;
  }
}
.article .blog__body {
  flex: 1;
}
.article .blog__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
}
@media screen and (max-width: 768px) {
  .article .blog__grid {
    gap: 20px;
  }
}
.article .card {
  flex: 1;
  min-width: 320px;
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .article .card {
    min-height: 280px;
  }
}
.article .card a {
  display: block;
  background: #fff;
  color: #212121;
}
.article .card a:hover img {
  opacity: 0.64;
  transform: scale(1.1);
}
.article .card__thumbnail {
  aspect-ratio: 16/9;
  position: relative;
  background: #000;
  overflow: hidden;
}
.article .card__thumbnail figure {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.article .card__thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.76;
}
.article .card__info {
  padding: 1em;
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
.article .card__body {
  padding: 1em;
}
.article .card__category {
  font-size: 13px;
  font-weight: 500;
}
.article .card__title {
  font-weight: 500;
  font-size: 20px;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .article .card__title {
    font-size: 18px;
  }
}
.article .card__read {
  margin-top: 1em;
  text-align: right;
  font-size: 13px;
}
.article .card__content {
  margin-top: 8px;
  color: #777;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .article .card__content {
    font-size: 14px;
  }
} /*# sourceMappingURL=style.css.map */
