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

html {
  font-size: 62.5%;
}

body {
  color: #111;
  font-size: 1.6rem;
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  line-height: 2;
  -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
          animation: fadeIn 2.5s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
  }
}

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

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

a {
  color: #111;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  /*text-decoration: underline;*/
}

.en {
  font-family: "Figtree", sans-serif;
  font-weight: 500;
}

.go {
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}

.min {
  font-family: "Noto Serif JP", 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: -105px;
  padding-top: 105px;
}

@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);
          transform: scale(1);
  opacity: 1;
  -webkit-transform: skewX(0);
          transform: skewX(0);
}

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

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

.imgSlideTop {
  overflow: hidden;
  position: relative;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.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;
  transition: all 1.2s ease 0.2s;
}

.imgSlideTop.active {
  opacity: 1;
}

.imgSlideRight {
  overflow: hidden;
  position: relative;
  opacity: 0.01;
  -webkit-transition: 0.3s;
  transition: 0.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 1s ease-in 0.2s;
  transition: all 1s ease-in 0.2s;
}

.imgSlideRight.active {
  opacity: 1;
}

.fadeTop_02 {
  opacity: 0.01;
  -webkit-transition: 1s;
  transition: 1s;
  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;
  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;
  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);
  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;
}

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

/*----------------------------------------------------
	☆breadcrumb
----------------------------------------------------*/
.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.1rem;
  }
}
.breadcrumb ol li .on {
  opacity: 1;
}
.breadcrumb ol a {
  text-decoration: underline;
  color: #fff;
  opacity: 0.6;
}
@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;
  }
}
.breadcrumb ol .line {
  opacity: 0.4;
}

/*----------------------------------------------------
	☆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 0.15s ease-in-out;
  transition: all 0.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: 110px;
}
@media screen and (max-width: 768px) {
  .secMrg {
    margin-top: 70px;
  }
}

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

.secPad_top {
  padding-top: 110px;
}
@media screen and (max-width: 768px) {
  .secPad_top {
    padding-top: 70px;
  }
}

.secPad_02 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .secPad_02 {
    padding: 50px 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 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .bgHover:hover::before {
    -webkit-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);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .bgHoverWrap:hover .bgHover::before {
    -webkit-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);
            transform: scale(1.05);
  }
}

@media (hover: hover) and (pointer: fine) {
  .bgHoverWrap:hover .bgHover::before {
    -webkit-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);
            transform: scale(1.05);
  }
}

.cmn_ofi {
  position: relative;
  overflow: hidden;
  display: block;
}
.cmn_ofi::before {
  content: "";
  display: block;
  padding-top: 66.66%;
}
.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 0.3s ease-in-out;
  transition: all 0.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);
            transform: scale(1.04);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hoverOn:hover .cmn_ofi img {
    -webkit-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;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcHd .navWrap {
  font-size: 0;
  padding: 35px 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap {
    padding: 35px 20px;
  }
}
.pcHd .navWrap .logo {
  width: 285px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap .logo {
    width: 228px;
  }
}
.pcHd .navWrap .logo a {
  width: 100%;
  height: 46px;
  display: block;
  background: url("/lib/cmn_img/logo_wh.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap .logo a {
    height: 37px;
  }
}
.pcHd .navWrap .navList {
  width: calc(100% - 285px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap .navList {
    width: calc(100% - 228px);
  }
}
.pcHd .navWrap .navList > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap .navList > li {
    margin-right: 15px;
  }
}
.pcHd .navWrap .navList > li > a {
  display: block;
  font-size: 1.4rem;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap .navList > li > a {
    font-size: 1.3rem;
  }
}
.pcHd .navWrap .navList > li > a::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .pcHd .navWrap .navList > li > a:hover::before {
    width: 100%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pcHd .navWrap .navList > li > a:hover::before {
    width: 100%;
  }
}
.pcHd .navWrap .navList > li.recruit, .pcHd .navWrap .navList > li.contact {
  margin-right: 10px;
}
.pcHd .navWrap .navList > li.recruit a, .pcHd .navWrap .navList > li.contact a {
  width: 160px;
  padding: 12px 10px;
  border-radius: 90px;
  text-align: center;
  background: #111;
  color: #fff !important;
}
@media screen and (max-width: 1319px) {
  .pcHd .navWrap .navList > li.recruit a, .pcHd .navWrap .navList > li.contact a {
    width: 120px;
  }
}
.pcHd .navWrap .navList > li.recruit a::before, .pcHd .navWrap .navList > li.contact a::before {
  content: none;
}
.pcHd .navWrap .navList > li.recruit a {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .pcHd .navWrap .navList > li.recruit a:hover {
    background-color: #444;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pcHd .navWrap .navList > li.recruit a:hover {
    background-color: #444;
  }
}
.pcHd .navWrap .navList > li.contact a {
  background: #009d91;
}
@media (hover: hover) and (pointer: fine) {
  .pcHd .navWrap .navList > li.contact a:hover {
    background: #39b0a7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pcHd .navWrap .navList > li.contact a:hover {
    background: #39b0a7;
  }
}
.pcHd .navWrap .navList > li.last {
  margin-right: 0;
}
.pcHd .navWrap .navList > li.megamenu > a {
  padding-right: 16px;
}
.pcHd .navWrap .navList > li.megamenu > a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  background: url("/lib/cmn_img/arw_btm.png") no-repeat center center/cover;
  width: 8px;
  height: 5px;
}
.pcHd .menu_contents {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #009d91;
  z-index: 999;
  padding: 40px 20px;
  text-align: left;
}
.pcHd .menu_contents .linkList {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.pcHd .menu_contents .linkList > li {
  margin-bottom: 0;
}
.pcHd .menu_contents .linkList > li .hoverOn {
  position: relative;
}
.pcHd .menu_contents .linkList > li .thum {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .pcHd .menu_contents .linkList > li .thum {
    border-radius: 6px;
  }
}
.pcHd .menu_contents .linkList > li .thum::before {
  padding-top: 56.25%;
}
.pcHd .menu_contents .linkList > li .ttl {
  margin-top: 15px;
  font-size: 1.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.pcHd .menu_contents .linkList > li .ttl .tx {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  color: #fff;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
@media (hover: hover) and (pointer: fine) {
  .pcHd .menu_contents .linkList > li:hover .ttl {
    margin-left: 5px;
  }
  .pcHd .menu_contents .linkList > li:hover .ttl .btnArw {
    background-color: #fff;
    background-image: url("/lib/cmn_img/arw01.png");
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pcHd .menu_contents .linkList > li:hover .ttl {
    margin-left: 5px;
  }
  .pcHd .menu_contents .linkList > li:hover .ttl .btnArw {
    background-color: #fff;
    background-image: url("/lib/cmn_img/arw01.png");
  }
}
.pcHd.fixed {
  background: #fff;
  -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 .navWrap {
  padding: 15px 40px;
}
@media screen and (max-width: 1319px) {
  .pcHd.fixed .navWrap {
    padding: 15px 20px;
  }
}
.pcHd.fixed .navWrap .logo a {
  background-image: url("/lib/cmn_img/logo.svg");
}
.pcHd.fixed .navWrap .navList > li a {
  color: #111;
}
.pcHd.fixed .navWrap .navList > li a::before {
  background-color: #009d91;
}
@media (hover: hover) and (pointer: fine) {
  .pcHd.fixed .navWrap .navList > li a:hover {
    color: #009d91;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pcHd.fixed .navWrap .navList > li a:hover {
    color: #009d91;
  }
}
.pcHd.fixed .navWrap .navList > li.megamenu a::after {
  background-image: url("/lib/cmn_img/arw_btm_gr.png");
}
.pcHd.fixed .navWrap .navList > li.recruit a::before {
  background-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------------------
	☆spHd
----------------------------------------------------*/
.spHd .hdLogo {
  position: absolute;
  padding: 15px 0 15px 20px;
  z-index: 999;
}
.spHd .hdLogo a {
  display: block;
}
.spHd .hdLogo img {
  width: 230px;
  height: auto;
}

/*----------------------------------------------------
	☆drawer
----------------------------------------------------*/
.drawer {
  background: #fff;
}
.drawer .drawer-nav {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  width: 100%;
}
.drawer .drawer-nav .logo {
  z-index: 1;
  padding: 15px 0 15px 20px;
  background: #fff;
  width: 100%;
}
.drawer .drawer-nav .logo a {
  display: inline-block;
  width: 230px;
}
.drawer .drawer-nav .drawer-menu {
  text-align: left;
}
.drawer .drawer-nav .drawer-menu .mainList > li {
  position: relative;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item {
  border-bottom: 1px solid #ddd;
  font-size: 1.4rem;
  padding: 9px 20px;
  display: block;
  text-decoration: none !important;
  position: relative;
  background: #fff;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #009d91;
  border-radius: 90px;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 21px;
  background: url("/lib/cmn_img/arw01_wh.png") no-repeat center center/cover;
  width: 10px;
  height: 8px;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item.linkIcon::before {
  content: none;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item.linkIcon::after {
  background-image: url("/lib/cmn_img/icon_link_blue.png");
  width: 14px;
  height: 14px;
  right: 19px;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item.contact {
  width: calc(100% - 40px);
  margin: 30px auto 0;
  background: #009d91;
  text-align: center;
  padding: 10px;
  border-radius: 90px;
  color: #fff;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item.contact::before, .drawer .drawer-nav .drawer-menu .mainList > li .drawer-menu-item.contact::after {
  content: none;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-dropdown-menu > li .drawer-dropdown-menu-item {
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
  padding: 0 20px;
  background: #eee;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-dropdown-menu > li .drawer-dropdown-menu-item .link {
  display: inline-block;
  padding-right: 15px;
  background: url("/lib/cmn_img/icon_link.png") no-repeat center right/9px 9px;
}
.drawer .drawer-nav .drawer-menu .mainList > li .drawer-dropdown-menu > li .drawer-dropdown-menu-item.ttl {
  background: #111;
  color: #fff;
}
.drawer .drawer-nav .drawer-menu .mainList > li.drawer-dropdown > a {
  position: relative;
}
.drawer .drawer-nav .drawer-menu .mainList > li.drawer-dropdown > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  width: 14px;
  height: 2px;
  background: #009d91;
  border-width: 0px 0px 0px 0px;
  border-color: none;
}
.drawer .drawer-nav .drawer-menu .mainList > li.drawer-dropdown > a::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 14px;
  background: #009d91;
}
.drawer .drawer-nav .drawer-menu .mainList > li.drawer-dropdown.open a::after {
  content: none;
}
.drawer .drawer-hamburger {
  background: #111;
  padding: 2px 13px 0 !important;
  width: 55px;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0 !important;
  right: 0 !important;
}
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:after, .drawer .drawer-hamburger-icon:before {
  background: #fff;
}
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:after {
  top: 7px;
}
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:before {
  top: -7px;
}
.drawer .space {
  width: 100%;
  height: 65px;
  display: block;
}

.drawer-open .drawer-overlay {
  display: none !important;
}

.ft {
  background: #111;
  padding: 100px 0 60px;
  font-size: 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ft {
    padding: 50px 0;
  }
}
.ft .inr {
  position: relative;
}
.ft .inr .copyRight {
  position: absolute;
  top: 260px;
  left: 0;
  font-size: 1.1rem;
  color: #999;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .ft .inr .copyRight {
    position: static;
    font-size: 1rem;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
.ft .boxL {
  width: 30%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .ft .boxL {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
  }
}
.ft .boxL .logo {
  width: 320px;
}
@media screen and (max-width: 768px) {
  .ft .boxL .logo {
    width: 260px;
    display: block;
    margin: 0 auto;
  }
}
.ft .boxL .infoTx {
  margin-top: 30px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .ft .boxL .infoTx {
    font-size: 1.2rem;
    margin-top: 20px;
  }
}
.ft .boxL .tiktok img {
  inline-size: auto;
  width: 30px;
}
.ft .boxL .linkTx {
  margin-top: 25px;
}
.ft .boxL .linkTx a {
  display: inline-block;
  font-size: 1.2rem;
  text-decoration: underline;
  color: #fff;
}
.ft .boxL .linkTx a:hover {
  text-decoration: none;
}
.ft .boxL .linkTx a.link01 {
  margin-right: 20px;
}
.ft .boxR {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .ft .boxR {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ft .boxR .linkList > li {
    margin-bottom: 25px;
  }
}
.ft .boxR .linkList > li .ttl a {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-top: 25px;
  border-top: 1px solid #555;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ft .boxR .linkList > li .ttl a {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
.ft .boxR .linkList > li .ttl a::before {
  content: "";
  position: absolute;
  top: -1px;
  width: 40px;
  height: 1px;
  background: #009d91;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.ft .boxR .linkList > li .ttl a span {
  display: inline-block;
  padding-right: 20px;
  background: url("/lib/cmn_img/icon_link_wh.png") no-repeat center right/11px 11px;
}
.ft .boxR .linkList > li .ttl a:hover::before {
  width: 100%;
}
.ft .boxR .linkList > li .linkList02 {
  margin-top: 5px;
}
.ft .boxR .linkList > li .linkList02 > li a {
  font-size: 1.2rem;
  display: block;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ft .boxR .linkList > li .linkList02 > li a {
    font-size: 1.1rem;
  }
}
.ft .boxR .linkList > li .linkList02 > li a .link {
  display: inline-block;
  padding-right: 18px;
  background: url("/lib/cmn_img/icon_link_wh.png") no-repeat center right/11px 11px;
}
.ft .boxR .linkList > li .linkList02 > li a:hover {
  opacity: 0.6;
}
.ft .boxR .linkList > li:nth-child(1), .ft .boxR .linkList > li:nth-child(2), .ft .boxR .linkList > li:nth-child(3), .ft .boxR .linkList > li:nth-child(4) {
  margin-bottom: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bold {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.w5 {
  width: 5% !important;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w18 {
  width: 18% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w35 {
  width: 35% !important;
}

.w40 {
  width: 40% !important;
}

.w45 {
  width: 45% !important;
}

.w49 {
  width: 49% !important;
}

.w50 {
  width: 50% !important;
}

.w55 {
  width: 55% !important;
}

.w60 {
  width: 60% !important;
}

.w65 {
  width: 65% !important;
}

.w70 {
  width: 70% !important;
}

.w75 {
  width: 75% !important;
}

.w77 {
  width: 77% !important;
}

.w80 {
  width: 80% !important;
}

.w85 {
  width: 85% !important;
}

.w90 {
  width: 90% !important;
}

.w95 {
  width: 95% !important;
}

.w100 {
  width: 100% !important;
}

.fltL {
  float: left;
}

.fltR {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 768px) {
  .top55, .top60, .top65 {
    margin-top: 50px !important;
  }
  .top70, .top75, .top80, .top85 {
    margin-top: 60px !important;
  }
  .top90, .top95, .top100 {
    margin-top: 80px !important;
  }
  .top110, .top120, .top130, .top140 {
    margin-top: 100px !important;
  }
  .size10 {
    font-size: 1rem !important;
  }
  .size11 {
    font-size: 1.1rem !important;
  }
  .size12 {
    font-size: 1.2rem !important;
  }
  .size13, .size14, .size15 {
    font-size: 1.3rem !important;
  }
  .size16, .size17 {
    font-size: 1.4rem !important;
  }
  .size18, .size19 {
    font-size: 1.6rem !important;
  }
  .size20, .size21, .size22, .size23 {
    font-size: 1.8rem !important;
  }
  .size24 {
    font-size: 2.2rem !important;
  }
}
/*----------------------------------------------------
☆btnStyle
----------------------------------------------------*/
.btnArw {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  height: 25px;
  background: #111 url("/lib/cmn_img/arw01_wh.png") no-repeat center center/10px 9px;
  border-radius: 90px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btnArw {
    width: 40px;
    height: 20px;
    background-size: 8px 7px;
  }
}
.btnArw.link {
  background-image: url("/lib/cmn_img/icon_link_wh.png");
  background-size: 11px 11px;
}
@media screen and (max-width: 768px) {
  .btnArw.link {
    background-size: 8px 8px;
  }
}
.btnArw.gr {
  background-color: #009d91;
}

.btnStyle_01 a, .btnStyle_01 button {
  margin: 0 auto;
  display: block;
  max-width: 280px;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  padding: 17px 20px 17px 30px;
  font-size: 1.4rem;
  text-align: left;
  border-radius: 90px;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btnStyle_01 a, .btnStyle_01 button {
    width: 240px;
    font-size: 1.3rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.btnStyle_01 a .btnArw, .btnStyle_01 button .btnArw {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btnStyle_01 a .btnArw, .btnStyle_01 button .btnArw {
    right: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btnStyle_01 a:hover .btnArw, .btnStyle_01 button:hover .btnArw {
    background-color: #009d91;
    right: 15px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btnStyle_01 a:hover .btnArw, .btnStyle_01 button:hover .btnArw {
    background-color: #009d91;
    right: 15px;
  }
}
.btnStyle_01 a.more .btnArw, .btnStyle_01 button.more .btnArw {
  background-image: url("/lib/cmn_img/arw_btm.png");
  background-size: 8px 5px;
}
@media (hover: hover) and (pointer: fine) {
  .btnStyle_01 a.more:hover .btnArw, .btnStyle_01 button.more:hover .btnArw {
    right: 20px;
    top: 52%;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btnStyle_01 a.more:hover .btnArw, .btnStyle_01 button.more:hover .btnArw {
    right: 20px;
    top: 52%;
  }
}
.btnStyle_01.gr a {
  background-color: #009d91;
  color: #fff;
  border-color: #009d91;
}
@media (hover: hover) and (pointer: fine) {
  .btnStyle_01.gr a:hover .btnArw {
    background-image: url("/lib/cmn_img/arw01.png");
    background-color: #fff;
  }
  .btnStyle_01.gr a:hover .btnArw.link {
    background-image: url("/lib/cmn_img/icon_link.png");
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btnStyle_01.gr a:hover .btnArw {
    background-image: url("/lib/cmn_img/arw01.png");
    background-color: #fff;
  }
  .btnStyle_01.gr a:hover .btnArw.link {
    background-image: url("/lib/cmn_img/icon_link.png");
  }
}
.btnStyle_01.gray a {
  background: #f2f2f2;
  border-color: #f8f8f8;
}
.btnStyle_01.big a {
  max-width: 440px;
  width: 100%;
}

.btnStyle_02 a {
  display: block;
  padding-bottom: 15px;
  font-size: 2rem;
  position: relative;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 1.7;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 1199px) {
  .btnStyle_02 a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .btnStyle_02 a {
    font-size: 1.4rem;
    padding-bottom: 10px;
  }
}
.btnStyle_02 a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #009d91;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btnStyle_02 a .btnArw {
  position: absolute;
  top: 6px;
  right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .btnStyle_02 a .btnArw {
    top: 3px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btnStyle_02 a:hover {
    padding-left: 5px;
  }
  .btnStyle_02 a:hover::before {
    width: 100%;
  }
  .btnStyle_02 a:hover .btnArw {
    background-color: #111;
    right: 0;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btnStyle_02 a:hover {
    padding-left: 5px;
  }
  .btnStyle_02 a:hover::before {
    width: 100%;
  }
  .btnStyle_02 a:hover .btnArw {
    background-color: #111;
    right: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .link_box:hover .btnStyle_01 .btnArw {
    background-color: #009d91;
    right: 15px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .link_box:hover .btnStyle_01 .btnArw {
    background-color: #009d91;
    right: 15px;
  }
}

.cmn_ancList > li a {
  display: block;
  border: 1px solid #009d91;
  border-radius: 3px;
  padding: 15px 30px 15px 20px;
  text-align: left;
  font-size: 1.5rem;
  color: #009d91;
  background: url("/lib/cmn_img/arw_btm_gr.png") no-repeat center right 15px/8px 5px;
}
@media screen and (max-width: 768px) {
  .cmn_ancList > li a {
    font-size: 1.3rem;
    padding: 12px 25px 12px 20px;
  }
}
.cmn_ancList > li a:hover {
  background-position: top 55% right 15px;
  background-color: #ecf7f6;
}

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

/*--inputBtn--*/
.subscribeBtn {
  text-align: center;
  font-size: 0;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.subscribeBtn input[type=submit], .subscribeBtn input[type=button] {
  font-size: 1.5rem;
  background-color: #111;
  color: #FFF !important;
  display: inline-block;
  padding: 15px 0 !important;
  width: 49%;
  text-decoration: none;
  border-radius: 0 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 768px) {
  .subscribeBtn input[type=submit], .subscribeBtn input[type=button] {
    font-size: 1.3rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .subscribeBtn input[type=submit]:hover, .subscribeBtn input[type=button]:hover {
    background-color: #555;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subscribeBtn input[type=submit]:hover, .subscribeBtn input[type=button]:hover {
    background-color: #555;
  }
}
.subscribeBtn input[type=submit].gray, .subscribeBtn input[type=button].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, .subscribeBtn input[type=button].gray:hover {
    background-color: #999;
    color: #fff !important;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .subscribeBtn input[type=submit].gray:hover, .subscribeBtn input[type=button].gray:hover {
    background-color: #999;
    color: #fff !important;
  }
}

input.textFocus {
  color: #333;
}

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

input {
  vertical-align: middle;
}

.wSS {
  width: 60px;
}

.wS {
  width: 90px;
}

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

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

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

.imeOn {
  ime-mode: active;
}

.imeOff {
  ime-mode: disabled;
}

textarea.txtarea {
  background-color: #f8f8f8;
  border: none;
  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: 1rem;
  margin-left: 3px;
  padding: 2px 5px;
  margin-right: 5px;
  vertical-align: middle;
}

form .errText {
  background-color: #f6edee;
  color: #ad2d2d;
  font-size: 1.2rem;
  padding: 5px 7px;
  font-weight: 500;
  margin-top: 10px;
}
form .cauText {
  font-size: 1.1rem;
  margin-top: 10px;
  color: #828282;
  line-height: 1.6;
}
form select {
  padding: 10px 30px 12px 15px;
  line-height: 140%;
  min-width: 10em;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  form select {
    padding: 10px 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;
}
.selectBox::before {
  content: "";
  position: absolute;
  top: 48%;
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3px 0 3px;
  border-color: #000000 transparent transparent transparent;
  z-index: 9;
}

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

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

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

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

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

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

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

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

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

::placeholder {
  color: #aaa;
  font-weight: 400;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  ::-webkit-input-placeholder {
    font-size: 1.3rem;
  }
  ::-moz-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;
  border-radius: 5px;
  outline: 0;
  margin: 0;
  padding: 18px 15px !important;
  background: #f8f8f8;
  border: none;
}
@media screen and (max-width: 768px) {
  option,
  textarea,
  input[type=number],
  input[type=email],
  input[type=tel],
  input[type=text],
  input[type=option] {
    padding: 11px 9px 12px !important;
  }
}
option.wLL,
textarea.wLL,
input[type=number].wLL,
input[type=email].wLL,
input[type=tel].wLL,
input[type=text].wLL,
input[type=option].wLL {
  max-width: 100% !important;
}

select,
input[type=select] {
  text-indent: 0.01px;
  text-overflow: "";
  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: 8px 17px;
  color: #000;
  text-decoration: none;
  background: #f8f8f8;
  font-size: 1.4rem;
  position: relative;
}
@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: #ddd;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .pagerArea ul.pagerList li a:hover {
    background-color: #ddd;
  }
}
.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: #111;
  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_newsList > li a {
  display: block;
  padding: 27px 30px 27px 10px;
  border-top: 1px solid #ddd;
  font-size: 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cmn_newsList > li a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.cmn_newsList > li a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/lib/cmn_img/arw01.png") no-repeat center center/cover;
  width: 10px;
  height: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmn_newsList > li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cmn_newsList > li a .day {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  width: 90px;
  color: #999;
}
@media screen and (max-width: 768px) {
  .cmn_newsList > li a .day {
    font-size: 1.2rem;
    width: 75px;
  }
}
.cmn_newsList > li a .cate {
  width: 100px;
  text-align: center;
  border: 1px solid #009d91;
  color: #009d91;
  font-size: 1.3rem;
  padding: 1px;
  border-radius: 90px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .cmn_newsList > li a .cate {
    font-size: 1rem;
    padding: 0;
    width: 65px;
  }
}
.cmn_newsList > li a .tx {
  font-size: 1.5rem;
  width: calc(100% - 210px);
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cmn_newsList > li a .tx {
    width: 100%;
    font-size: 1.2rem;
    line-height: 1.7;
    margin-top: 5px;
  }
}
.cmn_newsList > li a:hover {
  padding-left: 15px;
  padding-right: 25px;
}
.cmn_newsList > li a:hover::after {
  width: 100%;
  opacity: 1;
}
.cmn_newsList > li a:hover::before {
  right: 10px;
}
.cmn_newsList > li.last a {
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .cmn_navList {
    text-align: center;
  }
}
.cmn_navList > li {
  font-size: 1.5rem;
  display: inline-block;
  padding-left: 22px;
  position: relative;
  margin: 0 10px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .cmn_navList > li {
    font-size: 1.3rem;
    padding-left: 17px;
  }
}
.cmn_navList > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #dddddd;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .cmn_navList > li::before {
    width: 8px;
    height: 8px;
  }
}
.cmn_navList > li.current::before {
  background-color: #009d91;
}

.ft_linkList {
  font-size: 0;
}
.ft_linkList > li {
  position: relative;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.ft_linkList > li a {
  display: block;
}
.ft_linkList > li .cmn_ofi::before {
  padding-top: 50%;
}
@media screen and (max-width: 768px) {
  .ft_linkList > li .cmn_ofi::before {
    padding-top: 66%;
  }
}
.ft_linkList > li .ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .ft_linkList > li .ttl {
    width: 100%;
    padding-left: 20px;
    font-size: 1.6rem;
  }
}
.ft_linkList > li .btnArw {
  position: absolute;
  top: 50%;
  right: 12%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .ft_linkList > li .btnArw {
    right: 20px;
  }
}

.mvStyle_01 {
  background: #009d91 url("/lib/cmn_img/mv_bg.png") no-repeat right top/80% auto;
  padding: 180px 0 110px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 {
    padding: 80px 0 10px;
    background-size: 120% auto;
    background-position: right 180% top;
  }
}
.mvStyle_01 .inr {
  position: relative;
}
.mvStyle_01 .inr .breadcrumb {
  position: absolute;
  top: 50%;
  right: 0%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .inr .breadcrumb {
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    margin-top: 25px;
  }
}
.mvStyle_01 .pageTtl {
  text-align: left;
  font-size: 5.2rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .pageTtl {
    font-size: 2.6rem;
  }
}
.mvStyle_01 .pageTtl span {
  display: block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mvStyle_01 .pageTtl span {
    font-size: 1.4rem;
  }
}
.mvStyle_01.bgOn {
  background: no-repeat center center/cover;
}

.mvStyle_02 {
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding: 160px 0 140px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 {
    padding: 90px 0 50px;
    overflow: hidden;
  }
}
.mvStyle_02::before {
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 100vh;
  width: 100%;
  z-index: -1;
  content: "";
  top: 0;
  left: 0;
}
.mvStyle_02 .numTx {
  position: absolute;
  line-height: 1;
  bottom: -220px;
  right: 0;
  font-size: 45rem;
  color: transparent;
  opacity: 0.5;
  -webkit-text-stroke: 1px #fff;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .numTx {
    font-size: 17rem;
    right: -20px;
    bottom: -80px;
    right: -40px;
  }
}
.mvStyle_02 .inr {
  position: relative;
  z-index: 9;
}
.mvStyle_02 .subTtl {
  font-size: 2.4rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .subTtl {
    font-size: 1.5rem;
  }
}
.mvStyle_02 .subTtl span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .subTtl span {
    font-size: 1.1rem;
  }
}
.mvStyle_02 .pageTtl {
  margin-top: 20px;
  background: #fff;
  padding: 0 20px;
  font-size: 5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  display: inline-block;
  color: #111;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .pageTtl {
    font-size: 2.6rem;
    margin-top: 10px;
    padding: 0 16px 1px;
  }
}
.mvStyle_02 .breadcrumb {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .breadcrumb {
    margin-top: 20px;
  }
}
.mvStyle_02 .intrTx {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .intrTx {
    margin-top: 30px;
  }
}
.mvStyle_02 .intrTx .mt {
  margin-top: 20px;
}
.mvStyle_02 .intrTx .tx01 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .intrTx .tx01 {
    text-align: left;
    font-size: 1.3rem;
  }
}
.mvStyle_02 .intrTx .tx02 {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .intrTx .tx02 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .intrTx .tx02.spLeft {
    text-align: left;
  }
}
.mvStyle_02 .intrTx .tx03 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .intrTx .tx03 {
    font-size: 1.7rem;
  }
}
.mvStyle_02 .imgWrap {
  margin-top: 100px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap {
    margin-top: 85px;
  }
}
.mvStyle_02 .imgWrap .img01 {
  width: 40%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: top;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap .img01 {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap .img01 {
    width: 63%;
  }
}
.mvStyle_02 .imgWrap .img02List {
  display: inline-block;
  vertical-align: top;
  width: 55%;
  display: inline-block;
  vertical-align: top;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap .img02List {
    width: 32%;
    margin-top: -60px;
  }
}
.mvStyle_02 .imgWrap .img02List > li {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  margin-right: 8%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap .img02List > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap .img02List > li {
    width: 100%;
    margin: 0;
  }
}
.mvStyle_02 .imgWrap .img02List > li:nth-child(1) {
  margin-top: 42%;
}
@media screen and (max-width: 768px) {
  .mvStyle_02 .imgWrap .img02List > li:nth-child(1) {
    margin-bottom: 15%;
    margin-top: 0;
  }
}
.mvStyle_02 .imgWrap .img02List > li:nth-child(2n) {
  margin-right: 0;
}
.mvStyle_02 .imgWrap .imgSlideRight::before {
  background-color: #111;
}
.mvStyle_02 + .container {
  background: #fff;
}

.remodal.interviewModal {
  max-width: 1000px !important;
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal {
    padding: 30px 20px;
  }
}
.remodal.interviewModal .boxL,
.remodal.interviewModal .boxR {
  width: 47.5%;
  margin-right: 5%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxL,
  .remodal.interviewModal .boxR {
    width: 100%;
  }
}
.remodal.interviewModal .boxL .qTx,
.remodal.interviewModal .boxL .aTx {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxL .qTx,
  .remodal.interviewModal .boxL .aTx {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.remodal.interviewModal .boxL .qTx .icon,
.remodal.interviewModal .boxL .aTx .icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  background: #009d91;
  font-size: 1.6rem;
  line-height: 1;
  padding: 7px 0;
  border-radius: 90px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxL .qTx .icon,
  .remodal.interviewModal .boxL .aTx .icon {
    font-size: 1.2rem;
    width: 25px;
    margin-right: 10px;
    padding: 6px 0;
  }
}
.remodal.interviewModal .boxL .qTx .tx,
.remodal.interviewModal .boxL .aTx .tx {
  font-size: 2.2rem;
  line-height: 1.65;
  width: calc(100% - 45px);
  font-weight: 500;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxL .qTx .tx,
  .remodal.interviewModal .boxL .aTx .tx {
    font-size: 1.5rem;
    width: calc(100% - 35px);
    margin-top: 3px;
  }
}
.remodal.interviewModal .boxL .aTx {
  margin: 0;
  border: none;
  padding: 0;
}
.remodal.interviewModal .boxL .aTx .icon {
  background-color: #f48d61;
}
.remodal.interviewModal .boxL .aTx .tx {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxL .aTx .tx {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
.remodal.interviewModal .boxR {
  margin-right: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxR {
    margin-top: 25px;
  }
}
.remodal.interviewModal .boxR .thum {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxR .thum {
    border-radius: 6px;
  }
}
.remodal.interviewModal .boxR .thum::before {
  padding-top: 100%;
}
.remodal.interviewModal .boxR .info {
  margin-top: 15px;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxR .info {
    font-size: 1.1rem;
  }
}
.remodal.interviewModal .boxR .info .job {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  background: #fff;
  border: 1px solid #009d91;
  color: #009d91;
  font-size: 1.4rem;
  padding: 2px 10px;
  border-radius: 3px;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxR .info .job {
    font-size: 1.1rem;
    padding: 3px 8px 2px;
    margin-right: 10px;
  }
}
.remodal.interviewModal .boxR .info .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .remodal.interviewModal .boxR .info .name {
    font-size: 1.4rem;
  }
}
.remodal.interviewModal .remodal-close {
  z-index: 99;
}
.remodal.interviewModal .closeBtn {
  background: #111;
  width: 200px;
  border-radius: 90px;
  margin: 20px auto 0;
  color: #fff;
  font-size: 1.2rem;
  padding: 8px 0 10px;
  border-radius: 90px;
  position: static;
}

.cmn_recruitCvList {
  width: 100%;
  margin: 0 auto;
  max-width: 1100px;
}
.cmn_recruitCvList:has(li:nth-child(2)) {
  border: 1px solid #ddd;
  padding: 50px 100px;
}
@media screen and (max-width: 768px) {
  .cmn_recruitCvList:has(li:nth-child(2)) {
    padding: 30px 25px;
  }
}
@media screen and (min-width: 768px) {
  .cmn_recruitCvList:has(li:nth-child(2)) > li {
    width: calc((100% - 100px) / 2);
    margin-right: 100px;
  }
}
.cmn_recruitCvList:has(li:nth-child(2)) > li:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cmn_recruitCvList > li {
    margin-bottom: 10px;
  }
}
.cmn_recruitCvList > li h3 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .cmn_recruitCvList > li h3 {
    margin-bottom: 25px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_recruitCvList > li h3 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_recruitCvList > li.entry {
    margin-top: 20px;
  }
}
.cmn_recruitCvList > li.entry a {
  background: #009d91;
  color: #fff;
  max-width: 100%;
  font-size: 1.7rem;
  border: none;
}
@media screen and (min-width: 768px) {
  .cmn_recruitCvList > li.entry a {
    padding-block: 12px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_recruitCvList > li.entry a {
    font-size: 1.3rem;
    width: 280px;
  }
}
.cmn_recruitCvList > li.rikunabi a {
  border: none;
  margin: 0 auto 0 0;
  padding: unset;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  .cmn_recruitCvList > li.rikunabi a {
    margin: 0 auto;
  }
}
.cmn_recruitCvList > li.rikunabi a:hover {
  opacity: 0.7;
}

.cmn_linkList > li {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li {
    margin-bottom: 20px !important;
  }
}
.cmn_linkList > li .cmn_ofi::before {
  padding-top: 100%;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .cmn_ofi::before {
    padding-top: 66%;
  }
}
.cmn_linkList > li .cmn_ofi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #111;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cmn_linkList > li .txWrap {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .txWrap {
    top: 47%;
  }
}
.cmn_linkList > li .txWrap .num {
  font-size: 1.5rem;
  color: #aaa;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .txWrap .num {
    font-size: 1.3rem;
  }
}
.cmn_linkList > li .txWrap .ttl {
  font-size: 2.6rem;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .txWrap .ttl {
    font-size: 2rem;
  }
}
.cmn_linkList > li .txWrap .ttl span {
  font-size: 1.3rem;
  display: block;
  color: #009d91;
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .txWrap .ttl span {
    font-size: 1.1rem;
  }
}
.cmn_linkList > li .txWrap .btn {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .txWrap .btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li .txWrap .btn a {
    width: 220px;
    padding: 10px 20px;
  }
}
.cmn_linkList > li:hover .cmn_ofi::after {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li.philosophy .cmn_ofi img {
    bottom: auto;
    -o-object-position: center -30px;
       object-position: center -30px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList > li.pioneer .cmn_ofi img {
    bottom: auto;
    -o-object-position: center -30px;
       object-position: center -30px;
  }
}
.cmn_linkList.sml > li .cmn_ofi::before {
  padding-top: 66%;
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .cmn_ofi::before {
    padding-top: 45%;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .txWrap .num {
    font-size: 1.1rem;
  }
}
.cmn_linkList.sml > li .txWrap .ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .txWrap .ttl {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .txWrap .ttl span {
    font-size: 1rem;
  }
}
.cmn_linkList.sml > li .txWrap .btnStyle_01 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .txWrap .btnStyle_01 {
    margin-top: 7px;
  }
}
.cmn_linkList.sml > li .txWrap .btnStyle_01 a {
  max-width: 240px;
  padding: 13px 16px 13px 25px;
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .txWrap .btnStyle_01 a {
    max-width: 170px;
    font-size: 1rem;
    padding: 8px 15px 8px 18px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList.sml > li .txWrap .btnStyle_01 a .btnArw {
    right: 9px;
  }
}

.cmn_linkList02 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li {
    margin-bottom: 10px;
  }
}
.cmn_linkList02 > li a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li a {
    border-radius: 6px;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li a {
    padding: 5px;
  }
}
.cmn_linkList02 > li a .thum {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.cmn_linkList02 > li a .thum span {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li a .thum span {
    border-radius: 6px;
  }
}
.cmn_linkList02 > li a .thum span::before {
  padding-top: 100%;
}
.cmn_linkList02 > li a .ttl {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  padding: 0 70px 0 35px;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li a .ttl {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 0 40px 0 20px;
  }
}
.cmn_linkList02 > li a .ttl span {
  display: block;
  font-size: 1.3rem;
  color: #aaaaaa;
  font-family: "Figtree", "Noto Sans JP", sans-serif !important;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li a .ttl span {
    font-size: 1.1rem;
  }
}
.cmn_linkList02 > li a .btnArw {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li a .btnArw {
    right: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .cmn_linkList02 > li a:hover .btnArw {
    right: 20px;
    background-color: #009d91;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cmn_linkList02 > li a:hover .btnArw {
    right: 20px;
    background-color: #009d91;
  }
}
@media screen and (max-width: 768px) {
  .cmn_linkList02 > li.last {
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
	☆Table
----------------------------------------------------*/
table.tblStyle_01 {
  border-collapse: collapse;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  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 #ddd;
  border-bottom: 1px solid #ddd;
  line-height: 1.7;
  padding: 23px 20px 20px;
  text-align: left;
  vertical-align: top;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  table.tblStyle_01 tr th, table.tblStyle_01 tr td {
    display: block;
    width: 100% !important;
    padding: 12px;
    font-size: 1.3rem;
  }
}
table.tblStyle_01 tr th {
  background-color: #ecf7f6;
  vertical-align: middle;
}
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;
  padding: 18px 20px;
  text-align: left;
  color: #333 !important;
  vertical-align: middle;
}
@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 {
  border-bottom: 1px solid #009d91;
}
table.tblStyle_03 tr th {
  border-top: 1px solid #009d91;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  table.tblStyle_03 tr th {
    padding: 15px 5px 3px 5px !important;
  }
}
@media screen and (max-width: 768px) {
  table.tblStyle_03 tr td {
    padding: 3px 5px 15px 5px !important;
  }
}
table.tblStyle_03 tr th, table.tblStyle_03 tr td {
  line-height: 1.4;
  padding: 20px 10px;
  text-align: left;
  line-height: 1.8;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  table.tblStyle_03 tr th, table.tblStyle_03 tr td {
    display: block;
    width: 100% !important;
  }
}

/*----*/
.grTx {
  color: #009d91;
}

.grTx02 {
  color: #06c3b5;
}

.br {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .br {
    border-radius: 6px;
  }
}

.linkTx {
  text-decoration: underline;
  color: #009d91;
}
.linkTx:hover {
  text-decoration: none;
}
.linkTx.ore {
  color: #f48d61;
}
.linkTx.icon {
  padding-right: 20px;
  background: url("/lib/cmn_img/icon_link_gr.png") no-repeat center right 4px/11px 11px;
}

.bg01 {
  background: #f8f8f8;
}

.lineTx {
  line-height: 2;
}
.lineTx .in {
  border-bottom: 1px solid #111;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}
.lineTx.wh span {
  color: #fff;
  border-color: #fff;
}
.lineTx.wh .in {
  border-color: #fff;
}

.markTx {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #d8f1ef));
  background: -webkit-linear-gradient(transparent 60%, #d8f1ef 60%);
  background: linear-gradient(transparent 60%, #d8f1ef 60%);
}
.markTx.wh {
  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: linear-gradient(transparent 60%, #fff 60%);
}

.discList {
  margin-left: 20px;
}
.discList > li {
  list-style: disc;
}

.cmn_bgTx {
  text-align: center;
}
.cmn_bgTx span {
  font-size: 4.2rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  background: #fff;
  color: #111;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  display: inline;
  padding: 2px 18px 3px;
  line-height: 1.85 !important;
  font-weight: 500;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .cmn_bgTx span {
    font-size: 2.2rem;
    border-radius: 2px;
    padding: 2px 12px 3px;
    line-height: 2 !important;
  }
}
.cmn_bgTx.bl span {
  background: #111;
  color: #fff;
}

.ttlStyle_01 {
  text-align: left;
  font-size: 4.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttlStyle_01 {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
}
.ttlStyle_01 span {
  font-size: 1.5rem;
  color: #009d91;
  display: block;
}
@media screen and (max-width: 768px) {
  .ttlStyle_01 span {
    font-size: 1.3rem;
  }
}
.ttlStyle_01.wh {
  color: #fff;
}
.ttlStyle_01.wh span {
  color: #fff;
}
.ttlStyle_01.sml {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .ttlStyle_01.sml {
    font-size: 1.8rem;
  }
}

.ttlStyle_02 {
  font-size: 3.6rem;
  line-height: 1.7;
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .ttlStyle_02 {
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.ttlStyle_02::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100px;
  height: 3px;
  background: #009d91;
}
@media screen and (max-width: 768px) {
  .ttlStyle_02::before {
    width: 50px;
  }
}
.ttlStyle_02 span {
  color: #009d91;
  font-size: 1.5rem;
  display: block;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_02 span {
    font-size: 1.2rem;
  }
}
.ttlStyle_02.wh {
  color: #fff;
  border-color: #777;
}
.ttlStyle_02.bdNone {
  border: none;
  padding-bottom: 0;
}
.ttlStyle_02.bdNone::before {
  content: none;
}

.ttlStyle_03 {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #009d91;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.7;
  color: #009d91;
}
@media screen and (max-width: 768px) {
  .ttlStyle_03 {
    font-size: 1.5rem;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

.ttlStyle_04 {
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .ttlStyle_04 {
    padding-bottom: 6px;
    margin-bottom: 12px;
  }
}
.ttlStyle_04 span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ttlStyle_04 span {
    font-size: 1.6rem;
    padding-left: 20px;
  }
}
.ttlStyle_04 span::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #009d91;
  border-radius: 2px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_04 span::before {
    width: 8px !important;
    height: 8px !important;
    top: 9px;
  }
}
.ttlStyle_04 span small {
  font-size: 1.6rem;
  display: inline-block;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_04 span small {
    font-size: 1.2rem;
  }
}
.ttlStyle_04.sml span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .ttlStyle_04.sml span {
    font-size: 1.4rem;
  }
}
.ttlStyle_04.sml span::before {
  top: 10px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_04.sml span::before {
    top: 6px;
  }
}

.ttlStyle_05 {
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_05 {
    padding: 8px 15px;
    margin-bottom: 10px;
  }
}
.ttlStyle_05 span {
  font-size: 1.8rem;
  font-weight: 500;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .ttlStyle_05 span {
    font-size: 1.4rem;
    padding-left: 15px;
  }
}
.ttlStyle_05 span::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 5px;
  height: calc(100% - 8px);
  background: #009d91;
  border-radius: 90px;
}

.ttlStyle_06 {
  background: #f8f8f8;
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_06 {
    padding: 10px 12px;
  }
}
.ttlStyle_06 span {
  line-height: 1.7;
  font-weight: 500;
  font-size: 2rem;
  position: relative;
  padding-left: 23px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .ttlStyle_06 span {
    font-size: 1.6rem;
  }
}
.ttlStyle_06 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background: #009d91;
  border-radius: 90px;
}
@media screen and (max-width: 768px) {
  .ttlStyle_06 span::before {
    height: calc(100% - 10px);
  }
}

.cmn_readTx {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cmn_readTx {
    text-align: left;
    font-size: 1.3rem;
  }
}

.cmn_pageReadTx {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .cmn_pageReadTx {
    font-size: 1.4rem;
    margin-bottom: 35px;
  }
}

.cmn_fukiTx {
  text-align: center;
}
.cmn_fukiTx span {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .cmn_fukiTx span {
    font-size: 1.4rem;
  }
}
.cmn_fukiTx span::before, .cmn_fukiTx span::after {
  content: "";
  position: absolute;
  top: 6px;
  left: -17px;
  width: 2px;
  height: 22px;
  border-radius: 90px;
  background: #009d91;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
@media screen and (max-width: 768px) {
  .cmn_fukiTx span::before, .cmn_fukiTx span::after {
    height: 15px;
    left: -15px;
  }
}
.cmn_fukiTx span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  left: auto;
  right: -17px;
}
@media screen and (max-width: 768px) {
  .cmn_fukiTx span::after {
    right: -15px;
  }
}