@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
@import url("//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("//fonts.googleapis.com/earlyaccess/notosansjp.css");
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, ol, dl, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 100;
  src: local("NotoSerifCJKjp-ExtraLight"), url("/company/common/font/NotoSerifJP-ExtraLight.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 300;
  src: local("NotoSerifCJKjp-Light"), url("/company/common/font/NotoSerifJP-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 400;
  src: local("NotoSerifCJKjp-Regular"), url("/company/common/font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: local("NotoSerifCJKjp-Medium"), url("/company/common/font/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 600;
  src: local("NotoSerifCJKjp-SemiBold"), url("/company/common/font/NotoSerifJP-SemiBold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSerifCJKjp-Bold"), url("/company/common/font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 800;
  src: local("NotoSerifCJKjp-Black"), url("/company/common/font/NotoSerifJP-Black.woff") format("woff");
  font-display: swap;
}

/* default setting */
body {
  background-color: #ffffff;
  color: #000;
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.68;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

a {
  color: #222;
  text-decoration: none;
  transition-duration: 200ms;
}

ul {
  list-style: none;
}

em {
  font-style: normal;
}

p {
  line-height: 2.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

img {
  vertical-align: top;
}

/* /sys/sb_reset.css /sys/sb_base.css を読み込む必要があるため、そのスタイルをリセット */
h1,
.h1,
h2,
h3 {
  padding: 0;
  font-size: 18px;
  font-weight: normal;
  background-color: transparent;
}

/* /sys/sb_reset.css /sys/sb_base.css を読み込む必要があるため、そのスタイルをリセット ここまで */
@media print, screen and (max-width: 767px) {
  body {
    padding-top: 66px;
  }
  body.top {
    padding-top: 0;
  }
  .pc {
    display: none !important;
  }
  img {
    width: 100%;
    height: auto;
  }
}

@media print, screen and (min-width: 768px) {
  body {
    padding-top: 135px;
  }
  body.top {
    padding-top: 0;
  }
  .sp {
    display: none !important;
  }
}

/* blocks pc*/
/* AboutItem */
.AboutItem .AboutItem__inner {
  padding: 31px 0 0;
}

.AboutItem .AboutItem__title {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 1px;
  margin: 0 0 21px;
}

.AboutItem .AboutItem__text {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: -0.2px;
  position: relative;
  padding-left: 29px;
  margin: 0 0 21px;
}

.AboutItem .AboutItem__text::after {
  content: '';
  position: absolute;
  display: block;
  width: 19px;
  height: 1px;
  background-color: #000;
  top: 8px;
  left: 0;
}
.AboutItem.LayoutContent__inner {
  margin-top: 0!important;
}

@media print, screen and (min-width: 768px) {
  .AboutItem {
    display: -ms-flexbox;
    display: flex;
  }
  .AboutItem .AboutItem__figure {
    -ms-flex: 0 1 475px;
    flex: 0 1 475px;
  }
  .AboutItem .AboutItem__img {
    width: 100%;
  }
  .AboutItem .AboutItem__inner {
    -ms-flex: 0 1 420px;
    flex: 0 1 420px;
    margin: 0 0 0 92px;
    /*padding: 8px 0 0;*/
    padding: 0;
  }
  .AboutItem .AboutItem__title {
    font-size: 28px;
    /*line-height: 68px;*/
    letter-spacing: 0px;
    /*margin: 0 0 6px;*/
    -webkit-font-feature-settings: 'palt';
    font-feature-settings: 'palt';
    line-height: 1.7;
    margin: 0 0 15px;
  }
  .AboutItem .AboutItem__text {
    font-size: 16px;
    line-height: 29px;
    padding-left: 54px;
    margin: 0 0 33px;
  }
  .AboutItem .AboutItem__text::after {
    width: 38px;
    top: 13px;
  }
}

/* Access */
/* AccessOffice */
.AccessOffice {
  padding: 0 0 40px;
}

.AccessOffice .AccessOffice__title {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 30px;
  padding: 0 0 13px;
}

.AccessOffice .AccessOffice__map {
  width: 100%;
  position: relative;
  padding-top: 78.46%;
}

.AccessOffice .AccessOffice__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.AccessOffice .AccessOffice__list {
  padding: 0 0 0 14px;
}

.AccessOffice .AccessOffice__office {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  padding: 32px 0px 14px;
}

.AccessOffice .AccessOffice__access {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 0 0;
}

@media print, screen and (min-width: 768px) {
  .AccessOffice {
    overflow: hidden;
    padding: 0 0 100px;
  }
  .AccessOffice .AccessOffice__title {
    font-size: 24px;
    padding: 0 0 27px;
  }
  .AccessOffice .AccessOffice__map {
    padding-top: 39.23%;
  }
  .AccessOffice .AccessOffice__list {
    display: inline-block;
    width: 515px;
    padding: 0;
  }
  .AccessOffice .AccessOffice__list.-fl {
    float: left;
    margin-right: 50px;
  }
  .AccessOffice .AccessOffice__office {
    font-size: 16px;
    padding: 40px 0px 19px;
  }
  .AccessOffice .AccessOffice__access {
    font-size: 14px;
    line-height: 24px;
    padding: 21px 0 0;
  }
}

/* AsaImages */
.AsaImages .AsaImages__figure.-imgSmall {
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.AsaImages .AsaImages__figureWrapper {
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .AsaImages {
    width: 1080px;
    margin: 0 auto 0;
    display: -ms-flexbox;
    display: flex;
  }
  .AsaImages .AsaImages__figureWrapper {
    display: block;
  }
}

.Breadcrumb {
  width: 100%;
  padding: 15px 25px;
}

.Breadcrumb .Breadcrumb__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  /*flex-wrap: wrap;*/
  line-height: 1;
}

.Breadcrumb .Breadcrumb__item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  margin-bottom: 5px;
}

.Breadcrumb .Breadcrumb__item.engglish {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

.Breadcrumb .Breadcrumb__item:after {
  content: '>';
  margin-left: 5px;
  margin-right: 15px;
  font-size: 12px;
  line-height: 1;
}

.Breadcrumb .Breadcrumb__item:last-child {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.Breadcrumb .Breadcrumb__item:last-child:after {
  content: none;
}

.Breadcrumb .Breadcrumb__text {
  font-size: 12px;
  line-height: 1;
}

.Breadcrumb .Breadcrumb__text.-english {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .Breadcrumb {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    padding-right: 40px;
    padding-left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .Breadcrumb .Breadcrumb__link {
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Breadcrumb .Breadcrumb__link:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Breadcrumb .Breadcrumb__text {
    font-size: 14px;
  }
}

/* Btn1 */
.Btn1 {
  width: 238px;
  margin-right: auto;
  margin-left: auto;
}

.Btn1 .Btn1__link {
  display: block;
  background-color: #000;
  text-align: center;
  padding: 8px 0 11px;
}
/*190220*/
.LayoutTop.btn-top.Btn1 {
  float: left;
}
/*190220*/
.Btn1 .Btn1__text {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .Btn1 {
    width: 310px;
  }
  .Btn1.-right {
    margin-right: 0;
  }
  .Btn1.-left {
    margin-left: 0;
  }
  .Btn1 .Btn1__link {
    padding: 21px 0;
    border: 1px solid #000;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Btn1 .Btn1__link:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .Btn1 .Btn1__link:hover .Btn1__text {
    color: #000;
  }
  .Btn1 .Btn1__text {
    font-size: 16px;
  }
}

/* Btn2 */
.Btn2 {
  margin-right: auto;
  margin-left: auto;
  width: 162px;
}

.Btn2 .Btn2__link {
  color: #000;
  text-align: center;
  display: block;
  border: 1px solid #000;
  padding: 5px 0 6px;
  border-radius: 4px;
}

.Btn2 .Btn2__text {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  font-size: 13px;
}

@media print, screen and (min-width: 768px) {
  .Btn2 {
    width: 205px;
  }
  .Btn2 .Btn2__link {
    padding: 6px 0 8px;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Btn2 .Btn2__link:hover {
    text-decoration: none;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
  }
  .Btn2 .Btn2__text {
    font-size: 14px;
  }
  .Btn2.-right {
    margin-right: 0;
  }
  .Btn2.-left {
    margin-left: 0;
  }
}


/* Case */
.Case {
  padding-bottom: 14px;
  /*.CaseItem__image{
		width: 100%;
	}*/
}

.Case .LeadText.-about {
  margin: 0;
  padding: 0 0 36px;
  border-bottom: 1px solid #ddd;
}

.Case .Case__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 24px 0 0;
}

.Case .Case__item {
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  margin-bottom: 45px;
}

.Case .CaseItem__image {
  position: relative;
  overflow: hidden;
  -ms-flex: 0 0 calc(50% - 15px);
  flex: 0 0 calc(50% - 15px);
  height: 52vw;
  background-color: #f5f5f5;
}

.Case .CaseItem__image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.Case .CaseItem__copy {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin: 18px 0 16px;
}

.Case .CaseItem__name {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  font-size: 12px;
  color: #888888;
  line-height: 1.6;
  margin: 4px 0;
}

.Case .CaseItem__text {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  font-size: 11px;
  color: #888888;
  line-height: 1.6;
  margin: 4px 0;
}

.Case .CaseItem__tagList {
  border-top: 1px solid #c4c4c4;
  margin-top: 13px;
  padding-top: 4px;
  line-height: 1;
}

.Case .CaseItem__tagItem {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  font-size: 10px;
  color: #888888;
  line-height: 1.2;
  display: inline-block;
  padding-right: 9px;
  margin-right: 3px;
  margin-bottom: 0px;
  position: relative;
}

.Case .CaseItem__tagItem:after {
  content: '';
  display: block;
  width: 1px;
  height: 10px;
  border-right: 1px solid #c4c4c4;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.Case .CaseItem__tagItem:last-child {
  padding-right: 0;
  margin-right: 0;
}

.Case .CaseItem__tagItem:last-child:after {
  content: none;
}

.Case .Case__btn1 {
  margin: 0 auto;
}

/* filter*/
.Case .btn-controls {
  margin: 30px auto 30px;
}
.Case .btn-controls .btn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.Case .btn-controls .btn-list li {
  padding: 8px 2vw;
  margin: 0 0 2%;
  background: #eee;
  color: #000;
  border-radius: 4px;
  width: 49%;
  font-size: 3vw;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.Case .btn-controls .btn-list li:hover {
  background: #333;
  color: #fff;
  cursor: pointer;
}

.Case .btn-controls .btn-list li.active {
  background: #333;
  color: #fff;
}
.Case .Case__list > li.active {
  display: block;
  animation: fadein .5s ease;
}
.Case .Case__list > li {
  display: none;
  -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@keyframes fadein {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .Case {
    padding-top: 0px;
    padding-bottom: 110px;
  }
  .Case .LeadText.-about {
    margin: 0;
    padding: 0 0 85px;
    border-bottom: 1px solid #ddd;
  }
  .Case .Case__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 980px;
    margin: 29px auto 8px;
  }
  .Case .Case__list a:hover {
    opacity: 0.7;
  }
  .Case .Case__item {
    -ms-flex: 0 0 calc(25% - 45px);
    flex: 0 0 calc(25% - 45px);
    /*margin: 0 45px 59px 0;*/
    margin: 0 18px 60px;
  }
  /*.Case .Case__item:nth-child(4n) {
    margin: 0;
  }*/
  
  .Case .CaseItem__image {
    position: relative;
    overflow: hidden;
    width: 208px;
    height: 280px;
    background-color: #f5f5f5;
  }
  .Case .CaseItem__image img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .Case .CaseItem__copy {
    font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    margin: 28px 0;
  }
  .Case .CaseItem__name {
    font-size: 14px;
    line-height: 1.6;
    margin: 6px 0;
  }
  .Case .CaseItem__text {
    font-size: 12px;
    line-height: 1.6;
    margin: 6px 0;
  }
  .Case .CaseItem__tagList {
    margin-top: 20px;
    padding-top: 5px;
  }
  .Case .CaseItem__tagItem {
    font-size: 14px;
    line-height: 1.2;
    padding-right: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .Case .CaseItem__tagItem:after {
    width: 1px;
    height: 10px;
    border-right: 1px solid #c4c4c4;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .Case .CaseItem__tagItem:last-child {
    padding-right: 0;
    margin-right: 0;
  }
  .Case .CaseItem__tagItem:last-child:after {
    content: none;
  }
  
  /* filter*/
  .Case .btn-controls {
    margin: 30px auto 70px;
  }
  .Case .btn-controls .btn-list {
    justify-content: flex-start;
  }
  .Case .btn-controls .btn-list li {
    font-size: 14px;
    padding: 5px 20px;
    margin: 0 0 0;
    width: inherit;
    border-radius: 50px;
  }
  .Case .btn-controls .btn-list li + li {
    margin-left: 10px;
  }
  
}

/* CaseDetail */
.CaseDetail {
  padding-top: 40px;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
}

.CaseDetail .CaseDetail__date {
  font-size: 11px;
}

.CaseDetail .CaseDetail__mv {
  margin-bottom: 28px;
}

.CaseDetail .CaseDetail__contents {
  margin-bottom: 48px;
  padding-bottom: 27px;
  border-bottom: 2px solid #f5f5f5;
}

.CaseDetail .CaseDetail__contents h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.CaseDetail .CaseDetail__contents h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.CaseDetail .CaseDetail__contents h4 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.CaseDetail .CaseDetail__contents h5 {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: bold;
  letter-spacing: 0;
}

.CaseDetail .CaseDetail__contents h6 {
  font-size: 12px;
  margin-bottom: 4px;
  font-weight: bold;
  letter-spacing: 0;
}

.CaseDetail .CaseDetail__contents p {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.CaseDetail .CaseDetail__contents a {
  color: #b6b6b6;
}

.CaseDetail .CaseDetail__contents a:hover {
  text-decoration: underline;
}

.CaseDetail .CaseDetail__contents strong {
  font-weight: bold;
}

.CaseDetail .CaseDetail__contents em {
  font-style: italic;
}

.CaseDetail .CaseDetail__contents img {
  display: block;
  margin-top: 7px;
  margin-bottom: 22px;
  height: auto;
}

.CaseDetail .CaseDetail__contents hr {
  margin-bottom: 34px;
  padding-top: 12px;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.CaseDetail .CaseDetail__contents blockquote {
  margin-bottom: 22px;
  padding: 16px;
  background: #f8f8f8;
}

.CaseDetail .CaseDetail__contents blockquote p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.9;
}

.CaseDetail .CaseDetail__contents ul, .CaseDetail .CaseDetail__contents ol {
  margin-bottom: 22px;
}

.CaseDetail .CaseDetail__contents ul li {
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
}

.CaseDetail .CaseDetail__contents ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000000;
  position: relative;
  left: 0px;
  top: 0.7em;
  margin-right: 8px;
}

.CaseDetail .CaseDetail__contents ol li {
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
  list-style-type: decimal;
  list-style-position: inside;
}

.CaseDetail .CaseDetail__profile {
  margin-bottom: 38px;
}

.CaseDetail .CaseDetailProfile__image {
  display: block;
  width: 62%;
  margin: 0 auto 14px auto;
}

.CaseDetail .CaseDetailProfile__title {
  margin-bottom: 15px;
  padding-bottom: 5px;
  font-size: 14px;
  border-bottom: 1px solid #000000;
}

.CaseDetail .CaseDetailProfile__text {
  margin-bottom: 0.5em;
}

.CaseDetail .CaseDetailProfile__text p {
  font-size: 11px;
  line-height: 2.2;
}

.CaseDetail .CaseDetailProfile__text a {
  color: #b6b6b6;
}

.CaseDetail .CaseDetailProfile__text a:hover {
  text-decoration: underline;
}

.CaseDetail .CaseDetail__footer {
  display: block;
  padding-top: 49px;
  border-top: 1px solid #cccccc;
}

.CaseDetail .CaseDetailFooter__btn {
  width: 70%;
  margin: 0 auto 51px auto;
}

.CaseDetail .CaseDetailFooterBtn__Link {
  display: block;
  padding: 5px 5px 8px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #ffffff;
}

.CaseDetail .CaseDetailFooterBtn__text {
  font-size: 13px;
  line-height: 1.125;
  letter-spacing: 0;
  color: #000000;
}

@media print, screen and (min-width: 768px) {
  .CaseDetail .CaseDetail__date {
    font-size: 22px;
  }
  .CaseDetail .Title4.-detailTitle {
    padding: 14px 0 88px;
    font-size: 36px;
  }
  .CaseDetail .CaseDetail__mv {
    margin-bottom: 84px;
  }
  .CaseDetail .CaseDetail__mv img {
    width: 100%;
  }
  .CaseDetail .CaseDetail__contents {
    width: 840px;
    margin: 0 auto 80px auto;
    padding-bottom: 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .CaseDetail .CaseDetail__contents h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .CaseDetail .CaseDetail__contents h3 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 12px;
    margin-bottom: 20px;
  }
  .CaseDetail .CaseDetail__contents h4 {
    font-size: 18px;
  }
  .CaseDetail .CaseDetail__contents h5 {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .CaseDetail .CaseDetail__contents h6 {
    font-size: 13px;
    margin-bottom: 9px;
  }
  .CaseDetail .CaseDetail__contents p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 35px;
  }
  .CaseDetail .CaseDetail__contents img {
    display: block;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .CaseDetail .CaseDetail__contents hr {
    margin-bottom: 60px;
    padding-top: 25px;
  }
  .CaseDetail .CaseDetail__contents blockquote {
    margin-bottom: 35px;
    padding: 20px 28px 24px 28px;
  }
  .CaseDetail .CaseDetail__contents blockquote p {
    font-size: 14px;
  }
  .CaseDetail .CaseDetail__contents ul, .CaseDetail .CaseDetail__contents ol {
    margin-bottom: 35px;
  }
  .CaseDetail .CaseDetail__contents ul li {
    font-size: 15px;
    line-height: 2;
  }
  .CaseDetail .CaseDetail__contents ul li:before {
    width: 6px;
    height: 6px;
    top: 0.8em;
    margin-right: 10px;
  }
  .CaseDetail .CaseDetail__contents ol li {
    font-size: 15px;
    line-height: 2;
  }
  .CaseDetail .CaseDetail__profile {
    display: -ms-flexbox;
    display: flex;
    width: 840px;
    margin: 0 auto 93px auto;
  }
  .CaseDetail .CaseDetailProfile__image {
    -ms-flex: 0 0 225px;
    flex: 0 0 225px;
    width: 100%;
    height: 100%;
    margin-right: 39px;
  }
  .CaseDetail .CaseDetailProfile__inner {
    -ms-flex: 1 0 576px;
    flex: 1 0 576px;
  }
  .CaseDetail .CaseDetailProfile__title {
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1;
  }
  .CaseDetail .CaseDetailProfile__text {
    margin-bottom: 1em;
  }
  .CaseDetail .CaseDetailProfile__text p {
    font-size: 13px;
    line-height: 1.9;
  }
  .CaseDetail .CaseDetail__footer {
    padding-top: 103px;
  }
  .CaseDetail .CaseDetailFooter__btn {
    width: 500px;
    margin: 0 auto 99px auto;
  }
  .CaseDetail .CaseDetailFooterBtn__Link {
    padding: 19px 5px 17px;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .CaseDetail .CaseDetailFooterBtn__Link:hover {
    text-decoration: none;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
  }
  .CaseDetail .CaseDetailFooterBtn__text {
    font-size: 18px;
  }
}

/* Contact Form Content */
.ContactFormContent {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
}

.ContactFormContent .ContactFormContent__head {
  color: #000000;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.ContactFormContent .ContactFormContent__list {
  border-top: 1px solid #cccccc;
}

.ContactFormContent .ContactFormContent__list.-btBlk {
  border-top: 1px solid #000;
}

.ContactFormContent .ContactFormContent__list.-btNon {
  border-top: none;
}

.ContactFormContent .ContactFormContent__list dt .-required {
  /*display: inline-block;*/
  background: #dc6c6b;
  color: #ffffff;
}

.ContactFormContent .ContactFormContent__list dd .-textGray {
  color: #7f7f7f;
}

.ContactFormContent .ContactFormContent__list dd input {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.ContactFormContent .ContactFormContent__list dd input.-mailAddress + span {
  display: inline-block;
}

.ContactFormContent .ContactFormContent__list dd input::-webkit-input-placeholder {
  color: #b2b2b2;
}

.ContactFormContent .ContactFormContent__list dd input:-ms-input-placeholder {
  color: #b2b2b2;
}

.ContactFormContent .ContactFormContent__list dd input::placeholder {
  color: #b2b2b2;
}

.ContactFormContent .ContactFormContent__list dd select {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.ContactFormContent .ContactFormContent__list dd .-separateParts span:first-of-type {
  display: inline-block;
}

.ContactFormContent .ContactFormContent__list dd .-separateParts span.-confirm {
  color: #cccccc;
}

.ContactFormContent .ContactFormContent__list dd .listGroup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.ContactFormContent .ContactFormContent__list dd .listGroup label {
  box-sizing: border-box;
}

.ContactFormContent .ContactFormContent__list dd .listGroup label input[type=checkbox] {
  vertical-align: middle;
  /*border: none;
						-webkit-appearance:none;*/
  /*background:linear-gradient(#ffffff, #c3c3c3);*/
}

.ContactFormContent .ContactFormContent__list dd .listGroup label input[type=radio] {
  vertical-align: middle;
  /*border: none;
						-webkit-appearance:none;*/
  /*background:linear-gradient(#ffffff, #c3c3c3);*/
  border-radius: 50%;
}

.ContactFormContent .ContactFormContent__list dd textarea {
  border: 1px solid #cccccc;
  border-radius: 3px;
}

.ContactFormContent .ContactFormContent__list dd input[type="file"] {
  border: none;
  line-height: 1;
}

.ContactFormContent .ContactFormContent__list dd input[type="file"]::-webkit-file-upload-button, .ContactFormContent .ContactFormContent__list dd input[type="file"] file-upload-button {
  border: 1px solid #808080;
  border-radius: 1em;
  color: #3b3b3b;
  line-height: 1;
  background: linear-gradient(#ffffff, #c3c3c3);
}

.ContactFormContent .ContactFormContent__list dd .error {
  border: 1px solid #ca2c2b;
  background-color: #fbe9e9;
}

.ContactFormContent .ContactFormContent__list dd .formrun-system-show {
  color: #ca2c2b;
  line-height: 1;
  margin-top: 0.5em;
}

.ContactFormContent .ContactFormContent__btn {
  display: block;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #000000;
  color: #ffffff;
  background-color: #000000;
}

.ContactFormContent .ContactFormContent__btn.-return {
  color: #000000;
  background-color: #ffffff;
}

.ContactFormContent .ContactFormContent__note {
  color: #ff6600;
  font-size: 14px;
}

@media print, screen and (max-width: 767px) {
  .ContactFormContent {
    margin-bottom: 39px;
    /*.ContactFormContent__btnText {
			font-size: 14px;
			line-height: 1.125;
			letter-spacing: 1px;
		}*/
  }
  .ContactFormContent .ContactFormContent__head {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.12px;
    padding-bottom: 6px;
  }
  .ContactFormContent .ContactFormContent__head .-note {
    font-size: 12px;
  }
  .ContactFormContent .ContactFormContent__text {
    padding-bottom: 25px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .ContactFormContent .ContactFormContent__sign {
    padding-bottom: 1em;
    font-size: 12px;
    line-height: 2.1;
  }
  .ContactFormContent .ContactFormContent__sign .-required {
    font-size: 12px;
    margin-right: 1em;
    padding: 3px 5px 4px 5px;
    font-size: 10px;
    line-height: 1;
    background: #dc6c6b;
    color: #ffffff;
  }
  .ContactFormContent .ContactFormContent__list {
    padding-top: 25px;
  }
  .ContactFormContent .ContactFormContent__list dt {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .ContactFormContent .ContactFormContent__list dt .-required {
    margin-left: 23px;
    padding: 3px 5px 4px 5px;
    font-size: 10px;
    line-height: 1;
  }
  .ContactFormContent .ContactFormContent__list dd {
    font-size: 12px;
    margin-bottom: 24px;
    padding-bottom: 29px;
    border-bottom: 1px solid #cccccc;
  }
  .ContactFormContent .ContactFormContent__list dd.-last {
    border-bottom: none;
  }
  .ContactFormContent .ContactFormContent__list dd .-textGray {
    font-size: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd input {
    padding: 7px 17px;
    font-size: 13px;
    width: 62%;
  }
  .ContactFormContent .ContactFormContent__list dd input.-middle {
    width: 72%;
  }
  .ContactFormContent .ContactFormContent__list dd input.-long {
    width: 100%;
  }
  .ContactFormContent .ContactFormContent__list dd input.-telNumber + span {
    margin-left: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd input.-mailAddress + span {
    margin-top: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd select {
    padding: 7px 17px;
    font-size: 13px;
    width: 62%;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts {
    padding-bottom: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts + .-separateParts {
    padding-bottom: 0;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts span:first-of-type {
    width: 38px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label {
    box-sizing: border-box;
    padding-bottom: 4px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-small {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-middle {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 5%;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-long {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-long input[type=text] {
    margin-top: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=checkbox] {
    width: 11px;
    height: 11px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=radio] {
    width: 11px;
    height: 11px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd textarea {
    padding: 7px 17px;
    font-size: 13px;
    width: 100%;
    height: 9.5em;
  }
  .ContactFormContent .ContactFormContent__list dd input[type="file"] {
    margin-top: 6px;
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
  }
  .ContactFormContent .ContactFormContent__list dd input[type="file"]::-webkit-file-upload-button, .ContactFormContent .ContactFormContent__list dd input[type="file"] file-upload-button {
    width: 106px;
    margin-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .ContactFormContent .ContactFormContent__list dd .formrun-system-show {
    margin-top: 10px;
  }
  .ContactFormContent .ContactFormContent__detail {
    margin-top: 40px;
  }
  .ContactFormContent .ContactFormContent__btn {
    width: 100%;
    padding: 11px 5px 11px;
    font-size: 14px;
    line-height: 2.125;
    letter-spacing: 1px;
  }
  .ContactFormContent .ContactFormContent__btn.-return {
    margin-bottom: 10px;
  }
  .ContactFormContent .ContactFormContent__note,
  .ContactFormContent .ContactFormContent__address {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .ContactFormContent {
    width: 840px !important;
    padding-bottom: 95px;
    /*.ContactFormContent__btnText {
			font-size: 18px;
			line-height: 1.125;
			letter-spacing: 1px;
		}*/
  }
  .ContactFormContent .Title4 {
    padding-bottom: 59px;
  }
  .ContactFormContent .ContactFormContent__head {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 1.12px;
    padding-bottom: 17px;
  }
  .ContactFormContent .ContactFormContent__head .-note {
    font-size: 17px;
  }
  .ContactFormContent .ContactFormContent__text {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.8;
    padding-bottom: 72px;
  }
  .ContactFormContent .ContactFormContent__sign {
    padding-bottom: 1em;
    font-size: 14px;
  }
  .ContactFormContent .ContactFormContent__sign .-required {
    margin-top: 4px;
    padding: 4px 6px 5px 6px;
    font-size: 12px;
    font-weight: 300;
    background: #dc6c6b;
    color: #ffffff;
    margin-right: 20px;
  }
  .ContactFormContent .ContactFormContent__list {
    padding-top: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ContactFormContent .ContactFormContent__list.-sub {
    width: 840px;
  }
  .ContactFormContent .ContactFormContent__list dt {
    -ms-flex: 0 0 281px;
    flex: 0 0 281px;
    margin-right: 20px;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .ContactFormContent .ContactFormContent__list dt .-required {
    margin-top: 4px;
    padding: 4px 6px 5px 6px;
    font-size: 12px;
    line-height: 1;
    font-weight: 300;
  }
  .ContactFormContent .ContactFormContent__list dd {
    -ms-flex: 0 0 539px;
    flex: 0 0 539px;
    margin-bottom: 31px;
    padding-bottom: 29px;
    /*font-size: 12px;*/
    font-size: 14px;
    position: relative;
    min-height: 4em;
  }
  .ContactFormContent .ContactFormContent__list dd:after {
    position: absolute;
    content: "";
    width: 840px;
    bottom: 0;
    left: -301px;
    border-bottom: 1px solid #cccccc;
  }
  .ContactFormContent .ContactFormContent__list dd.-last:after {
    content: none;
  }
  .ContactFormContent .ContactFormContent__list dd input {
    padding: 3px 12px 2px 12px;
    font-size: 14px;
    width: 389px;
  }
  .ContactFormContent .ContactFormContent__list dd input.-middle {
    width: 139px;
  }
  .ContactFormContent .ContactFormContent__list dd input.-long {
    width: 100%;
  }
  .ContactFormContent .ContactFormContent__list dd input.-telNumber {
    width: 208px;
  }
  .ContactFormContent .ContactFormContent__list dd input.-telNumber + span {
    margin-left: 24px;
    font-size: 12px;
  }
  .ContactFormContent .ContactFormContent__list dd input.-mailAddress {
    width: 358px;
  }
  .ContactFormContent .ContactFormContent__list dd input.-mailAddress + span {
    margin-left: 24px;
    font-size: 12px;
  }
  .ContactFormContent .ContactFormContent__list dd select {
    padding: 3px 12px 2px 12px;
    font-size: 14px;
    width: 208px;
  }
  .ContactFormContent .ContactFormContent__list dd.-separate {
    display: -ms-flexbox;
    display: flex;
    /*align-items: center;*/
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts {
    padding-bottom: 0;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts:first-child {
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts span:first-of-type {
    width: 31px;
    font-size: 14px;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts span.-confirm {
    color: #cccccc;
    font-size: 12px;
  }
  .ContactFormContent .ContactFormContent__list dd .-separateParts .-first {
    margin-right: 20px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup {
    padding-bottom: 19px;
    font-size: 13px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label {
    box-sizing: border-box;
    padding-bottom: 12px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-small {
    -ms-flex: 0 0 14%;
    flex: 0 0 14%;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-middle {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 4%;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-long {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label.-long input[type=text] {
    width: 390px;
    margin-left: 12px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=checkbox] {
    width: 12px;
    height: 12px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd .listGroup label input[type=radio] {
    width: 13px;
    height: 13px;
    padding: 1px 0;
    margin-right: 10px;
  }
  .ContactFormContent .ContactFormContent__list dd textarea {
    padding: 7px 17px;
    font-size: 13px;
    width: 100%;
    height: 9.5em;
  }
  .ContactFormContent .ContactFormContent__list dd input[type="file"] {
    padding: 0;
    width: 100%;
  }
  .ContactFormContent .ContactFormContent__detail {
    margin-top: 48px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ContactFormContent .ContactFormContent__btn {
    width: 300px;
    padding: 16px 5px 20px;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1px;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .ContactFormContent .ContactFormContent__btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .ContactFormContent .ContactFormContent__btn:hover .Btn1__text {
    color: #000;
  }
  .ContactFormContent .ContactFormContent__btn.-return {
    margin-right: 20px;
  }
}

/* Contact Thanks Content */
.ContactThanksContent {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
}

@media print, screen and (max-width: 767px) {
  .ContactThanksContent {
    margin-bottom: 39px;
  }
  .ContactThanksContent .LayoutContent__inner {
    padding-top: 30px;
  }
  .ContactThanksContent .ContactThanksContent__head {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1.12px;
    color: #000000;
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    padding-bottom: 19px;
    font-weight: 400;
  }
  .ContactThanksContent .ContactThanksContent__text {
    padding-bottom: 30px;
    font-size: 12px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    border-bottom: 1px solid #cccccc;
  }
  .ContactThanksContent .ContactThanksContent__detail {
    margin-top: 40px;
  }
  .ContactThanksContent .ContactThanksContent__btn {
    display: block;
    padding: 11px 5px 11px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
  }
  .ContactThanksContent .ContactThanksContent__btnText {
    font-size: 14px;
    line-height: 1.125;
    letter-spacing: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .ContactThanksContent {
    width: 840px !important;
    padding-bottom: 96px;
  }
  .ContactThanksContent .Title4 {
    padding-bottom: 72px;
  }
  .ContactThanksContent .LayoutContent__inner {
    padding-top: 93px;
  }
  .ContactThanksContent .ContactThanksContent__head {
    font-size: 23px;
    line-height: 1.2888;
    letter-spacing: 1.35px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 34px;
  }
  .ContactThanksContent .ContactThanksContent__text {
    padding-bottom: 89px;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.9;
    text-align: center;
    border-bottom: 1px solid #cccccc;
  }
  .ContactThanksContent .ContactThanksContent__detail {
    margin-top: 98px;
  }
  .ContactThanksContent .ContactThanksContent__btn {
    display: block;
    width: 300px;
    margin: 0 auto;
    padding: 15px 5px 20px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000000;
    color: #ffffff;
    background-color: #000000;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .ContactThanksContent .ContactThanksContent__btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .ContactThanksContent .ContactThanksContent__btn:hover .Btn1__text {
    color: #000;
  }
  .ContactThanksContent .ContactThanksContent__btnText {
    font-size: 18px;
    line-height: 1.125;
    letter-spacing: 1px;
    font-weight: 400;
  }
}

/* FAQ Content */
.ContactTopContent {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
}

.ContactTopContent .ContactTopList__note {
  color: #ff0000;
}

@media print, screen and (max-width: 767px) {
  .ContactTopContent {
    margin-top: 37px;
  }
  .ContactTopContent:first-child {
    margin-top: 0;
  }
  .ContactTopContent:last-child {
    margin-bottom: 51px;
  }
  .ContactTopContent .ContactTopContent__head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.12px;
    color: #000000;
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }
  .ContactTopContent .ContactTopContent__head:after {
    content: '';
    display: block;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    height: 1px;
    background-color: #cccccc;
  }
  .ContactTopContent .ContactTopContent__headText {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 20px;
    font-weight: bold;
  }
  .ContactTopContent .ContactTopContent__smallText {
    font-size: 10px;
    line-height: 1.4444;
    letter-spacing: 0.75px;
    padding-left: 5px;
  }
  .ContactTopContent .ContactTopContent__list1 {
    margin-top: 34px;
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
  }
  .ContactTopContent .ContactTopContent__list2 {
    margin-top: 12px;
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  }
  .ContactTopContent .ContactTopList__item {
    border-top: 1px solid #cccccc;
    overflow: hidden;
  }
  .ContactTopContent .ContactTopList__item:first-child {
    border-top: 0;
    margin-top: 0;
  }
  .ContactTopContent .ContactTopList__item2 {
    padding: 24px 0 24px;
  }
  .ContactTopContent .ContactTopList__item2:first-child {
    padding-top: 0;
  }
  .ContactTopContent .ContactTopList__item2:last-child {
    padding-bottom: 0;
  }
  .ContactTopContent .ContactTopList__head {
    position: relative;
    font-size: 15px;
    letter-spacing: 1.2px;
    color: #ffffff;
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 22px 25px 10px;
    box-sizing: border-box;
    transition: 0.5s;
    cursor: pointer;
  }
  .ContactTopContent .ContactTopList_icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 8px;
    height: 8px;
    transition: 0.5s;
  }
  .ContactTopContent .ContactTopList_icon:before {
    content: '';
    -webkit-transform: translate(0, 0) rotate(0deg);
    -ms-transform: translate(0, 0) rotate(0deg);
    transform: translate(0, 0) rotate(0deg);
    display: block;
    width: 8px;
    height: 1px;
    background-color: #000;
    transition: 0.5s;
  }
  .ContactTopContent .ContactTopList_icon:after {
    content: '';
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
    display: block;
    width: 8px;
    height: 1px;
    background-color: #000;
    transition: 0.5s;
  }
  .ContactTopContent .ContactTopList__head.-open {
    background-color: #000000;
  }
  .ContactTopContent .ContactTopList__head.-open .ContactTopList__headText {
    color: #ffffff;
  }
  .ContactTopContent .ContactTopList__head.-open .ContactTopList_icon:before {
    display: none;
  }
  .ContactTopContent .ContactTopList__head.-open .ContactTopList_icon:after {
    content: '';
    -webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    height: 1px;
    background-color: #fff;
  }
  .ContactTopContent .ContactTopList__headText {
    display: block;
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    color: #000000;
  }
  .ContactTopContent .ContactTopList__checkbox {
    display: none;
  }
  .ContactTopContent .ContactTopList__detail {
    display: none;
    box-sizing: border-box;
    padding-bottom: 30px;
  }
  .ContactTopContent .ContactTopList__text {
    margin-top: 11px;
    font-size: 13px;
    letter-spacing: 0.4px;
    line-height: 2;
    color: #000000;
  }
  .ContactTopContent .ContactTopList__text:first-child {
    margin-top: 0;
  }
  .ContactTopContent .ContactTopList__link {
    display: block;
    text-decoration: underline;
  }
  .ContactTopContent .ContactTopList__btn {
    display: block;
    margin-top: 25px;
    padding: 11px 5px 11px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #000000;
  }
  .ContactTopContent .ContactTopList__btn:first-child {
    margin-top: 0;
  }
  .ContactTopContent .ContactTopList__btn.-externalLink {
    position: relative;
    padding-right: 35px;
    padding-left: 35px;
  }
  .ContactTopContent .ContactTopList__btn.-externalLink:after {
    content: '';
    position: absolute;
    right: 19px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 15px;
    height: 14px;
    background-image: url(/company/contact/images/icon_external_link2.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .ContactTopContent .ContactTopList__btnText {
    font-size: 14px;
    line-height: 1.125;
    letter-spacing: 1px;
  }
}

@media print, screen and (min-width: 768px) {
  .ContactTopContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 74px;
    padding-bottom: 81px;
    border-bottom: 1px solid #000;
  }
  .ContactTopContent:first-child {
    margin-top: 0;
    padding-top: 73px;
    border-top: 1px solid #cccccc;
  }
  .ContactTopContent:last-child {
    margin-bottom: 106px;
  }
  .ContactTopContent .ContactTopContent__head {
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    line-height: 1.2888;
    letter-spacing: 1.35px;
  }
  .ContactTopContent .ContactTopContent__head:after {
    display: none;
  }
  .ContactTopContent .ContactTopContent__smallText {
    font-size: 12px;
    line-height: 2.1667;
    letter-spacing: 1.2px;
  }
  .ContactTopContent .ContactTopContent__list2 {
    margin-top: -2px;
  }
  .ContactTopContent .ContactTopList__item {
    margin-top: 48px;
    padding-top: 49px;
    border-top: 1px solid #cccccc;
  }
  .ContactTopContent .ContactTopList__item:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .ContactTopContent .ContactTopList__item2 {
    margin-top: 48px;
    padding-top: 49px;
    border-top: 1px solid #cccccc;
  }
  .ContactTopContent .ContactTopList__item2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
  }
  .ContactTopContent .ContactTopList__head {
    margin-bottom: 27px;
    font-size: 22px;
    line-height: 1.31818;
    letter-spacing: 1px;
    color: #000000;
  }
  .ContactTopContent .ContactTopList__detail {
    display: block !important;
  }
  .ContactTopContent .ContactTopList_icon {
    display: none;
  }
  .ContactTopContent .ContactTopList__text {
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.714285;
    letter-spacing: 1.05px;
    color: #000000;
  }
  .ContactTopContent .ContactTopList__text:first-child {
    margin-top: 0;
  }
  .ContactTopContent .ContactTopList__link {
    text-decoration: underline;
    color: #000000;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .ContactTopContents .ContactTopList__links {
    text-decoration: underline;
    color: #000000;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .ContactTopContent .ContactTopList__link:hover {
    text-decoration: none;
    opacity: .5;
  }
  .ContactTopContent .ContactTopList__btn {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    padding: 15px 25px 15px;
    min-width: 418px;
    text-align: center;
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.151;
    letter-spacing: 1.35px;
    color: #ffffff;
    background-color: #000000;
    border: 1px solid #000;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .ContactTopContent .ContactTopList__btn:first-child {
    margin-top: 0;
  }
  .ContactTopContent .ContactTopList__btn.-externalLink {
    position: relative;
    padding-right: 39px;
    padding-left: 39px;
  }
  .ContactTopContent .ContactTopList__btn.-externalLink:after {
    content: '';
    position: absolute;
    right: 23px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 16px;
    height: 14px;
    background-image: url(/company/contact/images/icon_external_link.svg);
    background-repeat: no-repeat;
    background-size: 16px 13px;
  }
  .ContactTopContent .ContactTopList__btn:hover {
    text-decoration: none;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
  }
  .ContactTopContent .ContactTopList__btn:hover .ContactTopList__btnText {
    color: #000;
  }
}

/* Copyright */
@media print, screen and (max-width: 767px) {
  .Copyright {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0;
  }
  .Copyright .Copyright__logo {
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 0 0 68px;
    flex: 0 0 68px;
    width: 68px;
  }
  .Copyright .Copyright__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-order: 1;
    order: 1;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 10px;
    letter-spacing: 0.1em;
    color: #979797;
    word-wrap: break-word;
    overflow-wrap: break-word;
    text-align: left;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}

@media print, screen and (min-width: 768px) {
  .Copyright {
    text-align: center;
    border-top: 1px solid #979797;
    padding: 45px 0 90px;
  }
  .Copyright .Copyright__logo {
    display: block;
    width: 154px;
    height: auto;
    margin: 0 auto;
  }
  .Copyright .Copyright__text {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    letter-spacing: 0.1em;
    line-height: 1.8;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #979797;
    text-align: center;
    display: block;
    margin-top: 30px;
  }
}

/* FAQ Content */
.FaqContent {
  margin-bottom: 40px;
  margin-top: 40px;
}

.FaqContent .FaqContent__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #000000;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.FaqContent .FaqContent__head:after {
  content: '';
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  height: 1px;
  background-color: #cccccc;
}

.FaqContent .FaqContent__headText {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 20px;
  font-weight: bold;
}

.FaqContent .FaqContent__list {
  margin-top: 33px;
}

.FaqContent .FaqList__question,
.FaqContent .FaqList__answer {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.FaqContent .FaqList__question {
  font-weight: bold;
  padding-bottom: 16px;
  margin-top: 38px;
  padding-left: 25px;
  position: relative;
}

.FaqContent .FaqList__question:nth-of-type(1) {
  margin-top: 0;
}

.FaqContent .FaqList__question:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: 'Q';
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 16px;
  line-height: 1.4375;
}

.FaqContent .FaqList__questionText {
  display: block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 1.4375;
  letter-spacing: 0.8px;
}

.FaqContent .FaqList__answer {
  position: relative;
  padding-left: 25px;
  border-top: 1px solid #ccc;
  padding-top: 13px;
}

.FaqContent .FaqList__answer:before {
  position: absolute;
  left: 0;
  top: 13px;
  display: block;
  content: 'A';
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.8;
  font-size: 14px;
  line-height: 1.7;
}

.FaqContent .FaqList__answerText {
  word-wrap: break-word;
  overflow-wrap: break-word;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.8px;
  margin-bottom: 1.5em;
}

.FaqContent .FaqList__answerText:last-child {
  margin-bottom: 0;
}

.FaqContent .FaqList__answerList1 {
  margin-bottom: 1.5em;
  margin-left: 1.1em;
}

.FaqContent .FaqList__answerList1:last-child {
  margin-bottom: 0;
}

.FaqContent .FaqList__answerList1Item {
  font-size: 13px;
  line-height: 1.7142;
  letter-spacing: 0.9px;
  margin-bottom: 4px;
  list-style-type: disc;
  list-style-position: outside;
}

.FaqContent .FaqList__answerList1Item:last-child {
  margin-bottom: 0;
}

.FaqContent .FaqList__answerList2 {
  margin-bottom: 1.5em;
  margin-left: 1.05em;
}

.FaqContent .FaqList__answerList2Item {
  font-size: 13px;
  line-height: 1.7142;
  letter-spacing: 0.9px;
  margin-bottom: 10px;
  padding-left: 2px;
  list-style-type: decimal;
  list-style-position: outside;
}

.FaqContent .FaqList__answerList2Item:last-child {
  margin-bottom: 0;
}

.FaqContent .FaqList__answerSmall {
  padding-top: 6px;
  font-size: 11px;
  line-height: 1.545;
  letter-spacing: 0.9px;
}

.FaqContent .FaqList__answerLink {
  font-weight: bold;
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .FaqContent {
    margin-top: 57px;
    margin-bottom: 90px;
    padding-top: 69px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #cccccc;
  }
  .FaqContent .FaqContent__head {
    -ms-flex: 0 0 215px;
    flex: 0 0 215px;
    max-width: 215px;
    padding-right: 10px;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    letter-spacing: 0.7px;
  }
  .FaqContent .FaqContent__head:after {
    display: none;
  }
  .FaqContent .FaqContent__headText {
    padding-right: 0;
  }
  .FaqContent .FaqContent__list {
    margin-top: 3px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .FaqContent .FaqList__question {
    padding-bottom: 25px;
    padding-left: 35px;
  }
  .FaqContent .FaqList__question:before {
    font-size: 22px;
    line-height: 1;
  }
  .FaqContent .FaqList__questionText {
    font-size: 22px;
    line-height: 1.318;
    letter-spacing: 1px;
  }
  .FaqContent .FaqList__answer {
    border-top: 1px solid #000;
    padding-top: 27px;
    padding-left: 35px;
  }
  .FaqContent .FaqList__answer:before {
    top: 27px;
    left: 1px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #000000;
  }
  .FaqContent .FaqList__answer + .FaqList__question {
    margin-top: 69px;
  }
  .FaqContent .FaqList__answerText {
    font-size: 14px;
    line-height: 1.7142;
    letter-spacing: 0.9px;
  }
  .FaqContent .FaqList__answerList1 {
    margin-bottom: 1.5em;
    margin-left: 1.1em;
  }
  .FaqContent .FaqList__answerList1Item {
    font-size: 14px;
    line-height: 1.7142;
    letter-spacing: 0.9px;
    margin-bottom: 6px;
  }
  .FaqContent .FaqList__answerList2 {
    margin-bottom: 1.5em;
    margin-left: 1.05em;
  }
  .FaqContent .FaqList__answerList2Item {
    font-size: 14px;
    line-height: 1.7142;
    letter-spacing: 0.9px;
    margin-bottom: 15px;
    padding-left: 4px;
  }
  .FaqContent .FaqList__answerSmall {
    padding-top: 6px;
    font-size: 11px;
    line-height: 1.687;
  }
  .FaqContent .FaqList__answerLink:hover {
    text-decoration: none;
  }
}

/* FaqNavigation */
.FaqNavigation {
  background-color: #f2f2f2;
}

@media print, screen and (max-width: 767px) {
  .FaqNavigation {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.FaqNavigation .FaqNavigation__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.FaqNavigation .FaqNavigation__item {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f2f2f2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 12px;
  line-height: 1.3;
  color: #000000;
  border-bottom: 2px solid transparent;
  transition: border-color 200ms;
}

.FaqNavigation .FaqNavigation__item.-current {
  border-color: #000;
  font-weight: bold;
}

.FaqNavigation .FaqNavigation__link {
  display: block;
  padding: 18px 8px;
  text-align: center;
}

@media print, screen and (min-width: 440px) and (max-width: 769px) {
  .FaqNavigation .FaqNavigation__list {
    -ms-flex-pack: center;
    justify-content: center;
    overflow-x: visible;
  }
}

@media print, screen and (min-width: 768px) {
  .FaqNavigation {
    margin-top: 0;
  }
  .FaqNavigation .FaqNavigation__list {
    overflow-x: visible;
  }
  .FaqNavigation .FaqNavigation__item {
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1.2px;
    color: #000000;
  }
  .FaqNavigation .FaqNavigation__item:hover {
    border-color: #000;
  }
  .FaqNavigation .FaqNavigation__link {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    white-space: nowrap;
  }
  .FaqNavigation .FaqNavigation__link:hover {
    opacity: 0.8;
  }
}

/* Footer */
@media print, screen and (max-width: 767px) {
  .Footer {
    background-color: #ececec;
    position: relative;
    z-index: 1;
  }
  .Footer .Footer__inner {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 40px;
  }
  .Footer .Footer__menu1 {
    display: none;
  }
  .Footer .Footer__menu2 {
    display: none;
  }
  .Footer .Footer__onlineBtn {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .Footer {
    background-color: #ececec;
    position: relative;
    z-index: 1;
    width: 100%;
    min-width: 1280px;
  }
  .Footer .Footer__inner {
    width: 1014px;
    margin: 0 auto;
    position: relative;
  }
  .Footer .Footer__menu2 {
    margin: 17px 0 45px;
  }
  .Footer .Footer__onlineBtn {
    width: 170px;
    height: 56px;
    position: absolute;
    top: 230px;
    right: 0;
  }
  .Footer .Footer__onlineLink {
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    height: 56px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    transition: 200ms;
  }
  .Footer .Footer__onlineLink:hover {
    opacity: 0.7;
  }
  .Footer .Footer__onlineLink:before {
    content: '';
    display: block;
    width: 22px;
    height: 23px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url("../images/footer_icon_cart.svg");
    margin-right: 7px;
  }
  .Footer .Footer__onlineText {
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #000;
  }
}

@media print, screen and (max-width: 767px) {
  .Footer .block-page-top {
    margin: 0;
    display: block !important;
    z-index: 105;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    opacity: 1 !important;
  }
  .Footer .block-page-top a {
    position: fixed;
    right: 0;
    bottom: 0;
    margin-bottom: 1.6%;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0;
    width: 10.24%;
    padding-bottom: 14.9333333333%;
    border-radius: 4px 0 0 4px;
    background: #ddd no-repeat center center;
    background-image: url(/company/common/images/btn_pagetop.svg);
    background-size: 14.7838541667% auto;
  }
  .Footer .block-page-top a:after {
    content: none;
  }
}

@media screen and (max-width: 767px) and (min-width: 751px), print {
  .Footer .block-page-top a {
    right: 50%;
    margin-right: -375px;
    margin-bottom: 12px;
    width: 76.8px;
    padding-bottom: 112px;
  }
}

/* FooterNavigation1 */
@media print, screen and (min-width: 768px) {
  .FooterNavigation1 {
    display: -ms-flexbox;
    display: flex;
  }
  .FooterNavigation1 .FooterNavigation1__list {
    margin-right: 25px;
  }
  .FooterNavigation1 .FooterNavigation1__list a[href="https://recruit-nakagawa.jp/"] {
    position: relative;
    padding-right: 20px;
  }
  .FooterNavigation1 .FooterNavigation1__list a[href="https://recruit-nakagawa.jp/"]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 15px;
    height: 14px;
    background-image: url(../images/icon_recruit_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .FooterNavigation1 .FooterNavigation1__link {
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .FooterNavigation1 .FooterNavigation1__link:hover {
    text-decoration: underline;
    opacity: .5;
  }
  .FooterNavigation1 .FooterNavigation1__text {
    font-weight: 500;
    font-size: 15px;
    color: #000;
  }
}

/* FooterNavigation2 */
@media print, screen and (min-width: 768px) {
  .FooterNavigation2 {
    display: -ms-flexbox;
    display: flex;
  }
  .FooterNavigation2 .FooterNavigation2__list {
    margin-right: 17px;
  }
  .FooterNavigation2 .FooterNavigation2__link {
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .FooterNavigation2 .FooterNavigation2__link:hover {
    text-decoration: underline;
    opacity: .5;
  }
  .FooterNavigation2 .FooterNavigation2__text {
    font-weight: 500;
    font-size: 12px;
    color: #000;
  }
}

/* FooterNavigation3 */
@media print, screen and (max-width: 767px) {
  .FooterNavigation3 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .FooterNavigation3 .FooterNavigation3__list {
    -ms-flex: 0 0 calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
    border-bottom: 1px solid #999;
  }
  .FooterNavigation3 .FooterNavigation3__list a[href="https://recruit-nakagawa.jp/"] span {
    position: relative;
    padding-right: 20px;
  }
  .FooterNavigation3 .FooterNavigation3__list a[href="https://recruit-nakagawa.jp/"] span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 15px;
    height: 14px;
    background-image: url(../images/icon_recruit_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .FooterNavigation3 .FooterNavigation3__link {
    display: block;
    padding: 5px 0 8px;
  }
  .FooterNavigation3 .FooterNavigation3__text {
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: #000;
  }
}

/* FooterSNS */
.FooterSNS {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 20px;
}

.FooterSNS .FooterSNS__item {
  -ms-flex: 1 1 12%;
  flex: 1 1 12%;
}

.FooterSNS .FooterSNS__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 20px;
}

.FooterSNS .FooterSNS__link:before {
  width: 25px;
  height: 25px;
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.FooterSNS .FooterSNS__link.-line:before {
  background-image: url("../images/footer_icon_line.svg");
}

.FooterSNS .FooterSNS__link.-instagram:before {
  background-image: url("../images/footer_icon_instagram.svg");
}

.FooterSNS .FooterSNS__link.-twitter:before {
  background-image: url("../images/footer_icon_twitter.svg");
}

.FooterSNS .FooterSNS__link.-x:before {
  background-image: url("../images/footer_icon_x.svg");
}

.FooterSNS .FooterSNS__link.-facebook:before {
  background-image: url("../images/footer_icon_facebook.svg");
}

.FooterSNS .FooterSNS__link.-mail:before {
  background-image: url("../images/footer_icon_mail.svg");
}

.FooterSNS .FooterSNS__link.-sunchi:before {
  background-image: url("../images/footer_icon_mail.svg");
}
.FooterSNS .FooterSNS__link.-salon:before {
  background-image: url("../images/footer_logo1.jpg");
}
.FooterSNS .FooterSNS__link.-kogei:before {
  background-image: url("../images/footer_logo2.jpg");
}
.FooterSNS .FooterSNS__link.-chronicle:before {
  background-image: url("../images/footer_logo4.jpg");
}

.FooterSNS .FooterSNS__text {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #666;
  padding: 0 10px;
}

@media print, screen and (max-width: 767px) {
  .FooterSNS .FooterSNS__text {
    position: absolute;
    bottom: 0;
    left: 50%;
    white-space: nowrap;
    letter-spacing: 0;
    -webkit-transform: translateX(-50%) scale(0.9);
    -ms-transform: translateX(-50%) scale(0.9);
    transform: translateX(-50%) scale(0.9);
  }
}

@media print, screen and (min-width: 768px) {
  .FooterSNS {
    padding: 110px 0 80px;
  }
  .FooterSNS .FooterSNS__item {
    margin: 0 20px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .FooterSNS .FooterSNS__link {
    padding-bottom: 0;
    transition: 200ms;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .FooterSNS .FooterSNS__link:hover {
    opacity: 0.7;
  }
  .FooterSNS .FooterSNS__link:before {
    width: 36px;
    height: 36px;
  }
  .FooterSNS .FooterSNS__text {
    font-size: 12px;
  }
}

/* GlobalNavigation */
@media print, screen and (max-width: 767px) {
  .GlobalNavigation .GlobalNavigation__link {
    display: none;
  }
  .GlobalNavigation .GlobalNavigation__link.-store {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 112px;
    height: 37px;
    color: #fff;
    background-color: #333;
    border-radius: 2px;
    font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
    font-weight: 400;
    font-size: 10px;
    letter-spacing: -0.05em;
    position: relative;
  }
  .GlobalNavigation .GlobalNavigation__link.-store:before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon_cart.svg");
  }
}

@media print, screen and (min-width: 768px) {
  .GlobalNavigation {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .GlobalNavigation .GlobalNavigation__item {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 10px;
  }
  .GlobalNavigation .GlobalNavigation__item.-store {
    position: relative;
    margin-left: 31px;
  }
  .GlobalNavigation .GlobalNavigation__item.-store:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 6px;
    border-left: 1px solid #e4e4e4;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .GlobalNavigation .GlobalNavigation__item a[href="https://recruit-nakagawa.jp/"] {
    position: relative;
    padding-right: 20px;
  }
  .GlobalNavigation .GlobalNavigation__item a[href="https://recruit-nakagawa.jp/"]:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    width: 15px;
    height: 14px;
    background-image: url(../images/icon_recruit_link.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .GlobalNavigation .GlobalNavigation__link {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
  }
  .GlobalNavigation .GlobalNavigation__link.-store {
    padding-right: 55px;
  }
  .GlobalNavigation .GlobalNavigation__link.-store:before {
    content: '';
    display: block;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/icon_cart_blk.svg");
    transition-duration: 200ms;
  }
  .GlobalNavigation .GlobalNavigation__link:hover {
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .GlobalNavigation .GlobalNavigation__link:hover:hover {
    text-decoration: underline;
    opacity: .5;
  }
  .GlobalNavigation.-top .GlobalNavigation__item a[href="https://recruit-nakagawa.jp/"]:after {
    background-image: url(../images/icon_recruit_link2.svg);
  }
  .GlobalNavigation.-top .GlobalNavigation__link {
    color: #fff;
  }
  .GlobalNavigation.-top .GlobalNavigation__link.-store:before {
    background-image: url("../images/icon_cart_wht.svg");
  }
  .GlobalNavigation.-top.-scrolledCompany .GlobalNavigation__item a[href="https://recruit-nakagawa.jp/"]:after {
    background-image: url(../images/icon_recruit_link.svg);
  }
  .GlobalNavigation.-top.-scrolledCompany .GlobalNavigation__link {
    color: #000;
  }
  .GlobalNavigation.-top.-scrolledCompany .GlobalNavigation__link.-store:before {
    background-image: url("../images/icon_cart_blk.svg");
  }
}

/* Header */
#flagshipstore .Header{
  border-bottom: none;
}
@media print, screen and (max-width: 767px) {
  .Header {
    height: 67px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    transition-duration: 200ms;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  .Header.-top {
    position: absolute;
    background-color: transparent;
    border-bottom: none;
  }
  .Header.-top .Header__menu {
    display: none;
  }
  .Header__inner {
    height: 100%;
    padding: 0 25px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .Header__logo {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    line-height: 1;
  }
  .Header__logoLink {
    display: block;
  }
  .Header__logoImage {
    width: 100%;
    height: auto;
  }
  .Header__menu {
    -ms-flex: 0 0 112px;
    flex: 0 0 112px;
  }
}

@media print, screen and (min-width: 768px) {
  .Header {
    height: 135px;
    width: 100%;
    position: fixed;
    min-width: 1280px;
    top: 0;
    z-index: 2;
    transition-property: height;
    transition-duration: 200ms;
    background-color: #fff;
    border-bottom: 1px solid #dcdcdc;
  }
  .Header#flagshipstore{
    border-bottom: none;
  }

  .Header.-top {
    height: 120px;
    background-color: transparent;
    border-bottom: none;
  }
  .Header.-top .Header__logo {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
  }
  .Header.-top.-scrolledCompany {
    background-color: white;
  }
  .Header.-scrolledCompany {
    height: 80px;
  }
  .Header.-scrolledCompany .Header__inner {
    margin-top: 13px;
  }
  .Header.-scrolledCompany .Header__logo {
    -ms-flex: 0 0 234px;
    flex: 0 0 234px;
    max-width: 234px;
  }
  .Header .Header__inner {
    min-width: 1280px;
    max-width: 1280px;
    width: 100%;
    margin: 40px auto 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    transition-duration: 200ms;
  }
  .Header .Header__logo {
    -ms-flex: 0 0 260px;
    flex: 0 0 260px;
    max-width: 260px;
    transition-duration: 200ms;
  }
  .Header .Header__logoLink {
    display: block;
  }
  .Header .Header__logoLink:hover {
    opacity: 0.7;
  }
  .Header .Header__logoImage {
    width: 100%;
    height: auto;
  }
  .Header .Header__menu {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

/* ImageFull */
@media print, screen and (min-width: 768px) {
  .ImageFull {
    text-align: center;
  }
}

/* MainVisual */
.LayoutFull {
  width: 100%;
}

.LayoutFull .LayoutFull__inner {
  padding-right: 25px;
  padding-left: 25px;
}

@media print, screen and (min-width: 768px) {
  .LayoutFull {
    min-width: 1280px;
  }
  .LayoutFull .LayoutFull__inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.LayoutContent {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 25px;
  padding-left: 25px;
}

@media print, screen and (min-width: 768px) {
  .LayoutContent {
    max-width: 1280px;
    min-width: 1280px;
    width: 1280px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
  .LayoutContent .LayoutContent__inner {
    max-width: 1080px;
    min-width: 1080px;
    width: 1080px;
    margin: 80px auto 0;
  }
}

.LayoutTop {
  background-color: #fff;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-right: 25px;
  padding-left: 25px;
}

@media print, screen and (min-width: 768px) {
  .LayoutTop {
    min-width: 1280px;
  }
  .LayoutTop .LayoutTop__inner1 {
    width: 860px;
    margin:  auto;
  }
  .LayoutTop .LayoutTop__inner2 {
    width: 980px;
    margin: 0 auto;
  }
}

/* LeadText */
.LeadText, .LeadText2{
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  font-size: 13px;
  line-height: 2;
  letter-spacing: 0.5px;
}

.LeadText.-about, .LeadText.-about2 {
  margin: 0 0 36px;
}

@media print, screen and (min-width: 768px) {
  .LeadText {
    font-size: 16px;
    line-height: 24px;
  }
  .LeadText.-about {
    margin: 0 0 75px;
  }
  .LeadText2.-about {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 2px;
  }
}

/* List1 */
.List1 .List1__item {
  padding: 24px 0 33px;
  border-bottom: 1px solid #ddd;
}

.List1 .List1__item:first-child {
  border-top: 1px solid #ddd;
}

.List1 .List1__item:last-child {
  border-bottom: none;
}

.List1.-about {
  padding: 0 0 26px;
}

@media print, screen and (min-width: 768px) {
  .List1 .List1__item {
    /*padding: 29px 0 32px;*/
    padding: 50px 0;
  }
  .List1 .List1__item:last-child {
    border-bottom: 1px solid #ddd;
  }
  .List1.-about {
    padding: 0 0 120px;
  }
}

/* Overview */
.Overview {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  letter-spacing: 0.6px;
}

.Overview .Overview__item {
  border-bottom: 1px solid #ccc;
}

.Overview .Overview__title {
  border-bottom: 1px solid #ccc;
  font-size: 15px;
  padding: 9px 0;
  font-weight: 600;
}

.Overview .Overview__detail {
  padding: 15px 0;
}

.Overview .Overview__detail.-business, .Overview .Overview__detail.-publications {
  padding: 0;
}

.Overview .Overview__detail.-officer {
  padding: 18px 0;
}

.Overview .Overview__text {
  font-size: 13px;
  line-height: 1.85;
  padding-left: 15px;
}

.Overview .Overview__text.-lh1 {
  line-height: 1.6;
}

.Overview .Overview__executive {
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 1.6;
}

.Overview .Overview__executive.-address {
  padding-left: 15px;
}

.Overview .Overview__executive.-address .Overview__leftName {
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  max-width: 85px;
}

.Overview .Overview__executive.-address .Overview__leftName.-address {
  -ms-flex: 0 0 41px;
  flex: 0 0 41px;
  max-width: 41px;
}

.Overview .Overview__executive.-address .Overview__colon {
  display: inline-block;
  padding: 0 2px 0;
}

.Overview .Overview__leftName {
  -ms-flex: 0 0 76px;
  flex: 0 0 76px;
  max-width: 76px;
}

.Overview .Overview__colon {
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  max-width: 15px;
}

.Overview .Overview__rightPosition {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: auto;
}

.Overview .Overview__rightPosition.-officer {
  position: relative;
}

.Overview .Overview__rightPosition.-officer::before {
  content: '：';
  position: absolute;
  left: -15px;
  top: 0.1em;
}

.Overview .Overview__list2 {
  padding-left: 15px;
}

.Overview .Overview__item2 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  padding-top: 16px;
}

.Overview .Overview__item2:last-child {
  border-bottom: none;
}

.Overview .Overview__item2.-retail {
  padding-bottom: 5px;
}

.Overview .Overview__item2.-nobd {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: -9px;
}

.Overview .Overview__item2.-shinken {
  padding: 10px 0 19px;
}

.Overview .Overview__categoryItem2 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
}

.Overview .Overview__categoryItem2.-business {
  margin: 0 0 6px;
}

.Overview .Overview__textItem2 {
  font-size: 12px;
  line-height: 1.4;
  padding-top: 5px;
  padding-bottom: 8px;
}

.Overview .Overview__textItem2.-ls {
  letter-spacing: 0.4px;
}

.Overview .Overview__titleItem2 {
  font-size: 13px;
}

.Overview .Overview__btnSupport {
  text-align: center;
  border: 1px solid #000;
  border-radius: 3px;
  margin-top: 12px;
  margin-bottom: 10px;
}

.Overview .Overview__linkSupport {
  display: block;
  font-size: 13px;
}

.Overview .Overview__businessLineupItem {
  font-size: 12px;
  color: #808080;
  line-height: 16px;
  letter-spacing: .7px;
}

.Overview .Overview__item3 {
  margin: 0 0 6px;
}

.Overview .Overview__item3.-noText {
  margin: 0 0 14px;
}

.Overview .Overview__company {
  font-size: 14px;
  padding-left: 10px;
  margin: 0 0 4px;
  line-height: 1;
  position: relative;
}

.Overview .Overview__company:before {
  position: absolute;
  left: 3px;
  top: calc(50% - 2px);
  display: block;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #000;
}

.Overview .Overview__companyLink {
  text-decoration: underline;
}

.Overview .Overview__explanations {
  font-size: 12px;
  line-height: 1.4;
  padding-bottom: 8px;
  letter-spacing: 0.5px;
}

.Overview .Overview__listPublications {
  padding-left: 15px;
}

.Overview .Overview__listPublications.-publications {
  padding: 12px 0 0 15px;
}

.Overview .Overview__itemPublications {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 22px 0;
}

.Overview .Overview__itemPublications.-noImage {
  padding: 17px 0;
}

.Overview .Overview__itemPublications.-lastRow {
  border-bottom: none;
}

.Overview .Overview__figurePublications {
  -ms-flex: 0 0 31.5%;
  flex: 0 0 31.5%;
  margin: 0 22px 0 0;
}

.Overview .Overview__figurePublications.-fx71 {
  -ms-flex: 0 0 24.6%;
  flex: 0 0 24.6%;
}

.Overview .Overview__figurePublications.-fx76 {
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}

.Overview .Overview__figurePublications.-fx82 {
  -ms-flex: 0 0 27.58%;
  flex: 0 0 27.58%;
}

.Overview .Overview__textAreaPublications {
  -ms-flex: 1 0 67%;
  flex: 1 0 67%;
}

.Overview .Overview__datePublications {
  font-size: 12px;
  color: #808080;
  line-height: 1;
  margin: 0 0 7px 0;
}

.Overview .Overview__titlePublications {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  color: #000;
}

.Overview .Overview__linkPublications {
  font-size: 12px;
  text-decoration: underline;
}

.Overview .Overview__authorPublications {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5;
  margin: 10px 0 0;
}

.Overview .Overview__authorPublications.-mt30 {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) {
  .Overview .Overview__list {
    padding: 58px 0 0;
  }
  .Overview .Overview__item {
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0 12px;
  }
  .Overview .Overview__item.-retail {
    padding: 21px 0 0;
  }
  .Overview .Overview__item.-publications {
    padding: 26px 0 0;
  }
  .Overview .Overview__title {
    font-size: 16px;
    border-bottom: none;
    -ms-flex: 0 0 290px;
    flex: 0 0 290px;
    padding: 0;
  }
  .Overview .Overview__detail {
    font-size: 16px;
    line-height: 24.06px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 5px 0 0;
  }
  .Overview .Overview__detail.-pb1 {
    padding: 8px 0 9px;
  }
  .Overview .Overview__detail.-address {
    padding: 9px 0;
  }
  .Overview .Overview__detail.-officer {
    padding: 7px 0 10px;
  }
  .Overview .Overview__text {
    font-size: 16px;
    padding: 0;
  }
  .Overview .Overview__executive {
    padding: 0;
    font-size: 16px;
    line-height: 24.06px;
  }
  .Overview .Overview__executive.-address {
    padding: 0;
    line-height: 24px;
  }
  .Overview .Overview__executive.-address .Overview__leftName {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .Overview .Overview__executive.-address .Overview__leftName.-address {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
  }
  .Overview .Overview__leftName {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 100%;
  }
  .Overview .Overview__list2 {
    padding: 0;
  }
  .Overview .Overview__item2 {
    padding: 28px 0 0 21px;
  }
  .Overview .Overview__item2:last-child {
    padding: 27px 0 29px 21px;
  }
  .Overview .Overview__item2.-retail {
    padding: 9px 0 0 21px;
  }
  .Overview .Overview__item2.-nobd {
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
    margin-bottom: 0px;
  }
  .Overview .Overview__item2.-shinken {
    padding: 26px 0 0px 20px;
  }
  .Overview .Overview__categoryItem2 {
    font-size: 20px;
    line-height: 24.06px;
    margin: 0 0 0 -24px;
  }
  .Overview .Overview__categoryItem2.-business {
    margin: 0 0 18px -24px;
  }
  .Overview .Overview__textItem2 {
    font-size: 16px;
    line-height: 24.06px;
    padding: 6px 0 12px;
  }
  .Overview .Overview__titleItem2 {
    font-size: 16px;
    line-height: 36px;
  }
  .Overview .Overview__btnSupport {
    width: 300px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 9px 0 16px;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Overview .Overview__btnSupport:hover {
    text-decoration: none;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
  }
  .Overview .Overview__linkSupport {
    font-size: 15px;
    display: block;
    width: 100%;
  }
  .Overview .Overview__businessLineup {
    padding: 0 0 28px;
  }
  .Overview .Overview__businessLineupItem {
    font-size: 16px;
    line-height: 24.06px;
  }
  .Overview .Overview__item3 {
    margin: 0 0 9px;
  }
  .Overview .Overview__item3.-noText {
    margin: 0 0 24px;
  }
  .Overview .Overview__company {
    font-size: 16px;
    line-height: 1;
    margin: 0 0 12px;
    padding: 0 0 0 15px;
  }
  .Overview .Overview__company:before {
    left: 5px;
    top: calc(50%);
  }
  .Overview .Overview__companyLink {
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Overview .Overview__companyLink:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Overview .Overview__explanations {
    font-size: 16px;
    line-height: 24.06px;
  }
  .Overview .Overview__listPublications {
    padding-left: 15px;
    -ms-flex-flow: wrap row;
    flex-flow: wrap row;
  }
  .Overview .Overview__listPublications.-publications {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0 0 0;
  }
  .Overview .Overview__itemPublications {
    -ms-flex: 0 1 378px;
    flex: 0 1 378px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 0 0;
    margin: 0 0 28px;
  }
  .Overview .Overview__itemPublications.-noImage {
    padding: 0;
  }
  .Overview .Overview__itemPublications.-lastRow {
    margin: 0 0 6px;
  }
  .Overview .Overview__figurePublications {
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    padding: 0;
    margin-bottom: 29px;
  }
  .Overview .Overview__figurePublications.-fx71 {
    -ms-flex: 0 0 71px;
    flex: 0 0 71px;
  }
  .Overview .Overview__figurePublications.-fx76 {
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
  }
  .Overview .Overview__figurePublications.-fx82 {
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
  }
  .Overview .Overview__imagePublications {
    width: 100%;
  }
  .Overview .Overview__textAreaPublications {
    -ms-flex: 0 0 277px;
    flex: 0 0 277px;
  }
  .Overview .Overview__textAreaPublications.-noImage {
    -ms-flex: 0 0 378px;
    flex: 0 0 378px;
  }
  .Overview .Overview__datePublications {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
  .Overview .Overview__titlePublications {
    line-height: 24.06px;
  }
  .Overview .Overview__linkPublications {
    font-size: 16px;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Overview .Overview__linkPublications:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Overview .Overview__authorPublications {
    font-size: 16px;
    margin: 4px 0 24px;
  }
  .Overview .Overview__authorPublications.-mt30 {
    margin-top: 5px;
  }
}

/* Pager */
.Pager {
  margin-bottom: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Pager .Pager__parts {
  -ms-flex: 0 0 2.4em;
  flex: 0 0 2.4em;
  /*width: 2.4em;
		height: 2.4em;*/
}

.Pager .Pager__link {
  width: 2.4em;
  height: 2.4em;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  text-align: center;
  color: #000000;
  display: block;
  line-height: 2.4em;
  font-size: 18px;
}

.Pager .PagerList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.Pager .PagerList__list {
  -ms-flex: 0 0 4em;
  flex: 0 0 4em;
  width: 4em;
  height: 4em;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  font-size: 11px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  border: 1px solid #cccccc;
  margin-right: 0.5em;
}

.Pager .PagerList__list:last-child {
  margin-right: 0;
}

.Pager .PagerList__list:hover {
  background-color: #f2f2f2;
}

.Pager .PagerList__link {
  width: 4em;
  height: 4em;
  color: #000000;
  display: block;
  line-height: 4em;
}

.Pager .PagerList__link.-current {
  background-color: #cccccc;
}

@media print, screen and (min-width: 768px) {
  .Pager {
    margin-bottom: 39px;
  }
  .Pager .PagerList__list {
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
}

/* Pressrelease */
.Pressrelease {
  padding-bottom: 15px;
}

.Pressrelease .Pressrelease__list {
  border-top: 1px solid #cacaca;
  margin-bottom: 27px;
}

.Pressrelease .Pressrelease__item {
  border-bottom: 1px solid #cacaca;
}

.Pressrelease .Pressrelease__link {
  width: 100%;
  display: block;
  padding: 15px 4px;
  -ms-flex-align: center;
  align-items: center;
}

.Pressrelease .Pressrelease__date {
  display: block;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 400;
  font-size: 11px;
  color: #979797;
  line-height: 1;
}

.Pressrelease .Pressrelease__text {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #000;
}

.Pressrelease .Pressrelease__more {
  text-align: right;
}

.Pressrelease .Pressrelease__moreLink {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  font-size: 12px;
  width: 90px;
  margin: 0 0 0 auto;
}

.Pressrelease .Pressrelease__moreLink:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../common/images/icon_more.svg");
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  .Pressrelease {
    padding-bottom: 70px;
  }
  .Pressrelease .Pressrelease__list {
    margin-bottom: 107px;
  }
  .Pressrelease .Pressrelease__link {
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Pressrelease .Pressrelease__link:hover {
    text-decoration: none;
    opacity: .5;
  }
  .Pressrelease .Pressrelease__date {
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    max-width: 105px;
    font-size: 10px;
  }
  .Pressrelease .Pressrelease__text {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 15px;
  }
  .Pressrelease .Pressrelease__text:hover {
    text-decoration: underline;
  }
  .Pressrelease .Pressrelease__moreLink {
    height: 60px;
    font-size: 18px;
    width: 130px;
    margin: 0 0 0 auto;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .Pressrelease .Pressrelease__moreLink:hover {
    text-decoration: underline;
    opacity: .5;
  }
  .Pressrelease .Pressrelease__moreLink:after {
    width: 8px;
    height: 13px;
    margin-left: 15px;
  }
}

/* Pressreleasedetail */
.PressreleaseDetail {
  padding-top: 29px;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
}

.PressreleaseDetail .PressreleaseDetail__date {
  font-size: 11px;
  color: #979797;
}

.PressreleaseDetail .PressreleaseDetail__mv {
  margin-bottom: 28px;
}

.PressreleaseDetail .PressreleaseDetail__contents {
  margin-bottom: 38px;
  padding-bottom: 18px;
  border-bottom: 2px solid #000000;
}

.PressreleaseDetail .PressreleaseDetail__contents h2 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.PressreleaseDetail .PressreleaseDetail__contents h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000000;
  margin-top: 22px;
}

.PressreleaseDetail .PressreleaseDetail__contents h4 {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: bold;
}

.PressreleaseDetail .PressreleaseDetail__contents p {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
  margin-bottom: 22px;
}

.PressreleaseDetail .PressreleaseDetail__contents dt, .PressreleaseDetail .PressreleaseDetail__contents dd {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
}

.PressreleaseDetail .PressreleaseDetail__contents a {
  color: #b6b6b6;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, border-color, background-color, color;
}

.PressreleaseDetail .PressreleaseDetail__contents a:hover {
  text-decoration: underline;
}

.PressreleaseDetail .PressreleaseDetail__contents strong {
  font-weight: bold;
}

.PressreleaseDetail .PressreleaseDetail__contents em {
  font-style: italic;
}

.PressreleaseDetail .PressreleaseDetail__contents img {
  display: block;
  margin-top: 7px;
  margin-bottom: 22px;
  height: auto;
}

.PressreleaseDetail .PressreleaseDetail__contents hr {
  margin-bottom: 34px;
  padding-top: 12px;
  border: none;
  border-bottom: 1px solid #cccccc;
}

.PressreleaseDetail .PressreleaseDetail__contents blockquote {
  margin-bottom: 22px;
  padding: 16px;
  background: #f8f8f8;
}

.PressreleaseDetail .PressreleaseDetail__contents blockquote p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.9;
}

.PressreleaseDetail .PressreleaseDetail__contents ul, .PressreleaseDetail .PressreleaseDetail__contents ol {
  margin-bottom: 22px;
}

.PressreleaseDetail .PressreleaseDetail__contents ul li {
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: flex;
}

.PressreleaseDetail .PressreleaseDetail__contents ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  border-radius: 100%;
  background: #000000;
  position: relative;
  left: 0px;
  top: 0.7em;
  margin-right: 8px;
}

.PressreleaseDetail .PressreleaseDetail__contents ol li {
  font-size: 13px;
  line-height: 1.76;
  letter-spacing: 0;
  list-style-type: decimal;
  list-style-position: inside;
}

.PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts h5 {
  font-size: 12px;
  margin-bottom: 4px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts p, .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts li {
  font-size: 12px;
  line-height: 1.6;
}

.PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts + .PressreleaseDetail__parts p {
  margin-bottom: 13px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop dl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop dl dt {
  margin-right: 1.5vw;
  -ms-flex: 1 0 calc(31% - 1.5vw);
  flex: 1 0 calc(31% - 1.5vw);
  position: relative;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop dl dt:after {
  content: '：';
  position: absolute;
  right: 0;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop dl dd {
  -ms-flex: 1 0 69%;
  flex: 1 0 69%;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop ul li {
  display: block;
  font-size: 12px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop ul li:before {
  content: none;
}

.PressreleaseDetail .PressreleaseDetail__inner.-shop ul li a {
  display: block;
  word-break: break-all;
}

.PressreleaseDetail .PressreleaseDetail__inner.-event {
  padding: 20px;
  border: 1px solid #000000;
  box-sizing: border-box;
}

.PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box + .PressreleaseDetail__box {
  margin-top: 30px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box h3 {
  margin-top: 0;
  font-size: 14px;
  font-weight: bold;
}

.PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box h4 {
  margin: 0 13px 9px 13px;
  font-size: 12px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box p {
  margin: 0 13px;
  font-size: 12px;
  line-height: 1.9;
}

.PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box p + h4 {
  margin-top: 16px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related {
  margin-top: 49px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related h3 {
  border-bottom: none;
  margin-bottom: 7px;
  padding-bottom: 0;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related h3 span {
  display: inline-block;
  border: 1px solid #000000;
  padding: 3px 13px;
  font-size: 12px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related h3 span + span {
  display: block;
  border: none;
  padding: 12px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__image {
  width: 61%;
  margin: 0  auto;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts h4 {
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts ul {
  margin-bottom: 3px;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts ul li {
  display: block;
  font-size: 12px;
  line-height: 2;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts ul li:before {
  content: none;
}

.PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts p {
  line-height: 2;
}

.PressreleaseDetail .PressreleaseDetail__Links {
  display: block;
  margin-bottom: 38px;
}

.PressreleaseDetail .PressreleaseDetail__Pdf {
  margin: 0 auto 38px auto;
}

.PressreleaseDetail .PressreleaseDetailPdf__Link {
  display: block;
  padding: 7px 55px 11px 18px;
  text-align: left;
  font-weight: 500;
  line-height: 1.4;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #ffffff;
  position: relative;
}

.PressreleaseDetail .PressreleaseDetailPdf__Link:after {
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 25px;
  height: 28px;
  background-image: url(/company/press/images/icon_pdf_link.svg);
  background-repeat: no-repeat;
  background-size: 25px 25px;
}

.PressreleaseDetail .PressreleaseDetailPdf__text {
  font-size: 13px;
  line-height: 1.125;
  letter-spacing: 0;
  color: #000000;
}

.PressreleaseDetail .PressreleaseDetail__sns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}

.PressreleaseDetail .PressreleaseDetailSns__Link.-twitter {
  margin-right: 4px;
  width: 61px;
  height: 20px;
}

.PressreleaseDetail .PressreleaseDetailSns__Link.-facebook {
  margin-left: 4px;
  width: 84px;
  height: 20px;
}

.PressreleaseDetail .PressreleaseDetail__footer {
  display: block;
  padding-top: 49px;
  border-top: 1px solid #cccccc;
}

.PressreleaseDetail .PressreleaseDetailFooter__btn {
  width: 54%;
  margin: 0 auto 51px auto;
}

.PressreleaseDetail .PressreleaseDetailFooterBtn__Link {
  display: block;
  padding: 5px 5px 8px;
  text-align: center;
  border: 1px solid #000000;
  border-radius: 3px;
  background-color: #ffffff;
}

.PressreleaseDetail .PressreleaseDetailFooterBtn__text {
  font-size: 13px;
  line-height: 1.125;
  letter-spacing: 0;
  color: #000000;
}

@media print, screen and (min-width: 768px) {
  .PressreleaseDetail .PressreleaseDetail__date {
    font-size: 12px;
  }
  .PressreleaseDetail .Title4.-detailTitle {
    padding: 14px 0 88px;
    font-size: 36px;
  }
  .PressreleaseDetail .PressreleaseDetail__mv {
    margin-bottom: 84px;
  }
  .PressreleaseDetail .PressreleaseDetail__mv img {
    width: 100%;
  }
  .PressreleaseDetail .PressreleaseDetail__contents {
    width: 840px;
    margin: 0 auto 55px auto;
    padding-bottom: 15px;
    /*h5{
				font-size: 15px;
				line-height: 29px;
				margin-bottom: 10px;
			}
			h6{
				font-size: 13px;
			    margin-bottom: 9px;
			}*/
  }
  .PressreleaseDetail .PressreleaseDetail__contents h2 {
    font-size: 26px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents h3 {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 12px;
    margin-bottom: 20px;
    margin-top: 80px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents h4 {
    font-size: 18px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents p {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 35px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents dt, .PressreleaseDetail .PressreleaseDetail__contents dd {
    font-size: 15px;
    line-height: 2;
  }
  .PressreleaseDetail .PressreleaseDetail__contents img {
    display: block;
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents hr {
    margin-bottom: 60px;
    padding-top: 25px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents blockquote {
    margin-bottom: 35px;
    padding: 20px 28px 24px 28px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents blockquote p {
    font-size: 14px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents ul, .PressreleaseDetail .PressreleaseDetail__contents ol {
    margin-bottom: 35px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents ul li {
    font-size: 15px;
    line-height: 2;
  }
  .PressreleaseDetail .PressreleaseDetail__contents ul li:before {
    width: 6px;
    height: 6px;
    top: 0.8em;
    margin-right: 10px;
  }
  .PressreleaseDetail .PressreleaseDetail__contents ol li {
    font-size: 15px;
    line-height: 2;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image {
    display: -ms-flexbox;
    display: flex;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__image {
    -ms-flex: 1 0 30%;
    flex: 1 0 30%;
    margin-right: 40px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__image img {
    width: 100%;
    margin: 0;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__box {
    display: -ms-flexbox;
    display: flex;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts + .PressreleaseDetail__parts {
    margin-left: 31px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts h5 {
    font-size: 15px;
    margin-bottom: 11px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts p {
    font-size: 14px;
    line-height: 1.6;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts li {
    font-size: 14px;
    line-height: 1.6;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-image .PressreleaseDetail__parts li:before {
    width: 2px;
    height: 2px;
    top: 0.8em;
    margin-right: 7px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop dl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop dl dt {
    margin-right: 20px;
    -ms-flex: 1 0 calc(15% - 20px);
    flex: 1 0 calc(15% - 20px);
    position: relative;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop dl dt:after {
    content: '：';
    position: absolute;
    right: 0;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop dl dd {
    -ms-flex: 1 0 85%;
    flex: 1 0 85%;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop ul li {
    display: -ms-flexbox;
    display: flex;
    font-size: 13px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop ul li:before {
    content: none;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-shop ul li a {
    display: inline;
    margin-left: 10px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-event {
    padding: 41px 47px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box + .PressreleaseDetail__box {
    margin-top: 38px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box h3 {
    font-size: 18px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box h4 {
    margin: 0 24px 9px 24px;
    font-size: 14px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box p {
    margin: 0 24px;
    font-size: 14px;
    line-height: 1.7;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-event .PressreleaseDetail__box p + h4 {
    margin-top: 26px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related {
    margin-top: 0;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related h3 {
    margin-top: 68px;
    margin-bottom: 24px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related h3 span {
    margin-right: 19px;
    padding: 5px 15px;
    font-size: 15px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related h3 span + span {
    font-size: 17px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__image {
    -ms-flex: 1 0 28%;
    flex: 1 0 28%;
    width: auto;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text {
    margin-left: 37px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text p {
    font-size: 16px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts h4 {
    font-size: 17px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts ul {
    margin-bottom: 12px;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts ul li {
    font-size: 13px;
    line-height: 1.9;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts ul li:before {
    content: none;
  }
  .PressreleaseDetail .PressreleaseDetail__inner.-related .-image .PressreleaseDetail__text .PressreleaseDetail__parts p {
    line-height: 1.9;
    font-size: 14px;
  }
  .PressreleaseDetail .PressreleaseDetail__Links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    width: 840px;
    margin: 0 auto 93px auto;
  }
  .PressreleaseDetail .PressreleaseDetail__Pdf {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0;
  }
  .PressreleaseDetail .PressreleaseDetailPdf__Link {
    padding: 6px 44px 8px 27px;
    position: relative;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .PressreleaseDetail .PressreleaseDetailPdf__Link:hover {
    text-decoration: none;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
  }
  .PressreleaseDetail .PressreleaseDetailPdf__Link:after {
    right: 11px;
    top: 50%;
    width: 16px;
    height: 22px;
    background-size: 16px 22px;
  }
  .PressreleaseDetail .PressreleaseDetailPdf__text {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.11em;
  }
  .PressreleaseDetail .PressreleaseDetail__sns {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 0 30px;
  }
  .PressreleaseDetail .PressreleaseDetailSns__Link.-twitter {
    margin-right: 4px;
    width: 61px;
    height: 20px;
  }
  .PressreleaseDetail .PressreleaseDetailSns__Link.-facebook {
    margin-left: 4px;
    width: 84px;
    height: 20px;
  }
  .PressreleaseDetail .PressreleaseDetail__footer {
    padding-top: 103px;
  }
  .PressreleaseDetail .PressreleaseDetailFooter__btn {
    width: 300px;
    margin: 0 auto 99px auto;
  }
  .PressreleaseDetail .PressreleaseDetailFooterBtn__Link {
    padding: 19px 5px 17px;
    transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-property: opacity, border-color, background-color, color;
  }
  .PressreleaseDetail .PressreleaseDetailFooterBtn__Link:hover {
    text-decoration: none;
    border-color: #cbcbcb;
    background-color: #cbcbcb;
  }
  .PressreleaseDetail .PressreleaseDetailFooterBtn__text {
    font-size: 18px;
  }
}

/* SpMenu */
.SpMenu {
  /* ----キーワード検索ブロック---- */
  /* ----キーワード検索ブロック---- */
}

.SpMenu .menu-toggle {
  margin: 0;
  display: block;
  z-index: 105;
  position: relative;
}

.SpMenu .menu-toggle a {
  position: fixed;
  left: 0;
  bottom: 0;
  margin-bottom: 1.6%;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  height: 0;
  width: 10.24%;
  padding-bottom: 14.9333333333%;
  border-radius: 0 4px 4px 0;
  background: #333 no-repeat center center;
  background-image: url(/company/common/images/btn_menu_toggle.svg);
  background-size: 33.5520833333% auto;
}

@media screen and (min-width: 751px), print {
  .SpMenu .menu-toggle a {
    left: 50%;
    margin-left: -375px;
    margin-bottom: 12px;
    width: 76.8px;
    padding-bottom: 112px;
  }
}

.SpMenu .pane-globalnav {
  z-index: 111;
  position: fixed;
  left: 0;
  top: 0;
  display: block;
}

.SpMenu .pane-globalnav {
  width: 100%;
}

.SpMenu .pane-globalnav {
  position: relative;
  background-color: #444;
  color: #fff;
}

.SpMenu .pane-globalnav {
  background-color: #444;
  color: #fff;
}

.SpMenu .nav-drawer {
  background-color: transparent;
}

.SpMenu .nav-drawer-bg {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  max-width: 750px;
}

@media screen and (min-width: 751px), print {
  .SpMenu .nav-drawer-bg {
    left: 50%;
    margin-left: -375px;
  }
}

.SpMenu .nav-drawer-close {
  display: block;
  height: 0;
  width: 12.2666666667%;
  padding-bottom: 12.2666666667%;
  position: fixed;
  right: 0;
  bottom: 0;
  margin-right: 7.6%;
  margin-bottom: 23.0666666667%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -999px;
}

.SpMenu .nav-drawer-close:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: url(/company/common/images/nav_drawer_close.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 751px), print {
  .SpMenu .nav-drawer-close {
    width: 92px;
    padding-bottom: 92px;
    margin-right: -318px;
    margin-bottom: 173px;
    right: 50%;
  }
}

.SpMenu .nav-drawer-pnl {
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  width: 70.5333333333%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.SpMenu .nav-drawer-pnl-inner {
  padding: 17.3913043478% 6.9943289225% 34.0264650284% 7.3724007561%;
}

@media screen and (min-width: 751px), print {
  .SpMenu .nav-drawer-pnl {
    width: 529px;
    left: 50%;
    margin-left: -375px;
  }
  .SpMenu .nav-drawer-pnl .nav-drawer-pnl-inner {
    padding: 92px 37px 180px 39px;
  }
}

.SpMenu .nav-drawer-bg {
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: none 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: opacity;
}

.SpMenu .nav-drawer-close {
  z-index: 121;
  -webkit-transform: scale(0) rotate(-180deg);
  -ms-transform: scale(0) rotate(-180deg);
  transform: scale(0) rotate(-180deg);
  transition: none 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.SpMenu .nav-drawer-pnl {
  z-index: 122;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: none 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.SpMenu .nav-drawer .block-aside-search {
  z-index: 123;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: none 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.SpMenu .nav-drawer.is-open .nav-drawer-bg {
  z-index: 120;
  opacity: 1;
  pointer-events: inherit;
}

.SpMenu .nav-drawer.is-open .nav-drawer-close {
  z-index: 121;
  -webkit-transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}

.SpMenu .nav-drawer.is-open .nav-drawer-pnl {
  z-index: 122;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.SpMenu .nav-drawer.is-open .block-aside-search {
  z-index: 123;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.SpMenu .nav-drawer .block-aside-search {
  z-index: 123;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: none 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.SpMenu .nav-drawer.is-open .block-aside-search {
  z-index: 123;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.SpMenu .block-aside-logo {
  text-align: center;
  margin-bottom: 18.9845474614%;
}

.SpMenu .block-aside-logo img {
  width: 37.527593819%;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-logo {
    margin-bottom: 86px;
  }
  .SpMenu .block-aside-logo img {
    width: 170px;
  }
}

.SpMenu .block-aside-nav {
  margin-bottom: 1.5em;
}

.SpMenu .block-aside-nav-list {
  line-height: 1;
}

.SpMenu .block-aside-nav-list:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 2px solid #000;
  margin: 7.06401766% 0 2.6490066225%;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-nav-list:before {
    margin: 32px 0 12px;
  }
}

.SpMenu .block-aside-nav-list:first-of-type:before {
  content: none;
}

.SpMenu .block-aside-nav-item {
  position: relative;
  font-size: 14px;
  font-size: 3.7333333333vw;
}

.SpMenu .block-aside-nav-item a[href="https://recruit-nakagawa.jp/"] {
  position: relative;
  padding-right: 20px;
}

.SpMenu .block-aside-nav-item a[href="https://recruit-nakagawa.jp/"]:after {
  content: '';
  position: absolute;
  left: 5em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: block;
  width: 15px;
  height: 14px;
  background-image: url(../images/icon_recruit_link.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-nav-item {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.SpMenu .block-aside-nav-item > a {
  display: block;
  color: #111;
  padding: .9285em 0;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, background-color, padding;
}

.SpMenu .block-aside-nav-item > a.hover {
  opacity: .5;
}

.SpMenu .block-aside-nav-item:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #ccc;
}

.SpMenu .block-aside-nav-item:last-child:after {
  content: none;
}

.SpMenu .block-aside-nav-toggle {
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  padding: .9285em 0;
  width: 14.1280353201%;
  text-indent: -999px;
  overflow: hidden;
  cursor: pointer;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity;
}

.SpMenu .block-aside-nav-toggle.hover {
  opacity: .5;
}

.SpMenu .block-aside-nav-toggle:before, .SpMenu .block-aside-nav-toggle:after {
  content: ' ';
  display: block;
  background-color: #000;
  position: absolute;
  transition: none 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.SpMenu .block-aside-nav-toggle:before {
  width: 25%;
  height: 1px;
  right: 6.25%;
  top: 50%;
  margin-top: -.78125%;
}

.SpMenu .block-aside-nav-toggle:after {
  height: 0;
  width: 1px;
  padding-bottom: 25%;
  right: 17.1875%;
  top: 50%;
  margin-top: -11.71875%;
}

.SpMenu .block-aside-nav-toggle.is-open:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #fff;
}

.SpMenu .block-aside-nav-toggle.is-open:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #fff;
}

.SpMenu .block-aside-nav-toggle.is-open + a {
  background-color: #000;
  color: #fff;
  padding-left: .5em;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-nav-toggle {
    width: 64px;
  }
  .SpMenu .block-aside-nav-toggle:before {
    width: 16px;
    right: 4px;
    margin-top: -.5px;
  }
  .SpMenu .block-aside-nav-toggle:after {
    padding-bottom: 16px;
    right: 11px;
    margin-top: -7.5px;
  }
}

.SpMenu .block-aside-nav-child-wrap {
  overflow: hidden;
  max-height: 0;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: max-height;
}

.SpMenu .block-aside-nav-child-list {
  padding-left: 1em;
}

.SpMenu .block-aside-nav-child-list:before {
  content: ' ';
  display: block;
  width: 100%;
  height: .5em;
}

.SpMenu .block-aside-nav-child-list:after {
  content: ' ';
  display: block;
  width: 100%;
  height: .5em;
}

.SpMenu .block-aside-nav-child-item {
  position: relative;
  font-size: 13px;
  font-size: 3.4666666667vw;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-nav-child-item {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.SpMenu .block-aside-nav-child-item > a {
  display: block;
  color: #111;
  padding: .9285em 0;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity, background-color, padding;
}

.SpMenu .block-aside-nav-child-item > a.hover {
  opacity: .5;
}

.SpMenu .block-aside-nav-hedding-set {
  margin-top: 1em;
  margin-bottom: 1em;
}

.SpMenu .block-aside-nav-hedding-head {
  position: relative;
  margin-bottom: .25em;
  color: #000;
}

.SpMenu .block-aside-nav-hedding-head span {
  z-index: 1;
  position: relative;
  background: #fff;
  font-size: 17px;
  font-size: 4.5333333333vw;
  font-weight: bold;
  padding-right: .5em;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-nav-hedding-head span {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.SpMenu .block-aside-nav-hedding-head:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 0;
  border-top: 2px solid #000;
  position: absolute;
  left: 0;
  top: 50%;
}

.SpMenu .block-aside-nav-hedding-body .block-aside-nav-list:before {
  content: none;
}

.SpMenu .block-aside-nav-member-head {
  color: #000;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  padding: 1em 0;
  margin-bottom: 1em;
}

.SpMenu .block-aside-bnrs-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -1.3245033113%;
  margin-right: -1.3245033113%;
}

.SpMenu .block-aside-bnrs-item {
  width: 50%;
  padding-left: 1.3245033113%;
  padding-right: 1.3245033113%;
  margin-bottom: 2.6490066225%;
}

.SpMenu .block-aside-bnrs-item:nth-last-child(1), .SpMenu .block-aside-bnrs-item:nth-last-child(2) {
  margin-bottom: 0;
}

.SpMenu .block-aside-bnrs-item img {
  display: block;
  width: 100%;
}

.SpMenu .block-aside-bnrs-item a {
  display: block;
  transition: none 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-property: opacity;
}

.SpMenu .block-aside-bnrs-item a.hover {
  opacity: .5;
}

.SpMenu .block-aside-search {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 100%;
  margin-top: -13.4666666667%;
  width: 70.5333333333%;
}

.SpMenu .block-aside-search:before {
  content: ' ';
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #eee;
}

.SpMenu .block-aside-search .block-search-box {
  position: relative;
  z-index: 1;
}

.SpMenu .block-aside-search .block-search-box--form {
  background-color: #ccc;
  padding: 3.213610586% 6.9943289225% 3.4026465028% 7.3724007561%;
}

.SpMenu .block-aside-search .input-group {
  position: relative;
  display: block;
}

.SpMenu .block-aside-search .input-group > span {
  display: block;
  position: relative;
  line-height: 1;
}

.SpMenu .block-aside-search .input-group > span.input-group-btn {
  position: absolute;
  right: 6.9943289225%;
  top: 0;
  margin-top: 3.213610586%;
  display: block;
  width: 17.0132325142%;
  height: 8.8vw;
}

.SpMenu .block-aside-search input[type="text"], .SpMenu .block-aside-search input[type="tel"], .SpMenu .block-aside-search input[type="email"], .SpMenu .block-aside-search input[type="search"], .SpMenu .block-aside-search input[type="password"], .SpMenu .block-aside-search input[type="url"], .SpMenu .block-aside-search input[type="number"], .SpMenu .block-aside-search select, .SpMenu .block-aside-search textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  background: #ccc;
  border: 1px solid #fff;
  border-radius: 999px;
  box-shadow: none;
  height: auto;
  margin: 0;
  padding: 2.4282560706% 19.8675496689% 2.4282560706% 1em;
}

.SpMenu .block-aside-search input[type="text"]:placeholder-shown, .SpMenu .block-aside-search input[type="tel"]:placeholder-shown, .SpMenu .block-aside-search input[type="email"]:placeholder-shown, .SpMenu .block-aside-search input[type="search"]:placeholder-shown, .SpMenu .block-aside-search input[type="password"]:placeholder-shown, .SpMenu .block-aside-search input[type="url"]:placeholder-shown, .SpMenu .block-aside-search input[type="number"]:placeholder-shown, .SpMenu .block-aside-search select:placeholder-shown, .SpMenu .block-aside-search textarea:placeholder-shown {
  color: #999;
}

.SpMenu .block-aside-search input[type="text"]::-webkit-input-placeholder, .SpMenu .block-aside-search input[type="tel"]::-webkit-input-placeholder, .SpMenu .block-aside-search input[type="email"]::-webkit-input-placeholder, .SpMenu .block-aside-search input[type="search"]::-webkit-input-placeholder, .SpMenu .block-aside-search input[type="password"]::-webkit-input-placeholder, .SpMenu .block-aside-search input[type="url"]::-webkit-input-placeholder, .SpMenu .block-aside-search input[type="number"]::-webkit-input-placeholder, .SpMenu .block-aside-search select::-webkit-input-placeholder, .SpMenu .block-aside-search textarea::-webkit-input-placeholder {
  color: #999;
}

.SpMenu .block-aside-search input[type="text"]:-moz-placeholder, .SpMenu .block-aside-search input[type="tel"]:-moz-placeholder, .SpMenu .block-aside-search input[type="email"]:-moz-placeholder, .SpMenu .block-aside-search input[type="search"]:-moz-placeholder, .SpMenu .block-aside-search input[type="password"]:-moz-placeholder, .SpMenu .block-aside-search input[type="url"]:-moz-placeholder, .SpMenu .block-aside-search input[type="number"]:-moz-placeholder, .SpMenu .block-aside-search select:-moz-placeholder, .SpMenu .block-aside-search textarea:-moz-placeholder {
  opacity: 1;
  color: #999;
}

.SpMenu .block-aside-search input[type="text"]::-moz-placeholder, .SpMenu .block-aside-search input[type="tel"]::-moz-placeholder, .SpMenu .block-aside-search input[type="email"]::-moz-placeholder, .SpMenu .block-aside-search input[type="search"]::-moz-placeholder, .SpMenu .block-aside-search input[type="password"]::-moz-placeholder, .SpMenu .block-aside-search input[type="url"]::-moz-placeholder, .SpMenu .block-aside-search input[type="number"]::-moz-placeholder, .SpMenu .block-aside-search select::-moz-placeholder, .SpMenu .block-aside-search textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.SpMenu .block-aside-search input[type="text"]:-ms-input-placeholder, .SpMenu .block-aside-search input[type="tel"]:-ms-input-placeholder, .SpMenu .block-aside-search input[type="email"]:-ms-input-placeholder, .SpMenu .block-aside-search input[type="search"]:-ms-input-placeholder, .SpMenu .block-aside-search input[type="password"]:-ms-input-placeholder, .SpMenu .block-aside-search input[type="url"]:-ms-input-placeholder, .SpMenu .block-aside-search input[type="number"]:-ms-input-placeholder, .SpMenu .block-aside-search select:-ms-input-placeholder, .SpMenu .block-aside-search textarea:-ms-input-placeholder {
  color: #999;
}

.SpMenu .block-aside-search input[type="text"]:focus, .SpMenu .block-aside-search input[type="text"]:active, .SpMenu .block-aside-search input[type="tel"]:focus, .SpMenu .block-aside-search input[type="tel"]:active, .SpMenu .block-aside-search input[type="email"]:focus, .SpMenu .block-aside-search input[type="email"]:active, .SpMenu .block-aside-search input[type="search"]:focus, .SpMenu .block-aside-search input[type="search"]:active, .SpMenu .block-aside-search input[type="password"]:focus, .SpMenu .block-aside-search input[type="password"]:active, .SpMenu .block-aside-search input[type="url"]:focus, .SpMenu .block-aside-search input[type="url"]:active, .SpMenu .block-aside-search input[type="number"]:focus, .SpMenu .block-aside-search input[type="number"]:active, .SpMenu .block-aside-search select:focus, .SpMenu .block-aside-search select:active, .SpMenu .block-aside-search textarea:focus, .SpMenu .block-aside-search textarea:active {
  outline: none !important;
}

.SpMenu .block-aside-search .block-search-box--keyword {
  line-height: 1;
}

.SpMenu .block-aside-search .block-search-box--keyword:focus, .SpMenu .block-aside-search .block-search-box--keyword:active {
  background-color: #fff;
  border-color: #fff;
}

.SpMenu .block-aside-search .block-search-box--placeholder {
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw;
  left: 1em;
  top: 50%;
  margin-top: -.45em;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search .block-search-box--placeholder {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.SpMenu .block-aside-search .block-search-box--search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 1e-05);
  font-size: 0;
  line-height: 0;
}

.SpMenu .block-aside-search .block-search-box--search-submit:placeholder-shown {
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit::-webkit-input-placeholder {
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit:-moz-placeholder {
  opacity: 1;
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit:-ms-input-placeholder {
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit:focus, .SpMenu .block-aside-search .block-search-box--search-submit:active {
  outline: none !important;
}

.SpMenu .block-aside-search .block-search-box--search-submit .fa.fa-search {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 0;
  width: 32.2222222222%;
  padding-bottom: 32.2222222222%;
}

.SpMenu .block-aside-search .block-search-box--search-submit .fa.fa-search::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/parts/ico_searchbox_submit_def.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.SpMenu .block-aside-search .block-search-box--search-submit:focus, .SpMenu .block-aside-search .block-search-box--search-submit:active {
  box-shadow: none;
}

.SpMenu .block-aside-search--searchdetail {
  position: absolute;
  left: 0;
  top: 44vh;
  display: block;
  width: 100%;
  padding: 0 5.3333333333vw;
  font-size: 12px;
  font-size: 3.2vw;
  line-height: 1.4;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search--searchdetail {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search--searchdetail {
    padding: 0 40px;
  }
}

.SpMenu .block-aside-search--searchdetail a {
  position: relative;
  display: block;
  color: #989898;
  padding: 1em 0;
  text-decoration: none;
}

.SpMenu .block-aside-search--searchdetail a:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

.SpMenu .block-aside-search .block-search-box > form.is-focus .block-search-box--keyword {
  background-color: #fff;
  border-color: #fff;
}

.SpMenu .block-aside-search .block-search-box > form.is-focus .block-search-box--search-submit .fa.fa-search::before {
  background-image: url(../img/parts/ico_searchbox_submit_active.svg);
}

.SpMenu .block-aside-search.is-focus {
  top: 0;
  margin-top: 0;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search {
    width: 529px;
    left: 50%;
    margin-left: -375px;
    margin-top: -101px;
  }
  .SpMenu .block-aside-search .block-search-box--form {
    padding: 17px 37px 18px 39px;
  }
  .SpMenu .block-aside-search .input-group > span.input-group-btn {
    right: 37px;
    margin-top: 17px;
    width: 90px;
    height: 66px;
  }
  .SpMenu .block-aside-search input[type="text"], .SpMenu .block-aside-search input[type="tel"], .SpMenu .block-aside-search input[type="email"], .SpMenu .block-aside-search input[type="search"], .SpMenu .block-aside-search input[type="password"], .SpMenu .block-aside-search input[type="url"], .SpMenu .block-aside-search input[type="number"], .SpMenu .block-aside-search select, .SpMenu .block-aside-search textarea {
    padding: 11px 90px 11px 1em;
  }
}

.SpMenu .block-confirm-storestock--list-items > li > a.is-open .acc-ico:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-180deg);
  transform: translate3d(-50%, -50%, 0) rotate(-180deg);
}

.SpMenu .block-confirm-storestock--list-items > li > a.is-open .acc-ico:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(360deg);
  transform: translate3d(-50%, -50%, 0) rotate(360deg);
}

.SpMenu .block-aside-search .block-search-box {
  position: relative;
  z-index: 1;
}

.SpMenu .block-aside-search .block-search-box--form {
  background-color: #ccc;
  padding: 3.213610586% 6.9943289225% 3.4026465028% 7.3724007561%;
}

.SpMenu .block-aside-search .block-search-box--keyword {
  line-height: 1;
}

.SpMenu .block-aside-search .block-search-box--keyword:focus, .SpMenu .block-aside-search .block-search-box--keyword:active {
  background-color: #fff;
  border-color: #fff;
}

.SpMenu .block-aside-search .block-search-box--placeholder {
  color: #fff;
  font-size: 12px;
  font-size: 3.2vw;
  left: 1em;
  top: 50%;
  margin-top: -.45em;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search .block-search-box--placeholder {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.SpMenu .block-aside-search .block-search-box--search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  max-width: 100%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 1e-05);
  font-size: 0;
  line-height: 0;
}

.SpMenu .block-aside-search .block-search-box--search-submit:placeholder-shown {
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit::-webkit-input-placeholder {
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit:-moz-placeholder {
  opacity: 1;
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit::-moz-placeholder {
  opacity: 1;
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit:-ms-input-placeholder {
  color: #999;
}

.SpMenu .block-aside-search .block-search-box--search-submit:focus, .SpMenu .block-aside-search .block-search-box--search-submit:active {
  outline: none !important;
}

.SpMenu .block-aside-search .block-search-box--search-submit .fa.fa-search {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  height: 0;
  width: 32.2222222222%;
  padding-bottom: 32.2222222222%;
}

.SpMenu .block-aside-search .block-search-box--search-submit .fa.fa-search::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/parts/ico_searchbox_submit_def.svg) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.SpMenu .block-aside-search .block-search-box--search-submit:focus, .SpMenu .block-aside-search .block-search-box--search-submit:active {
  box-shadow: none;
}

.SpMenu .block-aside-search .block-search-box > form.is-focus .block-search-box--keyword {
  background-color: #fff;
  border-color: #fff;
}

.SpMenu .block-aside-search .block-search-box > form.is-focus .block-search-box--search-submit .fa.fa-search::before {
  background-image: url(../img/parts/ico_searchbox_submit_active.svg);
}

.SpMenu .block-aside-search.is-focus {
  top: 0;
  margin-top: 0;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search {
    width: 529px;
    left: 50%;
    margin-left: -375px;
    margin-top: -101px;
  }
  .SpMenu .block-aside-search .block-search-box--form {
    padding: 17px 37px 18px 39px;
  }
  .SpMenu .block-aside-search .input-group > span.input-group-btn {
    right: 37px;
    margin-top: 17px;
    width: 90px;
    height: 66px;
  }
  .SpMenu .block-aside-search input[type="text"], .SpMenu .block-aside-search input[type="tel"], .SpMenu .block-aside-search input[type="email"], .SpMenu .block-aside-search input[type="search"], .SpMenu .block-aside-search input[type="password"], .SpMenu .block-aside-search input[type="url"], .SpMenu .block-aside-search input[type="number"], .SpMenu .block-aside-search select, .SpMenu .block-aside-search textarea {
    padding: 11px 90px 11px 1em;
  }
}

.SpMenu .block-search-box--search-detail a {
  color: #6fb4c3;
  text-decoration: underline;
}

.SpMenu .block-search-box--form {
  background-color: #eee;
  display: -ms-flexbox;
  display: flex;
}

.SpMenu input.block-search-box--keyword:hover,
.SpMenu input.block-search-box--keyword {
  border: none;
  background-color: transparent;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.SpMenu button.block-search-box--search-submit {
  border: none;
  background-color: transparent;
  width: 33px;
}

.SpMenu .block-search-box--search-detail {
  margin: 5px 0;
}

.SpMenu .block-search-box--keyword {
  width: 100%;
  height: 38px;
}

.SpMenu .block-search-box--form {
  padding: 10px;
  position: relative;
  background: #eee;
}

.SpMenu .block-search-box--placeholder {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #999;
  font-size: 14px;
}

.SpMenu .block-search-box--search-submit {
  margin-left: 10px;
  width: 65px;
  height: 38px;
  background: #666;
  color: #fff;
  font-size: 18px;
}

.SpMenu .block-aside-search .input-group {
  position: relative;
  display: block;
}

.SpMenu .block-aside-search .input-group > span {
  display: block;
  position: relative;
  line-height: 1;
}

.SpMenu .block-aside-search .input-group > span.input-group-btn {
  position: absolute;
  right: 6.9943289225%;
  top: 0;
  margin-top: 3.213610586%;
  display: block;
  width: 17.0132325142%;
  height: 8.8vw;
}

@media screen and (min-width: 751px), print {
  .SpMenu .block-aside-search {
    width: 529px;
    left: 50%;
    margin-left: -375px;
    margin-top: -101px;
  }
  .SpMenu .block-aside-search .block-search-box--form {
    padding: 17px 37px 18px 39px;
  }
  .SpMenu .block-aside-search .input-group > span.input-group-btn {
    right: 37px;
    margin-top: 17px;
    width: 90px;
    height: 66px;
  }
  .SpMenu .block-aside-search input[type="text"], .SpMenu .block-aside-search input[type="tel"], .SpMenu .block-aside-search input[type="email"], .SpMenu .block-aside-search input[type="search"], .SpMenu .block-aside-search input[type="password"], .SpMenu .block-aside-search input[type="url"], .SpMenu .block-aside-search input[type="number"], .SpMenu .block-aside-search select, .SpMenu .block-aside-search textarea {
    padding: 11px 90px 11px 1em;
  }
}

.SpMenu .input-group {
  display: table;
  width: 100%;
}

.SpMenu .input-group > span {
  display: table-cell;
  width: 100%;
}

.SpMenu .input-group-btn {
  display: table-cell;
  white-space: nowrap;
}

@media print, screen and (min-width: 768px) {
  .SpMenu {
    display: none !important;
  }
}

/* TextFigure */
.TextFigure {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 500;
  padding: 0 17px 76px;
}

.TextFigure.-asa {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
}

.TextFigure .TextFigure__text {
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 33px;
}

.TextFigure .TextFigure__text.-text {
  margin: 33px 0 20px;
}

.TextFigure .TextFigure__notes {
  font-size: 12px;
  line-height: 1.5;
  text-decoration: underline;
  margin: 29px -16px 0;
  letter-spacing: 0.5px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .TextFigure {
    padding: 7px 0 121px;
  }
  .TextFigure .TextFigure__text {
    font-size: 16px;
    line-height: 32px;
    width: 554px;
    -ms-flex: 0 0 554px;
    flex: 0 0 554px;
    padding-right: 47px;
    margin: -8px 0 0;
    letter-spacing: 0px;
  }
  .TextFigure .TextFigure__text.-imgRight {
    padding: 0 6px 0 67px;
  }
  .TextFigure .TextFigure__text.-text {
    width: auto;
    margin: 64px 0 -10px;
  }
  .TextFigure .TextFigureWapper {
    display: -ms-flexbox;
    display: flex;
  }
  .TextFigure .TextFigureWapper.-imgRight {
    -ms-flex-flow: wrap row-reverse;
    flex-flow: wrap row-reverse;
  }
  .TextFigure .TextFigure__figure {
    -ms-flex: 0 0 526px;
    flex: 0 0 526px;
  }
  .TextFigure .TextFigure__figure.-imgRight {
    -ms-flex: 0 0 524px;
    flex: 0 0 524px;
  }
  .TextFigure .TextFigure__img {
    width: 100%;
  }
  .TextFigure .TextFigure__notes {
    font-size: 16px;
    line-height: 2;
    margin: 73px 0 0;
  }
}

/* Title1 */
.Title1 {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 27px;
  line-height: 1.4;
  padding: 28px 0;
}

.Title1 .Title1__strong {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
}

.Title1 .Title1__strong2 {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  .Title1 {
    font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 100;
    font-size: 50px;
    line-height: 1.68;
    padding: 28px 0;
  }
}

/* Title2 */
.Title2 {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 100;
  font-size: 27px;
  padding: 0 0 29px;
}

.Title2 .Title2__strong {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
}

.Title2.-english {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .Title2 {
    font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
    font-weight: 100;
    font-size: 30px;
    line-height: 1.68;
    padding: 28px 0 21px;
  }
}

/* Title3 */
.Title3 {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 300;
  font-size: 22px;
  padding: 6px 0 27px 0;
}

@media print, screen and (min-width: 768px) {
  .Title3 {
    font-size: 24px;
    padding: 52px 0;
  }
}

/* Title4 */
.Title4 {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  font-size: 23px;
  padding: 8px 0 26px;
  border-bottom: 1px solid #ddd;
}

.Title4.-noBorder {
  border: none;
}

.Title4.-detailTitle {
  line-height: 1.56;
  padding: 8px 0 29px;
}

.Title4.-aboutTitle {
  padding-bottom: 19px;
  letter-spacing: -1px;
}

@media print, screen and (min-width: 768px) {
  .Title4 {
    font-size: 30px;
    padding: 50px 0 67px;
  }
  .Title4.-aboutTitle {
    padding-bottom: 17px;
  }
}

/* Title5 */
.Title5 {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  font-size: 21px;
  padding: 9px 0 28px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .Title5 {
    font-size: 30px;
    padding: 41px 0 89px;
  }
}

/* Title6 */
.Title6 {
  font-family: 'Noto Serif Japanese', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', '游明朝体', 'YuMincho', '游明朝', 'Yu Mincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  padding: 28px 0;
  text-align: center;
  padding: 47px 0 32px;
  letter-spacing: 0;
}

@media print, screen and (min-width: 768px) {
  .Title6 {
    font-size: 38px;
    line-height: 1.68;
    padding: 99px 0 59px;
  }
  .Title6.-asa02 {
    padding: 105px 0 58px;
  }
}

/* Title7 */
.Title7 {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-weight: 100;
  font-size: 25px;
  line-height: 1.4;
  padding: 17px 0 27px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .Title7 {
    font-size: 38px;
    padding: 67px 0 74px;
  }
}

/* Title8 */
.Title8 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0 10px;
}

.Title8 .Title8__text {
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 17px;
  line-height: 1;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 15px 0 0;
}

.Title8::after {
  content: '';
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 2px;
  display: block;
  width: auto;
  background-color: #000;
}

@media print, screen and (min-width: 768px) {
  .Title8 {
    padding: 108px 0 45px;
  }
  .Title8 .Title8__text {
    font-size: 24px;
  }
}

/* Vision */
.Vision .Vision__title {
  font-size: 27px;
  font-weight: 300;
  margin-top: 65px;
  margin-bottom: 70px;
  letter-spacing: -1.1px;
  text-align: center;
}

.Vision .Vision__text {
  font-size: 15px;
  line-height: 1.95;
  margin-bottom: 30px;
  padding-left: 17px;
  padding-right: 17px;
}

.Vision .Vision__imageArea {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 35px;
  margin-bottom: 85px;
}

.Vision .Vision__name {
  font-size: 12px;
  text-align: right;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  max-width: 60%;
  line-height: 1.5;
  letter-spacing: 0.7px;
}

.Vision .Vision__figure {
  -ms-flex: 1 1 45.5%;
  flex: 1 1 45.5%;
  max-width: 45.5%;
  padding-left: 4.5%;
}

@media print, screen and (min-width: 768px) {
  .Vision {
    max-width: 842px;
    margin: 0 auto;
  }
  .Vision .Vision__title {
    font-size: 76px;
    margin-top: 82px;
    margin-bottom: 102px;
  }
  .Vision .Vision__text {
    font-size: 22px;
    line-height: 2.2;
    margin-bottom: 49px;
  }
  .Vision .Vision__imageArea {
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 70px;
    margin-bottom: 150px;
  }
  .Vision .Vision__name {
    font-size: 14px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    line-height: 2.1;
    position: relative;
    bottom: -7px;
  }
  .Vision .Vision__figure {
    -ms-flex: 0 0 233px;
    flex: 0 0 233px;
    max-width: 233px;
    padding-left: 0;
    margin-left: 40px;
  }
  .Vision .Vision__image {
    width: 100%;
  }
}


.ListTitle p {
  font-size: 24px;
  line-height: 1.7;
  margin: 0 0 15px;
  font-weight: 500;
}

@media print, screen and (min-width: 768px) {
  .ListTitle p {
    font-size: 28px;
  }
}




.anchor-list {
  margin-bottom: 60px;
}
.anchor-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px; 
}
.anchor-list ul li {
  width: calc((100% - 20px)/2);
  margin-top: 0!important;
}
.anchor-list ul li a {
  display: block;
  font-size: 18px; 
  border: 1px solid #000;
  padding: 15px 0!important;
  text-align: center;
  font-family: 'Noto Sans CJK JP', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
.anchor-list ul li a p {
  position: relative;
  text-align: center;
  margin: 0!important;
  line-height: 1!important;
  font-size: 3.2vw!important;
}
.anchor-list ul li a p::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 auto 0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  transform: rotate(45deg);
}
.anchor-point {
  margin-top: -67px !important;
  padding-top: 67px !important;
  display: block;
  outline: none;
}

@media print, screen and (min-width: 768px) {
  .anchor-list ul {
    gap: 60px;
  }
  .anchor-list ul li {
    width: calc((100% - 120px)/3);
  }
  .anchor-list ul li a {
    padding: 20px 10px!important;
  }
  .anchor-list ul li a p {
    font-size: 15px!important;
    line-height: 1.7!important;
  }
}