@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 62.5%;
}

.grad-bg {
  background: linear-gradient(90deg, #31b9b4, #3292ba);
  color: #fff;
}

.grad-text, .c-title .main {
  background: linear-gradient(90deg, #31b9b4, #3292ba);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
    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%;
  }
}

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

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 10px 0;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #333;
}

.c-table {
  display: grid;
  row-gap: 25px;
}
.c-table-box {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
}
.c-table-box dt {
  box-sizing: border-box;
  color: #00bab3;
  line-height: 1.2;
}
.c-table-box dd {
  box-sizing: border-box;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .c-table-box dt {
    padding: 0 0 0 10px;
    border-left: 4px solid #00bab3;
    margin-bottom: 15px;
  }
  .c-table-box dd {
    padding-left: 14px;
  }
}
@media screen and (max-width: 768px) {
  .c-table-box dt {
    padding: 0 0 0 10px;
    border-left: 4px solid #00bab3;
    margin-bottom: 15px;
  }
  .c-table-box dd {
    padding-left: 14px;
  }
}

.title01 {
  background: linear-gradient(90deg, #31b9b4, #3292ba);
  color: #fff;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 24px;
    padding: 5px 10px;
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    padding: 5px 10px;
    margin-bottom: 20px;
  }
}

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

@media screen and (min-width: 767px) {
  .title03 {
    font-size: 24px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

.c-title {
  line-height: 1.2;
  margin-bottom: 35px;
}
.c-title .main {
  display: inline-block;
  vertical-align: top;
}
.c-title .sub {
  display: block;
  line-height: 1.4;
}
.c-title.wht-title .main,
.c-title.wht-title .sub {
  background: none;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title .main {
    font-size: 72px;
  }
  .c-title .sub {
    font-size: 28px;
    letter-spacing: 0.2rem;
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  .c-title .main {
    font-size: 40px;
  }
  .c-title .sub {
    font-size: 17px;
    letter-spacing: 0.2rem;
    margin-top: 13px;
    line-height: 1.5;
  }
}

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

.c-list {
  display: grid;
}
.c-list li {
  line-height: 1.8;
  position: relative;
  box-sizing: border-box;
}
.c-list li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .c-list li {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-list {
    row-gap: 2px;
  }
  .c-list li {
    padding-left: 15px;
  }
}

.tel-box {
  line-height: 1;
}
@media screen and (min-width: 767px) {
  .tel-box small {
    font-size: 24px;
  }
  .tel-box .number-box {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .tel-box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    line-height: 1;
  }
  .tel-box small {
    font-size: 14px;
    position: relative;
    top: -3px;
    margin-right: 10px;
  }
  .tel-box .number-box {
    font-size: 26px;
  }
}

.lang-en {
  font-family: "Montserrat", sans-serif;
}

.button-list {
  display: grid;
}
@media screen and (min-width: 767px) {
  .button-list {
    row-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .button-list {
    row-gap: 10px;
  }
}

.c-button {
  border-radius: 100px;
  padding: 1px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #31b9b4, #3292ba);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: 700;
  transition: 0.2s all ease-in;
}
.c-button.grad-button {
  color: #fff;
}
.c-button.grad-button .text {
  background: transparent;
}
.c-button .text {
  border-radius: 100px;
  display: flex;
  align-items: center;
  background: #fff;
  width: 100%;
}
.c-button .ic-arw {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .c-button {
    min-width: 190px;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text {
    height: 60px;
    padding: 0 0 0 20px;
  }
  .c-button .ic-arw {
    right: 15px;
  }
  .c-button.small-button {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    min-width: 190px;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
  .c-button .text {
    height: 60px;
    padding: 0 0 0 20px;
  }
  .c-button .ic-arw {
    right: 15px;
  }
  .c-button.small-button {
    width: 300px;
  }
}

.arw-button {
  border-bottom: 1px solid #e6e6e6;
  transition: 0.1s all ease-in;
  position: relative;
}
@media screen and (min-width: 767px) {
  .arw-button {
    padding: 10px 45px 10px 0;
  }
  .arw-button:hover {
    padding-left: 10px;
    border-bottom: 1px solid #31b9b4;
  }
  .arw-button .ic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .arw-button {
    padding: 10px 30px 10px 0;
    box-sizing: border-box;
    font-size: 14px;
  }
  .arw-button:hover {
    padding-left: 10px;
    border-bottom: 1px solid #31b9b4;
  }
  .arw-button .ic {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
  }
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  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: #333;
}
@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: #31b9b4;
}
@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;
  }
}

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

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

/*=========================================================
	Header
=========================================================*/
.header {
  background: #fff;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .header {
    height: 115px;
    padding: 0 30px;
  }
  .header .header-left {
    width: 180px;
  }
  .header .header-right {
    width: calc(100% - 180px);
  }
  .header .nav {
    line-height: 1.2;
  }
  .header .nav-list {
    gap: 0 20px;
  }
  .header .nav .text-link {
    position: relative;
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
    transition: 0.1s all ease-in;
    top: 7px;
  }
  .header .nav .text-link a {
    display: block;
    padding: 0 3px 3px;
  }
  .header .nav .text-link:hover {
    border-bottom: 2px solid #31b9b4;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    padding: 0 5%;
  }
  .header-left {
    width: 100px;
  }
}

/*Mainvisual
=========================================================*/
.main-visual {
  display: flex;
}
.main-visual-img {
  display: flex;
  align-items: flex-end;
  box-sizing: border-box;
  background: url(../img/top/mv_bg.jpg) no-repeat center/cover;
}
.main-visual .scroll {
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.main-visual .scroll .scroll-down {
  position: relative;
}
.main-visual .scroll .scroll-down:before {
  content: "";
  display: block;
  width: 1px;
  background: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
}
@media screen and (min-width: 767px) {
  .main-visual-img {
    order: 2;
    height: clamp(500px, 80vw, 780px);
    width: calc(100% - 125px);
    border-radius: 0 0 0 30px;
    padding: 0 0 80px 80px;
  }
  .main-visual .scroll {
    order: 1;
    width: 125px;
    writing-mode: vertical-rl;
    padding-bottom: 80px;
  }
  .main-visual .scroll .scroll-down {
    padding-bottom: 60px;
    position: relative;
  }
  .main-visual .scroll .scroll-down:before {
    height: 40px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    order: 2;
    height: 200px;
    width: calc(100% - 40px);
    border-radius: 0 0 0 30px;
    padding: 0 0 5% 5%;
  }
  .main-visual-img img {
    width: 75%;
  }
  .main-visual .scroll {
    order: 1;
    width: 40px;
    font-size: 11px;
    writing-mode: vertical-rl;
    padding-bottom: 20px;
  }
  .main-visual .scroll .scroll-down {
    padding-bottom: 30px;
    position: relative;
  }
  .main-visual .scroll .scroll-down:before {
    height: 15px;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
.top-about .widebox {
  display: grid;
}
.top-about .lead-text .grad-bg {
  display: inline-block;
}
.top-about-feature {
  background: #f8f8f8;
  box-sizing: border-box;
}
.top-about-feature-list .icon,
.top-about-feature-list .title {
  text-align: center;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about .widebox {
    row-gap: 50px;
  }
  .top-about-container {
    display: grid;
    grid-template-columns: 420px 1fr;
  }
  .top-about .lead-text {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top-about .lead-text .grad-bg {
    padding: 3px 10px;
  }
  .top-about-feature {
    padding: 40px;
  }
  .top-about-feature-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  .top-about-feature-list-item {
    display: grid;
    row-gap: 15px;
  }
  .top-about-feature .title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about .widebox {
    row-gap: 40px;
  }
  .top-about-container {
    display: grid;
  }
  .top-about .lead-text {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.6;
  }
  .top-about .lead-text .grad-bg {
    padding: 10px;
  }
  .top-about-feature {
    padding: 40px 30px;
  }
  .top-about-feature-list {
    display: grid;
    row-gap: 40px;
  }
  .top-about-feature-list-item {
    display: grid;
    row-gap: 15px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
  }
  .top-about-feature-list-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
  .top-about-feature .icon {
    width: 50%;
    margin: 0 auto;
  }
  .top-about-feature .title {
    font-size: 17px;
  }
}

/*top-service
=========================================================*/
.top-service {
  position: relative;
  background: #f8f8f8;
}
.top-service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.top-service .widebox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .top-service {
    padding: 100px 0;
  }
  .top-service:before {
    height: 200px;
  }
  .top-service-list {
    display: grid;
    row-gap: 40px;
  }
  .top-service-list-item {
    position: relative;
    min-height: 330px;
  }
  .top-service-list-item-img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .top-service-list .title01, .top-service-list-text {
    width: 720px;
  }
  .top-service .button-box {
    position: absolute;
    left: 0;
    bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-service {
    padding: 60px 0;
  }
  .top-service:before {
    height: 100px;
  }
  .top-service-list {
    display: grid;
    row-gap: 40px;
  }
  .top-service-list-item {
    position: relative;
    display: grid;
    row-gap: 25px;
  }
  .top-service-list .title01 {
    margin-bottom: 0;
  }
  .top-service .button-box {
    text-align: right;
  }
}

/*top-diy
=========================================================*/
.top-diy {
  position: relative;
}
.top-diy:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
}
.top-diy-lead {
  color: #fff;
}
.top-diy-img {
  position: relative;
  z-index: 10;
}
.top-diy .widebox {
  display: grid;
}
.top-diy-list {
  background: #fff;
  box-sizing: border-box;
  color: #333;
}
.top-diy-list-card {
  display: grid;
  row-gap: 10px;
}
.top-diy-list-card-title {
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .top-diy {
    padding-bottom: 100px;
  }
  .top-diy .widebox {
    row-gap: 50px;
  }
  .top-diy:before {
    padding-top: 20%;
  }
  .top-diy-img {
    width: 95%;
    margin-bottom: 85px;
  }
  .top-diy-lead {
    display: grid;
    grid-template-columns: 1fr 600px;
  }
  .top-diy-lead-contents {
    line-height: 2.2;
  }
  .top-diy-lead .lead-text {
    font-size: 24px;
  }
  .top-diy-lead .button-box {
    margin-top: 50px;
  }
  .top-diy-list {
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 40px 25px;
    padding: 40px;
  }
  .top-diy-list-card-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-diy {
    padding-bottom: 60px;
  }
  .top-diy .widebox {
    row-gap: 60px;
  }
  .top-diy:before {
    padding-top: 20%;
  }
  .top-diy-img {
    width: 95%;
    margin-bottom: 50px;
  }
  .top-diy-lead {
    display: grid;
  }
  .top-diy-lead .lead-text {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top-diy-lead .button-box {
    margin-top: 50px;
  }
  .top-diy-list {
    align-items: flex-start;
    border-radius: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
    padding: 20px 20px 40px;
    box-sizing: border-box;
  }
  .top-diy-list-card-title {
    font-size: 15px;
  }
  .top-diy-list-card .c-list li {
    font-size: 11px;
  }
}

/*top-column
=========================================================*/
.top-column-title {
  display: grid;
  align-items: end;
}
.top-column .c-title {
  margin-bottom: 0;
}
.top-column-list-card .date {
  line-height: 1;
  color: #e6e6e6;
}
.top-column-list-card-title {
  line-height: 1.6;
}
.top-column-list-card-text {
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-title {
    margin-bottom: 30px;
    grid-template-columns: 1fr 150px;
  }
  .top-column-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .top-column-list-card a {
    display: grid;
    row-gap: 10px;
    transition: 0.2s all ease-in;
  }
  .top-column-list-card a:hover {
    transform: scale(0.98);
  }
  .top-column-list-card .com-img {
    height: 270px;
  }
  .top-column-list-card-title {
    font-size: 18px;
  }
  .top-column-list-card-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-title {
    margin-bottom: 40px;
    grid-template-columns: 1fr 120px;
  }
  .top-column-list {
    display: grid;
    row-gap: 40px;
  }
  .top-column-list-card a {
    display: grid;
    row-gap: 10px;
    transition: 0.2s all ease-in;
  }
  .top-column-list-card a:hover {
    transform: scale(0.98);
  }
  .top-column-list-card .com-img {
    padding-top: 67%;
    border-radius: 8px;
  }
  .top-column-list-card-title {
    font-size: 16px;
  }
  .top-column-list-card-text {
    font-size: 12px;
  }
}

/*top-news
=========================================================*/
.top-news-list-item {
  border-bottom: 1px solid #e6e6e6;
}
.top-news-list a {
  display: block;
  box-sizing: border-box;
  position: relative;
}
.top-news-list a .ic {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.top-news-list a .date {
  color: #e6e6e6;
}
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news .inbox {
    display: grid;
    grid-template-columns: 320px 1fr;
  }
  .top-news-container {
    position: relative;
    min-height: 250px;
  }
  .top-news-container .button-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .top-news-list-item-title {
    font-size: 18px;
  }
  .top-news-list a {
    padding: 25px 60px 25px 0;
    transition: 0.2s all ease-in;
  }
  .top-news-list a:hover {
    background: rgba(50, 146, 186, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 120px;
    align-items: flex-end;
    margin-bottom: 15px;
  }
  .top-news-container .c-title {
    margin-bottom: 0;
  }
  .top-news-list-item-title {
    font-size: 14px;
  }
  .top-news-list a {
    padding: 15px 35px 15px 0;
  }
  .top-news-list a:hover {
    background: rgba(50, 146, 186, 0.1);
  }
}

/*l-cta
=========================================================*/
.l-cta-container {
  background: #fff;
  box-sizing: border-box;
}
.l-cta-list {
  background: #f8f8f8;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
    background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta-container {
    border-radius: 8px;
    padding: 50px 100px;
  }
  .l-cta-list {
    margin-top: 50px;
    padding: 50px 100px;
    display: grid;
    grid-template-columns: 300px 250px 220px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 50px 0;
    background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
  }
  .l-cta-container {
    display: grid;
    row-gap: 20px;
    border-radius: 8px;
    padding: 40px 20px 30px;
  }
  .l-cta-container .c-title {
    margin-bottom: 0;
  }
  .l-cta-list {
    padding: 20px;
    display: grid;
    row-gap: 20px;
  }
  .l-cta-text {
    text-align: left;
    font-size: 14px;
  }
}

/*=========================================================
	footer
=========================================================*/
.footer-nav li {
  border-bottom: 1px solid #e6e6e6;
}
.footer-nav li a {
  display: flex;
  position: relative;
  align-items: center;
}
.footer-nav li a .ic {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 80px 0;
  }
  .footer-left, .footer-right {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer-right {
    display: grid;
    -moz-column-gap: 50px;
         column-gap: 50px;
    grid-template-columns: 195px 215px;
  }
  .footer-nav li a {
    height: 60px;
    transition: 0.1s all ease-in;
  }
  .footer-nav li a:hover {
    padding-left: 5px;
    background: rgba(49, 185, 180, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0;
  }
  .footer-wrp {
    flex-direction: column;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-logo {
    width: 120px;
    margin-bottom: 25px;
  }
  .footer-right {
    margin-top: 40px;
    display: grid;
    -moz-column-gap: 20px;
         column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav {
    width: 100%;
  }
  .footer-nav li a {
    height: 60px;
    font-size: 12px;
    transition: 0.1s all ease-in;
  }
  .footer-nav li a:hover {
    padding-left: 5px;
    background: rgba(49, 185, 180, 0.1);
  }
}

#copyright {
  position: relative;
  line-height: 1;
}
#copyright small {
  color: #333;
}
#copyright small a {
  color: #333;
}
@media screen and (min-width: 767px) {
  #copyright {
    width: 50%;
    top: -20px;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
    margin-top: 80px;
    font-size: 11px;
  }
}

/*Components
=========================================================*/
@media screen and (min-width: 767px) {
  .img-r-contents-list {
    display: grid;
    row-gap: 40px;
  }
  .img-r-contents-list-item {
    display: grid;
    grid-template-columns: 1fr 500px;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .img-r-contents-list .number {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 32px;
  }
  .img-r-contents-list .number .big-number {
    font-size: 56px;
  }
  .img-r-contents-text {
    line-height: 2.2;
  }
}
@media screen and (max-width: 768px) {
  .img-r-contents-list {
    display: grid;
    row-gap: 40px;
  }
  .img-r-contents-list-item {
    display: grid;
    row-gap: 30px;
  }
  .img-r-contents-list .number {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
  }
  .img-r-contents-list .number .big-number {
    font-size: 24px;
  }
  .img-r-contents-text {
    line-height: 2.2;
  }
}

.c-works {
  background: #f8f8f8;
  position: relative;
}
.c-works:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.c-works .inbox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .c-works {
    padding: 100px 0;
  }
  .c-works:before {
    padding-top: 200px;
  }
  .c-works-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 35px 30px;
  }
  .c-works-list-card {
    display: grid;
    row-gap: 15px;
  }
  .c-works-list-card .com-img {
    height: 230px;
    border-radius: 8px;
  }
  .c-works-list-card-title {
    font-size: 18px;
    line-height: 1.6;
  }
  .c-works-list-card-text {
    font-size: 12px;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .c-works {
    padding: 60px 0;
  }
  .c-works:before {
    padding-top: 100px;
  }
  .c-works-list {
    display: grid;
    gap: 35px 0;
  }
  .c-works-list-card {
    display: grid;
    row-gap: 15px;
  }
  .c-works-list-card .com-img {
    padding-top: 68%;
    border-radius: 8px;
  }
  .c-works-list-card-title {
    font-size: 16px;
    line-height: 1.6;
  }
  .c-works-list-card-text {
    font-size: 13px;
    font-weight: 500;
  }
}

@media screen and (min-width: 767px) {
  .c-area {
    padding: 50px 0 100px;
  }
  .c-area .widebox {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-area .lead-text {
    padding: 5px;
    text-align: center;
  }
  .c-area-container {
    width: 540px;
    margin-left: 100px;
  }
  .c-area-map {
    width: 600px;
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .c-area {
    padding: 50px 0 60px;
  }
  .c-area .widebox {
    display: grid;
    row-gap: 40px;
  }
  .c-area .lead-text {
    padding: 8px 10px;
    line-height: 1.6;
  }
  .c-area-map {
    width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}

.lead-contents-text {
  box-sizing: border-box;
  background: #f8f8f8;
}
@media screen and (min-width: 767px) {
  .lead-contents-header {
    text-align: center;
    padding: 5px 10px;
    font-size: 24px;
  }
  .lead-contents-text {
    padding: 25px 50px;
    border-radius: 0 0 8px 8px;
  }
}
@media screen and (max-width: 768px) {
  .lead-contents-header {
    text-align: center;
    padding: 5px 10px;
    font-size: 18px;
  }
  .lead-contents-text {
    padding: 15px 20px;
    border-radius: 0 0 8px 8px;
  }
}

/*軽天工事
=========================================================*/
@media screen and (min-width: 767px) {
  .about-lgs {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .about-lgs {
    padding: 60px 0;
  }
}

.difference {
  position: relative;
  background: #f8f8f8;
}
.difference:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.difference .inbox {
  z-index: 10;
  position: relative;
}
@media screen and (min-width: 767px) {
  .difference {
    padding: 100px 0;
  }
  .difference .c-title {
    margin-bottom: 60px;
  }
  .difference:before {
    padding-top: 200px;
  }
  .difference-dl {
    gap: 5px;
  }
  .difference-dl dt,
  .difference-dl dd {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 280px;
    box-sizing: border-box;
  }
  .difference-dl dt {
    background: #f2f2f2;
    font-size: 18px;
    margin-bottom: 5px;
    border-radius: 8px 8px 0 0;
  }
  .difference-dl dd {
    background: #fff;
    margin-bottom: 5px;
    line-height: 1.4;
    padding: 10px 15px 10px 0;
  }
  .difference-dl dd:last-of-type {
    margin-bottom: 0;
  }
  .difference-dl dd .icon {
    width: 60px;
    text-align: center;
    text-align: center;
  }
  .difference-dl dd .text {
    width: calc(100% - 60px);
  }
  .difference .first-dl {
    color: #fff;
    width: 200px;
  }
  .difference .first-dl dt,
  .difference .first-dl dd {
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
  .difference .first-dl dt {
    background: none;
    position: relative;
  }
  .difference .first-dl dt img {
    position: absolute;
    bottom: -5px;
  }
  .difference .first-dl dd {
    background: linear-gradient(90deg, #31b9b4, #3292ba);
  }
  .difference .first-dl dd:first-of-type {
    border-radius: 8px 0 0 0;
  }
  .difference .first-dl dd:last-of-type {
    border-radius: 0 0 0 8px;
  }
  .difference .bd-frame {
    border: solid 10px #f4bb3e;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .difference .bd-frame dt {
    background: #fff;
  }
}
@media screen and (max-width: 768px) {
  .difference {
    padding: 60px 0;
  }
  .difference-dl {
    gap: 30px;
    flex-direction: column;
  }
  .difference-dl dt,
  .difference-dl dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
  }
  .difference-dl dt {
    background: #f2f2f2;
    font-size: 18px;
    padding: 15px 0;
    margin-bottom: 5px;
    border-radius: 8px 8px 0 0;
  }
  .difference-dl dd {
    background: #fff;
    margin-bottom: 5px;
    line-height: 1.6;
    font-size: 16px;
    padding: 10px 10px 20px;
  }
  .difference-dl dd:last-of-type {
    margin-bottom: 0;
  }
  .difference-dl dd .icon {
    width: 60px;
    text-align: center;
    text-align: center;
  }
  .difference-dl dd .text {
    width: calc(100% - 60px);
  }
  .difference-dl-name-sp {
    width: 100%;
  }
  .difference .c-dl-box {
    flex-wrap: wrap;
  }
  .difference .c-dl-name-sp {
    width: 100%;
    text-align: center;
    background: linear-gradient(90deg, #31b9b4, #3292ba);
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .difference .bd-frame {
    border: solid 10px #f4bb3e;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .difference .bd-frame dt {
    background: #fff;
  }
}

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

/*内装工事
=========================================================*/
.flow {
  background: #f8f8f8;
  position: relative;
}
.flow:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.flow .inbox {
  position: relative;
  z-index: 10;
}
.flow-list-card {
  position: relative;
  box-sizing: border-box;
}
.flow-list-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}
.flow-list .number .big-number {
  color: #3292ba;
}
@media screen and (min-width: 767px) {
  .flow {
    padding: 100px 0;
  }
  .flow:before {
    padding-top: 200px;
  }
  .flow .c-title {
    margin-bottom: 60px;
  }
  .flow .number {
    line-height: 1;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: -28px;
  }
  .flow .number .big-number {
    font-size: 56px;
  }
  .flow-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px 30px;
  }
  .flow-list-card {
    border-radius: 8px;
    position: relative;
  }
  .flow-list-card:before {
    content: "";
    border: solid 20px transparent;
    border-left: 12px solid #31b9b4;
    right: -42px;
  }
  .flow-list-card:nth-of-type(3n):before {
    display: none;
  }
  .flow-list-card-title {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .flow-list-card-name {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .flow .lead-contents {
    width: 900px;
    margin: 55px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .flow {
    padding: 60px 0;
  }
  .flow:before {
    padding-top: 100px;
  }
  .flow .c-title {
    margin-bottom: 40px;
  }
  .flow .number {
    line-height: 1;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: -15px;
  }
  .flow .number .big-number {
    font-size: 36px;
  }
  .flow-list {
    display: grid;
    gap: 70px;
  }
  .flow-list-card {
    border-radius: 8px;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 auto;
  }
  .flow-list-card:before {
    content: "";
    border: solid 20px transparent;
    border-top: 12px solid #31b9b4;
    top: auto;
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
  }
  .flow-list-card:last-of-type:before {
    display: none;
  }
  .flow-list-card-title {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .flow-list-card-name {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .flow .lead-contents {
    margin: 60px auto 0;
  }
}

/*DIYの窓口相談
=========================================================*/
.trouble-contents {
  background: #f8f8f8;
  position: relative;
}
.trouble-list-item {
  line-height: 1.5;
}
.trouble-list-item-text {
  position: relative;
}
.trouble-list-item-text:before {
  content: "";
  display: block;
  position: absolute;
}
.trouble-list .top-arw:before {
  border: solid 16px transparent;
  border-left: solid 16px #fff;
}
.trouble-list .under-arw:before {
  border: solid 16px transparent;
  border-right: solid 16px #fff;
}
@media screen and (min-width: 767px) {
  .trouble {
    padding: 100px 0;
  }
  .trouble .ic {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .trouble-list {
    text-align: center;
    display: grid;
    border-radius: 8px;
    padding: 40px;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  .trouble-list-item:nth-child(even) {
    display: flex;
    justify-content: flex-end;
  }
  .trouble-list-item:nth-child(1) .top-arw:before {
    right: -16px;
    bottom: 5px;
    transform: rotate(135deg);
  }
  .trouble-list-item:nth-child(2) .top-arw:before {
    left: -16px;
    bottom: 5px;
    transform: rotate(45deg);
  }
  .trouble-list-item:nth-child(3) {
    padding-left: 45px;
  }
  .trouble-list-item:nth-child(3) .top-arw:before {
    right: -16px;
    bottom: 25px;
    transform: rotate(135deg);
  }
  .trouble-list-item:nth-child(4) .top-arw:before {
    left: -16px;
    bottom: 25px;
    transform: rotate(45deg);
  }
  .trouble-list-item:nth-child(5) .under-arw:before {
    right: -16px;
    top: 5px;
    transform: rotate(45deg);
  }
  .trouble-list-item:nth-child(6) .under-arw:before {
    left: -16px;
    top: 5px;
    transform: rotate(135deg);
  }
  .trouble-list-item-text {
    line-height: 1.5;
    background: #fff;
    flex-direction: column;
    height: 80px;
    width: 345px;
    border-radius: 8px;
  }
  .trouble-list-item .middle-height {
    height: 105px;
    width: 290px;
  }
}
@media screen and (max-width: 768px) {
  .trouble {
    padding: 60px 0;
  }
  .trouble .ic {
    display: none;
  }
  .trouble-list {
    text-align: center;
    display: grid;
    border-radius: 8px;
    padding: 20px;
    row-gap: 10px;
  }
  .trouble-list-item-text {
    line-height: 1.5;
    background: #fff;
    flex-direction: column;
    width: 100%;
    padding: 20px 0;
    border-radius: 8px;
  }
  .trouble-list-item-text:before {
    display: none;
  }
}

.timing {
  background: #f8f8f8;
}
.timing .solution-text {
  background: #fff;
}
.timing .solution-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .timing {
    padding: 100px 0 0;
  }
  .timing .solution-text {
    padding: 30px 0 85px;
    font-size: 28px;
    text-align: center;
    margin-top: 60px;
    position: relative;
  }
  .timing .solution-text:before {
    border: 30px transparent solid;
    border-top: solid 20px #31b9b4;
    left: 50%;
    top: -12px;
  }
  .timing-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
    text-align: center;
  }
  .timing-list-item-text {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .timing {
    padding: 60px 0 0;
  }
  .timing .solution-text {
    padding: 20px 0 45px;
    font-size: 16px;
    text-align: center;
    margin-top: 30px;
    position: relative;
  }
  .timing .solution-text:before {
    border: 30px transparent solid;
    border-top: solid 16px #31b9b4;
    left: 50%;
    top: -5px;
  }
  .timing-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 10px;
    text-align: center;
  }
  .timing-list-item-text {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
  }
}

.consultation-case-list {
  display: grid;
  box-sizing: border-box;
}
.consultation-case-list-item-img {
  position: relative;
}
.consultation-case-list .icon {
  text-align: center;
}
.consultation-case-list .icon .old {
  margin-top: 10px;
}
.consultation-case-list .number {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
.consultation-case-list .number b {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .consultation-case {
    padding: 100px 0;
  }
  .consultation-case-list {
    row-gap: 60px;
    padding: 0 90px;
  }
  .consultation-case-list-item-img {
    margin-bottom: 30px;
  }
  .consultation-case-list-item-box {
    display: grid;
    grid-template-columns: 180px 1fr;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
  .consultation-case .number {
    font-size: 32px;
    top: -30px;
  }
  .consultation-case .number b {
    font-size: 56px;
  }
}
@media screen and (max-width: 768px) {
  .consultation-case {
    padding: 60px 0;
  }
  .consultation-case-list {
    row-gap: 40px;
  }
  .consultation-case-list-item-img {
    margin-bottom: 40px;
    text-align: center;
  }
  .consultation-case-list-item-box {
    display: grid;
    -moz-column-gap: 40px;
         column-gap: 40px;
    position: relative;
  }
  .consultation-case-list-item-box .icon {
    width: 70px;
    position: absolute;
    left: 0;
    top: -10px;
    line-height: 1;
    font-size: 10px;
  }
  .consultation-case-list-item-box .title01 {
    width: calc(100% - 120px);
    margin: 0 0 30px auto;
    font-size: 16px;
    display: flex;
    align-items: center;
    min-height: 60px;
  }
  .consultation-case .number {
    font-size: 26px;
    top: -15px;
  }
  .consultation-case .number b {
    font-size: 36px;
  }
}

.consultation-process {
  background: #f8f8f8;
  position: relative;
}
.consultation-process:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.consultation-process .inbox {
  position: relative;
  z-index: 10;
}
.consultation-process-list-card {
  background: #fff;
  position: relative;
  box-sizing: border-box;
}
.consultation-process-list-card:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.consultation-process-list .number b {
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .consultation-process {
    padding: 100px 0;
  }
  .consultation-process:before {
    padding-top: 200px;
  }
  .consultation-process .c-title {
    margin-bottom: 60px;
  }
  .consultation-process .number {
    line-height: 1;
    font-size: 36px;
    position: absolute;
    left: 0;
    top: -25px;
  }
  .consultation-process .number b {
    font-size: 56px;
  }
  .consultation-process-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
  .consultation-process-list-card {
    border-radius: 8px;
    padding: 50px 20px;
  }
  .consultation-process-list-card:before {
    content: "";
    border: solid 20px transparent;
    border-left: 12px solid #31b9b4;
    right: -42px;
  }
  .consultation-process-list-card:nth-of-type(3n):before {
    display: none;
  }
  .consultation-process-list-card-title {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .consultation-process-list-card-text {
    font-size: 12px;
  }
  .consultation-process-list-card .button-list {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .consultation-process {
    padding: 60px 0;
  }
  .consultation-process:before {
    padding-top: 100px;
  }
  .consultation-process .c-title {
    margin-bottom: 40px;
  }
  .consultation-process .number {
    line-height: 1;
    font-size: 26px;
    position: absolute;
    left: 0;
    top: -20px;
  }
  .consultation-process .number b {
    font-size: 36px;
  }
  .consultation-process-list {
    display: grid;
    gap: 40px;
  }
  .consultation-process-list-card {
    border-radius: 8px;
    padding: 40px 20px 30px;
  }
  .consultation-process-list-card:before {
    content: "";
    border: solid 20px transparent;
    border-top: 12px solid #31b9b4;
    left: 50%;
    top: auto;
    bottom: -48px;
    transform: translateX(-50%);
  }
  .consultation-process-list-card:nth-of-type(3n):before {
    display: none;
  }
  .consultation-process-list-card-title {
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .consultation-process-list-card-text {
    font-size: 12px;
  }
  .consultation-process-list-card .button-list {
    margin-top: 25px;
  }
}

/*会社概要
=========================================================*/
.philosophy-dl .in-dl {
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .philosophy {
    padding: 100px 0;
  }
  .philosophy-dl .in-dl {
    display: grid;
    grid-template-columns: 300px 1fr;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .philosophy-dl dt {
    line-height: 1.2;
    margin-bottom: 0;
  }
  .philosophy-dl dt .main {
    font-size: 56px;
  }
  .philosophy-dl dt .sub {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .philosophy {
    padding: 60px 0;
  }
  .philosophy-dl .in-dl {
    display: grid;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .philosophy-dl dt {
    line-height: 1;
    margin-bottom: 20px;
  }
  .philosophy-dl dt .main {
    font-size: 36px;
  }
  .philosophy-dl dt .sub {
    font-size: 20px;
  }
}

.message {
  background: #f8f8f8;
  position: relative;
}
.message:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #fff;
}
.message .inbox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .message {
    padding: 100px 0;
  }
  .message:before {
    height: 200px;
  }
  .message-container {
    position: relative;
    min-height: 560px;
  }
  .message .title01, .message-text {
    width: 50%;
  }
  .message-img {
    position: absolute;
    right: 0;
    top: 0;
  }
  .message-text {
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 60px 0;
  }
  .message:before {
    height: 100px;
  }
  .message-container {
    position: relative;
  }
  .message-img {
    text-align: center;
    margin-bottom: 30px;
  }
  .message-text {
    line-height: 1.9;
  }
  .message .ceo-name {
    text-align: right;
  }
}

@media screen and (min-width: 767px) {
  .info {
    padding: 100px 0;
  }
  .info-contents {
    display: grid;
    grid-template-columns: 490px 1fr;
  }
  .info .c-title {
    margin-bottom: 0;
    line-height: 1;
  }
  .info .c-title .sub {
    margin-top: 15px;
  }
  .info .googlemap {
    background: #f8f8f8;
    margin-top: 50px;
    height: 345px;
    border-radius: 8px;
    overflow: hidden;
  }
  .info .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .info {
    padding: 60px 0;
  }
  .info-contents {
    display: grid;
  }
  .info .c-title {
    line-height: 1;
  }
  .info .c-title .sub {
    margin-top: 15px;
  }
  .info .googlemap {
    background: #f8f8f8;
    margin-top: 40px;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
  }
  .info .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 767px) {
  .sub-visual {
    padding: 70px 0 0;
  }
  .sub-visual-title {
    line-height: 1.2;
    font-size: 44px;
    margin-bottom: 40px;
  }
  .sub-visual-img {
    width: 84%;
    margin: 0 0 0 auto;
    text-align: right;
    min-width: 1200px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual {
    padding: 20px 0 0;
  }
  .sub-visual-title {
    line-height: 1.1;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sub-visual-img {
    width: 95%;
    margin: 0 0 0 auto;
    text-align: right;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl {
    border-bottom: none;
  }
  .cont-dl .in-dl:first-child {
    border-top: none;
  }
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #31b9b4;
  border-bottom: 1px solid #31b9b4;
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 5px 8px;
  position: absolute;
  right: 0;
  color: #fff;
  background: #3292ba;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    font-size: 13px;
    top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    font-size: 3vw;
    top: 10px;
  }
}
.cont-dl .in-dl dt {
  position: relative;
  vertical-align: top;
  background: transparent;
  color: #31b9b4;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
  }
}
.cont-dl .in-dl dt a {
  color: #31b9b4;
  border-bottom: 1px solid #31b9b4;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
.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-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap: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;
}
.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;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #31b9b4;
  background-color: #31b9b4;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #31b9b4;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

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

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

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #31b9b4;
  color: #31b9b4;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #31b9b4;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #31b9b4;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #333;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #31b9b4;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #31b9b4;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #31b9b4;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

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

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 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 #31b9b4;
}
@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: #31b9b4;
  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 #31b9b4;
  line-height: 1;
  font-size: 14px;
  color: #31b9b4;
}
#contents-u.s-post .tag-name span {
  color: #31b9b4;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

#site-map ul li {
  border-bottom: 1px solid #31b9b4;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #333;
  font-size: 16px;
}
#site-map ul li a .ic {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px;
  }
  #site-map ul li a:hover {
    background: rgba(49, 185, 180, 0.1);
    padding-left: 15px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 15px 0;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #31b9b4;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */