header {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.header_container {
  width: 235px;
  margin-left: 40px;
}

.headerLogo_inner {
  height: 80px;
  display: flex;
  align-items: center;
}

main {
  position: relative;
}

.video-box {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main_text,
.support-ct_box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main_text_inner {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}

.main_text_inner img {
  padding: 15px 0 40px 0;
}

.fixed-banner {
  position: relative;
}

.fixed-banner.hidden {
  opacity: 0;
  visibility: hidden;
}

.batsu {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #eee;
  position: absolute;
  right: -5px;
  top: -5px;
  cursor: pointer;
  background-color: #1166BC;
}

.batsu::before,
.batsu::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: #eee;
}

.batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}


.banner-item {
  width: 210px;
  height: 125px;
  border-radius: 20px;
  position: fixed;
  z-index: 5;
  bottom: 20px;
  right: 25px;
  background-image: url(../img/banner-img.png);
  background-size: cover;
}

.banner-item p {
  font-size: 1.4rem;
  line-height: 2.5rem;
  color: #eee;
}

.banner-text {
  margin-top: 22px;
  font-weight: bold;
  line-height: 1.8rem !important;
  letter-spacing: 2px;
}

.banner-link {
  width: 170px;
  height: 40px;
  background-color: #eee;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 16px;
}

.banner-link p {
  color: #1166BC;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 40px;
}

/* Service エリア */

.area_title_box {
  position: relative;
}

.area_title_box_text {
  text-align: left;
}

.area_text_box {
  text-align: center;
  margin-top: 55px;
}

.area_title_box::after {
  content: '';
  width: 455px;
  height: 1px;
  display: inline-block;
  background-color: #eee;
  position: absolute;
  bottom: -10px;
}

.highlight {
  background-color: #1166BC;
  padding: 10px;
}

.bottom-space {
  margin-bottom: 37px;
}

.highlight_line {
  /* background-color: #1166BC; */
  /* padding: 15px 10px 22px 10px !important; */
}
.highlight_line img{
  width: 35%;
}

.arrow_box {
  width: 87px;
  height: 87px;
  background-color: #eee;
  border-radius: 50%;
  position: relative;
}

.arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #223E8C;
  line-height: 1;
  position: absolute;
  width: 20px;
  height: 4px;
  background: currentColor;
  transition: all 0.3s ease 0s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-right::before {
  content: '';
  width: 15px;
  height: 15px;
  border: 4px solid #223E8C;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -5px;
  box-sizing: border-box;

}

.area_text_box_link_text {
  color: #eee;
  margin-left: 20px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.area_text_box_link:hover .arrow-right {
  margin-left: 15px;
}

.area_text_box_link:hover .area_text_box_link_text {
  text-decoration: underline;
  text-underline-offset: 7px;
}

.circle-img {
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.circle-img img {
  width: 80%;
}

.area_text_box_txt .contents_title_text::before {
  width: 16px;
  border: 2px solid #333;
  content: '';
  display: inline-block;
  top: 50%;
  margin-right: 10px;
  vertical-align: super;
}

.point {
  width: 100px;
  height: 100px;
  background-color: #eee;
  border-radius: 50%;
  color: #004096;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  letter-spacing: 1px;
}

.point span {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 40%;
  left: 52%;
  transform: translate(-50%, -50%);
}

.point_text p {
  text-align: left;
  padding-left: 20px;

}

.point_one::after {
  content: '\A 1';
  color: #004096;
  white-space: pre;
  text-align: center;
  font-size: 2.7rem;
  line-height: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.point_two::after {
  content: '\A 2';
  color: #004096;
  white-space: pre;
  text-align: center;
  font-size: 2.7rem;
  line-height: 0.9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.dli-chevron-down {
  margin-top: 4rem;
  display: inline-block;
  vertical-align: middle;
  color: #eee;
  line-height: 1;
  width: 6em;
  height: 6em;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

.dli-chevron-down::before,
.dli-chevron-down::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.4em;
}

.dli-chevron-down::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.8em;
}

.dli-chevron-down::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.8em;
}

.common_wrap {
  text-align: center;
}

.c-btn {
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  border-radius: 60px;
  color: #004096;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  max-width: 250px;
  padding: 15px 20px;
  text-align: center;
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.c-btn:hover {
  background: #004096;
  color: #eee;
}

.c-btn:hover .dli-arrow-right {
  color: #eee;
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #004096;
  line-height: 1;
  position: relative;
  width: 1.4em;
  height: 0.25em;
  margin-left: 10px;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.95em;
  height: 0.95em;
  border: 0.25em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.1em;
  box-sizing: border-box;
}

/* support　エリア */

.support {
  width: 100%;
  position: relative;
}

.support_area {
  width: 85%;
  position: relative;
  margin: 0 0 0 auto;
  border-radius: 100px 0 0 200px;
  background-image: url(../img/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}

.support-ct {
  width: 85%;
}

.support-ct .video-box {
  border-radius: 140px 0 0 140px;
}

.support-ct_box {
  display: flex;
}

.support-ct_box_left {
  width: 35%;
  text-align: center;
  margin-top: 50px;
}

.support-ct_box_left img {
  width: 80%;
}

.support_area .support-ct_box_left .highlight {
  display: inline-block;
  font-size: 2rem;
}

.support-ct_box_right {
  width: 55%;
  padding: 120px 0 120px 55px;
}

.support_area .area_title_box {
  color: #004096;
  text-align: left;
}

.support_area .area_title_box::after {
  content: '';
  width: 455px;
  height: 1px;
  display: inline-block;
  background-color: #004096;
  position: absolute;
  bottom: -10px;
}

.support_area .highlight {
  display: table;
  background-color: #004096;
  color: #eee;
  font-size: 3.2rem;
}

.support_area .area_text_box_txt p {
  text-align: left;
}

.support_area .area_text_box p {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 30px;
  margin-right: 220px;
}

.support_area .area_text_box_txt {
  margin-right: 220px;
}

.df {
  position: absolute;
  top: 0;
}

.contents_title_text {
  text-align: left;
  position: relative;
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

/* Reporting エリア*/

.reporting {
  background-color: #004096;
  background-image: url(../img/backgroundimg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.mg-t {
  margin-top: 120px;
}

.reporting .area_text_box h4::before {
  width: 16px;
  border: 2px solid #BDC5DA;
  content: '';
  display: inline-block;
  top: 50%;
  margin-right: 10px;
  vertical-align: super;
}

.reporting .highlight {
  display: table;
  background-color: #1166BC;
}

.reporting .area_text_box_txt p {
  text-align: left;
}

/* media partners エリア　*/

.media,
.area_title_box {
  margin: 0 auto;
}

.media .area_title_box_text {
  text-align: center;
}

.media .area_title_box h2 {
  text-align: center;
}

.media .area_title_box::after {
  content: '';
  width: 64px;
  height: 1px;
  display: inline-block;
  background-color: #eee;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 32px);
}

.media .highlight {
  padding: 15px 10px 12px 10px;
}

/* contact エリア　*/

.contact {
  background-color: #00246E;
}

.contact .area_title_box {
  margin: 0 auto;
  text-align: center;
}

.contact .area_title_box_text {
  text-align: center;
}

.contact .area_title_box h2 {
  text-align: center;
}

.contact .area_title_box::after {
  content: '';
  width: 64px;
  height: 1px;
  display: inline-block;
  background-color: #eee;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 32px);
}

.contact .pd-tb {
  padding: 60px 0 60px;
}

.contact .c-btn:hover {
  background: #00246E;
  color: #eee;
}


/* footer  */

.flex-row {
  display: flex;
  align-items: flex-end;
  flex-direction: none;
}

footer p {
  font-size: 1.2rem;
  text-align: left;
}

.footer-text {
  letter-spacing: normal;
  /* font-weight: bold; */
}

.footer-text::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-top: solid 1px #F02780;
  border-right: solid 1px #F02780;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 12px;
  margin-left: 12px;
}

.copyright {
  position: relative;
  bottom: -30px;
}

footer img {
  margin-bottom: 10px;
}

.footer-menu {
  background-color: #EBEBEB;
  border-radius: 18px;
  width: 220px;
  height: 80px;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}

.footer-menu-text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 80px;
  margin-left: 15px;
  position: relative;
}

.footer-allow::before {
  background-color: #333;
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 1px;
  margin-top: 0px;
  content: "";
}

.footer-allow::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  content: "";
  display: inline-block;
  vertical-align: middle;
}

.footer-allow {
  width: 15px;
  height: 15px;
  border: 1px solid #333;
  position: absolute;
  top: 38%;
  right: 13px;
  border-radius: 20px;
}

.flex-end {
  display: flex;
  justify-content: flex-end;
  margin-top: 6%;
}

footer a {
  color: #333;
}


@media screen and (min-width:813px) and (max-width:1295px) {

  main img {
    width: 60%;
  }

  .circle-left svg {
    margin-left: 36%;
  }

  svg[Attributes Style] {
    width: 266;
    height: 266;
  }
  .highlight_line img{
    width: 30%;
  }

  .support_area {
    width: 90%;
    border-radius: 100px 0 0 100px;
  }

  .bottom-space {
    margin-bottom: 32px;
  }

  .contents_title_text {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }

  .support-ct_box_left {
    width: 41%;
  }

  .area_text_box {
    margin-top: 40px;
  }

  .support-ct_box_left img {
    width: 95%;
  }

  .support-ct_box_right {
    width: 47%;
    padding: 95px 0 95px 35px;
  }

  .support_area .area_text_box_txt {
    padding: 0;
    margin-right: 0;
  }

  .support_area .highlight {
    padding: 8px;
    font-size: 2.7rem;
  }

  .support_area .area_title_box::after {
    width: 350px;
  }

  .support_area .area_text_box p {
    margin-top: 25px;
    padding: 0;
    margin-right: 0;
  }

  .area_title_box::after {
    width: 330px;
  }

  .reporting .highlight {
    font-size: 2.1rem;
  }

  .footer-menu {
    width: 165px;
    height: 71px;
    margin-right: 10px;
  }

  .footer-menu-text {
    font-size: 1.4rem;
    line-height: 71px;
  }
}

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

  .header_container {
    width: 180px;
    margin-left: 6px;
  }

  .headerLogo_inner {
    height: 50px;
    width: 220px;
  }
  
  .banner-item {
    right: 20px;
  }

  .main_text_inner p {
    font-size: 1.4rem;
  }

  .main_text br {
    display: block;
  }

  .main_text_inner img {
    width: 100%;
  }

  .main_text_inner {
    width: 90%;
  }

  .main_text_inner img {
    padding: 15px 0 15px 0;
  }

  .arrow_box {
    width: 50px;
    height: 50px;
  }

  .arrow-right {
    width: 15px;
    height: 2px;
  }

  .arrow-right::before {
    content: '';
    width: 11px;
    height: 11px;
    border: 2px solid #223E8C;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    position: absolute;
    top: 50%;
    right: -3px;
    box-sizing: border-box;
  }

  .bottom-space-sp {
    margin-bottom: 10px;
  }

  .service_area .sp-none {
    display: none !important;
  }

  .service_area .highlight {
    display: table;
    margin: 0 auto;
  }

  .area_title_box::after,
  .support_area .area_title_box::after {
    width: 230px;
  }

  .point {
    width: 65px;
    height: 65px;
  }

  .point span {
    top: 43%;
    font-size: 1rem;
  }

  .point_text p {
    padding-left: 0;
  }

  .point_one::after,
  .point_two::after {
    font-size: 1.3rem;
    top: 5px
  }

  .point_text {
    margin-top: 10px;
  }

  .dli-chevron-down {
    width: 4em;
    height: 4em;
  }

  .service_area .area_text_box {
    margin-top: 45px;
  }

  .service_area .highlight br {
    display: block;
    text-align: center;
  }

  .highlight_line img{
    width: 70%;
  }

  .highlight {
    padding: 6px;
  }

  .circle-img img {
    width: 100%;
  }

  .support-ct_box_left,
  .support-ct_box_right {
    width: 100%;
  }

  .support_area .area_text_box p {
    font-size: 1.6rem;
    line-height: 1.7;
    padding: 0;
    margin-right: 0;
  }

  .support_area .area_text_box_txt {
    padding: 0;
    margin-right: 0;
  }

  .area_text_box {
    margin-top: 30px;
  }

  .mg-t {
    margin-top: 0;
  }

  .contents_title_text {
    font-size: 1.6rem;
  }

  .reporting .area_text_box h4::before {
    width: 13px;
    border: 1px solid #BDC5DA;
  }

  .contact .pd-tb {
    padding: 45px 0 45px;
  }

  .support_area {
    background-image: url(../img/sp-bg.png);
    width: 90%;
    border-radius: 80px 0 0 80px;
    background-size: cover;
    padding: 20px 20px 50px 20px;
  }

  .support_area .highlight {
    font-size: 2rem;
  }

  .support-ct_box_right {
    padding: 17px 0 19px 0;
  }

  .support_area .support-ct_box_left .highlight {
    font-size: 1.5rem;
  }

  .support-ct_box_left {
    margin-top: 0;
  }

  .support-ct_box_left img {
    width: 100%;
    margin: 30px 0 30px 0;
  }

  .media .area_text_box img {
    margin: 0 auto;
  }

  .banner-text br {
    display: block;
  }

  .flex-end {
    justify-content: center;
  }

  .footer-menu-text {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }

  .flex-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
  }

  footer .wrap_inner_container {
    width: 100%;
  }

  .footer-menu {
    width: 49%;
    margin-right: 0;
    border-radius: 0;
    height: 60px;
  }

  .footer-menu-text {
    line-height: 60px;
  }

  .footer-menu:first-child {
    margin-right: 1%;
  }

  footer .flex-end p {
    text-align: left;
  }

  footer p {
    text-align: center;
  }

  footer img {
    padding: 20px;
    margin-bottom: 0;
  }

  .footer-text::after {
    display: none;
  }

  footer .inner-medium {
    text-align: center;
  }

  .copyright {
    bottom: -15px;
  }
}