﻿@charset "UTF-8";
#cyber_security .inner {
  max-width: 1200px;
  margin: 0 auto;
}
#cyber_security .ttl_01 {
  font-size: 2.2rem;
  color: #1D50A2;
  line-height: 1.2;
  padding: 20px 20px 20px 35px;
  background: #F1F3F5 url("../img/line.png") no-repeat left center;
  background-size: contain;
  border-radius: 10px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #cyber_security .ttl_01 {
    font-size: 1.8rem;
    padding: 10px 10px 10px 25px;
    margin-bottom: 20px;
  }
}
#cyber_security .new_heading1 {
  font-size: 2.8rem;
  margin: 60px 0;
  font-weight: 700;
}
#cyber_security .new_heading1 span {
  padding: 0 70px;
}
@media screen and (max-width: 768px) {
  #cyber_security .new_heading1 {
    font-size: 1.6rem;
    margin: 30px 0;
  }
  #cyber_security .new_heading1 span {
    padding: 0;
  }
}
#cyber_security .Main__head {
  height: 660px;
  position: relative;
  margin-bottom: 140px;
}
#cyber_security .Main__head::before {
  content: "";
  width: calc(50% + 300px);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/bg_img_01.png"), url("../img/bg_img_02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right bottom;
  background-color: #F1F3F5;
}
#cyber_security .Main__head::after {
  content: "";
  width: calc(50% - 300px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../img/mv.jpg") no-repeat center right;
}
#cyber_security .Main__head .inner {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  position: relative;
}
#cyber_security .Main__head .inner > div {
  width: 900px;
  padding: 90px 0 50px 100px;
  height: 100%;
}
#cyber_security .Main__head .inner > div > * {
  position: relative;
  z-index: 2;
}
#cyber_security .Main__head h1 {
  font-size: 3.4rem;
  margin: 0 0 30px;
}
#cyber_security .Main__head h1 .line {
  background: linear-gradient(transparent 30%, #FEEF00 30%, #FEEF00 90%, transparent 90%);
}
#cyber_security .Main__head h1 .big {
  font-size: 4.6rem;
  color: #1D50A2;
}
#cyber_security .Main__head .desc {
  font-size: 1.8rem;
  line-height: 2.5;
  margin: 0 0 25px;
}
#cyber_security .Main__head .cta {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  display: flex;
  gap: 35px;
  justify-content: center;
}
#cyber_security .Main__head .cta > div {
  width: calc((100% - 35px)/2);
}
#cyber_security .Main__head .corporate_contact_btn {
  margin: 0;
}
#cyber_security .Main__head .corporate_contact_btn > p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.2;
  margin: 0;
}
#cyber_security .Main__head .cmn-inquiry-layout__item__btn__link {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #cyber_security .Main__head {
    background: url("../img/mv_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    height: auto;
    padding-top: 90px;
    margin-bottom: 0;
  }
  #cyber_security .Main__head::before, #cyber_security .Main__head::after {
    content: none;
  }
  #cyber_security .Main__head .inner > div {
    width: 100%;
    padding: 0;
  }
  #cyber_security .Main__head .txt {
    padding: 30px 15px 25px;
    background-image: url("../img/bg_img_01.png"), url("../img/bg_img_02.png");
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right bottom;
    background-color: #F1F3F5;
    background-size: 120px 120px, 120px 120px;
  }
  #cyber_security .Main__head h1 {
    font-size: 2rem;
    margin: 0 0 25px;
    text-align: center;
  }
  #cyber_security .Main__head h1 .big {
    font-size: 2.5rem;
  }
  #cyber_security .Main__head .desc {
    font-size: 1.5rem;
    line-height: 2;
    margin: 0 0 25px;
  }
  #cyber_security .Main__head .cta {
    border-radius: 0;
    padding: 30px;
    flex-direction: column;
    gap: 25px;
  }
  #cyber_security .Main__head .cta > div {
    width: 100%;
  }
  #cyber_security .Main__head .cta .cmn-inquiry-layout__item__btn__link {
    margin-bottom: 15px;
  }
}
#cyber_security .contents {
  margin-bottom: 100px;
}
#cyber_security .contents:last-child {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #cyber_security .contents {
    margin: 0 15px 50px;
  }
  #cyber_security .contents:last-child {
    margin-bottom: 70px;
  }
}
#cyber_security .ank_link {
  margin-top: 30px;
}
#cyber_security .ank_link a {
  display: inline-block;
  padding: 20px 80px 20px 20px;
  border: 1px solid #1D50A2;
  border-radius: 10px;
  position: relative;
  color: #1D50A2;
  transition: all 0.3s;
}
#cyber_security .ank_link a::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 2px solid #1D50A2;
  border-right: 2px solid #1D50A2;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 25px;
  top: 45%;
  transition: all 0.3s;
}
#cyber_security .ank_link a:hover {
  opacity: 0.7;
}
#cyber_security .ank_link a:hover::after {
  top: 50%;
}
@media screen and (max-width: 768px) {
  #cyber_security .ank_link {
    margin-top: 20px;
  }
  #cyber_security .ank_link a {
    padding: 15px 50px 15px 15px;
  }
  #cyber_security .ank_link a::after {
    width: 10px;
    height: 10px;
    right: 20px;
  }
}
#cyber_security .col2 {
  display: flex;
  gap: 80px;
  justify-content: center;
  margin-top: 50px;
}
#cyber_security .col2 > div, #cyber_security .col2 > figure {
  width: 50%;
  margin: 0;
}
#cyber_security .col2 img {
  border: 1px solid #BABABA;
}
@media screen and (max-width: 768px) {
  #cyber_security .col2 {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
  #cyber_security .col2 > div, #cyber_security .col2 > figure {
    width: 100%;
  }
}
#cyber_security .img {
  text-align: center;
  margin-top: 50px;
}
#cyber_security figcaption {
  font-size: 1.3rem;
  color: #333;
  margin-top: 10px;
}
#cyber_security hr {
  margin: 80px 0;
  border-color: #BABABA;
}
@media screen and (max-width: 768px) {
  #cyber_security hr {
    margin: 30px 0;
  }
}
#cyber_security .ac_faq {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
#cyber_security .ac_faq h3 {
  font-size: 2.2rem;
  padding: 0 60px 0 35px;
  position: relative;
  border-bottom: 3px solid #F1F3F5;
  margin: 0;
  min-height: 50px;
  display: flex;
  align-content: center;
  gap: 20px;
  cursor: pointer;
}
#cyber_security .ac_faq h3 span {
  color: #1D50A2;
}
#cyber_security .ac_faq h3::before {
  content: "";
  width: 50px;
  height: 50px;
  background: #F1F3F5;
  position: absolute;
  right: 0;
  top: 0;
}
#cyber_security .ac_faq h3::after {
  content: "";
  width: 15px;
  height: 15px;
  border-bottom: 4px solid #1D50A2;
  border-right: 4px solid #1D50A2;
  transform: rotate(45deg);
  position: absolute;
  right: 18px;
  top: 15px;
  transition: all 0.3s;
}
#cyber_security .ac_faq .active h3::after {
  transform: rotate(-135deg);
  top: 20px;
}
@media screen and (max-width: 768px) {
  #cyber_security .ac_faq {
    margin-top: 30px;
    gap: 50px;
  }
  #cyber_security .ac_faq h3 {
    font-size: 1.6rem;
    padding: 0 40px 0 0;
    min-height: 30px;
    gap: 10px;
  }
  #cyber_security .ac_faq h3 span {
    width: 30px;
    white-space: nowrap;
  }
  #cyber_security .ac_faq h3::before {
    width: 30px;
    height: 30px;
    top: auto;
    bottom: 0;
  }
  #cyber_security .ac_faq h3::after {
    width: 10px;
    height: 10px;
    border-width: 3px;
    right: 10px;
    top: auto;
    bottom: 10px;
  }
  #cyber_security .ac_faq .active h3::after {
    transform: rotate(-135deg);
    top: auto;
    bottom: 13px;
  }
}
#cyber_security .gray_box {
  background: #F1F3F5;
  padding: 40px 50px;
  display: none;
}
#cyber_security .gray_box .col2 {
  gap: 55px;
}
#cyber_security .gray_box p {
  margin: 0;
  line-height: 1.8;
}
#cyber_security .gray_box p span {
  color: #E20000;
}
@media screen and (max-width: 768px) {
  #cyber_security .gray_box {
    padding: 20px 15px;
  }
  #cyber_security .gray_box .col2 {
    gap: 30px;
  }
}
#cyber_security .measures {
  background: #fff;
  position: relative;
  padding: 35px;
}
#cyber_security .measures h4 {
  font-size: 1.8rem;
  text-align: center;
  margin: 0 0 30px 0;
}
#cyber_security .measures ul {
  padding: 0 0 0 10px;
  margin: 0;
  list-style: none;
}
#cyber_security .measures li {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.8;
}
#cyber_security .measures li::before {
  content: "・";
  position: absolute;
  left: -15px;
  top: 0;
}
#cyber_security .measures li span {
  border-bottom: 1px solid #333;
}
#cyber_security .measures.alsok::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 50px 0 0;
  border-color: #1D50A2 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
#cyber_security .measures.alsok::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 50px;
  border-color: transparent transparent #FEEF00 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
#cyber_security .measures.alsok h4 {
  font-size: 2rem;
}
#cyber_security .measures.alsok h4 span {
  border-bottom: 2px dotted #333;
}
#cyber_security .measures.alsok li {
  color: #1D50A2;
}
#cyber_security .measures.alsok li a {
  border-bottom: 1px solid #1D50A2;
  color: #1D50A2;
  position: relative;
}
#cyber_security .measures.alsok li a::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  right: -15px;
  top: 4px;
  background: url("../img/icon_tab.svg") no-repeat center;
  background-size: contain;
}
#cyber_security .measures.alsok li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  #cyber_security .measures {
    padding: 20px 15px;
  }
  #cyber_security .measures h4 {
    font-size: 1.6rem;
    text-align: center;
    margin: 0 0 15px 0;
  }
}
#cyber_security .point {
  display: flex;
  gap: 35px;
}
#cyber_security .point dl {
  width: calc((100% - 72px)/3);
  display: flex;
  flex-direction: column;
  margin: 0;
}
#cyber_security .point dt {
  font-size: 2.2rem;
  text-align: center;
  padding: 20px 10px;
  background: #1D50A2;
  color: #fff;
  font-weight: 700;
}
#cyber_security .point dd {
  padding: 20px 10px;
  border: 1px solid #BABABA;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#cyber_security .point dd .line {
  font-size: 3rem;
  background: linear-gradient(transparent 60%, #FEEF00 60%, #FEEF00 90%, transparent 90%);
  color: #1D50A2;
}
@media screen and (max-width: 768px) {
  #cyber_security .point {
    gap: 30px;
    flex-direction: column;
  }
  #cyber_security .point dl {
    width: 100%;
  }
  #cyber_security .point dt {
    font-size: 1.8rem;
    padding-bottom: 5px 10px;
  }
  #cyber_security .point dd {
    padding: 10px;
    font-size: 1.4rem;
  }
  #cyber_security .point dd .line {
    font-size: 1.8rem;
  }
}
#cyber_security .cta_area {
  background: #FFFDD9;
  margin-top: 60px;
  padding: 40px;
}
#cyber_security .cta_area h3 {
  text-align: center;
  font-size: 2.2rem;
  color: #1D50A2;
  margin: 0 0 50px;
}
#cyber_security .cta_area h3 span {
  position: relative;
  padding: 0 60px;
  display: inline-block;
}
#cyber_security .cta_area h3 span::before, #cyber_security .cta_area h3 span::after {
  content: "";
  width: 2px;
  height: 45px;
  background: #1D50A2;
  position: absolute;
}
#cyber_security .cta_area h3 span::before {
  left: 0;
  top: -5px;
  transform: rotate(-30deg);
}
#cyber_security .cta_area h3 span::after {
  right: 0;
  top: -5px;
  transform: rotate(30deg);
}
#cyber_security .cta_area > div {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 35px;
  justify-content: center;
  margin: 0;
}
#cyber_security .cta_area .corporate_contact_btn {
  width: 342px;
  margin: 0;
}
#cyber_security .cta_area .corporate_contact_btn p {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 25px 0 0;
}
#cyber_security .cta_area .corporate_contact_btn.btn2 {
  width: 462px;
}
#cyber_security .cta_area .corporate_contact_btn.btn2 .cmn-inquiry-layout__item__btn__link {
  background: #1D50A2;
  box-shadow: 0 3px #082A62;
}
#cyber_security .cta_area .corporate_contact_btn.btn2 .cmn-inquiry-layout__item__btn__label:before {
  width: 21px;
  height: 32px;
  background: url("../img/icon_light.svg");
}
@media screen and (max-width: 768px) {
  #cyber_security .cta_area {
    padding: 20px;
  }
  #cyber_security .cta_area h3 {
    font-size: 1.6rem;
    margin: 0 0 30px;
  }
  #cyber_security .cta_area h3 span {
    position: relative;
    padding: 0 30px;
  }
  #cyber_security .cta_area h3 span::before, #cyber_security .cta_area h3 span::after {
    content: "";
    width: 2px;
    height: 15px;
  }
  #cyber_security .cta_area h3 span::before {
    top: 50%;
    transform: rotate(-30deg) translateY(-50%);
  }
  #cyber_security .cta_area h3 span::after {
    top: 50%;
    transform: rotate(30deg) translateY(-50%);
  }
}
#cyber_security .corporate_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: -50px 0 0 -25px;
}
@media screen and (max-width: 768px) {
  #cyber_security .corporate_list {
    display: block;
    margin: 0;
  }
}
#cyber_security .corporate_list a {
  width: calc( 33.33% - 25px );
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 50px 0 0 25px;
}
@media screen and (max-width: 768px) {
  #cyber_security .corporate_list a {
    width: 100%;
    display: block;
    margin: 40px 0 0;
  }
}
#cyber_security .corporate_list a:hover {
  opacity: 0.7;
}
#cyber_security .corporate_list .img {
  width: 100%;
  height: 0;
  padding-bottom: 54.71%;
  margin: 0 0 20px;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #cyber_security .corporate_list .img {
    margin-bottom: 10px;
  }
}
#cyber_security .corporate_list .article_ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 20px;
}
@media screen and (max-width: 768px) {
  #cyber_security .corporate_list .article_ttl {
    margin-bottom: 10px;
  }
}
#cyber_security .corporate_list .element {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cyber_security .corporate_list .cat {
  color: #fff;
  font-weight: bold;
  padding: 5px 10px 4px;
  background: #1D50A2;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 5px;
}
#cyber_security .corporate_list .day {
  color: #666;
  padding: 0 0 0 20px;
  font-size: 1.4rem;
  background: url("/security_info/anzen_ansin/image/date_icon.png") no-repeat 0 4px;
  background-size: 14px auto;
  margin-top: 5px;
}
