@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

body {
  overflow-x: hidden;
  color: #663333;
  background: #fff;
  letter-spacing: 0.3px;
  background: url('../../../wp-content/uploads/2022/11/bg02.jpg');
  counter-reset: number 0;
}

.header-wrap,
.navi-in a,
.page-bg-wrap h1,
.footer-cta-inner,
.footer-flex,
.copyright,
.page-bg-wrap .single-bg-title,
.mv-text-01 .mv-text {
  font-family: 'Kiwi Maru', serif;
}

.tagline {
  display: none;
}

#container {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.posts-not-found h2 {
  display: none;
}

#main h1.archive-title {
  display: none;
}

img {
  vertical-align: bottom;
}

.pc-block {
  display: block;
}

.sp-block {
  display: none;
}

.mv-text-02 {
  display: block;
}

.mv-text-06 {
  display: none;
}

/* メニュー */
#header-container {
  position: relative;
  background-image: url('../../../wp-content/uploads/2022/12/19-1.jpg');
}

img.header-top-flag-left {
  position: absolute;
  top: 32px;
  left: -90px;
  width: 300px;
  transform: rotate(-10deg);
}

img.header-top-flag-right {
  position: absolute;
  top: 32px;
  right: -90px;
  width: 300px;
  transform: rotate(10deg);
}

.navi {
  background: transparent;
}

.header-top-bg {
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  width: 100%;
  height: 23px;
  background: url('../../../wp-content/uploads/2022/11/15.jpg');
  background-position: left center;
  background-repeat: repeat;
}

.header-wrap {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.logo-text {
  padding: 0;
}

.logo-header {
  margin-right: auto;
}

.logo-image {
  padding: 0;
}

.site-name-text-link {
  padding: 0;
}

a.site-name img {
  width: 100%;
  max-width: 280px;
  transition: all 0.2s;
}

a.site-name img:hover {
  opacity: 0.7;
}

.header-time {
  display: flex;
  font-weight: 700;
  align-items: center;
}

.header-time-title {
  writing-mode: vertical-rl;
  background: #EB7192;
  color: #fff;
  padding: 6px 10px;
  line-height: 1;
  font-size: 12px;
  border-radius: 5px;
  margin-right: 8px;
}

.header-time-desc {
  font-size: 14px;
  white-space: nowrap;
}

.header-tel a,
.header-contact a,
a.footer-cta-link {
  text-decoration: none;
  background: orange;
  color: #fff;
  display: block;
  padding: 14px 20px;
  margin-left: 15px;
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
  border-radius: 15px;
  background-color: rgba(243, 153, 21, .6);
  background-image: linear-gradient(90deg, rgba(243, 153, 21, .4) 50%, transparent 50%), linear-gradient(rgba(243, 153, 21, .4) 50%, transparent 50%);
  background-size: 40px 40px;
  border-bottom: 5px solid #F39915;
  transition: all 0.2s;
}

.header-tel a i,
.header-contact a i,
a.footer-cta-link i {
  margin-right: 6px;
}

.header-tel a:hover,
.header-contact a:hover,
a.footer-cta-link:hover {
  opacity: 0.7;
}

.footer-cta a.footer-cta-link {
  margin-left: 0px;
  width: 65%;
  display: inline-block;
  margin: 10px 0 5px;
  padding: 18px 20px;
}

/* メニュー */
.navi-in > ul {
  flex-wrap: nowrap;
  justify-content: center;
}

.navi-in > ul li {
  width: 100%;
  height: auto;
  line-height: normal;
  border-right: 2px dashed #EB6872;
  width: auto;
  height: auto;
  flex-grow: 1;

  height: 100%;
  height: auto;
}

.navi-in a {
  height: 100%;
  color: #663333;
  transition: all 0.2s;
  line-height: 1.2;
  padding: 5px 0;

  display: block;
  height: 100%;
}

.navi-in a:hover {
  background: #ffdbdf;
}

.navi .item-label {
  height: auto;
}


.head-menu {
  height: auto;
  overflow: hidden;
}

.head-menu img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.head-menu .head-menu-title {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}

.navi {
  margin-top: 15px;
}

.caption-wrap {
  display: block;
  height: 100%;
}
.navi .item-label, .navi .item-description {
  overflow: auto;
  display: block;
  height: 100%;
}
.head-menu {
  height: 100%;
  overflow:hidden;
}

/* mv */
.mv-wrap {
  background: url('../../../wp-content/uploads/2022/12/19-1.jpg');
  position: relative;
}

.mv-wrap > img.mv-top-img {
  width: 2000px;
  height: 45px;
  max-width: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.mv-wrap > img.mv-bottom-img {
  width: 2000px;
  height: 12px;
  max-width: none;
  position: absolute;
  bottom: -12px;
  left: 0%;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.mv-inner {
  padding-top: 45px;
}

.mv-mask-bg {
  background: #fdf4e4;
  padding: 30px 0 45px;
}

.mv-mask {
  margin: 0 auto;
  position: relative;
}

.mv-text-01 {
  position: absolute;
  top: 28px;
  left: -170px;
  z-index: 1;
  width: 330px;
}

.mv-text-01 .mv-text {
  position: absolute;
  top: 50%;
  left: 66%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 700;
  white-space: nowrap;

  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    color: #EB7192;
}

.mv-text-02 {
  position: absolute;
  bottom: 3px;
  right: -60px;
  z-index: 1;
  width: 210px;
}

.mv-text-02 .mv-text {
  position: absolute;
  bottom: 22px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  font-size: 22px;
  font-weight: 700;
  white-space: nowrap;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #7CB4E1;
  letter-spacing: 0;
}

.mv-text-03 {
  position: absolute;
  bottom: 186px;
  right: -196px;
  z-index: 0;
  width: 190px;

  display: none;
}

.mv-text-04 {
  position: absolute;
  bottom: 0px;
  left: -45px;
  z-index: 0;
  width: 480px;
}

.mv-text-04 img {
  width: 100%;
  max-width: none;
  height: 18px;
  object-fit: cover;
  object-position: left;
}

.mv-text-05 {
  position: absolute;
  top: 11px;
  right: -98px;
  z-index: 0;
  width: 250px;
}

#metaslider-id-299 {
  max-width: none!important;
  margin: 0 auto;
}

#metaslider-id-299::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-image: url('../../../wp-content/uploads/2022/11/test0004.png');
  background-repeat: no-repeat;
  z-index: 999;
}

#metaslider-id-299 img {
  object-fit: cover;
}

.mv-mask,
#metaslider-id-299,
#metaslider-id-299::before,
#metaslider-id-299 img {
  width: 826px;
  height: 500px;
}

/* トップページ */
.top-about {
  position: relative;
  margin-bottom: 60px;
}

.top-about p {
  font-size: 18px;
  position: relative;
  z-index: 2;
}

.top-about img.top-about-img-02 {
  position: absolute;
  bottom: -52px;
  right: 0;
  border-radius: 10px;
  width: 330px;
}

.top-point {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.top-point-item {
  width: 48%;
  height: 300px;
  border-radius: 44% 63% 55% 38% / 58% 68% 46% 44%;
  background: #feebf2;
  padding: 60px 30px 0;
}

.top-point-item h2 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 28px;
  position: relative;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  color: #EB7192;
  letter-spacing: 1px;
}

.top-point-item h2::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: url('../../../wp-content/uploads/2022/11/23046130-6.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 13px;
}

.top-point-item p {
  font-size: 13.5px;
  margin: 0;
}

h2.top-h-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 22px;
  font-weight: 500;
  position: relative;
  padding: 40px 0 35px;
  text-align: center;
  color: #F39915;
}

h2.top-h-title::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: url('../../../wp-content/uploads/2022/11/23046130-1.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 379px;
  height: 20px;
}

h2.top-h-title span {
  display: inline-block;
  position: relative;
}

h2.top-h-title span::before,
h2.top-h-title span::after {
  content: '';
  display: block;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 54px;
  height: 54px;
}

h2.top-h-title span::before {
  top: -10px;
  left: -60px;
  background-image: url('../../../wp-content/uploads/2022/11/23046130-2.png');
}

h2.top-h-title span::after {
  top: -10px;
  right: -60px;
  background-image: url('../../../wp-content/uploads/2022/11/23046130-3.png');
}

h2.top-blog-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;

  background-color: #eaf3fa;
  color: #7CB4E1;
  padding: 15px 20px;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  border-radius: 10px;
  margin: 2em 0 1em;
}

h2.top-blog-title:after {
	background: repeating-linear-gradient(-45deg, #a4caea, #a4caea 5px, #eaf3fa 0, #eaf3fa 10px);
	content: '';
	height: 5px;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 1;
}

body.front-top-page #main .new-entry-cards {
  margin-bottom: 0;
}

.right {
  text-align: right;
}

a.a-btn {
  color: #663333;
}

a.a-btn i {
  margin-left: 5px;
}

a.a-btn:hover {
  text-decoration: none;
}

/* 下層ページ */
.entry-content {
  margin-top: 11px;
}

.content {
  background-image: url('../../../wp-content/uploads/2022/11/test03.png');
  background-repeat: no-repeat;
  background-position: 49.999% top;
  background-size: 2000px 1040px;
  min-height: 1040px;
}

.main {
  background: transparent;
}

.page-bg-wrap {
  background: url('../../../wp-content/uploads/2022/12/19-1.jpg');
}

.page-bg-inner {
  width: 100%;
  height: 150px;
  background: url('../../../wp-content/uploads/2022/11/18-5.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.page-bg-wrap header.article-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.page-bg-wrap h1,
.page-bg-wrap .single-bg-title {
  margin: 0;
  padding: 0;
  line-height: 1;
  margin-top: 30px;
  font-size: 26px;
  font-weight: 500;
}

.page-bg-wrap .date-tags {
  display: none;
}

h2.h-title {
  padding: 0;
  margin: 0;
  border: 0;
  background: #F39915;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  padding: 15px 20px;
  border-radius: 10px;
  margin: 2em 0 1em;
}

h3.h-title {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  position: relative;
  padding-bottom: 8px;
  border-bottom: 3px solid #F39915;
  margin: 1em 0;
  font-weight: 500;
  font-size: 20px;
}

.company-style-01 {
  margin: 2em 0;
}

.company-style-01 dl {
  display: flex;
  border-top: 1px dashed #333;
  margin: 0;
}

.company-style-01 dl:nth-last-of-type(1) {
  border-bottom: 1px dashed #333;
}

.company-style-01 dt,
.company-style-01 dd {
  padding: 10px 18px;
}

.company-style-01 dt {
  white-space: nowrap;
  width: 34%;
}

.company-style-01 dd {
  margin: 0;
  width: 66%;
}

.box-style-01 {
  border: 2px solid #EB6872;
  padding: 25px 25px;
  margin: 2em 0;
}

.box-style-01.box-img-01 {
  position: relative;
}

.box-style-01.box-img-01 img {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 200px;
}

.box-style-01.color-orange {
  border: 2px solid #F39915;
}

.box-style-02 {
  padding: 25px;
  margin: 2em 0;
  background: #ffeaea;
  box-shadow: 0px 0px 0px 10px #ffeaea;
  border: dashed 2px #EB6872;
  border-radius: 8px;
}

.box-style-02.color-orange {
  background: #fdf4e4;
  box-shadow: 0px 0px 0px 10px #fdf4e4;
  border: dashed 2px #F39915;
  margin-top: 25px;
}

.box-style-03 .box-title {
  background: #EB6872;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 500;
}

.box-style-03 .box-title i {
  margin-right: 5px;
}

.box-style-03 .box-desc {
  border: 2px solid #EB6872;
  padding: 25px;
}

.box-style-04 {
  border: 2px solid #7CB4E1;
  padding: 40px 80px;
  margin: 2em 0;
  background: #eaf3fa;
}

.box-style-05 {
  background: #f6f9d2;
  padding: 30px;
  margin-top: 20px;
}

.box-style-05 p:last-child {
  margin-bottom: 0;
}

ul.ul-style-01,
ul.ul-style-02,
ul.ul-style-03 {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.ul-style-01 li {
  margin: 0;
  margin-bottom: 12px;
}

ul.ul-style-01 li:last-child {
  margin-bottom: 0px;
}

ul.ul-style-01 li::before {
  counter-increment: number 1;
  content: counter(number);
  width: 35px;
  height: 35px;
  display: inline-block;
  background: #EB6872;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}

ul.ul-style-02 li {
  margin: 0;
  margin-bottom: 12px;
  position: relative;
  padding-left: 30px;
}

ul.ul-style-02 li:last-child {
  margin-bottom: 0px;
}

ul.ul-style-02 li::before {
  content: '';
  display: block;
  background-image: url('../../../wp-content/uploads/2022/11/list-01.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 6px;
  left: 0;
  width: 20px;
  height: 20px;
}

ul.ul-style-03 li {
  margin: 0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

ul.ul-style-03 li::before {
  display: block;
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  line-height: 1;
  color: #7CB4E1;
}

ul.ul-style-03 li:nth-last-child(1) {
  margin-bottom: 0px;
}

ul.ul-style-03 li:nth-last-child(1)::before {
  content: none;
}

ul.ul-style-03 li .flow {
  background: #a4caea;
  padding: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

ul.ul-style-03 li .flow-b {
  font-size: 22px;
  font-weight: 700;
  padding: 5px 5px;
  color: #EB6872;
}

.center {
  text-align: center;
}

.font-style-01 {
  font-size: 26px;
  font-weight: 500;
  color: #EB6872;
  margin: 1em 0;
  line-height: 1.6;
}

.font-style-02 {
  text-align: center;
  background-image: url('../../../wp-content/uploads/2022/11/23170889-2.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 160px;
  position: relative;
  margin-top: 100px;
}

.font-style-02 img {
  position: absolute;
  top: -65px;
  right: 9px;
  width: 480px;
  height: auto;
}

.font-style-02 span.font-r {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: #EB7192;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  text-align: center;
  margin-right: -10px;
  font-weight: 500;
}

.service-item {
  display: flex;
  align-items: center;
  border-bottom: 2px dashed #F39915;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.service-item-left {
  width: 100px;
}

.service-item-left img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.service-item-right {
  width: calc(100% - 100px);
}

.ggmap {
  position: relative;
  width: 100%;
  padding-top: 300px;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
}

.photo-list #metaslider_190 ul.slides {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1vw;
}

.photo-list #metaslider_191 ul.slides,
.photo-list #metaslider_198 ul.slides {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1vw;
}

.photo-list #metaslider_190 ul.slides li.ms-image,
.photo-list #metaslider_191 ul.slides li.ms-image,
.photo-list #metaslider_198 ul.slides li.ms-image {
  opacity: 1!important;
  float: none!important;
  margin: 0!important;
}

.photo-list #metaslider_190 ul.slides li.ms-image img,
.photo-list #metaslider_191 ul.slides li.ms-image img,
.photo-list #metaslider_198 ul.slides li.ms-image img {
  border-radius: 5px;
}

.photo-list .metaslider #metaslider_190 ul.slides li.ms-image .caption-wrap,
.photo-list .metaslider #metaslider_191 ul.slides li.ms-image .caption-wrap,
.photo-list .metaslider #metaslider_198 ul.slides li.ms-image .caption-wrap {
  position: static;
  color: #663333;
  background: transparent;
  opacity: 1;
  line-height: 1.8;
}

.photo-list .metaslider #metaslider_190 ul.slides li.ms-image .caption,
.photo-list .metaslider #metaslider_191 ul.slides li.ms-image .caption,
.photo-list .metaslider #metaslider_198 ul.slides li.ms-image .caption {
  padding: 0;
  font-size: 16px;
  padding-top: 5px;
}

/* ブログ */
.blog-entry-cards.widget-entry-cards .a-wrap,
body.blog .a-wrap,
body.category .a-wrap,
.related-list .a-wrap {
  padding: 0;
  margin: 0;
  padding: 10px 0;
  color: #663333;
  border-bottom: 1px solid #ddd;
}

.blog-entry-cards.widget-entry-cards .a-wrap:hover,
body.blog .a-wrap:hover,
body.category .a-wrap:hover,
.related-list .a-wrap:hover {
  background: transparent;
}

.blog-entry-cards.widget-entry-cards .a-wrap:hover .widget-entry-card-title,
body.blog .a-wrap:hover h2.entry-card-title,
body.category .a-wrap:hover h2.entry-card-title,
.related-list .a-wrap:hover h3.related-entry-card-title {
  text-decoration: underline;
}

.blog-entry-cards .widget-entry-card-content,
article.type-post .entry-card-content,
.related-entry-card-content {
  margin: 0;
  padding: 0;
}

.blog-entry-cards .blog-desc-wrap,
article.type-post .blog-desc-wrap,
.related-entry-card-content .blog-desc-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 3px;
}

.blog-entry-cards .e-card-info,
article.type-post .e-card-info,
.related-entry-card-content .e-card-info {
  display: block;
  line-height: 1;
}

.blog-entry-cards .e-card-info > span,
article.type-post .e-card-info > span,
.related-entry-card-content .e-card-info > span {
  padding: 0;
  margin: 0;
  font-size: 16px!important;
  line-height: 1;
  display: block;
  margin-right: 5px!important;
  margin-bottom: 5px!important;
}

.blog-entry-cards .e-card-info > span i,
article.type-post .e-card-info > span i,
.related-entry-card-content .e-card-info > span i {
  display: none;
}

.blog-entry-cards .blog-date-cat,
article.type-post .blog-date-cat,
.related-entry-card-content .blog-date-cat {
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  background: #EB7192;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  padding: 5px 8px;
}

.blog-entry-cards .widget-entry-card-title,
article.type-post h2.entry-card-title,
.related-entry-card-content h3.related-entry-card-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  color: #663333;
}

.fb-wrap {
  margin-top: 60px;
  text-align: center;
}

/* 投稿ページ */
body.single article figure.eye-catch span.cat-label {
  display: none;
}

body.single article .date-tags {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

body.single article .post-update,
body.single article .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}

body.single h1.entry-title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px
}

body.single article figure.eye-catch {
  display: none;
}

body.single article .entry-content {
  margin-top: 0.5em;
}

.entry-categories a.cat-link {
  background: #EB7192;
  transition: all 0.2s;
  border-radius: 5px;
}

.entry-categories a.cat-link:hover {
  opacity: 0.7;
}

#pager-post-navi .card-thumb {
  display: none;
}

.pager-post-navi {
  flex-direction: row;
  justify-content: space-between;
}

.pager-post-navi a,
.pager-post-navi a:hover {
  transition: all 0.2s;
}

.pager-post-navi a:hover {
  background-color: #FFF3FB;
}

a.prev-post,
a.next-post {
  flex: 1;
  transition: all 0.2s;
}

/* ページネーション */
.pagination-next {
  display: none;
}

.page-numbers {
  color: #663333;
  border: 1px solid #663333;
  border-radius: unset;
}

.pagination .current {
  background-color: #EB7192;
  color: #fff;
}

/* サイドバー */
.sidebar {
  background: transparent;
  border-radius: 0;
  background-image: url('../../../wp-content/uploads/2022/11/b007.gif');
  margin-top: 30px;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.sidebar aside {
  margin-bottom: 35px;
}

.sidebar aside:last-of-type {
  margin-bottom: 0;
}

.sidebar h3,
#categories-3 h2.widgettitle {
  background: transparent;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border-left: 6px solid #F39915;
  border-radius: unset;
  position: relative;
  padding: .1em 0 .2em .75em;
  margin-bottom: 15px;
}

.sidebar h3::before,
#categories-3 h2.widgettitle::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #dde1e1;
}

#categories-2 ul li a,
#categories-3 ul li a {
  padding: 15px 10px;
  font-size: 14px;
  border-top: 2px dotted #ddd;
  transition: all 0.2s;
  color: #663333;
}

#categories-2 ul li:last-child a,
#categories-3 ul li:last-child a {
  border-bottom: 2px dotted #ddd;
}

#categories-2 ul li a:hover,
#categories-3 ul li a:hover {
  background: transparent;
  opacity: 0.7;
}

ul#sp-cat-widget {
  padding: 0;
  margin: 0;
  list-style: none;
  background-image: url('../../../wp-content/uploads/2022/11/b007.gif');
  padding: 30px 15px 10px;
  margin-bottom: 30px;

  display: none;
}

#custom_html-3 p {
  font-size: 14px;
  line-height: 1.6;
  margin: 10px 0;
}

a.access-side-link {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  background: #7CB4E1;
  border-radius: 8px;
  border-bottom: 3px solid #4091d4;
  color: #fff;
  font-size: 12px;
  padding: 12px 10px;
  transition: all 0.3s;
}

a.access-side-link i {
  margin-left: 6px;
}

a.access-side-link:hover {
  opacity: 0.7;
}

/* フッターCTA */
.footer-cta-wrap {
  position: relative;
  width: 100%;
  height: 500px;
}

.footer-cta-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 500px;
  background: url('../../../wp-content/uploads/2022/11/31-4-2.png');
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom center;
}

.footer-cta-inner {
  width: 100%;
  max-width: 1010px;
  margin: 0 auto;
  text-align: center;

  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.footer-cta-text {
  border-bottom: 1px dashed #333;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.footer-cta-area {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
}

.footer-cta-area .footer-cta {
  width: 50%;
  text-align: center;
}

.footer-cta-area .footer-cta:nth-of-type(1) {
  border-right: 1px dashed #333;
}

.footer-cta-title {
  font-size: 20px;
  font-weight: 500;
}

/* フッター */
.footer {
  background: #fff;
  color: #333;
  margin-top: 0;
  padding: 0;
}

.footer-bottom {
  padding: 0;
  margin-top: 0;
}

.footer-content-wrap {
  text-align: left;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.footer-ul {
  display: flex;
}

.footer-ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 16px;
}

.footer-ul ul:last-child {
  margin-right: 0;
}

.footer-ul li {
  margin-bottom: 18px;
  line-height: 1.6;
}

.footer-ul li a {
  text-decoration: none;
  color: #333;
}

.footer-ul li a:hover {
  text-decoration: underline;
}

.footer-access p {
  margin: 0;
}

.footer-access a {
  display: inline-block;
  margin-bottom: 20px;
  transition: all 0.2s;
}

.footer-access a:hover {
  opacity: 0.8;
}

.footer-access a img {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.copyright {
  background: #EB6872;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  margin-top: 0;
}

.footer-flex {
  display: flex;
  flex-wrap: nowrap;
  padding: 40px 0 20px;
  justify-content: space-between;
}

.footer-flex-left {
  width: 70%;
}

.footer-flex-right {
  width: 28%;
}

a.footer-company {
  display: block;
  text-decoration: none;
  border-radius: 15px;
  padding: 15px;
  color: #333;
  background: #FED602;
  display: flex;
  transition: 0.2s;
}

a.footer-company:hover {
  opacity: 0.7;
}

.footer-company-left {
  width: 70px;
  margin-right: 10px;
}

.footer-company-right {
  text-align: left;
  width: calc(100% - 80px);
}

.footer-company-img {
  background: #fff;
  padding: 8px;
  border-radius: 10px;
  width: 70px;
  height: 70px;
}

.footer-company-title {
  font-size: 14px;
}

.footer-company-more {
  font-size: 12px;
  text-align: right;
  margin-top: 20px;
}

.footer-company-more i {
  margin-left: 5px;
  color: #fff;
}

/* お問い合わせフォーム */
#wpcf7-f24-p22-o1 {
  width: 50%;
  margin: 0 auto;
}

table.contact-table {
  margin-bottom: 0;
}

table.contact-table tr {
  background: transparent;
}

table.contact-table tr th,
table.contact-table tr td {
  border: 0;
  padding: 0px;
  display: block;
}

table.contact-table tr th {
  background: transparent;
  text-align: left;
  font-weight: 400;
  padding-bottom: 5px;
  font-weight: 500;
}

table.contact-table tr td {
  padding-bottom: 15px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #313131;
  border-radius: 5px;
}

textarea {
  line-height: 1.5;
}

span.required {
  color: #e60033;
  font-size: 10px;
  letter-spacing: 2px;
  border: 1px solid #e60033;
  border-radius: 2px;
  padding: 0px 3px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 8px;
  font-weight: 500;
}

input[type='submit'] {
  text-decoration: none;
  background: #7CB4E1;
  color: #fff;
  display: block;
  padding: 18px 28px;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px;
  border: 0;
  border-bottom: 4px solid #4091d4;
  transition: all 0.2s;
  margin-top: 15px;
}

input[type='submit']:hover {
  opacity: 0.7;
}

.recruit-form-wrap,
.contact-form-wrap {
  width: 70%;
  margin: 0 auto;
}

p.cf7-note {
  font-size: 15px;
  margin: 0;
}

.contact-tel {
  margin: 0;
  margin-bottom: 5px;
}

.contact-tel a {
  display: block;
  background: #7CB4E1;
  color: #fff;
  text-decoration: none;
  padding: 18px 28px;
  line-height: 1;
  font-size: 22px;
  font-weight: 700;
  border-radius: 15px;
  border-bottom: 4px solid #4091d4;
  transition: all 0.2s;
  text-align: center;
  width: 70%;
  margin: 0 auto;
}

.contact-tel a:hover {
  opacity: 0.7;
}

.contact-tel a i {
  margin-right: 5px;
}

.mt-0 {
  margin-top: 0!important;
}

.box-style-02.message-text {
  font-family: 'Kiwi Maru', serif;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
  color: #EB7192;
  font-size: 24px;
  line-height: 1.8;
}

@media screen and (max-width: 1399px){
  img.header-top-flag-left {
    top: 15px;
    width: 220px;
    transform: rotate(-3deg);
    z-index: 0;
  }
  img.header-top-flag-right {
    top: 15px;
    width: 220px;
    transform: rotate(3deg);
    z-index: 0;
  }
}
@media screen and (max-width: 1239px){
  #header-container-in {
    position: relative;
    z-index: 1;
  }
  .mv-text-01 .mv-text {
    font-size: 20px;
    left: 74%;
  }
  .mv-text-01 {
    top: 28px;
    left: -70px;
    width: 240px;
  }
  .mv-text-05 {
    right: -98px;
    width: 200px;
  }
  .mv-text-03 {
    bottom: 207px;
    right: -144px;
    width: 170px;
  }
}

@media screen and (max-width: 1023px){
  /* .mv-text-02 {
    display: none;
  } */

  .mv-text-06 {
    display: block;
    position: absolute;
    top: 143px;
    left: 8px;
    z-index: 1;
  }

  .mv-text-06 .mv-text {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    white-space: nowrap;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Zen Maru Gothic', sans-serif;
    color: #7CB4E1;
    line-height: 1.7;
    text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, 0 -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
  }

  .mv-text-06 img {
    width: 100px;
  }

  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .header-time,
  .header-tel,
  .header-contact {
    display: none;
  }
  .logo-header {
    margin-right: unset;
  }
  .header-wrap {
    justify-content: center;
    margin-top: 25px;
  }
  img.header-top-flag-left,
  img.header-top-flag-right {
    display: none;
  }
  #metaslider-id-299::before {
    content: none;
  }
  .mv-mask,
  #metaslider-id-299,
  #metaslider-id-299::before,
  #metaslider-id-299 img {
    width: 100%;
    height: auto;
  }
  .mv-text-03,
  .mv-text-04,
  .mv-text-05 {
    display: none;
  }
  .mv-mask-bg {
    padding: 0;
    background: transparent;
  }
  .mv-wrap > img.mv-top-img {
    display: none;
  }
  #metaslider-id-299 img {
    height: 250px;
  }
  .mv-text-02 {
    top: 145px;
    bottom: unset;
    right: 36px;
    width: 100px;
  }
  .mv-text-02 .mv-text {
    font-size: 17px;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
    bottom: 1px;
  }
  .mv-text-01 {
    position: static;
    top: unset;
    left: unset;
    width: 100%;
  }
  .mv-text-01 > img {
    display: none;
  }
  .mv-text-01 .mv-text {
    position: static;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
    white-space: normal;
    font-size: 18px;
    padding: 10px 15px 5px;
  }
  .mv-inner {
    padding-top: 20px;
  }
  .top-about p {
    font-size: 16px;
  }
  .top-about img.top-about-img-02 {
    width: 100%;
    max-width: 300px;
    bottom: -70px;
  }
  h2.top-h-title {
    padding: 55px 52px 35px;
    font-size: 18px;
  }
  h2.top-h-title::after {
    width: 100%;
    max-width: 300px;
    height: 20px;
  }
  .top-point {
    display: block;
  }
  .top-point-item {
    width: 100%;
    height: 230px;
    margin-bottom: 20px;
    padding: 25px 30px 0;
  }
  .top-point-item h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .page-bg-inner {
    height: 90px;
    padding: 0 15px;
  }
  .navi {
    margin-top: 0;
  }
  .page-bg-wrap h1, .page-bg-wrap .single-bg-title {
    font-size: 20px;
    margin-top: 20px;
  }
  h2.h-title {
    font-size: 20px;
    padding: 10px 15px;
  }
  .box-style-01.box-img-01 img {
    display: none;
  }
  .box-style-04,
  .box-style-01 {
    padding: 25px 15px;
  }
  ul.ul-style-03 li .flow-b {
    font-size: 18px;
    padding: 5px 0px;
  }
  ul.ul-style-03 li .flow {
    font-size: 16px;
  }
  .box-style-03 .box-title {
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .font-style-01 {
    font-size: 20px;
  }
  .box-style-02 {
    margin: 2em 15px;
    padding: 20px 15px;
  }
  .service-item-left {
    width: 80px;
  }
  .service-item-right {
    width: calc(100% - 80px);
  }
  .font-style-02 {
    height: 110px;
  }
  .font-style-02 span.font-r {
    width: 40px;
    height: 40px;
    font-size: 19px;
    margin-right: -11px;
  }
  .font-style-02 img {
    top: -49px;
    width: 100%;
  }
  .box-style-05 {
    padding: 30px 15px;
  }
  .company-style-01 dl {
    display: block;
    padding: 20px 0;
  }
  .company-style-01 dt {
    padding: 0px;
    width: 100%;
    white-space: unset;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 1;
  }
  .company-style-01 dd {
    padding: 0px;
    width: 100%;
    line-height: 1.2;
  }
  .recruit-form-wrap, .contact-form-wrap {
    width: 100%;
  }
  table.contact-table tr th, table.contact-table tr td {
    font-size: 16px;
  }
  .photo-list #metaslider_198 ul.slides {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1vw;
  }
  .photo-list .metaslider #metaslider_190 ul.slides li.ms-image .caption, .photo-list .metaslider #metaslider_191 ul.slides li.ms-image .caption, .photo-list .metaslider #metaslider_198 ul.slides li.ms-image .caption {
    font-size: 14px;
  }
  .photo-list #metaslider_190 ul.slides,
  .photo-list #metaslider_191 ul.slides {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 2vw;
  }
  body.single article .post-update, body.single article .post-date {
    font-size: 13px;
  }

  #sidebar {
    margin: 0 15px;
    padding: 35px 15px;
  }
  body.single h1.entry-title {
    font-size: 18px;
    padding: 0;
  }
  body.single article .entry-content>* {
    line-height: 1.8;
  }

  .cf7-note .wpcf7-list-item {
    margin: 0;
  }

  .contact-tel a {
    width: 100%;
  }

  ul#sp-cat-widget {
    display: block;
  }
  body.blog #sidebar #categories-2 {
    display: none;
  }

  .footer-cta-inner {
    padding: 0 15px;
  }

  .footer-cta-text {
    border-bottom: 0px dashed #333;
    padding-bottom: 0;
    font-size: 16px;
    line-height: 1.4;
  }

  .footer-cta-area {
    display: block;
    margin-top: 10px;
  }

  .footer-cta-area .footer-cta {
    width: 100%;
  }

  .footer-cta-area .footer-cta:nth-of-type(1) {
    border-right: 0px dashed #333;
    margin-bottom: 20px;
  }

  .footer-cta a.footer-cta-link {
    font-size: 16px;
    padding: 8px 15px;
    width: auto;
    display: inline-block;
  }

  .footer-cta-title {
    line-height: 1;
    font-size: 16px;
  }

  .footer-cta-note {
    font-size: 13px;
    line-height: 1;
  }

  #footer-in {
    padding: 0 15px;
  }

  .footer-flex {
    display: block;
  }

  .footer-flex-left {
    width: 100%;
  }

  .footer-flex-right {
    width: 100%;
  }

  .footer-access {
    margin-bottom: 20px;
  }

  .footer-content-wrap {
    display: block;
  }

  .footer-ul {
    display: block;
  }

  .footer-ul ul {
    margin-right: 0px;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-ul li {
    width: 50%;
  }


  .copyright {
    padding: 5px 15px;
  }

  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    border-top: 1px solid #fff;
    z-index: 999;
  }

  .mobile-menu-buttons > li.menu-button {
    border-right: 1px solid #fff;
  }

  .mobile-menu-buttons > li.menu-button:hover {
    background: #7CB4E1;
  }

  .menu-tel-icon::before {
    content:'\f879';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }

  .menu-mail-icon::before {
    content:'\f0e0';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }

  .mobile-menu-buttons .menu-button {
    background: #7CB4E1;
  }

  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }

  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }

  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
  }

  .menu-close-button {
    margin-top: 10px;
  }

  .menu-close-button span.fa-times {
    font-size: 30px;
  }

  .mobile-menu-buttons .menu-caption {
    opacity: 1;
  }

  .box-style-02.message-text {
    font-size: 16px;
    padding: 20px 5px;
  }

}

@media screen and (max-width: 834px){
  main.main, div.sidebar {
    padding: 15px;
  }
}
