@charset "UTF-8";
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;
}

.spaceing-l {
  letter-spacing: 0.2em;
}

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%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    max-width: 1680px;
  }
}
@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(17, 17, 17, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(17, 17, 17, 0.15);
  }
}

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

.bg-vage {
  background: #fffaef;
}

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

.main-visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-visual {
    background-image: url(../img/top/kv_bg.jpg);
    aspect-ratio: 1920/800;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    background-image: url(../img/top/sp_kv_bg.jpg);
    aspect-ratio: 375/540;
  }
}
.main-visual-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  position: absolute;
  left: 10vw;
  bottom: 30px;
}
@media screen and (min-width: 768px) {
  .main-visual-title__jp {
    font-size: 3.2rem;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .main-visual-title__en {
    font-size: 9rem;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-box-trim: trim-both;
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-title__jp {
    font-size: 5vw;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
  .main-visual-title__en {
    font-size: 10vw;
    color: #fff;
    font-family: "Poppins", sans-serif;
    text-box-trim: trim-both;
    line-height: 1.3;
  }
}

.page-main-visual {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1920/550;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-main-visual {
    aspect-ratio: 1920/550;
  }
}
@media screen and (max-width: 767px) {
  .page-main-visual {
    aspect-ratio: 375/250;
  }
}
.page-main-visual-title {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
  position: absolute;
  bottom: 30px;
  left: 5vw;
}
.page-main-visual-title__jp {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-main-visual-title__jp {
    font-size: 9rem;
  }
}
@media screen and (max-width: 767px) {
  .page-main-visual-title__jp {
    font-size: 10vw;
  }
}
.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: 5px;
  font-weight: 700;
}
.taxonomy-list-category {
  background: #49af33;
}
.taxonomy-list-tag {
  background: #ffa600;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    border-radius: 6px;
    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;
    padding: 2px 4px;
  }
}

.c-button {
  display: block;
  inline-size: fit-content;
  border-radius: 50vw;
  padding: 10px 35px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  transition: 0.3s all;
}
.c-button:visited {
  color: #fff;
}
.c-button:hover {
  background: #fff;
  color: #49af33;
}
.c-button.--white {
  border: 1px solid #fff;
  color: #fff;
}
.c-button.--white:hover {
  background: #fff;
  color: #111111;
}
.c-button.--green {
  background: #fff;
  border: 1px solid #49af33;
  color: #49af33;
}
.c-button.--green:hover {
  background: #49af33;
  color: #fff;
}
.c-button.--green.--en {
  letter-spacing: 0.2em;
  font-family: "Poppins", sans-serif;
}
.c-button-border {
  display: block;
  inline-size: fit-content;
  border-bottom: 1px solid #49af33;
  padding-block-end: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  transition: 0.3s all;
}
.c-button-border i {
  color: #49af33;
  transition: 0.3s all;
}
.c-button-border:hover {
  color: #49af33;
}
.c-button-border.--en {
  letter-spacing: 0.2em;
  font-family: "Poppins", sans-serif;
}

.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;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  -webkit-justify-content: center;
  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: #111111;
}
@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: #49af33;
}
@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;
  }
}

@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;
}

.c-title {
  letter-spacing: 0.15em;
  text-box-trim: trim-both;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 3.5rem;
    margin-block-end: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 2.5rem;
    margin-block-end: 20px;
  }
}
.c-title span {
  color: #49af33;
}

.c-title-text {
  line-height: 2;
  margin-block-start: 1.5rem;
}

.title01 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 2.5rem;
    margin-block-end: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 2rem;
    margin-block-end: 15px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb ul {
    inline-size: fit-content;
    margin-inline-start: auto;
  }
  #bread-clumb ul li {
    position: relative;
    color: #111111;
    font-size: 14px;
    float: left;
    margin-right: 25px;
  }
  #bread-clumb ul li:after {
    content: "ー";
    position: absolute;
    display: block;
    right: -20px;
    top: 0;
  }
  #bread-clumb ul li:last-child {
    margin-right: 0;
  }
  #bread-clumb ul li:last-child:after {
    display: none;
  }
  #bread-clumb ul li a {
    color: #111111;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb ul li a:hover {
    border-bottom: 1px solid #111111;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*card
=========================================================*/
.card {
  background: #fff;
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
  border-radius: 10px;
  position: relative;
  transition: 0.3s all;
}
.card:hover {
  opacity: 0.6;
}
.card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card__thumbnail.com-img {
  padding-top: 50%;
  border-radius: 8px 8px 0 0;
}
.card__body {
  padding: 20px 30px 40px;
  letter-spacing: 0.1em;
}
.card__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.card__tag {
  font-size: 1.4rem;
  color: #49af33;
}
.card__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-block-start: 10px;
  margin-block-end: 20px;
  padding-block-end: 20px;
  border-bottom: 1px solid #111111;
  line-height: 1.5;
}
.card__text {
  font-size: 1.5rem;
  line-height: 1.5;
}
.card .c-button-border {
  margin-block-start: 20px;
  margin-inline-start: auto;
}

/*top-philosophy
=========================================================*/
.top-philosophy {
  position: relative;
}
.top-philosophy::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/top/top-philosophy-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .top-philosophy {
    margin-block: 100px 150px;
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy {
    margin-block: 10vw;
  }
}
.top-philosophy .top-philosophy-inner {
  position: relative;
  z-index: 1;
  gap: 80px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-philosophy .top-philosophy-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text {
    inline-size: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text {
    inline-size: 100%;
  }
}
@media screen and (min-width: 768px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text p {
    line-height: 3.3;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text p {
    line-height: 2;
  }
}
@media screen and (min-width: 768px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text p:first-of-type {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text p:first-of-type {
    margin-block-start: 20px;
  }
}
.top-philosophy .top-philosophy-inner .top-philosophy-text p + p {
  margin-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text p + p {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-text p + p {
    margin-block-start: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-img {
    inline-size: calc((100% - 80px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .top-philosophy .top-philosophy-inner .top-philosophy-img {
    inline-size: 100%;
  }
}

/*top-service
=========================================================*/
.top-service .top-service-inner {
  display: grid;
}
@media screen and (min-width: 768px) {
  .top-service .top-service-inner {
    grid-template-columns: repeat(3, minmax(auto, 1fr));
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service-inner {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    margin-block-start: 30px;
  }
}
.top-service .top-service-inner .top-service-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  display: block grid;
  place-content: center;
  place-items: center;
  padding-inline: 30px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-service .top-service-inner .top-service-item {
    block-size: 650px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service-inner .top-service-item {
    block-size: auto;
    padding-block: 15vw;
  }
}
.top-service .top-service-inner .top-service-item.--first {
  background-image: url("/img/top/top-service-img01.jpg");
}
.top-service .top-service-inner .top-service-item.--second {
  background-image: url("/img/top/top-service-img02.jpg");
}
.top-service .top-service-inner .top-service-item.--third {
  background-image: url("/img/top/top-service-img03.jpg");
}
.top-service .top-service-inner .top-service-item .top-service-item__block {
  max-inline-size: 500px;
  inline-size: 100%;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.top-service .top-service-inner .top-service-item .top-service-item__block .top-service-item__blockTitle {
  line-height: 1;
  text-box-trim: trim-both;
  letter-spacing: 0.1em;
  position: relative;
  padding-block-end: 20px;
  margin-block-end: 20px;
}
@media screen and (min-width: 768px) {
  .top-service .top-service-inner .top-service-item .top-service-item__block .top-service-item__blockTitle {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service-inner .top-service-item .top-service-item__block .top-service-item__blockTitle {
    font-size: 2.5rem;
  }
}
.top-service .top-service-inner .top-service-item .top-service-item__block .top-service-item__blockTitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  inline-size: 30px;
  block-size: 1px;
  background: #fff;
}
.top-service .top-service-inner .top-service-item .top-service-button {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .top-service .top-service-inner .top-service-item .top-service-button {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 767px) {
  .top-service .top-service-inner .top-service-item .top-service-button {
    margin-block-start: 40px;
  }
}

/*top-work
=========================================================*/
@media screen and (min-width: 768px) {
  .top-work {
    padding-block: 120px 150px;
  }
}
@media screen and (max-width: 767px) {
  .top-work {
    padding-block: 10vw;
  }
}
.top-work .top-work-inner {
  display: flex;
  padding-inline: 20px;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner {
    justify-content: flex-end;
    gap: 90px;
  }
}
@media screen and (max-width: 1600px) {
  .top-work .top-work-inner {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block {
    padding-inline-start: 200px;
  }
}
@media screen and (max-width: 1600px) {
  .top-work .top-work-inner .top-work-block {
    padding-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block {
    padding-inline-start: 0;
  }
}
.top-work .top-work-inner .top-work-block__inner {
  gap: 15px;
  display: flex;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block__inner:first-of-type {
    margin-block-start: 70px;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block__inner:first-of-type {
    margin-block-start: 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block__inner + .top-work-block__inner {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block__inner + .top-work-block__inner {
    margin-block-start: 30px;
  }
}
.top-work .top-work-inner .top-work-block__inner .top-work-block__innerImg {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerImg {
    inline-size: 220px;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerImg {
    inline-size: 40%;
  }
}
.top-work .top-work-inner .top-work-block__inner .top-work-block__innerText {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerText {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerText {
    justify-content: flex-start;
    gap: 20px;
  }
}
.top-work .top-work-inner .top-work-block__inner .top-work-block__innerText .top-work-block__innerTextTitle {
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerText .top-work-block__innerTextTitle {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerText .top-work-block__innerTextTitle {
    font-size: 2rem;
  }
}
.top-work .top-work-inner .top-work-block__inner .top-work-block__innerText .top-work-block__innerTextTitle::before {
  content: "";
  position: absolute;
  left: 0;
  inline-size: 30px;
  block-size: 1px;
  background: #111111;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerText .top-work-block__innerTextTitle::before {
    bottom: -15px;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-block__inner .top-work-block__innerText .top-work-block__innerTextTitle::before {
    bottom: -8px;
  }
}
.top-work .top-work-inner .top-work-img {
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .top-work .top-work-inner .top-work-img {
    inline-size: 715px;
  }
}
@media screen and (max-width: 1600px) {
  .top-work .top-work-inner .top-work-img {
    inline-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-work .top-work-inner .top-work-img {
    inline-size: 100%;
  }
}

/*top-column
=========================================================*/
@media screen and (min-width: 768px) {
  .top-column {
    padding-block: 70px;
    background: linear-gradient(to bottom, #fff 0%, #fff 50%, #ecefeb 50%, #ecefeb 100%);
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding-block: 10vw;
    background: #ecefeb;
  }
  .top-column .column__button {
    margin-block-start: 10vw;
    margin-inline: auto;
  }
}
.top-column-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-column-head h3 {
  margin-block-end: 0;
}
.top-column-body {
  display: grid;
}
@media screen and (min-width: 768px) {
  .top-column-body {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 767px) {
  .top-column-body {
    grid-template-columns: repeat(1, minmax(auto, 1fr));
    gap: 40px;
    margin-block-start: 20px;
  }
}

/*column
=========================================================*/
.column {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  transition: 0.3s all;
}
@media screen and (min-width: 768px) {
  .column {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column {
    margin-block-start: 10px;
  }
}
.column:hover {
  opacity: 0.6;
}
.column__thumbnail {
  inline-size: 100%;
  border-radius: 10px;
}
.column__thumbnail img {
  inline-size: 100%;
  aspect-ratio: 375/250;
  object-fit: cover;
  object-position: center;
  border-radius: 10px;
}
.column__date {
  font-weight: 500;
  color: #49af33;
}
@media screen and (min-width: 768px) {
  .column__date {
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column__date {
    margin-block-start: 10px;
  }
}
.column__title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-block-start: 10px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .column__title {
    margin-block-end: 20px;
    padding-block-end: 20px;
  }
}
@media screen and (max-width: 767px) {
  .column__title {
    margin-block-end: 10px;
    padding-block-end: 10px;
  }
}
.column__text {
  font-size: 1.5rem;
  line-height: 1.5;
}

/*news
=========================================================*/
.top-news {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding-block: 30px;
    margin-block: 100px 70px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    margin-block: 10vw;
  }
}
.top-news::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/top/top-news-bg.png");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.top-news-inner {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .top-news-inner {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-news-inner {
    flex-direction: column;
    gap: 20px;
  }
  .top-news-inner .news__button {
    margin-block-start: 10vw;
    margin-inline: auto;
  }
}

.news__head {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .news__head {
    inline-size: 250px;
  }
}
@media screen and (max-width: 767px) {
  .news__head {
    inline-size: 100%;
  }
}
.news__head .c-button-line a {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .news__body {
    inline-size: calc(100% - 50px - 250px);
  }
}
@media screen and (max-width: 767px) {
  .news__body {
    inline-size: 100%;
  }
}

.news__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news__list .news__item {
  inline-size: 100%;
  background: #fff;
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
  border-radius: 10px;
}
.news__list .news__item a {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .news__list .news__item a {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .news__list .news__item a {
    padding: 20px;
  }
}
.news__list .news__item a time {
  color: #49af33;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .news__list .news__item a p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .news__list .news__item a p {
    font-size: 1.5rem;
  }
}
.news__list .news__item a:hover {
  opacity: 0.6;
}

.access {
  background: #fffaef;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(53, 53, 53, 0.3);
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #49af33;
  border-bottom: 1px solid #49af33;
}
.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;
  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%;
  appearance: none;
  background: #fff;
  color: #111111;
}
.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;
    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 #49af33;
  background-color: #49af33;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    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;
}

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

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item a {
  color: #111111;
  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 rgba(53, 53, 53, 0.3) 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #111111;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
.post-wrp .post-list-box .com-img {
  border-radius: 8px;
}
.post-wrp .post-list-box .com-img img {
  border-radius: 8px;
}
@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-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: 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-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%;
  -webkit-transform: translateY(-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 #111111;
  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 #111111;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #111111;
  font-weight: 700;
  -webkit-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 .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #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 #49af33;
}
@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: #49af33;
  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 #49af33;
  line-height: 1;
  font-size: 14px;
  color: #49af33;
}
#contents-u.s-post .tag-name span {
  color: #49af33;
}

.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 rgba(53, 53, 53, 0.3);
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #111111;
}
.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: 768px) {
  .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 #49af33;
  }
}
@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 #49af33;
  }
}

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

/*beginner-page-lead
=========================================================*/
@media screen and (min-width: 768px) {
  .beginner-page-lead {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-lead {
    padding-block: 10vw;
  }
}
.beginner-page-lead p + p {
  margin-block-start: 30px;
}

/*beginner-page-guidance
=========================================================*/
.beginner-page-guidance {
  background-color: #ecefeb;
}
@media screen and (min-width: 768px) {
  .beginner-page-guidance {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-guidance {
    padding-block: 10vw;
  }
}
.beginner-page-guidance__inner {
  gap: 40px;
  box-sizing: border-box;
  display: flex;
}
@media screen and (min-width: 768px) {
  .beginner-page-guidance__inner {
    flex-direction: row-reverse;
    justify-content: center;
    padding-inline: 100px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-guidance__inner {
    flex-direction: column;
  }
}
.beginner-page-guidance__block h3 {
  margin-block-end: 15px;
}
.beginner-page-guidance__block a {
  margin-block-start: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (min-width: 768px) {
  .beginner-page-guidance__img {
    inline-size: 320px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-guidance__img {
    inline-size: 100%;
    text-align: center;
  }
}

/*beginner-page-service
=========================================================*/
.beginner-page-service {
  padding-block: 120px 200px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .beginner-page-service {
    padding-block: 120px 200px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-service {
    padding-block: 15vw;
  }
}
.beginner-page-service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/beginner/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.beginner-page-service .service-block {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .beginner-page-service .service-block {
    margin-block-start: 70px;
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-service .service-block {
    margin-block-start: 8vw;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.beginner-page-service .service-block__item {
  background: #fff;
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .beginner-page-service .service-block__itemBody {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-service .service-block__itemBody {
    padding: 20px 30px;
  }
}
.beginner-page-service .service-block__itemBodyTitle {
  border-bottom: 1px solid #111111;
  text-align: center;
  padding-block-end: 10px;
  margin-block-end: 10px;
}
@media screen and (min-width: 768px) {
  .beginner-page-service .service-block__itemBodyTitle {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-service .service-block__itemBodyTitle {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .beginner-page-service .service-block__itemBodyMain {
    padding-inline: 30px;
  }
}
.beginner-page-service .service-block__itemBodyMain ul {
  margin-block-start: 10px;
}
.beginner-page-service .service-block__itemBodyMain ul li {
  position: relative;
  padding-inline-start: 30px;
}
@media screen and (min-width: 768px) {
  .beginner-page-service .service-block__itemBodyMain ul li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .beginner-page-service .service-block__itemBodyMain ul li {
    font-size: 1.8rem;
  }
}
.beginner-page-service .service-block__itemBodyMain ul li + li {
  margin-block-start: 10px;
}
.beginner-page-service .service-block__itemBodyMain ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*service-page-lead
=========================================================*/
.service-page-lead {
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-page-lead {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-lead {
    padding-block: 10vw;
  }
}
.service-page-lead::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/beginner/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.service-page-lead p + p {
  margin-block-start: 30px;
}
.service-page-lead .service-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-page-lead .service-menu {
    margin-block-start: 100px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-lead .service-menu {
    margin-block-start: 10vw;
  }
}
.service-page-lead .service-menu {
  z-index: 1;
}
.service-page-lead .service-menu-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .service-page-lead .service-menu-list {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-lead .service-menu-list {
    gap: 20px;
  }
}
.service-page-lead .service-menu-item {
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  .service-page-lead .service-menu-item {
    inline-size: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .service-page-lead .service-menu-item {
    inline-size: 100%;
  }
}
.service-page-lead .service-menu-item__head {
  background: #49af33;
  color: #fff;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
@media screen and (min-width: 768px) {
  .service-page-lead .service-menu-item__head {
    padding: 20px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-page-lead .service-menu-item__head {
    padding: 10px;
    font-size: 1.8rem;
  }
}
.service-page-lead .service-menu-item__body {
  background: #fff;
  padding: 10px 20px 20px;
  border-radius: 0 0 8px 8px;
}
.service-page-lead .service-menu-item__bodyImg {
  inline-size: 95px;
  margin-inline: auto;
}
.service-page-lead .service-menu-item__body p {
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .service-page-worries {
    padding-block-end: 120px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-worries {
    padding-block-end: 10vw;
  }
}
.service-page-worries .worries-block {
  background: #ecefeb;
  max-inline-size: fit-content;
  margin-inline: auto;
  border-radius: 8px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .service-page-worries .worries-block {
    padding: 50px 150px;
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-worries .worries-block {
    padding: 50px 20px;
    margin-block-start: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .service-page-worries .worries-block::before {
    content: "";
    position: absolute;
    background-image: url("/img/service/illust01.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    inline-size: 169px;
    block-size: 197px;
    top: -20%;
    left: -12%;
  }
  .service-page-worries .worries-block::after {
    content: "";
    position: absolute;
    background-image: url("/img/service/illust02.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    inline-size: 166px;
    block-size: 186px;
    bottom: 0;
    right: -10%;
  }
}
.service-page-worries .worries-block ul {
  inline-size: fit-content;
  margin-inline: auto;
}
.service-page-worries .worries-block ul li {
  position: relative;
  padding-inline-start: 30px;
}
@media screen and (min-width: 768px) {
  .service-page-worries .worries-block ul li {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .service-page-worries .worries-block ul li {
    font-size: 1.8rem;
  }
}
.service-page-worries .worries-block ul li + li {
  margin-block-start: 10px;
}
.service-page-worries .worries-block ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url("../img/common/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

@media screen and (min-width: 768px) {
  .service-page-area {
    padding-block-end: 120px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-area {
    padding-block-end: 10vw;
  }
}
.service-page-area {
  background: linear-gradient(to bottom, #fff 0%, #fff 55%, #ecefeb 55%, #ecefeb 100%);
}
.service-page-area iframe {
  width: 100%;
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .service-page-area iframe {
    height: 500px;
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 767px) {
  .service-page-area iframe {
    height: 350px;
    margin-block-start: 6vw;
  }
}

/*service-page-lead
=========================================================*/
@media screen and (min-width: 768px) {
  .guidance-page-lead {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-lead {
    padding-block: 10vw;
  }
}

.guidance-page-flow .guidance-page-flow__block {
  background-image: url("/img/guidance/bg01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  inline-size: 100%;
}
@media screen and (min-width: 768px) {
  .guidance-page-flow .guidance-page-flow__block {
    padding-block: 80px;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-flow .guidance-page-flow__block {
    padding-block: 10vw;
    padding-inline: 30px;
    box-sizing: border-box;
  }
}
.guidance-page-flow .guidance-page-flow__block ul {
  inline-size: fit-content;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
}
.guidance-page-flow .guidance-page-flow__block ul::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 768px) {
  .guidance-page-flow .guidance-page-flow__block ul::before {
    left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-flow .guidance-page-flow__block ul::before {
    left: 3.4vw;
  }
}
.guidance-page-flow .guidance-page-flow__block ul li {
  position: relative;
  padding-inline-start: 50px;
}
.guidance-page-flow .guidance-page-flow__block ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 30px;
  height: 20px;
  background-image: url("../img/guidance/arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.guidance-page-flow .guidance-page-flow__block ul li p {
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .guidance-page-flow .guidance-page-flow__block ul li p.title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-flow .guidance-page-flow__block ul li p.title {
    font-size: 2.2rem;
  }
}
.guidance-page-flow .guidance-page-flow__block ul li p.text {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .guidance-page-flow .guidance-page-flow__block ul li p.text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-flow .guidance-page-flow__block ul li p.text {
    font-size: 1.6rem;
  }
}

.guidance-page-price {
  padding-block: 120px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .guidance-page-price {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-price {
    padding-block: 10vw;
  }
}
.guidance-page-price::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/beginner/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.guidance-page-price .guidance-page-price__block {
  background: #ecefeb;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .guidance-page-price .guidance-page-price__block {
    padding: 40px 110px;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-price .guidance-page-price__block {
    padding: 40px 30px;
  }
}
.guidance-page-price .guidance-page-price__block dl {
  display: flex;
}
@media screen and (min-width: 768px) {
  .guidance-page-price .guidance-page-price__block dl {
    align-items: flex-end;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-price .guidance-page-price__block dl {
    font-size: 1.5rem;
    gap: 20px;
  }
}
.guidance-page-price .guidance-page-price__block dl:not(:last-of-type) {
  border-bottom: 1px solid #49af33;
  padding-block-end: 15px;
  margin-block-end: 15px;
}
.guidance-page-price .guidance-page-price__block dl dt {
  line-height: 1;
  text-box-trim: trim-both;
}
@media screen and (min-width: 768px) {
  .guidance-page-price .guidance-page-price__block dl dt {
    font-size: 3.5rem;
    inline-size: 280px;
    padding-left: 18%;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-price .guidance-page-price__block dl dt {
    font-size: 2rem;
    inline-size: 50%;
    flex-shrink: 0;
  }
}
.guidance-page-price .guidance-page-price__block dl dd {
  line-height: 1;
  text-box-trim: trim-both;
}
@media screen and (min-width: 768px) {
  .guidance-page-price .guidance-page-price__block dl dd {
    font-size: 2.2rem;
  }
  .guidance-page-price .guidance-page-price__block dl dd span {
    margin-inline-start: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .guidance-page-price .guidance-page-price__block dl dd {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .guidance-page-price .guidance-page-price__block dl dd span {
    display: block;
  }
}
.guidance-page-price .guidance-page-price__block ul {
  margin-block-start: 40px;
}

/*work-page-lead
=========================================================*/
@media screen and (min-width: 768px) {
  .work-page-lead {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-lead {
    padding-block: 10vw;
  }
  .work-page-lead h3 span {
    display: inline-block;
  }
}

@media screen and (min-width: 768px) {
  .work-page-schedule {
    padding-block-end: 160px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-schedule {
    padding-block-end: 10vw;
  }
}
.work-page-schedule .work-page-schedule__block {
  background: #ecefeb;
  border-radius: 10px;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work-page-schedule .work-page-schedule__block {
    inline-size: 780px;
    font-size: 2.2rem;
    padding: 40px;
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-schedule .work-page-schedule__block {
    inline-size: 100%;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 30px;
    margin-block-start: 30px;
  }
}
.work-page-schedule .work-page-schedule__block ul {
  padding-inline-start: 30px;
  border-left: 1px solid #49af33;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-block-start: 20px;
  padding-block: 20px;
}
.work-page-schedule .work-page-schedule__block ul li {
  position: relative;
}
.work-page-schedule .work-page-schedule__block ul li:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
  background: #49af33;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .work-page-schedule .work-page-schedule__blockImg01 {
    position: absolute;
    top: 8%;
    right: -20%;
    inline-size: 400px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-schedule .work-page-schedule__blockImg01 {
    inline-size: 100%;
    margin-block-start: 20px;
  }
}
@media screen and (min-width: 768px) {
  .work-page-schedule .work-page-schedule__blockImg02 {
    position: absolute;
    bottom: -5%;
    right: -10%;
    inline-size: 330px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-schedule .work-page-schedule__blockImg02 {
    inline-size: 100%;
    margin-block-start: 20px;
  }
}

.work-page-attractive {
  padding-block-end: 120px;
}
@media screen and (min-width: 768px) {
  .work-page-attractive {
    padding-block-end: 120px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-attractive {
    padding-block-end: 10vw;
  }
}
.work-page-attractive .work-page-attractive__block ul {
  display: grid;
}
@media screen and (min-width: 768px) {
  .work-page-attractive .work-page-attractive__block ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-attractive .work-page-attractive__block ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.work-page-attractive .work-page-attractive__block ul li {
  display: grid;
  grid-template-rows: subgrid;
  justify-items: center;
  grid-row: span 4;
  gap: 10px;
  border: 1px solid #49af33;
  padding: 40px 20px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .work-page-attractive .work-page-attractive__block ul li {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-attractive .work-page-attractive__block ul li {
    padding: 20px;
  }
}
.work-page-attractive .work-page-attractive__block ul li .num {
  font-size: 3.5rem;
  line-height: 1;
}
.work-page-attractive .work-page-attractive__block ul li .title {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.5;
}
.work-page-attractive .work-page-attractive__block ul li .img {
  inline-size: 100px;
}

.work-page-voice {
  padding-block-end: 150px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .work-page-voice {
    padding-block-end: 150px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-voice {
    padding-block-end: 10vw;
  }
}
.work-page-voice::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/beginner/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.work-page-voice__tag .tag-select-box {
  margin: 0 0 20px 0;
}
.work-page-voice__block {
  display: grid;
}
@media screen and (min-width: 768px) {
  .work-page-voice__block {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-block-end: 40px;
  }
}
@media screen and (max-width: 767px) {
  .work-page-voice__block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-block-end: 30px;
  }
}

/*work-page-detail
=========================================================*/
.work-page-detail {
  padding-block: 80px 120px;
}
.work-page-detail__container {
  max-inline-size: 850px;
  margin-inline: auto;
  padding-inline: 20px;
}
.work-page-detail__head {
  display: flex;
  flex-direction: column;
  gap: 0;
  inline-size: fit-content;
  margin-inline: auto;
}
.work-page-detail__taglist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.work-page-detail__tag {
  font-size: 1.6rem;
  color: #49af33;
}
.work-page-detail__title {
  font-size: 3.5rem;
}
.work-page-detail__thumbnail {
  inline-size: 100%;
  margin-block-start: 30px;
}
.work-page-detail__thumbnail img {
  inline-size: 100%;
  border-radius: 10px;
  object-fit: contain;
}
.work-page-detail__body {
  margin-block-start: 20px;
}
.work-page-detail__btn {
  margin-block-start: 150px;
}
.work-page-detail__btn a {
  display: block;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  padding: 10px 40px;
  border: 1px solid #49af33;
  border-radius: 50vw;
  letter-spacing: 0.1em;
  color: #49af33;
  transition: 0.3s all;
}
.work-page-detail__btn a:hover {
  background: #49af33;
  color: #fff;
}

/*recruit-page-lead
=========================================================*/
.recruit-page-lead {
  padding-block: 60px;
}

/*recruit-page-service
=========================================================*/
.recruit-page-service {
  position: relative;
}
@media screen and (min-width: 768px) {
  .recruit-page-service {
    padding-block-end: 200px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-service {
    padding-block-end: 10vw;
  }
}
.recruit-page-service::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/beginner/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit-page-service .service-block {
  display: grid;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .recruit-page-service .service-block {
    grid-template-columns: repeat(2, minmax(auto, 1fr));
    gap: 60px 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-service .service-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.recruit-page-service .service-block__item {
  background: #fff;
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
  border-radius: 0 0 10px 10px;
}
.recruit-page-service .service-block__itemImg.com-img {
  padding-top: 45%;
  border-radius: 8px 8px 0 0;
}
.recruit-page-service .service-block__itemBody {
  padding: 20px 30px;
}
.recruit-page-service .service-block__itemBodyTitle {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  margin-block-end: 20px;
}
.recruit-page-service .service-block__itemBody a {
  display: block;
  inline-size: fit-content;
  margin-inline: auto;
  text-align: center;
  padding: 10px 40px;
  border: 1px solid #49af33;
  border-radius: 50vw;
  letter-spacing: 0.1em;
  color: #49af33;
  transition: 0.3s all;
}
.recruit-page-service .service-block__itemBody a:hover {
  background: #49af33;
  color: #fff;
}

.recruit-page-contact {
  background-image: url("/img/recruit/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 768px) {
  .recruit-page-contact {
    block-size: 440px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-contact {
    padding: 10vw 20px;
  }
}
.recruit-page-contact__head {
  text-align: center;
  color: #fff;
}
.recruit-page-contact__title {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
}
.recruit-page-contact__text {
  margin-block-start: 20px;
  letter-spacing: 0.1em;
}
.recruit-page-contact a {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .recruit-page-contact a {
    margin-block-start: 80px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-contact a {
    margin-block-start: 40px;
  }
}

@media screen and (min-width: 768px) {
  .recruit-page-faq {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-faq {
    padding-block: 10vw;
  }
}
.recruit-page-faq .faq-block {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .recruit-page-faq .faq-block {
    margin-block-start: 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-faq .faq-block {
    margin-block-start: 30px;
    gap: 20px;
  }
}
.recruit-page-faq .faq-block__item {
  background: #ecefeb;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .recruit-page-faq .faq-block__item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-faq .faq-block__item {
    padding: 20px;
  }
}
.recruit-page-faq .faq-block__item dl {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.recruit-page-faq .faq-block__item dt,
.recruit-page-faq .faq-block__item dd {
  display: flex;
  align-items: center;
  gap: 30px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .recruit-page-faq .faq-block__item dt,
  .recruit-page-faq .faq-block__item dd {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-faq .faq-block__item dt,
  .recruit-page-faq .faq-block__item dd {
    gap: 20px;
  }
}
.recruit-page-faq .faq-block__item dt span,
.recruit-page-faq .faq-block__item dd span {
  display: inline-block;
  inline-size: 50px;
  flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .recruit-page-faq .faq-block__item dt span,
  .recruit-page-faq .faq-block__item dd span {
    inline-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-faq .faq-block__item dt span,
  .recruit-page-faq .faq-block__item dd span {
    inline-size: 40px;
  }
}
.recruit-page-faq .faq-block__item dt {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .recruit-page-faq .faq-block__item dt {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-faq .faq-block__item dt {
    font-size: 1.8rem;
  }
}

/*recruit-page-detail
=========================================================*/
.recruit-page-detail {
  padding-block: 120px;
}
@media screen and (min-width: 768px) {
  .recruit-page-detail {
    padding-block: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-detail {
    padding-block: 10vw;
  }
}
.recruit-page-detail__container {
  max-inline-size: 800px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .recruit-page-detail__container {
    padding-inline: 20px;
  }
}
.recruit-page-detail__title {
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: center;
  margin-block-end: 30px;
}
@media screen and (min-width: 768px) {
  .recruit-page-detail__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-detail__title {
    font-size: 2.5rem;
  }
}
.recruit-page-detail__thumbnail {
  inline-size: 100%;
}
.recruit-page-detail__thumbnail img {
  border-radius: 10px;
}
.recruit-page-detail dl {
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 30px;
}
.recruit-page-detail dl dt,
.recruit-page-detail dl dd {
  padding: 20px;
  box-sizing: border-box;
  font-weight: 500;
}
.recruit-page-detail dl dt:not(:last-of-type),
.recruit-page-detail dl dd:not(:last-of-type) {
  border-bottom: 1px solid #b8c6c5;
}
.recruit-page-detail dl dt {
  color: #49af33;
}
@media screen and (min-width: 768px) {
  .recruit-page-detail dl dt {
    inline-size: 25%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-detail dl dt {
    inline-size: 30%;
  }
}
@media screen and (min-width: 768px) {
  .recruit-page-detail dl dd {
    inline-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page-detail dl dd {
    inline-size: 70%;
  }
}

@media screen and (min-width: 768px) {
  .shop-page {
    margin-block-end: 200px;
  }
}
@media screen and (max-width: 767px) {
  .shop-page {
    margin-block-end: 10vw;
  }
}

/*shop-page-lead
=========================================================*/
.shop-page-lead {
  position: relative;
}
@media screen and (min-width: 768px) {
  .shop-page-lead {
    padding-block: 60px 150px;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-lead {
    padding-block: 10vw;
  }
}
.shop-page-lead::before {
  content: "";
  position: absolute;
  bottom: 30%;
  left: 0;
  inline-size: 100%;
  aspect-ratio: 3839/839;
  background-image: url("/img/shop/bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.shop-page-lead p + p {
  margin-block-start: 30px;
}
.shop-page-lead .shop-page-lead__block {
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .shop-page-lead .shop-page-lead__block {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-lead .shop-page-lead__block {
    gap: 20px;
    flex-direction: column;
  }
}
.shop-page-lead .shop-page-lead__blockImg {
  margin-inline-end: 40px;
}
@media screen and (min-width: 768px) {
  .shop-page-lead .shop-page-lead__blockImg {
    inline-size: calc(50% - 40px);
  }
}
@media screen and (max-width: 767px) {
  .shop-page-lead .shop-page-lead__blockImg {
    inline-size: 100%;
  }
}
.shop-page-lead .shop-page-lead__blockText {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .shop-page-lead .shop-page-lead__blockText {
    inline-size: 50%;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-lead .shop-page-lead__blockText {
    inline-size: 100%;
  }
}
.shop-page-lead .shop-page-lead__blockText .title {
  color: #49af33;
  font-size: 3.5rem;
  line-height: 1.5;
  margin-block-end: 10px;
}
@media screen and (min-width: 768px) {
  .shop-page-lead .shop-page-lead__blockText .title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-lead .shop-page-lead__blockText .title {
    font-size: 2.5rem;
  }
}

.shop-page-about__container {
  max-inline-size: 860px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .shop-page-about__block {
    margin-block-end: 100px;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-about__block {
    margin-block-end: 10vw;
  }
}
.shop-page-about__block dl {
  display: flex;
  flex-wrap: wrap;
}
.shop-page-about__block dl dt,
.shop-page-about__block dl dd {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #b8c6c5;
}
@media screen and (min-width: 768px) {
  .shop-page-about__block dl dt,
  .shop-page-about__block dl dd {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-about__block dl dt,
  .shop-page-about__block dl dd {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  .shop-page-about__block dl dt {
    inline-size: 25%;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-about__block dl dt {
    inline-size: 30%;
  }
}
@media screen and (min-width: 768px) {
  .shop-page-about__block dl dd {
    inline-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-about__block dl dd {
    inline-size: 70%;
  }
}
.shop-page-about iframe {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 5px 5px 1px rgba(12, 41, 5, 0.1);
}
@media screen and (min-width: 768px) {
  .shop-page-about iframe {
    height: 500px;
  }
}
@media screen and (max-width: 767px) {
  .shop-page-about iframe {
    height: 300px;
  }
}

@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: #49af33;
    margin: 0 auto 10%;
    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: 130px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 0 5%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid rgba(53, 53, 53, 0.3);
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    padding: 15px 5px;
    color: #111111;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-detail {
    inline-size: 100%;
  }
  .drawer-detail .drawer-contact-body {
    gap: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .drawer-detail .drawer-contact-body__item {
    background: rgba(73, 175, 51, 0.3);
    border-radius: 10px;
    padding: 30px 20px;
    letter-spacing: 0.1em;
    box-sizing: border-box;
    inline-size: 100%;
  }
  .drawer-detail .drawer-contact-body__item-title {
    font-size: 1.8rem;
    text-align: center;
    border-bottom: 1px solid #111111;
    margin-block-end: 10px;
    padding-block-end: 10px;
    color: #111111;
  }
  .drawer-detail .drawer-contact-body__itemNum-wrap {
    inline-size: fit-content;
    margin-inline: auto;
  }
  .drawer-detail .drawer-contact-body__itemNum {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 9vw;
    color: #111111;
    text-decoration: none;
    line-height: 1;
    text-box-trim: trim-both;
  }
  .drawer-detail .drawer-contact-body__itemNum span {
    margin-block-start: 4px;
    font-size: 1.8rem;
  }
  .drawer-detail .drawer-contact-body__itemText {
    font-size: 1.4rem;
    text-align: right;
    color: #111111;
  }
  .drawer-detail .drawer-contact-body__item .c-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-block-start: 20px;
    inline-size: 70%;
    gap: 5px;
    border-color: #111111;
    color: #111111;
  }
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #49af33 !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*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;
  }
  .drawer-info-address {
    margin-block-start: 20px;
    font-size: 13px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .header {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    box-sizing: border-box;
    padding: 10px 20px;
    height: 70px;
    display: flex;
    align-items: center;
  }
}
.header .header-left {
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .header .header-left {
    inline-size: 133.5px;
  }
}
@media screen and (max-width: 767px) {
  .header .header-left {
    inline-size: 89px;
  }
}
.header .header-left a {
  display: inline-block;
}

.nav .nav-list {
  gap: 20px;
}
.nav .nav-list .nav-list-item a {
  transition: all 0.3s ease;
}
.nav .nav-list .nav-list-item a:hover {
  color: #49af33;
}
.nav .nav-list .nav-list-recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #49af33;
  border: 1px solid #49af33;
  padding-inline: 40px;
  block-size: 60px;
  border-radius: 50vw;
  color: #fff;
  transition: all 0.3s ease;
}
.nav .nav-list .nav-list-recruit a i {
  color: #fff;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.nav .nav-list .nav-list-recruit a:hover {
  background: #fff;
  color: #49af33;
}
.nav .nav-list .nav-list-recruit a:hover i {
  color: #49af33;
}
.nav .nav-list .nav-list-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fff;
  border: 1px solid #49af33;
  inline-size: 60px;
  aspect-ratio: 1/1;
  border-radius: 50vw;
  color: #49af33;
  transition: all 0.3s ease;
}
.nav .nav-list .nav-list-contact a i {
  color: #49af33;
  font-size: 1.6rem;
  transition: all 0.3s ease;
}
.nav .nav-list .nav-list-contact a:hover {
  background: #49af33;
  color: #fff;
}
.nav .nav-list .nav-list-contact a:hover i {
  color: #fff;
}

.footer-contact {
  background-image: url("/img/common/contact-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: grid;
}
@media screen and (min-width: 768px) {
  .footer-contact {
    block-size: 600px;
    place-content: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    block-size: auto;
    padding: 10vw 20px;
  }
}
.footer-contact-head {
  text-align: center;
  color: #fff;
}
.footer-contact-head__title {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer-contact-head__title {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-head__title {
    font-size: 2.5rem;
  }
}
.footer-contact-head__text {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .footer-contact-head__text {
    font-size: 2.2rem;
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact-head__text {
    font-size: 1.6rem;
    margin-block-start: 10px;
  }
}
.footer-contact .footer-contact-body {
  gap: 40px;
  margin-block-start: 30px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer-contact .footer-contact-body {
    flex-direction: column;
    gap: 20px;
  }
}
.footer-contact .footer-contact-body__item {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 30px 20px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .footer-contact .footer-contact-body__item {
    inline-size: 400px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact .footer-contact-body__item {
    inline-size: 100%;
  }
}
.footer-contact .footer-contact-body__item-title {
  font-size: 1.8rem;
  text-align: center;
  border-bottom: 1px solid #fff;
  margin-block-end: 10px;
  padding-block-end: 10px;
  color: #fff;
}
.footer-contact .footer-contact-body__itemNum-wrap {
  inline-size: fit-content;
  margin-inline: auto;
}
.footer-contact .footer-contact-body__itemNum {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 4rem;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  text-box-trim: trim-both;
}
.footer-contact .footer-contact-body__itemNum span {
  margin-block-start: 4px;
  font-size: 1.8rem;
}
.footer-contact .footer-contact-body__itemText {
  font-size: 1.4rem;
  text-align: right;
  color: #fff;
}
.footer-contact .footer-contact-body__item .c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-block-start: 20px;
  inline-size: 70%;
  gap: 5px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-block: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-block: 10vw;
  }
}
.footer-logo {
  inline-size: 135px;
}
.footer-wrp {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer-wrp {
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrp {
    flex-direction: column;
    gap: 40px;
  }
}
.footer-wrap-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .footer-wrap-info {
    align-items: center;
    text-align: center;
  }
}
.footer-num {
  inline-size: fit-content;
}
.footer-num__itemNum {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 3.2rem;
  color: #111111;
  text-decoration: none;
  line-height: 1;
  text-box-trim: trim-both;
}
.footer-num__itemNum span {
  margin-block-start: 4px;
  font-size: 1.4rem;
}
.footer-num__itemText {
  font-size: 1.4rem;
  text-align: right;
  color: #111111;
}
.footer-nav {
  display: flex;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .footer-nav {
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav-list {
    flex-direction: column;
    gap: 30px;
  }
  .footer-nav-list.--pc {
    display: flex;
  }
  .footer-nav-list.--sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-list {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer-nav-list.--pc {
    display: none;
  }
  .footer-nav-list.--sp {
    display: flex;
  }
  .footer-nav-list__item {
    inline-size: calc((100% - 20px) / 2);
  }
}
.footer-nav-list a {
  letter-spacing: 0.1em;
  transition: 0.3s all;
}
.footer-nav-list a:hover {
  color: #49af33;
}
#copyright {
  letter-spacing: 0.1em;
  text-align: center;
  margin-block-start: 50px;
  color: #2f2f2f;
}

/*# sourceMappingURL=style.css.map */
