@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Noto+Serif+JP:wght@200..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;
}

.accent {
  border-color: #fff;
  color: #fff !important;
}

.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: "Noto Serif JP", serif;
  color: #e5e5e5;
  font-weight: 300;
  word-break: break-word;
  background: #686465;
}
body a {
  color: #e5e5e5;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 1px;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 3px;
  }
}

.border-none {
  border-bottom: none !important;
}

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

.space-bg {
  position: relative;
}
.space-bg:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  background: #727272;
}
.space-bg-left:before {
  left: 0;
}
.space-bg-right:before {
  right: 0;
}
@media screen and (min-width: 767px) {
  .space-bg:before {
    width: 60px;
  }
}
@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

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

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

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

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

.bg-vage {
  background: #686465;
}

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

.main-visual {
  position: relative;
}
.main-visual-title {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .main-visual {
    margin-top: -150px;
  }
  .main-visual-title {
    left: 70px;
    bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin-top: -70px;
    background: url(../img/top/main-visual-img.png) no-repeat center/cover;
    height: 280px;
  }
  .main-visual-title {
    width: 70%;
    left: 5%;
    bottom: 10%;
  }
  .main-visual-img {
    display: none;
  }
}

.c-table {
  display: grid;
}
.c-table-item-name {
  padding-right: 10px;
  box-sizing: border-box;
}
.c-table-item-text a {
  color: #e5e5e5;
}
@media screen and (min-width: 767px) {
  .c-table {
    row-gap: 40px;
  }
  .c-table-item {
    display: grid;
    grid-template-columns: 125px 1fr;
  }
  .c-table-item-name {
    padding-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    row-gap: 40px;
  }
  .c-table-item {
    display: flex;
    flex-direction: column;
    line-height: 1.6;
    row-gap: 10px;
  }
  .c-table-item-name {
    padding-right: 10px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
  }
  .c-table-item-text {
    font-size: 14px;
    box-sizing: border-box;
  }
}

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

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
.taxonomy-list-item {
  border: 1px solid #e5e5e5;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .taxonomy-list {
    gap: 10px;
  }
  .taxonomy-list-item {
    border-radius: 0;
    font-size: 15px;
    padding: 2px 15px;
  }
}
@media screen and (max-width: 768px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list-item {
    border-radius: 0;
    font-size: 11px;
    padding: 2px 15px;
  }
}

.category-list {
  display: grid;
  box-sizing: border-box;
}
.category-list-item {
  color: #fff;
  border-right: 1px solid #fff;
}
.category-list-item a {
  display: block;
  box-sizing: border-box;
  color: #e5e5e5;
  position: relative;
}
.category-list-item a .bi {
  color: #e4b200;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .category-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 15px;
    row-gap: 25px;
  }
  .category-list-item:nth-of-type(4n) {
    border-right: none;
  }
  .category-list-item a {
    padding: 5px 30px 5px 20px;
  }
  .category-list-item a:hover {
    background: rgba(229, 229, 229, 0.2);
  }
  .category-list-item a .bi {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
    row-gap: 15px;
    line-height: 1.5;
  }
  .category-list-item:nth-of-type(2n) {
    border-right: none;
  }
  .category-list-item a {
    font-size: 12px;
    padding: 5px 30px 5px 20px;
  }
  .category-list-item a .bi {
    right: 10px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: flex;
  border: 1px solid #fff;
  background: #fff;
}
.c-button .text {
  color: #000;
}
.c-button .bi {
  color: #e4b200;
}
@media screen and (min-width: 767px) {
  .c-button {
    border-radius: 8px;
    height: 55px;
    min-width: 180px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    transition: 0.1s all ease-in;
  }
  .c-button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    border-radius: 8px;
    height: 55px;
    min-width: 180px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    transition: 0.1s all ease-in;
  }
  .c-button .text {
    font-size: 14px;
  }
}

.arw-button {
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.arw-button .text {
  color: #fff;
}
.arw-button .bi {
  color: #e4b200;
}
@media screen and (min-width: 767px) {
  .arw-button {
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 10px 0;
    transition: 0.1s all ease-in;
  }
  .arw-button:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .arw-button {
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding: 10px 0;
    transition: 0.1s all ease-in;
  }
  .arw-button .text {
    font-size: 14px;
  }
}

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

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

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 15% 0 10%;
  }
}
ul.pagenation li a {
  color: #e5e5e5;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #e4b200;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.sub-visual {
  background: url(../img/common/sub-visual-bg.jpg) no-repeat center/cover;
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  line-height: 1.5;
}
.sub-visual .main,
.sub-visual .sub {
  display: block;
}
.sub-visual .sub {
  color: #e4b200;
}
.sub-visual .main {
  font-weight: 300;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 400px;
    margin-top: -150px;
    padding: 0 0 55px 70px;
    font-size: 28px;
  }
  .sub-visual-title:before {
    content: "";
    display: block;
    width: 1px;
    height: 100px;
    background: #fff;
    margin-bottom: 10px;
  }
  .sub-visual-title .sub {
    font-size: 18px;
  }
  .sub-visual-title .main {
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 200px;
    margin-top: -70px;
    padding: 0 0 20px 20px;
  }
  .sub-visual-title:before {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background: #fff;
    margin-bottom: 10px;
  }
  .sub-visual-title .sub {
    font-size: 12px;
  }
  .sub-visual-title .main {
    font-size: 18px;
    letter-spacing: 5px;
  }
}

.en {
  font-family: "Lora", serif;
}

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

.text-link {
  padding-bottom: 5px;
  margin: 0 5px;
  border-bottom: 1px solid #e5e5e5;
}
.text-link:hover {
  color: #e4b200 !important;
  border-bottom: 1px solid #e4b200;
}

.c-tel {
  line-height: 1.2;
}
.c-tel .number {
  color: #e5e5e5;
  font-weight: 700;
}
.c-tel .bi {
  color: #e4b200;
}
@media screen and (min-width: 767px) {
  .c-tel .number {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-tel .number {
    font-size: 20px;
  }
}

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

.c-title {
  line-height: 1.5;
}
.c-title .main,
.c-title .sub {
  display: block;
  font-weight: 300;
}
.c-title .sub {
  color: #e4b200;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .main {
    font-size: 24px;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  .c-title .sub {
    font-size: 15px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 30px;
  }
  .c-title .main {
    font-size: 22px;
    margin-bottom: 10px;
    letter-spacing: 5px;
  }
  .c-title .sub {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.title01 {
  line-height: 1.5;
  border-bottom: 1px solid #fff;
}
.title01 .main,
.title01 .sub {
  display: block;
  font-weight: 300;
}
.title01 .sub {
  color: #e4b200;
}
@media screen and (min-width: 767px) {
  .title01 {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
  .title01 .main {
    font-size: 22px;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
  .title01 .main {
    font-size: 20px;
    letter-spacing: 5px;
  }
}

.title02 {
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}

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

.c-fixed-banner {
  position: fixed;
  width: 100%;
  background: #e4b200;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  z-index: 100;
}
.c-fixed-banner-name {
  text-align: center;
}
.c-fixed-banner-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-fixed-banner .c-tel {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.c-fixed-banner .c-tel .bi {
  color: #fff;
}
.c-fixed-banner .c-tel .number {
  color: #000;
  font-weight: 400;
}
@media screen and (min-width: 767px) {
  .c-fixed-banner {
    width: 320px;
    padding: clamp(15px, 2%, 30px);
    right: 30px;
    bottom: 30px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  }
  .c-fixed-banner .c-tel {
    margin-bottom: 15px;
  }
  .c-fixed-banner-list {
    gap: 20px;
  }
  .c-fixed-banner-list .c-button {
    height: 45px;
  }
}
@media screen and (max-width: 768px) {
  .c-fixed-banner {
    width: 100%;
    height: 70px;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 30px;
  }
  .c-fixed-banner-name {
    text-align: center;
    font-size: 12px;
    line-height: 1;
  }
  .c-fixed-banner-list {
    gap: 15px;
  }
  .c-fixed-banner-list .c-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: initial;
    padding: 0;
    letter-spacing: 0;
    font-size: 20px;
  }
  .c-fixed-banner-list .c-button .text {
    display: none;
  }
}

/*top-about
=========================================================*/
.top-about {
  position: relative;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding: 120px 0;
  }
  .top-about .inbox {
    display: grid;
    align-items: flex-start;
    grid-template-columns: 330px 1fr;
  }
  .top-about-contents-text {
    line-height: 2;
  }
  .top-about-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 39%;
  }
  .top-about .arw-button {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about .inbox {
    display: grid;
    grid-template-columns: 1fr;
  }
  .top-about-img {
    width: 90%;
    margin: 70px 0 0 auto;
  }
  .top-about .c-button-box {
    text-align: right;
  }
  .top-about .arw-button {
    margin-top: 50px;
  }
}

/*top-trouble
=========================================================*/
.top-trouble-head {
  position: relative;
}
.top-trouble-list {
  background: rgba(114, 114, 114, 0.5);
  box-sizing: border-box;
}
.top-trouble-solution {
  background: #000;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 767px) {
  .top-trouble {
    text-align: center;
  }
  .top-trouble-head {
    padding: 50px 0 100px;
  }
  .top-trouble-head-img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc((100% - 1080px) / 2 + 80px);
    background: url(../img/top/top_trouble-img.jpg) no-repeat center/cover;
  }
  .top-trouble-container {
    width: 1060px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    background: url(../img/top/top-trouble-line-left-top.png) no-repeat left top,
      url(../img/top/top-trouble-line-right-bottom.png) no-repeat right bottom;
  }
  .top-trouble-list {
    padding: 45px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    line-height: 1.5;
  }
  .top-trouble-list-item {
    width: 320px;
    font-size: 18px;
    position: relative;
  }
  .top-trouble-list-item:nth-of-type(3n):before,
  .top-trouble-list-item:last-of-type:before {
    display: none;
  }
  .top-trouble-list-item:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    background: #fff;
    width: 1px;
    height: 30px;
    transform: translateY(-50%);
  }
  .top-trouble-solution {
    font-size: 24px;
    padding: 20px 0;
  }
  .top-trouble-solution-title {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
  }
  .top-trouble-solution-text {
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top-trouble {
    text-align: center;
  }
  .top-trouble-head {
    padding: 50px 0 70%;
  }
  .top-trouble-head-img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 50%;
    background: url(../img/top/top_trouble-img.jpg) no-repeat center/cover;
  }
  .top-trouble-container {
    position: relative;
    z-index: 100;
    margin: 0 auto;
    padding: 15px;
    box-sizing: border-box;
    background: url(../img/top/top-trouble-line-left-top.png) no-repeat left
        top/60px,
      url(../img/top/top-trouble-line-right-bottom.png) no-repeat right
        bottom/60px;
  }
  .top-trouble-list {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
  .top-trouble-list-item {
    width: 100%;
    font-size: 17px;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #fff;
  }
  .top-trouble-solution {
    font-size: 18px;
    padding: 20px 10px;
    box-sizing: border-box;
    margin-top: 100px;
  }
  .top-trouble-solution-title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -65px;
    width: 80%;
  }
  .top-trouble-solution-title img {
    width: 150px;
  }
  .top-trouble-solution-text {
    letter-spacing: 0.4rem;
  }
}

/*top-others
=========================================================*/
.top-others-container {
  display: grid;
}
.top-others-card {
  box-sizing: border-box;
}
.top-others-cardbox {
  max-width: 480px;
  margin: 0 auto;
}
.top-others-card-text {
  max-width: 400px;
  margin: 0 auto;
}
.top-others .c-button-box {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .top-others {
    padding: 70px 0;
  }
  .top-others-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .top-others .c-title {
    margin-bottom: 20px;
  }
  .top-others-card {
    padding: 50px 15px;
    border-right: 1px solid #fff;
  }
  .top-others-card:last-of-type {
    border-right: none;
  }
  .top-others-card-img {
    margin-bottom: 20px;
  }
  .top-others .c-button-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-others {
    padding: 60px 5%;
    box-sizing: border-box;
  }
  .top-others-container {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
  .top-others-card-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .top-others .c-title {
    margin-bottom: 20px;
  }
  .top-others .c-button-box {
    margin-top: 50px;
  }
}

/*top-works
=========================================================*/
.top-works {
  box-sizing: border-box;
}
.top-works-head {
  box-sizing: border-box;
}
.top-works-list {
  display: grid;
}
@media screen and (min-width: 767px) {
  .top-works {
    padding: 100px 120px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .top-works-head {
    width: 450px;
    padding-right: 20px;
  }
  .top-works-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .top-works-list-card a {
    color: #fff;
  }
  .top-works-list-card a:hover {
    opacity: 0.8;
  }
  .top-works-list-card a .com-img {
    padding-top: 75%;
    margin-bottom: 10px;
  }
  .top-works-list-card-title {
    font-size: 18px;
  }
  .top-works-list-card .taxonomy-list {
    margin-top: 15px;
  }
  .top-works .c-button-box {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-works {
    padding: 60px 5%;
    display: grid;
    grid-template-columns: 1fr;
  }
  .top-works-head {
    margin-bottom: 50px;
  }
  .top-works-list {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
  .top-works-list-card a {
    color: #fff;
  }
  .top-works-list-card a .com-img {
    padding-top: 75%;
    margin-bottom: 10px;
  }
  .top-works-list-card-title {
    font-size: 14px;
    line-height: 1.6;
  }
  .top-works-list-card .taxonomy-list {
    margin-top: 15px;
    font-size: 12px;
  }
  .top-works .c-button-box {
    text-align: right;
    margin-top: 30px;
  }
}

/*top-faq
=========================================================*/
.top-faq {
  position: relative;
}
@media screen and (min-width: 767px) {
  .top-faq {
    padding: 90px 0;
  }
  .top-faq-imgbox {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(50% + 140px);
  }
  .top-faq-imgbox-list {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 0 30px;
    position: relative;
  }
  .top-faq-imgbox-list:before {
    content: "";
    z-index: 10;
    width: 50px;
    position: absolute;
    left: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 40px);
    background: url(../img/top/line-left-top.png) no-repeat left top,
      url(../img/top/line-left-bottom.png) no-repeat left bottom;
  }
  .top-faq-imgbox-list-item {
    width: 100%;
  }
  .top-faq .c-button-box {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 40px 0;
  }
  .top-faq-imgbox {
    width: 90%;
    margin: 60px 0 0 auto;
  }
  .top-faq-imgbox-list {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    gap: 0 10px;
    position: relative;
  }
  .top-faq-imgbox-list:before {
    content: "";
    z-index: 10;
    width: 50px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    height: calc(100% - 20px);
    background: url(../img/top/line-left-top.png) no-repeat left top/20px,
      url(../img/top/line-left-bottom.png) no-repeat left bottom/20px;
  }
  .top-faq-imgbox-list-item {
    width: 100%;
    padding-top: 60%;
  }
  .top-faq .c-button-box {
    text-align: right;
    margin-top: 40px;
  }
}

/*top-column
=========================================================*/
.top-column-head {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: flex-end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list {
  line-height: 1.5;
}
.top-column-list-item-title {
  border-bottom: 1px solid #fff;
}
.top-column-list a {
  color: #e5e5e5;
}
.top-column-list time {
  display: block;
  letter-spacing: 1px;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 70px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
  }
  .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-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 12px;
  }
  .top-column-list .com-img {
    padding-top: 69%;
    margin-bottom: 20px;
  }
  .top-column-list time {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
  .top-column-list-item a {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .top-column-list-item-text {
    font-size: 12px;
  }
  .top-column-list .com-img {
    padding-top: 69%;
    margin-bottom: 20px;
  }
  .top-column-list time {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news time {
  letter-spacing: 1px;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 180px;
    column-gap: 180px;
  }
  .top-news-head {
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .top-news-list-item a {
    padding: 20px;
    box-sizing: border-box;
    display: grid;
    color: #fff;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .top-news-list-item a:hover {
    background: rgba(229, 229, 229, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news-head {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .top-news-list-item a {
    padding: 10px 0;
    box-sizing: border-box;
    display: grid;
    color: #fff;
    grid-template-columns: auto 1fr;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 13px;
    line-height: 1.5;
  }
  .top-news-list-item a time {
    font-size: 12px;
  }
}

@media screen and (min-width: 767px) {
  .about-feature {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-feature {
    padding: 60px 0;
  }
}

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

.service-flow .step-box {
  color: #e4b200;
  line-height: 1;
  display: grid;
  row-gap: 5px;
}
.service-flow .step-box .step,
.service-flow .step-box .number {
  display: block;
  font-weight: 300;
}
.service-flow-list {
  display: grid;
  row-gap: 50px;
}
@media screen and (min-width: 767px) {
  .service-flow {
    padding: 100px 0;
  }
  .service-flow .step-box {
    color: #e4b200;
  }
  .service-flow .step-box .number {
    font-size: 32px;
  }
  .service-flow-list {
    padding: 35px;
    box-sizing: border-box;
  }
  .service-flow-list-item {
    display: grid;
    align-items: center;
    grid-template-columns: 80px 1fr;
  }
  .service-flow-list .c-contact-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-flow {
    padding: 100px 0;
  }
  .service-flow .step-box {
    color: #e4b200;
    font-size: 12px;
    position: absolute;
    left: 0;
    top: -10px;
  }
  .service-flow .step-box .number {
    font-size: 25px;
  }
  .service-flow-list {
    padding: 25px;
    box-sizing: border-box;
  }
  .service-flow-list-item {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .service-flow-list-item .title01 {
    padding-left: 45px;
  }
  .service-flow-list-item .title01 .main {
    font-size: 18px;
  }
  .service-flow-list .c-contact-list {
    margin-top: 20px;
  }
}

.all-works-list-card a {
  color: #e5e5e5;
}
@media screen and (min-width: 767px) {
  .all-works {
    padding: 100px 0;
  }
  .all-works .l-frame {
    margin-bottom: 60px;
  }
  .all-works-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 25px;
  }
  .all-works-list-card:hover {
    opacity: 0.8;
  }
  .all-works-list-card-title {
    font-size: 18px;
  }
  .all-works-list .com-img {
    padding-top: 75%;
    margin-bottom: 15px;
  }
  .all-works-list .taxonomy-list {
    margin-top: 15px;
  }
  .all-works-list .taxonomy-list-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .all-works {
    padding: 60px 0;
  }
  .all-works .l-frame {
    margin-bottom: 40px;
  }
  .all-works-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 15px;
  }
  .all-works-list-card-title {
    line-height: 1.5;
    font-size: 14px;
  }
  .all-works-list .com-img {
    padding-top: 75%;
    margin-bottom: 15px;
  }
  .all-works-list .taxonomy-list {
    margin-top: 15px;
  }
  .all-works-list .taxonomy-list-item {
    font-size: 11px;
  }
}

.works-detail .taxonomy-list {
  justify-content: flex-end;
}
.works-detail .thumbnail-change-list {
  display: grid;
}
@media screen and (min-width: 767px) {
  .works-detail {
    padding: 100px 0;
  }
  .works-detail .inbox {
    width: 900px;
  }
  .works-detail .title01 {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .works-detail .taxonomy-list {
    margin-bottom: 30px;
  }
  .works-detail .thumbnail-change {
    display: grid;
    row-gap: 20px;
    margin-bottom: 70px;
  }
  .works-detail .thumbnail-change .thumbnail-main-img {
    padding-top: 680px;
  }
  .works-detail .thumbnail-change-list {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
  }
  .works-detail .thumbnail-change-list-item {
    cursor: pointer;
  }
  .works-detail .thumbnail-change-list-item:hover {
    opacity: 0.8;
  }
  .works-detail .thumbnail-change-list .com-img {
    padding-top: 125px;
  }
  .works-detail-description {
    margin-bottom: 50px;
  }
  .works-detail-table {
    box-sizing: border-box;
    display: grid;
    row-gap: 40px;
  }
  .works-detail-table-wrapper .l-frame-box {
    padding: 35px;
    display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(2, 1fr);
  }
  .works-detail-table-item {
    display: flex;
  }
  .works-detail-table-item-name {
    width: 100px;
  }
  .works-detail-table-item-text {
    box-sizing: border-box;
    padding: 0 10px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding: 60px 0 80px;
  }
  .works-detail .title01 {
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .works-detail .taxonomy-list {
    margin-bottom: 20px;
  }
  .works-detail .thumbnail-change {
    display: grid;
    row-gap: 10px;
    margin-bottom: 40px;
  }
  .works-detail .thumbnail-change .thumbnail-main-img {
    padding-top: 75%;
  }
  .works-detail .thumbnail-change-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
  }
  .works-detail .thumbnail-change-list-item {
    cursor: pointer;
  }
  .works-detail .thumbnail-change-list-item:hover {
    opacity: 0.8;
  }
  .works-detail .thumbnail-change-list .com-img {
    padding-top: 75%;
  }
  .works-detail-description {
    margin-bottom: 50px;
  }
  .works-detail-table {
    box-sizing: border-box;
    display: grid;
    row-gap: 40px;
  }
  .works-detail-table-wrapper .l-frame-box {
    padding: 20px 20px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .works-detail-table-item-name {
    margin-bottom: 10px;
  }
  .works-detail-table-item-text {
    box-sizing: border-box;
    font-size: 14px;
  }
}

.all-faq .tag-title {
  box-sizing: border-box;
}
.all-faq .faq-list {
  display: grid;
}
.all-faq .faq-list-item {
  border-bottom: 1px solid #fff;
}
.all-faq .faq-list-item-title {
  display: flex;
}
.all-faq .faq-list-item-title .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e4b200;
  border-radius: 50%;
  border: solid 1px #e4b200;
  box-sizing: border-box;
  padding-bottom: 2px;
  letter-spacing: 0;
}
.all-faq .faq-list-item-title .title {
  box-sizing: border-box;
}
.all-faq .faq-list-item-text {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .all-faq {
    padding: 100px 0;
  }
  .all-faq .l-frame {
    margin-bottom: 70px;
  }
  .all-faq-contents {
    display: grid;
    grid-template-columns: 400px 1fr;
  }
  .all-faq .tag-title {
    font-size: 24px;
    padding-right: 20px;
  }
  .all-faq .faq-list {
    row-gap: 40px;
  }
  .all-faq .faq-list-item {
    padding-bottom: 40px;
  }
  .all-faq .faq-list-item-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .all-faq .faq-list-item-title .ic {
    width: 30px;
    height: 30px;
  }
  .all-faq .faq-list-item-title .title {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 17px;
  }
  .all-faq .faq-list-item-text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .all-faq {
    padding: 60px 0;
  }
  .all-faq .l-frame {
    margin-bottom: 50px;
  }
  .all-faq-contents {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .all-faq .tag-title {
    font-size: 18px;
  }
  .all-faq .faq-list {
    row-gap: 40px;
  }
  .all-faq .faq-list-item {
    padding-bottom: 40px;
  }
  .all-faq .faq-list-item-title {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .all-faq .faq-list-item-title .ic {
    width: 30px;
    height: 30px;
  }
  .all-faq .faq-list-item-title .title {
    width: calc(100% - 30px);
    padding-left: 10px;
    font-size: 16px;
  }
  .all-faq .faq-list-item-text {
    font-size: 14px;
    padding-left: 40px;
  }
}

.greeing {
  background: #686465;
}
@media screen and (min-width: 767px) {
  .greeing {
    padding: 120px 0 80px;
  }
  .greeing-description {
    display: grid;
    grid-template-columns: 500px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .greeing-contents {
    margin-top: -100px;
  }
  .greeing-contents-text {
    line-height: 2.1;
  }
}
@media screen and (max-width: 768px) {
  .greeing {
    padding: 60px 0 40px;
  }
  .greeing-description {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .greeing-img {
    text-align: center;
  }
  .greeing-contents {
    margin-top: 50px;
  }
  .greeing-contents .ceo-name {
    text-align: right;
  }
}

.company-info .l-frame-box {
  box-sizing: border-box;
}
.company-info .googlemap {
  overflow: hidden;
}
.company-info .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .company-info {
    padding: 80px 0 120px;
  }
  .company-info .inbox {
    display: grid;
    grid-template-columns: 190px 1fr;
  }
  .company-info .l-frame-box {
    padding: 35px;
  }
  .company-info .googlemap {
    margin-top: 80px;
    height: 350px;
    border-radius: 0;
  }
}
@media screen and (max-width: 768px) {
  .company-info {
    padding: 60px 0 80px;
  }
  .company-info .inbox {
    display: flex;
    flex-direction: column;
  }
  .company-info .l-frame-box {
    padding: 35px;
  }
  .company-info .googlemap {
    height: 200px;
    border-radius: 0;
    margin-top: 50px;
  }
}

.error-text {
  color: #e74c3c;
}

.contact-form-contents-title .step {
  background: #ffa600;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .contact-form-contents {
    margin-bottom: 70px;
  }
  .contact-form-contents-title {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 30px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .contact-form-contents-title .step {
    font-size: 16px;
    width: 80px;
  }
}
@media screen and (max-width: 768px) {
  .contact-form-contents {
    margin-bottom: 40px;
  }
  .contact-form-contents-title {
    font-size: 16px;
    margin-bottom: 20px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .contact-form-contents-title .title {
    display: block;
  }
  .contact-form-contents-title .step {
    font-size: 13px;
    display: inline-block;
    padding: 2px 5px;
    width: 80px;
    letter-spacing: 0.1rem;
    margin-bottom: 5px;
  }
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #e4b200;
  border-bottom: 1px solid #e4b200;
}
.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: #686465;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1 / span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-family: "Lora", serif;
  font-weight: bold;
  border: solid 1px #e4b200;
  background-color: #e4b200;
}
@media screen and (min-width: 767px) {
  .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: 768px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

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

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

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

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

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #e5e5e5;
  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;
  border: none;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #e5e5e5;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Lora", serif;
}
.tag-select-box #tag-select option {
  font-family: "Lora", serif;
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  color: #686465;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #e5e5e5;
  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 #e5e5e5;
  line-height: 1;
  font-size: 14px;
  color: #e5e5e5;
}
#contents-u.s-post .tag-name span {
  color: #e5e5e5;
}

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

.site-map-list li {
  border-bottom: 1px solid #fff;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  transition: 0.1s all ease-in;
  color: #e5e5e5;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 0;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 767px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #e4b200;
  }
}
@media screen and (max-width: 768px) {
  .site-map-list li a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #e4b200;
  }
}

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

@media screen and (max-width: 768px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 3.8vw;
    display: block;
    position: relative;
    padding: 5%;
    box-sizing: border-box;
    font-weight: bold;
    color: #000;
  }
  /*Drawer Btn Setting
  =======================================*/
  .drawer-hamburger,
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger,
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    z-index: 100000 !important;
  }
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    z-index: 1000000 !important;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
    z-index: 1000000 !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    overflow: visible !important;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
  }
  .drawer-hamburger-icon:before {
    width: 100%;
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    width: 100%;
    top: 8px;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    transition: 0.1s all ease-in;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  .drawer--top.drawer-open .drawer-nav {
    top: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--left.drawer-open .drawer-nav,
  .drawer--left .drawer-hamburger,
  .drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
    left: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 140px;
    margin-bottom: 30px;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #686465;
  }
  .drawer-nav .drawer-menu {
    background: #727272;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #fff;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Lora", serif;
    font-weight: 500;
    padding: 15px 5px;
    color: #e5e5e5;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 0;
    color: #e4b200;
    top: 50%;
    transform: translateY(-50%);
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: rgba(104, 100, 101, 0.7) !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
    border: solid 1px #e4b200;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 30px;
    color: #fff;
    justify-content: center;
  }
  .drawer-info-tel {
    text-align: center;
  }
  .drawer-info-tel .worktime {
    font-size: 12px;
    letter-spacing: 0;
  }
  .drawer-info-detail {
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 15px;
    column-gap: 15px;
    font-size: 13px;
  }
}
.header {
  position: relative;
  z-index: 10;
}
.header-wrap {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .header {
    height: 150px;
    background: url(../img/common/header-bg.png) repeat-x bottom center;
  }
  .header-wrap {
    padding: 0 30px;
    height: 100px;
  }
  .header-left {
    width: 206px;
  }
  .header-right {
    width: calc(100% - 206px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .header .nav-list a {
    color: #fff;
    display: block;
    padding: 3px 10px;
  }
  .header .nav-list a:hover {
    color: #000;
    border-bottom: 1px solid #e4b200;
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 5%;
    background: url(../img/common/header-bg.png) repeat-x bottom center/cover;
  }
  .header-left {
    width: 120px;
  }
  .header-right {
    display: none;
  }
}

.l-cta {
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
.l-cta-list {
  display: flex;
  text-align: center;
  box-sizing: border-box;
}
.l-cta-list-item-title {
  line-height: 1.5;
}
.l-cta-list-item-title .sub,
.l-cta-list-item-title .main {
  display: block;
}
.l-cta-list-item-title .sub {
  color: #e4b200;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 100px 0 80px;
  }
  .l-cta .c-title {
    margin-bottom: 15px;
  }
  .l-cta-list {
    gap: 30px;
    padding: 30px 40px;
  }
  .l-cta-list-item {
    width: 300px;
  }
  .l-cta-list-item-title {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .l-cta-list-item-title .sub {
    font-size: 12px;
  }
  .l-cta-list-item-title .main {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 60px 0;
  }
  .l-cta .c-title {
    margin-bottom: 15px;
  }
  .l-cta-list {
    gap: 20px;
    padding: 30px 25px;
    flex-direction: column;
  }
  .l-cta-list-item-title {
    margin-bottom: 15px;
    font-size: 16px;
  }
  .l-cta-list-item-title .sub {
    font-size: 12px;
  }
  .l-cta-list-item-title .main {
    letter-spacing: 2px;
  }
}

.l-contents-wrapper {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 767px) {
  .l-contents {
    display: grid;
    grid-template-columns: 540px 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .l-contents-wrapper {
    row-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .l-contents-wrapper {
    row-gap: 40px;
  }
  .l-contents-description-img {
    text-align: center;
  }
}

.l-frame {
  box-sizing: border-box;
}
.l-frame-box {
  background: rgba(114, 114, 114, 0.4);
}
@media screen and (min-width: 767px) {
  .l-frame {
    padding: 20px;
    background: url(../img/common/com-line-left-top.png) no-repeat left top,
      url(../img/common/com-line-right-bottom.png) no-repeat right bottom;
  }
}
@media screen and (max-width: 768px) {
  .l-frame {
    padding: 15px;
    background: url(../img/common/com-line-left-top.png) no-repeat left top/60px,
      url(../img/common/com-line-right-bottom.png) no-repeat right bottom/60px;
  }
}

@media screen and (min-width: 767px) {
  .l-column.single {
    display: grid;
    row-gap: 50px;
  }
  .l-column.single .l-column-item {
    display: grid;
    row-gap: 25px;
  }
  .l-column.single .l-column-item .title01 {
    margin-bottom: 0;
  }
  .l-column-list.three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .l-column-list.three .l-column-list-item-img {
    margin-bottom: 15px;
  }
  .l-column-list.three .c-list-item {
    letter-spacing: 2px;
  }
}
.c-contact-list {
  text-align: center;
}
.c-contact-list-item-title {
  line-height: 1.5;
}
.c-contact-list-item-title .sub,
.c-contact-list-item-title .main {
  display: block;
}
.c-contact-list-item-title .sub {
  color: #e4b200;
}
.c-contact-list .worktime {
  letter-spacing: 0rem;
  font-size: 11px;
}
@media screen and (min-width: 767px) {
  .c-contact-list {
    display: grid;
    gap: 20px 45px;
    grid-template-columns: repeat(3, 1fr);
  }
  .c-contact-list-item-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .c-contact-list-item-title .sub {
    font-size: 12px;
  }
  .c-contact-list-item-title .main {
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-list {
    row-gap: 25px;
    width: 250px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
  }
  .c-contact-list-item-title {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .c-contact-list-item-title .sub {
    font-size: 12px;
  }
  .c-contact-list-item-title .main {
    letter-spacing: 3px;
  }
}

.footer-nav {
  display: grid;
  row-gap: 15px;
}
.footer-nav-list {
  display: flex;
}
.footer-nav-list a {
  color: #e5e5e5;
  border-bottom: 1px solid transparent;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 80px 0 180px;
    border-bottom: 30px solid #727272;
  }
  .footer .inbox {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-left-detail {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 25px;
    column-gap: 25px;
  }
  .footer-nav {
    display: grid;
    row-gap: 15px;
  }
  .footer-nav-list {
    justify-content: flex-end;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .footer-nav-list a {
    font-size: 15px;
    padding: 3px;
  }
  .footer-nav-list a:hover {
    color: #e4b200;
    border-bottom: 1px solid #e4b200;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 40px;
    border-bottom: 80px solid #727272;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 25px;
  }
  .footer-address {
    font-size: 14px;
  }
  .footer-left {
    margin-bottom: 50px;
  }
  .footer-left-detail {
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .footer-nav {
    display: grid;
    row-gap: 20px;
  }
  .footer-nav-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
  }
  .footer-nav-list a {
    letter-spacing: 2px;
    font-size: 13px;
    padding: 2px;
  }
}

#copyright {
  color: #e5e5e5;
}
#copyright a {
  color: #e5e5e5;
}
@media screen and (min-width: 767px) {
  #copyright {
    text-align: right;
    margin-top: 35px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
    margin-top: 50px;
    line-height: 1;
    font-size: 12px;
    letter-spacing: 0;
  }
  #copyright a {
    font-size: 12px;
  }
} /*# sourceMappingURL=style.css.map */
