@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
     object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #4f4844;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.2rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #a7a49d;
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.com-dl > .in-dl:nth-child(1) {
  border-top: none !important;
}
.com-dl > .in-dl:last-of-type {
  border-bottom: none;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 0;
  }
}
.com-dl > .in-dl > dt {
  background: transparent;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #4f4844;
}

.title01 {
  position: relative;
  line-height: 1.6;
  box-sizing: border-box;
}
.title01:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #4f4844;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 24px;
    padding-left: 20px;
    margin-bottom: 35px;
  }
  .title01:before {
    top: 15px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
  .title01:before {
    top: 15px;
    width: 6px;
    height: 6px;
  }
}

.title02 {
  line-height: 1.6;
  border-bottom: 1px solid #a7a49d;
}
.title02 .sub {
  color: #a7a49d;
  display: block;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .title02 .sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .title02 .sub {
    font-size: 12px;
    margin-bottom: 5px;
  }
}

.c-title {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
  font-weight: 700;
}
.c-title .sub {
  width: auto;
  display: inline-block;
  vertical-align: top;
  background: #4f4844;
  border-radius: 100px;
  color: #fff;
  letter-spacing: 0;
}
.c-title .main {
  display: block;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .sub {
    padding: 2px 15px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c-title .main {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title .sub {
    padding: 2px 15px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c-title .main {
    font-size: 22px;
  }
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.tel-box {
  display: flex;
  flex-direction: column;
}
.tel-box a {
  line-height: 1;
  color: #4f4844;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.tel .worktime {
  padding: 2px;
  border-radius: 50px;
  text-align: center;
  background: #f4f3f1;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .tel {
    width: 260px;
  }
  .tel-box {
    row-gap: 10px;
  }
  .tel-box a {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .tel-box a .number {
    font-size: 30px;
  }
  .tel-box a .number-large {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .tel-box {
    row-gap: 8px;
  }
  .tel-box a {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .tel-box a .number {
    font-size: 20px;
  }
  .tel-box a .number-large {
    font-size: 25px;
  }
}

.view-more {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  line-height: 1;
}

.text-pink,
.color-pink {
  color: #fd8299;
}
.text-yellow,
.color-yellow {
  color: #ffef70;
}
.text-green,
.color-green {
  color: #64c827;
}
.text-blue,
.color-blue {
  color: #57c7ea;
}
.text-purple,
.color-purple {
  color: #d658ea;
}

.bg-pink {
  background-color: #fd8299 !important;
}
.bg-yellow {
  background-color: #ffef70 !important;
  color: #4f4844 !important;
}
.bg-green {
  background-color: #64c827 !important;
}
.bg-blue {
  background-color: #57c7ea !important;
}
.bg-purple {
  background-color: #d658ea !important;
}

.c-table .in-dl {
  display: flex;
  border-top: 1px solid #a7a49d;
}
.c-table .in-dl:last-of-type {
  border-bottom: 1px solid #a7a49d;
}
@media screen and (min-width: 767px) {
  .c-table .in-dl {
    padding: 19px 0;
  }
  .c-table dt {
    width: 110px;
  }
  .c-table dd {
    width: calc(100% - 110px);
  }
}
@media screen and (max-width: 768px) {
  .c-table .in-dl {
    padding: 15px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .c-table dt {
    width: 100px;
  }
  .c-table dd {
    width: calc(100% - 100px);
  }
}

.works-list {
  display: grid;
  line-height: 1.6;
}
.works-list .in-dl {
  display: grid;
}
.works-list .in-dl dt {
  border-right: 1px solid #a7a49d;
}
.works-list .in-dl dd {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .works-list {
    row-gap: 15px;
  }
  .works-list .in-dl {
    grid-template-columns: 75px 1fr;
  }
  .works-list .in-dl dd {
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .works-list {
    row-gap: 5px;
  }
  .works-list .in-dl {
    font-size: 13px;
    grid-template-columns: 75px 1fr;
  }
  .works-list .in-dl dd {
    padding-left: 10px;
  }
}

.c-button {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border-radius: 100px;
  font-weight: 700;
}
.c-button .text {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
    min-width: 220px;
    padding: 0 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    transition: 0.2s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button.button-brwn {
    background: #4f4844;
    color: #fff;
  }
  .c-button.button-brwn .wht-ic {
    color: #4f4844;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 55px;
    min-width: 200px;
    padding: 0 10px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .c-button.button-brwn {
    background: #4f4844;
    color: #fff;
  }
  .c-button.button-brwn .wht-ic {
    color: #4f4844;
  }
}

.ic-arw {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-radius: 50%;
}
.ic-arw.pink {
  background: #fd8299;
}
.ic-arw.yellow {
  background: #ffef70;
}
.ic-arw.green {
  background: #64c827;
}
.ic-arw.blue {
  background: #57c7ea;
}
.ic-arw.purple {
  background: #d658ea;
}
.ic-arw.wht-ic {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .ic-arw {
    width: 20px;
    height: 20px;
  }
}
.button-pink {
  background: #fd8299;
}
.button-pink .wht-ic {
  color: #fd8299;
}
.button-yellow {
  background: #ffef70;
}
.button-yellow .wht-ic {
  color: #ffef70;
}
.button-green {
  background: #64c827;
}
.button-green .wht-ic {
  color: #64c827;
}
.button-blue {
  background: #57c7ea;
}
.button-blue .wht-ic {
  color: #57c7ea;
}
.button-purple {
  background: #d658ea;
}
.button-purple .wht-ic {
  color: #d658ea;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #4f4844;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #4f4844;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
    font-size: 14px;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #4f4844;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #4f4844;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #a7a49d;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  background: #fdfcf3;
}
@media screen and (min-width: 767px) {
  .header-wrp {
    padding: 0 30px;
    box-sizing: border-box;
    height: 113px;
  }
  .header-left {
    width: 460px;
    display: flex;
    align-items: center;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
  .header-logo {
    width: 212px;
  }
  .header .nav {
    width: 180px;
  }
  .header .nav-list {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header .nav-list a {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.1rem;
    color: #4f4844;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 2px;
    border-bottom: 1px solid #4f4844;
    transition: 0.1s all ease-in;
  }
  .header .nav-list a:hover {
    transform: scale(0.97);
  }
  .header-right {
    width: 500px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .header-wrp {
    height: 70px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header-left {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header-logo {
    width: 140px;
  }
  .header-right {
    height: 80px;
    background: #fdfcf3;
    position: fixed;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    z-index: 10000;
    display: grid;
    grid-template-columns: 1fr 150px;
    text-align: center;
    padding: 0 10px;
    gap: 10px;
  }
  .header-right .tel-box a {
    justify-content: center;
    letter-spacing: 0;
  }
  .header-right .tel-box a .number {
    font-size: 20px;
  }
  .header-right .tel-box .worktime {
    font-size: 11px;
    line-height: 1;
    padding: 5px 0;
    display: inline-block;
  }
  .header-right .c-button {
    min-width: 150px;
  }
  .header-right .c-button .text {
    font-size: 11px;
  }
}

/*Mainvisual
=========================================================*/
.main-visual {
  background: url(../img/top/mv_wave.png) no-repeat center bottom/100%;
}
@media screen and (min-width: 767px) {
  .main-visual-img {
    width: calc(100% - 820px);
    height: clamp(600px, 84vh, 780px);
    border-radius: 0 30px 30px 0;
    background: url(../img/top/mv_img.png) no-repeat center/cover;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .main-visual-title {
    position: relative;
    left: 40px;
    bottom: 40px;
    width: 44.5%;
    min-width: 370px;
  }
  .main-visual-nav {
    width: 820px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: url(../img/top/mv-deco-left.png) no-repeat left 30px bottom 40px, url(../img/top/mv-deco-right.png) no-repeat right 30px bottom 40px;
  }
  .main-visual-nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 15px;
    justify-content: center;
  }
  .main-visual-nav-list-item {
    width: 240px;
    height: 287px;
    background: #fff;
    border-radius: 8px;
    transition: 0.1s all ease-in;
  }
  .main-visual-nav-list-item:hover {
    transform: scale(0.95);
  }
  .main-visual-nav-list-item a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: 700;
  }
  .main-visual-nav-list-item .ic {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-visual-nav-list-item-text {
    font-size: 18px;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: 700;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 20px 0;
  }
  .main-visual-img {
    width: calc(100% - 50px);
    height: 200px;
    border-radius: 0 15px 15px 0;
    background: url(../img/top/mv_img.png) no-repeat center/cover;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .main-visual-title {
    position: relative;
    left: 5%;
    bottom: 5%;
    width: 80%;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 120px 0;
  }
  .top-about .widebox {
    display: grid;
    grid-template-columns: 1fr 690px;
  }
  .top-about-img {
    position: relative;
  }
  .top-about-img-deco {
    position: absolute;
    left: -110px;
    bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-img {
    position: relative;
    margin-top: 40px;
  }
  .top-about-img-deco {
    position: absolute;
    left: -3%;
    bottom: -10px;
    width: 180px;
  }
}

/*top-
=========================================================*/
.top-worries {
  position: relative;
}
.top-worries:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fdfcf3;
}
.top-worries-wrapper {
  position: relative;
  z-index: 10;
}
.top-worries-container {
  display: grid;
}
.top-worries-contents {
  position: relative;
}
.top-worries-contents-title {
  font-family: "Zen Maru Gothic", sans-serif;
}
.top-worries-contents-title .number-box {
  display: flex;
  align-items: center;
}
.top-worries-contents-button {
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 767px) {
  .top-worries {
    padding: 80px 0;
  }
  .top-worries:before {
    width: 39%;
  }
  .top-worries .inbox {
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .top-worries-container {
    row-gap: 50px;
  }
  .top-worries-contents {
    min-height: 500px;
    position: relative;
  }
  .top-worries-contents-box {
    width: 640px;
    margin-top: 75px;
  }
  .top-worries-contents-title {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .top-worries-contents-title .number-box {
    display: flex;
    align-items: center;
    font-size: 18px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .top-worries-contents-title .number-box .ic {
    width: 50px;
  }
  .top-worries-contents-title .number-box .number {
    width: calc(100% - 50px);
    letter-spacing: 0;
  }
  .top-worries-contents-title .title {
    font-size: 24px;
  }
  .top-worries-contents-button {
    margin-top: 50px;
  }
  .top-worries-imgbox {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(50% - 160px);
    border-radius: 0 30px 30px 0;
    overflow: hidden;
  }
  .top-worries-imgbox .com-img {
    padding-top: 500px;
  }
}
@media screen and (max-width: 768px) {
  .top-worries {
    padding: 80px 0;
  }
  .top-worries:before {
    width: 20%;
  }
  .top-worries-contents {
    position: relative;
    padding-bottom: 50px;
  }
  .top-worries-contents:last-of-type {
    padding-bottom: 0;
  }
  .top-worries-contents-title {
    font-family: "Zen Maru Gothic", sans-serif;
    margin-bottom: 40px;
    line-height: 1.5;
  }
  .top-worries-contents-title .number-box {
    display: flex;
    align-items: center;
    font-size: 16px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-bottom: 10px;
  }
  .top-worries-contents-title .number-box .ic {
    width: 30px;
  }
  .top-worries-contents-title .number-box .number {
    width: calc(100% - 50px);
    letter-spacing: 0;
  }
  .top-worries-contents-title .title {
    font-size: 22px;
  }
  .top-worries-contents-button {
    margin-top: 50px;
  }
  .top-worries-imgbox {
    width: 95%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
    margin-top: 50px;
  }
  .top-worries-imgbox .com-img {
    padding-top: 50%;
  }
}

/*top-center
=========================================================*/
.top-center {
  background: #fdfcf3 url(../img/common/com_wave-bg.png) no-repeat center bottom/100%;
  padding: 60px 0;
}
@media screen and (min-width: 767px) {
  .top-center {
    padding: 120px 0;
  }
  .top-center .c-title {
    margin-bottom: 30px;
  }
  .top-center .inbox {
    display: flex;
    -moz-column-gap: 60px;
         column-gap: 60px;
    align-items: flex-start;
  }
  .top-center-detail {
    width: 540px;
  }
  .top-center-img {
    width: 480px;
    position: relative;
  }
  .top-center-img-deco {
    position: absolute;
    left: -45px;
    bottom: -18px;
  }
}
.top-center .c-title {
  margin-bottom: 30px;
}
.top-center-img {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.top-center-img-deco {
  position: absolute;
  left: -3%;
  bottom: -18px;
  width: 100px;
}

/*top-column
=========================================================*/
.top-column-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-column-title .c-title {
  margin-bottom: 0;
}
.top-column-post a {
  color: #4f4844;
}
.top-column-post time {
  color: #a7a49d;
  display: block;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 120px 0 100px;
  }
  .top-column-title {
    margin-bottom: 45px;
  }
  .top-column-post {
    display: grid;
    grid-template-columns: repeat(3, 400px);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-post-item {
    transition: 0.1s all ease-in;
  }
  .top-column-post-item:hover {
    transform: scale(0.97);
  }
  .top-column-post .com-img {
    height: 270px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-column-post time {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .top-column-post .title {
    font-size: 18px;
  }
  .top-column-post .title,
  .top-column-post .text {
    line-height: 1.4;
  }
  .top-column-post .text {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.15rem;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-title {
    margin-bottom: 25px;
  }
  .top-column-title .c-title {
    width: calc(100% - 130px);
  }
  .top-column-title .c-button {
    min-width: 130px;
    height: 50px;
  }
  .top-column-title .c-button .text {
    font-size: 13px;
  }
  .top-column-post {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .top-column-post .com-img {
    padding-top: 67%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-column-post time {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .top-column-post .title {
    font-size: 16px;
  }
  .top-column-post .title,
  .top-column-post .text {
    line-height: 1.4;
  }
  .top-column-post .text {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.15rem;
  }
}

/*top-news
=========================================================*/
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news .inbox {
    display: flex;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .top-news-title {
    width: 220px;
    position: relative;
    min-height: 200px;
  }
  .top-news-title .c-button {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .top-news-post {
    width: calc(100% - 220px);
  }
  .top-news-post-item {
    border-bottom: 1px solid #a7a49d;
  }
  .top-news-post a {
    display: block;
    padding: 28px 0;
    position: relative;
    transition: 0.1s all ease-in;
    color: #4f4844;
  }
  .top-news-post a:hover {
    padding-left: 10px;
  }
  .top-news-post .bi {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
  }
  .top-news-post time {
    color: #a7a49d;
    font-size: 12px;
  }
  .top-news-post .title {
    line-height: 1.6;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-title {
    display: flex;
    margin-bottom: 10px;
  }
  .top-news-title .c-title {
    width: calc(100% - 130px);
    margin-bottom: 0;
  }
  .top-news-title .c-button {
    min-width: 130px;
    height: 50px;
  }
  .top-news-title .c-button .text {
    font-size: 13px;
  }
  .top-news-post-item {
    border-bottom: 1px solid #a7a49d;
  }
  .top-news-post a {
    display: block;
    padding: 20px 25px 20px 0;
    position: relative;
    box-sizing: border-box;
    color: #4f4844;
  }
  .top-news-post .bi {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
  }
  .top-news-post time {
    color: #a7a49d;
    font-size: 12px;
  }
  .top-news-post .title {
    line-height: 1.6;
    font-size: 14px;
  }
}

/*l-cta
=========================================================*/
.l-cta-inner {
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: url(../img/common/com_cta-bg.png) no-repeat center top/cover;
}
.l-cta-contents {
  background: #fff;
  position: relative;
}
.l-cta-ic {
  position: absolute;
  bottom: 0;
}
@media screen and (min-width: 767px) {
  .l-cta-inner {
    width: calc(100% - 220px);
    height: 400px;
    border-radius: 30px 30px 0 0;
  }
  .l-cta-contents {
    width: 1000px;
    border-radius: 30px 30px 0 0;
    height: 270px;
    display: flex;
    justify-content: center;
    padding-top: 50px;
    -moz-column-gap: 55px;
         column-gap: 55px;
    box-sizing: border-box;
  }
  .l-cta-detail {
    width: 380px;
  }
  .l-cta-detail .c-title {
    margin-bottom: 30px;
  }
  .l-cta-contact {
    width: 320px;
  }
  .l-cta-contact .tel {
    width: 100%;
  }
  .l-cta-contact .worktime {
    width: 250px;
    margin: 0 0 0 auto;
  }
  .l-cta-contact .c-button {
    margin-top: 35px;
  }
  .l-cta .ic-left {
    left: -40px;
  }
  .l-cta .ic-right {
    right: -40px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta-inner {
    width: 95%;
    padding-top: 100px;
    border-radius: 15px 15px 0 0;
  }
  .l-cta-contents {
    width: 95%;
    border-radius: 15px 15px 0 0;
    padding: 30px 20px 70px;
    box-sizing: border-box;
  }
  .l-cta-detail .c-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .l-cta-contact {
    margin-top: 20px;
  }
  .l-cta-contact .tel {
    width: 100%;
  }
  .l-cta-contact .tel a {
    justify-content: center;
  }
  .l-cta-contact .worktime {
    width: 250px;
    margin: 0 auto;
  }
  .l-cta-contact .c-button {
    margin-top: 25px;
  }
  .l-cta .ic-left {
    left: -4%;
    width: 50px;
  }
  .l-cta .ic-right {
    width: 100px;
    right: -4%;
  }
}

/*=========================================================
	footer
=========================================================*/
@media screen and (min-width: 767px) {
  .footer-wrp {
    padding: 80px 0;
  }
  .footer-info {
    display: 380px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-address {
    margin-bottom: 20px;
  }
  .footer-nav {
    width: calc(100% - 380px);
    font-family: "Zen Maru Gothic", sans-serif;
    display: grid;
    grid-template-columns: 420px 290px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 30px;
  }
  .footer-nav a {
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in;
    padding-bottom: 3px;
  }
  .footer-nav a:hover {
    border-bottom: 1px solid #4f4844;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 80px;
  }
  .footer-wrp {
    padding: 60px 0 40px;
    flex-wrap: wrap;
  }
  .footer-logo {
    width: 160px;
    margin-bottom: 30px;
  }
  .footer-info {
    line-height: 1.6;
  }
  .footer-address {
    margin-bottom: 20px;
  }
  .footer-nav {
    font-family: "Zen Maru Gothic", sans-serif;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
    line-height: 1.4;
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 18px;
  }
  .footer-nav a {
    border-bottom: 1px solid transparent;
    transition: 0.1s all ease-in;
    padding-bottom: 3px;
    font-size: 12px;
  }
}

#copyright {
  background: #4f4844;
}
#copyright small {
  color: #fff;
}
#copyright small a {
  color: #fff;
}
@media screen and (min-width: 767px) {
  #copyright {
    text-align: center;
    padding: 5px 0;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
    padding: 5px 0;
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 12px;
  }
}

/*Components
=========================================================*/
@media screen and (min-width: 767px) {
  .l-about {
    padding: 120px 0;
  }
  .l-about .inbox {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .l-about-detail {
    width: 540px;
  }
  .l-about-text {
    letter-spacing: 0.15rem;
  }
  .l-about-img {
    width: 455px;
  }
}
@media screen and (max-width: 768px) {
  .l-about {
    padding: 60px 0;
  }
  .l-about .inbox {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .l-about-img {
    text-align: center;
  }
}

.l-feature {
  position: relative;
}
.l-feature:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: #fdfcf3;
}
.l-feature .inbox {
  position: relative;
  z-index: 100;
}
.l-feature-contents {
  display: grid;
}
.l-feature-card {
  background: #fff;
  overflow: hidden;
}
.l-feature-cardbox {
  background: #a7a49d;
  box-sizing: border-box;
}
.l-feature-card-title {
  line-height: 1.5;
  color: #fff;
}
.l-feature-card-title .number,
.l-feature-card-title .title {
  display: block;
}
.l-feature-card-title .number {
  font-family: "Zen Maru Gothic", sans-serif;
  letter-spacing: 0.1rem;
}
.l-feature-card-text {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-feature {
    padding: 80px 0;
  }
  .l-feature:before {
    width: calc(50% - 210px);
  }
  .l-feature-contents {
    gap: 40px;
    grid-template-columns: repeat(2, 540px);
  }
  .l-feature-card {
    border-radius: 30px;
  }
  .l-feature-cardbox {
    padding: 20px 30px;
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-feature-card-title .number {
    font-size: 18px;
    margin-bottom: 3px;
  }
  .l-feature-card-title .title {
    font-size: 22px;
  }
  .l-feature-card-text {
    padding: 20px 30px 50px;
    text-align: justify;
    letter-spacing: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  .l-feature {
    padding: 60px 0;
  }
  .l-feature:before {
    width: 20%;
  }
  .l-feature-contents {
    gap: 40px;
    display: flex;
    flex-direction: column;
  }
  .l-feature-card {
    border-radius: 15px;
  }
  .l-feature-cardbox {
    padding: 10px 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .l-feature-card .ic {
    width: 60px;
  }
  .l-feature-card-title .number {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .l-feature-card-title .title {
    font-size: 18px;
  }
  .l-feature-card-title .title br {
    display: none;
  }
  .l-feature-card-text {
    padding: 20px 20px 40px;
    text-align: justify;
  }
}

.l-works {
  background: #fdfcf3 url(../img/common/com_wave-bg.png) no-repeat center bottom/100%;
}
.l-works-table {
  background: #fff;
}
.l-works-table .in-dl {
  display: grid;
  border-bottom: 1px solid #a7a49d;
}
.l-works-table .in-dl:last-child {
  border-bottom: none;
}
.l-works-table .in-dl-header {
  color: #fff;
  border-bottom: none;
}
.l-works-table .in-dl-header dt,
.l-works-table .in-dl-header dd {
  background: #a7a49d;
}
.l-works-table .in-dl .star-bg {
  position: relative;
}
.l-works-table .in-dl .star-bg .star-on {
  position: absolute;
  left: 0;
}
@media screen and (min-width: 767px) {
  .l-works {
    padding: 120px 0;
  }
  .l-works-container {
    display: grid;
    row-gap: 60px;
  }
  .l-works-table {
    border-radius: 30px;
    overflow: hidden;
  }
  .l-works-table .in-dl {
    grid-template-columns: repeat(4, 265px);
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .l-works-table .in-dl dt,
  .l-works-table .in-dl dd {
    padding: 25px 15px;
    box-sizing: border-box;
    line-height: 1.6;
    display: flex;
    align-items: center;
  }
  .l-works-table .in-dl .star,
  .l-works-table .in-dl .price {
    justify-content: center;
  }
  .l-works-table .in-dl-header {
    font-size: 18px;
  }
  .l-works-table .in-dl-header dt,
  .l-works-table .in-dl-header dd {
    justify-content: center;
    height: 80px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-works {
    padding: 60px 0;
  }
  .l-works-container {
    display: grid;
    row-gap: 50px;
  }
  .l-works-contents {
    overflow-x: auto;
  }
  .l-works-table {
    display: inline-block;
    border-radius: 15px;
    overflow: hidden;
  }
  .l-works-table .in-dl {
    grid-template-columns: 200px 200px 100px 150px;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .l-works-table .in-dl dt,
  .l-works-table .in-dl dd {
    padding: 10px 15px;
    box-sizing: border-box;
    line-height: 1.6;
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .l-works-table .in-dl .star,
  .l-works-table .in-dl .price {
    justify-content: center;
  }
  .l-works-table .in-dl-header {
    font-size: 16px;
  }
  .l-works-table .in-dl-header dt,
  .l-works-table .in-dl-header dd {
    justify-content: center;
    text-align: center;
    height: 50px;
    padding: 0;
  }
}

.l-staff-card-message {
  background: #fdfcf3;
  box-sizing: border-box;
}
.l-staff-card-message-title {
  color: #a7a49d;
}
@media screen and (min-width: 767px) {
  .l-staff {
    padding: 120px 0;
  }
  .l-staff-contents {
    display: grid;
    row-gap: 40px;
  }
  .l-staff-card {
    line-height: 1.6;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .l-staff-card .com-img {
    width: 400px;
    height: 270px;
    border-radius: 8px;
  }
  .l-staff-card-textbox {
    width: 650px;
  }
  .l-staff-card-text {
    font-size: 18px;
  }
  .l-staff-card-message {
    margin-top: 20px;
    background: #fdfcf3;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
  }
  .l-staff-card-message-title {
    color: #a7a49d;
    font-size: 12px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-staff {
    padding: 60px 0;
  }
  .l-staff-contents {
    display: grid;
    row-gap: 40px;
  }
  .l-staff-card {
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
  .l-staff-card .com-img {
    width: 100%;
    padding-top: 67%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .l-staff-card-text {
    font-size: 16px;
  }
  .l-staff-card-message {
    margin-top: 20px;
    background: #fdfcf3;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 6px;
  }
  .l-staff-card-message-title {
    color: #a7a49d;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .l-staff-card-message-text {
    font-size: 14px;
  }
}

.l-flow-list {
  display: grid;
}
.l-flow-list-card {
  background: #fdfcf3;
}
.l-flow-list-card:before {
  content: "";
  display: block;
  position: absolute;
}
.l-flow-list-card .time {
  background: #a7a49d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .l-flow {
    padding: 100px 0;
  }
  .l-flow-list {
    display: grid;
    gap: 30px 25px;
    grid-template-columns: repeat(3, 340px);
  }
  .l-flow-list-card {
    border-radius: 30px;
    position: relative;
  }
  .l-flow-list-card:before {
    width: 16px;
    height: 14px;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/common/flow-arw.png) no-repeat center/contain;
  }
  .l-flow-list-card:nth-of-type(3n):before {
    display: none;
  }
  .l-flow-list-card .time {
    height: 60px;
    font-size: 24px;
    border-radius: 30px 30px 0 0;
  }
  .l-flow-list-card-contents {
    line-height: 1.6;
    padding: 25px 20px;
    box-sizing: border-box;
  }
  .l-flow-list-card-contents .name {
    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .l-flow {
    padding: 60px 0;
  }
  .l-flow-list {
    display: flex;
    flex-direction: column;
    row-gap: 45px;
  }
  .l-flow-list-card {
    border-radius: 30px;
    position: relative;
  }
  .l-flow-list-card:before {
    width: 14px;
    height: 16px;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    background: url(../img/common/flow-arw-row.png) no-repeat center/contain;
  }
  .l-flow-list-card:last-of-type:before {
    display: none;
  }
  .l-flow-list-card .time {
    height: 50px;
    font-size: 19px;
    border-radius: 30px 30px 0 0;
  }
  .l-flow-list-card-contents {
    line-height: 1.6;
    padding: 20px 30px 40px;
    box-sizing: border-box;
  }
  .l-flow-list-card-contents .name {
    text-align: center;
    font-size: 17px;
    margin-bottom: 15px;
  }
  .l-flow-list-card-contents .text {
    font-size: 14px;
  }
}

/*下層ページ
=========================================================*/
.sub-visual-title {
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sub-visual-title .eng {
  line-height: 1;
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  background: #a7a49d;
}
.sub-visual-title .eng .ic,
.sub-visual-title .eng .text {
  display: inline-block;
  vertical-align: middle;
}
.sub-visual-title .eng .ic {
  margin-right: 5px;
}
.sub-visual-title-pink .eng {
  background: #fd8299;
}
.sub-visual-title-yellow .eng {
  background: #ffef70;
  color: #4f4844;
}
.sub-visual-title-green .eng {
  background: #64c827;
}
.sub-visual-title-blue .eng {
  background: #57c7ea;
}
.sub-visual-title-purple .eng {
  background: #d658ea;
}
.sub-visual-title .title {
  display: block;
  line-height: 1.5;
}
.sub-visual-img {
  background: url(../img/common/sv_img.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    padding-top: 65px;
  }
  .sub-visual-imgbox {
    width: calc(100% - 820px);
  }
  .sub-visual-title {
    padding-left: 50px;
    box-sizing: border-box;
  }
  .sub-visual-title .eng {
    margin-bottom: 10px;
    padding: 15px 20px;
    font-size: 18px;
    box-sizing: border-box;
  }
  .sub-visual-title .eng .text {
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .sub-visual-title .title {
    font-size: 36px;
    margin-bottom: 50px;
  }
  .sub-visual-img {
    height: 450px;
    border-radius: 0 30px 30px 0;
  }
  .sub-visual-nav {
    padding: 0 0 116px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    padding: 10px 0 30px;
  }
  .sub-visual-imgbox {
    width: 90%;
  }
  .sub-visual-title {
    padding-left: 5%;
    box-sizing: border-box;
  }
  .sub-visual-title .eng {
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    box-sizing: border-box;
  }
  .sub-visual-title .eng .text {
    line-height: 1;
    position: relative;
    top: -2px;
  }
  .sub-visual-title .eng .ic {
    width: 20px;
  }
  .sub-visual-title .title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .sub-visual-img {
    padding-top: 40%;
    border-radius: 0 15px 15px 0;
  }
  .sub-visual-nav {
    display: none;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #fd8299;
  border-bottom: 1px solid #fd8299;
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  background: #fd8299;
  color: #fff;
  border-radius: 50px;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 22px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 8px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl dd .thumb {
    width: 120px;
    height: 120px;
  }
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #4f4844;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  border-radius: 100px;
  font-weight: bold;
  border: solid 1px #4f4844;
  background-color: #4f4844;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #4f4844;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

/*送信完了---------------*/
.complete-box .accent {
  color: #a7a49d;
  border-bottom: 1px solid #a7a49d;
}

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #4f4844;
  color: #4f4844;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #4f4844;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #4f4844;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #4f4844;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #4f4844;
  border-radius: 100px;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #4f4844;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #4f4844;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #4f4844;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #4f4844;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #4f4844;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #4f4844;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #4f4844;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #4f4844;
  line-height: 1;
  font-size: 14px;
  color: #4f4844;
  border-radius: 100px;
}
#contents-u.s-post .tag-name span {
  color: #4f4844;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #a7a49d;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #4f4844;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px 35px;
  }
  #site-map ul li a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 15px 0 15px 25px;
    font-size: 14px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #a7a49d;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #a7a49d;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #a7a49d;
  border-bottom: 1px solid #a7a49d;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */