@charset "UTF-8";

/*PC表示*/
.P {
  display: block !important;
}
/*スマホ表示*/
.SP {
  display: none !important;
}
#wrapper {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 0% ;
  overflow: hidden;
}
img {
  width: 100%;
}
body {
  -webkit-text-size-adjust: none;
  color: #334155;
  margin: 0;
  padding: 0;
   font-family:"Source Han Code JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: normal;
  font-size: 1rem;
  background: #fff;
	line-height: 1.8;
}
p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 1px;
}
.english{
	font-family:Noto Sans;
}
h1 {
  font-size: 56px;
  margin: 0;
  line-height: 1.7;
	font-weight: 700;
	color:#0F172A;
}
h2 {
  -webkit-text-size-adjust: none;
  font-size: 2.5rem;
  line-height: 1.8;
  margin: 0;
}
h3{
	font-size: 1.6rem;
}

a {
  text-decoration: none;
  font-weight: 600;
  color: #333;
  letter-spacing: 2px;
}
li {
  list-style: none;
}
/*スマホの時だけ改行設定*/
.sp-break {
    display: inline;
  }
.container {
  max-width: 1366px;
  margin: 0 auto;
  padding: 100px 4%;
}
header {
	position: fixed; /* 画面に固定 */
    top: 0;          /* 上端に固定 */
    left: 0;         /* 左端に固定 */
    width: 100%;     /* 横幅いっぱい */
    height: 60px;    /* 高さ */
  display: flex;
  justify-content: space-between;
  padding: 10px 0px;
	z-index: 999;
}
header img {
  width: 100px;
	padding-left: 20px;
}
header ul {
  display: flex;
  align-items: center;
}
header ul li {
  white-space: nowrap;
  margin-right: 20px;
	font-size: 1.1rem;
}
header ul li a:hover {
  opacity: 0.5;
}
.logo{
	padding: 20px;
	color:#1E3A8A;
}
.header-nav ul {
  display: flex;
  align-items: center;
  gap: 24px;
}

/* お問い合わせだけ */
.nav-contact a {
  width: 60px;
  height: 60px;
  background: #1E3A8A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-contact{
	
}
/* アイコンサイズ */
.nav-contact img {
 width: 35px;
  height: 35px;
	padding-right: 18px;
}
.nav-contact a:hover {
  opacity: 0.85;
  transform: translateY(-1px);
  transition: 0.2s ease;
}


.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.gray-back{
		background-color: #F5F5F5;
	padding: 4%;
	 margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

/*メイン*/

.abstract-bg {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
  min-height: 100vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.abstract-bg::before,
.abstract-bg::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: 0.5;
}

.abstract-bg::before {
  width: 400px;
  height: 400px;
  background: #2563EB;
  top: -100px;
  left: -100px;
}

.abstract-bg::after {
  width: 300px;
  height: 300px;
  background: #F3F000;
  bottom: -50px;
  right: -50px;
}



.main-text-box{
	text-align: center;
	padding: 200px 0;
}
.main-text-box .main-small{
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 20px;
}
.button-flex{
	display: flex;
	gap:20px;
	justify-content: center;
	align-items: center;
}
a.button-cta {
	max-width: 500px;
	border-radius: 2px;
	margin: 20px auto ;
	 display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;	
 background-color: #1E3A8A;
	color:#fff;
  font-size: 1.5rem;
	letter-spacing: 1px;
	text-align: center;
  padding: 20px 60px;
  border: none;
	 transition: 0.3s ease;
}
a.button-cta:hover{
	opacity: 0.7;
}
a.border-cta {
	max-width: 500px;
	border-radius: 2px;
	margin: 20px auto ;
	 display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;	
 background-color: #fff;
	color:#111;
  font-size: 1.5rem;
	letter-spacing: 1px;
	text-align: center;
  padding: 20px 60px;
	 transition: 0.3s ease;
	border:1px solid #111;
}
a.border-cta:hover{
	opacity: 0.7;
}


/*こんな課題*/
.midashi{
	text-align: center;
	margin: 50px 0;
}
.midashi span{
	font-size: 1.3rem;
	display: block;
	margin-bottom: 30px;
}
.question-box{
	width: 30%;
	height: 300px;
	padding: 2%;
	background-color: #F5F5F5;
	border-radius: 5px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);

}
.question-box ul {
	padding: 0;
	margin: 0 ;
}
.question-box ul li{
	font-size: 1.1rem;
	margin-bottom: 10px;
}
.question-box{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.circle{
	padding-right: 10px;
}
/*こんな課題new*/


.section-title {
  margin-bottom: 90px;
}

.problem-grid {
  margin: 0 auto 90px;
  display: flex;
	flex-wrap: wrap;
  gap: 35px;
	justify-content: center;
}

.problem-box {
	width: 20%;
  background: #fff;
  border: 1px solid #e6e6e8;
  padding: 50px 40px;
  transition: 0.4s ease;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.problem-box img{
	max-width: 250px;
}
.problem-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.04);
}

.problem-box p {
  font-size: 1.3rem;
	text-align: center;
	font-weight: 500;
}

.problem-box.highlight {
  border-color: #cfcfd2;
}

/* 下部メッセージ */
.problem-bottom {
	text-align: center;
}


/*SUGGESTION*/
.text-space{
	text-align: center;
	line-height: 2.5;
	margin: 50px 0;
	font-size: 1.3rem;
	letter-spacing: 1px;
}
.gray-smalltext{
	font-size: .9rem;
	color:#a1a1a1;
}
/*プロセス*/
.branding-process {
  background: #f5f5f6;
  padding: 120px 5%;
}

.section-title {
  text-align: center;
  font-size: 26px;
  letter-spacing: 4px;
  font-weight: 300;
  color: #222;
  margin-bottom: 80px;
}

.process-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}
.process-card img{
	max-width: 150px;
}
.process-card {
  position: relative;
  padding: 60px 40px 20px;
  background: #ffffff;
  border: 1px solid #e4e4e6;
  transition: all 0.4s ease;
  overflow: hidden;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.process-card h3 {
  font-size: 12px;
  letter-spacing: 2px;
  color: #93C5FD;
  margin-bottom: 18px;
  font-weight: 400;
}

.process-card p {
  font-size: 1.3rem;
  color: #111;
  font-weight: 500;
  line-height: 1.6;
}

.step-number {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 80px;
  font-weight: 600;
  color: rgba(147,197,253,0.2);
  pointer-events: none;
}



/*service*/
.flex{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:30px;
	margin: 50px 0;
}
.service-box{
	width: 30%;
	background-color: #fff;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.image-box-01,.image-box-02,.image-box-03,.image-box-04,.image-box-05,.image-box-06{
	height: 250px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.image-box-01{
	background-image: url("../images/service-01.png");
}
.image-box-02{
	background-image: url("../images/service-02.png");
}
.image-box-03{
	background-image: url("../images/service-03.jpeg");
}
.image-box-04{
	background-image: url("../images/service-04.jpeg");
}
.image-box-05{
	background-image: url("../images/service-04.png");
}
.image-box-06{
	background-image: url("../images/service-06.jpeg");
}
.text-box{
	padding: 4%;
}
.text-box h3{
	text-align: center;
}
/*選ばれる理由*/
.reason-section {
  background: #f7f7f8;
  padding: 140px 5%;
}

.reason-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px;
  color: #999;
}

.section-sub {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  margin: 15px 0 100px;
  color: #222;
}

/* 各ブロック */
.reason-item {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 120px;
}

.reason-item.reverse {
  flex-direction: row-reverse;
}

/* 画像 */
.reason-image {
  flex: 1;
}

.reason-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  filter: grayscale(40%);
  transition: 0.5s ease;
}

/* テキスト */
.reason-content {
  flex: 1;
  position: relative;
}
/*
.reason-item:hover img {
  filter: grayscale(50%);
}*/

.reason-number {
  position: absolute;
  top: -40px;
  left: 0;
  font-size: 120px;
  color: rgba(0,0,0,0.04);
  font-weight: 600;
  z-index: 0;
}

.reason-content h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 25px;
  color: #111;
  position: relative;
  z-index: 1;
}

.reason-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  font-weight: 300;
  position: relative;
  z-index: 1;
}

/*導入事例*/
.marker {
  background: linear-gradient(transparent 65%, #DBEAFE 65%);
  padding: 0 4px;
}
.case-section {
  background: #f6f6f7;
  padding: 150px 5%;
}

.case-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.section-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 4px;
  color: #999;
}

.section-sub {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin: 15px 0 90px;
  color: #222;
}

.case-item {
  display: flex;
  gap: 80px;
  align-items: flex-start;
	margin-bottom: 50px;
}

.case-image {
  flex: 0 0 45%;
}

.case-image img {
  width: 100%;
  border: 1px solid #e5e5e7;
  box-shadow: 0 20px 40px rgba(0,0,0,0.04);
}

.case-content {
  flex: 1;
}

/* メタ情報 */
.case-meta {
  margin-bottom: 50px;
}

.case-number {
  font-size: 12px;
  letter-spacing: 3px;
  color: #999;
  margin-bottom: 15px;
}

.case-title {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 35px;
  color: #222;
}

.case-info {
  border-top: 1px solid #e5e5e7;
  border-bottom: 1px solid #e5e5e7;
  padding: 25px 0;
}

.info-row {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}

.info-label {
  font-size: 11px;
  letter-spacing: 2px;
  color: #888;
  min-width: 80px;
}

.info-text {
  font-size: 14px;
  color: #444;
}

.info-link {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  transition: 0.3s ease;
}

.info-link:hover {
  color: #222;
  border-bottom: 1px solid #222;
}

/* 共通ブロック */
.case-block {
  margin-bottom: 35px;
  padding-left: 20px;
  border-left: 2px solid #e0e0e2;
}

.case-block h4 {
  font-size: 1.1rem;
  letter-spacing: 2px;
  color: #666;
  margin-bottom: 15px;
}

.case-block ul {
  list-style: none;
  padding: 0;
}

.case-block li {
  font-size: 1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 8px;
}

/* 実施内容：少し明るい */
.case-light {
  background: #fafafa;
  padding: 25px 25px 25px 30px;
}

/* 成果：さらに明るくポジティブ */
.case-bright {
  background: #ffffff;
  padding: 30px;
  border-left: 3px solid #d6d6d8;
  box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.case-bright li {
  position: relative;
  padding-left: 20px;
}

.case-bright li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #0D6EB8;
  font-size: 1.1rem;
}




/*制作前にやること*/
.flex-image{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap:0px;
	margin: 50px 0;
}
.flex-image img{
	max-width: 270px;
}
/*お問い合わせ*/
#contact{
	padding: 100px 4%;
}
.contact {
	  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	  background: #f7f7f7;
	max-width: 800px;
	padding: 50px 4%;
  margin: 50px auto 0;
  border-radius: 5px;

}
.contact-text h1 span{
	display: block;
	font-size: 1.1rem;
	letter-spacing: 1.5px;
}
.contact-subtext{
	text-align: center;
	max-width: 900px;
	margin: 30px auto 0;
	
}
.contact-text {
  max-width: 1280px;
  margin: 0px auto 0px;
}
.contact-text h1 {
  text-align: center;
}
.contact-text p {
  text-align: center;
}

.contact-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

label {
  display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.button-p {
  padding-bottom: 10px;
  margin-bottom: 0;
}

/*名前とか*/
.title {
  display: flex;
  padding-right: 20px;
  width: auto;
	padding-bottom: 5px;
	font-weight: 600;
}
/*お聞きしたいこと*/
.title-textarea {
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  padding-right: 20px;
  width: 300px;
	padding-bottom: 5px;
	font-weight: 600;
}
.required {
  padding: 5px 10px;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  color: #D8373A;
}
input[type="checkbox"] {
  margin: 0 2%;
}
.policy {
  margin: 0 10px;
}
input[type="textarea"], input[type="email"], input[type="text"], input[type="tel"], .selectform {
  display: block;
  width: 90%;
  padding: 20px 20px;
  flex: 1;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  font-size: 18px;
}
input[type="textarea"] {
  height: 100px;
}
.privacy-container {
  border-bottom: solid 2px #e5e5e5;
  border-top: solid 2px #e5e5e5;
  padding:2% 4%;
  margin: 20px 0;
  max-width: 700px;
	
}
.privacy-container p {
  text-align: center;
}
/*==================================================
個人情報
===================================*/
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  max-width: 800px;
  margin: 0 auto;
}
.accordion-area li {
  margin: 10px;
}
.accordion-area section {
  border: 1px solid #ccc;
}
/*アコーディオンタイトル*/
.aco-title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  padding: 10px;
  transition: all .5s ease;
}
/*アイコンの＋と×*/
.aco-title::before, .aco-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background-color: #ccc;
}
.aco-title::before {
  top: 48%;
  left: 15px;
  transform: rotate(0deg);
}
.aco-title::after {
  top: 48%;
  left: 15px;
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.aco-title.close::before {
  transform: rotate(45deg);
}
.aco-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.box-privacy {
  display: none; /*はじめは非表示*/
  background: none;
  margin: 0 3% 3% 3%;
  padding: 10px 3%;
}
.flex_checkbox {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 10px 4%;
}
/*個人情報取り扱いの中身の設定*/
.box_tori h4 {
  font-size: 20px;
}
.box_num h4 {
  font-size: 18px;
}
.box_num .txt {
  text-align: left;
}
.flex_button_contact {
  display: flex;
  justify-content: center;
}
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #c1c1c1;
  border-radius: 1px;
  display: block;
  font-size: 1rem;
	letter-spacing: 2px;
  font-weight: bold;
  margin: 0 25px 25px;
  max-width: 300px;
  padding: 20px 70px;
  border: none;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0 #333);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
input[type="reset"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  background: none;
  padding: 15px 40px;
  display: inline-block;
  text-decoration: underline;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  border: none;
  font-size: 18px;
}
input[type="reset"]:hover {
  color: #efefef;
}
.footer {
  text-align: center;       /* 中央寄せ */
  padding: 10px 0;          /* 上下の余白 */
 background-color: #1E3A8A; /* 薄い赤の透過背景 */
  color: #fff;              /* 文字色 */
  font-size: 12px;          /* 小さめの文字 */
}

.footer a {
  color: #fff;              /* リンクも白に */
  text-decoration: none;    /* 下線なし */
}
.container-white{
	max-width: 800px;
	margin: 50px auto;
	padding:150px 4%;
	background-color: #fff;
	height: 100vh;
}
.border-title{
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding: 20px 10px;
}

.thanks-text{
	margin-top: 30px;
}
.thanks-text h4{
	margin: 50px 0 20px;
	border-bottom: 3px dotted #e5e5e5;
	padding: 5px 10px;
	max-width:auto;
}
.thanks-text a{
	display: block;
	margin: 20px 0 30px;
	border: 1px solid #878787;
	max-width: 250px;
	padding: 10px 20px;
	border-radius: 5px;
	 transition: all .3s;
	text-align: center;
}
.thanks-text a:hover{
	opacity: 0.5;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
	 transition-delay: 0.2s;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}


.cta-section {
  padding: 140px 20px;
  background: #ffffff;
}

.cta-box {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 40px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
}

.cta-inner {
  max-width: 900px;
  margin: 0 auto;
}

.cta-label {
  font-size: 12px;
  letter-spacing: 3px;
  color: rgba(3,88,185,0.34);
  margin-bottom: 20px;
	text-align: center;
}


.cta-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
  color: #1E3A8A;
}

.cta-text {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 50px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-btn {
  padding: 16px 30px;
  font-size: 1.1rem;
  letter-spacing: 2px;
  text-decoration: none;
  transition: all 0.4s ease;
}

/* メイン */
.cta-btn.primary {
  background: #1E3A8A;
  color: #fff;
}

/* サブ */
.cta-btn.secondary {
  border: 1px solid #222;
  color: #222;
}

.cta-btn.secondary:hover {
  background: #222;
  color: #fff;
}

.cta-btn.primary:hover {
  opacity: 0.8;
}



@media screen and (max-width: 1200px) {
	#wrapper{
		padding: 0%;
	}
	.container {
  padding: 80px 4%;
}
	/*スマホの時だけ改行設定*/
.sp-break {
    display: block;
  }
  /*PC表示*/
  .SP {
    display: block !important;
  }
  /*スマホ表示*/
  .P {
    display: none !important;
  }
  h1 {
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 20px;
	  text-align: left;
  }
  h2 {
    font-size: 1.6rem;
    line-height: normal;
  }
	h3{
		font-size: 1.3rem;
	}
  a, p {
    font-size: 0.8rem;
  }

		/*メイン*/

.main-text-box{
	text-align: center;
	padding: 4%;
	margin-top: 50px;
	
}
.main-text-box .main-small{
	display: block;
	font-size: 1.1rem;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.8;
	
}
.button-flex{
	flex-direction: column;
	gap:20px;
	 margin-top: 30px;
}
	
a.button-cta,a.border-cta{
	width: 100%;
  font-size: 1.1rem;
	text-align: center;
	margin: 0;
  padding: 15px 0;
}
	
	
	/*サービス*/
	.flex{
	flex-direction: column;
	gap:30px;
	margin: 50px 0;
}
.service-box{
	width: 100%;
}
.image-box-01,.image-box-02,.image-box-03,.image-box-04,.image-box-05,.image-box-06{
	height: 250px;
	background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
	
	
/*こんな課題*/
.midashi{
	text-align: center;
	margin: 50px 0;
}
.midashi span{
	font-size: 1.1rem;
	margin-bottom: 30px;
}
	.question-box{
	width: 90%;
	height: auto;
		padding: 30px 4%;
		

}
/*SUGGESTION*/
.text-space{
	font-size: 1.1rem;
}
	/*特長*/
	.reason-item,
  .reason-item.reverse {
    flex-direction: column;
    gap: 40px;
  }

  .reason-image img {
    height: 240px;
  }

  .reason-number {
    font-size: 80px;
    top: -20px;
  }
	
	/**/
 .case-item {
    flex-direction: column;
    gap: 50px;
  }
	  .case-image,
  .case-content {
    width: 100%; /* 幅を100%に */
  }
.cta-title {
  font-size:1.3rem;
}
	
/*お問い合わせ*/
.contact {
	max-width: 330px;
	padding: 50px 4%;
}
	input[type="textarea"], input[type="email"], input[type="text"], input[type="tel"], .selectform {
  width: auto;
}
header ul {
  display: flex;
	flex-direction: column;
	align-items: center;
}
.container-white{
	margin: 100px auto 50px;
	padding:100px 4%;	
	}
	
.heading04 {
	font-size: 1.1rem;

}
	.heading04::before,
.heading04::after {
	height: 20px;
}
	
	.problem-box p {
  font-size: 1.3rem;
}
	.abstract-bg::before {
  width: 400px;
  height: 400px;
}

.abstract-bg::after {
  width: 200px;
  height: 200px;
}

	.problem-grid {
  flex-direction: column;
		align-items: center;
}
	.problem-box img{
		max-width: 200px;
	}
.problem-box {
	width: 90%;
	padding: 30px 0;
	}
	.cta-btn {
  padding: 16px auto;
		width: 100%;

}

	
}