@charset "UTF-8";

/* CSS Document */
/* -----------top------------ */
.section_top {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #72cfed 0%, #2a8ee0 47%, #72cfed 100%);
  padding-bottom: 9px;
}

.top_wrapper {
  max-width: 1380px;
  margin: 0 auto;
  padding: 66px 0;
  position: relative;
}

.top_01 {
  max-width: 948px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: left;
}

.top_01_inner {
  display: flex;
  gap: 20px;
  justify-content: flex-start;
  margin-top: -10px;
  margin-bottom: 18px;
}

.top_01_img {
  width: 263px;
}

.top_01_inner p {
  display: inline-block;
  font-size: 2.625em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  text-align: left;
  line-height: 1.25em;
}

.section_top h2 {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}

.top_h2 {
  display: inline-block;
  font-size: 2.75em;
  background-color: #fff;
  line-height: 1.4em;
  padding: 6px 0 4px 10px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

h2 span {
  color: #f95303;
  font-size: 5.6rem;
}

.top_btn_content {
  display: flex;
  justify-content: center;
  gap: 32px;
  /*position: relative;
  z-index: 1;*/
}

.top_btn {
  position: relative;
}

.top_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url(../image/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.top_02_img {
  width: 600px;
  transform: rotate(15deg);
  position: absolute;
  top: -24px;
  right: -60px;
}

.top_03_img {
  width: 240px;
  position: absolute;
  bottom: -20px;
  left: -10px;
}

.top_04_img {
  width: 260px;
  position: absolute;
  bottom: -20px;
  right: -16px;
}

@media (max-width: 1200px) {
  .top_wrapper {
    width: 92%;
  }

  .top_01 {
    width: 100%;
  }

  .top_btn_content {
    flex-direction: column;
    gap: 28px;
    width: 460px;
    margin: 0 auto;
  }

  .top_02_img {
    width: 420px;
    top: 28px;
    right: -80px;
  }
}
@media (max-width: 896px) {
  .section_top {
    padding-bottom: 110px;
  }

  .top_wrapper {
    padding: 48px 0;
  }

  .top_01 {
    width: 100%;
  }

  .top_speech p {
    display: inline-block;
    font-size: 3em;
    font-weight: 600;
    color: #fff;
  }

  .top_01_inner {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }

  .top_01_inner p {
    width: 100%;
    font-size: 1.8em;
    text-align: center;
  }

  .section_top h2 {
    margin-bottom: 28px;
  }

  .top_btn_content {
    width: 100%;
    gap: 28px;
  }

  .top_03_img {
    width: 220px;
    bottom: -120px;
  }

  .top_04_img {
    width: 240px;
    bottom: -120px;
  }

  @media (max-width: 650px) {
    .top_h2 {
      font-size: 1.8em;
      background-color: #fff;
      line-height: 1.4em;
      padding: 6px 0 4px 10px;
      box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
    }

    h2 span {
      color: #f95303;
      font-size: 3.2rem;
    }
  }
}
/* -----------ここまでtop------------ */

/* --------------problem-------------- */
.problem_wrapper {
  position: relative;
}
.problem_content_01 {
  width: 100%;
  height: 100%;
  background: linear-gradient(#eaedf1 0%, #cedfed 100%);
  padding: 100px 0 80px;
}

.problem_content_01 h3 {
  font-size: 2em;
  color: #ff6e28;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}

.problem_content_01 h3::before,
.problem_content_01 h3::after {
  content: "";
  display: inline-block;
  align-items: center;
  width: 2px;
  height: 32px;
  background: #ff6e28;
}

.problem_content_01 h3::before {
  transform: rotate(-24deg);
  margin-right: 30px;
}

.problem_content_01 h3::after {
  transform: rotate(24deg);
  margin-left: 23px;
}

.problem_inner_01 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 90px;
}

.problem_list01 {
  display: flex;
  list-style: none;
  justify-content: space-around;
}

.problem_list02 {
  display: flex;
  justify-content: center;
  gap: 80px;
  list-style: none;
}

.problem_list_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 50px;
  display: flex;
  align-items: center;
  position: relative;
}

.problem_list_item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 70px solid #ffffff;
}

.problem_list_item01::after,
.problem_list_item04::after {
  left: 50%;
  transform: rotate(-36deg);
}

.problem_list_item02::after {
  left: 40%;
  transform: rotate(20deg);
}

.problem_list_item03::after,
.problem_list_item05::after {
  left: 40%;
  transform: rotate(36deg);
}

.problem_list_item p {
  font-size: 1.375em;
  font-weight: 600;
  line-height: 1.8em;
  letter-spacing: 0;
}

.problem_list_item p span {
  color: #ff6e28;
  font-size: 2.8rem;
  font-weight: 700;
}

.problem_list_item::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 86px;
  top: -24px;
  left: -24px;
}

.problem_list_item01::before {
  background-image: url(../image/problem_num01.png);
}

.problem_list_item02::before {
  background-image: url(../image/problem_num02.png);
}

.problem_list_item03::before {
  background-image: url(../image/problem_num03.png);
}

.problem_list_item04::before {
  background-image: url(../image/problem_num04.png);
}

.problem_list_item05::before {
  background-image: url(../image/problem_num05.png);
}

.problem_01_img {
  width: 326px;
  position: absolute;
  bottom: -240px;
  left: 50%;
  transform: translateX(-50%);
}

.problem_content_02 {
  background: linear-gradient(-24deg, #15477e 0%, #1e66aa 100%);
}

.problem_inner02 {
  padding: 150px 0 90px;
}

.problem_inner02 p {
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.6em;
  color: #fff;
}

.problem_inner02 p span {
  font-size: 4rem;
  color: #15477e;
  background-color: #fff;
}

.problem_bg02 {
  width: 100%;
  margin-bottom: -5px;
}

@media (max-width: 1200px) {
  .problem_inner_01 {
    width: 80%;
    gap: 60px;
  }

  .problem_list01 {
    flex-direction: column;
    gap: 60px;
  }

  .problem_list02 {
    flex-direction: column;
    gap: 60px;
  }

  .problem_list_left {
    width: 70%;
    align-self: flex-start;
  }

  .problem_list_right {
    width: 70%;
    align-self: flex-end;
  }

  .problem_list_item {
    justify-content: center;
  }

  .problem_list_item01::after,
  .problem_list_item03::after,
  .problem_list_item05::after {
    left: 80px;
    transform: rotate(-36deg);
  }

  .problem_list_item02::after {
    left: 40%;
    transform: rotate(20deg);
  }

  .problem_list_item02::after,
  .problem_list_item04::after {
    left: auto;
    right: 80px;
    transform: rotate(36deg);
  }

  .problem_01_img {
    bottom: -200px;
  }
}

@media (max-width: 896px) {
  .problem_content_01 {
    padding: 60px 0 80px;
  }

  .problem_content_01 h3 {
    font-size: 1.8em;
    letter-spacing: 0.01em;
    line-height: 1.3em;
    align-items: center;
    margin-bottom: 40px;
  }

  .problem_list02 {
    display: flex;
    justify-content: center;
    gap: 80px;
    list-style: none;
  }

  .problem_list_item {
    padding: 32px 24px;
  }

  .problem_list_left {
    width: 88%;
  }

  .problem_list_right {
    width: 88%;
  }

  .problem_list_item p {
    font-size: 1.2em;
  }

  .problem_list_item p span {
    font-size: 2.6rem;
  }

  .problem_list_item::before {
    width: 64px;
    height: 64px;
  }

  .problem_01_img {
    width: 240px;
    bottom: -140px;
  }

  .problem_content_02 {
    background: linear-gradient(-24deg, #15477e 0%, #1e66aa 100%);
  }

  .problem_inner02 {
    padding: 120px 0 60px;
  }

  .problem_bg02 {
    width: 100%;
    margin-bottom: -6px;
  }
}

/* ---------solution---------- */
.section_solution {
  width: 100%;
  height: 100%;
  background: linear-gradient(#ffffff 0%, #cde8ff 100%);
}

.solution_list {
  max-width: 1000px;
  margin: 90px auto;
  display: flex;
  flex-direction: column;
  gap: 90px;
  list-style: none;
}

.solution_list_item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  gap: 20px;
}

.solution_list_left {
  padding: 40px 40px 40px 54px;
  border-left: solid 12px #ff6e28;
}

.solution_list_right {
  flex-direction: row-reverse;
  padding: 40px 54px 40px 40px;
  border-right: solid 12px #ff6e28;
}

.solution_text {
  width: 600px;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.solution_text h4 {
  font-size: 1.625em;
  font-weight: 700;
  margin-bottom: 32px;
  line-height: 1.6em;
}

.solution_text h4 span {
  color: #fff;
  background-color: #ff6e28;
  padding: 0 2px;
}

.solution_text p {
  display: inline-flex;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
}

.bullet::before {
  content: "・";
}

.solution_img {
  width: 240px;
}

.solution_list_item::before {
  position: absolute;
  font-size: 3.875em;
  font-weight: 700;
  color: #ff6e28;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  top: -33px;
}

.solution_list_item01::before {
  content: "01";
}

.solution_list_item02::before {
  content: "02";
}

.solution_list_item03::before {
  content: "03";
}

.solution_list_item04::before {
  content: "04";
}

.solution_list_item05::before {
  content: "05";
}

@media (max-width: 1200px) {
  .solution_list {
    width: 92%;
    gap: 80px;
  }
}

@media (max-width: 896px) {
  .section_solution {
    padding-top: 40px;
  }

  .solution_list {
    width: 92%;
    gap: 60px;
    margin: 80px auto;
  }

  .solution_list_item {
    flex-direction: column-reverse;
  }

  .solution_list_left {
    padding: 32px;
    border-left: solid 8px #ff6e28;
  }

  .solution_list_right {
    flex-direction: column-reverse;
    padding: 32px;
    border-left: solid 8px #ff6e28;
    border-right: none;
  }

  .solution_text {
    width: 100%;
  }

  .solution_text h4 {
    margin-bottom: 24px;
    line-height: 1.4em;
  }

  .solution_img {
    width: 200px;
  }

  .solution_list_item::before {
    font-size: 3em;
    top: -29px;
    left: 20px;
  }
}
/* ---------ここまでsolution---------- */

/* ---------reason---------- */
.section_reason {
  background-color: #fff;
}

.reason_wrapper {
  padding-bottom: 80px;
}

.blue_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.blue_list_item {
  max-width: 360px;
  border-radius: 28px;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.blue_list_item01 {
  background: linear-gradient(to right, #37adeb 0%, #0f7dc3 100%);
}

.blue_list_item02 {
  background: linear-gradient(to right, #36c3dd 0%, #2f97d9 100%);
}

.blue_list_item03 {
  background: linear-gradient(to right, #60dbe4 0%, #21bacc 100%);
}

.blue_num {
  font-weight: 600;
  letter-spacing: 0.08em;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #fff;
  padding: 10px 0;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}

.blue_num span {
  font-size: 4rem;
}

.blue_inner {
  box-shadow: rgba(0, 0, 0, 0.04) 3px 3px 10px;
  margin-top: 12px;
  background: rgb(255, 255, 255);
  border-radius: 22px;
  padding: 24px 30px 30px;
  height: 100%;
}

.blue_inner img {
  height: 110px;
  margin-bottom: 12px;
}

.blue_inner h4 {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 12px;
}

.blue_list_item01 h4 {
  color: #0f7dc3;
}

.blue_list_item02 h4 {
  color: #2f98d9;
}

.blue_list_item03 h4 {
  color: #23cccc;
}

.blue_inner p {
  text-align: left;
  letter-spacing: 0.08em;
  line-height: 1.75em;
}

@media (max-width: 1200px) {
  .blue_list {
    width: 92%;
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .blue_list_item {
    max-width: 600px;
  }

  .blue_inner {
    padding: 24px 60px 40px;
  }

  .blue_inner img {
    margin-bottom: 16px;
  }

  .blue_inner h4 {
    margin-bottom: 18px;
  }
}

@media (max-width: 896px) {
  .section_reason {
    padding-top: 40px;
  }

  .reason_wrapper {
    padding-bottom: 60px;
  }
  .blue_inner {
    padding: 24px 32px 32px;
  }
}
/* ---------ここまでreason---------- */

/* ---------service---------- */
.section_service {
  background: linear-gradient(#ffffff 0%, #cde8ff 100%);
}

.service_wrapper {
  padding: 80px 0 90px;
}

.service_list {
  max-width: 1200px;
  margin: 50px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  row-gap: 48px;
}

.service_list_item {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 48%;
  padding: 30px 40px 40px 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.service_list_item01 {
  border-left: solid 12px #1e66aa;
}

.service_list_item02 {
  border-left: solid 12px #2f98d9;
}

.service_list_item03 {
  border-left: solid 12px #24bccd;
  width: 100%;
}

.service_inner {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.service_inner img {
  width: 80px;
}

.service_inner h4 {
  font-size: 1.625em;
  font-weight: 700;
  line-height: 1.3em;
  text-align: left;
}

.service_list_item p {
  display: inline-flex;
  margin-bottom: 6px;
  letter-spacing: 0.08em;
  text-align: left;
}

@media (max-width: 1200px) {
  .service_list {
    width: 92%;
    flex-wrap: nowrap;
    flex-direction: column;
    row-gap: 40px;
  }

  .service_list_item {
    width: 100%;
  }
  .service_item01 {
    border-left: solid 12px #1e66aa;
  }

  .service_item02 {
    border-left: solid 12px #2f98d9;
  }

  .service_item03 {
    border-left: solid 12px #24bccd;
  }
}

@media (max-width: 896px) {
  .service_wrapper {
    padding: 60px 0 60px;
  }

  .service_list {
    margin: 40px auto 0;
    row-gap: 32px;
  }

  .service_list_item {
    padding: 28px;
  }

  .service_inner {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 24px;
  }

  .service_inner img {
    width: 72px;
  }

  .service_inner h4 {
    font-size: 1.4em;
  }
}
/* ---------ここまでservice---------- */

/* ---------cta01---------- */
.cta01_wrapper {
  background-color: #1571da;
  padding-top: 100px;
}

.cta01_heading {
  font-size: 2.625em;
  color: #fff;
  font-weight: 700;
  margin-bottom: 44px;
}

.cta01_heading span {
  color: #1571da;
  background-color: #fff;
}

.cta01_lead {
  color: #fff;
  line-height: 1.75em;
  margin-bottom: 28px;
}

@media (max-width: 1200px) {
  .cta01_wrapper {
    padding-top: 80px;
  }

  .cta01_heading {
    line-height: 1.7em;
    margin-bottom: 28px;
  }
}

@media (max-width: 896px) {
  .cta01_wrapper {
    padding: 60px 0 40px;
  }

  .cta01_heading {
    font-size: 2em;
    line-height: 1.4em;
  }

  .cta01_lead {
    color: #fff;
    font-size: 1.4em !important;
    line-height: 1.4em !important;
    font-weight: 600 !important;
  }
}
/* ---------ここまでcta01---------- */

/* ---------VOICE---------- */
.section_voice {
  background: linear-gradient(#ffffff 0%, #cde8ff 100%);
}

.voice_wrapper {
  padding: 100px 0 80px;
}

.voice_heading {
  font-size: 1.25em;
  color: #333333;
  margin-bottom: 16px;
}

.voice_heading::before,
.voice_heading::after {
  background: #333333;
}

.voice_lead {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  color: #fff;
  background-color: #1e66aa;
  padding: 16px;
  margin-bottom: 60px;
}

.voice_lead span {
  font-size: 4.8rem;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-prev,
.slick-next {
  z-index: 1;
}

.slick-prev:before,
.slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.4;
}

.slick-prev,
.slick-next {
  width: 32px !important;
  height: 32px !important;
}

.slick-prev:before,
.slick-next:before {
  content: "" !important;
  display: inline-block; 
  width: 32px;
  height: 32px;
  background-image: url(../image/slider_btn.png) !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 1 !important;
}

.slick-next:before {
  transform: scaleX(-1);
}

.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slide {
  background-color: #FFF;
  border-radius: 16px;
  padding: 20px 20px 28px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.slide_img {
  margin-bottom: 16px;
}

.slide h4 {
  font-size: 1.5em;
  margin-bottom: 16px;
}

.slider_text01 {
  font-size: 1.125em;
  font-weight: 600;
  margin-bottom: 8px;
  letter-spacing: 0.04em;
}

.slider_text01 span {
  font-size: 2rem;
}

.slider_text02 {
  font-size: 1.125em;
  font-weight: 600;
  margin-top: 8px;
  letter-spacing: 0.04em;
  line-height: 1.8em;
}

.slider_text02 span {
  font-size: 2.6rem;
  color: #1E66AA;
}

/*====================================================================
.full-screen
====================================================================*/

.full-screen .slick-list {
  overflow: visible;
}
.full-screen.slider {
  max-width: 360px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
}

@media (max-width: 896px) {
  .voice_wrapper {
    padding: 80px 0;
  }

  .voice_lead {
    font-size: 1.4em;
  }

  .voice_lead span {
    font-size: 3rem;
  }
}

/* ---------ここまでVOICE---------- */

/* ---------FAQ---------- */
.section_faq {
  position: relative;
  background: linear-gradient(#ffffff 0%, #cde8ff 100%);
}

.faq_wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 80px;
}

/* FAQ_リスト */
.faq_list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 100%;
}

/* FAQ_リスト個別 */
.faq_list_item {
  text-align: left;
  background: #fff;
  border-radius: 8px;
  padding: 32px 42px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

/* FAQ_質問フォント */
.faq_q {
  font-size: 1.125em;
  letter-spacing: 0.08em;
  font-weight: 600;
  margin: 0 0 24px 38px;
  position: relative;
}

/* FAQ_回答フォント */
.faq_a {
  position: relative;
  margin-left: 38px;
}

/* FAQ_Q&Aアイコン */
.faq_q::before,
.faq_a::before {
  text-align: center;
  position: absolute;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  color: #fff;
  width: 28px;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  left: -38px;
  line-height: 28px;
  border-radius: 50%;
}

/* FAQ_Qアイコン */
.faq_q::before {
  content: "Q";
  background-color: #1571da;
}

/* FAQ_Aアイコン */
.faq_a::before {
  content: "A";
  background-color: #ff6e28;
}

.faq_line {
  border: solid 2px #cde8ff;
  border-radius: 100px;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .faq_wrapper {
    width: 92%;
  }
}

@media (max-width: 896px) {
  .section_faq {
    padding-top: 40px;
  }

  .faq_wrapper {
    padding: 0 0 60px;
  }
}
/* ---------ここまでFAQ---------- */

/* ---------cta02---------- */
.section_cta02 {
  background: linear-gradient(-24deg, #15477e 0%, #1e66aa 100%);
}

.cta02_wrapper {
  padding: 80px;
}

.cta02_heading {
  font-weight: 500;
  color: #fff;
  font-size: 1.375em;
}

.cta02_heading span {
  font-size: 2.8rem;
  font-weight: 600;
}

.cta02_heading::before,
.cta02_heading::after {
  background: #fff;
}

.cta01_lead {
  font-size: 1.625em;
  font-weight: 700;
}

.cta01_lead span {
  color: #1e66aa;
  background-color: #fff;
}

.cta02_inner {
  display: flex;
  justify-content: center;
  gap: 32px;
}

@media (max-width: 1200px) {
  .cta02_inner {
    flex-direction: column;
    gap: 28px;
    width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 896px) {
  .cta02_wrapper {
    width: 92%;
    margin: 0 auto;
    padding: 60px 0;
  }

  .cta02_heading {
    display: inline-block;
    position: relative;
    line-height: 1.6em;
  }

  .cta02_heading::before {
    position: absolute;
    bottom: 0;
    left: -28px;
  }

  .cta02_heading::after {
    position: absolute;
    bottom: 0;
    right: -28px;
  }

  .cta02_inner {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 24px;
  }
}
/* ---------ここまでcta02---------- */

/* ---------contact---------- */
.section_contact {
  padding: 100px 0 80px;
  background: #fff;
}

.contact_notice {
  text-align: center;
  margin: 20px auto 40px;
  padding: 16px 24px;
  max-width: 800px;
  background: #fff3cd;
  border: 2px solid #ffc107;
  border-radius: 8px;
  color: #856404;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .prefixed-flex {
    width: 92%;
    margin: 0 auto;
  }
}

@media (max-width: 896px) {
  .section_contact {
    padding: 80px 0 60px;
  }
}
/* ---------ここまでcontact---------- */

/* ----------company---------- */
.section_company {
  background: linear-gradient(#ffffff 0%, #cde8ff 100%);
}

/* company_コンテンツ幅 */
.company_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 0;
}

/* company_会社概要_コンテンツ幅 */
.company_content {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.company_content dl {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  position: relative;
  padding-bottom: 32px;
  border-bottom: 2px solid #dadada;
}

.company_content dl::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 180px;
  height: 2px;
  background: #ff6e28;
}

.company_content dt {
  width: 200px;
  text-align: left;
  margin-left: 4px;
  font-size: 1.125em;
  font-weight: 600;
}

.company_content dd {
  text-align: left;
  line-height: 1.75em;
  width: 800px;
}

.company_content dd a {
  color: #333333;
  transition: color 0.2s;
}

.company_content dd a:hover {
  color: #ff6e28;
}

@media (max-width: 1200px) {
  /* company_コンテンツ幅 */
  .company_wrapper {
    width: 92%;
  }

  /* company_会社概要_コンテンツ幅 */
  .company_content {
    padding: 48px 0;
  }

  .company_content dl {
    width: 92%;
    flex-direction: column;
    gap: 12px;
  }

  .company_content dl::after {
    width: 20%;
  }

  .company_content dd {
    width: 100%;
    margin-left: 4px;
  }
}

@media (max-width: 896px) {
  /* company_コンテンツ幅 */
  .company_wrapper {
    padding: 60px 0;
  }

  .company_content {
    padding: 32px 0;
  }
}

/* =====================================
   診断ツールセクション
===================================== */

/* diagnostic_背景色 */
.section_diagnostic {
  background: #ffffff;
  position: relative;
  padding-bottom: 80px;
}

/* diagnostic_コンテンツ幅 */
.diagnostic_wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

/* diagnostic_見出しスタイル調整 */
.section_diagnostic .sec_heading {
  margin-bottom: 20px;
}

.section_diagnostic .sec_lead {
  margin-bottom: 60px;
}

.section_diagnostic .sec_lead span {
  color: #ff6e28;
  font-weight: 600;
}

/* diagnostic_iframe埋め込みコンテナ */
.diagnostic_tool_container {
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* diagnostic_iframe本体 */
#saiyou-diagnostic-iframe {
  display: block;
  width: 100%;
  border: none;
  min-height: 2000px;
}

/* モバイル対応 */
@media screen and (max-width: 768px) {
  .diagnostic_wrapper {
    padding: 60px 16px;
  }

  .diagnostic_tool_container {
    border-radius: 12px;
  }

  #saiyou-diagnostic-iframe {
    min-height: 2500px;
  }
}

/* タブレット対応 */
@media screen and (max-width: 1024px) and (min-width: 769px) {
  .diagnostic_wrapper {
    padding: 70px 20px;
  }
}

