@charset "UTF-8";
.content_wrapper .mainContent h6, .content_wrapper .mainContent h5, .content_wrapper .mainContent h4, .content_wrapper .mainContent h3, .content_wrapper .mainContent h2, .content_wrapper .mainContent h1,
.content_wrapper .mainContent h1.contentTitle, .content_wrapper .sidebar, #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi, #hmr-subpage_header h1, #hmr-top_contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
}
#hmr-subpage_header h1{
	text-shadow: #000 2px 0 10px;
}


/* ここから_basestyle.scss*/
/**
* ベーススタイル
*/
/* 追加リセット
----------------------------------------------- */
html,
body,
div,
main,
header,
footer,
section,
article,
aside,
nav,
hgroup,
p,
pre,
span,
img,
form,
iframe,
figure,
figcaption,
caption,
table,
tr,
th,
td,
caption,
dl,
dt,
dd,
ol,
ul,
li,
summary,
details,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
a,
b,
u,
i {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
main,
footer,
#body_wrapper {
  width: 100%;
}

body {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
  background-color: #fff;
  word-break: normal;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

#body_wrapper {
  /* 今後のデザイン変更のために付与しておく */
}

body,
#body_wrapper {
  /* footer 最下部に固定 */
}

/* リセット対策
----------------------------------------------- */
ol {
  list-style-type: decimal;
  list-style-position: outsde;
  margin-left: 1.5rem;
}

ol > li {
  margin-bottom: 0.5rem;
}

sup {
  vertical-align: super;
  font-size: small;
}

sub {
  vertical-align: sub;
  font-size: small;
}

/* PCとスマホの切り替え
----------------------------------------------- */
/*PCとSPの表示と非表示のクラス*/
.spMode {
  display: none;
}

@media only screen and (max-width: 767px) {
  .spMode {
    display: block;
  }

  .pcMode {
    display: none;
  }
}
/* アンカーリンク
----------------------------------------------- */
a {
  color: #1f509c;
}

a:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

/*別タブマークをつけたいときはクラス「newtab」を付与*/
a[target=_blank].newtab::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/* 画像
----------------------------------------------- */
img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* clearfix
----------------------------------------------- */
.cf {
  min-height: 1px;
  zoom: 1;
}
.cf:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/* smallタグを効かせる
----------------------------------------------- */
small {
  font-size: smaller;
}

/* ここまで_basestyle.scss*/
/* ここから_sitestyle.scss*/
/**
* サイト用スタイル
*/
/* ヘッダーここから
----------------------------------------------- */
.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 4;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header_wrapper {
    width: 100%;
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  }
}

.header_logo {
  margin: 8px 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .header_logo {
    margin: 16px 0 0;
  }
}
.header_logo img {
  width: 180px;
}
@media only screen and (max-width: 767px) {
  .header_logo img {
    width: 140px;
  }
}

.header_top {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .header_top {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .header_top {
    width: 100%;
    padding: 0 2%;
    margin: 0 auto 8px;
  }
}

.header_pc_helper {
  margin: 8px 0 0 0;
}
.header_pc_helper li {
  text-align: right;
  line-height: 1;
  margin-bottom: 8px;
}
.header_pc_helper li a {
  color: #000;
}
.header_pc_helper li a i {
  color: #1f509c;
  padding-right: 0.5em;
}

@media only screen and (max-width: 767px) {
  .header_pc_helper {
    display: none;
  }
}
.header_search input[type=text] {
  width: 240px;
  border-radius: 40px;
  border: 1px solid #707070;
  padding: 4px 16px;
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Osaka", "MS PGothic", arial, helvetica, sans-serif;
}
.header_search input[type=submit] {
  color: #1f509c;
  font-size: 20px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header_search input[type=submit]:hover {
  opacity: 0.5;
}

.spToggleMenu {
  display: none;
}
@media only screen and (max-width: 767px) {
  .spToggleMenu {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 7;
    border: 2px solid #1f509c;
    margin-top: 16px;
  }
  .spToggleMenu span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 3px #1f509c;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 9px;
  }
  .spToggleMenu span:nth-child(1) {
    top: 8px;
  }
  .spToggleMenu span:nth-child(2) {
    top: 20px;
  }
  .spToggleMenu span:nth-child(3) {
    top: 32px;
  }
  .spToggleMenu span:nth-child(4) {
    color: #1f509c;
    text-align: center;
    bottom: 0;
    border: none;
    font-size: 12px;
  }
  .spToggleMenu.active span:nth-child(1) {
    top: 20px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .spToggleMenu.active span:nth-child(2),
.spToggleMenu.active span:nth-child(3) {
    top: 21px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.header_bottom {
  width: 100%;
  background-color: rgba(31, 80, 156, 0.3);
  /* ヘッダ：ナビメニュー
  ----------------------------------------------- */
}
.header_bottom .spnav_top {
  display: none;
}
.header_bottom #headerNav {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .header_bottom #headerNav {
    width: 100%;
  }
}
.header_bottom #headerNav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  text-align: right;
}
.header_bottom #headerNav ul li {
  width: calc(100% / 6);
  border-right: 1px solid #fff;
  text-align: center;
  background-color: #1f509c;
}
.header_bottom #headerNav ul li:hover {
  background-color: #ad2a4b;
}
.header_bottom #headerNav ul li:last-child {
  border-right: none;
}
.header_bottom #headerNav ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  letter-spacing: 0.1em;
}
.header_bottom #headerNav ul li a:hover {
  opacity: 1;
}

#headerNav > ul > li:hover .menu {
  max-height: 9999px;
  opacity: 1;
  display: block;
  width: 100vw;
  max-width: 1200px;
}
#headerNav > ul > li .menu {
  position: absolute;
  width: 100%;
  top: 39px;
  left: 0;
  z-index: 3;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  text-align: center;
  max-width: 100%;
  background-color: #e7eae6;
  list-style-type: none;
}
#headerNav > ul > li .menu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 10px;
  top: 0;
  left: 0;
  background-color: #ad2a4b;
}
#headerNav > ul > li .menu p {
  margin: 0 0 0 32px;
  text-align: left;
  font-weight: bold;
}
#headerNav .menu .menu_wrap > ul {
  color: #1f509c;
  max-width: 1200px;
  display: block;
}
#headerNav .menu .menu_wrap > ul > li {
  display: block;
  margin-bottom: 0.8rem;
  line-height: 120%;
  font-size: 0.9rem;
  background-color: #e7eae6;
  list-style-type: none;
}
#headerNav .menu .menu_wrap > ul > li:hover {
  background-color: #e7eae6;
  opacity: 0.5;
}
#headerNav .menu .menu_wrap > ul > li > a {
  height: auto;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 150px;
}
#headerNav .menu .menu_wrap > ul > li img {
  display: block;
  width: 60%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto 4px;
}
#headerNav .menu .menu_wrap > ul > li span {
  letter-spacing: 0em;
  font-size: 12px;
}
#headerNav .menu .menu_wrap > ul > li li {
  font-size: 0.9rem;
  text-align: left;
  padding-left: 0.25rem;
  list-style-type: none;
}
#headerNav .menu .menu_wrap {
  margin: 24px 0 8px 0;
  float: left;
}
#headerNav .menu .menu_wrap > ul > li {
  border-right: none;
  float: left;
  width: inherit;
  margin: 0 0 1.5em 0;
  list-style-type: none;
}
#headerNav .menu .menu_wrap > ul > li:nth-of-type(6n + 1) {
  margin-left: 0;
}
#headerNav .menu .menu_wrap.fl_add p {
  color: #000;
}
@media only screen and (max-width: 767px) {
  #headerNav .menu .menu_wrap.fl_add p {
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .header_bottom .spnav_top {
    display: block;
    background-color: #1f509c;
    border-bottom: 1px solid #fff;
  }
  .header_bottom .spnav_top form {
    border-bottom: 1px solid #fff;
    padding: 1em;
    display: table;
    width: 100%;
  }
  .header_bottom .spnav_top form input[type=text] {
    width: 75vw;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    border: none;
  }
  .header_bottom .spnav_top form input[type=submit] {
    color: #fff;
    font-size: 30px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    display: table-cell;
    vertical-align: bottom;
    padding: 2px 0 2px 16px;
  }
  .header_bottom .spnav_top p {
    text-align: center;
  }
  .header_bottom .spnav_top p a {
    color: #fff;
  }
  .header_bottom #headerNav {
    display: none;
    width: 100%;
  }
  .header_bottom #headerNav.active {
    display: block;
    overflow-y: scroll;
    max-height: 70vh;
    overflow-x: hidden;
  }
  .header_bottom #headerNav ul {
    display: block;
  }
  .header_bottom #headerNav ul li {
    width: 100%;
    border-right: none;
    text-align: left;
  }
  .header_bottom #headerNav ul li:hover {
    background-color: #1f509c;
  }
  .header_bottom #headerNav ul li:last-child a {
    border-bottom: none;
  }
  .header_bottom #headerNav ul li a {
    padding-left: 1em;
    position: relative;
    border-bottom: 1px solid #fff;
    height: 50px;
    line-height: 50px;
  }
  .header_bottom #headerNav ul li a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background-color: #fff;
    right: 3.5em;
  }
  .header_bottom #headerNav ul li a::after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0.25em;
    content: "";
    font-weight: 900;
    font-size: 30px;
  }
  .header_bottom #headerNav ul li.oneLink a::before {
    content: "";
    width: 0;
    height: 0;
  }
  .header_bottom #headerNav ul li.oneLink a::after {
    content: "";
  }
  .header_bottom #headerNav ul li.active a::after {
    content: "";
  }
  .header_bottom .navlink {
    pointer-events: none;
  }
  .header_bottom #headerNav > ul > li .menu {
    display: none;
    list-style-type: none;
  }
  .header_bottom #headerNav > ul > li.active .menu,
.header_bottom #headerNav > ul > li#nav_ourbuiss.active .menu {
    max-height: 9999px;
    opacity: 1;
    display: block;
  }
  .header_bottom #headerNav > ul > li .menu {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    position: relative;
    list-style-type: none;
  }
  .header_bottom #headerNav > ul > li .menu::after {
    width: 0;
    height: 0;
  }
  .header_bottom #headerNav > ul > li .menu p {
    margin: 0;
    padding: 0 0 0 1em;
    background-color: #1f509c;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .header_bottom #headerNav .menu .menu_wrap {
    float: none;
    margin: 0;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    background-color: #1f509c;
    color: #fff;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
    line-height: 50px;
    font-size: 0.9rem;
    background-color: #1f509c;
    width: 100%;
    list-style-type: none;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li:hover {
    background-color: #1f509c;
    opacity: 1;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li > a {
    width: 100%;
    height: 39px;
    text-align: left;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    line-height: 39px;
    padding-left: 2.5em;
    background-color: #2766c7;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li a::before {
    width: 0;
    height: 0;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li a::after {
    content: "└ ";
    font-size: 13px;
    top: 0;
    left: 1em;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li img {
    display: none;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li span {
    line-height: 39px;
  }
  .header_bottom #headerNav .menu .menu_wrap > ul > li li {
    font-size: 0.9rem;
    text-align: left;
    padding-left: 0.25rem;
    list-style-type: none;
  }
  .header_bottom #headerNav .menu > ul > li {
    width: 100%;
    border-right: none;
    list-style-type: none;
  }
  .header_bottom #headerNav .menu > ul > li:first-child {
    display: block;
  }
  .header_bottom #headerNav .menu > ul > li:nth-of-type(6n + 1) {
    margin-left: 0;
  }
}
/*事業開発ナビ*/
.header_bottom #headerNav #nav_ourbuiss > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header_bottom #headerNav #nav_ourbuiss > .menu {
    display: none;
  }
}
.header_bottom #headerNav #nav_ourbuiss > .menu > .menu_wrap {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header_bottom #headerNav #nav_ourbuiss > .menu > .menu_wrap.headnav_special01 {
  width: 807px;
}
@media only screen and (max-width: 767px) {
  .header_bottom #headerNav #nav_ourbuiss > .menu > .menu_wrap.headnav_special01 {
    width: 100%;
  }
}
.header_bottom #headerNav #nav_ourbuiss > .menu > .menu_wrap.headnav_special02 {
  width: 160px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .header_bottom #headerNav #nav_ourbuiss > .menu > .menu_wrap.headnav_special02 {
    width: 100%;
    border-right: none;
    border-left: none;
  }
}

/*新しいナビ*/
@media only screen and (max-width: 767px) {
  .simple_nav {
    display: none;
  }
  .simple_nav.active {
    display: block;
    overflow-y: scroll;
    max-height: 70vh;
    overflow-x: hidden;
  }
}
.simple_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #1f509c;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.simple_nav ul li {
  width: calc(100% / 6);
  border-right: 1px solid #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li {
    width: 100%;
    text-align: left;
    height: auto;
  }
  .simple_nav ul li.cancel a {
    pointer-events: auto;
  }
  .simple_nav ul li.cancel a::after {
    display: none;
  }
  .simple_nav ul li.cancel a::before {
    display: none;
  }
}
.simple_nav ul li:last-child {
  border-right: none;
}
.simple_nav ul li:hover ul {
  display: block;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li:hover ul {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li.active ul {
    display: block;
  }
}
.simple_nav ul li:hover p {
  display: block;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li:hover p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li.active p {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li.active a::after {
    content: "";
  }
}
.simple_nav ul li a {
  color: #fff;
  display: block;
  width: 100%;
}
.simple_nav ul li a:hover {
  background-color: #ad2a4b;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li a {
    padding-left: 0.5em;
    position: relative;
    pointer-events: none;
    height: 40px;
  }
  .simple_nav ul li a::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background-color: #fff;
    right: 3.5em;
  }
  .simple_nav ul li a::after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0.25em;
    content: "";
    font-weight: 900;
    font-size: 30px;
  }
}
.simple_nav ul li p {
  display: none;
  background-color: #1f509c;
  border-bottom: 1px solid #fff;
  color: #fff;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li p {
    border-top: 1px solid #fff;
    padding: 0.5em 0 0.5em 2.5em;
    border-bottom: none;
  }
}
.simple_nav ul li ul {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #2766c7;
}
.simple_nav ul li ul li {
  width: 100%;
  border-right: none;
  height: auto;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li ul li:first-child {
    border-top: 1px solid #fff;
  }
}
.simple_nav ul li ul li a {
  padding: 0.5em 0;
}
@media only screen and (max-width: 767px) {
  .simple_nav ul li ul li a {
    padding: 1em 0 0.5em 2.5em;
    border-bottom: none;
    pointer-events: none;
  }
  .simple_nav ul li ul li a::before {
    display: none;
  }
  .simple_nav ul li ul li a::after {
    content: "└ " !important;
    font-size: 13px;
    top: 1em;
    left: 1em;
    right: 0;
  }
}

/* ヘッダーここまで
----------------------------------------------- */
/* コンテンツここから
----------------------------------------------- */
.content_wrapper {
  width: 1200px;
  margin: 110px auto 120px;
  min-height: 0%;
}
@media only screen and (max-width: 1199px) {
  .content_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .content_wrapper {
    width: 100%;
    padding: 0 2%;
    margin: 80px auto 0;
  }
}

/*パンくず*/
.breadcrumbs {
  margin: 0.3rem 0;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs {
    margin: 1em 0;
  }
}
.breadcrumbs ul {
  line-height: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs ul {
    line-height: 1;
  }
}
.breadcrumbs ul li {
  display: inline;
  color: #000;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs ul li {
    font-size: 10px;
  }
}
.breadcrumbs ul li a {
  color: #000;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs ul li a {
    font-size: 10px;
  }
}
.breadcrumbs ul li a i {
  color: #1f509c;
  padding-left: 0.5em;
}
.breadcrumbs ul li:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #1f509c;
  padding: 0 0.5em;
}
.breadcrumbs ul li:last-child:after {
  content: none;
}

.articleContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .articleContent {
    margin: 0 1%;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .articleContent {
    margin: 0;
  }
}

.sidebar {
  width: 16.6666666667%;
  background-color: #e7eae6;
}
@media only screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}
.sidebar .sidebar_title {
  font-weight: bold;
  text-align: center;
  background-color: #1f509c;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 1.9em 0;
}
.sidebar .sidebar_nav {
  text-align: left;
  margin-bottom: 24px;
}
.sidebar .sidebar_nav dl dt {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
  line-height: 2rem;
}
.sidebar .sidebar_nav dl dt a {
  font-weight: bold;
  color: #000;
  padding-left: 0.5em;
}
.sidebar .sidebar_nav dl dt a:hover {
  color: #ad2a4b;
  opacity: 1;
}
.sidebar .sidebar_nav dl dt .accordion_icon {
  position: absolute;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  right: -7px;
  top: 30%;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar_nav dl dt .accordion_icon span {
  position: absolute;
  left: 6px;
  width: 50%;
  height: 2px;
  background-color: #1f509c;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebar .sidebar_nav dl dt .accordion_icon span:nth-of-type(1) {
  top: 5px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
.sidebar .sidebar_nav dl dt .accordion_icon span:nth-of-type(2) {
  top: 5px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.sidebar .sidebar_nav dl dt .accordion_icon.active span:nth-of-type(1) {
  display: none;
}
.sidebar .sidebar_nav dl dt .accordion_icon.active span:nth-of-type(2) {
  top: 5px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.sidebar .sidebar_nav dd {
  display: none;
}
.sidebar .sidebar_nav dd .sidebar_subnav li {
  border-bottom: 1px solid #fff;
}
.sidebar .sidebar_nav dd .sidebar_subnav li a {
  display: block;
  width: 100%;
  color: #000;
  line-height: 1.3;
  padding: 8px 0 8px 0.5em;
}
.sidebar .sidebar_nav dd .sidebar_subnav li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #ad2a4b;
}
.sidebar .sidebar_nav .onenav li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  line-height: 1.5rem;
}
.sidebar .sidebar_nav .onenav li a {
  color: #000;
  font-weight: bold;
  display: block;
  width: 100%;
  padding: 0.5em 0 0.5em 0.5em;
}
.sidebar .sidebar_nav .onenav li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #ad2a4b;
}

.mainContent {
  width: 82%;
}
@media only screen and (max-width: 767px) {
  .mainContent {
    width: 100%;
  }
}
.mainContent h2 {
  font-weight: bold;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
  margin: 32px 0;
  padding: 8px 16px 4px 16px;
}
@media only screen and (max-width: 767px) {
  .mainContent h2 {
    font-size: 22px;
    margin: 16px 0;
  }
}
.mainContent h3 {
  position: relative;
  border-bottom: 1px solid #1f509c;
  font-weight: bold;
  font-size: 22px;
  padding: 8px 8px 4px 24px;
  background: -webkit-gradient(linear, left bottom, left top, from(#e7eae6), to(rgba(231, 234, 230, 0)));
  background: linear-gradient(to top, #e7eae6, rgba(231, 234, 230, 0));
  margin-bottom: 16px;
  /*各ページお問い合わせのタイトルはh3に.contactをつけてください*/
}
@media only screen and (max-width: 767px) {
  .mainContent h3 {
    font-size: 18px;
    padding: 8px 8px 4px 16px;
  }
}
.mainContent h3::before {
  position: absolute;
  top: 8px;
  left: 6px;
  content: "";
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #1f509c;
}
.mainContent h3.contact {
  border-bottom: 1px solid #ad2a4b;
}
.mainContent h3.contact::before {
  background-color: #ad2a4b;
}
.mainContent h4 {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #1f509c;
  margin: 16px 0 5px;
  padding: 8px;
}
@media only screen and (max-width: 767px) {
  .mainContent h4 {
    font-size: 16px;
  }
}
.mainContent h5 {
  font-weight: bold;
  margin-bottom: 8px;
  padding: 8px;
}
.mainContent section {
  margin-bottom: 40px;
}
.mainContent p {
  margin-bottom: 16px;
  padding: 0 1em;
}
.mainContent ul {
 /* margin-left: 0.5rem;*/
}
.mainContent ul li {
 /* list-style-type: disc;*/
  margin: 0 0 0.5rem 1em;
}
@media screen and (max-width:768px){
	.mainContent ul li {
	 /* list-style-type: disc;*/
	 margin: 0 0.5rem 0.5rem;
	}
}
.mainContent ul li ul li {
 /*list-style-type: circle; */
}
.mainContent ol {
  margin-left: 1.5rem;
}
.mainContent ol li {
  list-style-type: decimal;
  margin: 0 0 0.5rem 1em;
}
.mainContent ol li ol li {
  list-style-type: upper-latin;
}
.mainContent ol li ul li {
  list-style-type: disc;
}
.mainContent .contactArea .teltext {
  color: #000;
  pointer-events: none;
}
.mainContent .contactArea .teltext:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .mainContent .contactArea .teltext {
    color: #1f509c;
    pointer-events: inherit;
  }
  .mainContent .contactArea .contactbtn {
    display: inline-block;
    background-color: #1f509c;
    color: #fff;
    padding: 0.5em 1em;
  }
}

/*共通で使用できるの画像とキャプション*/
/*1枚の時*/
.mainContent .image_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: 0;
}
.mainContent .image_box1 li {
  width: 100%;
  margin: 0 0 16px 0;
  list-style-type: none;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box1 li {
    width: 100%;
  }
}
.mainContent .image_box1 figure {
  margin-bottom: 16px;
}
.mainContent .image_box1 figure img {
  vertical-align: bottom;
  margin-bottom: 4px;
}
.mainContent .image_box1 figure figcaption {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.mainContent .image_box1 figure figcaption span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box1 figure figcaption {
    font-size: 12px;
  }
}

/*2枚の時*/
.mainContent .image_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: 0;
}
.mainContent .image_box2:after {
  content: "";
  width: 48%;
  display: block;
}
.mainContent .image_box2 li {
  width: 48%;
  margin: 0 1% 16px 0;
  list-style-type: none;
}
.mainContent .image_box2 li:nth-child(4n) {
  margin: 0;
}
.mainContent .image_box2 li figure img {
  vertical-align: bottom;
  margin-bottom: 4px;
}
.mainContent .image_box2 li figure figcaption {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box2 li figure figcaption {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box2 li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box2 li:nth-child(2n) {
    margin-right: 0;
  }
}
.mainContent .image_box2 li figcaption {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.mainContent .image_box2 li figcaption span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box2 li figcaption {
    font-size: 12px;
  }
}

/*3枚の時*/
.mainContent .image_box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
  margin-left: 0;
  width: 100%;
}
.mainContent .image_box3 li {
  width: 32%;
  margin: 0 1% 16px 0;
  list-style-type: none;
}
.mainContent .image_box3 li:nth-child(3n) {
  margin: 0 0 16px 0;
}
.mainContent .image_box3 li figure img {
  vertical-align: bottom;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box3 li {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box3 li:nth-child(2n) {
    margin-right: 0;
  }
}
.mainContent .image_box3 li figcaption {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.mainContent .image_box3 li figcaption span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box3 li figcaption {
    font-size: 12px;
  }
}

/*4枚以上の時*/
.mainContent .image_box4 {
  margin-bottom: 16px;
  margin-left: 0;
}
.mainContent .image_box4 li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin: 0 0 16px 0;
  list-style-type: none;
}
.mainContent .image_box4 li figure img {
  vertical-align: bottom;
  margin-bottom: 4px;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box4 li {
    width: 48%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box4 li:nth-child(2n) {
    margin-right: 0;
  }
}
.mainContent .image_box4 li figcaption {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.mainContent .image_box4 li figcaption span {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_box4 li figcaption {
    font-size: 12px;
  }
}

/*共通で使用できるテーブル組みのスタイル*/
.common_table {
  width: 100%;
  border: 1px solid #dadada;
  margin-bottom: 16px;
 
}
.common_table tr {
  border-bottom: 1px solid #dadada;
}
.common_table th {
  background-color: #f8f8f8;
  border-right: 1px solid #dadada;
  vertical-align: top;
  text-align: left;
  padding: 0.4em;
  width: 1px;
  white-space: nowrap;
  font-weight: bold;
}
.common_table th.develop_history {
  width: 12em;
}
@media only screen and (max-width: 767px) {
  .common_table th {
    width: 8em;
  }
}
.common_table td {
  padding: 0.4em;
  border-right: 1px solid #dadada;
}
.common_table td.half {
  padding: 0.4em;
}
@media only screen and (max-width: 767px) {
  .common_table td {
    padding: 0.4em;
  }
}
.common_table td:first-child {
  border-left: 1px solid #dadada;
}
.common_table td:last-child {
  border-right: none;
}
.common_table td.center {
  text-align: center;
}

/*共通で使用できるスクロールのテーブル*/
/*このクラス使用時にスクロールしたいテーブルをdiv.scroll-tableで囲うこと*/
@media only screen and (max-width: 767px) {
  .scroll-table table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
/* 共通で使用できるページ下部のリンクのまとめ用スタイル*/
.mainContent .linkArea-link {
  text-align: left;
}
.mainContent .linkArea-link ul {
  list-style: none;
  line-height: 1.8rem;
  margin: 0 0 16px 0;
}
.mainContent .linkArea-link ul li {
  display: inline;
  padding-left: 3px;
  list-style-type: none;
  margin: 0;
}
.mainContent .linkArea-link ul li + li:before {
  content: "|";
  padding-right: 10px;
}

/*各ページのタイトルは下層CSSにてクラスをつけてbackground-imageで入れる*/
.contentTitle_wrap {
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  height: 100px;
  background-position: right;
}
.contentTitle_wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 40%, rgba(255, 255, 255, 0));
}
.contentTitle_wrap .contentTitle {
  position: absolute;
  font-weight: bold;
  font-size: 29px;
  top: 40%;
  left: 15px;
  z-index: 2;
  text-align: left;
  line-height: 1;
}
.contentTitle_wrap .contentTitle.underlayer {
  top: 3px;
}
.contentTitle_wrap .contentTitle .subtitle {
  display: block;
  font-size: 60%;
  line-height: 2;
  margin-bottom: 0.5em;
}
@media only screen and (max-width: 767px) {
  .contentTitle_wrap .contentTitle .subtitle {
    line-height: 1.5;
    margin-bottom: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .contentTitle_wrap .contentTitle {
    font-size: 23px;
    left: 2%;
  }
}

/*第2下層の画像のナビのスタイル*/
.mainContent .image_nav ul {
  margin-left: 0;
}
.mainContent .image_nav ul li {
  display: inline-block;
  width: calc(100% / 4 - 8px);
  list-style-type: none;
  margin: 0 0 16px 3px;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_nav ul li {
    width: calc(100% / 2 - 8px);
  }
}
.mainContent .image_nav ul li a {
  display: block;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.mainContent .image_nav ul li a:hover {
  opacity: 1;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.32);
          box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.32);
}
.mainContent .image_nav ul li a figure {
  position: relative;
}
.mainContent .image_nav ul li a figure img {
  vertical-align: bottom;
}
.mainContent .image_nav ul li a figure figcaption {
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 90%;
  padding: 1em;
  text-align: center;
  font-size: 90%;
}
@media only screen and (max-width: 767px) {
  .mainContent .image_nav ul li a figure figcaption {
    padding: 0.5em;
  }
}

/*共通で使用できるコンテイナー*/
/* 2カラムの時 */
.common_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .common_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common_container .container_left {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .common_container .container_left {
    width: 100%;
  }
}
.common_container .container_left figure {
  margin-bottom: 16px;
}
.common_container .container_left figure img {
  vertical-align: bottom;
  margin-bottom: 8px;
}
.common_container .container_left figure figcaption {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.common_container .container_right {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .common_container .container_right {
    width: 100%;
  }
}
.common_container .container_right figure {
  margin-bottom: 16px;
}
.common_container .container_right figure img {
  vertical-align: bottom;
  margin-bottom: 8px;
}
.common_container .container_right figure figcaption {
  font-size: 14px;
  line-height: 1.2;
}

/*3カラムの時*/
.common_container_three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .common_container_three {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.common_container_three .container_left {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .common_container_three .container_left {
    width: 100%;
  }
}
.common_container_three .container_left figure {
  margin-bottom: 16px;
}
.common_container_three .container_left figure img {
  vertical-align: bottom;
  margin-bottom: 8px;
}
.common_container_three .container_center {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .common_container_three .container_center {
    width: 100%;
  }
}
.common_container_three .container_center figure {
  margin-bottom: 16px;
}
.common_container_three .container_center figure img {
  vertical-align: bottom;
  margin-bottom: 8px;
}
.common_container_three .container_right {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .common_container_three .container_right {
    width: 100%;
  }
}
.common_container_three .container_right figure {
  margin-bottom: 16px;
}
.common_container_three .container_right figure img {
  vertical-align: bottom;
  margin-bottom: 8px;
}

/*共通で使用できる株主通信へとCSRレポートの画像テキストのコンテイナー*/
.report_img {
  text-align: center;
}
.report_img img {
  width: 141px;
  border: 1px solid #000;
}

/*共通で使用できるPDFのイントロ部分*/
.pdf_intro {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .pdf_intro {
    text-align: left;
  }
}
.pdf_intro .pdf_text img {
  width: 159px;
  vertical-align: bottom;
}

/*共通で使用できる各種文字装飾用クラス*/
.font_bold {
  font-weight: bold;
}

.reg {
  font-size: 90%;
  vertical-align: super;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_center {
  text-align: center;
}

/*YouTube埋め込み時のレスポンシブ対応*/
.movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /*現在アスペクト比 16:9の場合の縦幅で指定*/
  height: 0;
  overflow: hidden;
  margin-bottom: 16px;
}
.movie-wrap iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
}

/* コンテンツここまで
----------------------------------------------- */
/* TOPに戻るボタンここから
----------------------------------------------- */
.pagetop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.pagetop a {
  padding: 15px;
  display: block;
  text-decoration: none;
  font-size: 80px;
  background-color: transparent;
  color: #1f509c;
}
@media only screen and (max-width: 767px) {
  .pagetop a {
    font-size: 55px;
  }
}

/* TOPに戻るボタンここまで
----------------------------------------------- */
/* フッターここから
----------------------------------------------- */
@media only screen and (max-width: 767px) {
  footer {
    position: relative;
  }
}

.footer_top {
  background-color: rgba(231, 234, 230, 0.3);
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.footer_top .footnav {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .footer_top .footnav {
    width: 100%;
  }
}
.footer_top .footnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  padding: 16px 0;
}
@media only screen and (max-width: 1199px) {
  .footer_top .footnav ul {
    padding: 16px 0 16px 8px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .footer_top .footnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 16px 0;
  }
}
.footer_top .footnav ul li {
  border-left: 5px solid #3a3a3a;
  line-height: 1;
  margin-right: 1em;
}
@media only screen and (max-width: 767px) {
  .footer_top .footnav ul li {
    margin: 0 2% 0.5em;
    line-height: 2;
  }
  .footer_top .footnav ul li:last-child {
    margin-bottom: 0;
  }
}
.footer_top .footnav ul li a {
  color: #000;
  font-size: 13px;
  font-weight: bold;
  padding-left: 0.5em;
}

.footer_bottom {
  background-color: #e7eae6;
  padding: 16px 0;
}
.footer_bottom .footBottom_wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1199px) {
  .footer_bottom .footBottom_wrap {
    width: 100%;
    padding: 0 8px 0 8px;
  }
}
@media only screen and (max-width: 1199px) and (max-width: 767px) {
  .footer_bottom .footBottom_wrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer_bottom .footBottom_wrap .copyright {
  font-size: 13px;
  text-align: center;
  line-height: 1;
}
.footer_bottom .footBottom_wrap .footer_logo {
  margin: 8px 0 0 8px;
}
@media only screen and (max-width: 767px) {
  .footer_bottom .footBottom_wrap .footer_logo {
    margin: 8px 0;
  }
}
.footer_bottom .footBottom_wrap .footer_logo img {
  width: 200px;
}

/* フッターここまで
----------------------------------------------- */
/* 印刷時のCSSここから
----------------------------------------------- */
@media print {
  .header_wrapper {
    position: relative;
  }

  .header_top {
    width: 100%;
  }

  .header_bottom #headerNav {
    width: 100%;
  }

  .content_wrapper {
    width: 100%;
    margin: 0;
  }

  footer {
    visibility: hidden;
    z-index: -1;
  }

  .footer_bottom .footBottom_wrap {
    width: 100%;
  }

  .pagetop {
    display: none;
  }
}
/* 印刷時のCSSここまで
----------------------------------------------- */
/* ここまで_sitestyle.scss*/
*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 10s linear 0s 1 normal both;
          animation: zoomUp 10s linear 0s 1 normal both;
}

.swiper-slide .slide-content {
  z-index: 9000;
  position: absolute;
  left: 20px;
  bottom: 50px;
}
.swiper-slide .slide-content .slide-caption {
  font-size: 16px;
  display: inline-block;
  padding: 10px;
  color: #fff;
  text-align: center;
  background-color: #222;
}

.slide-img img {
  display: block;
  margin: 0 auto;
}

#hmr-top_mainimage {
  padding-top: 130px;
}
#hmr-top_mainimage .hmr-top_mainimage_inner {
  position: relative;
  overflow: hidden;
}
#hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_ontxt {
  position: absolute;
  top: 45%;
  left: 5%;
  width: 90%;
  z-index: 1000;
}
#hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_ontxt .hmr-ontxt_inner {
  text-align: center;
}
#hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_ontxt img {
  width: auto;
}

#hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_youtube {
  position: absolute;
  bottom: 10%;
  right: 5%;
  width: 10%;
  z-index: 1000;
}
#hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_youtube .hmr-youtube_inner {
  text-align: center;
}
#hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_youtube img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  #hmr-top_mainimage {
    padding-top: 65px;
  }
  #hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_ontxt {
    position: absolute;
    top: 45%;
    left: 5%;
    width: 90%;
    z-index: 1000;
  }
  #hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_ontxt .hmr-ontxt_inner {
    text-align: center;
  }
  #hmr-top_mainimage .hmr-top_mainimage_inner .hmr-top_mainimg_ontxt img {
    width: 40%;
    max-width: 345px;
  }
}

.hmr-icon_news {
  font-size: 12px;
  font-size: 0.75rem;
  min-width: 80px;
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 1px 12px;
  text-align: center;
  border-radius: 20px;
  margin-right: 10px;
}

.hmr-icon_news_col1 {
  color: #fff;
  background-color: #6c6afc;
}

.hmr-icon_news_col2 {
  color: #fff;
  background-color: #a78d8c;
}

.hmr-icon_news_col3 {
  color: #fff;
  background-color: #6aaf6e;
}

.hmr-icon_news_col4 {
  color: #fff;
  background-color: #afafaf;
}

.hmr-icon_news_col11 {
  color: #fff;
  background-color: #c89932;
}

/* トップページ */
#hmr-top_contents a {
  color: #009370;
}
#hmr-top_contents .hmr-sec_header {
  max-width: 1100px;
  padding: 0 0 0 20px;
  margin: 0 auto 50px;
  background-position: 0 2px;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_md_h2.png");
}
#hmr-top_contents .hmr-sec_header h2 {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: #022a68;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#hmr-top_contents .hmr-sec_header .hmr-sec_header_en {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  color: #022a68;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#hmr-top_contents .hmr-topsec_news_catbtns {
  margin-left: 10px;
}
#hmr-top_contents .hmr-topsec_news_catbtns ul {
  margin: 0;
  padding: 0;
}
#hmr-top_contents .hmr-topsec_news_catbtns ul li {
  margin: 0 0 15px;
  padding: 0;
}
#hmr-top_contents .hmr-topsec_news_catbtns ul li a {
  font-size: 12px;
  font-size: 0.75rem;
  width: 150px;
  line-height: 1.4;
  display: inline-block;
  padding: 2px 8px;
  text-align: center;
  border-radius: 20px;
  color: #009370;
  border: 1px solid #009370;
  background-color: #fff;
}
#hmr-top_contents .hmr-topsec_news_catbtns ul .hmr-news_catbtn_active a {
  color: #fff;
  background-color: #b81254;
  border: none;
}
#hmr-top_contents .hmr-sec_linkbtn {
  margin: 30px auto 0;
  text-align: center;
}
#hmr-top_contents .hmr-sec_linkbtn a {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  display: inline-block;
  padding-right: 16px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_green.svg");
}
@media only screen and (max-width: 767px) {
  #hmr-top_contents {
    margin: 0 auto 25px;
  }
  #hmr-top_contents .hmr-sec_header {
    padding: 0 0 0 20px;
    margin: 0 auto 20px;
  }
  #hmr-top_contents .hmr-sec_header h2 {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.4;
  }
  #hmr-top_contents .hmr-sec_header .hmr-sec_header_en {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
  }
  #hmr-top_contents .hmr-topsec_news_catbtns {
    margin-left: 0;
  }
  #hmr-top_contents .hmr-topsec_news_catbtns ul li {
    margin: 0 2px 10px;
    display: inline-block;
  }
  #hmr-top_contents .hmr-topsec_news_catbtns ul li a {
    width: auto;
    min-width: 100px;
  }
  #hmr-top_contents .hmr-sec_linkbtn {
    margin: 15px auto 0;
  }
  #hmr-top_contents .hmr-sec_linkbtn a {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

#hmr-topsec_news {
  max-width: 1100px;
  padding: 100px 1em;
  margin: 0 auto;
}
#hmr-topsec_news .hmr-topsec_news_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
}
#hmr-topsec_news .hmr-topsec_news_row .hmr-topsec_news_left {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 23%;
}
#hmr-topsec_news .hmr-topsec_news_row .hmr-topsec_news_left .hmr-sec_linkbtn {
  width: 110px;
  margin: 45px auto 0 10px;
}
#hmr-topsec_news .hmr-topsec_news_row .hmr-topsec_news_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#hmr-topsec_news .hmr-sec_linkbtn {
  width: 100%;
  padding-left: 22%;
  margin: 45px auto 0;
}
#hmr-topsec_news .hmr-sec_linkbtn a {
  border-radius: 20px;
  padding: 4px 40px 4px 30px;
  color: #009370;
  border: 1px solid #009370;
  background-position: 95% 50%;
  background-color: #fff;
  background-size: 14px auto;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_news {
    padding: 50px 1em;
  }
  #hmr-topsec_news .hmr-topsec_news_row {
    display: block;
    height: 395px;
  }
  #hmr-topsec_news .hmr-topsec_news_row .hmr-topsec_news_left {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  #hmr-topsec_news .hmr-topsec_news_row .hmr-topsec_news_left .hmr-sec_linkbtn {
    width: 100%;
    margin: 0 auto;
  }
  #hmr-topsec_news .hmr-topsec_news_row .hmr-topsec_news_right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-top: 25px;
  }
  #hmr-topsec_news .hmr-sec_linkbtn {
    width: 100%;
    padding-left: 0;
    margin: 45px auto 0;
  }
}

.hmr-news_container {
  position: relative;
}
.hmr-news_container .hmr-news_container_inner {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.hmr-news_container .hmr-news_container_inner.hmr-news_catbtn_active {
  display: block;
}
.hmr-news_container dl.top_newinfo {
  height: 500px;
}
.hmr-news_container dl.top_newinfo dt {
  margin-bottom: 4px;
}
.hmr-news_container dl.top_newinfo dd {
  border-bottom: 1px solid #d4dbe5;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .hmr-news_container dl.top_newinfo {
    height: 240px;
  }
  .hmr-news_container dl.top_newinfo dt {
    padding-top: 4px;
  }
}

#hmr-topsec_pickup {
  padding: 90px 0 90px;
  background-color: #e5eaf0;
}
#hmr-topsec_pickup .hmr-topsec_pickup_header {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hmr-topsec_pickup .hmr-topsec_pickup_header .hmr-sec_header {
  max-width: none;
  margin-left: 0;
}
#hmr-topsec_pickup .hmr-topsec_pickup_header .hmr-sec_linkbtn {
  margin: 0;
  padding: 0;
  text-align: left;
}
#hmr-topsec_pickup .hmr-topsec_pickup_header .hmr-sec_linkbtn a {
  border-radius: 20px;
  padding: 4px 40px 4px 30px;
  color: #009370;
  border: 1px solid #009370;
  background-position: 95% 50%;
  background-color: #fff;
  background-size: 14px auto;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
}
#hmr-topsec_pickup .hmr-topsec_pickup_body ul li {
  margin-left: 20px;
  margin-right: 20px;
  position: relative;
}
#hmr-topsec_pickup .hmr-topsec_pickup_body ul li .top_pickup_txt {
  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: absolute;
  text-align: center;
  padding: 8px;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#hmr-topsec_pickup .hmr-topsec_pickup_body ul li .top_pickup_txt .top_pickup_txt_inner {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background-color: rgba(0, 147, 112, 0.8);
}
#hmr-topsec_pickup .hmr-topsec_pickup_body .slick-prev.slick-arrow {
  position: absolute;
  z-index: 8000;
  left: 12%;
  top: calc(50% - 54px);
  width: 54px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_gr02.png");
}
#hmr-topsec_pickup .hmr-topsec_pickup_body .slick-next.slick-arrow {
  position: absolute;
  z-index: 8000;
  right: 12%;
  top: calc(50% - 54px);
  width: 54px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_gr01.png");
}
#hmr-topsec_pickup .hmr-topsec_pickup_body .slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  position: relative;
}
#hmr-topsec_pickup .hmr-topsec_pickup_body .slick-dots li {
  list-style-type: none;
}
#hmr-topsec_pickup .hmr-topsec_pickup_body .slick-dots li button {
  border: none;
  cursor: pointer;
  width: 14px;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
#hmr-topsec_pickup .hmr-topsec_pickup_body .slick-dots li.slick-active button {
  background-color: #4a9974;
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_pickup {
    padding: 45px 0 40px;
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_header {
    padding-left: 1em;
    padding-right: 1em;
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_header .hmr-sec_linkbtn {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_header .hmr-sec_linkbtn a {
    border-radius: 20px;
    padding: 4px 30px 4px 18px;
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_body ul li {
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_body ul li .top_pickup_txt .top_pickup_txt_inner {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(2, 42, 104, 0.8);
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_body .slick-prev.slick-arrow {
    position: absolute;
    z-index: 8000;
    left: 2%;
    top: calc(50% - 42px);
    width: 32px;
    height: 0;
    padding-top: 32px;
  }
  #hmr-topsec_pickup .hmr-topsec_pickup_body .slick-next.slick-arrow {
    position: absolute;
    z-index: 8000;
    right: 2%;
    top: calc(50% - 42px);
    width: 32px;
    height: 0;
    padding-top: 32px;
  }
}

#hmr-topsec_jigyo {
  padding: 100px 0 100px;
  position: relative;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box1 {

  color: #fff;
  padding: 8% 1% 22% 10%;
  width: 70%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/top_images/top_img_301_01_2.png");
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box1 .hmr-sec_header h2 {
  color: #fff;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box1 .hmr-sec_header .hmr-sec_header_en {
  color: #fff;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box1 .sec_txt {
  max-width: 394px;
  line-height: 2;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box2 {
  width: 50%;
  height: 30vw;
  position: absolute;
  top: 200px;
  right: 0;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  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;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/top_images/top_img_301_02_2-2.png");
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a span {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-right: 30px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a:hover {
  opacity: 1;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 {
  position: relative;
  top: -50px;
  max-width: 1100px;
  margin: 0 auto;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24.5%;
          flex: 0 1 24.5%;
  width: 24.5%;
  margin: 0 0 10px;
  height: 15vw;
  max-height: 195px;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  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;
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a span {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-right: 30px;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a:hover {
  opacity: 1;
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a:hover:before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col.hmr-jibox_01 a:before {
  background-image: url("../../images/top_images/top_img_302_01_2-2.png");
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col.hmr-jibox_02 a:before {
  background-image: url("../../images/top_images/top_img_302_02-2.png");
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col.hmr-jibox_03 a:before {
  background-image: url("../../images/top_images/top_img_302_03-2.png");
}
#hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col.hmr-jibox_04 a:before {
  background-image: url("../../images/top_images/top_img_302_04-2.png");
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_jigyo {
    padding: 50px 0 50px;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box1 {
    color: #fff;
    padding: 8% 1% 22% 10%;
    width: 90%;
    background-image: url("../../images/top_images/top_img_301_01_2.png");
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box1 .sec_txt {
    max-width: 350px;
    line-height: 2;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box2 {
    width: 80%;
    height: 30vw;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
    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;
    color: #fff;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../images/top_images/top_img_301_02_2-2.png");
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box2 a span {
    display: inline-block;
    padding-right: 30px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box3 {
    position: relative;
    top: auto;
    max-width: 1100px;
    margin: 10px auto;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 96%;
    margin: 0 auto;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    width: 48%;
    margin: 0 0 10px;
    height: 25vw;
    max-height: 195px;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    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;
    color: #fff;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #hmr-topsec_jigyo .hmr-topsec_jigyo_box3 .hmr-topsec_jigyo_box_row .hmr-jibox_col a span {
    display: inline-block;
    padding-right: 30px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
    background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
  }
}

#hmr-topsec_illust {
  padding: 90px 0 90px;
  background-color: #e5eaf0;
}
#hmr-topsec_illust .hmr-top_illust_img {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_illust {
    padding: 45px 0 45px;
  }
  #hmr-topsec_illust .hmr-sec_header {
    margin-left: 1em;
    margin-right: 1em;
  }
}

#hmr-topsec_products_tech {
  padding: 100px 0 100px;
  position: relative;
}

#hmr-topsec_products_tech .hmr-topsec_products_tech_inner {
	width: 100%;
	height: 24vw;
	overflow: hidden;
}

#hmr-topsec_products_tech .hmr-topsec_products_tech_inner a {
	line-height: 1.4;
	color: #fff;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;	
	overflow: hidden;
}

#hmr-topsec_products_tech .hmr-topsec_products_tech_inner a::before{
	content: '';
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url("/images/top_images/top_img_401-2.png");
	transition: all 0.4s;
	z-index: -1;
}

#hmr-topsec_products_tech .hmr-topsec_products_tech_inner a:hover{		
	opacity: 1;	
}

#hmr-topsec_products_tech .hmr-topsec_products_tech_inner a:hover::before{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
	overflow: hidden;
}
#hmr-topsec_products_tech .hmr-topsec_products_tech_inner .font-s {
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin-bottom: 20px;
}
#hmr-topsec_products_tech .hmr-topsec_products_tech_inner p {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  padding: 0 30px;
  background-position: 100% 42%;
  background-repeat: no-repeat;
  background-size: auto 16px;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_products_tech {
    padding: 50px 0 50px;
  }
  #hmr-topsec_products_tech .hmr-sec_header {
    margin-left: 1em;
    margin-right: 1em;
  }
  #hmr-topsec_products_tech .hmr-topsec_products_tech_inner {
    width: 100%;
    height: 34vw;
  }
  #hmr-topsec_products_tech .hmr-topsec_products_tech_inner .font-s {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
  }
  #hmr-topsec_products_tech .hmr-topsec_products_tech_inner p {
    font-size: 22px;
    font-size: 1.375rem;
    text-align: center;
    padding: 0 30px;
  }
}

#hmr-topsec_number {
  padding: 90px 0 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/top_images/top_bgimg_500_2.png");
}
#hmr-topsec_number .hmr-topsec_number_header {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hmr-topsec_number .hmr-topsec_number_header .hmr-sec_header {
  max-width: none;
  margin-left: 0;
}
#hmr-topsec_number .hmr-topsec_number_header .hmr-sec_header h2 {
  color: #fff;
}
#hmr-topsec_number .hmr-topsec_number_header .hmr-sec_header .hmr-sec_header_en {
  color: #fff;
}
#hmr-topsec_number .hmr-topsec_number_header .hmr-sec_linkbtn {
  margin: 0;
  padding: 0;
  text-align: left;
}
#hmr-topsec_number .hmr-topsec_number_header .hmr-sec_linkbtn a {
  border-radius: 20px;
  padding: 4px 40px 4px 30px;
  color: #009370;
  border: 1px solid #009370;
  background-position: 95% 50%;
  background-color: #fff;
  background-size: 14px auto;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
}
#hmr-topsec_number .hmr-topsec_number_header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#hmr-topsec_number .hmr-topsec_number_header_inner img {
  width: auto;
  max-width: 100%;
}
#hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
#hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col:last-child {
  border-right: none;
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_number {
    padding: 45px 0 45px;
  }
  #hmr-topsec_number .hmr-topsec_number_header {
    padding-left: 1em;
    padding-right: 1em;
  }
  #hmr-topsec_number .hmr-topsec_number_header .hmr-sec_linkbtn {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  #hmr-topsec_number .hmr-topsec_number_header .hmr-sec_linkbtn a {
    border-radius: 20px;
    padding: 4px 30px 4px 18px;
  }
  #hmr-topsec_number .hmr-topsec_number_header_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col {
    padding: 0 10px;
    margin-bottom: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
  #hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col img {
    height: 160px;
  }
  #hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  #hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 56%;
  }
  #hmr-topsec_number .hmr-topsec_number_header_inner .hmr-topsec_number_col:last-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 38%;
    border-right: 1px solid rgba(255, 255, 255, 0.7);
  }
}

#hmr-topsec_shareholder {
  padding: 100px 0;
}
#hmr-topsec_shareholder .hmr-topsec_shareholder_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
          flex: 0 1 49%;
  width: 49%;
  margin: 0 0 10px;
  height: 18vw;
  max-height: 195px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  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;
  color: #009370;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col a span {
  display: inline-block;
  padding: 8px 40px 8px 20px;
  background-position: 95% 45%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../../images/base/common_parts/ico_yaji_rt_green.svg");
}
#hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col.hmr-topsec_share_col01 {
  background-image: url("../../images/top_images/top_img_601.png");
}
#hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col.hmr-topsec_share_col02 {
  background-image: url("../../images/top_images/top_img_602.png");
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_shareholder {
    padding: 50px 0;
  }
  #hmr-topsec_shareholder .hmr-topsec_shareholder_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1100px;
    margin: 0 auto;
  }
  #hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 49%;
            flex: 0 1 49%;
    width: 49%;
    margin: 0 0 10px;
    height: 28vw;
    max-height: 195px;
  }
  #hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #hmr-topsec_shareholder .hmr-topsec_shareholder_inner .hmr-topsec_shareholder_col a span {
    display: inline-block;
    padding: 8px 40px 8px 20px;
  }
}

#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3%;
          flex: 0 1 33.3%;
  width: 33.3%;
  margin: 0;
  height: 25vw;
  max-height: 270px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  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;
  color: #fff;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col a span {
  display: inline-block;
  padding: 8px 40px 8px 20px;
  background-position: 95% 45%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
}

#hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col a:hover {
  opacity: 1;
}

.hmr-topsec_imgbtns_col01 a, .hmr-topsec_imgbtns_col02 a, .hmr-topsec_imgbtns_col03 a, .hmr-topsec_imgbtns_col04 a, .hmr-topsec_imgbtns_col05 a, .hmr-topsec_imgbtns_col06 a, .hmr-topsec_imgbtns_col07 a, .hmr-topsec_imgbtns_col11 a, .hmr-topsec_imgbtns_col12 a{
	font-size: 20px;
    font-size: 1.25rem;
    font-weight: bold;
    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;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.hmr-topsec_imgbtns_col01 a:hover, .hmr-topsec_imgbtns_col02 a:hover, .hmr-topsec_imgbtns_col03 a:hover, .hmr-topsec_imgbtns_col04 a:hover, .hmr-topsec_imgbtns_col05 a:hover, .hmr-topsec_imgbtns_col06 a:hover, .hmr-topsec_imgbtns_col07 a:hover, .hmr-topsec_imgbtns_col11 a:hover, .hmr-topsec_imgbtns_col12 a:hover{
	opacity: 1;
}

.hmr-topsec_imgbtns_col01 a::before, .hmr-topsec_imgbtns_col02 a::before, .hmr-topsec_imgbtns_col03 a::before, .hmr-topsec_imgbtns_col04 a::before, .hmr-topsec_imgbtns_col05 a::before, .hmr-topsec_imgbtns_col06 a::before, .hmr-topsec_imgbtns_col07 a::before, .hmr-topsec_imgbtns_col11 a::before, .hmr-topsec_imgbtns_col12 a::before {
	content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.hmr-topsec_imgbtns_col01 a::before {
  background-image: url("../../images/top_images/top_img_701-2.png");
}
.hmr-topsec_imgbtns_col02 a::before {
  background-image: url("../../images/top_images/top_img_702-2.png");
}
.hmr-topsec_imgbtns_col03 a::before {
  background-image: url("../../images/top_images/top_img_703-2.png");
}
.hmr-topsec_imgbtns_col04 a::before {
  background-image: url("../../images/top_images/top_img_704-2.png");
}
.hmr-topsec_imgbtns_col05 a::before {
  background-image: url("../../images/top_images/top_img_705-2.png");
}
.hmr-topsec_imgbtns_col06 a::before {
  background-image: url("../../images/top_images/top_img_706-2.png");
}

.hmr-topsec_imgbtns_col07 a::before {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  background-image: url("../../images/top_images/top_img_707-2.png");
}

.hmr-topsec_imgbtns_col11 a::before {
  background-image: url("../../images/top_images/top_img_711-2.png");
}
.hmr-topsec_imgbtns_col12 a::before {
  background-image: url("../../images/top_images/top_img_712-2.png");
}

.hmr-topsec_imgbtns_col01 a:hover::before, .hmr-topsec_imgbtns_col02 a:hover::before, .hmr-topsec_imgbtns_col03 a:hover::before, .hmr-topsec_imgbtns_col04 a:hover::before, .hmr-topsec_imgbtns_col05 a:hover::before, .hmr-topsec_imgbtns_col06 a:hover::before, .hmr-topsec_imgbtns_col07 a:hover::before, .hmr-topsec_imgbtns_col11 a:hover::before, .hmr-topsec_imgbtns_col12 a:hover::before{
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.hmr-topsec_imgbtns_col01 a span, .hmr-topsec_imgbtns_col02 a span, .hmr-topsec_imgbtns_col03 a span, .hmr-topsec_imgbtns_col04 a span, .hmr-topsec_imgbtns_col05 a span, .hmr-topsec_imgbtns_col06 a span, .hmr-topsec_imgbtns_col07 a span, .hmr-topsec_imgbtns_col11 a span, .hmr-topsec_imgbtns_col12 a span{
	   position: relative;
    z-index: 20;
    display: inline-block;
    padding-right: 30px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto 16px;
}
/*TOPページバナー（社長ご挨拶）*/


@media only screen and (max-width: 767px) {
  #hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col a {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #hmr-topsec_imgbtns .hmr-topsec_imgbtns_inner .hmr-topsec_imgbtns_col a span {
    display: inline-block;
    padding: 8px 40px 8px 20px;
  }
}

#hmr-topsec_recruit {
  padding: 100px 0;
}
#hmr-topsec_recruit .hmr-topsec_recruit_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
#hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  width: 100%;
  margin: 0 0 10px;
  height: 18vw;
  max-height: 195px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../../images/top_images/top_img_801.png");
}
#hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col a {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  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;
  color: #009370;
  width: 100%;
  height: 100%;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
#hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col a span {
  display: none;
  padding: 8px 40px 8px 40px;
  background-position: 95% 45%;
  background-repeat: no-repeat;
  background-size: auto 14px;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../../images/base/common_parts/ico_yaji_rt_green.svg");
}
@media only screen and (max-width: 767px) {
  #hmr-topsec_recruit {
    padding: 50px 0;
  }
  #hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col {
    height: 28vw;
    max-height: 195px;
  }
  #hmr-topsec_recruit .hmr-topsec_recruit_inner .hmr-topsec_recruit_col a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ヘッダー */
#hmr-subpage_header {
  width: 100%;
  padding-top: 130px;
}
#hmr-subpage_header .hmr-subpage_header_inner {
  height: 23.7vw;
  max-height: 324px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("../../images/base/common_parts/subpage_headerimg00.png");
}
#hmr-subpage_header h1 {
  font-size: 42px;
  font-size: 2.625rem;
  letter-spacing: 1px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1em;
  color: #fff;
}
#hmr-subpage_header h1 .hmr-subpage_header_smalltxt {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  #hmr-subpage_header {
    padding-top: 65px;
  }
  #hmr-subpage_header .hmr-subpage_header_inner {
    height: 23.7vw;
    max-height: 324px;
  }
  #hmr-subpage_header h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  #hmr-subpage_header h1 .hmr-subpage_header_smalltxt {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
  }
}

#hmr-subpage_header .header_company {
  background-image: url("/images/base/header/subpage_headerimg_company.jpg");
}

#hmr-subpage_header .header_ir {
  background-image: url("/images/base/header/subpage_headerimg_ir.jpg");
}

#hmr-subpage_header .header_csr {
  background-image: url("/images/base/header/subpage_headerimg_csr.jpg");
}

#hmr-subpage_header .header_ourbuiss {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss.jpg");
}

#hmr-subpage_header .header_ourbuiss_pave {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_pave.jpg");
}

#hmr-subpage_header .header_ourbuiss_civil {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_civil.jpg");
}

#hmr-subpage_header .header_ourbuiss_sport {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_sport.jpg");
}

#hmr-subpage_header .header_ourbuiss_clean {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_clean.jpg");
}

#hmr-subpage_header .header_ourbuiss_architec {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_architec.jpg");
}

#hmr-subpage_header .header_ourbuiss_pfi {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_pfi.jpg");
}

#hmr-subpage_header .header_ourbuiss_resort {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_resort.jpg");
}

#hmr-subpage_header .header_ourbuiss_koguchi {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_koguchi.jpg");
}

#hmr-subpage_header .header_ourbuiss_products {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_products.jpg");
}

#hmr-subpage_header .header_ourbuiss_overseas {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_overseas.jpg");
}

#hmr-subpage_header .header_ourbuiss_development {
  background-image: url("/images/base/header/subpage_headerimg_ourbuiss_development.jpg");
}

#hmr-subpage_header .header_techinfo {
  background-image: url("/images/base/header/subpage_headerimg_techinfo.jpg");
}

#hmr-subpage_header .header_recruit {
  background-image: url("/images/base/header/subpage_headerimg_recruit.jpg");
}

#hmr-subpage_header .header_others {
  background-image: url("/images/base/header/subpage_headerimg_others.jpg");
}

#hmr-subpage_header + .content_wrapper {
  padding-top: 0;
}

#hmr-page_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
}
#hmr-page_header .hmr-page_header_container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
}
#hmr-page_header .hmr-page_header_container a {
  color: #009370;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner {
  padding: 0 4% 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  width: 25%;
  padding-top: 30px;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_logo img {
  width: 180px;
  height: auto;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 3%;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 20px 0 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_subnavi {
  margin-right: 2%;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_subnavi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_subnavi ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_subnavi ul li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  margin-right: 25px;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_subnavi ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background-color: #b81254;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns {
  margin-right: 2%;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns a {
  color: #022a68;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns ul li a {
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns ul li.hmr-hd_toi_btn a {
  padding: 4px 10px 4px 26px;
  color: #fff;
  background-color: #009370;
  background-position: 7px 45%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_mail_wh.svg");
  background-size: 16px auto;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns ul li.hmr-hd_en_btn {
  margin-left: 10px;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns ul li.hmr-hd_en_btn a {
  padding: 3px 5px 3px;
  color: #009370;
  border: 1px solid #009370;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 24%;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search form.header_search {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search form.header_search input[type=text] {
  margin: 0;
  width: 70%;
  padding-left: 25px;
  border-radius: 0px;
  border: 1px solid #e0e5eb;
  background-position: 2px 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_search_gr.svg");
  background-size: 18px auto;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search form.header_search input[type=submit].hmr-hd_search_btn {
  font-size: 13px;
  font-size: 0.8125rem;
  width: 28%;
  /*height: 100%;*/
  padding: 4px;
  border-radius: 0px;
  color: #009370;
  border: 1px solid #e0e5eb;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner {
  position: relative;
  z-index: 99999;
  width: 100%;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner a {
  color: #009370;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li:before {
  content: "";
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li:hover:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 5px;
  bottom: -2px;
  left: 10%;
  margin: 0 auto;
  background-color: #00936f;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > a {
  display: block;
  text-align: center;
  padding: 4px 5px;
  border-right: 1px solid #e0e5eb;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li:first-child > a {
  border-left: 1px solid #e0e5eb;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li:hover .hmr-mega_menu {
  display: block;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu {
  display: none;
  z-index: 999999;
  position: absolute;
  width: 100vw;
  left: 0;
  color: #fff;
  padding: 35px 1em;
  background-color: #00936f;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu a {
  color: #fff;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu > .hmr-mega_menu_inner {
  font-size: 15px;
  font-size: 0.9375rem;
  width: 90%;
  margin: 0 auto;
  padding-left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu > .hmr-mega_menu_inner li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 24%;
          flex: 0 1 24%;
  border-left: 1px solid #41af94;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu > .hmr-mega_menu_inner li a {
  display: inline-block;
  padding: 10px 4px 10px 16px;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu > p {
  width: 90%;
  margin: 0 auto;
  padding-left: 9%;
}
#hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi .hmr-header_gnavi_inner > ul > li > .hmr-mega_menu > p:nth-child(n+2) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  #hmr-page_header .hmr-page_header_container .hmr-header_inner {
    display: block;
    width: 100%;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_logo {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-top: 10px;
    text-align: center;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_logo img {
    max-width: 120px;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-top: 8px;
    margin-right: 10px;
    margin-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 {
    padding: 0 0;
    margin-bottom: 0;
    display: block;
    width: auto;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_subnavi {
    display: none;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_btns {
    display: none;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search {
    width: 180px;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search form.header_search input[type=text] {
    height: 40px;
    border: none;
    padding-left: 40px;
    background-size: auto 80%;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_tools_row1 .hmr-header_search form.header_search input[type=submit].hmr-hd_search_btn {
    height: 40px;
  }
  #hmr-page_header .hmr-page_header_container .hmr-header_inner .hmr-header_right .hmr-header_gnavi {
    display: none;
  }
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* フッター */
#hmr-page_footer {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 100px 1em 40px;
  color: #fff;
  background-color: #009370;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../../images/base/common_parts/footer_bgimg_gr.png");
}
#hmr-page_footer a {
  color: #fff;
}
#hmr-page_footer .hmr-page_footer_container {
  max-width: 1600px;
  margin: 0 auto;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap h2 {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin: 0 0 20px;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul + h2 {
  margin-top: 50px;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  padding: 0;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul a {
  color: #bbebe0;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul li {
  margin: 0 0 5px;
  padding: 0;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul li ul {
  margin-left: 1em;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap .hmr-page_footer_sitemap_col {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 17%;
          flex: 0 1 17%;
  width: 17%;
  margin-right: 1%;
}
#hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap .hmr-page_footer_sitemap_col:first-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  width: 25%;
}
#hmr-page_footer .hmr-page_footer_container .hmr-ft_navi {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-top: 100px;
  margin-bottom: 60px;
}
#hmr-page_footer .hmr-page_footer_container .hmr-ft_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hmr-page_footer .hmr-page_footer_container .hmr-ft_navi ul li {
  margin: 0 2em;
}
#hmr-page_footer .hmr-page_footer_container .hmr-ft_navi ul li a {
  color: #fff;
}
#hmr-page_footer .hmr-page_footer_container .hmr-ft_copyright {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #hmr-page_footer {
    padding: 50px 1em 60px;
  }
  #hmr-page_footer .hmr-page_footer_container {
    max-width: 100%;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap {
    display: none;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap h2 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul + h2 {
    margin-top: 20px;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap ul {
    font-size: 12px;
    font-size: 0.75rem;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap .hmr-page_footer_sitemap_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-right: 0%;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-page_footer_sitemap .hmr-page_footer_sitemap_col:first-child {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-ft_navi {
    font-size: 13px;
    font-size: 0.8125rem;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-ft_navi ul {
    display: block;
    text-align: center;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-ft_navi ul li {
    display: block;
    margin: 1.5em 2em;
  }
  #hmr-page_footer .hmr-page_footer_container .hmr-ft_navi ul li a {
    color: #fff;
  }
}

.pagetop a.hmr-backtopbtn {
  display: block;
  width: 50px;
  height: 50px;
  background: url("../../images/base/common_parts/btn_pagetop.png") 0 0 no-repeat;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ドロワー　メニュー */
#hmr-drawer_container {
  display: none;
}

@media only screen and (max-width: 767px) {
  #hmr-drawer_container {
    display: block;
  }
}
/* スマホメニュー */
.sliding-menu-content {
  font-size: 14px;
  font-size: 0.875rem;
  position: fixed;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 16.25rem;
  height: 100%;
  -webkit-transform: translateX(-16.25rem);
          transform: translateX(-16.25rem);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background: #00936f;
  z-index: 999999;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.sliding-menu-content a {
  color: #fff;
}
.sliding-menu-content ul.drawer_subnavi {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 0px 10px 0px;
  list-style: none;
}
.sliding-menu-content ul.drawer_subnavi li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  position: relative;
}
.sliding-menu-content ul.drawer_subnavi li a {
  display: inline-block;
  position: relative;
  padding-left: 12px;
  margin-right: 25px;
}
.sliding-menu-content ul.drawer_subnavi li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 4px;
  background-color: #b81254;
}
.sliding-menu-content ul.drawer_btns {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 0px 10px 0px;
  list-style: none;
}
.sliding-menu-content ul.drawer_btns li a {
  display: inline-block;
  padding: 4px 5px;
  text-align: center;
}
.sliding-menu-content ul.drawer_btns li.hmr-hd_toi_btn {
  text-align: center;
}
.sliding-menu-content ul.drawer_btns li.hmr-hd_toi_btn a {
  padding: 4px 10px 4px 26px;
  color: #fff;
  border: 1px solid #fff;
  background-color: #00936f;
  background-position: 7px 45%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_mail_wh.svg");
  background-size: 16px auto;
}
.sliding-menu-content ul.drawer_btns li.hmr-hd_en_btn {
  text-align: center;
  margin-top: 10px;
}
.sliding-menu-content ul.drawer_btns li.hmr-hd_en_btn a {
  color: #022a68;
  padding: 3px 5px 3px;
  background-color: #fff;
}
.sliding-menu-content .drawer-menu {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  padding: 10px 0px 10px 0px;
  list-style: none;
}
.sliding-menu-content .drawer-menu ul {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.sliding-menu-content .drawer-menu li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-left: 1em;
  border-bottom: 1px dotted #ccc;
}
.sliding-menu-content .drawer-menu li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.sliding-menu-content .drawer-menu > li {
  border-bottom: 1px solid #ccc;
  padding: 15px 15px;
  margin: 0;
  position: relative;
}
.sliding-menu-content .drawer-menu .hmr-drawer_menu_open_submenubtn {
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 32px;
  height: 32px;
  color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_wh.svg");
}
.sliding-menu-content .drawer-menu .hmr-mega_menu {
  z-index: 9999998;
  position: fixed;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 15px;
  background-color: #022a68;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.sliding-menu-content .drawer-menu .hmr-mega_menu.sub_menu_open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sliding-menu-content .drawer-menu .hmr-mega_menu .hmr-drawer_menu_backbtn {
  padding: 15px 5px 15px 30px;
  color: #fff;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_yaji_lt_wh.svg");
  cursor: pointer;
}
.sliding-menu-content .drawer-menu .hmr-mega_menu p {
  color: #fff;
  padding: 0.5em;
  margin-top: 0.5em;
  border: 1px solid #fff;
}
.sliding-menu-content.is-visible {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #232323;
  opacity: 0;
  visibility: hidden;
  z-index: 999998;
}
.menu-screen.is-visible {
  opacity: 0.4;
  visibility: visible;
}

/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
  background-color: #fff;
}

/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 999999;
  top: 0;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 2.2rem;
  padding: 0;
  padding-top: 10px;
  padding-right: 0.75rem;
  padding-bottom: 10px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger-txt {
  font-size: 11px;
  display: inline-block;
  margin-top: 15px;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 4px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #009370;
  border-radius: 4px;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: " ";
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* コンテンツ */
.content_wrapper {
  margin-top: 0;
  padding-top: 130px;
}
.content_wrapper .breadcrumbs {
  margin-bottom: 50px;
}
@media screen and (min-width: 1360px) {
  .content_wrapper {
    width: 100%;
    max-width: 1400px;
    padding-left: 1em;
    padding-right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .content_wrapper {
    padding-top: 65px;
  }
}

.content_wrapper .sidebar {
  color: #fff;
  background-color: #009370;
}
.content_wrapper .sidebar .sidebar_title {
  border-bottom: 1px solid #a0c7a6;
  background-color: #009370;
}
.content_wrapper .sidebar .sidebar_nav {
  padding: 12px;
}
.content_wrapper .sidebar .sidebar_nav ul li {
  border-top: none;
  border-bottom: 1px solid #a0c7a6;
}
.content_wrapper .sidebar .sidebar_nav .onenav {
  font-size: 15px;
  font-size: 0.9375rem;
}
.content_wrapper .sidebar .sidebar_nav .onenav a {
  color: #fff;
  padding-top: 0.8em;
}
.content_wrapper .mainContent {
  margin: 0 auto;
}
.content_wrapper .mainContent a {
  color: #009370;
}
.content_wrapper .mainContent .contentTitle_wrap {
  margin-bottom: 65px;
  background: none;
}
.content_wrapper .mainContent h1,
.content_wrapper .mainContent h1.contentTitle {
  font-size: 28px;
  font-size: 1.75rem;
  color: #009370;
  padding-left: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_md_h1.svg");
}
.content_wrapper .mainContent h2 {
  color: #fff;
  background-color: #009370;
  margin: 50px 0 40px;
  padding-left: 20px;
  line-height: 1.5;
}
.content_wrapper .mainContent h2 a {
  color: #fff;
}
.content_wrapper .mainContent h3 {
  color: #009370;
  padding-left: 20px;
  margin: 35px 0 25px;
  line-height: 1.5;
  border-top: 1px solid #a0c7a6;
  border-bottom: 1px solid #a0c7a6;
  background-image: none;
  background-color: #e5f4f1;
  position: relative;
}
.content_wrapper .mainContent h3:before {
  width: 3px;
  background-color: #a0c7a6;
}
.content_wrapper .mainContent h3.contact {
  border: 1px solid #009370;
  background: none;
}
.content_wrapper .mainContent h3.contact:before {
  width: 3px;
  background-color: #009370;
}
.content_wrapper .mainContent h4 {
  color: #009370;
  margin: 30px 0 20px;
  padding-left: 20px;
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #a0c7a6;
  position: relative;
}
.content_wrapper .mainContent h4:before {
	/*
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  top: 18px;
  left: 4px;
  border-radius: 50%;
  background-color: #b81254;*/
}
.content_wrapper .mainContent h5 {
  color: #009370;
  margin: 20px 0 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 1.5;
  background-color: #e5f4f1;
}
.content_wrapper .mainContent h6 {
  color: #009370;
  margin: 15px 0 10px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .content_wrapper .mainContent .contentTitle_wrap {
    margin-bottom: 20px;
  }
  .content_wrapper .mainContent h1,
.content_wrapper .mainContent h1.contentTitle {
    font-size: 21px;
    font-size: 1.3125rem;
    color: #009370;
    padding-left: 15px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url("../../images/base/common_parts/ico_md_h1.svg");
  }
  .content_wrapper .mainContent h1 .subtitle,
.content_wrapper .mainContent h1.contentTitle .subtitle {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1360px) {
  .content_wrapper .sidebar {
    width: 22%;
    max-width: 300px;
  }
  .content_wrapper .mainContent {
    width: 984px;
    max-width: 984px;
  }
}
.content_wrapper .mainContent .image_nav ul li a figure figcaption {
  color: #009370;
  background-color: rgba(255, 255, 255, 0.85);
  background-position: 95% 45%;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_yaji_rt_green.svg");
}
@media only screen and (max-width: 767px) {
  .content_wrapper .mainContent .image_nav ul li a figure figcaption {
    padding: 0.5em 1em 0.5em 0.5em;
  }
}
.content_wrapper .mainContent .image_box1 li figure {
  margin-bottom: 5px;
}
.content_wrapper .mainContent .image_box1 li figcaption {
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.content_wrapper .mainContent .image_box1 li figcaption span {
  font-weight: bold;
}
.content_wrapper .mainContent .tech_info_topnav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_wrapper .mainContent .tech_info_topnav ul li {
  width: 48%;
  list-style-type: none;
  margin: 0 0 16px 0;
  padding: 0;
}
.content_wrapper .mainContent .textBox {
  padding: 1.2em 1.5em;
  background-color: #f5f5e6;
}
.content_wrapper .mainContent .common_rightbtn {
  text-align: right;
}
.content_wrapper .mainContent .common_rightbtn a {
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #fff;
  background-color: #009370;
}
.content_wrapper .mainContent .benri_btn {
  text-align: right;
}
.content_wrapper .mainContent .benri_btn a {
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #009370;
  background-color: #fff;
  border: 1px solid #009370;
}
.content_wrapper .mainContent table.common_table tr:hover {
  background-color: #f2f2f2;
}
@media only screen and (max-width: 767px) {
  .content_wrapper .mainContent .tech_info_topnav ul {
    list-style-type: none;
    display: block;
  }
  .content_wrapper .mainContent .tech_info_topnav ul li {
    width: 100%;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
  }
}

.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_tabs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-bottom: 4px solid #009370;
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_tabs ul li {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  list-style-type: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
  margin: 0 10px;
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_tabs ul li a {
  display: block;
  padding: 10px 5px 10px 16px;
  color: #009370;
  text-align: center;
  background-color: #e5eaf0;
  background-repeat: no-repeat;
  background-position: 10px 50%;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_tabs ul li.hmr-tab_active a {
  color: #fff;
  background-color: #009370;
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_contents_block {
  position: relative;
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_contents_block .hmr-tab_index_contents {
  display: none;
  padding: 50px 20px;
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_contents_block .hmr-tab_index_contents.hmr-tab_active {
  display: block;
}
.hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_contents_block .hmr-tab_index_contents .image_nav ul li {
  display: inline-block;
  width: calc(100% / 3 - 8px);
  list-style-type: none;
  margin: 0 0 16px 3px;
}
@media only screen and (max-width: 767px) {
  .hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_tabs ul li {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    list-style-type: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 0;
    margin: 0 2px;
  }
  .hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_tabs ul li a {
    background-size: 14px auto;
    background-repeat: no-repeat;
    background-position: 2px 50%;
    background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
  }
  .hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_contents_block {
    position: relative;
  }
  .hmr-contents_container .mainContent .hmr-tab_index_container .hmr-tab_index_contents_block .hmr-tab_index_contents {
    display: none;
    padding: 20px 0;
  }
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container {
  padding: 50px 1em;
  background-color: #e5eaf0;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header {
  padding: 0 0 0 20px;
  position: relative;
  margin: 0 auto 50px;
  background-position: 30px 2px;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_md_h2.png");
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header h2 {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.4;
  color: #009370;
  font-weight: bold;
  margin: 0 0 0 30px;
  padding: 0;
  background-color: transparent;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header .hmr-sec_linkbtn {
  position: absolute;
  right: 0;
  top: 10px;
  margin: 0;
  padding: 0;
  text-align: left;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header .hmr-sec_linkbtn a {
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 20px;
  padding: 4px 40px 4px 30px;
  color: #009370;
  border: 1px solid #009370;
  background-position: 95% 50%;
  background-color: #fff;
  background-size: 14px auto;
  background-repeat: no-repeat;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_rt_red.svg");
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container ul {
  list-style-type: none;
  margin: 0;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li {
  position: relative;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_img {
  display: block;
  width: 65%;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 0;
  margin: 0 0 0 auto;
  width: 50%;
  padding: 5%;
  color: #009370;
  background-color: #fff;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block .slider_txt01 {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 1px solid #009370;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block .slider_mdtxt {
  font-size: 20px;
  font-size: 1.25rem;
  display: block;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block .slider_txt03 {
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  margin-top: 10px;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-prev.slick-arrow {
  position: absolute;
  z-index: 8000;
  left: 0%;
  top: calc(50% - 54px);
  width: 54px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_gr02.png");
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-next.slick-arrow {
  position: absolute;
  z-index: 8000;
  right: 0%;
  top: calc(50% - 54px);
  width: 54px;
  height: 0;
  padding-top: 54px;
  overflow: hidden;
  border: none;
  cursor: pointer;
  background: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  background-image: url("../../images/base/common_parts/ico_yaji_maru_gr01.png");
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-dots {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
  position: relative;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-dots li {
  list-style-type: none;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-dots li button {
  border: none;
  cursor: pointer;
  width: 14px;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  border-radius: 50%;
  background-color: #fff;
}
.hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-dots li.slick-active button {
  background-color: #4a9974;
}
@media only screen and (max-width: 767px) {
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header {
    background-position: 0px 0;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header h2 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.4;
    color: #009370;
    font-weight: bold;
    margin: 0 0 0 0px;
    padding: 0;
    background-color: transparent;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header .hmr-sec_linkbtn {
    top: 10px;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-sec_header .hmr-sec_linkbtn a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 4px 30px 4px 20px;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li {
    position: relative;
    margin-left: 0;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_img {
    display: block;
    width: 100%;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 0;
    width: 100%;
    padding: 5%;
    color: #009370;
    background-color: #fff;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block .slider_txt01 {
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #009370;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block .slider_mdtxt {
    font-size: 16px;
    font-size: 1rem;
    display: block;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .hmr-ji_slider_li .hmr-jislider_txt_block .slider_txt03 {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    margin-top: 10px;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-prev.slick-arrow {
    position: absolute;
    z-index: 8000;
    left: 0%;
    top: calc(50% - 42px);
    width: 32px;
    height: 0;
    padding-top: 32px;
  }
  .hmr-contents_container .mainContent .hmr-jisseki_slider_container .slick-next.slick-arrow {
    position: absolute;
    z-index: 8000;
    right: 0%;
    top: calc(50% - 42px);
    width: 32px;
    height: 0;
    padding-top: 32px;
  }
}