@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 100px 0 115px;
  position: relative;
}
main section.stb {
  padding: 95px 0;
}
@media (max-width: 550px) {
  main section {
    padding: 60px 0 70px;
  }
  main section.stb {
    padding: 60px 0;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb0 {
  padding-bottom: 1px !important;
}
@media (max-width: 550px) {
  .pdb {
    padding-bottom: 20px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
.rounded img {
  border-radius: 10px;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.45em;
  text-decoration-color: rgba(255, 239, 135, 0.55);
  text-underline-offset: -0.05em;
  text-decoration-skip-ink: none;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 60px;
  display: block;
  text-align: center;
  line-height: 0.75;
  position: relative;
  font-weight: 500;
  font-size: clamp(2rem, 1.7rem + 1.0667vw, 2.5rem);
}
.maintitle .mf {
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
  position: relative;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  color: #12B2FF;
  letter-spacing: 0.13em;
}
.maintitle.mtleft {
  text-align: left;
}
.txtmgb {
  margin-bottom: 35px !important;
}
.maintitle .sf {
  font-size: 41%;
  letter-spacing: 0.18em;
}
@media (max-width: 550px) {
  .txtmgb {
    margin-bottom: 33px !important;
  }
  .maintitle {
    margin-bottom: 45px;
  }
}
/*02*/
.stitle {
  font-weight: 500;
  position: relative;
  font-size: clamp(1.15rem, 1.06rem + 0.32vw, 1.3rem);
  margin-bottom: 13px;
  padding-bottom: 10px;
  padding-left: 2px;
  line-height: 1.7;
  border-bottom: 1px solid #ddd;
}
.stitle::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 95px;
  height: 1px;
  background: #ff9412;
}
.stitle .en {
  font-size: 76%;
  color: #ff9412;
  margin-right: 12px;
  text-transform: uppercase;
  display: block;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}
/*03*/
.mtitle {
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  line-height: 1.7;
  background: #ebf9ff;
  padding: 12px;
  box-shadow: 4px 4px #61ccff;
}
/* ボタン */
.mainbtn a {
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
  padding: 22px 0;
  display: inline-block;
  width: fit-content;
  min-width: 255px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  border: 1px solid #12B2FF;
  color: #12B2FF;
  background: #fff;
}
.mainbtn a:hover {
  color: #fff;
  background: #12B2FF;
  border: 1px solid #fff;
}
/**/
.tbtn {
  margin-top: 40px;
}
.btnflex {
  text-align: center;
}
.btnflex a {
  margin: 4px 6px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px 0;
    min-width: auto;
    max-width: 245px;
    width: 100%;
  }
  .tbtn {
    margin-top: 30px;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 25px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w48 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto.w48, .mauto.w43 {
    width: 100%;
  }
}
.w65 {
  width: 65%;
}
.w52 {
  width: 52%;
}
.w49 {
  width: 49%;
}
.w48 {
  width: 48%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/**/
.white, .white span {
  color: #fff !important;
}
/*background*/
.bg_blue, .bg_light, .bg_light_left, .bg_light_right {
  position: relative;
}
.bg_blue::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom right, #12B2FF, #74d3fe);
  z-index: -100;
}
/**/
.bg_light::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ebf9ff; /*#ebf9ff*/
  z-index: -100;
}
/**/
.bg_light_left::after, .bg_light_right::after {
  content: '';
  position: absolute;
  top: 0;
  width: 25vw;
  height: 75%;
  background: #ebf9ff;
  z-index: -100;
}
.bg_light_left::after {
  left: 0;
}
.bg_light_right::after {
  right: 0;
}
@media (max-width: 1850px) {
  .bg_light_left::after, .bg_light_right::after {
    width: 400px;
  }
}
@media (max-width: 1050px) {
  .bg_light_left::after, .bg_light_right::after {
    width: 32%;
  }
}
@media (max-width: 550px) {
  .bg_light_left::after, .bg_light_right::after {
    height: 650px;
  }
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*delay*/
.delay01 {
  transition-delay: 0.45s;
}
.delay02 {
  transition-delay: 0.6s;
}
@media (max-width: 750px) {
  .delay01, .delay02 {
    transition-delay: 0.3s !important;
  }
}
/*=== 共通部分ここまで ===*/
/* header ================================================*/
.header_tel {
  display: flex;
}
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff;
  transition: .3s all;
  box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.15);
}
.header {
  transition: all .5s;
  z-index: 100;
  position: relative;
  padding: 15px 17px;
  width: 100%;
}
/*右端のボタン*/
.tel {
  position: relative;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 250px;
  font-size: 0.87rem;
}
.tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  white-space: nowrap;
  background: #ff9412;
}
.tel a:first-of-type {
  font-size: 110%;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}
.tel a:last-child {
  position: relative;
  bottom: 0;
  background: #f28500;
}
.tel a:hover {
  opacity: 0.6;
}
.tel a i {
  margin-right: 7px;
  font-size: 95%;
}
.header_inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* logo */
.header_title img {
  width: 295px;
}
.header h1 {
  line-height: 1;
}
/* SNS */
.header_title {
  display: flex;
  align-items: flex-end;
}
.sns_icon {
  display: flex;
  margin-left: 7px;
  margin-bottom: -2px;
}
.sns_icon a {
  font-size: 1.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 38px;
  aspect-ratio: 1 / 1;
  border: 2px solid #12B2FF;
  color: #fff;
  background: #12B2FF;
  margin: 0 3px;
}
.sns_icon a:nth-child(2n) {
  color: #12B2FF;
  background: #fff;
}
.sns_icon a:hover {
  opacity: 0.6;
}
.header_insta {
  height: fit-content;
  margin: auto 15px;
}
.sns_icon a {
  width: 43px;
}
/* menu */
.header_nav {
  margin: auto;
}
.header ul {
  display: flex;
  text-align: center;
}
.header ul li {
  position: relative;
  line-height: 1.65;
  border-right: 1px dotted #a8a8a8;
}
.header ul li a {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  padding: 0 20px;
  color: #333;
  font-size: 0.87rem;
  line-height: 1.4;
  white-space: nowrap;
}
.header ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
.header ul li a:hover {
  opacity: 0.6;
}
.header ul li a span {
  display: block;
  font-size: 120%;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #12B2FF;
}
.hnav {
  margin-left: auto;
  width: fit-content;
}
.header_item {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.header_item > div {
  margin: 0 8.5px;
}
.header_item .mainbtn a {
  width: 11rem;
  line-height: 1.55;
  padding: 5px;
  font-size: 0.9rem;
}
.header_item .mainbtn a:after {
  content: none;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.sub-menu {
  position: absolute;
  top: 55px; /**/
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -10px; /**/
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  border: none !important;
  margin: 0 !important;
  margin-bottom: 3px !important;
  width: 100% !important;
  position: relative;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff9412;
  z-index: -100;
  transition: .3s all;
}
.sub-menu li:hover::after {
  background: #f28500;
}
.sub-menu a {
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 0.87rem !important;
  padding: 17px 0 !important;
}
/* ホバー＆フォーカスで子メニュー表示 */
/* Display sub menu by hover & focus */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger =================*/
.header__inner {
  display: none;
}
.hamburger {
  position: fixed;
  display: block;
  height: 60px;
  z-index: 9999;
  width: 57px;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #12B2FF;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -11px;
}
.hamburger__line:after {
  top: 11px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}
*/
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  padding: 50px 0 120px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 15px 5px;
  border-bottom: 1px dotted #a8a8a8;
  font-size: 0.9rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.5;
}
/*Safari*/
_::-webkit-full-page-media, _:future, :root .global-navigation__list li button {
  vertical-align: bottom;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  display: flex;
  margin-bottom: 3px;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 120%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #12B2FF;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list li {
  font-size: 90%;
}
.accordion__list li + li {
  margin-top: 3px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 7px;
  font-size: 0.6rem;
  transform: translateY(-2px);
  color: #ff9412;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 13px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #ff9412;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btns*/
.ham_btns {
  margin-top: 40px;
}
.ham_btns a:first-of-type {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}
@media (max-width: 1405px) {
  .header_title img {
    width: 19vw;
  }
  .header ul li a {
    font-size: 1.01vw;
  }
  .tel {
    width: 18vw;
    font-size: 0.9vw;
  }
  .sub-menu {
    top: 4vw;
  }
  .sub-menu a {
    font-size: 1vw !important;
  }
}
@media (max-width: 1155px) {
  .header__inner {
    display: block;
  }
  .header_inner {
    margin: 0 auto;
    padding: 0;
  }
  .header .inner, .header_nav, .hnav, .tel, .header_insta {
    display: none;
  }
  .header {
    padding: 18px 13px;
  }
  .header_title img {
    width: 280px;
  }
  .sns_icon a {
    width: 35px;
    font-size: 1.3rem;
  }
  .hamburger {
    top: 19px;
    right: 12px;
  }
}
@media (max-width: 550px) {
  .header {
    padding: 16px 10px;
  }
  .header_title img {
    width: 209px;
  }
  .global-navigation__list > li {
    padding: 15px 5px 17px;
    font-size: 0.9rem;
  }
  .ham_btns a {
    font-size: 0.97rem;
  }
  .hamburger {
    top: 10px;
    right: 6px;
  }
  .sns_icon {
    margin-left: 5px;
    margin-bottom: -5px;
  }
  .sns_icon a {
    width: 33px;
    font-size: 1.25rem;
  }
}
/* footer ================================================*/
.wide {
  background: #fff;
  position: relative;
  z-index: 1;
}
.wide img {
  object-fit: cover;
  width: 100%;
  height: 370px;
}
@media (max-width: 1200px) {
  .wide img {
    height: 35vw;
  }
}
@media (max-width: 1050px) {
  .wide img {
    height: 40vw;
  }
}
@media (max-width: 550px) {
  .wide img {
    height: 55vw;
  }
}
/**/
.footer {
  position: relative;
  padding: 0 0 40px;
}
/*box*/
.fbox {
  position: relative;
  z-index: 1;
  padding: 45px 10px 50px;
  background: #fff;
  width: 92%;
  max-width: 1120px;
  margin: auto;
  margin-top: -50px;
}
.fbox .inner {
  max-width: 950px;
}
/*logo*/
.flogo {
  display: block;
  width: 97%;
  max-width: 340px;
  margin: 0 auto 13px;
}
.flogo a:hover {
  opacity: 0.6;
}
.f_details {
  margin-bottom: 27px;
  text-align: center;
}
.f_details h4 {
  font-size: 105%;
  font-weight: 500;
}
.ib {
  display: inline-block;
}
/*お問い合わせリンクボタン*/
.fax {
  pointer-events: none;
}
.f_linkbtn {
  text-align: center;
}
.f_linkbtn a {
  margin: 2px 7px;
  display: inline-block;
}
.f_linkbtn a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 23px 0;
  width: 100%;
  max-width: 260px;
  border: 1px solid #12B2FF;
  color: #12B2FF;
  background: #fff;
}
.f_linkbtn a.fax {
  color: #fff;
  background: #12B2FF;
}
.f_linkbtn a:hover {
  color: #fff;
  background: #12B2FF;
}
/* copyright */
.copyright {
  text-align: center;
  padding-top: 35px;
  color: #fff;
}
@media (max-width: 750px) {
  .fbox {
    padding: 35px 15px;
    max-width: 460px;
  }
  .fbox .inner {
    width: 100%;
  }
  .flogo {
    margin-left: auto;
    margin-right: auto;
    max-width: 247px;
  }
  .f_linkbtn a {
    font-size: 93%;
    margin: 7px auto;
    display: block;
  }
}
@media (max-width: 550px) {
  .footer {
    padding: 0 0 30px;
  }
  .f_details h4 {
    font-size: 100%;
  }
  .details p {
    font-size: 97%;
  }
  .fbox {
    margin-top: -35px;
    padding: 30px 12px;
  }
  .copyright {
    padding-top: 25px;
    font-size: 0.78rem;
  }
}
/*ページ上に戻るボタン*/
.go_top {
  display: block;
  width: 60px;
  height: 60px;
  box-sizing: border-box;
  background: #ff9412;
  padding-top: 30px;
  text-align: center;
  letter-spacing: -1px;
  font-size: 85%;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 79;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #fff;
  font-size: 0.85rem;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 79;
}
@media(max-width:550px) {
  .go_top {
    width: 53px;
    height: 53px;
    right: 15px;
    bottom: 10px;
  }
  .go_top::before {
    font-size: 0.7rem;
  }
}
/* スライド　========================================*/
.topslide {
  position: relative;
}
/*catchcopy*/
.catchcopy {
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.catchcopy p {
  white-space: nowrap;
  line-height: 1.4;
  font-size: 2.7rem;
  text-align: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Mochiy Pop P One", serif;
  font-weight: 400;
}
.catchcopy img {
  width: 70%;
  margin: auto;
  max-width: 750px;
}
.catchlogo {
  margin-bottom: 0.5%;
}
.catchlogo img {
  max-width: 680px;
}
/*img*/
.slide_items {
  width: 100%;
}
.slide_items .slick_animation_zoom {
  width: 100%;
  height: calc(100vh - 90px);
  min-height: 630px;
  object-fit: cover;
}
/*animation*/
.slick-animation .slick_animation_zoom {
  animation: fadezoom 14s linear 0s normal both;
}
@keyframes fadezoom {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 1405px) {
  .slide_items .slick_animation_zoom {
    height: calc(100vh - 6vw);
  }
}
@media (max-width: 1155px) {
  .slide_items .slick_animation_zoom {
    height: calc(100vh - 130px);
  }
  .catchcopy p {
    font-size: 3.75vw;
  }
}
@media (max-width: 750px) {
  .slide_items .slick_animation_zoom {
    min-height: auto;
  }
}
@media (max-width: 550px) {
  .catchcopy img {
    width: 87%;
  }
  .catchcopy p {
    font-size: 4.3vw;
  }
  .catchlogo {
    margin-bottom: 5px;
  }
}
/* このようなお悩み有りませんか？　========================================*/
/*img*/
.worries_img {
  position: relative;
}
/*title*/
.worries_img h2 {
  font-size: clamp(1.2rem, 0.93rem + 0.96vw, 1.65rem);
  line-height: 1.7;
  font-weight: 500;
  position: absolute;
  bottom: -15px;
  left: -10px;
  z-index: 1;
  padding: 10px 17px;
  background: #ff9412;
  color: #fff;
}
.worries_img h2 br {
  display: none;
}
/*list*/
.worries_text ul {
  margin: 43px auto 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.worries_text ul li {
  width: 32%;
  margin: 0 0.6% 8px;
  background: #fff;
  padding: 7px 7px 9px;
  color: #0ea8f0;
}
.worries_text ul li span {
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.worries_text ul li span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0da";
  font-weight: bold;
  display: inline-block;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 1150px) {
  .worries_text ul li {
    width: 48.8%;
  }
}
@media (max-width: 750px) {
  .worries_img h2 {
    padding: 7px 12px 9px;
  }
  .worries_img h2 br {
    display: block;
  }
  .worries_text ul {
    display: block;
  }
  .worries_text ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 550px) {
  .worries_text ul {
    margin-top: 35px;
  }
  .worries_img img {
    object-fit: cover;
    width: 100%;
    height: 60vw;
  }
}
/* 私たちの強み　========================================*/
.features {
  counter-reset: number 0;
}
.features .inner {
  max-width: 1400px;
}
.feabox {
  padding: 20px;
  margin-bottom: 22px;
  background: #fff;
}
.feabox .stitle::before {
  counter-increment: number 1;
  content: "point0"counter(number);
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #ff9412;
  display: block;
  font-size: 80%;
}
.features .tbtn {
  margin-top: 30px;
}
@media (max-width: 550px) {
  .feabox {
    padding: 20px 15px 15px;
  }
  .features .tbtn {
    margin-top: 43px;
  }
}
/* サービス内容　========================================*/
/*list*/
.acheck li {
  padding-left: 18px;
  position: relative;
  border-bottom: 1px dotted #a8a8a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #ff9412;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
.blue.acheck li::before {
  color: #12B2FF;
}
.white .acheck li {
  border-bottom: 1px dotted #fff;
}
.white .acheck li::before {
  color: #fff;
}
@media(max-width:550px) {
  .services {
    padding-bottom: 20px !important;
  }
}
/* 対応エリア　========================================*/
.area .inner {
  max-width: 990px;
}
.area .flexbox {
  margin-bottom: 20px;
}
.area .flexbox:last-of-type {
  margin-bottom: 0 !important;
}
.area .stitle {
  font-size: clamp(1.25rem, 1.22rem + 0.1067vw, 1.3rem);
}
.area .fitc {
  margin-top: 30px;
}
/*text*/
.kagoshima_text {
  width: 62%;
}
/*img*/
.miyazaki_img {
  width: 25%;
}
.areaimg img {
  width: 100%;
}
/*list*/
.acflex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.acflex li {
  width: 48.5%;
}
@media(max-width:750px) {
  .area .flexbox {
    margin-bottom: 60px;
  }
  .area .flexbox div {
    width: 100%;
  }
  .area .flexbox div.areaimg {
    width: 85% !important;
    max-width: 450px;
    margin: auto;
    margin-bottom: 5px;
  }
  .area .flexbox div.miyazaki_img {
    width: 65% !important;
  }
}
@media(max-width:550px) {
  .area {
    padding-bottom: 1px !important;
  }
}
/* 採用情報　========================================*/
@media (max-width:750px) {
  .SP_displayContents .inner, .SP_displayContents .inner02 {
    display: flex;
    flex-direction: column;
  }
  .SP_displayContents .flexbox, .SP_dc {
    display: contents;
  }
  .SP_displayContents .SP_dc_title {
    order: -1;
  }
  .SP_dc_title.maintitle {
    margin-bottom: 37px !important;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 85px 0 80px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 30%;
  z-index: -1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 17px !important;
  font-size: clamp(1.5rem, 0.25rem + 4vw, 2.5rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  font-family: "Mochiy Pop P One", serif;
  font-weight: 400;
}
@media(max-width:850px) {
  .fv {
    padding: 65px 0 57px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 45px 0 37px;
  }
}
/* breadcrumb */
.binner {
  font-family: "Mochiy Pop P One", serif;
  font-weight: 400;
  line-height: 1.4;
  width: 97%;
  font-size: 0.95rem;
  position: relative;
  color: #333;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #333;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
@media(max-width:850px) {
  .binner {
    font-size: 0.8rem;
  }
}
/* バビについてページ ===========================================================================================================*/
/* 精神科訪問看護とは？ */
.about_details .fitc {
  margin-bottom: 60px;
  max-width: 882px;
}
/*img*/
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media(max-width:550px) {
  .about_details .fitc {
    margin-bottom: 37px;
  }
  /*
  .about_details .acflex {
    display: block;
  }
  .about_details .acflex li {
    width: 100%;
  }
  */
}
/* サービス内容 */
.servicesp .inner {
  max-width: 1615px;
  width: 94%;
}
.serbox {
  width: 31%;
  margin-bottom: 47px;
}
.serbox .rounded {
  position: relative;
  margin-bottom: 15px;
}
.serbox .rounded::before {
  content: '';
  width: 53%;
  height: 53%;
  position: absolute;
  bottom: -4.5%;
  right: -4%;
  background: #ebf9ff;
  z-index: -1;
}
@media(max-width:1320px) {
  .serbox {
    width: 48%;
  }
}
@media(max-width:750px) {
  .servicesp .inner {
    width: 88%;
  }
  .serbox {
    width: 100%;
  }
  .serbox:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media(max-width:550px) {
  .serbox .rounded::before {
    width: 78%;
    height: 78%;
  }
}
/* スタッフ紹介 */
.member .inner {
  max-width: 1550px;
  width: 96%;
}
.member .maintitle {
  margin-bottom: 40px;
}
.memberflex {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
}
.memberflex div {
  width: 23%;
  margin: 0 1% 25px;
  background: #fff;
  padding: 15px;
}
.memberflex div img {
  display: block;
  width: 100%;
  margin: 0 auto 3px;
  border-radius: 7px;
}
.memberflex div h2 {
  font-weight: 500;
  margin-bottom: 7px;
  border-bottom: 1px dotted #a8a8a8;
  font-size: clamp(1.25rem, 1.16rem + 0.32vw, 1.4rem);
}
.memberflex div h2 span {
  font-size: 77%;
  margin-right: 10px;
  color: #ff9412;
}
@media(max-width:1200px) {
  .member .inner {
    width: 88%;
  }
  .memberflex div {
    width: 48%;
  }
}
@media(max-width:750px) {
  .memberflex {
    display: block;
  }
  .memberflex div {
    width: 100%;
    margin-bottom: 17px;
  }
}
@media(max-width:550px) {
  .member .maintitle {
    margin-bottom: 33px;
  }
}
/* バビの強みページ ===========================================================================================================*/
.featuresPage .bg_light_left section .inner {
  max-width: 1230px;
}
.ftitle {
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: clamp(1.35rem, 1.17rem + 0.64vw, 1.65rem);
  font-weight: 500;
  position: relative;
}
.ftitle .en {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #12B2FF;
  display: flex;
  align-items: center;
  font-size: 65%;
  margin-bottom: 2px;
  white-space: nowrap;
}
.ftitle .en span {
  width: fit-content;
}
.ftitle .en span:last-of-type::before {
  background: #12B2FF;
  content: '';
  display: inline-block;
  width: 13px;
  height: 1px;
  margin: 0 5px;
}
@media(max-width:430px) {
  .ftitle .en {
    font-size: 3.1vw;
    margin-bottom: 7px;
  }
}
/* ご利用案内ページ ===========================================================================================================*/
#flow {
  position: relative;
  top: -50px;
}
/* ご利用の流れ */
.flow {
  counter-reset: flownumber 0;
}
.flow .inner {
  max-width: 1125px;
}
.flowbox {
  padding: 35px 37px;
  position: relative;
  border: 2px solid #12B2FF;
  margin-bottom: 45px;
}
.flowbox .flexbox {
  position: relative;
  z-index: 2;
}
.flowbox p::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: -100;
}
.flowbox:last-child {
  margin-bottom: 0 !important;
}
.flowbox::before, .flowbox::after {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  position: absolute;
  text-transform: uppercase;
  background: #fff;
  color: #12B2FF;
}
.flowbox::after {
  content: "step";
  top: -25px;
  left: -22px;
  font-size: 105%;
  padding: 0 2px 0 5px;
}
.flowbox::before {
  font-size: 2.9rem;
  counter-increment: flownumber 1;
  content: "0"counter(flownumber);
  top: -3px;
  left: -30px;
  line-height: 1.1;
  z-index: 1;
  padding: 5px;
}
@media (max-width:750px) {
  .flow .maintitle {
    margin-bottom: 70px;
  }
  .flowbox::before, .flowbox::after {
    left: 50%;
    transform: translateX(-50%);
  }
  .flowbox::after {
    font-size: 85%;
    top: -35px;
  }
  .flowbox::before {
    font-size: 2.1rem;
    top: -15px;
    padding: 0 7px;
  }
  .flowbox img {
    margin-top: 13px;
  }
}
@media (max-width:550px) {
  .flowbox {
    padding: 23px 17px;
    padding-top: 30px;
    margin-bottom: 60px;
  }
}
/* ご利用の流れ欄 作り直し ======================*/
.fl_redo_wrap {
  position: relative;
  margin-bottom: 75px;
}
.fl_redo_wrap::after {
  font-family: "Font Awesome 6 Free";
  content: "\f309";
  font-weight: bold;
  color: #ff9412;
  font-size: 390%;
  position: absolute;
  bottom: -68px;
  left: 50%;
  transform: translateX(-50%);
  line-height: 1;
}
.fl_redo {
  border-radius: 10px;
  border: 2px solid #12B2FF;
  padding: 15px;
}
.fl_redo p {
  width: fit-content;
  margin: auto;
}
.rd_arrow {
  font-size: 1.3rem;
  text-align: right;
  position: absolute;
  bottom: -59px;
  left: 37%;
  transform: translateX(-50%);
  width: 110px;
  font-weight: 800;
}
.rdlast span {
  border-bottom: 1px solid #ff9412;
}
@media (max-width:730px) {
  .rd_arrow {
    left: 27%;
  }
}
@media (max-width:425px) {
  .rd_arrow {
    bottom: -51px;
    left: 18%;
  }
}
/* ご利用料金 */
.feebox {
  padding: 50px 45px 45px;
  background: #fff;
}
.feebox .maintitle {
  margin-bottom: 40px;
}
.feebox .stitle::before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  color: #ff9412;
  margin-right: 7px;
}
.feebox .stitle::after {
  content: none;
}
@media (max-width:750px) {
  .feebox {
    padding: 40px 15px 25px;
  }
}
/**/
.fee_item {
  margin-bottom: 45px;
}
.fee_item:last-of-type {
  margin-bottom: 0 !important;
}
/**/
.fee_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fee_table tr {
  border: 2px solid #ededed;
}
.fee_table th, .fee_table td {
  padding: 14px 0;
  font-weight: 500;
}
.fee_table th {
  background: #12B2FF;
  color: #fff;
  width: 35%;
  border-right: 2px solid #ededed;
}
.fee_table td {
  padding-left: 10px;
  padding-right: 10px;
  background: #fff;
  width: 65%;
  border-right: 2px solid #ededed;
  border-left: 2px solid #ededed;
}
.note_bold {
  margin-top: 15px;
  font-weight: 700;
}
.table_right {
  width: fit-content;
  margin-left: auto;
  display: block;
}
/* table sp*/
.spsctext {
  display: none;
  font-size: 90%;
  margin-bottom: 25px;
}
@media (max-width:1275px) {
  .spsctext {
    display: block;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
  .ct_wrap .fee_table {
    width: 1130px;
  }
}
@media (max-width:550px) {
  .feebox .maintitle {
    margin-bottom: 25px;
  }
  .feebox .stitle {
    font-size: 1.05rem;
  }
  .ct_wrap .fee_table {
    width: 950px;
  }
  .fee_item {
    font-size: 90%;
    margin-bottom: 33px;
  }
}
/* 法人概要ページ ===========================================================================================================*/
/* ご挨拶 */
/*img*/
.twflex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 55px;
}
.twflex div {
  width: 48.5%;
  position: relative;
}
.twflex div:last-child {
  padding-top: 30px;
}
@media(max-width:750px) {
  .twflex {
    display: block;
    margin-top: 43px;
  }
  .twflex div {
    width: 85%;
  }
  .twflex div:last-child {
    margin-top: 20px;
    padding-top: 0;
    margin-left: auto;
  }
}
/*text*/
.glast {
  margin-top: 23px;
  text-align: right;
}
.grtext {
  max-width: 971px;
}
/* 法人概要 */
.overview .maintitle {
  margin-bottom: 30px;
}
/*table*/
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px dotted #a8a8a8; /*#c2c2c2*/
}
.info_table th {
  background: transparent;
  width: 35%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 23px 0;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 65%;
  background: transparent;
}
.info_table i {
  color: #ff9412;
}
@media(max-width: 550px) {
  .overview .maintitle {
    margin-bottom: 15px;
  }
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px dotted #a8a8a8;
    margin-bottom: 0;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 8px 0 18px;
    display: block;
  }
  .info_table th {
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/* アクセスマップ */
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width: 550px) {
  .map iframe {
    height: 280px;
  }
}
/* お問い合わせページ ===========================================================================================================*/
.contact_sec section .inner {
  max-width: 1050px;
}
#email {
  position: relative;
  top: -50px;
}
/**/
.contop {
  margin-bottom: 60px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 40px;
    font-size: 94%;
  }
}
/* 電話・FAX */
/*title*/
.cotitle {
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  font-size: clamp(1.15rem, 0.8375rem + 1vw, 1.4rem);
  line-height: 1.55;
  padding-left: 17px;
  padding-bottom: 3px;
}
.cotitle:after, .cotitle:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 6px;
  left: 0;
  background: #ff9412;
}
.cotitle:before {
  top: 0;
}
.cotitle:after {
  bottom: 0;
  opacity: 0.7;
}
@media (max-width: 550px) {
  .cotitle {
    margin-bottom: 17px;
  }
}
/*box*/
.telbox {
  background: #ebf9ff;
  padding: 30px;
}
@media (max-width:750px) {
  .telbox {
    margin-bottom: 10px;
  }
  .telbox:last-child {
    margin-bottom: 0;
  }
}
@media (max-width:550px) {
  .telbox {
    padding: 17px;
  }
}
/* 番号 */
.telbox a {
  font-size: clamp(1.6rem, 1.48rem + 0.4267vw, 1.8rem);
  color: #333;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}
.telbox a i {
  color: #12B2FF;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.telboxwrap {
  margin-top: 50px;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox p i {
  color: #12B2FF;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #12B2FF;
  font-size: .9em;
  position: absolute;
  top: 0.15em;
  left: 0;
}
@media (max-width: 750px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
  .telboxwrap .telbox p {
    margin-top: 7px;
  }
}
@media (max-width:550px) {
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
}
@media (max-width: 500px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メール */
.mnote {
  max-width: 905px;
  margin: auto;
  margin-top: 50px;
}
@media(max-width:550px) {
  .mnote {
    margin-top: 40px;
  }
}
.mailform {
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 850px) {
  .mailform {
    margin: 50px auto 0;
  }
}
@media (max-width: 450px) {
  .mailform {
    margin-top: 0;
  }
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 0.9px dotted #333;
}
.mailform .row div {
  text-align: left;
}
.mailform .row div:nth-child(1) {
  width: 28%;
  font-size: 97%;
}
.mailform .row div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row span {
  color: #fff;
  background: #12B2FF;
  padding: 6px 5px 5px;
  margin-right: 5px;
  font-size: 12px;
}
.mailsp {
  background: #fff !important;
  border: 1px solid #12B2FF;
  color: #12B2FF !important;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform button {
  display: block;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  color: #fff;
  background: #12B2FF;
  border: 1px solid #12B2FF;
  width: 260px;
  padding: 24px 0;
  transition: .4s;
}
.mailform button:hover {
  background: #fff;
  color: #12B2FF;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: bold;
  margin-right: 10px;
}
.mails {
  padding-bottom: 60px;
}
/*住所*/
.mailform .box.mini {
  width: 115px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/*チェックボックス*/
.mailform input[type=checkbox] {
  display: none;
}
.mailform input[type=checkbox] + label {
  display: inline-block;
  padding-left: 20px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.mailform input[type=checkbox] + label::before {
  background: #fff;
  border: 1px solid #b5b5b5;
  content: '';
  display: block;
  position: absolute;
  top: 55%;
  transform: translate(0, -50%);
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 3px;
}
.mailform input[type=checkbox] + label::after {
  border-right: 3px solid #12B2FF;
  border-bottom: 3px solid #12B2FF;
  content: '';
  display: block;
  height: 13px;
  width: 7px;
  opacity: 0;
  position: absolute;
  top: 25%;
  left: 4px;
  transform: rotate(45deg);
  transition: .1s;
}
.mailform input[type=checkbox]:checked + label::after {
  opacity: 1;
}
@media (max-width: 550px) {
  .mailform input[type=checkbox] + label {
    display: block;
  }
}
@media (max-width: 800px) {
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .mails {
    padding-bottom: 35px;
  }
  .mailform button {
    width: 220px;
    padding: 17px 0;
  }
  .selection small {
    font-size: 0.8rem;
  }
}
/* 個人情報の取り扱いについて */
.privacy {
  padding-top: 0;
}
/*アコーディオン全体*/
/*アコーディオンタイトル*/
.accordion-title {
  position: relative;
  cursor: pointer;
  font-size: clamp(1rem, 0.5625rem + 1.4vw, 1.35rem);
  padding: 15px 35px 15px 15px;
  transition: all .5s ease;
  background: #12B2FF;
  color: #fff;
  line-height: 1.5;
  font-weight: 500;
}
.privacy .accordion-title span {
  position: relative;
  padding-left: 27px;
  display: inline-block;
}
.privacy .accordion-title span::before {
  font-family: "Font Awesome 6 Free";
  content: "\f023";
  font-weight: bold;
  margin-right: 10px;
  font-size: 80%;
  position: absolute;
  top: 0.15em;
  left: 0;
}
/*アイコンの＋と×*/
.privacy .accordion-title::before, .privacy .accordion-title::after {
  position: absolute;
  content: '';
  width: 15px;
  height: 2px;
  background: #fff;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
}
.privacy .accordion-title::before {
  transform: rotate(0deg);
}
.privacy .accordion-title::after {
  transform: rotate(90deg);
}
/*　closeというクラスがついたら形状変化　*/
.privacy .accordion-title.close::before {
  transform: rotate(45deg);
}
.privacy .accordion-title.close::after {
  transform: rotate(-45deg);
}
/*アコーディオンで現れるエリア*/
.accordion-text {
  display: none; /*はじめは非表示*/
  background: #fff;
  padding: 13px 25px;
  font-size: 95%;
}
.accordion-text span {
  font-size: 103%;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 80%;
  margin-right: 0.35em;
  transform: translateY(-2px);
  color: #12B2FF;
}
@media (max-width: 550px) {
  .privacy .accordion-title::before, .privacy .accordion-title::after {
    width: 11px;
  }
  .privacy .accordion-title span {
    padding-left: 20px;
  }
  .accordion-text {
    padding: 13px;
    font-size: 90%;
  }
}