@charset "UTF-8";
.l-main {
  font-family: "Haru TP R", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 799px) {
  .l-main {
    font-size: 0.75rem;
  }
}
/* リキッドレイアウト対応
PCは960px,SPは400pxを基準。960px~800pxまで,374px~は全体的に縮小していく */
/* PCファースト */
html {
  font-size: 16px;
}

@media (max-width: 960px) {
  html {
    font-size: 1.6666666667vw;
  }
}
@media screen and (max-width: 799px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
/* pcの電話番号発信対応 */
.l-main a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (max-width: 799px) {
  .l-main a[href^="tel:"] {
    pointer-events: auto;
  }
}
/* ホバー */
.l-main a {
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-main a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 799px) {
  .l-main a:hover {
    opacity: 1;
  }
}
.l-main img {
  display: block;
  width: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

/* リセットCSS
---------------------------------------------------------------------------- */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* スムーススクロール */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

video {
  height: auto;
  border: none;
}

strong {
  display: inline-block;
  color: inherit;
}

dl,
dt,
dd,
article,
aside,
details,
figcaption,
figure,
picture,
footer,
header,
hgroup,
menu,
nav,
section,
label,
input,
textarea {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* CSS
---------------------------------------------------------------------------- */
.c-section-title {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 33px;
  font-size: 33px;
  font-size: 2.0625rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #eec100));
  background: linear-gradient(transparent 85%, #eec100 0%);
  line-height: 1;
}

@media screen and (max-width: 799px) {
  .c-section-title {
    font-size: 1.3125rem;
  }
}
.c-section-title.c-section-title--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #0d9c89));
  background: linear-gradient(transparent 85%, #0d9c89 0%);
}

.c-section-title.c-section-title--pc-left {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 799px) {
  .c-section-title.c-section-title--pc-left {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header {
  height: 80px;
  height: 80px;
  height: 5rem;
}

@media screen and (max-width: 799px) {
  .l-header {
    height: auto;
  }
}
.l-inner {
  width: 100%;
  max-width: 1000px;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 799px) {
  .l-inner {
    max-width: 37.5rem;
    padding-right: 22px;
    padding-left: 22px;
  }
}
.l-service {
  margin-top: 0;
}

.p-example {
  background-color: #f4f4f4;
  padding: 50px 0 55px;
  padding: 50px 0 55px;
  padding: 3.125rem 0 3.4375rem;
}

@media screen and (max-width: 799px) {
  .p-example {
    padding: 1.9375rem 0 1.8125rem;
  }
}
.p-example__slide {
  margin-top: 22px;
  margin-top: 22px;
  margin-top: 1.375rem;
}

@media screen and (max-width: 799px) {
  .p-example__slide {
    margin-top: 1.625rem;
  }
}
@media screen and (max-width: 799px) {
  .p-header {
    padding-top: 1.25rem;
  }
}
.p-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 799px) {
  .p-header__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.p-header__logo {
  width: 100%;
  max-width: 200px;
  max-width: 200px;
  max-width: 12.5rem;
  height: 22px;
  height: 22px;
  height: 1.375rem;
}

@media screen and (max-width: 799px) {
  .p-header__logo {
    max-width: 12.6875rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-mv {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}

@media screen and (max-width: 799px) {
  .p-mv {
    padding-bottom: 2.8125rem;
  }
}
.p-mv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 799px) {
  .p-mv__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 2.25rem;
  }
}
.p-mv__content {
  width: 100%;
  min-width: 546px;
  line-height: 1.3;
  margin-top: 54px;
  margin-bottom: 40px;
  margin-right: max(-3.84vw, -48px);
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 799px) {
  .p-mv__content {
    max-width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0.5rem;
  }
}
.p-mv__text {
  font-size: 24px;
  margin-bottom: 10px;
}

@media screen and (max-width: 799px) {
  .p-mv__text {
    font-size: min(4.25vw, 1.3125rem);
    margin-bottom: 0.25rem;
  }
}
.p-mv__title {
  display: inline;
  font-size: 56px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(86%, transparent), color-stop(0%, #eec100));
  background: linear-gradient(transparent 86%, #eec100 0%);
}

@media screen and (max-width: 799px) {
  .p-mv__title {
    font-size: 8.5vw;
    white-space: nowrap;
  }
}
.p-mv__title span {
  font-size: 46px;
}

.p-mv__title b {
  letter-spacing: -5px;
}

@media screen and (max-width: 799px) {
  .p-mv__title span {
    font-size: min(7.5vw, 2.375rem);
  }
}
.p-mv__img-block {
  position: relative;
  width: 100%;
  max-width: 460px;
  height: 366px;
  z-index: 0;
}
@media screen and (max-width: 799px) {
  .p-mv__img-block {
    max-width: none;
    height: auto;
  }
}
.p-mv__img-block .p-mv__img {
  top: 0;
  right: 0;
}
.p-mv__img-block .p-mv__img img {
  position: absolute;
  top: calc(50% + 10px);
  right: 0;
  -webkit-transform: translate(90px, -50%);
          transform: translate(90px, -50%);
  max-width: none;
  width: min(65vw, 680px);
}
@media screen and (min-width: 1100px) {
  .p-mv__img-block .p-mv__img img {
    width: 680px;
  }
}
@media screen and (max-width: 799px) {
  .p-mv__img-block .p-mv__img img {
    position: relative;
    width: calc(100% + 30vw);
    left: -25vw;
    right: auto;
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
  }
}

.p-mv__logo {
  max-width: 123px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 30px;
}
@media screen and (max-width: 799px) {
  .p-mv__logo {
    bottom: 0;
  }
}

.p-mv__btn {
  margin-top: 26px;
  margin-top: 26px;
  margin-top: 1.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 799px) {
  .p-mv__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-mv__btn a {
    width: 50%;
  }
}

@media screen and (max-width: 799px) {
  .p-mv__btn .slack svg {
    margin-right: 8px !important;
  }
}
.lineworks img {
  max-width: 120px;
}

.p-mv__obliqueline {
  position: absolute;
  width: 100%;
  max-width: 148px;
  top: 0;
  left: 0px;
}

.p-mv__obliqueline02 {
  position: absolute;
  width: 100%;
  max-width: 148px;
  right: 0;
  bottom: 0px;
  z-index: 0;
}

@media screen and (max-width: 799px) {
  .p-mv__obliqueline {
    max-width: 4.5rem;
  }
  .p-mv__obliqueline02 {
    max-width: 4.5rem;
  }
}
@media screen and (max-width: 799px) {
  .p-nav__items {
    margin: 1rem 0;
  }
}
@media screen and (max-width: 576px) {
  .p-nav {
    width: 100%;
    height: auto;
    height: initial;
  }
}
.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  .p-nav__items {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.p-nav__item {
  height: inherit;
}

.p-nav__item a {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 19px;
  padding: 0 19px;
  padding: 0 1.1875rem;
}

@media screen and (max-width: 799px) {
  .p-nav__item a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.0625rem;
    padding: 0.3rem 1rem;
  }
}
@media screen and (max-width: 576px) {
  .p-nav__item a {
    padding: 0.3rem;
  }
}
.p-nav__item:last-child a {
  padding-right: 0;
}

.p-price__inner {
  width: 100%;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 799px) {
  .p-price__inner {
    max-width: 100%;
  }
}
.news {
  position: relative;
  z-index: 1;
  margin-top: 46px;
}
.news:has(input[value=all]:checked) .btn_all {
  color: #fff;
  background-color: #ff5577;
  opacity: 1;
}
.news:has(input[value=all]:checked) .btn_all::after {
  background-image: url(/taqbin/img/arrow_w.svg);
}
.news:has(input[value=slack]:checked) .btn_slack {
  color: #fff;
  background-color: #4a154b;
  opacity: 1;
}
.news:has(input[value=slack]:checked) .btn_slack::after {
  background-image: url(/taqbin/img/arrow_w.svg);
}
.news:has(input[value=slack]:checked) .news__item:not(.news__item--slack) {
  display: none;
}
.news:has(input[value=lineworks]:checked) .btn_line {
  color: #fff;
  background-color: #06b755;
  opacity: 1;
}
.news:has(input[value=lineworks]:checked) .btn_line::after {
  background-image: url(/taqbin/img/arrow_w.svg);
}
.news:has(input[value=lineworks]:checked) .news__item:not(.news__item--lineworks) {
  display: none;
}
@media screen and (max-width: 799px) {
  .news {
    margin-bottom: 3vw;
  }
}
.news .news__inner {
  margin-top: 44px;
  gap: 34px;
  display: grid;
  grid-template-rows: auto 1fr;
  grid-template-columns: 86px 1fr;
  grid-template-areas: "areaA areaA" "areaB areaC";
}
@media screen and (max-width: 799px) {
  .news .news__inner {
    gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-template-areas: "areaB" "areaA" "areaC";
  }
}
.news .news__title {
  text-align: center;
  font-size: 31px;
  font-weight: bold;
  line-height: 1.2;
  grid-area: areaB;
}
@media screen and (max-width: 799px) {
  .news .news__title {
    margin: auto;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
.news .news__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  font-size: 11px;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news__title span::after, .news .news__title span::before {
  display: inline-block;
  content: "";
  width: 16px;
  border-bottom: 1px solid #000;
}
.news .news__nav {
  grid-area: areaA;
}
.news .news__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.news .news__nav ul li label {
  font-size: 13px;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: bold;
  min-width: 135px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.news .news__nav ul li label::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  width: 5px;
  height: 8px;
}
.news .news__nav ul li label:hover {
  opacity: 0.5;
}
.news .news__nav ul li label.btn_all {
  color: #ff5577;
  border: 1px solid #ff5577;
}
.news .news__nav ul li label.btn_all::after {
  background-image: url(/taqbin/img/arrow_all.svg);
}
.news .news__nav ul li label.btn_slack {
  color: #4a154b;
  border: #4a154b 1px solid;
}
.news .news__nav ul li label.btn_slack::after {
  background-image: url(/taqbin/img/arrow_slack.svg);
}
.news .news__nav ul li label.btn_line {
  color: #06b755;
  border: #06b755 1px solid;
}
.news .news__nav ul li label.btn_line::after {
  background-image: url(/taqbin/img/arrow_lineworks.svg);
}
.news .news__main {
  grid-area: areaC;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-right: 20px;
  max-height: 230px;
  overflow: auto;
}
@media screen and (max-width: 799px) {
  .news .news__main {
    margin-top: 12px;
  }
}
.news .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
}



.news .news__item.news__item--news .news__label {
  background-color: #ff5577;
}
.news .news__item.news__item--slack .news__label {
  background-color: #4a154b;
}
.news .news__item.news__item--lineworks .news__label {
  background-color: #06b755;
}
@media screen and (max-width: 799px) {
  .news .news__item {
    display: grid;
    gap: 6px 12px;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;
    grid-template-areas: "date text" "label text";
  }
}
.news .news__date {
  grid-area: date;
  font-size: 12px;
  font-weight: bold;
  margin-right: 20px;
}
.news .news__label {
  grid-area: label;
  font-size: 11px;
  line-height: 1;
  padding: 5px 12px;
  border-radius: 20px;
  font-weight: bold;
  min-width: 110px;
  position: relative;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 799px) {
  .news .news__label {
    font-size: 1.6vw;
    padding-inline: 0.3vw;
    width: min(12vw, 95px);
    min-width: 0.5vw;
  }
}
.news .news__text {
  grid-area: text;
  font-size: 12px;
  position: relative;
  margin-left: 10px;
}

.news a {
  display: inline-block;
}
.news a .news__text {
  text-decoration: dotted underline;
  text-decoration-color: #9f9f9f;
}

.news a .news__text::before  {
  content: "";
  position: absolute;
  top: 2px;
  top: 0.14rem;
  left: -16px;
  left: -1rem;
  background-image: url(/taqbin/img/arrow_all.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  width: 0.625rem;
  height: 14px;
  height: 0.875rem;
}
.news .news__item.news__item--lineworks a .news__text::before {
  background-image: url(/taqbin/img/arrow_lineworks.svg);
}
.news .news__item.news__item--slack a .news__text::before {
  background-image: url(/taqbin/img/arrow_slack.svg);
}

.p-price__table {
  margin-top: 24px;
  margin-top: 24px;
  margin-top: 1.5rem;
}

@media screen and (max-width: 799px) {
  .p-price__table {
    margin-top: 1.25rem;
  }
}
.p-price__info {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  color: #666666;
  background-color: #e0e0e0;
  font-size: 26px;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
  padding: 10px;
  padding: 10px;
  padding: 0.625rem;
  margin-top: 20px;
  margin-top: 20px;
  margin-top: 1.25rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 799px) {
  .p-price__info {
    font-size: 1.25rem;
    padding: 1.25rem min(5vw, 1.25rem);
    line-height: 1.45;
    margin-top: 0.8125rem;
  }
}
.p-price__info strong {
  display: inline;
  font-size: 26px;
  font-size: 26px;
  font-size: 1.625rem;
  color: #ff5577;
}

@media screen and (max-width: 799px) {
  .p-price__info strong {
    font-size: 1.25rem;
  }
}
.p-price__info span {
  font-size: 26px;
  font-size: 26px;
  font-size: 1.625rem;
}

@media screen and (max-width: 799px) {
  .p-price__info span {
    font-size: 1.25rem;
  }
}
.p-price__info.p-price__info--small {
  font-size: 18px;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 8px;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (max-width: 799px) {
  .p-price__info.p-price__info--small {
    font-size: min(2.75vw, 0.6875rem);
    line-height: 2;
    padding: 0.4375rem min(3.75vw, 0.9375rem);
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.p-price__info.p-price__info--small strong {
  padding: 0 3px;
  padding: 0 3px;
  padding: 0 0.1875rem;
}

@media screen and (max-width: 799px) {
  .p-price__info.p-price__info--small strong {
    font-size: min(3.75vw, 0.9375rem);
  }
}
@media screen and (max-width: 799px) {
  .p-price__info.p-price__info--small span {
    font-size: min(3.75vw, 0.9375rem);
  }
}
.p-price__text {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
  text-align: center;
  margin-top: 12px;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (max-width: 799px) {
  .p-price__text {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.p-price__add {
  font-size: 12px;
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 8px;
  margin-top: 8px;
  margin-top: 0.5rem;
}

@media screen and (max-width: 799px) {
  .p-price__add {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    font-size: 0.625rem;
  }
}
.p-section-box01 {
  position: relative;
  overflow: hidden;
}

.p-section-box01__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 40px 0 21px;
  padding: 40px 0 21px;
  padding: 2.5rem 0 1.3125rem;

  & > * {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 799px) {
  .p-section-box01__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.9375rem 0 1.625rem;
    position: relative;
    z-index: 1;
  }
}
.p-section-box01__contents::before {
  background-color: #ffeee9;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 9999px;
  border-radius: 200px 0 0 200px;
}

@media screen and (max-width: 799px) {
  .p-section-box01__contents::before {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
  }
}
.p-section-box01__img {
  width: 100%;
  max-width: 301px;
  max-width: 301px;
  max-width: 18.8125rem;
}

@media screen and (max-width: 799px) {
  .p-section-box01__img {
    max-width: none;
    max-width: initial;
    width: min(37.5vw, 14.0625rem);
    min-width: 150px;
    margin-top: 1.75rem;
  }
}
.p-section-box01__title {
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width: 799px) {
  .p-section-box01__title {
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
.p-section-box01__content {
  width: 100%;
  max-width: 408px;
  max-width: 408px;
  max-width: 25.5rem;
  margin-left: 120px;
  margin-left: 120px;
  margin-left: 7.5rem;
}

@media screen and (max-width: 799px) {
  .p-section-box01__content {
    display: contents;
  }
}
.p-section-box01__items {
  margin-top: 23px;
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width: 799px) {
  .p-section-box01__items {
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    margin-top: 0.75rem;
  }
}
.p-section-box01__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-box01__item + .p-section-box01__item {
  margin-top: 12px;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (max-width: 799px) {
  .p-section-box01__item + .p-section-box01__item {
    margin-top: 0.625rem;
  }
}
.p-section-box01__obliqueline {
  position: absolute;
  top: 38px;
  top: 38px;
  top: 2.375rem;
  left: 0;
  width: 100%;
  max-width: 88px;
  max-width: 88px;
  max-width: 5.5rem;
}

@media screen and (max-width: 799px) {
  .p-section-box01__obliqueline {
    max-width: 2.6875rem;
    top: 1.375rem;
  }
}
.p-section-box02 {
  overflow: hidden;
}

.p-section-box02__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 83px 0 73px;
  padding: 83px 0 73px;
  padding: 5.1875rem 0 4.5625rem;
  & > * {
    position: relative;
    z-index: 1;
  }
}

@media screen and (max-width: 799px) {
  .p-section-box02__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 4.5625rem 0 3.5625rem;
    position: relative;
    z-index: 1;
  }
}
.p-section-box02__contents::before {
  background-color: #ffeee9;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 9999px;
  border-radius: 0 200px 200px 0;
}

@media screen and (max-width: 799px) {
  .p-section-box02__contents::before {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    z-index: -1;
  }
}
.p-section-box02__img {
  max-width: 383px;
  margin-left: 70px;
}

@media screen and (max-width: 799px) {
  .p-section-box02__img {
    max-width: none;
    max-width: initial;
    margin-left: 15px;
    width: 40.5vw;
    min-width: 270px;
    margin-top: 1.5625rem;
  }
}
.p-section-box02__title {
  width: 100%;
  max-width: 328px;
  margin-left: auto;
}

@media screen and (max-width: 799px) {
  .p-section-box02__title {
    margin-left: 0;
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.p-section-box02__content {
  width: 100%;
  max-width: 360px;
  max-width: 360px;
  max-width: 22.5rem;
}

@media screen and (max-width: 799px) {
  .p-section-box02__content {
    display: contents;
  }
}
.p-section-box02__items {
  margin-top: 23px;
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
  max-width: 328px;
  margin-left: auto;
}

@media screen and (max-width: 799px) {
  .p-section-box02__items {
    margin-left: 0;
    max-width: none;
    max-width: initial;
    width: min(75vw, 28.125rem);
    margin-top: 1.5625rem;
  }
}
.p-section-box02__item {
  padding-left: 1em;
  text-indent: -1em;
}

.p-section-box02__item + .p-section-box02__item {
  margin-top: 12px;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (max-width: 799px) {
  .p-section-box02__item + .p-section-box02__item {
    margin-top: 0.625rem;
  }
}
.p-section-wrap {
  position: relative;
  padding: 56px 0 63px;
  padding: 56px 0 63px;
  padding: 3.5rem 0 3.9375rem;
}

@media screen and (max-width: 799px) {
  .p-section-wrap {
    padding: 3.25rem 0 2.3125rem;
  }
}

.p-section-wrap__inner {
  position: relative;
  z-index: 1;
}

.p-section-wrap__body + .p-section-wrap__body {
  margin-top: 62px;
  margin-top: 62px;
  margin-top: 3.875rem;
}

@media screen and (max-width: 799px) {
  .p-section-wrap__body + .p-section-wrap__body {
    margin-top: 3.125rem;
  }
}
.p-section-wrap__obliqueline {
  width: min(17.28vw, 216px);
  width: min(17.28vw, 216px);
  width: min(17.28vw, 13.5rem);
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 799px) {
  .p-section-wrap__obliqueline {
    width: 27.25vw;
    right: 0.0625rem;
  }
}
.p-section-wrap__triangle {
  position: absolute;
  width: min(34vw, 425px);
  width: min(34vw, 425px);
  width: min(34vw, 26.5625rem);
}

@media screen and (max-width: 799px) {
  .p-section-wrap__triangle {
    width: 48vw;
  }
}
.p-section-wrap__triangle.p-section-wrap__triangle--01 {
  top: 0;
  left: 0;
}

.p-section-wrap__triangle.p-section-wrap__triangle--02 {
  top: 0;
  right: 0;
}

.p-section-wrap__triangle.p-section-wrap__triangle--03 {
  left: 0;
  bottom: 0;
}

.p-section-wrap__triangle.p-section-wrap__triangle--04 {
  right: 0;
  bottom: 0;
}

.p-video {
  position: relative;
  background-color: #fffae5;
  padding: 90px 0;
  padding: 90px 0;
  padding: 5.625rem 0;
}

@media screen and (max-width: 799px) {
  .p-video {
    padding: 2.5rem 0 1.5625rem;
  }
}
.p-service__videocontainer {
  text-align: center;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 799px) {
  .p-service__videocontainer {
    text-align: center;
    margin-top: 1.5625rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service__videocontainer iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 799px) {
  .p-service__videocontainer iframe {
    aspect-ratio: 16/9;
    width: 80%;
    height: auto;
  }
}
.p-service {
  position: relative;
  background-color: #fffae5;
  padding: 90px 0;
  padding: 90px 0;
  padding: 5.625rem 0;
}

@media screen and (max-width: 799px) {
  .p-service {
    padding: 2.5rem 0 1.5625rem;
  }
}
.p-service__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 40px;
  margin-top: 40px;
  margin-top: 2.5rem;
}

@media screen and (max-width: 799px) {
  .p-service__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1.5625rem;
  }
}
.p-service__item {
  width: 100%;
}

@media screen and (max-width: 799px) {
  .p-service__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 799px) {
  .p-service__item + .p-service__item {
    margin-top: 2.1875rem;
  }
}
.p-service__img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.p-service__item.p-service__item--1 {
  max-width: 238px;
  max-width: 238px;
  max-width: 14.875rem;
}

@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--1 {
    max-width: none;
    max-width: initial;
    width: min(70vw, 24.875rem);
  }
}
.p-service__item.p-service__item--1 .p-service__img {
  max-width: 183px;
  max-width: 183px;
  max-width: 11.4375rem;
}

@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--1 .p-service__img {
    width: min(27vw, 10.125rem);
    min-width: 108px;
  }
}
.p-service__item.p-service__item--2 {
  max-width: 288px;
  max-width: 288px;
  max-width: 18rem;
  margin-left: min(7.6vw, 95px);
  margin-left: min(7.6vw, 95px);
  margin-left: min(7.6vw, 5.9375rem);
}

@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--2 {
    max-width: none;
    max-width: initial;
    width: min(70vw, 24.875rem);
    margin-left: auto;
  }
}
.p-service__item.p-service__item--2 .p-service__img {
  max-width: 288px;
  max-width: 288px;
  max-width: 18rem;
}

@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--2 .p-service__img {
    width: min(48.25vw, 18rem);
    min-width: 193px;
  }
}
.p-service__item.p-service__item--3 {
  max-width: 270px;
  max-width: 270px;
  max-width: 16.875rem;
  margin-left: min(5.36vw, 67px);
  margin-left: min(5.36vw, 67px);
  margin-left: min(5.36vw, 4.1875rem);
}

@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--3 {
    max-width: none;
    max-width: initial;
    width: min(70vw, 24.875rem);
    margin-left: auto;
  }
}
.p-service__item.p-service__item--3 .p-service__img {
  max-width: 270px;
  max-width: 270px;
  max-width: 16.875rem;
}

@media screen and (max-width: 799px) {
  .p-service__item.p-service__item--3 .p-service__img {
    width: min(45.75vw, 16.875rem);
    min-width: 183px;
  }
}
.p-service__content {
  text-align: center;
  margin-top: 35px;
  margin-top: 35px;
  margin-top: 2.1875rem;
  min-height: 143px;
  min-height: 143px;
  min-height: 8.9375rem;
}

@media screen and (max-width: 799px) {
  .p-service__content {
    margin-top: 0.75rem;
    min-height: 0;
    min-height: initial;
  }
}
.p-service__sub-title {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  font-size: 17px;
  font-size: 1.0625rem;
}

@media screen and (max-width: 799px) {
  .p-service__sub-title {
    font-size: 0.9375rem;
  }
}
.p-service__text {
  margin-top: 12px;
  margin-top: 12px;
  margin-top: 0.75rem;
}

@media screen and (max-width: 799px) {
  .p-service__text {
    text-align: left;
    margin-top: 0.25rem;
  }
}
.p-service__obliqueline {
  position: absolute;
  width: 100%;
  max-width: 78px;
  max-width: 78px;
  max-width: 4.875rem;
  top: -93px;
  top: -93px;
  top: -5.8125rem;
  right: 0;
}

@media screen and (max-width: 799px) {
  .p-service__obliqueline {
    max-width: 2.4375rem;
    top: -4.5rem;
  }
}
.p-swiper {
  position: relative;
  width: 100%;
}

.p-swiper .p-swiper__slide {
  opacity: 0.4;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.p-swiper .p-swiper__body {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 22px 28px;
  padding: 22px 28px;
  padding: 1.375rem 1.75rem;
  min-height: 137px;
  min-height: 137px;
  min-height: 8.5625rem;
  background-color: #fff;
  border: 2px solid #000000;
}

@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__body {
    padding: 1.0625rem 1rem;
    min-height: 7.9375rem;
  }
}
.p-swiper .swiper-slide-active .p-swiper__body {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.p-swiper .swiper-slide-active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-swiper .swiper-slide .p-swiper__title {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-swiper .swiper-slide-active .p-swiper__title {
  opacity: 1;
}

.p-swiper .p-swiper__title {
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__title {
    font-size: 1.0625rem;
  }
}
.p-swiper .p-swiper__text {
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 15px;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__text {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
}
.p-swiper .p-swiper__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 14px;
  margin-top: 14px;
  margin-top: 0.875rem;
}

@media screen and (max-width: 799px) {
  .p-swiper .p-swiper__items {
    margin-top: 0.75rem;
  }
}
.p-swiper .swiper-button-prev,
.p-swiper .swiper-button-next {
  position: static;
  position: initial;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  width: 21px;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 21px;
  height: 1.3125rem;
  margin: 0 8px;
  margin: 0 8px;
  margin: 0 0.5rem;
}

@media screen and (max-width: 799px) {
  .p-swiper .swiper-button-prev,
  .p-swiper .swiper-button-next {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-swiper .swiper-button-prev:after,
.p-swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  margin: auto;
  width: 21px;
  width: 21px;
  width: 1.3125rem;
  height: 21px;
  height: 21px;
  height: 1.3125rem;
}

@media screen and (max-width: 799px) {
  .p-swiper .swiper-button-prev:after,
  .p-swiper .swiper-button-next:after {
    width: 1.4375rem;
    height: 1.4375rem;
  }
}
.p-swiper .swiper-button-prev:after {
  background-image: url(/taqbin/img/example_arrow_l.png);
  background-repeat: no-repeat;
}

.p-swiper .swiper-button-next:after {
  background-image: url(/taqbin/img/example_arrow_r.png);
}

.p-swiper .swiper-horizontal > .swiper-pagination-bullets,
.p-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-swiper .swiper-pagination-custom,
.p-swiper .swiper-pagination-fraction {
  position: static;
  position: initial;
  top: auto;
  top: initial;
  left: auto;
  left: initial;
  right: auto;
  right: initial;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 799px) {
  .p-swiper .swiper-horizontal > .swiper-pagination-bullets,
  .p-swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .p-swiper .swiper-pagination-custom,
  .p-swiper .swiper-pagination-fraction {
    margin-top: 0.1875rem;
  }
}
.p-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
  margin: 0 8px;
  margin: 0 0.5rem;
}

.p-swiper .swiper-pagination-bullet {
  background-color: #ffce00;
  width: 10px;
  width: 10px;
  width: 0.625rem;
  height: 10px;
  height: 10px;
  height: 0.625rem;
}

@media screen and (max-width: 799px) {
  .p-swiper .swiper-pagination-bullet {
    width: 0.75rem;
    height: 0.75rem;
  }
}
.p-table {
  font-size: 27px;
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "Haru TP B", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 799px) {
  .p-table {
    font-size: min(3.25vw, 1.1875rem);
  }
}
.p-table__title {
  width: 390px;
  padding: 0 17px;
  padding: 0 17px;
  padding: 0 1.0625rem;
  border: solid 2px #9f9f9f;
}

@media screen and (max-width: 799px) {
  .p-table__title {
    padding: 0 0.3125rem;
    width: min(46.75vw, 18.4375rem);
  }
}
.p-table__title span {
  font-weight: 500;
  font-size: 13px;
  font-size: 13px;
  font-size: 0.8125rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media screen and (max-width: 799px) {
  .p-table__title span {
    display: block;
    font-size: 0.625rem;
  }
}
.p-table__text {
  width: 150px;
  border: solid 2px #9f9f9f;
  padding: 0 3px;
  padding: 0 3px;
  padding: 0 0.1875rem;
  text-align: center;
}

@media screen and (max-width: 799px) {
  .p-table__text {
    width: min(18vw, 8.125rem);
  }
}
/* 非表示設定 */
.u-hidden-sp {
  display: block;
}

@media screen and (max-width: 799px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-hidden-pc {
  display: none;
}

@media screen and (max-width: 799px) {
  .u-hidden-pc {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
/*# sourceMappingURL=styles.css.map */
