@charset 'utf-8';

/*##### Base Layout #####*/
.boxBaseLayout {
  padding: 0;
}
@media all and (max-width: 750px){
  .boxBaseLayout {
    padding: 0;
  }
}

.boxBaseLayoutIn {
}


/*##### 404 #####*/
.box404 {
  padding: 0 0 3em 0;
}

.box40401 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.box40401 .ttl01 {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .box40401 .ttl01 {
    margin-bottom: 1.3em;
    font-size: 1.2rem;
  }
}

.box40401 .boxBaseCom {
  margin-bottom: 3em;
}

.box40401 .boxBaseCom > p {
  text-align: left;
  line-height: 2.0;
}
@media all and (max-width: 750px){
  .box40401 .boxBaseCom > p {
    line-height: 1.8;
    font-size: 0.9rem;
  }
}

.box40401 .boxLink .link01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 200px;
  height: 35px;
  background-color: #000;
  letter-spacing: 0.1em;
  color: #fff;
}
@media all and (max-width: 750px){
  .box40401 .boxLink .link01 {
    width: 80vw;
    height: 13vw;
    padding-bottom: 0.1em;
  }
}



/*##### About #####*/
.ttlBaseAbout {
  margin-bottom: 1.7em;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .ttlBaseAbout {
    margin-bottom: 1.5em;
    font-size: 1.4rem;
  }
}

.boxAboutTop {
  margin-top: 2.3em;
  margin-bottom: 4.5em;
}
@media all and (max-width: 750px){
  .boxAboutTop {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
  }
}

.boxAboutTop .ulAboutMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0 10%;
}
@media all and (max-width: 750px){
  .boxAboutTop .ulAboutMenu {
    padding: 0 3%;
  }
}

.boxAboutTop .ulAboutMenu > li {
  width: 23.6%;
  margin-right: calc((100% - 23.6% * 4) / 3);
  margin-bottom: 0.6em;
  border-bottom: 1px #000 solid;
}
@media all and (-ms-high-contrast:none){
  .boxAboutTop .ulAboutMenu > li {
    margin-right: 1.86666666%;
  }
}
@media all and (max-width: 750px){
  .boxAboutTop .ulAboutMenu > li {
    width: 49%;
    margin-right: calc(100% - 49% * 2);
  }
}

.boxAboutTop .ulAboutMenu > li:nth-child(4n) {
  margin-right: 0;
}

@media all and (max-width: 750px){
  .boxAboutTop .ulAboutMenu > li:nth-child(2n) {
    margin-right: 0;
  }
}

.boxAboutTop .ulAboutMenu > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 1.6em 0 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxAboutTop .ulAboutMenu > li > a {
    height: 10vw;
    padding: 0 1.0em 0 0.45em;
    letter-spacing: 0.05em;
    font-size: 0.93rem;
  }
}

.boxAboutTop .ulAboutMenu > li > a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 0.7em;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px transparent solid;
  border-top: 7px #000 solid;
}
@media all and (max-width: 750px){
  .boxAboutTop .ulAboutMenu > li > a:after {
    top: 4.5vw;
    right: 0.3em;
    width: 1vw;
    height: 1vw;
    border: 1vw transparent solid;
    border-top: 1.9vw #000 solid;
  }
}

.boxAboutMessageWrap {
  margin-bottom: 6.0em;
}
@media all and (max-width: 750px){
  .boxAboutMessageWrap {
    margin-bottom: 2.5em;
  }
}

.boxAboutMessage {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxAboutMessage {
    display: block;
  }
}

.boxAboutMessage .boxImg {
  /*width: 46.2%; 画像を大きくする場合コチラ*/
    width: 26%;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxImg {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

.boxAboutMessage .boxTxt {
  /*width: 50%;　画像を大きくする場合コチラ*/
    width: 70%;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxTxt {
    width: 100%;
  }
}

.boxAboutMessage .boxTxt .ttl01 {
  margin-bottom: 1.1em;
  line-height: 1.45;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxTxt .ttl01 {
    margin-bottom: 1.5em;
    line-height: 1.6;
    font-size: 1.25rem;
  }
}

.boxAboutMessage .boxTxt .boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.03em;
  font-size: 1.11rem;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxTxt .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxAboutMessage .boxTxt .boxSign {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 3em;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxTxt .boxSign {
    margin-top: 1.8em;
  }
}

.boxAboutMessage .boxTxt .boxSign .txtPosi {
  position: relative;
  bottom: -0.1em;
  margin-right: 1.5em;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxTxt .boxSign .txtPosi {
    font-size: 1.0rem;
  }
}

.boxAboutMessage .boxTxt .boxSign .txtName {
  line-height: 1.0;
  letter-spacing: 0.14em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxAboutMessage .boxTxt .boxSign .txtName {
    font-size: 1.4rem;
  }
}

.boxAboutMessage .boxTxt .boxSign .txtLastName {
  margin-right: 0.7em;
}

.boxAbout01Wrap {
  padding: 5.2em 0 0 0;
  background-color: #f1f1f1;
}
@media all and (max-width: 750px){
  .boxAbout01Wrap {
    padding: 2.5em 0 0.5em 0;
  }
}

.boxAbout02Wrap {
  padding: 4.3em 0 6.4em 0;
  background-color: #f1f1f1;
}
@media all and (max-width: 750px){
  .boxAbout02Wrap {
    padding: 2.5em 0 0.5em 0;
  }
}

.boxAbout01 .boxCont01 .dl01,
.boxAbout02 .boxCont01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  font-size: 1.11rem;
}
@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl01,
  .boxAbout02 .boxCont01 .dl01 {
    display: block;
    margin-bottom: 1.0em;
    font-size: 1.0rem;
  }
}

.boxAbout01 .boxCont01 .dl01:first-child,
.boxAbout02 .boxCont01 .dl01:first-child {
  border-top: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl01:first-child,
  .boxAbout02 .boxCont01 .dl01:first-child {
    border-top: 0;
  }
}

.boxAbout01 .boxCont01 .dl01 > dt,
.boxAbout02 .boxCont01 .dl01 > dt {
  width: 13.3%;
  padding: 0.7em 0.7em 0.7em 1.7em;
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl01 > dt,
  .boxAbout02 .boxCont01 .dl01 > dt {
    width: 100%;
    padding: 0.4em 0.5em 0.5em 1.0em;
    border-right: 0;
    border-bottom: 1px #aaa solid;
    border-left: 3px #aaa solid;
    /*font-weight: 700;*/
  }
}

.boxAbout02 .boxCont01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxAbout01 .boxCont01 .dl01 > dd,
.boxAbout02 .boxCont01 .dl01 > dd {
  width: 86.7%;
  padding: 0.7em 0.7em 0.7em 2.0em;
  border-bottom: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl01 > dd,
  .boxAbout02 .boxCont01 .dl01 > dd {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.2em;/*0.5em 0.5em 0.5em 2.1em;*/
    border-bottom: 0;
  }
}

.boxAbout02 .boxCont01 .dl01 > dd {
  padding: 1.2em 0.7em 1.2em 2.0em;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01 .dl01 > dd {
    padding: 1.0em 0.5em 0.5em 1.2em;
  }
}

.boxAbout01 .boxCont01 .dl0101,
.boxAbout02 .boxCont01 .dl0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.11rem;
}
@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl0101,
  .boxAbout02 .boxCont01 .dl0101 {
    margin-bottom: 0.5em;
    font-size: 1.0rem;
  }
}

.boxAbout01 .boxCont01 .dl0101:last-child,
.boxAbout02 .boxCont01 .dl0101:last-child {
  margin-bottom: 0;
}

@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl0101 > dt,
  .boxAbout02 .boxCont01 .dl0101 > dt {
    width: 5em;
  }
}

@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl0101 > dt .str3Sp,
  .boxAbout02 .boxCont01 .dl0101 > dt .str3Sp {
    letter-spacing: 0.6em;
  }
}

.boxAbout01 .boxCont01 .dl0101 > dt:after,
.boxAbout02 .boxCont01 .dl0101 > dt:after {
  content: '：';
  margin: 0 0.1em;
}

@media all and (max-width: 750px){
  .boxAbout01 .boxCont01 .dl0101 > dd,
  .boxAbout02 .boxCont01 .dl0101 > dd {
    width: calc(100% - 5em);
  }
}

.boxAbout02 .boxCont01 .boxTelFax {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01 .boxTelFax {
    display: block;
  }
}

.boxAbout02 .boxCont01 .boxTelFax .dl0101 {
  margin-bottom: 0;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01 .boxTelFax .dl0101 {
    margin-bottom: 0.5em;
  }
}

.boxAbout02 .boxCont01 .boxTelFax .dl0101:first-child:after {
  content: '/';
  margin: 0 1.1em;
}
@media all and (max-width: 750px){
  .boxAbout02 .boxCont01 .boxTelFax .dl0101:first-child:after {
    content: none;
  }
}

.boxAbout03Wrap {
  padding: 5.8em 0 0 0;
}
@media all and (max-width: 750px){
  .boxAbout03Wrap {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxAbout03 .boxCont01 {
  text-align: center;
}

.boxAbout04Wrap {
  padding: 5.8em 0 0 0;
}
@media all and (max-width: 750px){
  .boxAbout04Wrap {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxAbout04 .boxCont01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  letter-spacing: 0.1em;
  font-size: 1.11rem;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01 .dl01 {
    display: block;
    margin-bottom: 1.0em;
    font-size: 1.0rem;
  }
}

.boxAbout04 .boxCont01 .dl01:first-child {
  border-top: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01 .dl01:first-child {
    border-top: 0;
  }
}

.boxAbout04 .boxCont01 .dl01 > dt {
  width: 13.3%;
  padding: 0.7em 0.7em 0.7em 1.7em;
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01 .dl01 > dt {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.0em;
    border-right: 0;
  }
}

.boxAbout04 .boxCont01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxAbout04 .boxCont01 .dl01 > dd {
  width: 86.7%;
  padding: 1.2em 0.7em 1.2em 2.0em;
  border-bottom: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout04 .boxCont01 .dl01 > dd {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.0em;
    border-bottom: 0;
  }
}

.boxAbout05Wrap {
  padding: 5.8em 0 0 0;
}
@media all and (max-width: 750px){
  .boxAbout05Wrap {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxAbout05 .boxCont01 .tb01 {
  width: 100%;
}

.boxAbout05 .boxCont01 .tb01 tr:first-child th {
  width: 33.33333%;
  border-top: 1px #aaa solid;
  background-color: #f1f1f1;
}
@media all and (max-width: 750px){
  .boxAbout05 .boxCont01 .tb01 tr:first-child th:nth-child(1) {
    width: 40%;
  }
  .boxAbout05 .boxCont01 .tb01 tr:first-child th:nth-child(2) {
    width: 29%;
  }
  .boxAbout05 .boxCont01 .tb01 tr:first-child th:nth-child(3) {
    width: 31%;
  }
}

.boxAbout05 .boxCont01 .tb01 tr th,
.boxAbout05 .boxCont01 .tb01 tr td {
  padding: 1.2em 0.7em 1.2em 2.0em;
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  letter-spacing: 0.1em;
  font-size: 1.11rem;
}
@media all and (max-width: 750px){
  .boxAbout05 .boxCont01 .tb01 tr th,
  .boxAbout05 .boxCont01 .tb01 tr td {
    padding: 0.5em 0.3em 0.5em 0.5em;
    vertical-align: middle;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}

.boxAbout05 .boxCont01 .tb01 tr th:last-child,
.boxAbout05 .boxCont01 .tb01 tr td:last-child {
  border-right: 0;
}


.boxAbout06Wrap {
  padding: 5.8em 0 6.5em 0;
}
@media all and (max-width: 750px){
  .boxAbout06Wrap {
    padding: 2.5em 0 3.5em 0;
  }
}

.boxAbout06 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 {
    display: block;
  }
}

.boxAbout06 .boxCont01 .tb01 {
  width: 50%;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01 {
    width: 100%;
  }
}

.boxAbout06 .boxCont01 .tb01.no01 {
  border-right: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01.no01 {
    border-right: 0;
  }
}

.boxAbout06 .boxCont01 .tb01 tr th,
.boxAbout06 .boxCont01 .tb01 tr td {
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  letter-spacing: 0.1em;
  font-size: 1.11rem;
}
@media all and (-ms-high-contrast:none){
  .boxAbout06 .boxCont01 .tb01 tr th,
  .boxAbout06 .boxCont01 .tb01 tr td {
    height: 70px;
    vertical-align: middle;
  }
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01 tr th,
  .boxAbout06 .boxCont01 .tb01 tr td {
    letter-spacing: 0.03em;
    font-size: 1.0rem;
  }
}

.boxAbout06 .boxCont01 .tb01 tr:first-child th {
  padding: 1.2em 0.7em 1.2em 0.7em;
  border-top: 1px #aaa solid;
  background-color: #f1f1f1;
}
@media all and (-ms-high-contrast:none){
  .boxAbout06 .boxCont01 .tb01 tr:first-child th {
    padding: 0 0.7em 0 0.7em;
  }
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01 tr:first-child th {
    padding: 0.5em 0.3em 0.5em 0.5em;
  }
}

@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01.no02 tr:first-child th {
    border-top: 0;
  }
}

.boxAbout06 .boxCont01 .tb01 tr:first-child th:nth-child(1) {
  width: 80%;
  border-right: 1px #aaa dotted;
}

.boxAbout06 .boxCont01 .tb01 tr:first-child th:nth-child(2) {
  width: 20%;
  /*border-right: 0;*/
}

.boxAbout06 .boxCont01 .tb01 tr th:last-child,
.boxAbout06 .boxCont01 .tb01 tr td:last-child {
  position: relative;
}
@media all and (-ms-high-contrast:none){
  .boxAbout06 .boxCont01 .tb01 tr th:last-child,
  .boxAbout06 .boxCont01 .tb01 tr td:last-child {
    position: static;
  }
  .boxAbout06 .boxCont01 .tb01.no01 tr th:last-child,
  .boxAbout06 .boxCont01 .tb01.no01 tr td:last-child {
    border-right: 2px #aaa solid;
  }
}

.boxAbout06 .boxCont01 .tb01.no02 tr th:last-child,
.boxAbout06 .boxCont01 .tb01.no02 tr td:last-child {
  border-right: 0;
}

.boxAbout06 .boxCont01 .tb01.no01 tr th:last-child:after,
.boxAbout06 .boxCont01 .tb01.no01 tr td:last-child:after {
  content: '';
  position: absolute;
  top: 0;
  right: 1px;
  width: 1px;
  height: 100%;
  background-color: #aaa;
}
@media all and (-ms-high-contrast:none){
  .boxAbout06 .boxCont01 .tb01.no01 tr th:last-child:after,
  .boxAbout06 .boxCont01 .tb01.no01 tr td:last-child:after {
    content: none;
    height: 70px;
  }
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01.no01 tr th:last-child:after,
  .boxAbout06 .boxCont01 .tb01.no01 tr td:last-child:after {
    content: none;
  }
}

.boxAbout06 .boxCont01 .tb01 tr:not(:first-child) th:first-child {
  padding: 1.2em 0.7em 1.2em 2.0em;
  border-right: 1px #aaa dotted;
  text-align: left;
}
@media all and (-ms-high-contrast:none){
  .boxAbout06 .boxCont01 .tb01 tr:not(:first-child) th:first-child {
    padding: 0 0.7em 0 2.0em;
  }
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01 tr:not(:first-child) th:first-child {
    padding: 0.5em 0.3em 0.5em 0.5em;
  }
}

.boxAbout06 .boxCont01 .tb01 tr:not(:first-child) td:last-child {
  padding: 1.2em 3.2em 1.2em 0.7em;
  text-align: right;
}
@media all and (-ms-high-contrast:none){
  .boxAbout06 .boxCont01 .tb01 tr:not(:first-child) td:last-child {
    padding: 0 3.2em 0 0.7em;
  }
}
@media all and (max-width: 750px){
  .boxAbout06 .boxCont01 .tb01 tr:not(:first-child) td:last-child {
    padding: 0.5em 0.3em 0.5em 0.5em;
  }
}


/*##### About Morit #####*/
.boxAboutMoritTopWrap {
  margin-top: -0.65em;
  padding-bottom: 6.6em;
}
@media all and (max-width: 750px){
  .boxAboutMoritTopWrap {
    padding-bottom: 2.8em;
  }
}

.boxAboutMoritTop .boxBaseCom {
  margin-bottom: 3.98em;
}
@media all and (max-width: 750px){
  .boxAboutMoritTop .boxBaseCom {
    margin-bottom: 2.0em;
  }
}

.boxAboutMoritTop .boxBaseCom > p {
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxAboutMoritTop .boxBaseCom > p {
    text-align: left;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxAboutMoritTop .ulTopMenu {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1085px;
  margin-left: auto;
  margin-right: auto;
}

.boxAboutMoritTop .ulTopMenu > li {
  width: 19%;
  margin-right: calc((100% - 19% * 5) / 4);
}
@media all and (max-width: 750px){
  .boxAboutMoritTop .ulTopMenu > li {
    width: 49%;
    margin-right: calc(100% - 49% * 2);
    margin-bottom: 0.5em;
  }
}

.boxAboutMoritTop .ulTopMenu > li:nth-child(5n) {
  margin-right: 0;
}

@media all and (max-width: 750px){
  .boxAboutMoritTop .ulTopMenu > li:nth-child(2n) {
    margin-right: 0;
  }
}

.boxAboutMoritTop .ulTopMenu > li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 2.5em;
  padding-left: 0.15em;
  background-color: #000;
  letter-spacing: 0.075em;
  font-size: 1.28rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxAboutMoritTop .ulTopMenu > li a {
    font-size: 0.9rem;
  }
}

.boxAboutMorit01Wrap {
  padding-top: 18.4em;
  padding-bottom: 8.3em;
}
@media all and (max-width: 750px){
  .boxAboutMorit01Wrap {
    padding-bottom: 3.5em;
  }
}

.boxAboutMorit01 {
  min-height: 753px;
  background-image: url('./../../images/about-morit/about-morit01-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 1226px){
  .boxAboutMorit01 {
    background-size: auto 800px;
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit01 {
    background-size: auto 120vw;
  }
}

.boxAboutMorit01 .boxCont01 {
  position: relative;
  top: -18.4em;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: calc(-18.4em + 6.4em);
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont01 {
    display: block;
    margin-bottom: calc(-18.4em + 2.5em);
  }
}

.boxAboutMorit01 .boxCont01 .boxTxt {
  width: 50%;
  padding: 4.6em 6.5% 2.5em 6.5%;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont01 .boxTxt {
    width: 100%;
    padding: 2.5em 4.5% 2.0em 4.5%;
  }
}

.boxAboutMorit01 .boxCont01 .boxTxt .ttl01 {
  margin-bottom: 4.2em;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont01 .boxTxt .ttl01 {
    margin-bottom: 2.2em;
  }
}

.boxAboutMorit01 .boxCont01 .boxTxt .ttl02 {
  margin-bottom: 1.45em;
  line-height: 1.8;
  letter-spacing: 0.16em;
  font-family: var(--base-font-gothic);
  font-size: 1.24rem;
  font-weight: 500;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont01 .boxTxt .ttl02 {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxAboutMorit01 .boxCont01 .boxTxt .boxBaseCom > p {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-family: var(--base-font-gothic);
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont01 .boxTxt .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxAboutMorit01 .boxCont01 .boxImg {
  width: 50%;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont01 .boxImg {
    width: 100%;
  }
}

.boxAboutMorit01 .boxCont01 .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxAboutMorit01 .boxCont02 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 {
    display: block;
  }
}

.boxAboutMorit01 .boxCont02 .boxImg {
  width: 37.2%;
  padding-right: 3%;
  padding-top: 3.8em;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 .boxImg {
    width: 100%;
    padding-right: 0;
    padding-top: 0;
    text-align: center;
  }
}

@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 .boxImg img {
    width: 100%;
    max-width: 585px;
  }
}

.boxAboutMorit01 .boxCont02 .boxTxt {
  width: calc(100% - 37.2%);
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 .boxTxt {
    width: 100%;
    padding-top: 2.0em;
  }
}

.boxAboutMorit01 .boxCont02 .boxTxt .ttl01 {
  margin-bottom: 2.55em;
  letter-spacing: 0.12em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 .boxTxt .ttl01 {
    margin-bottom: 1.0em;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}

.boxAboutMorit01 .boxCont02 .boxTxt .boxBaseCom {
  margin-bottom: 3.5em;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 .boxTxt .boxBaseCom {
    margin-bottom: 2.5em;
  }
}

.boxAboutMorit01 .boxCont02 .boxTxt .boxBaseCom > p {
  line-height: 2.0;
  letter-spacing: 0.01em;
}
@media all and (max-width: 750px){
  .boxAboutMorit01 .boxCont02 .boxTxt .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxAboutMorit01 .boxCont02 .boxTxt .boxBaseCom > p + p {
  margin-top: 2.0em;
}

.boxAboutMorit01 .boxCont02 .boxTxt .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-left: 0.05em;
}
@media all and (max-width: 600px){
  .boxAboutMorit01 .boxCont02 .boxTxt .boxLink {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
  }
}

.boxAboutMorit01 .boxCont02 .boxTxt .boxLink a {
  margin-right: 0.8%;
}
@media all and (max-width: 600px){
  .boxAboutMorit01 .boxCont02 .boxTxt .boxLink a {
    margin-right: 0;
    margin-bottom: 1.0em;
  }
}

.boxAboutMorit02 .boxCont01 {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: -6.8em;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 {
    display: block;
    margin-bottom: 1.0em;
  }
}

.boxAboutMorit02 .boxCont01 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 18.5%;
  min-height: 197px;
  background-color: #000;
  color: #fff;
}
@media all and (max-width: 1300px){
  .boxAboutMorit02 .boxCont01 .ttl01 {
    width: 230px;
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .ttl01 {
    width: 100%;
    min-height: 22vw;
  }
}

.boxAboutMorit02 .boxCont01 .ttl01 > span {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 0.5em;
}

.boxAboutMorit02 .boxCont01 .ttl01 .ttlJa {
  margin-bottom: 0.44em;
  padding-left: 0.3em;
  letter-spacing: 0.2em;
  font-size: 1.54rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .ttl01 .ttlJa {
    margin-bottom: 0.3em;
    padding-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.3rem;
  }
}

.boxAboutMorit02 .boxCont01 .ttl01 .ttlEn {
  padding-left: 0.55em;
  font-size: 0.78rem;
  color: #707070;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .ttl01 .ttlEn {
    padding-left: 0.2em;
    font-size: 0.7rem;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% - 18.5%);
  padding: 2.0em 2.9%;
  background-color: #f5f5f5;
  font-family: var(--base-font-gothic);
}
@media all and (max-width: 1300px){
  .boxAboutMorit02 .boxCont01 .boxCont01In {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In {
    display: block;
    width: 100%;
    padding: 1.3em 3.5%;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxL {
  width: 43.6%;
  padding-bottom: 0.2em;
}
@media all and (max-width: 1300px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxL {
    width: 46%;
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxL {
    width: 100%;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxL .ttl02 {
  margin-bottom: 0.35em;
  letter-spacing: 0.11em;
  font-family: var(--base-font-gothic);
  font-size: 1.28rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxL .ttl02 {
    letter-spacing: 0.1em;
    font-size: 1.1rem;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxL .boxAddress {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.08rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxL .boxAddress {
    font-size: 0.9rem;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxL .boxTelno {
  letter-spacing: 0.1em;
  font-size: 1.08rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxL .boxTelno {
    margin-bottom: 1.0em;
    font-size: 0.9rem;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxL .boxTelno .linkBaseTelno {
  margin-left: 0.5em;
}

@media all and (max-width: 1300px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxL .boxTelno .txtName {
    display: block;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxR {
  width: calc(100% - 43.6%);
}
@media all and (max-width: 1300px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxR {
    width: calc(100% - 46%);
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxR {
    width: 100%;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxR .ul01 > li {
  position: relative;
  margin-bottom: 0.46em;
  padding-left: 1.1em;
  letter-spacing: 0.12em;
  font-size: 1.08rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxR .ul01 > li {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxR .ul01 > li:before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0.2em;
  width: 0.3em;
  height: 0.3em;
  background-color: #000;
}

.boxAboutMorit02 .boxCont01 .boxCont01In .boxR .p01 {
  letter-spacing: 0.12em;
  font-size: 1.08rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxCont01 .boxCont01In .boxR .p01 {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxAboutMorit02 .boxMap iframe {
  width: 100%;
  height: 450px;
}
@media all and (max-width: 750px){
  .boxAboutMorit02 .boxMap iframe {
    height: 70vw;
  }
}

.boxAboutMorit03Wrap {
  position: relative;
  min-height: 510px;
  padding-top: 5.95em;
  background-color: #fff;
}
@media all and (max-width: 1440px){
  .boxAboutMorit03Wrap {
    min-height: 720px;/*850px;*/
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap {
    height: 87vw;
    min-height: auto;
    padding-top: 2.0em;
  }
}

.boxAboutMorit03 {
  position: relative;
  height: 100%;
}
@media all and (max-width: 750px){
  .boxAboutMorit03 {
    overflow: hidden;
  }
}

.boxAboutMorit03 .boxCont01 {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  max-width: 718px;
  min-height: 280px;
  margin-top: 2.65em;
  background-color: rgba(200,200,200,0.3);
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 {
    overflow-y: auto;
    position: fixed;
    z-index: 1100;
    top: 0;
    left: 0;
    display: block;
    display: none;
    width: 100%;
    height: 100%;
    max-width: none;
    min-height: auto;
    margin-top: 0;
    padding: 5vw 5%;
    background-color: rgba(255,255,255,1);
  }
}

.boxAboutMorit03 .boxCont01 .btnPopupClose {
  display: none;
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 .btnPopupClose {
    position: fixed;
    z-index: 2;
    top: 2vw;
    right: 2%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    width: 10vw;
    height: 10vw;
    padding-bottom: 0.1em;
    border-radius: 10vw;
    background-color: #000;
    line-height: 1.0;
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
  }
}

.boxAboutMorit03 .boxCont01:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.6em;
  width: 2.3em;
  height: 2.3em;
  margin-top: auto;
  margin-bottom: auto;
  border: 2.3em rgba(255,255,255,0) solid;
  border-left: 2.3em rgba(200,200,200,0.3) solid;
  transform: scale(1, 0.5);
}
@media all and (max-width: 1440px){
  .boxAboutMorit03 .boxCont01:after {
    top: auto;
    bottom: -4.6em;
    right: 0;
    left: 50%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg) scale(1, 0.5);
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01:after {
    top: -9.7vw;
    bottom: auto;
    right: 0;
    left: 0;
    width: 5vw;
    height: 5vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    border: 5vw rgba(255,255,255,0) solid;
    border-bottom: 5vw rgba(200,200,200,0.3) solid;
    transform: scale(0.5, 1);
  }
}

.boxAboutMorit03 .boxCont01 .boxImg {
  width: 50.5%;
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 .boxImg {
    width: 100%;
  }
}

@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 .boxImg img {
    width: 100%;
  }
}

.boxAboutMorit03 .boxCont01 .boxTxt {
  width: calc(100% - 50.5%);
  padding: 1.92em 2.5% 3.0em 4.0%;
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 .boxTxt {
    width: 100%;
    padding: 1.5em 0 1.5em 0;
  }
}

.boxAboutMorit03 .boxCont01 .boxTxt .ttl01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.9em;
  padding-bottom: 0.85em;
  font-family: var(--base-font-gothic);
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 .boxTxt .ttl01 {
    font-size: 1.1rem;
  }
}

.boxAboutMorit03 .boxCont01 .boxTxt .ttl01:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.5em;
  height: 1px;
  background-color: #000;
}

.boxAboutMorit03 .boxCont01 .boxTxt .ttl01 .txtSpotNo {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 0.64em;
}

.boxAboutMorit03 .boxCont01 .boxTxt .ttl01 .txtSpotNo .txtSpotNoStr {
  margin-right: 0.35em;
  letter-spacing: 0.09em;
  font-size: 0.82rem;
}

.boxAboutMorit03 .boxCont01 .boxTxt .ttl01 .txtSpotNo .txtSpotNoNum {
  line-height: 0.75;
}

.boxAboutMorit03 .boxCont01 .boxTxt .boxBaseCom > p {
  line-height: 1.85;
  letter-spacing: 0.15em;
  font-family: var(--base-font-gothic);
  font-size: 1.08rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit03 .boxCont01 .boxTxt .boxBaseCom > p {
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxAboutMorit03Wrap .boxMap {
  position: absolute;
  left: calc(50% - 230px);
  bottom: 0;
  width: 1089px;
  height: 369px;
}
@media all and (max-width: 1440px){
  .boxAboutMorit03Wrap .boxMap {
    left: calc(50% - 380px);
  }
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap {
    left: -33%;
    width: 151%;
    height: auto;
  }
}

@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap img {
    width: 100%;
  }
}

.boxAboutMorit03Wrap .boxMap .txtMapPin {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 52px;
  height: 60px;
  font-family: var(--base-font-gothic);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin {
    width: 10vw;
    height: 12.3vw;
    font-size: 1.1rem;
  }
}

.boxAboutMorit03Wrap .boxMap .txtMapPin:after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('./../../images/about-morit/about-morit03-icn-fukidashi01.png');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.boxAboutMorit03Wrap .boxMap .txtMapPin:hover:after,
.boxAboutMorit03Wrap .boxMap .txtMapPin.current:after {
  background-image: url('./../../images/about-morit/about-morit03-icn-fukidashi01-current.png');
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin:after {
    top: 1.5vw;
  }
}

.boxAboutMorit03Wrap .boxMap .txtMapPin.no01 {
  top: 295px;
  left: 345px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no01 {
    top: 74.7%;
    left: 32%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no01:after {
  top: 0;
  left: auto;
  right: 4px;
  transform: rotate(90deg);
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no01:after {
    top: 0.4vw;
    right: 1.2vw;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no02 {
  top: 133px;
  left: 290px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no02 {
    top: 27.5%;
    left: 25.6%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no03 {
  top: 245px;
  left: 435px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no03 {
    top: 65%;
    left: 39.3%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no03:after {
  top: -4px;
  left: auto;
  right: 2px;
  transform: rotate(150deg);
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no03:after {
    top: -0.7vw;
    right: 0.6vw;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no04 {
  top: 203px;
  left: 558px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no04 {
    top: 49%;
    left: 51.3%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no04:after {
  top: 1px;
  left: auto;
  right: 4px;
  transform: rotate(73deg);
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no04:after {
    top: 0.6vw;
    right: 1vw;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no05 {
  top: 183px;
  left: 677px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no05 {
    top: 42%;
    left: 61%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no06 {
  top: 199px;
  left: 757px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no06 {
    top: 45.5%;
    left: 68.8%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no07 {
  top: 66px;
  left: 519px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no07 {
    top: 9.3%;
    left: 46.5%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no08 {
  top: 7px;
  left: 655px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no08 {
    top: -7%;
    left: 59.3%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no09 {
  top: 81px;
  left: 427px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no09 {
    top: 14.0%;
    left: 38.0%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no10 {
  top: -9px;
  left: 582px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no10 {
    top: -11%;
    left: 52.4%;
  }
}
.boxAboutMorit03Wrap .boxMap .txtMapPin.no11 {
  top: 149px;
  left: 838px;
}
@media all and (max-width: 750px){
  .boxAboutMorit03Wrap .boxMap .txtMapPin.no11 {
    top: 33%;
    left: 76.2%;
  }
}


.boxAboutMorit04Wrap {
  padding: 5.2em 0 10.2em 0;
}
@media all and (max-width: 750px){
  .boxAboutMorit04Wrap {
    padding: 3.0em 0 3.0em 0;
  }
}

.boxAboutMorit04 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 4.35em;
  margin-bottom: 2.3em;
}
@media all and (max-width: 750px){
  .boxAboutMorit04 .boxList {
    display: block;
    margin-top: 2.0em;
    margin-bottom: 2.0em;
  }
}

.boxAboutMorit04 .boxListOne {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
  margin-bottom: 3.2em;
}
@media all and (max-width: 750px){
  .boxAboutMorit04 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

.boxAboutMorit04 .boxListOne:nth-child(4n) {
  margin-right: 0;
}

.boxAboutMorit04 .boxListOne .boxImg {
  height: 288px;
}
@media all and (max-width: 750px){
  .boxAboutMorit04 .boxListOne .boxImg {
    height: 60vw;
  }
}

.boxAboutMorit04 .boxListOne .boxImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.boxAboutMorit04 .boxListOne .boxTxt {
  padding-top: 0.8em;
}

.boxAboutMorit04 .boxListOne .boxTxt .ttlList {
  margin-bottom: 0.45em;
}

.boxAboutMorit04 .boxListOne .boxTxt .ulListTag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxAboutMorit04 .boxListOne .boxTxt .ulListTag > li {
  margin-right: 0.67em;
  letter-spacing: 0.01em;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit04 .boxListOne .boxTxt .ulListTag > li {
    font-size: 0.8rem;
  }
}

.boxAboutMorit04 .boxListOne .boxTxt .ulListTag > li:last-child {
  margin-right: 0;
}

.boxAboutMorit04 .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 295px;
  height: 2.45em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.1em;
  background-color: #000;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxAboutMorit04 .boxLink a {
    width: 80vw;
    height: 3.0em;
    font-size: 0.9rem;
  }
}


.boxAboutMorit05Wrap {
  min-height: 591px;
  padding-top: 5.9em;
  padding-bottom: 5.8em;
  background-color: #f5f5f5;
}
@media all and (max-width: 750px){
  .boxAboutMorit05Wrap {
    min-height: auto;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
}

.boxAboutMorit0501 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-top: 3.5em;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501 {
    display: block;
    padding-top: 1.7em;
  }
}

.boxAboutMorit0501L {
  width: 55.4%;
  margin-right: calc(100% - (55.4% + 40.9%));
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L {
    width: 100%;
    margin-right: 0;
    margin-bottom: 3em;
  }
}

.boxAboutMorit0501R {
  width: 40.9%;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501R {
    width: 100%;
  }
}

.boxAboutMorit0501L .boxTtl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 1.07em;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .boxTtl {
    display: block;
  }
}

.boxAboutMorit0501L .ttl01,
.boxAboutMorit0501R .ttl01 {
  margin-bottom: 1.5em;
  letter-spacing: 0.12em;
  font-family: var(--base-font-gothic);
  font-size: 1.5rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .ttl01,
  .boxAboutMorit0501R .ttl01 {
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxAboutMorit0501L .ttl01 {
  min-width: 10em;
}

.boxAboutMorit0501L .boxTtl .pCaution {
  position: relative;
  top: 0.5em;
  margin-left: 1.3em;
  letter-spacing: 0.18em;
  font-family: var(--base-font-gothic);
  font-size: 1.06rem;
  color: #e6570a;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .boxTtl .pCaution {
    top: auto;
    margin-left: 0;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxAboutMorit0501L .tb01 {
  width: 100%;
  border-top: 1px #c8c8c8 solid;
  border-left: 1px #c8c8c8 solid;
  font-family: var(--base-font-gothic);
}

.boxAboutMorit0501L .tb01 th,
.boxAboutMorit0501L .tb01 td {
  border-right: 1px #c8c8c8 solid;
  border-bottom: 1px #c8c8c8 solid;
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
}

.boxAboutMorit0501L .tb01 th {
  letter-spacing: 0.15em;
  font-size: 1.13rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .tb01 th {
    letter-spacing: 0.03em;
    font-size: 0.8rem;
  }
}

.boxAboutMorit0501L .tb01 td {
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .tb01 td {
    letter-spacing: 0.03em;
    font-size: 0.8rem;
  }
}

.boxAboutMorit0501L .tb01 tr:nth-child(1) th {
  background-color: #d5d5d5;
}

.boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(1) {
  width: 34%;
  height: 3.9em;
}
.boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(2) {
  width: 22%;
}
.boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(3) {
  width: 22%;
}
.boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(4) {
  width: 22%;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(1) {
    width: 25%;
    height: 3.0em;
  }
  .boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(2) {
    width: 23%;
  }
  .boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(3) {
    width: 26%;
  }
  .boxAboutMorit0501L .tb01 tr:nth-child(1) th:nth-child(4) {
    width: 26%;
  }
}

.boxAboutMorit0501L .tb01 tr:nth-child(2) th:nth-child(1),
.boxAboutMorit0501L .tb01 tr:nth-child(3) th:nth-child(1) {
  height: 5.66em;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .tb01 tr:nth-child(2) th:nth-child(1),
  .boxAboutMorit0501L .tb01 tr:nth-child(3) th:nth-child(1) {
    height: 5.0em;
  }
}

.boxAboutMorit0501L .boxUl01 {
  margin-top: 1.0em;
}

.boxAboutMorit0501L .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .ul01 {
    display: block;
  }
}

.boxAboutMorit0501L .ul01 > li {
  margin-right: 1.0em;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .ul01 > li {
    margin-bottom: 0.5em;
    margin-right: 0;
    font-size: 0.85rem;
  }
}

.boxAboutMorit0501L .ul01 > li:last-child {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501L .ul01 > li:last-child {
    margin-bottom: 0;
  }
}

.boxAboutMorit0501R .boxBaseCom {
  margin-bottom: 0.7em;
}

.boxAboutMorit0501R .boxBaseCom > p {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-family: var(--base-font-gothic);
}

.boxAboutMorit0501R .boxUl01 {
  margin-bottom: 2.5em;
}

.boxAboutMorit0501R .ul01 > li {
  position: relative;
  margin-bottom: 0.13em;
  padding-left: 0.9em;
  line-height: 1.7;
  letter-spacing: 0.12em;
  font-family: var(--base-font-gothic);
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501R .ul01 > li {
    letter-spacing: 0.1em;
    font-size: 0.95rem;
  }
}

.boxAboutMorit0501R .ul01 > li:before {
  content: '*';
  position: absolute;
  top: 0.1em;
  left: 0.04em;
}

.boxAboutMorit0501R .boxLink {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxAboutMorit0501R .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 48.5%;
  margin-right: calc(100% - 48.5% * 2);
  height: 3.02em;
  background-color: rgba(255,0,0,0.3);
  letter-spacing: 0.1em;
  font-size: 1.22rem;
  color: #fff;
}
.boxAboutMorit0501R .boxLink a:nth-child(1) {
  background-color: #000;
}
.boxAboutMorit0501R .boxLink a:nth-child(2) {
  background-color: #00a273;
}
.boxAboutMorit0501R .boxLink a:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxAboutMorit0501R .boxLink a {
    font-size: 1.0rem;
  }
}


/*##### Achievements #####*/
.boxAchievements01Wrap {
  padding-bottom: 5em;
  padding-top: 2.6em;
}
@media all and (max-width: 750px){
  .boxAchievements01Wrap {
    padding-bottom: 3.5em;
    padding-top: 1.0em;
  }
}

.boxAchievements01Top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
}
@media all and (max-width: 750px){
  .boxAchievements01Top {
    display: block;
    margin-bottom: 1.0em;
  }
}

.boxAchievements01Top .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 23.1%;/*323px;*/
  min-width: 290px;
  height: 40px;
  padding-bottom: 0.1em;
  background-color: #000;
  letter-spacing: 0.12em;
  font-size: 1.4rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxAchievements01Top .ttl01 {
    width: 100%;
    min-width: auto;
    height: 10vw;
    margin-bottom: 1.0em;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
}

.boxAchievements01Top .p01 {
  width: calc(100% - 23.1%);
  padding-left: 1.5em;
  letter-spacing: 0.08em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxAchievements01Top .p01 {
    width: 100%;
    padding-left: 0;
    line-height: 1.6;
    font-size: 1.0rem;
  }
}

.boxAchievements01 .boxListDate {
  margin-bottom: 0.8em;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxAchievements01 .boxListDate {
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxAchievements01 .boxTbWrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    width: 100%;
  }
}

@media all and (max-width: 750px){
  .boxAchievements01 .pCaution {
    margin-top: 0.3em;
    text-align: right;
    font-size: 0.9rem;
  }
}

.boxAchievements01 .tb01 {
  width: 100%;
  border-top: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAchievements01 .tb01 {
    width: 330vw;/*2000px;*/
  }
}

.boxAchievements01 .tb01 th,
.boxAchievements01 .tb01 td {
  padding: 0.7em 0.5em;
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-size: 1.13rem;
}
@media all and (max-width: 1220px){
  .boxAchievements01 .tb01 th,
  .boxAchievements01 .tb01 td {
    font-size: 1.0rem;
  }
}
@media all and (max-width: 750px){
  .boxAchievements01 .tb01 th,
  .boxAchievements01 .tb01 td {
    padding: 0.7em 0.3em;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}

.boxAchievements01 .tb01 th:nth-child(1) {
  position: relative;
}

.boxAchievements01 .tb01 th:nth-child(3),
.boxAchievements01 .tb01 td:nth-child(3),
.boxAchievements01 .tb01 th:nth-child(4),
.boxAchievements01 .tb01 td:nth-child(4),
.boxAchievements01 .tb01 th:nth-child(6),
.boxAchievements01 .tb01 td:nth-child(6),
.boxAchievements01 .tb01 th:nth-child(9),
.boxAchievements01 .tb01 td:nth-child(9),
.boxAchievements01 .tb01 th:nth-child(10),
.boxAchievements01 .tb01 td:nth-child(10) {
  border-right: 1px #aaa dotted;
}

.boxAchievements01 .tb01 th:last-child,
.boxAchievements01 .tb01 td:last-child {
  border-right: 0;
}

.boxAchievements01 .tb01 tr:first-child th {
  width: calc(100% / 11);
  background-color: #f1f1f1;
}

.boxAchievements01 .tb01 tr:last-child th,
.boxAchievements01 .tb01 tr:last-child td {
  position: relative;
}

.boxAchievements01 .tb01 tr:last-child th:after,
.boxAchievements01 .tb01 tr:last-child td:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aaa;
}

.boxAchievements01 .tb01 tr:not(:first-child):not(:last-child):hover th,
.boxAchievements01 .tb01 tr:not(:first-child):not(:last-child):hover td {
  background-color: #e6f8f3;
  cursor: pointer;
}

@media all and (max-width: 750px){
  .boxAchievements01 .tb01 tr:not(:first-child) th:nth-child(1) {
    padding-right: 1.0em;
  }
}

.boxAchievements01 .tb01 th:nth-child(1) .icnAchievements01Link01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (max-width: 750px){
  .boxAchievements01 .tb01 th:nth-child(1) .icnAchievements01Link01 {
    right: 1vw;
    width: 3vw;
  }
}


/*##### Achievement Single #####*/
.boxAchievementsS01Wrap {
  margin-bottom: 5em;
  padding-top: 2.6em;
}
@media all and (max-width: 750px){
  .boxAchievementsS01Wrap {
    margin-bottom: 2.0em;
    padding-top: 1.0em;
  }
}

.boxAchievementsS01Top .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 3.5em;
}
@media all and (max-width: 750px){
  .boxAchievementsS01Top .ttl01 {
    margin-bottom: 1.5em;
  }
}

.boxAchievementsS01Top .ttl01 .txt01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 205px;
  height: 40px;
  background-color: #000;
  letter-spacing: 0.12em;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxAchievementsS01Top .ttl01 .txt01 {
    width: 30%;
    height: 10vw;
    font-size: 1.2rem;
  }
}

.boxAchievementsS01Top .ttl01 .txt02 {
  padding-left: 1.4em;
  letter-spacing: 0.12em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxAchievementsS01Top .ttl01 .txt02 {
    padding-left: 1.0em;
    font-size: 1.4rem;
  }
}

.boxAchievementsS01 .boxSingle {
  margin-bottom: 7.6em;
}
@media all and (max-width: 750px){
  .boxAchievementsS01 .boxSingle {
    margin-bottom: 3.6em;
  }
}

.boxAchievementsS01 .boxSingleDate {
  margin-bottom: 0.8em;
  text-align: right;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxAchievementsS01 .boxSingleDate {
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxAchievementsS01 .boxTbWrap {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    width: 100%;
  }
}

@media all and (max-width: 750px){
  .boxAchievementsS01 .pCaution {
    margin-top: 0.3em;
    text-align: right;
    font-size: 0.9rem;
  }
}

.boxAchievementsS01 .tb01 {
  width: 100%;
  border-top: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxAchievementsS01 .tb01 {
    width: 210vw;/*800px;*/
  }
}

.boxAchievementsS01 .tb01 th,
.boxAchievementsS01 .tb01 td {
  padding: 0.7em 0.5em;
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.07em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxAchievementsS01 .tb01 th,
  .boxAchievementsS01 .tb01 td {
    padding: 0.7em 0.3em;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}

.boxAchievementsS01 .tb01 td:nth-child(1) {
  position: relative;
}

.boxAchievementsS01 .tb01 th:nth-child(2),
.boxAchievementsS01 .tb01 td:nth-child(2),
.boxAchievementsS01 .tb01 th:nth-child(3),
.boxAchievementsS01 .tb01 td:nth-child(3),
.boxAchievementsS01 .tb01 th:nth-child(5),
.boxAchievementsS01 .tb01 td:nth-child(5) {
  border-right: 1px #aaa dotted;
}

.boxAchievementsS01 .tb01 th:last-child,
.boxAchievementsS01 .tb01 td:last-child {
  border-right: 0;
}

.boxAchievementsS01 .tb01 tr:first-child th {
  width: calc(100% / 7);
  background-color: #f1f1f1;
}

.boxAchievementsS01 .tb01 tr:last-child th,
.boxAchievementsS01 .tb01 tr:last-child td {
  position: relative;
}

.boxAchievementsS01 .tb01 tr:last-child th:after,
.boxAchievementsS01 .tb01 tr:last-child td:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #aaa;
}

.boxAchievementsS01 .tb01 tr:not(:first-child):not(:last-child):hover th,
.boxAchievementsS01 .tb01 tr:not(:first-child):not(:last-child):hover td {
  background-color: #e6f8f3;
}

.boxAchievementsS01 .tb01 tr.isImage:not(:first-child):not(:last-child):hover th,
.boxAchievementsS01 .tb01 tr.isImage:not(:first-child):not(:last-child):hover td {
  cursor: pointer;
}

@media all and (max-width: 750px){
  .boxAchievementsS01 .tb01 tr:not(:first-child) td:nth-child(1) {
    padding-right: 1.5em;
  }
}

.boxAchievementsS01 .tb01 td:nth-child(1) .icnAchievementsS01Image01 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (max-width: 750px){
  .boxAchievementsS01 .tb01 td:nth-child(1) .icnAchievementsS01Image01 {
    right: 1vw;
    width: 5vw;
  }
}



/*##### Activities #####*/
body.post-type-archive .boxActivities,
body.tax-activities-cat .boxActivities {
  padding-bottom: 14.5em;
}
@media all and (max-width: 750px){
  body.post-type-archive .boxActivities,
  body.tax-activities-cat .boxActivities {
    padding-bottom: 2.5em;
  }
}

body.post-type-archive .boxActivities01 .boxList,
body.tax-activities-cat .boxActivities01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
@media all and (max-width: 750px){
  body.post-type-archive .boxActivities01 .boxList,
  body.tax-activities-cat .boxActivities01 .boxList {
    display: block;
    /*-webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;*/
  }
}

body.tax-activities-cat .boxActivities01 .boxList {
  margin-bottom: 3.0em;
}
@media all and (max-width: 750px){
  body.tax-activities-cat .boxActivities01 .boxList {
    margin-bottom: 1.0em;
  }
}

body.post-type-archive .boxActivities01 .boxListOne {
  width: 271px;
  margin: 0 0.7% 3em 0.7%;
}
@media all and (max-width: 750px){
  body.post-type-archive .boxActivities01 .boxListOne {
    width: 100%;
    margin: 0 0.7% 2em 0.7%;
  }
}

@media all and (max-width: 750px){
  body.post-type-archive .boxActivities01 .boxListOne .boxListImg img {
    width: 100%;
  }
}

body.post-type-archive .boxActivities01 .boxListOne .ttlList > a {
  position: relative;
  z-index: 2;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 39px;
  height: 125px;
  margin-top: -4.2em;
  margin-left: 1.9em;
  background-color: #000;
  font-size: 1.3rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  body.post-type-archive .boxActivities01 .boxListOne .ttlList > a {
    width: 10vw;
    height: 40vw;
    margin-top: -7.2em;
    font-size: 1.2rem;
  }
}


body.tax-activities-cat .boxActivities01 .boxListOne {
  width: 24%;
  margin-right: calc((100% - 24% * 4) / 3);
  margin-bottom: 3em;
}
@media all and (max-width: 750px){
  body.tax-activities-cat .boxActivities01 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

body.tax-activities-cat .boxActivities01 .boxListOne:nth-child(4n),
body.tax-activities-cat .boxActivities01 .boxListOne:last-child {
  margin-right: 0;
}

@media all and (max-width: 750px){
  body.tax-activities-cat .boxActivities01 .boxListOne:last-child {
    margin-bottom: 0;
  }
}

body.tax-activities-cat .boxActivities01 .boxListImg {
  height: 288px;
  margin-bottom: 0.8em;
}
@media all and (max-width: 750px){
  body.tax-activities-cat .boxActivities01 .boxListImg {
    height: 50vw;
  }
}

body.tax-activities-cat .boxActivities01 .ttlList {
  margin-bottom: 0.5em;
}

body.tax-activities-cat .boxActivities01 .ulListTag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

body.tax-activities-cat .boxActivities01 .ulListTag > li {
  margin-right: 0.8em;
  font-size: 0.85rem;
}

.boxActivitiesS01Wrap {
  padding-bottom: 4.5em;
}
@media all and (max-width: 750px){
  .boxActivitiesS01Wrap {
    padding-bottom: 1.5em;
  }
}

.boxActivitiesS01 .boxSingle {
  margin-bottom: 6em;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle {
    margin-bottom: 2.5em;
  }
}

.boxActivitiesS01 .boxSingle.typeCol2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle.typeCol2 {
    display: block;
  }
}

.boxActivitiesS01 .boxSingle.typeCol1 .boxSingleImg {
  display: none;
}
.boxActivitiesS01 .boxSingle.typeCol2 .boxSingleImg {
  width: 46%;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle.typeCol2 .boxSingleImg {
    width: 100%;
    margin-bottom: 1.0em;
  }
}

.boxActivitiesS01 .boxSingle.typeCol1 .boxSingleTxt {
  width: 100%;
}
.boxActivitiesS01 .boxSingle.typeCol2 .boxSingleTxt {
  width: 50%;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle.typeCol2 .boxSingleTxt {
    width: 100%;
  }
}

.boxActivitiesS01 .boxSingleCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.2em;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingleCont01 {
    display: block;
    margin-bottom: 2.2em;
  }
}

.boxActivitiesS01 .boxSingleCont01L {
  width: 92px;/*13%;*/
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingleCont01L {
    width: 100%;
    margin-bottom: 1.0em;
  }
}

.boxActivitiesS01 .ulSingleCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 39px;
  min-height: 125px;
  background-color: #000;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast:none){
  .boxActivitiesS01 .ulSingleCat > li {
    height: 130px;
  }
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .ulSingleCat > li {
    width: 100%;
    min-height: 10vw;
    font-size: 1.2rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxActivitiesS01 .boxSingleCont01R {
  width: calc(100% - 92px);/*87%;*/
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingleCont01R {
    width: 100%;
  }
}

.boxActivitiesS01 .ttlSingle {
  margin-bottom: 0.35em;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .ttlSingle {
    font-size: 1.5rem;
  }
}

.boxActivitiesS01 .boxSingleDate {
  margin-bottom: 0.9em;
  font-size: 0.85rem;
}

.boxActivitiesS01 .ulSingleTag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxActivitiesS01 .ulSingleTag > li {
  margin-right: 0.8em;
  font-size: 0.85rem;
}

.boxActivitiesS01 .boxPostBody > p {
  line-height: 1.75;
}

.boxActivitiesS01 .boxSingle02 {
  margin-top: -2.5em;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle02 {
    margin-top: 0;
    margin-bottom: 2.5em;
  }
}

.boxActivitiesS01 .boxSingle02 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 5em;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle02 .boxList {
    margin-bottom: 2em;
  }
}

.boxActivitiesS01 .boxSingle02 .boxListOne {
  width: 24.3%;
  margin-right: calc((100% - 24.3% * 4) / 3);
  margin-bottom: 1.0em;
}
@media all and (-ms-high-contrast:none){
  .boxActivitiesS01 .boxSingle02 .boxListOne {
    margin-right: 0.933333333%;
  }
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle02 .boxListOne {
    width: 32.4%;
    margin-right: calc((100% - 32.4% * 3) / 2);
    margin-bottom: 0.4em;
  }
}

.boxActivitiesS01 .boxSingle02 .boxListOne:nth-child(4n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle02 .boxListOne:nth-child(4n) {
    margin-right: calc((100% - 32.4% * 3) / 2);
  }
}

@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle02 .boxListOne:nth-child(3n) {
    margin-right: 0;
  }
}

.boxActivitiesS01 .boxSingle02 .boxImg {
  height: 264px;
}
@media all and (max-width: 750px){
  .boxActivitiesS01 .boxSingle02 .boxImg {
    height: 30vw;
  }
}


/*##### Concept #####*/
@media all and (max-width: 750px){
  .boxConceptTopWrap {
    padding-top: 109.9%;
    background-image: url('./../../images/concept/sp-concept-top-bg01.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
  }
}

.boxConcept01Wrap,
.boxConcept02Wrap,
.boxConcept03Wrap,
.boxConcept04Wrap {
  height: 340px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
.boxConcept01Wrap {
  position: relative;
}
@media all and (max-width: 1400px){
  .boxConcept01Wrap {
    background-position: -310px top;
  }
}
@media all and (max-width: 1365px){
  .boxConcept02Wrap {
    background-position: calc(100% + 330px) top;
  }
}
@media all and (max-width: 1370px){
  .boxConcept03Wrap {
    background-position: -324px top;
  }
}
@media all and (max-width: 1385px){
  .boxConcept04Wrap {
    background-position: calc(100% + 305px) top;
  }
}
@media all and (max-width: 750px){
  .boxConcept01Wrap,
  .boxConcept02Wrap,
  .boxConcept03Wrap,
  .boxConcept04Wrap {
    height: auto;
    padding-bottom: 45%;
    background-position: center bottom;
    background-size: 100% auto;
  }
}


.boxConcept01Wrap {
  background-image: url('./../../images/concept/concept01-bg01.jpg');
}
@media all and (max-width: 750px){
  .boxConcept01Wrap {
    background-image: url('./../../images/concept/sp-concept01-bg01.jpg');
  }
}

.boxConcept02Wrap {
  background-image: url('./../../images/concept/concept02-bg01.jpg');
}
@media all and (max-width: 750px){
  .boxConcept02Wrap {
    background-image: url('./../../images/concept/sp-concept02-bg01.jpg');
  }
}

.boxConcept03Wrap {
  background-image: url('./../../images/concept/concept03-bg01.jpg');
}
@media all and (max-width: 750px){
  .boxConcept03Wrap {
    background-image: url('./../../images/concept/sp-concept03-bg01.jpg');
  }
}

.boxConcept04Wrap {
  background-image: url('./../../images/concept/concept04-bg01.jpg');
}
@media all and (max-width: 750px){
  .boxConcept04Wrap {
    background-image: url('./../../images/concept/sp-concept04-bg01.jpg');
  }
}

.boxConcept01Wrap .p01 {
  position: absolute;
  top: 165px;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 122px;
  height: 13.7em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.0em;
  background-color: #000;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 0.14em;
  font-size: 5.0rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxConcept01Wrap .p01 {
    top: -10.3em;
    width: 34vw;
    height: 8.6em;
    padding-top: 1.25em;
    line-height: 1.55;
    font-size: 2.3rem;
  }
}

.boxConcept01 .boxCont01,
.boxConcept02 .boxCont01,
.boxConcept03 .boxCont01,
.boxConcept04 .boxCont01 {
  width: 237px;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  padding-top: 2.3em;
  /*text-shadow: 1px 1px 1px #fff, 1px 1px 3px #fff, -1px -1px 3px #fff;*/
}
@media all and (max-width: 750px){
  .boxConcept01 .boxCont01,
  .boxConcept02 .boxCont01,
  .boxConcept03 .boxCont01,
  .boxConcept04 .boxCont01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
    padding-top: 2.6em;
    padding-bottom: 2.45em;
  }
}

.boxConcept01 .boxCont01 {
  width: 237px;
}
@media all and (max-width: 750px){
  .boxConcept01 .boxCont01 {
    width: 100%;
  }
}

.boxConcept02 .boxCont01 {
  position: relative;
  left: -10%;
  width: 237px;
  margin-left: auto;
}
@media all and (max-width: 750px){
  .boxConcept02 .boxCont01 {
    left: auto;
    width: 100%;
    margin-left: 0;
  }
}

.boxConcept03 .boxCont01 {
  width: 366px;
}
@media all and (max-width: 750px){
  .boxConcept03 .boxCont01 {
    width: 100%;
  }
}

.boxConcept04 .boxCont01 {
  width: 237px;
  margin-left: auto;
}
@media all and (max-width: 750px){
  .boxConcept04 .boxCont01 {
    width: 100%;
    margin-left: 0;
  }
}

.boxConcept01 .boxCont01 .ttl01,
.boxConcept02 .boxCont01 .ttl01,
.boxConcept03 .boxCont01 .ttl01,
.boxConcept04 .boxCont01 .ttl01 {
  font-size: 2.6rem;
}
@media all and (max-width: 750px){
  .boxConcept01 .boxCont01 .ttl01,
  .boxConcept02 .boxCont01 .ttl01,
  .boxConcept03 .boxCont01 .ttl01,
  .boxConcept04 .boxCont01 .ttl01 {
    font-size: 1.8rem;
  }
}

.boxConcept01 .boxCont01 .boxBaseCom,
.boxConcept02 .boxCont01 .boxBaseCom,
.boxConcept03 .boxCont01 .boxBaseCom,
.boxConcept04 .boxCont01 .boxBaseCom {
  padding: 1.4em 0.7em 0 0;
}
@media all and (max-width: 750px){
  .boxConcept01 .boxCont01 .boxBaseCom,
  .boxConcept02 .boxCont01 .boxBaseCom,
  .boxConcept03 .boxCont01 .boxBaseCom,
  .boxConcept04 .boxCont01 .boxBaseCom {
    padding: 1.2em 0.5em 0 0;
  }
}

.boxConcept01 .boxCont01 .boxBaseCom > p,
.boxConcept02 .boxCont01 .boxBaseCom > p,
.boxConcept03 .boxCont01 .boxBaseCom > p,
.boxConcept04 .boxCont01 .boxBaseCom > p {
  line-height: 1.8;
  font-size: 1.23rem;
}
@media all and (max-width: 750px){
  .boxConcept01 .boxCont01 .boxBaseCom > p,
  .boxConcept02 .boxCont01 .boxBaseCom > p,
  .boxConcept03 .boxCont01 .boxBaseCom > p,
  .boxConcept04 .boxCont01 .boxBaseCom > p {
    font-size: 0.87rem;
  }
}

.boxConcept05Wrap {
  margin-bottom: 8em;
}
@media all and (max-width: 750px){
  .boxConcept05Wrap {
    margin-bottom: 5.7em;
  }
}

.boxConcept05 {
  padding-top: 9.4em;
  text-align: center;
}
@media all and (max-width: 750px){
  .boxConcept05 {
    padding-top: 4.0em;
  }
}

.boxConcept05 .boxCont01 .ttl01 {
  margin-bottom: 4.8em;
}
@media all and (max-width: 750px){
  .boxConcept05 .boxCont01 .ttl01 {
    margin-bottom: 2.5em;
  }
}

@media all and (max-width: 750px){
  .boxConcept05 .boxCont01 .ttl01 img {
    width: 50vw;
  }
}

.boxConcept05 .boxCont01 .boxBaseCom > p {
  line-height: 2.1;
  letter-spacing: 0.1em;
  font-size: 1.23rem;
}
@media all and (max-width: 750px){
  .boxConcept05 .boxCont01 .boxBaseCom > p {
    line-height: 1.95;
    font-size: 0.87rem;
  }
}


/*##### Contact #####*/
.boxContact01Wrap {
  padding: 3.0em 0 5.0em 0;
}
@media all and (max-width: 750px){
  .boxContact01Wrap {
    padding: 0.5em 0 2.5em 0;
  }
}


/*##### Gem Archive #####*/
.boxGem01Wrap {
  padding-top: 0.55em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxGem01Wrap {
    padding-top: 0;
    padding-bottom: 1.0em;
  }
}

.boxGem01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media all and (max-width: 750px){
  .boxGem01 .boxList {
    display: block;
  }
}

.boxGem01 .boxListOne {
  width: 46.0%;
  margin-right: calc((100% - 46.0% * 2) / 2);
  margin-bottom: 3.0em;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

.boxGem01 .boxListOne:nth-child(2n) {
  margin-right: 0;
}

.boxGem01 .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListOneIn {
    display: block;
  }
}

.boxGem01 .boxListImg {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 35.8%;/*230px;*/
  height: 257px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListImg {
    width: 100%;
    height: 100vw;
  }
}

.boxGem01 .boxListImg:before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  z-index: -1;
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px)
}

.boxGem01 .boxListImg .imgMain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.boxGem01 .boxListImg a:hover,
.boxGem01 .boxListImg .imgMain:hover {
  /*opacity: 1;*/
}

.boxGem01 .boxListTxt {
  position: relative;
  width: calc(100% - (35.8% + 3.4%));/*calc(100% - (230px + 3.4%));*/
  padding-bottom: 1.5em;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt {
    width: 100%;
    padding-top: 0.2em;
    padding-bottom: 1.8em;
  }
}

.boxGem01 .boxListTxt .boxNum {
  margin-bottom: 1.27em;
  color: #8f8f8f;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .boxNum {
    margin-bottom: 0.5em;
    margin-left: -0.1em;
  }
}

.boxGem01 .boxListTxt .boxNum .txtWrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxGem01 .boxListTxt .boxNum .txtWrap .txtStr {
  line-height: 1.1;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .boxNum .txtWrap .txtStr {
    font-size: 0.73rem;
  }
}

.boxGem01 .boxListTxt .boxNum .txtWrap .txtNum {
  position: relative;
  line-height: 1.0;
  font-size: 2.0rem;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .boxNum .txtWrap .txtNum {
    font-size: 1.6rem;
  }
}

.boxGem01 .boxListTxt .boxNum .txtWrap .txtNum:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -1.35em;
  top: 0.1em;
  bottom: 0;
  width: 1.05em;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #13a273;
}

.boxGem01 .boxListTxt .ttlList {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 1.0em;/*1.3em;*/
  padding-left: 0.05em;
  line-height: 1.3;
  font-size: 1.83rem;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .ttlList {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
}

.boxGem01 .boxListTxt .boxCont {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-left: 0.35em;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .boxCont {
    padding-left: 0;
  }
}

.boxGem01 .boxListTxt .boxCont > p {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .boxCont > p {
    font-size: 0.9rem;
  }
}

.boxGem01 .boxListTxt .boxLink a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0.1em 2.8em 0.1em 0;
  background-image: url('./../../images/base/base-icn-arrow01.png');
  background-repeat: no-repeat;
  background-position: 99% top;
  background-size: auto auto;
  letter-spacing: 0.16em;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .boxGem01 .boxListTxt .boxLink a {
    padding: 0.1em 2.2em 0.1em 0;
    background-position: 99% 0.2em;
    background-size: 4vw auto;
    font-size: 0.8rem;
  }
}


/*##### Gem Single #####*/
.boxGemS01Wrap {
  margin-top: -0.4em;
  padding-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxGemS01Wrap {
    margin-top: 0;
    padding-bottom: 2.5em;
  }
}

.boxGemS01 .boxSingle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 7em;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle {
    display: block;
    margin-bottom: 3.5em;
  }
}

.boxGemS01 .boxSingle .boxImg {
  width: 48%;
  margin-right: calc(100% - (48% + 50.3%));
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxImg {
    width: 100%;
    margin-right: 0;
  }
}

.boxGemS01 .boxSingle .boxCsnkImageSwitch01 .boxImgMain {
  margin-bottom: 0.6em;
  padding-top: 75%;
}

.boxGemS01 .boxSingle .boxCsnkImageSwitch01 .boxImgSubOne {
  margin-bottom: 0.5em;
  padding-top: 14%;
}

.boxGemS01 .boxSingle .boxTxt {
  width: 50.3%;
  margin-top: -0.15em;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt {
    width: 100%;
    margin-top: -0.3em;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxNum {
  margin-bottom: 0.9em;
  color: #8f8f8f;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxNum {
    margin-bottom: 0.5em;
    margin-left: -0.1em;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxNum .txtWrap {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxGemS01 .boxSingle .boxTxt .boxNum .txtWrap .txtStr {
  line-height: 1.1;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxNum .txtWrap .txtStr {
    font-size: 0.73rem;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxNum .txtWrap .txtNum {
  position: relative;
  line-height: 1.0;
  font-size: 2.0rem;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxNum .txtWrap .txtNum {
    font-size: 1.6rem;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxNum .txtWrap .txtNum:before {
  content: '';
  position: absolute;
  z-index: 2;
  left: -1.35em;
  top: 0.1em;
  bottom: 0;
  width: 1.05em;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #13a273;
}

.boxGemS01 .boxSingle .boxTxt .ttlSingle {
  margin-bottom: 1.14em;
  padding-left: 0.05em;
  line-height: 1.3;
  font-size: 2.1rem;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .ttlSingle {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxCont {
  padding-left: 0.35em;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxCont {
    padding-left: 0;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxCont > p {
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxCont > p {
    font-size: 0.9rem;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxDl01 {
  margin-top: 2.65em;
  padding: 2.4em 0 0 0.65em;
  border-top: 1px #ababab solid;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxDl01 {
    margin-top: 1.0em;
    padding: 1.0em 0 0 0;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 0.7em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 {
    display: block;
    margin-bottom: 1.0em;
    font-size: 0.9rem;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dt {
  position: relative;
  width: 165px;
  padding-left: 0.85em;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dt {
    width: 100%;/*23vw;*/
    margin-bottom: 0.4em;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dt:before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #13a273;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dt:before {
    top: 0.5em;
    width: 1.4vw;
    height: 1.4vw;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dd {
  width: calc(100% - 165px);
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dd {
    width: 100%;/*calc(100% - 23vw);*/
    padding-left: 0.85em;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dd > p {
  position: relative;
  top: -0.33em;
  line-height: 2.05;
  letter-spacing: 0.12em;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxDl01 .dl01 > dd > p {
    top: auto;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxLink {
  padding-top: 1.36em;
  padding-left: 19%;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxLink {
    padding-top: 1.0em;
    padding-left: 0;
  }
}

.boxGemS01 .boxSingle .boxTxt .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 280px;
  height: 2.5em;
  margin: 0 auto;
  padding: 0.2em 0.7em 0.2em 0;
  background-color: #13a273;
  background-image: url('./../../images/base/base-icn-arrow02.png');
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: auto auto;
  letter-spacing: 0.07em;
  font-size: 1.1rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxGemS01 .boxSingle .boxTxt .boxLink a {
    width: 100%;
    height: 3.5em;
    background-size: 1.5vw auto;
    font-size: 0.9rem;
  }
}


/*##### Hinoki #####*/
.boxHinoki01Wrap,
.boxHinoki02Wrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}

.boxHinoki01Wrap {
  height: 1000px;
  margin-top: -240px;
  background-image: url('./../../images/hinoki/hinoki01-bg01.jpg');
}
@media all and (max-width: 750px){
  .boxHinoki01Wrap {
    height: auto;
    margin-bottom: 2.0em;
    margin-top: 0;/*-50vw;*/
    background-image: url('./../../images/hinoki/sp-hinoki01-bg01.jpg');
    background-size: 100% auto;
  }
}

.boxHinoki02Wrap {
  height: 1061px;
  margin-bottom: 10em;
  background-image: url('./../../images/hinoki/hinoki02-bg01.jpg');
}
@media all and (max-width: 750px){
  .boxHinoki02Wrap {
    height: auto;
    margin-bottom: 2.5em;
    background-image: url('./../../images/hinoki/sp-hinoki02-bg01.jpg');
    background-position: center calc(100% - 35vw);
    background-size: 100% auto;
  }
}

.boxHinoki01 {
  padding-top: 240px;
  text-align: right;
}
@media all and (max-width: 750px){
  .boxHinoki01 {
    padding-top: 60vw;
    text-align: left;
  }
}

.boxHinoki02 {
  padding-top: 140px;
  text-align: left;
}
@media all and (max-width: 750px){
  .boxHinoki02 {
    padding-top: 1.0em;
  }
}

.boxHinoki01 .boxCont01,
.boxHinoki02 .boxCont01 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-right: 200px;
}
@media all and (max-width: 750px){
  .boxHinoki01 .boxCont01,
  .boxHinoki02 .boxCont01 {
    display: block;
    padding-right: 0;
  }
}

.boxHinoki01 .boxCont01 {
  padding-right: 200px;
}
@media all and (max-width: 750px){
  .boxHinoki01 .boxCont01 {
    padding-right: 0;
  }
}

.boxHinoki02 .boxCont01 {
  margin-bottom: 14em;
  padding-left: 4%;
}
@media all and (max-width: 1400px){
  .boxHinoki02 .boxCont01 {
    padding-left: 0;
  }
}
@media all and (max-width: 750px){
  .boxHinoki02 .boxCont01 {
    margin-bottom: 30.5em;
  }
}

.boxHinoki01 .ttl01,
.boxHinoki02 .ttl01 {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxHinoki01 .ttl01,
  .boxHinoki02 .ttl01 {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxHinoki01 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 68px;
  height: 380px;
  margin-left: 1.8em;
  background-color: #000;
  letter-spacing: 0.15em;
  font-size: 2.7rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxHinoki01 .ttl01 {
    width: 100%;
    height: 10vw;
    margin-bottom: 0.8em;
    margin-left: 0;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}

.boxHinoki02 .ttl01 {
  margin-left: 1.25em;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.15em;
  font-size: 2.4rem;
}
@media all and (max-width: 1300px){
  .boxHinoki02 .ttl01 {
    margin-left: 1.15em;
    line-height: 1.5;
  }
}
@media all and (max-width: 750px){
  .boxHinoki02 .ttl01 {
    margin-bottom: 0.7em;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

.boxHinoki01 .boxBaseCom,
.boxHinoki01 .boxBaseCom > p,
.boxHinoki02 .boxBaseCom,
.boxHinoki02 .boxBaseCom > p {
  text-align: left;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxHinoki01 .boxBaseCom,
  .boxHinoki01 .boxBaseCom > p,
  .boxHinoki02 .boxBaseCom,
  .boxHinoki02 .boxBaseCom > p {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxHinoki01 .boxBaseCom > p {
  line-height: 1.9;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
}
@media all and (max-width: 750px){
  .boxHinoki01 .boxBaseCom > p {
    font-size: 1.0rem;
  }
}

.boxHinoki02 .boxBaseCom > p {
  line-height: 2.0;
  letter-spacing: 0.1em;
  font-size: 1.3rem;
}
@media all and (max-width: 1300px){
  .boxHinoki02 .boxBaseCom > p {
    line-height: 1.8;
  }
}
@media all and (max-width: 750px){
  .boxHinoki02 .boxBaseCom > p {
    font-size: 1.0rem;
  }
}

.boxHinoki01 .boxBaseCom > p + p,
.boxHinoki02 .boxBaseCom > p + p {
  margin-top: 0;
  margin-right: 1.95em;
}
@media all and (max-width: 1300px){
  .boxHinoki02 .boxBaseCom > p + p {
    margin-right: 1.75em;
  }
}
@media all and (max-width: 750px){
  .boxHinoki02 .boxBaseCom > p + p {
    margin-bottom: 1.75em;
    margin-right: 0;
  }
}

.boxHinoki02 .boxLink {

}

.boxHinoki02 .boxLink > a {
  position: relative;
  left: calc(50% - 370px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 50%;
  height: 54px;
  margin-left: auto;
  margin-bottom: 1.0em;
  padding-left: 63px;
  background-color: #f1f1f1;
  letter-spacing: 0.05em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxHinoki02 .boxLink > a {
    left: calc(50% - 40vw);
    width: 100%;
    height: 12vw;
    padding-left: 1.0em;
    font-size: 1.0rem;
    box-shadow: 1px 1px 5px 0 rgb(0, 0, 0, 0.3);
  }
}

.boxHinoki02 .boxLink > a > span {
  position: relative;
}

.boxHinoki02 .boxLink > a > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4.7em;
  width: 3.3em;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #00a273;
}

.boxHinoki02 .boxLink > a:nth-child(2) > span:after {
  right: -8.9em;
}


/*##### Index #####*/
.home .section-content {
  height: 100%;
  padding: 2% 2% 8% 2%;/*2%;*/
}
@media all and (max-width: 750px){
  .home .section-content {
    padding: 2% 2% 2% 2%;
  }
}

@-webkit-keyframes gnaviAni01 {
  0% { opacity: 0; bottom: -100px; }
  20% { opacity: 0; bottom: -100px; }
  100% { opacity: 1; bottom: 0; }
}
@keyframes gnaviAni01 {
  0% { opacity: 0; bottom: -100px; }
  20% { opacity: 0; bottom: -100px; }
  100% { opacity: 1; bottom: 0; }
}

.home #gnavi {
  position: fixed;
  z-index: 2;
  bottom: -100px;
  width: 100%;
  min-width: 1120px;
  height: 100px;
  background-color:#fff;
}
@media all and (max-width: 750px){
  .home #gnavi {
    position: static;
    bottom: auto;
    width: 100%;
    min-width: none;
    height: auto;
    background-color: transparent;
  }
}

.home #gnavi.addAni {
  -ms-animation: gnaviAni01 1s 0.5s ease normal forwards;
  -webkit-animation: gnaviAni01 1s 0.5s ease normal forwards;
  animation: gnaviAni01 1s 0.5s ease normal none forwards;
}
@media all and (max-width: 750px){
  .home #gnavi.addAni {
    -ms-animation: none;
    -webkit-animation: none;
    animation: none;
  }
}

@-webkit-keyframes fadeinMv01 {
  0% { opacity: 0; transform: scale(1.2); }
  20% { opacity: 0; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.0); }
}
@keyframes fadeinMv01 {
  0% { opacity: 0; transform: scale(1.2); }
  20% { opacity: 0; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.0); }
}

@-webkit-keyframes fadeinMv02 {
  0% { opacity: 0; transform: scale(1.2); }
  20% { opacity: 0; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.0); }
}
@keyframes fadeinMv02 {
  0% { opacity: 0; transform: scale(1.2); }
  20% { opacity: 0; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.0); }
}

.boxIndexMv {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.boxIndexMv .txt01IndexMv,
.boxIndexMv .boxTtl01 {
  position: absolute;
  z-index: 2;
  left: 5%;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  opacity: 0;
}

.boxIndexMv .boxTtl01 {
  left: 4.6%;
  height: 400px;
}
@media all and (max-width: 750px){
  .boxIndexMv .boxTtl01 {
    left: 2.6%;
    top: 18vh;
    bottom: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.boxIndexMv .txt01IndexMv.addAni,
.boxIndexMv .boxTtl01.addAni {
  -ms-animation: fadeinMv01 1s 0.5s ease normal forwards;
  -webkit-animation: fadeinMv01 1s 0.5s ease normal forwards;
  animation: fadeinMv01 1s 0.5s ease normal none forwards;
}

.boxIndexMv .boxTtl01 .ttl01 {
  line-height: 1.74;
  letter-spacing: 0.09em;
  font-size: 8.0rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndexMv .boxTtl01 .ttl01 {
    font-size: 3.0rem;
  }
}

.boxIndexMvVideo {
  position: relative;
  width: 1209px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndexMvVideo {
    width: 84%;
    margin-top: 30vh;
  }
}

.boxIndexMvVideo.addAni {
  -ms-animation: fadeinMv01 3s 1s ease normal forwards;
  -webkit-animation: fadeinMv01 3s 1s ease normal forwards;
  animation: fadeinMv01 3s 1s ease normal none forwards;
}

.boxIndexMvVideo video {
  width: 100%;
  outline: none;
}

.boxIndexMvVideo .btnIndexMvPlay01 {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (max-width: 750px){
  .boxIndexMvVideo .btnIndexMvPlay01 {
    right: -5vw;
    width: 20vw;
  }
}

.boxIndex01,
.boxIndex02,
.boxIndex03,
.boxIndex04 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}
@media all and (max-width: 750px){
  .boxIndex01,
  .boxIndex02,
  .boxIndex03,
  .boxIndex04 {
    padding-bottom: 15vh;
  }
}

@-webkit-keyframes fadein01 {
  0% { opacity: 0; transform: scale(1.2); }
  10% { opacity: 0; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.0); }
}
@keyframes fadein01 {
  0% { opacity: 0; transform: scale(1.2); }
  10% { opacity: 0; transform: scale(1.2); }
  100% { opacity: 1; transform: scale(1.0); }
}

.boxIndex01 .txt01Index01,
.boxIndex01 .boxTxt01 {
  position: relative;
  left: calc(700px - 53.4%);/*calc(50% - 950px);*/
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .txt01Index01,
  .boxIndex01 .boxTxt01 {
    left: calc(50% - 29.5vw);
    /*border: 1px #ff0000 solid;*/
  }
}

.boxIndex01 .txt01Index01.addAni,
.boxIndex01 .boxTxt01.addAni {
  -ms-animation: fadein01 1s ease normal forwards;
  -webkit-animation: fadein01 1s ease normal forwards;
  animation: fadein01 1s ease normal none forwards;
}

.boxIndex01 .boxTxt01,
.boxIndex02 .boxTxt01,
.boxIndex03 .boxTxt01,
.boxIndex04 .boxTxt01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 507px;
  height: 489px;
  padding: 4.75em 11.3em 0 0.3em;
  background-image: url('./../../images/index/index-bg02.png');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01,
  .boxIndex02 .boxTxt01,
  .boxIndex03 .boxTxt01,
  .boxIndex04 .boxTxt01 {
    width: 82vw;
    height: 81vw;
    padding: 2.4em 4.4em 0 1.0em;
    background-image: url('./../../images/index/sp-index-bg02.png');
    background-size: 100% 100%;
  }
}

.boxIndex02 .boxTxt01,
.boxIndex04 .boxTxt01 {
  padding: 4.0em 5.6em 0 0;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxTxt01,
  .boxIndex04 .boxTxt01 {
    padding: 2.4em 4.5em 0 1.15em;
  }
}

@media all and (max-width: 750px){
  .boxIndex03 .boxTxt01 {
    height: 67vw;
  }
}

@media all and (max-width: 750px){
  .boxIndex04 .boxTxt01 {
    height: 89vw;
  }
}
/*
.boxIndex02 .boxTxt01,
.boxIndex03 .boxTxt01,
.boxIndex04 .boxTxt01 {
  position: absolute;
  z-index: 2;
  left: calc(50% - 704px);
  color: #ff0000;
}*/

.boxIndex01 .boxTxt01 .ttl01,
.boxIndex01 .boxTxt01 .boxBaseCom,
.boxIndex01 .boxTxt01 .boxBaseCom > p,
.boxIndex01 .boxTxt01 .boxLink > a,
.boxIndex02 .boxTxt01 .ttl01,
.boxIndex02 .boxTxt01 .boxBaseCom,
.boxIndex02 .boxTxt01 .boxBaseCom > p,
.boxIndex02 .boxTxt01 .boxLink > a,
.boxIndex03 .boxTxt01 .ttl01,
.boxIndex03 .boxTxt01 .boxBaseCom,
.boxIndex03 .boxTxt01 .boxBaseCom > p,
.boxIndex03 .boxTxt01 .boxLink > a,
.boxIndex04 .boxTxt01 .ttl01,
.boxIndex04 .boxTxt01 .boxBaseCom,
.boxIndex04 .boxTxt01 .boxBaseCom > p,
.boxIndex04 .boxTxt01 .boxLink > a {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  display: inline-block;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.boxIndex01 .boxTxt01 .ttl01,
.boxIndex02 .boxTxt01 .ttl01,
.boxIndex03 .boxTxt01 .ttl01,
.boxIndex04 .boxTxt01 .ttl01 {
  font-size: 3.1rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01 .ttl01,
  .boxIndex02 .boxTxt01 .ttl01,
  .boxIndex03 .boxTxt01 .ttl01,
  .boxIndex04 .boxTxt01 .ttl01 {
    font-size: 1.8rem;
  }
}

.boxIndex01 .boxTxt01 .boxBaseCom,
.boxIndex02 .boxTxt01 .boxBaseCom,
.boxIndex03 .boxTxt01 .boxBaseCom,
.boxIndex04 .boxTxt01 .boxBaseCom {
  padding: 1.5em 1.3em 0 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01 .boxBaseCom,
  .boxIndex02 .boxTxt01 .boxBaseCom,
  .boxIndex03 .boxTxt01 .boxBaseCom,
  .boxIndex04 .boxTxt01 .boxBaseCom {
    padding: 1.1em 0.4em 0 0;
  }
}

.boxIndex01 .boxTxt01 .boxBaseCom > p,
.boxIndex02 .boxTxt01 .boxBaseCom > p,
.boxIndex03 .boxTxt01 .boxBaseCom > p,
.boxIndex04 .boxTxt01 .boxBaseCom > p {
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-size: 1.45rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01 .boxBaseCom > p,
  .boxIndex02 .boxTxt01 .boxBaseCom > p,
  .boxIndex03 .boxTxt01 .boxBaseCom > p,
  .boxIndex04 .boxTxt01 .boxBaseCom > p {
    font-size: 0.87rem;
  }
}

.boxIndex01 .boxTxt01 .boxLink,
.boxIndex02 .boxTxt01 .boxLink,
.boxIndex03 .boxTxt01 .boxLink,
.boxIndex04 .boxTxt01 .boxLink {
  position: relative;
  padding: 1.4em 2.45em 0 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01 .boxLink,
  .boxIndex02 .boxTxt01 .boxLink,
  .boxIndex03 .boxTxt01 .boxLink,
  .boxIndex04 .boxTxt01 .boxLink {
    padding: 1.0em 0.9em 0 0;
  }
}

.boxIndex02 .boxTxt01 .boxLink,
.boxIndex04 .boxTxt01 .boxLink {
  padding: 1.4em 4.25em 0 0;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxTxt01 .boxLink,
  .boxIndex04 .boxTxt01 .boxLink {
    padding: 1.1em 1.05em 0 0;
  }
}

.boxIndex01 .boxTxt01 .boxLink:before,
.boxIndex02 .boxTxt01 .boxLink:before,
.boxIndex03 .boxTxt01 .boxLink:before,
.boxIndex04 .boxTxt01 .boxLink:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 27px;
  width: 1px;
  height: 38px;
  background-color: #00a273;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01 .boxLink:before,
  .boxIndex02 .boxTxt01 .boxLink:before,
  .boxIndex03 .boxTxt01 .boxLink:before,
  .boxIndex04 .boxTxt01 .boxLink:before {
    top: 1vw;
    left: 4.5vw;
    height: 5.5vw;
  }
}

.boxIndex01 .boxTxt01 .boxLink a,
.boxIndex02 .boxTxt01 .boxLink a,
.boxIndex03 .boxTxt01 .boxLink a,
.boxIndex04 .boxTxt01 .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 54px;
  height: 208px;
  border: 1px #d8d8d8 solid;
  background-color: rgba(255,255,255,0.3);
  letter-spacing: 0.17em;
  font-size: 1.15rem;
}
@media all and (max-width: 750px){
  .boxIndex01 .boxTxt01 .boxLink a,
  .boxIndex02 .boxTxt01 .boxLink a,
  .boxIndex03 .boxTxt01 .boxLink a,
  .boxIndex04 .boxTxt01 .boxLink a {
    width: 9vw;
    height: 33.5vw;
    font-size: 0.87rem;
  }
}

.boxIndex02 .boxTxt01 .boxLink a {
  padding-top: 15px;
}
@media all and (max-width: 750px){
  .boxIndex02 .boxTxt01 .boxLink a {
    height: 41.2vw;
    padding-top: 0.9em;
  }
}

.boxIndex03 .boxTxt01 .boxLink a {
  padding-top: 5px;
}

.boxIndex04 .boxTxt01 .boxLink a {
  padding-top: 4px;
}

.boxIndex01 .img01Index01 {
  position: relative;
  left: calc(451px - 50%);/*calc(50% - 1145px);*/
  top: 134px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .img01Index01 {
    left: calc(50% - 84vw);
    top: 57.3vw;
    width: 36vw;
  }
}
.boxIndex01 .img01Index01.addAni {
  -ms-animation: fadein01 1s 0.6s ease normal forwards;
  -webkit-animation: fadein01 1s 0.6s ease normal forwards;
  animation: fadein01 1s 0.6s ease normal none forwards;
}

.boxIndex01 .img02Index01 {
  position: relative;
  left: calc(294px - 50%);/*calc(50% - 1302px);*/
  top: -175px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex01 .img02Index01 {
    left: calc(50% - 90vw);
    top: 25vw;
    width: 31vw;
  }
}
.boxIndex01 .img02Index01.addAni {
  -ms-animation: fadein01 1s 0.9s ease normal forwards;
  -webkit-animation: fadein01 1s 0.9s ease normal forwards;
  animation: fadein01 1s 0.9s ease normal none forwards;
}

.boxIndex02 .txt01Index02,
.boxIndex02 .boxTxt01 {
  position: relative;
  left: calc(700px - 53.4%);/*calc(50% - 950px);*/
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex02 .txt01Index02,
  .boxIndex02 .boxTxt01 {
    left: calc(50% - 26vw);
  }
}

.boxIndex02 .txt01Index02.addAni,
.boxIndex02 .boxTxt01.addAni {
  -ms-animation: fadein01 1s ease normal forwards;
  -webkit-animation: fadein01 1s ease normal forwards;
  animation: fadein01 1s ease normal none forwards;
}

.boxIndex02 .img01Index02 {
  position: relative;
  left: calc(-43px - 50%);/*calc(50% - 1638px);*/
  top: 199px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex02 .img01Index02 {
    left: calc(50% - 84vw);
    top: 66.6vw;
    width: 35.5vw;
  }
}

.boxIndex02 .img01Index02.addAni {
  -ms-animation: fadein01 1s 0.6s ease normal forwards;
  -webkit-animation: fadein01 1s 0.6s ease normal forwards;
  animation: fadein01 1s 0.6s ease normal none forwards;
}

.boxIndex02 .img02Index02 {
  position: relative;
  left: calc(-37px - 50%);/*calc(50% - 1632px);*/
  top: 286px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex02 .img02Index02 {
    left: calc(50% - 95.1vw);
    top: 45.5vw;
    width: 32.5vw;
  }
}

.boxIndex02 .img02Index02.addAni {
  -ms-animation: fadein01 1s 0.9s ease normal forwards;
  -webkit-animation: fadein01 1s 0.9s ease normal forwards;
  animation: fadein01 1s 0.9s ease normal none forwards;
}

.boxIndex03 .txt01Index03,
.boxIndex03 .boxTxt01 {
  position: relative;
  left: calc(700px - 53.4%);/*calc(50% - 950px);*/
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex03 .txt01Index03,
  .boxIndex03 .boxTxt01 {
    left: calc(50% - 28.5vw);
    /*border: 1px #ff0000 solid;*/
  }
}

.boxIndex03 .txt01Index03.addAni,
.boxIndex03 .boxTxt01.addAni {
  -ms-animation: fadein01 1s ease normal forwards;
  -webkit-animation: fadein01 1s ease normal forwards;
  animation: fadein01 1s ease normal none forwards;
}

.boxIndex03 .img01Index03 {
  position: relative;
  left: calc(259px - 50%);/*calc(50% - 1336px);*/
  top: 286px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex03 .img01Index03 {
    left: calc(50% - 80vw);
    top: 55.8vw;
    width: 33vw;
  }
}
.boxIndex03 .img01Index03.addAni {
  -ms-animation: fadein01 1s 0.6s ease normal forwards;
  -webkit-animation: fadein01 1s 0.6s ease normal forwards;
  animation: fadein01 1s 0.6s ease normal none forwards;
}

.boxIndex03 .img02Index03 {
  position: relative;
  left: calc(267px - 50%);/*calc(50% - 1328px);*/
  top: 134px;
  opacity: 0;
}
@media all and (max-width: 750px){
  .boxIndex03 .img02Index03 {
    left: calc(50% - 86.9vw);
    top: 18vw;
    width: 36vw;
  }
}
.boxIndex03 .img02Index03.addAni {
  -ms-animation: fadein01 1s 0.9s ease normal forwards;
  -webkit-animation: fadein01 1s 0.9s ease normal forwards;
  animation: fadein01 1s 0.9s ease normal none forwards;
}

.boxIndex04 .txt01Index04,
.boxIndex04 .boxTxt01 {
  position: relative;
  left: calc(700px - 53.4%);/*calc(50% - 950px);*/
  opacity: 0;
  -ms-animation: fadein01 1s 1s ease normal forwards;
  -webkit-animation: fadein01 1s 1s ease normal forwards;
  animation: fadein01 1s 1s ease normal none forwards;
}
@media all and (max-width: 750px){
  .boxIndex04 .txt01Index04,
  .boxIndex04 .boxTxt01 {
    left: calc(50% - 26vw);
  }
}

.boxIndex04 .txt01Index04.addAni,
.boxIndex04 .boxTxt01.addAni {
  -ms-animation: fadein01 1s ease normal forwards;
  -webkit-animation: fadein01 1s ease normal forwards;
  animation: fadein01 1s ease normal none forwards;
}

.boxIndex04 .img01Index04 {
  position: relative;
  left: calc(-43px - 50%);/*calc(50% - 1638px);*/
  top: 199px;
  opacity: 0;
  -ms-animation: fadein01 1s 1.6s ease normal forwards;
  -webkit-animation: fadein01 1s 1.6s ease normal forwards;
  animation: fadein01 1s 1.6s ease normal none forwards;
}
@media all and (max-width: 750px){
  .boxIndex04 .img01Index04 {
    left: calc(50% - 89vw);
    top: 48vw;
    width: 35.5vw;
  }
}

.boxIndex04 .img01Index04.addAni {
  -ms-animation: fadein01 1s 0.6s ease normal forwards;
  -webkit-animation: fadein01 1s 0.6s ease normal forwards;
  animation: fadein01 1s 0.6s ease normal none forwards;
}

.boxIndex04 .img02Index04 {
  position: relative;
  left: calc(-37px - 50%);/*calc(50% - 1632px);*/
  top: 285px;
  opacity: 0;
  -ms-animation: fadein01 1s 1.9s ease normal forwards;
  -webkit-animation: fadein01 1s 1.9s ease normal forwards;
  animation: fadein01 1s 1.9s ease normal none forwards;
}
@media all and (max-width: 750px){
  .boxIndex04 .img02Index04 {
    left: calc(50% - 93.1vw);
    top: 21.5vw;
    width: 32.5vw;
  }
}

.boxIndex04 .img02Index04.addAni {
  -ms-animation: fadein01 1s 0.9s ease normal forwards;
  -webkit-animation: fadein01 1s 0.9s ease normal forwards;
  animation: fadein01 1s 0.9s ease normal none forwards;
}

.boxIndex01 .txt01Index01,
.boxIndex01 .img01Index01,
.boxIndex01 .img02Index01,
.boxIndex02 .txt01Index02,
.boxIndex02 .img01Index02,
.boxIndex02 .img02Index02,
.boxIndex03 .txt01Index03,
.boxIndex03 .img01Index03,
.boxIndex03 .img02Index03,
.boxIndex04 .txt01Index04,
.boxIndex04 .img01Index04,
.boxIndex04 .img02Index04 {
  /*opacity: 1;*/
}

.boxIndex01 .txt01Index01.addAni,
.boxIndex01 .img01Index01.addAni,
.boxIndex01 .img02Index01.addAni,
.boxIndex02 .txt01Index02.addAni,
.boxIndex02 .img01Index02.addAni,
.boxIndex02 .img02Index02.addAni,
.boxIndex03 .txt01Index03.addAni,
.boxIndex03 .img01Index03.addAni,
.boxIndex03 .img02Index03.addAni,
.boxIndex04 .txt01Index04.addAni,
.boxIndex04 .img01Index04.addAni,
.boxIndex04 .img02Index04.addAni {
  /*border: 1px #ff0000 solid;*/
}


.boxIndex04 {
  position: relative;
}

.boxIndex04 .scrolldown1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 5vh;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 750px){
  .boxIndex04 .scrolldown1 {
    left: auto;
    right: 5%;
    top: auto;
    bottom: 17%;/*5%;*/
    height:50px;
    margin-left: 0;
    margin-right: 0;
  }
}

.boxIndex04 .scrolldown1 span {
  position: absolute;
  left:-25px;
  top: -15px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
}

.boxIndex04 .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  -ms-animation: pathmove 1.4s ease-in-out infinite reverse;
  -webkit-animation: pathmove 1.4s ease-in-out infinite reverse;
  animation: pathmove 1.4s ease-in-out infinite reverse;
  opacity:0;
}

@-webkit-keyframes pathmove {
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}


.boxIndexNewsBottomFixed {
  position: fixed;
  right: 5%;
  bottom: 104px;
  max-width: 90%;
  background-color: rgba(255,255,255,0.8);
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixed {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 2vw;
    width: 94%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}

.boxIndexNewsBottomFixedOne {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  padding: 0.6em 1.0em 0.5em 1.2em;
  font-size: 0.9rem;
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixedOne {
    min-height: auto;
    padding: 0.6em 1.0em 0.5em 1.0em;
    font-size: 0.8rem;
  }
}

.boxIndexNewsBottomFixedOne .boxDate {
  margin-right: 0.8em;
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixedOne .boxDate {
    margin-right: 0.5em;
  }
}

.boxIndexNewsBottomFixedOne .ulListCat {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxIndexNewsBottomFixedOne .ulListCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.8em;
  margin-right: 0.8em;
  padding: 0 0.3em 0 0.3em;
  border: 1px #999 solid;
  /*background-color: #000;*/
  font-size: 0.85rem;
  /*color: #fff;*/
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixedOne .ulListCat > li {
    height: auto;
    margin-right: 0.5em;
    padding: 0.1em 0.3em 0.1em 0.3em;
    font-size: 0.75rem;
  }
}

.boxIndexNewsBottomFixedOne .ttl01 {
  margin-right: 1.0em;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixedOne .ttl01 {
    margin-right: 0.5em;
  }
}

.boxIndexNewsBottomFixedOne .p01 {
  margin-right: 0.8em;
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixedOne .p01 {
    width: 83%;
    margin-right: 0.3em;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
  }
}

.boxIndexNewsBottomFixedOne .link01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 1.8em;
  padding: 0 0.5em 0.12em 0.5em;
  background-color: #000;
  font-size: 0.85rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxIndexNewsBottomFixedOne .link01 {
    height: auto;
    padding: 0.3em 0.5em 0.3em 0.5em;
    font-size: 0.75rem;
  }
}


/*##### Member #####*/
.boxMember01Wrap {
  margin-bottom: 11.3em;
}
@media all and (max-width: 750px){
  .boxMember01Wrap {
    margin-bottom: 4.0em;
  }
}

.boxMember01 .ttl01 {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
  margin-bottom: 2.1em;
  padding: 0 1.1em;
  letter-spacing: 0.12em;
  background-color: #000;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxMember01 .ttl01 {
    height: 10vw;
    margin-bottom: 2.0em;
    padding: 0 1.0em;
    font-size: 1.2rem;
  }
}

.boxMember01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5em;
}
@media all and (max-width: 750px){
  .boxMember01 .boxList {
    display: block;
    margin-bottom: 2.5em;
  }
}

.boxMember01 .boxListOne {
  width: 31.6%;
  margin-right: calc((100% - 31.6% * 3) / 2);
}
@media all and (max-width: 750px){
  .boxMember01 .boxListOne {
    width: 100%;
    margin-right: 0;
  }
}

.boxMember01 .boxListOne:nth-child(3n) {
  margin-right: 0;
}

.boxMember01 .boxListOneIn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  /*-webkit-align-items: flex-start;
  align-items: flex-start;*/
}

.boxMember01 .boxListOneIn .boxListImg {
  width: 34%;
  height: 114px;
}
@media all and (max-width: 750px){
  .boxMember01 .boxListOneIn .boxListImg {
    height: 30vw;
  }
}

.boxMember01 .boxListOneIn .boxListTxt {
  position: relative;
  width: 60.5%;
  padding-bottom: 2em;
}

.boxMember01 .boxListOneIn .boxListDate {
  margin-bottom: 0.4em;
  letter-spacing: 0.05em;
  font-size: 1.03rem;
}

.boxMember01 .boxListOneIn .ttlList {
  font-size: 1.2rem;
}

.boxMember01 .boxListOneIn .ulListCat {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxMember01 .boxListOneIn .ulListCat > li {
  letter-spacing: 0.08em;
  font-size: 1.0rem;
}

.boxMember01 .boxListOneIn .ulListCat > li:not(:last-child):after {
  content: '';
  margin: 0 0.3em;
}

.boxMember01 .boxLink > a {
  position: relative;
  left: calc(50% - 270px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 54px;
  width: 50%;
  margin-left: auto;
  padding-left: 3.8em;
  border: 1px #aaa solid;
  letter-spacing: 0.07em;
}
@media all and (max-width: 750px){
  .boxMember01 .boxLink > a {
    left: calc(50% - 20vw);
    height: 12vw;
    width: 100%;
    padding-left: 2.0em;
  }
}

.boxMember01 .boxLink > a > span {
  position: relative;
}

.boxMember01 .boxLink > a > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6.8em;
  width: 3.7em;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #00a273;
}
@media all and (max-width: 750px){
  .boxMember01 .boxLink > a > span:after {
    right: -5.0em;
  }
}


.boxMember02Wrap {
  margin-bottom: 13em;
}
@media all and (max-width: 750px){
  .boxMember02Wrap {
    margin-bottom: 2.5em;
  }
}

.boxMember02 {
  padding-bottom: 5.2em;
  border: 1px #000 solid;
}
@media all and (max-width: 750px){
  .boxMember02 {
    padding-bottom: 2.0em;
  }
}

.boxMember02 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
  height: 224px;
  margin: 0 auto;
  margin-top: -100px;
  margin-bottom: 1.4em;
  background-color: #000;
  letter-spacing: 0.22em;
  font-size: 1.25rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast:none){
  .boxMember02 .ttl01 {
    position: relative;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 750px){
  .boxMember02 .ttl01 {
    width: 90%;
    height: 10vw;
    margin-top: -5vw;
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxMember02 .p01 {
  text-align: center;
  margin-bottom: 4.8em;
  letter-spacing: 0.07em;
  opacity: 0.55;
}
@media all and (-ms-high-contrast:none){
  .boxMember02 .p01 {
    margin-top: 30px;
  }
}
@media all and (max-width: 750px){
  .boxMember02 .p01 {
    margin-bottom: 2.0em;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}

.boxMember02 .ulDownloadList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 77.5%;
  margin: 0 auto;
}
@media all and (max-width: 750px){
  .boxMember02 .ulDownloadList {
    display: block;
    width: 100%;
  }
}

.boxMember02 .ulDownloadList > li {
  width: 48%;
  margin-right: calc(100% - 48% * 2);
  margin-bottom: 2.2em;
  padding: 0 0 0.3em 1.7em;
  background-image: url('./../../images/member/member02-icn-download01.png');
  background-repeat: no-repeat;
  background-position: left 0.25em;
  background-size: auto auto;
  letter-spacing: 0.22em;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxMember02 .ulDownloadList > li {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 1.0em;
    padding: 0 0 0.3em 1.7em;
    background-position: left 0.25em;
    background-size: 4vw auto;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxMember02 .ulDownloadList > li:nth-child(2n) {
  margin-right: 0;
}
@media all and (max-width: 750px){
  .boxMember02 .ulDownloadList > li:nth-child(2n) {
    margin: 0 auto;
    margin-bottom: 1.0em;
  }
}

@media all and (max-width: 750px){
  .boxMember02 .ulDownloadList > li:last-child {
    margin-bottom: 0;
  }
}


/*##### News #####*/
.boxNewsNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 3em;
  margin-bottom: 2.6em;
}
@media all and (max-width: 750px){
  .boxNewsNavi {
    display: block;
    margin-top: 1em;
    margin-bottom: 2.0em;
  }
}

.dlNewsNaviCat,
.dlNewsNaviArchive {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .dlNewsNaviCat,
  .dlNewsNaviArchive {
    display: block;
  }
}

.dlNewsNaviCat > dt,
.dlNewsNaviArchive > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 223px;
  height: 38px;
  background-color: #000;
  letter-spacing: 0.15em;
  font-size: 1.3rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .dlNewsNaviCat > dt,
  .dlNewsNaviArchive > dt {
    width: 100%;
    height: 10vw;
    font-size: 1.0rem;
  }
}

.dlNewsNaviCat > dd {
  padding-left: 0.8em;
}
@media all and (max-width: 750px){
  .dlNewsNaviCat > dd {
    padding: 0.5em 0;
  }
}

.dlNewsNaviArchive > dd {
  padding-left: 2.0em;
}
@media all and (max-width: 750px){
  .dlNewsNaviArchive > dd {
    padding: 0.5em 0;
  }
}

.dlNewsNaviCat > dd .ul01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.dlNewsNaviCat > dd .ul01 > li {
  margin: 0.5em 0.9em;
  letter-spacing: 0.05em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .dlNewsNaviCat > dd .ul01 > li {
    margin: 0.5em 0.5em;
    font-size: 1.0rem;
  }
}

.dlNewsNaviCat > dd .ul01 > li.current {
  margin: 0 0.75em;
  border-bottom: 2px #10a87c solid;
  font-size: 1.45rem;
  font-weight: 700;
  color: #10a87c;
  pointer-events: none;
}
@media all and (max-width: 750px){
  .dlNewsNaviCat > dd .ul01 > li.current {
    margin: 0 0.27em;
    font-size: 1.13rem;
  }
}

.dlNewsNaviArchive > dd select[name="ym_archive"] {
  width: 174px;
  padding: 0.3em 0.3em;
  border: 0;
  border-bottom: 1px #000 solid;
  letter-spacing: 0.1em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .dlNewsNaviArchive > dd select[name="ym_archive"] {
    width: 100%;
    font-size: 1.0rem;
  }
}

.boxNews01 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 1.8em;
}
@media all and (max-width: 750px){
  .boxNews01 .boxList {
    display: block;
    margin-bottom: 1.0em;
  }
}

.boxNews01 .boxListOne {
  width: 48%;
  margin-right: calc(100% - 48% * 2);
  margin-bottom: 2.8em;
}
@media all and (max-width: 750px){
  .boxNews01 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

.boxNews01 .boxListOne:nth-child(2n) {
  margin-right: 0;
}

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

.boxNews01 .boxListImg {
  width: 226px;
  height: 168px;
}
@media all and (max-width: 750px){
  .boxNews01 .boxListImg {
    width: 35vw;
    height: 30vw;
  }
}

.boxNews01 .boxListTxt {
  width: calc(100% - 226px - 3.7%);
}
@media all and (max-width: 750px){
  .boxNews01 .boxListTxt {
    width: calc(100% - 35vw - 3.7%);
  }
}

.boxNews01 .boxListTxt .boxListDate {
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxNews01 .boxListTxt .boxListDate {
    font-size: 0.9rem;
  }
}

.boxNews01 .boxListTxt .ttlList {
  margin-bottom: 1.4em;
  letter-spacing: 0.12em;
  font-size: 1.65rem;
}
@media all and (max-width: 750px){
  .boxNews01 .boxListTxt .ttlList {
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

.boxNews01 .boxListTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 0.8em 0;
}
@media all and (-ms-high-contrast:none){
  .boxNews01 .boxListTxt {
    display: block;
  }
}
@media all and (max-width: 750px){
  .boxNews01 .boxListTxt {
    padding: 0.3em 0;
  }
}

.boxNews01 .boxListTxt .ulListCat > li {
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxNews01 .boxListTxt .ulListCat > li {
    font-size: 0.9rem;
  }
}


/*##### News Single #####*/
.boxNewsS01Wrap {
  padding-bottom: 4.5em;
}
@media all and (max-width: 750px){
  .boxNewsS01Wrap {
    padding-bottom: 2.0em;
  }
}

.boxNewsS01 .boxSingle {
  margin-bottom: 6em;
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingle {
    margin-bottom: 2.5em;
  }
}

.boxNewsS01 .boxSingle.typeCol2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingle.typeCol2 {
    display: block;
  }
}

.boxNewsS01 .boxSingle.typeCol1 .boxSingleImg {
  display: none;
}
.boxNewsS01 .boxSingle.typeCol2 .boxSingleImg {
  width: 46%;
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingle.typeCol2 .boxSingleImg {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.boxNewsS01 .boxSingle.typeCol1 .boxSingleTxt {
  width: 100%;
}
.boxNewsS01 .boxSingle.typeCol2 .boxSingleTxt {
  width: 50%;
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingle.typeCol2 .boxSingleTxt {
    width: 100%;
  }
}

.boxNewsS01 .boxSingleCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.2em;
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingleCont01 {
    display: block;
    margin-bottom: 1.5em;
  }
}

.boxNewsS01 .boxSingleCont01L {
  width: 92px;/*13%;*/
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingleCont01L {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.boxNewsS01 .ulSingleCat > li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 39px;
  min-height: 125px;
  background-color: #000;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast:none){
  .boxNewsS01 .ulSingleCat > li {
    height: 130px;
  }
}
@media all and (max-width: 750px){
  .boxNewsS01 .ulSingleCat > li {
    width: 100%;
    min-height: 10vw;
    font-size: 1.0rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxNewsS01 .boxSingleCont01R {
  width: calc(100% - 92px);/*87%;*/
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingleCont01R {
    width: 100%;
  }
}

.boxNewsS01 .ttlSingle {
  margin-bottom: 0.35em;
  letter-spacing: 0.08em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxNewsS01 .ttlSingle {
    font-size: 1.4rem;
  }
}

.boxNewsS01 .boxSingleDate {
  margin-bottom: 0.9em;
  font-size: 0.85rem;
}
@media all and (max-width: 750px){
  .boxNewsS01 .boxSingleDate {
    font-size: 0.9rem;
  }
}

.boxNewsS01 .ulSingleTag {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxNewsS01 .ulSingleTag > li {
  margin-right: 0.8em;
  font-size: 0.85rem;
}

.boxNewsS01 .boxPostBody > p {
  line-height: 1.75;
}

.boxNewsS01 .boxSingle02 {
   margin-top: -2.5em;
}

.boxNewsS01 .boxSingle02 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxNewsS01 .boxSingle02 .boxListOne {
  width: 24.3%;
  margin-right: calc((100% - 24.3% * 4) / 3);
  margin-bottom: 1.0em;
}

.boxNewsS01 .boxSingle02 .boxListOne:nth-child(4n) {
  margin-right: 0;
}

.boxNewsS01 .boxSingle02 .boxImg {
  height: 264px;
}




/*##### Owner #####*/
.boxOwnerTop {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 2.3em;
  margin-bottom: 11.0em;
}
@media all and (max-width: 750px){
  .boxOwnerTop {
    display: block;
    margin-top: 1.0em;
    margin-bottom: 2.5em;
  }
}

.boxOwnerTop .ttl01 {
  width: 41.3%;
  letter-spacing: 0.07em;
  font-size: 2.35rem;
}
@media all and (max-width: 750px){
  .boxOwnerTop .ttl01 {
    width: 100%;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.2rem;
  }
}

.boxOwnerTop .ulOwnerMenu {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 65%;
}
@media all and (max-width: 750px){
  .boxOwnerTop .ulOwnerMenu {
    width: 100%;
  }
}

.boxOwnerTop .ulOwnerMenu > li {
  width: 31%;
  min-width: 263px;
  margin-left: calc((100% - 31% * 3) / 3);
  margin-bottom: 0.6em;
  border-bottom: 1px #000 solid;
}
@media all and (max-width: 750px){
  .boxOwnerTop .ulOwnerMenu > li {
    width: 49%;
    min-width: auto;
    margin-left: 0;
    margin-right: calc(100% - 49% * 2);
    margin-bottom: 0.6em;
  }
}

@media all and (max-width: 750px){
  .boxOwnerTop .ulOwnerMenu > li:nth-child(2n) {
    margin-right: 0;
  }
}

.boxOwnerTop .ulOwnerMenu > li > a {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 34px;
  padding: 0 1.6em 0 0.5em;
  letter-spacing: 0.07em;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxOwnerTop .ulOwnerMenu > li > a {
    height: 12vw;
    padding: 0 1.0em 0 0.3em;
    letter-spacing: 0.03em;
    font-size: 0.9rem;
  }
}

.boxOwnerTop .ulOwnerMenu > li > a:after {
  content: '';
  position: absolute;
  top: 14px;
  right: 0.7em;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px transparent solid;
  border-top: 7px #000 solid;
}
@media all and (max-width: 750px){
  .boxOwnerTop .ulOwnerMenu > li > a:after {
    top: 5vw;
    right: 0.3em;
    box-sizing: border-box;
    width: 1vw;
    height: 1vw;
    border: 1vw transparent solid;
    border-top: 1.7vw #000 solid;
  }
}

@media all and (max-width: 750px){
  .boxOwner01Wrap {
    margin-bottom: 3.5em;
  }
}

.boxOwner01 {
  min-height: 570px;
}
@media all and (max-width: 750px){
  .boxOwner01 {
    min-height: auto;
  }
}

.boxOwner01 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxOwner01 .boxCont01 {
    display: block;
  }
}

.boxOwner01 .boxCont01 .ttl01 {
  margin-left: 1.85em;
  line-height: 1.45;
  letter-spacing: 0.15em;
  font-size: 2.7rem;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxOwner01 .boxCont01 .ttl01 {
    margin-left: 0;
    margin-bottom: 1.0em;
    font-size: 1.4rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxOwner01 .boxCont01 .boxBaseCom,
.boxOwner01 .boxCont01 .boxBaseCom > p {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxOwner01 .boxCont01 .boxBaseCom,
  .boxOwner01 .boxCont01 .boxBaseCom > p {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxOwner01 .boxCont01 .boxBaseCom {
  height: 435px;
}
@media all and (max-width: 750px){
  .boxOwner01 .boxCont01 .boxBaseCom {
    height: auto;
  }
}

.boxOwner01 .boxCont01 .boxBaseCom > p {
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxOwner01 .boxCont01 .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxOwner01 .boxCont01 .boxBaseCom > p + p {
  margin-top: 0;
  margin-right: 1.75em;
}
@media all and (max-width: 750px){
  .boxOwner01 .boxCont01 .boxBaseCom > p + p {
    margin-top: 1.75em;
    margin-right: 0;
  }
}


.boxOwner02Wrap {
  min-height: 570px;
  background-image: url('./../../images/owner/owner02-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxOwner02Wrap {
    margin-bottom: 1.0em;
    min-height: auto;
    background-position: calc(50% + 5vw) top;
    background-size: 100% auto;
  }
}

.boxOwner02 .boxCont01 {
  width: 61%;/*57%;*/
  padding-top: 5.5em;/*2em;*/
}
@media all and (max-width: 750px){
  .boxOwner02 .boxCont01 {
    width: 90%;
    margin: 0 auto;
    padding-top: 0;
  }
}

.boxOwner02 .boxCont01 .ttl01 {
  margin-bottom: 1.9em;
  line-height: 1.42;
  letter-spacing: 0.13em;
  font-size: 2.7rem;
}
@media all and (max-width: 750px){
  .boxOwner02 .boxCont01 .ttl01 {
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}

.boxOwner02 .boxCont0101.no01 {
  margin-bottom: 4.3em;
}
@media all and (max-width: 750px){
  .boxOwner02 .boxCont0101.no01 {
    margin-bottom: 2.0em;
  }
}

.boxOwner02 .boxCont0101 .ttl02 {
  margin-bottom: 0.65em;
  letter-spacing: 0.07em;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxOwner02 .boxCont0101 .ttl02 {
    font-size: 1.2rem;
  }
}

.boxOwner02 .boxCont0101 .boxBaseCom > p {
  line-height: 1.75;
  letter-spacing: 0.05em;
  font-size: 1.26rem;
}
@media all and (max-width: 750px){
  .boxOwner02 .boxCont0101 .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxOwner03Wrap {
  padding: 9.4em 0;
}
@media all and (max-width: 750px){
  .boxOwner03Wrap {
    padding: 2.5em 0;
  }
}

.boxOwner03 .boxCont01 .ttl01 {
  margin-bottom: 1.3em;
  text-align: center;
  font-size: 2.5rem;
}
@media all and (max-width: 750px){
  .boxOwner03 .boxCont01 .ttl01 {
    margin-bottom: 1.0em;
    font-size: 1.4rem;
  }
}

.boxOwner03 .boxCont01 .boxUl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 2.0em;
  padding: 3.2em 3.5em 3.9em 3.5em;
  border: 1px #000 solid;
}
@media all and (max-width: 750px){
  .boxOwner03 .boxCont01 .boxUl01 {
    padding: 1.5em 1.0em 1.5em 1.0em;
  }
}

.boxOwner03 .boxCont01 .ul01 > li {
  margin-bottom: 1.15em;
  padding-left: 1.8em;
  background-image: url('./../../images/owner/owner03-icn-check01.png');
  background-repeat: no-repeat;
  background-position: left 0.2em;
  background-size: auto auto;
  letter-spacing: 0.08em;
  font-size: 1.65rem;
}
@media all and (max-width: 750px){
  .boxOwner03 .boxCont01 .ul01 > li {
    margin-bottom: 1.0em;
    padding-left: 1.5em;
    background-position: left 0.2em;
    background-size: 4.5vw auto;
    font-size: 1.1rem;
  }
}

.boxOwner03 .boxCont01 .ul01 > li:last-child {
  margin-bottom: 0;
}

.boxOwner03 .boxCont01 .boxBaseCom > p {
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxOwner03 .boxCont01 .boxBaseCom > p {
    font-size: 1.2rem;
  }
}

.boxOwner04Wrap {
  min-height: 1075px;
  margin-bottom: 24.8em;
  padding: 5.0em 0;
  background-image: url('./../../images/owner/owner04-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxOwner04Wrap {
    min-height: auto;
    margin-bottom: 2.5em;
    padding: 2.0em 0;
    background-image: none;
  }
}

.boxOwner04 .boxCont01 {
  position: relative;
  left: 43%;
  width: 58.6%;
}
@media all and (max-width: 1480px){
  .boxOwner04 .boxCont01 {
    left: 40%;
  }
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 {
    position: static;
    left: auto;
    width: 100%;
  }
}

.boxOwner04 .boxCont01 .ttl01 {
  position: relative;
  left: -245px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 688px;
  height: 67px;
  margin-bottom: 2.5em;
  padding-bottom: 0.1em;
  background-color: #000;
  letter-spacing: 0.18em;
  font-size: 2.6rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .ttl01 {
    position: static;
    left: auto;
    width: 100%;
    height: 10vw;
    margin-bottom: 1.0em;
    padding-bottom: 0;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
  }
}

.boxOwner04 .boxCont01 .boxDl01 {
  /*width: 820px;*/
}

.boxOwner04 .boxCont01 .boxDl01 .dl01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4.0em;
  padding: 2.6em 0;
  border: 1px #000 solid;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01 {
    display: block;
    margin-bottom: 10vw;
    padding: 1.0em;
  }
}

.boxOwner04 .boxCont01 .boxDl01 .dl01:not(:last-child):after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -117px;
  width: 60px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  border: 60px transparent solid;
  border-top: 56px #000 solid;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01:not(:last-child):after {
    bottom: -20vw;
    width: 10vw;
    height: 10vw;
    border: 10vw transparent solid;
    border-top: 10vw #000 solid;
  }
}

.boxOwner04 .boxCont01 .boxDl01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 34%;
  min-width: 255px;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01 > dt {
    width: 100%;
    min-width: auto;
    margin-bottom: 0.7em;
  }
}

.boxOwner04 .boxCont01 .boxDl01 .dl01 > dt .txtStep {
  position: relative;
  left: -13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 85px;
  height: 26px;
  background-color: #000;
  letter-spacing: 0.1em;
  font-size: 0.95rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01 > dt .txtStep {
    left: -7vw;
    width: 25vw;
    height: 7vw;
    font-size: 0.9rem;
  }
}

.boxOwner04 .boxCont01 .boxDl01 .dl01 > dt .txtStr {
  padding-left: 0.6em;
  letter-spacing: 0.05em;
  font-size: 2.1rem;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01 > dt .txtStr {
    padding-left: 1.0em;
    letter-spacing: 0.12em;
    font-size: 1.4rem;
  }
}

.boxOwner04 .boxCont01 .boxDl01 .dl01 > dd {
  width: 66%;
  padding-right: 1.0em;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01 > dd {
    width: 100%;
    padding-right: 0;
  }
}

.boxOwner04 .boxCont01 .boxDl01 .dl01 > dd .boxBaseCom > p {
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-size: 1.35rem;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxDl01 .dl01 > dd .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxOwner04 .boxCont01 .boxBaseCom.no01 > p {
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: 1.8rem;
}
@media all and (max-width: 750px){
  .boxOwner04 .boxCont01 .boxBaseCom.no01 > p {
    font-size: 1.2rem;
  }
}


.boxOwner05Wrap {
  margin-bottom: 10em;
}
@media all and (max-width: 750px){
  .boxOwner05Wrap {
    margin-bottom: 3.5em;
  }
}

.boxOwner05 .boxCont01 {
  padding: 0 5%;
  border: 1px #000 solid;
}

.boxOwner05 .boxCont01 .ttl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 67px;
  height: 358px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 3.7em;
  margin-top: -217px;
  background-color: #000;
  letter-spacing: 0.28em;
  font-size: 2.1rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast:none){
  .boxOwner05 .boxCont01 .ttl01 {
    position: relative;
    left: 50%;
    right: auto;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media all and (max-width: 750px){
  .boxOwner05 .boxCont01 .ttl01 {
    width: 90%;
    height: 10vw;
    margin-bottom: 2.5em;
    margin-top: -5vw;
    letter-spacing: 0.1em;
    font-size: 1.4rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxOwner05 .csnkForm .dlForm > dt {
  width: 35%;
}
@media all and (max-width: 750px){
  .boxOwner05 .csnkForm .dlForm > dt {
    width: 100%;
  }
}

.boxOwner05 .csnkForm .dlForm > dd {
  width: 65%;
}
@media all and (max-width: 750px){
  .boxOwner05 .csnkForm .dlForm > dd {
    width: 100%;
  }
}



/*##### Recruit #####*/
.boxRecruit01Wrap {
  padding: 5.3em 0 4.0em 0;
}
@media all and (max-width: 750px){
  .boxRecruit01Wrap {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxRecruit01 .ttl01 {
  margin-bottom: 1.1em;
  text-align: center;
  letter-spacing: 0.05em;
  font-size: 3.3rem;
}
@media all and (max-width: 750px){
  .boxRecruit01 .ttl01 {
    margin-bottom: 1.1em;
    font-size: 1.6rem;
  }
}

.boxRecruit01 .boxCont01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecruit01 .boxBaseCom,
.boxRecruit01 .boxBaseCom > p {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}

.boxRecruit01 .boxBaseCom > p {
  line-height: 2.4;
  letter-spacing: 0.06em;
  font-size: 1.38rem;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxBaseCom > p {
    line-height: 1.5;
    font-size: 0.9rem;
  }
}

.boxRecruit01 .boxBaseCom > p + p {
  margin-top: 0;
  margin-right: 2.4em;
}
@media all and (max-width: 750px){
  .boxRecruit01 .boxBaseCom > p + p {
    margin-right: 1.4em;
  }
}

.boxRecruit02Wrap,
.boxRecruit03Wrap {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
.boxRecruit02Wrap {
  background-image: url('./../../images/recruit/recruit02-bg01.jpg');
}
.boxRecruit03Wrap {
  background-image: url('./../../images/recruit/recruit03-bg01.jpg');
}
@media all and (max-width: 1460px){
  .boxRecruit02Wrap {
    padding-top: 2.0em;
    background-position: calc(100% + 280px) top;
  }
}
@media all and (max-width: 750px){
  .boxRecruit02Wrap {
    margin-bottom: 2.5em;
    padding-top: 27.4%;
    background-position: calc(50% + 25vw) top;
    background-size: 160% auto;
  }
}

@media all and (max-width: 1325px){
  .boxRecruit03Wrap {
    background-position: -350px top;
  }
}
@media all and (max-width: 750px){
  .boxRecruit03Wrap {
    margin-bottom: 2.5em;
    padding-top: 27.4%;
    background-position: calc(50% - 29vw) top;
    background-size: 160% auto;
  }
}

.boxRecruit02,
.boxRecruit03 {
  height: 340px;
}
@media all and (max-width: 750px){
  .boxRecruit02,
  .boxRecruit03 {
    height: 82vw;
  }
}

.boxRecruit02 .boxCont01,
.boxRecruit03 .boxCont01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxCont01,
  .boxRecruit03 .boxCont01 {
    position: relative;
    padding-top: 2em;
    padding-bottom: 20vw;
    /*display: block;*/
    /*-webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;*/
  }
}

.boxRecruit02 .boxCont01 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 322px;
  margin-left: auto;
  color: #25a0d4;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxCont01 {
    width: 75%;
    /*margin-left: 0;*/
  }
}

.boxRecruit03 .boxCont01 {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  width: 297px;
  padding-top: 38px;
  color: #307131;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01 {
    width: 74%;
    padding-top: 2.0em;
  }
}

.boxRecruit02 .boxCont01 .ttl01,
.boxRecruit03 .boxCont01 .ttl01 {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  font-size: 2.7rem;
  /*font-weight: 700;*/
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxCont01 .ttl01,
  .boxRecruit03 .boxCont01 .ttl01 {
    /*margin-bottom: 1.0em;
    text-align: center;*/
    font-size: 1.6rem;
    /*-webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;*/
  }
}

.boxRecruit02 .boxCont01 .ttl01 {
  margin-right: 1.75em;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxCont01 .ttl01 {
    /*margin-right: 0*/
  }
}

.boxRecruit03 .boxCont01 .ttl01 {
  margin-right: 1.5em;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxCont01 .ttl01 {
    /*margin-right: 0;*/
  }
}

.boxRecruit02 .boxCont01 .boxBaseCom,
.boxRecruit02 .boxCont01 .boxBaseCom > p,
.boxRecruit03 .boxCont01 .boxBaseCom,
.boxRecruit03 .boxCont01 .boxBaseCom > p {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxCont01 .boxBaseCom,
  .boxRecruit02 .boxCont01 .boxBaseCom > p,
  .boxRecruit03 .boxCont01 .boxBaseCom,
  .boxRecruit03 .boxCont01 .boxBaseCom > p {
    /*-webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;*/
  }
}

.boxRecruit02 .boxCont01 .boxBaseCom > p,
.boxRecruit03 .boxCont01 .boxBaseCom > p {
  line-height: 1.75;
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxCont01 .boxBaseCom > p,
  .boxRecruit03 .boxCont01 .boxBaseCom > p {
    line-height: 1.75;
    font-size: 1.0rem;
  }
}

.boxRecruit02 .boxLink,
.boxRecruit03 .boxLink {
  position: absolute;
  top: 257px;
  width: 1000px;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxLink,
  .boxRecruit03 .boxLink {
    top: auto;
    bottom: 0;
    width: 200%;
  }
}

.boxRecruit02 .boxLink {
  left: calc(50% - 34px);
  border: 1px #25a0d4 solid;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxLink {
    left: calc(50% - 45vw);
  }
}

.boxRecruit03 .boxLink {
  right: calc(50% - 150px);
  border: 1px #307131 solid;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxLink {
    right: calc(50% - 45vw);
  }
}

.boxRecruit02 .boxLink > a,
.boxRecruit03 .boxLink > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 42px;
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxLink > a,
  .boxRecruit03 .boxLink > a {
    height: 10vw;
    font-size: 1.1rem;
  }
}

.boxRecruit02 .boxLink > a {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 91px;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxLink > a {
    padding-left: 8vw;
  }
}

.boxRecruit03 .boxLink > a {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 169px;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxLink > a {
    padding-right: 8vw;
  }
}

.boxRecruit02 .boxLink > a > span,
.boxRecruit03 .boxLink > a > span {
  position: relative;
}

.boxRecruit02 .boxLink > a > span:after,
.boxRecruit03 .boxLink > a > span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxLink > a > span:after,
  .boxRecruit03 .boxLink > a > span:after {
    width: 16vw;
  }
}

.boxRecruit02 .boxLink > a > span:after {
  right: -72px;
  background-color: #25a0d4;
}
@media all and (max-width: 750px){
  .boxRecruit02 .boxLink > a > span:after {
    right: -25vw;
  }
}

.boxRecruit03 .boxLink > a > span:after {
  left: -72px;
  background-color: #307131;
}
@media all and (max-width: 750px){
  .boxRecruit03 .boxLink > a > span:after {
    left: -25vw;
  }
}

.boxRecruit04Wrap {
  padding: 4.5em 0 0 0;
}
@media all and (max-width: 750px){
  .boxRecruit04Wrap {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxRecruit04 .ttlBase01 {
  margin-bottom: 3.2em;
}
@media all and (max-width: 750px){
  .boxRecruit04 .ttlBase01 {
    margin-bottom: 2.0em;
  }
}

.boxRecruit04 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxList {
    display: block;
  }
}

.boxRecruit04 .boxListOne {
  width: 23%;
  margin-right: calc((100% - 23% * 4) / 3);
  margin-bottom: 3.0em;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2.0em;
  }
}

.boxRecruit04 .boxListOne:nth-child(4n) {
  margin-right: 0;
}

@media all and (max-width: 750px){
  .boxRecruit04 .boxListOne:last-child {
    margin-bottom: 0;
  }
}

.boxRecruit04 .boxListImg {
  margin-bottom: 1.2em;
  height: 320px;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxListImg {
    margin-bottom: 1.0em;
    height: 50vw;
  }
}

.boxRecruit04 .ttlList {
  margin-bottom: 0.25em;
  font-size: 1.6rem;
}
@media all and (max-width: 750px){
  .boxRecruit04 .ttlList {
    margin-bottom: 0.5em;
    font-size: 1.2rem;
  }
}

.boxRecruit04 .boxListCont {
  margin-bottom: 1.2em;
  line-height: 1.65;
  font-size: 1.1rem;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxListCont {
    margin-bottom: 1.0em;
    font-size: 0.9rem;
  }
}

.boxRecruit04 .boxListDl .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5em;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxListDl .dl01 {
    font-size: 0.9rem;
  }
}

.boxRecruit04 .boxListDl .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 30%;
  padding: 0.15em 0 0.25em 0;
  background-color: #10a87c;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxListDl .dl01 > dt {
    width: 23%;
    padding: 0.2em 0 0.3em 0;
  }
}

.boxRecruit04 .boxListDl .dl01 > dd {
  width: 70%;
  padding: 0.15em 0 0.25em 0.9em;
}
@media all and (max-width: 750px){
  .boxRecruit04 .boxListDl .dl01 > dd {
    width: 77%;
    padding: 0.2em 0 0.3em 0.9em;
  }
}

.boxRecruit05Wrap {
  padding: 3.3em 0 7em 0;
}
@media all and (max-width: 750px){
  .boxRecruit05Wrap {
    padding: 2.5em 0 2.5em 0;
  }
}

.boxRecruit05 .ttlBase01 {
  margin-bottom: 3.2em;
}
@media all and (max-width: 750px){
  .boxRecruit05 .ttlBase01 {
    margin-bottom: 2.0em;
  }
}

.boxRecruit05 .boxList {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxList {
    display: block;
  }
}

.boxRecruit05 .boxListOne {
  width: 31.6%;
  margin-right: calc((100% - 31.6% * 3) / 2);
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxListOne {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7em;
  }
}

.boxRecruit05 .boxListOne:nth-child(3n) {
  margin-right: 0;
}

@media all and (max-width: 750px){
  .boxRecruit05 .boxListOne:last-child {
    margin-bottom: 0;
  }
}

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

.boxRecruit05 .boxListOneIn .boxListImg {
  width: 34%;
  height: 114px;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxListOneIn .boxListImg {
    height: 30vw;
  }
}

.boxRecruit05 .boxListOneIn .boxListTxt {
  width: 60.5%;
}

.boxRecruit05 .boxListOneIn .boxListDate {
  margin-bottom: 0.4em;
  letter-spacing: 0.05em;
  font-size: 1.03rem;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxListOneIn .boxListDate {
    font-size: 0.9rem;
  }
}

.boxRecruit05 .boxListOneIn .ttlList {
  font-size: 1.2rem;
}
@media all and (max-width: 750px){
  .boxRecruit05 .boxListOneIn .ttlList {
    font-size: 0.9rem;
  }
}


/*##### Recruit Single #####*/
.boxRecruitS0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 9.5em;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 {
    display: block;
    margin-bottom: 3.0em;
  }
}

.boxRecruitS0101 .boxImg {
  width: 46%;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxImg {
    width: 100%;
    margin-bottom: 0.5em;
  }
}

.boxRecruitS0101 .boxTxt {
  position: relative;
  width: 42.2%;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxTxt {
    width: 100%;
  }
}

.boxRecruitS0101 .boxTxt .boxNewMid {
  position: absolute;
  top: 0;
  left: -18.4%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 39px;
  min-height: 204px;
  background-color: #000;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxTxt .boxNewMid {
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    min-height: 10vw;
    margin-bottom: 0.8em;
    font-size: 1.0rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxRecruitS0101 .boxTxt .ttl01 {
  font-size: 2.5rem;
  margin-bottom: 1.15em;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxTxt .ttl01 {
    font-size: 1.4rem;
    margin-bottom: 1.0em;
  }
}

.boxRecruitS0101 .boxTxt .boxDl01 {
  margin-bottom: 2.6em;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxTxt .boxDl01 {
    margin-bottom: 2.0em;
  }
}

.boxRecruitS0101 .boxTxt .boxDl01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxTxt .boxDl01 .dl01 {
    font-size: 0.9rem;
  }
}

.boxRecruitS0101 .boxTxt .boxDl01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 19.2%;
  padding: 0.15em 0 0.25em 0;
  background-color: #10a87c;
  color: #fff;
}

.boxRecruitS0101 .boxTxt .boxDl01 .dl01 > dt .str2 {
  margin-right: 1.0em;
}

.boxRecruitS0101 .boxTxt .boxDl01 .dl01 > dd {
  width: 80.8%;
  padding: 0.15em 0 0.25em 0.9em;
}

.boxRecruitS0101 .boxTxt .boxPostBody > p {
  line-height: 1.7;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0101 .boxTxt .boxPostBody > p {
    font-size: 0.9rem;
  }
}

.boxRecruitS0101 .boxTxt .boxPostBody p + p {
  margin-top: 1.2em;
}


.boxRecruitS0102 {
  margin-bottom: 5.9em;
  border: 1px #000 solid;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 {
    margin-bottom: 2.5em;
  }
}

.boxRecruitS0102 .ttl01 {
  position: relative;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 39px;
  min-height: 180px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -77px;
  margin-bottom: 2.8em;
  background-color: #000;
  letter-spacing: 0.35em;
  font-size: 1.25rem;
  color: #fff;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (-ms-high-contrast:none){
  .boxRecruitS0102 .ttl01 {
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 180px;
  }
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .ttl01 {
    width: 80%;
    min-height: 10vw;
    margin-top: -5vw;
    margin-bottom: 1.5em;
    letter-spacing: 0.25em;
    font-size: 1.2rem;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxRecruitS0102 .boxDl01 {
  width: 74.4%;
  margin: 0 auto;
  margin-bottom: 3.5em;
}
@media all and (-ms-high-contrast:none){
  .boxRecruitS0102 .boxDl01 {
    margin-top: 3em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxDl01 {
    width: 90%;
    margin-bottom: 2.5em;
  }
}

.boxRecruitS0102 .boxDl01 .dl01 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxDl01 .dl01 {
    display: block;
    margin-bottom: 1.0em;
    font-size: 1.0rem;
  }
}

.boxRecruitS0102 .boxDl01 .dl01:first-child {
  border-top: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxDl01 .dl01:first-child {
    border-top: 0;
  }
}

.boxRecruitS0102 .boxDl01 .dl01 > dt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  width: 185px;
  padding: 1.17em 0 1.17em 1.7em;
  border-right: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxDl01 .dl01 > dt {
    display: block;
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.0em;
    border-right: 0;
  }
}

.boxRecruitS0102 .boxDl01 .dl01 > dd {
  width: calc(100% - 185px);
  padding: 1.17em 0 1.17em 1.7em;
  border-bottom: 1px #aaa solid;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxDl01 .dl01 > dd {
    width: 100%;
    padding: 0.5em 0.5em 0.5em 1.0em;
    border-bottom: 0;
  }
}

.boxRecruitS0102 .boxDl01 .dl01 > dd .boxPostBody > p {
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxDl01 .dl01 > dd .boxPostBody > p {
    font-size: 0.9rem;
  }
}

.boxRecruitS0102 .boxDl01 .dl01 > dd .boxPostBody > p + p {
  margin-top: 0;
}

.boxRecruitS0102 .boxCont01 {
  width: 89.5%;
  margin: 0 auto;
  margin-bottom: 3.5em;
  padding: 5em 0 1em 0;
  background-color: #f1f1f1;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont01 {
    width: 90%;
    margin-bottom: 1.3em;
    padding: 2em 0 0.5em 0;
  }
}

.boxRecruitS0102 .boxCont0101,
.boxOwner05 .boxCont0101,
.boxContact01 .boxCont0101 {
  width: 83%;
  margin: 0 auto;
  margin-bottom: 4.7em;
}
@media all and (-ms-high-contrast:none){
  .boxOwner05 .boxCont0101 {
    margin-top: 100px;
  }
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101,
  .boxOwner05 .boxCont0101,
  .boxContact01 .boxCont0101 {
    width: 100%;
    margin-bottom: 2.5em;
  }
  .boxRecruitS0102 .boxCont0101 {
    width: 90%;
  }
}

.boxRecruitS0102 .boxCont0101 .ttl02,
.boxOwner05 .boxCont0101 .ttl02,
.boxContact01 .boxCont0101 .ttl02 {
  margin-bottom: 1.1em;
  text-align: center;
  font-size: 1.75rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .ttl02,
  .boxOwner05 .boxCont0101 .ttl02,
  .boxContact01 .boxCont0101 .ttl02 {
    margin-bottom: 0.7em;
    font-size: 1.4rem;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact,
.boxOwner05 .boxCont0101 .boxTelContact,
.boxContact01 .boxCont0101 .boxTelContact {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 1.1em 1.1em 1.1em 0;
  border: 1px #aaa solid;
  background-color: #fff;
}
@media all and (max-width: 1335px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact,
  .boxOwner05 .boxCont0101 .boxTelContact,
  .boxContact01 .boxCont0101 .boxTelContact {
    -webkit-justify-content: center;
    justify-content: center;
    padding: 1.1em 1.1em 1.1em 1.1em;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno,
.boxOwner05 .boxCont0101 .boxTelContact .dlTelno,
.boxContact01 .boxCont0101 .boxTelContact .dlTelno {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 47%;
  line-height: 1.0;
}
@media all and (max-width: 1335px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno,
  .boxOwner05 .boxCont0101 .boxTelContact .dlTelno,
  .boxContact01 .boxCont0101 .boxTelContact .dlTelno {
    width: 100%;
    margin-bottom: 1.0em;
  }
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno,
  .boxOwner05 .boxCont0101 .boxTelContact .dlTelno {
    display: block;
    text-align: center;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno > dt,
.boxOwner05 .boxCont0101 .boxTelContact .dlTelno > dt,
.boxContact01 .boxCont0101 .boxTelContact .dlTelno > dt {
  margin-right: 1.4em;
  letter-spacing: 0.17em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno > dt,
  .boxOwner05 .boxCont0101 .boxTelContact .dlTelno > dt,
  .boxContact01 .boxCont0101 .boxTelContact .dlTelno > dt {
    font-size: 1.0rem;
  }
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno > dt,
  .boxOwner05 .boxCont0101 .boxTelContact .dlTelno > dt {
    margin-bottom: 0.5em;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno > dd,
.boxOwner05 .boxCont0101 .boxTelContact .dlTelno > dd,
.boxContact01 .boxCont0101 .boxTelContact .dlTelno > dd {
  position: relative;
  top: -0.05em;
  letter-spacing: 0.1em;
  font-size: 2.8rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlTelno > dd,
  .boxOwner05 .boxCont0101 .boxTelContact .dlTelno > dd,
  .boxContact01 .boxCont0101 .boxTelContact .dlTelno > dd {
    top: -0.1em;
    font-size: 1.8rem;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact .boxReceptionTime,
.boxOwner05 .boxCont0101 .boxTelContact .boxReceptionTime,
.boxContact01 .boxCont0101 .boxTelContact .boxReceptionTime {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 53%;
  padding: 0.7em 0 0.7em 0;
  background-color: #f1f1f1;
}
@media all and (max-width: 1335px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .boxReceptionTime,
  .boxOwner05 .boxCont0101 .boxTelContact .boxReceptionTime,
  .boxContact01 .boxCont0101 .boxTelContact .boxReceptionTime {
    width: 100%;
  }
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .boxReceptionTime {
    padding: 0.5em 0.7em 0.5em 0.7em;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact .dlReceptionTime,
.boxOwner05 .boxCont0101 .boxTelContact .dlReceptionTime,
.boxContact01 .boxCont0101 .boxTelContact .dlReceptionTime {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 0.13em;
  font-size: 1.3rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlReceptionTime,
  .boxOwner05 .boxCont0101 .boxTelContact .dlReceptionTime,
  .boxContact01 .boxCont0101 .boxTelContact .dlReceptionTime {
    display: block;
    letter-spacing: 0.1em;
    font-size: 1.0rem;
  }
}

@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlReceptionTime,
  .boxOwner05 .boxCont0101 .boxTelContact .dlReceptionTime {
    text-align: center;
  }
}

@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlReceptionTime > dt,
  .boxOwner05 .boxCont0101 .boxTelContact .dlReceptionTime > dt,
  .boxContact01 .boxCont0101 .boxTelContact .dlReceptionTime > dt {
    margin-bottom: 0.3em;
  }
}

.boxRecruitS0102 .boxCont0101 .boxTelContact .dlReceptionTime > dt:after,
.boxOwner05 .boxCont0101 .boxTelContact .dlReceptionTime > dt:after,
.boxContact01 .boxCont0101 .boxTelContact .dlReceptionTime > dt:after {
  content: '／';
  margin: 0 0.05em;
  color: #aaa;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0101 .boxTelContact .dlReceptionTime > dt:after,
  .boxOwner05 .boxCont0101 .boxTelContact .dlReceptionTime > dt:after,
  .boxContact01 .boxCont0101 .boxTelContact .dlReceptionTime > dt:after {
    content: none;
  }
}

.boxRecruitS0102 .boxCont0102 {
  width: 83%;
  margin: 0 auto;
  margin-bottom: 3.7em;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0102 {
    width: 90%;
    margin-bottom: 0;
  }
}

.boxRecruitS0102 .boxCont0102 .ttl02,
.boxOwner05 .boxCont0102 .ttl02,
.boxContact01 .boxCont0102 .ttl02 {
  margin-bottom: 0.9em;
  text-align: center;
  font-size: 1.75rem;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0102 .ttl02,
  .boxOwner05 .boxCont0102 .ttl02,
  .boxContact01 .boxCont0102 .ttl02 {
    margin-bottom: 0.5em;
    font-size: 1.4rem;
  }
}

.boxRecruitS0102 .boxCont0102 .p01,
.boxOwner05 .boxCont0102 .p01,
.boxContact01 .boxCont0102 .p01 {
  margin-bottom: 1.6em;
  text-align: center;
  letter-spacing: 0.19em;
  font-size: 1.13rem;
  color: #6b6b6b;
}
@media all and (max-width: 750px){
  .boxRecruitS0102 .boxCont0102 .p01,
  .boxOwner05 .boxCont0102 .p01,
  .boxContact01 .boxCont0102 .p01 {
    margin-bottom: 1.0em;
    letter-spacing: 0.1em;
    font-size: 0.9rem;
  }
}

.boxRecruitBottomNavi {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 4em;
  margin-bottom: 5.8em;
}
@media all and (max-width: 750px){
  .boxRecruitBottomNavi {
    display: block;
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
}

.boxRecruitBottomNavi .link01 {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  width: 500px;
  height: 54px;
  margin-left: -260px;
  margin-right: 72px;
  padding-right: 2.0em;
  background-color: #25a0d4;
  letter-spacing: 0.15em;
  font-size: 1.13rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxRecruitBottomNavi .link01 {
    width: 80%;
    height: 12vw;
    margin-left: -5vw;
    margin-right: 0;
    margin-bottom: 1.5em;
    font-size: 1.1rem;
  }
}

.boxRecruitBottomNavi .link01:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3.3em;
  width: 2em;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  /*margin-left: 1.0em;
  margin-right: 1.0em;*/
  background-color: #25a0d4;
}

.boxRecruitBottomNavi .ulRecruitBottomNavi {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.boxRecruitBottomNavi .ulRecruitBottomNavi > li {
  letter-spacing: 0.15em;
  font-size: 1.13rem;
}
@media all and (max-width: 750px){
  .boxRecruitBottomNavi .ulRecruitBottomNavi > li {
    letter-spacing: 0.07em;
    font-size: 0.9rem;
  }
}

.boxRecruitBottomNavi .ulRecruitBottomNavi > li:not(:last-child):after {
  content: '/';
  margin: 0 1.3em;
}
@media all and (max-width: 750px){
  .boxRecruitBottomNavi .ulRecruitBottomNavi > li:not(:last-child):after {
    margin: 0 0.5em;
  }
}


/*##### Training #####*/
.boxTraining01 .ttlBase01 {
  margin-bottom: 2.6em;
}
@media all and (max-width: 750px){
  .boxTraining01 .ttlBase01 {
    margin-bottom: 1.5em;
  }
}

@media all and (max-width: 750px){
  .boxTraining01 .ttlBase01 .ttlJa {
    font-size: 1.4rem;
  }
}


.boxTraining0101,
.boxTraining0102,
.boxTraining0103 {
  height: 355px;
  padding-top: 6.5em;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxTraining0101,
  .boxTraining0102,
  .boxTraining0103 {
    height: auto;
    margin-bottom: 2.0em;
    padding-top: 46.3%;
    background-size: 260% auto;
  }
}

.boxTraining0101 {
  background-image: url('./../../images/training/training01-img0101.jpg');
}
@media all and (max-width: 750px){
  .boxTraining0101 {
    background-position: calc(50% + 78vw) top;
  }
}

.boxTraining0102 {
  background-image: url('./../../images/training/training01-img0102.jpg');
}
@media all and (max-width: 750px){
  .boxTraining0102 {
    background-position: calc(50% - 78vw) top;
  }
}

.boxTraining0103 {
  background-image: url('./../../images/training/training01-img0103.jpg');
}
@media all and (max-width: 750px){
  .boxTraining0103 {
    background-position: calc(50% + 78vw) top;
  }
}

.boxTraining0101 .boxCont01In,
.boxTraining0102 .boxCont01In,
.boxTraining0103 .boxCont01In {
  position: relative;
  left: calc(50% - 175px);
  width: 62.4%;
}
@media all and (max-width: 750px){
  .boxTraining0101 .boxCont01In,
  .boxTraining0102 .boxCont01In,
  .boxTraining0103 .boxCont01In {
    position: static;
    left: auto;
    width: 100%;
  }
}

.boxTraining0102 .boxCont01In {
  left: 5.7%;
}
@media all and (max-width: 750px){
  .boxTraining0102 .boxCont01In {
    left: auto;
  }
}

.boxTraining0101 .boxCont01In .ttl02,
.boxTraining0102 .boxCont01In .ttl02,
.boxTraining0103 .boxCont01In .ttl02 {
  position: relative;
  left: -86px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 390px;
  height: 52px;
  margin-bottom: 1.1em;
  background-color: #000;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
  color: #fff;
}
.boxTraining0102 .boxCont01In .ttl02 {
  left: 0;
  margin-left: auto;
}
@media all and (max-width: 750px){
  .boxTraining0101 .boxCont01In .ttl02,
  .boxTraining0102 .boxCont01In .ttl02,
  .boxTraining0103 .boxCont01In .ttl02 {
    position: static;
    left: auto;
    width: 100%;
    height: 10vw;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
    font-size: 1.2rem;
  }
  .boxTraining0102 .boxCont01In .ttl02 {
    left: auto;
    margin-left: 0;
  }
}

.boxTraining0101 .boxCont01In .boxBaseCom > p,
.boxTraining0102 .boxCont01In .boxBaseCom > p,
.boxTraining0103 .boxCont01In .boxBaseCom > p {
  line-height: 1.65;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media all and (max-width: 1365px){
  .boxTraining0101 .boxCont01In .boxBaseCom > p,
  .boxTraining0102 .boxCont01In .boxBaseCom > p,
  .boxTraining0103 .boxCont01In .boxBaseCom > p {
    font-size: 1.2rem;
  }
}
@media all and (max-width: 750px){
  .boxTraining0101 .boxCont01In .boxBaseCom > p,
  .boxTraining0102 .boxCont01In .boxBaseCom > p,
  .boxTraining0103 .boxCont01In .boxBaseCom > p {
    font-size: 0.9rem;
  }
}

.boxTraining02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 17em 0 14em 0;
}
@media all and (max-width: 750px){
  .boxTraining02 {
    padding: 2.0em 0 2.0em 0;
  }
}

.boxTraining02 .ttl01 {
  margin-bottom: 1.2em;
  font-size: 3.0rem;
}
@media all and (max-width: 750px){
  .boxTraining02 .ttl01 {
    margin-bottom: 1.0em;
    font-size: 1.6rem;
  }
}

.boxTraining02 .boxBaseCom {
  margin-bottom: 4.4em;
}
@media all and (max-width: 750px){
  .boxTraining02 .boxBaseCom {
    margin-bottom: 2.0em;
  }
}

.boxTraining02 .boxBaseCom > p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxTraining02 .boxBaseCom > p {
    font-size: 1.0rem;
  }
}

.boxTraining02 .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 780px;
  height: 70px;
  background-color: #f1f1f1;
  border: 1px #000 solid;
  letter-spacing: 0.05em;
  font-size: 1.55rem;
}
@media all and (max-width: 750px){
  .boxTraining02 .boxLink a {
    width: 80vw;
    height: 30vw;
    font-size: 1.4rem;
  }
}

.boxTraining02 .boxLink a > span {
  padding: 0 0 0 1.5em;
  background-image: url('./../../images/training/training02-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left 0.1em;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxTraining02 .boxLink a > span {
    padding: 0 0 0 1.3em;
    background-position: left 0.2em;
    background-size: 5.5vw auto;
  }
}


/*##### Voice #####*/
.boxVoice01Wrap {
  margin-bottom: 6em;
  background-image: url('./../../images/voice/voice-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxVoice01Wrap {
    margin-bottom: 2.5em;
    background-size: auto 100%;
  }
}

.boxVoice01 {
  position: relative;
  min-height: 1124px;
}
@media all and (max-width: 750px){
  .boxVoice01 {
    min-height: auto;
  }
}

.boxVoice01 .boxCont01 {
  padding-top: 5.2em;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxCont01 {
    padding-top: 2.5em;
    padding-bottom: 1.0em;
  }
}

.boxVoice01 .ulTopSlide {
  display: block;
  position: relative;
  overflow: hidden;
  height: 990px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
}
@media all and (max-width: 750px){
  .boxVoice01 .ulTopSlide{
    height: auto;
    padding-top: 0;
  }
}

.boxVoice01 .ulTopSlide > li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 750px){
  .boxVoice01 .ulTopSlide > li {
    display: block;
    position: static;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
  }
}

.boxVoice01 .ulTopSlide > li.current {
  display: block;
}

.boxVoice01 .boxTopSliderBtn {
  position: relative;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxTopSliderBtn {
    display: none;
  }
}

.boxVoice01 .ulTopSliderBtn {
  position: absolute;
  z-index: 2;
  bottom: 0;/*40px;*/
  left: 43.1%;
  /*transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}
@media all and (max-width: 750px){
  .boxVoice01 .ulTopSliderBtn {
    bottom: 5vw;
    /*transform: translateX(-50%);
    -ms-transform: translateX(-50%);*/
  }
}

.boxVoice01 .ulTopSliderBtn > li {
  display: inline-block;
  background-color: none;
  /*border: 1px solid #fff;*/
  width: 11px;
  height: 11px;
  margin: 0 6px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #000;
}
@media all and (max-width: 750px){
  .boxVoice01 .ulTopSliderBtn > li {
    width: 2.4vw;
    height: 2.4vw;
    margin: 0 1.4vw;
  }
}

.boxVoice01 .ulTopSliderBtn > li.current {
  background-color: #fff;
}

.boxVoice01 .boxTopSliderNavi {
  position: absolute;
  top: 0;
  right: 7%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 1.7em;
  letter-spacing: 0.1em;
  font-size: 1.25rem;
  font-weight: 700;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxTopSliderNavi {
    display: none;
  }
}

.icnVoiceSlideArrow01L {
  position: absolute;
  top: 0.35em;
  left: 0;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .icnVoiceSlideArrow01L {
    display: none;
  }
}

.icnVoiceSlideArrow01R {
  position: absolute;
  top: 0.35em;
  right: 0;
  cursor: pointer;
}
@media all and (max-width: 750px){
  .icnVoiceSlideArrow01R {
    display: none;
  }
}

.boxVoice01 .boxCont01One {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxCont01One {
    display: block;
  }
}

.boxVoice01 .boxCont01One .boxImg {
  width: 40%;
  min-width: 400px;
  margin-right: 3.5%;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxCont01One .boxImg {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 1.0em;
  }
}

.boxVoice01 .boxCont01One .boxTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  width: 56.5%;
  /*max-width: 808px;
  min-width: 722px;*/
  padding-right: 6.5%;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxCont01One .boxTxt {
    display: block;
    width: 100%;
    padding-right: 0;
  }
}

.boxVoice01 .boxCont01One .boxTxtOne {
  width: 31.7%;
  min-height: 200px;/*28.5%;*/
  margin-right: calc((100% - 31.7% * 3) / 2);
  margin-bottom: 1.2em;
  padding: 3%;
  text-align: left;
  background-color: rgba(255,255,255,0.7);
  box-shadow: 1px 1px 10px 0 rgb(0, 0, 0, 20%);
  line-height: 1.95;
}
@media all and (max-width: 750px){
  .boxVoice01 .boxCont01One .boxTxtOne {
    width: 100%;
    min-height: auto;
    margin-right: 0;
    margin-bottom: 1.0em;
  }
}

.boxVoice01 .boxCont01One .boxTxtOne:nth-child(3n) {
  margin-right: 0;
}



/*##### Works #####*/
.boxWorks01Wrap {
  margin-top: -110px;
}
@media all and (max-width: 750px){
  .boxWorks01Wrap {
    margin-top: 0;
    margin-bottom: 3.0em;
  }
}

@media all and (max-width: 750px){
  .boxWorks02Wrap {
    margin-bottom: 3.0em;
  }
}

@media all and (max-width: 750px){
  .boxWorks03Wrap {
    margin-bottom: 5.6em;
  }
}

.boxWorks01,
.boxWorks02,
.boxWorks03 {
  position: relative;
}

.boxWorks02 {
  height: 915px;
}
@media all and (max-width: 750px){
  .boxWorks02 {
    height: auto;
  }
}

.boxWorks03 {
  height: 490px;
}
@media all and (max-width: 750px){
  .boxWorks03 {
    overflow: hidden;
    height: auto;
  }
}

@media all and (max-width: 750px){
  .boxWorks01 .boxImg,
  .boxWorks02 .boxImg {
    margin-bottom: 2.1em;
  }
}

@media all and (max-width: 750px){
  .boxWorks03 .boxImg {
    float: left;
    width: 40%;
    margin: 0 1.6em 1.0em 0;
  }
}

.boxWorks01 .boxImg img {
  position: relative;
  left: calc(50% - 920px);
  /*left: calc(50% - 1034px);*/
  /*left: calc(100% - 73.7%);*/
  /*height: 280px;*/
  max-width: none;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxImg img {
    position: static;
    left: auto;
    max-width: 100%;
  }
}

.boxWorks02 .boxImg img {
  position: relative;
  left: 30%;
  max-width: none;
}
@media all and (max-width: 750px){
  .boxWorks02 .boxImg img {
    position: static;
    left: auto;
    max-width: 100%;
  }
}

.boxWorks03 .boxImg img {
  position: absolute;
  top: -915px;
  right: 74.9%;
  max-width: none;
}
@media all and (max-width: 750px){
  .boxWorks03 .boxImg img {
    position: static;
    top: auto;
    right: auto;
    max-width: 100%;
  }
}


@media all and (-ms-high-contrast:none){
  .boxWorks01 .boxTxt {
    height: 500px;
  }
  .boxWorks02 .boxTxt {
    height: 410px;
  }
}

.boxWorks03 .boxTxt {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 750px){
  .boxWorks03 .boxTxt {
    display: inline;
  }
}

.boxWorks01 .ttl01,
.boxWorks02 .ttl01 {
  position: absolute;
  top: 142px;
  left: calc(50% - 438px);/*282px;*/
  width: 68px;
  height: 380px;
  background-color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxWorks01 .ttl01,
  .boxWorks02 .ttl01 {
    position: static;
    top: auto;
    left: auto;
    width: 90%;
    height: 11.5vw;
    margin: 0 auto;
    margin-bottom: 1.6em;
  }
}

.boxWorks02 .ttl01 {
  top: 180px;
  left: calc(50% + 294px);
}
@media all and (max-width: 750px){
  .boxWorks02 .ttl01 {
    top: auto;
    left: auto;
  }
}

.boxWorks03 .ttl01 {
  position: relative;
  left: calc(50% - 417px);
  width: 380px;
  height: 68px;
  background-color: #000;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media all and (max-width: 750px){
  .boxWorks03 .ttl01 {
    position: absolute;
    top: 8vw;
    left: 5%;
    width: 90%;
    height: 11.5vw;
  }
}

.boxWorks01 .ttl01 > span,
.boxWorks02 .ttl01 > span {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  font-size: 2.6rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxWorks01 .ttl01 > span,
  .boxWorks02 .ttl01 > span {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    letter-spacing: 0.24em;
    font-size: 1.2rem;
  }
}

.boxWorks03 .ttl01 > span {
  letter-spacing: 0.23em;
  font-size: 2.6rem;
  color: #fff;
}
@media all and (max-width: 750px){
  .boxWorks03 .ttl01 > span {
    letter-spacing: 0.24em;
    font-size: 1.2rem;
  }
}

.boxWorks01 .boxBaseCom,
.boxWorks01 .boxBaseCom > p,
.boxWorks02 .boxBaseCom,
.boxWorks02 .boxBaseCom > p,
.boxWorks03 .boxBaseCom,
.boxWorks03 .boxBaseCom > p {
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxBaseCom,
  .boxWorks01 .boxBaseCom > p,
  .boxWorks02 .boxBaseCom,
  .boxWorks02 .boxBaseCom > p,
  .boxWorks03 .boxBaseCom,
  .boxWorks03 .boxBaseCom > p {
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
  }
}

.boxWorks01 .boxBaseCom,
.boxWorks02 .boxBaseCom {
  position: relative;
  left: calc(50% - 152px);
  padding-top: 55px;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxBaseCom,
  .boxWorks02 .boxBaseCom {
    position: static;
    left: auto;
    width: 82%;
    margin: 0 auto;
    margin-bottom: 1.65em;
    padding-top: 0;
  }
}

.boxWorks02 .boxBaseCom {
  left: calc(50% - 226px);
}
@media all and (max-width: 750px){
  .boxWorks02 .boxBaseCom {
    left: auto;
  }
}

.boxWorks03 .boxBaseCom {
  position: relative;
  left: calc(50% - 170px);
}
@media all and (max-width: 1300px){
  .boxWorks03 .boxBaseCom {
    left: calc(50% - 220px);
  }
}
@media all and (max-width: 750px){
  .boxWorks03 .boxBaseCom {
    left: auto;
    margin-bottom: 1.65em;
  }
}

.boxWorks01 .boxBaseCom > p,
.boxWorks02 .boxBaseCom > p,
.boxWorks03 .boxBaseCom > p {
  line-height: 2.35;
  letter-spacing: 0.06em;
  font-size: 1.34rem;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxBaseCom > p,
  .boxWorks02 .boxBaseCom > p,
  .boxWorks03 .boxBaseCom > p {
    line-height: 2.0;
    font-size: 0.9rem;
  }
}

@media all and (max-width: 750px){
  .boxWorks03 .boxBaseCom > p {
    padding: 7.3em 8vw 0 8vw;
  }
}

.boxWorks01 .boxBaseCom > p + p,
.boxWorks02 .boxBaseCom > p + p,
.boxWorks03 .boxBaseCom > p + p {
  margin-top: 0;
  margin-right: 2.3em;
}

.boxWorks01 .boxLink,
.boxWorks02 .boxLink {
  position: relative;
  top: -137px;
  right: 68.5%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  height: 55px;
  padding-right: 3.3em;
  border: 1px #d8d8d8 solid;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxLink,
  .boxWorks02 .boxLink {
    position: static;
    top: auto;
    right: auto;
    width: 95%;
    height: 12vw;
    padding-right: 1.1em;
    border-left: 0;
  }
}

.boxWorks02 .boxLink {
  top: -120px;
  right: auto;
  left: 63.3%;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 3.3em;
}
@media all and (max-width: 750px){
  .boxWorks02 .boxLink {
    top: auto;
    left: auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding-left: 0;
  }
}

.boxWorks03 .boxLink {
  position: relative;
  left: calc(50% - 708px);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  width: 55px;
  height: 490px;
  padding-top: 3.3em;
  border: 1px #d8d8d8 solid;
  border-bottom: 0;
}
/*
@media all and (max-width: 1300px){
  .boxWorks03 .boxLink {
    left: calc(50% - 748px);
    padding-top: 1.5em;
  }
}*/
@media all and (max-width: 750px){
  .boxWorks03 .boxLink {
    position: static;
    left: auto;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: center;
    align-items: center;
    width: 95%;
    height: 12vw;
    padding-top: 0;
    padding-right: 1.1em;
    border-bottom: 1px #d8d8d8 solid;
    border-left: 0;
  }
}

.boxWorks01 .boxLink > a,
.boxWorks02 .boxLink > a {
  position: relative;
  padding: 0.5em 0;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxLink > a,
  .boxWorks02 .boxLink > a {
    padding: 0.5em 0;
    font-size: 0.8rem;
  }
}

.boxWorks03 .boxLink > a {
  position: relative;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  padding: 0 0.5em;
}
@media all and (max-width: 750px){
  .boxWorks03 .boxLink > a {
    position: relative;
    -webkit-font-feature-settings: 'palt' 1;
    font-feature-settings: 'palt' 1;
    writing-mode: horizontal-tb;
    -ms-writing-mode: horizontal-tb;
    -webkit-writing-mode: horizontal-tb;
    padding: 0.5em 0;
    font-size: 0.8rem;
  }
}

.boxWorks01 .boxLink > a:before,
.boxWorks02 .boxLink > a:before {
  content: '';
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  width: 51px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #00a273;
}
@media all and (max-width: 750px){
  .boxWorks01 .boxLink > a:before,
  .boxWorks02 .boxLink > a:before {
    left: -3.3em;
    width: 2.15em;
  }
}

.boxWorks02 .boxLink > a:before {
  left: auto;
  right: -70px;
}
@media all and (max-width: 750px){
  .boxWorks02 .boxLink > a:before {
    left: -3.3em;
    right: auto;
  }
}

.boxWorks03 .boxLink > a:before {
  content: '';
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  width: 1px;
  height: 51px;
  margin-left: auto;
  margin-right: auto;
  background-color: #00a273;
}
@media all and (max-width: 750px){
  .boxWorks03 .boxLink > a:before {
    top: 0;
    bottom: 0;
    left: -3.3em;
    right: auto;
    width: 2.15em;
    height: 1px;
    margin-left: 0;
    margin-right: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
@media all and (min-width: 751px){
.boxMovie .boxMv {
	height: 220px;
}
}
.boxMovie01 .boxWrap {
	margin-bottom: 50px;
}
.boxMovie01 .boxWrap .cat_ttl {
	margin-bottom: 3em;
	letter-spacing: 0.14em;
	position: relative;
}
.boxMovie01 .boxWrap .cat_ttl:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.boxMovie01 .boxWrap .cat_ttl em {
	font-style: normal;
	color: #fff;
	background-color: #000;
	font-size: 1.35rem;
	display: inline-block;
	padding: 0.4em 1.2em;
}
.boxMovie01 .boxWrap .cat_ttl span {
	display: inline-block;
	background-color: #fff;
	padding-right: 1em;
	position: relative;
	z-index: 1;
}
.boxMovie01 .boxWrap ul {
	display: flex;
	flex-wrap: wrap;
}
.boxMovie01 .boxWrap ul li {
	width: 31%;
	margin: 0 0 4em 3.5%;
}
.boxMovie01 .boxWrap ul li p {
	font-size: 1.28rem;
	text-align: center;
	padding-top: 0.5em;
}
.boxMovie01 .boxWrap ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.boxMovie01 .boxWrap .movieWrap {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.boxMovie01 .boxWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.boxMovie02Wrap {
	background-color: #f4f4f4;
	padding: 52px 0 80px 0;
	margin: 100px 0 160px 0;
}
.boxMovie02 h2 {
	font-size: 2.42rem;
	letter-spacing: 0.08em;
	margin-bottom: 1.2em;
	text-align: center;
}
.boxMovie02 h2 span {
	display: block;
	font-size: 0.588em;
	letter-spacing: 0.04em;
	opacity: 0.55;
	margin-top: 0.5em;
}
.boxMovie02 ul {
	display: flex;
	max-width: 1217px;
	margin: auto;
	justify-content: space-between;
}
@media all and (max-width: 750px){
	.boxMovie01 .boxWrap .cat_ttl em {
		font-size: 1rem;
	}
	.boxMovie01 .boxWrap ul li {
		width: 100%;
		margin: 0 0 2em 0!important;
	}
	.boxMovie01 .boxWrap ul li p {
		font-size: 1.1rem;
	}
	.boxMovie02 h2 {
		font-size: 1.4rem;
	}
	.boxMovie02 ul {
		display: block;
	}
	.boxMovie02 ul li:not(:last-child) {
		margin-bottom: 1rem;
	}
	.boxMovie02Wrap {
		margin: 50px 0 80px 0;
	}
}

.boxIndexBnAboutMorit {
	position: fixed;
  right: 5%;
  top: 70px;
}
@media all and (max-width: 750px){
  .boxIndexBnAboutMorit {
    right: 5%;
    top: 49vw;
    width: 40%;
  }
}

.boxIndexBnGem {
	position: fixed;
  right: 5%;
  bottom: 320px;
}
@media all and (max-width: 750px){
  .boxIndexBnGem {
    bottom: auto;
    top: 34vw;/*39vw;*/
    width: 40%;/*55%;*/
  }
}

.boxIndexBnGem .parts01IndexBnGem01 {
  position: absolute;
  top: 8px;
  right: -24px;
}
@media all and (max-width: 750px){
  .boxIndexBnGem .parts01IndexBnGem01 {
    top: 1.3vw;
    right: -2.5vw;
    width: 12vw;
  }
}

.boxIndexBnrMovie {
	position: fixed;
    right: 5%;
    bottom: 200px;
}
@media all and (max-width: 750px){
  .boxIndexBnrMovie {
    bottom: auto;
    top: 19vw;
    width: 40%;/*55%;*/
  }
}

/** youtube埋め込み **/
.box_youtube {
	text-align: center;
	margin: 50px 0;
}
@media all and (max-width: 750px){
	.box_youtube {
		 position: relative;
		 padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
		 height: 0;
		 overflow: hidden;
	}

	.box_youtube iframe {
		 position: absolute;
		 top: 0;
		 left: 0;
		 width: 100%;
		 height: 100%;
	}
}

/** プライバシーポリシー **/

.boxPrivacy02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.boxPrivacy02 .ttl01 {
  margin-bottom: 1.2em;
  font-size: 3.0rem;
}
@media all and (max-width: 750px){
  .boxPrivacy02 .ttl01 {
    margin-bottom: 1.0em;
    font-size: 1.6rem;
  }
}

.boxPrivacy02 .boxBaseCom {
  margin-bottom: 4.4em;
}
@media all and (max-width: 750px){
  .boxPrivacy02 .boxBaseCom {
    margin-bottom: 2.0em;
  }
}

.boxPrivacy02 .boxBaseCom > p {
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
}
@media all and (max-width: 750px){
  .boxPrivacy02 .boxBaseCom > p {
    font-size: 1.0rem;
  }
}

.boxPrivacy02 .boxLink a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 780px;
  height: 70px;
  background-color: #f1f1f1;
  border: 1px #000 solid;
  letter-spacing: 0.05em;
  font-size: 1.55rem;
}
@media all and (max-width: 750px){
  .boxPrivacy02 .boxLink a {
    width: 80vw;
    height: 30vw;
    font-size: 1.4rem;
  }
}

.boxPrivacy02 .boxLink a > span {
  padding: 0 0 0 1.5em;
  background-image: url('./../../images/training/training02-icn-deco01.png');
  background-repeat: no-repeat;
  background-position: left 0.1em;
  background-size: auto auto;
}
@media all and (max-width: 750px){
  .boxPrivacy02 .boxLink a > span {
    padding: 0 0 0 1.3em;
    background-position: left 0.2em;
    background-size: 5.5vw auto;
  }
}
.pagePrivacy .boxMv {
  height: 200px;
}
@media (max-width: 750px){
.pagePrivacy .boxMv {
    height: 35vw;
}
}
.privacy_ttl {
	margin-bottom: 3em;
	letter-spacing: 0.14em;
	position: relative;
}
.privacy_ttl::after {
	content: "";
	width: 100%;
	height: 1px;
	background: #000;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.privacy_ttl em {
	font-style: normal;
	color: #fff;
	background-color: #000;
	font-size: 1.35rem;
	display: inline-block;
	padding: 0.4em 1.2em;
}
.privacy_ttl span {
	display: inline-block;
	background-color: #fff;
	padding-right: 1em;
	position: relative;
	z-index: 1;
}
.tpWrap{
  margin-bottom: 50px;
  position: relative;
}
.tpWrap::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -20px;
}
.tpWrap li{
  line-height: 1.85;
  margin-bottom: 1rem;
  font-size: 1.28rem;
}
.tpWrap p{
  font-size: 1.28rem;
  line-height: 1.85;
}
.tpWrap a{
  color: #10a87c;
  margin-left: 1rem;
  word-break: break-all;
}
.tpWrap strong{
  font-weight: bold;
}
