@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.wrap {
  overflow: hidden;
}

body {
  color: #333;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}
body * {
  box-sizing: border-box;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of* type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/*---------------------------------------------
サイトカラー
---------------------------------------------*/
/*---------------------------------------
基本
---------------------------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.blContainer2 {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .blContainer2 {
    max-width: auto;
    width: 100%;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*---------------------------------------------
見出し
---------------------------------------------*/
.headerCommon {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  border-bottom: 2px solid #f5bf00;
  display: inline-block;
  padding-bottom: 10px;
}

.headersub {
  font-size: 1.2rem;
  background: #d4ae6d;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}

/*---------------------------------------
サブページヘッダー
---------------------------------------*/
.subpageHeader {
  font-weight: bold;
  font-size: 1.6875rem;
  color: #fff;
  text-align: center;
  background: #d4ae6d;
  margin-top: 150px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1280px) {
  .subpageHeader {
    margin-top: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1280px) and (max-width: 767px) {
  .subpageHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.25rem;
  }
}

/*---------------------------------------
パンくず
---------------------------------------*/
.breadcrumb {
  list-style: none;
  font-size: 0.8125rem;
}
.breadcrumb__item::after {
  content: ">";
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumb__item:last-child::after {
  display: none;
}
.breadcrumb__link:hover {
  text-decoration: underline;
}

/*---------------------------------------
テーブル共通
---------------------------------------*/
.horizontalTable__header {
  text-align: left;
  white-space: nowrap;
  padding-right: 50px;
  padding-left: 3px;
  margin-bottom: 10px;
  margin-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .horizontalTable__header {
    display: block;
    border-bottom: none;
    padding-top: 15px;
    padding-left: 0;
  }
}
.horizontalTable__data {
  flex: 1 1 600;
  width: 450px;
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .horizontalTable__data {
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
    width: 100%;
  }
}

.horizontalTableSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .horizontalTableSp {
    display: block;
  }
}

/*---------------------------------------------
スマホ改行
---------------------------------------------*/
.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

/*---------------------------------------
ヘッダー
---------------------------------------*/
.bg {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 9999;
}

.header {
  display: flex;
  margin-bottom: 140px;
  position: relative;
}
.header__title {
  margin-top: 15px;
  margin-right: auto;
}

.siteTitle {
  position: fixed;
  height: 300x;
  z-index: 9999;
}
.siteTitle__tagLine {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .siteTitle__tagLine {
    font-size: 0.7rem;
  }
}
.siteTitle__logo {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .siteTitle__logo {
    width: 200px;
  }
}

.subMenu {
  position: relative;
}
.subMenu__btn {
  position: fixed;
  background: #d4ae6d;
  margin-top: -60px;
  right: 40%;
  width: 180px;
  height: 180px;
  border-radius: 20%;
  z-index: 9999;
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .subMenu__btn {
    width: 100px;
    height: 90px;
    right: 18%;
    margin-top: -25px;
  }
}
.subMenu__btn:hover {
  transition: all 0.4s ease;
  opacity: 0.9;
}
.subMenu__btn span {
  margin-top: 80px;
  display: block;
  padding: 0 10px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .subMenu__btn span {
    margin-top: 35px;
    font-size: 0.7rem;
  }
}

.mainMenu {
  margin-bottom: 15px;
}
.mainMenu__list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mainMenu__item {
  flex: 1 1 85px;
  white-space: nowrap;
  text-align: center;
  font-size: 0.8rem;
  padding: 5px 2px;
  border: 2px dotted #3e3e3e;
}
.mainMenu__item i {
  color: #d4ae6d;
  font-size: 1.2rem;
}
.mainMenu__link {
  display: block;
}
.mainMenu__label {
  color: #1593EF;
  font-size: 0.625rem;
}

/*---------------------------------------
スマホメニュー
---------------------------------------*/
.spMenu__toggle {
  position: absolute;
  left: -9999px;
}
.spMenu__toggle:checked ~ .spMenu__wrapper {
  display: block;
}
.spMenu__toggle:focus-visible ~ .spMenu__hamburger {
  box-shadow: 1px 1px 2px gray;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgeLine {
  background: transparent;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgeLine::before {
  top: 50%;
  transform: rotate(45deg);
  transition: all ease 0.15s;
}
.spMenu__toggle:checked ~ .spMenu__hamburger .spMenu__hamburgeLine::after {
  top: 50%;
  transform: rotate(-45deg);
  transition: all ease 0.15s;
}
.spMenu__hamburger {
  width: 42px;
  height: 40px;
  position: fixed;
  top: 15px;
  right: 20%;
  z-index: 20000;
}
@media screen and (max-width: 767px) {
  .spMenu__hamburger {
    right: 20px;
  }
}
.spMenu__hamburgeLine {
  display: block;
  width: 42px;
  height: 2px;
  background: #3e3e3e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.spMenu__hamburgeLine::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 100%;
  height: 2px;
  background: #3e3e3e;
  transition: all ease 0.15s;
}
.spMenu__hamburgeLine::after {
  content: "";
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 2px;
  background: #3e3e3e;
  transition: all ease 0.15s;
}
.spMenu__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  padding: 90px 4% 25px;
  /* 上に余白を取ってメニューと被らないようにする */
}

.mainSpMenu__list {
  margin-bottom: 50px;
}
.mainSpMenu__item {
  border-bottom: 1px dotted #3e3e3e;
}
.mainSpMenu__link {
  display: block;
  padding: 0.8em 3px;
}

.subSpMenu__recruitLink {
  display: block;
  color: #fff;
  text-align: center;
  background: #3e3e3e;
  padding: 0.8em 0 0.6em;
  border-radius: 3px;
  margin-bottom: 3%;
}
.subSpMenu__store {
  display: flex;
  justify-content: space-between;
}
.subSpMenu__storeLink {
  width: 48.5%;
  color: #fff;
  text-align: center;
  background: #3e3e3e;
  padding: 0.8em 0 0.6em;
  border-radius: 3px;
}
.subSpMenu__storeLink:first-child {
  background: #3e3e3e;
}
.subSpMenu__storeLink:hover {
  background: #fff;
  color: #333;
}

/*---------------------------------------
キービジュアル
---------------------------------------*/
.keyVisual {
  margin-top: 150px;
  position: relative;
  background: #f5f6f8;
  padding: 30px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .keyVisual {
    padding: 0 !important;
  }
}
.keyVisual__textArea {
  display: flex;
  align-items: center;
}
.keyVisual__cath {
  flex: 1 1 500px;
  z-index: 1;
  margin-right: 50px;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .keyVisual__cath {
    font-size: 2.54vw;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__cath {
    font-size: 1rem;
    position: relative;
    margin-left: 1em;
    margin-right: 5px;
  }
}
.keyVisual__cath2 {
  flex: 1 1 500px;
  z-index: 1;
  margin-right: 50px;
  align-items: center;
  font-weight: bold;
  border: #d4ae6d solid 3px;
  border-radius: 10px;
}
@media screen and (max-width: 1280px) {
  .keyVisual__cath2 {
    font-size: 2.54vw;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__cath2 {
    font-size: 1rem;
    position: relative;
    margin-left: 1em;
    margin-right: 5px;
  }
}
.keyVisual__text {
  line-height: 1.2;
  font-weight: bold;
  border: #d4ae6d solid 3px;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  font-size: 0.9em;
}
.keyVisual__text span {
  color: #ff0700;
  font-size: 2rem;
}
@media screen and (max-width: 1280px) {
  .keyVisual__text span {
    font-size: 4.36vw;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__text span {
    font-size: 1em;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.keyVisual__text2 {
  line-height: 1.2;
  background: #fff;
  padding: 10px;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .keyVisual__text2 {
    font-size: 0.9em;
  }
}
.keyVisual__text2 span {
  color: #ff0700;
  font-size: 2em;
}
@media screen and (max-width: 1280px) {
  .keyVisual__text2 span {
    font-size: 4.36vw;
  }
}
@media screen and (max-width: 767px) {
  .keyVisual__text2 span {
    font-size: 1em;
    line-height: 1.5;
    white-space: nowrap;
  }
}
.keyVisual__imgArea {
  position: relative;
  flex: 1 1 100px;
}
.keyVisual__imgArea img {
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .keyVisual__imgArea {
    flex: 1 0 200px;
  }
}
@media screen and (max-width: 575px) {
  .keyVisual__imgArea {
    flex: 1 0 200px;
  }
}
.keyVisual__imgText {
  position: absolute;
  content: "";
  right: 10px;
  bottom: 10px;
  border: #ff0700 1px solid;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  color: #3e3e3e;
  background: #fff;
  text-align: center;
  padding-top: 1.5rem;
}
.keyVisual__imgText .fa-crown {
  color: #d1a325;
  font-size: 1.25rem;
}
.keyVisual__imgText span {
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
}
.keyVisual__imgText .fa-star {
  color: #d1a325;
}
@media screen and (max-width: 767px) {
  .keyVisual__imgText {
    width: 100px;
    height: 100px;
    padding-top: 0.5rem;
    bottom: 20px;
    left: 0;
    font-size: 0.8rem;
  }
}

/*---------------------------------------
悩み1
---------------------------------------*/
.worriesBlock {
  margin-bottom: 10px;
}
.worriesBlock__header {
  font-size: 1.2rem;
  background: #5877ba;
  color: #fff;
  text-align: center;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}
.worriesBlock__items {
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 20px;
}
.worriesBlock__item {
  text-align: center;
  border: 2px solid #d4ae6d;
  border-radius: 10px;
  padding: 1rem 0.5em;
}
.worriesBlock__item i {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.worriesBlock__text {
  margin-top: 0.5em;
  text-align: center;
}

/*---------------------------------------
何故選ばれるのか
---------------------------------------*/
.chosenBlock {
  margin-bottom: 50px;
}
.chosenBlock__text {
  line-height: 1.2;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .chosenBlock__text {
    width: 92%;
  }
}
.chosenBlock__text span {
  color: #ff0700;
  font-weight: bold;
}

/*---------------------------------------
悩み2
---------------------------------------*/
.worriesBlock2 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.worriesBlock2__items {
  margin-top: 50px;
  list-style: none;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .worriesBlock2__items {
    width: 92%;
  }
}
.worriesBlock2__item {
  margin-bottom: 25px;
}
.worriesBlock2__item i {
  color: #ff0700;
  font-size: 1.2rem;
}

/*---------------------------------------
レイキ
---------------------------------------*/
.insuranceBlock {
  margin-bottom: 50px;
}
.insuranceBlock__items {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  list-style: none;
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .insuranceBlock__items {
    flex-wrap: wrap;
  }
}
.insuranceBlock__item {
  background: #f5f6f8;
  border: 1px solid #d4ae6d;
  line-height: 1.5;
  padding: 0.5em 0.5em;
}
.insuranceBlock__item span {
  margin-bottom: 20px;
  display: inline-block;
}
.insuranceBlock__bt {
  margin-bottom: 20px;
}

/*---------------------------------------
口コミ
---------------------------------------*/
.achievementBlock {
  margin-top: 50px;
  padding: 100px 0 50px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/review_bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.achievementBlock__bgText {
  top: 10%;
  position: absolute;
  font-size: 9.375vw;
  line-height: 1;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.1);
  opacity: 1;
  z-index: 0;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .achievementBlock__bgText {
    top: 2%;
    font-size: 25.375vw;
  }
}
.achievementBlock__headerArea {
  text-align: center;
  margin-bottom: 50px;
}
.achievementBlock__img {
  width: 100%;
}
.achievementBlock__img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  vertical-align: bottom;
}

.achievementBlock__header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.achievementBlock__items {
  margin-bottom: 50px;
  display: flex;
  padding: 0 1%;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .achievementBlock__items {
    display: block;
  }
}
.achievementBlock__item {
  width: 48%;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .achievementBlock__item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.achievementBlock__box1 {
  padding: 3rem;
}
.achievementBlock__title {
  font-size: 1rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #ff0700;
  line-height: 1.5;
  font-weight: bold;
}
.achievementBlock__text {
  line-height: 2;
  letter-spacing: 1px;
}
.achievementBlock__text span {
  display: inline-block;
  font-weight: bold;
  color: #ff0700;
  padding-top: 10px;
}
.achievementBlock__box2 {
  margin-top: auto;
  padding: 3rem;
  background: #d4ae6d;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

/*---------------------------------------
選ばれる理由
---------------------------------------*/
.studyBlock {
  position: relative;
  background: #f5f6f8;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .studyBlock {
    background-position: right top;
  }
}
.studyBlock__bgText {
  position: absolute;
  overflow: hidden;
  font-size: 9.375vw;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: -0.03em;
  right: 0;
  top: 10%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .studyBlock__bgText {
    top: 10px;
    font-size: 25.375vw;
  }
}
.studyBlock__headerArea {
  text-align: center;
  padding-bottom: 50px;
}
.studyBlock__headerArea2 {
  text-align: center;
  padding: 50px 0;
}
.studyBlock__textArea {
  background: rgba(255, 255, 255, 0.8);
  padding: 2em 2em;
  border-radius: 10px;
}
.studyBlock__text {
  color: #3e3e3e;
  margin-bottom: 30px;
  letter-spacing: 2px;
  line-height: 2;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .studyBlock__text {
    margin-bottom: 50px;
  }
}
.studyBlock__text a {
  color: #ff0700;
  font-weight: bold;
  font-size: 1.25rem;
}
.studyBlock__text a:hover {
  color: #5877ba;
  text-decoration: underline;
}
.studyBlock__text span {
  color: #ff0700;
  font-weight: bold;
  font-size: 1rem;
}
.studyBlock__text:last-child {
  margin-bottom: 0;
}
.studyBlock__item {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #5877ba;
  font-weight: bold;
  margin-bottom: 20px;
}
.studyBlock__item:last-child {
  margin-bottom: 0;
}
.studyBlock__item span {
  font-size: 1rem;
  margin-right: 10px;
  color: #ff0700;
}

/*---------------------------------------
比較
---------------------------------------*/
.comparisonBlock {
  margin-top: 50px;
  margin-bottom: 50px;
}
.comparisonBlock__table {
  border: 1px solid #ccc;
  width: 100%;
}
.comparisonBlock__row {
  display: flex;
  border-top: 1px solid #ddd;
}
.comparisonBlock__row:first-child {
  border-top: none;
}
.comparisonBlock__item {
  width: 20%;
  background-color: #f5f5f5;
  padding: 1em;
  font-weight: bold;
  border-right: 1px solid #ddd;
}
.comparisonBlock__column {
  width: 40%;
  text-align: center;
  padding: 1em;
  border-right: 1px solid #ddd;
}
.comparisonBlock__column:last-child {
  border-right: none;
}
.comparisonBlock__label {
  margin-bottom: 0.5em;
  color: #555;
}
.comparisonBlock__content {
  line-height: 1.5;
  font-size: 0.8rem;
}

.strong {
  background: #d4ae6d;
  color: #fff;
  font-weight: bold;
}

/*---------------------------------------
アクセス
---------------------------------------*/
.pronunciationBlock {
  position: relative;
  background: #f5f6f8;
}
@media screen and (max-width: 767px) {
  .pronunciationBlock {
    padding-bottom: 50px;
  }
}
.pronunciationBlock::after {
  content: "";
  position: absolute;
  top: -100px;
  left: 0;
  border-bottom: 100px solid #f5f6f8;
  border-left: 98.9vw solid transparent;
  z-index: -2;
}
.pronunciationBlock__bgText {
  top: 10%;
  position: absolute;
  font-size: 9.375vw;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(37, 102, 145, 0.1);
  opacity: 1;
  z-index: 2;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .pronunciationBlock__bgText {
    top: 15%;
  }
}
.pronunciationBlock__headerArea {
  text-align: center;
  margin-bottom: 50px;
}
.pronunciationBlock__header {
  font-size: 1.2rem;
  font-weight: bold;
  color: #3e3e3e;
}
.pronunciationBlock__shop-block {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pronunciationBlock__shop-block {
    flex-direction: column;
  }
}
.pronunciationBlock__shop-info {
  flex: 1 1 40%;
}
.pronunciationBlock__shop-info table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.8;
}
.pronunciationBlock__shop-info th {
  text-align: left;
  width: 80px;
  padding: 6px 10px;
  vertical-align: top;
  border-bottom: 1px solid #ddd;
}
.pronunciationBlock__shop-info td {
  padding: 6px 10px;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  .pronunciationBlock__shop-info {
    flex: 1 1 100%;
  }
}
.pronunciationBlock__shop-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pronunciationBlock__shop-map {
  flex: 1 1 55%;
}
.pronunciationBlock__shop-map iframe {
  width: 100%;
  height: 300px;
  border: 0;
  border-radius: 8px;
}
@media screen and (max-width: 767px) {
  .pronunciationBlock__shop-map {
    flex: 1 1 100%;
  }
}

/*---------------------------------------
流れ
---------------------------------------*/
.flowBlock {
  padding: 50px 0 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .flowBlock {
    background-position: center;
  }
}
.flowBlock__bgText {
  position: absolute;
  overflow: hidden;
  font-size: 9.375vw;
  line-height: 1;
  color: #f5f6f8;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: -0.03em;
  right: 0;
  top: 10%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .flowBlock__bgText {
    top: 10px;
  }
}
.flowBlock__headerArea {
  text-align: center;
  padding-bottom: 50px;
}
.flowBlock__header {
  font-size: 1.2rem;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #f5bf00;
}
.flowBlock__compositeArea {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .flowBlock__compositeArea {
    display: block;
    text-align: center;
  }
}
.flowBlock__items {
  width: 30%;
  margin-right: 50px;
}
@media screen and (max-width: 767px) {
  .flowBlock__items {
    width: 100%;
    margin-bottom: 50px;
  }
  .flowBlock__items:last-child {
    margin-bottom: 0;
  }
}
.flowBlock__title {
  font-size: 1rem;
  font-weight: bold;
}
.flowBlock__title span {
  margin-right: 10px;
}
.flowBlock__text {
  position: relative;
  letter-spacing: 1px;
  line-height: 1.5;
  font-size: 0.865rem;
  margin-bottom: 10px;
}
.flowBlock__text span {
  color: #ff0700;
  font-weight: bold;
  font-size: 1.25rem;
}
.flowBlock__img {
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .flowBlock__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*---------------------------------------
Q＆A
---------------------------------------*/
.qaBlock {
  padding: 100px 0 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/qa_bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.qaBlock__bgText {
  position: absolute;
  overflow: hidden;
  font-size: 8.375vw;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: -0.03em;
  right: 0;
  top: 10%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .qaBlock__bgText {
    top: 10px;
  }
}

.qaBlock__headerArea {
  text-align: center;
  padding-bottom: 50px;
}

.qaBlock__header {
  font-size: 1.2rem;
  font-weight: bold;
}

.qaBlock__items {
  max-width: 800px;
  margin: 0 auto;
}

.qaBlock__item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.qaBlock__question {
  width: 100%;
  text-align: left;
  font-size: 1rem;
  padding: 15px;
  cursor: pointer;
  background-color: #fff;
  border: none;
  font-weight: bold;
}

.qaBlock__answer {
  display: none;
  padding: 15px;
  background-color: #fff;
  font-size: 1rem;
  line-height: 1.6;
}

.qaBlock__question::after {
  content: "＋";
  float: right;
}

.qaBlock__question.active::after {
  content: "−";
}

/*---------------------------------------
料金
---------------------------------------*/
.hopeBlockBg {
  background: #f5f6f8;
}

.hopeBlock {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 50px;
  z-index: 2;
}
.hopeBlock span {
  display: block;
  width: 60%;
  margin: 0 auto 3rem;
  background: #d4ae6d;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 3rem 2rem;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .hopeBlock span {
    font-size: 2.36vw;
  }
}
@media screen and (max-width: 767px) {
  .hopeBlock span {
    font-size: 1.25rem;
    line-height: 1.2;
    width: 80%;
  }
}
.hopeBlock span::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #d4ae6d transparent transparent transparent;
}
.hopeBlock__items {
  padding: 0 50px;
}
.hopeBlock__item {
  font-size: 1rem;
  margin-bottom: 15px;
  line-height: 1.5;
  color: #ff0700;
}
.hopeBlock__text {
  color: #3e3e3e;
}

/*---------------------------------------
プロフィール
---------------------------------------*/
.profileBlock {
  padding-top: 50px;
  background: #f5f6f8;
}
.profileBlock__headerArea {
  text-align: center;
}
.profileBlock__header {
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 90px;
  margin-bottom: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .profileBlock__header {
    font-size: 1.25rem;
  }
}
.profileBlock__header::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
  background: #d4ae6d;
  height: 80px;
  width: 1px;
}
.profileBlock__compositeArea {
  position: relative;
  padding: 2rem 0 9rem 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .profileBlock__compositeArea {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) and (max-width: 575px) {
  .profileBlock__compositeArea {
    margin-bottom: 0;
    padding-bottom: 70px;
  }
}
.profileBlock__inner {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .profileBlock__inner {
    width: 100%;
  }
}
.profileBlock__text {
  margin-top: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .profileBlock__text:nth-child(1) {
    margin-top: 0;
  }
}
.profileBlock__textArea2 {
  margin-top: 15%;
  position: relative;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .profileBlock__textArea2 {
    display: block;
  }
}
.profileBlock__textArea2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  background: #d4ae6d;
  height: 100%;
  z-index: 1;
}
.profileBlock__text2 {
  position: relative;
}
.profileBlock__text2 span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
}
.profileBlock__name {
  position: relative;
  z-index: 2;
  padding-left: 10rem;
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .profileBlock__name {
    padding-left: 0;
    padding-top: 20px;
  }
}
.profileBlock__imgArea {
  width: 36%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .profileBlock__imgArea {
    position: absolute;
    width: 50%;
    bottom: -10px;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .profileBlock__imgArea {
    position: absolute;
    width: 55%;
    bottom: 10px;
    right: 0;
  }
}
.profileBlock__imgArea img {
  height: auto;
  vertical-align: top;
  border: none;
}

/*---------------------------------------
想い
---------------------------------------*/
.thoughtsBlock {
  margin-bottom: 50px;
  padding: 100px 0 100px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/thoughts_bg.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.thoughtsBlock__bgText {
  position: absolute;
  overflow: hidden;
  font-size: 8.375vw;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  font-weight: bold;
  letter-spacing: -0.03em;
  right: 0;
  top: 10%;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .thoughtsBlock__bgText {
    top: 10px;
  }
}
.thoughtsBlock__headerArea {
  text-align: center;
  padding-bottom: 50px;
}
.thoughtsBlock__textArea {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .thoughtsBlock__textArea {
    width: 92%;
  }
}
.thoughtsBlock__text {
  margin-bottom: 25px;
}
.thoughtsBlock__text:last-child {
  margin-bottom: 0;
}

/*---------------------------------------
リンク　会社概要
---------------------------------------*/
.companyBlock__heading {
  text-align: center;
  margin-bottom: 30px;
}

/*---------------------------------------
リンク　お問い合わせ
---------------------------------------*/
.contactBlock {
  padding-top: 70px;
  padding-bottom: 0;
}
.contactBlock__heading {
  text-align: center;
  margin-bottom: 30px;
}
.contactBlock table {
  margin-bottom: 20px;
}
.contactBlock td {
  border: 1px solid #ddd;
  margin-bottom: 10px;
}

.wpcf7 {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table {
  width: 100%;
  font-size: 16px;
}

.wpcf7 table .td_left {
  width: 25%;
  height: auto;
  vertical-align: middle;
  background: #ffffff;
  padding: 0 2%;
}
@media screen and (max-width: 767px) {
  .wpcf7 table .td_left {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 0 3px;
  }
}

.wpcf7 table .td_right {
  width: 75%;
  height: auto;
  background: #fff;
  padding: 10px 2%;
}
@media screen and (max-width: 767px) {
  .wpcf7 table .td_right {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
}

.wpcf7 p {
  margin: 3px 0 3px 0;
}

.wpcf7 input,
.wpcf7 select {
  width: 100%;
  height: 45px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: none;
  font-size: 16px;
}

.wpcf7 textarea {
  width: 100%;
  height: 150px;
  padding: 5px 5px 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 16px;
}

.wpcf7 .wpcf7-list-item {
  display: block;
}

.wpcf7 .flexwrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .wpcf7 .flexwrap {
    justify-content: flex-start;
  }
}

.wpcf7 input,
.wpcf7 textarea,
.wpcf7 select {
  background: #f2f1ec;
  border: none;
  outline: none;
}

.wpcf7 tr td .any {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #5877ba;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7 tr td .required {
  display: inline-block;
  min-width: 40px;
  color: #fff;
  background: #ef0846;
  padding: 3px 7px 1px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 12px;
}

.wpcf7 tr .wpcf7-form-control-wrap input:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 tr .wpcf7-form-control-wrap textarea:focus {
  outline: solid #efefef 1px;
  outline-offset: -1px;
  background-color: #fcfcfc;
}

.wpcf7 .wpcf7-not-valid-tip,
.wpcf7 .wpcf7-response-output {
  display: block;
  font-size: 12px;
  color: #a00;
}

.wpcf7 .screen-reader-response {
  display: none;
}

.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  text-align: center;
}

.wpcf7 #acceptance {
  text-align: center;
}

.wpcf7 .ajax-loader {
  display: block !important;
  margin: 0 auto !important;
}

.wpcf7 .submitting .ajax-loader {
  background: url(./../img/ajax-loader.gif) no-repeat center;
  width: 16px;
  height: 36px;
  display: block;
  width: 100%;
}

.wpcf7 form:not([data-status=init]) .wpcf7-response-output {
  font-size: 1rem;
  padding: 10px 10px 7px;
  border: 3px solid #ef0846;
}

.wpcf7 form[data-status=submitting] .wpcf7-response-output {
  display: none;
}

.submit_box {
  text-align: center;
  margin: 30px 0 0;
}

.submit_box .wpcf7-spinner {
  display: block;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.submit_box input[type=submit] {
  background: #fff;
  border: 2px solid #d4ae6d;
  border-radius: 3px;
  padding: 4px 15px 0;
  font-size: 16px;
  color: #333;
  display: inline-block !important;
  width: 100%;
  max-width: 380px;
}

.submit_box input[type=submit]:hover {
  cursor: pointer;
  color: #fff;
  background: #d4ae6d;
}

.submit_box input[type=submit]:disabled {
  background: #eee;
  color: #454545;
}

.grecaptcha-badge {
  visibility: hidden;
}

/*---------------------------------------
アウトプットカラー
---------------------------------------*/
.wpcf7 form .wpcf7-response-output {
  border: 2px solid #00a0d2;
  /* Blue */
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  /* Yellow */
}

/*---------------------------------------
サンクスページ
---------------------------------------*/
.thanksBlock {
  margin: 50px 0;
  margin-left: auto;
  margin-right: auto;
}
.thanksBlock__text {
  margin-bottom: 25px;
  line-height: 1.5;
}

/*---------------------------------------
フッター
---------------------------------------*/
.footer {
  background: #d4ae6d;
  z-index: -1;
}
.footer__inner {
  max-width: 1000px;
  margin: auto;
}
.footer__items {
  padding: 2rem 0 5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer__items {
    display: block;
    text-align: center;
    padding-bottom: 5rem;
  }
}
.footer__item {
  list-style: none;
  color: #fff;
}
.footer__item a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer__item {
    margin-top: 20px;
  }
}

/*---------------------------------------
バナー
---------------------------------------*/
.bannerBlock {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.bannerBlock__imgArea {
  margin-bottom: 50px;
}

/*---------------------------------------
お問い合わせスティッキーバナー
---------------------------------------*/
.contactBannerPc {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 9998;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  padding: 1em 7px;
  background: #3e3e3e;
  font-size: 1.3125rem;
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .contactBannerPc {
    top: unset;
    bottom: 0;
    transform: translateY(0);
    writing-mode: horizontal-tb;
    padding: 7px 0 0;
    height: 50px;
    font-size: 1rem;
    width: 50%;
    border-radius: 0;
    text-align: center;
  }
}

.contactBannerSp {
  display: none;
}
@media screen and (max-width: 767px) {
  .contactBannerSp {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    letter-spacing: 0.3em;
    padding: 7px 0 0;
    height: 50px;
    font-size: 1rem;
    width: 50%;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    background: #4cc764;
    z-index: 9998;
    font-weight: bold;
  }
  .contactBannerSp i {
    font-size: 1.25rem;
  }
}

/*---------------------------------------
CTA
---------------------------------------*/
.recruitmentBlock {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 8px 0 #ccc;
  overflow: hidden;
  z-index: 5;
}
.recruitmentBlock__imgArea {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__imgArea {
    width: 70px;
  }
}
.recruitmentBlock__inner {
  padding: 5rem 5rem 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__inner {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
.recruitmentBlock__header {
  text-align: center;
  padding: 20px 0;
  color: #fff;
  background: #4cc764;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__header {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
.recruitmentBlock__text {
  margin-bottom: 20px;
  text-align: center;
}
.recruitmentBlock__strong {
  background: rgb(212, 174, 109);
  color: #fff;
  padding: 5px;
  margin-right: 10px;
  white-space: nowrap;
}
.recruitmentBlock__tel {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__tel {
    font-size: 2rem;
    white-space: nowrap;
  }
}
.recruitmentBlock__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1rem;
  color: #fff;
  background: #5877ba;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: bold;
  transition: all ease 0.5s;
  margin-bottom: 10px;
}
.recruitmentBlock__btn:hover {
  opacity: 0.9;
}
.recruitmentBlock__btn:hover::after {
  right: 2.5rem;
  transition: all ease 0.5s;
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__btn:hover::after {
    right: 1.3rem;
  }
}
@media screen and (max-width: 575px) {
  .recruitmentBlock__btn:hover::after {
    right: 0.8rem;
  }
}
.recruitmentBlock__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3rem;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__btn::after {
    right: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .recruitmentBlock__btn::after {
    right: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .recruitmentBlock__btn {
    font-size: 1.5rem;
  }
}
.recruitmentBlock__discount {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.recruitmentBlock__discount span {
  color: #ff0700;
  font-size: 1.2rem;
}
.recruitmentBlock__approach {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.recruitmentBlock__approach span {
  position: relative;
  padding: 0.5em 0.5em;
  background: #4cc764;
  display: inline-block;
  animation: bounce 2s infinite ease-in-out;
  z-index: 5;
}
.recruitmentBlock__approach span::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #4cc764;
  width: 0;
  height: 0;
  z-index: 5;
}
.recruitmentBlock__form {
  text-align: center;
  margin-bottom: 50px;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.recruitmentBlock__mailLink {
  color: #ff0700;
  font-weight: bold;
}

/* バウンドアニメーション定義 */
@keyframes bounce {
  0%, 10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-4px);
  }
  40% {
    transform: translateY(-2px);
  }
  60% {
    transform: translateY(-1px);
  }
  70%, 100% {
    transform: translateY(0);
    /* この間 静止 */
  }
}
/*---------------------------------------
モーダル
---------------------------------------*/
.hideArea {
  display: none;
}
.hideArea__title {
  font-size: 1.25rem;
  margin-bottom: 50px;
  font-weight: bold;
  text-align: center;
}
.hideArea__text {
  line-height: 2;
}

/*---------------------------------------
フェードアニメーション
---------------------------------------*/
.fadeInLeft {
  opacity: 0;
}

.fadeInRight {
  opacity: 0;
}

.fadeInUp {
  opacity: 0;
}

/*---------------------------------------
404
---------------------------------------*/
.errorBrock {
  text-align: center;
}
.errorBrock__text {
  margin-top: 15em;
  font-size: 1.25rem;
}

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