@charset "UTF-8";
/* 背景色
-------------------------------- */
/* メインカラー
-------------------------------- */
/* テキスト色
-------------------------------- */
/* アクセント
-------------------------------- */
/* ボタン背景
-------------------------------- */
/* ボーダー
-------------------------------- */
/* 透明度
-------------------------------- */
/* breakpoints
-------------------------------- */
/* フォント
-------------------------------- */
/* breakpoints
-------------------------------- */
.l-body {
  color: #4f4f4f;
}

.c-width-second .c-container {
  max-width: 920px !important;
  margin-right: auto;
  margin-left: auto;
}

.main-visual {
  padding-top: 0 !important;
}

@media screen and (max-width: 639px) {
  .main-visual .smb-section__body {
    margin-top: 5rem !important;
  }
}

.mv-catch {
  background-color: #ed8280;
  margin: 0 calc(50% - 50vw);
  margin-top: 0 !important;
  width: 100vw;
  text-align: center;
}

.mv-catch-sp {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mv-catch-sp img {
  width: 90vw;
}

.amamori-case .smb-items__item__title {
  font-size: 1.25rem;
  text-align: center;
}

.contact-inner .smb-items__item.smb-items__item--free {
  padding: 0;
}

.l-header {
  background-color: #75b8fc !important;
}

.l-header .c-container {
  max-width: none !important;
}

.l-header .c-header-content {
  font-weight: bold;
  text-align: center;
}

.l-header .c-header-content p {
  line-height: 1.2;
}

.l-header .c-header-content p:nth-child(1) {
  color: #fff;
  font-size: 0.925rem;
}

.l-header .c-header-content p:nth-child(2) {
  font-size: 1.5rem;
  color: #feff00;
}

.l-header .c-header-content p:nth-child(3) {
  color: #fff;
  font-size: 0.925rem;
}

.l-header .header-btn {
  font-size: 1.15rem;
  color: white;
  background-color: #ed8380;
  padding: 0.5rem 1.2rem;
  border-radius: 20px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .l-header .header-btn:hover {
    opacity: 0.7;
  }
}

.l-header .header-btn svg {
  margin-right: .5em;
}

.c-copyright {
  color: #4f4f4f !important;
  background-color: #fff !important;
  padding-top: 0 !important;
}

.p-footer-sub-nav .c-navbar {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.p-footer-sub-nav .menu-item {
  font-weight: bold;
  color: #75b8fc !important;
}

.sec-voice .wp-block-snow-monkey-blocks-items-item-free.c-row__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-voice .smb-items__item {
  padding: 1.8rem;
  border: 3px solid #75b8fc;
  border-radius: 20px;
}

.sec-voice .smb-items__item h2 {
  margin: .9rem 0 !important;
}

.sec-trouble .shadow > .smb-box__background {
  -webkit-box-shadow: 10px 10px #ffff00;
          box-shadow: 10px 10px #ffff00;
}

.sec-case .smb-box h3 {
  margin-bottom: 0;
}

.sec-point .wp-block-snow-monkey-blocks-items-item-free.c-row__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-point .smb-items__item {
  padding: 1.8rem;
  border: 3px solid #75b8fc;
  border-radius: 20px;
}

.sec-point .smb-items__item h3 {
  margin: 0.9rem 0 !important;
}

@media screen and (max-width: 639px) {
  .sec-point .smb-items__item h3 {
    font-size: 1.125rem;
  }
}

.sec-flow .wp-block-snow-monkey-blocks-box.smb-box {
  position: relative;
}

.sec-flow .wp-block-snow-monkey-blocks-box.smb-box:not(:first-child) {
  margin-top: 3.6rem;
}

.sec-flow .wp-block-snow-monkey-blocks-box.smb-box::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #fff;
}

@media screen and (max-width: 639px) {
  .sec-flow .wp-block-snow-monkey-blocks-box.smb-box figure.size-full.is-resized {
    width: 60%;
    margin: 0 auto;
  }
}

.sec-message h2 {
  margin-bottom: .9rem !important;
}

@media screen and (max-width: 639px) {
  .sec-message .wp-block-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.sec-thought .smb-box__background {
  -webkit-box-shadow: 10px 10px #ffff00;
          box-shadow: 10px 10px #ffff00;
}

.sec-thought .smb-box__body p {
  margin-top: 0.9rem;
}

@media screen and (max-width: 639px) {
  .sec-thought .smb-box__body p {
    margin-top: inherit;
  }
}

.sec-thought .smb-box__body .sme-font-size {
  font-size: 1.5rem;
}

@media screen and (max-width: 639px) {
  .sec-thought .smb-box__body .sme-font-size {
    font-size: 1.25rem;
  }
}

#contact .smb-items__item.smb-items__item--free {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
}

.sec-information .smb-information__body {
  border: 1px solid #75b8fc;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 20px;
  overflow: hidden;
}

.sec-information .wp-block-snow-monkey-blocks-information-item.smb-information__item {
  margin-top: inherit;
}

.sec-information .wp-block-snow-monkey-blocks-information-item.smb-information__item:not(:last-child) .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
  border-bottom: 1px solid #fff;
}

.sec-information .wp-block-snow-monkey-blocks-information-item.smb-information__item:not(:last-child) .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
  border-bottom: 1px solid #75b8fc;
}

.sec-information .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
  background-color: #75b8fc;
  text-align: center;
  padding: 0.9rem;
  border-right: 1px solid #75b8fc;
}

@media screen and (min-width: 1024px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 35%;
            flex: 0 1 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 35%;
    padding: 0.9rem 3.6rem;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-1-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.sec-information .c-row__col.c-row__col--1-1.c-row__col--md-1-4 .smb-information__item__label {
  color: #ffd;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-1-4 .smb-information__item__label {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-1-4 .smb-information__item__label {
    text-align: center;
  }
}

.sec-information .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9rem;
}

@media screen and (min-width: 1024px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
            flex: 0 1 65%;
    max-width: 65%;
    padding: 0.9rem 3.6rem;
  }
}

@media screen and (max-width: 639px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-3-4 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

@media screen and (min-width: 1024px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-3-4 .smb-information__item__body {
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) {
  .sec-information .c-row__col.c-row__col--1-1.c-row__col--md-3-4 .smb-information__item__body {
    margin-top: 0 !important;
  }
}

.sec-action .wp-block-snow-monkey-blocks-items-item-free.c-row__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sec-action .smb-items__item {
  max-width: 100%;
  padding: 1.8rem;
  border-radius: 20px;
  background-color: #fff;
}

.sec-action .decoration {
  position: relative;
}

.sec-action .decoration::before {
  content: '';
  position: absolute;
  bottom: -90px;
  right: -80px;
  background-image: url(../img/deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 274px;
}

@media screen and (max-width: 639px) {
  .sec-action .decoration::before {
    width: 60px;
    height: 137px;
    right: 0;
  }
}

.sec-action .decoration a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sec-action .decoration a:hover {
  opacity: 0.6;
}

.sec-action .padding-none .smb-items__item {
  padding: 0;
}

.contact-form .smb-items__item.smb-items__item--free {
  width: 100%;
  -webkit-box-shadow: 10px 10px #ffff00;
          box-shadow: 10px 10px #ffff00;
  border: 3px solid #75b8fc;
}

/* コンタクトフォーム７ */
.cf7 .btn_cf7 {
  font-size: .875rem;
  font-weight: bold;
  margin-top: 2rem;
  text-align: center;
}

.cf7 .btn_cf7 input {
  font-weight: bold;
  border-radius: 20px;
  -webkit-animation: blink .8s ease-in-out infinite alternate;
          animation: blink .8s ease-in-out infinite alternate;
}

.cf7 .p-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cf7 span {
  color: #75b8fc;
}

.cf7 input[type='text'],
.cf7 input[type='tel'],
.cf7 input[type='email'] {
  padding: inherit;
  padding: 0 .9rem;
  background-color: #ffffd4;
  border: none;
  width: 100%;
  height: 35px;
}

.cf7 dt {
  margin: 10px 0;
}

.cf7 .wpcf7-spinner {
  display: none;
}

@-webkit-keyframes blink {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */