/*common*/
html {
  scroll-behavior: smooth;
}
body {
  margin: 80px 0 0;
  background-color: #f7f7f7;
  font-family: "Noto Sans JP";
  font-weight: 700;
  color: #000;
}
body.xon{
	  font-weight: 700;
  color: #000;
}
a button {
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Noto Sans JP" !important;
  font-weight: 700;
}
a button:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  /*opacity: 0.8;
    transition: 0.3s;*/
}
a button.wb:hover {
	opacity:1;
  background: rgb(194, 209, 252);
}

a button.bb:hover {
	opacity:1;
  filter: brightness(1.1);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dn {
  display: none;
}
.f_box {
  display: flex;
  flex-wrap: wrap;
}
.contents_pc {
  max-width: 1080px;
  margin: 0 auto;
}
body button {
  /*font-weight: bold;*/
  border-radius: 100px;
  white-space: nowrap;
  padding: 0px 12px;
  width: 320px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 68px;
  font-size: 1.3em;
  box-sizing: border-box;
}
body button.wb {
  color: #3c6bd6;
  border: 2px solid #3c6bd6;
  background-color: #fff;
}
body button.bb {
  color: #fff;
  background: linear-gradient(90deg, #e8925e 0%, #f36100 100%);
  color: #fff;
  border: 1px solid transparent;
}
body button.gradb {
  color: #3c6bd6;
  background-image: linear-gradient(
    123deg,
    rgba(142, 216, 255, 1),
    rgba(240, 240, 83, 1)
  );
  border: 2px solid #3c6bd6;
  width: 200px;
  height: 50px;
  font-size: 1.2em;
}
/*右下固定ボタン*/
.fixed_btn {
  z-index: 30;
  position: fixed;
  transform: translateY(-50%);
  top: 50%;
  right: 0px;
}
.fixed_btn a:hover {
  opacity: 1;
}
.fixed_btn img {
  width: 160px;
  position: absolute;
  bottom: 0;
  right: 0px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}
.fixed_btn img:hover {
  transform: scale(1.05);
}
.Fade {
  opacity: 0;
  transform: translateX(200px);
}
.FadeIN {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 2.2s, transform 1.2s;
}
.FadeOUT {
  opacity: 0;
  transform: translateX(200px);
  transition: opacity 2.2s, transform 1.2s;
}
/*header*/
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #f7f7f7;
  box-sizing: border-box;
  padding: 20px 90px;
}
.header img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.header > ul {
  /*justify-content:space-around;*/
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.header ul li > a {
  /*font-weight: bold;
    white-space: nowrap;
    color: #000001;
    */
  vertical-align: middle;
  text-decoration: none;
}
.header .logo_index {
  padding: 0;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  max-width: 155px;
  margin-right: 8px;
}
.header .logo_index p,
.tc .logo_index p {
  background: url(../img/xon_ops/logo-index-pc.svg) no-repeat left top;
  background-size: contain;
  display: inline-block;
  width: 250px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  text-align: left;
  margin: 0;
}
.header button {
  width: 180px;
  font-size: 1.1em;
  height: 50px;
}
.header ul .bb {
  margin-right: 20px;
}
/*TOP*/
.mv {
  /*background: no-repeat center url("../images/top_bg.png");*/
  background-size: cover;
  background-position: right;
  /*padding: 90px 90px 40px;*/
  /*width:100%;*/
  height: calc(100vh - 80px);
  position: relative;
}
.mv:before {
  content: "";
  /* position: fixed; */
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100vh - 80px);
  /*背景画像設定*/
  /*background:no-repeat center url("../images/top_bg.png");*/
  background: no-repeat center url("../img/xon_ops/mv_graph.png");
  background-size: cover;
}
.mv_msg {
  /* position: fixed; */
  top: 23%;
  left: 6%;
}
.mv h2 {
  font-size: 350%;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1.4;
}
.mv p {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 40px;
}
.mv p span {
  font-size: 70%;
}
.mv .heading {
  justify-content: center;
  max-width: 320px;
}
.mv ul.f_box {
  margin-top: 60px;
  padding: 0 0 30px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.mv ul.f_box li {
  /*flex-grow: 1;*/
  /* margin-right: 20px; */
}
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  animation: arrowmove 1s ease-in-out infinite;
  text-align: center;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  word-break: normal;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  font-size: 11px;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #000;
  transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #000;
}
/*2概要図*/
#container {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  padding-top: 200px;
  /*text-align: center;*/
}
.contents2 {
  /*background-color: #fff;*/
  background-color: #f7f7f7;
  /*background: no-repeat center url("../images/content2_bg.jpg");
    background-size: cover;
    background-position: top;*/
}
.contents2 .contents_pc {
  padding: 150px 0 150px;
}
.contents2 h2 {
  margin: 0;
  margin-bottom: 70px;
  text-align: center;
  /*color: #fff;*/
  font-size: 280%;
}
.contents2 h3 {
  /*font-size: 160%;*/
  font-size: 130%;
  text-align: center;
  line-height: 1.7;
}
.contents2 .f_box {
  justify-content: space-evenly;
}
.check_round {
  background-color: #3c6bd6;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: sub;
}
.check {
  /*border: 1px solid #fff;
    padding: 20px;*/
  width: 100%;
  height: 100%;
}
.check::before {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
  margin: 10px auto;
}
/*2_2 3つの課題*/
.contents2_2 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px 150px 20px;
}
.contents2_2 h2 {
  text-align: center;
  font-size: 280%;
  margin-bottom: 70px;
}
.contents2_2 .f_box {
  justify-content: space-evenly;
  padding-bottom: 50px;
}
.contents2_2 .f_box li {
  background-color: #f7f7f7;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
  min-width: 280px;
  max-width: 280px;
}
.contents2_2 .f_box li p:first-of-type {
  font-size: 140%;
}
.contents2_2 .f_box li p:nth-of-type(2) {
  font-size: 80%;
}
/*2_3 まずはお問い合わせください*/
.contents2_3 {
  padding-bottom: 150px;
  background-color: #f7f7f7;
}
.contents2_3 h2 {
  margin: 0;
  text-align: center;
  font-size: 240%;
}
.contents2_3 h3 {
  text-align: center;
  font-size: 150%;
  margin: 0px 0 30px;
}
/*2_4 3つの機能*/
.contents2_4 {
  /*background-color: #f7f7f7;*/
  padding: 150px 0 0 0;
}
.contents2_4 h2 {
  margin: 0;
  margin-bottom: 70px;
  text-align: center;
  font-size: 280%;
}
.contents2_4 h3 {
  text-align: center;
  font-size: 150%;
  margin: 10px 0;
  /*margin: 10px 0 100px;*/
}

.p-case__sub {
  text-align: center;
  font-size: 150%;
  margin: 10px 0;
}

.contents2_4 h5,
.contents3 h5 {
  font-size: clamp(23px, 23px + (32 - 23) * (100vw - 768px) / 512, 32px);
  margin: 15px 0px 20px;
}
.contents2_4 .contents_pc > .f_box,
.contents3 .contents_pc > .f_box {
  align-items: center;
  padding-bottom: 100px;
}
.contents2_4 .contents_pc > .f_box > li:first-of-type,
.contents3 .contents_pc > .f_box > li:first-of-type {
  flex: 1;
}
.contents2_4 .contents_pc > .f_box > li:nth-of-type(2),
.contents3 .contents_pc > .f_box > li:nth-of-type(2) {
  flex: 1;
}
.contents2_4 .contents_pc > .f_box .f_box > li:first-of-type,
.contents3 .contents_pc > .f_box .f_box > li:first-of-type {
  flex: 1;
}
.contents2_4 .contents_pc > .f_box .f_box > li:nth-of-type(2),
.contents3 .contents_pc > .f_box .f_box > li:nth-of-type(2) {
  flex: 4;
  padding: 0px 40px 0 20px;
}
.contents2_4 .contents_pc > .f_box .f_box > li p,
.contents3 .contents_pc > .f_box .f_box > li p {
  line-height: 1.8;
  font-weight: 400;
}
.contents2_4 h2:nth-of-type(2) {
  font-size: 210%;
}
.contents2_4 h4:nth-of-type(2) {
  margin: 10px 0 50px;
}
.table_container {
  /*background-image: linear-gradient(123deg, rgba(142, 216, 255, 1), rgba(240, 240, 83, 1));*/
  background-color: #fff;
  padding: 50px;
}
.table_container table {
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.table_container th {
  /*background-color: #CAD9FC;*/
  background-color: #000000;
  color: #fff;
  padding: 7px 10px;
  text-align: center;
  box-sizing: border-box;
}
.contents2_4 .table_container th:first-of-type {
  width: 30%;
}
.contents2_4 .table_container th:nth-of-type(2) {
  width: 70%;
}
.table_container tbody tr {
  text-align: left;
  box-sizing: border-box;
}

.table_container tbody tr td {
  border-bottom: 1px solid #cccccc;
  padding: 20px 5px;
  box-sizing: border-box;
}
.table_container tbody tr td:first-of-type {
  font-weight: bold;
}

/*3導入効果*/
.contents3 {
  background: url("../img/xon_ops/content3_bg.png");
  background-size: 10%;
  padding: 150px 0;
}
.contents3 h2 {
  margin: 0;
  margin-bottom: 70px;
  text-align: center;
  font-size: 280%;
}
.contents3 h4 {
  color: #3c6bd6;
  font-weight: bold;
  font-size: 200%;
  margin: 0;
}
/*4XonOpsの導入プラン*/
.contents4 {
  padding: 150px 0;
  text-align: center;
  background-color: #f7f7f7;
}
.contents4 h2 {
  font-size: 280%;
  text-align: center;
  /*margin: 0;*/
}
/*.contents4 .table_container {
    margin-bottom: 100px;
}*/
.contents4 h3 {
  font-size: 150%;
  text-align: center;
  /*margin: 10px 0 100px;*/
  margin: 10px 0 50px;
}
.contents4 h5 {
  font-size: 120%;
  margin: 10px 0 50px;
}

.contents4 .f_box {
  justify-content: space-evenly;
  padding-bottom: 80px;
}
.contents4 .contents_pc > .f_box > li {
  background-color: #fff;
  width: 480px;
}
.contents4 .f_box li > p:first-of-type {
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  font-size: 120%;
}
.contents4 .f_box li > p:nth-of-type(2) {
  font-size: 180%;
  margin: 10px;
  padding: 0 8px;
}
.contents4 .f_box li:nth-of-type(2) > p:nth-of-type(3) {
  font-size: 50%;
  padding: 30px 8px;
}
.contents4 .f_box li > p:nth-of-type(2) span {
  font-size: 200%;
}
.contents4 .f_box li .table_container {
  background-color: #fff;
  padding: 0 100px;
  font-size: 80%;
}
.contents4 .table_container tbody tr td {
  padding: 8px;
}
.contents4 .table_container tbody tr td:first-of-type {
  width: 70%;
}
.contents4 .table_container tbody tr td:nth-of-type(2) {
  width: 30%;
}
.contents4 .f_box li:first-of-type p:nth-of-type(2) {
  font-size: 120%;
  padding: 50px 8px 20px;
}
.contents4 .f_box li:first-of-type p:nth-of-type(3) {
  padding-bottom: 20px;
}
/*.contents4 .f_box li:nth-of-type(2) p:nth-of-type(2) {
    font-size: 120%;
    padding: 50px 0;
}*/
/*CTA*/
.cta h3 {
  margin: 0;
}
.cta .f_box {
  justify-content: center;
}
.cta .f_box li {
  padding: 0 15px;
}
.heading {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.heading::before,
.heading::after {
  content: "";
  width: 2px;
  height: 30px;
  background-color: #000000;
}

.heading::before {
  margin-right: 25px;
  transform: rotate(-45deg);
}
.heading::after {
  margin-left: 25px;
  transform: rotate(45deg);
}
/*5導入までの流れ*/
.contents5 {
  /*background: no-repeat center url("../images/content5_bg.jpg");
    background-size: cover;
    background-position: top;*/
  background-color: #fff;
  text-align: center;
  padding: 150px 0 0 0;
}
.contents5 h2 {
  font-size: 280%;
  margin: 0 0 70px;
}
.contents5 .f_box {
  justify-content: space-around;
  padding: 0 0 10px;
}
.gradbox {
  background-image: linear-gradient(
    123deg,
    rgba(142, 216, 255, 1),
    rgba(240, 240, 83, 1)
  );
  padding: 7px;
}
.gradbox > div {
  background: #fff;
  padding: 30px;
  font-weight: bold;
  width: 280px;
  height: 120px;
}
.gradbox > div p {
  margin: 0;
}
.gradbox > div p:first-of-type {
  color: #3c6bd6;
  font-size: 150%;
}
.gradbox > div p:first-of-type span {
  font-size: 150%;
}
.contents5 .absolute {
  top: -30%;
  left: -20%;
}
.contents5 .absolute img {
  width: 120px;
}
/*contents6貴社の状況に合わせて提案します*/
.contents6 {
  text-align: center;
  background-color: #f7f7f7;
  padding: 150px 0;
}
.ttl_kazari {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}
.ttl_kazari:after,
.ttl_kazari:before {
  content: "";
  position: absolute;
  top: 30%;
  display: inline-block;
  width: 90px;
  height: 1px;
  background-color: black;
}
.ttl_kazari:before {
  left: -50px;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}
.ttl_kazari:after {
  right: -50px;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.contents6 h2 {
  text-align: center;
  /*font-size: 280%;
    margin: 0 0 10px;*/
  font-size: 240%;
  margin: 0 0 100px;
}
.contents6 .f_box {
  padding-bottom: 100px;
  justify-content: space-around;
}
.b_box {
  border: 4px solid;
  border-radius: 10px;
  padding: 50px;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
}
.b_box-content a {
  margin-top: auto;
}
.b_box img {
  width: 100%;
}
.b_box-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.relative {
  position: relative;
  max-width: 360px;
}
.absolute {
  position: absolute;
  top: -70px;
  left: -70px;
}
.absolute > div {
  background-color: #000;
  color: #fff;
  border-radius: 50%;
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
}
/*CONTENTS7ダウンロードフォーム埋め込み*/
.contents7 {
  text-align: center;
  padding: 150px 0;
}
.contents7 h2 {
  font-size: 280%;
  margin: 0 0 70px;
}
.contents7 h3 {
  margin: 0;
}
.contents7 .f_box {
  flex-wrap: nowrap;
  gap: 40px;
}
.contents7 .f_box div {
  flex-grow: 1;
  width: 50%;
}
.contents7 .f_box li:first-of-type {
  text-align: left;
  background-color: #eeeeee;
  padding: 30px;
}
.l_line {
  border-left: 3px solid #3c6bd6;
  padding-left: 10px;
}
.contents7 .l_line + p {
  line-height: 2;
}
/*footer*/
.tc {
  /*background-color: #fff;*/
  background-color: #f7f7f7;
  padding: 50px 50px 10px;
}
.tc img {
  width: 240px;
  margin-bottom: 20px;
}
.tc .f_box {
  padding-bottom: 50px;
  align-items: flex-start;
}
.tc .f_box li {
  flex: 1;
}
.tc .f_box li:first-of-type {
  border-right: 1px solid #ddd;
  padding-right: 50px;
}
.tc .company_info {
  padding: 20px 0;
}
.tc .company_info p:first-of-type {
  font-size: 120%;
  margin-bottom: 16px;
  font-weight: 600;
}
.tc .company_info p {
  margin: 8px 0;
  line-height: 1.6;
}
.tc .link_group {
  padding: 20px 0 20px 50px;
}
.tc .link_group p {
  margin: 8px 0;
}
.tc .link_group p a {
  text-decoration: none;
  color: #000;
  transition: color 0.3s ease;
}
.tc .link_group p a:hover {
  color: #3c6bd6;
}
.tc > p {
  text-align: center;
  margin: 0;
  padding-top: 20px;
}
/*responsive*/
@media screen and (max-width: 1024px) {
  .header {
    padding: 15px 50px;
  }
  .header button {
    padding: 3px 10px;
  }
  .header ul li {
    flex: 1;
  }
  .header .f_box .f_box {
    justify-content: right;
  }
  .mv_msg {
    left: unset;
    top: 23%;
    width: 100%;
    z-index: 20;
  }
  .mv:before {
    background: no-repeat bottom center url("../img/xon_ops/top_bg_tb_2.png");
    /*height: 100vh;*/
    z-index: 10;
    background-size: cover;
  }
  .mv h2,
  .mv p {
    text-align: center;
    max-width: 800px;
    margin: auto auto 30px;
  }
  .mv h2 {
    margin-bottom: 20px;
  }
  .mv .heading {
    justify-content: center;
  }
  .mv ul.f_box {
    justify-content: center;
  }
  #container {
    padding-top: 150px;
  }
  #container,
  .scrolldown4 {
    z-index: 30;
  }
  .fixed_btn {
    z-index: 40;
  }
  .contents_pc {
    padding-right: 20px;
    padding-left: 20px;
  }
  .contents2_2 .f_box li {
    margin-bottom: 20px;
  }
  .contents4 .contents_pc > .f_box > li {
    width: 300px;
  }
  .contents4 .f_box li .table_container {
    padding: 20px;
  }
  .contents4 .f_box li > p:nth-of-type(3) {
    padding: 0 20px 20px;
  }
  .relative {
    width: 100%;
  }

  .tc .f_box li:first-of-type {
    padding-right: 24px;
    border-right: 1px solid #ddd;
  }

  .tc .link_group {
    padding-left: 24px;
  }
}
@media screen and (max-width: 780px) {
  /*ipadmini*/
  .header ul li .bb {
    display: none;
  }

  .header .logo_index {
    /* margin-top: 10px; */
  }
  .mv h2 {
    font-size: 250%;
    text-align: center;
  }
  .mv p {
    font-size: 120%;
    text-align: center;
  }
  .relative {
    margin-bottom: 100px;
  }
  .header .logo_index img {
    padding-top: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  /*sp*/
  body {
    margin: 40px 0 0;
  }
  .header {
    padding: 10px 20px;
  }
  .header .logo_index img {
    width: 100%;
  }
  .header button:first-of-type {
    margin: 0;
  }
  .header button {
    width: unset;
    padding: 3px 20px;
    font-size: 1em;
  }
  .mv {
    height: calc(100vh - 40px);
  }
  .mv:before {
    background: no-repeat center url("../img/xon_ops/top_bg_sp_2.png");
    background-size: cover;
  }
  .mv h2 {
    font-size: 200%;
  }
  .mv p {
    font-size: 100%;
  }
  .mv_msg {
    top: 15%;
  }
  .mv_msg br.dn {
    display: block;
  }
  .mv_msg .f_box .wb {
    display: none;
  }
  .mv ul.f_box li {
    margin-right: 0;
  }
  .scrolldown4 {
    display: none;
  }
  /* .fixed_btn {
    bottom: 50px;
  } */
  .fixed_btn img {
    width: 130px;
  }
  #container {
    padding-top: 100px;
  }
  h2 {
    font-size: 140% !important;
    margin-bottom: 40px !important;
  }
  h3 {
    font-size: 110% !important;
  }
  .contents2_2 .f_box li {
    width: 250px;
    min-width: unset;
    margin-bottom: 20px;
  }
  .contents2_2 .f_box li p:first-of-type {
    font-size: 120%;
  }
  .cta .f_box li {
    margin-bottom: 20px;
  }
  .contents2_3 {
    padding-bottom: 50px;
  }
  .contents2_4,
  .contents3,
  .contents4,
  .contents5,
  .contents6 {
    padding: 50px 0px;
  }

  .contents2_4 .contents_pc > .f_box .f_box > li:nth-of-type(2),
  .contents3 .contents_pc > .f_box .f_box > li:nth-of-type(2) {
    padding: 0;
  }
  .contents2_4 .contents_pc > .f_box .f_box > li:first-of-type,
  .contents3 .contents_pc > .f_box .f_box > li:first-of-type {
    padding-right: 10px;
  }
  .contents2_4 h5,
  .contents3 h5 {
    font-size: 130%;
  }
  .table_container {
    padding: 10px;
  }
  .contents4 h2 {
    margin: 0 0 50px;
  }
  /*.contents4 .table_container table tr th:nth-last-of-type(-n+2),
        .contents4 .table_container table tr td:nth-last-of-type(-n+2)  {
            display: none;
        }*/

  .contents4 .contents_pc > .f_box > li {
    margin-bottom: 20px;
  }
  .contents4 .f_box {
    padding-bottom: 0;
  }
  .ttl_kazari {
    padding: 0;
  }
  .relative {
    width: 290px;
  }
  .absolute {
    top: -30px;
    left: -30px;
  }
  .absolute > div {
    width: 80px;
    height: 80px;
  }
  .contents6 .f_box {
    padding-bottom: 0;
  }
  .contents7 .f_box {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .contents7 .f_box li {
    width: 100%;
  }
  .contents7 .f_box li:first-of-type,
  .contents7 .f_box li:nth-of-type(2) {
    padding: 0;
  }
  .tc {
    padding: 50px 20px 10px;
  }
  .tc img {
    width: 200px;
    margin: 0 0 20px 0;
  }
  .tc .f_box {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
  .tc .f_box li {
    flex: unset;
    width: 100%;
  }
  .tc .f_box li:first-of-type {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .tc .company_info {
    padding: 15px 0;
  }
  .tc .company_info p:first-of-type {
    margin-bottom: 12px;
    font-size: 110%;
    font-weight: 600;
  }
  .tc .link_group {
    padding: 15px 0;
  }
  .tc .link_group p {
    margin: 12px 0;
  }
}

/* add 2025 0704 */

/* base */
.pc {
  display: block;
}
@media (width <= 768px) {
  .pc {
    display: none;
  }
}

.xl {
  display: none;
}
@media (max-width: 1280px) {
  .xl {
    display: block;
  }
}

.tb {
  display: none;
}
@media (max-width: 1024px) {
  .tb {
    display: block;
  }
}

.sp {
  display: none;
}
@media (width <= 768px) {
  .sp {
    display: block;
  }
}

.sm {
  display: none;
}
@media (max-width: 500px) {
  .sm {
    display: block;
  }
}

.no-scroll {
  overflow: hidden;
}

a {
  transition: all 0.3s ease;
}

/* common */
.c-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.c-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .c-grid-max-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-flex {
  display: flex;
}

.c-pop {
  position: relative;
  display: inline-block;
  padding: 0 45px;
}

.c-pop:after,
.c-pop:before {
  content: "";
  position: absolute;
  top: 55%;
  display: inline-block;
  width: 1.2em;
  height: 1px;
  background-color: black;
}

.c-pop:before {
  left: -0.2em;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

.c-pop:after {
  right: -0.2em;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.c-lead {
  margin-top: 70px;
  position: relative;
  line-height: 1;
  padding: 0px 8px;
  font-size: 150%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 8px;
}
@media (max-width: 500px) {
  .c-lead {
    font-size: 110%;
    margin-top: 40px;
  }
}

/* header */
.header {
  padding: 20px 90px;
}
@media screen and (max-width: 1720px) {
  .header {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 1480px) {
  .header {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 1480px) {
  .header button {
    width: 145px;
    font-size: 0.9em;
  }
}

.header-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.f_box-logo {
  flex-shrink: 0;
  display: flex;
  gap: clamp(16px, 16px + (32 - 16) * (100vw - 1280px) / 320, 32px);
  align-items: center;
}

.header_logo {
  max-width: 160px;
  width: 100%;
  display: block;
  flex-shrink: 0;
  margin-bottom: 13px;
}
@media screen and (max-width: 1480px) {
  .header_logo {
    max-width: 150px;
    width: 100%;
    display: block;
  }
  .header .logo_index {
    max-width: 150px;
  }
}
@media (max-width: 768px) {
  .header-inner {
    padding: 0;
  }
  .f_box-logo {
    gap: 8px;
  }
  .header_logo {
    max-width: 120px;
    width: 100%;
    display: block;
    margin-bottom: 0px;
  }
  .header .logo_index,
  .tc .logo_index {
    flex-shrink: 0;
    margin-top: 8px;
    width: clamp(110px, 110px + (130 - 110) * (100vw - 320px) / 448, 130px);
  }
}

.header h1 {
  margin: 0;
}

.header_logo img {
  width: 100%;
  height: auto;
}

.header ul .bb {
  margin-right: 0;
}

.f_box--nav {
  gap: clamp(16px, 16px + (32 - 16) * (100vw - 1280px) / 320, 32px);
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .f_box--nav {
    display: none;
  }
}

.f_box--nav a {
  color: #000;
}

.f_box--nav a:hover {
  color: #3c6bd6;
}

.l-header__hamburger {
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1200px) {
  .xon .l-header__hamburger {
    display: block;
  }
}
.l-header__hamburger .l-header__toggle {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
.l-header__hamburger span {
  height: 2px;
  width: 100%;
  background: #000;
  transition: all 0.3s;
  position: absolute;
}
.l-header__hamburger span:nth-of-type(1) {
  top: 0;
}
.l-header__hamburger span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__hamburger span:nth-of-type(3) {
  top: 100%;
  transform: translateY(-100%);
}
.l-header__hamburger.active span:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__hamburger.active span:nth-of-type(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.headin_warp {
  position: relative;
}

.headin_warp .heading {
  position: absolute;
  transform: translate(-50%, -50%);
  top: -60%;
  left: 50%;
  width: 100%;
}

/* hamburgerメニュー */
.l-hamb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f7f7f7;
  z-index: 99;
  transform: translateX(100%);
  visibility: hidden;
  transition: all 0.3s;
}

.l-hamb.active {
  transform: translateX(0);
  visibility: visible;
}

.l-hamb__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 110px 20px 20px 20px;
}
@media (max-width: 768px) {
  .l-hamb__inner {
    gap: 24px;
  }
}

.l-hamb-menu ul {
  display: flex;
  flex-direction: column;
}

.l-hamb-menu li {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 768px) {
  .l-hamb-menu li {
    padding: 16px 0;
  }
}

.l-hamb-menu a {
  text-decoration: none;
  color: #000;
}

.l-hamb__btns {
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .l-hamb__btns {
    gap: 16px;
  }
}

@media (max-width: 768px) {
  body .l-hamb__btns button {
    width: clamp(300px, 300px + (320 - 300) * (100vw - 350px) / 768, 320px);
    height: clamp(60px, 60px + (68 - 60) * (100vw - 350px) / 768, 68px);
    font-size: clamp(16px, 16px + (20 - 16) * (100vw - 350px) / 418, 20px);
  }
}

/* fv */
.p-mv {
  background: url(../img/xon_ops/mv_graph_bg_2.png) no-repeat center
    center/cover;
  width: 100%;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-mv {
    padding: 80px 0 100px 0;
    height: auto;
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .p-mv {
    padding-top: 60px;
  }
}

.p-mv::before {
  display: none;
}

.p-mv__inner {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 60px;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1280px) {
  .p-mv__inner {
    gap: 40px;
  }
}
@media (max-width: 1024px) {
  .p-mv__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .p-mv__inner {
    padding: 0 20px;
    gap: 20px;
  }
  .mv p {
    margin-bottom: 20px;
  }
}

.p-mv__content {
  flex: 1;
  min-width: 550px;
}

.mv ul.f_box--sp {
  display: none;
}

.f_box--sp button {
  height: 60px;
  max-width: 280px;
}

@media (max-width: 1480px) {
  .mv h2 {
    font-size: clamp(36px, 36px + (56 - 36) * (100vw - 1200px) / 280, 56px);
  }
  .mv p {
    font-size: clamp(18px, 18px + (24 - 18) * (100vw - 1200px) / 280, 24px);
  }

  .p-mv button {
    width: clamp(240px, 240px + (320 - 240) * (100vw - 1200px) / 280, 320px);
  }
}
@media (max-width: 1024px) {
  .p-mv__content {
    min-width: unset;
  }
  .p-mv button {
    width: clamp(300px, 300px + (320 - 300) * (100vw - 350px) / 674, 320px);
  }
  .mv ul.f_box {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  .mv ul.f_box--pc {
    display: none;
  }

  .mv ul.f_box--sp {
    display: flex;
  }
}
@media (max-width: 500px) {
  .mv h2 {
    font-size: clamp(24px, 24px + (28 - 24) * (100vw - 350px) / 418, 28px);
  }
  .mv p {
    font-size: clamp(18px, 18px + (20 - 18) * (100vw - 350px) / 418, 20px);
  }
}

.p-mv__hero {
  flex: 1;
}

.p-mv__hero img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* cta */
.cta .f_box {
  margin-top: 60px;
}

.p-cta {
  padding: 60px 0;
  background: #3660c0;
}

.p-cta__inner {
  padding-left: 20px;
  padding-right: 20px;
}

.p-cta h4 {
  margin-top: 0;
  text-align: center;
  color: #fff;
  font-size: 150%;
}

.p-cta__items {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 1024px) {
  .p-cta__items {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }
}
@media (max-width: 768px) {
  .p-cta__items {
    margin-top: 48px;
  }
}

.p-cta__item {
  flex: 0 0 48%;
}
@media (max-width: 1024px) {
  .p-cta__item {
    flex: 0 0 100%;
  }
}

.p-cta__baloon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffc936;
  color: #1a1a1a;
  font-weight: 700;
  font-size: 18px;
  max-width: 480px;
  width: 100%;
  height: auto;
  border-radius: 11px;
  position: relative;
  padding: 12px 8px;
  box-sizing: border-box;
  margin: 0 0 24px 20px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .p-cta__baloon {
    max-width: 460px;
    margin: 0 0 24px 8px;
  }
}
@media (max-width: 768px) {
  .p-cta__baloon {
    text-align: center;
    max-width: 100%;
    margin: 0 0 24px 0;
    font-size: 16px;
    padding: 8px;
  }
}

.p-cta__baloon::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #ffc936;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  position: absolute;
  left: 13%;
  bottom: -30px;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-cta__btn {
  max-width: 520px;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-cta__btn {
    width: 480px;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .p-cta__btn {
    width: 360px;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .p-cta__btn {
    width: 340px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .xon .p-cta__btn .c-btn {
	  padding:8px;
    font-size: 16px;
  }
}

.p-cta__btn .c-btn {
  border: 3px solid #fff;
}

.p-cta__btn .c-btn--white {
  background: #5b94ea;
}

.xon .c-btn {
  display: inline-flex;
  align-items: center;
  height: 100px;
  line-height: 1;
  width: 100%;
  border-radius: 100vw;
  text-decoration: none;
  padding: 0 35px 0 50px;
  font-size: 20px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .xon .c-btn {
    padding: 0 25px 0 32px;
  }
}
@media (max-width: 1024px) {
  .xon .c-btn {
    padding: 0 20px 0 30px;
    height: 80px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .xon .c-btn {
    padding: 0 15px 0 20px;
    font-size: 14px;
  }
}

.c-btn--orange {
  background: linear-gradient(90deg, #e8925e 0%, #f36100 100%);
  color: #fff;
  transition: all 0.3s ease;
}

.c-btn--orange:hover {
  /* background: linear-gradient(90deg, #f36100 0%, #e8925e 100%); */
  transform: translateY(-2px);
	opacity:1;
  box-shadow: 0 6px 12px rgba(227, 131, 71, 0.3);
  filter: brightness(1.1);
}

.c-btn--white {
  background: transparent;
  color: #fff;
  border: 3px solid #fff;
  transition: all 0.3s ease;
}

.c-btn--white:hover {
  transform: translateY(-2px);
		opacity:1;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.c-btn--blue {
  background: #3c6bd6;
  color: #fff;
  height: 54px;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease;
}

.c-btn--blue:hover {
  transform: translateY(-2px);
  background: #517ada;
		opacity:1;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}

.c-btn__circle {
  background: #fff;
  border-radius: 100vw;
  height: 57px;
  width: 57px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 700;
  margin-right: 18px;
  box-sizing: border-box;
}
@media (max-width: 1200px) {
  .c-btn__circle {
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  .c-btn__circle {
    height: 50px;
    width: 50px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .c-btn__circle {
    height: 40px;
    width: 40px;
    font-size: 15px;
  }
}

.c-btn--orange .c-btn__circle {
  color: #e18347;
}

.c-btn--white .c-btn__circle {
  color: #165ea3;
}
.c-btn--white:hover {
	opacity:1;
  background: #6b9fec;
}

.c-btn__img--down {
  width: 60px;
}
@media (max-width: 1024px) {
  .c-btn__img--down {
    width: 40px;
  }
}
@media (max-width: 768px) {
  .c-btn__img--down {
    width: 30px;
  }
}

@media (max-width: 1024px) {
  .c-btn__img--mail {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .c-btn__img--mail {
    width: 50px;
  }
}

.c-btn__img img {
  width: 100%;
  height: auto;
}

.c-btn__img {
  margin-right: 12px;
  line-height: 1;
}
@media (max-width: 1200px) {
  .c-btn__img {
    margin-right: 10px;
  }
}

.c-btn__arrow {
  width: 18px;
  vertical-align: middle;
  margin-left: auto;
}

.c-btn__arrow img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .c-btn__arrow {
    width: 12px;
  }
}

/* case */
.p-case__items {
  margin-top: 80px;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .p-case__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px;
    max-width: 400px;
    margin: 80px auto 0;
  }
}

.p-case__card {
  box-sizing: border-box;
  background: #e6f0ff;
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 8px;
  padding: 20px 20px 28px 20px;
  position: relative;
}
@media (max-width: 768px) {
  .p-case__card {
    padding: 20px 16px;
  }
}

.p-case__num {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 0%;
  left: 50%;
  background: #000;
  width: 80px;
  height: 80px;
  aspect-ratio: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .p-case__num {
    width: 60px;
    height: 60px;
  }
}

.p-case__num-label {
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-case__num-label {
    font-size: 14px;
  }
}

.p-case__num-text {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .p-case__num-text {
    font-size: 30px;
    line-height: 1.2;
  }
}

.contents2_4 .p-case__item-title {
  margin: 32px 0 0 0;
  color: #3c6bd6;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  min-height: 81px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1024px) {
  .contents2_4 .p-case__item-title {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .p-case__item-title {
    font-size: 18px;
    margin-top: 16px;
  }
}

.p-case__dl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 0;
}

.p-case__dl dd,
dt {
  margin: 0;
  padding: 0;
}

.p-case__item {
  display: flex;
  text-align: left;
  gap: 16px;
}

.p-case__item dt {
  flex: 0 0 54px;
  border-radius: 4px;
  background: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.p-case__item dd {
  flex: 1;
}

.p-case__label {
  width: 100px;
  border-radius: 4px;
  background: #707070;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0 4px;
  height: 24px;
  font-size: 14px;
  font-weight: 700;
}

.p-case__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
  margin-left: 0.25em;
  margin-bottom: 8px;
}

.p-case__list li {
  position: relative;
  font-size: 15px;
  text-indent: -1.25em;
  padding-left: 1.25em;
}

.p-case__list li:before {
  content: "・";
  margin-right: 0.2em;
}

.p-case__btn {
  margin-top: auto;
}
@media (max-width: 1024px) {
  .p-case__btn {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
    margin-top: 16px;
  }
}

.xon .p-case__btn .c-btn{
	height:50px;
}

/* メールマガジン */
.contents5.p-mailmagazine {
  padding-top: 150px;
  padding-bottom: 0;
}
@media (max-width: 1024px) {
.contents5.p-mailmagazine {
  padding-top: 100px;
}	
}
@media (max-width: 500px) {
  .contents5.p-mailmagazine {
    padding-top: 50px;
  }
}

.p-mailmagazine h3 {
  font-size: 150%;
  margin-bottom: 0;
}
@media (max-width: 500px) {
  .p-mailmagazine h3 {
    margin-bottom: 40px;
    font-size: 140% !important;
  }
}

.p-mailmagazine .p-mailmagazine__text {
  font-size: 200%;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .p-mailmagazine .p-mailmagazine__text {
    font-size: clamp(28px, 28px + (32 - 28) * (100vw - 768px) / 266, 32px);
  }
}
@media (max-width: 500px) {
  .p-mailmagazine .p-mailmagazine__text {
    margin-top: 0px;
    font-size: 110%;
  }
}

.p-mailmagazine input[type="email"] {
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 14px;
  box-sizing: border-box;
}

.p-mailmagazine__box {
  max-width: 540px;
  box-sizing: border-box;
  margin: 0 auto;
  background: #e6f0ff;
  padding: 45px 55px 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-mailmagazine__box {
    padding: 30px 20px 20px;
  }
}

.c-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-form__checkbox {
  margin-top: 14px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  column-gap: 4px;
  width: fit-content;
  line-height: 1;
  cursor: pointer;
}

.c-form__checkbox .checkbox {
  appearance: none;
  position: relative;
  vertical-align: -6px;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 2px solid #c8c8c8;
  border-radius: 2px;
  cursor: pointer;
  background: #fff;
  border-radius: 2px;
}

.c-form__checkbox .checkbox:checked::after {
  content: "";
  position: absolute;
  top: 5px;
  box-sizing: border-box;
  left: 3px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(-45deg);
}

.c-form__checkbox-text {
  font-weight: 400;
}

.c-fotm__btn {
  margin: 20px auto 0 auto;
  text-align: center;
  max-width: 300px;
  width: 100%;
}

.c-form__submit {
  border: none;
  font-weight: 800;
  max-width: 300px;
  padding: 0 8px;
}

.c-form__text {
  display: block;
}

/* 既存コード　調整用 */
/* セクション間 */
#functions.contents2_4 {
  padding-bottom: 150px;
}

@media (max-width: 1024px) {
  .contents2 .contents_pc {
    padding-top: 150px;
    padding-bottom: 150px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contents2_4 {
    padding-top: 50px;
    padding-bottom: 150px;
  }
  .contents2_4#feature {
    padding-top: 150px;
    padding-bottom: 0px;
  }

  .contents2_4#functions {
    padding-top: 100px;
  }

  .contents3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media (max-width: 500px) {
  .contents2 .contents_pc {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .contents5 {
    padding: 100px 0 50px 0;
  }

  .contents2_4#feature {
    padding-top: 100px;
    padding-bottom: 0px;
  }

  .contents2_4#functions {
    padding-top: 50px;
  }

  .contents3,
  .contents4,
  .contents6,
  .contents7 {
    padding: 100px 0;
  }
}

#feature > .contents_pc {
  padding-bottom: 150px;
}
@media (max-width: 1024px) {
  #feature > .contents_pc {
    padding-bottom: 100px;
  }
}

#feature .contents_pc > ul.f_box:last-of-type {
  padding-bottom: 0;
}

.contents5.p-case {
  padding-bottom: 150px;
}
@media screen and (max-width: 500px) {
  .contents5.p-case {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #functions.contents2_4{
    padding-bottom: 100px;
  }
}

.contents5.p-case .contents_pc {
  padding: 0 20px;
}

/* その他　既存コード調整用 */
/* contents2  */
@media (max-width: 768px) {
  .contents2 h3 {
    text-align: left;
    margin-bottom: 40px;
  }
}

/* .contents2_2 */
@media (max-width: 1024px) {
  .contents2_2 .f_box {
    flex-direction: column;
    align-items: center;
  }
  .contents2_2 .f_box li {
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents2_2{
    padding-bottom: 100px;
  }
  .contents2_2 h2 {
    font-size: clamp(33px, 33px + (40 - 33) * (100vw - 500px) / 268, 40px);
  }
}

/* p-issues */
.p-issues__items {
  max-width: 960px;
  box-sizing: border-box;
  margin: 0 auto;
  gap: 55px;
}
.p-issues__item {
  background-color: #f7f7f7;
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 20px 40px 20px;
}

.p-issues__item-lead {
  box-sizing: border-box;
  font-size: 140%;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}

.p-issues__item-text {
  text-align: center;
  font-size: 80%;
  margin: 0;
  height: 100%;
  margin-top: 24px;
}

@media (max-width: 1024px) {
  .p-issues__items {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    gap: 24px;
  }

  .p-issues__item-lead {
    height: auto;
  }
}

@media (max-width: 500px) {
  .p-issues__item-lead {
    font-size: 120%;
  }

  .p-issues__item-text {
    margin-top: 12px;
  }
}

/* contents2_4  */
@media (max-width: 1024px) {
  .contents2_4 h2 {
    margin-top: 0;
    font-size: clamp(40px, 40px + (44 - 40) * (100vw - 768px) / 256, 44px);
  }

  .contents2_4 .contents_pc > .f_box .f_box > li:nth-of-type(2),
  .contents3 .contents_pc > .f_box .f_box > li:nth-of-type(2) {
    padding: 0px 20px 0 0px;
  }

  .table_container {
    padding: 20px 0px;
    max-width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .contents2_4 h2 {
    font-size: clamp(33px, 33px + (40 - 33) * (100vw - 500px) / 268, 40px);
  }

  .table_container {
    padding: 0px 0px 20px;
  }

  .contents2_4#functions .table_container th,
  .contents2_4#functions .table_container td {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 4px;
  }

  .contents2_4#functions .table_container td:last-of-type {
    font-size: 13px;
    padding: 8px 4px 16px;
    font-weight: 500;
  }

  .contents2_4 thead {
    display: none;
  }

  .contents2_4 .contents_pc > .f_box > li:first-of-type,
  .contents3 .contents_pc > .f_box > li:first-of-type,
  .contents2_4 .contents_pc > .f_box > li:nth-of-type(2),
  .contents3 .contents_pc > .f_box > li:nth-of-type(2) {
    flex: unset;
    width: 100%;
    box-sizing: border-box;
  }

  .contents2_4 .contents_pc > .f_box .f_box > li:first-of-type,
  .contents3 .contents_pc > .f_box .f_box > li:first-of-type {
    max-width: 72px;
    padding-right: 10px;
  }

  .contents2_4 .contents_pc > .f_box,
  .contents3 .contents_pc > .f_box {
    padding-bottom: 50px;
  }

  .contents2_4 h5,
  .contents3 h5 {
    font-size: 32px;
  }
}

@media (max-width: 500px) {
  .p-case__sub {
    font-size: 110%;
  }

  .contents2_4 h5,
  .contents3 h5 {
    font-size: 130%;
  }
}

/* contents3  */
.contents3 .contents_pc > ul.f_box:last-of-type {
  padding-bottom: 0;
}

@media screen and (max-width: 500px) {
  .contents3 h3 {
    padding-bottom: 0;
    margin-bottom: 40px;
  }
}

/* contents4  */
.contents4 .f_box {
  gap: 24px;
}

.p-plan .contents_pc {
  padding-left: 20px;
  padding-right: 20px;
}

.p-plan__list {
  gap: 24px;
}

@media (max-width: 768px) {
  .p-plan__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.p-plan__item {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .p-plan__item {
    max-width: 400px;
    width: 100%;
  }
}

.p-plan__item-note {
  font-size: 12px;
}

.contents4 .p-plan__item-head {
  background-color: #000000;
  color: #fff;
  margin: 0;
  padding: 10px 0;
  font-size: 120%;
}

.p-plan__item p {
  margin: 0;
}

.p-plan__item-body {
  padding: 16px 16px 32px;
}

.p-plan__item .p-plan__item-txt {
  margin-top: 64px;
  font-size: 20px;
}
@media (max-width: 768px) {
  .p-plan__item .p-plan__item-txt {
    margin-top: 32px;
  }
}

.p-plan__item .p-plan__item-txt--sm {
  margin-top: 32px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .p-plan__item .p-plan__item-txt--sm {
    margin-top: 16px;
  }
}

.p-plan__item-btn {
  margin-top: 64px;
  display: block;
}
@media (max-width: 768px) {
  .p-plan__item-btn {
    margin-top: 32px;
  }
}

.p-plan__item-price {
  font-size: 28px;
}

.p-plan__item-price span {
  font-size: 58px;
}

#plan .wb {
  max-width: 90%;
  height: 50px;
  margin-bottom: 16px;
}

@media screen and (max-width: 500px) {
  .contents4 .contents_pc > .f_box > li {
    width: 100%;
  }
}

.p-feature__item p {
  font-weight: 400;
}

/* contents5  */
@media (max-width: 1024px) {
  .contents5 .f_box {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .contents5 .f_box {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .contents5 .f_box li {
    width: 100%;
  }
}

/* contents6  */
.p-contact {
  box-sizing: border-box;
}

.p-contact .contents_pc {
  padding-left: 20px;
  padding-right: 20px;
}

.p-contact__list {
  box-sizing: border-box;
  gap: 50px;
  justify-content: center;
  align-items: stretch;
}

.p-contact__item {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 500px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: column;
}

.p-contact__item-head {
  background: #000;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 24px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
}

.p-contact__item-body {
  padding: 32px 24px 40px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-contact__item-body p {
  font-size: 20px;
  line-height: 1.7;
  margin: 20px 0 32px;
}

.p-contact__item-img {
  width: 200px;
  height: 150px;
  display: block;
  margin: 0 auto 16px;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-contact__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body .contents6 button {
  width: 240px;
  height: 50px;
  font-size: 1.2em;
  font-weight: 600;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 1024px) {
  .contents6 .absolute > div {
    padding: 8px;
    width: 120px;
    height: 120px;
  }

  .contents6 .absolute {
    transform: translate(-50%, -50%);
    top: 2.5%;
    left: 2.5%;
  }
}

@media (max-width: 900px) {
  .contents6 .relative {
    max-width: 300px;
  }
  .contents6 .b_box {
    padding: 50px 16px;
  }
}

@media screen and (max-width: 780px) {
  .contents6 h2 {
    font-size: clamp(36px, 36px + (43 - 36) * (100vw - 500px) / 268, 43px);
  }

  .contents6 .f_box {
    flex-direction: column;
    align-items: center;
    gap: 80px;
  }

  .contents6 .f_box .relative {
    margin-bottom: 0;
    width: 100%;
    max-width: 420px;
  }

  .contents6 .f_box li {
    width: 100%;
  }
  .contents6 .absolute > div {
    padding: 8px;
    font-size: clamp(10px, 10px + (16 - 10) * (100vw - 350px) / 768, 16px);
  }
}

@media (max-width: 500px) {
  .contents6 .f_box .relative {
    max-width: 300px;
  }

  .contents6 .absolute > div {
    width: 80px;
    height: 80px;
  }

  body .contents6 button {
    width: 200px;
  }
}

/* p-contact */
@media (max-width: 1024px) {
  .p-contact__list {
    gap: 32px;
  }

  .p-contact__item {
    max-width: 450px;
  }

  .p-contact__item-body {
    padding: 28px 20px 36px;
  }
}

@media (max-width: 768px) {
  .p-contact__list {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .p-contact__item {
    max-width: 400px;
    width: 90%;
  }

  .p-contact__item-head {
    height: 56px;
    font-size: 18px;
  }

  .p-contact__item-body {
    padding: 24px 16px 32px;
  }

  .p-contact__item-body p {
    font-size: 16px;
    margin: 16px 0 24px;
  }

  .p-contact__item-img {
    width: 160px;
    height: 120px;
  }
}

@media (max-width: 480px) {
  .p-contact__item {
    width: 100%;
    max-width: none;
  }

  .p-contact__item-head {
    height: 52px;
    font-size: 0.95em;
    padding: 0 12px;
  }

  .p-contact__item-body {
    padding: 20px 16px 28px;
  }

  .p-contact__item-img {
    width: 140px;
    height: 105px;
  }
}

/* contents7  */
.p-dlform {
  box-sizing: border-box;
}

.p-dlform .contents_pc {
  padding-left: 20px;
  padding-right: 20px;
}

.p-dlform__note {
  margin-top: 32px;
  font-weight: 400;
}

@media (max-width: 1024px) {
  .contents7 .f_box {
    flex-direction: column;
  }
  .contents7 .f_box div {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .p-dlform .f_box {
    flex-direction: column;
  }
}

.p-dlform__left {
  text-align: left;
  background-color: #eeeeee;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .p-dlform .f_box .p-dlform__left {
    width: 100%;
  }
}
.p-dlform__left li {
  position: relative;
}

.p-dlform__left li::before {
  content: "・";
}

.p-dlform .f_box .p-dlform__left li:first-of-type {
  padding: 0px;
}

@media (max-width: 1024px) {
  .contents7 .f_box li:first-of-type {
    padding: 16px 16px;
  }
}

/* box icon  */
.f_box-icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contents7 .f_box li {
  box-sizing: border-box;
}

/* 装飾 */
@media (max-width: 1280px) {
  .ttl_kazari::after {
    right: -80px;
  }
  .ttl_kazari::before {
    left: -80px;
  }
}

@media (max-width: 820px) {
  .ttl_kazari::after,
  .ttl_kazari::before {
    display: none;
  }

  .ttl_kazari {
    padding: 0;
  }
}

/* fixed link */
.fixed_btn__link {
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 1.4px;
  text-decoration: none;
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  padding: 20px 5px 20px 5px;
  color: #fff;
  background: linear-gradient(90deg, #e8925e 0%, #f36100 100%);
  width: 60px;
  border-radius: 10px 0 0 10px;
  position: relative;
  transition: all 0.3s ease;
}

.fixed_btn__link:hover {
  filter: brightness(1.1);
}

@media (max-width: 768px) {
  .tc {
    margin-bottom: 70px;
  }
  .Fade {
    opacity: 1;
  }
  .fixed_btn {
    transform: translateY(0);
    top: auto;
    bottom: 0;
    width: 100%;
    height: 70px;
    background: #fff;
    padding: 10px 8px;
    box-sizing: border-box;
    box-shadow: 0 4px 24px rgba(60, 107, 214, 0.12),
      0 1.5px 6px rgba(0, 0, 0, 0.08);
  }

  .fixed_btn__link {
    display: none;
  }

  .xon .p-fixed-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 580px;
    margin: 0 auto;
  }

  .p-fixed-btn {
    width: 49%;
    text-decoration: none;
  }

  .p-fixed-btn button {
    border-radius: 100vw;
    width: 100%;
    height: 50px;
    padding: 0 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(15px, 15px + (19 - 15) * (100vw - 350px) / 418, 19px);
    font-weight: 700;
  }
}

.circle-text {
  font-size: 15px;
}
@media (max-width: 768px) {
  .circle-text {
    font-size: 13px;
  }
}

.l-footer__btn .c-btn {
  padding: 0;
  height: 100%;
}
@media (max-width: 768px) {
  .l-footer__spacer {
    height: 70px;
  }
}
