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

*:before,
*:after {
  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 {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  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: #46423d;
  font-size: 13px;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  animation: fadeIn 2.5s ease 0s 1 normal;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

* {
  box-sizing: border-box;
}

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

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

.en {
  font-family: "Zilla Slab", serif;
}

.zen {
  font-family: "Zen Maru Gothic", sans-serif;
}

.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: 0;
    padding-top: 0;
  }
}
/*----------------------------------------------------
	☆animation
----------------------------------------------------*/
.imgEf_01.active, .imgEf_02.active {
  transform: scale(1);
  opacity: 1;
  transform: skewX(0);
}

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

.imgEf_02 {
  transform: scale(1.06);
  transition: 1.8s;
  opacity: 0;
}

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

.imgSlideTop.active {
  opacity: 1;
}

.imgSlideRight {
  overflow: hidden;
  position: relative;
  opacity: 0;
  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 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;
  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;
  transition: 1.8s;
  left: -30px !important;
}

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

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

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

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

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

/*----------------------------------------------------
☆basecompo
----------------------------------------------------*/
/*----------------------------------------------------
	☆keyframes
----------------------------------------------------*/
@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;
}
@media screen and (max-width: 768px) {
  .inrL {
    width: calc(100% - 20px);
  }
}

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

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

@media screen and (max-width: 768px) {
  .sp100 {
    width: 100% !important;
  }
}

/*----------------------------------------------------
	☆breadcrumb
----------------------------------------------------*/
.breadcrumb {
  width: 100%;
  padding: 3px 0 5px;
}
.breadcrumb ol {
  width: 100%;
}
.breadcrumb ol li {
  display: inline-block;
  color: #000;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 1rem;
  }
}
.breadcrumb ol a {
  text-decoration: underline;
  line-height: 1;
  color: #000;
}
.breadcrumb ol a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
	☆topcontrol
----------------------------------------------------*/
#topcontrol {
  z-index: 999;
  bottom: 40px !important;
  right: 40px !important;
  position: fixed;
}
@media screen and (max-width: 768px) {
  #topcontrol {
    bottom: 15px !important;
    right: 15px !important;
  }
}
#topcontrol a {
  background: url(/ehpc/wp-content/themes/cocorolab/static/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;
  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
----------------------------------------------------*/
.cmn01_nml {
  width: 100%;
  font-size: 0;
}
.cmn01_nml > li {
  width: 100%;
  margin-bottom: 3%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cmn01_nml > li {
    max-width: 100%;
    width: 100%;
    margin: 0 0 5px;
  }
}
.cmn01_nml > li:nth-child(2n) {
  margin-right: 0;
}

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

.cmn03_nml {
  width: 100%;
  font-size: 0;
}
.cmn03_nml > li {
  width: 31.3%;
  margin-right: 3%;
  margin-bottom: 3%;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .cmn03_nml > li {
    width: 48.5%;
  }
}
.cmn03_nml > li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .cmn03_nml > li:nth-child(3n) {
    margin-right: 3%;
  }
}
@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;
  }
}

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

/*----------------------------------------------------
	☆pcHd
----------------------------------------------------*/
.pcHd {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 9999;
  transition: all 0.3s ease-in-out;
}
.pcHd.fixHd {
  position: fixed;
}
.pcHd .cvList {
  position: absolute;
  top: 8px;
  right: 60px;
  width: 355px;
  transition: all 0.3s ease-in-out;
}
.pcHd .cvList .btn-recruit,
.pcHd .cvList .btn-contact {
  width: 170px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  text-align: center;
  border-radius: 15px;
  font-size: 1.5rem;
  padding: 12px 12px;
  background: #97b079;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.pcHd .cvList .btn-recruit:hover,
.pcHd .cvList .btn-contact:hover {
  letter-spacing: 0.08em;
}
.pcHd .cvList .btn-recruit span,
.pcHd .cvList .btn-contact span {
  padding-left: 28px;
  background: no-repeat center left;
}
.pcHd .cvList .btn-recruit span {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_recruit.png");
  background-size: 22px 21px;
}
.pcHd .cvList .btn-contact span {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png");
  background-size: 21px 16px;
}
.pcHd .cvList .btn-contact {
  margin-right: 0;
}
.pcHd .wrap {
  font-size: 0;
  width: calc(100% - 120px);
  margin: 70px auto 0 auto;
  transition: all 0.3s ease-in-out;
}
.pcHd .wrap .logo {
  width: 297px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1300px) {
  .pcHd .wrap .logo {
    width: 230px;
  }
}
@media screen and (max-width: 1100px) {
  .pcHd .wrap .logo {
    width: 200px;
  }
}
.pcHd .wrap .logo a {
  display: block;
}
.pcHd .wrap .logo a:hover {
  opacity: 0.8;
}
.pcHd .wrap .menuList {
  width: calc(100% - 297px);
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 1300px) {
  .pcHd .wrap .menuList {
    width: calc(100% - 230px);
  }
}
@media screen and (max-width: 1100px) {
  .pcHd .wrap .menuList {
    width: calc(100% - 200px);
  }
}
.pcHd .wrap .menuList > li {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-right: 30px;
  font-size: 1.5rem;
  line-height: 1.6;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1300px) {
  .pcHd .wrap .menuList > li {
    font-size: 1.3rem;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1100px) {
  .pcHd .wrap .menuList > li {
    margin-right: 15px;
  }
}
.pcHd .wrap .menuList > li span {
  color: #97b079;
  display: block;
  font-size: 1.3rem;
  font-family: "Zilla Slab", serif;
  transition: all 0.3s ease-in-out;
}
.pcHd .wrap .menuList > li.last {
  margin-right: 0;
}
.pcHd .wrap .menuList > li a:hover {
  color: #97b079;
}
.pcHd .wrap .menuList.facility > li {
  font-size: 1.1rem;
  line-height: 1.5;
}
.pcHd .wrap .menuList.facility > li span {
  display: block;
  font-size: 1.7rem;
  padding-left: 19px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #46423d;
}
.pcHd .wrap .menuList.facility > li span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  border-radius: 90px;
  width: 12px;
  height: 12px;
}
.pcHd .wrap .menuList.facility > li:nth-child(1) span::before {
  background: #9e332b;
}
.pcHd .wrap .menuList.facility > li:nth-child(2) span::before {
  background: #d78c20;
}
.pcHd .wrap .menuList.facility > li:nth-child(3) span::before {
  background: #8ca04d;
}
.pcHd .wrap .menuList.facility > li:nth-child(4) span::before {
  background: #516195;
}
.pcHd .wrap .menuList.facility > li:nth-child(5) span::before {
  background: #d89791;
}
.pcHd .wrap .menuList.facility > li:nth-child(1) a:hover {
  color: #9e332b;
}
.pcHd .wrap .menuList.facility > li:nth-child(2) a:hover {
  color: #d78c20;
}
.pcHd .wrap .menuList.facility > li:nth-child(3) a:hover {
  color: #8ca04d;
}
.pcHd .wrap .menuList.facility > li:nth-child(4) a:hover {
  color: #516195;
}
.pcHd .wrap .menuList.facility > li:nth-child(5) a:hover {
  color: #d89791;
}
.pcHd.active {
  background: #fff;
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.08);
}
.pcHd.active .cvList {
  top: 10px;
  width: 315px;
}
.pcHd.active .cvList .btn-recruit,
.pcHd.active .cvList .btn-contact {
  width: 150px;
  font-size: 1.3rem;
  padding: 8px;
}
.pcHd.active .wrap {
  margin-top: 0;
}
.pcHd.active .wrap .menuList {
  margin-top: 60px;
  padding-bottom: 17px;
}
.pcHd.active .wrap .menuList > li {
  font-size: 1.4rem;
}
.pcHd.active .wrap .menuList > li span {
  display: none;
}

/*----------------------------------------------------
	☆spHd
----------------------------------------------------*/
.hdLogo {
  line-height: 0;
  width: auto;
  padding: 12px 0 12px 15px;
  z-index: 999;
}
.hdLogo img {
  width: 190px;
  height: auto;
}

/*----------------------------------------------------
	☆drawer
----------------------------------------------------*/
.drawer {
  overflow: hidden;
}
.drawer .drawer-nav {
  opacity: 0 !important;
  height: 100vh !important;
  display: table;
  text-align: center;
  background: #fff;
  top: 80px !important;
  left: -100% !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.drawer .drawer-nav li {
  list-style-type: none;
  width: 100%;
  text-align: center;
  position: relative;
}
.drawer .drawer-nav li.logo {
  width: 100px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.drawer .drawer-nav li.nav > a {
  font-size: 1.5rem;
  display: inline-block;
  color: #222;
  padding: 5px 0;
  line-height: 1;
  text-decoration: none;
  position: relative;
  line-height: 1.7;
}
.drawer .drawer-nav li.nav > a span {
  display: block;
  font-size: 1.3rem;
  font-family: "Zilla Slab", serif;
  color: #97b079;
}
.drawer .drawer-nav li.cv {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  margin-top: 15px;
}
.drawer .drawer-nav li.cv a,
.drawer .drawer-nav li.cv button {
  background: #97b079;
  color: #fff;
  font-size: 1.4rem;
  padding: 12px 0;
  text-align: center;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.drawer .drawer-nav li.cv a span,
.drawer .drawer-nav li.cv button span {
  padding-left: 28px;
}
.drawer .drawer-nav li.cv.recruit {
  margin-right: 2%;
}
.drawer .drawer-nav li.cv.recruit span {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_recruit.png");
  background-size: 22px 21px;
}
.drawer .drawer-nav li.cv.contact span {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_mail.png");
  background-size: 21px 16px;
}
.drawer .drawer-open .drawer-nav {
  opacity: 1 !important;
  left: 0 !important;
  transition: all 0.6s ease-in-out;
  height: calc(100% + 150px) !important;
  margin-top: -30px;
}
.drawer .drawer-close .drawer-nav {
  opacity: 0 !important;
  transition: all 0.6s ease-in-out;
}
.drawer .drawer-nav .eng span {
  padding-left: 27px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon01.png") no-repeat center left/18px 18px;
}
.drawer .drawer-nav .con span {
  padding-left: 27px;
  background: url("/ehpc/wp-content/themes/cocorolab/static/images/icon02.png") no-repeat center left/18px 13px;
  font-weight: 500;
}
.drawer .drawer-hamburger {
  background: #97b079;
  padding: 0px 18px 3px !important;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  border-bottom-left-radius: 10px;
}
.drawer .drawer-hamburger-icon, .drawer .drawer-hamburger-icon:after, .drawer .drawer-hamburger-icon:before {
  background: #fff;
}
.drawer .drawer-nav .drawer-menu {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  padding-bottom: 180px;
  font-size: 0;
  padding-left: 20px;
  padding-right: 20px;
}
.drawer .drawer-nav .drawer-menu::before {
  content: "";
  position: absolute;
  left: 0;
  top: -85px;
  width: 100%;
  height: 90px;
  background: #fff;
}

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

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

.ft {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .ft {
    margin-top: 40px;
  }
}
.ft .slider01 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .ft .slider01 {
    margin-bottom: 10px;
  }
}
.ft .slider01 .slick-slide, .ft .slider02 .slick-slide {
  height: auto;
}
.ft .mapWrap {
  margin-top: 70px;
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ft .mapWrap {
    margin-top: 50px;
    border-radius: 25px;
  }
}
.ft .ftWrap {
  font-size: 0;
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap {
    padding: 40px 0;
  }
}
.ft .ftWrap .boxL {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxL {
    width: 100%;
  }
}
.ft .ftWrap .boxL .info .logo {
  width: 297px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxL .info .logo {
    width: 240px;
    display: block;
    margin: 0 auto;
  }
}
.ft .ftWrap .boxL .info .tx {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxL .info .tx {
    text-align: center;
    font-size: 1.3rem;
    margin-top: 10px;
    width: 100%;
  }
}
.ft .ftWrap .boxL .menuList {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxL .menuList {
    margin-top: 10px;
    padding: 0 15px;
    font-size: 0;
  }
}
.ft .ftWrap .boxL .menuList > li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxL .menuList > li {
    width: 50%;
    text-align: left;
    margin: 0;
  }
}
.ft .ftWrap .boxL .menuList > li.last {
  margin-right: 0;
}
.ft .ftWrap .boxL .menuList > li a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .ft .ftWrap .boxL .menuList > li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxL .menuList > li a {
    font-size: 1.2rem;
    padding: 3px 0;
  }
}
.ft .ftWrap .boxL .menuList > li a:hover {
  opacity: 0.7;
}
.ft .ftWrap .boxR {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .ft .ftWrap .boxR {
    width: 100%;
    margin-top: 20px;
  }
}
.ft .copyRight {
  padding: 45px 0 20px 0;
  text-align: center;
  position: relative;
  background: #46423d;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ft .copyRight {
    padding: 30px 0 15px;
  }
}
.ft .copyRight::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  background: url(/ehpc/wp-content/themes/cocorolab/static/images/bg_line_top.png) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .ft .copyRight::before {
    height: 15px;
  }
}
.ft .copyRight .item01 {
  position: absolute;
  left: 30px;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .ft .copyRight .item01 {
    left: 5px;
    top: -50px;
    width: 80px;
  }
}
.ft .copyRight .item02 {
  position: absolute;
  left: 100px;
  top: -30px;
}
@media screen and (max-width: 768px) {
  .ft .copyRight .item02 {
    left: 60px;
    width: 70px;
    top: -20px;
  }
}
.ft .copyRight .item03 {
  position: absolute;
  right: 80px;
  bottom: 25px;
}
@media screen and (max-width: 768px) {
  .ft .copyRight .item03 {
    right: 0;
    width: 100px;
  }
}
.ft .copyRight p {
  color: #fff;
  font-size: 1.2rem;
}

.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: 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
----------------------------------------------------*/
.btnStyle_01 {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .btnStyle_01 {
    max-width: 230px;
  }
}
.btnStyle_01 a {
  display: block;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #46423d url("/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png") no-repeat center right 12px/13px 11px;
}
@media screen and (max-width: 768px) {
  .btnStyle_01 a {
    font-size: 1.4rem;
    padding: 12px 0;
    background-position: center right 8px;
    background-size: 10px 8px;
  }
}
.btnStyle_01 a:hover {
  letter-spacing: 0.06em;
  background-position: center right 7px;
}
.btnStyle_01.btn {
  margin: 25px auto 0 0;
}
@media screen and (max-width: 768px) {
  .btnStyle_01.btn {
    margin: 25px auto 0;
  }
}
.btnStyle_01.big {
  max-width: 360px;
}
@media screen and (max-width: 768px) {
  .btnStyle_01.big {
    max-width: 260px;
  }
}
.btnStyle_01.big.topbtn {
  margin: 25px auto 0;
}
@media screen and (max-width: 768px) {
  .btnStyle_01.big.topbtn {
    margin: 25px auto 0;
  }
}
.btnStyle_01.big.btn {
  margin: 25px auto 0 0;
}
@media screen and (max-width: 768px) {
  .btnStyle_01.big.btn {
    margin: 25px auto 0;
  }
}
.btnStyle_01.big a {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .btnStyle_01.big a {
    font-size: 1.5rem;
  }
}
.btnStyle_01.gray a {
  background-color: #f7f6ee;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/arw_bl.png");
  color: #46423d;
}
.btnStyle_01.pdf a {
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/icon_download.png");
  background-size: 10px 12px;
}
.btnStyle_01.pdf a:hover {
  background-position: center right 12px;
}
.btnStyle_01.denenchofu a {
  background-color: #9e332b;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png");
  color: #fff;
}
.btnStyle_01.ojima a {
  background-color: #d78c20;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png");
  color: #fff;
}
.btnStyle_01.hirai a {
  background-color: #8ca04d;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png");
  color: #fff;
}
.btnStyle_01.hirai3 a {
  background-color: #516195;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png");
  color: #fff;
}
.btnStyle_01.after a {
  background-color: #d89791;
  background-image: url("/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png");
  color: #fff;
}

.btnStyle_02 {
  max-width: 150px;
  width: 100%;
  margin: 0 auto 10px;
}
.btnStyle_02 a {
  display: block;
  background: #f7f6ee;
  font-size: 1.3rem;
  padding: 8px 5px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .btnStyle_02 a {
    font-size: 1.2rem;
  }
}
.btnStyle_02 a:hover {
  letter-spacing: 0.1em;
  background: #46423d;
  color: #fff;
}

.wrap-btnStyle_03 {
  text-align: center;
}
.wrap-btnStyle_03 .btnStyle_03 {
  display: inline-block;
  cursor: pointer;
  max-width: 230px;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Zen Maru Gothic", sans-serif;
  background: #46423d url(/ehpc/wp-content/themes/cocorolab/static/images/arw_wh.png) no-repeat center right 12px/13px 11px;
}

.link_box:hover .btnStyle_01 a {
  letter-spacing: 0.06em;
  background-position: center right 7px;
}
.link_box:hover .btnStyle_02 a {
  letter-spacing: 0.1em;
  background: #46423d;
  color: #fff;
}

/*--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.4rem;
  background-color: #2834af;
  border: 1px solid #2834af;
  color: #FFF !important;
  display: inline-block;
  padding: 15px 0 !important;
  width: 49%;
  text-decoration: none;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.subscribeBtn input[type=submit]:hover {
  background-color: #111;
}
.subscribeBtn input[type=submit].gray {
  background-color: #ddd;
  border: 1px solid #ddd;
  color: #FFF;
  margin-right: 2%;
}
.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-color: #FFF;
  border: 1px solid #CCC;
  line-height: 140%;
  padding: 5px 5px;
}

input {
  vertical-align: middle;
}

.wSS {
  width: 60px;
}

.wS {
  width: 90px;
}

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

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

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

.imeOn {
  ime-mode: active;
}

.imeOff {
  ime-mode: disabled;
}

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

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

label {
  cursor: pointer;
}
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: 11px 9px 12px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

/*----------------------------------------------------
☆newsArea
----------------------------------------------------*/
.newsArea .newsList > li > a {
  width: 100%;
  padding: 15px 25px 15px 0;
  display: block;
  font-size: 0;
  border-top: 1px solid #ddd;
  position: relative;
  font-size: 0;
}
.newsArea .newsList > li > a:hover::before {
  right: 10px;
}
.newsArea .newsList > li > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 3.5px;
  border-color: transparent transparent transparent #000;
  transition: 0.3s;
}
.newsArea .newsList > li > a:hover {
  background-position: center right;
  background-color: #f5f5f5;
  padding-left: 6px;
}
.newsArea .newsList > li > a .imgBox {
  width: 15%;
  padding-top: 15%;
  margin-right: 3%;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
@media screen and (max-width: 768px) {
  .newsArea .newsList > li > a .imgBox {
    width: 22%;
    padding-top: 22%;
    vertical-align: top;
  }
}
.newsArea .newsList > li > a .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
}
.newsArea .newsList > li > a .txBox {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
  font-size: 1.3rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .newsArea .newsList > li > a .txBox {
    width: 75%;
  }
}
.newsArea .newsList > li > a .txBox .tx {
  margin-top: 10px;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .newsArea .newsList > li > a .txBox .tx {
    font-size: 1.2rem;
  }
}
.newsArea .newsList > li > a .txBox .day {
  font-size: 1.2rem;
  color: #7c7c7c;
  width: 55px;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}
.newsArea .newsList > li > a .txBox .cate {
  width: 70px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  padding: 5px;
  word-wrap: break-word;
}
.newsArea .newsList > li > a .txBox .cate.color_01 {
  background: #3bbabc;
}
.newsArea .newsList > li > a .txBox .cate.color_02 {
  background: #ff6d30;
}
.newsArea .newsList > li > a .txBox .cate.color_03 {
  background: #3f6ecd;
}
.newsArea .newsList > li.last a {
  border-bottom: 1px solid #ddd;
}

/*----------------------------------------------------
☆detailTtlArea
----------------------------------------------------*/
.detailTtlArea {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.detailTtlArea .day {
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .detailTtlArea .day {
    font-size: 1.3rem;
  }
}
.detailTtlArea .cate {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.4rem;
  line-height: 1;
  background: #111;
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .detailTtlArea .cate {
    font-size: 1.3rem;
  }
}
.detailTtlArea .kijiTtl {
  margin-top: 5px;
  font-size: 2.2rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .detailTtlArea .kijiTtl {
    font-size: 1.6rem;
  }
}

/*----------------------------------------------------
☆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;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .pagerArea ul.pagerList li a {
    padding: 4px 12px;
    font-size: 1.2rem;
  }
}
.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;
}

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

/*----*/
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: 20px 15px;
  text-align: left;
}
@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: #f7f6ee;
}

/*----*/
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;
}
@media screen and (max-width: 768px) {
  table.tblStyle_03 tr th {
    padding: 20px 10px 3px 10px !important;
  }
}
@media screen and (max-width: 768px) {
  table.tblStyle_03 tr td {
    padding: 3px 10px 20px 10px !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.4rem;
}
@media screen and (max-width: 768px) {
  table.tblStyle_03 tr th, table.tblStyle_03 tr td {
    display: block;
    width: 100% !important;
  }
}

/*----*//*# sourceMappingURL=common.css.map */