@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  line-height: 1.5;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

/*---------------------------------

  #Base Modules

---------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  min-height: 100vh;
  scroll-behavior: smooth;
}

main {
  display: block;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

hr {
  border-top-width: 1px;
}

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

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code,
kbd,
pre,
samp,
tt {
  font-size: 108%;
}

article > * + * {
  margin-top: 1.5em;
}

article a:not[class] {
  color: #333;
  text-decoration: underline;
}

a {
  color: #333;
}

a[href*="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

/* ------ form --------------------------------- */
button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

input,
textarea {
  vertical-align: middle;
  padding: 1px;
}

textarea {
  max-width: 98%;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: baseline;
  margin-right: 3px;
}

figcaption {
  margin: 5px 0 0;
  text-align: center;
}

/* ------ clearfix scheme ---------------------- */
div::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html div {
  zoom: 1;
}

/* IE6 */
*:first-child + html div {
  zoom: 1;
}

/* IE7 */
@media screen and (max-width: 768px) {
  a[href*="tel:"] {
    pointer-events: auto;
    text-decoration: underline !important;
  }
}

/* /////////////////////////////////

  _common.scss

///////////////////////////////// */
/*---------------------------------
  Base
---------------------------------*/
body {
  min-width: 1200px;
}

.inner {
  width: 1200px;
  margin: 0 auto;
  padding: 1px 0;
}

.container {
  padding: 80px 0 0;
  background: url(../images/common/bg_main.png) repeat center top/contain;
  background-color: #eee;
  background-size: 100%;
}

.content {
  width: 1200px;
  margin: 0 0 80px;
  padding: 120px;
  background: #fff;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

a.sp {
  display: inline !important;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.sp {
    display: inline-block !important;
  }
  a.sp {
    pointer-events: auto;
  }
  body {
    min-width: auto;
  }
  body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .inner {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 40px 15px;
  }
  .container {
    padding: 60px 0 0;
    background: #fafafa !important;
  }
}


/* 背景緑 */
.bgGreen {
  margin: 20px 0 0;
  padding: 40px;
  background-color: rgba(76,185,33,0.1);
}
.bgGreen *:first-child {
  margin: 0 !important;
}


/*---------------------------------
  header
---------------------------------*/
.header {
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header--wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}

.header--wrap::after {
  content: none;
}

.header--logo {
  opacity: 1;
  transition: all .3s ease;
}

.header--logo:hover {
  opacity: 0.5;
}

.header .freedial--number {
  font-weight: bold;
  font-size: 2.8rem;
}

.globalNav--wrap {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  height: 100%;
}

.globalNav--item {
  height: 100%;
  margin-right: 25px;
}

.globalNav--item a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  position: relative;
}

.globalNav--item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #4cb921;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
}

.globalNav--item a:hover::after {
  bottom: -7px;
  opacity: 1;
}

.utilityNav--wrap {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.utilityNav--item {
  width: 60px;
  height: 60px;
  background: #000;
  border: 2px solid #000;
  transition: all .3s ease;
}

.utilityNav--item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}

.utilityNav--item.mail {
  background: url(/themes/main/images/common/icon_mail_black.png) no-repeat center center;
  background-color: #fff;
  background-size: 30px 30px;
  border: 2px solid #fff;
}

.utilityNav--item.tel {
  background: url(/themes/main/images/common/icon_tel_black.png) no-repeat center center;
  background-color: #fff;
  background-size: 26px 26px;
  border: 2px solid #fff;
}

.utilityNav--item:hover {
  background-color: #ffffff;
}

.utilityNav--item:hover.mail {
  /*background-image: url(/themes/main/images/common/icon_mail@on.png);*/
}

.utilityNav--item:hover.tel {
  /*background-image: url(/themes/main/images/common/icon_tel@on.png);*/
}

@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
  .header--logo {
    width: 45%;
    position: absolute;
    top: 50%;
    left: 2vw;
    transform: translateY(-50%);
  }
  .utilityNav {
    position: absolute;
    top: 0;
    right: 60px;
  }
  .utilityNav--item {
    width: 60px;
    height: 60px;
    margin-right: 2px;
  }
  .menuBtn {
    width: 60px;
    height: 60px;
    background: #000000;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  .menuBtn--wrap {
    width: auto;
    height: 20px;
    position: absolute;
    top: calc(50% - 4px);
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
  }
  .menuBtn--bar {
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    left: 0;
  }
  .menuBtn--bar:nth-child(1) {
    top: 0;
  }
  .menuBtn--bar:nth-child(2) {
    top: 50%;
  }
  .menuBtn--bar:nth-child(3) {
    top: 100%;
  }
  .menuBtn::after {
    content: 'MENU';
    display: block;
    font-size: 11px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
  .menuBtn.on .menuBtn--bar:nth-child(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .menuBtn.on .menuBtn--bar:nth-child(2) {
    display: none;
  }
  .menuBtn.on .menuBtn--bar:nth-child(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .menuBtn.on::after {
    content: 'CLOSE';
  }
  .hamburgerMenu {
    display: none;
    width: 100%;
    height: 100%;
    padding: 70px 20px 0;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.85);
    position: fixed;
    top: 0;
    left: 0;
    bottom: auto;
    right: auto;
    box-sizing: border-box;
    z-index: 999;
  }
  .hamburgerMenu a {
    color: #ffffff;
    text-decoration: none;
  }
  .hamburgerMenu .utilityNav {
    position: relative;
    top: auto;
    right: auto;
  }
  .hamburgerMenu .utilityNav--list {
    display: flex;
    justify-content: space-between;
  }
  .hamburgerMenu .utilityNav--item {
    width: 47%;
    height: 90px;
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.5);
  }
  .hamburgerMenu .utilityNav--item a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .hamburgerMenu .utilityNav--item img {
    margin-bottom: 10px;
  }
  .hamburgerMenu .utilityNav--item:nth-child(1) a {
    font-family: "Lato", sans-serif;
    font-size: 1.6rem;
    line-height: 1;
  }
  .hamburgerMenu .utilityNav--item:nth-child(1) img {
    width: 24px;
  }
  .hamburgerMenu .utilityNav--item:nth-child(2) img {
    width: 22px;
  }
  .hamburgerMenu .globalNav {
    margin: 20px auto;
  }
  .hamburgerMenu .globalNav--list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  .hamburgerMenu .globalNav--item {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .hamburgerMenu .globalNav--item a {
    padding: 15px 30px;
    position: relative;
  }
  .hamburgerMenu .globalNav--item a::before {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: rotate(45deg) translateY(-50%);
  }
  .hamburgerMenu .globalNav--item a::after {
    content: none;
  }
  .hamburgerMenu .close {
    width: 100vw;
    height: 50px;
    line-height: 50px;
    margin: 0 -20px;
    background: #000000;
    text-align: center;
    color: #ffffff;
  }
  .hamburgerMenu .close::before {
    content: '×';
    display: inline-block;
    margin-right: 10px;
    font-family: "Lato", sans-serif;
    font-weight: bold;
    font-size: 2.0rem;
  }
  /* ハンバーガーメニュー オープン時 */
  .hamburgerMenu.on {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .header--logo {
    width: 37%;
  }
}

/*---------------------------------
  Page Title
---------------------------------*/
.pageTitle {
  width: 100%;
  height: 155px;
  padding: 0 20px;
  position: relative;
}

.pageTitle--heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  height: 100%;
  letter-spacing: 5px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 3.4rem;
}

.pageTitle--heading--jp {
  display: block;
  letter-spacing: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
}

.pageTitle::after {
  content: '';
  display: block;
  visibility: visible;
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .tooLong {
    font-size: 2.6rem;
	line-height: 1.3em;
  }
  .pageTitle{
  	height: 190px;
  }
}

@media screen and (max-width: 374px) {
  .tooLong {
    font-size: 2.4rem;
  }
}

/*---------------------------------
  Contact Area
---------------------------------*/
.contactArea {
  margin: 20px 0 0;
  padding: 30px 140px;
  border: 1px solid #ccc;
}

.contactArea .hours {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .contactArea {
    text-align: center;
    padding: 30px 20px;
  }
  .contactArea .freedial {
    justify-content: center;
  }
  .contactArea .hours {
    text-align: center;
  }
  .contactArea .contact-btn {
    margin: 20px 0 0;
  }
}

/*---------------------------------
  Breadcrumb List
---------------------------------*/
.breadCrumb {
  margin: 0 !important;
}

.breadCrumb--item {
  display: inline-block;
  list-style: none;
  position: relative;
}

.breadCrumb--item a {
  font-size: 1.2rem;
  text-decoration: underline;
}

.breadCrumb--item::before {
  content: none;
}

.breadCrumb--item::after {
  content: '　／　';
}

.breadCrumb--item:last-child::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .breadCrumb {
    display: none;
  }
}

/*---------------------------------
  navgation area
---------------------------------*/
.navigationArea {
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}

.navigationArea::after {
  content: none;
}

@media screen and (max-width: 768px) {
  .navigationArea {
    display: block;
    padding: 30px 0;
  }
}

/*---------------------------------
  Local Nav
---------------------------------*/
.localNav--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.localNav--item {
  width: calc(25% - 2px);
  min-height: 60px;
  background: #eee;
  text-align: center;
  margin-right: 2px;
}

.localNav--item:last-child {
  margin-right: 0;
}

.localNav--item.stay {
  background: #4cb921;
}

.localNav--item.stay a {
  pointer-events: none;
  color: #ffffff;
}

.localNav--item a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #999999;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.localNav--item a[href$='pdf'] {
  padding: 0 20px;
  background-position: 97% 50%;
}

.localNav--item a::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #4cb921;
  position: absolute;
  bottom: 4px;
  left: 0;
  opacity: 0;
  transition: all .2s ease;
}

.localNav--item a:hover::after {
  bottom: 0;
  opacity: 1;
}

.localNav.anchor .localNav--item {
  position: relative;
}

.localNav.anchor .localNav--item::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.localNav.anchor.bottom .localNav--item::before {
  border-width: 0 7.5px 10px 7.5px;
  border-color: transparent transparent #000000 transparent;
}

.localNav.col2 .localNav--item {
  width: calc(50% - 2px);
}

.localNav.col3 .localNav--item {
  width: calc(33% - 2px);
}

@media screen and (max-width: 768px) {
  .localNav--item {
    width: calc(50% - 2px) !important;
    min-height: 40px;
    margin-bottom: 2px;
  }
  .localNav--item a {
    font-size: 1.2rem;
  }
  .localNav.anchor .localNav--item a {
    padding: 0 30px;
  }
  .localNav.anchor .localNav--item::before {
    left: 10px;
  }
}

.localNavAno {
  margin: 20px 0 80px;
}

.localNavAno--list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.localNavAno--item {
  width: 13%;
}

.localNavAno--item a {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 1.2rem;
  background: #ffffff;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

.localNavAno--item.stay a {
  color: #999;
}

@media screen and (min-width: 769px) {
  .localNavAno--item a {
    transition: all .3s ease;
  }
  .localNavAno--item a:hover {
    opacity: 0.5;
  }
}

@media screen and (max-width: 768px) {
  .localNavAno {
    padding: 10px 0 20px;
  }
  .localNavAno--list {
    justify-content: flex-start;
  }
  .localNavAno--item {
    width: 47%;
    margin-bottom: 10px;
    margin-right: 6%;
  }
  .localNavAno--item:nth-of-type(2n) {
    margin-right: 0;
  }
}

/*---------------------------------
  Index Nav
---------------------------------*/
.indexNav {
  margin-top: 60px;
}

.indexNav--list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.indexNav--item {
  width: 48%;
  margin: 40px 0 0;
  padding: 20px;
  background: #eee;
  position: relative;
}

.indexNav--item:nth-child(2n) {
  margin-left: 4%;
}

.indexNav--item a ,
.banner a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  transition: all .3s ease;
}

.indexNav--item.banner,
.banner {
  padding: 0;
  background: none;
}

.indexNav--item.banner a ,
.banner a{
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 0;
  text-align: center;
}

a.banner {
  transition: all .3s ease;
}

.indexNav--item a:hover,
.banner a:hover,
a.banner:hover {
  opacity: 0.5;
}

.indexNav--img {
  width: 150px;
  position: absolute;
  top: -30px;
  right: 10px;
}

.indexNav--imageArea ,
.indexNav--imageAreaCircle  {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.indexNav--imageArea::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 90%;
}

.indexNav--imageAreaCircle::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 90%;
}

.indexNav--imageArea img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.indexNav--title {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.indexNav--desc {
  display: block;
  margin: 10px 0 0;
  padding-right: 150px;
}

@media screen and (min-width: 768px + 1) {
  .indexNav--item:hover a {
    color: #ffffff;
  }
  .indexNav--item:hover::after {
    width: 100%;
    max-width: 100%;
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .indexNav--list{
  	display: block;
  }
  .indexNav--item {
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
  }
  .indexNav--item:nth-child(2n) {
    margin-right: 0;
  }
  .indexNav--item:nth-child(3) {
    margin-right: 0;
  }
  .indexNav--item:nth-child(2n) {
  	margin-left: 0;
  }
  .indexNav--img{
  	width: 120px;
  }
  .indexNav--desc{
  	padding-right: 120px;
  }
}

/*---------------------------------
  Pagetop Button
---------------------------------*/
.pageTop {
  position: absolute;
  top: -25px;
  right: 5%;
}

.pageTop--anchor {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 40px;
  background: #333333;
  position: relative;
}

.pageTop--anchor::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*---------------------------------
  footer
---------------------------------*/
.footer {
  width: 100%;
  background: #333;
  position: relative;
}

.footer div,
.footer a {
  color: #cccccc;
  text-decoration: none;
}

.footerInfo {
  padding: 80px 0 0;
}

.footerInfo--company {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #ffffff;
}

.footerInfo--wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #666666;
}

.footerInfo--wrap::after {
  content: none;
}

.footerInfo--address {
  font-style: normal;
}

.footerInfo--freedialIcon {
  margin-right: 8px;
}

.footerInfo--freedialNumber {
  font-size: 3.0rem;
}

.footerInfo--contactBtn a {
  border-color: #4cb921 !important;
  background: #4cb921 !important;
  color: #ffffff !important;
}

.footerInfo--contactBtn a::before {
  background: #666 !important;
}

@media screen and (min-width: 769px) {
  .footerInfo--contactBtn a:hover {
    border-color: #666 !important;
  }
  .footerInfo--contactBtn a:hover::after {
    border-color: #666;
  }
}

@media screen and (max-width: 768px) {
  .footerInfo {
    padding: 40px 0 0;
  }
  .footerInfo--wrap {
    display: block;
  }
  .footerInfo--wrap * {
    text-align: center;
  }
  .footerInfo--company {
    text-align: center;
  }
  .footerInfo--number {
    display: flex;
    justify-content: space-around;
  }
  .footerInfo--number::after {
    content: none;
    display: none;
  }
  .footerInfo--freedial {
    justify-content: center !important;
  }
  .footerInfo--freedialNumber {
    font-size: 3.6rem;
  }
  .footerInfo--contact {
    margin: 20px 0 0;
  }
}

.megaMenu {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #666;
}

.megaMenu--cols {
  width: 25%;
}

@media screen and (max-width: 768px) {
  .megaMenu {
    display: none;
  }
}

.footerLink--wrap {
  padding: 0;
  list-style: none;
}

.footerLink--wrap.col2 .footerLink--item {
  display: inline-block;
  min-width: 49%;
}

.footerLink--item {
  padding-left: 1.5rem;
  position: relative;
}

.footerLink--item a {
  position: relative;
}

.footerLink--item a::before {
  content: '';
  display: block;
  width: 0;
  max-width: 0;
  height: 1px;
  background: #cccccc;
  position: absolute;
  left: 0;
  bottom: -2px;
  opacity: 0;
  transition: all .3s ease;
}

.footerLink--item a:hover::before {
  width: 100%;
  max-width: 100%;
  opacity: 1;
}

.footerLink--item::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #ccc;
  position: absolute;
  top: 1rem;
  left: 0px;
  transform: rotate(45deg) translateY(-50%);
}

.footerLink--item .footerLink--item::before {
  content: none;
}

.bannerArea--wrap {
  text-align: center;
}

.bannerArea--item {
  display: inline-block;
  margin: 30px 5px 20px;
  transition: all .3s ease;
}

.bannerArea--item:hover {
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .bannerArea--wrap {
    font-size: 0;
  }
  .bannerArea--item {
    width: 45%;
    margin: 30px 0 20px;
  }
}

.copyright {
  padding: 15px 0;
  text-align: center;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .copyright {
    padding: 15px 0;
  }
}

/*---------------------------------

  #Layout Modules

---------------------------------*/
.content p,
.content ul,
.content dl,
.content ol,
.content table,
.content blockquote {
  margin: 20px 0 0;
  line-height: 1.7;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content dl ul,
.content dl ol,
.content table p,
.content table ul,
.content table dl,
.content table ol {
  margin: 0;
}

.content .column-image-left,
.content .column-image-center,
.content .column-image-right {
  margin-top: 20px !important;
}

.content a:not[class] {
  color: #333;
}

/*---------------------------------

  #Helper Modules

---------------------------------*/
.small {
  font-size: 87%;
}

.x-small {
  font-size: 78%;
}

.large {
  font-size: 107%;
}

.x-large {
  font-size: 120%;
}

.attention {
  color: #FF3366;
}

.bold {
  font-weight: bold;
}

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

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

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

.pos-center {
  margin-left: auto;
  margin-right: auto;
}

.pos-right {
  margin-left: auto;
  margin-right: 0;
}

.pos-left {
  margin-left: 0;
  margin-right: auto;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear {
  clear: both;
}

.img-l {
  float: left;
  margin: 0 25px 10px 0;
}

.img-r {
  float: right;
  margin: 0 0 10px 25px;
}

.nocss {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.displayT {
  display: table;
}

.flex {
  display: flex;
  justify-content: space-between;
}

.flex::after {
  content: none;
}

.flex.center {
  justify-content: center;
}

.flex-always {
  display: flex;
  justify-content: space-between;
}

.flex-always::after {
  content: none;
}

.flex-always.center {
  justify-content: center;
}

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

.stretch-anchor::before {
  content: '';
  pointer-events: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

br.pc {
  display: block;
}

br.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  .flex {
    display: block;
  }
  .float-l {
    float: none;
  }
  .float-r {
    float: none;
  }
  .img-l {
    display: block;
    float: none;
    margin: 15px auto;
  }
  .img-r {
    display: block;
    float: none;
    margin: 15px auto;
  }
}

.m0 {
  margin: 0 !important;
}

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

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

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

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

.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.mb5 {
  margin-bottom: 5px !important;
}

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

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

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

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

.w5p {
  width: 5%;
}

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

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

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

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

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

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

.w10p {
  width: 10%;
}

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

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

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

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

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

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

.w15p {
  width: 15%;
}

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

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

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

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

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

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

.w20p {
  width: 20%;
}

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

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

.mr25 {
  margin-right: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.mx25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

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

.w25p {
  width: 25%;
}

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

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

.mr30 {
  margin-right: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

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

.w30p {
  width: 30%;
}

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

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

.mr35 {
  margin-right: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.mx35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

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

.w35p {
  width: 35%;
}

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

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

.mr40 {
  margin-right: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.mx40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

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

.w40p {
  width: 40%;
}

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

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

.mr45 {
  margin-right: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mx45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

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

.w45p {
  width: 45%;
}

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

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

.mr50 {
  margin-right: 50px !important;
}

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

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

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

.w50p {
  width: 50%;
}

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

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

.mr55 {
  margin-right: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.mx55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

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

.w55p {
  width: 55%;
}

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

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

.mr60 {
  margin-right: 60px !important;
}

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

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

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

.w60p {
  width: 60%;
}

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

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

.mr65 {
  margin-right: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.mx65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

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

.w65p {
  width: 65%;
}

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

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

.mr70 {
  margin-right: 70px !important;
}

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

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

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

.w70p {
  width: 70%;
}

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

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

.mr75 {
  margin-right: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.mx75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

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

.w75p {
  width: 75%;
}

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

.mb80 {
  margin-bottom: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.mx80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

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

.w80p {
  width: 80%;
}

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

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

.mr85 {
  margin-right: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.mx85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

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

.w85p {
  width: 85%;
}

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

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

.mr90 {
  margin-right: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.mx90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

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

.w90p {
  width: 90%;
}

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

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

.mr95 {
  margin-right: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.mx95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

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

.w95p {
  width: 95%;
}

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

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

.mr100 {
  margin-right: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mx100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

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

.w100p {
  width: 100%;
}

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

.p0 {
  padding: 0 !important;
}

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

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

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

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

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.px5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

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

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

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

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.px10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

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

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

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

.pr15 {
  padding-right: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.px15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

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

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

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

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.px20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

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

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

.pb25 {
  padding-bottom: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.px25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

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

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

.pb30 {
  padding-bottom: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

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

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

.pb35 {
  padding-bottom: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.px35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

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

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

.pb40 {
  padding-bottom: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.px40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

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

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

.pb45 {
  padding-bottom: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.px45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

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

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.px50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.py50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.px55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

.py55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.px65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

.py65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.px70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

.py70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.px75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

.py75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.px80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.py80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.px85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.py85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.px90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

.py90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.px95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

.py95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.px100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.py100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* --- ext icon --- */
a[href$='.xls'],
a[href$='.xlsx'] {
  background: url(../images/icon/xls.png) no-repeat 100% 50%;
  padding-right: 25px;
}

a[href$='.doc'],
a[href$='.docx'] {
  background: url(../images/icon/doc.png) no-repeat 100% 50%;
  padding-right: 25px;
}

a[href$='pdf'] {
  background: url(../images/icon/pdf.png) no-repeat 100% 50%;
  padding-right: 25px;
}

a[href$='ppt'] {
  background: url(../images/icon/ppt.png) no-repeat 100% 50%;
  padding-right: 25px;
}

.noIcon a {
  background: none;
  padding-right: 0 !important;
}

/* --- blockquote --- */
blockquote,
.acms-entry blockquote {
  border: none;
  padding: 30px 30px 30px 120px;
  background: #fafafa;
  position: relative;
}

blockquote::before,
.acms-entry blockquote::before {
  content: '“';
  width: 85px;
  height: 85px;
  font-weight: bold;
  font-size: 200px;
  color: #ffffff;
  position: absolute;
  top: -50px;
  left: 20px;
  transform: translateY(-50%);
}

/*---------------------------------

  #Heading

---------------------------------*/
.content .ttl-h2,
.content .ttl-h3,
.content .ttl-h4,
.content .ttl-h5,
.content .wysiwyg h1,
.content .wysiwyg h2,
.content .wysiwyg h3,
.content .wysiwyg h4 {
  font-weight: bold;
}

.content .ttl-h2,
.content .wysiwyg h1 {
  text-align: center;
  margin: 80px 0 0;
  font-size: 2.6rem;
}

.content .ttl-h2 span,
.content .wysiwyg h1 span {
  display: inline-block;
  padding: 0 15px;
  background: #4cb921;
  color: #ffffff;
}

.content .ttl-h2 a:link {
  text-decoration: underline;
}

.content .ttl-h2 a:visited {
  text-decoration: underline;
}

.content .ttl-h2 a:hover,
.content .ttl-h2 a:active {
  text-decoration: none;
}

.content .ttl-h3,
.content .wysiwyg h2 {
  margin: 20px 0 0;
  padding: 0 0 15px;
  text-align: center;
  font-size: 2rem;
  color: #4cb921;
  position: relative;
}

.content .ttl-h3::after,
.content .wysiwyg h2::after {
  content: '';
  width: 80px;
  height: 2px;
  background: #4cb921;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content .ttl-h3.left::after,
.content .wysiwyg h2.left::after {
  left: 0;
  transform: none;
}

.content .ttl-h4,
.content .wysiwyg h3 {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1.8rem;
  color: #4cb921;
}

.content .ttl-h5,
.content .wysiwyg h4 {
  margin: 15px 0 0;
  font-size: 1.6rem;
  text-align: center;
}

.anchorPoint {
  padding-top: 100px !important;
  margin-top: -60px !important;
}

@media all and (-ms-high-contrast: none) {
  .content .ttl-h2 span,
  .content .wysiwyg h1 span {
    padding-top: 4px;
  }
}

@media screen and (max-width: 768px) {
  .content .ttl-h2,
  .content .wysiwyg h1{
  	  font-size: 2.2rem;
  }
}

/*---------------------------------

  #Catchcopy

---------------------------------*/
.catchCopy {
  font-weight: bold;
  font-size: 2.6rem;
  color: #4cb921;
}

@media screen and (max-width: 768px) {
  .catchCopy {
    text-align: left !important;
	font-size: 2rem;
  }
}

/*---------------------------------

  #List

---------------------------------*/
.list li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.list li:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #4cb921;
  /*border-radius: 4px;*/
  position: absolute;
  top: 1.05rem;
  left: 0;
  transform: translateY(-50%);
}

.flow li {
  display: inline-block;
  margin-right: 2em;
}

.link li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}

.link li:before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 1px #4cb921;
  border-right: solid 1px #4cb921;
  position: absolute;
  top: 1rem;
  left: 2px;
  transform: rotate(45deg) translateY(-50%);
}

ol {
  counter-reset: number;
  padding: 0;
  /* paddingキャンセル */
  list-style: none;
  /* olがはき出す数字を消す */
}

ol li {
  text-indent: -30px;
  padding-left: 30px;
  margin-bottom: 5px;
}

ol li::before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

ol ol {
  counter-reset: number;
  margin: 5px 0 0 !important;
  padding: 0;
  /* paddingキャンセル */
  list-style: none;
  /* olがはき出す数字を消す */
}

ol ol li::before {
  counter-increment: number;
  content: "(" counter(number) ") ";
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
}

.rice li {
  margin: 0 0 5px 1em;
  text-indent: -1em;
}

dl.list dt {
  margin: 5px 0 0;
  padding-left: 1em;
  font-weight: bold;
  position: relative;
}

dl.list dt::before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  background: #4cb921;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

dl.list dd {
  padding-left: 1em;
}

@media screen and (max-width: 768px) {
  .flow li {
    display: block;
  }
}

/*---------------------------------

  #Img List

---------------------------------*/
.imgList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 !important;
}

.imgList.col3 .imgList--item {
  width: 32%;
  margin-left: 0;
  margin-right: 2%;
}

.imgList.col3 .imgList--item:nth-child(3n) {
  margin-right: 0;
}

.imgList--item {
  width: 48%;
  margin: 20px 0 0;
}

.imgList--item:nth-child(2n) {
  margin-left: 4%;
}

@media screen and (max-width: 768px) {
  .imgList {
    display: block;
  }
  .imgList--item {
    width: 100% !important;
    margin: 20px 0 0 !important;
  }
}

/*---------------------------------

  #External

---------------------------------*/
a.external {
  display: inline-block;
  padding-right: 25px;
  position: relative;
}

a.external::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/themes/main/images/common/icon_external.svg) no-repeat center center/cover;
  position: absolute;
  top: 46%;
  right: 0;
  transform: translateY(-50%);
}

/*---------------------------------

  #Box

---------------------------------*/
.simpleBox {
  padding: 30px 40px;
  border: 1px solid #999;
}

/*---------------------------------

  #FAQ

---------------------------------*/
.faq {
  margin: 40px 0 0;
}

.faq--unit {
  border: 1px solid #4cb921;
  margin: 20px 0 0;
}

.faq--question {
  min-height: 50px;
  padding: 20px 20px 0 65px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
}

.faq--question::before {
  content: 'Q';
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 2.6rem;
  color: #4cb921;
  position: absolute;
  top: 10px;
  left: 10px;
}

.faq--answer {
  min-height: 50px;
  padding: 10px 20px 20px 65px;
  font-size: 1.4rem;
  position: relative;
  color: #666666;
}

@media screen and (max-width: 768px) {
  .faq--question {
    font-size: 1.4rem;
  }
  .faq--answer {
    padding-left: 20px;
  }
}

/*---------------------------------

  #Contact

---------------------------------*/
.freedial {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}

.freedial--icon {
  margin-right: 10px;
}

.freedial--number {
  letter-spacing: 2px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 3.5rem;
  color: #333;
  text-decoration: none;
}

.contact-btn a {
  min-width: 250px !important;
}

.contact-btn a span::before {
  content: '';
  display: block;
  width: 16px;
  height: 15px;
  background: url(/themes/main/images/common/icon_mail-white.png) no-repeat center center/cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*---------------------------------

  #SNS Share Button

---------------------------------*/
.social-icon ul {
  margin: 20px auto;
  text-align: center;
}

.social-icon ul li {
  display: inline-block;
}

.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .facebook:hover {
    background: url(../images/sns/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998 !important;
  }
}

.facebook {
  background: url(../images/sns/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #3b5998;
}

@media screen and (min-width: 750px) {
  .twitter:hover {
    background: url(../images/sns/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced !important;
  }
}

.twitter {
  background: url(../images/sns/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #00aced;
}

@media screen and (min-width: 750px) {
  .line:hover {
    background: url(../images/sns/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13 !important;
  }
}

.line {
  background: url(../images/sns/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #2cbf13;
}

/*---------------------------------

  #Table

---------------------------------*/
table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  width: 100%;
  box-sizing: border-box;
}

table th,
table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #b2b2b2;
  background: #fff;
}

table th {
  background: #eee;
  font-weight: bold;
}

table thead th,
th.head {
  background: #4cb921;
  text-align: center;
  color: #ffffff;
}

table.noBorder,
table.noBorder * {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}

table.noBorder th,
table.noBorder td {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .vertical-table th, .vertical-table td {
    display: block;
    width: 100%;
  }
}

/*---------------------------------
  button
---------------------------------*/
.btn, .contact-btn {
  display: inline-block;
  position: relative;
}

.btn.btn-02 a, .btn-02.contact-btn a {
  background: #4cb921;
  border-color: #4cb921;
  color: #333333;
}

.btn.btn-02 a:hover, .btn-02.contact-btn a:hover, .btn.btn-02 a:active, .btn-02.contact-btn a:active {
  color: #333;
}

.btn.btn-02 a::after, .btn-02.contact-btn a::after {
  border-color: #333;
}

.btn a, .contact-btn a {
  display: inline-block;
  min-width: 325px;
  height: 65px;
  line-height: 65px;
  padding: 0 30px;
  background: #666;
  border: 1px solid #666;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  z-index: 2;
  position: relative;
}

.btn a::before, .contact-btn a::before {
  content: '';
  display: block;
  width: 0;
  max-width: 0;
  height: 100%;
  background: #4cb921;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .3s ease;
}

.btn a::after, .contact-btn a::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
}

.btn a span, .contact-btn a span {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.btn.anchor, .anchor.contact-btn {
  position: relative;
}

.btn.anchor::before, .anchor.contact-btn::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  background: url(/themes/main/images/common/icon_external@white.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 46%;
  left: 25px;
  transform: translateY(-50%);
  z-index: 9;
}

@media screen and (min-width: 769px) {
  .btn a:hover::before, .contact-btn a:hover::before {
    width: 100%;
    max-width: 100%;
    opacity: 1;
  }
  .btn.btn-02 a:hover, .btn-02.contact-btn a:hover, .btn.btn-02 a:active, .btn-02.contact-btn a:active {
    color: #333;
  }
  .btn.btn-02 a:hover::after, .btn-02.contact-btn a:hover::after {
    border-color: #4cb921;
  }
  .btn a:hover, .contact-btn a:hover {
    color: #4cb921;
    border-color: #4cb921;
    color: #ffffff;
  }
  .btn a:hover::before, .contact-btn a:hover::before {
    width: 100%;
    max-width: 100%;
    opacity: 1;
    z-index: -1;
  }
  .btn a:hover::after, .contact-btn a:hover::after {
    border-color: #fff;
  }
  .btn a:hover span, .contact-btn a:hover span {
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .btn a, .contact-btn a {
    min-width: 290px;
    max-width: 100%;
    font-size: 1.4rem;
  }
}

/*---------------------------------
  News Area
---------------------------------*/
.news {
  margin: 70px 0;
}
.newsTop {
  margin: 70px 0 70px 40px;
  width: 850px;
}


.news--titleArea {
  display: flex;
  justify-content: space-between;
}

.news--titleArea::after {
  content: none;
}

.news--titleEn {
  letter-spacing: 3px;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}

.news--titleJp {
  margin-left: 5px;
  letter-spacing: 1px;
  font-size: 1.3rem;
}

.newsList {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.newsList--item {
  width: 30%;
  margin-top: 20px;
  margin-right: 2.666%;
  position: relative;
}
.newsList--itemTop {
  width: 100%;
  margin-top: 20px;
  margin-right: 2.666%;
  position: relative;
  display: flex;
  justify-content: space-between;
}


.newsList--item:nth-child(3n) {
  margin-right: 0;
}

.newsList--item:hover .newsList--thumbImage {
  max-width: none;
  width: 110%;
  height: 110%;
}

.newsList--imageArea {
  align-self: flex-start;
  width: 100%;
  height: auto;
  background: #ddd;
  position: relative;
  overflow: hidden;
}

.newsList--imageArea::after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 61.095%;
}

.newsList--thumbImage {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s ease;
  object-fit: cover;
}

.newsList--textAreaTop {
  display: flex;
  justify-content: flex-start;
}
.newsList--title {
  display: inline-block;
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
}
.newsList--titleTop {
  display: block;
  margin: 10px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
}

.newsList--date {
  font-weight: bold;
  font-size: 1.3rem;
  color: #666666;
}
.newsList--dateTop {
  font-weight: bold;
  font-size: 1.3rem;
  color: #666666;
  display: block;
  width: 100px;
  margin: 12px 0 0;
  float: left;
  clear: left;
}


@media screen and (max-width: 768px) {
  .news {
    margin: 50px 0 0;
    padding: 0 15px;
  }
  .newsTop {
    margin: 100px 0 0;
    padding: 0 15px;
    width: 100%;
  }
  
  .news--indexLink {
    display: none;
  }
  .news--indexBtn {
    border-bottom: 1px solid #000;
  }
  .news--indexBtn a {
    display: block;
    padding: 13px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    position: relative;
  }
  .news--indexBtn a::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
  }
  .newsList {
    display: block;
  }
  
  .newsList--item ,
  .newsList--itemTop{
    display: block;
    width: 100%;
    margin: 0;
    padding: 13px 20px 13px 0;
    border-top: 1px solid #000;
    position: relative;
  }
  .newsList--item{
  	display: flex;
  }
  .newsList--item:last-of-type,
  .newsList--itemTop:last-of-type {
    border-bottom: 1px solid #000;
  }
  .newsList--item::after,
  .newsList--itemTop::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: rotate(45deg) translateY(-50%);
  }
  .newsList--imageArea {
    width: 38%;
    margin-right: 4%;
  }
  .newsList--thumbImage {
    object-fit: cover;
  }
  .newsList--textArea {
    width: 58%;
  }
  .newsList--textAreaTop {
    width: 90%;
    display: block;
  }
  .newsList--title,
  .newsList--titleTop {
    margin: 0;
    line-height: 1.4;
    font-size: 1.5rem;
  }
  .newsList--dateTop {
  	margin-top: 0;
  }
  .newsList--titleTop{
  	padding-left: 100px;
  }
}

/* /////////////////////////////////

  _cms.scss

///////////////////////////////// */
/*---------------------------------
  Init acms.css
---------------------------------*/
#adminBox {
  width: 100%;
  position: absolute;
  top: 60px;
  margin-bottom: 0 !important;
  z-index: 99999;
}

.acms-entry .entry-container {
  margin-left: 10px;
  margin-right: 10px;
}

.acms-entry .entry-container2 {
  padding-left: 10px;
  padding-right: 10px;
}

.acms-entry .entry-container iframe {
  max-width: 100%;
  margin-top: 20px;
}

.acms-entry blockquote {
  margin-top: 20px !important;
}

[class*='column-gf-map-'] {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
  text-align: left;
}

/* ファイル配置（右） */
.column-gf-file-right {
  text-align: right;
}

/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left,
.column-gf-video-left {
  display: inline;
  float: left;
}

/* YouTube配置 (右) */
.column-gf-youtube-right,
.column-gf-video-right {
  display: inline;
  float: right;
}

/* YouTube配置 (中央) */
.column-gf-youtube-center,
.column-gf-video-center {
  margin-left: auto;
  margin-right: auto;
}

.acms-entry [class*="column-gf-youtube-"] {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.acms-entry [class*="column-gf-video-"] {
  box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

div.a-table-editable:after {
  display: none;
}

.entryFormColumnTable {
  table-layout: fixed;
}

/* ------ 変なところ調整 -------------------------- */
.column-gf-youtube-left,
.column-gf-video-left,
.column-gf-youtube-right,
.column-gf-video-right {
  width: 50%;
}

[class^="column-gf-file-"] {
  margin-right: 10px;
  margin-left: 10px;
}

.acms-entry .entry-container {
  clear: both;
}

.entry-container iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  [class*=column-gf-video-],
  [class*=column-gf-youtube-] {
    display: block;
    width: 100% !important;
  }
  [class*=column-gf-video-] iframe,
  [class*=column-gf-youtube-] iframe {
    width: 100%;
    height: 100%;
  }
}

/*---------------------------------
  Parts
---------------------------------*/
.entry-date {
  text-align: right;
  font-size: 87%;
}

.entryNav,
.pagerNav {
  margin: 50px 0 0;
}

.entryNav a:link,
.entryNav a:visited,
.entryNav a:hover,
.entryNav a:active,
.pagerNav a:link,
.pagerNav a:visited,
.pagerNav a:hover,
.pagerNav a:active {
  text-decoration: none;
}

.entryNav ul,
.pagerNav ul {
  margin: 0;
}

.entryNav {
  background: #eee;
  padding: 10px;
}

.entryNav--list::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.entryNav--item {
  width: 33%;
}

.entryNav--item.new {
  float: left;
}

.entryNav--item.old {
  float: right;
  text-align: right;
}

.entryNav--item.home {
  float: left;
  text-align: center;
  margin: 0;
}

* html .entryNav--list {
  zoom: 1;
}

/* IE6 */
*:first-child + html .entryNav--list {
  zoom: 1;
}

/* IE7 */
.pagerNav--item {
  float: left;
  text-align: center;
  margin-right: 2px;
  line-height: 1;
}

.pagerNav--item a:link,
.pagerNav--item a:visited {
  display: block;
  width: 30px;
  height: 35px;
  line-height: 35px;
  background: #dbf1d3;
  border: 2px solid #dbf1d3;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  position: relative;
  transition: all .3s ease;
}

.pagerNav--item a:hover,
.pagerNav--item a:active {
  background: #fff;
}

.pagerNav .cur {
  display: block;
  width: 30px;
  height: 35px;
  line-height: 35px;
  background: #4cb921;
  border: 1px solid #4cb921;
  color: #fff;
  position: relative;
}

.search.entry p.continue {
  margin: 0;
  padding: 0;
}

.search.entry p.continue a {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
}

.search.entry p.continue a:hover {
  background-color: #F0F0F0;
}

/*---------------------------------
  Entry Navigation
---------------------------------*/
.entry-navigation {
  font-size: 87%;
  margin: 50px 0 0;
}

.entry-navigation a:link,
.entry-navigation a:visited,
.entry-navigation a:hover,
.entry-navigation a:active,
.pager-navigation a:link,
.pager-navigation a:visited,
.pager-navigation a:hover,
.pager-navigation a:active {
  text-decoration: none;
}

.entry-navigation ul,
.pager-navigation ul {
  margin: 0;
}

/* entry-navigation */
.entry-navigation {
  background: #eee;
  padding: 10px;
}

.entry-navigation li {
  width: 33%;
}

.entry-navigation .entry-new {
  float: left;
}

.entry-navigation .entry-list {
  float: left;
  text-align: center;
}

.entry-navigation .entry-old {
  float: right;
  text-align: right;
}

.entry-navigation .home {
  text-align: center;
  margin-top: -20px;
}

.entry-navigation ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .entry-navigation ul {
  zoom: 1;
}

/* IE6 */
*:first-child + html .entry-navigation ul {
  zoom: 1;
}

/* IE7 */
/*---------------------------------
  info navigation
---------------------------------*/
.infoNav {
  width: 360px;
  padding: 25px 45px;
  background: #ffffff;
}

.infoNav--heading {
  margin: 0;
  text-align: center;
  font-size: 1.8rem;
}

.infoNav--list {
  margin: 20px 0;
}

.infoNav--item {
  margin: 15px 0 0;
}

.infoNav.backNumber .infoNav--item {
  float: left;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .infoNav {
    width: 100%;
    margin: 30px 0 0;
    padding: 20px 15px;
  }
  .infoNav--list::after {
    content: '';
    display: block;
    clear: both;
  }
}

/*---------------------------------

  sp

---------------------------------*/
@media screen and (max-width: 768px) {
  .columnImage {
    width: 100%;
  }
  .acms-table-scrollable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .acms-table-scrollable tbody {
    width: 100%;
    display: table;
  }
}


/*---------------------------------
  recruit
---------------------------------*/
.recruit--text {
  font-size: 18px;
}
.sp374 {
  display: none;
}
.accordion-content{
	display: none;
}
.accordion-open{
	padding: 15px;
	color: #fff;
	font-size: 17px;
	background: #666666;
	position: relative;
	cursor: pointer;
	transition: all .3s ease;
	height: 9rem;
}
.accordion-open span.recruit-end{
	/* position: absolute;
	right: 4.3rem; */
	font-size: 85%;
	display: block;
}

.no-recruit .accordion-open {
  cursor: auto;
}
.recruit table th{
	width: 20%;
}
.recruit table td{
	width: 80%;
}
.recruit table td.calendar-list ul{
	width: 400px;
}
@media screen and (min-width: 750px) {
  .accordion:not(.no-recruit) .accordion-open:hover{
    background: #4cb921;
  }
}
.accordion:not(.no-recruit) .accordion-open::before{ 
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
  transition: .3s;
  top: 36%;
	position: absolute;
	right: 20px;
}
.accordion:not(.no-recruit) .accordion-open.open::before{
  transform: rotate(-45deg);
  transition: .3s;
  top: 44%;
}
.accordion-open.open{
	background: #4cb921;
	/*border: 1px solid #4cb921;*/
}
.accordion:not(.no-recruit) .accordion-open.open::after{
	content: "";
	position: absolute;
	display: inline-block;
	border-style: solid;
	border-width: 15px 11px 0 11px;
	border-color: #4cb921 transparent transparent transparent;
	bottom: -12px;
	left: 30px;
}

.accordion table{
	width: 100%;
}
div.accordion-box::after{
	content: "";
	display: none !important;
}
.accordion-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.accordion{
  width: 48%;
}
.all-item h3{  /* 採用情報　共通項目様 */
	background: #4cb921;
	padding: 15px;
	font-size: 17px;
	color: #fff;
	margin-top: 20px;
	font-weight: normal;
}
.all-item .recruit-content{
	position: relative;
}
.all-item .recruit-content .calendar-area{
	position: absolute;
	top: 1rem;
	right: 0;
	text-align: center;
	z-index: 1;
}
.all-item .recruit-content .calendar-area a[href$='pdf']{
	background: none;
	padding-right: 0;
}
.all-item .recruit-content .calendar-area .calendar-box{
	display: flex;
	gap: 20px;
}
.all-item .recruit-content .calendar-area .calendar-box::after{
	display: none;
}
.all-item .recruit-content .calendar-area .calendar-box a{
	width: 40%;
}
/*.all-item .recruit-content .columnImage{
	position: absolute;
    top: 2.2rem;
    right: 5rem;
    width: 150px;
	z-index: 1;
}
.all-item .recruit-content .column-gf-file-auto{
	position: absolute;
    right: 2rem; 
    top: 16rem;
}
.all-item .recruit-content a[href$='pdf'],
.all-item .recruit-content .column-gf-file-auto a[href$='pdf']{
	background: none;
	padding: 0;
}*/
@media screen and (max-width: 750px) {
	.recruit table th,
	.recruit table td{
		width: 100%;
	}
	  table colgroup{
	  display: none;
	  }
	  .accordion table{
	  width: 100%;
	  }
	  .accordion:nth-child(even) table{
		margin-left: 0;
	}
	.accordion{
		width: 100%;
	}
	.all-item table .all-holiday{
		padding-top: 20rem;
	}
	.all-item .recruit-content .calendar-area{
		left: 50%;
		transform: translate(-50%, 23%);
    	-webkit-transform: translate(-50%, 23%);
    	-ms-transform: translate(-50%, 23%);
		width: 30rem;
	}
	.all-item .recruit-content .calendar-area .calendar-box a{
		width: 100%;
	}
	/*.all-item .recruit-content .columnImage{
		left: 50%;
		transform: translate(-50%, 36%);
    	-webkit-transform: translate(-50%, 36%);
    	-ms-transform: translate(-50%, 36%);
	}
	.all-item .recruit-content .column-gf-file-auto{
		left: 50%;
		transform: translate(-50%, 100%);
    	-webkit-transform: translate(-50%, 100%);
    	-ms-transform: translate(-50%, 100%);
		right: auto;
		margin: 0;
		width: 20rem;
	}*/

	.recruit table td.calendar-list ul{
		width: 100%;
	}
	.recruit table td.calendar-list ul:first-child{
		margin-top: 4rem;
	}
}
@media screen and (max-width: 374px) {
  .sp374 {
    display: block;
  }
}

/*---------------------------------
  environment
---------------------------------*/
#bousaishi .float-r,
#eco .float-r,
#recycling .float-r,
#bcp .float-r{
	margin-left: 25px;
}

@media screen and (max-width: 750px) {
#bousaishi .float-r,
#eco .float-r,
#recycling .float-r,
#bcp .float-r{
	margin-left: 0;
}
#bousaishi .displayT,
#eco .displayT,
#recycling .displayT{
	margin: 0 auto;
}
}