@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
/*--------------------------------------------
   BASE
--------------------------------------------*/
@media print {
  #hbgNavi {
    display: none;
  }
}
.over {
  transition: opacity 0.3 ease-in-out;
}

@media screen and (min-width: 768px) {
  .over:hover {
    opacity: 0.7;
  }
}
.ios .over:hover, .ios .over:active, .ios .over:link, .ios .over:visited, .ios .over::focus {
  opacity: 1;
}

.cf:after {
  display: block;
  clear: both;
  height: 0;
  content: "";
}

:root .cf::after {
  display: block\9 ;
  clear: both\9 ;
  height: 0\9 ;
  /* IE9 */
  content: "" \9 ;
}

.noEvent {
  pointer-events: none;
}
.noEvent.gray {
  background: inherit;
  color: #afafaf;
}

@media print, screen and (min-width: 768px) {
  .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .for_pc {
    display: none !important;
  }
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  position: relative;
  width: 100%;
  min-width: 1250px;
  height: auto;
  background-color: #ffffff;
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.9;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

a {
  color: #222222;
  text-decoration: none;
  transition: 0.3s;
}

table {
  width: 100%;
}

.line_through {
  text-decoration: line-through;
}

/*--------------------------------------------
  蜈ｱ騾壹ヱ繝ｼ繝?
--------------------------------------------*/
/*繝ｬ繧､繧｢繧ｦ繝?*/
.inner-main {
  max-width: 1200px;
  margin: 0 auto;
}

.inner-second {
  max-width: 1000px;
  margin: 0 auto;
}

.container {
  position: relative;
  padding: 100px 0;
}

.sec_sub:not(:first-child) {
  padding-top: 100px;
}

.cnt_inner {
  width: 90%;
  margin: 0 auto;
}

.flex {
  display: flex;
}
.flex.reverse {
  flex-direction: row-reverse;
}

.flex_list {
  display: flex;
  flex-wrap: wrap;
}

.flex_between {
  display: flex;
  justify-content: space-between;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.flex_container {
  display: flex;
  flex-direction: row;
}

.flex_imgside > .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex_imgside > .item + .item {
  margin-top: 2.5em;
  padding-top: 2.5em;
  border-top: 1px solid #dddddd;
}
.flex_imgside > .item > .imgbox {
  width: 30%;
}
.flex_imgside > .item > .imgbox .ofi_wrap.photo {
  padding-top: 120%;
}
.flex_imgside > .item > .imgbox .ofi_wrap .photo_info {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1em 1em;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.flex_imgside > .item > .imgbox .ofi_wrap .photo_info .lg {
  font-size: 18px;
}
.flex_imgside > .item > .conts {
  width: 70%;
  padding-left: 2.5em;
}
.flex_imgside > .item > .conts > .text + .text {
  margin-top: 0.8em;
}
.flex_imgside > .item:nth-child(even) {
  flex-direction: row-reverse;
}
.flex_imgside > .item:nth-child(even) > .conts {
  padding-right: 2.5em;
  padding-left: 0;
}

.ls {
  letter-spacing: -0.03em;
}

.ofi {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 768px) {
  .pc_w50 {
    width: 50%;
  }
  .pc_flex_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .pc_flex {
    display: flex;
  }
}
/*font*/
.font_min {
  font-family: "Noto Serif JP", serif;
}

.fs_xs {
  font-size: 12px;
}

.fs_sm {
  font-size: 14px;
}

.ta_center {
  text-align: center;
}

.ta_right {
  text-align: right;
}

/*繝懊ち繝ｳ*/
.btn {
  margin-top: 15px;
}
.btn a {
  display: block;
  position: relative;
  line-height: 1;
}

.btn_primary {
  position: relative;
  width: 285px;
  padding: 15px 0;
  border-bottom: solid 1px #222222;
  font-weight: 500;
  transition: 0.3s ease-in-out;
}
.btn_primary:after {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../images/common/icon_arrow02.png) no-repeat;
  content: "";
  transition: 0.3s ease-in-out;
}

@media print, screen and (min-width: 768px) {
  .btn_primary:hover {
    color: #225d85;
  }
  .btn_primary:hover:after {
    right: 25px;
  }
}
.arrow_wh {
  position: relative;
}
.arrow_wh:after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url(../images/common/arrow_wh.png) no-repeat;
  content: "";
  transition: 0.3s ease-in-out;
}

/*繧ｿ繧､繝医Ν*/
.ttl_01 {
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  font-family: "Crimson Text", serif;
  letter-spacing: 0;
}

.ttl_sub_en {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  font-family: "Crimson Text", serif;
  letter-spacing: 0;
}

.ttl_01.ja {
  font-size: 40px;
  font-family: "Noto Sans JP", sans-serif;
}

.ttl_02 {
  font-weight: 500;
  font-size: 30px;
}

.ttl_03 {
  margin-bottom: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  border-top: solid 3px #225d85;
  border-bottom: solid 1px #e0e0e0;
  font-weight: 500;
  font-size: 25px;
  line-height: 1;
}

.ttl_04 {
  font-weight: 500;
  font-size: 20px;
}

.sec_ttl {
  letter-spacing: 0;
}
.sec_ttl span.en {
  display: block;
  margin-top: 14px;
  font-size: 18px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}

.ttl_disc {
  position: relative;
  padding-left: 16px;
}
.ttl_disc:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #1b4e94;
  content: "";
}

.sec_ttl span {
  display: block;
}
.sec_ttl.center {
  text-align: center;
}

.ttl_bd {
  position: relative;
  padding-left: 30px;
}
.ttl_bd:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background: #222222;
  content: "";
}
.ttl_bd.wh:before {
  background: #ffffff;
}

.ttl_serif {
  margin-bottom: 1.2em;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.ttl_bdl {
  margin-bottom: 1.2em;
  padding: 0.2em 0.8em 0.5em;
  border-bottom: 1px solid #cccccc;
  border-left: 3px solid #225d85;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
.ttl_bdl.head {
  position: relative;
  padding-left: 2.2em;
}
.ttl_bdl.head > span {
  position: absolute;
  left: 0.8em;
}

.ttl_bdlsm {
  margin-bottom: 1.2em;
  padding: 0 0.5em 0.3em;
  padding-left: 1em;
  border-left: 3px solid #225d85;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}

.ttl_bg {
  margin-bottom: 1.2em;
  padding: 0.5em 1.1em;
  background-color: #225d85;
  color: #ffffff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
.ttl_bg.head {
  position: relative;
  padding-left: 3em;
}
.ttl_bg.head > span {
  position: absolute;
  left: 1.1em;
}
.ttl_bg.lg {
  font-size: 28px;
}

.ttl_color {
  margin-bottom: 0.8em;
  color: #225d85;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
}
.ttl_color.bk {
  color: #222222;
}
.ttl_color.mgb0 {
  margin-bottom: 0;
}
.ttl_color.head {
  position: relative;
  padding-left: 2em;
}
.ttl_color.head > span {
  position: absolute;
  left: 0;
}

/*繧ｻ繧ｯ繧ｷ繝ｧ繝ｳ縺ｮ驟崎牡*/
.gray {
  background-color: #f3f4f5;
}

.green {
  background-color: #009900;
}

/*繧ｫ繝ｩ繝ｼ*/
.wh {
  color: #ffffff;
}

.gr {
  color: #009900;
}

.bl {
  color: #222222;
}

.red {
  color: #e60012;
}

.color_blue {
  color: #1b4e94;
}

.color_yellow {
  color: #fcd200;
}

.bg_lblue {
  background: #ccebff;
}

.bg_blue {
  background: #225d85;
}

.bg_lgray {
  background: #f4f4f4;
}

.bg_gray {
  background: #e5eaed;
}

/*繧｢繧､繧ｳ繝ｳ*/
.icon_arrow {
  position: relative;
  padding-left: 10px;
}

.icon_tel {
  position: relative;
  padding-left: 18px;
}
.icon_tel:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 13px;
  height: 18px;
  background: url(../images/common/icon_tel.png) no-repeat;
  background-size: contain;
  content: "";
}

.decimal li {
  list-style-type: decimal;
}

.disc li {
  list-style-type: disc;
}

.ul_deco > li {
  position: relative;
  padding-left: 1.9em;
  line-height: 1.5;
}
.ul_deco > li:not(:first-child) {
  margin-top: 0.6em;
}
.ul_deco > li .li_head {
  position: absolute;
  left: 0;
}

/*繝槭え繧ｹ繧ｪ繝ｼ繝舌?*/
.over-blue:hover {
  color: #225d85;
}

.th_nowrap th {
  white-space: nowrap;
}

.box_sec {
  padding-top: 6.25em;
  padding-bottom: 6.25em;
}
.box_sec.mgt_negative {
  margin-top: -60px;
}

.box_pdt0 {
  padding-top: 0;
}

.box_pdb0 {
  padding-bottom: 0;
}

.box_inr + .box_inr {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #cccccc;
}

.mgt_sm {
  margin-top: 0.8em;
}

.mgt_sml {
  margin-top: 1.2em;
}

.mgt_md {
  margin-top: 2em;
}

.mgt_lg {
  margin-top: 3em;
}

.center_block {
  display: block;
  margin: 0 auto;
}

.sp_events {
  pointer-events: none;
}

.ls_1 {
  letter-spacing: -1px;
}

.th_nowrap th {
  white-space: nowrap;
}

.tbl_wrap {
  min-height: 0.01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .tbl_wrap {
    width: 100%;
    padding-bottom: 1em;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    /*border: 1px solid #ddd;*/
  }
  .tbl_wrap::-webkit-scrollbar {
    height: 0.4em;
  }
  .tbl_wrap::-webkit-scrollbar-track {
    border-radius: 1rem;
    background: #cccccc;
  }
  .tbl_wrap::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #225d85;
  }
  .tbl_wrap > table {
    margin-bottom: 0;
  }
  .tbl_wrap > table > thead > tr > th,
  .tbl_wrap > table > tbody > tr > th,
  .tbl_wrap > table > tfoot > tr > th,
  .tbl_wrap > table > thead > tr > td,
  .tbl_wrap > table > tbody > tr > td,
  .tbl_wrap > table > tfoot > tr > td {
    white-space: nowrap;
  }
}
.c-iframe {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}
.c-iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.gray_box {
  padding: 80px 50px;
  background: #f7f7f7;
}

.define_list {
  border-top: 1px solid #dcdcdc;
}
.define_list > .bunch {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 25px 0;
  border-bottom: 1px solid #dcdcdc;
  -ms-align-items: flex-start;
}
.define_list > .bunch > dt {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 400px;
  min-height: 100px;
  padding: 15px;
  background-color: #ffffff;
  color: #225d85;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.3;
  font-family: "Noto Serif JP", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝体", "Yu Mincho", serif !important;
  text-align: center;
  -ms-align-items: center;
}
.define_list > .bunch > dt .sm {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.1;
}
.define_list > .bunch > dt::before {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #225d85;
  content: "";
}
.define_list > .bunch > dd {
  width: calc(100% - 400px);
  padding-left: 25px;
  font-size: 15px;
}

/*--------------------------------------------
  HEADER
--------------------------------------------*/
header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
header .header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 16px 0 30px;
}
header .h_left {
  width: 30%;
  padding-right: 15px;
}
header .h_logo {
  display: flex;
  align-items: center;
  padding: 30px 0 10px;
}
header .h_right {
  width: 70%;
}

/*.search_box {
  width: 240px;
  margin-left: auto;
  padding-top: 10px;
}*/
.search_box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.5em;
  padding-top: 15px;
}
.search_box .header_subnav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.5em;
}
.search_box .header_subnav > li {
  padding: 0 0.5em;
}
.search_box .header_subnav > li > a {
  display: block;
  padding: 0.5em 1.2em;
  border: 1px solid #224886;
  background-color: #224886;
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.1;
  letter-spacing: 1px;
  text-align: center;
}
.search_box .header_subnav > li > a:hover, .search_box .header_subnav > li > a:focus {
  background-color: #ffffff;
  color: #224886;
}
.search_box .search_input {
  display: flex;
  position: relative;
  width: 100%;
  padding-left: 10px;
  border: solid 1px #afafaf;
  background: #ffffff;
}
.search_box .search_input .search_txt {
  width: calc(100% - 30px);
  border: none;
  outline: none;
}
.search_box .search_input .submit {
  width: 30px;
  height: 30px;
  border: none;
  background: url(../images/common/icon_search.png) no-repeat center/20px;
  text-indent: -9999px;
}

@media screen and (min-width: 768px) {
  .search_box > form {
    width: 240px;
    margin-left: 2em;
  }
}
#cse-search-results iframe {
  height: 2200px;
}

.logo_badge {
  display: inline-block;
  margin-left: 15px;
  padding: 8px 5px;
  border: solid 1px #222222;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.logo_badge .small {
  display: inline-block;
  margin-top: 3px;
  font-size: 11px;
  line-height: 1.2;
}

header .header_txt {
  padding-left: 50px;
  padding-left: 4.2em;
  font-size: 14px;
  line-height: 1.2;
  text-indent: -1em;
}
header .header_nav {
  display: flex;
  align-items: center;
}
header .header_nav nav {
  margin-left: auto;
}
header .header_nav .nav_list {
  display: flex;
}
header .header_nav .nav_list li {
  transition: 0.3s ease-in-out;
}
header .header_nav .nav_list .nav_item {
  display: block;
  padding: 42px 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}
header .header_nav .nav_list .nav_item.line {
  padding: 30px 20px;
  line-height: 1.2;
}

@media screen and (max-width: 1470px) {
  header .h_logo a {
    /*width: 70%;*/
  }
  header .header_txt {
    padding-left: 38px;
    font-size: 13px;
  }
  header .h_right {
    /*width: 66%;*/
  }
  header .header_nav {
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 1450px) {
  header .header_nav .nav_list .nav_item {
    padding: 42px 18px;
  }
}
@media screen and (max-width: 1400px) {
  header .header_nav .nav_list .nav_item {
    padding: 42px 16px;
    font-size: 14px;
  }
  .header_nav .drop_menu {
    top: 140px;
  }
}
/*繝｡繧ｬ繝｡繝九Η繝ｼ*/
.header_nav .drop_menu {
  display: flex;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 141px;
  left: 0;
  z-index: 9999;
  transform: translateY(-30px);
  width: 100%;
  padding: 30px 0;
  background: #225d85;
  transition: 0.2s linear;
  pointer-events: none;
}

@media screen and (max-width: 1400px) {
  .header_nav .drop_menu {
    top: 140px;
  }
}
.drop_menu_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.drop_menu_inner .drop_pop {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 50px;
  background-color: #5689ab;
  color: #ffffff;
  font-size: 26px;
}

.pe_none {
  pointer-events: none;
}

.drop_menu > .gInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.header_nav .drop:hover > .drop_menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.header_nav .drop:hover > .nav_item {
  background: #225d85;
  color: #ffffff;
}

.drop_menu .drop_ttl {
  color: #ffffff;
  font-weight: 500;
  font-size: 30px;
  transition: 0.3s ease-in-out;
}
.drop_menu .drop_menu_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1020px;
}
.drop_menu .drop_menu_list li {
  width: 320px;
  margin-right: 30px;
}
.drop_menu .drop_menu_list li:last-child, .drop_menu .drop_menu_list li:nth-child(3n) {
  margin-right: 0;
}
.drop_menu .drop_menu_list li:not(:nth-child(-n+3)) {
  margin-top: 20px;
}
.drop_menu .menu_box {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 15px 20px 35px;
  background: #ffffff;
  color: #225d85;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
}
.drop_menu .menu_box:before {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 15px;
  height: 1px;
  background: #225d85;
  content: "";
}
.drop_menu .menu_box:after {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 5px;
  height: 10px;
  margin-top: -5px;
  background: url(../Image/common/drawer_arrow.png) no-repeat center/contain;
  content: "";
}
.drop_menu .menu_box.noEvent {
  background: #f5f5f5;
  color: #8c8c8c;
}
.drop_menu .menu_box.noEvent:before {
  background: #8c8c8c;
}

@media screen and (min-width: 768px) {
  .header_nav .nav_list .nav_item:hover {
    background: #225d85;
    color: #ffffff;
  }
  .drop_menu .menu_box:hover {
    opacity: 0.7;
  }
}
/*--------------------------------------------
  FOOTER
--------------------------------------------*/
.catch_img {
  position: relative;
  height: 400px;
  margin-top: 150px;
  background: url(../images/top/img_catch02.jpg) no-repeat top center;
  background-size: cover;
}
.catch_img .txt {
  position: absolute;
  top: 135px;
  width: 100%;
  color: #ffffff;
  font-weight: 600;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}

.under .catch_img {
  margin-top: 0;
}

footer {
  background-color: #f5f5f5;
}
footer .footer_inner {
  max-width: 1200px;
  margin: 0 auto;
}
footer .f_top {
  padding: 60px 0;
  border-bottom: solid 1px #cccccc;
  font-weight: 500;
  font-size: 14px;
}
footer .f_top_inner {
  display: flex;
  align-items: center;
}
footer .f_top .f_txt {
  margin-left: 10px;
}
footer .f_top .f_txt span {
  display: inline-block;
  line-height: 1;
}
footer .f_top .f_address {
  margin-left: 60px;
  line-height: 1.2;
}
footer .f_sns {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
footer .f_sns > * + * {
  margin-left: 15px;
}
footer .f_top .txt {
  padding-left: 54px;
  line-height: 1.2;
}
footer .f_mid {
  padding: 60px 0;
  border-bottom: solid 1px #cccccc;
}
footer .f_navi {
  display: flex;
  justify-content: space-between;
}
footer .f_navi_list span {
  display: block;
  font-weight: 500;
  line-height: 1;
}
footer .f_navi_list ul {
  margin-top: 25px;
}
footer .f_navi_list ul li {
  margin-top: 15px;
}
footer .f_navi_list ul li:first-child {
  margin-top: 0;
}
footer .f_nav_item {
  display: block;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
footer .f_mid .f_mid_bottom {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
footer .f_mid_bnr {
  margin-top: 30px;
}

/*footer .f_sns .sns_fb {
    margin-right: 15px;
}
footer .f_sns .sns_tw {
    margin-right: 15px;
}*/
/*footer .f_navi_list:nth-child(1) {
  margin-right: 130px;
}
footer .f_navi_list:nth-child(2) {
  margin-right: 130px;
}
footer .f_navi_list:nth-child(3) {
  margin-right: 52px;
}*/
.fx_bnr {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin: 0 -0.5em;
}
.fx_bnr > .item {
  padding: 0 0.5em;
}
.fx_bnr > .item > a {
  display: block;
}

footer .f_navi.bottom li {
  margin-right: 48px;
}
footer .f_navi.bottom .f_nav_item {
  position: relative;
  padding-left: 14px;
}
footer .f_navi.bottom .f_nav_item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
  background: url(../images/common/icon_arrow03.png) no-repeat;
  background-size: contain;
  content: "";
}
footer .f_bottom {
  padding: 50px 0;
}
footer .f_bottom .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .f_bottom .item + .item {
  margin-top: 20px;
}
footer .f_bottom .logo_box {
  margin-right: 50px;
}
footer .copy {
  padding: 29px 0;
  background: #225d85;
  color: #ffffff;
  font-size: 12px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

@media screen and (min-width: 768px) {
  footer .f_nav_item:hover {
    color: #225d85;
  }
}
.fix-navi {
  position: fixed;
  top: calc(100vh - 243px);
  right: 0;
  z-index: 95;
  text-align: center;
  transition: 0.4s ease-in-out;
}
.fix-navi.fixed {
  top: calc(100vh - 566px);
  /* top: calc(100vh - 485px); */
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
}
.fix-navi .fix_item {
  display: block;
  width: 80px;
  height: 80px;
  margin-top: 1px;
  padding-top: 48px;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.fix-navi .fix_item:first-child {
  margin-top: 0;
}
.fix-navi .fix_item.orientation {
  /*padding-top: 44px;*/
  padding-top: 52px;
  background: url(../images/common/icon_orien_wh.png) no-repeat center top 13px #97c4e2;
  background-size: 26px;
  font-size: 12px;
}
.fix-navi .fix_item.orientation span {
  font-size: 11px;
}
.fix-navi .fix_item.opencampus {
  background: url(../images/common/icon_open_wh.png) no-repeat center top 18px #75a9cc;
  background-size: 32px;
  font-size: 12px;
}
.fix-navi .fix_item.consultation {
  background: url(../images/common/icon_consultation_wh.png) no-repeat center top 13px #5689ab;
  background-size: 32px;
  font-size: 12px;
}
.fix-navi .fix_item.access {
  background: url(../images/common/icon_map.png) no-repeat center top 20px #225d85;
  background-size: 15px;
}
.fix-navi .fix_item.document {
  background: url(../images/common/icon_book.png) no-repeat center top 20px #06446e;
  background-size: 30px;
}
.fix-navi .fix_item.mail {
  background: url(../images/common/icon_mail.png) no-repeat center top 20px #12224e;
  background-size: 26px;
}
.fix-navi .fix_item.totop {
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  background: url(../images/common/icon_arrow_top.png) no-repeat center #ffffff;
  background-size: 14px;
}
.fix-navi .fix_item.pamphlet {
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  background: url(../images/common/icon_book02.png) no-repeat center top 10px #224886;
  background-size: 32px;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .fix-navi .fix_item:hover {
    background-color: #ffffff;
  }
  .fix-navi .fix_item.orientation:hover {
    background-image: url(../images/common/icon_orien_over.png);
    color: #97c4e2;
  }
  .fix-navi .fix_item.opencampus:hover {
    background-image: url(../images/common/icon_open_over.png);
    color: #75a9cc;
  }
  .fix-navi .fix_item.consultation:hover {
    background-image: url(../images/common/icon_consultation_over.png);
    color: #75a9cc;
  }
  .fix-navi .fix_item.access:hover {
    background-image: url(../images/common/icon_map_over.png);
    color: #225d85;
  }
  .fix-navi .fix_item.document:hover {
    background-image: url(../images/common/icon_book_over.png);
    color: #06446e;
  }
  .fix-navi .fix_item.mail:hover {
    background-image: url(../images/common/icon_mail_over.png);
    color: #12224e;
  }
  .fix-navi .fix_item.pamphlet:hover {
    background-image: url(../images/common/icon_book02_bl.png);
    color: #224886;
  }
  .fix-navi .fix_item.totop:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=common.css.map */
