@charset "shift_jis";
/* --------------------PCSP\ؑ-------------------- */
.pc_only_ {
  display: block;
}
.sp_only_ {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_only_ {
    display: none !important;
  }
  .sp_only_ {
    display: block;
  }
}
/* reset */
@media screen and (max-width:769px) {
  body.sub-page .container_ {
    padding-top: 0;
  }
  body.sub-page .container_ div.mainframe_ {
    width: 100% !important;
    padding: 0 !important;
  }
  .section06 {
    margin: 55px 0 0 !important;
  }
}
/* common */
.contents_inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.mainframe_ sup {
  font-size: 10px;
  padding-right: 2px;
}
/* mv */
.mv_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 101px 0 0;
  background: #8fccc8 url(/cms/images/planning_design/2025/mv_bg.png) no-repeat top center;
}
.mv_area .contents_inner {
  position: relative;
}
.mv_area h1 {
  font-size: 62px;
  font-weight: 600;
  text-align: center;
  color: #185D5E;
  line-height: 1.4;
  margin-top: -32px;
}
.mv_area .mv_txt1 {
  font-size: 36px;
}
.mv_area .mv_txt2 {
  font-size: 36px;
  color: #F5FF24;
}
.mv_area .mv_txt2 span {
  font-size: 76px;
}
.mv_area .mv_sb {
  position: absolute;
  top: -102px;
  left: 120px;
}
@media (min-width: 768px) {
  .mv_area {
    margin-top: 0;
    padding-top: 101px;
    min-height: 444px;
  }
}
@media screen and (max-width:769px) {
  .mv_area {
    margin: 0;
    padding-top: 57px;
    background: url(/cms/images/planning_design/2025/mv_bg_sp.png) no-repeat top 57px center;
    background-size: 100% auto;
    height: calc(719 * (100vw / 430));
    position: relative;
  }
  .mv_area .contents_inner {
    position: static;
  }
  .mv_area h1 {
    font-size: calc(47 * (100vw / 430));
    margin-top: calc(25 * (100vw / 430));
    line-height: 1.3;
  }
  .mv_area .mv_txt1 {
    font-size: calc(30 * (100vw / 430));
  }
  .mv_area .mv_txt2 {
    font-size: calc(30 * (100vw / 430));
  }
  .mv_area .mv_txt2 span {
    font-size: calc(64 * (100vw / 430));
  }
  .mv_area .mv_sb {
    top: calc(58px + calc(91 * (100vw / 430)));
    left: calc(20 * (100vw / 430));
    width: calc(145 * (100vw / 430));
    height: calc(145 * (100vw / 430));
  }
}
/* slider */
.company_slider {
  display: flex;
  width: 100%;
  margin: auto;
  padding: 15px 0;
  overflow: hidden;
}
.company_slider img {
  width: auto;
  height: 60px;
  margin: 0 15px 0 0;
}
@media screen and (min-width:770px) {
  .company_slider .company_slider_inner {
    display: flex;
    animation: loop-slide 30s linear infinite;
  }
}
@media screen and (max-width:769px) {
  .company_slider {
    padding: 10px 0;
  }
  .company_slider .company_slider_inner {
    display: flex;
    animation: loop-slide 150s linear infinite;
  }
  .company_slider .company_slider_inner a {
    display: flex;
  }
  .company_slider img {
    width: 495px;
    height: 130px;
    margin: 0 10px 0 0;
    flex-shrink: 0;
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* overview */
.overview_area {
  padding: 60px 0;
  background: #F4FBFA;
}
.overview_area .contents_inner {
  background: #CCE8E8;
  border-radius: 4px;
}
.overview_layout {
  display: flex;
  align-items: center;
  padding: 58px 76px;
}
.overview_layout .overview_layout_l {
  width: 680px;
  flex-shrink: 0;
  margin-right: 35px;
}
.overview_layout h2 {
  font-size: 30px;
  font-weight: 600;
  color: #247273;
  line-height: 1.5;
  margin-bottom: 30px;
}
.overview_layout h2 span {
  padding: 3px 8px;
  background: #fff;
}
.overview_layout .overview_layout_l p {
  font-size: 16px;
  font-weight: 400;
  color: #247273;
  line-height: 1.7;
}
.overview_layout .overview_layout_r {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 326px;
  height: 196px;
  background: #fff;
  border: 1px solid #247273;
  border-radius: 2px;
}
.overview_layout h3 {
  font-size: 18px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 40px;
}
.overview_layout .overview_layout_r p {
  font-size: 30px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  padding: 0 4px;
  background: linear-gradient(transparent 70%, #F7FF58 0%);
}
.overview_layout .overview_layout_r p span {
  font-size: 89px;
}
@media screen and (max-width:769px) {
  .overview_area {
    padding: 40px 0;
  }
  .overview_area .contents_inner {
    width: auto;
    margin: 0 24px;
  }
  .overview_layout {
    display: block;
    padding: 30px 15px 20px;
  }
  .overview_layout .overview_layout_l {
    width: auto;
    margin-right: 0;
  }
  .overview_layout h2 {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
    text-align: left;
  }
  .overview_layout h2 span {
    padding: 2px 4px;
  }
  .overview_layout .overview_layout_l p {
    line-height: 1.5;
    text-align: left;
    margin-bottom: 15px;
  }
  .overview_layout .overview_layout_r {
    display: table;
    width: auto;
    height: auto;
    padding: 5px 15px 10px;
    margin: auto;
  }
  .overview_layout h3 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .overview_layout .overview_layout_r p {
    font-size: 22px;
    padding: 0 7px;
  }
  .overview_layout .overview_layout_r p span {
    font-size: 66px;
  }
}
/* example */
.example_area {
  padding: 40px 0 100px;
  background: #F4FBFA;
}
.example_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 40px;
}
.example_list {
  display: flex;
  justify-content: space-between;
}
.example_list > li {
  width: calc((100% - 40px) /3);
  background: #fff;
  border: 1px solid #247273;
  border-radius: 4px;
  overflow: hidden;
}
.example_list_inner {
  padding: 15px 15px 30px;
}
.example_image {
  width: 100%;
  height: 400px;
  text-align: center;
  background: #EFF5F4;
}
.example_bm {
  display: table;
  font-size: 16px;
  font-weight: 600;
  color: #247273;
  line-height: 1;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 7px 11px 5px;
  background: #EFF5F4;
  border-radius: 4px;
}
.example_cn {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #247273;
  line-height: 1.3;
  margin: 5px auto 20px;
}
.example_cn img {
  width: 97px;
  height: auto;
  flex-shrink: 0;
  margin-right: 14px;
}
.example_cc {
  font-size: 24px;
  font-weight: 600;
  color: #247273;
  line-height: 1.4;
}
.example_cc > span {
  font-size: 30px;
  background: linear-gradient(transparent 45%, #F7FF58 0%);
}
.example_cc > span > span {
  font-size: 50px;
}
.example_con {
  color: #247273;
  font-weight: 600;
  margin-top: 20px;
}
.example_con dt {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 15px;
}
.example_con dd ul {
  display: flex;
  flex-wrap: wrap;
}
.example_con dd ul li {
  display: flex;
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 6px 15px 5px;
  border: 1px solid #BEC8C8;
  border-radius: 4px;
}
.materials_box {
  display: flex;
  align-items: center;
  margin: 50px auto 0;
  padding: 16px 80px 27px 40px;
  background: #fff;
  border: 2px solid #EFF5F4;
}
.materials_box img {
  width: 262px;
  flex-shrink: 0;
  margin-left: 87px;
}
.materials_box_txt {
  width: 100%;
  text-align: center;
}
.materials_box h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1D6974;
  margin-bottom: 10px;
}
.materials_box p {
  font-size: 20px;
  font-weight: 400;
}
.materials_btn {
  display: flex;
  margin: 28px auto 0;
}
.materials_btn_dl {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  font-size: 23px;
  font-weight: 600;
  color: #1D6974;
  margin-right: 30px;
  background: #fff;
  border: 2px solid #1D6974;
  border-radius: 50px;
  transition: 0.3s;
}
.materials_btn_dl:hover {
  color: #2C6975;
  background: #e5f5f2;
}
.materials_btn_con {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 60px;
  font-size: 23px;
  font-weight: 600;
  color: #fff;
  margin-right: 19px;
  background: #EE5917;
  border-radius: 50px;
  transition: 0.3s;
}
.materials_btn_con::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#ef5a1a 0%, #d65117 100%);
  border: 2px solid #EF5A1A;
  border-radius: 50px;
  z-index: 1;
  transition: 0.3s;
}
.materials_btn_con:hover {
  color: #fff;
}
.materials_btn_con:hover::after {
  background: #c43b00;
  border: 2px solid #c43b00;
}
.materials_btn_con span {
  z-index: 2;
}
@media screen and (max-width:769px) {
  .example_area {
    padding: 20px 0 60px;
  }
  .example_h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .example_list {
    display: block;
    margin: 0 24px;
  }
  .example_list > li {
    width: 100%;
    margin-bottom: 65px;
  }
  .example_list_inner {
    padding: 15px 10px 35px;
  }
  .example_image {
    height: 390px;
  }
  .example_image img {
    height: 100%;
  }
  .example_cn {
    align-items: flex-start;
    margin: 10px 5px 20px;
    text-align: left;
  }
  .adjust_fs01 {
    font-size: 15px;
  }
  .example_cn img {
    margin-right: 10px;
  }
  .example_cn img[src*="columbia.png"] {
    width: 84px;
  }
  .example_cn img[src*="tnya.png"] {
    width: 74px;
  }
  .example_cc {
    font-size: 22px;
    letter-spacing: -0.5px;
    text-align: left;
  }
  .example_cc > span {
    font-size: 28px;
  }
  .example_cc > span > span {
    font-size: 44px;
  }
  .example_con {
    margin: 20px 5px 0;
  }
  .example_con dt {
    text-align: left;
  }
  .materials_box {
    align-items: center;
    margin: 0 24px;
    padding: 18px 10px 12px;
    flex-direction: column-reverse;
  }
  .materials_box img {
    width: 250px;
    margin: 0 auto 22px;
  }
  .materials_box_txt {
    width: 100%;
    text-align: center;
  }
  .materials_box h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .materials_box p {
    font-size: 16px;
    line-height: 1.5;
  }
  .materials_btn {
    display: block;
    margin: 15px auto 0;
  }
  .materials_btn_dl {
    width: 300px;
    height: 46px;
    font-size: 20px;
    margin: 0 auto 15px;
  }
  .materials_btn_con {
    width: 300px;
    height: 46px;
    font-size: 20px;
    margin: auto;
  }
}
@media screen and (max-width:400px) {
  .materials_btn_dl, .materials_btn_con {
    width: 280px;
  }
}
/* features */
.features_area {
  padding: 100px 0;
}
.features_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 60px;
}
.features_detail {
  display: flex;
  margin-bottom: 50px;
  padding: 30px;
}
.features_detail:nth-of-type(even) {
  flex-direction: row-reverse;
  background: #EFF5F4;
  border-radius: 4px;
}
.features_detail_txt {
  margin-top: 15px;
}
.features_detail_txt h3 {
  display: flex;
  align-items: center;
  font-size: 30px;
  font-weight: 600;
  color: #247273;
  line-height: 1.6;
  margin-bottom: 40px;
}
.features_detail_txt h3 img {
  flex-shrink: 0;
  margin-right: 40px;
}
.features_detail_txt p {
  font-size: 16px;
  font-weight: 400;
  color: #1D5D5E;
}
.features_detail_txt + img {
  flex-shrink: 0;
  margin-left: 60px;
}
.features_detail:nth-of-type(even) .features_detail_txt + img {
  margin-left: 0;
  margin-right: 60px;
}
.features_detail_txt p a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #247273;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.features_detail_txt p a::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  background: url(/cms/images/top/2024/icon_arrow_01.png) no-repeat 0 0 / 100% 100%;
  transform: rotate(-90deg);
  transition: 0.3s;
}
.features_detail_txt p a:hover {
  color: #3fb09b;
}
.features_detail_txt p a:hover::after {
  background-image: url(/cms/images/top/2024/icon_arrow_02.png);
  transform: translateX(2px) rotate(-90deg);
}
@media screen and (max-width:769px) {
  .features_area {
    padding: 60px 0;
  }
  .features_h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .features_detail {
    display: block;
    margin: 0 24px;
    padding: 40px 16px;
  }
  .features_detail:nth-of-type(even) {
    flex-direction: row-reverse;
    background: #EFF5F4;
    border-radius: 4px;
  }
  .features_detail_txt {
    margin-top: 0;
  }
  .features_detail_txt h3 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  .features_detail_txt h3 img {
    margin-right: 25px;
    width: 40px;
  }
  .features_detail_txt p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 15px;
  }
  .features_detail_txt + img {
    margin-left: 0;
  }
  .features_detail:nth-of-type(even) .features_detail_txt + img {
    margin-right: 0;
  }
}
/* content */
.content_area {
  padding: 100px 0;
  background: #F4FBFA;
}
.content_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 100px;
}
.content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content_list li {
  flex-shrink: 0;
  width: 100%;
  max-width: 380px;
  margin-right: 30px;
  margin-bottom: 90px;
  padding: 0 20px 20px;
  background: #fff;
  border: 1px solid #419497;
  border-radius: 4px;
  box-sizing: border-box;
}
.content_list li:nth-child(3n) {
  margin-right: 0;
}
.content_list li:nth-child(n + 4) {
  margin-bottom: 0;
}
.content_list li h3 {
  font-size: 23px;
  font-weight: 600;
  color: #1D5D5E;
  text-align: center;
  margin-top: -40px;
}
.content_list li h3 img {
  display: block;
  width: auto;
  height: 75px;
  margin: 0 auto 7px;
}
.content_list_box {
  margin-top: 20px;
  padding: 20px;
  background: #EFF5F4;
}
.content_list_box p {
  font-size: 16px;
  font-weight: 600;
  color: #1D5D5E;
  line-height: 1;
  margin-bottom: 12px;
}
.content_list_indent {
  display: block;
  margin-top: 7px;
  padding-left: 1em;
  line-height: 1.7;
}
@media screen and (max-width:769px) {
  .content_area {
    padding: 60px 0;
  }
  .content_h2 {
    font-size: 28px;
    margin-bottom: 60px;
  }
  .content_list {
    display: block;
    margin: 0 24px;
  }
  .content_list li {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 55px;
  }
  .content_list li:nth-child(n + 4) {
    margin-bottom: 55px;
  }
  .content_list li:last-child {
    margin-bottom: 0;
  }
  .content_list li h3 {
    font-size: 20px;
    margin-top: -35px;
  }
  .content_list li h3 img {
    height: 65px;
  }
  .content_list_box p {
    text-align: left;
  }
  .content_list_box p:last-of-type {
    margin-bottom: 0;
  }
}
/* voice */
.voice_area {
  padding: 100px 0 150px;
  background: linear-gradient(90deg, #247273 0%, #3fb09b 100%);
}
.voice_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.voice_1row {
  width: calc(100% - 30px);
  margin: 0 0 60px auto;
  padding-bottom: 10px;
  background: #fff;
  border-radius: 4px;
}
.voice_1row_heading {
  display: flex;
  align-items: center;
}
.voice_1row_heading img {
  margin: -30px 80px 40px -30px;
}
.voice_1row_heading img + div {
  width: calc(100% - 40px);
  margin-right: 40px;
}
.voice_1row_heading h3 {
  font-size: 30px;
  font-weight: 600;
  color: #247273;
  line-height: 1.7;
  margin-bottom: 30px;
  padding-bottom: 40px;
  border-bottom: 2px solid #419497;
}
.voice_1row_heading p {
  font-size: 16px;
  font-weight: 600;
  color: #247273;
  text-align: right;
}
.voice_1row_txt {
  padding: 0 40px 15px;
}
.voice_1row_txt p {
  font-size: 18px;
  font-weight: 400;
  color: #247273;
}
.voice_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #bec8c8;
  border-radius: clamp(64.85333333333332px, 5.333333333333334vw, 80px);
  color: #247273;
  font-weight: bold;
  letter-spacing: 0.05em;
  background: #e5f5f2;
  box-sizing: border-box;
  z-index: 0;
  width: 286px;
  height: 52px;
  margin: 0 27px 0 auto;
}
.voice_btn::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: linear-gradient(#fff 0%, #eff5f4 100%);
  z-index: -1;
  transition: 0.3s;
}
.voice_btn span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: clamp(11.349333333333334px, 0.9333333333333335vw, 14px);
  width: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  height: clamp(4.053333333333333px, 0.33333333333333337vw, 5px);
  border-top: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  border-right: clamp(1.6213333333333333px, 0.13333333333333333vw, 2px) solid #247273;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.voice_btn:hover {
  color: #247273;
}
.voice_btn:hover::before {
  opacity: 0;
}
.voice_btn:hover span::after {
  transform: translate(2px, -50%) rotate(45deg);
}
.voice_2row {
  display: flex;
}
.voice_2row li {
  display: flex;
  width: calc((100% - 42px) / 2);
  margin-right: 42px;
  padding: 0 23px 25px 18px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.voice_2row li:last-child {
  margin-right: 0;
}
.voice_2row li > div {
  margin: -24px 29px 0 0;
}
.voice_2row li > div p {
  font-size: 14px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  line-height: 1;
  margin-top: 17px;
}
.voice_2row li > div + p {
  font-size: 16px;
  font-weight: 400;
  color: #247273;
  line-height: 1.7;
  margin-top: 40px;
}
@media screen and (max-width:769px) {
  .voice_area {
    padding: 60px 0 48px;
  }
  .voice_h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .voice_1row {
    width: calc(100% - 48px - 20px);
    margin: 0 24px 40px 44px;
    padding-bottom: 18px;
  }
  .voice_1row_heading {
    display: block;
  }
  .voice_1row_heading img {
    margin: -20px 40px 20px -20px;
    width: calc(338 * (100vw / 430));
  }
  .voice_1row_heading img + div {
    width: auto;
    margin: 0 20px;
  }
  .voice_1row_heading h3 {
    font-size: 20px;
    margin: 0 auto 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.5;
  }
  .voice_1row_heading h3 span {
    display: table;
    margin: auto;
  }
  .voice_1row_heading p {
    font-size: 16px;
    font-weight: 600;
    color: #247273;
    text-align: right;
  }
  .voice_1row_txt {
    padding: 20px 24px 25px;
  }
  .voice_1row_txt p {
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
  }
  .voice_btn {
    width: 80%;
    max-width: 286px;
    height: 38px;
    margin: auto;
    font-size: 14px;
  }
  .voice_2row {
    display: block;
    margin: 0 24px;
  }
  .voice_2row li {
    width: 100%;
    margin-right: 0;
    padding: 0 22px 30px 11px;
    margin-bottom: 40px;
  }
  .voice_2row li:last-child {
    margin-bottom: 0;
  }
  .voice_2row li > div {
    margin: -24px 21px 0 0;
    width: 110px;
    flex-shrink: 0;
  }
  .voice_2row li > div p {
    margin-top: 10px;
  }
  .voice_2row li > div + p {
    line-height: 1.6;
    margin-top: 30px;
    text-align: left;
  }
}
@media screen and (max-width:400px) {
  .voice_1row_heading h3 {
    font-size: 18px;
  }
}
/* flow */
.flow_area {
  padding: 100px 0;
  background: #F4FBFA;
}
.flow_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 70px;
}
.flow_list {
  display: flex;
  margin-bottom: 70px;
}
.flow_list li {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  max-width: 220px;
  margin-right: 25px;
  padding-bottom: 25px;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
}
.flow_list li:last-child {
  margin-right: 0;
}
.flow_list li h3 {
  font-size: 20px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin: 20px auto 15px;
}
.flow_list li p {
  font-size: 16px;
  font-weight: 400;
  color: #247273;
  line-height: 1.7;
  margin: 20px;
}
.flow_list li .materials_btn_con {
  width: 180px;
  height: 40px;
  font-size: 18px;
  margin: 18px auto 0;
}
.flow_list li::after {
  content: "";
  display: block;
  position: absolute;
  top: 110px;
  right: -35px;
  width: 40px;
  height: 40px;
  background: url(/cms/images/planning_design/2025/flow_arrow.png) no-repeat top center;
  background-size: 40px auto;
  z-index: 2;
}
.flow_list li:last-child::after {
  position: static;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: none;
  background-size: unset;
}
@media screen and (max-width:769px) {
  .flow_area {
    padding: 60px 0;
  }
  .flow_h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .flow_list {
    display: flex;
    margin-bottom: 23px;
    margin-left: 24px;
    padding-right: 24px;
    overflow: auto;
  }
  .flow_list li p {
    text-align: left;
  }
}
/* faq */
.faq_area {
  padding: 0 0 100px;
  background: #F4FBFA;
}
.faq_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 70px;
}
.faq_list dl {
  margin-bottom: 20px;
  background: #fff;
}
.faq_list dl dt {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  color: #1D5D5E;
  height: 60px;
  background: #C4E9E9;
  cursor: pointer;
}
.faq_list dl dt span {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 50px;
}
.faq_list dl dt span::after {
  content: "Q";
  display: block;
  position: absolute;
  left: 19px;
  font-size: 23px;
  font-weight: 600;
  color: #419497;
}
.faq_list dl dd {
  display: none;
  padding: 20px 70px 20px 50px;
}
.faq_list dl dd span {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #1D5D5E;
  line-height: 1.7;
}
.faq_list dl dd span::after {
  content: "A";
  display: block;
  position: absolute;
  top: -8px;
  left: -31px;
  font-size: 23px;
  font-weight: 600;
  color: #EE8223;
}
.faq_list dl dt::before, .faq_list dl dt::after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #419497;
  border-radius: 2px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity 1s;
}
.faq_list dl dt:hover {
  opacity: 0.7;
}
.faq_list dl dt::after {
  transition: transform 1s;
}
.acc_title.acc_plus::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 1s;
}
@media screen and (max-width:769px) {
  .faq_area {
    padding: 0 0 40px;
  }
  .faq_h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .faq_list dl {
    margin: 0 24px 20px;
  }
  .faq_list dl dt {
    font-size: 16px;
    height: auto;
    padding: 10px 19px;
    line-height: 1.6;
    text-align: left;
  }
  .faq_list dl dt span {
    height: auto;
    padding: 5px 30px;
  }
  .faq_list dl dt span::after {
    left: 0;
    top: 0;
  }
  .faq_list dl dd {
    padding: 20px 20px 20px 49px;
    text-align: left;
  }
  .faq_list dl dd span::after {
    left: -29px;
  }
}
/* example2 */
.example2_area {
  padding: 100px 0 0;
}
.example2_h2 {
  font-size: 40px;
  font-weight: 600;
  color: #247273;
  text-align: center;
  margin-bottom: 40px;
}
.example2_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 75px;
}
.example2_list li {
  width: calc((100% - 60px) /3);
  height: auto;
  margin-bottom: 90px;
  background: #fff;
  border: 1px solid #BEC8C8;
  border-radius: 4px;
  overflow: hidden;
}
.example2_list li:nth-child(n + 4) {
  margin-bottom: 0;
}
.example2_list li h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
  padding: 14px;
  background: #419497;
}
.example2_list li img {
  display: block;
  margin: 25px auto;
}
.example2_list li img.adjust_margin01 {
  margin: 10px 0 10px 25px;
}
.example2_list li img.adjust_margin02 {
  margin: 10px auto;
}
.example2_list li .example2_list_txt {
  margin: 0 25px 20px;
}
.example2_list li .example2_list_txt h4 {
  font-size: 18px;
  font-weight: 600;
  color: #419497;
  margin-bottom: 2px;
}
.example2_list li .example2_list_txt p {
  font-size: 23px;
  font-weight: 600;
  color: #247273;
}
@media screen and (min-width:770px) {
  /* swiper */
  .example2_area .swiper-pagination,.example2_area .swiper-button-next, .example2_area .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width:769px) {
  .example2_area {
    padding: 60px 0 0;
  }
  .example2_h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .example2_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: unset;
    margin-bottom: 95px;
  }
  .example2_list li {
    width: auto;
    margin-bottom: 0;
    box-sizing: border-box;
  }
  .example2_list li img {
    display: block;
    margin: 20px auto;
    height: 55px;
  }
  .example2_list li img.adjust_margin01 {
    margin: 25px 0 10px 25px;
    height: 60px;
  }
  .example2_list li img.adjust_margin02 {
    margin: 25px auto 20px;
    height: 50px;
  }
  .example2_list li .example2_list_txt h4 {
    font-size: 18px;
    text-align: left;
  }
  .example2_list li .example2_list_txt p {
    font-size: 20px;
    text-align: left;
    line-height: 1.6;
  }
  /* swiper */
  .example2_area .sp_swiper {
    position: relative;
    margin: 0 24px;
  }
  .example2_area .swiper-pagination {
    bottom: -45px !important;
    top: unset !important;
  }
  .example2_area .swiper-pagination-bullet {
    background: #BEC8C8 !important;
    opacity: 1 !important;
  }
  .example2_area .swiper-pagination-bullet-active {
    background: #1D5D5E !important;
    opacity: 1 !important;
  }
  .example2_area .swiper-button-next, .example2_area .swiper-button-prev {
    bottom: -55px !important;
    top: unset !important;
    width: 32px !important;
    height: 32px !important;
  }
  .example2_area .swiper-button-next {
    right: 0;
    background: url(/cms/images/planning_design/2025/icon_arrow_r.png) no-repeat top center;
    background-size: 32px auto;
  }
  .example2_area .swiper-button-prev {
    left: 0;
    background: url(/cms/images/planning_design/2025/icon_arrow_l.png) no-repeat top center;
    background-size: 32px auto;
  }
  .example2_area .swiper-button-next:after, .example2_area .swiper-button-prev:after {
    font-size: 0;
  }
}