<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

p {
  margin-bottom: 0 !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 2;
  transform: rotate(0.03deg);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "M PLUS Rounded 1c", sans-serif;
}
div {
  padding: 0 !important;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
.row {
  margin: 0 !important;
}

.submain {
  padding: 50px 0 !important;
  margin-top: 124px;
  margin-bottom: 100px;
}
.submain .title {
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  font-family: "Caveat", cursive;
}
.submain p {
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.bread {
  font-size: 14px;
  margin: 10px auto 40px;
  width: 96%;
  position: relative;
  z-index: 1;
  display: none !important;
}
.bread a {
  text-align: center;
}

.subcon {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 70px !important;
  position: relative;
}

.subcon.pb-0 {
  padding-bottom: 0 !important;
}

.c13828 {
    min-height: 1.5rem !important;
    padding: 1.5rem 0 1.5rem !important;
}

.bread .container,
.subcon .container {
  text-align: left;
}

.content_title {
  font-size: 40px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  /* text-align: center; */
  color: #00c4cc;
  margin-bottom: 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content_title {
    font-size: 30px;
  }
  .bread {
    display: none;
  }
}
/* .content_title::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 70px;
  bottom: -40px;
  left: 10px;
  z-index: -1;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #afafaf),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #17a2ff),
    color-stop(0.75, #17a2ff),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #ccc 25%, transparent 25%, transparent 50%, #ccc 50%, #ccc 75%, transparent 75%, transparent);
} */
.content_title_sub {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
  color: #0092cc;
  /* text-align: center; */
}

.pt5rem {
  padding-top: 10rem !important;
}

.py5rem {
	padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.mt5rem {
  margin-top: 10rem !important;
}
.mt55rem {
  margin-top: 5rem !important;
}
.mt3rem {
  margin-top: 3rem !important;
}
.mt2rem {
  margin-top: 2rem !important;
}
.mt0 {
  margin-top: 0 !important;
}
.w_100 {
  width: 100%;
}
img.w_100 {
  width: 93%;
}

.subcon .catch {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.subcon .catch::before {
  content: "";
  background: #00c4cc;
  width: 85%;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%) skew(45deg);
  bottom: -10px;
  z-index: -1;
}

.reserveBtn01:hover {
	opacity: .7;
}

.reserveBtn01:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mt5rem {
    margin-top: 5rem !important;
  }
  img.w_100 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .subcon .catch {
    font-size: 18px;
    margin-top: 5px;
  }
  .s_w100 {
    width: 100% !important;
  }
  .pt5rem {
    padding-top: 5rem !important;
  }

  .s_mt5rem {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 320px) {
  .subcon {
    font-size: 14px;
  }
  .subcon .catch {
    font-size: 18px;
  }
}
/* table */
.table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2rem;

  display: table;
  box-sizing: border-box;
  text-indent: initial;
  border-spacing: 2px;
  border-color: grey;
}
.tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}
.tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.table .th,
.table .td {
  padding: 12px 20px !important;
  border-top: 1px dotted #dcdcdc;
  border-bottom: 1px dotted #dcdcdc;
  text-align: left;
  display: table-cell;
  font-size: 18px;
}
.table .th {
  width: 26%;
  font-weight: bold;
  background: #00c4cc;
  color: #fff;
}
.table.color2 .th {
  background: #f19a4d;
}
.col-md-6 .table .th {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .col-md-6 .table .th {
    width: 100%;
  }
}

.gmap iframe {
  width: 100%;
  border: none;
}

/* news */
/* news */
/* news */
/* news */
.news {
  text-align: center;
}
.news .webgene-blog {
  /* margin-top: 50px; */
}
.news .webgene-item:not(:first-child) {
  margin-top: 10px;
}
.news .webgene-item-info {
  padding: 20px 30px !important;
  background: #fff;
}
.news .webgene-item-info .time {
  display: inline-block;
  width: 10%;
  font-size: 16px;
  color: #242424;
}
.news .webgene-item-info h3 {
  display: inline-block;
  width: 85%;
  margin-left: auto;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  color: #242424;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
}
.news .webgene-item-info a {
  text-decoration: none;
  transition: 0.4s;
}
.news .webgene-item-info a:hover {
  opacity: 0.7;
}
.news .btn_box {
  text-align: right;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .news .webgene-item-info .time,
  .news .webgene-item-info h3 {
    width: 100%;
    margin: 0;
    display: block;
  }
}

.webgene-pagination {
  margin: 0 auto;
  display: block;
  width: 100%;
  margin-top: 2rem;
  /* position: absolute; */
  /* bottom: -60px; */
  /* left: 50%; */
  /* transform: translate(-50%); */
}
.webgene-pagination ul {
  display: flex;
  justify-content: center;
  padding: 0;
}
.webgene-pagination li {
  list-style: none;
  /* background-color: #31506d; */
  /* padding: 5px; */
  /* transition: 0.4s; */
  /* max-width: 50px; */
}
.webgene-pagination li + li {
  margin-left: 10px;
}
.webgene-pagination li a {
  color: #fff;
  background: #31506d;
  padding: .6em;
  border-radius: 10px;
  border: 1px solid #31506d;
  text-decoration: none;
  display: block;
}
.webgene-pagination li a:hover {
  background: #fff;
  color: #31506d;
}

.topicsCont01 .webgene-pagination li a {
    background: #53a5d0;
    border: 0;
    padding: 6px 1em !important;
    transition: 0.4s;
}

.topicsCont01 .webgene-pagination li a:hover {
    background: #81b0c9;
    color: #fff;
}

/* category */
/* category */
/* category */
/* category */
.category .webgene-blog {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin-bottom: 2rem;
}
.category .webgene-item a {
  display: block;
  width: 90%;
  display: block;
  padding: 15px 0;
  border-radius: 15px;
  background-color: #31506d;
  border: 1px solid #31506d;
  color: #fff !important;
  transition: 0.4s;
  text-align: center;
  margin: 0 auto;
  /* margin-top: 50px; */
  text-decoration: none;
  position: relative;
  transition: 0.4s;
  max-width: 300px;
}
.category .webgene-item a:hover {
  background-color: #fff;
  color: #31506d !important;
}
.category .webgene-item a::before {
  content: "&gt;";
  font-weight: bold;
  position: absolute;
  right: 10px;
}

.category .webgene-item a.c5453 {
    display: inline-block;
    padding: 5px;
    min-height: 50px;
    min-width: 50px;
}

.category .webgene-item a.btn01 {
    width: 100%;
    display: block;
    border-radius: 10px;
    background-color: #53a5d0;
    color: #fff !important;
    transition: 0.4s;
    text-align: center;
    margin: 0 auto;
    text-decoration: none;
    position: relative;
    padding: 2px !important;
    max-width: 200px;
    line-height: 0;
    min-height: auto;
    border: 0;
}

.category .webgene-item a.btn01::before {
    content: "&gt;";
    font-weight: bold;
    position: absolute;
    right: 10px;
    top: 18px;
}

.category .webgene-item a.btn01:hover {
    background-color: #81b0c9;
}

/* detail */
.subcon.detail .webgene-blog {
  display: block;
}
.subcon.detail .webgene-blog img {
  max-width: 100%;
}
.subcon.detail .webgene-blog figure {
  text-align: center;
}

.news_in {
  width: 100%;
}
.news_in .works_title,
.news_in p {
  overflow-wrap: break-word;
  white-space: break-spaces;
}
.news_in .works_title {
  /* font-size: 26px; */
  /* color: #f19a4d; */
  font-size: 30px;
  color: #212529;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .news_in .works_title {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  .news_in .works_title {
    font-size: 26px;
  }
}

/* CONTACT */
.formWrap .col-md-4 {
  text-align: left;
}
.formWrap label {
  margin-bottom: 0;
}
.formWrap .col-md-4 label {
  font-weight: bold;
}
.formWrap .col-md-4 .d-inline-block {
  color: red;
  font-size: 12px;
  margin-left: 10px;
  background-color: #fff;
  padding: 5px;
}
.formWrap .col-md-8 input {
  border: none;
  background-color: #eee;
  padding: 10px;
  width: 100%;
}
.formWrap .col-md-8 #zip1,
.formWrap .col-md-8 #zip2 {
  width: 30%;
  margin: 0 10px;
}
.formWrap .col-md-8 textarea {
  width: 100%;
  border: none;
  background-color: #eee;
  min-height: 300px;
}
.formWrap .row {
  margin-bottom: 1rem !important;
}
.privacyBox {
  height: 350px;
  overflow-y: scroll;
  border: 1px solid #eee;
}
.formWrap .privacyDt {
  font-size: 20px !important;
  font-weight: bold;
  margin-top: 2rem;
}
.formWrap .col-md-6 {
  text-align: center;
  margin-top: 1rem;
}
.formWrap .button.formBtn {
  background-color: #f19a4d;
  width: 40%;
  padding: 10px 15px 10px 15px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  border: 2px none rgb(118, 118, 118);
  border-radius: 15px;
}
.formWrap .button.formBtn:hover {
  background-color: #00c4cc;
}

.formTh {
  background-color: #81d8d0;
  border-right: 2px solid #fff;
  color: #fff;
}
.formTd {
  padding: 10px !important;
}

.formTh label {
  /* color: #fff; */
  padding: 10px;
  font-size: 16px;
}

#cancel {
	padding-top: 270px !important;
	margin-top: -110px !important;
}

#payment {
	padding-top: 270px !important;
	margin-top: -110px !important;
}

#terms {
    padding-top: 270px !important;
    margin-top: -110px !important;
}

#privacy {
  padding-top: 270px !important;
  margin-top: -110px !important;
}
/* tb */
/* tb */
/* tb */
/* tb */
/* tb */
/* tb */
@media screen and (max-width: 1020px) {
  .submain {
    margin-top: 65px;
    margin-bottom: 60px;
  }
}
/* sp */
/* sp */
/* sp */
/* sp */
/* sp */
/* sp */
/* sp */
@media screen and (max-width: 768px) {
  .submain .title {
    font-size: 40px;
  }
  .sub_main h2 {
    font-size: 50px;
  }

  /* table */
  .table {
    width: 100%;
    border-collapse: collapse;
  }
  .table .th,
  .table .td {
    padding: 10px 16px !important;
    display: block;
    width: 100%;
    /* border-bottom: 1px dashed #afaeaa; */
  }
  .table .th {
    border: none;
  }
  .table .tr:first-of-type .th {
    /* border-top: 1px dashed #afaeaa; */
  }
  .table .td {
    padding-top: 14px !important;
    border-top: 0;
  }

  #terms,
  #privacy {
    padding-top: 140px !important;
    margin-top: -40px !important;
  }
}

/* flow */

.flow_list .flex {
  background: #eee;
  padding: 30px !important;
  margin-bottom: 70px;
  position: relative;
}
.flow_list .flex:last-child {
  margin-bottom: 0;
}
.flow_list .flex::before,
.flow_list .flex::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.flow_list .flex::before {
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid #eee;
}
.flow_list .flex:last-child::before,
.flow_list .flex:last-child::after {
  display: none;
}
.flow_list .flex h3 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 20px;
  text-align: left;
  display: inline;
}
.flow_list .flex h3:first-letter {
  color: #0f51ab;
}
.flow_list .flex p {
  font-size: 16px;
  text-align: left;
}
.flow_list .flex p {
  margin-left: 20px;
  margin-top: 25px;
}
.flow_list .flex p.number {
  margin: 0;
  font-size: 30px;
  background: #28346a;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 50px;
  display: inline;
  padding: 10px 20px !important;
}
.flow_list .flex img {
  width: 100%;
  padding: 20px !important;
}

.flow_list .col-md-6:first-child {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
.flow_list .col-md-6:last-child {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}

@media screen and (max-width: 768px) {
  .flow_list .col-md-6:first-child,
  .flow_list .col-md-6:last-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .flow_list .flex {
    padding: 10px !important;
  }
  .flow_list .flex h3,
  .flow_list .flex p.number {
    font-size: 20px;
  }
}

@media screen and (max-width: 330px) {
  .flow_list .flex h3 {
    font-size: 14px;
    margin-left: 10px;
  }
  .flow_list .flex p.number {
    padding: 10px !important;
  }
}

/* flow */
/* flow */
/* flow */
.begi_2 .col-md-4 {
  padding: 0 15px !important;
  margin-top: 30px;
}
.begi_2 .col-md-4:not(:nth-child(3n)) {
  border-right: 2px dashed #0f51ab;
}
.begi_2 img {
  width: 100%;
}
.begi_2 .catch {
  text-align: center;
  color: #0f51ab;
}
.begi_2 h3 {
  text-align: center;
  color: #0f51ab;
  /* margin-top: 1rem; */
}
@media screen and (max-width: 768px) {
  .begi_2 .col-md-4:not(:nth-child(3n)) {
    border-right: none;
  }
}

/* business_con  */
/* business_con  */
/* business_con  */
.business_con {
  font-size: 16px;
}
.business_con h3 {
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
  font-size: 30px;
  background-color: #0f51ab;
  padding: 10px 0;
  color: #fff;
}
.business_img3 {
  margin-top: 4rem !important;
  text-align: center;
}
.business_img3 img {
  width: 96%;
  margin: 0 auto;
}
.business_con h4 {
  text-align: center;
  font-weight: bold;
  font-size: 26px;
  margin-top: 4rem;
  margin-bottom: 1rem;
}

.list_style {
  text-align: center;
}
.list_style img {
  width: 96%;
}
.list_style p {
  padding-left: 20px;
  position: relative;
  text-align: left;
}
.list_style p::before {
  position: absolute;
  content: "●";
  font-weight: bold;
  color: #037ad8;
  left: 0;
}
@media screen and (max-width: 768px) {
  .business_con h3 {
    font-size: 18px;
  }
  .list_style img {
    margin-bottom: 1rem;
  }
  .business_img3 {
    margin-top: 0 !important;
  }
  .business_img3 .col-md-4 {
    margin-top: 1rem;
  }
}

/* voice */
.voice_list {
}
.voice_list .flex {
  background: #eee;
  padding: 30px;
  margin-bottom: 70px;
  position: relative;
}
.voice_list .flex:last-child {
  margin-bottom: 0;
}
.voice_list .flex h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 20px;
  text-align: left;
}
.voice_list .flex h3:first-letter {
  color: #0f51ab;
}
.voice_list .flex p {
  font-size: 16px;
  text-align: left;
  margin: 20px !important;
}
.voice_list .flex p.number {
  margin: 0;
  font-size: 30px;
  background: #0f51ab;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 50px;
  display: inline;
  padding: 10px 20px;
}
.voice_list .flex img {
  width: 100%;
  padding: 20px;
}

.voice_list .row .col-md-6:first-child {
  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.voice_list .row .col-md-6:last-child {
  -ms-flex: 0 0 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 70%;
}
@media screen and (max-width: 768px) {
  .voice_list .flex {
    padding: 10px;
  }
  .voice_list .flex h4,
  .voice_list .flex p.number {
    font-size: 20px;
  }
  .voice_list .row .col-md-6:first-child,
  .voice_list .row .col-md-6:last-child {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 330px) {
  .voice_list .flex h3 {
    font-size: 14px;
  }
}

.row_re {
  flex-direction: row-reverse;
}

.alignC {
  text-align: center;
}
.alignL {
  text-align: left !important;
}
.alignR {
  text-align: right !important;
}

/* exterior */
/* exterior */
/* exterior */
/* exterior */
/* .exterior_con .row {
  background: #b4dbfa;
  padding: 20px;
  border: 1px solid #fff;
  margin: 20px;
} */
.sub_title02 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 2rem;
  position: relative;
  color: rgb(68, 68, 68);
}
/* .sub_title02::before {
  content: "";
  background: #f98288;
  width: 200px;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: -1;
} */
@media screen and (max-width: 768px) {
  .sub_title02 {
    font-size: 24px;
  }
}

.btn12221 {
  width: 100%;
  max-width: 220px;
  display: block;
  padding: 15px 0 !important;
  border-radius: 8px;
  background-color: #f19a4d;
  color: #fff !important;
  transition: 0.4s;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  text-decoration: none;
  position: relative;
  text-decoration: none !important;
}
.btn12221::before {
  content: "&gt;";
  font-weight: bold;
  position: absolute;
  right: 10px;
}
.btn12221:hover {
  background-color: #0092cc;
}

.btn12221.btn12221_reserve {
    max-width: 435px;
}

.btn12221.btn12221_reserve:hover {
    background: #f19a4d;
    opacity: .7;
}

.gallery_list img {
  margin-top: 2rem;
}

/* products */
/* products */
/* products */
/* products */

/* products */
/* products */
/* products */
/* products */
.product .webgene-blog {
  margin: 50px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
}
.product .webgene-blog .webgene-item {
  /* background: #f6fcfe; */
}
.product .webgene-blog .webgene-item img {
  width: 100%;
  height: 255px;
  object-fit: cover;
}
.product .webgene-blog .webgene-item p {
  padding: 20px 0px 10px;
  text-align: left;
}
.product .webgene-blog .webgene-item p.works_title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}
.product .webgene-blog .webgene-item p.works_text {
  padding: 10px 0px 0px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
  height: 80px;
  overflow: hidden;
  word-break: break-all;
}
@media screen and (max-width: 1040px) {
  .product .webgene-blog {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  .product .webgene-blog .webgene-item img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .product .webgene-blog .webgene-item img {
    height: 150px;
  }
}

.faq_box {
  margin-top: 3rem;
}

.faq_box h3 {
  font-size: 20px;
  color: #fff;
  background: #28346a;
  padding: 20px;
  padding-left: 50px;
  font-weight: bold;
  position: relative;
}
.faq_box h3::before {
  content: "Q";
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
}
.faq_box p {
  position: relative;
  padding-left: 10px;
  padding: 0 0px 0 40px;
}
.faq_box p::before {
  content: "A";
  font-family: "Noto Serif JP", serif;
  position: absolute;
  left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #28346a;
}

.subcon .col-sm-8,
.subcon .col-sm-4 {
  padding: 15px !important;
}

.subcon .flow_img_box {
  margin-top: 4rem;
}
@media screen and (max-width: 1000px) {
  .subcon .flow_img_box img {
    width: 100%;
  }
}

/* img */
/* img */
/* img */
/* img */
.circle {
  clip-path: ellipse(45% 50% at 50% 50%);
}
@media screen and (max-width: 1040px) {
  .circle {
    width: 100%;
  }
}
/* tel */
/* tel */
/* tel */
/* tel */
.tel_link {
  font-weight: bold;
  font-size: 36px;
  display: block;
  color: #333 !important;
}
.tel_link p::before {
  content: "TEL.";
  font-size: 1rem;
  margin-right: 10px;
  color: #333;
}

.c4060.tel_link:hover {
  cursor: pointer !important;
  opacity: .7 !important;
}

.tel_link .c5902 p::before {
  display: none;
}

@media screen and (max-width: 768px) {
  .tel_link {
    font-size: 24px;
  }
}

.subcon .col-md-6 {
  padding: 10px !important;
}

.check_list {
  /* display: grid;
  gap: 0px;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.check_list .box {
  text-align: center;
  margin-top: 2rem;
  width: 20%;
  background: #dff9fa;
  border-radius: 1000%;
  padding: 30px 0 !important;
}

.check_list .box.box02 {
    width: 100%;
    border-radius: 20px;
}

.check_list .list {
  position: relative;
  /* margin-left: 40px; */
  margin-top: 1rem;
  text-align: center;
}
/* .check_list .list::before {
  content: "\02714";
  font-size: 40px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: -40px;
  top: -15px;
  color: #f19a4d;
} */
.check_list .list p {
  font-size: 20px;
  font-weight: bold;
}
.check_list .price p {
  font-weight: bold;
  font-size: 30px;
  color: #f19a4d;
}

.check_list .price.font-size-60 p {
    font-size: 60px;
    line-height: 1.6em;
}


.check_list .price.font-size-60.line-height-12 p {
    line-height: 1.2em;
}

@media screen and (max-width: 768px) {
  /* .check_list .list::before {
    font-size: 20px;
    top: 5px;
    left: -20px;
  } */
  .check_list {
    /* grid-template-columns: repeat(2, minmax(100px, 1fr)); */
    justify-content: center;
  }
  .check_list .box {
    width: 45%;
    padding: 10px 0 !important;
    margin: 5px;
  }
  .check_list .box img {
    width: 36px;
  }

  .check_list .box.box02 {
    padding: 3rem 0 !important;
    margin: 2rem 0 0;
  }
  
  /* .check_list .list {
    margin-left: 20px;
  } */
  .check_list .list p {
    font-size: 16px;
    line-height: 16px;
  }
  .check_list .price p {
    font-size: 16px;
    line-height: 32px;
  }

  .check_list .price.font-size-60 p {
    font-size: 30px;
  }
}
/* area */
/* area */
/* area */
/* area */
.area_box a {
  font-size: 20px;
  margin-right: 20px;
  position: relative;
  padding: 0 !important;
  line-height: 1;
}
.area_box a::after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0;
  color: #212529;
}
.area_box a p {
  line-height: 1;
}

.maxw_500 {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .area_box a {
    font-size: 16px;
  }
}
/* area_detail */
/* area_detail */
/* area_detail */
/* area_detail */
.area_head {
  text-align: center;
  background-color: #81d8d0;
  color: #fff;
  padding: 50px;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
}

.areaDetCont .news_in {
    max-width: 704px;
    margin: 0 auto;
}

.areaDetCont .news_in .works_title {
	line-height: 1.38em;
}

.areaDetCont .news_in img {
    height: auto !important;
}

.areaDetCont .area_head {
	margin-top: 5px;
	margin-bottom: 5rem !important;
	display: none;
}

.areaDetCont .area_map {
	display: none;
}

.area_map iframe {
  margin: 5rem 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .area_head {
    padding: 20px;
  }
}

/* company */
/* company */
/* company */
/* company */
.check_box .list {
  position: relative;
  margin-left: 40px;
}
.check_box .list::before {
  content: "\02714";
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  left: -40px;
  top: -5px;
  color: rgb(10, 49, 196);
  background: -webkit-linear-gradient(0deg, rgb(10, 49, 196), rgb(1, 156, 229));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.check_box .list p {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .check_box {
    margin-bottom: 2rem;
  }
}
/* about */
/* about */
/* about */
/* about */
.acordion {
  text-align: center;
  margin-top: 2rem;
}
.acordion .btn {
  background-color: #f19a4d !important;
  border-color: #f19a4d;
  font-size: 24px;
  transition: 0.4s;
  width: 100%;
  max-width: 300px;
}
.acordion .btn:hover {
  background-color: #00c4cc !important;
  border-color: #00c4cc !important;
}
.acordion.acordion02 {
  background-color: #00c4cc;
  padding: 20px 0;
  margin-top: -1px;
}
.acordion.acordion02 .btn {
  background-color: #0092cc !important;
  color: #fff;
  border-color: #0092cc !important;
  font-size: 24px;
  transition: 0.4s;
  width: 96%;
  max-width: 320px;
  position: relative;
  box-shadow: none !important;
}
.acordion.acordion02 .btn.collapsed {
  background-color: #fff !important;
  color: #0092cc;
  border-color: #fff !important;
}
.acordion.acordion02 .btn::before {
  content: "\02228";
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  position: absolute;
  right: 6px;
  top: 3px;
  color: #f19a4d;
  font-weight: bold;
}
.acordion.acordion02 .btn:hover {
  background-color: #0092cc !important;
  border-color: #0092cc !important;
  color: #fff;
}

.acordion.acordion03 {
}
.acordion.acordion03 .btn {
  border-color: #f19a4d !important;
  max-width: 690px;
  position: relative;
  text-align: left;
  padding: 6px 30px;
}
.acordion.acordion03 .btn.collapsed {}
.acordion.acordion03 .btn::before {
  content: url("/system_panel/uploads/images/arrow_wh.svg");
  position: absolute;
  right: 10px;
  top: 10px;
  width: 1em;
}
.acordion.acordion03 .btn:hover {
  background-color: #fff !important;
  /* border-color: #0092cc !important; */
  color: #f19a4d;
}

.acordion.acordion03 .btn:hover::before {
	content: url("/system_panel/uploads/images/arrow_or.svg");
}

.acordion.acordion03 a img.off {
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
}

.acordion.acordion03 a img.on {
	display: none;
    margin: 0 auto;
  	width: auto;
	max-width: 100%;
}

.acordion.acordion03 a:hover img.off {
	display: none;
}

.acordion.acordion03 a:hover img.on {
	display: block;
}

.acordion.acordion03 + .acordion_inner {
  margin-top: 1em;
}

.card-body {
  padding: 20px !important;
  /* border: 5px solid #00c4cc; */
  background: rgb(232, 255, 252);
}

.flow_3 {
  justify-content: space-between;
}
.flow_3 .col-md-4 {
  text-align: center;
  /* border: 5px solid #81d8d0; */
  background: #a1e0da;
  padding: 20px 60px !important;
  position: relative;
  margin-top: 2rem !important;

  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  border-radius: 20px;
}
.flow_3 .col-md-4::before {
  content: "00";
  background: #f19a4d;
  color: #fff;
  font-family: "Caveat", cursive;
  border-radius: 100px;
  font-size: 44px;
  padding: 10px 22px;

  position: absolute;
  left: -30px;
  top: -30px;
}
.flow_3 .col-md-4:nth-child(1)::before {
  content: "01";
}
.flow_3 .col-md-4:nth-child(2)::before {
  content: "02";
}
.flow_3 .col-md-4:nth-child(3)::before {
  content: "03";
}
.flow_3 .col-md-4 img {
  border: 3px solid #333;
}
@media screen and (max-width: 768px) {
  #about {
    padding-top: 40px !important;
  }
  .flow_3 .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem !important;
  }
  .flow_3 .col-md-4::before {
    left: 10px;
  }
  .flow_3 img {
    width: 80%;
    margin: 0 auto;
  }

  .acordion .btn {
    max-width: 100%;
  }
}

.point_title {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  color: #f19a4d;
}

.sine_box .row .col-md-6:first-child {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.sine_box .row .col-md-6:last-child {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.sine_box img {
  width: 100%;
}
.sine_box .title {
  font-size: 18px;
  font-weight: bold;
  color: #f19a4d;
}

.bg_change {
  background: #dff9fa;
  position: relative;
}
.bg_change::before {
  content: "";
  background: #dff9fa;
  width: 99vw;
  height: 109%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -2;
}
/* .bg_change::after {
  content: "";
  background: url(https://saft.jp/system_panel/uploads/images/20210715115123424665.png) no-repeat center center / cover;
  width: 213px;
  height: 126px;
  position: absolute;
  right: 0;
  top: -2%;
} */

.c1705_02 {
	background: linear-gradient(0deg, transparent 0 50%, #dff9fa 50% 100%);
}

@media screen and (max-width: 768px) {
  .bg_change::before {
    height: 103.5%;
  }
  /* .bg_change::after {
    opacity: 0.7;
  } */
  .bg_change + .mt5rem {
    margin-top: 7rem !important;
  }

  .bg_change_sp::before {
    height: 115% !important;
  }

  .point_title {
    font-size: 40px;
  }
  .bg_change03::before {
    height: 104% !important;
  }
}

.acordion_btn3 .sub_title02 {
  font-size: 20px;
}

/* feature */
/* feature */
/* feature */
/* feature */
.feature {
  text-align: center;
  margin-top: -20px;
}
.feature .row_3item {
  margin-top: 40px !important;
}
.feature .row_3item p {
  width: 75%;
  margin: 20px auto 0;
}

.toppage .btn02 {
  width: 100%;
  max-width: 320px;
  display: block;
  padding: 15px 0;
  border-radius: 10px;
  border: 2px solid #fff;
  color: #fff !important;
  transition: 0.4s;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  text-decoration: none;
  position: relative;
  font-size: 24px;
}
.toppage .btn02::before {
  content: "&gt;";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 20px;
}
.toppage .btn02:hover {
  background-color: #f19a4d;
}

@media screen and (max-width: 1030px) {
  .feature .row_3item img {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .feature img {
    width: 100%;
  }
  .feature .row_3item img {
    margin-top: 4rem;
  }
  .feature .row_3item p {
    width: 80%;
  }
  .feature .row_3item {
    margin-top: -3rem !important;
  }
}

.bold {
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .company_4 .col-md-6:not(:last-child) {
    border-bottom: 5px solid #ccc;
    padding-bottom: 2rem !important;
  }
}

.line_btn {
  width: 100px;
}
.line_btn img {
  width: 100%;
}

.shadow_box {
  padding: 20px !important;
  border-radius: 20px;
  box-shadow: 2px 2px 5px #ccc;
  background-color: #fff;
}
.shadow_box .red {
  color: red;
}
.shadow_box .price {
  font-size: 20px;
  font-weight: bold;
}

.price_3 {
  justify-content: flex-start;
}
.price_3 .col-md-4 {
  text-align: center;
  /* border: 5px solid #81d8d0; */
  background: #fff;
  padding: 20px !important;
  position: relative;
  margin-top: 2rem !important;
  box-shadow: 2px 2px 5px #ccc;

  -ms-flex: 0 0 30%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  border-radius: 20px;
  margin: 19px;
}
.price_3 .col-md-4::before {
  content: "00";
  background: #f19a4d;
  color: #fff;
  font-family: "Caveat", cursive;
  border-radius: 100px;
  font-size: 44px;
  padding: 10px 22px;
  position: absolute;
  left: -30px;
  top: -30px;
}
.price_3.price_3b .col-md-4::before {
  background: #17a2ff;
}
.price_3 .col-md-4:nth-child(1)::before {
  content: "01";
}
.price_3 .col-md-4:nth-child(2)::before {
  content: "02";
}
.price_3 .col-md-4:nth-child(3)::before {
  content: "03";
}
.price_3 .col-md-4:nth-child(4)::before {
  content: "04";
}
.price_3 .col-md-4:nth-child(5)::before {
  content: "05";
}
.price_3 .col-md-4:nth-child(6)::before {
  content: "06";
}
.price_3 .red {
  color: red;
}
.price_3 p {
  font-size: 20px;
}
.price_3 .price {
  font-weight: bold;
}

.c3280.catch.mt5rem {
  margin: 3rem 0 !important;
}
@media screen and (max-width: 1300px) {
  .price_3 .col-md-4 {
    margin: 20px 15px;
  }
}
@media screen and (max-width: 1000px) {
  .price_3 .col-md-4 {
    margin: 20px 5px;
  }
}
@media screen and (max-width: 768px) {
  .price_3 .col-md-4 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 3rem !important;
  }
  .price_3 .col-md-4::before {
    left: 10px;
  }
  .price_3 p {
    font-size: 18px;
  }
}

/* 210812_追記 */
.c3920.catch::before {
  background: none;
}
.c4386.content_title_sub {
  color: #52cb76;
}
h4.h1624515931411.sub_title02.mt2rem {
  text-align: center;
  padding-bottom: 10px;
}
h4.h1624515931411.sub_title02.mt2rem::before {
  content: "";
  background: #00c4cc;
  width: 85%;
  height: 10px;
  position: absolute;
  left: 50%;
  transform: translate(-50%) skew(45deg);
  bottom: -10px;
  z-index: -1;
}
.flow_3 .col-md-4 img.w_100 {
  border: none;
}
@media screen and (max-width: 768px) {
  .sp_mt-20 {
    margin-top: -20px !important;
  }
  .sign_box .col-md-6 {
    padding: 0 !important;
  }
  .sign_box .text {
    margin-bottom: 20px;
  }
  .sign_box img {
    width: 95%;
  }

  .sign_box .acordion03 a {
  }

  .acordion.acordion03 .btn::before {
  }

  .sign_box .acordion03 img {
    width: 100%;
  }
}
.c2532.content_title_sub {
  margin-left: 0 !important;
}

@media screen and (max-width: 576px) {
  .acordion.acordion03 .btn {
  }

  .acordion.acordion03 .btn::before {
  }

  .acordion.acordion03 {
  }

  .sign_box .acordion.acordion03 {
  }
}

@media screen and (min-width: 1200px) {
  .check_list .box.box02 {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {

  #payment {
      padding-top: 130px !important;
  }
  
  .spMt55Rem {
      	margin-top: 3rem !important;
  }

}

@media screen and (max-width: 576px) {
  #cancel {
      padding-top: 100px !important;
      margin-top: -10px !important;
  }
}

#calendar {
	padding: 120px 0 0 !important;
}

@media screen and (max-width: 576px) {
    #calendar {
        padding: 60px 0 0 !important;
    }
}

#reserve_flow {
	margin-top: -120px !important;
	padding: 120px 0 0 !important;
}

.caleFlowTxt &gt; a {
	color: #00c4cc;
}

.caleBtn01:hover {
	color: rgb(0, 196, 204);
	text-decoration: none;
}

.caleBtn01:hover p,
.caleBtn01:hover i {
	opacity: .7;
}

#always_1000 {
    margin: calc(-77px - 2rem) 0 0 !important;
    padding: 150px 0 0 !important;
}

.priceLineTxt &gt; a {
	color: #007bff;
	text-decoration: none;
	/* color: #00c4cc; */
	/* text-decoration: underline; */
}

.priceLineTxt &gt; a:hover {
	color: #0056b3;
	text-decoration: underline;
}

.table .th.contactTh {
    vertical-align: middle;
}

#plan1 {
	margin: -100px 0 0;
	padding: 100px 0 0 !important;
}

.linkUnderLine {
    text-decoration: underline !important;
}

.linkUnderLine:hover {
    text-decoration: none !important;
}

.textLinkUnderLine a {
    text-decoration: underline !important;
}

.textLinkUnderLine a:hover {
    text-decoration: none !important;
}

.textDecorationNone {
    text-decoration: none !important;
}

.textDecorationNone:hover {
    text-decoration: none !important;
}

.caleBtn01 p {
	text-decoration: underline;
}

.caleBtn01:hover p {
	text-decoration: none;
}</pre></body></html>