@charset "UTF-8";

/*----------------------------------------------------
add
----------------------------------------------------*/
.copy_content .container {
  width: 1190px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 25px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
}

.copy_content .container h2 {
  font-size: 28px;
}

.copy_content .container h3 {
  font-size: 22px;
}

.copy_content .container h4 {
  font-size: 18px;
}





#exc9000 {
  --thema-color: #3ea9ff;
  --thema-thin-color: #dffeff;
}

#exc9000_header {
  background-color: white;
}

#exc9000_body {
  background-color: var(--thema-thin-color);
  padding: 12px 24px;
}

/* コンテナのヘッダ */
#exc9000_header__title {
  line-height: 2em;
  background: linear-gradient(90deg, transparent 0%, var(--thema-color) 20%, var(--thema-color) 80%, transparent 100%);
  color: white;
  text-align: center;
  margin-top: 0;
  word-break: keep-all;
}

.exc9000_header__section {
  margin: 64px 0 64px;
}

#exc9000_header__subtitle {
  text-align: center;
  color: #0062b3;
  margin-top: 74px;
  transform: skewX(-12deg);
  word-break: keep-all;
}

.exc9000_header__sectiontitle {
  color: #ff9b00;
  font-weight: bold;
  padding-left: 12px;
  word-break: keep-all;
}

@media screen and (max-width: 1132px) {
  .exc9000_header__section {
    margin: 32px 0 32px;
  }

  #exc9000_header__title {
    background: linear-gradient(90deg, transparent 0%, var(--thema-color) 10%, var(--thema-color) 90%, transparent 100%);
  }
}

@media screen and (max-width: 768px) {
  #exc9000_header__title {
    background: linear-gradient(90deg, transparent 0%, var(--thema-color) 5%, var(--thema-color) 95%, transparent 100%);
  }
}

#exc9000_lp {
  width: 936px;
  margin: 0 auto;
}

#exc9000_ansinHuman,
#exc9000_question {
  display: inline-block;
  vertical-align: bottom;
}

#exc9000_question {
  padding-bottom: 20px;
}

#exc9000_ansinList,
#exc9000_katuyouList {
  display: grid;
  width: 800px;
  margin: 0 auto 24px;
  grid-template: 1fr / 1fr 1fr;
  padding-left: 34px;
  --balloon-color: #ef8f3a;
  --balloon-bg-color: white;
}

.exc9000_ansinList__item,
.exc9000_katuyouList__item {
  list-style: none;
  position: relative;
  margin: 12px;
  padding: 1em;
  font-size: medium;
  transform: perspective(1000px) rotateX(10deg);
  background-color: var(--balloon-bg-color);
  border: 4px solid var(--balloon-color);
  border-bottom-width: 6px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-radius: 24px;
  word-break: keep-all;
}

.exc9000_ansinList__item::before,
.exc9000_katuyouList__item::before {
  position: absolute;
  height: 10px;
  width: 30px;
  border-right: 8px solid var(--balloon-color);
  background-color: var(--balloon-bg-color);
  content: "";
  top: 100%;
  left: 12px;
  transform: skew(-60deg);
}

.exc9000_ansinList__item::after,
.exc9000_katuyouList__item::after {
  content: "";
  clear: both;
  display: block;
}

.exc9000_ansinList__itemImage,
.exc9000_katuyouList__itemImage {
  float: right;
}

#exc9000_claim {
  text-align: center;
  font-weight: bold;
  transform: skewX(-12deg);
  font-size: large;
  word-break: keep-all;
}

.exc9000_claim__strong {
  color: var(--thema-color);
  font-size: x-large;
}

.exc9000_claim__xstrong {
  color: red;
  font-size: xx-large;
  background: linear-gradient(181deg, red, red 22%, #fbc437 32%, red 36%, red);
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent
}

@media screen and (max-width: 1132px) {
  #exc9000_ansinHuman {
    display: none;
  }

  #exc9000_question {
    padding-bottom: 0;
  }

  #exc9000_ansinList,
  #exc9000_katuyouList {
    display: block;
    width: 668px;
    padding-left: 0;
  }

  .exc9000_ansinList__item,
  .exc9000_katuyouList__item {
    transform: none;
  }

  #exc9000_lp {
    width: 668px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #exc9000_lp {
    width: 98%;
    margin: 0 auto;
  }

  #exc9000_ansinList,
  #exc9000_katuyouList {
    width: 100%;
  }
}

/* コンテナのボディ */
.exc9000_body__section {
  background-color: white;
  border-radius: 20px;
  padding-bottom: 12px;
}

.exc9000_body__title {
  position: relative;
  padding: 1em 0;
  line-height: 2em;
  text-align: center;
  font-size: xx-large;
  word-break: keep-all;
}

@media screen and (max-width: 1132px) {}

@media screen and (max-width: 768px) {
  .exc9000_body__title {
    font-size: x-large;
  }
}

#exc9000_gaiyouList {
  padding-left: 8px;
  padding-right: 8px;
  max-width: 800px;
  margin: 12px auto;
}

.exc9000_gaiyouList__item {
  display: grid;
  grid-template: "gai_point gai_title gai_list gai_image" 1fr / 60px 220px 1fr 72px;
  list-style: none;
  border-top: solid 1px var(--thema-color);
  padding: 2px 0;
}

.exc9000_gaiyouList__item:last-child {
  border-bottom: solid 1px var(--thema-color);
}

.exc9000_gaiyouList__point {
  grid-area: gai_point;
  background-color: #333388;
  border-radius: 100%;
  color: white;
  text-align: center;
  height: 3em;
  line-height: 3em;
  font-weight: bold;
  font-size: large;
}

.exc9000_gaiyouList__title {
  grid-area: gai_title;
  line-height: 3em;
  font-weight: bold;
  color: #666688;
  padding-left: 12px;
  font-size: large;
}

.exc9000_gaiyouList__list {
  grid-area: gai_list;
}

.exc9000_gaiyouList__listItem {
  list-style-type: '●';
  color: #ff6622;
  line-height: 1.5em;
  font-size: medium;
  padding-left: 12px;
}

.exc9000_gaiyouList__listItemSup {
  font-size: small;
  color: #333333;
}

.exc9000_gaiyouList__image {
  grid-area: gai_image;
  height: 72px;
  width: 72px;
  margin-top: 3px;
  padding: 4px;
  border: 3px dashed #666688;
  border-radius: 100%;
  line-height: 55px;
}

@media screen and (max-width: 1132px) {}

@media screen and (max-width: 768px) {
  .exc9000_gaiyouList__item {
    grid-template:
      "gai_point gai_title" 54px
      "gai_image gai_list" 1fr / 60px 1fr;
  }

  .exc9000_gaiyouList__title {
    line-height: 1.5em;
  }

  .exc9000_gaiyouList__image {
    height: 60px;
    width: 60px;
    line-height: 44px;
    margin-top: 10px;
  }

  .exc9000_gaiyouList__list {
    padding-left: 20px;
  }
}

.exc9000_kinou {
  text-align: center;
}

.exc9000_kinou__subtitle {
  color: var(--thema-color);
  margin-top: 44px;
  margin-bottom: 32px;
}

#exc9000_outline {}

#exc9000_outline__image {
  display: inline-block;
  vertical-align: text-bottom;
}

#exc9000_outline__list {
  padding-left: 0;
  display: inline-block;
  border: 2px solid var(--thema-color);
  margin: 12px;
}

.exc9000_outline__item {
  list-style: none;
  border: 1px solid var(--thema-color);
  font-size: large;
  line-height: 1.5em;
  padding-left: 8px;
  padding-right: 8px;
  word-break: keep-all;
}

.exc9000_outline__itemStrong {
  font-size: medium;
  color: red;
  word-break: keep-all;
}

@media screen and (max-width: 1132px) {
  #exc9000_outline__list {
    max-width: calc(100% - 28px);
  }
}

#exc9000_function {}

#exc9000_function__list {
  width: 680px;
  padding-left: 0px;
  border: 2px solid var(--thema-color);
  margin: 12px auto;
}

.exc9000_function__item {
  list-style: none;
  display: grid;
  grid-template: "func_title func_details func_image" 72px / 240px 1fr 112px;
  border: 1px solid var(--thema-color);
  text-align: left;
}

.exc9000_function__title {
  grid-area: func_title;
  border-right: 1px solid var(--thema-color);
  background-color: var(--thema-thin-color);
  color: var(--thema-color);
  padding-left: 12px;
  font-size: large;
  font-weight: bold;
}

.exc9000_function__details {
  grid-area: func_details;
  font-size: medium;
  padding-left: 12px;
  line-height: 1.5em;
  word-break: keep-all;
}

.exc9000_function__image {
  grid-area: func_image;
  line-height: 72px;
}

.exc9000_function__image>img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1132px) {
  #exc9000_function__list {
    width: 98%;
  }

  .exc9000_function__item {
    grid-template:
      "func_title func_title" 24px
      "func_details func_image" 1fr / 1fr 112px;
  }

  .exc9000_function__title {
    border-right: none;
    border-bottom: 1px solid var(--thema-color);
  }

  .exc9000_function__image>img {
    height: 72px;
  }
}

@media screen and (max-width: 768px) {}

#exc9000_saffe {}

#exc9000_saffe__list {
  padding-left: 0px;
  width: 880px;
  margin: 0 auto;
}

.exc9000_saffe__item {
  list-style: none;
  margin: 2em 12px;
}

.exc9000_saffe__fieldset {
  border: double 3px var(--thema-color);
  padding: 1em 12px;
  text-align: left;
  border-style: groove;
}

.exc9000_saffe__legend {
  margin: 0 4px;
  font-size: x-large;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border: none;
  width: auto;
}

.exc9000_saffe__title {
  font-size: large;
  font-weight: bold;
  margin-bottom: 12px;
}

.exc9000_saffe__detail {
  font-size: medium;
  padding-left: 12px;
}

.exc9000_saffe__detailSmall {
  font-size: small;
}

@media screen and (max-width: 1132px) {
  #exc9000_saffe__list {
    width: 98%;
  }
}

@media screen and (max-width: 768px) {}

#exc9000_flow {
  padding-left: 0;
  width: 880px;
  margin: 0 auto;
}

.exc9000_flow__item {
  list-style-type: none;
  margin-bottom: 18px;
}

.exc9000_flow__number,
.exc9000_flow__group {
  display: inline-block;
  vertical-align: top;
}

.exc9000_flow__number,
.exc9000_flow__point {
  font-weight: bold;
  line-height: 1.5em;
  font-size: large;
}

.exc9000_flow__number {
  width: 112px;
  background: linear-gradient(90deg, transparent 0%, var(--thema-thin-color) 20%, var(--thema-thin-color) 80%, transparent 100%);
  text-align: center;
}

.exc9000_flow__group {
  width: calc(100% - 138px);
}

.exc9000_flow__point {
  display: inline-block;
}

.exc9000_flow__verticalList {
  padding-left: 0;
}

.exc9000_flow__verticalItem {
  display: inline-block;
  list-style-type: none;
}

.exc9000_flow__verticalItem:not(:first-child)::before {
  content: '';
  background-position: center;
  background-image: url(../../../uploads/2025/10/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 64px;
  width: 32px;
  display: inline-block;
  vertical-align: middle;
}

.exc9000_flow__verticalPoint {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.exc9000_flow__verticalImage {
  width: 176px;
  height: 88px;
  line-height: 88px;
  display: inline-block;
}

.exc9000_flow__verticalImage>img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 1132px) {
  .exc9000_flow__verticalImage {
    width: 112px;
  }
}

@media screen and (max-width: 768px) {
  #exc9000_flow {
    width: 98%;
    margin: 0 auto;
  }

  .exc9000_flow__number,
  .exc9000_flow__group {
    display: block;
  }

  .exc9000_flow__group {
    width: 100%;
  }

  .exc9000_flow__point {
    padding-left: 24px;
  }

  .exc9000_flow__verticalItem {
    display: block;
    width: 100%;
    text-align: center;
  }

  .exc9000_flow__verticalPoint {
    display: block;
    width: 100%;
  }

  .exc9000_flow__verticalItem:not(:first-child)::before {
    display: block;
    transform: rotateZ(90deg);
    width: auto;
    height: 48px;
  }
}

#exc9000_scene {}

#exc9000_scene__subtitle {
  color: var(--thema-color);
  margin-top: 44px;
  margin-bottom: 32px;
  text-align: center;
}

.exc9000_mynumber {
  text-align: center;
}

.exc9000_mynumber__subtitle {
  background: linear-gradient(90deg, transparent 0%, var(--thema-thin-color) 20%, var(--thema-thin-color) 80%, transparent 100%);
  max-width: 320px;
  line-height: 1.2em;
}

.exc9000_mynumber__list {
  padding-left: 0;
}

.exc9000_mynumber__item {
  list-style-type: none;
  display: inline-block;
  width: 90%;
  max-width: 320px;
}

.exc9000_mynumber__fieldset {
  border: solid 2px var(--thema-thin-color);
  padding: 1em 12px;
  text-align: left;
  border-style: groove;
  width: 100%;
  margin-bottom: 12px;
}

.exc9000_mynumber__legend {
  margin: 0 4px;
  font-size: x-large;
  padding-inline-start: 2px;
  padding-inline-end: 2px;
  border: none;
  font-size: medium;
}

.exc9000_mynumber__image {
  height: 168px;
  line-height: 168px;
  text-align: center;
}

.exc9000_mynumber__image>img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  vertical-align: top;
}