@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
.font_gothic {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", メイリオ, sans-serif;
}

img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
body {
  overflow: hidden;
}

@media screen and (max-width:800px) {
  .f20res {
    font-size: 4vw;
  }
  .f18res {
    font-size: 5vw;
  }
  .f22res {
    font-size: 5vw;
  }
  .f16res {
    font-size: 4vw;
  }
  .f14res {
    font-size: 4.2vw;
  }
}
figure.img {
  position: relative;
  top: 0;
  left: 0;
}
figure.img .img_caption {
  position: absolute;
  bottom: 4px;
  right: 4px;
  color: #fff;
}
@media screen and (max-width:800px) {
  figure.img .img_caption {
    right: 4%;
    bottom: 6%;
    width: 91%;
    text-align: right;
  }
}

#section01 {
  width: 100%;
  padding: 0;
  background-color: #dedbd8;
  position: relative;
  top: 0;
  left: 0;
  color: #fff;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 0;
  }
}
#section01 .section__in {
  width: 90%;
  max-width: 930px;
  margin: 0 auto;
  position: relative;
}
#section01 .titles {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
#section01 h1 {
  text-align: center;
}
#section01 h1 .eng {
  text-align: center;
  margin-bottom: 0.6em;
}
#section01 h1 .jpn {
  text-align: center;
  margin-bottom: 1em;
}
#section01 .base_text {
  text-align: center;
}

#section02 {
  width: 100%;
  padding: 50px 0 100px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 36px 0 50px;
  }
}
#section02 .f14 {
  font-size: 14.75px;
  line-height: 160%;
  color: #000;
}
@media screen and (max-width:800px) {
  #section02 .f14 {
    font-size: 3.4vw;
    line-height: 140%;
  }
}
#section02 .f14.mt13 {
  margin-top: 13px;
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
#section02 .title_in {
  margin: 0 auto 50px;
  max-width: 686px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .title_in {
    margin: 0 auto 41px;
  }
}
#section02 .sec_block {
  margin-top: 103px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block {
    margin-top: 40px;
  }
}
#section02 .sec_block .title_box {
  background-color: #4c6880;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  padding: 21px 33px 12px;
  align-items: baseline;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .title_box {
    padding: 4vw 3vw 2vw;
  }
}
#section02 .sec_block .title_box .title img {
  height: 35px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .title_box .title img {
    height: auto;
    width: 36vw;
  }
}
#section02 .sec_block .title_box p {
  margin-left: 53px;
}
#section02 .sec_block .content_block {
  margin-top: 32px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block .content_block {
    margin-top: 20px;
  }
}
#section02 .sec_block .content_block .title_clr {
  color: #4c6880;
}
#section02 .sec_block--1 {
  margin-top: 0;
}
#section02 .sec_block--1 .box--1 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--1 {
    display: block;
  }
}
#section02 .sec_block--1 .box--1 dt {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--1 dt {
    width: 100%;
  }
}
#section02 .sec_block--1 .box--1 dt p {
  margin-top: 10px;
}
#section02 .sec_block--1 .box--1 dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--1 dd {
    width: 100%;
    margin-top: 10px;
  }
}
#section02 .sec_block--1 .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box_wrap {
    margin-top: 22px;
    display: block;
  }
}
#section02 .sec_block--1 .box_wrap p {
  margin-top: 10px;
}
#section02 .sec_block--1 .box--2 {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--2 {
    width: 100%;
  }
}
#section02 .sec_block--1 .box--3 {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--3 {
    width: 100%;
    margin-top: 18px;
  }
}
#section02 .sec_block--1 .box--3 dt {
  width: 50%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--3 dt {
    width: 48%;
  }
}
#section02 .sec_block--1 .box--3 dd {
  width: 48%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--1 .box--3 dd {
    width: 50%;
  }
}
#section02 .sec_block--2 .box--1 {
  margin-top: 12px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--2 .box--1 p {
    margin-top: 6px;
  }
  #section02 .sec_block--2 .box--1 dd {
    margin-top: 20px;
  }
}
#section02 .sec_block--3 .content_block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--3 .content_block {
    display: block;
  }
}
#section02 .sec_block--3 .content_block .text_box {
  width: 43%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--3 .content_block .text_box {
    width: 100%;
  }
}
#section02 .sec_block--3 .content_block .text_box .text p {
  margin-top: 8px;
}
#section02 .sec_block--3 .content_block .text_box .box--2 {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--3 .content_block .text_box .box--2 {
    margin-top: 14px;
  }
}
#section02 .sec_block--3 .content_block .text_box .box--2 dt {
  width: 43%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--3 .content_block .text_box .box--2 dt {
    width: 47%;
  }
}
#section02 .sec_block--3 .content_block .text_box .box--2 dt p {
  margin-top: 13px;
}
#section02 .sec_block--3 .content_block .text_box .box--2 dd {
  width: 54%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--3 .content_block .text_box .box--2 dd {
    width: 47%;
  }
}
#section02 .sec_block--3 .content_block .img_box {
  width: 55%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--3 .content_block .img_box {
    width: 100%;
    margin-top: 27px;
  }
}
#section02 .sec_block--4 {
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 {
    margin-top: 40px;
  }
}
#section02 .sec_block--4 .content_block {
  margin-top: 36px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block {
    margin-top: 16px;
  }
}
#section02 .sec_block--4 .content_block .title_block p {
  margin-top: 14px;
}
#section02 .sec_block--4 .content_block .img {
  margin-top: 32px;
}
#section02 .sec_block--4 .content_block .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .box_wrap {
    display: none;
  }
}
#section02 .sec_block--4 .content_block .box_wrap .box {
  width: 48%;
  display: flex;
  justify-content: space-between;
}
#section02 .sec_block--4 .content_block .box_wrap .box dt {
  width: 69%;
}
#section02 .sec_block--4 .content_block .box_wrap .box dd {
  width: 25%;
}
#section02 .sec_block--4 .content_block .box_wrap .box.box--left dt {
  width: 62%;
}
#section02 .sec_block--4 .content_block .box_wrap .box.box--left dd {
  width: 32%;
}
#section02 .sec_block--4 .content_block .content_merit {
  margin-top: 42px;
  background-color: #eeeeee;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit {
    margin-top: 27px;
  }
}
#section02 .sec_block--4 .content_block .content_merit .title_wrap {
  background-color: #4c6880;
  color: #fff;
  text-align: center;
}
#section02 .sec_block--4 .content_block .content_merit .title_wrap p {
  padding: 13px 0;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .title_wrap p {
    padding: 8px 0;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block {
  margin-top: 0;
  padding: 25px 3%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block {
    padding: 16px 0% 28px;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .content_main_text {
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .content_main_text {
    font-size: 3.4vw;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .content_sub_text {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .content_sub_text {
    margin-top: 10px;
    font-size: 2.8vw;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .flow_img {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .flow_img {
    padding: 0 13%;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .box_img {
  margin-top: 37px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .box_img {
    display: block;
    padding: 0 13%;
    margin-top: 15px;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .box_img dt {
  width: 71%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .box_img dt {
    width: 100%;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .box_img dd {
  width: 27%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .box_img dd {
    margin-top: 6px;
    width: 100%;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .merit_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .merit_list {
    display: block;
    padding: 0 13%;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .merit_list li {
  width: 22%;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .merit_list li {
    width: 100%;
    margin-top: 7px;
  }
  #section02 .sec_block--4 .content_block .content_merit .content_block .merit_list li:first-child {
    margin-top: 0;
  }
}
#section02 .sec_block--4 .content_block .content_merit .content_block .merit_list li.text_item {
  color: #4c6880;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .content_merit .content_block .merit_list li.text_item {
    padding: 4vw 0;
  }
}
#section02 .sec_block--4 .content_block .font_attention {
  margin-top: 35px;
}
@media screen and (max-width:800px) {
  #section02 .sec_block--4 .content_block .font_attention {
    margin-top: 7px;
  }
}
#section02 .clr_title {
  text-align: center;
  color: #132168;
  margin-top: 158px;
  letter-spacing: 0.2em;
}
@media screen and (max-width:800px) {
  #section02 .clr_title {
    margin-top: 40px;
    font-size: 4.6vw;
  }
}
#section02 .clr_title span {
  font-size: 85%;
  letter-spacing: 0.1em;
}
#section02 .block.block--01 {
  margin-top: 73px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 {
    margin-top: 24px;
  }
  #section02 .block.block--01 .title_bottom {
    margin-top: 12px;
    font-size: 3.8vw;
    text-align: center;
  }
}
#section02 .block.block--01 .block_item_title {
  background-color: #4c6880;
  color: #fff;
  margin-top: 8px;
  padding: 2px 30px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_item_title {
    margin-top: 16px;
    font-size: 4vw;
    padding: 4px 0;
    line-height: 1em;
    text-align: center;
  }
}
#section02 .block.block--01 .block_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 14px;
  padding: 0 10px 0 10px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap {
    margin-top: 10px;
    padding: 0;
    display: block;
  }
}
#section02 .block.block--01 .block_wrap .block_item {
  width: 49%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .block_item {
    width: 100%;
  }
  #section02 .block.block--01 .block_wrap .block_item.block2 {
    margin-top: 37px;
  }
}
#section02 .block.block--01 .block_wrap .block_item_title {
  background-color: #0094b3;
  color: #fff;
  line-height: 1em;
  padding: 6px 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .block_item_title {
    text-align: center;
  }
}
#section02 .block.block--01 .block_wrap .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_text {
    font-size: 3.4vw;
  }
}
#section02 .block.block--01 .block_wrap .box_wrap .box_img_wrap {
  width: 23%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_img_wrap {
    width: 42%;
  }
}
#section02 .block.block--01 .block_wrap .box_wrap .box_text_wrap {
  width: 75%;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_text_wrap {
    width: 55%;
  }
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_wrap .box_imgsp {
    margin-bottom: 7.5vw;
  }
}
#section02 .block.block--01 .block_wrap .box_text_title {
  border-top: 1px solid #4c6880;
  border-bottom: 1px solid #4c6880;
  box-sizing: border-box;
  line-height: 1em;
  padding: 4px 0;
  color: #4c6880;
}
@media screen and (max-width:800px) {
  #section02 .block.block--01 .block_wrap .box_text_title {
    padding: 4px 0;
    text-align: center;
    font-size: 3.4vw;
  }
}
#section02 .block.block--01 .block_wrap .box_text--note {
  margin-top: 10px;
}
#section02 .block.block--03 {
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 .title_bottom {
    margin-top: 26px;
    font-size: 3.8vw;
    text-align: center;
  }
}
#section02 .block.block--03 .box_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  background: no-repeat right bottom url(../images/security/mobile_sec2_bg.png);
  background-size: auto 100%;
  background-color: #4c6880;
  color: #fff;
  padding: 20px 22px 24px 32px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 .box_wrap {
    margin-top: 23px;
    background: none;
    padding: 0;
  }
}
#section02 .block.block--03 .box_list {
  width: 36%;
}
#section02 .block.block--03 .item_title {
  padding: 12px 0 12px 12px;
}
#section02 .block.block--03 .list_table {
  margin-top: 10px;
}
#section02 .block.block--03 .box_note {
  margin-top: 3px;
}
@media screen and (max-width:800px) {
  #section02 .block.block--03 .box_note {
    margin-top: 6px;
  }
}
#section02 .btn_block {
  margin: 77px auto 0;
  text-align: center;
}
@media screen and (max-width:800px) {
  #section02 .btn_block {
    margin: 32px auto 0;
  }
}
#section02 .btn_block .btn {
  margin-top: 10px;
}
#section02 .btn_block .btn a {
  display: block;
  background-color: #4c6880;
  color: #fff;
  margin: 0 auto;
  width: 250px;
  padding: 14px 0;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 .btn_block .btn a {
    font-size: 3vw;
    width: 50vw;
    padding: 2vw;
  }
}
#section02 .btn_block .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  height: 100%;
  width: 10px;
  background: url(../images/security/btn_arw.svg) no-repeat center/100% auto;
}
@media screen and (max-width:800px) {
  #section02 .btn_block .btn a:after {
    right: 3vw;
    width: 2vw;
  }
}

@media screen and (max-width:800px) {
  .sp_mt050em {
    margin-top: 0.5em !important;
  }
}

@media screen and (max-width:800px) {
  .sp_mt100em {
    margin-top: 1em !important;
  }
}

@media screen and (max-width:800px) {
  .sp_mt125em {
    margin-top: 1.25em !important;
  }
}

@media screen and (max-width:800px) {
  .sp_mt150em {
    margin-top: 1.5em !important;
  }
}

@media screen and (max-width:800px) {
  .sp_mt175em {
    margin-top: 1.75em !important;
  }
}

@media screen and (max-width:800px) {
  .sp_mt200em {
    margin-top: 2em !important;
  }
}

@media screen and (max-width:800px) {
  .letter {
    display: inline-block;
    letter-spacing: -0.05em;
  }
}/*# sourceMappingURL=security.css.map */