@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap);
/* テンプレファイル */
/* 一括指定、すべてのページに適用するスタイルなどはここに記述 */
/* containerの指定などは全サイト共通にするのでこのファイルを使いまわす。 */
:root {
  --color: #fff;
  --main_color: #333;
  --bg_color: #333;
  --ac_color: #f8e703;
}

img {
  width: 500px;
}

body {
  overflow-x: hidden !important;
  position: relative;
}

.scroll-lock {
  overflow-y: hidden;
}

body .slick-next {
  display: none;
}

a:hover {
  opacity: 0.9;
}

/* reCAPTHA関係 */
.grecaptcha-badge {
  visibility: hidden;
}

#reCaptcha {
  font-size: 12px;
  text-align: center;
  margin: 12px 0;
}

#reCaptcha > a {
  color: #005ead;
}

body {
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #333333;
  background-color: #ffffff;
}

.container-wrap {
  position: relative;
  width: 100%;
}

.container {
  position: relative;
  margin: auto;
}

@media screen and (min-width: 576px) {
  body {
    font-size: 16px;
    line-height: 1.8em;
  }
  body h1 {
    font-size: 20px;
  }
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 18px;
  }
  body h4 {
    font-size: 18px;
  }

  .container {
    width: 540px;
    padding: 35px 0;
  }

  section {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  body h1 {
    font-size: 30px;
  }
  body h2 {
    font-size: 24px;
  }
  body h3 {
    font-size: 20px;
  }
  body h4 {
    font-size: 18px;
  }

  .container {
    width: 740px;
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) {
  .container {
    width: 960px;
  }

  section {
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .container {
    width: 1320px;
  }
}
@media screen and (max-width: 575px) {
  body {
    font-size: 14px;
    line-height: 1.6em;
  }
  body h1 {
    font-size: 24px;
  }
  body h2 {
    font-size: 20px;
  }
  body h3 {
    font-size: 18px;
  }
  body h4 {
    font-size: 16px;
  }

  .container {
    width: 98%;
    padding: 20px 1%;
  }

  section {
    margin-bottom: 40px;
  }
}
/*========= ローディング画面 ===============*/
#splash {
  position: fixed;
  display: block;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 100000000000000030000000;
  text-align: center;
  top: 0;
}

#splash-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170px;
  transform: translate(-50%, -50%);
}
#splash-logo > img {
  width: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 30px);
  transition: 1s ease-out;
}

.fadein.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/****************** レスポンシブ　非表示 ************************/
.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .sp-hidden {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-hidden {
    display: none !important;
  }
}
#header {
  width: 100%;
}
#header .container-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  background-color: #ffffff;
  padding: 8px 0;
}
#header .container-head .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 5%;
}
#header .container-head .inner .top-logo {
  width: 40%;
  max-width: 300px;
}
#header .container-head .inner .top-logo a {
  display: block;
}
#header .container-head .inner .top-logo a img {
  width: 100%;
}
#header .container-head .inner .tel-contact {
  color: var(--main_color);
  text-align: center;
}
#header .container-head .inner .tel-contact p:first-of-type {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
}
#header .container-head .inner .tel-contact p:first-of-type i {
  margin-right: 8px;
}
#header .container-head .inner .tel-contact p:last-of-type {
  font-size: 11px;
}
#header .container-head .inner .tel-contact p:last-of-type i {
  margin-right: 2px;
}
@media screen and (min-width: 769px) {
  #header .container-head .gnav {
    width: 100%;
    color: var(--main_color);
    font-weight: 600;
  }
  #header .container-head .gnav ul {
    display: flex;
    width: 95%;
    max-width: 1100px;
    margin: auto;
    padding: 8px 0;
    justify-content: space-between;
  }
  #header .container-head .gnav ul li {
    text-align: center;
    width: 16.66%;
    border-left: 1px solid var(--basecolor) var(--main_color);
    border-right: 1px solid var(--main_color);
  }
  #header .container-head .gnav ul li a {
    display: block;
  }
  #header .container-head .gnav ul li + li {
    border-left: none;
    border-right: 1px solid var(--main_color);
  }
}
@media only screen and (max-width: 768px) {
  #header .container-head .gnav .circle-bg {
    position: fixed;
    z-index: 3;
    width: 50px;
    height: 100vh;
    background: var(--main_color);
    transform: scale(0);
    top: calc(0% - 50px);
    left: calc(100% - 50px);
    transition: all 0.6s;
    transition-timing-function: cubic-bezier(1, 0.04, 0.07, 0.29);
  }
  #header .container-head .gnav .circle-bg.circleactive {
    transform: scale(50);
  }
  #header .container-head .gnav ul {
    display: none;
    opacity: 0;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #header .container-head .gnav ul .logo {
    width: 250px;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 30px 0 30px 0;
  }
  #header .container-head .gnav ul li {
    text-align: center;
    list-style: none;
    margin-bottom: 20px;
  }
  #header .container-head .gnav ul li a {
    color: #ffffff;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  #header .container-head .gnav.panelactive {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  #header .container-head .gnav.panelactive ul {
    display: block;
    opacity: 1;
  }
  #header .container-head .gnav.panelactive ul li {
    position: relative;
    -webkit-animation-name: gnaviAnime;
    animation-name: gnaviAnime;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    /*0.2 秒遅らせて出現*/
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(1) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(2) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(4) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(5) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(6) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(7) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(8) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(10) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(11) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(12) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(13) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(14) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(15) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
  }
  #header .container-head .gnav.panelactive ul li:nth-child(16) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
  }
  @-webkit-keyframes gnaviAnime {
    0% {
      transform: translate(30vw, -60vh) scaleX(0);
      opacity: 0;
    }
    20% {
      transform: translate(30vw, 0vh);
      opacity: 0.3;
    }
    100% {
      transform: translate(0, 0) scaleX(1);
      opacity: 1;
    }
  }
  @keyframes gnaviAnime {
    0% {
      transform: translate(30vw, -60vh) scaleX(0);
      opacity: 0;
    }
    20% {
      transform: translate(30vw, 0vh);
      opacity: 0.3;
    }
    100% {
      transform: translate(0, 0) scaleX(1);
      opacity: 1;
    }
  }
}

.openbtn1 {
  position: relative;
  background: var(--main_color);
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  z-index: 9999;
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #ffffff;
}
.openbtn1 span:nth-last-of-type(1) {
  top: 15px;
  width: 45%;
}
.openbtn1 span:nth-last-of-type(2) {
  top: 23px;
  width: 35%;
}
.openbtn1 span:nth-last-of-type(3) {
  top: 31px;
  width: 20%;
}

.openbtn1.active span:nth-last-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}
.openbtn1.active span:nth-last-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-last-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

#header.HeightMin {
  position: fixed;
  z-index: 999999;
  /*最前面へ*/
  -webkit-animation: DownAnime 0.5s forwards;
  animation: DownAnime 0.5s forwards;
  top: 0;
}
#header.HeightMin .container-head {
  box-shadow: 0 5px 10px 10px rgba(136, 136, 136, 0.096);
  height: 100%;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }
  to {
    opacity: 1;
    transform: translateY(-1px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }
  to {
    opacity: 1;
    transform: translateY(-1px);
  }
}
#footer > .inner {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  color: var(--main_color);
  padding: 12px 50px;
  border-top: 1px solid #333333;
}
#footer > .inner img {
  width: 200px;
  margin: 16px;
}
@media only screen and (max-width: 768px) {
  #footer > .inner {
    flex-direction: column;
    padding: 12px;
  }
}
#footer .footer-container {
  background-color: var(--bg_color);
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 40px 2%;
}
@media screen and (max-width: 992px) {
  #footer .footer-container {
    flex-direction: column-reverse;
  }
}
#footer .footer-container .inner {
  width: 330px;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #footer .footer-container .inner {
    margin-bottom: 16px;
    width: 100%;
  }
}
#footer .footer-container .inner1 {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-container .inner1 a {
  margin-right: 16px;
  margin-bottom: 16px;
}
#footer .footer-container .inner1 p {
  font-size: 13px;
}
@media screen and (max-width: 992px) {
  #footer .footer-container .inner1 {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer-container .inner1 a {
    margin-right: 0;
  }
}
#footer .footer-container .inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-container .inner2 i {
  font-size: 40px;
  vertical-align: middle;
  margin-right: 3px;
}
#footer .footer-container .inner2 a {
  display: block;
  margin: 16px;
}
#footer .footer-container .inner3 {
  text-align: right;
  display: block;
  padding: 8px;
}
@media screen and (max-width: 992px) {
  #footer .footer-container .inner3 {
    text-align: center;
  }
}
#footer .footer-container .inner3 a:first-of-type {
  font-size: 26px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 3px;
}
#footer .footer-container .inner3 a:first-of-type i {
  margin-right: 8px;
}
#footer .footer-container .inner3 a:last-of-type {
  font-size: 11px;
}
#footer .footer-container .inner3 a:last-of-type i {
  margin-right: 2px;
}

#back-to-top i {
  text-align: center;
  font-size: 48px;
  color: var(--main_color);
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff,
    -1px -1px 0 #fff;
}

#mainvisual .container-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 10vh;
}
@media only screen and (max-width: 768px) {
  #mainvisual .container-wrap {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
}
#mainvisual .container-wrap > span {
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.7;
}
#mainvisual .container-wrap > span:nth-child(1) {
  top: 50%;
  left: 16%;
}
#mainvisual .container-wrap > span:nth-child(2) {
  top: 30%;
  right: 16%;
}
@media only screen and (max-width: 768px) {
  #mainvisual .container-wrap > span:nth-child(1) {
    top: 10%;
    left: 10%;
  }
  #mainvisual .container-wrap > span:nth-child(2) {
    top: 70%;
    right: 10%;
  }
}
#mainvisual h1 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 13vh;
}
@media only screen and (max-width: 768px) {
  #mainvisual h1 {
    margin-bottom: 6vh;
  }
}
#mainvisual h1 .fukidasi {
  position: relative;
  display: block;
  width: 320px;
  margin: auto;
  padding: 12px 8px 16px;
  color: var(--main_color);
  background-color: #fff033;
  border-radius: 30px;
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  #mainvisual h1 .fukidasi {
    width: 270px;
    margin-bottom: 28px;
  }
}
#mainvisual h1 .fukidasi::after {
  position: absolute;
  background-color: #fff033;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  transform: rotate(45deg);
  bottom: -9px;
  right: 0;
  left: 0;
  margin: auto;
}
#mainvisual h1 .whiteout {
  font-size: 38px;
  color: #ffffff;
  text-shadow: 1px 2px 8px rgba(51, 51, 51, 0.473);
  letter-spacing: 5px;
  line-height: 1.6em;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #mainvisual h1 .whiteout {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  #mainvisual h1 .whiteout {
    font-size: 24px;
  }
}
#mainvisual .inner {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
#mainvisual .inner li {
  position: relative;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
#mainvisual .inner li p {
  background-color: var(--main_color);
  font-weight: 700;
  color: #ffffff;
  font-size: 12px;
  border-radius: 20px;
  padding: 6px;
  display: inline-block;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
#mainvisual .blueback {
  position: relative;
  background-color: var(--main_color);
  padding: 24px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
#mainvisual .blueback p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  #mainvisual .blueback p::before {
    left: -16px;
    transform: rotate(-15deg);
  }
  #mainvisual .blueback p::after {
    right: -16px;
    transform: rotate(15deg);
  }
  #mainvisual .blueback p::after,
  #mainvisual .blueback p::before {
    position: absolute;
    display: block;
    content: "";
    height: 100%;
    width: 2px;
    background-color: #fff033;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#mainvisual .blueback span {
  font-size: 24px;
  color: #fff033;
}
@media only screen and (max-width: 768px) {
  #mainvisual .blueback {
    font-size: 16px;
  }
  #mainvisual .blueback span {
    font-size: 20px;
  }
}
#concept {
  text-align: center;
}
#concept h2 {
  font-size: 100px;
  color: #b8d9e9;
  top: 0;
  left: 16px;
  line-height: 1.2em;
}
@media only screen and (max-width: 768px) {
  #concept h2 {
    font-size: 70px;
  }
}
@media only screen and (max-width: 575px) {
  #concept h2 {
    font-size: 50px;
  }
}
#concept .inner {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 980px) {
  #concept .inner {
    flex-direction: column-reverse;
    justify-content: flex-start;
  }
}
#concept .inner .text {
  background-color: #ffffff88;
  padding: 24px;
}
@media screen and (max-width: 980px) {
  #concept .inner .text {
    position: relative;
    top: 0;
    transform: translateY(0);
    padding: 8px;
    text-align: left;
  }
}
#concept .inner .text h3 {
  color: var(--main_color);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.6em;
  margin-left: 0;
  padding-left: 8px;
  margin: 0 auto 16px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  #concept .inner .text h3 {
    font-size: 18px;
  }
}
#concept .inner .text p {
  margin-bottom: 32px;
}
@media only screen and (max-width: 575px) {
  #concept .inner .text p br {
    display: none;
  }
}
#concept .inner .text a {
  position: relative;
  display: block;
  width: 180px;
  padding: 10px;
  background-color: var(--main_color);
  text-align: center;
  color: #ffffff;
  outline: 2px solid var(--main_color);
  transition: ease-out 0.2s;
  margin: 0 auto;
}
#concept .inner .text a:hover {
  background-color: #fff;
  color: var(--main_color);
}
#concept .inner img {
  position: relative;
  width: 58%;
  z-index: -2;
  /* box-shadow: 20px 20px 0 0 #B8D9E9; */
  margin: 0 0 0 auto;
}

.service-text {
  display: flex;
  justify-content: space-around;
  color: var(--color);
}

.text-flex {
  display: flex;
  flex-direction: column;
}

.service-pioint {
  text-align: center;
  padding-top: 3rem;
  color: var(--color);
}

.service-subpoint {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 3rem;
  color: var(--color);
  text-align: left;
}

@media screen and (max-width: 767px) {
  .service-text {
    flex-direction: column;
    text-align: center;
  }

  .text-flex {
    padding-top: 1rem;
  }
}

#service .container-wrap {
  background-color: var(--bg_color);
  padding-top: 120px;
}
#service .container-wrap .dec {
  position: absolute;
  font-size: 100px;
  color: rgba(196, 213, 248, 0.473);
  right: 22%;
  top: 8%;
}
@media only screen and (max-width: 575px) {
  #service .container-wrap .dec {
    font-size: 50px;
    right: 10%;
  }
}
#service .container-wrap .container {
  max-width: 980px;
}
#service .slick-dots li button:before {
  color: #fff;
}
#service .container-wrap h2 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
  padding: 0 24px;
}
#service .container-wrap h2 span {
  margin-top: 8px;
  font-size: 13px;
}
#service .container-wrap .lead {
  color: #ffffff;
  text-align: center;
  margin-bottom: 32px;
}
#service .container-wrap .lead .word-break {
  display: none;
}
@media screen and (max-width: 992px) {
  #service .container-wrap .lead .word-break {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #service .container-wrap .lead {
    text-align: left;
  }
  #service .container-wrap .lead br {
    display: none !important;
  }
}
#service .container-wrap .inner {
  width: 95%;
  margin: auto;
}
@media screen and (max-width: 992px) {
  #service .container-wrap .inner {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #service .container-wrap .inner {
    width: 80%;
    max-width: 300px;
  }
}
#service .container-wrap .slider {
  position: relative;
  display: flex;
  justify-content: space-around;
}
#service .container-wrap .slider .slider-list {
  border: 1px solid #d4d4d4;
}
#service .container-wrap .slider .slider-list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#service .container-wrap .slider .slider-list .text {
  background-color: #fff;
  text-align: center;
  padding: 16px;
}
#service .container-wrap .slider .slider-list .text h3 {
  font-size: 16px;
  font-weight: 700;
}
#service .container-wrap .slider .slider-list .text .price {
  color: var(--main_color);
  font-weight: 500;
}
#service .container-wrap .slider .prev,
#service .container-wrap .slider .next {
  position: relative;
  color: #ffffff;
  font-size: 40px;
}
#service .container-wrap .slider .prev {
  transform: translate(-30px, 50%);
}
#service .container-wrap .slider .next {
  transform: translate(30px, 50%);
}
#service .container-wrap .more-btn {
  display: block;
  background-color: #ffffff;
  padding: 8px 0 10px;
  margin: 54px auto 0;
  width: 165px;
  text-align: center;
  color: var(--main_color);
  outline: 2px solid #ffffff;
  transition: ease-out 0.2s;
}
#service .container-wrap .more-btn:hover {
  background-color: var(--bg_color);
  color: #ffffff;
}

#page-service {
  position: relative;
  margin-bottom: 0;
}
#page-service .container-wrap {
  padding: 80px 0;
}
#page-service .dec {
  position: absolute;
  display: block;
  width: 200px;
  height: 200px;
  background-repeat: no-repeat;
}
#page-service .dec-top {
  top: 0;
  right: 0;
  background-position: top;
}
#page-service .dec-bottom {
  bottom: 0;
  left: 0;
  background-position: bottom;
}
#page-service h2 {
  text-align: center;
  color: var(--main_color);
  margin-bottom: 32px;
  padding: 0 24px;
}
#page-service h2 span {
  margin-top: 8px;
  font-size: 13px;
}
#page-service .lead {
  color: var(--main_color);
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 575px) {
  #page-service .lead {
    text-align: left;
  }
  #page-service .lead br {
    display: none;
  }
}
#page-service .inner {
  margin-bottom: 40px;
}
#page-service .inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#page-service .inner ul .slider-list {
  width: 30%;
  max-width: 390px;
  border: 1px solid #d4d4d4;
  margin-bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #page-service .inner ul .slider-list {
    width: 40%;
  }
}
@media only screen and (max-width: 575px) {
  #page-service .inner ul .slider-list {
    width: 94%;
  }
}
#page-service .inner ul .slider-list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#page-service .inner ul .slider-list .text {
  background-color: #fff;
  text-align: center;
  padding: 16px;
}
#page-service .inner ul .slider-list .text h3 {
  font-size: 16px;
  font-weight: 700;
}
#page-service .inner ul .slider-list .text .price {
  color: var(--main_color);
  font-weight: 500;
}
#page-service .text-bottom {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  #page-service .text-bottom {
    text-align: left;
  }
  #page-service .text-bottom .sp-hidden {
    display: none;
  }
}

#other-service {
  margin-bottom: 0;
}
#other-service .container-wrap {
  background-color: #59a7db57;
}
#other-service h2 {
  color: var(--main_color);
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.8em;
}
#other-service .lead {
  color: var(--main_color);
  text-align: center;
  margin-bottom: 32px;
}
#other-service .table {
  text-align: center;
  background-color: #fff;
  border: 1px solid var(--main_color);
}
#other-service .table dl {
  display: flex;
}
#other-service .table dl dt,
#other-service .table dl dd {
  width: 50%;
  padding: 12px 16px;
  border: 1px solid var(--main_color);
}
#other-service .table dt {
  background-color: var(--main_color);
  color: #ffffff;
}
#other-service .more-btn {
  display: block;
  background-color: #ffffff;
  padding: 8px 0 10px;
  margin: 54px auto 0;
  width: 165px;
  text-align: center;
  color: var(--main_color);
  outline: 2px solid #ffffff;
  transition: ease-out 0.2s;
}

#works h2 {
  text-align: center;
  color: var(--main_color);
  padding: 0 24px;
}
#works h2 span {
  margin-top: 8px;
  font-size: 13px;
}
#works .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
#works .inner a {
  width: 24%;
  margin: 16px auto 24px;
}
@media only screen and (max-width: 768px) {
  #works .inner a {
    width: 80%;
    max-width: 270px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 3px dotted #6b6b6b77;
  }
}
#works p {
  text-align: center;
  margin-bottom: 32px;
  color: var(--main_color);
}
@media only screen and (max-width: 768px) {
  #works .container .sbi_item a {
    max-width: 270px;
    max-height: 270px;
    margin: auto;
    display: block;
    position: relative;
  }
}
/* #works .inner a h3 {
  text-align: center;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 600;
}
#works .inner a p {
  margin-top: 4px;
  font-size: 16px;
}
#works .more-btn {
  display: block;
  background-color: var(--main_color);
  padding: 8px 0 10px;
  margin: 54px auto 0;
  width: 165px;
  text-align: center;
  color: #ffffff;
  outline: 2px solid var(--main_color);
  transition: ease-out 0.2s;
}
#works .more-btn:hover {
  background-color: #fff;
  color: var(--main_color);
} */

#access h2 {
  text-align: center;
  color: var(--main_color);
  margin-bottom: 32px;
  padding: 0 24px;
}
#access h2 span {
  margin-top: 8px;
  font-size: 13px;
}
#access .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap-reverse;
  padding-top: 0;
}
#access .container .innerL {
  width: 40%;
}
@media screen and (max-width: 980px) {
  #access .container .innerL {
    width: 100%;
  }
}
#access .container .innerL > img {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 1rem auto;
}

#access .container .innerL .text {
  text-align: center;
}
#access .container .innerL .contact-btn {
  display: block;
  background-color: var(--bg_color);
  padding: 8px 0 10px;
  margin: 54px auto 0;
  width: 165px;
  text-align: center;
  color: #ffffff;
  outline: 2px solid var(--bg_color);
  transition: ease-out 0.2s;
}
#access .container .innerL .contact-btn:hover {
  background-color: #fff;
  color: var(--bg_color);
}
#access .container .innerR {
  width: 58%;
  height: 450px;
}
@media screen and (max-width: 980px) {
  #access .container .innerR {
    width: 100%;
    height: 320px;
    margin-bottom: 16px;
  }
}

#contact .container-wrap {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding: 30px 0;
  position: relative;
}
#contact .container-wrap::after {
  background-color: rgba(51, 51, 51, 0.212);
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
}
#contact p {
  position: relative;
  z-index: 5;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.8em;
  text-shadow: 0 0 16px #333;
}
#contact .inner {
  position: relative;
  z-index: 5;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contact .inner a {
  display: block;
  background-color: var(--bg_color);
  padding: 8px 0 10px;
  margin: 32px 8px 0;
  width: 165px;
  text-align: center;
  color: #ffffff;
  outline: 2px solid var(--bg_color);
  transition: ease-out 0.2s;
}
#contact .inner a:hover {
  background-color: #fff;
  color: var(--bg_color);
}

#page-contact h2 {
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--main_color);
  width: 200px;
  text-align: left;
}

form h3 {
  background-color: #b8d9e9;
  font-weight: 700;
  padding: 15px;
}
form dl {
  padding: 25px 3px;
  border-bottom: 2px dotted #b8d9e9;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 982px) {
  form dl {
    justify-content: center;
  }
}
form dl:nth-child(even) {
  background-color: rgba(212, 212, 212, 0.062);
}
form dl dt {
  position: relative;
  display: block;
  width: 100%;
  max-width: 230px;
  margin-right: 5px;
  margin-bottom: 15px;
}
form dl dt span {
  position: absolute;
  top: 2px;
  display: block;
  right: 0;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1.2em;
  color: #fff;
  padding: 3px 8px;
  background-color: #dd4037;
}
form dl dd {
  display: block;
  width: 500px;
}
form .text {
  padding: 15px 0 15px 10px;
}
form .space {
  display: block;
  content: "";
  height: 50px;
}
form .btn-submit {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 30px auto;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  background: #fff;
  border: solid 1px #ccc;
  padding: 0.36rem 0.66rem;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 100%;
}

input[type="number"] {
  width: 80px;
}

input[name="your-name-sei"],
input[name="your-name-mei"],
input[name="your-name-sei_furigana"],
input[name="your-name-mei_furigana"] {
  width: 100%;
  max-width: 240px;
}

input[type="submit"] {
  background-color: var(--main_color);
  color: #fff;
  width: 140px;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  font-size: 20px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  dd {
    margin: 0;
  }

  form dl {
    padding: 16px 3px;
  }

  input[type="number"] {
    width: 100px;
  }
}
#rec_blog .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
#rec_blog .inner .rec-btn,
#rec_blog .inner .blog-btn {
  position: relative;
  display: block;
  width: 48%;
  color: #ffffff;
  padding: 28px 16px 28px 28px;
  overflow: hidden;
  background-color: var(--bg_color);
}

@media only screen and (max-width: 768px) {
  #rec_blog .inner .rec-btn,
  #rec_blog .inner .blog-btn {
    width: 100%;
    margin-bottom: 16px;
  }
}
#rec_blog .inner .rec-btn::after,
#rec_blog .inner .blog-btn::after {
  position: absolute;
  display: block;
  background-color: white;
  width: 200%;
  height: 240%;
  content: "";
  top: -300%;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%) rotate(65deg);
  transition: ease-out 0.5s;
  z-index: 2;
}
#rec_blog .inner .rec-btn::before,
#rec_blog .inner .blog-btn::before {
  position: absolute;
  display: block;
  background-color: #333;
  width: 200%;
  height: 200%;
  content: "";
  top: -300%;
  left: 0;
  transform-origin: left;
  transform: translateX(-100%) rotate(65deg);
  transition: ease-out 0.3s;
  z-index: 3;
}
#rec_blog .inner .rec-btn:hover::after,
#rec_blog .inner .blog-btn:hover::after {
  transform: translateX(0%) rotate(65deg);
  opacity: 1;
}
#rec_blog .inner .rec-btn:hover::before,
#rec_blog .inner .blog-btn:hover::before {
  transform: translateX(-5%) rotate(65deg);
  opacity: 1;
  transition-delay: 0.3s;
}
#rec_blog .inner .rec-btn h3,
#rec_blog .inner .blog-btn h3 {
  position: relative;
  z-index: 5;
}
#rec_blog .inner .rec-btn span,
#rec_blog .inner .blog-btn span {
  position: relative;
  z-index: 5;
  font-size: 14px;
  font-weight: 400;
}
#rec_blog .banner {
  position: relative;
  display: block;
  width: 100%;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  padding: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #rec_blog .banner {
    padding: 190px 30px;
  }
}
#rec_blog .banner::after,
#rec_blog .banner::before {
  background-repeat: no-repeat;
  background-size: 183%;
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  display: block;
  content: "";
  z-index: -2;
}
@media only screen and (max-width: 768px) {
  #rec_blog .banner::after,
  #rec_blog .banner::before {
    top: auto;
    width: 100%;
    height: 50%;
    background-size: 100%;
  }
}
#rec_blog .banner::before {
  background-image: url(../img/bg02.jpg);
  background-position: 30%, 60%;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #rec_blog .banner::before {
    top: 0;
  }
}
#rec_blog .banner::after {
  background-image: url(../img/bg03.jpg);
  background-position: 60%, 0%;
  right: 0;
}
@media only screen and (max-width: 768px) {
  #rec_blog .banner::after {
    bottom: 0;
  }
}
#rec_blog .banner .dec {
  position: absolute;
  background-color: var(--main_color);
  z-index: -1;
  width: 45%;
  height: 150%;
  display: block;
  top: -25%;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(15deg);
  border: 28px solid #b8d9e9;
}
@media only screen and (max-width: 768px) {
  #rec_blog .banner .dec {
    width: 150%;
    height: 50%;
    top: 25%;
    left: -25%;
    border: 16px solid #b8d9e9;
    transform: rotate(-6deg);
  }
}
#rec_blog .banner h2 {
  font-size: 48px;
  font-weight: 900;
  line-height: 1.6em;
  color: #ffffff;
  -webkit-text-decoration: underline 3px #fff033;
  text-decoration: underline 3px #fff033;
  margin-bottom: 8px;
  transform: rotate(-2deg);
}
#rec_blog .banner h2 br {
  display: none;
}
@media only screen and (max-width: 575px) {
  #rec_blog .banner h2 br {
    display: block;
  }
}
#rec_blog .banner img {
  width: 100px;
  margin-bottom: 12px;
}
#rec_blog .banner p {
  color: #ffffff;
  text-shadow: 0 0 1px #2b2b2b;
  margin-bottom: 16px;
}
#rec_blog .banner .contact-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  background-color: #fff033;
  padding: 8px 14px 8px 20px;
  color: var(--bg_color);
  box-shadow: 3px 3px 0 0 #fff;
}
#rec_blog .banner .contact-btn i {
  margin-left: 8px;
}

#about-rec,
#about {
  text-align: center;
}
#about-rec h2,
#about h2 {
  display: inline-block;
  border: 2px solid var(--main_color);
  padding: 8px 24px;
  border-radius: 30px;
  color: var(--main_color);
  margin-bottom: 24px;
}
#about-rec .inner,
#about .inner {
  border-top: 1px solid var(--main_color);
}
#about-rec .inner p,
#about .inner p {
  padding: 16px 0;
  border-bottom: 1px solid var(--main_color);
}

#page_blog {
  display: block;
  position: relative;
}
#page_blog .container {
  background-color: rgba(255, 255, 255, 0.822);
  padding: 50px 35px 50px;
}
#page_blog .container .head {
  text-align: center;
  color: var(--main_color);
  margin-bottom: 50px;
}
#page_blog .container .head h1 {
  font-weight: 700;
  margin-bottom: 15px;
}
#page_blog .container .contents-inner a {
  display: block;
}
#page_blog .container .contents-inner a:hover {
  opacity: 1;
}
#page_blog .container .contents-inner a:hover dl {
  background-color: rgba(202, 202, 202, 0.158);
}
#page_blog .container .contents-inner a:hover .arrow {
  transform: translateX(15px);
}
#page_blog .container .contents-inner .box,
#page_blog .container .contents-inner dt,
#page_blog .container .contents-inner dd,
#page_blog .container .contents-inner dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: 0.3s;
}
#page_blog .container .contents-inner .box {
  width: 100%;
  justify-content: flex-start;
}
#page_blog .container .contents-inner .box2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page_blog .container .contents-inner dt,
#page_blog .container .contents-inner dd {
  margin: 7px 10px;
}
#page_blog .container .contents-inner dl {
  padding: 30px;
  border-bottom: 2px solid rgba(206, 204, 204, 0.473);
  flex-wrap: nowrap;
}
#page_blog .container .contents-inner h2 {
  font-size: 16px;
  font-weight: 400;
}
#page_blog .container .contents-inner dd {
  width: 100%;
  max-width: 260px;
}
#page_blog .container .contents-inner dd .category {
  background-color: var(--main_color);
  padding: 0 8px;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
}
#page_blog .container .contents-inner dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#page_blog .container .contents-inner .arrow {
  position: relative;
  display: block;
  background-color: var(--main_color);
  width: 25px;
  height: 25px;
  transition: 0.3s;
  border-radius: 2px;
}
#page_blog .container .contents-inner .arrow::before {
  position: absolute;
  top: 7px;
  right: 5px;
  display: block;
  background-color: #fff;
  width: 13px;
  height: 3px;
  content: "";
  transform: rotate(45deg);
  border-radius: 5px;
}
#page_blog .container .contents-inner .arrow::after {
  position: absolute;
  bottom: 7px;
  right: 5px;
  display: block;
  background-color: #fff;
  width: 13px;
  height: 3px;
  content: "";
  transform: rotate(-45deg);
  border-radius: 5px;
}
#page_blog .container .pagination {
  position: relative;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 32px auto;
}
#page_blog .container .pagination .wp-pagenavi a,
#page_blog .container .pagination .wp-pagenavi span {
  border: none;
}
#page_blog .container .pagination .wp-pagenavi a {
  color: var(--main_color);
}

@media screen and (max-width: 768px) {
  #page_blog .container {
    padding: 50px 20px 50px;
  }

  #page_blog .container .contents-inner dl {
    padding: 20px 10px;
  }

  #page_blog .container .contents-inner dd,
  #page_blog .container .contents-inner dt {
    width: 100%;
    max-width: 100%;
  }

  #page_blog .container .contents-inner .box2 {
    display: none;
  }

  #page_blog .container .contents-inner a:nth-child(even) {
    background-color: rgba(198, 234, 255, 0.205);
  }
}
@media screen and (max-width: 450px) {
  #page_blog .container {
    padding: 30px 10px 30px;
  }

  #page_blog .container .contents-inner dl {
    padding: 10px 0;
  }
}
#single-contents {
  display: block;
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
#single-contents .container {
  background-color: rgba(255, 255, 255, 0.822);
  padding: 50px 35px 0;
}
#single-contents .container .head {
  text-align: center;
  margin-bottom: 50px;
  border-bottom: 1px solid #3333336e;
}
#single-contents .container .head h1 {
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--main_color);
  line-height: 1.4em;
}
#single-contents .container .head .date {
  color: #333333;
}
#single-contents .container .contents {
  padding: 0 30px;
}
#single-contents .container .youtube-inner {
  position: relative;
  display: block;
  width: 100%;
  margin: 50px auto;
}
#single-contents .container .youtube-inner:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
#single-contents .container .youtube-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#single-contents .container .page .box {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
}
#single-contents .container .page .box a {
  transition: 0.3s;
}
#single-contents .container .page .box a:hover {
  color: var(--main_color);
}
#single-contents .container .back {
  display: block;
  width: 150px;
  background-color: var(--main_color);
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 18px auto;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  #single-contents .container {
    padding: 50px 20px 50px;
  }
}
@media screen and (max-width: 450px) {
  #single-contents .container {
    padding: 30px 10px 30px;
  }

  #single-contents .container .contents {
    padding: 0 10px;
  }
}
.wp-pagenavi {
  text-align: center;
}

.slidein {
  position: relative;
  transform: scaleX(0);
  transform-origin: left;
  transition: ease-in 0.3s;
  transition-delay: 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.slidein.is-show {
  transform: scaleX(1);
}
.slidein.is-show::after {
  position: absolute;
  display: block;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background-color: var(--ac_color);
  transform: scaleX(1);
  transform: scaleY(0);
  transform-origin: top;
  -webkit-animation: slideleft 1.4s ease-in-out;
  animation: slideleft 1.4s ease-in-out;
}
@-webkit-keyframes slideleft {
  0% {
    transform: scaleY(1);
    left: -3px;
  }
  95% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
@keyframes slideleft {
  0% {
    transform: scaleY(1);
    left: -3px;
  }
  95% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}
.slidein.is-show::before {
  position: absolute;
  left: 0;
  display: block;
  width: 110%;
  height: 100%;
  content: "";
  background-color: var(--ac_color);
  transform-origin: left;
  transform: scaleX(0);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation: slidein 1.5s ease-in-out;
  animation: slidein 1.5s ease-in-out;
}
@-webkit-keyframes slidein {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(0.5);
  }
  40% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(1);
  }
  80% {
    transform: scaleX(0);
  }
}
@keyframes slidein {
  0% {
    transform: scaleX(0);
  }
  30% {
    transform: scaleX(0.5);
  }
  40% {
    transform: scaleX(1);
  }
  60% {
    transform: scaleX(1);
  }
  80% {
    transform: scaleX(0);
  }
}

#service .container-wrap .slidein::after,
#service .container-wrap .slidein::before {
  background-color: var(--ac_color);
}

.page-service_mainvisual {
  margin-bottom: 0;
}

#page-mainvisual .container-wrap {
  height: 30vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider　.slick-dots li button:before {
  color: #fff !important;
}

#top-news h2 {
  text-align: center;
  padding: 0 24px;
  color: var(--main_color);
}
#top-news h2 span {
  margin-top: 8px;
  font-size: 13px;
}
#top-news .container-wrap {
  background-color: #f2f2f2;
  padding-bottom: 50px;
}
#top-news .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 30px 0;
  max-width: 960px;
}
#top-news .inner-text {
  width: 680px;
  margin: 20px 0 0;
  border-top: 1px solid #8888887a;
}
#top-news .inner-text a {
  display: block;
}
#top-news .inner-text dl {
  padding: 18px;
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #8888887a;
  font-family: "Noto Serif JP", serif;
}
#top-news .inner-text dl h3 {
  font-size: 16px;
  font-weight: 400;
}
#top-news .inner-text dl dd {
  margin-right: 10px;
}
#top-news .inner-text dd > .category {
  display: block;
  color: white;
  font-size: 12px;
  background-color: var(--main_color);
  border-radius: 8px;
  width: 100px;
  text-align: center;
}
#top-news .container-info {
  justify-content: space-between;
  flex-wrap: wrap;
}
#top-news .container-info .inner {
  position: relative;
  width: 475px;
  margin: 0 auto 40px;
  background-color: #0065b2;
  display: flex;
  align-items: flex-end;
}
#top-news .container-info .inner > img {
  height: 100%;
}
#top-news .container-info .inner > img,
#top-news .container-info .inner > .text {
  width: 50%;
}
#top-news .container-info .inner .text {
  position: relative;
  z-index: 50;
  padding: 5px 8px 20px 5px;
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
#top-news .container-info .inner .text > img {
  width: 25px;
  display: block;
  margin: auto;
  position: absolute;
  top: 10px;
  right: 13px;
}
#top-news .container-info .inner .text h3 {
  font-size: 18px;
  border-bottom: 2px solid #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px auto 0;
  padding: 0 10px 15px;
}
#top-news .container-info .inner .text p {
  margin: 20px 0;
  line-height: 1.6em;
}
#top-news .container-info .inner .text > a {
  margin: 20px auto;
}
#top-news .container-info .inner .box {
  position: absolute;
  display: block;
  border: 1px solid #ffffff;
  content: "";
  width: 97%;
  height: 96%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  body #top-news .inner-text dl {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body #top-news .inner-text dl > dd {
    margin-right: 10px;
  }
  body #top-news .inner-text dl > dt {
    margin-top: 10px;
    width: 100%;
  }
}
.banner-slider {
  /*横幅94%で左右に余白を持たせて中央寄せ*/
  width: 94%;
  margin: 0 auto;
}

.banner-slider img {
  width: 60vw; /*スライダー内の画像を60vwにしてレスポンシブ化*/
  max-width: 500px;
  height: auto;
}

.banner-slider .slick-slide {
  transform: scale(0.8); /*左右の画像のサイズを80%に*/
  transition: all 0.5s; /*拡大や透過のアニメーションを0.5秒で行う*/
  opacity: 0.5; /*透過50%*/
}

.banner-slider .slick-slide.slick-center {
  transform: scale(1); /*中央の画像のサイズだけ等倍に*/
  opacity: 1; /*透過なし*/
}

.slick-prev {
  /*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {
  /*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align: center;
  margin: 20px 0 0 0;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}
.top-about h2 {
  text-align: center;
  color: var(--main_color);
  margin-bottom: 32px;
  padding: 0 24px;
}
.top-about h2 span {
  margin-top: 8px;
  font-size: 13px;
}
.top-about .txt {
  font-size: 20px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .top-about .txt {
    font-size: 18px;
    text-align: left;
  }
  .top-about .txt .pc {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .top-about .txt {
    font-size: 16px;
  }
}

.sbi-critical-notice-icon > img {
  width: auto;
}

/*# sourceMappingURL=style.css.map */
