/* ===============================
  加工＋αページ 
　全体共通設定
=============================== */
.quote #maincontents.quote-single-contents.plus{
	width: 100%;
	padding: 0;
	font-family:
		"Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", 
		"Hiragino Sans",
		"Yu Gothic Medium", "Yu Gothic",
		"Meiryo", 
		"Noto Sans CJK JP", "Noto Sans JP",
		"Segoe UI", "Helvetica Neue", Arial,
    	sans-serif !important;
}
.quote.plus h2{
	font-family:
		"Hiragino Kaku Gothic ProN",
		"Hiragino Kaku Gothic Pro", 
		"Hiragino Sans",
		"Yu Gothic Medium", "Yu Gothic",
		"Meiryo", 
		"Noto Sans CJK JP", "Noto Sans JP",
		"Segoe UI", "Helvetica Neue", Arial,
		sans-serif !important;
}
.plus-top {
  line-height: 1.1;
  color: #333;
  box-sizing: border-box;
}

.plus-top section {
    padding: 100px 0px 0px;
    margin: 75px 0px;
}

.plus-top .top-title {
  margin-bottom: 30px;
  color: #005bac;
  background: #ffffff78;
  height: 269px;
}
.plus-top .top-title h2{
  margin-left: -18%;
  margin-left: 0;
  text-align: left;
  display: inline-block;
  text-shadow: 1px 1px 8px #fff;
  line-height: 1.3;
  font-size: 62px;
  padding: 35px 0;
  width: 800px;
}
.plus-top .top-title h2 .ss42{font-size: 42px; vertical-align: middle;}
.plus-top .top-title h2 .s62 {font-size: 62px;}
.plus-top .top-title h2 .m70{font-size: 70px;}
.plus-top .top-title h2 .l90{font-size: 90px;}


.plus-top h2{
  font-size: 49px;
  margin-bottom: 0;
  padding: 25px 0;
}
.plus-top h2 span{
  font-size: 42px;
  font-weight: bold;
}
.quote h2 span:after{
	height: 0;
}
@media screen and (max-width: 1200px) {
	.plus-top .top-title h2{
		width: auto;
	}
}

/* ===============================
   メインビジュアル
=============================== */
.main-visual {
  text-align: center;
  color: white;
  background: url('/wp_module/wp-content/uploads/2025/08/AdobeStock_1053803634-scaled.jpeg') no-repeat center center / cover;
  padding: 100px 20px;
  text-align: center;
  height: 976px;
  position: relative;
  margin: 0 !important;
}
/*
.inner-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
*/
.main-visual .point-area{
	display: inline-block;
    text-align: left;
    margin-bottom: 20px;
	width: 800px;
} 
.plus-top .point-title{
    font-size: 45px;
    font-weight: bold;
}
.main-visual .points {
  display: flex;
  justify-content: left;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.main-visual .points div {
    background: #ffff;
    padding: 12px 12px;
    border-radius: 5px;
    max-width: 220px;
    text-align: left;
    color: #005bac;
    font-size: 25px;
    font-weight: bold;
}
.main-visual .points div span{
	color: #adadad;	
    font-size: 18px;
    font-weight: normal;
}

/* 内側白帯エリア */
.campaign-banner{
    background: #FFFFFFDE 0% 0% no-repeat padding-box;
    clip-path: polygon(0 0, 100% 0, calc(100% - 30px) 100%, 0% 100%);
    height: 124px;
    position: absolute;
    bottom: 71px;
    width: 88%;
}

/* 左のリボン */
.ribbon {
  position: relative;
  background: linear-gradient(to bottom, #f9dca7, #a8832a);
  color: white;
  font-weight: bold;
  text-align: center;
  padding: 20px 10px;
  min-width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
	clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 100%,
	50% 85%,
    0% 100%
  );
  margin-bottom: 16px;
  font-size: 18px;
}

.ribbon span {
  line-height: 1.3;
}

.campaign-body {
  padding: 20px 30px;
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}



/* キャンペーン文章 */
.campaign-text {
  color: #333;
  font-size: 0.95em;
  line-height: 1.6;
}
.campaign-text p{
    padding: 0;
    text-align: left;
    line-height: 2.0;
    color: #005bac;
}

/* CTAボタン */
.main-visual .cta-button{
	position: absolute;
	bottom: 88px;
    left: 63%;
    width: 372px;
    height: 64px;
}
.main-visual .cta-button .btn {
    background-color: #005bac;
    color: white;
    padding: 6px 20px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 24px;
}
@media screen and (min-width: 1201px) and (max-width: 1600px){
	.banner-inner {
		height: 47px;
        width: 687px;
	}
	.main-visual .cta-button{
    	left: 54%;
	}
}

@media screen and (max-width: 1200px) {
	.main-visual{
		height: 840px;	
	}
	.plus-top section {
		padding: 35px 0px;
	}
	  .plus-top h2 {
		font-size: 36px;
	  }

	  .main-visual .points {
		flex-direction: column;
		align-items: center;
	  }
	.main-visual .points div {
		font-size: 20px;
        width: 80%;
	}
	.main-visual .points div span{
		font-size: 12px;
	}
	.plus-top .top-title{
		height: 165px;
		margin-bottom: 96px;
	}
	.plus-top .top-title h2 {
		margin-left: 0;
        font-size: 38px;
        padding: 30px 0;
        line-height: 1.0;
	}
	.plus-top .top-title h2 .ss42{font-size: 25px;}
	.plus-top .top-title h2 .s62{font-size: 45px;}
	.plus-top .top-title h2 .m70{font-size: 58px;}
	.plus-top .top-title h2 .l90{font-size: 73px;}

	.plus-top .point-title {
    	font-size: 30px;
		text-align: center;
	}
	.main-visual .point-area{
		margin-left: auto;
		width: auto;
	}
	.main-visual .points div{
		max-width: 584px;
	}
	.campaign-banner{
		display: none;
	}
	.banner-inner {
		display: block;
		position: relative;
		height: auto;
		width: 240px;
	}
	.main-visual .cta-button{
		bottom: 18px;
		left: 0;
		right: 0;
		margin: auto;
	}
}

/* ===============================
   お悩みセクション
=============================== */
section.problem{
  background: linear-gradient(to bottom right, #56c6f4, #5586ab);
	padding: 70px 20px 100px;
  position: relative;
  color: white;
  overflow: hidden;
	clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  margin: 0;
}
.problem-inner {
  max-width: 970px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.problem-inner::before {
    content: "PROBLEM";
    position: absolute;
    top: -8px;
    left: 72%;
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    z-index: 0;
    pointer-events: none;
    user-select: none;
}

section.problem h2 {
  padding-bottom: 0px;
}

.category h3 {
  font-weight: bold;
  font-size: 34px;
  margin: 20px 0 20px;
}

.category ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category li {
  background: white;
  color: #333;
  padding: 12px 16px;
  margin-bottom: 15px;
  border-radius: 6px;
  text-align: left;
  font-size: 27px;
  line-height: 1.6;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

@media screen and (max-width: 1200px) {
	section.problem{
		padding: 40px 10px 70px;
		clip-path: polygon(0 0, 100% 0, 100% 94%, 0% 100%);
	}
	  section.problem::before {
		display: none;
	  }
	.category ul{
		padding-left: 0;
	}
	.problem-inner::before{
		top: 5px;
		right: 3px;
		font-size: 50px;
		left: auto;
	}
	.category li{
		font-size: 14px;
		padding: 10px 6px;
	}
	.category h3{
	    font-size: 22px;
	}
}


/* ===============================
   メリット
=============================== */
section.benefit{
	padding: 0;
    margin: 0 auto;
	margin-bottom: 60px;
	margin-top: 20px;
}
.benefit h2{
  color: #005bac;
	position: relative;
}
.benefit h2::before {
    content: "BENEFIT";
    position: absolute;
    top: -24px;
    left: 0;
    font-size: 100px;
    font-weight: bold;
    color: #E0EEFDB2;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    transform: translateX(320px);
}
.benefit-content{
  max-width: 970px;
  margin: 0 auto;
}
.benefit h3 {
	padding: 15px;
    border-left: 5px solid #005bac;
    margin-bottom: 10px;
	color: #005bac;
    font-size: 28px;
}
.benefit p{
	padding: 0 0 20px 20px;
	font-size: 20px;
}
.benefit ul {
  list-style: none;
  padding: 0;
  max-width: 970px;
  margin: 0 auto;
}

.benefit li {
    background: white;
    padding: 15px;
    border-left: 5px solid #005bac;
    margin-bottom: 10px;
}

@media screen and (min-width: 1201px) and (max-width: 1500px) {
	.benefit h2::before  {
    	transform: translateX(-197px);
	}
}

@media screen and (max-width: 1200px) {
	section.benefit{
		max-width: 95%;
	}
	.benefit h2{
		margin-bottom: 0;
		padding: 40px 0 5px;
	}
	.benefit h2::before {
		left: 3px;
	    font-size: 50px;
	    transform: translateX(0px);
	}
	.benefit h3 {
		padding: 10px;
		font-size: 18px;
	}
	.benefit p {
		padding: 0 0 15px 15px;
		font-size: 12px;
	}
}

/* ===============================
   組立サービス
=============================== */

.bg-shift-box {
  height: 100%;
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}

section.assembly .bg-shift-box {
  transform: translateX(230px);
  background: #C5EAF8;
}


section.assembly {
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.content {
  max-width: 970px;
  margin: 0 auto;
  position: relative; /* z-indexで背景の上に */
  z-index: 1;
}

/* トップ：画像とタイトル横並び */
.assembly-top {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 40px;
}
.assembly-top.mobile{
	display: none;
}
.assembly-image .modeling-content img {
  width: 250px;
  height: auto;
  border-radius: 4px;
}
.assembly-header {
  position: relative;
}
.assembly-header h2{
	padding-top: 0;
}
.assembly-header::before{
    content: "ASSEMBLY";
    position: absolute;
    top: -38px;
    left: 41%;
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    pointer-events: none;
    user-select: none;
}
.assembly-top.mobile h2{
	padding-bottom: 0 !important;
    margin-bottom: 0;
}
.assembly-top.mobile::before{
    content: "ASSEMBLY";
    position: absolute;
	top: 5px;
    right: 3px;
    font-size: 50px;
    font-size: 50px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

.assembly-header h2,
.assembly-top.mobile h2{
  font-weight: bold;
  position: relative;
  z-index: 2;
  color: #ffff;
  text-align: left;
  padding-bottom: 15px;
}
.assembly-header .text{	
	color: #ffff;
}
.assembly-header .text p{
    padding-top: 10px;
	font-size: 20px;
}
.assembly-header .text strong{
	font-size: 25px;
    line-height: 1.6;
}
.assembly-bg-text {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 80px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2);
  z-index: 1;
  pointer-events: none;
}

.assembly-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.assembly-point .label img {
  width: 60px; /* サイズは調整可能 */
  height: auto;
  display: block;
}
.assembly-point .text {
  font-size: 18px;
}
.assembly-point .text strong {
  display: block;
  margin-bottom: 5px;
  color: #005bac;
	font-size: 28px;
}
.assembly-point .text p {
  margin: 0;
  font-size: 20px;
  color: #898989;
  padding: 5px 0;
}

@media screen and (min-width: 1355px) and (max-width: 1700px) {
	section.assembly .bg-shift-box {
    	transform: translateX(160px);
	}
}
@media screen and (max-width: 1354px) {
  .assembly-body {
    flex-direction: column;
  }
	section.assembly{
		padding: 30px 0;
	}
	section.assembly .bg-shift-box{
		transform: none;
	}
	.assembly-top{
		display: none;
	}
	.assembly-top.mobile {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 10px;
		margin-bottom: 15px;
	}
	.assembly-header{
		display: flex;
	    flex-direction: column;
		width: 95%;
	}
	.assembly-header::before{
		display: none;
	}
	.assembly-header h2{
		order: -1;
		margin-bottom: 10px;
		text-align: center;
	}
}
@media screen and (max-width: 1200px) {
	.assembly-header .text strong {
		font-size: 18px;
		line-height: 1.5;
	}
	.assembly-header .text p {
		padding-top: 5px;
		font-size: 14px;
	}
	.assembly-point{
		gap: 10px;
    	margin-bottom: 10px;
	}
	.assembly-point .text strong{
		font-size: 18px;
	}
	.assembly-point .text p{
		font-size: 12px;
		padding-right: 10px;
	}
}

/* ===============================
   図面化・3Dモデル
=============================== */
.modeling {
    background: transparent url(/wp_module/wp-content/uploads/2025/08/texture_blue.png) repeat top left;
    background-size: 60%;
}

.modeling h2{
  color: #005bac;
  padding: 40px 0 0 0;
  position: relative;
}
.modeling h2::before {
    content: "DRAFT & 3D MODEL";
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 100px;
    font-weight: bold;
    color: #E0EEFDB2;
    z-index: -1;
    pointer-events: none;
    user-select: none;
    transform: translateX(320px);
}
.modeling-content {
  max-width: 970px;
  margin: 0 auto;
}

.modeling-img {
  display: flex;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.modeling-img .text {
    margin-left: 15px;
}

.modeling-content ul {
  list-style: disc;
  padding-left: 20px;
}
.modeling-point {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 30px;
}

.modeling-point .label img {
  width: 60px; /* サイズは調整可能 */
  height: auto;
  display: block;
}
.modeling-point .text {
  font-size: 18px;
}
.modeling-point .text strong {
  display: block;
  margin-bottom: 5px;
  color: #005bac;
	font-size: 28px;
}
.modeling-point .text p {
  margin: 0;
  font-size: 20px;
  color: #898989;
  padding: 5px 0;
}


@media screen and (min-width: 1201px) and (max-width: 1500px) {
	.modeling h2::before  {
    	transform: translateX(-197px);
	}
}

@media screen and (max-width: 1200px) {
	.modeling-img {
		display: block;
		width: 95%;
		text-align: center;
	}
	.modeling h2::before {
		content: "DRAFT & 3D MODEL";
		top: 0;
		left: 3px;
		font-size: 50px;
		line-height: 1.0;		
    	transform: translateX(0px);
		text-align: left;
	}
	.modeling-point{
		text-align: left;
		margin-top: 15px;
	}
	.modeling-point .text strong{
		font-size: 18px;
	}
	.modeling-point .text p{
		font-size: 12px;
	}
	.modeling-text{
		width: 95%;
    	margin: auto;
	}
}

/* ===============================
   利用方法
=============================== */
section.guide {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
  color: #ffff;
}

section.guide .bg-shift-box {
  transform: translateX(-230px);
  background: #5394cb;
}

section.guide .bg-shift-box::before {
    content: "GUIDE";
    position: absolute;
    top: 33px;
    right: 20px;
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    pointer-events: none;
    user-select: none;	
}
.guide-title::before {
    content: "GUIDE";
    position: absolute;
	top: -27px;
    left: 91%;
    font-size: 100px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.4);
    z-index: 1;
    pointer-events: none;
    user-select: none;
}

/* 左右並び */
.guide-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

/* 左カラム */
.guide-steps {
  flex: 0 0 630px;
  min-width: 300px;
}

/* ステップ要素 */
.step {
  display: flex;
  align-items: stretch;
  margin-bottom: 24px;
}

.number-box {
  display: flex;
  align-items: flex-start;
  margin-right: 16px;
  flex-shrink: 0;
}

.step .number {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  margin-right: 12px;
}

.bar {
  width: 1px;
  height: 100%;
  background-color: #fff;
}

.step-text strong {
  display: block;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 4px;
}

.step-text p {
  font-size: 20px;
  color: #e8f5fc;
  padding: 5px 0 0 0;
}

/* 右カラム（画像） */
.guide-image {
  flex: 1;
  min-width: 300px;
  text-align: center;
}

.guide-image img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.guide-image .caption {
  font-size: 12px;
  color: #e8f5fc;
}

@media screen and (min-width: 1901px){
	.guide-title::before{
		display: block;
	}
	section.guide .bg-shift-box::before{
		display: none;
	}
}
@media screen and  (min-width: 1201px) and (max-width: 1900px){
	.guide-title::before{
		display: none;
	}
	section.guide .bg-shift-box::before{
		display: block;
	}
}
@media screen and (max-width: 1200px){
	.guide-title::before{
		display: block;
	}
	section.guide .bg-shift-box::before{
		display: none;
	}
}

@media screen and (min-width: 1355px) and (max-width: 1900px) {
	section.guide .bg-shift-box{
    	transform: translateX(-195px);
	}
}
@media screen and (max-width: 1355px){
	section.guide .bg-shift-box{
		transform: none;
	}	
	section.guide .bg-shift-box::before{
		right: 35px;
	}
}

@media screen and (max-width: 1200px) {
	.guide-title::before{
		left: auto;
    	right: 10px;
		font-size: 50px;
	}
	.guide-flex {
	    display: block;
	}
	.number-box{
		 margin-right: 10px;
	}
	.step .number {
		font-size: 25px;
		margin-left: 15px;
	}
	.step-text strong {
		font-size: 18px;
		margin-bottom: 0px;
	}	
	.step-text p {
		font-size: 14px;
	}
}

/* ===============================
   CTAセクション
=============================== */
/* セクション全体を中央寄せ */
.cta-section {
    text-align: center;
    margin: -20px auto 130px !important;
	padding: 0 !important;
}

/* 上のキャプションテキスト */
.cta-caption {
    color: #1b5e96;
    font-size: 31px;
    margin-bottom: 6px;
    font-weight: bold;
    padding: 0;
}

/* ボタンのスタイル */
.cta-section .cta-button {
    display: inline-block;
    background-color: #005aa7;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 85px;
    border-radius: 3px;
    transition: background-color 0.3s;
    font-size: 35px;
}

.cta-section .cta-button:hover {
  background-color: #004080; /* ホバー時の濃い青 */
}

@media screen and (max-width: 768px) {
	.cta-section{
		max-width: 300px;
		margin: 0px auto 40px;	
	}
	.cta-section .cta-button{
		padding: 10px 45px;
		font-size: 22px;
	}
	.cta-section .cta-caption{
	    font-size: 20px;
	}
}

