@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a:hover img {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  font-size: 10px;
}

body,
td,
th,
input,
textarea {
  color: #000;
  font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', YuGothic, '游ゴシック',  Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Tahoma, Verdana, Arial, Verdana, sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}

a {
  color: #000;
}

body {
  overflow-wrap: break-word;
  word-break: break-word;
}

img {
  vertical-align: bottom;
}

.img_ck {
  font-size: 0.1rem;
  line-height: 0;
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

ul,
ol,
li {
  list-style: none;
}

.file {
  border-top: 1px dotted #cccccc;
  margin: 15px 0;
  padding: 10px 0 0;
  text-align: left;
}

.file .pdf {
  background: url(../images/cms/pdf.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .ppt {
  background: url(../images/cms/ppt.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .xls,
.file .xlsx {
  background: url(../images/cms/xls.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.file .doc,
.file .docx {
  background: url(../images/cms/doc.png) left center no-repeat;
  line-height: 37px;
  padding: 4px 0 0 40px;
}

.top-right {
  float: right;
  margin: 0px 0px 30px 30px;
}

.top-left {
  float: left;
  margin: 0px 30px 30px 0px;
}

.top-center {
  margin: 0px 0px 30px 0px;
  text-align: center;
}

.bottom-right {
  float: right;
  margin: 30px 0px 0px 30px;
}

.bottom-left {
  float: left;
  margin: 30px 30px 0px 0px;
}

.bottom-center {
  margin: 30px 0px 0px 0px;
  text-align: center;
}

.entry-container b {
  font-weight: bold;
}

.entry-container i {
  font-style: italic;
}

html,
body {
  width: 100%;
  height: 100%;
}

.row {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

@font-face {
  font-family: 'Akrobat SemiBold';
  src: local("Akrobat SemiBold"), url("../fonts/Akrobat-SemiBold.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat Regular';
  src: local("Akrobat Regular"), url("../fonts/Akrobat-Regular.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat Black';
  src: local("Akrobat Black"), url("../fonts/Akrobat-Black.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat Bold';
  src: local("Akrobat Bold"), url("../fonts/Akrobat-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat ExtraBold';
  src: local("Akrobat ExtraBold"), url("../fonts/Akrobat-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat ExtraLight';
  src: local("Akrobat ExtraLight"), url("../fonts/Akrobat-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat Light';
  src: local("Akrobat Light"), url("../fonts/Akrobat-Light.woff") format("woff");
}

@font-face {
  font-family: 'Akrobat Thin';
  src: local("Akrobat Thin"), url("../fonts/Akrobat-Thin.woff") format("woff");
}

@media screen and (min-width: 621px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1200px;
    overflow: hidden;
  }
  .row {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  /** ===================
Header
======================**/
  header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
    -moz-box-shadow: 0px 0px 8px 0px rgba(50, 49, 49, 0.39);
         box-shadow: 0px 0px 8px 0px rgba(50, 49, 49, 0.39);
    -webkit-transform: translateY(-87px);
       -moz-transform: translateY(-87px);
        -ms-transform: translateY(-87px);
            transform: translateY(-87px);
    min-width: 1200px;
  }
  header .top_header {
    background-color: #00598b;
    padding: 17px 0 17px;
  }
  header .top_header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .top_header .logo img {
    width: 452px;
  }
  header .top_header .right_hd_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .top_header .right_hd_top .lg_en {
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    position: relative;
    text-decoration: underline;
    padding-left: 13px;
    margin-right: 26px;
  }
  header .top_header .right_hd_top .lg_en:before {
    content: '';
    background: url(../../common/images/arr_01.png) no-repeat;
    width: 5px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .bottom_header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 12px;
  }
  header .bottom_header .nav_menu {
    width: 980px;
  }
  header .bottom_header .nav_menu ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 0 24px;
  }
  header .bottom_header .nav_menu ul li {
    text-align: center;
    position: relative;
  }
  header .bottom_header .nav_menu ul li.active a {
    color: #2a7caa;
  }
  header .bottom_header .nav_menu ul li:after {
    content: '';
    width: 1px;
    height: 27px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    background-color: #000;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
        order: 6;
    width: 110px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 350px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(2):before {
    content: '';
    width: 1px;
    height: 27px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    background-color: #000;
  }
  .en header .bottom_header .nav_menu ul li:nth-of-type(2) {
    width: 440px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 162px;
  }
  .en header .bottom_header .nav_menu ul li:nth-of-type(3) {
    width: 155px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 180px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(5) {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 150px;
  }
  .en header .bottom_header .nav_menu ul li:nth-of-type(5) {
    width: 180px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(6) {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: 125px;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(7) {
    -webkit-box-ordinal-group: 8;
       -moz-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    width: 110px;
  }
  header .bottom_header .nav_menu ul li a {
    font-size: 1.5rem;
    font-weight: bold;
    display: block;
    padding: 12px 0 13px;
    line-height: 1;
  }
  header .bottom_header .nav_menu ul li a:hover {
    color: #2a7caa;
  }
  .btn_res {
    font-size: 1.4rem;
    letter-spacing: 3px;
    font-weight: bold;
    font-family: "Open Sans", sans-serif;
    background-color: #cc0000;
    color: #fff;
    position: relative;
    width: 187px;
    height: 59px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 33px;
  }
  .btn_res:after {
    content: '';
    background: url(../../common/images/arr_02.png) no-repeat;
    width: 6px;
    height: 11px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 11px;
  }
  .btn_res span {
    font-size: 1.2rem;
    padding-left: 5px;
    letter-spacing: 1px;
  }
  footer .top_footer {
    background: url(../../common/images/bkg_ft.jpg) repeat;
    padding: 23px 0 20px;
  }
  footer .top_footer .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .top_footer .left_ft {
    padding-top: 5px;
    width: 380px;
  }
  footer .top_footer .left_ft .logo_ft {
    margin-bottom: 30px;
  }
  footer .top_footer .left_ft .logo_ft img {
    width: 324px;
  }
  footer .top_footer .left_ft p {
    font-size: 1.4rem;
    line-height: 22px;
  }
  footer .top_footer .left_ft .contact_bnr {
    margin: 20px 0 0;
    width: 300px;
  }
  footer .top_footer .left_ft .contact_bnr img {
    height: auto;
    width: 100%;
  }
  footer .top_footer .center_ft {
    padding-top: 71px;
  }
  footer .top_footer .center_ft .nav_ft {
    position: relative;
  }
  footer .top_footer .center_ft .nav_ft:before {
    content: '';
    background-color: #a6acb0;
    width: 1px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 10px;
  }
  footer .top_footer .center_ft .nav_ft:after {
    content: '';
    background-color: #a6acb0;
    width: 1px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 54%;
  }
  footer .top_footer .center_ft .nav_ft ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    padding-left: 27px;
  }
  footer .top_footer .center_ft .nav_ft ul li {
    margin-bottom: 18px;
  }
  footer .top_footer .center_ft .nav_ft ul li a {
    display: block;
    font-size: 1.4rem;
    line-height: 1;
    word-break: keep-all;
    white-space: nowrap;
  }
  footer .top_footer .center_ft .nav_ft ul li a:hover {
    color: #2a7caa;
  }
  footer .top_footer .right_ft {
    width: 312px;
  }
  .copyright {
    text-align: center;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    padding: 18px 0 20px;
  }
  .ttl {
    padding: 26px 0 0;
    text-align: center;
  }
  .ttl h2 {
    font-size: 5rem;
    line-height: 1;
    color: #00598b;
    font-family: 'Akrobat Bold';
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
  }
  .ttl p {
    font-size: 1.6rem;
    line-height: 32px;
  }
}

@media screen and (max-width: 620px) {
  html {
    font-size: 1.5625vw;
  }
  img {
    width: 100%;
    height: auto;
  }
  .show_pc {
    display: none !important;
  }
  .container {
    min-width: 320px;
  }
  .indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  /** ===================
Header
======================**/
  .menu_sp {
    width: 7.5vw;
    height: 5.9375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    margin: 0 auto;
  }
  .menu_sp .icon_menu {
    position: relative;
    width: 7.5vw;
    height: 0.625vw;
  }
  .menu_sp .icon_menu .icon_inner {
    position: absolute;
    width: 100%;
    height: 0.625vw;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
       -moz-transition-duration: 0.15s;
            transition-duration: 0.15s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    background: #fff;
    right: 0;
  }
  .menu_sp .icon_menu .icon_inner:before {
    position: absolute;
    width: 100%;
    height: 0.625vw;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
       -moz-transition-duration: 0.15s;
            transition-duration: 0.15s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    background: #fff;
    right: 0;
  }
  .menu_sp .icon_menu .icon_inner:after {
    position: absolute;
    width: 100%;
    height: 0.625vw;
    -webkit-transition-timing-function: ease;
       -moz-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.15s;
       -moz-transition-duration: 0.15s;
            transition-duration: 0.15s;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: transform, -moz-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -moz-transform;
    background: #fff;
    right: 0;
  }
  .menu_sp .icon_menu .icon_inner {
    top: 50%;
    margin-top: -0.46875vw;
    display: block;
    -webkit-transition: background-color 0.2s ease-in 0.25s;
    -moz-transition: background-color 0.2s ease-in 0.25s;
    transition: background-color 0.2s ease-in 0.25s;
  }
  .menu_sp .icon_menu .icon_inner:before {
    content: '';
    display: block;
    height: 0.625vw;
    top: -1.875vw;
    left: 0;
    -webkit-transition: top 0.05s linear 0.2s, left 0.2s ease-in 0.25s, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    transition: top 0.05s linear 0.2s, left 0.2s ease-in 0.25s, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    -moz-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), top 0.05s linear 0.2s, left 0.2s ease-in 0.25s, -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), top 0.05s linear 0.2s, left 0.2s ease-in 0.25s;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), top 0.05s linear 0.2s, left 0.2s ease-in 0.25s, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
  }
  .menu_sp .icon_menu .icon_inner:after {
    content: '';
    display: block;
    top: 1.875vw;
    right: 0;
    height: 0.625vw;
    -webkit-transition: top 0.05s linear 0.2s, right 0.2s ease-in 0.25s, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    transition: top 0.05s linear 0.2s, right 0.2s ease-in 0.25s, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    -moz-transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), top 0.05s linear 0.2s, right 0.2s ease-in 0.25s, -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), top 0.05s linear 0.2s, right 0.2s ease-in 0.25s;
    transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), top 0.05s linear 0.2s, right 0.2s ease-in 0.25s, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34), -moz-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.34);
  }
  header.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  header .top_header {
    background-color: #00598b;
    padding: 4.0625vw 0 5vw;
  }
  header .top_header .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 3.125vw;
  }
  header .top_header .logo img {
    width: 77.65625vw;
  }
  header .top_header .sp_lang_link {
    width: 10.9375vw;
    margin-left: 4.6875vw;
  }
  header .top_header .sp_lang_link img {
    width: 100%;
  }
  header .bottom_header .nav_menu {
    position: absolute;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0;
    background-color: #fff;
    overflow: scroll;
    visibility: visible;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
  }
  header .bottom_header .nav_menu ul li {
    border-bottom: 1px solid #e1e1e1;
  }
  header .bottom_header .nav_menu ul li a {
    font-size: 4.375vw;
    position: relative;
    line-height: 12.5vw;
    padding: 0 3.75vw 0 4.6875vw;
    display: block;
  }
  header .bottom_header .nav_menu ul li a:after {
    content: '';
    background: url(../../common/images/arr_nav.png) no-repeat;
    width: 1.71875vw;
    height: 2.96875vw;
    -moz-background-size: contain;
         background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 4.6875vw;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(1) {
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(3) {
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(5) {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 7;
        order: 7;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(6) {
    -webkit-box-ordinal-group: 7;
       -moz-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  header .bottom_header .nav_menu ul li:nth-of-type(7) {
    -webkit-box-ordinal-group: 6;
       -moz-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  footer {
    padding-bottom: 27.03125vw;
  }
  footer .top_footer {
    background: url(../../common/images/bkg_ft.jpg) repeat;
    padding: 7.65625vw 0;
  }
  footer .top_footer .row {
    padding: 0 4.6875vw;
  }
  footer .top_footer .left_ft .logo_ft {
    margin-bottom: 6.25vw;
    text-align: center;
  }
  footer .top_footer .left_ft .logo_ft img {
    width: 77.34375vw;
  }
  footer .top_footer .left_ft p {
    font-size: 4.375vw;
    line-height: 6.25vw;
  }
  footer .top_footer .left_ft .contact_bnr {
    display: none;
  }
  footer .top_footer .center_ft {
    padding-top: 6.25vw;
  }
  footer .top_footer .center_ft .nav_ft ul li {
    margin-bottom: 1.5625vw;
  }
  footer .top_footer .center_ft .nav_ft ul li a {
    display: block;
    font-size: 4.375vw;
    line-height: 9.375vw;
    word-break: keep-all;
    white-space: nowrap;
  }
  footer .top_footer .right_ft {
    margin-top: 6.25vw;
    text-align: center;
    width: 100%;
  }
  footer .access {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  footer .access .extra_nav {
    background-color: #00598b;
    padding: 4.53125vw 0 5.46875vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .access .extra_nav li {
    text-align: center;
    width: 33%;
    position: relative;
  }
  footer .access .extra_nav li:after {
    content: "";
    width: 1px;
    height: 19.375vw;
    background-color: #4284a9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
  footer .access .extra_nav li:last-child:after {
    content: none;
  }
  footer .access .extra_nav li .icon_list {
    display: block;
  }
  footer .access .extra_nav li .icon_list.i_map {
    padding-top: 1.25vw;
  }
  footer .access .extra_nav li .icon_list.i_map img {
    width: 6.5625vw;
    height: 9.0625vw;
  }
  footer .access .extra_nav li .icon_list.i_list img {
    width: 9.84375vw;
    height: 10.15625vw;
  }
  footer .access .extra_nav li a {
    font-size: 4.375vw;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  footer .access .extra_nav li a.hbg_bottom.open .menu_sp .icon_menu .icon_inner {
    -webkit-transition-delay: 0s;
       -moz-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
       -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
    background-color: transparent;
  }
  footer .access .extra_nav li a.hbg_bottom.open .menu_sp .icon_menu .icon_inner:before {
    top: -80px;
    left: -80px;
    -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
       -moz-transform: translate3d(80px, 80px, 0) rotate(45deg);
            transform: translate3d(80px, 80px, 0) rotate(45deg);
    -webkit-transition: left 0.2s ease-out, top 0.05s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    transition: left 0.2s ease-out, top 0.05s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    -moz-transition: left 0.2s ease-out, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s, -moz-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    transition: left 0.2s ease-out, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    transition: left 0.2s ease-out, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s, -webkit-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s, -moz-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
  }
  footer .access .extra_nav li a.hbg_bottom.open .menu_sp .icon_menu .icon_inner:after {
    top: -80px;
    right: -80px;
    -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
       -moz-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
            transform: translate3d(-80px, 80px, 0) rotate(-45deg);
    -webkit-transition: right 0.2s ease-out, top 0.05s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    transition: right 0.2s ease-out, top 0.05s linear 0.2s, -webkit-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    -moz-transition: right 0.2s ease-out, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s, -moz-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    transition: right 0.2s ease-out, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
    transition: right 0.2s ease-out, top 0.05s linear 0.2s, transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s, -webkit-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s, -moz-transform 0.2s cubic-bezier(0.07, 0.82, 0.17, 1) 0.25s;
  }
  footer .access .extra_nav li a.hbg_bottom .menu_sp {
    width: 9.375vw;
    margin-top: 2.34375vw;
    height: 6.25vw;
  }
  footer .access .extra_nav li a.hbg_bottom .menu_sp .icon_menu {
    width: 100%;
  }
  footer .access .extra_nav li a.hbg_bottom .menu_sp .icon_menu .icon_inner:before {
    top: -2.5vw;
  }
  footer .access .extra_nav li a.hbg_bottom .menu_sp .icon_menu .icon_inner:after {
    top: 2.5vw;
  }
  footer .access .extra_nav li span {
    font-size: 4.375vw;
    color: #fff;
    line-height: 1;
    margin-top: 2.34375vw;
    display: block;
  }
  .right_ft .fb-page,
  .right_ft .fb-page span,
  .right_ft .fb-page span iframe[style] {
    max-width: 100% !important;
  }
  .copyright {
    text-align: center;
    font-size: 3.75vw;
    font-family: "Open Sans", sans-serif;
    padding: 4.6875vw 0;
  }
  .ttl {
    padding: 7.8125vw 0 0;
    text-align: center;
  }
  .ttl h2 {
    font-size: 9.6875vw;
    line-height: 1;
    color: #00598b;
    font-family: 'Akrobat Bold';
    letter-spacing: 0.625vw;
    padding-bottom: 3.125vw;
    text-transform: uppercase;
  }
  .ttl p {
    font-size: 4.375vw;
    line-height: 5.625vw;
  }
}
