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

.left {
  float: left;
}

.right {
  float: right;
}

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

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

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

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

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

.border-bottom {
  border-bottom: 1px solid #c3c9ca;
}

.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 New", sans-serif;
  color: #000;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    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%;
  }
}

.half-bg {
  position: relative;
}
.half-bg .inbox,
.half-bg .widebox,
.half-bg .middlebox {
  position: relative;
  z-index: 10;
}
.half-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #f1f0ea;
}
.half-bg-left {
  left: 0;
}
.half-bg-right {
  right: 0;
}

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

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

.bg-vage {
  background: #f1f0ea;
}

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

.main-visual {
  position: relative;
}
@media screen and (min-width: 767px) {
  .main-visual-title {
    position: absolute;
    right: 1%;
    bottom: 27%;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-title {
    position: absolute;
    right: 5%;
    top: 10%;
    z-index: 10;
    width: 60%;
  }
}

.c-table {
  display: grid;
}
.c-table-item {
  border-bottom: 1px solid #c3c9ca;
  line-height: 1.7;
}
.c-table-item dt {
  color: #2b5b3b;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .c-table {
    row-gap: 25px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    row-gap: 15px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 100px 1fr;
    padding-bottom: 15px;
    font-size: 14px;
  }
}

.s-table {
  display: grid;
}
.s-table-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  line-height: 1.6;
}
.s-table-item-name {
  color: #2b5b3b;
  font-weight: 700;
  border: solid 1px #c3c9ca;
  line-height: 1.2;
}
.s-table-item .price {
  text-align: right;
  font-weight: 700;
  line-height: 1;
  color: #2b5b3b;
}
.s-table-item.column {
  display: flex;
  flex-wrap: wrap;
}
.s-table-item.column .s-table-item-others,
.s-table-item.column .s-table-item-text {
  width: 100%;
}
.s-table-item-others-list {
  display: grid;
}
.s-table-item-others-list-item {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (min-width: 767px) {
  .s-table {
    row-gap: 30px;
  }
  .s-table-item {
    grid-template-columns: auto 1fr;
  }
  .s-table-item-name {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .s-table-item .price {
    font-size: 30px;
  }
  .s-table-item .price small {
    font-size: 15px;
  }
  .s-table-item.column {
    row-gap: 13px;
  }
  .s-table-item-others-list {
    row-gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .s-table {
    row-gap: 20px;
  }
  .s-table-item {
    grid-template-columns: auto 1fr;
  }
  .s-table-item-name {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 5px;
  }
  .s-table-item-text {
    font-size: 14px;
  }
  .s-table-item .price {
    font-size: 25px;
  }
  .s-table-item .price small {
    font-size: 15px;
  }
  .s-table-item.column {
    row-gap: 13px;
  }
  .s-table-item-others {
    font-size: 14px;
  }
  .s-table-item-others-list {
    row-gap: 5px;
  }
}

.option-list-item {
  display: grid;
  grid-template-columns: 1fr 100px;
}
.option-list-item dd {
  text-align: right;
  box-sizing: border-box;
  padding-left: 10px;
}
@media screen and (min-width: 767px) {
  .option-list-item {
    font-size: 13px;
    row-gap: 5px;
  }
}
@media screen and (max-width: 768px) {
  .option-list-item {
    font-size: 13px;
    row-gap: 5px;
  }
}

.define-list {
  display: grid;
}
.define-list-body {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .define-list {
    row-gap: 50px;
  }
  .define-list-body {
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .define-list {
    row-gap: 40px;
  }
  .define-list .title01 .main {
    font-size: 18px;
  }
  .define-list-body {
    padding-left: 25px;
    font-size: 14px;
  }
}

.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: #c3c9ca;
}
.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: #2b5b3b;
  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: #c3c9ca;
  }
  .tag-list-item a {
    padding: 15px 35px;
  }
  .tag-list-item a:hover {
    background: #2b5b3b;
    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: #c3c9ca;
  }
  .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 {
  font-weight: 700;
}
.taxonomy-list-category {
  background: #2b5b3b;
}
.taxonomy-list-tag {
  background: #eac511;
}
@media screen and (min-width: 767px) {
  .taxonomy-list {
    gap: 2px 5px;
  }
  .taxonomy-list li {
    border-radius: 6px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
    padding: 2px 4px;
  }
}

.category-list {
  display: grid;
}
@media screen and (min-width: 767px) {
  .category-list {
    row-gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    row-gap: 10px;
  }
}

.faq-list {
  display: grid;
}
.faq-list-item {
  border: solid 2px #c3c9ca;
  border-radius: 8px;
  box-sizing: border-box;
}
.faq-list-item-title {
  color: #2b5b3b;
  line-height: 1.5;
  font-weight: 700;
  border-bottom: 1px solid #c3c9ca;
}
.faq-list-item .taxonomy-list {
  margin-top: 25px;
  justify-content: flex-end;
}
.faq-list-item .taxonomy-list-item {
  font-size: 12px;
  color: #2b5b3b;
}
@media screen and (min-width: 767px) {
  .faq-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .faq-list-item {
    padding: 25px;
  }
  .faq-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .faq-list {
    row-gap: 40px;
  }
  .faq-list-item {
    padding: 20px;
  }
  .faq-list-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}

.arw-bottom {
  position: relative;
}
.arw-bottom:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 15px solid transparent;
  border-top: 15px solid #c3c9ca;
  bottom: -30px;
}

.example {
  background: #f1f0ea;
  box-sizing: border-box;
}
.example-title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2b5b3b;
  border: solid 1px #c3c9ca;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .example {
    padding: 25px;
    border-radius: 8px;
    display: grid;
    -moz-column-gap: 25px;
    column-gap: 25px;
    grid-template-columns: 120px 1fr;
  }
  .example-title {
    border-radius: 8px;
  }
  .example .c-list {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  .example {
    padding: 20px;
    border-radius: 8px;
    display: grid;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .example-title {
    padding: 5px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .example .c-list {
    display: grid;
    row-gap: 5px;
    font-size: 14px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 100px;
  background: #fff;
  text-align: center;
  position: relative;
  line-height: 1.2;
}
.c-button .text {
  font-weight: 700;
  color: #2b5b3b;
}
.c-button .bi {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #2b5b3b;
}
.c-button.yellow-button {
  background: #eac511;
  border: solid 2px #eac511;
}
.c-button.yellow-button .bi,
.c-button.yellow-button .text {
  color: #191f20;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
    border: solid 2px #2b5b3b;
    min-width: 230px;
    max-width: 300px;
  }
  .c-button:hover {
    background: #2b5b3b;
    border: solid 2px #2b5b3b;
  }
  .c-button:hover .bi,
  .c-button:hover .text {
    color: #fff;
  }
  .c-button .bi {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 55px;
    border: solid 2px #2b5b3b;
    min-width: 200px;
    max-width: 300px;
    padding: 0 35px;
    box-sizing: border-box;
  }
  .c-button .text {
    font-size: 14px;
  }
  .c-button .bi {
    right: 10px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.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: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #000;
}
@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: #2b5b3b;
}
@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 {
  color: #fff;
  line-height: 1.2;
  box-sizing: border-box;
  font-weight: 700;
  background: url(../img/common/sub-visual-bg.jpg) no-repeat center/cover;
}
.sub-visual .sub,
.sub-visual .main {
  display: block;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: clamp(300px, 30vw, 450px);
    padding-right: 7%;
  }
  .sub-visual .sub {
    font-size: 22px;
  }
  .sub-visual .main {
    font-size: 54px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 120px;
    padding-right: 7%;
  }
  .sub-visual .sub {
    font-size: 14px;
  }
  .sub-visual .main {
    font-size: 18px;
  }
}

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

@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-link {
  border-bottom: 1px solid #2b5b3b;
  color: #2b5b3b !important;
  font-weight: 700;
  padding-bottom: 5px;
}
.text-link:hover {
  opacity: 0.8;
}

.c-text-bg {
  position: absolute;
  line-height: 0.9;
  color: #f1f0ea;
  font-weight: 700;
  z-index: 0;
}
.c-text-bg.white-text {
  color: #fff;
}
.c-text-bg-frame {
  position: relative;
}
.c-text-bg-frame .inbox,
.c-text-bg-frame .widebox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .c-text-bg {
    font-size: 200px;
  }
}
@media screen and (max-width: 768px) {
  .c-text-bg {
    font-size: 50px;
  }
}

.catch-text {
  box-sizing: border-box;
  color: #2b5b3b;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 8px;
}
@media screen and (min-width: 767px) {
  .catch-text {
    border: solid 3px #c3c9ca;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .catch-text {
    border: solid 2px #c3c9ca;
    padding: 10px;
  }
}

.c-tel {
  color: #2b5b3b;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  gap: 8px;
  align-items: center;
}
.c-tel .ic-tel {
  background: #2b5b3b;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .c-tel .ic-tel {
    color: #fff;
    font-size: 11px;
  }
  .c-tel .number {
    font-size: 40px;
    color: #2b5b3b;
  }
}
@media screen and (max-width: 768px) {
  .c-tel .ic-tel {
    color: #fff;
    font-size: 11px;
  }
  .c-tel .number {
    font-size: 25px;
    color: #2b5b3b;
  }
}

.worktime {
  font-size: 12px;
  letter-spacing: 0;
}

.review-count {
  position: relative;
}
.review-count .star-list {
  display: flex;
  color: #2b5b3b;
}
.review-count .star-list-current {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .review-count .star-list {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .review-count .star-list {
    font-size: 14px;
  }
}

.c-title {
  color: #2b5b3b;
  font-weight: 700;
  line-height: 1.5;
}
.c-title .sub {
  position: relative;
}
.c-title .sub .ic {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-title .main {
  display: block;
}
.c-title.white-title .main,
.c-title.white-title .sub {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title.border-bottom {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .c-title .sub {
    font-size: 18px;
    padding-right: 30px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .c-title .sub .bi {
    width: 18px;
  }
  .c-title .main {
    line-height: 1.2;
    font-size: 50px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title.border-bottom {
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .c-title .sub {
    font-size: 15px;
    padding-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
  }
  .c-title .sub .ic {
    width: 13px;
  }
  .c-title .sub .bi {
    width: 15px;
  }
  .c-title .main {
    line-height: 1.2;
    font-size: 24px;
  }
}

.title01 {
  line-height: 1.6;
  font-weight: 700;
  color: #2b5b3b;
  border-bottom: 1px solid #c3c9ca;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
}
.title01 .sub {
  color: #eac511;
  line-height: 1;
  position: relative;
}
.title01.column {
  line-height: 1.6;
  grid-template-columns: 1fr;
}
.title01.column .sub {
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .title01 .sub {
    font-size: 15px;
    top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .title01 .sub {
    font-size: 15px;
    top: 10px;
  }
}

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

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

@media screen and (min-width: 767px) {
  .l-contents {
    display: grid;
    row-gap: 50px;
  }
  .l-contents-item {
    display: flex;
    justify-content: space-between;
  }
  .l-contents-item-img {
    width: 400px;
  }
  .l-contents-item-description {
    width: 650px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents {
    display: grid;
    row-gap: 50px;
  }
  .l-contents-item-img {
    text-align: center;
    margin-bottom: 20px;
  }
}

.l-plan-head {
  display: grid;
  align-items: flex-end;
}
.l-plan-head .c-title {
  margin-bottom: 0;
}
.l-plan-list-item {
  box-sizing: border-box;
  background: #fff;
}
.l-plan-list-item-title {
  font-weight: 700;
  color: #2b5b3b;
  line-height: 1.6;
  border-bottom: 1px solid #c3c9ca;
}
@media screen and (min-width: 767px) {
  .l-plan-head {
    grid-template-columns: 1fr 300px;
    margin-bottom: 45px;
  }
  .l-plan-head .c-button {
    width: 300px;
  }
  .l-plan-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .l-plan-list-item {
    border-radius: 8px;
    padding: 30px 20px;
  }
  .l-plan-list-item-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .l-plan .option-list {
    border-top: 1px solid #c3c9ca;
    padding-top: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-plan-head {
    grid-template-columns: 1fr 140px;
    margin-bottom: 45px;
  }
  .l-plan-head .c-button {
    width: 140px;
    min-width: initial;
    padding: 0;
  }
  .l-plan-head .c-button .text {
    font-size: 12px;
  }
  .l-plan-head .c-button .bi {
    right: 5px;
  }
  .l-plan-list {
    display: grid;
    row-gap: 30px;
  }
  .l-plan-list-item {
    border-radius: 8px;
    padding: 30px 20px;
  }
  .l-plan-list-item-title {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .l-plan .option-list {
    border-top: 1px solid #c3c9ca;
    padding-top: 15px;
    margin-top: 15px;
  }
}

.c-column-list-item {
  border: solid 2px #c3c9ca;
  box-sizing: border-box;
  border-radius: 8px;
}
.c-column-three-list-item {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .c-column-three-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-column-three-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

/*top-about
=========================================================*/
.top-about {
  position: relative;
}
.top-about .inbox {
  position: relative;
  z-index: 10;
}
.top-about .c-text-bg {
  right: 0;
  top: 0;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding: 100px 0;
    background: #fff;
  }
  .top-about .inbox {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .top-about-contents-text {
    font-size: 18px;
  }
  .top-about-contents-text p {
    margin-bottom: 25px;
  }
  .top-about-contents-text p:last-of-type {
    margin-bottom: 0;
  }
  .top-about .c-button {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 70px 0;
    background: #fff;
  }
  .top-about-contents-text p {
    margin-bottom: 20px;
  }
  .top-about-contents-text p:last-of-type {
    margin-bottom: 0;
  }
  .top-about .c-button {
    width: 300px;
    display: flex;
    min-width: initial;
    margin: 50px auto 0;
  }
}

/*top-service
=========================================================*/
.top-service {
  position: relative;
  background: #f1f0ea;
}
.top-service .widebox {
  position: relative;
  z-index: 10;
}
.top-service .c-text-bg {
  bottom: 0;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .top-service {
    padding: 70px 0 100px;
  }
  .top-service .widebox {
    display: flex;
    justify-content: space-between;
  }
  .top-service .catch-text {
    font-size: 28px;
  }
  .top-service-contents {
    width: 640px;
  }
  .top-service-img {
    text-align: right;
    width: calc(100% - 640px);
  }
  .top-service .c-button {
    margin-top: 50px;
  }
  .top-service .c-text-bg {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 60px 0 80px;
  }
  .top-service .catch-text {
    text-align: center;
    font-size: 20px;
  }
  .top-service-img {
    width: 70%;
    margin-top: 50px;
    position: relative;
    left: -5%;
  }
  .top-service .c-button {
    display: flex;
    margin: 50px auto 0;
  }
  .top-service .c-text-bg {
    right: 0;
  }
}

/*top-video
=========================================================*/
.top-video-list {
  display: grid;
}
.top-video-list-card {
  border: solid 1px #c3c9ca;
  box-sizing: border-box;
  border-radius: 8px;
}
.top-video-list-card-ic {
  text-align: center;
}
.top-video-list-card-title {
  color: #2b5b3b;
  line-height: 1.2;
  font-weight: 700;
}
.top-video-list-card-title .number {
  color: #eac511;
}
.top-video-list .etx-text {
  text-align: right;
}
@media screen and (min-width: 767px) {
  .top-video {
    padding: 100px 0;
  }
  .top-video-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
  .top-video-list-card {
    padding: 40px 20px;
  }
  .top-video-list-card-ic {
    margin-bottom: 25px;
  }
  .top-video-list-card-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .top-video-list-card-title .number {
    font-size: 15px;
    margin-right: 10px;
  }
  .top-video-list-card .c-list {
    box-sizing: border-box;
    padding-left: 30px;
  }
  .top-video-list .etx-text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .top-video {
    padding: 60px 0;
  }
  .top-video-list {
    row-gap: 20px;
  }
  .top-video-list-card {
    padding: 30px 20px;
  }
  .top-video-list-card-ic {
    margin-bottom: 25px;
  }
  .top-video-list-card-title {
    font-size: 20px;
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .top-video-list-card-title .number {
    font-size: 15px;
    top: 5px;
    position: relative;
  }
  .top-video-list-card .c-list {
    box-sizing: border-box;
    padding-left: 30px;
  }
  .top-video-list .etx-text {
    margin-top: 20px;
    padding-right: 15px;
  }
}

/*top-faq
=========================================================*/
.top-faq {
  position: relative;
  background: #f1f0ea;
}
.top-faq .widebox {
  position: relative;
  z-index: 10;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
}
.top-faq .c-title {
  margin-bottom: 0;
}
.top-faq-head {
  display: flex;
  align-items: flex-end;
}
.top-faq .c-text-bg {
  bottom: 0;
  right: 0;
  text-align: right;
}
@media screen and (min-width: 767px) {
  .top-faq {
    padding: 100px 0;
  }
  .top-faq .widebox {
    padding: 60px 100px 100px;
  }
  .top-faq-head {
    margin-bottom: 40px;
  }
  .top-faq-head .c-title {
    width: calc(100% - 220px);
  }
  .top-faq-list {
    align-items: flex-start;
  }
  .top-faq-list .faq-list-item {
    position: relative;
  }
  .top-faq-list .faq-list-item:nth-child(2) {
    top: 30px;
  }
  .top-faq .c-button {
    width: 220px;
    min-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 50px 0 160px;
  }
  .top-faq .widebox {
    padding: 40px 25px 70px;
  }
  .top-faq-head {
    margin-bottom: 40px;
  }
  .top-faq-head .c-title {
    width: calc(100% - 110px);
  }
  .top-faq-head .c-title .main {
    font-size: 20px;
  }
  .top-faq-head .c-button {
    min-width: initial;
    width: 110px;
    justify-content: flex-start;
    height: 50px;
    padding: 0 15px;
  }
  .top-faq-head .c-button .text {
    font-size: 11px;
  }
  .top-faq-head .c-button .text .bi {
    right: 5px;
  }
}

/*top-company
=========================================================*/
.top-company {
  position: relative;
}
.top-company .inbox {
  position: relative;
  z-index: 10;
}
.top-company .c-text-bg {
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 767px) {
  .top-company {
    padding: 100px 0 120px;
  }
  .top-company .inbox {
    display: flex;
    justify-content: space-between;
  }
  .top-company-contents {
    width: 550px;
  }
  .top-company-img {
    width: 480px;
  }
}
@media screen and (max-width: 768px) {
  .top-company {
    padding: 60px 0 70px;
  }
  .top-company-img {
    text-align: center;
    margin-top: 30px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #f1f0ea;
}
.top-column-head {
  display: grid;
}
.top-column-list {
  display: grid;
}
.top-column-list-item a {
  color: #000;
}
.top-column-list-item .post-date {
  color: #2b5b3b;
  font-weight: 700;
}
.top-column-list-item-title {
  font-weight: 700;
  line-height: 1.5;
  border-bottom: 1px solid #c3c9ca;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 110px 0 100px;
  }
  .top-column-head {
    margin-bottom: 50px;
    grid-template-columns: 1fr 220px;
  }
  .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-wrap {
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(43, 91, 59, 0.25);
  }
  .top-column-list-item .com-img {
    padding-top: 270px;
    border-radius: 8px;
    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: 110px 0 100px;
  }
  .top-column-head {
    margin-bottom: 50px;
    grid-template-columns: 1fr 120px;
    justify-content: flex-end;
  }
  .top-column-head .c-title {
    margin-bottom: 0;
  }
  .top-column-head .c-button {
    width: 120px;
    min-width: initial;
    justify-content: flex-start;
    padding: 0 10px;
    height: 50px;
  }
  .top-column-head .c-button .text {
    font-size: 11px;
  }
  .top-column-head .c-button .bi {
    right: 5px;
  }
  .top-column-list {
    display: grid;
    row-gap: 40px;
  }
  .top-column-list-item .com-img-wrap {
    border-radius: 8px;
    box-shadow: 5px 5px 5px rgba(43, 91, 59, 0.25);
  }
  .top-column-list-item .com-img {
    padding-top: 68%;
    border-radius: 8px;
    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-news
=========================================================*/
.top-news .news-list {
  box-sizing: border-box;
  display: grid;
}
.top-news .news-list-item {
  border: solid 2px #c3c9ca;
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
.top-news .news-list-item a {
  display: block;
  position: relative;
  line-height: 1.5;
}
.top-news .news-list-item a .bi {
  position: absolute;
  right: 0;
  top: 50%;
  color: #2b5b3b;
  transform: translateY(-50%);
}
.top-news .news-list-item a time {
  color: #2b5b3b;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 130px 0;
  }
  .top-news .inbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  .top-news-head {
    display: grid;
    width: 220px;
    min-height: 330px;
    grid-template-rows: 1fr auto;
  }
  .top-news .news-list {
    width: calc(100% - 220px);
    padding-left: 60px;
    box-sizing: border-box;
    row-gap: 15px;
  }
  .top-news .news-list-item {
    box-shadow: 5px 5px 5px rgba(43, 91, 59, 0.25);
  }
  .top-news .news-list-item:hover {
    opacity: 0.8;
  }
  .top-news .news-list-item a {
    font-weight: 700;
    padding: 20px 15px;
  }
  .top-news .news-list-item a .bi {
    right: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr 120px;
  }
  .top-news-head .c-button {
    width: 120px;
    min-width: initial;
    justify-content: flex-start;
    padding: 0 10px;
    height: 50px;
  }
  .top-news-head .c-button .text {
    font-size: 11px;
  }
  .top-news-head .c-button .bi {
    right: 5px;
  }
  .top-news .news-list {
    box-sizing: border-box;
    row-gap: 15px;
  }
  .top-news .news-list-item {
    box-shadow: 5px 5px 5px rgba(43, 91, 59, 0.25);
  }
  .top-news .news-list-item a {
    font-weight: 700;
    padding: 20px 35px 20px 15px;
    font-size: 14px;
  }
  .top-news .news-list-item a .bi {
    right: 10px;
    font-size: 15px;
  }
}

.feature {
  position: relative;
}
.feature .c-text-bg {
  right: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .feature {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .feature {
    padding: 70px 0 60px;
  }
}

.type .c-text-bg {
  right: 0;
  top: 0;
}
.type-list-item {
  border: 2px solid #c3c9ca;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .type {
    padding: 120px 0 100px;
  }
  .type .c-title {
    margin-bottom: 30px;
  }
  .type-container {
    display: grid;
    grid-template-columns: 300px 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    align-items: flex-start;
  }
  .type-container .c-button {
    width: 100%;
    padding-left: 30px;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .type .category-list {
    position: sticky;
    left: 0;
    top: 0;
    padding-top: 20px;
  }
  .type-list {
    padding-top: 20px;
    display: grid;
    row-gap: 30px;
  }
  .type-list-item {
    border-radius: 8px;
    padding: 30px;
  }
  .type-list-item-img {
    margin-bottom: 20px;
  }
  .type .example {
    margin: 30px auto 0;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .type {
    padding: 70px 0 60px;
  }
  .type .c-title {
    margin-bottom: 30px;
  }
  .type-container {
    display: grid;
    row-gap: 40px;
  }
  .type .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .type .category-list .c-button {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    justify-content: flex-start;
    min-width: initial;
    text-align: left;
  }
  .type .category-list .c-button .text {
    font-size: 12px;
  }
  .type-list {
    display: grid;
    row-gap: 20px;
  }
  .type-list-item {
    border-radius: 8px;
    padding: 20px;
  }
  .type-list-item-img {
    margin-bottom: 15px;
  }
  .type-list-item-text {
    font-size: 14px;
  }
  .type .example {
    margin: 30px auto 0;
  }
}

@media screen and (min-width: 767px) {
  .all-plan {
    padding: 110px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .all-plan {
    padding: 70px 0 60px;
  }
}

.faq .inbox {
  display: grid;
}
.faq .c-title {
  margin-bottom: 0;
}
.faq .c-text-bg {
  right: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .faq {
    padding: 120px 0 100px;
  }
  .faq .inbox {
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 70px 0 60px;
  }
  .faq .inbox {
    row-gap: 40px;
  }
}

.movie-trouble .c-text-bg {
  right: 0;
  top: 0;
}
.movie-trouble-list-item {
  box-sizing: border-box;
  text-align: center;
  line-height: 1.6;
  font-weight: 700;
  color: #2b5b3b;
}
.movie-trouble-solution {
  font-weight: 700;
  background: #2b5b3b;
  color: #fff;
  position: relative;
  line-height: 1.6;
  box-sizing: border-box;
}
.movie-trouble-solution:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .movie-trouble-description {
    padding: 120px 0 60px;
  }
  .movie-trouble-list-item {
    font-size: 18px;
    padding: 25px;
  }
  .movie-trouble-solution {
    position: relative;
    padding: 50px 0;
    font-size: 36px;
  }
  .movie-trouble-solution:before {
    border: 25px solid transparent;
    border-top: 20px solid #fff;
  }
}
@media screen and (max-width: 768px) {
  .movie-trouble-description {
    padding: 70px 0 60px;
  }
  .movie-trouble-list-item {
    font-size: 17px;
    padding: 15px;
  }
  .movie-trouble-solution {
    position: relative;
    padding: 30px 10px 25px;
    font-size: 20px;
    line-height: 1.4;
  }
  .movie-trouble-solution:before {
    border: 18px solid transparent;
    border-top: 15px solid #fff;
  }
}

.movie-feature-head {
  display: grid;
  align-items: flex-end;
}
.movie-feature-head .c-title {
  margin-bottom: 0;
}
.movie-feature-list-item {
  position: relative;
}
.movie-feature-list-item .number {
  position: absolute;
  left: 0;
  top: 0;
  background: #f1f0ea;
  color: #eac511;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.movie-feature-list-item-title {
  line-height: 1.5;
  color: #2b5b3b;
  font-weight: 700;
  border-bottom: 1px solid #c3c9ca;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 767px) {
  .movie-feature {
    padding: 110px 0 100px;
  }
  .movie-feature-head {
    grid-template-columns: 1fr 300px;
    margin-bottom: 45px;
  }
  .movie-feature-head .c-button {
    width: 300px;
  }
  .movie-feature-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .movie-feature-list-item .number {
    width: 80px;
    height: 50px;
    font-size: 24px;
    border-radius: 6px 0 8px 0;
  }
  .movie-feature-list-item-img {
    margin-bottom: 25px;
  }
  .movie-feature-list-item-title {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .movie-feature {
    padding: 70px 0 60px;
  }
  .movie-feature-head {
    margin-bottom: 30px;
  }
  .movie-feature-list {
    display: grid;
    row-gap: 40px;
  }
  .movie-feature-list-item .number {
    width: 80px;
    height: 50px;
    font-size: 24px;
    border-radius: 6px 0 6px 0;
  }
  .movie-feature-list-item-img {
    max-width: 340px;
    position: relative;
    text-align: center;
    margin: 0 auto 25px;
  }
  .movie-feature-list-item-title {
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
  }
  .movie-feature .c-button-box {
    margin-top: 40px;
    text-align: center;
  }
}

.movie-flow-list {
  display: grid;
}
.movie-flow-list-item {
  position: relative;
}
.movie-flow-list-item:last-of-type:before {
  display: none;
}
.movie-flow-list-item:before {
  content: "";
  display: block;
  position: absolute;
}
.movie-flow-list-item-name {
  line-height: 1.5;
  color: #fff;
  flex-flow: 700;
  background: #2b5b3b;
  border-radius: 6px 6px 0 0;
  text-align: center;
}
.movie-flow-list-item-box {
  box-sizing: border-box;
}
.movie-flow-list .etc-text {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .movie-flow {
    padding: 100px 0;
  }
  .movie-flow-list {
    gap: 25px;
    grid-template-columns: repeat(4, 1fr);
  }
  .movie-flow-list-item:nth-of-type(4n):before {
    display: none;
  }
  .movie-flow-list-item:before {
    top: 50%;
    transform: translateY(-50%);
    right: -37px;
    border: 15px solid transparent;
    border-left: 13px solid #c3c9ca;
  }
  .movie-flow-list-item-name {
    font-size: 20px;
    padding: 10px;
  }
  .movie-flow-list-item-box {
    padding: 25px 15px;
  }
  .movie-flow-list-item .etc-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .movie-flow {
    padding: 60px 0;
  }
  .movie-flow-list {
    row-gap: 35px;
  }
  .movie-flow-list-item:before {
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    border: 15px solid transparent;
    border-top: 13px solid #c3c9ca;
  }
  .movie-flow-list-item-name {
    font-size: 20px;
    padding: 10px;
  }
  .movie-flow-list-item-box {
    padding: 25px 15px;
  }
  .movie-flow-list-item .etc-text {
    margin-top: 10px;
  }
}

@media screen and (min-width: 767px) {
  .recommend-plan {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .recommend-plan {
    padding: 70px 0 60px;
  }
}

.voice .widebox {
  background: #fff;
  box-sizing: border-box;
}
.voice-list-item {
  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 #c3c9ca;
  font-weight: 700;
  line-height: 1.6;
  color: #2b5b3b;
}
@media screen and (min-width: 767px) {
  .voice {
    padding: 50px 0;
  }
  .voice .widebox {
    padding: 60px 100px 80px;
  }
  .voice .c-title {
    margin-bottom: 50px;
  }
  .voice-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 15px;
  }
  .voice-list-item {
    padding: 35px 25px 40px;
  }
  .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: 5px;
  }
  .voice-list-item-title {
    padding-bottom: 15px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    padding: 40px 0;
  }
  .voice .widebox {
    padding: 60px 25px 80px;
  }
  .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;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #c3c9ca;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #2b5b3b;
  border-bottom: 1px solid #2b5b3b;
}
.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: #000;
}
.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 #2b5b3b;
  background-color: #2b5b3b;
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .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: 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 #c3c9ca 1px;
}
.post-wrp .post-list-item a {
  color: #000;
  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 #c3c9ca 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #000;
}
.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 #000;
  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 #000;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #000;
  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 #2b5b3b;
}
@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: #2b5b3b;
  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 #2b5b3b;
  line-height: 1;
  font-size: 14px;
  color: #2b5b3b;
}
#contents-u.s-post .tag-name span {
  color: #2b5b3b;
}

.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 #c3c9ca;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #000;
}
.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 #2b5b3b;
  }
}
@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 #2b5b3b;
  }
}

.not-found-txt p a {
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid #000;
  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: 30px;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #f1f0ea;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 6% 8% 8%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c3c9ca;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    display: flex;
    align-items: center;
    -moz-column-gap: 15px;
    column-gap: 15px;
    color: #2b5b3b;
    font-weight: 700;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #2b5b3b !important;
    right: 10px !important;
    top: 10px;
    border-radius: 6px;
  }
  /*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: 20px;
    justify-content: center;
  }
  .drawer-info-list {
    display: grid;
    row-gap: 15px;
    text-align: center;
  }
}
.header {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .header {
    padding: 0 20px 0 30px;
    height: 110px;
  }
  .header-left {
    width: clamp(150px, 12vw, 240px);
  }
  .header-right {
    width: calc(100% - clamp(150px, 10vw, 240px));
  }
  .header .nav-list-item {
    margin-right: 30px;
  }
  .header .nav-list-item-button {
    margin-right: 10px;
  }
  .header .nav-list-item-text a {
    font-weight: 700;
    color: #000;
    border-bottom: 1px solid transparent;
  }
  .header .nav-list-item-text a:hover {
    color: #2b5b3b;
    border-bottom: 1px solid #2b5b3b;
  }
  .header .nav-list-item:last-of-type {
    margin-right: 0;
  }
  .header .nav-list-item .yellow-button {
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px;
    height: 70px;
  }
  .header-left {
    width: 120px;
  }
  .header-right {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .header .nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 80px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .header .nav-list-item-text {
    display: none;
  }
  .header .nav-list-item-button .c-button {
    width: 100%;
    min-width: initial;
  }
}

.l-cta {
  background: #2b5b3b;
  position: relative;
}
.l-cta .widebox {
  position: relative;
  z-index: 10;
}
.l-cta .c-text-bg {
  right: 0;
  top: 0;
}
.l-cta-contents {
  box-sizing: border-box;
  background: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta .c-text-bg {
    font-size: 180px;
  }
  .l-cta .widebox {
    display: flex;
    align-items: center;
  }
  .l-cta .c-title {
    width: 530px;
  }
  .l-cta-contents {
    width: calc(100% - 530px);
    padding: 60px;
  }
  .l-cta-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .l-cta-list .worktime {
    text-align: right;
    font-size: 12px;
    letter-spacing: 0;
  }
  .l-cta-list .c-button {
    width: 280px;
  }
  .l-cta .lead-text {
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 50px 0 30px;
  }
  .l-cta .c-text-bg {
    font-size: 40px;
  }
  .l-cta .c-title .main {
    font-size: 20px;
  }
  .l-cta .c-title .main br {
    display: none;
  }
  .l-cta-contents {
    padding: 20px;
  }
  .l-cta-list {
    display: grid;
    row-gap: 15px;
    text-align: center;
  }
  .l-cta-list .worktime {
    font-size: 12px;
    letter-spacing: 0;
  }
  .l-cta-list .c-button {
    width: 280px;
  }
  .l-cta .lead-text {
    font-size: 13px;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (min-width: 767px) {
  .footer {
    padding: 80px 0;
  }
  .footer-left {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-address {
    margin-bottom: 30px;
  }
  .footer-tel {
    display: inline-block;
  }
  .footer-tel .worktime {
    text-align: right;
  }
  .footer-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    display: grid;
    grid-template-columns: 260px 160px;
  }
  .footer-nav {
    display: grid;
    row-gap: 35px;
  }
  .footer-nav-item a {
    color: #000;
    font-weight: 700;
    border-bottom: 1px solid transparent;
  }
  .footer-nav-item a:hover {
    color: #2b5b3b;
    border-bottom: 1px solid #2b5b3b;
  }
  .footer-foot {
    margin-top: 45px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-end;
  }
  .footer-foot-list {
    order: 2;
    display: flex;
    justify-content: flex-end;
  }
  .footer-foot #copyright {
    order: 1;
    color: #000;
    font-size: 12px;
  }
  .footer-foot #copyright a {
    color: #000;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 100px;
  }
  .footer-head {
    display: grid;
    text-align: center;
    row-gap: 40px;
  }
  .footer-logo {
    width: 150px;
    margin: 0 auto 40px;
  }
  .footer-address {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .footer-tel {
    display: inline-block;
  }
  .footer-tel .worktime {
    text-align: right;
  }
  .footer-right {
    display: grid;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: auto 1fr;
  }
  .footer-nav {
    display: grid;
    row-gap: 15px;
  }
  .footer-nav-item {
    text-align: left;
  }
  .footer-nav-item a {
    color: #000;
    font-weight: 700;
    font-size: 13px;
    border-bottom: 1px solid transparent;
  }
  .footer-foot {
    margin-top: 45px;
  }
  .footer-foot-list {
    order: 2;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }
  .footer-foot #copyright {
    text-align: center;
    order: 1;
    color: #000;
    font-size: 11px;
  }
  .footer-foot #copyright a {
    color: #000;
    font-size: 11px;
  }
} /*# sourceMappingURL=style.css.map */
