@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
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;
}

/* # =================================================================
   # 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;
}

html {
  font-size: 62.5%;
}

body {
  background: #FFFFFF;
}

body,
button,
input,
select,
optgroup,
textarea {
  color: #333333;
  font-family: Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS UI Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

h1 {
  font-size: 4.8rem;
}

h2 {
  font-size: 3.2rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 1.8rem;
}

h5,
h6 {
  font-size: 1.6rem;
}

p {
  line-height: 1.7;
}

address {
  font-style: normal;
}

a {
  color: #333333;
  transition: 0.2s ease-out;
}
a:visited {
  color: #333333;
}
a:hover, a:focus, a:active {
  color: #f25b00;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

ul,
ol {
  padding-left: 2em;
}

ul {
  list-style: disc;
}
ul ul {
  list-style: circle;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: bold;
}

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

table {
  border-collapse: collapse;
  width: 100%;
}
table caption {
  margin-bottom: 0.5em;
}
table th,
table td {
  padding: 0.5em 1em;
  border: 1px solid #666666;
}
table th {
  text-align: left;
  font-weight: bold;
  background-color: #F4F4F4;
}
table td {
  font-weight: normal;
}

fieldset {
  border: none;
}

legend {
  font-weight: bold;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  color: #FFFFFF;
  background: #666666;
  line-height: 1;
  padding: 6px 8px;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}
button:disabled,
input[type=button]:disabled,
input[type=reset]:disabled,
input[type=submit]:disabled {
  opacity: 0.5;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #A3A3A3;
  padding: 1px 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #333333;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
textarea::placeholder {
  color: #A3A3A3;
}

select {
  color: #666666;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  padding: 1px 3px;
}

option {
  padding: 1px 3px;
}

textarea {
  width: 100%;
}

hr {
  background-color: #666666;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: normal;
}

em {
  font-weight: bold;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 1.5rem;
  overflow: auto;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.5rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666666;
  cursor: help;
}

mark,
ins {
  background: lemonchiffon;
  text-decoration: none;
}

big {
  font-size: 125%;
}

.site-header {
  position: fixed;
  width: 100%;
  z-index: 100;
  display: flex;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .site-header {
    display: block;
    background-image: linear-gradient(to right, transparent 60%, #666666 60%), linear-gradient(to bottom, #FFFFFF, #e9e8eb);
    background-repeat: repeat-x, repeat;
    background-size: 100% 10px, contain;
    position: relative;
    border-top: 8px solid #666666;
  }
}

.site-branding {
  display: flex;
  padding: 0 0 0 15px;
  height: 60px;
  align-items: center;
  flex-grow: 1;
  margin-right: 25px;
}
@media (min-width: 1024px) {
  .site-branding {
    display: flex;
    padding: 0;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    align-items: flex-start;
  }
}

.site-headtext {
  display: none;
}
@media (min-width: 1024px) {
  .site-headtext {
    display: flex;
    position: absolute;
    top: -4px;
    width: 960px;
    text-align: right;
    font-size: 1.6rem;
  }
}
.site-headtext .text {
  font-size: 1.1rem;
  line-height: 1;
  height: 14px;
  color: #FFFFFF;
  padding: 0 0 0 10px;
  background-color: #666666;
  display: inline-block;
}
.site-headtext::before {
  content: "";
  background-image: url(../images/common/headtext_before.jpg);
  display: block;
  width: 31px;
  height: 13px;
  margin-left: auto;
  margin-top: 1px;
}

.site-logo {
  width: 125px;
  flex: 0 0 auto;
  font-size: inherit;
}
@media (min-width: 1024px) {
  .site-logo {
    width: 354px;
    margin-top: 20px;
  }
}

.site-search {
  margin-left: auto;
}
@media (min-width: 1024px) {
  .site-search {
    margin-left: 70px;
    margin-top: 22px;
  }
}
@media (min-width: 1024px) {
  .site-search .btn {
    display: none;
  }
}
.site-search .search_pc {
  display: none;
}
@media (min-width: 1024px) {
  .site-search .search_pc {
    display: flex;
    align-items: center;
  }
}
.site-search .search_pc .label {
  font-size: 1.2rem;
  margin-right: 10px;
}
.site-search .search_pc form {
  display: flex;
}
.site-search .search_pc input[type=text] {
  width: 150px;
  font-size: 1.2rem;
}
.site-search .search_pc input[type=submit] {
  font-size: 1.2rem;
  border: none;
}

.site-navigation {
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-navigation {
    height: 40px;
    width: 100%;
    background-image: linear-gradient(to bottom, #6d639e, #2d2261);
  }
}
@media (min-width: 1024px) {
  .site-navigation._fixed {
    position: fixed;
    top: 0;
  }
}

.site-footer {
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.2), transparent 5%), linear-gradient(to right, #6D6D6D, #7D7D7D, #6D6D6D);
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  .site-footer {
    background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.1), transparent 20%), url(../images/common/foot_stripe.jpg);
  }
}

.site-footnavigation {
  position: relative;
}
@media (min-width: 1024px) {
  .site-footnavigation {
    display: flex;
    flex-wrap: wrap;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .site-companyname {
    width: 100%;
    padding: 22px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.site-footnavigation .site-companyname .link {
  display: inline-flex;
  padding: 0 15px;
  align-items: center;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  height: 57px;
}
@media (min-width: 1024px) {
  .site-footnavigation .site-companyname .link:hover {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .site-companyname .link {
    padding: 0;
    height: auto;
    justify-content: flex-start;
  }
}
.site-footnavigation .nav-list {
  flex-wrap: wrap;
  flex-direction: row;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list {
    border: none;
    width: auto;
    margin-left: 0;
    padding: 15px 0;
  }
}
.site-footnavigation .nav-list .item {
  width: 50%;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item {
    height: auto;
    width: auto;
    flex: 1 0 auto;
    line-height: 1.5;
    margin-left: 30px;
  }
}
.site-footnavigation .nav-list .item:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:first-child {
    border: none;
    margin-left: 0;
  }
}
.site-footnavigation .nav-list .item:nth-child(2n) {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:nth-child(2n) {
    border: none;
  }
}
.site-footnavigation .nav-list .item:last-child {
  width: 100%;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .item:last-child {
    border: none;
    width: auto;
  }
}
.site-footnavigation .nav-list .link {
  background: none;
  height: 54px;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .link {
    height: auto;
    border: none;
    justify-content: flex-start;
    font-size: 1.4rem;
    padding: 0;
    flex: 1 0 auto;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .link:hover {
    background: none;
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-list .link:hover::after {
    display: none;
  }
}
.site-footnavigation .nav-multilingual {
  margin-top: 0;
  justify-content: flex-start;
  padding: 21px 15px;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual {
    background: none;
    display: flex;
    position: inherit;
    left: auto;
    top: auto;
    padding: 15px 0;
    width: 160px;
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .item._current {
    display: none;
  }
}
.site-footnavigation .nav-multilingual .item._current .link {
  background: none;
}
.site-footnavigation .nav-multilingual .link {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .link {
    height: auto;
    background: none;
    justify-content: flex-end;
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .link::before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .site-footnavigation .nav-multilingual .link:hover {
    text-decoration: underline;
  }
}
.site-footnavigation .linkedin {
  width: 41px;
  height: 38px;
  position: absolute;
  bottom: 12px;
  right: 15px;
}
@media (min-width: 1024px) {
  .site-footnavigation .linkedin {
    right: 0;
    top: 17px;
  }
}

.site-footbar {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (min-width: 1024px) {
  .site-footbar {
    border-top: none;
    background-image: linear-gradient(to bottom, #535353, #5E5E5E 20%, #5E5E5E);
  }
}

.site-info {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px;
}
@media (min-width: 1024px) {
  .site-info {
    display: flex;
    padding: 15px 0;
  }
}

.site-othernav .list {
  display: flex;
  flex-wrap: wrap;
}
.site-othernav .item {
  margin-right: 50px;
}
.site-othernav .link {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.2rem;
}
.site-othernav .link:hover {
  text-decoration: underline;
}

.site-copyright {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .site-copyright {
    margin-left: auto;
    margin-top: 0;
  }
}
.site-copyright small {
  color: #FFFFFF;
  font-size: 1.2rem;
}

.nav-toggle {
  position: relative;
  width: 60px;
  height: 60px;
  user-select: none;
  z-index: 102;
  background-color: #4A3C93;
}
@media (min-width: 1024px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 26px;
  height: 2px;
  background-color: #FFFFFF;
  transition: transform 0.2s ease-out, top 0.2s ease-out;
}
.nav-toggle span:nth-child(2) {
  top: 21px;
}
.nav-toggle span:nth-child(3) {
  top: 30px;
}
.nav-toggle::after {
  content: "MENU";
  position: absolute;
  top: 38px;
  left: 50%;
  transform: translateX(-50%);
  color: #D6D3E7;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
.nav-toggle._active span {
  top: 22px;
}
.nav-toggle._active span:nth-child(1) {
  transform: translateX(-50%) rotate(-45deg);
}
.nav-toggle._active span:nth-child(2) {
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle._active span:nth-child(3) {
  transform: translateX(-50%) rotate(45deg);
}
.nav-toggle:hover {
  cursor: pointer;
}

.nav-content {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: auto;
  margin-top: 60px;
  padding-bottom: 50px;
  background-color: #423489;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-out, opacity 0.2s ease-out;
}
.nav-content._active {
  visibility: visible;
  opacity: 1;
}
@media (min-width: 1024px) {
  .nav-content {
    height: auto;
    display: flex;
    position: inherit;
    padding: 0 32px;
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    background-color: transparent;
    overflow: inherit;
  }
}

.nav-list {
  display: flex;
  padding-left: 0;
  list-style: none;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .nav-list {
    flex-direction: row;
    padding: 0;
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    border-right: 1px solid #CCCCCC;
  }
}
.nav-list .item {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-list .item:first-child {
  border-top: none;
}
@media (min-width: 1024px) {
  .nav-list .item {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .nav-list > .item {
    display: flex;
    justify-content: center;
    height: 40px;
    border-top: none;
  }
}
.nav-list > .item._index {
  display: grid;
  grid-template-columns: 1fr auto;
}
@media (min-width: 1024px) {
  .nav-list > .item._index {
    display: block;
    position: relative;
  }
}
.nav-list > .item._index .link {
  grid-row: 1/2;
  grid-column: 1/2;
}
.nav-list > .item._index .toggle {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 66px;
}
@media (min-width: 1024px) {
  .nav-list > .item._index .toggle {
    display: none;
  }
}
.nav-list > .item._index .toggle._active::after {
  transform: rotate(180deg);
}
.nav-list > .item._index .toggle::before {
  content: "";
  width: 1px;
  height: 55px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-left: auto;
}
@media (min-width: 1024px) {
  .nav-list > .item._index .toggle::before {
    display: none;
  }
}
.nav-list > .item._index .toggle::after {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 5px solid rgba(255, 255, 255, 0.75);
  margin: 0 20px;
  transform: translateY(65%);
  transition: transform 0.2s ease-out;
}
@media (min-width: 1024px) {
  .nav-list > .item._index .toggle::after {
    display: none;
  }
}
.nav-list > .item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-list .link {
  display: flex;
  align-items: center;
  height: 66px;
  text-decoration: none;
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 15px;
  background-color: #423489;
  position: relative;
}
@media (min-width: 1024px) {
  .nav-list .link {
    border: none;
    height: 40px;
    font-size: 1.2rem;
    padding: 0 5px;
    flex: 1;
    justify-content: center;
    border-left: 1px solid #CCCCCC;
    background-image: linear-gradient(to bottom, #6d639e, #2d2261);
  }
}
.nav-list .link:visited {
  color: #FFFFFF;
}
.nav-list .link:hover {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .nav-list .link:hover {
    color: #FFFFFF;
    background-color: none;
    background-image: linear-gradient(to bottom, #342c56, #1d1737);
  }
}
@media (min-width: 1024px) {
  .nav-list .link:hover::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #ffde00;
  }
}
.current .nav-list .link {
  color: #FFFFFF;
}
.nav-list .sublist {
  list-style: none;
  padding: 0 10px;
  display: none;
  grid-row: 2/3;
  grid-column: 1/3;
  background-color: #594D98;
}
@media (min-width: 1024px) {
  .nav-list .sublist {
    padding: 0;
  }
}
.nav-list .sublist._active {
  display: block;
  width: 100%;
}
@media (min-width: 1024px) {
  .nav-list .sublist._active {
    display: block;
    position: absolute;
    left: 0;
    top: 40px;
    min-width: 220px;
    border-bottom: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
}
.nav-list .sublist > .item._subindex {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #423489;
  color: #C9C5E2;
  padding-left: 30px;
  height: 45px;
  border: none;
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item._subindex {
    background-color: transparent;
    background-image: linear-gradient(to bottom, #6F6F6F, #666666);
    font-weight: normal;
    height: 28px;
    color: #FFFFFF;
    font-size: 1.2rem;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
  }
}
.nav-list .sublist > .item._subindex:first-child {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .nav-list .sublist > .item._subindex:first-child {
    margin-top: 0;
  }
}
.nav-list .sublist > .item._subindex + .item {
  border-top: none;
}
.nav-list .sublist .link {
  height: 54px;
  font-size: 1.6rem;
  padding-left: 30px;
  font-weight: normal;
  background-color: #594D98;
}
@media (min-width: 1024px) {
  .nav-list .sublist .link {
    background-color: #FFFFFF;
    background-image: url(../images/common/sublist_icon.jpg);
    background-position: left 15px center;
    color: #333333;
    font-size: 1.2rem;
    justify-content: flex-start;
    height: 28px;
  }
}
.nav-list .sublist .link::after {
  display: none;
}
@media (min-width: 1024px) {
  .nav-list .sublist .link:hover {
    background-color: #F4F4F4;
  }
}

.nav-multilingual {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .nav-multilingual {
    position: absolute;
    left: calc(50% + 210px);
    top: 20px;
    margin-top: 2px;
    width: 270px;
  }
}
@media (min-width: 1024px) {
  ._fixed .nav-multilingual {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-multilingual .item {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .nav-multilingual .item:first-child .link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}
.nav-multilingual .item:last-child {
  margin-left: 40px;
}
@media (min-width: 1024px) {
  .nav-multilingual .item:last-child .link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.nav-multilingual .item._current {
  display: none;
}
@media (min-width: 1024px) {
  .nav-multilingual .item._current {
    display: block;
  }
}
@media (min-width: 1024px) {
  .nav-multilingual .item._current .link {
    background-image: linear-gradient(to bottom, #8e8e8e, #605f5f);
    color: #FFFFFF;
  }
}
@media (min-width: 1024px) {
  .nav-multilingual .item:nth-child(2) {
    margin-left: 1px;
  }
}
.nav-multilingual .item:nth-child(3) {
  margin-left: 40px;
}
@media (min-width: 1024px) {
  .nav-multilingual .item:nth-child(3) {
    margin-left: 1px;
  }
}
.nav-multilingual .link {
  text-decoration: none;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .nav-multilingual .link {
    color: #333333;
    font-size: 1.2rem;
    background-image: linear-gradient(to bottom, #cac9c9, #e9e8e8);
    height: 24px;
    justify-content: center;
  }
}
.nav-multilingual .link::before {
  content: "";
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 3px solid rgba(255, 255, 255, 0.75);
  margin-right: 3px;
}
@media (min-width: 1024px) {
  .nav-multilingual .link::before {
    display: none;
  }
}

.site-content {
  padding-top: 60px;
  background-image: url(../images/common/decoration.jpg);
  background-size: 210%;
  background-position: right -50px bottom 32px;
}
@media (min-width: 560px) {
  .site-content {
    background-size: 150%;
    background-position: right -80px bottom 10px;
  }
}
@media (min-width: 1024px) {
  .site-content {
    padding-top: 0;
    background-size: 150%;
    background-position: right -150px bottom 0px;
  }
  .site-content._fixed {
    padding-top: 40px;
  }
}

.site-main {
  padding-bottom: 60px;
}

.site-breadcrumb {
  padding: 9px 0;
  background: linear-gradient(to right, #666666, #8F8F8F, #B3B3B3, #8F8F8F, #666666);
  display: flex;
}
@media (min-width: 1024px) {
  .site-breadcrumb {
    height: 33px;
    padding: 0;
  }
}
.site-breadcrumb .list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 5px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .site-breadcrumb .list {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }
}
.site-breadcrumb .item {
  color: #FFFFFF;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  .site-breadcrumb .item {
    margin-right: 15px;
  }
}
.site-breadcrumb .item::after {
  content: "";
  width: 3px;
  height: 6px;
  background-image: url(../images/common/breacrumb_icon.svg);
  background-size: contain;
  margin-left: 7px;
}
@media (min-width: 1024px) {
  .site-breadcrumb .item::after {
    width: 5px;
    height: 10px;
    margin-left: 15px;
  }
}
.site-breadcrumb .item:last-child::after {
  display: none;
}
.site-breadcrumb .link {
  color: #FFFFFF;
  font-size: 1.2rem;
  text-decoration: none;
}
.site-breadcrumb .link:hover {
  text-decoration: underline;
}

.site-pagetop {
  padding: 0 15px 15px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}
@media (min-width: 1024px) {
  .site-pagetop {
    padding: 0 0 15px;
  }
}
.site-pagetop .link {
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  padding-right: 10px;
}
@media (min-width: 1024px) {
  .site-pagetop .link {
    font-size: 1.4rem;
    padding-right: 0;
  }
}
.site-pagetop .link::before {
  content: "";
  background-image: url(../images/common/pagetop.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .site-pagetop .link::before {
    width: 15px;
    height: 15px;
  }
}

@media (min-width: 1024px) {
  .site-aside {
    display: none;
  }
}
@media (min-width: ._two_column .site-aside pc) {
  ._two_column .site-aside {
    display: block;
  }
}

.site-subnavigation {
  padding: 0 10px;
  background-color: #594D98;
}
.site-subnavigation .nav-list .item:last-child {
  border-bottom: none;
}
.site-subnavigation .nav-list .item._subindex {
  color: #DDDDDD;
  background-color: #423489;
  padding: 0 10px;
  height: 38px;
  display: flex;
  align-items: center;
  font-weight: bold;
}
.site-subnavigation .nav-list .item._subindex:first-child {
  margin-top: 10px;
}
.site-subnavigation .nav-list .item._subindex + .item {
  border-top: none;
}
.site-subnavigation .nav-list .link {
  padding: 0 10px;
  background: none;
  height: 54px;
}
.site-subnavigation .bnrlink {
  display: none;
}
@media (min-width: 1024px) {
  .site-subnavigation .bnrlink {
    display: block;
    margin-top: 20px;
  }
}

.page._two_column {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .page._two_column {
    display: grid;
    grid-template-columns: auto 220px;
    grid-template-rows: auto 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  .page._two_column .page-header {
    width: 710px;
    grid-column: 1/2;
    grid-row: 1/2;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .page._two_column .page-content {
    width: 710px;
    grid-column: 1/2;
    grid-row: 2/3;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .page._two_column .page-aside {
    margin-top: 0;
    padding: 0;
    grid-column: 2/3;
    grid-row: 1/3;
  }
}
@media (min-width: 1024px) {
  .page._two_column .section {
    padding: 0;
  }
}

.page-header {
  padding: 0 15px;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  .page-header {
    padding: 0;
    width: 960px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
  }
}

.page-title {
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .page-title {
    font-size: 3rem;
  }
}
.page-title .page-subtitle {
  font-size: 1.4rem;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  .page-title .page-subtitle {
    font-size: 1.6rem;
  }
}

.page-headings {
  color: #4A3C93;
}
@media (min-width: 1024px) {
  .page-headings {
    display: flex;
    align-items: baseline;
  }
}
.page-headings .page-title {
  font-size: 2.4rem;
  line-height: 1;
}
@media (min-width: 1024px) {
  .page-headings .page-title {
    font-size: 4.5rem;
  }
}
.page-headings .page-slug {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  .page-headings .page-slug {
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

.page-content {
  margin-top: 30px;
}

._main_color {
  color: #4A3C93;
}

._accent_color {
  color: #D23232;
}

._center {
  text-align: center !important;
}

._right {
  text-align: right !important;
}

._medium {
  font-weight: 500 !important;
}

._bold {
  font-weight: bold !important;
}

._normal {
  font-weight: normal !important;
}

._marker {
  background: linear-gradient(transparent 55%, lemonchiffon 55%);
}

._border {
  border: 1px solid #666666;
}

._round {
  border-radius: 5px;
}

._oval {
  border-radius: 9999px;
}

._shadow {
  box-shadow: 0 0 20px rgba(74, 60, 147, 0.16);
}

._borderless {
  border: none;
}

._full {
  width: 100%;
}

._mt0 {
  margin-top: 0 !important;
}

._mr0 {
  margin-right: 0 !important;
}

._mb0 {
  margin-bottom: 0 !important;
}

._ml0 {
  margin-left: 0 !important;
}

._sp_only {
  display: block;
}
@media (min-width: 560px) {
  ._sp_only {
    display: none;
  }
}

._tab_only {
  display: none;
}
@media (min-width: 560px) {
  ._tab_only {
    display: block;
  }
}
@media (min-width: 1024px) {
  ._tab_only {
    display: none;
  }
}

._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  ._pc_only {
    display: block;
  }
}

._tab_over {
  display: none;
}
@media (min-width: 560px) {
  ._tab_over {
    display: block;
  }
}

._tab_under {
  display: block;
}
@media (min-width: 1024px) {
  ._tab_under {
    display: none;
  }
}

._tab_except {
  display: block;
}
@media (min-width: 560px) {
  ._tab_except {
    display: none;
  }
}
@media (min-width: 1024px) {
  ._tab_except {
    display: block;
  }
}

@media print {
  ._no-print {
    display: none !important;
  }
  ._kaipage-print,
  ._kaipage-print * {
    page-break-after: always;
  }
}
.flex {
  display: flex;
}
.flex._column {
  flex-direction: column;
}
@media (min-width: 560px) {
  .flex._column {
    flex-direction: row;
  }
}
.flex._stack {
  flex-direction: column;
}
.flex._even {
  flex-direction: column;
}
@media (min-width: 560px) {
  .flex._even {
    flex-direction: row;
  }
}
.flex._even > * {
  flex: 1;
}
.flex._item_center {
  align-items: center;
}
.flex._wrap {
  flex-wrap: wrap;
}
.flex._gap {
  gap: 40px;
}
@media (min-width: 560px) {
  .flex._gap {
    gap: 60px;
  }
}

.list {
  list-style: none;
  padding-left: 0;
}
.list._order {
  counter-reset: countup;
}
.list._order > .item {
  counter-increment: countup;
}
.list._order > .item::before {
  content: counter(countup);
}

.text-title {
  border-top: 3px solid #707070;
  line-height: 37px;
  font-size: 1.6rem;
  padding-left: 9px;
  margin-bottom: 20px;
  font-weight: normal;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+6,fdfdfd+47,f2f2f2+94,ffffff+97,cccccc+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#cccccc",GradientType=0 ); /* IE6-9 */
}

.text-title2 {
  font-weight: bold;
  border-top: 3px solid #2d2261;
  line-height: 37px;
  font-size: 1.6rem;
  padding-left: 9px;
  margin-bottom: 20px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+6,fdfdfd+47,f2f2f2+94,ffffff+97,cccccc+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 6%, #fdfdfd 47%, #f2f2f2 94%, #ffffff 97%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#cccccc",GradientType=0 ); /* IE6-9 */
}

.text-title3 {
  line-height: 27px;
  font-size: 17px;
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
}

.text-title4 {
  position: relative;
  line-height: 2.7rem;
  font-size: 1.7rem;
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
}
.text-title4::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 0.3rem;
  height: 1.7rem;
  background-color: #fff;
  background: rgb(101, 101, 101);
  background: linear-gradient(180deg, rgb(101, 101, 101) 0%, rgb(61, 61, 61) 50%);
}

.block-ttl {
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
  font-size: 17px;
  line-height: 27px;
  position: relative;
}
.block-ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid #656565;
  border-right: 5px solid #656565;
  border-bottom: 5px solid #464646;
  border-left: 5px solid #464646;
}

.section {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .section {
    padding: 0 32px;
  }
  .section:first-of-type {
    padding-top: 0px;
  }
}

.section-header {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.section-content {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.section-header + .section-content {
  margin-top: 30px;
}
@media (min-width: 560px) {
  .section-header + .section-content {
    margin-top: 40px;
  }
}
.section-content sub {
  vertical-align: baseline;
  position: inherit;
}

.section-heading {
  font-size: 1.6rem;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}

.product-heading {
  font-size: 2rem;
  padding: 9px 15px 7px;
  border: 1px solid #CCCCCC;
  border-bottom: 3px solid #ADA6CF;
  background-image: linear-gradient(to bottom, #FFFFFF, #F9F9F9);
}
@media (min-width: 1024px) {
  .product-heading {
    font-size: 2.4rem;
    padding: 22px 20px 20px;
  }
}

.btnlink {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  text-decoration: none;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  background-image: linear-gradient(to bottom, #F2F2F2, #DADADA);
  border: 1px solid #BBBBBB;
  box-shadow: 1px 2px 0 0 #D9D9D9;
  transition: 0.2s ease-out;
  width: 275px;
  max-width: 100%;
  height: 52px;
  position: relative;
}
.btnlink._black {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #808080, #595959);
  border: 1px solid #595959;
}
.btnlink._black:hover {
  color: #FFFFFF;
}
.btnlink._orange {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #F28637, #E26306);
  border: 1px solid #E26306;
}
.btnlink._orange:hover {
  color: #FFFFFF;
}
.btnlink._aqua {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #0694EB, #0474BD);
  border: 1px solid #067BCA;
}
.btnlink._aqua:hover {
  color: #FFFFFF;
}
.btnlink._dl::before {
  content: "";
  background-image: url(../images/common/dl_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._dl._black::before {
  background-image: url(../images/common/dl_icon_white.svg);
}
.btnlink._add::before {
  content: "";
  background-image: url(../images/common/add_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._form::before {
  content: "";
  background-image: url(../images/common/form_icon.svg);
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._search::before {
  content: "";
  background-image: url(../images/common/search_white.svg);
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink._circle-close::before {
  content: "";
  background-image: url(../images/common/circle-close.svg);
  background-position: center center;
  background-size: contain;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 7px;
}
.btnlink:hover {
  opacity: 0.7;
  color: #333333;
}

.bnrlink {
  display: block;
}
.bnrlink:hover {
  opacity: 0.7;
}

.tellink {
  text-decoration: none;
}

.index-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .index-list {
    flex-direction: row;
  }
}
.index-list .link {
  display: block;
  background-color: #F4F4F4;
  padding: 6px 6px 12px;
  text-decoration: none;
}
.index-list .link:hover {
  opacity: 0.7;
}
@media (min-width: 1024px) {
  .index-list .link {
    width: 307px;
  }
}
.index-list .link + .link {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .index-list .link + .link {
    margin-top: 0;
    margin-left: 19.5px;
  }
}
.index-list .title {
  color: #4A3C93;
  margin-top: 12px;
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-weight: bold;
}
.index-list .title::before {
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  .index-list .title::before {
    width: 6px;
    height: 10px;
    margin-right: 10px;
  }
}

.tab-section .tab-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .tab-section .tab-list {
    margin: 0 20px;
  }
}
.tab-section .tab-list .item {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item {
    flex: 1;
  }
}
.tab-section .tab-list .item:nth-child(2n) {
  margin-left: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item:nth-child(2n+3) {
    margin-left: 15px;
  }
}
.tab-section .tab-list .item:nth-child(n+3) {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item:nth-child(n+3) {
    margin-top: 0;
  }
}
.tab-section .tab-list .item._current .btnlink {
  color: #FFFFFF;
  border: none;
  background-image: linear-gradient(to bottom, #5A4B9E, #6C5DB9);
}
.tab-section .tab-list .item._current .btnlink::before {
  background-image: url(../images/common/tab_icon_hover.svg);
}
@media (min-width: 1024px) {
  .tab-section .tab-list .item._current .btnlink::after {
    content: "";
    border: 10px solid transparent;
    border-top: 10px solid #6C5DB9;
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
  }
}
.tab-section .tab-list .btnlink {
  box-shadow: none;
  width: auto;
  height: 50px;
  border-radius: 3px;
  font-size: 1.6rem;
  color: #524D6C;
  border: 1px solid #CCCAD6;
  background-image: linear-gradient(to bottom, #EAE9EF, #EAE9EF 25%, #D0CFD8);
}
.tab-section .tab-list .btnlink::before {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/common/tab_icon.svg);
  position: absolute;
  left: 10px;
  top: 17px;
}
@media (max-width: 320px) {
  .tab-section .tab-list .btnlink {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  .tab-section .tab-list .btnlink {
    height: 40px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
  }
  .tab-section .tab-list .btnlink::before {
    position: static;
    transform: rotate(90deg);
    margin-right: 8px;
  }
}
.tab-section .tab-list._under {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .tab-section .tab-list._under {
    margin: 0 20px;
  }
}
@media (min-width: 1024px) {
  .tab-section .tab-list._under .btnlink {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 1024px) {
  .tab-section .tab-list._under .btnlink::before {
    transform: rotate(-90deg);
  }
}
.tab-section .tab-list._under .item._current .btnlink::after {
  border: 10px solid transparent;
  border-bottom: 10px solid #5A4B9E;
  top: -20px;
  bottom: auto;
}
.tab-section .tab-content {
  border: 1px solid #C4C0D9;
  border-radius: 3px;
  padding: 20px;
  margin-top: 30px;
  background-image: linear-gradient(to bottom, #E9E7F2, #FFFFFF);
  background-size: auto 90px;
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  .tab-section .tab-content {
    margin-top: 0;
  }
}
.tab-section .tab-body {
  border: 1px solid #F3F2F8;
  background-color: #FFFFFF;
  padding: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-body {
    padding: 25px;
  }
}
.tab-section .tab-body h2 {
  font-size: 1.8rem;
  color: #4A3C93;
  padding-bottom: 5px;
  border-bottom: 1px solid #9A92C3;
}
@media (min-width: 1024px) {
  .tab-section .tab-body h2 {
    font-size: 2rem;
  }
}
.tab-section .tab-body h2:not(:first-child) {
  margin-top: 25px;
}
.tab-section .tab-body h3 {
  font-size: 1.6rem;
  color: #4A3C93;
  display: flex;
}
.tab-section .tab-body h3::before {
  content: "";
  background-color: #4A3C93;
  width: 10px;
  height: 10px;
  margin-top: 10px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .tab-section .tab-body h3 {
    font-size: 1.8rem;
  }
}
.tab-section .tab-body h3:not(:first-child) {
  margin-top: 25px;
}
.tab-section .tab-body h4 {
  font-size: 1.4rem;
  margin-top: 15px;
}
.tab-section .tab-body h4 + p {
  margin-top: 0;
}
.tab-section .tab-body p {
  margin-top: 15px;
}
.tab-section .tab-body .formula {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  .tab-section .tab-body .formula {
    text-align: left;
    padding-left: 80px;
  }
}
.tab-section .tab-body .box {
  padding: 10px;
  background-color: #F4F4F4;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .tab-section .tab-body .box {
    padding: 20px 10px;
  }
}
.tab-section .tab-body .box *:first-child {
  margin-top: 0;
}
.tab-section .tab-body .legend {
  border: 1px solid #DDDDDD;
  padding: 5px 8px;
  font-size: 1.2rem;
  line-height: 1.8;
  display: flex;
  flex-wrap: wrap;
}
.tab-section .tab-body .legend dt {
  width: 20%;
  font-weight: normal;
}
.tab-section .tab-body .legend dd {
  width: 80%;
}
.tab-section .tab-body .legend dd::before {
  content: ":";
  margin-right: 5px;
}

.aside-nav {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 1px;
  display: none;
}
@media (min-width: 1024px) {
  .aside-nav {
    display: block;
  }
}
.aside-nav + .aside-nav {
  margin-top: 30px;
}
.aside-nav .heading {
  font-size: 1.6rem;
  color: #FFFFFF;
  height: 44px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: linear-gradient(to bottom, #686868, #9c9c9c);
}
.aside-nav .heading .link {
  position: relative;
  flex-basis: calc(100% + 26px);
  flex-shrink: 0;
  flex-grow: 1;
  margin-left: -13px;
  height: 100%;
  background: transparent;
  color: #FFFFFF;
}
.aside-nav .heading .link:hover::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(255, 255, 255, 0.45);
}
.aside-nav .heading .link::after {
  display: none;
}
.aside-nav .item {
  border: 1px solid #EEEEEE;
  border-bottom: none;
}
.aside-nav .item:last-child {
  border-bottom: 1px solid #EEEEEE;
}
.aside-nav .item._current .link {
  color: #f25b00;
}
.aside-nav .item._subindex {
  background-color: #666666;
  height: 42px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
.aside-nav .item._subindex:first-child {
  margin-top: 1px;
}
.aside-nav .item._child .link {
  padding-left: 23px;
}
.aside-nav .link {
  display: flex;
  height: 42px;
  align-items: center;
  padding: 0 13px;
  text-decoration: none;
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
}
.aside-nav .link::after {
  content: "";
  background-image: url(../images/common/archives_icon.svg);
  width: 5px;
  height: 8px;
  margin-left: auto;
}

.aside-banner {
  margin-top: 40px;
  margin-left: 30px;
  margin-right: 30px;
}
@media (min-width: 1024px) {
  .aside-banner {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}

.notice-sensor-ttl {
  position: relative;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding-left: 80px;
  padding-right: 80px;
}
@media (min-width: 1024px) {
  .notice-sensor-ttl {
    width: 457px;
    padding-left: 0;
    padding-right: 0;
  }
}
.notice-sensor-ttl:before, .notice-sensor-ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: black;
}
@media (min-width: 1024px) {
  .notice-sensor-ttl:before, .notice-sensor-ttl:after {
    width: 45px;
  }
}
.notice-sensor-ttl:before {
  left: 0;
}
.notice-sensor-ttl:after {
  right: 0;
}
.notice-sensor-ttl img {
  width: auto;
}

.notice-sensor-banners {
  display: flex;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .notice-sensor-banners {
    display: block;
  }
}

.notice-sensor-banners a {
  display: inline-block;
  padding: 0;
  border: 0;
}

.notice-sensor-banners a + a {
  margin-left: 16px;
}

#product-swiper {
  position: relative;
}
#product-swiper .swiper {
  margin-right: -15px;
  margin-left: -15px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #product-swiper .swiper {
    margin-right: 0;
    margin-left: 0;
  }
}
#product-swiper .swiper-slide {
  width: 225px;
  height: 203px;
}
#product-swiper .swiper-button-prev {
  color: #666666;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-prev {
    left: -30px;
  }
}
#product-swiper .swiper-button-prev::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-prev::after {
    font-size: 3rem;
  }
}
#product-swiper .swiper-button-next {
  color: #666666;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-next {
    right: -30px;
  }
}
#product-swiper .swiper-button-next::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #product-swiper .swiper-button-next::after {
    font-size: 3rem;
  }
}
#product-swiper .product-card {
  text-decoration: none;
  background-color: #F4F4F4;
  width: 225px;
  height: 203px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-top: 15px;
  position: relative;
}
#product-swiper .product-card .number {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #product-swiper .product-card .number {
    font-size: 1.8rem;
  }
}
#product-swiper .product-card .img {
  height: 100px;
  margin-top: 10px;
  transition: opacity 0.2s ease-out;
}
#product-swiper .product-card .img img {
  height: 100px;
  width: auto;
}
#product-swiper .product-card:hover .img {
  opacity: 0.7;
}
#product-swiper .product-card._development:hover::after {
  opacity: 0.7;
}
#product-swiper .product-card._development::after {
  content: "開発中";
  display: block;
  background-color: #4A3C93;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 5px;
  font-size: 1.2rem;
  transition: opacity 0.2s ease-out;
  position: absolute;
  right: 0;
  top: 0;
}

.product-table .list {
  white-space: nowrap;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .product-table .list {
    white-space: inherit;
  }
}
.product-table th,
.product-table td {
  border: 1px solid #CCCCCC;
}
.product-table th:first-child,
.product-table td:first-child {
  position: sticky;
  left: 0;
}
.product-table th:first-child::before,
.product-table td:first-child::before {
  content: "";
  position: absolute;
  left: -1px;
  top: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #CCCCCC;
}
.product-table th:first-child::after,
.product-table td:first-child::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #CCCCCC;
}
.product-table th {
  background-color: #DDDDDD;
  text-align: center;
}
.product-table td {
  background-color: #FFFFFF;
}
.product-table td:nth-child(2) {
  white-space: nowrap;
  text-align: center;
}
.product-table td:nth-child(5) {
  white-space: nowrap;
}
.product-table img {
  width: 65px;
}
.product-table .name {
  text-align: center;
  margin-top: -10px;
}

.product-info {
  padding: 0 15px;
}
@media (min-width: 1024px) {
  .product-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.product-info .gallery {
  max-width: 710px;
}
@media (min-width: 1024px) {
  .product-info .gallery {
    max-width: 260px;
    order: 2;
  }
}
.product-info .spec {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .product-info .spec {
    margin-top: 0;
    max-width: 365px;
    order: 1;
  }
}
.product-info .spec .heading {
  font-size: 1.1rem;
  color: #666666;
  font-weight: normal;
  padding: 0 3px;
  border: 1px solid #A3A3A3;
  margin-right: 10px;
  flex-shrink: 0;
  align-self: flex-start;
}
.product-info .spec .data {
  display: flex;
}
.product-info .spec .data + .data {
  margin-top: 15px;
}
.product-info .spec .btns {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product-info .spec .btns {
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  .product-info .spec .btnlink {
    margin-left: 0;
  }
}
.product-info .spec .btnlink + .btnlink {
  margin-top: 20px;
}
.product-info .spec .add {
  border: 5px solid #E89794;
  background-color: #FCEFEE;
  padding: 15px 30px;
  width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  position: relative;
}
@media (min-width: 1024px) {
  .product-info .spec .add {
    margin-left: 0;
  }
}
.product-info .spec .add .close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  background-color: #E89794;
}
.product-info .spec .add .close::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 11px;
  right: 3px;
  background-color: #FFFFFF;
  transform: rotate(45deg);
}
.product-info .spec .add .close::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  top: 11px;
  right: 3px;
  background-color: #FFFFFF;
  transform: rotate(-45deg);
}
.product-info .spec .add .message {
  font-weight: bold;
  color: #C92C20;
}
.product-info .spec .add .link {
  color: #C92C20;
  border: 1px solid #F8DEDE;
  padding: 8px 30px;
  background-color: #FFFFFF;
  margin-top: 8px;
  display: flex;
  align-items: center;
}
.product-info .spec .add .link::before {
  content: "";
  background-image: url(../images/common/addlink_icon.svg);
  width: 13px;
  height: 12px;
  margin-right: 5px;
}
.product-info .manual {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 15px;
  margin-top: 30px;
  background-color: #FFFFFF;
}
@media (min-width: 1024px) {
  .product-info .manual {
    width: 100%;
    order: 3;
    margin-top: 50px;
    display: flex;
    padding: 10px 15px;
  }
}
.product-info .manual .heading {
  font-size: 1.6rem;
  color: #666666;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 13px 10px;
}
@media (min-width: 1024px) {
  .product-info .manual .heading {
    line-height: 1.1;
    padding: 5px 30px 0 0;
    border-bottom: none;
    border-right: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  .product-info .manual .heading .small {
    font-size: 1.1rem;
    line-height: 1;
  }
}
.product-info .manual .list {
  padding: 13px 10px 0;
}
@media (min-width: 1024px) {
  .product-info .manual .list {
    padding: 0 0 0 15px;
  }
}
.product-info .manual .item + .item {
  margin-top: 8px;
}
.product-info .manual .link {
  display: flex;
  font-size: 1.2rem;
  text-decoration: none;
}
@media (min-width: 1024px) {
  .product-info .manual .link {
    font-size: 1.4rem;
  }
}
.product-info .manual .link::before {
  content: "";
  background-image: url(../images/common/link_icon.svg);
  width: 4px;
  height: 6px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 6px;
}
.product-info .related {
  border: 1px solid #CCCCCC;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product-info .related {
    order: 3;
  }
}
.product-info .related .heading {
  font-size: 1.6rem;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
  background-image: linear-gradient(to bottom, #fefefe, #f3f3f3);
}
@media (min-width: 1024px) {
  .product-info .related .heading {
    font-size: 1.4rem;
  }
}
.product-info .related .list {
  border-top: 3px solid #EEEEEE;
  display: flex;
  padding: 20px 15px 25px;
  overflow: auto;
}
.product-info .related .list .item {
  width: 120px;
  padding: 5px;
  background-color: #EEEEEE;
  flex-shrink: 0;
}
.product-info .related .list .item + .item {
  margin-left: 15px;
}
.product-info .related .list .link {
  text-decoration: none;
}
.product-info .related .list .img {
  border: 1px solid #CCCCCC;
}
.product-info .related .list .name {
  text-align: center;
}

.product-feature .page-header {
  padding: 0;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .product-feature .page-header {
    margin: 0;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .product-feature .page-title {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  .product-feature .page-content {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  .product-feature .dataset {
    display: flex;
  }
}
.product-feature .data {
  border: 1px solid #EFEDEA;
  background-color: #FBF9F7;
}
@media (min-width: 1024px) {
  .product-feature .data {
    flex: 1;
  }
}
.product-feature .data .heading {
  font-size: 1.8rem;
  color: #4A3C93;
  background-color: #E9E8F2;
  padding: 5px 15px;
}
@media (min-width: 1024px) {
  .product-feature .data .heading {
    font-size: 2.4rem;
    padding: 5px 20px;
  }
}
.product-feature .data .content {
  padding: 15px;
}
@media (min-width: 1024px) {
  .product-feature .data .content {
    padding: 20px;
  }
}
.product-feature .data .list .item + .item {
  margin-top: 10px;
}
.product-feature .data .list .item::before {
  content: "●";
  color: #4A3C93;
  margin-right: 5px;
}
.product-feature .data + .data {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .product-feature .data + .data {
    margin-top: 0;
    margin-left: 20px;
  }
}
.product-feature .data._example .heading {
  color: #194775;
  background-color: #E1EEFC;
}
.product-feature .data._example .list .item::before {
  color: #194775;
}
.product-feature .text {
  margin-top: 30px;
}
.product-feature .text * + * {
  margin-top: 15px;
}
.product-feature .text .mail {
  width: auto;
  height: 16px;
  vertical-align: middle;
}

#product-gallery-swiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
}
#product-gallery-swiper .swiper-slide img {
  border: 2px solid #EEEEEE;
  box-shadow: 0 0 0 1px #CCCCCC;
}

#product-thumbnails-swiper {
  margin-top: 20px;
}
#product-thumbnails-swiper .swiper-wrapper {
  justify-content: center;
}
#product-thumbnails-swiper .swiper-slide {
  border: 2px solid #EEEEEE;
  width: 55px;
}
#product-thumbnails-swiper .swiper-slide img {
  width: 55px;
}

.topiclist-section .section-content {
  margin-top: 0;
}
.topiclist-section .heading {
  font-size: 1.6rem;
  font-weight: normal;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}
.topiclist-section .heading .link {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  text-decoration: none;
}
.topiclist-section .heading .link::before {
  content: "";
  margin-right: 5px;
}
.topiclist-section .heading .link:nth-of-type(1) {
  margin-left: auto;
}
.topiclist-section .heading .link:nth-of-type(1)::before {
  background-image: url(../images/common/rss.svg);
  background-size: contain;
  width: 12px;
  height: 12px;
}
.topiclist-section .heading .link.link:nth-of-type(2) {
  margin-left: 25px;
}
.topiclist-section .heading .link.link:nth-of-type(2)::before {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  border: 3px solid transparent;
  border-left: 4px solid #118BD9;
}
.topiclist-section .topic-list {
  list-style: none;
  padding-left: 0;
}
.topiclist-section .topic-list .item {
  background-image: linear-gradient(to right, #000000 1px, transparent 1px, transparent 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
.topiclist-section .topic-list .link {
  padding: 18px 0 10px;
  text-decoration: none;
  display: flex;
}
.topiclist-section .topic-list .link::before {
  content: "";
  width: 0;
  height: 0;
  flex-shrink: 0;
  margin-top: 6px;
  margin-right: 5px;
  border: 3px solid transparent;
  border-left: 4px solid rgba(80, 67, 145, 0.75);
}

.topic-entry .entry-header .meta {
  display: flex;
}
.topic-entry .entry-header .category {
  padding: 0 10px;
  color: #FFFFFF;
  margin-left: 23px;
}
.topic-entry .entry-header .category._important {
  background-color: #D30000;
}
.topic-entry .entry-header .category._exhibition {
  background-color: #94566E;
}
.topic-entry .entry-header .category._newsrelease {
  background-color: #567849;
}
.topic-entry .entry-header .category._productsinfo {
  background-color: #467488;
}
.topic-entry .entry-header .title {
  margin-top: 8px;
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
  z-index: 100;
  position: absolute;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__container {
  background-color: #fff;
  max-width: 100vw;
  max-height: 90vh;
  border-radius: 4px;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 0;
  outline: none;
}

.modal__header .modal__close:before {
  font-size: 3em;
  content: "✕";
  color: #333333;
}

.modal__content {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  max-height: calc(90vh - 100px);
}
@media (min-width: 560px) {
  .modal__content {
    overflow: inherit;
    max-height: none;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

#home .page-content {
  margin-top: 0;
}

#home-mainvisual {
  padding-top: 15px;
  background-image: linear-gradient(to bottom, #666666, transparent);
}
@media (min-width: 1024px) {
  #home-mainvisual {
    padding-top: 20px;
  }
}
#home-mainvisual .swiper-area {
  position: relative;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-slide picture {
    width: 960px;
    height: 349px;
  }
}
#home-mainvisual .swiper-slide picture:nth-child(2) img {
  max-width: 90%;
  height: auto;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-slide picture:nth-child(2) img {
    max-width: 50%;
  }
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-slide img {
    width: 960px;
    height: 349px;
  }
}
#home-mainvisual .swiper-button-prev {
  background-image: linear-gradient(to right, #f4f0f0, #f0f0f0);
  background-size: contain;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
  left: 5px;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-prev {
    left: -30px;
  }
}
#home-mainvisual .swiper-button-prev::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-prev::after {
    font-size: 3rem;
  }
}
#home-mainvisual .swiper-button-next {
  background-image: linear-gradient(to left, #f4f0f0, #f0f0f0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.23));
  right: 5px;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-next {
    right: -30px;
  }
}
#home-mainvisual .swiper-button-next::after {
  font-size: 2.5rem;
}
@media (min-width: 1024px) {
  #home-mainvisual .swiper-button-next::after {
    font-size: 3rem;
  }
}

#home-product {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #home-product {
    margin-top: 30px;
    overflow: hidden;
  }
}

#home-bnrs {
  margin-top: 40px;
}
#home-bnrs .block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  #home-bnrs .block {
    flex-wrap: nowrap;
  }
}
#home-bnrs .bnrlink:nth-child(1) {
  width: 100%;
}
#home-bnrs .bnrlink:nth-child(2) {
  margin-top: 15px;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1024px) {
  #home-bnrs .bnrlink:nth-child(2) {
    margin-top: 0;
    margin-left: 20px;
  }
}
#home-bnrs .bnrlink:nth-child(3) {
  margin-top: 15px;
  margin-left: 15px;
  width: calc((100% - 15px) / 2);
}
@media (min-width: 1024px) {
  #home-bnrs .bnrlink:nth-child(3) {
    margin-top: 0;
    margin-left: 20px;
  }
}
#home-bnrs .lity-hide {
  display: none;
}

#home-important {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #home-important {
    margin-top: 40px;
  }
}
#home-important .heading {
  color: #D23232;
  background-image: linear-gradient(to bottom, #FFFBFB, #F4EEEE);
  border-top: 2px solid #B21120;
}

#home-topic {
  margin-top: 40px;
}

#modal-profile .modal__container {
  width: 100%;
}
@media (min-width: 1024px) {
  #modal-profile .modal__container {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 760px;
  }
}
#modal-profile .modal__container .video {
  width: 100%;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #modal-profile .modal__container .video {
    max-width: 760px;
  }
}

.product._two_column .page-aside {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product._two_column .page-aside {
    margin-top: 0;
  }
}

#productIndex-product {
  margin-top: 60px;
}
@media (min-width: 1024px) {
  #productIndex-product {
    margin-top: 35px;
  }
}
#productIndex-product .heading {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 5px;
}
#productIndex-product .heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/product/index/heading_icon.svg);
  margin-right: 10px;
  flex-shrink: 0;
}
#productIndex-product .section-content {
  margin-top: 20px;
}
#productIndex-product .swiper-area {
  overflow: hidden;
}
@media (min-width: 1024px) {
  #productIndex-product .swiper-area {
    overflow: inherit;
  }
}

.contact-block {
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  padding: 1px;
}
.contact-block .heading {
  font-size: 1.6rem;
  display: flex;
  padding: 10px 20px;
  align-items: center;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-image: linear-gradient(to bottom, #f4f3f3, #eee);
}
@media (min-width: 1024px) {
  .contact-block .heading {
    font-size: 1.4rem;
  }
}
.contact-block .heading::before {
  content: "";
  background-image: url(../images/common/form_icon_black.svg);
  background-position: center center;
  background-size: contain;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 7px;
}
.contact-block .content {
  padding: 20px;
}
@media (min-width: 1024px) {
  .contact-block .content {
    font-size: 1.2rem;
    padding: 10px;
  }
}
.contact-block .content .btnlink {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  .contact-block .content .btnlink {
    width: 95%;
    margin-top: 10px;
    font-size: 1.2rem;
    height: 35px;
  }
}

@media (min-width: 1024px) {
  #sensorIndex-list .section-content {
    position: relative;
    padding-top: 10px;
  }
}
#sensorIndex-list .note {
  display: flex;
}
@media (min-width: 1024px) {
  #sensorIndex-list .note {
    flex-wrap: wrap;
    position: absolute;
    right: 0;
    top: -95px;
    width: 462px;
  }
}
#sensorIndex-list .note .text {
  display: none;
}
@media (min-width: 1024px) {
  #sensorIndex-list .note .text {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1024px) {
  #sensorIndex-list .note .text img {
    width: auto;
  }
}
#sensorIndex-list .bnrlink {
  flex: 1;
}
@media (min-width: 1024px) {
  #sensorIndex-list .bnrlink {
    flex: 1 0 auto;
  }
}
#sensorIndex-list .bnrlink + .bnrlink {
  margin-left: 20px;
}
#sensorIndex-list .search-box {
  margin-top: 30px;
}
#sensorIndex-list .search-box .search {
  border: 1px solid #CCCCCC;
  padding: 20px;
}
#sensorIndex-list .search-box .result {
  margin-top: 20px;
}
#sensorIndex-list .list {
  margin-top: 10px;
}

@media (min-width: 1024px) {
  #alcoholcheckerIndex-list .section-content {
    position: relative;
    padding-top: 20px;
  }
}
#alcoholcheckerIndex-list .bnrlink {
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  width: 220px;
}
@media (min-width: 1024px) {
  #alcoholcheckerIndex-list .bnrlink {
    position: absolute;
    right: 0;
    top: -80px;
    margin-top: 0;
    width: 265px;
  }
}

.topic .aside-nav {
  display: block;
}

#topicEntry-article .heading {
  font-size: 1.6rem;
  font-weight: normal;
  display: flex;
  align-items: center;
  padding: 6px 10px 2px;
  background-image: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
  border-top: 2px solid #504391;
  border-bottom: 1px solid #FFFFFF;
  box-shadow: 0px 1px 0px #CCCCCC;
}
#topicEntry-article .meta {
  margin-top: 10px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #topicEntry-article .meta {
    font-size: 1.4rem;
  }
}
@media (min-width: 1024px) {
  #topicEntry-article .dateset {
    margin-left: auto;
  }
}
#topicEntry-article .categoryset {
  margin-left: 30px;
}
#topicEntry-article .categoryset .category {
  margin-left: 15px;
}
#topicEntry-article .entry-content {
  margin-top: 30px;
  padding-bottom: 55px;
  background-image: linear-gradient(to right, #333333 1px, #FFFFFF 1px, #FFFFFF 4px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: center bottom;
}
#topicEntry-article .entry-content * + * {
  margin-top: 30px;
}
#topicEntry-article .entry-content a {
  color: #f25b00;
  text-decoration: none;
}
#topicEntry-article .entry-content a:hover {
  text-decoration: underline;
}
#topicEntry-article .entry-content img {
  width: auto;
}
#topicEntry-article .entry-pagination {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#topicEntry-article .entry-pagination .prev,
#topicEntry-article .entry-pagination .next {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  flex: 1;
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .prev,
  #topicEntry-article .entry-pagination .next {
    display: flex;
  }
}
#topicEntry-article .entry-pagination .prev::before,
#topicEntry-article .entry-pagination .next::before {
  content: "";
  display: block;
  background-image: url(../images/common/pagination_icon.svg);
  width: 4px;
  height: 6px;
  flex-shrink: 0;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .prev::before,
  #topicEntry-article .entry-pagination .next::before {
    margin: 8px 10px 0 0;
  }
}
#topicEntry-article .entry-pagination .next {
  margin-left: 40px;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .next {
    text-align: right;
  }
}
#topicEntry-article .entry-pagination .next::before {
  margin-left: auto;
  transform: rotate(180deg);
}
@media (min-width: 1024px) {
  #topicEntry-article .entry-pagination .next::before {
    order: 2;
    margin-left: 10px;
    margin-right: 0;
  }
}

.movie .tab-section {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 320px) {
  .movie .tab-section {
    margin-top: 100px;
  }
}
@media (min-width: 1024px) {
  .movie .tab-section {
    margin-top: 35px;
  }
}
.movie .tab-section::after {
  content: "";
  width: 80px;
  height: 96px;
  position: absolute;
  right: 10px;
  top: -96px;
  background-image: url(../images/movie/illust.png);
}
@media (min-width: 1024px) {
  .movie .tab-section::after {
    top: -56px;
  }
}
@media (min-width: 1024px) {
  .movie .tab-list {
    margin: 0 100px;
  }
}
@media (min-width: 1024px) {
  .movie .tab-list._under {
    margin: 0 100px;
  }
}
.movie .tab-content {
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .movie .tab-content {
    padding: 20px 15px 35px;
  }
}
.movie .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  .movie .flex {
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
}
.movie .flex + .flex {
  margin-top: 35px;
}
.movie .folder {
  max-width: 315px;
  background-image: url(../images/movie/folder_top.png), url(../images/movie/folder_bottom.png);
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  padding-top: 55px;
  padding-bottom: 22px;
}
@media (max-width: 320px) {
  .movie .folder {
    padding-top: 45px;
  }
}
@media (min-width: 1024px) {
  .movie .folder {
    max-width: 340px;
    background-size: 340px;
    margin: 0;
    padding-bottom: 25px;
  }
}
.movie .folder .shoulder {
  position: absolute;
  font-size: 1.1rem;
  top: 2px;
  left: 20px;
  color: #4A3C93;
  font-weight: bold;
}
@media (max-width: 320px) {
  .movie .folder .shoulder {
    font-size: 1rem;
    top: 0;
    left: 13px;
  }
}
@media (min-width: 1024px) {
  .movie .folder .shoulder {
    font-size: 1.3rem;
    top: -2px;
    left: 17px;
  }
}
.movie .folder .shoulder .number {
  font-size: 2.2rem;
}
@media (min-width: 1024px) {
  .movie .folder .shoulder .number {
    font-size: 2.7rem;
  }
}
.movie .folder .inner {
  background-image: url(../images/movie/folder_middle.png);
  background-repeat: repeat-y;
  background-size: contain;
  padding: 0 30px;
}
.movie .folder .heading {
  font-size: 1.8rem;
}
@media (max-width: 320px) {
  .movie .folder .heading {
    font-size: 1.6rem;
  }
}
@media (min-width: 1024px) {
  .movie .folder .heading {
    font-size: 2rem;
  }
}
.movie .folder .text {
  font-size: 1.2rem;
  margin-top: 10px;
}
.movie .movie {
  margin: 15px 20px 0;
}
@media (min-width: 1024px) {
  .movie .movie {
    margin: 42px 0 0 0;
    width: 310px;
  }
}
.movie .movie .player {
  display: block;
  cursor: pointer;
}
.movie .movie .player:hover {
  opacity: 0.7;
}
.movie .movie .youtube {
  display: flex;
  align-items: center;
  margin-top: 7px;
  text-decoration: underline;
  cursor: pointer;
}
.movie .movie .youtube::before {
  content: "";
  background-image: url(../images/common/movie_icon.svg);
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 5px;
}
.movie .modal .modal__content {
  margin: 50px auto 50px;
}
.movie .modal .modal__movie {
  padding: 0 15px 15px;
  display: flex;
  justify-content: center;
}
.movie .modal .modal__movie .video {
  width: 100%;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  .movie .modal .modal__movie .video {
    max-width: 760px;
    text-align: center;
  }
}
.movie .modal .modal__relative {
  padding: 15px;
  background-color: #F4F4F4;
}
.movie .modal .modal__relative .heading {
  font-size: 1.4rem;
}
.movie .modal .modal__relative .list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 560px) {
  .movie .modal .modal__relative .list {
    flex-wrap: nowrap;
  }
}
.movie .modal .modal__relative .list .item {
  width: calc((100% - 15px) / 2);
}
@media (min-width: 560px) {
  .movie .modal .modal__relative .list .item {
    flex: 1;
    max-width: 180px;
  }
}
.movie .modal .modal__relative .list .link {
  font-size: 1.2rem;
  cursor: pointer;
}
.movie .modal.modal.is-beginning-width-full .video {
  width: 760px;
}

.knowledge .tab-section {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .knowledge .tab-section {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list._under {
    margin: 35px 0 0;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list._under .btnlink::before {
    transform: rotate(0);
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item {
    flex: 0 0 auto;
    width: 31.92%;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(4) {
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(5) {
    margin-top: 15px;
  }
}
.knowledge .tab-list .item:nth-child(5) .btnlink {
  letter-spacing: -1px;
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item:nth-child(5) .btnlink {
    letter-spacing: 0;
  }
}
@media (max-width: 320px) {
  .knowledge .tab-list .item:nth-child(5) .btnlink {
    letter-spacing: -2px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item._current .btnlink {
    border-radius: 3px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .item._current .btnlink::after {
    display: none;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-list .btnlink::before {
    position: absolute;
    left: 10px;
    top: 12px;
    transform: rotate(0);
  }
}
.knowledge .tab-content {
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .knowledge .tab-content {
    margin-top: 35px;
    padding: 20px 15px 35px;
  }
}
@media (min-width: 1024px) {
  .knowledge .tab-body h2 {
    font-size: 2.6rem;
  }
}
.knowledge .tab-body .t-left {
  text-align: left;
}
.knowledge .tab-body .t-center {
  text-align: center;
}
.knowledge .tab-body .t-right {
  text-align: right;
}
.knowledge .tab-body .kome {
  margin-top: 10px;
}
.knowledge .btnlink._aqua {
  margin-top: 30px;
  height: 46px;
}
.knowledge .btnlink._aqua::before {
  content: "";
  background-image: url(../images/common/sensor_icon.svg);
  background-size: contain;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 15px;
}
.knowledge table {
  margin-top: 30px;
  border-color: #DDD8F5;
  width: 100%;
}
.knowledge table th,
.knowledge table td {
  border-color: #DDD8F5;
  vertical-align: middle;
  padding: 5px 10px;
  text-align: center;
  font-weight: normal;
}
@media (max-width: 320px) {
  .knowledge table th,
  .knowledge table td {
    font-size: 1.2rem;
    padding: 5px;
  }
}
.knowledge table thead th {
  text-align: center;
  color: #fff;
  background: #B3AFCF;
}
.knowledge table tbody th {
  background: #EEECF7;
  text-align: center;
}

#knowledgeInflammablegas-description .tab-body .img {
  margin-top: 30px;
}

#knowledgeCo-description .tab-body .color-table {
  max-width: 540px;
  margin: 30px auto 10px;
}
#knowledgeCo-description .tab-body .color-table caption {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  #knowledgeCo-description .tab-body .color-table caption {
    font-size: 1.8rem;
  }
}
#knowledgeCo-description .tab-body .color-table th {
  background-color: #847cb5;
  font-size: 16px;
  text-align: center;
}
#knowledgeCo-description .tab-body .color-table th:last-child {
  text-align: left;
  padding: 0 20px;
}
#knowledgeCo-description .tab-body .color-table td {
  padding: 0 5px;
}
#knowledgeCo-description .tab-body .color-table td:last-child {
  text-align: left;
  padding: 0 20px;
}
#knowledgeCo-description .tab-body .color-table .td-red {
  background-color: #c2414e;
  color: #fff;
}
#knowledgeCo-description .tab-body .color-table .td-lightred {
  background-color: #f7eaee;
}
#knowledgeCo-description .tab-body .color-table .td-yellow {
  background-color: #d7bb22;
  color: #fff;
}
#knowledgeCo-description .tab-body .color-table .td-lightyellow {
  background-color: #fcf2d0;
}
#knowledgeCo-description .tab-body .color-table .td-green {
  background-color: #6bab4e;
  color: #fff;
}
#knowledgeCo-description .tab-body .color-table .td-lightgreen {
  background-color: #e4f8e1;
}
#knowledgeCo-description .tab-body .table-source {
  max-width: 540px;
  margin: auto;
  font-size: 12px;
}

#knowledgeFreon-description .tab-body p + p {
  margin-top: 0;
}
#knowledgeFreon-description .tab-body .img {
  margin-top: 35px;
}
#knowledgeFreon-description .tab-body figcaption {
  font-size: 13px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #knowledgeFreon-description .tab-body figcaption {
    margin-top: 0;
    position: relative;
    left: 70px;
    max-width: 500px;
  }
}
#knowledgeFreon-description .tab-body .table-thead-less tr:first-child th,
#knowledgeFreon-description .tab-body .table-thead-less tr:first-child td {
  border-top: 1px solid #DDD8F5;
}
#knowledgeFreon-description .tab-body .product-table th:first-child {
  position: static;
  left: auto;
}
#knowledgeFreon-description .tab-body .product-table td:first-child {
  position: static;
  left: auto;
}
#knowledgeFreon-description .tab-body .product-table th.thead-left, #knowledgeFreon-description .tab-body .product-table td.thead-left {
  position: sticky;
  left: 0;
}
#knowledgeFreon-description .tab-body .product-table td:first-child::after {
  border-right: 0;
}
#knowledgeFreon-description .tab-body .product-table th:first-child::before,
#knowledgeFreon-description .tab-body .product-table td:first-child::before {
  border-left: 0;
}

#knowledgeTvoc-description .tab-body .table-wrapper table {
  width: 100%;
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  #knowledgeTvoc-description .tab-body .table-wrapper thead th:nth-child(1) {
    width: 40%;
  }
}
#knowledgeTvoc-description .tab-body .table-wrapper p {
  text-align: right;
  margin-bottom: 0;
}

#knowledgeAlcohol-description .btnlink._aqua {
  max-width: 100%;
  width: 320px;
}
#glossary {
  grid-template-columns: 220px auto;
}
#glossary .page-aside {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #glossary .page-aside {
    margin-top: 0;
    grid-column: 1/2;
    grid-row: 2/3;
  }
}
@media (min-width: 1024px) {
  #glossary .page-content {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#glossary .aside-nav {
  display: block;
  position: sticky;
  top: 70px;
}
#glossary .aside-nav .list {
  display: flex;
  flex-wrap: wrap;
  height: 258px;
}
#glossary .aside-nav .item {
  width: 50%;
}
#glossary .aside-nav .item:nth-child(1) {
  order: 1;
}
#glossary .aside-nav .item:nth-child(2) {
  order: 3;
}
#glossary .aside-nav .item:nth-child(3) {
  order: 5;
}
#glossary .aside-nav .item:nth-child(4) {
  order: 7;
}
#glossary .aside-nav .item:nth-child(5) {
  order: 9;
}
#glossary .aside-nav .item:nth-child(6) {
  order: 2;
}
#glossary .aside-nav .item:nth-child(7) {
  order: 4;
}
#glossary .aside-nav .item:nth-child(8) {
  order: 5;
}
#glossary .aside-nav .item:nth-child(9) {
  order: 8;
}
#glossary .aside-nav .item:nth-child(10) {
  order: 10;
}
#glossary .aside-nav .item:nth-child(11) {
  order: 11;
  width: 100%;
}
#glossary .aside-nav .link {
  padding: 0 10px;
}
#glossary .aside-nav .link::after {
  transform: rotate(90deg);
  order: -1;
  margin-right: 10px;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #glossary .aside-nav .link::after {
    transform: none;
  }
}

#glossary-list .block + .block {
  margin-top: 45px;
}
#glossary-list .item {
  padding-top: 15px;
  position: relative;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  #glossary-list .item {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }
}
#glossary-list .item + .item {
  margin-top: 15px;
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 1024px) {
  #glossary-list .item + .item {
    margin-top: 25px;
  }
}
#glossary-list .item::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border: 1px solid #DDDDDD;
  left: 2px;
  top: 24px;
}
#glossary-list .word {
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #glossary-list .word {
    font-size: 1.8rem;
    width: 230px;
    flex-shrink: 0;
  }
}
#glossary-list .word span {
  font-size: 1.1rem;
  color: #666666;
  display: block;
  font-weight: normal;
}
#glossary-list .description {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #glossary-list .description {
    margin-top: 0;
  }
}
#glossary-list .source {
  margin-top: 10px;
}

.company .page-title {
  font-weight: normal;
}
.company .page-lead {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .company .page-lead {
    font-size: 1.6rem;
  }
}
.company .a {
  position: relative;
  color: #0048ff;
  padding-left: 9px;
}
.company .a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #0048ff;
  transform: scale(0.3);
}
.company .a2 {
  position: relative;
  color: #333;
  padding-left: 9px;
  text-decoration: underline;
}
.company .a2::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #333;
  transform: scale(0.3);
}
.company .company-table {
  margin-bottom: 5px;
  border-collapse: collapse;
  line-height: 1.5;
}
.company .company-table th,
.company .company-table td {
  border-width: 1px;
  border-color: #ccc;
  padding: 10px 10px;
}
.company .company-table th {
  background: #ECECEC;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
  width: 30%;
}
@media (min-width: 1024px) {
  .company .company-table th {
    width: 20%;
  }
}
.company .company-table td {
  width: 70%;
}
@media (min-width: 1024px) {
  .company .company-table td {
    width: 80%;
  }
}
.company .company-table table {
  border: 0;
}
.company .company-table table th,
.company .company-table table td {
  background: none;
  border: 0;
  padding: 0 5px 0 0;
  width: auto;
}
.company .purple-title {
  font-size: 2rem;
  margin-bottom: 11px;
  color: #443786;
}
.company p + .page-menu {
  margin-top: 25px;
}
.company .page-menu {
  background: #F5F5F5;
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .company .page-menu {
    padding: 6px 0 6px 10px;
  }
}
.company .page-menu ul {
  padding-left: 0;
  line-height: 3;
}
@media (min-width: 1024px) {
  .company .page-menu ul {
    line-height: 1.7;
  }
}
.company .page-menu li {
  display: inline-block;
  margin-right: 15px;
}
.company .page-menu a {
  padding-left: 13px;
  text-decoration: underline;
  color: #555;
  position: relative;
}
.company .page-menu a::before {
  position: absolute;
  content: "";
  top: 0;
  left: -7px;
  width: 0;
  height: 0;
  border-top: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #555;
  transform: scale(0.3) rotate(90deg);
}
.company .page-menu a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .company.page._two_column .page-aside {
    grid-row: 2/3;
  }
}
.company .aside-banner {
  margin-left: 15px;
  margin-right: 15px;
}
@media (min-width: 1024px) {
  .company .aside-banner {
    margin-left: 0;
    margin-right: 0;
  }
}

#companyIndex .group + .group {
  margin-top: 25px;
}
#companyIndex .index-list .link {
  width: auto;
}
#companyIndex .index-list + .index-list {
  margin-top: 25px;
}
#companyIndex h2 {
  padding-left: 18px;
  margin-bottom: 20px;
  border-bottom: 1px solid #9A9A9A;
  color: #555;
  font-size: 17px;
  line-height: 27px;
  position: relative;
}
#companyIndex h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 5px solid #656565;
  border-right: 5px solid #656565;
  border-bottom: 5px solid #464646;
  border-left: 5px solid #464646;
}

#company50th .wrapper,
#company50th .ttl {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#company50th .banner {
  margin-bottom: 20px;
}
#company50th .ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  color: #4a3c92;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  #company50th .ttl {
    margin-bottom: 30px;
    font-size: 3.4rem;
  }
}
#company50th .copy {
  color: #4a3c92;
  margin-bottom: 30px;
  padding-left: 31px;
  padding-right: 31px;
}
#company50th .copy p {
  display: inline;
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  #company50th .copy {
    margin-left: 5em;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  #company50th .copy p {
    display: block;
  }
  #company50th .copy p:last-child {
    margin-left: 7em;
  }
}
#company50th .wrapper {
  background: url(../images/company/50th/bg.jpeg) center center/160px repeat;
  padding: 60px 20px;
}
@media (min-width: 1024px) {
  #company50th .wrapper {
    padding: 110px 160px 80px;
  }
}
#company50th .ceo {
  display: flex;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  #company50th .ceo {
    display: block;
    overflow: hidden;
    margin-right: -60px;
  }
}
#company50th .ceo .name,
#company50th .ceo .pic {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #company50th .ceo .name,
  #company50th .ceo .pic {
    float: right;
  }
}
#company50th .ceo .name {
  order: 0;
  flex: 0 0 auto;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  #company50th .ceo .name {
    position: relative;
    height: 209px;
    margin-top: 0;
    margin-right: 0;
    flex: inherit;
  }
}
#company50th .ceo .pic {
  order: 1;
  margin-left: auto;
  flex: 1 1 100%;
}
@media (min-width: 1024px) {
  #company50th .ceo .pic {
    margin-left: inherit;
  }
}
#company50th .ceo .item {
  margin-top: auto;
}
@media (min-width: 1024px) {
  #company50th .ceo .item {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 260px;
  }
}
#company50th .ceo .item span {
  display: block;
}
@media (min-width: 1024px) {
  #company50th .ceo .item span {
    display: inline;
  }
}
#company50th .ceo .lg {
  font-size: 1.8rem;
  margin-left: 24px;
}
@media (min-width: 1024px) {
  #company50th .ceo .lg {
    font-size: 2.4rem;
  }
}
#company50th p {
  font-size: 1.4rem;
  margin-bottom: 25px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  #company50th p {
    font-size: 1.6rem;
  }
}
#company50th time {
  font-size: 16px;
}

#companyFgd2030 .purple {
  color: #443786;
}
#companyFgd2030 ul {
  padding-left: 0;
}
@media (min-width: 1024px) {
  #companyFgd2030 ul {
    padding-left: 2em;
  }
}
#companyFgd2030 .pagetitle {
  font-size: 2rem;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  #companyFgd2030 .pagetitle {
    font-size: 3rem;
  }
}
#companyFgd2030 .copy {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .copy {
    padding-left: 0;
    padding-right: 0;
    width: 600px;
  }
}
@media (min-width: 1024px) {
  #companyFgd2030 .copy img {
    width: 600px;
  }
}
#companyFgd2030 .subcopy {
  display: block;
  color: #6c61a0;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .subcopy {
    margin-top: 19px;
    font-size: 3rem;
  }
}
#companyFgd2030 .fgd2030-title {
  width: 100px;
  margin-top: 4px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .fgd2030-title {
    width: auto;
    font-size: 3rem;
  }
}
#companyFgd2030 .fgd2030-subtitle {
  display: block;
  color: #a0a0a0;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  margin-top: 13px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #companyFgd2030 .fgd2030-subtitle {
    font-size: 1.8rem;
  }
}
#companyFgd2030 img {
  max-width: 100%;
  width: auto;
}
#companyFgd2030 .wrapper {
  padding-top: 40px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper {
    padding-top: 78px;
  }
}
#companyFgd2030 .wrapper .block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 40px;
  margin: 60px auto;
  max-width: 840px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block {
    flex-direction: row;
    order: inherit;
  }
}
#companyFgd2030 .wrapper .block .txtgroup {
  flex-grow: 1;
  font-weight: bold;
  order: 1;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block .txtgroup {
    font-size: 1.8rem;
    order: inherit;
  }
}
#companyFgd2030 .wrapper .block .txtgroup ul li {
  display: flex;
  gap: 5px;
}
#companyFgd2030 .wrapper .block .txtgroup ul li:not(:first-child) {
  margin-top: 30px;
}
#companyFgd2030 .wrapper .block .txtgroup ul li::before {
  content: "■";
  color: #8178AD;
  font-size: 3rem;
  line-height: 0.6;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block .txtgroup ul li::before {
    line-height: 1;
  }
}
#companyFgd2030 .wrapper .block .txtgroup .text {
  margin-top: 30px;
}
#companyFgd2030 .wrapper .block .img {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  order: 0;
  margin-left: 60px;
  margin-right: 60px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .block .img {
    margin-left: 0;
    margin-right: 0;
    order: inherit;
    width: 350px;
  }
}
#companyFgd2030 .wrapper .box {
  background-color: #F8F8F8;
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .box {
    padding: 40px 60px;
  }
}
#companyFgd2030 .wrapper .box ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyFgd2030 .wrapper .box ul li {
    gap: 20px;
    flex-direction: row;
  }
}
#companyFgd2030 .wrapper .box ul li:not(:first-child) {
  margin-top: 40px;
}
#companyFgd2030 .wrapper .box ul li .img {
  width: 160px;
  flex: 0 0 auto;
  filter: drop-shadow(0px 0px 20px rgba(143, 73, 172, 0.2));
}
#companyFgd2030 .wrapper .box ul li:nth-child(2) .img {
  filter: drop-shadow(0px 0px 20px rgba(53, 118, 149, 0.2));
}
#companyFgd2030 .wrapper .box ul li:nth-child(3) .img {
  filter: drop-shadow(0px 0px 20px rgba(129, 159, 57, 0.2));
}
#companyFgd2030 .wrapper .box ul li .txtgroup {
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none) {
  #companyFgd2030 .wrapper {
    /* IE11 */
    /* IE11 */
  }
  #companyFgd2030 .wrapper *::-ms-backdrop, #companyFgd2030 .wrapper .box ul li .txtgroup {
    margin-left: 125px;
  }
  #companyFgd2030 .wrapper *::-ms-backdrop, #companyFgd2030 .wrapper .box ul li.last .txtgroup {
    margin-left: 84px;
  }
}
#companyFgd2030 .wrapper .box ul li .txtgroup h3 {
  font-size: 18px;
}
#companyFgd2030 .wrapper .box ul li .txtgroup p {
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 0;
}

#companyHistory .page-header {
  padding: 0;
  margin-top: 1px;
}
@media (min-width: 1024px) {
  #companyHistory .page-header {
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #companyHistory .page-title {
    width: 1400px;
    margin-left: calc((100% - 960px - 440px) / 2);
  }
}

#companyHistory-list .lead {
  color: #4A3C93;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.17);
}
@media (min-width: 1024px) {
  #companyHistory-list .lead {
    margin-top: -215px;
    font-size: 1.8rem;
    text-align: center;
  }
}
#companyHistory-list .lead p + p {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #companyHistory-list .lead p + p {
    margin-top: 0;
  }
}
#companyHistory-list .history-content {
  margin-top: 50px;
}
#companyHistory-list .history-set {
  display: flex;
  flex-wrap: wrap;
}
#companyHistory-list .history-set > .year {
  width: 100%;
  background-image: linear-gradient(to left, #C7BFF2 5px, #F5F4FA 5px);
  background-size: 40%;
  background-repeat: repeat-y;
}
@media (min-width: 630px) {
  #companyHistory-list .history-set > .year {
    background-size: 240px;
  }
}
#companyHistory-list .history-set > .year img {
  width: 70px;
  margin-left: calc(40% - 37px);
  margin-top: -20px;
}
@media (min-width: 630px) {
  #companyHistory-list .history-set > .year img {
    margin-left: 201px;
  }
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set > .year img {
    width: 123px;
    margin-left: 174px;
  }
}
#companyHistory-list .history-set .sales {
  flex: 0 0 40%;
  background-color: #F5F4FA;
  border-right: 5px solid #C7BFF2;
  padding: 25px 8px 70px;
  max-width: 240px;
}
#companyHistory-list .history-set .sales .intro {
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
}
#companyHistory-list .history-set .sales .intro .heading {
  color: #FFFFFF;
  font-size: 1.4rem;
  padding: 5px;
  background-color: #4A3C93;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .sales .intro .heading {
    text-align: center;
  }
}
#companyHistory-list .history-set .sales .intro .note {
  font-size: 1.2rem;
  margin-top: 15px;
}
#companyHistory-list .history-set .sales .item {
  background-color: #FFFFFF;
  padding: 10px 5px;
  max-width: 170px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 0 20px rgba(74, 60, 147, 0.16);
}
#companyHistory-list .history-set .sales .item + .item {
  margin-top: 25px;
}
#companyHistory-list .history-set .sales .item .img {
  text-align: center;
}
#companyHistory-list .history-set .sales .item .img img {
  width: auto;
  max-width: 100%;
}
#companyHistory-list .history-set .sales .item .number {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 3px;
}
#companyHistory-list .history-set .sales .item .text {
  margin-top: 3px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
#companyHistory-list .history-set .sales .item.tgs109 {
  margin-top: 240px;
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs109 {
    margin-top: 150px;
  }
}
#companyHistory-list .history-set .sales .item.tgs8 {
  margin-top: 320px;
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs8 {
    margin-top: 180px;
  }
}
#companyHistory-list .history-set .sales .item.tgs203 {
  margin-top: 1000px;
}
@media (min-width: 400px) {
  #companyHistory-list .history-set .sales .item.tgs203 {
    margin-top: 850px;
  }
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs203 {
    margin-top: 650px;
  }
}
#companyHistory-list .history-set .sales .item.tgs21 {
  margin-top: 500px;
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs21 {
    margin-top: 350px;
  }
}
#companyHistory-list .history-set .sales .item.tgs38 {
  margin-top: 50px;
}
#companyHistory-list .history-set .sales .item.tgs68 {
  margin-top: 50px;
}
#companyHistory-list .history-set .sales .item.tgs81 {
  margin-top: 750px;
}
@media (min-width: 400px) {
  #companyHistory-list .history-set .sales .item.tgs81 {
    margin-top: 650px;
  }
}
@media (min-width: 600px) {
  #companyHistory-list .history-set .sales .item.tgs81 {
    margin-top: 550px;
  }
}
#companyHistory-list .history-set .sales .item.tgs26 .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.tgs81 .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.tgs51 .number {
  margin-top: -5px;
}
#companyHistory-list .history-set .sales .item.cgm6812 .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.cdm .number {
  margin-top: -10px;
}
#companyHistory-list .history-set .sales .item.ngm-lpm .number {
  letter-spacing: -1px;
}
@media (min-width: 400px) {
  #companyHistory-list .history-set .sales .item.ngm-lpm .number {
    letter-spacing: 0;
  }
}
#companyHistory-list .history-set._1960 > .year {
  background-image: linear-gradient(to left, #C7BFF2 5px, #FFFFFF 5px);
  background-position: left top 20px;
  background-repeat: no-repeat;
}
#companyHistory-list .history-set._1970 > .year {
  background-image: linear-gradient(to left, #C1B9E5 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._1970 .sales {
  border-color: #C1B9E5;
}
#companyHistory-list .history-set._1980 > .year {
  background-image: linear-gradient(to left, #ADA2DE 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._1980 .sales {
  border-color: #ADA2DE;
}
#companyHistory-list .history-set._1990 > .year {
  background-image: linear-gradient(to left, #9486D3 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._1990 .sales {
  border-color: #9486D3;
}
#companyHistory-list .history-set._2000 > .year {
  background-image: linear-gradient(to left, #7362C7 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._2000 .sales {
  border-color: #7362C7;
}
#companyHistory-list .history-set._2010 > .year {
  background-image: linear-gradient(to left, #6F62AF 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._2010 .sales {
  border-color: #6F62AF;
}
#companyHistory-list .history-set._2020 > .year {
  background-image: linear-gradient(to left, #4c3c9d 5px, #F5F4FA 5px);
}
#companyHistory-list .history-set._2020 .sales {
  border-image: linear-gradient(#4c3c9d 0%, #4c3c9d 0%, rgba(76, 60, 157, 0.6) 71.92%, rgba(76, 60, 157, 0.56) 94.58%, rgba(76, 60, 157, 0) 100%);
  border-image-slice: 1;
}
#companyHistory-list .history-set .event {
  flex: 0 0 60%;
  padding-top: 25px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event {
    flex: 1 0 60%;
    padding-bottom: 90px;
  }
}
#companyHistory-list .history-set .event .item {
  position: relative;
  padding-left: 32px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item {
    padding-left: 95px;
  }
}
#companyHistory-list .history-set .event .item + .item {
  margin-top: 25px;
}
#companyHistory-list .history-set .event .item .year {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .year {
    font-size: 1.6rem;
  }
}
#companyHistory-list .history-set .event .item .year::before {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 1px;
  border-top: 1px solid #707070;
  top: 11px;
  left: 0px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .year::before {
    width: 69px;
  }
}
#companyHistory-list .history-set .event .item .year::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 7px;
  left: 15px;
  border-radius: 50%;
  background-color: #C7BFF2;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .year::after {
    left: 69px;
    width: 16px;
    height: 16px;
    top: 5px;
  }
}
#companyHistory-list .history-set .event .item .year + .action {
  margin-top: 4px;
}
#companyHistory-list .history-set .event .item .action {
  font-size: 1.4rem;
  color: #4A3C93;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .action {
    font-size: 1.6rem;
  }
}
#companyHistory-list .history-set .event .item .body {
  margin-left: 15px;
}
#companyHistory-list .history-set .event .item .body figure {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure {
    display: flex;
    align-items: flex-end;
  }
}
#companyHistory-list .history-set .event .item .body figure._s img {
  width: 62px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure._s img {
    width: 85px;
  }
}
#companyHistory-list .history-set .event .item .body figure._m img {
  width: 120px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure._m img {
    width: 156px;
  }
}
#companyHistory-list .history-set .event .item .body figure._l img {
  width: 150px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figure._l img {
    width: 208px;
  }
}
#companyHistory-list .history-set .event .item .body figcaption {
  font-size: 1.2rem;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #companyHistory-list .history-set .event .item .body figcaption {
    margin-left: 15px;
  }
}
#companyHistory-list .history-set .event .item .body figcaption h3 {
  font-size: 1.2rem;
  line-height: 1.7;
}

#companyOutline .block:not(:first-child) {
  margin-top: 45px;
}
@media (min-width: 1024px) {
  #companyOutline .block p {
    font-size: 1.6rem;
  }
}
#companyOutline .block p + table {
  margin-top: 16px;
}
#companyOutline .block .in-table {
  display: block;
}
#companyOutline .block .in-table th, #companyOutline .block .in-table td {
  display: block;
}
@media (min-width: 1024px) {
  #companyOutline .block .in-table {
    width: auto;
    display: table;
  }
  #companyOutline .block .in-table th, #companyOutline .block .in-table td {
    display: table-cell;
  }
}
#companyOutline .block .in-table2 {
  width: auto;
  display: block;
}
#companyOutline .block .in-table2 th, #companyOutline .block .in-table2 td {
  text-align: left;
}
#companyOutline .block .in-table2 tr {
  display: block;
  margin-top: 1em;
}
@media (min-width: 1024px) {
  #companyOutline .block .in-table2 ._pc_only {
    display: inline;
  }
}
@media (min-width: 1024px) {
  #companyOutline .block .in-table2 {
    display: table;
  }
  #companyOutline .block .in-table2 th, #companyOutline .block .in-table2 td {
    display: table-cell;
  }
  #companyOutline .block .in-table2 tr {
    display: inherit;
    margin-top: 0;
  }
}
#companyOutline .block .company-table table tr:first-child td:first-child {
  vertical-align: top;
}

#companyGroup .wrapper .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item {
    height: 195px;
    flex-direction: row;
  }
}
#companyGroup .wrapper .item:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item:not(:first-child) {
    margin-top: 28px;
  }
}
#companyGroup .wrapper .item .img {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item .img {
    flex: 0 0 232px;
  }
}
#companyGroup .wrapper .item .txtgroup {
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item .txtgroup {
    margin-top: 0;
    margin-left: 30px;
  }
}
#companyGroup .wrapper .item .txtgroup p:not(:first-child) {
  margin-top: 10px;
}
#companyGroup .wrapper .item .heading {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}
#companyGroup .wrapper .item .heading a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #companyGroup .wrapper .item .heading {
    font-size: 2rem;
  }
}

#companyQualityControl img {
  width: auto;
  max-width: 100%;
}
#companyQualityControl .wrapper .indent-list li {
  list-style-type: none;
}
#companyQualityControl .wrapper .indent-list li:before {
  content: "";
  width: 2px;
  height: 2px;
  display: inline-block;
  border-radius: 100%;
  background: #333;
  position: relative;
  left: -12px;
  top: -6px;
}
#companyQualityControl .wrapper .block:not(:first-child) {
  margin-top: 45px;
}
#companyQualityControl .wrapper .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item {
    flex-direction: row;
  }
}
#companyQualityControl .wrapper .item:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item:not(:first-child) {
    margin-top: 28px;
  }
}
#companyQualityControl .wrapper .item .img {
  flex: 0 0 100%;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item .img {
    flex: 0 0 auto;
  }
}
#companyQualityControl .wrapper .item .img img {
  border: 1px solid #e5e5e5;
}
#companyQualityControl .wrapper .item .txtgroup {
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item .txtgroup {
    margin-top: 0;
    margin-left: 30px;
  }
}
#companyQualityControl .wrapper .item .txtgroup p:not(:first-child) {
  margin-top: 10px;
}
#companyQualityControl .wrapper .item .heading {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}
#companyQualityControl .wrapper .item .heading a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item .heading {
    font-size: 2rem;
  }
}
@media (min-width: 1024px) {
  #companyQualityControl .wrapper .item._reverse .img {
    order: 1;
  }
  #companyQualityControl .wrapper .item._reverse .txtgroup {
    margin-right: 30px;
    margin-left: 0;
    order: 0;
  }
}
@media (min-width: 1024px) {
  #companyQualityControl #process h2 {
    margin-bottom: 5px;
  }
  #companyQualityControl #process .block-inner {
    position: relative;
  }
  #companyQualityControl #process p {
    position: absolute;
    width: 425px;
    top: 5px;
    left: 0px;
  }
  #companyQualityControl #process .img {
    margin-top: 10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  #companyQualityControl #process .img {
    text-align: right;
    margin-top: 0;
  }
}
#companyQualityControl #ninshou .img img {
  border: none;
}

#companyPhilosophy .wrapper {
  background: linear-gradient(top, #F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  background: -moz-linear-gradient(top, #F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), color-stop(0.5, #FFFFFF), color-stop(0.5, #FFFFFF), to(#F2F2F2));
  background: -ms-linear-gradient(top, #F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  -pie-background: linear-gradient(#F2F2F2, #FFFFFF 50%, #FFFFFF 50%, #F2F2F2);
  padding: 20px 0 20px 0;
}
#companyPhilosophy .wrapper .item {
  padding-left: 20px;
  padding-right: 20px;
}
#companyPhilosophy h2 {
  font-size: 1.8rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 900;
}
@media (min-width: 1024px) {
  #companyPhilosophy h2 {
    font-size: 2.4rem;
  }
}
#companyPhilosophy p {
  margin-top: 15px;
}
#companyPhilosophy hr {
  margin: 22px 20px;
  height: 1px;
  background-color: #DDDDDD;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #companyPhilosophy hr {
    margin: 22px 0;
  }
}

#companyLink .block:not(:first-child) {
  margin-top: 45px;
}
#companyLink .link-list {
  margin-left: 10px;
  background: url(../images/common/line.jpg) left bottom repeat-x;
  margin-bottom: 15px;
  padding-bottom: 14px;
}
#companyLink .link-list dt {
  background: url(../images/company/link/arrow.jpg) left no-repeat;
  padding-left: 17px;
  font-size: 117%;
  font-weight: bold;
}
#companyLink .link-list dt a {
  background: url(../images/company/link/icon.jpg) right no-repeat;
  padding-right: 20px;
  font-size: 1.9rem;
  text-decoration: none;
}
#companyLink .link-list dt a:hover {
  text-decoration: underline;
}
#companyLink .link-list dd {
  margin-top: 13px;
  color: #666;
  font-size: 90%;
}

#companyAccessmap .section-content {
  max-width: 715px;
}
#companyAccessmap .page-menu {
  margin-top: 15px;
}
#companyAccessmap img {
  max-width: 100%;
  width: auto;
}
#companyAccessmap .wrapper .block {
  margin-top: 45px;
}
#companyAccessmap .wrapper .block-inner {
  max-width: 695px;
  margin-left: auto;
  margin-right: auto;
}
#companyAccessmap .wrapper .item {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item {
    flex-direction: row-reverse;
  }
}
#companyAccessmap .wrapper .item:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item:not(:first-child) {
    margin-top: 28px;
  }
}
#companyAccessmap .wrapper .item .img {
  flex: 0 0 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item .img {
    flex: 0 0 auto;
  }
}
#companyAccessmap .wrapper .item .img img {
  border: 1px solid #e5e5e5;
}
#companyAccessmap .wrapper .item .img-inner {
  display: inline-block;
}
#companyAccessmap .wrapper .item .txtgroup {
  margin-top: 20px;
  flex: 1 1 auto;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item .txtgroup {
    margin-top: 0;
    margin-right: 12px;
  }
}
#companyAccessmap .wrapper .item .txtgroup p:not(:first-child) {
  margin-top: 10px;
}
#companyAccessmap .wrapper .item .heading {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 11px;
}
#companyAccessmap .wrapper .item .heading a {
  text-decoration: none;
}
@media (min-width: 1024px) {
  #companyAccessmap .wrapper .item .heading {
    font-size: 2rem;
  }
}
#companyAccessmap .wrapper .item .t-right {
  text-align: right;
}
#companyAccessmap .wrapper .item dl {
  margin-left: 5px;
  margin-bottom: 30px;
}
#companyAccessmap .wrapper .item dt {
  font-weight: bold;
  margin-top: 10px;
  font-size: 1.4rem;
}
#companyAccessmap .wrapper .item dt span {
  color: #628065;
}
#companyAccessmap .wrapper .item dd {
  margin-left: 17px;
  margin-bottom: 10px;
}
#companyAccessmap .wrapper .iframe > iframe {
  width: 100%;
}
#companyAccessmap .wrapper .btngroup .btnlink {
  width: 193px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
#companyAccessmap .wrapper .btngroup .btnlink + .btnlink {
  margin-top: 20px;
}

#companyEnvironment .block {
  margin-top: 45px;
}
#companyEnvironment #houshin .box {
  background: #F4F3F3;
  padding: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#companyEnvironment #houshin .list {
  align-items: center;
}
#companyEnvironment #houshin .list .item {
  display: flex;
}
#companyEnvironment #houshin .list .item + .item {
  margin-top: 10px;
}
#companyEnvironment #houshin .list img {
  flex-shrink: 0;
  width: 14px;
  margin-right: 5px;
}

#companyGlobal .block {
  margin-top: 45px;
}
#companyGlobal #kouchiku .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .flex {
    flex-direction: row;
  }
}
#companyGlobal #kouchiku .flex .img {
  margin-top: 10px;
  width: 60%;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .flex .img {
    width: 285px;
    flex-shrink: 0;
    margin-left: 15px;
    margin-top: 0;
  }
}
#companyGlobal #kouchiku .box {
  padding: 0 15px;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box {
    padding: 0;
  }
}
#companyGlobal #kouchiku .box h3 {
  border-bottom: 1px solid #9A9A9A;
  color: #555;
  background: url(../images/company/global/text-title2.jpg) 6px center no-repeat;
  line-height: 27px;
  font-size: 17px;
  padding-left: 18px;
}
#companyGlobal #kouchiku .box .flex {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box .flex {
    margin-top: 15px;
  }
}
#companyGlobal #kouchiku .box .flex h4 {
  margin-top: 10px;
  font-size: 1.5rem;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box .flex h4 {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#companyGlobal #kouchiku .box .flex h4 + p {
  margin-top: 10px;
}
#companyGlobal #kouchiku .box .flex .img {
  border: 1px solid #e5e5e5;
  width: 100%;
}
@media (min-width: 1024px) {
  #companyGlobal #kouchiku .box .flex .img {
    width: 194px;
    flex-shrink: 0;
    margin-right: 15px;
    margin-left: 0;
    align-self: flex-start;
  }
}
#companyGlobal #taisei .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyGlobal #taisei .flex {
    flex-direction: row;
  }
}
#companyGlobal #taisei .flex .txtgroup {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyGlobal #taisei .flex .txtgroup {
    margin-top: 0;
  }
}
#companyGlobal #taisei .flex .img {
  border: 1px solid #e5e5e5;
}
@media (min-width: 1024px) {
  #companyGlobal #taisei .flex .img {
    width: 300px;
    flex-shrink: 0;
    margin-left: 20px;
    order: 2;
    align-self: flex-start;
  }
}

#companyRd .block {
  margin-top: 45px;
}
#companyRd #taisei .img {
  margin-top: 15px;
}
#companyRd #bunya .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex {
    flex-direction: row;
  }
}
#companyRd #bunya .flex + .flex {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex .img {
    max-width: 282px;
    flex-shrink: 0;
    margin-right: 25px;
  }
}
#companyRd #bunya .flex .txtgroup {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex .txtgroup {
    margin-top: 0;
  }
}
#companyRd #bunya .flex .txtgroup h3 {
  font-size: 1.8rem;
}
@media (min-width: 1024px) {
  #companyRd #bunya .flex .txtgroup h3 {
    font-size: 2rem;
  }
}
#companyRd #bunya .flex .txtgroup p {
  margin-top: 10px;
}

#aboutusIndex .page-content {
  margin-top: 0;
}

#aboutusIndex-intro {
  background-image: url(../images/about-us/title-bg-sp.jpg);
  background-size: cover;
  width: 100%;
  padding-top: 90%;
}
@media (min-width: 1024px) {
  #aboutusIndex-intro {
    background-image: url(../images/about-us/title-bg.jpg);
    background-size: 1400px;
    background-position: center top;
    padding-top: 0;
    padding-bottom: 25px;
  }
}
#aboutusIndex-intro .page-title {
  display: none;
}
@media (min-width: 1024px) {
  #aboutusIndex-intro .page-title {
    display: block;
    width: 720px;
    margin-right: auto;
    margin-left: auto;
  }
}
#aboutusIndex-intro .text {
  display: none;
}
@media (min-width: 1024px) {
  #aboutusIndex-intro .text {
    display: block;
    width: 636px;
    border: 1px solid #CECDCC;
    background-color: rgba(255, 255, 255, 0.85);
    font-size: 1.638rem;
    font-weight: bold;
    line-height: 1.9;
    text-align: center;
    padding: 24px;
    margin-right: auto;
    margin-left: auto;
  }
}

#aboutusIndex-lineup {
  margin-top: 30px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup {
    margin-top: 60px;
  }
}
#aboutusIndex-lineup .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .flex .txtgroup {
    width: 439px;
    margin-left: 38px;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .flex .heading {
    width: 439px;
  }
}
#aboutusIndex-lineup .flex .text {
  margin-top: 15px;
}
#aboutusIndex-lineup .flex .img {
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .flex .img {
    margin-top: 0;
    margin-right: -72px;
    width: 599px;
  }
}
#aboutusIndex-lineup .block {
  background-image: url(../images/about-us/sensor-bg.jpg);
  background-position: center top;
  background-size: contain;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #aboutusIndex-lineup .block {
    width: 898px;
    margin-left: 30px;
    margin-top: 15px;
    padding-top: 40px;
  }
}
#aboutusIndex-lineup .block::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  transform: rotate(180deg);
  background-image: url(../images/about-us/sensor-bg.jpg);
  background-position: center top;
}
#aboutusIndex-lineup .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .heading {
    text-align: center;
    font-size: 2.8rem;
  }
}
#aboutusIndex-lineup .block .lead {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .lead {
    text-align: center;
  }
}
#aboutusIndex-lineup .block .img {
  margin-top: -50px;
  z-index: -1;
  position: relative;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .img {
    z-index: auto;
    margin-top: 10px;
  }
}
#aboutusIndex-lineup .block .text {
  margin-top: -40px;
}
@media (min-width: 560px) {
  #aboutusIndex-lineup .block .text {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: -30px;
  }
}

#aboutusIndex-kaihatsu {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 35px;
  background-image: url(../images/about-us/kaihatsu-bg-sp.png), url(../images/about-us/seishin-bg2-sp.jpg);
  background-size: 100%, 100%;
  background-position: center top, center bottom;
  background-color: #F8F8F8;
}
@media (min-width: 560px) {
  #aboutusIndex-kaihatsu {
    margin-top: 40px;
    padding-top: 60px;
    background-image: url(../images/about-us/kaihatsu-bg2.jpg), url(../images/about-us/seishin-bg2.jpg);
    background-size: 1400px, 1400px;
  }
}
#aboutusIndex-kaihatsu .flex {
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .txtgroup {
    width: 291px;
    margin-left: 15px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-kaihatsu .flex .heading {
    width: 291px;
  }
}
#aboutusIndex-kaihatsu .flex .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .text {
    margin-top: 20px;
  }
}
#aboutusIndex-kaihatsu .flex .img {
  margin-top: 70px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .flex .img {
    order: -1;
    margin-right: 50px;
    margin-top: 0px;
    margin-left: 13px;
  }
}
#aboutusIndex-kaihatsu .block {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  margin-top: 110px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block {
    flex-direction: row;
    margin-top: 50px;
    padding-bottom: 45px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .txtgroup {
    width: 371px;
    margin-top: 40px;
    margin-left: 100px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-kaihatsu .block .heading {
    width: 366px;
  }
}
#aboutusIndex-kaihatsu .block .text {
  margin-top: 15px;
}
#aboutusIndex-kaihatsu .block .img {
  margin-top: 40px;
  max-width: 222px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #aboutusIndex-kaihatsu .block .img {
    max-width: 279px;
    margin: 0;
    margin-top: 25px;
    margin-left: 100px;
  }
}

#aboutusIndex-seisan {
  padding-top: 100px;
  padding-bottom: 35px;
  background-image: url(../images/about-us/seisan-bg.jpg);
  background-size: 100%;
  background-position: center top;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan {
    background-size: 960px;
  }
}
#aboutusIndex-seisan .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex {
    flex-direction: row;
    margin-top: 55px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .txtgroup {
    max-width: 611px;
    margin-left: 30px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-seisan .flex .heading {
    max-width: 611px;
  }
}
#aboutusIndex-seisan .flex .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .text {
    margin-top: 20px;
  }
}
#aboutusIndex-seisan .flex .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .img {
    margin-right: 23px;
    margin-left: auto;
    margin-top: 0;
    width: 263px;
  }
}
#aboutusIndex-seisan .flex .img img {
  display: inline-block;
  width: 47%;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .img img {
    display: block;
    width: 100%;
  }
}
#aboutusIndex-seisan .flex .img img:first-child {
  margin-right: 3%;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .flex .img img:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
#aboutusIndex-seisan .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block {
    flex-direction: row;
    background-image: url(../images/about-us/kyoukyuu-bg.jpg);
    background-size: 960px;
    padding-bottom: 90px;
    padding-left: 30px;
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .txtgroup {
    width: 533px;
    margin-left: 30px;
  }
}
#aboutusIndex-seisan .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .heading {
    font-size: 2.8rem;
  }
}
#aboutusIndex-seisan .block .text {
  margin-top: 10px;
}
#aboutusIndex-seisan .block .img {
  background-image: url(../images/about-us/kyoukyuu-bg-sp.jpg);
  background-size: contain;
  background-position: center top;
  padding: 30px 20px 50px;
  text-align: center;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .img {
    order: -1;
    width: 263px;
    background-image: none;
    padding: 0;
    margin-top: 30px;
  }
}
#aboutusIndex-seisan .block .img img {
  max-width: 62%;
}
@media (min-width: 1024px) {
  #aboutusIndex-seisan .block .img img {
    max-width: 100%;
  }
}

#aboutusIndex-kankaku {
  background-color: #F8F8F8;
  padding: 55px 15px 40px;
  background-image: url(../images/about-us/kankaku-bg-top-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku {
    padding-right: 0;
    padding-left: 0;
    background-image: url(../images/about-us/kankaku-bg-top.jpg);
  }
}
#aboutusIndex-kankaku .section-wrapper {
  position: relative;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-wrapper {
    width: 100%;
    background-image: url(../images/about-us/kankaku-inner.jpg);
    background-size: 1400px;
    background-repeat: repeat-y;
  }
}
#aboutusIndex-kankaku .section-wrapper::before {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  top: -20px;
  background-image: url(../images/about-us/kankaku-inner-top-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-wrapper::before {
    background-image: url(../images/about-us/kankaku-inner-top.jpg);
    top: -7px;
  }
}
#aboutusIndex-kankaku .section-wrapper::after {
  content: "";
  display: block;
  height: 30px;
  width: 100%;
  position: absolute;
  background-image: url(../images/about-us/kankaku-inner-bottom-sp.jpg);
  left: 0;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-wrapper::after {
    background-image: url(../images/about-us/kankaku-inner-bottom.jpg);
  }
}
#aboutusIndex-kankaku .section-content {
  background-color: #FFFFFF;
  padding: 30px 15px 0;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .section-content {
    padding: 0;
    background-color: transparent;
  }
}
#aboutusIndex-kankaku .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex .txtgroup {
    width: 525px;
    margin-right: 21px;
    margin-left: auto;
    margin-top: 76px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-kankaku .flex .heading {
    width: 517px;
  }
}
#aboutusIndex-kankaku .flex .text {
  margin-top: 15px;
}
#aboutusIndex-kankaku .flex .img {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .flex .img {
    order: -1;
    margin: 0;
  }
}
#aboutusIndex-kankaku .block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block {
    display: block;
    position: relative;
    height: 358px;
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .txtgroup {
    width: 515px;
    margin-left: 31px;
    padding-top: 125px;
  }
}
#aboutusIndex-kankaku .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .heading {
    font-size: 2.8rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
  }
}
#aboutusIndex-kankaku .block .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .text {
    position: relative;
    z-index: 1;
  }
}
#aboutusIndex-kankaku .block .img {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-kankaku .block .img {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 577px;
  }
}
#aboutusIndex-eigyou {
  padding-top: 40px;
}
#aboutusIndex-eigyou h2.heading {
  font-size: 2.4rem;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou h2.heading {
    font-size: 3.6rem;
    margin-left: 10px;
  }
}
#aboutusIndex-eigyou .flex {
  flex-direction: column;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .flex {
    flex-direction: row;
    margin-top: 20px;
  }
}
#aboutusIndex-eigyou .flex .text {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .flex .text {
    width: 476px;
    margin-left: 10px;
    margin-top: 0;
  }
}
#aboutusIndex-eigyou .flex .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .flex .img {
    width: 391px;
    margin-top: 0;
    margin-left: auto;
    margin-right: 58px;
  }
}
#aboutusIndex-eigyou .block {
  display: flex;
  flex-direction: column;
  background-image: url(../images/about-us/seido-top-sp.jpg), url(../images/about-us/seido-bottom-sp.jpg);
  background-position: center top, center bottom;
  background-size: 100%, 100%;
  margin-right: -15px;
  margin-left: -15px;
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block {
    padding: 30px 0;
    margin-right: 0;
    margin-left: 0;
    flex-direction: row;
    background-image: url(../images/about-us/seido-top.jpg), url(../images/about-us/seido-bottom.jpg);
  }
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .txtgroup {
    width: 524px;
    margin-right: 27px;
  }
}
#aboutusIndex-eigyou .block .heading {
  font-size: 2.4rem;
  color: #4A3C93;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .heading {
    font-size: 2.8rem;
  }
}
#aboutusIndex-eigyou .block .text {
  margin-top: 10px;
}
#aboutusIndex-eigyou .block .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #aboutusIndex-eigyou .block .img {
    order: -1;
    width: 353px;
    margin-left: 21px;
    margin-right: auto;
    margin-top: 0;
  }
}
#aboutusIndex-oshiete {
  padding-top: 40px;
}
#aboutusIndex-oshiete .box {
  margin-top: 40px;
  border: 1px solid #C9C9C9;
  border-radius: 3px;
  background-image: linear-gradient(#F0F0F0, #FCFCFC);
  padding: 10px 35px 15px;
}
@media (min-width: 1024px) {
  #aboutusIndex-oshiete .box {
    padding-bottom: 20px;
  }
}
@media (min-width: 560px) {
  #aboutusIndex-oshiete .box .bnrlink {
    width: 301px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  #tgs8410 .page-header {
    background-image: linear-gradient(0deg, rgb(218, 246, 223) 0%, rgb(255, 255, 255) 100%);
  }
}
@media (min-width: 1024px) {
  #tgs8410 .page-title img {
    width: auto;
    margin-left: -220px;
  }
}

#tgs1820 .page-header {
  background-image: url(../images/product/feature/tgs1820/mainimg_bg.jpg);
  background-size: 200%;
}
@media (min-width: 1024px) {
  #tgs1820 .page-header {
    background-size: 1360px;
    background-position: center center;
    background-repeat: repeat-x;
  }
}
@media (min-width: 1024px) {
  #tgs1820 .page-title img {
    width: auto;
  }
}

#tgs5141 .page-header {
  width: 100%;
  max-width: 1400px;
  padding: 0;
  margin-top: 0;
}
#tgs5141 .page-header img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 1024px) {
  #tgs5141 .page-header img {
    height: 500px;
  }
}
#tgs5141 .page-content {
  margin-top: 0;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}
#tgs5141 .section-header {
  max-width: 100%;
}
@media (min-width: 1024px) {
  #tgs5141 .text {
    font-size: 1.5rem;
  }
}
#tgs5141 .btnlink._arrow::before {
  content: "";
  border: 5px solid transparent;
  border-left: 6px solid #FFFFFF;
  margin-right: 6px;
}

#tgs5141-kogataka {
  padding-top: 40px;
  padding-bottom: 40px;
  background-image: url(../images/product/feature/tgs5141/kogataka/bg.jpg);
  background-repeat: repeat;
}
@media (min-width: 1024px) {
  #tgs5141-kogataka {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}
#tgs5141-kogataka .flex {
  flex-direction: column;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex {
    flex-direction: row;
    padding: 0 15px;
  }
}
#tgs5141-kogataka .flex .heading {
  width: 275px;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex .heading {
    width: 100%;
  }
}
#tgs5141-kogataka .flex .text {
  color: #FFFFFF;
  margin-top: 30px;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex .text {
    margin-top: 20px;
    max-width: 455px;
  }
}
#tgs5141-kogataka .flex .text .small {
  font-size: 84%;
}
#tgs5141-kogataka .flex .img {
  margin-top: 25px;
  max-width: 318px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #tgs5141-kogataka .flex .img {
    margin-top: 0;
    order: -1;
    max-width: 417px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-kogataka .flex .img {
    margin-right: 60px;
  }
}

#tgs5141-kanou {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url(../images/product/feature/tgs5141/kanou/bg.jpg);
  background-size: cover;
}
@media (min-width: 1024px) {
  #tgs5141-kanou {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/product/feature/tgs5141/kanou/bg_pc.jpg);
    background-size: 1400px;
    background-position: center center;
  }
}
@media (min-width: 560px) {
  #tgs5141-kanou .section-content {
    max-width: 800px;
    padding: 0 15px;
  }
}
#tgs5141-kanou .heading {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}
#tgs5141-kanou .img {
  margin-top: 25px;
  max-width: 670px;
  margin-right: auto;
  margin-left: auto;
}
#tgs5141-kanou .text {
  margin-top: 35px;
  max-width: 770px;
  margin-right: auto;
  margin-left: auto;
}

#tgs5141-jumyou {
  padding-top: 20px;
  padding-bottom: 100px;
  background-image: url(../images/product/feature/tgs5141/jumyou/bg.jpg);
  background-repeat: repeat;
}
@media (min-width: 560px) {
  #tgs5141-jumyou {
    padding-top: 90px;
    padding-bottom: 100px;
  }
}
#tgs5141-jumyou .section-content {
  position: relative;
}
#tgs5141-jumyou .heading {
  width: 200px;
  padding-top: 35px;
  line-height: 1;
}
@media (min-width: 560px) {
  #tgs5141-jumyou .heading {
    width: 328px;
    padding-top: 0;
    margin-left: 20px;
  }
}
#tgs5141-jumyou .img {
  width: 110px;
  position: absolute;
  left: 230px;
  top: 0;
}
@media (max-width: 360px) {
  #tgs5141-jumyou .img {
    width: 80px;
    left: 215px;
    top: 10px;
  }
}
@media (min-width: 560px) {
  #tgs5141-jumyou .img {
    width: 150px;
    left: auto;
    right: 20px;
    top: 0;
  }
}
@media (min-width: 1024px) {
  #tgs5141-jumyou .img {
    width: 204px;
    left: auto;
    right: 20px;
    top: 0;
  }
}
#tgs5141-jumyou .text {
  color: #FFFFFF;
  margin-top: 60px;
}
@media (min-width: 560px) {
  #tgs5141-jumyou .text {
    width: 480px;
    margin-left: 20px;
    margin-top: 30px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-jumyou .text {
    width: 665px;
  }
}

#tgs5141-mirai {
  padding-top: 85px;
  padding-bottom: 35px;
  background-image: url(../images/product/feature/tgs5141/mirai/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-mirai {
    padding-top: 50px;
    padding-bottom: 80px;
    background-image: url(../images/product/feature/tgs5141/mirai/bg_pc.jpg);
  }
}
#tgs5141-mirai .section-content {
  position: relative;
}
#tgs5141-mirai h2.heading {
  margin-top: -110px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading {
    margin-top: -80px;
  }
}
#tgs5141-mirai h2.heading .shoulder {
  width: 120px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading .shoulder {
    width: 165px;
    margin-left: 80px;
  }
}
#tgs5141-mirai h2.heading .title {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 297px;
}
@media (min-width: 1024px) {
  #tgs5141-mirai h2.heading .title {
    width: 416px;
    margin-top: 0;
  }
}
#tgs5141-mirai .flex {
  margin-top: 30px;
  flex-direction: column;
}
@media (min-width: 560px) {
  #tgs5141-mirai .flex {
    flex-direction: row;
    padding: 0 15px;
  }
}
#tgs5141-mirai .block {
  flex: 1;
}
#tgs5141-mirai .block + .block {
  margin-top: 50px;
  border-top: 1px solid #DDD;
  padding-top: 30px;
}
@media (min-width: 560px) {
  #tgs5141-mirai .block + .block {
    margin-top: 0;
    margin-left: 20px;
    padding-top: 0;
    padding-left: 30px;
    border-top: none;
    border-left: 1px solid #DDD;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(1) .img {
    width: 453px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(1) h3.heading {
    width: 395px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(2) .img {
    width: 434px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-mirai .block:nth-child(2) h3.heading {
    width: 424px;
  }
}
#tgs5141-mirai h3.heading {
  margin-top: 25px;
}
#tgs5141-mirai .text {
  margin-top: 15px;
}

#tgs5141-tanshuku {
  padding-top: 110px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/tanshuku/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-tanshuku {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
@media (min-width: 560px) {
  #tgs5141-tanshuku .heading {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .heading {
    width: 632px;
  }
}
#tgs5141-tanshuku .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .text {
    width: 565px;
  }
}
#tgs5141-tanshuku .note {
  margin-top: 20px;
  font-size: 84%;
}
@media (min-width: 1024px) {
  #tgs5141-tanshuku .note {
    width: 565px;
    margin-top: 15px;
  }
}

#tgs5141-tairyou {
  padding-top: 290px;
  padding-bottom: 40px;
  background-image: url(../images/product/feature/tgs5141/tairyou/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-tairyou {
    padding-top: 520px;
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tairyou {
    padding-top: 75px;
    padding-bottom: 90px;
    background-image: url(../images/product/feature/tgs5141/tairyou/bg_pc.jpg);
  }
}
@media (min-width: 560px) {
  #tgs5141-tairyou .heading {
    width: 500px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .heading {
    width: 595px;
    margin-left: auto;
  }
}
#tgs5141-tairyou .text {
  color: #FFFFFF;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .text {
    width: 595px;
    margin-left: auto;
  }
}
#tgs5141-tairyou .img {
  margin-top: 35px;
}
@media (min-width: 1024px) {
  #tgs5141-tairyou .img {
    width: 593px;
    margin-left: auto;
  }
}

#tgs5141-tekigou {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/tekigou/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-tekigou {
    padding-top: 85px;
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-tekigou {
    background-image: url(../images/product/feature/tgs5141/tekigou/bg_pc.jpg);
  }
}
#tgs5141-tekigou .heading {
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .heading {
    width: 683px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-tekigou .img {
  margin-top: 25px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .img {
    width: 930px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-tekigou .text {
  margin-top: 20px;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #tgs5141-tekigou .text {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-tekigou .text + .text {
  margin-top: 15px;
}

#tgs5141-henka {
  padding-top: 35px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/henka/bg.jpg);
  background-size: cover;
}
@media (min-width: 560px) {
  #tgs5141-henka {
    padding-top: 90px;
    padding-bottom: 80px;
    background-image: url(../images/product/feature/tgs5141/henka/bg_pc.jpg);
  }
}
@media (min-width: 1024px) {
  #tgs5141-henka .heading {
    width: 593px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-henka .img {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #tgs5141-henka .img {
    width: 939px;
    margin-top: 35px;
    margin-right: auto;
    margin-left: auto;
  }
}
#tgs5141-henka .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #tgs5141-henka .text {
    width: 935px;
    margin-right: auto;
    margin-left: auto;
  }
}

#tgs5141-kuwashiku {
  padding-top: 35px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #tgs5141-kuwashiku {
    padding-top: 70px;
    padding-bottom: 90px;
  }
}
#tgs5141-kuwashiku .heading {
  max-width: 308px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #tgs5141-kuwashiku .heading {
    max-width: 773px;
  }
}
#tgs5141-kuwashiku .name {
  width: 101px;
  margin-top: 20px;
  margin-left: 15px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .name {
    width: 165px;
    margin-left: 45px;
    margin-top: 55px;
  }
}
#tgs5141-kuwashiku .flex {
  flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .flex {
    flex-direction: row;
    margin-top: 35px;
    justify-content: center;
    padding: 0 15px;
  }
}
#tgs5141-kuwashiku .flex .btnlink {
  width: 250px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .flex .btnlink {
    width: 350px;
    height: 77px;
    font-size: 2.3rem;
    margin-right: 0;
    margin-left: 0;
  }
}
#tgs5141-kuwashiku .flex .btnlink + .btnlink {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #tgs5141-kuwashiku .flex .btnlink + .btnlink {
    margin-top: 0;
    margin-left: 60px;
  }
}

#tgs5141-sonota {
  padding-top: 15px;
  padding-bottom: 50px;
  background-image: url(../images/product/feature/tgs5141/sonota/bg.jpg);
  background-repeat: repeat-x;
}
@media (min-width: 1024px) {
  #tgs5141-sonota {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
#tgs5141-sonota .heading {
  width: 298px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #tgs5141-sonota .heading {
    width: 402px;
  }
}
#tgs5141-sonota .list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  #tgs5141-sonota .list {
    flex-direction: row;
    padding: 0 15px;
  }
}
#tgs5141-sonota .item:nth-child(1) .name {
  width: 101px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(1) .name {
    width: 170px;
    margin-left: 0;
  }
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(1) .img {
    width: 360px;
    height: 221px;
    margin-left: -30px;
  }
}
#tgs5141-sonota .item:nth-child(2) {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(2) {
    margin-top: 0;
    margin-left: 15px;
  }
}
#tgs5141-sonota .item:nth-child(2) .name {
  width: 117px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .item:nth-child(2) .name {
    width: 184px;
    margin-left: 0;
  }
}
#tgs5141-sonota .name {
  width: 101px;
  margin-top: 20px;
  margin-left: 15px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .name {
    width: 165px;
    margin-top: 55px;
  }
}
#tgs5141-sonota .img {
  max-width: 315px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #tgs5141-sonota .img {
    width: 275px;
    margin-top: 35px;
  }
}
#tgs5141-sonota .flex {
  flex-direction: column;
  margin-top: -25px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .flex {
    margin-top: -5px;
  }
}
#tgs5141-sonota .flex .btnlink {
  width: 250px;
}
@media (min-width: 560px) {
  #tgs5141-sonota .flex .btnlink {
    width: 273px;
    height: 63px;
    font-size: 2rem;
    margin-right: 0;
    margin-left: 0;
  }
}
#tgs5141-sonota .flex .btnlink + .btnlink {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #tgs5141-contact {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #DDDCE2;
    box-shadow: 0 10px 20px -20px #CCC inset;
  }
}
#tgs5141-contact .contact {
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact {
    padding: 0;
  }
}
#tgs5141-contact .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .name {
    margin-right: 40px;
  }
}
#tgs5141-contact .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  #tgs5141-contact .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .number {
    margin-top: 0;
  }
}
#tgs5141-contact .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
#tgs5141-contact .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .time {
    text-align: left;
  }
}
#tgs5141-contact .contact .time .brackets {
  font-size: 1.1rem;
}
#tgs5141-contact .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #tgs5141-contact .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

#fcm2630 .page-content {
  margin-top: 0;
}
#fcm2630 .section-header {
  max-width: 100%;
  background-image: linear-gradient(to right, #5C66A3 60%, #6670B2, #7F87BF, #C3C2DD);
}
#fcm2630 .section-title {
  color: #FFFFFF;
  font-size: 2rem;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 560px) {
  #fcm2630 .section-title {
    font-size: 3.4rem;
    line-height: 1.3;
    padding: 20px 0;
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 2px;
  }
}
#fcm2630 .section-content {
  max-width: 960px;
  margin-right: 15px;
  margin-left: 15px;
}
@media (min-width: 1024px) {
  #fcm2630 .section-content {
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630 .text {
  font-size: 1.4rem;
  line-height: 2;
}
@media (min-width: 560px) {
  #fcm2630 .text {
    font-size: 1.6rem;
    letter-spacing: 2px;
  }
}
#fcm2630 .btnlink._blue {
  font-size: 1.5rem;
  height: 56px;
  color: #FFFFFF;
  background-image: linear-gradient(#C0C0DC, #828CC4, #5162AA, #4A5BA3, #5162AA, #828CC4, #C0C0DC);
  border: 1px solid #4557A1;
  border-radius: 100px;
  box-shadow: 0 0 15px #9094C6;
}
@media (min-width: 1024px) {
  #fcm2630 .btnlink._blue {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
#fcm2630 .btnlink._blue::before {
  content: "＞";
  margin-right: 5px;
}
#fcm2630 .spec {
  margin-top: 25px;
  word-break: break-word;
}
@media (min-width: 1024px) {
  #fcm2630 .spec {
    margin-top: 60px;
  }
}
#fcm2630 .spec thead th {
  border-color: #FFFFFF;
  background-color: #70759E;
  color: #FFFFFF;
  text-align: center;
  padding: 1em;
  font-size: 1.6rem;
}
@media (max-width: 360px) {
  #fcm2630 .spec thead th {
    padding: 0.5em;
  }
}
@media (min-width: 560px) {
  #fcm2630 .spec thead th {
    font-size: 1.8rem;
  }
}
#fcm2630 .spec thead th:first-child {
  font-weight: normal;
  text-align: left;
  font-size: 1.6rem;
}
#fcm2630 .spec tbody tr:nth-child(2n-1) {
  background-color: #EEEEEE;
}
#fcm2630 .spec tbody tr:nth-child(2n) {
  background-color: #DCE4F4;
}
#fcm2630 .spec tbody td {
  border-color: #FFFFFF;
  font-size: 1.4rem;
  padding: 1em;
}
@media (min-width: 560px) {
  #fcm2630 .spec tbody td {
    font-size: 1.6rem;
  }
}

#fcm2630-intro {
  padding-top: 25px;
  padding-bottom: 60px;
  background-image: url(../images/product/feature/fcm2630/mainimg_bg.jpg);
}
@media (min-width: 560px) {
  #fcm2630-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
#fcm2630-intro .section-content {
  position: relative;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #fcm2630-intro .section-content {
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-intro .page-title {
  position: relative;
  font-size: 2.3rem;
  font-weight: normal;
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title {
    font-size: 5.1rem;
    line-height: 1.25;
  }
}
#fcm2630-intro .page-title .shoulder {
  font-size: 2rem;
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .shoulder {
    font-size: 5.1rem;
  }
}
#fcm2630-intro .page-title ._only {
  display: none;
}
@media (max-width: 375px) {
  #fcm2630-intro .page-title ._only {
    display: block;
  }
}
#fcm2630-intro .page-title .tags {
  position: absolute;
  left: 170px;
  top: 10px;
  display: flex;
}
@media (max-width: 375px) {
  #fcm2630-intro .page-title .tags {
    flex-direction: column;
    right: 0px;
    left: auto;
  }
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .tags {
    left: 440px;
    top: 13px;
  }
}
#fcm2630-intro .page-title .tags .tag:nth-child(1) {
  font-weight: bold;
  color: #FFFFFF;
  padding: 0 3px;
  font-size: 1.2rem;
  background-image: linear-gradient(#428DCE, #3976BC, #2E59A5, #274495, #22388B, #213488);
  border: 1px solid #558BC8;
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .tags .tag:nth-child(1) {
    padding: 5px 10px;
    font-size: 1.9rem;
  }
}
#fcm2630-intro .page-title .tags .tag:nth-child(2) {
  font-weight: bold;
  color: #FFFFFF;
  margin-left: 10px;
  padding: 0 3px;
  font-size: 1.2rem;
  background-image: linear-gradient(#6FAC95, #5B8F88, #4C7A7F, #436E79, #416A78);
  border: 1px solid #7FAD98;
}
@media (max-width: 375px) {
  #fcm2630-intro .page-title .tags .tag:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 560px) {
  #fcm2630-intro .page-title .tags .tag:nth-child(2) {
    padding: 3px 10px;
    font-size: 1.9rem;
    margin-left: 12px;
  }
}
#fcm2630-intro .img {
  max-width: 230px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #fcm2630-intro .img {
    max-width: 70%;
  }
}
@media (min-width: 1024px) {
  #fcm2630-intro .img {
    width: 500px;
    position: absolute;
    left: 450px;
    top: 350px;
    margin-top: 0;
  }
}
#fcm2630-intro .list {
  max-width: 887px;
}
@media (min-width: 1024px) {
  #fcm2630-intro .list {
    margin-top: 40px;
  }
}
#fcm2630-intro .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #fcm2630-intro .text {
    max-width: 420px;
    margin-top: 50px;
  }
}
#fcm2630-intro .btnlink {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #fcm2630-intro .btnlink {
    margin-top: 70px;
  }
}

#fcm2630-necessity {
  padding: 0 0 60px;
}
@media (min-width: 560px) {
  #fcm2630-necessity {
    padding-bottom: 90px;
  }
}
#fcm2630-necessity .section-header {
  max-width: 100%;
}
#fcm2630-necessity .section-content {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .section-content {
    margin-top: 80px;
  }
}
#fcm2630-necessity .block:nth-child(1) {
  position: relative;
}
#fcm2630-necessity .block:nth-child(1) .figure {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(1) .figure {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 300px;
    margin-top: 0;
  }
}
#fcm2630-necessity .block:nth-child(1) .figure .caption {
  text-align: center;
  margin-top: 8px;
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(1) .figure .caption {
    text-align: left;
    font-size: 1.3rem;
  }
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(1) .text {
    max-width: 620px;
  }
}
#fcm2630-necessity .block:nth-child(1) .text:last-child {
  margin-top: 20px;
}
#fcm2630-necessity .block:nth-child(2) {
  margin-top: 25px;
  position: relative;
}
@media (min-width: 560px) {
  #fcm2630-necessity .block:nth-child(2) {
    margin-top: 80px;
    padding-bottom: 150px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .text {
    max-width: 620px;
  }
}
#fcm2630-necessity .block:nth-child(2) .figure {
  margin-top: 30px;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .figure {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
}
#fcm2630-necessity .block:nth-child(2) .figure .caption {
  text-align: center;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .figure .caption {
    font-size: 1.6rem;
  }
}
#fcm2630-necessity .block:nth-child(2) .figure .img {
  margin-top: 8px;
}
#fcm2630-necessity .block:nth-child(2) .figure .reference {
  font-size: 1.2rem;
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .figure .reference {
    font-size: 1.3rem;
  }
}
#fcm2630-necessity .block:nth-child(2) .btnlink {
  margin-top: 25px;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  #fcm2630-necessity .block:nth-child(2) .btnlink {
    margin-top: 50px;
  }
}

#fcm2630-feature {
  padding: 0 0 60px;
  background-color: #F2F7FB;
}
@media (min-width: 560px) {
  #fcm2630-feature {
    padding-bottom: 90px;
  }
}
#fcm2630-feature .list {
  padding-top: 20px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list {
    padding-top: 40px;
  }
}
#fcm2630-feature .list .item {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item {
    padding-bottom: 90px;
  }
}
#fcm2630-feature .list .item + .item {
  border-top: 1px solid #333333;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item + .item {
    padding-top: 90px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item:nth-child(1) .block:last-child {
    padding-bottom: 280px;
    margin-top: 60px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item:nth-child(1) .block:last-child .btnlink {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item:nth-child(2) .block:last-child .text {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .item:nth-child(3) .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-feature .list .heading {
  max-width: 84px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .heading {
    max-width: 110px;
  }
}
#fcm2630-feature .list .subheading {
  text-align: center;
  font-size: 1.8rem;
  color: #4A528C;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .subheading {
    font-size: 3.2rem;
    margin-top: 40px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .text {
    max-width: 560px;
  }
}
#fcm2630-feature .list .text + .text {
  margin-top: 12px;
}
#fcm2630-feature .list .block {
  margin-top: 25px;
  position: relative;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .block .figure {
    max-width: 360px;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#fcm2630-feature .list .block .img {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .block .img {
    margin-top: 0;
  }
}
#fcm2630-feature .list .block .note {
  margin-top: 10px;
  font-size: 1.2rem;
}
#fcm2630-feature .list .btnlink {
  margin-top: 25px;
}
#fcm2630-feature .list .flex {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex {
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
  }
}
#fcm2630-feature .list .flex .figure {
  flex: 1;
}
#fcm2630-feature .list .flex .figure + .figure {
  margin-left: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex .figure + .figure {
    margin-left: 70px;
  }
}
#fcm2630-feature .list .flex .caption {
  color: #4a528c;
  font-size: 1.6rem;
  margin-top: 8px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex .caption {
    font-size: 1.8rem;
  }
}
#fcm2630-feature .list .flex + .text {
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #fcm2630-feature .list .flex + .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #fcm2630-feature .section-content > .btnlink {
    width: 315px;
    height: 76px;
    margin-left: auto;
    margin-right: auto;
  }
}

#fcm2630-optimum {
  padding: 0 0 60px;
  background-color: #F2F7FB;
}
@media (min-width: 560px) {
  #fcm2630-optimum {
    padding-bottom: 90px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-optimum .section-content {
    margin-top: 90px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-optimum .text {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-optimum .text + .text {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #fcm2630-optimum .text + .text {
    margin-top: 50px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-optimum .spec {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
#fcm2630-optimum .spec td {
  width: 33.3%;
}
#fcm2630-optimum .spec td:first-child {
  white-space: nowrap;
}
#fcm2630-optimum .spec td:not(:first-child) {
  text-align: center;
}
@media (min-width: 560px) {
  #fcm2630-optimum .spec td:not(:first-child) {
    font-size: 2.4rem;
    padding: 0.25em 1em;
  }
}
@media (min-width: 560px) {
  #fcm2630-optimum .spec tr:nth-child(6) td:not(:first-child) {
    font-size: 1.6rem;
  }
}

#fcm2630-warming {
  padding: 0 0 60px;
  background-color: #F2F7FB;
  background-image: url(../images/product/feature/fcm2630/eco_bg.jpg);
  background-size: cover;
  background-position: center top;
  min-height: 530px;
}
@media (min-width: 560px) {
  #fcm2630-warming {
    padding-bottom: 90px;
    min-height: 700px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-warming {
    background-image: url(../images/product/feature/fcm2630/eco_bg_pc.jpg);
  }
}
@media (min-width: 560px) {
  #fcm2630-warming .text {
    text-align: center;
    padding-top: 50px;
  }
}

#fcm2630-related {
  padding: 60px 0 60px;
}
@media (min-width: 560px) {
  #fcm2630-related {
    padding-bottom: 90px;
  }
}
#fcm2630-related .heading {
  font-size: 1.8rem;
  font-weight: normal;
  color: #4A4267;
  border-left: 3px solid #4A4267;
  padding-left: 10px;
}
@media (min-width: 560px) {
  #fcm2630-related .heading {
    font-weight: bold;
    font-size: 2.1rem;
  }
}
#fcm2630-related .list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #fcm2630-related .list {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
  }
}
#fcm2630-related .list .item {
  border: 1px solid #DEDEDE;
  padding: 6px 6px 20px;
}
@media (min-width: 1024px) {
  #fcm2630-related .list .item {
    width: 300px;
  }
}
#fcm2630-related .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #fcm2630-related .list .item + .item {
    margin-top: 0;
  }
}
#fcm2630-related .list .name {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 12px;
}
@media (min-width: 560px) {
  #fcm2630-related .list .name {
    font-size: 1.8rem;
  }
}
#fcm2630-related .list .btnlink {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #fcm2630-related .list .btnlink {
    width: 188px;
    height: 34px;
  }
}
#fcm2630-related .list .btnlink::before {
  content: "";
  background-image: url(../images/product/feature/fcm2630/search.svg);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
#fcm2630-related .contact {
  margin-top: 40px;
  padding: 40px 15px;
  background-color: #DDDCE2;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact {
    padding: 0;
    margin-top: 50px;
  }
}
#fcm2630-related .contact .box {
  padding: 30px 25px;
  border: 1px solid #CCCCCC;
  background-color: #F1F1F3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .box {
    border: none;
    flex-direction: row;
    padding: 17px 25px;
  }
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .name {
    margin-right: 40px;
  }
}
#fcm2630-related .contact .number {
  margin-top: 12px;
  font-size: 3rem;
  display: flex;
  align-items: center;
  text-align: center;
  line-height: 1.1;
}
@media (max-width: 360px) {
  #fcm2630-related .contact .number {
    font-size: 2.4rem;
  }
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .number {
    margin-top: 0;
  }
}
#fcm2630-related .contact .number::before {
  content: "";
  background-image: url(../images/common/tel_icon.svg);
  width: 21px;
  height: 17px;
  margin-right: 7px;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .number::before {
    width: 33px;
    height: 25px;
    background-size: contain;
    margin-right: 5px;
  }
}
#fcm2630-related .contact .time {
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .time {
    text-align: left;
  }
}
#fcm2630-related .contact .time .brackets {
  font-size: 1.1rem;
}
#fcm2630-related .contact .btnlink {
  margin-top: 25px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 1024px) {
  #fcm2630-related .contact .btnlink {
    margin-top: 0;
    margin-left: 30px;
  }
}

#falc11-21 h1, #falc11-21 h2, #falc11-21 h3, #falc11-21 h4, #falc11-21 h5, #falc11-21 h6, #falc11-21 p, #falc11-21 div {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
#falc11-21 .btnlink._blue {
  font-size: 1.5rem;
  height: 58px;
  color: #FFFFFF;
  background-image: linear-gradient(#C0C0DC, #828CC4, #5162AA, #4A5BA3, #5162AA, #828CC4, #C0C0DC);
  border: 1px solid #4557A1;
  border-radius: 8px;
  box-shadow: 0 0 15px #9094C6;
}
@media (min-width: 1024px) {
  #falc11-21 .btnlink._blue {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
#falc11-21 .btnlink._white {
  font-size: 1.5rem;
  height: 58px;
  color: #4557A1;
  background-image: linear-gradient(#FFFFFF 70%, #dcdcdc);
  border: 1px solid #4557A1;
  border-radius: 8px;
  box-shadow: 0 0 15px #9094C6;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  #falc11-21 .btnlink._white {
    font-size: 1.6rem;
    margin-left: 0;
  }
}
#falc11-21 .fugo-section {
  margin-top: 20px;
  background-color: #EEF2FA;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
#falc11-21 .fugo-section .section-content {
  position: relative;
}
#falc11-21 .fugo-section .heading {
  font-size: 2.4rem;
  text-align: center;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .heading {
    font-size: 5.7rem;
    line-height: 1.25;
    width: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .heading {
    width: 630px;
  }
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .heading .ls {
    letter-spacing: -5px;
  }
}
#falc11-21 .fugo-section .flex {
  margin-top: 13px;
  align-items: center;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .flex {
    width: auto;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex {
    width: 630px;
  }
}
#falc11-21 .fugo-section .flex .group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: -10px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .group {
    margin-top: 10px;
  }
}
#falc11-21 .fugo-section .flex .name {
  font-weight: bold;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .name {
    font-size: 2.2rem;
  }
}
#falc11-21 .fugo-section .flex .logo {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .logo {
    margin-top: 10px;
  }
}
#falc11-21 .fugo-section .flex .img {
  max-width: 170px;
  flex-shrink: 0;
  position: relative;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .img {
    position: absolute;
    right: 0;
    top: 20px;
    max-width: 322px;
  }
}
#falc11-21 .fugo-section .flex .img .certification {
  position: absolute;
  bottom: -25px;
  left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .flex .img .certification {
    left: 0;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .img .certification {
    bottom: -15px;
    font-size: 1.8rem;
  }
}
#falc11-21 .fugo-section .flex .img .certification .mark {
  width: 25px;
  margin-right: 5px;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .flex .img .certification .mark {
    width: 40px;
  }
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .flex .img .certification .mark {
    width: 50px;
  }
}
#falc11-21 .fugo-section .price {
  font-weight: bold;
  margin-top: 40px;
  text-align: center;
  letter-spacing: -1px;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .price {
    font-size: 1.8rem;
    width: 630px;
    margin-top: 20px;
    letter-spacing: 0;
  }
}
#falc11-21 .fugo-section .note {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 1024px) {
  #falc11-21 .fugo-section .note {
    font-size: 1.6rem;
    width: 630px;
  }
}
#falc11-21 .fugo-section .note .btnlink {
  text-align-last: left;
}
@media (min-width: 560px) {
  #falc11-21 .fugo-section .note .btnlink {
    width: 400px;
  }
}
#falc11-21 .btns {
  margin-top: 20px;
  display: flex;
}
@media (min-width: 1024px) {
  #falc11-21 .btns {
    width: 630px;
    justify-content: center;
    margin-top: 30px;
  }
}
#falc11-21 .btns .btnlink {
  height: 44px;
  border-radius: 22px;
  background-image: none;
  background-color: #91A4D4;
  border: none;
  box-shadow: none;
  color: #FFFFFF;
  position: relative;
  max-width: 200px;
}
@media (min-width: 1024px) {
  #falc11-21 .btns .btnlink {
    font-size: 1.8rem;
    margin: 0;
  }
}
#falc11-21 .btns .btnlink + .btnlink {
  margin-left: 5px;
}
#falc11-21 .btns .btnlink::before {
  content: ">";
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#falc11-21 .btns._gray .btnlink {
  background-color: #848484;
}
#falc11-21 .btnlink {
  cursor: pointer;
}

@media (min-width: 1024px) {
  #falc11-21-mainimg {
    background-image: linear-gradient(#fff 50%, #ebecf1 50%, #FFF);
  }
}
#falc11-21-mainimg .section-content {
  position: relative;
}
#falc11-21-mainimg .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header {
    flex-direction: row;
    margin-left: 30px;
  }
}
#falc11-21-mainimg .header .heading {
  font-size: 2rem;
  margin-top: 20px;
  font-weight: normal;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header .heading {
    font-size: 2.7rem;
    margin-top: 0;
  }
}
#falc11-21-mainimg .header .bnrlink {
  width: 220px;
  order: -1;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .header .bnrlink {
    width: 220px;
    order: inherit;
  }
}
#falc11-21-mainimg .list {
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list {
    flex-direction: row;
    justify-content: center;
    width: 840px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 85px;
  }
}
#falc11-21-mainimg .list .item {
  display: flex;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item {
    flex-direction: column;
    position: relative;
    align-items: center;
    flex: 1;
  }
}
#falc11-21-mainimg .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item + .item {
    margin-top: 0;
  }
}
#falc11-21-mainimg .list .item .img {
  width: 120px;
  flex-shrink: 0;
  margin-top: 10px;
  margin-right: 15px;
  position: relative;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .img {
    width: 240px;
    margin-top: 40px;
    margin-right: 0;
  }
}
#falc11-21-mainimg .list .item .img .certification {
  position: absolute;
  right: -7px;
  top: 115px;
  width: 25px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .img .certification {
    right: -20px;
    top: auto;
    bottom: 20px;
    width: 50px;
  }
}
#falc11-21-mainimg .list .item .txtgroup {
  flex-grow: 1;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .txtgroup {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
#falc11-21-mainimg .list .item .tag {
  width: 60px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .tag {
    width: 104px;
    position: absolute;
    top: 0;
    left: 92px;
  }
}
#falc11-21-mainimg .list .item .type {
  margin-top: 2px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .type {
    font-size: 1.7rem;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item .note {
    font-size: 1.2rem;
    line-height: 1.2;
    margin-top: 5px;
    text-align: center;
  }
}
#falc11-21-mainimg .list .item .logo {
  margin-top: 10px;
}
#falc11-21-mainimg .list .item .spec {
  font-size: 1.2rem;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 8px;
}
#falc11-21-mainimg .list .item .text {
  font-weight: bold;
  margin-top: 20px;
}
#falc11-21-mainimg .list .item:nth-child(1) .img {
  margin-top: 0px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .img {
    width: 230px;
    margin-top: 40px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .txtgroup {
    margin-top: 1px;
  }
}
#falc11-21-mainimg .list .item:nth-child(1) .logo {
  width: 105px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .logo {
    margin-top: 50px;
    width: 158px;
  }
}
#falc11-21-mainimg .list .item:nth-child(1) .tag {
  display: none;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(1) .tag {
    display: none;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .img {
    margin-top: 50px;
  }
}
#falc11-21-mainimg .list .item:nth-child(2) .logo {
  width: 150px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .logo {
    margin-top: 55px;
    width: 196px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .tag {
    width: 129px;
    top: -15px;
    left: 220px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .tag::before {
    position: absolute;
    top: 16px;
    left: -175px;
    border-top: 1px solid #de4e40;
    border-left: 1px solid #de4e40;
    border-right: 1px solid #de4e40;
    height: 34px;
    width: 468px;
    content: "";
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(2) .tag img {
    position: relative;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(3) .img {
    margin-top: 50px;
  }
}
#falc11-21-mainimg .list .item:nth-child(3) .logo {
  width: 162px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(3) .logo {
    margin-top: 15px;
    width: 245px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .list .item:nth-child(3) .tag {
    display: none;
  }
}
#falc11-21-mainimg .btnlink._aqua {
  width: 275px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .btnlink._aqua {
    position: absolute;
    left: 422px;
    top: 103px;
    margin-top: 0;
    height: 40px;
    width: 400px;
  }
}
#falc11-21-mainimg .flex {
  flex-direction: column;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #falc11-21-mainimg .flex {
    margin-top: 70px;
    flex-direction: row;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
#falc11-21-mainimg .btnlink._blue {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 560px) {
  #falc11-21-mainimg .btnlink._blue {
    width: 300px;
  }
}
#falc11-21-mainimg .btnlink._white {
  width: 240px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}
@media (min-width: 560px) {
  #falc11-21-mainimg .btnlink._white {
    margin-top: 0;
    width: 300px;
  }
}

#falc11-21-reason {
  background-color: #91A4D4;
  padding: 0;
}
#falc11-21-reason .section-header {
  max-width: 100%;
  background-color: #FFFFFF;
  padding-top: 30px;
  padding-bottom: 20px;
  position: relative;
}
@media (min-width: 1024px) {
  #falc11-21-reason .section-header {
    padding-bottom: 5px;
  }
}
#falc11-21-reason .section-header::after {
  content: "";
  border: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
#falc11-21-reason .section-header .heading {
  color: #55639E;
  font-size: 2.6rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #falc11-21-reason .section-header .heading {
    font-size: 4rem;
  }
}
#falc11-21-reason .section-header .heading .number {
  font-size: 4.1rem;
}
@media (min-width: 1024px) {
  #falc11-21-reason .section-header .heading .number {
    font-size: 6.2rem;
  }
}
#falc11-21-reason .section-content {
  padding: 20px 15px 60px;
}
#falc11-21-reason .list .item:first-child {
  padding-bottom: 40px;
  background-image: url(../images/product/feature/falc11-21/section2-diagonal-line.png);
  background-position: center bottom;
}
#falc11-21-reason .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item + .item {
    display: inline-block;
  }
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item:nth-child(2) {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-reason .list .item:nth-child(2) {
    margin-left: 60px;
    margin-right: 5px;
  }
}
#falc11-21-reason .list .item:last-child {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item:last-child {
    margin-left: 30px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-reason .list .item:last-child {
    margin-left: 0;
  }
}
#falc11-21-reason .list .item .header {
  display: flex;
  color: #FFFFFF;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header {
    width: 100%;
    justify-content: center;
  }
}
#falc11-21-reason .list .item .header .icon {
  width: 60px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header .icon {
    width: 105px;
  }
}
#falc11-21-reason .list .item .header .txtgroup {
  margin-left: 4px;
}
#falc11-21-reason .list .item .header .heading {
  font-size: 2.2rem;
  font-weight: normal;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header .heading {
    line-height: 1;
    font-size: 5.7rem;
  }
}
#falc11-21-reason .list .item .header .lead {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .header .lead {
    font-size: 1.6rem;
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
  }
}
#falc11-21-reason .list .item .content {
  margin-top: 30px;
  color: #FFFFFF;
}
#falc11-21-reason .list .item .content .img {
  padding: 0 15px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .content .img {
    max-width: 589px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}
#falc11-21-reason .list .item .content .text {
  margin-top: 20px;
  padding: 0 15px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item .content .text {
    font-size: 1.6rem;
    margin-top: 30px;
    text-align: center;
  }
}
#falc11-21-reason .list .item > .img {
  padding-right: 15px;
}
@media (min-width: 560px) {
  #falc11-21-reason .list .item > .img {
    padding-right: 0;
  }
}

#falc11-21-smart.fugo-section {
  background-color: #EEEBF2;
  padding-bottom: 130px;
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .heading {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .flex {
    margin-left: auto;
  }
}
#falc11-21-smart.fugo-section .logo {
  max-width: 175px;
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .logo {
    width: 389px;
  }
}
#falc11-21-smart.fugo-section .img {
  order: -1;
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .img {
    right: auto;
    left: 0;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .btns {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .price {
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smart.fugo-section .note {
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .heading {
    width: 700px;
  }
}
#falc11-21-smartBt.fugo-section .logo {
  max-width: 200px;
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .logo {
    max-width: 465px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .flex {
    max-width: 700px;
    margin-top: 50px;
  }
}
#falc11-21-smartBt.fugo-section .flex .img {
  width: 124px;
  margin-left: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .flex .img {
    width: 250px;
  }
}
#falc11-21-smartBt.fugo-section .flex .img .certification {
  left: -10px;
  bottom: -35px;
}
@media (min-width: 560px) {
  #falc11-21-smartBt.fugo-section .flex .img .certification {
    left: -30px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .flex .img .certification {
    left: -70px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .btns {
    max-width: 700px;
  }
}
#falc11-21-smartBt.fugo-section .price {
  text-align: left;
  font-weight: normal;
  margin-top: 50px;
}
@media (min-width: 560px) {
  #falc11-21-smartBt.fugo-section .price {
    max-width: 700px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #falc11-21-smartBt.fugo-section .note {
    max-width: 700px;
  }
}

#falc11-21-usage {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-usage {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
#falc11-21-usage h2.heading {
  font-size: 2.4rem;
  color: #8092C8;
  text-align: center;
  padding-bottom: 25px;
  background-image: url(../images/product/feature/falc11-21/section6-title.png);
  background-position: center bottom;
}
@media (min-width: 1024px) {
  #falc11-21-usage h2.heading {
    font-size: 4rem;
  }
}
#falc11-21-usage .section-content > .text {
  margin-top: 25px;
  padding: 0 15px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .section-content > .text {
    margin-top: 80px;
    font-size: 1.7rem;
    letter-spacing: 2px;
    line-height: 2.25;
    text-align: center;
  }
}
#falc11-21-usage .chart {
  margin-top: 20px;
  position: relative;
}
@media (min-width: 768px) {
  #falc11-21-usage .chart {
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .chart {
    width: 920px;
  }
}
#falc11-21-usage .chart .bnrlink {
  position: absolute;
  right: 10px;
  top: -15px;
  width: 116px;
}
@media (max-width: 360px) {
  #falc11-21-usage .chart .bnrlink {
    right: 10px;
    top: -15px;
    width: 100px;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .chart .bnrlink {
    width: 190px;
    right: 80px;
    top: 0px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .chart .bnrlink {
    width: 235px;
    right: 112px;
    top: 0px;
  }
}
#falc11-21-usage .flex {
  flex-direction: column;
  margin-top: 30px;
  border-top: 1px solid #aaa;
  padding-top: 20px;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex {
    flex-direction: row;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .flex > .item {
    padding-top: 20px;
  }
}
#falc11-21-usage .flex > .item + .item {
  border-top: 1px solid #aaa;
  margin-top: 40px;
  padding-top: 40px;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex > .item + .item {
    border-top: none;
    border-left: 1px solid #aaa;
    margin-top: 0;
    padding-top: 20px;
    margin-left: 20px;
    padding-left: 20px;
  }
}
#falc11-21-usage .flex > .item .text {
  font-size: 1.2rem;
}
#falc11-21-usage .flex > .item .text + .text {
  margin-top: 5px;
}
#falc11-21-usage .flex .img {
  padding: 0 15px;
  margin-top: 0;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex .img {
    padding: 0;
  }
}
#falc11-21-usage .flex .img + .img {
  margin-top: 10px;
}
#falc11-21-usage .flex .btns {
  margin-top: 0;
  padding: 0 15px;
}
@media (min-width: 768px) {
  #falc11-21-usage .flex .btns {
    width: auto;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .flex .btns .btnlink {
    width: 140px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage .flex._first .item:first-child {
    padding-bottom: 25px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:first-child .img {
    width: 555px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:first-child .img + .img {
    width: 332px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }
}
#falc11-21-usage .flex._first .item:first-child .text {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:first-child .text {
    width: 512px;
    margin-top: 25px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:last-child .img {
    width: 367px;
  }
}
#falc11-21-usage .flex._first .item:last-child .img:first-child {
  width: 209px;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._first .item:last-child .img + .img {
    width: 345px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 14px;
  }
}
#falc11-21-usage .flex._second {
  border: none;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second {
    margin-right: 35px;
    margin-left: 35px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .item {
    width: 455px;
  }
}
#falc11-21-usage .flex._second .item .text {
  margin-top: 15px;
  padding: 0 15px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .item .text {
    text-align: center;
    margin-top: 10px;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .item .text + .text {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #falc11-21-usage .flex._second .block {
    width: 410px;
    margin-left: 25px;
  }
}
#falc11-21-usage h3.heading {
  padding: 20px 15px;
  color: #FFFFFF;
  font-size: 1.6rem;
  background-color: #333333;
  font-weight: normal;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  #falc11-21-usage h3.heading {
    margin-top: 0;
    font-size: 1.7rem;
    padding: 5px 15px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #falc11-21-usage h3.heading .bt {
    font-size: 2.2rem;
  }
}
#falc11-21-usage h3.heading .note {
  display: block;
  font-size: 1.4rem;
  text-indent: -1em;
  margin-left: 1em;
  margin-top: 5px;
  text-align: left;
}
@media (min-width: 1024px) {
  #falc11-21-usage h3.heading .note {
    display: inline-block;
    margin-top: 0;
    text-indent: 0;
    margin-left: 0.5em;
    font-size: 1.5rem;
  }
}
#falc11-21-usage .block h4.heading {
  margin-top: 20px;
}
#falc11-21-usage .block .text {
  padding: 0;
  margin-top: 10px;
}
#falc11-21-usage .block .list {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .list {
    margin-top: 10px;
  }
}
#falc11-21-usage .block .list .item {
  margin-top: 15px;
  text-indent: -1em;
  margin-left: 1em;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .list .item {
    margin-top: 10px;
    width: auto;
  }
}
#falc11-21-usage .block .flex {
  flex-direction: row;
  align-items: center;
  border: none;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .flex {
    border-top: none;
    margin-top: 20px;
  }
}
#falc11-21-usage .block .flex .text {
  font-size: 1.2rem;
  margin-top: 0;
}
#falc11-21-usage .block .flex .bnrlink {
  flex-shrink: 0;
  width: 184px;
  margin-left: 10px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .flex .bnrlink {
    margin-left: 20px;
  }
}
#falc11-21-usage .block .box {
  margin-top: 20px;
  border: 1px solid #333333;
  padding: 12px 15px;
}
@media (min-width: 1024px) {
  #falc11-21-usage .block .box {
    padding: 10px;
  }
}

#falc11-21-contact .section-content {
  padding-top: 40px;
  border-top: 1px solid #CCCCCC;
}
#falc11-21-contact .box {
  border: 1px solid #CCCCCC;
}
#falc11-21-contact .box + .box {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #falc11-21-contact .box + .box {
    margin-top: 50px;
  }
}
#falc11-21-contact .box .header {
  padding: 10px 15px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .header {
    padding: 13px 25px;
    flex-direction: row;
    align-items: center;
  }
}
#falc11-21-contact .box .heading {
  font-size: 1.6rem;
  color: #4A3C93;
}
@media (min-width: 560px) {
  #falc11-21-contact .box .heading {
    font-size: 1.9rem;
  }
}
#falc11-21-contact .box .time {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .time {
    font-size: 1.7rem;
    margin-left: 20px;
  }
}
#falc11-21-contact .box .content {
  padding: 20px;
  background-color: #FFFFFF;
}
#falc11-21-contact .box .btnlink {
  line-height: 1.3;
}
@media (min-width: 560px) {
  #falc11-21-contact .box .btnlink {
    width: 380px;
    height: 45px;
  }
}
#falc11-21-contact .box .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .flex {
    flex-direction: row;
    justify-content: center;
  }
}
#falc11-21-contact .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#falc11-21-contact .box .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .item + .item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .item:nth-child(1) .tel {
    margin-top: 27px;
  }
}
#falc11-21-contact .box .text {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .text {
    font-size: 1.6rem;
  }
}
#falc11-21-contact .box .tel {
  font-size: 2.2rem;
  background-image: url(../images/common/tel_icon.svg);
  background-size: 21px;
  background-position: left top 10px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .tel {
    font-size: 3rem;
    background-size: 33px;
    padding-left: 42px;
    background-position: left top 12px;
  }
}
#falc11-21-contact .box .slash {
  display: none;
}
@media (min-width: 1024px) {
  #falc11-21-contact .box .slash {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#falc-31Development .page-title .brackets {
  font-size: 1.4rem;
  vertical-align: middle;
  margin-left: 5px;
}
@media (min-width: 560px) {
  #falc-31Development .page-title .brackets {
    font-size: 1.8rem;
  }
}

#falc-31Development-list .list {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 560px) {
  #falc-31Development-list .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
}
@media (min-width: 560px) {
  #falc-31Development-list .list .item {
    flex-direction: row;
    flex-wrap: wrap;
    width: calc((100% - 46px) / 2);
  }
}
#falc-31Development-list .list .item + .item {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #falc-31Development-list .list .item:nth-child(2) {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #falc-31Development-list .list .item:nth-child(2n) {
    margin-left: 46px;
  }
}
#falc-31Development-list .list .name {
  font-size: 1.6rem;
  color: #4A3C93;
  margin-top: 15px;
}
@media (min-width: 560px) {
  #falc-31Development-list .list .name {
    font-size: 1.8rem;
  }
}
#falc-31Development-list .list .text {
  margin-top: 5px;
}

.notice .inner {
  border: 1px solid #F3F2F8;
  background: #fff;
  padding: 20px 15px;
}
@media (min-width: 1024px) {
  .notice .inner {
    padding: 30px 26px;
  }
}
.notice h2 {
  color: #35277B;
  font-size: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #9386D6;
  margin-bottom: 14px;
}
.notice h2.zettai,
.notice h2.chuui {
  color: #a15151;
  border-bottom: 1px solid #AFAFAF;
  padding: 3px 0 10px 45px;
}
.notice h2.zettai {
  background: url(../img/development/attention/zettai.jpg) 0px 0px no-repeat;
}
.notice h2.chuui {
  background: url(../img/development/attention/chuui.jpg) 0px 0px no-repeat;
}
.notice .tab-list .btnlink > span {
  text-align: center;
  line-height: 1.15;
}
.notice .tab-list .btnlink > span > span {
  display: block;
}
.notice .tab-list .btnlink > span > small {
  display: block;
  font-size: 1.1rem;
}
.notice p {
  font-size: 117%;
}
.notice .zu {
  background: #F6F6F6;
  padding: 30px 5px 5px 10px;
  margin-bottom: 30px;
}
.notice .zu .group {
  margin-bottom: 25px;
}
.notice .zu h4 {
  color: #35277b;
  font-size: 14px;
  margin-bottom: 20px;
}
.notice .zu .word {
  border: 1px solid #D5D5D5;
  position: relative;
  padding: 5px;
}
.notice .zu .word th,
.notice .zu .word td {
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
}
.notice .shiki {
  margin: 30px 0 30px 85px;
}
.notice .reference h3 {
  font-weight: normal;
  margin-bottom: 5px;
}
.notice .reference p {
  font-size: 14px;
  margin-left: 1.75em;
  text-indent: -1.75em;
}
.notice .dulcinea {
  font-family: "dulcinea";
  font-size: 26px;
  line-height: 1;
  padding: 0 5px;
}
.notice sub {
  vertical-align: baseline;
  font-size: 13px;
}
.notice .pagetitle {
  display: flex;
  align-items: flex-start;
  font-size: 2rem;
}
@media (min-width: 1024px) {
  .notice .pagetitle {
    line-height: 1;
    display: block;
    font-size: 3rem;
  }
}
.notice .pagetitle .icon {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  .notice .pagetitle .icon {
    margin-right: 0;
  }
}
.notice .pagetitle .icon img {
  width: 32px;
}
@media (min-width: 1024px) {
  .notice .pagetitle .icon img {
    width: 38px;
  }
}
.notice .pin {
  overflow: hidden;
}
@media (min-width: 560px) {
  .notice .pin-list {
    float: left;
    width: 625px;
  }
}
.notice .pin-img img {
  float: right;
  width: 132px;
}
@media (min-width: 1024px) {
  .notice .pin-img img {
    width: 200px;
  }
}
.notice .list .txt {
  padding-left: 25px;
  text-indent: 0px;
}
.notice .group {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #E2E1E8;
}
.notice h2 {
  color: #a15151;
  border-bottom: none;
}
.notice .attention-list2 {
  margin-bottom: 0;
}
.notice .group h3 {
  margin-bottom: 5px;
  font-size: 15px;
  color: #65646E;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, "Hiragino Kaku Gothic Pro", "Osaka", sans-serif;
}
.notice .parent-menu-wrapper {
  text-align: center;
  height: 55px;
}
.notice .parent-menu {
  display: inline-block;
}

@media (min-width: 1024px) {
  #alcohol_checkerIndex .page-content {
    margin-top: 50px;
  }
}
#alcohol_checkerIndex .modal .modal__content {
  margin: 50px auto 50px;
}
#alcohol_checkerIndex .modal .modal__movie {
  padding: 0 15px 15px;
  display: flex;
  justify-content: center;
}
#alcohol_checkerIndex .modal .modal__movie .video {
  width: 100%;
  height: 240px;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex .modal .modal__movie .video {
    max-width: 760px;
    height: 428px;
    width: 760px;
    text-align: center;
  }
}
#alcohol_checkerIndex .modal .modal__movie iframe {
  width: 100%;
  height: 240px;
  aspect-ratio: 760/428;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex .modal .modal__movie iframe {
    max-width: 760px;
    height: 428px;
    width: 760px;
    text-align: center;
  }
}
#alcohol_checkerIndex .modal .modal__relative {
  padding: 15px;
  background-color: #F4F4F4;
}
#alcohol_checkerIndex .modal .modal__relative .heading {
  font-size: 1.4rem;
}
#alcohol_checkerIndex .modal .modal__relative .list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex .modal .modal__relative .list {
    flex-wrap: nowrap;
  }
}
@media (min-width: 560px) {
  #alcohol_checkerIndex .modal .modal__relative .list .item {
    flex: 1;
    width: calc((100% - 15px) / 2);
  }
}
#alcohol_checkerIndex .modal .modal__relative .list .link {
  font-size: 1.2rem;
  cursor: pointer;
  display: block;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex .modal .modal__relative .list .link {
    max-width: 139px;
  }
}
#alcohol_checkerIndex .modal.modal.is-beginning-width-full .video {
  width: 760px;
}

#alcohol_checkerIndex-index .section-content {
  position: relative;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list {
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list .link {
    flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list .link:nth-child(4) {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .index-list .link:nth-child(5) {
    margin-top: 20px;
  }
}
#alcohol_checkerIndex-index .movie {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie {
    display: flex;
    margin-top: 25px;
    margin-left: 25px;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie .item {
    max-width: 139px;
  }
}
#alcohol_checkerIndex-index .movie .item + .item {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie .item + .item {
    margin-top: 0;
    margin-left: 20px;
  }
}
#alcohol_checkerIndex-index .movie .bnrlink {
  cursor: pointer;
}
#alcohol_checkerIndex-index .movie .link {
  background-color: transparent;
  display: flex;
  align-items: center;
  text-decoration: underline;
  cursor: pointer;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .movie .link {
    font-size: 1.1rem;
    padding: 0;
    letter-spacing: -1px;
    margin-top: 5px;
  }
}
#alcohol_checkerIndex-index .movie .link::before {
  content: "";
  background-image: url(../images/common/movie_icon.svg);
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  margin-right: 5px;
}
#alcohol_checkerIndex-index .bnrlink._catalog {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 220px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-index .bnrlink._catalog {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -100px;
    max-width: 265px;
  }
}

#alcohol_checkerIndex-contact .section-content {
  margin-top: 40px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .section-content {
    margin-top: 60px;
  }
}
#alcohol_checkerIndex-contact .box {
  border: 1px solid #CCCCCC;
}
#alcohol_checkerIndex-contact .box + .box {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .box + .box {
    margin-top: 50px;
  }
}
#alcohol_checkerIndex-contact .box .header {
  padding: 10px 15px;
  background-color: #F4F4F4;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .header {
    padding: 13px 25px;
    flex-direction: row;
    align-items: center;
  }
}
#alcohol_checkerIndex-contact .box .heading {
  font-size: 1.6rem;
  color: #4A3C93;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .box .heading {
    font-size: 1.9rem;
  }
}
#alcohol_checkerIndex-contact .box .time {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .time {
    font-size: 1.7rem;
    margin-left: 20px;
  }
}
#alcohol_checkerIndex-contact .box .content {
  padding: 20px;
  background-color: #FFFFFF;
}
#alcohol_checkerIndex-contact .box .btnlink {
  line-height: 1.3;
  width: auto;
  max-width: 275px;
}
@media (min-width: 560px) {
  #alcohol_checkerIndex-contact .box .btnlink {
    max-width: 380px;
    height: 45px;
  }
}
#alcohol_checkerIndex-contact .box .btnlink + .btnlink {
  margin-top: 20px;
}
#alcohol_checkerIndex-contact .box .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .flex {
    flex-direction: row;
    justify-content: center;
  }
}
#alcohol_checkerIndex-contact .box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#alcohol_checkerIndex-contact .box .item + .item {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .item + .item {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #CCCCCC;
  }
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .item:nth-child(1) .tel {
    margin-top: 27px;
  }
}
#alcohol_checkerIndex-contact .box .text {
  text-align: center;
  font-size: 1.4rem;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .text {
    font-size: 1.6rem;
  }
}
#alcohol_checkerIndex-contact .box .tel {
  font-size: 2.2rem;
  background-image: url(../images/common/tel_icon.svg);
  background-size: 21px;
  background-position: left top 10px;
  padding-left: 30px;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .tel {
    font-size: 3rem;
    background-size: 33px;
    padding-left: 42px;
    background-position: left top 12px;
  }
}
#alcohol_checkerIndex-contact .box .slash {
  display: none;
}
@media (min-width: 1024px) {
  #alcohol_checkerIndex-contact .box .slash {
    display: inline;
    margin-right: 10px;
    margin-left: 10px;
  }
}

#alcohol_checkerFlow-step .list {
  margin-top: 50px;
}
#alcohol_checkerFlow-step .item {
  background-image: linear-gradient(to right, #FFFFFF 28px, #BEBEBE 29px, #FFFFFF 29px);
  background-repeat: repeat-y;
  padding-bottom: 30px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .item {
    background-image: linear-gradient(to right, #FFFFFF 40px, #BEBEBE 41px, #FFFFFF 41px);
  }
}
#alcohol_checkerFlow-step .item:last-child {
  background-image: none;
}
#alcohol_checkerFlow-step .header {
  display: flex;
  align-items: center;
}
#alcohol_checkerFlow-step .header .icon {
  width: 60px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .header .icon {
    width: 86px;
  }
}
#alcohol_checkerFlow-step .header .heading {
  font-size: 2.1rem;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .header .heading {
    font-size: 2.4rem;
  }
}
#alcohol_checkerFlow-step .content {
  margin-left: 67px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .content {
    margin-left: 94px;
  }
}
#alcohol_checkerFlow-step .box {
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box {
    margin-top: -5px;
  }
}
#alcohol_checkerFlow-step .box + .box {
  margin-top: 20px;
}
#alcohol_checkerFlow-step .box .head {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 5px 62px;
  background-size: 39px;
  background-position: left 13px top;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box .head {
    background-size: 40px;
  }
}
#alcohol_checkerFlow-step .box .body {
  padding: 12px 10px 15px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
#alcohol_checkerFlow-step .box .body h3.heading {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box .body h3.heading {
    font-size: 2rem;
  }
}
#alcohol_checkerFlow-step .box .body h3.heading img {
  width: 31px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .box .body h3.heading img {
    width: 40px;
  }
}
#alcohol_checkerFlow-step .box .body .text {
  margin-top: 10px;
}
#alcohol_checkerFlow-step .box .body .btnlink {
  height: 60px;
  margin-top: 20px;
  width: 100%;
  max-width: 275px;
}
#alcohol_checkerFlow-step .box._customer {
  background-color: #E1EFF9;
}
#alcohol_checkerFlow-step .box._customer .head {
  color: #1181DE;
  background-image: url(../images/alcohol_checker/flow/icon-customer.png);
}
#alcohol_checkerFlow-step .box._customer .body {
  border: 1px solid #C0D7E8;
}
#alcohol_checkerFlow-step .box._figaro {
  background-color: #EDEBF8;
}
#alcohol_checkerFlow-step .box._figaro .head {
  color: #4A3C93;
  background-image: url(../images/alcohol_checker/flow/icon-figaro.png);
}
#alcohol_checkerFlow-step .box._figaro .body {
  border: 1px solid #D9D6E6;
}
#alcohol_checkerFlow-step .block {
  padding: 25px 30px 35px;
  background-color: #F7F7F7;
  border: 3px solid #D3D3D3;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .block {
    border-width: 5px;
    padding: 28px 30px 37px;
  }
}
#alcohol_checkerFlow-step .block .text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .block .text {
    font-size: 2rem;
  }
}
#alcohol_checkerFlow-step .block .btnlink {
  margin-top: 10px;
  max-width: 100%;
}
@media (min-width: 560px) {
  #alcohol_checkerFlow-step .block .btnlink {
    width: 372px;
  }
}

@media (min-width: 1024px) {
  #supportAlcoholchecker .page-title {
    font-size: 3.1rem;
    background-image: url(../images/support/alcohol-checker/title-img.png);
    background-position: left 450px top 7px;
  }
}
#supportAlcoholchecker .page-subtitle {
  line-height: 1.5;
  display: block;
  margin-left: 0;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker .page-subtitle {
    font-size: 2rem;
  }
}
#supportAlcoholchecker .section-header + .section-content {
  margin-top: 20px;
}

#supportAlcoholchecker-flow .lead {
  background-image: url(../images/support/alcohol-checker/title-img.png);
  background-position: left top;
  padding-left: 60px;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-flow .lead {
    padding-left: 0;
    margin-right: 10px;
    margin-left: 10px;
    background-image: none;
  }
}
#supportAlcoholchecker-flow .flow {
  margin-top: 20px;
  padding: 20px 15px;
  background-color: #EEEEEE;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-flow .flow {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#supportAlcoholchecker-flow .flow .step {
  display: flex;
}
#supportAlcoholchecker-flow .flow .step + .step {
  padding-top: 25px;
}
#supportAlcoholchecker-flow .flow .step:last-child .head::after {
  display: none;
}
#supportAlcoholchecker-flow .flow .head {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  font-size: 1.6rem;
  color: #4A3C93;
  min-width: 130px;
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 360px) {
  #supportAlcoholchecker-flow .flow .head {
    font-size: 1.4rem;
    min-width: 110px;
    padding: 10px;
  }
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .head {
    min-width: 200px;
  }
}
#supportAlcoholchecker-flow .flow .head::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 20px;
  bottom: -20px;
  background-image: url(../images/support/alcohol-checker/arrow.svg);
}
#supportAlcoholchecker-flow .flow .body {
  margin-left: 10px;
  padding: 13px;
  background-color: #FFFFFF;
  flex-grow: 1;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .body {
    margin-left: 20px;
  }
}
#supportAlcoholchecker-flow .flow .flex {
  flex-direction: column;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .flex {
    flex-direction: row;
    justify-content: flex-end;
  }
}
#supportAlcoholchecker-flow .flow ._link {
  margin-top: 10px;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow ._link {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
#supportAlcoholchecker-flow .flow ._link::after {
  content: "";
  border: 3px solid transparent;
  border-top: 5px solid #666666;
  margin-top: 2px;
  margin-left: auto;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow ._link::after {
    border: 3px solid transparent;
    border-left: 5px solid #666666;
    margin-top: 0;
    margin-left: 10px;
  }
}
#supportAlcoholchecker-flow .flow .bnrlink {
  margin-top: 5px;
  max-width: 103px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-flow .flow .bnrlink {
    margin-right: 0;
    margin-left: 20px;
  }
}
#supportAlcoholchecker-flow .flow .note {
  font-weight: bold;
  font-size: 1.2rem;
  color: #D23232;
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-flow .flow .note {
    font-size: 1.4rem;
  }
}

#supportAlcoholchecker-meyasu {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-meyasu .section-content {
    margin-right: 10px;
    margin-left: 10px;
  }
}
#supportAlcoholchecker-meyasu .box {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-meyasu .box {
    max-width: 355px;
    margin-right: auto;
    margin-left: auto;
  }
}
#supportAlcoholchecker-meyasu .box + .text {
  margin-top: 15px;
}
#supportAlcoholchecker-meyasu .for {
  margin-top: 15px;
  padding: 15px;
  border: 3px solid #3269C4;
  color: #3269C4;
}

#supportAlcoholchecker-contact {
  margin-top: 40px;
}
#supportAlcoholchecker-contact .box {
  padding: 15px;
  border: 1px solid #CCCCCC;
  background-color: #EEEEEE;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-contact .box {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
#supportAlcoholchecker-contact .box .heading {
  color: #4A3C93;
  font-size: 1.8rem;
  text-align: center;
}
@media (min-width: 1024px) {
  #supportAlcoholchecker-contact .box .heading {
    text-align: left;
    font-size: 2rem;
  }
}
#supportAlcoholchecker-contact .box .text {
  margin-top: 5px;
}
#supportAlcoholchecker-contact .box .text img {
  width: auto;
  vertical-align: text-bottom;
}
#supportAlcoholchecker-contact .box .text a {
  text-decoration: none;
}
#supportAlcoholchecker-contact .btnlink {
  margin-top: 30px;
  line-height: 1.3;
}
@media (min-width: 560px) {
  #supportAlcoholchecker-contact .btnlink {
    width: 420px;
  }
}

#technicalinfoIndex-index .heading {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 5px;
  margin-top: 30px;
}
#technicalinfoIndex-index .heading::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/product/index/heading_icon.svg);
  margin-right: 10px;
  flex-shrink: 0;
}
#technicalinfoIndex-index .index-list {
  margin-top: 20px;
}
#technicalinfoIndex-index .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block {
    max-width: 470px;
  }
}
@media (min-width: 1024px) {
  #technicalinfoIndex-index .flex .block + .block {
    margin-left: 20px;
  }
}

.principle .tab-section {
  margin-top: 30px;
}
@media (min-width: 560px) {
  .principle .tab-section {
    margin-top: 35px;
  }
}
.principle .tab-body sub {
  vertical-align: baseline;
  font-size: 13px;
}
.principle .tab-body h3::before {
  width: 1em;
  height: 1em;
  margin-top: 0.275em;
}
.principle .tab-body .dulcinea {
  font-family: "dulcinea";
  font-size: 26px;
  line-height: 1;
  padding: 0 5px;
}
.principle .tab-body .nowrap {
  white-space: nowrap;
}
.principle .tab-body .vanilla-table {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
}
.principle .tab-body .vanilla-table th, .principle .tab-body .vanilla-table td {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-weight: normal;
  vertical-align: top;
}
.principle .tab-body .small-table {
  font-size: 1.2rem;
}

.principle-intro .flex .img {
  margin: 20px 20px 0;
}
@media (min-width: 560px) {
  .principle-intro .flex .img {
    max-width: 160px;
    margin: 0 0 0 20px;
    flex-shrink: 0;
  }
}

#principleMostype-description .tab-body .flex {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .img {
    order: 2;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .txtgroup {
    order: 1;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .txtgroup h3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .img {
    margin-left: 20px;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .flex .img img {
    width: 300px;
  }
}
#principleMostype-description .tab-body table {
  margin-top: 15px;
}
#principleMostype-description .tab-body .box .group {
  display: flex;
  flex-direction: column;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
#principleMostype-description .tab-body .box .group + .group {
  margin-top: 25px;
}
#principleMostype-description .tab-body .box .group h4 {
  color: #4A3C93;
  font-size: 1.2rem;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group h4 {
    width: 100%;
    font-size: 1.4rem;
  }
}
#principleMostype-description .tab-body .box .group .img {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group .img {
    width: 400px;
  }
}
#principleMostype-description .tab-body .box .group .legend {
  margin: 15px 10px 0;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group .legend {
    margin: 0;
    width: 32%;
    margin-top: 10px;
  }
}
#principleMostype-description .tab-body .box .group:nth-child(2) .img {
  width: 70%;
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group:nth-child(2) .img {
    width: 200px;
    margin-left: 40px;
  }
}
@media (min-width: 560px) {
  #principleMostype-description .tab-body .box .group:nth-child(2) .legend {
    margin-left: 30px;
  }
}
#principleMostype-description .tab-body .box .group:nth-child(2) .legend dt {
  width: 15%;
}

#principleCatalytic-description .tab-body h3 + img {
  margin-top: 10px;
}
#principleCatalytic-description .tab-body .flex {
  margin-top: 25px;
}
#principleCatalytic-description .tab-body .flex._space-between {
  justify-content: space-between;
}
#principleCatalytic-description .tab-body .flex._space-between .flex-item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 560px) {
  #principleCatalytic-description .tab-body .flex._space-between .flex-item:not(:first-child) {
    margin-top: 0;
  }
}

#principleNdir-description .tab-body img {
  width: auto;
  max-width: 100%;
}
#principleNdir-description .tab-body h3 + img {
  margin-top: 10px;
}
#principleNdir-description .tab-body .img-center {
  text-align: center;
}
#principleNdir-description .tab-body > .img-center {
  margin-top: 15px;
}
#principleNdir-description .tab-body .flex {
  margin-top: 25px;
}
#principleNdir-description .tab-body .flex._space-between {
  justify-content: space-between;
}
#principleNdir-description .tab-body .flex._space-between .flex-item:not(:first-child) {
  margin-top: 25px;
}
@media (min-width: 560px) {
  #principleNdir-description .tab-body .flex._space-between .flex-item:not(:first-child) {
    margin-top: 0;
  }
}
@media all and (max-width: 375px) {
  #principleNdir-description .tab-body .mjx-chtml {
    font-size: 100% !important;
  }
}
#principleNdir-description .tab-body .legend {
  margin-left: auto;
  margin-right: auto;
  max-width: 343px;
}
#principleNdir-description .tab-body .legend > div {
  display: flex;
  align-items: center;
  flex: 1 1 33.333%;
}
#principleNdir-description .tab-body .legend dt, #principleNdir-description .tab-body .legend dd {
  color: rgb(99, 99, 107);
}
#principleNdir-description .tab-body .legend dd {
  flex-shrink: 1;
  flex-grow: 0;
  width: auto;
}
@media all and (max-width: 375px) {
  #principleNdir-description .tab-body .legend dd {
    font-size: 1rem;
  }
}
#principleNdir-description .tab-body .legend .MJXc-display {
  margin: 0 !important;
}
#principleNdir-description .tab-body .legend dd::before {
  content: "=";
}

@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body img {
    max-width: 100%;
    width: auto;
  }
}
#principleElectrochemical-description .tab-body .img {
  text-align: center;
}
#principleElectrochemical-description .tab-body .img .caption {
  font-size: 1.2rem;
  margin-top: 1rem;
}
#principleElectrochemical-description .tab-body > * + * {
  margin-top: 30px;
}
#principleElectrochemical-description .tab-body .flex {
  margin-top: 15px;
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .img {
    order: 2;
  }
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .txtgroup {
    order: 1;
  }
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .txtgroup h3:first-child {
    margin-top: 0;
  }
}
@media (min-width: 560px) {
  #principleElectrochemical-description .tab-body .flex .img {
    flex: 0 0 auto;
    margin-left: 20px;
  }
}
#principleElectrochemical-description .tab-body .reference p {
  font-size: 14px;
  margin-left: 1.75em;
  text-indent: -1.75em;
}

#challengeCo {
  background-image: url(../images/challenge/co/bg-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #challengeCo {
    background-image: url(../images/challenge/co/bg.jpg);
    background-size: 1400px;
    background-position: center top;
  }
}
#challengeCo .page-header {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #challengeCo .page-header .page-title {
    width: 644px;
    margin-right: auto;
    margin-left: auto;
  }
}
#challengeCo .page-content {
  margin-top: 0;
  margin-right: 15px;
  margin-left: 15px;
  border-right: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-radius: 3px;
}
@media (min-width: 1024px) {
  #challengeCo .page-content {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
}

#challengeCo-intro {
  padding: 0;
  background-color: #F7F7F9;
}
#challengeCo-intro .flex {
  padding: 0 15px 30px;
  flex-direction: column;
}
@media (min-width: 560px) {
  #challengeCo-intro .flex {
    padding-top: 30px;
    flex-direction: row;
  }
}
@media (min-width: 560px) {
  #challengeCo-intro .flex .img {
    min-width: 280px;
    max-width: 337px;
    margin-left: 35px;
  }
}
@media (min-width: 560px) {
  #challengeCo-intro .flex .text {
    max-width: 504px;
    margin-left: 30px;
    margin-top: 15px;
  }
}

#challengeCo-mamoru {
  padding: 35px 15px;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru {
    padding: 75px 40px;
  }
}
#challengeCo-mamoru .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .flex {
    flex-direction: row;
    width: 855px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .txtgroup {
    width: 396px;
  }
}
@media (min-width: 560px) {
  #challengeCo-mamoru .heading {
    width: 396px;
  }
}
#challengeCo-mamoru .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .text {
    margin-top: 25px;
  }
}
#challengeCo-mamoru .img {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-mamoru .img {
    width: 382px;
    margin-left: auto;
    margin-top: 0;
  }
}
#challengeCo-mamoru .img .caption {
  font-size: 1.2rem;
  margin-top: 10px;
}

#challengeCo-rinen {
  padding: 40px 15px;
  background-color: #F7F7F9;
}
@media (min-width: 1024px) {
  #challengeCo-rinen {
    padding: 0 30px 0 0;
  }
}
#challengeCo-rinen .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeCo-rinen .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #challengeCo-rinen .txtgroup {
    width: 508px;
    margin-left: auto;
    margin-top: 90px;
  }
}
@media (min-width: 560px) {
  #challengeCo-rinen .heading {
    width: 508px;
  }
}
#challengeCo-rinen .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-rinen .text {
    margin-top: 25px;
  }
}
#challengeCo-rinen .img {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  #challengeCo-rinen .img {
    order: -1;
    width: 383px;
    margin: 0;
  }
}

#challengeCo-share {
  padding: 40px 15px;
}
@media (min-width: 1024px) {
  #challengeCo-share {
    position: relative;
    padding: 70px 0;
  }
}
@media (min-width: 1024px) {
  #challengeCo-share .txtgroup {
    position: relative;
    z-index: 1;
    width: 390px;
    margin-left: 70px;
    margin-top: 40px;
  }
}
@media (min-width: 560px) {
  #challengeCo-share .heading {
    width: 382px;
  }
}
#challengeCo-share .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-share .text {
    margin-top: 25px;
  }
}
#challengeCo-share .img {
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  #challengeCo-share .img {
    position: absolute;
    margin: 0;
    left: 0;
    top: 70px;
  }
}
#challengeCo-share .box {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-share .box {
    margin-top: 15px;
  }
}
#challengeCo-share .box .heading {
  font-size: 1.4rem;
}
#challengeCo-share .box .text {
  margin-top: 10px;
}

#challengeCo-kateiyou {
  padding: 40px 15px;
  background-image: url(../images/challenge/co/kateiyou-bg-sp.jpg);
  background-size: 100%;
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou {
    padding: 70px 0;
    background-image: url(../images/challenge/co/kateiyou-bg.jpg);
  }
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou .txtgroup {
    position: relative;
    z-index: 1;
    width: 625px;
    margin-top: 40px;
    margin-left: 40px;
  }
}
#challengeCo-kateiyou .heading {
  width: 230px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .heading {
    width: 618px;
  }
}
#challengeCo-kateiyou .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-kateiyou .text {
    margin-top: 25px;
  }
}
#challengeCo-kateiyou .list {
  margin-top: 30px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list {
    display: flex;
  }
}
#challengeCo-kateiyou .list .item {
  border: 1px solid #CCCCCC;
  padding: 15px;
  background-color: #FFFFFF;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .item {
    width: 280px;
    border-color: #EFEFEF;
  }
}
#challengeCo-kateiyou .list .item + .item {
  margin-top: 20px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .item + .item {
    margin-top: 0;
    margin-left: 20px;
  }
}
#challengeCo-kateiyou .list .spec {
  margin-top: 10px;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .spec {
    font-size: 1.2rem;
  }
}
#challengeCo-kateiyou .list .spec div {
  display: flex;
}
#challengeCo-kateiyou .list .spec dt {
  font-weight: normal;
  width: 6.5em;
  flex-shrink: 0;
}
#challengeCo-kateiyou .list .spec dd {
  width: 100%;
}
#challengeCo-kateiyou .list .spec dd::before {
  content: "：";
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .description {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}
#challengeCo-kateiyou .list .btnlink {
  margin-top: 15px;
  font-size: 1.6rem;
  max-width: 100%;
}
@media (min-width: 560px) {
  #challengeCo-kateiyou .list .btnlink {
    width: 116px;
    height: 32px;
    font-size: 1.3rem;
    margin-left: 0;
  }
  #challengeCo-kateiyou .list .btnlink::before {
    width: 13px;
    height: 13px;
  }
}

#challengeCo-kurashi {
  padding: 40px 15px;
  background-image: url(../images/challenge/co/kurashi-bg-sp.jpg);
  background-position: left -1px top;
  background-size: cover;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi {
    padding: 39px 0 15px;
    background-image: url(../images/challenge/co/kurashi-bg.jpg);
    background-size: inherit;
  }
}
#challengeCo-kurashi .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .flex {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .txtgroup {
    position: relative;
    z-index: 1;
    width: 448px;
    margin-left: 40px;
    margin-top: 65px;
  }
}
@media (min-width: 560px) {
  #challengeCo-kurashi .heading {
    width: 448px;
  }
}
#challengeCo-kurashi .text {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .text {
    margin-top: 25px;
    width: 440px;
  }
}
#challengeCo-kurashi .img {
  margin-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .img {
    margin: 0;
    width: 428px;
    margin-left: 10px;
  }
}
#challengeCo-kurashi .box {
  border: 1px solid #CCCCCC;
  padding: 15px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #challengeCo-kurashi .box {
    margin-top: 15px;
  }
}
#challengeCo-kurashi .box .heading {
  font-size: 1.4rem;
}
#challengeCo-kurashi .box .text {
  margin-top: 10px;
}

.faq .page-title {
  font-weight: normal;
}
.faq .page-lead {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  .faq .page-lead {
    font-size: 1.6rem;
  }
}
.faq .faq-menu {
  margin-bottom: 20px;
}
.faq .faq-menu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
}
.faq .faq-menu ul:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
  visibility: hidden;
}
.faq .faq-menu li {
  float: left;
  margin-bottom: 14px;
  flex-basis: calc(50% - 10px);
  background: linear-gradient(top, #EEEEEE, #F5F4F4);
  background: -ms-linear-gradient(top, #EEEEEE, #F5F4F4);
  background: -moz-linear-gradient(top, #EEEEEE, #F5F4F4);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#F5F4F4));
  -pie-background: linear-gradient(#EEEEEE 0%, #F5F4F4 100%);
}
@media (min-width: 1024px) {
  .faq .faq-menu li {
    flex-basis: calc(50% - 15px);
  }
}
.faq .faq-menu li:nth-child(even) {
  margin-left: 20px;
}
@media (min-width: 1024px) {
  .faq .faq-menu li:nth-child(even) {
    margin-left: 30px;
  }
}
.faq .faq-menu li a {
  display: block;
  padding: 0 30px 0 15px;
  color: #4a3c92;
  background-position: right bottom;
  background-repeat: no-repeat;
  text-decoration: none;
}
.faq .faq-menu li a:hover {
  text-decoration: underline;
}
.faq .faq-menu td {
  border: none;
}
.faq .faq-menu #cat315 a {
  background-image: url(../images/faq/index/icon1.png);
}
.faq .faq-menu #cat316 a {
  background-image: url(../images/faq/index/icon2.png);
}
.faq .faq-menu #cat320 a {
  background-image: url(../images/faq/index/icon3.png);
}
.faq .faq-menu #cat323 a {
  background-image: url(../images/faq/index/icon4.png);
}
.faq .faq-menu li table {
  border-collapse: collapse;
}
.faq .faq-menu li td {
  height: 84px;
  vertical-align: middle;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6;
  padding: 0;
  font-size: 1.6rem;
  text-indent: -1.6rem;
  padding-left: 16px;
}
@media (min-width: 1024px) {
  .faq .faq-menu li td {
    font-size: 1.8rem;
    height: 80px;
    text-indent: 0;
  }
}
.faq .faq-menu li td::before {
  display: inline-block;
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  .faq .faq-menu li td::before {
    position: relative;
    top: -2px;
    width: 6px;
    height: 10px;
    margin-right: 5px;
  }
}
.faq .faq-contact {
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #F3F3F3;
  padding: 30px 17px;
}
.faq .faq-contact .item {
  width: 100%;
}
.faq .faq-contact .item .btnlink {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .faq .faq-contact .item {
    display: flex;
  }
  .faq .faq-contact .item .btnlink {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 1024px) {
  .faq .faq-contact {
    padding: 22px 60px;
  }
}
.faq .faq-contact h2 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: normal;
}

#FaqDetail {
  /* end */
}
#FaqDetail .block:not(:first-child) {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #FaqDetail .block:not(:first-child) {
    margin-top: 45px;
  }
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu {
    margin-left: 10px;
  }
}
#FaqDetail .faq-category-menu ul {
  list-style: none;
  padding-left: 0;
}
#FaqDetail .faq-category-menu ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#FaqDetail .faq-category-menu li:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li {
    float: left;
    margin: 0 25px 0 0px;
    width: 214px;
    margin-right: 25px;
  }
}
#FaqDetail .faq-category-menu li a {
  border: 1px solid #cccccc;
  background: linear-gradient(top, #fefefe, #e0e0e0);
  background: -ms-linear-gradient(top, #fefefe, #e0e0e0);
  background: -moz-linear-gradient(top, #fefefe, #e0e0e0);
  background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#e0e0e0));
  display: block;
  padding: 14px 0 14px 55px;
  box-shadow: 2px 2px 2px rgba(100, 100, 100, 0.2), 0px 0px 1px 1px rgb(255, 255, 255) inset;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li a {
    padding: 18px 0 18px 30px;
  }
}
#FaqDetail .faq-category-menu li a img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 50px;
}
@media (min-width: 560px) {
  #FaqDetail .faq-category-menu li a img {
    height: 59px;
  }
}
#FaqDetail .faq-category-menu .col3 li {
  width: 100%;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu .col3 li {
    width: 214px;
    margin-right: 25px;
    font-size: 1.4rem;
  }
}
#FaqDetail .faq-category-menu .col3 li:nth-child(3n) {
  margin-right: 0;
}
#FaqDetail .faq-category-menu .col4 li {
  width: 100%;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu .col4 li {
    margin-right: 16px;
    width: 160px;
  }
}
#FaqDetail .faq-category-menu .col4 li:nth-child(4n) {
  margin-right: 0;
}
@media (min-width: 560px) {
  #FaqDetail .faq-category-menu .col4 li a {
    padding-left: 30px;
  }
}
#FaqDetail .faq-category-menu li a:hover {
  display: block;
  font-weight: bold;
}
#FaqDetail .faq-category-menu li a:before {
  content: "";
  background-image: url(../images/faq/common/menu.svg);
  background-size: cover;
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -8px;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-category-menu li a:before {
    left: 10px;
  }
}
#FaqDetail .faq-category-menu li a img {
  position: absolute;
  top: 0;
  right: 0;
}
#FaqDetail .faq-lead {
  margin-left: 18px;
}
#FaqDetail .faq-list {
  margin-top: 14px;
}
#FaqDetail .faq-list dl {
  border: 1px solid #ccc;
  cursor: pointer;
  background: #FAFAFA;
  margin: -1px 10px 0 10px;
}
#FaqDetail .faq-list dl:not(:first-child) {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dl:not(:first-child) {
    margin-top: -1px;
  }
}
#FaqDetail .faq-list dl.is-open {
  background: none;
  border-bottom: 2px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dl.is-open {
    margin: -1px 0 0 0;
  }
}
#FaqDetail .faq-list dt {
  background: url(../images/faq/common/faq-q.svg) 17px center no-repeat;
  color: #504493;
  padding: 13px 20px 13px 63px;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dt {
    font-size: 1.6rem;
  }
}
#FaqDetail .faq-list dt span {
  display: block;
  padding-right: 20px;
  background: url(../images/faq/common/faq-open.svg) right no-repeat;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dt span {
    padding-right: 10px;
  }
}
#FaqDetail .faq-list dt span.red {
  color: inherit;
}
#FaqDetail .faq-list dt span.red:after {
  content: "(販売は終了しました)"; /*(販売は終了しました)*/
  display: inline-block !important;
  font-weight: normal;
  background: none;
  color: #333;
}
#FaqDetail .faq-list dd.red {
  color: inherit;
}
#FaqDetail .faq-list dd.red:after {
  content: "(販売は終了しました)"; /*(販売は終了しました)*/
  font-weight: normal;
  color: #333;
}
#FaqDetail .faq-list dl.is-open dt {
  color: #333333;
}
#FaqDetail .faq-list dl.is-open dt span {
  background: url(../images/faq/common/faq-close.svg) right no-repeat;
}
#FaqDetail .faq-list dd {
  display: none;
  background: url(../images/faq/common/faq-a.svg) 17px top no-repeat;
  padding: 8px 63px 15px 63px;
  word-break: break-all;
}
@media (min-width: 1024px) {
  #FaqDetail .faq-list dd {
    background: url(../images/faq/common/faq-a.svg) 40px 6px no-repeat;
    padding: 8px 60px 15px 85px;
  }
}
#FaqDetail .faq-list dd a {
  text-decoration: underline;
}
#FaqDetail .faq-list dd a:hover {
  text-decoration: none;
}

#faqAboutfigaro .modal__container {
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 0;
  overflow: inherit;
}
@media (min-width: 560px) {
  #faqAboutfigaro .modal__container {
    width: 640px;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__container {
    width: 713px;
    margin: 0;
  }
}
#faqAboutfigaro .modal__close {
  top: -20px;
  right: -20px;
}
#faqAboutfigaro .modal__close::before {
  width: 34px;
  height: 34px;
  background-image: url(../images/faq/about-figaro/close.png);
  background-size: contain;
  content: "";
  display: block;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__close::before {
    width: 41px;
    height: 41px;
  }
}
#faqAboutfigaro .modal__content {
  margin: 20px 15px;
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__content {
    margin: 24px;
    padding-bottom: 0;
  }
}
#faqAboutfigaro .modal__content::after {
  content: "";
  background-image: url(../images/faq/about-figaro/img-woman.png);
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 156px;
  height: 152px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .modal__content::after {
    display: flex;
    width: 180px;
    height: 175px;
  }
}
#faqAboutfigaro .oshiete-faq {
  overflow: scroll;
  max-height: calc(90vh - 100px);
}
@media (min-width: 560px) {
  #faqAboutfigaro .oshiete-faq {
    overflow: inherit;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question {
    display: flex;
  }
}
#faqAboutfigaro .oshiete-faq .question::before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../images/faq/about-figaro/title.png);
  background-size: 269px;
  background-position: center center;
  background-color: #F6F5F9;
  border: 1px solid #D9D7E7;
}
@media (max-width: 360px) {
  #faqAboutfigaro .oshiete-faq .question::before {
    background-size: 220px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question::before {
    background-image: url(../images/faq/about-figaro/title.jpg);
    background-size: 118px;
    width: 118px;
    height: 72px;
  }
}
#faqAboutfigaro .oshiete-faq .question .q {
  display: flex;
  border: 1px solid #D9D7E7;
  border-top: none;
  padding: 15px 15px 10px;
  font-size: 1.8rem;
  font-weight: bold;
  justify-content: center;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question .q {
    font-size: 2.6rem;
    border-top: 1px solid #D9D7E7;
    border-left: none;
    flex-grow: 1;
  }
}
#faqAboutfigaro .oshiete-faq .question .q::before {
  content: "";
  display: block;
  background-image: url(../images/faq/about-figaro/q.jpg);
  background-size: contain;
  width: 29px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .question .q::before {
    margin-top: 8px;
  }
}
#faqAboutfigaro .oshiete-faq .answer {
  margin-top: 10px;
  border: 1px solid #C7C7C7;
  border-radius: 16px;
  padding: 25px 15px 20px;
  position: relative;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer {
    margin-top: 20px;
    width: 540px;
    margin-left: auto;
    padding-left: 25px;
  }
}
#faqAboutfigaro .oshiete-faq .answer::before {
  content: "";
  background-image: url(../images/faq/about-figaro/bubble-sp.png);
  background-size: contain;
  width: 30px;
  height: 23px;
  position: absolute;
  left: 145px;
  bottom: -20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer::before {
    background-image: url(../images/faq/about-figaro/bubble.png);
    left: -17px;
    bottom: 80px;
    width: 17px;
    height: 20px;
  }
}
#faqAboutfigaro .oshiete-faq .answer .text {
  display: flex;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer .text {
    line-height: 1.4;
  }
}
#faqAboutfigaro .oshiete-faq .answer .text::before {
  content: "";
  display: block;
  background-image: url(../images/faq/about-figaro/a.png);
  background-size: contain;
  width: 27px;
  height: 25px;
  flex-shrink: 0;
  margin-right: 5px;
  margin-top: -5px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro .oshiete-faq .answer .text::before {
    margin-top: -2px;
  }
}
#faqAboutfigaro #modal-1 .link {
  margin-left: 33px;
  display: flex;
  align-items: center;
  color: #0154B4;
  margin-top: 10px;
}
#faqAboutfigaro #modal-1 .link::before {
  content: "";
  background-image: url(../images/faq/about-figaro/link.jpg);
  width: 11px;
  height: 12px;
  margin-right: 10px;
}
#faqAboutfigaro #modal-1 .text {
  line-height: 1.5;
  font-size: 1.3rem;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-1 .text {
    line-height: 1.7;
    font-size: 1.4rem;
  }
}
#faqAboutfigaro #modal-1 .img {
  width: 64px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-1 .img {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-2 .answer {
    display: flex;
  }
}
#faqAboutfigaro #modal-2 .text {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-2 .text {
    line-height: 1.7;
  }
}
#faqAboutfigaro #modal-2 .img {
  width: 79px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-2 .img {
    width: 138px;
    flex-shrink: 0;
    margin-left: 25px;
  }
}
#faqAboutfigaro #modal-3 .map {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-3 .map {
    margin-top: 20px;
  }
}
#faqAboutfigaro #modal-3 .map iframe {
  width: 100%;
  height: 176px;
}
@media (min-width: 560px) {
  #faqAboutfigaro #modal-3 .map iframe {
    height: 245px;
  }
}
#faqAboutfigaro #modal-3 .modal__content {
  padding-bottom: 0;
}
#faqAboutfigaro #modal-3 .modal__content::after {
  display: none;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-4 .answer {
    padding-bottom: 120px;
  }
}
#faqAboutfigaro #modal-4 .text {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-4 .text {
    width: 310px;
    line-height: 1.7;
  }
}
#faqAboutfigaro #modal-4 .img {
  width: 177px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-4 .img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
#faqAboutfigaro #modal-5 .answer {
  padding-bottom: 40px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-5 .answer {
    padding-bottom: 200px;
  }
}
#faqAboutfigaro #modal-5 .text {
  display: block;
  margin-left: 35px;
}
#faqAboutfigaro #modal-5 .text::before {
  float: left;
  margin-left: -35px;
}
#faqAboutfigaro #modal-5 .img {
  width: 90%;
  margin-left: 10%;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-5 .img {
    position: absolute;
    right: 2.5%;
    bottom: 0;
    width: 95%;
  }
}
#faqAboutfigaro #modal-6 .answer {
  background-image: url(../images/faq/about-figaro/6-img-sp.png);
  background-size: contain;
  background-position: center bottom;
  padding-bottom: 120px;
}
@media (min-width: 560px) {
  #faqAboutfigaro #modal-6 .answer {
    background-image: url(../images/faq/about-figaro/6-img.png);
    background-position: left -20px bottom;
    background-size: 110%;
    padding-bottom: 200px;
  }
}
#faqAboutfigaro #modal-6 .img {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-6 .img {
    display: none;
  }
}
#faqAboutfigaro #modal-7 .answer {
  background-image: url(../images/faq/about-figaro/7-img-sp.png);
  background-size: 150px;
  background-position: right bottom;
  padding-bottom: 120px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-7 .answer {
    background-image: url(../images/faq/about-figaro/7-img.png);
    background-size: contain;
    background-position: left bottom;
    padding-bottom: 180px;
  }
}
#faqAboutfigaro #modal-7 .img {
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-7 .img {
    display: none;
  }
}
#faqAboutfigaro #modal-8 .answer {
  background-image: url(../images/faq/about-figaro/8-img2-sp.png);
  background-size: 220px;
  background-position: right bottom;
  padding-bottom: 100px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-8 .answer {
    background-image: url(../images/faq/about-figaro/8-img.png);
    background-size: contain;
    padding-bottom: 20px;
  }
}
#faqAboutfigaro #modal-8 .img {
  width: 175px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro #modal-8 .img {
    width: 231px;
    margin-left: 35px;
  }
}

@media (min-width: 1024px) {
  #faqAboutfigaro-list {
    margin-top: -30px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .page-title {
    width: 225px;
    position: absolute;
  }
}
#faqAboutfigaro-list .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .list {
    margin-top: 0;
  }
}
#faqAboutfigaro-list .item {
  width: calc((100% - 9px) / 2);
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item {
    width: 226px;
    margin-top: 17px;
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:first-child {
    margin-left: 242px;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(2) {
    margin-top: 0;
  }
}
#faqAboutfigaro-list .item:nth-child(2n) {
  margin-left: 9px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(3n) {
    margin-left: 0;
  }
}
#faqAboutfigaro-list .bnrlink {
  cursor: pointer;
}

#recruitIndex .page-header {
  position: relative;
}
#recruitIndex .page-leadtext {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #recruitIndex .page-leadtext {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #recruitIndex-index .index-list {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #recruitIndex-index .index-list .link {
    width: 455px;
  }
}
#recruitIndex-index .index-list .link:last-child:hover {
  opacity: 1;
}
#recruitIndex-index .index-list .title {
  font-size: 1.6rem;
}
#recruitIndex-index .index-list .text {
  margin-left: 15px;
  margin-top: 5px;
}
#recruitIndex-index .index-list .text._red {
  color: #C00;
  font-size: 1.2rem;
}
#recruitIndex-index .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #recruitIndex-index .flex {
    flex-direction: row;
  }
}
#recruitIndex-index .mynavi {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  align-items: center;
}
@media (min-width: 1024px) {
  #recruitIndex-index .mynavi {
    flex-direction: row;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruitIndex-index .mynavi .text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#recruitIndex-index .mynavi .img {
  margin-top: 20px;
  max-width: 130px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .mynavi .img {
    margin-top: 0;
    margin-left: 20px;
  }
}
#recruitIndex-index .box {
  margin-top: 40px;
  border: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box {
    width: 455px;
    margin-left: auto;
    margin-top: 20px;
  }
}
#recruitIndex-index .box .head {
  padding: 10px 20px;
  background-color: #F5F4F4;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .head {
    display: flex;
  }
}
#recruitIndex-index .box .head .title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #4A3C93;
}
#recruitIndex-index .box .head .note {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .head .note {
    margin-top: 2px;
    margin-left: 10px;
  }
}
#recruitIndex-index .box .body {
  padding: 10px;
}
#recruitIndex-index .box .list {
  background-image: url(../images/recruit/index/man.png);
  background-position: right top;
  background-size: 37px;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list {
    background-size: 45px;
    width: 250px;
  }
}
#recruitIndex-index .box .list .link {
  color: #4A3C93;
  margin-top: 12px;
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list .link {
    margin-top: 10px;
  }
}
#recruitIndex-index .box .list .link::before {
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list .link::before {
    width: 6px;
    height: 10px;
    margin-right: 10px;
  }
}

#recruitIndex-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #recruitIndex-contact .section-content {
    max-width: 900px;
  }
}
#recruitIndex-contact .heading {
  font-size: 1.6rem;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
#recruitIndex-contact .name {
  margin-top: 10px;
  font-size: 1.4rem;
}
#recruitIndex-contact .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #recruitIndex-contact .text {
    margin-top: 5px;
  }
}
#recruitIndex-contact .text a {
  text-decoration: none;
}

#recruitNewgrad .page-aside {
  display: none;
}
@media (min-width: 1024px) {
  #recruitNewgrad .page-aside {
    display: block;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#recruitNewgrad .page-aside .aside-banner:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #recruitNewgrad #recruitIndex-contact .section-content {
    width: 655px;
  }
}

#recruitNewgrad-table .box {
  margin: 30px 20px 0;
  padding: 15px;
  border: 1px solid #c2c2c2;
  background-color: #f5f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 560px) {
  #recruitNewgrad-table .box {
    width: 370px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
  }
}
#recruitNewgrad-table .box .text {
  font-size: 1.6rem;
  font-weight: bold;
}
#recruitNewgrad-table .box .bnrlink {
  width: 84px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #recruitNewgrad-table .box .bnrlink {
    width: 130px;
  }
}

#Privacy .pagetitle {
  font-size: 3rem;
  font-weight: normal;
}
#Privacy .lead {
  padding-left: 22px;
  margin-bottom: 25px;
}
#Privacy dt {
  background: url(../images/common/line.jpg) left bottom repeat-x;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 12px;
  font-weight: bold;
  padding-bottom: 3px;
}
#Privacy dd {
  margin-bottom: 25px;
  padding-left: 22px;
}

#ContactIndex {
  /* parts */
}
#ContactIndex .page-content img {
  max-width: 100%;
}
#ContactIndex .link._alcohol {
  border: 1px solid #CCC;
  padding: 0;
}
#ContactIndex .link._alcohol .head {
  color: #443786;
  font-size: 16px;
  background: url(../images/contact/alcohol.png) 40px 23px no-repeat #F4F4F4;
  background-size: 75px;
  padding: 49px 10px 48px 140px;
  font-weight: bold;
  line-height: 24px;
}
@media (min-width: 1024px) {
  #ContactIndex .link._alcohol .head {
    background: url(../images/contact/alcohol.png) 18px 23px no-repeat #F4F4F4;
    padding: 49px 10px 48px 110px;
  }
}
#ContactIndex .link._alcohol .head:hover {
  opacity: 0.6;
}
#ContactIndex .link._alcohol .body {
  padding: 10px 10px 10px 35px;
}
#ContactIndex .link._alcohol .tel {
  background: url(../images/contact/alcohol-tel.png) left no-repeat;
  padding-left: 40px;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 5px;
}
#ContactIndex .contact-phone-area {
  width: 100%;
  margin: 40px auto 50px;
  border: solid 1px #cbcbcb;
  background: #fff;
}
#ContactIndex .contact-phone-area .contact-phone dt {
  padding: 12px 0 13px 20px;
  background: #f7f7f7;
  border-bottom: solid 1px #cbcbcb;
  letter-spacing: 0.04em;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #443786;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area .contact-phone dt {
    padding: 12px 0 13px 30px;
    font-size: 1.9rem;
  }
}
#ContactIndex .contact-phone-area .contact-phone dt .small {
  letter-spacing: 0;
  font-size: 15px;
}
#ContactIndex .contact-phone-area.ver2 span {
  color: #333;
  font-size: 90%;
  font-weight: normal;
}
#ContactIndex .contact-phone-area .contact-phone dd {
  width: 41%;
  padding-left: 10px;
  margin: 26px 0px 26px;
  margin-left: 45px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
#ContactIndex .contact-phone-area .contact-phone dt:first-child + dd {
  border-right: solid 1px #cbcbcb;
  padding-right: 32px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd {
  width: auto;
  display: block;
  border: 0 !important;
  margin: 25px 0;
  text-align: center;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dt:first-child + dd {
  padding: 0;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dt:first-child + dd {
    overflow: hidden;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd {
  padding: 20px 15px !important;
  margin: 0;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd {
    margin: 15px 0;
    padding: 0;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no ._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no ._pc_only {
    display: inline;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no:before {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no:before {
    width: 29px;
    height: 19px;
  }
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor {
    width: 49.9%;
    float: left;
  }
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item.tel {
    line-height: 109px;
    vertical-align: middle;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #ccc;
    width: 49.9%;
    float: right;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .item {
  margin-bottom: 20px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .item:last-child {
  margin-bottom: 0;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .ttl {
  margin-bottom: 0 !important;
  font-size: 14px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .item:nth-of-type(1) .ttl,
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item:nth-of-type(1) .ttl {
  font-size: 16px !important;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .item:nth-of-type(1) .ttl,
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item:nth-of-type(1) .ttl {
    font-size: 19px !important;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .tel-no {
  font-weight: normal;
  font-size: 21px !important;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .tel-no {
    font-size: 30px !important;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no {
  font-size: 21px !important;
  font-weight: normal;
}
#ContactIndex .contact-phone-area .contact-phone dd .tel-no {
  margin: 0 auto;
  padding: 2px 0 0;
  display: block;
  background: url(../images/contact/icon-phone-black.png) no-repeat 17px 11px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  font-family: "Liberation Sans", sans-serif;
  font-size: 35px;
  font-weight: normal;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no {
  font-size: 30px;
  background: none;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no:before {
  background-image: url(../images/contact/icon-phone-black.png);
  width: 21px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no:before {
    width: 33px;
    height: 26px;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no.big {
  font-size: 40px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no.big:before {
  background-image: url(../images/contact/icon-phone-black2.png);
  width: 40px;
  height: 34px;
}
#ContactIndex .contact-phone-area2 {
  margin: 20px auto 50px;
  border: solid 1px #cbcbcb;
  background: #fff;
}
#ContactIndex .contact-phone-area2 .notice {
  margin-top: 10px;
}
#ContactIndex .contact-phone-area2 dt {
  padding: 12px 0 13px 20px;
  background: #f7f7f7;
  border-bottom: solid 1px #cbcbcb;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #443786;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area2 dt {
    font-size: 1.9rem;
    padding: 12px 0 13px 30px;
  }
}
#ContactIndex .contact-phone-area2 dd {
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area2 dd {
    padding: 25px 30px;
  }
}
#ContactIndex .alcohol-checker-link {
  margin: 20px 20px 0;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link {
    margin: 20px auto 0;
    width: 483px;
  }
}
#ContactIndex .alcohol-checker-link a {
  height: 99px;
  color: #251972;
  padding: 20px 70px 0 0;
  letter-spacing: 1.25px;
  font-weight: bold;
  display: block;
  background-image: url(../images/contact/alcohol.png);
  background-position: right center;
  background-size: contain;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link a {
    padding: 24px 5px 0 5px;
    font-size: 1.6rem;
  }
}
#ContactIndex .alcohol-checker-link a span {
  position: relative;
  display: block;
}
#ContactIndex .alcohol-checker-link a span::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -10px;
  background-color: #251972;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link a span::after {
    width: 415px;
  }
}
#ContactIndex .alcohol-checker-link a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#ContactIndex .sensor-quote-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#ContactIndex .sensor-quote-link .btnlink {
  width: auto;
  height: auto;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 4px 20px;
}
@media (min-width: 1024px) {
  #ContactIndex .sensor-quote-link .btnlink {
    font-size: 1.9rem;
    height: 52px;
    padding: 0 20px;
  }
}
#ContactIndex .notice-sensor {
  margin-top: 20px;
}

#sitemap {
  margin-bottom: 30px;
}
#sitemap .home {
  margin-bottom: 15px;
}
#sitemap .group {
  margin-bottom: 15px;
  padding-left: 35px;
}
#sitemap h2 {
  background: url(../images/sitemap/arrow.jpg) left no-repeat;
  padding-left: 20px;
  font-size: 1.6rem;
}
#sitemap ul {
  padding-left: 47px;
  list-style: none;
}
#sitemap li {
  margin-bottom: 2px;
  background: url(../images/sitemap/arrow2.jpg) left no-repeat;
  padding-left: 12px;
}
#sitemap li:last-child {
  margin-bottom: 0;
}
#sitemap a {
  text-decoration: none;
}

#site .section + .section {
  margin-top: 45px;
}
#site .section-content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #site .section-content .text {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#site .box {
  background-color: #f5f4f4;
  padding: 25px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #site .box {
    max-width: 500px;
  }
}
#site .box .flex {
  margin-top: 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #site .box .flex {
    flex-direction: row;
  }
}
#site .box .heading {
  font-size: 1.6rem;
}
#site .box .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #site .box .text {
    margin-left: 0;
    margin-right: 0;
  }
}
#site .box .bnrlink {
  margin-top: 10px;
  max-width: 158px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  #site .box .bnrlink {
    width: 158px;
    margin-left: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .site-headtext::before {
    left: calc(50% - 6px);
  }
  .site-headtext::after {
    width: calc((100vw - 960px) / 2 - 9px);
  }
  #home-mainvisual .swiper-button-next,
  #home-products .swiper-button-next {
    background-image: url(../images/common/arrow_ie11.png);
    background-size: contain;
    width: 44px;
    height: 44px;
    transform: translate(0%, -50%) scale(-1, 1);
  }
  #home-mainvisual .swiper-button-prev,
  #home-products .swiper-button-prev {
    background-image: url(../images/common/arrow_ie11.png);
    background-size: contain;
    width: 44px;
    height: 44px;
    transform: translate(0%, -50%);
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column {
    display: -ms-grid;
    -ms-grid-columns: 1fr 30px 220px;
    -ms-grid-rows: 48px 30px 1fr;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-header {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-content {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-aside {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  #glossary {
    display: -ms-grid;
    -ms-grid-columns: 220px 30px 1fr;
    -ms-grid-rows: 48px 30px 1fr;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    margin-left: 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(2) {
    margin-top: 0;
  }
}
#faqAboutfigaro-list .item:nth-child(2n) {
  margin-left: 9px;
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(2n) {
    margin-left: 16px;
  }
}
@media (min-width: 1024px) {
  #faqAboutfigaro-list .item:nth-child(3n) {
    margin-left: 0;
  }
}
#faqAboutfigaro-list .bnrlink {
  cursor: pointer;
}

#flow-step .list {
  margin-top: 50px;
}
#flow-step .item {
  background-image: linear-gradient(to right, #FFFFFF 28px, #BEBEBE 29px, #FFFFFF 29px);
  background-repeat: repeat-y;
  padding-bottom: 30px;
}
@media (min-width: 560px) {
  #flow-step .item {
    background-image: linear-gradient(to right, #FFFFFF 40px, #BEBEBE 41px, #FFFFFF 41px);
  }
}
#flow-step .item:last-child {
  background-image: none;
}
#flow-step .header {
  display: flex;
  align-items: center;
}
#flow-step .header .icon {
  width: 60px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #flow-step .header .icon {
    width: 86px;
  }
}
#flow-step .header .heading {
  font-size: 2.1rem;
}
@media (min-width: 560px) {
  #flow-step .header .heading {
    font-size: 2.4rem;
  }
}
#flow-step .content {
  margin-left: 67px;
}
@media (min-width: 560px) {
  #flow-step .content {
    margin-left: 94px;
  }
}
#flow-step .box {
  padding: 10px;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #flow-step .box {
    margin-top: -5px;
  }
}
#flow-step .box + .box {
  margin-top: 20px;
}
#flow-step .box .head {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 5px 62px;
  background-size: 39px;
  background-position: left 13px top;
}
@media (min-width: 560px) {
  #flow-step .box .head {
    background-size: 40px;
  }
}
#flow-step .box .body {
  padding: 12px 10px 15px;
  border-radius: 3px;
  background-color: #FFFFFF;
}
#flow-step .box .body h3.heading {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media (min-width: 560px) {
  #flow-step .box .body h3.heading {
    font-size: 2rem;
  }
}
#flow-step .box .body h3.heading img {
  width: 31px;
  margin-right: 7px;
}
@media (min-width: 560px) {
  #flow-step .box .body h3.heading img {
    width: 40px;
  }
}
#flow-step .box .body .text {
  margin-top: 10px;
}
#flow-step .box .body .btnlink {
  height: 60px;
  margin-top: 20px;
  width: 100%;
  max-width: 275px;
}
#flow-step .box._customer {
  background-color: #E1EFF9;
}
#flow-step .box._customer .head {
  color: #1181DE;
  background-image: url(../images/flow/icon-customer.png);
}
#flow-step .box._customer .body {
  border: 1px solid #C0D7E8;
}
#flow-step .box._figaro {
  background-color: #EDEBF8;
}
#flow-step .box._figaro .head {
  color: #4A3C93;
  background-image: url(../images/flow/icon-figaro.png);
}
#flow-step .box._figaro .body {
  border: 1px solid #D9D6E6;
}
#flow-step .block {
  padding: 25px 30px 35px;
  background-color: #F7F7F7;
  border: 3px solid #D3D3D3;
  margin-top: 10px;
}
@media (min-width: 560px) {
  #flow-step .block {
    border-width: 5px;
    padding: 28px 30px 37px;
  }
}
#flow-step .block .text {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 560px) {
  #flow-step .block .text {
    font-size: 2rem;
  }
}
#flow-step .block .btnlink {
  margin-top: 10px;
  max-width: 100%;
}
@media (min-width: 560px) {
  #flow-step .block .btnlink {
    width: 372px;
  }
}

#recruitIndex .page-header {
  position: relative;
}
#recruitIndex .page-leadtext {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  #recruitIndex .page-leadtext {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 20px;
  }
}

@media (min-width: 1024px) {
  #recruitIndex-index .index-list {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  #recruitIndex-index .index-list .link {
    width: 455px;
  }
}
#recruitIndex-index .index-list .link:last-child:hover {
  opacity: 1;
}
#recruitIndex-index .index-list .title {
  font-size: 1.6rem;
}
#recruitIndex-index .index-list .text {
  margin-left: 15px;
  margin-top: 5px;
}
#recruitIndex-index .index-list .text._red {
  color: #C00;
  font-size: 1.2rem;
}
#recruitIndex-index .flex {
  flex-direction: column;
}
@media (min-width: 1024px) {
  #recruitIndex-index .flex {
    flex-direction: row;
  }
}
#recruitIndex-index .mynavi {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  align-items: center;
}
@media (min-width: 1024px) {
  #recruitIndex-index .mynavi {
    flex-direction: row;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
#recruitIndex-index .mynavi .text {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#recruitIndex-index .mynavi .img {
  margin-top: 20px;
  max-width: 130px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .mynavi .img {
    margin-top: 0;
    margin-left: 20px;
  }
}
#recruitIndex-index .box {
  margin-top: 40px;
  border: 1px solid #CCCCCC;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box {
    width: 455px;
    margin-left: auto;
    margin-top: 20px;
  }
}
#recruitIndex-index .box .head {
  padding: 10px 20px;
  background-color: #F5F4F4;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .head {
    display: flex;
  }
}
#recruitIndex-index .box .head .title {
  font-weight: bold;
  font-size: 1.6rem;
  color: #4A3C93;
}
#recruitIndex-index .box .head .note {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .head .note {
    margin-top: 2px;
    margin-left: 10px;
  }
}
#recruitIndex-index .box .body {
  padding: 10px;
}
#recruitIndex-index .box .list {
  background-image: url(../images/recruit/index/man.png);
  background-position: right top;
  background-size: 37px;
  width: 230px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list {
    background-size: 45px;
    width: 250px;
  }
}
#recruitIndex-index .box .list .link {
  color: #4A3C93;
  margin-top: 12px;
  display: flex;
  align-items: center;
  margin-left: 4px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list .link {
    margin-top: 10px;
  }
}
#recruitIndex-index .box .list .link::before {
  content: "";
  background-image: url(../images/common/index_icon.svg);
  width: 4px;
  height: 6px;
  margin-right: 7px;
  background-position: center center;
}
@media (min-width: 1024px) {
  #recruitIndex-index .box .list .link::before {
    width: 6px;
    height: 10px;
    margin-right: 10px;
  }
}

#recruitIndex-contact {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #recruitIndex-contact .section-content {
    max-width: 900px;
  }
}
#recruitIndex-contact .heading {
  font-size: 1.6rem;
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 10px;
}
#recruitIndex-contact .name {
  margin-top: 10px;
  font-size: 1.4rem;
}
#recruitIndex-contact .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #recruitIndex-contact .text {
    margin-top: 5px;
  }
}
#recruitIndex-contact .text a {
  text-decoration: none;
}

#recruitNewgrad .page-aside {
  display: none;
}
@media (min-width: 1024px) {
  #recruitNewgrad .page-aside {
    display: block;
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
#recruitNewgrad .page-aside .aside-banner:first-child {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #recruitNewgrad #recruitIndex-contact .section-content {
    width: 655px;
  }
}

#recruitNewgrad-table .box {
  margin: 30px 20px 0;
  padding: 15px;
  border: 1px solid #c2c2c2;
  background-color: #f5f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 560px) {
  #recruitNewgrad-table .box {
    width: 370px;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
  }
}
#recruitNewgrad-table .box .text {
  font-size: 1.6rem;
  font-weight: bold;
}
#recruitNewgrad-table .box .bnrlink {
  width: 84px;
  flex-shrink: 0;
}
@media (min-width: 560px) {
  #recruitNewgrad-table .box .bnrlink {
    width: 130px;
  }
}

:root {
  --base-font: "Noto Sans JP", sans-serif;
  --second-font: "Noto Serif JP", serif;
  --third-font: "Albert Sans", sans-serif;
}

:root {
  --c-base: #fff;
  --c-dark: #282828;
  --c-light_bl: #D1EBFF;
  --c-primary: #066CD9;
  --c-secondary: #043D78;
  --c-accent_1: #E56A19;
  --c-text: #282828;
  --c-text-white: #fff;
}

.header-recruit .site-nav {
  justify-content: space-between;
}
.header-recruit .site-nav .logo img {
  width: 156px;
}

.recruit-header .recruit-nav a:visited {
  color: var(--c-dark) !important;
}
.recruit-header .recruit-nav a:focus, .recruit-header .recruit-nav a:active {
  outline: none;
  color: var(--c-dark) !important;
}

.header-recruit .section,
#recruit .section {
  padding: 0 20px;
}
@media (min-width: 560px) {
  .header-recruit .section,
  #recruit .section {
    padding: 0 2vw;
  }
}
.header-recruit .section-content,
#recruit .section-content {
  width: min(90vw, 1296px);
  max-width: none;
}
.header-recruit .heading,
#recruit .heading {
  text-align: center;
  flex-shrink: 0;
}
.header-recruit .heading h2,
#recruit .heading h2 {
  font-weight: 500;
  font-size: 26px;
}
@media (min-width: 560px) {
  .header-recruit .heading h2,
  #recruit .heading h2 {
    font-size: clamp(32px, 2.77vw, 40px);
  }
}
.header-recruit .heading p,
#recruit .heading p {
  font-family: var(--third-font);
  font-weight: 700;
  font-size: 16px;
  color: var(--c-primary);
}
@media (min-width: 560px) {
  .header-recruit .heading p,
  #recruit .heading p {
    font-size: clamp(16px, 1.38vw, 20px);
  }
}
.header-recruit ._left,
#recruit ._left {
  text-align: left;
}
.header-recruit ._right,
#recruit ._right {
  text-align: right;
}
.header-recruit ._bold,
#recruit ._bold {
  font-weight: 700;
}
.header-recruit ._light-bl,
#recruit ._light-bl {
  background-color: var(--c-light_bl);
}
.header-recruit ._wh-bg,
#recruit ._wh-bg {
  background-color: var(--c-base);
}
.header-recruit ._blue,
#recruit ._blue {
  background-color: var(--c-primary);
}
.header-recruit ._flex,
#recruit ._flex {
  display: flex;
}
@media (min-width: 1024px) {
  .header-recruit ._flex-pc,
  #recruit ._flex-pc {
    display: flex;
  }
}
.header-recruit ._wh,
#recruit ._wh {
  color: var(--c-text-white);
}
.header-recruit ._og,
#recruit ._og {
  color: var(--c-accent_1);
}
.header-recruit ._notes,
#recruit ._notes {
  font-size: 14px;
  font-weight: 400 !important;
}
@media (min-width: 560px) {
  .header-recruit ._notes,
  #recruit ._notes {
    font-size: 15px;
  }
}
.header-recruit h1, .header-recruit h2, .header-recruit h3, .header-recruit h4,
#recruit h1,
#recruit h2,
#recruit h3,
#recruit h4 {
  font-family: var(--base-font);
}
.header-recruit p,
#recruit p {
  font-family: var(--base-font);
  font-weight: 400;
  font-size: 15px;
}
@media (min-width: 560px) {
  .header-recruit p,
  #recruit p {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}
.header-recruit li,
#recruit li {
  font-family: var(--base-font);
  list-style: none;
}
.header-recruit ul ._dot,
.header-recruit ul ._building,
.header-recruit ul ._pin,
#recruit ul ._dot,
#recruit ul ._building,
#recruit ul ._pin {
  position: relative;
}
.header-recruit ul ._dot::before,
#recruit ul ._dot::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--c-accent_1);
  margin: auto;
  border-radius: 50%;
  top: 9px;
  left: 0px;
}
@media (min-width: 560px) {
  .header-recruit ul ._dot::before,
  #recruit ul ._dot::before {
    top: 12px;
  }
}
.header-recruit ul ._building::before,
#recruit ul ._building::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(/images/recruit/index/icn_building.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 2px;
  left: 0;
}
@media (min-width: 560px) {
  .header-recruit ul ._building::before,
  #recruit ul ._building::before {
    top: 5px;
  }
}
.header-recruit ul ._pin::before,
#recruit ul ._pin::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/images/recruit/index/icn_pin.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 2px;
  left: 0;
}
@media (min-width: 560px) {
  .header-recruit ul ._pin::before,
  #recruit ul ._pin::before {
    top: 6px;
  }
}

.recruit-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--base-font);
}

.recruit-header {
  position: relative;
  background-color: var(--c-base);
  z-index: 10;
  transition: z-index 0.3s;
}
@media (min-width: 1345px) {
  .recruit-header {
    padding: 0 32px;
  }
}
.recruit-header.is-scrolled {
  z-index: 9999;
}
.recruit-header ._flex {
  display: flex;
}
@media (min-width: 1024px) {
  .recruit-header ._flex {
    margin-right: 86px;
  }
}
.recruit-header ._sp_only {
  display: block;
}
@media (min-width: 1345px) {
  .recruit-header ._sp_only {
    display: none;
  }
}
.recruit-header ._pc_only {
  display: none;
}
@media (min-width: 1345px) {
  .recruit-header ._pc_only {
    display: block;
  }
}

.recruit-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.recruit-header-fixed {
  padding-top: 70px;
}

.recruit-branding {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  background-color: var(--c-base);
}
@media (min-width: 1024px) {
  .recruit-branding {
    padding: 16px 20px;
  }
}
@media (min-width: 1345px) {
  .recruit-branding {
    padding: 26px 0;
    max-width: 1376px;
    margin: 0 auto;
  }
}
.recruit-branding .is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
}

.recruit-logo img {
  width: 156px;
}
@media (min-width: 1345px) {
  .recruit-logo img {
    width: 468px;
  }
}
.recruit-logo a {
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .recruit-logo a:hover {
    opacity: 0.7;
  }
}

.recruit-nav {
  display: block;
}
@media (min-width: 1345px) {
  .recruit-nav {
    background-color: var(--c-base);
  }
}
@media (min-width: 1345px) {
  .recruit-nav .is-fixed {
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 999;
  }
}

.recruit-toggle {
  position: fixed;
  top: 8px;
  right: 16px;
  width: 54px;
  height: 54px;
  background-color: var(--c-primary);
  border: none;
  cursor: pointer;
  z-index: 1003;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 4px;
  padding-top: 11px;
}
@media (min-width: 1024px) {
  .recruit-toggle {
    top: 16px;
    right: 20px;
  }
}
@media (min-width: 1345px) {
  .recruit-toggle {
    display: none;
  }
}
.recruit-toggle::after {
  content: "MENU";
  position: absolute;
  bottom: 5px;
  color: var(--c-base);
  font-family: "Inter", sans-serif;
  font-size: 10px;
  font-weight: 700;
}
.recruit-toggle.is-active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.recruit-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.recruit-toggle.is-active span:nth-child(3) {
  transform: rotate(-45deg) translate(3px, -3px);
}
.recruit-toggle.is-active::after {
  content: "CLOSE";
}
.recruit-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s;
  position: relative;
  margin: 2px 0;
}

.recruit-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}
@media (min-width: 1024px) {
  .recruit-overlay.is-active {
    display: block;
  }
}
@media (min-width: 1345px) {
  .recruit-overlay {
    display: none !important;
  }
}

.recruit-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--c-base);
  z-index: 1002;
  display: none;
  overflow-y: auto;
  padding: 80px 20px 40px;
}
@media (min-width: 1024px) {
  .recruit-menu {
    width: 50vw;
    left: 50vw;
    right: 0;
  }
}
@media (min-width: 1345px) {
  .recruit-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    padding: 0;
    background: transparent;
    left: auto;
    width: auto;
  }
}
.recruit-menu.is-active {
  display: block;
}

.recruit-menu-list {
  list-style: none;
  padding: 32px 16px 0;
}
@media (min-width: 1345px) {
  .recruit-menu-list {
    display: flex;
    padding: 0 48px 24px;
    width: 100%;
    justify-content: center;
    overflow: hidden;
  }
}

.recruit-item {
  margin-bottom: 24px;
}
@media (min-width: 1345px) {
  .recruit-item {
    margin-bottom: 0;
    border-right: 1px solid #9CBED8;
  }
}
@media (min-width: 1345px) {
  .recruit-item:last-child {
    border-right: none;
  }
}
@media (min-width: 1345px) {
  .recruit-item:first-child {
    display: flex;
    align-items: center;
  }
}
.recruit-item:first-child .recruit-link .img {
  width: 16px;
  height: 18px;
  background-image: url(/images/recruit/common/icn_home.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
}
@media (min-width: 1345px) {
  .recruit-item:first-child .recruit-link:hover .img {
    background-image: url(/images/recruit/common/icn_home-hover.svg);
  }
}
.recruit-item .recruit-link {
  text-decoration: none;
  font-size: 16px;
  display: block;
}
@media (min-width: 1345px) {
  .recruit-item .recruit-link {
    padding: 0 20px;
    transition: color 0.3s;
    white-space: nowrap;
    transition: 0.3s;
  }
  .recruit-item .recruit-link:hover {
    color: var(--c-primary);
  }
}

.recruit-link-pc {
  display: none;
}
@media (min-width: 1024px) {
  .recruit-link-pc {
    display: flex;
    gap: 16px;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .recruit-link-pc a {
    padding: 6px 33px 6px 16px;
    color: var(--c-base) !important;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s, border 0.3s;
    position: relative;
    border: 1px solid transparent;
  }
  .recruit-link-pc a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    border: 3px solid transparent;
    border-left: 5px solid #fff;
    transition: 0.3s;
  }
  .recruit-link-pc a:hover {
    background-color: var(--c-base);
  }
}
@media (min-width: 1024px) {
  .recruit-link-pc .new_graduates {
    background-color: var(--c-primary);
  }
  .recruit-link-pc .new_graduates:hover {
    color: var(--c-primary) !important;
    border: 1px solid var(--c-primary);
  }
  .recruit-link-pc .new_graduates:hover::after {
    border-left-color: var(--c-primary) !important;
  }
}
@media (min-width: 1024px) {
  .recruit-link-pc .career {
    background-color: var(--c-secondary);
  }
  .recruit-link-pc .career:hover {
    color: var(--c-secondary) !important;
    border: 1px solid var(--c-secondary);
  }
  .recruit-link-pc .career:hover::after {
    border-left-color: var(--c-secondary) !important;
  }
}

.recruit-link-sp {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 36px 0;
}
@media (min-width: 1345px) {
  .recruit-link-sp {
    display: none;
  }
}
.recruit-link-sp a {
  display: inline-block;
  padding: 10px 55px 10px 37px;
  color: var(--c-base) !important;
  text-decoration: none;
  border-radius: 2px;
  font-size: 16px;
  position: relative;
}
.recruit-link-sp a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 38px;
  transform: translateY(-50%);
  border: 3px solid transparent;
  border-left: 5px solid #fff;
}
.recruit-link-sp .new_graduates {
  background-color: var(--c-primary);
}
.recruit-link-sp .career {
  background-color: var(--c-secondary);
}

.recruit-close {
  display: block;
  margin: 36px auto 0;
  padding: 10px 0 10px 10px;
  width: 324px;
  background-color: #fff;
  border: 1px solid var(--c-primary);
  color: var(--c-primary);
  font-size: 15px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 1345px) {
  .recruit-close {
    display: none;
  }
}
.recruit-close::before, .recruit-close::after {
  content: "";
  position: absolute;
  top: 53%;
  left: 128px;
  width: 2px;
  height: 13px;
  border-radius: 2px;
  background: var(--c-primary);
}
.recruit-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.recruit-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.recruit-sns {
  display: none;
}
@media (min-width: 1024px) {
  .recruit-sns {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-left: auto;
    padding-right: 32px;
  }
  .recruit-sns .linkedin,
  .recruit-sns .instagram,
  .recruit-sns .facebook,
  .recruit-sns .youtube {
    transition: opacity 0.3s;
  }
  .recruit-sns .linkedin:hover,
  .recruit-sns .instagram:hover,
  .recruit-sns .facebook:hover,
  .recruit-sns .youtube:hover {
    opacity: 0.7;
  }
}
@media (min-width: 560px) {
  .recruit-sns a {
    display: block;
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 560px) {
  .recruit-sns img {
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
  }
}

body .menu-open {
  overflow: hidden;
}
@media (min-width: 560px) {
  body .recruit-header-fixed {
    padding-top: 120px;
  }
}

.recruit-content {
  padding-top: 0;
  background-image: none;
}
.recruit-content .site-breadcrumb {
  background: var(--c-base);
}
@media (min-width: 1024px) {
  .recruit-content .site-breadcrumb {
    height: auto;
    margin: 0 auto;
  }
}
.recruit-content .site-breadcrumb .item, .recruit-content .site-breadcrumb .link {
  color: var(--c-dark);
}
.recruit-content .site-breadcrumb .list {
  gap: 31px;
  padding: 0;
}
@media (min-width: 1024px) {
  .recruit-content .site-breadcrumb .list {
    width: auto;
    margin-left: 0;
  }
}
@media (min-width: 1920px) {
  .recruit-content .site-breadcrumb .list {
    max-width: 1296px;
  }
}
.recruit-content .site-breadcrumb .item {
  position: relative;
  margin-right: 0;
}
.recruit-content .site-breadcrumb .item::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: var(--c-dark);
  transform: rotate(45deg);
  background-image: none;
  margin-left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -17px;
}
.recruit-content .site-breadcrumb .item:last-child {
  color: #737373;
}

#recruit {
  overflow: hidden;
}
#recruit .site-breadcrumb {
  padding: 16px 0;
}
@media (min-width: 1024px) {
  #recruit .site-breadcrumb {
    padding: 32px 0;
  }
}
#recruit .page-content {
  margin-top: 16px;
}
#recruit .recruit-mainvisual {
  padding: 0 16px;
  position: relative;
  z-index: 20;
}
#recruit .recruit-mainvisual .mainvisual {
  padding: 45px 10px;
  padding-bottom: min(80.51vw, 314px);
  position: relative;
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual {
    padding-top: min(10.34vw, 149px);
    padding-bottom: min(10.34vw, 149px);
    padding-left: min(4.44vw, 64px);
    padding-right: 0;
    max-width: 1376px;
    height: min(41.8vw, 602px);
    margin: 0 auto;
  }
}
@media (min-width: 1345px) {
  #recruit .recruit-mainvisual .mainvisual {
    margin: 73px auto 0;
  }
}
#recruit .recruit-mainvisual .mainvisual .mainvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #81D9FF;
  border-radius: 16px;
  overflow: hidden;
}
#recruit .recruit-mainvisual .mainvisual .mainvisual-bg::before {
  content: "";
  position: absolute;
  width: 358px;
  height: 333px;
  background-image: url(/images/recruit/index/mvbg_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  top: 0;
  right: 0;
  border-top-right-radius: 16px;
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual .mainvisual-bg::before {
    width: 558px;
    height: 533px;
  }
}
#recruit .recruit-mainvisual .mainvisual .mainvisual-bg::after {
  content: "";
  position: absolute;
  width: 700px;
  height: 500px;
  background-image: url(/images/recruit/index/mvbg_left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  bottom: -150px;
  left: -170px;
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual .mainvisual-bg::after {
    width: 1100px;
    height: 800px;
    bottom: -290px;
    left: -270px;
  }
}
#recruit .recruit-mainvisual .mainvisual .copy {
  z-index: 1;
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual .copy {
    margin-bottom: 0;
  }
}
#recruit .recruit-mainvisual .mainvisual .copy h1 {
  text-align: center;
  font-family: var(--second-font);
  font-weight: 600;
  font-size: min(6.17vw, 28px);
  color: var(--c-secondary);
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual .copy h1 {
    text-align: left;
    font-size: min(3.33vw, 48px);
  }
}
#recruit .recruit-mainvisual .mainvisual .copy h1 span {
  font-size: min(9.48vw, 37px);
  display: inline-block;
  margin: 0 -18px 0 -15px;
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual .copy h1 span {
    font-size: min(3.88vw, 56px);
  }
}
#recruit .recruit-mainvisual .mainvisual .copy p {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: var(--c-secondary);
  margin-top: 13px;
  font-size: min(4.61vw, 18px);
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual .copy p {
    justify-content: left;
    font-size: 24px;
    font-size: min(1.66vw, 24px);
  }
}
#recruit .recruit-mainvisual .mainvisual .copy p::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: var(--c-secondary);
}
#recruit .recruit-mainvisual .mainvisual img {
  display: block;
  width: min(83.84vw, 327px);
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
@media (min-width: 768px) {
  #recruit .recruit-mainvisual .mainvisual img {
    max-width: 622px;
    width: 43.19vw;
    margin: inherit;
    left: inherit;
    right: min(3.47vw, 50px);
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#recruit #recruit-content {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  #recruit #recruit-content .recruit-news {
    max-width: 1152px;
    justify-content: center;
    gap: 48px;
    margin: 0 auto;
  }
}
#recruit #recruit-content .recruit-news .recruit-news_right p a {
  transition: 0.3s;
}
#recruit #recruit-content .recruit-news .recruit-news_right p a:hover {
  color: var(--c-accent_1);
}
@media (min-width: 1024px) {
  #recruit #recruit-content .recruit-news .recruit-news_right {
    width: clamp(743px, 65.34vw, 941px);
  }
}
#recruit #recruit-content .recruit-news .title {
  padding-bottom: 15px;
  border-bottom: 1px solid #D3E4F2;
  margin-top: 15px;
}
#recruit #recruit-content .recruit-news .title time {
  font-family: var(--third-font);
  font-size: 16px;
  font-weight: 500;
}
#recruit #recruit-content .recruit-news .title a {
  color: var(--c-primary);
}
#recruit #recruit-content .recruit-news .title:first-child {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  #recruit #recruit-content .recruit-news .title:first-child {
    margin-top: 0;
  }
}
#recruit #recruit-about {
  margin-top: 48px;
  padding: 64px 20px;
}
@media (min-width: 1024px) {
  #recruit #recruit-about {
    padding: 64px 72px 96px;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-about ._sp_only {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-about ._sp_only {
    display: none !important;
  }
}
#recruit #recruit-about .lead {
  margin-top: 32px;
  text-align: center;
}
#recruit #recruit-about .lead p {
  font-size: 16px;
}
@media (min-width: 768px) {
  #recruit #recruit-about .lead p {
    line-height: 2;
  }
}
#recruit #recruit-about .recruit-box {
  background-color: var(--c-base);
  padding: 32px 10px;
  border-radius: 16px;
  margin-top: 40px;
  width: auto;
}
@media (min-width: 1024px) {
  #recruit #recruit-about .recruit-box {
    width: min(90vw, 1296px);
  }
}
#recruit #recruit-about .recruit-box h3 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1024px) {
  #recruit #recruit-about .recruit-box h3 {
    flex-direction: row;
    justify-content: center;
    gap: 8px;
    font-size: 26px;
    font-size: clamp(22px, 1.8vw, 26px);
  }
}
#recruit #recruit-about .recruit-box h3::before {
  content: "";
  display: block;
  background-image: url(/images/recruit/index/img_tgs8410.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 57px;
}
@media (min-width: 768px) {
  #recruit #recruit-about .recruit-box h3::before {
    width: min(2.43vw, 35px);
    height: min(4.65vw, 67px);
  }
}
#recruit #recruit-about .recruit-box .product-list {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  row-gap: 23px;
  max-width: 330px;
  margin: 20px auto 0;
}
@media (min-width: 1024px) {
  #recruit #recruit-about .recruit-box .product-list {
    max-width: none;
    justify-content: space-evenly;
  }
}
#recruit #recruit-about .recruit-box .product-list .item {
  position: relative;
  text-align: center;
  width: 124px;
  margin: 0 -11px;
}
@media (min-width: 1024px) {
  #recruit #recruit-about .recruit-box .product-list .item {
    width: auto;
    margin: 0;
  }
}
#recruit #recruit-about .recruit-box .product-list .item img {
  width: 100px;
  border: 2px solid #DEF0FF;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  #recruit #recruit-about .recruit-box .product-list .item img {
    width: clamp(28px, 14.58vw, 210px);
    border: 3px solid #DEF0FF;
  }
}
#recruit #recruit-about .recruit-box .product-list .item p {
  color: var(--c-base);
  font-size: 10px;
  text-align: center;
  border-radius: 999px;
  padding: 4px 12px;
  display: block;
  width: fit-content;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: auto;
  white-space: nowrap;
}
@media (min-width: 1024px) {
  #recruit #recruit-about .recruit-box .product-list .item p {
    font-size: clamp(13px, 1.25vw, 18px);
    padding: 8 0;
    width: clamp(144px, 14.16vw, 204px);
    padding-right: min(0.83vw, 12px);
    padding-left: min(0.83vw, 12px);
  }
}
#recruit #recruit-message {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  #recruit #recruit-message {
    padding: 80px 0;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-message ._sp_only {
    display: block;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-message ._sp_only {
    display: none;
  }
}
#recruit #recruit-message .txt-area {
  margin-top: 32px;
}
#recruit #recruit-message .txt-area .txt {
  font-size: 15px;
}
#recruit #recruit-message .txt-area p + p {
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #recruit #recruit-message .txt-area p + p {
    margin-top: 15px;
  }
}
#recruit #recruit-message .txt-area .name {
  font-size: 20px;
  font-weight: 500;
  margin-top: 12px;
}
@media (min-width: 1024px) {
  #recruit #recruit-message .txt-area .name {
    margin-top: 15px;
  }
}
#recruit #recruit-message .txt-area .name span {
  font-size: 16px;
  font-weight: 500;
  margin-right: 12px;
}
#recruit #recruit-message .img {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  order: 2;
}
@media (min-width: 1024px) {
  #recruit #recruit-message .img {
    order: 1;
  }
}
#recruit #recruit-message img {
  width: 209px;
  box-shadow: 0px 0px 20px 0px rgba(0, 57, 117, 0.1019607843);
  border-radius: 8px;
  margin: 32px auto 0;
  display: block;
}
@media (min-width: 1024px) {
  #recruit #recruit-message img {
    width: 325px;
    margin: inherit;
  }
}
#recruit #recruit-message .img::before {
  content: "";
  display: block;
  background-image: url(/images/recruit/index/bg_blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 251px;
  height: 264px;
  position: absolute;
  right: -103px;
  top: -83px;
  z-index: -1;
}
@media (min-width: 560px) {
  #recruit #recruit-message .img::before {
    right: -113px;
    bottom: -120px;
    top: auto;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-message .img::before {
    width: 317px;
    height: 358px;
    left: -195px;
    right: auto;
    top: 33px;
    bottom: auto;
  }
}
#recruit #recruit-message .message-txt {
  order: 1;
}
@media (min-width: 1024px) {
  #recruit #recruit-message .message-txt {
    order: 2;
  }
}
#recruit #recruit-message ._flex-pc {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #recruit #recruit-message ._flex-pc {
    flex-direction: row;
    max-width: 1080px;
    gap: 64px;
    margin: 32px auto 0;
    margin: 0 auto;
  }
}
#recruit #recruit-company {
  padding: 48px 20px;
}
@media (min-width: 560px) {
  #recruit #recruit-company {
    padding: 80px 72px;
  }
}
#recruit #recruit-company .heading p {
  color: var(--c-base);
}
#recruit #recruit-company .environment + .heading {
  margin-top: 40px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .environment + .heading {
    margin-top: 64px;
  }
}
#recruit #recruit-company ul {
  padding-left: 0;
}
@media (min-width: 1024px) {
  #recruit #recruit-company ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 21px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company ul {
    gap: 1.38vw;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company ul {
    gap: 20px;
  }
}
#recruit #recruit-company .company_box {
  padding: 24px;
  border-radius: 8px;
  margin-top: 40px;
  max-width: 520px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company_box {
    max-width: 1152px;
    padding: 39px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company_box {
    padding: 2.77vw;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company_box {
    padding: 40px;
  }
}
#recruit #recruit-company .company_box .subTitle {
  align-items: center;
  gap: 8px;
}
#recruit #recruit-company .company_box .subTitle h3 {
  font-family: var(--base-font);
  font-weight: 500;
  font-size: 22px;
  color: var(--c-secondary);
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company_box .subTitle h3 {
    font-size: clamp(22px, 1.94vw, 28px);
  }
}
#recruit #recruit-company .company_box .subTitle p {
  font-family: var(--third-font);
  font-weight: 700;
  font-size: 14px;
}
#recruit #recruit-company .company_box .data-list {
  margin-top: 30px;
}
#recruit #recruit-company .company_box .data-list .item {
  background-color: var(--c-base);
  border-radius: 4px;
  position: relative;
  margin-top: 33px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company_box .data-list .item {
    width: 40.13vw;
    margin-top: 15px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company_box .data-list .item {
    width: 27.2vw;
    border-radius: 8px;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company_box .data-list .item {
    width: 342px;
  }
}
#recruit #recruit-company .company_box .data-list .item .txt p {
  font-size: min(4.61vw, 18px);
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company_box .data-list .item .txt p {
    font-size: 22px;
  }
}
#recruit #recruit-company .company_box .data-list .item .txt a {
  position: relative;
  padding: 0 0 0 13px;
}
#recruit #recruit-company .company_box .data-list .item .txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 7px solid #043D78;
}
#recruit #recruit-company .company_box .data-list .item .txt span {
  font-family: var(--third-font);
  color: var(--c-primary);
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  text-shadow: 3px 3px 0px #C9E8FF;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company_box .data-list .item .txt span {
    font-size: clamp(64px, 5vw, 72px);
  }
}
#recruit #recruit-company .company_box .data-list .item .txt ._notes {
  font-size: 14px;
}
#recruit #recruit-company .company_box .data-list .item .tag {
  background-color: var(--c-primary);
  position: absolute;
  color: var(--c-base);
  font-size: 15px;
  text-align: center;
  border-radius: 999px;
  padding: 4px;
  display: block;
  position: absolute;
  z-index: 1;
  top: -16px;
  right: 0;
  left: 0;
  margin: auto;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company_box .data-list .item .tag {
    padding: 5px;
    font-size: 18px;
  }
}
#recruit #recruit-company .company .data-list .tag {
  width: 103px;
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .tag {
    width: 120px;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .item {
    height: 162px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(1) {
  text-align: center;
  padding: 32px 0 64px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item:nth-child(1) {
    width: 82.22vw;
    padding: 50px 0 64px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(1) {
    width: 27.2vw;
    padding: 40px 0 60px;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .item:nth-child(1) {
    width: 342px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(1) .txt {
  position: relative;
  z-index: 2;
}
#recruit #recruit-company .company .data-list .item:nth-child(1) img {
  width: 159px;
  bottom: 0;
  position: absolute;
  left: 10%;
  z-index: 1;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item:nth-child(1) a {
    font-size: 15px;
    margin: 4px auto 0;
    display: block;
    width: fit-content;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item:nth-child(1) a:hover {
    color: var(--c-accent_1) !important;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(2) {
  padding: 32px 16px 16px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) {
    height: auto;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) {
    padding: 8px !important;
    width: 82.22vw;
    height: 162px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) {
    width: 684px !important;
    position: relative;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) {
    padding: 8px 30px !important;
    width: 707px !important;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) ._flex-pc {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) .txt-list {
    display: flex;
    margin: 0 auto;
    flex-direction: column;
    gap: 12px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) .txt-list {
    gap: 12px;
    justify-content: start;
    margin-top: 0;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(2) .txt-list .list-item {
  font-size: 18px;
  margin-top: 0;
  text-align: inherit;
  padding: 0 0 0 19px;
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) .txt-list .list-item {
    font-size: clamp(18px, 1.52vw, 22px);
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(2) img {
  width: 213px;
  margin: 8px auto 0;
  display: block;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) img {
    margin: 0;
    width: 168px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(2) img {
    right: 40px;
  }
}
#recruit #recruit-company .company .data-list .item_grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 16px;
  width: 100%;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid {
    gap: 20px;
    justify-content: inherit;
    width: auto;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item_grid {
    gap: 1.38vw;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .item_grid {
    gap: 20px;
  }
}
#recruit #recruit-company .company .data-list .item_grid .txt span {
  font-size: 38px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid .txt span {
    font-size: clamp(64px, 5vw, 72px);
  }
}
#recruit #recruit-company .company .data-list .item_grid .item {
  width: 100%;
  height: 115px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid .item {
    width: 40.13vw;
    height: 155px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item_grid .item {
    width: 27.2vw;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .item_grid .item {
    width: 342px;
    height: 162px;
  }
}
#recruit #recruit-company .company .data-list .item_grid .item:nth-child(1) {
  padding: 27px 0px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(1) {
    padding: 26px 0px;
  }
}
#recruit #recruit-company .company .data-list .item_grid .item:nth-child(1) .txt p {
  font-weight: 700;
}
#recruit #recruit-company .company .data-list .item_grid .item:nth-child(1) .txt span {
  margin-right: 3px;
}
#recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) {
  padding: 46px 18px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) {
    padding: 45px 0 0 !important;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) {
    padding: 25px 0 0 !important;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) {
    width: 27.2vw !important;
  }
}
@media (min-width: 1280px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) {
    width: 345px !important;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) .txt {
    width: fit-content;
    margin: 0 auto;
  }
}
#recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) .txt p {
  font-weight: 700;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) .txt p {
    text-align: center;
  }
}
#recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) .txt span {
  display: block;
  margin: -18px 0;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .company .data-list .item_grid .item:nth-child(2) .txt span {
    display: inline-block;
    margin: 0 5px 0 0;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(4) {
  padding: 32px 0 16px;
}
#recruit #recruit-company .company .data-list .item:nth-child(4) .txt p {
  font-weight: 700;
  margin: -20px 0;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item:nth-child(4) .txt p {
    margin: -30px 0;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(4) .txt span {
  margin-right: 3px;
}
#recruit #recruit-company .company .data-list .item:nth-child(4) img {
  width: 83px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item:nth-child(4) img {
    margin-top: 10px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(4) ._flex {
  justify-content: center;
  gap: 16px;
  align-items: center;
}
@media (min-width: 560px) {
  #recruit #recruit-company .company .data-list .item:nth-child(4) ._flex {
    gap: 20px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(5) {
  padding: 32px 0 16px;
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(5) {
    padding: 33px 0 16px;
    height: 178px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(5) .txt p {
  font-weight: 700;
  margin: -18px 0;
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(5) .txt p {
    margin: -27px 0;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(5) .txt span {
  margin-right: 4px;
}
#recruit #recruit-company .company .data-list .item:nth-child(5) img {
  width: 94px;
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(5) img {
    margin-top: 20px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(5) ._flex {
  justify-content: center;
  gap: 16px;
  align-items: center;
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(5) ._flex {
    gap: 20px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(6) {
  padding: 32px 0 16px;
}
@media (min-width: 768px) {
  #recruit #recruit-company .company .data-list .item:nth-child(6) {
    padding: 54px 0 16px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(6) {
    height: 178px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(6) .list-item {
  padding: 0;
  margin: 0;
  text-align: left;
  padding-left: 27px;
}
#recruit #recruit-company .company .data-list .item:nth-child(6) .txt-list {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px;
  gap: 10px;
}
@media (min-width: 768px) {
  #recruit #recruit-company .company .data-list .item:nth-child(6) .txt-list {
    font-size: clamp(18px, 1.52vw, 22px);
    gap: 12px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(7) {
  padding: 32px 0 16px;
}
@media (min-width: 768px) {
  #recruit #recruit-company .company .data-list .item:nth-child(7) {
    padding: 34px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(7) {
    padding: 39px 0;
    height: 178px;
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(7) img {
  width: 87px;
}
#recruit #recruit-company .company .data-list .item:nth-child(7) .list-item {
  padding: 0;
  margin: 0;
  padding-left: 22px;
  font-size: 18px;
}
@media (min-width: 1240px) {
  #recruit #recruit-company .company .data-list .item:nth-child(7) .list-item {
    font-size: clamp(18px, 1.52vw, 22px);
  }
}
#recruit #recruit-company .company .data-list .item:nth-child(7) ._flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
#recruit #recruit-company .company .data-list .item:nth-child(7) .txt-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
@media (min-width: 768px) {
  #recruit #recruit-company .company .data-list .item:nth-child(7) .txt-list {
    justify-content: start;
    gap: 8px;
    margin-top: 0;
  }
}
#recruit #recruit-company .environment .data-list .tag {
  width: 156px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .tag {
    width: 181px;
  }
}
#recruit #recruit-company .environment .data-list .item {
  padding: 32px 0 16px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .environment .data-list .item {
    height: 159px;
  }
}
#recruit #recruit-company .environment .data-list .item ._flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(1) {
    padding: 18px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(1) img {
  width: 100px;
}
#recruit #recruit-company .environment .data-list .item:nth-child(1) .txt p {
  font-weight: 500;
}
#recruit #recruit-company .environment .data-list .item:nth-child(2) img {
  width: 78px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(2) img {
    width: 86px;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(2) .txt {
    align-items: baseline;
    gap: 7px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(2) .txt p {
  font-weight: 500;
  margin: -20px 0;
}
#recruit #recruit-company .environment .data-list .item:nth-child(2) .txt span {
  margin-right: 5px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(3) {
    padding: 25px 0 16px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(3) img {
  width: 100px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(3) img {
    margin-top: 17px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(3) .txt p {
  font-weight: 500;
  margin: -20px 0;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(3) .txt p {
    margin: -31px 0;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(3) .txt span {
  margin-right: 5px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(3) .txt ._notes {
    text-align: center;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(4) {
    padding: 25px 0 16px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(4) {
    padding: 32px 0 16px;
    height: 159px;
  }
}
@media (min-width: 1240px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(4) {
    height: 167px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(4) img {
  width: 86px;
}
#recruit #recruit-company .environment .data-list .item:nth-child(4) .txt p {
  font-weight: 500;
}
#recruit #recruit-company .environment .data-list .item:nth-child(4) .txt span {
  margin-right: 5px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(5) {
    padding: 25px 0 16px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(5) {
    padding: 38px 0 16px;
    height: 167px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(5) img {
  width: 101px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(5) img {
    margin-top: 17px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(5) .txt p {
  font-weight: 500;
  margin: -20px 0;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(5) .txt p {
    margin: -31px 0;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(5) .txt span {
  margin-right: 5px;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(5) .txt ._notes {
    text-align: center;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(6) {
  padding: 40px 0;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(6) {
    padding: 39px 0 20px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(6) {
    height: 167px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(6) img {
  width: min(25.38vw, 99px);
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(6) img {
    width: 99px;
    margin-top: 28px;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(6) .txt p {
  font-weight: 500;
  margin: -20px 0;
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(6) .txt p {
    margin: -44px 0 -20px 0;
  }
}
#recruit #recruit-company .environment .data-list .item:nth-child(6) .txt p:nth-child(2) {
  margin-top: -40px;
}
#recruit #recruit-company .environment .data-list .item:nth-child(6) .txt span {
  margin: 0 5px;
  font-size: min(14.35vw, 56px);
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(6) .txt span {
    font-size: 56px;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-company .environment .data-list .item:nth-child(6) .txt ._notes {
    margin: -25px 0;
  }
}
#recruit #recruit-company .video-wrapper {
  position: relative;
  display: block;
  margin: 12px auto 0;
  width: 100%;
  max-width: 350px;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .video-wrapper {
    width: 540px;
    max-width: none;
    margin: 24px auto 0;
  }
}
#recruit #recruit-company .video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  border: 2px solid #fff;
}
#recruit #recruit-company .video-wrapper .video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 47px;
  height: 47px;
  background-image: url("/images/recruit/common/icn_play.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  z-index: 2;
  transition: opacity 0.3s;
}
@media (min-width: 1024px) {
  #recruit #recruit-company .video-wrapper .video-play-btn {
    width: 60px;
    height: 60px;
  }
}
#recruit #recruit-company .video-wrapper .video-play-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
#recruit #recruit-voice {
  padding: 48px 0;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice {
    padding: 80px 0;
  }
}
@media (min-width: 560px) {
  #recruit #recruit-voice ._flex-pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-voice ._flex-pc {
    display: flex;
  }
}
#recruit #recruit-voice .voice-card {
  width: auto;
  max-width: 320px;
  height: 426px;
  background-color: #D1EBFF;
  border-radius: 8px;
  margin: 32px auto 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card {
    width: min(68.05vw, 980px);
    max-width: none;
    height: auto;
    transition: 0.3s;
  }
  #recruit #recruit-voice .voice-card:hover > a .voice-button {
    background-color: var(--c-primary);
  }
  #recruit #recruit-voice .voice-card:hover > a .voice-button .img::before {
    animation: slideOutRight 0.3s ease-out forwards;
  }
  #recruit #recruit-voice .voice-card:hover > a .voice-button .img::after {
    animation: slideInLeft 0.3s 0.3s ease-out forwards;
  }
  #recruit #recruit-voice .voice-card:hover img {
    transform: scale(1.05);
  }
}
#recruit #recruit-voice .voice-card::after, #recruit #recruit-voice .voice-card::before {
  content: "";
  position: absolute;
  width: 276px;
  height: 243px;
  background-image: url(/images/recruit/common/voicecard_bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  z-index: 1;
  pointer-events: none;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card::after, #recruit #recruit-voice .voice-card::before {
    width: 500px;
    height: 400px;
  }
}
#recruit #recruit-voice .voice-card::before {
  bottom: -90px;
  left: -80px;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card::before {
    bottom: -90px;
    left: -80px;
  }
}
#recruit #recruit-voice .voice-card::after {
  top: -90px;
  right: -110px;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card::after {
    top: -200px;
    right: -300px;
  }
}
#recruit #recruit-voice .voice-card > a {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card > a {
    flex-direction: row;
    justify-content: space-between;
    padding: min(2.77vw, 40px);
  }
}
#recruit #recruit-voice .voice-card .voice-img-wrapper {
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-img-wrapper {
    width: min(20.83vw, 300px);
    height: auto;
    flex-shrink: 0;
  }
}
#recruit #recruit-voice .voice-card .voice-img-wrapper img {
  border-radius: 4px;
  transition: 0.3s;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-img-wrapper img {
    object-fit: cover;
  }
}
#recruit #recruit-voice .voice-card .voice-right {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-right {
    margin-top: 0;
    flex: initial;
    width: min(39.44vw, 568px);
    justify-content: space-between;
  }
}
#recruit #recruit-voice .voice-card .voice-right h2 {
  font-size: 18px;
  font-weight: 500;
  color: var(--c-secondary);
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-right h2 {
    margin: auto 0;
    font-size: min(1.66vw, 24px);
  }
}
#recruit #recruit-voice .voice-card .voice-right .voice-button {
  background-color: var(--c-secondary);
  color: var(--c-base);
  padding: 6px 12px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  transition: 0.3s;
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .img {
  background-color: var(--c-base);
  width: 24px;
  height: 24px;
  padding: 8px 7px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-right .voice-button .img {
    width: 36px;
    height: 36px;
    padding: 11px;
  }
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .img::before, #recruit #recruit-voice .voice-card .voice-right .voice-button .img::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  background-image: url(/images/recruit/common/icn_arrow-nv.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .img::before {
  opacity: 1;
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .img::after {
  opacity: 0;
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .img img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
@keyframes slideOutRight {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(150%, -50%);
    opacity: 0;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(-250%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .voice-name p {
  font-size: 16px;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-right .voice-button .voice-name p {
    font-size: min(1.38vw, 20px);
  }
}
#recruit #recruit-voice .voice-card .voice-right .voice-button .voice-name span {
  font-family: var(--base-font);
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-card .voice-right .voice-button .voice-name span {
    font-size: min(1.11vw, 16px);
  }
}
#recruit #recruit-voice .voice-slider-container {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#recruit #recruit-voice .voice-slider-wrapper {
  transition: opacity 0.3s ease-in;
  opacity: 1;
  visibility: visible;
}
#recruit #recruit-voice .voice-slider-wrapper:not(.slick-initialized) {
  opacity: 0;
  visibility: hidden;
}
#recruit #recruit-voice .voice-slider-wrapper .slick-slide {
  margin: 0 10px;
}
#recruit #recruit-voice .voice-slider-wrapper .slick-list {
  margin: 0 -10px;
}
#recruit #recruit-voice .voice-slider-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 32px;
  gap: 24px;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-slider-nav {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto 0;
    max-width: 476px;
  }
}
#recruit #recruit-voice .voice-slider-progress {
  width: 100%;
  max-width: 320px;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-slider-progress {
    flex: 1;
    max-width: 600px;
    margin-right: 40px;
  }
}
#recruit #recruit-voice .voice-slider-progress-bar {
  width: 100%;
  height: 4px;
  background-color: #E5E5E5;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#recruit #recruit-voice .voice-slider-progress-fill {
  height: 100%;
  background-color: #0066CC;
  border-radius: 2px;
  transition: left 0.5s ease, width 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
}
#recruit #recruit-voice .voice-slider-buttons {
  display: flex;
  gap: 32px;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-slider-buttons {
    gap: 24px;
  }
}
#recruit #recruit-voice .voice-slider-prev,
#recruit #recruit-voice .voice-slider-next {
  padding: 14px 28px;
  width: 70px;
  height: 40px;
  background-color: var(--c-primary);
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  #recruit #recruit-voice .voice-slider-prev,
  #recruit #recruit-voice .voice-slider-next {
    padding: 10px 21px;
    width: 56px;
    height: 32px;
  }
  #recruit #recruit-voice .voice-slider-prev:hover,
  #recruit #recruit-voice .voice-slider-next:hover {
    background-color: var(--c-secondary);
  }
}
#recruit #recruit-voice .voice-slider-prev img,
#recruit #recruit-voice .voice-slider-next img {
  width: auto;
  height: auto;
}
#recruit #recruit-voice .voice-slider-prev {
  transform: scale(-1, 1);
}
#recruit #recruit-job {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job {
    padding: 80px 0;
  }
}
#recruit #recruit-job p, #recruit #recruit-job span {
  font-family: var(--base-font);
}
@media (min-width: 560px) {
  #recruit #recruit-job ._flex-pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-job ._flex-pc {
    display: flex;
  }
}
#recruit #recruit-job ._job-gr {
  background-color: #9EF5B7;
}
#recruit #recruit-job ._job-eme {
  background-color: #B5F7EB;
}
#recruit #recruit-job ._job-bl {
  background-color: #D1EBFF;
}
#recruit #recruit-job ._job-grad {
  background: linear-gradient(90deg, #9EF5B7 0%, #B5F7EB 100%);
}
#recruit #recruit-job .job-box {
  padding: 24px 12px;
  border-radius: 8px;
  justify-content: space-between;
  margin-top: 32px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box {
    padding: 40px;
    width: min(80vw, 1152px);
    margin: 32px auto 0;
  }
}
#recruit #recruit-job .job-box .job-left,
#recruit #recruit-job .job-box .job-right {
  color: var(--c-base);
  padding: 0 8px;
  max-width: 33px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-left,
  #recruit #recruit-job .job-box .job-right {
    max-width: 64px;
    padding: 0 20px;
  }
}
#recruit #recruit-job .job-box .job-left p,
#recruit #recruit-job .job-box .job-right p {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-left p,
  #recruit #recruit-job .job-box .job-right p {
    font-size: 24px;
  }
}
#recruit #recruit-job .job-box .job-left {
  background-color: #12B13F;
}
#recruit #recruit-job .job-box .job-right {
  background-color: var(--c-primary);
}
#recruit #recruit-job .job-box .job-center {
  width: 100%;
  padding: 0 8px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center {
    padding: 0 40px;
  }
}
#recruit #recruit-job .job-box .job-center .job-grid {
  display: grid;
  gap: 6px;
  margin-top: 6px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-grid {
    gap: 16px;
    margin-top: 16px;
  }
}
#recruit #recruit-job .job-box .job-center .job-grid:first-child {
  height: 109px;
}
#recruit #recruit-job .job-box .job-center .job-grid .job-division > * {
  pointer-events: none;
}
#recruit #recruit-job .job-box .job-center .job-grid .job-division {
  padding: 6px 0px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-grid .job-division {
    padding: 6px 12px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-modalItem ._wh-bg {
    padding: 10px;
  }
}
#recruit #recruit-job .job-box .job-center .job-modalItem ._wh-bg .division-name {
  font-size: 12px !important;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-modalItem ._wh-bg .division-name {
    font-size: 22px !important;
  }
}
#recruit #recruit-job .job-box .job-center .job-content .job-modalItem ._wh-bg .division-name {
  font-size: 12px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-content .job-modalItem ._wh-bg .division-name {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-content ._job-grad {
    padding: 12px !important;
  }
}
#recruit #recruit-job .job-box .job-center .job-grid h2,
#recruit #recruit-job .job-box .job-center .job-content h2 {
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-grid h2,
  #recruit #recruit-job .job-box .job-center .job-content h2 {
    font-size: 24px;
  }
}
#recruit #recruit-job .job-box .job-center .job-3column {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}
#recruit #recruit-job .job-box .job-center .job-2column {
  grid-template-columns: 2fr 1fr;
}
#recruit #recruit-job .job-box .job-center .job-2column ._job-grad {
  padding: 8px 6px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-2column ._job-grad {
    padding: 12px;
  }
}
#recruit #recruit-job .job-box .job-center .job-2column ._job-grad ._flex {
  gap: 6px;
  justify-content: space-between;
  margin-top: 4px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-2column ._job-grad ._flex {
    gap: 12px;
  }
}
#recruit #recruit-job .job-box .job-center .job-2column ._job-grad ._flex .job-modalItem {
  width: 100%;
}
#recruit #recruit-job .job-box .job-center .job-content {
  margin-top: 6px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-content {
    margin-top: 16px;
  }
}
#recruit #recruit-job .job-box .job-center .job-content ._job-grad {
  padding: 8px 6px;
  border-radius: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  background: linear-gradient(90deg, #B5F7EB 0%, #D1EBFF 100%);
}
#recruit #recruit-job .job-box .job-center .job-content ._job-grad ._flex {
  gap: 6px;
  justify-content: space-between;
  margin-top: 4px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-content ._job-grad ._flex {
    gap: 12px;
  }
}
#recruit #recruit-job .job-box .job-center .job-content ._job-grad ._flex .job-modalItem {
  width: 100%;
}
#recruit #recruit-job .job-box .job-center .job-content .content-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-modalItem:hover .plus {
    transform: scale(1.167);
  }
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division > * {
  pointer-events: none;
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-modalItem .job-division {
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division .division-name {
  font-weight: 700;
  font-size: 14px;
  color: var(--c-dark);
  display: block;
  line-height: 1.4;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-modalItem .job-division .division-name {
    font-size: 24px;
  }
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division ._plus-gr {
  background-color: #0AB33C;
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division ._plus-em {
  background-color: #2CB89E;
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division ._plus-bl {
  background-color: #4B98D1;
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division .plus {
  position: relative;
  width: 18px;
  height: 18px;
  margin: 8px auto 0;
  border-radius: 50%;
  display: block;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .job-box .job-center .job-modalItem .job-division .plus {
    width: 24px;
    height: 24px;
    margin: 2px;
    flex-shrink: 0;
    flex-shrink: 0;
    transition: transform 0.3s;
    transform-origin: center;
  }
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division .plus::before, #recruit #recruit-job .job-box .job-center .job-modalItem .job-division .plus::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: var(--c-base);
  border-radius: 10px;
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division .plus::before {
  width: 1px;
  height: 9px;
}
#recruit #recruit-job .job-box .job-center .job-modalItem .job-division .plus::after {
  width: 9px;
  height: 1px;
}
#recruit #recruit-job .modal {
  display: none;
}
#recruit #recruit-job .modal.is-open {
  display: block;
}
#recruit #recruit-job .modal .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#recruit #recruit-job .modal [role=dialog] {
  border-radius: 8px;
  padding: 16px;
  width: 350px;
  height: auto;
  overflow-y: auto;
  position: relative;
  animation: slideIn 0.3s ease;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal [role=dialog] {
    width: 69.5vw;
    padding: 32px;
  }
}
#recruit #recruit-job .modal .modal-inner {
  background-color: #fff;
  height: 100%;
  padding: 24px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal .modal-inner {
    padding: 40px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal .modal-inner ._flex-pc {
    align-items: center;
    gap: 16px;
  }
}
#recruit #recruit-job .modal .modal-inner .job-title {
  text-align: left !important;
  font-size: 22px !important;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal .modal-inner .job-title {
    font-size: 32px !important;
  }
}
#recruit #recruit-job .modal .modal-inner .job-copy {
  font-size: 14px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal .modal-inner .job-copy {
    font-size: 24px !important;
  }
}
#recruit #recruit-job .modal .modal-inner .job-txt {
  margin-top: 20px;
  font-size: 15px;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal .modal-inner .job-txt p {
    font-size: 20px;
  }
}
#recruit #recruit-job .modal .modal__btn {
  font-family: var(--base-font);
  margin: 32px auto 0;
  display: block;
  padding: 8px;
  border-radius: 4px;
  background-color: var(--c-base);
  color: var(--c-dark);
  border: 1px solid;
  width: 136px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  #recruit #recruit-job .modal .modal__btn {
    font-size: 15px;
    margin: 64px auto 0;
  }
  #recruit #recruit-job .modal .modal__btn:hover {
    background-color: #EBEBEB;
  }
}
#recruit #recruit-job .modal .modal__btn .icon-close {
  display: block;
  position: relative;
  width: 13px;
  height: 13px;
}
#recruit #recruit-job .modal .modal__btn .icon-close::before, #recruit #recruit-job .modal .modal__btn .icon-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 15px;
  background: var(--c-dark);
}
#recruit #recruit-job .modal .modal__btn .icon-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#recruit #recruit-job .modal .modal__btn .icon-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#recruit #recruit-job ._modal-gr [role=dialog] {
  background-color: #9EF5B7;
}
#recruit #recruit-job ._modal-em [role=dialog] {
  background-color: #B5F7EB;
}
#recruit #recruit-job ._modal-bl [role=dialog] {
  background-color: #D1EBFF;
}
#recruit #recruit-personality {
  padding: 48px 0;
}
@media (min-width: 560px) {
  #recruit #recruit-personality {
    padding: 96px 0 48px;
  }
}
#recruit #recruit-personality ._flex-pc {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  #recruit #recruit-personality ._flex-pc {
    display: flex !important;
    align-items: center;
    gap: min(3.33vw, 48px);
    justify-content: center;
  }
}
#recruit #recruit-personality ._flex-pc .txt-area {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #recruit #recruit-personality ._flex-pc .txt-area {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-personality .txt-area {
    width: 48.88vw;
  }
}
#recruit #recruit-personality .txt-area p {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}
@media (min-width: 560px) {
  #recruit #recruit-personality .txt-area p {
    text-align: left;
    font-size: 24px;
    font-size: clamp(22px, 1.66vw, 24px);
  }
}
#recruit #recruit-personality .txt-area .personality-list {
  padding: 24px 16px;
  margin-top: 16px;
  border-top: 1px solid #9CC6E6;
  border-bottom: 1px solid #9CC6E6;
}
#recruit #recruit-personality .txt-area .personality-list ._dot {
  font-size: 16px;
  padding-left: 19px;
}
@media (min-width: 560px) {
  #recruit #recruit-personality .txt-area .personality-list ._dot {
    font-size: clamp(16px, 1.25vw, 18px);
  }
}
#recruit #recruit-personality .txt-area .personality-list ._dot::before {
  top: 8px;
}
@media (min-width: 560px) {
  #recruit #recruit-personality .txt-area .personality-list ._dot::before {
    top: 9px;
  }
}
#recruit #recruit-personality .txt-area .personality-list li + li {
  margin-top: 12px;
}
#recruit #recruit-personality .img {
  margin-top: 48px;
  position: relative;
}
@media (min-width: 560px) {
  #recruit #recruit-personality .img {
    max-width: 544px;
    margin: 48px auto;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-personality .img {
    margin: 0;
    width: 37.77vw;
    flex-shrink: 0;
  }
}
#recruit #recruit-personality .img img {
  position: relative;
  z-index: 10;
}
#recruit #recruit-personality .img::before {
  content: "";
  position: absolute;
  width: 356px;
  height: 420px;
  background-image: url(/images/recruit/common/bg_green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -143px;
  right: -98px;
}
@media (min-width: 560px) {
  #recruit #recruit-personality .img::before {
    width: 414px;
    height: 473px;
    bottom: inherit;
    right: -131px;
    top: -173px;
  }
}
#recruit #recruit-contact {
  position: relative;
}
#recruit #recruit-contact .recruit-contact_link + .contact-area {
  margin-top: 208px;
}
@media (min-width: 1024px) {
  #recruit #recruit-contact .recruit-contact_link + .contact-area {
    margin-top: 136px;
  }
}
#recruit #recruit-contact .heading p {
  color: var(--c-light_bl) !important;
}
#recruit #recruit-contact .contact-box {
  background-color: #00458E;
  background-image: url(/images/recruit/common/bg_recruit-sp.jpg);
  border-radius: 8px;
  padding: 40px 16px;
  width: 89.74vw;
  margin: 0 auto;
  position: absolute;
  top: -206px;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: left 63% top 22%;
}
@media (min-width: 1024px) {
  #recruit #recruit-contact .contact-box {
    background-image: url(/images/recruit/common/bg_recruit.jpg);
    width: inherit;
    top: -140px;
    background-size: cover;
  }
}
#recruit #recruit-contact .contact-box .recruit-list {
  flex-direction: column;
  padding: 0;
  gap: 24px;
  margin-top: 24px;
}
@media (min-width: 1024px) {
  #recruit #recruit-contact .contact-box .recruit-list {
    flex-direction: row;
    justify-content: center;
    gap: 48px;
    gap: min(3.33vw, 48px);
  }
}
#recruit #recruit-contact .contact-box .recruit-list .item {
  background-color: var(--c-base);
  padding: 16px 20px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #recruit #recruit-contact .contact-box .recruit-list .item {
    width: 352px;
    padding: 20px 32px;
  }
}
@media (min-width: 1024px) {
  #recruit #recruit-contact .contact-box .recruit-list .item .img {
    transition: 0.3s;
  }
  #recruit #recruit-contact .contact-box .recruit-list .item:hover .recruit-link .img {
    background-color: var(--c-accent_1) !important;
  }
  #recruit #recruit-contact .contact-box .recruit-list .item:hover .recruit-link .img::before {
    animation: slideOutRight 0.3s ease-out forwards;
  }
  #recruit #recruit-contact .contact-box .recruit-list .item:hover .recruit-link .img::after {
    animation: slideInLeft 0.3s 0.3s ease-out forwards;
  }
}
#recruit #recruit-contact .contact-box .recruit-list .item a {
  text-decoration: none;
}
#recruit #recruit-contact .contact-box .recruit-list .item:nth-child(1) .recruit-link .txt p {
  color: var(--c-primary);
}
#recruit #recruit-contact .contact-box .recruit-list .item:nth-child(1) .recruit-link .img {
  background-color: var(--c-primary);
}
#recruit #recruit-contact .contact-box .recruit-list .item:nth-child(2) .recruit-link .txt p {
  color: var(--c-secondary);
}
#recruit #recruit-contact .contact-box .recruit-list .item:nth-child(2) .recruit-link .img {
  background-color: var(--c-secondary);
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link {
  justify-content: space-between;
  align-items: center;
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .img {
  padding: 9px 8px;
  height: fit-content;
  border-radius: 2px;
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .img img {
  width: 14px;
  display: block;
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .img {
  width: 32px;
  height: 32px;
  padding: 9px 8px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .img::before, #recruit #recruit-contact .contact-box .recruit-list .recruit-link .img::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  background-image: url(/images/recruit/common/icn_arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .img::before {
  opacity: 1;
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .img::after {
  opacity: 0;
}
@keyframes slideOutRight {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(150%, -50%);
    opacity: 0;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(-250%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .txt p {
  font-size: 20px;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-box .recruit-list .recruit-link .txt p {
    font-size: 22px;
    font-weight: 700;
  }
}
#recruit #recruit-contact .contact-box .recruit-list .recruit-link .txt span {
  font-size: 14px;
  font-family: var(--third-font);
}
#recruit #recruit-contact .contact-area {
  padding: 210px 20px 48px;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-area {
    padding: 310px 72px 135px;
  }
}
#recruit #recruit-contact .contact-area .heading p {
  color: var(--c-primary) !important;
}
#recruit #recruit-contact .contact-area .address {
  background-color: var(--c-base);
  flex-direction: column;
  padding: 20px 24px;
  border-radius: 8px;
  margin-top: 24px;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-area .address {
    flex-direction: row;
    justify-content: center;
    max-width: 810px;
    margin: 24px auto 0;
  }
}
#recruit #recruit-contact .contact-area .address .address_left {
  text-align: center;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-area .address .address_left {
    text-align: left;
    padding-right: 40px;
    border-right: 1px solid #A6C8E0;
    margin-right: 40px;
  }
}
#recruit #recruit-contact .contact-area .address .address_left p {
  font-size: 20px;
}
#recruit #recruit-contact .contact-area .address .address_left span {
  font-family: var(--base-font);
  font-size: 14px;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-area .address .address_left span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
  }
}
#recruit #recruit-contact .contact-area .address .address_right {
  margin-top: 17px;
  font-size: 15px;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-area .address .address_right {
    margin-top: 0;
  }
}
#recruit #recruit-contact .contact-area .address .address_right p + p {
  margin-top: 8px;
}
@media (min-width: 560px) {
  #recruit #recruit-contact .contact-area .address .address_right p + p {
    margin-top: 5px;
  }
}
#recruit .recruit-career {
  padding: 40px 20px;
}
@media (min-width: 560px) {
  #recruit .recruit-career {
    padding: 64px 72px;
  }
}
#recruit .recruit-career .heading h2 {
  font-size: 22px;
}
@media (min-width: 560px) {
  #recruit .recruit-career .heading h2 {
    font-size: 32px;
  }
}
#recruit .recruit-career .heading p {
  color: var(--c-primary) !important;
}
#recruit .recruit-career .address {
  background-color: var(--c-base);
  flex-direction: column;
  padding: 20px 24px;
  border-radius: 8px;
  margin-top: 24px;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address {
    flex-direction: row;
    justify-content: center;
    max-width: 810px;
    margin: 24px auto 0;
    align-items: center;
  }
}
#recruit .recruit-career .address .address_left {
  text-align: center;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address .address_left {
    text-align: left;
    padding-right: 40px;
    border-right: 1px solid #A6C8E0;
    margin-right: 40px;
  }
}
#recruit .recruit-career .address .address_left p {
  font-size: 20px;
}
#recruit .recruit-career .address .address_left span {
  font-family: var(--base-font);
  font-size: 14px;
  margin-top: 4px;
  display: block;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address .address_left span {
    font-size: 16px;
    margin-top: 5px;
    display: block;
  }
}
#recruit .recruit-career .address .address_right {
  margin-top: 17px;
  font-size: 15px;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address .address_right {
    margin-top: 0;
  }
}
#recruit .recruit-career .address .address_right p + p {
  margin-top: 8px;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address .address_right p + p {
    margin-top: 5px;
  }
}
#recruit .recruit-career .address .address_right .tel,
#recruit .recruit-career .address .address_right .mail {
  display: flex;
  align-items: center;
  gap: 7px;
}
#recruit .recruit-career .address .address_right .mail {
  margin-top: 8px;
}
#recruit .recruit-career .address .address_right .mail img {
  width: 165px;
}
#recruit .recruit-career .address .address_right .tel::before {
  content: "";
  display: block;
  background-image: url(/images/recruit/common/icn_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 16px;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address .address_right .tel::before {
    width: 20px;
    height: 21px;
  }
}
#recruit .recruit-career .address .address_right .mail::before {
  content: "";
  display: block;
  background-image: url(/images/recruit/common/icn_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 12px;
}
@media (min-width: 560px) {
  #recruit .recruit-career .address .address_right .mail::before {
    width: 20px;
    height: 16px;
  }
}
#recruit .career-personality #recruit-personality {
  padding-bottom: 80px;
}
@media (min-width: 1024px) {
  #recruit .career-personality #recruit-personality {
    padding: 80px;
  }
}
#recruit .career-personality #recruit-personality .img::before,
#recruit .newGraduates-personality #recruit-personality .img::before {
  background-image: url(/images/recruit/index/bg_blue.svg);
}
#recruit .recruit-title {
  padding: 26px 20px 48px;
}
@media (min-width: 1024px) {
  #recruit .recruit-title {
    padding: 82px 72px 48px;
    max-width: 1376px;
    margin: 0 auto;
  }
}
#recruit .recruit-title h1 {
  font-size: 28px;
  font-family: var(--base-font);
  font-weight: 500;
}
@media (min-width: 1024px) {
  #recruit .recruit-title h1 {
    font-size: 48px;
  }
}
#recruit .recruit-title p {
  font-family: var(--third-font);
  font-weight: 700;
  font-size: 20px;
  color: var(--c-primary);
}
@media (min-width: 1024px) {
  #recruit .recruit-title p {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .recruit-newGraduates {
    margin-top: 32px;
  }
}
@media (min-width: 560px) {
  .recruit-newGraduates ._flex-pc {
    display: block !important;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates ._flex-pc {
    display: flex !important;
  }
}
.recruit-newGraduates .newGraduates_description {
  padding: 40px 24px;
  border-radius: 8px;
}
.recruit-newGraduates .newGraduates_description .grid-2column {
  margin-top: 39px;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .grid-2column {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 39px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .grid-2column .description-box:nth-child(2) .description-text ._dot::before {
    top: 19px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .grid-3column {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .grid-3column .description-box .description-text {
    padding-top: 0 !important;
    width: auto !important;
  }
}
.recruit-newGraduates .newGraduates_description .description-box {
  position: relative;
  background-color: var(--c-base);
  border-radius: 4px;
  padding: 37px 16px 24px;
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 560px) {
  .recruit-newGraduates .newGraduates_description .description-box {
    padding: 37px 16px 24px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box {
    margin-top: 0;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:first-child {
  margin-top: 0;
}
.recruit-newGraduates .newGraduates_description .description-box .description-tag {
  background-color: var(--c-primary);
  color: var(--c-base);
  padding: 4px 15px;
  text-align: center;
  border-radius: 999px;
  width: 179px;
  margin: 0 auto;
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box .description-tag {
    min-width: 125px;
    width: fit-content;
  }
}
@media (min-width: 1240px) {
  .recruit-newGraduates .newGraduates_description .description-box .description-tag {
    min-width: none;
    width: 179px;
  }
}
.recruit-newGraduates .newGraduates_description .description-box .description-text {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.recruit-newGraduates .newGraduates_description .description-box .description-text p {
  font-size: 20px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box .description-text p {
    font-size: 26px !important;
  }
}
.recruit-newGraduates .newGraduates_description .description-box .description-text ._dot {
  position: relative;
  padding-left: 18px;
  text-align: left;
}
.recruit-newGraduates .newGraduates_description .description-box .description-text ._dot::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--c-accent_1);
  margin: auto;
  border-radius: 50%;
  top: 14px;
  left: 0px;
}
.recruit-newGraduates .newGraduates_description .description-box:first-child .description-text .time {
  font-family: "Inter", sans-serif !important;
  font-size: 22px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:first-child .description-text .time {
    font-size: 26px !important;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:first-child .description-text .attention {
  font-size: 16px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:first-child .description-text .attention {
    font-size: 18px !important;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:first-child .description-text span {
  font-family: var(--base-font);
  font-size: 13px;
  background-color: #F1F1F1;
  padding: 4px 12px;
  border-radius: 4px;
  display: block;
  width: fit-content;
  margin: 4px auto 0;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:first-child .description-text span {
    font-size: 15px;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(2) .description-text {
  width: 200px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(2) .description-text {
    width: auto;
    justify-content: center;
    gap: 16px;
  }
}
@media (min-width: 1240px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(2) .description-text {
    padding-top: 31px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text {
    width: 498px;
    padding-top: 20px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item {
    width: 403px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item ._flex-pc {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item ._flex-pc p:nth-child(2) {
    padding-left: 0;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item::before {
  top: 11px;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item p {
  text-align: left;
  padding-left: 18px;
  font-size: 18px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item p {
    font-size: 22px !important;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item span {
  font-family: "Inter", sans-serif;
}
@media (min-width: 560px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item ._pc_only {
    display: none;
  }
}
@media (min-width: 560px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item ._pc_only {
    display: inline-block;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(3) .description-text .description-item + .description-item {
  margin-top: 8px;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-item, .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) .description-item, .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-item {
  font-size: 18px !important;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-item::before, .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) .description-item::before, .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-item::before {
  top: 11px;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-item span, .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) .description-item span, .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-item span {
  font-size: 14px;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(4) ._flex-pc, .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) ._flex-pc, .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc {
  margin-top: 8px;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-item + .description-item, .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) .description-item + .description-item, .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-item + .description-item {
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-item + .description-item, .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) .description-item + .description-item, .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-item + .description-item {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(4) ._flex-pc {
    flex-wrap: wrap;
    column-gap: 16px;
  }
}
@media (min-width: 1240px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(4) ._flex-pc {
    width: 380px;
    flex-wrap: wrap;
    column-gap: 16px;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-text .description-item:nth-child(2) span {
  display: block;
}
@media (min-width: 1240px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(4) .description-text .description-item:nth-child(2) span {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) .description-text {
    width: 498px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(5) ._flex-pc {
    width: 450px;
    flex-wrap: wrap;
    gap: 12px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-text {
    max-width: 527px;
  }
}
@media (min-width: 1345px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) .description-text {
    margin-top: 18px;
  }
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc {
    gap: 13px;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc p {
  text-align: left;
  width: fit-content;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc ._dot {
    min-width: fit-content;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc .point {
  position: relative;
  padding: 0 16px;
  font-size: 14px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc .point {
    font-size: 16px !important;
  }
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc .point::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  border-left: 2px solid #333;
  border-radius: 50% 0 0 50%;
}
.recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc .point::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  border-right: 2px solid #333;
  border-radius: 0 50% 50% 0;
}
@media (min-width: 560px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc .point ._pc_only {
    display: none;
  }
}
@media (min-width: 1240px) {
  .recruit-newGraduates .newGraduates_description .description-box:nth-child(6) ._flex-pc .point ._pc_only {
    display: block;
  }
}
.recruit-newGraduates .newGraduates_entry {
  background-color: var(--c-primary);
  padding: 20px;
  border-radius: 4px;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry {
    border-radius: 8px;
  }
  .recruit-newGraduates .newGraduates_entry:hover .entry_button .img::before {
    animation: slideOutRight 0.3s ease-out forwards;
  }
  .recruit-newGraduates .newGraduates_entry:hover .entry_button .img::after {
    animation: slideInLeft 0.3s 0.3s ease-out forwards;
  }
}
.recruit-newGraduates .newGraduates_entry ._flex {
  align-items: center;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry ._flex {
    flex-direction: row;
    justify-content: center;
    gap: 40px;
  }
}
.recruit-newGraduates .newGraduates_entry ._flex .entry_button {
  flex-direction: row;
}
.recruit-newGraduates .newGraduates_entry ._flex .entry_button p {
  font-size: 20px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry ._flex .entry_button p {
    font-size: 32px !important;
  }
}
.recruit-newGraduates .newGraduates_entry a {
  text-decoration: none;
}
.recruit-newGraduates .newGraduates_entry .entry_button {
  order: 2;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry .entry_button {
    order: 1;
  }
}
.recruit-newGraduates .newGraduates_entry .entry_button p {
  color: var(--c-base);
  font-weight: 700 !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry .entry_button p {
    font-size: 32px !important;
  }
}
.recruit-newGraduates .newGraduates_entry .entry_button .img {
  width: 22px;
  height: 22px;
  padding: 7px 6px;
  background-color: var(--c-base);
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry .entry_button .img {
    width: 36px;
    height: 36px;
    padding: 11px 10px;
  }
}
.recruit-newGraduates .newGraduates_entry .entry_button .img::before, .recruit-newGraduates .newGraduates_entry .entry_button .img::after {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  position: absolute;
  background-image: url(/images/recruit/common/icn_arrow-bl.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.recruit-newGraduates .newGraduates_entry .entry_button .img::before {
  opacity: 1;
}
.recruit-newGraduates .newGraduates_entry .entry_button .img::after {
  opacity: 0;
}
@keyframes slideOutRight {
  0% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  100% {
    transform: translate(150%, -50%);
    opacity: 0;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate(-250%, -50%);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
.recruit-newGraduates .newGraduates_entry .entry-link {
  order: 1;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry .entry-link {
    order: 2;
  }
}
.recruit-newGraduates .newGraduates_entry .entry-link img {
  width: 100px;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_entry .entry-link img {
    width: 130px;
  }
}
.recruit-newGraduates .newGraduates_inner {
  padding-bottom: 91px !important;
}
.recruit-newGraduates .newGraduates_faq {
  padding: 48px 20px;
  width: 100% !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_faq {
    padding: 80px 20px;
    width: min(90vw, 1296px) !important;
  }
}
.recruit-newGraduates .newGraduates_faq .faq_box {
  margin-top: 30px;
}
.recruit-newGraduates .newGraduates_faq .faq_box .faq_icon {
  font-family: "Inter", sans-serif !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  color: var(--c-base);
  padding: 7px 8px;
  border-radius: 4px;
  width: 28px;
  height: 28px;
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_faq .faq_box .faq_icon {
    font-size: 16px !important;
  }
}
.recruit-newGraduates .newGraduates_faq .faq_box .faq_q {
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_faq .faq_box .faq_q p {
    font-size: 20px !important;
  }
}
.recruit-newGraduates .newGraduates_faq .faq_box .faq_q .faq_icon {
  background-color: var(--c-primary);
  font-size: 16px !important;
}
.recruit-newGraduates .newGraduates_faq .faq_box .faq_a {
  margin-top: 12px;
  background-color: var(--c-base);
  border-radius: 4px;
  padding: 16px;
  display: flex;
  gap: 12px;
}
.recruit-newGraduates .newGraduates_faq .faq_box .faq_a .faq_icon {
  background-color: var(--c-accent_1);
}
@media (min-width: 1024px) {
  .recruit-newGraduates .newGraduates_faq .faq_box p {
    font-size: 16px;
  }
}
.recruit-newGraduates #recruit-personality {
  padding-bottom: 48px !important;
}
.recruit-newGraduates #recruit-contact .contact-area {
  padding: 48px 20px !important;
}
@media (min-width: 1024px) {
  .recruit-newGraduates #recruit-contact .contact-area {
    padding: 56px 20px 64px !important;
  }
}

@media (min-width: 1240px) {
  .recruit-footer {
    gap: 30px;
  }
  .recruit-footer ._flex {
    display: flex;
  }
}
@media (min-width: 1240px) and (min-width: 1240px) {
  .recruit-footer ._flex-pc {
    display: flex;
  }
}
.recruit-footer .footer_content {
  flex-direction: column;
  background-color: var(--c-secondary);
  padding: 40px 20px 24px;
}
@media (min-width: 1024px) {
  .recruit-footer .footer_content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 40px 72px;
  }
}
@media (min-width: 1240px) {
  .recruit-footer .footer_content .logo_wh {
    align-items: center;
    gap: 16px;
    transition: 0.3s;
  }
  .recruit-footer .footer_content .logo_wh:hover {
    opacity: 0.7;
  }
}
.recruit-footer .footer_content .logo_wh img {
  width: 202px;
  margin: 0 auto;
  display: block;
}
.recruit-footer .footer_content .logo_wh p {
  font-family: var(--base-font);
  color: var(--c-secondary);
  border-radius: 2px;
  background-color: #fff;
  padding: 4px 70px;
  text-align: center;
  width: fit-content;
  margin: 24px auto 0;
  font-size: 12px;
}
@media (min-width: 1240px) {
  .recruit-footer .footer_content .logo_wh p {
    margin: 0;
    padding: 3px 8px;
    height: fit-content;
    font-size: 14px;
  }
}
.recruit-footer .footer_content .site-info {
  padding: 0;
}
@media (min-width: 1024px) {
  .recruit-footer .footer_content .site-info {
    flex-direction: column;
    margin: 0;
  }
}
.recruit-footer .footer_content .site-info .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 31px;
}
@media (min-width: 1024px) {
  .recruit-footer .footer_content .site-info .list {
    flex-wrap: nowrap;
    gap: 30px;
    margin: 0;
  }
}
.recruit-footer .footer_content .site-info .item {
  width: fit-content;
  flex-shrink: 0;
}
.recruit-footer .footer_content .site-info .item a {
  font-family: var(--base-font);
  color: var(--c-base);
  text-decoration: none;
  font-size: 16px;
}
.recruit-footer .footer_content .site-info .corporate-link {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  padding: 8px 0;
  border: 1px solid #fff;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 1024px) {
  .recruit-footer .footer_content .site-info .corporate-link {
    margin: 0;
    padding: 12px 16px;
  }
  .recruit-footer .footer_content .site-info .corporate-link:hover {
    background-color: var(--c-base);
  }
  .recruit-footer .footer_content .site-info .corporate-link:hover a {
    color: var(--c-secondary);
  }
  .recruit-footer .footer_content .site-info .corporate-link:hover .img {
    background-image: url(/images/recruit/common/icn_link-hover.svg);
  }
}
.recruit-footer .footer_content .site-info .corporate-link a {
  font-family: var(--base-font);
  color: var(--c-base);
  text-decoration: none;
}
@media (min-width: 1240px) {
  .recruit-footer .footer_content .site-info .corporate-link a {
    font-size: 16px;
  }
}
.recruit-footer .footer_content .site-info .corporate-link .img {
  width: 13px;
  height: 13px;
  background-image: url(/images/recruit/common/icn_link.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.recruit-footer .footer_content .site-info .site-copyright {
  margin-top: 24px;
}
@media (min-width: 1024px) {
  .recruit-footer .footer_content .site-info .site-nav {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
.recruit-footer .footer_content .site-info .site-nav .list .item {
  transition: 0.3s;
}
.recruit-footer .footer_content .site-info .site-nav .list .item:hover {
  opacity: 0.7;
}
.recruit-footer .footer_content .site-info .site-copyright small {
  font-family: var(--base-font);
}
@media (min-width: 1240px) {
  .recruit-footer .footer_content .site-info .site-copyright small {
    font-size: 14px;
  }
}

@media (min-width: 560px) {
  #recruit-voiceEntry ._flex-pc {
    display: block;
  }
}
@media (min-width: 1024px) {
  #recruit-voiceEntry ._flex-pc {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro {
    margin-bottom: -88px;
    padding-left: 32px;
  }
}
@media (min-width: 1920px) {
  #recruit-voiceEntry .voice-intro {
    max-width: 1440px;
    margin: 0 auto -88px;
  }
}
#recruit-voiceEntry .voice-intro .intro-img {
  padding-right: 20px;
}
#recruit-voiceEntry .voice-intro .intro-img img {
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro .intro-img img {
    width: min(48.61vw, 700px);
  }
}
#recruit-voiceEntry .voice-intro .intro-heading {
  margin-top: 40px;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro .intro-heading {
    margin-top: min(6.94vw, 100px);
    padding-bottom: 0;
  }
}
#recruit-voiceEntry .voice-intro .intro-heading h2 {
  font-size: 24px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro .intro-heading h2 {
    font-size: min(2.77vw, 40px);
  }
}
#recruit-voiceEntry .voice-intro .intro-heading .intro-name {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro .intro-heading .intro-name {
    margin-top: 40px;
  }
}
#recruit-voiceEntry .voice-intro .intro-heading .intro-name .intro-tag {
  width: fit-content;
  color: var(--c-base);
  padding: 4px 16px;
  border-radius: 4px;
  background-color: var(--c-secondary);
  font-size: 18px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro .intro-heading .intro-name .intro-tag {
    font-size: min(1.38vw, 20px);
  }
}
#recruit-voiceEntry .voice-intro .intro-heading .intro-name ._flex {
  font-size: 18px;
  font-weight: 400;
  gap: 34px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-intro .intro-heading .intro-name ._flex {
    margin-top: 12px;
    font-size: min(1.28vw, 20px);
  }
}
#recruit-voiceEntry .voice-content {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content {
    padding: 144px 72px 80px;
    margin-left: 72px;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }
}
#recruit-voiceEntry .voice-content ._wh-bg {
  padding: 20px;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content ._wh-bg {
    padding: 40px;
  }
}
#recruit-voiceEntry .voice-content ._wh-bg .content-txtarea {
  margin-top: 0 !important;
}
#recruit-voiceEntry .voice-content .content-box {
  border-radius: 4px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box {
    flex-direction: row;
    align-items: center;
    gap: 48px;
  }
}
#recruit-voiceEntry .voice-content .content-box .content-txtarea {
  margin-top: 32px;
  width: 100%;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-txtarea {
    margin-top: 0;
  }
}
#recruit-voiceEntry .voice-content .content-box .content-txtarea h3 {
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  padding-bottom: 7px;
  border-bottom: 2px solid var(--c-primary);
  position: relative;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-txtarea h3 {
    font-size: min(1.25vw, 18px);
  }
}
#recruit-voiceEntry .voice-content .content-box .content-txtarea h3::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: var(--c-primary);
  top: 28%;
  left: 0px;
}
#recruit-voiceEntry .voice-content .content-box .content-txtarea .content-txt {
  margin-top: 28px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-txtarea .content-txt {
    margin-top: 24px;
  }
}
#recruit-voiceEntry .voice-content .content-box .content-txtarea .content-txt h4 {
  color: var(--c-primary);
  font-size: 20px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-txtarea .content-txt h4 {
    font-size: min(1.66vw, 24px);
  }
}
#recruit-voiceEntry .voice-content .content-box .content-txtarea .content-txt p {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-txtarea .content-txt p {
    margin-top: 16px;
    font-size: min(1.11vw, 16px);
  }
}
#recruit-voiceEntry .voice-content .content-box .content-img {
  margin-top: 64px;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-img {
    margin-top: 0;
  }
}
#recruit-voiceEntry .voice-content .content-box .content-img img {
  border-radius: 4px;
  box-shadow: 0px 0px 20px 0px rgba(94, 157, 205, 0.1490196078);
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box .content-img img {
    width: min(34.72vw, 500px) 500px;
  }
}
#recruit-voiceEntry .voice-content .content-box:nth-child(3) .content-txtarea {
  order: 2;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box:nth-child(3) .content-txtarea {
    order: 1;
  }
}
#recruit-voiceEntry .voice-content .content-box:nth-child(3) .content-img {
  order: 1;
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box:nth-child(3) .content-img {
    order: 2;
  }
}
@media (min-width: 1024px) {
  #recruit-voiceEntry .voice-content .content-box + .content-box {
    margin-top: 56px;
  }
}
@media (min-width: 1513px) {
  #recruit-voiceEntry .voice-content {
    max-width: 1368px;
    margin: 0 auto;
    border-radius: 16px;
  }
}

#Privacy .pagetitle {
  font-size: 3rem;
  font-weight: normal;
}
#Privacy .lead {
  padding-left: 22px;
  margin-bottom: 25px;
}
#Privacy dt {
  background: url(../images/common/line.jpg) left bottom repeat-x;
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  margin-bottom: 12px;
  font-weight: bold;
  padding-bottom: 3px;
}
#Privacy dd {
  margin-bottom: 25px;
  padding-left: 22px;
}

#ContactIndex {
  /* parts */
}
#ContactIndex .page-content img {
  max-width: 100%;
}
#ContactIndex .link._alcohol {
  border: 1px solid #CCC;
  padding: 0;
}
#ContactIndex .link._alcohol .head {
  color: #443786;
  font-size: 16px;
  background: url(../images/contact/alcohol.png) 40px 23px no-repeat #F4F4F4;
  background-size: 75px;
  padding: 49px 10px 48px 140px;
  font-weight: bold;
  line-height: 24px;
}
@media (min-width: 1024px) {
  #ContactIndex .link._alcohol .head {
    background: url(../images/contact/alcohol.png) 18px 23px no-repeat #F4F4F4;
    padding: 49px 10px 48px 110px;
  }
}
#ContactIndex .link._alcohol .head:hover {
  opacity: 0.6;
}
#ContactIndex .link._alcohol .body {
  padding: 10px 10px 10px 35px;
}
#ContactIndex .link._alcohol .tel {
  background: url(../images/contact/alcohol-tel.png) left no-repeat;
  padding-left: 40px;
  line-height: 28px;
  font-size: 24px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 5px;
}
#ContactIndex .contact-phone-area {
  width: 100%;
  margin: 40px auto 50px;
  border: solid 1px #cbcbcb;
  background: #fff;
}
#ContactIndex .contact-phone-area .contact-phone dt {
  padding: 12px 0 13px 20px;
  background: #f7f7f7;
  border-bottom: solid 1px #cbcbcb;
  letter-spacing: 0.04em;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #443786;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area .contact-phone dt {
    padding: 12px 0 13px 30px;
    font-size: 1.9rem;
  }
}
#ContactIndex .contact-phone-area .contact-phone dt .small {
  letter-spacing: 0;
  font-size: 15px;
}
#ContactIndex .contact-phone-area.ver2 span {
  color: #333;
  font-size: 90%;
  font-weight: normal;
}
#ContactIndex .contact-phone-area .contact-phone dd {
  width: 41%;
  padding-left: 10px;
  margin: 26px 0px 26px;
  margin-left: 45px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  letter-spacing: 0.07em;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}
#ContactIndex .contact-phone-area .contact-phone dt:first-child + dd {
  border-right: solid 1px #cbcbcb;
  padding-right: 32px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd {
  width: auto;
  display: block;
  border: 0 !important;
  margin: 25px 0;
  text-align: center;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dt:first-child + dd {
  padding: 0;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dt:first-child + dd {
    overflow: hidden;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd {
  padding: 20px 15px !important;
  margin: 0;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd {
    margin: 15px 0;
    padding: 0;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no ._pc_only {
  display: none;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no ._pc_only {
    display: inline;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no:before {
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no:before {
    width: 29px;
    height: 19px;
  }
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor {
    width: 49.9%;
    float: left;
  }
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item.tel {
    line-height: 109px;
    vertical-align: middle;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    border-left: 1px solid #ccc;
    width: 49.9%;
    float: right;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .item {
  margin-bottom: 20px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .item:last-child {
  margin-bottom: 0;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .ttl {
  margin-bottom: 0 !important;
  font-size: 14px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .item:nth-of-type(1) .ttl,
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item:nth-of-type(1) .ttl {
  font-size: 16px !important;
  font-weight: bold;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .item:nth-of-type(1) .ttl,
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .item:nth-of-type(1) .ttl {
    font-size: 19px !important;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .tel-no {
  font-weight: normal;
  font-size: 21px !important;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .sensor .tel-no {
    font-size: 30px !important;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .alchol .tel-no {
  font-size: 21px !important;
  font-weight: normal;
}
#ContactIndex .contact-phone-area .contact-phone dd .tel-no {
  margin: 0 auto;
  padding: 2px 0 0;
  display: block;
  background: url(../images/contact/icon-phone-black.png) no-repeat 17px 11px;
  letter-spacing: 0;
  text-align: center;
  text-indent: 0;
  font-family: "Liberation Sans", sans-serif;
  font-size: 35px;
  font-weight: normal;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no {
  font-size: 30px;
  background: none;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no:before {
  background-image: url(../images/contact/icon-phone-black.png);
  width: 21px;
  height: 17px;
  background-size: contain;
  display: inline-block;
  content: "";
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no:before {
    width: 33px;
    height: 26px;
  }
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no.big {
  font-size: 40px;
}
#ContactIndex .contact-phone-area.ver2 .contact-phone dd .tel-no.big:before {
  background-image: url(../images/contact/icon-phone-black2.png);
  width: 40px;
  height: 34px;
}
#ContactIndex .contact-phone-area2 {
  margin: 20px auto 50px;
  border: solid 1px #cbcbcb;
  background: #fff;
}
#ContactIndex .contact-phone-area2 .notice {
  margin-top: 10px;
}
#ContactIndex .contact-phone-area2 dt {
  padding: 12px 0 13px 20px;
  background: #f7f7f7;
  border-bottom: solid 1px #cbcbcb;
  letter-spacing: 0.04em;
  font-size: 1.6rem;
  font-family: "Cabin", sans-serif;
  font-weight: bold;
  color: #443786;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area2 dt {
    font-size: 1.9rem;
    padding: 12px 0 13px 30px;
  }
}
#ContactIndex .contact-phone-area2 dd {
  padding: 15px 20px;
}
@media (min-width: 1024px) {
  #ContactIndex .contact-phone-area2 dd {
    padding: 25px 30px;
  }
}
#ContactIndex .alcohol-checker-link {
  margin: 20px 20px 0;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link {
    margin: 20px auto 0;
    width: 483px;
  }
}
#ContactIndex .alcohol-checker-link a {
  height: 99px;
  color: #251972;
  padding: 20px 70px 0 0;
  letter-spacing: 1.25px;
  font-weight: bold;
  display: block;
  background-image: url(../images/contact/alcohol.png);
  background-position: right center;
  background-size: contain;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link a {
    padding: 24px 5px 0 5px;
    font-size: 1.6rem;
  }
}
#ContactIndex .alcohol-checker-link a span {
  position: relative;
  display: block;
}
#ContactIndex .alcohol-checker-link a span::after {
  display: block;
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  height: 2px;
  bottom: -10px;
  background-color: #251972;
}
@media (min-width: 1024px) {
  #ContactIndex .alcohol-checker-link a span::after {
    width: 415px;
  }
}
#ContactIndex .alcohol-checker-link a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#ContactIndex .sensor-quote-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
#ContactIndex .sensor-quote-link .btnlink {
  width: auto;
  height: auto;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 4px 20px;
}
@media (min-width: 1024px) {
  #ContactIndex .sensor-quote-link .btnlink {
    font-size: 1.9rem;
    height: 52px;
    padding: 0 20px;
  }
}
#ContactIndex .notice-sensor {
  margin-top: 20px;
}

#sitemap {
  margin-bottom: 30px;
}
#sitemap .home {
  margin-bottom: 15px;
}
#sitemap .group {
  margin-bottom: 15px;
  padding-left: 35px;
}
#sitemap h2 {
  background: url(../images/sitemap/arrow.jpg) left no-repeat;
  padding-left: 20px;
  font-size: 1.6rem;
}
#sitemap ul {
  padding-left: 47px;
  list-style: none;
}
#sitemap li {
  margin-bottom: 2px;
  background: url(../images/sitemap/arrow2.jpg) left no-repeat;
  padding-left: 12px;
}
#sitemap li:last-child {
  margin-bottom: 0;
}
#sitemap a {
  text-decoration: none;
}

#site .section + .section {
  margin-top: 45px;
}
#site .section-content {
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #site .section-content .text {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#site .box {
  background-color: #f5f4f4;
  padding: 25px;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  #site .box {
    max-width: 500px;
  }
}
#site .box .flex {
  margin-top: 0;
  flex-direction: column;
}
@media (min-width: 1024px) {
  #site .box .flex {
    flex-direction: row;
  }
}
#site .box .heading {
  font-size: 1.6rem;
}
#site .box .text {
  margin-top: 10px;
}
@media (min-width: 1024px) {
  #site .box .text {
    margin-left: 0;
    margin-right: 0;
  }
}
#site .box .bnrlink {
  margin-top: 10px;
  max-width: 158px;
  flex-shrink: 0;
}
@media (min-width: 1024px) {
  #site .box .bnrlink {
    width: 158px;
    margin-left: 20px;
  }
}

@media all and (-ms-high-contrast: none) {
  .site-headtext::before {
    left: calc(50% - 6px);
  }
  .site-headtext::after {
    width: calc((100vw - 960px) / 2 - 9px);
  }
  #home-mainvisual .swiper-button-next,
  #home-products .swiper-button-next {
    background-image: url(../images/common/arrow_ie11.png);
    background-size: contain;
    width: 44px;
    height: 44px;
    transform: translate(0%, -50%) scale(-1, 1);
  }
  #home-mainvisual .swiper-button-prev,
  #home-products .swiper-button-prev {
    background-image: url(../images/common/arrow_ie11.png);
    background-size: contain;
    width: 44px;
    height: 44px;
    transform: translate(0%, -50%);
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column {
    display: -ms-grid;
    -ms-grid-columns: 1fr 30px 220px;
    -ms-grid-rows: 48px 30px 1fr;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-header {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-content {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  .page._two_column .page-aside {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    -ms-grid-row: 1;
  }
}
@media all and (-ms-high-contrast: none) {
  #glossary {
    display: -ms-grid;
    -ms-grid-columns: 220px 30px 1fr;
    -ms-grid-rows: 48px 30px 1fr;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 1;
    margin-left: 0;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-aside {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
}
@media (-ms-high-contrast: none) and (min-width: 1024px) {
  #glossary .page-content {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
  }
}