@charset "utf-8";

@import url("import/attachment.css");


/* ------------------------------------------

  Common

------------------------------------------ */
body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #736357;
}

#container {
  max-width: 100%;
}

#mainimg-box {
  padding-top: 105%;
}

@media screen and (min-width: 767px) {
  header {
    position: relative;
  }

  header+#contents {
    padding-top: 0;
  }

  #mainimg-box {
    margin-top: 0;
    padding-top: 45%;
  }
}

@media screen and (min-width: 900px) {
  header {
    width: 100%;
    max-width: 1800px;
    margin-left: auto;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 500;
  }

  header::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    margin: 0 calc(50% - 50vw);
    background: #ffe6f0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }

  header+#contents {
    padding-top: 75px;
  }

  #mainimg-box {
    margin-top: 75px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
  }
}

header {
  background: #ffe6f0;
  color: #736357;
  padding-top: .5em;
  padding-bottom: .7em;
}

#logo {
  width: 25%;
  max-width: 140px;
  margin-bottom: 0;
}

header .btn.--pc {
  display: block !important;
}

header .btn.--sp {
  display: none !important;
}

header .btn li a {
  background: #ff3385;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border-radius: 10px;
  padding: .4em 2em .5em;
  line-height: 1em;
}

.large-screen #menubar li a {
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  #menubar_hdr {
    background: #736357;
    top: 7px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }

  #logo {
    width: 50%;
    max-width: 140px;
  }

  header .btn.--pc {
    display: none !important;
  }

  header #menubar .btn.--sp {
    display: block !important;
    margin: 4rem auto 0;
    max-width: 300px;
  }

  .small-screen #menubar.display-block {
    background: #736357f0;
  }

  #menubar_hdr {
    background: #736357;
    top: 9.5px;
  }
}

footer {
  background: #ffe6f0;
  color: #736357;
  font-weight: 500;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

footer p {
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

footer small {
  font-size: 20px;
}

footer .spVer {
  display: none;
}

.pagetop a {
  background: #ff3385;
}

@media screen and (max-width: 767px) {
  footer .spVer {
    display: inline;
  }

  footer p {
    line-height: 1.5em;
    font-size: 16px;
  }

  footer small {
    font-size: 18px;
  }
}

#contents {
  overflow: hidden;
}

main h2 {
  font-size: 33px;
  font-weight: 500;
  margin-bottom: 1em;
  line-height: 1em;
  letter-spacing: 0;
}

main h2.--pin {
  font-size: 45px;
  font-weight: 700;
  color: #ff66a3;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1em;
}

.c-inner {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.c-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
}

.c-col.--gp4 {
  gap: 4rem;
}

.c-col.--gp1 {
  gap: 1rem;
}

.c-col2 a {
  display: inline-block;
}

.c-col3 {
  width: calc(100% / 3 - 2%);
}

@media screen and (max-width: 767px) {
  .c-col3 {
    width: 100%;
  }
}

.p-page_ttl {
  margin-bottom: 0.5em;
}

.p-page_ttl img {
  max-width: 300px;
}

.p-page_ttl span {
  font-size: 35px;
  font-weight: 500;
  color: #736357;
  line-height: 1em;
  margin-top: 0.3em;
  opacity: 1;
  letter-spacing: 0;
}

.thumbnail-view {
  margin: 0 auto 1rem;
}

.p-page_mv {
  text-align: center;
}

.p-page_mv__img {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.p-page_int {
  text-align: center;
}

.p-page_int__ttl {
  font-size: 36px;
  font-weight: 500;
  margin-top: 0.5em;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}

.p-page_int__txt {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 0;
}

.p-page_int__list {
  width: 100%;
  max-width: 1000px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.p-page_bgWrap {
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}

.ta1 caption {
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
  letter-spacing: .15em;
}

.ta1 caption.--gr {
  background: #B4D8A3;
}

.ta1 caption.--or {
  background: #F7DEC6;
  color: #736357;
}

.ta1 th {
  font-weight: 400;
  font-size: 24px;
  border: 1px solid #736357;
  padding-left: 1.5rem;
}

.ta1 td {
  font-size: 20px;
  font-weight: 400;
  border: 1px solid #736357;
  padding-left: 1.5rem;
  padding-right: 1rem;
}

.ta1 td ul {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

.ta1 td li+li {
  margin-top: 0.5em;
}

.ta1 td .--rec li+li {
  margin-top: 1em;
}

.ta1 {
  border-top: 1px solid #736357;
}

@media screen and (max-width: 767px) {
  @supports (-webkit-touch-callout: none) {
    .ta1 {
      border-top: 1.5px solid #736357;
    }
  }

  .ta1 th,
  .ta1 td {
    border-left: 1px solid #736357 !important;
    border-right: 1px solid #736357 !important;
  }
}

.c-btn_pri {
  width: 40%;
  max-width: 500px;
  background: #FF66A3;
  border-radius: 10px;
  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;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  main h2 {
    font-size: min(7vw, 30px);
  }

  main h2.--pin,
  .p-page_ttl span {
    font-size: min(7vw, 40px);
  }

  .p-page_ttl {
    margin-bottom: 1em;
  }

  .p-page_ttl img {
    width: min(45vw, 200px);
  }

  .p-page_int__ttl {
    font-size: min(6.5vw, 30px);
  }

  .c-col,
  .c-col.--gp4,
  .c-col.--gp1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
  }

  .ta1 caption {
    font-size: 20px;
  }

  .ta1 {
    border-bottom: none;
  }

  .ta1 tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
  }

  .ta1 th {
    font-weight: 400;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #736357;
    width: 100%;
  }

  .ta1 td {
    font-size: 16px;
    border: none;
    border-bottom: 1px solid #736357;
    width: 100%;
    margin-bottom: 0;
  }

  .ta1 td ul {
    padding: 0;
    margin: 0;
    line-height: 1.5em;
  }

  .ta1 td li+li {
    margin-top: 0.5em;
  }

  .c-btn_pri {
    font-size: 20px;
    width: 100%;
  }
}

/* ------------------------------------------

  index

------------------------------------------ */

.vegas-animation-kenburns {
  animation: kenburns ease-out;
}

@keyframes kenburns {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.p-idx_bgWrap {
  margin-top: 3rem;
  background-image: url(../img/p-idx_bg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.p-idx_news {
  text-align: center;
}

.new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  width: 70%;
  margin: 0 auto 6rem;
  font-size: 20px;
}

.new dt {
  display: block;
  width: 8em;
  border-bottom: 2px dashed #E6E6E6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.new dd {
  width: calc(100% - 8.2em);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 2px dashed #E6E6E6;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: 0.2em;
}

.new dd a {
  text-decoration: none;
}

.new dd a:hover {
  color: #ff66a3;
}

.p-idx_col-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-idx_col-cont__img {
  width: 37%;
}

.p-idx_col-cont__txtWrap {
  padding-left: 2.5rem;
}

.p-idx_col-cont__ttl {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 0.5em;
  margin-top: 0;
}

.p-idx_col-cont__ttl a {
  color: #736357;
}

.p-idx_col-cont__ttl a:hover {
  text-decoration: none;
}

.p-idx_ser {
  margin-top: 6rem;
}

.p-idx_other {
  margin-top: 6rem;
  background: #FFF8FB;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.p-idx_other__item-ttl {
  color: #736357;
  font-weight: 400;
  font-size: 24px;
}

.p-idx_other .list-grid .list {
  display: block;
  grid-template-rows: inherit;
}

.p-idx_other .list-grid .list figure {
  margin-bottom: 0;
}

.p-idx_other__item-ttl a {
  text-decoration: none;
  color: #736357;
}

.p-idx_other .list-grid .btn {
  margin-bottom: 0;
}

.p-idx_other .list-grid .btn a {
  color: #736357;
  background: #f2f2f2;
}

.p-idx_other .list-grid .btn a:hover {
  color: #f2f2f2;
  background: #736357;
}

.p-idx_brand {
  padding-top: 4rem;
  padding-bottom: 8rem;
}

.p-idx_brand__cont {
  margin-top: 4rem;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.p-idx_brand__ttl {
  line-height: 1.2em;
}

.p-idx_brand__ttl br {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-idx_other .list-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .new {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }

  .new dt {
    padding-top: 0.5em;
    padding-bottom: 0;
    margin: 0;
    border-bottom: none;
  }

  .new dd {
    width: 100%;
    line-height: 1em;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 1em;
    margin-left: 0;
  }

  .p-idx_col-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-idx_col-cont__img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-idx_col-cont__txtWrap {
    padding-left: 0;
    margin-top: 1rem;
  }

  .p-idx_col-cont__ttl {
    font-size: min(6vw, 30px);
  }

  .p-idx_ser {
    margin-top: 4rem;
  }

  .p-idx_other {
    margin-top: 2rem;
  }

  .p-idx_other .list-grid {
    display: block;
    grid-template-columns: inherit;
    gap: inherit;
    grid-template-rows: inherit;
  }

  .p-idx_other .list-grid .list {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-idx_other .list-grid .list+.list {
    margin-top: 3em;
  }

  .p-idx_other__item-ttl {
    font-size: 1.6rem;
  }

  .p-idx_other .list-grid .btn a {
    font-size: 16px;
  }

  .p-idx_brand {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .p-idx_brand__ttl br {
    display: block;
  }
}

/* ------------------------------------------

  Product

------------------------------------------ */
.p-page_bgWrap.--pro {
  background-image: url(../img/p-pro_bg.jpg);
}

.p-pro_cont {
  padding-top: 6rem;
  padding-bottom: 8rem;
}

.p-pro_cont__list {
  padding-left: 0;
  margin: 0;
}

.p-pro_cont__item {
  text-align: center;
}

.p-pro_cont__item+.p-pro_cont__item {
  margin-top: 6rem;
}

.p-pro_cont__item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  text-align: left;
}

.p-pro_cont__item-txtWrap {
  width: 65%;
  padding-left: 5%;
}

.p-pro_cont__item-ttl {
  margin-top: 0;
  line-height: 1em;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0.8em;
}

.p-pro_cont__item-ttl span {
  display: block;
  margin-top: 0.2em;
  font-size: 0.6em;
  color: #998675;
}

.p-pro_cont__item-copy {
  display: inline-block;
  margin-top: 0;
  font-size: 28px;
  color: #FF66A3;
  background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
  font-weight: 500;
  margin-bottom: 0.2em;
  line-height: 1.4em;
}

.p-pro_cont__item-txt {
  font-size: 18px;
  color: #998675;
  margin-top: 0;
  line-height: 1.8em;
}

.p-pro_cont__item-txt small {
  display: inline-block;
  line-height: 1.4em;
}

.p-pro_cont__item-img {
  width: 35%;
}

.p-pro_cont__item-btn {
  display: inline-block;
  margin-top: 1rem;
}

@media screen and (max-width: 900px) {
  .p-page_int__txt {
    font-size: 20px;
  }

  .p-pro_cont__item-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    gap: 2em;
  }

  .p-pro_cont__item-txtWrap {
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }

  .p-pro_cont__item-img {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-pro_cont__item-ttl {
    text-align: center;
  }

  .p-pro_cont__item-btn {
    width: 80%;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-page_int__txt {
    font-size: 18px;
    text-align: left;
  }

  .p-page_int__txt br {
    display: none;
  }

  .p-pro_cont {
    padding-top: 4rem;
    padding-bottom: 6rem;
  }

  .p-pro_cont__item+.p-pro_cont__item {
    margin-top: 5rem;
  }

  .p-pro_cont__item-inner {
    gap: 1em;
  }

  .p-pro_cont__item-txtWrap {
    margin-bottom: 1rem;
  }

  .p-pro_cont__item-ttl {
    font-size: min(6.5vw, 30px);
    line-height: 1.5em;
    margin-bottom: 0.4em;
  }

  .p-pro_cont__item-ttl span {
    font-size: 0.65em;
  }

  .p-pro_cont__item-copy {
    display: block;
    text-align: center;
    font-size: min(4.9vw, 28px);
  }

  .p-pro_cont__item-txt {
    font-size: 16px;
  }
}

/* ------------------------------------------

  service

------------------------------------------ */
.p-page_int.--ser {
  padding-bottom: 0;
}

.p-page_bgWrap.--ser {
  background-image: url(../img/p-ser_bg.jpg);
}

.p-ser_flow {
  padding-top: 6rem;
}

.p-ser_flow__list {
  gap: 2rem;
}

.p-ser_flow__list-item {
  text-align: center;
}

.p-ser_flow__ttl {
  margin-top: 0;
}

.p-ser_flow__cont {
  margin-top: 6rem;
  margin-bottom: 6rem;
  padding-left: 0;
}

.p-ser_flow__cont-item {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  padding: 0.8rem 1em 0.95rem;
  border-radius: 80px;
  -webkit-box-shadow: 0px 0px 15px -5px #7b7b7b;
  box-shadow: 0px 0px 15px -5px #7b7b7b;
  position: relative;
}

.p-ser_flow__cont-item+.p-ser_flow__cont-item {
  margin-top: 6rem;
}

.p-ser_flow__cont-item+.p-ser_flow__cont-item::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -4.2rem;
}

.p-ser_flow__cont-item_txt {
  line-height: 1.4em;
  font-size: 30px;
  font-weight: 500;
  color: #15B1FF;
  margin-top: 0;
  margin-bottom: 0;
}

.p-ser_flow__cont-item_txt span {
  display: block;
  font-size: 0.6em;
  color: #736357;
  font-weight: 400;
}

.p-ser_flow__cont-item_txt .--sp {
  display: none;
}

.p-ser_line__ttl {
  margin-bottom: 4rem;
}

.p-ser_line__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-left: 0;
}

.p-ser_line__item {
  width: calc(50% - 1.5rem);
  overflow: hidden;
}

.p-ser_line__item-ttl {
  font-size: min(2.5vw, 25px);
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0.5em;
  line-height: 1.4em;
}

.p-ser_line__item-list {
  padding: 1rem;
  margin: 0;
  background: #F2F2F2;
  height: 100%;
}

.p-ser_line__item-item {
  line-height: 1.4em;
}

.p-ser_line__item-item+.p-ser_line__item-item {
  margin-top: 0.5em;
}

.p-ser_btnWrap {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.p-ser_btn__item {
  width: 40%;
  max-width: 500px;
  background: #3CDDD5;
  border-radius: 15px;
}

.p-ser_btn__item:last-child {
  background: #FF66A3;
}

.p-ser_btn__item 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;
  color: #fff;
  text-decoration: none;
  font-size: 30px;
  text-align: center;
  padding-top: 0.6rem;
  padding-bottom: 0.7rem;
}

.p-ser_btn__item a img {
  padding-top: 0.2rem;
}

@media screen and (max-width: 767px) {
  .p-page_bgWrap.--ser {
    background-size: cover;
    background-position: top;
  }

  .p-page_int__list {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-ser_flow__list {
    text-align: center;
  }

  .p-ser_flow__list-item {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }

  .p-ser_flow__cont-item {
    width: 100%;
    border-radius: 50px;
  }

  .p-ser_flow__cont-item+.p-ser_flow__cont-item {
    margin-top: 5rem;
  }

  .p-ser_flow__cont-item+.p-ser_flow__cont-item::before {
    width: 35px;
    top: -3.6rem;
  }

  .p-ser_flow__cont-item_txt {
    font-size: min(6vw, 24px);
  }

  .p-ser_flow__cont-item_txt span {
    line-height: 1.4em;
    margin-top: 0.5em;
    text-align: left;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }

  .p-ser_line__ttl {
    margin-bottom: 3rem;
  }

  .p-ser_line__item {
    width: 100%;
  }

  .p-ser_line__item-ttl {
    font-size: min(5.8vw, 24px);
  }

  .p-ser_line__item-item {
    font-size: 16px;
  }

  .p-ser_btnWrap {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }

  .p-ser_btn__item {
    width: 100%;
  }

  .p-ser_btn__item a {
    font-size: min(5.5vw, 24px);
  }

  .p-ser_btn__item a img {
    width: 8vw;
    max-width: 30px;
    padding-top: 0;
  }
}

@media screen and (max-width: 500px) {
  .p-ser_flow__cont-item_txt .--sp {
    display: inline;
  }
}

/* ------------------------------------------

  Company

------------------------------------------ */
.p-page_bgWrap.--comp {
  background-image: url(../img/p-comp_bg.jpg);
}

.p-comp_over {
  margin-top: 4rem;
}

.p-comp_over__map iframe {
  height: 450px;
}

.p-comp_sec {
  margin-top: 5rem;
}

#pp {
  margin-top: 0rem;
  padding-top: 5rem;
}

.p-comp_sec__ttl {
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  line-height: 1em;
  padding-top: 0.3em;
  padding-bottom: 0.4em;
  background: #B4D8A3;
  margin-top: 0;
  margin-bottom: 15px;
  border-radius: 5px;
  color: #fff;
  letter-spacing: .15em;
}

.p-comp_sec__txt {
  width: 95%;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 400;
}

.p-comp_sec__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FCF5ED;
  margin-bottom: 0;
  padding-left: 0;
}

.p-comp_ppWrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border: 1px solid #998675;
  margin-bottom: 6rem;
}

.p-comp_pp__txt {
  width: 95%;
  font-size: 18px;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5em;
}

.p-comp_pp__txt+.p-comp_pp__txt {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .ta1 .p-comp_over__map {
    margin-bottom: 0;
    padding-bottom: 2rem;
  }

  .p-comp_over__map iframe {
    height: 350px;
  }

  .p-comp_sec__ttl {
    font-size: 18px;
  }

  .p-comp_sec__txt {
    font-size: 16px;
    line-height: 1.5em;
  }

  .p-comp_sec__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p-comp_sec__item {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 3;
  }

  .p-comp_sec__item:nth-of-type(2) {
    z-index: 5;
    margin-top: -6vw;
  }

  .p-comp_sec__item:last-of-type {
    z-index: 1;
    margin-top: -7vw;
  }

  .p-comp_pp__txt {
    font-size: 16px;
  }
}

/* ------------------------------------------

  Recruit

------------------------------------------ */
.p-page_bgWrap.--rec {
  background-image: url(../img/p-rec_bg.jpg);
}

.p-rec_cont {
  margin-top: 4rem;
}

.p-rec_bottom {
  margin-top: 3rem;
  padding-bottom: 6rem;
}

.p-rec_bottom__contact-ttl {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}

.p-rec_bottom__contact-txt {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8em;
  margin-bottom: 1.5em;
}

.p-rec_bottom__contact-btn img {
  padding-top: 0.2em;
}

@media screen and (max-width: 767px) {
  .p-rec_bottom {
    padding-bottom: 4rem;
  }

  .p-rec_bottom__contact-ttl {
    font-size: 24px;
    margin-top: 2.5rem;
  }

  .p-rec_bottom__contact-txt {
    font-size: 16px;
  }

  .p-rec_bottom__contact-btn img {
    width: 8vw;
    max-width: 30px;
    padding-top: 0;
  }
}

/* ------------------------------------------

  Contact

------------------------------------------ */
.p-contact_int__tel {
  text-align: center;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1em;
}

.p-contact_int__tel a {
  font-size: 28px;
  font-weight: 400;
  color: #736357;
  text-decoration: none;
}

.p-contact_int__txt {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 2em;
}

.p-contact_int__ttl {
  font-size: 26px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

.p-contact_int__faq {
  text-align: center;
  color: #FF66A3;
  font-weight: 400;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}

.p-contact_int__faq br {
  display: none;
}

.p-contact_int__faq a {
  color: #FF66A3;
}

.p-contact_int__faq a:hover {
  text-decoration: none;
}

.p-contact_int.--thanks {
  min-height: 60vh;
}

.p-contact_cont__inttxt {
  font-size: 18px;
  color: #FF0000;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}

.p-contact_cont__form {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 6rem;
}

.p-contact_cont__form .ta1 {
  margin-bottom: 0;
}

.p-contact_cont__form th {
  border-left: none;
  font-size: 20px;
  line-height: 1em;
  width: 30%;
  padding-left: 2rem;
}

.p-contact_cont__form td {
  border-right: none;
  padding-right: 5%;
}

.p-contact_cont__form .rq {
  color: #FF0000;
  margin-left: 0.5em;
}

.p-contact_cont__form .en {
  display: block;
  font-size: 0.6em;
  font-weight: 200;
  margin-top: 0.5em;
  margin-bottom: 0;
}

.p-contact_cont__form input,
.p-contact_cont__form textarea {
  width: 100%;
  font-size: 16px;
  line-height: 1.5em;
  padding: 0.5em;
}

.p-contact_cont__form select {
  min-width: 50%;
  font-size: 16px;
  padding: 0.5em;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-contact_cont__form .if {
  display: block;
  font-size: 14px;
  margin-top: 0.2em;
}

.p-contact_pp-check {
  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;
  gap: 0.5em;
  margin-top: 3em;
  margin-bottom: 3em;
}

.p-contact_pp-check input {
  width: 1em;
  height: 1em;
  transform: translateY(3px);
}

.p-contact_pp-check a {
  color: #736357;
}

.p-contact_pp-check a:hover {
  color: #FF66A3;
  text-decoration: none;
}

.p-contact_cont__txtWrap {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.p-contact_cont__txt {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 400;
}

.p-contact_cont__btnWrap {
  display: flex;
  justify-content: center;
  gap: 1em;
}

.p-contact_cont__btn input {
  border: none;
  width: auto;
  padding: 0.5em 2em;
  font-size: 24px;
  font-weight: 500;
  background: #FF3385;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-contact_cont__btn input:hover,
.p-contact_cont__btn.--back input:hover {
  opacity: 0.8;
}

.p-contact_cont__btn.--back input {
  color: #f2f2f2;
  background: #736357;
}

::placeholder {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #ccc;
  opacity: 1;
}

::-webkit-input-placeholder {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

::-moz-placeholder {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

:-ms-input-placeholder {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

:-moz-placeholder {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .p-contact_int {
    padding-bottom: 2rem;
  }

  .p-contact_int__txt {
    font-size: 16px;
  }

  .p-contact_int__ttl {
    font-size: min(6vw, 20px);
  }

  .p-contact_int__faq {
    line-height: 1.5em;
    font-size: min(5.5vw, 18px);
  }

  .p-contact_int__faq br {
    display: inline;
  }

  .p-contact_cont__inttxt {
    font-size: 14px;
  }

  .p-contact_cont__form {
    padding-bottom: 4rem;
  }

  .p-contact_cont__form th {
    width: 100%;
    font-size: 18px;
  }

  .p-contact_cont__form select {
    width: 100%;
  }

  .p-contact_pp-check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.5em;
  }

  .p-contact_pp-check input {
    width: 1.5em;
    height: 1.5em;
  }

  .p-contact_cont__txt {
    font-size: 16px;
  }

  .p-contact_cont__btn input {
    width: 100%;
    max-width: 450px;
  }

  .p-contact_cont__btnWrap {
    flex-direction: column;
  }
}

/* ------------------------------------------

  Faq

------------------------------------------ */
.p-page_bgWrap.--faq {
  background-image: url(../img/p-faq_bg.jpg);
}

.p-faq_cont {
  margin-top: 6rem;
  padding-bottom: 6rem;
}

.faq {
  padding-bottom: 4rem;
}

.faq dt {
  background: #ffe6e6;
  border: none;
  border-radius: 0;
  font-size: 22px;
  font-weight: 400;
  padding: 5px 1em 10px 3em;
}

.faq dd {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5em;
  text-indent: -2.5rem;
  padding: 5px 1em 5px 3.5em;
  margin-bottom: 5rem;
}

.faq dd::before {
  content: "A.";
  padding-right: 1rem;
}

.faq dt::before {
  content: "Q.";
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

.p-faq_cont__txt {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .faq dt {
    padding-left: 2em;
    font-size: 18px;
    line-height: 1.4em;
  }

  .faq dd {
    padding-left: 2.4em;
    font-size: 18px;
  }

  .p-faq_cont__txt {
    font-size: 18px;
    text-align: left;
  }
}

/* ------------------------------------------

  News

------------------------------------------ */
.p-arc_cont {
  padding: 0;
  margin-top: 4rem;
}

.p-arc_cont__inner {
  max-width: 1600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-arc_cont__side {
  width: 25%;
  background: #FFF5F6;
  color: #FF66A3;
  padding: 1rem 2rem;
  min-height: 50vh;
}

.p-arc_cont__side-ttl {
  margin-top: 0;
  line-height: 1em;
  font-size: 30px;
  font-weight: 500;
}

.p-arc_cont__side-list {
  list-style-type: disc;
  padding-left: 1.5em;
  line-height: 1.4em;
}

.p-arc_cont__side-item+.p-arc_cont__side-item {
  margin-top: 1em;
}

.p-arc_cont__side-anc {
  font-size: 16px;
  text-decoration: none;
  color: #FF66A3;
  font-weight: 400;
}

.p-arc_cont__side-anc span {
  margin-right: 1em;
}

.p-arc_cont__side-anc:hover {
  text-decoration: underline;
}

.p-arc_cont__main {
  width: 75%;
  padding-left: 2rem;
}

.p-arc_cont__main-head-ttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  background: #FFF5D7;
  border-radius: 5px;
  margin-top: 0;
  margin-bottom: 1em;
}

.p-arc_cont__main-list {
  background: #fffcf8;
  padding: 2rem 5%;
}

.p-arc_cont__main-item {
  padding-top: 8rem;
  margin-top: -8rem;
}

.p-arc_cont__main-item+.p-arc_cont__main-item {
  padding-top: 8rem;
  margin-top: -4rem;
}

.p-arc_cont__main-date {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1em;
}

.p-arc_cont__main-ttl {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
  margin-top: 0;
  margin-bottom: 1em;
}

.p-arc_cont__main-ttl span {
  margin-right: 0.5em;
}

.p-arc_cont__main-content p {
  font-size: 18px;
  line-height: 2em;
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: 400;
}

.p-arc_cont__main-content img {
  margin-bottom: 1em;
  max-width: 100%;
}

.p-arc_cont .wp-pagenavi {
  text-align: center;
  margin-top: 2rem;
}

.p-arc_cont .wp-pagenavi span,
.p-arc_cont .wp-pagenavi a {
  padding: .5em;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #736357;
}

.p-arc_cont .wp-pagenavi .current,
.p-arc_cont .wp-pagenavi a:hover {
  background: #FF66A3;
  color: #fff;
  border-color: #FF66A3;
  opacity: 1;
}


@media screen and (max-width: 767px) {
  .p-arc_cont__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }

  .p-arc_cont__side {
    width: 100%;
    min-height: inherit;
  }

  .p-arc_cont__main {
    width: 100%;
    padding-left: 0;
  }

  .p-arc_cont__main-head-ttl,
  .p-arc_cont__side-ttl {
    font-size: min(8vw, 24px);
  }

  .p-arc_cont__main-date {
    font-size: 16px;
  }

  .p-arc_cont__main-ttl {
    font-size: 24px;
  }

  .p-arc_cont__main-content p {
    font-size: 16px;
  }
}