@charset "utf-8";

body {
  color: #3c3c3c;
}

.breadcrumb-001 {
    width: clamp(200px, 75%, 1100px);
    display: flex;
    gap: 0 1.5vw;
    list-style: none;
    padding: 0;
    margin: 3vw auto 0vw;
    font-size: clamp(6px, 1.4vw, 18px);
    font-weight: 500;
    align-items: center;
}

.breadcrumb-001 li {
    display: flex;
    align-items: center;
}

.breadcrumb-001 li:first-child::before {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-right: .2vw;
}

.breadcrumb-001 li:not(:last-child)::after {
    display: inline-block;
    transform: rotate(45deg);
    width: .5em;
    height: .5em;
    margin-left: 1.2vw;
    border-top: 1px solid #333333;
    border-right: 1px solid #333333;
    content: '';
}

.breadcrumb-001 a {
    color: #333333;
    text-decoration: none;
}
/* -----------------------mv----------------------- */
#mainview  {
  width: 100%;
  height: 35vw;
  background: url(/img/price.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

#mainview h1 {
  position: relative;
  top: 35%;
  font-size: 6vw;
  letter-spacing: 1.5px;
  color: #fff;
  align-items: center;
  text-align: center;
}

/* -----------------------price---------------------- */
#price {
    width: clamp(200px, 65%, 1000px);
    margin: 6vw auto;
}

#price h2 {
    font-size: clamp(10px, 3vw, 38px);
}
/* -----------------------custom---------------------- */
#custom {
    width: 100%;
    margin: 6vw auto 0;
    padding: 6vw 0 0;
    background-color: #d5e8ff;
}

#custom h2 {
    font-size: clamp(10px, 3vw, 38px);
    padding-bottom: 1.5vw;
    text-align: center;
}

.custom__subtitle {
    font-size: clamp(8px, 1.2vw, 18px);
    text-align: center;
    font-weight: 500;
    color: #3c3c3c;
    padding-bottom: 2vw;
}

.custom_flex {
    width: clamp(200px, 65%, 1000px);
    display: flex;
    margin: auto;
}

.custom_flex-box {
    width: 50%;
    height: clamp(200px, 45vh, 550px);
    margin: 1vw;
    padding: 3vw 3.2vw;
    border-radius: 2vw;
    background-color: #fff;
}

.custom_flex-image {
    height: clamp(80px, 60%, 200px);
}

.custom_flex-box img {
    width: auto;
    height: 100%;
    margin: auto;
}

.custom_flex-box h3 {
    font-size: clamp(6px, 1.8vw, 20px);
    text-align: center;
    color: #4057d7;
    padding: 1vw 0;
}

.custom_flex-box p {
    font-size: clamp(6px, 1.1vw, 16px);
    text-align: center;
    font-weight: 500;
    color: #3c3c3c;
}

.custom_button {
    width: clamp(200px, 65%, 1000px);
    margin: 3vw auto 0;
}

#custom .contact__cta {
    display: flex;
    justify-content: center;
    width: clamp(400px, 65%, 800px);
    margin: 2vw auto 3vw;
}


picture.custom_button_text {
    width: 70%;
    margin: auto;
}

#custom img.contact__block-image {
    width: 12%;
    height: auto;
    margin-top: -11%;
    margin-left: 82%;
}

/* ----------------------example----------------------- */
#example {
    width: clamp(200px, 65%, 1000px);
    margin: 6vw auto 0;
}

#example h2 {
    font-size: clamp(10px, 3vw, 38px);
    padding-bottom: 1.5vw;
        color: #4057d7;
    text-align: center;
}

.example__subtitle {
    font-size: clamp(8px, 1.2vw, 18px);
    text-align: center;
    font-weight: 500;
    color: #3c3c3c;
}

picture.example_box-case {
    margin: 3vw auto;
}

/* -----------------------none---------------------- */
@media (min-width: 500px) {

}

/* --------------------------------------------------------Mobile------------------------------------------------------- */
@media (max-width: 500px) {

.breadcrumb-001 {
    width: 90%;
    display: flex;
    gap: 0 3vw;
    margin: 6vw auto 0vw;
    font-size: 3vw;
}    

#mainview  {
  height: 50vh;
  background: url(/img/price_sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

#mainview h1 {
  font-size: 8vw;
  top: 45%;
}

#price {
    width: 94%;
    margin-top: 12vw;
}

#price h2 {
    font-size: 6vw;
}
/* -----------------------custom---------------------- */
#custom {
    width: 100%;
    margin: 6vw auto 0;
    padding: 18vw 0 12vw;
    background-color: #d5e8ff;
}

#custom h2 {
    font-size: 7vw;
    color: #4057d7;
    padding-bottom: 2vw;
}

.custom__subtitle {
    font-size: 3.5vw;
    padding-bottom: 6vw;
}

.custom_flex {
    width: 85%;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.custom_flex-box {
    width: 100%;
    height: 30vh;
    margin: 2vw auto;
    padding: 6vw 6.5vw;
    border-radius: 4vw;
}

.custom_flex-image {
    height: clamp(80px, 60%, 200px);
}

.custom_flex-box h3 {
    font-size: 4.5vw;
    padding: 2vw 0;
}

.custom_flex-box p {
    font-size: 2.5vw;
}

.custom_button {
    width: 90%;
    margin: 8vw auto 0;
}

picture.custom_button_text {
    width: 100%;
    margin: 0 auto 7vw;
}

#custom img.contact__block-image {
    width: 10%;
    height: auto;
    margin-top: -11%;
    margin-left: 85%;
}

#custom .contact__cta {
    width: 100%;
}

/* ----------------------example----------------------- */
#example {
    width: 85%;
    margin: 12vw auto 0;
}

#example h2 {
    font-size: 7vw;
    padding-bottom: 2vw;
}

.example__subtitle {
    font-size: 3vw;
    padding-bottom: 6vw;
}

picture.example_box-case {
    margin: 3vw auto;
}



}