@charset "UTF-8";
/*打消し*/
.text, .text--center {
  margin: 0;
}
.is-hidden {
  visibility: hidden;
  opacity: 0; 
  transition: visibility .25s cubic-bezier(.4,0,.2,1) 0s,opacity .25s cubic-bezier(.4,0,.2,1) 0s;
}
.Header {
  border-bottom: none;
  background-color: #004098;
  transition: visibility .25s cubic-bezier(.4,0,.2,1) 0s,opacity .25s cubic-bezier(.4,0,.2,1) 0s;
}
.header-button-v2__type {
  background-color: #ff7713;
}
.header-button-v2__type::before,
.header-button-v2__type::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
}

.header-button-v2__type::before {
  transform: rotate(45deg);
  left: auto;
  margin-top: 0;
}

.header-button-v2__type::after {
  transform: rotate(-45deg);
}

.header-button-v2__label:before {
  content: none;
}
.header-tel--pc:before {
  content: none;
}
.header-tel--pc:after {
  content: none;
}
.header-tel--pc {
  padding-left: 0;
}
.header-tel__number {
  color: #fff;
  position: relative;
}
.header-tel__number::after {
  content: "";
  position: absolute;
  background: url("../../../img/index_ic01.webp") no-repeat 0 0;
}
.header-tel__caption {
  color: #fff;
  font-weight: 500;
}
/*メインビジュアル*/
.area01 .area_subject_text {
  color: #004098;
  background-color: #fff;
  display: inline;
  font-weight: 700;
}
.area01 h1 {
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.area01 h1 {
  line-height: 1.6;
}
.area01 h1 .underline {
  text-decoration: underline;
  text-decoration-color: #ffe578;
}
.area01 h1 .text_height {
  line-height: 1.3;
}
.area01 .point_box {
  margin-top: 0;
}
.area01 .point_box .point_item {
  color: #fff;
  text-align: center;
}
.area01 .point_box .point_item span {
  color: #ffe578;
  font-weight: 700;
}
/*エリア02*/
.area02 {
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,243,247,1) 62%, rgba(238,243,247,1) 100%);
}
.area02 section:last-of-type {
  margin-bottom: 0px;
}
/*アンカーボタン*/
.area02 .anchor_box .anchor_item {
  background: linear-gradient(90deg, rgba(0,75,197,1) 0%, rgba(138,228,254,1) 100%);
  position: relative;
  border-radius: 100px;
  font-weight: 700;
  display: inline-block;
}
.area02 .anchor_box .anchor_item a {
  background-color: #fff;
  border-radius: 100px;
  display: inline-block;
  color: #005cb7;
  text-align: center;
}
.area02 .anchor_box .anchor_item a::before,
.area02 .anchor_box .anchor_item a::after {
  content: "";
  position: absolute;
  background-color: #005cb7;
  transform-origin: 50% calc(100% - 1px);
}

.area02 .anchor_box .anchor_item a::before {
  transform: rotate(45deg);
}

.area02 .anchor_box .anchor_item a::after {
  transform: rotate(-45deg);
}
/*h2*/
h2 {
  color: #005cb7;
  display: flex;
  align-items: center;
  font-weight: 700;
}
h2::before,
h2::after {
  content: "";
  flex-grow: 1;
}
h2::before {
  margin-right: 1rem;
  background: linear-gradient(90deg, rgba(141,230,255,1) 0%, rgba(0,161,228,1) 50%, rgba(3,114,199,1) 100%);
}
h2::after {
  margin-left: 1rem;
  background: linear-gradient(90deg, rgba(3,114,199,1) 0%, rgba(0,161,228,1) 50%, rgba(141,230,255,1) 100%);
}
/*h3*/
h3 { 
  font-weight: 700;
  position: relative;
  text-align: center;
}
h3 span { 
  font-weight: 500;
}
h3::before { 
  content: "";
  position: absolute;
  bottom: 0;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(3,114,199,1) 0%, rgba(0,161,228,1) 50%, rgba(141,230,255,1) 100%);
}
/*02フロー*/
.flow_box {
  justify-content: center;
}
.flow_box[data-col-pc] {
  gap: 2rem 0;
}
.flow_box .flow_item {
  background-color: #fff;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-weight: 700;
  display: flex;
  line-height: 1.4;
  position: relative;
}
.flow_box .flow_item::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0;
}
.flow_box .flow_item:last-of-type::before {
  content: none;
}
/*主な実績*/
.main_achievement_box {
  background-color: #fff;
}
.main_achievement_box .main_achievement_inner {
  margin: 0;
  align-items: center;
  position: relative;
}
.main_achievement_box .main_achievement_inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.main_achievement_box .main_achievement_inner .right_box .corporate_example_title {
  font-weight: 700;
}
.main_achievement_box .main_achievement_inner .right_box .corporate_example_text {
  font-weight: 500;
  margin: 0;
}
.main_achievement_box .main_achievement_inner .left_box .number_culmn {
  position: relative;
}
.main_achievement_box .main_achievement_inner .left_box .number_culmn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #d7d7d7;
  top: 0;
  right: 50%;
}
.main_achievement_box .main_achievement_inner .left_box .number_box {
  text-align: center;
}
.main_achievement_box .main_achievement_inner .left_box .number_box .number_title {
  font-weight: 700;
  margin: 0;
}
.main_achievement_box .main_achievement_inner .left_box .number_box .number_text {
  font-weight: 700;
  margin: 0;
}
.main_achievement_box .main_achievement_inner .left_box .number_box .number_text span {
  color: #ff7713;
}
/*実績一覧*/
.achievement_ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.achievement_ul .achievement_li {
  border-bottom: 1px solid #dadde0;
}
.achievement_ul .achievement_li:last-of-type {
  border-bottom: none;
}
.corporate_ul .corporate_li {
  font-weight: 500;
  display: inline-block;
  background-color: #dceeff;
  border-radius: 50px;
}
.achievement_ul .example_ul {
  font-weight: 700;
}
/*エリア03*/
.area03 {
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(238,243,247,1) 62%, rgba(238,243,247,1) 100%);
}
.area03 section:last-of-type {
  margin-bottom: 0px;
}
/*業務範囲*/
.work_area p {
  margin: 0;
}
.work_area .work_flex .worktitle {
  color: #fff;
  background-color: #005cb7;
  font-weight: 700;
}
.work_area .work_flex .worktext {
  font-weight: 700;
  background-color: #fff;
}
/*主な実績*/
.main_achievement_ul ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main_achievement_ul .main_achievement_li {
  border-bottom: 1px solid #dadde0;
}
/*エリア04*/
.area04 {
  background: linear-gradient(90deg, rgba(3,114,199,1) 0%, rgba(0,161,228,1) 50%, rgba(141,230,255,1) 100%);
}
.area04 section:last-of-type {
  margin-bottom: 0px;
}

/*エリア04のh2*/
.area04 h2 {
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
}
.area04 h2::before,
.area04 h2::after {
  background-color: #fff;
}
.area04 h2::before {
  margin-right: 1rem;
  background: #fff;
}
.area04 h2::after {
  margin-left: 1rem;
  background: #fff;
}
/*特徴*/
.features_box {
  background-color: rgb(255 255 255 / 95%); 
}
.features_box .features_title {
  border-bottom: 1px solid #dadde0;
  font-weight: 700;
  text-align: center;
}
.features_box .features_title .orange {
  color: #ff7713;
}
.features_box .features_text {
  font-weight: 500;
}
/*料金表*/
.area05 .content_area {
  padding: 0;
}
.th_item {
  background-color: #ececec;
  text-align: center;
  font-weight: 500;
}
.price_th {
  background-color: #005cb7;
  text-align: center;
  font-weight: 700;
  color: #fff;
}
.td_column {
  align-items: center;
  margin: 0;
  position: relative;
}
.td_column::after {
  position: absolute;
  content: "";
  background: #dadde0;
  top: 50%;;
}
.td_item {
  text-align: center;
  font-weight: 500;
}
.price_td {
  color: #ff7713;
  font-weight: 700;
}
/*cvエリア*/
.cv_area {
  background-color: #004098;
  position: relative;
}
.cv_area p {
  color: #fff;
}
.cv-button-v2__type {
  background-color: #ff7713;
}
.cv-button-v2__type::before,
.cv-button-v2__type::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
}

.cv-button-v2__type::before {
  transform: rotate(45deg);
  left: auto;
  margin-top: 0;
}

.cv-button-v2__type::after {
  transform: rotate(-45deg);
}

.cv-button-v2__label:before {
  content: none;
}
.tellcopy {
  font-size: 2rem;
  font-weight: 700;
}
.cv-tel--pc:before {
  content: none;
}
.cv-tel--pc:after {
  content: none;
}
.cv-tel--pc {
  padding-left: 0;
}
.cv-tel__number {
  color: #fff;
  position: relative;
}
.cv-tel__number::after {
  content: "";
  position: absolute;
  background: url("../../../img/index_ic01.webp") no-repeat 0 0;
}
.cv-tel__caption {
  color: #fff;
  font-weight: 500;
}
/*トップへ戻るボタン*/
.footer-pagetop {
  position: fixed;
}
/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  /*ヘッダー*/
  .Header__inner {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    padding: 0;
  }
  /*ロゴ*/
  .header-logo img {
    position: absolute;
    top: 0;
  }
  /*CVボタン*/
  .header-button-wrap {
    margin-left: 0;
    margin-right: 30px;
  }
  .header-button-v2 {
    width: auto;
  }
  .header-button-v2__type {
    padding: 10px 60px;
    border-radius: 50px;
    font-size: 2rem;
    box-shadow: 0px 3px 10px 0px rgba(9, 25, 47, 1);
    position: relative;
  }
  .header-button-v2__label {
    padding-left: 0;
    
  }
  .header-button-v2__label:before {
    content: none;
  }
  .header-button-v2__type::before,
  .header-button-v2__type::after {
    top: calc(50% - 0.5px);
    right: 20px;
    width: 7px;
    height: 1px;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .header-button-v2__type:hover {
    background-color: #fe9243;
  }
  /*tel*/
  .header-tel__number {
    padding-left: 30px;
  }
  .header-tel__number::after {
    background-size: 100%;
    top: 50%;
    left: 0;
    width: 21px;
    height: 23px;
    margin-top: -10px;
  }
  .header-tel__caption {
    font-size: 1.4rem;
  }
  /*メインコンテンツ設定*/
  .Main__content {
    max-width: 1920px;
    padding: 0;
  }
  /*コンテンツエリア設定*/
  .content_area {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 95px;
  }
  .area01 {
    background: url("../../../img/index_bg01_pc.webp") no-repeat;
    background-position: center;
  }
  .area01 .content_area {
    padding: 50px 0 95px;
  }
  .area02 .content_area {
    padding: 50px 0 95px;
  }
  /*メインビジュアル*/
  .area01 .area_subject_text {
    font-size: 2rem;
    padding: 10px 23px;
    margin-bottom: 24px;
  }
  .area01 h1 {
    font-size: 4rem;
    margin-bottom: 60px;
  }
.area01 h1 .underline {
  font-size: 7rem;
  text-underline-offset:9px;
  text-decoration-thickness: 5px;
}
.area01 .point_box[data-col-pc] {
  gap: 2rem 0;
}
.area01 .point_box[data-col-pc="4"]>* {
  width: calc(100%/4 - .1px);
}
.area01 .point_box .point_item {
  font-size: 1.8rem;
  padding: 10px 0;
}
.area01 .point_box .point_item:nth-child(n+2) {
  border-left: 1px solid #d9f3ff;
}
.area01 .point_box .point_item span {
  font-size: 2.4rem;
}
/*アンカーボタン*/
.area02 .anchor_box {
  margin-top: -90px;
}
.area02 .anchor_box .anchor_item {
  box-shadow: 0px 6px 10px 0px rgba(155, 155, 155, 1);
  padding: 3px 3.5px;
  font-size: 3.4rem;
}
.area02 .anchor_box .anchor_item a {
  padding: 14px 134px;
  width: 575px;
}
.area02 .anchor_box .anchor_item a:hover {
  background-color: #ebfaff;
}
.area02 .anchor_box .anchor_item a::before,
.area02 .anchor_box .anchor_item a::after {
  bottom: calc(50% - 10px);
  right: 50px;
  width: 3px;
  height: 20px;
}
/*h2*/
h2 {
  font-size: 6rem;
  font-weight: 700;
  margin-bottom: 35px;
  padding-top: 70px;
  margin-top: 0;
}
h2 span {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: -20px;
}
h2::before,
h2::after {
  content: "";
  height: 3px;
  flex-grow: 1;
}
h2::before {
  margin-right: 1rem;
  background: linear-gradient(90deg, rgba(141,230,255,1) 0%, rgba(0,161,228,1) 50%, rgba(3,114,199,1) 100%);
}
h2::after {
  margin-left: 1rem;
  background: linear-gradient(90deg, rgba(3,114,199,1) 0%, rgba(0,161,228,1) 50%, rgba(141,230,255,1) 100%);
}
.img_box {
    margin-bottom: 40px;
  }
  .nomal_text {
    font-size: 1.8rem;
    line-height: 1.6;
    margin-bottom: 80px;
  }
  h3 { 
    font-size: 3.4rem;
    margin: 0 0 50px;
  }
  h3 span { 
    font-size: 2rem;
  }
  h3::before { 
    width: 40px;
    height: 3px;
  }
  /*フロー*/
  .area02 .flow_box[data-col-pc="4"]>*{
    width: calc((100% - 120px)/4 - .1px);
  }
  .area02 .flow_box .flow_item {
    margin-right: 30px;
    border-radius: 10px;
    font-size: 2.2rem;
    padding: 18px 13px;
  }
  .area02 .flow_box .flow_item::before {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 16px solid #8fbeec;
    border-right: 0;
    top: calc(50% - 22px);
    right: -24px;
  }
  section {
    margin-bottom: 80px;
  }
  /*主な実績*/
  .main_achievement_box {
    padding: 30px;
    border-radius: 10px;
  }
  .main_achievement_box + .main_achievement_box{
    margin-top: 20px;
  }
  .main_achievement_box .main_achievement_inner::before {
    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 16px solid #8fbeec;
    border-right: 0;
    top: calc(50% - 32px);
    right: calc(50% - 16px);
  }
  .main_achievement_box .main_achievement_inner .right_box {
    padding-left: 20px;
    border-left: 2px solid #92c1ed;
  }
  .main_achievement_box .main_achievement_inner .right_box .corporate_example_title {
    font-size: 2.6rem;
    margin: 0 0 5px;
  }
  .main_achievement_box .main_achievement_inner .right_box .corporate_example_text {
    font-size: 1.8rem;
    margin: 0;
  }
  .main_achievement_box .main_achievement_inner .left_box .number_box {
    text-align: center;
  }
  .main_achievement_box .main_achievement_inner .left_box .number_box .number_title {
    font-size: 2rem;
  }
  .main_achievement_box .main_achievement_inner .left_box .number_box .number_text {
    font-size: 3rem;
  }
  .main_achievement_box .main_achievement_inner .left_box .number_box .number_text span {
    font-size: 4rem;
  }
  /*実績一覧*/
  .achievement_ul {
    margin-top: 40px;
  }
  .achievement_ul[data-col-pc] {
    gap: 0 36px;
  }
  .achievement_ul .achievement_li {
    padding: 16px 0;
  }
  .achievement_ul .achievement_li:nth-child(-n+2) {
    padding: 0 0 16px;
  }
  .achievement_ul .achievement_li:last-of-type {
    padding: 16px 0 0;
  }
  .corporate_ul .corporate_li {
    font-size: 1.8rem;
    margin-right: 7px;
    margin-bottom: 10px;
    padding: 5px 15px;
  }
  .achievement_ul .example_ul {
    padding-left: 7px;
    font-size: 2.4rem;
    margin-top: 5px;
  }
  /*対応可能なイベント*/
  .event_suporrt {
    position: relative;
    margin-bottom: 50px;
  }
  .event_suporrt .unorder-list {
    display: flex;
    flex-wrap: wrap;
  }
  .event_suporrt .unorder-list>li {
    font-size: 2.6rem;
    font-weight: 700;
  }
  .event_suporrt .unorder-list li:nth-of-type(1),
  .event_suporrt .unorder-list li:nth-of-type(5)  {
    width: 368px;
  }
  .event_suporrt .unorder-list li:nth-of-type(2),
  .event_suporrt .unorder-list li:nth-of-type(6)  {
    width: 279px;
  }
  .event_suporrt .unorder-list li:nth-of-type(3) {
    width: 334px;
  }
  .event_suporrt .unorder-list li:nth-of-type(4) {
    width: 173px;
  }
  .event_suporrt .unorder-list li:nth-of-type(7) {
    width: 550px;
  }
  .unorder-list>li:before {
    background-color: #8fbeec;
  }
  .event_suporrt p {
    position: absolute;
    right: 0;
    bottom: 11px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
  }
  /*業務範囲*/
  .work_area {
    border-radius: 10px;
  }
  .work_area .work_flex {
    display: flex;
  }
  .work_area .work_flex .worktitle {
    font-size: 2.6rem;
    padding: 22px 50px;
    border-radius: 10px 0 0 10px;
  }
  .work_area .work_flex .worktext {
    font-size: 2.6rem;
    padding: 22px 50px;
    border-radius: 0 10px 10px 0;
    width: 83%;
  }
    /*3フロー*/
  .area03 .flow_box[data-col-pc="3"]>*{
    width: calc((100% - 90px)/3 - .1px);
  }
  .area03 .flow_box .flow_item {
    margin-right: 30px;
    border-radius: 10px;
    font-size: 2.2rem;
    padding: 18px 13px;
    height: 90px;
  }
  .area03 .flow_box .flow_item::before {
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 16px solid #8fbeec;
    border-right: 0;
    top: calc(50% - 22px);
    right: -24px;
  }
  /*主な実績*/
  .main_achievement_ul {
    margin-top: 40px;
  }
  .main_achievement_ul[data-col-pc] {
    gap: 0 36px;
  }
  .main_achievement_ul .main_achievement_li {
    padding: 16px 0;
    display: flex;
    align-items: center;
  }
  .main_achievement_ul .main_achievement_li:nth-child(-n+2) {
    padding: 0 0 16px 3px;
  }
  .main_achievement_ul .main_achievement_li:nth-last-child(-n+2) {
    padding: 16px 0 0 3px;
  }
  .main_achievement_ul .main_achievement_li {
    padding-left: 3px;
    margin-top: 5px;
  }
  .main_achievement_ul .unorder-list>li {
    font-size: 2.5rem;
    font-weight: 700;
  }
  .main_achievement_ul .main_achievement_li:nth-last-child(-n+2) {
    border-bottom: none;
  }
  /*特徴*/
  .features_box {
    border-radius: 10px;
    padding: 30px;
  }
  .features_box:last-child {
    padding: 18px 30px 30px;
  }
  .features_box .features_title {
    padding-bottom: 30px;
    font-size: 2.6rem;
    line-height: 1;
  }
  .features_box:last-child .features_title {
    padding-bottom: 19px;
  }
  .features_box .features_title .bigger {
    font-size: 5rem;
  }
  .features_box .features_text {
    padding-top: 30px;
    font-size: 1.8rem;
  }
/*料金表*/
.th_item {
  font-size: 2.4rem;
  padding: 10px;
  border-radius: 10px;
}
.price_th {
  font-size: 2.4rem;
}
.td_column::after {
  width: 1200px;
  height: 1px;
}
.td_column[data-col-pc] {
  gap: 0 36px;
}
.time_td {
  font-size: 3rem;
}
.price_td {
  font-size: 3rem;
}
.price_td span {
  font-size: 6rem;
}
.other_price_td {
  font-size: 2.6rem;
}
.other_price_td span {
  font-size: 3rem;
}
  /*CVボタン*/
  .cv_area .content_area {
    padding: 40px 0 80px; 
  }
  .cv-button-v2 {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px; 
  }
  .cv-button-v2__type {
    padding: 15px 60px;
    border-radius: 50px;
    font-size: 2.8rem;
    box-shadow: 0px 3px 10px 0px rgba(9, 25, 47, 1);
    position: relative; 
    width: 580px;
    display: inline-block;
  }
  .cv-button-v2__label {
    padding-left: 0;
    font-size: 2.8rem;
    color: #fff;
    font-weight: 700;
  }
  .cv-button-v2__label:before {
    content: none;
  }
  .cv-button-v2__type::before,
  .cv-button-v2__type::after {
    top: calc(50% - 0.5px);
    right: 30px;
    width: 10px;
    height: 1px;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .cv-button-v2__type:hover {
    background-color: #fe9243;
  }

  /*tel*/
  .cv-tel--pc { 
  text-align: center;
    margin-top: -10px;
  }
  .cv-tel__number {
    padding-left: 34px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
  }
  .cv-tel__number::after {
    background-size: 100%;
    top: 50%;
    left: 0;
    width: 28px;
    height: 30px;
    margin-top: -15px;
  }
  .cv-tel__caption {
    font-size: 1.4rem;
    margin-top: -10px;
  }
  .copy {
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}
.tellcopy {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px; 
}
  footer small {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #fff;
    font-size: 1.4rem;
  }
/*トップへ戻るボタン*/
.footer-pagetop {
  bottom: 20px;
  right: 30px;
  width: 70px;
  height: 70px;
}

}


/* ======================================================
 * PC Media Queries
====================================================== */
@media screen and (min-width: 1921px) {
}
@media screen and (min-width: 768px) and (max-width: 1920px) {
}
@media screen and (min-width: 768px) and (max-width: 1680px) {
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
}
@media screen and (min-width: 768px) and (max-width: 1536px) {
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
}
@media screen and (min-width: 768px) and (max-width: 1240px) {
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
}
@media screen and (min-width: 768px) and (max-width: 1080px) {
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
}
@media screen and (min-width: 768px) and (max-width: 960px) {
}
@media screen and (min-width: 768px) and (max-width: 896px) {
}
@media screen and (min-width: 768px) and (max-width: 834px) {
}
@media screen and (min-width: 768px) and (max-width: 812px) {
}


/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /*ヘッダー*/
  .Header__inner {
    height: 80px;
    padding: 0 10px;
  }
  .Header__body {
    align-items: stretch;
    margin-top: 10px;
  }
  
  .header-tel__label:before {
    content: none;
  }
  /*ロゴ*/
  .header-logo img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 50px;
  }
  /*CVボタン*/
  .header-button-wrap {
    margin-left: 0;
    margin-right: 10px;
  }
  .header-button-v2 {
    width: 145px;
  }
  .header-button-v2__type {
    padding: 10px 5px;
    border-radius: 50px;
    font-size: 1.2rem;
    box-shadow: 0px 3px 5px 0px rgba(9, 25, 47, 1);
    position: relative;
  }
  .header-button-v2__label {
    padding-left: 0;
    padding-right: 4px;
  }
  .header-button-v2__label:before {
    content: none;
  }
  .header-button-v2__type::before,
  .header-button-v2__type::after {
    top: calc(50% - 0.5px);
    right: 5px;
    width: 4px;
    height: 1px;
    transform-origin: calc(100% - 0.5px) 50%;
  }
  .header-button-v2__type:hover {
    background-color: #e58a13;
  }
  /*tel*/
  .header-tel--sp {
    width: 145px;
  }
  .header-tel__type {
    background-color: #0787e6;
    font-size: 1.4rem;
    border-radius: 50px;
    padding: 8px 5px;
    box-shadow: 0px 3px 5px 0px rgba(9, 25, 47, 1);
  }
  .header-tel__label {
    background-size: 100%;
    top: 50%;
    left: 0;
    width: 12px;
    height: 13px;
    margin-top: -10px;
    padding-left: 10px;
    color: #fff;
    position: relative;
  }
  .header-tel__label::after {
    background-size: 100%;
    top: calc(50% + 4px);
    left: -5px;
    width: 21px;
    height: 23px;
    margin-top: -10px;
    content: "";
    position: absolute;
    background: url("../../../img/index_ic01.webp") no-repeat 0 0 / 12px 13px;
  }
  .header-tel--sp p {
    font-size: 0.95rem;
    color: #fff;
    margin: 5px 0;
  }
  .Main__content {
    padding: 40px 15px 0;
  }
  .area01 {
    background: linear-gradient(-90deg, rgba(40,193,237,1) 0%, rgba(0,129,228,1) 50%, rgba(0,74,197,1) 100%);
    padding: 13px 15px 15px;
  }
  .area01 .content_area {
    padding: 30px 0 20px;
  }
  .area02 .content_area {
    padding: 30px 0 50px;
  }
  .area03 .content_area {
    padding: 0 0 50px;
  }
  .area04 {
    background: linear-gradient(-90deg, rgba(40,193,237,1) 0%, rgba(0,129,228,1) 50%, rgba(0,74,197,1) 100%);    
  }
  .area04 .content_area {
    padding: 0 0 50px;
  }
  /*メインビジュアル*/
  .area01 .area_subject_text {
    font-size: 1.6rem;
    padding: 5px 15px;
    margin-bottom: 15px;
  }
  .area01 h1 {
    font-size: 2rem;
    margin-bottom: 10px;
    line-height: 2;
  }
  .area01 h1 .text_height {
    line-height: 1.5;
  }
.area01 h1 .underline {
  font-size: 3.5rem;
  text-underline-offset:7px;
  text-decoration-thickness: 3px;
}
.area01 .point_box[data-col-pc] {
  gap: 0;
}
.area01 .point_box .point_item {
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: left;
}
.area01 .point_box .point_item:nth-child(n+2) {
  border-top: 1px solid rgba(217,243,255,0.3);
}
.area01 .point_box .point_item span {
  font-size: 1.6rem;
}
.photo_column {
  margin: 0 0 10px;
}
/*アンカーボタン*/
.area02 .anchor_box {
  margin-top: -100px;
}
.area02 .anchor_box .anchor_item {
  box-shadow: 0px 4px 10px 0px rgba(155, 155, 155, 1);
  padding: 2px 2px;
  font-size: 1.4rem;
}
.area02 .anchor_box .anchor_item a {
  padding: 14px 5px;
  display:block;
}
.area02 .anchor_box .anchor_item a span {
  padding-right: 10px;
}
.area02 .anchor_box .anchor_item a:hover {
  background-color: #ebfaff;
}
.area02 .anchor_box .anchor_item a::before,
.area02 .anchor_box .anchor_item a::after {
  bottom: calc(50% - 4px);
  right: 15px;
  width: 1px;
  height: 8px;
}
.area02 .anchor_box .anchor_item a::before, .area02 .anchor_box .anchor_item a::after {
  transform-origin: 50% calc(100%);
}
/*h2*/
h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 0;
}
.area02 h2 {
  padding-top: 30px;
}
.area03 h2 {
  margin-bottom: 10px;
}
h2 span {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: -13px;
}
h2::before,
h2::after {
  content: "";
  height: 2px;
  flex-grow: 1;
}
h2::before {
  margin-right: 1rem;
  background: linear-gradient(90deg, rgba(141,230,255,1) 0%, rgba(0,161,228,1) 50%, rgba(3,114,199,1) 100%);
}
h2::after {
  margin-left: 1rem;
  background: linear-gradient(90deg, rgba(3,114,199,1) 0%, rgba(0,161,228,1) 50%, rgba(141,230,255,1) 100%);
}
.img_box {
  margin-bottom: 15px;
  margin-top: 0;
}
.nomal_text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
h3 { 
  font-size: 2.4rem;
  margin: 0 0 20px;
}
h3 span { 
  font-size: 1.4rem;
  font-weight: 400;
}
h3::before { 
  width: 20px;
  height: 2px;
}
/*フロー*/
/*.area02 .flow_box[data-col-pc="4"]>*{
  width: calc((100% - 20px)/2 - .1px);
}
.area02 .flow_box .flow_item {
  margin-right: 10px;
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 10px 5px;
}
.area02 .flow_box .flow_item::before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 5px solid #8fbeec;
  border-right: 0;
  top: calc(50% - 10px);
  right: -8px;
}*/
  
  /*3フロー*/
  .flow_box {
    margin-top: 0;
  }
.area02 .flow_box .flow_item {
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 15px 15px;
}
.area02 .flow_box .flow_item::before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 5px solid #8fbeec;
  border-bottom: 0;
  bottom: -12px;
  right: calc(50% - 10px);
}
section {
  margin-bottom: 35px;
}
/*主な実績*/
.main_achievement_box {
  padding: 10px;
  border-radius: 5px;
}
.main_achievement_box + .main_achievement_box{
  margin-top: 15px;
}
.main_achievement_box .main_achievement_inner::before {
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-top: 10px solid #8fbeec;
  border-bottom: 0;
  top: calc(50% + 5px);
  right: calc(50% - 40px);
}
.main_achievement_box .main_achievement_inner .right_box {
  padding-left: 10px;
  border-left: 1px solid #92c1ed;
  margin-bottom: 20px;
}
.main_achievement_box .main_achievement_inner .right_box .corporate_example_title {
  font-size: 1.8rem;
  margin: 0 0 5px;
}
.main_achievement_box .main_achievement_inner .right_box .corporate_example_text {
  font-size: 1.4rem;
  margin: 0;
  font-weight: 400;
}
.main_achievement_box .main_achievement_inner .left_box .number_box {
  text-align: center;
}
.main_achievement_box .main_achievement_inner .left_box .number_box .number_title {
  font-size: 1.4rem;
}
.main_achievement_box .main_achievement_inner .left_box .number_box .number_text {
  font-size: 1.6rem;
}
.main_achievement_box .main_achievement_inner .left_box .number_box .number_text span {
  font-size: 2rem;
}
/*実績一覧*/
.achievement_ul {
  margin-top: 5px;
}
.achievement_ul[data-col-pc] {
  gap: 0 36px;
}
.achievement_ul .achievement_li {
  padding: 16px 0;
}
/*.achievement_ul .achievement_li:nth-child(-n+2) {
  padding: 0 0 16px;
}*/
.achievement_ul .achievement_li:last-of-type {
  padding: 16px 0 0;
}
.corporate_ul .corporate_li {
  font-size: 1.3rem;
  margin-right: 7px;
  margin-bottom: 5px;
  padding: 5px 15px;
  font-weight: 400;
  border-radius: 20px;
}
.achievement_ul .example_ul {
  padding-left: 7px;
  font-size: 1.6rem;
  margin-top: 0;
}
/*対応可能なイベント*/
.event_suporrt {
  position: relative;
  margin-bottom: 35px;
}
.event_suporrt .list-wrap {
  margin: 0;
}
.event_suporrt .unorder-list[data-col-sp] {
  row-gap: 0;
}
.event_suporrt .unorder-list>li {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.event_suporrt .unorder-list>li:before {
  background-color: #8fbeec;
  top: 0.6em;
  width: 7px;
  height: 7px;
}
.event_suporrt p {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 700;
}
/*業務範囲*/
.work_area {
  border-radius: 5px;
  text-align: center;
}
.work_area .work_flex .worktitle {
  font-size: 1.6rem;
  padding: 10px 10px;
  border-radius: 10px 10px 0 0;
}
.work_area .work_flex .worktext {
  font-size: 1.6rem;
  padding: 15px 10px;
  border-radius: 0 0 10px 10px;
}
  /*3フロー*/
.area03 .flow_box .flow_item {
  border-radius: 5px;
  font-size: 1.5rem;
  padding: 15px 15px;
}
.area03 .flow_box .flow_item::before {
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 5px solid #8fbeec;
  border-bottom: 0;
  bottom: -12px;
  right: calc(50% - 10px);
}
/*主な実績*/
.main_achievement_ul {
  margin-top: -15px;
}
.main_achievement_ul[data-col-pc] {
  gap: 0 36px;
}
.main_achievement_ul .main_achievement_li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.main_achievement_ul .main_achievement_li {
  padding-left: 7px;
  margin-top: 5px;
  border-bottom: 1px solid #dadde0;
}
.main_achievement_ul .main_achievement_li:last-child {
  padding: 10px 0 0 7px;
  border-bottom: none;
}
.main_achievement_ul .unorder-list>li {
  font-size: 1.6rem;
  font-weight: 700;
}
.main_achievement_ul .unorder-list>li:before {
  background-color: #8fbeec;
  top: 0.6em;
  width: 7px;
  height: 7px;
}
/*特徴h2*/
.area04 h2 {
  font-size: 2.8rem;
  text-align: center;
}
.area04 h2::before,
.area04 h2::after {
  width: 20px;
}
/*特徴*/
  .area04 .column {
    margin-top: 0;
  }
.features_box {
  border-radius: 5px;
  padding: 15px;
}
.features_box:last-child {
  padding: 10px 15px 15px;
}
.features_box .features_title {
  padding-bottom: 15px;
  font-size: 1.8rem;
  line-height: 1.4;
}
.features_box:last-child .features_title {
  padding-bottom: 10px;
}
.features_box .features_title .bigger {
  font-size: 2.6rem;
}
.features_box .features_text {
  padding-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
}
/*料金表*/
.th_item {
  font-size: 1.4rem;
  padding: 10px 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.price_th {
  font-size: 1.4rem;
}
.th_column {
  margin-top: 0;
}
.td_column::after {
  width: 100%;
  height: 1px;
}
  .td_item {
    padding: 10px 0;
  }
.time_td {
  font-size: 1.4rem;
  font-weight: 400;
}
.price_td {
  font-size: 1.4rem;
}
.price_td span {
  font-size: 1.8rem;
}
.other_price_td {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.2;
}
.other_price_td span {
  font-size: 1.6rem;
}
  .area05 section { 
  margin-bottom: 50px;  
}
  .area05 .list-wrap {
    margin: 0;
  }
/*CVボタン*/

.cv_area {
  padding: 20px 15px 60px; 
}
.cv-button-v2 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 15px; 
}
.cv-button-v2__type {
  padding: 12px 10px;
  border-radius: 50px;
  box-shadow: 0px 3px 5px 0px rgba(9, 25, 47, 1);
  position: relative; 
  width: 100%;
  display: inline-block;
}
.cv-button-v2__label {
  padding-left: 0;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
}
.cv-button-v2__label:before {
  content: none;
}
.cv-button-v2__type::before,
.cv-button-v2__type::after {
  top: calc(50% - 1px);
  right: 30px;
  width: 10px;
  height: 2px;
  transform-origin: calc(100% - 1px) 50%;
}

/*tel*/
.cv-tel--pc { 
text-align: center;
  margin-top: -10px;
}
.cv-tel__number {
  padding-left: 34px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
.cv-tel__number::after {
  background-size: 100%;
  top: 50%;
  left: 0;
  width: 28px;
  height: 30px;
  margin-top: -15px;
}
.cv-tel__caption {
  font-size: 1.4rem;
  margin-top: -10px;
  font-weight: 400;
}
.copy {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 15px;
}

.tellcopy {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px; 
}
footer {
  text-align: center;
}
footer small {
  color: #fff;
  font-size: 1.2rem;
}
/*tel*/
  
.cv_area .header-tel--sp {
  display: inline-block;
  width: 100%;
}
.cv_area .header-tel__type {
  background-color: #0787e6;
  font-size: 2rem;
  border-radius: 50px;
  padding: 12px 5px;
  box-shadow: 0px 3px 5px 0px rgba(9, 25, 47, 1);
}
.cv_area .header-tel__label {
  color: #fff;
  position: relative;
  padding-left: 13px;
}
.cv_area .header-tel__label::after {
  top: calc(50% + 3px);
  left: -10px;
  width: 15px;
  height: 16px;
  margin-top: -10px;
  content: "";
  position: absolute;
  background: url("../../../img/index_ic01.webp") no-repeat 0 0 / 15px 16px;
}
.cv_area .header-tel--sp p {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}

/*トップへ戻るボタン*/
.footer-pagetop {
bottom: 15px;
right: 15px;
width: 35px;
height: 35px;
}
}


/* ======================================================
 * SP Media Queries
====================================================== */
@media only screen and (min-width: 320px) and (max-width: 767px) {
}
@media only screen and (max-width: 736px) {
}
@media only screen and (max-width: 667px) {
}
@media only screen and (max-width: 640px) {
}
@media only screen and (max-width: 568px) {
}
@media only screen and (max-width: 480px) {
}
@media only screen and (max-width: 414px) {
}
@media only screen and (max-width: 375px) {
}
@media only screen and (max-width: 360px) {
}
@media only screen and (max-width: 320px) {
}


/* ======================================================
 * Print
====================================================== */
@media print {
}

