@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

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

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  text-decoration: none;
  transition: 0.3s all;
  color: #000000;
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /*-webkit-transform: 0.3s all;
          transform: 0.3s all;*/
}
@media screen and (max-width: 767px) {
  a {
    -webkit-tap-highlight-color: transparent;
  }
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 60%;
  vertical-align: top;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  color: #222222;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 0.9375rem;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none !important;
}

.sp_none {
  display: block !important;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/****サイト コンテンツ固定幅 *****/
.site-wrapper {
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  .site-wrapper {
    padding-top: 60px;
    min-width: auto;
  }
}

.inner {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 5%;
  }
}
/****サイトフォント設定 ******/
p {
  font-size: 1rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.9375rem;
  }
}
p.txt-c {
  text-align: center;
}
p.txt-r {
  text-align: right;
}
p.red,
p .red {
  color: #FF5050;
}
p.source {
  font-size: 0.75rem;
  margin-top: 10px;
}
p.source a {
  color: #0774B4;
}

ul li {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  ul li {
    font-size: 0.9375rem;
  }
}
ul.indent li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 5px;
}
ul.indent.circ-list li {
  position: relative;
}
ul.indent.circ-list li:before {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  background: #000000;
  border-radius: 50%;
  margin-right: 0.15em;
}
ul.indent.circ-list-w li {
  position: relative;
}
ul.indent.circ-list-w li:before {
  content: "";
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  border: 1px solid #000000;
  border-radius: 50%;
  margin-right: 0.15em;
}
ul.attention li {
  font-size: 0.75rem;
}
ul.merit-list {
  margin: 30px 0 80px;
}
ul.merit-list li {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  ul.merit-list li {
    font-size: 1rem;
  }
}
ul.merit-list li:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0068B7;
  margin-right: 5px;
}

dl dt,
dl dd {
  font-size: 0.9375rem;
}
@media screen and (max-width: 767px) {
  dl dt,
  dl dd {
    font-size: 0.875rem;
  }
}

/****見出し設定 ******/
h2.ttl {
  font-size: 3rem;
}
h2.ttl .en {
  display: block;
  color: #0068B7;
  font-size: 1.25rem;
  font-family: "Montserrat", sans-serif;
}
@media screen and (max-width: 767px) {
  h2.ttl .en {
    font-size: 1rem;
  }
}

/******テーブル表******/
table {
  width: 100%;
}
.hidden-display {
  opacity: 0 !important;
}

/****ボタン設定******/
.btn {
  width: 190px;
}
.btn a {
  background: #0068B7;
  color: #fff;
  font-weight: bold;
  border: 2px solid #222222;
  border-radius: 27px;
  padding: 13px 15px 13px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.btn a .txt {
  width: calc(100% - 30px);
}
.btn a .link-arrow {
  width: 25px;
  height: 25px;
  background: #fff;
}
.btn a .link-arrow:before {
  left: 8.5px;
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
}
.btn a:hover {
  color: #0068B7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .btn a:hover {
    color: #fff;
  }
}
.btn a:hover .link-arrow {
  background: #0068B7;
}
.btn a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

/***********youtube**************/
.youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*******画像の横幅調整 ページコンテンツ部分のみ************/
.contents img {
  width: 100%;
}

/****リンク関連 ******/
a:hover {
  color: #0068B7;
}
@media screen and (max-width: 767px) {
  a:hover {
    color: #000000;
  }
}
a .link-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #0068B7;
  position: relative;
  transition: 0.3s all;
}
a .link-arrow:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 9px;
  left: 8px;
  transform: rotate(-45deg);
  transition: 0.3s all;
}
a .link-arrow.white {
  background: #fff;
}
a .link-arrow.white:before {
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
}
a .link-arrow.down:before {
  top: 8px;
  left: 9px;
  transform: rotate(45deg);
}
a:hover .link-arrow {
  background: #fff;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow {
    background: #0068B7;
  }
}
a:hover .link-arrow:before {
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow:before {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}
a:hover .link-arrow.white {
  background: #0068B7;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow.white {
    background: #fff;
  }
}
a:hover .link-arrow.white:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  a:hover .link-arrow.white:before {
    border-right: 1px solid #0068B7;
    border-bottom: 1px solid #0068B7;
  }
}
a.flex-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
a.flex-link:hover .link-arrow {
  background: #0068B7;
}
a.flex-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.txt-link:hover {
  color: #0068B7;
}
a.txt-link:hover .link-arrow {
  background: #0068B7;
}
a.txt-link:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
a.link-color {
  color: #0068B7;
  text-decoration: underline;
  text-underline-offset: 3px;
}
a.link-color:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  a.link-color:hover {
    text-decoration: underline;
  }
}

/**********************************************
ヘッダー
**********************************************/
header {
  width: 100%;
  min-width: 1240px;
  position: fixed;
  z-index: 100000000000000000000000000000;
}
@media screen and (max-width: 767px) {
  header {
    min-width: auto;
  }
}
header .header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  /* バーガーメニュー対応 */
}
@media screen and (max-width: 767px) {
  header .header-wrap {
    min-width: auto;
    height: 60px;
  }
}
header .header-wrap .logo {
  padding-top: 18px;
  padding-left: 40px;
}
header .header-wrap .logo h1 a {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .header-wrap .logo {
    padding-top: 10px;
    padding-left: 20px;
  }
}
header .header-wrap .main-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap {
    width: 100%;
    padding-right: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
header .header-wrap .main-menu-wrap .main-menu-list li {
  position: relative;
  margin-right: 30px;
  display: flex;
  align-items: center;
  height: 100%;
}
header .header-wrap .main-menu-wrap .main-menu-list li a {
  font-weight: 500;
}
header .header-wrap .main-menu-wrap .main-menu-list li ul {
  position: absolute;
  top: 80%;
  left: 0;
  border: 2px solid #000000;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 12px 18px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  white-space: nowrap;
}
header .header-wrap .main-menu-wrap .main-menu-list li ul li {
  margin-right: 0;
}
header .header-wrap .main-menu-wrap .main-menu-list li ul li a {
  display: block;
  width: 100%;
  font-weight: 400;
  padding: 5px 0 5px 10px;
  position: relative;
}
header .header-wrap .main-menu-wrap .main-menu-list li ul li a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #FD4703;
  position: absolute;
  left: 0;
  top: 15px;
}
@media screen and (min-width: 768px) {
  header .header-wrap .main-menu-wrap .main-menu-list li ul li:not(:last-child) {
    border-bottom: 1px solid #444444;
  }
}
@media screen and (min-width: 768px) {
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li {
    border-bottom: 1px solid #444444;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li:not(:nth-child(-n+2), :last-child) {
    border-bottom: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li:nth-child(n+4):nth-child(-n+10) a::after {
    display: none;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li:nth-child(n+4):nth-child(-n+10) a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 18px;
    left: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li {
    border-bottom: 1px solid #444444;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li:nth-child(-n+4), header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li :last-child {
    border-bottom: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li:nth-child(n+2):nth-child(-n+4) a::after {
    display: none;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li:nth-child(n+2):nth-child(-n+4) a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 18px;
    left: 0;
  }
}
header .header-wrap .main-menu-wrap .main-menu-list li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .main-menu-list {
    display: none;
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 45px 25px 0;
    background-color: #fff;
  }
  header .header-wrap .main-menu-wrap .main-menu-list.menu-active {
    display: block;
    overflow-y: scroll;
    padding-bottom: 80px;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li {
    display: block;
    height: auto;
    margin: 0 0 0;
    border-bottom: 1px solid #707070;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.menu-entry-btn {
    margin-top: 44px;
    background-color: #0068B7;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.menu-entry-btn a {
    font-family: "Montserrat", sans-serif;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li a {
    display: block;
    width: 100%;
    padding: 22px 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li a.main-menu-achead {
    position: relative;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.main-menu-list-wrap {
    position: relative;
    padding-right: 70px;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.main-menu-list-wrap .main-menu-list-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 100%;
    cursor: pointer;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.main-menu-list-wrap .main-menu-list-icon::after, header .header-wrap .main-menu-wrap .main-menu-list li.main-menu-list-wrap .main-menu-list-icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #0068B7;
    position: absolute;
    top: 30px;
    right: 15px;
    transition: 0.3s;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.main-menu-list-wrap .main-menu-list-icon::before {
    transform: rotate(90deg);
  }
  header .header-wrap .main-menu-wrap .main-menu-list li.main-menu-list-wrap .main-menu-list-icon.open::before {
    transform: rotate(0deg);
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul {
    transform: none;
    transition: none;
    position: inherit;
    display: none;
    visibility: visible;
    box-shadow: none;
    opacity: 1;
    padding: 0 0 22px;
    border: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul li {
    border-bottom: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul li a {
    padding: 0 0 0 20px;
    position: relative;
    font-size: 0.875rem;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul li a::after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #FD4703;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul li:not(:first-child) {
    margin-top: 10px;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li:not(:nth-child(-n+3), :last-child) {
    padding-left: 22px;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li:not(:nth-child(-n+3), :last-child) a::after {
    display: none;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-pconly-style li:not(:nth-child(-n+3), :last-child) a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 9px;
    left: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li:nth-child(n+2):nth-child(-n+4) {
    padding-left: 22px;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li:nth-child(n+2):nth-child(-n+4) a::after {
    display: none;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li ul.main-menu-info-pconly-style li:nth-child(n+2):nth-child(-n+4) a::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    top: 9px;
    left: 0;
  }
  header .header-wrap .main-menu-wrap .main-menu-list li:hover ul {
    transform: none;
  }
}
header .header-wrap .main-menu-wrap .corporate-btn a {
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  background: #0068B7;
  border: 1px solid #0068B7;
  border-radius: 10px;
}
header .header-wrap .main-menu-wrap .corporate-btn a:hover {
  color: #0068B7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  header .header-wrap .main-menu-wrap .corporate-btn {
    display: none;
  }
}
header .header-wrap.on-scroll {
  background: #fff;
  box-shadow: 0px 7px 7px -7px rgba(119, 119, 119, 0.2);
}
header .header-wrap .menu-toggle {
  width: 60px;
  height: 60px;
  background-color: #0068B7;
  display: none;
  flex-direction: column;
  cursor: pointer;
}
header .header-wrap .menu-toggle > div {
  width: 28px;
  height: 14px;
  position: relative;
}
header .header-wrap .menu-toggle > div span {
  position: absolute;
  left: 0;
  background: #fff;
  height: 1px;
  width: 28px;
  display: block;
  transition: 0.3s;
}
header .header-wrap .menu-toggle > div span:first-child {
  top: 0;
}
header .header-wrap .menu-toggle > div span:nth-child(2) {
  top: 7px;
}
header .header-wrap .menu-toggle > div span:last-child {
  bottom: 0;
}
header .header-wrap .menu-toggle.chenge-icon > div span:first-child {
  top: 5px;
  transform: rotate(45deg);
}
header .header-wrap .menu-toggle.chenge-icon > div span:nth-child(2) {
  opacity: 0;
}
header .header-wrap .menu-toggle.chenge-icon > div span:last-child {
  bottom: 8px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  header .header-wrap .menu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
header .fixed-menu {
  width: 140px;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  z-index: 900000000;
  right: 0;
  top: 0;
}
header .fixed-menu .contact-menu {
  width: 70px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: #64C9DB;
  position: absolute;
  left: 0;
  z-index: 890000000;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu {
    height: 74px;
    position: relative;
  }
}
header .fixed-menu .contact-menu:hover {
  cursor: pointer;
  background: #80DBEB;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu:hover {
    opacity: 1;
  }
}
header .fixed-menu .contact-menu .icon-mail {
  margin-top: 1px;
}
header .fixed-menu .contact-menu .icon-mail:before {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu .icon-mail {
    margin-top: 5px;
    opacity: 1;
    transition: 0.5s all;
  }
}
header .fixed-menu .contact-menu .line {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu .line {
    opacity: 0;
    visibility: hidden;
    width: 20px;
    height: 2px;
    background: #fff;
    position: absolute;
    z-index: 1;
    top: 32px;
    left: 26px;
  }
  header .fixed-menu .contact-menu .line:nth-of-type(2) {
    transform: rotate(-45deg);
  }
  header .fixed-menu .contact-menu .line:nth-of-type(3) {
    transform: rotate(45deg);
  }
}
header .fixed-menu .contact-menu .txt {
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu .txt {
    opacity: 1;
    visibility: visible;
  }
}
header .fixed-menu .contact-menu.active {
  background: #80DBEB;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu.active .icon-mail {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu.active .line {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  header .fixed-menu .contact-menu.active .txt {
    margin-top: 20px;
  }
}
header .fixed-menu .menu {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 895000000;
  width: 70px;
  height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  color: #fff;
  background: #0068B7;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .menu {
    height: 74px;
  }
}
header .fixed-menu .menu:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  header .fixed-menu .menu:hover {
    opacity: 1;
  }
}
header .fixed-menu .menu .line {
  content: "";
  display: block;
  width: 33px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 19px;
  transition: 0.5s all;
}
header .fixed-menu .menu .line:nth-of-type(1) {
  top: 20px;
}
header .fixed-menu .menu .line:nth-of-type(2) {
  width: 22px;
  top: 28px;
}
header .fixed-menu .menu .txt {
  font-size: 0.5625rem;
  line-height: 1.2;
  text-align: center;
  margin-top: 39px;
}
header .fixed-menu .menu .txt .en {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
header .fixed-menu .menu.open .line {
  width: 20px;
  top: 32px;
  left: 24px;
  z-index: 999999999;
}
header .fixed-menu .menu.open .line:nth-of-type(1) {
  transform: rotate(-45deg);
}
header .fixed-menu .menu.open .line:nth-of-type(2) {
  transform: rotate(45deg);
}
header .fixed-menu .menu.open .txt .switch {
  display: block;
  height: 10px;
}

/************メガメニュー等************/
body.menu-open {
  overflow-y: hidden;
}
body.menu-open header .header-wrap {
  background: transparent;
}
body.menu-open header .header-wrap .site-ttl {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  body.menu-open header .header-wrap .site-ttl {
    opacity: 1;
    visibility: visible;
  }
}
body.menu-open header .header-wrap .header-menu-contents {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  body.menu-open header .header-wrap .header-menu-contents {
    display: none;
  }
}
body.contact-open {
  overflow-y: hidden;
}
body.contact-open header .header-wrap {
  background: transparent;
}
body.contact-open header .header-wrap .header-menu-contents {
  opacity: 0;
  visibility: hidden;
}

nav {
  min-width: 1240px;
}
@media screen and (max-width: 767px) {
  nav {
    min-width: auto;
  }
}
nav.site-main-menu {
  width: 100%;
  height: 100vh;
  background: #fff;
  padding: 55px 0 160px;
  position: fixed;
  top: -120%;
  left: 0;
  z-index: 90000000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  visibility: hidden;
  transition: 0.6s all;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu {
    display: none;
    visibility: visible;
    z-index: 200000000000000000000000000000;
    top: 74px;
    transition: none;
  }
}
nav.site-main-menu.open {
  top: 0;
  visibility: visible;
}
nav.site-main-menu .site-main-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap {
    margin-top: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .products-menu {
  width: 710px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .products-menu {
    width: 100%;
  }
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line {
  font-size: 1.25rem;
  padding-bottom: 15px;
  padding-left: 13px;
  position: relative;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line {
    margin-bottom: 1em;
  }
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line a:hover .link-arrow {
  background: #0068B7;
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line:before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: #0068B7;
  position: absolute;
  left: 0;
  top: 0;
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line .line {
  margin-right: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu h2.menu-ttl-line .line:before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #D9DBDA;
  position: absolute;
  left: 0;
  bottom: 18px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section {
    display: none;
  }
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head {
  font-size: 1rem;
  color: #fff;
  background: #0068B7;
  padding: 25px 30px 25px 90px;
  position: relative;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head .accordion:before, nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head .accordion:after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  right: 30px;
  transition: 0.5s all;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head .accordion:before {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head .accordion:after {
  top: calc(50% - 1px);
  transform: translateY(calc((50% - 1px) * -1));
  transform: rotate(90deg);
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head:hover {
  cursor: pointer;
  opacity: 0.8;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head.open .accordion:after {
  top: 50%;
  transform: translateY(-50%);
  transform: 0;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head.link:before {
  content: "";
  display: block;
  width: 44px;
  height: 61px;
  background: url(../img/common/menu/img_data_main.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 23px;
  top: 37px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head.link a {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head.link a .link-arrow:before {
  width: 9px;
  height: 9px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head.link a:hover .link-arrow {
  background: transparent;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section h3.accordion-head.link a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents {
  padding-top: 30px;
  display: none;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table {
  width: 100%;
  border-top: 1px solid #0068B7;
  margin-bottom: 20px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table th {
  width: 180px;
  color: #0068B7;
  text-align: left;
  font-weight: bold;
  font-size: 0.875rem;
  padding: 10px 20px 10px 60px;
  background: #E5F2FA;
  border-left: 3px solid #0068B7;
  border-right: 1px dashed #D9DBDA;
  border-bottom: 1px solid #D9DBDA;
  position: relative;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table th:before {
  content: "";
  display: block;
  position: absolute;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table td {
  font-size: 0.875rem;
  border-bottom: 1px solid #D9DBDA;
  border-left: none;
  padding: 10px 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table td.mid-cate {
  width: 224px;
  vertical-align: top;
  background: #FAFAFA;
  border-right: 1px dashed #D9DBDA;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table td a {
  font-size: 0.875rem;
  display: block;
  text-indent: -12px;
  padding-left: 12px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table td a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
  transform: rotate(-45deg);
  margin-right: 6px;
  margin-bottom: 3px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section .accordion-contents .products-menu-table td a:hover {
  color: #0068B7;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 h3.accordion-head:before {
  width: 66px;
  height: 39px;
  background: url(/product/assets/img/common/menu/img_ahc_main.png) no-repeat;
  background-size: contain;
  left: 12px;
  top: 42px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 .accordion-contents .products-menu-table.n01 th:before {
  width: 36px;
  height: 22px;
  background: url(/product/assets/img/common/menu/img_ahc01.png) no-repeat;
  background-size: contain;
  top: 12px;
  left: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 .accordion-contents .products-menu-table.n02 th:before {
  width: 36px;
  height: 30px;
  background: url(/product/assets/img/common/menu/img_ahc02.png) no-repeat;
  background-size: contain;
  top: 15px;
  left: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 .accordion-contents .products-menu-table.n03 th:before {
  width: 36px;
  height: 24px;
  background: url(/product/assets/img/common/menu/img_ahc03.png) no-repeat;
  background-size: contain;
  top: 15px;
  left: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 .accordion-contents .products-menu-table.n04 th:before {
  width: 40px;
  height: 25px;
  background: url(/product/assets/img/common/menu/img_ahc04.png) no-repeat;
  background-size: contain;
  top: 15px;
  left: 12px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 .accordion-contents .products-menu-table.n05 th:before {
  width: 38px;
  height: 38px;
  background: url(/product/assets/img/common/menu/img_ahc05.png) no-repeat;
  background-size: contain;
  top: 10px;
  left: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n01 .accordion-contents .products-menu-table.n06 th:before {
  width: 36px;
  height: 31px;
  background: url(/product/assets/img/common/menu/img_ahc06.png) no-repeat;
  background-size: contain;
  top: 13px;
  left: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 h3.accordion-head:before {
  width: 66px;
  height: 56px;
  background: url(/product/assets/img/common/menu/img_pump_main.png) no-repeat;
  background-size: contain;
  left: 12px;
  top: 41px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 {
  border-left: 3px solid #0081CC;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 td {
  padding: 10px 15px 10px 60px;
  position: relative;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 td:before {
  content: "";
  display: block;
  position: absolute;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 tr:nth-of-type(1) td {
  padding-left: 12px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 tr:nth-of-type(2) td:before {
  width: 34px;
  height: 31px;
  background: url(/product/assets/img/common/menu/img_pump01.png) no-repeat;
  background-size: contain;
  left: 12px;
  top: 10px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 tr:nth-of-type(3) td:before {
  width: 36px;
  height: 33px;
  background: url(/product/assets/img/common/menu/img_pump02.png) no-repeat;
  background-size: contain;
  left: 12px;
  bottom: 0;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 tr:nth-of-type(4) td:before {
  width: 37px;
  height: 34px;
  background: url(/product/assets/img/common/menu/img_pump03.png) no-repeat;
  background-size: contain;
  left: 12px;
  bottom: 0;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 tr:nth-of-type(5) td:before {
  width: 37px;
  height: 34px;
  background: url(/product/assets/img/common/menu/img_pump04.png) no-repeat;
  background-size: contain;
  left: 12px;
  top: 5px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n02 .accordion-contents .products-menu-table.n01 tr:nth-of-type(6) td:before {
  width: 37px;
  height: 34px;
  background: url(/product/assets/img/common/menu/img_pump05.png) no-repeat;
  background-size: contain;
  left: 12px;
  top: 8px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 h3.accordion-head:before {
  width: 66px;
  height: 54px;
  background: url(/product/assets/img/common/menu/img_fuc_main.png) no-repeat;
  background-size: contain;
  left: 12px;
  top: 36px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table th {
  position: relative;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table th:before {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 10px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n01 th span {
  position: relative;
  top: 8px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n01 th:before {
  width: 37px;
  height: 31px;
  background: url(/product/assets/img/common/menu/img_fuc01.png) no-repeat;
  background-size: contain;
  top: 15px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n02 th:before {
  width: 37px;
  height: 32px;
  background: url(/product/assets/img/common/menu/img_fuc02.png) no-repeat;
  background-size: contain;
  top: 13px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n03 th:before {
  width: 37px;
  height: 16px;
  background: url(/product/assets/img/common/menu/img_fuc03.png) no-repeat;
  background-size: contain;
  top: 13px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n04 th:before {
  width: 41px;
  height: 33px;
  background: url(/product/assets/img/common/menu/img_fuc04.png) no-repeat;
  background-size: contain;
  top: 14px;
  left: 8px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n05 th:before {
  width: 49px;
  height: 48px;
  background: url(/product/assets/img/common/menu/img_fuc05.png) no-repeat;
  background-size: contain;
  left: 9px;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n06 th:before {
  width: 40px;
  height: 38px;
  background: url(/product/assets/img/common/menu/img_fuc06.png) no-repeat;
  background-size: contain;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n07 th:before {
  width: 37px;
  height: 25px;
  background: url(/product/assets/img/common/menu/img_fuc07.png) no-repeat;
  background-size: contain;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n08 th:before {
  width: 37px;
  height: 31px;
  background: url(/product/assets/img/common/menu/img_fuc08.png) no-repeat;
  background-size: contain;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n09 th:before {
  width: 37px;
  height: 29px;
  background: url(/product/assets/img/common/menu/img_fuc09.png) no-repeat;
  background-size: contain;
}
nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n10, nav.site-main-menu .site-main-menu-wrap .products-menu .products-menu-section.n03 .accordion-contents .products-menu-table.n11 {
  border-left: 3px solid #0081CC;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right {
  width: 440px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right {
    width: 100%;
    padding-top: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right h2.menu-ttl-line {
  font-size: 1.25rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  padding-left: 13px;
  margin-bottom: 1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right h2.menu-ttl-line {
    margin-bottom: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right h2.menu-ttl-line:before {
  content: "";
  display: block;
  width: 4px;
  height: 7px;
  background: #0068B7;
  position: absolute;
  left: 0;
  top: 0;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right h2.menu-ttl-line span:before {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #D9DBDA;
  position: absolute;
  left: 0;
  bottom: 18px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section {
  margin-bottom: 40px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list {
  display: flex;
  flex-wrap: wrap;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li {
  width: 210px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li {
    width: 100%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li:nth-of-type(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li:nth-of-type(odd) {
    margin-right: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li a:hover .link-arrow {
  background: #0068B7;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .site-menu-link-list li a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link {
  width: 230px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link li {
  margin-bottom: 15px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link li:last-of-type {
  margin-bottom: 0;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0068B7;
  background: #0068B7;
  color: #fff;
  font-size: 0.8125rem;
  padding: 12px 15px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link li a:hover {
  color: #0068B7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .dl-menu-link li a:hover {
    background: #0068B7;
    color: #fff;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dashed #D9DBDA;
  padding: 25px 0 25px 10px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category {
    padding-left: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category.last {
  border-bottom: none;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category h3 {
  font-size: 0.9375rem;
  font-weight: normal;
  width: calc(100% - 230px);
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category h3 {
    width: 100%;
    margin-bottom: 1em;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link {
  width: 230px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link {
    width: 100%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li {
  margin-bottom: 15px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li:last-of-type {
  margin-bottom: 0;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0068B7;
  background: #0068B7;
  color: #fff;
  font-size: 0.8125rem;
  padding: 12px 15px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li a:hover {
  color: #0068B7;
  background: #fff;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li a:hover {
    background: #0068B7;
    color: #fff;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li.bnr a {
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-menu-right-section .contact-menu-category .contact-menu-link li.bnr a img {
    width: 100%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  border-bottom: 1px dashed #C6C6C6;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li {
  width: 210px;
  margin-bottom: 10px;
  border-bottom: 1px solid #C6C6C6;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li {
    width: 100%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li:nth-of-type(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li:nth-of-type(odd) {
    margin-right: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li a:hover .link-arrow {
  background: #0068B7;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .site-main-category li a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-top: 40px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li {
  width: 210px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li {
    width: 47%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li:nth-of-type(odd) {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li:nth-of-type(odd) {
    margin-right: 6%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.875rem;
  padding: 20px 10px;
  border: 1px solid #0068B7;
  min-height: 60px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a {
    min-height: auto;
    height: 100%;
    padding: 10px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 374px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a {
    font-size: 0.8125rem;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span {
  margin-right: 7px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-catalog:before {
  font-size: 1.1875rem;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-catalog:before {
    font-size: 1.0625rem;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-dl:before {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-technical {
    margin-right: 2px;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-technical:before {
  font-size: 2.125rem;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-technical:before {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 374px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a span.icon-technical:before {
    font-size: 0.9375rem;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a:hover {
  color: #fff;
  background: #0068B7;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a:hover {
    color: #000000;
    background: #fff;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li a:hover span:before {
  color: #fff;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li.direct a {
  justify-content: space-between;
  padding: 12px 33px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li.direct a {
    justify-content: center;
    padding: 0 10px;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .icon-btn li:last-of-type a {
  padding: 12px 10px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap {
  padding: 35px 0 120px;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap {
    padding-bottom: 30px;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap h2.menu-link-ttl {
  font-size: 1rem;
  border-left: 2px solid #0068B7;
  line-height: 1;
  padding-left: 5px;
  margin-bottom: 15px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list {
  display: flex;
  flex-wrap: wrap;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li {
  width: 214px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li {
    width: 100%;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0068B7;
  padding: 10px 15px 10px 10px;
  background: #fff;
  color: #0068B7;
  font-size: 0.8125rem;
  font-weight: 500;
  min-height: 81px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a {
    padding: 5px 15px 5px 10px;
    min-height: 52px;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a .link-arrow {
  background: transparent;
  width: 11px;
  height: 11px;
  top: -5px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a .link-arrow {
    width: 12px;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a .link-arrow:before {
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a:hover {
  color: #fff;
  background: #0068B7;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a:hover {
    background: #fff;
    color: #0068B7;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li a:hover .link-arrow:before {
    border-right: 1px solid #0068B7;
    border-bottom: 1px solid #0068B7;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li:nth-of-type(odd) {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .related-site-wrap .related-site-list li:nth-of-type(odd) {
    margin-right: 0;
  }
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link {
  margin-top: 30px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link:nth-of-type(1) {
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link li {
  margin-bottom: 10px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 0.8125rem;
  position: relative;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link li a:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
  transform: rotate(-45deg);
  margin-left: 10px;
}
nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link li a:hover {
  color: #0068B7;
}
@media screen and (max-width: 767px) {
  nav.site-main-menu .site-main-menu-wrap .site-main-menu-right .others-menu-link li a:hover {
    color: #000000;
  }
}

.lang {
  width: 100px;
  position: fixed;
  top: 46px;
  right: 150px;
  z-index: 1000000000000000000000000000;
  cursor: pointer;
}
@media screen and (max-width: 1239px) {
  .lang {
    right: auto;
    left: 985px;
  }
}
@media screen and (max-width: 767px) {
  .lang {
    position: absolute;
    top: 90px;
    right: 15px;
    z-index: 5;
  }
}
.lang p {
  font-size: 0.75rem;
  padding: 3px 8px;
  background: #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .lang p {
    border-radius: 18px;
    border: 1px solid #C1C1C1;
  }
}
.lang p:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/product/assets/img/common/icon_lang.png) no-repeat;
  background-size: contain;
  margin-right: 3px;
}
.lang .lang-list {
  display: none;
  width: 125px;
  background: #fff;
  padding: 20px 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .lang .lang-list {
    position: absolute;
    right: 0;
    bottom: auto;
    margin-top: 10px;
  }
}
.lang .lang-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 10px;
  transition: 0.3s;
}
.lang .lang-list li span {
  font-size: 0.75rem;
}
.lang .lang-list li:last-of-type {
  margin-bottom: 0;
}
.lang .lang-list li[data-stt-active] {
  color: #0068B7;
}
.lang .lang-list li:before {
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background: #0068B7;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  left: 0;
}
.lang .lang-list li:hover {
  color: #0068B7;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .lang .lang-list li:hover {
    color: #000000;
    opacity: 1;
  }
}

/**********************************************
ニュース一覧
**********************************************/
.pdf-link {
  background-image: url(/recruit/assets/img/common/icon_pdf.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px 19px;
}

.url-link {
  background-image: url(/recruit/assets/img/common/icon_arrow_blue.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 10px;
}

/**********************************************
フッター
**********************************************/
footer {
  position: relative;
  min-width: 1240px;
  background: #F5F4F2;
  padding: 73px 0 20px;
}
@media screen and (max-width: 767px) {
  footer {
    min-width: auto;
    padding: 50px 0 18px;
  }
}
footer .footer-wrap {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap {
    flex-direction: column;
  }
}
footer .footer-wrap .company-info {
  margin-right: 85px;
}
footer .footer-wrap .company-info .logo {
  margin-bottom: 35px;
}
footer .footer-wrap .company-info .logo a {
  display: block;
}
footer .footer-wrap .company-info .company-link {
  font-size: 0.9375rem;
  position: relative;
}
footer .footer-wrap .company-info .company-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url(/recruit/assets/img/common/icon_link.png) no-repeat;
  background-size: contain;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .company-info {
    order: 3;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  footer .footer-wrap .company-info .logo {
    margin-bottom: 15px;
  }
}
footer .footer-wrap .footer-menu {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-menu {
    flex-direction: column;
    order: 1;
    margin: 0 0 40px;
  }
}
footer .footer-wrap .footer-menu .footer-menu-list {
  margin-right: 60px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-menu .footer-menu-list {
    margin-right: 0;
  }
}
footer .footer-wrap .footer-menu .footer-menu-list:last-of-type {
  margin-right: 0;
}
footer .footer-wrap .footer-menu .footer-menu-list li {
  margin-bottom: 1em;
}
footer .footer-wrap .footer-menu .footer-menu-list li a {
  font-weight: bold;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child {
  margin-top: 1em;
  margin-left: 1em;
  padding-bottom: 1em;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li {
  margin-bottom: 5px;
  padding-left: 10px;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li:last-of-type {
  margin-bottom: 0;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li a {
  font-size: 0.875rem;
  font-weight: normal;
  position: relative;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #FD4703;
  position: absolute;
  left: -10px;
  top: 0.6em;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-second-child li:not(:nth-child(-n+3), :last-child) a {
  display: block;
  padding-left: 10px;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-second-child li:not(:nth-child(-n+3), :last-child) a::after {
  display: none;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-second-child li:not(:nth-child(-n+3), :last-child) a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 9px;
  left: 0;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-info-second-child li:nth-child(n+2):nth-child(-n+4) a {
  display: block;
  padding-left: 10px;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-info-second-child li:nth-child(n+2):nth-child(-n+4) a::after {
  display: none;
}
footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-info-second-child li:nth-child(n+2):nth-child(-n+4) a::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-menu .footer-menu-list li {
    margin-bottom: 0;
    border-bottom: 1px solid #444444;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li a {
    display: block;
    padding: 20px 0;
    background-image: url(/recruit/assets/img/common/icon_arrow_blue.png);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 18px;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li .main-menu-achead {
    position: relative;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap {
    position: relative;
    padding-right: 70px;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap .main-menu-achead {
    background-image: none;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap .main-menu-list-icon {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 100%;
    cursor: pointer;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap .main-menu-list-icon::after, footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap .main-menu-list-icon::before {
    content: "";
    display: block;
    width: 14px;
    height: 1px;
    background-color: #0068B7;
    position: absolute;
    top: 30px;
    right: 15px;
    transition: 0.3s;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap .main-menu-list-icon::before {
    transform: rotate(90deg);
  }
  footer .footer-wrap .footer-menu .footer-menu-list li.main-menu-list-wrap .main-menu-list-icon.open::before {
    transform: rotate(0deg);
  }
  footer .footer-wrap .footer-menu .footer-menu-list li .main-menu-acbody {
    display: none;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child {
    margin-top: 0;
    margin-left: 0;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li {
    border-bottom: 0;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li:last-child {
    padding-bottom: 5px;
  }
  footer .footer-wrap .footer-menu .footer-menu-list li .footer-menu-list-child li a {
    padding: 0;
    background: none;
  }
}
footer .footer-wrap .copyright p {
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .copyright {
    order: 4;
    margin: 22px 0 0;
  }
  footer .footer-wrap .copyright p {
    text-align: center;
  }
}
footer .footer-wrap .footer-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 0 40px;
    order: 2;
  }
  footer .footer-wrap .footer-btn a {
    display: block;
    width: 84px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }
  footer .footer-wrap .footer-btn a:first-child {
    background-image: url(/recruit/assets/img/common/entry_btn.png);
  }
  footer .footer-wrap .footer-btn a:last-child {
    background-image: url(/recruit/assets/img/common/corporate_btn.png);
  }
  footer .footer-wrap .footer-btn a:hover:first-child {
    background-image: url(/recruit/assets/img/common/entry_btn_hover.png);
  }
  footer .footer-wrap .footer-btn a:hover:last-child {
    background-image: url(/recruit/assets/img/common/corporate_btn_hover.png);
  }
}
footer .footer-wrap .footer-btn-pc-only {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
@media screen and (max-width: 767px) {
  footer .footer-wrap .footer-btn-pc-only {
    display: none;
  }
}
footer .footer-wrap .footer-btn-pc-only a {
  display: block;
  width: 84px;
  height: 84px;
  background-image: url(/recruit/assets/img/common/corporate_btn.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
footer .footer-wrap .footer-btn-pc-only a:hover {
  background-image: url(/recruit/assets/img/common/corporate_btn_hover.png);
}

/***************各種見出し********************/
/*.heading{
  font-size: rem(22);
  background: $bg-blue-gray;
  line-height: 1.0;
  padding: 20px 40px;
  margin-bottom: 30px;
  position: relative;

  @include mq(md) {
    font-size: rem(18);
    line-height: 1.5;
    padding: 15px 25px 15px 30px;
  }

  &:before{
    content: '';
    display: block;
    width: 4px;
    height: calc(100% - 40px);
    background: $blue;
    margin-right: 10px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);

    @include mq(md) {
      left: 17px;
    }
  }
}*/
.heading {
  background: #F2F6F7;
  padding: 22px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 18px 17px;
  }
}
.heading .heading-txt {
  font-size: 1.375rem;
  line-height: 1;
  border-left: 4px solid #0068B7;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .heading .heading-txt {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-left: 10px;
  }
}

.heading-circ {
  font-size: 1.125rem;
  padding: 0 20px 12px;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading-circ {
    font-size: 1rem;
  }
}
.heading-circ:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0068B7;
  position: absolute;
  left: 0;
  top: 0.5em;
}

.heading-cate {
  font-size: 2.5rem;
  color: #0068B7;
  padding-top: 35px;
  margin-bottom: 55px;
  border-top: 2px solid #D6D6D6;
  position: relative;
}
@media screen and (max-width: 767px) {
  .heading-cate {
    font-size: 1.75rem;
    padding-top: 25px;
  }
}
.heading-cate:before {
  content: "";
  display: block;
  width: 100px;
  height: 6px;
  background: #0068B7;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (max-width: 767px) {
  .heading-cate:before {
    width: 20px;
  }
}

.heading-line {
  font-size: 0.9375rem;
  padding-left: 12px;
  margin-bottom: 1em;
  line-height: 1.5;
}
.heading-line span {
  position: relative;
}
.heading-line span:before {
  content: "";
  display: block;
  width: 2px;
  height: 86%;
  background: #0068B7;
  position: absolute;
  left: -12px;
  top: 0.15em;
}

.middle-ttl {
  font-size: 1.5rem;
  padding-top: 15px;
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .middle-ttl {
    font-size: 1.25rem;
  }
}
.middle-ttl:before {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #0068B7;
  position: absolute;
  top: 0;
  left: 0;
}
.middle-ttl:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #D6D6D6;
  position: absolute;
  top: 0;
  left: 40px;
}

/************テーブル**************/
table thead th {
  background: #F2F6F7;
  border-top: 1px solid #ADADAD;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  padding: 2px 5px;
}
table thead th:last-of-type {
  border-right: 1px solid #ADADAD;
}
table tbody th {
  background: #F2F6F7;
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
}
table tbody td {
  border-left: 1px solid #ADADAD;
  border-bottom: 1px solid #ADADAD;
  vertical-align: middle;
  padding: 8px;
}
table tbody tr td {
  font-size: 0.75rem;
}
table tbody tr td:last-of-type {
  border-right: 1px solid #ADADAD;
}

.table-wrap {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .table-wrap {
    min-height: 130px;
  }
}
@media screen and (max-width: 767px) {
  .table-wrap table {
    width: 850px;
  }
}
.table-wrap .table-img {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .table-wrap .table-img {
    width: 850px;
  }
}

.scroll-hint-icon-wrap .scroll-hint-icon {
  height: 90px;
  background: #0068B7;
}

/***************下層ページ********************/
.page .ttl {
  height: 300px;
  background: #FAF8F5;
  padding: 110px 0 30px;
}
@media screen and (max-width: 767px) {
  .page .ttl {
    height: auto;
    padding: 30px 25px 30px;
  }
}
.page .ttl .ttl-inner {
  padding-left: calc((100% - 1200px) / 2);
  padding-right: calc((100% - 1100px) / 2);
}
.page .ttl h2.page-ttl {
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page .ttl h2.page-ttl {
    font-size: 2rem;
    line-height: 1.4;
  }
}
.page .ttl h2.page-ttl .en {
  display: block;
  color: #0068B7;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-bottom: 10px;
  position: relative;
}
.page .ttl h2.page-ttl .en:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(/recruit/assets/img/common/ttl_parts.png) no-repeat;
  background-size: contain;
  margin-right: 5px;
}
.page .ttl .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media screen and (max-width: 767px) {
  .page .ttl .breadcrumb {
    justify-content: flex-end;
  }
}
.page .ttl .breadcrumb li {
  color: #0068B7;
  font-size: 0.75rem;
}
.page .ttl .breadcrumb li:after {
  color: #000000;
  content: "＞";
  display: inline-block;
  padding: 0 13px;
}
.page .ttl .breadcrumb li:last-of-type {
  margin-right: 0;
}
.page .ttl .breadcrumb li:last-of-type:after {
  content: none;
}
.page .ttl .breadcrumb li a {
  font-size: 0.75rem;
  color: #000000;
  text-decoration: underline;
}
.page .ttl .breadcrumb li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page .ttl .breadcrumb li a:hover {
    text-decoration: underline;
  }
}
.page .contents {
  /*@include mq(md){
    padding: 90px 5% 100px;
  }*/
}
.page .contents .section-category {
  padding: 115px 0 140px;
}
.page .contents .section-block {
  margin-bottom: 90px;
}
.page .contents .section-block.last {
  margin-bottom: 0;
}
.page .contents .section-block .section-ttl {
  width: 100%;
}
.page .contents .section-block .item-list {
  margin-bottom: 35px;
}
.page .contents .section-block .item-list dt {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.3;
  padding-left: 12px;
  margin-bottom: 1em;
}
.page .contents .section-block .item-list dt span {
  position: relative;
}
.page .contents .section-block .item-list dt span:before {
  content: "";
  display: block;
  width: 2px;
  height: 86%;
  background: #0068B7;
  position: absolute;
  left: -12px;
  top: 0.2em;
  /*top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);*/
}
.page .contents .section-block .item-list dt.blue {
  margin-left: 0;
  color: #0068B7;
}
.page .contents .section-block .item-list dd {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd {
    font-size: 0.8125rem;
  }
}
.page .contents .section-block .item-list dd .item-pic {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd .item-pic {
    margin-bottom: 10px;
  }
}
.page .contents .section-block .item-list dd .item-pic img {
  border: 1px solid #C6C6C6;
}
.page .contents .section-block .item-list dd .item-pic img.no-line {
  border: none;
}
.page .contents .section-block .item-list dd figure figcaption {
  margin-top: 10px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .item-list dd figure figcaption {
    margin-top: 5px;
    font-size: 0.8125rem;
  }
}
.page .contents .section-block .movie .movie-wrap {
  aspect-ratio: 16/9;
}
.page .contents .section-block .movie .movie-wrap iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contents .section-block .movie .movie-wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .contents .section-block .section-block-col1 {
  width: 100%;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img {
  margin: 30px 0;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img img {
  max-width: none;
  width: auto;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col1 .section-block-col1-img img {
    max-width: 100%;
    width: 100%;
  }
}
.page .contents .section-block .section-block-col1 .section-block-col1-img.w100 img {
  max-width: 100%;
  width: 100%;
}
.page .contents .section-block .section-block-col1 .section-block-col1-img.w80 img {
  max-width: 100%;
  width: 80%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col1 .section-block-col1-img.w80 img {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col1 .section-block-col1-img.w60 img {
  max-width: 100%;
  width: 60%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col1 .section-block-col1-img.w60 img {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col2 .section-block-col2-left {
  width: 394px;
  margin-right: 32px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-left {
    width: 100%;
    margin-bottom: 25px;
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-left.one-third {
  width: 265px;
  margin-right: 27px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-left.one-third {
    width: 100%;
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-right {
  width: 424px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-right {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-right.two-third {
  width: 558px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-right.two-third {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-img {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-img.left {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .section-block-col2-img.left {
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col2 .section-block-col2-img:nth-of-type(n + 3) {
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col2 .section-block-col2-img img {
  width: 100%;
}
.page .contents .section-block .section-block-col2 .item-list {
  width: 410px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .item-list {
    width: 100%;
  }
}
.page .contents .section-block .section-block-col2 .item-list:nth-of-type(odd) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col2 .item-list:nth-of-type(odd) {
    margin-right: 0;
  }
}
.page .contents .section-block .section-block-col3 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col3 .item-list {
  width: 265px;
  margin-right: calc((100% - 795px) / 2);
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col3 .item-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page .contents .section-block .section-block-col3 .item-list:nth-of-type(3n) {
  margin-right: 0;
}
.page .contents .section-block .section-block-col4 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.page .contents .section-block .section-block-col4 .item-list {
  width: 195px;
  margin-right: calc((100% - 780px) / 3);
}
@media screen and (max-width: 767px) {
  .page .contents .section-block .section-block-col4 .item-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page .contents .section-block .section-block-col4 .item-list:nth-of-type(4n) {
  margin-right: 0;
}
.page.col02 .contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents {
    flex-direction: column;
  }
}
.page.col02 .contents .side-nav {
  width: 252px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav {
    width: 100%;
    margin-bottom: 100px;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap {
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap {
    position: static;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a {
  font-size: 0.875rem;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .txt {
  width: calc(100% - 43px);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .link-arrow {
  width: 28px;
  height: 28px;
  margin-left: 15px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .link-arrow:before {
  top: 11px;
  left: 10px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a .link-arrow.down:before {
  left: 11px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a:hover .link-arrow {
  background: #0068B7;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li a:hover .link-arrow:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top {
  margin-bottom: 13px;
  border-bottom: none;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a {
  background: #0068B7;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px 40px;
  border: 1px solid #0068B7;
  transition: 0.3s all;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a {
    padding: 22px 15px 22px 45px;
    justify-content: flex-start;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 15px;
  transform: rotate(135deg);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a:hover {
  background: #fff;
  color: #0068B7;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.top a:hover:before {
  border-right: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #707070;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .plus {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0068B7;
  position: relative;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .plus:before, .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .plus:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 9px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .plus:after {
  transform: rotate(90deg);
  transition: 0.5s all;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .plus.minus:after {
  transform: rotate(0);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .link-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0068B7;
  position: relative;
  /*&.down{
    transform: rotate(90deg);
  }*/
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu .link-arrow:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 11px;
  left: 11px;
  transform: rotate(45deg);
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu:hover {
  cursor: pointer;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.child-menu:hover {
    opacity: 1;
  }
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion {
  display: none;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a {
  padding: 10px 10px;
  justify-content: start;
  border-bottom: 1px solid #D6D6D6;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #0068B7;
  margin-right: 6px;
}
.page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:hover {
  color: #0068B7;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .side-nav .side-nav-wrap .side-nav-menu li.side-nav-accordion li a:hover {
    color: #000000;
  }
}
.page.col02 .contents .contents-wrap {
  width: 850px;
}
@media screen and (max-width: 767px) {
  .page.col02 .contents .contents-wrap {
    width: 100%;
  }
}

/**********************************************
ページトップに戻るボタン
**********************************************/
#page-top {
  width: 84px;
  height: auto;
  position: fixed;
  display: flex;
  flex-direction: column;
  gap: 10px;
  right: 1%;
  bottom: 15px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all;
}
#page-top.top {
  opacity: 1;
  visibility: visible;
}

#page-top a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

#page-top a:nth-child(1) {
  background-image: url(/recruit/assets/img/common/entry_btn.png);
}

#page-top a:nth-child(2) {
  background-image: url(/recruit/assets/img/common/pagetop_btn.png);
}

#page-top a:nth-child(1):hover {
  background-image: url(/recruit/assets/img/common/entry_btn_hover.png);
}

#page-top a:nth-child(2):hover {
  background-image: url(/recruit/assets/img/common/pagetop_btn_hover.png);
}

@media screen and (max-width: 768px) {
  #page-top {
    width: 75px;
    bottom: 25px;
  }
  #page-top a {
    font-size: 1.2rem;
    width: 75px;
    height: 75px;
  }
  #page-top a .page-top-arrow {
    width: 8px;
    height: 8px;
  }
}
/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*****リンクなし ホバー解除******/
a[href*="javascript:void(0)"] {
  pointer-events: none;
  cursor: default;
}
a[href*="javascript:void(0)"]:hover {
  opacity: 1;
  background: none;
}

/******調整******/
.mt0 {
  margin-top: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb-em {
  margin-bottom: 1em;
}

.fs-12 {
  font-size: 0.75rem;
}

/*.test{
  width: 100px;
  height: 300px;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000000000000000000000000000;
}*//*# sourceMappingURL=common.css.map */