@charset "utf-8";

.bar_ttl {
  font-size: 1.2em;
  display: block;
  width: 100%;
  /* background: #00284b; */
  background: #005bac;
  color: #fff;
  padding: 0.6em 1.2em;
  border-radius: 7.5px;
  font-weight: 700;
  margin-bottom: 1em;
}

.nagoya .bar_ttl {
  background: #a71717;
}

.blue_link {
  color: #a1d3ff;
  text-decoration: underline;
}

.txt_box {
  border: 1px solid #dcdcdc;
  padding: 1.5em;
}

.main_contents h4.c_title span {
  font-size: 1.5rem;
}

.col2,
.col3,
.col4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.col2::after,
.col3::after,
.col4::after {
  display: block;
  content: "";
}

.col2 li,
.col3 li,
.col4 li {
  display: block;
}

.intro_atv {
  margin-top: 80px;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .col2 .col2_l,
  .col2 .col2_r {
    width: 100%;
  }

  .col2 figure.col2_r {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .col3_btn li {
    width: 49%;
  }
}

@media screen and (max-width: 480px) {
  .col2 figure.col2_r {
    width: 100%;
  }

  .col3_btn li {
    width: 100%;
  }
}

/*--------------------------------------*/

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

/* .fullness_page ↓----------------------- */

.fullness_page .introduction {
  margin-bottom: 3em;
}

.fullness_page .timeline-001__section {
  position: relative;
  padding: 0 0 3em 3.5em;
}

.fullness_page .timeline-001__section::before,
.fullness_page .timeline-001__section::after {
  position: absolute;
  content: "";
}

.fullness_page .timeline-001__section::before {
  bottom: -10px;
  left: 17px;
  transform: translateX(-50%);
  width: 10px;
  height: 100%;
  background: #94b51d;
}

.fullness_page .timeline-001 {
  counter-reset: number 0;
}

.fullness_page .timeline-001__section::after {
  top: 5px;
  left: -6px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #0062a8;
  counter-increment: number 1;
  content: counter(number) " ";
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nagoya .fullness_page .timeline-001__section::after {
  background-color: #a71717;
}

.fullness_page .timeline-001__content {
  border-bottom: dashed 1px #c6cdd3;
  padding-bottom: 1.5em;
}

.fullness_page .timeline-001__title {
  color: #0062a8;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0 auto 0.5em;
}

.fullness_page .timeline-001 h5 {
  margin: 0 auto 0.5em;
  width: 95%;
}

.fullness_page .timeline-001 h5 + p {
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
}

.fullness_page .fullness_txt h5 + p,
.fullness_page .fullness_txt h5 {
  width: 100%;
}

.fullness_page .col2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fullness_page .timeline-001 .col2 {
  width: 95%;
  margin: auto;
  margin-bottom: 20px;
}

.fullness_page .fullness_list.fullness_list02 {
  width: 95%;
  /* margin: -4% auto 0; */
}

.fullness_page .col2 dl {
  width: 49%;
  margin-bottom: 20px;
}

.fullness_page .col3 {
  align-items: flex-end;
}

.fullness_page .col3 dl {
  width: 32%;
}

.fullness_page .fullness_list dt {
  margin-bottom: 10px;
}

.fullness_page i.titl_i {
  margin-right: 5px;
  color: #ffff00;
}

.fullness_page .material-icons {
  vertical-align: middle;
  margin-right: 5px;
}

.under_page .fullness_page .sec01 figure {
  border-top-right-radius: unset;
  margin-bottom: 0;
  margin: auto;
  border: 1px solid #4e4e4e;
}

.under_page .fullness_page .sec01 figure.border_none {
  border: unset;
}

.flex_fullness_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 95%;
  margin: auto;
}

.flex_fullness_list .fullness_txt {
  width: 55%;
}

.flex_fullness_list .fullness_list {
  width: 44%;
}

.fullness_page span.highlight {
  color: #ffff00;
}

.fullness_page .line_title {
  background: linear-gradient(transparent 60%, #005bac 60%);
  display: inline-block;
}

.nagoya .fullness_page .line_title {
  background: linear-gradient(transparent 60%, #a71717 60%);
}

.col3.more_list li {
  width: 32%;
  background: #f1f8ff;
  border-radius: 25px;
  border: 4px solid #005bac;
  box-sizing: border-box;
}

.nagoya .col3.more_list li {
  background: #ffffff;
  border: 4px solid #a71717;
}

.fullness_page .col3.more_list li figure {
  border: none !important;
  max-width: 300px;
}

.fullness_page .col2_btn.anchor_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fullness_page .col2_btn.anchor_link li {
  margin-right: 0;
  margin-bottom: 10px;
  width: 49%;
}

.fullness_page .col2_btn.anchor_link li .btn {
  max-width: inherit;
}

.fullness_page .col2_btn.anchor_link li .btn.down::after {
  top: 50%;
  right: 27px;
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
  -ms-transform: rotate(90deg) translate(-50%, -50%);
  transform: rotate(90deg) translate(-50%, -50%);
}

.fullness_page .titl_i {
  position: relative;
}

.fullness_page .titl_i::before {
  margin-right: 5px;
  color: #ffff00;
  font-family: "Material Icons";
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  content: "check_circle";
  display: inline-block;
  vertical-align: sub;
  font-size: 20px;
}

.fullness_page .btn {
  max-width: 350px;
}

.fullness_page .btn_cont {
  margin: auto;
}

.fullness_page .btn_2col {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .fullness_page .btn_2col {
    display: block;
  }
}

.fullness_page .btn_2col .btn:nth-of-type(1) {
  margin-right: 10px;
}

.fullness_page .btn_2col .btn:nth-of-type(2) {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .fullness_page .btn_2col .btn:nth-of-type(1) {
    margin-right: auto;
  }

  .fullness_page .btn_2col .btn:nth-of-type(2) {
    margin-left: auto;
  }
}

.fullness_page h5.circle_title {
  margin-bottom: 20px;
  padding-left: 0px;
}

.fullness_page h5.circle_title .material-icons {
  margin-right: 5px;
}
.fullness_page .circle_title::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .fullness_page .col2_btn.anchor_link li {
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  .fullness_page .col2 dl {
    width: 100%;
  }

  .flex_fullness_list .fullness_list {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .fullness_page .timeline-001__section {
    padding-bottom: 1.5em;
  }

  .fullness_page .bar_ttl {
    padding: 0.6em;
  }

  .col3.more_list li {
    width: 100%;
    margin-bottom: 10px;
  }

  .flex_fullness_list .fullness_txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .fullness_page .fullness_list.fullness_list02 {
    margin-top: 0;
  }

  .fullness_page .fullness2 {
    margin-top: -10px;
  }

  /* .fullness_page .fullness5 {
        margin-top: -30px;
    } */

  .fullness_page .about_list li {
    margin-top: 30px;
  }

  .col3.more_list li figure {
    max-width: 210px;
  }

  .fullness_page .fullness_list.fullness_list02,
  .fullness_page .timeline-001 .col2,
  .fullness_page .timeline-001 h5,
  .fullness_page .timeline-001 h5 + p,
  .flex_fullness_list {
    width: 100%;
  }
}

.about_list li {
  margin-top: 70px;
}

.about_list li .col2_l {
  width: 55%;
  padding-right: 5%;
  margin-top: 1.5em;
}

.about_list li .col2_r {
  width: 45%;
}

.about_list li:nth-child(2n) .col2_l {
  order: 2;
  padding-right: 0%;
  padding-left: 5%;
}

.about_list li:nth-child(2n) .col2_r {
  order: 1;
}

@media screen and (max-width: 580px) {
  .card_list li {
    width: 100%;
    margin-bottom: 1.5em;
  }

  .about_list li .col2_l {
    order: 2;
    width: 100%;
    padding-right: 0%;
  }

  .about_list li .col2_r {
    order: 1;
    width: 80%;
  }

  .about_list li:nth-child(2n) .col2_l {
    padding-left: 0%;
  }
}

/*--------------------------------------*/

.col3_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col3_btn li {
  width: 32%;
  margin-bottom: 10px;
}

.col3_btn li .btn {
  max-width: 100%;
  font-size: 0.8em;
  /*    padding: 0.75em 1.5em 0.75em 0.25em;*/
}

@media screen and (max-width: 1120px) {
  .en .col3_btn li {
    width: 49%;
  }
}

@media screen and (max-width: 768px) {
  .col3_btn li {
    width: 49%;
  }

  .en .col3_btn li {
    width: 100%;
  }
}

@media screen and (max-width: 540px) {
  .col3_btn li {
    width: 100%;
  }
}


/*--------------------------------------------------
  AI検索機能（.online_ai_search）
--------------------------------------------------*/
/*2025*/
:root {
    --black: #000;
    --white: #fff;
    --yellow: #fff000;
    --blue-gradation: linear-gradient(90deg, rgba(0, 138, 208, 1), rgba(102, 193, 238, 1));
    --red-gradation: linear-gradient(to right, #f058aa 0%, #e60012 100%);
}

.tag {
    display: inline-block;
    padding: 0 10px;
    background-color: var(--yellow);
    color: var(--black);
    font-size: 0.875rem;
    margin-right: 10px;
}

#online_ai_search .col2 {
    column-gap: 2%;
    row-gap: 10px;
}

#online_ai_search .col2 {
    column-gap: 2%;
    row-gap: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#online_ai_search .circle_title {
	font-size: 22px;
}

#online_ai_search .col2 {
	column-gap: 2%;
	row-gap: 10px;
}

#online_ai_search .col2 .col2_l {
	flex: 1;
}

#online_ai_search .col2 .col2_r {
	flex: 1;
	border: none;
}

#online_ai_search .btn_cont {
	margin-top: 40px;
}

#online_ai_search .btn {
	display: inline-block;
	width: 30%;
}

/* 見出し付きブロック */
.block-with-heading .heading {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: unset;
	padding: 5px 10px;
	background: var(--blue-gradation);
	border-radius: 5px 5px 0 0;
	color: var(--white);
	font-size: 1.75rem;
	font-weight: 700;
	text-align: center;
}

.nagoya .block-with-heading .heading {
	background: var(--red-gradation);
}

.block-with-heading .heading .num {
	margin-right: 0.2em;
	font-family: "Rubik", sans-serif;
	font-size: 3rem;
  font-weight: 700;
}

.block-with-heading .text_block {
	padding: 18px 30px 20px;
	background-color: var(--white);
	border: 3px solid #4895d5;
	border-top: none;
	border-radius: 0 0 5px 5px;
	text-align: justify;
	word-break: break-all;
  color: #000;
}

.nagoya .block-with-heading .text_block {
	border-color: #e60012;
}

@media screen and (max-width: 850px) {
	#online_ai_search .circle_title {
		margin-bottom: 10px;
		font-size: 1.125rem;
	}

	/* 見出し付きブロック */
	.block-with-heading .heading {
		font-size: 1.125rem;
	}

	.block-with-heading .heading .num {
		font-size: 1.625rem;
	}
}

@media screen and (max-width: 768px) {
	#online_ai_search .col2 .col2_l {
		flex: 0 0 100%;
	}

	#online_ai_search .col2 .col2_r {
		flex: 0 0 100%;
	}

	#online_ai_search .col2 figure.col2_r {
		flex: 0 0 80%;
	}

	#online_ai_search .btn {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
	#online_ai_search .circle_title {
		font-size: 1rem;
	}

	#online_ai_search .col2 figure.col2_r {
		flex: 0 0 90%;
	}

	#online_ai_search .btn_cont {
		margin-top: 30px;
	}

	/* 見出し付きブロック */
	.block-with-heading .heading {
		padding: 10px;
		font-size: 1rem;
	}

	.block-with-heading .heading .num {
		font-size: 1.375rem;
	}

	.block-with-heading .text_block {
		padding: 10px 20px 15px;
	}
}
