/*====================================================================================
TABLE OF CONTENT
1. COMMON CONTACT CHILD PAGE
2. BREADCRUMB
3. PAGE VISUAL
4. CONTACT PAGE
5. PARTNER PAGE
6. ACTING PAGE
7. RESTITUTION PAGE
8. STRONG PAGE
9. COMPANY PAGE

@MEDIA
@media only screen and (min-width: 1550px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 1200px){}
@media only screen and (min-width: 992px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 768px){}
@media only screen and (max-width: 767px){}
@media only screen and (min-width: 576px) and (max-width: 767px){}
@media only screen and (max-width: 480px){}
====================================================================================*/
/*====================================================================================
1. COMMON ONLY CHILD PAGE
====================================================================================*/
.header__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .gnav {
  margin-top: -53px;
}

/*---------- BORDER BOX, BLOCK ----------*/
.bd-red {
  background-color: #ffffff;
  border: 5px solid #e54345;
  border-top-right-radius: 27px;
}

/*---------- END BORDER BOX, BLOCK ----------*/
/*---------- BOX SKEW ----------*/
.box-skew {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-27deg);
          -ms-transform: skewX(-27deg);
      transform: skewX(-27deg);
  -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
      transform-origin: right top;
  background-color: #fde6e2;
}
.box-skew--right-inner {
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(27deg);
          -ms-transform: skewX(27deg);
      transform: skewX(27deg);
  -webkit-transform-origin: right top;
          -ms-transform-origin: right top;
      transform-origin: right top;
}

/*---------- END BOX SKEW ----------*/
/*---------- SECTION INTRODUCTION ----------*/
.stn-intro {
  padding: 80px 0px 100px 0px;
}
.stn-intro__img {
  position: relative;
  text-align: center;
}
.stn-intro__img::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: -183px;
  left: 0px;
  right: 0px;
  bottom: -150px;
  background: url("./../common_img/bg-dotted02.png");
}
.stn-intro__body {
  position: relative;
  margin-top: -160px;
}
.stn-intro__inner {
  background-color: #ffffff;
  padding: 85px 50px 95px 50px;
  -webkit-box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
}

/*---------- END SECTION INTRODUCTION ----------*/
/*---------- BLOCK STEP ----------*/
.block-step {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 65px;
  min-height: 200px;
  -webkit-box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
}
.block-step::before, .block-step::after {
  position: absolute;
  content: "";
}
.block-step::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #000000;
}
.block-step::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -45px;
  width: 85px;
  height: 25px;
  -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-image: url("./../common_img/icon-step-down01.png");
  background-image: -webkit-image-set(url("./../common_img/icon-step-down01.png") 1x, url("./../common_img/icon-step-down01@2x.png") 2x);
  background-image: image-set(url("./../common_img/icon-step-down01.png") 1x, url("./../common_img/icon-step-down01@2x.png") 2x);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.block-step__left {
  position: relative;
  overflow: hidden;
  width: 300px;
}
.block-step__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 30px 40px 25px 0px;
}
.block-step .box-skew {
  -webkit-transform: skewX(-32deg);
          -ms-transform: skewX(-32deg);
      transform: skewX(-32deg);
  background-color: #bf2733;
}
.block-step .box-skew--right-inner {
  -webkit-transform: skewX(32deg);
          -ms-transform: skewX(32deg);
      transform: skewX(32deg);
}
.block-step__num {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.block-step__num span {
  color: #d37578;
  font-size: 140px;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.block-step__num p {
  position: absolute;
  top: 47%;
  left: -10%;
  width: 120%;
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.44em;
  font-family: "Josefin Sans", sans-serif;
}
.block-step__heading {
  margin-bottom: 13px;
}
.block-step__title {
  position: relative;
  display: inline-block;
  padding: 2px 25px 2px 0px;
  color: #bf2733;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.block-step__title::before {
  position: absolute;
  content: "";
  z-index: -1;
  top: 0px;
  left: -80px;
  right: 0px;
  bottom: 0px;
  background-color: #fde6e2;
}
.block-step__desc {
  position: relative;
  z-index: 2;
}
.block-step__desc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-step__desc ul li {
  width: 42%;
}
.block-step:last-child {
  margin-bottom: 0px;
}
.block-step:last-child::after {
  content: none;
}

/*---------- END BLOCK STEP ----------*/
/*====================================================================================
1. END COMMON ONLY CHILD PAGE
====================================================================================*/
/*====================================================================================
2. BREADCRUMB
====================================================================================*/
.breadcrumb {
  padding: 70px 0px 15px 0px;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__item {
  position: relative;
  margin-right: 5px;
  padding-right: 14px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.breadcrumb__item:first-child a {
  color: #bf2733;
  font-weight: 500;
}
.breadcrumb__item:last-child {
  margin-right: 0;
  padding-right: 0;
}
.breadcrumb__item:last-child::before {
  content: none;
}
.breadcrumb__item::before {
  position: absolute;
  content: ">";
  top: 50%;
  right: 0;
  margin-top: -6px;
  color: #bf2733;
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
.breadcrumb__item a {
  text-decoration: none;
}
.breadcrumb__item a:hover {
  color: #bf2733;
  text-decoration: underline;
}

/*====================================================================================
2. END BREADCRUMB
====================================================================================*/
/*====================================================================================
3. PAGE VISUAL
====================================================================================*/
.pagemv {
  position: relative;
  height: 303px;
}
.pagemv::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  background-color: #ffffff;
}
.pagemv .container {
  height: 100%;
}
.pagemv__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.pagemv__heading {
  padding-bottom: 58px;
}
.pagemv__title {
  color: #ffffff;
  font-size: 52px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.14em;
  -webkit-transform: skew(-10deg);
          -ms-transform: skew(-10deg);
      transform: skew(-10deg);
}

/*====================================================================================
3. END PAGE VISUAL
====================================================================================*/
/*====================================================================================
4. CONTACT PAGE
====================================================================================*/
/*---------- CONTACT BANNER ----------*/
.contact-bnr__row {
  padding: 30px 100px 25px 100px;
}
.contact-bnr__head {
  margin: 0px 25px 40px 25px;
  padding: 5px 10px;
  text-align: center;
  -webkit-transform: skewX(-48deg);
          -ms-transform: skewX(-48deg);
      transform: skewX(-48deg);
  background-color: #fde6e2;
}
.contact-bnr__title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-transform: skewX(48deg);
          -ms-transform: skewX(48deg);
      transform: skewX(48deg);
}
.contact-bnr__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 13px;
}
.contact-bnr__item:first-child {
  padding-right: 45px;
  border-right: 1px solid #bf2733;
}
.contact-bnr__item:last-child {
  padding-left: 45px;
  border-left: 1px solid #bf2733;
}
.contact-bnr__item .text-phone span,
.contact-bnr__item .text-fax span {
  font-size: 52px;
}
.contact-bnr__item .text-phone span {
  padding-left: 45px;
}
.contact-bnr__item .text-phone span::before {
  width: 32px;
  height: 32px;
  background-image: url("./../common_img/icon-phone02.png");
  background-image: -webkit-image-set(url("./../common_img/icon-phone02.png") 1x, url("./../common_img/icon-phone02@2x.png") 2x);
  background-image: image-set(url("./../common_img/icon-phone02.png") 1x, url("./../common_img/icon-phone02@2x.png") 2x);
}
.contact-bnr__item .text-fax span {
  padding-left: 45px;
}
.contact-bnr__item .text-fax span::before {
  width: 29px;
  height: 29px;
  background-image: url("./../common_img/icon-fax01.png");
  background-image: -webkit-image-set(url("./../common_img/icon-fax01.png") 1x, url("./../common_img/icon-fax01@2x.png") 2x);
  background-image: image-set(url("./../common_img/icon-fax01.png") 1x, url("./../common_img/icon-fax01@2x.png") 2x);
}
.contact-bnr__desc {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.045em;
}
.contact-bnr__desc span {
  margin: 0 12px;
}

/*---------- END CONTACT BANNER ----------*/
/*---------- CONTACT PRIVACY POLICY ----------*/
.contact-pp__inner {
  padding: 45px 95px;
  background-color: #ffffff;
}
.contact-pp__row {
  margin-bottom: 30px;
}
.contact-pp__row:last-child {
  margin-bottom: 0px;
}
.contact-pp__row h3 {
  color: #bf2733;
  font-size: 16px;
}
.contact-pp__list {
  margin-top: 30px;
  padding: 0px 50px;
  list-style-type: disc;
}

/*---------- END CONTACT PRIVACY POLICY ----------*/
/*====================================================================================
4. END CONTACT PAGE
====================================================================================*/
/*====================================================================================
5. PARTNER PAGE
====================================================================================*/
/*---------- PARTNER BANNER ----------*/
.partner-bnr__body {
  padding: 30px 0px 35px 0px;
}
.partner-bnr__box {
  display: block;
  overflow: hidden;
  max-width: 935px;
  margin-bottom: -20px;
  padding: 15px 15px 15px 50px;
}
.partner-bnr__box-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.partner-bnr__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0px 50px;
}
.partner-bnr__left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding-right: 25px;
}
.partner-bnr__left .text-phone span {
  font-size: 52px;
  padding-left: 45px;
}
.partner-bnr__left .text-phone span::before {
  width: 32px;
  height: 32px;
  background-image: url("./../common_img/icon-phone02.png");
  background-image: -webkit-image-set(url("./../common_img/icon-phone02.png") 1x, url("./../common_img/icon-phone02@2x.png") 2x);
  background-image: image-set(url("./../common_img/icon-phone02.png") 1x, url("./../common_img/icon-phone02@2x.png") 2x);
}
.partner-bnr__left .text-fax {
  margin-top: 3px;
}
.partner-bnr__left .text-fax span {
  font-size: 45px;
  padding-left: 45px;
}
.partner-bnr__left .text-fax span::before {
  width: 29px;
  height: 29px;
  background-image: url("./../common_img/icon-fax01.png");
  background-image: -webkit-image-set(url("./../common_img/icon-fax01.png") 1x, url("./../common_img/icon-fax01@2x.png") 2x);
  background-image: image-set(url("./../common_img/icon-fax01.png") 1x, url("./../common_img/icon-fax01@2x.png") 2x);
}
.partner-bnr__left .text-time {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.045em;
}
.partner-bnr__left .text-time span {
  margin: 0 12px;
}
.partner-bnr__left .text-time span:first-child {
  margin-left: -12px;
}
.partner-bnr__right {
  width: 600px;
}
.partner-bnr__group {
  margin-top: 20px;
  padding: 20px 20px 35px 20px;
  border-top-right-radius: 25px;
  background-color: #fde6e2;
}
.partner-bnr__group-title {
  margin-bottom: 15px;
  color: #bf2733;
  font-size: 20px;
  font-weight: 500;
}
.partner-bnr__group-desc {
  line-height: 1.9;
  letter-spacing: 0.07em;
}
.partner-bnr__img img {
  border-top-right-radius: 35px;
}

/*---------- END PARTNER BANNER ----------*/
/*====================================================================================
5. END PARTNER PAGE
====================================================================================*/
/*====================================================================================
6. ACTING PAGE
====================================================================================*/
/*---------- ACTING POINT ----------*/
.acting-point__group {
  margin-bottom: 60px;
}
.acting-point__group:last-child {
  margin-bottom: 0px;
}
.acting-point__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.acting-point__item {
  position: relative;
  width: calc(33.333% - 10px);
  margin-top: 75px;
  margin-right: 15px;
  padding: 75px 20px 45px 20px;
  border: 1px solid #000000;
  background-color: #ffffff;
}
.acting-point__item-head {
  position: absolute;
  top: -75px;
  left: 0px;
  width: 100%;
  text-align: center;
}
.acting-point__item-head::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 188px;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  background-color: #ffffff;
}
.acting-point__item-num {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  padding: 5px 0px 0px 10px;
  background-color: #bf2733;
}
.acting-point__item-num span {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  margin-top: -54px;
  text-align: center;
  color: #ec8181;
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.acting-point__item-num p {
  position: relative;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.44em;
  font-family: "Josefin Sans", sans-serif;
}
.acting-point__item-icon {
  padding: 50px 0px 25px 0px;
  text-align: center;
}
.acting-point__item-heading {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
  padding-left: 25px;
}
.acting-point__item-heading::before {
  position: absolute;
  content: "";
  top: 8.5%;
  left: 0;
  height: 86%;
  width: 10px;
  background-color: #bf2733;
}
.acting-point__item-title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
.acting-point__item:nth-child(3n) {
  margin-right: 0px;
}
.acting-point__item:last-child {
  margin-right: 0px;
}

/*---------- END ACTING POINT ----------*/
/*---------- ACTING STEP ----------*/
.acting-step__body {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/*---------- END ACTING STEP ----------*/
/*====================================================================================
6. END ACTING PAGE
====================================================================================*/
/*====================================================================================
7. RESTITUTION PAGE
====================================================================================*/
/*---------- RESTITUTION NOTIFY ----------*/
.restitution-notify {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 25px 20px;
  border-radius: 0px 25px 0px 0px;
}
.restitution-notify__row {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.restitution-notify__title {
  font-size: 20px;
  line-height: 1.7;
}
.restitution-notify__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/*---------- END RESTITUTION NOTIFY ----------*/
/*---------- CARD RESTITUTION ----------*/
.card-restitution {
  padding: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
}
.card-restitution__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.card-restitution__img-large {
  width: 327px;
  margin-right: 10px;
}
.card-restitution__img-small {
  width: 157px;
}
.card-restitution__img-small li {
  margin-bottom: 10px;
}
.card-restitution__img-small li:last-child {
  margin-bottom: 0px;
}
.card-restitution .title-skew {
  margin-bottom: 10px;
}

/*---------- END CARD RESTITUTION ----------*/
/*---------- RESTITUTION GALLERY ----------*/
.restitution-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.restitution-gallery__list .card-restitution {
  width: calc(50% - 20px);
  margin-top: 40px;
}

/*---------- END RESTITUTION GALLERY ----------*/
/*---------- RESTITUTION STEP ----------*/
.restitution-step__body {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

/*---------- END RESTITUTION STEP ----------*/
/*====================================================================================
7. END RESTITUTION PAGE
====================================================================================*/
/*====================================================================================
8. STRONG PAGE
====================================================================================*/
/*---------- SECTION STRONG ----------*/
.stn-strong {
  padding: 100px 0px;
}
.stn-strong__row {
  position: relative;
  min-height: 450px;
  padding-top: 100px;
}
.stn-strong__img {
  position: absolute;
  top: 0;
}
.stn-strong__inner {
  position: relative;
  z-index: 2;
  width: 650px;
  min-height: 415px;
  padding: 30px 25px 25px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 0px 49px rgba(34, 34, 34, 0.1);
}
.stn-strong__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100px;
  margin-bottom: 23px;
}
.stn-strong__heading {
  display: inline-block;
  padding: 0px 0px 17px 100px;
  border-bottom: 2px solid #bf2733;
}
.stn-strong__num {
  position: absolute;
  color: #fde6e2;
  top: -10px;
  left: 25px;
  font-size: 94px;
  line-height: 1;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.stn-strong__title {
  position: relative;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}
.stn-strong__title::first-letter {
  color: #bf2733;
}
.stn-strong__body {
  padding-left: 30px;
}
.stn-strong--normal {
  background-color: #f8f8f8;
}
.stn-strong--normal .stn-strong__img {
  right: 0;
}
.stn-strong--normal .stn-strong__inner {
  margin-right: auto;
}
.stn-strong--reverse .stn-strong__img {
  left: 0;
}
.stn-strong--reverse .stn-strong__inner {
  margin-left: auto;
}

/*---------- END SECTION STRONG ----------*/
/*====================================================================================
8. END STRONG PAGE
====================================================================================*/
/*====================================================================================
9. COMPANY PAGE
====================================================================================*/
/*---------- TABLE COMPANY ----------*/
.table-company {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.table-company__inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-company__inner dl dt {
  width: 223px;
  padding: 13px 30px;
  font-weight: 700;
  background-color: #fde6e2;
  border-bottom: 1px solid #bf2733;
}
.table-company__inner dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  padding: 13px 50px;
  font-weight: 400;
  border-bottom: 1px dashed #cbcbcb;
}
.table-company__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

/*---------- END TABLE COMPANY ----------*/
/*---------- COMPANY MAP ----------*/
.company-map__desc {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.company-map__main iframe {
  width: 100%;
  height: 650px;
}

/*---------- END COMPANY MAP ----------*/
/*====================================================================================
9. END COMPANY PAGE
====================================================================================*/
/*====================================================================================
3. PAGE
====================================================================================*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*----------  ----------*/
/*====================================================================================
3. END PAGE
====================================================================================*/
