@charset "UTF-8";
.Wrapper {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .Wrapper {
    width: 96%;
  }
}

.Keyvisual {
  height: 420px;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-image: url("/assets/img/news/visual.jpg");
}
.Keyvisual--Kaifuku {
  background-image: url("/assets/img/kaifuku/visual-kaifuku.jpg");
}
.Keyvisual--Guide {
  background-image: url("/assets/img/guide/visual-guide.jpg");
}
.Keyvisual--Service {
  background-image: url("/assets/img/service/visual-service.jpg");
}
.Keyvisual--Ninchi {
  background-image: url("/assets/img/service/visual-ninchi.jpg");
}
.Keyvisual--Facility {
  background-image: url("/assets/img/facility/visual-facility.jpg");
}
.Keyvisual--Company {
  background-image: url("/assets/img/company/visual.jpg");
}
.Keyvisual--Privacy {
  background-image: url("/assets/img/company/visual.jpg");
}
.Keyvisual--Saiwai {
  background-image: url("/assets/img/group/visual-saiwai.jpg");
}
.Keyvisual--Narukami {
  background-image: url("/assets/img/group/visual-narukami.jpg");
}
.Keyvisual--Shiojiri {
  background-image: url("/assets/img/group/visual-shiojiri.jpg");
}
.Keyvisual--News {
  background-image: url("/assets/img/news/visual-news.jpg");
}
.Keyvisual--Outcome {
  background-image: url("/assets/img/outcome/outcome-img-752.jpg");
}
.Keyvisual h1,
.Keyvisual p {
  display: inline-block;
  padding: 8px 50px;
  background: #f6ea6f;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.5em;
}
.Keyvisual _:-ms-lang(x)::-ms-backdrop,
.Keyvisual h1 {
  padding: 10px 50px 0;
}
.Keyvisual _:-ms-lang(x)::-ms-backdrop,
.Keyvisual p {
  padding: 10px 50px 0;
}
@media only screen and (max-width: 1130px) {
  .Keyvisual {
    height: 300px;
  }
}
@media only screen and (max-width: 1130px) and (max-width: 768px) {
  .Keyvisual {
    height: 120px;
  }
  .Keyvisual h1 {
    padding: 6px 30px;
    font-size: 28px;
    font-size: 2.8rem;
    letter-spacing: normal;
  }
  .Keyvisual _:-ms-lang(x)::-ms-backdrop,
  .Keyvisual h1 {
    padding: 9px 30px 2px;
  }
}

.Bread {
  margin: -4.2px 0;
  padding: 40px 0 0;
  line-height: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
}
.Bread a {
  color: #239c76;
}
@media only screen and (max-width: 640px) {
  .Bread {
    padding: 20px 0;
  }
}

main .Keyvisual + .Contents {
  padding-top: 0;
}
main > .Contents:last-child.Contents--White {
  border-bottom: 1px dashed #ece8dc;
}

.Contents {
  padding: 60px 0 70px;
}
@media only screen and (max-width: 768px) {
  .Contents {
    padding: 40px 0 50px;
  }
}
.Contents {
  /*@include sp{
    padding: 20px 0 30px;
  }*/
}
.Contents--White {
  background: #fff;
}
.Contents--Beige {
  background: url(/assets/img/common/bg--beige.jpg);
}
.Contents--Gray {
  background: url(/assets/img/common/bg--gray.png);
}
.Contents .Bread + h2 {
  margin-top: 60px;
}
.Contents .Centering-Wrapper {
  text-align: center;
}
.Contents h2 {
  margin: 0 0 60px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  text-align: center;
  font-size: 32px;
  font-size: 3.2rem;
  font-feature-settings: "palt";
}
.Contents h2 span {
  padding-left: 0.4em;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #f6ea6f 40%);
}
.Contents h2 _:-ms-lang(x)::-ms-backdrop,
.Contents h2 span {
  background: linear-gradient(transparent 50%, #f6ea6f 50%);
}
@media only screen and (max-width: 768px) {
  .Contents h2 {
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .Contents h2 span {
    padding-right: 0.1em;
  }
}
.Contents h3.Contents-H3 {
  position: relative;
  display: inline-block;
  padding: 13px 0;
  border-top: 1px solid #37312c;
  border-bottom: 1px solid #37312c;
  line-height: 1.6;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.Contents h3.Contents-H3:before, .Contents h3.Contents-H3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #37312c;
  left: 0;
}
.Contents h3.Contents-H3:before {
  top: 3px;
}
.Contents h3.Contents-H3:after {
  bottom: 3px;
}
@media only screen and (max-width: 768px) {
  .Contents h3.Contents-H3 {
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    font-size: 20px;
    font-size: 2rem;
  }
}
.Contents .Btn {
  margin-top: 20px;
}
.Contents .Btn a {
  display: block;
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
  border: 1px solid #55ae92;
  color: #239c76;
  background: #fff;
  text-align: center;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.6;
}
@media all and (-ms-high-contrast: none) {
  .Contents .Btn a {
    padding: 12px 10px 8px;
  }
}
.Contents .Btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-left: 4px solid #55ae92;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.Contents .Btn a:hover {
  background: #239c76;
  color: #fff;
}
.Contents .Btn a:hover:after {
  border-left-color: #fff;
}
.Contents .Btn--Anchor a:after {
  border-left-color: transparent;
  border-top-color: #55ae92;
}
.Contents .Btn--Anchor a:hover:after {
  border-left-color: transparent;
  border-top-color: #fff;
}
@media only screen and (max-width: 768px) {
  .Contents .Btn a {
    letter-spacing: normal;
  }
}
.Contents .Font-S {
  font-size: 14px;
  font-size: 1.4rem;
}
.Contents .Disp--Sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .Contents .Disp--Sp {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  .Contents .Disp--Sp-None {
    display: none;
  }
}
.Contents .Obj-Fit-Img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

/*スマホのときテーブルを横スクロールできる箱*/
@media only screen and (max-width: 768px) {
  .Sp--Scrollbox {
    overflow: auto;
    white-space: nowrap;
  }
  .Sp--Scrollbox::-webkit-scrollbar {
    height: 5px;
  }
  .Sp--Scrollbox::-webkit-scrollbar-track {
    background: #fff;
  }
  .Sp--Scrollbox::-webkit-scrollbar-thumb {
    background: #f6ea6f;
  }
  .Sp--Scrollbox caption {
    text-align: left;
  }
}

.Br--Sp:after {
  content: "";
  white-space: pre;
}
@media only screen and (max-width: 640px) {
  .Br--Sp:after {
    content: "\a";
  }
}

@media only screen and (max-width: 640px) {
  .Kaifuku:nth-of-type(1) {
    padding: 0;
  }
}

.Kaifuku__About {
  padding-top: 0;
  background: no-repeat url("/assets/img/kaifuku/bg-about.jpg");
  background-position: bottom 34px left 82%;
}
.Kaifuku__About .Brackets {
  width: 47.62%;
  margin-bottom: 40px;
}
.Kaifuku__About .Brackets p {
  line-height: 3;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Kaifuku__About .Brackets p:first-child {
  position: relative;
  padding: 22px 0;
}
.Kaifuku__About .Brackets p:first-child:before, .Kaifuku__About .Brackets p:first-child:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 80px;
  background: no-repeat center url("/assets/img/kaifuku/bg-brackets.png");
}
.Kaifuku__About .Brackets p:first-child:before {
  top: 0;
  left: 0;
}
.Kaifuku__About .Brackets p:first-child:after {
  right: 0;
  bottom: 0;
  transform: scale(-1, -1);
}
.Kaifuku__About .Brackets p:last-child {
  margin-top: 52px;
}
@media only screen and (max-width: 1130px) {
  .Kaifuku__About {
    background-position: bottom 40px right 0;
    background-size: 60%;
  }
  .Kaifuku__About .Brackets {
    width: 500px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .Kaifuku__About {
    background-position: bottom 10px right 0;
    background-size: 50%;
  }
  .Kaifuku__About .Brackets {
    margin: 0 auto 120px;
  }
  .Kaifuku__About .Brackets p {
    line-height: 2;
    letter-spacing: 0;
    text-indent: 0;
  }
  .Kaifuku__About .Brackets p:last-child {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .Kaifuku__About {
    background-size: 260px;
  }
  .Kaifuku__About .Brackets p {
    letter-spacing: 0;
    text-indent: 0;
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .Kaifuku__About .Brackets p:first-child {
    padding: 20px;
  }
}

.Kaifuku__Thought {
  position: relative;
  margin-bottom: 70px;
  border-top: 3px solid #37312c;
  border-bottom: 3px solid #37312c;
}
.Kaifuku__Thought:before, .Kaifuku__Thought:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background: repeat-x center url("/assets/img/common/bg--stripe.png");
}
.Kaifuku__Thought:before {
  top: 5px;
}
.Kaifuku__Thought:after {
  bottom: 5px;
}
.Kaifuku__Thought h3 {
  position: relative;
  margin-top: -6px;
  padding-bottom: 34px;
  color: #22a6ab;
  text-align: center;
  text-indent: 0.25em;
  letter-spacing: 0.25em;
  line-height: 1.6;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Kaifuku__Thought h3:after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 150px);
  content: "";
  width: 300px;
  height: 3px;
  background: repeat-x center url("/assets/img/common/bg--stripe.png");
}
.Kaifuku__Thought p {
  margin-top: 30px;
  margin-bottom: -10px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Thought h3 {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .Kaifuku__Thought p {
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Thought p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: left;
  }
}

.Kaifuku__Self-Reliance .Column-Contener {
  margin-top: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Kaifuku__Self-Reliance .Self-Reliance__Item {
  width: 47.62%;
}
.Kaifuku__Self-Reliance .Self-Reliance__Item h3 {
  line-height: 1.6;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.Kaifuku__Self-Reliance .Self-Reliance__Item .Img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  margin: 12px 0;
  padding-top: 40%;
  background-repeat: no-repeat, repeat;
  background-position: center, top;
}
.Kaifuku__Self-Reliance .Self-Reliance__Item:nth-child(1) .Img {
  background-image: url("/assets/img/kaifuku/self-reliance-01.png"), url("/assets/img/common/bg--beige.jpg");
  background-size: 78.83% auto, auto;
}
.Kaifuku__Self-Reliance .Self-Reliance__Item:nth-child(2) .Img {
  background-image: url("/assets/img/kaifuku/self-reliance-02.png"), url("/assets/img/common/bg--beige.jpg");
  background-size: auto 90%, auto;
}
@media only screen and (max-width: 1300px) {
  .Kaifuku__Self-Reliance .Self-Reliance__Item h3 {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 1130px) {
  .Kaifuku__Self-Reliance .Self-Reliance__Item h3 {
    letter-spacing: 0;
    text-indent: 0;
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Self-Reliance .Self-Reliance__Item {
    width: 49%;
  }
  .Kaifuku__Self-Reliance .Self-Reliance__Item h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Self-Reliance .Self-Reliance__Item {
    width: 100%;
  }
  .Kaifuku__Self-Reliance .Self-Reliance__Item:first-child {
    margin-bottom: 20px;
  }
}

.Kaifuku__Point .Point__Column {
  margin-top: -18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Point .Point__Column {
    display: block;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail {
  position: relative;
  width: 30.1587%;
  padding: 10px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Point .Point__Column .Point__Detail {
    width: 100%;
    margin-bottom: 20px;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail:nth-child(2) {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Point .Point__Column .Point__Detail:nth-child(2) {
    margin-top: 0;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail:first-child, .Kaifuku__Point .Point__Column .Point__Detail:last-child {
  margin-bottom: 30px;
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Point .Point__Column .Point__Detail:first-child, .Kaifuku__Point .Point__Column .Point__Detail:last-child {
    margin-bottom: 20px;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail img {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail img {
    margin-bottom: 10px;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail .Number {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 6px 12px;
}
.Kaifuku__Point .Point__Column .Point__Detail .Number span {
  position: absolute;
  z-index: 5;
  font-weight: bold;
  font-size: 25px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail .Number span {
    font-size: 20px;
    font-size: 2rem;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail .Number:after {
  content: "";
  width: 60px;
  height: 60px;
  border-left: 30px solid #f6ea6f;
  border-top: 30px solid #f6ea6f;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.Kaifuku__Point .Point__Column .Point__Detail .Text {
  padding: 0 20px 15px;
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail .Text {
    padding: 0 10px 5px;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail .Text h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  background: url("/assets/img/index/about-img-bdr.png") repeat-x bottom;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1300px) {
  .Kaifuku__Point .Point__Column .Point__Detail .Text h3 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail .Text h3 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail .Text h3 br {
    display: none;
  }
}
.Kaifuku__Point .Point__Column .Point__Detail .Text p {
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Point .Point__Column .Point__Detail .Text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Kaifuku__Staff .Staff__List li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.Kaifuku__Staff .Staff__List li div {
  width: 47.62%;
}
.Kaifuku__Staff .Staff__List li:nth-child(1) img {
  object-position: 80% center;
  font-family: "object-fit: cover; object-position: 80% center;";
}
.Kaifuku__Staff .Staff__List li:nth-child(1) .Staff__List__Text h3 {
  margin-top: 6px;
}
.Kaifuku__Staff .Staff__List img {
  max-width: 100%;
}
.Kaifuku__Staff .Staff__List__Text h3 {
  margin-bottom: 40px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.Kaifuku__Staff .Staff__List__Text h3 span {
  margin-right: 18px;
  padding: 7px 13px;
  background: #f6ea6f;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
@media only screen and (max-width: 1130px) {
  .Kaifuku__Staff .Staff__List li div:nth-child(1) {
    width: 30.1587%;
  }
  .Kaifuku__Staff .Staff__List li div:nth-child(2) {
    width: 65.0783%;
  }
  .Kaifuku__Staff .Staff__List__Text h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .Kaifuku__Staff .Staff__List li div {
    width: 100% !important;
  }
  .Kaifuku__Staff .Staff__List li img {
    margin: 0 auto;
  }
  .Kaifuku__Staff .Staff__List__Text {
    margin-top: 20px;
  }
  .Kaifuku__Staff .Staff__List__Text h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .Kaifuku__Staff .Staff__List__Text h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .Kaifuku__Staff .Staff__List__Text h3 {
    font-feature-settings: "palt";
  }
  .Kaifuku__Staff .Staff__List__Text h3 span {
    margin-right: 8px;
    padding: 7px;
  }
}

.Guide .Wrapper > p {
  margin-top: 64px;
  line-height: 2;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.Guide__Target .Target__Check {
  width: 100%;
  max-width: 410px;
  margin: 50px auto;
}
.Guide__Target .Target__Check ul li {
  position: relative;
  padding-left: 40px;
}
.Guide__Target .Target__Check ul li:not(:last-child) {
  margin-bottom: 14px;
}
.Guide__Target .Target__Check ul li:before {
  position: absolute;
  top: 1px;
  left: 0;
  display: block;
  content: "";
  width: 30px;
  height: 26px;
  background: no-repeat center url("/assets/img/guide/check.png");
  background-size: contain;
}
.Guide__Target .Target__Check ul li p {
  font-size: 20px;
  font-size: 2rem;
}
.Guide__Target .Guide__Contact {
  width: 100%;
  max-width: 800px;
  margin: 60px auto 0;
  padding: 40px 30px;
  background: url("/assets/img/common/bg--yellow.jpg");
}
.Guide__Target .Guide__Contact > p {
  margin-top: 30px;
  text-align: center;
}
.Guide__Target .Guide__Contact .Tel-Wrapper {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
}
.Guide__Target .Guide__Contact .Tel-Wrapper p {
  text-align: center;
}
.Guide__Target .Guide__Contact .Tel-Wrapper p.Tel {
  color: #239c76;
  font-size: 30px;
  font-size: 3rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Guide__Target .Guide__Contact .Tel-Wrapper p.Tel span {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 0.5em;
}
.Guide__Target .Guide__Contact .Tel-Wrapper p .Br--Sp:after {
  content: "：";
}
@media only screen and (max-width: 768px) {
  .Guide .Wrapper > p {
    margin-top: 30px;
    line-height: 1.6;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .Guide__Target .Target__Check {
    max-width: 380px;
  }
  .Guide__Target .Target__Check ul li {
    padding-left: 30px;
  }
  .Guide__Target .Target__Check ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .Guide__Target .Target__Check ul li:before {
    width: 26px;
    height: 23px;
  }
  .Guide__Target .Target__Check ul li p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .Guide .Wrapper > p {
    margin-top: 20px;
    text-align: left;
  }
  .Guide__Target .Target__Check {
    margin-top: 20px;
  }
  .Guide__Target .Target__Check ul li {
    padding-left: 26px;
  }
  .Guide__Target .Target__Check ul li:before {
    top: 2px;
    width: 22px;
    height: 19px;
  }
  .Guide__Target .Target__Check ul li p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .Guide__Target .Guide__Contact {
    padding: 30px 20px;
  }
  .Guide__Target .Guide__Contact > p {
    margin-top: 20px;
    text-align: left;
  }
  .Guide__Target .Guide__Contact .Tel-Wrapper {
    margin-top: 20px;
    padding: 20px;
  }
  .Guide__Target .Guide__Contact .Tel-Wrapper p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .Guide__Target .Guide__Contact .Tel-Wrapper p.Tel {
    color: #239c76;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .Guide__Target .Guide__Contact .Tel-Wrapper p .Br--Sp:after {
    content: "\a";
  }
}

.Guide__QA .QA__Category-Wrapper:first-of-type h3 {
  margin-top: 0;
}
.Guide__QA h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.Guide__QA .QA__Item {
  margin-bottom: 3px;
}
.Guide__QA .QA__Item input {
  display: none;
}
.Guide__QA .QA__Item input:checked + label {
  background: #75c1c4;
  color: #fff;
}
.Guide__QA .QA__Item input:checked + label:after {
  border-left: 4px solid #75c1c4;
  border-top: 4px solid #75c1c4;
  border-right: 4px solid #75c1c4;
  border-bottom: 4px solid #fff;
}
.Guide__QA .QA__Item input:checked + label + div {
  height: auto;
  padding: 14px;
  background: #fff;
  opacity: 1;
}
.Guide__QA .QA__Item label {
  position: relative;
  display: block;
  padding: 14px;
  background: #f6f4ee;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Guide__QA .QA__Item label:after {
  content: "";
  display: block;
  position: absolute;
  top: 26px;
  right: 20px;
  width: 8px;
  height: 8px;
  border-left: 4px solid transparent;
  border-top: 4px solid #75c1c4;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.Guide__QA .QA__Item div {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .Guide__QA .QA__Item input:checked + label + div {
    padding: 10px;
  }
  .Guide__QA .QA__Item label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 10px;
  }
  .Guide__QA .QA__Item label:after {
    top: 18px;
  }
}

.Sub-Nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.Sub-Nav li {
  width: 21.43%;
  padding-bottom: 5px;
}
.Sub-Nav li:after {
  content: "";
  display: block;
  height: 5px;
  background: url(/assets/img/common/bg--gray.png);
}
.Sub-Nav .Btn a {
  max-width: 100%;
  border: none;
}
@media only screen and (max-width: 1130px) {
  .Sub-Nav li {
    width: 23.5%;
  }
  .Sub-Nav .Btn a {
    letter-spacing: normal;
  }
}
@media only screen and (max-width: 768px) {
  .Sub-Nav {
    margin-top: 10px;
  }
  .Sub-Nav .Btn a {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .Sub-Nav .Btn a:after {
    right: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .Sub-Nav li {
    width: 48%;
  }
}

.Service__About__01 .Service__List {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Service__About__01 .Service__List li {
  width: 30.16%;
  margin-bottom: 33px;
}
.Service__About__01 .Service__List__Title div {
  position: relative;
  margin: auto;
  padding-top: 295px;
  width: 100%;
  height: 0;
  max-width: 295px;
  background: url("/assets/img/common/bg--gray.png");
  border-radius: 50%;
}
.Service__About__01 .Service__List__Title div h3 {
  position: absolute;
  display: block;
  margin: auto;
  top: 50%;
  right: 0;
  left: 0;
  width: 9.5em;
  transform: translateY(-50%);
}
.Service__About__01 .Service__List__Item .Service__List__Img img {
  width: 100%;
}
.Service__About__01 .Service__List__Item h4 {
  margin-bottom: 15.2px;
  padding: 6px;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  background: #f6ea6f;
}
.Service__About__01 .Btn {
  margin-top: -8px;
}
@media only screen and (max-width: 1130px) {
  .Service__About__01 .Service__List__Title div {
    padding-top: 100%;
    max-width: 100%;
  }
  .Service__About__01 .Service__List__Title h3.Contents-H3 {
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    width: 8em;
  }
  .Service__About__01 .Service__List__Item h4 {
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media only screen and (max-width: 1000px) {
  .Service__About__01 .Service__List__Item h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .Service__About__01 .Service__List li {
    width: 48%;
  }
  .Service__About__01 .Service__List__Title div {
    padding-top: 295px;
    max-width: 295px;
  }
  .Service__About__01 .Service__List__Item p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .Service__About__01 .Service__List__Title div {
    padding-top: 100%;
    max-width: 100%;
  }
  .Service__About__01 .Service__List__Item h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Service__About__02 {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  background: url(/assets/img/index/main-bg.jpg) repeat;
}
.Service__About__02 .Centering-Wrapper {
  margin-top: 112px;
  width: 380px;
}
.Service__About__02 .Service__List--Other {
  width: calc(100% - 380px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.Service__About__02 .Service__List--Other li {
  width: 43.18%;
  margin: 40px 0 50px;
  /*padding: 30px;*/
  padding: 10px 10px 30px;
  background: #fff;
}
.Service__About__02 .Service__List--Other li:first-child {
  margin-right: 6.82%;
}
.Service__About__02 .Service__List--Other li div {
  margin-bottom: -20px;
}
.Service__About__02 .Service__List--Other li h4 {
  margin-top: -6px;
  margin-bottom: 6px;
  padding: 30px 20px 0;
  line-height: 1.6;
  letter-spacing: 0.15em;
  text-indent: 0.15em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.Service__About__02 .Service__List--Other li p {
  margin-bottom: -4.8px;
  padding: 0 20px;
}
@media only screen and (max-width: 1130px) {
  .Service__About__02 {
    padding: 40px;
  }
  .Service__About__02 .Centering-Wrapper {
    margin-top: 30px;
    width: 100%;
  }
  .Service__About__02 .Service__List--Other {
    justify-content: space-between;
    width: 100%;
  }
  .Service__About__02 .Service__List--Other li {
    margin: 40px 0 30px;
    width: 48%;
  }
  .Service__About__02 .Service__List--Other li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .Service__About__02 {
    padding: 40px 20px;
  }
  .Service__About__02 .Service__List--Other li h4 {
    letter-spacing: 0;
    text-indent: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 640px) {
  .Service__About__02 .Service__List--Other li {
    width: 100%;
  }
  .Service__About__02 .Service__List--Other li:nth-child(n+2) {
    margin-top: 0;
  }
}

.Service__About__03 {
  margin-top: 70px;
}
.Service__About__03 .Service__Feature {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  margin-bottom: 20px;
}
.Service__About__03 .Service__Feature li {
  width: 21.4285%;
}
@media only screen and (max-width: 768px) {
  .Service__About__03 .Service__Feature li {
    width: 24%;
  }
}
@media only screen and (max-width: 640px) {
  .Service__About__03 .Service__Feature li {
    width: 48%;
    margin-bottom: 20px;
  }
}
.Service__About__03 .Service__Feature li .Icon {
  position: relative;
  width: 216px;
  height: 216px;
  margin: 0 auto 20px;
  border-radius: 50%;
  border: 1px solid #37312c;
}
@media only screen and (max-width: 1300px) {
  .Service__About__03 .Service__Feature li .Icon {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .Service__About__03 .Service__Feature li .Icon {
    margin-bottom: 10px;
    width: 80%;
    padding-top: 80%;
  }
}
.Service__About__03 .Service__Feature li .Icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  max-width: 92px;
}
.Service__About__03 .Service__Feature li h4 {
  margin-bottom: 16px;
  padding: 9px;
  background: #f6ea6f;
  letter-spacing: 0.25em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  text-indent: 0.25em;
  text-align: center;
}
@media all and (-ms-high-contrast: none) {
  .Service__About__03 .Service__Feature li h4 {
    padding: 12px 8px 4px;
  }
}
@media only screen and (max-width: 1130px) {
  .Service__About__03 .Service__Feature li h4 {
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media only screen and (max-width: 768px) {
  .Service__About__03 .Service__Feature li h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .Service__About__03 .Service__Feature li h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .Service__About__03 .Service__Feature li p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.Service__About__03 .Font-S {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .Service__About__03 .Font-S {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#Service__Price table {
  width: 100%;
}
#Service__Price table caption div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}
#Service__Price table caption div h3 {
  letter-spacing: 0.25em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 20px;
}
#Service__Price table caption div p {
  padding: 0 18px;
  letter-spacing: 0.5em;
  text-align: center;
  text-indent: 0.5em;
  font-weight: bold;
  border: 1px solid #37312c;
  border-radius: 12px;
  background: #fff;
  line-height: 24px;
}
#Service__Price table tr th,
#Service__Price table tr td {
  padding: 15px;
  line-height: 1.6;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  border-right: 1px solid #ece8dc;
  border-bottom: 1px solid #ece8dc;
}
#Service__Price table tr th {
  font-weight: bold;
  background: #f6f4ee;
}
#Service__Price table tr th:first-child {
  border-right: none;
  width: 270px;
}
#Service__Price table tr th.Th--Black {
  color: #fff;
  background: #37312c;
}
#Service__Price table tr td {
  background: #fff;
}
#Service__Price table tr td:last-child {
  border-right: none;
}
#Service__Price table tr td span {
  display: inline-block;
  text-align: right;
}
#Service__Price table tr:first-child th,
#Service__Price table tr:first-child td {
  border-bottom: none;
}
#Service__Price table tr:last-child th,
#Service__Price table tr:last-child td {
  border-bottom: none;
}
#Service__Price Table.Table--01 td span {
  width: 62px;
}
#Service__Price Table.Table--02 {
  max-width: 600px;
  margin: 30px auto 70px;
}
#Service__Price Table.Table--02 th,
#Service__Price Table.Table--02 td {
  padding: 7px;
}
#Service__Price Table.Table--02 th {
  letter-spacing: 0.25em;
  text-indent: 0.25em;
}
#Service__Price Table.Table--02 td {
  padding-left: 42px;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
#Service__Price Table.Table--03 td span {
  width: 110px;
}
#Service__Price Table.Table--04 {
  margin-top: 70px;
}
#Service__Price Table.Table--04 th {
  background: #f6ea6f;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
}
#Service__Price Table.Table--04 td {
  text-align: left;
  padding-left: 40px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  #Service__Price table {
    min-width: 100%;
    width: auto;
  }
  #Service__Price table caption div h3 {
    letter-spacing: 0;
    font-size: 20px;
    font-size: 2rem;
  }
  #Service__Price table caption div p {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #Service__Price table tr th,
  #Service__Price table tr td {
    padding: 8px 6px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  #Service__Price table tr th:first-child {
    width: 200px;
  }
  #Service__Price table.Table--04 th {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #Service__Price table.Table--04 td {
    padding-left: 6px;
  }
}
@media only screen and (max-width: 640px) {
  #Service__Price table caption div {
    justify-content: flex-start;
  }
  #Service__Price table.Table--02 th,
  #Service__Price table.Table--02 td {
    display: block;
    width: 100% !important;
    text-align: center;
  }
  #Service__Price table.Table--04 {
    margin-top: 50px;
  }
  #Service__Price table.Table--04 th,
  #Service__Price table.Table--04 td {
    display: block;
    width: 100% !important;
  }
}

#Service__Schedule .Service__Schedule__Inner {
  padding: 70px 30px 48px;
  background: #fff;
}
#Service__Schedule .Service__Schedule__Inner > p {
  max-width: 720px;
  margin: 0 auto;
}
#Service__Schedule .Service__Schedule__Inner > p span {
  font-weight: bold;
}
#Service__Schedule h2 {
  margin-bottom: 30px;
}
#Service__Schedule .AM {
  color: #1164b4;
}
#Service__Schedule .PM {
  color: #239c76;
}
#Service__Schedule table {
  max-width: 720px;
  margin: 0 auto;
}
#Service__Schedule table tr:not(:last-child) {
  border-bottom: 1px dotted #b2b2b2;
}
#Service__Schedule table tr:first-child th:after {
  height: calc(100% - 30px);
  top: 30px;
}
#Service__Schedule table tr:last-child th:after {
  height: 24px;
}
#Service__Schedule table th {
  position: relative;
  width: 110px;
  padding-top: 24px;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: #22a6ab;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
#Service__Schedule table th:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #37312c;
}
#Service__Schedule table td {
  position: relative;
  padding: 18px 0 14px 28px;
}
#Service__Schedule table td h3 {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
#Service__Schedule table td:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #37312c;
  background: #75c1c4;
  top: 24px;
  left: -7.5px;
}
@media only screen and (max-width: 768px) {
  #Service__Schedule table th {
    width: 90px;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  #Service__Schedule table td {
    padding-left: 18px;
  }
  #Service__Schedule table td h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #Service__Schedule table td p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

#Service__Off-Label h2 {
  margin-bottom: 54px;
}
#Service__Off-Label .Column-Contener {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#Service__Off-Label .Column-Contener div {
  width: 47.62%;
}
#Service__Off-Label .Column-Contener div h3 {
  margin-bottom: 22px;
  line-height: 1.6;
  letter-spacing: 0.5em;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
#Service__Off-Label .Column-Contener ul {
  width: 47.62%;
  margin-top: 8px;
}
#Service__Off-Label .Column-Contener ul li {
  line-height: 1.6;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  font-size: 1.4rem;
}
#Service__Off-Label .Campaign {
  margin-top: 50px;
  padding: 40px;
  background: url("/assets/img/common/bg--yellow.jpg");
}
#Service__Off-Label .Campaign h3 {
  margin-top: 4px;
  margin-bottom: 46px;
  letter-spacing: 0.2em;
  text-align: center;
  font-size: 36px;
  font-size: 3.6rem;
}
#Service__Off-Label .Campaign h3 span {
  position: relative;
  padding-left: 0.25em;
  font-weight: bold;
}
#Service__Off-Label .Campaign h3 span:before, #Service__Off-Label .Campaign h3 span:after {
  position: absolute;
  content: "";
  width: 34px;
  height: 24px;
  bottom: 10px;
}
#Service__Off-Label .Campaign h3 span:before {
  left: -40px;
  background: no-repeat center url("/assets/img/service/bg-campaign-left.png");
}
#Service__Off-Label .Campaign h3 span:after {
  right: -30px;
  background: no-repeat center url("/assets/img/service/bg-campaign-right.png");
}
#Service__Off-Label .Campaign p {
  text-align: center;
}
#Service__Off-Label .Campaign p.Date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}
#Service__Off-Label .Campaign p.Date .Br--Sp:after {
  content: "：";
}
#Service__Off-Label .Campaign .Column-Contener {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0 26px;
}
#Service__Off-Label .Campaign .Column-Contener .Price {
  width: 47.46%;
  letter-spacing: 0.02em;
  text-align: center;
  font-weight: bold;
}
#Service__Off-Label .Campaign .Column-Contener .Price--01 {
  padding: 33px 10px;
  background: #fff;
  font-size: 24px;
  font-size: 2.4rem;
}
#Service__Off-Label .Campaign .Column-Contener .Price--01 span {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
#Service__Off-Label .Campaign .Column-Contener .Price--02 {
  padding: 25px 10px;
  color: #fff;
  background: #75c1c4;
  font-size: 32px;
  font-size: 3.2rem;
}
#Service__Off-Label .Campaign .Column-Contener .Price--02 span {
  font-size: 14px;
  font-size: 1.4rem;
}
#Service__Off-Label .Campaign .Column-Contener .Price--02 span.Big {
  font-size: 44px;
  font-size: 4.4rem;
}
#Service__Off-Label .Campaign .Column-Contener .Price .Br--Sp:after {
  content: " ";
}
#Service__Off-Label .Campaign .Column-Contener .Arrow {
  width: 2.88%;
  padding-top: 3.47%;
  background: no-repeat center url("/assets/img/service/campaign-arrow.png");
  background-size: contain;
}
@media only screen and (max-width: 1300px) {
  #Service__Off-Label .Campaign .Column-Contener .Price {
    letter-spacing: 0;
  }
  #Service__Off-Label .Campaign .Column-Contener .Price--01 {
    padding-top: 36px;
  }
  #Service__Off-Label .Campaign .Column-Contener .Price--02 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 1130px) {
  #Service__Off-Label .Column-Contener div h3 {
    letter-spacing: 0.25em;
  }
  #Service__Off-Label .Campaign .Column-Contener .Price--01 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #Service__Off-Label .Campaign .Column-Contener .Price--02 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #Service__Off-Label .Campaign .Column-Contener .Price--02 span.Big {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1000px) {
  #Service__Off-Label .Column-Contener div h3 {
    letter-spacing: 0;
  }
  #Service__Off-Label .Campaign {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 768px) {
  #Service__Off-Label h2 {
    margin-bottom: 40px;
  }
  #Service__Off-Label .Column-Contener div {
    width: 100%;
  }
  #Service__Off-Label .Column-Contener ul {
    width: 100%;
  }
  #Service__Off-Label .Campaign h3 {
    letter-spacing: 0;
    font-size: 28px;
    font-size: 2.8rem;
  }
  #Service__Off-Label .Campaign h3 span {
    padding-left: 0;
  }
  #Service__Off-Label .Campaign .Column-Contener {
    flex-direction: column;
    align-items: center;
  }
  #Service__Off-Label .Campaign .Column-Contener .Price {
    width: 100%;
  }
  #Service__Off-Label .Campaign .Column-Contener .Arrow {
    height: 40px;
    transform: rotate(90deg);
  }
}
@media only screen and (max-width: 640px) {
  #Service__Off-Label .Campaign .Column-Contener .Price .Br--Sp:after {
    content: "\a";
  }
  #Service__Off-Label .Campaign p {
    text-align: left;
  }
  #Service__Off-Label .Campaign p.Date {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #Service__Off-Label .Campaign p.Date .Br--Sp:after {
    content: "\a";
  }
}

.Facility:nth-of-type(2) {
  padding-top: 0;
}
.Facility .Wrapper > p {
  margin-top: -10px;
  line-height: 2;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  font-feature-settings: "palt";
}
.Facility__List {
  margin-top: 58px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Facility__List__Item {
  margin-bottom: 56px;
  width: 30.1587%;
}
.Facility__List__Item div img {
  width: 100%;
}
.Facility__List__Item h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  line-height: 1.6;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.Facility__List__Item .Column-Contener {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Facility__List__Item .Column-Contener h4 {
  width: 134px;
  color: #fff;
  background: #75c1c4;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
.Facility__List__Item .Column-Contener p {
  padding: 8px;
  width: calc(100% - 134px);
  background: #fff;
  line-height: 1.6;
}
.Facility__List__Item > p {
  margin-top: 14px;
}
@media only screen and (max-width: 1300px) {
  .Facility__List__Item h3 {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    font-feature-settings: "palt";
  }
}
@media only screen and (max-width: 1130px) {
  .Facility__List__Item h3 {
    font-size: 20px;
    font-size: 2rem;
  }
  .Facility__List__Item .Column-Contener h4 {
    font-size: 14px;
    font-size: 1.4rem;
    width: 116px;
  }
  .Facility__List__Item .Column-Contener p {
    font-size: 14px;
    font-size: 1.4rem;
    width: calc(100% - 116px);
  }
}
@media only screen and (max-width: 890px) {
  .Facility__List__Item {
    width: 32%;
  }
  .Facility__List__Item h3 {
    letter-spacing: 0;
    text-indent: 0;
  }
}
@media only screen and (max-width: 768px) {
  .Facility .Wrapper > p {
    letter-spacing: 0;
    text-indent: 0;
    line-height: 1.6;
  }
  .Facility__List__Item {
    width: 48%;
  }
  .Facility__List__Item h3 {
    margin: 14px 0 10px;
  }
  .Facility__List__Item .Column-Contener p {
    padding: 8px 6px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .Facility:nth-of-type(1) {
    padding: 0;
  }
  .Facility .Wrapper > p {
    text-align: left;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .Facility__List__Item {
    width: 100%;
  }
}

.Company:nth-of-type(2) {
  padding-top: 0;
}
.Company table {
  width: 100%;
  margin: 0 auto;
}
.Company table tr th,
.Company table tr td {
  padding: 15px;
  line-height: 1.6;
  border-right: 1px solid #ece8dc;
  border-bottom: 1px solid #ece8dc;
}
.Company table tr th {
  width: 32%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  background: #f6f4ee;
  border-right: none;
}
.Company table tr td {
  background: #fff;
}
.Company table tr td:last-child {
  border-right: none;
}
.Company table tr:last-child th,
.Company table tr:last-child td {
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .Company table tr th {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .Company:nth-of-type(1) {
    padding: 0;
  }
  .Company table tr th,
  .Company table tr td {
    display: block;
    width: 100%;
  }
  .Company table tr th {
    padding: 10px;
  }
  .Company table tr td {
    margin-bottom: 10px;
  }
}

.Privacy .Wrapper p:first-child {
  margin-top: -50px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
.Privacy .Wrapper h2 {
  margin-top: 60px;
  margin-bottom: 30px;
  letter-spacing: 0;
  text-indent: 0;
}
.Privacy .Wrapper h2 span {
  padding-right: 0.4em;
}
.Privacy .Wrapper p {
  font-size: 18px;
  font-size: 1.8rem;
}
.Privacy .Wrapper ul {
  margin: 20px;
}
.Privacy .Wrapper ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
  line-height: 1.6;
}
.Privacy .Wrapper ul li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #75c1c4;
}
.Privacy__Company-Info {
  margin: 20px;
}
.Privacy__Company-Info h3 {
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 10px;
}

.News__List {
  padding-bottom: 60px;
  background: #fff;
  border-bottom: 1px dashed #ece8dc;
}
.News__List h2 {
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: bold;
  margin: 70px 0 20px;
}
.News__List h2 span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  background: linear-gradient(transparent 60%, #f6ea6f 40%);
}
@media only screen and (max-width: 768px) {
  .News__List h2 {
    margin-top: 50px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  .News__List h2 span {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 640px) {
  .News__List h2 {
    margin-top: 0;
  }
}
.News__List ul.Archive {
  border-top: dashed 1px #37312c;
  margin-bottom: 20px;
  margin-top: 60px;
}
.News__List ul.Archive li {
  line-height: 1.6em;
  padding: 8px;
  border-bottom: dashed 1px #37312c;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .News__List ul.Archive li {
    display: block;
    padding: 8px 0;
  }
}
.News__List ul.Archive li .Article-Info {
  margin: 0 30px;
  width: 210px;
}
@media only screen and (max-width: 768px) {
  .News__List ul.Archive li .Article-Info {
    width: 100%;
    margin: 0;
  }
}
.News__List ul.Archive li .Article-Info time {
  font-size: 14px;
  font-size: 1.4rem;
  margin-right: 30px;
}
.News__List ul.Archive li .Article-Info span a {
  color: #239c76;
}
.News__List ul.Archive li .Article-Title {
  width: calc(100% - 240px);
}
@media only screen and (max-width: 768px) {
  .News__List ul.Archive li .Article-Title {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .News__List ul.Archive li .Article-Title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.Pager {
  max-width: 500px;
  width: 100%;
  margin: 60px auto;
  padding: 30px 0;
}
@media only screen and (max-width: 1300px) {
  .Pager {
    width: 96%;
    padding: 20px 0;
  }
}
.Pager .Pager__Box {
  position: relative;
}
.Pager .Pager__Box ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
}
.Pager .Pager__Box ul li {
  border-left: none;
  margin: 0 5px;
}
@media only screen and (max-width: 768px) {
  .Pager .Pager__Box ul li {
    margin: 0 2px;
  }
}
.Pager .Pager__Box ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin: 0;
  padding: 13px 16px;
  border: 1px solid #7f6b56;
}
@media only screen and (max-width: 768px) {
  .Pager .Pager__Box ul li a {
    padding: 6px 9px;
  }
}
.Pager .Pager__Box ul li a:hover {
  background: #f6ea6f;
}
.Pager .Pager__Box ul li span.current {
  padding: 11px 16px;
  border: 1px solid #7f6b56;
  background: #f6ea6f;
}
@media only screen and (max-width: 768px) {
  .Pager .Pager__Box ul li span.current {
    padding: 4px 9px;
  }
}
.Pager .Pager__Box .List {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Pager .Pager__Box .List a {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .Pager .Pager__Box .List a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.News__Detail {
  background: #fff;
}
.News__Detail h1 {
  text-align: center;
  line-height: 1.6em;
  font-weight: bold;
  margin: 70px 0 20px;
}
.News__Detail h1 span {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
  background: linear-gradient(transparent 60%, #f6ea6f 40%);
}
@media only screen and (max-width: 768px) {
  .News__Detail h1 span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .News__Detail h1 {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 640px) {
  .News__Detail h1 {
    margin-top: 0;
  }
}
.News__Detail .Article__Info {
  border-top: #37312c 1px solid;
  padding: 20px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .News__Detail .Article__Info {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .News__Detail .Article__Info > div ul {
    margin-top: 10px;
  }
}
.News__Detail .Article__Info > div ul li {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .News__Detail .Article__Info > div ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}
.News__Detail .Article__Info > div ul li a {
  color: #239c76;
  padding: 3px 5px;
  border: 1px solid #239c76;
}
.News__Detail .Article__Body {
  padding: 0 0 60px;
}
.News__Detail .Article__Body h2,
.News__Detail .Article__Body h3,
.News__Detail .Article__Body h4,
.News__Detail .Article__Body h5,
.News__Detail .Article__Body h6 {
  font-weight: bold;
  line-height: 1.6;
  margin: 20px 0;
}
.News__Detail .Article__Body strong {
  font-weight: bold;
}
.News__Detail .Article__Body i {
  font-style: italic;
}
.News__Detail .Article__Body a {
  color: #239c76;
}
.News__Detail .Article__Body h2 {
  font-size: 28px;
  font-size: 2.8rem;
  background: url("/assets/img/index/about-img-bdr.png") repeat-x bottom left;
  padding: 10px 0;
}
@media only screen and (max-width: 768px) {
  .News__Detail .Article__Body h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.News__Detail .Article__Body h3 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #7f6b56;
  padding-left: 30px;
  border-left: 5px double #7f6b56;
}
@media only screen and (max-width: 768px) {
  .News__Detail .Article__Body h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.News__Detail .Article__Body h4 {
  font-size: 20px;
  font-size: 2rem;
  padding: 10px;
  background: #f6ea6f;
}
.News__Detail .Article__Body h5 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #239c76;
}
.News__Detail .Article__Body p {
  margin: 20px 0;
}
.News__Detail .Article__Body ul,
.News__Detail .Article__Body ol {
  margin: 20px;
}
.News__Detail .Article__Body ul li,
.News__Detail .Article__Body ol li {
  line-height: 1.6;
  margin: 0.5em 0;
}
.News__Detail .Article__Body ul li {
  padding-left: 20px;
  position: relative;
}
.News__Detail .Article__Body ul li:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 2px solid #7f6b56;
  border-top: 2px solid #7f6b56;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}
.News__Detail .Article__Body ol {
  margin-left: 40px;
}
.News__Detail .Article__Body ol li {
  padding-left: 10px;
  list-style: decimal;
}
.News__Detail .Article__Body blockquote {
  padding: 20px;
  background: #f2f2f2;
  margin: 20px 0;
}
.News__Detail .Article__Body hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: none;
  height: 3px;
  background: url(/assets/img/index/about-img-bdr.png) repeat-x bottom left;
  margin: 30px 0;
}
.News__Detail .Article__Body table {
  border-left: 1px solid #7f6b56;
  border-top: 1px solid #7f6b56;
  margin: 20px 0 0;
  margin: 20px 0 0;
}
.News__Detail .Article__Body table th,
.News__Detail .Article__Body table td,
.News__Detail .Article__Body table caption {
  padding: 10px;
  line-height: 1.6;
}
.News__Detail .Article__Body table td {
  border-right: 1px solid #7f6b56;
  border-bottom: 1px solid #7f6b56;
}
.News__Detail .Article__Body table th,
.News__Detail .Article__Body table caption {
  font-weight: bold;
  color: #7f6b56;
}
.News__Detail .Article__Body table th {
  border-bottom: 1px solid #7f6b56;
  border-right: 1px solid #7f6b56;
  background: #f2f2f2;
}

.page-ninchi .Keyvisual .ninchi-heading {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.page-ninchi .Keyvisual .ninchi-heading h1,
.page-ninchi .Keyvisual .ninchi-heading p {
  display: inline-block;
  padding: 8px 50px;
  background: #f6ea6f;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.5em;
}
.page-ninchi .Keyvisual .ninchi-heading h1 {
  font-size: 40px;
  font-size: 4rem;
}
.page-ninchi .Keyvisual .ninchi-heading p {
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 1130px) {
  .page-ninchi .Keyvisual .ninchi-heading {
    height: 130px;
  }
  .page-ninchi .Keyvisual .ninchi-heading h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .page-ninchi .Keyvisual .ninchi-heading p {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 1130px) and (max-width: 768px) {
  .page-ninchi .Keyvisual .ninchi-heading {
    height: 60px;
  }
  .page-ninchi .Keyvisual .ninchi-heading h1 {
    padding: 6px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: normal;
    height: 40px;
  }
  .page-ninchi .Keyvisual .ninchi-heading p {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 6px 20px;
  }
  .page-ninchi .Keyvisual .ninchi-heading _:-ms-lang(x)::-ms-backdrop,
  .page-ninchi .Keyvisual .ninchi-heading h1 {
    padding: 9px 30px 2px;
  }
}
@media only screen and (max-width: 1130px) and (max-width: 640px) {
  .page-ninchi .Keyvisual .ninchi-heading h1 {
    font-size: 14px;
    font-size: 1.4rem;
    letter-spacing: 0;
    padding: 0px 10px;
    height: 20px;
  }
}
.page-ninchi .Keyvisual .ninchi-heading h1 {
  letter-spacing: 0.2em;
  background: transparent;
  text-shadow: 3px 3px 0px #f6ea6f;
  font-weight: bold;
}
.page-ninchi .Keyvisual .ninchi-heading p {
  letter-spacing: 0.3em;
}
.page-ninchi .Target__Check {
  max-width: 520px;
}
.page-ninchi .Guide__Target .Guide__Contact {
  max-width: 920px;
  margin-bottom: 40px;
}
.page-ninchi .Guide__Target .Guide__Contact .Centering-Wrapper p.lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
}
.page-ninchi .Guide__Target .Guide__Contact > p {
  text-align: left;
}
.page-ninchi .Target__Table {
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .page-ninchi .Target__Table {
    display: block;
  }
}
.page-ninchi .Target__Table th {
  width: 270px;
  background: #f6ea6f;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  font-size: 24px;
  font-size: 2.4rem;
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .page-ninchi .Target__Table th {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.page-ninchi .Target__Table td {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 15px 40px;
  background-color: #f6f4ee;
}
@media only screen and (max-width: 640px) {
  .page-ninchi .Target__Table th,
  .page-ninchi .Target__Table td {
    width: 100%;
    display: block;
  }
}
.page-ninchi table.Schedule__Table {
  max-width: 780px;
  margin: 0 auto;
}
.page-ninchi table.Schedule__Table tr:not(:last-child) {
  border-bottom: 1px dotted #b2b2b2;
}
.page-ninchi table.Schedule__Table tr:first-child th:after {
  height: calc(100% - 30px);
  top: 30px;
}
.page-ninchi table.Schedule__Table tr:last-child th:after {
  height: 24px;
}
.page-ninchi table.Schedule__Table th {
  position: relative;
  width: 110px;
  padding-top: 24px;
  line-height: 1.375;
  letter-spacing: 0.03em;
  color: #22a6ab;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
}
.page-ninchi table.Schedule__Table th:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: #37312c;
}
.page-ninchi table.Schedule__Table td {
  position: relative;
  padding: 18px 0 14px 28px;
}
.page-ninchi table.Schedule__Table td h3 {
  line-height: 1.6;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.page-ninchi table.Schedule__Table td:before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #37312c;
  background: #75c1c4;
  top: 24px;
  left: -7.5px;
}
@media only screen and (max-width: 768px) {
  .page-ninchi table.Schedule__Table th {
    width: 90px;
    letter-spacing: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page-ninchi table.Schedule__Table td {
    padding-left: 18px;
  }
  .page-ninchi table.Schedule__Table td h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .page-ninchi table.Schedule__Table td p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=page-260113.css.map */
