@charset "UTF-8";

/* CSS Document */
/* --------------------------
PC 768px以上
-------------------------- */
/* 全体 */
body {
    font-size: 62.5%;
    font-family:"Noto Sans JP", sans-serif,'ヒラギノ角ゴシック','Hiragino Sans','メイリオ', 'Meiryo','sans-serif';
    font-weight: normal;
    color: #505050;
    font-optical-sizing: auto;
 }
a:link,a:visited {
    color: #39f;
}
a:hover,a:active {
    color: #f60;
}
/* ブラウザのcssをリセット */
p {
    margin: 0;
    padding: 0;
}
section {
    clear: both;
    overflow: hidden;
    padding: 3%;
}
/* --------------------------
全体レイアウト / 背景設定(PC)
-------------------------- */
/* 全体 */
.main {
    background-color: #f2f2f2;
}
/* 記事エリア */
.article {
    background-color: #fff;
    font-size: 1.6em; /* 16px */
}
.article p {
    line-height: 1.6;
}
.article {
    width: 100%;
}
.top_image_in,.section_inner {
    width: 950px;
    margin: 0 auto;
}

/* --------------------------
FV設定
-------------------------- */
.fv{
background:#fbfeff;
padding:120px 20px;
position:relative;
overflow:hidden;
}
.fv-inner{
max-width:80%;
margin:auto;
position:relative;
z-index:2;
}
.fv-target{
color: #2980af;
font-size:1.2rem;
letter-spacing:0.1em;
display:flex;
flex-wrap:wrap;
gap:20px;
}
.fv-target span {
border:2px solid #2980af;
color: #2980af;
padding:10px;
border-radius:10px;
font-weight: 600;
text-align: center;
}
.fv-title{
font-size:4rem;
font-weight:700;
line-height:1.8;
margin-bottom:20px;
background: linear-gradient(135deg, #00b0cc 0%, #7deea3 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
/* アクセント図形 */
.fv-shape{
position:absolute;
right:-120px;
top:50%;
width:420px;
height:420px;
background:#2980af;
border-radius:50%;
transform:translateY(-50%);
opacity:0.15;
animation:float 6s ease-in-out infinite;
}
/* ゆっくり上下 */
@keyframes float{
0%{
transform:translateY(-50%) translateX(0px);
}
50%{
transform:translateY(-55%) translateX(-10px);
}
100%{
transform:translateY(-50%) translateX(0px);
}
}
/* --------------------------
header設定
-------------------------- */
.header{
position:sticky;
top:0;
background:rgba(255,255,255,0.8);
z-index:1000;
box-shadow:0 2px 10px rgba(0,0,0,0.05);
}
.header-inner{
max-width:80%;
margin:auto;
padding:1.5% 0;
display:flex;
align-items:center;
justify-content: space-between;
}
.header-logo {
    width: 15%;
}
.header-logo a img{
    width: 100%;
}
/* ナビ */
.header_right {
    display: flex;
    gap: 30px;
    align-items: center;
}
.header-nav ul{
display:flex;
gap:30px;
list-style:none;
margin:0;
padding:0;
}
.header-nav a{
text-decoration:none;
color:#505050;
font-size:0.9rem;
transition:0.2s;
font-weight: 500;
}
.header-nav a:hover{
color:#00b0cc;
}
/* CTA */
.header-cta{
display:flex;
gap:12px;
}
.header-cta .btn{
padding:10px 18px;
border-radius:10px;
text-decoration:none;
font-size:0.9rem;
font-weight:bold;
transition:0.2s;
}
.header-cta .btn-apply{
background:#4ec077;
color:#fff;
}
.header-cta .btn-contact{
border:2px solid #00b0cc;
color:#00b0cc;
}
.header-cta .btn-contact:hover {
    background-color: #00b0cc;
    color: #fff;
}
.header-cta .btn:hover{
opacity:0.85;
}
.header-cta a.contact-btn-apply:link,
.header-cta a.contact-btn-apply:visited {
    color: #4ec077;
}
.header-cta a.contact-btn-mail:link,
.header-cta a.contact-btn-mail:visited {
    color: #fff;
}
.hamburger,
.sp-menu,
.sp-fixed-cta {
  display: none;
}
/* --------------------------
section設定
-------------------------- */
section h2 {
    color: #00b0cc;
    width: 80%;
    margin: 0 auto 3% auto;
    font-family: "Montserrat", sans-serif;
    font-weight:800;
    letter-spacing: 10px;
    font-size: 1.8rem;
}
section h2 span {
    font-size: 0.8rem;
    margin-left: 1.5%;
} 
/* --------------------------
.worries
-------------------------- */
.worries_inner {
    width: 80%;
    margin: 0 auto;
}
.worries_lead {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
    margin: 3%;
}
.worries_lead .worries_left {
    width: 60%;
}
.worries_title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 5px;
    color: #00b0cc;
    margin:0 0 3% 0;
}
.worries-features{
display:flex;
flex-wrap:wrap;
gap:20px;
justify-content:center;
flex-direction: column;
}
.worries-features span{
border:2px solid #2980af;
color:#2980af;
padding:10px;
border-radius:10px;
font-size:0.8rem;
font-weight: 500;
text-align: center;
}
.worries_bar {
    background:#2980af;
    color: #fff;
    border-radius: 20px;
    width: fit-content;
    padding: 2%;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    line-height: 2em;
}
/* --------------------------
.solution
-------------------------- */
.solution {
    background: #f8f8f8;
}
.solution_inner {
    width: 80%;
    margin: 0 auto;
}
.solution_title {
    font-size: 1.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #00b0cc 0%, #7deea3 100%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
margin: 3% 0;
}
.solution-features{
display:flex;
flex-wrap:wrap;
gap:20px;
justify-content:center;
margin: 3% 0;
}
.solution-features span{
border:2px solid #00b0cc;
color:#00b0cc;
padding:1.5%;
border-radius:10px;
font-size:1.4rem;
font-weight: 700;
}
.solution_bar {
    color: #4ec077;
    border-radius: 20px;
    width: fit-content;
    padding: 2%;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 auto;
}
/* --------------------------
.works
-------------------------- */
.works{
  background:#fff;
}
.works-card{
  max-width:80%;
  margin:3% auto;
  background:#f5f7f8;
  border-radius:12px;
  padding:40px;
  display:flex;
  gap:50px;
  align-items:flex-start;
  transition:0.3s;
  justify-content: center;
}
/*.works-card:hover{
  transform:translateY(-4px);
}*/
.works-image{
  flex:0 0 400px;
}
.works-image img{
  width:100%;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.works-content{
  flex:1;
}
.works-title{
  font-size:1.2rem;
  background:#2980af;
  color:#fff;
  padding:1% 2%;
  border-radius:10px;
  letter-spacing:.04em;
  width: 100%;
  margin: 2% 0;
}
.works-tags{
  margin-bottom:3%;
}
.works-tags span{
  display:inline-block;
  border:1px solid #2980af;
  color:#2980af;
  padding:1% 1.5%;
  border-radius:20px;
  font-size:0.8rem;
  margin-right:1%;
  font-weight: 500;
}
.works-section{
  margin-bottom:3%;
}
.works-label{
  display:inline-block;
  background:#00b0cc;
  color:#fff;
  font-size:0.8rem;
  padding:1%;
  border-radius:5px;
  margin-bottom:1%;
  font-weight: 600;
}
.works-section p{
  line-height:1.9;
}
.works-recommend{
  margin-top:5%;
  border:2px solid #4fc978;
  border-radius:10px;
  padding:3%;
  background:#f8fff9;
}
.recommend-title{
  display:inline-block;
  background:#4fc978;
  color:#fff;
  padding:1%;
  border-radius:5px;
  font-size:1rem;
  margin-bottom:2%;
  font-weight: 500;
}
.works-recommend ul{
  margin:0;
  padding-left:18px;
  list-style-type: none;
}
.works-recommend li{
  margin-bottom:1%;
  line-height:1.7;
}
/* --------------------------
.flow{
-------------------------- */
.flow {
    background: #f8f8f8;
}
.flow_inner{
max-width:80%;
margin:auto;
}
/* 各ステップ */
.flow-item{
display:flex;
gap:40px;
background:#fff;
padding:3%;
border-radius:10px;
margin-bottom:30px;
position:relative;
}
.flow-item::before{
content:"";
position:absolute;
left:60px;
top:100%;
bottom:-30px;
width:2px;
border-left:2px dotted #cfcfcf;
z-index:0;
}
/* 最初と最後は調整 */
/*.flow-item:first-child::before{
top:50%;
}*/
.flow-item:last-child::before{
bottom:50%;
}
.flow-left{
width:30%;
position:relative;
z-index:1;
}
.step{
display:inline-block;
background:#2980af;
color:#fff;
padding:2%;
font-size:0.8rem;
font-weight: 600;
border-radius:10px;
margin-bottom:2%;
}
.flow-title{
color:#00b0cc;
font-size:1.4rem;
margin:0;
}
.flow-right{
flex:1;
line-height:1.8;
}
.flow-box{
border:2px dotted #4fc978;
padding:3%;
border-radius:10px;
margin:2% 0;
background:#fff;
width: fit-content;
}
.flow-box-title{
color:#4fc978;
font-weight:bold;
margin-bottom:10px;
}
.flow-tags span{
display:inline-block;
background:#4fc978;
color:#fff;
padding:8px 14px;
border-radius:10px;
margin-right:10px;
font-size: 0.8rem;
font-weight: 500;
}
.note{
font-size:0.8rem;
margin-top:10px;
}
/* --------------------------
.price
-------------------------- */
.price{
background:#fff;
}
.price-inner{
max-width:80%;
margin:auto;
text-align:center;
}
.price-card{
background:#00b0cc;
color:#fff;
padding:3%;
border-radius:20px;
display:inline-block;
min-width:60%;
margin-bottom:25px;
}
.price-label{
background:#fff;
color:#00b0cc;
display:inline-block;
padding:6px 16px;
border-radius:6px;
font-size:1.2rem;
font-weight: 500;
margin-bottom:15px;
}
.price-value{
font-weight:bold;
}
.price-value .number{
font-size:4rem;
letter-spacing:2px;
}
.price-value .yen{
font-size:3rem;
}
.price-value .tax{
font-size:1.4rem;
}

.price-notes{
font-size:0.8rem;
line-height:1.8;
width: 60%;
margin: 0 auto;
text-align: left;
}
.price-bar{
color:#4ec077;
font-size:1.6rem;
font-weight: 700;
margin: 3% auto;
}

.price-features{
display:flex;
flex-wrap:wrap;
gap:20px;
justify-content:center;
}
.price-features span{
border:2px solid #00b0cc;
color:#00b0cc;
padding:1.5%;
border-radius:10px;
font-size:1.4rem;
font-weight: 700;
}


/* --------------------------
.contact
-------------------------- */
.contact {
    background: #f8f8f8;
}
.contact-inner{
max-width:80%;
margin:auto;
text-align:center;
color:#fff;
background:#4ec077;
padding: 2%;
border-radius:20px;
}
.contact-text{
    font-size:1.2rem;
    margin-bottom:2%;
    font-weight: 600;
    line-height: 2 !important;
}
.contact-buttons{
display:flex;
gap:30px;
justify-content:center;
}
.contact-btn{
flex:1;
max-width:40%;
padding:3%;
font-size:1.6rem;
border-radius:20px;
text-decoration:none;
display:flex;
align-items:center;
justify-content:center;
gap:12px;
transition:0.3s;
font-weight:bold;
}
.contact-btn-apply{
background:#fff;
color:#4ec077;
}
.contact-btn-mail{
border:3px solid #fff;
color:#fff;
}
.contact-btn:hover{
transform:translateY(-4px);
box-shadow:0 10px 25px rgba(0,0,0,0.15);
}
.contact a.contact-btn-apply:link,
.contact a.contact-btn-apply:visited {
    color: #4ec077;
}
.contact a.contact-btn-mail:link,
.contact a.contact-btn-mail:visited {
    color: #fff;
}


/* --------------------------
footer 設定
-------------------------- */
.footer {
    background-color: #2980af;
    padding: 2em 0em;
    text-align: center;
    font-size: 1.4em;
    color: #fff;
}
.footer a {
    color: #fff;
}
.footer ul {
    display: flex;
    list-style-type: none;
    gap: 10px;
    justify-content: center;
    padding: 0;
}


/* --------------------------
.item_all 一覧ページ
-------------------------- */
.item_all {
  display: flex;
  gap: 20px;
  width: 80%;
  margin: 0 auto;
}
.item_all .item-card {
  flex-direction: column;
  background:#f8f8f8;
  border-radius:10px;
  width: 45%;
}
.item_all .item-card .works-image img {
    height: auto;
}
.item_all .item-card .works-content {
        width: 90%;
    margin: 5% auto;

}
.item_all .item-card .works-title {
    font-size: 1rem;    
    color: #2980af;
    background: none;
    letter-spacing: .04em;
    width: 100%;
    margin: 5% 0 0 0;
}
.item_all .item-card time {
     font-size: 0.7rem;
     color: #505050;
}
.item_all .item-card a.btn {
    padding: 2% 3%;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.8rem;
    display: flex;
    width: 50%;
    justify-content: center;
    margin: 5% 0;
    background: #00b0cc;
    color: #fff;
}
.nav-links {
    text-align: center;
    padding: 5%;
}
.nav-links a {
    padding: 10px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: bold;
    transition: 0.2s;
    background: #2980af;
    color: #fff;
}
.nav-links a:hover {
    background: none;
    border: 2px solid #2980af;
    color: #2980af;
}
/* --------------------------
.works_detail 一覧ページ
-------------------------- */
.works_detail .works-card {
    flex-direction: column;
}

.works_detail .works-image {
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.works_detail .works-image img {
    height: auto;
}
.works_detail .works-card:hover {
    transform:none;
}
/* --------------------------
固定ページ　.postitem
-------------------------- */
.postitem{
  background:#f8f8f8;
}
.postitem-card{
  max-width:80%;
  margin:auto;
  background:#fff;
  border-radius:10px;
  padding:40px;
  display:flex;
  gap:50px;
  align-items:flex-start;
  transition:0.3s;
  justify-content: center;
}
.works-image img{
  width:100%;
  border-radius:10px;
  box-shadow:0 6px 18px rgba(0,0,0,0.08);
}
.postitem-title{
  font-size:1.2rem;
  background:#2980af;
  color:#fff;
  padding:1% 2%;
  border-radius:10px;
  letter-spacing:.04em;
  width: 100%;
  margin: 2% 0;
}
.postitem-section{
  margin-bottom:3%;
}
.postitem-section p{
  line-height:1.9;
}

@media only screen and (max-width : 768px) {
/* --------------------------
SP 768px以下
-------------------------- */
/* 全体 */
body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 
}
section {
    padding:10% 3%;
}
/* --------------------------
FV設定
-------------------------- */
.fv{
padding:10% 0;
}
.fv-inner{
max-width:90%;
}
.fv-target{
font-size:1rem;
gap:20px;
}
.fv-target span {
padding:3%;
}
.fv-title{
font-size:4rem;
margin-bottom:20px;
}
/* --------------------------
header設定
-------------------------- */
.header-nav{
display:none;
}
.header-cta{
display:none;
}
.header-inner{
max-width:100%;
padding:3% 5%;
}
.header-logo {
    width: 30%;
}
.hamburger{
width:30px;
height:22px;
display:flex;
flex-direction:column;
justify-content:space-between;
cursor:pointer;
z-index:1001;
}
.hamburger span{
display:block;
height:3px;
background:#1f6fae;
border-radius:3px;
transition:0.3s;
}
/* 開いた時 */
.hamburger.active span:nth-child(1){
transform:translateY(9px) rotate(45deg);
}
.hamburger.active span:nth-child(2){
opacity:0;
}
.hamburger.active span:nth-child(3){
transform:translateY(-9px) rotate(-45deg);
}
.sp-menu{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background:rgba(247,250,251,0.95);
backdrop-filter:blur(8px);
display:flex;
flex-direction:column;
justify-content:center;
align-items:center;
opacity:0;
visibility:hidden;
transition:0.4s;
z-index:1000;
}
/* 表示 */
.sp-menu.active{
opacity:1;
visibility:visible;
}
.sp-nav{
display:flex;
flex-direction:column;
gap:32px;
text-align:center;
}
.sp-nav ul li {
    margin: 10% 0;
}
.sp-nav a{
font-size:2rem;
font-weight:600;
text-decoration:none;
color:#00b0cc;
transform:translateY(20px);
opacity:0;
transition:0.4s;
}
.sp-menu.active .sp-nav a{
transform:translateY(0);
opacity:1;
}
/* SP固定CTA */
.sp-fixed-cta{
position:fixed;
bottom:0;
left:0;
width:100%;
display:flex;
z-index:999;
box-shadow:0 -2px 10px rgba(0,0,0,0.1);
font-size: 1rem;
}
.sp-fixed-cta a{
flex:1;
text-align:center;
padding:16px;
font-weight:bold;
text-decoration:none;
}
.cta-contact{
background:#fff;
color:#00b0cc;
border-top:2px solid #00b0cc;
}
.cta-apply{
background:#00b0cc;
color:#fff;
}
.sp-fixed-cta a.cta-contact:link,
.sp-fixed-cta a.cta-contact:visited {
    color: #00b0cc;
}
.sp-fixed-cta a.cta-apply:link,
.sp-fixed-cta a.cta-apply:visited {
    color: #fff;
}
/* --------------------------
section設定
-------------------------- */
section h2 {
    width: 100%;
    margin: 0;
    padding: 5%;
    font-size: 1.8rem;
}
section h2 span {
    font-size: 0.8rem;
    margin-left: 1.5%;
} 
/* --------------------------
.worries
-------------------------- */
.worries_inner {
    width: 90%;
}
.worries_lead {
    flex-direction: column;
    margin:0 0 10% 0;
}
.worries_lead .worries_left {
    width: 100%;
}
.worries_title {
    font-size: 2.2rem;
    font-weight: 800;
    letter-spacing: 5px;
    color: #00b0cc;
    margin:0 0 3% 0;
}
.worries-features{
  width: 90%;
  flex-direction: column;
  margin: 5% 0;
}
.worries_bar {
    font-size: 1.2rem;
    text-align: left;
    padding: 5%;
}
/* --------------------------
.solution
-------------------------- */
.solution_inner {
    width: 90%;
    margin: 0 auto;
}
.solution_title {
  margin: 0 0 10% 0;
}
.solution-features{
  margin: 5% 0;
}
.solution-features span{
  width: 90%;
  text-align: center;
  font-size: 1.2rem;
  padding:2.5%;
}
/* --------------------------
.works
-------------------------- */
.works-card{
  max-width:90%;
  gap:30px;
  flex-direction:column;
  padding: 5%;
 }
.works-image{
  width:100%;
  flex: 0 ;
}
.works-title {
  margin:0 0 5% 0;
}
.works-tags,
.works-section{
  margin-bottom:10%;
}
.works-label,
.recommend-title {
  padding:2%;
}
/* --------------------------
.flow{
-------------------------- */
.flow_inner{
max-width:90%;
}
.flow-item{
padding:5%;
}
.flow-item::before{
content:"";
position:absolute;
left:20px;
top:0;
bottom:10;
width:2px;
border-left:2px dotted #cfcfcf;
z-index:0;
}
/* 最初と最後は調整 */
/*.flow-item:first-child::before{
top:50%;
}*/
.flow-item:last-child::before{
bottom:50%;
}
.flow-box{
padding:5%;
margin:2% auto;
}
.flow-tags{
  display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.note{
font-size:0.8rem;
margin-top:10px;
}
.flow-item{
flex-direction:column;
gap:20px;
}
.flow-left{
width:auto;
}
.flow-item::before{
display:none;
}
/* --------------------------
.price
-------------------------- */
.price-inner{
max-width:90%;
}
.price-card{
padding:5%;
margin-bottom:10%;
min-width:auto;
width:100%;
}
.price-value .number{
font-size:3rem;
}
.price-notes{
line-height:2.5;
width: 100%;
}
.price-bar{
margin: 5% auto;
font-size:1.4rem;
}
.price-features{
gap:10px;
justify-content:flex-start;
}
.price-features span{
font-size:0.9rem;
padding: 3%;
}
/* --------------------------
.contact
-------------------------- */
.contact-inner{
max-width:90%;
padding: 5%;
}
.contact-text{
    font-size:1rem;
    margin-bottom:2%;
    text-align: left;
}
.contact-buttons{
flex-direction:column;
width: 80%;
margin: 5% auto;
}
.contact-btn{
border-radius:10px;
max-width:none;
}
/* --------------------------
footer 設定
-------------------------- */
.footer {
    padding: 10% 0 15% 0;
    text-align: center;
    font-size: 1.2em;
}

/* --------------------------
固定ページ　.postitem
-------------------------- */
.postitem-card{
  max-width:90%;
  gap:30px;
  flex-direction:column;
  padding: 5%;
 }
.postitem-image{
  width:100%;
  flex: 0 ;
}
.postitem-title {
  margin:0 0 5% 0;
}
.postitem-section{
  margin-bottom:10%;
}
}