@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&family=Abhaya+Libre:wght@400;500;600;700;800&family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
main {
  min-width: 1440px;
}
@media screen and (max-width: 768px) {
  main {
    min-width: auto;
  }
}

a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.mt-80 {
  margin-top: 80px;
}

.p-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pt-0 {
  padding-top: 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

h2.c-heading {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  h2.c-heading {
    font-size: 3rem;
  }
}

.l-scrollable {
  overflow-y: visible;
  overflow-x: scroll;
}
.l-scrollable::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-scrollable::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    display: block;
    background-color: #f2f2f2;
  }
}
.l-scrollable::-webkit-scrollbar-thumb {
  border-radius: 4px;
  color: #dddddd;
  background-color: #dddddd;
}

.blue-txt {
  color: #00a8f5;
}

.service-fv {
  position: relative;
}
.service-fv .bg-img {
  display: flex;
}
.service-fv .bg-img img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .service-fv .bg-img img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .service-fv .bg-img {
    flex-direction: column;
  }
}
.service-fv .front {
  font-family: "IBM Plex Sans JP", sans-serif;
  position: absolute;
  width: 70%;
  max-width: 1140px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .service-fv .front {
    width: 95%;
    align-items: center;
    justify-content: space-between;
  }
}
.service-fv .front .absolute-right {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: 80%;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service-fv .front .absolute-right {
    height: 42%;
    right: auto;
    bottom: 32%;
  }
}
.service-fv .front .absolute-right img {
  width: auto;
  height: 100%;
}
.service-fv .front .absolute-right .text-right-vertical p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  transform: rotate(15deg);
  position: absolute;
  writing-mode: vertical-rl;
  top: 0rem;
  right: 2rem;
  font-size: 4rem;
  line-height: 5rem;
  text-align: left;
  color: #FFF;
  -webkit-text-fill-color: #FFF;
  -webkit-text-stroke: 0.25rem #0080CA;
  font-weight: 900;
  letter-spacing: 1.44px;
}
@media screen and (max-width: 768px) {
  .service-fv .front .absolute-right .text-right-vertical p {
    font-size: 2rem;
    line-height: 2.5rem;
    right: 0;
    -webkit-text-stroke: 0.05rem #0080CA;
    top: -2rem;
    left: -2rem;
    transform: translate(-13rem, 1rem) rotate(-15deg);
  }
}
.service-fv .front .orange {
  color: #EC6E01;
}
.service-fv .front .title-wrap {
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-size: 4rem;
  line-height: 5rem;
  max-width: 70%;
  font-weight: 900;
  -webkit-text-stroke: 0.2rem #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.3rem;
}
@media screen and (max-width: 768px) {
  .service-fv .front .title-wrap {
    max-width: 95%;
    font-size: 3rem;
    -webkit-text-stroke-width: 0.05rem;
    margin-top: 4rem;
  }
}
.service-fv .front .title-wrap p {
  margin: 0.5rem 0;
}
.service-fv .front .title-wrap .blue {
  color: #0080CA;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .service-fv .front .title-wrap .blue {
    line-height: 3rem;
  }
}
.service-fv .front .title-wrap .orange {
  color: #EC6E01;
  font-size: 6rem;
  line-height: 6rem;
}
@media screen and (max-width: 768px) {
  .service-fv .front .title-wrap .orange {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.service-fv .front .title-wrap .left {
  text-align: left;
}
.service-fv .front .title-wrap .center {
  text-align: center;
}
.service-fv .front .title-wrap .right {
  text-align: right;
}
.service-fv .front .title-wrap .big {
  font-size: 8rem;
  line-height: 8rem;
}
@media screen and (max-width: 768px) {
  .service-fv .front .title-wrap .big {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.service-fv .front .title-wrap .mark {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, #F6FC3E 10%, #F6FC3E 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.service-fv .front .title-wrap .official {
  position: absolute;
  top: -3rem;
  right: -2rem;
  width: 25%;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .service-fv .front .title-wrap .official {
    width: 35%;
  }
}
.service-fv .front .content-wrap {
  display: flex;
  flex-direction: row;
  max-width: 80%;
  border-radius: 2rem;
  background-color: #FFF;
  overflow: hidden;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .service-fv .front .content-wrap {
    max-width: 100%;
  }
}
.service-fv .front .content-wrap .left {
  background-color: #0080CA;
  flex-basis: 30%;
  padding: 3rem 0;
}
@media screen and (max-width: 879px) {
  .service-fv .front .content-wrap .left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.service-fv .front .content-wrap .left h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #0080CA;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 3.5rem;
  line-height: 4rem;
  font-weight: 900;
  -webkit-text-stroke: 0.2rem #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  letter-spacing: -0.3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .service-fv .front .content-wrap .left h2 {
    line-height: 2.8rem;
    font-size: 2.2rem;
    -webkit-text-stroke-width: 0.05rem;
  }
}
.service-fv .front .content-wrap .right {
  flex-basis: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem 2rem;
  text-decoration-style: dashed;
  text-decoration-color: #0080CA;
  text-decoration-line: underline;
  text-underline-offset: 8px;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  .service-fv .front .content-wrap .right {
    padding: 1rem 1rem;
    font-size: 1.2rem;
  }
}

.service-cta-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.service-cta-1 img {
  width: 100%;
}
.service-cta-1 img.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .service-cta-1 img.pc {
    display: none;
  }
}
.service-cta-1 img.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .service-cta-1 img.sp {
    display: block;
  }
}

.reason-6-title-banner-wrap {
  position: relative;
}
@media screen and (max-width: 768px) {
  .reason-6-title-banner-wrap img {
    margin-bottom: 3rem;
  }
}
.reason-6-title-banner-wrap .reason-6-sub-title {
  padding-left: 2rem;
  position: absolute;
  bottom: 2rem;
  left: 0;
  background: linear-gradient(to right, #2ca4dd 0%, #2ca4dd 1%, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .reason-6-title-banner-wrap .reason-6-sub-title {
    position: relative;
    margin-bottom: 0;
  }
}

.reason-6-title {
  border-top: 6px solid #0080CA;
}
@media screen and (max-width: 768px) {
  .reason-6-title {
    margin-top: 1rem;
  }
}

.reason-secTitle {
  border-top: 4px solid #0080CA;
}
.reason-secTitle h2 {
  text-align: center;
  color: #0086D1;
  padding: 1rem 0;
}

.pb-0 {
  padding-bottom: 0;
}

.p-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.check-list ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .check-list ul {
    padding-left: 0;
  }
}
.check-list ul li {
  list-style: none;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .check-list ul li img {
    width: 3rem;
  }
}

.service-area-blue-title {
  background-color: #2ca4dd;
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 768px) {
  .service-area-blue-title {
    font-size: 2rem;
  }
}

.costs p {
  font-size: 2rem;
}
.costs .big {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .costs .big {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.costs .orange {
  color: #EC6E01;
  font-weight: bold;
  margin-bottom: 2rem;
}
.costs .orange .big {
  font-size: 4rem;
  line-height: 4rem;
}

.shadow-box {
  margin-top: 80px;
  padding: 2rem;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.service-cta-3 {
  display: block;
}
.service-cta-3 img {
  width: 100%;
}

h2.c-heading {
  color: #2ca4dd;
}

.comparison-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  margin: 40px 0;
  position: relative;
  background-color: #2ca4dd;
  min-height: 150px;
}
.comparison-title::before {
  content: "";
  position: absolute;
  background: #FFF;
  bottom: -1px;
  left: 0;
  width: 51%;
  height: 50px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.comparison-title::after {
  content: "";
  position: absolute;
  background: #FFF;
  bottom: -1px;
  right: 0;
  width: 51%;
  height: 50px;
  -webkit-clip-path: polygon(100% 100%, 0% 100%, 100% 0);
          clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
.comparison-title p {
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 3rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .comparison-title p {
    font-size: 2rem;
    line-height: 3rem;
  }
  .comparison-title p:first-child {
    margin-top: 1rem;
  }
}
.comparison-title p.slashes {
  position: relative;
}
.comparison-title p.slashes::before, .comparison-title p.slashes::after {
  position: absolute;
  bottom: 1rem;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .comparison-title p.slashes::before, .comparison-title p.slashes::after {
    font-size: 2rem;
    bottom: 0;
  }
}
.comparison-title p.slashes::before {
  content: "＼";
  left: -7rem;
}
@media screen and (max-width: 768px) {
  .comparison-title p.slashes::before {
    left: -2rem;
  }
}
.comparison-title p.slashes::after {
  content: "／";
  right: -7rem;
}
@media screen and (max-width: 768px) {
  .comparison-title p.slashes::after {
    right: -2rem;
  }
}
.comparison-title p .big {
  font-size: 5rem;
  line-height: 5rem;
}
@media screen and (max-width: 768px) {
  .comparison-title p .big {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.comparison-title p .orange-txt {
  color: #FFDB4D;
}

.compare-table {
  width: 100%;
  overflow-y: visible;
  overflow-x: visible;
}
@media screen and (max-width: 768px) {
  .compare-table {
    overflow-x: scroll;
  }
}
.compare-table table.comparison {
  width: 100%;
  min-width: 960px;
}
@media screen and (max-width: 768px) {
  .compare-table table.comparison {
    min-width: 740px;
  }
}
.compare-table table.comparison thead tr th.blue {
  background: linear-gradient(to top, #2ca4dd 0%, #2ca4dd 90%, #FFF 90%, #FFF 100%);
  color: #FFF;
  font-size: 3rem;
  font-weight: bold;
  padding: 3rem;
  border-left: 1px solid #FFF;
}
.compare-table table.comparison thead tr th.blue.recommend {
  position: relative;
  background: #2ca4dd;
  border-radius: 2rem 2rem 0 0;
  padding: 3rem;
  overflow: hidden;
  font-size: 4rem;
}
.compare-table table.comparison thead tr th.blue.recommend .r-tag {
  position: absolute;
  background-color: #FFDB4D;
  color: #EA7405;
  transform: rotate(-45deg);
  padding: 0 4rem;
  top: 2rem;
  left: -3rem;
  font-weight: bold;
  font-size: 1rem;
}
.compare-table table.comparison tbody tr {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.compare-table table.comparison tbody tr td {
  vertical-align: center;
  text-align: center;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1rem;
}
.compare-table table.comparison tbody tr td.yellow-bg {
  border-right: 3px solid #2ca4dd;
  border-left: 3px solid #2ca4dd;
  background: #FFFDE6;
}
.compare-table table.comparison tbody tr td.yellow-bg.end {
  border-bottom: 3px solid #2ca4dd;
}
.compare-table table.comparison tbody tr td .red {
  color: #FC2327;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
}
.compare-table table.comparison tbody tr td .small {
  font-size: 1.5rem;
}
.compare-table table.comparison tbody tr td .blue {
  color: #004BB1;
  font-weight: bold;
}
.compare-table table.comparison tbody tr td .green {
  color: #09B100;
  font-weight: bold;
}

#area {
  position: relative;
  padding: 80px 0;
}
#area .area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
#area .w-box {
  background-color: #FFF;
  padding: 2rem 3rem;
}
#area h3.service-area-blue-title {
  margin-bottom: 1rem;
}

.pc-min-1200 {
  min-width: 1200px;
}
@media screen and (max-width: 768px) {
  .pc-min-1200 {
    min-width: auto;
  }
}

.btn-2-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  gap: 1rem;
}
.btn-2-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}

.btn-3-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.btn-3-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 33.33%;
}

.worker-message .worker-message-wrap {
  display: flex;
  gap: 2rem;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .worker-message .worker-message-wrap {
    margin-bottom: 3rem;
  }
}
.worker-message .worker-message-wrap .img-wrap {
  flex-basis: 30%;
  display: block;
}
.worker-message .worker-message-wrap .img-wrap img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.worker-message .worker-message-wrap .message-content {
  flex-basis: 100%;
}
.worker-message .worker-message-wrap .message-content h3 {
  font-size: 2rem;
  display: block;
  margin: 1rem 0;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  padding: 0.5rem 0;
  background: #2CA4DD;
}
.worker-message .worker-message-wrap .message-content .profile {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .worker-message .worker-message-wrap .message-content .profile {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.worker-message .worker-message-wrap .message-content .orange {
  color: #EC6E01;
  font-weight: 900;
  font-size: 2rem;
  -webkit-text-stroke: #FFF 0.07rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 768px) {
  .worker-message .worker-message-wrap .message-content .orange {
    font-size: 1.5rem;
    line-height: 2rem;
    -webkit-text-stroke: #FFF 0.02rem;
  }
}
.worker-message .clip {
  position: relative;
  border: 2px solid #2CA4DD;
  min-height: 6rem;
  padding: 2rem;
}
.worker-message .clip .clip-img {
  position: absolute;
  left: -6rem;
  top: -6rem;
  width: 12rem;
  height: 12rem;
}
@media screen and (max-width: 768px) {
  .worker-message .clip .clip-img {
    left: -4rem;
    top: -4rem;
    width: 8rem;
    height: 8rem;
  }
}
.worker-message .clip h3 {
  color: #0080CA;
  text-decoration-style: dashed;
  text-decoration-line: underline;
  text-decoration-color: #0080CA;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}
.worker-message .clip::after {
  content: "";
  position: absolute;
  width: 6rem;
  height: 6rem;
  bottom: 0;
  right: 0;
  border-left: 2px solid #2CA4DD;
  transform: translate(3rem, 3rem) rotate(45deg);
  background: #FFF;
}

.official-branch {
  position: relative;
  overflow: hidden;
}
.official-branch .official-branch-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.official-branch p {
  margin-bottom: 1rem;
}
.official-branch span.red {
  color: #FC2327;
  font-weight: bold;
}
.official-branch span.mark {
  background: #f6fc3e;
}

/* service-area area FV */
.txt-box {
  text-align: center;
}

.fv_c_box {
  border-radius: 10px;
  margin: 0 auto;
  width: 90%;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.fv_c_head {
  background: #158fd0;
  border-radius: 10px;
  border-radius: 10px 10px 0 0;
  padding: 0.35em 1em;
  font-weight: bold;
  color: #002845;
  font-size: 1.4em;
}

.fv_c_txt_box {
  padding: 0.75em 2em;
}

.fv_c_txt span.fv_c_txt_inner {
  border-bottom: 2px dotted #158fd0;
  line-height: 2.2;
}

.l-fv {
  margin-bottom: 1em;
}

.txt-box p span.l-fv-area, span.fv_c_head_area {
  color: #ef7c01;
  padding: 0 3px;
}

span.fv_c_head_area {
  text-shadow: 1px 1px 2px #002870;
}

.txt-box p {
  text-shadow: 2px 4px 2px #ffffff;
  font-size: 2.6em;
  font-weight: bold;
}

.txt-box p span.f16 {
  font-size: 0.5em;
  padding: 0 0.5em;
}

.txt-box p:nth-child(1) {
  color: #0066af;
}

.txt-box p:nth-child(2) {
  color: #0066af;
  text-align: center;
}

.txt-box p:nth-child(3) {
  color: #0066af;
  text-align: right;
}

.txt-box p span.fv_bk {
  color: #158fd0;
  font-size: 1.2em;
  padding: 0 5px;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.txt-box p span.fv_bk:before {
  content: "";
  position: absolute;
  background: linear-gradient(transparent 50%, rgb(246, 252, 62) 50%);
  height: 65px;
  width: 100%;
  transform: skewX(-30deg) translate(4%, 0%);
  left: 0;
  z-index: -1;
}

.section_area .staff_link_a {
  text-align: center;
}

.section_area .staff_link_a a {
  width: 250px;
}

.sp {
  display: none;
}

@media screen and (max-width: 640px) {
  .txt-box {
    width: 95%;
    margin: 0 auto;
    padding-top: 0.5em;
  }
  .txt-box p {
    font-size: 1.4em;
  }
  .txt-box p span.fv_bk:before {
    bottom: 0;
    height: 30px;
  }
  .fv_c_box {
    position: static;
    width: 100%;
    margin-top: 1em;
  }
  .l-fv {
    background: linear-gradient(180deg, rgb(174, 234, 255) 0%, rgb(255, 255, 255) 100%);
  }
}
/* //service-area area FV */
.big {
  font-size: 2rem;
  font-weight: bold;
}

.yellow {
  color: #fdbe04;
}

.flex {
  display: flex;
}

.txt-center {
  text-align: center;
}

.blue-arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
  border-top: 50px solid #2ca4dd;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .blue-arrow-down + .l-case-and-cost__title {
    text-align: center;
  }
}

.plus-icon {
  display: inline-block;
  position: relative;
  width: 48px;
  height: 48px;
}
.plus-icon::before, .plus-icon::after {
  position: absolute;
  content: "";
  background-color: #CCC;
}
.plus-icon::before {
  width: 48px;
  height: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.plus-icon::after {
  height: 48px;
  width: 8px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-section.strength .c-heading.c-heading--underline {
  color: #000;
  text-align: center;
}
.l-section.strength .c-heading.c-heading--underline::before {
  background-color: #fdbe04;
  width: 6rem;
  height: 8px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-section.strength .c-heading.c-heading--underline {
    font-size: 2rem;
  }
}
.l-section.strength .strength-box {
  border: 3px solid #2ca4dd;
  padding: 2rem;
  border-radius: 8px;
}
.l-section.strength .strength-box .box-inner {
  gap: 1rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-section.strength .strength-box .box-inner {
    flex-direction: column;
  }
}
.l-section.strength .strength-box .box-inner .strength-item {
  position: relative;
  flex-basis: 25%;
}
.l-section.strength .strength-box .box-inner .strength-item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-section.strength .strength-box .box-inner .strength-item > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 2rem 0;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: rgba(44, 164, 221, 0.8);
}

.l-case-and-cost__title {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__title {
    font-size: 2rem;
  }
}

.l-case-and-cost__content {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content {
    margin-bottom: 40px;
  }
}
.l-case-and-cost__content .yellow-box {
  background-color: #fff4d1;
  border: 4px dashed #fdbe04;
  padding: 1rem;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .yellow-box {
    flex-direction: column;
  }
}
.l-case-and-cost__content .yellow-box > * {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.l-case-and-cost__content .yellow-box > * p {
  font-weight: bold;
  font-size: 1.5rem;
}
.l-case-and-cost__content .yellow-box > * p span {
  font-weight: bold;
  background-color: #fdbe04;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  border-radius: 3rem;
  padding: 0rem 1rem;
  margin-right: 1rem;
}
.l-case-and-cost__content .black-box {
  border: 3px dotted #000;
  padding: 2rem;
}
.l-case-and-cost__content .black-box .black-box-title {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .black-box .black-box-title {
    align-items: flex-start;
  }
  .l-case-and-cost__content .black-box .black-box-title img {
    max-width: 48px;
    -o-object-fit: none;
       object-fit: none;
    -o-object-position: center;
       object-position: center;
  }
}
.l-case-and-cost__content .black-box > p {
  padding: 0 1rem;
}
.l-case-and-cost__content .case-box {
  border-radius: 2rem;
  border: 1px solid #000;
  overflow: hidden;
  margin-bottom: 40px;
}
.l-case-and-cost__content .case-box .case-box-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 2rem;
  padding: 1rem;
  background-color: #2ca4dd;
  color: #fff;
}
.l-case-and-cost__content .case-box .case-box-content {
  padding: 1rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .case-box .case-box-content {
    padding: 1rem;
  }
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top {
  display: flex;
  justify-content: space-between;
  border-bottom: 3px dashed #ccc;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .case-box .case-box-content .case-box-top {
    flex-direction: column;
    padding-bottom: 1rem;
    gap: 1rem;
  }
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box {
  display: flex;
  flex-direction: column;
  flex-basis: 80%;
  border: 1px solid #ccc;
  margin-bottom: 1rem;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .box-title {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  background-color: #2ca4dd;
  color: #fff;
  text-align: center;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .display-flex {
  padding: 1rem 4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .display-flex {
    gap: 0;
    flex-direction: column;
  }
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .display-flex .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .display-flex .item img {
  max-width: 100px;
  height: auto;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .display-flex .item p {
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .left-box .display-flex .item p .small {
  font-weight: bold;
  font-size: 1rem;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .right-box {
  flex-basis: 20%;
  display: flex;
  align-items: center;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .right-box .time-box {
  flex-basis: 100%;
  border: 1px solid #ccc;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .right-box .time-box .box-title {
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  background-color: #2ca4dd;
  color: #fff;
  text-align: center;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-top .right-box .time-box .big {
  font-size: 3rem;
  text-align: center;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-case-and-cost__content .case-box .case-box-content .case-box-bottom p {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .case-box .case-box-content .case-box-bottom p {
    font-size: 1.2rem;
  }
}
.l-case-and-cost__content .case-box .case-box-content .case-box-bottom p .big {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l-case-and-cost__content .case-box .case-box-content .case-box-bottom p .big {
    font-size: 1.8rem;
  }
}/*# sourceMappingURL=service-area.css.map */