@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 500; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*overflow-y: scroll;*/
  overflow-y: inherit;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit; }

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  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 */ }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal; }

/*
* 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: 100%;
  /* 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 */ }

ul,
ol {
  list-style: none; }

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

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

address,
em {
  font-style: normal; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  rt:not(:target) {
    position: relative;
    top: -0.7em;
    /* IE10（\9なしでIE11にも適用） */ } }

/* # =================================================================
# 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: none;
  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 {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
  height: auto; }

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

ul {
  font-size: 0; }

@media print {
  body {
    min-width: 1024px !important; } }

*:not(html, body, header, footer, nav, main, article, section, aside, div, table, b, strong) {
  font-weight: 400; }

html {
  font-size: 62.5%; }

body {
  color: #111;
  font-size: 1.4rem;
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 2.0;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  animation: fadeIn 2.5s ease 0s 1 normal;
  line-break: strict; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.2rem; } }

li {
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    li {
      font-size: 1.2rem; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  @media (hover: hover) and (pointer: fine) {
    a:hover {
      /*text-decoration: underline;*/ } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    a:hover {
      /*text-decoration: underline;*/ } }

.en {
  font-family: "Inter", sans-serif;
  font-weight: 600; }

.go {
  font-family: 'Inter', 'Noto Sans JP', sans-serif;
  font-weight: 400; }

.min {
  font-family: "Shippori Mincho", serif;
  font-weight: 600; }

.pc_show {
  display: block; }
  @media screen and (max-width: 768px) {
    .pc_show {
      display: none !important; } }

.sp_show {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .sp_show {
      display: block !important; } }

/*----------------------------------------------------
☆mdSpan
----------------------------------------------------*/
.mdSpan {
  position: relative; }

.mdSpan i {
  text-indent: -9999px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
  margin-top: -140px;
  padding-top: 140px; }

@media screen and (max-width: 768px) {
  .mdSpan i {
    margin-top: -30px;
    padding-top: 30px; } }

/*----------------------------------------------------
	☆animation
----------------------------------------------------*/
.imgEf_01 img, .imgEf_01 picture {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.imgEf_01.active img, .imgEf_01.active picture {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*----------------------------------------------------
	☆keyframes
----------------------------------------------------*/
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/*----------------------------------------------------
	☆indentTx
----------------------------------------------------*/
.indList > li {
  text-indent: -1em;
  padding-left: 1em; }

.indTx {
  text-indent: -1em;
  padding-left: 1em; }

/*----------------------------------------------------
	☆set padding
----------------------------------------------------*/
.setPad_20 {
  padding: 20px 0; }

.setPad_40 {
  padding: 40px 0; }

.setPad_60 {
  padding: 60px 0; }

.setPad_80 {
  padding: 80px 0; }
  @media screen and (max-width: 768px) {
    .setPad_80 {
      padding: 60px 0; } }

.setPad_100 {
  padding: 100px 0; }
  @media screen and (max-width: 768px) {
    .setPad_100 {
      padding: 80px 0; } }

.setPad_120 {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .setPad_120 {
      padding: 80px 0; } }

/*----------------------------------------------------
	☆inner
----------------------------------------------------*/
.inrSS {
  width: calc(100% - 120px);
  max-width: 640px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inrSS {
      width: calc(100% - 40px); } }

.inrS {
  width: calc(100% - 120px);
  max-width: 880px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inrS {
      width: calc(100% - 40px); } }

.inrM {
  width: calc(100% - 120px);
  max-width: 1000px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inrM {
      width: calc(100% - 40px); } }

.inrL {
  width: calc(100% - 120px);
  max-width: 1240px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inrL {
      width: calc(100% - 40px); } }

.inrLL {
  width: calc(100% - 120px);
  max-width: 1300px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .inrLL {
      width: calc(100% - 40px); } }

/*----------------------------------------------------
	☆breadcrumb
----------------------------------------------------*/
.breadcrumb {
  width: 100%; }
  .breadcrumb ol {
    width: 100%;
    color: #999999; }
    .breadcrumb ol li {
      display: inline-block;
      font-size: 1.0rem;
      color: #111; }
    .breadcrumb ol a {
      color: #999999; }
      @media (hover: hover) and (pointer: fine) {
        .breadcrumb ol a:hover {
          text-decoration: underline; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .breadcrumb ol a:hover {
          text-decoration: underline; } }

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
  z-index: 999;
  bottom: 40px !important;
  right: 70px !important;
  position: fixed; }
  @media screen and (max-width: 768px) {
    #topcontrol {
      bottom: 57px !important;
      right: 15px !important; } }
  #topcontrol a {
    background: url(../cmn_js/libs/scrolltop/scrollup.png) center center no-repeat;
    font-size: 0;
    display: block;
    height: 60px;
    width: 60px;
    background-size: 50px 50px;
    opacity: 0.7;
    -webkit-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out; }
    @media (hover: hover) and (pointer: fine) {
      #topcontrol a:hover {
        background-size: 60px 60px;
        opacity: 1; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      #topcontrol a:hover {
        background-size: 60px 60px;
        opacity: 1; } }

/*----------------------------------------------------
    ☆br clear
----------------------------------------------------*/
br.clear_noie {
  display: inline !important;
  display: none;
  clear: both;
  line-height: 0px; }

br.clear_all {
  clear: both;
  line-height: 0px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  br.clear_noie {
    display: block !important;
    content: " "; } }

div.clear_noie {
  clear: both;
  line-height: 0px; }

/*----------------------------------------------------
	☆cmnStyle
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .cmnSp_100 {
    width: 100%;
    margin: 0 0 30px; } }

@media screen and (max-width: 768px) {
  .sp_cmn02 > li {
    width: 48.5% !important;
    margin: 0 3% 3% 0 !important; } }

@media screen and (max-width: 768px) {
  .sp_cmn02 > li:nth-child(2n) {
    margin-right: 0 !important; } }

.cmn02_nml {
  width: 100%;
  font-size: 0; }
  .cmn02_nml > li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn02_nml > li {
        width: 100%;
        margin: 0 0 20px; } }
    .cmn02_nml > li:nth-child(2n) {
      margin-right: 0; }

.cmn02_btn {
  width: 100%;
  font-size: 0; }
  .cmn02_btn > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn02_btn > li {
        width: 100%;
        margin: 0 0 20px; } }
    .cmn02_btn > li:nth-child(2n) {
      margin-right: 0; }

.cmn03_nml {
  width: 100%;
  font-size: 0; }
  .cmn03_nml > li {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 3.5%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn03_nml > li {
        width: 48%;
        margin-right: 4%; } }
    .cmn03_nml > li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .cmn03_nml > li:nth-child(3n) {
          margin-right: 4%; } }
    @media screen and (max-width: 768px) {
      .cmn03_nml > li:nth-child(2n) {
        margin-right: 0; } }

.cmn04_nml {
  width: 100%;
  font-size: 0; }
  .cmn04_nml > li {
    width: 22.75%;
    margin-right: 3%;
    margin-bottom: 3%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn04_nml > li {
        width: 48.5%; } }
    .cmn04_nml > li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .cmn04_nml > li:nth-child(2n) {
        margin-right: 0; } }

.cmn05_nml {
  width: 100%;
  font-size: 0; }
  .cmn05_nml > li {
    width: 17.6%;
    margin-right: 3%;
    margin-bottom: 3%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn05_nml > li {
        width: 48.5%; } }
    .cmn05_nml > li:nth-child(5n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .cmn05_nml > li:nth-child(5n) {
          margin-right: 3%; } }
    @media screen and (max-width: 768px) {
      .cmn05_nml > li:nth-child(2n) {
        margin-right: 0; } }

.cmn06_nml {
  width: 100%;
  font-size: 0; }
  .cmn06_nml > li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn06_nml > li {
        width: 48.5%; } }
    .cmn06_nml > li:nth-child(6n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .cmn06_nml > li:nth-child(6n) {
          margin-right: 3%; } }
    @media screen and (max-width: 768px) {
      .cmn06_nml > li:nth-child(2n) {
        margin-right: 0; } }

.cmn03_btn {
  width: 100%;
  font-size: 0; }
  .cmn03_btn > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .cmn03_btn > li {
        width: 49%; } }
    .cmn03_btn > li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .cmn03_btn > li:nth-child(3n) {
          margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .cmn03_btn > li:nth-child(2n) {
        margin-right: 0; } }
    .cmn03_btn > li.last {
      margin-right: 0; }

.cmn04_btn {
  width: 100%;
  font-size: 0; }
  .cmn04_btn > li {
    width: 23.5%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
    @media screen and (max-width: 768px) {
      .cmn04_btn > li {
        width: 49%;
        margin-bottom: 2%; } }
    .cmn04_btn > li:nth-child(4n) {
      margin-right: 0; }
    @media screen and (max-width: 768px) {
      .cmn04_btn > li:nth-child(2n) {
        margin-right: 0; } }
    .cmn04_btn > li.last {
      margin-right: 0; }

.cmn05_btn {
  width: 100%;
  font-size: 0; }
  .cmn05_btn > li {
    width: 18.4%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top;
    max-width: 100%; }
    .cmn05_btn > li:nth-child(5n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .cmn05_btn > li:nth-child(5n) {
          margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .cmn05_btn > li {
        width: 49%; } }
    @media screen and (max-width: 768px) {
      .cmn05_btn > li:nth-child(2n) {
        margin-right: 0; } }
    .cmn05_btn > li.last {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  .cmn_sp100 > li {
    width: 100% !important;
    margin-bottom: 30px !important; } }

/*----------------------------------------------------------------------
	☆other
-----------------------------------------------------------------------*/
.secMrg {
  margin-top: 140px; }
  @media screen and (max-width: 768px) {
    .secMrg {
      margin-top: 75px; } }

.secPad {
  padding: 140px 0; }
  @media screen and (max-width: 768px) {
    .secPad {
      padding: 75px 0; } }

.secPad_02 {
  padding: 80px 0; }

@media (hover: hover) and (pointer: fine) {
  .hover:hover {
    opacity: 0.8; } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hover:hover {
    opacity: 0.8; } }

.bgHover {
  position: relative;
  overflow: hidden;
  display: block; }
  .bgHover::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    background: no-repeat center center / cover;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  @media (hover: hover) and (pointer: fine) {
    .bgHover:hover::before {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .bgHover:hover::before {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); } }

@media (hover: hover) and (pointer: fine) {
  .bgHoverWrap:hover .bgHover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bgHoverWrap:hover .bgHover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

@media (hover: hover) and (pointer: fine) {
  .bgHoverWrap:hover .bgHover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .bgHoverWrap:hover .bgHover::before {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); } }

.cmn_ofi {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 2px;
  overflow: hidden; }
  .cmn_ofi::before {
    content: "";
    display: block;
    padding-top: 66.66%; }
  .cmn_ofi img, .cmn_ofi picture {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: bottom;';
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-duration: 0.8s !important;
    -o-transition-duration: 0.8s !important;
    transition-duration: 0.8s !important; }
  .cmn_ofi.square::before {
    padding-top: 100%; }

@media (hover: hover) and (pointer: fine) {
  .hoverOn:hover .cmn_ofi img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hoverOn:hover .cmn_ofi img {
    -webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); } }

.scrollTbl {
  display: block;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 768px) {
    .scrollTbl {
      position: relative;
      padding-top: 10px; } }

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

.pcCenter {
  text-align: center; }
  @media screen and (max-width: 768px) {
    .pcCenter {
      text-align: left; } }

.spCenter {
  text-align: left; }
  @media screen and (max-width: 768px) {
    .spCenter {
      text-align: center; } }

/*----------------------------------------------------
	☆header
----------------------------------------------------*/
.header .logo {
  position: fixed;
  left: 40px;
  top: 35px;
  z-index: 9999; }
  @media screen and (max-width: 768px) {
    .header .logo {
      top: 17px;
      left: 20px;
      z-index: 999;
      position: absolute; } }
  .header .logo a {
    display: block; }
    .header .logo a span {
      display: block;
      width: 220px;
      height: 36px;
      background: url("/career/lib/cmn_img/logo.svg") no-repeat center left/contain; }
      @media screen and (max-width: 768px) {
        .header .logo a span {
          width: 154px;
          height: 25px; } }
    .header .logo a p {
      font-size: 1.0rem;
      margin-top: 3px; }
      @media screen and (max-width: 768px) {
        .header .logo a p {
          margin-top: 2px; } }
    @media (hover: hover) and (pointer: fine) {
      .header .logo a:hover {
        opacity: .8; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .header .logo a:hover {
        opacity: .8; } }

.header .logo02 {
  position: fixed;
  top: 42px;
  right: 30px;
  width: 160px;
  height: 43px;
  background: url("/career/lib/cmn_img/logo_group.svg") no-repeat center center/cover;
  z-index: 99999; }
  @media screen and (max-width: 768px) {
    .header .logo02 {
      display: none; } }

.header .btnList {
  position: fixed;
  top: 30px;
  right: 300px;
  width: 440px;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .header .btnList {
      top: auto;
      bottom: 0;
      right: 0;
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .header .btnList > li {
      width: 50%;
      margin: 0; } }
  .header .btnList > li a {
    padding: 23px 20px; }
    @media screen and (max-width: 768px) {
      .header .btnList > li a {
        padding: 15px 20px;
        border-radius: 0; } }

/*----------------------------------------------------
	☆drawer
----------------------------------------------------*/
.drawer .drawer-nav {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
  height: 100%;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
  display: table; }
  .drawer .drawer-nav .bigImg {
    display: block;
    width: 100%;
    height: 100vh;
    background: url("/career/lib/cmn_img/menu_bg.jpg") no-repeat center bottom/cover; }
    @media screen and (max-width: 768px) {
      .drawer .drawer-nav .bigImg {
        height: auto;
        padding-top: 66%; } }
  .drawer .drawer-nav .drawer-menu {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    width: 50%;
    padding: 5%; }
    @media screen and (max-width: 768px) {
      .drawer .drawer-nav .drawer-menu {
        padding: 35px 20px;
        width: 100%;
        display: block; } }
    .drawer .drawer-nav .drawer-menu .menuList {
      margin-top: -100px; }
      @media screen and (max-width: 768px) {
        .drawer .drawer-nav .drawer-menu .menuList {
          margin-top: auto; } }
      .drawer .drawer-nav .drawer-menu .menuList > li {
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .drawer .drawer-nav .drawer-menu .menuList > li {
            margin-bottom: 13px !important; } }
        .drawer .drawer-nav .drawer-menu .menuList > li a {
          display: inline-block;
          font-size: 1.2rem;
          line-height: 1.4; }
          @media screen and (max-width: 768px) {
            .drawer .drawer-nav .drawer-menu .menuList > li a {
              font-size: 1.0rem;
              line-height: 1.5; } }
          .drawer .drawer-nav .drawer-menu .menuList > li a span {
            font-size: 2.8rem;
            font-family: "Inter", sans-serif;
            font-weight: 600;
            display: inline;
            position: relative; }
            @media screen and (max-width: 768px) {
              .drawer .drawer-nav .drawer-menu .menuList > li a span {
                font-size: 1.8rem; } }
            .drawer .drawer-nav .drawer-menu .menuList > li a span::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 0;
              height: 100%;
              background: #f1f1f1;
              z-index: -1;
              -webkit-transition: all .3s ease-in-out;
              -o-transition: all .3s ease-in-out;
              transition: all .3s ease-in-out; }
          @media (hover: hover) and (pointer: fine) {
            .drawer .drawer-nav .drawer-menu .menuList > li a:hover {
              -webkit-transform: translateX(3px);
              -ms-transform: translateX(3px);
              transform: translateX(3px); }
              .drawer .drawer-nav .drawer-menu .menuList > li a:hover span::before {
                width: 100%; } }
          @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .drawer .drawer-nav .drawer-menu .menuList > li a:hover {
              -webkit-transform: translateX(3px);
              -ms-transform: translateX(3px);
              transform: translateX(3px); }
              .drawer .drawer-nav .drawer-menu .menuList > li a:hover span::before {
                width: 100%; } }
    .drawer .drawer-nav .drawer-menu .btnList02 {
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .drawer .drawer-nav .drawer-menu .btnList02 {
          margin-top: 15px;
          text-align: center; } }
      .drawer .drawer-nav .drawer-menu .btnList02 > li a {
        font-size: 1.4rem;
        padding: 20px; }
        @media screen and (max-width: 768px) {
          .drawer .drawer-nav .drawer-menu .btnList02 > li a {
            font-size: 1.1rem;
            padding: 13px; } }
    @media screen and (max-width: 768px) {
      .drawer .drawer-nav .drawer-menu .linkTx {
        width: 100%;
        text-align: center; } }
    .drawer .drawer-nav .drawer-menu .linkTx a {
      display: inline-block;
      font-size: 1.2rem;
      margin-top: 25px;
      padding-right: 16px;
      background: url("/career/lib/cmn_img/icon_link.png") no-repeat center right/9px 7px; }
      @media screen and (max-width: 768px) {
        .drawer .drawer-nav .drawer-menu .linkTx a {
          font-size: 1.1rem;
          margin-top: 10px; } }
      .drawer .drawer-nav .drawer-menu .linkTx a:hover {
        text-decoration: underline; }

.drawer .drawer-open .drawer-nav {
  opacity: 1 !important;
  left: 0 !important;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
  min-height: calc(100% + 120px) !important; }

.drawer .drawer-close .drawer-nav {
  opacity: 0 !important;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out; }

.drawer .drawer-menu {
  margin: 0 auto; }

.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:after, .drawer .drawer-hamburger-icon:before {
  background: #111; }

.drawer .drawer-hamburger {
  border: 1px solid #eee;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px !important;
  height: 70px !important;
  padding: 0px 20px 13px !important;
  top: 30px !important;
  right: 220px !important;
  border-radius: 2px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .drawer .drawer-hamburger {
      width: 55px !important;
      height: 55px !important;
      padding: 0 14px 10px !important;
      top: 10px !important;
      right: 10px !important; } }
  .drawer .drawer-hamburger .drawer-hamburger-icon:before {
    top: -7px; }
  .drawer .drawer-hamburger .drawer-hamburger-icon:after {
    top: 7px; }

.footer {
  overflow: hidden; }
  .footer .recruitArea {
    padding: 120px 0;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 768px) {
      .footer .recruitArea {
        padding: 50px 0 45px; } }
    .footer .recruitArea::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 200%;
      height: 100%;
      background: -webkit-linear-gradient(48deg, #fffeb4 0%, #a7dbb0 10%, #2eb0da 25%, #1f82c6 45%, #1f82c6 55%, #2eb0da 75%, #a7dbb0 90%, #fffeb4 100%);
      background: -o-linear-gradient(48deg, #fffeb4 0%, #a7dbb0 10%, #2eb0da 25%, #1f82c6 45%, #1f82c6 55%, #2eb0da 75%, #a7dbb0 90%, #fffeb4 100%);
      background: linear-gradient(42deg, #fffeb4 0%, #a7dbb0 10%, #2eb0da 25%, #1f82c6 45%, #1f82c6 55%, #2eb0da 75%, #a7dbb0 90%, #fffeb4 100%);
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      -webkit-transition-duration: .5s;
      -o-transition-duration: .5s;
      transition-duration: .5s; }
    .footer .recruitArea .inr {
      position: relative;
      z-index: 9; }
    .footer .recruitArea .mainTtl {
      color: #fff;
      font-size: 1.1rem;
      line-height: 1.2;
      margin-bottom: 15px; }
      @media screen and (max-width: 768px) {
        .footer .recruitArea .mainTtl {
          margin-bottom: 7px;
          line-height: 1.3; } }
      .footer .recruitArea .mainTtl span {
        font-size: 5.2rem;
        font-family: "Inter", sans-serif;
        font-weight: 600;
        display: block; }
        @media screen and (max-width: 768px) {
          .footer .recruitArea .mainTtl span {
            font-size: 2.4rem; } }
    .footer .recruitArea .copy {
      -webkit-animation: none;
      animation: none;
      color: #fff;
      font-size: 4.4rem;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      display: block;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .footer .recruitArea .copy {
          font-size: 1.9rem;
          margin-bottom: 15px; } }
    .footer .recruitArea .tx {
      font-size: 1.6rem;
      color: #fff;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      -webkit-transform: translateY(-2px);
      -ms-transform: translateY(-2px);
      transform: translateY(-2px); }
      @media screen and (max-width: 768px) {
        .footer .recruitArea .tx {
          font-size: 1.2rem;
          -webkit-transform: translateY(-4px);
          -ms-transform: translateY(-4px);
          transform: translateY(-4px); } }
      .footer .recruitArea .tx::before {
        content: "";
        position: absolute;
        bottom: 2px;
        right: 0;
        width: 100%;
        height: 1px;
        background: #fff;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
    .footer .recruitArea .btn {
      display: inline-block;
      vertical-align: middle;
      margin-left: 15px; }
      @media screen and (max-width: 768px) {
        .footer .recruitArea .btn {
          margin-left: 12px; } }
      .footer .recruitArea .btn a {
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 90%;
        display: block;
        text-align: center;
        position: relative; }
        @media screen and (max-width: 768px) {
          .footer .recruitArea .btn a {
            width: 40px;
            height: 40px; } }
        .footer .recruitArea .btn a::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background: url("/career/lib/cmn_img/icon_link.png") no-repeat center center/cover;
          width: 14px;
          height: 10px; }
          @media screen and (max-width: 768px) {
            .footer .recruitArea .btn a::before {
              width: 11px;
              height: 8px; } }
        .footer .recruitArea .btn a span {
          line-height: 1.6;
          font-size: 1.2rem;
          display: block;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
    @media (hover: hover) and (pointer: fine) {
      .footer .recruitArea .link_box02:hover .tx::before {
        width: 0; }
      .footer .recruitArea .link_box02:hover .btn a {
        background: #111;
        -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
        transform: scale(0.96); }
        .footer .recruitArea .link_box02:hover .btn a span {
          color: #fff; }
        .footer .recruitArea .link_box02:hover .btn a::before {
          background-image: url("/career/lib/cmn_img/icon_link_wh.png"); } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .footer .recruitArea .link_box02:hover .tx::before {
        width: 0; }
      .footer .recruitArea .link_box02:hover .btn a {
        background: #111;
        -webkit-transform: scale(0.96);
        -ms-transform: scale(0.96);
        transform: scale(0.96); }
        .footer .recruitArea .link_box02:hover .btn a span {
          color: #fff; }
        .footer .recruitArea .link_box02:hover .btn a::before {
          background-image: url("/career/lib/cmn_img/icon_link_wh.png"); } }
  .footer .footerArea {
    padding: 70px 0 100px;
    background: #fff;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      .footer .footerArea {
        padding: 50px 0 100px; } }
    .footer .footerArea .inr {
      position: relative; }
    .footer .footerArea .mainLogo {
      display: block;
      text-align: center;
      padding-bottom: 50px;
      margin: 0 auto 50px;
      border-bottom: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .footer .footerArea .mainLogo {
          padding-bottom: 25px;
          margin-bottom: 25px; } }
      .footer .footerArea .mainLogo img {
        width: 240px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .footer .footerArea .mainLogo img {
            width: 180px; } }
    .footer .footerArea .boxL {
      width: 220px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .footer .footerArea .boxL {
          width: 100%;
          text-align: center;
          width: 100%;
          margin-bottom: 20px; } }
      .footer .footerArea .boxL .logo img {
        display: block; }
        @media screen and (max-width: 768px) {
          .footer .footerArea .boxL .logo img {
            width: 150px;
            margin: 0 auto; } }
      .footer .footerArea .boxL .logo span {
        display: block;
        font-size: 1.0rem;
        margin-top: 5px; }
    .footer .footerArea .boxR {
      width: calc(100% - 220px);
      display: inline-block;
      vertical-align: top;
      text-align: right; }
      @media screen and (max-width: 768px) {
        .footer .footerArea .boxR {
          width: 100%;
          margin-bottom: 25px;
          text-align: left; } }
      .footer .footerArea .boxR .linkList {
        text-align: left;
        display: inline-block;
        vertical-align: top;
        margin-left: 50px; }
        @media screen and (max-width: 768px) {
          .footer .footerArea .boxR .linkList {
            margin-left: 0;
            font-size: 0;
            width: 100%; } }
        .footer .footerArea .boxR .linkList > li {
          display: block;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            .footer .footerArea .boxR .linkList > li {
              width: 50%;
              display: inline-block;
              vertical-align: top; } }
          .footer .footerArea .boxR .linkList > li a {
            font-size: 1.3rem;
            display: block; }
            @media screen and (max-width: 768px) {
              .footer .footerArea .boxR .linkList > li a {
                font-size: 1.1rem; } }
            .footer .footerArea .boxR .linkList > li a span {
              display: inline;
              padding-right: 17px;
              background: url("/career/lib/cmn_img/icon_link.png") no-repeat center right/9px 7px; }
              @media screen and (max-width: 768px) {
                .footer .footerArea .boxR .linkList > li a span {
                  padding-right: 15px; } }
            @media (hover: hover) and (pointer: fine) {
              .footer .footerArea .boxR .linkList > li a:hover {
                opacity: .8; } }
            @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
              .footer .footerArea .boxR .linkList > li a:hover {
                opacity: .8; } }
    .footer .footerArea .copyRight {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #999;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-weight: 400;
      font-size: 1.0rem; }
      @media screen and (max-width: 768px) {
        .footer .footerArea .copyRight {
          text-align: center;
          position: static;
          width: 100%; } }
  .footer.active .recruitArea::before {
    right: -100%; }
  .footer.active .recruitArea .copy {
    color: #111;
    -webkit-animation: bgSlide 1.2s ease forwards;
    animation: bgSlide 1.2s ease forwards; }

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

.left {
  text-align: left !important; }

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

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

.top5 {
  margin-top: 5px !important; }

.top10 {
  margin-top: 10px !important; }

.top15 {
  margin-top: 15px !important; }

.top20 {
  margin-top: 20px !important; }

.top25 {
  margin-top: 25px !important; }

.top30 {
  margin-top: 30px !important; }

.top35 {
  margin-top: 35px !important; }

.top40 {
  margin-top: 40px !important; }

.top45 {
  margin-top: 45px !important; }

.top50 {
  margin-top: 50px !important; }

.top55 {
  margin-top: 55px !important; }

.top60 {
  margin-top: 60px !important; }

.top65 {
  margin-top: 65px !important; }

.top70 {
  margin-top: 70px !important; }

.top75 {
  margin-top: 75px !important; }

.top80 {
  margin-top: 80px !important; }

.top85 {
  margin-top: 85px !important; }

.top90 {
  margin-top: 90px !important; }

.top95 {
  margin-top: 95px !important; }

.top100 {
  margin-top: 100px !important; }

.top110 {
  margin-top: 110px !important; }

.top120 {
  margin-top: 120px !important; }

.top130 {
  margin-top: 130px !important; }

.top140 {
  margin-top: 140px !important; }

.top150 {
  margin-top: 150px !important; }

.top160 {
  margin-top: 160px !important; }

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

.btm05, .btm5 {
  margin-bottom: 5px !important; }

.btm10 {
  margin-bottom: 10px !important; }

.btm15 {
  margin-bottom: 15px !important; }

.btm20 {
  margin-bottom: 20px !important; }

.btm25 {
  margin-bottom: 25px !important; }

.btm30 {
  margin-bottom: 30px !important; }

.btm35 {
  margin-bottom: 35px !important; }

.btm40 {
  margin-bottom: 40px !important; }

.btm45 {
  margin-bottom: 45px !important; }

.btm50 {
  margin-bottom: 50px !important; }

.btm55 {
  margin-bottom: 55px !important; }

.btm60 {
  margin-bottom: 60px !important; }

.btm65 {
  margin-bottom: 65px !important; }

.btm70 {
  margin-bottom: 70px !important; }

.btm75 {
  margin-bottom: 75px !important; }

.btm80 {
  margin-bottom: 5pc !important; }

.btm85 {
  margin-bottom: 85px !important; }

.btm90 {
  margin-bottom: 90px !important; }

.btm95 {
  margin-bottom: 95px !important; }

.btm100 {
  margin-bottom: 100px !important; }

.pT0 {
  padding-top: 0 !important; }

.pT5 {
  padding-top: 5px !important; }

.pT10 {
  padding-top: 10px !important; }

.pT15 {
  padding-top: 15px !important; }

.pT20 {
  padding-top: 20px !important; }

.pT25 {
  padding-top: 25px !important; }

.pT30 {
  padding-top: 30px !important; }

.pT35 {
  padding-top: 35px !important; }

.pT40 {
  padding-top: 40px !important; }

.pT45 {
  padding-top: 45px !important; }

.pB0 {
  padding-bottom: 0 !important; }

.pB5 {
  padding-bottom: 5px !important; }

.pB10 {
  padding-bottom: 10px !important; }

.pB15 {
  padding-bottom: 15px !important; }

.pB20 {
  padding-bottom: 20px !important; }

.lm5 {
  margin-left: 5px !important; }

.lm10 {
  margin-left: 10px !important; }

.lm15 {
  margin-left: 15px !important; }

.lm20 {
  margin-left: 20px !important; }

.lm50 {
  margin-left: 50px !important; }

.lm60 {
  margin-left: 60px !important; }

.lm70 {
  margin-left: 70px !important; }

.rm5 {
  margin-right: 5px !important; }

.rm10 {
  margin-right: 10px !important; }

.rm15 {
  margin-right: 15px !important; }

.rm20 {
  margin-right: 20px !important; }

.vaT {
  vertical-align: top !important; }

.vaM {
  vertical-align: middle !important; }

.vAB {
  vertical-align: bottom !important; }

.bold {
  font-weight: 500; }

.normal {
  font-weight: 400; }

.w5 {
  width: 5% !important; }

.w10 {
  width: 10% !important; }

.w15 {
  width: 15% !important; }

.w18 {
  width: 18% !important; }

.w20 {
  width: 20% !important; }

.w25 {
  width: 25% !important; }

.w30 {
  width: 30% !important; }

.w35 {
  width: 35% !important; }

.w40 {
  width: 40% !important; }

.w45 {
  width: 45% !important; }

.w49 {
  width: 49% !important; }

.w50 {
  width: 50% !important; }

.w55 {
  width: 55% !important; }

.w60 {
  width: 60% !important; }

.w65 {
  width: 65% !important; }

.w70 {
  width: 70% !important; }

.w75 {
  width: 75% !important; }

.w77 {
  width: 77% !important; }

.w80 {
  width: 80% !important; }

.w85 {
  width: 85% !important; }

.w90 {
  width: 90% !important; }

.w95 {
  width: 95% !important; }

.w100 {
  width: 100% !important; }

.fltL {
  float: left; }

.fltR {
  float: right; }

.size10 {
  font-size: 1rem !important; }

.size11 {
  font-size: 1.1rem !important; }

.size12 {
  font-size: 1.2rem !important; }

.size13 {
  font-size: 1.3rem !important; }

.size14 {
  font-size: 1.4rem !important; }

.size15 {
  font-size: 1.5rem !important; }

.size16 {
  font-size: 1.6rem !important; }

.size17 {
  font-size: 1.7rem !important; }

.size18 {
  font-size: 1.8rem !important; }

.size19 {
  font-size: 1.9rem !important; }

.size20 {
  font-size: 2rem !important; }

.size21 {
  font-size: 2.1rem !important; }

.size22 {
  font-size: 2.2rem !important; }

.size23 {
  font-size: 2.3rem !important; }

.size24 {
  font-size: 2.4rem !important; }

@media screen and (max-width: 768px) {
  .top55, .top60, .top65 {
    margin-top: 50px !important; }
  .top70, .top75, .top80, .top85 {
    margin-top: 60px !important; }
  .top90, .top95, .top100 {
    margin-top: 80px !important; }
  .top110, .top120, .top130, .top140 {
    margin-top: 100px !important; }
  .size10 {
    font-size: 1rem !important; }
  .size11 {
    font-size: 1.1rem !important; }
  .size12 {
    font-size: 1.2rem !important; }
  .size13, .size14, .size15 {
    font-size: 1.3rem !important; }
  .size16, .size17 {
    font-size: 1.4rem !important; }
  .size18, .size19 {
    font-size: 1.6rem !important; }
  .size20, .size21, .size22, .size23 {
    font-size: 1.8rem !important; }
  .size24 {
    font-size: 2.2rem !important; } }

.btnStyle_01 {
  position: relative;
  background: #111;
  border-radius: 2px;
  overflow: hidden;
  width: 280px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .btnStyle_01 {
      width: 240px; } }
  .btnStyle_01 a {
    display: block;
    color: #fff;
    padding: 20px 60px 20px 25px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-size: 1.4rem;
    text-align: left;
    position: relative;
    font-weight: 400; }
    @media screen and (max-width: 768px) {
      .btnStyle_01 a {
        font-size: 1.1rem;
        padding: 15px 55px 15px 20px; } }
    .btnStyle_01 a .cmn_arw {
      position: absolute;
      top: 50%;
      right: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .btnStyle_01.link .cmn_arw::before {
    background-image: url("/career/lib/cmn_img/icon_link.png"); }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_01:hover a {
      background: #373737; }
      .btnStyle_01:hover a .cmn_arw::before {
        -webkit-animation: arrowSlide .6s ease forwards;
        animation: arrowSlide .6s ease forwards; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_01:hover a {
      background: #373737; }
      .btnStyle_01:hover a .cmn_arw::before {
        -webkit-animation: arrowSlide .6s ease forwards;
        animation: arrowSlide .6s ease forwards; } }

.cmn_arw {
  width: 40px;
  height: 20px;
  background: #fff;
  border-radius: 90px;
  background: #fff;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .cmn_arw {
      width: 30px;
      height: 18px; } }
  .cmn_arw::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("/career/lib/cmn_img/arw.png") no-repeat center center/cover;
    width: 12px;
    height: 8px; }
    @media screen and (max-width: 768px) {
      .cmn_arw::before {
        width: 10px;
        height: 6px; } }
  .cmn_arw.bl {
    background: #111; }
    .cmn_arw.bl::before {
      background-image: url("/career/lib/cmn_img/arw_wh.png"); }
  .cmn_arw.link::before {
    background-image: url("/career/lib/cmn_img/icon_link_wh.png");
    width: 9px;
    height: 8px; }
    @media screen and (max-width: 768px) {
      .cmn_arw.link::before {
        width: 7px;
        height: 6px; } }

@media (hover: hover) and (pointer: fine) {
  a:hover .cmn_arw::before, .link_box:hover .cmn_arw::before {
    -webkit-animation: arrowSlide .6s ease forwards;
    animation: arrowSlide .6s ease forwards; } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a:hover .cmn_arw::before, .link_box:hover .cmn_arw::before {
    -webkit-animation: arrowSlide .6s ease forwards;
    animation: arrowSlide .6s ease forwards; } }

@-webkit-keyframes arrowSlide {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1; }
  45% {
    -webkit-transform: translate(-50%, -50%) translateX(30px);
    transform: translate(-50%, -50%) translateX(30px);
    opacity: 0; }
  46% {
    -webkit-transform: translate(-50%, -50%) translateX(-30px);
    transform: translate(-50%, -50%) translateX(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1; } }

@keyframes arrowSlide {
  0% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1; }
  45% {
    -webkit-transform: translate(-50%, -50%) translateX(30px);
    transform: translate(-50%, -50%) translateX(30px);
    opacity: 0; }
  46% {
    -webkit-transform: translate(-50%, -50%) translateX(-30px);
    transform: translate(-50%, -50%) translateX(-30px);
    opacity: 0; }
  100% {
    -webkit-transform: translate(-50%, -50%) translateX(0);
    transform: translate(-50%, -50%) translateX(0);
    opacity: 1; } }

input.textFocus {
  color: #333; }

input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL {
  background-color: #FFF;
  border: 1px solid #CCC;
  line-height: 140%;
  padding: 5px 5px; }

input {
  vertical-align: middle; }

.wSS {
  width: 60px; }

.wS {
  width: 90px; }

.wM {
  max-width: 200px;
  width: 100%; }

.wL {
  max-width: 360px;
  width: 100%; }

.wLL {
  max-width: 650px;
  width: 100%; }

.imeOn {
  ime-mode: active; }

.imeOff {
  ime-mode: disabled; }

textarea.txtarea {
  background-color: #FFF;
  border: 1px solid #CCC;
  font-size: 1.4rem;
  height: 160px;
  padding: 10px;
  width: 100%; }

option {
  font-size: 1.4rem !important; }

label {
  cursor: pointer; }
  @media (hover: hover) and (pointer: fine) {
    label:hover {
      color: #999; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    label:hover {
      color: #999; } }

input[type="checkbox"], input[type="radio"] {
  margin-right: 3px;
  margin-bottom: 2px; }

.req {
  background-color: #a40000;
  color: #FFF;
  font-size: 1.0rem;
  margin-left: 3px;
  padding: 2px 5px;
  margin-right: 5px;
  vertical-align: middle; }

form .errText {
  background-color: #f6edee;
  color: #ad2d2d;
  font-size: 1.2rem;
  padding: 5px 7px;
  font-weight: 500;
  margin-top: 10px; }

form .cauText {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #828282;
  line-height: 1.6; }

form select {
  padding: 10px 30px 12px 15px;
  line-height: 140%;
  min-width: 10em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; }
  @media screen and (max-width: 768px) {
    form select {
      padding: 11px 9px 12px !important; } }

.formInfoBox {
  padding: 20px;
  background: #fbfbfa;
  border-radius: 1px;
  border: 1px solid #dcdcdc;
  margin-bottom: 50px; }

.formInfoBox span {
  display: block;
  font-weight: bold;
  color: #d05757; }

.selectBox {
  position: relative;
  display: inline-block; }
  .selectBox::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    z-index: 9; }

:-moz-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    :-moz-placeholder {
      font-size: 1.3rem; } }

::-moz-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    ::-moz-placeholder {
      font-size: 1.3rem; } }

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    :-ms-input-placeholder {
      font-size: 1.3rem; } }

::-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    ::-ms-input-placeholder {
      font-size: 1.3rem; } }

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    ::-webkit-input-placeholder {
      font-size: 1.3rem; } }

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }

:-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }

::-ms-input-placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }

::placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem; }
  @media screen and (max-width: 768px) {
    ::-webkit-input-placeholder {
      font-size: 1.3rem; }
    :-ms-input-placeholder {
      font-size: 1.3rem; }
    ::-ms-input-placeholder {
      font-size: 1.3rem; }
    ::placeholder {
      font-size: 1.3rem; } }

option,
textarea,
input[type="number"],
input[type="email"],
input[type="tel"],
input[type="text"],
input[type="option"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  margin: 0;
  padding: 12px !important;
  border: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    option,
    textarea,
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="text"],
    input[type="option"] {
      padding: 11px 9px 12px !important; } }
  option.wLL,
  textarea.wLL,
  input[type="number"].wLL,
  input[type="email"].wLL,
  input[type="tel"].wLL,
  input[type="text"].wLL,
  input[type="option"].wLL {
    max-width: 100% !important; }

select,
input[type="select"] {
  text-indent: 0.01px;
  -o-text-overflow: '';
  text-overflow: '';
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  outline: 0;
  margin: 0; }

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

/*----------------------------------------------------
☆Pager
----------------------------------------------------*/
.cmn_pagerList {
  width: 100%;
  margin: 50px auto 0 auto;
  text-align: center;
  font-size: 0; }
  .cmn_pagerList li {
    display: inline-block;
    margin-right: 4px; }
    .cmn_pagerList li a {
      display: block;
      padding: 8px 17px;
      color: #000;
      text-decoration: none;
      border: 1px solid #ccc;
      font-size: 1.4rem;
      position: relative; }
      @media screen and (max-width: 768px) {
        .cmn_pagerList li a {
          padding: 4px 12px;
          font-size: 1.2rem; } }
      @media (hover: hover) and (pointer: fine) {
        .cmn_pagerList li a:hover {
          background-color: #ddd; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .cmn_pagerList li a:hover {
          background-color: #ddd; } }
      .cmn_pagerList li a::before, .cmn_pagerList li a::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 7px;
        top: 18px; }
        @media screen and (max-width: 768px) {
          .cmn_pagerList li a::before, .cmn_pagerList li a::after {
            top: 12px; } }
    .cmn_pagerList li.current a {
      background-color: #111;
      color: #fff; }
    .cmn_pagerList li.prev a {
      padding-left: 22px; }
    .cmn_pagerList li.next a {
      padding-right: 22px; }
    .cmn_pagerList li.prev a::before {
      left: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 5px 3.5px 0;
      border-color: transparent #000000 transparent transparent; }
    .cmn_pagerList li.next a::after {
      right: 10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3.5px 0 3.5px 5px;
      border-color: transparent transparent transparent #000000; }

.cmn_cvList > li {
  position: relative;
  overflow: hidden; }
  .cmn_cvList > li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px solid #fff;
    opacity: .35;
    z-index: 9;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .cmn_cvList > li::before {
        width: 20px;
        height: 20px;
        right: 10px; } }
  .cmn_cvList > li::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/career/lib/cmn_img/icon_link_wh.png") no-repeat center center/cover;
    width: 9px;
    height: 7px;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .cmn_cvList > li::after {
        right: 17px;
        width: 7px;
        height: 5px; } }
  .cmn_cvList > li a {
    display: block;
    padding: 15px 20px;
    font-size: 1.2rem;
    background: #111;
    color: #fff;
    text-align: left;
    border-radius: 2px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cmn_cvList > li a {
        padding: 13px 15px;
        font-size: 1.1rem; } }
    .cmn_cvList > li a span {
      position: relative;
      z-index: 9;
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .cmn_cvList > li.guideline::before {
    border-color: #111;
    opacity: .2; }
  .cmn_cvList > li.guideline::after {
    background-image: url("/career/lib/cmn_img/icon_link.png"); }
  .cmn_cvList > li.guideline a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(48deg, #1560a8 0%, #1f82c6 30%, #2eb0da 50%, #a7dbb0 70%, #f3ec9a 85%, #f0e66a 100%);
    background: -o-linear-gradient(48deg, #1560a8 0%, #1f82c6 30%, #2eb0da 50%, #a7dbb0 70%, #f3ec9a 85%, #f0e66a 100%);
    background: linear-gradient(42deg, #1560a8 0%, #1f82c6 30%, #2eb0da 50%, #a7dbb0 70%, #f3ec9a 85%, #f0e66a 100%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  @media (hover: hover) and (pointer: fine) {
    .cmn_cvList > li.guideline:hover a::before {
      width: 150%; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmn_cvList > li.guideline:hover a::before {
      width: 150%; } }
  .cmn_cvList > li.corporate::before {
    background: #ccc; }
  .cmn_cvList > li.corporate::after {
    background-image: url("/career/lib/cmn_img/icon_link.png"); }
  .cmn_cvList > li.corporate a {
    background: #f8f8f8;
    color: #fff; }
    .cmn_cvList > li.corporate a span {
      color: #111; }
  @media (hover: hover) and (pointer: fine) {
    .cmn_cvList > li.corporate:hover a {
      background-color: #eee; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmn_cvList > li.corporate:hover a {
      background-color: #eee; } }
  @media (hover: hover) and (pointer: fine) {
    .cmn_cvList > li:hover::before {
      opacity: 1;
      border-color: #fff !important;
      background: #fff; }
    .cmn_cvList > li:hover::after {
      background-image: url("/career/lib/cmn_img/icon_link.png") !important; }
    .cmn_cvList > li:hover a {
      background-color: #373737; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmn_cvList > li:hover::before {
      opacity: 1;
      border-color: #fff !important;
      background: #fff; }
    .cmn_cvList > li:hover::after {
      background-image: url("/career/lib/cmn_img/icon_link.png") !important; }
    .cmn_cvList > li:hover a {
      background-color: #373737; } }

.mvStyle_01 {
  padding-top: 160px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .mvStyle_01 {
      padding-top: 120px; } }
  .mvStyle_01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    background: url("/career/lib/cmn_img/bg01.jpg") no-repeat center center/100% 100%; }
    @media screen and (max-width: 768px) {
      .mvStyle_01::before {
        height: 400px; } }
  .mvStyle_01 .inr {
    position: relative; }
  .mvStyle_01 .pageTtl {
    font-size: 1.3rem;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 1px solid #111;
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      .mvStyle_01 .pageTtl {
        font-size: 1.1rem;
        padding-bottom: 6px; } }
    .mvStyle_01 .pageTtl span {
      display: inline-block;
      margin-right: 10px;
      font-family: "Inter", sans-serif;
      font-weight: 600;
      font-size: 3.0rem; }
      @media screen and (max-width: 768px) {
        .mvStyle_01 .pageTtl span {
          font-size: 2.4rem; } }
  .mvStyle_01 .breadcrumb {
    position: absolute;
    top: 15px;
    right: 0;
    width: 50%;
    text-align: right; }
    @media screen and (max-width: 768px) {
      .mvStyle_01 .breadcrumb {
        top: 55px;
        width: 100%; } }
  .mvStyle_01 .imgArea {
    width: 100%;
    border-radius: 2px;
    overflow: hidden; }
    .mvStyle_01 .imgArea .bg::before {
      padding-top: 0;
      height: 540px; }
      @media screen and (max-width: 768px) {
        .mvStyle_01 .imgArea .bg::before {
          height: 0;
          padding-top: 50%; } }

.cmn_secLink ul {
  font-size: 0; }
  .cmn_secLink ul > li {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .cmn_secLink ul > li a {
      display: block;
      position: relative; }
      .cmn_secLink ul > li a .bg {
        border-radius: 0; }
        .cmn_secLink ul > li a .bg::after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: #111;
          opacity: .4;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
        .cmn_secLink ul > li a .bg::before {
          height: 360px;
          padding-top: 0; }
          @media screen and (max-width: 768px) {
            .cmn_secLink ul > li a .bg::before {
              height: 130px; } }
      .cmn_secLink ul > li a .txWrap {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 88%;
        text-align: left;
        color: #fff;
        z-index: 9; }
        @media screen and (max-width: 768px) {
          .cmn_secLink ul > li a .txWrap {
            width: calc(100% - 40px);
            top: 45%; } }
        .cmn_secLink ul > li a .txWrap .enTx {
          font-size: 1.1rem;
          font-family: "Inter", sans-serif;
          font-weight: 600;
          font-weight: 400; }
          @media screen and (max-width: 768px) {
            .cmn_secLink ul > li a .txWrap .enTx {
              font-size: 1.0rem;
              -webkit-transform: scale(0.9);
              -ms-transform: scale(0.9);
              transform: scale(0.9);
              margin-left: -8px; } }
        .cmn_secLink ul > li a .txWrap .ttl {
          line-height: 1.35;
          margin-top: 15px;
          font-size: 1.3rem; }
          @media screen and (max-width: 768px) {
            .cmn_secLink ul > li a .txWrap .ttl {
              font-size: 1.0rem;
              margin-top: 6px; } }
          .cmn_secLink ul > li a .txWrap .ttl span {
            font-size: 2.8rem;
            font-family: "Inter", sans-serif;
            font-weight: 600;
            display: block; }
            @media screen and (max-width: 768px) {
              .cmn_secLink ul > li a .txWrap .ttl span {
                font-size: 1.7rem;
                margin-bottom: 2px; } }
      .cmn_secLink ul > li a .cmn_arw {
        position: absolute;
        top: 50%;
        right: 6%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .cmn_secLink ul > li a:hover .bg::after {
        opacity: .2; }

.cmn_intrSec {
  position: relative;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  border-top-right-radius: 0;
  padding: 50px 0 0 60px;
  max-width: calc(50% + 410px);
  width: calc(100% - 60px);
  margin: -60px 0 0 auto;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    .cmn_intrSec {
      width: calc(100% - 40px);
      margin-top: -20px;
      padding: 20px 0 0 20px;
      font-size: 1.3rem; } }
  .cmn_intrSec .inr {
    max-width: 1000px;
    width: calc(100% - 60px); }
    @media screen and (max-width: 768px) {
      .cmn_intrSec .inr {
        width: calc(100% - 20px); } }

.cmn_secStyle01 {
  font-size: 0; }
  .cmn_secStyle01 > div > .boxL {
    width: 300px;
    display: inline-block;
    vertical-align: top;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 160px; }
    @media screen and (max-width: 768px) {
      .cmn_secStyle01 > div > .boxL {
        width: 100%;
        display: block;
        position: static;
        font-size: 0; } }
    .cmn_secStyle01 > div > .boxL ul > li {
      margin-bottom: 13px; }
      @media screen and (max-width: 768px) {
        .cmn_secStyle01 > div > .boxL ul > li {
          width: 50%;
          display: inline-block;
          vertical-align: top;
          margin-bottom: 10px; } }
      .cmn_secStyle01 > div > .boxL ul > li a {
        font-size: 1.3rem;
        display: inline-block;
        line-height: 1.8;
        padding-left: 17px;
        position: relative; }
        @media screen and (max-width: 768px) {
          .cmn_secStyle01 > div > .boxL ul > li a {
            font-size: 1.2rem;
            padding-left: 15px; } }
        .cmn_secStyle01 > div > .boxL ul > li a::before {
          content: "";
          position: absolute;
          top: 8px;
          left: 0;
          width: 6px;
          height: 6px;
          background: #ccc;
          border-radius: 90px; }
          @media screen and (max-width: 768px) {
            .cmn_secStyle01 > div > .boxL ul > li a::before {
              width: 5px;
              height: 5px; } }
        @media (hover: hover) and (pointer: fine) {
          .cmn_secStyle01 > div > .boxL ul > li a:hover {
            opacity: .7; } }
        @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .cmn_secStyle01 > div > .boxL ul > li a:hover {
            opacity: .7; } }
  .cmn_secStyle01 > div > .boxR {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 300px);
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .cmn_secStyle01 > div > .boxR {
        width: 100%;
        display: block;
        font-size: 1.3rem;
        margin-top: 50px; } }
    .cmn_secStyle01 > div > .boxR .secList > li {
      margin-bottom: 140px; }
      @media screen and (max-width: 768px) {
        .cmn_secStyle01 > div > .boxR .secList > li {
          margin-bottom: 70px; } }
      .cmn_secStyle01 > div > .boxR .secList > li.last {
        margin-bottom: 0 !important; }

/*----------------------------------------------------
	☆Table
----------------------------------------------------*/
table.tblStyle_01 {
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  table.tblStyle_01 tr th, table.tblStyle_01 tr td {
    border-bottom: 1px solid #dddddd;
    line-height: 1.7;
    padding: 18px 20px 15px;
    text-align: left;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      table.tblStyle_01 tr th, table.tblStyle_01 tr td {
        padding: 13px; } }
  table.tblStyle_01 tr th {
    background-color: #f4f6fb;
    vertical-align: middle;
    font-weight: 500; }
  table.tblStyle_01 tr.head th {
    background-color: #606060;
    color: #FFF; }
  table.tblStyle_01 tr td {
    background-color: #fff; }

.tblScroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .tblScroll table {
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0;
    width: 1000px !important; }
  .tblScroll::-webkit-scrollbar {
    width: 5px;
    height: 8px; }
  .tblScroll::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px; }
  .tblScroll::-webkit-scrollbar-track-piece:start {
    background: #eee; }
  .tblScroll::-webkit-scrollbar-track-piece:end {
    background: #eee; }

.bg01 {
  background: #f8f8f8; }

.br {
  border-radius: 2px;
  overflow: hidden; }

.linkTx {
  text-decoration: underline; }
  .linkTx.icon {
    display: inline-block;
    padding-right: 14px;
    margin-right: 3px;
    background: url("/career/lib/cmn_img/icon_link.png") no-repeat center right/9px 7px; }
  @media (hover: hover) and (pointer: fine) {
    .linkTx:hover {
      text-decoration: none; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .linkTx:hover {
      text-decoration: none; } }

.cmn_copy, .cmn_copy02 {
  font-size: 6.2rem;
  position: relative;
  line-height: 1.4;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -webkit-linear-gradient(#fff, #fff);
  background-image: -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(#fff, #fff);
  background-repeat: no-repeat;
  background-position: left bottom .16em;
  background-size: 0% 1em; }
  @media screen and (max-width: 1199px) {
    .cmn_copy, .cmn_copy02 {
      font-size: 5.2rem; } }
  @media screen and (max-width: 768px) {
    .cmn_copy, .cmn_copy02 {
      font-size: 3.0rem; } }
  .cmn_copy .min, .cmn_copy02 .min {
    font-family: "Shippori Mincho", serif;
    font-weight: 600; }
  .cmn_copy .char, .cmn_copy02 .char {
    opacity: 0;
    -webkit-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
    display: inline-block;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, -webkit-transform .6s ease;
    -o-transition: transform .6s ease, opacity .6s ease;
    transition: transform .6s ease, opacity .6s ease;
    transition: transform .6s ease, opacity .6s ease, -webkit-transform .6s ease;
    will-change: auto; }
    @media screen and (max-width: 768px) {
      .cmn_copy .char, .cmn_copy02 .char {
        -webkit-transform: translate3d(0, 4px, 0);
        transform: translate3d(0, 4px, 0); } }
  .cmn_copy.active .char, .cmn_copy02.active .char {
    will-change: transform, opacity;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .cmn_copy.bg_active, .cmn_copy02.bg_active {
    -webkit-animation: bgSlide 1.2s ease forwards;
    animation: bgSlide 1.2s ease forwards; }
  .cmn_copy.gray, .cmn_copy02.gray {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#eeeeee));
    background-image: -webkit-linear-gradient(#eeeeee, #eeeeee);
    background-image: -o-linear-gradient(#eeeeee, #eeeeee);
    background-image: linear-gradient(#eeeeee, #eeeeee); }

.cmn_copy {
  background: none !important; }

.cmn_copy02 {
  font-size: 2.2rem;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    .cmn_copy02 {
      font-size: 1.6rem; } }
  .cmn_copy02 .char {
    -webkit-transform: translate3d(0, 3px, 0);
    transform: translate3d(0, 3px, 0); }
  .cmn_copy02 span {
    font-weight: 500; }

@-webkit-keyframes bgSlide {
  0% {
    background-size: 0% 1em; }
  100% {
    background-size: 100% 1em; } }

@keyframes bgSlide {
  0% {
    background-size: 0% 1em; }
  100% {
    background-size: 100% 1em; } }

.cmn_bdSec .inr {
  position: relative; }
  .cmn_bdSec .inr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #111;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    -webkit-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s; }

.cmn_bdSec.animated .inr::before {
  width: 100%; }

.cmn_job {
  background: #111;
  border-radius: 2px;
  overflow: hidden;
  font-size: 1.2rem;
  color: #fff;
  padding: 5px 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
  @media screen and (max-width: 768px) {
    .cmn_job {
      font-size: 1.1rem;
      padding: 2px 10px 3px 10px;
      margin-right: 10px; } }

.ttlStyle_01 {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 35px;
  line-height: 1.6; }
  @media screen and (max-width: 768px) {
    .ttlStyle_01 {
      margin-bottom: 25px;
      font-size: 1.0rem; } }
  .ttlStyle_01 span {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    display: block;
    font-size: 2.6rem; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01 span {
        font-size: 2.2rem; } }

.ttlStyle_02 {
  font-weight: 500;
  font-size: 2.4rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_02 {
      font-size: 1.6rem;
      margin-bottom: 10px; } }
  .ttlStyle_02::after {
    background-color: #111;
    /* 横線の色 */
    content: "";
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    margin-left: 15px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_02::after {
        margin-left: 10px; } }

.ttlStyle_03 {
  text-align: left;
  padding-left: 25px;
  line-height: 1.75;
  position: relative;
  font-size: 1.4rem;
  margin-bottom: 16px;
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_03 {
      font-size: 1.2rem;
      padding-left: 20px;
      margin-bottom: 7px; } }
  .ttlStyle_03::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 4px;
    height: calc(100% - 7px);
    background: #ddd;
    border-radius: 2px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .ttlStyle_03::before {
        top: 2px; } }
  .ttlStyle_03 span {
    font-weight: 500;
    font-size: 1.6rem;
    display: block; }
    @media screen and (max-width: 768px) {
      .ttlStyle_03 span {
        font-size: 1.4rem; } }

.ttlStyle_04 {
  background: #f8f8f8;
  border-radius: 2px;
  overflow: hidden;
  padding: 12px 20px 12px 33px;
  font-size: 1.6rem;
  font-weight: 500;
  position: relative;
  line-height: 1.7;
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_04 {
      font-size: 1.4rem;
      padding: 10px 15px 10px 30px;
      margin-bottom: 20px; } }
  .ttlStyle_04::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #111; }
    @media screen and (max-width: 768px) {
      .ttlStyle_04::before {
        width: 5px;
        height: 5px; } }

.cmn_imgbg {
  background: url("/career/lib/cmn_img/ptn02.png") repeat;
  padding: 40px;
  text-align: center;
  border-radius: 2px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .cmn_imgbg {
      padding: 15px; } }

.cmn_voicelist > li {
  font-size: 0; }
  .cmn_voicelist > li .icon {
    width: 20%;
    margin-right: 5%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .cmn_voicelist > li .icon {
        width: 20%;
        vertical-align: top; } }
  .cmn_voicelist > li .txBox {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem; }
    @media screen and (max-width: 768px) {
      .cmn_voicelist > li .txBox {
        width: 75%;
        font-size: 1.2rem;
        vertical-align: top; } }

.cmn_listStyle01 {
  margin-left: 13px; }
  .cmn_listStyle01 > li {
    position: relative; }
    .cmn_listStyle01 > li::before {
      content: "";
      position: absolute;
      top: 10px;
      left: -13px;
      width: 5px;
      height: 5px;
      border-radius: 90px;
      background: #111; }

.cmn_courseList > li {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  text-align: center; }
  .cmn_courseList > li .ttl {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cmn_courseList > li .ttl {
        font-size: 1.2rem; } }
  .cmn_courseList > li .tx {
    padding: 15px;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .cmn_courseList > li .tx {
        padding: 12px; } }
  .cmn_courseList > li .list {
    padding: 15px;
    text-align: center;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .cmn_courseList > li .list {
        padding: 10px 6px; } }
    .cmn_courseList > li .list > li {
      text-align: left;
      font-size: 1.4rem;
      padding-left: 12px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .cmn_courseList > li .list > li {
          font-size: 1.2rem;
          padding-left: 10px; } }
      .cmn_courseList > li .list > li::before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 90px; }
        @media screen and (max-width: 768px) {
          .cmn_courseList > li .list > li::before {
            top: 9px;
            width: 4px;
            height: 4px; } }
  .cmn_courseList > li:nth-child(1) .ttl {
    background: #4da89d; }
  .cmn_courseList > li:nth-child(1) .list > li::before {
    background: #4da89d; }
  .cmn_courseList > li:nth-child(2) .ttl {
    background: #0060b7; }
  .cmn_courseList > li:nth-child(2) .list > li::before {
    background: #0060b7; }
  .cmn_courseList > li:nth-child(3) .ttl {
    background: #ef829d; }
  .cmn_courseList > li:nth-child(3) .list > li::before {
    background: #ef829d; }
  .cmn_courseList > li:nth-child(4) .ttl {
    background: #f19265; }
  .cmn_courseList > li:nth-child(4) .list > li::before {
    background: #f19265; }
  .cmn_courseList > li:nth-child(5) .ttl {
    background: #3bb8e6; }
  .cmn_courseList > li:nth-child(5) .list > li::before {
    background: #3bb8e6; }
