/* ========================================
Reset
======================================== */

*,
*::before,
*::after{
    margin:0;
    padding:0;
    box-sizing:border-box;
}


html{
    scroll-behavior:smooth;
}

body{
    font-family:
    "Yu Gothic",
    "Hiragino Kaku Gothic ProN",
    sans-serif;
    color:#333;

    font-size:16px;
    background:#fff;
}

img{
    display:block;
    width:100%;
    height:auto;
}

a{
    text-decoration:none;
    color:inherit;
}

ul{
    list-style:none;
}
h1{
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #072d60;
  line-height: 28px;
}
h1 span{
    background: linear-gradient(90deg, #ff5000 0%, #f68829 40%, #ff3bae 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    font-weight: 800;
    font-size: 30px;
}
/* ========================================
Common
======================================== */

.inner{
  position: relative;
    width:min(1200px,calc(100% - 40px));
    margin:auto;
}

section{
    padding:60px 0;
}

.section-subtitle{
    color:#ff7300;
    font-weight:bold;
    margin-bottom:10px;
    letter-spacing:.08em;
}

.section-title{
    font-size:26px;
    font-weight:700;
    line-height:1.4;
    text-align:center;
    margin-bottom:60px;
    color: #072d60;
}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:18px 40px;
    border-radius:999px;
    font-weight:bold;
    transition:.3s;
}

.btn-orange{
    background:#ff7300;
    color:#fff;
}

.btn-orange:hover{
    background:#ff5d00;
    transform:translateY(-3px);
}

.btn-outline{
    border:2px solid #ff7300;
    color:#ff7300;
}

.btn-outline:hover{
    background:#ff7300;
    color:#fff;
}

.btn-large{
    padding:22px 60px;
    font-size:18px;
    background:#ff7300;
    color:#fff;
}

.btn-large:hover{
    background:#ff5d00;
}

/* ========================================
Header
======================================== */

.header{

    position:sticky;
    top:0;
    background:#fff;
    z-index:1000;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
}

.header .inner{
    display:flex;
    justify-content:space-between;
    align-items:center;
    height:90px;
}

.logo{
    width:180px;
}

.header-btn{
    background:#072d60;
    color:#fff;
    padding:15px 32px;
    border-radius:999px;
    transition:.3s;
}

.header-btn:hover{
    background:#0a3d82;
}

/* ========================================
Hero
======================================== */

.hero{

    padding:80px 0;
    margin: auto;
    position: relative;
}

.hero .inner{

}

.hero-sub{
    color:#ff7300;
    font-weight:bold;
    margin-bottom:20px;
}

.hero h2{

    font-size:54px;
    line-height:1.3;
    margin-bottom:30px;
    color: #072d60;
}

.hero h2 span{
    color:#ff7300;
}

.hero-subtitle{
  font-size:30px;
  font-weight:bold;
  line-height:1.3;
  color: #072d60;
    margin-bottom:40px;
}
.orange{
  color: #ff7300;
}
.hero-image img{
    border-radius:20px;
    box-shadow:0 20px 40px rgba(0,0,0,.1);
}
.hero-btn{
  margin-top: 30px;

}
.topimg{
  position: absolute;
top: -50px;
  right: 0;
  max-width: 550px;
  z-index: -1;
}
/* ========================================
Problem
======================================== */

.problem{
background:#e3ebf3;
}

.problem-list{
  margin: auto;
  max-width: 950px;
  position: relative;
}



.problem01{
  width: 200px;

  display: block;
}

.onayami{
  width: 280px;
  position:absolute;

}
.onayami01{
  top: -50px;
  left: 166px;
}
.onayami02{
  top: 125px;
  left: 350px;
}
.onayami03{
  top: -50px;
  right: 161px;
}
.onayami04{
  top: 125px;
  right: 0px;
}
/* ========================================
Solution
======================================== */

.solution{
    background:#072d60;
    padding: 20px 0;
}
.solution .section-title{
  color: #fff;
  margin-bottom: 30px;
}
.solution .lead{
    max-width:900px;
    margin:0 auto 60px;
    text-align:center;
    font-size:18px;
}

.solution-image{
    max-width:900px;
    margin:auto;
}

.solution-image img{
    border-radius:20px;
}
.shape {
  width: 100%;
  height: 80px;
  margin-top: -80px;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 0 100%);
}
.shape1{
    background: #072d60;
      margin-bottom: -1px;
}
.shape2{
    background: #fff;
}
/* ========================================
Feature
======================================== */

.feature{
    background:#fff;

    margin: auto;
}
.feature1{
  font-weight: bold;
}
.feature-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px;
}

.feature-item{
    position: relative;
    text-align:center;
    padding:40px 30px;
    border-radius:20px;
    background:#fff;
    border: 3px solid #a3bbd3;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}
.feature-item-number{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top:10px;
  left: 10px;
  border-radius: 100px;
  color: #fff;
  background-color: #ff7300;
}
.feature-item-number p{
  text-align: center;
}

.feature-item .icon{
    width:90px;
    margin:0 auto 30px;
}

.feature-item h3{
    font-size:22px;

    color:#072d60;
}

.feature-item p{
    line-height:1.8;
}
.feature-item img{
  width: 60%;
  margin: auto;
  margin-bottom: 15px;
  display: block;
}
.feature{
  font-weight: normal;
  font-size: 16px;
  color: #000;
  margin-top: 12px;
}
.feature2{
  text-align: left;
  margin-top: 15px;
}
.feature2 span{
  font-size: 14px;
}
/* ========================================
About
======================================== */
.plan h2{

  margin-bottom: 30px;
      color: #072d60;
}
.plan img{
  max-width: 1000px;
  margin: auto;
  display: block;
}
/* ========================================
Flow
======================================== */

.flow{
    background:#fff;
}

.flow .section-heading{
    text-align:center;
    margin-bottom:70px;
}

/* 矢印 */

.flow-item:not(:last-child)::after{

    content:"→";

    position:absolute;
    right:-20px;
    top:50%;

    transform:translateY(-50%);

    font-size:32px;

    color:#ff7300;

    font-weight:bold;

}
.flow img{
  max-width: 1000px;
  margin: auto;
  display: block;
}
/* ========================================
Point
======================================== */

.point{

    background:#eef7ff;

}

.point-box{

    display:grid;

    grid-template-columns:420px 1fr;

    gap:60px;

    align-items:center;

    background:#fff;

    border-radius:24px;

    padding:60px;

    box-shadow:0 20px 40px rgba(0,0,0,.08);

}

.point-image img{

    border-radius:18px;

}

.point-content h2{

    font-size:42px;

    line-height:1.4;

    color:#072d60;

    margin-bottom:25px;

}

.point-content h2 span{

    color:#ff7300;

}

.point-content p{

    font-size:17px;

    line-height:2;

    margin-bottom:35px;

}

.point-content ul{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.point-content li{

    position:relative;

    background:#f7f9fc;

    border-left:5px solid #ff7300;

    padding:18px 18px 18px 48px;

    border-radius:10px;

    font-weight:bold;

}

.point-content li::before{

    content:"✓";

    position:absolute;

    left:18px;

    top:50%;

    transform:translateY(-50%);

    color:#ff7300;

    font-weight:bold;

    font-size:18px;

}
/* ========================================
Plan
======================================== */

.plan{
    background:#fff;
}

.plan .section-heading{
    text-align:center;
    margin-bottom:70px;
}

.plan-list{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    align-items:stretch;
}

.plan-card{
    position:relative;
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.3s;
}

.plan-card:hover{
    transform:translateY(-10px);
}

.plan-card--popular{
    border:3px solid #ff7300;
    transform:scale(1.04);
}

.plan-card--popular:hover{
    transform:scale(1.04) translateY(-10px);
}

.popular{
    position:absolute;
    top:20px;
    right:-45px;
    width:170px;
    text-align:center;
    background:#ff7300;
    color:#fff;
    padding:8px 0;
    transform:rotate(45deg);
    font-size:13px;
    font-weight:bold;
}

.plan-head{
    background:#072d60;
    color:#fff;
    text-align:center;
    padding:40px 25px;
}

.plan-label{
    display:inline-block;
    margin-bottom:12px;
    font-size:14px;
    opacity:.8;
}

.plan-head h3{
    font-size:30px;
    margin-bottom:20px;
}

.price{
    font-size:48px;
    font-weight:bold;
    color:#ff7300;
    line-height:1;
}

.price small{
    font-size:22px;
}

.price span{
    display:block;
    margin-top:10px;
    color:#fff;
    font-size:14px;
    font-weight:400;
}

.plan-card ul{
    padding:35px;
}

.plan-card li{
    position:relative;
    padding:14px 0 14px 30px;
    border-bottom:1px solid #eee;
}

.plan-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#ff7300;
    font-weight:bold;
}

.plan-card .btn{
    width:calc(100% - 60px);
    margin:0 30px 35px;
}

/* ========================================
CTA
======================================== */
#contact{
  text-align:center;
}
.cta{
    background:#072d60;
    color:#fff;
    text-align:center;
}

.cta h2{
    font-size:22px;
background-color: #ff9f42;
    margin-bottom:25px;
    padding: 10px;
    border-radius: 10px;
    width: 80%;
    margin: auto;
}

.cta p{
    font-size:18px;
    margin-bottom:0px;
}

.cta .btn-large{
    margin-bottom:25px;
    margin-top: 25px;
}

.cta small{
    display:block;
    opacity:.8;
    line-height:1.8;
}

.innertext1{
  margin: 0;
  font-weight: bold;
}
.innertext1::before {
    transform: rotate(45deg);
}
.innertext1::before,.innertext1::after {
  display: inline-block;
    content: "";
    width: 22px;
    height: 3px;
    border-radius: 10px;
    background: #fff;
}
.innertext1::after {
    transform: rotate(-45deg);
}
footer{
  text-align: center;
  background: #d8d8d8;
  font-weight: bold;
  padding: 20px;
}
footer .copy{
  font-weight: normal;
  font-size: 14px;
}
.pc{
  display: block!important;
}
.sp{
  display: none!important;
}
/* ========================================
Responsive 1000px
========================================

@media (max-width:1000px){

section{
    padding:80px 0;
}

.section-title{
    font-size:34px;
}

.hero .inner,
.about-content,
.point-box{
    grid-template-columns:1fr;
}

.hero-image{
    order:-1;
}

.flow-list{
    grid-template-columns:repeat(2,1fr);
}

.flow-item::after{
    display:none;
}

.plan-list{
    grid-template-columns:1fr;
}

.plan-card--popular{
    transform:none;
}

.plan-card--popular:hover{
    transform:translateY(-10px);
}

.company-box{
    flex-direction:column;
}

}

 ========================================
Responsive 768px
======================================== */
@media (max-width:1000px){
  .problem-list,
  .feature-list,
  .flow-list{
      grid-template-columns:1fr;
  }
  .feature-item img{
    width: 100px;
  }
  .feature-item{
    width: 80%;
    margin: auto;
  }
  .shape1{
        margin-bottom: -2px;
  }
  .shape{
    margin-top: -79px;
  }
}
@media (max-width:950px){
  h1{
text-align: right;
    line-height: 20px;
    font-size: 14px;
  }
  h1 span{
font-size: 18px;
  }
.header{
  padding: 0;
}
  .header .inner img{
    width: 100px;
  }
  .onayami03 {
    top: -50px;
    right: 70px;
}
.onayami02 {
    top: 125px;
    left: 250px;
}
.topimg{
  opacity: 0.3;
}
}
@media (max-width:800px){
  .pc{
    display: none!important;
  }
  .sp{
    display: block!important;
  }
body{
    font-size:15px;
}

section{
    padding:20px 0;
}

.inner{
    width:calc(100% - 30px);
}
.solution{

}
.header .inner{
    height:70px;
}

.logo{
    width:140px;
}

.header-btn{
    display:none;
}
.planimg{
  width: 100%;
  overflow-x: scroll;
}
.planimg img{
  width: 700px;
}
.plan p{
  text-align: center;
}
.section-title{
    font-size:18px;
    margin-bottom:40px;
}

.hero{
    padding:50px 0;
}

.hero h1{
    font-size:24px;
}
.hero-subtitle{
  font-size:22px;
}
.hero-text{
    font-size:16px;
}

.problem-list,
.feature-list,
.flow-list{
    grid-template-columns:1fr;
}
.feature-item img{
  width: 50%;
}
.feature-item{
  width: 98%;
  margin: auto;
}
.point-box{
    padding:35px 25px;
}

.point-content h2{
    font-size:30px;
}
.feature-item{
  padding: 20px;
}
.point-content ul{
    grid-template-columns:1fr;
}

.plan-head{
    padding:30px 20px;
}

.price{
    font-size:38px;
}
.onayami {
    width: 90%;
    position: relative;
}
.problem01{
  display: none;
}
.onayami01,.onayami02,.onayami03,.onayami04{
  top:0;
  right: 0;
  left: 0;
  margin: auto;
  display:block;

}
.cta h2{
    font-size:18px;
}
.cta p{
      font-size: 12px;
}
.footer-nav ul{
    flex-direction:column;
    gap:18px;
}

.footer{
    padding-bottom:80px;
}
.btn-large{
      padding: 22px 20px;
}
}
