@charset "UTF-8";
/* ================================================
static.css
================================================ */
/***************************************************
.static-globalHeader
***************************************************/
.static-globalHeader {
  position: relative;
  z-index: 11;
}

.static-globalHeader__bg01 {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.24);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__bg01 {
    padding: 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__bg01 {
    min-width: 1200px;
  }
}

.static-globalHeader__pt01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
    height: 60px;
  }
}

.static-globalHeader__pt01 > .div01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 {
    position: relative;
    width: 240px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-globalHeader__pt01 > .div01 > .a01 > img {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalHeader__pt01 > .div01 > .a01 > img {
    width: 150px;
  }
}

/***************************************************
.static-globalFooter
***************************************************/
.static-globalFooter .static-globalFooter__pattern-1.sp-1 {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .static-globalFooter .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter .-onlySp {
    display: none;
  }
}

.static-globalFooter__bg01 {
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__bg01 {
    padding: 40px 15px;
    min-width: 1200px;
  }
}

.static-globalFooter__pt01 > figure {
  text-align: center;
}

.static-globalFooter__pt01 > figure a {
  display: inline-block;
}

.static-globalFooter__pt01 > figure img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > figure img {
    width: 138px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > figure img {
    width: 70px;
  }
}

.static-globalFooter__pt01 > p {
  color: #999;
  font-size: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p {
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) {
  .static-globalFooter__pt01 > p {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-globalFooter__pt01 > p > span {
    display: none;
  }
}

/***************************************************
.wrapper-boxInfo
***************************************************/
@media screen and (min-width: 768px) {
  .wrapper-boxInfo .static-info:first-child,
  .wrapper-education {
    margin-top: 25px;
  }
}

/***************************************************
.static-breadcrumb
***************************************************/
@media screen and (max-width: 767px) {
  .static-breadcrumb {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-breadcrumb {
    margin: 0 auto;
    padding: 0 15px;
    width: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .static-breadcrumb__pattern-1.sp-1 {
    padding: 0 15px;
  }
}

@media screen and (min-width: 768px) {
  .static-breadcrumb__pattern-1.sp-1 {
    margin-top: 10px;
  }
}

.static-breadcrumb__pt01 > .ul01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.static-breadcrumb__pt01 > .ul01 > li {
  position: relative;
}

.static-breadcrumb__pt01 > .ul01 > li > a {
  color: #ba955b;
  font-size: 10px;
}

.static-breadcrumb__pt01 > .ul01 > li > span {
  color: #999;
  font-size: 10px;
}

.static-breadcrumb__pt01 > .ul01 > li:not(:last-child) {
  margin-right: 5px;
  padding-right: 11px;
}

.static-breadcrumb__pt01 > .ul01 > li:not(:last-child):before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  width: 6px;
  height: 7px;
  background-image: url(../images/arw_004a.svgz);
  background-repeat: none;
  background-size: 6px 7px;
}

/***************************************************
.static-floatKeepBar
***************************************************/
.static-floatKeepBar__pattern-1 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .static-floatKeepBar__pattern-1 {
    display: none;
  }
}

.static-floatKeepBar__pattern-2 {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

@media screen and (min-width: 768px) {
  .static-floatKeepBar__pattern-2 {
    display: none;
  }
}

.static-floatKeepBar__bg01 {
  padding: 30px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .static-floatKeepBar__bg01 {
    padding: 10px;
  }
}

.static-floatKeepBar__pattern-1 .static-floatKeepBar__pt01 > .ul01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px;
}

.static-floatKeepBar__pattern-1 .static-floatKeepBar__pt01 > .ul01 > li {
  position: relative;
  padding: 0 8px;
  width: 50%;
}

.static-floatKeepBar__pattern-2 .static-floatKeepBar__pt01 > .ul01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.static-floatKeepBar__pattern-2 .static-floatKeepBar__pt01 > .ul01 > li {
  position: relative;
  padding: 0 5px;
  width: 33.333%;
}

.static-floatKeepBar__pt01 .js-keepBalloon {
  display: none;
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  padding: 9px 5px;
  min-width: 105px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  border-radius: 100px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #ffce00;
  z-index: 1;
}

.static-floatKeepBar__pt01 .js-keepBalloon:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 10px 6px 0 6px;
  border-style: solid;
  border-color: #ffce00 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.static-floatKeepBar__pt01 .-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.static-floatKeepBar__pt01 .-button > span {
  display: inline-block;
  position: relative;
  padding-left: 21px;
}

.static-floatKeepBar__pt01 .-button > span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px;
}

.static-floatKeepBar__pt01 .-button.a01 {
  border: 1px solid #d6d6d6;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
}

.static-floatKeepBar__pt01 .-button.a01 > span:before {
  background-image: url(../images/icon_003a.svgz);
}

.static-floatKeepBar__pt01 .-button.a02, .static-floatKeepBar__pt01 .-button.a03 {
  color: #fff;
  border: 1px solid #ba955b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  background-color: #ba955b;
}

.static-floatKeepBar__pt01 .-button.a02 > span:before, .static-floatKeepBar__pt01 .-button.a03 > span:before {
  background-image: url(../images/icon_001b.svgz);
}

.static-floatKeepBar__pt01 .-button.a03 > span:before {
  background-image: url(../images/icon_033a.svgz);
}

.static-floatKeepBar__pt01 .-button.a04 {
  color: #fff;
  border: 1px solid #ba955b;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  background-color: #780000;
}

.static-floatKeepBar__pt01 .-button.a04 > span {
  padding-left: 0;
}

.static-floatKeepBar__pt01 .-button.a04 > span > i {
  font-size: 10px;
  font-style: normal;
}

.static-floatKeepBar__pt01 .-button.a04 > span:before {
  display: none;
}

/***************************************************
.static-info
***************************************************/
.static-info__pattern-1.sp-1 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .static-info__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.static-info__bg01 {
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .static-info__bg01 {
    padding: 30px 25px 15px;
  }
}

.static-info__pt01 > .-heading01 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
}

.static-info__pt01 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

.static-info__pt02 > .-boxInfo {
  margin-top: 7px;
  border-top: 2px solid #e5e5e5;
}

.static-info__pt02 > .-boxInfo > .div01 {
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  .static-info__pt02 > .-boxInfo > .div01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}

.static-info__pt02 > .-boxInfo > .div01:not(:first-child) {
  border-top: 1px dotted #e5e5e5;
}

.static-info__pt02 > .-boxInfo > .div01 > .div02 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-info__pt02 > .-boxInfo > .div01 > .div02 {
    width: 220px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-info__pt02 > .-boxInfo > .div01 > .div03 {
  width: 100%;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .static-info__pt02 > .-boxInfo > .div01 > .div03 {
    padding-top: 8px;
    padding-left: 10px;
  }
}

.static-info .static-info__pattern-1 .p01 {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-info .static-info__pattern-1 .p01 {
    padding: 15px 0;
  }
}

.static-info .static-info__pattern-1 > .-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.static-info .static-info__pattern-1 > .-button.a01 {
  position: relative;
  margin: 20px auto 0;
  padding: 12px 10px;
  width: 165px;
  color: #ba955b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .static-info .static-info__pattern-1 > .-button.a01:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-info .static-info__pattern-1 > .-button.a01:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .static-info .static-info__pattern-1 > .-button.a01 {
    margin-top: 10px;
    padding: 8px 10px;
    width: 85px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .static-info .static-info__pattern-1 > .-button.a01:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

.static-info .static-info__pattern-1 > .-button.a01 > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}

.static-info .static-info__pattern-1 > .-button.a01 > span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/icon_028a.svgz);
  background-repeat: no-repeat;
  background-size: 12px;
}

@media screen and (max-width: 767px) {
  .static-info .static-info__pattern-1 > .-button.a01 > span:before {
    top: 50%;
    width: 8px;
    height: 8px;
    background-size: 8px;
  }
}

/***************************************************
.static-pageTitle
***************************************************/
.static-pageTitle .static-pageTitle__pattern-1.sp-1 {
  margin-bottom: 10px;
}

static-pageTitle .-onlySp{
  display: none;
}

  static-pageTitle .-onlyPc{
  display: block;
}

@media screen and (max-width: 767px) {
  .static-pageTitle .static-pageTitle__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 15px;
  }

  .static-pageTitle .-onlySp{
  display: block;
  }

  .static-pageTitle .-onlyPc{
  display: none;
  }
}

.static-pageTitle__pattern-1 .static-pageTitle__pt01 > .-heading01 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
}

.static-pageTitle__pattern-1 .static-pageTitle__pt01 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-pageTitle__pattern-1 .static-pageTitle__pt01 > .-heading01 {
    font-size: 30px;
  }
}

.static-pageTitle__pattern-1 .static-pageTitle__pt01 > .p01 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .static-pageTitle__pattern-1 .static-pageTitle__pt01 > .p01 {
    font-size: 14px;
  }
}

/***************************************************
.static-jobHappyAccordion
***************************************************/
.static-jobHappyAccordion {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-2.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.static-jobHappyAccordion__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 .-onlySp {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 .-onlyPc {
    display: none;
  }
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 19px 20px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .-buttonAccordion:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-jobHappyAccordion__pt01 > .-buttonAccordion:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

html.ipad .static-jobHappyAccordion__pt01 > .-buttonAccordion:hover:before {
  background-color: transparent !important;
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/bt_001a.svgz);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .-buttonAccordion:after {
    right: 10px;
  }
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion.is-open:after {
  background-image: url(../images/bt_001b.svgz);
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion + .js-accordion-box {
  display: none;
  overflow: hidden;
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion + .js-accordion-box.is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .-buttonAccordion {
    padding: 14px 30px 14px 10px;
  }
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion:after {
  background-image: url(../images/bt_001a.svgz);
}

.static-jobHappyAccordion__pt01 > .-buttonAccordion.is-open:after {
  background-image: url(../images/bt_001b.svgz);
}

.static-jobHappyAccordion__pt01 > .div01 {
  display: none;
  overflow: hidden;
  padding: 0 30px;
  border-top: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 {
    padding: 0 10px;
  }
}

.static-jobHappyAccordion__pt01 > .div01.is-open {
  display: block;
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 {
    padding: 15px 0 20px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02:not(:first-child) {
  border-top: 1px solid #e5e5e5;
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .-heading03 {
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 {
  margin-top: 8px;
  counter-reset: num;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-bottom: -30px;
    margin-left: -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 50%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 {
    margin-top: 10px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05:nth-child(4) {
  position: relative;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05:nth-child(4) {
    margin-top: 55px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05:nth-child(4):after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 120px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/arw_005a.svgz) left center no-repeat;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05:nth-child(4):after {
    top: -40px;
    left: 50%;
    width: 120px;
    height: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/arw_005b.svgz) left center no-repeat;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > .p01 {
  position: relative;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > .p01 {
    font-size: 16px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > .p01 > span {
  padding-right: 5px;
  color: #ba955b;
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > .p03 {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > .p03 {
    margin-top: 10px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > figure {
  position: relative;
  margin-top: 10px;
  z-index: 1;
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .div04 .div05 > figure > img {
  width: 100%;
}

.static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.24);
  background-color: #ba955b;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button {
    margin: 20px auto 30px;
    width: 390px;
  }
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .static-jobHappyAccordion__pt01 > .div01 > .div02 > .-button:hover:before {
  background-color: transparent !important;
}

.static-jobHappyAccordion__pt01 > .div01 .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
}

.static-jobHappyAccordion__pt01 > .div01 .-listReference > li {
  margin-bottom: 5px;
}

.static-jobHappyAccordion__pt01 > .div01 .-listReference > li:last-child {
  margin-bottom: 0;
}

.static-jobHappyAccordion__pt01 > .div01 .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.static-jobHappyAccordion__pt01 > .div01 .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .static-jobHappyAccordion__pt01 > .div01 .-listReference > li > a:hover {
  text-decoration: underline;
}

.static-jobHappyAccordion__pt01 > .div01 .-boxInfo {
  margin-top: 7px;
  border-top: 2px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}

.static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01 {
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}

.static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01:not(:first-child) {
  border-top: 1px dotted #e5e5e5;
}

.static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01 > .div02 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01 > .div02 {
    width: 220px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01 > .div03 {
  width: 100%;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion__pt01 > .div01 .-boxInfo > .div01 > .div03 {
    padding-top: 8px;
    padding-left: 10px;
  }
}

.static-jobHappyAccordion__pt01 > .div01 .p02 {
  margin-bottom: 20px;
}

.static-jobHappyAccordion__pt01 * + .p01 {
  display: inline-block;
  margin-top: 5px;
}

.static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button,
.static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01,
.static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01 {
  position: relative;
  margin: 20px auto 0;
  padding: 12px 10px;
  width: 165px;
  color: #ba955b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01:before,
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01:hover:before,
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01,
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01 {
    margin-top: 10px;
    padding: 8px 10px;
    width: 85px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01:hover,
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

.static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01 > span,
.static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01 > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}

.static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01 > span:before,
.static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01 > span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/icon_028a.svgz);
  background-repeat: no-repeat;
  background-size: 12px;
}

@media screen and (max-width: 767px) {
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-1 > .-button.a01 > span:before,
  .static-jobHappyAccordion .static-jobHappyAccordion__pattern-2 > .-button.a01 > span:before {
    top: 50%;
    width: 8px;
    height: 8px;
    background-size: 8px;
  }
}

/***************************************************
.static-education
***************************************************/
.static-education .static-education__pattern-1.sp-1 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .static-education .static-education__pattern-1.sp-1 {
    margin-top: 10px;
    padding: 0 10px;
  }
}

.static-education__bg01 {
  padding: 10px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .static-education__bg01 {
    padding: 25px 30px 30px;
  }
}

.static-education__pt01 > .p01 {
  margin-top: 10px;
  font-weight: 700;
}

.static-education__pt01 > .div01 {
  margin-top: 1px;
}

.static-education__pt01 > .div01:first-of-type {
  margin-top: 10px;
}

.static-education__pt01 > .div01 > .-buttonAccordion {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 17px 15px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #EFE8DD;
  margin-bottom: 1px;
}

@media screen and (min-width: 768px) {
  .static-education__pt01 > .div01 > .-buttonAccordion:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-education__pt01 > .div01 > .-buttonAccordion:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

html.ipad .static-education__pt01 > .div01 > .-buttonAccordion:hover:before {
  background-color: transparent !important;
}

.static-education__pt01 > .div01 > .-buttonAccordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/bt_001a.svgz);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media screen and (max-width: 767px) {
  .static-education__pt01 > .div01 > .-buttonAccordion:after {
    right: 10px;
  }
}

.static-education__pt01 > .div01 > .-buttonAccordion.is-open:after {
  background-image: url(../images/bt_001b.svgz);
}

.static-education__pt01 > .div01 > .-buttonAccordion + .js-accordion-box {
  display: none;
  overflow: hidden;
}

.static-education__pt01 > .div01 > .-buttonAccordion + .js-accordion-box.is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-education__pt01 > .div01 > .-buttonAccordion {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.static-education__pt01 > .div01 > .-buttonAccordion.is-open {
  margin-bottom: 0;
}

.static-education__pt01 > .div01 > .-boxInfo {
  margin-top: 0;
  border-top: none;
  display: none;
  margin-top: 0;
  padding-right: 10px;
  padding-left: 10px;
  border-top: none;
}

.static-education__pt01 > .div01 > .-boxInfo > .div01 {
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  .static-education__pt01 > .div01 > .-boxInfo > .div01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}

.static-education__pt01 > .div01 > .-boxInfo > .div01:not(:first-child) {
  border-top: 1px dotted #e5e5e5;
}

.static-education__pt01 > .div01 > .-boxInfo > .div01 > .div02 {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-education__pt01 > .div01 > .-boxInfo > .div01 > .div02 {
    width: 220px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.static-education__pt01 > .div01 > .-boxInfo > .div01 > .div03 {
  width: 100%;
  word-break: break-word;
}

@media screen and (max-width: 767px) {
  .static-education__pt01 > .div01 > .-boxInfo > .div01 > .div03 {
    padding-top: 8px;
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-education__pt01 > .div01 > .-boxInfo {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.static-education__pt01 > .div01 > .-boxInfo.is-open {
  display: block;
}

@media screen and (min-width: 768px) {
  .static-education__pt01 > .div01 > .-boxInfo > .div01 {
    padding: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .static-education__pt01 > .div01 > .-boxInfo > .div01 > .div03 {
    padding-top: 3px;
  }
}

.static-education__pt01 > .div01 > .-boxInfo > .div01 > .div03 > p {
  display: inline;
  margin-right: 25px;
}

.static-education .-button {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.static-education .-button.a01 {
  position: relative;
  margin: 20px auto 0;
  padding: 12px 10px;
  width: 165px;
  color: #ba955b;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.24);
}

@media screen and (min-width: 768px) {
  .static-education .-button.a01:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-education .-button.a01:hover:before {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

@media screen and (max-width: 767px) {
  .static-education .-button.a01 {
    margin-top: 10px;
    padding: 8px 10px;
    width: 85px;
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) {
  .static-education .-button.a01:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

.static-education .-button.a01 > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
}

.static-education .-button.a01 > span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/icon_028a.svgz);
  background-repeat: no-repeat;
  background-size: 12px;
}

@media screen and (max-width: 767px) {
  .static-education .-button.a01 > span:before {
    top: 50%;
    width: 8px;
    height: 8px;
    background-size: 8px;
  }
}

/***************************************************
.static-termsCondition
***************************************************/
@media screen and (max-width: 767px) {
  .static-termsCondition__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

.static-termsCondition__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .static-termsCondition__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-termsCondition__bg01 {
    padding: 25px 30px 30px;
  }
}

.static-termsCondition__pt01 > div:not(:first-child) {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}

.static-termsCondition__pt01 > div > .-heading05 {
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  border-bottom: 2px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .static-termsCondition__pt01 > div > .-heading05 {
    margin-bottom: 10px;
  }
}

.static-termsCondition__pt01 > div > .-heading03 {
  position: relative;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .static-termsCondition__pt01 > div > .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-termsCondition__pt01 > div > .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.static-termsCondition__pt01 > div > .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.static-termsCondition__pt01 > div > .p01 {
  margin-bottom: 15px;
}

.static-termsCondition__pt01 > div .p02 {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .static-termsCondition__pt01 > div .p02 {
    margin-top: 15px;
  }
}

.static-termsCondition__pt01 > div > .-listDecimal {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  counter-reset: num;
}

.static-termsCondition__pt01 > div > .-listDecimal > li {
  margin-bottom: 5px;
}

.static-termsCondition__pt01 > div > .-listDecimal > li:last-child {
  margin-bottom: 0;
}

.static-termsCondition__pt01 > div > .-listDecimal > li {
  position: relative;
  padding-left: 19px;
}

.static-termsCondition__pt01 > div > .-listDecimal > li:before {
  content: counters(num, ".") ".";
  position: absolute;
  left: 0;
  color: #ba955b;
  font-weight: bold;
  counter-increment: num;
}

.static-termsCondition__pt01 > div > .-listDecimal > li {
  margin-bottom: 10px;
}

.static-termsCondition__pt01 > div .-list {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
}

.static-termsCondition__pt01 > div .-list > li {
  margin-bottom: 5px;
}

.static-termsCondition__pt01 > div .-list > li:last-child {
  margin-bottom: 0;
}

.static-termsCondition__pt01 > div .-listData {
  overflow: hidden;
  margin-top: 10px;
}

.static-termsCondition__pt01 > div .-listData > dt {
  float: left;
  margin-top: 5px;
  min-width: 25px;
}

.static-termsCondition__pt01 > div .-listData > dt:first-of-type {
  margin-top: 0;
}

.static-termsCondition__pt01 > div .-listData > dd {
  overflow: hidden;
  margin-top: 5px;
}

.static-termsCondition__pt01 > div .-listData > dd:first-of-type {
  margin-top: 0;
}

.static-termsCondition__pt01 > div .-listDot {
  margin-top: 8px;
}

.static-termsCondition__pt01 > div .-listDot > li {
  position: relative;
  padding-left: 12px;
}

.static-termsCondition__pt01 > div .-listDot > li:not(:last-child) {
  margin-bottom: 3px;
}

.static-termsCondition__pt01 > div .-listDot > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ba955b;
}

.static-termsCondition__pt01 > div p + .-list {
  margin-top: 10px;
}

/***************************************************
.static-privacyPolicy
***************************************************/
@media screen and (max-width: 767px) {
  .static-privacyPolicy__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

.static-privacyPolicy__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__bg01 {
    padding: 25px 30px 30px;
  }
}

.static-privacyPolicy__bg01 + .static-privacyPolicy__bg01 {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__bg01 + .static-privacyPolicy__bg01 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__pt01 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt01 {
    margin-bottom: 20px;
  }
}

.static-privacyPolicy__pt01 > .-heading01 {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.static-privacyPolicy__pt01 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt01 > .-heading01 {
    font-size: 30px;
  }
}

.static-privacyPolicy__pt01 > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__pt01 > ul {
    margin-top: 10px;
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt01 > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
    font-size: 12px;
  }
}

.static-privacyPolicy__pt01 > figure {
  text-align: right;
}

.static-privacyPolicy__pt02 > div {
  line-height: 1.71;
}

.static-privacyPolicy__pt02 > div:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div:not(:first-child) {
    margin-top: 20px;
  }
}

.static-privacyPolicy__pt02 > div > .-heading02 {
  color: #333;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

.static-privacyPolicy__pt02 > div > .-heading03 {
  position: relative;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__pt02 > div > .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.static-privacyPolicy__pt02 > div > .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.static-privacyPolicy__pt02 > div > .-heading04 {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__pt02 > div > .-heading04 {
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .-heading04 {
    margin-top: 15px;
  }
}

.static-privacyPolicy__pt02 > div > .-heading04:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .-heading04:not(:first-child) {
    margin-top: 15px;
  }
}

.static-privacyPolicy__pt02 > div > .-listData {
  overflow: hidden;
  margin-top: 10px;
}

.static-privacyPolicy__pt02 > div > .-listData > dt {
  float: left;
  margin-top: 5px;
  min-width: 25px;
}

.static-privacyPolicy__pt02 > div > .-listData > dt:first-of-type {
  margin-top: 0;
}

.static-privacyPolicy__pt02 > div > .-listData > dd {
  overflow: hidden;
  margin-top: 5px;
}

.static-privacyPolicy__pt02 > div > .-listData > dd:first-of-type {
  margin-top: 0;
}

.static-privacyPolicy__pt02 > div > p:not(:first-child) {
  margin-top: 16px;
}

.static-privacyPolicy__pt02 > div .span01 {
  font-weight: 700;
}

.static-privacyPolicy__pt02 > div > .p01 {
  text-align: right;
}

.static-privacyPolicy__pt02 > div > .-buttonSubmit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ba955b;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .-buttonSubmit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-privacyPolicy__pt02 > div > .-buttonSubmit:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .-buttonSubmit {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .-buttonSubmit:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .static-privacyPolicy__pt02 > div > .-buttonSubmit:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .static-privacyPolicy__pt02 > div > .-buttonSubmit:hover:before {
  background-color: transparent !important;
}

.static-privacyPolicy__pt02 > div .dl01 > dt {
  margin-top: 10px;
}

.static-privacyPolicy__pt02 > div > .div01 {
  padding: 10px;
  border: 1px solid rgba(204, 204, 204, 0.5);
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .div01 {
    padding: 30px;
  }
}

.static-privacyPolicy__pt02 > div > .div01 > p {
  margin-top: 8px;
}

.static-privacyPolicy__pt02 > div > .div01 > .-heading03 {
  position: relative;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__pt02 > div > .div01 > .-heading03 {
    padding-left: 10px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .div01 > .-heading03 {
    padding-left: 15px;
    font-size: 18px;
  }
}

.static-privacyPolicy__pt02 > div > .div01 > .-heading03:before {
  content: '';
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 4px;
  background-color: #ba955b;
}

.static-privacyPolicy__pt02 > div > ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .static-privacyPolicy__pt02 > div > ul {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
  }
}

.static-privacyPolicy__pt02 > div > .bulleted_list {
  font-size: 14px;
  text-align: left;
}

.static-privacyPolicy__pt02 > div > .bulleted_list > li {
  list-style-type: disc;
  margin-left: 24px;
}

.listnone{
  list-style: none !important;
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy__pt02 > div > .bulleted_list > li {
    margin-left: 24px;
  }
}

.static-privacyPolicy .-sectionLine {
  margin: 0;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .static-privacyPolicy .-sectionLine {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

/***************************************************
.static-aboutBaitoru
***************************************************/
@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pattern-1.sp-1 {
    margin-top: 15px;
    padding: 0 10px;
  }
}

.static-aboutBaitoru__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__bg01 {
    padding: 30px;
  }
}

.static-aboutBaitoru__bg01 + .static-aboutBaitoru__bg01 {
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__bg01 + .static-aboutBaitoru__bg01 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt01 > figure .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt01 > figure .-onlySp {
    display: none;
  }
}

.static-aboutBaitoru__pt01 > figure > img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt02 .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 .-onlySp {
    display: none;
  }
}

.static-aboutBaitoru__pt02 > .-heading01 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e5e5e5;
}

.static-aboutBaitoru__pt02 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 > .-heading01 {
    margin-bottom: 15px;
  }
}

.static-aboutBaitoru__pt02 > .p01 {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 > .p01 {
    font-size: 15px;
  }
}

.static-aboutBaitoru__pt02 > .p01 + p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt02 > .p01 + p {
    line-height: 1.7;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 > .img01.-onlySp {
    display: none;
  }
}

.static-aboutBaitoru__pt02 > .img01 img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 > .ul01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt02 > .ul01 {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 > .ul01 > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 40px;
    padding: 0 30px 12px;
    width: 33%;
    border-right: 1px solid #e5e5e5;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt02 > .ul01 > li {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
}

.static-aboutBaitoru__pt02 > .ul01 > li:nth-child(3n+0) {
  border-right: none;
}

.static-aboutBaitoru__pt02 > .ul01 > li .p01 {
  color: #780000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt02 > .ul01 > li .p01 {
    font-size: 18px;
  }
}

.static-aboutBaitoru__pt02 > .ul01 > li .p01 > span {
  position: relative;
}

.static-aboutBaitoru__pt02 > .ul01 > li .p01 + p {
  margin-top: 10px;
}

.static-aboutBaitoru__pt02 > .ul01 > li > figure {
  margin: 15px auto 0;
  width: 60px;
}

.static-aboutBaitoru__pt02 > .ul01 > li > figure img {
  width: 100%;
}

.static-aboutBaitoru__pt02 > .ul01 > li > figure + p {
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt03 .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 .-onlySp {
    display: none;
  }
}

.static-aboutBaitoru__pt03 > .-heading01 {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #e5e5e5;
}

.static-aboutBaitoru__pt03 > .-heading01 > span {
  padding-left: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .-heading01 {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .ul01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 30px -30px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .ul01 > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 30px 30px;
    width: 50%;
    border-right: 1px solid #e5e5e5;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru__pt03 > .ul01 > li {
    padding-top: 10px;
  }
  .static-aboutBaitoru__pt03 > .ul01 > li:not(:first-child) {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 1px solid #e5e5e5;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .ul01 > li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .ul01 > li:nth-child(1), .static-aboutBaitoru__pt03 > .ul01 > li:nth-child(2) {
    padding-top: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}

.static-aboutBaitoru__pt03 > .ul01 > li:nth-child(2) {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.static-aboutBaitoru__pt03 > .ul01 > li:nth-child(3), .static-aboutBaitoru__pt03 > .ul01 > li:nth-child(4) {
  padding-bottom: 0;
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div01 {
  width: 100%;
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div01 .p01 {
  color: #780000;
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .ul01 > li > .div01 .p01 {
    font-size: 18px;
  }
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div01 .p01 + p {
  margin-top: 10px;
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div02 > figure {
  margin-top: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 > .ul01 > li > .div02 > figure {
    margin-top: 28px;
  }
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div02 > figure img {
  width: 100%;
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div02 > .a01 {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
  color: #ba955b;
  font-size: 14px;
}

.static-aboutBaitoru__pt03 > .ul01 > li > .div02 > .a01:before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../images/arw_003a.svgz);
  background-size: 14px;
}

.static-aboutBaitoru__pt03 .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
}

.static-aboutBaitoru__pt03 .-listReference > li {
  margin-bottom: 5px;
}

.static-aboutBaitoru__pt03 .-listReference > li:last-child {
  margin-bottom: 0;
}

.static-aboutBaitoru__pt03 .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.static-aboutBaitoru__pt03 .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .static-aboutBaitoru__pt03 .-listReference > li > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru__pt03 .-listReference {
    margin-top: 30px;
    font-size: 12px;
  }
  .static-aboutBaitoru__pt03 .-listReference > li {
    padding-left: 16px;
  }
}

.static-aboutBaitoru .ul02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px -7.5px 0;
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru .ul02 {
    margin-top: 10px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.static-aboutBaitoru .ul02 > li {
  padding: 0 7.5px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru .ul02 > li:not(:first-child) {
    margin-top: 10px;
  }
}

.static-aboutBaitoru .ul02 > li .-buttonSubmit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ba955b;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li .-buttonSubmit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-aboutBaitoru .ul02 > li .-buttonSubmit:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li .-buttonSubmit {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li .-buttonSubmit:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .static-aboutBaitoru .ul02 > li .-buttonSubmit:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .static-aboutBaitoru .ul02 > li .-buttonSubmit:hover:before {
  background-color: transparent !important;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li .-buttonSubmit {
    width: 100%;
  }
}

.static-aboutBaitoru .ul02 > li .-buttonEdit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 165px;
  height: 100%;
  min-height: 40px;
  color: #ba955b;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li .-buttonEdit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-aboutBaitoru .ul02 > li .-buttonEdit:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .static-aboutBaitoru .ul02 > li .-buttonEdit {
    margin-top: 0;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .static-aboutBaitoru .ul02 > li .-buttonEdit {
    margin-top: 0;
    font-size: 16px;
  }
}

html.ipad .static-aboutBaitoru .ul02 > li .-buttonEdit:hover:hover:before {
  background-color: transparent !important;
}

/***************************************************
.static-postingRule
***************************************************/
@media screen and (max-width: 767px) {
  .static-postingRule__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

.static-postingRule__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .static-postingRule__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-postingRule__bg01 {
    padding: 25px 30px 30px;
  }
}

.static-postingRule__pt01 > .-listDecimal {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  counter-reset: num;
}

.static-postingRule__pt01 > .-listDecimal > li {
  margin-bottom: 5px;
}

.static-postingRule__pt01 > .-listDecimal > li:last-child {
  margin-bottom: 0;
}

.static-postingRule__pt01 > .-listDecimal > li {
  position: relative;
  padding-left: 19px;
}

.static-postingRule__pt01 > .-listDecimal > li:before {
  content: counters(num, ".") ".";
  position: absolute;
  left: 0;
  color: #ba955b;
  font-weight: bold;
  counter-increment: num;
}

.static-postingRule__pt01 > .-listDecimal > li {
  margin-bottom: 8px;
  line-height: 1.71;
}

.static-postingRule__pt01 > .-listDecimal > li > .-listDot {
  margin-top: 8px;
}

.static-postingRule__pt01 > .-listDecimal > li > .-listDot > li {
  position: relative;
  padding-left: 12px;
}

.static-postingRule__pt01 > .-listDecimal > li > .-listDot > li:not(:last-child) {
  margin-bottom: 3px;
}

.static-postingRule__pt01 > .-listDecimal > li > .-listDot > li:before {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #ba955b;
}

.static-postingRule__pt01 > .-listDecimal > li > .-listDot > li {
  margin-bottom: 0;
}

.static-postingRule__pt01 > .-listDecimal > li > .-listDot > li:before {
  top: 8px;
  background-color: #333;
}

@media screen and (max-width: 767px) {
  .static-postingRule__pt01 > .-listDecimal > li > p + p {
    margin-top: 5px;
  }
}

.static-postingRule__pt01 > p > .-buttonSubmit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ba955b;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .static-postingRule__pt01 > p > .-buttonSubmit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-postingRule__pt01 > p > .-buttonSubmit:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

@media screen and (min-width: 768px) {
  .static-postingRule__pt01 > p > .-buttonSubmit {
    width: 370px;
  }
}

@media screen and (min-width: 768px) {
  .static-postingRule__pt01 > p > .-buttonSubmit:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  }
}

html.ipad .static-postingRule__pt01 > p > .-buttonSubmit:hover {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24) !important;
}

html.ipad .static-postingRule__pt01 > p > .-buttonSubmit:hover:before {
  background-color: transparent !important;
}

@media screen and (max-width: 767px) {
  .static-postingRule__pt01 > p > .-buttonSubmit {
    margin-top: 10px;
  }
}

/***************************************************
.static-helpContact
***************************************************/
.static-helpContact__pattern-1.sp-1 {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .static-helpContact__pattern-1.sp-1 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .static-helpContact__pattern-1 .-onlyPc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__pattern-1 .-onlySp {
    display: none;
  }
}

.static-helpContact__bg01 {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .static-helpContact__bg01 {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__bg01 {
    padding: 25px 30px 30px;
  }
}

.static-helpContact__bg01:not(:first-child) {
  margin-top: 20px;
}

.static-helpContact__pt01 > .-heading05, .static-helpContact__pt02 > .-heading05 {
  margin-bottom: 20px;
  padding-bottom: 6px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3;
  border-bottom: 2px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt01 > .-heading05, .static-helpContact__pt02 > .-heading05 {
    margin-bottom: 10px;
  }
}

.static-helpContact__pt01 > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.static-helpContact__pt01 > ul > li {
  margin-top: 8px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt01 > ul > li {
    padding-right: 20px;
    width: 33.333%;
  }
}

.static-helpContact__pt02 > ul > li .-buttonAccordion {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 17px 15px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: left;
  line-height: 1.2;
  border-radius: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #EFE8DD;
  margin-bottom: 1px;
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-buttonAccordion:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
  .static-helpContact__pt02 > ul > li .-buttonAccordion:hover:before {
    background-color: rgba(255, 255, 255, 0.5);
  }
}

html.ipad .static-helpContact__pt02 > ul > li .-buttonAccordion:hover:before {
  background-color: transparent !important;
}

.static-helpContact__pt02 > ul > li .-buttonAccordion:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/bt_001a.svgz);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-buttonAccordion:after {
    right: 10px;
  }
}

.static-helpContact__pt02 > ul > li .-buttonAccordion.is-open:after {
  background-image: url(../images/bt_001b.svgz);
}

.static-helpContact__pt02 > ul > li .-buttonAccordion + .js-accordion-box {
  display: none;
  overflow: hidden;
}

.static-helpContact__pt02 > ul > li .-buttonAccordion + .js-accordion-box.is-open {
  display: block;
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-buttonAccordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 35px;
    padding-left: 10px;
  }
}

.static-helpContact__pt02 > ul > li .-buttonAccordion.is-open {
  margin-bottom: 0;
}

.static-helpContact__pt02 > ul > li .-buttonAccordion > span {
  display: inline-block;
  min-width: 25px;
}

.static-helpContact__pt02 > ul > li .-listData {
  overflow: hidden;
  margin-top: 10px;
  margin-top: 0;
  line-height: 1.71;
}

.static-helpContact__pt02 > ul > li .-listData > dt {
  float: left;
  margin-top: 5px;
  min-width: 25px;
}

.static-helpContact__pt02 > ul > li .-listData > dt:first-of-type {
  margin-top: 0;
}

.static-helpContact__pt02 > ul > li .-listData > dd {
  overflow: hidden;
  margin-top: 5px;
}

.static-helpContact__pt02 > ul > li .-listData > dd:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-listData {
    padding: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData {
    padding: 10px 15px;
  }
}

.static-helpContact__pt02 > ul > li .-listData > dt {
  font-weight: 700;
}

.static-helpContact__pt02 > ul > li .-listData .p01 {
  font-weight: 700;
}

.static-helpContact__pt02 > ul > li .-listData .p01:not(:first-child) {
  margin-top: 6px;
}

.static-helpContact__pt02 > ul > li .-listData .p02:not(:first-child) {
  margin-top: 6px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal {
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  counter-reset: num;
  line-height: 1.71;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li {
  margin-bottom: 5px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li:last-child {
  margin-bottom: 0;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li {
  position: relative;
  padding-left: 19px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li:before {
  content: counters(num, ".") ".";
  position: absolute;
  left: 0;
  color: #ba955b;
  font-weight: bold;
  counter-increment: num;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal:not(:first-child) {
  margin-top: 10px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li {
  overflow: hidden;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
  }
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference {
  color: #444;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 10px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference > li {
  margin-bottom: 5px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference > li:last-child {
  margin-bottom: 0;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference > li {
  position: relative;
  padding-left: 14px;
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference > li:before {
  content: '※';
  position: absolute;
  left: 0;
}

html.ipad .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference > li > a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl .-listReference {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dt {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dt {
    padding-left: 15px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dd {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dd {
    padding-left: 15px;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dd > figure {
    padding-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dd > figure {
    padding-top: 5px;
  }
}

.static-helpContact__pt02 > ul > li .-listData .-listDecimal > li > dl > dd > figure > img {
  width: 100%;
}

.static-helpContact__pt02 > ul > li .-listData .-textRed {
  color: #f00;
  font-size: 14px;
  font-weight: normal;
}

.static-helpContact__pt02 > ul > li .-listData .-linkExternal {
  display: inline-block;
  position: relative;
  padding-left: 18px;
  font-size: 12px;
}

.static-helpContact__pt02 > ul > li .-listData .-linkExternal:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/icon_031a.svgz) no-repeat;
  background-size: 12px;
}

.static-helpContact__pt02 > ul > li .-listData .box-border {
  padding: 20px;
  width: 100%;
  border: 1px solid #efe8dd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.static-helpContact__pt02 > ul > li .-listData .box-border:not(:first-child) {
  margin-top: 10px;
}

.static-helpContact__pt02 > ul > li .-listData .ul-disc:not(:first-child) {
  margin-top: 6px;
}

.static-helpContact__pt02 > ul > li .-listData .ul-disc > li {
  position: relative;
  padding-left: 20px;
}

.static-helpContact__pt02 > ul > li .-listData .ul-disc > li:not(:first-child) {
  margin-top: 15px;
}

.static-helpContact__pt02 > ul > li .-listData .ul-disc > li:before {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #efe8dd;
  z-index: 2;
}

.static-helpContact__pt02 > ul > li .-listData .ul-disc > li > .dl01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.static-helpContact__pt02 > ul > li .-listData .ul-disc > li > .dl01 > dd {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .static-helpContact__pt02 > ul > li .-listData .ul-half > li:not(:first-child) {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  .static-helpContact__pt02 > ul > li .-listData .ul-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
  }
  .static-helpContact__pt02 > ul > li .-listData .ul-half > li {
    padding-left: 20px;
    width: 50%;
  }
  .static-helpContact__pt02 > ul > li .-listData .ul-half > li > div {
    height: 100%;
  }
  .static-helpContact__pt02 > ul > li .-listData .ul-half > li .ul-disc > li {
    margin-top: 10px;
  }
}

.static-helpContact__pt02 > a .-button{
  display: block;
  position: relative;
  overflow: hidden;
  padding: 15px 10px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 6px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
  min-height: 50px;
  color: #fff;
  font-size: 16px;
  border: none;
  -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 24%);
  box-shadow: 0 1px 3px rgb(0 0 0 / 24%);
  background-color: #ba955b;
}
@media screen and (min-width: 768px){
  .static-helpContact__pt02 > a .-button{
    margin: 20px auto 30px;
    width: 390px;
  }
}

@media screen and (min-width: 768px){
  .static-helpContact__pt02 > a .-button::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background-color: transparent;
    z-index: 2;
  }
}

.date_00{
  letter-spacing: 2px;
}

.textcenter{
  text-align: center;
}

