@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/*---------------
   追加 reset
---------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover img {
  opacity: .6;
  transition: .5s;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

/*---------------
   共通
---------------*/
html {
  font-size: 62.5%;
  min-width: 1200px;
}

body {
  width: 100%;
  min-width: 1200px;
  color: #000;
  font-family: "游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}

.inner {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.flex_wrap {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}

.sp {
  display: none !important;
}

.text_center {
  text-align: center;
}

/*---------------
   header
---------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  z-index: 9999;
  background: #0A3190;
}
#header .header_content {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: space-between;
}
#header .logo {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 120px;
  background: #FFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #0A3190;
  letter-spacing: 0;
  text-align: center;
}
#header .logo a:hover {
  opacity: .6;
  transition: .5s;
}
#header .logo img {
  display: block;
  width: 200px;
}
#header .drawer_button {
  display: none;
}
#header .drawer_menu {
  margin-right: 30px;
  text-align: right;
  /*
  &_sub {
  	font-size: 1.3rem;
  	letter-spacing: 0;
  	li {
  		position: relative;
  		margin-left: 2em;
  		padding-left: 1em;
  		&:before {
  			position: absolute;
  			top: .7em;
  			left: 0;
  			content: '';
  			width: 6px;
  			height: 6px;					
  			background: $c_white;
  			border-radius: 3px;
  		}
  		&.mail {
  			padding-left: 2em;
  			&:before {
  				position: absolute;
  				top: .4em;
  				left: 0;
  				content: '';
  				width: 16px;
  				height: 12px;					
  				background: url("../images/common/header_ico_mail.png") top center no-repeat;
  			}
  		}
  		&.tel {
  			margin-left: 1em;
  			padding-left: 1em;
  			font-family: "Times New Roman", Times, "serif";
  			font-size: 2.0rem;
  			&:before {
  				position: absolute;
  				top: .6em;
  				left: 0;
  				content: '';
  				width: 15px;
  				height: 15px;					
  				background: url("../images/common/header_ico_tel.png") top center no-repeat;
  			}
  		}
  	}
  }
  */
}
#header .drawer_menu li {
  display: inline-block;
}
#header .drawer_menu a {
  color: #FFF;
}
#header .drawer_menu a:hover {
  text-decoration: underline;
}
#header .drawer_menu_main {
  font-size: 1.6rem;
  font-weight: bold;
}
#header .drawer_menu_main li {
  position: relative;
  margin-left: 2em;
  padding-left: 1em;
}
#header .drawer_menu_main li:before {
  position: absolute;
  top: .7em;
  left: 0;
  content: '';
  width: 6px;
  height: 6px;
  background: #FFF;
  border-radius: 3px;
}
#header .drawer_menu_main li.mail {
  padding-left: 1.5em;
}
#header .drawer_menu_main li.mail:before {
  position: absolute;
  top: .4em;
  left: 0;
  content: '';
  width: 16px;
  height: 12px;
  background: url("../images/common/header_ico_mail.png") top center no-repeat;
}

/*---------------
   main
---------------*/
#main {
  margin-top: 120px;
}

#page_ttl .inner {
  position: relative;
  height: 400px;
}
#page_ttl .page_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}
#page_ttl .en {
  font-family: "Times New Roman", Times, "serif";
  font-size: 6.0rem;
  letter-spacing: .1em;
}
#page_ttl .jp {
  font-size: 2.0rem;
  letter-spacing: .2em;
}
#page_ttl .jp:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  content: '';
  width: 79px;
  height: 1px;
  background: #FFF;
}

.content {
  padding: 100px 0;
}

.page_nav {
  padding: 50px 0;
}
.page_nav ul {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
}
.page_nav li a {
  position: relative;
  display: block;
  border-bottom: #094 4px solid;
  font-size: 1.7rem;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
}
.page_nav li a:after {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border: transparent 5px solid;
  border-top: #000 5px solid;
}
.page_nav li a:hover {
  opacity: .6;
  transition: .5s;
}

.btn_pdf a {
  display: block;
  width: 300px;
  margin: 0 auto;
  padding: 1em;
  background: url("../images/works/btn_pdf_arrow.png") top 50% right 25px no-repeat, #0A3190;
  color: #FFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
}
.btn_pdf a:hover {
  opacity: .6;
  transition: .5s;
}

/*---------------
   main 実績ページ
---------------*/
.jisseki .btn_back a {
  display: inline-block;
  width: 120px;
  height: 20px;
  padding-left: 2em;
  background: url("../images/reform/btn_back_arrow.png") top 50% left 14px no-repeat, #094;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.0rem;
  text-align: center;
}
.jisseki .btn_back a:hover {
  opacity: .6;
  transition: .5s;
}
.jisseki_lttl {
  position: relative;
  margin: 30px 0;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: .1em;
  text-indent: .1em;
  text-align: center;
}
.jisseki_lttl .en {
  color: #DDD;
  font-family: "Times New Roman", Times, "serif";
  font-size: 5.0rem;
}
.jisseki_lttl .jp {
  color: #0A3190;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.0rem;
}
.jisseki_lttl .location {
  margin-top: 10px;
  font-size: 2.0rem;
  letter-spacing: .2em;
  text-indent: .2em;
}
.jisseki_lttl .btn_back {
  position: absolute;
  top: 0;
  left: 0;
}
.jisseki_works_list {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.jisseki_works_list_item {
  width: 255px;
  margin: 0 0 40px 40px;
  text-align: center;
}
.jisseki_works_list_item:nth-child(4n+1) {
  margin-left: 0;
}
.jisseki_works_list_item a {
  display: block;
}
.jisseki_works_list_item a:hover {
  opacity: .6;
  transition: .5s;
}
.jisseki_works_list_thumb {
  margin-bottom: 10px;
}
.jisseki_works_list_ttl {
  font-size: 1.5rem;
  font-weight: bold;
}
.jisseki_works_list_location {
  font-size: 1.3rem;
}

/*---------------
   footer
---------------*/
#footer .footer_content {
  border-top: #CCC 5px solid;
}
#footer .footer_content .inner {
  -webkit-display: flex;
  -moz-display: flex;
  -ms-display: flex;
  -o-display: flex;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
}
#footer .footer_content .logo {
  width: 303px;
}
#footer .footer_content .footer_company_info {
  width: 785px;
}
#footer .footer_content .footer_company_info .summary {
  margin-bottom: 10px;
  color: #094;
  font-size: 1.3rem;
  letter-spacing: 0;
}
#footer .footer_content .footer_company_info .shamei {
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.0rem;
}
#footer .footer_content .footer_company_info dt, #footer .footer_content .footer_company_info dd {
  letter-spacing: 0;
}
#footer .footer_content .footer_company_info dt {
  float: left;
}
#footer .footer_content .footer_company_info dd {
    padding-left: 7em;
}
#footer .copy_content {
  background: #0A3190;
  line-height: 40px;
}
#footer .copy_content .inner {
  position: relative;
}
#footer .copy_content .link {
  position: absolute;
  top: 0;
  left: 30px;
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
}
#footer .copy_content .link a {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
#footer .copy_content .link a:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border: transparent 4px solid;
  border-left: #FFF 4px solid;
}
#footer .copy_content .link a:hover {
  text-decoration: underline;
}
#footer .copy_content .copy {
  color: #FFF;
  font-family: "Times New Roman", Times, "serif";
  font-size: 1.5rem;
  letter-spacing: 0;
  text-align: center;
}

.mgt0 {
  margin-top: 0px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgb0 {
  margin-bottom: 0px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 20px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgl0 {
  margin-left: 0px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl80 {
  padding-left: 80px !important;
}

@media screen and (max-width: 640px) {
  /*---------------
     共通
  ---------------*/
  html {
    min-width: 100%;
  }

  body {
    min-width: 100%;
    font-size: 3.1578947368vw;
    /*(24/760)*100vw*/
  }

  img {
    max-width: 100%;
  }

  .inner {
    width: 100%;
    min-width: 100%;
    padding: 0 3.9473684211vw;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: inherit !important;
  }

  /*---------------
     header
  ---------------*/
  #header {
    height: 17vw;
    background: #FFF;
    z-index: 9999;
  }
  #header .header_content {
    padding: 2.6315789474vw 0 1.3157894737vw;
  }
  #header .logo {
    width: auto;
    height: auto;
    font-size: 3.1578947368vw;
  }
  #header .logo img {
    display: inline-block;
    width: 40.5263157895vw;
    margin-right: 2.6315789474vw;
  }
  #header .drawer_button {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 6.5789473684vw;
    cursor: pointer;
    position: fixed;
    top: 3vw;
    right: 5vw;
    z-index: 9999;
    outline: none;
  }
  #header .drawer_button.active .drawer_bar {
    width: 8.4vw;
  }
  #header .drawer_button.active .drawer_bar1 {
    transform: rotate(45deg);
  }
  #header .drawer_button.active .drawer_bar2 {
    opacity: 0;
  }
  #header .drawer_button.active .drawer_bar3 {
    transform: rotate(-45deg);
  }
  #header .drawer_button.active .drawer_menu_text {
    display: none;
  }
  #header .drawer_button.active .drawer_close {
    display: block;
  }
  #header .drawer_button .drawer_bar {
    display: block;
    height: 1px;
    margin: 2.7631578947vw 0;
    transition: all 0.2s;
    transform-origin: 0 0;
    background-color: #0A3190;
  }
  #header .drawer_menu_wrapper {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    transition: all 0.2s;
    transform: translate(100vw);
    position: fixed;
    top: 17vw;
    right: 0;
    z-index: 9999;
    background-color: #0A3190;
  }
  #header .drawer_menu_wrapper.open {
    transform: translate(0);
  }
  #header .drawer_menu {
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 0;
    /*
    &_sub {
    	order: 2;
    	border-bottom: $c_white 1px solid;
    	li {
    		width: calc( 100vw/3 );
    		margin-left: 0;
    		padding-left: 0;
    		border-right: $c_white 1px solid;
    		font-size: (30/760)*100vw;
    		&:nth-child(3), &.mail {
    			border-right: none;
    		}
    		&:before {
    			content: none;
    		}
    		&.mail {
    			width: 40%;
    			padding-left: 0;
    			border: none;
    			&:before {
    				top: 1.1em;
    				left: .5em;
    				width: (32/760)*100vw;						
    				height: (24/760)*100vw;		
    				background-size: contain;
    			}
    		}
    		&.tel {
    			width: 40%;
    			margin-left: 0;
    			padding-left: 0;
    			border: none;
    			font-size: (40/760)*100vw;
    			&:before {
    				top: .8em;
    				left: 0;
    				width: (30/760)*100vw;						
    				height: (30/760)*100vw;		
    				background-size: contain;
    			}
    		}
    	}
    }
    */
  }
  #header .drawer_menu li {
    width: 100%;
    border-bottom: #FFF 1px solid;
    font-size: 5.2631578947vw;
    line-height: 13.1578947368vw;
  }
  #header .drawer_menu a {
    display: block;
    text-align: center;
  }
  #header .drawer_menu_main {
    font-size: 3.9473684211vw;
  }
  #header .drawer_menu_main li {
    margin-left: 0;
  }
  #header .drawer_menu_main li:before {
    content: none;
  }
  #header .drawer_menu_main li.mail {
    /*width: 40%;*/
    /*padding-left: 0;*/
    border: none;
  }
  #header .drawer_menu_main li.mail:before {
    top: .9em;
    left: 50%;
    transform: translate(-21vw, 0);
    width: 4.2105263158vw;
    height: 3.1578947368vw;
    background-size: contain;
  }

  /*---------------
    main
  ---------------*/
  #main {
    margin-top: 17vw;
  }

  #page_ttl .inner {
    height: 46.6666666667vw;
  }
  #page_ttl .en {
    font-size: 8vw;
    line-height: 1.2;
  }
  #page_ttl .jp {
    font-size: 5.3333333333vw;
  }
  #page_ttl .jp:after {
    bottom: -2.6666666667vw;
    width: 10.6666666667vw;
  }

  .content {
    padding: 10vw 0;
  }

  .page_nav {
    padding: 6.5789473684vw 0 0;
  }
  .page_nav ul {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page_nav li {
    margin: 0 .5em 3em;
  }
  .page_nav li a {
    padding: 0;
    border-bottom: #094 2px solid;
    font-size: 3.4210526316vw;
    letter-spacing: 0;
  }
  .page_nav li a:after {
    bottom: -7vw;
    border: transparent 0.0065789474 solid;
    border-top: #000 0.0065789474 solid;
  }

  /*---------------
  	 main 実績ページ
  ---------------*/
  .jisseki .btn_back a {
    width: 26.3157894737vw;
    height: 3.9473684211vw;
    font-size: 2.6315789474vw;
    line-height: 3.9473684211vw;
    background: url("../images/reform/btn_back_arrow.png") top 50% left 1.9736842105vw no-repeat, #094;
    background-size: 2.6315789474vw;
  }
  .jisseki_lttl {
    margin: 0 0 5.2631578947vw;
  }
  .jisseki_lttl .en {
    font-size: calc((30/750)*100vw);
  }
  .jisseki_lttl .jp {
    font-size: calc((50/750)*100vw);
  }
  .jisseki_lttl .location {
    margin-top: 1.3157894737vw;
    font-size: 3.9473684211vw;
  }
  .jisseki_lttl .btn_back {
    position: static;
    text-align: left;
  }
  .jisseki_works_list {
    justify-content: space-between;
  }
  .jisseki_works_list_item {
    width: 48%;
    margin: 0 0 5.2631578947vw;
  }
  .jisseki_works_list_thumb {
    margin-bottom: 1.3157894737vw;
  }
  .jisseki_works_list_ttl {
    font-size: 3.4210526316vw;
  }
  .jisseki_works_list_location {
    font-size: 3.1578947368vw;
  }

  /*---------------
  	 footer
  ---------------*/
  #footer .footer_content .inner {
    display: block;
    padding: 3.9473684211vw;
  }
  #footer .footer_content .logo {
    width: 51.3157894737vw;
    margin: 0 auto 3.9473684211vw;
  }
  #footer .footer_content .footer_company_info {
    width: 100%;
    text-align: center;
  }
  #footer .footer_content .footer_company_info .summary {
    margin-bottom: 1.3157894737vw;
    font-size: 3.1578947368vw;
  }
  #footer .footer_content .footer_company_info .shamei {
    margin-bottom: 2.6315789474vw;
    font-size: 5.2631578947vw;
    letter-spacing: .1em;
    text-indent: .1em;
  }
  #footer .footer_content .footer_company_info dt, #footer .footer_content .footer_company_info dd {
    font-size: 3.1578947368vw;
  }
  #footer .footer_content .footer_company_info dt {
    float: none;
    margin-top: 1.3157894737vw;
  }
  #footer .footer_content .footer_company_info dd {
    padding: 0;
  }
  #footer .copy_content {
    line-height: 10.5263157895vw;
  }
  #footer .copy_content .link {
    left: 3.9473684211vw;
    font-size: 2.6315789474vw;
    letter-spacing: 0;
  }
  #footer .copy_content .link a {
    padding-left: .5em;
  }
  #footer .copy_content .copy {
    font-size: 2.6315789474vw;
  }

  .mgt20 {
    margin-top: 10px !important;
  }

  .mgt30, .mgt40, .mgt50 {
    margin-top: 20px !important;
  }

  .mgt60, .mgt70 {
    margin-top: 30px !important;
  }

  .mgt80, .mgt90 {
    margin-top: 40px !important;
  }

  .mgb20, .mgb30 {
    margin-bottom: 10px !important;
  }

  .mgb40, .mgb50 {
    margin-bottom: 20px !important;
  }

  .mgb60, .mgb70 {
    margin-bottom: 30px !important;
  }

  .mgb80, .mgb90 {
    margin-bottom: 40px !important;
  }
}
