body, hr, img, fieldset, form, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, q, blockquote, caption, legend, address, a, input, select, textarea, button, p {
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  word-break: keep-all;
}

hr {
  display: none;
}

img, input, button, textarea, fieldset, form, legend, hr {
  border: 0 none;
}

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

body, h1, h2, h3, h4, h5, h6, big, small, input, select, textarea, button {
  font-size: 1em;
  line-height: 1em;
}

q, blockquote {
  quotes: none;
}

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

caption, legend {
  height: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  font: 0/0 serif;
  line-height: 0;
}

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

dfn, em, cite, address, sup, sub {
  font-style: normal;
  font-variant: normal;
  text-transform: none;
}

button {
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

table, tr, td, th {
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
  font-weight: 400;
}

img, input, select, textarea, button {
  vertical-align: middle;
}

a, input, button, select {
  outline: none;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-width: 0;
  border-collapse: collapse;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=password], input[type=text], input[type=number] {
  background-color: transparent;
}

input[type=text]::-ms-clear, input[type=number]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

figure {
  margin: 0;
}

html {
  word-wrap: break-word;
  word-break: keep-all;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  word-wrap: break-word;
  word-break: keep-all;
}

body, html {
  font-size: 16px;
  overflow: overlay;
}
body::-webkit-scrollbar, html::-webkit-scrollbar {
  width: 6px;
  height: 8px;
}
body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb {
  background-color: #e1e1e1;
  border-radius: 4px;
}
body::-webkit-scrollbar-track, html::-webkit-scrollbar-track {
  background-color: #fff;
}

body, input, textarea, a, select, button, caption {
  font-family: "SpoqaHanSansNeo", "Apple SD Gothic Neo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  color: #2e2e2e;
  line-height: 1.3;
  vertical-align: top;
  letter-spacing: -0.025em;
}

*:focus {
  outline: none;
  text-decoration: none;
}

#skipNav {
  position: relative;
  z-index: 9999;
}
#skipNav a {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  line-height: 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
}
#skipNav a:focus, #skipNav a:active {
  top: 0;
}

select {
  background-color: #fff;
}

.show_mo {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-list,
.slick-track {
  position: relative;
  width: 100%;
}

.slick-track {
  float: left;
}

.slick-list {
  overflow: hidden;
}

.slick-list:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  overflow: hidden;
}

.slick-dots {
  text-align: center;
  font-size: 0;
  line-height: 1em;
}
.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
}
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f1f1f1;
  text-indent: -99999em;
  overflow: hidden;
}
.slick-dots li.slick-active button {
  background-color: #478ac5;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  font-size: 0;
  white-space: nowrap;
}

.swiper-wrapper .swiper-slide {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  vertical-align: top;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  width: 27px;
  top: 50%;
  height: 44px;
  margin-top: -22px;
  z-index: 1;
  cursor: pointer;
}

#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  opacity: 0;
}
#loading .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.7;
}
#loading .bar {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 1;
  width: 150px;
  height: 150px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}
#loading span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: center;
  line-height: 1em;
  color: #fff;
  text-indent: 10px;
  letter-spacing: 0;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
          animation: loading-text-opacity 2s linear 0s infinite normal;
}

@-webkit-keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes loading-text-opacity {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360.001deg);
            transform: rotate(360.001deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360.001deg);
            transform: rotate(360.001deg);
  }
}
#backBg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.6s cubic-bezier(0.75, 0.1, 0.25, 1);
  transition: opacity 0.6s cubic-bezier(0.75, 0.1, 0.25, 1);
  z-index: 9;
}
#backBg.open {
  opacity: 0.7;
}

.comm_checkbox {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
}
.comm_checkbox input[type=checkbox] {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #f0f0f0;
  border-radius: 4px;
  cursor: pointer;
}
.comm_checkbox input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 4px;
  bottom: 5px;
  width: 23px;
  height: 23px;
  background: url(../img/ico_check.png) no-repeat center/100% auto;
}
.comm_checkbox span {
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  line-height: 25px;
  letter-spacing: -0.4px;
  text-align: left;
  color: #333;
}
.comm_checkbox.mini input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #e1e1e1;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.comm_checkbox.mini input[type=checkbox]:checked {
  border: none;
}
.comm_checkbox.mini input[type=checkbox]:checked::after {
  width: 16px;
  height: 14px;
  left: 3px;
  bottom: 3px;
  background-image: url(../img/ico_check_mini.png);
}
.comm_checkbox.plus input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: url(../img/ico_check_plus.png) no-repeat center/100%;
}
.comm_checkbox.plus input[type=checkbox]:checked::after {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  background: url(../img/ico_check_minus.png) no-repeat center/100%;
}
.comm_checkbox input[type=checkbox]:checked {
  background-color: #666;
}
.comm_checkbox.blue input[type=checkbox]:checked {
  background-color: #5b9bd5;
}
.comm_checkbox.orange input[type=checkbox]:checked {
  background-color: #f19658;
}
.comm_checkbox.black input[type=checkbox]:checked {
  background-color: #443939;
}

.comm_radio {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
}
.comm_radio input[type=radio] {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #efefef;
}
.comm_radio input[type=radio]:checked {
  border: 5px solid #1b3956;
  background-color: #fff;
}
.comm_radio span {
  display: inline-block;
  vertical-align: top;
  line-height: 16px;
  font-size: 14px;
  margin-left: 4px;
}

.comm_select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
  overflow: hidden;
}
.comm_select::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 34px;
  width: 1px;
  height: 100%;
  background-color: #e1e1e1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm_select select {
  width: 100%;
  height: 32px;
  padding: 0 52px 1px 12px;
  border-radius: 3px;
  border: 1px solid #e1e1e1;
  color: #999;
  font-size: 15px;
  background: url(../img/ico_select_arw.png) no-repeat right center/34px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  /* &:focus{background-image:url(../img/ico_select_focus.png);} */
}
.comm_select select::-ms-expand {
  display: none;
}

.comm_page_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.comm_page_number * {
  font-size: 0;
  line-height: 1em;
}
.comm_page_number button {
  position: relative;
  width: 35px;
  height: 26px;
  background-color: #e7e7e7;
  border-radius: 2px;
  text-indent: -99999em;
  overflow: hidden;
}
.comm_page_number button:hover {
  background-color: #999;
}
.comm_page_number button::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 14px;
  text-indent: 0;
}
.comm_page_number button.first,
.comm_page_number button.prev {
  margin-right: 7px;
}
.comm_page_number button.next,
.comm_page_number button.last {
  margin-left: 7px;
}
.comm_page_number button.first::after {
  background-image: url(../img/ico_page_jump.png);
}
.comm_page_number button.prev::after {
  background-image: url(../img/ico_page_step.png);
}
.comm_page_number button.next::after {
  background-image: url(../img/ico_page_step.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comm_page_number button.last::after {
  background-image: url(../img/ico_page_jump.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.comm_page_number span {
  margin: 0 20px;
}
.comm_page_number span a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 28px;
  height: 26px;
  padding: 0 4px;
  color: #2d2c2b;
  font-size: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comm_page_number span a:first-child {
  margin-left: 0;
}
.comm_page_number span a:hover {
  color: #84bbec;
}
.comm_page_number span a.on {
  background-color: #84bbec;
  border-radius: 2px;
  color: #fff;
}
.comm_page_number.page_mo {
  display: none;
}

#ui_wrap {
  position: relative;
}

#ui_linemap {
  background-color: #f6f6f6;
  padding: 10px 0;
}
#ui_linemap ul {
  width: 1440px;
  margin: 0 auto;
  font-size: 0;
  text-align: right;
  line-height: 1em;
}
#ui_linemap ul li {
  display: inline-block;
  vertical-align: top;
}
#ui_linemap ul li a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 1em;
}
#ui_linemap ul li a::before {
  content: "/";
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  color: #ebebeb;
}
#ui_linemap ul li a:hover {
  color: #1b3956;
}
#ui_linemap ul li:first-child a::before {
  content: "";
  width: 16px;
  height: 14px;
  padding: 0 18px 0 0;
  margin-top: -1px;
  background: url(../img/ico_home.png) no-repeat center;
}

#ui_body {
  width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#ui_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1190px;
}
#ui_contents.no_page-side {
  display: block;
}
#ui_contents h3 {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1em;
  text-align: center;
}
#ui_contents h3 span {
  font-size: 22px;
}
#ui_contents .page_conts-bar {
  width: 820px;
}
#ui_contents .page_side-bar {
  width: 320px;
  margin-left: 50px;
}
#ui_contents .page_side-bar.other_type {
  position: relative;
}

aside {
  width: 200px;
  margin: 20px 50px 0 0;
}
aside .side_web_meun h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 70px;
  overflow: hidden;
}
aside .side_web_meun h2 span {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
}
aside .side_web_meun h2::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 100%;
  margin: 0 12px 0 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
aside .side_web_meun > ul > li > a,
aside .side_web_meun > ul > li > button {
  display: block;
  width: 100%;
  padding: 0 0 0 20px;
  text-align: left;
  border-bottom: 3px solid #f6f6f6;
  font-size: 18px;
  color: #1b3956;
  line-height: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
aside .side_web_meun > ul > li > a:hover,
aside .side_web_meun > ul > li > button:hover {
  color: #f3831f;
}
aside .side_web_meun > ul > li > a.arw,
aside .side_web_meun > ul > li > button {
  position: relative;
}
aside .side_web_meun > ul > li > a.arw:after,
aside .side_web_meun > ul > li > button:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 100%;
  background: url(../img/arw_lnb.png) no-repeat center;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  letter-spacing: -0.035em;
}
aside .side_web_meun > ul > li > a.arw.on,
aside .side_web_meun > ul > li > button.on {
  font-weight: 500;
  color: #f3831f;
}
aside .side_web_meun > ul > li > a.arw.on::after,
aside .side_web_meun > ul > li > button.on::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
aside .side_web_meun > ul > li > a.on {
  font-weight: 500;
  color: #2e7ec0;
}
aside .side_web_meun > ul > li.two_mu {
  position: relative;
}
aside .side_web_meun > ul > li.two_mu > button {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  text-indent: -99999em;
}
aside .side_web_meun .menu_slide {
  display: none;
  background-color: #f6f6f6;
}
aside .side_web_meun .menu_slide ul {
  padding: 12px 0;
}
aside .side_web_meun .menu_slide a {
  display: block;
  padding: 4px 0 6px 30px;
  line-height: 1.2em;
  color: #1b3956;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}
aside .side_web_meun .menu_slide a:hover {
  color: #478ac5;
}
aside .side_web_meun .menu_slide a.on {
  font-weight: 500;
  color: #478ac5;
}
aside .side_web_meun > p {
  width: 100%;
  margin-top: 50px;
  font-family: "Roboto";
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: #e4e3e3;
}
aside .side_mob_meun {
  display: none;
}
aside .side_mob_meun .scroll_select {
  display: none;
}

#quickFollow {
  position: fixed;
  right: 0;
  top: 240px;
  z-index: 1;
}
#quickFollow .quick_item.motion_n {
  -webkit-transition: none;
  transition: none;
}
#quickFollow .quick_item.hide {
  right: -100%;
}
#quickFollow .quick_menu {
  position: relative;
  right: 0;
  padding: 0 0 14px 0;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px 0 0 5px;
  -webkit-box-shadow: 0px 3px 18px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0px 3px 18px 0 rgba(0, 0, 0, 0.13);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
#quickFollow .quick_menu strong {
  display: block;
  padding: 14px 0;
  background: linear-gradient(135deg, #1b3956, #2f3d72);
  border-radius: 5px 0 0 0;
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
  font-size: 15px;
  color: #fff;
}
#quickFollow .quick_menu ul {
  padding: 16px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
#quickFollow .quick_menu ul li a {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1em;
  text-align: center;
  color: #333;
}
#quickFollow .quick_menu ul li a:hover {
  color: #478ac5;
}
#quickFollow .quick_menu ul li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}
#quickFollow .quick_menu button {
  position: absolute;
  left: 50%;
  bottom: -16px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: no-repeat center;
  background-image: url("../img/ico_x_s.png"), linear-gradient(135deg, #1b3956, #2f3d72);
  border: 2px solid #1b3956;
  border-radius: 50%;
  text-indent: -99999em;
}
#quickFollow .quick_btn {
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
#quickFollow .quick_btn button {
  display: block;
  position: relative;
  padding: 16px;
  background: linear-gradient(45deg, #1b3956, #2f3d72);
  border-radius: 0 0 5px 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
#quickFollow .quick_btn button::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-top: 6px solid #1b3956;
}

header {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1;
}
header .header_guide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1440px;
  margin: 0 auto;
  padding-top: 10px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
header h1 {
  width: 206px;
  height: 38px;
}
header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo_h1.png) no-repeat center/auto 100%;
  text-indent: -99999em;
  overflow: hidden;
}
header nav {
  font-size: 0;
}
header nav * {
  display: inline-block;
  vertical-align: top;
}
header nav button, header nav a  {
  margin: 26px 24px;
  font-size: 18px;
  font-weight: 500;
  color: #1b3956;
}
header nav button:hover, header nav a:hover {
  color: #478ac5;
}
header .other_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header .other_link .other_mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}
header .other_link .other_mob a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #f3831f;
  line-height: 1em;
}
header .other_link .other_mob a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background: url(../img/ico_language.png) no-repeat center/100% auto;
}
header .other_link .other_mob a:hover {
  color: #1b3956;
}
header .other_link .other_mob a:hover::before {
  background-image: url(../img/ico_language-on.png);
}
header .other_link .other_mob button {
  display: none;
}
header .other_link > button {
  display: block;
  position: relative;
  width: 38px;
  padding: 8px 0;
}
header .other_link > button span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #1b3956;
  text-indent: -99999em;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
header .other_link > button::after, header .other_link > button::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #1b3956;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
header .other_link > button::before {
  top: 0;
}
header .other_link > button::after {
  bottom: 0;
}
header .other_link > button.on span {
  opacity: 0;
}
header .other_link > button.on::before {
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  top: 8px;
}
header .other_link > button.on::after {
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  bottom: 8px;
}

.ui_gnb_guide {
  position: relative;
  padding-top: 70px;
  z-index: 2; /* transition:padding-top 0.4s;*/
}
.ui_gnb_guide.fixed {
  padding-top: 154px;
}
.ui_gnb_guide.fixed header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.down_each_menu {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 234px;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  -webkit-transition-property: bottom, opacity;
  transition-property: bottom, opacity;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.75, 0.1, 0.25, 1);
  opacity: 0;
}
.down_each_menu::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #2e7ec0;
  z-index: 1;
}
.down_each_menu.open {
  opacity: 1;
}
.down_each_menu .each_guide {
  position: relative;
  width: 1440px;
  margin: 0 auto;
  height: 100%;
}
.down_each_menu .each_guide > strong {
  display: block;
  position: absolute;
  left: 0;
  bottom: 26px;
  font-size: 32px;
  line-height: 1em;
  color: #e4e3e3;
  font-family: "Roboto";
}
.down_each_menu .menu_box_line {
  position: relative;
  height: 100%;
}
.down_each_menu .menu_box_line > ul {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 164px;
  height: 100%;
  padding: 18px 0;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  /* &.mu_line07{width:200px;
  	li a{@include centerNcenter;
  		&:after{content:'';@include inlineBlock;width:14px;height:14px;margin-left:10px;background:url(../img/arw_mu.png) no-repeat center 0 / 100% auto;border-bottom:1px solid #cdcdcd;}
  		&:hover::after{background-image:url(../img/arw_mu-on.png);border-bottom-color:$key-color;}
  	}
  } */
}
.down_each_menu .menu_box_line > ul::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background-color: #1b3956;
}
.down_each_menu .menu_box_line > ul.sel {
  opacity: 1;
  z-index: 1;
}
.down_each_menu .menu_box_line > ul li a {
  display: block;
  padding: 6px 0;
  font-size: 15px;
  color: #6d6d6d;
  text-align: center;
  line-height: 1.4;
}
.down_each_menu .menu_box_line > ul li a:hover {
  color: #f5821f;
}
.nav_all_submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: #f6f6f6;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.nav_all_submenu .all_menu_guide {
  position: relative;
  width: 1400px;
  padding: 44px 0;
  margin: 0 auto;
}
.nav_all_submenu .all_menu_guide h2 {
  height: 46px;
  background: url(../img/logo_h1.png) no-repeat center bottom/220px auto;
  text-indent: -99999em;
}
.nav_all_submenu .all_menu_guide > p {
  display: block;
  margin: 14px 0 40px 0;
  text-align: center;
  color: #e4e3e3;
  font-size: 28px;
  font-family: "Roboto";
  line-height: 1em;
}
.nav_all_submenu .all_menu_guide > button {
  position: absolute;
  right: -32px;
  top: 17px;
  width: 60px;
  height: 60px;
  background: url(../img/btn_close_x2.png) no-repeat center/24px auto;
  text-indent: -99999em;
}
.nav_all_submenu .all_menu_align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_all_submenu .all_menu_align .mu_line {
  width: 190px;
  padding-bottom: 20px;
  background-color: #fff;
}
.nav_all_submenu .all_menu_align .mu_line h3 {
  border-bottom: 2px solid #f6f6f6;
  text-align: center;
  line-height: 64px;
  font-size: 18px;
  font-weight: 500;
  color: #1b3956;
}
.nav_all_submenu .all_menu_align .mu_line strong {
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_all_submenu .all_menu_align .mu_line strong a {
  color: #595959;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}
.nav_all_submenu .all_menu_align .mu_line strong a:hover {
  color: #2e7ec0;
}
.nav_all_submenu .all_menu_align .mu_line ul {
  margin-top: 8px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.nav_all_submenu .all_menu_align .mu_line ul li a {
  display: block;
  padding: 2px 0;
  line-height: 1.3;
  font-size: 14px;
  color: #b1b1b1;
}
.nav_all_submenu .all_menu_align .mu_line ul li a:hover {
  color: #666;
}

.point_search_wrap {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  background-color: #1b3956;
  z-index: 2;
}
.point_search_wrap .wrap_center_guide {
  width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.point_key-word {
  margin-right: 50px;
  font-size: 0;
}
.point_key-word .scroll_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.point_key-word a {
  position: relative;
  margin: 0 7px;
  border: 1px solid #478ac5;
  border-radius: 4px;
  overflow: hidden;
}
.point_key-word a span {
  display: block;
  position: relative;
  z-index: 1;
  min-width: 100px;
  text-align: center;
  line-height: 34px;
  color: #81b0d9;
  font-size: 16px;
}
.point_key-word a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  background-color: #006699;
  overflow: hidden;
}
.point_key-word a:hover span {
  color: #d7e7f3;
}
.point_key-word a:hover::before {
  width: 100%;
}
.point_key-word a:first-child {
  margin-left: 0;
}
.point_key-word a:last-child {
  margin-right: 0;
}

.search_form-box {
  position: relative;
  padding-right: 170px;
}
.search_form-box .search_input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.search_form-box .search_input > button {
  display: none;
}
.search_form-box .search_input label {
  display: block;
  position: relative;
}
.search_form-box .search_input label input {
  width: 180px;
  height: 34px;
  padding: 0 10px 2px 26px;
  background-color: #fff;
  font-size: 16px;
  border-radius: 18px 0 0 18px;
}
.search_form-box .search_input label input:hover::-webkit-input-placeholder {
  color: #1b3956;
}
.search_form-box .search_input label input:hover::-moz-placeholder {
  color: #1b3956;
}
.search_form-box .search_input label input:hover:-ms-input-placeholder {
  color: #1b3956;
}
.search_form-box .search_input label input:hover::-ms-input-placeholder {
  color: #1b3956;
}
.search_form-box .search_input label input:hover::placeholder {
  color: #1b3956;
}
.search_form-box .search_input label button {
  width: 50px;
  height: 36px;
  background: #fff url(../img/ico_search_key.png) no-repeat center/18px auto;
  text-indent: -99999em;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
}
.search_form-box .search_input label button:hover {
  background-color: #2e7ec0;
  background-image: url(../img/ico_search.png);
}
.search_form-box .search_input label.search_open input {
  border-radius: 18px 0 0 0;
}
.search_form-box .search_input label.search_open button {
  border-radius: 0 18px 0 0;
}
.search_form-box .popular_search_terms {
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 16px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid transparent;
}
.search_form-box .popular_search_terms:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background: url(../img/arw_down.png) no-repeat center;
  text-indent: -99999em;
  overflow: hidden;
}
.search_form-box .popular_search_terms button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -99999em;
  z-index: 1;
}
.search_form-box .popular_search_terms ul {
  width: 120px;
}
.search_form-box .popular_search_terms ul li {
  display: none;
  padding-bottom: 2px;
}
.search_form-box .popular_search_terms ul li:first-child {
  display: block;
  margin-right: 12px;
}
.search_form-box .popular_search_terms ul li a {
  display: block;
  color: #81b0d9;
  font-size: 15px;
  line-height: 1.5;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search_form-box .popular_search_terms ul li a:hover {
  color: #1b3956;
}
.search_form-box .popular_search_terms.open {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  border-color: #e8e8e8;
}
.search_form-box .popular_search_terms.open::after {
  display: none;
}
.search_form-box .popular_search_terms.open button {
  width: 36px;
  height: 36px;
  background: url(../img/arw_down-on.png) no-repeat center;
}
.search_form-box .popular_search_terms.open ul li {
  display: block;
}
.search_form-box .popular_search_terms:hover {
  background-color: #fff;
}
.search_form-box .popular_search_terms:hover::after {
  background-image: url(../img/arw_down-hov.png);
}

@-webkit-keyframes moveTopAuction {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
  }
  100% {
    top: 0;
  }
}

@keyframes moveTopAuction {
  0% {
    top: 0;
  }
  50% {
    top: 8px;
  }
  100% {
    top: 0;
  }
}
footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 15%;
  height: 100%;
  background-color: #f1f1f1;
}

.move_top_btn {
  display: block;
  position: absolute;
  right: 50%;
  top: -50px;
  width: 60px;
  height: 60px;
  margin-right: -800px;
  background-color: #1b3956;
  text-align: center;
  z-index: 1;
}
.move_top_btn span {
  display: block;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0;
}
.move_top_btn::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 20px;
  background: url(../img/arw_top.png) no-repeat center top;
}
.move_top_btn:hover::before {
  -webkit-animation-name: moveTopAuction;
          animation-name: moveTopAuction;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.company_info_wrap {
  position: relative;
  width: 1080px;
  padding-left: 258px;
  margin: 30px 0 36px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company_info_wrap > strong {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 0;
  width: 184px;
  height: 34px;
  background: url(../img/logo_foot.png) no-repeat center;
  text-indent: -99999em;
  overflow: hidden;
}
.company_info_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.company_info_wrap ul li {
  margin-left: 40px;
}
.company_info_wrap ul li:first-child {
  margin-left: 0;
}
.company_info_wrap ul li a {
  color: #898989;
  font-weight: 300;
  font-size: 16px;
}
.company_info_wrap ul li a:hover {
  color: #1b3956;
}
.company_info_wrap address {
  color: #898989;
  font-size: 14px;
  line-height: 1.7em;
  margin-top: 24px;
  letter-spacing: 0;
}

.other_link_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  width: 360px;
  padding-top: 26px;
  padding-left: 50px;
  background-color: #f1f1f1;
  border-left: 3px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.other_link_wrap .other_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
.other_link_wrap .other_sns li {
  /* &.sns_ist a{background-image:url(../img/ico_sns_i.png);}
  &.sns_twt a{background-image:url(../img/ico_sns_t.png);} */
}
.other_link_wrap .other_sns li a {
  display: block;
  width: 46px;
  height: 40px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -99999em;
  overflow: hidden;
}
.other_link_wrap .other_sns li a:hover {
  opacity: 0.8;
}
.other_link_wrap .other_sns li.sns_utb a {
  background-image: url(../img/ico_sns_u.png);
}
.other_link_wrap .family_site_wrap {
  position: relative;
  width: 200px;
  height: 40px;
}
.other_link_wrap .family_site_wrap button {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  background-color: #fff;
  color: #2e7ec0;
  text-align: left;
  text-indent: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1em;
  border: 1px solid #d3d7e4;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
}
.other_link_wrap .family_site_wrap button::after {
  content: "";
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #b4b5b5;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.other_link_wrap .family_site_wrap ul {
  display: none;
  position: absolute;
  left: 0;
  bottom: 100%;
  border: 1px solid #d3d7e4;
  border-bottom-width: 0px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: -3px;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}
.other_link_wrap .family_site_wrap ul li a {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 5px 20px;
  color: #878a94;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.other_link_wrap .family_site_wrap ul li a:hover {
  color: #000;
}
.other_link_wrap .family_site_wrap.open button {
  color: #000;
}
.other_link_wrap .family_site_wrap.open button::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.other_link_wrap .family_site_wrap.open ul {
  display: block;
}

.mo_site_mab {
  display: none;
  top: -99999em;
  left: -999999em;
  position: fixed;
}

#ui_body.mainconts-fix {
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#ui_body.mainconts-fix > aside {
  position: absolute;
  top: 40px;
  left: 0;
}
#ui_body.mainconts-fix > aside.fixed {
  position: fixed;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -620px;
}
#ui_body.mainconts-fix > aside.on {
  bottom: 80px;
  top: inherit;
}
#ui_body.mainconts-fix .page_conts-bar {
  position: absolute;
  top: 40px;
  left: 250px;
}
#ui_body.mainconts-fix .page_conts-bar.fixed {
  position: fixed;
  top: 125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: -60px;
}
#ui_body.mainconts-fix .page_conts-bar.on {
  bottom: 80px;
  top: inherit;
}
#ui_body.mainconts-fix #ui_contents {
  display: block;
}
#ui_body.mainconts-fix #ui_contents .page_side-bar {
  margin-left: 870px;
}

@media all and (max-width: 1670px) {
  .move_top_btn {
    right: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 1460px) {
  #quickFollow {
    display: none;
  }
  .slick-dots li {
    margin: 0 0.2739726027vw;
  }
  .slick-dots li button {
    width: 0.8219178082vw;
    height: 0.8219178082vw;
  }
  #loading .bar {
    width: 10.2739726027vw;
    height: 10.2739726027vw;
    border-width: 0.2054794521vw;
  }
  #loading span {
    text-indent: 0.6849315068vw;
  }
  .comm_checkbox input[type=checkbox] {
    width: 1.6438356164vw;
    height: 1.6438356164vw;
  }
  .comm_checkbox input[type=checkbox]:checked::after {
    left: 0.2739726027vw;
    bottom: 0.3424657534vw;
    width: 1.5753424658vw;
    height: 1.5753424658vw;
  }
  .comm_checkbox span {
    margin-left: 0.8219178082vw;
    line-height: 1.7123287671vw;
  }
  .comm_checkbox.mini input[type=checkbox] {
    width: 1.3698630137vw;
    height: 1.3698630137vw;
    margin-right: 0.6849315068vw;
    border-width: 0.1369863014vw;
  }
  .comm_checkbox.mini input[type=checkbox]:checked::after {
    width: 1.095890411vw;
    height: 0.9589041096vw;
    left: 0.2054794521vw;
    bottom: 0.2054794521vw;
  }
  .comm_checkbox.plus input[type=checkbox]::after {
    width: 0.6849315068vw;
    height: 0.6849315068vw;
  }
  .comm_checkbox.plus input[type=checkbox]:checked::after {
    width: 0.6849315068vw;
    height: 0.6849315068vw;
  }
  .comm_radio input[type=radio] {
    width: 1.095890411vw;
    height: 1.095890411vw;
  }
  .comm_radio span {
    line-height: 1.095890411vw;
    font-size: 0.875rem;
    margin-left: 0.2739726027vw;
  }
  .comm_select::after {
    right: 2.3287671233vw;
  }
  .comm_select select {
    height: 2.1917808219vw;
    padding: 0 3.5616438356vw 0.0684931507vw 0.8219178082vw;
    background-size: 2.3287671233vw auto;
    border-radius: 0.2054794521vw;
    font-size: 0.9375rem;
  }
  .comm_page_number button {
    width: 2.397260274vw;
    height: 1.7808219178vw;
  }
  .comm_page_number button::after {
    background-size: auto 0.9589041096vw;
  }
  .comm_page_number button.first,
  .comm_page_number button.prev {
    margin-right: 0.4794520548vw;
  }
  .comm_page_number button.next,
  .comm_page_number button.last {
    margin-left: 0.4794520548vw;
  }
  .comm_page_number span {
    margin: 0 1.3698630137vw;
  }
  .comm_page_number span a {
    min-width: 1.9178082192vw;
    height: 1.7808219178vw;
    padding: 0 0.2739726027vw;
    font-size: 1.125rem;
  }
  body, html {
    font-size: 1.095890411vw;
  }
  #ui_linemap {
    padding: 0.6849315068vw 0.6849315068vw;
  }
  #ui_linemap ul {
    width: 100%;
  }
  #ui_linemap ul li a {
    font-size: 0.875rem;
  }
  #ui_linemap ul li a::before {
    padding: 0 0.5479452055vw;
  }
  #ui_linemap ul li:first-child a::before {
    width: 1.095890411vw;
    height: 0.9589041096vw;
    padding-right: 1.2328767123vw;
    margin-top: -0.0684931507vw;
    background-size: auto 100%;
  }
  #ui_body {
    width: 100%;
    padding: 2.7397260274vw 0.6849315068vw 5.4794520548vw;
  }
  #ui_contents {
    width: 100%;
  }
  #ui_contents h3 {
    margin-bottom: 1.6438356164vw;
    font-size: 1.875rem;
  }
  #ui_contents h3 span {
    font-size: 1.375rem;
  }
  #ui_contents .page_conts-bar {
    width: 56.1643835616vw;
  }
  #ui_contents .page_side-bar {
    width: 21.9178082192vw;
    margin-left: 3.4246575342vw;
  }
  aside {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 13.698630137vw;
    margin: 1.3698630137vw 3.4246575342vw 0 0;
  }
  aside .side_web_meun h2 {
    height: 4.7945205479vw;
    border-radius: 0.2739726027vw;
  }
  aside .side_web_meun h2 span {
    font-size: 1.25rem;
  }
  aside .side_web_meun h2::before {
    width: 2rem;
    margin: 0 0.75rem 0 1.5625rem;
  }
  aside .side_web_meun > ul > li > a,
  aside .side_web_meun > ul > li > button {
    padding: 0 0 0 1.3698630137vw;
    font-size: 1.125rem;
    line-height: 3.4246575342vw;
    border-bottom-width: 0.2054794521vw;
  }
  aside .side_web_meun > ul > li > a.arw:after,
  aside .side_web_meun > ul > li > button:after {
    width: 1.6438356164vw;
    background-size: 0.9589041096vw auto;
  }
  aside .side_web_meun .menu_slide ul {
    padding: 0.8219178082vw 0;
  }
  aside .side_web_meun .menu_slide a {
    padding: 0.2739726027vw 0 0.4109589041vw 2.0547945205vw;
    font-size: 1rem;
  }
  aside .side_web_meun > p {
    margin-top: 3.4246575342vw;
    font-size: 1.75rem;
  }
  header .header_guide {
    width: 100%;
    padding: 0.6849315068vw 0.6849315068vw 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header h1 {
    width: 14.1095890411vw;
    height: 2.602739726vw;
  }
  header nav button, header nav a {
    margin: 1.7808219178vw 1.6438356164vw;
    font-size: 1.125rem;
  }
  header .other_link .other_mob {
    margin-right: 2.0547945205vw;
  }
  header .other_link .other_mob a {
    font-size: 0.9375rem;
  }
  header .other_link .other_mob a::before {
    width: 1.3698630137vw;
    height: 1.3698630137vw;
    margin-right: 0.5479452055vw;
  }
  header .other_link > button {
    width: 2.602739726vw;
    padding: 0.5479452055vw 0;
  }
  header .other_link > button span {
    height: 0.2054794521vw;
  }
  header .other_link > button::after, header .other_link > button::before {
    height: 0.2054794521vw;
  }
  header .other_link > button.on::before {
    top: 0.5479452055vw;
  }
  header .other_link > button.on::after {
    bottom: 0.5479452055vw;
  }
  .ui_gnb_guide {
    padding-top: 4.7945205479vw;
  }
  .ui_gnb_guide.fixed {
    padding-top: 10.5479452055vw;
  }
  .down_each_menu {
    height: 16.0273972603vw;
    -webkit-box-shadow: 0 0.3424657534vw 1.0273972603vw rgba(0, 0, 0, 0.2);
            box-shadow: 0 0.3424657534vw 1.0273972603vw rgba(0, 0, 0, 0.2);
  }
  .down_each_menu::after {
    height: 0.3424657534vw;
  }
  .down_each_menu .each_guide {
    width: 100%;
  }
  .down_each_menu .each_guide > strong {
    bottom: 1.7808219178vw;
    left: 0.6849315068vw;
    font-size: 2rem;
  }
  .down_each_menu .menu_box_line {
    padding-left: 21.9178082192vw;
  }
  .down_each_menu .menu_box_line > ul {
    width: 11.2328767123vw;
    padding: 1.2328767123vw 0;
    border-left-width: 0.1369863014vw;
    border-right-width: 0.1369863014vw;
    /* &.mu_line07{width:vwCalc_t(200);
    	li a::after{width:vwCalc_t(14);height:vwCalc_t(14);margin-left:vwCalc_t(10);}
    } */
  }
  .down_each_menu .menu_box_line > ul::before {
    height: 0.4794520548vw;
  }
  .down_each_menu .menu_box_line > ul li a {
    padding: 0.2739726027vw 0;
    font-size: 0.9375rem;
  }
  .nav_all_submenu .all_menu_guide {
    width: 95.8904109589vw;
    padding: 3.0136986301vw 0;
  }
  .nav_all_submenu .all_menu_guide h2 {
    height: 3.1506849315vw;
    background-size: 15.0684931507vw auto;
  }
  .nav_all_submenu .all_menu_guide > p {
    margin: 0.9589041096vw 0 2.7397260274vw 0;
    font-size: 1.75rem;
  }
  .nav_all_submenu .all_menu_guide > button {
    right: -2.1917808219vw;
    top: 1.1643835616vw;
    width: 4.1095890411vw;
    height: 4.1095890411vw;
    background-size: 1.6438356164vw auto;
  }
  .nav_all_submenu .all_menu_align .mu_line {
    width: 13.0136986301vw;
    padding-bottom: 1.3698630137vw;
  }
  .nav_all_submenu .all_menu_align .mu_line h3 {
    line-height: 4.3835616438vw;
    font-size: 1.125rem;
  }
  .nav_all_submenu .all_menu_align .mu_line strong {
    margin-top: 1.3698630137vw;
    padding-left: 1.3698630137vw;
  }
  .nav_all_submenu .all_menu_align .mu_line strong a {
    font-size: 1rem;
  }
  .nav_all_submenu .all_menu_align .mu_line ul {
    margin-top: 0.5479452055vw;
    padding-left: 1.3698630137vw;
  }
  .nav_all_submenu .all_menu_align .mu_line ul li a {
    padding: 0.1369863014vw 0;
    font-size: 0.875rem;
  }
  .point_search_wrap {
    height: 4.7945205479vw;
  }
  .point_search_wrap .wrap_center_guide {
    width: 100%;
    padding: 0 0.6849315068vw;
  }
  .point_key-word {
    margin-right: 3.4246575342vw;
  }
  .point_key-word a {
    margin: 0 0.4794520548vw;
  }
  .point_key-word a span {
    min-width: 6.8493150685vw;
    font-size: 1rem;
    line-height: 2.3287671233vw;
  }
  .search_form-box {
    padding-right: 11.6438356164vw;
  }
  .search_form-box .search_input label input {
    width: 12.3287671233vw;
    height: 2.3287671233vw;
    padding: 0 0.6849315068vw 0.1369863014vw 1.7808219178vw;
    font-size: 1rem;
    border-radius: 1.2328767123vw 0 0 1.2328767123vw;
  }
  .search_form-box .search_input label button {
    width: 3.4246575342vw;
    height: 2.4657534247vw;
    background-size: 1.2328767123vw auto;
    border-radius: 0 1.2328767123vw 1.2328767123vw 0;
  }
  .search_form-box .popular_search_terms {
    padding: 0.4109589041vw 1.095890411vw;
    border-radius: 0.2739726027vw;
  }
  .search_form-box .popular_search_terms:after {
    width: 2.4657534247vw;
    height: 2.4657534247vw;
    background-size: 0.9589041096vw auto;
  }
  .search_form-box .popular_search_terms ul {
    width: 8.2191780822vw;
  }
  .search_form-box .popular_search_terms ul li {
    padding-bottom: 0.1369863014vw;
  }
  .search_form-box .popular_search_terms ul li:first-child {
    margin-right: 0.8219178082vw;
  }
  .search_form-box .popular_search_terms ul li a {
    font-size: 1.0273972603vw;
    line-height: 1.5;
  }
  .search_form-box .popular_search_terms.open {
    -webkit-box-shadow: 0 0.1369863014vw 0.4109589041vw rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.1369863014vw 0.4109589041vw rgba(0, 0, 0, 0.1);
  }
  .search_form-box .popular_search_terms.open button {
    width: 2.4657534247vw;
    height: 2.4657534247vw;
    background-size: 0.9589041096vw auto;
  }
  footer {
    padding: 0 0.6849315068vw;
  }
  .move_top_btn {
    top: -3.4246575342vw;
    width: 4.1095890411vw;
    height: 4.1095890411vw;
  }
  .move_top_btn::before {
    height: 1.3698630137vw;
    background-size: 1.5068493151vw auto;
  }
  .move_top_btn span {
    font-size: 1rem;
  }
  .company_info_wrap {
    width: 73.9726027397vw;
    padding-left: 17.6712328767vw;
    margin: 2.0547945205vw 0 2.4657534247vw 0;
  }
  .company_info_wrap > strong {
    width: 12.602739726vw;
    height: 2.3287671233vw;
    background-size: auto 100%;
  }
  .company_info_wrap ul {
    margin-top: 0.4109589041vw;
  }
  .company_info_wrap ul li a {
    font-size: 1rem;
  }
  .company_info_wrap address {
    font-size: 0.875rem;
    margin-top: 1.6438356164vw;
  }
  .other_link_wrap {
    width: 28.7671232877vw;
    padding-top: 1.7808219178vw;
    padding-left: 3.4246575342vw;
    border-left-width: 0.2054794521vw;
  }
  .other_link_wrap .other_sns {
    margin-right: 1.3698630137vw;
  }
  .other_link_wrap .other_sns li a {
    width: 2.7397260274vw;
    height: 2.7397260274vw;
    background-size: 1.9178082192vw auto;
  }
  .other_link_wrap .family_site_wrap {
    width: 13.698630137vw;
    height: 2.7397260274vw;
  }
  .other_link_wrap .family_site_wrap button {
    padding-top: 0.1369863014vw;
    text-indent: 2.0547945205vw;
    font-size: 0.875rem;
    border-radius: 0.2054794521vw;
  }
  .other_link_wrap .family_site_wrap button::after {
    right: 0.9589041096vw;
    margin-top: -0.2739726027vw;
  }
  .other_link_wrap .family_site_wrap ul {
    padding: 0.6849315068vw 0;
    margin-bottom: -0.2054794521vw;
    border-radius: 0.2054794521vw 0.2054794521vw 0 0;
  }
  .other_link_wrap .family_site_wrap ul li a {
    font-size: 0.875rem;
    padding: 0.3424657534vw 1.3698630137vw;
  }
  #ui_body.mainconts-fix > aside {
    top: 2.7397260274vw;
    left: 0.6849315068vw;
  }
  #ui_body.mainconts-fix > aside.fixed {
    top: 8.5616438356vw;
    margin-left: -42.4657534247vw;
  }
  #ui_body.mainconts-fix > aside.on {
    bottom: 5.4794520548vw;
  }
  #ui_body.mainconts-fix .page_conts-bar {
    top: 2.7397260274vw;
    left: 17.8082191781vw;
  }
  #ui_body.mainconts-fix .page_conts-bar.fixed {
    top: 8.5616438356vw;
    margin-left: -4.1095890411vw;
  }
  #ui_body.mainconts-fix .page_conts-bar.on {
    bottom: 5.4794520548vw;
  }
  #ui_body.mainconts-fix #ui_contents {
    width: 81.5068493151vw;
  }
  #ui_body.mainconts-fix #ui_contents .page_side-bar {
    margin-left: 59.5890410959vw;
  }
}
@media all and (max-width: 750px) {
  .scroll_hidden {
    height: 100%;
    overflow: hidden;
  }
  .show_mo {
    display: block !important;
  }
  .slick-dots li {
    margin: 0 1.0666666667vw;
  }
  .slick-dots li button {
    width: 3.2vw;
    height: 3.2vw;
  }
  .comm_checkbox {
    font-size: 1rem;
  }
  .comm_checkbox input[type=checkbox] {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 0.5333333333vw;
  }
  .comm_checkbox input[type=checkbox]:checked::after {
    left: 0.5333333333vw;
    bottom: 0.6666666667vw;
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }
  .comm_checkbox span {
    margin-left: 1.6vw;
    line-height: 3.3333333333vw;
  }
  .comm_checkbox.mini input[type=checkbox] {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    margin-right: 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
  .comm_checkbox.mini input[type=checkbox]:checked::after {
    width: 3.2vw;
    height: 2.6666666667vw;
    left: 0.5333333333vw;
    bottom: 0.8vw;
    background-image: url(../img/m/ico_check_mini.png);
    background-size: 100% auto;
  }
  .comm_checkbox.plus input[type=checkbox]::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .comm_checkbox.plus input[type=checkbox]:checked::after {
    width: 3.2vw;
    height: 3.2vw;
  }
  .comm_radio input[type=radio] {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
  .comm_radio span {
    line-height: 2.1333333333vw;
    font-size: 0.5833333333rem;
    margin-left: 0.5333333333vw;
  }
  .comm_select::after {
    right: 4.8vw;
  }
  .comm_select select {
    height: 7.2vw;
    padding: 0 8vw 0 2.6666666667vw;
    background-size: 4.8vw auto;
    border-radius: 0.5333333333vw;
    font-size: 1rem;
  }
  .comm_page_number {
    display: none;
    /* button{width:vwCalc_m(40);height:vwCalc_m(40);}
    button::after{background-size:auto vwCalc_m(20);}
    button.first{margin-right:vwCalc_m(8);}
    button.prev {margin-right:vwCalc_m(8);}
    button.next {margin-left:vwCalc_m(8);}
    button.last {margin-left:vwCalc_m(8);}
    span{margin:0;
    	a{min-width:vwCalc_m(44);height:vwCalc_m(40);padding:0 vwCalc_m(6);font-size:remCalc_m(24);}
    } */
  }
  .comm_page_number.page_mo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comm_page_number.page_mo button {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 8vw;
    height: 8vw;
  }
  .comm_page_number.page_mo button::after {
    background-size: auto 2.6666666667vw;
  }
  .comm_page_number.page_mo button.first {
    margin-right: 1.0666666667vw;
  }
  .comm_page_number.page_mo button.prev {
    margin-right: 1.0666666667vw;
  }
  .comm_page_number.page_mo button.next {
    margin-left: 1.0666666667vw;
  }
  .comm_page_number.page_mo button.last {
    margin-left: 1.0666666667vw;
  }
  .comm_page_number.page_mo span {
    margin: 0;
  }
  .comm_page_number.page_mo span a {
    min-width: 8.5333333333vw;
    height: 8vw;
    padding: 0 0.8vw;
    font-size: 1.0833333333rem;
  }
  body, html {
    font-size: 3.2vw;
  }
  #ui_linemap {
    display: none;
  }
  #ui_body {
    display: block;
    padding: 0 0 13.3333333333vw 0;
  }
  #ui_contents {
    display: block;
    position: relative;
  }
  #ui_contents h3 {
    margin-bottom: 4vw;
    font-size: 1.25rem;
  }
  #ui_contents h3 span {
    font-size: 1.375rem;
    display: block;
    margin-top: 0.8vw;
  }
  #ui_contents .page_conts-bar {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2vw;
  }
  #ui_contents .page_side-bar {
    width: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 4vw;
    margin: 13.3333333333vw 0 0 0;
  }
  #ui_contents .page_side-bar.other_type {
    position: static;
  }
  aside {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 0 6.6666666667vw 0;
  }
  aside .side_web_meun {
    display: none;
  }
  aside .side_mob_meun {
    display: block;
  }
  aside .side_mob_meun .select_menu-box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1.3333333333vw 2vw;
    background-color: #ddd;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  aside .side_mob_meun .mu_select {
    position: relative;
    width: 100%;
    margin-left: 1.3333333333vw;
  }
  aside .side_mob_meun .mu_select > strong {
    display: block;
    width: 100%;
    line-height: 9.3333333333vw;
    padding: 0 6.6666666667vw 0 4vw;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.0833333333rem;
    color: #1b3956;
    text-align: left;
    font-weight: 500;
  }
  aside .side_mob_meun .mu_select > button {
    position: relative;
    display: block;
    width: 100%;
    height: 9.3333333333vw;
    padding: 0 6.6666666667vw 0 4vw;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 1.0833333333rem;
    color: #1b3956;
    text-align: left;
    font-weight: 500;
  }
  aside .side_mob_meun .mu_select > button:after {
    content: "";
    display: block;
    position: absolute;
    right: 3.2vw;
    top: 0;
    width: 2.4vw;
    height: 100%;
    background: url(../img/arw_select.png) no-repeat center/100% auto;
  }
  aside .side_mob_meun .mu_select ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #e5e5e5;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  aside .side_mob_meun .mu_select ul li button,
  aside .side_mob_meun .mu_select ul li a {
    display: block;
    padding: 3.2vw 0 3.2vw 4vw;
    font-size: 1rem;
    line-height: 1;
    color: #1b3956;
  }
  aside .side_mob_meun .mu_select ul li button.on,
  aside .side_mob_meun .mu_select ul li a.on {
    background-color: #618db7;
    color: #fff;
  }
  aside .side_mob_meun .mu_select:nth-child(1) {
    margin-left: 0;
  }
  aside .side_mob_meun .scroll_select {
    display: block;
    width: 100%;
    background-color: #1b3956;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2.1333333333vw;
  }
  aside .side_mob_meun .scroll_select::after, aside .side_mob_meun .scroll_select::before {
    content: "";
    display: block;
    width: 8vw;
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: center;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  aside .side_mob_meun .scroll_select::before {
    left: 0;
    background-image: url(../img/main_scroll_l.png);
  }
  aside .side_mob_meun .scroll_select::after {
    right: 0;
    background-image: url(../img/main_scroll_r.png);
  }
  aside .side_mob_meun .scroll_select .scroll_guide {
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  aside .side_mob_meun .scroll_select .scroll_guide::-webkit-scrollbar {
    display: none;
  }
  aside .side_mob_meun .scroll_select .scroll_guide ul {
    font-size: 0;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1;
  }
  aside .side_mob_meun .scroll_select .scroll_guide ul li {
    display: inline-block;
    vertical-align: top;
  }
  aside .side_mob_meun .scroll_select .scroll_guide ul li a {
    display: block;
    padding: 4.5333333333vw 3.7333333333vw;
    color: #7b8b9b;
    line-height: 1;
    font-size: 1.1666666667rem;
    font-weight: 500;
  }
  aside .side_mob_meun .scroll_select .scroll_guide ul li a.on {
    color: #fff;
  }
  header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  header .header_guide {
    display: block;
    position: relative;
    padding: 4.4vw 0;
  }
  header nav {
    display: none;
  }
  header h1 {
    margin: 0 auto;
    width: 53.3333333333vw;
    height: 7.2vw;
  }
  header .other_link {
    display: block;
  }
  header .other_link .other_mob {
    display: block;
    position: absolute;
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-right: 0;
  }
  header .other_link .other_mob a {
    display: none;
    font-size: 0.8333333333rem;
  }
  header .other_link .other_mob a::before {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    margin-right: 0.8vw;
  }
  header .other_link .other_mob button {
    display: block;
    width: 6.9333333333vw;
    height: 6.9333333333vw;
    margin-left: 0;
    background: #1b3956 url(../img/ico_search.png) no-repeat center/3.4666666667vw auto;
    border-radius: 50%;
    text-indent: -99999em;
  }
  header .other_link > button {
    position: absolute;
    left: 4vw;
    top: 50%;
    width: 6.6666666667vw;
    padding: 1.8666666667vw 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  header .other_link > button span, header .other_link > button::after, header .other_link > button::before {
    height: 0.6666666667vw;
  }
  .ui_gnb_guide {
    padding-top: 16vw;
    z-index: 3;
  }
  .ui_gnb_guide.fixed {
    padding-top: 16vw;
  }
  .down_each_menu {
    bottom: auto;
    top: 0;
    left: -100%;
  }
  .point_search_wrap {
    position: static;
    height: auto;
    padding: 0;
    background-color: transparent;
  }
  .point_search_wrap .wrap_center_guide {
    display: block;
    padding: 0 2vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .point_search_wrap .wrap_center_guide::-webkit-scrollbar {
    display: none;
  }
  .point_key-word {
    display: none;
    margin-right: 0;
    white-space: nowrap;
  }
  .point_key-word a {
    display: inline-block;
    vertical-align: top;
    padding: 0 2.1333333333vw;
    margin: 0;
    border-radius: 0;
    border-width: 0;
  }
  .point_key-word a::before {
    display: none;
  }
  .point_key-word a span {
    display: block;
    min-width: auto;
    font-size: 1rem;
    line-height: 4vw;
  }
  .search_form-box {
    position: fixed;
    right: 0;
    top: -13.3333333333vw;
    width: 100%;
    padding-right: 0;
    z-index: 3;
  }
  .search_form-box .search_input {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 13.3333333333vw;
    padding-left: 13.3333333333vw;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .search_form-box .search_input > button {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 13.3333333333vw;
    background: url(../img/btn_search_close_.png) no-repeat center/4vw auto;
    height: 100%;
    text-indent: -99999em;
    overflow: hidden;
  }
  .search_form-box .search_input label {
    position: relative;
    width: 100%;
    height: 100%;
    padding-right: 13.3333333333vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .search_form-box .search_input label input {
    width: 100%;
    height: 100%;
    padding: 0 5.3333333333vw;
    font-size: 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0;
  }
  .search_form-box .search_input label button {
    position: absolute;
    right: 0;
    top: 0;
    width: 13.3333333333vw;
    height: 100%;
    background-color: #1b3956;
    background-image: url(../img/ico_search.png);
    background-size: 4.8vw auto;
    border-radius: 0;
  }
  .search_form-box .search_input label button:hover {
    border-radius: 0;
  }
  .search_form-box .search_input label.search_open input {
    border-radius: 0;
  }
  .search_form-box .search_input label.search_open button {
    border-radius: 0;
  }
  .search_form-box .popular_search_terms {
    display: none;
  }
  footer {
    display: block;
    padding: 0;
    border-top: 1px solid #f2f2f2;
    z-index: initial;
  }
  footer::after {
    display: none;
  }
  .other_link_wrap {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    padding: 4vw 1.6vw 4vw 4.5333333333vw;
    background: #fff url(../img/logo_foot.png) no-repeat 4.5333333333vw center/auto 5.3333333333vw;
  }
  .other_link_wrap .family_site_wrap {
    width: 40vw;
    height: 8vw;
  }
  .other_link_wrap .family_site_wrap button {
    padding-top: 0;
    border-radius: 2px;
    font-size: 1.0416666667rem;
    text-indent: 2.6666666667vw;
  }
  .other_link_wrap .family_site_wrap button::after {
    right: 1.6vw;
    margin-top: -0.5333333333vw;
    width: 0;
    height: 0;
    border-right: 0.8vw solid transparent;
    border-left: 0.8vw solid transparent;
    border-bottom: 0.8vw solid #b4b5b5;
  }
  .other_link_wrap .family_site_wrap ul {
    padding: 1.6vw 0;
    margin-bottom: -0.4vw;
    border-radius: 0.4vw 0.4vw 0 0;
  }
  .other_link_wrap .family_site_wrap ul li a {
    font-size: 1.0416666667rem;
    padding: 0.8vw 2.6666666667vw;
  }
  .other_link_wrap .other_sns {
    margin-right: 2.6666666667vw;
  }
  .other_link_wrap .other_sns li.sns_utb {
    /* &.sns_ist a{background-size:vwCalc_m(26) auto;} */
  }
  .other_link_wrap .other_sns li.sns_utb a {
    width: 8vw;
    height: 100%;
    background-size: 100% auto;
    background-image: url(../img/ico_sns_u.png);
  }
  .company_info_wrap {
    width: 100%;
    padding: 5.3333333333vw 4vw;
    margin: 0;
  }
  .company_info_wrap > strong {
    display: block;
    width: 0;
    height: 0;
    background: none;
    text-indent: -99999em;
    overflow: hidden;
  }
  .company_info_wrap ul {
    margin-top: 0;
  }
  .company_info_wrap ul li {
    margin-left: 4.5333333333vw;
  }
  .company_info_wrap ul li a {
    font-size: 1rem;
  }
  .company_info_wrap address {
    margin-top: 2.6666666667vw;
    font-size: 0.8333333333rem;
    line-height: 1.4em;
  }
  .move_top_btn {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    right: 1.6vw;
    top: -9.3333333333vw;
  }
  .move_top_btn::before {
    height: 3.2vw;
    background-size: auto 1.6vw;
  }
  .move_top_btn span {
    font-size: 1rem;
  }
  .mo_site_mab {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    opacity: 0;
  }
  .mo_site_mab.on {
    display: block;
  }
  .mo_site_mab_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 16vw;
    padding: 0 4vw;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }
  .mo_site_mab_top .close {
    position: absolute;
    left: 4.8vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    background: url(../img/btn_close_b.png) no-repeat center/100%;
    text-indent: -99999em;
  }
  .mo_site_mab_top .logo {
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 53.3333333333vw;
    height: 7.2vw;
    text-align: center;
  }
  .mo_site_mab_top .logo img {
    height: 100%;
  }
  .mo_site_mab_top .other_mob {
    position: absolute;
    right: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .mo_site_mab_top .other_mob a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.0833333333rem;
    font-weight: 500;
    color: #f3831f;
    line-height: 4vw;
  }
  .mo_site_mab_top .other_mob a::before {
    content: "";
    display: block;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
    margin-right: 1.0666666667vw;
    background: url(../img/ico_language.png) no-repeat center/100% auto;
  }
  .mo_site_mab_top .other_mob a:hover {
    color: #1b3956;
  }
  .mo_site_mab_top .other_mob a:hover::before {
    background-image: url(../img/ico_language-on.png);
  }
  .mo_site_mab_con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 16vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mo_site_mab_con .depth1 {
    width: 40vw;
    background: #1b3956;
    text-align: center;
  }
  .mo_site_mab_con .depth1 li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mo_site_mab_con .depth1 li + li {
    border-top: 1px solid #000;
  }
  .mo_site_mab_con .depth1 li:last-child {
    padding: 7.3333333333vw 0 7.3333333333vw 6vw;
  }
  .mo_site_mab_con .depth1 li button {
    width: 100%;
    height: 18.6666666667vw;
    font-size: 1.4166666667rem;
    font-weight: 500;
    color: #fff;
  }
  .mo_site_mab_con .depth1 li a {
    width: 100%;
    height: 18.6666666667vw;
  }
  .mo_site_mab_con .depth1 li button.on {
    background: #f6f6f6;
    color: #1b3956;
  }
  .mo_site_mab_con .depth1 li p {
    font-size: 1.3333333333rem;
    font-weight: bold;
    text-align: left;
    letter-spacing: -0.8px;
    color: #2b4d6f;
  }
  .mo_site_mab_con .depth1 li p + p {
    margin-top: 1.3333333333vw;
  }
  .mo_site_mab_con .depth_wrap {
    width: 60vw;
    height: 100%;
    background: #f6f6f6;
  }
  .mo_site_mab_con .depth_wrap .scroll_guide_wrap {
    height: 100%;
    overflow-y: scroll;
  }
  .mo_site_mab_con .depth_wrap .mu_line {
    display: none;
    padding: 6.6666666667vw 8vw;
  }
  .mo_site_mab_con .depth_wrap .mu_line.open {
    display: block;
  }
  .mo_site_mab_con .depth_wrap .mu_line .item {
    padding-bottom: 3.7333333333vw;
  }
  .mo_site_mab_con .depth_wrap .mu_line .item + .item {
    padding-top: 5.3333333333vw;
    border-top: 1px solid #1b3956;
  }
  .mo_site_mab_con .depth_wrap .mu_line .item:last-child {
    padding-bottom: 0;
  }
  .mo_site_mab_con .depth_wrap .mu_line strong {
    display: block;
  }
  .mo_site_mab_con .depth_wrap .mu_line strong a {
    display: block;
    padding-bottom: 2.4vw;
    font-size: 1.3333333333rem;
    color: #1b3956;
  }
  .mo_site_mab_con .depth_wrap .mu_line strong a.on {
    color: #f3831f;
  }
  .mo_site_mab_con .depth_wrap .mu_line ul a {
    display: block;
    font-size: 1.1666666667rem;
    color: #999;
    padding: 1.6vw 0 1.6vw 3.3333333333vw;
  }
  .mo_site_mab_con .depth_wrap .mu_line ul a.on {
    color: #478ac5;
  }
}