@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique: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 Antique", sans-serif;
  color: #5d636f;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
  }
}

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

@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(93, 99, 111, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(93, 99, 111, 0.15);
  }
}

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

.main-bg-color {
  background: #f5f7fb;
}

.main-visual {
  background: url(../img/top/main-visual_bg.png) no-repeat center/cover;
  overflow: hidden;
}
.main-visual .widebox {
  position: relative;
  height: 100%;
}
.main-visual-img {
  position: absolute;
}
.main-visual-img-l {
  left: -80px;
  bottom: -10px;
}
.main-visual-img-r {
  right: -100px;
  bottom: -10px;
}
@media screen and (min-width: 767px) {
  .main-visual {
    height: 660px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual .widebox {
    padding: 15% 0 20%;
    display: block;
  }
  .main-visual-title {
    margin: 0 auto;
    text-align: center;
  }
  .main-visual-img {
    position: absolute;
  }
  .main-visual-img-l {
    width: 32%;
    left: -10%;
    bottom: -10px;
  }
  .main-visual-img-r {
    width: 27%;
    right: -10%;
    bottom: -10px;
  }
}

.c-table {
  line-height: 1.6;
}
.c-table-item {
  display: grid;
  border-bottom: 1px solid #ddd;
}
.c-table-item:last-of-type {
  border-bottom: none;
}
.c-table .border-active {
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 767px) {
  .c-table-item {
    grid-template-columns: 120px 1fr;
    padding: 20px 0;
  }
  .c-table-item dt {
    font-weight: 700;
    color: #004ea2;
  }
  .c-table-item dd a {
    color: #5d636f;
  }
  .c-table-item dd .map-link {
    margin-left: 15px;
  }
  .c-table.btw .c-table-item {
    align-items: center;
    grid-template-columns: 300px 1fr;
  }
  .c-table.btw .c-table-item dt {
    color: #5d636f;
    font-weight: 500;
  }
  .c-table.btw .c-table-item dd {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .c-table-item {
    display: flex;
    flex-direction: column;
    padding: 15px 0;
  }
  .c-table-item dt {
    font-weight: 700;
    color: #004ea2;
    margin-bottom: 10px;
  }
  .c-table-item dd {
    font-size: 14px;
  }
  .c-table-item dd a {
    color: #5d636f;
  }
  .c-table-item dd .map-link {
    margin-left: 15px;
  }
  .c-table.btw .c-table-item dt {
    color: #5d636f;
    font-size: 15px;
    font-weight: 500;
  }
  .c-table.btw .c-table-item dd {
    text-align: right;
    font-size: 16px;
  }
}

.c-contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f7fb;
  box-sizing: border-box;
}
.c-contact-list .c-button {
  min-width: initial;
  justify-content: flex-start;
}
@media screen and (min-width: 767px) {
  .c-contact-list {
    gap: 20px 50px;
    padding: 40px;
    border-radius: 8px;
  }
  .c-contact-list .c-button {
    width: 280px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .c-contact-list {
    gap: 20px 50px;
    padding: 30px;
    flex-direction: column;
    border-radius: 8px;
  }
  .c-contact-list .c-button {
    width: 280px;
    height: 60px;
  }
}

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

.check-list {
  display: grid;
}
.check-list-item {
  position: relative;
  box-sizing: border-box;
}
.check-list-item .bi {
  position: absolute;
  left: 0;
  color: #004ea2;
}
@media screen and (min-width: 767px) {
  .check-list {
    row-gap: 25px;
  }
  .check-list-item {
    padding-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .check-list {
    row-gap: 10px;
  }
  .check-list-item {
    padding-left: 25px;
  }
}

.category-list-item a {
  position: relative;
  color: #004ea2;
  box-sizing: border-box;
}
.category-list-item a .text {
  font-weight: 700;
}
.category-list-item a .bi {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .category-list-item {
    border-bottom: 1px solid #ddd;
  }
  .category-list-item a {
    display: block;
    padding: 20px 25px 20px 10px;
  }
  .category-list-item a:hover {
    background: #004ea2;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .category-list-item {
    border-bottom: 1px solid #ddd;
  }
  .category-list-item a {
    display: block;
    font-size: 13px;
    padding: 10px 25px 10px 10px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list-item {
  border: 5px;
  font-weight: 700;
  color: #004ea2;
}
@media screen and (min-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list-item {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list-item {
    font-size: 12px;
  }
}

.tag-list {
  display: grid;
}
.tag-list-item {
  text-align: center;
  position: relative;
}
.tag-list-item:before,
.tag-list-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background: #ddd;
  top: 50%;
  transform: translateY(-50%);
}
.tag-list-item a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #004ea2;
  font-weight: 700;
}
.tag-list-item a .bi {
  position: absolute;
  right: 15px;
  transform: rotate(90deg);
}
@media screen and (min-width: 767px) {
  .tag-list {
    grid-template-columns: repeat(4, 1fr);
  }
  .tag-list-item:before,
  .tag-list-item:after {
    height: 30px;
  }
  .tag-list-item:before {
    left: 0;
  }
  .tag-list-item:nth-of-type(4n):after,
  .tag-list-item:last-of-type:after {
    right: 0;
  }
  .tag-list-item a {
    padding: 20px 40px 20px 20px;
  }
  .tag-list-item a:hover {
    background: #004ea2;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .tag-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .tag-list-item:before,
  .tag-list-item:after {
    height: 20px;
  }
  .tag-list-item:before {
    left: 0;
  }
  .tag-list-item:nth-of-type(2n):after,
  .tag-list-item:last-of-type:after {
    right: 0;
  }
  .tag-list-item a {
    font-size: 12px;
    padding: 15px 20px 15px 15px;
  }
  .tag-list-item a:hover {
    background: #004ea2;
    color: #fff;
  }
}

.case-list {
  display: grid;
}
.case-list-card {
  overflow: hidden;
  border: solid 1px #ddd;
  border-radius: 8px;
}
.case-list-card-box {
  box-sizing: border-box;
}
.case-list-card-title {
  color: #2f3134;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .case-list-card {
    transition: 0.1s all ease-in;
  }
  .case-list-card:hover {
    transform: scale(0.97);
  }
  .case-list-card-box {
    padding: 20px 15px 30px;
  }
  .case-list-card-title {
    padding-bottom: 15px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .case-list-card .com-img {
    padding-top: 190px;
  }
  .case-list-card-text {
    color: #5d636f;
    font-size: 13px;
  }
  .case-list-card .taxonomy-list {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .case-list-card {
    transition: 0.1s all ease-in;
  }
  .case-list-card:hover {
    transform: scale(0.97);
  }
  .case-list-card-box {
    padding: 20px 15px 30px;
  }
  .case-list-card-title {
    padding-bottom: 15px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .case-list-card .com-img {
    padding-top: 62%;
  }
  .case-list-card-text {
    color: #5d636f;
    font-size: 13px;
  }
  .case-list-card .taxonomy-list {
    margin-top: 10px;
  }
}

.column-list {
  display: grid;
}
.column-list a {
  color: #2f3134;
}
.column-list-card .post-date {
  display: block;
  font-weight: 700;
}
.column-list-card-title {
  font-weight: 700;
  line-height: 1.6;
  border-bottom: 1px solid #ddd;
}
.column-list-card-text {
  color: #5d636f;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .column-list-card {
    transition: 0.1s all ease-in;
  }
  .column-list-card:hover {
    transform: scale(0.97);
  }
  .column-list-card .com-img {
    padding-top: 245px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .column-list-card-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-list-card-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .column-list-card .com-img {
    padding-top: 62%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .column-list-card-title {
    font-size: 17px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .column-list-card-text {
    font-size: 14px;
  }
}

.news-list-item a {
  color: #5d636f;
  font-weight: 700;
}
.news-list-item a .bi {
  color: #004ea2;
}
@media screen and (min-width: 767px) {
  .news-list-item {
    border-bottom: 1px solid #ddd;
  }
  .news-list-item:last-of-type {
    border-bottom: none;
  }
  .news-list-item a {
    padding: 25px 0;
    display: grid;
    font-size: 18px;
    grid-template-columns: 100px auto 16px;
  }
  .news-list-item a:hover {
    color: #004ea2;
  }
  .news-list-item a time {
    font-size: 16px;
  }
  .news-list-item a .bi {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .news-list-item {
    border-bottom: 1px solid #ddd;
  }
  .news-list-item:last-of-type {
    border-bottom: none;
  }
  .news-list-item a {
    padding: 25px 30px 25px 0;
    display: grid;
    box-sizing: border-box;
    font-size: 15px;
    position: relative;
    line-height: 1.7;
  }
  .news-list-item a time {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .news-list-item a .bi {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
  }
}

.c-button {
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 100px;
  background: #004ea2;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4;
}
.c-button .text,
.c-button .bi {
  font-weight: 700;
  color: #fff;
}
.c-button .text-caution {
  display: block;
  font-size: 12px;
}
.c-button .bi {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.line {
  background: #2fbc55;
}
@media screen and (min-width: 767px) {
  .c-button {
    align-items: center;
    justify-content: center;
    display: flex;
    height: 55px;
    min-width: 215px;
    max-width: 330px;
    padding: 0 45px 0 20px;
    transition: 0.1s all ease-in;
  }
  .c-button:hover {
    transform: scale(0.97);
  }
  .c-button .bi {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
    min-width: 250px;
    max-width: 98%;
    padding: 0 30px 0 20px;
    font-size: 15px;
  }
  .c-button .bi {
    right: 10px;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@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: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #5d636f;
}
@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: #004ea2;
}
@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.png) no-repeat center/cover;
}
.sub-visual-title {
  color: #2f3134;
  font-weight: 700;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .sub-visual {
    height: 345px;
  }
  .sub-visual-title {
    width: 950px;
    height: 150px;
    border-radius: 8px;
    font-size: 46px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    height: 120px;
  }
  .sub-visual-title {
    line-height: 1.5;
    display: inline-flex;
    width: auto;
    padding: 10px 30px;
    box-sizing: border-box;
    border-radius: 8px;
    font-size: 16px;
    max-width: 80%;
  }
}

.accent-text {
  background: #004ea2;
  color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .accent-text {
    border-radius: 6px;
    padding: 2px 10px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .accent-text {
    border-radius: 6px;
    padding: 2px 10px;
    margin: 0 5px;
  }
}

.catch-text {
  background: #f5f7fb;
  box-sizing: border-box;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .catch-text {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .catch-text {
    padding: 20px 15px;
    line-height: 2.2;
  }
}

@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-red {
  color: #004ea2;
}
.text-org {
  color: #ff9900;
}

.text-link {
  color: #004ea2;
  border-bottom: 1px solid #004ea2;
  padding-bottom: 5px;
  font-weight: 700;
  transition: 0.1s all ease-in;
}
.text-link:hover {
  opacity: 0.8;
}

.tel {
  line-height: 1;
}
.tel-box {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
  column-gap: 5px;
}
.tel .number {
  font-weight: 700;
  color: #004ea2;
}
.tel .ic-tel {
  background: #004ea2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: relative;
}
.tel .workstime {
  text-align: right;
}
@media screen and (min-width: 767px) {
  .tel .number {
    font-size: 32px;
    width: calc(100% - 20px);
  }
  .tel .number.large {
    font-size: 40px;
  }
  .tel .ic-tel {
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: 3px;
  }
  .tel .workstime {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .tel .number {
    font-size: 25px;
    width: calc(100% - 20px);
  }
  .tel .number.large {
    font-size: 30px;
  }
  .tel .ic-tel {
    width: 20px;
    height: 20px;
    font-size: 10px;
    top: 3px;
  }
  .tel .workstime {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 700;
  }
}

.c-title {
  font-weight: 700;
  line-height: 1.5;
  color: #2f3134;
}
.c-title .sub,
.c-title .main {
  display: block;
}
.c-title .accent-text {
  background: #004ea2;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
  }
  .c-title .sub {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .c-title .main {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 20px;
  }
  .c-title .sub {
    font-size: 17px;
    margin-bottom: 5px;
  }
  .c-title .main {
    font-size: 24px;
  }
}

.title01 {
  line-height: 1.5;
  color: #004ea2;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 28px;
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

.title02 {
  background: #f5f7fb;
  font-weight: 700;
  box-sizing: border-box;
  line-height: 1.5;
  color: #2f3134;
}
@media screen and (min-width: 767px) {
  .title02 {
    border-radius: 8px;
    font-size: 20px;
    padding: 15px;
  }
}
@media screen and (max-width: 768px) {
  .title02 {
    border-radius: 8px;
    font-size: 17px;
    padding: 10px;
  }
}

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

/* 画像 ＋ コンテンツ
=========================================================*/
.contents-list {
  display: grid;
}
.contents-list-item {
  display: grid;
}
.contents-list-item-box {
  display: grid;
}
@media screen and (min-width: 767px) {
  .contents-list {
    row-gap: 130px;
  }
  .contents-list-item {
    row-gap: 30px;
  }
  .contents-list-item-box {
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: 1fr 450px;
  }
  .contents-list-item-img {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .contents-list {
    row-gap: 50px;
  }
  .contents-list-item {
    row-gap: 30px;
  }
  .contents-list-item-box {
    row-gap: 30px;
  }
  .contents-list-item-img {
    order: 2;
  }
}

/* Flow list
=========================================================*/
.flow-list-item {
  position: relative;
}
.flow-list-item:last-of-type:before {
  display: none;
}
.flow-list-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/flow-arw.png) no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .flow-list-item:before {
    width: 129px;
    height: 49px;
    bottom: -95px;
  }
}
@media screen and (max-width: 768px) {
  .flow-list-item:before {
    width: 45px;
    height: 30px;
    bottom: -40px;
  }
}

/*カードリスト
=========================================================*/
.card-list {
  display: grid;
}
.card-list-item {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .card-list {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .card-list-item {
    border-radius: 8px;
    padding: 45px 30px;
  }
  .card-list-item .title01 {
    font-size: 20px;
  }
  .card-list-item-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .card-list {
    row-gap: 20px;
  }
  .card-list-item {
    border-radius: 8px;
    padding: 10px 20px;
  }
  .card-list-item .title01 {
    font-size: 18px;
  }
  .card-list-item-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*スペース
=========================================================*/
.l-space-bg {
  background: #f5f7fb;
  position: relative;
}
.l-space-bg:before {
  content: "";
  display: block;
  width: calc((100% - 1080px) / 2);
  height: 100%;
  background: #fff;
  position: absolute;
}
.l-space-bgbox {
  background: #fff;
  margin: 0 auto;
}
.l-space-bg-right:before {
  right: 0;
}
.l-space-bg-right .l-space-bgbox {
  border-radius: 8px 0 0 8px;
}
.l-space-bg-left:before {
  left: 0;
}
.l-space-bg-left .l-space-bgbox {
  border-radius: 0 8px 8px 0;
}
@media screen and (min-width: 767px) {
  .l-space-bgbox {
    width: calc(100% - 120px);
    min-width: 1280px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-space-bgbox {
    width: 90%;
    padding: 60px 0;
  }
}

/* 3カード
=========================================================*/
.c-three-list-card-img {
  position: relative;
}
.c-three-list-card-img .number {
  text-align: center;
  color: #004ea2;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .c-three-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
  .c-three-list-card-img {
    margin-bottom: 15px;
  }
  .c-three-list-card-img .number {
    border-radius: 8px 0 8px 0;
    width: 100px;
    font-size: 32px;
    height: 50px;
  }
  .c-three-list .title01 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-three-list {
    display: grid;
    row-gap: 30px;
  }
  .c-three-list-card-img {
    margin-bottom: 15px;
  }
  .c-three-list-card-img .number {
    border-radius: 8px 0 8px 0;
    width: 90px;
    font-size: 28px;
    height: 50px;
  }
  .c-three-list .title01 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
}

/*top-about
=========================================================*/
.top-about-title {
  background: #004ea2;
  color: #fff;
  text-align: center;
  position: relative;
}
.top-about-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.top-about-list {
  display: grid;
  text-align: center;
}
.top-about-list-card {
  box-sizing: border-box;
  border: solid 1px #ddd;
  display: grid;
  align-items: flex-end;
}
.top-about-list-card-text {
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  line-height: 1.6;
}
.top-about-solution {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding-bottom: 30px;
  }
  .top-about-title {
    padding: 40px 0;
    margin-bottom: 60px;
  }
  .top-about-title:before {
    bottom: -45px;
    border: solid 25px transparent;
    border-top: solid 20px #004ea2;
  }
  .top-about-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-about-list-card {
    border-radius: 8px;
    padding: 35px 20px 0;
  }
  .top-about-list-card-text {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .top-about-list-card-img {
    margin-top: 20px;
  }
  .top-about-solution {
    margin-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding-bottom: 30px;
  }
  .top-about-title {
    padding: 40px 20px;
    margin-bottom: 60px;
  }
  .top-about-title:before {
    bottom: -45px;
    border: solid 25px transparent;
    border-top: solid 20px #004ea2;
  }
  .top-about-list {
    gap: 30px;
  }
  .top-about-list-card {
    border-radius: 8px;
    padding: 35px 20px 0;
  }
  .top-about-list-card-text {
    padding-bottom: 15px;
    font-size: 18px;
  }
  .top-about-list-card-img {
    margin-top: 20px;
    height: 140px;
  }
  .top-about-list-card-img img {
    height: 100%;
  }
  .top-about-solution {
    margin: 75px auto 0;
    width: 70%;
  }
}

/*top-lease-back
=========================================================*/
.top-lease-back {
  background: #f5f7fb url(../img/common/arw.png) no-repeat center top/100%;
}
.top-lease-back-img {
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .top-lease-back {
    padding: 150px 0 100px;
  }
  .top-lease-back-head {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-end;
  }
  .top-lease-back-head-title {
    width: 600px;
    margin-bottom: 0;
  }
  .top-lease-back-head-title .sub {
    position: relative;
    margin: 0 0 30px -100px;
  }
  .top-lease-back-head-text {
    width: 480px;
  }
  .top-lease-back-img {
    margin-bottom: 50px;
  }
  .top-lease-back .button-container {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .top-lease-back {
    padding: 70px 0 60px;
  }
  .top-lease-back-head {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
  }
  .top-lease-back-img {
    margin-bottom: 50px;
  }
  .top-lease-back .button-container {
    display: flex;
    justify-content: center;
  }
}

/*top-case
=========================================================*/
.top-case {
  background: #f5f7fb;
  overflow: hidden;
}
.top-case-container {
  background: #fff;
  margin: 0 auto;
  position: relative;
}
.top-case-container:before {
  content: "";
  display: block;
  height: 100%;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .top-case {
    padding: 0 0 80px;
  }
  .top-case-container {
    width: calc(100% - 120px);
    min-width: 1280px;
    padding: 80px 0;
    border-radius: 8px 0 0 8px;
  }
  .top-case-container:before {
    width: 60px;
    right: -60px;
  }
  .top-case .case-list {
    gap: 13px;
    grid-template-columns: repeat(4, 1fr);
  }
  .top-case .button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-case {
    padding: 0 0 80px;
  }
  .top-case-container {
    padding: 80px 0;
  }
  .top-case-container:before {
    display: none;
  }
  .top-case .case-list {
    row-gap: 25px;
  }
  .top-case .button-container {
    margin-top: 50px;
  }
}

/*top-others
=========================================================*/
.top-others .widebox {
  box-sizing: border-box;
}
.top-others-list {
  display: grid;
}
.top-others-list-card {
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #ddd;
}
.top-others-list-card-head {
  position: relative;
  box-sizing: border-box;
}
.top-others-list-card-head .bi {
  position: absolute;
  color: #004ea2;
  top: 50%;
  transform: translateY(-50%);
}
.top-others-list-card-title {
  font-weight: 700;
  color: #2f3134;
}
.top-others-list-card-text {
  color: #5d636f;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .top-others {
    padding: 85px 0 75px;
  }
  .top-others .widebox {
    padding: 50px 100px;
    border-radius: 8px;
  }
  .top-others-list {
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-others-list-card {
    border-radius: 8px;
    padding: 30px;
    transition: 0.1s all ease-in;
  }
  .top-others-list-card:hover {
    transform: scale(0.97);
  }
  .top-others-list-card-head {
    padding-right: 20px;
  }
  .top-others-list-card-head .bi {
    font-size: 25px;
    right: -10px;
  }
  .top-others-list-card-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .top-others-list-card-text {
    font-size: 14px;
  }
  .top-others-list-card-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-others {
    padding: 30px 0;
  }
  .top-others .widebox {
    padding: 20px;
    border-radius: 8px;
  }
  .top-others .widebox .inbox {
    width: 100%;
  }
  .top-others-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-others-list-card {
    border-radius: 8px;
    padding: 30px;
  }
  .top-others-list-card-head {
    padding-right: 20px;
  }
  .top-others-list-card-head .bi {
    font-size: 22px;
    right: 0;
  }
  .top-others-list-card-title {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .top-others-list-card-text {
    font-size: 14px;
  }
  .top-others-list-card-img {
    text-align: center;
    margin-top: 25px;
  }
}

/*top-column
=========================================================*/
@media screen and (min-width: 767px) {
  .top-column {
    padding: 70px 0 80px;
  }
  .top-column-head {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
  }
  .top-column-head .c-button {
    width: 190px;
  }
  .top-column-title {
    width: calc(100% - 190px);
    margin-bottom: 0;
  }
  .top-column-title .main {
    padding-left: 100px;
    box-sizing: border-box;
  }
  .top-column .column-list {
    gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-head {
    margin-bottom: 50px;
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .top-column-head .c-button {
    width: 130px;
    height: 50px;
    min-width: initial;
  }
  .top-column-head .c-button .text {
    font-size: 12px;
  }
  .top-column-title {
    width: calc(100% - 130px);
    margin-bottom: 0;
  }
  .top-column-title .sub {
    font-size: 14px;
  }
  .top-column-title .main {
    box-sizing: border-box;
    font-size: 20px;
  }
  .top-column .column-list {
    row-gap: 30px;
  }
}

/*top-news
=========================================================*/
.top-news-list {
  box-sizing: border-box;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 75px 0;
  }
  .top-news-list {
    padding: 20px 30px;
    border-radius: 8px;
  }
  .top-news .button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-list {
    padding: 20px;
    border-radius: 8px;
  }
  .top-news .button-container {
    margin-top: 50px;
  }
}

/*Flow
=========================================================*/
@media screen and (min-width: 767px) {
  .flow {
    padding: 120px 0;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 60px 0;
  }
}

/*Faq
=========================================================*/
.faq {
  background: #f5f7fb;
}
.faq-list {
  box-sizing: border-box;
  background: #fff;
  display: grid;
}
.faq-list-item {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.faq-list-item:last-of-type {
  border-bottom: none;
}
.faq-list-item-title {
  display: flex;
}
.faq-list-item-title .ic {
  border-radius: 8px;
  background: #004ea2;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-list-item-title .title {
  font-weight: 700;
  box-sizing: border-box;
  color: #004ea2;
}
.faq-list-item-body {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .faq {
    padding: 100px 0;
  }
  .faq-container {
    display: grid;
    grid-template-columns: 260px 780px;
    -moz-column-gap: 40px;
    column-gap: 40px;
    align-items: flex-start;
  }
  .faq-list {
    padding: 30px;
    border-radius: 8px;
    row-gap: 30px;
  }
  .faq-list-item {
    padding-bottom: 30px;
  }
  .faq-list-item-title .ic {
    width: 35px;
    height: 35px;
    font-size: 22px;
    position: relative;
    line-height: 35px;
  }
  .faq-list-item-title .title {
    width: calc(100% - 35px);
    padding-left: 15px;
    font-size: 18px;
  }
  .faq-list-item-body {
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .faq {
    padding: 60px 0;
  }
  .faq-container {
    display: grid;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .faq .category-list {
    margin-bottom: 40px;
  }
  .faq-list {
    padding: 20px;
    border-radius: 8px;
    row-gap: 30px;
  }
  .faq-list-item {
    padding-bottom: 25px;
  }
  .faq-list-item-title .ic {
    width: 30px;
    height: 30px;
    font-size: 22px;
    position: relative;
    line-height: 30px;
    font-size: 18px;
  }
  .faq-list-item-title .title {
    width: calc(100% - 35px);
    padding-left: 15px;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .faq-list-item-body {
    font-size: 14px;
    padding-left: 50px;
  }
}

/*About
=========================================================*/
@media screen and (min-width: 767px) {
  .merit-demerit {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .merit-demerit {
    padding: 60px 0;
  }
}

.l-difference {
  display: grid;
  background: #f5f7fb;
  padding: 80px 0;
}
.l-difference .catch-text {
  position: relative;
}
.l-difference .catch-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/common/flow-arw.png) no-repeat center/contain;
}
@media screen and (min-width: 767px) {
  .l-difference {
    row-gap: 80px;
  }
  .l-difference .catch-text {
    font-size: 32px;
    color: #2f3134;
    text-align: center;
  }
  .l-difference .catch-text:before {
    width: 129px;
    height: 49px;
    top: -30px;
  }
}
@media screen and (max-width: 768px) {
  .l-difference {
    row-gap: 50px;
  }
  .l-difference .catch-text {
    font-size: 16px;
    color: #2f3134;
    text-align: center;
    margin-top: 25px;
  }
  .l-difference .catch-text:before {
    width: 50px;
    height: 25px;
    top: -12px;
  }
}

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

/*All
=========================================================*/
@media screen and (min-width: 767px) {
  .all-case {
    padding: 100px 0;
  }
  .all-case .tag-list {
    margin-bottom: 50px;
  }
  .all-case-list {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .all-case {
    padding: 70px 0;
  }
  .all-case .tag-list {
    margin-bottom: 50px;
  }
  .all-case-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}

/*Detail
=========================================================*/
.case-detail-comparison-card {
  border: solid 1px #ddd;
  box-sizing: border-box;
}
.case-detail-comparison-card em {
  font-weight: 700;
}
.case-detail-comparison-card .number {
  color: #004ea2;
  font-size: 32px;
  margin: 0 5px;
  line-height: 1;
}
.case-detail-comparison-card .result {
  font-weight: 700;
}
.case-detail-comparison-card .total {
  color: #2f3134;
}
@media screen and (min-width: 767px) {
  .case-detail {
    padding: 100px 0;
  }
  .case-detail-container {
    display: flex;
    align-items: flex-start;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .case-detail-container .com-img {
    width: 450px;
    padding-top: 280px;
    border-radius: 8px;
  }
  .case-detail-container .c-table {
    width: 600px;
  }
  .case-detail-comparison {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .case-detail-comparison-card {
    border-radius: 8px;
    padding: 25px 30px;
    position: relative;
  }
  .case-detail-comparison-card:last-child:before {
    display: none;
  }
  .case-detail-comparison-card:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 52px;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/case/case_arw.png) no-repeat center/contain;
  }
  .case-detail-comparison-card .title01 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .case-detail-comparison-card .payment {
    margin-top: 30px;
  }
  .case-detail-comparison-card .total {
    font-size: 18px;
    margin-right: 20px;
  }
  .case-detail-comparison .btw .result {
    grid-template-columns: auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .case-detail {
    padding: 60px 0;
  }
  .case-detail-container {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
  .case-detail-container .com-img {
    width: 100%;
    padding-top: 62%;
    border-radius: 8px;
  }
  .case-detail-comparison {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
  .case-detail-comparison-card {
    border-radius: 8px;
    padding: 30px 20px;
    position: relative;
  }
  .case-detail-comparison-card:last-child:before {
    display: none;
  }
  .case-detail-comparison-card:before {
    content: "";
    display: block;
    position: absolute;
    width: 52px;
    height: 20px;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%);
    background: url(../img/common/flow-arw.png) no-repeat center/contain;
  }
  .case-detail-comparison-card .title01 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
  }
  .case-detail-comparison-card .payment {
    margin-top: 30px;
  }
  .case-detail-comparison-card .total {
    font-size: 18px;
    margin-right: 20px;
  }
  .case-detail-comparison .btw .result {
    grid-template-columns: auto 1fr;
  }
}

@media screen and (min-width: 767px) {
  .greeting {
    padding: 100px 0;
  }
  .greeting .inbox {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .greeting-container .c-title {
    margin-bottom: 20px;
  }
  .greeting-img {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .greeting {
    padding: 60px 0;
  }
  .greeting .inbox {
    display: grid;
    row-gap: 50px;
  }
  .greeting-container .c-title {
    margin-bottom: 20px;
  }
  .greeting-img {
    text-align: center;
  }
  .greeting-img img {
    width: 90%;
  }
}

.info-container {
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .info {
    padding: 100px 0;
  }
  .info-container {
    padding: 25px 50px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding: 60px 0;
  }
  .info-container {
    padding: 20px 30px;
    border-radius: 8px;
  }
  .info-container dd {
    padding-bottom: 10px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #004ea2;
  border-bottom: 1px solid #004ea2;
}
.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: #5d636f;
}
.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-weight: bold;
  border: solid 1px #004ea2;
  background-color: #004ea2;
  cursor: pointer;
}
@media screen and (min-width: 767px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 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 #ddd 1px;
}
.post-wrp .post-list-item a {
  color: #5d636f;
  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 #ddd 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #5d636f;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  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 #5d636f;
  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 #5d636f;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #5d636f;
  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: 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 #004ea2;
}
@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: #004ea2;
  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 #004ea2;
  line-height: 1;
  font-size: 14px;
  color: #004ea2;
}
#contents-u.s-post .tag-name span {
  color: #004ea2;
}

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

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #5d636f;
  font-weight: bold;
  border-bottom: 1px solid #5d636f;
  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) {
  body {
    font-size: 4vw;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 120px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 10px;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #ddd;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-weight: 700;
    padding: 20px 20px 20px 5px;
    color: #004ea2;
    line-height: 1.2;
    position: relative;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item .bi {
    position: absolute;
    right: 0;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #004ea2 !important;
    right: 15px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 15px !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: 55px;
    height: 55px;
  }
  /*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;
  }
}
.drawer-list {
  display: flex;
  padding: 30px;
  box-sizing: border-box;
  flex-direction: column;
  align-content: center;
  align-items: center;
  border-radius: 8px;
  row-gap: 20px;
  width: 100%;
}

.header-wrp {
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .header {
    height: 160px;
  }
  .header-wrp {
    height: 80px;
    padding: 0 30px;
    border-bottom: 1px solid #ddd;
  }
  .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .header-right .c-button {
    display: flex !important;
  }
  .header .nav-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .header .nav-list-item {
    position: relative;
  }
  .header .nav-list-item:last-of-type:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ddd;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
  .header .nav-list-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 30px;
    background: #ddd;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .header .nav-list-item a {
    color: #5d636f;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
  }
  .header .nav-list-item a:hover {
    background: #004ea2;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .header-wrp {
    height: 80px;
    padding: 0 5%;
    box-sizing: border-box;
  }
  .header-left {
    width: 120px;
  }
  .header-right {
    position: fixed;
    display: grid;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 100;
    grid-template-columns: 60% 20% 20%;
    border-top: 1px solid #ddd;
  }
  .header-right .tel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-right: 1px solid #ddd;
  }
  .header-right .line-item,
  .header-right .contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-right .ic-line {
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .header-right .sp-contact {
    display: flex !important;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    background: #004ea2;
    color: #fff;
    font-size: 25px;
  }
}

.l-cta {
  position: relative;
}
.l-cta-container {
  box-sizing: border-box;
}
.l-cta-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.l-cta-list .c-button {
  justify-content: flex-start;
}
.l-cta-img {
  background: url(../img/common/com_cta-img.png) no-repeat center/cover;
}
.l-cta-img-deco {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-cta-img-deco img {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta-container {
    width: 480px;
    margin: 0 0 0 auto;
  }
  .l-cta-list {
    padding: 30px 30px 40px;
    border-radius: 8px;
    row-gap: 15px;
  }
  .l-cta-list .c-button {
    width: 280px;
    height: 60px;
  }
  .l-cta-list .tel .number {
    font-size: 40px;
  }
  .l-cta-img {
    height: 100%;
    width: calc(50% + 30px);
    border-radius: 0 8px 8px 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  .l-cta-img-deco img {
    right: -80px;
    bottom: -1px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 40px 0 0;
  }
  .l-cta-container {
    margin: 0 0 0 auto;
  }
  .l-cta .c-title {
    margin: 0 auto 35px;
    text-align: center;
  }
  .l-cta .c-title .sub {
    font-size: 23px;
  }
  .l-cta .c-title .main {
    font-size: 30px;
    line-height: 1.8;
  }
  .l-cta-list {
    width: 85%;
    padding: 30px 20px 50px;
    border-radius: 8px 8px 0 0;
    row-gap: 20px;
    margin: 0 0 0 auto;
  }
  .l-cta-list-item {
    width: 100%;
  }
  .l-cta-list-item.tel {
    width: auto;
  }
  .l-cta-list .c-button {
    width: 100%;
    display: flex;
    height: 60px;
    min-width: initial;
    max-width: initial;
  }
  .l-cta-list .tel .number {
    font-size: 30px;
  }
  .l-cta-img {
    width: 100%;
    height: 150px;
  }
  .l-cta-img-deco img {
    width: 100px;
    left: -15px;
    top: -170px;
  }
}

.footer-nav-list {
  display: grid;
}
.footer-nav-list a {
  color: #2f3134;
  font-weight: 700;
}
.footer-bottom {
  background: #f5f7fb;
}
@media screen and (min-width: 767px) {
  .footer-head {
    padding: 60px 0 50px;
  }
  .footer-head .inbox {
    display: flex;
  }
  .footer-head-button {
    width: 300px;
  }
  .footer-head-button-list {
    display: grid;
    row-gap: 10px;
  }
  .footer-head-button-list .c-button {
    width: 300px;
  }
  .footer-nav-list {
    width: calc(100% - 300px);
    grid-template-columns: repeat(3, 185px);
    row-gap: 25px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .footer-nav-list a {
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
    padding-bottom: 3px;
  }
  .footer-nav-list a:hover {
    border-bottom: 1px solid #004ea2;
    color: #004ea2;
  }
  .footer-bottom {
    padding: 40px 0;
  }
  .footer-bottom .inbox {
    display: flex;
  }
  .footer #copyright {
    width: calc(100% - 280px);
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .footer-head {
    padding: 40px 0;
  }
  .footer-head-button-list {
    margin-top: 40px;
    display: grid;
    row-gap: 10px;
  }
  .footer-head-button-list .c-button {
    width: 90%;
    margin: 0 auto;
  }
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .footer-nav-list a {
    transition: 0.1s all ease-in;
    font-size: 14px;
  }
  .footer-bottom {
    padding: 40px 0 140px;
  }
  .footer-logo {
    width: 220px;
    margin: 0 auto 30px;
  }
  .footer #copyright {
    text-align: center;
    font-size: 12px;
  }
} /*# sourceMappingURL=style.css.map */
