@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN W7", "ヒラギノ角ゴ ProN W7", "ヒラギノ角ゴ ProN W7", "Hiragino Kaku Gothic Pro W7", sans-serif;
  color: #000;
}

ul li {
  list-style: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

.sec_head {
  font-size: 2rem;
  line-height: 1;
  color: #AAAAAA;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}
.sec_head::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #AAAAAA;
  margin: 40px auto 0;
}

.sec_subhead {
  font-size: 3.6rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .sec_subhead {
    font-size: 2.8rem;
    text-align: center;
  }
}

.u_arrow {
  display: block;
  width: 30px;
  height: 15px;
  margin: 55px auto 0;
}
@media screen and (max-width: 768px) {
  .u_arrow {
    margin: 70px auto 0;
  }
}

.num {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #AAAAAA;
}
@media screen and (max-width: 768px) {
  .num {
    font-size: 1.6rem;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
  }
}

/* main */
main {
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main {
    max-width: 768px;
  }
}
main .mainvisual {
  position: relative;
}
main .mainvisual video {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  main .mainvisual video:first-of-type {
    display: none;
  }
}
main .mainvisual video:last-of-type {
  display: none;
}
@media screen and (max-width: 768px) {
  main .mainvisual video:last-of-type {
    display: block;
  }
}
main .mainvisual .txt_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
main .mainvisual h1 {
  font-size: 2rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main .mainvisual h1 {
    font-size: 1.1rem;
  }
}
main .mainvisual h1 span {
  display: block;
  font-size: 3.2rem;
  text-align: center;
  margin: 18px 0 0;
}
@media screen and (max-width: 768px) {
  main .mainvisual h1 span {
    font-size: 2rem;
    margin: 10px 0 0;
  }
}
main .mainvisual .logo {
  display: block;
  margin: 24px auto 0;
  width: 100%;
  max-width: 587px;
}
@media screen and (max-width: 768px) {
  main .mainvisual .logo {
    margin: 20px auto 0;
    max-width: 327px;
  }
}
main .sec00 {
  position: relative;
  background-color: #fff;
  padding: 78px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec00 {
    padding: 80px 0 0;
  }
}
main .sec00_inner {
  max-width: 916px;
  margin: 0 auto;
  padding: 0 12px;
}
@media screen and (max-width: 768px) {
  main .sec00_inner {
    padding: 0 24px;
  }
}
main .sec00_inner .sec_subhead {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec00_inner .sec_subhead {
    text-align: left;
  }
  main .sec00_inner .sec_subhead br {
    display: none;
  }
}
main .sec00_inner .note {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5;
  padding: 2px 16px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 50px auto 0;
  background-color: #aaa;
}
main .sec00_inner .note span {
  background-color: #aaa;
}
@media screen and (max-width: 768px) {
  main .sec00_inner .note {
    margin: 40px auto 0;
    font-size: 2.4rem;
    text-align: center;
    padding: 0;
    background-color: #fff;
    max-width: 375px;
  }
  main .sec00_inner .note span {
    display: block;
    padding: 2px 8px;
  }
  main .sec00_inner .note span:nth-child(n+2) {
    display: inline-block;
    margin: 4px 0 0;
  }
}
main .sec00_inner .flex_box {
  display: flex;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec00_inner .flex_box {
    flex-direction: column-reverse;
    margin: 60px 0 0;
  }
}
main .sec00_inner .text_cont {
  max-width: 410px;
}
@media screen and (max-width: 768px) {
  main .sec00_inner .text_cont {
    max-width: none;
  }
}
main .sec00_inner .text_cont p {
  font-size: 1.4rem;
  line-height: 2;
}
main .sec00_inner .text_cont p + p {
  margin: 32px 0 0;
}
main .sec00_inner .img_cont {
  margin: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  main .sec00_inner .img_cont {
    margin: 0 0 40px;
  }
}
main .sec00_inner .img_cont .poster_img {
  display: block;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  main .sec00_inner .img_cont .poster_img {
    max-width: none;
  }
}
main .sec00 .sec00_img_content {
  background-color: #404040;
  margin: 53px 0 0;
  padding: 105px 12px 92px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content {
    margin: 42px 0 0;
    padding: 80px 24px 70px;
  }
}
main .sec00 .sec00_img_content_inner {
  max-width: 634px;
  margin: 0 auto;
}
main .sec00 .sec00_img_content_inner .sec_subhead {
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .sec_subhead br {
    display: none;
  }
}
main .sec00 .sec00_img_content_inner .logo {
  display: block;
  width: 100%;
  max-width: 441px;
  margin: 54px auto 80px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .logo {
    max-width: 327px;
    margin: 32px auto 70px;
  }
}
main .sec00 .sec00_img_content_inner .img_box {
  display: flex;
  flex-wrap: wrap;
  margin: 37px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .img_box {
    margin: 66px 0 0;
  }
}
main .sec00 .sec00_img_content_inner .img_box figure {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .img_box figure {
    width: 100%;
  }
}
main .sec00 .sec00_img_content_inner .img_box figure:nth-child(even) {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .img_box figure:nth-child(even) {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .img_box figure:nth-child(n+2) {
    margin-top: 30px;
  }
}
main .sec00 .sec00_img_content_inner .img_box figure:nth-child(n+3) {
  margin-top: 30px;
}
main .sec00 .sec00_img_content_inner .img_box figure img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .img_box figure img {
    max-width: 297px;
    margin: 0 auto;
  }
}
main .sec00 .sec00_img_content_inner .img_box figure figcaption {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 700;
  margin: 16px 0 0;
  text-align: center;
}
main .sec00 .sec00_img_content_inner .about_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_box {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
main .sec00 .sec00_img_content_inner .about_box_item img {
  width: 100%;
  aspect-ratio: 21/20;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_box_item img {
    aspect-ratio: 153/280;
  }
}
main .sec00 .sec00_img_content_inner .about_detail {
  max-width: 880px;
  height: 70%;
  margin-block: auto;
  margin-inline: auto;
  padding-block: 24px;
  padding-inline: 24px;
  background-color: #313131;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail {
    width: calc(100% - 24px);
    padding-block: 12px;
    padding-inline: 12px;
    box-sizing: border-box;
  }
}
main .sec00 .sec00_img_content_inner .about_detail::-webkit-scrollbar {
  display: none;
}
main .sec00 .sec00_img_content_inner .about_detail_wrap {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
main .sec00 .sec00_img_content_inner .about_detail_inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 80px;
       column-gap: 80px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_inner {
    -moz-column-gap: 21px;
         column-gap: 21px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  border-right: 1px dashed #555;
}
main .sec00 .sec00_img_content_inner .about_detail_ttl {
  padding-block: 30px;
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: #555;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_ttl {
    padding-block: 22px 20px;
    font-size: 3rem;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_ttl span {
  display: block;
  margin-bottom: 16px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_ttl span {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_flow {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow {
    font-size: 1.1rem;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_flow_txt {
  padding-block: 24px 20px;
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow_txt {
    padding-block: 16px 10px;
    line-height: 1.64;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_flow_txt span {
  display: block;
}
main .sec00 .sec00_img_content_inner .about_detail_flow_txt br {
  display: none;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow_txt br {
    display: block;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_flow_txt::after {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  margin-top: 16px;
  margin-inline: auto;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow_txt::after {
    width: 14px;
    height: 8px;
    margin-top: 8px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_flow_result {
  padding-block: 20px;
  padding-inline: 20px;
  color: #fff;
  background-color: #555;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow_result {
    padding-block: 8px;
    padding-inline: 8px;
    line-height: 1.64;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_flow_result br {
  display: none;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow_result br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_flow_result span {
    display: block;
    width: -moz-max-content;
    width: max-content;
    margin-inline: auto;
    text-align: left;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_img {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_img {
    row-gap: 16px;
    margin-top: 16px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_img img {
  width: 100%;
}
main .sec00 .sec00_img_content_inner .about_detail_img figcaption {
  margin-top: 12px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_img figcaption {
    margin-top: 8px;
    font-size: 1rem;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_summary {
  margin-top: 30px;
  padding: 30px;
  background-color: #555;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_summary {
    margin-top: 16px;
    padding: 10px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_summary_list {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_summary_list {
    font-size: 1rem;
    line-height: 1.6;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_summary_item {
  padding-left: 1em;
  text-indent: -1em;
}
main .sec00 .sec00_img_content_inner .about_detail_summary_item::before {
  content: "";
  position: relative;
  top: -0.15em;
  display: inline-block;
  width: 4px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
main .sec00 .sec00_img_content_inner .about_detail_summary_item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_summary_item:not(:first-child) {
    margin-top: 8px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_close {
    top: -36px;
    right: 0;
    width: 24px;
    height: 24px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_close button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
main .sec00 .sec00_img_content_inner .about_detail_close button span {
  position: absolute;
  top: calc(50% - 1px);
  left: -25%;
  display: block;
  width: 42px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .about_detail_close button span {
    width: 34px;
  }
}
main .sec00 .sec00_img_content_inner .about_detail_close button span:nth-child(1) {
  transform: rotate(45deg);
}
main .sec00 .sec00_img_content_inner .about_detail_close button span:nth-child(2) {
  transform: rotate(-45deg);
}
main .sec00 .sec00_img_content_inner .btn_detail {
  margin-block: 60px 80px;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .btn_detail {
    margin-block: 40px 50px;
  }
}
main .sec00 .sec00_img_content_inner .btn_detail button {
  display: block;
  width: 240px;
  height: 36px;
  margin-inline: auto;
  padding: 0;
  font-size: 1.8rem;
  font-family: "Helvetica Neue", sans-serif;
  color: #fff;
  letter-spacing: 0.54px;
  border: 1px solid #fff;
  border-radius: 40px;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .btn_detail button {
    width: 140px;
    height: 28px;
    font-size: 1.4rem;
  }
}
main .sec00 .sec00_img_content_inner .btn_detail button:hover {
  background-color: #505050;
}
main .sec00 .sec00_img_content_inner .detail_popover {
  opacity: 0;
}
main .sec00 .sec00_img_content_inner .detail_popover::backdrop {
  background-color: rgba(0, 0, 0, 0);
}
main .sec00 .sec00_img_content_inner .detail_popover,
main .sec00 .sec00_img_content_inner .detail_popover::backdrop {
  transition: all 0.5s allow-discrete;
}
main .sec00 .sec00_img_content_inner .detail_popover:popover-open {
  opacity: 1;
}
main .sec00 .sec00_img_content_inner .detail_popover:popover-open::backdrop {
  background-color: rgba(0, 0, 0, 0.8);
}
@starting-style {
  main .sec00 .sec00_img_content_inner .detail_popover:popover-open {
    opacity: 0;
  }
  main .sec00 .sec00_img_content_inner .detail_popover:popover-open::backdrop {
    background-color: rgba(0, 0, 0, 0);
  }
}
main .sec00 .sec00_img_content_inner .note {
  font-size: 1.4rem;
  color: #FFFFFF;
  line-height: 2;
  margin: 54px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec00 .sec00_img_content_inner .note {
    margin: 32px 0 0;
  }
}
main .sec01 {
  background-color: #F5F5F5;
  padding: 85px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec01 {
    padding: 70px 0 0;
  }
}
main .sec01_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 12px 67px;
}
@media screen and (max-width: 768px) {
  main .sec01_inner {
    padding: 0 24px 58px;
  }
}
main .sec01_inner .sec_subhead {
  margin: 60px 0 0;
}
main .sec01_inner .sec_subhead br {
  display: none;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .sec_subhead {
    margin: 40px 0 0;
  }
  main .sec01_inner .sec_subhead br {
    display: block;
  }
}
main .sec01_inner .list_content {
  margin: 74px 0 0;
}
main .sec01_inner .list_content + .list_content {
  margin: 54px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content {
    margin: 60px 0 0;
  }
  main .sec01_inner .list_content + .list_content {
    margin: 60px 0 0;
  }
}
main .sec01_inner .list_content .box {
  padding: 50px 60px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box {
    padding: 34px 16px 51px;
  }
}
main .sec01_inner .list_content .box:nth-child(n+2) {
  margin: 54px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box:nth-child(n+2) {
    margin: 60px 0 0;
  }
}
main .sec01_inner .list_content .box .head_content {
  display: grid;
  grid-template-columns: 84px 1fr;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box .head_content {
    grid-template-columns: 1fr 1fr;
  }
}
main .sec01_inner .list_content .box .head_content .num {
  grid-row: 1/3;
  grid-column: 1/1;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box .head_content .num {
    grid-row: 2;
    grid-column: 1/3;
    margin: 12px auto 20px;
  }
}
main .sec01_inner .list_content .box .head_content .head_txt {
  font-size: 1.8rem;
  color: #AAAAAA;
  font-weight: 700;
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box .head_content .head_txt {
    text-align: center;
    grid-row: 1;
    grid-column: 1/3;
  }
}
main .sec01_inner .list_content .box .head_content h3 {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  grid-row: 2/3;
  grid-column: 2/3;
  margin: 6px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box .head_content h3 {
    font-size: 2.4rem;
    line-height: 1.6;
    grid-row: 3;
    grid-column: 1/3;
    margin: 0;
  }
}
main .sec01_inner .list_content .box img {
  display: block;
  width: 100%;
}
main .sec01_inner .list_content .box img.img01 {
  max-width: 780px;
}
/* @media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box img.img01:first-of-type {
    display: none;
  }
} */
main .sec01_inner .list_content .box img.img02 {
  max-width: 780px;
}
/* @media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box img.img02:first-of-type {
    display: none;
  }
} */
main .sec01_inner .list_content .box img.img03 {
  max-width: 802px;
}
/* @media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box img.img03:first-of-type {
    display: none;
  }
} */
main .sec01_inner .list_content .box img:first-of-type {
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box img:first-of-type {
    margin: 40px auto 0;
  }
}
main .sec01_inner .list_content .box img:nth-of-type(n+2) {
  display: none;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box img:first-of-type {
    display: none;
  }
  main .sec01_inner .list_content .box img:nth-of-type(n+2) {
    display: block;
    margin: 20px auto 0;
  }
}
main .sec01_inner .list_content .box .img_set + .img_set img:first-of-type {
  margin-top: 40px;
}

main .sec01_inner .list_content .box .cap {
  margin: 45px 0 0;
  font-size: 1.4rem;
  color: #000;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .list_content .box .cap {
    margin: 40px 0 0;
  }
}
main .sec01_inner .u_arrow {
  margin: 90px auto 0;
}
@media screen and (max-width: 768px) {
  main .sec01_inner .u_arrow {
    margin: 50px auto 0;
  }
}
main .sec01 .sec01_sub_content {
  background-color: #FFFFFF;
  padding: 95px 12px 90px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content {
    padding: 70px 24px 112px;
  }
}
main .sec01 .sec01_sub_content .sec_subhead .pc {
  display: block;
}
main .sec01 .sec01_sub_content .sec_subhead .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content .sec_subhead .pc {
    display: none;
  }
  main .sec01 .sec01_sub_content .sec_subhead .sp {
    display: block;
  }
}
main .sec01 .sec01_sub_content_inner {
  max-width: 974px;
  margin: 65px auto 0;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner {
    margin: 90px auto 0;
  }
}
main .sec01 .sec01_sub_content_inner .box {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 16px;
  margin: 0 30px;
  padding: 26px 94px 26px 58px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box {
    margin: 0;
    padding: 47px 16px 44px;
  }
}
main .sec01 .sec01_sub_content_inner .box:nth-child(n+2) {
  margin: 24px 30px 0;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box:nth-child(n+2) {
    margin: 90px 0 0;
  }
}
main .sec01 .sec01_sub_content_inner .box .num {
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box .num {
    font-size: 2.4rem;
    max-width: 60px;
    min-width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
main .sec01 .sec01_sub_content_inner .box > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div {
    display: block;
  }
}
main .sec01 .sec01_sub_content_inner .box > div .img_box {
  width: 100%;
  max-width: 120px;
  min-width: 120px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div .img_box {
    margin: 0 auto;
  }
}
main .sec01 .sec01_sub_content_inner .box > div img {
  display: block;
  width: 100%;
}
main .sec01 .sec01_sub_content_inner .box > div img.icon_size01 {
  max-width: 84px;
  min-width: 73px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div img.icon_size01 {
    margin: 16px auto 0;
  }
}
main .sec01 .sec01_sub_content_inner .box > div img.icon_size02 {
  max-width: 95px;
  min-width: 77px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div img.icon_size02 {
    margin: 17px auto 0;
  }
}
main .sec01 .sec01_sub_content_inner .box > div img.icon_size03 {
  max-width: 97px;
  min-width: 92px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div img.icon_size03 {
    margin: 8px auto 0;
  }
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div img {
    margin: 0 auto;
  }
}
main .sec01 .sec01_sub_content_inner .box > div .txt_box {
  margin: 0 0 0 23px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div .txt_box {
    margin: 36px 0 0;
  }
}
main .sec01 .sec01_sub_content_inner .box > div .txt_box h4 {
  font-size: 2.8rem;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div .txt_box h4 {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
main .sec01 .sec01_sub_content_inner .box > div .txt_box p {
  font-size: 1.8rem;
  color: #000;
  line-height: 1.6;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .box > div .txt_box p {
    font-size: 1.6rem;
    margin: 30px 0 0;
  }
  main .sec01 .sec01_sub_content_inner .box > div .txt_box p br {
    display: none;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box {
  max-width: 945px;
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box {
    margin-top: 56px;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_ttl {
  margin-bottom: 24px;
  font-size: 2.8rem;
  font-weight: 700;
  color: #aaa;
  letter-spacing: 0.56px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_ttl {
    font-size: 2.4rem;
    text-align: center;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_item {
  display: grid;
  grid-template-columns: 1fr 1.544fr;
  -moz-column-gap: 44px;
       column-gap: 44px;
  align-items: center;
  padding-block: 48px;
  padding-inline: 40px;
  border: 4px solid #eaeaea;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_item {
    grid-template-columns: 1fr;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_logo {
    margin-bottom: 40px;
    text-align: center;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_logo img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_logo img {
    max-width: 420px;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_logo_item:not(:first-child) {
  margin-top: 32px;
}
main .sec01 .sec01_sub_content_inner .joint_box_summary_txt {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_summary_txt {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_summary_list {
  margin-top: 24px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_summary_list {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_summary_list_item:not(:first-child) {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_summary_list_item:not(:first-child) {
    margin-top: 0;
  }
}
main .sec01 .sec01_sub_content_inner .joint_box_summary_list_item a {
  display: inline-flex;
  align-items: center;
  color: #000;
  text-decoration: none;
}
main .sec01 .sec01_sub_content_inner .joint_box_summary_list_item a:before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background-image: url(../images/joint_arrow.svg);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content_inner .joint_box_summary_list_item a:before {
    width: 22px;
    height: 22px;
  }
}
main .sec01 .sec01_sub_content .note {
  font-size: 2rem;
  color: #000;
  text-align: center;
  margin: 73px 0 0;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content .note {
    margin: 60px 0 0;
    text-align: center;
    line-height: 1.4;
  }
}
main .sec01 .sec01_sub_content .link_box {
  width: 448px;
  margin: 28px auto 0;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content .link_box {
    width: 327px;
    margin: 30px auto 0;
  }
}
main .sec01 .sec01_sub_content .link_box a {
  font-family: "HelveticaNeue", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W7", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W7", sans-serif;
  display: block;
  width: 100%;
  padding: 22px 0;
  font-size: 2.4rem;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 70px;
  position: relative;
  transition: 0.5s all;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content .link_box a {
    font-size: 1.6rem;
    padding: 17px 0;
  }
}
main .sec01 .sec01_sub_content .link_box a svg {
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  main .sec01 .sec01_sub_content .link_box a svg {
    width: 15px;
    height: 15px;
    right: 18px;
  }
}
main .sec01 .sec01_sub_content .link_box a svg line,
main .sec01 .sec01_sub_content .link_box a svg path {
  transition: 0.5s all;
}
main .sec01 .sec01_sub_content .link_box a:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s all;
}
main .sec01 .sec01_sub_content .link_box a:hover svg line,
main .sec01 .sec01_sub_content .link_box a:hover svg path {
  stroke: #fff;
  transition: 0.5s all;
}/*# sourceMappingURL=style.css.map */