@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; }

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

html {
  font-size: 62.5%; }

body {
  color: #151e49;
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 2;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
  animation: fadeIn 2.5s ease 0s 1 normal;
  background-color: #f3f6fa;
  font-size: 1.5rem; }
  @media screen and (max-width: 768px) {
    body {
      font-size: 1.2rem; } }

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

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

a {
  color: #151e49;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a:hover {
    /*text-decoration: underline;*/ }

.en {
  font-family: "Lato", sans-serif !important;
  font-weight: 400; }

.go {
  font-family: "Lato", "Zen Kaku Gothic New", sans-serif !important;
  font-weight: 500; }

.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: -80px;
  padding-top: 80px; }

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

/*----------------------------------------------------
	☆animation
----------------------------------------------------*/
.imgEf_01.active, .imgEf_02.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transform: skewX(0);
  -ms-transform: skewX(0);
  transform: skewX(0); }

.imgEf_01 {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  opacity: 0.01;
  -webkit-transform: skewX(5deg);
  -ms-transform: skewX(5deg);
  transform: skewX(5deg); }

.imgEf_02 {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  opacity: 0.01; }

.imgSlideTop {
  overflow: hidden;
  position: relative;
  opacity: 0.01;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.imgSlideTop::before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.imgSlideTop.active::before {
  top: 100%;
  -webkit-transition: all 1.2s ease 0.2s;
  -o-transition: all 1.2s ease 0.2s;
  transition: all 1.2s ease 0.2s; }

.imgSlideTop.active {
  opacity: 1; }

.imgSlideRight {
  overflow: hidden;
  position: relative;
  opacity: 0.01;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.imgSlideRight::before {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9; }

.imgSlideRight.top_btm.active::before {
  top: 100%;
  left: auto; }

.imgSlideRight.active::before {
  left: 100%;
  webkit-transition: all 1.4s ease-in 0.2s;
  -o-transition: all 1.4s ease-in 0.2s;
  -webkit-transition: all 1.4s ease-in 0.2s;
  transition: all 1.4s ease-in 0.2s;
  -webkit-transition: all 1.4s ease-in-out 0.2s; }

.imgSlideRight.active {
  opacity: 1; }

.fadeTop_02 {
  opacity: 0.01;
  -webkit-transition: 1.0s;
  -o-transition: 1.0s;
  transition: 1.0s;
  top: -60px !important;
  z-index: 99; }

.fadeTop_02.active {
  opacity: 1;
  top: -35px !important; }
  @media screen and (max-width: 768px) {
    .fadeTop_02.active {
      top: -20px !important; } }

.fadeLeft {
  opacity: 0.01;
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  left: -30px !important; }

.fadeLeft_02 {
  -webkit-transform: translate3d(-15%, 0, 0) !important;
  transform: translate3d(-15%, 0, 0) !important;
  -webkit-transition: 1.8s;
  -o-transition: 1.8s;
  transition: 1.8s;
  opacity: 0.01; }

.fadeLeft_02.active {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
  opacity: 1; }

.fadeLeft.active {
  opacity: 1;
  left: 0 !important; }

.fadeBlur {
  opacity: 0.01;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fadeBlur.active {
  opacity: 1 !important;
  -webkit-filter: blur(0) !important;
  filter: blur(0) !important; }

/*----------------------------------------------------
☆basecompo
----------------------------------------------------*/
/*----------------------------------------------------
	☆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% - 40px);
  max-width: 640px;
  margin: 0 auto; }

.inrS {
  width: calc(100% - 40px);
  max-width: 880px;
  margin: 0 auto; }

.inrM {
  width: calc(100% - 40px);
  max-width: 1000px;
  margin: 0 auto; }

.inrL {
  width: calc(100% - 40px);
  max-width: 1240px;
  margin: 0 auto; }

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

/*----------------------------------------------------
	☆breadcrumb
----------------------------------------------------*/
.breadcrumb {
  width: 100%;
  text-align: right; }
  .breadcrumb ol {
    width: 100%; }
    .breadcrumb ol li {
      display: inline-block;
      font-size: 1.2rem; }
      @media screen and (max-width: 768px) {
        .breadcrumb ol li {
          font-size: 1.0rem; } }
    .breadcrumb ol a {
      text-decoration: underline; }
      @media (hover: hover) and (pointer: fine) {
        .breadcrumb ol a:hover {
          text-decoration: none; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .breadcrumb ol a:hover {
          text-decoration: none; } }

/*----------------------------------------------------
	☆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; }
    #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: 120px; }
  @media screen and (max-width: 768px) {
    .secMrg {
      margin-top: 70px; } }

.secMrg_btm {
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    .secMrg_btm {
      margin-bottom: 70px; } }

.secPad {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    .secPad {
      padding: 70px 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; }
  .cmn_ofi::before {
    content: "";
    display: block;
    padding-top: 66.66%; }
  .cmn_ofi picture, .cmn_ofi img {
    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; }
  .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; } }

/*----------------------------------------------------
	☆pcHd
----------------------------------------------------*/
.pcHd {
  position: fixed;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-size: 0;
  padding: 40px 20px 40px 35px; }
  .pcHd .logo {
    width: 220px;
    display: inline-block;
    vertical-align: middle; }
    .pcHd .logo a {
      display: block;
      width: 100%;
      height: 30px;
      background: url("/lib/cmn_img/logo.png") no-repeat center center/cover; }
  .pcHd .navList {
    width: calc(100% - 520px);
    display: inline-block;
    vertical-align: middle;
    text-align: right; }
    .pcHd .navList > li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 25px; }
      @media screen and (max-width: 1199px) {
        .pcHd .navList > li {
          margin-right: 15px; } }
      .pcHd .navList > li a {
        display: block;
        font-size: 1.4rem;
        position: relative; }
        @media screen and (max-width: 1199px) {
          .pcHd .navList > li a {
            font-size: 1.3rem; } }
        .pcHd .navList > li a::before {
          content: "";
          position: absolute;
          bottom: 1px;
          left: 0;
          width: 0;
          height: 1px;
          background: #11a1b2;
          -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) {
          .pcHd .navList > li a:hover {
            color: #11a1b2; }
            .pcHd .navList > li a:hover::before {
              width: 100%; } }
        @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
          .pcHd .navList > li a:hover {
            color: #11a1b2; }
            .pcHd .navList > li a:hover::before {
              width: 100%; } }
  .pcHd .cmn_cvList {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    position: fixed;
    top: 0;
    right: 0;
    border-bottom-left-radius: 8px;
    overflow: hidden; }
  .pcHd.fixed {
    background: #fff;
    padding: 22px 20px 21px 35px;
    -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08); }
    .pcHd.fixed .cmn_cvList {
      border-radius: 0 !important; }
      .pcHd.fixed .cmn_cvList > li a {
        padding-top: 6px;
        padding-bottom: 6px; }
        .pcHd.fixed .cmn_cvList > li a span {
          font-size: 1.1rem;
          padding-top: 30px;
          line-height: 1.4; }

.cmn_cvList {
  position: relative; }
  .cmn_cvList > li {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    .cmn_cvList > li a {
      display: block;
      padding: 18px 10px 20px;
      text-align: center;
      background: #ea8110;
      position: relative; }
      .cmn_cvList > li a span {
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        color: #fff;
        font-size: 1.2rem;
        line-height: 1.6;
        display: block;
        padding-top: 32px; }
        @media screen and (max-width: 1419px) {
          .cmn_cvList > li a span {
            font-size: 1.0rem; } }
      .cmn_cvList > li a p {
        font-size: 1.0rem;
        color: #11a1b2;
        background: #fff;
        width: 28px;
        height: 28px;
        border-radius: 90px;
        position: absolute;
        top: 8px;
        right: 8px;
        padding: 3px 0;
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .cmn_cvList > li a:hover {
        background-color: #151e49 !important; }
        .cmn_cvList > li a:hover p {
          color: #151e49; }
    .cmn_cvList > li:nth-child(1) a span {
      background: url("/lib/cmn_img/hd_icon01.png") no-repeat center top/26px 25px; }
    .cmn_cvList > li:nth-child(2) a {
      background-color: #11a1b2; }
      .cmn_cvList > li:nth-child(2) a span {
        background: url("/lib/cmn_img/hd_icon02.png") no-repeat center top 3px/25px 20px; }
    .cmn_cvList > li.last {
      margin-right: 0; }

.spCvList {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  z-index: 998; }
  .spCvList > li {
    width: 50%;
    margin: 0; }
    .spCvList > li a {
      border-radius: 0;
      padding: 9px 0 9px 15px !important; }
      .spCvList > li a span {
        padding-top: 0 !important;
        padding-left: 35px;
        font-size: 1.1rem;
        padding: 0 0 0 30px;
        background-position: center left !important;
        text-align: left;
        display: block; }
      .spCvList > li a p {
        top: 5px;
        right: 5px; }
    .spCvList > li:nth-child(1) a span {
      background-size: 20px 20px; }
    .spCvList > li:nth-child(2) a span {
      padding-left: 36px;
      background-size: 20px 16px; }

/*----------------------------------------------------
	☆spHd
----------------------------------------------------*/
.spHd .hdLogo {
  line-height: 0;
  padding: 18px 0 19px 20px;
  background: #fff; }
  .spHd .hdLogo img {
    width: 170px;
    height: auto; }

/*----------------------------------------------------
	☆drawer
----------------------------------------------------*/
.drawer .drawer-nav {
  opacity: 0 !important; }
  .drawer .drawer-nav .drawer-menu {
    font-size: 0;
    padding: 0 20px; }
    .drawer .drawer-nav .drawer-menu > li.logo {
      display: block;
      width: 200px;
      margin: 60px auto 20px auto; }
    .drawer .drawer-nav .drawer-menu > li.nav {
      width: 48%;
      margin-right: 4%;
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #ddd; }
      .drawer .drawer-nav .drawer-menu > li.nav a {
        font-size: 1.3rem;
        text-align: left;
        display: block;
        padding: 17px 0;
        position: relative; }
        .drawer .drawer-nav .drawer-menu > li.nav a::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 22px;
          height: 22px;
          background: #e3e9f3;
          border-radius: 90px; }
        .drawer .drawer-nav .drawer-menu > li.nav a::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 8px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          background: url(/lib/cmn_img/arw01.png) no-repeat center center/cover;
          width: 5px;
          height: 6px;
          z-index: 9;
          -webkit-transition: all .3s ease-in-out;
          -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out; }
      .drawer .drawer-nav .drawer-menu > li.nav:nth-child(3), .drawer .drawer-nav .drawer-menu > li.nav:nth-child(5), .drawer .drawer-nav .drawer-menu > li.nav:nth-child(7), .drawer .drawer-nav .drawer-menu > li.nav:nth-child(9), .drawer .drawer-nav .drawer-menu > li.nav:nth-child(11), .drawer .drawer-nav .drawer-menu > li.nav:nth-child(13), .drawer .drawer-nav .drawer-menu > li.nav:nth-child(15) {
        margin-right: 0; }
    .drawer .drawer-nav .drawer-menu > li.cv {
      margin-top: 25px;
      margin-bottom: 50px; }
      .drawer .drawer-nav .drawer-menu > li.cv > ul {
        border-radius: 15px;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .drawer .drawer-nav .drawer-menu > li.cv > ul {
            border-radius: 10px; } }
        .drawer .drawer-nav .drawer-menu > li.cv > ul > li a {
          padding: 11px 0 10px; }
          .drawer .drawer-nav .drawer-menu > li.cv > ul > li a span {
            font-size: 1.1rem;
            padding-top: 23px; }
        .drawer .drawer-nav .drawer-menu > li.cv > ul > li:nth-child(1) a span {
          background-size: 18px 18px; }
        .drawer .drawer-nav .drawer-menu > li.cv > ul > li:nth-child(2) a span {
          background-size: 17px 14px;
          background-position: center top; }

.drawer .drawer-open .drawer-nav {
  opacity: 1 !important; }

.drawer .drawer-close .drawer-nav {
  opacity: 0 !important; }

.drawer .drawer-nav li.reserve, .drawer .drawer-nav li.contact, .drawer .drawer-nav.tel {
  border: none; }

.drawer .drawer-nav .reserve > a {
  background-color: #535d62;
  color: #fff; }

.drawer .drawer-nav .contact > a {
  background-color: #aca28a;
  color: #fff; }

.drawer .drawer-nav .tel > a {
  background-color: #111;
  color: #fff; }
  .drawer .drawer-nav .tel > a span {
    padding-left: 1.8px;
    background-image: url(/image/icon_tel2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px 11px; }

.drawer .drawer-hamburger {
  background: #000;
  padding: 13px 16px 25px;
  width: 60px;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

/*-----☆☆ dorawer MENU表記 あり ☆☆-----*/
.drawer .drawer-hamburger {
  width: 60px !important;
  height: 60px !important;
  padding: 0px 15px 15px !important; }
  .drawer .drawer-hamburger .drawer-hamburger-icon:before {
    top: -7px; }
  .drawer .drawer-hamburger .drawer-hamburger-icon:after {
    top: 7px; }
  .drawer .drawer-hamburger span.menuTx {
    color: #fff;
    font-size: 0.9rem;
    border: none;
    letter-spacing: 0.1em;
    top: 38px;
    position: absolute;
    left: 16px; }

.ft {
  color: #fff; }
  @media screen and (max-width: 768px) {
    .ft {
      margin-bottom: 48px; } }
  .ft .cvArea {
    background: url("/lib/cmn_img/ft_bg.jpg") no-repeat center center/cover;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      .ft .cvArea {
        padding: 30px 0 !important; } }
    .ft .cvArea .boxL, .ft .cvArea .boxR {
      width: 50%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .ft .cvArea .boxL, .ft .cvArea .boxR {
          width: 100%; } }
      .ft .cvArea .boxL .ttl, .ft .cvArea .boxR .ttl {
        font-size: 3.4rem;
        display: block;
        padding-left: 95px;
        background: url("/lib/cmn_img/icon_mail_wh.png") no-repeat center left/59px 48px;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .ft .cvArea .boxL .ttl, .ft .cvArea .boxR .ttl {
            font-size: 1.5rem;
            padding-left: 52px;
            background-size: 35px 28px;
            display: inline-block;
            width: 50%;
            vertical-align: middle;
            margin-bottom: 0; } }
        .ft .cvArea .boxL .ttl span, .ft .cvArea .boxR .ttl span {
          font-size: 1.6rem;
          color: #aaa;
          font-family: "Lato", sans-serif !important;
          font-weight: 400;
          display: block; }
          @media screen and (max-width: 768px) {
            .ft .cvArea .boxL .ttl span, .ft .cvArea .boxR .ttl span {
              font-size: 1.1rem; } }
      .ft .cvArea .boxL .tx, .ft .cvArea .boxR .tx {
        font-size: 1.6rem;
        margin-top: 25px; }
        @media screen and (max-width: 768px) {
          .ft .cvArea .boxL .tx, .ft .cvArea .boxR .tx {
            display: inline-block;
            margin-top: 0;
            font-size: 1.1rem;
            width: 50%;
            vertical-align: middle; } }
      .ft .cvArea .boxL .btn a, .ft .cvArea .boxR .btn a {
        margin: 30px auto 0 0; }
        @media screen and (max-width: 768px) {
          .ft .cvArea .boxL .btn a, .ft .cvArea .boxR .btn a {
            margin: 15px auto 0;
            width: 100%;
            font-size: 1.2rem; } }
    .ft .cvArea .boxL {
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      @media screen and (max-width: 768px) {
        .ft .cvArea .boxL {
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          border-right: none;
          padding-bottom: 30px;
          margin-bottom: 25px; } }
    .ft .cvArea .boxR {
      padding-left: 7%; }
      @media screen and (max-width: 768px) {
        .ft .cvArea .boxR {
          padding: 0; } }
      .ft .cvArea .boxR .ttl {
        background-image: url("/lib/cmn_img/icon_recruit_wh.png");
        background-size: 68px 68px; }
        @media screen and (max-width: 768px) {
          .ft .cvArea .boxR .ttl {
            background-size: 40px 40px; } }
  .ft .ftArea {
    overflow: hidden;
    background: #111;
    position: relative; }
    .ft .ftArea::before {
      content: "";
      position: absolute;
      bottom: -75px;
      right: -5px;
      background: url("/lib/cmn_img/top/sec09_bg.png") no-repeat center center/cover;
      width: 609px;
      height: 432px;
      opacity: .05; }
      @media screen and (max-width: 768px) {
        .ft .ftArea::before {
          width: 213px;
          height: 151px;
          top: 15px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: auto; } }
    .ft .ftArea .inrL {
      position: relative;
      z-index: 9; }
    .ft .ftArea .logoWrap {
      padding: 70px 0;
      font-size: 0; }
      @media screen and (max-width: 768px) {
        .ft .ftArea .logoWrap {
          padding: 40px 0; } }
      .ft .ftArea .logoWrap > p {
        width: 50%;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          .ft .ftArea .logoWrap > p {
            width: 100%;
            text-align: center; } }
      .ft .ftArea .logoWrap .logo img {
        display: block;
        width: 220px; }
        @media screen and (max-width: 768px) {
          .ft .ftArea .logoWrap .logo img {
            width: 180px;
            margin: 0 auto; } }
      .ft .ftArea .logoWrap .add {
        text-align: right;
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          .ft .ftArea .logoWrap .add {
            font-size: 1.2rem;
            text-align: center;
            margin-top: 8px; } }
    .ft .ftArea .linkWrap {
      padding: 40px 0;
      font-size: 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
      @media screen and (max-width: 768px) {
        .ft .ftArea .linkWrap {
          padding: 25px 0; } }
      .ft .ftArea .linkWrap .linkList {
        width: 20%;
        display: inline-block;
        vertical-align: top;
        padding-left: 40px;
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
        @media screen and (max-width: 768px) {
          .ft .ftArea .linkWrap .linkList {
            width: 50%;
            padding: 0;
            border: none; } }
        .ft .ftArea .linkWrap .linkList > li a {
          font-size: 1.4rem;
          display: block;
          color: #fff;
          padding: 2px 0; }
          @media screen and (max-width: 768px) {
            .ft .ftArea .linkWrap .linkList > li a {
              font-size: 1.1rem; } }
          @media (hover: hover) and (pointer: fine) {
            .ft .ftArea .linkWrap .linkList > li a:hover {
              opacity: .7; } }
          @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
            .ft .ftArea .linkWrap .linkList > li a:hover {
              opacity: .7; } }
        @media screen and (max-width: 768px) {
          .ft .ftArea .linkWrap .linkList.last {
            width: 100%; } }
        @media screen and (max-width: 768px) {
          .ft .ftArea .linkWrap .linkList.last > li {
            width: 50%;
            display: inline-block;
            vertical-align: top; } }
      .ft .ftArea .linkWrap .telArea {
        text-align: right;
        width: 40%;
        display: inline-block;
        vertical-align: top; }
        @media screen and (max-width: 768px) {
          .ft .ftArea .linkWrap .telArea {
            width: 100%;
            text-align: center;
            margin-top: 25px; } }
        .ft .ftArea .linkWrap .telArea .tel {
          font-size: 1.1rem;
          margin-bottom: 15px; }
          @media screen and (max-width: 768px) {
            .ft .ftArea .linkWrap .telArea .tel {
              font-size: 1.0rem; } }
          .ft .ftArea .linkWrap .telArea .tel a {
            line-height: 1.7;
            color: #fff;
            font-size: 2.6rem;
            font-family: "Lato", sans-serif !important;
            font-weight: 400; }
            @media screen and (max-width: 768px) {
              .ft .ftArea .linkWrap .telArea .tel a {
                font-size: 1.8rem; } }
            .ft .ftArea .linkWrap .telArea .tel a span {
              font-size: 1.8rem; }
              @media screen and (max-width: 768px) {
                .ft .ftArea .linkWrap .telArea .tel a span {
                  font-size: 1.4rem; } }
        .ft .ftArea .linkWrap .telArea .bnrList > li {
          display: inline-block;
          vertical-align: middle;
          margin-left: 15px;
          text-align: right; }
          @media screen and (max-width: 768px) {
            .ft .ftArea .linkWrap .telArea .bnrList > li {
              text-align: center;
              margin: 6px; } }
          .ft .ftArea .linkWrap .telArea .bnrList > li a {
            padding: 8px;
            display: block;
            background: #fff;
            border-radius: 5px; }
            .ft .ftArea .linkWrap .telArea .bnrList > li a:hover {
              opacity: .7; }
          .ft .ftArea .linkWrap .telArea .bnrList > li.bnr01 {
            width: 106px; }
            @media screen and (max-width: 768px) {
              .ft .ftArea .linkWrap .telArea .bnrList > li.bnr01 {
                width: 80px; } }
          .ft .ftArea .linkWrap .telArea .bnrList > li.bnr02 {
            width: 106px; }
            @media screen and (max-width: 768px) {
              .ft .ftArea .linkWrap .telArea .bnrList > li.bnr02 {
                width: 80px; } }
          .ft .ftArea .linkWrap .telArea .bnrList > li.bnr03 {
            width: 130px; }
            @media screen and (max-width: 768px) {
              .ft .ftArea .linkWrap .telArea .bnrList > li.bnr03 {
                width: 110px; } }
      .ft .ftArea .linkWrap.last {
        border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .ft .ftArea .copyWrap {
      text-align: center;
      padding: 30px 0; }
      @media screen and (max-width: 768px) {
        .ft .ftArea .copyWrap {
          padding: 20px 0; } }
      .ft .ftArea .copyWrap .copy {
        font-size: 1.1rem;
        font-family: "Lato", sans-serif !important;
        font-weight: 400; }
        @media screen and (max-width: 768px) {
          .ft .ftArea .copyWrap .copy {
            font-size: 1.0rem; } }

.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: 700; }

.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: 50px !important; }
  .top90, .top95, .top100 {
    margin-top: 80px !important; }
  .top110, .top120, .top130, .top140 {
    margin-top: 100px !important; }
  .size10 {
    font-size: 1rem !important; }
  .size11 {
    font-size: 1rem !important; }
  .size12 {
    font-size: 1.1rem !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
----------------------------------------------------*/
.btnStyle_01 a {
  display: block;
  width: 320px;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 23px 70px 23px 30px;
  border-radius: 90px;
  text-align: left;
  background: #fff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .btnStyle_01 a {
      width: 250px;
      font-size: 1.3rem;
      padding: 16px 25px; } }
  .btnStyle_01 a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #e3e9f3;
    width: 50px;
    height: 50px;
    border-radius: 90px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s; }
    @media screen and (max-width: 768px) {
      .btnStyle_01 a::before {
        width: 36px;
        height: 36px; } }
  .btnStyle_01 a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/lib/cmn_img/arw01.png") no-repeat center center/cover;
    width: 7px;
    height: 9px;
    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) {
      .btnStyle_01 a::after {
        right: 30px;
        width: 6px;
        height: 7px; } }
  .btnStyle_01 a span {
    display: block;
    position: relative;
    z-index: 9; }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_01 a:hover {
      letter-spacing: 0.05em; }
      .btnStyle_01 a:hover::before {
        width: 320px;
        height: 320px;
        right: 0; }
      .btnStyle_01 a:hover::after {
        right: 30px; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_01 a:hover {
      letter-spacing: 0.05em; }
      .btnStyle_01 a:hover::before {
        width: 320px;
        height: 320px;
        right: 0; }
      .btnStyle_01 a:hover::after {
        right: 30px; } }

.btnStyle_01.gray a {
  background: #e3e9f3; }
  .btnStyle_01.gray a::before {
    background-color: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_01.gray a:hover::before {
      background-color: #cddaef; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_01.gray a:hover::before {
      background-color: #cddaef; } }

.btnStyle_01.gr a {
  background-color: #11a1b2;
  color: #fff; }
  .btnStyle_01.gr a::before {
    background: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_01.gr a:hover {
      color: #151e49; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_01.gr a:hover {
      color: #151e49; } }

.btnStyle_01.bl a {
  background-color: #151e49;
  color: #fff; }
  .btnStyle_01.bl a::before {
    background: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_01.bl a:hover {
      color: #151e49; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_01.bl a:hover {
      color: #151e49; } }

.btnStyle_01.wh a {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  color: #fff; }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_01.wh a:hover {
      color: #151e49; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_01.wh a:hover {
      color: #151e49; } }

@media screen and (max-width: 768px) {
  .btnStyle_01.anc {
    margin-bottom: 10px !important; } }

.btnStyle_01.anc a {
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  line-height: 1.7;
  padding-left: 35px; }
  @media screen and (max-width: 768px) {
    .btnStyle_01.anc a {
      padding: 13px 0 13px 30px; } }
  .btnStyle_01.anc a::after {
    background-image: url("/lib/cmn_img/arw_btm.png");
    width: 10px;
    height: 6px; }
  .btnStyle_01.anc a::before {
    width: 50px !important;
    height: 50px !important; }
    @media screen and (max-width: 768px) {
      .btnStyle_01.anc a::before {
        width: 40px !important;
        height: 40px !important; } }
  .btnStyle_01.anc a:hover::before {
    right: 10px !important; }

.btnStyle_02 a {
  display: inline-block;
  padding: 12px 0 12px 58px;
  font-size: 1.4rem;
  color: #2539b5;
  position: relative; }
  @media screen and (max-width: 768px) {
    .btnStyle_02 a {
      font-size: 1.1rem;
      padding-left: 38px;
      padding-top: 10px;
      padding-bottom: 10px; } }
  .btnStyle_02 a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border: 1px solid #2539b5;
    border-radius: 90px;
    -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) {
      .btnStyle_02 a::before {
        width: 28px;
        height: 28px; } }
  .btnStyle_02 a::after {
    content: "";
    position: absolute;
    left: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/lib/cmn_img/arw_bl.png") no-repeat center center/cover;
    width: 7px;
    height: 9px;
    -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) {
      .btnStyle_02 a::after {
        width: 6px;
        height: 7px;
        left: 12px; } }
  @media (hover: hover) and (pointer: fine) {
    .btnStyle_02 a:hover {
      letter-spacing: 0.05em; }
      .btnStyle_02 a:hover::before {
        border: 1px solid #e3e9f3;
        background-color: #e3e9f3;
        left: 5px; }
      .btnStyle_02 a:hover::after {
        left: 22px; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .btnStyle_02 a:hover {
      letter-spacing: 0.05em; }
      .btnStyle_02 a:hover::before {
        border: 1px solid #e3e9f3;
        background-color: #e3e9f3;
        left: 5px; }
      .btnStyle_02 a:hover::after {
        left: 22px; } }

.btnStyle_02.bdOn {
  border-top: 1px dashed #2539b5;
  margin-top: 20px;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .btnStyle_02.bdOn {
      margin-top: 15px;
      padding-top: 3px; } }

.btnStyle_02.wh {
  border-color: #fff; }
  .btnStyle_02.wh a {
    color: #fff; }
    .btnStyle_02.wh a::before {
      border-color: #fff; }
    .btnStyle_02.wh a::after {
      background-image: url("/lib/cmn_img/arw01_wh.png"); }
    @media (hover: hover) and (pointer: fine) {
      .btnStyle_02.wh a:hover::after {
        background-image: url("/lib/cmn_img/arw01.png"); } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .btnStyle_02.wh a:hover::after {
        background-image: url("/lib/cmn_img/arw01.png"); } }

@media (hover: hover) and (pointer: fine) {
  .link_box:hover .btnStyle_02 a {
    letter-spacing: 0.05em; }
    .link_box:hover .btnStyle_02 a::before {
      border: 1px solid #e3e9f3;
      background-color: #e3e9f3;
      left: 5px; }
    .link_box:hover .btnStyle_02 a::after {
      left: 22px; }
  .link_box:hover .btnStyle_02.wh a::after {
    background-image: url("/lib/cmn_img/arw01.png"); } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link_box:hover .btnStyle_02 a {
    letter-spacing: 0.05em; }
    .link_box:hover .btnStyle_02 a::before {
      border: 1px solid #e3e9f3;
      background-color: #e3e9f3;
      left: 5px; }
    .link_box:hover .btnStyle_02 a::after {
      left: 22px; }
  .link_box:hover .btnStyle_02.wh a::after {
    background-image: url("/lib/cmn_img/arw01.png"); } }

/*--input--*/
.subscribeBtn {
  width: 100%; }

/*--inputBtn--*/
.subscribeBtn {
  text-align: center;
  font-size: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto; }
  .subscribeBtn input[type="submit"] {
    font-size: 1.5rem;
    background-color: #151e49;
    color: #FFF !important;
    display: inline-block;
    padding: 18px 0 !important;
    width: 49%;
    text-decoration: none;
    border-radius: 90px !important;
    -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) {
      .subscribeBtn input[type="submit"] {
        font-size: 1.3rem;
        padding: 15px 0 !important; } }
    @media (hover: hover) and (pointer: fine) {
      .subscribeBtn input[type="submit"]:hover {
        opacity: .8; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .subscribeBtn input[type="submit"]:hover {
        opacity: .8; } }
    .subscribeBtn input[type="submit"].gray {
      background-color: #ccc;
      border: 1px solid #ccc;
      color: #FFF;
      margin-right: 2%; }
      @media (hover: hover) and (pointer: fine) {
        .subscribeBtn input[type="submit"].gray:hover {
          background-color: #999;
          color: #fff !important; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .subscribeBtn input[type="submit"].gray:hover {
          background-color: #999;
          color: #fff !important; } }

input.textFocus {
  color: #333; }

input.wSS,
input.wS,
input.wM,
input.wL,
input.wLL {
  background: #e3e9f3;
  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: #e3e9f3;
  font-size: 1.4rem;
  height: 160px;
  padding: 10px;
  width: 100%; }

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

label {
  cursor: pointer; }
  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 {
  width: 100%;
  padding: 15px 30px 15px 20px;
  line-height: 140%;
  min-width: 10em;
  background: #e3e9f3;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative; }
  @media screen and (max-width: 768px) {
    form select {
      padding: 15px !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;
  width: 100%; }
  .selectBox::before {
    content: "";
    position: absolute;
    top: 48%;
    right: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    border-color: #151e49 transparent transparent transparent;
    z-index: 9; }

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

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

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

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

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

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

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

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

::placeholder {
  color: #9ca3af;
  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: 18px !important; }
  @media screen and (max-width: 768px) {
    option,
    textarea,
    input[type="number"],
    input[type="email"],
    input[type="tel"],
    input[type="text"],
    input[type="option"] {
      padding: 15px !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
----------------------------------------------------*/
.pagerArea ul.pagerList {
  width: 100%;
  margin: 50px auto 0 auto;
  text-align: center;
  font-size: 0; }
  .pagerArea ul.pagerList li {
    display: inline-block;
    margin-right: 4px; }
    .pagerArea ul.pagerList li a {
      display: block;
      padding: 7px 17px;
      text-decoration: none;
      background: #e3e9f3;
      font-size: 1.4rem;
      position: relative;
      border-radius: 5px;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .pagerArea ul.pagerList li a {
          border-radius: 3px; } }
      @media screen and (max-width: 768px) {
        .pagerArea ul.pagerList li a {
          padding: 4px 12px;
          font-size: 1.2rem; } }
      @media (hover: hover) and (pointer: fine) {
        .pagerArea ul.pagerList li a:hover {
          background-color: #cad6e9; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .pagerArea ul.pagerList li a:hover {
          background-color: #cad6e9; } }
      .pagerArea ul.pagerList li a::before, .pagerArea ul.pagerList li a::after {
        content: "";
        position: absolute;
        width: 5px;
        height: 7px;
        top: 18px; }
        @media screen and (max-width: 768px) {
          .pagerArea ul.pagerList li a::before, .pagerArea ul.pagerList li a::after {
            top: 12px; } }
    .pagerArea ul.pagerList li.current a {
      background-color: #151e49;
      color: #fff; }
    .pagerArea ul.pagerList li.prev a {
      padding-left: 22px; }
    .pagerArea ul.pagerList li.next a {
      padding-right: 22px; }
    .pagerArea ul.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; }
    .pagerArea ul.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_membersList .slick-list {
  padding-left: 10px; }

.cmn_membersList li {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative; }
  .cmn_membersList li .tag {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.2rem;
    background: #fff;
    padding: 1px 10px;
    border-radius: 90px;
    color: #151e49;
    z-index: 9; }
    @media screen and (max-width: 768px) {
      .cmn_membersList li .tag {
        font-size: 1.1rem; } }
  .cmn_membersList li .thum {
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cmn_membersList li .thum {
        border-radius: 10px; } }
  .cmn_membersList li .name {
    position: relative;
    z-index: 9;
    margin-top: -23px;
    margin-left: -10px; }
    .cmn_membersList li .name span {
      font-size: 2.2rem;
      color: #fff;
      background: #2539b5;
      border-radius: 5px;
      overflow: hidden;
      padding: 4px 15px; }
      @media screen and (max-width: 768px) {
        .cmn_membersList li .name span {
          border-radius: 3px; } }
      @media screen and (max-width: 768px) {
        .cmn_membersList li .name span {
          font-size: 1.8rem; } }
  .cmn_membersList li .enName {
    font-size: 1.2rem;
    color: #2539b5;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    display: block;
    margin-top: 2px; }
    @media screen and (max-width: 768px) {
      .cmn_membersList li .enName {
        font-size: 1.0rem; } }
  .cmn_membersList li .tx {
    font-size: 1.5rem;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .cmn_membersList li .tx {
        font-size: 1.2rem;
        margin-top: 5px; } }
  @media (hover: hover) and (pointer: fine) {
    .cmn_membersList li:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmn_membersList li:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }

.cmn_columnList li.link_box, .cmn_columnList > li {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  margin-top: 10px; }
  @media screen and (max-width: 768px) {
    .cmn_columnList li.link_box, .cmn_columnList > li {
      margin-top: 5px; } }
  .cmn_columnList li.link_box .thum, .cmn_columnList > li .thum {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cmn_columnList li.link_box .thum, .cmn_columnList > li .thum {
        border-radius: 10px; } }
    .cmn_columnList li.link_box .thum::before, .cmn_columnList > li .thum::before {
      padding-top: 56.2162%;
      content: "";
      display: block; }
    .cmn_columnList li.link_box .thum img, .cmn_columnList > li .thum img {
      position: absolute;
      width: 72% !important;
      height: 72% !important;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -o-object-fit: contain;
      object-fit: contain;
      -o-object-position: center;
      object-position: center;
      font-family: 'object-fit: contain; object-position: bottom;';
      -webkit-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
  .cmn_columnList li.link_box .day, .cmn_columnList > li .day {
    font-size: 1.3rem;
    margin-top: 25px;
    padding-left: 20px;
    background: url("/lib/cmn_img/icon_check.png") no-repeat center left/12px 9px; }
    @media screen and (max-width: 768px) {
      .cmn_columnList li.link_box .day, .cmn_columnList > li .day {
        font-size: 1.0rem;
        background-size: 10px 7px;
        padding-left: 16px;
        margin-top: 20px; } }
  .cmn_columnList li.link_box .ttl, .cmn_columnList > li .ttl {
    font-size: 2.0rem;
    line-height: 1.7;
    margin-top: 5px; }
    @media screen and (max-width: 768px) {
      .cmn_columnList li.link_box .ttl, .cmn_columnList > li .ttl {
        font-size: 1.5rem; } }
  .cmn_columnList li.link_box .info, .cmn_columnList > li .info {
    font-size: 1.2rem;
    margin-top: 8px; }
    @media screen and (max-width: 768px) {
      .cmn_columnList li.link_box .info, .cmn_columnList > li .info {
        font-size: 1.1rem; } }
  .cmn_columnList li.link_box.new, .cmn_columnList > li.new {
    position: relative; }
    .cmn_columnList li.link_box.new::after, .cmn_columnList > li.new::after {
      content: "NEW";
      position: absolute;
      top: -10px;
      right: 30px;
      background: #2539b5;
      color: #fff;
      font-family: "Lato", sans-serif !important;
      font-weight: 400;
      font-size: 1.2rem;
      padding: 13px 0;
      text-align: center;
      width: 50px;
      height: 50px;
      border-radius: 90px; }
      @media screen and (max-width: 768px) {
        .cmn_columnList li.link_box.new::after, .cmn_columnList > li.new::after {
          right: 20px;
          width: 40px;
          height: 40px;
          font-size: 1.0rem;
          padding: 10px 0;
          -webkit-transform: scale(0.85);
          -ms-transform: scale(0.85);
          transform: scale(0.85);
          top: -8px; } }

@media (hover: hover) and (pointer: fine) {
  .cmn_columnList li.link_box:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }

@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmn_columnList li.link_box:hover {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px); } }

.cmn_voiceList > li {
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-size: 0;
  border-bottom: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .cmn_voiceList > li {
      padding-bottom: 20px;
      margin-bottom: 25px; } }
  .cmn_voiceList > li .thum {
    width: 120px;
    margin-right: 30px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .cmn_voiceList > li .thum {
        width: 80px;
        margin-right: 20px; } }
  .cmn_voiceList > li .txWrap {
    width: calc(100% - 150px);
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .cmn_voiceList > li .txWrap {
        width: calc(100% - 100px); } }
    .cmn_voiceList > li .txWrap .copy {
      font-size: 2.2rem;
      display: block;
      line-height: 1.7;
      margin-top: 6px; }
      @media screen and (max-width: 768px) {
        .cmn_voiceList > li .txWrap .copy {
          font-size: 1.4rem;
          margin-top: 3px; } }
    .cmn_voiceList > li .txWrap .cate {
      color: #2539b5;
      font-size: 1.4rem;
      display: block;
      line-height: 1.7;
      margin: 8px auto 5px auto; }
      @media screen and (max-width: 768px) {
        .cmn_voiceList > li .txWrap .cate {
          font-size: 1.1rem;
          margin: 3px auto; } }
    .cmn_voiceList > li .txWrap .tagList {
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      margin-left: -2px; }
      @media screen and (max-width: 768px) {
        .cmn_voiceList > li .txWrap .tagList {
          margin-right: 8px; } }
      .cmn_voiceList > li .txWrap .tagList > li {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        font-size: 1.2rem;
        color: #fff;
        padding: 1px 13px;
        border-radius: 90px;
        margin: 2px; }
        @media screen and (max-width: 768px) {
          .cmn_voiceList > li .txWrap .tagList > li {
            font-size: 1.0rem; } }
        .cmn_voiceList > li .txWrap .tagList > li.tag01 {
          background: #60b1e1; }
        .cmn_voiceList > li .txWrap .tagList > li.tag02 {
          background: #3cc392; }
        .cmn_voiceList > li .txWrap .tagList > li.tag03 {
          background: #e89292; }
        .cmn_voiceList > li .txWrap .tagList > li.tag04 {
          background: #e99550; }
        .cmn_voiceList > li .txWrap .tagList > li.tag05 {
          background: #c38cee; }
        .cmn_voiceList > li .txWrap .tagList > li.tag06 {
          background: #e96d6d; }
        .cmn_voiceList > li .txWrap .tagList > li.tag07 {
          background: #e9bc6d; }
        .cmn_voiceList > li .txWrap .tagList > li.tag08 {
          background: #828fec; }
        .cmn_voiceList > li .txWrap .tagList > li.tag09 {
          background: #9ad079; }
        .cmn_voiceList > li .txWrap .tagList > li.tag10 {
          background: #a2858b; }
    .cmn_voiceList > li .txWrap .period {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.3rem;
      color: #2539b5; }
      @media screen and (max-width: 768px) {
        .cmn_voiceList > li .txWrap .period {
          font-size: 1.1rem; } }
      .cmn_voiceList > li .txWrap .period span {
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .cmn_voiceList > li .txWrap .period span {
            font-size: 1.3rem; } }
  .cmn_voiceList > li .tx {
    display: block;
    font-size: 1.5rem;
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .cmn_voiceList > li .tx {
        font-size: 1.2rem;
        margin-top: 10px; } }
  .cmn_voiceList > li .incomeList {
    margin-top: 20px;
    margin-bottom: 10px; }
    @media screen and (max-width: 768px) {
      .cmn_voiceList > li .incomeList {
        margin-top: 15px;
        margin-bottom: 0; } }
    .cmn_voiceList > li .incomeList > li {
      background: #f3f6fa;
      border-radius: 5px;
      overflow: hidden;
      text-align: center;
      position: relative;
      overflow: inherit;
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        .cmn_voiceList > li .incomeList > li {
          border-radius: 3px; } }
      .cmn_voiceList > li .incomeList > li > div {
        display: table;
        width: 100%;
        height: 100%; }
      .cmn_voiceList > li .incomeList > li p {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        line-height: 1.7;
        font-size: 1.5rem;
        padding: 14px 10px 15px; }
        @media screen and (max-width: 768px) {
          .cmn_voiceList > li .incomeList > li p {
            font-size: 1.2rem;
            padding: 10px 8px 12px; } }
        .cmn_voiceList > li .incomeList > li p .big {
          font-family: "Lato", sans-serif !important;
          font-weight: 400;
          font-size: 2.4rem;
          line-height: 1.1;
          display: inline-block;
          margin: 0 2px; }
          @media screen and (max-width: 768px) {
            .cmn_voiceList > li .incomeList > li p .big {
              font-size: 1.8rem; } }
      .cmn_voiceList > li .incomeList > li:nth-child(1)::before {
        content: "";
        position: absolute;
        top: 50%;
        right: -15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 14px 0px 14px 15px;
        border-color: transparent transparent transparent #f3f6fa; }
        @media screen and (max-width: 768px) {
          .cmn_voiceList > li .incomeList > li:nth-child(1)::before {
            right: -7px;
            border-width: 20px 0px 20px 15px; } }
      .cmn_voiceList > li .incomeList > li:nth-child(2) {
        background: #2539b5;
        color: #fff; }
        .cmn_voiceList > li .incomeList > li:nth-child(2) p .blueTx {
          color: #ffea5a; }
  @media screen and (max-width: 768px) {
    .cmn_voiceList > li:nth-child(1) {
      padding-top: 25px;
      margin-top: 25px;
      border-top: 1px solid #ddd; } }
  .cmn_voiceList > li.last {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
    @media screen and (max-width: 768px) {
      .cmn_voiceList > li.last {
        margin-bottom: 25px; } }
  .cmn_voiceList > li.pickup {
    position: relative;
    overflow: inherit !important; }
    .cmn_voiceList > li.pickup::before {
      content: "";
      position: absolute;
      top: -10px;
      right: -10px;
      background: url("/lib/cmn_img/icon_ribon.png") no-repeat center center/cover;
      width: 45px;
      height: 68px; }

.cmn_cvBox {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#3470d4), to(#2539b5)) !important;
  background: -webkit-linear-gradient(left, #3470d4, #2539b5) !important;
  background: -o-linear-gradient(left, #3470d4, #2539b5) !important;
  background: linear-gradient(to right, #3470d4, #2539b5) !important;
  border-radius: 15px;
  overflow: hidden;
  position: relative; }
  @media screen and (max-width: 768px) {
    .cmn_cvBox {
      border-radius: 10px; } }
  @media screen and (max-width: 1419px) {
    .cmn_cvBox {
      padding: 100px 0; } }
  @media screen and (max-width: 1273px) {
    .cmn_cvBox {
      padding: 70px 0; } }
  @media screen and (max-width: 768px) {
    .cmn_cvBox {
      padding: 25px 0; } }
  .cmn_cvBox::before {
    content: "Contact";
    position: absolute;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    left: -10px;
    font-size: 18.0rem;
    line-height: 1;
    bottom: -15px;
    color: #fff;
    opacity: .05; }
    @media screen and (max-width: 768px) {
      .cmn_cvBox::before {
        font-size: 9.0rem;
        bottom: 21%;
        opacity: 0.1;
        width: 100%;
        text-align: center;
        left: 0; } }
  @media screen and (max-width: 768px) {
    .cmn_cvBox .inr {
      width: 100% !important; } }
  .cmn_cvBox .boxL {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .cmn_cvBox .boxL {
        width: 100%;
        text-align: center;
        padding: 20px  20px 30px; } }
    .cmn_cvBox .boxL .copy {
      font-size: 4.0rem; }
      @media screen and (max-width: 1419px) {
        .cmn_cvBox .boxL .copy {
          font-size: 2.6rem; } }
      @media screen and (max-width: 768px) {
        .cmn_cvBox .boxL .copy {
          font-size: 2.0rem; } }
    .cmn_cvBox .boxL .tx {
      font-size: 1.8rem;
      margin-top: 10px; }
      @media screen and (max-width: 1419px) {
        .cmn_cvBox .boxL .tx {
          font-size: 1.6rem; } }
      @media screen and (max-width: 768px) {
        .cmn_cvBox .boxL .tx {
          font-size: 1.3rem;
          margin-top: 0; } }
    .cmn_cvBox .boxL .btn a {
      margin: 30px auto 0 0;
      width: 360px;
      padding: 30px 30px; }
      @media screen and (max-width: 768px) {
        .cmn_cvBox .boxL .btn a {
          width: 85%;
          padding: 16px 20px;
          margin: 15px auto 0; } }
      @media (hover: hover) and (pointer: fine) {
        .cmn_cvBox .boxL .btn a:hover::before {
          width: 360px;
          height: 360px; } }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .cmn_cvBox .boxL .btn a:hover::before {
          width: 360px;
          height: 360px; } }
  .cmn_cvBox .sliderList01, .cmn_cvBox .sliderList02 {
    position: absolute;
    left: 44%;
    top: -110px;
    width: 22%; }
    @media screen and (max-width: 768px) {
      .cmn_cvBox .sliderList01, .cmn_cvBox .sliderList02 {
        position: static;
        width: 100%;
        margin-bottom: 0; } }
    .cmn_cvBox .sliderList01 .slick-slide, .cmn_cvBox .sliderList02 .slick-slide {
      border-radius: 15px;
      overflow: hidden;
      margin: 15px 0; }
      @media screen and (max-width: 768px) {
        .cmn_cvBox .sliderList01 .slick-slide, .cmn_cvBox .sliderList02 .slick-slide {
          border-radius: 10px; } }
      @media screen and (max-width: 768px) {
        .cmn_cvBox .sliderList01 .slick-slide, .cmn_cvBox .sliderList02 .slick-slide {
          margin: 0 5px; } }
    .cmn_cvBox .sliderList01 picture, .cmn_cvBox .sliderList02 picture {
      width: 100%; }
  .cmn_cvBox .sliderList02 {
    left: 71%; }
    .cmn_cvBox .sliderList02 .slick-list {
      -webkit-transform: rotate(180deg) !important;
      -ms-transform: rotate(180deg) !important;
      transform: rotate(180deg) !important; }
      .cmn_cvBox .sliderList02 .slick-list picture {
        -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        transform: rotate(180deg) !important;
        display: block; }

.cmn_cvBox02 .wrap {
  position: relative;
  z-index: 9; }

.cmn_cvBox02 .inr {
  background: -webkit-gradient(linear, left top, right top, from(#3470d4), to(#2539b5)) !important;
  background: -webkit-linear-gradient(left, #3470d4, #2539b5) !important;
  background: -o-linear-gradient(left, #3470d4, #2539b5) !important;
  background: linear-gradient(to right, #3470d4, #2539b5) !important;
  border-radius: 15px;
  overflow: hidden;
  padding: 60px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .cmn_cvBox02 .inr {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .cmn_cvBox02 .inr {
      padding: 30px 20px; } }
  .cmn_cvBox02 .inr::before {
    content: "";
    position: absolute;
    bottom: -90px;
    right: -5px;
    background: url("/lib/cmn_img/top/sec09_bg.png") no-repeat center center/cover;
    width: 609px;
    height: 432px;
    opacity: .05; }
    @media screen and (max-width: 768px) {
      .cmn_cvBox02 .inr::before {
        width: 243px;
        height: 172px;
        top: -25px;
        bottom: auto; } }

.cmn_cvBox02 .copy02 {
  color: #fff;
  font-size: 2.2rem;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .cmn_cvBox02 .copy02 {
      font-size: 1.5rem; } }

.cmn_cvBox02 .tx {
  color: #fff;
  margin: 10px auto 25px;
  font-size: 1.8rem; }
  @media screen and (max-width: 768px) {
    .cmn_cvBox02 .tx {
      font-size: 1.3rem;
      margin-bottom: 15px; } }

.accordion {
  margin-bottom: 20px; }
  @media screen and (max-width: 768px) {
    .accordion {
      margin-bottom: 10px; } }
  .accordion dt > p, .accordion dd > p {
    padding-left: 70px;
    position: relative;
    display: block; }
    @media screen and (max-width: 768px) {
      .accordion dt > p, .accordion dd > p {
        padding-left: 44px; } }
    .accordion dt > p::before, .accordion dd > p::before {
      content: "Q";
      position: absolute;
      top: 50%;
      left: 0%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
      background: #2539b5;
      border-radius: 90px;
      padding: 14px 0;
      text-align: center;
      color: #fff;
      font-family: "Lato", sans-serif !important;
      font-weight: 400;
      line-height: 1;
      font-size: 2.0rem; }
      @media screen and (max-width: 768px) {
        .accordion dt > p::before, .accordion dd > p::before {
          width: 30px;
          height: 30px;
          font-size: 1.4rem;
          padding: 7px 0; } }
  .accordion dt {
    padding: 23px 50px 23px 15px;
    background: #fff;
    border-radius: 90px;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .accordion dt {
        border-radius: 5px;
        overflow: hidden;
        padding: 15px 35px 15px 15px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .accordion dt {
      border-radius: 3px; } }
    .accordion dt::before {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 25px;
      width: 15px;
      height: 2px;
      background: #151e49; }
      @media screen and (max-width: 768px) {
        .accordion dt::before {
          width: 10px;
          right: 16px; } }
    .accordion dt::after {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 32px;
      width: 2px;
      height: 15px;
      background: #151e49; }
      @media screen and (max-width: 768px) {
        .accordion dt::after {
          height: 10px;
          right: 20px; } }
    .accordion dt > p {
      font-size: 1.8rem;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .accordion dt > p {
          font-size: 1.3rem; } }
    .accordion dt.active::after {
      display: none; }
  .accordion dd {
    display: none;
    padding: 20px 15px 30px; }
    @media screen and (max-width: 768px) {
      .accordion dd {
        padding: 15px 0 25px 15px; } }
    .accordion dd > p {
      display: block;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .accordion dd > p {
          font-size: 1.2rem; } }
      .accordion dd > p::before {
        top: 20px;
        content: "A";
        background-color: #e3e9f3;
        color: #2539b5; }

.cmn_interviewList li {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .cmn_interviewList li .thum {
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .thum {
        border-radius: 10px; } }
  .cmn_interviewList li .day {
    font-size: 1.3rem;
    padding-left: 20px;
    background: url("/lib/cmn_img/icon_check.png") no-repeat center left/12px 9px;
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .day {
        font-size: 1.1rem;
        margin-bottom: 7px; } }
  .cmn_interviewList li .ttl {
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: 1.7;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    width: calc(100% - 130px); }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .ttl {
        font-size: 1.3rem;
        margin-bottom: 0;
        margin-top: 15px;
        margin-right: 15px;
        width: calc(100% - 90px); } }
  .cmn_interviewList li .logo {
    margin-top: 20px;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    height: 110px;
    background: #fff;
    position: relative;
    border-radius: 5px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .logo {
        border-radius: 3px; } }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .logo {
        width: 75px;
        height: 75px;
        margin-top: 15px; } }
    .cmn_interviewList li .logo img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      display: inline-block;
      max-width: 80px;
      max-height: 80px; }
      @media screen and (max-width: 768px) {
        .cmn_interviewList li .logo img {
          max-width: 60px;
          max-height: 60px; } }
  .cmn_interviewList li .company {
    line-height: 1;
    padding: 9px 15px;
    border-radius: 90px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.2rem;
    color: #fff;
    background: #2539b5;
    margin: 10px 10px 10px auto; }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .company {
        font-size: 1.0rem;
        margin: 2px 8px 2px auto;
        padding: 8px 10px;
        margin-top: 5px;
        margin-bottom: 5px; } }
  .cmn_interviewList li .name {
    font-size: 1.3rem;
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0; }
    @media screen and (max-width: 768px) {
      .cmn_interviewList li .name {
        font-size: 1.0rem;
        margin: 5px auto; } }
  @media (hover: hover) and (pointer: fine) {
    .cmn_interviewList li:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmn_interviewList li:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px); } }

@media screen and (max-width: 768px) {
  .cmn_navList {
    text-align: left;
    font-size: 0; } }

.cmn_navList > li {
  font-size: 1.6rem;
  padding-left: 22px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer; }
  @media screen and (max-width: 768px) {
    .cmn_navList > li {
      font-size: 1.3rem;
      margin: 3px 0;
      width: 50%;
      display: inline-block;
      vertical-align: middle; } }
  .cmn_navList > li::before {
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 52%;
    left: 0%;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    background: #cdd5e0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .cmn_navList > li.last {
    margin-right: 0; }
  .cmn_navList > li.current::before {
    background-color: #2539b5; }
  @media (hover: hover) and (pointer: fine) {
    .cmn_navList > li:hover::before {
      width: 13px;
      height: 13px; } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .cmn_navList > li:hover::before {
      width: 13px;
      height: 13px; } }

.cmn_newsList > li {
  border-top: 1px solid #ddd; }
  .cmn_newsList > li a {
    display: block;
    padding: 30px 70px 30px 10px;
    font-size: 0;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cmn_newsList > li a {
        padding: 18px 40px 18px 5px; } }
    .cmn_newsList > li a::before {
      content: "";
      width: 40px;
      height: 40px;
      border-radius: 90px;
      border: 1px solid #2539b5;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -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_newsList > li a::before {
          width: 30px;
          height: 30px;
          right: 0; } }
    .cmn_newsList > li a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 26px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(/lib/cmn_img/arw_bl.png) no-repeat center center/cover;
      width: 7px;
      height: 9px;
      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_newsList > li a::after {
          width: 6px;
          height: 7px;
          right: 12px; } }
    .cmn_newsList > li a .day {
      width: 90px;
      display: inline-block;
      vertical-align: middle;
      font-size: 1.4rem;
      font-family: "Lato", sans-serif !important;
      font-weight: 400; }
      @media screen and (max-width: 768px) {
        .cmn_newsList > li a .day {
          font-size: 1.1rem;
          width: 72px; } }
    .cmn_newsList > li a .cate {
      width: 115px;
      display: inline-block;
      vertical-align: middle;
      background: #fff;
      border-radius: 90px;
      text-align: center;
      font-size: 1.4rem;
      padding: 10px;
      line-height: 1;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        .cmn_newsList > li a .cate {
          width: 90px;
          font-size: 1.1rem;
          padding: 7px 0; } }
    .cmn_newsList > li a .tx {
      width: calc(100% - 225px);
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .cmn_newsList > li a .tx {
          width: 100%;
          display: block;
          font-size: 1.2rem;
          margin-top: 8px; } }
    @media (hover: hover) and (pointer: fine) {
      .cmn_newsList > li a:hover {
        padding-left: 15px; }
        .cmn_newsList > li a:hover::before {
          right: 5px;
          background-color: #e3e9f3;
          border-color: #e3e9f3; }
        .cmn_newsList > li a:hover::after {
          right: 21px; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cmn_newsList > li a:hover {
        padding-left: 15px; }
        .cmn_newsList > li a:hover::before {
          right: 5px;
          background-color: #e3e9f3;
          border-color: #e3e9f3; }
        .cmn_newsList > li a:hover::after {
          right: 21px; } }
  .cmn_newsList > li.last {
    border-bottom: 1px solid #ddd; }

.mvStyle_01 {
  background: no-repeat center center / cover; }
  .mvStyle_01 .inr {
    position: relative;
    background: url("/lib/cmn_img/bg_logo_wh.png") no-repeat top -20px right;
    padding: 190px 0 120px 0; }
    @media screen and (max-width: 768px) {
      .mvStyle_01 .inr {
        padding: 45px 0;
        background-size: 80% auto;
        background-position: bottom -40px right; } }
    .mvStyle_01 .inr .ttlStyle_01 {
      margin-bottom: 0; }
    .mvStyle_01 .inr .breadcrumb {
      position: absolute;
      bottom: 25px;
      right: 0;
      text-align: right;
      width: 100%; }
      @media screen and (max-width: 768px) {
        .mvStyle_01 .inr .breadcrumb {
          bottom: 15px; } }

.mvStyle_02 {
  position: relative;
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .mvStyle_02 {
      margin-bottom: 10px; } }
  .mvStyle_02::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    background: url("/lib/cmn_img/bg_logo.png") no-repeat right top/contain;
    width: 51%;
    height: 700px;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .mvStyle_02::before {
        width: 70%;
        height: 250px;
        top: -10px; } }
  .mvStyle_02 .pageTtl {
    padding: 180px 0 50px;
    margin-bottom: 0; }
    @media screen and (max-width: 768px) {
      .mvStyle_02 .pageTtl {
        padding: 30px 0 15px; } }
    @media screen and (max-width: 768px) {
      .mvStyle_02 .pageTtl > p {
        padding-top: 10px;
        padding-bottom: 10px; } }
  .mvStyle_02 .imgArea {
    margin-top: 15px;
    width: 100%;
    height: 460px;
    background: no-repeat center center / cover; }
    @media screen and (max-width: 768px) {
      .mvStyle_02 .imgArea {
        height: 150px; } }

@media screen and (max-width: 768px) {
  .mvStyle_01 .pageTtl > p, .mvStyle_02 .pageTtl > p {
    font-size: 2.2rem;
    line-height: 1.6; } }

.mvStyle_01 .pageTtl > p span, .mvStyle_02 .pageTtl > p span {
  display: inline-block;
  margin-left: 15px; }
  @media screen and (max-width: 768px) {
    .mvStyle_01 .pageTtl > p span, .mvStyle_02 .pageTtl > p span {
      display: block;
      margin: 2px 0 0 0; } }

.cmn_linkList {
  background-color: none; }
  .cmn_linkList > li a {
    padding: 60px 130px 60px 60px;
    border-radius: 15px;
    overflow: hidden;
    background: #e3e9f3;
    display: block;
    position: relative; }
    @media screen and (max-width: 768px) {
      .cmn_linkList > li a {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .cmn_linkList > li a {
        padding: 20px 60px 22px 20px; } }
    .cmn_linkList > li a::before {
      content: "";
      width: 65px;
      height: 65px;
      background: #fff;
      border-radius: 90px;
      position: absolute;
      top: 50%;
      right: 40px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      -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_linkList > li a::before {
          width: 30px;
          height: 30px;
          right: 15px; } }
    .cmn_linkList > li a::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 68px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url("/lib/cmn_img/arw01.png") no-repeat center center/cover;
      width: 7px;
      height: 9px;
      -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_linkList > li a::after {
          right: 27px;
          width: 6px;
          height: 7px; } }
    .cmn_linkList > li a .in {
      display: table;
      width: 100%; }
      .cmn_linkList > li a .in .inin {
        display: table-cell;
        vertical-align: middle; }
    .cmn_linkList > li a .ttlStyle_01 {
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .cmn_linkList > li a .ttlStyle_01 {
          margin-bottom: 0; } }
      .cmn_linkList > li a .ttlStyle_01 > p {
        font-size: 2.8rem; }
        @media screen and (max-width: 768px) {
          .cmn_linkList > li a .ttlStyle_01 > p {
            font-size: 1.6rem; } }
        .cmn_linkList > li a .ttlStyle_01 > p span {
          font-size: 1.4rem; }
          @media screen and (max-width: 768px) {
            .cmn_linkList > li a .ttlStyle_01 > p span {
              font-size: 1.2rem; } }
    @media screen and (max-width: 768px) {
      .cmn_linkList > li a .tx {
        font-size: 1.1rem; } }
    @media (hover: hover) and (pointer: fine) {
      .cmn_linkList > li a:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
        .cmn_linkList > li a:hover::before {
          background-color: #151e49;
          right: 35px; }
        .cmn_linkList > li a:hover::after {
          background-image: url("/lib/cmn_img/arw01_wh.png");
          right: 63px; } }
    @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cmn_linkList > li a:hover {
        -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
        transform: translateY(5px); }
        .cmn_linkList > li a:hover::before {
          background-color: #151e49;
          right: 35px; }
        .cmn_linkList > li a:hover::after {
          background-image: url("/lib/cmn_img/arw01_wh.png");
          right: 63px; } }

.cmn_listStyle01 > li {
  list-style: disc;
  margin-left: 18px; }
  @media screen and (max-width: 768px) {
    .cmn_listStyle01 > li {
      font-size: 1.2rem; } }

.cmn_nameTx {
  font-size: 1.2rem;
  color: #2539b5; }
  @media screen and (max-width: 768px) {
    .cmn_nameTx {
      font-size: 1.1rem;
      text-align: center; } }
  .cmn_nameTx span {
    background: #2539b5;
    font-size: 2.2rem;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 8px 15px;
    display: inline-block;
    margin-right: 10px;
    line-height: 1;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .cmn_nameTx span {
        border-radius: 3px; } }
    @media screen and (max-width: 768px) {
      .cmn_nameTx span {
        font-size: 1.6rem;
        padding: 6px 15px; } }

.cmn_kigyoBox {
  border: 1px solid #151e49;
  border-radius: 15px;
  overflow: hidden;
  background: #fff; }
  @media screen and (max-width: 768px) {
    .cmn_kigyoBox {
      border-radius: 10px; } }
  .cmn_kigyoBox .boxTtl {
    background: #151e49;
    line-height: 1.7;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .cmn_kigyoBox .boxTtl {
        font-size: 1.4rem;
        padding: 8px; } }
  .cmn_kigyoBox .txBox {
    padding: 50px 60px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cmn_kigyoBox .txBox {
        padding: 25px 20px; } }
    .cmn_kigyoBox .txBox .logoList {
      max-width: 800px;
      width: 100%;
      margin: 0 auto;
      text-align: center; }
      .cmn_kigyoBox .txBox .logoList > li {
        display: inline-block;
        vertical-align: middle;
        margin: 15px; }
        @media screen and (max-width: 768px) {
          .cmn_kigyoBox .txBox .logoList > li {
            margin: 7px; } }
        .cmn_kigyoBox .txBox .logoList > li.logo01 {
          width: 256px; }
          @media screen and (max-width: 768px) {
            .cmn_kigyoBox .txBox .logoList > li.logo01 {
              max-width: 180px;
              width: 100%; } }
        .cmn_kigyoBox .txBox .logoList > li.logo02 {
          width: 428px; }
          @media screen and (max-width: 768px) {
            .cmn_kigyoBox .txBox .logoList > li.logo02 {
              max-width: 239px;
              width: 100%; } }
        .cmn_kigyoBox .txBox .logoList > li.logo03 {
          width: 322px; }
          @media screen and (max-width: 768px) {
            .cmn_kigyoBox .txBox .logoList > li.logo03 {
              max-width: 210px;
              width: 100%; } }
        .cmn_kigyoBox .txBox .logoList > li.logo04 {
          width: 285px; }
          @media screen and (max-width: 768px) {
            .cmn_kigyoBox .txBox .logoList > li.logo04 {
              max-width: 170px;
              width: 100%; } }

.cmn_pointList {
  text-align: left; }
  .cmn_pointList > li {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .cmn_pointList > li {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .cmn_pointList > li {
        margin-bottom: 20px !important;
        padding: 15px 20px 20px; } }
    .cmn_pointList > li .ttl {
      line-height: 1.7;
      padding-top: 60px;
      font-size: 2.0rem;
      color: #2539b5;
      margin-bottom: 5px;
      position: relative;
      display: block;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .cmn_pointList > li .ttl {
          font-size: 1.4rem;
          padding-top: 35px; } }
      .cmn_pointList > li .ttl::before {
        content: "01";
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 50px;
        height: 50px;
        padding: 13px 0;
        text-align: center;
        border-radius: 90px;
        color: #fff;
        font-size: 1.4rem;
        background: #2539b5; }
        @media screen and (max-width: 768px) {
          .cmn_pointList > li .ttl::before {
            font-size: 1.0rem;
            width: 28px;
            height: 28px;
            padding: 6px 0; } }
    .cmn_pointList > li:nth-child(2) .ttl::before {
      content: "02"; }
    .cmn_pointList > li:nth-child(3) .ttl::before {
      content: "03"; }
    .cmn_pointList > li:nth-child(4) .ttl::before {
      content: "04"; }
    .cmn_pointList > li:nth-child(5) .ttl::before {
      content: "05"; }
    .cmn_pointList > li:nth-child(6) .ttl::before {
      content: "06"; }
    .cmn_pointList > li:nth-child(7) .ttl::before {
      content: "07"; }
    .cmn_pointList > li:nth-child(8) .ttl::before {
      content: "08"; }
    .cmn_pointList > li:nth-child(9) .ttl::before {
      content: "09"; }
    .cmn_pointList > li:nth-child(10) .ttl::before {
      content: "10"; }
    @media screen and (max-width: 768px) {
      .cmn_pointList > li:nth-child(3n) {
        margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .cmn_pointList > li:nth-child(2n) {
        margin-right: 0; } }

.cmn_caseList > li {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .cmn_caseList > li {
      border-radius: 3px; } }
  @media screen and (max-width: 768px) {
    .cmn_caseList > li {
      margin-top: 10px; } }
  .cmn_caseList > li .caseTtl {
    background: #11a1b2;
    padding: 15px;
    color: #fff;
    font-size: 2.0rem;
    line-height: 1.7;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .cmn_caseList > li .caseTtl {
        font-size: 1.3rem;
        padding: 10px 5px;
        position: relative; } }
    .cmn_caseList > li .caseTtl span {
      vertical-align: middle;
      display: inline-block;
      margin-right: 10px;
      font-size: 1.0rem;
      color: #11a1b2;
      background: #fff;
      width: 36px;
      height: 36px;
      background: #fff;
      border-radius: 90px;
      text-align: center;
      padding: 13px 0;
      line-height: 1; }
      @media screen and (max-width: 768px) {
        .cmn_caseList > li .caseTtl span {
          -webkit-transform: scale(0.65);
          -ms-transform: scale(0.65);
          transform: scale(0.65);
          margin-right: 1px;
          margin-bottom: 4px;
          position: absolute;
          top: 2px;
          left: 2px; } }
  .cmn_caseList > li .txBox {
    background: #e6f7f9;
    padding: 60px;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      .cmn_caseList > li .txBox {
        padding: 20px 20px 30px; } }
    .cmn_caseList > li .txBox .voiceList > li {
      margin-bottom: 15px;
      font-size: 0;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .cmn_caseList > li .txBox .voiceList > li {
          margin-bottom: 10px; } }
      .cmn_caseList > li .txBox .voiceList > li .thum {
        width: 105px;
        float: left;
        border: none; }
        @media screen and (max-width: 768px) {
          .cmn_caseList > li .txBox .voiceList > li .thum {
            width: 50px; } }
      .cmn_caseList > li .txBox .voiceList > li .fuki {
        width: calc(100% - 130px);
        position: relative;
        float: right;
        padding-left: 10px; }
        @media screen and (max-width: 768px) {
          .cmn_caseList > li .txBox .voiceList > li .fuki {
            width: calc(100% - 55px);
            padding-left: 6px; } }
        .cmn_caseList > li .txBox .voiceList > li .fuki::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          display: inline-block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 10px 10px 10px 0px;
          border-color: transparent #fff transparent transparent; }
          @media screen and (max-width: 768px) {
            .cmn_caseList > li .txBox .voiceList > li .fuki::before {
              top: 15px;
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0); } }
        .cmn_caseList > li .txBox .voiceList > li .fuki p {
          font-size: 1.5rem;
          background: #fff;
          border-radius: 15px;
          overflow: hidden;
          overflow: inherit;
          padding: 25px; }
          @media screen and (max-width: 768px) {
            .cmn_caseList > li .txBox .voiceList > li .fuki p {
              border-radius: 10px; } }
          @media screen and (max-width: 768px) {
            .cmn_caseList > li .txBox .voiceList > li .fuki p {
              font-size: 1.1rem;
              padding: 15px;
              line-height: 1.7; } }
          .cmn_caseList > li .txBox .voiceList > li .fuki p span {
            display: inline-block;
            font-size: 1.3rem;
            border: 1px solid #11a1b2;
            border-radius: 5px;
            overflow: hidden;
            padding: 4px 10px;
            line-height: 1;
            vertical-align: middle;
            margin-right: 10px;
            color: #11a1b2;
            margin-bottom: 3px; }
            @media screen and (max-width: 768px) {
              .cmn_caseList > li .txBox .voiceList > li .fuki p span {
                border-radius: 3px; } }
            @media screen and (max-width: 768px) {
              .cmn_caseList > li .txBox .voiceList > li .fuki p span {
                font-size: 1.0rem;
                padding: 2px 5px;
                margin-right: 6px; } }
      .cmn_caseList > li .txBox .voiceList > li:nth-child(2n) .thum {
        float: right; }
      .cmn_caseList > li .txBox .voiceList > li:nth-child(2n) .fuki {
        float: left;
        padding-left: 0;
        padding-right: 10px; }
        @media screen and (max-width: 768px) {
          .cmn_caseList > li .txBox .voiceList > li:nth-child(2n) .fuki {
            padding-right: 6px;
            padding-left: 0; } }
        .cmn_caseList > li .txBox .voiceList > li:nth-child(2n) .fuki::before {
          border-width: 10px 0px 10px 10px;
          border-color: transparent transparent transparent #fff;
          left: auto;
          right: 0; }
        .cmn_caseList > li .txBox .voiceList > li:nth-child(2n) .fuki p span {
          color: #2539b5;
          border-color: #2539b5; }
      .cmn_caseList > li .txBox .voiceList > li.last {
        margin-bottom: 0; }
    .cmn_caseList > li .txBox .pointArea {
      margin-top: 40px; }
      @media screen and (max-width: 768px) {
        .cmn_caseList > li .txBox .pointArea {
          margin-top: 30px; } }
      .cmn_caseList > li .txBox .pointArea .ttl {
        text-align: center;
        font-size: 2.2rem;
        margin-bottom: 20px;
        line-height: 1.7; }
        @media screen and (max-width: 768px) {
          .cmn_caseList > li .txBox .pointArea .ttl {
            font-size: 1.5rem;
            margin-bottom: 12px; } }
        .cmn_caseList > li .txBox .pointArea .ttl span {
          font-size: 1.4rem;
          display: block; }
          @media screen and (max-width: 768px) {
            .cmn_caseList > li .txBox .pointArea .ttl span {
              font-size: 1.0rem; } }
      .cmn_caseList > li .txBox .pointArea .pointList > li {
        font-size: 1.7rem;
        display: block;
        background: url("/lib/cmn_img/feature/sec02_icon01.png") no-repeat left top 19px/22px 22px;
        padding: 13px 0 13px 34px;
        border-top: 1px solid #11a1b2; }
        @media screen and (max-width: 768px) {
          .cmn_caseList > li .txBox .pointArea .pointList > li {
            font-size: 1.3rem;
            line-height: 1.7;
            background-size: 14px 14px;
            padding-left: 22px;
            background-position: left top 16px; } }
        .cmn_caseList > li .txBox .pointArea .pointList > li span {
          font-weight: bold;
          color: #11a1b2; }
        .cmn_caseList > li .txBox .pointArea .pointList > li.last {
          border-bottom: 1px solid #11a1b2; }

.cmn_caseList .moreBtn, .cmn_caseList .moreBtn02 {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  display: block;
  background: #fff;
  border-radius: 90px;
  position: relative;
  padding: 20px 30px;
  text-align: left;
  -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_caseList .moreBtn, .cmn_caseList .moreBtn02 {
      max-width: 100%;
      padding: 12px 22px; } }
  .cmn_caseList .moreBtn::before, .cmn_caseList .moreBtn02::before {
    content: "やり取りを見る";
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 1.5rem;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .cmn_caseList .moreBtn::before, .cmn_caseList .moreBtn02::before {
        font-size: 1.2rem; } }
  .cmn_caseList .moreBtn::after, .cmn_caseList .moreBtn02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url("/lib/cmn_img/arw_btm.png") no-repeat center center/cover;
    width: 10px;
    height: 6px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
  .cmn_caseList .moreBtn.on-click, .cmn_caseList .moreBtn02.on-click {
    margin-top: 25px; }
    .cmn_caseList .moreBtn.on-click::before, .cmn_caseList .moreBtn02.on-click::before {
      content: "閉じる"; }
    .cmn_caseList .moreBtn.on-click::after, .cmn_caseList .moreBtn02.on-click::after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      top: 45%; }

.cmn_caseList .hideArea, .cmn_caseList .hideArea02 {
  display: none; }

.cmn_caseList .accordion {
  margin: 0; }

.cmn_caseList dt {
  padding: 0; }
  .cmn_caseList dt::before, .cmn_caseList dt::after {
    background: #fff;
    z-index: 9; }
  .cmn_caseList dt > p::before, .cmn_caseList dt > p::after {
    content: none; }
  .cmn_caseList dt .caseTtl {
    border-radius: 5px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cmn_caseList dt .caseTtl {
        border-radius: 3px; } }

.cmn_caseList dd {
  display: none;
  padding: 20px 0 20px 0; }
  .cmn_caseList dd .txBox {
    border-radius: 15px;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .cmn_caseList dd .txBox {
        border-radius: 10px; } }

.secSponsor .inr {
  border-radius: 15px;
  overflow: hidden;
  padding: 60px;
  background: #e3e9f3;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .secSponsor .inr {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .secSponsor .inr {
      padding: 25px 20px; } }
  .secSponsor .inr .copy {
    font-weight: 500;
    font-size: 2.6rem; }
    @media screen and (max-width: 768px) {
      .secSponsor .inr .copy {
        font-size: 1.8rem; } }
  .secSponsor .inr .tx01 {
    font-size: 1.6rem;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .secSponsor .inr .tx01 {
        font-size: 1.3rem;
        text-align: left; } }
  .secSponsor .inr .sponsorList {
    margin: 25px auto 0; }
    @media screen and (max-width: 768px) {
      .secSponsor .inr .sponsorList {
        margin-top: 15px; } }
  @media screen and (max-width: 768px) {
    .secSponsor .inr .sponsorList > li {
      margin-bottom: 15px; } }
  .secSponsor .inr .sponsorList > li a {
    display: block;
    background: #fff url("../cmn_img/icon_link.png") no-repeat right 15px bottom 15px/12px 12px;
    border-radius: 15px;
    overflow: hidden;
    padding: 25px 35px 20px 35px; }
    @media screen and (max-width: 768px) {
      .secSponsor .inr .sponsorList > li a {
        border-radius: 10px; } }
    @media screen and (max-width: 768px) {
      .secSponsor .inr .sponsorList > li a {
        padding: 15px 15px 12px 15px; } }
    .secSponsor .inr .sponsorList > li a .logo {
      display: table;
      margin: 0 auto 25px; }
      @media screen and (max-width: 768px) {
        .secSponsor .inr .sponsorList > li a .logo {
          margin-bottom: 15px; } }
      .secSponsor .inr .sponsorList > li a .logo span {
        display: table-cell;
        vertical-align: middle; }
    .secSponsor .inr .sponsorList > li a .logo01, .secSponsor .inr .sponsorList > li a .logo02, .secSponsor .inr .sponsorList > li a .logo03 {
      width: 100%; }
    .secSponsor .inr .sponsorList > li a .logo01 {
      max-width: 161px; }
      @media screen and (max-width: 768px) {
        .secSponsor .inr .sponsorList > li a .logo01 {
          max-width: 80px; } }
    .secSponsor .inr .sponsorList > li a .logo02 {
      max-width: 172px; }
      @media screen and (max-width: 768px) {
        .secSponsor .inr .sponsorList > li a .logo02 {
          max-width: 86px; } }
    .secSponsor .inr .sponsorList > li a .logo03 {
      max-width: 221px; }
      @media screen and (max-width: 768px) {
        .secSponsor .inr .sponsorList > li a .logo03 {
          max-width: 90px; } }
    .secSponsor .inr .sponsorList > li a .ttl {
      text-align: center;
      font-size: 1.8rem;
      border-top: 1px solid #ddd;
      padding-top: 15px;
      line-height: 1.7; }
      @media screen and (max-width: 768px) {
        .secSponsor .inr .sponsorList > li a .ttl {
          font-size: 1.3rem;
          padding-top: 10px; } }
      .secSponsor .inr .sponsorList > li a .ttl span {
        display: block;
        font-size: 1.2rem; }
        @media screen and (max-width: 768px) {
          .secSponsor .inr .sponsorList > li a .ttl span {
            font-size: 1.0rem; } }
    .secSponsor .inr .sponsorList > li a .tx {
      font-size: 1.4rem;
      text-align: left;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .secSponsor .inr .sponsorList > li a .tx {
          font-size: 1.1rem;
          line-height: 1.7; } }
    .secSponsor .inr .sponsorList > li a:hover {
      opacity: .8; }

/*----------------------------------------------------
	☆Table
----------------------------------------------------*/
table.tblStyle_01 {
  border-collapse: collapse;
  border-left: 1px solid #D0D0D2;
  border-top: 1px solid #D0D0D2;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  table.tblStyle_01 tr th, table.tblStyle_01 tr td {
    border-right: 1px solid #D0D0D2;
    border-bottom: 1px solid #D0D0D2;
    line-height: 1.7;
    padding: 18px 20px 15px;
    text-align: left;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      table.tblStyle_01 tr th, table.tblStyle_01 tr td {
        display: block;
        width: 100% !important;
        padding: 12px; } }
  table.tblStyle_01 tr th {
    background-color: #E7E7E7;
    vertical-align: middle;
    text-align: center; }
  table.tblStyle_01 tr.head th {
    background-color: #606060;
    color: #FFF; }
  table.tblStyle_01 tr.total th, table.tblStyle_01 tr td {
    background-color: #FEFDFB; }
  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; }

/*----*/
table.tblStyle_02 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  table.tblStyle_02 tr th, table.tblStyle_02 tr td {
    background-color: #fff;
    line-height: 1.4;
    padding: 20px 20px 17px;
    text-align: left;
    color: #333 !important; }
    @media screen and (max-width: 768px) {
      table.tblStyle_02 tr th, table.tblStyle_02 tr td {
        display: block;
        width: 100% !important; } }
  @media screen and (max-width: 768px) {
    table.tblStyle_02 tr th {
      padding: 15px 10px 5px 10px; } }
  @media screen and (max-width: 768px) {
    table.tblStyle_02 tr td {
      padding: 5px 10px 15px 10px; } }
  table.tblStyle_02 tr:nth-child(odd) th, table.tblStyle_02 tr:nth-child(odd) td {
    background-color: #eaf6f3; }

/*----*/
table.tblStyle_03 {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word; }
  table.tblStyle_03 tr {
    border-top: 1px solid #ddd; }
    table.tblStyle_03 tr.last {
      border-bottom: 1px solid #ddd; }
      table.tblStyle_03 tr.last th::after {
        content: "";
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #2539b5; }
    table.tblStyle_03 tr th {
      position: relative;
      color: #2539b5; }
      table.tblStyle_03 tr th::before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #2539b5; }
    table.tblStyle_03 tr th, table.tblStyle_03 tr td {
      line-height: 1.4;
      padding: 25px 10px;
      text-align: left;
      line-height: 1.8; }
      @media screen and (max-width: 768px) {
        table.tblStyle_03 tr th, table.tblStyle_03 tr td {
          padding: 12px 5px; } }

/*----*/
.bg01 {
  color: #fff;
  background-color: #151e49 !important; }

.hoverEf_01 {
  display: block; }
  @media (hover: hover) and (pointer: fine) {
    .hoverEf_01:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.05); } }
  @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .hoverEf_01:hover {
      -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
      transform: translateY(5px);
      -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.05);
      box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.05); } }

.brL {
  display: block;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .brL {
      border-radius: 10px; } }

.ttlStyle_01 {
  text-align: left;
  margin-bottom: 45px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_01 {
      margin-bottom: 25px; } }
  .ttlStyle_01 > p {
    display: block;
    padding: 8px 0 8px 80px;
    font-size: 4.0rem;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: center left; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01 > p {
        font-size: 2.2rem;
        padding-left: 55px; } }
    .ttlStyle_01 > p span {
      font-size: 1.6rem;
      color: #aaa;
      font-family: "Lato", sans-serif !important;
      font-weight: 400;
      display: block; }
      @media screen and (max-width: 768px) {
        .ttlStyle_01 > p span {
          font-size: 1.2rem;
          margin: 0; } }
  .ttlStyle_01.sitemap > p {
    background-image: url("/lib/cmn_img/icon_sitemap.png");
    background-size: 74px 62px;
    padding-left: 95px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.sitemap > p {
        background-size: 52px 43px;
        padding-left: 75px; } }
  .ttlStyle_01.recruit > p {
    background-image: url("/lib/cmn_img/icon_recruit.png");
    background-size: 66px 60px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.recruit > p {
        background-size: 46px 42px;
        padding-left: 65px; } }
  .ttlStyle_01.scouted > p {
    background-image: url("/lib/cmn_img/icon_message.png");
    background-size: 70px 58px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.scouted > p {
        background-size: 49px 40px;
        padding-left: 65px; } }
  .ttlStyle_01.strengths > p {
    background-image: url("/lib/cmn_img/icon_strengths.png");
    background-size: 50px 73px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.strengths > p {
        background-size: 35px 51px; } }
  .ttlStyle_01.members > p {
    padding-left: 110px;
    background-image: url("/lib/cmn_img/icon_members.png");
    background-size: 70px 78px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.members > p {
        background-size: 49px 54px;
        padding-left: 70px; } }
  .ttlStyle_01.column > p {
    background-image: url("/lib/cmn_img/icon_column.png");
    background-size: 59px 68px;
    padding-left: 95px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.column > p {
        background-size: 41px 47px;
        padding-left: 75px; } }
  .ttlStyle_01.voice > p {
    background-image: url("/lib/cmn_img/icon_voice.png");
    background-size: 72px 74px;
    padding-left: 100px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.voice > p {
        background-size: 50px 51px;
        padding-left: 70px; } }
  .ttlStyle_01.step > p {
    background-image: url("/lib/cmn_img/icon_step.png");
    background-size: 54px 69px;
    padding-left: 85px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.step > p {
        background-size: 37px 48px;
        padding-left: 60px; } }
  .ttlStyle_01.faq > p {
    background-image: url("/lib/cmn_img/icon_faq.png");
    background-size: 63px 62px;
    padding-left: 85px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.faq > p {
        background-size: 44px 43px;
        padding-left: 65px; } }
  .ttlStyle_01.news > p {
    background-image: url("/lib/cmn_img/icon_news.png");
    background-size: 59px 62px;
    padding-left: 90px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.news > p {
        background-size: 41px 43px;
        padding-left: 60px; } }
  .ttlStyle_01.interview > p {
    background-image: url("/lib/cmn_img/icon_interview.png");
    background-size: 41px 66px;
    padding-left: 70px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.interview > p {
        background-size: 28px 46px;
        padding-left: 50px; } }
  .ttlStyle_01.contact > p {
    background-image: url("/lib/cmn_img/icon_contact.png");
    background-size: 62px 47px;
    padding-left: 90px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.contact > p {
        background-size: 43px 32px;
        padding-left: 65px; } }
  .ttlStyle_01.form > p {
    background-image: url("/lib/cmn_img/icon_form.png");
    background-size: 63px 65px;
    padding-left: 90px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.form > p {
        background-size: 44px 45px;
        padding-left: 65px; } }
  .ttlStyle_01.company > p {
    background-image: url("/lib/cmn_img/icon_company.png");
    background-size: 74px 64px;
    padding-left: 115px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.company > p {
        background-size: 51px 45px;
        padding-left: 75px; } }
  .ttlStyle_01.privacy > p {
    background-image: url("/lib/cmn_img/icon_privacy.png");
    background-size: 63px 62px;
    padding-left: 90px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.privacy > p {
        background-size: 44px 49px;
        padding-left: 62px; } }
  .ttlStyle_01.for > p {
    background-image: url("/lib/cmn_img/icon_for.png");
    background-size: 48px 64px;
    padding-left: 85px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01.for > p {
        background-size: 33px 45px;
        padding-left: 60px; } }
  .ttlStyle_01.for.wh > p {
    background-image: url("/lib/cmn_img/icon_for_wh.png"); }

.ttlStyle_02 {
  font-size: 3.0rem;
  margin-bottom: 30px;
  line-height: 1.65; }
  @media screen and (max-width: 768px) {
    .ttlStyle_02 {
      font-size: 1.8rem;
      margin-bottom: 25px; } }
  .ttlStyle_02 span {
    color: #aaa;
    font-size: 1.4rem;
    font-family: "Lato", sans-serif !important;
    font-weight: 400;
    display: block; }
    @media screen and (max-width: 768px) {
      .ttlStyle_02 span {
        font-size: 1.1rem; } }
  .ttlStyle_02.big {
    font-size: 3.6rem; }
    @media screen and (max-width: 768px) {
      .ttlStyle_02.big {
        font-size: 2.0rem; } }
    .ttlStyle_02.big span {
      margin-top: 10px;
      font-size: 1.5rem; }
      @media screen and (max-width: 768px) {
        .ttlStyle_02.big span {
          font-size: 1.2rem;
          margin-top: 3px; } }

.ttlStyle_03 {
  margin-bottom: 10px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_03 {
      margin-bottom: 5px; } }
  .ttlStyle_03 span {
    font-size: 2.2rem;
    display: inline-block;
    position: relative;
    color: #2539b5; }
    @media screen and (max-width: 768px) {
      .ttlStyle_03 span {
        font-size: 1.5rem; } }
    .ttlStyle_03 span::before {
      content: "";
      position: absolute;
      top: 50%;
      width: 100px;
      height: 1px;
      background: #2539b5;
      right: -120px; }
      @media screen and (max-width: 768px) {
        .ttlStyle_03 span::before {
          width: 75px;
          right: -90px; } }
  .ttlStyle_03.sml {
    margin-bottom: 2px; }
    @media screen and (max-width: 768px) {
      .ttlStyle_03.sml {
        margin-bottom: 2px; } }
    .ttlStyle_03.sml span {
      font-size: 1.8rem; }
      @media screen and (max-width: 768px) {
        .ttlStyle_03.sml span {
          font-size: 1.4rem; } }

.ttlStyle_04 {
  background: #e3e9f3;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px 22px;
  margin-bottom: 30px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_04 {
      border-radius: 3px; } }
  @media screen and (max-width: 768px) {
    .ttlStyle_04 {
      padding: 9px 15px;
      margin-bottom: 20px; } }
  .ttlStyle_04 span {
    display: block;
    padding-left: 22px;
    font-size: 2.2rem;
    position: relative;
    line-height: 1.7; }
    @media screen and (max-width: 768px) {
      .ttlStyle_04 span {
        font-size: 1.6rem;
        padding-left: 17px; } }
    .ttlStyle_04 span::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 5px;
      height: 80%;
      border-radius: 90px;
      background: #2539b5; }
      @media screen and (max-width: 768px) {
        .ttlStyle_04 span::before {
          width: 4px;
          height: 70%; } }
  .ttlStyle_04.wh {
    background: #fff; }

.ttlStyle_05 {
  margin-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .ttlStyle_05 {
      margin-bottom: 10px; } }
  .ttlStyle_05 span {
    display: inline-block;
    line-height: 1.7;
    font-size: 1.7rem;
    padding-left: 22px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .ttlStyle_05 span {
        font-size: 1.4rem;
        padding-left: 18px; } }
    .ttlStyle_05 span::before {
      content: "";
      position: absolute;
      top: 10px;
      left: 0;
      width: 8px;
      height: 8px;
      background: #2539b5;
      border-radius: 90px; }
      @media screen and (max-width: 768px) {
        .ttlStyle_05 span::before {
          top: 8px;
          width: 6px;
          height: 6px; } }
  .ttlStyle_05.big span {
    font-size: 2.0rem; }
    @media screen and (max-width: 768px) {
      .ttlStyle_05.big span {
        font-size: 1.5rem; } }
    .ttlStyle_05.big span::before {
      top: 13px; }
      @media screen and (max-width: 768px) {
        .ttlStyle_05.big span::before {
          top: 10px; } }

.copyStyle_01 {
  text-align: center;
  line-height: 1.7; }
  .copyStyle_01 span {
    display: inline;
    border-bottom: 2px solid #151e49;
    font-size: 3.2rem; }
    @media screen and (max-width: 768px) {
      .copyStyle_01 span {
        font-size: 2.0rem; } }
  .copyStyle_01.blue {
    color: #2539b5; }
    .copyStyle_01.blue span {
      border-color: #2539b5; }

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

.cmn_markTx01 p {
  font-size: 3.0rem;
  background: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 7px 15px;
  line-height: 2 !important;
  font-weight: 500;
  border-radius: 5px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .cmn_markTx01 p {
      border-radius: 3px; } }
  @media screen and (max-width: 768px) {
    .cmn_markTx01 p {
      font-size: 1.6rem;
      padding: 4px 12px 5px;
      line-height: 2.2 !important; } }
  .cmn_markTx01 p span {
    color: #2539b5; }

.cmn_markTx01.bl p {
  background: #151e49;
  color: #fff; }

.cmn_markTx01.gray p {
  background: #e3e9f3; }

.cmn_markTx02 {
  text-align: center; }
  .cmn_markTx02 > p {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #e3e9f3));
    background: -webkit-linear-gradient(transparent 60%, #e3e9f3 60%);
    background: -o-linear-gradient(transparent 60%, #e3e9f3 60%);
    background: linear-gradient(transparent 60%, #e3e9f3 60%);
    display: inline;
    font-size: 2.2rem; }
    @media screen and (max-width: 768px) {
      .cmn_markTx02 > p {
        font-size: 1.4rem; } }
  .cmn_markTx02.wh > p {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff));
    background: -webkit-linear-gradient(transparent 60%, #fff 60%);
    background: -o-linear-gradient(transparent 60%, #fff 60%);
    background: linear-gradient(transparent 60%, #fff 60%); }

.cmn_secBig {
  width: calc(100% - 80px);
  margin: 0 auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .cmn_secBig {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .cmn_secBig {
      width: calc(100% - 20px); } }
  .cmn_secBig .inr {
    width: calc(100% - 100px); }
    @media screen and (max-width: 768px) {
      .cmn_secBig .inr {
        width: calc(100% - 50px); } }

.paraWrap {
  overflow: hidden; }

.blueTx {
  color: #2539b5; }

.yrwTx {
  color: #ffea5a !important; }

.linkTx {
  text-decoration: underline;
  color: #2539b5; }
  @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; } }

.linkIcon {
  display: inline-block;
  padding-right: 20px;
  margin-right: 5px;
  background: url(/lib/cmn_img/icon_link.png) no-repeat center right/12px 12px; }

.fukiTx {
  text-align: center; }
  .fukiTx span {
    display: inline-block;
    color: #fff;
    background: #2539b5;
    padding: 2px 20px;
    border-radius: 90px;
    position: relative; }
    .fukiTx span::before {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 5px 0px 5px;
      border-color: #2539b5 transparent transparent transparent; }

.cmn_grayBox {
  padding: 45px;
  background: #f3f6fa;
  border-radius: 15px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .cmn_grayBox {
      border-radius: 10px; } }
  @media screen and (max-width: 768px) {
    .cmn_grayBox {
      padding: 25px 20px; } }
  .cmn_grayBox.big {
    padding: 60px; }
    @media screen and (max-width: 768px) {
      .cmn_grayBox.big {
        padding: 25px 20px; } }

.cmn_pageReadCopy {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.7; }
  @media screen and (max-width: 768px) {
    .cmn_pageReadCopy {
      font-size: 1.7rem; } }

.cmn_pageReadTx {
  margin-top: 12px;
  font-size: 1.7rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .cmn_pageReadTx {
      font-size: 1.3rem;
      text-align: left; } }
