@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");

/* -----------------------------------------------------------------------------
 default.css
----------------------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button {
  font: inherit;
}

img {
  vertical-align: bottom;
}

label {
  cursor: pointer;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1;
  box-sizing: border-box;
  outline: none;
  border-radius: 0;
  border: none;
  background: inherit;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  line-height: 1;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
}

input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

.clr:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

@media screen and (max-width: 750px) {

  select,
  textarea,
  input[type="text"],
  input[type="email"],
  input[type="number"],
  input[type="tel"] {
    font-size: 1.6rem;
  }
}

html {
  font-size: 10px;
}

@media screen and (max-width: 374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #333;
  line-height: 1.5;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: 'Noto Sans Japanese', sans-serif;
}

@media screen and (min-width: 1025px) {
  body.pcFixed {
    overflow: hidden;
    margin-right: 17px;
  }
}

@media screen and (max-width: 1024px) {
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-wrap: break-word;
  /*-webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";*/
}

_::-webkit-full-page-media,
_:future,
:root body.pcFixed {
  margin-right: 0;
}

#wrapper {
  font-size: 1.4rem;
  overflow: hidden;
  min-width: 320px;
  opacity: 0;
}

.loaded #wrapper {
  transition-duration: 1s;
  opacity: 1;
}

#container {
  margin: 0 0 0 200px;
}

@media screen and (max-width: 1024px) {
  #container {
    margin: 0;
    padding: 54px 0 0;
  }
}

a,
a img,
a svg {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

img {
  width: 100%;
  image-rendering: optimizequality;
}

svg {
  display: block;
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
}

@media print,
screen and (min-width: 751px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}

@media screen and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tabPro {
  display: none;
}

@media screen and (max-width: 768px) {
  .tabPro {
    display: block;
  }
}

#header {
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
}

@media screen and (max-width: 1024px) {
  #header {
    width: 100%;
    height: auto;
  }
}

#header:before {
  content: "";
  width: 200px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 480px) {
  #header .logo img {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #header:before {
    display: none;
  }
}

#header .headerInner {
  height: 100%;
  position: relative;
  background: #fff;
  z-index: 2;
}

@media screen and (max-width: 1024px) {
  #header .headerInner {
    height: 54px;
    padding: 0 54px 0 0;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
}

#header .headerInner02 {
  background: #FFF;
}

#header .logo {
  padding: 80px 15px;
}

@media screen and (max-width: 1024px) {
  #header .logo {
    padding: 7px 0 7px 16px;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: #fff;
  }
}

#header .logo a {
  display: block;
}

@media screen and (max-width: 1024px) {
  #header .logo a {
    width: 160px;
  }
}

@media screen and (max-width: 320px) {
  #header .logo {
    padding: 13px 0 0px 10px;
  }

  #header .logo a {
    width: 119px;
  }
}

@media screen and (max-width: 1024px) {
  #header .logo a img {
    width: auto;
    height: 40px;
  }
}

@media screen and (max-width: 320px) {
  #header .logo a img {
    width: auto;
    height: 32px;
  }
}

#header .btnMenu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  width: 54px;
  height: 54px;
  cursor: pointer;
  background: #017f86;
  padding: 20px 18px;
  display: none;
}

@media screen and (max-width: 1024px) {
  #header .btnMenu {
    display: block;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }
}

#header .btnMenu div {
  position: relative;
  width: 18px;
  height: 14px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

#header .btnMenu div span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

#header .btnMenu div span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menu-bar01 0.4s forwards;
  animation: menu-bar01 0.4s forwards;
}

#header .btnMenu div span:nth-of-type(2) {
  top: 6px;
  opacity: 1;
}

#header .btnMenu div span:nth-of-type(3) {
  bottom: 0;
  -webkit-animation: menu-bar02 0.4s forwards;
  animation: menu-bar02 0.4s forwards;
}

#header .btnMenu div.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.4s forwards;
  animation: active-menu-bar01 0.4s forwards;
}

#header .btnMenu div.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
}

.ie9 #header .btnMenu div.active span:nth-of-type(2) {
  opacity: 1;
}

#header .btnMenu div.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar02 0.4s forwards;
  animation: active-menu-bar02 0.4s forwards;
}

#header #globalNav {
  position: relative;
}

@media screen and (max-width: 1024px) {
  #header #globalNav {
    width: 100%;
    height: calc(100% - 54px);
    max-width: 500px;
    background: #f6f6f6;
    position: fixed;
    top: 54px;
    right: -100%;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
}

#header #globalNav.open {
  right: 0;
  -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavInner {
    overflow: auto;
    height: 100%;
    padding: 0 0 30px;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink {
    border-top: 1px solid #34999f;
    margin-bottom: 2em;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li {
    border-bottom: 1px solid #dfdfdf;
  }
}

#header #globalNav .globalNavLink>li>a {
  display: block;
  padding: 20px 35px 20px 20px;
  position: relative;
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li>a {
    padding: 15px 30px 15px 15px;
    font-size: 1.4rem;
  }
}

#header #globalNav .globalNavLink>li>a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: .4s;
}

@media screen and (max-width: 1024px) {

  #header #globalNav .globalNavLink>li>a.navParent:before,
  #header #globalNav .globalNavLink>li>a.navParent:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    border-top: none;
    border-right: none;
    position: absolute;
    top: 50%;
    right: 16px;
    background: #017f86;
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }

  #header #globalNav .globalNavLink>li>a.navParent:before {
    top: 0;
  }

  #header #globalNav .globalNavLink>li>a.navParent:after {
    -webkit-transform: rotate(90deg) translateY(-50%);
    -ms-transform: rotate(90deg) translateY(-50%);
    transform: rotate(90deg) translateY(-50%);
  }

  #header #globalNav .globalNavLink>li>a.navParent.active:after {
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
  }
}

#header #globalNav .globalNavLink>li.hasChild>a:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent #017f86 transparent transparent;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
  transition: .1s;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li.hasChild>a:after {
    display: block;
    width: 12px;
    height: 1px;
    border: none;
    position: absolute;
    top: 0;
    right: 16px;
    background: #017f86;
    opacity: 1;
    -webkit-transform: rotate(0) translateY(-50%);
    -ms-transform: rotate(0) translateY(-50%);
    transform: rotate(0) translateY(-50%);
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    transform: rotate(90deg);
  }
}

#header #globalNav .globalNavLink>li.hasChild>a.active:before {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li.hasChild>a.active:before {
    opacity: 1;
  }
}

#header #globalNav .globalNavLink>li.hasChild>a.active:after {
  right: 0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li.hasChild>a.active:after {
    right: 16px;
    transform: rotate(0);
  }
}

@media print,
screen and (min-width: 1025px) {
  #header #globalNav .globalNavLink>li:hover {
    background: #f6f6f6;
  }

  #header #globalNav .globalNavLink>li:hover>a {
    color: #017f86;
  }

  #header #globalNav .globalNavLink>li:hover>a:before {
    border-top: 1px solid #017f86;
    border-right: 1px solid #017f86;
  }

  #header #globalNav .globalNavLink>li:hover>a .iconBlank {
    fill: #017f86;
  }
}

#header #globalNav .globalNavLink>li.current>a>span {
  color: #017f86;
}

.pageNotFound #header #globalNav .globalNavLink>li.current>a>span {
  color: #333;
}

#header #globalNav .globalNavLink>li .navChild {
  display: none;
  width: calc(100% - 200px);
  height: 100%;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: -1;
  background: rgba(246, 246, 246, 0.95);
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild {
    width: auto;
    max-width: 500px;
    height: auto;
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 1;
    background: #eee;
  }
}

#header #globalNav .globalNavLink>li .navChild__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild__closeBtn {
    display: none;
  }
}

#header #globalNav .globalNavLink>li .navChild__closeBtn:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #017f86;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#header #globalNav .globalNavLink>li .navChild__closeBtn:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #017f86;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild br {
    display: none !important;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildContainer {
  padding: 50px;
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildContainer {
    padding: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildContent {
  max-width: 1000px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildContent {
    opacity: 1;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildContent a.active {
  color: #017f86;
  text-decoration: none;
}

#header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary {
  font-size: 2.3rem;
  line-height: 1.3;
  padding: 0 0 15px;
  margin: 0 0 35px;
  border-bottom: 1px solid #017f86;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary {
    font-size: 1.3rem;
    padding: 0;
    margin: 0;
    border-bottom: none;
    border-top: 1px solid #dfdfdf;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary a {
  display: inline-block;
  padding: 0 25px 0 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary a {
    display: block;
    padding: 20px 35px 20px 30px;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary a:before {
  content: "";
  display: block !important;
  width: 9px;
  height: 9px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    right: 20px;
  }
}

@media print,
screen and (min-width: 1025px) {
  #header #globalNav .globalNavLink>li .navChild .navChildTtlPrimary a:hover {
    text-decoration: underline;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec+.navChildSec {
  margin: 30px 0 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec+.navChildSec {
    margin: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildSecTtl {
  margin: 0 0 25px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildSecTtl {
    display: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink+.navChildLink {
  margin: 30px 0 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink {
    border-top: 1px solid #dfdfdf;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink+.navChildLink {
    margin: 0;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li a.imgLink {
    position: relative;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li a.imgLink:before {
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    display: block !important;
    border-top: 1px solid #017f86;
    border-right: 1px solid #017f86;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
  }

  #mv {
    width: 100%;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink .navChildLinkTtl {
  opacity: 0.6;
  margin: 0 0 15px;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink .navChildLinkTtl {
    margin: 0 0 10px;
    font-size: 1.2rem;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul {
  margin: -40px 0 0 -44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul {
    margin: 0;
    display: block;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li {
  margin: 40px 0 0 44px;
  float: left;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li {
    width: auto;
    margin: 0;
    float: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li figure {
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  position: relative;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: .4s;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li figure {
    display: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li figure img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li span {
  display: inline-block;
  margin: 10px 0 0;
  padding: 0 0 0 17px;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li span {
    display: block;
    margin: 0;
    padding: 15px 35px 15px 15px;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li span:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li span:before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: inherit;
    right: 20px;
  }
}

@media print,
screen and (min-width: 1025px) {

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a:hover figure,
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.active figure {
    -webkit-box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a:hover figure:after,
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.active figure:after {
    border: 2px solid #017f86;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a:hover figure img,
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.active figure img {
    opacity: 0.7;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a:hover span,
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.active span {
    text-decoration: underline;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink {
  display: block;
  position: relative;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p {
  width: 100%;
  background: rgba(7, 94, 99, 0.6);
  padding: 0 30px 0 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p {
    background: none;
    padding: 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    color: inherit;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p:before {
    display: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p span {
  height: 50px;
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3;
  padding: 5px 0;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p span:before {
  content: none;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink p span {
    height: auto;
    display: block;
    font-size: 1.3rem;
    padding: 20px 35px 20px 30px;
  }
}

@media print,
screen and (min-width: 751px) {

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink:hover span,
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li a.imgLink.active span {
    text-decoration: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul {
  padding: 10px 0 0;
  margin: -10px 0 0 -25px;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li {
  /*display: inline-block;*/
  margin: 10px 0 0 25px;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a span {
  margin: 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a span:before {
    right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a.blank {
    display: block;
    padding: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a.blank:after {
  display: inline-block;
  content: "";
  background: url(/assets/images/ir/ico_blank.png) no-repeat center;
  background-size: contain;
  width: 11px;
  height: 10px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a.blank:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a.blank span {
    padding-right: 0;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li a.blank span:before {
    content: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li>ul {
  margin-left: 20px;
  font-size: 1.3rem;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li>ul>li {
    border-top: 1px solid #dfdfdf;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li>ul>li a span {
  padding-left: 15px;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li>ul>li a span:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0.4em;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li>ul>li>ul>li a span:before {
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li .btnWrap {
  padding: 0;
  margin: -15px 0 0;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li .btnWrap {
    margin: 0;
    border-top: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li .btnWrap .btn {
  width: 100%;
  margin: 15px 0 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink>ul>li .btnWrap .btn {
    margin: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col2>ul>li {
  width: calc(100%/2 - 44px);
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col2>ul>li {
    width: auto;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col3>ul>li {
  width: calc(100%/3 - 44px);
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col3>ul>li {
    width: auto;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col4>ul {
  margin: -40px 0 0 -20px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col4>ul {
    margin: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col4>ul>li {
  width: calc(100%/4 - 20px);
  margin: 40px 0 0 20px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col4>ul>li {
    width: auto;
    margin: 0;
  }

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col4>ul>li+li {
    margin: 1px 0 0;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.col4>ul>li+li {
    margin: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.ir>ul>li {
  min-height: 280px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.ir>ul>li {
    min-height: 0;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.ir>ul>li>ul>li {
  display: block;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.ir>ul>li a.blank {
  padding: 0;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink01 {
    padding: 15px 30px;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink01>ul>li+li {
    margin: 1px 0 0;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink01>ul>li span {
    padding: 15px 35px 15px 15px;
    background: #dfdfdf;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li+li {
    border-top: 1px solid #dfdfdf;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li a.imgLink {
  display: block;
  position: relative;
}

@media print,
screen and (min-width: 751px) {

  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li a.imgLink:hover span,
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li a.imgLink.active span {
    text-decoration: none;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li>ul {
    padding: 0 0 0 30px;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li>ul>li {
    border-top: 1px solid #dfdfdf;
    display: block;
    margin: 0;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .navChildLink.navChildLink02>ul>li>ul>li span {
    padding: 13px 35px 13px 15px;
    font-size: 1.2rem;
  }
}

@media print,
screen and (min-width: 1025px) {
  .navChildLink02 .blank .iconBlank {
    fill: #fff;
    width: 12px;
    height: 15px;
    display: inline-block;
    position: absolute;
    top: 18px;
    margin: 0 0 0 0.4em;
    vertical-align: middle;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .searchBox {
  margin: -10px 0 0;
  width: calc(100%/2 - 22px);
  min-width: 478px;
  display: block;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .navChildSec .searchBox {
    display: none;
  }
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .searchBox input[type=text] {
  border: none;
  height: 30px !important;
}

#header #globalNav .globalNavLink>li .navChild .navChildSec .searchBox button {
  background: #017f86;
  height: 100% !important;
}

#header #globalNav .globalNavLink>li .navChild .btnWrap {
  padding: 40px 0 0;
  margin: -15px 0 0 -44px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap {
    padding: 0;
    margin: 0;
    border-top: 1px solid #dfdfdf;
  }
}

#header #globalNav .globalNavLink>li .navChild .btnWrap .btn {
  width: calc(100%/3 - 44px);
  margin: 15px 0 0 44px;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn {
    display: block;
    width: auto;
    max-width: inherit;
    margin: 0;
  }

  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn+.btn {
    border-top: 1px solid #dfdfdf;
  }
}

#header #globalNav .globalNavLink>li .navChild .btnWrap .btn a {
  display: table;
  width: 100%;
  position: relative;
  padding: 0 60px;
  background: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #333;
}

@media print,
screen and (min-width: 1025px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a {
    text-align: left;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a {
    display: block;
    width: auto;
    padding: 20px 35px 20px 30px;
    background: none;
    text-align: left;
    font-size: 1.3rem;
    position: relative;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a.active {
    color: #017f86;
  }
}

#header #globalNav .globalNavLink>li .navChild .btnWrap .btn a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 44px;
}

@media print,
screen and (min-width: 1025px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a:before {
    right: 15px;
  }
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a:before {
    right: 20px;
  }
}

#header #globalNav .globalNavLink>li .navChild .btnWrap .btn a span {
  padding: 18px 0 !important;
  display: table-cell !important;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a span {
    padding: 0 !important;
    display: inline !important;
  }
}

#header #globalNav .globalNavLink>li .navChild .btnWrap .btn a span:before {
  display: none !important;
}

@media print,
screen and (min-width: 751px) {
  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a:hover {
    -webkit-box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }

  #header #globalNav .globalNavLink>li .navChild .btnWrap .btn a:hover span {
    text-decoration: none !important;
  }
}

/*============================================
検索関連
==============================================*/
#header #globalNav .searchBox {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .searchBox {
    display: block;
    margin: 0 20px;
  }
}

#header #globalNav .searchBox input[type=text] {
  border: none;
  appearance: none;
}

#header #globalNav .searchBox .gsc-search-box-tools .gsc-input,
#header #globalNav .searchBox .gsc-search-box-tools .gsc-search-button {
  padding: 0;
}

#header #globalNav .searchBox .gsc-search-box-tools .gsib_a {
  padding: 12px;
}

#header #globalNav .searchBox .gsc-search-box-tools .gsib_b {
  display: none;
  padding: 0;
}

#header #globalNav .searchBox .gsc-search-box-tools .gsc-input-box {
  border: none;
  padding: 0 !important;
  border-radius: 0 !important;
}

#header #globalNav .searchBox .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: none;
  background: #017f86;
  padding: 5px 10px;
  margin: 0;
  border-radius: 0;
}

#header #globalNav .searchBox .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

#header #globalNav .close {
  display: none;
}

@media screen and (max-width: 1024px) {
  #header #globalNav .close {
    display: block;
    border: 1px solid #666;
    width: 288px;
    margin: 30px auto 0;
    text-align: center;
    color: #666;
    cursor: pointer;
  }

  #header #globalNav .close span {
    height: 48px;
    line-height: 48px;
    font-size: 1.3rem;
    display: inline-block;
    position: relative;
    padding: 0 0 0 35px;
  }

  #header #globalNav .close span i {
    display: block;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  #header #globalNav .close span i:before,
  #header #globalNav .close span i:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #666;
  }

  #header #globalNav .close span i:before {
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
  }

  #header #globalNav .close span i:after {
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotateZ(-45deg);
  }
}

#header .headerBtn {
  margin: 30px 0 0;
  padding: 0 12px 100px;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 54px;
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
  }
}

#header .headerBtn li+li {
  margin: 12px 0 0;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li {
    float: left;
    border-left: 1px solid #dfdfdf;
  }

  #header .headerBtn li+li {
    margin: 0;
  }

  #header .headerBtn li.corplink {
    display: none;
  }
}

#header .headerBtn li a {
  display: block;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-size: 1.3rem;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li a {
    border: none;
  }
}

#header .headerBtn li a span {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  position: relative;
  padding: 0 0 0 34px;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li a span {
    width: 54px;
    height: 54px;
    padding: 0;
    text-indent: -9999px;
  }
}

#header .headerBtn li a span svg {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li a span svg {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

#header .headerBtn li.search a span svg {
  width: 18px;
  height: 18px;
  fill: #666;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li.search a span svg {
    width: 16px;
    height: 16px;
  }
}

@media print,
screen and (min-width: 1025px) {
  #header .headerBtn li.search a:hover {
    color: #fff;
    border: 1px solid #017f86;
    background: #017f86;
  }

  #header .headerBtn li.search a:hover span svg {
    fill: #fff;
  }
}

#header .headerBtn li.search a.active {
  color: #fff;
  border: 1px solid #017f86;
  background: #017f86;
}

#header .headerBtn li.search a.active span svg {
  fill: #fff;
}

#header .headerBtn li.contact a {
  border: 1px solid #017f86;
  background: #017f86;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li.contact a {
    border: none;
    background: #fff;
  }
}

#header .headerBtn li.contact a span svg {
  width: 18px;
  height: 14px;
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li.contact a span svg {
    width: 16px;
    height: 13px;
    fill: #7c7c7c;
  }
}

@media print,
screen and (min-width: 1025px) {
  #header .headerBtn li.contact a:hover {
    color: #017f86;
    background: #fff;
  }

  #header .headerBtn li.contact a:hover span svg {
    fill: #017f86;
  }
}

#header .headerBtn li.corplink a {
  border: none;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn li.corplink a {
    border: none;
  }
}

@media print,
screen and (min-width: 1025px) {
  #header .headerBtn li.corplink a:hover {
    opacity: 0.7;
  }
}

#header .headerBtn li.corplink a.active {
  color: #fff;
  border: 1px solid #017f86;
  background: #017f86;
}

#header .headerBtn li.corplink a span {
  height: auto;
  line-height: 1.2;
  position: relative;
  font-size: 11.5px;
  margin-right: 15px;
  padding: 8px 0;
}

#header .headerBtn li.corplink a span svg {
  left: 100%;
}

@media print,
screen and (min-width: 1025px) {
  #header .headerBtn li.corplink:hover a span svg {
    fill: #fff;
  }
}

#header .headerBtn .searchChild {
  display: none;
  width: calc(100% - 200px);
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: -1;
  background: rgba(246, 246, 246, 0.95);
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .searchChild {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 54px;
    left: calc(-100vw - -164px);
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
  }
}

#header .headerBtn .searchChild__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .searchChild__closeBtn {
    display: none;
  }
}

#header .headerBtn .searchChild__closeBtn:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #017f86;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#header .headerBtn .searchChild__closeBtn:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #017f86;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#header .headerBtn .searchChild__container {
  padding: 50px 80px;
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 750px) {
  #header .headerBtn .searchChild__container {
    padding: 20px;
  }
}

#header .headerBtn .searchChild input {
  appearance: none;
}

#header .headerBtn .searchChild .gsc-search-box-tools {
  background: #017f86;
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsc-input,
#header .headerBtn .searchChild .gsc-search-box-tools .gsc-search-button {
  padding: 0;
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsib_a {
  padding: 14px;
}

@media screen and (max-width: 768px) {
  #header .headerBtn .searchChild .gsc-search-box-tools .gsib_a {
    padding: 12px;
  }
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsib_a input {
  -webkit-appearance: none !important;
  appearance: none !important;
  height: 48px;
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsib_b {
  display: none;
  padding: 0;
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsc-input-box {
  border: none;
  padding: 0 !important;
  border-radius: 0 !important;
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 {
  display: block;
  height: 48px;
  border: none;
  background: #017f86;
  padding: 5px 15px;
  margin: 0;
  border-radius: 0;
}

#header .headerBtn .searchChild .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 svg {
  width: 15px;
  height: 15px;
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .searchChild .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 svg {
    width: 20px;
    height: 20px;
  }
}

#header .headerBtn .contactChild {
  display: none;
  width: calc(100% - 200px);
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: -1;
  background: rgba(246, 246, 246, 0.95);
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .contactChild {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 54px;
    left: calc(-100vw - -164px);
    z-index: 1;
    background: rgba(0, 0, 0, 0.8);
  }
}

#header .headerBtn .contactChild__closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .contactChild__closeBtn {
    display: none;
  }
}

#header .headerBtn .contactChild__closeBtn:before {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #017f86;
  transform: rotate(45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#header .headerBtn .contactChild__closeBtn:after {
  content: "";
  position: absolute;
  width: 90%;
  height: 2px;
  background: #017f86;
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#header .headerBtn .contactChild__container {
  padding: 50px 80px;
  height: 100%;
  overflow: auto;
}

@media screen and (max-width: 750px) {
  #header .headerBtn .contactChild__container {
    padding: 20px;
    height: calc(100% - 54px);
  }
}

#header .headerBtn .contactChild .btnWrap {
  text-align: left;
  max-width: 1070px;
  margin: 0 auto;
}

@media print,
screen and (max-width: 1199px) {
  #header .headerBtn .contactChild .btnWrap {
    text-align: center;
  }
}

#header .headerBtn .contactChild .btnWrap .btn {
  width: 100%;
}

#header .headerBtn .contactChild .btnWrap .btn:nth-child(3) {
  clear: left;
}

@media print,
screen and (max-width: 1199px) {
  #header .headerBtn .contactChild .btnWrap .btn+.btn {
    margin: 20px 0 0 0;
  }
}

#header .headerBtn .contactChild .btnWrap .btn a {
  display: table;
  width: 100%;
  position: relative;
  padding: 0 60px;
  background: #fff;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5rem;
  color: #333;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .contactChild .btnWrap .btn a {
    padding: 0 18px;
  }
}

#header .headerBtn .contactChild .btnWrap .btn a:before {
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .contactChild .btnWrap .btn a:before {
    right: 15px;
  }
}

#header .headerBtn .contactChild .btnWrap .btn a:hover {
  -webkit-box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
}

#header .headerBtn .contactChild .btnWrap .btn a span {
  padding: 18px 0 !important;
  display: table-cell !important;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .contactChild .btnWrap .btn a span {
    padding: 0 !important;
    text-indent: 0;
    width: 100%;
  }
}

@media print,
screen and (max-width: 360px) {
  #header .headerBtn .contactChild .btnWrap .btn a span {
    letter-spacing: -0.05em;
  }
}

@media print,
screen and (min-width: 1200px) {
  #header .headerBtn .contactChild .btnWrap .btn {
    width: calc(100%/2 - 44px);
    float: left;
    margin: 22px;
  }

  #header .headerBtn .contactChild .btnWrap .btn a {
    text-align: left;
    padding: 0 20px;
  }
}

#header .headerBtn .closeChild {
  display: block;
  border: 1px solid #666;
  width: 288px;
  margin: 30px auto 0;
  text-align: center;
  color: #666;
  cursor: pointer;
  padding-right: 20px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 1024px) {
  #header .headerBtn .closeChild {
    width: 80%;
    max-width: 288px;
    color: #fff;
    border-color: #fff;
  }
}

#header .headerBtn .closeChild span {
  height: 48px;
  line-height: 48px;
  font-size: 1.3rem;
  display: inline-block;
  position: relative;
  padding: 0 0 0 35px;
}

#header .headerBtn .closeChild span i {
  display: block;
  width: 22px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#header .headerBtn .closeChild span i:before,
#header .headerBtn .closeChild span i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #666;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 1024px) {

  #header .headerBtn .closeChild span i:before,
  #header .headerBtn .closeChild span i:after {
    background-color: #fff;
  }
}

#header .headerBtn .closeChild span i:before {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

#header .headerBtn .closeChild span i:after {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

@media print,
screen and (min-width: 751px) {
  #header .headerBtn .closeChild:hover {
    background: #017f86;
    color: #fff;
    border-color: #017f86;
  }

  #header .headerBtn .closeChild:hover span i:before,
  #header .headerBtn .closeChild:hover span i:after {
    background-color: #fff;
  }
}

#header .headerBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
}

@media print,
screen and (min-width: 1025px) {
  #header .headerBg {
    display: none !important;
  }
}

#header .headerBg.active {
  display: block;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(6px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }

  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }

  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(6px) rotate(0);
    transform: translateY(6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
  }
}

@keyframes active-menu-bar02 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(-6px) rotate(0);
    transform: translateY(-6px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
  }
}

@-webkit-keyframes navOpen {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes navOpen {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

#footer {
  background: #f6f6f6;
  position: relative;
}

#footer .pagetop {
  width: 50px;
  height: 50px;
  margin: 0 0 20px;
  position: absolute;
  bottom: 100%;
  /* right: 20px; */
  right: 80px;
  background: #017f86;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}

#footer .pagetop:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(315deg) translate(-50%, -50%);
  -ms-transform: rotate(315deg) translate(-50%, -50%);
  transform: rotate(315deg) translate(-50%, -50%);
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
  top: 46%;
  left: 57%;
}

#footer .pagetop.fixed {
  position: fixed;
  bottom: 0;
}

@media print,
screen and (min-width: 751px) {
  #footer a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 1024px) {
  #footer .pagetop {
    width: 45px;
    height: 45px;
    margin: 0 0 15px;
    right: 15px;
  }
}


@media print,
screen and (min-width: 751px) {
  #footer .pagetop:hover:before {
    margin-top: -5px;
  }
}

#footer .footerInner {
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #footer .footerInner {
    padding: 0;
  }
}

#footer .footerSearch {
  padding: 50px 0;
  background: #fff;
  border-bottom: solid 1px #ddd;
}

@media screen and (max-width: 750px) {
  #footer .footerSearch {
    display: none;
  }
}

#footer .footerSearch .searchBox {
  width: 680px;
  margin: 0 auto;
  border-radius: 0;
  overflow: hidden;
  border: solid 1px #d9d9d9;
}

#footer .footerSearch .searchBox input[type=text] {
  border: none;
}

#footer .footerSearch .searchBox form.gsc-search-box {
  margin: 0;
}

#footer .footerSearch .searchBox table.gsc-search-box {
  margin: 0;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsc-input,
#footer .footerSearch .searchBox .gsc-search-box-tools .gsc-search-button {
  padding: 0;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsib_a {
  padding: 17px;
  font-size: 1.7rem;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsib_a input {
  -webkit-appearance: none !important;
  appearance: none !important;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsib_b {
  display: none;
  padding: 0;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsc-input-box {
  border: none;
  padding: 0 !important;
  border-radius: 0 !important;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  border: none;
  background: #777;
  padding: 5px 18px;
  margin: 0;
  border-radius: 0;
}

#footer .footerSearch .searchBox .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

#footer .footerSitemap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 10px 20px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  #footer .footerSitemap {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap {
    padding: 0;
    border-top: none;
    display: block;
  }
}

#footer .footerSitemap div {
  padding: 40px 25px 0 0;
  float: left;
}
#footer .footerSitemap div p{
  font-weight: bold;
  font-size: 1.3rem;
}
@media screen and (max-width: 1024px) {
  #footer .footerSitemap div {
    width: 50%;
    padding: 15px 15px 0 0;
  }
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div {
    padding: 0;
    float: none;
    width: 100%;
  }

  #footer .footerSitemap div+div {
    border-top: 1px solid #d9d9d9;
  }
}

#footer .footerSitemap div:last-child {
  padding-right: 0;
}



#footer .footerSitemap div p+p {
  margin: 20px 0 0;
}

#footer .footerSitemap div.contactWrap p {
  font-weight: normal;
  line-height: 1.846;
  margin: 0;
}

#footer .footerSitemap div.contactWrap p.cotactTtl {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .125rem;
}

#footer .footerSitemap div.contactWrap p.campanyName {
  font-size: 1.3rem;
  font-weight: normal;
}

#footer .footerSitemap div.contactWrap a {
  width: 180px;
  display: block;
  margin-top: 30px;
  background: #017f86;
  color: #fff;
  padding: 10px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

#footer .footerSitemap div.contactWrap a span {
  display: inline-block;
  position: relative;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 34px;
}

#footer .footerSitemap div.contactWrap a span svg.iconMail {
  width: 18px;
  height: 14px;
  fill: #fff;
  position: absolute;
  top: 9px;
  left: 0;
}

#footer .footerSitemap div.contactWrap a span.blank .iconBlank {
  fill: #fff;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 8px;
  right: -25px;
}

#footer .footerSitemap div.contactWrap a:hover {
  background: #fff;
  color: #018087;
  transition: 0.2s;
  border: solid 1px #018087;
}

#footer .footerSitemap div.contactWrap a:hover span svg {
  fill: #018087;
}

#footer .footerSitemap div.contactWrap a:hover span.blank .iconBlank {
  fill: #018087;
}

@media screen and (max-width: 1024px) {
  #footer .footerSitemap div p+p {
    margin: 15px 0 0;
  }
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div p+p {
    margin: 0;
    border-top: 1px solid #d9d9d9;
  }

  #footer .footerSitemap div.contactWrap {
    padding: 5%;
    box-sizing: border-box;
    background: #fff;
    display: none;
  }

  #footer .footerSitemap div.contactWrap a {
    margin: 0 auto;
  }

  #footer .footerSitemap div.contactWrap p+p {
    border-top: 0;
    margin-bottom: 8px;
  }
}

#footer .footerSitemap div p a {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div p a {
    display: block;
    padding: 15px 30px 15px 15px;
  }
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div p a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
  }
}

#footer .footerSitemap div p a span {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
  font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div p a span {
    display: block;
    padding: 0 0 0 17px;
  }
}

#footer .footerSitemap div p a span:before {
  content: "";
  display: block;
  width: 9px;
  height: 3px;
  background: #017f86;
  position: absolute;
  top: 0.6em;
  left: 0;
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div p a span:before {
    width: 6px;
    height: 2px;
  }
}

@media print,
screen and (min-width: 751px) {
  #footer .footerSitemap div p a:hover span {
    text-decoration: underline;
  }
}

@media print,
screen and (min-width: 751px) {
  #footer .footerSitemap div p.special {
    border: 1px solid #333;
    display: table;
  }

  #footer .footerSitemap div p.special a {
    padding: 5px 10px;
    font-size: 1.3rem;
  }

  #footer .footerSitemap div p.special a span {
    padding: 0;
  }

  #footer .footerSitemap div p.special a span:before {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div p.special a {
    background: #7c7c7c;
    color: #fff;
  }

  #footer .footerSitemap div p.special a:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #footer .footerSitemap div p.special a span {
    padding-left: 0;
  }

  #footer .footerSitemap div p.special a span:before {
    display: none;
  }
}

#footer .footerSitemap div ul {
  margin: 20px 0 0;
  padding: 0 0 04px;
  font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
  #footer .footerSitemap div ul {
    display: none;
  }
}

#footer .footerSitemap div ul li+li {
  margin: 15px 0 0;
}

#footer .footerSitemap div ul li a {
  display: inline-block;
  padding: 0 0 0 18px;
  position: relative;
  color: #646464;
}

#footer .footerSitemap div ul li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #646464;
  border-right: 1px solid #646464;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.4em;
  left: 0;
}

@media all and (min-width: 751px) and (max-width: 1199px) {
  #footer .footerSitemap {
    justify-content: flex-start;
  }
  #footer .footerSitemap div:nth-child(6) {
    width: 50%;
  }
  #footer .footerSitemap div:nth-child(5) {
    width: 50%;
  }
  #footer .footerSitemap div:nth-child(3) {
    width: 40%;
  }

  #footer .footerSitemap div:nth-child(1),
  #footer .footerSitemap div:nth-child(2) {
    width: 30%;
  }

  #footer .footerSitemap div ul li {
    white-space: nowrap;
  }
}

#footer .footerBottom {
  background: #017f86;
  padding: 32px 20px 23px;
  text-align: center;
  color: #fff;
}

#footer .footerBottom .footerSitemap {
  padding: 0;
}

@media screen and (max-width: 750px) {
  #footer .footerBottom {
    padding: 25px 10px;
  }
}

#footer .footerBottom ul {
  font-size: 0;
  margin: -15px 0 0;
  float: left;
}

@media screen and (max-width: 750px) {
  #footer .footerBottom ul {
    float: left;
  }
}

#footer .footerBottom ul li {
  display: inline-block;
  /* border-left: 1px solid #fff;
  border-right: 1px solid #fff; */
  padding: 0 12px;
  margin: 15px -1px 0 0;
  font-size: 1.3rem;
  line-height: 1.3;
}

@media screen and (max-width: 750px) {
  #footer .footerBottom ul li {
    padding: 0 1.0667vw;
    font-size: 1rem;
    margin: 0.6667vw 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
  }

  #footer .footerBottom ul li:first-child {
    border-right: 0px solid #fff;
  }
}

#footer .footerBottom small {
  display: block;
  float: right;
  font-size: 1.3rem;
}

@media screen and (max-width: 750px) {
  #footer .footerBottom small {

    margin: 4.5333vw 0 0 0;

    font-size: 1rem;
  }
}

@media screen and (max-width: 480px) {
  #footer .footerBottom ul {
    float: none;
    margin-bottom: 5px;
  }

  #footer .footerBottom small {
    float: none;
  }
}

.contents {
  padding: 45px 20px;
}

.contents:first-child {
  padding-top: 90px;
}

.contents:last-child {
  /* padding-bottom: 100px; */
}

@media screen and (max-width: 1024px) {
  .contents {
    padding: 40px 15px;
  }

  .contents:first-child {
    padding-top: 40px;
  }
}

@media screen and (max-width: 480px) {
  .contents {
    padding: 25px 14px;
  }

  .contents:first-child {
    padding-top: 40px;
  }
}

.pageHeader+.contents {
  padding-top: 35px;
}

@media screen and (max-width: 1024px) {
  .pageHeader+.contents {
    padding-top: 0;
  }
}

.bg01 {
  background: #f6f6f6;
}

.pageHeader+.contents.bg01 {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .pageHeader+.contents.bg01 {
    padding-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  .pageHeader+.contents.bg01 {
    padding-top: 22px;
  }
}

.bg02 {
  background: #eee;
}

.pageHeader+.contents.bg02 {
  padding-top: 60px;
}

@media screen and (max-width: 1024px) {
  .pageHeader+.contents.bg02 {
    padding-top: 40px;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.sectionPrimary {
  clear: both;
}

*+.sectionPrimary {
  margin: 60px 0 0;
}

@media screen and (max-width: 1024px) {
  *+.sectionPrimary {
    margin: 40px 0 0;
  }
}

.lead+.sectionPrimary {
  margin: 30px 0 0;
}

@media screen and (max-width: 1024px) {
  .lead+.sectionPrimary {
    margin: 30px 0 0;
  }
}

.sectionSecondary {
  clear: both;
}

*+.sectionSecondary {
  margin: 55px 0 0;
}

@media screen and (max-width: 1024px) {
  *+.sectionSecondary {
    margin: 30px 0 0;
  }
}

.ttlPrimary+.sectionSecondary {
  margin: 0;
}

.ttlPrimary+.sectionSecondary .sectionSecondary__txt {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 6px 0 0;
}

@media screen and (max-width: 1024px) {
  .ttlPrimary+.sectionSecondary {
    margin: 0 0 48px 0;
  }

  .ttlPrimary+.sectionSecondary .sectionSecondary__txt {
    padding-bottom: 50px;
  }
}

.sectionImage {
  clear: both;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 5% 5% 4%;
}

.sectionImage__content {
  position: relative;
  margin-top: 30px;
  clear: both;
  display: flex;
}

@media screen and (max-width: 750px) {
  .ttlPrimary+.sectionSecondary .sectionSecondary__txt {
    padding: 1.6vw 0 7.4667vw;
    font-size: 1.4rem;
    line-height: 2;
  }

  .ttlPrimary+.sectionSecondary {
    margin: 0 0 0 0;
  }

  .sectionImage {
    padding: 5.8667vw 4vw 10vw;
  }

  .sectionImage__content {
    flex-wrap: wrap;
    margin-top: 0;
  }

}

.fdir {
  flex-direction: row-reverse;
}

@media screen and (max-width: 750px) {
  /* .fdir{
    flex-direction: row-reverse;
   } */

}

.sectionImage figure {
  width: 50%;
  height: 100%;
  position: relative;
  top: 0;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 0;
  border: 1px solid #dfdfdf;
}

.sectionImage .fdir figure {
  margin-left: 0;
  margin-right: 10px;
}

.sectionImage .fdir .txt {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 750px) {
  .sectionImage .fdir figure {
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .sectionImage .fdir .txt {
    padding: 0;
  }

  .sectionImage figure {
    width: 100%;
    height: auto;
    min-height: inherit;
    position: relative;
    top: inherit;
    margin: 0 5vw;
  }
}

.sectionImage figure img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
}

.sectionImage figure img.imgCenterTop {
  -o-object-position: 50% 0;
  object-position: 50% 0;
  font-family: 'object-fit: cover; object-position: 50% 0;';
}

.sectionImage .txt {
  width: 50%;
  padding: 0 20px 0 0;
  margin-top: -7px;
}

.sectionImage .txt .txt_text {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.875;
  padding-bottom: 20px;
}

.sectionImage .clr .btnPrimary {
  margin: 0;
}

.sectionImage .clr li:not(:last-child) {
  margin-bottom: 21px;
}

.sectionImage .clr .btnPrimary a {
  padding: 4px 28px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .sectionImage .txt {
    padding: 0 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .sectionImage .txt .txt_text {
    font-size: 1.4rem;
    line-height: 2;
    padding-bottom: 5.3333vw;
  }

  .sectionImage .clr li:not(:last-child) {
    margin-bottom: 15px;
  }

  .sectionImage .clr .btnPrimary a {
    padding: 0 4vw;
    text-align: left;
  }

  .sectionImage .txt {
    margin: 0;
    width: 100%;
    padding: 0;
  }
}

.sectionImage .txt .lead {
  font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
  .sectionImage .txt .lead {
    font-size: 1.4rem;
  }
}

.sectionImage .txt .btn {}

@media screen and (max-width: 750px) {
  .sectionImage .txt .btn {
    margin-left: auto;
    margin-right: auto;
  }
}

.sectionImage .txtLinkWrap ul {
  margin: 0;
}

@media screen and (max-width: 750px) {
  .sectionImage .txtLinkWrap ul {
    margin: 0 0 30px;
    position: relative;
  }

  .sectionImage .txtLinkWrap ul li {
    margin-left: auto;
    margin-right: auto;
  }

  .sectionImage .txtLinkWrap ul:before {
    width: 1px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #dfdfdf;
  }
}

.sectionImage .txtLinkWrap ul .txtLink {
  margin: 0 30px 15px 0;
  float: left;
}

.sectionImage .txtLinkWrap ul .txtLink+.txtLink {
  margin: 0 30px 15px 0;
}

@media screen and (max-width: 750px) {
  .sectionImage .txtLinkWrap ul .txtLink {
    margin: 0;
    width: 100%;
    border-top: 1px solid #dfdfdf;
  }

  .sectionImage .txtLinkWrap ul .txtLink+.txtLink {
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .sectionImage .txtLinkWrap ul .txtLink {
    width: 50%;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
  }

  .sectionImage .txtLinkWrap ul .txtLink:nth-child(2n) {
    border-right: 0;
  }

  .sectionImage .txtLinkWrap ul .txtLink.group-link {
    width: 100%;
    border-right: 0;
  }
}

@media screen and (max-width: 750px) {
  .sectionImage .txtLinkWrap ul .txtLink a {
    display: block;
    padding: 15px 30px 15px 15px;
  }
}

@media screen and (max-width: 750px) {
  .sectionImage .txtLinkWrap ul .txtLink a:before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #017f86;
    border-right: 1px solid #017f86;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    top: 50%;
    left: inherit;
    right: 20px;
  }
}

.sectionImage+.sectionImage {
  margin: 55px 0 0;
}

@media screen and (max-width: 750px) {
  .sectionImage+.sectionImage {
    margin: 40px 0 0;
  }
}


.sectionImage.sectionImage01 .txt {}

@media screen and (max-width: 750px) {
  .sectionImage.sectionImage01 .txt {
    width: 100%;
  }
}

.sectionImage.sectionImage02 {
  margin-bottom: 45px;
}

@media screen and (max-width: 750px) {}

.sectionImage.sectionImage02 .txt {
  float: right;
}

@media screen and (max-width: 750px) {
  .sectionImage.sectionImage02 .txt {
    width: 100%;
  }
}

.sectionImage.sectionImage03 figure {
  width: auto;
  height: 310px;
  position: relative;
  top: inherit;
}

@media screen and (max-width: 750px) {
  .sectionImage.sectionImage03 figure {
    height: 62vw;
  }
}

.sectionImage.sectionImage03 .txt {
  width: auto;
  padding: 25px 50px 50px;
}

@media screen and (max-width: 750px) {
  .sectionImage.sectionImage03 .txt {
    padding: 25px 15px 30px;
  }
}

.box01 {
  background: #fff;
  padding: 40px 50px;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .box01 {
    padding: 35px 20px;
  }
}

.localNav {
  margin: 0 10px -10px;
}

@media screen and (max-width: 1024px) {
  .localNav {
    margin: 0;
    position: absolute;
    width: 100%;
    top: 54px;
    z-index: 1000;
  }
}

@media screen and (max-width: 1024px) {
  .localNav .inner {
    position: relative;
    z-index: 2;
    background: #eef4f3;
    max-width: inherit;
  }
}

@media print,
screen and (min-width: 1025px) {
  .localNav .localNavBtn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .localNav .localNavBtn {
    position: relative;
  }

  .localNav .localNavBtn p {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    position: relative;
  }

  .localNav .localNavBtn .btnMenu {
    position: absolute;
    width: 18px;
    height: 14px;
    top: 16px;
    right: 18px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .localNav .localNavBtn .btnMenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #017f86;
  }

  .localNav .localNavBtn .btnMenu span:nth-of-type(1) {
    top: 0;
    -webkit-animation: menu-bar01 0.4s forwards;
    animation: menu-bar01 0.4s forwards;
  }

  .localNav .localNavBtn .btnMenu span:nth-of-type(2) {
    top: 6px;
    opacity: 1;
  }

  .localNav .localNavBtn .btnMenu span:nth-of-type(3) {
    bottom: 0;
    -webkit-animation: menu-bar02 0.4s forwards;
    animation: menu-bar02 0.4s forwards;
  }

  .localNav .localNavBtn .btnMenu.active span:nth-of-type(1) {
    -webkit-animation: active-menu-bar01 0.4s forwards;
    animation: active-menu-bar01 0.4s forwards;
  }

  .localNav .localNavBtn .btnMenu.active span:nth-of-type(2) {
    opacity: 0;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
  }

  .ie9 .localNav .localNavBtn .btnMenu.active span:nth-of-type(2) {
    opacity: 1;
  }

  .localNav .localNavBtn .btnMenu.active span:nth-of-type(3) {
    -webkit-animation: active-menu-bar02 0.4s forwards;
    animation: active-menu-bar02 0.4s forwards;
  }
}

@media print,
screen and (min-width: 1025px) {
  .localNav .localNavList {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .localNav .localNavList {
    display: none;
  }
}

.localNav .localNavList ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 35px 0 0;
}

@media screen and (max-width: 1024px) {
  .localNav .localNavList ul {
    display: block;
    padding: 0;
  }
}

.localNav .localNavList ul li {
  -webkit-flex: 1 auto;
  flex: 1 auto;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.2;
  border-right: 1px solid #dfdfdf;
  margin: 0 0 10px;
}

.localNav .localNavList ul li:first-child {
  border-left: 1px solid #dfdfdf;
}

@media screen and (max-width: 1024px) {
  .localNav .localNavList ul li {
    display: block;
    border-right: none;
    border-top: 1px solid #fff;
    text-align: left;
    margin: 0;
  }
}

.localNav .localNavList ul li a {
  display: block;
  padding: 8px 0;
}

@media screen and (max-width: 1024px) {
  .localNav .localNavList ul li a {
    height: auto;
    padding: 15px;
    position: relative;
  }

  .localNav .localNavList ul li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #017f86;
    border-right: 1px solid #017f86;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 28px;
  }
}

.localNav .localNavList ul li a span {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.localNav .localNavList ul li a span:after {
  position: absolute;
  bottom: -7px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #017f86;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

@media print,
screen and (min-width: 751px) {
  .localNav .localNavList ul li a:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.localNav .localNavList ul li.current a {
  cursor: default;
  color: #017f86;
}

.localNav .localNavList ul li.current a span:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (max-width: 1024px) {
  .localNav .localNavList ul li.current a span:after {
    display: none;
  }
}

.localNav .localNavList ul li.deCurrent a {
  color: #333;
  cursor: pointer;
}

.localNav .localNavList ul li.deCurrent a span:after {
  transform: scale(0, 0);
}

@media print,
screen and (min-width: 751px) {
  .localNav .localNavList ul li.deCurrent a:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.localNav .localNavBg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
}

@media print,
screen and (min-width: 1025px) {
  .localNav .localNavBg {
    display: none !important;
  }
}

.localNav .localNavBg.active {
  display: block;
}

@media screen and (max-width: 1024px) {
  .localNav+.pageHeader {
    padding: 45px 15px 0;
  }
}

.localNav.-products .localNavList ul li {
  width: 14.2%;
}

.localNav.-products .localNavList ul li:nth-child(8) {
  border-left: 1px solid #dfdfdf;
}

@media screen and (max-width: 1024px) {
  .localNav.-products .localNavList ul li {
    width: 100%;
  }
}

.localNav.-csr .localNavList ul li {
  width: 33.3%;
}

.localNav.-csr .localNavList ul li:nth-child(4n) {
  border-left: 1px solid #dfdfdf;
}

@media screen and (max-width: 1024px) {
  .localNav.-csr .localNavList ul li {
    width: 100%;
  }
}

.pageHeader {
  padding: 70px 20px 25px;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .pageHeader {
    padding: 0 15px;
  }
}

.pageHeader .ttlPage {
  font-size: 3.9rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1024px) {
  .pageHeader .ttlPage {
    font-size: 2.7rem;
    padding: 27px 0;
  }
}

#breadCrumb {
  margin: 20px 0 0;
}

@media screen and (max-width: 1024px) {
  #breadCrumb {
    display: none;
  }
}

#breadCrumb ul li {
  font-size: 1.3rem;
  position: relative;
  float: left;
}

#breadCrumb ul li+li {
  padding: 0 0 0 20px;
  margin: 0 0 0 15px;
}

#breadCrumb ul li+li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 9px;
  left: -4px;
}

#breadCrumb ul li a {
  color: #333;
}

@media print,
screen and (min-width: 751px) {
  #breadCrumb ul li a:hover {
    text-decoration: underline;
  }
}

#cookiePopup {
  position: fixed;
  top: -80px;
  left: 0;
  z-index: 3;
  background: #dfdfdf;
  width: 100%;
  font-size: 1.4rem;
  transition-duration: 1s;
}

@media screen and (max-width: 1024px) {
  #cookiePopup {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 750px) {
  #cookiePopup {
    font-size: 1.2rem;
    height: 140px;
    top: -140px;
  }
}

#cookiePopup .inner {
  padding: 0 220px 0 15px;
  opacity: 0;
  transition-delay: 1s;
  transition-duration: 0.5s;
}

@media screen and (max-width: 1024px) {
  #cookiePopup .inner {
    padding: 0 240px 0 15px;
  }
}

@media screen and (max-width: 750px) {
  #cookiePopup .inner {
    padding: 15px;
  }
}

#cookiePopup .txt {
  display: table-cell;
  height: 80px;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  #cookiePopup .txt {
    height: auto;
    display: block;
  }
}

#cookiePopup .btn {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -20px 0 0 !important;
  width: 200px !important;
}

@media screen and (max-width: 1024px) {
  #cookiePopup .btn {
    right: 15px;
  }
}

@media screen and (max-width: 750px) {
  #cookiePopup .btn {
    position: relative;
    top: inherit;
    right: inherit;
    margin: 15px auto 0 !important;
  }
}

#cookiePopup .btn a {
  display: table;
  width: 100%;
  border: 1px solid #017f86;
  position: relative;
  padding: 0 20px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5rem;
  background: #fff;
  color: #017f86;
  -webkit-box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
}

@media screen and (max-width: 1024px) {
  #cookiePopup .btn a {
    font-size: 1.4rem;
  }
}

#cookiePopup .btn a span {
  height: 38px;
  line-height: 38px;
  position: relative;
  padding: 0 0 0 30px;
}

#cookiePopup .btn a span i {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#cookiePopup .btn a span i:before,
#cookiePopup .btn a span i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #017f86;
}

#cookiePopup .btn a span i:before {
  -webkit-transform: rotateZ(45deg);
  -ms-transform: rotate(45deg);
  transform: rotateZ(45deg);
}

#cookiePopup .btn a span i:after {
  -webkit-transform: rotateZ(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotateZ(-45deg);
}

@media print,
screen and (min-width: 751px) {
  #cookiePopup .btn a:hover {
    border: 1px solid #017f86;
    background: #017f86;
    color: #fff;
  }

  #cookiePopup .btn a:hover span i:before,
  #cookiePopup .btn a:hover span i:after {
    background-color: #fff;
  }
}

body.cookie #header {
  top: 80px;
  transition: top 1s;
}

@media screen and (max-width: 750px) {
  body.cookie #header {
    top: 140px;
  }
}

@media screen and (max-width: 1024px) {
  body.cookie #header #globalNav {
    top: 134px;
    height: calc(100% - 134px);
  }
}

@media screen and (max-width: 750px) {
  body.cookie #header #globalNav {
    top: 194px;
    height: calc(100% - 194px);
  }
}

body.cookie #header #globalNav .globalNavLink>li .navChild {
  top: 80px;
}

@media screen and (max-width: 1024px) {
  body.cookie #header #globalNav .globalNavLink>li .navChild {
    top: inherit;
  }
}

body.cookie #header .headerBtn .searchChild,
body.cookie #header .headerBtn .contactChild {
  top: 80px;
}

@media screen and (max-width: 1024px) {

  body.cookie #header .headerBtn .searchChild,
  body.cookie #header .headerBtn .contactChild {
    top: inherit;
  }
}

@media screen and (max-width: 750px) {
  body.cookie #header .headerBtn .contactChild__container {
    height: calc(100% - 194px);
  }
}

body.cookie #container {
  padding-top: 80px;
  transition: padding-top 1s;
}

@media screen and (max-width: 1024px) {
  body.cookie #container {
    padding-top: 134px;
  }
}

@media screen and (max-width: 750px) {
  body.cookie #container {
    padding-top: 194px;
  }
}

body.cookie .localNav {
  transition: top 1s;
}

@media screen and (max-width: 1024px) {
  body.cookie .localNav {
    top: 134px;
  }
}

@media screen and (max-width: 750px) {
  body.cookie .localNav {
    top: 194px;
  }
}

body.cookie #cookiePopup {
  top: 0;
}

body.cookie #cookiePopup .inner {
  opacity: 1;
}

.ttlPrimary {
  font-size: 3rem;
  padding: 0 0 10px;
  margin: 0 0 15px;
  border-bottom: 2px solid #dfdfdf;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .ttlPrimary {
    font-size: 2.4rem;
    margin: 0 0 15px;
  }
}

.ttlPrimary:before {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  background: #017f86;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.ttlPrimaryLarge {
  font-size: 3.9rem;
}
@media screen and (max-width: 1024px) {
  .ttlPrimaryLarge {
    font-size: 2.7rem;
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .ttlPrimaryLarge {
    font-size: 2rem;
  }
}

.ttlSecondary {
  font-size: 2.2rem;
  margin: 0 0 20px;
  padding: 2px 0 2px 20px;
  position: relative;
  border-left: 4px solid #017f86;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .ttlSecondary {
    font-size: 1.5rem;
    margin: 0 0 13px;
    padding: 2px 0 2px 12px;
  }
}

.ttlSecondary.lineBlue {
  border-left: 4px solid #076e9e;
}

.ttlTertiary {
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  color: #017f86;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .ttlTertiary {
    font-size: 1.6rem;
  }
}

.btnWrap {
  font-size: 0;
  text-align: center;
}

.btnWrap .btn {
  display: inline-block;
}

.btnWrap .btn+.btn {
  margin: 0 0 0 40px;
}

@media screen and (max-width: 750px) {
  .btnWrap .btn {
    width: calc(100%/2 - 8px);
  }

  .btnWrap .btn+.btn {
    margin: 0 0 0 16px;
  }

  .btnWrap .btn a {
    padding: 0 20px;
  }
}

@media screen and (max-width: 750px) and (max-width: 1024px) {
  .btnWrap .btn a:before {
    right: 15px;
  }
}

.btnPrimary {
  width: 100%;
  max-width: 260px;
  margin: 25px auto 0;
}

@media screen and (max-width: 750px) {
  .btnPrimary {
    max-width: 288px;
    margin: 15px auto 0;
  }
}

.btnPrimary a {
  display: table;
  width: 100%;
  border: 1px solid #017f86;
  position: relative;
  padding: 0 40px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.5rem;
  background: #fff;
  color: #017f86;
  -webkit-box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
}

@media screen and (max-width: 1024px) {
  .btnPrimary a {
    padding: 0 30px;
    font-size: 1.4rem;
  }
}

.btnPrimary a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 25px;
}

.btnPrimary a span {
  padding: 15px 0 14px;
  display: table-cell;
}

@media screen and (max-width: 1024px) {
  .btnPrimary a span {
    padding: 16px 0 14px;
  }
}

@media print,
screen and (min-width: 751px) {
  .btnPrimary a:hover {
    background: #017f86;
    color: #fff;
  }

  .btnPrimary a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btnSecondary {
  margin: 0 auto;
  width: 100%;
  max-width: 490px;
}

.btnSecondary a {
  display: table;
  width: 100%;
  position: relative;
  padding: 0 40px 0 20px;
  background: #fff;
  text-align: left;
  line-height: 1.3;
  font-size: 1.8rem;
  -webkit-box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
}

@media screen and (max-width: 1024px) {
  .btnSecondary a {
    padding: 0 20px 0 10px;
    font-size: 1.4rem;
  }
}

.btnSecondary a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
}

@media screen and (max-width: 1024px) {
  .btnSecondary a:before {
    right: 15px;
  }
}

.btnSecondary a span {
  height: 64px;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 1024px) {
  .btnSecondary a span {
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) {
  .btnSecondary a:hover {
    background: #017f86;
    color: #fff;
  }

  .btnSecondary a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.btnTertiary {
  margin: 0 auto;
  width: 100%;
  max-width: 490px;
}

.btnTertiary a {
  display: table;
  width: 100%;
  position: relative;
  padding: 0 40px 0 20px;
  background: #017f86;
  text-align: left;
  line-height: 1.3;
  font-size: 1.8rem;
  color: #fff;
  border: 1px solid #017f86;
  -webkit-box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
}

@media screen and (max-width: 1024px) {
  .btnTertiary a {
    padding: 0 15px 0 10px;
    font-size: 1.4rem;
  }
}

.btnTertiary a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 24px;
}

@media screen and (max-width: 1024px) {
  .btnTertiary a:before {
    right: 10px;
  }
}

.btnTertiary a span {
  height: 64px;
  vertical-align: middle;
  display: table-cell;
}

@media screen and (max-width: 1024px) {
  .btnTertiary a span {
    height: 50px;
  }
}

@media print,
screen and (min-width: 751px) {
  .btnTertiary a:hover {
    background: #eef4f3;
    color: #333;
  }

  .btnTertiary a:hover:before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
  }
}

.btnTertiary a.noneEffect {
  cursor: default;
}

.btnTertiary a.noneEffect:hover {
  background: #017f86 !important;
  color: #fff !important;
}

.btnTertiary a.noneEffect b svg {
  fill: #fff !important;
}

@media screen and (max-width: 750px) {
  .btnTertiary a.pc {
    display: none;
  }
}

@media print,
screen and (min-width: 751px) {
  .btnTertiary a.sp {
    display: none;
  }
}

.tabBtn {
  margin: 0 0 40px;
}

@media screen and (max-width: 1024px) {
  .tabBtn {
    margin: 0 -15px 30px;
  }
}

.tabBtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .tabBtn ul {
    background: none;
    border-bottom: 2px solid #017f86;
  }
}

.tabBtn ul li {
  float: left;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.tabBtn ul li+li {
  margin: 0 0 0 1px;
}

.tabBtn ul li+li:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 34px);
  position: absolute;
  top: 50%;
  left: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dfdfdf;
}

@media screen and (max-width: 1024px) {
  .tabBtn ul li {
    font-size: 1.4rem;
    float: none;
  }

  .tabBtn ul li+li {
    margin: 0 0 0 2px;
  }

  .tabBtn ul li+li:before {
    display: none;
  }
}

.tabBtn ul li>span {
  display: table;
  width: 100%;
  background: #fff;
}

@media screen and (max-width: 1024px) {
  .tabBtn ul li>span {
    position: relative;
    top: 4px;
  }
}

.tabBtn ul li>span>span {
  height: 63px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .tabBtn ul li>span>span {
    height: 54px;
  }
}

.tabBtn ul li.active {
  color: #fff;
}

.tabBtn ul li.active:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #017f86 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin: 6px 0 0;
}

@media screen and (max-width: 1024px) {
  .tabBtn ul li.active:after {
    display: none;
  }
}

.tabBtn ul li.active>span {
  background: #017f86;
  top: 0;
}

@media screen and (max-width: 1024px) {
  .tabBtn ul li.active>span>span {
    height: 58px;
  }
}

@media print,
screen and (min-width: 751px) {
  .tabBtn ul li:hover {
    color: #fff;
  }

  .tabBtn ul li:hover>span {
    background: #017f86;
  }
}

.tabBtn.col2 ul li {
  width: calc(100%/2 - 1px);
}

@media screen and (max-width: 1024px) {
  .tabBtn.col2 ul li {
    width: calc(100%/2 - 2px);
  }
}

.tabBtn.col3 ul li {
  width: calc(100%/3 - 1px);
}

@media screen and (max-width: 1024px) {
  .tabBtn.col3 ul li {
    width: calc(100%/3 - 2px);
  }
}

@media screen and (max-width: 1024px) {
  .tabBtn.col4 ul {
    border-bottom: 0;
    margin: -2px 0 0 -2px;
  }
}

.tabBtn.col4 ul li {
  width: calc(100%/4 - 1px);
}

@media screen and (max-width: 1024px) {
  .tabBtn.col4 ul li {
    width: calc(100%/2 - 2px);
    margin: 2px 0 0 2px;
    top: 0 !important;
  }
}

@media screen and (max-width: 1024px) {
  .tabBtn.col4 ul li>span>span {
    height: 54px !important;
  }
}

@media screen and (max-width: 1024px) {
  .sortBtn {
    margin: 0 -15px;
  }
}

.sortBtn ul {
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .sortBtn ul {
    padding: 0 15px;
  }
}

.sortBtn ul li {
  padding: 0 27px;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 1024px) {
  .sortBtn ul li {
    padding: 0 5%;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 750px) {
  .sortBtn ul li {
    padding: 0;
    width: 16%;
    margin: 0;
  }

  .sortBtn ul li:nth-child(2) {
    width: 20%;
  }

  .sortBtn ul li:nth-child(3) {
    width: 15%;
  }

  .sortBtn ul li:nth-child(4) {
    width: 15%;
  }

  .sortBtn ul li:nth-child(5) {
    width: 18%;
  }

  .sortBtn ul li:nth-child(6) {
    width: 15%;
  }

  .sortBtn ul li span {
    font-size: 1.1rem;
  }
}

.sortBtn ul li:first-child {
  padding-left: 0;
}

.sortBtn ul li span {
  display: inline-block;
  padding: 10px 8px;
  box-sizing: border-box;
  transition: .4s;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: transparent;
}

@media screen and (max-width: 1024px) {
  .sortBtn ul li span {
    padding: 10px 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .sortBtn ul li span {
    text-align: center;
    font-size: 1.2rem;
    padding: 15px 5px;
    border-bottom-width: 2px;
    box-sizing: border-box;
  }

  .sortBtn ul li span:hover {
    cursor: pointer;
    color: #333;
    border-bottom: 2px solid transparent;
  }
}

.sortBtn ul li.active span {
  color: #467c86;
  font-weight: 500;
  border-bottom: 3px solid #467c86;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.active span {
    border-bottom: 2px solid #467c86;
  }
}

.sortBtn ul li.active.sort-ir span {
  color: #738646;
  border-bottom: 3px solid #738646;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.active.sort-ir span {
    border-bottom: 2px solid #738646;
  }
}

.sortBtn ul li.active.sort-news span {
  color: #465586;
  border-bottom: 3px solid #465586;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.active.sort-news span {
    border-bottom: 2px solid #465586;
  }
}

.sortBtn ul li.active.sort-csr span {
  color: #867546;
  border-bottom: 3px solid #867546;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.active.sort-csr span {
    border-bottom: 2px solid #867546;
  }
}

.sortBtn ul li.active.sort-info span {
  color: #864678;
  border-bottom: 3px solid #864678;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.active.sort-info span {
    border-bottom: 2px solid #864678;
  }
}

.sortBtn ul li.active.sort-product span {
  color: #9d3a3a;
  border-bottom: 3px solid #9d3a3a;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.active.sort-product span {
    border-bottom: 2px solid #9d3a3a;
  }
}

.sortBtn ul li.sort-ir span:hover {
  color: #738646;
  border-bottom: 3px solid #738646;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.sort-ir span:hover {
    border-bottom: 2px solid #738646;
  }
}

.sortBtn ul li.sort-news span:hover {
  color: #465586;
  border-bottom: 3px solid #465586;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.sort-news span:hover {
    border-bottom: 2px solid #465586;
  }
}

.sortBtn ul li.sort-csr span:hover {
  color: #867546;
  border-bottom: 3px solid #867546;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.sort-csr span:hover {
    border-bottom: 2px solid #867546;
  }
}

.sortBtn ul li.sort-info span:hover {
  color: #864678;
  border-bottom: 3px solid #864678;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.sort-info span:hover {
    border-bottom: 2px solid #864678;
  }
}

.sortBtn ul li.sort-product span:hover {
  color: #9d3a3a;
  border-bottom: 3px solid #9d3a3a;
}

@media screen and (max-width: 750px) {
  .sortBtn ul li.sort-product span:hover {
    border-bottom: 2px solid #9d3a3a;
  }
}

.lead {
  font-size: 1.6rem;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .lead {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

.pdf {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}

.pdf svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 0.1em;
  margin: 0 0 0 0.4em;
}

@media screen and (max-width: 1024px) {
  .pdf svg {
    margin: 0;
  }
}

.blank {
  display: inline-block;
  position: relative;
}

.blank .iconBlank {
  fill: #222;
  width: 12px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0.30em;
  margin: 0 0 0 .2em;
}

/*======================
side_nav 採用情報部分のアイコン位置
========================*/
.globalNavLink .blank .iconBlank {
  top: calc(50% - 5px);
  height: 10px;
  margin: 0 0 0 .4em;
  right: -20px;
}

.blank .iconBlank.green {
  fill: #017f86;
}

.blank.blank_green .iconBlank {
  fill: #017f86;
}

.blank.blank_large .iconBlank {
  width: 15px;
  height: 12.5px;
}

/*======================
footer 採用情報部分のアイコン位置
========================*/
footer .blank .iconBlank {
  width: 10px;
  height: 10px;
  top: calc(50% - 5px);
}

@media screen and (max-width: 1024px) {
  .navChildLink01 .blank .iconBlank {
    top: 1.5em;
    margin: 0 0 0 0.5em;
  }

  .navChildLink02 .blank .iconBlank {
    top: 1.8em;
    margin: 0 0 0 0.5em;
    right: inherit;
  }
}

.alLeft {
  text-align: left !important;
}

.alRight {
  text-align: right !important;
}

.alCenter {
  text-align: center !important;
}

sub {
  font-size: 50%;
  vertical-align: bottom;
}

sub.sub01 {
  font-size: 100%;
  display: inline-block;
  position: relative;
  top: 0.4em;
}

sup {
  font-size: 50%;
  vertical-align: top;
}

table th,
table td {
  vertical-align: middle;
}

table tbody th,
table tbody td {
  text-align: left;
  padding: 25px;
}

.table01 {
  width: 100%;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 750px) {
  .table01 {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.table01 thead th {
  background: #017f86;
  color: #fff;
  padding: 15px;
  vertical-align: middle;
}

.table01 thead th+th {
  border-left: 1px solid #fff;
}

.table01 thead th:first-child {
  width: 230px;
}

.table01 tbody tr {
  background: #fff;
}

@media screen and (max-width: 750px) {
  .table01 tbody tr {
    display: block;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1);
  }

  .table01 tbody tr+tr {
    margin: 20px 0 0;
  }
}

.table01 tbody th {
  color: #017f86;
  border-top: 1px solid #dfdfdf;
  font-size: 1.7rem;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .table01 tbody th {
    display: block;
    width: 100%;
    background: #017f86;
    color: #fff;
    padding: 15px 20px;
    border: none;
  }
}

.table01 tbody td {
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  font-size: 1.5rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .table01 tbody td {
    display: block;
    width: 100%;
    padding: 20px;
    border: none;
  }
}

.table02 {
  width: 100%;
  box-shadow: none;
  background: #FFF;
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .table02 {
      font-size: 1.3rem;
  }
}
.table02 th,
.table02 td {
  padding: 15px;
  border: 1px solid #DFDFDF;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .table02 th,
  .table02 td {
      padding: 10px;
  }
}
.table02 th {
  font-weight: normal;
  background: #F5FAF9;
}

::-webkit-input-placeholder {
  color: #c0c0c0;
  padding-top: 0.2em;
}

@media screen and (max-width: 1024px) {
  ::-webkit-input-placeholder {
    font-size: 1.4rem;
  }
}

:-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  :-moz-placeholder {
    font-size: 1.4rem;
  }
}

::-moz-placeholder {
  color: #c0c0c0;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  ::-moz-placeholder {
    font-size: 1.4rem;
  }
}

:-ms-input-placeholder {
  color: #c0c0c0;
}

@media screen and (max-width: 1024px) {
  :-ms-input-placeholder {
    font-size: 1.4rem;
  }
}

.boxLink>a {
  display: block;
  position: relative;
  -webkit-box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
  box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.12);
}

.boxLink>a.active figure:after {
  border: 2px solid #017f86;
}

.boxLink>a figure {
  background: #fff;
  overflow: hidden;
  position: relative;
}

.boxLink>a figure:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: .4s;
}

.boxLink>a.noLink figure:after {
  content: none;
}

.boxLink>a figure img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.boxLink>a p {
  width: 100%;
  background: rgba(7, 94, 99, 0.6);
  padding: 0 35px 0 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .boxLink>a p {
    padding: 0 15px 0 10px;
  }
}

@media screen and (max-width: 750px) {
  .boxLink>a p {
    padding: 0 15px 0 7px;
    bottom: 0;
  }
}

.boxLink>a p:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
}

@media screen and (max-width: 1024px) {
  .boxLink>a p:before {
    right: 10px;
  }
}

.boxLink>a p span {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.6rem;
  line-height: 1.3rem;
}

@media screen and (max-width: 1024px) {
  .boxLink>a p span {
    height: 45px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 750px) {
  .boxLink>a p span {
    height: 30px;
    font-size: 1.2rem;
  }
}

@media print,
screen and (min-width: 751px) {
  .boxLink>a:hover {
    -webkit-box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 11.314px 11.314px 16px 0px rgba(0, 0, 0, 0.08), 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  }

  .boxLink>a:hover figure:after {
    border: 2px solid #017f86;
  }

  .boxLink>a:hover figure img {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .boxLink>a.noLink:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .boxLink>a.noLink:hover figure:after {
    border: none;
  }

  .boxLink>a.noLink:hover figure img {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.boxLinkWrap {
  margin: -44px 0 0 -44px;
}

@media screen and (max-width: 1024px) {
  .boxLinkWrap {
    margin: -20px 0 0 -20px;
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap {
    margin: -20px 0 0;
  }
}

.boxLinkWrap .boxLink {
  /* float: left; */
  margin: 44px 0 0 44px;
}

@media screen and (max-width: 1024px) {
  .boxLinkWrap .boxLink {
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap .boxLink {
    margin: 20px 0 0;
  }
}

.boxLinkWrap.col2 .boxLink {
  width: calc(100%/2 - 44px);
}

@media screen and (max-width: 1024px) {
  .boxLinkWrap.col2 .boxLink {
    width: calc(100%/2 - 20px);
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap.col2 .boxLink {
    width: 100%;
  }
}

.boxLinkWrap.col3 .boxLink {
  width: calc(100%/3 - 44px);
  height: auto;
}

@media screen and (max-width: 1024px) {
  .boxLinkWrap.col3 .boxLink {
    width: calc(100%/3 - 20px);
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap.col3 .boxLink {
    width: 100%;
  }
}

.boxLinkWrap.col4 {
  display: flex;
  flex-wrap: wrap;
  margin: -30px 0 0 -30px;
}

@media screen and (max-width: 1024px) {
  .boxLinkWrap.col4 {
    margin: -20px 0 0 -20px;
    display: flex;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap.col4 {
    display: flex;
    margin: -15px 0 0 -15px;
    flex-wrap: wrap;
    clear: both;
  }
}

.boxLinkWrap.col4 .boxLink {
  width: calc(100%/4 - 30px);
  margin: 30px 0 0 30px;
}

@media screen and (max-width: 1024px) {
  .boxLinkWrap.col4 .boxLink {
    width: calc(100%/4 - 20px);
    margin: 20px 0 0 20px;
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap.col4 .boxLink {
    width: calc(100%/2 - 15px);
    margin: 15px 0 0 15px;
  }
}

.boxLinkWrap.col4 .boxLink a p span {
  height: 45px;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .boxLinkWrap.col4 .boxLink a p span {
    height: 28px;
    font-size: 1.1rem;
  }
}

.txtLink a {
  display: inline-block;
  padding: 0 0 0 20px;
  position: relative;
}

.txtLink a sapn:hover {
  text-decoration: underline;
}

.txtLink a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: -5px;
}

@media print,
screen and (min-width: 751px) {
  .txtLink a:hover {
    color: #017f86;
    text-decoration: underline;
    text-decoration-color: #017f86;
  }
}

.txtLinkWrap {
  padding: 0 0 0;
}

@media screen and (max-width: 1024px) {
  .txtLinkWrap {
    padding: 0 0 0;
  }
}

.txtLinkWrap ul .txtLink+.txtLink {
  margin: 10px 0 0;
}

.txtLink02 {
  margin: 15px 0 0;
  font-size: 0;
  text-align: right;
  color: #017f86;
}

@media screen and (max-width: 1024px) {
  .txtLink02 {
    margin: 20px 0 0;
    text-align: center;
  }
}

.txtLink02 li {
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
  .txtLink02 li {
    font-size: 1.1rem;
  }
}

.txtLink02 li:after {
  content: "???";
}

.txtLink02 li:first-child:before {
  content: "???";
}

.txtLink02 li a {
  display: inline-block;
  margin: 0 1em;
}

.txtLink02 li a.active {
  text-decoration: underline;
}

@media print,
screen and (min-width: 751px) {
  .txtLink02 li a:hover {
    text-decoration: underline;
  }
}

.txtLink03 {
  text-decoration: underline;
}

@media print,
screen and (min-width: 751px) {
  .txtLink03:hover {
    text-decoration: none;
  }
}

.searchBox {
  position: relative;
}

.searchBox input[type=text] {
  padding: 0 85px 0 25px;
  background: #fff;
  width: 100%;
  height: 56px;
  border: 1px solid #dfdfdf;
}

@media screen and (max-width: 1024px) {
  .searchBox input[type=text] {
    padding: 0 60px 0 10px;
    height: 50px;
  }
}

.searchBox button {
  width: 60px;
  height: 56px;
  background: #777;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 1024px) {
  .searchBox button {
    width: 50px;
    height: 50px;
  }
}

.searchBox button svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media print,
screen and (min-width: 751px) {
  .searchBox button:hover svg {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

.searchBox table.gsc-search-box {
  margin: 0;
}

.searchBox .gsc-search-box-tools .gsc-input,
.searchBox .gsc-search-box-tools .gsc-search-button {
  padding: 0;
}

.searchBox .gsc-search-box-tools .gsib_a {
  padding: 17px;
  font-size: 1.7rem;
}

.searchBox .gsc-search-box-tools .gsib_a input {
  -webkit-appearance: none !important;
  appearance: none !important;
}

.searchBox .gsc-search-box-tools .gsib_b {
  display: none;
  padding: 0;
}

.searchBox .gsc-search-box-tools .gsc-input-box {
  border: none;
  padding: 0 !important;
  border-radius: 0 !important;
}

.searchBox .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  border: none;
  background: #777;
  padding: 5px 18px;
  margin: 0;
  border-radius: 0;
}

.searchBox .gsc-search-box-tools .gsc-search-button .gsc-search-button-v2 svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

@media screen and (max-width: 1024px) {
  .newsList {
    margin: 0 -15px -15px;
  }
}

.newsList li a {
  display: block;
  font-size: 0;
  padding: 21px 15px;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .newsList li a {
    padding: 15px 25px 15px 15px;
    position: relative;
  }
}

@media screen and (max-width: 1024px) {
  .newsList li a:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
  }
}

@media print,
screen and (min-width: 751px) {
  .newsList li a:hover {
    color: #017f86;
    background: #f4f6f6;
  }
}

.newsList li a:hover[target="_blank"] p:last-child:after {
  background-image: url(/assets/images/ico_blank_green.png);
}

.newsList li a.link-none:hover {
  color: #666;
  background: none;
  cursor: default;
}

.newsList li a[target="_blank"] p:last-child:after {
  content: "";
  display: none;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/assets/images/ico_blank.png);
  width: 10px;
  height: 10px;
  background-size: contain;
  margin-left: 15px;
}

.newsList li .time {
  width: 108px;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
  padding: 3px 0;
  color: #666;
}

@media screen and (max-width: 1024px) {
  .newsList li .time {
    width: 75px;
    font-size: 1.3rem;
    text-align: left;
    vertical-align: middle;
    padding: 0;
  }
}

.newsList li .category {
  width: 110px;
  display: inline-block;
  font-size: 1.2rem;
  background: #ccc;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .newsList li .category {
    width: 88px;
    font-size: 1rem;
    padding: 2px 0;
    vertical-align: middle;
  }
}

.newsList li p {
  width: calc(100% - 218px);
  padding: 3px 0 3px 30px;
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: top;
}

@media screen and (max-width: 1024px) {
  .newsList li p {
    width: calc(100% - 163px);
    padding: 0 0 0 15px;
    vertical-align: middle;
  }
}

@media screen and (max-width: 750px) {
  .newsList li p {
    width: auto;
    padding: 0;
    margin: 5px 0 0;
    display: block;
    line-height: 2rem;
    font-size: 1.125rem;
  }
}

.newsList li p.nodata {
  text-align: center;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  display: block;
}

@media screen and (max-width: 1024px) {
  .newsList li p.nodata {
    width: 100%;
    padding: 20px;
  }
}

.newsList li .category {
  background: #467c86;
}

.newsList li.news .category {
  background: #465586;
}

.newsList li.ir .category {
  background: #738646;
}

.newsList li.csr .category {
  background: #867546;
}

.newsList li.info .category {
  background: #864678;
}

.newsList li.product .category {
  background: #9d3a3a;
}

@media screen and (max-width: 1024px) {
  .newsList.-other {
    max-width: 100%;
    margin: 0 auto;
  }
}

.newsList.-other li {
  border-bottom: 1px solid #DFDFDF;
}

.newsList.-other li a {
  padding: 23px 20px;
}

@media screen and (max-width: 480px) {
  .newsList.-other li a {
    padding: 23px 20px;
  }
}

.newsList.-other li .category {
  background: none;
  padding: 0;
}

@media screen and (max-width: 750px) {
  .newsList.-other li .category {
    display: block;
    text-align: left;
    width: 100%;
    margin: 5px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .newsList.-other li .category {
    display: block;
    text-align: left;
    width: 100%;
    margin: 5px 0 0;
  }
}

.newsList.-other li .category span {
  display: block;
  padding: 2px;
}

.newsList.-other li .category span+span {
  margin-top: 6px;
}

@media screen and (max-width: 750px) {
  .newsList.-other li .category span {
    display: inline-block;
    padding: 0 5px;
    min-width: 70px;
    text-align: center;
    margin: 0 5px 5px 0;
    font-size: 1rem;
  }

  .newsList.-other li .category span+span {
    margin: 0 5px 5px 0;
  }
}

.newsList.-other li .ir,
.newsList.-other li .cate2 {
  background: #738646;
}

.newsList.-other li .news,
.newsList.-other li .cate1 {
  background: #465586;
}

.newsList.-other li .csr,
.newsList.-other li .cate3 {
  background: #867546;
}

.newsList.-other li .info,
.newsList.-other li .cate4 {
  background: #864678;
}

.newsList.-other li .product,
.newsList.-other li .cate5 {
  background: #9d3a3a;
}

/*　===============================
TOP スライダー 
================================== */
.slider .slick-slide {
  outline: none;
}

.slider .slick-arrow {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin: -20px 0 0;
  z-index: 2;
  text-indent: -9999px;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

@media screen and (max-width: 1024px) {
  .slider .slick-arrow {
    width: 30px;
    height: 30px;
    margin: -15px 0 0;
  }
}

.slider .slick-arrow:before {
  content: "";
  display: block;
  width: 50%;
  height: 50%;
  border-top: 1px solid #017f86;
  border-right: 1px solid #017f86;
  position: absolute;
  top: 25%;
  left: 25%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slider .slick-arrow.slick-prev {
  left: 35px;
}

@media screen and (max-width: 1024px) {
  .slider .slick-arrow.slick-prev {
    left: 5px;
  }
}

.slider .slick-arrow.slick-prev:before {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.slider .slick-arrow.slick-next {
  right: 35px;
}

@media screen and (max-width: 1024px) {
  .slider .slick-arrow.slick-next {
    right: 5px;
  }
}

@media print,
screen and (min-width: 751px) {
  .slider .slick-arrow:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.slider .slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  font-size: 0;
  margin: 0 0 20px;
}

.slider .slick-dots li {
  display: inline-block;
  text-indent: -9999px;
  margin: 0 5px;
}

.slider .slick-dots li button {
  display: block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
  -webkit-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}

.slider .slick-dots li button+button {
  display: none;
}

@media print,
screen and (min-width: 751px) {
  .slider .slick-dots li button:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.slider .slick-dots li.slick-active button {
  background: none;
  border: 1px solid #017f86;
  padding: 0;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*==========================================
スライダー　終わり
============================================*/
.newsList .pdf02 {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 1px 0 1px 25px;
  background: url(/assets/images/ir/ico_pdf.png) no-repeat center left;
  background-size: 18px auto;
}

@media screen and (max-width: 750px) {
  .newsList .pdf02 {
    margin: 0 0 0 5px;
    padding: 1px 0 1px 20px;
    background: url(/assets/images/ir/ico_pdf.png) no-repeat center left;
    background-size: 14px auto;
  }
}

.pdf {
  position: relative;
}

.pdf:after {
  content: "";
  display: inline-block;
  background: url(../images/ico_pdf.png) no-repeat center center;
  width: 30px;
  height: 30px;
  background-size: 13px auto;
  position: absolute;
  bottom: -3px;
}

@media screen and (max-width: 750px) {
  #companyArea>div>div.txtLinkWrap.sp>ul>li.group-link {
    font-size: 11px;
    width: 100%;
    border-top: solid 1px #dfdfdf;
  }

  .sectionImage.animate.animated .txtLinkWrap.sp ul li:nth-child(2n) {
    border-right: 0px;
  }

  .sectionImage.animate.animated .txtLinkWrap.sp {}

  .sectionImage.animate.animated .txtLinkWrap.sp ul {}

  .sectionImage.animate.animated .txtLinkWrap.sp ul li {
    width: 50%;
    border-right: solid 1px #ccc;
    box-sizing: border-box;
    font-size: 12px;
    letter-spacing: normal;
  }

  .contents:last-child {
    padding-bottom: 60px;
  }
  @media screen and (max-width: 750px) {
    .contents:last-child {
      padding-bottom: 25px;
    }
  }

  #footer {
    margin-top: 80px;
  }

  #footer .footerBottom ul li.sp {
    display: inline-block;
    margin: 0 15%;
    padding: 0 25px;
  }

  #footer .footerBottom ul li.pc {
    display: none;
  }

  .footerBottom .blank {
    padding-right: 1.5em;
    padding-left: 0.5em;
  }

  .footerBottom .blank .iconBlank {
    fill: #fff;
    top: 0.2em;
  }
}

@media screen and (min-width: 751px) {
  #footer .footerBottom ul li.sp {
    display: none;
  }

  #footer .footerBottom ul li.pc {
    display: inline-block;
    padding-right: 30px;
  }

  .footerBottom .blank {
    padding-right: 1em;
  }

  .footerBottom .blank .iconBlank {
    fill: #fff;
    top: 0.2em;
  }
}


.ttlSub {
  font-size: 2.2rem;
  margin-bottom: 17px;
  margin-top: 17px;
  padding: 2px 0 2px 20px;
  position: relative;
  border-left: 4px solid #017f86;
  line-height: 1.4545454545;
}

@media screen and (max-width: 750px) {
  .ttlSub {
    font-size: 1.5rem;
    padding: 2px 0 2px 12px;
    line-height: 1.4;
  }
}

.listNotes01 {
  font-size: 90%;
}
.listNotes01 li {
  text-indent: -1em;
  margin-left: 1em;
}

.listNotes02 {
  font-size: 90%;
}
.listNotes02 li {
  text-indent: -2.5em;
  margin-left: 2.5em;
}


.mt-lg {
  margin-top: 80px;
}
.mt-md {
  margin-top: 60px;
}
.mt-sm {
  margin-top: 40px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-50 {
  margin-top: 50px;
}
.mt-60 {
  margin-top: 60px;
}
.mt-70 {
  margin-top: 70px;
}
.mt-80 {
  margin-top: 80px;
}
.mt-90 {
  margin-top: 90px;
}
.mt-100 {
  margin-top: 100px;
}
.mt-1em {
  margin-top: 1em;
}
.mt-2em {
  margin-top: 2em;
}

.no-download {
  pointer-events: none;
}