@charset "UTF-8";
/*ベース　スタイル*/

body {
  margin: 0px;
  padding: 0px;
  color: #242424;
  font-size: 1rem;
  line-height: 1.5;
  background-color: #fff; /*#f8f5ee #666 */
  -webkit-text-size-adjust: none;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-style: normal;
}
body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.english-font-01 {
  font-family: "lato", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.english-font-02 {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.english-font-bold {
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}
h1, h2, h3, h4, h5, p, ul, form {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style-type: none;
}
iframe {
  width: 100%;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: #242424;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
}
/*PC表示*/
.P {
  display: block !important;
}
/*スマホ表示*/
.SP {
  display: none !important;
}
/*各テキスト設定*/
p {
  color: #242424;
}
h1 {
  font-size: 60px;
}
h2 {
  font-size: 3.5rem;
  line-height: 1.3;
  font-weight: 500;
}
h3 {
  font-size: 30px;
  letter-spacing: 2px;
}

/*横並びノーマル*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

#container {
  width: auto;
  margin: 0 auto;
  padding: 0 0%;
  overflow: hidden;
  background: #fff;
}

#epayslip .container{
	max-width: 1500px;
  margin: 0px auto;
	padding: 100px 4%;
}
header{padding: 10px;display: flex;justify-content: space-between;align-items: center;}
.logo{display: flex;align-items: center;gap:0px;font-size: 1.1rem;font-weight: 600;color:#0D6EB8;}
.logo img{max-width: 300px;}

/* お問い合わせボタン */
.btn-primary {
  background-color: #0D6EB8;
  color: #fff;
  border: none;
}
.btn-primary:hover {
  background-color: #0056b3;
}
/*フッター*/
.copyright {
  text-align: center;
  background-color: #0D6EB8;
  padding: 10px 0 10px;
}
p.copyright, .copyright a {
  color: #fff;
}
footer .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-logo img {
  width: 150px;
}
footer {
  border-radius: 10px;
  background-color: #0D6EB8;
  margin-bottom: 30px;
  padding: 2% 4% 0;
	margin: 2% 4%;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  color: #fff;
}
.s310-info {
  display: flex;
  gap: 20px;
}
.s310-access img {
  width: 300px;
  margin-bottom: 10px;
  display: block;
}
.s310-access {
  line-height: 1.3;
}
.pri-link {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  flex-wrap: wrap;
}
.pri-link li a {
  font-size: 1rem;
  color: #fff;
}
.pri-link li a:hover {
  opacity: 0.5;
}
.footer ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
}
.footer ul li {
  margin-bottom: 10px;
  gap: 10px;
  display: flex;
}
.footer .footer-top-li {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.group-li {
  margin-top: 5px;
}
.group-li a {
  font-size: 1rem;
  padding-left: 15px;
  text-align: left;
}
.footer ul li a {
  color: #fff;
}
.footer ul li a:hover {
  opacity: 0.5;
}
.footer ul li img {
  width: 20px;
}
#page-top a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2rem;
  background-color: #fff;
  color: #0D6EB8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
  margin: 10px auto 30px;
}
#page-top a {
  color: #0D6EB8;
}
#page-top a:hover {
  opacity: 0.5;
}
/*epayslip*/
#epayslip,#epayslip p{color:#003B68;}
#epayslip .flex {
 max-width: 1700px;
  align-items: stretch;
}
.main{
	padding: 50px 4%;
  background-color: #f9fcff;
  background-image: linear-gradient(#e1e9f0 1px, transparent 1px),
                    linear-gradient(90deg, #e1e9f0 1px, transparent 1px);
  background-size: 40px 40px;
	color:#003B68;
}

.section{width: 50%;}
.main .flex{justify-content: space-between;max-width: 1700px;}
.main h1{color:#0D6EB8;margin-bottom: 20px;font-size: 4.5rem;}
.main h3{font-size: 3rem;}
.main h4{font-size: 2rem;}
.cta-buttons,.cta-buttons-02{
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
  margin: 24px 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 60px;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* 資料ダウンロードボタン */
.btn.download {
  background-color: #007BFF;
  color: #ffffff;
  border: 2px solid #007BFF;
}

.btn.download:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

/* 無料で相談するボタン */
.btn.consult {
  background-color: #ffffff;
  color: #007BFF;
  border: 2px solid #007BFF;
}

.btn.consult:hover {
  background-color: #e6f2ff;
}
/*こんなお悩みありませんか＞*/
.flex-clumn,#epayslip .box,.step-card,.feature-card{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
.box,#epayslip .back .box{background: #f1f1f1;padding: 2% 2%;width: 30%;margin: 50px 10px 0;gap:20px;border-radius: 5px;}
.text-01{font-size: 1.5rem;font-weight: 600;color:#003B68;}
.circle-image{border-radius: 50%;background: #fff;background-repeat: no-repeat;background-size: contain;background-position: center;width: 200px;height:200px;padding: 2%;}
#epayslip .back .box{background: #fff;box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#epayslip .back .box:hover {
  transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);}
.back .circle-image,.dot .circle-image,.step-card .circle-image{border-radius: 10px;}
.step-card .circle-image{width: 150px;height:150px;background-color:#f7fbff;;}
.circle-image-01{background-image: url("../images/epayslip/nayami-01.png");}
.circle-image-02{background-image: url("../images/epayslip/nayami-02.png");}
.circle-image-03{background-image: url("../images/epayslip/nayami-03.png");}
.circle-image-04{background-image: url("../images/epayslip/nayami-04.png");}
.circle-image-05{background-image: url("../images/epayslip/solution-01.png");}
.circle-image-06{background-image: url("../images/epayslip/solution-02.png");}
.circle-image-07{background-image: url("../images/epayslip/solution-03.png");}
.circle-image-08{background-image: url("../images/epayslip/solution-04.png");}
.circle-image-09{background-image: url("../images/epayslip/about-01.png");}
.circle-image-10{background-image: url("../images/epayslip/about-02.png");}
.circle-image-11{background-image: url("../images/epayslip/about-03.png");}
.circle-image-12{background-image: url("../images/epayslip/about-04.png");}
.circle-image-13{background-image: url("../images/epayslip/step-01.png");}
.circle-image-14{background-image: url("../images/epayslip/step-02.png");}
.circle-image-15{background-image: url("../images/epayslip/step-03.png");}
.section-title {
  text-align: center;
  margin-bottom: 40px;
}
.section-title .arrow {
  display: block;
  font-size: 3vmax;
  color: #007BFF;
  margin-bottom: 8px;
}
#epayslip .back{
	background-color: #f7fbff;
	padding: 0 4%;
}
#epayslip .back .text-01{color:#0D6EB8;}
#epayslip .back h2{padding: 100px 0 0px;}
#epayslip .back .flex{padding-bottom: 150px;}
/*主な特長*/
.dot{
	background-image: radial-gradient(#e1e9f0 1px, transparent 1px);
background-size: 20px 20px;
}

.feature-card {
	width: 30%;
  background: #fff;
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  padding: 2%;
	margin: 50px 10px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 16px;
  color: #007BFF;
}

.feature-card h3 {
	margin-top: 20px;
  margin-bottom: 12px;
  color: #0D6EB8;
	line-height: 1.3;
}

.feature-card p {
  color: #003B68;
  line-height: 1.6;
}


.steps-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
}

.step-card {
		width: 30%;
  background: #f7fbff;
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  padding: 2%;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
	margin: 0 10px;
}

.step-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}



.step-card h3 {
  font-size: 1.5rem;
  margin-bottom: 12px;
	margin-top: 10px;
  background: #43c7ff;
	color:#fff;
	padding: 0px 40px;
	border-radius: 30px;
}

.step-card p {
  font-size: 1.3rem;
  color: #003B68;
  line-height: 1.6;
}
/*導入の効果*/
.before-after {
  background-color:  #f7fbff;
}



.before-card,
.after-card {width: 50%;
  border-radius: 8px;
  padding: 24px;
  color: #003B68;
	margin: 50px 10px;
}

.before-card {
  background-color: #fdf2f2; /* 薄い赤ピンクで課題感 */
  border: 1px solid #f5c2c7;
}

.after-card {
  background-color: #f0f8ff; /* 淡いブルーで改善感 */
  border: 1px solid #a6d4fa;
}

.before-icon,
.after-icon {
  font-size: 50px;
  margin-bottom: 16px;
}

.before-card h3,
.after-card h3 {
  margin-bottom: 12px;
}

.before-card ul,
.after-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.before-card li,.after-card li {
  margin-bottom: 8px;
  font-size: 1.3rem;
  line-height: 1.6;
  position: relative;
  padding-left: 20px;
}.after-card li{font-size: 1.5rem;font-weight: 600;}

.before-card li::before {
  content: "✖";
  position: absolute;
  left: 0;
  color: #d33;
}

.after-card li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #007BFF;
}
.flow {
  padding: 60px 20px;
  background-color: #f9fcff;
  background-image: linear-gradient(#e1e9f0 1px, transparent 1px),
                    linear-gradient(90deg, #e1e9f0 1px, transparent 1px);
  background-size: 40px 40px;
}



.flow-step {
	width: 33%;
	margin: 50px 10px;
  background: #fff;
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  padding: 2%;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.flow-number {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background-color: #007BFF;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.flow-step h3{font-size: 1.3rem;}
.cta {
  padding: 60px 20px;
   background: #f0f8ff; /* 淡いブルー */
  text-align: center;
}

.cta-title {
  font-size: 2rem;
  margin-bottom: 24px;
}

.cta-buttons-02 {
  justify-content: center;
}



/*生成AI LP設定*/
#service02 {overflow: hidden;}
#service02 .container {
  max-width: 1600px;
  padding: 100px 0 50px;
	 color: #4a5a6a;
	margin: 0 auto;
}
#service02 iframe {
  max-width: 900px;
  margin: 50px auto;
}
#service02 .purple-link-btn {
  display: inline-block;
  background-color: #8e44ad;
  color: #fff;
  text-decoration: none;
  padding: 20px 100px;
  border-radius: 5px;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  transition: background-color 0.3s;
  margin-top: 20px;
  max-width: 400px;
  white-space: nowrap;
}
#service02 .purple-link-btn:hover {
  background-color: #732d91;
}
#service02 {
  margin: 20px auto;
	padding: 0 4%;
}
#service02 .subtitle {
  border: 2px solid #3b63ff;
  padding: 10px 20px;
  display: block;
  max-width: 300px;
  text-align: center;
  margin-bottom: 15px;
  font-size: 1.5rem;
  font-weight: 600;
  background: linear-gradient(to right, #7a5fff, #3b63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#service02 .title {
  color: #222;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
#service02 .text-line {
  background: linear-gradient(to right, #7a5fff, #3b63ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#service02 .main-visual p {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-top: 5px;
  margin-bottom: 10px;
}

#service02 .text-title {
  font-size: 2.4rem;
}
#service02 .main-visual {
  border-radius: 30px;
  margin: 30px auto 150px;
  max-width: 1500px;
  padding: 4% 4%;
  position: relative;
  display: flex;
  align-items: center;
  overflow: visible;
  background: linear-gradient(to right, #f0e6ff, #d6e4ff);
}
#service02 .main-text {
  width: 60%;
}
/* 画像コンテナを絶対配置 */
#service02 .main-img {
  width: 40%;
  position: absolute;
  top: 50px; /* ← 上にはみ出す */
  bottom: -0px; /* ← 下にもはみ出す（または使わない） */
  right: 60px;
  ;
  z-index: 1;
}
/* 画像本体 */
#service02 .main-img img {
  max-width: 700px;
  height: auto;
}
#service02 h2 {
  font-size: 3rem;
  font-weight: 600;
	color:#313131;
}
#service02 h3 {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 500;
}
.pointtext {
  font-size: 3rem;
  text-align: left;
  font-weight: 600;
  text-decoration: underline;
		color:#313131;
}
#service02 h4 {
  font-weight: 600;
  font-size: 1.3rem;
}
#service02 h2 span {
  background-image: linear-gradient(transparent 0%, #dcd7ff 0%);
  background-repeat: no-repeat;
  background-size: 100% 1.2em;
  border-radius: 10px;
  padding: 0 5px 0 5px;
}
#service02 .flex {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 50px 0 20px;
  gap: 50px;
}
#service02 .box-01 .text, #service02 .box-02 .text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
  background: #f1f1f1;
  padding: 20px 20px;
  border-radius: 10px;
  color: #4a5a6a;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
	text-align: center;
}
#service02 .box-01, #service02 .box-02, #service02 .box-number {
  width: 33%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#service02 .box-02 {
  margin-top: 150px;
}
#service02 .box-01 img, #service02 .box-02 img {
  width: 300px;
}
#service02 .back {
  border-radius: 30px;
  margin: 30px auto 100px;
  max-width: 1500px;
  padding: 20px 4%;
  background: linear-gradient(to right, #f0e6ff, #d6e4ff);
}
#service02 .banner-flex, #service .banner-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  max-width: 100%;
  margin: 0 auto;
}
#service02 .banner-img, #service .banner-img {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-img img {
  max-width: 450px;
}
#service02 .banner-text, #service .banner-text {
  width: 55%;
  font-size: 3rem;
  font-weight: 600;
}
#service02 .back-all {
  padding: 0px 4%;
  background: linear-gradient(to right, #f0e6ff, #d6e4ff);
  background: linear-gradient(to bottom, rgba(240, 230, 255, 1) 0%, rgba(240, 230, 255, 0) 100%);
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}
#service02 .box-number .text {
  text-align: center;
  color: #4a5a6a;
  height: 30%;
  line-height: 1.1;
  font-size: 1.5rem;
}
#service02 .box-number {
  background: #fff;
  border-radius: 10px;
  height: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#service02 .box-number img {
  width: 220px;
}
#service02 .box-number .image {
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#service02 .box-number .text span {
  font-size: 4rem;
  padding-left: 10px;
	  background: linear-gradient(to right, #6ea8ff, #a566ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
	font-weight: 600;
}
#service02 .icon-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-right: 20px;
  text-align: center;
}
#service02 .gray-border {
  border: 1.5px solid #878787;
  padding: 4%;
  border-radius: 10px;
  margin: 100px auto;
}
#service02 .icon-text .icon {
  width: 250px;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
}
#service02 .circle {
  width: 70px;
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #7059a6;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 600;
}
#service02 .icon img {
  width: 150px;
}
#service02 .gray {
  display: block;
  color: #878787;
  font-size: 1.5rem;
  margin-bottom: 10px;
  background: none;
}
#service02 .box-03 {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #f1f1f1;
  height: 300px;
  padding: 4%;
}
#service02 .box-03 .illust-image img {
  max-width: 350px;
}
#service02 .box {
  background: #f4f4f4;
  padding: 2%;
  width: 33%;
}
#service02 .banner-text h4 {
  color: #848484;
  margin-top: 5px;
}
#service02 .gradation {
  background: linear-gradient(to right, #6ea8ff, #a566ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#service02 .back-all p {
  margin-top: 10px;
  letter-spacing: 1px;
  font-size: 1.1rem;
  text-indent: 10px;
}
/*情報システムのリプレース支援*/
#service .service-container {
  max-width: 1700px;
  margin: 0px auto 100px;
	padding: 0 4%;
	overflow: hidden;
}
#service .main-content {
  margin: 0px 0;
  font-size: 1.1rem;
}
#service .container {
  max-width: 1700px;
  margin: 100px auto;
}
#service h1, #service h2 {
  font-weight: 600;
  color: #0D6EB8;
}
#service .main-content .section, #service .main-content .image {
  width: 50%;
  padding: 20px;
}
#service .main-content .image img {
  border-radius: 30px;
}
#service h1 {
  font-size: 3rem;
  margin-bottom: 50px;
  border-bottom: 3px solid #0D6EB8;
  border-top: 3px solid #0D6EB8;
  padding: 20px 40px;
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#service h1 span {
  background: rgba(13, 110, 184, 0.68);
  width: 30px;
  height: 30px;
  border-radius: 10%;
}
#service h2 {
  font-size: 2.8rem;
  border-left: 5px solid #007acc;
  padding-left: 12px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#service, #service p {
  color: #003966;
  line-height: 1.7;
}
#service h3 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 10px;
  color: #007acc;
  line-height: 1.4;
}
/*多くの課題に直面、悩み*/
#service .illust {
  max-width: 150px;
}
#service .flex-normal {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}
#service .flex-01{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

#service .text-gray-back {
  background: #f1f1f1;
  padding: 2% 3%;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 600;
  border-radius: 10px;
  margin-left: 30px;
}
#service .border-blue, #service .contact-banner {
  margin-top: 50px;
  padding: 2% 4%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 2px 2px 5px 2px #efefef;
}
#service .section p {
  margin-bottom: 50px;
}
#service .contact-banner {
  max-width: 1080px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 2%;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}
#service .contact-banner h3 {
  font-size: 2.2rem;
}
#service .contact-banner .section {
  width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#service .contact-banner img {
  max-width: 350px;
}
#service .button-area {
  text-align: center;
  margin-top: 20px;
  display: flex;
}
#service .title {
  font-size: 2.2rem;
  margin-top: 30px;
}
#service .section .pointtext {
  font-size: 2.5rem;
}
#service .button-area a {
  max-width: 500px;
  display: inline-block;
  background: #007acc;
  color: #fff;
  text-decoration: none;
  padding: 20px 100px;
  border-radius: 6px;
  margin: 0px auto;
  transition: background 0.3s;
  font-size: 2rem;
}
#service .button-area a:hover {
  background: #005b99;
}
#service .yellow {
  background: rgba(255, 233, 84, 0.56);
}
#service .middle {
  display: block;
  font-size: 1.3rem;
  padding: 10px 0;
}
#service .blue-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 40px 4%;
  background: #F3F9FF;
  border-radius: 10px;
  margin: 30px 0;
  gap: 50px;
  height: 400px;
}
#service .blue-box h3 {
  color: #007acc;
  margin-bottom: 10px;
  font-size: 2.5rem;
}
#service .blue-box .section-text, #service .blue-box .section-img {
  width: 50%;
}
#service .blue-box .section-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#service .blue-box .section-img img {
  max-width: 500px;
}
#service .blue-box .section-text .circle-number {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(13, 110, 184, 1.00);
  font-size: 2rem;
  color: #fff;
  margin-bottom: 20px;
}
/*サービスの流れ*/
#service .flow-icon {
  border-radius: 50%;
  margin-right: 30px;
  background-color: #0D6EB8;
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#service .flow-icon img {
  width: 60px;
}
#service .triangle-down {
  margin: 20px 0 20px 35px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0D6EB8; /* ここが三角形の色 */
}
#service .section-gray {
  width: 90%;
  background-color: #f6f6f6f6;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
/*問い合わせ*/
#contact {
  max-width: 1200px;
  margin: 0 auto;
}
#contact table {
  width: 100%;
  border-collapse: collapse;
}
#contact table tr {
  border-bottom: solid 2px white;
}
#contact table tr:last-child {
  border-bottom: none;
}
#contact table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #4B75C0;
  color: white;
  padding: 3%;
}
#contact table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 5%;
}
/*== 影がついて浮き上がる */
/*ボタンの形状*/
.float3 {
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin-top: 5%;
  margin-bottom: 2%;
  font-size: 30px;
}
/*hoverをしたらボックスに影がつく*/
.float3:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
}
.heading03::before, .heading03::after {
  content: '';
  width: 70px;
  height: 3px;
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}
.heading03::before {
  margin-right: 20px;
}
.heading03::after {
  margin-left: 20px;
}
/*ボタンクリック時*/
.action_input {
  margin: 50px 0;
}
input[type="submit"], input[type="button"] {
  border: 1px solid #0D6EB8;
  color: #fff;
  background: #0D6EB8;
  width: 350px;
  padding: 20px 40px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  font-size: 1.3rem;
  white-space: nowrap;
  border-radius: 5px;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.5;
}
input[type="reset"] {
  border: none;
  text-decoration: underline;
  color: #848484;
  padding: 15px 40px;
  display: block;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  font-size: 1rem;
  white-space: nowrap;
  border-radius: 5px;
  background: none;
}
#contact input[type="text"], .selectform {
  border: none; /* 枠線 */
  border-radius: 5px; /* 角丸 */
  padding: 20px 20px; /* 内側の余白量 */
  background-color: #fff; /* 背景色 */
  width: 90%; /* 横幅 */
  height: auto; /* 高さ */
  font-size: 1.3em; /* 文字サイズ */
  line-height: 1.2;
  margin: 20px 10px; /* 行の高さ */
}
input[type="text"]::placeholder {
  color: #DBDBDB;
}
textarea::placeholder {
  color: #DBDBDB;
}
.form_container {
  max-width: 800px;
  margin: 30px auto;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 4%;
}
.heading-28 {
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 50px;
  color: #0D6EB8;
}
.heading-28::before {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: .02em;
  content: attr(data-label);
}
#contact .contact_area {
  max-width: 800px;
  margin: 0 auto;
  background-color: none;
  padding: 0px 4%;
  border-radius: 10px;
}
#contact .contact_area p {
  padding: 3% 0 0 0;
}
#contact textarea {
  border: none; /* 枠線 */
  border-radius: 5px; /* 角丸 */
  padding: 0.5em; /* 内側の余白量 */
  background-color: #fff; /* 背景色 */
  width: 95%; /* 横幅 */
  height: 120px; /* 高さ */
  font-size: 1.2em; /* 文字サイズ */
  line-height: 1.2; /* 行の高さ */
  margin: 20px 0;
}
#contact .required {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  background-color: #FF902d;
  border-radius: 5px;
  color: #fff;
}
#contact .policy {
  font-size: 20px;
}
/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 900px;
  margin: 0 auto;
}
.con_pri .box_pri {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 150%;
}
.box_tori {
  margin-bottom: 30px;
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
.box_num {
  padding: 2% 0;
  text-align: left;
}

@media screen and (max-width: 1200px) {
	
	#service02 .flex{flex-wrap: wrap;}
/*生成AILP設定*/
  #service02 .main-visual {
    flex-direction: column;
    padding: 70px 10px; /* スマホ用に少し調整 */
    text-align: center; /* 中央寄せにしたい場合 */
    margin-bottom: 100px;
  }
  #service02 .main-text {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #service02 .main-visual p {
    color: #333;
    font-size: 1.3rem;
    line-height: 1.3;
    margin-top: 5px;
    margin-top: 10px;
  }
  #service02 .text-title {
    font-size:2.5rem;
  }
  #service02 .main-img {
    position: static; /* 上下にはみ出さず通常配置に */
    margin: 0 auto;
    width: 100%;
    max-width: 600px;
	  padding: 20px 0;
  }
  #service02 .main-img img {
    width: 110%;
    height: auto;
  }
	  #service02 .title {
    font-size: 3.5rem;
    margin: 5px 0 30px;
  }
  #service02 .purple-link-btn {
    padding: 15px 0;
    width: 100%;
    font-size: 1.3rem;
	  text-align: center;
  }
}
@media screen and (max-width: 800px) {
  /*PC表示*/
  .P {
    display: none !important;
  }
  /*スマホ表示*/
  .SP {
    display: block !important;
  }
  .container {
    max-width: 1500px;
    margin: 70px auto 70px;
  }
  .container-min {
    max-width: 1500px;
    margin: 50px auto;
  }
  p {
    font-size: 1rem;
  }
  /*各テキスト設定*/
  h1 {
    font-size: 2.3rem;
    color: #fff;
    line-height: 1.4;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.5rem;
  }
  a {
    font-size: 1rem;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  /*フッタ*/
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 4%;
    gap: 30px;
  }
  .footer ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer ul li {
    margin-bottom: 0px;
    gap: 10px;
    display: flex;
    align-items: center;
  }
  .pri-link {
    flex-direction: column;
    gap: 0px;
    align-items: center;
    padding-bottom: 20px;
    letter-spacing: 2px;
    flex-wrap: wrap;
  }
  .pri-link li a {
    font-size: .8rem;
  }
  .s310-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .s310_box img {
    width: 100%;
    margin: 0px 0 20px;
  }
/*epayslip*/
#epayslip h2{margin-bottom: 20px;}
.logo{;font-size: 1.1rem;}
.logo img{max-width: 200px;}

	
	#epayslip .container{padding: 100px 4%}
	.section{width: 100%;margin-bottom: 30px;}
	  .btn {
    width: 100%;
  }
	.main{text-align: center;}
	.main h1{margin-bottom: 10px;font-size: 3rem;}
.main h3{font-size: 2rem;}
	.main h4{font-size: 1.5rem;}

/*こんなお悩みありませんか＞*/
.box,#epayslip .back .box{width: 100%;margin: 20px 0;gap:20px;border-radius: 5px;padding: 10% 0;}
.text-01{font-size: 1.5rem;font-weight: 600;color:#003B68;}
.circle-image{width: 150px;height:150px;}
.section-title {
  text-align: center;
  margin-bottom: 20px;
}
#epayslip .back{padding: 0 4%;}
#epayslip .back .flex{padding-bottom: 100px;}
/*主な特長*/
.feature-card {
	width: 100%;
  padding: 10% 0;
	margin: 10px 0px;
}

.feature-icon {
  font-size: 36px;
  margin-bottom: 16px;
  color: #007BFF;
}
.step-card {
		width: 100%;
  padding: 10% 0%;
	margin: 10px 0px;
}



/*導入の効果*/



.before-card,
.after-card {width: auto;
  border-radius: 8px;
  padding: 24px 10px;
  color: #003B68;
	margin: 10px 0px;
}


.before-card li,.after-card li {
  font-size: 1.1rem;
 
}.after-card li{font-size: 1.3rem;}


.flow-step {
	width: auto;
	margin: 10px 10px;
  background: #fff;
  border: 1px solid #e1e9f0;
  border-radius: 8px;
  padding: 10% 2%;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.flow-number {
  font-size: 1.1rem;
}
.flow-step h3{font-size: 1.3rem;}

.cta {
  padding: 60px 20px;
   background: #f0f8ff; /* 淡いブルー */
  text-align: center;
}

.cta-title {
  font-size: 2rem;
  margin-bottom: 24px;
}



  /*生成AILP設定*/
  #service02 .main-visual {
    flex-direction: column;
    padding: 70px 10px; /* スマホ用に少し調整 */
    text-align: center; /* 中央寄せにしたい場合 */
    margin-bottom: 100px;
  }
  #service02 .main-text {
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #service02 .main-visual p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-top: 5px;
    margin-top: 10px;
  }
  #service02 .text-title {
    font-size: 1.8rem;
  }
  #service02 .main-img {
    position: static; /* 上下にはみ出さず通常配置に */
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
  }
  #service02 .main-img img {
    width: 110%;
    height: auto;
  }
  #service02 .subtitle {
    font-size: 1.3rem;
  }
  #service02 .title {
    font-size: 2.1rem;
    margin: 5px 0 30px;
  }

  #service02 {
    margin-top: 20px;
  }
  #service02 h2 {
    font-size: 1.9rem;
    font-weight: 600;
	  line-height: 1.5;
	  text-align: center;
  }
  #service02 h3 {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  #service02 .icon-text {
    margin-right: 0px;
  }
  #service02 .flex {
    align-items: center;
  }
  #service02 .box-01, #service02 .box-02, #service02 .box-number {
    width: 90%;
  }
  #service02 .box-01 .text, #service02 .box-02 .text {
    font-size: 1.3rem;
    text-align: center;
    width: 100%;
  }
  #service02 .box-number, #service02 .gray-border {
    height: auto;
    padding: 10% 2%;
  }
  #service02 .box-02 {
    margin-top: 0px;
  }
  #service02 .box-01 img, #service02 .box-02 img {
    width: 100%;
  }
  #service02 .banner-text,#service .banner-text  {
    width: 100%;
    font-size: 1.8rem;
  }
  #service02 .banner-flex,#service .banner-flex {
    flex-direction: column;
    padding: 10% 4%;
  }
  #service02 .banner-img img {
    max-width: 350px;
  }
  #service02 .back-all {
    padding: 5px 4%;
  }
  #service02 .box {
    width: 90%;
    padding: 10% 4%;
  }
  .pointtext,#service .section .pointtext  {
    font-size: 1.5rem;
  }
  #service02 .box-03 {
    width: 100%;
    height: 350px;
    padding: 4% 0px;
  }
  #service02 .box-03 h3 {
    font-size: 1.5rem;
	  text-align: center;
  }
  #service02 .box-03 .illust-image img {
    max-width: 300px;
  }
  #service02 .box {
    width: 90%;
  }
  #service02 .circle {
    width: 50px;
    height: 50px;
    font-size: 1.5rem;
  }
  #service02 .container {
    margin: 80px auto;
  }
  /*情報システムのリプレース支援*/
  #service h1 {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  #service h1 {
    margin-bottom: 30px;
    border-bottom: 2px solid #0D6EB8;
    border-top: 2px solid #0D6EB8;
    padding: 10px 20px;
    margin-top: 50px;
  }
  #service h1 span {
    background: rgba(13, 110, 184, 0.68);
    width: 35px;
    height: 20px;
  }
  #service .main-content p {
    font-size: 1.1rem;
  }
  #service h2 {
    font-size: 1.8rem;
  }
  #service .section h3, #service .blue-box h3, #service .section-gray h3 {
    font-size: 1.1rem;
  }
  #service .title {
    font-size: 1.5rem;
  }
  #service .button-area {
    flex-direction: column;
    gap: 15px;
  }
  #service .button-area a {
    width: 100%;
  }
  #service .service-container {
    margin: 30px auto 100px;
  }
  #service .middle {
    font-size: 1.3rem;
  }
	#service .main-content .section, #service .main-content .image {
  width: 100%;
		padding: 0;
}
	#service .blue-box{flex-direction: column;height: auto;justify-content: center;align-items: center;}
#service .blue-box h3 {
  font-size: 1.5rem;
}
#service .blue-box .section-text, #service .blue-box .section-img {
  width: 100%;
}
#service .blue-box .section-img img {
  max-width: 300px;
}
#service .blue-box .section-text .circle-number {
  width: 50px;
  height: 50px;
  font-size: 1.5rem;

}
  /*多くの課題に直面、悩み*/
  #service .illust {
    max-width: 150px;
  }
  #service .text-gray-back {
    font-size: 1.3rem;
	  padding: 5% 10px;
    margin-left: 0px;
    display: flex;
    justify-content: center;
    flex-direction: column;
	  text-align: center;
	  margin-top: 10px;
  }
  #service .flex-normal {
	  flex-direction: column;
    align-items: center;
    margin: 50px auto;
  }
	#service h3.banner-text{
    width: 100%;
    font-size: 1.8rem;
	}

  #service .banner-img img {
    max-width: 320px;
  }
	/*サービスの流れ*/
#service .flow-icon {
  margin-right: 20px;
  width: 70px;
  height: 70px;
}
#service .flex-01{margin: 20px auto;}
#service .flow-icon img {
  width: 40px;
}

#service .section-gray {
  width: 70%;
  padding: 10px;
  margin: 0px auto 0px;
}

	#service .triangle-down{
		margin: 0 auto;}
	#service .contact-banner {
  flex-direction: column;
}
#service .contact-banner h3 {
  font-size: 1.8rem;
}
#service .contact-banner .section {
  width: 100%;
	padding: 20px 10px 0;
}
#service .contact-banner img {
  max-width: 300px;
}
	#service .button-area a{font-size: 1.5rem;padding: 20px 0;}
	
}