@charset "UTF-8";
/**
function
*/
/*-----------------------------------------------------------------
デフォルトリセット設定
-----------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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%;
  vertical-align: baseline;
  background: transparent;
}

/* 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: bold;
}

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;
}

/**
function
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

/* 10px */
body {
  font-size: 1.6rem;
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

/*-----------------------------------------------------------------
font
-----------------------------------------------------------------*/
.font-noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

/*-----------------------------------------------------------------
テーブル
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
}

/*-----------------------------------------------------------------
見出し
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}

.hx01 {
  display: inline-block;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.hx01 span {
  display: block;
  font-size: 2.2rem;
  padding-bottom: 4px;
  margin-bottom: 6px;
  border-bottom: 3px solid #1b80ab;
}

/*-----------------------------------------------------------------
text
-----------------------------------------------------------------*/
p {
  line-height: normal;
}

/*-----------------------------------------------------------------
リンク
-----------------------------------------------------------------*/
a {
  transition: 0.2s linear;
}
a:link, a:visited {
  color: #737373;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
a:hover {
  opacity: 0.65;
}

/*-----------------------------------------------------------------
画像
-----------------------------------------------------------------*/
img {
  margin: 0;
  padding: 0;
  border: 0;
}

.dpb {
  display: block;
}

/*-----------------------------------------------------------------
テキスト系
-----------------------------------------------------------------*/
.textarea {
  font-size: 80%;
}

body {
  min-width: 1200px;
  -webkit-text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}

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

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 120px;
}
header h1 {
  padding-left: 120px;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
header h1 small {
  font-size: 2.4rem;
}
header h1 a {
  text-decoration: none;
  color: #333;
}
header h1 a:link, header h1 a:visited {
  text-decoration: none;
  color: #333;
}
header .action {
  position: relative;
}
header .action .btns ul {
  display: flex;
}
header .action .btns ul li {
  list-style: none;
}
header .action .btns ul li a {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .action .btns ul li a:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 12px;
}
header .action .btns ul li a.btn-contact {
  background-color: rgb(7, 155, 197);
}
header .action .btns ul li a.btn-contact:before {
  background-image: url(../img/top/icon-mail.png);
  width: 36px;
  height: 27px;
}
header .action .btns ul li a.btn-menu {
  background-color: #002856;
  position: relative;
}
header .action .btns ul li a.btn-menu:before {
  background-image: url(../img/top/icon-hamburger.png);
  background-position: 5px center;
  width: 50px;
  height: 35px;
}
header .action.active .menu {
  display: flex;
}
header .action .menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  right: 0;
  width: 540px;
  z-index: 100;
  background-color: #fafafa;
  padding-top: 116px;
  padding-left: 72px;
  padding-bottom: 36px;
}
header .action .menu .btn-menu-close {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  right: 0;
}
header .action .menu .btn-menu-close:before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 12px;
  background-image: url(../img/top/icon-close.png);
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 30px;
}
header .action .menu .title {
  width: 100%;
  font-weight: bold;
  letter-spacing: 1.08px;
  color: #333333;
  font-size: 2.15rem;
  margin-bottom: 50px;
}
header .action .menu .title small {
  font-size: 1.8rem;
  letter-spacing: 0.9px;
}
header .action .menu .left {
  width: 50%;
}
header .action .menu .right {
  width: 50%;
}
header .action .menu dl + dl {
  margin-top: 40px;
}
header .action .menu dl dt {
  margin-top: 15px;
}
header .action .menu dl dt:first-of-type {
  margin-top: 0;
}
header .action .menu dl dd {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  margin-left: 10px;
  margin-top: 15px;
}
header .action .menu dl dd ul li {
  list-style: none;
}
header .action .menu dl dd ul li a {
  text-decoration: none;
}
header .action .menu dl dd ul li ul {
  margin-left: 10px;
}
header .action .menu .btns {
  margin-top: 40px;
}
header .action .menu .btns a {
  text-decoration: none;
}
header .action .menu .btns .btn-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 368px;
  height: 86px;
  background-color: #079bc5;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 0.94;
  letter-spacing: 1.35px;
  color: #ffffff;
  background-image: url(../img/top/icon-mail.png);
  background-repeat: no-repeat;
  background-position: 58px center;
  background-size: 27px auto;
  padding-left: 1em;
}
header .action .menu .btns .btn-tel {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 368px;
  height: 99px;
  background-color: #002856;
  text-align: center;
  color: #fcfcfc;
}
header .action .menu .btns .btn-tel .text {
  font-size: 1.4rem;
  line-height: 1.07;
  letter-spacing: 1.05px;
}
header .action .menu .btns .btn-tel .tel {
  background-image: url(../img/top/icon-tel.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px auto;
  margin: 8px auto 4px;
  padding-left: 27px;
}
header .action .menu .btns .btn-tel small {
  font-size: 1.5rem;
  line-height: 1.1;
}
header .action .menu .btns .btn-tel small span {
  font-size: 1.25rem;
  line-height: 1.32;
}

#wrapper {
  max-width: 100%;
  overflow: hidden;
}

#fv {
  max-width: 100%;
  margin-bottom: 130px;
}
#fv img {
  width: 100%;
}

section {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
section .inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}

#greeting {
  margin-bottom: 270px;
}
#greeting:after {
  content: "";
  display: block;
  background: url(../img/top/greeting-bg.png) left top no-repeat;
  width: 1317px;
  height: 647px;
  position: absolute;
  bottom: -80px;
  right: 135px;
  z-index: -1;
}
#greeting .title {
  position: absolute;
}
#greeting .contents {
  width: 850px;
  background-color: #fff;
  padding: 110px 0 18px 45px;
  position: relative;
}
#greeting .contents:before {
  content: "";
  display: block;
  background: url(../img/top/greeting-title.png) center center no-repeat;
  width: 409px;
  height: 171px;
  position: absolute;
  top: 10px;
  right: -192px;
}
#greeting .contents:after {
  content: "";
  display: block;
  width: 316px;
  height: 1px;
  position: absolute;
  top: 72px;
  right: -216px;
  background-color: #010137;
  transform: translateX(100%);
}
#greeting .contents h2 {
  background: url(../img/top/title-bg01.png) left bottom no-repeat;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
#greeting .contents h2:before {
  content: "";
  display: block;
  background: url(../img/top/greeding-border.png) left top no-repeat;
  width: 290px;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
}
#greeting .contents p {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  margin-bottom: 70px;
  padding-right: 180px;
  letter-spacing: 0.04em;
}
#greeting .contents .name {
  margin-left: 270px;
  width: 360px;
  height: 52px;
  display: flex;
  align-items: center;
  text-align: right;
  background: linear-gradient(-45deg, #003b81 35%, #3182b1 65%);
  font-weight: bold;
  color: #fff;
  font-size: 2.4rem;
  padding-left: 28px;
  letter-spacing: 0.12em;
}
#greeting .contents .name small {
  font-size: 2rem;
  margin-right: 10px;
  letter-spacing: 0.04em;
}
#greeting .contents .name:after {
  content: "";
  display: block;
  background: url(../img/top/president.png) center center no-repeat;
  width: 270px;
  height: 376px;
  position: absolute;
  bottom: 0;
  right: 10px;
}

#philosophy {
  margin-bottom: 200px;
}
#philosophy:before {
  content: "";
  display: block;
  background: url(../img/top/philosophy-img.png) left top no-repeat;
  width: 683px;
  height: 424px;
  position: absolute;
  top: 205px;
  left: 50%;
  transform: translateX(-100%);
  z-index: 1;
  margin-left: -30px;
}
#philosophy .title {
  position: absolute;
}
#philosophy .contents {
  margin-left: 555px;
  width: 850px;
  height: 713px;
  background-color: #fff;
  padding: 110px 0 18px 95px;
  position: relative;
  background: url(../img/top/philosophy-bg.png) left top no-repeat;
}
#philosophy .contents h2 {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: url(../img/top/title-bg02.png) left bottom no-repeat;
  padding-bottom: 40px;
  margin-bottom: 68px;
}
#philosophy .contents:before {
  content: "";
  display: block;
  background: url(../img/top/philosophy-title.png) center center no-repeat;
  width: 467px;
  height: 143px;
  position: absolute;
  top: 0px;
  left: 45px;
  transform: translateX(-100%);
}
#philosophy .contents:after {
  content: "";
  display: block;
  width: 237px;
  height: 1px;
  position: absolute;
  top: 95px;
  left: -435px;
  background-color: #010137;
  transform: translateX(-100%);
}

#history {
  margin-bottom: 145px;
  position: relative;
  padding-bottom: 400px;
}
#history:after {
  content: "";
  display: block;
  background: url(../img/top/future-img.jpg) center top no-repeat;
  width: 1440px;
  height: 359px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#history .inner {
  padding-top: 250px;
}
#history .inner:before {
  content: "";
  display: block;
  background: url(../img/top/history-title.png) center center no-repeat;
  width: 425px;
  height: 160px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
}
#history .inner:after {
  content: "";
  background: url(../img/top/history-title-bg.png) center top no-repeat;
  width: 1440px;
  height: 200px;
  position: absolute;
  top: 253px;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}
#history .contents {
  position: relative;
  z-index: 1;
  width: 840px;
  margin: 0 auto;
  padding-top: 35px;
}
#history .contents:before {
  content: "";
  display: block;
  background: url(../img/top/history-img.jpg) left top no-repeat;
  width: 683px;
  height: 424px;
  position: absolute;
  top: -130px;
  right: 50%;
  transform: translateX(100%);
  z-index: 1;
  margin-left: -30px;
}
#history .contents h2 {
  font-size: 3.6rem;
  letter-spacing: 0.02em;
  color: #fff;
  background: url(../img/top/title-bg03.png) left bottom no-repeat;
  padding-bottom: 15px;
  margin-bottom: 165px;
}
#history .contents:after {
  content: "";
  display: block;
  width: 630px;
  height: 1px;
  position: absolute;
  top: -100px;
  left: 327px;
  background-color: #010137;
  transform: translateX(-100%);
}
#history .contents table {
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
}
#history .contents table th {
  width: 200px;
  padding: 10px 30px;
  border-top: 1px solid #7f7f7f;
  font-size: 80%;
  text-align: center;
  vertical-align: middle;
  background: url(../img/top/history-table-bg.png) left top repeat;
  color: #707f89;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}
#history .contents table td {
  width: 80%;
  padding: 10px 30px;
  border-top: 1px solid #7f7f7f;
  font-weight: normal;
  vertical-align: middle;
  color: #222222;
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

#profile {
  margin-bottom: 140px;
}
#profile .inner {
  padding-top: 225px;
}
#profile .inner:after {
  content: "";
  background: url(../img/top/profile-title-bg.png) center top no-repeat;
  width: 1142px;
  height: 110px;
  position: absolute;
  top: 0;
  left: 180px;
  z-index: 0;
}
#profile .contents {
  position: relative;
  z-index: 1;
  width: 850px;
  margin: 0 auto;
  padding-top: 35px;
}
#profile .contents h2 {
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  color: #000040;
  background: url(../img/top/title-bg04.png) center bottom no-repeat;
  padding-bottom: 55px;
  margin-bottom: 60px;
  text-align: center;
}
#profile .contents:before {
  content: "";
  display: block;
  background: url(../img/top/profile-title.png) center center no-repeat;
  width: 357px;
  height: 150px;
  position: absolute;
  top: -150px;
  left: -50px;
}
#profile .contents:after {
  content: "";
  display: block;
  width: 1px;
  height: 115px;
  position: absolute;
  top: -20px;
  left: 110px;
  background-color: #010137;
}
#profile .contents table {
  width: 100%;
  border-bottom: 1px solid #7f7f7f;
}
#profile .contents table th {
  width: 200px;
  padding: 10px 30px;
  border-top: 1px solid #7f7f7f;
  font-size: 80%;
  text-align: center;
  vertical-align: middle;
  background: url(../img/top/history-table-bg.png) left top repeat;
  color: #707f89;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
#profile .contents table td {
  width: 80%;
  padding: 10px 30px;
  border-top: 1px solid #7f7f7f;
  font-weight: normal;
  vertical-align: middle;
  color: #222222;
  font-size: 1.6rem;
  line-height: 2;
}
#profile .contents table td a {
  color: #222222;
}

#access {
  margin-bottom: 140px;
}
#access .inner {
  width: 100%;
  padding-top: 650px;
}
#access .inner:before {
  content: "";
  display: block;
  background: url(../img/top/access-img.jpg) left top no-repeat;
  width: 1119px;
  height: 458px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 1;
}
#access .inner:after {
  content: "";
  background: url(../img/top/access-title-bg.png) center top no-repeat;
  width: 446px;
  height: 438px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
#access .contents {
  position: relative;
  z-index: 1;
}
#access .contents h2 {
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  color: #000040;
  background: url(../img/top/title-bg04.png) center bottom no-repeat;
  padding-bottom: 55px;
  margin-bottom: 60px;
  text-align: center;
}
#access .contents:before {
  content: "";
  display: block;
  background: url(../img/top/access-title.png) center center no-repeat;
  width: 308px;
  height: 165px;
  position: absolute;
  top: -220px;
  left: 130px;
}
#access .contents:after {
  content: "";
  display: block;
  width: 237px;
  height: 1px;
  position: absolute;
  top: -70px;
  left: -120px;
  background-color: #010137;
}
#access .contents .boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#access .contents .boxes .box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 30px;
}
#access .contents .boxes .box:before {
  content: "";
  display: block;
  background-color: #fafdfe;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 300px;
  z-index: -1;
}
#access .contents .boxes .box .title {
  width: 839px;
  margin: 0 auto;
  font-size: 2.6rem;
  font-weight: 500;
  color: #010137;
  background: url(../img/top/icon-location.png) 76px center no-repeat;
  border-bottom: 1px solid #010123;
  padding-left: 123px;
  padding-top: 25px;
  padding-bottom: 25px;
}
#access .contents .boxes .box .address {
  width: 839px;
  margin: 30px auto 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1.2px;
  padding-left: 80px;
}
#access .contents .boxes .box .map {
  width: 100%;
  height: 680px;
  background-color: #f0f3f5;
  margin-top: 35px;
}
#access .contents .boxes .box .map iframe {
  width: 100%;
  height: 100%;
}
#access .contents .boxes .box .route {
  width: 750px;
  margin: 40px auto 0;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 1.2px;
}
#access .contents .boxes .box:nth-of-type(2), #access .contents .boxes .box:nth-of-type(3) {
  width: 590px;
  margin: 0;
}
#access .contents .boxes .box:nth-of-type(2):before, #access .contents .boxes .box:nth-of-type(3):before {
  position: absolute;
  width: 100vw;
  height: 300px;
  z-index: -1;
}
#access .contents .boxes .box:nth-of-type(2) {
  margin-top: 90px;
}
#access .contents .boxes .box:nth-of-type(2):before {
  left: auto;
  right: 0;
}
#access .contents .boxes .box:nth-of-type(2) .title {
  width: 508px;
  background: url(../img/top/icon-location.png) 76px center no-repeat;
  background-position: left center;
  padding-left: 47px;
}
#access .contents .boxes .box:nth-of-type(2) .address {
  width: 100%;
  margin: 25px auto 0;
  padding-left: 40px;
}
#access .contents .boxes .box:nth-of-type(2) .map {
  width: 570px;
  height: 350px;
  margin-right: 20px;
}
#access .contents .boxes .box:nth-of-type(3) {
  margin-top: 210px;
  margin-left: 20px;
}
#access .contents .boxes .box:nth-of-type(3) .title {
  width: 508px;
  background: url(../img/top/icon-location.png) 76px center no-repeat;
  background-position: left center;
  padding-left: 47px;
  margin: 0 0 0 80px;
}
#access .contents .boxes .box:nth-of-type(3) .address {
  width: 100%;
  margin: 25px auto 0;
  padding-left: 80px;
}
#access .contents .boxes .box:nth-of-type(3) .map {
  margin-left: 23px;
  height: 350px;
}

#news {
  background: url(../img/top/news-bg.png);
}
#news .inner {
  display: flex;
  padding: 69px 0 64px;
}
#news .inner .info {
  width: 280px;
  min-height: 242px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
#news .inner .info:before {
  content: "";
  display: block;
  background: url(../img/top/arrow-long.png) center center no-repeat;
  width: 7px;
  height: 171px;
  position: absolute;
  top: -135px;
  left: 175px;
}
#news .inner .info a {
  margin-top: 37px;
  width: 149px;
  height: 42px;
  border-radius: 2px;
  border: solid 2px #00001a;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/top/icon-btn-arrow-right.png);
  background-position: 120px center;
  background-repeat: no-repeat;
}
#news .inner .list li {
  list-style: none;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 4px;
  margin-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}
#news .inner .list li + li {
  margin-top: 18px;
}
#news .inner .list li .new_icon {
  position: absolute;
  left: -5px;
  top: 5px;
  transform: translateX(-100%) translateY(-50%);
  width: 45px;
  height: 45px;
  max-width: 45px;
  max-height: 45px;
  display: block;
}
#news .inner .list li .date {
  display: block;
  color: #878787;
  font-size: 1.4rem;
  line-height: 1;
  margin-right: 30px;
}
#news .inner .list li .categories {
  display: block;
  margin-right: 26px;
}
#news .inner .list li .categories a {
  min-width: 85px;
  height: 23px;
  padding: 5px 10px;
  border-radius: 1.8px;
  background-color: #010137;
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}
#news .inner .list li .categories a + a {
  margin-left: 10px;
}
#news .inner .list li .title a {
  display: block;
  color: #00001a;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1;
}

footer {
  margin-top: 147px;
  position: relative;
  padding-bottom: 80px;
}
footer .info {
  display: flex;
  position: relative;
  width: 100%;
}
footer .info .address {
  background-color: #eee;
  width: 57%;
  background: url(../img/top/footer-address-bg.png) right center no-repeat;
  background-size: cover;
}
footer .info .address:after {
  content: "";
  display: block;
  clear: both;
}
footer .info .address .inner {
  float: right;
  width: 597px;
  padding-top: 22px;
  padding-bottom: 25px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
footer .info .address .inner dl {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}
footer .info .address .inner dl dt {
  letter-spacing: 0.38px;
  width: 100px;
  margin-top: 18px;
}
footer .info .address .inner dl dd {
  letter-spacing: 1.5px;
  width: 497px;
  margin-top: 18px;
}
footer .info .contact {
  background-color: #079bc5;
  padding: 52px 25px 52px 66px;
  width: 43%;
  position: relative;
  text-decoration: none;
}
footer .info .contact:before, footer .info .contact:after {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/top/footer-contact-bg.png);
  height: 15px;
  position: absolute;
  left: 0;
}
footer .info .contact:before {
  top: 0;
}
footer .info .contact:after {
  bottom: 0;
}
footer .info .contact .title {
  background: url(../img/top/arrow-right.png) left bottom no-repeat;
  position: relative;
  font-size: 1.35rem;
  line-height: 1.3703703704;
  font-weight: 500;
  letter-spacing: 1.01px;
  padding-bottom: 20px;
  padding-left: 253px;
  color: #fff;
  margin-bottom: 25px;
}
footer .info .contact .title:before, footer .info .contact .title:after {
  content: "";
  display: block;
  position: absolute;
}
footer .info .contact .title:before {
  width: 26px;
  height: 17px;
  background: url(../img/top/icon-mail.png) center center no-repeat;
  background-size: contain;
  bottom: 26px;
  left: 5px;
}
footer .info .contact .title:after {
  width: 193px;
  height: 28px;
  background: url(../img/top/text-contact.png) center center no-repeat;
  background-size: contain;
  bottom: 24px;
  left: 48px;
}
footer .info .contact p {
  width: 335px;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 500;
  color: #ffffff;
}
footer nav {
  margin-top: 76px;
}
footer nav .inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 75px;
  padding-right: 35px;
}
footer nav .inner + .inner {
  margin-top: 60px;
}
footer nav .sitemap {
  display: flex;
  width: 830px;
}
footer nav .sitemap dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.5rem;
  line-height: 2.1333333333;
}
footer nav .sitemap dl + dl {
  margin-left: 45px;
}
footer nav .sitemap dl dt {
  font-weight: 500;
}
footer nav .sitemap dl dt a {
  color: #757784;
}
footer nav .sitemap dl dd {
  margin-left: 20px;
  font-weight: 500;
}
footer nav .sitemap dl dd a {
  color: #333333;
}
footer nav .sitemap dl dd ul li {
  margin-left: 12px;
}
footer nav .sitemap dl dd ul li:last-of-type ul {
  margin-bottom: 0;
}
footer nav .sitemap dl dd ul li ul {
  margin-bottom: 20px;
}
footer nav .sitemap dl a {
  text-decoration: none;
}
footer nav .sitemap dl:last-of-type {
  flex-direction: column;
}
footer nav .banners {
  width: 250px;
}
footer nav #copyright {
  width: 420px;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  color: #222222;
}
footer nav .links {
  width: 665px;
}
footer nav .links ul {
  display: flex;
  justify-content: flex-end;
}
footer nav .links ul li {
  display: flex;
  align-items: center;
}
footer nav .links ul li + li {
  margin-left: 1em;
}
footer nav .links ul li:before {
  content: "|";
  display: inline-block;
  margin-right: 0.75em;
}
footer nav .links ul li a {
  font-size: 1.3rem;
  text-decoration: none;
  color: #4b4b4b;
  letter-spacing: 0.98px;
}