@charset "UTF-8";
/* CSS Document */

#firstview {
    margin: 0 auto 130px;
    position: relative;
}
#firstview::before {
    width: 100%;
    height: 80%;
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    background: linear-gradient(0.05turn, rgb(0, 201, 235), rgb(0, 177, 255), rgb(0, 228, 206), rgb(0, 201, 235));
    background-size: auto;
background-size: 500% 500%;
-webkit-animation: dansyoku 15s ease infinite;
animation: dansyoku 20s ease infinite;
}
@keyframes dansyoku{
    0% {
    background-position: 0% 50%;
    }
    50% {
    background-position: 100% 50%;
    }
    100% { 
    background-position: 0% 50%;
    }
}
#first_view_text {
    text-align: left;
    margin: 0 auto;
    padding: 50px 15px 8%;
}
h1 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
#first_view_text h2 {
    font-size: 21px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4;
}
.swiper {
    overflow: visible;
    width: 95%;
}
.swiper-slide {
    transform: translateY(0);
    transition: transform 2s ease-in-out;
}
.swiper-slide-active {
    transform: translateY(0%);
    transition: transform 2s ease-in-out;
}
:root {
    --swiper-theme-color: #3885C7;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,15px);
}
.firstView01 {
    width: 100%;
    height: auto;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -40px;
    left: 0;
    width: 100%;
}
/*-------------------------------------------------------------------------サービス--------------------------------------------------------------------------------*/
#service {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    width: 100%;
    padding: 100px 15px 130px;
    margin: -100px 0 0;
}
#service_inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.service_inner{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.service_inner:last-child{
    margin-top:100px;
}
.section_title h2 {
    font-size: 27px;
    font-weight: bold;
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;    
    position:relative;
    display: inline;
}
.section_title h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: rgb(21,147,255);
    background: linear-gradient(90deg, rgba(21,147,255,1) 0%, rgba(21,210,106,1) 100%);
    bottom: -5px;
    left: 50%;
    z-index: 100;
    line-height: 1;
    transform: translateX(-50%);
}
.section_title p {
    line-height: 1.6;
    font-size: 14px;
    margin-top: 20px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}
.section_image {
    width: 100%;
    height: auto;
}
.service01 , .service02{
    width: 100%;
    height: auto;
    vertical-align: bottom;
    margin-bottom: 20px;
}
.section_honbun {
    text-align: left;
    width: 100%;
}
.section_honbun h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.section_honbun p {
    font-size: 15px;
    text-align: justify;
    color: #000;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.service_inner:first-child .section_image{
    order: 1;
}
.service_inner:first-child .section_honbun{
    order: 2;
}
/*------------------------------------------------------------------------- ワークス--------------------------------------------------------------------------------*/
#works {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 100px 15px 130px;
    margin: -100px 0 0;
}
#works_inner {
    display: flex;
    flex-flow: column;
    margin: 10px 0 0;
    width: 100%;
}
.works_inner {
    margin-bottom: 115px;
}
.section_honbun h4 {
    font-size: 14px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
    display: inline-block;
    position: relative;
    top: 35px;
}
.section_honbun h4::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: lightcoral;
    bottom: -7px;
}
.works_inner:last-child {
    margin-bottom: 0;
}
#works_inner .section_image {
    width: 100%;
    height: auto;
}
#works_inner .section_honbun {
    text-align: center;
    margin: 10px 0 0 0;
    width: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}
#works_inner .section_image img{
    width: 100%;
    height: auto;
}
.works_inner h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
/*-------------------------------------------------------------------------フロー--------------------------------------------------------------------------------*/
#flow {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 100px 15px 130px;
    margin: -100px 0 0;
}
.section_title {
    margin-bottom: 40px;
}
.section_title p.titleText {
    font-size: 14px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
    margin-bottom: 40px;
}
#flow_inner{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
}
.flow_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
}
.flow_inner:last-child {
    margin-bottom: 0;
}
.flow_inner .section_honbun {
    text-align: left;
    margin: 0;
    width: 100%;
}
.flow_inner .section_honbun h3 {
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.flow_inner .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    right: -46%;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage01.png");
    background-size: contain;
    width: 80px;
    height: 50px;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(2) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 90px;
    height: 52px;
    right: -67px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage02.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(3) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    right: -75px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage03.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(4) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    right: -76px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage04.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(5) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    right: -76px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage05.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(6) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    right: -76px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage06.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(7) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    right: -76px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage07.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(8) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 100px;
    height: 52px;
    right: -76px;
    bottom: 30px;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage08.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner .section_honbun h3 span {
    font-size: 20px;
}
.flow_inner .section_honbun p {
    font-size: 14px;
    color: #000;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.box2 {
    margin: 20px auto;
    font-weight: bold;
    background: #FFF;
    border: solid 2px #9bc7ff;
    border-radius: 10px;
    padding: 10px;
}
#flow_inner .section_image {
    width: 100%;
    margin: 20px auto 0;
    height: auto;
    max-width: 400px;
}
#flow_inner .section_image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*-------------------------------------------------------------------------プライス--------------------------------------------------------------------------------*/
#Price {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 100px 15px 130px;
    margin: -100px 0 0;
}
#price_inner {
    display: flex;
    flex-direction: column;
}
.price_inner {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.price_inner:last-child {
    margin-bottom: 0;
}
.price_inner .textbox {
    text-align: left;
    width: 200px;
}
.textbox h4 {
    font-size: 25px;
    font-weight: bold;
    color: #FF6B92;
    margin-bottom: 10px;
   font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.textbox h3 {
    font-size: 12px;
    font-weight: bold;
     color: #000;
}
.pricebox {
    text-align: left;
    margin: 0;
    width: 100%;
    position: relative;
    padding-top: 40px;
}
.pricebox h5 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pricebox h5 span {
    font-size: 27px;
    font-weight: bold;
    color: #000;
}
.price_inner p {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin-bottom: 100px;
}
.price_inner:last-child p {
    margin-bottom: 0;
}
/*-------------------------------------------------------------------------コンタクト--------------------------------------------------------------------------------*/
#Contact {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 100px 20px 130px;
    margin: -100px 0 0;
}
#Contact .section_title {
    margin-bottom: 50px;
}
#contact_inner table {
    font-size: 25px;
    font-weight: normal;
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
table {
    width: 100%;
}
.form-group {
    display: flex;
    flex-flow: column;
    width: 100%;
    margin-bottom: 15px;
}
th {
    width: 100%;
    padding: 20px 0 20px 50px;
    vertical-align: top;
    font-size: 17px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
}
td {
    width: 100%;
}
.name-inner .name {
    margin-right: 10px;
    font-size: 17px;
}
input {
    font-size: 21px;
    width: 100%;
    padding: 8px;
    background-color: #ececec;
    border: none;
    border-radius: none;
}
td #auto-postnumber {
    font-size: 13px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin: 20px 0;
}
.mw_wp_form .name-inner .error {
    position: absolute;
    bottom: 0;
}
.mw_wp_form .error {
    position: absolute;
    bottom: 0;
}
.naiyou {
    width: 100%;
    height: 300px;
    background-color: #ececec;
    border: none;
    font-size: 21px;
}
.form-line #pref {
    width: 200px;
    height: 45px;
    background-color: #ececec;
    border: none;
    text-align: center;
    font-size: 18px;
}
.form-line.juusho {
    font-size: 20px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: 100%;
    margin: 20px 0;
    line-height: 30px;
}
.form-group th span {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    position: absolute;
    width: 40px;
    height: 25px;
    background-color: #f03838;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-group th span.any{
    background-color: #000;
}
.form-group #postnumber {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.button {
    margin-left: 40px;
    width: 150px;
    height: 43px;
    background-color: #ececec;
    font-size: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fax .mwform-tel-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.form-line .mwform-tel-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.mwform-zip-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.mwform-zip-field .postnumber.p-postal-code {
    width: 40%;
}
.form-line .juusho {
    font-size: 17px;
    font-weight: normal;
    margin: 10px 0;
    display: block;
}
.mwform-tel-field .telephone {
    width: 30%!important;
}
#name {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.name-inner {
    display: flex;
    flex-flow: row nowrap;
    width: 48%;
    align-items: center;
    position: relative;
    padding-bottom: 0px;
}
.kakunin {
    width: 280px;
    height: 65px;
    background: linear-gradient(90deg, rgb(21, 147, 255) 0%, rgb(21, 183, 210) 100%);
    border: none;
    border-radius: 10px;
    padding: 0;
    color: #fff;
    font-size: 17px;
}
.kakunin a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.btn {
    background-color: transparent;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    font-weight: bold;
}
.naiyou_hosoku {
    font-size: 70%;
}
.form-line.juusho.hosoku {
    font-size: 70%;
    line-height: 1.4;
}
.form-group:last-child {
    margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
#first_view_text {
    text-align: left;
    margin: 0 auto;
    padding: 50px 30px 8%;
}
h1 {
    font-size: 40px;
    }
#first_view_text {
    padding: 50px 30px 5%;
}
#first_view_text h2 {
    font-size: 25px;
    }
#service {
    max-width: none;
    padding: 114px 30px 130px;
    margin: -114px 0 0;
    }
.section_title {
    margin-bottom: 80px;
}
.service_inner {
    flex-flow: row nowrap;
    }
.service_inner:first-child .section_honbun {
    order: 1;
}
.service_inner:first-child .section_image {
    order: 2;
}
.section_honbun {
    width: 48%;
}
.section_image {
    width: 48%;
}
.service_inner:last-child {
    margin-top: 60px;
}
#works {
    padding: 114px 30px 130px;
    margin: -114px 0 0;
    }
#works_inner {
    flex-flow: row wrap;
    justify-content: space-between;
    }
.works_inner {
    width: 47%;
}
#flow {
    max-width: none;
    padding: 114px 30px 130px;
    margin: -114px 0 0;
}
#Price {
    padding: 114px 30px 130px;
    margin: -114px 0 0;
}
.section_title p.titleText {
    margin-bottom: 0;
}
#Contact {
    padding: 114px 30px 130px;
    margin: -114px 0 0;
}
.flow_inner .section_honbun {
    width: 40%;
}
#flow_inner .section_image {
    margin: 0px;
}
}
@media only screen and (min-width: 1024px) {
    #firstview {
    margin: 0 auto 200px;
    position: relative;
}
#firstview::before {
    width: 100%;
    height: 80%;
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    background: linear-gradient(0.05turn, rgb(0, 201, 235), rgb(0, 177, 255), rgb(0, 228, 206), rgb(0, 201, 235));
    background-size: auto;
background-size: 500% 500%;
-webkit-animation: dansyoku 15s ease infinite;
animation: dansyoku 20s ease infinite;
}
#first_view_text {
    text-align: left;
    max-width: 960px;
    margin: 0 auto;
    padding: 50px 0 10%;
}
h1 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
#first_view_text h2 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.swiper {
    overflow: visible;
}
.swiper-slide {
    transform: translateY(0);
    transition: transform 2s ease-in-out;
}
.swiper-slide-active {
    transform: translateY(-30%);
    transition: transform 2s ease-in-out;
}
.swiper-backface-hidden .swiper-slide {
 transform: translateZ(-30%)!important;
 transform: translateY(0)translateZ(0);
}
.swiper-backface-hidden .swiper-slide-active {
 transform: translateY(-30%);
 transition: transform 2s ease-in-out;
}

.swiper-slide-duplicate-active {
    transform: translateY(-30%);
    transition: transform 2s ease-in-out;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,10px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,10px));
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,15px);
}
.firstView01 {
    width: 100%;
    height: auto;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
}
/*-------------------------------------------------------------------------サービス--------------------------------------------------------------------------------*/
#service{
     max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: -156px auto;
    padding: 156px 0 130px;
}
#service_inner {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
}
.service_inner{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.service_inner:first-child .section_image {
    order: 2;
}
.service_inner:last-child{
    margin-top:152px;
}
.section_title h2 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;    
    position:relative;
    display: inline;
}
.section_title h2::after {
    position: absolute;
    content: "";
    display: block;
    width: 163px;
    height: 2px;
    background: rgb(21,147,255);
    background: linear-gradient(90deg, rgba(21,147,255,1) 0%, rgba(21,210,106,1) 100%);
    bottom: -10px;
    left: 50%;
    z-index: 100;
    line-height: 1;
    transform: translateX(-50%);
}
.section_title p {
    line-height: 1.6;
    font-size: 18px;
    margin-top: 30px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}
.section_image {
    width: 50%;
    height: auto;
}
.service01 , .service02{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.section_honbun {
    text-align: left;
    width: 45%;
}
.section_honbun h3 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.section_honbun p {
    font-size: 16px;
    text-align: justify;
    color: #000;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
.service_inner:first-child .section_image{
    order: 1;
}
.service_inner:first-child .section_image {
    order: 2;
}
.service_inner:first-child .section_honbun{
    margin: 0 20px 0 0;
    order: 1;
}
/*------------------------------------------------------------------------- ワークス--------------------------------------------------------------------------------*/
#works{
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: -156px auto;
    padding: 156px 0 130px;
}
#works_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 10px 0 0;
    width: 100%;
}
.works_inner {
    width: 45%;
    margin-bottom: 115px;
}
.section_honbun h4 {
    font-size: 14px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    color: #000;
    display: inline-block;
    position: relative;
    top: 35px;
}
.section_honbun h4::after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: lightcoral;
    bottom: -7px;
}
.works_inner:last-child {
    margin-bottom: 0;
}
#works_inner .section_image {
    width: 100%;
    height: auto;
}
#works_inner .section_honbun {
    text-align: center;
    margin: 25px 0 0 0;
    width: 100%;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: normal;
}
#works_inner .section_image img{
    width: 100%;
    height: auto;
}
.works_inner h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 20px;
}
/*-------------------------------------------------------------------------フロー--------------------------------------------------------------------------------*/
#flow {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: -156px auto;
    padding: 156px 0 130px;
}
.section_title {
    margin-bottom: 100px;
}
.section_title p.titleText {
    font-size: 26px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#flow_inner{
display: flex;
flex-flow: row wrap;
justify-content: space-between;
width: 100%;
}
.flow_inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 200px;
}
.flow_inner:last-child {
    margin-bottom: 0;
}
.flow_inner .section_honbun {
    text-align: left;
    margin: 0;
    width: 510px;
}
.flow_inner .section_honbun h3 {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
    display: inline-block;
    background-color: #fff;
}
.flow_inner .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 94px;
    height: 67px;
    right: -43%;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage01.png");
    background-size: cover;
}
.flow_inner:nth-child(2) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage02.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(3) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage03.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(4) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage04.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(5) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage05.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(6) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage06.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(7) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 0;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage07.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner:nth-child(8) .section_honbun h3::before {
    position: absolute;
    content: "";
    display: block;
    width: 120px;
    height: 74px;
    right: -90px;
    bottom: 30px;
    z-index: -1;
    background-image: url("../images/pc/flownumberimage08.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.flow_inner .section_honbun h3 span {
    font-size: 20px;
}
.flow_inner .section_honbun p {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
#flow_inner .section_image{
    width: 409px;
    height: 230px;
}
#flow_inner .section_image img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/*-------------------------------------------------------------------------プライス--------------------------------------------------------------------------------*/
#Price {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: -156px auto;
    padding: 156px 0 130px;
}
#price_inner {
    display: flex;
    flex-direction: column;
}
.price_inner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.price_inner:last-child {
    margin-bottom: 0;
}
.price_inner .textbox {
    text-align: left;
    width: 200px;
}
.textbox h4 {
    font-size: 40px;
    font-weight: bold;
    color: #FF6B92;
    margin-bottom: 10px;
   font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.textbox h3 {
    font-size: 20px;
    font-weight: bold;
     color: #000;
}
.pricebox {
    text-align: left;
    margin: 0;
    width: 590px;
    position: relative;
    padding-left: 40px;
    padding-top: 0;
}
.pricebox::before{
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #FF6B92;
    left: 0;
    bottom: 0;
}
.price_inner:first-child .pricebox::before{
    height: calc(100% - 20px);
}
.pricebox::after {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background-color: #FF6B92;
    border-radius: 50%;
    top: 14px;
    left: -5px;
}
.pricebox h5 {
    font-size: 40px;
    font-weight: bold;
    color: #000;
    margin-bottom: 50px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.pricebox h5 span {
    font-size: 27px;
    font-weight: bold;
    color: #000;
}
.price_inner p {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    margin-bottom: 150px;
}
.price_inner:last-child p {
    margin-bottom: 0;
}
/*-------------------------------------------------------------------------コンタクト--------------------------------------------------------------------------------*/
#Contact {
    max-width: 960px;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    margin: -156px auto 0;
    padding: 156px 0 130px;
}
#contact_inner table {
    font-size: 25px;
    font-weight: normal;
    color: #000;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
table {
    width: 100%;
}
th {
    width: 40%;
    padding: 20px 0 20px 70px;
    vertical-align: top;
    font-size: 20px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    position: relative;
}
td.validate{
    width: 100%;
    position: relative;
}
td {
    width: 100%;
}
.name-inner .name {
    margin-right: 10px;
}
input {
    font-size: 21px;
    width: 100%;
    padding: 8px;
    background-color: #ececec;
    border: none;
}
td #auto-postnumber {
    font-size: 17px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    margin: 20px 0;
}

.naiyou {
    width: 100%;
    height: 300px;
    background-color: #ececec;
    border: none;
}
.form-line #pref {
    width: 200px;
    height: 45px;
    background-color: #ececec;
    border: none;
    text-align: center;
    font-size: 18px;
}
.form-line.juusho {
    font-size: 20px;
    font-weight: normal;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    width: 100%;
    margin: 20px 0;
    line-height: 30px;
}
.form-group th span {
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    position: absolute;
    width: 50px;
    height: 32px;
    background-color: #f03838;
    padding: 0;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.form-group #postnumber {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
}
.button {
    margin-left: 80px;
    width: 150px;
    height: 43px;
    background-color: #ececec;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fax .mwform-tel-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.form-line .mwform-tel-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.mwform-tel-field {
    width: 60%;
}
.mwform-zip-field {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.mwform-zip-field .postnumber.p-postal-code {
    width: 40%;
}
.form-line .juusho {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    display: block;
}
.mwform-tel-field .telephone {
    width: 30%!important;
}
#name {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.name-inner {
    display: flex;
    flex-flow: row nowrap;
    width: 48%;
    align-items: center;
    position: relative;
}
.mw_wp_form .error {
    position: absolute;
    bottom: 0;
}
#contact_inner button {
    width: 350px;
    height: 65px;
    background: linear-gradient(90deg, rgb(21, 147, 255) 0%, rgb(21, 183, 210) 100%);
    border: none;
    border-radius: 10px;
    margin: 0 auto;
}
#contact_inner button a {
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
}
}
@media only screen and (min-width: 1281px) {
#first_view_text {
    max-width: 1100px;
}
/*------------------------------------------------------------------------- サービス--------------------------------------------------------------------------------*/
#service {
    max-width: 1100px;
}
.section_honbun {
    text-align: left;
    width: 45%;
}
.section_image {
    width: 50%;
    height: auto;
}
/*------------------------------------------------------------------------- ワークス--------------------------------------------------------------------------------*/
#works {
    max-width: 1100px;
}
#works_inner .section_honbun {
}
 /*-------------------------------------------------------------------------フロー--------------------------------------------------------------------------------*/
#flow {
    max-width: 1100px;
}
#flow_inner .section_image {
    width: 45%;
    height: auto;
}
.flow_inner .section_honbun {
    text-align: left;
    margin: 0;
    width: 50%;
}
/*-------------------------------------------------------------------------プライス--------------------------------------------------------------------------------*/
#Price {
    max-width: 1100px;
}
.pricebox {
    width: calc(100% - 400px);
}
/*-------------------------------------------------------------------------コンタクト--------------------------------------------------------------------------------*/
#Price {
    max-width: 1100px;
}
th {
    width: 40%;
}
}