@charset "UTF-8";
/* CSS Document */

.dna-07 {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
}

li {
  list-style: none;
}

main {
  padding-bottom: 0px !important;
}

.dna-07_innner {
  max-width: 1170px;
  margin: 0 auto;
  width: 90%;
}
.dna-07-sp {
  display: none;
}

/*------------------------
 *フェードイン
--------------------------*/
.scroll_up {
  transition: 1s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
.scroll_up2 {
  transition: 2s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}
.scroll_up2.on {
  transform: translateY(0);
  opacity: 1;
}

/*------------------------
 *main-img
--------------------------*/
.main-img {
  margin-top: 25px;
}
.main-img_inner {
  width: 870px;
  height: 489px;
  background-image: url("../img/mv.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  margin: 50px auto 0px;
  position: relative;
}
.main-img_inner > div {
  width: 100%;
  position: absolute;
  top: 100px;
  left: 40px;
}
.main-img_inner > div h2 {
  font-size: 40px;
  font-weight: bold;
  color: #007fff;
  padding-left: 100px;
  margin-bottom: 10px;
}
.main-img_inner > div .img-1 {
  width: 100%;
  max-width: 440px;
  position: relative;
  z-index: 9;
}

.main-img_inner > div p.cat-circle {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  position: absolute;
  top: 70px;
  left: -14px;
}

/*ふわっと表示*/
.main-img_inner {
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  animation: fadeIn 2.5s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*------------------------
 *ダウンロードボタン
--------------------------*/
.dna-07_btn a {
  display: flex;
  width: 620px;
  font-size: 28px;
  font-weight: bold;
  background-color: #ff0000;
  color: #fff;
  justify-content: center;
  margin: 60px auto;
  padding: 27px 0px;
}
.dna-07_btn a img {
  width: 40px;
  margin-left: 10px;
}
.dna-07_btn a:hover {
  opacity: 0.5;
}

/*------------------------
 *リンクボタン
--------------------------*/
.linkbtn {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.linkbtn a {
  padding: 15px 12px 12px;
  background-color: #fff;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #ff0000;
  border-radius: 24px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  gap: 0 10px;
  transition: all 0.3s ease-out;
}
.linkbtn a:hover {
  background-color: #ff0000;
  color: #fff;
}
.linkbtn a span {
  position: relative;
}
.linkbtn a span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #ff0000;
  border-bottom: 2px solid #ff0000;
  position: absolute;
  top: 50%;
  left: 0;
  rotate: -45deg;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
.linkbtn a:hover span::before {
  border-color: #fff;
}

/*------------------------
 *テキストアンダーライン
--------------------------*/
.c-headingLv2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  content: "";
  background: linear-gradient(
    to right,
    red,
    red 40px,
    #666 40px,
    #666 80px,
    #b2b2b2 80px,
    #b2b2b2 120px,
    #f2f2f2 120px,
    #f2f2f2
  );
}

/*------------------------
 *コンテンツ1
--------------------------*/
.content_1 {
  margin-bottom: 80px;
}
.content_1 .text {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.content_1 img {
  width: 100%;
}

/*------------------------
 *コンテンツ2
--------------------------*/
.content_2 {
  margin-bottom: 80px;
}
.content_2 .text {
  font-size: 16px;
  margin-top: 30px;
}
.content_2 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}
.content_2 ul li {
  width: 560px;
  text-align: center;
  margin-bottom: 60px;
}
.content_2 ul li > img {
  width: 100%;
}
.content_2 ul li h3 {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.content_2 ul li h3 img {
  width: 30px;
  margin-right: 10px;
}
.content_2 ul li p {
  font-size: 16px;
}
.content_2 ul li h4 {
  font-size: 22px;
  font-weight: bold;
  background-color: #005b90;
  color: #fff;
  padding: 6px 0px;
  margin-top: 5px;
}

/*------------------------
 *コンテンツ3
--------------------------*/
.content_3 {
  padding-bottom: 60px;
  margin-bottom: 80px;
}
.content_3 .box {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 18px 20px;
}
.content_3 .box-child {
  padding: 32px 18px;
  background-color: #e3f1ff;
  border-radius: 15px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
}
.content_3 .title {
  margin: 0;
  color: #007fff;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.content_3 .image {
  height: 164px;
}
.content_3 .image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.content_3 .btext {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.content_3 .btext sup {
  font-size: 9px;
}
.content_3 .ntext {
  margin: 0;
  font-size: 12px;
}
.content_3 .caption {
  margin: 10px 0;
  font-size: 13px;
}

/*------------------------
 *コンテンツ4
--------------------------*/
.content_4 {
  margin-bottom: 200px;
}
.content_4 .text {
  font-size: 16px;
  margin-top: 30px;
}
.content_4 .text span {
  color: #ff0000;
  font-weight: bold;
}
.content_4 .container {
  margin: 20px 0 30px;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.content_4 .container-logo {
  width: 18.8%;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.content_4 .container-logo img {
  width: 100%;
  display: block;
}
.content_4 .container-text {
  width: calc(100% - 20px * 2 - 18.8% - 30.2%);
  padding-left: 20px;
  position: relative;
}
.content_4 .container-text::before {
  content: "";
  width: 26px;
  height: 26px;
  background-color: #fff;
  border-left: 2px solid #007fff;
  border-top: 2px solid #007fff;
  position: absolute;
  top: 28%;
  left: 6.5px;
  z-index: 5;
  transform: rotate(-45deg);
}
.content_4 .border {
  padding: 26px 7%;
  border: 2px solid #007fff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
.content_4 .flex {
  display: flex;
  gap: 0 20px;
}
.content_4 .flex-icon {
  width: 50px;
}
.content_4 .flex-icon img {
  width: 100%;
  display: block;
}
.content_4 .flex-text-blue {
  margin: 0 0 5px;
  color: #007fff;
  font-size: 16px;
  font-weight: bold;
}
.content_4 .flex-text-normal {
  margin: 0;
  font-size: 16px;
}
.content_4 .container-picture {
  width: 30.2%;
  padding: 18px;
  background-color: #e3f1ff;
  border-radius: 15px;
  box-sizing: border-box;
}
.content_4 .container-picture img {
  width: 100%;
  display: block;
}
.content_4 .caption {
  margin: 0;
  font-size: 13px;
}

.content_4 .stepbox {
  display: flex;
  justify-content: center;
  gap: 30px 20px;
}
.content_4 .step {
  margin-top: 30px;
  width: calc((100% - 21px * 2 - 20px * 4) / 3);
}
.content_4 .step-title {
  margin: 0 0 20px;
  padding: 10px 15px;
  color: #fff;
  background-color: #007fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.content_4 .step img {
  width: 98%;
  margin: 0 auto;
  display: block;
}
.content_4 .step-text {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content_4 .step-text img {
  width: 21px;
  margin-right: 5px;
  margin-left: 0;
}
.content_4 .arrow {
  width: 21px;
  padding-top: 45px;
}
.content_4 .arrow img {
  width: 100%;
  display: block;
}

/*------------------------
 *タブレット・スマホ
--------------------------*/
@media screen and (max-width: 1250px) {
  .content_2 ul {
    flex-direction: column;
    align-items: center;
  }
  .content_3 .box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 980px) {
  .main-img_inner {
    width: 100%;
  }
  .content_4 .container {
    flex-wrap: wrap;
  }
  .content_4 .container-logo,
  .content_4 .container-text,
  .content_4 .container-picture {
    width: 80%;
  }
  .content_4 .container-logo {
    max-width: 285px;
    order: 2;
  }
  .content_4 .container-text {
    padding-left: 0;
    padding-bottom: 20px;
    order: 1;
  }
  .content_4 .container-picture {
    order: 3;
  }
  .content_4 .container-text::before {
    top: auto;
    bottom: 6.5px;
    left: 50%;
    transform: translateX(-50%) rotate(225deg);
  }
  .content_4 .stepbox {
    flex-direction: column;
    align-items: center;
  }
  .content_4 .step {
    width: 100%;
    max-width: 380px;
  }
  .content_4 .arrow {
    padding-top: 0;
  }
  .content_4 .arrow img {
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 821px) {
  .main-img_inner {
    background-size: contain;
  }
  .main-img_inner > div {
    top: 5px;
  }
}
@media screen and (max-width: 750px) {
  .main-img_inner {
    background-image: url(../img/mv-sp.jpg);
    background-size: cover;
    height: 160vw;
  }
  .main-img_inner > div {
    top: 195px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    width: 90%;
  }
  .main-img_inner > div h2 {
    padding-left: 0px;
  }
}

@media screen and (max-width: 650px) {
  .dna-07 {
    overflow-x: hidden;
  }
  .dna-07-pc {
    display: none;
  }
  .dna-07-sp {
    display: block;
  }
  .c-headingLv2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 38px;
    padding-bottom: 35px;
  }
  .main-img_inner > div {
    top: 155px;
  }
  .dna-07_btn a {
    width: 100%;
  }
  .dna-07_btn-1 a {
    width: 90%;
  }
  .content_2 ul li {
    width: 100%;
  }
  .content_3 {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  .content_3 .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .content_3 .box-child {
    padding: 40px 52px 30px;
  }
  .content_3 .image {
    height: auto;
  }
  .content_3 .image .sp-step2 {
    height: 164px;
  }
  .content_3 .caption {
    margin: 20px 0;
  }
  .content_4 .container-logo,
  .content_4 .container-text,
  .content_4 .container-picture {
    width: 100%;
  }
  .container-logo img {
    max-width: 220px;
    margin: 0 auto;
  }
  .content_4 .flex-icon {
    width: 80px;
  }
}

@media screen and (max-width: 550px) {
  .main-img_inner {
    margin: 30px auto 0px;
  }
  .main-img_inner > div {
    top: 18vw;
  }
  .main-img_inner > div h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .main-img_inner > div .img-1 {
    width: 330px;
    padding-top: 60px;
  }
  .main-img_inner > div p.cat-circle {
    width: 80px;
    height: 80px;
    font-size: 18px;
    line-height: 80px;
    position: absolute;
    top: 123px;
    left: -4px;
  }
  .dna-07_btn a {
    font-size: 18px;
    padding: 12px 10px;
  }
  .dna-07_btn a img {
    width: 30px;
  }
  .content_1 {
    margin-bottom: 100px;
  }
  .content_1 .text {
    margin-bottom: 30px;
  }
  .scroll_up2 {
    transition: 1s ease-in-out;
  }
  .text-kome {
    font-size: 14px;
    line-height: 22px;
  }
}

@media screen and (max-width: 321px) {
  .main-img_inner > div .img-1 {
    width: 230px;
  }
  .content_2 ul li h3 {
    font-size: 22px;
  }
  .content_2 ul li h4 {
    font-size: 18px;
  }
}
