@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Montserrat", "Noto Sans JP", "sans-serif", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #11518f;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/*
a:link, a:visited, a:hover, a:active {
  color: white;
}
*/

/* view mode */
.pc-mode {
  display: block;
}

.sp-mode {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}

/*----------------
 *utility
----------------*/

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

.no-letter-spacing {
  letter-spacing: 0em;
}

.title h2 {
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-align: center;
  margin-bottom: 150px;
}

.title p {
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-top: 25px;
}

#hero_img {
  background-image: url("../img/hero_img.png");
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 80vh;
}

/*----------------
 *header nav
----------------*/
#nav_head {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav_body {
  background-color: #fff;
  display: flex;
  height: 150px;
  /*	margin-bottom: 300px;*/
  /*	max-width: 1520px;*/
}

.nav_inner {
  /*	background-color: beige;*/
  display: flex;
  margin-right: 60px;
  width: 60%;
}

#nav_head h2 {
  width: 170px;
  margin: auto;
  margin-left: 60px;
}

#nav_head h2 img {
  width: 250px;
}

.nav_inner a {
  color: #11518f;
  text-align: center;
  display: block;
  /*	border: 1px solid #333;*/
}

.nav_inner span {
  display: block;
  margin-top: 15px;
}

.nav_inner li {
  margin-left: 20px;
  margin: auto;
}

.nav_inner a:hover {
  opacity: 0.5;
}

#nav_head ul li {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}

#nav_head ul li span {
  font-size: 1.1rem;
}

/*----------------
 *SERVICE
----------------*/

#service {
  padding-top: 300px;
}

.service_back {
  background-color: #f5f5f9;
  padding-bottom: 144px;
  margin-bottom: 150px;
}

/*
.service_works{
	text-align: right;
}
*/

.service_top {
  padding-top: 50px;
}

.service_top_wrap {
  display: flex;
}

.service_top_wrap img {
  width: 54vw;
  z-index: 0;
}

.service_works_text_title {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 84px;
}

.service_works_text_title::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #e0365d;
  position: absolute;
  margin: 42px auto;
}

.works_top_text_area {
  font-size: 1.6rem;
  background-color: white;
  line-height: 4rem;
  padding: 5% 5% 5% 6%;
  width: calc(46vw + 120px);
  z-index: 1;
  margin-top: 12%;
  margin-left: -120px;
  margin-bottom: 240px;
}

/*----------------
 *SERVICE Resorce
----------------*/

.service_resorce > img {
  margin-bottom: 175px;
}

.service_resorce_wrap {
  display: flex;
  margin-right: 10%;
  margin-left: 10%;
  gap: 20%;
  justify-content: center;
}

.service_resorce_img {
  height: 144px;
  text-align: center;
}

.service_resorce_title {
  /*	width: 70%;*/
  /*	padding: 0.5em 1em;

    margin-top: 62px;
	margin-bottom: 42px;
*/
  margin: 62px auto 42px;
  font-weight: bold;
  border: solid 1px #e0365d;
}

.service_resorce_box:last-child .service_resorce_title {
  width: 100%;
}

.service_resorce_title p {
  margin: 20px auto;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 3px;
}

.service_resorce_text p {
  color: #0a0a0a;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.service_resorce_text a {
  color: #11518f;
}

.service_resorce_box {
  width: 40%;
  height: 450px;
  position: relative;
}

.service_resorce_box_link {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

/*----------------
*SERVICE furcus
----------------*/

#forcus_and_business {
  background-color: #f5f5f9;
  padding-left: 10%;
  padding-right: 10%;
  letter-spacing: 0.1em;
  margin-bottom: 150px;
}

.forcus_item {
  padding-top: 144px;
}

#forcus_and_business h3 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 110px;
}

.forcus_item h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #e0365d;
  position: absolute;
  margin-top: 30px;
}

.forcus_item_content {
  color: #0a0a0a;
  background-color: #fff;
  display: flex;
  width: 80vw;
  padding: 3%;
  margin-bottom: 96px;
}

.forcus_item_content:nth-of-type(3) {
  margin-bottom: 144px;
}

.forcus_item_img {
  width: 30%;
  margin: auto 0;
}

.forcus_item_img img {
  width: 100%;
}

.forcus_item_text {
  width: 67%;
  padding: 5% 0% 5% 3%;
}

.forcus_item_text p:first-child {
  font-size: 2.2rem;
  font-weight: 400;
  margin-bottom: 30px;
}

.forcus_item_text p:nth-child(2) {
  font-size: 1.6rem;
  line-height: 1.7;
}

.forcus_item_link {
  text-align: end;
  margin-top: 40px;
}

/*----------------
 *SERVICE business flow
----------------*/

.business_flow h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #e0365d;
  position: absolute;
  margin-top: 30px;
}

.business_flow h3 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

#business_flow {
  /*	display: none;*/
}

/*----------------
 *COMPANY
----------------*/

#company {
  padding: 150px 10% 150px;
}

.company_list {
  max-width: 600px;
  margin: auto;
  color: #0a0a0a;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

.company_item {
  display: flex;
  margin-bottom: 50px;
}

.company_item:last-of-type {
  margin-bottom: 0;
}

.company_item dd {
  color: #11518f;
  width: 71px;
  font-weight: 500;
  margin-right: 50px;
  text-align: right;
  flex: 0 0 auto;
}

.company_item dt {
  flex: 1 1 auto;
}

/*----------------
 *ACCESS
----------------*/

#access {
  padding: 150px 10% 0px;
}

.access_content {
  display: flex;
}

.access_map {
  width: 50%;
}

.access_text {
  color: #0a0a0a;
  padding-left: 48px;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.access_text p {
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.access_text p:first-child {
  margin-bottom: 35px;
}

.access_text p:last-child {
  margin-bottom: 20px;
}

.access_text span {
  color: #11518f;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
}

.access_pdf_wrap {
  margin: auto auto 5px auto;
  width: 80%;
  max-width: 220px;
}

.access_pdf_wrap a {
  color: #fff;
  background-color: #11518f;
  line-height: 60px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}

.access_btn_wrap {
  margin: 0 auto 0;
  width: 80%;
  max-width: 220px;
}

.access_btn {
  color: #fff;
  background-color: #11518f;
  line-height: 60px;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
}

/*----------------
 *CONTACT
----------------*/

#contact {
  padding: 250px 10% 0;
  margin-bottom: 250px;
}

.contact_btn_wrap {
}

.contact_btn {
  display: block;
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: 0.3em;

  color: #fff;
  background-color: #11518f;
  text-align: center;
  max-width: 700px;
  min-width: 530px;
  width: 70%;
  margin: 0 auto 150px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_btn_wrap span {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.3em;
  margin-top: 25px;
}

/*----------------
 *fotter
----------------*/

.fotter_message {
  width: 100%;
  margin-top: 500px;
}

.fotter_line {
  width: 100%;
  height: 120px;
  background-color: #f5f5f9;
}

.fotter_wrap {
  color: #fff;
  background-color: #11518f;
  font-size: 1rem;
  font-weight: 200;
  letter-spacing: 0.1em;
  line-height: 40px;
  height: 40px;
  padding: 0 10%;
  display: flex;
  text-align: center;
  justify-content: space-between;
}
.fotter_wrap p a {
  color: #fff;
}

.fotter_copyright {
}

/*--------------------------------
 *下層ページ　Resorce & forcusitem
--------------------------------*/

#rf_hero_img {
  background-image: url("../img/sky-2009916_1920.jpg");
  background-size: cover;
  width: 100%;
  height: 60vh;
  position: relative;
}

#rf_hero_img::before {
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0, 0, 0, 0.2);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: " ";
}

#rf_hero_img p {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
}

/*----------------
 *Rf resorce
----------------*/

.Rf_content_wrap {
  /*	padding: 245px 0 0;*/
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.Rf_resorce_content_wrap {
  margin-bottom: 300px;
  padding-left: 10%;
  padding-right: 10%;
}

.Rf_resorce_content {
  /*	background-color: lavenderblush;*/
  display: flex;
  letter-spacing: 0.1em;
  /*	margin-bottom: 200px;*/
  padding-top: 245px;
}

.Rf_resorce_content:last-child {
  margin-bottom: 0px;
}

.Rf_resorce_content_left {
  width: 25%;
  padding-right: 20px;
  margin: auto;
}

.Rf_resorce_content h3 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 45px;
}

.Rf_resorce_content h3::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #e0365d;
  position: absolute;
  margin-top: 20px;
}

.Rf_resorce_content_right {
  width: 75%;
}

.Rf_resorce_content_right li {
  color: #0a0a0a;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.Rf_resorce_content_right p {
  font-size: 1.6rem;
  line-height: 2.1;
  margin-bottom: 54px;
}

/*----------------
 *Rf forcus item
----------------*/

.Rf_fi_content {
  padding-top: 160px;
}

.Rf_fi_content:last-of-type {
  margin-bottom: 170px;
}

.Rf_fi_wrap {
  background-color: #f5f5f9;
  position: relative;
  padding: 0px 10% 110px;
}

.Rf_fi_wrap h2 {
  position: absolute;
  font-weight: 500;
  font-size: 7rem;
  letter-spacing: 0.1em;
  top: -50px;
}

.Rf_fi_title {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
}

.Rf_fi_title::after {
  content: "";
  display: block;
  width: 130px;
  height: 3px;
  background-color: #e0365d;
  position: absolute;
  margin-top: 8px;
}

.Rf_fi_text {
  color: #0a0a0a;
  background-color: #fff;
  padding: 2%;
  line-height: 1.7;
  letter-spacing: 0.07em;
  font-size: 1.4rem;
}

.Rf_fi_text p:last-child {
  margin-top: 50px;
}

.Rf_fi_text span {
  color: #e0365d;
  font-weight: 600;
}

.Rf_fi_content_pic1 {
  margin: 40px auto;
}

.Rf_fi_content_pic1 img {
  max-width: 570px;
}

.Rf_fi_content_pic2 {
  margin: 40px auto;
}

.Rf_fi_content_pic2 img {
  max-height: 550px;
}

/*----------------
プライバシーポリシー
----------------*/

.pr_head {
  background-color: #f5f5f9;
  height: 200px;
}

.pr_title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 200px;
  letter-spacing: 0.2em;
  font-family: serif;
}

.pr_body {
  padding: 100px 6% 100px;
  color: #0a0a0a;
}

.pr_content {
  margin-bottom: 50px;
}

.pr_content:last-of-type {
  margin-bottom: 100px;
}

.pr_content p {
  font-size: 1.3rem;
  line-height: 20px;
}

.pr_content ul li {
  font-size: 1.3rem;
  line-height: 30px;
}

.pr_content ul {
  margin: 10px 0 10px;
}

.pr_content_title {
  color: #11518f;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.2em;
  font-family: serif;
  border-bottom: solid 1px #11518f;
  padding-bottom: 10px;
}

ul.pr_company li {
  line-height: 1.5em;
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適応される */

  /* view mode */
  .pc-mode {
    display: none;
  }

  .sp-mode {
    display: block;
  }

  /*----------------
 *utility
----------------*/

  .title h2 {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-align: center;
    margin-bottom: 50px;
  }

  /*----------------
 *スマホ　header
----------------*/

  #hero_img {
    background-position: 72%;
    height: 45vh;
  }

  /*
.header_sp{
	height: 33px;
}
*/
  .sp_logo_ham h2 {
    width: 70px;
  }

  .sp_logo_ham {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sp_nav_head {
    background-color: white;
    padding: 1px 2px 1px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
  }

  .nav_body {
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    background-color: rgba(17, 81, 143, 0.7);
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.2s ease-in-out;
  }

  #hamburger {
    position: relative;
    display: block;
    width: 30px;
    height: 25px;
    margin: 10px 10px 10px auto;
    z-index: 5;
  }

  #hamburger span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #11518f;
    transform: translateY(-50%);
  }

  #hamburger::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #11518f;
  }
  #hamburger::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #11518f;
  }
  #hamburger.toggle span,
  #hamburger.toggle::before,
  #hamburger.toggle::after {
    background-color: #fff;
  }

  .nav_inner li a {
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  .nav_inner {
    display: block;
    margin-right: 0;
    width: 100%;
    padding-top: 50px;
  }

  .nav_inner span {
    display: block;
    margin-top: 10px;
    font-size: 1.3rem;
    font-weight: 300;
  }

  .nav_inner li {
    margin: 0 0 50px 0;
  }

  .nav_inner a:hover {
    opacity: 1;
  }

  /*閉じるアイコン*/

  .nav_inner .close span {
    /* color: #fff;
	font-size: 1.6rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-align: center;
	margin-top: 100px; */
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 50px;
    padding: 12px 0;
    border-radius: 8px;
    width: 20%;
    border: 1px solid;
  }
  .close {
    display: flex;
    justify-content: center;
  }

  /*
.sp-nav .close {
   position: relative;
   padding-left: 20px;
}
*/

  /*バツ印線1

.sp-nav .close::before {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( 45deg );
}*/

  /*バツ印線2

.sp-nav .close::after {
   content: '';
   position: absolute;
   top: 50%;
   left: 0;
   display: block;
   width: 16px;
   height: 1px;
   background: #fff;
   transform: rotate( -45deg );
}*/

  .toggle {
    transform: translateY(0);
    opacity: 1;
  }

  /*
.nav_body{
		display: none;
	}
*/

  /*	
.nav_toggle {
  display: block;
  position: relative;
  width: 1.75rem;
  height: 1.5rem;
}
.nav_toggle i {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333;
  position: absolute;
  transition: transform .5s, opacity .5s;
}
.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}



.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}



.nav {
  position: fixed;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s, visibility .5s;
}

.nav.show {
  opacity: 1;
  visibility: visible;
}


*/

  /*----------------
 *スマホ　コンタクトボタン
----------------*/

  .contact_btn {
    font-size: 2rem;
    min-width: 200px;
  }

  /*----------------
 *とりあえずのナビ

.nav_body{
	display: block;
}

#nav_head ul li{
	font-size: 1.5rem;
	letter-spacing: 0.05em;
}
----------------*/

  /*----------------
 *スマホ　SERVICE
----------------*/

  #service {
    padding-top: 190px;
  }

  .title P {
    font-size: 1.6rem;
    margin-top: 15px;
  }

  .service_top_wrap {
    display: block;
  }

  .service_top_wrap img {
    width: 100%;
  }

  .works_top_text_area {
    font-size: 1.4rem;
    background-color: transparent;
    margin-left: 0px;
    margin-bottom: 100px;
    padding: 0 20px;
    width: 100%;
  }

  .service_works_text_title {
    font-size: 2rem;
  }

  .service_works_text_title::after {
    margin: 12px auto;
  }

  .service_back {
    padding-bottom: 1px;
  }

  /*----------------
 *スマホ　SERVICE resorce
----------------*/

  .service_resorce {
    padding: 0 20px;
  }

  .service_resorce > img {
    margin-bottom: 80px;
  }

  .service_resorce_wrap {
    display: block;
    justify-content: start;
    margin-right: 0px;
    margin-left: 0px;
  }

  .service_resorce_img {
    height: 135px;
    text-align: center;
  }

  .service_resorce_box {
    width: 100%;
    height: auto;
    margin-bottom: 80px;
  }

  .service_resorce_img img {
    height: 100%;
  }

  .service_resorce_title {
    margin: 40px auto;
    width: 70%;
  }

  .service_resorce_box:last-child .service_resorce_title {
    width: 70%;
  }

  .service_resorce_title p {
    margin: 10px auto;
    font-size: 1.8rem;
  }

  .service_resorce_box_link {
    position: static;
    margin-top: 40px;
  }

  /*----------------
*SERVICE furcus
----------------*/

  #forcus_and_business {
    padding-left: 20px;
    padding-right: 20px;
  }

  .forcus_item_content {
    background-color: transparent;
    display: block;
    width: auto;
    padding: 0;
  }

  .forcus_item_img {
    width: 100%;
  }

  .forcus_item_text {
    width: auto;
    padding: 0;
  }

  .forcus_item_text p:first-child {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 1.3;
  }

  .forcus_item_text p:nth-child(2) {
    font-size: 1.4rem;
    line-height: 1.8;
  }

  .forcus_item_link {
    text-align: center;
  }

  /*----------------
*スマホbusiness_flow
----------------*/

  .business_flow_sp {
    width: 80vw;
    margin: auto;
  }

  /*----------------
 *スマホ　COMPANY
----------------*/

  #company {
    padding: 150px 20px 150px;
  }

  .company_list {
    font-size: 1.4rem;
  }

  .company_item dd {
    margin-right: 20px;
    text-align: left;
  }

  /*----------------
 *スマホ　COMPANY
----------------*/

  #access {
    padding: 150px 20px 0px;
  }

  .access_text {
    padding-left: 0;
    width: auto;
    display: block;
    font-size: 1.4rem;
  }

  .access_text span {
    margin-bottom: 20px;
  }

  .access_text p:last-child {
    margin-bottom: 50px;
  }

  /*----------------
 *スマホ　COMPANY
----------------*/

  .contact_btn {
    width: auto;
    padding: 30px 0;
    font-size: 3rem;
  }

  /*----------------
 *スマホ　fotter
----------------*/

  .fotter_message {
    margin-top: 300px;
  }

  .fotter_copyright {
    margin: auto;
  }

  /*--------------------------------
 *下層ページ　Resorce & forcusitem
--------------------------------*/

  #rf_hero_img p {
    font-size: 2rem;
  }

  .Rf_content_wrap {
    padding-left: 0px;
    padding-right: 0px;
  }

  .Rf_resorce_content_wrap {
    margin-bottom: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .Rf_resorce_content {
    display: block;
    position: relative;
    margin-bottom: 170px;
  }

  .Rf_resorce_content_right {
    width: auto;
    position: absolute;
  }

  .Rf_resorce_content_right p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 40px;
  }

  .Rf_resorce_content_left {
    width: auto;
    padding-right: 0px;
    position: absolute;
    top: 320px;
    left: 50%;
    transform: translateX(-50%);
  }

  .Rf_resorce_content_right ul li {
    font-size: 1.4rem;
  }

  /*----------------
 *Rf forcus item
----------------*/

  .Rf_fi_wrap {
    padding: 0px 20px 110px;
  }

  .Rf_content_wrap h2 {
    font-size: 3.5rem;
    top: -27px;
    left: 15px;
  }

  .Rf_fi_content {
    padding-top: 100px;
  }

  .Rf_fi_title {
    font-size: 2.5rem;
  }

  .Rf_fi_text {
    background-color: transparent;
    padding: 0%;
  }

  /*----------------
 プライバシーポリシー
----------------*/

  .pr_title {
    font-size: 2.7rem;
    text-align: center;
    line-height: 200px;
    letter-spacing: 0.2em;
    font-family: serif;
  }

  /* 追加で記入しております */
  .fotter_wrap {
    letter-spacing: 0.1em;
    line-height: 25px;
    height: 70px;
    padding: 10px 10%;
    display: block;
    text-align: center;
  }
  .fotter_wrap p a {
    color: #fff;
  }
}
