@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?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%);
}

.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: #333;
  font-weight: 500;
  word-break: break-word;
  background: #f4f1ef;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

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

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

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

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

.bg-dotted {
  background: url(../img/common/com_dotted_bg.jpg);
}
.bg-grid {
  background: url(../img/common/com_grid_bg.png);
}

.box-shadow {
  box-shadow: 0 2px 5px 2px rgba(51, 51, 51, 0.2);
}

@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 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
}
.main-visual-contaienr {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.main-visual-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .main-visual {
    background: url(../img/top/mv_img.png) no-repeat center/cover;
    min-height: 600px;
    height: 85vh;
    max-height: 770px;
    width: calc(100% - 60px);
    margin: 0 auto;
    padding: 0 10% 8% 0;
    border-radius: 0 0 80px 80px;
  }
  .main-visual-contaienr {
    width: 34%;
    row-gap: 30px;
    max-width: 620px;
    min-width: 500px;
  }
  .main-visual-list {
    gap: 6.502%;
  }
  .main-visual-list-item {
    width: 29%;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    background: url(../img/top/sp-main-visual-bg.jpg) no-repeat center bottom/cover;
    height: 89vh;
    min-height: 660px;
    width: 94%;
    margin: 0 auto;
    border-radius: 0 0 20px 20px;
    position: relative;
  }
  .main-visual-contaienr {
    row-gap: 5vw;
    justify-content: flex-end;
    height: 100%;
    box-sizing: border-box;
    padding-bottom: 15%;
  }
  .main-visual-title {
    position: absolute;
    right: 5%;
    top: 5%;
    width: 85%;
  }
  .main-visual-list {
    justify-content: center;
    padding: 0 2% 34% 2%;
    box-sizing: border-box;
    gap: 5px 15%;
    flex-wrap: nowrap;
    position: relative;
  }
  .main-visual-list-item {
    width: 45%;
    position: relative;
  }
  .main-visual-list-item:nth-child(2) {
    bottom: 0;
    position: absolute;
    left: 50%;
    width: 41%;
    transform: translate(-50%);
  }
}

.c-table-item {
  display: grid;
  border-bottom: 1px solid #e6e6e6;
}
.c-table-item-name {
  font-weight: 700;
}
.c-table-item-text {
  box-sizing: border-box;
}
.c-table-item-text a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    grid-template-columns: 230px 1fr;
    padding: 20px 0;
  }
  .c-table-item-name {
    font-size: 20px;
  }
  .c-table-item-text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
  .c-table-item-name {
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c-table-item-text {
    width: 100%;
    font-size: 18px;
    padding-left: 10px;
  }
}

.def-table-item {
  display: grid;
  border-bottom: 1px solid #e6e6e6;
}
.def-table-item-name {
  font-weight: 700;
  color: #63b84f;
}
.def-table-item-text {
  box-sizing: border-box;
}
.def-table-item-text a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .def-table-item {
    grid-template-columns: 100px 1fr;
    padding: 20px 0;
  }
  .def-table-item-text {
    padding-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .def-table-item {
    display: flex;
    flex-direction: column;
    padding: 15px 0 15px;
    font-size: 18px;
  }
  .def-table-item-name {
    margin-bottom: 10px;
  }
  .def-table-item-text {
    font-size: 18px;
    padding-left: 10px;
  }
}

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

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

.schedule-list-item-name {
  color: #63b84f;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}
.schedule-list-item-name:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: #63b84f;
  border-radius: 50%;
  z-index: 10;
}
.schedule-list-item-info {
  box-sizing: border-box;
  position: relative;
}
.schedule-list-item-info:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #9ecd93;
}
.schedule-list-item-info-title {
  color: #63b84f;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .schedule-list {
    width: 590px;
    margin-left: 220px;
  }
  .schedule-list-item {
    display: grid;
    grid-template-columns: 100px 1fr;
  }
  .schedule-list-item-name {
    font-size: 32px;
  }
  .schedule-list-item-name:before {
    width: 20px;
    height: 20px;
    right: -12px;
    top: 15px;
  }
  .schedule-list-item-info {
    padding: 0 0 45px 35px;
  }
  .schedule-list-item-info:before {
    width: 4px;
  }
  .schedule-list-item-info-title {
    font-size: 32px;
  }
  .schedule-list-item:first-child .schedule-list-item-info:before {
    height: calc(100% - 20px);
    top: auto;
    bottom: 0;
  }
  .schedule-list-item:last-child .schedule-list-item-info:before {
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .schedule-list-item {
    display: grid;
    grid-template-columns: 80px 1fr;
  }
  .schedule-list-item-name {
    font-size: 22px;
  }
  .schedule-list-item-name:before {
    width: 16px;
    height: 16px;
    right: -9px;
    top: 7px;
  }
  .schedule-list-item-info {
    padding: 0 0 45px 35px;
  }
  .schedule-list-item-info:before {
    width: 2px;
  }
  .schedule-list-item-info-title {
    font-size: 22px;
  }
  .schedule-list-item:first-child .schedule-list-item-info:before {
    height: calc(100% - 20px);
    top: auto;
    bottom: 0;
  }
  .schedule-list-item:last-child .schedule-list-item-info:before {
    height: 20px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  background: #e9a421;
  box-sizing: border-box;
  border-radius: 100px;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button.main-color {
  background: #63b84f;
}
.c-button.main-color .icon {
  background: #fff;
}
.c-button.main-color .icon .bi {
  color: #63b84f;
}
.c-button.main-color .number {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-button {
    min-height: 60px;
    padding: 10px 30px;
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
    min-width: 230px;
  }
  .c-button:has(.text) {
    border: solid 2px #e9a421;
  }
  .c-button:has(.text):hover {
    background: #fff;
  }
  .c-button:has(.text):hover .text,
  .c-button:has(.text):hover .bi {
    color: #e9a421;
  }
  .c-button.middle {
    width: 360px;
    min-height: 80px;
  }
  .c-button.middle .text {
    font-size: 20px;
  }
  .c-button.c-tel .icon {
    position: relative;
    top: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    min-height: 50px;
    padding: 10px 30px;
    -moz-column-gap: 10px !important;
         column-gap: 10px !important;
    min-width: 210px;
  }
  .c-button:has(.text) {
    border: solid 2px #e9a421;
  }
  .c-button.middle {
    width: 280px;
    min-height: 60px;
  }
  .c-button.middle .text {
    font-size: 18px;
  }
  .c-button.c-tel .icon {
    position: relative;
    top: 2px;
  }
}

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

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

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #333;
}
@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: #63b84f;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  background: url(../img/common/sub-visual-img.jpg) no-repeat center/cover;
}
.sub-visual .inbox {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 400px;
  }
  .sub-visual-title {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 150px;
  }
  .sub-visual-title {
    font-size: 20px;
  }
}

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

.text-accent {
  color: #63b84f;
}

.c-tel {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}
.c-tel .number {
  color: #63b84f;
}
.c-tel .icon {
  color: #fff;
  background: #63b84f;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-tel {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .c-tel .number {
    font-size: 32px;
  }
  .c-tel .icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
  .c-tel .number {
    font-size: 26px;
  }
  .c-tel .icon {
    width: 20px;
    height: 20px;
    font-size: 10px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

.c-title {
  font-weight: 700;
}
.c-title .main {
  position: relative;
}
.c-title .icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .c-title .large {
    font-size: 60px;
  }
  .c-title .small {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .c-title .large {
    font-size: 32px;
  }
  .c-title .small {
    font-size: 18px;
  }
}

.title01 {
  color: #63b84f;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .title01 {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

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

/*top-safety
=========================================================*/
.top-safety .inbox {
  position: relative;
}
.top-safety-icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.top-safety-list-card-img-caption {
  color: #63b84f;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .top-safety {
    padding: 100px 0;
  }
  .top-safety .c-title .icon {
    right: -115px;
    bottom: 0;
  }
  .top-safety-list {
    display: grid;
    gap: 35px 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-safety-list-card {
    display: grid;
    row-gap: 5px;
  }
  .top-safety-list-card-img {
    display: grid;
    row-gap: 15px;
  }
  .top-safety-list-card-img-caption {
    font-size: 22px;
  }
  .top-safety-icon {
    left: -220px;
  }
}
@media screen and (max-width: 767px) {
  .top-safety {
    padding: 60px 0;
  }
  .top-safety .c-title .main {
    display: block;
  }
  .top-safety .c-title .icon {
    right: 0;
    bottom: 0;
    width: 50px;
  }
  .top-safety-list {
    display: grid;
    row-gap: 50px;
  }
  .top-safety-list-card {
    display: grid;
    row-gap: 5px;
  }
  .top-safety-list-card-img {
    text-align: center;
    display: grid;
    row-gap: 15px;
  }
  .top-safety-list-card-img-caption {
    font-size: 26px;
  }
  .top-safety-list-card-text {
    margin-top: 10px;
    text-align: center;
  }
  .top-safety-icon {
    position: relative;
    width: 100px;
    margin-top: 60px;
  }
}

/*top-service
=========================================================*/
@media screen and (min-width: 768px) {
  .top-service {
    padding: 120px 0 100px;
  }
  .top-service .c-title {
    position: relative;
  }
  .top-service .c-title .icon {
    top: -120px;
    right: -90px;
  }
  .top-service-list {
    display: flex;
    gap: 40px 55px;
    flex-wrap: wrap;
  }
  .top-service-list-card {
    width: 510px;
    display: grid;
    row-gap: 15px;
  }
  .top-service-list-card-contents {
    order: 2;
    display: grid;
    row-gap: 10px;
  }
  .top-service-list-card-contents-title {
    color: #63b84f;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
  }
  .top-service-list-card:nth-child(1) {
    width: 100%;
    display: grid;
    align-items: flex-start;
    grid-template-columns: 540px 1fr;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  .top-service-list-card:nth-child(1) .top-service-list-card-contents {
    row-gap: 25px;
  }
  .top-service-list-card:nth-child(1) .top-service-list-card-contents-title {
    margin-bottom: 10px;
  }
  .top-service-list-card:nth-child(1) .define-contents-title {
    color: #63b84f;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
  }
  .top-service-attend {
    margin-top: 60px;
    text-align: center;
    color: #63b84f;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 700;
  }
  .top-service .c-button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service .c-title {
    position: relative;
  }
  .top-service .c-title .main {
    display: block;
  }
  .top-service .c-title .icon {
    width: 100px;
    top: -40px;
    right: 0;
  }
  .top-service-list {
    display: flex;
    row-gap: 40px;
    flex-wrap: wrap;
  }
  .top-service-list-card {
    display: grid;
    row-gap: 15px;
  }
  .top-service-list-card-contents {
    order: 2;
    display: grid;
    row-gap: 25px;
  }
  .top-service-list-card-contents-title {
    color: #63b84f;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.4;
  }
  .top-service-list-card .define-contents-title {
    color: #63b84f;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 8px;
  }
  .top-service-attend {
    margin-top: 40px;
    text-align: center;
    color: #63b84f;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
  }
  .top-service .c-button-container {
    margin-top: 50px;
  }
}

/*top-schedule
=========================================================*/
@media screen and (min-width: 768px) {
  .top-schedule {
    padding: 100px 0;
  }
  .top-schedule .inbox {
    position: relative;
  }
  .top-schedule .c-title {
    margin-bottom: 100px;
  }
  .top-schedule .c-title .main {
    padding-right: 215px;
  }
  .top-schedule .c-title .icon {
    top: 50%;
    transform: translateY(-50%);
  }
  .top-schedule-icon {
    position: absolute;
  }
  .top-schedule-icon.icon-left {
    left: 0;
    bottom: 170px;
  }
  .top-schedule-icon.icon-right {
    right: 120px;
    top: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-schedule {
    padding: 60px 0 0;
  }
  .top-schedule .inbox {
    padding-bottom: 100px;
    position: relative;
  }
  .top-schedule .c-title {
    margin-bottom: 50px;
  }
  .top-schedule .c-title .main {
    display: inline-block;
    padding-right: 80px;
  }
  .top-schedule .c-title .main small {
    display: block;
  }
  .top-schedule .c-title .icon {
    right: 0;
    width: 70px;
    top: 50%;
    transform: translateY(-50%);
  }
  .top-schedule-icon {
    position: absolute;
    bottom: 0;
  }
  .top-schedule-icon.icon-left {
    left: 0;
    width: 100px;
  }
  .top-schedule-icon.icon-right {
    width: 100px;
    right: 0;
  }
}

/*top-staff
=========================================================*/
.top-staff-name {
  text-align: right;
}
.top-staff-list-card-icon {
  aspect-ratio: 1/1;
  margin: 0 auto;
}
.top-staff-list-card-container {
  background: #63b84f;
  color: #fff;
}
.top-staff-list-card-title {
  font-weight: 700;
}
.top-staff-list-card-dl-item-name {
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #e6e6e6;
}
.top-staff-list-card-dl-item-name:before {
  content: "Q.";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #e9a421;
}
@media screen and (min-width: 768px) {
  .top-staff {
    padding: 140px 0 100px;
  }
  .top-staff .c-title .icon {
    left: -140px;
    bottom: 0;
  }
  .top-staff-name {
    margin-top: 20px;
  }
  .top-staff-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 55px;
  }
  .top-staff-list-card-icon {
    width: 178px;
    height: 178px;
  }
  .top-staff-list-card-container {
    margin-top: -80px;
    padding: 100px 35px 45px;
    border-radius: 30px;
  }
  .top-staff-list-card-title {
    font-size: 22px;
    margin-bottom: 35px;
  }
  .top-staff-list-card-dl {
    display: grid;
    row-gap: 25px;
  }
  .top-staff-list-card-dl-item-name {
    font-size: 20px;
    padding: 0 0 10px 25px;
    margin-bottom: 10px;
  }
  .top-staff-list-card-dl-item-name:before {
    font-size: 16px;
    top: 5px;
  }
  .top-staff .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-staff {
    padding: 60px 0;
  }
  .top-staff .c-title .main {
    display: block;
  }
  .top-staff .c-title .icon {
    width: 60px;
    left: 0;
    bottom: 0;
  }
  .top-staff-name {
    margin-top: 15px;
  }
  .top-staff-list {
    display: grid;
    row-gap: 30px;
  }
  .top-staff-list-card-icon {
    width: 120px;
    height: 120px;
  }
  .top-staff-list-card-container {
    margin-top: -60px;
    padding: 80px 25px 30px;
    border-radius: 20px;
  }
  .top-staff-list-card-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .top-staff-list-card-dl {
    display: grid;
    row-gap: 25px;
  }
  .top-staff-list-card-dl-item-name {
    font-size: 18px;
    padding: 0 0 10px 25px;
    margin-bottom: 10px;
  }
  .top-staff-list-card-dl-item-name:before {
    font-size: 18px;
    top: 2px;
  }
  .top-staff-list-card-dl-item-text {
    font-size: 18px;
  }
  .top-staff .c-button-container {
    margin-top: 40px;
  }
}

/*top-company
=========================================================*/
.top-company-lead {
  line-height: 1.5;
  color: #63b84f;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .top-company {
    padding: 100px 0;
  }
  .top-company .c-title {
    margin-bottom: 25px;
  }
  .top-company .c-title .icon {
    right: -146px;
    bottom: 0;
  }
  .top-company-lead {
    text-align: center;
    font-size: 32px;
    margin-bottom: 30px;
  }
  .top-company-container {
    display: grid;
    align-items: center;
    grid-template-columns: 540px 1fr;
    -moz-column-gap: 35px;
         column-gap: 35px;
  }
  .top-company-contents {
    order: 2;
  }
  .top-company-contents-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .top-company .c-button-container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-company {
    padding: 40px 0;
  }
  .top-company .c-title {
    margin-bottom: 25px;
  }
  .top-company .c-title .main {
    display: block;
  }
  .top-company .c-title .icon {
    right: 0;
    bottom: 0;
    width: 50px;
  }
  .top-company-lead {
    text-align: center;
    font-size: 22px;
    margin-bottom: 30px;
  }
  .top-company-container {
    display: grid;
    align-items: center;
    row-gap: 25px;
  }
  .top-company-contents {
    order: 2;
  }
  .top-company-contents-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .top-company .c-button-container {
    margin-top: 30px;
    text-align: center;
  }
}

/*top-job
=========================================================*/
.top-job-container {
  background: #f4f1ef;
  box-sizing: border-box;
  position: relative;
}
.top-job .c-button-container {
  text-align: center;
}
.top-job-img {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .top-job {
    padding: 100px 0;
  }
  .top-job-container {
    border-radius: 30px;
    padding: 70px 150px;
  }
  .top-job .c-button-container {
    margin-top: 50px;
  }
  .top-job-img.left-img {
    left: -100px;
    bottom: 35px;
  }
  .top-job-img.right-img {
    right: -95px;
    top: -60px;
  }
}
@media screen and (max-width: 767px) {
  .top-job {
    padding: 60px 0;
  }
  .top-job-container {
    border-radius: 20px;
    padding: 35px 20px 70px;
  }
  .top-job .c-button-container {
    margin-top: 40px;
  }
  .top-job-img {
    position: absolute;
  }
  .top-job-img.left-img {
    width: 70px;
    left: 0;
    bottom: -15px;
  }
  .top-job-img.right-img {
    right: 0;
    width: 65px;
    top: -30px;
  }
}

/*top-faq
=========================================================*/
.top-faq-list {
  display: grid;
}
.top-faq-list-card-title {
  box-sizing: border-box;
  color: #63b84f;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.top-faq-list-card-title:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 0;
  color: #e9a421;
}
.top-faq-list-card-body {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-faq {
    padding: 100px 0;
  }
  .top-faq .c-title .icon {
    left: -130px;
    bottom: 0;
  }
  .top-faq-list {
    row-gap: 40px;
  }
  .top-faq-list-card-title {
    font-size: 22px;
    padding: 0 0 10px 30px;
    margin-bottom: 15px;
  }
  .top-faq-list-card-title:before {
    font-size: 18px;
    top: 5px;
  }
  .top-faq-list-card-body {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-faq {
    padding: 60px 0;
  }
  .top-faq .c-title .main {
    display: block;
  }
  .top-faq .c-title .icon {
    width: 70px;
    left: 0;
    bottom: 0;
  }
  .top-faq-list {
    row-gap: 40px;
  }
  .top-faq-list-card-title {
    font-size: 20px;
    padding: 0 0 10px 30px;
    margin-bottom: 15px;
  }
  .top-faq-list-card-title:before {
    font-size: 20px;
    top: 5px;
  }
  .top-faq-list-card-body {
    font-size: 18px;
    padding-left: 30px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item .post-date {
  display: block;
  font-weight: 700;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  border-bottom: 1px solid #e6e6e6;
}
.top-column-list-item-img {
  border-radius: 8px;
}
.top-column-list-item .com-img {
  border-radius: 8px;
  aspect-ratio: 400/270;
}
.top-column-list a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
    color: #333;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-img {
    box-shadow: 0 5px 10px 2px rgba(51, 51, 51, 0.2);
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-weight: 600;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    height: 270px;
    margin-bottom: 20px;
  }
  .top-column-list time {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-head .c-button {
    min-width: initial;
    width: 140px;
    padding: 0;
    min-height: 40px;
  }
  .top-column-head .c-button .text {
    font-size: 16px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item a {
    color: #333;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-img {
    box-shadow: 0 5px 10px 2px rgba(51, 51, 51, 0.2);
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
  }
  .top-column-list-item-text {
    font-size: 18px;
  }
  .top-column-list .com-img {
    width: 100%;
    aspect-ratio: 400/270;
    margin-bottom: 15px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news-head {
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: flex-start;
}
.top-news-head .c-button-arrow {
  justify-content: flex-start;
}
.top-news-list {
  display: grid;
}
.top-news-list-item a {
  display: block;
  box-sizing: border-box;
  color: #333;
  position: relative;
  font-weight: 700;
  background: #f4f1ef;
}
.top-news-list-item a .bi {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #e9a421;
}
.top-news-list-item .post-date {
  color: #333;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 820px;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .top-news-head {
    row-gap: 30px;
  }
  .top-news-list {
    row-gap: 15px;
  }
  .top-news-list-item a {
    border-radius: 20px;
    padding: 25px 45px 25px 30px;
    grid-template-columns: auto 1fr;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.2);
  }
  .top-news-list-item a .bi {
    font-size: 20px;
  }
  .top-news-list-item a:hover {
    opacity: 0.85;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 40px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-head .c-button {
    min-width: initial;
    width: 140px;
    padding: 0;
    min-height: 40px;
  }
  .top-news-head .c-button .text {
    font-size: 16px;
  }
  .top-news-list {
    row-gap: 15px;
  }
  .top-news-list-item a {
    border-radius: 20px;
    padding: 20px 45px 20px 20px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #333;
    box-shadow: 0 2px 5px 1px rgba(51, 51, 51, 0.2);
  }
  .top-news-list-item-title {
    font-size: 20px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}

.staff-list {
  display: grid;
}
.staff-list-card {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .staff {
    padding: 100px 0;
  }
  .staff-text {
    text-align: center;
    margin-bottom: 50px;
  }
  .staff-list {
    row-gap: 60px;
  }
  .staff-list-card {
    border-radius: 30px;
    padding: 60px 100px;
    display: grid;
    row-gap: 50px;
  }
  .staff-list-card-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
  }
  .staff-list-card-heading .com-img {
    width: 250px;
    height: 250px;
    aspect-ratio: 1/1;
  }
  .staff-list-card-info {
    width: 450px;
  }
  .staff-list-card-info-profile {
    display: grid;
    row-gap: 5px;
    font-weight: 700;
  }
  .staff-list-card-info-profile-item {
    grid-template-columns: 130px 1fr;
    display: grid;
    font-size: 18px;
  }
  .staff-list-card-info-profile-item-name {
    box-sizing: border-box;
    background: #f4f1ef;
    padding: 5px 10px;
  }
  .staff-list-card-info-profile-item-text {
    box-sizing: border-box;
    padding: 5px 10px;
  }
  .staff-list-card-interview {
    display: grid;
    row-gap: 40px;
  }
  .staff-list-card-interview-item-title {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 0 0 5px 30px;
    margin-bottom: 15px;
    color: #63b84f;
  }
  .staff-list-card-interview-item-title:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #e9a421;
  }
}
@media screen and (max-width: 767px) {
  .staff {
    padding: 60px 0;
  }
  .staff-text {
    text-align: center;
    margin-bottom: 40px;
  }
  .staff-list {
    row-gap: 40px;
  }
  .staff-list-card {
    border-radius: 30px;
    padding: 40px 20px;
    display: grid;
    row-gap: 50px;
  }
  .staff-list-card-heading {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 80px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .staff-list-card-heading .com-img {
    aspect-ratio: 1/1;
  }
  .staff-list-card-info-profile {
    display: grid;
    row-gap: 5px;
    font-weight: 700;
  }
  .staff-list-card-info-profile-item {
    grid-template-columns: 70px 1fr;
    display: grid;
    font-size: 14px;
    line-height: 1.4;
  }
  .staff-list-card-info-profile-item-name {
    box-sizing: border-box;
    background: #f4f1ef;
    padding: 5px 10px;
  }
  .staff-list-card-info-profile-item-text {
    box-sizing: border-box;
    padding: 2px 5px 2px 10px;
  }
  .staff-list-card-interview {
    display: grid;
    row-gap: 40px;
  }
  .staff-list-card-interview-item-title {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 0 0 5px 30px;
    margin-bottom: 15px;
    color: #63b84f;
  }
  .staff-list-card-interview-item-title:before {
    content: "Q.";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    color: #e9a421;
  }
  .staff-list-card-interview-item-text {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .about-philosophy {
    padding: 80px 0;
  }
  .about-philosophy-text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-philosophy {
    padding: 40px 0;
  }
  .about-philosophy-text {
    text-align: center;
    margin-bottom: 60px;
  }
}

.about-message .widebox {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .about-message {
    padding: 60px 0;
  }
  .about-message .widebox {
    border-radius: 30px;
    padding: 80px 100px;
  }
  .about-message-container {
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .about-message-img {
    width: 490px;
  }
  .about-message-text {
    width: 540px;
  }
  .about-message .ceo-name {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .about-message {
    padding: 60px 0;
  }
  .about-message .widebox {
    border-radius: 20px;
    padding: 40px 20px;
  }
  .about-message-container {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
  }
  .about-message-img {
    text-align: center;
  }
  .about-message .ceo-name {
    text-align: right;
    font-weight: 700;
    font-size: 18px;
  }
}

.company-info .def-table {
  box-sizing: border-box;
  background: #f4f1ef;
}
@media screen and (min-width: 768px) {
  .company-info {
    padding: 100px 0;
  }
  .company-info .def-table {
    border-radius: 30px;
    padding: 30px 45px;
  }
}
@media screen and (max-width: 767px) {
  .company-info {
    padding: 60px 0;
  }
  .company-info .def-table {
    border-radius: 20px;
    padding: 30px 20px;
  }
}

@media screen and (min-width: 768px) {
  .about-job {
    padding: 100px 0;
  }
  .about-job-text {
    text-align: center;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .about-job {
    padding: 60px 0;
  }
  .about-job-text {
    text-align: center;
    margin-bottom: 40px;
  }
}

.recruit-list {
  display: grid;
}
.recruit-list-card {
  background: #f4f1ef;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding: 80px 0;
  }
  .recruit-list {
    row-gap: 50px;
  }
  .recruit-list-card {
    border-radius: 30px;
    padding: 60px 40px;
  }
  .recruit-list-card-contaner {
    display: grid;
    grid-template-columns: 430px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .recruit-list-card-contents {
    order: 2;
  }
  .recruit-list-card .c-table-item {
    grid-template-columns: 80px 1fr;
  }
  .recruit-list .com-img {
    height: 363px;
    border-radius: 30px;
  }
  .recruit .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit {
    padding: 80px 0;
  }
  .recruit-list {
    row-gap: 50px;
  }
  .recruit-list-card {
    border-radius: 30px;
    padding: 40px 20px;
  }
  .recruit-list-card-contaner {
    display: grid;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .recruit-list-card-contents {
    order: 2;
  }
  .recruit-list-card .c-table-item {
    grid-template-columns: 80px 1fr;
  }
  .recruit-list .com-img {
    width: 100%;
    aspect-ratio: 443/374;
    margin-bottom: 25px;
  }
  .recruit .c-button-container {
    margin-top: 40px;
  }
}

.recruit-detail-container {
  box-sizing: border-box;
  background: #f4f1ef;
}
@media screen and (min-width: 768px) {
  .recruit-detail {
    padding: 100px 0;
  }
  .recruit-detail-container {
    padding: 40px 100px;
    border-radius: 30px;
  }
  .recruit-detail-container .title01 {
    margin-bottom: 35px;
  }
  .recruit-detail-container .com-img {
    width: 660px;
    aspect-ratio: 443/374;
    margin: 0 auto 25px;
  }
  .recruit-detail .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-detail {
    padding: 60px 0;
  }
  .recruit-detail-container {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .recruit-detail-container .title01 {
    margin-bottom: 20px;
  }
  .recruit-detail-container .com-img {
    width: 100%;
    aspect-ratio: 443/374;
    margin: 0 auto 25px;
  }
  .recruit-detail .c-button-container {
    margin-top: 60px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #63b84f;
  border-bottom: 1px solid #63b84f;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  color: #333;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

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

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

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

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

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

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

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #63b84f;
}
@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: #63b84f;
  font-weight: bold;
}

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

.site-map-list li {
  border-bottom: 1px solid #e6e6e6;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #333;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 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 #63b84f;
  }
}
@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 #63b84f;
  }
}

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

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 240px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #e6e6e6;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    padding: 20px 30px 20px 10px;
    color: #333;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: #e9a421;
    font-size: 20px;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #63b84f !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;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
  }
  .drawer-detail-list {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 15px;
  }
  .drawer-detail .text-caution {
    font-size: 16px;
  }
}
.header {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    min-height: 100px;
    padding: 20px 30px;
    box-sizing: border-box;
  }
  .header-left {
    width: 21%;
  }
  .header-right {
    width: 79%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
  }
  .header-right .nav-list {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .header-right .nav-list a {
    color: #333;
  }
  .header-right .nav-list a:hover {
    border-bottom: 1px solid #e9a421;
  }
  .header-right-list {
    display: flex;
    align-items: center;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    min-height: 70px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header-left {
    width: 240px;
  }
  .header-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1000;
  }
  .header-right-list {
    background: #fff;
    border-top: 3px solid #63b84f;
    position: fixed;
    padding: 0 3%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    height: 70px;
    gap: 10px;
  }
  .header-right-list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
  }
  .header-right-list .c-button {
    width: 100%;
    padding: 0;
    min-width: initial;
    height: 40px;
  }
  .header-right-list .c-button .text {
    font-size: 13px;
  }
  .header-right-list .c-tel .icon {
    width: 15px;
    height: 15px;
    font-size: 10px;
  }
  .header-right-list .c-tel .number {
    font-size: 24px;
    letter-spacing: 0;
  }
}

.l-cta-list {
  display: flex;
  justify-content: center;
}
.l-cta {
  background: url(../img/common/l-cta-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 100px 0;
  }
  .l-cta-list {
    gap: 30px 110px;
  }
  .l-cta-list .text-caution {
    padding-left: 30px;
    box-sizing: border-box;
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 30% 0 30px;
    background: url(../img/common/l-cta-bg.jpg) no-repeat center top/100%;
  }
  .l-cta .c-title {
    font-size: 23px;
  }
  .l-cta-list {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 25px;
  }
  .l-cta-list .text-caution {
    text-align: center;
    box-sizing: border-box;
    margin-top: 5px;
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .about-contents-list {
    width: 890px;
    margin: 0 auto;
    display: grid;
    row-gap: 80px;
  }
  .about-contents-list-item {
    display: grid;
    align-items: center;
    grid-template-columns: 290px 1fr;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .about-contents-list-item-contents {
    order: 2;
  }
  .about-contents-list-item-contents-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .about-contents-list-item-contents-title .number {
    display: block;
    color: #e9a421;
  }
  .about-contents-list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .about-contents {
    padding: 40px 0;
  }
  .about-contents-text {
    text-align: center;
    margin-bottom: 60px;
  }
  .about-contents-list {
    display: grid;
    row-gap: 60px;
  }
  .about-contents-list-item {
    display: grid;
    align-items: center;
    row-gap: 25px;
  }
  .about-contents-list-item-contents {
    order: 2;
  }
  .about-contents-list-item-contents-title {
    display: flex;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
  }
  .about-contents-list-item-contents-title:has(.number) {
    display: flex;
  }
  .about-contents-list-item-contents-title:has(.number) .title {
    width: calc(100% - 40px);
  }
  .about-contents-list-item-contents-title .number {
    width: 40px;
    color: #e9a421;
  }
  .about-contents-list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.footer-nav {
  display: flex;
  align-items: flex-start;
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
}
.footer-nav-list a {
  color: #333;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 20px;
  }
  .footer-logo {
    margin-bottom: 40px;
  }
  .footer-nav {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .footer-nav-list {
    row-gap: 20px;
  }
  .footer-nav-list a:hover {
    border-bottom: 1px solid #e9a421;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 80px 0 100px;
  }
  .footer .footer-wrp {
    flex-direction: column;
    align-items: center;
    row-gap: 50px;
  }
  .footer-logo {
    width: 240px;
    margin: 0 auto 40px;
  }
  .footer-nav {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .footer-nav-list {
    row-gap: 15px;
  }
  .footer-nav-list a {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  #copyright {
    font-size: 14px;
    margin-top: 50px;
  }
  #copyright small {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #copyright {
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
  }
  #copyright small {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */