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

/*Font
--------------------------------------------*/
.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;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #23211f;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .bg-frame {
    background: url(../img/common/com-line-r.png) no-repeat right top 60px/31%, #f6f0ee url(../img/common/com-line-l.png) no-repeat left bottom 60px/31%;
  }
  .bg-frame-org {
    background: url(../img/common/com-line-r-white.png) no-repeat right top 60px/31%, #eb5c00 url(../img/common/com-line-l-white.png) no-repeat left bottom 60px/31%;
  }
}
@media screen and (max-width: 767px) {
  .bg-frame {
    background: url(../img/common/com-line-r.png) no-repeat right top 20px/31%, #f6f0ee url(../img/common/com-line-l.png) no-repeat left bottom 20px/31%;
  }
  .bg-frame-org {
    background: url(../img/common/com-line-r-white.png) no-repeat right top 20px/31%, #eb5c00 url(../img/common/com-line-l-white.png) no-repeat left bottom 20px/31%;
  }
}
.bg-white {
  background: #fff !important;
}

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

.border-bottom-org {
  border-bottom: 2px solid #eb5c00;
}
.border-bottom-blue {
  border-bottom: 2px solid #039dd2;
}
.border-bottom-green {
  border-bottom: 2px solid #7ab110;
}

@media screen and (min-width: 768px) {
  .main-visual {
    height: 750px;
    display: grid;
    grid-template-columns: 1fr 645px;
  }
  .main-visual-img {
    height: 100%;
    background: url(../img/top/main-visual-img.png) no-repeat center/cover;
  }
  .main-visual-container {
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 185px;
  }
  .main-visual-title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-visual-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: #eb5c00;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    position: relative;
  }
  .main-visual-img {
    width: 70%;
    height: 250px;
    background: url(../img/top/main-visual-img.png) no-repeat center/cover;
  }
  .main-visual-container {
    display: grid;
  }
  .main-visual-title {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    background: #fff;
    z-index: 10;
    padding: 15px;
    box-sizing: border-box;
    height: 250px;
  }
  .main-visual-title img {
    width: 50%;
  }
  .main-visual-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    background: #eb5c00;
  }
}

.c-table-item-name {
  border-bottom: 1px solid #eb5c00;
}
.c-table-item-text {
  border-bottom: 1px solid #706965;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    display: grid;
    grid-template-columns: 150px 1fr;
  }
  .c-table-item-name, .c-table-item-text {
    box-sizing: border-box;
    padding: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
  .c-table-item-name, .c-table-item-text {
    font-size: 14px;
    box-sizing: border-box;
    padding: 15px 0;
  }
  .c-table-item-text {
    padding-left: 10px;
  }
}

@media screen and (min-width: 768px) {
  .c-table-small {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .c-table-small-item {
    display: grid;
    line-height: 1.4;
    grid-template-columns: 80px 1fr;
    gap: 10px;
  }
  .c-table-small-item-name {
    border-right: 1px solid #23211f;
  }
}
@media screen and (max-width: 767px) {
  .c-table-small {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
  }
  .c-table-small-item {
    display: grid;
    line-height: 1.4;
    grid-template-columns: 80px 1fr;
    gap: 10px;
  }
  .c-table-small-item-name {
    border-right: 1px solid #23211f;
  }
}

.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: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #23211f;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .gallery-list {
    display: grid;
    gap: 30px;
  }
  .gallery-list.column-three {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .gallery-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .gallery-list.column-three {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #eb5c00;
  border-radius: 0;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 50px;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
    min-width: 200px;
  }
}

.c-button-arrow {
  font-weight: 700;
}
.c-button-arrow .text {
  color: #eb5c00;
}
.c-button-arrow .bi-arrow-right {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb5c00;
  color: #fff;
  aspect-ratio: 1/1;
  border-radius: 2px;
}
.c-button-arrow-blue .bi-arrow-right {
  background: #039dd2;
}
.c-button-arrow-blue .text {
  color: #039dd2;
}
.c-button-arrow-green .bi-arrow-right {
  background: #7ab110;
}
.c-button-arrow-green .text {
  color: #7ab110;
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .c-button-arrow:hover {
    background: rgba(235, 92, 0, 0.2);
  }
  .c-button-arrow .bi-arrow-right {
    width: 40px;
  }
  .c-button-arrow .text {
    font-size: 18px;
  }
  .c-button-arrow-blue:hover {
    background: rgba(3, 157, 210, 0.2);
  }
  .c-button-arrow-green:hover {
    background: rgba(122, 177, 16, 0.2);
  }
}
@media screen and (max-width: 767px) {
  .c-button-arrow {
    display: inline-flex;
    align-items: center;
    -moz-column-gap: 15px;
         column-gap: 15px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .c-button-arrow .bi-arrow-right {
    width: 30px;
    font-size: 12px;
  }
  .c-button-arrow .text {
    font-size: 15px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .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: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #23211f;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  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: #eb5c00;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  display: grid;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    grid-template-columns: 645px 1fr;
    height: 400px;
  }
  .sub-visual-title {
    height: 100%;
    background: #eb5c00;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
  }
  .sub-visual .com-img {
    background: url(../img/common/sub-visual-img.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 150px;
    position: relative;
  }
  .sub-visual-title {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: #eb5c00;
    color: #fff;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    z-index: 10;
    padding: 5px 20px;
  }
  .sub-visual .com-img {
    height: 100%;
    background: url(../img/common/sub-visual-img.png) no-repeat center/cover;
  }
}

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

.text-accent {
  display: inline-block;
  background: #eb5c00;
  color: #fff;
  padding: 2px 5px;
  line-height: 1.5;
}
.text-white {
  color: #fff !important;
}
.text-org {
  color: #eb5c00 !important;
}
.text-blue {
  color: #039dd2 !important;
}
.text-green {
  color: #7ab110 !important;
}
.text-lead {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .text-lead {
    font-size: 18px;
  }
}
.c-tel {
  line-height: 1;
}
.c-tel-number {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  font-weight: 700;
}
.c-tel-number .number,
.c-tel-number .bi {
  color: #eb5c00;
}
@media screen and (min-width: 768px) {
  .c-tel-number .number {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number .number {
    font-size: 20px;
  }
}

.c-title {
  font-weight: 700;
  line-height: 1.6;
}
.c-title .main,
.c-title .sub {
  display: block;
}
.c-title .sub {
  line-height: 1.2;
  color: #eb5c00;
  font-family: "Geologica", sans-serif;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 38px;
    margin-bottom: 60px;
  }
  .c-title:has(.sub) .sub {
    margin-bottom: 10px;
  }
  .c-title .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .c-title:has(.sub) .sub {
    margin-bottom: 5px;
  }
  .c-title .sub {
    font-size: 18px;
  }
}

.title01 {
  line-height: 1.6;
  color: #eb5c00;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #706965;
}
.title01 .bi-house-door {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 26px;
    padding-left: 35px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 22px;
    padding-left: 30px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}

.title02 {
  color: #eb5c00;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.title03 {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
}
.title03:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 1/1;
}
.title03.text-org:before {
  background: #eb5c00;
}
.title03.text-blue:before {
  background: #039dd2;
}
.title03.text-green:before {
  background: #7ab110;
}
@media screen and (min-width: 768px) {
  .title03 {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title03 {
    padding-left: 25px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .title03:before {
    width: 12px;
  }
}

.band-title {
  font-weight: 700;
  line-height: 1.6;
  background: #f2f2f2;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .band-title {
    font-size: 22px;
    padding: 15px 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .band-title {
    font-size: 18px;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
}

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

/*top-problems
=========================================================*/
.top-problems {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-problems {
    padding: 80px 0;
  }
  .top-problems-bg {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top/problems-img.png) no-repeat left center/cover;
  }
  .top-problems-list {
    position: relative;
    z-index: 10;
    width: 935px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .top-problems-list-item {
    display: flex;
    align-items: center;
    background: #f6f0ee;
    min-height: 200px;
    position: relative;
    border: solid 2px #fff;
    border-radius: 10px;
  }
  .top-problems-list-item-text {
    width: 250px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .top-problems-list-item-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .top-problems-list-item-img01 {
    right: 70px;
  }
  .top-problems-list-item-img02 {
    right: 85px;
  }
  .top-problems-list-item-img03 {
    right: 45px;
  }
  .top-problems-list-item-img04 {
    right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-problems {
    padding: 40px 0 65%;
  }
  .top-problems-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 25%;
    background: url(../img/top/problems-img.png) no-repeat center top 18%/cover;
  }
  .top-problems-list {
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .top-problems-list-item {
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f6f0ee;
    position: relative;
    border: solid 2px #fff;
    border-radius: 10px;
    row-gap: 20px;
  }
  .top-problems-list-item-text {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
  }
  .top-problems-list-item-img {
    order: 2;
  }
}

/*top-solution
=========================================================*/
.top-solution {
  border-top: 2px solid #eb5c00;
  border-bottom: 2px solid #eb5c00;
  background: #fff;
}
.top-solution-title {
  color: #eb5c00;
}
@media screen and (min-width: 768px) {
  .top-solution .widebox {
    position: relative;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .top-solution-title {
    font-weight: 700;
    font-size: 34px;
  }
  .top-solution-illust {
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-solution .widebox {
    position: relative;
    padding: 50px 0 0;
    display: flex;
    flex-direction: column;
  }
  .top-solution-title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
  }
  .top-solution-illust {
    width: 70%;
    margin: 0 auto;
  }
}

/*top-reason
=========================================================*/
.top-reason-list-item {
  position: relative;
}
.top-reason-list-item-num {
  position: absolute;
  background: #eb5c00;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .top-reason {
    padding: 120px 0;
  }
  .top-reason-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .top-reason-list-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .top-reason-list-item-body {
    padding: 30px;
    box-sizing: border-box;
  }
  .top-reason-list-item-title {
    color: #eb5c00;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 22px;
  }
  .top-reason-list-item-num {
    width: 70px;
    aspect-ratio: 1/1;
    left: 15px;
    top: 15px;
    font-size: 20px;
  }
  .top-reason .top-reason-btn {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0 100px;
  }
  .top-reason-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-reason-list-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
  }
  .top-reason-list-item-body {
    padding: 25px;
    box-sizing: border-box;
  }
  .top-reason-list-item-title {
    color: #eb5c00;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.6;
    font-size: 18px;
  }
  .top-reason-list-item-num {
    width: 50px;
    aspect-ratio: 1/1;
    left: 15px;
    top: 15px;
    font-size: 18px;
  }
  .top-reason .top-reason-btn {
    margin-top: 50px;
  }
}

/*top-movie
=========================================================*/
.top-movie {
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .top-movie {
    padding: 120px 0;
  }
  .top-movie-video {
    width: 900px;
    height: auto;
    margin: 0 auto;
  }
  .top-movie-video iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto;
  }
  .top-movie-text {
    margin-top: 50px;
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-movie {
    padding: 60px 0;
  }
  .top-movie-video {
    margin: 0 auto;
  }
  .top-movie-video iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
  .top-movie-text {
    margin-top: 30px;
  }
}

/*top-others
=========================================================*/
.top-others-item-bg {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.top-others-item-bg-main {
  background: url(../img/top/top-about-img.png) no-repeat center/cover;
}
.top-others-item-bg-beginner {
  background: url(../img/top/top-beginner-img.png) no-repeat center/cover;
}
.top-others-item-bg-staff {
  background: url(../img/top/top-staff-img.png) no-repeat center/cover;
}
.top-others-item-body {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .top-others {
    padding: 80px 0;
  }
  .top-others:has(.top-others-sub) .top-others-item-main {
    margin-bottom: 10px;
  }
  .top-others-item {
    position: relative;
    border-radius: 10px;
  }
  .top-others-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .top-others-item a {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 350px;
    color: #23211f;
  }
  .top-others-item a:hover {
    opacity: 0.8;
  }
  .top-others-item .c-title {
    margin-bottom: 30px;
  }
  .top-others-item-text {
    font-size: 18px;
  }
  .top-others-item-main {
    border: solid 2px #eb5c00;
  }
  .top-others-item-main .bi-arrow-right {
    background: #eb5c00;
  }
  .top-others-item-beginner {
    border: solid 2px #039dd2;
  }
  .top-others-item-beginner .c-title .sub {
    color: #039dd2;
  }
  .top-others-item-beginner .bi-arrow-right {
    background: #039dd2;
  }
  .top-others-item-staff {
    border: solid 2px #7ab110;
  }
  .top-others-item-staff .c-title .sub {
    color: #7ab110;
  }
  .top-others-item-staff .bi-arrow-right {
    background: #7ab110;
  }
  .top-others-item .bi-arrow-right {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
  }
  .top-others-sub {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-others {
    padding: 40px 0;
  }
  .top-others:has(.top-others-sub) .top-others-item-main {
    margin-bottom: 10px;
  }
  .top-others-item {
    position: relative;
    border-radius: 10px;
  }
  .top-others-item-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .top-others-item a {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #23211f;
    padding: 20px 20px 60px;
    box-sizing: border-box;
  }
  .top-others-item .c-title {
    margin-bottom: 15px;
  }
  .top-others-item-main {
    border: solid 2px #eb5c00;
  }
  .top-others-item-main .bi-arrow-right {
    background: #eb5c00;
  }
  .top-others-item-beginner {
    border: solid 2px #039dd2;
  }
  .top-others-item-beginner .c-title .sub {
    color: #039dd2;
  }
  .top-others-item-beginner .bi-arrow-right {
    background: #039dd2;
  }
  .top-others-item-staff {
    border: solid 2px #7ab110;
  }
  .top-others-item-staff .c-title .sub {
    color: #7ab110;
  }
  .top-others-item-staff .bi-arrow-right {
    background: #7ab110;
  }
  .top-others-item .bi-arrow-right {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    z-index: 10;
  }
  .top-others-sub {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #f2f2f2;
}
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
  text-align: right;
  font-weight: 700;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.top-column-list a {
  display: block;
  color: #23211f;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
    border-radius: 10px;
    padding: 25px;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 250px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-button {
    width: 120px;
    min-width: initial;
    height: 40px;
  }
  .top-column-head .c-button .text {
    font-size: 12px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
    border-radius: 10px;
    padding: 25px;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 250px;
    margin-bottom: 20px;
    border-radius: 0;
  }
  .top-column-list time {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-button {
  justify-content: flex-start;
}
.top-news-head .c-title {
  display: flex;
  flex-direction: column;
}
.top-news-list {
  display: grid;
}
.top-news-list-item {
  border-bottom: 1px solid #706965;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #23211f;
  position: relative;
  font-weight: 700;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list-item a .bi-arrow-right {
  color: #7ab110;
  font-weight: 700;
}
.top-news-list-item .post-date {
  color: #7ab110;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 760px;
    -moz-column-gap: 30px;
         column-gap: 30px;
    align-items: flex-start;
  }
  .top-news-head {
    row-gap: 30px;
    min-height: 100%;
  }
  .top-news-list-item a {
    padding: 25px 15px;
    grid-template-columns: auto 1fr;
  }
  .top-news-list-item a:hover {
    background: rgba(122, 177, 16, 0.1);
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item a {
    padding: 20px 45px 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #23211f;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}

@media screen and (min-width: 768px) {
  .about-us {
    padding: 100px 0;
  }
  .about-us-lead {
    margin-bottom: 60px;
  }
  .about-us-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .about-us-list-item {
    border-radius: 10px;
    width: 255px;
    background: #fff;
    padding: 15px;
    box-sizing: border-box;
  }
  .about-us-list-item-name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 17px;
  }
  .about-us-list-item-img {
    width: 130px;
    height: 130px;
    margin: 0 auto 20px;
  }
  .about-us-list-item-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .about-us {
    padding: 60px 0;
  }
  .about-us-lead {
    margin-bottom: 40px;
  }
  .about-us-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .about-us-list-item {
    border-radius: 10px;
    background: #fff;
    padding: 15px 10px;
    box-sizing: border-box;
  }
  .about-us-list-item-name {
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 15px;
  }
  .about-us-list-item-img {
    width: 60px;
    aspect-ratio: 1/1;
    margin: 0 auto 20px;
  }
  .about-us-list-item-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .about-support {
    padding: 100px 0;
  }
  .about-support-lead {
    margin-bottom: 60px;
  }
  .about-support-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .about-support-list-item {
    min-height: 330px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
  }
  .about-support-list-item.bg-01 {
    background: url(../img/about/about-support-img01.png) no-repeat center/cover;
  }
  .about-support-list-item.bg-02 {
    background: url(../img/about/about-support-img02.png) no-repeat center/cover;
  }
  .about-support-list-item.bg-03 {
    background: url(../img/about/about-support-img03.png) no-repeat center/cover;
  }
  .about-support-list-item.bg-04 {
    background: url(../img/about/about-support-img04.png) no-repeat center/cover;
  }
  .about-support-list-item-name {
    color: #eb5c00;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .about-support {
    padding: 60px 0;
  }
  .about-support-lead {
    margin-bottom: 40px;
  }
  .about-support-list {
    display: grid;
    row-gap: 20px;
  }
  .about-support-list-item {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding: 20px;
    aspect-ratio: 52/33;
    box-sizing: border-box;
  }
  .about-support-list-item.bg-01 {
    background: url(../img/about/about-support-img01.png) no-repeat center/cover;
  }
  .about-support-list-item.bg-02 {
    background: url(../img/about/about-support-img02.png) no-repeat center/cover;
  }
  .about-support-list-item.bg-03 {
    background: url(../img/about/about-support-img03.png) no-repeat center/cover;
  }
  .about-support-list-item.bg-04 {
    background: url(../img/about/about-support-img04.png) no-repeat center/cover;
  }
  .about-support-list-item-name {
    color: #eb5c00;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
  }
  .about-support-list-item-text {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .about-info-container:has(.googlemap) {
    display: grid;
    grid-template-columns: 530px 1fr;
    gap: 50px;
  }
  .about-info-container .googlemap {
    background: #ccc;
    min-height: 560px;
  }
  .about-info-container .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-info-container:has(.googlemap) {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .about-info-container .googlemap {
    height: 250px;
    background: #ccc;
  }
  .about-info-container .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about-reason {
    padding: 100px 0 0;
  }
  .about-reason-lead {
    margin-bottom: 60px;
  }
  .about-reason-info {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .about-reason-card {
    display: grid;
    background: #fff;
    grid-template-columns: 500px 1fr;
  }
  .about-reason-card-contents {
    padding: 20px;
    box-sizing: border-box;
  }
  .about-reason-card .number {
    width: 60px;
    aspect-ratio: 1/1;
    color: #fff;
    background: #eb5c00;
    font-size: 20px;
    margin-bottom: 15px;
    display: flex;
    font-weight: 700;
    font-family: "Geologica", sans-serif;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .about-reason {
    padding: 60px 0 0;
  }
  .about-reason-lead {
    margin-bottom: 40px;
  }
  .about-reason-info {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .about-reason-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  .about-reason-card-contents {
    padding: 20px;
    box-sizing: border-box;
  }
  .about-reason-card .number {
    width: 50px;
    aspect-ratio: 1/1;
    color: #fff;
    background: #eb5c00;
    font-size: 16px;
    margin-bottom: 15px;
    display: flex;
    font-weight: 700;
    font-family: "Geologica", sans-serif;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .reason-support {
    padding: 100px 0;
  }
  .reason-support .c-title {
    text-align: center;
  }
  .reason-support-lead {
    text-align: center;
    margin-bottom: 60px;
  }
  .reason-support-info {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .reason-support-info .title01 {
    font-size: 22px;
    padding-left: 30px;
  }
  .reason-support-info-card-box {
    padding: 25px 15px 15px;
    box-sizing: border-box;
  }
  .reason-support .faq {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reason-support {
    padding: 60px 0;
  }
  .reason-support .c-title {
    text-align: center;
  }
  .reason-support-lead {
    text-align: center;
    margin-bottom: 40px;
  }
  .reason-support-info {
    display: grid;
    gap: 20px;
  }
  .reason-support-info .title01 {
    font-size: 22px;
    padding-left: 30px;
  }
  .reason-support-info-card-img {
    width: 80%;
    margin: 0 auto;
  }
  .reason-support-info-card-box {
    padding: 25px 0 15px;
    box-sizing: border-box;
  }
  .reason-support .faq {
    margin-top: 60px;
  }
}

@media screen and (min-width: 768px) {
  .staff {
    padding: 100px 0;
  }
  .staff-lead {
    margin-bottom: 60px;
  }
  .staff-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .staff-card {
    background: #fff;
  }
  .staff-card .com-img {
    aspect-ratio: 7/5;
  }
  .staff-card-box {
    padding: 20px;
    box-sizing: border-box;
  }
  .staff-card-box .title02 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 60px 0;
  }
  .staff-lead {
    margin-bottom: 40px;
  }
  .staff-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .staff-card {
    background: #fff;
  }
  .staff-card .com-img {
    aspect-ratio: 7/5;
  }
  .staff-card-box {
    padding: 20px;
    box-sizing: border-box;
  }
  .staff-card-box .title02 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .about-staff-info {
    margin-top: 60px;
  }
  .about-staff-info-lead {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-staff-info {
    margin-top: 60px;
  }
  .about-staff-info-lead {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .staff-thought {
    padding: 100px 0;
  }
  .staff-thought-lead {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .staff-thought {
    padding: 60px 0;
  }
  .staff-thought-lead {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 768px) {
  .beginner {
    padding: 100px 0;
  }
  .beginner-heading:has(.beginner-heading-img) {
    display: grid;
    grid-template-columns: 623px 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .beginner-heading:has(.beginner-heading-img) .c-title {
    margin-bottom: 25px;
  }
  .beginner-info {
    margin-top: 60px;
  }
  .beginner-info-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
  .beginner-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  .beginner-info-card-box {
    display: grid;
    grid-template-columns: 150px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .beginner-info-card-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .beginner {
    padding: 60px 0;
  }
  .beginner-heading:has(.beginner-heading-img) {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
  }
  .beginner-heading-img {
    text-align: center;
  }
  .beginner-info {
    margin-top: 60px;
  }
  .beginner-info-list {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .beginner-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    box-sizing: border-box;
  }
  .beginner-info-card-box {
    display: grid;
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
  .beginner-info-card-text {
    font-size: 14px;
  }
}

.flow-list {
  box-sizing: border-box;
  background: #f2f2f2;
}
@media screen and (min-width: 768px) {
  .flow {
    padding: 100px 0;
  }
  .flow-lead {
    text-align: center;
    margin-bottom: 60px;
  }
  .flow-list {
    border-radius: 10px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 70px;
  }
  .flow-list-card {
    background: #fff;
    display: grid;
    grid-template-columns: 130px 1fr;
    position: relative;
  }
  .flow-list-card:before {
    content: "";
    display: block;
    position: absolute;
    left: 55px;
    bottom: -45px;
    width: 20px;
    aspect-ratio: 1/1;
    background: url(../img/common/caret-down.png) no-repeat center/contain;
  }
  .flow-list-card:last-of-type:before {
    display: none;
  }
  .flow-list-card .step {
    background: #039dd2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
  .flow-list-card-contents {
    padding: 20px 40px;
    box-sizing: border-box;
  }
  .flow-list-card-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767px) {
  .flow {
    padding: 60px 0;
  }
  .flow-lead {
    margin-bottom: 40px;
  }
  .flow-list {
    border-radius: 10px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .flow-list-card {
    background: #fff;
    position: relative;
  }
  .flow-list-card:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -35px;
    width: 20px;
    transform: translateX(-50%);
    aspect-ratio: 1/1;
    background: url(../img/common/caret-down.png) no-repeat center/contain;
  }
  .flow-list-card:last-of-type:before {
    display: none;
  }
  .flow-list-card .step {
    background: #039dd2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
  }
  .flow-list-card-contents {
    padding: 20px 25px;
    box-sizing: border-box;
  }
  .flow-list-card-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #706965;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #eb5c00;
  border-bottom: 1px solid #eb5c00;
}
.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: #23211f;
}
.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: 768px) {
  .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: 767px) {
  .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 #eb5c00;
  background-color: #eb5c00;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

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

.complete-box .c-button-container {
  margin-top: 40px;
}

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

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #706965 1px;
}
.post-wrp .post-list-item a {
  color: #23211f;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #23211f;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .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-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: 767px) {
  .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-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 #23211f;
  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 #23211f;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #23211f;
  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: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #eb5c00;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #eb5c00;
  font-weight: bold;
}

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

.site-map-list > li {
  border-bottom: 1px solid #706965;
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #23211f;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #23211f;
}
@media screen and (min-width: 768px) {
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .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 #eb5c00;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #eb5c00;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

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

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   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 {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*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: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 180px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #f2f2f2;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
    box-shadow: 0 0 10px 5px rgba(35, 33, 31, 0.1);
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #706965;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #23211f;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #eb5c00 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*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;
    display: grid;
    row-gap: 30px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
    text-align: center;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .drawer-info .c-tel-number {
    font-family: "Geologica", sans-serif;
  }
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    padding: 0 20px 0 30px;
    height: 150px;
    display: grid;
    grid-template-columns: 210px 1fr;
    border-bottom: 2px solid #eb5c00;
    box-sizing: border-box;
  }
  .header-right {
    -moz-column-gap: 30px;
         column-gap: 30px;
    justify-content: flex-end;
  }
  .header-right-info {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .header-right-info a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border: solid 1px #eb5c00;
    min-width: 60px;
  }
  .header-right-info a:hover {
    background: rgba(235, 92, 0, 0.1);
  }
  .header-right-info a.c-tel-number {
    width: 200px;
  }
  .header-right-info a.c-tel-number .number {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
  }
  .header-right-info .bi-envelope-fill {
    color: #eb5c00;
    font-size: 18px;
  }
  .header .nav-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .header .nav a:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .header {
    padding: 0 0 0 5%;
    height: 70px;
  }
  .header-logo {
    width: 140px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    border-top: 2px solid #eb5c00;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header-right-info {
    width: 100%;
    box-sizing: border-box;
    -moz-column-gap: 10px;
         column-gap: 10px;
    height: 70px;
  }
  .header-right-info a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border: solid 1px #eb5c00;
    min-width: 40px;
  }
  .header-right-info a.c-tel-number {
    width: calc(100% - 100px);
  }
  .header-right-info a.c-tel-number .number {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
  }
  .header-right-info .bi-envelope-fill {
    color: #eb5c00;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .nav-list-item {
    position: relative;
  }
  .nav-list-item:hover .dropdown {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid #706965;
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #23211f;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #eb5c00;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.l-cta-container {
  box-sizing: border-box;
}
.l-cta .c-title {
  line-height: 1.5;
  color: #fff;
}
.l-cta-text {
  text-align: center;
  color: #fff;
  font-weight: 700;
}
.l-cta-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta-container {
    padding: 30px 55px;
  }
  .l-cta .c-title {
    margin-bottom: 20px;
  }
  .l-cta-text {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .l-cta-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: center;
    gap: 10px;
    align-items: stretch;
  }
  .l-cta-list-item {
    row-gap: 5px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .l-cta-list-item:has(a) {
    padding: 0;
  }
  .l-cta-list-item:has(a) a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }
  .l-cta-list-item:has(a) .bi {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .l-cta-list-item-name {
    font-size: 18px;
  }
  .l-cta-list-item .c-tel-number {
    line-height: 1;
  }
  .l-cta-list-item .c-tel-number .number {
    font-size: 34px;
  }
  .l-cta-list-item .c-tel-number .c-tel {
    line-height: 1;
  }
  .l-cta-list-item .c-tel-number .c-tel .bi {
    display: block;
  }
  .l-cta-list-item .c-tel-number .l-cta-list-item-sub-text {
    color: #eb5c00;
    margin-top: 15px;
  }
  .l-cta-list-item-tel {
    grid-row: span 2;
  }
  .l-cta-list-item .text {
    font-weight: 700;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta-text {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .l-cta-list {
    display: flex;
    flex-direction: column;
    text-align: center;
    gap: 10px;
    align-items: stretch;
  }
  .l-cta-list-item {
    row-gap: 5px;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .l-cta-list-item:has(a) {
    padding: 0;
  }
  .l-cta-list-item:has(a) a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
  }
  .l-cta-list-item:has(a) .bi {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .l-cta-list-item-name {
    font-size: 18px;
  }
  .l-cta-list-item .c-tel-number {
    line-height: 1;
  }
  .l-cta-list-item .c-tel-number .number {
    font-size: 26px;
  }
  .l-cta-list-item .c-tel-number .c-tel {
    line-height: 1;
  }
  .l-cta-list-item .c-tel-number .c-tel .bi {
    display: block;
  }
  .l-cta-list-item .c-tel-number .l-cta-list-item-sub-text {
    color: #eb5c00;
    margin-top: 15px;
    font-size: 12px;
  }
  .l-cta-list-item .text {
    font-weight: 700;
    font-size: 18px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .faq-list {
    row-gap: 40px;
  }
  .faq-list-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #706965;
  }
  .faq-list-item-title, .faq-list-item-body {
    position: relative;
    padding-left: 70px;
  }
  .faq-list-item-title .icon, .faq-list-item-body .icon {
    position: absolute;
    left: 0;
    top: -5px;
    width: 54px;
    height: 54px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
  }
  .faq-list-item-title .icon-q, .faq-list-item-body .icon-q {
    color: #039dd2;
    background: #f2f2f2;
  }
  .faq-list-item-title .icon-a, .faq-list-item-body .icon-a {
    color: #fff;
    background: #039dd2;
  }
  .faq-list-item-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .faq-list {
    row-gap: 30px;
  }
  .faq-list-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #706965;
  }
  .faq-list-item-title, .faq-list-item-body {
    position: relative;
    padding-left: 50px;
  }
  .faq-list-item-title .icon, .faq-list-item-body .icon {
    position: absolute;
    left: 0;
    top: -5px;
    width: 35px;
    height: 35px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
  }
  .faq-list-item-title .icon-q, .faq-list-item-body .icon-q {
    color: #039dd2;
    background: #f2f2f2;
  }
  .faq-list-item-title .icon-a, .faq-list-item-body .icon-a {
    color: #fff;
    background: #039dd2;
  }
  .faq-list-item-title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 25px;
  }
  .faq-list-item-body {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .c-solution {
    padding-top: 80px;
  }
  .c-solution .inbox {
    display: grid;
    text-align: center;
    grid-template-columns: 400px 1fr;
    height: 100%;
  }
  .c-solution-box {
    font-size: 18px;
    order: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .c-solution {
    padding-top: 60px;
  }
  .c-solution .inbox {
    display: flex;
    text-align: center;
    flex-direction: column;
    height: 100%;
    row-gap: 30px;
  }
  .c-solution-box {
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .c-solution-illust {
    width: 70%;
    margin: 0 auto;
  }
}

.c-contents-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-contents-list {
    row-gap: 15px;
  }
  .c-contents-card {
    display: flex;
    align-items: center;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .c-contents-card:nth-child(even) {
    flex-direction: row-reverse;
  }
  .c-contents-card-img {
    width: 450px;
  }
  .c-contents-card-box {
    width: calc(100% - 450px);
  }
}
@media screen and (max-width: 767px) {
  .c-contents-list {
    row-gap: 15px;
  }
  .c-contents-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
  }
  .c-contents-card-title {
    line-height: 1.5;
  }
  .c-contents-card-img {
    text-align: center;
  }
}

.footer {
  background: #f2f2f2;
}
.footer-heading {
  display: grid;
}
.footer-heading-info {
  display: flex;
  flex-direction: column;
}
.footer-nav-list a {
  color: #23211f;
}
.footer-nav-level01 {
  display: flex;
  flex-direction: column;
}
.footer-nav-level01-item {
  width: 100%;
  position: relative;
}
.footer-nav-level01-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #23211f;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 50px;
  }
  .footer-heading {
    grid-template-columns: 1fr 600px;
  }
  .footer-heading-info {
    row-gap: 30px;
  }
  .footer-nav {
    row-gap: 60px;
  }
  .footer-nav a:hover {
    text-decoration: underline;
  }
  .footer-nav-list {
    grid-template-columns: repeat(4, 1fr);
    display: grid;
    justify-content: flex-end;
    gap: 30px;
  }
  .footer-nav-level01 {
    margin-top: 10px;
    row-gap: 10px;
  }
  .footer-nav-level01-item {
    font-size: 12px;
    padding-left: 17px;
  }
  .footer-nav-level01-item:before {
    width: 10px;
  }
  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid #706965;
  }
  .footer-sub-nav {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
  }
  .footer-sub-nav a {
    color: #23211f;
  }
  .footer-sub-nav a:hover {
    text-decoration: underline;
  }
  .footer #copyright {
    font-size: 14px;
  }
  .footer #copyright a {
    color: #23211f;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 100px;
  }
  .footer-heading {
    row-gap: 50px;
  }
  .footer-heading-info {
    row-gap: 30px;
  }
  .footer-logo {
    width: 200px;
  }
  .footer-nav {
    row-gap: 60px;
  }
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    justify-content: flex-end;
    gap: 30px 20px;
  }
  .footer-nav-level01 {
    margin-top: 10px;
    row-gap: 10px;
  }
  .footer-nav-level01-item {
    font-size: 12px;
    padding-left: 17px;
  }
  .footer-nav-level01-item:before {
    width: 10px;
  }
  .footer-bottom {
    display: grid;
    margin-top: 80px;
    padding-top: 20px;
    border-top: 1px solid #706965;
  }
  .footer-sub-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .footer-sub-nav a {
    color: #23211f;
    font-size: 14px;
  }
  .footer #copyright {
    margin-top: 50px;
    font-size: 14px;
    text-align: center;
  }
  .footer #copyright a {
    color: #23211f;
  }
}/*# sourceMappingURL=style.css.map */