@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

body {
  font-family: "a-otf-ryumin-pr6n", serif;
  letter-spacing: 0.1rem;
  font-weight: 300;
  font-style: normal;
  position: relative;
  right: 0;
  width: 100%;
  line-height: 2;
  color: #292929;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.active {
  position: fixed;
  overflow: hidden;
  -webkit-transform: translateX(-320px);
          transform: translateX(-320px);
}
body.active:before {
  opacity: 1;
  visibility: visible;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

img {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

hr {
  margin: 1em 0;
  padding: 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

a {
  color: #000;
  outline: none;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

/*----------------------------------------
	Google Web Font
----------------------------------------*/
/**
 * Roboto
 * regular, bold
 * font-family: 'Roboto', sans-serif;
 */
/**
 * Montserrat
 * regular, bold
 * font-family: 'Montserrat', sans-serif;
 */
/**
 * Noto Sans Jp
 * regular, bold
 * font-family: font-family:'Noto Sans JP',"Noto Sans Japanese";
 */
/*----------------------------------------
	fontSize
----------------------------------------*/
html {
  font-size: 10px;
}

body {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
.u-wrapper-l {
  max-width: 1000px;
  margin: 0 auto;
}

.u-wrapper-m {
  max-width: 800px;
  margin: 0 auto;
}

.u-wrapper-s {
  max-width: 500px;
  margin: 0 auto;
}

.u-device-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-device-sp {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-device-pc {
    display: none;
  }
}

/*----------------------------------------
	m-breadcrumb
----------------------------------------*/
.m-breadcrumb {
  position: relative;
  background: #FAFAFA;
  padding: 10px 50px;
}
.m-breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.m-breadcrumb ol {
  max-width: 1200px;
  margin: 0 auto;
}
.m-breadcrumb li {
  position: relative;
  display: inline;
  font-size: 1.4rem;
  color: #243952;
  list-style: none;
  margin: 0 20px 0 0;
}
.m-breadcrumb li:after {
  content: ">";
  position: absolute;
  right: -18px;
  top: 0;
  bottom: 0;
  height: 20px;
  color: #7B7B7B;
  margin: auto;
}
.m-breadcrumb li:last-child:after {
  content: none;
}
.m-breadcrumb a {
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .m-breadcrumb {
    padding: 10px 15px;
  }
}
/*----------------------------------------
	m-mainvisual
----------------------------------------*/
.m-mainvisual {
  position: relative;
  height: 800px;
  width: 100%;
  margin: 0 auto 15px;
  overflow: hidden;
}
.m-mainvisual:before {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  content: "";
}
@media only screen and (max-width: 1024px) {
  .m-mainvisual {
    height: 460px;
  }
}
.m-mainvisual__head {
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 4;
}
.m-mainvisual__head span {
  display: block;
}
.m-mainvisual__head .ttl {
  max-width: 820px;
  margin: 0 0 50px;
}
.m-mainvisual__head .txt {
  max-width: 498px;
  color: #ffffff;
}
.m-mainvisual__figure {
  position: absolute;
  inset: 0;
  margin: 0;
  overflow: hidden;
  z-index: 1;
}
.m-mainvisual__figure .mv-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.m-mainvisual__figure .mv-layer img,
.m-mainvisual__figure .mv-layer video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-mainvisual__figure .mv-layer img {
  width: 150%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .m-mainvisual__figure .mv-layer img {
    width: 250%;
  }
}
.m-mainvisual__figure .mv-layer video {
  width: 250%;
  height: auto;
}
.m-mainvisual__figure img.mv-zoom,
.m-mainvisual__figure video.mv-zoom {
  -webkit-animation: mvZoomOut 10s linear forwards;
          animation: mvZoomOut 10s linear forwards;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.m-mainvisual__catch {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 35vw;
}
@media only screen and (max-width: 1024px) {
  .m-mainvisual__catch {
    width: 35vw;
  }
}
.m-mainvisual__news {
  position: absolute;
  left: 5%;
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}
.m-mainvisual__news__label {
  color: #ffffff;
  position: relative;
  line-height: 1.2;
  margin-right: 18px;
}
.m-mainvisual__news__label:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 1px;
  background: #ffffff;
  content: "";
}
.m-mainvisual__news__list a {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-mainvisual__news__list a .-eng {
  letter-spacing: 0;
}
.m-mainvisual__news__list a time {
  margin-right: 10px;
}

@-webkit-keyframes mvZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes mvZoomOut {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1.08);
            transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@media only screen and (max-width: 1024px) {
  .m-mainvisual__head .ttl {
    max-width: 500px;
    margin: 0 0 30px;
  }
  .m-mainvisual__head .txt {
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  .m-mainvisual__head {
    padding: 0 0 20px;
  }
  .m-mainvisual__head .ttl {
    max-width: 250px;
    margin: 0 0 10px;
  }
  .m-mainvisual__head .txt {
    max-width: 230px;
  }
}
/*----------------------------------------
	m-pagevisual
----------------------------------------*/
.m-pagevisual {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  height: 18vw;
  overflow: hidden;
}
.m-pagevisual__figure {
  position: relative;
  width: 100%;
  height: 100%;
}
.m-pagevisual__figure img {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.m-pagevisual__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.6rem;
  text-align: center;
  position: absolute;
  color: #ffffff;
  z-index: 4;
}
.m-pagevisual__head .-eng {
  letter-spacing: 0.2rem;
  line-height: 1;
  margin-bottom: 10px;
}
.m-pagevisual__head .-jp {
  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;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0;
  letter-spacing: 0.2rem;
}
.m-pagevisual.-company {
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .m-pagevisual.-company {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.m-pagevisual.-company .m-pagevisual__head {
  color: #A5A395;
}
.m-pagevisual.-company .m-pagevisual__head span.-jp {
  color: #595757;
}

@media screen and (max-width: 767px) {
  .m-pagevisual {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: auto;
  }
  .m-pagevisual__head {
    font-size: 2.1rem;
  }
  .m-pagevisual__head .-jp {
    font-size: 1.2rem;
  }
  .m-pagevisual__figure {
    height: 120px;
  }
  .m-pagevisual__figure img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.m-pagevisual__about {
  margin-bottom: 80px;
  padding-top: 60px;
}
.m-pagevisual__about .m-heading05 {
  margin-bottom: 50px;
}
.m-pagevisual__about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-pagevisual__about__figure {
  width: 80%;
}
.m-pagevisual__about__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.m-pagevisual__about__catch:before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: 25px;
  top: -80px;
  background: #BEBEBE;
}
.m-pagevisual__about__catch span {
  color: #1A1311;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .m-pagevisual__about__catch span {
    font-size: 1.5rem;
  }
}

/*----------------------------------------
	m-pagination
----------------------------------------*/
.m-pagination {
  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;
  margin: 30px 0 0;
}
.m-pagination__prev a, .m-pagination__next a {
  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: 44px;
  height: 44px;
  background: #FFCE00;
  border-radius: 15px;
}
.m-pagination__prev img, .m-pagination__next img {
  width: 14px;
}
.m-pagination__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 5px;
}
.m-pagination__body li, .m-pagination__body a {
  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;
}
.m-pagination__body li {
  width: 44px;
  height: 44px;
  font-size: 1.8rem;
  list-style: none;
  margin: 0 5px;
  border: 2px solid #FF9700;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-pagination__body a {
  width: 100%;
  height: 100%;
  color: #7B7B7B;
  text-decoration: underline;
}
.m-pagination__body .current {
  color: #fff;
  background: #FF9700;
}

@media screen and (max-width: 767px) {
  .m-pagination__prev a, .m-pagination__next a {
    width: 40px;
    height: 40px;
  }
  .m-pagination__prev img, .m-pagination__next img {
    width: 10px;
  }
  .m-pagination__body li {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	m-pageTop
----------------------------------------*/
/*----------------------------------------
	m-pager
----------------------------------------*/
.m-pager {
  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;
}
/*----------------------------------------
    m-cvArea__front
----------------------------------------*/
.m-cvArea__front {
  background: url(../img/top/bg_front_cvarea.webp) no-repeat;
  background-size: cover;
  padding: 45px 0;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front {
    padding: 6%;
  }
}
.m-cvArea__front .m-heading04 {
  margin-bottom: 20px;
}
.m-cvArea__front__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.m-cvArea__front__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.m-cvArea__front__txt {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.7rem;
  color: #ffffff;
}
.m-cvArea__front__content {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 20px 35px;
}
.m-cvArea__front__content .m-heading04 {
  position: relative;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-bottom: 7px;
}
.m-cvArea__front__content .m-heading04 h2 {
  font-size: 1.6rem;
}
.m-cvArea__front__content .m-heading04:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front__content .m-heading04 .-eng {
    font-size: 2.5rem;
  }
}
.m-cvArea__front__content__tel {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front__content__tel {
    width: 100%;
  }
}
.m-cvArea__front__content__tel .c-tel {
  width: 280px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-cvArea__front__content__tel .c-tel span {
  font-size: 2.4rem;
}
.m-cvArea__front__content__mail {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front__content__mail {
    width: 100%;
    padding-top: 40px;
  }
}
.m-cvArea__front__content__mail:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #707070;
  position: absolute;
  left: -17px;
  top: 0;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front__content__mail:before {
    display: none;
  }
}
.m-cvArea__front__content__mail__btn {
  width: 310px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front__content__mail__btn {
    width: 100%;
  }
}
.m-cvArea__front__content__mail__btn a {
  background: #FFFFFF;
  border-radius: 9px;
  padding: 12px 0;
  color: #434343;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-cvArea__front__content__mail__btn i {
  width: 30px;
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 4px;
}
.m-cvArea__front__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
@media screen and (max-width: 767px) {
  .m-cvArea__front__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-cvArea__front .c-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8px;
}
.m-cvArea__front .c-option span {
  border: 1px solid #595757;
  border-radius: 100px;
  padding: 6px 15px;
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
}

/*----------------------------------------
	m-cvArea
----------------------------------------*/
.m-cvArea {
  background: url(../img/top/bg_front_contact.webp) no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.m-cvArea__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.m-cvArea__wrap {
  max-width: 900px;
  margin: 0 auto;
}
.m-cvArea__txt {
  margin-bottom: 20px;
  text-align: center;
}
.m-cvArea__content {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 20px;
  padding: 35px;
}
.m-cvArea__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
.m-cvArea__col {
  width: 50%;
  background: #F8F8F8;
  padding: 30px;
  text-align: center;
  border: 1px solid #dedede;
}
.m-cvArea__col .ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.m-cvArea__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-cvArea .c-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-cvArea .c-tel span {
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .m-cvArea__wrap {
    padding: 4%;
  }
  .m-cvArea__txt {
    font-size: 1.4rem;
  }
}
/*----------------------------------------
	m-cvContent
----------------------------------------*/
.m-cvContent {
  position: relative;
  padding: 50px 50px 50px;
}
.m-cvContent__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
  margin: 0 auto;
}
.m-cvContent__container .-eng {
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}
.m-cvContent__container__block a {
  width: 340px;
  background: #9B9A8B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  border-radius: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 22px 16px;
  color: #ffffff;
  position: relative;
}
.m-cvContent__container__block a:before {
  width: 24px;
  height: 13px;
  background: url(../img/common/ico-arrow_white.svg) no-repeat;
  content: "";
  background-size: 100%;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.m-cvContent__container__block a:hover:before {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}
.m-cvContent__container__block a .ttl {
  font-size: 2.1rem;
  letter-spacing: 0.2rem;
}
.m-cvContent__container__block a span {
  color: #ffffff;
}
.m-cvContent__container__block a .-eng {
  color: #CECECE;
}
.m-cvContent__container__block:nth-of-type(2) a {
  color: #525252;
  background: #EAEAEA;
}
.m-cvContent__container__block:nth-of-type(2) a:before {
  width: 24px;
  height: 13px;
  background: url(../img/common/ico-arrow_color.svg) no-repeat;
  content: "";
  background-size: 100%;
}
.m-cvContent__container__block:nth-of-type(2) span {
  color: #525252;
}

@media screen and (max-width: 767px) {
  .m-cvContent {
    position: relative;
    padding: 50px 4% 50px;
  }
  .m-cvContent__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 15px;
  }
  .m-cvContent__container__block {
    width: 50%;
  }
  .m-cvContent__container__block a {
    width: 100%;
    padding: 15px 10px;
  }
  .m-cvContent__container__block a .ttl {
    font-size: 1.5rem;
  }
}
.read-more a {
  font-size: 1.3rem;
  color: #909090;
  position: relative;
  padding-right: 92px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.read-more a:before {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 80px;
  height: 14px;
  background: url(../img/common/arrow_view_more.svg) no-repeat;
  background-size: 100%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.read-more a:hover:before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
@media screen and (max-width: 767px) {
  .read-more a:before {
    right: 0;
  }
}
.read-more__wrap.-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .read-more__wrap.-end {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.read-more__wrap.-center {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.return-btn__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

/*----------------------------------------
    m-button01
----------------------------------------*/
.m-button01 {
  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: 280px;
  height: 56px;
  font-size: 1.8rem;
  color: #FFF;
  background: #9B9A8B;
  border-radius: 11px;
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.m-button01:before {
  width: 49px;
  height: 10px;
  background: url(../img/common/ico-arrow_white_half.svg) no-repeat;
  content: "";
  background-size: 100%;
  position: absolute;
  right: 14px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.m-button01:hover:before {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.m-button01.-mod01 {
  max-width: 240px;
  width: 100%;
  height: 44px;
}

@media screen and (max-width: 767px) {
  .m-button01 {
    width: 200px;
    height: 50px;
    font-size: 1.6rem;
  }
}
/*----------------------------------------
	m-navCategory
----------------------------------------*/
.m-navCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 5px;
  border-bottom: 2px solid #FF9700;
}
.m-navCategory li {
  width: 25%;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navCategory a {
  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: 44px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #FF9700;
  border: 2px solid #FF9700;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-navCategory .current a {
  color: #fff;
  background: #FF9700;
}
.m-navCategory.-mod {
  border-top: 2px solid #FF9700;
  border-bottom: none;
}
.m-navCategory.-mod a {
  border: 2px solid #FF9700;
  border-top: none;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 767px) {
  .m-navCategory {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    border: none;
    margin: 0 -5px -10px;
  }
  .m-navCategory li {
    width: 50%;
    padding: 0 5px 10px;
  }
  .m-navCategory a {
    font-size: 1.4rem;
    border-bottom: 2px solid #FF9700;
    border-radius: 10px;
  }
  .m-navCategory.-mod {
    border: none;
  }
  .m-navCategory.-mod a {
    border-top: 2px solid #FF9700;
    border-radius: 10px;
  }
}
/*----------------------------------------
	m-archiveNews
----------------------------------------*/
.m-archiveNews .m-archiveNews__item:last-child:before {
  content: none;
}
.m-archiveNews .m-archiveNews__item .sub {
  margin-bottom: 15px;
}
.m-archiveNews .m-archiveNews__item .option {
  color: #776E65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 8px;
}
.m-archiveNews .m-archiveNews__item .option time {
  color: #776E65;
  position: relative;
  margin-right: 6px;
}
.m-archiveNews .m-archiveNews__item .option time:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 1px;
  background: #776E65;
  content: "";
}
.m-archiveNews .m-archiveNews__item .option .-eng {
  letter-spacing: 0;
}
.m-archiveNews .m-archiveNews__item .ttl {
  font-size: 1.5rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .m-archiveNews__item a {
    display: block;
  }
}
/*----------------------------------------
	m-heading01
----------------------------------------*/
.m-heading01 {
  position: relative;
  font-size: 1.7rem;
  text-align: center;
  padding: 0 0 65px;
}
.m-heading01:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 726px;
  height: 20px;
  background: url(../images/_common/img_ttl_line01.png)/cover;
  margin: 0 auto;
}
.m-heading01 .-eng {
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .m-heading01 {
    font-size: 3rem;
    padding: 0 0 40px;
  }
  .m-heading01:before {
    width: 290px;
    height: 22px;
  }
  .m-heading01 small {
    display: block;
    font-size: 2rem;
  }
}
/*----------------------------------------
	m-heading02
----------------------------------------*/
.m-heading02 {
  position: relative;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.m-heading02 h2 {
  letter-spacing: 0.2rem;
}
.m-heading02 .-eng {
  font-size: 1.1rem;
  color: #909090;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-heading02 {
    font-size: 1.3rem;
  }
  .m-heading02:before {
    top: 3px;
    width: 24px;
    height: 25px;
  }
}
/*----------------------------------------
	m-heading03
----------------------------------------*/
.m-heading03 {
  position: relative;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 22px;
}
.m-heading03 .-eng {
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 5px;
}
.m-heading03 .-jp {
  font-size: 1.2rem;
}
.m-heading03:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 1px;
  background: #707070;
}

@media screen and (max-width: 767px) {
  .m-heading03 .-eng {
    font-size: 2.5rem;
  }
}
/*----------------------------------------
	m-heading04
----------------------------------------*/
.m-heading04 {
  position: relative;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
  padding-bottom: 22px;
}
.m-heading04 .-jp {
  font-size: 1.2rem;
}
.m-heading04:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 20px;
  height: 1px;
  background: #707070;
}

@media screen and (max-width: 767px) {
  .m-heading04 .-eng {
    font-size: 2.5rem;
  }
}
/*----------------------------------------
	m-heading05
----------------------------------------*/
.m-heading05 {
  position: relative;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}
.m-heading05 h2 {
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #292929;
  font-weight: normal;
}
.m-heading05 .-eng {
  font-size: 1.1rem;
  color: #909090;
  position: relative;
  top: 6px;
  margin-left: 10px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-heading05 {
    font-size: 1.5rem;
  }
  .m-heading05:before {
    top: 3px;
    width: 24px;
    height: 25px;
  }
}
/*----------------------------------------
	m-heading06
----------------------------------------*/
.m-heading06 {
  position: relative;
  font-size: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  margin-bottom: 20px;
}
.m-heading06 h2 {
  line-height: 1;
}
.m-heading06 .-eng {
  font-size: 1.1rem;
  color: #909090;
  position: relative;
  top: 6px;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .m-heading06 {
    font-size: 1.5rem;
  }
  .m-heading06:before {
    top: 3px;
    width: 24px;
    height: 25px;
  }
}
/*----------------------------------------
	共通部分
----------------------------------------*/
.l-container {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding: 0 6vw;
  }
}

.-eng {
  font-family: "adobe-garamond-pro", serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.25rem;
}

.section_contents {
  padding: 50px 0 70px;
}
.section_contents.-color_beige {
  background: #FAF6F1;
}
.section_contents.-color_gray {
  background: #F8F8F8;
}
.section_contents.-color_beige2 {
  background: #EAE5DF;
}
.section_contents.-color_beige3 {
  background: #DBD8D5;
}

@media screen and (max-width: 767px) {
  .section_contents {
    padding: 50px 6vw;
  }
}
/*----------------------------------------
	l-header
----------------------------------------*/
.l-header {
  padding: 12px 25px;
  margin: 0 auto;
}
.l-header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header__logo {
  width: 208px;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo .in01 {
  width: 200px;
  margin: 0 30px 0 0;
}
.l-header__logo .in02 {
  width: 280px;
}
.l-header__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 0;
}
.l-header__control li {
  position: relative;
  /* hover */
  /* active */
  /* instagramは除外 */
}
.l-header__control li a {
  position: relative;
  display: inline-block;
  padding: 4px 0;
  text-decoration: none;
}
.l-header__control li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 50%;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: scaleX(0) translate(-50%, 0);
          transform: scaleX(0) translate(-50%, 0);
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.l-header__control li:hover a::after {
  -webkit-transform: scaleX(1) translate(-50%, 0);
          transform: scaleX(1) translate(-50%, 0);
  opacity: 1;
}
.l-header__control li.-active a::after {
  -webkit-transform: scaleX(1) translate(-50%, 0);
          transform: scaleX(1) translate(-50%, 0);
  opacity: 1;
}
.l-header__control li.-instagram a::after {
  display: none;
}
.l-header__control .-instagram {
  width: 20px;
}
.l-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__content li {
  padding-right: 25px;
}
.l-header__content li:last-child {
  padding-right: 0;
}
.l-header__content a {
  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;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__content a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  width: 15px;
  height: 15px;
  margin: auto;
}
.l-header__content .contact {
  margin: 0 10px 0 0;
}
.l-header__content .contact a {
  border: 1px solid #243952;
  color: #243952;
}
.l-header__content .contact a:before {
  background: url(../images/_common/icon_arrow01_right_orange.png)/cover;
}
.l-header.-home {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
.l-header.-home .l-header__logo .cls-1 {
  fill: #fff;
}
.l-header.-home .l-header__content li a {
  color: #ffffff;
}
.l-header.-home .l-header__content .-instagram .cls-1 {
  fill: #fff;
}
.l-header__hum {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .l-header {
    padding: 0;
  }
  .l-header__logo {
    margin: 0;
  }
  .l-header__logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 14px 15px;
  }
  .l-header__logo .in01 {
    width: 110px;
    margin: 5px 0 0;
  }
  .l-header__logo .in02 {
    width: 110px;
  }
  .l-header__control {
    display: none;
  }
  .l-header__hum {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 70px;
    height: 70px;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: -10px;
    z-index: 100;
  }
  .l-header__hum span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #000;
    border-radius: 1px;
  }
  .l-header__hum span:nth-child(2) {
    margin: 4px 0;
  }
  .l-header__hum.-home span {
    background: #ffffff;
  }
  .l-header__hum.is-active span {
    background: #000 !important;
  }
  .l-header.-home .l-header__hum span {
    background: #fff;
  }
}
.sp-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 90;
}
.sp-menu .sp-menu__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 80px 20px 40px;
}
.sp-menu .sp-menu__content .-instagram {
  width: 20px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .sp-menu {
    display: none !important;
  }
}

.l-header__hum {
  cursor: pointer;
}
@media (min-width: 769px) {
  .l-header__hum {
    display: none;
  }
}
body.is-fixed {
  overflow: hidden;
}

/*----------------------------------------
	l-footer
----------------------------------------*/
.l-footer {
  background: #E6E6E6;
}
.l-footer__container {
  padding: 60px 50px 0;
  border-bottom: 1px solid #E5E5E5;
}
.l-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
}
.l-footer__nav ul {
  width: 100%;
}
.l-footer__nav ul li {
  margin-bottom: 15px;
  font-size: 1.2rem;
}
.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 0;
}
.l-footer__logo {
  display: block;
  width: 250px;
  margin-bottom: 30px;
}
.l-footer__sub {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
  gap: 0 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
}
.l-footer__sub a {
  color: #ffffff;
}
.l-footer__sub p {
  color: #ffffff;
}
.l-footer__add dl {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.l-footer__add dl a {
  background: #9A998A;
  color: #fff;
  padding: 1px 6px;
  border-radius: 6px;
  line-height: 1;
  margin-left: 6px;
}
.l-footer__add dl dt {
  width: 55px;
}
@media screen and (max-width: 767px) {
  .l-footer__add dl dt {
    width: 59px;
  }
}
.l-footer__lead {
  width: 275px;
}
.l-footer__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  padding: 15px 50px 30px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  border-top: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .l-footer__control {
    padding: 15px 0 30px;
  }
}
.l-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer__list li {
  margin: 0 40px 0 0;
}
.l-footer__list li:last-child {
  margin: 0;
}
.l-footer__list a {
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}
.l-footer__copyright {
  font-size: 1rem;
  letter-spacing: 0.05rem;
}

@media screen and (max-width: 767px) {
  .l-footer__container {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer__nav {
    display: none;
  }
  .l-footer__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 0;
  }
  .l-footer__logo {
    width: 50%;
    margin: 0 auto 30px;
  }
  .l-footer__control {
    margin: 0 4%;
    border-top: 1px solid #707070;
  }
  .l-footer__copyright {
    font-size: 1rem;
  }
}
/*----------------------------------------
	l-sidebar
----------------------------------------*/
/*----------------------------------------
	l-nav
----------------------------------------*/
.l-nav__close {
  display: none;
}
.l-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-nav__list a {
  position: relative;
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  padding: 20px 20px 20px 10px;
}
.l-nav__list a:before, .l-nav__list a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-nav__list a:hover {
  opacity: 1;
  color: #243952;
}
.l-nav__list .home a:before, .l-nav__list .home a:after {
  width: 26px;
  height: 24px;
}
.l-nav__list .home a:hover:before {
  opacity: 0;
}
.l-nav__list .home a:hover:after {
  opacity: 1;
}
.l-nav__list .about a:before, .l-nav__list .about a:after {
  width: 24px;
  height: 22px;
}
.l-nav__list .about a:hover:before {
  opacity: 0;
}
.l-nav__list .about a:hover:after {
  opacity: 1;
}
.l-nav__list .reform a:before, .l-nav__list .reform a:after {
  width: 26px;
  height: 25px;
}
.l-nav__list .reform a:hover:before {
  opacity: 0;
}
.l-nav__list .reform a:hover:after {
  opacity: 1;
}
.l-nav__list .gas a:before, .l-nav__list .gas a:after {
  width: 28px;
  height: 21px;
}
.l-nav__list .gas a:hover:before {
  opacity: 0;
}
.l-nav__list .gas a:hover:after {
  opacity: 1;
}
.l-nav__list .news a:before, .l-nav__list .news a:after {
  width: 27px;
  height: 19px;
}
.l-nav__list .news a:hover:before {
  opacity: 0;
}
.l-nav__list .news a:hover:after {
  opacity: 1;
}
.l-nav__list .voice a:before, .l-nav__list .voice a:after {
  width: 24px;
  height: 25px;
}
.l-nav__list .voice a:hover:before {
  opacity: 0;
}
.l-nav__list .voice a:hover:after {
  opacity: 1;
}
.l-nav__list .current a {
  color: #243952;
}
.l-nav__list .current a:before {
  opacity: 0;
}
.l-nav__list .current a:after {
  opacity: 1;
}
.l-nav__control {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .l-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
  }
  .l-nav__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 64px;
    background: #333;
    padding: 0 15px;
  }
  .l-nav__close div {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 10px 0 0;
  }
  .l-nav__close span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
  }
  .l-nav__close span:nth-child(1) {
    -webkit-transform: rotate(45deg) translateY(1.5px);
            transform: rotate(45deg) translateY(1.5px);
  }
  .l-nav__close span:nth-child(2) {
    -webkit-transform: rotate(-45deg) translateY(-1.5px);
            transform: rotate(-45deg) translateY(-1.5px);
  }
  .l-nav__close p {
    font-size: 1.6rem;
    color: #fff;
  }
  .l-nav__list {
    display: block;
  }
  .l-nav__list li {
    border-bottom: 1px solid #000;
  }
  .l-nav__list a {
    font-size: 1.6rem;
    padding: 20px 15px 20px 55px;
  }
  .l-nav__list a:before, .l-nav__list a:after {
    left: 15px;
  }
  .l-nav__list a:hover {
    opacity: 1;
    color: #FF9700;
  }
  .l-nav__control {
    display: block;
    padding: 30px 15px 100px;
  }
  .l-nav__search {
    margin: 0 0 15px;
  }
  .l-nav__search input {
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic Pro", "Hiragino Maru Gothic ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    width: 100%;
    height: 50px;
    font-size: 1.4rem;
    background: #F2F2F2 url(../images/_common/icon_search.png) no-repeat center left 13px/18px;
    padding: 0 15px 0 35px;
    border: none;
    border-radius: 25px;
  }
  .l-nav__number {
    margin: 0 0 15px;
  }
  .l-nav__number span {
    display: block;
  }
  .l-nav__number .in01 {
    position: relative;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 0 35px;
  }
  .l-nav__number .in01:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 17px;
    background: url(../images/_common/icon_freedial.png)/cover;
    margin: auto;
  }
  .l-nav__number .in02 {
    font-size: 1.2rem;
    color: #707070;
  }
  .l-nav__number .in02 strong {
    color: #707070;
  }
  .l-nav__content a {
    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: 100%;
    height: 50px;
    font-size: 1.6rem;
    color: #fff;
    padding: 0 10px 0 0;
    border-radius: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .l-nav__content a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 15px;
    height: 15px;
    margin: auto;
  }
  .l-nav__content .contact {
    margin: 0 0 15px;
  }
  .l-nav__content .contact a {
    background: #FF9700;
  }
  .l-nav__content .contact a:before {
    background: url(../images/_common/icon_arrow01_right_orange.png)/cover;
  }
  .l-nav__content .recruit a {
    background: #313F98;
  }
  .l-nav__content .recruit a:before {
    background: url(../images/_common/icon_arrow01_right_black.png)/cover;
  }
}
/*----------------------------------------
	l-navMobile
----------------------------------------*/
/*----------------------------------------
	p-common
----------------------------------------*/
.m-about {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .m-about {
    padding-top: 70px;
  }
  .m-about.-sub {
    padding-top: 0;
  }
}
.m-about__wrap {
  position: relative;
  height: 1200px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-about__wrap {
    height: 220vw;
  }
}
.m-about__figure {
  width: 400px;
  position: absolute;
  left: 5vw;
}
@media screen and (max-width: 767px) {
  .m-about__figure {
    width: 60%;
    left: 6vw;
  }
}
.m-about__figure_sub {
  width: 315px;
  position: absolute;
  right: 5vw;
  top: 550px;
}
@media screen and (max-width: 767px) {
  .m-about__figure_sub {
    width: 150px;
    right: auto;
    left: 30px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: auto;
    bottom: 76vw;
  }
}
.m-about__figure_sub2 {
  width: 300px;
  position: absolute;
  left: 0;
  top: 680px;
}
@media screen and (max-width: 767px) {
  .m-about__figure_sub2 {
    width: 150px;
    right: 4%;
    left: auto;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    top: auto;
    bottom: 38vw;
  }
}
.m-about__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 14vw;
  top: 4vw;
  width: 6vw;
}
@media screen and (max-width: 767px) {
  .m-about__catch {
    margin-top: 0;
    right: 7%;
    top: 10px;
    width: 12vw;
  }
}
.m-about__catch span {
  color: #1A1311;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .m-about__catch span {
    font-size: 1.5rem;
  }
}
.m-about__content {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 350px;
}
@media screen and (max-width: 767px) {
  .m-about__content {
    width: 92%;
    right: none;
    bottom: 40px;
    left: 4%;
  }
}
.m-about__content .read-more__wrap {
  margin-top: 25px;
}
.m-about__heading {
  margin-bottom: 25px;
}

.m-works {
  padding: 50px 0;
  background: #F8F8F8;
}
.m-works__wrap {
  max-width: 1100px;
  margin: 0 auto;
}
.m-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-works__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-works__head_catch {
    text-align: center;
    margin-bottom: 20px;
  }
}
.m-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .m-works__list {
    gap: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-works__block {
  width: calc(33.3333333333% - 15px);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .m-works__block {
    width: 100%;
    margin-bottom: 15px;
  }
}
.m-works__block figure {
  margin-bottom: 10px;
  aspect-ratio: 4/3;
}
.m-works__block figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.m-works__block__ttl {
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 1.4rem;
}
.m-works__block__caption {
  font-size: 1.2rem;
}

.m-flow {
  position: relative;
  padding: 45px 0;
}
.m-flow__wrap {
  max-width: 800px;
  margin: 0 auto;
}
.m-flow__flex {
  gap: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-flow__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-flow__figure {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .m-flow__figure {
    width: 95%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    margin-top: 15px;
  }
}
.m-flow__content {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
}
@media screen and (max-width: 767px) {
  .m-flow__content {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.m-flow__txt {
  margin-bottom: 40px;
}
.m-flow__heading {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-flow__heading .-eng {
  font-size: 1rem;
}
.m-flow .read-more__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media screen and (max-width: 767px) {
  .m-flow .read-more__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.m-news {
  background: #F9F4EE;
  padding: 70px 0;
}
.m-news__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-news__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-news__wrap {
  max-width: 800px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-news__head {
  width: 300px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-news__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    margin-bottom: 0;
  }
}
.m-news__head .read-more__wrap {
  position: absolute;
  left: 0;
  bottom: -30px;
}
@media screen and (max-width: 767px) {
  .m-news__head .read-more__wrap {
    position: relative;
    bottom: 0;
  }
}
.m-news__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.m-news__block {
  border-bottom: 1px solid #707070;
  padding-bottom: 12px;
  padding-top: 12px;
}
.m-news__block__option {
  color: #776E65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  line-height: 1;
}
.m-news__block__option time {
  color: #776E65;
  position: relative;
  margin-right: 6px;
}
.m-news__block__option time:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 1px;
  background: #776E65;
  content: "";
}
.m-news__block__option .-eng {
  letter-spacing: 0;
}
.m-news__block__cat {
  color: #776E65;
}

.m-instagramArea {
  padding: 50px 0;
}
.m-instagramArea__wrap {
  max-width: 1000px;
  margin: 0 auto;
}
.m-instagramArea__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-instagramArea__txt {
  text-align: center;
}

.sbi_photo {
  height: 254px !important;
}

@media screen and (max-width: 767px) {
  .sbi_photo {
    height: 80px !important;
  }
}
.m-about__wrap {
  min-width: 910px;
}

@media screen and (max-width: 767px) {
  .m-about__wrap {
    min-width: auto;
  }
}
.m-about__intro {
  padding-bottom: 80px;
}
.m-about__intro__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .m-about__intro__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-about__intro__figure {
  width: 345px;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .m-about__intro__figure {
    width: 70%;
    margin: 0 auto 30px;
    padding-left: 0;
  }
}
.m-about__intro__figure_sub {
  width: 90%;
  margin: 0 auto;
}
.m-about__intro__content {
  width: 490px;
}
@media screen and (max-width: 767px) {
  .m-about__intro__content {
    width: 100%;
  }
}
.m-about__intro__txt {
  margin-bottom: 40px;
}
.m-about__intro__txt p {
  margin-bottom: 25px;
}
.m-about__intro__txt p:last-child {
  margin-bottom: 0;
}

.m-about__philosophy {
  padding: 90px 0;
  background: #FAF6F1;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy {
    padding-bottom: 40px;
  }
}
.m-about__philosophy__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-about__philosophy__flex.-sub {
  margin-top: 40px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy__flex.-sub {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
.m-about__philosophy__figure_sub {
  width: 344px;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy__figure_sub {
    width: 95%;
    margin: 0 auto;
  }
}
.m-about__philosophy__figure {
  width: 80%;
}
.m-about__philosophy__txt {
  width: 450px;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy__txt {
    width: 100%;
  }
}
.m-about__philosophy__txt p {
  margin-bottom: 30px;
  letter-spacing: 0.1rem;
}
.m-about__philosophy__txt .-big {
  font-size: 2.2rem;
  width: 300px;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy__txt .-big {
    width: 75%;
  }
}
.m-about__philosophy__catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy__catch {
    margin-top: 0;
  }
}
.m-about__philosophy__catch:before {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  right: 25px;
  top: -80px;
  background: #BEBEBE;
}
.m-about__philosophy__catch span {
  color: #1A1311;
  font-size: 2.8rem;
  line-height: 1.8;
  letter-spacing: 0.3rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .m-about__philosophy__catch span {
    font-size: 1.5rem;
  }
}

.m-about__exterior {
  padding: 15px 0 0;
  background: #FAF6F1;
}
.m-about__exterior__txt {
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .m-about__exterior__txt {
    padding-bottom: 20px;
  }
}
.m-about__exterior__txt p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-about__exterior__txt p {
    font-size: 1.2rem;
  }
}
.m-about__exterior__photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-about__gallery {
  padding-bottom: 0;
}
.m-about__gallery__catch {
  text-align: center;
  padding-bottom: 70px;
}
.m-about__gallery__content {
  width: 100%;
  overflow: hidden;
}
.m-about__gallery__content li {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .m-about__gallery__content li {
    margin: 0 5px;
  }
}
.m-about__gallery__content .gallery01 {
  margin-top: 50px;
}
.m-about__gallery__content .gallery02 {
  margin-top: 40px;
}
.m-about__gallery__content .gallery03 {
  margin-top: 20px;
}
.m-about__gallery__content .gallery04 {
  margin-top: 0;
}
.m-about__gallery__content .gallery05 {
  margin-top: 60px;
}
.m-about__gallery__content .gallery06 {
  margin-top: 0;
}
.m-about__gallery__content .gallery07 {
  margin-top: 10px;
}

@-webkit-keyframes gallery-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes gallery-loop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
/*----------------------------------------
	p-about-visual
----------------------------------------*/
.p-about-visual {
  position: relative;
  padding: 0 0 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-visual__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 530px;
  background: url(../images/about/bg_visual.jpg) center/cover;
  padding: 70px 50px 120px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-visual__head {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 30px;
}
.p-about-visual__head span {
  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: 200px;
  height: 40px;
  font-size: 1.6rem;
  background: #fff;
  margin: 0 0 20px;
  border: 2px solid #333;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-about-visual__txt {
  text-align: center;
  line-height: 1.8;
}
.p-about-visual__sub {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 810px;
  padding: 0 50px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .p-about-visual {
    padding: 0 0 40px;
  }
  .p-about-visual__main {
    height: auto;
    padding: 30px 15px 230px;
  }
  .p-about-visual__head {
    font-size: 2.5rem;
    margin: 0 0 20px;
  }
  .p-about-visual__head span {
    width: 180px;
    height: 35px;
    font-size: 1.4rem;
  }
  .p-about-visual__txt {
    text-align: left;
  }
  .p-about-visual__sub {
    padding: 0 15px;
  }
}
/*----------------------------------------
	p-service__exterior
----------------------------------------*/
.p-service__exterior__lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-service__exterior__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px;
}
.p-service__exterior__block {
  width: calc((100% - 160px) / 3);
}
.p-service__exterior__block figure {
  text-align: center;
}
.p-service__exterior__block figure figcaption {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-service__exterior__list {
    gap: 15px;
  }
  .p-service__exterior__block {
    width: calc((100% - 15px) / 2);
  }
  .p-service__exterior__block figure {
    text-align: center;
  }
  .p-service__exterior__block figure figcaption {
    margin-top: 20px;
  }
}
/*----------------------------------------
	p-service__exteiror__like
----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-service__exteiror__like {
    padding: 0 4%;
  }
}
/*----------------------------------------
	p-service__regarden
----------------------------------------*/
.p-service__regarden {
  margin-top: 60px;
}
.p-service__regarden__lead {
  text-align: center;
  margin-bottom: 40px;
}

/*----------------------------------------
	p-service__maintenance
----------------------------------------*/
.p-service__maintenance__lead {
  text-align: center;
  margin-bottom: 40px;
}
.p-service__maintenance__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 15px;
}
.p-service__maintenance__caption {
  margin-top: 20px;
}
.p-service__maintenance__caption ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.p-service__maintenance__caption ul li {
  background: #FFFFFF;
  border: 1px solid #707070;
  border-radius: 100px;
  padding: 10px 18px;
  line-height: 1;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-service__maintenance__caption ul {
    gap: 0 3px;
  }
  .p-service__maintenance__caption ul li {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-reform-concept {
    padding: 30px 15px;
  }
  .p-reform-concept__container {
    display: block;
  }
  .p-reform-concept__main {
    width: 100%;
    margin: 0 0 30px;
  }
  .p-reform-concept__head {
    font-size: 2rem;
  }
  .p-reform-concept__body {
    width: 100%;
  }
  .p-reform-concept__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 0 20px;
    margin: 0 0 30px;
  }
  .p-reform-concept__sub {
    width: 100%;
  }
}
/*----------------------------------------
	p-reform-case
----------------------------------------*/
.p-reform-case {
  padding: 0 50px 120px;
}
.p-reform-case__container {
  position: relative;
  max-width: 1000px;
  padding: 70px 0 0;
  margin: 0 auto;
}
.p-reform-case__container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.p-reform-case__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  margin: 0 0 30px;
}
.p-reform-case__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;
  margin: 0 0 -30px;
}
.p-reform-case__item {
  width: 30%;
  margin: 0 0 30px;
}
.p-reform-case__ttl {
  text-align: center;
  margin: 0 0 20px;
}
.p-reform-case__ttl span {
  position: relative;
  font-size: 2.2rem;
}
.p-reform-case__ttl span:before, .p-reform-case__ttl span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 5px;
  background: url(../images/_common/img_line_decoration03.png)/cover;
  margin: auto;
}
.p-reform-case__ttl span:before {
  left: -40px;
}
.p-reform-case__ttl span:after {
  right: -40px;
}
.p-reform-case__ttl.-mod01 {
  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: 66px;
}
.p-reform-case__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -22px 0 20px;
}
.p-reform-case__btn a {
  pointer-events: none;
}
.p-reform-case__txt {
  margin: 40px 0 0;
}
.p-reform-case.-mod01 {
  position: relative;
  background: url(../images/front/bg_texture.jpg) center;
  padding: 0 50px 60px;
}
.p-reform-case.-mod01:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png)/cover;
}
.p-reform-case.-mod01 .p-reform-case__container:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-reform-case {
    padding: 0 15px 30px;
  }
  .p-reform-case__container {
    padding: 30px 0 0;
  }
  .p-reform-case__head {
    font-size: 3rem;
    margin: 0 0 20px;
  }
  .p-reform-case__list {
    margin: 0;
  }
  .p-reform-case__item {
    width: 48%;
  }
  .p-reform-case__ttl span {
    font-size: 1.8rem;
  }
  .p-reform-case__ttl span:before, .p-reform-case__ttl span:after {
    width: 14px;
    height: 3px;
  }
  .p-reform-case__ttl span:before {
    left: -20px;
  }
  .p-reform-case__ttl span:after {
    right: -20px;
  }
  .p-reform-case__ttl.-mod01 {
    height: auto;
  }
  .p-reform-case__ttl.-mod02 {
    height: 54px;
  }
  .p-reform-case.-mod01 {
    padding: 0 15px 30px;
  }
}
/*----------------------------------------
	p-reform-promise
----------------------------------------*/
.p-reform-promise {
  padding: 80px 50px 120px;
}
.p-reform-promise__thumb {
  max-width: 876px;
  margin: 0 auto;
}
.p-reform-promise__head {
  font-size: 3.2rem;
  color: #313F98;
  text-align: center;
  margin: 0 0 30px;
}
.p-reform-promise__content {
  max-width: 800px;
  margin: 0 auto;
}
.p-reform-promise__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-reform-promise__content p:last-child {
  margin: 0;
}
.p-reform-promise__content ol {
  margin: 0 0 20px;
  counter-reset: li;
}
.p-reform-promise__content ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.p-reform-promise__content ol li:last-child {
  margin: 0;
}
.p-reform-promise__content ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #313F98;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}

@media screen and (max-width: 767px) {
  .p-reform-promise {
    padding: 40px 15px 60px;
  }
  .p-reform-promise__thumb {
    margin: 0 0 20px;
  }
  .p-reform-promise__head {
    font-size: 2.8rem;
    margin: 0 0 20px;
  }
  .p-reform-promise__content p {
    margin: 0 0 10px;
  }
  .p-reform-promise__content ol {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-reform-flow
----------------------------------------*/
.p-reform-flow {
  max-width: 1000px;
  padding: 70px 50px 120px;
  margin: 0 auto;
}
.p-reform-flow dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  border-bottom: 2px solid #E5E5E5;
}
.p-reform-flow dl:before, .p-reform-flow dl:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  margin: auto;
}
.p-reform-flow dl:before {
  bottom: -20px;
  border-width: 20px 10px 0 10px;
  border-color: #E5E5E5 transparent transparent transparent;
}
.p-reform-flow dl:after {
  bottom: -17px;
  border-width: 17px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
}
.p-reform-flow dl:last-child {
  border: none;
}
.p-reform-flow dl:last-child:before, .p-reform-flow dl:last-child:after {
  content: none;
}
.p-reform-flow dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  padding: 0 50px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-reform-flow dt span {
  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: 50px;
  height: 50px;
  color: #FF9700;
  background: url(../images/_common/img_line_circle01.png)/cover;
  margin: 0 10px 0 0;
}
.p-reform-flow dt h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2rem;
  color: #FF9700;
  line-height: 1.2;
}
.p-reform-flow dt small {
  font-size: 1.4rem;
  color: #FF9700;
}
.p-reform-flow dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-reform-flow dd small {
  font-size: 1.4rem;
  color: #7B7B7B;
  margin: 10px 0 0;
}

@media screen and (max-width: 767px) {
  .p-reform-flow {
    padding: 30px 15px 60px;
  }
  .p-reform-flow dl {
    display: block;
  }
  .p-reform-flow dt {
    width: 100%;
    padding: 0 0 15px;
  }
  .p-reform-flow dt span {
    width: 40px;
    height: 40px;
  }
  .p-reform-flow dt h3 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}
/*----------------------------------------
	p-company
----------------------------------------*/
.p-company-main {
  margin-bottom: 60px;
}
.p-company-philosophy {
  padding: 0 0 60px;
}
.p-company-philosophy__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-company-philosophy__figure {
  width: 300px;
}
.p-company-philosophy__list {
  padding-left: 60px;
}
.p-company-philosophy__list li {
  margin-bottom: 18px;
  position: relative;
}
.p-company-philosophy__list li:before {
  content: "";
  width: 16px;
  height: 1px;
  background: #BABABA;
  position: absolute;
  left: -25px;
  top: 15px;
}
.p-company-greeting__content {
  max-width: 750px;
  margin: 0 auto;
}
.p-company-greeting__txt p {
  margin-bottom: 20px;
}
.p-company-greeting__txt .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-company-greeting__txt .name span {
  font-size: 1.7rem;
  margin-left: 12px;
}
.p-company-overview {
  background: #FAF6F1;
  padding: 60px 0;
}
.p-company-overview__content {
  max-width: 850px;
  margin: 0 auto;
}
.p-company-overview__block > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #BEBEBE;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .p-company-overview__block > dl {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-company-overview__block > dl > dt {
  width: 140px;
}
.p-company-overview__block > dl:last-child {
  border-bottom: none;
}
.p-company-overview__block .parent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.p-company-overview__block .parent-list dt {
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-company-overview__block .syozaichi p {
  margin-bottom: 20px;
}
.p-company-overview__block .syozaichi p:last-child {
  margin-bottom: 0;
}
.p-company-sdgs {
  padding: 60px 0;
}
.p-company-sdgs__head {
  text-align: center;
  margin-bottom: 25px;
}
.p-company-sdgs__head .logo {
  width: 450px;
  margin: 30px auto;
}
.p-company-sdgs__content {
  max-width: 920px;
  margin: 0 auto;
}
.p-company-sdgs__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
.p-company-sdgs__list ul li {
  width: calc(50% - 40px);
  background: #F8F8F8;
  border-radius: 14px;
  font-size: 1.5rem;
  padding: 20px 35px;
  text-align: center;
}
.p-company-sdgs__list ul li dt {
  margin-bottom: 18px;
}
.p-company-sdgs__list ul li dd {
  margin: 0 auto;
}
.p-company-access__content {
  max-width: 920px;
  margin: 0 auto;
}
.p-company-access__content .map iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .p-company-main {
    margin-bottom: 60px;
  }
  .p-company-philosophy {
    padding: 0 0 60px;
  }
  .p-company-philosophy__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-company-philosophy__figure {
    width: 300px;
    margin: 0 auto;
  }
  .p-company-philosophy__list {
    padding-left: 15px;
  }
  .p-company-greeting__txt p {
    margin-bottom: 20px;
  }
  .p-company-overview__content {
    max-width: 850px;
    margin: 0 auto;
  }
  .p-company-overview__block {
    padding: 15px;
  }
  .p-company-overview__block > dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
  }
  .p-company-overview__block > dl > dt {
    width: 100%;
    margin-bottom: 12px;
  }
  .p-company-overview__block > dl:last-child {
    border-bottom: none;
  }
  .p-company-overview__block .parent-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 20px;
  }
  .p-company-overview__block .parent-list dt {
    text-align: right;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p-company-overview__block .syozaichi p {
    margin-bottom: 20px;
  }
  .p-company-overview__block .syozaichi p:last-child {
    margin-bottom: 0;
  }
  .p-company-sdgs__head .logo {
    width: 65%;
    margin: 30px auto;
  }
  .p-company-sdgs__content {
    max-width: 920px;
    margin: 0 auto;
  }
  .p-company-sdgs__list ul {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 15px;
  }
  .p-company-sdgs__list ul li {
    width: 100% !important;
  }
  .p-company-access__content .map iframe {
    height: 200px;
  }
}
/*----------------------------------------
	p-greeting-message
----------------------------------------*/
.p-greeting-message {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-greeting-message__thumb {
  margin: 0 0 60px;
}
.p-greeting-message__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-message__content p:last-child {
  margin: 0;
}
.p-greeting-message__content strong {
  font-size: 2rem;
}
.p-greeting-message__content ul {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-message__content ul:last-child {
  margin: 0;
}
.p-greeting-message__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-greeting-message__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}
.p-greeting-message__content ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting-message {
    padding: 50px 15px;
  }
  .p-greeting-message__thumb {
    margin: 0 0 30px;
  }
  .p-greeting-message__content p {
    margin: 0 0 10px;
  }
  .p-greeting-message__content ul {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-greeting-thought
----------------------------------------*/
.p-greeting-thought {
  position: relative;
  background: url(../images/front/bg_texture.jpg) center;
  padding: 60px 50px 100px;
}
.p-greeting-thought:before, .p-greeting-thought:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/_common/img_line_decoration01.png) 0 0/cover;
}
.p-greeting-thought:before {
  top: 0;
}
.p-greeting-thought:after {
  bottom: 0;
}
.p-greeting-thought__container {
  max-width: 1000px;
  margin: 0 auto;
}
.p-greeting-thought__head {
  font-size: 3.6rem;
  color: #FF9700;
  text-align: center;
  margin: 0 0 50px;
}
.p-greeting-thought__thumb {
  margin: 0 0 60px;
}
.p-greeting-thought__body {
  max-width: 800px;
  margin: 0 auto;
}
.p-greeting-thought__block {
  margin: 0 0 50px;
}
.p-greeting-thought__block:last-child {
  margin: 0;
}
.p-greeting-thought__ttl {
  font-size: 2.8rem;
  color: #313F98;
  margin: 0 0 20px;
}
.p-greeting-thought__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-thought__content p:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting-thought {
    padding: 50px 15px;
  }
  .p-greeting-thought__container {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-greeting-thought__head {
    font-size: 3rem;
    margin: 0 0 30px;
  }
  .p-greeting-thought__thumb {
    margin: 0 0 20px;
  }
  .p-greeting-thought__block {
    margin: 0 0 30px;
  }
  .p-greeting-thought__ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .p-greeting-thought__content p {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-greeting-philosophy
----------------------------------------*/
.p-greeting-philosophy {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-greeting-philosophy__head {
  margin: 0 0 30px;
}
.p-greeting-philosophy__message {
  margin: 0 0 50px;
}
.p-greeting-philosophy__logo {
  width: 170px;
  margin: 0 auto;
}
.p-greeting-philosophy__lead {
  font-size: 2.8rem;
  color: #DF4A6B;
  text-align: center;
}
.p-greeting-philosophy__block {
  margin: 0 0 50px;
}
.p-greeting-philosophy__block:last-child {
  margin: 0;
}
.p-greeting-philosophy__ttl {
  font-size: 2.8rem;
  color: #313F98;
  margin: 0 0 20px;
}
.p-greeting-philosophy__ttl small {
  font-size: 1.6rem;
  color: #313F98;
}
.p-greeting-philosophy__content p {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-philosophy__content p:last-child {
  margin: 0;
}
.p-greeting-philosophy__content ul {
  line-height: 1.8;
  margin: 0 0 20px;
}
.p-greeting-philosophy__content ul:last-child {
  margin: 0;
}
.p-greeting-philosophy__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-greeting-philosophy__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #313F98;
  border-radius: 50%;
}
.p-greeting-philosophy__content ul li:last-child {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-greeting-philosophy {
    padding: 50px 15px;
  }
  .p-greeting-philosophy__head {
    margin: 0 0 20px;
  }
  .p-greeting-philosophy__message {
    margin: 0 0 20px;
  }
  .p-greeting-philosophy__lead {
    font-size: 2rem;
  }
  .p-greeting-philosophy__block {
    margin: 0 0 30px;
  }
  .p-greeting-philosophy__ttl {
    font-size: 2rem;
    margin: 0 0 10px;
  }
  .p-greeting-philosophy__ttl small {
    display: block;
    font-size: 1.4rem;
  }
  .p-greeting-philosophy__content p {
    margin: 0 0 10px;
  }
  .p-greeting-philosophy__content ul {
    margin: 0 0 10px;
  }
}
/*----------------------------------------
	p-privacy
----------------------------------------*/
.p-privacy {
  max-width: 800px;
  padding: 60px 50px 120px;
  margin: 0 auto;
}
.p-privacy__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-privacy__body section {
  margin: 0 0 30px;
}
.p-privacy__body section:last-child {
  margin: 0;
}
.p-privacy__body h3 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.p-privacy__body p {
  line-height: 1.8;
  margin: 0 0 30px;
}
.p-privacy__body p:last-child {
  margin: 0;
}
.p-privacy__body ol {
  margin: 0 0 30px 20px;
}
.p-privacy__body dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.8;
}
.p-privacy__body dl:last-of-type {
  margin: 0 0 30px;
}
.p-privacy__body dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-privacy__body small {
  font-size: 1.4rem;
  color: #7B7B7B;
}

@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 50px 15px;
  }
  .p-privacy__head {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }
  .p-privacy__body h2 {
    font-size: 2rem;
  }
  .p-privacy__body h3 {
    font-size: 1.8rem;
  }
  .p-privacy__body p {
    margin: 0 0 20px;
  }
  .p-privacy__body ol {
    margin: 0 0 20px 20px;
  }
  .p-privacy__body dl:last-of-type {
    margin: 0 0 20px;
  }
}
/*----------------------------------------
	p-news-archive
----------------------------------------*/
.p-news-archive__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-news-archive__cat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-news-archive__cat .cat__item {
  padding: 10px 35px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-news-archive__cat .cat__item {
    padding: 10px 10px;
    width: 45%;
  }
}
.p-news-archive__cat .cat__item.-active {
  background: #5D5D5D;
  color: #fff;
}
.p-news-archive__cat .cat__item.-active a {
  color: #ffffff;
}
.p-news-archive .m-archiveNews__item {
  width: 48%;
}
@media screen and (max-width: 767px) {
  .p-news-archive .m-archiveNews__item {
    width: 100%;
  }
}

/*----------------------------------------
	p-news-single
----------------------------------------*/
.p-news-single {
  max-width: 800px;
  padding: 40px 50px 60px;
  margin: 0 auto;
}
.p-news-single .option {
  color: #776E65;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
  line-height: 1;
  margin-bottom: 30px;
}
.p-news-single .option time {
  color: #776E65;
  position: relative;
  margin-right: 6px;
}
.p-news-single .option time:after {
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  top: 1px;
  background: #776E65;
  content: "";
}
.p-news-single .option .-eng {
  letter-spacing: 0;
}
.p-news-single__head {
  position: relative;
  padding: 0 0 0;
}
.p-news-single__head:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/news/bg_line.png)/cover;
}
.p-news-single__cat {
  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: 160px;
  height: 34px;
  font-size: 1.6rem;
  color: #fff;
  background: #FF9700;
  border-radius: 17px;
  margin: 0 auto 30px;
}
.p-news-single__ttl {
  font-size: 2.1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-news-single__ttl {
    font-size: 1.6rem;
  }
}
.p-news-single__body {
  padding: 10px 0 0;
}
.p-news-single__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px;
}
.p-news-single__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}
.p-news-single__user img {
  width: 44px;
  margin: 0 10px 0 0;
}
.p-news-single__time {
  font-size: 1.4rem;
}
.p-news-single__thumb {
  margin: 0 0 20px;
}
.p-news-single__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-news-single__media .facebook {
  margin: -9px 4px 0 0;
}
.p-news-single__content {
  position: relative;
  padding: 40px 0 50px;
  margin: 0 0 20px;
}
.p-news-single__content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.4px;
  background: url(../images/news/bg_line.png)/cover;
}
.p-news-single__content p, .p-news-single__content ul, .p-news-single__content ol, .p-news-single__content img, .p-news-single__content blockquote {
  margin: 0 0 40px;
}
.p-news-single__content h1, .p-news-single__content h2, .p-news-single__content h3, .p-news-single__content h4, .p-news-single__content h5, .p-news-single__content h6 {
  margin: 40px 0 15px;
}
.p-news-single__content h2 {
  position: relative;
  font-size: 2.4rem;
  color: #FF9700;
  padding: 0 0 10px;
}
.p-news-single__content h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: url(../images/_common/img_line_decoration02.png) 0 0/contain;
}
.p-news-single__content h3 {
  position: relative;
  font-size: 1.8rem;
  color: #313F98;
  padding: 0 0 0 30px;
}
.p-news-single__content h3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/_common/icon_fill.png)/cover;
}
.p-news-single__content a {
  text-decoration: underline;
}
.p-news-single__content ul li {
  position: relative;
  padding: 0 0 0 16px;
  margin: 0 0 5px;
}
.p-news-single__content ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FF9700;
  border-radius: 50%;
}
.p-news-single__content ul li:last-child {
  margin: 0;
}
.p-news-single__content ol {
  counter-reset: li;
}
.p-news-single__content ol li {
  position: relative;
  list-style: none;
  padding: 0 0 0 20px;
  margin: 0 0 5px;
}
.p-news-single__content ol li:last-child {
  margin: 0;
}
.p-news-single__content ol li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #FF9700;
  font-weight: bold;
  counter-increment: li;
  content: counter(li) ". ";
}
.p-news-single__content blockquote {
  position: relative;
  padding: 25px 25px 25px 85px;
  border: 2px solid #E5E5E5;
  border-radius: 20px;
}
.p-news-single__content blockquote:before {
  content: "";
  position: absolute;
  top: 17px;
  left: 23px;
  width: 40px;
  height: 33px;
  background: url(../images/_common/icon_blockquote.png)/cover;
}

@media screen and (max-width: 767px) {
  .p-news-single {
    padding: 20px 15px 60px;
  }
  .p-news-single__head {
    padding: 0 0 0;
  }
  .p-news-single__ttl {
    font-size: 2rem;
  }
  .p-news-single__info {
    margin: 0 0 20px;
  }
  .p-news-single__user {
    font-size: 1.6rem;
  }
  .p-news-single__user img {
    width: 30px;
  }
  .p-news-single__time {
    font-size: 1.6rem;
  }
  .p-news-single__content {
    padding: 30px 0;
  }
  .p-news-single__content p, .p-news-single__content ul, .p-news-single__content ol, .p-news-single__content img, .p-news-single__content blockquote {
    margin: 0 0 30px;
  }
  .p-news-single__content h1, .p-news-single__content h2, .p-news-single__content h3, .p-news-single__content h4, .p-news-single__content h5, .p-news-single__content h6 {
    margin: 30px 0 15px;
  }
  .p-news-single__content h2 {
    font-size: 2rem;
  }
  .p-news-single__content blockquote {
    padding: 15px 15px 15px 65px;
  }
  .p-news-single__content blockquote:before {
    top: 15px;
    left: 15px;
    width: 40px;
    height: 33px;
  }
}
/*----------------------------------------
	p-news-other
----------------------------------------*/
.p-news-other {
  max-width: 1000px;
  padding: 0 50px 120px;
  margin: 0 auto;
}
.p-news-other__nav {
  margin: 30px 0 0;
}

@media screen and (max-width: 767px) {
  .p-news-other {
    padding: 0 15px 60px;
  }
  .p-news-other__nav {
    margin: 15px 0 0;
  }
}
.p-works__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 0;
  gap: 0 20px;
}
@media screen and (max-width: 767px) {
  .p-works__cat {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-works__cat .cat__item {
  padding: 10px 35px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-works__cat .cat__item {
    padding: 10px 10px;
    width: 45%;
  }
}
.p-works__cat .cat__item.-active {
  background: #5D5D5D;
  color: #fff;
}
.p-works__cat .cat__item.-active a {
  color: #fff;
}

/*----------------------------------------
	p-works__garden
----------------------------------------*/
.p-works__garden__txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-works__garden__nav {
    margin: 0 0 15px;
  }
}
.p-works-single__main {
  margin-bottom: 25px;
}
.p-works-single-head .title {
  margin-bottom: 20px;
}
.p-works-single-head .option {
  margin-top: 15px;
}
.p-works-single__gallery {
  margin-top: 30px;
  margin-bottom: 30px;
}
.p-works-single__gallery .gallery-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  grid-auto-flow: dense;
  grid-auto-rows: 320px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-works-single__gallery .gallery-item {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.p-works-single__gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
.p-works-single__gallery .gallery-item.is-landscape {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.p-works-single__gallery .gallery-item.is-portrait,
.p-works-single__gallery .gallery-item.is-square {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
@media (max-width: 1024px) {
  .p-works-single__gallery .gallery-list {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 220px;
  }
}
@media (max-width: 768px) {
  .p-works-single__gallery .gallery-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 220px;
  }
  .p-works-single__gallery .gallery-item,
  .p-works-single__gallery .gallery-item.is-landscape,
  .p-works-single__gallery .gallery-item.is-portrait,
  .p-works-single__gallery .gallery-item.is-square {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}

/*----------------------------------------
	p-flow
----------------------------------------*/
.p-flow__head {
  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;
}
.p-flow__head__figure {
  width: 400px;
}
.p-flow__txt {
  -webkit-box-flex: 0.55;
      -ms-flex: 0.55;
          flex: 0.55;
}
.p-flow-list__block {
  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;
  gap: 0 40px;
  margin-bottom: 60px;
  position: relative;
}
.p-flow-list__block:last-child {
  margin-bottom: 0;
}
.p-flow-list__block figure {
  position: relative;
  padding-bottom: 50px;
}
.p-flow-list__block figure:after {
  position: absolute;
  left: 50%;
  bottom: -60px;
  content: "";
  width: 50px;
  height: 80px;
  background: url(../img/flow/arrow_bottom.svg) no-repeat;
}
.p-flow-list__block:last-child figure:after {
  display: none;
}
.p-flow-list__content {
  -webkit-box-flex: 0.7;
      -ms-flex: 0.7;
          flex: 0.7;
  margin-top: -10px;
}
.p-flow-list__lead {
  font-size: 1.9rem;
  margin-bottom: 8px;
}
.p-flow-aftersupport {
  position: relative;
}
.p-flow-aftersupport:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  /*   上  右   下   左  */
  border-width: 24px 40px 0 40px;
  border-color: #EAE5DF transparent transparent transparent;
}
.p-flow-aftersupport__content {
  max-width: 924px;
  margin: 0 auto;
  background: #fff;
  border-radius: 14px;
  padding: 40px;
  position: relative;
}
.p-flow-aftersupport__content:before {
  content: "";
  width: 136px;
  height: 58px;
  background: url(../img/flow/illust_after_support.svg) no-repeat;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.p-flow-aftersupport__catch {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.3rem;
}
.p-flow-aftersupport__txt {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-flow__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .p-flow__head__figure {
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
  }
  .p-flow-list__block {
    gap: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    position: relative;
    padding-bottom: 50px;
    position: relative;
  }
  .p-flow-list__block:last-child {
    margin-bottom: 0;
  }
  .p-flow-list__block figure {
    position: relative;
    padding-bottom: 50px;
  }
  .p-flow-list__block figure:after {
    display: none;
    padding-bottom: 15px;
  }
  .p-flow-list__block:after {
    position: absolute;
    left: 50%;
    bottom: -60px;
    content: "";
    width: 50px;
    height: 80px;
    background: url(../img/flow/arrow_bottom.svg) no-repeat;
  }
  .p-flow-list__block:last-child figure:after {
    display: none;
  }
  .p-flow-list__block:last-child:after {
    display: none;
  }
  .p-flow-list__content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: -10px;
  }
  .p-flow-list__lead {
    font-size: 1.9rem;
    margin-bottom: 8px;
  }
  .p-flow-aftersupport {
    position: relative;
  }
  .p-flow-aftersupport:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    /*   上  右   下   左  */
    border-width: 24px 40px 0 40px;
    border-color: #EAE5DF transparent transparent transparent;
  }
  .p-flow-aftersupport__content {
    max-width: 924px;
    margin: 0 auto;
    background: #fff;
    border-radius: 14px;
    padding: 40px;
    position: relative;
  }
  .p-flow-aftersupport__content:before {
    content: "";
    width: 80px;
    height: 38px;
    background: url(../img/flow/illust_after_support.svg) no-repeat;
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-size: 100%;
  }
  .p-flow-aftersupport__catch {
    text-align: center;
    margin-bottom: 30px;
    font-size: 2.3rem;
  }
  .p-flow-aftersupport__txt {
    text-align: center;
  }
}
/*----------------------------------------
	p-contact
----------------------------------------*/
.p-contact__head {
  padding: 60px 0;
}
.p-contact__head__txt {
  text-align: center;
  margin-bottom: 30px;
}
.p-contact__head__tel_box {
  max-width: 500px;
  background: #EDF8FA;
  border-radius: 12px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}
.p-contact__head__tel_box .c-label {
  margin-bottom: 12px;
}
.p-contact__head__tel_box .c-tel {
  width: 200px;
  margin: 0 auto;
}

.p-contact-block .l-container {
  max-width: 800px;
  margin: 0 auto;
}
.p-contact-block__head {
  font-size: 3.6rem;
  text-align: center;
  margin: 0 0 80px;
}
.p-contact-block__lead {
  font-size: 1.4rem;
  margin: 0 0 24px;
  text-align: center;
}
.p-contact-block__tel {
  display: inline-block;
  max-width: 296px;
}
.p-contact-block__body {
  margin: 60px 0 0;
}
.p-contact-block__body li {
  margin: 0 0 20px;
}
.p-contact-block__body li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-contact-block__body .head {
  font-size: 1.4rem;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: center;
  width: 200px;
  margin-right: 40px;
  line-height: 1;
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-right: 51px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-contact-block__body .head {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.p-contact-block__body .head .require {
  font-size: 1.2rem;
  background: #77B4C2;
  vertical-align: super;
  padding: 4px 7px;
  color: #ffffff;
  border-radius: 3px;
  margin-left: 10px;
  line-height: 1;
  position: absolute;
  right: 0;
}
.p-contact-block__body .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact-block__body .inner .mwform-radio-field .mwform-radio-field-text {
  margin-right: 20px;
  position: relative;
  top: 2px;
}
.p-contact-block__body .inner .select-wrap {
  position: relative;
}
.p-contact-block__body .inner .select-wrap select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 1px solid #707070;
  padding: 10px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  /* ▼と重ならないよう右に余白 */
  padding-right: 30px;
}
.p-contact-block__body .inner .select-wrap::after {
  content: "▼";
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1rem;
  color: #333;
  pointer-events: none;
}
.p-contact-block__body .inner input[type=text],
.p-contact-block__body .inner input[type=email] {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.p-contact-block__body .inner input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #ffffff;
}
.p-contact-block__body .inner input[type=radio]:checked {
  background: #FF9700;
}
.p-contact-block__body .inner .wpcf7-list-item {
  margin: 0 0 14px;
  display: block;
}
.p-contact-block__body .inner textarea {
  display: block;
  width: 100%;
  height: 200px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FAFAFA;
  border: 1px solid #707070;
  border-radius: 6px;
  padding: 10px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.p-contact-block__body .inner .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.p-contact-block__body .inner .address dt {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: 15px;
}
.p-contact-block__body .inner .address dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-contact-block__body .inner .address dd span {
  margin-right: 10px;
}
.p-contact-block__body .inner .address dd input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.p-contact-block__body .inner .address dd .-zip {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 120px !important;
}
.p-contact-block__body .privacyLink {
  text-align: center;
  color: #1B224C;
  font-size: 1.5rem;
  margin: 0 0 30px;
}
.p-contact-block__body .privacyLink a {
  color: #1B224C;
  text-decoration: underline;
}
.p-contact-block__body .privacyCheck {
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 60px;
}
.p-contact-block__body .privacyCheck label {
  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;
}
.p-contact-block__body .privacyCheck input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 16px;
}
.p-contact-block__body .privacyCheck input[type=checkbox]:checked {
  background: #FF9700;
}
.p-contact-block__body .privacyCheck span {
  color: #1B224C;
}
.p-contact-block__body .privacyCheck span.wpcf7-list-item {
  margin: 0;
}
.p-contact-block__body .privacyCheck span.wpcf7-not-valid-tip {
  color: #f00;
}
.p-contact-block__body .formBtn {
  margin-top: 30px;
}
.p-contact-block__body .formBtn input[type=submit] {
  margin: 0 auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: 252px;
  height: 60px;
  border-radius: 40px;
  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;
  color: #FFF;
  letter-spacing: 0.2rem;
  font-size: 1.7rem;
  background: #77B4C2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: "adobe-garamond-pro", serif;
}
.p-contact-block__body .formBtn input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .p-contact-block__head {
    font-size: 3rem;
    margin: 0 0 50px;
  }
  .p-contact-block__lead {
    line-height: 1.6;
  }
  .p-contact-block__body .head {
    font-size: 1.5rem;
    width: auto;
    margin-right: 0;
    padding-bottom: 12px;
  }
  .p-contact-block__body li > dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}