@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&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: #3d3d3d;
  font-weight: 500;
  word-break: break-word;
}
@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.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

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

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

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

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

.bg-frame {
  position: relative;
}
.bg-frame-container {
  position: relative;
  z-index: 10;
}
.bg-frame .inbox {
  background: #f0eeea;
  position: relative;
}
.bg-frame .inbox:before {
  content: "";
  display: block;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.bg-frame:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f0eeea;
}
@media screen and (min-width: 768px) {
  .bg-frame .inbox:before {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .bg-frame .inbox:before {
    width: 20px;
  }
}

@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 {
  position: relative;
}
.main-visual-title {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.main-visual-movie {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-visual-movie-container {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .main-visual {
    margin-top: -100px;
  }
  .main-visual-movie-container {
    height: 100vh;
  }
  .main-visual-title {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual-movie-container {
    aspect-ratio: 16/9;
  }
  .main-visual-title {
    width: 70%;
    bottom: 10px;
  }
}

.c-table {
  line-height: 1.5;
}
.c-table-item {
  border-bottom: 1px solid #e7e5e2;
}
.c-table a {
  color: #3d3d3d;
}
@media screen and (min-width: 768px) {
  .c-table-item {
    padding: 30px 0;
    display: grid;
    grid-template-columns: 200px 1fr;
  }
  .c-table-item-text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-table-item {
    padding: 15px 0;
    display: grid;
    font-size: 14px;
    grid-template-columns: 100px 1fr;
  }
  .c-table-item-text {
    padding-left: 10px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.c-list-check-item {
  position: relative;
  padding-left: 25px;
}
.c-list-check-item .bi-check-square-fill {
  position: absolute;
  left: 0;
  top: 0;
  color: #f0eeea;
}
@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: #3d3d3d;
}
.taxonomy-list-tag {
  background: #f0eeea;
}
@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 {
  align-items: center;
  justify-content: center;
  display: inline-flex;
  border-radius: 100px;
  border: solid 1px #3d3d3d;
  box-sizing: border-box;
  position: relative;
}
.c-button .text {
  color: #3d3d3d;
}
.c-button .bi-caret-right-fill {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .c-button {
    height: 60px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 20px;
    min-width: 300px;
  }
  .c-button:hover {
    opacity: 0.85;
    background: #f0eeea;
  }
  .c-button .bi-caret-right-fill {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    height: 50px;
    -moz-column-gap: 10px;
         column-gap: 10px;
    padding: 0 20px;
    min-width: 280px;
  }
  .c-button .bi-caret-right-fill {
    right: 15px;
  }
}

.c-button-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.c-button-round .bi-caret-right-fill {
  border: solid 1px #3d3d3d;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-sizing: border-box;
  color: #3d3d3d;
}
.c-button-round .text {
  color: #3d3d3d;
}
@media screen and (min-width: 768px) {
  .c-button-round {
    padding: 10px;
    gap: 25px;
  }
  .c-button-round:hover {
    background: #f0eeea;
    opacity: 0.85;
  }
  .c-button-round .bi-caret-right-fill {
    width: 30px;
    height: 30px;
    padding-left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-round {
    padding: 10px;
    gap: 25px;
  }
  .c-button-round:hover {
    background: #f0eeea;
    opacity: 0.85;
  }
  .c-button-round .bi-caret-right-fill {
    width: 30px;
    height: 30px;
    padding-left: 1px;
  }
}

.page-btn {
  position: relative;
  color: #3d3d3d;
}
@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 {
  color: #3d3d3d;
  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: #3d3d3d;
}
@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: #3d3d3d;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  display: flex;
  align-items: flex-end;
  background: url(../img/common/sv_common-bg.jpg) no-repeat center/cover;
}
.sub-visual-title {
  display: inline-flex;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
}
.sub-visual.sv-about-bg {
  background: url(../img/about/sv_about-bg.jpg) no-repeat center/cover;
}
.sub-visual.sv-features-bg {
  background: url(../img/features/sv_features-bg.jpg) no-repeat center/cover;
}
.sub-visual.sv-flow-bg {
  background: url(../img/flow/sv_flow-bg.jpg) no-repeat center/cover;
}
.sub-visual.sv-service-bg {
  background: url(../img/service/sv_service-bg.jpg) no-repeat center/cover;
}
.sub-visual.sv-recruit-bg {
  background: url(../img/recruit/sv_recruit-bg.jpg) no-repeat center/cover;
}
.sub-visual.sv-company-bg {
  background: url(../img/company/sv_company-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    margin-top: -100px;
    height: 550px;
    font-family: "Hina Mincho", serif;
  }
  .sub-visual-title {
    font-size: 42px;
    padding: 20px 70px;
    min-width: 740px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 120px;
    font-family: "Hina Mincho", serif;
  }
  .sub-visual-title {
    font-size: 18px;
    padding: 10px 50px 10px 20px;
    max-width: 90%;
  }
}

@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-tel {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3d3d3d !important;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-tel {
    font-size: 40px;
    gap: 10px;
  }
  .c-tel .bi {
    color: #3d3d3d;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel {
    font-size: 28px;
    gap: 10px;
  }
  .c-tel .bi {
    color: #3d3d3d;
    font-size: 14px;
  }
}

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

.c-title {
  font-family: "Hina Mincho", serif;
}
.c-title .sub {
  display: inline-block;
  color: #bfbebb;
  line-height: 1.2;
  position: relative;
}
.c-title .sub:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #bfbebb;
}
.c-title .main {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title {
    font-size: 38px;
    margin-bottom: 45px;
  }
  .c-title .sub {
    font-size: 22px;
    padding-left: 70px;
  }
  .c-title .sub:before {
    width: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .c-title .sub {
    font-size: 18px;
    padding-left: 30px;
  }
  .c-title .sub:before {
    width: 20px;
  }
}

.title01 {
  border-bottom: 1px solid #e7e5e2;
  font-family: "Hina Mincho", serif;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 28px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.title02 {
  background: #f0eeea;
  font-family: "Hina Mincho", serif;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 24px;
    padding: 15px 20px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    padding: 15px 20px;
    margin-bottom: 25px;
  }
}

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

@media screen and (max-width: 767px) {
  .top-page {
    overflow: hidden;
  }
}

/*top-about
=========================================================*/
@media screen and (min-width: 768px) {
  .top-about {
    padding: 110px 0 120px;
  }
  .top-about-container {
    position: relative;
  }
  .top-about-container .widebox {
    min-height: 640px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top-about-contents {
    width: 460px;
    margin: 0 0 0 auto;
  }
  .top-about-contents-title {
    font-size: 28px;
    font-family: "Hina Mincho", serif;
    margin-bottom: 60px;
  }
  .top-about-contents-title em {
    font-size: 38px;
  }
  .top-about-contents-title em.number {
    font-size: 42px;
  }
  .top-about-contents-text {
    line-height: 2.2;
  }
  .top-about-contents .c-button-container {
    margin-top: 80px;
  }
  .top-about-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(50% + 100px);
    background: url(../img/top/top_about-img.jpg) no-repeat center/cover;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-container {
    position: relative;
  }
  .top-about-container .widebox {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top-about-contents {
    margin: 0 0 0 auto;
  }
  .top-about-contents-title {
    font-size: 20px;
    font-family: "Hina Mincho", serif;
    margin-bottom: 25px;
  }
  .top-about-contents-title em {
    font-size: 28px;
  }
  .top-about-contents-title em.number {
    font-size: 32px;
  }
  .top-about-contents-text {
    line-height: 2.2;
  }
  .top-about-contents .c-button-container {
    margin-top: 50px;
    text-align: center;
  }
  .top-about-img {
    margin-top: 50px;
    padding-top: 50%;
    width: 100%;
    background: url(../img/top/top_about-img.jpg) no-repeat center/cover;
  }
}

/*top-feature
=========================================================*/
.top-feature {
  position: relative;
}
.top-feature:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #f0eeea;
}
.top-feature .inbox {
  background: #f0eeea;
  position: relative;
}
.top-feature .inbox:before {
  content: "";
  display: block;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.top-feature-img {
  position: relative;
}
@media screen and (min-width: 768px) {
  .top-feature .inbox {
    display: grid;
    grid-template-columns: 1fr 490px;
    -moz-column-gap: 50px;
         column-gap: 50px;
    align-items: flex-start;
    padding: 100px 0;
  }
  .top-feature .inbox:before {
    width: 80px;
  }
  .top-feature .c-title {
    margin-bottom: 20px;
  }
  .top-feature-contents {
    order: 2;
    position: relative;
    z-index: 5;
  }
  .top-feature-contents-text {
    line-height: 2.2;
    letter-spacing: 0.3rem;
  }
  .top-feature .c-button-container {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-feature .inbox {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    align-items: flex-start;
    padding: 60px 0;
  }
  .top-feature .inbox:before {
    width: 20px;
  }
  .top-feature .c-title {
    margin-bottom: 25px;
  }
  .top-feature-contents {
    position: relative;
    order: 2;
    z-index: 5;
  }
  .top-feature-contents-text {
    line-height: 2.2;
  }
  .top-feature-img {
    text-align: center;
  }
  .top-feature .c-button-container {
    text-align: center;
    margin-top: 60px;
  }
}

/*top-others
=========================================================*/
.top-others-title {
  border-bottom: 1px solid;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .top-others {
    padding: 100px 0;
    overflow: hidden;
  }
  .top-others .widebox {
    display: grid;
    gap: 50px 10px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-others-title {
    border-bottom: 1px solid #e7e5e2;
    font-size: 28px;
    font-family: "Hina Mincho", serif;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .top-others-card {
    position: relative;
    padding-bottom: 60px;
  }
  .top-others-card-img {
    margin-bottom: 10px;
  }
  .top-others .c-button-container {
    margin-top: 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .top-others {
    padding: 100px 0;
  }
  .top-others .widebox {
    display: grid;
    row-gap: 45px;
  }
  .top-others-title {
    border-bottom: 1px solid #e7e5e2;
    font-size: 22px;
    font-family: "Hina Mincho", serif;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
  .top-others-card {
    position: relative;
  }
  .top-others-card-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .top-others .c-button-container {
    margin-top: 35px;
    width: 100%;
  }
}

/*top-company
=========================================================*/
@media screen and (min-width: 768px) {
  .top-company {
    background: url(../img/top/top_company-bg.jpg) no-repeat center/cover;
    padding: 70px 0;
    display: flex;
    justify-content: flex-end;
  }
  .top-company-container {
    background: url(../img/top/top_company-content-bg.jpg) no-repeat center/cover;
  }
  .top-company-container {
    width: calc(50% + 100px);
    min-height: 490px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 120px;
  }
  .top-company-container .c-title {
    margin-bottom: 30px;
  }
  .top-company-container-text {
    letter-spacing: 0.2rem;
  }
  .top-company-container .c-button-container {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .top-company {
    background: url(../img/top/top_company-bg.jpg) no-repeat center top/100%;
    padding: 33% 0 0;
    display: flex;
    justify-content: flex-end;
  }
  .top-company-container {
    background: url(../img/top/top_company-content-bg.jpg) no-repeat center/cover;
  }
  .top-company-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 5% 60px;
  }
  .top-company-container .c-title {
    margin-bottom: 25px;
  }
  .top-company-container-text {
    letter-spacing: 0.2rem;
  }
  .top-company-container .c-button-container {
    margin-top: 45px;
  }
}

/*top-column
=========================================================*/
.top-column {
  background: #f0eeea;
}
.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 {
  color: #bfbebb;
  text-align: right;
}
.top-column-list-item-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #e7e5e2;
}
.top-column-list-item-img {
  position: relative;
}
.top-column-list-item-img .bi-caret-right-fill {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 40px;
  height: 40px;
  background: #f0eeea;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-column-list a {
  color: #3d3d3d;
}
.top-column-list time {
  display: block;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 80px 0 115px;
  }
  .top-column-head {
    margin-bottom: 40px;
    grid-template-columns: 1fr auto;
  }
  .top-column-head-title {
    font-size: 40px;
  }
  .top-column-head .c-button-round {
    padding: 0;
  }
  .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;
  }
  .top-column-list-item a:hover {
    opacity: 0.8;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    padding-top: 69%;
    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 {
    display: none;
  }
  .top-column-head-title {
    font-size: 24px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-bottom: 60px;
  }
  .top-column-list-item .post-date {
    font-size: 14px;
    margin-top: 15px;
  }
  .top-column-list-item-title {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .top-column-list-item-text {
    font-size: 14px;
  }
  .top-column-list .com-img {
    padding-top: 62%;
    margin-bottom: 15px;
  }
  .top-column-list time {
    line-height: 1.2;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news time {
  letter-spacing: 1px;
}
.top-news a {
  position: relative;
}
.top-news-list {
  display: grid;
}
.top-news-list-item {
  border-bottom: 1px solid #e7e5e2;
}
.top-news-list-item a {
  background: #fff;
}
.top-news-list-item .post-date {
  color: #bfbebb;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 60px 0 100px;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 720px;
    -moz-column-gap: 45px;
         column-gap: 45px;
    align-items: flex-start;
  }
  .top-news-head {
    display: grid;
    grid-template-rows: 1fr auto;
    align-items: flex-start;
    row-gap: 30px;
  }
  .top-news-head-title {
    font-size: 40px;
  }
  .top-news-head .c-button-round {
    justify-content: flex-start;
    width: 135px;
  }
  .top-news-list {
    border-radius: 8px;
  }
  .top-news-list-item a {
    padding: 30px 15px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #3d3d3d;
  }
  .top-news-list-item a:hover {
    background: #f0eeea;
  }
  .top-news-list-item-title {
    font-size: 18px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-head {
    display: grid;
    grid-template-columns: 1fr auto;
    margin-bottom: 30px;
  }
  .top-news-head-title {
    letter-spacing: 0.2rem;
    font-size: 24px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-head .c-button {
    display: none;
  }
  .top-news-list-item a {
    padding: 20px 10px;
    display: block;
    box-sizing: border-box;
    grid-template-columns: auto 1fr;
    color: #3d3d3d;
  }
  .top-news-list-item-title {
    font-size: 14px;
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
}

@media screen and (min-width: 768px) {
  .about-us {
    padding: 120px 0;
  }
  .about-us .inbox {
    display: grid;
    grid-template-columns: 506px 1fr;
  }
  .about-us .c-title {
    padding-right: 30px;
  }
  .about-us-text {
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .about-us {
    padding: 60px 0;
  }
  .about-us .inbox {
    display: grid;
  }
  .about-us-text {
    letter-spacing: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .about-network {
    text-align: center;
    overflow: hidden;
  }
  .about-network .bg-frame-container {
    padding: 100px 0;
    position: relative;
  }
  .about-network .title01 {
    display: inline-block;
  }
  .about-network-img {
    position: absolute;
    z-index: 10;
  }
  .about-network-img-left {
    left: -330px;
    bottom: 0;
  }
  .about-network-img-right {
    right: -270px;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .about-network .bg-frame-container {
    padding: 60px 0;
    position: relative;
  }
  .about-network .title01 {
    display: inline-block;
  }
  .about-network-imgbox {
    display: flex;
    gap: 10px;
    margin-top: 60px;
  }
  .about-network-img {
    width: 50%;
    z-index: 10;
  }
}

.about-vision-list {
  display: grid;
}
.about-vision-list-card {
  box-sizing: border-box;
  border: solid 1px #e7e5e2;
}
@media screen and (min-width: 768px) {
  .about-vision {
    padding: 100px 0;
  }
  .about-vision-container {
    display: grid;
    grid-template-columns: 465px 1fr;
    margin-bottom: 50px;
  }
  .about-vision-container .c-title {
    margin-bottom: 0;
  }
  .about-vision-list {
    row-gap: 30px;
  }
  .about-vision-list-card {
    padding: 50px;
    display: grid;
    -moz-column-gap: 30px;
         column-gap: 30px;
    grid-template-columns: 470px 480px;
  }
  .about-vision-list-card p {
    margin-bottom: 20px;
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .about-vision {
    padding: 60px 0;
  }
  .about-vision-list {
    row-gap: 30px;
    margin-top: 60px;
  }
  .about-vision-list-card {
    padding: 25px;
    display: grid;
    row-gap: 20px;
  }
  .about-vision-list-card .title02 {
    margin-bottom: 15px;
  }
  .about-vision-list-card p {
    margin-bottom: 20px;
    letter-spacing: 0.25rem;
  }
}

.features-about-bg {
  background: url(../img/features/features_bg-img.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .features-about {
    padding: 120px 0 0;
    background: url(../img/features/features_bg-deco.png) no-repeat left top;
  }
  .features-about-container {
    display: grid;
    grid-template-columns: 465px 1fr;
  }
  .features-about .c-title {
    padding-right: 30px;
    margin-bottom: 0;
  }
  .features-about-text {
    letter-spacing: 0.25rem;
  }
  .features-about-img-list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
  .features-about-bg {
    padding-top: 23%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .features-about {
    padding: 60px 0 0;
    background: url(../img/features/features_bg-deco.png) no-repeat left top;
  }
  .features-about-text {
    letter-spacing: 0.25rem;
  }
  .features-about-img-list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .features-about-bg {
    padding-top: 35%;
    margin-top: 80px;
  }
}

@media screen and (min-width: 768px) {
  .features-stable-supply-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .features-stable-supply .bg-frame-container {
    padding: 100px 0;
  }
  .features-stable-supply-contents {
    order: 2;
    padding-left: 40px;
  }
  .features-stable-supply-text {
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .features-stable-supply-container {
    display: grid;
    row-gap: 40px;
  }
  .features-stable-supply .bg-frame-container {
    padding: 60px 0;
  }
  .features-stable-supply-text {
    letter-spacing: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .features-quality-assurance {
    padding: 100px 0 120px;
  }
  .features-quality-assurance-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .features-quality-assurance-contents {
    padding-right: 40px;
  }
  .features-quality-assurance-text {
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .features-quality-assurance {
    padding: 60px 0;
  }
  .features-quality-assurance-container {
    display: grid;
    row-gap: 40px;
  }
  .features-quality-assurance-text {
    letter-spacing: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .service-about:nth-of-type(even) .service-about-container {
    order: 2;
  }
  .service-about .inbox {
    padding: 120px 0;
    display: flex;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .service-about-container {
    width: 500px;
    position: relative;
    z-index: 10;
  }
  .service-about-img {
    width: 530px;
    position: relative;
    z-index: 10;
  }
  .service-about-text {
    letter-spacing: 0.25rem;
  }
  .service-about .c-list-check {
    margin-top: 30px;
    padding: 20px 35px;
    display: grid;
    border: solid 2px #e7e5e2;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .service-about .inbox {
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    row-gap: 40px;
  }
  .service-about-container {
    position: relative;
    z-index: 10;
  }
  .service-about-img {
    position: relative;
    z-index: 10;
  }
  .service-about-text {
    letter-spacing: 0.25rem;
  }
  .service-about .c-list-check {
    margin-top: 40px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    border: solid 2px #e7e5e2;
    gap: 10px;
  }
}

.service-others-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .service-others {
    padding: 110px 0;
  }
  .service-others-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .service-others-list-card-img {
    margin-bottom: 15px;
  }
  .service-others-list-card-text {
    letter-spacing: 0.25rem;
  }
}
@media screen and (max-width: 767px) {
  .service-others {
    padding: 60px 0;
  }
  .service-others-list {
    display: grid;
    row-gap: 40px;
  }
  .service-others-list-card-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .service-others-list-card-text {
    letter-spacing: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .flow-info {
    padding: 110px 0;
  }
  .flow-info-container {
    display: grid;
    grid-template-columns: 335px 1fr;
    margin-bottom: 40px;
  }
  .flow-info .c-title {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .flow-info-detail {
    display: grid;
    row-gap: 50px;
  }
  .flow-info-list {
    display: grid;
    gap: 10px;
  }
  .flow-info-list.four-column {
    grid-template-columns: repeat(4, 1fr);
  }
  .flow-info-list.four-column .flow-info-list-card:nth-child(4n):before, .flow-info-list.four-column .flow-info-list-card:last-child:before {
    display: none;
  }
  .flow-info-list.three-column {
    grid-template-columns: repeat(3, 1fr);
  }
  .flow-info-list.three-column .flow-info-list-card:nth-child(3n):before, .flow-info-list.three-column .flow-info-list-card:last-child:before {
    display: none;
  }
  .flow-info-list-card {
    border: solid 2px #e7e5e2;
    padding: 30px 15px;
    position: relative;
  }
  .flow-info-list-card:before {
    content: "";
    display: block;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    border: 12px solid transparent;
    border-left: solid 12px #e7e5e2;
  }
  .flow-info-list-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .flow-info-list-card .title02 {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .flow-info {
    padding: 60px 0;
  }
  .flow-info-container {
    display: grid;
    margin-bottom: 40px;
  }
  .flow-info-detail {
    display: grid;
    row-gap: 50px;
  }
  .flow-info-list {
    display: grid;
    gap: 10px;
  }
  .flow-info-list-card {
    border: solid 2px #e7e5e2;
    padding: 30px 25px 50px;
    position: relative;
  }
  .flow-info-list-card:last-of-type:before {
    display: none;
  }
  .flow-info-list-card:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border: 12px solid transparent;
    border-top: solid 12px #e7e5e2;
  }
  .flow-info-list-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  .flow-info-list-card .title02 {
    font-size: 20px;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .recruit-info {
    padding: 110px 0;
  }
  .recruit-info-container {
    display: grid;
    grid-template-columns: 460px 1fr;
    margin-bottom: 50px;
  }
  .recruit-info .c-title {
    margin-bottom: 0;
    padding-right: 20px;
  }
  .recruit-info-text {
    letter-spacing: 0.25rem;
    line-height: 2.5;
  }
  .recruit-info .recruit-list {
    display: grid;
    row-gap: 80px;
  }
  .recruit-info .recruit-list-card {
    display: grid;
    row-gap: 30px;
  }
  .recruit-info .recruit-list-card .title01 {
    margin-bottom: 0;
  }
  .recruit-info .recruit-list-card-img {
    height: 350px;
  }
  .recruit-info .recruit-list-card-table {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-info {
    padding: 60px 0;
  }
  .recruit-info-text {
    letter-spacing: 0.25rem;
  }
  .recruit-info .recruit-list {
    display: grid;
    row-gap: 80px;
    margin-top: 60px;
  }
  .recruit-info .recruit-list-card {
    display: grid;
    row-gap: 30px;
  }
  .recruit-info .recruit-list-card .title01 {
    margin-bottom: 0;
  }
  .recruit-info .recruit-list-card-img {
    padding-top: 32%;
  }
  .recruit-info .recruit-list-card .c-table-item {
    font-size: 13px;
    grid-template-columns: 130px 1fr;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  .recruit-howto .bg-frame-container {
    padding: 100px 0;
    display: flex;
    justify-content: space-between;
  }
  .recruit-howto-container {
    order: 2;
    width: 500px;
  }
  .recruit-howto-img {
    width: 530px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-howto .bg-frame-container {
    padding: 60px 0;
  }
  .recruit-howto-container {
    margin-bottom: 40px;
  }
  .recruit-howto-img {
    text-align: center;
  }
}

.greeting .ceo-name {
  text-align: right;
  font-family: "Hina Mincho", serif;
}
@media screen and (min-width: 768px) {
  .greeting {
    padding: 110px 0;
  }
  .greeting-container {
    display: grid;
    grid-template-columns: 260px 1fr;
  }
  .greeting .c-title {
    padding-right: 20px;
    margin-bottom: 0;
  }
  .greeting-text {
    letter-spacing: 0.25rem;
  }
  .greeting .ceo-name {
    font-size: 18px;
  }
  .greeting-img-list {
    margin-top: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting-container {
    display: flex;
    flex-direction: column;
  }
  .greeting .c-title {
    width: 100%;
  }
  .greeting-text {
    letter-spacing: 0.25rem;
  }
  .greeting .ceo-name {
    font-size: 18px;
  }
  .greeting-img-list {
    margin-top: 40px;
    display: grid;
    gap: 15px;
  }
  .greeting-img-list-img {
    width: 100%;
    text-align: center;
  }
}

.company-info-container {
  background: #fff;
}
.company-info .googlemap {
  width: 100%;
  position: relative;
}
.company-info .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .company-info .bg-frame-container {
    padding: 100px 0;
  }
  .company-info-container {
    padding: 20px 45px 60px;
  }
  .company-info .googlemap {
    height: 450px;
  }
}
@media screen and (max-width: 767px) {
  .company-info .bg-frame-container {
    padding: 60px 0;
  }
  .company-info-container {
    padding: 30px 20px;
  }
  .company-info .googlemap {
    height: 200px;
  }
}

.access {
  background: #f0eeea;
}
.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 #e7e5e2;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
}
.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: #3d3d3d;
}
.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: 500;
  border: solid 1px #3d3d3d;
  background-color: #3d3d3d;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 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;
}

.complete-page .accent {
  display: inline-block;
  text-decoration: underline;
  margin-top: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #e7e5e2 1px;
}
.post-wrp .post-list-item a {
  color: #3d3d3d;
  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 #e7e5e2 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #3d3d3d;
}
.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-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%;
  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 #3d3d3d;
  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 #3d3d3d;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #3d3d3d;
  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 .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 #3d3d3d;
}
@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: #3d3d3d;
  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 #3d3d3d;
  line-height: 1;
  font-size: 14px;
  color: #3d3d3d;
}
#contents-u.s-post .tag-name span {
  color: #3d3d3d;
}

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

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #3d3d3d;
  font-weight: bold;
  border-bottom: 1px solid #3d3d3d;
  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: 100px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #f0eeea;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 4% 5% 8%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #e7e5e2;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    padding: 20px 30px 20px 5px;
    color: #3d3d3d;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #fff !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
    border: solid 1px #3d3d3d;
  }
  /*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: #3d3d3d !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;
    text-align: center;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
    margin-top: 30px;
  }
  .drawer-info .drawer-detail-list {
    display: grid;
    row-gap: 15px;
  }
}
.header {
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 30px;
  }
  .header-left {
    width: 125px;
  }
  .header-right {
    width: calc(100% - 125px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header .nav-list {
    display: flex;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .header .nav-list a {
    color: #3d3d3d;
    border-bottom: 1px solid transparent;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3), 0 0 2px rgba(255, 255, 255, 0.3);
  }
  .header .nav-list a:hover {
    border-bottom: 1px solid #fff;
  }
  .header .c-button {
    min-width: initial;
    width: 190px;
    background: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
    padding: 0 5%;
    z-index: 100;
  }
  .header-left {
    width: 80px;
    line-height: 1;
  }
  .header-right {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .c-button {
    min-width: initial;
    width: 250px;
  }
}

.l-cta {
  position: relative;
}
.l-cta:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
.l-cta .widebox {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
}
.l-cta-container {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}
.l-cta-list {
  display: flex;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding-top: 19%;
  }
  .l-cta:before {
    height: 85.1%;
    min-height: 400px;
  }
  .l-cta-container {
    padding: 60px 150px 70px;
    display: flex;
    align-items: center;
  }
  .l-cta .c-title {
    width: 350px;
    margin-bottom: 0;
  }
  .l-cta-list {
    gap: 50px;
  }
  .l-cta-list-item {
    text-align: center;
    width: 290px;
  }
  .l-cta-list-item dt {
    border-bottom: 1px solid #e7e5e2;
    font-size: 20px;
    font-family: "Hina Mincho", serif;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-top: 35%;
  }
  .l-cta:before {
    padding-top: 50%;
  }
  .l-cta-container {
    display: flex;
    flex-direction: column;
    padding: 30px;
  }
  .l-cta .c-title {
    margin-bottom: 35px;
  }
  .l-cta-list {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
  .l-cta-list-item {
    text-align: center;
  }
  .l-cta-list-item dt {
    border-bottom: 1px solid #e7e5e2;
    font-size: 20px;
    font-family: "Hina Mincho", serif;
    padding-bottom: 10px;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 30px 0 50px;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-heading {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer-heading-nav {
    padding-left: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 65px;
         column-gap: 65px;
  }
  .footer-heading-nav-list {
    display: grid;
    row-gap: 40px;
  }
  .footer-heading-nav-list a {
    color: #3d3d3d;
    border-bottom: 1px solid transparent;
  }
  .footer-heading-nav-list a:hover {
    border-bottom: 1px solid #3d3d3d;
  }
  .footer-bottom {
    display: flex;
    justify-content: flex-end;
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #e7e5e2;
  }
  .footer-bottom-subnav,
  .footer-bottom #copyright {
    width: 50%;
  }
  .footer-bottom-subnav {
    order: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer-bottom-subnav-item {
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
    border-right: 1px solid #3d3d3d;
  }
  .footer-bottom-subnav-item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .footer-bottom-subnav a {
    color: #3d3d3d;
    line-height: 1;
    border-bottom: 1px solid transparent;
  }
  .footer-bottom-subnav a:hover {
    border-bottom: 1px solid #3d3d3d;
  }
  .footer-bottom #copyright {
    color: #bfbebb;
    font-size: 14px;
  }
  .footer-bottom #copyright small {
    font-size: 14px;
  }
  .footer-bottom #copyright a {
    color: #bfbebb;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 30px 0 120px;
  }
  .footer-logo {
    width: 100px;
    margin: 0 auto 30px;
  }
  .footer-address {
    text-align: center;
    font-size: 14px;
  }
  .footer-heading {
    margin-bottom: 60px;
    display: flex;
    flex-direction: column;
  }
  .footer-heading-nav {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    align-items: flex-start;
    grid-template-columns: auto 1fr 1fr;
    gap: 15px;
    margin-top: 30px;
  }
  .footer-heading-nav-list {
    display: grid;
    row-gap: 10px;
  }
  .footer-heading-nav-list a {
    font-size: 12px;
    color: #3d3d3d;
    border-bottom: 1px solid #e7e5e2;
  }
  .footer-bottom {
    padding-top: 30px;
    margin-top: 50px;
    border-top: 1px solid #e7e5e2;
  }
  .footer-bottom-subnav,
  .footer-bottom #copyright {
    width: 100%;
  }
  .footer-bottom-subnav {
    order: 2;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer-bottom-subnav-item {
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
    border-right: 1px solid #3d3d3d;
  }
  .footer-bottom-subnav-item:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
  .footer-bottom-subnav a {
    color: #3d3d3d;
    line-height: 1;
    font-size: 12px;
    border-bottom: 1px solid #e7e5e2;
  }
  .footer-bottom #copyright {
    text-align: center;
    margin-top: 50px;
    color: #bfbebb;
    font-size: 12px;
    letter-spacing: 0;
  }
  .footer-bottom #copyright small {
    font-size: 12px;
  }
  .footer-bottom #copyright a {
    color: #bfbebb;
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */