html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  background: transparent;
  color: #323232;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 900 !important;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

#rikunabi {
  background-color: #306BB3;
  float: left;
  position: sticky;
  z-index: 99;
  bottom: 0;
  width: 100%;
}

#rikunabi .rikunabi_wrap {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#rikunabi .icon_entry {
  width: 18%;
  margin: 4.9vw 0.9vw 3.6vw;
}

#rikunabi .rikunabi_icon {
  width: 38%;
  padding: 3.2% 0% 0%;
  margin: 0 0 0 1.5%;
}

/*------------------------------------------------------------------------------ SET --*/
.pcv {
  display: block !important;
}

.spv {
  display: none !important;
}

@media screen and (max-width: 750px) {
  .pcv {
    display: none !important;
  }
  .spv {
    display: block !important;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.dispNon {
  display: none !important;
}

/*------------------------------------------------------------------------------ COMMON --*/
body {
  width: 100%;
  /*min-width:1140px;*/
  margin: 0;
  padding: 0;
  color: #333333;
  background: #fff;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 0;
  font-weight: 400;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 40%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 31.25%;
  }
}
.ts {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 110%;
  letter-spacing: 0.1em;
}

.tsc {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 100%;
  letter-spacing: 0.1em;
}

.tsr {
  display: block;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  width: 110%;
  letter-spacing: 0.1em;
}

#cont {
  position: relative;
  width: 100%;
  min-width: 980px;
  margin: 0 auto;
  padding: 50px 0 0 !important;
}

#top #cont {
  padding: 0 0 100px;
}

#entry {
  position: fixed;
  bottom: 0px;
  right: 10px;
  width: 192px;
  height: 192px;
  z-index: 900;
  cursor: pointer;
}

#entry a {
  position: relative;
  display: block;
  width: 192px;
  height: 192px;
  background: url(../img/entry.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#entry a::after {
  content: "";
  width: 192px;
  height: 192px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/entry_hover.png) 0 0 no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  opacity: 0;
}

#entry a:hover::after {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  body {
    min-width: 320px;
    font-size: 13px;
  }
  #cont {
    position: relative;
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    padding: 16.6vw 0 0 !important;
  }
  #entry {
    position: fixed;
    bottom: 1vw;
    right: 1vw;
    width: 25vw;
    height: 25vw;
    z-index: 900;
    cursor: pointer;
  }
  #entry a {
    position: relative;
    display: block;
    width: 25vw;
    height: 25vw;
    background: url(../img/entry.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  #entry a::after {
    content: "";
    width: 25vw;
    height: 25vw;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/entry_hover.png) 0 0 no-repeat;
    background-size: 100% auto;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    opacity: 0;
  }
  #entry a:hover::after {
    opacity: 1;
  }
}
/*
html, body {
	height:100%;
}
*/
a img,
.btn {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

a:hover img,
.btn:hover {
  opacity: 0.8;
}

/*------------------------------------------------------------------------------ HEAD --*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  min-width: 980px;
  background: #fff !important;
  text-align: left;
  zoom: 1;
  overflow: visible !important;
  z-index: 990;
}

h1 {
  position: fixed;
  top: 0;
  left: 47px;
  z-index: 9999;
}

header nav {
  position: absolute;
  top: 0;
  right: 60px;
  height: 50px;
}

header nav ul {
  position: relative;
  zoom: 1;
  overflow: hidden;
}

header nav ul li {
  float: left;
  margin: 20px 0 0 22px;
}

header nav ul li .tsc {
  letter-spacing: 0.2em !important;
}

@media screen and (max-width: 1200px) {
  header nav ul li {
    margin: 20px 0 0 8px;
  }
  header nav ul li .tsc {
    letter-spacing: 0.15em !important;
  }
}
header nav ul li a {
  position: relative;
  display: block;
  padding: 0 0 5px;
  color: #333333;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  white-space: nowrap;
  border-bottom: #fff solid 1px;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
}

header nav ul .no_hov {
  margin: 12px 0 0 6px;
}

header nav ul .no_hov img {
  width: 140px;
}

header nav ul li a:hover {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
}

header nav ul .no_hov a:hover {
  color: #fff;
  border-bottom: #fff solid 1px;
}

#top header nav ul li:nth-child(1) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#about header nav ul li:nth-child(2) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#merit header nav ul li:nth-child(3) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#interview header nav ul li:nth-child(5) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#interview_inside header nav ul li:nth-child(5) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#info header nav ul li:nth-child(6) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#info header_inside nav ul li:nth-child(6) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#faq header nav ul li:nth-child(7) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

#internship header nav ul li:nth-child(8) a {
  color: #306bb3;
  border-bottom: #306bb3 solid 1px;
  font-weight: 600 !important;
}

/*
@media all and (-ms-high-contrast: none){
header nav ul li:nth-child(1) a{
	margin-top:-1px;
	}
header nav ul li:nth-child(7) a{
	margin-top:-1px;
	}
}
*/
header nav ul li a.icon_w {
  background: url(../img/icon_window.png) right 0px no-repeat;
  background-size: 12px auto;
  min-height: 12px;
  padding: 0 20px 5px 0;
}

header nav ul li.new {
  background: url(../img/icon_new_pc.png) center bottom no-repeat;
  background-size: 33px auto;
  min-height: 39px;
  padding: 0 0 0 0;
}

.btn_menu {
  display: none;
}

#spNav {
  display: none;
}

@media screen and (max-width: 750px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 16.6vw;
    min-width: 320px;
    background: #fff !important;
    text-align: left;
    zoom: 1;
    overflow: hidden !important;
    z-index: 990;
  }
  h1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 61vw;
  }
  header nav {
    display: none;
  }
  .btn_menu {
    background: url(../img/menu.png) center 11vw no-repeat !important;
    background-size: 10vw auto !important;
    display: block !important;
    position: absolute;
    top: 0;
    right: 0;
    width: 16.6vw;
    height: 16.6vw;
    z-index: 999;
    cursor: pointer;
  }
  .btn_menu.closebg {
    background: none !important;
  }
  .btn_menu .tsc {
    display: none;
  }
  .btn_menu_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10vw;
    height: 4px;
    margin: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .btn_menu_icon:before, .btn_menu_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10vw;
    height: 4px;
    background: #306BB3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn_menu_icon:before {
    margin-top: -12px;
  }
  .btn_menu_icon:after {
    margin-top: 0;
  }
  .btn_menu .close {
    background: transparent;
  }
  .btn_menu .close:before, .btn_menu .close:after {
    margin-top: 0;
  }
  .btn_menu .close:before {
    background-color: #306bb3;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .btn_menu .close:after {
    background-color: #306bb3;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #spNav {
    position: fixed;
    top: -200vh;
    left: 0;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 16.5vw);
    overflow-y: auto !important;
    z-index: 980;
    background: #fff;
    -webkit-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    display: block;
  }
  #spNav.open {
    top: 16.5vw;
  }
  #spNav ul {
    position: relative;
    padding: 0 0 16vw;
  }
  #spNav ul li {
    position: relative;
    padding: 0 0 0 16vw;
  }
  #spNav ul li a {
    position: relative;
    display: block;
    color: #306bb3;
    font-size: 3rem;
    line-height: 1;
    white-space: nowrap;
    border-bottom: #306bb3 solid 1px;
  }
  #spNav ul li:last-child a {
    border-bottom: none;
  }
  #spNav ul li a.large {
    padding: 3vw 4vw;
  }
  #spNav ul li a.small {
    padding: 3vw 4vw 3vw 8vw;
  }
  #spNav ul li a.normal {
    background: url(../img/icon_arrow_b2.png) right center no-repeat;
    background-size: 30px auto;
  }
  #spNav ul li a.icon_w {
    background: url(../img/icon_window_b2.png) right center no-repeat;
    background-size: 30px auto;
  }
  #spNav ul li.new {
    background: url(../img/icon_new_sp.png) 4vw center no-repeat;
    background-size: 9vw auto;
  }
  #spNav ul li.new a {
    background-color: #e6f5ff;
  }
}
@media screen and (max-width: 750px) and (max-width: 479px) {
  html {
    font-size: 31.25%;
  }
}
/*------------------------------------------------------------------------------ FOOT --*/
footer {
  position: relative;
  width: 100%;
  min-width: 980px;
  padding: 10px 0 0;
  margin: 0 auto;
  background: #fff;
}

footer.btm {
  position: fixed !important;
  bottom: 0;
  left: 0;
}

footer > div {
  position: relative;
  text-align: center;
}

footer dl {
  position: relative;
  display: inline-block;
  margin: 0 33px;
  vertical-align: top;
}

footer dl dt {
  position: relative;
  padding: 20px 0 5px;
  border-bottom: 1px solid #e5e5e5;
  text-align: left;
}

footer dl dt a {
  position: relative;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer dl dt a:hover {
  color: #306bb3;
}

footer dl dd {
  position: relative;
  padding: 6px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: left;
}

footer dl dd a {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 400;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer dl dd a:hover {
  color: #306bb3;
}

footer dl a.icon_w {
  background: url(../img/icon_window.png) right center no-repeat;
  background-size: 12px 12px;
  min-height: 12px;
  padding: 0 18px 0 0;
}

footer dl dt a.normal {
  background: url(../img/icon_arrow.png) right center no-repeat;
  background-size: 12px 12px;
  min-height: 13px;
  padding: 0 18px 0 0;
}

footer dl dd a.normal {
  background: url(../img/icon_arrow.png) right center no-repeat;
  background-size: 12px 12px;
  min-height: 13px;
  padding: 0 18px 0 0;
}

footer dl a.icon_w:hover {
  background: url(../img/icon_window_hover.png) right center no-repeat;
  background-size: 12px 12px;
  min-height: 12px;
  padding: 0 18px 0 0;
}

footer dl a.normal:hover {
  background: url(../img/icon_arrow_hover.png) right center no-repeat;
}

footer p {
  margin: 25px 0 0;
  padding: 15px;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 400;
  color: #333333;
  text-align: center;
  background: #f6f6f6;
  letter-spacing: 0.1rem;
}

footer dl a .ts {
  display: block;
  -webkit-transform: none;
          transform: none;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 100%;
  letter-spacing: 0.1em;
}

footer dl a .small {
  font-size: 1.2rem;
}

footer dl dt.two-line a {
  line-height: 1.4;
  background-position: right 90%;
}

footer dl dt.two-line a:hover {
  background-position: right 90%;
}

/*------------------------------------------------------------------------------ 768px under --*/
@media screen and (max-width: 750px) {
  footer {
    position: relative !important;
    width: 100%;
    min-width: 320px;
    padding: 3vw 0 0;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
  }
  footer.btm {
    position: relative !important;
    bottom: 0;
    left: 0;
  }
  footer > div {
    position: relative;
    text-align: center;
  }
  footer dl {
    position: relative;
    display: block;
    margin: 0 3vw;
    vertical-align: top;
  }
  footer dl dt {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
  }
  footer dl dt a {
    position: relative;
    display: block;
    font-size: 3.2rem;
    line-height: 1;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 3vw !important;
  }
  footer dl dt a:hover {
    color: #306bb3;
  }
  footer dl dd {
    display: none;
  }
  footer dl dd a {
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
    color: #333;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer dl dd a:hover {
    color: #306bb3;
  }
  footer dl a.icon_w {
    background: url(../img/icon_window_sp.png) right center no-repeat !important;
    background-size: 30px auto !important;
    min-height: 6.5vw;
    padding: 0 7vw 0 0;
  }
  footer dl a.normal {
    background: url(../img/icon_arrow_sp.png) right center no-repeat !important;
    background-size: 30px auto !important;
    min-height: 6.5vw;
    padding: 0 7vw 0 0;
  }
  footer dl a.icon_w:hover {
    background: url(../img/icon_window_sp.png) right center no-repeat !important;
    background-size: 30px auto !important;
    min-height: 6.5vw;
    padding: 0 7vw 0 0;
  }
  footer dl a.normal:hover {
    background: url(../img/icon_arrow_sp.png) right center no-repeat !important;
    background-size: 30px auto !important;
    min-height: 6.5vw;
    padding: 0 7vw 0 0;
  }
  footer dl dt.last {
    border-bottom: none;
  }
  footer p {
    margin: 6vw 0 0;
    padding: 4vw;
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 400;
    color: #333333;
    text-align: center;
    background: #f6f6f6;
    letter-spacing: 0.05rem;
  }
  footer dl a .small {
    font-size: 3.2rem;
  }
  footer dl dt.two-line a {
    line-height: 1;
    background-position: right center;
  }
  footer dl dt.two-line a br {
    display: none;
  }
  footer dl dt.two-line a .small {
    display: inline-block;
    padding-right: 1em;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  line-height: 1.6;
}

footer p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background: none;
  letter-spacing: 0;
}
footer > div {
  position: static;
  line-height: 1.6;
}

@media screen and (max-width: 750px) {
  .sp_parts {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .sp_parts {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc_parts {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .pc_parts {
    display: block;
  }
}

.l-header {
  height: 90px;
  position: relative;
  min-width: 980px;
  background-image: url("../img/header_bg.png") !important;
  background-size: contain !important;
  background-repeat: repeat-x !important;
  background-position: 50% 50% !important;
}
@media screen and (max-width: 750px) {
  .l-header {
    min-width: auto;
    width: 100%;
    height: 50px;
  }
}

.l-header__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(30px, -55%);
          transform: translate(30px, -55%);
}
@media screen and (max-width: 750px) {
  .l-header__logo {
    width: 270px;
    -webkit-transform: translate(3.3333333333vw, -55%);
            transform: translate(3.3333333333vw, -55%);
    z-index: 1;
  }
}

.l-header__nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-40px, -50%);
          transform: translate(-40px, -50%);
}
@media screen and (max-width: 750px) {
  .l-header__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(2, 110, 201, 0.9);
    -webkit-transform: none;
            transform: none;
    z-index: 10;
  }
}

@media screen and (max-width: 750px) {
  .l-header__listWrap {
    padding-top: 50px;
  }
}

.l-header__list {
  margin: 25px 0 0 32px;
}
@media screen and (max-width: 750px) {
  .l-header__list {
    margin: 0;
    width: 100%;
  }
}
.l-header__list a {
  font-size: 15px;
  font-weight: 500 !important;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000 !important;
  border: none !important;
}
@media screen and (max-width: 750px) {
  .l-header__list a {
    color: #fff !important;
    padding: 5.3333333333vw 3.3333333333vw;
    border-bottom: none !important;
    background-image: url("../img/icon_arrowLeft.png");
    background-repeat: no-repeat;
    background-size: 2.5333333333vw 4.2666666667vw;
    background-position: 95% 50%;
  }
}
.l-header__list a:hover {
  color: #026ec9 !important;
}
@media screen and (max-width: 750px) {
  .l-header__list a[target=_blank] {
    background-image: url("../img/icon_blank.png");
    background-size: 4vw 4vw;
  }
}

.l-header__x {
  width: 8vw;
  height: 8vw;
  position: absolute;
  right: 1.6vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 1.3333333333vw;
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  z-index: 11;
}
.l-header__x span, .l-header__x::before, .l-header__x::after {
  content: "";
  display: block;
  width: 5.3333333333vw;
  height: 0.5333333333vw;
  background-color: #000;
  position: absolute;
}
.l-header__x span {
  top: 1.8666666667vw;
}
.l-header__x::before {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header__x::after {
  bottom: 1.8666666667vw;
}
.l-header__x.is-close {
  background: #fff;
}
.l-header__x.is-close span {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__x.is-close::before {
  display: none;
}
.l-header__x.is-close::after {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.l-main {
  min-width: 980px;
}
@media screen and (max-width: 750px) {
  .l-main {
    min-width: auto;
  }
}

.l-footer {
  background-image: -webkit-gradient(linear, left top, right top, from(#69c9fb), color-stop(70%, #006dc9), to(#69c9fb));
  background-image: linear-gradient(to right, #69c9fb, #006dc9 70%, #69c9fb);
  padding: 54px 0 0;
}
@media screen and (max-width: 750px) {
  .l-footer {
    padding: 8vw 0 0;
  }
}
.l-footer p {
  font-size: 14px;
  padding-bottom: 23px;
  display: none;
}
@media screen and (max-width: 750px) {
  .l-footer p {
    font-size: 2.9333333333vw;
    padding-bottom: 3.0666666667vw;
  }
}

.l-footer__info {
  background-color: #fff;
  font-size: 14px;
  max-width: 660px;
  text-align: left;
  margin: 0 auto;
  padding: 35px 40px;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .l-footer__info {
    width: 88vw;
    padding: 4.6666666667vw 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
.l-footer__info .mail {
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 750px) {
  .l-footer__info .mail {
    padding-bottom: 0.6666666667vw;
  }
}
@media screen and (min-width: 751px) {
  .l-footer__info .tel {
    pointer-events: none;
  }
}

.l-footer__copy {
  color: #fff;
  background-color: #4a4e51;
  font-size: 12px;
  margin: 60px 0 0;
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .l-footer__copy {
    font-size: 2.6666666667vw;
    margin: 8vw 0 0;
    padding: 2.6666666667vw 0;
  }
}

.m-cover {
  background-color: #026ec9;
  font-size: 20px;
  text-align: center;
  color: #fff;
  padding: 65px 0;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  height: 180px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .m-cover {
    font-size: 2.6666666667vw;
    padding: 13.3333333333vw 0;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    height: 32vw;
  }
}
.m-cover::before, .m-cover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
}
.m-cover::before {
  top: 25%;
  left: 25%;
}
@media screen and (max-width: 750px) {
  .m-cover::before {
    top: 15%;
    left: 5%;
  }
}
.m-cover::after {
  bottom: 25%;
  right: 25%;
}
@media screen and (max-width: 750px) {
  .m-cover::after {
    bottom: 15%;
    right: 5%;
  }
}
