body {
    margin: 0 auto;
    padding: 0;
    font-family: YuGothic,'Yu Gothic',sans-serif;
    color: #181B39;
    line-height: 1.6;
    letter-spacing: .15em;
    background: #fff;
  }


  /*    header    */

  .virus_header {
    position: relative;
  }

  .virus_header_wrapper {
    overflow: hidden;
    padding: 16px 0 16px 0;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    top: 0;
    right: 104px;
    z-index: 100;
  }

   .nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 21, 46, .8);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 初期：非表示 */
    visibility: hidden;
    opacity: 0;
    /* ふわっと表示 */
    transition: 0.5s ease-in-out;
    z-index: 100;
  }
  .nav ul{
    list-style:none;
  }
  .nav li:not(:last-child){
    margin-bottom: 8px;
  }
  .nav a{
    color: #ffffff;
  }

  /* ナビゲーションボタン（開く） */
  #navbtn{
  position: fixed;
  top: 80px;
  right: 104px;
  padding: 0;
  outline: none;
  border: none;
  background: none;
  width: 30px;
  height: 20px;
  cursor: pointer;
  z-index: 100;
  }

  #navbtn::before,
  #navbtn::after{
  content : '';
  display: block;
  height: 1px;
  background-color: #00152E;
  transform: translateY(10px);
  transition: 0.3s ease-in-out;
  }

  #navbtn::before{
  transform: translateY(-10px);
  box-shadow: 0 10px #00152E;
  }

  /* ナビゲーションボタン（閉じる） */
  .open #navbtn{
  z-index: 100;
  }
  .open #navbtn::before{
  transform: rotate(-45deg);
  box-shadow: none;
  background-color: white;
  }
  .open #navbtn::after{
  transform: rotate(45deg);
  box-shadow: none;
  background-color: white;
  }
  /* ナビゲーションメニュー 開いた時*/
  .open .nav{
  visibility: visible;
  opacity: 1;
  }

  .nav{
    margin-left: auto;
  }
  .nav ul{
    display: flex;
    list-style:none;
    flex-direction: column;
    width: 48%;
  }

  .nav ul li a {
    text-decoration: none;
    color: #fff;
    text-decoration :none;
    font-size: 40px;
    font-weight: 700;
  }

  .nav ul li a:hover{
    opacity: .5;
    padding-left: 8px;
  }


/*     main コロナ対策による警備要領      */

.virus_point_description_rpd768,
.virus_point_description_rpd375 {
  display: none;
}

  .virus_main {
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.virus_point {
    position: relative;
    padding: 128px 0 144px 0;
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.virus_point_title {
    padding: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 32px;
}

.virus_point_gradation {
    width: 41%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.virus_point_description {
    padding: 0;
    margin: 80px 0;
    text-align: center;
}

.virus_pointbox {
    position: relative;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.virus_pointbox_contents{
    width: 30%;
    display: flex;
    flex-direction: column;
}

.virus_pointbox_contents img{
    width: 100%;
}

.virus_pointbox_contents p{
    text-align: center;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1.3em;
}

.virus_pointbox_contents p span{
    background: linear-gradient(transparent 60%, rgba(34, 224, 158, 0.4));
}

.virus_explanation {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 80px 0 0 0;
}

.virus_explanation_rpd375 {
  display: none;
}


/*     弊社の実施対策      */

.virus_countermeasures {
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
  }
.virus_countermeasures::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(33, 93, 99, .03);
    transform: skewY(2deg);
    transform-origin: top right;
  }

  .virus_countermeasures_contents {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

  .virus_countermeasures_title {
    font-size: 32px;
    text-align: center;
    margin: 40px 0 0 0;
 }

 .virus_countermeasures_gradation {
    width: 26%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.virus_countermeasures_text_rpd768 {
  display: none;
}

.virus_countermeasures_contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 72%;
  padding: 40px 0 64px 0;
  justify-content: center;
  margin: 0 auto;
}

p.virus_countermeasures_text {
  padding-top: 24px;
}

.virus_countermeasures_contentsbox {
  width: 72%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}



/*     警備の流れ      */


.virus_flow {
    position: relative;
    z-index: 0;
    background-color: #fff;
    padding-bottom: 104px;
  }

.virus_flow::after {
    content: '';
    position: absolute;
    left:0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
    background: #fff;
    transform: skewY(2deg);
    transform-origin: top right;
  }

  .virus_flow_contents {
    max-width: 1000px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.virus_flow_title {
    font-size: 32px;
    text-align: center;
    margin: 80px 0 0 0;
 }

 .virus_flow_gradation {
    width: 18%;
    background: linear-gradient(to right, #667EEA,#28CAC0);
    height: 5px;
    border: none;
}

.flow_contentboxs01 {
  position: relative;
  padding: 80px 0;
}

.flow_serviceImg01 {
  background-image:url(/assets/img/covid_car.jpg);
  background-repeat:  no-repeat;
  height: 400px;
  width: 80%;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 0;
  margin: 0 auto;
}

.flow_serviceImg01::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 21, 46, .5);
  display:block;
  height: 400px;
}

.flow_textboxs01 {
  color: white;
  position: absolute;
  top: 28%;
  left: 28%;
  display: flex;
  flex-direction: column;
}

h2.flow_title {
  margin: 0;
}

p.flow_content_text {
  padding: 40px 0;
  margin: 0;
}

.flow_contentboxs02 {
  position: relative;
  padding: 40px 0 80px 0;
}

.flow_serviceImg02 {
  background-image:url(/assets/img/Receptioncontract_top.JPG);
  background-repeat:  no-repeat;
  height: 400px;
  width: 80%;
  background-size: cover;
  position: relative;
  background-position: center;
  z-index: 0;
  margin: 0 auto;
}

.flow_serviceImg02::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 21, 46, .5);
  display:block;
  height: 400px;
}

.flow_textboxs02 {
  color: white;
  position: absolute;
  bottom: 29%;
  left: 28%;
  display: flex;
  flex-direction: column;
}

.btn-border-white {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: transparent;
  padding: 16px 128px;
  outline: 1px solid;
      outline-color: currentcolor;
  outline-color: #fff;
  outline-offset: 0px;
  display: inline-block;
  letter-spacing: 0.3em;
  text-decoration: none;
}

.btn-border-white:hover {
  background-color: rgba(255, 255, 255, 0.3);
}


.btn-border-white span{
  font-weight: normal;
  position: relative;
}

.btn-border-white span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.flow_receptionist_rp375 {
  display: none;
}


/*    footer     */

.footer {
  position: relative;
  /* height: 160px; */
  background: #040324;
}

.footer_wrapper {
  padding: 24px 104px;
  margin: 0 auto;
}

.footer_menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer_menubox{
  width: 100%;
}

.footer_menubox nav {
  margin-top: 16px;
  display: flex;
  justify-content: flex-end;
}

.footer_menubox ul{
  display: flex;
  justify-content: right;
}

.footer_menubox li {
  margin-left: 24px;
  list-style: none;
}

.footer_menubox a {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  color: white;
  display: inline-block;
  position: relative;
}

.footer_menubox a:hover {
  opacity: .7;
}

.footer_copywriter {
  color: #fff;
  font-size: 12px;
  text-align: right;
  margin-top: 40px;
}

.page_contact {
  background: rgba(83, 141, 212, 0.1);
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

.page_contact_wrapper {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.page_contact_boxs {
  display: flex;
  justify-content: space-around;
  align-content: center;
}

.page_contact_contents {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  margin: 88px 0;
  padding: 24px;
}

.page_contact_title {
  font-weight: bold;
  margin: 0;
  font-size: 24px;
}

.page_contact_text {
  margin: 8px 0;
  text-align: center;
}

.comment {
  margin: 8px 0 0 0;
}

.phone_number {
  margin: 8px 0 0 0;
  font-size: 32px;
  font-weight: bold;
  color: #181B39;
  text-decoration: none;
}

.phone_number:hover {
  color: #D47268;
  text-decoration: underline;
}

.correspondence_time {
  font-size: 13px;
  margin: 0;
  margin: 8px 0 0 0;
}


.page_contactbtn {
  margin-top: 24px;
}

.page_contactbtn_border {
  color: #fff;
  font-size: 16px;
  background: linear-gradient(-45deg,#009efd,#96fbc4,#009efd);
  padding: 14px 104px;
  background-size: 300% 100%;
  transition: all .3s ease-out;
  text-decoration: none;
}
.page_contactbtn_border:hover {
  background-position: 100% 0;
}

.page_contactbtn_border span {
  font-weight: normal;
  position: relative;
  /* padding-left: 30px; */
}

.page_contactbtn_border span::before{
  content: "";
  position: absolute;
  top: 50%;
  right: -72px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}





@media screen and (min-width:1024px) and (max-width:1279px) {


  /*  各ページ共通  */

  .header_pages_wrapper {
    max-width: none;
    padding: 24px 40px;
  }

  .header_pages_titles {
    margin-top: 144px;
  }

  #navbtn {
    top: 56px;
    right: 40px;
  }

  .nav li:not(:last-child) {
    margin-bottom: 24px;
  }


  .page_contact_wrapper {
    max-width: none;
    padding: 0 40px;
  }

  .footer {
  padding: 0 40px;
  }

  .footer_wrapper {
  padding: 24px 32px;
  }


  /* Virus_page */

  .virus_header_wrapper {
    max-width: none;
 }

 .virus_point {
  padding: 128px 40px 144px 40px;
  }

 .virus_countermeasures_contents {
  max-width: none;
  width: 80%;
  padding: 40px 0 48px 0;
 }

 .virus_countermeasuresbox p {
  width: 70%;
  margin-left: 0px;
 }

 .virus_point_gradation {
  width: 44%;
 }

 .virus_point_description {
  margin: 64px 0;
 }

 .virus_countermeasures_gradation {
  width: 29%;
 }

 .reception_rpd768 {
  display: none;
  }

  /* 警備の流れ */


 .virus_flow_contents {
  max-width: none;
  }

  .virus_flow {
    padding-bottom: 80px;
  }

  .virus_flow_gradation {
    width: 17%;
  }

  .flow_textboxs01,
  .flow_textboxs02 {
    left: 22%;
  }

  .flow_receptionist_rp375 {
    display: none;
  }


}

@media screen and (min-width:768px) and (max-width:1023px) {


  /*  共通  */

  #navbtn {
    top:56px;
    right: 40px;
  }

  .nav ul li a {
    font-size: 32px;
  }

  .footer_wrapper {
    padding: 56px;
  }

  .footer_menubox {
    display: none;
  }

  .footer_copywriter {
    text-align: center;
    margin: 0 ;
  }

  .page_contact_wrapper {
    max-width: none;
    padding: 0 40px;
  }

  .page_contact_boxs {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 56px 0 16px 0;
  }

  .page_contact_contents {
    width: 56%;
    margin: 0 0 40px 0;
    padding: 24px;
  }

  .page_contactbtn {
    padding-bottom: 24px;
  }


  /*  コロナ対策  */

  .virus_point {
    max-width: none;
    padding: 104px 40px;
  }

  h1.virus_point_title {
    font-size: 24px;
  }

  .virus_point_gradation {
    width: 46%;
  }

  .virus_point_description,
  .virus_point_description_rpd375 {
    display: none;
  }

  .virus_pointbox_contents p {
    font-size: 18px;
  }

  .virus_point_description_rpd768 {
    display: inherit;
    margin: 0 auto;
    padding: 48px 0 32px 0;
  }

  .virus_explanation {
    margin: 56px 0 0 0;
  }

  .virus_explanation_rpd375 {
    display: none;
  }


  /*   実施対策   */

  .virus_countermeasures {
    padding-bottom: 80px;
  }

  .virus_countermeasures_contents {
    max-width: none;
    padding: 40px 0 0 0;
    width: 100%;
  }

  .virus_countermeasures_title {
    font-size: 24px;
  }

  .virus_countermeasures_gradation {
    width: 24%;
  }

  .virus_countermeasuresbox {
    margin: 40px 0 0 0;
  }

  .virus_countermeasures_text {
    display: none;
  }

  .virus_countermeasures_text_rpd768 {
    display: inherit;
    width: 64%;
  }

  .virus_countermeasures_contentsbox {
    width: 100%;
  }

  .reception {
    display: none;
  }

  /*  警備の流れ   */

  .virus_flow {
    padding-bottom: 80px;
  }

  .virus_flow_contents {
    max-width: none;
    padding: 0 40px;
  }

  .virus_flow_title {
    font-size: 24px;
  }

  .virus_flow_gradation {
    width: 19%;
  }

  .flow_contentboxs01 {
    padding: 64px 0;
  }

  .flow_contentboxs02 {
    padding: 40px 0;
  }

  .flow_serviceImg01,
  .flow_serviceImg02 {
    width: 100%;
  }

  .flow_textboxs01,
  .flow_textboxs02 {
    left: 13%;
  }

  .flow_textboxs02 {
    bottom: 24%;
  }

  .flow_receptionist_rp375 {
    display: none;
  }


}


@media screen and (min-width:375px) and (max-width:767px) {

    /*  共通  */

  .header_pages {
    height: 200px;
  }

  .header_pages_wrapper {
    padding: 0 24px;
  }

  #navbtn {
    top: 40px;
    right: 24px;
  }

  .header_pages_titles {
    margin-top: 120px;
  }

  .header_pages_link {
    display: none;
  }

  .nav ul {
    width: auto;
    padding: 0;
  }

  .nav ul li a {
    font-size: 28px;
  }

  .nav li:not(:last-child) {
    margin-bottom: 16px;
  }

  .footer_menubox {
    display: none;
  }

  .footer_wrapper {
    padding: 40px;
  }

  .footer_copywriter {
    font-size: 8px;
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .page_contact_wrapper {
    margin: 0 auto;
    padding: 0 24px;
  }

  .page_contact_boxs {
    align-content: center;
    flex-direction: column;
    align-items: center;
    padding: 80px 0 40px 0;
  }

  .page_contact_contents {
    width: 88%;
    margin: 0 0 40px 0;
    padding: 24px;
  }

  .page_contact_title {
    font-size: 20px;
  }

  .page_contactbtn {
    margin: 24px 0;
  }

  .phone_number {
    font-size: 30px;
  }

  /*  コロナによる警備要項   */

  .virus_point {
    padding: 104px 24px 80px 24px;
    max-width: none;
  }

  .virus_point_title {
    font-size: 20px;
  }

  .virus_point_gradation {
    width: 82%;
    height: 4px;
  }

  .virus_point_description_rpd768,
  .virus_point_description {
    display: none;
  }

  .virus_point_description_rpd375 {
    display: inherit;
    display: inherit;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0 0 0;
  }

  .virus_pointbox {
    flex-direction: column;
  }

  .virus_pointbox_contents {
    width: 72%;
  }

  .virus_pointbox_contents p {
    font-size: 20px;
  }

  .virus_explanation_rpd {
    display: none;
  }

  .virus_explanation_rpd375 {
    display: inherit;
  }

  .virus_explanation {
    margin: 40px 0 0 0;
  }


  /*  実施対策   */

  .virus_countermeasures_contents {
    max-width: none;
    padding: 0;
    width: 100%;
  }

  .virus_countermeasures_title {
    font-size: 20px;
    margin: 64px 0 0 0;
  }

  .virus_countermeasures_gradation {
    width: 41%;
    height: 4px;
  }

  .virus_countermeasures_text {
    display: none;
  }

  .virus_countermeasures_text_rpd768 {
    display: inherit;
  }

  .virus_countermeasuresbox img {
    display: none;
  }

  .virus_countermeasuresbox {
    margin: 0;
    padding: 40px 24px;
  }

  .virus_countermeasures {
    padding-bottom: 40px;
  }

  .virus_countermeasures_contentsbox {
    width: 88%;
    padding: 24px 24px 40px 24px;
  }


  /*  警備の流れ   */

  .virus_flow {
    padding: 80px 0;
  }

  .virus_flow_title {
    font-size: 20px;
    margin: 0;
    padding: 0;
  }

  .virus_flow_gradation {
    width: 32%;
    height: 4px;
  }

  .flow_serviceImg01,
  .flow_serviceImg02 {
    height: 360px;
    width: 100%;
  }

  .flow_serviceImg01::after {
    height: 360px;
  }

  .flow_serviceImg02::after {
    height: 360px;
  }

  .flow_textboxs01,
  .flow_textboxs02 {
    left: 4%;
  }

  .flow_textboxs01 {
    top: 22%;
  }

  .flow_textboxs02 {
    bottom: 23%;
  }

  .flow_contentboxs01 {
    padding: 56px 0;
  }

  .flow_contentboxs02 {
    padding: 0 0 32px 0;
  }

  p.flow_content_text {
    padding: 24px 0;
  }

  h2.flow_title {
    font-size: 20px;
    margin: 0 auto;
  }

  .btn-border-white {
    font-size: 16px;
    padding: 16px 104px;
  }

  .covid_service_btn {
    margin: 0 auto;
  }

  .flow_receptionist_text {
    display: none;
  }

  .flow_receptionist_rp375 {
    display: inline;
  }


}
