@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&family=Zen+Kaku+Gothic+Antique:wght@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;
}

/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    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%;
  }
}

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

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

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(51, 51, 51, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(51, 51, 51, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .border-red {
    border: solid 3px #f54f06;
  }
  .border-org {
    border: solid 3px #008acf;
  }
  .border-top-bottom-red {
    border-top: 10px solid #f54f06;
    border-bottom: 10px solid #f54f06;
  }
  .border-top-red {
    border-bottom: 10px solid #f54f06;
  }
  .border-bottom-red {
    border-bottom: 10px solid #f54f06;
  }
}
@media screen and (max-width: 768px) {
  .border-red {
    border: solid 2px #f54f06;
  }
  .border-org {
    border: solid 2px #008acf;
  }
  .border-top-bottom-red {
    border-top: 5px solid #f54f06;
    border-bottom: 5px solid #f54f06;
  }
  .border-top-red {
    border-bottom: 5px solid #f54f06;
  }
  .border-bottom-red {
    border-bottom: 5px solid #f54f06;
  }
}

.bg-vagge {
  background: #fbf9f1 !important;
}
.bg-gray {
  background: #e6e6e6 !important;
}
.bg-org {
  background: #f54f06 !important;
}
.bg-blue {
  background: #008acf !important;
}
.bg-frame {
  background: url(../img/common/c-frame-bg-lt.png) no-repeat left top/80%,
    #fbf9f1 url(../img/common/c-frame-bg-rb.png) no-repeat right bottom/26%;
}
.bg-lt {
  background: #fbf9f1 url(../img/common/c-frame-bg-lt.png) no-repeat left
    top/80%;
}
.bg-rb {
  background: #fbf9f1 url(../img/common/c-frame-bg-rb.png) no-repeat right
    bottom/26%;
}

@media screen and (min-width: 767px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-space {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .round-lt {
    border-radius: 8px 0 0 0;
  }
  .round-rt {
    border-radius: 0 8px 0 0;
  }
  .round-rb {
    border-radius: 0 0 8px 0;
  }
  .round-lb {
    border-radius: 0 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .round-lt {
    border-radius: 4px 0 0 0;
  }
  .round-rt {
    border-radius: 0 4px 0 0;
  }
  .round-rb {
    border-radius: 0 0 4px 0;
  }
  .round-lb {
    border-radius: 0 0 0 4px;
  }
}

@media screen and (min-width: 767px) {
  .main-visual {
    padding: 70px 0 100px;
    background: url(../img/top/main-visual-bg.png) no-repeat center/cover;
  }
  .main-visual .widebox {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 40px 0;
    background: url(../img/top/main-visual-bg.png) no-repeat center/cover;
  }
  .main-visual .widebox {
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .main-visual-title {
    width: 70%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 767px) {
  .c-table {
    display: grid;
    row-gap: 15px;
  }
  .c-table-item {
    display: grid;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px;
    grid-template-columns: 105px 1fr;
    line-height: 1.6;
  }
  .c-table-item dt {
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    display: grid;
    row-gap: 10px;
  }
  .c-table-item {
    display: grid;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    grid-template-columns: 90px 1fr;
    line-height: 1.6;
  }
  .c-table-item dt,
  .c-table-item dd {
    font-size: 14px;
  }
  .c-table-item dt {
    font-weight: 700;
  }
}

.l-table {
  text-align: center;
  display: grid;
}
.l-table-item {
  display: grid;
}
.l-table dt,
.l-table dd {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
.l-table dt {
  font-weight: 700;
  line-height: 1.6;
}
.l-table dd {
  background: #fff;
}
.l-table .bg-org,
.l-table .bg-blue {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .l-table {
    row-gap: 5px;
  }
  .l-table-item {
    display: grid;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .l-table-item dt,
  .l-table-item dd {
    height: 80px;
  }
  .l-table-item-title {
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .l-table {
    row-gap: 5px;
  }
  .l-table-wrapper {
    white-space: no-wrap;
    overflow: auto;
    padding-bottom: 20px;
  }
  .l-table-item {
    display: grid;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .l-table-item dt,
  .l-table-item dd {
    padding: 10px 5px;
    font-size: 12px;
  }
  .l-table-item-title {
    font-weight: 700;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.tag-list {
  display: grid;
  align-items: flex-start;
}
.tag-list-item {
  box-sizing: border-box;
  position: relative;
  height: 100%;
}
.tag-list-item:before {
  content: "";
  display: block;
  position: absolute;
  height: 30px;
  width: 1px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #e6e6e6;
}
.tag-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  line-height: 1.5;
  box-sizing: border-box;
  height: 100%;
}
.tag-list-item a .bi {
  position: absolute;
  color: #f54f06;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .tag-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
  }
  .tag-list-item:nth-of-type(4n):after,
  .tag-list-item:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    height: 30px;
    width: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #e6e6e6;
  }
  .tag-list-item a {
    padding: 15px 35px;
  }
  .tag-list-item a:hover {
    background: #f54f06;
    color: #fff;
  }
  .tag-list-item a:hover .bi {
    color: #fff;
  }
  .tag-list-item a .bi {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tag-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
  }
  .tag-list-item:nth-of-type(2n):after,
  .tag-list-item:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 1px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #e6e6e6;
  }
  .tag-list-item a {
    padding: 10px 20px;
  }
  .tag-list-item a .text,
  .tag-list-item a .bi {
    font-size: 12px;
  }
  .tag-list-item a .bi {
    right: 5px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border: solid 1px #e6e6e6;
}
.taxonomy-list-category {
  background: #f54f06;
}
.taxonomy-list-tag {
  background: #008acf;
}
@media screen and (min-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 6px;
    font-size: 12px;
    padding: 5px 8px;
  }
}
@media screen and (max-width: 768px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
    padding: 2px 4px;
  }
}

.comment-list-item {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}
.comment-list-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: solid 10px transparent;
  border-top: solid 10px #fff;
}
.comment-list .ic-comment {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .comment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px 30px;
  }
  .comment-list-item {
    width: 340px;
    border-radius: 8px;
    height: 100px;
    font-size: 18px;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
  }
  .comment-list .ic-comment {
    right: 10px;
    top: -10px;
  }
}
@media screen and (max-width: 768px) {
  .comment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
  }
  .comment-list-item {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    font-size: 16px;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
  }
  .comment-list .ic-comment {
    right: 10px;
    top: -10px;
  }
}

.column-three-card-img {
  position: relative;
}
.column-three-card-title {
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #e6e6e6;
}
.column-three .number {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  background: #fff;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f54f06;
}
@media screen and (min-width: 767px) {
  .column-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .column-three-card .number {
    font-size: 14px;
    width: 120px;
    height: 50px;
    border-radius: 25px 0 25px 0;
  }
  .column-three-card .number em {
    font-size: 18px;
  }
  .column-three-card-img {
    margin-bottom: 25px;
  }
  .column-three-card-title {
    text-align: center;
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .column-three {
    display: grid;
    row-gap: 40px;
  }
  .column-three-card .number {
    font-size: 12px;
    width: 100px;
    height: 40px;
    border-radius: 6vw 0 6vw 0;
  }
  .column-three-card .number em {
    font-size: 16px;
  }
  .column-three-card-img {
    margin-bottom: 25px;
    text-align: center;
  }
  .column-three-card-title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

.works-list {
  display: grid;
}
.works-list-card-title {
  font-weight: 700;
  color: #333;
}
.works-list-card-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.works-list-card-detail-item {
  position: relative;
}
.works-list-card-detail dt {
  padding-left: 40px;
  box-sizing: border-box;
}
.works-list-card-detail dd {
  line-height: 1;
  color: #f54f06;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  padding-right: 30px;
  text-align: right;
  box-sizing: border-box;
  font-size: 26px;
}
.works-list-card-detail dd small {
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .works-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .works-list-card {
    transition: 0.1s all ease-in;
  }
  .works-list-card:hover {
    transform: scale(0.99);
  }
  .works-list-card-title {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .works-list-card .com-img {
    padding-top: 300px;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .works-list-card-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .works-list-card-detail-item {
    position: relative;
  }
  .works-list-card-detail-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 50px;
    width: 1px;
    right: 0;
    background: #e6e6e6;
    transform: translateY(-50%);
  }
  .works-list-card-detail-item:nth-child(2n):before {
    display: none;
  }
  .works-list-card-detail dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .works-list {
    row-gap: 40px;
  }
  .works-list-card-title {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
  }
  .works-list-card .com-img {
    padding-top: 75%;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  .works-list-card-detail {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .works-list-card-detail-item {
    position: relative;
  }
  .works-list-card-detail-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 1px;
    right: 0;
    background: #e6e6e6;
    transform: translateY(-50%);
  }
  .works-list-card-detail-item:nth-child(2n):before {
    display: none;
  }
  .works-list-card dt {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  .works-list-card dd {
    line-height: 1;
    padding-right: 15px;
    font-size: 22px;
  }
  .works-list-card dd small {
    font-weight: 500;
    font-size: 12px;
  }
}

.review-count {
  position: relative;
}

.star-list {
  display: flex;
  align-items: center;
  color: #008acf;
}
.star-list-current {
  position: absolute;
  left: 0;
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border: solid 1px #e6e6e6;
  border-radius: 100px;
  width: auto;
}
.c-button:hover {
  opacity: 0.8;
}
.c-button .text,
.c-button .bi {
  color: #f54f06;
}
.c-button .text {
  font-weight: 700;
}
.c-button.button-blue {
  background: #008acf;
  border: solid 1px #008acf;
}
.c-button.button-blue .text,
.c-button.button-blue .bi {
  color: #fff;
}
.c-button.button-line {
  background: #03c755;
  border: solid 1px #03c755;
}
.c-button.button-line .text,
.c-button.button-line .bi {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
    gap: 15px;
    width: 265px;
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
    gap: 10px;
    width: 90%;
    min-width: 150px;
  }
}

.arw-button {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  padding: 8px;
  border-bottom: 1px solid transparent;
  box-sizing: border-box;
}
.arw-button .text,
.arw-button .bi {
  color: #f54f06;
}
.arw-button .text {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .arw-button:hover {
    border-bottom: 1px solid #f54f06;
  }
}
.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.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;
}

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

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #333;
}
@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: #f54f06;
}
@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;
  }
}

.sub-visual {
  background: url(../img/common/sub-visual-bg.png) no-repeat center/cover;
}
.sub-visual .widebox {
  height: 100%;
  display: flex;
  align-items: center;
}
.sub-visual-title {
  font-weight: 700;
}
.sub-visual-title .sub {
  line-height: 1;
  background: #f54f06;
  color: #fff;
}
.sub-visual-title .main {
  font-weight: 900;
  display: block;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 400px;
    position: relative;
  }
  .sub-visual-title .sub {
    padding: 10px 30px;
    border-radius: 8px;
    font-size: 16px;
  }
  .sub-visual-title .main {
    font-size: 48px;
    letter-spacing: 0.4rem;
  }
  .sub-visual-bg {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50px 0 0 50px;
    width: 50%;
    height: 100%;
    background: url(../img/common/sub-visual-img.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 110px;
    position: relative;
  }
  .sub-visual-title .sub {
    padding: 5px 10px;
    border-radius: 8px;
    font-size: 12px;
  }
  .sub-visual-title .main {
    font-size: 17px;
  }
  .sub-visual-bg {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 20px 0 0 20px;
    width: 45%;
    height: 100%;
    background: url(../img/common/sub-visual-img.jpg) no-repeat center/cover;
  }
}

.en {
  font-family: "Poppins", sans-serif;
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@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;
}

.text-accent {
  color: #f54f06;
}
.text-lead {
  background: #008acf;
  padding: 5px;
  color: #fff;
  border-radius: 6px;
}

.c-tel {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
.c-tel .number {
  font-weight: 900;
  color: #f54f06;
}
.c-tel .ic-tel {
  position: relative;
  color: #fff;
  background: #f54f06;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .c-tel {
    gap: 8px;
  }
  .c-tel .number {
    font-size: 32px;
  }
  .c-tel .ic-tel {
    top: 3px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-tel {
    gap: 8px;
  }
  .c-tel .number {
    font-size: 25px;
  }
  .c-tel .ic-tel {
    top: 3px;
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

.worktime {
  font-size: 10px;
  color: #5d636f;
  letter-spacing: 0;
  text-align: right;
}

.c-title {
  font-weight: 700;
  line-height: 1.5;
}
.c-title .sub {
  color: #f54f06;
}
.c-title .main {
  display: block;
}
.c-title.white-title .main {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .sub {
    font-size: 16px;
  }
  .c-title .main {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title .sub {
    font-size: 14px;
  }
  .c-title .main {
    font-size: 22px;
  }
}

.title01 {
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

.title02 {
  font-weight: 700;
  line-height: 1.6;
  box-sizing: border-box;
  position: relative;
}
.title02:before {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: calc(100% - 10px);
  background: #f54f06;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 22px;
    color: #f54f06;
    padding-left: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    color: #f54f06;
    padding-left: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #333;
    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: #333;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*top-news
=========================================================*/
.top-news {
  position: relative;
}
.top-news-detail {
  background: #fff;
  box-sizing: border-box;
}
.top-news-detail-contents-title {
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .top-news-detail {
    padding: 30px 40px 30px 40px;
    position: absolute;
    border-radius: 30px 0 0 30px;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
    right: 0;
    bottom: -40px;
    display: flex;
    align-items: center;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .top-news-detail .com-img {
    width: 220px;
    height: 160px;
    border-radius: 30px;
  }
  .top-news-detail-contents {
    width: 360px;
  }
  .top-news-detail-contents-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-news-detail-contents-text {
    font-size: 14px;
  }
  .top-news-detail .arw-button-box {
    margin-top: 30px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 30px 5% 10px;
    box-sizing: border-box;
  }
  .top-news-detail {
    padding: 20px;
    border-radius: 15px;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 15px;
    column-gap: 15px;
    grid-template-columns: 100px 1fr;
  }
  .top-news-detail .com-img {
    width: 100%;
    padding-top: 23%;
    border-radius: 10px;
  }
  .top-news-detail-contents-title {
    font-size: 13px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-news-detail-contents-text {
    font-size: 12px;
    line-height: 1.2;
  }
  .top-news-detail .arw-button-box {
    margin-top: 20px;
    text-align: right;
  }
}

/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 80px 0;
  }
  .top-about .inbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .top-about-contents {
    width: 540px;
  }
  .top-about-img {
    margin-right: -100px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about .inbox {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}

/*top-trouble
=========================================================*/
.top-trouble-head {
  background: url(../img/top/top_trouble-bg.jpg) no-repeat center/cover;
}
.top-trouble-diagnos {
  border: solid 2px #fbf9f1;
  box-sizing: border-box;
}
.top-trouble-diagnos-box {
  background: #fbf9f1;
}
@media screen and (min-width: 767px) {
  .top-trouble-head {
    padding: 80px 0;
    position: relative;
  }
  .top-trouble-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    border: solid 26px transparent;
    border-top: solid 26px #f54f06;
  }
  .top-trouble-solution {
    padding: 50px 0;
  }
  .top-trouble-solution-text {
    margin-bottom: 45px;
    text-align: center;
  }
  .top-trouble-diagnos {
    padding: 7px;
    border-radius: 8px;
    width: 920px;
    margin: 0 auto;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
  }
  .top-trouble-diagnos-box {
    padding: 30px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
  }
  .top-trouble-diagnos-contents {
    width: 340px;
    order: 1;
  }
  .top-trouble-diagnos-contents-title {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .top-trouble-diagnos-contents-title .caution {
    display: block;
    font-size: 18px;
  }
  .top-trouble-diagnos-contents-title .main {
    font-size: 22px;
    position: relative;
    padding-right: 40px;
  }
  .top-trouble-diagnos-contents-title .ic-trouble-diagnos {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top-trouble-diagnos-contents-text {
    line-height: 1.5;
  }
  .top-trouble-diagnos-contents .arw-button-box {
    text-align: right;
    margin-top: 25px;
  }
  .top-trouble-diagnos-img {
    width: 470px;
  }
}
@media screen and (max-width: 768px) {
  .top-trouble-head {
    padding: 50px 0;
    position: relative;
  }
  .top-trouble-head:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
    border: solid 26px transparent;
    border-top: solid 26px #f54f06;
  }
  .top-trouble-solution {
    padding: 50px 5%;
    box-sizing: border-box;
  }
  .top-trouble-solution-text {
    margin-bottom: 30px;
  }
  .top-trouble-diagnos {
    padding: 7px;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
  }
  .top-trouble-diagnos-box {
    padding: 45px 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
  }
  .top-trouble-diagnos-contents-title {
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 25px;
    position: relative;
  }
  .top-trouble-diagnos-contents-title .caution {
    display: block;
    font-size: 16px;
  }
  .top-trouble-diagnos-contents-title .main {
    font-size: 20px;
  }
  .top-trouble-diagnos-contents-title .ic-trouble-diagnos {
    position: absolute;
    right: 0;
    top: -30px;
  }
  .top-trouble-diagnos-contents-text {
    line-height: 1.5;
    font-size: 14px;
  }
  .top-trouble-diagnos-contents .arw-button-box {
    text-align: center;
    margin-top: 30px;
  }
  .top-trouble-diagnos-img {
    margin-top: 40px;
  }
}

/*top-feature
=========================================================*/
.top-feature {
  background: url(../img/top/top_feature-bg.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 767px) {
  .top-feature {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 60px 0;
  }
}

/*top-seat
=========================================================*/
.top-seat-container {
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.top-seat-container-box {
  box-sizing: border-box;
  border: solid 1px #e6e6e6;
}
.top-seat-contents {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.top-seat-contents-title {
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.top-seat-contents-title .ic-comment {
  position: absolute;
  right: -20px;
  top: 10px;
}
.top-seat-contents-title .sub {
  display: inline-block;
  background: #008acf;
  color: #fff;
  line-height: 1.5;
  border-radius: 8px;
}
.top-seat-contents-title .main {
  display: block;
}
@media screen and (min-width: 767px) {
  .top-seat {
    padding: 50px 0;
    background: url(../img/top/top_ecorative-sheets-bg.jpg) no-repeat
      center/cover;
  }
  .top-seat-container {
    width: 900px;
    margin: 0 auto;
    padding: 6px;
    height: 256px;
    border-radius: 8px;
  }
  .top-seat-container-box {
    padding: 20px;
    height: 100%;
    border-radius: 8px;
  }
  .top-seat-contents {
    width: 430px;
  }
  .top-seat-contents-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .top-seat-contents-title .sub {
    padding: 5px 15px;
    border-radius: 8px;
  }
  .top-seat-contents-title .main {
    font-size: 22px;
    letter-spacing: 0.4rem;
  }
  .top-seat-contents-title .main em {
    font-size: 28px;
  }
  .top-seat-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 10px);
    background: url(../img/top/top_bnr-ecorative-sheets-img.png) no-repeat left
      bottom/cover;
  }
}
@media screen and (max-width: 768px) {
  .top-seat {
    padding: 20px 5%;
    box-sizing: border-box;
    background: url(../img/top/top_ecorative-sheets-bg.jpg) no-repeat
      center/cover;
  }
  .top-seat-container {
    margin: 0 auto;
    padding: 6px;
    border-radius: 8px;
  }
  .top-seat-container-box {
    padding: 20px;
    height: 100%;
    border-radius: 8px;
  }
  .top-seat-contents-title {
    padding-bottom: 15px;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .top-seat-contents-title .sub {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 8px;
    margin-bottom: 5px;
  }
  .top-seat-contents-title .main {
    font-size: 14px;
  }
  .top-seat-contents-title .main em {
    font-size: 16px;
  }
  .top-seat .c-button {
    width: calc(50% + 20px);
    height: 50px;
  }
  .top-seat .c-button .text {
    font-size: 11px;
  }
  .top-seat-img {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% - 20px);
    background: url(../img/top/top_bnr-ecorative-sheets-img.png) no-repeat left
      bottom/cover;
  }
}

/*top-works
=========================================================*/
.top-works .c-button-box {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .top-works {
    padding: 100px 0;
  }
  .top-works .c-button-box {
    margin-top: 50px;
  }
  .top-works .c-button-box .c-button {
    width: 450px;
  }
  .top-works .taxonomy-list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .top-works {
    padding: 60px 0;
  }
  .top-works .c-button-box {
    margin-top: 50px;
  }
  .top-works .c-button-box .c-button {
    width: 100%;
  }
  .top-works .taxonomy-list {
    margin-top: 25px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #fbf9f1;
}
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column-list {
  display: grid;
}
.top-column-list-item a {
  color: #333;
}
.top-column-list-item .post-date {
  color: #f54f06;
  font-weight: 700;
}
.top-column-list-item-title {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 50px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .com-img {
    padding-top: 300px;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-head {
    margin-bottom: 30px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
  }
  .top-column-list {
    display: grid;
    row-gap: 40px;
  }
  .top-column-list-item .com-img {
    padding-top: 75%;
    border-radius: 30px;
    margin-bottom: 15px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
  }
  .top-column-list-item-title {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
}

@media screen and (min-width: 767px) {
  .guide-problem {
    padding: 100px 0;
  }
  .guide-problem .comment-list-item {
    height: auto;
    min-height: 125px;
  }
}
@media screen and (max-width: 768px) {
  .guide-problem {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .guide-feature {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .guide-feature {
    padding: 60px 0;
  }
}

.guide-timing-catch {
  background: #fbf9f1;
  margin: 55px auto 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.guide-timing-catch:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .guide-timing {
    padding: 100px 0;
  }
  .guide-timing-table .l-table-item {
    grid-template-columns: 200px 350px 1fr;
  }
  .guide-timing-catch {
    border-radius: 8px;
    width: 1000px;
    padding: 35px;
    font-size: 28px;
    font-weight: 700;
  }
  .guide-timing-catch:before {
    top: -10px;
    border: solid transparent 30px;
    border-top: 25px solid #f54f06;
  }
  .guide-timing-catch .text-lead {
    font-size: 40px;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  .guide-timing {
    padding: 60px 0;
  }
  .guide-timing-table .l-table-item {
    grid-template-columns: 120px 180px 180px;
  }
  .guide-timing-catch {
    border-radius: 8px;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
  }
  .guide-timing-catch:before {
    top: -5px;
    border: solid transparent 20px;
    border-top: 15px solid #f54f06;
  }
  .guide-timing-catch .text-lead {
    font-size: 24px;
    display: inline-block;
    margin: 10px 0;
    font-weight: 900;
  }
}

@media screen and (min-width: 767px) {
  .guide-merit {
    padding: 100px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  .guide-merit {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .cosmetic-sheet-about {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .cosmetic-sheet-about {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .cosmetic-sheet-diff {
    padding: 100px 0;
  }
  .cosmetic-sheet-diff-table .l-table-item {
    grid-template-columns: 200px 430px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cosmetic-sheet-diff {
    padding: 60px 0;
  }
  .cosmetic-sheet-diff-table .l-table-item {
    grid-template-columns: 120px 180px 180px;
  }
}

@media screen and (min-width: 767px) {
  .cosmetic-sheet-scenes {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .cosmetic-sheet-scenes {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .cosmetic-sheet-caution {
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .cosmetic-sheet-caution {
    padding: 60px 0;
  }
}

.voice-list-item {
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  position: relative;
}
.voice-list-item-img {
  position: absolute;
}
.voice-list-item-img .com-img {
  height: 100%;
  width: 100%;
  border-radius: 50%;
}
.voice-list-item-title {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .voice {
    padding: 100px 0;
  }
  .voice .c-title {
    margin-bottom: 50px;
  }
  .voice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 15px;
  }
  .voice-list-item {
    padding: 35px 25px 40px;
    box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
    position: relative;
  }
  .voice-list-item:before {
    content: "";
    display: block;
    position: absolute;
    left: 20px;
    bottom: -20px;
    border: solid 10px transparent;
    border-top: solid 10px #fff;
  }
  .voice-list-item-img {
    right: 10px;
    top: -30px;
    height: 80px;
    width: 80px;
  }
  .voice-list-item-img .com-img {
    height: 100%;
    width: 100%;
  }
  .voice-list-item .review-count {
    margin-bottom: 2px;
  }
  .voice-list-item-title {
    padding-bottom: 15px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
  }
  .voice .inbox {
    padding: 0 5%;
    box-sizing: border-box;
  }
  .voice .c-title {
    margin-bottom: 30px;
  }
  .voice-list {
    display: grid;
    row-gap: 50px;
  }
  .voice-list-item {
    padding: 20px 20px 30px;
    font-size: 14px;
  }
  .voice-list-item-img {
    right: 10px;
    top: -30px;
    height: 60px;
    width: 60px;
  }
  .voice-list-item-img .com-img {
    height: 100%;
    width: 100%;
  }
  .voice-list-item .review-count {
    margin-bottom: 5px;
  }
  .voice-list-item-title {
    padding-bottom: 10px;
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.diagnosis-form {
  display: grid;
}
.diagnosis-form-box {
  display: grid;
  box-sizing: border-box;
}
.diagnosis-form-item-title {
  background: #fff;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
  box-shadow: 6px 5px 5px rgba(51, 51, 51, 0.1);
}
.diagnosis-form-item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: -30px;
  border: solid 15px transparent;
  border-top: solid 15px #fff;
}
.diagnosis-form-item-title .ic-comment {
  position: absolute;
  right: 0;
  top: -10px;
}
.diagnosis-form-item-title .number {
  color: #f54f06;
  margin-right: 10px;
}
.diagnosis-form-btn {
  background: #fff;
  width: 450px;
  margin: 0 auto;
}
.diagnosis-form-btn .bi {
  transform: rotate(90deg);
}
@media screen and (min-width: 767px) {
  .diagnosis {
    padding: 100px 0;
  }
  .diagnosis-form {
    row-gap: 90px;
  }
  .diagnosis-form-box {
    border-radius: 8px;
    padding: 85px 170px 45px;
    background: #fbf9f1;
    margin-top: -20px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .diagnosis-form-box label {
    box-sizing: border-box;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
  }
  .diagnosis-form-box label:hover {
    background: #f54f06;
    color: #fff;
  }
  .diagnosis-form-item-title {
    font-size: 18px;
    padding: 25px;
    width: 900px;
    margin: 0 auto;
  }
  .diagnosis-form-item-title .number {
    font-size: 28px;
  }
  .diagnosis-form-btn {
    font-size: 20px;
    width: 500px;
    height: 70px;
    cursor: pointer;
    transition: 0.1s all ease-in;
  }
  .diagnosis-form-btn:hover {
    background: #f54f06;
  }
  .diagnosis-form-btn:hover .text,
  .diagnosis-form-btn:hover .bi {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .diagnosis {
    padding: 60px 0;
  }
  .diagnosis-form {
    row-gap: 70px;
  }
  .diagnosis-form-box {
    padding: 0 40px;
    border-radius: 8px;
    padding: 60px 20px 30px;
    background: #fbf9f1;
    margin-top: -20px;
    gap: 15px;
    font-size: 17px;
  }
  .diagnosis-form-item-title {
    font-size: 18px;
    padding: 15px;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .diagnosis-form-item-title .number {
    font-size: 28px;
  }
  .diagnosis-form-btn {
    font-size: 20px;
    height: 70px;
    width: 100%;
    cursor: pointer;
    transition: 0.1s all ease-in;
  }
}

#diagnosis-result {
  display: none;
}
@media screen and (min-width: 767px) {
  #diagnosis-result {
    padding: 100px 0;
  }
  #diagnosis-result .c-button-box {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  #diagnosis-result {
    padding: 60px 0;
  }
  #diagnosis-result .c-button-box {
    margin-top: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .works {
    padding: 100px 0;
  }
  .works .tag-list {
    margin-bottom: 80px;
  }
  .works .taxonomy-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .works {
    padding: 60px 0;
  }
  .works .tag-list {
    margin-bottom: 50px;
  }
  .works .taxonomy-list {
    margin-top: 15px;
  }
}

@media screen and (min-width: 767px) {
  .works-s {
    padding: 100px 0;
  }
  .works-s .inbox {
    width: 900px;
  }
  .works-s .taxonomy-list {
    margin-bottom: 30px;
  }
  .works-s .thumbnail-main-img {
    height: 670px;
    border-radius: 30px;
  }
  .works-s .thumbnail-change-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 30px;
  }
  .works-s .thumbnail-change-list-item {
    border-radius: 30px;
    height: 210px;
    cursor: pointer;
    transition: 0.1s all ease-in;
  }
  .works-s .thumbnail-change-list-item:hover {
    opacity: 0.8;
  }
  .works-s-detail {
    margin-top: 40px;
    display: grid;
    align-items: flex-start;
    -moz-column-gap: 70px;
    column-gap: 70px;
    grid-template-columns: 380px 1fr;
  }
  .works-s-detail .works-list-card-detail-item dt {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .works-s {
    padding: 50px 0 60px;
  }
  .works-s .taxonomy-list {
    margin-bottom: 20px;
  }
  .works-s .thumbnail-main-img {
    border-radius: 20px;
    padding-top: 70%;
  }
  .works-s .thumbnail-change-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 20px;
  }
  .works-s .thumbnail-change-list-item {
    border-radius: 10px;
    padding-top: 76%;
    cursor: pointer;
    transition: 0.1s all ease-in;
  }
  .works-s-detail {
    margin-top: 40px;
    display: grid;
    align-items: flex-start;
    row-gap: 40px;
  }
  .works-s-detail .works-list-card-detail-item dt {
    padding-left: 20px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #f54f06;
  border-bottom: 1px solid #f54f06;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.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-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp: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: #333;
}
.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;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1 / span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #f54f06;
  background-color: #f54f06;
}
@media screen and (min-width: 767px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    border-radius: 100px;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
    cursor: pointer;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    border-radius: 100px;
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #e6e6e6 1px;
}
.post-wrp .post-list-item a {
  color: #333;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid #e6e6e6 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #333;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.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 #333;
  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 #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  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 #f54f06;
}
@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: #f54f06;
  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 #f54f06;
  line-height: 1;
  font-size: 14px;
  color: #f54f06;
}
#contents-u.s-post .tag-name span {
  color: #f54f06;
}

.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map-list li {
  border-bottom: 1px solid #e6e6e6;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #333;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 767px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #f54f06;
  }
}
@media screen and (max-width: 768px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #f54f06;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #333;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 3.8vw;
    display: block;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 140px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fbf9f1 url(../img/common/c-frame-bg-rb.png) no-repeat right
      bottom/35%;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5%;
    box-sizing: border-box;
    border: solid 2px #e6e6e6;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #e6e6e6;
  }
  .drawer-nav .drawer-menu > li:last-child {
    border-bottom: none;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    padding: 20px 5px;
    color: #333;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    color: #f54f06;
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 18px;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #f54f06 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 5px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
  }
  .drawer-info-list {
    justify-content: center;
    display: grid;
    row-gap: 15px;
  }
}
.header {
  background: #fff;
  position: relative;
}
.header .ic {
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .header-info {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    height: 80px;
    padding-left: 30px;
  }
  .header-logo {
    width: 186px;
  }
  .header-right {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 186px);
  }
  .header-right-item {
    height: 80px;
  }
  .header-right-item-button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header-right-item-button.diagnosis-button {
    width: 200px;
    border-left: 1px solid #e6e6e6;
  }
  .header-right-item-button.diagnosis-button:hover {
    opacity: 0.8;
  }
  .header-right-item-button.contact-button {
    width: 190px;
    background: #008acf;
    color: #fff;
  }
  .header-right-item-button.contact-button:hover {
    opacity: 0.8;
  }
  .header-right-item.tel-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 25px;
  }
  .header .nav {
    height: 60px;
  }
  .header .nav-list {
    width: 1080px;
    margin: 0 auto;
  }
  .header .nav-list-item {
    width: 25%;
    text-align: center;
    position: relative;
  }
  .header .nav-list-item:before,
  .header .nav-list-item:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    height: 30px;
    width: 2px;
    background: #e6e6e6;
    transform: translateY(-50%);
  }
  .header .nav-list-item:before {
    left: -1px;
  }
  .header .nav-list-item:last-of-type:after {
    right: -1px;
  }
  .header .nav-list-item a {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-weight: 500;
  }
  .header .nav-list-item a:hover {
    background: #f54f06;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header {
    z-index: 1000;
  }
  .header-info {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
    height: 70px;
    padding: 0 5%;
  }
  .header-logo {
    width: 150px;
  }
  .header-right {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    bottom: 0;
    left: 0;
    position: fixed;
  }
  .header-right-item {
    height: 70px;
    width: 100%;
  }
  .header-right-item-button {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .header-right-item-button .text {
    font-size: 13px;
  }
  .header-right-item-button.diagnosis-button {
    width: 100%;
    background: #fff;
    border-left: 1px solid #e6e6e6;
  }
  .header-right-item-button.contact-button {
    width: 100%;
    background: #008acf;
    color: #fff;
  }
  .header-right-item.tel-item {
    display: none;
  }
  .header .nav {
    display: none;
  }
}

.l-cta {
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
.l-cta-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.l-cta-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.l-cta-list-item-title {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.5;
  font-weight: 700;
}
.l-cta-list-item-title .sub {
  display: block;
  color: #f54f06;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta-list {
    gap: 30px;
  }
  .l-cta-list-item {
    width: 340px;
    height: 180px;
    padding: 20px;
  }
  .l-cta-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .l-cta-list-item .c-tel .number {
    font-size: 40px;
  }
  .l-cta-list-item .worktime {
    width: 100%;
    text-align: right;
    font-size: 10px;
    padding-right: 25px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 30px 0;
  }
  .l-cta-list {
    row-gap: 15px;
    display: grid;
  }
  .l-cta-list-item {
    padding: 20px;
    min-width: 300px;
  }
  .l-cta-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .l-cta-list-item .c-tel .number {
    font-size: 28px;
  }
  .l-cta-list-item .worktime {
    width: 100%;
    text-align: right;
    font-size: 10px;
    padding-right: 25px;
    letter-spacing: 0;
    margin-top: 5px;
  }
}

@media screen and (min-width: 767px) {
  .footer {
    padding: 100px 0;
  }
  .footer .inbox {
    position: relative;
  }
  .footer-head {
    display: flex;
  }
  .footer-left,
  .footer-right {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 35px;
  }
  .footer-left {
    padding-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
  }
  .footer-table {
    display: grid;
    row-gap: 20px;
  }
  .footer-table-item {
    display: grid;
    font-size: 14px;
    grid-template-columns: 80px 1fr;
    line-height: 1.4;
  }
  .footer-table-item dt {
    border-right: 1px solid #e6e6e6;
  }
  .footer-table-item dd {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .footer-right {
    display: grid;
    justify-content: flex-end;
    grid-template-columns: 220px 170px;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 40px;
  }
  .footer-nav-list-item a {
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid transparent;
  }
  .footer-nav-list-item a:hover {
    color: #f54f06;
    border-bottom: 1px solid #f54f06;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 100px;
  }
  .footer .inbox {
    position: relative;
  }
  .footer-head {
    display: flex;
    flex-direction: column;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-left {
    padding-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 40px;
  }
  .footer-table {
    display: grid;
    row-gap: 10px;
  }
  .footer-table-item {
    display: grid;
    font-size: 13px;
    grid-template-columns: 80px 1fr;
    line-height: 1.4;
  }
  .footer-table-item dt {
    border-right: 1px solid #e6e6e6;
  }
  .footer-table-item dd {
    padding-left: 10px;
    box-sizing: border-box;
  }
  .footer-right {
    width: 100%;
    display: grid;
    align-items: flex-start;
    justify-content: flex-end;
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav-list {
    display: grid;
    row-gap: 20px;
  }
  .footer-nav-list-item a {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    border-bottom: 1px solid transparent;
  }
  .footer-nav-list-item a:hover {
    color: #f54f06;
    border-bottom: 1px solid #f54f06;
  }
}

#copyright {
  font-size: 10px;
}
#copyright a {
  font-size: 10px;
  color: #333;
}
@media screen and (min-width: 767px) {
  #copyright {
    width: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
    margin-top: 50px;
  }
}

.c-contents {
  box-sizing: border-box;
  display: grid;
}
@media screen and (min-width: 767px) {
  .c-contents {
    padding: 0 40px;
    row-gap: 40px;
  }
  .c-contents-item {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .c-contents-item-img {
    width: 400px;
  }
  .c-contents-item-detail {
    width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .c-contents {
    row-gap: 30px;
  }
  .c-contents-item {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .c-contents-item-img {
    text-align: center;
    margin-bottom: 25px;
  }
}

.column-list-item-img {
  position: relative;
}
.column-list-item .number-box {
  background: #fbf9f1;
  position: absolute;
  left: 0;
  top: 0;
  color: #f54f06;
  text-align: center;
  font-weight: 900;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .column-list {
    display: grid;
  }
  .column-list-three {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .column-list-two {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .column-list-item-img {
    margin-bottom: 15px;
  }
  .column-list-item .number-box {
    width: 120px;
    font-size: 18px;
    border-radius: 28px 0 28px 0;
    padding: 20px 0;
  }
  .column-list-item .number-box small {
    font-size: 14px;
  }
  .column-list-item .title01 {
    text-align: center;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .column-list {
    display: grid;
  }
  .column-list-three {
    row-gap: 40px;
  }
  .column-list-two {
    row-gap: 40px;
  }
  .column-list-item-img {
    margin-bottom: 15px;
  }
  .column-list-item .number-box {
    width: 120px;
    font-size: 16px;
    border-radius: 28px 0 28px 0;
    padding: 20px 0;
  }
  .column-list-item .number-box small {
    font-size: 12px;
  }
  .column-list-item .title01 {
    text-align: center;
    font-size: 20px;
  }
}

.define-list {
  display: grid;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .define-list {
    row-gap: 45px;
    padding: 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .define-list {
    row-gap: 30px;
  }
} /*# sourceMappingURL=style.css.map */
