#REALIZATION {
  background-color: #deebf2;
  padding-bottom: 0;
  background-image: url("../img/realization_assets2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}
#REALIZATION .ttl {
  margin: 4% 0;
}
#REALIZATION .ttl p:nth-child(1) {
  font-size: 4em;
  font-weight: bold;
  background: linear-gradient(to right, #3ca3c1, #003f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#REALIZATION .ttl p:nth-child(2) {
  line-height: 0.7;
  font-size: 10em;
  font-weight: bold;
  color: #ee1f1f;
}
#REALIZATION .block {
  background: linear-gradient(to right, #0080a9, #003343);
  margin-top: 150px;
}
#REALIZATION .block .wrap-div {
  position: relative;
  padding-bottom: 2%;
}
#REALIZATION .block .wrap-div .text {
  font-size: 4em;
  color: #fff;
  transform: translateY(-76.8px);
}
#REALIZATION .block .wrap-div .text span {
  font-size: 1em;
  background: linear-gradient(to right, #3ca3c1, #003f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#REALIZATION .block .wrap-div .img {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 4%;
}
#REALIZATION .block .wrap-div .box {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  padding: 2%;
  font-size: 3em;
  color: #000;
  text-align: center;
  position: relative;
  z-index: 1;
}
#REALIZATION .block .wrap-div .box span {
  font-size: 1em;
  font-weight: bold;
  background: linear-gradient(to right, #3ca3c1, #003f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#REALIZATION .block .wrap-div .box span:nth-child(2 of span) {
  font-size: 1.3em;
}
@media (max-width: 1200px) {
  #REALIZATION .block .wrap-div .img {
    width: 480px;
    right: 0;
  }
}
@media (max-width: 1100px) {
  #REALIZATION .ttl p:nth-child(1) {
    font-size: 3em;
  }
  #REALIZATION .ttl p:nth-child(2) {
    font-size: 8em;
  }
  #REALIZATION .block .wrap-div .text {
    font-size: 3em;
    transform: translateY(-57.6px);
  }
  #REALIZATION .block .wrap-div .img {
    width: 440px;
  }
}
@media (max-width: 930px) {
  #REALIZATION .ttl {
    font-size: 1.7vw;
  }
  #REALIZATION .block {
    margin-top: 16vw;
  }
  #REALIZATION .block .wrap-div .text {
    font-size: 6vw;
    transform: translateY(-7.2vw);
  }
  #REALIZATION .block .wrap-div .img {
    width: 45vw;
  }
  #REALIZATION .block .wrap-div .box {
    font-size: 4vw;
  }
}

#FEATURES {
  background: linear-gradient(rgba(222, 235, 242, 0.9), rgba(222, 235, 242, 0.9)), url("../img/feature_assets1.jpg");
  background-repeat: repeat;
  background-size: contain;
  background-position: center;
}
#FEATURES .container {
  background-color: #fff;
  width: 90%;
  margin: 4% 0;
  border-top-right-radius: 32px;
  border-bottom-right-radius: 32px;
}
#FEATURES .container .ttl {
  font-size: 2.2em;
  font-weight: bold;
  padding: 1%;
}
#FEATURES .container .ttl span {
  font-size: 1.5em;
  background: linear-gradient(to right, #3ca3c1, #003f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#FEATURES .container .image {
  display: flex;
  justify-content: space-between;
}
#FEATURES .container .image .img {
  width: 49%;
}
#FEATURES .container .image .img img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
#FEATURES .container .text {
  font-size: 2em;
  padding: 1%;
  line-height: 1.5;
}
#FEATURES .container .text span {
  font-size: 1.5em;
  background: linear-gradient(to right, #3ca3c1, #003f51);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
#FEATURES .container:nth-child(even) {
  margin-left: auto;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#FEATURES .comment h2 {
  font-weight: 100;
  line-height: 1.2;
}
#FEATURES .comment h2 span {
  font-weight: bold;
  font-size: 1.2em;
}
#FEATURES .comment .img {
  width: 50%;
  border-radius: 1000px;
  padding: 2%;
  margin: 2% auto;
  background-color: #fff;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.45);
}
#FEATURES .comment .img img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1000px;
}
#FEATURES .comment .text {
  font-size: 2em;
}
@media (max-width: 1200px) {
  #FEATURES .container .ttl {
    font-size: max(20px, 2.8vw);
    padding: 2%;
  }
  #FEATURES .container .ttl span {
    font-size: 1.2em;
  }
  #FEATURES .container .text {
    font-size: max(16px, 2vw);
  }
  #FEATURES .container .text span {
    font-size: 1.2em;
  }
}
@media (max-width: 970px) {
  #FEATURES .comment h2 {
    font-size: max(1.2em, 4vw);
  }
  #FEATURES .comment .text {
    font-size: max(1.1em, 3vw);
  }
}
@media (max-width: 500px) {
  #FEATURES .container .ttl {
    padding: 4%;
  }
  #FEATURES .container .ttl span {
    font-size: 1.1em;
  }
  #FEATURES .container .text {
    padding: 4%;
  }
  #FEATURES .container .text span {
    font-size: 1.1em;
  }
}

#REASON {
  background: linear-gradient(rgba(78, 206, 247, 0.4), rgba(78, 206, 247, 0.4)), url("../img/reason_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#REASON h2 {
  font-weight: 100;
  line-height: 1.2;
}
#REASON h2 span {
  font-weight: bold;
  font-size: 1.2em;
}
#REASON .container {
  background-color: #5fd5e6;
  border-radius: 16px;
  padding: 4%;
  margin: 4% 0;
}
#REASON .container .ttl {
  font-size: 2.5em;
  text-align: center;
  font-weight: bold;
  color: #003343;
}
#REASON .container1 .img {
  width: 16%;
  margin: auto;
}
#REASON .container1 ul li {
  font-size: 1.5em;
  list-style: disc;
  font-weight: 300;
  margin: 2% 0 4% 16px;
  color: #003f51;
}
#REASON .container1 ul li span {
  font-weight: bold;
  font-size: 1.2em;
}
#REASON .container1 p {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  color: #003f51;
}
#REASON .container2 .content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
#REASON .container2 .content:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #003f51;
  border-width: 32px 0px 32px 55.43px;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#REASON .container2 .content .block {
  width: 45%;
  background-color: rgba(222, 235, 242, 0.6);
  border-radius: 8px;
  padding: 2%;
  margin-top: 4%;
}
#REASON .container2 .content .block .sub-ttl {
  font-size: 2em;
  margin: 0 0 8%;
  text-align: center;
  color: #003f51;
}
#REASON .container2 .content .block .sub-ttl span {
  font-size: 1.5em;
  font-weight: bold;
}
#REASON .container2 .content .block .text {
  font-size: 1.5em;
  text-align: left;
  color: #003f51;
}
#REASON .container3 .ttl {
  margin-bottom: 4%;
}
#REASON .container3 p {
  font-size: 1.5em;
}
@media (max-width: 1130px) {
  #REASON .container .ttl {
    font-size: 2em;
  }
  #REASON .container1 ul li {
    font-size: 1.2em;
  }
  #REASON .container1 p {
    font-size: 1.5em;
  }
}
@media (max-width: 920px) {
  #REASON .container .ttl {
    font-size: 1.5em;
  }
  #REASON .container2 .content {
    flex-direction: column;
  }
  #REASON .container2 .content:after {
    content: none;
  }
  #REASON .container2 .content .block {
    width: 100%;
    position: relative;
  }
  #REASON .container2 .content .block:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #003f51 transparent transparent transparent;
    border-width: 40px 40px 0px 40px;
    position: absolute;
    top: calc(100% + 30px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #REASON .container2 .content .block:nth-child(1) {
    margin-bottom: 60px;
  }
  #REASON .container2 .content .block:nth-child(2) {
    margin-top: 0;
  }
  #REASON .container2 .content .block:nth-child(2):after {
    content: none;
  }
  #REASON .container2 .content .block .sub-ttl {
    margin-bottom: 4%;
  }
}
@media (max-width: 620px) {
  #REASON .container1 p {
    font-size: 1.3em;
  }
}
@media (max-width: 530px) {
  #REASON .container1 p {
    font-size: 1.2em;
  }
}
@media (max-width: 400px) {
  #REASON .container .ttl {
    font-size: 1.4em;
  }
}

#QUESTION {
  background-color: #017ea7;
}
#QUESTION h2 {
  background: none;
  -webkit-text-fill-color: currentcolor;
  color: #fff;
}
#QUESTION .img {
  margin-bottom: 4%;
}
#QUESTION .accordion-008 {
  margin-bottom: 10px;
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.05);
  background-color: #026077;
}
#QUESTION .accordion-008 summary {
  font-family: "Zen Old Mincho", serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
#QUESTION .accordion-008 summary::before, #QUESTION .accordion-008 summary:after {
  width: 3px;
  height: 0.9em;
  border-radius: 5px;
  background-color: #fff;
  content: "";
}
#QUESTION .accordion-008 summary::before {
  position: absolute;
  right: 2em;
  rotate: 90deg;
}
#QUESTION .accordion-008 summary:after {
  transition: rotate 0.3s;
}
#QUESTION .accordion-008 summary:active {
  content: "Q";
}
#QUESTION .accordion-008 p {
  font-family: "Zen Old Mincho", serif;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em;
  color: #454545;
  background-color: #fff;
}
#QUESTION .accordion-008 summary::-webkit-details-marker {
  display: none;
}
#QUESTION .accordion-008[open] summary::after {
  rotate: 90deg;
}
#QUESTION .accordion-008[open] p {
  transform: none;
  opacity: 1;
}

#ATTENTION {
  background-color: #e7e7e7;
}
#ATTENTION p {
  font-size: 1.5em;
  margin-top: 4%;
}

footer {
  background-color: #000;
  text-align: center;
  color: #fff;
  padding: 8px;
}
@media (max-width: 768px) {
  footer {
    margin-bottom: 56px;
  }
}