/*!
 * ！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！
 *
 * このcssは編集しないでください。
 * このcssを編集してもscssをコンパイルした時点で変更は消えます。
 * cssを編集したい場合は別のcssファイル（例：user.cssなど）を新規作成して、クラスごとに上書き、または新規クラスを追加してください。
 *
 * ！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！注意！
 */
@charset "UTF-8";
.fBold {
  font-weight: 700;
}

.fSemi {
  font-weight: 600;
}

.fMedium {
  font-weight: 500;
}

.fRegular {
  font-weight: 400;
}

.border {
  margin: 20px 0;
  border: none;
  border-top: 1px solid #222;
}
.border-1 {
  border-top-width: 1px;
}
.border-solid {
  border-top-style: solid;
}
.border-dotted {
  border-top-style: dotted;
}
.border-dashed {
  border-top-style: dashed;
}
.border-gray {
  border-top-color: #f7f7f7;
}

.no-scroll {
  min-height: 100vh;
  overflow: hidden;
}

@font-face {
  font-family: "icons";
  src: url("../../../assets/fonts/iconfont/icons.eot?v=873dc3d3b088e856529bddee5196be1c");
  src: url("../../../assets/fonts/iconfont/icons.eot?v=873dc3d3b088e856529bddee5196be1c#iefix") format("eot"), url("../../../assets/fonts/iconfont/icons.woff?v=50ff86c834d6db64fc89b24acaf8b200") format("woff"), url("../../../assets/fonts/iconfont/icons.ttf?v=e1c7c821dba1337540fc133088e7d3cf") format("truetype"), url("../../../assets/fonts/iconfont/icons.svg?v=5576cd4a9cdbf2b1160f722ad799e394#icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.pageID-top .sectionHead {
  margin: 0 0 38px;
  text-align: center;
}
.pageID-top .sectionHead > :first-child {
  margin-top: 0;
}
.pageID-top .sectionHead_subTitle, .pageID-top .sectionHead_mainTitle {
  font-weight: 700;
}
.pageID-top .sectionHead_subTitle {
  font-size: 2.25rem;
  line-height: 1.4;
}
.pageID-top .sectionHead_mainTitle {
  padding: 0 0 20px;
  font-size: 3.25rem;
  line-height: 1.4230769231;
  position: relative;
}
.pageID-top .sectionHead_mainTitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(45deg, rgb(255, 72, 164) 1%, rgb(255, 106, 82) 15%, rgb(255, 140, 0) 50%, rgb(160, 182, 104) 84%, rgb(64, 224, 208) 100%);
  border-radius: 2px;
}
.pageID-top .sectionHead_mainTitle-s {
  font-size: 2.25rem;
}
.pageID-top .sectionHead_circle {
  color: #fff;
  position: relative;
  z-index: 1;
}
.pageID-top .sectionHead_circle::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -6px;
  width: 68px;
  height: 68px;
  background: #047ed7;
  border-radius: 50%;
  z-index: -1;
}
.pageID-top .mainVisual {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}
.pageID-top .mainVisual_bg {
  margin: 0;
}
.pageID-top .mainVisual_bg > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1920/520;
  object-fit: cover;
}
.pageID-top .mainVisual_inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageID-top .mainVisual_img {
  margin: 0 auto;
}
.pageID-top .mainVisual_img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1221/426;
  object-fit: contain;
}
.pageID-top .mainContact {
  padding: 30px 0 45px;
  background: url("../../../assets/images/top/mc-bg.jpg?v=113a4a89ac62902134b47ee1ee148ced") no-repeat center/cover;
}
.pageID-top .mainContact_inner {
  margin: 0 auto;
  max-width: 1200px;
}
.pageID-top .mainContact_txt {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
}
.pageID-top .mainContact_txt::before, .pageID-top .mainContact_txt::after {
  content: "";
  width: 1px;
  height: 32px;
  background: #fff;
}
.pageID-top .mainContact_txt::before {
  transform: rotate(-45deg);
}
.pageID-top .mainContact_txt::after {
  transform: rotate(45deg);
}
.pageID-top .mainContact .btns .btns_item {
  width: 100%;
}
.pageID-top .worry_head {
  position: relative;
}
.pageID-top .worry_head::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 504px;
  height: 153px;
  background: url("../../../assets/images/top/worry-bg01.svg?v=98efe64174b8e6cb6f2d5738e52e801e") no-repeat center/contain;
}
.pageID-top .worry_headInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageID-top .worry_sub, .pageID-top .worry_title {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.pageID-top .worry_sub {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
}
.pageID-top .worry_title {
  margin-top: -5px;
  font-size: 1.75rem;
}
.pageID-top .worry_title > span {
  font-size: 2.25rem;
}
.pageID-top .worry_list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.pageID-top .worry_item {
  text-align: center;
  position: relative;
}
.pageID-top .worry_item > span {
  position: absolute;
  display: inline-block;
  font-weight: bold;
  line-height: 1.75;
}
.pageID-top .worry_item-01::before, .pageID-top .worry_item-02::before, .pageID-top .worry_item-03::before, .pageID-top .worry_item-04::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.pageID-top .worry_item-01 {
  margin: 238px 0 0;
  width: 315px;
  height: 172px;
  background: url("../../../assets/images/top/worry-bg02-01.svg?v=8d8a478530b8bd1bfc5d2745838e7ba5") no-repeat center/contain;
}
.pageID-top .worry_item-01 > span {
  top: 35px;
  left: 23px;
}
.pageID-top .worry_item-01::before {
  top: -141px;
  left: 60px;
  width: 163px;
  height: 178px;
  background: url("../../../assets/images/top/worry-illust01.svg?v=431afac0466e9df7f6fbc7ec70cf2a81") no-repeat center/contain;
}
.pageID-top .worry_item-02 {
  margin: 156px 0 0 -13px;
  width: 310px;
  height: 169px;
  background: url("../../../assets/images/top/worry-bg02-02.svg?v=30266be5f8a268d758bae1573012dd40") no-repeat center/contain;
}
.pageID-top .worry_item-02 > span {
  top: 32px;
  left: 43px;
}
.pageID-top .worry_item-02::before {
  top: -162px;
  left: 37px;
  width: 181px;
  height: 195px;
  background: url("../../../assets/images/top/worry-illust02.svg?v=f97ff415b7a7ef50f9502369d010b6c0") no-repeat center/contain;
}
.pageID-top .worry_item-03 {
  margin: 234px 0 0 -13px;
  width: 309px;
  height: 169px;
  background: url("../../../assets/images/top/worry-bg02-03.svg?v=948bd7d83db9466d7b9801d08ae67aae") no-repeat center/contain;
}
.pageID-top .worry_item-03 > span {
  top: 45px;
  left: 54px;
}
.pageID-top .worry_item-03::before {
  top: -148px;
  left: 72px;
  width: 147px;
  height: 228px;
  background: url("../../../assets/images/top/worry-illust03.svg?v=81b455f2c523911e52c428ebaaea2708") no-repeat center/contain;
}
.pageID-top .worry_item-04 {
  margin: 155px 0 0 -13px;
  width: 310px;
  height: 169px;
  background: url("../../../assets/images/top/worry-bg02-04.svg?v=2df09650ee28961c9d20dacf1f3224f2") no-repeat center/contain;
}
.pageID-top .worry_item-04 > span {
  top: 47px;
  left: 29px;
}
.pageID-top .worry_item-04::before {
  top: -135px;
  left: 60px;
  width: 168px;
  height: 193px;
  background: url("../../../assets/images/top/worry-illust04.svg?v=a898eecc24b997d234e70d2cb8cd4d9a") no-repeat center/contain;
}
.pageID-top .system_title {
  margin: 0;
  color: #fff;
  font-size: 2.875rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.pageID-top .system_apostrophe {
  vertical-align: middle;
  font-size: 3.98125rem;
  line-height: 1;
}
.pageID-top .system_titleS {
  font-size: 2.25rem;
}
.pageID-top .system_box {
  margin: 50px -100px 0;
  padding: 80px 100px 60px;
  background: url("../../../assets/images/top/square-bg.jpg?v=e21a170573ceec68d8f96efcb53aa933") repeat center;
  border-radius: 30px;
}
.pageID-top .system_head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pageID-top .system_headImages {
  padding: 0 6px 0 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 56px;
}
.pageID-top .system_headImages > :first-child::before {
  content: none;
}
.pageID-top .system_headImg {
  margin: 0;
  max-width: 244px;
  position: relative;
}
.pageID-top .system_headImg > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 244/259;
  object-fit: contain;
}
.pageID-top .system_headImg::before {
  content: "\ea03";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 3em;
  font-weight: normal;
  line-height: 1;
  color: #ecb1cc;
  position: absolute;
  top: 115px;
  left: -50px;
}
.pageID-top .system_headBody {
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
.pageID-top .system_headBody > :first-child {
  margin-top: 0;
}
.pageID-top .system_headTitle {
  color: #047ed7;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.7333333333;
}
.pageID-top .system_headTitle > span {
  font-size: 3.25rem;
  line-height: 1.3461538462;
}
.pageID-top .system_headTxt {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
}
.pageID-top .system_bottom {
  margin: 60px 0 0;
  border: 1px solid #047ed7;
  border-radius: 30px;
}
.pageID-top .system_bottom > :first-child {
  margin-top: 0;
}
.pageID-top .system_bottomTitle {
  margin: 0 -1px;
  padding: 12px 10px;
  color: #fff;
  background: #047ed7;
  font-size: 1.625rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pageID-top .system_bottomContent > :first-child {
  margin-top: 0;
}
.pageID-top .system_bottomList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.pageID-top .system_bottomItem {
  padding: 45px 20px 50px 40px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 30px;
}
.pageID-top .system_bottomItem > :first-child {
  margin-top: 0;
}
.pageID-top .system_bottomImg > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pageID-top .system_bottomImg-01 {
  max-width: 118px;
}
.pageID-top .system_bottomImg-01 > img {
  aspect-ratio: 118/99;
}
.pageID-top .system_bottomImg-02 {
  max-width: 98px;
}
.pageID-top .system_bottomImg-02 > img {
  aspect-ratio: 98/94;
}
.pageID-top .system_bottomBody > :first-child {
  margin-top: 0;
}
.pageID-top .system_bottomSubTitle {
  font-size: 1.375rem;
  font-weight: bold;
}
.pageID-top .system_bottomSubTitle > span {
  background: linear-gradient(transparent 65%, #8edefa 65%);
}
.pageID-top .system_bottomTxt {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
}
.pageID-top .feature_blocks > :first-child {
  margin-top: 0;
}
.pageID-top .feature_block {
  margin: 50px 0 0;
  padding: 30px 30px 47px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 10px 7.2px 0.8px rgba(0, 0, 0, 0.15);
}
.pageID-top .feature_head {
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
  gap: 0 10px;
}
.pageID-top .feature_num {
  margin: 0;
}
.pageID-top .feature_num > span {
  padding-left: 52px;
  color: #047ed7;
  font-size: 7rem;
  font-family: "Kulim Park", serif;
  line-height: 1;
  position: relative;
}
.pageID-top .feature_num > span::before {
  content: "POINT";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 1px 0;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.pageID-top .feature_title {
  margin: 0;
  color: #047ed7;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.3333333333;
}
.pageID-top .feature_txt {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 2;
}
.pageID-top .feature_boxes {
  margin: 40px 0 0;
}
.pageID-top .feature_box {
  background: #f7f7f7;
  border-radius: 30px;
  box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
}
.pageID-top .feature_01 {
  padding: 60px 40px 25px;
  display: grid;
  grid-template-columns: 559px 1fr;
  align-items: center;
  gap: 0 35px;
}
.pageID-top .feature_01Img {
  margin: 0;
  max-width: 559px;
}
.pageID-top .feature_01Img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 559/250;
  object-fit: contain;
}
.pageID-top .feature_01Title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
}
.pageID-top .feature_01List {
  padding: 20px 0 0;
  border-top: 1px dotted #b3b3b3;
}
.pageID-top .feature_01List > :first-child {
  margin-top: 0;
}
.pageID-top .feature_01Item {
  margin: 5px 0 0;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}
.pageID-top .feature_02Head {
  padding: 25px 25px 0;
}
.pageID-top .feature_02Head-01, .pageID-top .feature_02Head-02, .pageID-top .feature_02Head-03 {
  position: relative;
  z-index: 1;
}
.pageID-top .feature_02Head-01::after, .pageID-top .feature_02Head-02::after, .pageID-top .feature_02Head-03::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.pageID-top .feature_02Head-01::after {
  top: 25px;
  right: 33px;
  width: 75px;
  height: 67px;
  background: url("../../../assets/images/top/feature-illust01-01.svg?v=c48184d1b77952b6c835c7424911fb7c") no-repeat center/contain;
}
.pageID-top .feature_02Head-02::after {
  top: 24px;
  right: 28px;
  width: 80px;
  height: 70px;
  background: url("../../../assets/images/top/feature-illust01-02.svg?v=ee4b0f3e0be35ed60be91e1050f31578") no-repeat center/contain;
}
.pageID-top .feature_02Head-03::after {
  top: 17px;
  right: 26px;
  width: 70px;
  height: 78px;
  background: url("../../../assets/images/top/feature-illust01-03.svg?v=54986bf78a6c1e7f827a01c49aa2ab7c") no-repeat center/contain;
}
.pageID-top .feature_02SubTitle {
  margin: 0;
  color: #e1207a;
  font-family: "Kulim Park", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.pageID-top .feature_02Title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
}
.pageID-top .feature_02Bottom {
  margin: 20px 0 0;
  padding: 25px 25px 40px;
  border-top: 1px dotted #b3b3b3;
}
.pageID-top .feature_02Worry, .pageID-top .feature_02Solution {
  margin: 0;
  padding: 15px 20px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.4285714286;
  border-radius: 10px;
}
.pageID-top .feature_02Worry {
  background: #ededed;
  position: relative;
}
.pageID-top .feature_02Worry::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 19px;
  background: url("../../../assets/images/top/feature-bubble.svg?v=383f5245dc1c0883cfc597f5385ae4dc") no-repeat center/contain;
}
.pageID-top .feature_02Solution {
  margin: 30px 0 0;
  color: #e1207a;
  background: #fff;
  box-shadow: -5.657px -5.657px 20.9px 1.1px rgba(255, 255, 255, 0.5), 3.536px 3.536px 6.65px 0.35px rgba(184, 183, 183, 0.81);
}
.pageID-top .feature_03 {
  padding: 30px 50px;
}
.pageID-top .feature_03Images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 30px;
}
.pageID-top .feature_03Images > :first-child::before {
  content: none;
}
.pageID-top .feature_03Img {
  margin: 0 auto;
}
.pageID-top .feature_03Img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pageID-top .feature_03Img-01 {
  max-width: 422px;
}
.pageID-top .feature_03Img-01 > img {
  aspect-ratio: 422/235;
}
.pageID-top .feature_03Img-02 {
  padding: 13px 0 8px;
  width: 100%;
  height: 100%;
  max-width: 214px;
  position: relative;
}
.pageID-top .feature_03Img-02 > img {
  aspect-ratio: 214/214;
}
.pageID-top .feature_03Img-02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -34px;
  transform: translateY(-50%);
  width: 34px;
  height: 4px;
  background: #e1207a;
}
.pageID-top .feature_03Txt {
  margin: 10px 0 0;
  font-weight: bold;
  text-align: center;
}
.pageID-top .feature_04 {
  padding: 60px 25px;
}
.pageID-top .feature_04 > :first-child {
  margin-top: 0;
}
.pageID-top .feature_04List {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0 13px;
}
.pageID-top .feature_04Item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 40px 20px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: -5.657px -5.657px 20.9px 1.1px rgba(255, 255, 255, 0.5), 3.536px 3.536px 6.65px 0.35px rgba(184, 183, 183, 0.81);
}
.pageID-top .feature_04Img {
  margin: 0;
  height: 97px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pageID-top .feature_04Txt {
  margin: 10px 0 0;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
}
.pageID-top .function > :first-child {
  margin-top: 0;
}
.pageID-top .function_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.pageID-top .function_item {
  padding: 10px 10px 25px;
  width: 100%;
  max-width: 378px;
  background: #fff;
  border-radius: 10px;
  box-shadow: -5.657px -5.657px 20.9px 1.1px rgba(255, 255, 255, 0.5), 3.536px 3.536px 6.65px 0.35px rgba(184, 183, 183, 0.81);
}
.pageID-top .function_img {
  margin: 0;
  max-width: 360px;
}
.pageID-top .function_img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 360/180;
  object-fit: contain;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pageID-top .function_body {
  margin: 10px 0 0;
}
.pageID-top .function_body > :first-child {
  margin-top: 0;
}
.pageID-top .function_title {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.8;
}
.pageID-top .function_txt {
  margin: 5px 0 0;
}
.pageID-top .contact_title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.pageID-top .contact01 {
  margin: 60px 0 0;
}
.pageID-top .contact01_inner > :first-child {
  margin-top: 0;
}
.pageID-top .contact01_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  gap: 0 40px;
}
.pageID-top .contact01_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 7.2px 0.8px rgba(0, 0, 0, 0.15);
}
.pageID-top .contact01_item-01, .pageID-top .contact01_item-02 {
  position: relative;
}
.pageID-top .contact01_item-01::before, .pageID-top .contact01_item-02::before {
  content: "";
  position: absolute;
}
.pageID-top .contact01_item-01::before {
  top: -24px;
  left: 20px;
  width: 88px;
  height: 159px;
  background: url("../../../assets/images/top/contact-illust01.svg?v=396a7bcc9976be851bd06bbcf2d41df8") no-repeat center/contain;
}
.pageID-top .contact01_item-02::before {
  top: -30px;
  left: 32px;
  width: 74px;
  height: 165px;
  background: url("../../../assets/images/top/contact-illust02.svg?v=6e7573915c61d4af5a6652db7448fb59") no-repeat center/contain;
}
.pageID-top .contact01_head {
  margin-left: 110px;
  font-weight: bold;
}
.pageID-top .contact01_head > :first-child {
  margin-top: 0;
}
.pageID-top .contact01_title {
  font-size: 1.25rem;
  line-height: 1.6;
}
.pageID-top .contact01_txt {
  margin: 10px 0 0;
}
.pageID-top .contact02 {
  margin: 50px 0 0;
  padding: 37px 30px 40px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 7.2px 0.8px rgba(0, 0, 0, 0.15);
}
.pageID-top .contact02_inner {
  padding: 0 180px;
  position: relative;
}
.pageID-top .contact02_inner::before, .pageID-top .contact02_inner::after {
  content: "";
  position: absolute;
}
.pageID-top .contact02_inner::before {
  top: -4px;
  left: 45px;
  width: 88px;
  height: 159px;
  background: url("../../../assets/images/top/contact-illust01.svg?v=396a7bcc9976be851bd06bbcf2d41df8") no-repeat center/contain;
}
.pageID-top .contact02_inner::after {
  top: -9px;
  right: 70px;
  width: 74px;
  height: 165px;
  background: url("../../../assets/images/top/contact-illust02.svg?v=6e7573915c61d4af5a6652db7448fb59") no-repeat center/contain;
}
.pageID-top .contact02_inner > :first-child {
  margin-top: 0;
}
.pageID-top .contact02_list {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.pageID-top .contact02_list > :first-child {
  margin-top: 0;
}
.pageID-top .contact02_item {
  margin: 13px 0 0;
  padding-left: 34px;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
.pageID-top .contact02_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background: url("../../../assets/images/top/contact02-check.png?v=f83126d22847fe8f271ae398ae2341f4") no-repeat center/contain;
}
.pageID-top .difference > :first-child {
  margin-top: 0;
}
.pageID-top .difference_table {
  width: 100%;
  position: relative;
}
.pageID-top .difference_table > colgroup > :last-child {
  width: 433.11px;
}
.pageID-top .difference_table::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 283px;
  width: 483px;
  height: calc(100% + 5px);
  background: transparent;
  border: 5px solid #0595c7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pageID-top .difference_table-blue .difference_thead > .difference_tr > :nth-child(2) {
  color: #fff;
  background: #0595c7;
}
.pageID-top .difference_table-blue .difference_tbody > :first-child {
  margin-top: 0;
}
.pageID-top .difference_table-gray .difference_thead > .difference_tr > :last-child {
  color: #555;
  background: #e2e2e2;
}
.pageID-top .difference_th, .pageID-top .difference_td {
  background: #fff;
  border: 1px solid #e2e2e2;
}
.pageID-top .difference_th {
  padding: 30px;
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
}
.pageID-top .difference_th-hidden {
  opacity: 0;
  border: none;
}
.pageID-top .difference_th-radius {
  border: none;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pageID-top .difference_tbody .difference_tr > :last-child {
  border-left: 0;
}
.pageID-top .difference_td {
  padding: 0;
}
.pageID-top .difference_tdInner {
  padding: 30px;
}
.pageID-top .difference_tdHead {
  display: flex;
  align-items: center;
}
.pageID-top .difference_img {
  margin: 0;
  max-width: 70px;
  height: 70px;
}
.pageID-top .difference_img > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pageID-top .difference_img-circle > img {
  aspect-ratio: 70/70;
}
.pageID-top .difference_img-triangle > img {
  aspect-ratio: 70/54;
}
.pageID-top .difference_mainTxt, .pageID-top .difference_subTxt {
  line-height: 1.4;
  text-align: center;
}
.pageID-top .difference_mainTxt {
  margin: 0;
  font-weight: bold;
  line-height: 1.4;
}
.pageID-top .difference_mainTxt-s {
  font-size: 1.5rem;
}
.pageID-top .difference_mainTxt-m {
  font-size: 2rem;
}
.pageID-top .difference_mainTxt-l {
  font-size: 3rem;
}
.pageID-top .difference_subTxt {
  margin: 10px 0 0;
  grid-row: 2/3;
  grid-column: 1/3;
}
.pageID-top .case_boxes > :first-child {
  margin-top: 0;
}
.pageID-top .case_box {
  margin: 60px 0 0;
  padding: 30px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0px 10px 7.2px 0.8px rgba(0, 0, 0, 0.15);
}
.pageID-top .case_head {
  display: grid;
  grid-template-columns: 450px 1fr;
  align-items: center;
  gap: 0 27px;
}
.pageID-top .case_head > :first-child {
  margin-top: 0;
}
.pageID-top .case_img {
  max-width: 450px;
}
.pageID-top .case_img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 450/300;
  object-fit: contain;
  border-radius: 30px;
}
.pageID-top .case_info {
  margin: 65px 0 0;
}
.pageID-top .case_info > :first-child {
  margin-top: 0;
}
.pageID-top .case_title, .pageID-top .case_sub {
  font-weight: bold;
}
.pageID-top .case_title {
  font-size: 1.875rem;
  line-height: 1.5333333333;
}
.pageID-top .case_title > span {
  background: linear-gradient(transparent 65%, #8edefa 65%);
}
.pageID-top .case_sub {
  margin: 40px 0 0;
  font-size: 1.375rem;
  text-align: right;
}
.pageID-top .case_middle {
  margin: 30px 0 0;
  padding: 30px 0;
  border: 1px dotted #b3b3b3;
  border-left: none;
  border-right: none;
}
.pageID-top .case_middle > :first-child {
  margin-top: 0;
}
.pageID-top .case_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
.pageID-top .case_item {
  display: flex;
}
.pageID-top .case_item > :first-child {
  margin-top: 0;
}
.pageID-top .case_item-gray .case_itemTitle {
  background: #8d8d8d;
}
.pageID-top .case_item-gray .case_itemTitle > span::before {
  content: "\ea0f";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 1;
  color: #b3b3b3;
}
.pageID-top .case_item-gray .case_itemTxt {
  background: #ededed;
}
.pageID-top .case_item-blue .case_itemTitle {
  background: #0595c7;
}
.pageID-top .case_item-blue .case_itemTitle > span::before {
  content: "\ea10";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.47em;
  font-weight: normal;
  line-height: 1;
  color: #8edefa;
}
.pageID-top .case_item-blue .case_itemTxt {
  background: #cef2ff;
}
.pageID-top .case_itemTitle, .pageID-top .case_itemTxt {
  display: grid;
  place-items: center;
  border-radius: 10px;
}
.pageID-top .case_itemTitle {
  padding: 34px 10px 7px;
  min-width: 82px;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.2857142857;
  text-align: center;
}
.pageID-top .case_itemTitle > span {
  position: relative;
}
.pageID-top .case_itemTitle > span::before {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}
.pageID-top .case_itemTxt {
  margin: 0;
  padding: 10px 14px 10px;
  font-size: 1.125rem;
  line-height: 1.7222222222;
  font-weight: bold;
}
.pageID-top .case_btn {
  margin: 15px 0 0;
  text-align: right;
}
.pageID-top .case_btn > a {
  display: inline-block;
  padding-right: 60px;
  color: #e1207a;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
.pageID-top .case_btn > a::after {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\ea03";
  font-family: "icons";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5em;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
  background: #e1207a;
  border-radius: 50%;
}
.pageID-top .price_boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 118px;
}
.pageID-top .price_box {
  padding: 30px 50px;
  border-radius: 30px;
}
.pageID-top .price_box > :first-child {
  margin-top: 0;
}
.pageID-top .price_box-left {
  background: #fff;
  border: 2px solid #e1207a;
  position: relative;
}
.pageID-top .price_box-left::before, .pageID-top .price_box-left::after {
  content: "";
  position: absolute;
  background: #555;
}
.pageID-top .price_box-left::before {
  transform: rotate(90deg);
}
.pageID-top .price_box-left .price_title {
  color: #e1207a;
}
.pageID-top .price_box-left .price_title::before, .pageID-top .price_box-left .price_title::after {
  background: #e1207a;
}
.pageID-top .price_box-right {
  background: linear-gradient(90deg, #e82e7f 0%, #e73376 100%);
  border: 2px solid #e9e9e9;
  box-shadow: 0px 10px 7.2px 0.8px rgba(48, 50, 51, 0.15);
  position: relative;
}
.pageID-top .price_box-right::before, .pageID-top .price_box-right::after {
  content: "";
  position: absolute;
  bottom: 0;
}
.pageID-top .price_box-right::before {
  left: 0;
  width: 84px;
  height: 114px;
  background: url("../../../assets/images/top/price-illust01.png?v=21104799906f95fdb2438d2fe56f3dd3") no-repeat center/contain;
}
.pageID-top .price_box-right::after {
  right: 22px;
  width: 63px;
  height: 113px;
  background: url("../../../assets/images/top/price-illust02.png?v=dae352bee2c59cb612c93b76b834a218") no-repeat center/contain;
}
.pageID-top .price_box-right .price_title {
  color: #fff;
}
.pageID-top .price_box-right .price_title::before, .pageID-top .price_box-right .price_title::after {
  background: #fff;
}
.pageID-top .price_title {
  margin: 0 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1;
}
.pageID-top .price_title::before, .pageID-top .price_title::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #f7f7f7;
  border-radius: 50%;
}
.pageID-top .price_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}
.pageID-top .price_img {
  margin: 0 auto;
  max-width: 80px;
}
.pageID-top .price_img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 80/80;
  object-fit: contain;
}
.pageID-top .price_itemTitle {
  margin: 5px 0 0;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
}
.pageID-top .price_award {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -24px auto 0;
  padding: 0 55px 5px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.pageID-top .price_award::before, .pageID-top .price_award::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 44px;
  height: 105px;
}
.pageID-top .price_award::before {
  left: 0;
  background: url("../../../assets/images/top/price-award01.png?v=fc6383498fcf9c5d8d55f149623d56d1") no-repeat center/contain;
}
.pageID-top .price_award::after {
  right: 0;
  background: url("../../../assets/images/top/price-award02.png?v=69d52f086c4231672ba0e049f2880c01") no-repeat center/contain;
}
.pageID-top .price_awardTitle {
  margin: 24px 0 0;
  font-size: 1.875rem;
  line-height: 1.2;
}
.pageID-top .price_awardNum {
  margin: 0 0 0 30px;
  font-size: 8.125rem;
  line-height: 1;
}
.pageID-top .price_awardNum > span {
  margin-left: 10px;
  font-size: 1.875rem;
}
.pageID-top .way {
  margin: 0 -100px;
  padding: 78px 100px 91px;
  background: url("../../../assets/images/top/square-bg.jpg?v=e21a170573ceec68d8f96efcb53aa933") repeat center;
  border-radius: 30px;
}
.pageID-top .way_boxes > :first-child {
  margin-top: 0;
}
.pageID-top .way_box {
  margin: 60px 0 0;
  border: 1px solid #047ed7;
  border-radius: 30px;
}
.pageID-top .way_title {
  margin: -1px 0 0;
  padding: 12px;
  color: #fff;
  background: #047ed7;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  border-radius: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.pageID-top .way_body > :first-child {
  margin-top: 0;
}
.pageID-top .way_body-01 .way_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
}
.pageID-top .way_body-01 .way_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 10px;
  padding: 24px 30px 30px;
}
.pageID-top .way_body-01 .way_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 72px;
}
.pageID-top .way_body-01 .way_img > img {
  object-fit: contain;
}
.pageID-top .way_body-02 {
  padding: 35px 29px;
}
.pageID-top .way_body-02 .way_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 33px;
}
.pageID-top .way_body-02 .way_img {
  max-width: 260px;
}
.pageID-top .way_body-02 .way_img > img {
  width: 100%;
  height: 100%;
  aspect-ratio: 260/130;
  object-fit: contain;
  border-radius: 30px;
}
.pageID-top .way_body-02 .way_subTitle {
  margin: 10px 0 0;
}
.pageID-top .way_img {
  margin: 0;
}
.pageID-top .way_subTitle {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.pageID-top .way_txt {
  margin: 0;
}
.pageID-top .way_txt > span {
  font-weight: bold;
}
.pageID-top .way_subTxt {
  margin: 15px 0 0;
  font-size: 0.875rem;
}
.pageID-top .flow > :first-child {
  margin-top: 0;
}
.pageID-top .flow_list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 5fr));
  gap: 0 50px;
}
.pageID-top .flow_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 30px 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: -5.657px -5.657px 20.9px 1.1px rgba(255, 255, 255, 0.5), 3.536px 3.536px 6.65px 0.35px rgba(184, 183, 183, 0.81);
}
.pageID-top .flow_step {
  margin: 0;
  color: #047ed7;
  font-size: 1.375rem;
  font-family: "Kulim Park", serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
}
.pageID-top .flow_img {
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 73px;
}
.pageID-top .flow_img > img {
  object-fit: contain;
}
.pageID-top .flow_title {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.pageID-top .qa_list > :first-child {
  margin-top: 0;
}
.pageID-top .qa_item {
  margin: 30px 0 0;
  padding: 12px 20px 17px;
  border-radius: 10px;
  box-shadow: -5.657px -5.657px 20.9px 1.1px rgba(255, 255, 255, 0.5), 3.536px 3.536px 6.65px 0.35px rgba(184, 183, 183, 0.81);
}
.pageID-top .qa_item[data-acc-root=open] .qa_qToggle::before {
  opacity: 0;
  transform: rotate(180deg);
}
.pageID-top .qa_item[data-acc-root=open] .qa_qToggle::after {
  background: #e73278;
}
.pageID-top .qa_qArea {
  display: grid;
  grid-template-columns: auto 24px;
  align-items: center;
  gap: 0 20px;
}
.pageID-top .qa_qTxt, .pageID-top .qa_aTxt {
  margin: 0;
  padding-left: 40px;
  font-size: 1.125rem;
  position: relative;
}
.pageID-top .qa_qTxt::before, .pageID-top .qa_aTxt::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 2.25rem;
  font-family: "Kulim Park", serif;
  font-weight: 600;
  line-height: 1;
}
.pageID-top .qa_qTxt::before {
  content: "Q";
  color: #047ed7;
}
.pageID-top .qa_qToggle {
  margin: 0;
  position: relative;
}
.pageID-top .qa_qToggle::before, .pageID-top .qa_qToggle::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 2px;
  background: #047ed7;
}
.pageID-top .qa_qToggle::before {
  transform: rotate(90deg);
  transition: all 0.2s ease-in-out;
}
.pageID-top .qa_aInner {
  padding: 20px 10px 0;
}
.pageID-top .qa_aContent {
  padding: 25px 23px;
  background: #f7f7f7;
  border-radius: 30px;
  box-shadow: inset 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
}
.pageID-top .qa_aTxt {
  font-weight: bold;
}
.pageID-top .qa_aTxt > span {
  color: #e73278;
}
.pageID-top .qa_aTxt::before {
  content: "A";
  color: #e73278;
}
@media screen and (max-width: 736px) {
  .pageID-top .sectionHead_subTitle {
    font-size: 1.5714285714rem;
  }
  .pageID-top .sectionHead_mainTitle {
    padding: 0 0 15px;
    font-size: 1.8571428571rem;
  }
  .pageID-top .sectionHead_circle::before {
    top: 3px;
    left: -4px;
    width: 35px;
    height: 35px;
  }
  .pageID-top .mainVisual_bg > img {
    aspect-ratio: 750/1220;
  }
  .pageID-top .mainVisual_inner {
    padding: 35px 20px 28px;
  }
  .pageID-top .mainVisual_img > img {
    aspect-ratio: 690/1096;
  }
  .pageID-top .mainContact {
    padding: 34px 20px 57px;
    background: url("../../../assets/images/top/sp/mc-bg.jpg?v=c4b89d3a138e91f1e9ac2f8782e7f0b0") no-repeat center/cover;
  }
  .pageID-top .mainContact_txt {
    gap: 0 15px;
    font-size: 1rem;
  }
  .pageID-top .mainContact_txt::before, .pageID-top .mainContact_txt::after {
    height: 24px;
  }
  .pageID-top .mainContact .btns {
    margin: 13px 0 0;
  }
  .pageID-top .mainContact .btns .btns_list {
    gap: 25px 0;
  }
  .pageID-top .worry_headInner {
    width: 100%;
  }
  .pageID-top .worry_sub {
    font-size: 1.2857142857rem;
  }
  .pageID-top .worry_title {
    font-size: 1.4285714286rem;
  }
  .pageID-top .worry_title > span {
    font-size: 1.8571428571rem;
  }
  .pageID-top .worry_list {
    display: block;
    margin: 0 auto;
    max-width: 375px;
  }
  .pageID-top .worry_item-02, .pageID-top .worry_item-04 {
    margin-left: auto;
  }
  .pageID-top .worry_item-01 {
    margin-top: 110px;
    width: 279px;
    height: 152px;
  }
  .pageID-top .worry_item-01 > span {
    top: 32px;
  }
  .pageID-top .worry_item-01::before {
    top: -110px;
    width: 131px;
    height: 143px;
  }
  .pageID-top .worry_item-02 {
    margin-top: 140px;
    width: 279px;
    height: 152px;
  }
  .pageID-top .worry_item-02::before {
    top: -129px;
    width: 145px;
    height: 155px;
  }
  .pageID-top .worry_item-03 {
    margin-top: 130px;
    width: 279px;
    height: 153px;
  }
  .pageID-top .worry_item-03::before {
    top: -117px;
    width: 119px;
    height: 185px;
  }
  .pageID-top .worry_item-04 {
    margin-top: 120px;
    width: 279px;
    height: 152px;
  }
  .pageID-top .worry_item-04 > span {
    top: 45px;
  }
  .pageID-top .worry_item-04::before {
    top: -110px;
    width: 136px;
    height: 156px;
  }
  .pageID-top .system_title {
    font-size: 1.8571428571rem;
  }
  .pageID-top .system_apostrophe {
    font-size: 2.1428571429rem;
  }
  .pageID-top .system_titleS {
    font-size: 1.5714285714rem;
  }
  .pageID-top .system_box {
    margin: 40px 0 0;
    padding: 30px 20px;
  }
  .pageID-top .system_head {
    display: block;
  }
  .pageID-top .system_headImages {
    display: block;
    padding: 0;
  }
  .pageID-top .system_headImages > :first-child {
    margin-top: 0;
  }
  .pageID-top .system_headImg {
    margin: 30px auto 0;
  }
  .pageID-top .system_headImg::before {
    content: "\ea01";
    font-family: "icons";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -29px;
    left: 50%;
    transform: translateX(-50%);
  }
  .pageID-top .system_headBody {
    margin: 30px 0 0;
    padding: 0;
  }
  .pageID-top .system_headTitle {
    font-size: 1.7142857143rem;
  }
  .pageID-top .system_headTitle > span {
    font-size: 1.8571428571rem;
  }
  .pageID-top .system_headTxt {
    font-size: 1.1428571429rem;
  }
  .pageID-top .system_bottomList {
    display: block;
  }
  .pageID-top .system_bottomItem {
    display: block;
    padding: 30px 20px;
    border-top: 1px solid #047ed7;
  }
  .pageID-top .system_bottomImg {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .pageID-top .system_bottomBody {
    margin: 20px 0 0;
  }
  .pageID-top .feature_block {
    margin: 40px 0 0;
    padding: 20px 20px 40px;
  }
  .pageID-top .feature_head {
    display: block;
  }
  .pageID-top .feature_num > span {
    padding-left: 48px;
    font-size: 5.7142857143rem;
  }
  .pageID-top .feature_num > span::before {
    padding: 2px 0 1px;
  }
  .pageID-top .feature_title {
    margin: 5px 0 0;
    font-size: 1.3571428571rem;
  }
  .pageID-top .feature_txt {
    font-size: 1.1428571429rem;
  }
  .pageID-top .feature_boxes {
    margin: 30px 0 0;
  }
  .pageID-top .feature_boxes > :first-child {
    margin-top: 0;
  }
  .pageID-top .feature_box {
    margin: 30px 0 0;
  }
  .pageID-top .feature_01 {
    display: block;
    padding: 30px 10px;
  }
  .pageID-top .feature_01Img {
    margin: 0 auto;
  }
  .pageID-top .feature_01Title {
    margin: 20px 0 0;
    font-size: 1rem;
  }
  .pageID-top .feature_01Item {
    margin: 10px 0 0;
  }
  .pageID-top .feature_02Head {
    padding: 25px 20px 0;
  }
  .pageID-top .feature_02Bottom {
    padding: 25px 20px 40px;
  }
  .pageID-top .feature_03 {
    padding: 40px 20px 40px;
  }
  .pageID-top .feature_03Images {
    display: block;
  }
  .pageID-top .feature_03Images > :first-child {
    margin: 0 auto;
  }
  .pageID-top .feature_03Img-02 {
    margin: 30px auto 0;
    padding: 0;
  }
  .pageID-top .feature_03Img-02::before {
    top: -19px;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .pageID-top .feature_03Txt {
    margin: 20px 0 0;
  }
  .pageID-top .feature_04 {
    padding: 30px 20px;
  }
  .pageID-top .feature_04List {
    display: block;
  }
  .pageID-top .feature_04List > :first-child {
    margin-top: 0;
  }
  .pageID-top .feature_04Item {
    margin: 20px 0 0;
    padding: 30px 20px;
  }
  .pageID-top .feature_04Txt {
    margin: 15px 0 0;
  }
  .pageID-top .function_img {
    margin: 0 auto;
  }
  .pageID-top .contact_title {
    font-size: 1.8571428571rem;
  }
  .pageID-top .contact01_list {
    display: block;
  }
  .pageID-top .contact01_list > :first-child {
    margin-top: 0;
  }
  .pageID-top .contact01_item {
    margin: 30px 0 0;
    padding: 30px 20px;
  }
  .pageID-top .contact01_item-01::before {
    top: 10px;
    left: 16px;
    width: 56px;
    height: 102px;
  }
  .pageID-top .contact01_item-02::before {
    width: 46px;
    height: 103px;
    top: 8px;
    left: 22px;
  }
  .pageID-top .contact01_head {
    margin-left: 75px;
  }
  .pageID-top .contact01 .btns {
    margin: 30px 0 0;
  }
  .pageID-top .contact02 {
    padding: 30px 10px 40px;
  }
  .pageID-top .contact02_inner {
    padding: 0;
  }
  .pageID-top .contact02_inner::before, .pageID-top .contact02_inner::after {
    content: none;
  }
  .pageID-top .difference_table > colgroup {
    display: none;
  }
  .pageID-top .difference_table::before {
    content: none;
  }
  .pageID-top .difference_table-blue .difference_tbody > .difference_tr > :nth-child(2) {
    background: transparent;
    border: 5px solid #0595c7;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .pageID-top .difference_table-blue .difference_tbody > .difference_tr > :nth-child(2)::before {
    content: "ナテックの\a勤怠管理システム";
    color: #fff;
    background: #0595c7;
  }
  .pageID-top .difference_table-blue .difference_tbody > .difference_tr > :last-child::before {
    content: "クラウド型\a勤怠管理システム";
    color: #555;
    background: #e2e2e2;
  }
  .pageID-top .difference_thead .difference_th {
    display: none;
  }
  .pageID-top .difference_th, .pageID-top .difference_td {
    font-size: 1.1428571429rem;
  }
  .pageID-top .difference_th {
    padding: 15px;
  }
  .pageID-top .difference_tbody .difference_tr {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .pageID-top .difference_tbody .difference_tr .difference_th {
    border-bottom: none;
  }
  .pageID-top .difference_tbody .difference_tr .difference_td {
    padding: 65px 0 0;
    border-top: none;
    position: relative;
  }
  .pageID-top .difference_tbody .difference_tr > :first-child {
    margin-top: 0;
  }
  .pageID-top .difference_tbody .difference_tr > :last-child {
    border-top: 0;
  }
  .pageID-top .difference_tbody .difference_th {
    grid-row: 1/2;
    grid-column: 1/3;
  }
  .pageID-top .difference_tdInner {
    padding: 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px 0;
  }
  .pageID-top .difference_tdHead {
    gap: 0 10px;
  }
  .pageID-top .difference_img {
    margin: 0 auto;
    max-width: 40px;
    height: 40px;
  }
  .pageID-top .difference_mainTxt {
    font-size: 1.2142857143rem;
  }
  .pageID-top .difference_subTxt {
    font-size: 1rem;
  }
  .pageID-top .case_box {
    margin: 40px 0 0;
    padding: 30px 20px;
  }
  .pageID-top .case_head {
    display: block;
  }
  .pageID-top .case_img {
    margin: 0 auto;
  }
  .pageID-top .case_info {
    margin: 20px 0 0;
  }
  .pageID-top .case_title {
    font-size: 1.5rem;
  }
  .pageID-top .case_sub {
    margin: 20px 0 0;
    font-size: 1.1428571429rem;
  }
  .pageID-top .case_list {
    display: block;
  }
  .pageID-top .case_list > :first-child {
    margin-top: 0;
  }
  .pageID-top .case_item {
    margin: 20px 0 0;
    display: block;
  }
  .pageID-top .case_itemTitle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .pageID-top .case_itemTxt {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .pageID-top .case_btn > a {
    padding-right: 40px;
  }
  .pageID-top .case_btn > a::after {
    font-size: 1.1em;
    width: 30px;
    height: 30px;
  }
  .pageID-top .price_boxes {
    display: block;
  }
  .pageID-top .price_boxes > :first-child {
    margin-top: 0;
  }
  .pageID-top .price_box {
    margin: 60px 0 0;
    padding: 30px 20px;
  }
  .pageID-top .price_box-left::before, .pageID-top .price_box-left::after {
    width: 40px;
    height: 5px;
    left: 50%;
    bottom: -35px;
  }
  .pageID-top .price_box-left::before {
    transform: translateX(-50%) rotate(90deg);
  }
  .pageID-top .price_box-left::after {
    transform: translateX(-50%);
  }
  .pageID-top .price_box-right::before, .pageID-top .price_box-right::after {
    content: none;
  }
  .pageID-top .price_list {
    margin: 0 auto;
    max-width: 375px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .pageID-top .price_award {
    margin: -15px auto 0;
    padding: 0 44px 5px;
  }
  .pageID-top .price_award::before, .pageID-top .price_award::after {
    width: 30px;
    height: 72px;
  }
  .pageID-top .price_awardTitle {
    margin: 18px 0 0;
    font-size: 1.4285714286rem;
  }
  .pageID-top .price_awardNum {
    margin: 0 0 0 15px;
    font-size: 6.4285714286rem;
  }
  .pageID-top .price_awardNum > span {
    margin-left: 5px;
    font-size: 1.4285714286rem;
  }
  .pageID-top .way {
    margin: 0;
    padding: 40px 20px;
  }
  .pageID-top .way_box {
    margin: 50px 0 0;
  }
  .pageID-top .way_body-01 .way_list {
    display: block;
  }
  .pageID-top .way_body-01 .way_list > :first-child {
    border-top: none;
  }
  .pageID-top .way_body-01 .way_item {
    padding: 24px 20px 30px;
    border-top: 1px solid #047ed7;
  }
  .pageID-top .way_body-02 {
    padding: 24px 20px 30px;
  }
  .pageID-top .way_body-02 .way_list {
    display: block;
  }
  .pageID-top .way_body-02 .way_list > :first-child {
    margin-top: 0;
  }
  .pageID-top .way_body-02 .way_item {
    margin: 30px 0 0;
  }
  .pageID-top .way_body-02 .way_img {
    margin: 0 auto;
  }
  .pageID-top .flow_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .pageID-top .flow_item {
    padding: 20px 10px;
    width: 47%;
  }
  .pageID-top .qa_item {
    margin: 20px 0 0;
    padding: 20px 10px;
  }
  .pageID-top .qa_qArea {
    gap: 0 10px;
  }
  .pageID-top .qa_qTxt, .pageID-top .qa_aTxt {
    padding-left: 35px;
  }
  .pageID-top .qa_aInner {
    padding: 20px 0 0;
  }
  .pageID-top .qa_aContent {
    padding: 20px 10px;
  }
}
@media screen and (min-width: 737px) {
  .pageID-top .mainVisual_img {
    width: 63.59375vw;
    max-width: 1221px;
  }
  .pageID-top .mainContact .btns .btns_list {
    flex-wrap: initial;
    gap: 0 40px;
  }
  .pageID-top .system_headBody {
    width: -moz-fit-content;
    width: fit-content;
  }
  .pageID-top .system_bottomList > :first-child {
    border-left: none;
  }
  .pageID-top .system_bottomItem {
    border-left: 1px solid #047ed7;
  }
  .pageID-top .feature_boxes-col02 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px;
  }
  .pageID-top .feature_boxes-col03 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 15px;
  }
  .pageID-top .contact02 .btns {
    margin: 38px 0 0;
  }
  .pageID-top .contact02 .btns .btns_list {
    gap: 0 40px;
    flex-wrap: initial;
  }
  .pageID-top .difference_table > colgroup > :first-child {
    width: 283.98px;
  }
  .pageID-top .difference_table > colgroup > :nth-child(2) {
    width: 482.91px;
  }
  .pageID-top .difference_table-blue .difference_tbody > .difference_tr > :nth-child(2) {
    border-bottom: none;
    border-top: 1px solid #0595c7;
  }
  .pageID-top .difference_tbody .difference_th {
    border-right: 0;
  }
  .pageID-top .difference_tdHead-circle {
    padding-left: 110px;
    gap: 0 20px;
  }
  .pageID-top .difference_tdHead-triangle {
    padding-left: 80px;
    gap: 0 15px;
  }
  .pageID-top .difference_tdHead-triangle01 {
    padding-left: 30px;
  }
  .pageID-top .difference_img {
    flex-shrink: 0;
  }
  .pageID-top .case_itemTitle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .pageID-top .case_itemTxt {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pageID-top .price_box-left::before, .pageID-top .price_box-left::after {
    width: 50px;
    height: 6px;
    top: 50%;
    right: -86px;
  }
  .pageID-top .way_body-01 .way_list > :first-child {
    border-left: none;
  }
  .pageID-top .way_body-01 .way_item {
    border-left: 1px solid #047ed7;
  }
  .pageID-top .way_subTxt {
    text-align: right;
  }
  .pageID-top .qa_qArea {
    transition: all 0.4s;
  }
  .pageID-top .qa_qArea:hover {
    opacity: 1;
    cursor: pointer;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) {
  .pageID-top .difference_tbody .difference_tr .difference_td::before {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 100%;
    height: 65px;
    font-weight: bold;
    text-align: center;
    white-space: pre-wrap;
    line-height: 1.6;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media screen and (max-width: 736px) and (max-width: 736px) and (max-width: 736px) {
  .pageID-top .difference_tbody .difference_tr .difference_td::before {
    border-radius: 0;
  }
}
/*# sourceMappingURL=top.css.map */