@charset "UTF-8";
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  font-family: YakuHanJP, "Avenir", "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
}

img {
  height: 100%;
  width: auto;
}

a {
  color: #5188EC;
  letter-spacing: 2px;
}

p {
  letter-spacing: 2px;
  line-height: 2rem;
  text-align: justify;
}

li {
  list-style: none;
}

@media screen and (max-width: 595px) {
  .sp_hidden {
    display: none;
  }
}

@media screen and (max-width: 1080px) {
  .tab_hidden {
    display: none;
  }
}

.pc_hidden {
  display: none;
}
@media screen and (max-width: 595px) {
  .pc_hidden {
    display: inline;
  }
}

.request {
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  color: white;
  background-color: #EE9430;
  padding: 19px 52px 15px;
  text-decoration: none;
  border-radius: 27px;
  border-bottom: 5px solid #A56217;
}
.request:hover {
  margin-top: 3px;
  border-bottom: 0px solid #A56217;
}
@media screen and (max-width: 595px) {
  .request {
    font-size: 16px;
    letter-spacing: 1px;
  }
}

.heading {
  text-align: center;
  font-size: 46px;
  font-weight: 400;
  letter-spacing: 5.98px;
  line-height: 70px;
  margin-bottom: 125px;
  padding-top: 90px;
  position: relative;
}
.heading::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #EE9430;
  width: 2px;
  height: 52px;
  vertical-align: middle;
  transform: rotate(35deg);
  left: 50%;
  bottom: -70px;
}
.heading span {
  color: #EE9430;
  font-size: 32px;
  font-weight: 900;
  font-style: oblique;
  letter-spacing: 0.32px;
}
.heading.heading_white::after {
  background: white;
}
.heading.heading_white span {
  color: white;
}
@media screen and (max-width: 1080px) {
  .heading {
    font-size: 36px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 595px) {
  .heading {
    padding: 60px 10px 0;
    line-height: 60px;
  }
}

.heading_p {
  text-align: center;
  font-weight: 700;
}

.borderline {
  display: block;
  width: 96%;
  border-bottom: solid 1px #B7B7B7;
  margin: 130px auto 0;
}
@media screen and (max-width: 595px) {
  .borderline {
    margin: 90px auto 0;
  }
}

.plus {
  display: block;
  margin: 46px auto;
  width: 42px;
}
@media screen and (max-width: 595px) {
  .plus {
    margin: 12px auto;
    width: 30px;
  }
}

header {
  position: fixed;
  width: 100%;
  margin: 0;
  z-index: 1001;
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 595px) {
  header {
    position: initial;
    -webkit-transform: translateZ(0);
  }
}
header .header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 595px) {
  header .header_flex {
    flex-direction: column;
    gap: 0;
    padding: 10px 0 5px;
  }
}
header .h_logo {
  transition: all 0.5s;
  width: 100%;
  max-width: 247px;
}
@media screen and (max-width: 1080px) {
  header .h_logo {
    max-width: 200px;
  }
}
header .request_block {
  display: flex;
  padding: 14px 0 22px;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1080px) {
  header .request_block {
    gap: 5px;
    padding: 7px 0 11px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 595px) {
  header .request_block {
    justify-content: center;
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  header .request_block .request {
    width: calc(100% - 70px);
  }
}
@media screen and (max-width: 595px) {
  header .request_block .request {
    height: 55px;
  }
}
header .request_block .h_text {
  font-size: 0.75rem;
  text-align: right;
  letter-spacing: 1.56px;
  line-height: 1.2rem;
  padding-top: 10px;
}
@media screen and (max-width: 1080px) {
  header .request_block .h_text {
    line-height: 0;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 595px) {
  header .request_block .h_text {
    font-size: 1vw;
  }
}
header .request_block img {
  width: 51px;
  height: 59px;
}

#header {
  opacity: 0;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.5s;
}
#header .request_block {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 0 21px;
  flex-wrap: wrap;
  background-color: #d3eef0;
  justify-content: center;
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
}
#header .h_text {
  font-size: 3vw;
  text-align: right;
  letter-spacing: 1.56px;
  line-height: 0;
  padding-bottom: 5px;
  padding-top: 10px;
}
#header .request {
  width: calc(100% - 70px);
  height: 40px;
  padding: 12px 52px 12px;
}
#header img {
  width: 30px;
  height: 35px;
}

@media screen and (max-width: 595px) {
  #header.fixed {
    opacity: 1;
  }
}

.mv_sec {
  background-color: #D3EEF0;
  padding-top: 95px;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .mv_sec {
    height: 1230px;
  }
}
@media screen and (max-width: 595px) {
  .mv_sec {
    padding-top: 0;
    height: auto;
  }
}

.mv_flex {
  padding: 93px 100px 188px;
  display: flex;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .mv_flex {
    padding: 60px 20px 300px;
    flex-direction: column;
  }
}
@media screen and (max-width: 595px) {
  .mv_flex {
    padding: 60px 10px 200px;
  }
}

.mv_text {
  flex: 1.1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1080px) {
  .mv_text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 595px) {
  .mv_text {
    margin-bottom: 130px;
  }
}
.mv_text h1 {
  font-size: min(3vw, 44px);
  line-height: min(5vw, 66px);
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 5.72px;
}
@media screen and (max-width: 1080px) {
  .mv_text h1 {
    margin-bottom: 30px;
    font-size: 6vw;
    line-height: 8vw;
  }
}
@media screen and (max-width: 595px) {
  .mv_text h1 {
    margin-bottom: 60px;
  }
}
.mv_text .mv_subtitle {
  color: #0C5EAD;
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}
@media screen and (max-width: 1080px) {
  .mv_text .mv_subtitle {
    font-size: min(5vw, 20px);
    line-height: min(10vw, 40px);
    text-align: center;
  }
}
.mv_text .mv_img {
  width: 317px;
  height: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 1080px) {
  .mv_text .mv_img {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 595px) {
  .mv_text .mv_img {
    margin: 0 auto 20px;
    max-width: 317px;
    width: 100%;
  }
}
.mv_text .mv_p {
  font-weight: 700;
  display: inline-block;
  max-width: 540px;
  margin-bottom: 60px;
  line-height: 36px;
}
@media screen and (max-width: 1080px) {
  .mv_text .mv_p {
    max-width: 400px;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 595px) {
  .mv_text .mv_p {
    font-weight: 400;
    line-height: 26px;
    padding: 0 10px;
  }
}

.mv_img {
  flex: 1;
  position: relative;
}
.mv_img img {
  position: absolute;
  left: 40px;
  height: 100%;
  width: 737px;
  height: auto;
}
@media screen and (max-width: 1080px) {
  .mv_img img {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60%;
    max-width: 439px;
    min-width: 257px;
  }
}
@media screen and (max-width: 595px) {
  .mv_img img {
    bottom: -170px;
    min-width: 300px;
  }
}

.request_box {
  height: 59px;
}

.client_points {
  position: relative;
}
.client_points .client_fuki {
  position: absolute;
  top: -160px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin: auto;
  display: flex;
  z-index: 100;
}
@media screen and (max-width: 1080px) {
  .client_points .client_fuki {
    top: -165px;
  }
}
@media screen and (max-width: 595px) {
  .client_points .client_fuki {
    top: -90px;
  }
}
.client_points .client_fuki img {
  width: 169px;
}
@media screen and (max-width: 595px) {
  .client_points .client_fuki img {
    width: 100px;
  }
}

@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-103%);
  }
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-103%);
  }
}
.wrap {
  display: flex;
  align-items: center;
  height: 180px;
  gap: 50px;
  overflow: hidden;
  border-bottom: solid 4px #E5E7EA;
}
@media screen and (max-width: 1080px) {
  .wrap {
    height: 140px;
  }
}
@media screen and (max-width: 595px) {
  .wrap {
    height: 90px;
  }
}
.wrap .slideshow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  -webkit-animation: loop-slide 70s infinite linear 1s both;
          animation: loop-slide 70s infinite linear 1s both;
  padding: 10px 0 0 0;
}
.wrap .content:nth-child(1) {
  height: 35px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(1) {
    height: 17.5px;
  }
}
.wrap .content:nth-child(2) {
  height: 83px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(2) {
    height: 41.5px;
  }
}
.wrap .content:nth-child(3) {
  height: 83px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(3) {
    height: 41.5px;
  }
}
.wrap .content:nth-child(4) {
  height: 105px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(4) {
    height: 52.5px;
  }
}
.wrap .content:nth-child(5) {
  height: 47px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(5) {
    height: 23.5px;
  }
}
.wrap .content:nth-child(6) {
  height: 62px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(6) {
    height: 31px;
  }
}
.wrap .content:nth-child(7) {
  height: 34px;
}
@media screen and (max-width: 595px) {
  .wrap .content:nth-child(7) {
    height: 17px;
  }
}

.problem_sec {
  position: relative;
}
@media screen and (max-width: 595px) {
  .problem_sec {
    width: 96%;
    margin: 0 auto;
  }
}
.problem_sec::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -46px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: white transparent transparent transparent;
  border-width: 46px 53px 0 53px;
}
.problem_sec h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 4.68px;
  margin-top: 65px;
  margin-bottom: 39px;
  line-height: 36px;
}
@media screen and (max-width: 1080px) {
  .problem_sec h2 {
    font-size: 26px;
    letter-spacing: 2px;
  }
}
.problem_sec .problem_flex {
  display: flex;
  justify-content: center;
  gap: 80px;
  padding-bottom: 106px;
}
@media screen and (max-width: 1080px) {
  .problem_sec .problem_flex {
    gap: 40px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 595px) {
  .problem_sec .problem_flex {
    gap: 0px;
    flex-direction: column;
    align-items: center;
  }
}
.problem_sec .problem_flex .problem_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 290px;
}
@media screen and (max-width: 1080px) {
  .problem_sec .problem_flex .problem_item {
    width: 190px;
  }
}
@media screen and (max-width: 595px) {
  .problem_sec .problem_flex .problem_item {
    flex-direction: row;
    width: 96%;
    gap: 10px;
  }
}
.problem_sec .problem_flex .problem_item img {
  width: 169px;
  height: auto;
  margin-bottom: 5px;
}
@media screen and (max-width: 595px) {
  .problem_sec .problem_flex .problem_item img {
    width: 140px;
  }
}
.problem_sec .problem_flex .problem_item p {
  color: #0C5EAD;
  font-weight: 700;
  letter-spacing: 2.08px;
  line-height: 25.6px;
}

.answer_sec {
  background-color: #ECF8F8;
}
.answer_sec p {
  text-align: center;
  font-size: 32px;
  line-height: 65.8px;
  letter-spacing: 4.16px;
  padding: 72px 0 69px;
}
.answer_sec p span img {
  max-width: 345px;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width: 1080px) {
  .answer_sec p {
    font-size: 27px;
    line-height: 60px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 595px) {
  .answer_sec p {
    font-size: 24px;
    line-height: 45px;
    padding: 72px 10px 69px;
  }
}

.strength_sec .strength_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 17px;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}
.strength_sec .strength_flex .strength_body {
  min-height: 244px;
}
.strength_sec .strength_flex .strength_body p {
  padding: 38px 30px 30px;
}
.strength_sec .strength_box {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333% - 13px);
  background-color: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 1080px) {
  .strength_sec .strength_box {
    width: calc(50% - 9px);
  }
}
@media screen and (max-width: 595px) {
  .strength_sec .strength_box {
    width: 100%;
    border: solid 3px #60A2F0;
  }
}
.strength_sec .strength_head {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #60A2F0;
  text-align: center;
  color: white;
  position: relative;
  min-height: 179px;
}
@media screen and (max-width: 595px) {
  .strength_sec .strength_head {
    min-height: 100px;
    height: auto;
  }
}
.strength_sec .strength_head::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #D4EAF5;
  width: 5px;
  height: 52px;
  vertical-align: middle;
  transform: rotate(35deg);
  left: 50%;
  bottom: -30px;
}
.strength_sec .strength_head p {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 15px;
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 595px) {
  .strength_sec .strength_head p {
    padding-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
}
.strength_sec .strength_head h3 {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: 2.1px;
  margin-bottom: 22px;
}
@media screen and (max-width: 595px) {
  .strength_sec .strength_head h3 {
    font-size: 8vw;
  }
}
.strength_sec .strength_box_end {
  width: 90%;
  max-width: 731px;
  margin: 0 auto;
}
.strength_sec .strength_box_end .strength_head {
  min-height: 132px;
}
@media screen and (max-width: 595px) {
  .strength_sec .strength_box_end .strength_head {
    min-height: 100px;
    height: auto;
  }
}
.strength_sec .strength_box_end .strength_head h3 {
  padding-top: 20px;
}
.strength_sec .strength_box_end .strength_body p {
  padding: 38px 30px 30px;
}

.features_sec .features_flex {
  display: flex;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
  gap: 130px;
  flex-direction: column;
}
@media screen and (max-width: 595px) {
  .features_sec .features_flex {
    gap: 80px;
  }
}
.features_sec .features_flex .features_box {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 1080px) {
  .features_sec .features_flex .features_box {
    flex-direction: column;
    gap: 30px;
  }
}
.features_sec .features_flex .features_box:nth-child(2) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1080px) {
  .features_sec .features_flex .features_box:nth-child(2) {
    flex-direction: column;
  }
}
.features_sec .features_flex .features_box:nth-child(2) img {
  margin-top: 47px;
}
@media screen and (max-width: 1080px) {
  .features_sec .features_flex .features_box:nth-child(2) img {
    margin-top: 0;
  }
}
.features_sec .features_flex .features_box .features_text {
  flex: 1;
}
.features_sec .features_flex .features_box .features_text p {
  margin-bottom: 16px;
  letter-spacing: 2.08px;
  line-height: 27px;
}
.features_sec .features_flex .features_box .features_text .features_li {
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1080px) {
  .features_sec .features_flex .features_box .features_text .features_li {
    text-align: center;
  }
}
.features_sec .features_flex .features_box .features_text h3 {
  font-size: 32px;
  color: #0C5EAD;
  font-weight: 700;
  margin-bottom: 46px;
  line-height: 42px;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 1080px) {
  .features_sec .features_flex .features_box .features_text h3 {
    margin-bottom: 30px;
    text-align: center;
  }
}
.features_sec .features_flex .features_box .features_img {
  flex: 1;
}
.features_sec .features_flex .features_box .features_img img {
  max-width: 100%;
  height: auto;
}

.diagram_sec .diagram_flex {
  display: flex;
  width: 90%;
  max-width: 1080px;
  margin: 47px auto 130px;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 595px) {
  .diagram_sec .diagram_flex {
    margin: 30px auto 90px;
    gap: 15px;
  }
}
.diagram_sec .diagram_flex .diagram_heading {
  text-align: center;
  display: inline-block;
  width: 100%;
  background-color: #0C5EAD;
  color: white;
  padding: 18px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.2px;
}
.diagram_sec .diagram_flex .diagram_heading_second {
  background-color: #EE9430;
}
.diagram_sec .diagram_flex .diagram_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 595px) {
  .diagram_sec .diagram_flex .diagram_box {
    gap: 8px;
  }
}
.diagram_sec .diagram_flex .diagram_box .diagram_item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33.3333333333% - 11px);
  height: 88px;
  background-color: white;
  border: 3px solid #DEEBFE;
  position: relative;
}
@media screen and (max-width: 595px) {
  .diagram_sec .diagram_flex .diagram_box .diagram_item {
    height: 70px;
    width: calc(50% - 4px);
  }
}
.diagram_sec .diagram_flex .diagram_box .diagram_item::after {
  height: 0;
  display: block;
  position: absolute;
  left: -3px;
  content: "";
  border-top: solid 28px #fff;
  border-right: solid 28px transparent;
  top: -3px;
  z-index: 2;
}
.diagram_sec .diagram_flex .diagram_box .diagram_item::before {
  height: 0;
  display: block;
  position: absolute;
  left: -2px;
  content: "";
  border-top: solid 30px #DEEBFE;
  border-right: solid 30px transparent;
  top: -2px;
}
.diagram_sec .diagram_flex .diagram_box .diagram_item p {
  font-size: 20px;
  font-weight: 700;
  color: #0C5EAD;
  letter-spacing: 1px;
}
@media screen and (max-width: 595px) {
  .diagram_sec .diagram_flex .diagram_box .diagram_item p {
    font-size: 16px;
  }
}
.diagram_sec .diagram_flex .plus {
  margin: 14px auto;
  width: 42px;
}
@media screen and (max-width: 595px) {
  .diagram_sec .diagram_flex .plus {
    margin: 12px auto;
    width: 30px;
  }
}

.case_sec {
  background-color: #D3EEF0;
  padding-bottom: 130px;
}
@media screen and (max-width: 595px) {
  .case_sec {
    padding-bottom: 90px;
  }
}
.case_sec .case_client {
  display: flex;
  width: 90%;
  max-width: 730px;
  margin: 0 auto 70px;
  gap: 43px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_client {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px;
  }
}
.case_sec .case_client img {
  width: 96px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_client img {
    width: 169px;
  }
}
.case_sec .case_client .case_client_text h3 {
  color: #0C5EAD;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 31px;
  line-height: 36px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_client .case_client_text h3 {
    text-align: center;
  }
}
.case_sec .case_client .case_client_text p {
  letter-spacing: 2.08px;
  text-align: justify;
  line-height: 30px;
}
.case_sec .case_voice {
  display: flex;
  width: 90%;
  max-width: 730px;
  margin: 0 auto 70px;
  flex-direction: column;
}
@media screen and (max-width: 595px) {
  .case_sec .case_voice {
    margin: 0 auto 40px;
  }
}
.case_sec .case_voice .case_line {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.case_sec .case_voice .case_line .case_border {
  content: "";
  display: block;
  max-width: 430px;
  width: 60%;
  height: 0;
  border-top: solid 2px white;
}
.case_sec .case_voice .case_line.case_border_last {
  transform: rotate(180deg);
}
.case_sec .case_voice p {
  letter-spacing: 1.82px;
  font-size: 14px;
  line-height: 25px;
  padding-bottom: 16px;
}
@media screen and (max-width: 595px) {
  .case_sec .case_voice p {
    line-height: 30px;
  }
}
.case_sec .case_beforeafter {
  display: flex;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  background-color: white;
}
@media screen and (max-width: 595px) {
  .case_sec .case_beforeafter {
    flex-direction: column;
    width: 96%;
  }
}
.case_sec .case_beforeafter h4 {
  font-size: 24px;
  font-weight: 400;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  margin-bottom: 16px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_beforeafter h4 {
    flex-direction: column;
    height: 120px;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 595px) {
  .case_sec .case_beforeafter h4 {
    height: 70px;
  }
}
.case_sec .case_beforeafter h4 span img {
  vertical-align: middle;
  max-width: 274px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_beforeafter h4 span img {
    width: 240px;
  }
}
.case_sec .case_beforeafter .case_before {
  background-color: #F7F7F7;
  padding: 30px 10px 30px 35px;
  position: relative;
  flex: 7;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_beforeafter .case_before {
    padding: 0px 10px 30px 35px;
  }
}
@media screen and (max-width: 595px) {
  .case_sec .case_beforeafter .case_before {
    padding: 20px 20px 10px;
    position: relative;
  }
  .case_sec .case_beforeafter .case_before::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -26px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #F7F7F7 transparent transparent transparent;
    border-width: 26px 33px 0 33px;
  }
}
.case_sec .case_beforeafter .case_before p {
  padding-bottom: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_beforeafter .case_before p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 12px;
  }
}
.case_sec .case_beforeafter .case_after {
  padding: 30px 40px 20px 0px;
  flex: 9;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_beforeafter .case_after {
    padding: 0px 40px 20px 0px;
  }
}
@media screen and (max-width: 595px) {
  .case_sec .case_beforeafter .case_after {
    padding: 20px 20px 10px;
  }
}
@media screen and (max-width: 595px) {
  .case_sec .case_beforeafter .case_after h4 {
    height: 90px;
    margin-bottom: 20px;
  }
}
.case_sec .case_beforeafter .case_after p {
  padding-left: 30px;
  padding-bottom: 16px;
  line-height: 26px;
}
@media screen and (max-width: 1080px) {
  .case_sec .case_beforeafter .case_after p {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 595px) {
  .case_sec .case_beforeafter .case_after p {
    padding-left: 0;
  }
}
.case_sec .case_beforeafter .case_try {
  content: "";
  width: 60px;
  flex: 1;
  background: linear-gradient(to bottom left, transparent 50%, #F7F7F7 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #F7F7F7 50%) bottom left/100% 50% no-repeat;
}

.flow_sec {
  margin-bottom: 130px;
}
@media screen and (max-width: 595px) {
  .flow_sec {
    margin-bottom: 90px;
  }
}
.flow_sec .flow_flex {
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  gap: 40px;
}
.flow_sec .flow_flex .flow_box {
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  background-color: #F2F5FA;
  min-height: 175px;
  position: relative;
}
@media screen and (max-width: 1080px) {
  .flow_sec .flow_flex .flow_box {
    flex-direction: column;
  }
}
.flow_sec .flow_flex .flow_box::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -32px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #F2F5FA transparent transparent transparent;
  border-width: 32px 39px 0 39px;
}
.flow_sec .flow_flex .flow_box:nth-child(5)::after {
  display: none;
}
.flow_sec .flow_flex .flow_box .flow_number {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Oswald";
  font-size: 74px;
  font-weight: 400;
  background-color: #79A5CE;
  width: 150px;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 1080px) {
  .flow_sec .flow_flex .flow_box .flow_number {
    width: 100%;
    flex-direction: row;
    border-radius: 10px 10px 0 0;
    font-size: 50px;
    justify-content: center;
    align-items: center;
    height: 70px;
  }
}
.flow_sec .flow_flex .flow_box .flow_number p {
  padding-top: 35px;
  display: inline-block;
  height: 108px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .flow_sec .flow_flex .flow_box .flow_number p {
    padding-top: 36px;
  }
}
.flow_sec .flow_flex .flow_box .flow_number img {
  width: 65px;
  height: 65px;
}
@media screen and (max-width: 1080px) {
  .flow_sec .flow_flex .flow_box .flow_number img {
    position: absolute;
    top: 14px;
    left: 10px;
    z-index: 0;
  }
}
.flow_sec .flow_flex .flow_box h3 {
  color: #0C5EAD;
  font-size: 24px;
  text-align: 34px;
  letter-spacing: 1.2px;
  line-height: 34px;
  display: inline-block;
  width: 210px;
  padding: 24px 0 0 24px;
}
@media screen and (max-width: 1080px) {
  .flow_sec .flow_flex .flow_box h3 {
    padding: 24px 0;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 595px) {
  .flow_sec .flow_flex .flow_box h3 {
    padding: 24px 0 18px;
  }
}
.flow_sec .flow_flex .flow_box .flow_text {
  width: calc(100% - 150px - 210px);
  padding: 24px 24px 24px 0;
}
@media screen and (max-width: 1080px) {
  .flow_sec .flow_flex .flow_box .flow_text {
    width: 100%;
    padding: 0 20px 24px;
  }
}
.flow_sec .flow_flex .flow_box .flow_text p {
  line-height: 26px;
  letter-spacing: 2.08px;
  padding-bottom: 10px;
}
.flow_sec .flow_flex .flow_box .flow_text ul {
  list-style-position: inside;
  padding-left: 20px;
  line-height: 32px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.flow_sec .flow_flex .flow_box .flow_text ul li {
  list-style: disc;
  padding-right: 40px;
  letter-spacing: 2.08px;
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.5s;
}

.faq_sec {
  background-color: #D3EEF0;
}
.faq_sec .faq_flex {
  padding-bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}
@media screen and (max-width: 595px) {
  .faq_sec .faq_flex {
    padding-bottom: 90px;
    gap: 20px;
  }
}
.faq_sec .faq_box {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
.faq_sec .toggle {
  display: none;
}
.faq_sec .Label {
  display: flex;
  align-items: center;
  background-color: white;
  min-height: 98px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.faq_sec .Label:hover {
  opacity: 0.6;
}
@media screen and (max-width: 595px) {
  .faq_sec .Label {
    flex-direction: column;
  }
}
.faq_sec .Label::before {
  content: "";
  width: 26px;
  height: 2px;
  border-top: 2px solid #000;
  -webkit-transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 2px);
  right: 40px;
  transition: all 0.3s;
}
@media screen and (max-width: 595px) {
  .faq_sec .Label::before {
    width: 22px;
    right: 20px;
  }
}
.faq_sec .Label::after {
  content: "";
  width: 26px;
  height: 2px;
  border-top: 2px solid #000;
  position: absolute;
  top: calc(50% - 2px);
  right: 40px;
}
@media screen and (max-width: 595px) {
  .faq_sec .Label::after {
    width: 22px;
    right: 20px;
  }
}
.faq_sec .Label p {
  font-size: 24px;
}
@media screen and (max-width: 595px) {
  .faq_sec .Label p {
    font-size: 18px;
    line-height: normal;
  }
}
.faq_sec .Label .q {
  font-family: "Oswald";
  font-size: 63px;
  color: #0C5EAD;
  width: 116px;
  min-width: 116px;
  display: inline-block;
  text-align: center;
  padding-bottom: 12px;
}
@media screen and (max-width: 595px) {
  .faq_sec .Label .q {
    font-size: 36px;
    padding-bottom: 5px;
  }
}
.faq_sec .Label .qtext {
  padding-right: 100px;
  padding-top: 3px;
}
@media screen and (max-width: 595px) {
  .faq_sec .Label .qtext {
    padding: 0 60px 20px 10px;
  }
}
.faq_sec .Label .qtext_e {
  text-align: left;
}
.faq_sec .content {
  display: flex;
  max-height: 0;
  overflow: hidden;
  background-color: #F7F7F7;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 595px) {
  .faq_sec .content {
    flex-direction: column;
  }
}
.faq_sec .content p {
  font-size: 16px;
  letter-spacing: 2.08px;
  line-height: 26px;
}
.faq_sec .content .a {
  font-family: "Oswald";
  font-size: 63px;
  color: #EE9430;
  width: 116px;
  display: inline-block;
  text-align: center;
  padding-bottom: 5px;
  padding-top: 40px;
}
@media screen and (max-width: 595px) {
  .faq_sec .content .a {
    margin: 0 auto;
    padding: 16px 0 0;
    font-size: 36px;
  }
}
.faq_sec .content .faq_a {
  width: calc(100% - 116px);
  padding: 40px 40px 40px 0;
}
@media screen and (max-width: 595px) {
  .faq_sec .content .faq_a {
    width: 100%;
    padding: 20px 20px 40px;
  }
}
.faq_sec .content .faq_a p {
  padding-bottom: 10px;
}
.faq_sec .content .faq_a ul {
  list-style-position: inside;
  padding-left: 20px;
  line-height: 26px;
}
.faq_sec .content .faq_a ul li {
  list-style: disc;
  padding-right: 40px;
  padding-bottom: 10px;
  letter-spacing: 2.08px;
}
.faq_sec .toggle:checked + .Label + .content {
  /*開閉時*/
  max-height: 100vh;
  transition: all 0.5s;
  opacity: 1;
}
.faq_sec .toggle:checked + .Label::before {
  transform: rotate(0deg) !important;
}

footer .request_box {
  width: 80%;
  max-width: 1080px;
  margin: 70px auto;
  text-align: center;
}
@media screen and (max-width: 595px) {
  footer .request_box {
    margin: 40px auto;
  }
}
footer .request_box .request {
  width: 396px;
}
@media screen and (max-width: 595px) {
  footer .request_box .request {
    width: 100%;
  }
}
footer .footer_copyright {
  background-color: #F2F5FA;
}
@media screen and (max-width: 595px) {
  footer .footer_copyright {
    padding-bottom: 120px;
  }
}
footer .footer_copyright .footer_flex {
  display: flex;
  justify-content: space-between;
  padding: 32px 0;
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 595px) {
  footer .footer_copyright .footer_flex {
    position: relative;
  }
}
footer .footer_copyright .footer_flex .footer_FT {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .footer_copyright .footer_flex .footer_FT img {
  width: 212px;
  height: auto;
}
@media screen and (max-width: 595px) {
  footer .footer_copyright .footer_flex .footer_FT img {
    width: 120px;
  }
}
footer .footer_copyright .footer_flex .footer_FT .copyright {
  font-size: 11px;
  letter-spacing: 0px;
  line-height: 0;
}
@media screen and (max-width: 595px) {
  footer .footer_copyright .footer_flex .footer_FT .copyright {
    position: absolute;
    bottom: 15px;
  }
}
footer .footer_copyright .footer_flex .footer_JPX {
  display: flex;
  justify-content: flex-end;
  gap: 28px;
  max-height: 85px;
}
@media screen and (max-width: 595px) {
  footer .footer_copyright .footer_flex .footer_JPX {
    gap: 8px;
    height: 63px;
  }
}
/*# sourceMappingURL=style.css.map */