@charset "utf-8";

html,
body {
    height: 100%;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
    background-color: #fff;
}

#page-wrapper {
    width: 100%;
    overflow-x: hidden;
}

.noto-serif jp-light {
    font-family: "Noto Serif JP", serif;
    font-weight: 300;
    font-style: normal;
}

.noto-serif jp-regular {
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    font-style: normal;
}

.noto-serif jp-black {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-style: normal;
}

section {
    clear: both;
    width: 100%;
    padding: 100px 0;
    background-color: white;
    position: relative;
}

h1 {
    font-size: 38px;
    font-size: 3.8rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-feature-settings: "palt";
}

h2 {
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-feature-settings: "palt";
}

h3 {
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-feature-settings: "palt";
}

h4 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-feature-settings: "palt";
}

.bg {
    background-color: #f5f5f5;
}


@media screen and (min-width: 768px) {}

.red {
    color: red;
}

.mb00 {
    margin-bottom: 0 !important;
}

#page-top {
    clear: both;
    position: fixed;
    bottom: 20px;
    right: 20px;
}


/* ------------------------------
001: Header
 ------------------------------ */
#top-head {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    line-height: 1;
    z-index: 10;
    background-color: white;
    position: fixed;
    top: 0;
    left: 0;
    vertical-align: middle;
    background-color: #fff;
}

#top-head .inner {
    /*width: 95%;*/
    margin: 0 auto;
}

#top-head .inner:after {
    content: "";
    clear: both;
    display: block;
}

#top-head a,
#top-head {}

#top-head .inner {
    position: relative;

}

#top-head .logo {
    float: left;
    margin-bottom: 0;


}

#nav {
    display: flex!important;
    justify-content: flex-end;
    height: 100%;
    position: relative;
    align-items: center;
}

#global-nav-phone ul,
#global-nav ul {
    list-style: none;
    display: flex;
}

#global-nav ul li {

    position: relative;
    text-align: center;
    4
}

#global-nav ul,
#global-nav-phone ul {
    margin: 0;
    padding: 0;
}


#global-nav-phone ul li a,
#global-nav ul li a {
    padding: 0 15px;
    white-space: nowrap;
    display: block;
    color: #9b7fb8;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    cursor: pointer;
}

#global-nav ul li a span {
    font-size: 10px;
    font-size: 1.0rem;
    font-weight: normal;
}

#global-nav-phone ul li a:hover,
#global-nav ul li a:hover {
    color: #d998c1;
    text-decoration: underline;
}

#global-nav-phone ul li {
    text-align: center;
}

#global-nav-phone ul li a {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 5px;
}

/* transition */
#top-head,
#top-head:after,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/* Fixed */
#top-head {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}


#top-head.fixed .logo,
#top-head.fixed .head-form {
    display: block;
}

#top-head.fixed .inner {
    width: 100%;
}

#top-head.fixed:after {
    width: 100%;
    margin-top: 20px;
}

#pages #top-head #global-nav ul li a,
#top-head.fixed #global-nav ul li a {
    color: #fff;
}

#top-head.fixed #global-nav ul li a span {
    color: #ddd;
}

#pages #top-head #global-nav ul li a:hover,
#top-head.fixed #global-nav ul li a:hover {
    color: #ddd;
}


#top-head .container {
    width: 100%;
    max-width: 100%;
}

#top-head .logo {
    width: 100%;
    max-width: 360px;
}

#top-head .logo img {
    width: 100%;
}

#pages #top-head .logo img {
    width: 100%;
}


h3.title {
    font-weight: normal;
}

/* ------------------------------
 Footer
 ------------------------------ */
#footer {
    padding: 36px 0;
    clear: both;
    text-align: center;
    background-color: #fff;

}

footer {
    margin: 10px;
}

@media screen and (max-width: 767px) {}


/*
#visual{
  background-image: url(../images/visual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 30vh;
}*/

#visual {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0;
    padding-top: 103px;
    padding-bottom: 20px;
}
}

#visual {
    padding: 0 0 0 0;
    z-index: -1;
    margin-top: 55px;
}

.title {


    margin-bottom: 40px;
}

.bg .title {
    color: #fff;
}

.block {
    padding: 40px 15px;
    background: white;

    border-top: solid 5px #842b2c;
    background-color: #fff;
    border-radius: 4px;
    border-bottom: 2px solid #e7e7e7;
}

.arrow {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}


.arrow i {
    font-size: 32px;
    font-size: 3.2rem;
    color: #842b2c;
}

.section1 ul li {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 240%;
}

.under {
    border-bottom: solid 3px #87CEFA;
    font-weight: bold;
}


@media screen and (max-width: 767px) {
    .section1 ul li {
        font-size: 16px;
        font-size: 1.6rem;

    }
}





.bg {
    background-color: #9b7fb8;
}

.flexbox {
    display: flex;
}

.section1-container {


    text-align: center;
    padding: 20px;
}


.button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.section1-button {
    background-color: #fff;
    /* ボタンの背景色 */
    color: #9b7fb8;
    border: none;
    padding: 10px 40px;
    font-size: 18px;


    border-radius: 5px;
    outline: none;
}


.section1-subtitle {
    color: white;

}


#section2 {
    background-image: url(../images/bg-speech.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.speech-bubble-container {
    text-align: center;
}

.heading {
    font-size: 24px;
    /* 見出しのフォントサイズ */
    color: #d998c1;
    /* 見出しのフォントカラー（例：オレンジ）*/
    margin: 20px 0;
    /* 余白 */
    padding: 10px;
    border-top: 2px dashed #d998c1;
    /* 点線のボーダー */
    border-bottom: 2px dashed #d998c1;
    /* 点線のボーダー */
    font-weight: normal;
}



.speech-bubble-container {
    width: 50%;
}



.speech-bubble-inner {
    width: 50%;
}

.speech-bubble-container .flexbox {
    justify-content: flex-end;
}

.speech-bubble {
    position: relative;
    padding: 1rem 1rem 1rem 1.5rem;
    border-radius: 5px;
    border: 3px solid #d998c1;
    box-shadow: -3px 3px 0 0 #d998c1;
    font-weight: bold;
    font-size: 16px;
    width: calc(100% - 20px);
    margin-bottom: 20px;
    color: #d998c1;
    background-color: #fff;
}

.speech-bubble:before,
.speech-bubble:after {
    position: absolute;
    left: 30px;
    height: 0;
    width: 0;
    border: solid transparent;
    content: "";
}

.speech-bubble:before {
    top: 100%;
    margin-left: -12px;
    border-color: transparent;
    border-top-color: #d998c1;
    border-right-color: #d998c1;
    border-width: 10px;
}

.speech-bubble:after {
    top: 99%;
    margin-left: -7px;
    border-color: transparent;
    border-top-color: white;
    border-right-color: white;
    border-width: 6.5px;
}




#section3 {
    background-color: #fbf8ff;
}

.services-section {

    margin: 0 auto;
}

.service {
    padding-bottom: 20px;

}

#section3 .title {
    color: #9b7fb8;
    margin-bottom: 40px;
}

.service-item {
    background-color: #fff;
    /* カードの背景色 */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    /* シャドウをつける */
    margin-bottom: 20px;
    /* 各サービス項目間の余白 */
    padding: 20px;
    /* 内側の余白 */
}

.service-title {
    text-align: left;
    font-size: 18px;
    color: #9b7fb8;
    font-weight: 700;
}

.service-image {
    width: 100%;
    max-width: 240px;
    height: auto;
    margin-bottom: 20px;
    border-radius: 20px;
    object-fit: contain;
}

.service-description {
    text-align: left;
    padding-left: 50px;

}

#section4 {
    background-image: url(../images/bg-section4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #d998c1;
}

.section4-container {
    width: 50%;
}

.section4-item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

.section4-item h4 {
    text-align: left;
    margin-bottom: 20px;

}

.section4-item h4 {
    position: relative;
    background: #f5d2e8;
    box-shadow: 0px 0px 0px 5px #f5d2e8;
    border: dashed 2px white;
    padding: 0.1em 1em;
    color: #7c58a2;
    font-size: 18px;
}

.section4-item h4:after {
    position: absolute;
    content: '';
    left: -7px;
    top: -7px;
    border-width: 0 0 15px 15px;
    border-style: solid;
    border-color: #fff #fff #f5d2e8;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.section4-item p {
    color: #000;
}



.section5-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}



#section5 .section5-item{
    text-align: left;
}



.section5-item h4 {
    text-align: center;
    color: #9b7fb8;
}

.section5-item h5 {
    font-size: 48px;
    font-weight: bold;
}

.section5-item h5 a {
    color: #9b7fb8;
}

.arrow-down {
    text-align: center;
    color: #fff;
    font-size: 60px;
}



#section6 .title {
    color: #9b7fb8;
}

.section6-item {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
}

.section6-item h4 {
    text-align: center;
    color: #9b7fb8;
}

.section6-item h5 {
    font-size: 48px;
    font-weight: bold;
}

.section6-item h5 a {
    color: #9b7fb8;
}





#contents.pages {

    background-color: #fbf8ff;
    position: relative;
}

#contents.pages h3 {
    color: #9b7fb8;
}

#contact {
    padding-top: 100px;
}

.wpcf7 {
    max-width: 680px;
    margin: 0 auto;
}

.wpcf7 input,
.wpcf7 textarea {
    border: 1px solid #e3e3e3;
    padding: 10px;
    font-size: 18px;
    outline: none;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-weight: normal;
    width: 100%;
}

.wpcf7 textarea:focus,
.wpcf7 input:focus {
    border: 1px solid #9b7fb8;
    color: #9b7fb8;
    ;
}

.wpcf7 label {
    font-weight: normal;
    width: 100%;
    margin-bottom: 20px;
}

.wpcf7-form-control-wrap {
    width: 100%;
}

.wpcf7-submit {
    display: block;
    width: 100%;
    border-width: 1px;
    border-style: solid;
    padding: 24px 0;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    border-color: #9b7fb8;
    background-color: #9b7fb8;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    line-height: 2;
}

.wpcf7-submit:hover {
    border-color: #9b7fb8;
    background-color: white;
    color: #9b7fb8;
}


















.accordion_area {}

.accordion_area .accordion_one .ac_header {
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 1.5rem 4rem 1.5rem 2rem;
    position: relative;
    z-index: +1;
    cursor: pointer;
    transition: .2s;
}

.accordion_area .accordion_one .ac_header:not(.open):hover {
    background-color: #fbf8ff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header {
    background-color: #fff;
}

.accordion_area .accordion_one:nth-child(odd) .ac_header:not(.open):hover {
    background-color: #fbf8ff;
}

.accordion_area .accordion_one .ac_inner,
.accordion_area .accordion_one:nth-child(odd) .ac_header.open,
.accordion_area .accordion_one:nth-child(odd) .ac_header.open .ac_inner {}

.accordion_area .accordion_one .ac_header .i_box {
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
    position: absolute;
    content: "";
    margin: auto;
    box-sizing: border-box;
    vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
    border-top: 2px solid #9b7fb8;
    width: 20px;
    height: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
    border-left: 2px solid #9b7fb8;
    width: 0;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 9px;
    transition: .3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
    height: 0;
}

.accordion_area .accordion_one .ac_inner {
    display: none;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
}

@media screen and (max-width: 768px) {
    .accordion_area .accordion_one .ac_header {
        padding: 1.5rem 2rem 1.5rem 1.0rem;
    }

    .accordion_area .accordion_one .ac_header .i_box {
        right: 0.8rem;
        width: 15px;
        height: 15px;
        margin-top: -7px;
    }

    .accordion_area .accordion_one .ac_header .i_box:before {
        width: 15px;
    }

    .accordion_area .accordion_one .ac_header .i_box:after {
        height: 15px;
        right: 7px;
    }

    .accordion_area .accordion_one .ac_inner {
        padding: 1.5rem 1.5rem 1.5rem 1.5rem;
    }
}



.p-faq__headinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__headinner::before {
    position: absolute;
    left: 0;
    content: "Q．";
    color: #09357f;
    font-size: 20px;
    font-weight: bold;
}

.p-faq__headinner p.p-faq__q-txt {}

@media screen and (max-width: 768px) {
    .p-faq__headinner {
        padding-left: 25px;
    }

    .p-faq__headinner::before {
        font-size: 14px;
    }

    .p-faq__headinner p.p-faq__q-txt {
        font-size: 14px;
    }
}

.p-faq__bodyinner {
    display: block;
    padding-left: 35px;
    position: relative;
    line-height: 1.5;
}

.p-faq__bodyinner::before {
    position: absolute;
    left: 0;
    content: "A．";
    color: #de0000;
    font-size: 20px;
    font-weight: bold;
}

.p-faq__bodyinner p.p-faq__a-txt {}

@media screen and (max-width: 767px) {
    .p-faq__bodyinner {
        padding-left: 25px;
    }
}


.s_section {
    max-width: 680px;
    margin: 0 auto;
    padding: 2rem 10px;
}

.gutter>*:not(:last-child) {
    margin-bottom: 1.5rem;
}


ul.list-disc {
    margin-bottom: 0;
    padding-left: 0;
}

.list-disc__item {
    margin-left: 1.5em;
    list-style: disc;
}

a._a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    padding: 2.0em 1.0em;
    border: 1px solid #222222;
    background: linear-gradient(to right, #ffffff 50%, #222222 50%);
    background-size: 200% auto;
    box-sizing: border-box;
    color: #222222;
    font-size: 14px;
    text-decoration: none;
    text-align: center;
    transition: .3s;
    position: relative;
}

a._a:after {
    content: "";
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
    border-right: 1px solid #222222;
    border-bottom: 1px solid #222222;
}

a._a:hover {
    color: #ffffff;
    background-position: -100% 0;
}




.burger-wrapper {
  cursor: pointer;
  margin: auto;
  width: 50px;
  height: 40px;
}
.burger-wrapper .hamburger {
  background: black;
  width: 50px;
  height: 5px;
  position: relative;
  transition: background 10ms 300ms ease;
  transform: translateY(20px);
}
.burger-wrapper .hamburger:before, .burger-wrapper .hamburger:after {
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  position: absolute;
  background: black;
  width: 50px;
  height: 5px;
  content: "";
}
.burger-wrapper .hamburger:before {
  top: -15px;
}
.burger-wrapper .hamburger:after {
  top: 15px;
}

.menu-trigger:checked ~ .burger-wrapper .hamburger {
  background: transparent;
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:after, .menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  top: 0;
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:before {
  transform: rotate(45deg);
}
.menu-trigger:checked ~ .burger-wrapper .hamburger:after {
  transform: rotate(-45deg);
}

.hidden {
  display: none;
}
.menu-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 100%;
  width: 70%;
  position: relative;
}

.menu-circle {
  width: 75px;
  height: 75px;

  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.line-wrapper {
  width: 50px;
  height: 26px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}

.line {
  height: 3px;
  width: 30px;
  background: #9b7fb8;
  display: block;
  border-radius: 50px;
  transition: all 0.3s;
}

.line-wrapper.clicked .line:nth-child(1) {
  transform: rotate(45deg) translateY(7px) translateX(8px);
}

.line-wrapper.clicked .line:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px) translateX(6px);
}

.line-wrapper.clicked .line:nth-child(2) {
  transform: translateX(-100%);
  opacity: 0;
}

.menu-circle:before,
.menu-circle:after {
  content: "";
  display: block;
  height: 150px;
  width: 150px;
  position: absolute;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.5s, opacity 1s;
  top: calc(50% - 75px);
  left: calc(50% - 75px);
}

.menu-circle:before {
  background: #9b7fb8;
  z-index: -1;
}

.menu-circle:after {
  background: #f8afad;
  z-index: -2;
}

.menu-circle.clicked:before {
  transform: scale(1);
  opacity: 0;
}

.menu-circle.clicked:after {
  transform: scale(1.75);
  opacity: 0;
}


.sidebar > div {
  padding: 2em 1.5em;
}

.sidebar h1 {
  font-weight: 900;
  text-align: center;
  font-size: calc(25px + (40 - 25) * ((100vw - 300px) / (1600 - 300)));
}

.sidebar h3 {
  text-align: center;
  margin: 0.75em 0;
  font-size: calc(10px + (20 - 10) * ((100vw - 300px) / (1600 - 300)));
}

.more-link-block {
  margin: 2em 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.more-link-link a {
  color: white;
  text-decoration: none;
  position: relative;
  display: block;
  margin: 0 0.5em;
  z-index: 1;
  padding: 0.5em;
}

.more-link-link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.5em 0;
}

.more-link-link a:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  background: white;
  position: absolute;
  top: -4px;
  left: calc(100% + .5em);
}

.more-link-link a:before {
  content: "";
  display: block;
  width: 1px;
  height: 40px;
  position: absolute;
  top: -4px;
  background: white;
  transition: all 0.3s;
  z-index: -1;
}

.more-link-link a:first-child:before {
  right: -0.6em;
}

.more-link-link a:last-child:before {
  left: -0.5em;
}

.more-link-link a:first-child:hover:before {
  width: calc(100% + 1em);
}

.more-link-link a:last-child:hover:before {
  width: calc(100% + 1em);
}

.more-link-link a:hover {
  color: #222222;
  font-weight: 400;
  transition: all 0.3s;
}

.more-link-block p {
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.5em;
}

.credit p:first-child a {
  font-weight: 900;
  font-size: 1.5em;
}

.credit p {
  line-height: 1.5em;
}

.credit a {
  color: white;
  font-weight: 600;
}

#spnav{
    width: 50px;
    height: 75px;
    position: absolute;
    right: 0;
    top: -6px;
}


#mobile-nav{
    width: 100%;
    height: 100svh;
    right: -100vw;
    background-color: #fff;
    position: fixed;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#mobile-nav.open{
    right: 0;
}
#mobile-nav ul{
    margin:0 ;
    padding: 0;
}

#mobile-nav ul li{
    text-align: center;
}

#mobile-nav ul li a{
    display: block;
    padding:20px;
        border-bottom: 1px solid #f0f0f0;
}
#mobile-nav ul li{
    list-style-type: none;

}
#mobile-nav ul li a{
    font-size: 16px;
    color: #9b7fb8;
}

#mobile-nav .global-nav-phone li a{
    border: none!important;
    font-size: 24px;
    font-weight: bold;
}
@media screen and (max-width:767px) {

    #contact{
        padding-top: 60px;
    }
    #top-head .logo{
            max-width: 240px;
    }
    section{
        padding: 60px 0;
    }
    h1 {
        font-size: 24px!important;
        font-size: 2.4rem!important;
        font-weight:normal;
        text-align: center;
        margin-bottom: 12px;

    }

    h2 {
        font-size: 22px!important;
        font-size: 2.2rem!important;
        font-weight:normal;
        text-align: center;
        margin-bottom: 12px;

    }

    h3 {
        font-size: 18px!important;
        font-size: 1.8rem!important;
        font-weight:normal;
        text-align: center;
        margin-bottom: 12px;

    }

    h4 {
        font-size: 16px!important;
        font-size: 1.6rem!important;
        font-weight:normal;
        text-align: center;
        margin-bottom: 12px;
    }

    .section1-button,
    .button-container{
        display: block;
        margin-bottom: 10px;
    }
    .section4-container,
    .speech-bubble-container{
        width: 100%;

    }
    #section4 .flexbox{
        width: 100%;
        display: block;
    }

    .speech-bubble{
        font-size: 14px;
        font-weight: normal;
    }
    .speech-bubble-container .flexbox {
        justify-content: space-around;
    }

    .service .flexbox{
        display: block;
    }
    .service-description{
        padding: 0;
    }
    .service-image{
        max-width: 100%;
    }
    .service{
        margin-bottom: 60px;
    }
    .section5-item h5{
        font-size: 34px;
        font-size: 3.4rem;

    }
    .wpcf7 label{
        font-size: 18px;
    }
    #nav{
        display: none!important;
    }
}