@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  color: #000;
  background-color: #ff0;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type='button']:-moz-focusring, [type='reset']:-moz-focusring, [type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: .35em .75em .625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  /* 2 */
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type='checkbox'], [type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
wi {
  margin-top: 0;
}
ul, ol {
  padding-left: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}
a {
  text-decoration: none;
  color: #333;
  /* transition: all .3s linear; */
}
img {
  max-width: 100%;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.kiwi {
  font-family: 'Kiwi Maru', serif;
}
.ns_cjk {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-style: normal;
}
.fontbb {
  font-weight: bold;
}
#lp_header_nav a:hover {}
input, button {
  padding: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
small {
  font-size: 100%;
}
.hrm_sp--hidden {
  display: none;
}
.hrm_menu--opened nav div:first-of-type {
  top: 0;
  opacity: 1;
}
.hrm_menu--opened header ul:first-of-type li:last-child a:before {
  top: 2.7rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hrm_menu--opened header ul:first-of-type li:last-child a:after {
  bottom: 2.6rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hrm_menu--opened header span {
  opacity: 0;
}
.hrm_menu--opened nav div:first-of-type {
  top: 0;
  opacity: 1;
}
.hrm_menu li.disabled a {
  background-color: #ddd !important;
  pointer-events: none;
}
header {
  position: fixed;
  z-index: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-left: 2rem;
  /* border-bottom: 1px solid #ddd; */
  background-color: #ffe064;
  border-bottom: none;
}
header > a {
  display: table;
  padding: 1.7rem 0;
  letter-spacing: .02em;
  color: #222;
}
header a p:first-of-type {
  display: table-cell;
}
header > a img {
  display: block;
  width: 8.5rem;
}
header .hrm_header__title {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}
header ul:first-of-type {
  font-size: 0;
}
header ul:first-of-type li {
  position: absolute;
  top: 0;
}
header ul:first-of-type li:first-child {
  right: 5.7rem;
  text-align: center;
}
header ul:first-of-type li:first-child a {
  display: block;
  width: 4.5rem;
  height: 3.8rem;
  padding-top: 1.7rem;
}
header ul:first-of-type img {
  height: 2.2rem;
}
header ul:first-of-type li:last-child {
  font-size: 0;
  right: .7rem;
}
header ul:first-of-type li:last-child a {
  display: inline-block;
  width: 5rem;
  height: 5.5rem;
}
header ul:first-of-type li:last-child a:before, header ul:first-of-type li:last-child a:after {
  position: absolute;
  left: 50%;
  width: 2.5rem;
  height: .2rem;
  margin-left: -1.2rem;
  content: '';
  border-radius: 20px;
  background-color: #222;
}
header ul:first-of-type li:last-child a:before {
  top: 1.7rem;
  -webkit-transition: top .2s linear, -webkit-transform .2s linear;
  transition: top .2s linear, -webkit-transform .2s linear;
  transition: top .2s linear, transform .2s linear;
  transition: top .2s linear, transform .2s linear, -webkit-transform .2s linear;
}
header ul:first-of-type li:last-child a:after {
  bottom: 1.6rem;
  -webkit-transition: bottom .2s linear, -webkit-transform .2s linear;
  transition: bottom .2s linear, -webkit-transform .2s linear;
  transition: bottom .2s linear, transform .2s linear;
  transition: bottom .2s linear, transform .2s linear, -webkit-transform .2s linear;
}
header span {
  display: block;
  width: 2.5rem;
  height: .2rem;
  margin: 2.7rem auto 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  border-radius: 20px;
  background-color: #222;
}
nav div:first-of-type, nav form {
  position: fixed;
  z-index: 10;
  width: 100%;
  -webkit-transition: top .4s cubic-bezier(.19, 1, .22, 1), opacity .6s ease-out;
  transition: top .4s cubic-bezier(.19, 1, .22, 1), opacity .6s ease-out;
  opacity: 0;
}
nav div:first-of-type {
  top: -100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 100%;
  padding: 6.1rem 0 4rem;
  background-color: #f7f7f4;
  -webkit-overflow-scrolling: touch;
}
nav div:first-of-type > ul:first-of-type {
  font-size: 1.3rem;
  line-height: 5.2rem;
  margin-bottom: 2rem;
  letter-spacing: .02em;
}
nav div:first-of-type > ul:first-of-type li {
  border-bottom: 1px solid #ddd;
}
nav div:first-of-type > ul:first-of-type a {
  position: relative;
  display: block;
  padding-left: 1.4rem;
  color: #222;
}
nav div:first-of-type > ul:first-of-type a:after {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: .6rem;
  height: 1rem;
  margin-top: -.5rem;
  content: '';
  background: url(https://www.jmam.co.jp/assets/images/hrm/common/ico-arrow-black.png) no-repeat;
  background-size: .6rem;
}
nav div:first-of-type > ul:first-of-type .hrm_dropdown:before {
  position: absolute;
  top: 2.5rem;
  right: 1.5rem;
  width: .8rem;
  height: .2rem;
  content: '';
  -webkit-transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, -webkit-transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear;
  transition: opacity .4s ease-out, transform .2s linear, -webkit-transform .2s linear;
  background-color: #222;
}
nav div:first-of-type > ul:first-of-type .hrm_dropdown:after {
  top: 2.2rem;
  right: 1.8rem;
  width: .2rem;
  height: .8rem;
  margin-top: 0;
  -webkit-transition: -webkit-transform .2s linear;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  background: #222;
}
nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:before, nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:before {
  opacity: 0;
}
nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened + .hrm_menu {
  opacity: 1;
}
nav div:first-of-type > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu {
  /*height: 14.6rem;*/
  height: 58.4rem;
}
nav div:first-of-type > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu {
  /*height: 9.7rem;*/
  height: 92.85rem;
}
nav div:first-of-type > ul:first-of-type li:nth-child(4) .hrm_dropdown--opened + .hrm_menu {
  /*height: 9.7rem;*/
  height: 44rem;
}
nav .hrm_menu {
  line-height: 4.8rem;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .2s ease-out, opacity .4s .1s ease-out;
  transition: height .2s ease-out, opacity .4s .1s ease-out;
  opacity: 0;
  border-top: 1px solid #ddd;
  background-color: #fff;
}
nav .hrm_menu:after {
  display: block;
  clear: both;
  content: '';
}
nav .hrm_menu li {
  float: left;
  width: 100%;
}
nav div:first-of-type > ul:first-of-type .hrm_menu li:last-child {
  border-bottom: 0;
}
nav ul:first-of-type .hrm_menu a {
  color: #666;
}
nav div > ul:last-of-type {
  font-size: 0;
  font-weight: bold;
  text-align: center;
}
nav div > ul:last-of-type li {
  font-size: 1.4rem;
  line-height: 5rem;
  display: inline-block;
  margin: 0 .75rem;
  letter-spacing: .06em;
}
nav div > ul:last-of-type a {
  display: block;
  width: 13.8rem;
  color: #fff;
  background-color: #8da4c5;
}
nav div > ul:last-of-type a:before {
  display: inline-block;
  margin-right: 1rem;
  content: '';
  background-repeat: no-repeat;
}
nav div > ul:last-of-type li:first-child a:before {
  position: relative;
  top: .2rem;
  width: 1.3rem;
  height: 1.5rem;
  background-image: url(../img/all/ico-doc.png);
  background-size: auto 1.5rem;
}
nav div > ul:last-of-type li:last-child a:before {
  width: 1.5rem;
  height: 1rem;
  background-image: url(../img/all/ico-mail.png);
  background-size: 1.5rem;
}
nav form {
  top: -3.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5rem 2rem;
  background-color: #f7f7f4;
}
nav [type='search'] {
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 4rem;
  padding: 0 5.2rem 0 1.5rem;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  border: 1px solid #ddd;
  -webkit-appearance: none;
}
nav [type='search']:focus {
  background-color: rgba(141, 164, 197, .2);
}
nav [type='submit'] {
  font-size: 0;
  position: absolute;
  top: 2.5rem;
  right: 2rem;
  width: 5.2rem;
  height: 4rem;
  cursor: pointer;
  background: url(../img/all/ico-search.png) no-repeat center;
  background-size: auto 2.2rem;
}
nav div:last-of-type {
  position: fixed;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .6s ease-out, visibility .6s ease-out;
  transition: opacity .6s ease-out, visibility .6s ease-out;
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  -webkit-tap-highlight-color: transparent;
}
main {
  /* padding-top: 6.1rem; */
}
/*footer {
	padding: 0 2rem .7rem;
}

footer>ul:first-of-type,
footer>ul:nth-of-type(2),
footer>ul:nth-of-type(3) {
	font-size: 1.2rem;
	font-weight: bold;
	line-height: 5.1rem;
	margin-bottom: 0;
	letter-spacing: .04em;
}

footer>ul:first-of-type li,
footer>ul:nth-of-type(2) li,
footer>ul:nth-of-type(3) li {
	border-bottom: 1px solid #ddd;
}

footer>ul:first-of-type a,
footer>ul:nth-of-type(2) a,
footer>ul:nth-of-type(3) a {
	position: relative;
	display: block;
	padding-left: .5rem;
	color: #444;
}

footer>ul:first-of-type a:after,
footer>ul:nth-of-type(2) a:after,
footer>ul:nth-of-type(3) a:after {
	position: absolute;
	top: 50%;
	right: .5rem;
	width: .6rem;
	height: 1rem;
	margin-top: -.5rem;
	content: '';
	background: url(https://www.jmam.co.jp/assets/images/hrm/common/ico-arrow-gray.png) no-repeat;
	background-size: .6rem;
}

footer>ul:first-of-type .hrm_dropdown:before {
	position: absolute;
	top: 2.4rem;
	right: .5rem;
	width: .8rem;
	height: .2rem;
	content: '';
	-webkit-transition: opacity .4s ease-out, -webkit-transform .2s linear;
	transition: opacity .4s ease-out, -webkit-transform .2s linear;
	transition: opacity .4s ease-out, transform .2s linear;
	transition: opacity .4s ease-out, transform .2s linear, -webkit-transform .2s linear;
	background-color: #888;
}

footer>ul:first-of-type .hrm_dropdown:after {
	top: 2.1rem;
	right: .8rem;
	width: .2rem;
	height: .8rem;
	margin-top: 0;
	-webkit-transition: -webkit-transform .2s linear;
	transition: -webkit-transform .2s linear;
	transition: transform .2s linear;
	transition: transform .2s linear, -webkit-transform .2s linear;
	background: #888;
}

footer>ul:first-of-type .hrm_dropdown--opened:before,
footer>ul:first-of-type .hrm_dropdown--opened:after {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

footer>ul:first-of-type .hrm_dropdown--opened:before {
	opacity: 0;
}

footer .flex_row_wrap>.flex_row>ul:first-of-type .hrm_dropdown--opened+.hrm_menu {
	opacity: 1;
}

footer .flex_row_wrap>.flex_row>ul:first-of-type li:nth-child(1) .hrm_dropdown--opened+.hrm_menu {
	/*height: 17rem;*/
height: 100%;
}
footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu {
  height: 29.9rem;
  height: 100%;
}
footer .flex_row_wrap > .flex_row > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu {
  height: 15.3rem;
  height: 100%;
}
footer .hrm_menu {
  font-weight: normal;
  line-height: 1.5rem;
  overflow: hidden;
  height: 0;
  -webkit-transition: height .2s ease-out, opacity .4s .1s ease-out;
  transition: height .2s ease-out, opacity .4s .1s ease-out;
  letter-spacing: .02em;
  opacity: 0;
}
footer .hrm_menu li.disabled a {
  background-color: transparent !important;
  color: #ddd !important;
  pointer-events: none;
}
footer .hrm_menu:after {
  display: block;
  clear: both;
  content: '';
}
footer > ul:first-of-type .hrm_menu li {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 1.1rem;
  padding-left: .5rem;
  border-bottom: 0;
}
footer .hrm_menu li:nth-child(odd) {
  width: 51.492537313432836%;
}
footer .hrm_menu li:nth-child(even) {
  width: 48.507462686567164%;
}
footer > ul:first-of-type .hrm_menu a {
  display: inline-block;
  padding-left: .9rem;
  color: #666;
}
footer > ul:first-of-type .hrm_menu a:before {
  position: absolute;
  top: .4rem;
  left: 0;
  display: inline-block;
  width: .4rem;
  height: .6rem;
  content: '';
  background: url(../img/all/ico-footer.png) no-repeat;
  background-size: .4rem;
}
footer > ul:first-of-type .hrm_menu a:after {
  display: none;
}
footer > ul:nth-of-type(3) {
  margin-bottom: 2.1rem;
}
footer > ul:last-of-type {
  font-size: 1.2rem;
  margin-bottom: 2.1rem;
  letter-spacing: .04em;
}
footer > ul:last-of-type:after {
  display: block;
  clear: both;
  content: '';
}
footer > ul:last-of-type li {
  float: left;
  width: 50%;
}
footer > ul:last-of-type li:first-child a:after {
  position: relative;
  bottom: .1rem;
  display: inline-block;
  width: .7rem;
  height: .5rem;
  margin-left: .7rem;
  content: '';
  background: url(../img/all/ico-external.png) no-repeat;
  background-size: 1.4rem;
}
footer > ul:last-of-type li:nth-child(even) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 1rem;
}
footer > ul:last-of-type a {
  display: inline-block;
  padding: .9rem 0;
  color: #888;
}
footer div {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  text-align: right;
  border-bottom: 1px solid #ddd;
}
/*
footer div:after {
  display: block;
  clear: both;
  content: '';
}
*/
footer div p img {
  width: 100px;
}
footer > p {
  margin-top: .9rem;
  text-align: center;
  letter-spacing: .02em;
  color: #888;
}
*/ @-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(.1);
    transform: scale(.1);
    opacity: .0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@media print, screen and (min-width: 360px) {
  header a p:first-of-type {
    padding-right: .7rem;
  }
}
@media print, screen and (min-width: 375px) {
  nav div > ul:last-of-type a {
    width: 16.5rem;
  }
}
@media print, screen and (min-width: 480px) {
  html {
    font-size: 75%;
  }
}
@media print, screen and (min-width: 640px) {
  html {
    font-size: 87.5%;
  }
}
@media print, screen and (min-width: 813px) and (min-width: 1030px) {
  header .hrm_header__title {
    visibility: visible !important;
  }
}
@media print, screen and (min-width: 813px) {
  .hrm_pc--hidden {
    display: none;
  }
  .hrm_sp--hidden {
    display: block;
  }
  .hrm_menu--opened nav div:first-of-type {
    top: 66px;
  }
  .hrm_menu--fixed header {
    position: fixed;
    z-index: 100000;
    width: 132px;
  }
  .hrm_menu--fixed header > a {
    padding: 21px 0;
  }
  .hrm_menu--fixed header a p:first-of-type {
    padding-right: 0;
  }
  .hrm_menu--fixed header > a img {
    width: 72px;
  }
  .hrm_menu--fixed header .hrm_header__title {
    display: none;
  }
  .hrm_menu--fixed header > p {
    display: none;
  }
  .hrm_menu--fixed header ul:last-of-type {
    display: none;
  }
  .hrm_menu--fixed nav div:first-of-type {
    position: fixed;
    top: 0;
    -webkit-box-shadow: inset 0 -1px #ddd;
    box-shadow: inset 0 -1px #ddd;
  }
  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type {
    height: 65px;
    margin-right: 203px;
    text-align: right;
  }
  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type li {
    font-size: 12px;
    line-height: 65px;
  }
  .hrm_menu--fixed nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 10px;
  }
  .hrm_menu--fixed nav .hrm_menu {
    position: fixed;
    top: -55px;
  }
  .hrm_menu--fixed nav .hrm_menu--opened {
    top: 65px;
  }
  .hrm_menu--fixed nav div > ul:last-of-type {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .hrm_menu--fixed nav div > ul:last-of-type li {
    font-size: 13px;
    line-height: 65px;
    margin: 0;
    letter-spacing: .02em;
  }
  .hrm_menu--fixed nav div > ul:last-of-type li:first-child {
    margin-right: 1px;
  }
  .hrm_menu--fixed nav div > ul:last-of-type a {
    width: 96px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
  }
  .hrm_menu--fixed nav div > ul:last-of-type a:before {
    display: none;
  }
  .hrm_menu--fixed nav div > ul:last-of-type a:hover {
    background-color: #4775b7;
  }
  .hrm_menu--fixed .hrm_prev-top {
    bottom: 30px;
    opacity: 1;
  }
  header {
    position: absolute;
    z-index: 1000;
    padding-left: 30px;
  }
  header > a {
    padding: 17px 0 16px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  header > a:hover {
    opacity: .8;
  }
  header a p:first-of-type {
    padding-right: 15px;
  }
  header > a img {
    width: 110px;
  }
  header .hrm_header__title {
    font-size: 13px;
    visibility: hidden;
  }
  header > p {
    font-size: 13px;
    line-height: 32px;
    position: absolute;
    top: 17px;
    right: 409px;
    letter-spacing: .02em;
  }
  header > p a {
    display: block;
    padding: 0 16px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    color: #fff;
    background-color: #00a4e5;
    border-radius: 25px;
  }
  header > p a:hover {
    background-color: #4775b7;
  }
  header ul:last-of-type {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    letter-spacing: .02em;
  }
  header ul:last-of-type li {
    float: left;
    width: 96px;
  }
  header ul:last-of-type li:first-child {
    margin-right: 1px;
  }
  header ul:last-of-type a {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 66px;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    color: #fff;
    background-color: #8da4c5;
  }
  header ul:last-of-type a:before {
    display: block;
    margin: 0 auto;
    content: '';
    background-repeat: no-repeat;
  }
  header ul:last-of-type a:hover {
    background-color: #4775b7;
  }
  header ul:last-of-type li:first-child a {
    padding-top: 13px;
  }
  header ul:last-of-type li:first-child a:before {
    width: 15px;
    height: 18px;
    margin-bottom: 4px;
    background-image: url(../img/all/ico-external.png);
    background-size: 15px;
  }
  header ul:last-of-type li:last-child a {
    padding-top: 16px;
  }
  header ul:last-of-type li:last-child a:before {
    width: 20px;
    height: 13px;
    margin-bottom: 6px;
    background-image: url(../img/all/ico-mail.png);
    background-size: 20px;
  }
  nav div:first-of-type, nav form {
    position: absolute;
    z-index: 1000;
    opacity: 1;
  }
  nav div:first-of-type {
    top: 67px;
    overflow-y: visible;
    padding: 0;
    -webkit-transition: none;
    transition: none;
    text-align: center;
    background-color: #fff;
  }
  nav div:first-of-type > ul:first-of-type {
    line-height: 1;
    overflow-y: hidden;
    height: 54px;
    margin-bottom: 0;
  }
  nav div:first-of-type > ul:first-of-type li {
    font-size: 12px;
    line-height: 54px;
    display: inline-block;
    border-bottom: 0;
  }
  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 25px;
  }
  nav div:first-of-type > ul:first-of-type li:last-child {
    /* display: none; */
  }
  nav div:first-of-type > ul:first-of-type a {
    padding-left: 0;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
  }
  nav div:first-of-type > ul:first-of-type a:after {
    top: auto;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    margin-top: 0;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
    background: #8da4c5;
  }
  nav div:first-of-type > ul:first-of-type a:hover {
    color: #8da4c5;
  }
  nav div:first-of-type > ul:first-of-type a:hover:after {
    bottom: 0;
  }
  nav div:first-of-type > ul:first-of-type .hrm_nav__link--current {
    color: #8da4c5;
  }
  nav div:first-of-type > ul:first-of-type .hrm_nav__link--current:after {
    bottom: 0;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(3) a:after {
    background-color: #ACDFD2;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(4) a:after {
    background-color: #CFC1E8;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(5) a:after {
    background-color: #77aec6;
  }
  nav div:first-of-type > ul:first-of-type .hrm_dropdown {
    cursor: default;
  }
  nav div:first-of-type > ul:first-of-type .hrm_dropdown:before {
    display: none;
  }
  nav div:first-of-type > ul:first-of-type .hrm_dropdown:after {
    top: auto;
    right: 0;
    bottom: -4px;
    width: 100%;
    height: 4px;
    -webkit-transition: bottom .2s linear;
    transition: bottom .2s linear;
    background: #F5B46C;
  }
  nav div:first-of-type > ul:first-of-type .hrm_dropdown--opened:after, nav div:first-of-type > ul:first-of-type .hrm_dropdown.hrm_nav__link--current:after {
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(2) .hrm_dropdown--opened, nav div:first-of-type > ul:first-of-type > li:nth-child(2) .hrm_nav__link--current {
    color: #F5B46C;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(3) .hrm_dropdown--opened, nav div:first-of-type > ul:first-of-type > li:nth-child(3) .hrm_nav__link--current {
    color: #ACDFD2;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(4) .hrm_dropdown--opened, nav div:first-of-type > ul:first-of-type > li:nth-child(4) .hrm_nav__link--current {
    color: #CFC1E8;
  }
  nav .hrm_menu {
    font-size: 0;
    line-height: 1;
    position: absolute;
    z-index: 100;
    top: 1px;
    left: 0;
    width: 100%;
    height: auto;
    padding: 40px 0;
    transition: top .4s cubic-bezier(.19, 1, .22, 1), opacity .4s cubic-bezier(.19, 1, .22, 1);
    text-align: center;
    opacity: 0;
    border-top: 0;
    background-color: #f7f7f4;
    pointer-events: none;
  }
  nav .hrm_menu li {
    font-size: 14px;
    line-height: 40px;
    position: relative;
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 10px;
    -webkit-transition: opacity .6s .2s ease-out;
    transition: opacity .6s .2s ease-out;
    letter-spacing: .04em;
    opacity: 0;
    margin-bottom: 10px;
  }
  nav .hrm_menu a {
    padding: 0 50px;
  }
  nav .hrm_menu--opened {
    top: 121px;
    opacity: 1;
    pointer-events: auto;
  }
  nav .hrm_menu--opened li {
    opacity: 1;
  }
  nav .hrm_menu--opened ~ div:last-of-type {
    visibility: visible;
    opacity: 1;
  }
  nav .hrm_menu a {
    display: block;
    color: #fff;
  }
  nav .hrm_menu a:before, nav .hrm_menu a:after {
    position: absolute;
    content: '';
  }
  nav .hrm_menu a:before {
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: width 1s linear;
    transition: width 1s linear;
  }
  nav .hrm_menu a:after {
    top: 50%;
    right: 20px;
    width: 6px;
    height: 10px;
    margin-top: -5px;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    background: url(../img/all/ico-arrow-white.png) no-repeat;
    background-size: 6px;
  }
  nav .hrm_menu a:hover:before {
    width: 100%;
  }
  nav .hrm_menu a:hover:after {
    right: 17px;
  }
  nav .hrm_menu:first-of-type a {
    background-color: #efb972;
  }
  nav .hrm_menu:first-of-type a:before {
    background-color: #df9027;
  }
  nav .hrm_menu:nth-of-type(2) a {
    background-color: #7ac28f;
  }
  nav .hrm_menu:nth-of-type(2) a:before {
    background-color: #38b35c;
  }
  nav .hrm_menu:nth-of-type(3) a {
    background-color: #CFC1E8;
  }
  nav .hrm_menu:nth-of-type(3) a:before {
    background-color: #9986bc;
  }
  nav .hrm_menu:last-of-type a {
    background-color: #CFC1E8;
  }
  nav .hrm_menu:last-of-type a:before {
    background-color: #9986bc;
  }
  nav span {
    position: relative;
  }
  nav div > ul:last-of-type {
    display: none;
  }
  nav form {
    position: absolute;
    top: 17px;
    right: 209px;
    width: 182px;
    padding: 0;
  }
  nav [type='search'] {
    height: 32px;
    padding: 0 41px 0 10px;
  }
  nav [type='submit'] {
    top: 0;
    right: 0;
    width: 41px;
    height: 32px;
    background-size: 15px;
  }
  nav div:last-of-type {
    z-index: 10;
  }
  main {
    padding-top: 121px;
  }
  /*footer {
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		/* width: 1040px; */
  /*height: 365px;*/
  height: auto;
  margin: 0 auto;
  padding: 36px 0 63px;
}
footer > ul:first-of-type, footer > ul:nth-of-type(2), footer > ul:nth-of-type(3) {
  font-size: 13px;
  font-weight: normal;
  line-height: 1.85;
  float: left;
  margin-bottom: 0;
}
footer > ul:first-of-type li, footer > ul:nth-of-type(2) li, footer > ul:nth-of-type(3) li {
  float: left;
  width: 155px;
  margin-right: 30px;
  border-bottom: 0;
}
footer > ul:first-of-type a, footer > ul:nth-of-type(2) a, footer > ul:nth-of-type(3) a {
  padding-left: 11px;
}
footer > ul:first-of-type a:before, footer > ul:nth-of-type(2) a:before, footer > ul:nth-of-type(3) a:before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 5px;
  height: 8px;
  content: '';
  background: url(../img/all/ico-footer.png) no-repeat;
  background-size: 5px;
}
footer > ul:first-of-type a:after, footer > ul:nth-of-type(2) a:after, footer > ul:nth-of-type(3) a:after {
  display: none;
}
footer > ul:first-of-type a:hover, footer > ul:nth-of-type(2) a:hover, footer > ul:nth-of-type(3) a:hover {
  color: #8da4c5;
}
footer > ul:first-of-type .hrm_dropdown {
  margin-bottom: 16px;
  padding: 0 0 6px 0;
  cursor: default;
  border-bottom: 1px solid #ddd;
}
footer > ul:first-of-type .hrm_dropdown:before, footer > ul:first-of-type .hrm_dropdown:after {
  display: none;
}
footer > ul:first-of-type .hrm_dropdown:hover {
  text-decoration: none;
  color: #444;
}
footer .hrm_menu {
  line-height: 1.3;
  height: auto;
  letter-spacing: .04em;
  opacity: 1;
}
footer > ul:first-of-type .hrm_menu li {
  margin-bottom: 11px;
  padding-left: 1px;
}
footer .hrm_menu li:nth-child(odd) {
  width: 100%;
}
footer .hrm_menu li:nth-child(even) {
  width: 100%;
}
footer > ul:first-of-type .hrm_menu a {
  padding-left: 10px;
}
footer > ul:first-of-type .hrm_menu a:before {
  top: 4px;
  width: 5px;
  height: 8px;
  background-size: 5px;
}
footer > ul:first-of-type > li:first-child {
  line-height: 1.3;
  width: 140px;
  margin: 4px 45px 0 0;
}
footer > ul:first-of-type > li:first-child a:before {
  top: 4px;
}
footer > ul:nth-of-type(2) {
  width: 165px;
}
footer > ul:nth-of-type(2) li {
  margin: 0 0 23px 0;
}
footer > ul:nth-of-type(3) {
  width: 135px;
}
footer > ul:nth-of-type(3) li {
  margin: 0 0 23px 0;
}
footer > ul:nth-of-type(3) li:nth-child(2) {
  margin-bottom: 26px;
}
footer > ul:nth-of-type(3) li:nth-child(3) {
  line-height: 1.3;
  margin-bottom: 12px;
}
footer > ul:nth-of-type(3) li:nth-child(3) a:before {
  top: 4px;
}
footer > ul:last-of-type {
  font-size: 12px;
  position: absolute;
  right: 115px;
  bottom: 22px;
  margin-bottom: 0;
  letter-spacing: .02em;
}
footer > ul:last-of-type li {
  width: auto;
}
footer > ul:last-of-type li:not(:first-child):before {
  margin: 0 1em;
  content: '｜';
}
footer > ul:last-of-type li:first-child a:after {
  bottom: 0;
  width: 11px;
  height: 8px;
  margin-left: 6px;
  background-size: 22px;
}
footer > ul:last-of-type li:nth-child(even) {
  padding-left: 0;
}
footer > ul:last-of-type a {
  display: inline;
  padding: 5px 0;
}
footer > ul:last-of-type a:hover {
  text-decoration: underline;
}
footer div p:hover {
  opacity: .8;
}
footer > p {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  left: -12px;
}
*/ html {
  font-size: 100%;
}
}
@media print, screen and (min-width: 813px) and (min-width: 1100px) {
  nav div:first-of-type > ul:first-of-type li {
    font-size: 15px;
  }
  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 50px;
  }
  nav .hrm_menu li {
    width: 245px;
  }
}
@media print, screen and (min-width: 813px) and (min-width: 960px) {
  nav div:first-of-type > ul:first-of-type li {
    font-size: 14px;
  }
  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 35px;
  }
  nav .hrm_menu li {
    width: 305px;
  }
  nav .hrm_menu a {
    padding: 0;
  }
}
@media print, screen and (max-width: 1200px) {
  nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 600px) {
  body > nav {
    z-index: 15;
    position: relative;
  }
}
.sp_nav_blue_bt a {
  background: #00a4e5;
  color: #fff;
  border-radius: 50px;
  display: block;
  padding: 12px 5px;
  width: 70%;
  margin: 25px auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
/* slick */
* {
  margin: 0;
  padding: 0;
}
/* module */
/* opacity */
/* inline-block */
/* transition */ :root {
  --screen-height: 100vh;
}
/************************************************************
common parts
************************************************************/
/* flex *****************/
.flex_bet {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex_stretch {
  display: flex;
  justify-content: stretch;
  flex-direction: row;
  flex-wrap: wrap;
}
/************************************************************
clear fix & other parts
************************************************************/
.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
height: auto;
overflow: hidden;
/**/
}
.bold {
  font-weight: bold !important;
}
/* NEW */
/* opacity */
/* inline-block */
/* transition */ :root {
  --screen-height: 100vh;
}
* {
  box-sizing: border-box;
}
@media screen and (min-width: 813px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 812px) {
  .pc {
    display: none !important;
  }
}
@media screen and (max-width: 812px) {
  main {
    padding-top: 6.1rem;
  }
}
/* header */
header ul:last-of-type li:first-child a {
  background: #079ee3;
}
header P#hrm_header_else1 {
  right: 425px;
}
nav .hrm_menu.hrm_sp--hidden {
  padding: 40px 4%;
  text-align: left;
}
nav .hrm_menu.hrm_sp--hidden li {
  margin: 0 0.4% 0.8%;
  width: 15.8% !important;
  text-align: center;
  float: none;
}
nav .hrm_menu.hrm_sp--hidden li a {
  display: block;
}
nav .hrm_menu.hrm_sp--hidden li.disabled {
  background: red !important;
}
nav .hrm_menu.hrm_sp--hidden li.disabled a {
  background: #eee !important;
  color: #999 !important;
}
nav .hrm_menu.hrm_sp--hidden li {
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.2s !important;
}
nav .hrm_menu.hrm_sp--hidden li a {
  width: 100%;
  transition: 0.2s !important;
  text-align: center;
  line-height: 1.3;
  padding: 15px 0;
  color: #000;
  font-weight: bold;
  font-size: 12px;
}
nav .hrm_menu.hrm_sp--hidden li a:before, nav .hrm_menu.hrm_sp--hidden li a:after {
  content: none;
}
nav .hrm_menu.hrm_sp--hidden li a:after {
  content: "";
  background: url("../img/common/ico-arrow-long.png") right center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 50%;
  right: 18px;
  transform: translateX(50%);
  transition: right .3s;
  width: 19px;
  height: 4px;
}
nav .hrm_menu.hrm_sp--hidden li a:hover:after {
  right: 13px;
}
nav .hrm_menu.hrm_sp--hidden li.line2 a {
  padding: 7px 0;
}
nav .hrm_menu.hrm_sp--hidden li:before {
  content: '';
  height: 1px;
  background-color: #000;
  width: 98.5%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
nav .hrm_menu.hrm_sp--hidden li:after {
  content: '';
  width: 1px;
  background-color: #000;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
nav .hrm_menu.hrm_sp--hidden#who li {
  background-color: #fce8d3;
  box-shadow: 3px 3px 0 #f5b46c;
}
nav .hrm_menu.hrm_sp--hidden#who li a {
  background: none;
}
nav .hrm_menu.hrm_sp--hidden#who li:hover {
  background-color: #ffc078;
  box-shadow: 0px 0px 0 #f5b46c;
}
nav .hrm_menu.hrm_sp--hidden#what li {
  background-color: #e6f5f1;
  box-shadow: 3px 3px 0 #acdfd2;
}
nav .hrm_menu.hrm_sp--hidden#what li a {
  background: none;
}
nav .hrm_menu.hrm_sp--hidden#what li:hover {
  background-color: #baede0;
  box-shadow: 0px 0px 0 #acdfd2;
}
nav .hrm_menu.hrm_sp--hidden#how li {
  background-color: #f1ecf8;
  box-shadow: 3px 3px 0 #cfc1e8;
}
nav .hrm_menu.hrm_sp--hidden#how li a {
  background: none;
}
nav .hrm_menu.hrm_sp--hidden#how li:hover {
  background-color: #dccef5;
  box-shadow: 0px 0px 0 #cfc1e8;
}
@media screen and (max-width: 812px) {
  nav .hrm_menu.hrm_sp--hidden {
    display: none !important;
  }
}
nav form {
  background: none;
  width: 200px;
}
nav form input[type="search"] {
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  border: none;
  border-radius: 30px;
  font-size: 12px;
}
@media screen and (max-width: 812px) {
  nav form {
    background: #f7f7f4;
    width: 100%;
  }
}
/* end header */
/* footer */
/*footer#footer {
	padding-bottom: 10px;
	width: auto;
	margin: 0 auto;
}

footer#footer div {
	padding: 0;
	margin: 0;
	border: none;
	text-align: inherit;
}

footer#footer #hrm_footer_menu0 {
	border: none;
	padding-bottom: 0;
	margin-bottom: 15px;
}

footer#footer #hrm_footer_menu0 p {
	text-align: left;
	font-size: 12px;
	margin-bottom: 12px;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu0 p {
		margin-bottom: 0;
	}
}

footer#footer #hrm_footer_menu0 p a {
	color: #333;
}

footer#footer #hrm_footer_menu0 p a:after {
	content: ' > ';
	display: inline-block;
	margin-left: 8px;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu0 p a:after {
		content: none;
	}
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu0 p a {
		position: relative;
		width: 100%;
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 18px 5px;
		font-size: 12px;
		font-weight: bold;
	}

	footer#footer #hrm_footer_menu0 p a:before {
		content: '';
		position: absolute;
		width: 6px;
		height: 2px;
		background: #888;
		transform: rotate(45deg);
		top: calc(50% - 2px);
		right: 15px;
	}

	footer#footer #hrm_footer_menu0 p a:after {
		content: '';
		position: absolute;
		width: 6px;
		height: 2px;
		background: #888;
		transform: rotate(-45deg);
		top: calc(50% + 2px);
		right: 15px;
	}
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu0 {
		border-top: 1px solid #ddd;
		margin-top: 8vw;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_bet {
		flex-direction: column-reverse;
	}
}

footer#footer div.flex_row>ul li {
	line-height: 1.6;
	margin-bottom: 10px;
}

footer#footer div.flex_row>ul#hrm_footer_menu1 {
	letter-spacing: -.40em;
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 230px;
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li>a {
	cursor: default;
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li>a:hover {
	opacity: 1;
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li>a:before {
	content: '■';
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a:before {
		content: none;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a {
		cursor: pointer;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a {
		position: relative;
		width: 100%;
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 18px 5px;
		font-size: 12px;
		font-weight: bold;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a:before {
		content: '';
		position: absolute;
		width: 8px;
		height: 2px;
		background: #888;
		transform: rotate(90deg);
		top: calc(50%);
		right: 15px;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-ms-transition: all 0.15s ease-out;
		-o-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a:after {
		content: '';
		position: absolute;
		width: 8px;
		height: 2px;
		background: #888;
		transform: rotate(0deg);
		top: calc(50%);
		right: 15px;
		-webkit-transition: all 0.15s ease-out;
		-moz-transition: all 0.15s ease-out;
		-ms-transition: all 0.15s ease-out;
		-o-transition: all 0.15s ease-out;
		transition: all 0.15s ease-out;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a.hrm_dropdown--opened {
		border-bottom: none;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a.hrm_dropdown--opened:before {
		content: '';
		position: absolute;
		width: 8px;
		height: 2px;
		background: #888;
		transform: rotate(180deg);
		top: calc(50%);
		right: 15px;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu1>li>a.hrm_dropdown--opened:after {
		content: '';
		position: absolute;
		width: 8px;
		height: 2px;
		background: #888;
		transform: rotate(180deg);
		top: calc(50%);
		right: 15px;
	}
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li ul {
	margin-top: 15px;
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li ul {
		margin-top: 0;
		letter-spacing: -.40em;
		padding: 0 3%;
		border-bottom: 1px solid #ddd;
	}
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li ul li {
	margin-left: 1em;
}

footer#footer div.flex_row>ul#hrm_footer_menu1>li ul li:after {
	content: ' > ';
	display: inline-block;
	margin-left: 8px;
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li ul li:after {
		content: none;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li ul li {
		display: inline-block;
		vertical-align: top;
		letter-spacing: normal;
		width: 50%;
		margin-left: 0;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li ul li a {
		display: block;
		padding-bottom: 14px;
		padding-left: 1em;
		text-indent: -1em;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu1>li ul li a:before {
		content: ' > ';
		margin-right: 5px;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1>li {
		width: 100%;
		display: block;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu1 {
		width: 100%;
		margin-bottom: 0;
	}
}

footer#footer div.flex_row>ul#hrm_footer_menu2 li:after {
	content: ' > ';
	display: inline-block;
	margin-left: 8px;
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu2 li:after {
		content: none;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu2 li a {
		position: relative;
		width: 100%;
		display: block;
		border-bottom: 1px solid #ddd;
		padding: 18px 5px;
		font-size: 12px;
		font-weight: bold;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu2 li a:before {
		content: '';
		position: absolute;
		width: 6px;
		height: 2px;
		background: #888;
		transform: rotate(45deg);
		top: calc(50% - 2px);
		right: 15px;
	}

	footer#footer div.flex_row>ul#hrm_footer_menu2 li a:after {
		content: '';
		position: absolute;
		width: 6px;
		height: 2px;
		background: #888;
		transform: rotate(-45deg);
		top: calc(50% + 2px);
		right: 15px;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu2 li {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 812px) {
	footer#footer div.flex_row>ul#hrm_footer_menu2 {
		width: 100%;
	}
}

footer#footer div.flex_row>ul>li {
	text-align: left;
	font-size: 12px;
}

footer#footer div.flex_row>ul>li a {
	color: #333;
}

footer#footer div.flex_row>ul>li a:hover {
	opacity: 0.75;
}

footer#footer #hrm_footer_menu3 {
	width: 250px;
}

footer#footer #hrm_footer_menu3 .sns_bt {
	text-align: center;
	margin-bottom: 30px;
}

footer#footer #hrm_footer_menu3 .sns_bt a {
	background: #079ee3;
	border-radius: 50px;
	width: 100%;
	display: inline-block;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	font-weight: bold;
}

footer#footer #hrm_footer_menu3 .sns_bt a img {
	width: 10px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 .sns_bt a img {
		width: 13px;
	}
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 .sns_bt {
		margin-bottom: 8vw;
	}
}

footer#footer #hrm_footer_menu3 #twitter_box {
	border: 1px solid #999;
	height: 400px;
	overflow: hidden;
	margin-bottom: 20px;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 #twitter_box {
		margin-bottom: 20px;
	}
}

footer#footer #hrm_footer_menu3 .logo_box {
	text-align: left;
	letter-spacing: -.40em;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 .logo_box {
		text-align: center;
	}
}

footer#footer #hrm_footer_menu3 .logo_box img {
	vertical-align: bottom;
}

footer#footer #hrm_footer_menu3 .logo_box a {
	display: inline-block;
	vertical-align: middle;
}

footer#footer #hrm_footer_menu3 .logo_box .co_logo {
	margin-right: 7px;
	padding-top: 3px;
}

footer#footer #hrm_footer_menu3 .logo_box .co_logo img {
	width: 160px;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 .logo_box .co_logo img {
		width: 180px;
	}
}

footer#footer #hrm_footer_menu3 .logo_box .privacy_logo img {
	width: 78px;
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 .logo_box .privacy_logo img {
		width: 85px;
	}
}

@media screen and (max-width: 812px) {
	footer#footer #hrm_footer_menu3 {
		width: 100%;
		padding-top: 8vw;
	}
}

@media screen and (max-width: 812px) {
	footer#footer {
		width: 100%;
		margin-top: 0 !important;
	}
}

#footer2 {
	border-top: 2px solid #ccc;
	padding: 10px 0;
}

#footer2>.flex_bet {
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
}

#footer2>.flex_bet ul {
	letter-spacing: -.40em;
	margin-bottom: 0;
}

#footer2>.flex_bet ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	font-size: 12px;
	margin-right: 15px;
}

#footer2>.flex_bet ul li a {
	color: #333;
}

#footer2>.flex_bet ul li a:after {
	content: ' > ';
	display: inline-block;
	margin-left: 5px;
}

#footer2>.flex_bet ul li a:hover {
	opacity: 0.75;
}

@media screen and (max-width: 812px) {
	#footer2>.flex_bet ul li {
		width: 47%;
		margin-right: 0;
		margin-bottom: 15px;
	}

	#footer2>.flex_bet ul li:nth-child(even) {
		width: 53%;
	}
}

#footer2>.flex_bet #copyright {
	color: #333;
	font-size: 14px;
}

@media screen and (max-width: 812px) {
	#footer2>.flex_bet #copyright {
		display: block;
		text-align: center;
		font-size: 10px;
		width: 100%;
		padding: 10px 0 15px;
		color: #666;
	}
}

@media screen and (max-width: 812px) {
	#footer2>.flex_bet {
		width: 100%;
	}
}

@media screen and (max-width: 812px) {
	#footer2 {
		border-top: none;
		padding: 0 5%;
	}
}*/
#breadcrumbs {
  width: 100%;
  height: 30px;
  /* background-color: #edfaff; */
}
@media screen and (max-width: 812px) {
  #breadcrumbs {
    display: none;
  }
}
#breadcrumbs ul {
  width: auto;
  height: 100%;
  margin-right: auto;
  margin-left: 250px;
  display: flex;
}
#breadcrumbs ul li:nth-child(n+2) {
  padding-left: 15px;
  font-weight: normal;
}
#breadcrumbs ul li:last-of-type a::after {
  display: none;
}
#breadcrumbs ul li:last-of-type span:after {
  content: none;
}
#breadcrumbs ul li a, #breadcrumbs ul li span {
  height: 100%;
  position: relative;
  text-decoration: none;
  font-size: 12px;
  color: #00a4e5;
  padding-right: 24px;
  display: flex;
  align-items: center;
}
#breadcrumbs ul li a::after, #breadcrumbs ul li span::after {
  content: "";
  background-image: url("../img/common/ico-breadcrumbs.png");
  background-size: 12.5px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 12.5px;
  height: 30px;
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
}
#breadcrumbs ul li span br {
  display: none;
}
#btn-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 15;
  width: 42px;
  height: 42px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  cursor: pointer;
}
#btn-top:hover {
  opacity: 0.7;
}
@media screen and (max-width: 812px) {
  #btn-top {
    width: 10.66667vw;
  }
}
@media print, screen and (max-width: 1350px) {
  nav .hrm_menu.hrm_sp--hidden {
    padding: 40px 4%;
    text-align: left;
  }
  nav .hrm_menu.hrm_sp--hidden li {
    margin: 0 0.5% 1%;
    width: 24% !important;
    text-align: center;
    float: none;
  }
  nav .hrm_menu.hrm_sp--hidden li a {
    display: block;
  }
}
/* temp */
/* CSS Document */
/***************
ここから
基本設定
***************/
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 100%;
}
a {
  /* transition: all .3s linear; */
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
  transition: all 0.5s linear;
}
body, html, main {
  width: 100%;
}
main {
  padding-top: 43px;
  background-color: #ffe064;
}
section {
  margin-top: -100px;
  padding-top: 100px;
}
/***************
ここまで
基本設定
***************/
/***************
ここから
ヘッダー関連
***************/
header {
  top: 0;
  position: fixed;
}
.lp_hm_sp {
  display: none;
}
header .hrm_header__title {
  display: none;
}
.hrm_menu--fixed #lp_header {
  background: none;
  border: 0;
}
#lp_header {
  padding-left: 0;
  width: auto;
  background: none;
  display: inline-block;
  float: right;
  position: fixed;
  right: 90px;
  border-bottom: 0;
}
#lp_header ul {
  margin: 10px 0 0 0;
  position: relative;
  float: right;
  display: block;
}
#lp_header ul:first-of-type li {
  right: auto;
  text-align: left;
  margin-right: 25px;
  width: auto;
  position: relative;
}
#lp_header ul:last-of-type li a {
  padding: 10px 25px;
  width: auto;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  background: none;
  color: #333;
}
#lp_header ul:last-of-type li a:hover {
  color: #3b3eaa;
  /* text-decoration: underline; */
  /* text-underline-offset: 0.5em; */
  opacity: 1;
}
#lp_header ul:first-of-type li, #lp_header ul:last-of-type li {
  /* margin-right: 10px; */
  /* width: auto; */
  /* position: relative; */
}
#lp_header ul li a:before, #lp_header ul:first-of-type li:last-child a:after {
  display: none;
}
#lp_header ul:first-of-type li:last-child {
  font-size: 1em;
  right: auto;
  top: auto;
}
.lp_nav_spsubmenu {
  display: none;
}
.lp_nav_sphrmmenu {
  display: none;
}
.lp_nav_inquiry {
  /* border: 1px solid #333; */
  /* border-radius: 20px; */
  /* background-color: #222222; */
  margin-right: 10px !important;
}
.lp_nav_submenu {
  position: relative;
}
.lp_nav_submenu02 {
  position: relative;
}
.lp_nav_submenu03 {
  position: relative;
}
.lp_nav_submenu_arrow {
  content: '';
  margin: 0;
  width: 6px;
  height: 6px;
  display: block;
  border: 1px solid #333;
  border-color: transparent #333 #333 transparent;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 5px);
  right: -3px;
  transition: all .2s linear;
  background: none;
  border-radius: 0;
}
#lp_header .lp_nav_submenulist {
  /* padding: 10px; */
  width: 15em;
  height: auto;
  position: absolute;
  background: #ffffff;
  left: 0;
  bottom: auto;
  float: none;
  display: none;
  top: 100%;
  right: auto;
  border-radius: 10px;
  box-shadow: 0px 3px 10px -6px #222222;
  width: 300px;
  padding-bottom: 16px;
}
#lp_header .lp_nav_submenulist li {
  float: none;
}
#lp_header .lp_nav_submenulist02 {
  /* padding: 10px; */
  width: 30em !important;
  height: auto;
  position: absolute;
  background: #ffffff;
  left: 0;
  bottom: auto;
  float: none;
  display: none;
  top: 100%;
  right: auto;
  border-radius: 10px;
  box-shadow: 0px 3px 10px -6px #222222;
  width: 300px;
  padding-bottom: 16px;
}
#lp_header .lp_nav_submenulist02 li {
  float: none;
}
#lp_header .lp_nav_submenulist03 {
  /* padding: 10px; */
  width: 26em !important;
  height: auto;
  position: absolute;
  background: #ffffff;
  left: 0;
  bottom: auto;
  float: none;
  display: none;
  top: 100%;
  right: auto;
  border-radius: 10px;
  box-shadow: 0px 3px 10px -6px #222222;
  width: 300px;
  padding-bottom: 16px;
}
#lp_header .lp_nav_submenulist03 li {
  float: none;
}
header {
  width: 100%;
  top: 0;
}
header.fixed {
  position: fixed;
  top: 0;
  background-color: #ffe064;
  transition: all 1.5s ease-in-out;
  /*ヘッダースピード*/
}
header.fixed, #lp_header.fixed {
  position: fixed;
  top: -420px;
  transition: all 1.5s ease-in-out;
  /*ヘッダースピード*/
}
header.hidden {
  top: -100%;
  transition: all 1.5s ease-in-out;
  /*ヘッダースピード*/
}
main:after {
  transition: all .7s linear;
}
.hrm_menu--opened header {
  opacity: 1;
}
.hrm_menu--opened header .lp_nav_submenu_arrow {
  opacity: 1;
}
.hrm_menu--opened nav {
  position: absolute;
}
.js_logo {
  margin: 30px 0;
  width: 150px;
}
nav .hrm_menu.hrm_pc--hidden li a {
  font-weight: bold;
  font-size: 12px;
}
nav div > ul:last-of-type a {
  padding: 0 2rem;
  width: auto;
}
#lp_modaloverlay {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #000000;
  opacity: 0.7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100001;
}
/***************
ここまで
ヘッダー関連
***************/
/***************
ここから
パンくず
***************/
#breadcrumbs {
  background: transparent;
  transition: all 1.5s ease-in-out;
  position: relative;
  z-index: 1;
  margin-top: 15px;
}
#breadcrumbs ul li a, #breadcrumbs ul li span {
  color: #333;
}
#breadcrumbs ul li a::after {
  content: "";
  background-image: url(../img/icon_breadcrumbs.png);
  background-size: 4px 8px;
  background-repeat: no-repeat;
  background-position: center top;
  width: 4px;
  height: 8px;
  display: block;
  position: relative;
  position: absolute;
  top: 11px;
  right: 0;
}
#breadcrumbs.fixed /*, .hrm_menu--opened #breadcrumbs*/ {
  position: fixed;
  /*top: 65px;*/
  transition: all 1.5s ease-in-out;
  z-index: 10;
}
#breadcrumbs.hidden {
  top: -110%;
  transition: all 1.5s ease-in-out;
  position: fixed;
  z-index: 10;
}
/***************ここまでパンくず***************/
/***************ここからフッター***************/
/*footer#footer {
	border-top: 1px solid #efefef;
	z-index: 0;
	position: static;
}*/
/***************ここまでフッター***************/
@media all and (max-width: 812px) {
  .lp_hm_sp {
    display: block;
    position: fixed;
    z-index: 100003;
    right: 13px;
    top: 7px;
    width: 42px;
    height: 42px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
  }
  #lp_header .lp_hm_sp span {
    margin: 0;
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    left: 6px;
    background: #555;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .lp_hm_sp span:nth-child(1) {
    top: 10px;
  }
  .lp_hm_sp span:nth-child(2) {
    top: 20px;
  }
  .lp_hm_sp span:nth-child(3) {
    top: 30px;
  }
  header > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  header > a img {
    width: 5.5rem;
  }
  #lp_header .lp_hm_sp.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    background: #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #lp_header .lp_hm_sp.active span:nth-child(2), #lp_header .lp_hm_sp.active span:nth-child(3) {
    top: 16px;
    background: #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #lp_header_nav {
    margin: 0;
    padding: 5px 20px 20px 20px;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    color: #333;
    background: #ffffff;
    text-align: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    font-weight: 400;
  }
  #lp_header_nav.active {
    opacity: 100;
    z-index: 100002;
    right: 0;
    transition: .4s all;
    visibility: visible;
  }
  #lp_header #lp_header_nav.active ul {
    margin-bottom: 10px;
    display: block;
  }
  #lp_header ul {
    float: none;
    display: none;
  }
  #lp_header li {
    margin-right: 0;
    width: 100%;
  }
  #lp_header ul:last-of-type li:first-child a, #lp_header ul:last-of-type li a {
    padding: 10px 0;
    width: 100%;
    font-size: 0.8rem;
    display: block;
    text-align: center;
  }
  #lp_header #lp_header_nav.active .lp_nav_submenulist {
    display: none;
  }
  #lp_header .lp_nav_submenulist {
    width: 100%;
    display: block;
    position: relative;
    background: none;
    border: 1px solid #333;
    opacity: 1;
  }
  header {
    padding-left: 20px;
    background: none;
    position: fixed;
    top: 0;
    background-color: #ffe064;
    z-index: 1;
    border-bottom: none;
  }
  .lp_nav_submenu_arrow {
    width: 1vh;
    height: 1vh;
    top: 1.8vh;
    right: 23vw;
    border-color: transparent #333 #333 transparent;
    pointer-events: inherit;
  }
  #lp_header ul:last-of-type .lp_nav_submenu .lp_nav_submenulist a {
    font-size: 0.8rem;
  }
  .lp_nav_inquiry {
    margin-top: 10px;
    border: 0;
    background: #ffffff;
    border-width: 1px;
    border-style: solid;
    border-color: #333;
  }
  #lp_header ul:first-of-type li, #lp_header ul:first-of-type li, #lp_header ul:last-of-type li {
    margin-right: 0;
  }
  #lp_header ul:last-of-type .lp_nav_inquiry {
    margin-left: auto;
    margin-right: auto;
    width: 10rem;
  }
  #lp_header ul:last-of-type li.lp_nav_inquiry a {
    color: #333;
  }
  .lp_nav_spsubmenu {
    display: block;
  }
  .lp_nav_spsubmenu, .lp_nav_spsubmenu-list a {
    font-size: 1rem !important;
    text-align: left !important;
    padding: 5px 0 !important;
  }
  .lp_nav_spsubmenu a:hover {
    opacity: 0.8 !important;
    filter: alpha(opacity=70) !important;
    /* ie lt 8 */
    -ms-filter: "alpha(opacity=70)" !important;
    /* ie 8 */
    -moz-opacity: 0.7 !important;
    /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7 !important;
    /* Safari 1.x */
    zoom: 1 !important;
    transition: all 0.5s linear !important;
  }
  .lp_nav_spsubmenu-list-top dt, .lp_nav_spsubmenu-list a {
    padding-left: 2rem !important;
  }
  .lp_nav_spsubmenu-list dt a {
    padding: 0 !important;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-icon {
    border-bottom: 1px solid #e5e0d5;
    padding-bottom: 5px;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-icon img {
    height: 4rem;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-list-top {
    border-bottom: 1px solid #e5e0d5;
    padding: 5px 0;
  }
  .lp_nav_spsubmenu-list-top dt {
    padding-bottom: 2px;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-list-top dd a {
    padding: 0px 0 2px 2.5rem !important;
    font-size: 0.9rem !important;
    position: relative;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-list-top dd a .icons-new {
    top: 5px;
    left: 8px;
  }
  .lp_nav_spsubmenu-list-middle {
    margin: 0 !important;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-list .nopen {
    border-bottom: 1px solid #e5e0d5;
  }
  .lp_nav_spsubmenu-btn {
    margin-top: 15px;
    padding: 0 25px;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-btn li {
    margin-top: 5px;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-btn li a {
    border-radius: 20px;
    background-color: #222222 !important;
    font-size: 0.9rem !important;
    display: block;
    text-align: center !important;
    margin: 0 auto;
    color: #ffffff !important;
    padding: 5px !important;
    position: static;
    height: auto;
  }
  .lp_nav_spsubmenu .lp_nav_spsubmenu-btn li a:hover {
    background-color: #3b3eaa !important;
    opacity: 1 !important;
  }
  .lp_nav_sphrmmenu {
    margin-top: 20px;
    display: block;
    background-color: #f7f7f4;
  }
  header .lp_nav_hrmplus {
    margin: 0 auto;
    background: none;
    height: 1.8rem;
  }
  .lp_nav_sphrmmenu a .lp_nav_hrmplus:before {
    position: absolute;
    margin-left: 0.35rem;
    top: 3rem;
    width: 1.3rem;
    height: .2rem;
    content: '';
    -webkit-transition: opacity .4s ease-out, -webkit-transform .2s linear;
    transition: opacity .4s ease-out, -webkit-transform .2s linear;
    transition: opacity .4s ease-out, transform .2s linear;
    transition: opacity .4s ease-out, transform .2s linear, -webkit-transform .2s linear;
    background-color: #222;
    display: block;
  }
  .lp_nav_sphrmmenu a .lp_nav_hrmplus:after {
    top: 2.5rem;
    width: .2rem;
    height: 1.3rem;
    margin-top: 0;
    margin-left: 0.9rem;
    content: '';
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    background: #222;
    position: absolute;
    display: block;
  }
  .lp_nav_sphrmmenu.js_accord a .lp_nav_hrmplus:before, .lp_nav_sphrmmenu.js_accord a .lp_nav_hrmplus:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .lp_nav_sphrmmenu.js_accord a .lp_nav_hrmplus:before {
    opacity: 0;
  }
  .js_logo {
    margin: 10px 0;
    width: 5.5rem;
    height: 27px;
  }
  nav form {
    display: none;
  }
  nav div:first-of-type {
    padding-top: 0;
    padding-bottom: 680px;
    top: 348px;
    pointer-events: none;
  }
  nav div:first-of-type a {
    pointer-events: none;
  }
  nav div:first-of-type > ul:first-of-type a {
    pointer-events: none;
  }
  .hrm_menu--opened nav div:first-of-type > ul:first-of-type a, .hrm_menu--opened nav div:first-of-type a, .hrm_menu--opened nav div:first-of-type {
    pointer-events: auto;
  }
  nav div:first-of-type > ul:first-of-type {
    font-size: 0.8125rem;
    line-height: 3rem;
  }
  nav .hrm_menu {
    line-height: 2.8rem;
  }
  nav div:first-of-type > ul:first-of-type .hrm_dropdown:after {
    top: 1.2rem;
  }
  nav div:first-of-type > ul:first-of-type .hrm_dropdown:before {
    height: .15rem;
    top: 1.55rem;
  }
  nav div:first-of-type > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu {
    height: 34rem;
  }
  nav div:first-of-type > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu {
    height: 47.9rem;
  }
  nav div:first-of-type > ul:first-of-type li:nth-child(4) .hrm_dropdown--opened + .hrm_menu {
    height: 22.6rem;
  }
  nav div:first-of-type, nav form {
    margin-left: 20px;
    margin-right: auto;
    width: calc(100% - 40px);
  }
  body > nav {
    z-index: 22;
  }
  .sp_nav_blue_bt a, nav div > ul:last-of-type li {
    font-size: 1rem;
  }
  nav div > ul:last-of-type li {
    margin-bottom: 10px;
    line-height: 3rem;
  }
  header #hrm_header_pc li {
    display: none;
  }
  .hrm_menu--opened header span {
    opacity: 1;
  }
  .hrm_column_site-bnr {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    position: fixed;
    bottom: 10px;
    left: 2.5%;
    right: 2.5%;
    z-index: 20;
    flex-direction: row;
    box-shadow: 0 5px 10px 1px rgb(0 0 0 / 30%);
    transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
}
@media print, screen and (min-width: 813px) {
  nav div:first-of-type {
    top: 66px;
    right: -100%;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    padding: 0;
    background-color: #f7f7f4;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    z-index: 1000;
    opacity: 1;
    transition: all .5s linear;
  }
  .hrm_pc--hidden {
    display: block;
  }
  .sp_nav_blue_bt {
    width: 30%;
    float: left;
  }
  .sp_nav_blue_bt a {
    margin: 0 10px 25px 0;
    width: 100%;
    font-size: 1rem;
  }
  nav div > ul:last-of-type li {
    font-size: 1rem;
    line-height: 3rem;
  }
  header ul:first-of-type li:last-child a:before {
    top: 1rem;
  }
  header ul:first-of-type li:last-child a:after {
    bottom: 3rem;
  }
  header ul:first-of-type li:first-child a {
    display: none;
  }
  #hrm_header_sp, #hrm_header_else1 {
    display: none;
  }
  nav form {
    display: none;
  }
  .hrm_menu--opened nav form {
    margin-top: 15px;
    display: block;
  }
  header ul:first-of-type li {
    z-index: 99999;
  }
  header ul:first-of-type li:last-child a {
    height: 5rem;
  }
  nav div:first-of-type > ul:first-of-type {
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
  }
  nav div:first-of-type > ul:first-of-type a {
    margin: 8px 0;
    padding-left: 1em;
    padding-right: 0;
    display: inline-block;
  }
  nav div:first-of-type > ul:first-of-type a:after, nav div:first-of-type > ul:first-of-type .hrm_dropdown:after {
    width: 4px;
    height: 180%;
    top: -40%;
    bottom: auto;
    right: auto;
    left: 0;
  }
  nav div:first-of-type > ul:first-of-type {
    margin-right: 0;
    margin-bottom: 40px;
    height: auto;
    text-align: left;
  }
  nav div:first-of-type {
    padding: 0 40px 100px 40px;
    width: 85%;
    max-width: 960px;
    height: 100%;
    opacity: 1;
    position: fixed;
    top: 66px;
    clear: both;
  }
  .hrm_menu--opened nav div:first-of-type {
    right: 0;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .hrm_menu--opened nav div:first-of-type::-webkit-scrollbar {
    /* Chrome, Safari 対応 */
    display: none;
  }
  header ul:first-of-type li:last-child a:before {
    top: 1.3rem;
  }
  header ul:first-of-type li:last-child a:after {
    bottom: 2.8rem;
  }
  .hrm_menu--opened header ul:first-of-type li:last-child a:before {
    top: 1.9rem;
  }
  .hrm_menu--opened header ul:first-of-type li:last-child a:after {
    bottom: 2.9rem;
  }
  header ul:first-of-type li:last-child a:before, header ul:first-of-type li:last-child a:after {
    margin-left: -1.25rem;
  }
  nav div:first-of-type > ul:first-of-type li {
    line-height: 1em;
    font-size: 14px;
  }
  nav div > ul:last-of-type {
    display: block;
  }
  nav .hrm_menu {
    position: relative;
    opacity: 1;
  }
  nav div:first-of-type > ul:first-of-type li {
    margin-bottom: 0;
    margin-left: 0;
    opacity: 1;
    text-align: left;
    float: left;
  }
  nav div:first-of-type > ul:first-of-type li ul li {
    margin-left: 20px;
  }
  nav div:first-of-type > ul:first-of-type > li ul li a:after {
    display: none;
  }
  nav .hrm_menu:last-of-type a {
    background: none;
  }
  nav .hrm_menu:last-of-type a:before {
    display: none;
  }
  nav .hrm_menu {
    padding: 0;
    pointer-events: auto;
  }
  nav .hrm_menu.hrm_sp--hidden {
    pointer-events: none;
    display: none;
  }
  nav div:first-of-type > ul:first-of-type li:nth-child(4) .hrm_dropdown--opened + .hrm_menu, nav div:first-of-type > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu, nav div:first-of-type > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu, nav div:first-of-type > ul:first-of-type li:nth-child(1) .hrm_dropdown--opened + .hrm_menu, .hrm_menu--opened nav div:first-of-type > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu, .hrm_menu--opened nav div:first-of-type > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu, .hrm_menu--opened nav div:first-of-type > ul:first-of-type li:nth-child(4) .hrm_dropdown--opened + .hrm_menu, .hrm_menu--fixed.hrm_menu--opened nav div:first-of-type > ul:first-of-type li:nth-child(2) .hrm_dropdown--opened + .hrm_menu, .hrm_menu--fixed.hrm_menu--opened nav div:first-of-type > ul:first-of-type li:nth-child(3) .hrm_dropdown--opened + .hrm_menu--fixed.hrm_menu, .hrm_menu--opened nav div:first-of-type > ul:first-of-type li:nth-child(4) .hrm_dropdown--opened + .hrm_menu {
    height: auto;
    display: inline-block;
    top: auto;
    right: -100%;
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(2) .hrm_dropdown--opened, nav div:first-of-type > ul:first-of-type > li:nth-child(2) .hrm_nav__link--current, nav div:first-of-type > ul:first-of-type > li:nth-child(3) .hrm_dropdown--opened, nav div:first-of-type > ul:first-of-type > li:nth-child(3) .hrm_nav__link--current, nav div:first-of-type > ul:first-of-type > li:nth-child(4) .hrm_dropdown--opened, nav div:first-of-type > ul:first-of-type > li:nth-child(4) .hrm_nav__link--current {
    color: inherit;
    pointer-events: none;
  }
  nav div:first-of-type > ul:first-of-type li:nth-of-type(5), nav div:first-of-type > ul:first-of-type li:nth-of-type(6), nav div:first-of-type > ul:first-of-type li:nth-of-type(7), nav div:first-of-type > ul:first-of-type li:nth-of-type(8), nav div:first-of-type > ul:first-of-type li:nth-of-type(9) {
    width: calc((100% - 100px) / 5);
  }
  nav div:first-of-type > ul:first-of-type .hrm_menu li:nth-of-type(5), nav div:first-of-type > ul:first-of-type .hrm_menu li:nth-of-type(6), nav div:first-of-type > ul:first-of-type .hrm_menu li:nth-of-type(7), nav div:first-of-type > ul:first-of-type .hrm_menu li:nth-of-type(8), nav div:first-of-type > ul:first-of-type .hrm_menu li:nth-of-type(9) {
    width: calc(100% / 3 - 40px);
  }
  nav div:first-of-type > ul:first-of-type > li:nth-child(2) a:after {
    background-color: #F5B46C;
  }
  nav div:first-of-type > ul:first-of-type li + li, nav .hrm_menu li {
    margin-left: 0;
    margin-right: 20px;
  }
  .hrm_menu--opened nav .hrm_menu li, nav .hrm_menu li {
    width: calc(100% / 3 - 40px);
  }
  .hrm_menu--fixed.hrm_menu--opened nav .hrm_menu {
    top: 0;
  }
  .hrm_menu--opened.hrm_menu--fixed nav div:first-of-type > ul:first-of-type li + li {
    margin-left: 10px;
  }
}
/* 20220826 */
/* ページ内リンク */
@media screen and (min-width: 813px) {
  .header-fixed {
    padding-top: 100px !important;
    margin-top: -100px !important;
  }
}
@media screen and (max-width: 812px) {
  .header-fixed {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
}
main {
  color: #222222;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* カラム */
.column-w {
  flex-direction: row-reverse;
}
.column-w .col-left {
  width: 250px;
  z-index: 1;
}
.column-w .col-right {
  flex: 1;
  /* max-width: 1300px; */
  margin: 0 auto;
  width: 100%;
  padding: 0;
}
.column-w .col-right-in {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
.column-w .col-left .stiky-b ul.side-t a {
  display: block;
}
@media print, screen and (min-width: 813px) {
  #hrm_menu_parents .js_logo img {
    display: block;
  }
  .pc-flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  /* カラム */
  .column-w .stiky-b {
    background-color: #fff;
    position: sticky;
    position: -webkit-sticky;
    /* Safari対応用 */
    /*top: 100px;*/
    top: 0;
    /*margin-bottom: 150px;*/
    padding-bottom: 10px;
    height: 100vh;
  }
  /* ヘッダー */
  #lp_header .lp_nav_submenulist dt {
    background-color: #3b3eaa;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 3px 30px;
    margin-bottom: 15px;
  }
  a.lp_nav_subbtn:after {
    content: '';
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #333;
    border-color: transparent #333 #333 transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: -3px;
    /* transition: all .2s linear; */
    background: none;
    border-radius: 0;
  }
  a:hover.lp_nav_subbtn:after {
    content: '';
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #3b3eaa;
    border-color: transparent #3b3eaa #3b3eaa transparent;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    position: absolute;
    right: -3px;
    /* transition: all .2s linear; */
    background: none;
    border-radius: 0;
    top: 22px;
  }
  .lp_nav_submenu .lp_nav_subbtn {
    padding: 10px 10px 10px !important;
  }
  .lp_nav_submenu .lp_nav_submenulist dd {
    position: relative;
    margin-left: 40px;
    margin-right: 30px;
  }
  .lp_nav_submenu .lp_nav_submenulist dd a {
    padding: 0 5px !important;
    margin: 10px 0;
  }
  .lp_nav_submenu .lp_nav_submenulist dd a:hover {
    text-decoration: none !important;
    background-color: #fffae0 !important;
  }
  .lp_nav_submenu .lp_nav_submenulist dd a:after {
    content: url("../img/common/header_icon2208_01.png");
    padding-left: 20px;
  }
  /* ヘッダーリンク下線アニメ */
  a.head-anime-u span.head-anime-u-in {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: auto;
    margin: initial;
    background-color: transparent;
    transition: initial;
    border-radius: initial;
    opacity: 1;
  }
  a.head-anime-u span.head-anime-u-in::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3b3eaa;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  a.head-anime-u:hover span.head-anime-u-in::before {
    transform: scale(1, 1);
  }
  /* ヘッダー02 */
  #lp_header .lp_nav_submenulist02 dt {
    background-color: #3b3eaa;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 3px 30px;
    margin-bottom: 15px;
  }
  a.lp_nav_subbtn02:after {
    content: '';
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #333;
    border-color: transparent #333 #333 transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: -3px;
    /* transition: all .2s linear; */
    background: none;
    border-radius: 0;
  }
  a:hover.lp_nav_subbtn02:after {
    content: '';
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #3b3eaa;
    border-color: transparent #3b3eaa #3b3eaa transparent;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    position: absolute;
    right: -3px;
    /* transition: all .2s linear; */
    background: none;
    border-radius: 0;
    top: 22px;
  }
  .lp_nav_submenu02 .lp_nav_subbtn02 {
    padding: 10px 10px 10px !important;
  }
  .lp_nav_submenu02 .lp_nav_submenulist02 dd {
    position: relative;
    margin-left: 40px;
    margin-right: 30px;
  }
  .lp_nav_submenu02 .lp_nav_submenulist02 dd a {
    padding: 0 5px !important;
    margin: 10px 0;
  }
  .lp_nav_submenu02 .lp_nav_submenulist02 dd a:hover {
    text-decoration: none !important;
    background-color: #fffae0 !important;
  }
  .lp_nav_submenu02 .lp_nav_submenulist02 dd a:after {
    content: url("../img/common/header_icon2208_01.png");
    padding-left: 20px;
  }
  .lp_nav_submenulist02 dd .icons-new, .lp_nav_submenulist dd .icons-new {
    left: -26px;
    top: 6px;
  }
  .side-t-in .sub-menu a .icons-new {
    top: 10px;
    left: 14px;
  }
  /* ヘッダーリンク下線アニメ */
  a.head-anime-u02 span.head-anime-u-in02 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: auto;
    margin: initial;
    background-color: transparent;
    transition: initial;
    border-radius: initial;
    opacity: 1;
  }
  a.head-anime-u02 span.head-anime-u-in02::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3b3eaa;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  a.head-anime-u02:hover span.head-anime-u-in02::before {
    transform: scale(1, 1);
  }
  /* ヘッダー03 */
  #lp_header .lp_nav_submenulist03 dt {
    background-color: #3b3eaa;
    color: #ffffff;
    border-radius: 10px 10px 0 0;
    padding: 3px 30px;
    margin-bottom: 15px;
  }
  a.lp_nav_subbtn03:after {
    content: '';
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #333;
    border-color: transparent #333 #333 transparent;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 17px;
    right: -3px;
    /* transition: all .2s linear; */
    background: none;
    border-radius: 0;
  }
  a:hover.lp_nav_subbtn03:after {
    content: '';
    margin: 0;
    width: 6px;
    height: 6px;
    display: block;
    border: 1px solid #3b3eaa;
    border-color: transparent #3b3eaa #3b3eaa transparent;
    transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    position: absolute;
    right: -3px;
    /* transition: all .2s linear; */
    background: none;
    border-radius: 0;
    top: 22px;
  }
  .lp_nav_submenu03 .lp_nav_subbtn03 {
    padding: 10px 10px 30px !important;
  }
  .lp_nav_submenu03 .lp_nav_submenulist03 dd {
    margin-left: 40px;
    margin-right: 30px;
  }
  .lp_nav_submenu03 .lp_nav_submenulist03 dd a {
    padding: 0 5px !important;
    margin: 10px 0;
  }
  .lp_nav_submenu03 .lp_nav_submenulist03 dd a:hover {
    text-decoration: none !important;
    background-color: #fffae0 !important;
  }
  .lp_nav_submenu03 .lp_nav_submenulist03 dd a:after {
    content: url("../img/common/header_icon2208_01.png");
    padding-left: 20px;
  }
  /* ヘッダーリンク下線アニメ */
  a.head-anime-u03 span.head-anime-u-in03 {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: auto;
    height: auto;
    margin: initial;
    background-color: transparent;
    transition: initial;
    border-radius: initial;
    opacity: 1;
  }
  a.head-anime-u03 span.head-anime-u-in03::before {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #3b3eaa;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
  }
  a.head-anime-u03:hover span.head-anime-u-in03::before {
    transform: scale(1, 1);
  }
  /* サイドナビアコーディオン */
  #sidenavi {
    margin-top: 30px;
    width: 250px;
    /* height: 78vh; */
    border-top: 1px solid #e5e0d5;
    /* overflow: scroll; */
    /* flex-direction: column; */
    /* justify-content: space-between; */
    /* position: relative; */
    /*overflow-y: scroll;*/
    padding: 0;
    background-color: transparent;
  }
  #sidenavi > div {
    width: auto;
    margin: 0;
  }
  .sidenavi-list .sub-menu > a {
    display: block;
    padding: 5px 0 5px 30px;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    position: relative;
    font-weight: 500;
    overflow: inherit;
    width: auto;
    height: auto;
    margin-bottom: initial;
    background-color: transparent;
  }
  aside .sidenavi-list .sub-menu > a:nth-of-type(odd) {
    float: inherit;
  }
  aside .sidenavi-list .sub-menu > a:nth-of-type(even) {
    float: inherit;
  }
  aside .sidenavi-list .sub-menu > a:before {
    content: none;
  }
  .sidenavi-list .sub-menu.is-active > a {
    background-color: #fff2b1;
    opacity: 1;
  }
  .sidenavi-list .sub-menu-nav a {
    float: inherit;
    overflow: inherit;
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: static;
    /* background-color: transparent; */
  }
  .sidenavi-list .sub-menu:hover .sub-menu-nav {
    height: 100%;
    opacity: 1;
    width: 600px;
  }
  /* sub-menu icon */
  .sidenavi-list .sub-menu.nopen > a:hover {
    color: #3b3eaa;
    opacity: 1;
  }
  .sidenavi-list .sub-menu.dlthree-box > a:after {
    content: none;
  }
  .sidenavi-list .sub-menu > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
  }
  /* sub-menu */
  .sidenavi-list .sub-menu-nav {
    position: absolute;
    background-color: #fff2b1;
    left: 250px;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    top: 0;
    -moz-transition: width 0.5s ease-out;
    -webkit-transition: width 0.5s ease-out;
    transition: opacity 0.5s ease-out;
    padding-top: 140px;
    margin-right: 0;
    transform: none;
  }
  .sidenavi-list .sub-menu.is-active > a:after {
    border-color: #3b3eaa;
  }
  .sidenavi-list .stiky-b-in {
    left: inherit;
    margin-right: inherit;
    position: static;
    top: 0;
    transform: none;
  }
  .stiky-b .side-icon {
    padding-top: 30px;
    text-align: center;
  }
  .sidenavi-list .nopen {
    border-bottom: 1px solid #e5e0d5;
  }
  .sidenavi-list .nopen.is-active a {
    background-color: transparent;
  }
  .sidenavi-list .dlone-box .sub-menu > a {
    padding-left: 43px;
  }
  #sidenavi ol.sidenavi-btn {
    padding: 0px 0 15px;
    height: auto;
    display: block;
  }
  /* liが2つ以上の時 */
  #sidenavi ol.sidenavi-btn.addition-li {
    /*margin-top: 25px;*/
    position: absolute;
    bottom: 0;
    right: 31px;
  }
  #sidenavi ol.sidenavi-btn li {
    margin-top: 5px;
  }
  #sidenavi ol.sidenavi-btn a {
    border-radius: 20px;
    background-color: #222222;
    display: block;
    text-align: center;
    width: 200px;
    margin: 0 auto;
    color: #ffffff;
    padding: 6px 10px 8px;
    float: inherit;
    overflow: inherit;
    height: auto;
    position: static;
  }
  #sidenavi ol.sidenavi-btn a:hover {
    background-color: #3b3eaa;
    opacity: 1;
  }
  /*PC サイドナビスクロールバー */
  #sidenavi .sidenavi-list > uL {
    /* overflow: auto; */
    /* height: 277px; */
    /* direction: rtl; */
  }
  #sidenavi .sidenavi-list > uL > li {
    text-align: left;
    direction: ltr;
  }
  .sidenavi-btn.addition-li > li > a:after {
    content: none;
  }
  .sidenavi-btn.addition-li > li > a:before {
    content: none;
  }
  #sidenavi .sidenavi-list > uL > li.sub-menu.nopen a {
    padding: 8px 0 8px 30px;
  }
  /*アコーディオンボックスの中*/
  .dlthree-box .stiky-b-in {
    justify-content: space-around;
    margin: 20px auto;
    width: 100%;
  }
  .dlthree-box .stiky-b-in dl {
    width: calc((100% - 110px) / 3);
    flex-direction: column;
  }
  .stiky-b-in dl dt {
    margin-bottom: 16px;
    text-align: left;
  }
  .stiky-b-in dl dt a {
    padding: 10px;
    color: #ffffff;
    border: 1px solid #222222;
    display: inline-block;
    font-weight: 500;
    float: inherit;
    overflow: inherit;
    width: auto;
    height: auto;
    margin-bottom: 0;
    position: static;
  }
  .stiky-b-in dl dd a {
    background-color: transparent;
    display: inline;
  }
  .stiky-b-in dl dt a:before {
    content: none;
  }
  .stiky-b-in dl dt a:after {
    content: none;
  }
  .stiky-b-in dl dd a:before {
    content: none;
  }
  .stiky-b-in dl dd a:after {
    content: none;
  }
  .stiky-b-in .kihon333 dt a {
    background-color: #4dae79;
  }
  .stiky-b-in .keiei333 dt a {
    background-color: #4bbcd8;
  }
  .kaiji333 dt a {
    background-color: #6265bb;
  }
  .stiky-b-in dl dd {
    position: relative;
    margin-left: 1.1em;
    text-indent: -1.1em;
    font-size: 15px;
    margin-bottom: 1em;
    text-align: left;
    line-height: 1.3;
  }
  .stiky-b-in dl dd span {
    margin-right: 5px;
  }
  .stiky-b-in .kihon333 dd.link, .stiky-b-in .keiei333 dd.link, .stiky-b-in .kaiji333 dd.link {
    margin-left: 0;
    text-indent: 0;
    margin-top: 45px;
    margin-top: auto;
  }
  .stiky-b-in dl dd.link a {
    padding: 7px 10px 9px;
    border: 1px solid #222222;
    border-radius: 20px;
    background-color: #ffffff;
    max-width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    width: 100%;
  }
  /* NEWアイコンここから */
  .stiky-b-in dl dd .icons-new {
    font-size: 10px;
    text-indent: 0em;
    top: -13px;
    left: -18px;
    padding: 1px 2px;
  }
  /* NEWアイコンここまで */
  .dlone-box .sub-menu:hover .sub-menu-nav {
    width: 405px;
  }
  .dlone-box .sub-menu:hover .sub-menu-nav .stiky-b-in {
    margin: 20px auto;
    width: 91%;
  }
  /* フッター */
  /*footer#footer>.flex_bet {
		-ms-transform: translate(-50%, -50%);
		max-width: 1150px;
		margin: 0 auto;
		width: 100%;
	}*/
  /* ヘッダー　ご相談・問い合わせ */
  .lp_nav_inquiry a {
    color: #ffffff !important;
    background-color: #222222 !important;
    border-radius: 23px;
    border: 1px solid #333;
  }
  .lp_nav_inquiry a:hover {
    opacity: 1;
    background-color: #3b3eaa !important;
    border-radius: 40px;
    border: 1px solid #3b3eaa;
    text-decoration: none !important;
  }
}
@media screen and (max-width: 812px) {
  /* スマホカラム */
  .column-w .col-right {
    width: 100%;
    margin-top: 20px;
  }
  .column-w .col-left {
    width: 100%;
  }
  /* スマホナビゲーション　モダール */
  .all_balloon_menu {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    z-index: 12;
    transform: translateX(100%);
  }
  .all_balloon_menu._open {
    width: 100%;
    height: 100vh;
    transform: translateX(0%);
  }
  .all_balloon_menu_inner {
    width: 220px;
    position: fixed;
    z-index: 2;
    right: -220px;
    bottom: 100px;
    transition: right 0.4s ease;
    background-color: #ffffff;
  }
  .all_balloon_menu_head {
    width: 70px;
    position: absolute;
    right: 100%;
    bottom: 0;
    display: flex;
    cursor: pointer;
  }
  .all_balloon_menu_list a {
    padding-left: 15px;
    font-weight: 500;
    font-size: 18px;
  }
  .all_balloon_menu_bg {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
    transform: translateX(100%);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0s 0.4s ease;
  }
  .all_balloon_menu._open .all_balloon_menu_bg {
    transform: none;
    opacity: 1;
    transition: opacity 0.4s ease, transform 0s ease;
  }
  .all_balloon_menu._open .all_balloon_menu_inner {
    right: 0;
  }
  .all_balloon_menu_list a {
    opacity: initial;
  }
  .all_balloon_menu_inner .sub-menu dl {
    display: none;
  }
  .all_balloon_menu_inner .sidenavi-list .sub-menu > a {
    display: block;
    padding: 7px 0 7px 30px;
    -moz-transition: background-color .3s linear;
    -webkit-transition: background-color .3s linear;
    transition: background-color .3s linear;
    position: relative;
    height: auto;
    margin-bottom: 0;
    background-color: transparent;
  }
  .all_balloon_menu_inner .sidenavi-list .dlone-box.nopen .sub-menu > a {
    padding: 0px 0 2px 30px;
  }
  .all_balloon_menu_inner .sidenavi-list .dlone-box.nopen .sub-menu > a span.icons-new {
    top: 6px;
  }
  .all_balloon_menu_inner .sidenavi-list .dlone-box.nopen ul.side-t-in {
    padding-bottom: 7px;
  }
  .all_balloon_menu_inner .sidenavi-list .sub-menu.dlthree-box > a {
    padding: 5px 0 5px 20px;
  }
  .all_balloon_menu_inner .sidenavi-list .sub-menu > a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-top: 1px solid #222222;
    border-right: 1px solid #222222;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-image: none;
  }
  .all_balloon_menu_inner .sidenavi-list .nopen {
    border-bottom: 1px solid #e5e0d5;
  }
  .all_balloon_menu_inner .side-icon {
    margin: 20px auto 7px;
    width: 175px;
  }
  aside#sidenavi {
    margin-top: 0;
    padding: 0;
    background-color: transparent;
  }
  #sidenavi .sidenavi-list .sidenavi-btn.addition-li a:after {
    content: none;
  }
  #sidenavi ol.sidenavi-btn {
    padding: 0 0 15px;
    height: auto;
  }
  /* liが2つ以上の時 */
  #sidenavi ol.sidenavi-btn.addition-li {
    margin-top: 25px;
  }
  #sidenavi ol.sidenavi-btn li {
    margin-top: 5px;
  }
  #sidenavi ol.sidenavi-btn a {
    border-radius: 20px;
    background-color: #222222;
    display: block;
    text-align: center;
    width: 180px;
    margin: 0 auto;
    color: #ffffff;
    padding: 3px 10px 3px;
    position: static;
    height: auto;
  }
  #sidenavi ol.sidenavi-btn a:hover {
    background-color: #3b3eaa;
    opacity: 1;
  }
  /*sp サイドナビスクロールバー */
  #sidenavi .sidenavi-list > uL {
    /* overflow: auto; */
    /* height: 260px; */
  }
  /* スマホナビ　アコーディオンの上 */
  #lp_header ul:last-of-type li a:hover {
    color: #222222;
    text-decoration: none;
  }
  /* ２カラム */
  .column-w .col-right-in {
    width: 86%;
  }
}
@media screen and (min-width: 813px) and (max-width: 1130px) {
  .t-sec006 .useful-image {
    display: none;
  }
}
@media screen and (min-width: 813px) and (max-width: 1000px) {
  #lp_header ul:first-of-type li {
    margin-right: 5px;
  }
}
@media screen and (min-width: 1272px) {
  .sidenavi-list .sub-menu.dlthree-box:hover .sub-menu-nav {
    width: 1000px;
  }
}
@media screen and (min-width: 1050px) {
  /* ご相談・お問い合わせ big ボタン */
  .big-click-btn01 {
    margin: 0 auto;
    width: 700px;
  }
  .big-click-btn01 .big-btn01, .big-click-btn01 a.big-btn01 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 2.7rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #222222;
    border-radius: 0.5rem;
    opacity: 1;
  }
  .big-click-btn01 a.big-btn01-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 700px;
  }
  .big-click-btn01 a.big-btn01-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 73px;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0 50% 50% 0;
    background: #3b3eaa;
    color: #ffffff;
  }
  .big-click-btn01 a.big-btn01-border:hover:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    line-height: 72px;
    width: 72px;
    height: 72px;
    content: '\f061';
    -webkit-transform: translateX(915%) translateY(1.5rem));
    transform: translateX(915%) translateY(1.5rem);
    color: #fff;
    border-radius: 50%;
    font-size: 120%;
  }
}
@media screen and (max-width: 1049px) {
  /* ご相談・お問い合わせ big ボタン */
  .big-click-btn01 {
    margin: 0 auto;
    /* max-width: 344px; */
    width: 90%;
  }
  .big-click-btn01 .big-btn01, .big-click-btn01 a.big-btn01 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    position: relative;
    display: inline-block;
    padding: 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: .1em;
    color: #222222;
    border-radius: 0.5rem;
    opacity: 1;
  }
  .big-click-btn01 a.big-btn01-border {
    border: 2px solid #000;
    border-radius: 0;
    background: #fff;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /* max-width: 344px; */
    margin: 0 auto;
    width: 100%;
  }
  .big-click-btn01 a.big-btn01-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 7%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    border-radius: 0 50% 50% 0;
    background: #3b3eaa;
  }
}
/* お役立ち */
.t-sec006 {
  position: relative;
  padding-top: 140px;
}
.t-sec006 .useful-b {
  /* max-width: 1350px; */
  margin: 0 auto 0;
  width: 100%;
  background-color: #3b3eaa;
  padding: 80px 0 80px;
}
.t-sec006 .useful-b .useful-b-w {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  /* background-color: #ffffff; */
  /* border-radius: 158px; */
  /* padding-top: 30px; */
  position: relative;
  /* padding-bottom: 33px; */
  /* padding: 30px 6.1vw 33px 0; */
}
.t-sec006 .useful-b .useful-b-w .useful-bh3 {
  text-align: center;
  font-size: 32.5px;
  margin-bottom: 15px;
  font-weight: 500;
  background: #ffffff;
  width: 600px;
  margin: 0 auto 50px;
  border-radius: 40px;
  padding: 14px 0 14px 0;
  line-height: 1;
}
.t-sec006 .useful-b .useful-b-w .useful-wb {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 40px;
  gap: 0 4%;
}
.t-sec006 .useful-wb .left-pamph, .t-sec006 .useful-wb .right-wp {
  position: relative;
  width: calc(96% /2);
}
.t-sec006 .useful-wb p.txt-midashi {
  position: relative;
  top: 20px;
  width: 410px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  background: #1EABCE;
  padding: 10px 10px;
}
.t-sec006 .useful-wb p.txt-midashi:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #008AC7 transparent;
  border-width: 0 0 27px 19px;
}
.t-sec006 .useful-wb p.txt-midashi:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #008AC7;
  border-width: 27px 0 0 19px;
}
.t-sec006 .useful-wb .useful-inner {
  width: 100%;
  background: #ffffff;
  padding: 50px 40px 40px 40px;
  border-radius: 0 0 10px 10px;
}
.t-sec006 .useful-wb .useful-inner .img-left-pamph {
  display: block;
  width: 368px;
  margin: 0 auto 30px;
}
.t-sec006 .useful-wb .useful-inner .img-right-wp {
  display: block;
  width: 270px;
  margin: 0 auto 40px;
  outline: 1px solid #7f7f7f;
}
.t-sec006 .useful-wb .useful-inner h5 {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  padding: 0 0 20px 0;
}
.t-sec006 .useful-wb .useful-inner p.txt-content {
  font-size: 16px;
  font-weight: 500;
  padding: 0 0 6px 10px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #222222;
}
.t-sec006 .useful-wb .useful-inner ul.list {
  position: relative;
  font-size: 16px;
  padding: 0 0 40px 0;
}
.t-sec006 .useful-wb .useful-inner ul.list li.txt {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 2px 0;
  padding: 0 0 0 20px;
}
.t-sec006 .useful-wb .useful-inner ul.list li.txt:before {
  content: "・";
  display: block;
  position: absolute;
  top: -4.5px;
  bottom: 18.5px;
  left: 0 !important;
  width: 10px;
  height: 10px !important;
  font-size: 16px;
  font-weight: 400;
  background: none;
  border-radius: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
.t-sec006 .useful-btn {
  position: relative;
  z-index: 1;
}
.t-sec006 .useful-btn a {
  border-radius: 32px;
  background-color: #ff6f9d;
  display: block;
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  color: #ffffff;
  padding: 12px 10px 12px;
  font-size: 22px;
  width: 100%;
}
.t-sec006 .useful-btn a:hover {
  background-color: #222222;
  opacity: 1;
}
/* ＨＲＭメールマガジンのご案内 */
.t-sec007 {
  max-width: 736px;
  position: relative;
  /* background-color: #fff; */
  width: 100%;
  margin: 120px auto 50px;
  padding: 50px 4%;
}
.t-sec007 .hue_02 {
  position: absolute;
  left: 0;
  top: 0;
}
.t-sec007 .hsita_02 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.t-sec007 .mue_02 {
  position: absolute;
  right: 0;
  top: 0;
}
.t-sec007 .msita_02 {
  right: 0;
  bottom: 0;
  position: absolute;
}
.t-sec007 .conte007 {
  text-align: center;
}
.t-sec007 .conte007 .conte007-h3 {
  color: #ffffff;
  background-color: #222222;
  max-width: 500px;
  margin: 0 auto 35px;
  padding: 13px 0 12px;
  font-size: 30px;
  font-weight: 600;
}
.t-sec007 .conte007 .conte007-p {
  margin-bottom: 35px;
  line-height: 1.8;
  font-weight: 500;
}
.t-sec007 .conte007 .conte007-btn a {
  max-width: 370px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  display: block;
  border-radius: 30px;
  padding: 8px 0 11px;
  border: 1px solid #222222;
  font-size: 26px;
  color: #222222;
  font-weight: 500;
}
.t-sec007 .conte007 .conte007-btn a:hover {
  background-color: #3b3eaa;
  opacity: 1;
  color: #ffffff;
}
/* 人々 */
.t-sec008 {
  margin-bottom: 50px;
  padding: 0 10px;
}
.credit {
  text-align: right;
  margin-top: 10px;
  font-size: 0.9rem;
}
@media screen and (max-width: 1260px) {
  /* お役立ち */
  .t-sec006 .useful-b .useful-b-w .useful-wb {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 0 4%;
  }
  .t-sec006 .useful-wb .left-pamph, .t-sec006 .useful-wb .right-wp {
    position: relative;
    width: 80%;
    margin: 0 auto 2.5vw;
  }
  .t-sec006 .useful-wb .useful-inner .img-left-pamph {
    width: 80%;
  }
  .t-sec006 .useful-wb .useful-inner .img-right-wp {
    width: 60%;
    margin: 0 auto 30px;
  }
  .t-sec006 .useful-wb .useful-inner h5 {
    font-size: 2.85vw;
  }
}
@media screen and (max-width: 865px) {
  .t-sec006 .useful-b .useful-b-w .useful-bh3 {
    background: #ffffff;
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 812px) {
  /* お役立ち */
  .t-sec006 .useful-b {
    padding: 10% 0 10%;
  }
  .t-sec006 .useful-b .useful-b-w .useful-bh3 {
    width: 90%;
    margin: 0 auto 2.5vw;
  }
  .t-sec006 .useful-wb .left-pamph, .t-sec006 .useful-wb .right-wp {
    width: 90%;
  }
  .t-sec006 .useful-wb p.txt-midashi {
    width: 90%;
  }
  .t-sec006 .useful-wb p.txt-midashi:before {
    display: none;
  }
  .t-sec006 .useful-wb p.txt-midashi:after {
    display: none;
  }
  .t-sec006 .useful-wb .useful-inner h5 {
    font-size: 4.05vw;
  }
  /* ＨＲＭメールマガジンのご案内 */
  .t-sec007 {
    max-width: 80%;
    position: relative;
    width: 100%;
    margin: 8% auto 10%;
    padding: 50px 4%;
  }
  .t-sec007 .hue_02 {
    position: absolute;
    left: 0;
    top: 0;
  }
  .t-sec007 .hsita_02 {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .t-sec007 .mue_02 {
    position: absolute;
    right: 0;
    top: 0;
  }
  .t-sec007 .msita_02 {
    right: 0;
    bottom: 0;
    position: absolute;
  }
  .t-sec007 .conte007 {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .t-sec007 .conte007 .conte007-h3 {
    margin: 0 auto 15px;
    padding: 10px 10px;
    font-size: 29px;
    line-height: 1.4;
  }
  .t-sec007 .conte007 .conte007-p {
    margin-bottom: 35px;
    padding: 0 5px;
    /* line-height: 1.5; */
    font-weight: normal;
  }
  .t-sec007 .conte007 .conte007-btn a {
    max-width: 252px;
    padding: 9px 0 8px;
    font-size: 18px;
    font-weight: normal;
  }
  .t-sec007 .conte007 .conte007-btn a:hover {
    background-color: #3b3eaa;
    opacity: 1;
    color: #ffffff;
  }
  aside .sidenavi-btn.addition-li a:after {
    /* サイドナビの不要のicon */
    content: none;
  }
}
@media screen and (max-width: 480px) {
  /* お役立ち資料 */
  .t-sec006 .useful-wb .useful-inner {
    padding: 50px 20px 30px 20px;
    border-radius: 0 0 10px 10px;
  }
  .t-sec006 .useful-wb .useful-inner .img-left-pamph {
    width: 90%;
    margin: 0 auto 20px;
  }
  .t-sec006 .useful-wb .useful-inner .img-right-wp {
    width: 70%;
    margin: 0 auto 20px;
  }
  .t-sec006 .useful-wb .useful-inner h5 {
    font-size: 5.65vw;
  }
  .t-sec006 .useful-b .useful-b-w {
    border-radius: 26px;
  }
  .t-sec006 .useful-b .useful-b-w .useful-bh3 {
    font-size: 30px;
  }
  .t-sec006 .useful-btn a {
    max-width: 90%;
    padding: 6px 10px 9px;
  }
  /* ＨＲＭメールマガジンのご案内 */
  .t-sec007 .conte007 {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .t-sec007 {
    max-width: 80%;
    position: relative;
    width: 100%;
    margin: 8% auto 10%;
    padding: 50px 4%;
  }
  /* ご相談・お問い合わせ big ボタン */
  .btn_wrap {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .big-click-btn01 {
    width: 100%;
  }
  .big-click-btn01 .big-btn01, .big-click-btn01 a.big-btn01 {
    font-size: 22px;
  }
}
/* ヘッダー一部　ぱんくず　非表示 */
@media print, screen and (min-width: 813px) and (max-width: 1090px) {
  #lp_header_nav, #breadcrumbs {
    display: none;
  }
}
@media screen and (min-width: 813px) and (max-width: 1280px) {
  /* 右コンテンツ　余白90% */
  .column-w .col-right {
    /* margin: 0 5%; */
  }
  .column-w .col-right-in, .t-sec007 {
    width: 90%;
  }
}
@media screen and (min-width: 813px) and (max-height: 650px) {
  #sidenavi .sidenavi-list {
    /* pc の高さ700px以下　サイドナビにスクロールバーを出す */
    height: 280px;
    max-height: 100%;
    overflow-y: scroll;
    direction: rtl;
  }
  .sidenavi-list .sub-menu-nav {
    /* pc の高さ700px以下　サイドナビのアアコーディオン */
    padding-top: 0;
    overflow: revert;
  }
  .sidenavi-list .sub-menu-nav .stiky-b-in {
    /* pc の高さ700px以下　サイドナビのアアコーディオン */
    background-color: #fff2b1;
    overflow: auto;
  }
  .sidenavi-list ol.sidenavi-btn.addition-li {
    padding: 0px 0 15px;
    height: auto;
  }
  .sidenavi-list ol.sidenavi-btn.addition-li {
    display: none;
  }
}
@media screen and (min-width: 813px) and (max-height: 600px) {
  #sidenavi .sidenavi-list {
    /* pc の高さ700px以下　サイドナビにスクロールバーを出す */
    height: 250px;
    max-height: 100%;
    overflow-y: scroll;
    direction: rtl;
  }
}
@media screen and (min-width: 813px) and (max-height: 550px) {
  #sidenavi .sidenavi-list {
    /* pc の高さ700px以下　サイドナビにスクロールバーを出す */
    height: 180px;
    max-height: 100%;
    overflow-y: scroll;
    direction: rtl;
  }
}
@media screen and (min-width: 813px) and (max-height: 500px) {
  #sidenavi .sidenavi-list {
    /* pc の高さ700px以下　サイドナビにスクロールバーを出す */
    height: 130px;
    max-height: 100%;
    overflow-y: scroll;
    direction: rtl;
  }
}
@media screen and (min-width: 950px) and (max-width: 1272px) {
  /* pcサイドナビhoverの2カラム */
  .sidenavi-list .sub-menu.dlthree-box:hover .sub-menu-nav {
    padding: 140px 18px 0;
    overflow-y: auto;
    width: 680px;
  }
  .dlthree-box .stiky-b-in {
    justify-content: space-between;
  }
  .dlthree-box .stiky-b-in dl {
    width: calc(50% - 16px / 2);
    padding-bottom: 25px;
  }
  .dlthree-box .stiky-b-in dl::after {
    width: calc(50% - 16px / 2);
  }
}
@media screen and (min-width: 813px) and (max-width: 945px) {
  /* pcサイドナビhoverの1カラム */
  .sidenavi-list .sub-menu.dlthree-box:hover .sub-menu-nav {
    padding: 140px 18px 0;
    overflow-y: auto;
    width: 420px;
  }
  .dlthree-box .stiky-b-in {
    justify-content: space-between;
  }
  .dlthree-box .stiky-b-in dl {
    width: 100%;
    padding-bottom: 25px;
  }
  .dlthree-box .stiky-b-in dl::after {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* お役立ち */
  .t-sec006 .useful-b .useful-b-w .useful-wb .left006b {
    max-width: 100%;
    margin-left: inherit;
    margin-top: inherit;
    margin: 0 auto 15px;
    width: 70%;
  }
  .t-sec006 .useful-b .useful-b-w .useful-wb .right006b dt {
    font-size: 4.45vw;
  }
  .t-sec006 .useful-b .useful-b-w .useful-wb .right006b dt span {
    font-size: 3.75vw;
  }
  .t-sec006 .useful-wb .useful-inner ul.list {
    padding: 0 0 30px 0;
  }
}
/* 監修者 岩本先生プロフィール */
.iwt-profile_wrap {
  position: relative;
  background: #ffffff;
  padding: 40px;
  margin: 0 0 80px 0;
}
.iwt-profile_wrap h4 {
  font-weight: 700;
  font-size: 20px;
  color: #3b3eaa;
  margin-bottom: 20px;
}
.iwt-profile_wrap h4:before {
  content: '';
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  left: -40px;
  top: -2px;
  width: 30px;
  height: 10px;
  margin-right: -29px;
  background: #3b3eaa;
}
.iwt-profile_wrap ul {
  display: flex;
  justify-content: space-between;
}
.iwt-profile_wrap li.txt_inner {
  width: 73%;
}
.iwt-profile_wrap li.img_inner {
  width: 220px;
  margin: 0 0 0 20px;
}
.iwt-profile_wrap dt.name {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 12px 0;
}
.iwt-profile_wrap span.ml16 {
  margin-left: 16px;
}
.iwt-profile_wrap dt.name span.txt-small {
  font-size: 15px;
  font-weight: 400;
}
.iwt-profile_wrap dt.name span.txt-m {
  font-size: 18px;
}
.iwt-profile_wrap dd.belong {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.iwt-profile_wrap dd.prof {
  font-size: 16px;
}
@media screen and (max-width: 1030px) {
  .iwt-profile_wrap {
    padding: 30px 40px 40px;
  }
  .iwt-profile_wrap ul {
    flex-direction: column;
  }
  .iwt-profile_wrap li.img_inner {
    order: 1;
    width: 50%;
    margin: 0 auto 20px;
  }
  .iwt-profile_wrap li.txt_inner {
    order: 2;
    width: 100%;
  }
  .iwt-profile_wrap h4 {
    position: relative;
    text-align: center;
    margin: 0 0 30px 0;
  }
  .iwt-profile_wrap h4:before {
    display: none;
  }
  .iwt-profile_wrap h4:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 10px;
    background-color: #3b3eaa;
    top: -30px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .iwt-profile_wrap dt.name {
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .iwt-profile_wrap {
    padding: 30px;
  }
  .iwt-profile_wrap h4 {
    padding: 0 0 14px 0;
    margin: 0 0 20px 0;
  }
  .iwt-profile_wrap li.img_inner {
    width: 80%;
  }
}
/* ビジカレセミナー */
.banner_bizcall_inner {
  width: 813px;
  height: auto;
  ;
  margin: 0 auto 80px;
}
.banner_bizcall_inner.visualization-inner {
  margin: 100px auto 0;
}
.banner_bizcall_inner figure {
  margin: 0;
}
.banner_bizcall_inner .img-pc {
  display: block;
}
.banner_bizcall_inner .img-sp, .banner_bizcall_inner .img-tab {
  display: none;
}
.banner_bizcall_txt-inner {
  text-align: center;
  margin: 0 auto 40px;
}
.banner_bizcall_txt-inner p {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #3b3eaa;
}
.banner_bizcall_txt-inner p span {
  margin: 0 0 0 20px;
  text-decoration: underline;
  color: #3b3eaa;
  padding: 0 8px 0 0;
}
.banner_bizcall_txt-inner p span.arrow-img {
  padding: 0 0 0 10px;
  margin: 0;
}
.banner_bizcall_txt-inner p span img {
  width: 20px;
  height: auto;
}
br.tab_br {
  display: none;
}
@media screen and (min-width: 813px) and (max-width: 1280px){
.banner_bizcall_inner {
    width: 90%;
}
}
@media screen and (max-width: 1200px) {
  br.tab_br {
    display: block;
  }
}
@media screen and (max-width: 812px) {
  .banner_bizcall_inner {
    width: 86%;
    margin: 0 auto 80px;
  }
  .banner_bizcall_inner.visualization-inner {
    margin: 50px auto 0;
  }
  .banner_bizcall_inner .img-pc, .banner_bizcall_inner .img-sp {
    display: none;
  }
  .banner_bizcall_inner .img-tab {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .banner_bizcall_inner .img-pc, .banner_bizcall_inner .img-tab {
    display: none;
  }
  .banner_bizcall_inner .img-sp {
    display: block;
  }
}
/* コラム アンカーリンクずれ修正 */
.t-sec002 {
  margin: 140px 0 150px 0;
}
@media screen and (max-width: 812px) {
  .t-sec002 {
      margin: 15% 0 100px 0;
  }

}