#subpage #wrap {
  padding-bottom: 150px;
}
#subpage #wrap:before {
  content: "";
  position: absolute;
  left: 0;
  top: 586px;
  width: 100%;
  max-width: 1400px;
  aspect-ratio: 100/266;
  background: url(/common/img/svg/triangle04.svg) no-repeat left top;
  background-size: 100% auto;
  z-index: -10;
  pointer-events: none;
}
#subpage #wrap:after {
  content: "";
  position: absolute;
  left: 0;
  top: 586px;
  width: 524px;
  height: 1398px;
  background: url(/common/img/svg/triangle01.svg) no-repeat left top;
  background-size: 100% auto;
  transition: all 0.6s cubic-bezier(1, 0, 0, 1) 0.2s;
}
#subpage footer {
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  #subpage #wrap {
    padding-bottom: 75px;
  }
  #subpage footer {
    margin-top: -75px;
  }
}
#subpage .subpage_title {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 586px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: relative;
  z-index: 10;
}
#subpage .subpage_title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  aspect-ratio: 1/2.6;
  width: 100%;
  clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#subpage .subpage_title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/2.6;
  width: 10%;
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
  background: white;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
#subpage .subpage_title .heading em {
  position: absolute;
  left: 0%;
  bottom: 160px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 23rem;
  font-family: "Poppins", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  color: #04102f;
  opacity: 0.1;
  z-index: 10;
}
#subpage .subpage_title .heading .heading_text {
  top: 30px;
  line-height: 1;
  display: block;
  color: #fff;
  font-size: 6.2rem;
  position: relative;
  font-family: "Noto Serif JP", serif;
  z-index: 11;
}
@media screen and (max-width: 768px) {
  #subpage .subpage_title {
    width: 100%;
    height: 38vw;
  }
  #subpage .subpage_title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: auto;
    aspect-ratio: 1/2.6;
    width: 10%;
    clip-path: polygon(0 0, 100% 0%, 0 100%, 0% 100%);
    background: white;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  #subpage .subpage_title:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    aspect-ratio: 1/2.6;
    width: 10%;
    clip-path: polygon(100% 0, 100% 0%, 100% 100%, 0% 100%);
    background: white;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
  }
  #subpage .subpage_title .heading .heading_text {
    top: 0px;
    font-size: 2.8rem;
  }
  #subpage .subpage_title .heading em {
    position: absolute;
    left: 0%;
    bottom: 60px;
    font-size: 9rem;
    opacity: 0.1;
    z-index: 10;
  }
}
#subpage .Breadcrumb_box {
  background: #fff;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
#subpage .Breadcrumb_box .Breadcrumb {
  z-index: 10;
  font-size: 1.1rem;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}
#subpage .Breadcrumb_box .Breadcrumb > span + span:before {
  content: "/";
  margin: 0 5px;
  color: #a0a0a0;
}
#subpage .Breadcrumb_box .Breadcrumb a {
  color: #a0a0a0;
}
#subpage .Breadcrumb_box .Breadcrumb a:hover {
  color: #3a5aaf;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #subpage .Breadcrumb_box {
    padding: 10px;
  }
  #subpage .Breadcrumb_box .Breadcrumb {
    padding: 0;
    font-size: 1rem;
    text-align: center;
  }
  #subpage .Breadcrumb_box .Breadcrumb > span + span:before {
    margin: 0 3px;
  }
}
#subpage section {
  width: 100%;
  max-width: 1028px;
  padding: 96px 32px;
  box-sizing: border-box;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
#subpage section .sect_ttl {
  text-align: center;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
}
#subpage section .sect_ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  background: #3a5aaf;
}
#subpage section .sect_ttl + p {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  padding-bottom: 60px;
}
#subpage section .inner {
  width: 100%;
}
#subpage section .inner > *:first-child {
  margin-top: 0;
}
#subpage section .inner > *:last-child {
  margin-bottom: 0;
}
#subpage section h3 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
}
#subpage section p .small {
  display: block;
  font-size: 1.2rem;
  padding-top: 1em;
}
#subpage section p a,
#subpage section small a {
  text-decoration: underline;
}
@media screen and (max-width: 740px) {
  #subpage section {
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
  }
  #subpage section + section {
    margin-top: 32px;
  }
  #subpage section .sect_ttl {
    font-size: 2.5rem;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  #subpage section .sect_ttl + p {
    font-size: 1.4rem;
    text-align: justify;
    padding: 0 0 32px;
  }
  #subpage section .inner {
    width: 100%;
    padding: 0;
  }
  #subpage section h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
#subpage h3.line {
  margin: 80px 0 60px;
  line-height: 1.5;
  font-size: 3rem;
  font-weight: 500;
  background: #e6edf7;
  color: #3a5aaf;
  box-sizing: border-box;
  position: relative;
  padding: 10px 24px 10px 24px;
}
#subpage h3.line + p,
#subpage h3.sub_line + p {
  margin: -10px auto 60px;
}
@media screen and (max-width: 740px) {
  #subpage h3.line {
    margin: 40px 0 20px;
    font-size: 1.8rem;
    padding: 10px;
  }
  #subpage h3.line + p,
#subpage h3.sub_line + p {
    margin: 0 auto 20px;
  }
}
#subpage h3.sub_line {
  margin: 60px 0 40px;
  line-height: 1.5;
  font-size: 2.8rem;
  font-weight: 500;
  color: #3a5aaf;
  box-sizing: border-box;
  position: relative;
}
#subpage h3.sub_line:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #d0d0da;
}
#subpage h3.sub_line span {
  padding: 0 0 15px 0;
  display: inline-block;
  position: relative;
}
#subpage h3.sub_line span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #3a5aaf;
}
@media screen and (max-width: 740px) {
  #subpage h3.sub_line {
    margin: 20px 0 15px;
    font-size: 1.8rem;
  }
  #subpage h3.sub_line span {
    padding: 0px 0 10px;
  }
  #subpage h3.sub_line + p {
    margin: 0 auto 30px;
  }
}
#subpage .wide_content {
  width: 100%;
  margin: 0 auto 80px;
}
#subpage .wide_content figure {
  position: relative;
  text-align: center;
}
#subpage .wide_content figure img {
  position: relative;
  z-index: 1;
}
#subpage .wide_content .text {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
#subpage .wide_content .text h3 {
  line-height: 1.5;
  padding: 30px 0 0;
  text-align: center;
  letter-spacing: normal;
}
#subpage .wide_content .text p {
  padding-top: 20px;
}
#subpage .wide_content .text .btn {
  margin: 20px auto 0;
}
@media screen and (max-width: 740px) {
  #subpage .wide_content {
    width: 100%;
    margin: 0 0 40px;
    text-align: center;
  }
  #subpage .wide_content figure {
    position: relative;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  #subpage .wide_content figure img {
    border-radius: 0px;
  }
  #subpage .wide_content .text {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
  }
  #subpage .wide_content .text h3 {
    padding: 16px 0 0;
  }
  #subpage .wide_content .text p {
    text-align: left;
    padding-top: 10px;
  }
}
#subpage .textbox01 {
  width: 100%;
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
}
#subpage .textbox01.center {
  align-items: center;
}
#subpage .textbox01 figure {
  grid-column: 1/2;
  grid-row: 1/2;
}
#subpage .textbox01 .text {
  grid-column: 2/3;
  grid-row: 1/2;
  padding-left: 64px;
  box-sizing: border-box;
}
#subpage .textbox01 .text h3 {
  padding-bottom: 16px;
}
#subpage .textbox01 .text p + .btn {
  margin-top: 30px;
}
#subpage .textbox01 .text p + .btn.wide {
  width: 100%;
}
#subpage .textbox01 .text > small {
  display: block;
  line-height: 1.5;
  font-size: 1.2rem;
  padding-top: 10px;
}
#subpage .textbox01 .text .btn {
  margin-top: 1em;
}
#subpage .textbox01 .text .btn span {
  display: block;
  text-align: center;
  line-height: 1.3;
}
#subpage .textbox01 .text_wide {
  padding-top: 1em;
  grid-column: 1/3;
  grid-row: 2/3;
}
#subpage .textbox01.reverse figure {
  grid-column: 2/3;
  grid-row: 1/2;
  text-align: right;
}
#subpage .textbox01.reverse .text {
  grid-column: 1/2;
  grid-row: 1/2;
  padding-left: 0;
  padding-right: 44px;
  box-sizing: border-box;
}
@media screen and (max-width: 740px) {
  #subpage .textbox01 {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 40px;
    display: block;
  }
  #subpage .textbox01 figure {
    flex-shrink: 0;
    width: 100%;
  }
  #subpage .textbox01 figure img {
    width: 100%;
  }
  #subpage .textbox01 .text {
    width: 100%;
    padding: 0 !important;
    box-sizing: border-box;
    text-align: center;
  }
  #subpage .textbox01 .text.inr_txt {
    text-align: left;
  }
  #subpage .textbox01 .text h3 {
    padding: 15px 0 10px;
    text-align: left;
  }
  #subpage .textbox01 .text > p {
    padding-top: 16px;
    text-align: left;
  }
  #subpage .textbox01 .text h3 + p {
    padding-top: 0;
  }
  #subpage .textbox01 .text > small {
    display: block;
    font-feature-settings: "palt";
    text-align: justify;
  }
  #subpage .textbox01 .text p + .btn {
    margin: 15px auto 0;
  }
  #subpage .textbox01 .text p + .btn.wide {
    width: 100%;
  }
}
#subpage .textbox02 {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
#subpage .textbox02 .item {
  width: calc((100% - 32px) / 2);
  margin-top: 60px;
}
#subpage .textbox02 .item .text h3 {
  font-size: 2.3rem;
  padding: 16px 0 12px;
}
#subpage .textbox02 .item:nth-child(1),
#subpage .textbox02 .item:nth-child(2) {
  margin-top: 0;
}
#subpage .textbox02 .small_box {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage .textbox02 {
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 30px;
    flex-direction: column;
  }
  #subpage .textbox02 .item {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-top: 30px;
  }
  #subpage .textbox02 .item figure img {
    width: 100%;
  }
  #subpage .textbox02 .item .text h3 {
    font-size: 1.8rem !important;
    padding: 10px 0 0;
  }
  #subpage .textbox02 .item .text p {
    padding-top: 5px;
  }
  #subpage .textbox02 .item:nth-child(1) {
    margin-top: 0;
  }
  #subpage .textbox02 .item:nth-child(2) {
    margin-top: 30px;
  }
  #subpage .textbox02 .small_box {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
#subpage .textbox03 {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 80px;
}
#subpage .textbox03 .text {
  margin-bottom: 40px;
  width: 100%;
  overflow: hidden;
}
#subpage .textbox03 .text .right {
  float: right;
  margin-left: 50px;
}
#subpage .textbox03 .text h3 {
  font-size: 2.3rem;
  padding-bottom: 10px;
  position: relative;
}
#subpage .textbox03 .text h3.none_dot {
  padding-left: 0px;
}
#subpage .textbox03 .text h3.none_dot:before {
  content: none;
}
#subpage .textbox03 .text p a {
  text-decoration: underline;
}
#subpage .textbox03 .text p small {
  display: block;
  padding-top: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
#subpage .textbox03 .text p ~ h3 {
  margin-top: 2em;
}
#subpage .textbox03 .text:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage .textbox03 {
    margin-bottom: 30px;
  }
  #subpage .textbox03 .text {
    margin-bottom: 30px;
  }
  #subpage .textbox03 .text .right {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
  #subpage .textbox03 .text h3 {
    padding-bottom: 5px;
    font-size: 1.65rem;
  }
}
#subpage .small_box {
  background: #f6f6fa;
  padding: 40px;
  margin-bottom: 80px;
}
#subpage .small_box p {
  font-size: 1.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #subpage .small_box {
    padding: 15px;
    margin-bottom: 40px;
  }
  #subpage .small_box p {
    font-size: 1rem;
    line-height: 2;
  }
}
#subpage .gray_box {
  width: 100%;
  padding: 40px;
  background: url(../../img/topics_bgline.webp) repeat top left;
  background-size: 55px 55px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
  position: relative;
}
#subpage .gray_box .text h3 {
  font-size: 2.2rem;
  padding-bottom: 10px;
}
#subpage .gray_box figure {
  margin-left: 40px;
  flex-shrink: 0;
}
@media screen and (max-width: 740px) {
  #subpage .gray_box {
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    display: block;
    margin: 0 0 30px;
    position: relative;
  }
  #subpage .gray_box .text h3 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  #subpage .gray_box figure {
    margin-top: 16px;
    margin-left: 0px;
  }
  #subpage .gray_box figure img {
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }
}
#subpage ul.list.flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border: 1px dotted #04102f;
  padding: 30px;
  box-sizing: border-box;
}
#subpage ul.list.flex li {
  margin-right: 40px;
}
#subpage ul.list.flex.fixed li {
  margin: 0;
  width: 25%;
  box-sizing: border-box;
}
#subpage ul.list li {
  padding-left: 15px;
  position: relative;
  line-height: 1.8;
}
#subpage ul.list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #04102f;
  position: absolute;
  left: 0;
  top: 12px;
}
#subpage ul.list li em {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5;
}
#subpage ul.list li p {
  padding-top: 6px;
}
#subpage ul.list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage ul.list {
    text-align: left;
  }
  #subpage ul.list.flex {
    display: block;
    background: #fcfcfc;
    padding: 16px;
  }
  #subpage ul.list.flex li {
    margin-right: 40px;
  }
  #subpage ul.list.flex.fixed li {
    width: 100%;
  }
  #subpage ul.list li {
    margin-bottom: 10px;
    position: relative;
    line-height: 1.5;
    padding-left: 16px;
  }
  #subpage ul.list li:before {
    flex-shrink: 0;
    top: 8px;
  }
  #subpage ul.list li em {
    font-size: 1.4rem;
  }
  #subpage ul.list li p {
    padding-top: 5px;
    line-height: 2;
  }
}
#subpage .merit {
  margin-bottom: 80px;
}
#subpage .merit .merit_Box {
  border-top: 0;
  margin-bottom: 60px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
#subpage .merit .merit_Box.demerit h3 {
  background: #04102f;
}
#subpage .merit .merit_Box.demerit .merit_inner .list li em {
  color: #04102f;
}
#subpage .merit .merit_Box.demerit .merit_inner .list li:before {
  background: #04102f;
}
#subpage .merit .merit_Box h3 {
  background: #3a5aaf;
  height: 56px;
  width: 100%;
  font-weight: 500;
  font-size: 2.3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff !important;
  padding-left: 20px;
  box-sizing: border-box;
}
#subpage .merit .merit_Box h3 .icon-record {
  font-size: 2.6rem;
  position: relative;
  top: 1px;
  font-weight: 400;
  margin-right: 0.25em;
}
#subpage .merit .merit_Box h3 .icon-cross {
  font-size: 2.8rem;
  position: relative;
  top: 1px;
  font-weight: 400;
  margin-right: 0.25em;
}
#subpage .merit .merit_Box .merit_inner {
  padding: 40px;
  background: #f6f6f6;
}
#subpage .merit .merit_Box .merit_inner .list li {
  color: #04102f !important;
  margin-bottom: 20px;
}
#subpage .merit .merit_Box .merit_inner .list li:before {
  top: 10px;
}
#subpage .merit .merit_Box .merit_inner .list li em {
  font-size: 1.8rem;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
#subpage .merit .merit_Box .merit_inner .list li em + span {
  display: block;
  padding-top: 5px;
}
#subpage .merit .merit_Box .merit_inner .list li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #subpage .merit {
    margin-bottom: 30px;
  }
  #subpage .merit .merit_Box {
    margin-bottom: 20px;
  }
  #subpage .merit .merit_Box h3 {
    height: auto;
    width: 100%;
    padding: 8px 10px;
    font-size: 1.6rem;
    font-weight: 600;
  }
  #subpage .merit .merit_Box h3 .icon-record {
    font-size: 1.6rem;
    top: 2px;
    margin-right: 0.5em;
    flex-shrink: 0;
  }
  #subpage .merit .merit_Box h3 .icon-cross {
    font-size: 2rem;
    top: 1px;
    margin-right: 0.25em;
  }
  #subpage .merit .merit_Box .merit_inner {
    padding: 16px;
  }
  #subpage .merit .merit_Box .merit_inner .list li {
    margin-bottom: 15px;
  }
  #subpage .merit .merit_Box .merit_inner .list li:before {
    top: 11px;
  }
  #subpage .merit .merit_Box .merit_inner .list li em {
    font-size: 1.6rem;
  }
  #subpage .merit .merit_Box .merit_inner .list li em + span {
    padding-top: 0;
  }
  #subpage .merit .merit_Box .merit_inner .list li:last-child {
    margin-bottom: 0;
  }
}
#subpage .flow {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 80px;
}
#subpage .flow.small_size {
  padding: 36px;
  background: #3a5aaf;
  box-sizing: border-box;
}
#subpage .flow.small_size .item {
  padding: 0;
  background: none;
  border-radius: 0;
  margin-bottom: 20px;
}
#subpage .flow.small_size .item:last-child {
  margin-bottom: 0;
}
#subpage .flow .item {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
#subpage .flow .item.active:before {
  height: 100%;
}
#subpage .flow .item .text {
  width: calc(100% - 360px);
  padding-right: 40px;
  box-sizing: border-box;
}
#subpage .flow .item .text.wide {
  width: 100%;
}
#subpage .flow .item .text h3 {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 10px;
}
#subpage .flow .item .text h3 em {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background: #3a5aaf;
  border-radius: 2px;
  font-size: 2rem;
  flex-shrink: 0;
  position: relative;
}
#subpage .flow .item .text h3 span {
  font-size: 2.5rem;
  padding-left: 20px;
}
#subpage .flow .item .text h3 span small {
  font-size: 1.3rem;
}
#subpage .flow .item .text > p,
#subpage .flow .item .text > ul,
#subpage .flow .item .text > small {
  padding-left: 62px;
  padding-bottom: 20px;
}
#subpage .flow .item .text > em {
  display: block;
  font-weight: 600;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #3a5aaf;
  padding-left: 62px;
}
#subpage .flow .item figure {
  flex-shrink: 0;
}
#subpage .flow .item:last-child {
  margin-bottom: 0;
}
#subpage .flow .item:last-child:before {
  content: none;
}
@media screen and (max-width: 740px) {
  #subpage .flow {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    box-sizing: border-box;
  }
  #subpage .flow.small_size {
    padding: 16px;
  }
  #subpage .flow.small_size .item {
    padding: 0;
    background: none;
    border-radius: 0;
    margin-bottom: 0;
  }
  #subpage .flow.small_size .item:last-child {
    margin-bottom: 0;
  }
  #subpage .flow .item {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 32px;
    flex-wrap: wrap;
    position: relative;
  }
  #subpage .flow .item:before {
    left: 17px;
    top: 36px;
    width: 1px;
  }
  #subpage .flow .item .text {
    order: 0;
    width: 100%;
    padding-right: 0;
    display: block;
  }
  #subpage .flow .item .text h3 {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  #subpage .flow .item .text h3 em {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }
  #subpage .flow .item .text h3 span {
    padding-top: 3px;
    font-size: 1.8rem;
    padding-left: 16px;
  }
  #subpage .flow .item .text h3 span small {
    font-size: 1.1rem;
  }
  #subpage .flow .item .text > p {
    padding-left: 52px;
    padding-bottom: 16px;
  }
  #subpage .flow .item .text > em {
    padding-left: 52px;
  }
  #subpage .flow .item figure {
    order: 2;
    padding: 0;
    flex-shrink: 0;
    width: 100%;
    margin: 0;
    padding-left: 52px;
    box-sizing: border-box;
  }
  #subpage .flow .item figure img {
    aspect-ratio: 18/11;
    width: 100%;
    object-fit: cover;
  }
  #subpage .flow .item:last-child {
    margin-bottom: 0;
  }
}
#subpage .qa_box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-bottom: 60px;
}
#subpage .qa_box .item {
  margin: 0 auto 40px;
}
#subpage .qa_box .item h3 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 60px;
  min-height: 42px;
  padding-top: 5px;
  box-sizing: border-box;
  font-size: 2.3rem;
  line-height: 1.3;
}
#subpage .qa_box .item h3:before {
  content: "Q";
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background: #3a5aaf;
  border-radius: 2px;
  font-size: 2rem;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#subpage .qa_box .item p {
  position: relative;
  padding-left: 60px;
  min-height: 42px;
  box-sizing: border-box;
}
#subpage .qa_box .item p:before {
  content: "A";
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  background: #04102f;
  border-radius: 2px;
  font-size: 2rem;
  flex-shrink: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#subpage .qa_box .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 740px) {
  #subpage .qa_box {
    margin-bottom: 30px;
  }
  #subpage .qa_box .item {
    padding: 16px 0;
    margin: 0 auto;
  }
  #subpage .qa_box .item h3 {
    position: relative;
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
  #subpage .qa_box .item p em {
    width: 36px;
    height: 36px;
    font-size: 1.6rem;
  }
  #subpage .qa_box .item p span {
    padding-left: 16px;
  }
  #subpage .qa_box .item:last-child {
    margin-bottom: 0;
  }
}
#subpage .table_type01 {
  table-layout: fixed;
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto 80px;
  font-size: 1.4rem;
  font-weight: 400;
}
#subpage .table_type01 caption {
  text-align: left;
  font-size: 2.5rem;
  margin-bottom: 24px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
#subpage .table_type01 thead tr th {
  padding: 5px 10px;
  box-sizing: border-box;
  text-align: center;
  font-weight: 500;
  font-size: 1.3rem;
  white-space: nowrap;
  font-weight: 500;
  text-align: center;
  background: #f6f6f6;
  border-top: 1px solid #d2d2d7;
  border-bottom: 1px solid #d2d2d7;
}
#subpage .table_type01 thead tr th:nth-child(1) {
  border-left: 1px solid #d2d2d7;
}
#subpage .table_type01 thead tr th:last-child {
  border-right: 1px solid #d2d2d7;
}
#subpage .table_type01 thead + tbody tr:first-child th {
  border-radius: 0;
  border-top: 0;
}
#subpage .table_type01 thead + tbody tr:first-child td {
  border-radius: 0;
  border-top: 0;
}
#subpage .table_type01 > tbody tr:first-child th {
  border-top: 1px solid #d2d2d7;
}
#subpage .table_type01 > tbody tr:first-child td {
  border-top: 1px solid #d2d2d7;
}
#subpage .table_type01 tbody tr th {
  padding: 20px 15px;
  box-sizing: border-box;
  vertical-align: middle;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #d2d2d7;
  border-left: 1px solid #d2d2d7;
  border-right: 1px solid #d2d2d7;
  font-size: 1.5rem;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
}
#subpage .table_type01 tbody tr td {
  padding: 15px;
  border-bottom: 1px solid #d2d2d7;
  vertical-align: middle;
  line-height: 1.35;
  color: #04102f;
  text-align: center;
}
#subpage .table_type01 tbody tr td small {
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 5px;
}
#subpage .table_type01 tbody tr td:last-child {
  border-right: 1px solid #d2d2d7;
}
#subpage .table_type01 tbody tr td.bold {
  font-weight: 600;
}
#subpage .table_type01 tbody tr:last-child th {
  border-radius: 0 0 0 14px;
}
#subpage .table_type01 tbody tr:last-child td:last-child {
  border-radius: 0 0 14px 0;
}
#subpage .table_type01 tfoot tr td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: right;
  padding-top: 10px;
  font-size: 1.2rem;
}
@media screen and (max-width: 740px) {
  #subpage .table_type01 {
    margin: 0 auto 30px;
  }
  #subpage .table_type01 caption {
    font-size: 1.65rem;
    margin-bottom: 15px;
  }
  #subpage .table_type01 thead tr th {
    padding: 4px;
    font-size: 1rem;
  }
  #subpage .table_type01 thead tr th:nth-child(1) {
    border-radius: 10px 0 0 0;
  }
  #subpage .table_type01 thead tr th:last-child {
    border-radius: 0 10px 0 0;
  }
  #subpage .table_type01 tbody tr th {
    padding: 8px;
    font-size: 1.2rem;
  }
  #subpage .table_type01 tbody tr td {
    padding: 8px;
    font-size: 1.1rem;
  }
  #subpage .table_type01 tbody tr:last-child th {
    border-radius: 0 0 0 10px;
  }
  #subpage .table_type01 tbody tr:last-child td:last-child {
    border-radius: 0 0 10px 0;
  }
  #subpage .table_type01 tfoot tr td {
    text-align: right;
    padding-top: 6px;
    font-size: 1rem;
  }
}
#subpage .smallbox {
  padding: 20px;
  background: #f9f9ed;
  font-size: 1rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #subpage .smallbox {
    padding: 20px;
  }
}
#subpage .small_flow {
  margin-bottom: 80px;
}
#subpage .small_flow .item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 20px;
}
#subpage .small_flow .item:before {
  content: "\e90c";
  font-family: "icomoon";
  left: calc(50% - 23px);
  bottom: -23px;
  font-size: 2rem;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #04102f;
  color: #3a5aaf;
  display: flex;
  justify-content: center;
  align-items: center;
}
#subpage .small_flow .item figure {
  padding: 0 30px 16px;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
#subpage .small_flow .item figure img {
  border-radius: 0;
}
#subpage .small_flow .item .text {
  padding: 42px 30px 56px 16px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
}
#subpage .small_flow .item .text:before {
  content: "";
  position: absolute;
  left: -160px;
  bottom: 0;
  width: calc(100% + 160px);
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
}
#subpage .small_flow .item .text h4 {
  font-size: 2rem;
  font-weight: 600;
  display: block;
  line-height: 1.5;
  padding-bottom: 15px;
  width: 100%;
}
#subpage .small_flow .item .text em {
  width: 80px;
  line-height: 2;
  display: block;
}
#subpage .small_flow .item .text p {
  font-size: 1.4rem;
  line-height: 1.6;
  width: calc(100% - 80px);
}
#subpage .small_flow .item .text p ~ p {
  padding-bottom: 0;
}
#subpage .small_flow .item:last-child:before {
  content: none;
}
@media screen and (max-width: 768px) {
  #subpage .small_flow {
    margin-bottom: 40px;
  }
  #subpage .small_flow .item {
    padding: 0;
    position: relative;
    margin-bottom: 30px;
    display: block;
  }
  #subpage .small_flow .item:before {
    left: calc(50% - 15px);
    bottom: -15px;
    font-size: 1.6rem;
    width: 30px;
    height: 30px;
  }
  #subpage .small_flow .item figure {
    padding: 0 0 16px;
    flex-shrink: 0;
    text-align: center;
    overflow: hidden;
  }
  #subpage .small_flow .item .text {
    padding: 20px;
    display: block;
  }
  #subpage .small_flow .item .text:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  #subpage .small_flow .item .text h4 {
    font-size: 1.65rem;
    text-align: center;
    padding-bottom: 10px;
  }
  #subpage .small_flow .item .text em {
    width: 100%;
    text-align: center;
  }
  #subpage .small_flow .item .text p {
    width: 100%;
  }
}
#subpage .risk {
  width: 100%;
  padding: 65px;
  box-sizing: border-box;
  background: #f5f5f9;
  position: relative;
}
#subpage .risk .risk_inner {
  width: 1094px;
  max-width: 100%;
  padding-right: 10px;
  box-sizing: border-box;
  max-height: 240px;
  position: relative;
  margin: 0 auto;
}
#subpage .risk .risk_inner em {
  display: block;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
}
#subpage .risk .risk_inner p {
  font-size: 1.2rem;
}
#subpage .risk .risk_inner p ~ em {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #subpage .risk {
    width: 100%;
    padding: 32px;
    position: relative;
  }
  #subpage .risk .risk_inner {
    width: 100%;
    padding-right: 10px;
    max-height: 140px;
  }
  #subpage .risk .risk_inner em {
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
  }
  #subpage .risk .risk_inner p {
    font-size: 1.1rem;
  }
}
#subpage h3.features small {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background: #3a5aaf;
  width: 100px;
  height: 24px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 10px;
}
#subpage h3.features span {
  display: block;
  text-indent: -0.5em;
  font-size: 3.6rem;
  padding-bottom: 10px;
}
#subpage h3.features em {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #subpage h3.features {
    font-weight: 500;
  }
  #subpage h3.features small {
    font-size: 1.1rem;
    width: 60px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 6px;
  }
  #subpage h3.features span {
    display: block;
    font-size: 2.4rem;
    text-indent: -0.5em;
    padding-bottom: 5px;
  }
}
#subpage .textbox_grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  margin-bottom: 80px;
}
#subpage .textbox_grid figure {
  grid-column: 2/3;
  grid-row: 2/3;
}
#subpage .textbox_grid h3 {
  grid-column: 1/3;
  grid-row: 1/2;
  padding-bottom: 20px;
}
#subpage .textbox_grid .text {
  grid-column: 1/2;
  grid-row: 2/3;
  padding-right: 64px;
  box-sizing: border-box;
}
#subpage .textbox_grid.reverse figure {
  grid-column: 1/2;
  grid-row: 2/3;
}
#subpage .textbox_grid.reverse .text {
  grid-column: 2/3;
  grid-row: 2/3;
  padding-right: 0;
  padding-left: 64px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  #subpage .textbox_grid {
    display: block !important;
    margin-bottom: 40px;
  }
  #subpage .textbox_grid figure {
    text-align: center;
  }
  #subpage .textbox_grid h3 {
    padding: 16px 0;
  }
  #subpage .textbox_grid .text {
    padding: 0 !important;
  }
}
#subpage .campaign {
  margin-top: 40px;
  padding: 30px;
  text-align: center;
  color: #da5050;
  background: #fff8f8;
}
#subpage .campaign em {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
}

/*# sourceMappingURL=cmn_subpage.css.map */
