@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: 15px 20px;
  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
---------------------------------------- */
.forSP {
  display: none !important;
}
/* common
---------------------------------------- */
body {
  font: 16px/1.8em "Arial", "Arial Black", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1a1a1a;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
}
main {
  display: block;
}
.wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
aside {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 240px;
  padding-top: 50px;
  margin: -50px 0 50px 0;
  box-sizing: border-box;
}
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: 12px 20px;
  background: url("../img/common/ico_arrow_aside.jpg") no-repeat center right 20px/6px;
}
aside ul li a:hover, #blog-list #content ul li a:hover, #news-list #content ul li a:hover {
  background: url("../img/common/ico_arrow_aside.jpg") no-repeat center right 10px/6px;
}
aside div {
  background-color: #f2f2f2;
  padding: 25px;
  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 {
  width: 720px;
}
h1 {
  font-size: 2em;
  padding-bottom: 12px;
  border-bottom: solid 4px #00afb2;
  margin-bottom: 30px;
}
h1 .icon {
  height: 35px;
  margin-right: 8px;
}
h2 {
  font-size: 2.2em;
  line-height: 1.5em;
  margin-bottom: 30px;
}
h2 span {
  font-size: 1.2em;
  line-height: 1.3em;
  color: #ff7676;
}
h3 {
  font-size: 1.16em;
  color: #fff;
  padding: 14px 20px;
  background-color: #00afb2;
  border-radius: 5px;
  margin-bottom: 18px;
}
h4 {
  font-size: 1.12em;
  line-height: 1;
  padding: 4px 0 4px 10px;
  border-left: 5px solid #00afb2;
  margin-bottom: 15px;
}
h5 {
  font-weight: bold;
  margin-bottom: 10px;
}
a, a img {
  text-decoration: none;
  outline: none;
  color: initial;
  transition: all 0.3s ease 0s;
}
.inner {
  width: 1000px;
  margin: 0 auto;
}
section {
  margin-bottom: 80px;
}
.scrollin {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  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;
}
.flex{
	display: flex;
}
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.3em;
  font-weight: bold;
  width: 520px;
  color: #fef7c4;
  padding: 30px 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:hover {
  box-shadow: none;
}
.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: relative;
  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: 40px;
  line-height: 40px;
  text-decoration: none;
  padding: 0;
  margin: 0 8px;
  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 12px;
  background-color: #00afb2;
}
.wp-pagenavi .prev:before, .wp-pagenavi .next:before {
  content: '' !important;
  position: absolute;
  top: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.wp-pagenavi .prev:before {
  left: 17px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wp-pagenavi .next:before {
  right: 17px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.bg-yellow {
  background-color: #fef7c4;
}
.bg-pink {
  background-color: #ffd1d1;
}
.pink {
  color: #ff7676;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb80 {
  margin-bottom: 80px;
}
.tR {
  text-align: right;
}
.tC {
  text-align: center;
}
/* header
---------------------------------------- */
header .inner {
  align-items: center;
  justify-content: space-between;
  padding: 8px 0;
}
header .inner #logo {
  width: 245px;
}
header .inner div {
  margin-top: 6px;
}
header .inner div .tel img {
  width: 280px;
  margin: -7px 6px 0 0;
}
header .inner div .contact a {
  font-weight: bold;
  color: #00afb2;
  padding: 10px 25px;
  border: solid 1px #00afb2;
  border-radius: 20px;
  margin-left: 12px;
}
header .inner div ul li{
	width: 32px;
        margin-left: 12px;
}
header nav {
  padding: 14px 0;
  box-sizing: border-box;
  background-color: #00afb2;
}
header nav ul li {
  display: inline-block;
  margin: 0 10px;
}
header nav ul li a img {
  height: 27px;
  margin-right: 5px;
}
header nav ul li a {
  font-weight: bold;
  color: #fff;
}
/* footer
---------------------------------------- */
footer {
  border-top: solid 8px #00afb2;
  padding: 35px 0 30px;
  margin-top: 50px;
}
footer .inner {
  justify-content: space-between;
}
footer .inner #foot-logo {
  width: 245px;
  margin-bottom: 20px;
}
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 .inner ul li a:hover {
  text-decoration: underline;
}
footer .inner .tR {
  width: 550px;
  margin-top: 10px;
}
footer #copyright {
  font-size: 0.8em;
  color: #575757;
  margin-top: 60px;
}
/* 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: 360px;
  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: 1000px;
  margin: 0 auto;
}
#top #main #slide li {
  display: inline-block;
  height: 500px;
}
#top #main #slide li.slick-current {
  opacity: 1;
}
#top #main #slide li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top #main h1 {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 620px;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: #fff 1px 2px 10px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#top section h2.pink.mb20.min{
          font-size: 1.5em;
}
#top section .bg-yellow, #voice section .bg-yellow {
  display: flex;
  gap: 20px;
  padding: 25px;
  box-sizing: border-box;
}
#top section .bg-yellow .tC, #voice section .bg-yellow .tC {
  width: 150px;
  line-height: 1.2em;
}
#top section .bg-yellow .tC h5, #voice section .bg-yellow .tC h5 {
  margin-bottom: 0;
}
#top section .bg-yellow p, #voice section .bg-yellow p {
  width: 490px;
}
/* company
---------------------------------------- */
#company iframe {
  height: 400px;
}
#company #greeting div p {
  display: inline-block;
  width: 410px;
}
#company #greeting div img {
  width: 300px;
}
/* needs
---------------------------------------- */
#needs #content ul li {
  display: inline-block;
  width: 180px;
  margin: 0 20px 10px 0;
}
#needs #content ul li:nth-of-type(3n) {
  margin-right: 0;
}
#needs #content ul + p.tC.min {
  font-size: 1.5em;
  font-weight: bold;
  padding: 14px 0;
  background-color: #daeff0;
}
#needs #content .bg-yellow, #needs .bg-pink {
  position: relative;
  font-size: 0.92em;
  padding: 25px;
  box-sizing: border-box;
}
#needs #content .bg-yellow:before {
  content: "POINT";
  font-size: 1.2em;
  font-weight: bold;
  position: absolute;
  top: -12px;
}
#needs #content .bg-pink dt {
  font-size: 1.2em;
  font-weight: bold;
}
#needs #content .bg-pink dt img {
  display: inline-block;
  width: 30px;
  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 {
  justify-content: space-between;
}
#flow ol li {
  position: relative;
  font-weight: bold;
  color: #01a4a7;
  background-color: #e6f5f6;
  border: solid 2px #bae5e6;
  padding: 30px 50px;
  box-sizing: border-box;
  border-radius: 5px;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-feature-settings: initial;
}
#flow ol li:before, #flow ol li:after {
  content: "";
  position: absolute;
}
#flow ol li:before {
  font: 6em '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 {
  top: 122px;
  right: -32px;
  width: 15px;
  height: 15px;
  border-top: solid 3px #ccc;
  border-right: solid 3px #ccc;
  border-radius: 2px;
  transform: rotate(45deg);
}
#flow ol li:last-of-type:after {
  content: none;
}
/* faq
---------------------------------------- */
#faq #content h3.bar {
  font-size: 1em;
  letter-spacing: 0;
}
/* price
---------------------------------------- */
#price .clear {
  overflow: auto;
}
#price .clear table {
  width: 1000px;
  overflow-x: scroll;
}
#price a.pink {
  text-decoration: underline;
}
/* strengths
---------------------------------------- */
#strengths dl dd.flex {
  display: flex;
  gap: 20px;
  text-align: justify;
}
#strengths dl dd.flex img {
  width: 250px;
  height: fit-content;
}
#strengths .bg-yellow {
  padding: 25px;
  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: 35px 35px 25px;
  border: solid 1px #ccc;
  border-radius: 10px;
}
#blog-detail #content section h1, #news-detail #content section h1 {
  font-size: 1.5em;
  border: none;
  padding-bottom: 0;
  margin-bottom: 10px;
}
#blog-detail #content section p, #news-detail #content section p {
  margin-bottom: 10px;
}
#blog-detail #content section .day, #news-detail #content section .day {
  margin-bottom: 20px;
}
#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 {
  display: inline-block;
  width: 350px;
  margin: 0 10px 12px 0;
}
#blog-list #content ul li:nth-of-type(even) {
  margin-right: 0;
}
#blog-list #content ul li a {
  display: flex;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
}
#blog-list #content ul li a:hover {
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
#blog-list #content ul li a figure {
  width: 80px;
  height: 70px;
  margin-right: 14px;
  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: 200px;
}
#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: 15px 20px;
}
#news-list #content ul li a:hover {
  opacity: 0.6;
}
#news-list #content ul li a h4 {
  border: none;
  padding: 0;
  margin: 5px 0 5px 0;
}
/* 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 .info {
  display: flex;
  align-items: center;
}
#contact .info dt {
  width: 200px;
}
#contact .info dd {
  width: 80%;
}
#contact #privacy {
  font-size: 0.92em;
  height: 300px;
  box-sizing: border-box;
  overflow-y: scroll;
  padding: 30px;
  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: 30%;
}
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;
}