<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.color01 {
  color: #e68011;
}
.color02 {
  color: #505c5e;
}
.color03 {
  color: #f2f4f5;
}
.color04 {
  color: #e1e5e5;
}
.bg-color01 {
  background-color: #e68011;
}
.bg-color02 {
  background-color: #505c5e;
}
.bg-color03 {
  background-color: #f2f4f5;
}
.bg-color04 {
  background-color: #e1e5e5;
}
.column2 .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.column2 .side {
  width: 200px;
}
.column2 .main {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 1024px) {
  .column2 .inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .column2 .side {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-bottom: 5%;
    width: 100%;
  }
  .column2 .main {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 5%;
    width: 100%;
  }
}
.alternate .flexb:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
[class*='load-'] {
  position: relative;
  min-height: 50px;
  border: 3px solid #00bcd4;
}
[class*='load-']:before {
  position: absolute;
  z-index: 100;
  display: block;
  background: #00bcd4;
  color: #ff0;
  content: '共通要素';
  text-align: center;
  font-weight: bold;
}
.box-cmn01 .head {
  padding: 10px;
  background: #e68011;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.box-cmn01 .block {
  padding: 20px;
  background: #fff;
}
@media only screen and (max-width: 599px) {
  .box-cmn01 .block {
    padding: 10px;
  }
}
.box-cmn02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #e68011;
}
.box-cmn02 .head {
  font-size: 26px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.box-cmn02 .head .headin02 {
  display: block;
  font-size: 14px;
}
.box-cmn02 .img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 130%;
  opacity: 0.2;
}
.box-cmn02 .img img {
  width: 100%;
  height: 100%;
/* IE対策 */
  font-family: 'object-fit: cover; object-position: 50% 0%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0%;
     object-position: 50% 0%;
}
.box-cmn02 .ttl {
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-style: italic;
  font-size: 24px;
}
.box-cmn02 .block01 {
  margin: 40px auto 20px;
}
.box-cmn02 .txt {
  color: #fff;
  font-size: 18px;
  line-height: 1.8;
}
.box-cmn03 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #505c5e;
}
.box-cmn03 .box-txt {
  position: relative;
  padding: 50px 250px 100px 0;
}
.box-cmn03 .box-txt:before {
  content: "";
  display: block;
  background: #505c5e;
  position: absolute;
  z-index: -1;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skew(-10deg, -3deg);
      -ms-transform: skew(-10deg, -3deg);
          transform: skew(-10deg, -3deg);
  top: 0;
  right: 10%;
  width: 100vw;
  height: 110%;
}
.box-cmn03 .head {
  color: #fff;
  font-size: 24px;
  margin-bottom: 10px;
}
.box-cmn03 .address {
  line-height: 2;
  color: #fff;
  margin-bottom: 10px;
}
.box-cmn03 .txt {
  color: #fff;
  margin-bottom: 30px;
  margin-top: 10px;
}
.box-cmn03 .telephone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.box-cmn03 .name{
  color: #fff;
  margin-bottom: 10px;
  margin-top: 4px;
  margin-right: 25px;
}

.box-cmn03 .tel {
  margin-right: 20px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.box-cmn03 .item.telephone{
  margin-bottom: 10px;
}
.box-cmn03 .tel a:before {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #505c5e;
  content: '\f879';
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Font Awesome 5 Free';
  line-height: 30px;
}
.box-cmn03 .img {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 130%;
}
.box-cmn03 .img img {
  width: 100%;
  height: 100%;
/* IE対策 */
  font-family: 'object-fit: cover; object-position: 100% 0%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 100% 0%;
     object-position: 100% 0%;
}
@media only screen and (max-width: 599px) {
  .box-cmn03 .box-txt {
    padding: 50px 0;
  }
  .box-cmn03 .img {
    opacity: 0.2;
  }
  .box-cmn03 .head {
    font-size: 20px;
  }
}
.box-cmn04 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.box-cmn04 .box-txt {
  position: relative;
  min-height: 300px;
}
.box-cmn04 .box-txt:before {
  content: "";
  display: block;
  background: #505c5e;
  position: absolute;
  z-index: -1;
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  top: 0;
  right: 0;
  width: 100vw;
  height: 130%;
}
.box-cmn04 .img {
  position: absolute;
  z-index: -2;
  right: 0;
  bottom: 0;
  height: 140%;
}
.box-cmn04 .img img {
  width: 100%;
  height: 100%;
/* IE対策 */
  font-family: 'object-fit: cover; object-position: 80% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}
.box-cmn04.bg-color04 .box-txt:before {
  background: #e1e5e5;
}
@media only screen and (max-width: 599px) {
  .box-cmn04 .box-txt {
    min-height: 0;
    margin-top: -50px;
    padding-bottom: 40px;
  }
  .box-cmn04 .box-txt:before {
    right: 50%;
    -webkit-transform: translateX(50%) skewY(-3deg);
        -ms-transform: translateX(50%) skewY(-3deg);
            transform: translateX(50%) skewY(-3deg);
  }
  .box-cmn04 .img {
    position: relative;
    height: 300px;
    top: -50px;
  }
  .box-cmn04 .img img {
    font-family: 'object-fit: cover; object-position: 50% 50%;';
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.block-cmn01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-cmn01 .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  width: 50%;
  border: 2px solid #fff;
  text-align: center;
}
.block-cmn01 .block:first-child {
  border-right: none;
}
.block-cmn01 .contact a:before {
  display: block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  background: url(/import/tenant_1/160.16.124.57/html/images/01home/icon01.png) no-repeat center;
  background-size: contain;
  content: '';
}
.block-cmn01 .tel a:before {
  display: inline-block;
  margin-right: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #e68011;
  content: '\f879';
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-family: 'Font Awesome 5 Free';
  line-height: 40px;
}
.block-cmn01 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
}
@media only screen and (max-width: 1024px) {
  .block-cmn01 a {
    font-size: 20px;
  }
  .block-cmn01 .contact a:before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
  .block-cmn01 .tel a:before {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 599px) {
  .block-cmn01 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .block-cmn01 .block {
    width: 100%;
  }
  .block-cmn01 .block:first-child {
    border-right: 2px solid #fff;
    border-bottom: none;
  }
}
.ttl-cmn01 {
  font-size: 24px;
  font-style: italic;
  position: relative;
  margin-bottom: 50px;
  padding: 10px 0 10px 10px;
  background-image: url(/import/tenant_1/160.16.124.57/html/images/common/deco01a.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01b.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01c.png);
  background-repeat: no-repeat;
  background-position: 0 0, 100px 5px, 50px 100%;
  background-size: 15px 18px, 5px 6px, 120px 10px;
  left: -20px;
  width: 220px;
  display: inline-block;
}

#staff03 .ttl-cmn01 {
    font-size: 24px;
    font-style: italic;
    position: relative;
    margin-bottom: 120px;
    padding: 10px 0 10px 10px;
    background-image: url(/import/tenant_1/160.16.124.57/html/images/common/deco01a.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01b.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01c.png);
    background-repeat: no-repeat;
    background-position: 0 0, 100px 5px, 50px 100%;
    background-size: 15px 18px, 5px 6px, 120px 10px;
    left: 1240px;
    /* left: 20px; */
    width: 220px;
    display: inline-block;
}

.ttl-cmn01 .ttlin1 {
  color: #e68011;
  display: inline-block;
}
.ttl-cmn01 .ttlin2 {
  font-size: 14px;
  display: block;
}
.ttl-cmn01.ttl-type01 {
  -webkit-transform: translate(-100%, 100%);
      -ms-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  margin-bottom: 0;
}
.ttl-cmn01.ttl-type02 {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ttl-cmn01.ttl-white .ttlin2 {
  color: #fff;
}
.ttl-cmn01.ttl-white01 {
  background-image: url(/import/tenant_1/160.16.124.57/html/images/common/deco01e.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01f.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01c.png);
}
.ttl-cmn01.ttl-white01 .ttlin1 {
  color: #fff;
}
@media only screen and (max-width: 1490px) {
  .ttl-cmn01 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    display: block;
    max-width: none;
    margin-bottom: 50px;
    left: 0;
  }
  
#staff03 .ttl-cmn01 {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    max-width: none;
    margin-bottom: 80px;
    left: 515px;
}

  .ttl-cmn01.ttl-type01 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-bottom: 50px;
  }
  .ttl-cmn01.ttl-type02 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media only screen and (max-width: 599px) {
  .ttl-cmn01 {
    margin-bottom: 30px;
  }
  
  #staff03 .ttl-cmn01 {
    margin-bottom: 30px;
    left: 0;
}
  
  .ttl-cmn01.ttl-type01 {
    margin-bottom: 30px;
  }
}
.ttl-cmn02 {
  position: relative;
  font-size: 34px;
  margin-bottom: 40px;
}
.ttl-cmn02:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #e68011;
  margin-top: 10px;
}
.ttl-cmn02.ttl-small {
  font-size: 22px;
}
@media only screen and (max-width: 599px) {
  .ttl-cmn02 {
    margin-bottom: 20px;
    font-size: 26px;
  }
  .ttl-cmn02.ttl-small {
    font-size: 18px;
  }
}
.ttl-cmn03 {
  position: relative;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  padding-left: 30px;
}
.ttl-cmn03:after {
  content: "";
  display: block;
  height: 25px;
  width: 20px;
  background: #e68011;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 599px) {
  .ttl-cmn03 {
    margin-bottom: 20px;
    font-size: 20px;
    padding-left: 20px;
  }
  .ttl-cmn03:after {
    height: 20px;
    width: 15px;
  }
}
.ttl-cmn04 {
  text-align: center;
  color: #e68011;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  font-style: italic;
}
@media only screen and (max-width: 599px) {
  .ttl-cmn04 {
    font-size: 20px;
  }
}
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.pagenation:before {
  content: "";
  position: absolute;
  background: #e1e5e5;
  width: 150vw;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(-3deg);
      -ms-transform: translate(-50%, -50%) skewY(-3deg);
          transform: translate(-50%, -50%) skewY(-3deg);
  z-index: -1;
}
.pagenation .item {
  margin: 0 20px;
}
.pagenation .prev {
  position: relative;
  margin-right: 20px;
}
.pagenation .prev a:before {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f053';
}
.pagenation .next {
  position: relative;
  margin-left: 20px;
}
.pagenation .next a:before {
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
}
.pagenation a,
.pagenation .now {
  font-weight: bold;
  font-style: italic;
}
.pagenation .number a,
.pagenation .now {
  display: block;
  color: #e68011;
  font-size: 25px;
}
.pagenation .number a:hover,
.pagenation .now {
  color: #000;
  opacity: 1;
}
@media only screen and (max-width: 599px) {
  .pagenation .item {
    margin: 0 10px;
  }
  .pagenation .prev {
    margin-right: 10px;
  }
  .pagenation .next {
    margin-left: 10px;
  }
}
.breadcrumb {
  padding: 80px 0;
  margin-bottom: -1px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  background: #fff;
}
.breadcrumb .breadin {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
}
.breadcrumb .item {
  display: inline-block;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}
.breadcrumb .item:first-child {
  position: relative;
  padding-left: 15px;
}
.breadcrumb .item:first-child a {
  color: #e68011;
}
.breadcrumb .item:first-child:before {
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  background: #e68011;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumb .item:not(:last-of-type):after {
  content: "&gt;";
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}
.breadcrumb .now {
  color: #e68011;
}
@media only screen and (max-width: 599px) {
  .breadcrumb {
    padding: 40px 0;
  }
}
.table-cmn01 {
  overflow: auto;
}
.table-cmn01 .table {
  width: 100%;
}
.table-cmn01 .datattl01 {
  padding: 5px;
  color: #e68011;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  font-weight: bold;
}
.table-cmn01 .datattl01:first-child {
  border-left: none;
}
.table-cmn01 .datattl02 {
  border-right: 1px solid #000;
}
.table-cmn01 .thead .datattl02 {
  border-bottom: 1px solid #000;
}
.table-cmn01 .datattl03 {
  border-bottom: 1px solid #000;
}
.table-cmn01 .datattl03:nth-child(2n) {
  border-left: 1px solid #000;
}
.table-cmn01 .datattl02,
.table-cmn01 .data {
  padding: 10px;
  min-width: 70px;
}
.table-cmn01 .data {
  text-align: center;
}
.table-cmn01 .data:nth-child(2n) {
  border-left: 1px solid #000;
}
.table-cmn02 {
  overflow: auto;
}
.table-cmn02 .table {
  width: 100%;
}
.table-cmn02 .datattl01 {
  padding: 5px;
  color: #fff;
  border-left: 1px solid #fff;
  font-size: 18px;
  background: #505c5e;
}
.table-cmn02 .datattl01:first-child {
  border-left: none;
}
.table-cmn02 .data {
  text-align: center;
  border-bottom: 1px solid #505c5e;
  border-left: 1px solid #505c5e;
  font-size: 18px;
  padding: 10px 0;
}
.table-cmn02 .data:first-child {
  border-left: none;
}
.table-cmn03 {
  overflow: auto;
}
.table-cmn03 .table {
  width: 100%;
}
.table-cmn03 .datattl01 {
  padding: 5px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #7c8d8f;
  border-top: 1px solid #7c8d8f;
}
.table-cmn03 .datattl02 {
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #7c8d8f;
  padding: 10px 10px 10px 20px;
}
.table-cmn03 .ttlin {
  color: #7c8d8f;
  display: inline-block;
}
.table-cmn03 .data {
  border-bottom: 1px solid #7c8d8f;
  text-align: center;
  font-size: 18px;
  padding: 10px 0;
  color: #fff;
  width: 10%;
}
.table-cmn03 .data01 {
  color: #7c8d8f;
}
@media only screen and (max-width: 599px) {
  .table-cmn03 .datattl01 {
    font-size: 16px;
  }
  .table-cmn03 .datattl02 {
    padding-left: 10px;
  }
}
.list_cmn01 {
  border: 1px solid #e68011;
}
.list_cmn01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.list_cmn01 .item:not(:last-child) .data {
  border-bottom: 1px solid #e68011;
}
.list_cmn01 .item:not(:last-child) .datattl {
  border-bottom: 1px solid #fff;
}
.list_cmn01 .datattl {
  padding: 10px;
  background: #e68011;
  color: #fff;
  width: 50%;
}
.list_cmn01 .datattl &gt; span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.list_cmn01 .data {
  width: 50%;
  padding: 10px;
}
.list_cmn01 .data &gt; span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}
@media only screen and (max-width: 599px) {
  .list_cmn01 .data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
  .list_cmn01 .data &gt; span {
    height: auto !important;
  }
}
.list-cmn02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.list-cmn02 .datattl {
  color: #e68011;
  font-size: 18px;
  font-weight: 600;
  width: 100px;
  margin-right: 20px;
  font-style: italic;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.list-cmn02 .data {
  color: #fff;
  font-style: italic;
}
@media only screen and (max-width: 599px) {
  .list-cmn02 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-cmn02 .datattl {
    width: 100%;
    margin-bottom: 10px;
  }
}
.list-cmn03 .item {
  margin-bottom: 80px;
}
.list-cmn03 .item:last-child {
  margin-bottom: 0;
}
.list-cmn03 .datattl {
  position: relative;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  padding-left: 30px;
  padding-top: 2px;
}
.list-cmn03 .datattl:after {
  content: "";
  display: block;
  height: 25px;
  width: 20px;
  background: #e68011;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.list-cmn03.list-white .datattl {
  color: #fff;
}
.list-cmn03.list-white .data {
  color: #fff;
}
@media only screen and (max-width: 599px) {
  .list-cmn03 .item {
    margin-bottom: 50px;
  }
  .list-cmn03 .datattl {
    margin-bottom: 10px;
    font-size: 20px;
    padding-left: 20px;
    padding-top: 0;
  }
  .list-cmn03 .datattl:after {
    height: 20px;
    width: 15px;
  }
}
.list-cmn04 .item {
  width: 33.333%;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 25px;
  padding-top: 2px;
  padding-right: 20px;
  min-width: 250px;
}
.list-cmn04.list-type01 .item {
  width: 100%;
}
.list-cmn04 .item:after {
  content: "";
  display: block;
  height: 20px;
  width: 15px;
  background: #e68011;
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 1024px) {
  .list-cmn04 .item {
    width: 50%;
  }
}
@media only screen and (max-width: 599px) {
  .list-cmn04 .item {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
/*********************************************
    共通ボタン　btn-cmn
*********************************************/
/*ボタン１*/
.btn-cmn01 {
  width: 230px;
}
.btn-cmn01 a {
  display: block;
  background: #e68011;
  color: #fff;
  position: relative;
  padding: 10px 40px 10px 20px;
  font-size: 18px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.btn-cmn01 a:hover {
  opacity: 1;
}
.btn-cmn01 a:hover:after {
  width: 0;
}
.btn-cmn01 a:after {
  content: "&gt;";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #505c5e;
  width: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.btn-cmn01.btn-color01 a:after {
  background: #738285;
}
.tel_cmn01 a {
  font-weight: bold;
  font-size: 18px;
}
.tel_cmn01 a:before {
  margin-right: 5px;
  content: '\f879';
  font-weight: 600;
  font-family: 'Font Awesome 5 Free';
}
.txt-cmn01 {
  text-align: right;
}
.txt-cmn01 a {
  color: #fff;
  font-size: 20px;
}
.txt-cmn01 a:before {
  margin-right: 10px;
  content: '\f086';
  font-weight: 400;
  font-size: 24px;
  font-family: 'Font Awesome 5 Free';
}
@media only screen and (max-width: 599px) {
  .txt-cmn01 a {
    font-size: 16px;
  }
}
.pagettl {
  display: none;
}
[data-element-id] .pagettl {
  display: block;
}
.totop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e68011;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
  display: none;
}
.totop:before {
  content: "\f077";
  font-weight: bold;
  font-family: "Font Awesome 5 Free";
}
@media only screen and (max-width: 1024px) {
  .totop {
    right: 10px;
    bottom: 120px;
  }
}
@media (max-width: 599px) {
  .totop {
    display: block;
    bottom: 50px;
  }
} 
#gnav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 250;
  overflow: auto;
  max-width: 350px;
  width: 100%;
  height: 100%;
  background: rgba(80,92,94,0.9);
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-overflow-scrolling: touch;
}
[data-element-id] #gnav {
  position: relative;
  transform: none;
  max-width: none;
}
#gnav.action {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#gnav .wrap {
  padding-top: 100px;
  padding-bottom: 100px;
}
[data-element-id] #gnav .wrap {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 599px) {
  #gnav .wrap {
    padding-top: 50px;
  }
}
.toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  background: #e68011;
  color: #fff;
  cursor: pointer;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.toggle .txt {
  font-style: italic;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
  margin-right: 5px;
}
.toggle .bar {
  display: block;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: ease 0.4s;
}
.toggle .bar:before,
.toggle .bar:after {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  content: "";
}
.toggle .bar:before {
  margin-top: 7px;
  margin-bottom: 5px;
}
.toggle .bar:after {
  margin-top: 5px;
}
@media only screen and (max-width: 599px) {
  .toggle {
    width: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(230,128,17,0.8);
  }
  .toggle .txt {
    display: none;
  }
  .toggle .bar {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.toggle.active .bar {
  transform: translateY(300%) rotate(-45deg);
  -webkit-transform: translateY(300%) rotate(-45deg);
  -ms-transform: translateY(300%) rotate(-45deg);
}
.toggle.active .bar:after,
.toggle.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.toggle.active .bar:after,
.toggle.active .bar:before {
  margin: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.overlay:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 249;
  width: 100%;
  height: 100vh;
  background: #000;
  content: "";
  opacity: 0.3;
  transform: translate3d(0, 0, 0) !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
}
.fix_bottom {
  display: none;
}
[data-element-id] .fix_bottom{
  display: flex;
  position: relative;
  width: 100%;
}
[data-element-id] .fix_bottom .item {
  padding: 10px 5px;
  width: 50%;
  text-align: center;
}
[data-element-id] .fix_bottom .tel {
  background: #e68011;
  color: #fff;
}
[data-element-id] .fix_bottom .contact{
  background: #505c5e;
  color: #fff;
}
[data-element-id] .fix_bottom .line {
  background: #07b53b;
  color: #fff;
}
[data-element-id] .fix_bottom .hpb {
  background: #ab4a6f;
  color: #fff;
}




@media only screen and (max-width: 599px) {
  .fix_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 250;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .fix_bottom .item {
    padding: 10px 5px;
    width: calc(100%/2);
    text-align: center;
  }
  .fix_bottom .tel {
    background: #e68011;
    color: #fff;
  }
    .fix_bottom .tel a {
    font-size: 12px;
  }
  .fix_bottom .tel a:before {
    margin-right: 5px;
    content: "\f879";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }
  .fix_bottom .contact {
    background: #505c5e;
    color: #fff;
  }
  .fix_bottom .contact a:before {
    margin-right: 5px;
    content: "\f0e0";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }
  .fix_bottom .line {
    background: #07b53b;
    color: #fff;
  }
  .fix_bottom .line a:before {
    margin-right: 5px;
    content: "\f075";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }
  .fix_bottom .hpb {
    background: #ab4a6f;
    color: #fff;
  }
  .fix_bottom .hpb a:before {
    margin-right: 5px;
    content: "\f073";
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
  }
}
.form .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 20px;
  border-bottom: 1px solid #e68011;
}
.form .datattl {
  position: relative;
  padding-top: 2px;
  padding-left: 30px;
  width: 300px;
  font-weight: 600;
  font-size: 18px;
}
.form .datattl:after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 15px;
  height: 20px;
  background: #e68011;
  content: "";
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.form .require {
  display: block;
  color: #f00;
  font-size: 14px;
}
.form .data {
  padding-left: 50px;
  width: 100%;
}
.form .data input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  width: 100%;
  border: 1px solid #999;
}
.form .data input[type="radio"] {
  display: none;
}
.form .data input[type="radio"] + label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 20px;
  padding-left: 20px;
  line-height: 200%;
}
.form .data input[type="radio"] + label::before {
  position: absolute;
  top: 4px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #303841;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: inset 1px 1px 0 1px #999;
          box-shadow: inset 1px 1px 0 1px #999;
  content: "";
}
.form .data input[type="radio"]:checked + label::after {
  position: absolute;
  top: 7px;
  left: 3px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #303841;
  content: "";
}
.form .data input[type="radio"]:checked + label {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form .data input[type="number"] {
  margin-right: 10px;
  width: 70px;
}
.form .data select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border: 1px solid #999;
  color: inherit;
}
.form .data textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 100%;
  height: 170px;
  border: 1px solid #999;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.form .data01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.form .data01 &gt; div {
  margin-bottom: 10px;
  padding-right: 20px;
  width: 100%;
}
.form .data01 input {
  width: auto;
  margin-right: 5px;
  margin-left: 10px;
}
.form .data02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.form .data02 div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}
.form .data02 input {
  width: 50px;
}
.form .data02 div:nth-child(3) input {
  max-width: 150px;
  width: 100%;
}
.form .btn {
  margin-top: 30px;
}
.form .btn button {
  position: relative;
  display: block;
  margin: 0 20px 20px;
  padding: 10px 40px 10px 20px;
  width: 230px;
  background: #e68011;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.form .btn button:hover {
  opacity: 1;
}
.form .btn button:hover:after {
  width: 0;
}
.form .btn button:after {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  width: 40px;
  height: 100%;
  background: #505c5e;
  content: "&gt;";
  text-align: center;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
@media only screen and (max-width: 1024px) {
  .form .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .form .datattl {
    display: block;
    margin-bottom: 10px;
    width: 100%;
  }
  .form .data {
    padding-left: 0;
  }
  .form .data01 &gt; div {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 200px;
  }
}
[data-element-id]#header .sitettl {
  display: block;
}
#header .sitettl {
  display: none;
}
#header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
          box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
}
.header .logo {
  margin-top: 10px;
  position: absolute;
  z-index: 10;
}
[data-element-id] .header .logo {
  position: relative;
}
@media only screen and (max-width: 599px) {
  .header .logo a {
    display: flex;
  }
  .header .logo img {
    max-height: 30px;
    margin-bottom: 5px;
  }
  
  .header .logo img.i02 {
    margin-left: 5px;
  }
}
.header .btn-wrap {
  position: fixed;
  top: 0px;
  right: 0px;
  z-index: 251;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
}
.header .btn-contact {
  width: 150px;
}
.header .btn-wrap &gt; div,
.header .btn-wrap &gt; div &gt; div{
  height: 100%;
}
.header .btn-contact {
  height: 100%;
}
.header .btn-contact a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: #00adff;
  color: #fff;
  text-align: center;
  font-style: italic;
}
.header .btn-contact a:hover {
  opacity: 1;
}
.header .btn-contact.btn-typeb a {
  background: red;
}
.header .btn-contact a:after {
  display: block;
  margin: 0 auto;
  width: 30px;
  height: 30px;
  background: url(/import/tenant_1/160.16.124.57/html/images/01home/icon01.png) no-repeat center;
  background-size: contain;
  content: "";
}
@media only screen and (max-width: 599px) {
  .header .btn-wrap {
    height: 50px;
  }
  .header .btn-contact {
    display: none;
  }
}
[data-element-id] .gnav .list01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.gnav .item01 {
  margin-bottom: 10px;
  text-align: center;
}
[data-element-id] .gnav .item01 {
  margin-right: 10px;
}
.gnav a {
  font-style: italic;
  color: #fff;
}
.footer {
  padding: 50px 0;
}
.footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer img {
  margin: 0 10px 10px;
}
.footer .copy {
  text-align: center;
}
.side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}
.side .section {
  margin-bottom: 50px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .side .section {
    width: 48%;
  }
  .footer {
    padding: 50px 0 150px;
  }
}
@media only screen and (max-width: 599px) {
  .side .section {
    width: 100%;
  }
  .footer {
    padding: 50px 0 100px;
  }
}
.list-side01 .datattl {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 20px 10px 10px;
  width: 170px;
  background-image: url(/import/tenant_1/160.16.124.57/html/images/common/deco01a.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01b.png), url(/import/tenant_1/160.16.124.57/html/images/common/deco01d.png);
  background-position: 0 0, 100% 5px, 80% 70%;
  background-size: 15px 18px, 5px 6px, 10px 10px;
  background-repeat: no-repeat;
  color: #e68011;
  font-style: italic;
  font-size: 24px;
}
.list-side01 .datattl .ttlin01 {
  display: block;
  color: #000;
  font-size: 14px;
}
.list-side01 .data {
  margin-bottom: 10px;
  padding-left: 10px;
}
.list-side01 a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-style: italic;
  font-size: 18px;
}
.list-side01 a:before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 10px;
  height: 1px;
  background: #e68011;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .list-side01.-archive .datawrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .list-side01.-archive .data {
    width: 48%;
  }
}
.skew-cmn-outer {
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.skew-cmn-inner {
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}
.homevisual {
  position: relative;
  height: 700px;
}
.homevisual .box {
    position: absolute;
    bottom: 0;
    width: 530px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.homevisual .head01 {
  font-size: 140px;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
}
.homevisual .block-txt01 {
  padding: 20px;
  min-height: 300px;
  background: #505c5e;
}
.homevisual .head02 {
  border-bottom: 1px solid #eee;
  font-size: 22px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
}
.homevisual .txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
}
.homevisual .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.homevisual .img img {
  width: 100%;
  height: 100%;
/* IE対策 */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media only screen and (max-width: 1024px) {
  .homevisual {
    height: 550px;
  }
  .homevisual .box {
    width: 400px;
  }
  .homevisual .head01 {
    font-size: 80px;
  }
  .homevisual .block-txt01 {
    min-height: 200px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .homevisual {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .homevisual .inner {
    width: 100%;
  }
  .homevisual .box {
    position: relative;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: -50px;
    z-index: 1;
  }
  .homevisual .head01 {
    font-size: 50px;
  }
  .homevisual .block-txt01 {
    padding: 10px;
    min-height: 150px;
  }
  .homevisual .img {
    position: relative;
  }
}
.home01 .box {
  position: relative;
  z-index: 1;
}
.home01 .box:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) skewY(-3deg);
      -ms-transform: translate(-50%, -50%) skewY(-3deg);
          transform: translate(-50%, -50%) skewY(-3deg);
  background: #e1e5e5;
  height: 80%;
  width: 100vw;
  z-index: -1;
}
.home02 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home02 .box {
  width: 400px;
  height: 400px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home02 .box01 {
  margin: 0 auto;
}
.home02 .box04,
.home02 .box05 {
  margin: 0 20px;
}
.home02 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home02 .wrap01 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: -100px;
}
.home02 .wrap02 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home02 .head {
  color: #fff;
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
}
.home02 .txt {
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
.home02 .img01 {
  position: absolute;
  opacity: 0.2;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130%;
}
.home02 .img01 img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.home02 .img02 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .home02 .box {
    margin-top: -100px;
  }
  .home02 .box01 {
    margin-right: 0;
  }
  .home02 .box04,
  .home02 .box05 {
    margin: -100px 0 0 0;
  }
  .home02 .wrap {
    display: block;
  }
  .home02 .wrap .box:nth-child(2) {
    margin-left: auto;
  }
  .home02 .wrap01 {
    margin-top: 0;
  }
  .home02 .img02 {
    z-index: -1;
    opacity: 0.5;
  }
}
@media only screen and (max-width: 599px) {
.home02 .box {
    width: 360px;
    height: 360px;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 0;
    border-color: rgba(255,255,255,0.5);
}
.home02 .txt {
    color: #fff;
    text-align: center;
    line-height: 1.8;
    font-size: 14px;
}
.home02 .img02 img{
  opacity: 0.4
}
}
.list-home03 .head {
  color: #e68011;
  text-align: center;
}
.home04 {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.home04 .img01 {
  position: absolute;
  opacity: 0.2;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 130%;
}
.home04 .img01 img {
  width: 100%;
  height: 100%;
  font-family: 'object-fit: cover; object-position: 50% 50%;';
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-home04 a {
  display: block;
}
.list-home04 .box-txt {
  background: #fff;
  padding: 20px;
}
.list-home04 .head {
  margin-bottom: 10px;
}
.list-home05 .item {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.list-home05 .itemin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
}
.list-home05 .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  width: 250px;
  background: #e68011;
}
.list-home05 .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-home05 img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transform: skewX(10deg) scale(1.2);
      -ms-transform: skewX(10deg) scale(1.2);
          transform: skewX(10deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-home05 .box-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 60%;
  background: #f2f4f5;
}
.list-home05 .boxin {
  padding: 20px 40px;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
}
.list-home05 .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.list-home05 .position {
  margin-bottom: 10px;
}
.list-home05 .txt {
  overflow: hidden;
  max-height: 75px;
}
.list-home05 .btn {
  margin-left: auto;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
}
.list-home05 a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .list-home05 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 599px) {
  .list-home05 {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
  .list-home05 .item {
    -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  .list-home05 .itemin {
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .list-home05 .img {
    width: 100%;
  }
  .list-home05 img {
    -webkit-transform: skewX(5deg) scale(1.2);
        -ms-transform: skewX(5deg) scale(1.2);
            transform: skewX(5deg) scale(1.2);
  }
  .list-home05 .boxin {
    padding: 20px;
    -webkit-transform: skewX(5deg);
        -ms-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  .list-home05 .box-txt {
    width: 100%;
  }
  .list-home05 .btn {
    -webkit-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
            transform: skewX(10deg);
  }
}
.home08 .box {
  height: 500px;
}
.home08 .map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140%;
}
.home08 iframe {
  height: 850px;
}
@media only screen and (max-width: 599px) {
  .home08 .box {
    height: 300px;
  }
  .home08 .map {
    height: 160%;
  }
  .home08 iframe {
    height: 670px;
  }
}
.topvisual {
  position: relative;
  height: 690px;
}

.topvisual .box {
  position: absolute;
  bottom: 0;
  width: 450px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.topvisual .head01 {
  padding: 0px 20px;
  background: #e68011;
  color: #fff;
  font-size: 70px;
}
.topvisual .block-txt01 {
  padding: 20px;
  min-height: 300px;
  background: #505c5e;
  color: #fff;
  text-align: right;
  font-size: 24px;
}
.topvisual .head02 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.topvisual .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.topvisual .img img {
  width: 100%;
  height: 100%;
/* IE対策 */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media only screen and (max-width: 1024px) {
  .topvisual {
    height: 400px;
  }
  .topvisual.koutsujiko {
    height: 280px;
  }
  .topvisual.training00 {
    height: 500px;
  }
  .topvisual .box {
    width: 350px;
  }
  .topvisual .head01 {
    font-size: 50px;
  }
  .topvisual .block-txt01 {
    min-height: 200px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .topvisual {
    height: 350px;
    margin-top: 50px;
  }
  
  .topvisual.sp-only {
    height: 200px;
  }
  
  .topvisual.training00 {
    height: 550px;
  }
  
  .topvisual .box {
    position: relative;
    padding-top: 200px;
    max-width: 300px;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .topvisual .head01 {
    font-size: 30px;
  }
  .topvisual .block-txt01 {
    padding: 10px;
    min-height: 150px;
  }
}
.list-price08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-price08 .datattl {
  font-size: 20px;
  font-weight: 600;
  border-right: 1px solid #000;
  padding-right: 30px;
  margin-right: 30px;
}
.list-price08 .ttlin {
  display: block;
  font-size: 14px;
}
.list-price08 .data {
  font-weight: 600;
  color: #e68011;
  font-size: 30px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media only screen and (max-width: 599px) {
  .list-price08 .datattl {
    margin-right: 10px;
    padding-right: 10px;
  }
}
.clinic02 .box {
  height: 500px;
}
.clinic02 .map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 140%;
}
.clinic02 iframe {
  height: 850px;
}
@media only screen and (max-width: 599px) {
  .clinic02 .box {
    height: 300px;
  }
  .clinic02 .map {
    height: 160%;
  }
  .clinic02 iframe {
    height: 670px;
  }
}
[data-element-id] .list-faq01 {
  max-height: 500px;
  overflow: hidden;
}
.list-faq01 .item {
  margin-bottom: 80px;
}
.list-faq01 .datattl {
  position: relative;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-left: 60px;
  color: #e68011;
  font-weight: 600;
  font-size: 24px;
}
.list-faq01 .datattl:before {
  background: #e68011;
  content: "Q";
}
.list-faq01 .data {
  position: relative;
  padding-top: 10px;
  padding-left: 60px;
}
.list-faq01 .data:before {
  background: #505c5e;
  content: "A";
}
.list-faq01 .datattl:before,
.list-faq01 .data:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
@media only screen and (max-width: 599px) {
  .list-faq01 .item {
    margin-bottom: 50px;
  }
  .list-faq01 .datattl {
    padding-left: 40px;
    font-size: 20px;
  }
  .list-faq01 .data {
    padding-left: 40px;
  }
  .list-faq01 .datattl:before,
  .list-faq01 .data:before {
    width: 30px;
    height: 40px;
    font-size: 30px;
    line-height: 40px;
  }
}
.list-blog01 .item {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.list-blog01 .itemin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
}
.list-blog01 .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  width: 200px;
  background: #e68011;
}
.list-blog01 .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-blog01 img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transform: skewX(10deg) scale(1.2);
      -ms-transform: skewX(10deg) scale(1.2);
          transform: skewX(10deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-blog01 .box-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 60%;
  background: #f2f4f5;
}
.list-blog01 .boxin {
  padding: 20px 40px;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
}
.list-blog01 .time {
  margin-bottom: 5px;
}
.list-blog01 .cate {
  margin-bottom: 5px;
}
.list-blog01 .head {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.list-blog01 .btn {
  margin-left: auto;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
}
.list-blog01 a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .list-blog01 {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 599px) {
  .list-blog01 {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
  .list-blog01 .item {
    -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  .list-blog01 .itemin {
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .list-blog01 .img {
    width: 100%;
  }
  .list-blog01 img {
    -webkit-transform: skewX(5deg) scale(1.2);
        -ms-transform: skewX(5deg) scale(1.2);
            transform: skewX(5deg) scale(1.2);
  }
  .list-blog01 .boxin {
    padding: 10px;
    -webkit-transform: skewX(5deg);
        -ms-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  .list-blog01 .box-txt {
    width: 100%;
  }
  .list-blog01 .btn {
    -webkit-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
            transform: skewX(10deg);
  }
  .list-blog01 .head {
    font-size: 16px;
  }
}
.blogdtl01 .time {
  margin-bottom: 5px;
}
.blogdtl01 .cate {
  margin-bottom: 5px;
}
.blogdtl01 .head {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e68011;
  font-weight: 600;
  font-size: 18px;
}
.list-symptom01 a {
  display: block;
}
.list-symptom01 .img {
  margin-bottom: 10px;
}
.list-symptom01 img {
  width: 150px;
  height: 150px;
  font-family: "object-fit: cotain; object-position: 50% 50%;";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-symptom01 .head {
  color: #e68011;
  text-align: center;
}
.list-symptomdtl01 {
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.list-symptomdtl01 a {
  display: block;
}
.list-symptomdtl01 .img {
  padding: 20px;
  background: #fff;
}
.list-symptomdtl01 img {
  width: 150px;
  height: 150px;
  font-family: "object-fit: cotain; object-position: 50% 50%;";
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-symptomdtl01 .head {
  padding: 10px;
  background: #e68011;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.list-symptomdtl01 .headin {
  display: block;
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
}

@media only screen and (min-width: 600px) {
  .list-symptomdtl01 .item {
    margin-bottom: 3%;
    width: 30.333%;
  }
  .list-symptomdtl01 .item:nth-child(6n-5),
  .list-symptomdtl01 .item:nth-child(6n-4),
  .list-symptomdtl01 .item:nth-child(6n-3) {
    margin-right: 3%;
  }
  .list-symptomdtl01 .item:nth-child(6n-2),
  .list-symptomdtl01 .item:nth-child(6n-1),
  .list-symptomdtl01 .item:nth-child(6n) {
    margin-left: 3%;
  }
}
@media only screen and (max-width: 599px) {
  .list-symptomdtl01 .item {
    margin-bottom: 4%;
    width: 48%;
  }
  .list-symptomdtl01 .item:nth-child(2n) {
    margin-left: 4%;
  }
}

.symptomdtl02 .txt  {
  line-height: 200%;
}

.symptomdtl02 .txt img {
  margin: 10px auto
}

.symptomdtl02 .txt h3 {
    font-size: 26px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    background: #d2eee9;
    border-radius: 10px;
    padding: 15px 15px 15px 26px;
    margin: 40px 0 20px;
}

.symptomdtl02 .txt h4 {
    font-size: 23px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    padding-left: 30px;
    position: relative;
    color: #333;
    margin-bottom: 20px;
    margin-top: 30px;
}

.symptomdtl02 .txt h4::before {
    content: "";
    width: 23px;
    height: 23px;
    left: 0;
    top: 5px;
    background: #069f83;
    border-radius: 5px;
    position: absolute
}

.symptomdtl02 .txt .list_parts ul,
.symptomdtl02 .txt .list_parts ol {
    width: 600px;
    max-width: 94%;
    text-align: left;
    margin: 40px auto;
    font-weight: 700;
    font-size: 16px
}

.symptomdtl02 .txt ul.parts11 {
    border: solid 2px #ffb03f;
    padding: 2.5em 2.5em 2.5em 2.5em;
    position: relative
}

.symptomdtl02 .txt ul.parts11 li {
    line-height: 1.5;
    padding: .5em 0;
    list-style-type: none !important;
    position: relative;
    padding-left: 30px;
}

.symptomdtl02 .txt ul.parts11 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    position: absolute;
    left: 0;
    color: #ffb03f
}

.symptomdtl02 .txt ul.parts31 {
    border: solid 2px #ffb03f;
    padding: .5em 1em .5em 2.3em;
    position: relative;
    margin: 40px auto!important
}

.symptomdtl02 .txt ul.parts31 li {
    line-height: 1.5;
    padding: .5em 0;
    list-style-type: none!important
}

.symptomdtl02 .txt ul.parts31 li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    font-weight: 600;
    position: absolute;
    left: 1em;
    color: #ffb03f
}

.symptomdtl02 .txt ul.parts31 li:after {
    background: #ffb03f;
    color: #fff;
    font-family: "Font Awesome 5 Free",'Avenir','Arial',sans-serif;
    position: absolute;
    left: -2px;
    bottom: 100%;
    padding: 1px 7px;
    content: '\f0a7  Check';
    letter-spacing: .05em
}

@media only screen and (max-width: 599px) {
  .symptomdtl02 .txt h3 {
      font-size: 20px;
      padding: 10px;
  }
  .symptomdtl02 .txt h4 {
      font-size: 18px;
      margin-bottom: 10px;
  }
  .symptomdtl02 .txt h4::before {
    top: 2px;
  }
  .symptomdtl02 .txt ul.parts11,
  .symptomdtl02 .txt ul {
      padding: 1em .5em 1em .5em;
  }
  
  .symptomdtl02 .txt ul.parts11 li,
  .symptomdtl02 .txt ul li {
      padding: .5em 0;
      padding-left: 25px;
  }
}



.trainingdtl02 .block-img {
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
}
.trainingdtl02 .img {
  overflow: hidden;
}
.trainingdtl02 img {
  -webkit-transform: skewY(3deg) scale(1.1);
      -ms-transform: skewY(3deg) scale(1.1);
          transform: skewY(3deg) scale(1.1);
}
.list-staff02 &gt; .item {
  position: relative;
  margin-bottom: 100px;
  min-height: 500px;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.list-staff02 &gt; .item:nth-child(2n-1) .img {
  left: 0;
}
.list-staff02 &gt; .item:nth-child(2n-1) .block-txt {
  margin-left: auto;
}
.list-staff02 &gt; .item:nth-child(2n) .img {
  right: 0;
}
.list-staff02 .img {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.list-staff02 img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transform: skewY(3deg) scale(1.2);
      -ms-transform: skewY(3deg) scale(1.2);
          transform: skewY(3deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-staff02 .block-txt {
  padding-top: 40px;
  width: 45%;
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
}
.list-staff02 .position {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #e68011;
  color: #fff;
  font-size: 20px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.list-staff02 .name {
  margin-bottom: 30px;
  font-size: 36px;
}
.list-staff02 .name:after {
  display: block;
  margin-top: 20px;
  width: 50px;
  height: 1px;
  background: #e68011;
  content: "";
}
.list-staff02 .list01 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.list-staff02 .list01 .datattl {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  width: 120px;
  font-weight: 600;
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  .list-staff02 .list01 .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-staff02 .list01 .datattl {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .list-staff02 &gt; .item {
    min-height: auto;
  }
  .list-staff02 .block-txt {
    margin: 0 auto;
    width: 90%;
  }
  .list-staff02 .name {
    font-size: 30px;
  }
  .list-staff02 .img {
    position: relative;
    width: 100%;
    height: 250px;
  }
}
.list-voice01 .item {
  overflow: hidden;
  margin-bottom: 50px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.list-voice01 .itemin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
}
.list-voice01 .img {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  width: 250px;
}
.list-voice01 .img a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-voice01 .paper {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  overflow: hidden;
  width: 300px;
}
.list-voice01 .paper a {
  display: block;
  width: 100%;
  height: 100%;
}
.list-voice01 img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transform: skewX(10deg) scale(1.2);
      -ms-transform: skewX(10deg) scale(1.2);
          transform: skewX(10deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-voice01 .box-txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 40%;
  background: #f2f4f5;
}
.list-voice01 .boxin {
  padding: 20px 40px;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
}
.list-voice01 .head {
  margin-bottom: 20px;
  color: #e68011;
  font-size: 26px;
}
.list-voice01 .age {
  font-size: 18px;
}
.list-voice01 .position {
  font-size: 18px;
}
.list-voice01 .btn {
  margin-left: auto;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
}
.list-voice01 a:hover {
  opacity: 1;
}
@media only screen and (max-width: 1024px) {
  .list-voice01 {
    padding: 0 15px;
  }
  .list-voice01 .img,
  .list-voice01 .paper {
    width: 30%;
    height: 200px;
  }
}
@media only screen and (max-width: 599px) {
  .list-voice01 {
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
  }
  .list-voice01 .item {
    -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
            transform: skewX(-5deg);
  }
  .list-voice01 .itemin {
    position: relative;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }
  .list-voice01 .img,
  .list-voice01 .paper {
    width: 50%;
  }
  .list-voice01 img {
    -webkit-transform: skewX(5deg) scale(1.2);
        -ms-transform: skewX(5deg) scale(1.2);
            transform: skewX(5deg) scale(1.2);
  }
  .list-voice01 .boxin {
    padding: 10px;
    -webkit-transform: skewX(5deg);
        -ms-transform: skewX(5deg);
            transform: skewX(5deg);
  }
  .list-voice01 .box-txt {
    width: 100%;
  }
  .list-voice01 .btn {
    -webkit-transform: skewX(10deg);
        -ms-transform: skewX(10deg);
            transform: skewX(10deg);
  }
}
.voicedtl01 .img01 {
  overflow: hidden;
  margin-bottom: 50px;
  width: 100%;
  height: 350px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.voicedtl01 .img01 img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transform: skewX(10deg) scale(1.2);
      -ms-transform: skewX(10deg) scale(1.2);
          transform: skewX(10deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.voicedtl01 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.voicedtl01 .block-txt {
  width: 50%;
}
.voicedtl01 .img02 {
  width: 45%;
}
.voicedtl01 .name {
  margin-bottom: 20px;
  color: #e68011;
  font-size: 26px;
}
.voicedtl01 .age {
  font-size: 18px;
}
.voicedtl01 .position {
  font-size: 18px;
}
.voicedtl01 .list01 .item {
  margin-bottom: 50px;
}
.voicedtl01 .list01 .datattl {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  color: #e68011;
  font-weight: 600;
  font-size: 18px;
}
.voicedtl01 .list01 .datattl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q.";
}
.voicedtl01 .list01 .data {
  padding-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .voicedtl01 .img01 {
    margin-right: auto;
    margin-left: auto;
    width: 95%;
    height: 250px;
  }
}
@media only screen and (max-width: 599px) {
  .voicedtl01 .img01 {
    width: 90%;
  }
  .voicedtl01 .block-txt {
    width: 60%;
  }
  .voicedtl01 .img02 {
    width: 35%;
  }
  .voicedtl01 .name {
    font-size: 20px;
  }
}
.list-first02 &gt; .item {
  margin-bottom: 100px;
}
.list-first02 &gt; .item:nth-child(odd) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.list-first02 &gt; .item:nth-child(even) .box:before {
  background: #505c5e;
}
.list-first02 &gt; .item:nth-child(even) .head {
  color: #fff;
}
.list-first02 &gt; .item:nth-child(even) .txt {
  color: #fff;
}
.list-first02 .box {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-first02 .box:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100vw;
  height: 90%;
  background: #e1e5e5;
  content: "";
  -webkit-transform: translateX(-50%) skewY(-3deg);
      -ms-transform: translateX(-50%) skewY(-3deg);
          transform: translateX(-50%) skewY(-3deg);
}
.list-first02 .block-txt {
  margin-top: 80px;
  padding-bottom: 30px;
  width: 40%;
}
.list-first02 .img {
  width: 55%;
}
.list-first02 .head {
  margin-bottom: 30px;
  font-size: 34px;
}
.list-first02 .head:after {
  display: block;
  margin-top: 20px;
  width: 50px;
  height: 1px;
  background: #e68011;
  content: "";
}
.list-first02 .list01 {
  list-style-position: inside;
  list-style-type: disc;
}
.list-first02 .list01 .item {
  margin-bottom: 5px;
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  .list-first02 .head {
    font-size: 26px;
  }
  .list-first02 .img {
    width: 50%;
  }
  .list-first02 .block-txt {
    width: 45%;
  }
}
@media only screen and (max-width: 599px) {
  .list-first02 &gt; .item {
    margin-bottom: 50px;
  }
  .list-first02 .box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .list-first02 .img {
    margin: 0 auto 30px;
    width: 80%;
  }
  .list-first02 .block-txt {
    margin-top: 0;
    width: 100%;
  }
  .list-first02 .head {
    font-size: 22px;
  }
}
.list-first03 &gt; .item {
  position: relative;
  min-height: 500px;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
}
.list-first03 &gt; .item:nth-child(2n) .img {
  left: 0;
}
.list-first03 &gt; .item:nth-child(2n) .block-txt {
  margin-left: auto;
}
.list-first03 &gt; .item:nth-child(2n-1) .img {
  right: 0;
}
.list-first03 .img {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 50%;
  height: 100%;
}
.list-first03 img {
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -webkit-transform: skewY(3deg) scale(1.2);
      -ms-transform: skewY(3deg) scale(1.2);
          transform: skewY(3deg) scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.list-first03 .block-txt {
  padding-top: 40px;
  width: 45%;
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
}
.list-first03 .position {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #e68011;
  color: #fff;
  font-size: 20px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.list-first03 .head {
  margin-bottom: 30px;
  font-size: 36px;
}
.list-first03 .head:after {
  display: block;
  margin-top: 20px;
  width: 50px;
  height: 1px;
  background: #e68011;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .list-first03 .head {
    font-size: 26px;
  }
}
@media only screen and (max-width: 599px) {
  .list-first03 &gt; .item {
    margin-bottom: 50px;
    min-height: auto;
  }
  .list-first03 .block-txt {
    width: 100%;
  }
  .list-first03 .img {
    position: relative;
    width: 100%;
    height: 250px;
  }
  .list-first03 .head {
    font-size: 22px;
  }
}

.blog-article-wrap .wrapper img{
  display: none !important;
}

/*# sourceMappingURL=style.css.map */


.akakeshi td span{
  display:none;
}
.akakeshi td br{
  display:none;
}

.form .data input[type="radio"] + label:before{
  position: absolute;
    top: 8px;
    width: 15px;
    height: 15px;
    -webkit-box-shadow: initial;
    box-shadow: initial;
}
.form .data input[type="radio"]:checked + label:after {
    top: 10px;
    width: 9px;
    height: 10px;
}
.foot-list02{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: justify;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 40px 0;
}

.foot-item02{
 margin: 0.65em 1.3em;
}
.foot-item02 a{
  display: block;
}
@media only screen and (max-width: 599px) {
  .foot-item02 a{
   font-size: 14px;
  }
  .foot-item02 {
    margin: 0.45em 1.0em;
  }
}


/* .pop {
  padding: 50px 0;
} */
.pb50 {
  padding-bottom: 50px !important;
}
.pop img {
  width: 55%;
  margin: auto;
} 

@media only screen and (max-width: 599px) {
  .pop img {
  width: 80%;
} 
}

/* 1207 QR */
.pc_fixbtn{
  position: fixed;
  left: 40px;
  bottom: 20px;
  transform: skewX(-10deg);
  width: 120px;
  background: #e68011;
  z-index: 4000;
  padding: 0px 0px 5px 0px;
}
.pc_fixbtn .comment{
  display: block;
  color: #fff;
  text-align: center;
  background: #505c5e;
  width: 100%;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0px;
}
.pc_fixbtn .in img{
  margin: 0 auto;
  width: 100%;
  margin-top: 5px;
}
[data-element-id] .pc_fixbtn{
  position: relative;
  bottom: auto;
  left: 40px;
  width: 120px;
}
@media only screen and (max-width:599px) {
  .pc_fixbtn{
    display: none !important;
  }
}

/*2020/12/07*/
.hpb_in {
    width: 560px;
    padding: 20px;
    display: flex;
    margin: 50px auto 20px;
    background: #ab4a6f;
    border-radius: 20px;
}
.hpb_box00 {
    display: flex;
}
.hpb_in p {
    width: 50%;
}
.hpb_in img {
    width: 100%;
}
.hpb_in .txt {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    padding: 18px 0 15px 20px;
}

@media only screen and (max-width:599px) {
.hpb_in {
    width: 90%;
}
.hpb_box00 {
    display: block;
}
.hpb_in p {
    width: 80%;
    margin: auto;
}
.hpb_in .txt {
    padding: 20px 0 0 0;
    text-align: center;
}
}

/* 20201215 */
.wrap01{
      padding: 20px 10px;
    /*background: #FBFBFB;*/
    width: auto;
    margin: 0 auto;
}
.wrap01 ul{
  padding-left: 20px;
}
.tit01{
  font-size: 24px;
  font-weight: bold;
  padding-left: 20px;
}
.wrap01 li{
  list-style-type: decimal;
  font-weight: bold;
  
}
.wrap01 li span{
  color: #1650c3;
}
.wrap01 .red{
  color: #FE1F1F;
}
.wrap01 li{
  padding: 10px 0px;
}
.tit02{
  font-weight: bold;
  margin-top: 20px;
}
@media only screen and (max-width:599px){
  .wrap01{
      padding: 20px 10px;
    /*background: #FBFBFB;*/
    width: auto;
    margin: 0 auto;
}
.tit01{
  padding-left: 10px;
}
}

.ob-p0 img{
  object-position: 0px 0px !important;
}

.ob-p-10 img{
      object-position: 50% -10% !important;
}

  #kojima-img img{
  object-position: 50% 50%;
}
  
  
@media only screen and (max-width: 1024px){
  
  .ob-p0 img {
    object-position: -150px 20px !important;
}


#kojima-img img{
  object-position: -190px 30px;
}

#inada-img img{
      object-position: -30px -10px;
}

.another-ob img{
  object-position: -60px 0px !important;
}
}

@media only screen and (max-width: 599px){
  #kojima-img img{
  object-position: 50% 50%;
}

#inada-img img{
      object-position: 50% 50%;
}

.another-ob img{
  object-position: 50% 50% !important;
}  

.ob-p-10 img {
    object-position: 50% -40% !important;
}

.ob-p0 img {
    object-position: 0px 0px !important;
}
}

.w-nwrap{
    white-space: nowrap;
}


#staff03 .list-staff02 &gt; .item:nth-child(2n-1) .img {
  right: 0;
  left: auto;
}

#staff03 .list-staff02 &gt; .item:nth-child(2n) .img {
  left: 0;
  right: auto;
}

#staff03  .item:nth-child(2n-1) .block-txt {
    margin-left: 0;
    margin-right: auto;
}

#staff03  .item:nth-child(2n) .block-txt {
    margin-right: 0;
    margin-left: auto;
}

@media only screen and (max-width: 1024px){
  #maruta-img img{
    object-position: -410px 50%;
  }
}

@media only screen and (max-width: 599px){
  #maruta-img img {
    object-position: 50% 50%;
}
  
}

.jc-se{
  justify-content: space-evenly;
}

.bg-red{
  background-color: red !important;  
}

.r{
  display: block;
}


@media only screen and (min-width: 600px) and (max-width: 1024px) {
  .w-130tb{
    width: 130% !important;
  }
}

@media only screen and (max-width: 599px){
  
  .r{
  display: inline-block;
}
  .sp-block{
    display: block;
  }
  .mb-4{
    margin-bottom: 4%;
  }
  
  .h-auto-sp{
    height: auto !important;
  }
}

.ai-c{
  align-items: center;
  display: flex !important;
}

.h-max{
  height: 100%;
}



/* 2021.08.26 */  

.trainingdtl05 .txt h3 {
   font-size: 26px;
   font-weight: 700;
   width: 100%;
   text-align: left;
   background: #d2eee9;
   border-radius: 10px;
   padding: 15px 15px 15px 26px;
   margin: 40px 0 20px;
}

.trainingdtl05 .txt h4{
   font-size: 23px;
   font-weight: 700;
   width: 100%;
   text-align: left;
   padding-left: 30px;
   position: relative;
   color: #333;
   margin-bottom: 20px;
   margin-top: 30px;
}

.trainingdtl05 .txt h4::before {
   content: "";
   width: 23px;
   height: 23px;
   left: 0;
   top: 5px;
   background: #069f83;
   border-radius: 5px;
   position: absolute
} 




/* 2021.09.01 */


/* .henkou{
  position: relative;
    height: 690px;
} */

.topvisual01 {
  position: relative;
  height: 690px;
}
.topvisual01 .box {
  position: absolute;
  bottom: 0;
  width: 450px;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.topvisual01 .head01 {
  padding: 0px 20px;
  background: #e68011;
  color: #fff;
  font-size: 70px;
}
.topvisual01 .block-txt01 {
  padding: 20px;
  min-height: 300px;
  background: #505c5e;
  color: #fff;
  text-align: right;
  font-size: 24px;
}
.topvisual01 .head02 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.topvisual01 .img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.topvisual01 .img img {
  width: 100%;
  height: 100%;
/* IE対策 */
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}


.breadcrumb01 {
  padding: 80px 0;
  margin-bottom: -1px;
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(-3deg);
      -ms-transform: skewY(-3deg);
          transform: skewY(-3deg);
  background: #fff;
}
.breadcrumb01 .breadin {
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewY(3deg);
      -ms-transform: skewY(3deg);
          transform: skewY(3deg);
}
.breadcrumb01 .item {
  display: inline-block;
  -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
          transform: skew(-10deg);
}
.breadcrumb01 .item:first-child {
  position: relative;
  padding-left: 15px;
}
.breadcrumb01 .item:first-child a {
  color: #e68011;
}
.breadcrumb01 .item:first-child:before {
  content: "";
  display: block;
  height: 20px;
  width: 10px;
  background: #e68011;
  position: absolute;
  top: 0;
  left: 0;
}
.breadcrumb01 .item:not(:last-of-type):after {
  content: "&gt;";
  display: inline-block;
  margin-right: 5px;
  margin-left: 10px;
}
.breadcrumb01 .now {
  color: #e68011;
}
@media only screen and (max-width: 599px) {
  .breadcrumb01 {
    padding: 40px 0;
    margin-top: 199px;
  }
}
@media only screen and (max-width: 1024px) {
  .topvisual01 {
    height: 490px;
  }
  .topvisual01 .training00 {
    height: 500px;
  }
  .topvisual01 .box {
    width: 350px;
  }
  .topvisual01 .head01 {
    font-size: 50px;
  }
  .topvisual01 .block-txt01 {
    min-height: 200px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 599px) {
  .topvisual01 {
    height: 350px;
  }
  .topvisual01 .training00 {
    height: 550px;
  }
  
  .topvisual01 .box {
    position: relative;
    padding-top: 200px;
    max-width: 300px;
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .topvisual01 .head01 {
    font-size: 30px;
  }
  .topvisual01 .block-txt01 {
    padding: 10px;
    min-height: 150px;
  }

.topvisual01 .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 60%;
}
}

/* @media only screen and (max-width: 1024px){
.topvisual01 {
    height: 490px;
}
}


@media only screen and (max-width: 599px){
.henkou img{
  position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 101%;
    height: 40%;
}
} */

/*****2022/03/15*****/
.z10{
  z-index: 10;
}
.c-box00 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c-img00.left {
  width: 57%;
}

.c-img00.right {
  width: 43%;
}
.c-img00 img {
  width: 100%;
}
@media only screen and (max-width: 599px){
  .c-img00.left {
    width: 100%;
    margin-bottom: 10px;
  }
  .c-img00.right {
    width: 100%;
  }
}

/* 04/10 追記 */

.annotation .c-red{
color: red;
font-weight: bold;
}

.annotation:before {
    content: "※";
    margin-right: 5px;
}

.annotation {
    font-size: 14px;
    text-indent: -1.3em;
    padding-left: 1em;
}

/*2022/07/26*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 599px){
  .pc-only {
    display: none;
  }
  
  .sp-only {
    display: block;
  }
}


/* 202.09.27 */

.tsuyomi05{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 70px;
  max-width: 1100px;
}

.tsuyomi05 img{
  width: 30%;
  margin: 0 30px 0 0;
}

.tsuyomi05 p{
  width: 40%;
  font-size: 18px;
}

.point05{
  font-size: 22px;
  font-weight: bold;
}

.end05{
  justify-content: flex-end !important;
}

.start05{
  justify-content: start !important;
}

.tokucho05{
  width: 115%;
}


@media only screen and (max-width: 1024px) {
 .end05{
  justify-content: start !important;
  }
  
.tsuyomi05 p {
   width: 52%;
  font-size: 18px;
}
}

@media only screen and (max-width: 599px){
.tsuyomi05 {
  display: block;
  width: 94%;
  margin: 0 auto 40px;
}

.tsuyomi05 img {
  width: 100%;
  margin: 0 auto 7px;
}

.tokucho05 {
    width: 100%;
}

.tsuyomi05 p {
    width: 100%;
    font-size: 15px;
}
}

.features05{
  background: #fff !important;
  padding-top: 80px !important;
}

.point05{
  color: #e68011;
}

.features05tsu{
  color: #e68011 !important;
}

/*20221026*/

.toggle02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  background: #e68011;
  color: #fff;
  cursor: pointer;
  -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
          transform: skewX(-10deg);
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
}
.toggle02 .txt {
  font-style: italic;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
  margin-right: 5px;
}
.toggle02 .bar {
  display: block;
  margin-top: 8px;
  margin-bottom: 20px;
  padding: 0;
  width: 40px;
  height: 2px;
  background: #fff;
  text-indent: 9999px;
  transition: ease 0.4s;
  -webkit-transform: skewX(10deg);
      -ms-transform: skewX(10deg);
          transform: skewX(10deg);
  -webkit-transition: ease 0.4s;
}
.toggle02 .bar:before,
.toggle02 .bar:after {
  display: block;
  width: 40px;
  height: 2px;
  background: #fff;
  content: "";
}
.toggle02 .bar:before {
  margin-top: 7px;
  margin-bottom: 5px;
}
.toggle02 .bar:after {
  margin-top: 5px;
}
@media only screen and (max-width: 599px) {
  .toggle02 {
    width: 60px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    background: rgba(230,128,17,0.8);
  }
  .toggle02 .txt {
    display: none;
  }
  .toggle02 .bar {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.toggle.active02 .bar {
  transform: translateY(300%) rotate(-45deg);
  -webkit-transform: translateY(300%) rotate(-45deg);
  -ms-transform: translateY(300%) rotate(-45deg);
}
.toggle02.active .bar:after,
.toggle02.active .bar:before {
  top: 0;
  left: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.toggle02.active .bar:after,
.toggle02.active .bar:before {
  margin: 0;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.toggle02.training {
  background: #505c5e;
}

.toggle02.training a {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  line-height: 1;
}

.toggle02.training a:after {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    background: url(/upload/tenant_1/f6d0cc5be39936333190d56bf6510d86.png) no-repeat center;
    background-size: contain;
    content: "";
}

#footer .logo {
  width: 33%;
  margin: auto;
}
/* 
#footer .inner .flex {
  position: fixed;
}
 */
/* #footer .f-box {
  position: fixed;
  z-index: 999;
} */

#footer .line-box {
  display: flex;
  position: fixed;
  z-index: 999;
  bottom: 20px;
  left: 20px;
  width: 200px;
}

#footer .line-box a {
  display: flex;
  /* position: absolute; */
  background: #07b53b;
  padding: 5px;
  border-radius: 5px;
  width: 100%;
}

#footer .line-txt {
  display: flex;
  align-items: center;
  text-align: center;
  width: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

#footer .med .line-txt {
  font-size: 12px;
}

#footer .line-link {
  width: 50%;
}

#footer .line-link img {
  width: 100%;
  margin: auto;
}

#footer .line-box.hpb {
  bottom: 20px;
  left: 230px;
}

#footer .line-box.hpb a {
  background: #ab4a6f
}

#footer .line-box.hpb .line-txt {
  font-size: 12px;
}


@media only screen and (max-width:1249px){
  #footer .logo {
    width: 40%;
  }
}

@media only screen and (max-width: 599px){
  .toggle02.training {
    background: #505c5edb;
  }
#footer .f-box {
  display: none;
}
  #footer .logo {
    width: 80%;
  }
}

/*TOPInstagram*/
.sns-icon {
  margin: 100px 0 0;
}

.sns-icon ul {
  display: flex;
  width: 50%;
  margin: auto; 
}

.sns-icon ul li {
  width: 50%;
  margin: auto;
  text-align: center;
}

.sns-icon ul li div {
  width: 100px;
  margin: 0 auto 10px;
}

.sns-icon ul li div a img {
  width: 100%;
}

.sns-icon ul li p {
  text-align: center;
}

@media only screen and (max-width:599px) {
  .sns-icon ul {
    width: 90%;
  }
  .sns-icon ul li div {
    width: 70px;
  }
}



/*コ・メディカル*/
.co h3 {
  font-weight: bold;
  font-size: 46px;
  text-align: center;
  margin-bottom: 50px;
  color: #e68011;
}

.c-box {
  margin-bottom: 50px;
}

.c-box .h4 {
  position: relative;
  padding: 1rem;
  border-bottom: 6px solid #ffdab9;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
}

.c-box .h4:before {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20%;
  height: 6px;
  content: '';
  background: #fffacd;
}

.c-box .flex {
  display: flex;
  margin-bottom: 10px;
}

.c-img {
  width: 48%;
  margin-right: 2%;
}

.c-box2 .c-img {
  width: 50%;
  margin-right: 0;
}

.c-img img {
  width: 100%;
}

.c-box .flex p {
  width: 50%;
}

.c-box2 .flex p {
  width: 48%;
  margin-right: 2%;
}

@media only screen and (max-width: 599px){
  .co h3 {
    font-size: 36px;
  }
  .c-box .h4 {
    font-size: 18px;
  }
  .c-box .flex {
    display: block;
  }
  .c-box.c-box2 .flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .c-img {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .c-box2 .c-img {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
  .c-box .flex p {
    width: 100%;
    margin: auto;
  }
}


/*2023/02 TOP変更*/
.homevisual {
    width: 1000px;
    margin: auto;
    height: 1480px;
  }
  .top-bnr {
    margin-bottom: 50px;
  }
  .top-re {
    position: relative;
  }
  .re-01 , .re-02 , .re-03 {
    position: absolute;
  }
  .re-01 {
    width: 600px;
    bottom: 100px;
    left: 20px;
  }
  .re-02 , .re-03 {
    width: 330px;
    right: 30px;
  }
  .re-02 {
    bottom: 150px;
  }
  .re-03 {
    bottom: 10px;
  }
  .tokucho05 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .tsuyomi05 {
    display: block;
    width: 32%;
    margin: 0 auto 50px;
  }
  .tsuyomi05 img {
    width: 100%;
  }
  .tsuyomi05 p {
    width: 100%;
  }
  
  @media only screen and (max-width: 1024px) {
    .home01.py100 {
      padding-bottom: 0;
    }
    .homevisual {
      width: 700px;
      height: 1040px;
    }
    .top-bnr {
      margin-bottom: 30px;
      width: 700px;
      margin-left: auto;
      margin-right: auto;
    }
   .re-01 {
     width: 410px;
     bottom: 70px;
   }
   .re-02, .re-03 {
     width: 230px;
   }
   .re-02 {
     bottom: 115px;
   }
  }
  
  @media only screen and (max-width: 599px) {
    .homevisual {
      width: 100%;
      height: auto;
    }
    .top-bnr {
      width: 100%;
    }
    .re-01 {
      left: 10px;
      bottom: 40px;
      width: 60%;
    }
    .re-02, .re-03 {
      width: 34%;
      right: 10px;
    }
    .re-02 {
      bottom: 60px;
    }
    .re-03 {
      bottom: 5px;
    }
    .tokucho05 {
      display: block;
    }
    .tsuyomi05 {
      width: 90%;
    }
  }

.table-cmn01.bod-no .data {
  border-left: 1px solid #000;
}
    
</pre></body></html>