@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&family=Zen+Maru+Gothic: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: #005bac;
  font-weight: 700;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.6rem;
    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(0, 91, 172, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(0, 91, 172, 0.15);
  }
}

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

.bg-dotted {
  background: url(../img/common/c-dotted-bg.jpg);
}
.bg-wave-dotted {
  background: url(../img/common/c-wave-bg.png) no-repeat center bottom -1px/100%,
    url(../img/common/c-dotted-bg.jpg);
}
.bg-wave-wht {
  background: #dfedff url(../img/common/c-wave-white-bg.png) no-repeat center
    bottom -1px/100%;
}

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

.c-shadow {
  box-shadow: 0px 5px 5px rgba(0, 91, 172, 0.2);
  box-sizing: border-box;
}

.main-visual {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .main-visual {
    display: flex;
    padding: 50px 60px 50px 90px;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .main-visual-title {
    display: flex;
    align-items: center;
    order: 2;
    width: calc(100% - (50% - 60px));
    background: url(../img/top/main-visual-ic.png) no-repeat center left/contain;
  }
  .main-visual .c-button {
    margin-top: 50px;
    width: 450px;
  }
  .main-visual-img {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    display: grid;
    padding: 20px;
    row-gap: 40px;
    text-align: center;
  }
  .main-visual-title {
    display: flex;
    align-items: center;
    order: 2;
  }
  .main-visual-title img {
    width: 90%;
  }
  .main-visual .c-button {
    width: 280px;
    margin: 50px auto 0;
  }
}

.c-table {
  display: grid;
}
.c-table-item {
  display: grid;
  border-bottom: 2px solid #c6c6c6;
}
.c-table-item a {
  color: #005bac;
}
@media screen and (min-width: 768px) {
  .c-table {
    row-gap: 25px;
  }
  .c-table-item {
    grid-template-columns: 100px 1fr;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .c-table {
    row-gap: 20px;
  }
  .c-table-item {
    grid-template-columns: 100px 1fr;
    padding-bottom: 20px;
    font-size: 14px;
  }
}

.price-list {
  display: grid;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.6;
}
.price-list-item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .price-list {
    row-gap: 25px;
  }
  .price-list-item {
    grid-template-columns: 700px 1fr;
  }
  .price-list-item-name {
    font-size: 18px;
  }
  .price-list-item-fee {
    text-align: right;
    font-size: 28px;
  }
  .price-list-item-fee small {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .price-list {
    row-gap: 10px;
  }
  .price-list-item {
    grid-template-columns: 220px 1fr;
  }
  .price-list-item-name {
    font-size: 14px;
  }
  .price-list-item-fee {
    text-align: right;
    font-size: 18px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .price-list-item-fee small {
    font-size: 12px;
  }
}

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

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border: 5px;
  font-weight: 700;
}
.taxonomy-list-category {
  background: #005bac;
}
.taxonomy-list-tag {
  background: #c2c2c2;
}
@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;
  }
}

.category-list {
  display: grid;
  box-sizing: border-box;
  border: solid 1px #c6c6c6;
  background: #fff;
}
.category-list-item {
  color: #fff;
  border-right: 1px solid #c6c6c6;
}
.category-list-item a {
  display: block;
  box-sizing: border-box;
  color: #005bac;
  position: relative;
}
.category-list-item a .bi {
  color: #005bac;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .category-list {
    grid-template-columns: repeat(4, 1fr);
    border-radius: 30px;
    padding: 30px 20px;
    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(0, 91, 172, 0.2);
  }
  .category-list-item a .bi {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .category-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 5px;
    row-gap: 15px;
    line-height: 1.5;
    border-radius: 15px;
    padding: 10px;
  }
  .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 {
  background: #bf8302;
  display: block;
  border-radius: 100px;
  line-height: 1.2;
  text-align: center;
}
.c-button-box {
  align-items: center;
  justify-content: center;
  display: flex;
  border: solid 1px #fff;
  position: relative;
  background: #f3a603;
  border-radius: 100px;
}
.c-button-box .text {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-button-box {
    height: 70px;
    top: -5px;
    transition: 0.1s all ease-in;
  }
  .c-button-box:hover {
    top: 0;
  }
  .c-button-box .text {
    font-size: 18px;
  }
  .c-button-box .text small {
    font-size: 16px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-button-box {
    height: 70px;
    top: -5px;
  }
  .c-button-box .text {
    font-size: 18px;
  }
  .c-button-box .text small {
    margin-top: 5px;
    font-size: 14px;
    display: block;
  }
}

.c-button-arw {
  display: inline-flex;
  align-items: center;
}
.c-button-arw-text {
  color: #005bac;
  padding-bottom: 5px;
  border-bottom: 2px solid #005bac;
}
.c-button-arw .ic-arw {
  background: #003666;
  border-radius: 50%;
}
.c-button-arw .ic-arw-box {
  background: #005bac;
  color: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  top: -5px;
  position: relative;
  border: solid 1px #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-button-arw {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .c-button-arw:hover {
    opacity: 0.8;
  }
  .c-button-arw .ic-arw {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-button-arw {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .c-button-arw .ic-arw {
    width: 30px;
    height: 30px;
  }
}

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

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

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #005bac;
}
@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: #005bac;
}
@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-container {
  margin: 0 auto;
  position: relative;
}
.sub-visual-container-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sub-visual-container .ic-img {
  position: absolute;
}
.sub-visual-img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    padding: 60px 0;
  }
  .sub-visual-container {
    width: calc(100% - 200px);
    max-width: 1720px;
  }
  .sub-visual-container-box {
    width: 850px;
    border-radius: 0 30px 0 30px;
    padding: 30px 20px;
  }
  .sub-visual-container .ic-img {
    position: absolute;
  }
  .sub-visual-title .sub {
    color: #f3a603;
    display: block;
    font-size: 20px;
  }
  .sub-visual-title .main {
    font-size: 40px;
  }
  .sub-visual-img {
    border-radius: 30px;
  }
  .sub-visual .ic-left {
    left: 10px;
    top: -10px;
  }
  .sub-visual .ic-right {
    right: -70px;
    top: -90px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    padding: 20px 0 40px;
  }
  .sub-visual-container {
    width: calc(100% - 20px);
  }
  .sub-visual-container-box {
    max-width: 290px;
    min-width: 200px;
    border-radius: 0 15px 0 15px;
    padding: 10px 25px;
  }
  .sub-visual-container .ic-img {
    position: absolute;
  }
  .sub-visual-title {
    line-height: 1.1;
  }
  .sub-visual-title .sub {
    color: #f3a603;
    display: block;
    font-size: 12px;
  }
  .sub-visual-title .main {
    font-size: 16px;
  }
  .sub-visual-img {
    border-radius: 15px;
  }
  .sub-visual .ic-left {
    width: 44px;
    left: -10px;
    top: -10px;
  }
  .sub-visual .ic-right {
    width: 60px;
    right: -20px;
    top: -10px;
  }
}

@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 .workstime {
  color: #c2c2c2;
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-tel-number {
    line-height: 1;
    display: flex;
    align-items: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .c-tel-number .ic-number {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3a603;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
  }
  .c-tel-number .number {
    font-size: 48px;
    color: #f3a603;
  }
  .c-tel .workstime {
    margin-top: 5px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .c-tel-number .ic-number {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3a603;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
  }
  .c-tel-number .number {
    font-size: 30px;
    color: #f3a603;
  }
  .c-tel .workstime {
    margin-top: 5px;
    font-size: 11px;
  }
}

.ic-accent:before {
  content: "";
  position: absolute;
  right: -22px;
  top: -25px;
  width: 36px;
  height: 31px;
  background: url(../img/common/c-btn-accent-deco.png) no-repeat center/contain;
}

.c-works-dl {
  display: grid;
  row-gap: 10px;
  line-height: 1.5;
}
.c-works-dl-item {
  display: grid;
  grid-template-columns: 75px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.c-works-dl-item-name {
  border-right: 1px solid #dfedff;
}

.c-title {
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.5rem;
}
.c-title .sub {
  color: #f3a603;
  display: block;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .sub {
    font-size: 20px;
  }
  .c-title .main {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 30px;
    display: grid;
    row-gap: 10px;
  }
  .c-title .sub {
    font-size: 16px;
  }
  .c-title .main {
    font-size: 24px;
  }
}

.title01 {
  border-bottom: 2px solid #c6c6c6;
  line-height: 1.6;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}
.title01 .sub {
  line-height: 1;
  background: #f3a603;
  color: #fff;
  display: inline-flex;
  border-radius: 100px;
}
.title01 .main {
  display: block;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    letter-spacing: 0.2rem;
    min-width: 110px;
  }
  .title01 .sub {
    padding: 8px 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    letter-spacing: 0.2rem;
  }
  .title01 .sub {
    padding: 8px 15px;
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.title02 {
  position: relative;
  border-bottom: 2px solid #c6c6c6;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
}
.title02:before {
  content: "";
  display: block;
  background: #f3a603;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .title02 {
    padding: 0 0 20px 20px;
    margin-bottom: 25px;
    font-size: 28px;
  }
  .title02:before {
    width: 5px;
    height: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    padding: 0 0 15px 15px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .title02:before {
    width: 5px;
    height: calc(100% - 15px);
  }
}

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

/*top-about
=========================================================*/
.top-about .inbox {
  position: relative;
}
.top-about-icon {
  position: absolute;
}
.top-about-contents {
  display: grid;
}
.top-about-contents-text {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 75px 0;
    background: #dfedff;
  }
  .top-about-icon {
    left: 0;
    bottom: -145px;
  }
  .top-about-contents {
    grid-template-columns: 50% 50%;
  }
  .top-about-contents-text {
    padding-left: 60px;
    font-size: 18px;
    line-height: 2.2;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 75px 0;
    background: #dfedff;
  }
  .top-about-icon {
    width: 110px;
    right: 0;
    top: -60px;
  }
  .top-about-contents {
    row-gap: 50px;
  }
  .top-about-contents-text {
    font-size: 18px;
  }
  .top-about-contents-jmg {
    text-align: center;
  }
}

/*top-service
=========================================================*/
.top-service {
  display: grid;
}
.top-service-list {
  display: grid;
}
.top-service .house-cleaning-img {
  background: url(../img/top/top_service-house-img.jpg) no-repeat right
    center/cover;
}
.top-service .office-cleaning-img {
  background: url(../img/top/top_service-office-img.jpg) no-repeat right
    center/cover;
}
@media screen and (min-width: 768px) {
  .top-service {
    padding: 90px 0 100px;
    row-gap: 60px;
  }
  .top-service .c-title {
    margin-bottom: 15px;
  }
  .top-service .caution-text {
    text-align: center;
  }
  .top-service-list {
    row-gap: 50px;
    overflow: hidden;
  }
  .top-service-list-item {
    position: relative;
    min-height: 480px;
  }
  .top-service-list-item .inbox {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .top-service-list-item-contents {
    width: 50%;
    box-sizing: border-box;
  }
  .top-service-list-item:nth-of-type(odd) .top-service-list-item-contents {
    margin: 0 0 0 auto;
    padding-left: 40px;
  }
  .top-service-list-item:nth-of-type(odd) .top-service-list-item-img {
    left: 0;
    border-radius: 0 30px 30px 0;
  }
  .top-service-list-item:nth-of-type(even) .top-service-list-item-contents {
    padding-right: 40px;
  }
  .top-service-list-item:nth-of-type(even) .top-service-list-item-img {
    right: 0;
    border-radius: 30px 0 0 30px;
  }
  .top-service-list-item-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: calc(100% - 10px);
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0, 91, 172, 0.2);
  }
  .top-service-list .c-button-arw {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .top-service {
    padding: 60px 0 80px;
    row-gap: 40px;
  }
  .top-service .c-title {
    margin-bottom: 15px;
  }
  .top-service .caution-text {
    text-align: center;
  }
  .top-service-list {
    row-gap: 50px;
  }
  .top-service-list-item {
    position: relative;
  }
  .top-service-list-item .inbox {
    align-items: center;
  }
  .top-service-list-item-contents {
    box-sizing: border-box;
  }
  .top-service-list-item:nth-of-type(odd) .top-service-list-item-img {
    border-radius: 0 15px 15px 0;
  }
  .top-service-list-item:nth-of-type(even) .top-service-list-item-img {
    margin: 0 0 0 auto;
    border-radius: 15px 0 0 15px;
  }
  .top-service-list-item-img {
    width: 90%;
    order: 2;
    padding-top: 45%;
    box-sizing: border-box;
    box-shadow: 5px 5px 5px rgba(0, 91, 172, 0.2);
    margin-top: 50px !important;
  }
  .top-service-list .c-button-arw {
    display: flex;
    justify-content: flex-end;
    margin-top: 40px;
  }
}

/*top-others
=========================================================*/
.top-others {
  background: #dfedff;
}
.top-others-contents {
  display: flex;
  text-align: center;
}
.top-others-contents-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-others-contents-item-title {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 768px) {
  .top-others {
    padding: 50px 0;
  }
  .top-others-contents-item {
    width: 50%;
  }
  .top-others-contents-item-icon {
    height: 180px;
    margin-bottom: 25px;
  }
  .top-others-contents-item-title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .top-others-contents-item .c-button-arw {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-others {
    padding: 50px 0;
  }
  .top-others-contents {
    display: grid;
    row-gap: 60px;
  }
  .top-others-contents-item-icon {
    height: 180px;
    margin-bottom: 25px;
  }
  .top-others-contents-item-title {
    font-size: 23px;
    margin-bottom: 10px;
  }
  .top-others-contents-item .c-button-arw {
    margin-top: 30px;
  }
}

/*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: 2px solid #c6c6c6;
}
.top-column-list-item-text {
  color: #c6c6c6;
}
.top-column-list a {
  color: #005bac;
}
.top-column-list time {
  display: block;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .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: 70%;
  }
  .top-column-list .com-img-wrap {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .top-column-list time {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-head {
    margin-bottom: 35px;
  }
  .top-column-head .c-button-arw-text {
    font-size: 18px;
  }
  .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;
    border-radius: 15px;
  }
  .top-column-list .com-img-wrap {
    border-radius: 15px;
  }
  .top-column-list time {
    font-size: 13px;
    margin-bottom: 10px;
  }
}

/*top-news
=========================================================*/
.top-news {
  position: relative;
}
.top-news::before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  left: 0;
  height: 100%;
  background: #dfedff;
  border-radius: 0 30px 0 0;
  top: 0;
}
.top-news time {
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 80px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    -moz-column-gap: 180px;
    column-gap: 180px;
    position: relative;
    z-index: 100;
  }
  .top-news-head {
    display: grid;
    grid-template-rows: 1fr auto;
    height: 100%;
    row-gap: 20px;
  }
  .top-news-head .c-title {
    margin-bottom: 0;
  }
  .top-news-list {
    display: grid;
    row-gap: 15px;
  }
  .top-news-list-item {
    border-radius: 8px;
  }
  .top-news-list-item a {
    display: block;
    padding: 20px 35px;
    box-sizing: border-box;
    color: #005bac;
    -moz-column-gap: 20px;
    column-gap: 20px;
    border-radius: 8px;
    background-color: #fff;
  }
  .top-news-list-item a:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .top-news .inbox {
    display: grid;
    position: relative;
    z-index: 100;
  }
  .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 {
    display: grid;
    row-gap: 10px;
  }
  .top-news-list-item {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
    border-radius: 15px;
  }
  .top-news-list-item a {
    font-weight: 700;
    padding: 15px;
    box-sizing: border-box;
    display: grid;
    color: #005bac;
    font-size: 13px;
    line-height: 1.5;
    background: #fff;
    border-radius: 15px;
  }
  .top-news-list-item a time {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
  }
}

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

.house-cleaning-price-contents {
  display: grid;
}
.house-cleaning-price .price-caution {
  border: solid 1px #c6c6c6;
  background: #fff;
  position: relative;
}
.house-cleaning-price .price-caution-icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .house-cleaning-price {
    padding: 80px 0 100px;
  }
  .house-cleaning-price-contents {
    row-gap: 80px;
  }
  .house-cleaning-price .price-caution {
    margin-top: 75px;
    border-radius: 30px;
    padding: 30px 50px;
  }
  .house-cleaning-price .price-caution-icon {
    right: -30px;
    bottom: -25px;
  }
}
@media screen and (max-width: 767px) {
  .house-cleaning-price {
    padding: 60px 0 80px;
  }
  .house-cleaning-price-contents {
    row-gap: 40px;
  }
  .house-cleaning-price .price-caution {
    margin-top: 40px;
    border-radius: 15px;
    padding: 30px 25px 40px;
    font-size: 14px;
  }
  .house-cleaning-price .price-caution-icon {
    width: 70px;
    right: 5px;
    bottom: -30px;
  }
}

.office-cleaning-service .price-caution {
  border: solid 1px #c6c6c6;
  position: relative;
}
.office-cleaning-service .price-caution-icon {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .office-cleaning-service {
    padding: 80px 0;
  }
  .office-cleaning-service .price-caution {
    width: 900px;
    margin: 75px 0 auto;
    border-radius: 30px;
    padding: 30px 50px;
    font-size: 18px;
  }
  .office-cleaning-service .price-caution-icon {
    right: 10px;
    bottom: -30px;
  }
}
@media screen and (max-width: 767px) {
  .office-cleaning-service {
    padding: 60px 0;
  }
  .office-cleaning-service .price-caution {
    margin-top: 50px;
    border-radius: 30px;
    padding: 30px 25px;
    font-size: 14px;
  }
  .office-cleaning-service .price-caution-icon {
    width: 100px;
    right: 10px;
    bottom: -60px;
  }
}

@media screen and (min-width: 768px) {
  .office-cleaning-price {
    padding: 100px 0 60px;
  }
  .office-cleaning-price-container {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 500px 312px;
    gap: 0 56px;
  }
}
@media screen and (max-width: 767px) {
  .office-cleaning-price {
    padding: 60px 0;
  }
  .office-cleaning-price-container {
    display: grid;
    justify-content: center;
    align-items: center;
    row-gap: 50px;
  }
  .office-cleaning-price-img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

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

.all-faq .tag-title {
  box-sizing: border-box;
}
.all-faq .faq-list {
  display: grid;
}
.all-faq .faq-list-item-title {
  display: flex;
  font-family: "Zen Maru Gothic", sans-serif;
}
.all-faq .faq-list-item-title .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #f3a603;
  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: 768px) {
  .all-faq {
    padding: 100px 0;
  }
  .all-faq .l-frame {
    margin-bottom: 70px;
  }
  .all-faq-contents {
    width: 900px;
    margin: 0 auto;
  }
  .all-faq .faq-list {
    row-gap: 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: 18px;
  }
  .all-faq .faq-list-item-text {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .all-faq {
    padding: 60px 0;
  }
  .all-faq .l-frame {
    margin-bottom: 50px;
  }
  .all-faq-contents {
    display: flex;
    flex-direction: column;
  }
  .all-faq .faq-list {
    row-gap: 20px;
  }
  .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;
  }
}

@media screen and (min-width: 768px) {
  .greeting {
    padding: 80px 0;
  }
  .greeting-contents {
    display: grid;
    grid-template-columns: 1fr 480px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting-contents {
    display: grid;
    row-gap: 60px;
  }
  .greeting-contents-img {
    text-align: center;
  }
}

.info .googlemap {
  overflow: hidden;
}
.info .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .info {
    padding: 100px 0;
  }
  .info-contents {
    display: flex;
    justify-content: space-between;
  }
  .info .c-table {
    width: 600px;
  }
  .info .googlemap {
    width: 430px;
    height: 360px;
    border-radius: 30px;
    background: #ccc;
  }
}
@media screen and (max-width: 767px) {
  .info {
    padding: 60px 0;
  }
  .info-contents {
    display: grid;
    row-gap: 50px;
  }
  .info .googlemap {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    background: #ccc;
  }
}

.error-text {
  color: #e74c3c;
}

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

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

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

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

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

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #c6c6c6 1px;
}
.post-wrp .post-list-item a {
  color: #005bac;
  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 #c6c6c6 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #005bac;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #c6c6c6;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@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: 20px;
    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: 16px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 12px;
    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 #005bac;
  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 #005bac;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #005bac;
  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 #005bac;
}
@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: #005bac;
  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 #005bac;
  line-height: 1;
  font-size: 14px;
  color: #005bac;
}
#contents-u.s-post .tag-name span {
  color: #005bac;
}

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

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #005bac;
  font-weight: bold;
  border-bottom: 1px solid #005bac;
  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: 160px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 0 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6c6c6;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-weight: 700;
    font-family: "Zen Maru Gothic", sans-serif;
    padding: 25px 5px;
    color: #005bac;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #005bac !important;
    right: 10px !important;
    top: 10px;
    border-radius: 10px;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon:before {
    top: -8px;
  }
  .drawer-hamburger-icon:after {
    top: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    display: grid;
    row-gap: 20px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
  }
}
.header {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c6c6c6;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
    padding: 0 30px;
  }
  .header-left {
    width: 15%;
  }
  .header-right {
    width: 85%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
  }
  .header .nav-list a {
    padding: 5px 10px;
    display: inline-block;
    vertical-align: top;
    color: #005bac;
    font-size: clamp(14px, 1vw, 16px);
  }
  .header .nav-list a:hover {
    background: #005bac;
    color: #fff;
  }
  .header .c-button {
    width: 180px;
  }
  .header .c-button-box {
    height: 50px;
  }
  .header .c-button .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header-left {
    width: 160px;
  }
  .header-right {
    width: calc(100% - 160px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 70px;
    box-sizing: border-box;
  }
  .header .c-button {
    width: 120px;
  }
  .header .c-button-box {
    height: 45px;
  }
  .header .c-button .text {
    font-size: 12px;
  }
}

.l-cta-container {
  position: relative;
}
.l-cta-list {
  display: grid;
  background: #fff;
  box-sizing: border-box;
}
.l-cta-list-item-title {
  text-align: center;
  font-weight: 700;
  color: #005bac;
  line-height: 1.5;
  font-family: "Zen Maru Gothic", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #c6c6c6;
}
.l-cta-list-item-title .sub {
  display: block;
  color: #f3a603;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 185px 0 145px;
    background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta-container {
    width: calc(50% + 150px);
    margin: 0 0 0 auto;
  }
  .l-cta-icon {
    position: absolute;
    left: 310px;
    top: -50px;
  }
  .l-cta .c-title {
    margin-bottom: 25px;
  }
  .l-cta-list {
    border-radius: 30px;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .l-cta-list-item-title {
    font-size: 20px;
  }
  .l-cta-list-item-title .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 40% 0 60px;
    background: url(../img/common/com_cta-bg.jpg) no-repeat center top/150%;
  }
  .l-cta-container {
    background: #fff;
    padding: 40px 25px;
    box-sizing: border-box;
    border-radius: 15px;
    box-shadow: 0px 5px 5px rgba(0, 91, 172, 0.2);
  }
  .l-cta-icon {
    width: 90px;
    position: absolute;
    left: 220px;
    top: 25px;
  }
  .l-cta .c-title {
    margin-bottom: 25px;
  }
  .l-cta-list {
    border-radius: 30px;
    gap: 30px;
  }
  .l-cta-list-item-title {
    font-size: 18px;
  }
  .l-cta-list-item-title .sub {
    font-size: 14px;
  }
}

.c-contents {
  display: grid;
}
.c-contents-item {
  background: #fff;
  box-sizing: border-box;
  display: grid;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .c-contents {
    row-gap: 40px;
  }
  .c-contents-item {
    grid-template-columns: 530px 420px;
    padding: 40px 50px;
    border-radius: 15px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-contents {
    row-gap: 25px;
  }
  .c-contents-item {
    padding: 30px 25px;
    border-radius: 15px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 40px;
  }
  .c-contents-item-img {
    text-align: center;
  }
}

.c-flow-contents-item:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-flow-contents-item:last-child:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-flow-contents {
    row-gap: 80px;
  }
  .c-flow-contents-item {
    display: grid;
    grid-template-columns: 300px 650px;
    align-items: flex-start;
    position: relative;
  }
  .c-flow-contents-item:before {
    border: solid 40px transparent;
    border-top: solid 28px #005bac;
    bottom: -95px;
  }
  .c-flow-contents-item .c-contents-item-img {
    order: 1;
  }
  .c-flow-contents-item .c-contents-item-description {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .c-flow-contents {
    row-gap: 50px;
  }
  .c-flow-contents-item {
    position: relative;
    row-gap: 20px;
  }
  .c-flow-contents-item:before {
    border: solid 30px transparent;
    border-top: solid 20px #005bac;
    bottom: -65px;
  }
  .c-flow-contents-item .c-contents-item-img {
    order: 1;
  }
  .c-flow-contents-item .c-contents-item-description {
    order: 2;
  }
}

.footer-nav {
  display: grid;
  justify-content: flex-end;
  align-items: flex-start;
}
.footer-nav-list {
  line-height: 1.4;
  display: grid;
}
.footer-nav-list a {
  color: #005bac;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0;
  }
  .footer-wrp {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-addrees {
    margin-bottom: 25px;
  }
  .footer-nav {
    grid-column: 2;
    grid-template-columns: 265px auto;
  }
  .footer-nav-list {
    row-gap: 40px;
  }
  .footer-nav-list a:hover {
    border-bottom: 1px solid #005bac;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer-wrp {
    display: grid;
    row-gap: 50px;
  }
  .footer-logo {
    width: 270px;
    margin-bottom: 30px;
  }
  .footer-addrees {
    margin-bottom: 25px;
  }
  .footer-nav {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: flex-start;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .footer-nav-list {
    row-gap: 20px;
  }
  .footer-nav-list a {
    font-size: 13px;
    letter-spacing: 0;
  }
}

#copyright {
  letter-spacing: 0;
}
#copyright a {
  color: #005bac;
}
@media screen and (max-width: 767px) {
  #copyright {
    text-align: center;
    font-size: 12px;
  }
} /*# sourceMappingURL=style.css.map */
