@charset "UTF-8";
/* 変数宣言 */
/* ----------------------------------------
	common
---------------------------------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #555555;
}

h2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (max-width: 425px) {
  h2 {
    font-size: 2.5rem;
    margin: 0 1rem;
  }
}

h3,
h4 {
  font-size: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 425px) {
  h3,
h4 {
    font-size: 2rem;
  }
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.tab {
  white-space: pre;
}

.tc {
  text-align: center;
}

.tl {
  text-align: left;
}

.tr {
  text-align: right;
}

.underline {
  background: linear-gradient(transparent 50%, #ffc045 80%);
  border-radius: 3px;
}

/* ----------------------------------------
	header
---------------------------------------- */
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #fff;
  margin: 0;
  padding: 0.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .header {
    display: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .header {
    display: none;
  }
}
.header .h-content {
  display: flex;
  flex-direction: row;
  flex-wrap: no-wrap;
  justify-content: space-between;
}
.header .h-content .h-logo {
  margin-right: auto;
}
.header .h-content .h-logo .logo-img {
  margin-left: 1rem;
  height: 70px;
  width: auto;
}
@media screen and (max-width: 425px) {
  .header .h-content .h-logo .logo-img {
    width: 100%;
  }
}
.header .h-content .contact-form {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .h-content .contact-form div {
  width: 18rem;
  text-align: center;
}
.header .h-content .contact-form .contact-button {
  height: 3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  border-radius: 20px;
  margin: 0 1rem;
  padding: 0.5rem 2rem;
  background-color: #ffc045;
}
.header .h-content .contact-form .document-button {
  height: 3rem;
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  border-radius: 20px;
  margin: 0 0.5rem;
  padding: 0.5rem 2rem;
  background-color: #fff;
}
.header .h-content .contact-form a {
  font-size: 1.5rem;
  text-decoration: none;
  color: #000;
}
.header .h-content .contact-form .h-telnumber {
  width: 14rem;
}
.header .h-content .contact-form .h-telnumber .img-fluid {
  height: 40px;
  width: auto;
}

/* ----------------------------------------
	first-view-section
---------------------------------------- */
.first-view-section {
  position: relative;
  background: #9cecfb; /* fallback for old browsers */ /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #0052d4, #65c7f7, #9cecfb); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  display: flex;
}
@media screen and (max-width: 425px) {
  .first-view-section {
    padding-top: 1rem;
  }
}
.first-view-section .first-view-container {
  width: 100%;
  margin-left: 15%;
  z-index: 1;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .first-view-container {
    margin-left: 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .first-view-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .first-view-container {
    margin-left: 2%;
  }
}
.first-view-section .first-view-container .title-content {
  margin-bottom: 5rem;
  text-shadow: 1px 1px 4px #0052d4;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .first-view-container .title-content {
    margin-left: 10%;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .first-view-container .title-content {
    margin-left: 10%;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .first-view-container .title-content {
    margin-bottom: 1rem;
  }
}
.first-view-section .first-view-container .title-content h1 {
  text-align: left;
  color: #fff;
  font-size: 5rem;
  margin: 1rem 0;
}
@media screen and (max-width: 425px) {
  .first-view-section .first-view-container .title-content h1 {
    font-size: 3.1rem;
  }
}
.first-view-section .first-view-container .title-content p {
  text-align: left;
  color: #fff;
  font-size: 2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 425px) {
  .first-view-section .first-view-container .title-content p {
    font-size: 1.4rem;
  }
}
.first-view-section .first-view-container::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: url("../img/ocfv_main.png");
  background-repeat: no-repeat;
  background-position: left 1100px bottom 0px;
  background-size: auto 70%;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .first-view-container::after {
    z-index: -1;
    background-position: center;
    opacity: 0.1;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .first-view-container::after {
    z-index: -1;
    background-position: center;
    opacity: 0.1;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .first-view-container::after {
    z-index: -1;
    background-position: center;
    opacity: 0.1;
  }
}
.first-view-section .points-content {
  margin-bottom: 5rem;
  color: #fff;
  display: flex;
  flex-direction: row;
  gap: 1rem 3rem;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .points-content {
    justify-content: center;
    gap: 1rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .points-content {
    margin-bottom: 1rem;
    flex-direction: column;
    place-items: center;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .points-content {
    margin-bottom: 1rem;
    flex-direction: column;
    place-items: center;
  }
}
.first-view-section .points-content .back-img {
  background-image: url("../img/img_fv_circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 0;
  margin: 0;
}
.first-view-section .points-content .content {
  font-size: 23px;
  margin: 1rem;
  padding: 1rem;
  width: 10rem;
  height: 8rem;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .first-view-section .points-content .content {
    font-size: 20px;
  }
}
.first-view-section .contact-content {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 5rem;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .contact-content {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .contact-content {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .contact-content {
    flex-direction: column;
    margin-bottom: 0;
    align-items: center;
  }
}
.first-view-section .contact-content div {
  width: 23rem;
}
@media screen and (max-width: 425px) {
  .first-view-section .contact-content div {
    font-size: 1.5rem;
    width: 75%;
  }
}
.first-view-section .contact-content .contact {
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  border-radius: 20px;
  margin-right: 3rem;
  padding: 2rem;
  background-color: #ffc045;
  box-shadow: 0rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .contact-content .contact {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .contact-content .contact {
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .contact-content .contact {
    padding: 1rem;
    margin-bottom: 2rem;
    margin-right: 0;
  }
}
.first-view-section .contact-content .document {
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  border-radius: 20px;
  padding: 2rem;
  background-color: #fff;
  box-shadow: 0rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .first-view-section .contact-content .document {
    margin: auto 0;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .first-view-section .contact-content .document {
    margin: auto 0;
  }
}
@media screen and (max-width: 425px) {
  .first-view-section .contact-content .document {
    padding: 1rem;
  }
}

/* ----------------------------------------
	empathy-section
---------------------------------------- */
.empathy-section {
  position: relative;
}
.empathy-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 150px 0 150px;
  border-color: #ffc045 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  z-index: 1;
}
.empathy-section .empathy-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 1600px;
  max-width: 100%;
}
.empathy-section .empathy-container .empathy-content {
  margin: 2rem;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-radius: 20px;
  box-shadow: 0rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 425px) {
  .empathy-section .empathy-container .empathy-content {
    margin: 1rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .empathy-section .empathy-container .empathy-content {
    margin: 1rem;
  }
}
.empathy-section .empathy-container .empathy-content img {
  height: auto;
  width: 250px;
}
@media screen and (max-width: 425px) {
  .empathy-section .empathy-container .empathy-content img {
    width: 30vw;
    height: auto;
    align-self: center;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .empathy-section .empathy-container .empathy-content img {
    width: 35vw;
    height: auto;
    align-self: center;
  }
}
.empathy-section .empathy-container .empathy-content div {
  font-size: 2rem;
  padding-left: 1rem;
  display: grid;
  place-items: center;
  max-width: 18rem;
}
@media screen and (max-width: 425px) {
  .empathy-section .empathy-container .empathy-content div {
    font-size: 1.5rem;
    height: 10rem;
  }
}

/* ----------------------------------------
	service-benefit-section
---------------------------------------- */
.service-benefit-section {
  background-color: #fef0e4;
  position: relative;
}
.service-benefit-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: rgb(254, 240, 228) transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.service-benefit-section .service-benefit-container {
  padding-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
}
.service-benefit-section .service-benefit-container img {
  height: auto;
  width: 250px;
}
@media screen and (max-width: 425px) {
  .service-benefit-section .service-benefit-container img {
    width: 20vh;
  }
}
.service-benefit-section .service-benefit-container .service-benefit-content {
  padding-top: 1.5rem;
  border: solid;
  border-radius: 20px;
  border-color: #0052d4;
  background-color: #fff;
  border-width: 4px;
  position: relative;
}
.service-benefit-section .service-benefit-container .service-benefit-content .index {
  width: 10rem;
  background-color: #0052d4;
  border-radius: 10px;
  position: absolute;
  top: -1.5rem;
  left: 1.5rem;
  height: 3rem;
  text-align: center;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 1.5rem;
}
.service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container {
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container div {
    margin: auto;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container {
    flex-wrap: wrap;
  }
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container div {
    margin: auto;
  }
}
@media screen and (max-width: 425px) {
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container {
    flex-wrap: wrap;
  }
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container div {
    margin: 0 auto;
  }
}
.service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container .service-benefit-text {
  padding: 1rem;
}
.service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container .service-benefit-text h3 {
  text-align: left;
}
@media screen and (max-width: 425px) {
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container .service-benefit-text h3 {
    font-size: 1.5rem;
  }
}
.service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container .service-benefit-text div {
  font-size: 1.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 425px) {
  .service-benefit-section .service-benefit-container .service-benefit-content .service-benefit-inner-container .service-benefit-text div {
    font-size: 1rem;
  }
}

/* ----------------------------------------
	service-introduction-sectiuon
---------------------------------------- */
.service-introduction-section {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 10px 10px 0px rgba(146, 146, 146, 0.5) inset;
}
.service-introduction-section::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 50px;
  border-color: #fff transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}
.service-introduction-section .service-introduction-image {
  margin: 0 auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
}
@media screen and (max-width: 425px) {
  .service-introduction-section .service-introduction-image {
    display: none;
  }
}
.service-introduction-section .service-introduction-image img {
  max-width: 95%;
}
.service-introduction-section .service-introduction-image-mobile {
  display: none;
}
@media screen and (max-width: 425px) {
  .service-introduction-section .service-introduction-image-mobile {
    display: block;
    margin: 0 auto;
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
  }
  .service-introduction-section .service-introduction-image-mobile img {
    max-width: 95%;
  }
}
.service-introduction-section .corporate-qualification {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff5ec;
  max-width: 1100px;
  padding: 1rem;
  align-items: flex-start;
}
.service-introduction-section .corporate-qualification img {
  height: auto;
  width: 120px;
}
.service-introduction-section .corporate-qualification .aws-partner,
.service-introduction-section .corporate-qualification .azure-provider {
  display: flex;
  flex-direction: row;
  margin-left: 40px;
}
.service-introduction-section .corporate-qualification .aws-partner .instruction,
.service-introduction-section .corporate-qualification .azure-provider .instruction {
  padding: 20px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 425px) {
  .service-introduction-section .corporate-qualification .aws-partner .instruction,
.service-introduction-section .corporate-qualification .azure-provider .instruction {
    font-size: 1rem;
  }
}

/* ----------------------------------------
	company-benefit-section
---------------------------------------- */
.company-benefit-section {
  background-color: #fef0e4;
}
.company-benefit-section .company-benefit-container {
  margin: 3rem auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.company-benefit-section .company-benefit-container .company-benefit-content .benefit-title {
  position: relative;
  width: 25rem;
  height: 25rem;
  background: #ffc045;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 425px) {
  .company-benefit-section .company-benefit-container .company-benefit-content .benefit-title {
    width: 23rem;
    height: 23rem;
    margin: 0 auto;
  }
}
.company-benefit-section .company-benefit-container .company-benefit-content .benefit-title .number {
  position: absolute;
  top: -1rem;
  left: 2rem;
  font-size: 4rem;
  color: #0052d4;
}
.company-benefit-section .company-benefit-container .company-benefit-content .benefit-title .benefit {
  width: 90%;
  margin-top: 4rem;
}
.company-benefit-section .company-benefit-container .company-benefit-content .benefit-title .image {
  text-align: center;
  width: 80%;
  height: auto;
}
.company-benefit-section .company-benefit-container .company-benefit-content .benefit-description {
  width: 25rem;
  padding: 0.5rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 425px) {
  .company-benefit-section .company-benefit-container .company-benefit-content .benefit-description {
    font-size: 1rem;
    width: 23rem;
    padding: 1rem;
  }
}

/* ----------------------------------------
	case-study-section
---------------------------------------- */
.case-study-section {
  margin: 0 auto;
  box-shadow: 0px 10px 10px 0px rgba(146, 146, 146, 0.5) inset;
}
.case-study-section .case-study-content {
  margin: 0 auto;
  padding-top: 2rem;
  width: 1333px;
  max-width: 98%;
  text-align: center;
}
.case-study-section .case-study-content h3 {
  padding: 1rem 0;
}
.case-study-section .case-study-content-info {
  margin: 1rem 0;
}
.case-study-section .case-study-content-info table {
  width: 87%;
  margin: 0 auto;
  border-collapse: collapse;
}
.case-study-section .case-study-content-info table tr {
  border-bottom: solid 2px #ffffff;
}
.case-study-section .case-study-content-info table tr:last-child {
  border-bottom: none;
}
.case-study-section .case-study-content-info table th {
  vertical-align: inherit;
  padding-left: 1rem;
  position: relative;
  background-color: #ffc045;
}
.case-study-section .case-study-content-info table th:after {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: calc(50% - 15px);
  right: -10px;
  border-left: 10px solid #ffc045;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.case-study-section .case-study-content-info table td {
  background-color: #fff5ec;
  padding: 1rem;
  padding-left: 2rem;
  text-align: left;
}
.case-study-section .case-study-content-img {
  padding: 1rem;
  width: 90%;
}
.case-study-section .case-study-content-introduction {
  padding-top: 1rem;
  margin: 1rem 0;
}
.case-study-section .case-study-content-introduction-detail {
  width: 87%;
  margin: 0 auto;
  border-collapse: collapse;
}
.case-study-section .case-study-content-introduction div {
  text-align: left;
  background-color: #fff5ec;
  padding: 2rem;
}
.case-study-section .case-study-content-result {
  padding-top: 1rem;
  margin: 0 auto;
  width: 98%;
}
.case-study-section .case-study-content-result-detail {
  border-collapse: collapse;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  font-size: 1.5rem;
}
@media screen and (max-width: 425px) {
  .case-study-section .case-study-content-result-detail {
    font-size: 1rem;
    height: 37rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .case-study-section .case-study-content-result-detail {
    font-size: 1rem;
    height: 35rem;
  }
}
.case-study-section .case-study-content-result-detail .task-effect-list {
  margin: 1rem auto;
  display: flex;
  flex-direction: column;
  background-color: #fff5ec;
}
.case-study-section .case-study-content-result-detail .task-effect-list .list {
  height: 100px;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.case-study-section .case-study-content-result-detail .task-effect-list .list .item1 {
  align-self: center;
  padding: 1rem;
  background-color: #ffc045;
  color: #fff;
  border-radius: 10px;
}
.case-study-section .case-study-content-result-detail .task-effect-list .list .item2 {
  display: grid;
  place-items: center;
  text-align: left;
  padding: 0.5rem;
}
.case-study-section .case-study-content-result-detail .task-effect-list .list .item3 {
  align-self: center;
  padding: 1rem;
  background-color: #0052d4;
  color: #fff;
  border-radius: 10px;
}
.case-study-section .case-study-content-result-detail .task-effect-list .list .item4 {
  display: grid;
  place-items: center;
  text-align: left;
  padding: 0.5rem;
}
.case-study-section .case-study-content-result-detail .task-effect-list .list .detail {
  width: 22rem;
}
@media screen and (max-width: 425px) {
  .case-study-section .case-study-content-result-detail .task-effect-list .list .detail {
    width: 14rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .case-study-section .case-study-content-result-detail .task-effect-list .list .detail {
    width: 18rem;
  }
}
.case-study-section .case-study-content-result-detail .task-effect-list .triangle {
  margin-top: 0.5rem;
  margin-left: 1.4rem;
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 45px solid #e4eaf9;
}
@media screen and (max-width: 425px) {
  .case-study-section .case-study-content-result-detail .task-effect-list .triangle {
    margin-left: 0.8rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .case-study-section .case-study-content-result-detail .task-effect-list .triangle {
    margin-left: 0.8rem;
  }
}
.case-study-section .case-study-content-decatde-factor {
  padding-top: 1rem;
  margin: 1rem 0;
}
.case-study-section .case-study-content-decatde-factor-detail {
  margin: 0 auto;
  margin-top: 1rem;
  padding: 2rem;
  width: 98%;
  border-collapse: collapse;
  text-align: left;
  background-color: #fff5ec;
}
.case-study-section .case-study-content-mind {
  margin: 2rem 0;
}
.case-study-section .case-study-content-mind-container {
  margin: 0 auto;
  margin-top: 1rem;
  background-color: #fff5ec;
  padding: 2rem;
  width: 98%;
}
.case-study-section .case-study-content-mind-detail {
  margin: 0 auto;
  margin-top: 1rem;
  border-collapse: collapse;
  display: flex;
  align-items: center;
}
.case-study-section .case-study-content-mind-detail-img {
  align-items: center;
  position: relative;
  text-align: center;
}
.case-study-section .case-study-content-mind-detail-txt {
  text-align: left;
  align-items: center;
  margin-left: 1rem;
}
@media screen and (max-width: 425px) {
  .case-study-section .case-study-content-mind-detail {
    flex-direction: column;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .case-study-section .case-study-content-mind-detail {
    flex-direction: column;
  }
}

/* ----------------------------------------
	faq-sectiuon
---------------------------------------- */
.faq-section {
  background-color: #ffffff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: 0px 10px 10px 0px rgba(146, 146, 146, 0.5) inset;
}
.faq-section .faq_underbar {
  text-align: center;
  width: 150px;
  height: 10px;
  background: #0052d4;
  border-radius: 20px/20px;
  margin: 2rem auto;
}
.faq-section .faq_container {
  max-width: 95%;
  width: 780px;
  margin: 0 auto;
}
.faq-section .faq_type_title {
  font-size: 2rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 425px) {
  .faq-section .faq_type_title {
    font-size: 1.5rem;
  }
}
.faq-section .faq_line {
  text-align: left;
  margin-top: 0.4rem;
}
.faq-section .faq_line summary {
  cursor: pointer;
  list-style: none;
}
.faq-section .faq_line summary::-webkit-details-marker {
  display: none;
}
.faq-section .faq_line_title {
  background-color: #e4eaf9;
  display: flex;
  flex-flow: row;
  align-items: center;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 1.5rem;
}
@media screen and (max-width: 425px) {
  .faq-section .faq_line_title {
    font-size: 1rem;
  }
}
.faq-section .faq_line_header {
  font-size: 2rem;
  color: #0052d4;
}
.faq-section .faq_line_summary {
  flex-grow: 1;
  padding-left: 1rem;
  padding-right: 1rem;
}
.faq-section .faq_line_toggle {
  color: #0052d4;
}
.faq-section .faq_line_body {
  font-size: 1rem;
  padding: 1rem;
  border: 2px solid #e4eaf9;
}

/* ----------------------------------------
	cva-sectiuon
---------------------------------------- */
.cva-section {
  padding: 0;
}
.cva-section .cva-container {
  background-color: #ffc045;
  padding: 1rem 0 1.5rem 0;
}
.cva-section .cva-container .title {
  background-color: #fff;
  text-align: center;
  margin: 1rem 0;
  padding: 0.5rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 425px) {
  .cva-section .cva-container .title {
    font-size: 2rem;
  }
}
.cva-section .cva-container .cva-content {
  display: flex;
  justify-content: center;
}
.cva-section .cva-container .cva-content-contact {
  margin: 0 1rem;
}
.cva-section .cva-container .cva-content-contact-button {
  background-color: #fff;
  width: 18rem;
  min-height: 16rem;
  padding: 1.6rem;
  margin: 0.5rem 0;
  border-radius: 3rem;
  box-shadow: 0.5rem 0.5rem 0.75rem 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cva-section .cva-container .cva-content-contact-button {
    width: 13rem;
    padding: 1.4rem;
    max-height: 80%;
  }
}
.cva-section .cva-container .cva-content-contact-button-img {
  width: 190px;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cva-section .cva-container .cva-content-contact-button-img {
    width: 140px;
  }
}
.cva-section .cva-container .cva-content-contact-button-title, .cva-section .cva-container .cva-content-contact-button-tel {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cva-section .cva-container .cva-content-contact-button-title, .cva-section .cva-container .cva-content-contact-button-tel {
    font-size: 1rem;
  }
}
.cva-section .cva-container .cva-content-bar {
  width: 6px;
  height: 9rem;
  background-color: #ffffff;
  border-radius: 5rem;
  margin: 4rem 2rem 0 2rem;
}
.cva-section .cva-container .cva-content-tel-button {
  padding-top: 1rem;
  width: 18rem;
  color: #fff;
  border: none;
  text-shadow: 1px 1px 4px #803704;
  margin-top: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cva-section .cva-container .cva-content-tel-button {
    width: 13rem;
    max-height: 80%;
  }
}
.cva-section .cva-container .cva-content .hand-container {
  position: absolute;
}
.cva-section .cva-container .cva-content-hand-icon {
  width: 100px;
  position: relative;
  left: 13.5rem;
  top: -5rem;
}
@media screen and (min-width: 768px) and (max-width: 1070px) {
  .cva-section .cva-container .cva-content-hand-icon {
    left: 10rem;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .cva-section .cva-container .cva-content {
    flex-flow: column;
  }
  .cva-section .cva-container .cva-content-contact, .cva-section .cva-container .cva-content-tel {
    margin: 0 auto;
    max-width: 95%;
  }
  .cva-section .cva-container .cva-content-bar {
    width: 0;
    height: 0;
    margin: 0;
  }
}
@media screen and (max-width: 425px) {
  .cva-section .cva-container .cva-content {
    flex-flow: column;
  }
  .cva-section .cva-container .cva-content-contact, .cva-section .cva-container .cva-content-tel {
    margin: 0 auto;
    max-width: 95%;
  }
  .cva-section .cva-container .cva-content-bar {
    width: 0;
    height: 0;
    margin: 0;
  }
}

/* ----------------------------------------
	footer
---------------------------------------- */
.footer-content {
  padding-top: 1rem;
  display: flex;
  justify-content: center;
}
.footer-company {
  margin: 0 2rem 2rem;
}
.footer-company-detail {
  margin-bottom: 10px;
}
.footer-company-adress {
  margin-bottom: 5px;
}
@media screen and (max-width: 425px) {
  .footer-company-adress {
    display: none;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .footer-company-adress {
    display: none;
  }
}
.footer-copyright {
  padding: 5px 0;
  height: 30px;
  text-align: center;
  color: #fff;
  font-family: NotoSansCJKjp, "Hiragino Kaku Gothic Pro", "meiryo", sans-serif;
  font-size: 0.75em;
  background-color: #000;
}
.footer-flinks {
  margin: 0 2rem;
  list-style: disc;
}
.footer-flinks li a {
  color: #333;
}
.footer-flinks li a:hover {
  color: #ffc045;
}
.footer-flinks li a:active {
  color: #333;
}

.footer-cva {
  display: none;
  background-color: white;
  border-top: solid 2px black;
  margin: 0 auto;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 425px) {
  .footer-cva {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
@media screen and (min-width: 426px) and (max-width: 767px) {
  .footer-cva {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 999;
  }
}
.footer-cva .contact-form {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.footer-cva .contact-form div {
  width: 11rem;
  text-align: center;
}
.footer-cva .contact-form a {
  text-decoration: none;
  color: #000;
}
.footer-cva .contact-form .contact-button {
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  border-radius: 20px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0.5rem;
  background-color: #ffc045;
}
.footer-cva .contact-form .document-button {
  border-style: solid;
  border-width: 1px;
  border-color: #555555;
  border-radius: 20px;
  margin-top: 0rem;
  margin-bottom: 0rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 0.5rem;
  background-color: #fff;
}
.footer-cva .contact-form .h-telnumber .img-fluid {
  height: 35px;
  width: auto;
}