@charset "UTF-8";
/*------------------------
Color
-------------------------*/
/*------------------------
Font
-------------------------*/
/*------------------------
Breakpoints
-------------------------*/
/*------------------------
Gradient
-------------------------*/
/*------------------------
RESET
-------------------------*/
html,
body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  overscroll-behavior: contain;
}

html {
  overflow-x: hidden;
  width: 100vw;
}

body {
  word-wrap: break-word;
  overflow-x: hidden;
}

th,
td {
  text-align: left;
  vertical-align: top;
  border: none;
}

caption {
  text-align: left;
}

img {
  border: 0;
  vertical-align: bottom;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

fieldset,
img {
  border: 0;
}

a {
  outline: none;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

abbr,
acronym {
  border: 0;
}

button {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: normal;
  font-weight: 400;
  letter-spacing: 1px;
}

/*
	clearfix
------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

* html .clearfix {
  display: inline-block;
}

.clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/*html5の要素をblock*/
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
  box-sizing: border-box;
}

/*------------------------
FORM
-------------------------*/
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea {
  font-family: "Noto Sans JP", sans-serif;
}

/*------------------------
TABLE
-------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
  width: 100%;
}

/*------------------------
BASIC
-------------------------*/
body {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  line-height: 2.5;
  color: #432B1B;
  background: #FCFAF6;
  font-weight: 400;
  letter-spacing: 1px;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #303036;
  text-decoration: none;
}
a:hover {
  text-decoration: underline !important;
}

img {
  height: auto;
}

.titleChild {
  position: relative;
  z-index: 3;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .titleChild {
    margin-bottom: 60px;
  }
}
.titleChild.under {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .titleChild.under {
    margin-bottom: 30px;
  }
}
.titleChild .contentTitle {
  font-size: 88px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.75;
  margin-bottom: 50px;
  font-weight: 700;
  background: linear-gradient(to bottom, #6DEEFA, #66ACF7);
  /* 上から下へのグラデーション */
  -webkit-background-clip: text;
  /* 背景を文字にクリップ */
  -webkit-text-fill-color: transparent;
  /* 背景以外の部分を透明に */
}
@media screen and (max-width: 1024px) {
  .titleChild .contentTitle {
    font-size: 72px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .titleChild .contentTitle {
    font-size: 64px;
  }
}
.titleChild .contentSubTitle {
  font-size: 50px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.75;
  font-weight: 700;
  background: linear-gradient(to bottom, #6DEEFA, #66ACF7);
  /* 上から下へのグラデーション */
  -webkit-background-clip: text;
  /* 背景を文字にクリップ */
  -webkit-text-fill-color: transparent;
  /* 背景以外の部分を透明に */
}
@media screen and (max-width: 1024px) {
  .titleChild .contentSubTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 768px) {
  .titleChild .contentSubTitle {
    font-size: 36px;
  }
}
.titleChild span {
  display: block;
  font-size: 24px;
  line-height: 1.75;
  color: #4FACFE;
  background: url(../images/common/circle.svg) no-repeat center left;
  padding-left: 35px;
  background-size: auto 1em;
}
@media screen and (max-width: 1024px) {
  .titleChild span {
    font-size: 18px;
    padding-left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .titleChild span {
    font-size: 12px;
    padding-left: 20px;
  }
}
.titleChild.flex {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.titleChild.center {
  text-align: center;
}

.btnWrap.center {
  text-align: center;
}

.btn {
  display: inline-block;
}
.btn a {
  position: relative;
  display: inline-block;
  padding: 15px 80px 15px 40px;
  border: 1px solid #ffffff;
  border-radius: 50px;
  line-height: 1.75;
  color: #ffffff;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  background: #4FACFE;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn a {
    padding: 10px 40px 10px 20px;
    font-size: 14px;
  }
}
.btn a::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 25px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 50%;
  transition: right 0.3s ease;
}
@media screen and (max-width: 768px) {
  .btn a::after {
    right: 15px;
  }
}
.btn a:hover::after {
  right: 20px;
}
@media screen and (max-width: 768px) {
  .btn a:hover::after {
    right: 10px;
  }
}
.btn.black a {
  color: #303036;
  border-color: none;
  background-color: #fff;
}
.btn.black a::after {
  background-color: #303036;
}

.en {
  font-family: "Cormorant Garamond", serif;
}

header {
  position: relative;
}
header .circlePink {
  position: absolute;
  top: 130px;
  left: -170px;
  z-index: -100;
}
header .circlePink img {
  width: 60vw;
}
@media screen and (max-width: 768px) {
  header .circlePink img {
    width: 163vw;
    left: -40px;
  }
}
header h1 img,
header .logo img {
  width: 162px;
}
@media screen and (max-width: 1024px) {
  header h1 img,
header .logo img {
    width: 106px;
  }
}
header .container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  padding: 40px 40px 0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  header .container {
    padding: 20px 20px 0;
  }
}
header .container nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
header .container nav ul {
  display: flex;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  header .container nav ul {
    display: none;
  }
}
header .container nav ul li {
  padding-left: 40px;
}
header .container nav ul li a {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
}
header .mainVisual .box {
  padding: 0 40px;
  margin-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  header .mainVisual .box {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}
header .mainVisual .box .text {
  font-size: 32px;
  line-height: 1.25;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.75;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  header .mainVisual .box .text {
    margin-bottom: 23px;
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  header .mainVisual .box .text {
    font-size: 24px;
  }
}
header .mainVisual .box span {
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 1024px) {
  header .mainVisual .box span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  header .mainVisual .box span {
    font-size: 14px;
  }
}
header .mainVisual .image {
  width: 100%;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  header .mainVisual .image {
    margin-bottom: 10px;
  }
}
header .mainVisual .image p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
@media screen and (max-width: 1024px) {
  header .mainVisual .image p img {
    border-radius: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .mainVisual .image p img {
    height: 289px;
  }
}
header .mainVisual .image .logoIcon {
  position: absolute;
  right: 40px;
  top: -18%;
  width: 25%;
}
@media screen and (max-width: 768px) {
  header .mainVisual .image .logoIcon {
    display: none;
  }
}
header .mainVisual .image .logoIcon img {
  width: 100%;
}

.mainContainer .futureAllWrap {
  background: url(../images/common/line1.svg) no-repeat left top 500px;
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap {
    background: url(../images/common/line1.svg) no-repeat left top 300px;
  }
}
.mainContainer .futureAllWrap .container {
  padding-bottom: 164px;
  background: url(../images/common/shimi.svg) no-repeat center bottom;
  background-position: calc(50% + 280px) 50%;
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .container {
    background-position: 85% 55%;
    background-size: 25% 25%;
  }
}
.mainContainer .futureAllWrap .container .detailBox p {
  text-align: center;
  margin: -0.5em 0;
}
.mainContainer .futureAllWrap .futureWrap {
  position: relative;
}
.mainContainer .futureAllWrap .futureWrap .circlePink2 {
  position: absolute;
  bottom: -466px;
  right: -240px;
  z-index: -10;
}
.mainContainer .futureAllWrap .futureWrap .circlePink2 img {
  width: 58vw;
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child {
  width: 100%;
  display: flex;
  padding: 0 20px;
  margin-bottom: 160px;
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .futureWrap .detailBox .child {
    display: block;
  }
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .image {
  display: flex;
  justify-content: space-between;
  width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .futureWrap .detailBox .child .image {
    width: 100%;
    padding: 0;
    margin-bottom: 90px;
  }
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .image img {
  width: 100%;
  border-radius: 20px;
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .image .low {
  margin-top: 140px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .futureWrap .detailBox .child .image .low {
    width: calc(50% - 10px);
  }
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .image .high {
  width: calc(50% - 20px);
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .futureWrap .detailBox .child .image .high {
    width: calc(50% - 10px);
  }
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .text {
  width: 50%;
  padding: 0 70px;
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .futureWrap .detailBox .child .text {
    width: 100%;
    padding: 0;
  }
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .text .title {
  margin-bottom: 80px;
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .text .title p {
  font-size: 42px;
  line-height: 1.75;
  margin-bottom: 50px;
}
.mainContainer .futureAllWrap .futureWrap .detailBox .child .text .title span {
  font-size: 24px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .mainContainer .futureAllWrap .futureWrap .detailBox .reverseChild {
    display: flex;
    flex-direction: column-reverse;
  }
}

.allRecruitWrap {
  position: relative;
}
.allRecruitWrap .recruitMainWrap h2 {
  text-align: center;
  font-size: 42px;
  padding: 60px 0 100px;
  line-height: 1.75;
  padding-bottom: 164px;
  background: url(../images/common/shimi.svg) no-repeat center bottom;
  background-position: calc(50% - 120px) 5%;
}
@media screen and (max-width: 1024px) {
  .allRecruitWrap .recruitMainWrap h2 {
    padding: 60px 0px;
  }
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitMainWrap h2 {
    background-position: calc(50% - 80px) 10%;
    background-size: 30% 30%;
  }
}
.allRecruitWrap .recruitAboutWrap {
  background: url(../images/common/line2.svg) no-repeat left bottom 0;
  position: relative;
  z-index: 1;
  padding: 0px 125px 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap {
    background: url(../images/common/line2.svg) no-repeat left bottom 300px;
  }
}
@media screen and (max-width: 1280px) {
  .allRecruitWrap .recruitAboutWrap {
    padding: 0px 80px 240px;
  }
}
@media screen and (max-width: 1024px) {
  .allRecruitWrap .recruitAboutWrap {
    padding: 0px 40px 240px;
  }
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap {
    padding: 0px 20px 120px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox {
  width: 100%;
  background: #FFF;
  border-radius: 20px;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title {
  display: flex;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass {
  cursor: pointer;
  text-align: center;
  width: 50%;
  font-size: 16px;
  background: #DFD5CD;
  padding: 30px 0;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass {
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass .bodycare {
    padding-top: 12.5px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass .arrB {
  display: none;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass {
    font-size: 14px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass p {
  line-height: 1.75;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.blue {
  text-align: center;
  width: 50%;
  font-size: 16px;
  position: relative;
  padding: 30px 0;
  border-radius: 20px 0 0 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.blue {
    font-size: 14px;
    padding: 20px 0;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.blue p {
  line-height: 1.75;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.blue .arrB {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  width: 18px;
  display: inline;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.blue .arrB {
    bottom: -12px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.white {
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .title .btnClass.white {
    font-size: 14px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild {
  padding: 0 120px;
}
@media screen and (max-width: 1024px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild {
    padding: 0 20px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild h3 {
  font-size: 24px;
  text-align: center;
  margin: 80px 0 90px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild h3 {
    font-size: 18px;
    margin: 60px 0;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .image {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .image {
    margin-bottom: 40px;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .image img {
  width: 100%;
  border-radius: 20px;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .textInner {
  margin-bottom: 60px;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .textInner p {
  margin: -0.5em 0;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul {
  margin-bottom: 30px;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul.open {
  display: block;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul.close {
  display: none;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-bottom: solid 1px #DFD5CD;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li {
    display: block;
    padding: 30px 0;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li:first-of-type {
  border-top: solid 1px #DFD5CD;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li:last-of-type {
  border-bottom: solid 1px #DFD5CD;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li .title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li p {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul li .text {
    text-align: right;
  }
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul .subTitleList {
  width: 100%;
  text-align: center;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild ul .subTitleList p {
  padding: 30px 0;
  font-size: 18px;
  margin: 0 auto;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .subTextInner {
  text-align: right;
  font-size: 12px;
  padding-bottom: 90px;
}
.allRecruitWrap .recruitAboutWrap .detailBox .child .slideChild .subTextInner p {
  margin: -0.5em 0;
}
.allRecruitWrap .recruitAboutWrap .detailBox .rightChild {
  display: none;
}

.therapistWrap {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 0px 125px 274px;
}
.therapistWrap.shimi {
  background: url(../images/common/shimi.svg) no-repeat center bottom;
  background-position: right 60px bottom 100px;
}
@media screen and (max-width: 768px) {
  .therapistWrap.shimi {
    background-position: right bottom;
    background-size: 25% 25%;
  }
}
@media screen and (max-width: 1280px) {
  .therapistWrap {
    padding: 0px 80px 274px;
  }
}
@media screen and (max-width: 1024px) {
  .therapistWrap {
    padding: 60px 80px 160px;
  }
}
@media screen and (max-width: 768px) {
  .therapistWrap {
    padding: 60px 20px 160px;
  }
}
.therapistWrap .box {
  width: 100%;
  display: flex;
  padding: 0 120px;
}
@media screen and (max-width: 1280px) {
  .therapistWrap .box {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .therapistWrap .box {
    display: block;
    padding: 0;
  }
}
.therapistWrap .box .titleChild {
  width: 46%;
}
@media screen and (max-width: 1024px) {
  .therapistWrap .box .titleChild {
    width: 100%;
  }
}
.therapistWrap .box .titleChild h2 {
  font-size: 42px;
  line-height: 1.75;
}
.therapistWrap .box .titleChild .subText {
  padding-top: 30px;
  font-size: 14px;
}
.therapistWrap .box .titleChild .subText span {
  color: #432B1B;
  background: none;
  display: inline;
  padding-left: 0;
}
.therapistWrap .box .textChild {
  width: 54%;
}
@media screen and (max-width: 1024px) {
  .therapistWrap .box .textChild {
    width: 100%;
  }
}
.therapistWrap .box .textChild .image {
  margin-bottom: 60px;
}
.therapistWrap .box .textChild .image img {
  width: 100%;
}
.therapistWrap .box .textChild .title {
  margin-bottom: 40px;
}
.therapistWrap .box .textChild .title p {
  line-height: 1.75;
}
.therapistWrap .box .textChild .text {
  margin: -0.5em 0;
  margin-bottom: 60px;
}
.therapistWrap .box .textChild ul {
  border-top: solid 1px #DFD5CD;
}
.therapistWrap .box .textChild ul li {
  padding: 30px 0;
  border-bottom: solid 1px #DFD5CD;
}
.therapistWrap .box .textChild ul li p {
  line-height: 1.75;
}
.therapistWrap .box .textChild ul li .titleList {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
.therapistWrap .box .textChild ul li .titleList span {
  font-size: 24px;
  padding-right: 20px;
}
.therapistWrap .box .textChild ul li .titleList p {
  display: flex;
  align-items: baseline;
}
.therapistWrap .box .textChild ul li .titleList .arr {
  position: absolute;
  top: -0.5em;
  right: 0;
}
.therapistWrap .box .textChild ul li .titleList .arr img {
  width: 100%;
}
.therapistWrap .box .textChild ul li .textList {
  padding-top: 30px;
}
.therapistWrap .box .textChild ul li .textList p {
  line-height: 2;
}
.therapistWrap .box .textChild .reserveInner {
  background: #3D352E;
  color: #FFF;
  padding: 40px;
  border-radius: 20px;
}
.therapistWrap .box .textChild .reserveInner .reserveText {
  padding-bottom: 30px;
  margin: -0.5em 0;
}
.therapistWrap .box .textChild .reserveInner a {
  position: relative;
}
.therapistWrap .box .textChild .reserveInner a p {
  background: #FFF;
  padding: 40px 0;
  line-height: 1.75;
  text-align: center;
  border-radius: 20px;
}
.therapistWrap .box .textChild .reserveInner a img {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.therapistWrap .box .contactChild {
  width: 54%;
  background: #FFF;
  border-radius: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .therapistWrap .box .contactChild {
    width: 100%;
  }
}
.therapistWrap .box .contactChild .telInner {
  padding: 40px 0;
  text-align: center;
  border-bottom: solid 1px #DFD5CD;
}
.therapistWrap .box .contactChild .telInner p {
  font-size: 14px;
  line-height: 1.75;
  margin-bottom: 10px;
}
.therapistWrap .box .contactChild .telInner a {
  font-size: 36px;
  line-height: 1.75;
  letter-spacing: 0.3rem;
}
.therapistWrap .box .contactChild .inner {
  margin: 0 40px;
  padding: 40px 0px 0;
}
@media screen and (max-width: 1024px) {
  .therapistWrap .box .contactChild .inner {
    margin: 0 20px;
  }
}
.therapistWrap .box .contactChild .inner .title {
  margin-bottom: 20px;
  line-height: 1.75;
}
.therapistWrap .box .contactChild .inner .detail input {
  width: 100%;
  border: #DFD5CD 1px solid;
  border-radius: 10px;
  height: 36px;
  padding: 5px;
}
.therapistWrap .box .contactChild .inner .detail textarea {
  width: 100%;
  border: #DFD5CD 1px solid;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 5px;
}
.therapistWrap .box .contactChild .text {
  margin: 0 40px 20px;
  background: #FCFAF6;
  border: #DFD5CD 1px solid;
  border-radius: 20px;
  padding: 20px 20px 30px;
}
@media screen and (max-width: 768px) {
  .therapistWrap .box .contactChild .text {
    margin: 0 20px 20px;
  }
}
.therapistWrap .box .contactChild .text span {
  text-align: center;
  font-size: 14px;
  display: block;
}
.therapistWrap .box .contactChild .text .privacyText {
  overflow-y: scroll;
  height: 150px;
}
.therapistWrap .box .contactChild .text .privacyText h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.therapistWrap .box .contactChild .text .privacyText p {
  font-size: 12px;
  margin-bottom: 20px;
}
.therapistWrap .box .contactChild .text .privacyText ul {
  font-size: 12px;
  margin-bottom: 20px;
}
.therapistWrap .box .contactChild .checkBox {
  margin: 0 40px 60px;
  text-align: center;
  line-height: 1.75;
}
.therapistWrap .box .contactChild .checkBox label {
  font-size: 12px;
  line-height: 1.75;
  padding-left: 5px;
}
.therapistWrap .box .contactChild .submit {
  width: 100%;
}
.therapistWrap .box .contactChild .submit .submitDetail {
  width: 279px;
  margin: 0 auto;
  background: #3D352E;
  border-radius: 20px;
  text-align: center;
  position: relative;
}
.therapistWrap .box .contactChild .submit .submitDetail a, .therapistWrap .box .contactChild .submit .submitDetail button {
  border: none;
  color: #FCFAF6;
  padding: 40px 0;
  display: block;
  line-height: 1.75;
  background: none;
  width: 100%;
}
.therapistWrap .box .contactChild .submit .submitDetail img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.therapistWrap .box .kome {
  font-size: 8px;
}

.FAQwrap {
  position: relative;
}
.FAQwrap .circlePink2 {
  position: absolute;
  top: -466px;
  left: -450px;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  .FAQwrap .circlePink2 {
    left: -41vw;
    top: -30vw;
  }
}
.FAQwrap .circlePink2 img {
  width: 58vw;
}
@media screen and (max-width: 768px) {
  .FAQwrap .circlePink2 img {
    width: 82vw;
  }
}

body#top #about {
  padding: 160px 65px 0;
}
@media screen and (max-width: 1024px) {
  body#top #about {
    padding: 120px 65px 0;
  }
}
@media screen and (max-width: 768px) {
  body#top #about {
    padding: 80px 30px 0;
  }
}
body#top #about .container {
  display: flex;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1024px) {
  body#top #about .container {
    display: block;
  }
}
body#top #about .container .titleChild {
  width: 45%;
}
@media screen and (max-width: 1024px) {
  body#top #about .container .titleChild {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  body#top #about .container .titleChild {
    display: block;
  }
}
body#top #about .container .titleChild .inner {
  padding-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  body#top #about .container .titleChild .inner {
    padding-bottom: 0;
  }
}
body#top #about .container .detailBox {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body#top #about .container .detailBox {
    margin-bottom: 60px;
    text-align: left;
  }
}
body#top #about .container .detailBox h3 {
  font-size: 42px;
  margin-bottom: 40px;
  color: #4FACFE;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  body#top #about .container .detailBox h3 {
    font-size: 24px;
  }
}
body#top #about .container .detailBox p {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#top #about .container .detailBox p {
    margin-bottom: 40px;
  }
}
body#top .row3Wrap {
  z-index: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background: linear-gradient(to bottom, transparent 50%, #EEF7FE 50%);
  padding: 0 120px;
}
@media screen and (max-width: 1024px) {
  body#top .row3Wrap {
    padding: 0 65px;
  }
}
@media screen and (max-width: 768px) {
  body#top .row3Wrap {
    display: block;
  }
}
body#top .row3Wrap .child {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  width: calc(33.3333333333% - 21px);
  border-radius: 12px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  body#top .row3Wrap .child {
    width: 100%;
    margin-bottom: 30px;
  }
  body#top .row3Wrap .child:last-child {
    margin-bottom: 0;
  }
}
body#top .row3Wrap .child a {
  width: 100%;
  padding-top: 100%;
  height: auto;
  background: url(../images/top/business1.jpg);
  display: block;
  background-size: 100%;
  position: relative;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
body#top .row3Wrap .child a .inner {
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 30px);
  background: url(../images/common/arr.svg) no-repeat;
  background-position: right 20px center;
  background-size: 32px 32px;
  transition: background-position 0.5s ease;
}
@media screen and (max-width: 1024px) {
  body#top .row3Wrap .child a .inner {
    background: url(../images/common/arr.svg) no-repeat;
    background-position: right 10px center;
    left: 20px;
    bottom: 20px;
    background-size: 24px 24px;
    transition: background-position 0.5s ease;
  }
}
body#top .row3Wrap .child a .inner span {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 15px;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 1024px) {
  body#top .row3Wrap .child a .inner span {
    font-size: 16px;
  }
}
body#top .row3Wrap .child a .inner h3 {
  font-size: 20px;
  line-height: 1.75;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  body#top .row3Wrap .child a .inner h3 {
    font-size: 17px;
  }
}
body#top .row3Wrap .child a:hover {
  background-size: 110%;
  /* 背景画像を拡大 */
}
body#top .row3Wrap .child a:hover .inner {
  background-position: right 10px center;
}
@media screen and (max-width: 1024px) {
  body#top .row3Wrap .child a:hover .inner {
    background-position: right 5px center;
  }
}
body#top .row3Wrap .child:nth-child(2) a {
  background: url(../images/top/business2.jpg);
  background-size: 100%;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
body#top .row3Wrap .child:nth-child(2) a:hover {
  background-size: 110%;
  /* 背景画像を拡大 */
}
body#top .row3Wrap .child:nth-child(3) a {
  background: url(../images/top/business3.jpg);
  background-size: 100%;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
body#top .row3Wrap .child:nth-child(3) a:hover {
  background-size: 110%;
  /* 背景画像を拡大 */
}
body#top #works {
  padding: 225px 0;
  position: relative;
  z-index: 2;
  background: #EEF7FE;
}
@media screen and (max-width: 1024px) {
  body#top #works {
    padding: 175px 0;
  }
}
@media screen and (max-width: 768px) {
  body#top #works {
    padding: 80px 0;
  }
}
body#top #works .container {
  display: flex;
  background: #fff;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  body#top #works .container {
    display: block;
  }
}
body#top #works .container .image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body#top #works .container .image {
    width: 100%;
  }
}
body#top #works .container .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body#top #works .container .detail {
  width: 50%;
  padding: 80px 65px;
}
@media screen and (max-width: 1024px) {
  body#top #works .container .detail {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 768px) {
  body#top #works .container .detail {
    padding: 60px 30px;
    width: 100%;
  }
}
body#top #works .container .detail .titleChild .contentTitle {
  background: linear-gradient(to bottom, #F0ADCC, #66ACF7);
  /* 上から下へのグラデーション */
  -webkit-background-clip: text;
  /* 背景を文字にクリップ */
  -webkit-text-fill-color: transparent;
  /* 背景以外の部分を透明に */
}
body#top #works .container .detail .text {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  body#top #works .container .detail .text {
    margin-bottom: 40px;
  }
}

#interview {
  background: #EEF7FE;
  padding-bottom: 176px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  #interview {
    padding-bottom: 147px;
  }
}
#interview .titleBox {
  padding: 0 65px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  #interview .titleBox {
    padding: 0 30px;
    margin-bottom: 40px;
    display: block;
  }
}
#interview .titleBox .titleChild {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #interview .titleBox .titleChild {
    margin-bottom: 40px;
  }
}
#interview .titleBox .titleChild .contentTitle {
  background: linear-gradient(to bottom, #C3FB99, #66ACF7);
  /* 上から下へのグラデーション */
  -webkit-background-clip: text;
  /* 背景を文字にクリップ */
  -webkit-text-fill-color: transparent;
  /* 背景以外の部分を透明に */
}
#interview .titleBox .navChild {
  display: flex;
}
#interview .titleBox .navChild button {
  padding: 0;
  margin: 0;
  margin-left: 10px;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #interview .titleBox .navChild button {
    width: 36px;
    height: 36px;
  }
}
#interview .titleBox .navChild button img {
  width: 100%;
}
#interview .container .box {
  width: 100%;
  display: flex;
}
#interview .container .box .child {
  width: 384px;
  margin-right: 24px;
}
#interview .container .box .child a {
  display: block;
  position: relative;
}
#interview .container .box .child a p {
  width: 100%;
  padding-top: 68%;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  background: url(../images/top/menber1.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
#interview .container .box .child a .detail {
  position: absolute;
  bottom: -20px;
  left: 25px;
}
#interview .container .box .child a .detail span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 10px;
  line-height: 1.75;
  padding: 10px;
  background: #4FACFE;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #interview .container .box .child a .detail span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #interview .container .box .child a .detail span {
    font-size: 16px;
  }
}
#interview .container .box .child a .detail h3 {
  font-size: 20px;
  padding: 10px;
  background: #4FACFE;
  color: #fff;
  display: inline-block;
  line-height: 1.75;
}
@media screen and (max-width: 1280px) {
  #interview .container .box .child a .detail h3 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  #interview .container .box .child a .detail h3 {
    font-size: 16px;
  }
}
#interview .container .box .child.menber2 a p {
  background: url(../images/top/menber2.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
#interview .container .box .child.menber3 a p {
  background: url(../images/top/menber3.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
#interview .container .box .child.menber4 a p {
  background: url(../images/top/menber4.jpg) no-repeat;
  background-size: 100%;
  background-position: center;
  /* 中央に配置 */
  transition: background-size 0.5s ease;
}
#interview .container .box .child:hover a p {
  background-position: center;
  /* 中央に配置 */
  background-size: 110%;
  /* 背景画像を拡大 */
}

#bnr {
  padding: 0 65px 130px;
  background: #EEF7FE;
}
@media screen and (max-width: 768px) {
  #bnr {
    padding: 0 30px 80px;
  }
}
#bnr .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #bnr .box {
    display: block;
  }
}
#bnr .box .child {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  #bnr .box .child {
    width: 100%;
  }
}
#bnr .box .child a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 60px 90px 60px 50px;
  display: block;
  background: #4FACFE url(../images/common/arr.svg) no-repeat right center;
  background-position: right 30px center;
  background-size: 50px 50px;
  color: #fff;
  transition: background-position 0.5s ease;
  border-radius: 12px;
}
#bnr .box .child a:hover {
  background-position: right 20px center;
}
@media screen and (max-width: 768px) {
  #bnr .box .child a {
    padding: 30px 65px 30px 30px;
    background-size: 30px 30px;
  }
  #bnr .box .child a:first-child {
    margin-bottom: 30px;
  }
}
#bnr .box .child a .en {
  font-size: 32px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #bnr .box .child a .en {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #bnr .box .child a .en {
    font-size: 18px;
  }
}
#bnr .box .child a .ja {
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  #bnr .box .child a .ja {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  #bnr .box .child a .ja {
    font-size: 14px;
  }
}

footer {
  width: 100%;
  padding: 0 220px;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: url("../images/top/circlePink.png") no-repeat;
  background-size: 650px auto;
  background-position: right -300px bottom -300px;
}
@media screen and (max-width: 768px) {
  footer {
    background-size: 70%;
    background-position: right -50px bottom -50px;
  }
}
@media screen and (max-width: 1100px) {
  footer {
    padding: 0 40px;
  }
}
footer h1 img,
footer .logo img {
  width: 162px;
}
@media screen and (max-width: 1024px) {
  footer h1 img,
footer .logo img {
    width: 106px;
  }
}
footer .detailBox {
  width: 100%;
  justify-content: space-between;
  display: flex;
  z-index: 10;
  padding: 40px 0px 0;
  margin-bottom: 210px;
}
@media screen and (max-width: 1024px) {
  footer .detailBox {
    padding: 20px 20px 0;
    display: block;
  }
}
footer .detailBox .logoBox .logo {
  margin: 0 auto;
  width: 172px;
}
@media screen and (max-width: 1024px) {
  footer .detailBox .logoBox .logo {
    margin: 0 auto 90px;
  }
}
footer .detailBox .logoBox .logo img {
  width: 100%;
}
footer .detailBox nav {
  position: relative;
  width: 100%;
}
footer .detailBox nav .left {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  footer .detailBox nav .left {
    display: none;
    padding: 90px 0;
  }
}
footer .detailBox nav .left li {
  padding-left: 40px;
  line-height: 1;
}
footer .detailBox nav .left li a {
  font-size: 16px;
  font-family: "Cormorant Garamond", serif;
}
footer .detailBox nav .right {
  display: flex;
  position: absolute;
  right: 0;
  top: 60px;
}
@media screen and (max-width: 1024px) {
  footer .detailBox nav .right {
    display: flex;
    justify-content: space-between;
    width: 102px;
    position: static;
    margin: 0 auto 90px;
  }
}
footer .detailBox nav .right li {
  padding-left: 0;
}
footer .detailBox nav .right .lineIcon {
  padding-left: 20px;
}
@media screen and (max-width: 1024px) {
  footer .detailBox nav .right .lineIcon {
    padding: 0;
  }
}
footer .detailBox nav address {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  footer .detailBox nav address {
    position: static;
    margin: 0 auto;
    text-align: center;
  }
}
footer .detailBox .circlePink3 {
  position: absolute;
  right: -41vw;
  bottom: -30vw;
  z-index: -10;
}
@media screen and (max-width: 768px) {
  footer .detailBox .circlePink3 {
    right: -41vw;
    bottom: -30vw;
  }
}
footer .detailBox .circlePink3 img {
  width: 58vw;
}
@media screen and (max-width: 768px) {
  footer .detailBox .circlePink3 img {
    width: 82vw;
  }
}

.reserveBtn {
  position: fixed;
  bottom: 20px;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .reserveBtn {
    bottom: 0;
  }
}
.reserveBtn .hot {
  padding: 40px 20px;
}
@media screen and (max-width: 768px) {
  .reserveBtn .hot {
    padding: 20px;
  }
}
.reserveBtn .hot a img {
  border-radius: 20px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .reserveBtn .hot a img {
    width: 120px;
    border-radius: 10px;
  }
}
.reserveBtn .box a {
  padding: 30px 50px;
  background: #432B1B;
  border-radius: 82px 82px 82px 0px;
  color: #FCFAF6;
}
@media screen and (max-width: 768px) {
  .reserveBtn .box a {
    padding: 15px 25px;
  }
}

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

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

header .drawer {
  cursor: pointer;
  display: none;
  background: #FCFAF6;
}
@media screen and (max-width: 1024px) {
  header .drawer {
    display: block;
  }
}

.drawer-open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 101;
  cursor: pointer;
  margin: auto;
  background: #FCFAF6;
  border-radius: 50%;
  border: solid 1px #432B1B;
}
@media screen and (max-width: 1024px) {
  .drawer-open {
    height: 64px;
    width: 64px;
    background: #FCFAF6;
  }
}
.drawer-open .title {
  font-size: 8px;
  width: 39px;
  padding-top: 25px;
}

.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: "";
  display: block;
  height: 3px;
  width: 26px;
  transition: 0.5s;
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
    height: 1px;
    width: 26px;
  }
}

.drawer-open span:before {
  bottom: 50%;
  background: #432B1B;
}
@media screen and (max-width: 1024px) {
  .drawer-open span:before {
    top: auto;
    bottom: calc(50% - 4px);
  }
}

.drawer-open span:after {
  top: 50%;
  background: #432B1B;
}
@media screen and (max-width: 1024px) {
  .drawer-open span:after {
    top: calc(50% - 4px);
    width: 26px;
  }
}

.drawer-open.clicked .title {
  text-align: center;
}

.drawer-open.clicked span {
  background: rgba(255, 255, 255, 0);
}

.drawer-open.clicked span::before {
  bottom: 0;
  transform: rotate(45deg);
}

.drawer-open.clicked span::after {
  top: 0;
  width: 26px;
  transform: rotate(-45deg);
}

/* 横スライドメニュー*/
.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  /*ヘッダーの高さ*/
  left: 100%;
  /*向き変更*/
  background: #FCFAF6;
  background-color: rgba(252, 250, 246, 0.9);
  transition: 0.5s;
  margin-left: 0px;
  /*向き変更・背景見せる場合マージン入れる*/
  padding-right: 70px;
  /*向き変更・背景見せる場合マージン入れる*/
  overflow: scroll;
  z-index: 100;
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .drawer-content {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .drawer-content {
    top: 0;
  }
}
.drawer-content .drawer-content-wrap {
  padding-top: 120px;
}
.drawer-content ul {
  margin-bottom: 50px;
}
.drawer-content .right {
  display: flex;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: inline-block;
}
.drawer-content .right li {
  display: inline;
}
.drawer-content .right .line {
  padding-left: 20px;
}
.drawer-content .left li {
  text-align: center;
}
.drawer-content .left li a {
  display: block;
  margin-bottom: 30px;
  line-height: 1;
}
.drawer-content .left li a img {
  width: 60%;
  border-radius: 10px;
}
.drawer-content .left li .info {
  font-size: 12px;
  margin-bottom: 20px;
}
.drawer-content .left li .info span {
  display: block;
  margin-bottom: 10px;
}
.drawer-content .left li .tel {
  display: flex;
}
.drawer-content .left li .tel a {
  font-size: 24px;
}

.drawer-content-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.drawer-content.clicked {
  left: 0;
  /*向き変更*/
}

.drawer-content-bg.clicked {
  left: 0;
}

/*inview用アニメーション*/
#interviewDetail header {
  height: 80vh;
}
@media screen and (max-width: 768px) {
  #interviewDetail header {
    height: 60vh;
  }
}
#interviewDetail header .mainVisual {
  height: 80vh;
}
@media screen and (max-width: 768px) {
  #interviewDetail header .mainVisual {
    height: 60vh;
  }
}
#interviewDetail header .mainVisual .box {
  top: auto;
  bottom: 80px;
  transform: none;
  left: 130px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  #interviewDetail header .mainVisual .box {
    left: 80px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail header .mainVisual .box {
    left: 30px;
    bottom: 60px;
  }
}
#interviewDetail header .mainVisual .box .name {
  font-size: 112px;
  line-height: 1.75;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail header .mainVisual .box .name {
    font-size: 92px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail header .mainVisual .box .name {
    font-size: 64px;
    padding-right: 20px;
  }
}
#interviewDetail header .mainVisual .box .hosoku li {
  display: inline-block;
  background: #4FACFE;
  color: #fff;
  line-height: 1.75;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #interviewDetail header .mainVisual .box .hosoku li {
    padding: 5px;
  }
}
#interviewDetail header .mainVisual .box .hosoku li:first-child {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  #interviewDetail header .mainVisual .box .hosoku li:first-child {
    margin-bottom: 0;
  }
}
#interviewDetail header .mainVisual .image {
  height: 80vh;
  background: url(../images/common/bgTitle.jpg) no-repeat;
  background-size: cover;
  background-position: right center;
}
@media screen and (max-width: 768px) {
  #interviewDetail header .mainVisual .image {
    height: 60vh;
  }
}
#interviewDetail .mainContainer {
  position: relative;
  background: #EEF7FE;
}
#interviewDetail .interviewProject {
  position: absolute;
  padding: 70px 256px 0 120px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewProject {
    padding: 70px 200px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewProject {
    padding: 40px 40px 0;
  }
}
#interviewDetail .interviewProject .box {
  background: #4FACFE;
  border-radius: 24px;
  padding: 60px;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewProject .box {
    padding: 20px;
    border-radius: 12px;
  }
}
#interviewDetail .interviewProject .box h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewProject .box h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#interviewDetail .interviewProject .box span {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewProject .box span {
    font-size: 10px;
    right: auto;
    top: auto;
    writing-mode: inherit;
    color: #fff;
    position: relative;
  }
}
#interviewDetail .interviewDetailWrap {
  padding: 70px 60px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap {
    padding: 40px 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner {
  background-color: #fff;
  border-radius: 24px;
  padding-bottom: 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner {
    border-radius: 12px;
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .torikumiWrap {
  padding: 210px 60px 0 190px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .torikumiWrap {
    padding: 210px 60px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .torikumiWrap {
    padding: 270px 20px 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .torikumiWrap .box {
  border: 4px solid #4FACFE;
  border-radius: 24px;
  padding: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .torikumiWrap .box {
    border-radius: 12px;
    padding: 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .torikumiWrap .box h2 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
  color: #4FACFE;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .torikumiWrap .box h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
#interviewDetail .interviewDetailWrap .inner .torikumiWrap .box span {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-size: 12px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  right: 20px;
  top: 20px;
  color: #4FACFE;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .torikumiWrap .box span {
    font-size: 10px;
    right: auto;
    top: auto;
    writing-mode: inherit;
    color: #4FACFE;
    position: relative;
  }
}
#interviewDetail .interviewDetailWrap .inner .fullImageWrap {
  margin-bottom: 100px;
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .fullImageWrap {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .fullImageWrap img {
  width: 100%;
  border-radius: 10px;
}
#interviewDetail .interviewDetailWrap .inner .halfImageWrap {
  padding: 0 60px 0 250px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .halfImageWrap {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .halfImageWrap {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .halfImageWrap img {
  width: 100%;
  border-radius: 10px;
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap {
  padding: 0 60px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap {
    padding: 0 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap .box {
  background: #EDF7FF;
  padding: 60px 60px 0;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap .box {
    padding: 20px 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap .box .smallTitleBox {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap .box .smallTitleBox {
    margin-bottom: 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap .box .smallTitleBox .en {
  font-weight: 700;
  line-height: 1.75;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 20px;
  font-size: 36px;
  color: #4FACFE;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap .box .smallTitleBox .en {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap .box .smallTitleBox h3 {
  line-height: 1.75;
  font-weight: 700;
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap dl {
    display: block;
    margin-left: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dt {
  width: 113px;
  font-weight: bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dt {
    width: auto;
    margin-left: 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd {
  width: calc(100% - 113px);
  display: flex;
  justify-content: space-between;
  border-left: solid 2px #4facfe;
  padding-left: 45px;
  padding-bottom: 50px;
  position: relative;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd {
    width: auto;
    padding: 10px 0 30px 0;
    display: block;
    border-left: solid 2px #4facfe;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd div {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd div {
    padding-left: 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd div h4 {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd div h4 {
    margin-top: 10px;
    font-size: 16px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd span {
  width: 13px;
  position: absolute;
  top: 0;
  left: -9px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd span {
    top: -15px;
    left: -10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd span img {
  width: 16px;
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd:last-of-type {
  border-left: solid 0px #4facfe;
}
#interviewDetail .interviewDetailWrap .inner .scheduleWrap dl dd:last-of-type span {
  left: -6px;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap {
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild {
    display: block;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild .num {
  display: block;
  padding: 0;
  font-size: 76px;
  font-weight: 700;
  line-height: 1.75;
  font-family: "Cormorant Garamond", serif;
  margin-right: 20px;
  font-weight: 700;
  background: linear-gradient(to bottom, #C3FB99, #66ACF7);
  /* 上から下へのグラデーション */
  -webkit-background-clip: text;
  /* 背景を文字にクリップ */
  -webkit-text-fill-color: transparent;
  /* 背景以外の部分を透明に */
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild .num {
    font-size: 64px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild .num {
    font-size: 48px;
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild .detail h3 {
  margin-bottom: 30px;
  font-size: 28px;
  line-height: 1.5;
  color: #5BA1D8;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild .detail h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap .subTitleChild .detail h3 {
    font-size: 18px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat1 {
  padding: 100px 160px 0;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat1 {
    padding: 100px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat1 {
    padding: 60px 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 {
  position: relative;
  padding: 0 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .subTitleChild {
  display: block;
  padding-left: 45%;
  position: relative;
  top: -140px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .subTitleChild {
    padding-left: 28%;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .subTitleChild {
    padding-left: 0;
    top: auto;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .subTitleChild .num {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .subTitleChild .num {
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .image {
  width: 62%;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .image {
    width: 100%;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat2 .image img {
  width: 100%;
  border-radius: 10px;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat3 {
  padding: 0 220px 0;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat3 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat3 {
    padding: 0 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat4 {
  padding: 0 250px 0 120px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat4 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat4 {
    padding: 0 20px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 {
  padding: 0 60px;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box {
  display: flex;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box {
    display: block;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .subTitleChild {
  display: block;
  padding-left: 55px;
  margin-bottom: 0;
  width: 62%;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .subTitleChild {
    width: 100%;
    padding-left: 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .subTitleChild .num {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .subTitleChild .num {
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .image {
  width: 38%;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .image {
    width: 100%;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat5 .box .image img {
  width: 100%;
  border-radius: 10px;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat6 {
  padding: 100px 250px 0 65px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat6 {
    padding: 100px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat6 {
    padding: 60px 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 {
  position: relative;
  padding: 0 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 {
    padding: 0 20px;
    margin-bottom: 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 .subTitleChild {
  padding-left: 34%;
  padding-right: 60px;
  position: absolute;
  top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 .subTitleChild {
    padding-left: 28%;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 .subTitleChild {
    padding-left: 0;
    padding-right: 0;
    top: auto;
    position: relative;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 .image {
  width: 62%;
  padding-top: 180px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 .image {
    padding-top: 0;
    width: 100%;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat7 .image img {
  width: 100%;
  border-radius: 10px;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat8 {
  padding: 100px 200px 0 250px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat8 {
    padding: 100px 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat8 {
    padding: 60px 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat9 {
  padding: 0 130px 0 200px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat9 {
    padding: 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat9 {
    padding: 0 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat10 {
  padding: 0 65px 0 250px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat10 {
    padding: 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat10 {
    padding: 0 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 {
  padding: 0 200px 0 60px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 {
    padding: 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 {
    padding: 0 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild {
  display: block;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner {
    display: block;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner .num {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner .num {
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #5BA1D8;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner h3 {
    font-size: 18px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner .image {
  width: 43%;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner .image {
    width: 100%;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .titleInner .image img {
  width: 100%;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .detail {
  padding-right: 130px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat11 .subTitleChild .detail {
    padding-right: 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 {
  position: relative;
  padding: 0 130px 0 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 {
    padding: 0 60px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 {
    padding: 0 20px;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .subTitleChild {
  display: block;
  left: 0;
  position: relative;
  top: -140px;
  margin-bottom: 0;
  padding-right: 250px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .subTitleChild {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .subTitleChild {
    padding-left: 0;
    top: auto;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .subTitleChild .num {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .subTitleChild .num {
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .image {
  margin-left: 34%;
  width: 66%;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .image {
    width: 100%;
    margin-bottom: 60px;
    margin-left: 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat12 .image img {
  width: 100%;
  border-radius: 10px;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat13 {
  padding: 0 65px 0 320px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat13 {
    padding: 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat13 {
    padding: 0 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 {
  padding: 0 190px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 {
    padding: 0 60px 0;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 {
    padding: 0 20px 0;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild {
  display: block;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: end;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner {
    display: block;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner .num {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner .num {
    margin-bottom: 10px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #5BA1D8;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner h3 {
    font-size: 18px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner .image {
  width: 43%;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner .image {
    width: 100%;
    margin-bottom: 60px;
  }
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .titleInner .image img {
  width: 100%;
}
#interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .detail {
  padding-right: 130px;
}
@media screen and (max-width: 1024px) {
  #interviewDetail .interviewDetailWrap .inner .questionWrap.pat14 .subTitleChild .detail {
    padding-right: 0;
  }
}
#interviewDetail .interviewDetailWrap .btnWrap {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  #interviewDetail .interviewDetailWrap .btnWrap {
    margin-bottom: 80px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.add-animation {
  animation: zoom-fade 10s both;
}

@keyframes zoom-fade {
  0% {
    /*transform: scale(1.05);*/
    transform: scale(1);
  }
  100% {
    /*transform: scale(1);*/
    transform: scale(1.05);
  }
}
/*inview用アニメーション*/
.mask-wrap {
  display: table;
  overflow: hidden;
  margin: 0;
}
.mask-wrap .mask {
  display: table;
  position: relative;
  left: -100%;
  overflow: hidden;
}
.mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #4FACFE;
}

.inview {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.inview span {
  display: block;
  opacity: 0;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

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

.video-inview {
  opacity: 0;
  transition: 0.3s;
}

.video-inview.is-show {
  opacity: 1;
}

.r-inview {
  overflow: hidden;
  transform: translate(99.8%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.r-inview span {
  display: block;
  transform: translate(100%, 0);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}

.r-inview.is-show,
.r-inview.is-show span {
  transform: translate(0, 0);
}

.sub-title-inview {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.sub-title-inview.left {
  justify-content: flex-start;
}
.sub-title-inview span {
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.sub-title-inview.is-show span {
  transform: translate(0, 0);
}

.particle-wrap {
  position: relative;
  overflow: hidden;
}

.particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50px, -50px);
    opacity: 0;
  }
}
.text-inview {
  display: inline-block;
  opacity: 0;
  transform: scale(0.8);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
}
.text-inview span {
  display: inline-block;
  transform: rotate(-90deg) translateY(-100%);
  transition: transform 0.5s ease-in-out;
}
.text-inview.is-show {
  opacity: 1;
  transform: scale(1);
}
.text-inview.is-show span {
  transform: rotate(0deg) translateY(0);
}

.fade-slide-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.fade-slide-in.is-show {
  opacity: 1;
  transform: translateY(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.zoom-in.is-show {
  opacity: 1;
  transform: scale(1);
}

.zoom-blur-out {
  opacity: 0;
  transform: scale(1.1);
  filter: blur(10px);
  transition: transform 0.5s ease, filter 0.5s ease, opacity 0.5s ease;
}
.zoom-blur-out.is-show {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.grecaptcha-badge {
  z-index: 999;
}

@media screen and (max-width: 1024px) {
  br.lg {
    display: none;
  }
}

/*ローディングバー*/
.sliderStatusWrap {
  margin-bottom: 120px;
  display: flex;
  justify-content: right;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .sliderStatusWrap {
    font-size: 16px;
  }
}
.sliderStatusWrap .sliderStatusArea {
  z-index: 10;
  display: flex;
  align-items: center;
  /* 1/3 のテキスト (カウンター) */
}
.sliderStatusWrap .sliderStatusArea .slickCounter {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  font-weight: bold;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .sliderStatusWrap .sliderStatusArea .slickCounter {
    font-size: 16px;
  }
}
.sliderStatusWrap .sliderStatusArea .slideProgress {
  position: relative;
  width: 80px;
  /* お好みで */
  height: 1px;
  /* お好みで */
  background: #DFD5CD;
  overflow: hidden;
  border-radius: 1px;
}
.sliderStatusWrap .sliderStatusArea .slideProgress .slideProgressBar {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  /* 初期状態は 0% */
  height: 1px;
  background: #432B1B;
  /* バーの色 */
  transition: none;
  /* JSでアニメ管理したい場合は transition: none; */
}