@charset "utf-8";
/*
 Theme Name:   be careful
*/
/* Reset css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure, address {
  margin: 0;
  padding: 0;
  font-style: normal;
  vertical-align: top;
}
p, ul, ol, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  outline: none;
}
ul li, ol li {
  list-style: none;
  outline: none;
}
button, input, select, textarea {
  font-size: inherit;
  font-family: inherit;
  outline: none;
  vertical-align: middle;
}
img {
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}
table {
  width: 100%;
  border-spacing: 0;
  text-align: left;
}
table th {
  background-color: #efefef;
  vertical-align: middle;
}
table th, table td {
  padding: 3vw 4vw;
  box-sizing: border-box;
  border-top: solid 1px #ddd;
}
table tr:last-child th, table tr:last-child td {
  border-bottom: solid 1px #ddd;
}
/* sp
---------------------------------------- */
.forPC {
  display: none !important;
}
/* common
---------------------------------------- */
body {
  font: 15px/1.6em "Arial", "Arial Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1a1a;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
.wrap {}
aside {
  margin-top: 10vw;
}
aside ul {
  border: solid 1px #ccc;
  border-radius: 10px;
}
aside ul li {
  border-bottom: solid 1px #ccc;
}
aside ul li:last-of-type {
  border: none;
}
aside ul li a {
  display: block;
  padding: 2.2vw 4vw;
  background: url("../img/common/ico_arrow_aside.jpg") no-repeat center right 4vw/6px;
}
aside div {
  background-color: #f2f2f2;
  padding: 5vw;
  box-sizing: border-box;
}
aside div address {
  font-size: 0.86em;
  line-height: 1.5em;
}
aside div .btn-s a {
  font-size: 0.82em;
  font-weight: bold;
  color: #00afb2;
  padding: 7px 15px;
  background-color: #fff;
  border: solid 1px #00afb2;
  border-radius: 15px;
}
#content {}
h1 {
  font-size: 1.55em;
  padding-bottom: 6px;
  border-bottom: solid 4px #00afb2;
  margin-bottom: 5vw;
}
h1 .icon {
  height: 35px;
  margin-right: 8px;
}
h2 {
  font-size: 1.4em;
  line-height: 1.5em;
  margin-bottom: 4vw;
}
h2 span {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #ff7676;
}
h3 {
  position: relative;
  font-size: 1.12em;
  color: #fff;
  padding: 3vw 5vw;
  background-color: #00afb2;
  border-radius: 5px;
  margin-bottom: 4vw;
}
h4 {
  font-size: 1.1em;
  line-height: 1;
  padding: 4px 0 4px 10px;
  border-left: 5px solid #00afb2;
  margin-bottom: 3vw;
}
h5 {
  font-weight: bold;
  margin-bottom: 2vw;
}
a, a img {
  text-decoration: none;
  outline: none;
  color: initial;
  transition: all 0.3s ease 0s;
}
.inner {
  width: 100%;
  padding: 0 4%;
  box-sizing: border-box;
}
section {
  margin-bottom: 12vw;
}
.scrollin {
  -webkit-transform: translateY(5vw);
  transform: translateY(5vw);
  transition: ease-out 0.3s;
  -webkit-transition: ease-out 0.3s;
  opacity: 0;
}
.scrollin.view {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.clear {
  overflow: hidden;
}
strong {
  font-weight: bold;
}
.min {
  font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro W3', Yu Mincho, 'Yu Mincho', 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R', 'ＭＳ Ｐ明朝', 'Times', 'Times New Roman', serif;
}
.btn a {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  width: 100%;
  color: #fef7c4;
  padding: 5vw 0;
  box-sizing: border-box;
  border-radius: 5px;
  background-color: #ff7676;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease 0s;
}
.btn a img {
  width: 25px;
  margin: -5px 0 0 10px;
}
.btn-area .btn {
  display: inline-block;
  margin: 0 5px;
}
.accordion .bar span {
  float: right;
  width: 22px;
  height: 22px;
  position: absolute;
  top: calc(50% - 11px);
  right: 3vw;
  border: solid 1px #fff;
}
.accordion .bar span:before, .accordion .bar span:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.accordion .bar span:before {
  webkit-transform: rotate(180deg) translateY(0px);
  transform: rotate(180deg) translateY(0px);
}
.accordion .bar span:after {
  webkit-transform: rotate(90deg) translateY(0px);
  transform: rotate(90deg) translateY(0px);
}
.accordion.open .bar span:before, .accordion.open .bar span:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.accordion div {
  display: none;
}
.accordion.open div {
  display: block;
}
.wp-pagenavi {
  clear: both;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  font-weight: normal;
  width: 30px;
  line-height: 30px;
  text-decoration: none;
  padding: 0;
  margin: 0 3px;
  border: solid 2px #ccc;
  background-color: #fff;
  border-radius: 40px;
}
.wp-pagenavi span.current {
  color: #fff;
  background-color: #00afb2;
  border: solid 2px #00afb2;
}
.wp-pagenavi .prev, .wp-pagenavi .next {
  position: relative;
}
.wp-pagenavi .prev, .wp-pagenavi .next {
  font-size: 0;
  top: -5px;
  border-radius: 5px;
  border: none;
  margin: 0 8px;
  background-color: #00afb2;
}
.wp-pagenavi .prev:before, .wp-pagenavi .next:before {
  content: '' !important;
  position: absolute;
  top: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.wp-pagenavi .prev:before {
  left: 13px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .next:before {
  right: 13px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-yellow {
  background-color: #fef7c4;
}
.bg-pink {
  background-color: #ffd1d1;
}
.pink {
  color: #ff7676;
}
.mb10 {
  margin-bottom: 2vw;
}
.mb20 {
  margin-bottom: 4vw;
}
.mb30 {
  margin-bottom: 6vw;
}
.mb50 {
  margin-bottom: 8vw;
}
.mb80 {
  margin-bottom: 10vw;
}
.tC {
  text-align: center;
}
/* header
---------------------------------------- */
header > .inner {
  padding: 1.5vw 2vw;
  border-bottom: solid 1px #eee;
}
header .inner #logo {
  width: 180px;
}
header nav {
  display: none;
  position: absolute;
  padding: 14px 0;
  box-sizing: border-box;
  background-color: #00afb2;
  width: 100%;
  height: 100%;
  z-index: 100;
}
header nav > ul li a img {
  height: 27px;
  margin-right: 5px;
}
header nav > ul li a {
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 2vw 4vw;
  box-sizing: border-box;
  margin-bottom: 2vw;
}
header nav div p a {
	display: block;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 20px;
}
header nav div .tel a {
  color: #fff;
  background-color: #575757;
}
header nav div .contact{
	margin-top: 5vw;
}
header nav div .contact a {
  color: #00afb2;
  background-color: #fff;
}
header nav div ul li{
	display: inline-block;
	width: 13vw;
	margin:  0 1vw;
}
header #sp-menu {
  position: absolute;
  top: 9px;
  right: 2vw;
  width: 35px;
  height: 35px;
  background: url(../img/common/menu.jpg) no-repeat center / cover;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
header #sp-menu.close {
  background: url(../img/common/close.jpg) no-repeat center / cover;
}
/* footer
---------------------------------------- */
footer {
  border-top: solid 6px #00afb2;
  padding: 7vw 0;
  margin-top: 10vw;
  text-align: center;
}
footer .inner #foot-logo {
  width: 65vw;
  margin: 0 auto 5vw;
}
footer .inner ul {
  margin-bottom: 3vw;
}
footer .inner ul li {
  font-size: 0.92em;
  display: inline-block;
  line-height: 1;
  border-right: solid 1px #1a1a1a;
  padding: 0 12px 0 6px;
  box-sizing: border-box;
  margin-bottom: 12px;
}
footer #copyright {
  font-size: 0.8em;
  color: #575757;
  margin-top: 7vw;
}
/* opening
---------------------------------------- */
#opening {
  display: flex !important;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08ced2;
  z-index: 100;
  transition: opacity 1s ease, visibility 1s ease;
}
#opening .tC {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 62vw;
  transform: translate(-50%, -20%);
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
}
#opening.show-text .tC {
  opacity: 1;
  transform: translate(-50%, -60%);
}
#opening.fade-out {
  opacity: 0;
  visibility: hidden;
  pointer-events: none; /* 背面のクリックを可能にする */
}
/* top
---------------------------------------- */
#top #main {
  overflow: hidden;
}
#top #main .slick-list {
  overflow: visible;
}
#top #main #slide {
  position: relative;
  max-width: 90vw;
  margin: 0 auto;
}
#top #main #slide li {
  display: inline-block;
  height: 60vw;
}
#top #main #slide li.slick-current {
  opacity: 1;
}
#top #main #slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #main #slide .slick-prev, #top #main #slide .slick-next, #top #main #slide .slick-prev:before, #top #main #slide .slick-next:before {
  height: 35px;
  width: 35px;
}
#top #main #slide .slick-prev {
  left: -13px;
}
#top #main #slide .slick-next {
  right: -13px;
}
#top #main h1 {
  position: absolute;
  top: 46vw;
  left: 50%;
  width: 85%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: #fff 1px 2px 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#top section .bg-yellow, #voice section .bg-yellow {
  padding: 6vw;
  box-sizing: border-box;
}
#top section .bg-yellow .tC, #voice section .bg-yellow .tC {
  display: flex;
  align-items: center;
  line-height: 1.2em;
  margin-bottom: 4vw;
  text-align: left;
}
#top section .bg-yellow .tC img, #voice section .bg-yellow .tC img {
  width: 30vw;
  margin: 0 3vw 0 0;
}
#top section .bg-yellow .tC h5, #voice section .bg-yellow .tC h5 {
  margin-bottom: 0;
}
/* company
---------------------------------------- */
#company table th, #company table td {
  display: block;
}
#company table tr:last-child th {
  border: none;
}
#company iframe {
  height: 80vw;
}
/* needs
---------------------------------------- */
#needs #content ul li {
  display: inline-block;
  width: 29vw;
  margin: 0 1vw 1vw 0;
}
#needs #content ul li:nth-of-type(3n) {
  margin-right: 0;
}
#needs #content ul + p.tC.min {
  font-size: 1.3em;
  font-weight: bold;
  padding: 2vw 0;
  background-color: #daeff0;
}
#needs #content .bg-yellow, #needs .bg-pink {
  position: relative;
  font-size: 0.92em;
  padding: 6vw;
  box-sizing: border-box;
  text-align: justify;
}
#needs #content .bg-pink dt {
  font-size: 1.15em;
  font-weight: bold;
  margin-bottom: 2vw;
}
#needs #content .bg-pink dt img {
  display: inline-block;
  width: 28px;
  margin: -3px 5px 0 0;
}
#needs #content .tR.mb30 {
  line-height: 1.2;
}
#needs #content .tR small a {
  color: #1F73B7;
  text-decoration: underline;
}
/* flow
---------------------------------------- */
#flow ol li {
  position: relative;
  font-weight: bold;
  color: #01a4a7;
  background-color: #e6f5f6;
  border: solid 2px #bae5e6;
  padding: 3vw 5vw;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 7vw;
}
#flow ol li:before, #flow ol li:after {
  content: "";
  position: absolute;
}
#flow ol li:before {
  font: 3.2em 'Times', 'Times New Roman', serif;
  font-style: italic;
  color: #c1e7e7;
  right: 12px;
  bottom: -6px;
  writing-mode: initial;
}
#flow ol li:first-of-type:before {
  content: "1";
}
#flow ol li:nth-of-type(2):before {
  content: "2";
}
#flow ol li:nth-of-type(3):before {
  content: "3";
}
#flow ol li:nth-of-type(4):before {
  content: "4";
}
#flow ol li:after {
  bottom: -18px;
  left: 48%;
  right: -32px;
  width: 10px;
  height: 10px;
  border-top: solid 3px #ccc;
  border-right: solid 3px #ccc;
  border-radius: 2px;
  transform: rotate(135deg);
}
#flow ol li:last-of-type:after {
  content: none;
}
/* faq
---------------------------------------- */
#faq #content h3.bar {
  font-size: 1em;
  padding: 3vw calc(4vw + 22px) 3vw 4vw;
}
/* price
---------------------------------------- */
#price a.pink {
  text-decoration: underline;
}
/* strengths
---------------------------------------- */
#strengths dl dd.flex {
  text-align: justify;
}
#strengths dl dd.flex img {
  margin-bottom: 4vw;
}
#strengths .bg-yellow {
  padding: 5vw;
  box-sizing: border-box;
}
/* blog+news common
---------------------------------------- */
#blog-list #content ul li, #news-list #content ul {
  border: solid 1px #ccc;
  border-radius: 10px;
}
#blog-list #content ul li a, #news-list #content ul li a {
  display: block;
  background: url(../img/common/ico_arrow_aside.jpg) no-repeat center right 20px / 6px;
}
#blog-detail #content section, #news-detail #content section {
  padding: 6vw 6vw 5vw;
  border: solid 1px #ccc;
  border-radius: 10px;
}
#blog-detail #content section h1, #news-detail #content section h1 {
  font-size: 1.4em;
  border: none;
  padding-bottom: 0;
  margin-bottom: 2vw;
}
#blog-detail #content section p, #news-detail #content section p {
  margin-bottom: 2vw;
  text-align: justify;
}
#blog-detail #content section .day, #news-detail #content section .day {
  margin-bottom: 4vw;
}
#blog-detail #content section .post-body a, #news-detail #content section .post-body a {
  color: #d94b7f;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#blog-detail #content section .post-body a:hover, #news-detail #content section .post-body a:hover {
  color: #b73365;
  text-decoration: none;
}
/* blog
---------------------------------------- */
#blog-list #content ul li {
  margin-bottom: 2vw;
}
#blog-list #content ul li a {
  display: flex;
  align-items: center;
  padding: 3vw;
  border-radius: 10px;
}
#blog-list #content ul li a figure {
  width: 80px;
  height: 70px;
  margin-right: 4vw;
  border-radius: 6px;
  overflow: hidden;
}
#blog-list #content ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#blog-list #content ul li a div {
  width: 55vw;
}
#blog-list #content ul li a div h4 {
  border: none;
  padding: 10px 0 0 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* news
---------------------------------------- */
#news-list #content ul li {
  border-bottom: solid 1px #ccc;
}
#news-list #content ul li:last-of-type {
  border: none;
}
#news-list #content ul li a {
  padding: 3vw 5vw;
}
#news-list #content ul li a h4 {
  border: none;
  padding: 0 20px 0 0;
  margin: 5px 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/* contact
---------------------------------------- */
#contact dl dt span {
  font-size: 0.75em;
  color: #fff;
  padding: 3px 5px;
  background-color: #ff7676;
  border-radius: 3px;
  margin-left: 5px;
}
#contact dl dd label {
  display: inline-block;
  margin: 5px 20px 0 0;
}
#contact #privacy {
  font-size: 0.92em;
  height: 80vw;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 6vw;
  border: solid 1px #ccc;
}
#contact #privacy h5 {
  font-size: 1.15em;
}
input[type=text], select, textarea, input[type=tel], input[type=email], input[type=number] {
  padding: 12px 15px;
  box-sizing: border-box;
  border: solid 1px #ddd;
  border-radius: 3px;
}
input[type=text], input[type=number], input[type=email], input[type=tel] {
  width: 100%;
}
#zip {
  width: 40%;
}
textarea {
  width: 100%;
  height: 230px;
}
input[type=reset], input[type=button], input[type=submit] {
  width: 250px;
  padding: 14px 20px;
  box-sizing: border-box;
  border: solid 2px #ddd;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
input[type=submit] {
  color: #fff;
  background-color: #00afb2;
  border: none;
}
.wpcf7c-force-hide {
  display: none !important;
}

/* add
---------------------------------------- */
#blog-detail section#main div#content img {
  margin-bottom: 10px !important;
}

#blog-detail section#main div#content .post-body img {
  margin-bottom: 10px !important;
}

.wp-block-image img {
  margin-bottom: 10px !important;
}