@charset "UTF-8";
/*
*Theme Name: 
*Author: 
*Description: 
*Version: 1.0.0
*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
i,
ul,
li,
header,
nav,
aside,
section,
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
}

body {
  overflow-x: hidden;
  background-color: #f2f3f5;
}

html {
  scroll-behavior: smooth;
}

ul,
ol,
li {
  list-style: none;
}

a {
  display: block;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
}
a:hover, a:active {
  cursor: pointer;
}
a img {
  border: none;
}

img {
  vertical-align: middle;
  border: 0;
  width: 100%;
  height: auto;
  max-width: initial;
}

@media (max-width: 750px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .sp-only {
    display: none !important;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
}

p {
  color: #4d4d4d;
}

.bold {
  font-weight: bold;
}

.alC {
  text-align: center;
}

.tW {
  color: #fff;
}

@font-face {
  font-family: "Yu Gothic UI";
  font-style: normal;
  font-weight: 400;
  src: url(/fonts/Yu-Gothic-UI-Regular.woff) format("woff"), url(/fonts/Yu-Gothic-UI-Regular.eot) format("eot");
  font-display: swap;
}
@font-face {
  font-family: "Yu Gothic UI Bold";
  font-style: normal;
  src: url(/fonts/Yu-Gothic-UI-Bold.woff) format("woff"), url(/fonts/Yu-Gothic-UI-Bold.eot) format("eot");
  font-display: swap;
}
.fontLoaded {
  font-family: "Yu Gothic UI", serif;
}

.fontLoadedBold {
  font-family: "Yu Gothic UI Bold", serif;
}

.start {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 9000;
}

.demoTxt {
  position: fixed;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  z-index: 9200;
  display: block;
  opacity: 0;
  font-size: 24px;
  text-align: center;
  color: gray;
}
@media screen and (max-width: 1080px) {
  .demoTxt {
    font-size: 20px;
  }
}
@media screen and (max-width: 910px) {
  .demoTxt {
    width: 90vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .demoTxt {
    width: 90vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 411px) {
  .demoTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 366px) {
  .demoTxt {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  .demoTxt {
    font-size: 8px;
  }
}

.demoTxt2 {
  position: fixed;
  left: 50%;
  top: 53%;
  transform: translate(-50%, -50%);
  z-index: 9200;
  display: block;
  opacity: 0;
  font-size: 24px;
  text-align: center;
  color: gray;
}
@media screen and (max-width: 1080px) {
  .demoTxt2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 910px) {
  .demoTxt2 {
    width: 90vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .demoTxt2 {
    width: 90vw;
    font-size: 16px;
  }
}
@media screen and (max-width: 411px) {
  .demoTxt2 {
    font-size: 14px;
  }
}
@media screen and (max-width: 366px) {
  .demoTxt2 {
    font-size: 12px;
  }
}
@media screen and (max-width: 340px) {
  .demoTxt2 {
    font-size: 8px;
  }
}

.demoTxt span,
.demoTxt2 span {
  opacity: 0;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.animationBg {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9100;
  display: none;
}

.animationBgFilter {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9110;
  background: -moz-linear-gradient(top, #fff -12%, rgba(255, 255, 255, 0) 80%, #fff);
  background: -webkit-linear-gradient(top, #fff -12%, rgba(255, 255, 255, 0) 80%, #fff);
  background: linear-gradient(to bottom, #fff -12%, rgba(255, 255, 255, 0) 80%, #fff);
}

.hanamiraLogo {
  width: auto;
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9200;
  display: none;
}

.demoTxtAfter {
  opacity: 0;
  position: fixed;
  right: 6%;
  top: 16%;
  z-index: 9200;
  font-size: 24px;
  text-align: center;
  color: #4f4f4f;
  white-space: nowrap;
}

.txtMove {
  opacity: 1;
  top: 20%;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

.titleTxt {
  font-size: 32px !important;
  font-weight: bold;
  opacity: 0;
  position: fixed;
  right: 6%;
  top: 30%;
  z-index: 9200;
  font-size: 24px;
  text-align: center;
  color: #4a4a4a;
  white-space: nowrap;
}

.titleMove {
  opacity: 1;
  top: 35%;
  -webkit-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}

#header {
  position: fixed;
  top: 0;
  height: 80px;
  width: 100vw;
  max-width: 1920px;
  background-color: #fff;
  z-index: 900;
}
@media screen and (min-width: 1920px) {
  #header {
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  #header {
    height: 65px;
  }
}
#header .headerInner {
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 84%;
}
@media screen and (max-width: 750px) {
  #header .headerInner {
    width: 92%;
  }
}

#header.size {
  height: 60px;
  background-color: white;
}

#header h1 {
  height: 90%;
  width: auto;
}

#header h1 a {
  height: 100%;
  width: auto;
}

#header h1 a #logo {
  height: 100%;
  width: 175px;
  object-fit: contain;
  transition: 0.5s;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  #header h1 a #logo {
    width: 150px;
  }
}

#footer {
  width: 100vw;
  max-width: 1920px;
  padding: 16px 0;
  margin: 0 auto;
  box-sizing: border-box;
  background: -webkit-linear-gradient(87deg, #e3e1f4, #f1d9ef);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 25px;
}
#footer ul {
  width: 100%;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 530px) {
  #footer ul {
    width: 90%;
    gap: 9px;
  }
}
#footer ul li a {
  color: #4d4d4d;
  font-size: 14px;
  transition: 0.3s;
}
@media screen and (max-width: 530px) {
  #footer ul li a {
    font-size: 12px;
  }
}
#footer ul li a:hover {
  color: #7e7e7e;
  transition: 0.3s;
}
#footer .copyright {
  font-size: 12px;
  color: #4d4d4d;
}
@media screen and (max-width: 530px) {
  #footer .copyright {
    font-size: 10px;
  }
}
#footer .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
#footer .sns a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 13px;
  color: #4d4d4d;
  text-decoration: none;
  transition: 0.3s;
}
#footer .sns a img {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
}
@media screen and (max-width: 530px) {
  #footer .sns a img {
    width: 24px;
    height: 24px;
  }
}
#footer .sns a span {
  font-size: 12px;
}
@media screen and (max-width: 530px) {
  #footer .sns a span {
    font-size: 11px;
  }
}
#footer .sns a:hover {
  opacity: 0.7;
  color: #7e7e7e;
}
#footer .sns a.blog-text {
  flex-direction: row;
}
#footer .sns a.blog-text img {
  display: none;
}
#footer .sns a.blog-text span {
  font-size: 14px;
}

#main {
  height: auto;
  width: 100vw;
  max-width: 1920px;
  background-color: #fff;
  margin: 80px auto 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  #main {
    margin-top: 65px;
  }
}

.top {
  height: 80vh;
  width: 100%;
  max-height: 1200px;
  position: relative;
  z-index: 0;
  background-image: url("../img/hanamira_top_bg_pc.jpg");
  background-color: #f2f3f5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .top {
    background-image: url("../img/hanamira_top_bg_sp.jpg");
    background-position: top;
  }
}
@media screen and (max-width: 530px) {
  .top {
    height: 70vh;
  }
}
@media screen and (max-width: 450px) {
  .top {
    background-size: 100% auto;
  }
}
.top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 50%, white 180%);
}
@media screen and (min-width: 750px) {
  .top::after {
    display: none;
  }
}
.top .inner {
  align-items: flex-start;
}
@media screen and (min-width: 1441px) {
  .top .inner {
    max-width: 1250px;
  }
}
@media screen and (max-width: 750px) {
  .top .inner {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .top .inner {
    justify-content: center;
    width: 96%;
  }
}
.top .topTxtSp {
  width: 75%;
  position: absolute;
  top: 15vh;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.top .section {
  display: none;
}
.top .topTitle {
  white-space: nowrap;
  width: 700px;
  height: auto;
  padding: 16px 32px;
  box-sizing: border-box;
  margin: 344px 0 0 0;
  background: linear-gradient(87deg, rgba(248, 166, 198, 0.75), rgba(200, 197, 224, 0.75));
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
@media screen and (min-width: 1441px) {
  .top .topTitle {
    margin: 600px 0 0 0;
    width: 800px;
  }
}
@media screen and (max-width: 750px) {
  .top .topTitle {
    gap: 0;
    width: 400px;
    padding: 16px 8px;
  }
}
@media screen and (max-width: 550px) {
  .top .topTitle {
    justify-content: center;
    width: 100%;
    padding: 16px 2px;
    min-width: 86vw;
  }
}
@media screen and (max-width: 550px) {
  .top .topTitle {
    justify-content: center;
    width: 100%;
    padding: 16px 2px;
    min-width: 86vw;
  }
}
.top .topTitle img {
  height: auto;
  width: 36%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (min-width: 1441px) {
  .top .topTitle img {
    width: 40%;
    margin-right: 24px;
  }
}
@media screen and (max-width: 750px) {
  .top .topTitle img {
    display: none;
  }
}
.top .topTitle p {
  width: 60%;
  font-size: 22px;
  line-height: 2em;
  color: white;
}
@media screen and (min-width: 1441px) {
  .top .topTitle p {
    font-size: 24px;
  }
}
@media screen and (max-width: 810px) {
  .top .topTitle p {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top .topTitle p {
    text-align: center;
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 550px) {
  .top .topTitle p {
    font-size: 16px;
  }
}

.introduction {
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
}
.introduction .inner {
  width: 84%;
  height: 100%;
  max-width: 924px;
  margin: 0 auto;
  padding: 240px 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 601px) {
  .introduction .inner {
    width: 90%;
  }
}
@media screen and (max-width: 501px) {
  .introduction .inner {
    padding: 180px 0 0 0;
  }
}
.introduction .txtArea {
  height: auto;
  width: 75%;
  max-width: 700px;
  margin-bottom: 80px;
  padding: 0 4% 50px calc(84vw * 0.75 * 0.37);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .introduction .txtArea {
    padding: 0 4% 50px calc(1441px * 0.84 * 0.75 * 0.37);
  }
}
@media screen and (max-width: 600px) {
  .introduction .txtArea {
    width: 95vw;
    margin-right: -5vw;
    margin-bottom: 50px;
    padding: 32px 10%;
  }
}
@media screen and (max-width: 500px) {
  .introduction .txtArea {
    margin-bottom: 30px;
  }
}
.introduction .txtArea img {
  margin: -50px 0 56px 0;
  height: auto;
  width: calc(84vw * 0.75 * 0.6);
  max-width: 415px;
  position: relative;
}
@media screen and (max-width: 600px) {
  .introduction .txtArea img {
    margin: 40px 0 56px calc(-1 * ((95vw * 0.1) + 2.5vw));
    width: 90vw;
  }
}
@media screen and (max-width: 600px) {
  .introduction .txtArea img {
    margin-top: -20px;
    max-width: 400px;
  }
}
@media screen and (max-width: 540px) {
  .introduction .txtArea img {
    margin: 40px 0 48px calc(-1 * ((95vw * 0.1) + 2.5vw));
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .introduction .txtArea img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 400px) {
  .introduction .txtArea img {
    margin-top: 100px;
  }
}
.introduction .txtArea p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 32px 0;
  text-align: left;
  font-weight: 100;
  line-height: 28px;
}
@media screen and (max-width: 750px) {
  .introduction .txtArea p {
    font-size: 14px;
    margin: 0 0 24px 0;
    line-height: 26px;
  }
}
.introduction .txtArea p span {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  .introduction .txtArea p span {
    font-size: 16px;
  }
}
.introduction .txtArea p span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}
.introduction .txtArea p:last-child {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .introduction .txtArea p:last-child {
    font-size: 16px;
  }
}
.introduction .txtArea::before {
  content: "";
  height: calc(84vw * 0.75 * 0.6 * 1.5);
  width: 60%;
  max-width: 402px;
  max-height: 674px;
  position: absolute;
  top: -50px;
  left: -30%;
  background-image: url("../img/hanamira_img_flower.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .introduction .txtArea::before {
    max-height: 500px;
  }
}
@media screen and (max-width: 600px) {
  .introduction .txtArea::before {
    height: calc(95vw * 0.6);
    width: 90vw;
    top: calc(-1 * 95vw * 0.35);
    left: -6%;
    height: calc(84vw * 0.75 * 0.6);
    min-height: 240px;
  }
}

.about .obj {
  z-index: 1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .about .obj {
    top: calc(-1 * 1440px * 0.5 * 0.4);
  }
}
@media screen and (max-width: 530px) {
  .about .obj {
    right: -50px;
    top: calc(-1 * 50vw * 0.6);
    width: 48%;
  }
}
.about h2::before {
  display: none;
}
.about h2:after {
  display: none;
}

.aboutContents {
  height: auto;
  width: 100%;
  background-image: url("../img/hanamira_bg_aboutcontents.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutContents .inner {
  width: 84%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  padding: 88px 0 88px 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 32px;
  align-items: flex-start;
}
@media screen and (min-width: 1180px) {
  .aboutContents .inner {
    padding: 88px 0 88px 50px;
  }
}
@media screen and (max-width: 750px) {
  .aboutContents .inner {
    width: 90%;
    grid-template-columns: repeat(1, 100%);
  }
}
@media screen and (max-width: 630px) {
  .aboutContents .inner {
    padding: 24px 0;
    row-gap: 12px;
  }
}
.aboutContents .dodecagon {
  background-image: url("../img/hanamira_dodecagon.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  width: calc(100vw * 0.84 * 0.5);
  height: calc(100vw * 0.84 * 0.5);
  max-width: 462px;
  max-height: 462px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 950px) {
  .aboutContents .dodecagon {
    gap: 14px;
  }
}
@media screen and (max-width: 750px) {
  .aboutContents .dodecagon {
    width: 100%;
    height: calc(100vw * 0.9);
    margin: 0 auto;
    gap: 24px;
  }
}
@media screen and (max-width: 445px) {
  .aboutContents .dodecagon {
    gap: 20px;
  }
}
@media screen and (max-width: 380px) {
  .aboutContents .dodecagon {
    gap: 18px;
  }
}
@media screen and (max-width: 365px) {
  .aboutContents .dodecagon {
    gap: 24px;
  }
}
@media screen and (max-width: 280px) {
  .aboutContents .dodecagon {
    gap: 24px;
  }
}
.aboutContents .dodecagon .title {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 70px;
  color: #4d4d4d;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1050px) {
  .aboutContents .dodecagon .title {
    margin-top: 50px;
  }
}
@media screen and (max-width: 750px) {
  .aboutContents .dodecagon .title {
    margin-top: 56px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 445px) {
  .aboutContents .dodecagon .title {
    font-size: 16px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 380px) {
  .aboutContents .dodecagon .title {
    margin-top: 42px;
  }
}
@media screen and (max-width: 365px) {
  .aboutContents .dodecagon .title {
    font-size: 12px;
  }
}
@media screen and (max-width: 280px) {
  .aboutContents .dodecagon .title {
    margin-top: 26px;
  }
}
.aboutContents .dodecagon .title::before {
  content: "";
  height: 80px;
  width: 70px;
  background-image: url(../img/hanamira_obj_sm1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: 75px;
  z-index: -1;
}
.aboutContents .dodecagon .title::after {
  content: "";
  height: 120%;
  width: 70px;
  background-image: url(../img/hanamira_obj_sm2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  bottom: -20px;
  right: 70px;
  z-index: -1;
}
.aboutContents .dodecagon .contents {
  font-size: 14px;
  line-height: 28px;
  padding: 0 calc(100vw * 0.84 * 0.5 * 0.1);
  color: #4d4d4d;
}
@media screen and (max-width: 1000px) {
  .aboutContents .dodecagon .contents {
    line-height: 26px;
  }
}
@media screen and (max-width: 950px) {
  .aboutContents .dodecagon .contents {
    padding: 0 15%;
    font-size: 12px;
    line-height: 2em;
  }
}
@media screen and (max-width: 800px) {
  .aboutContents .dodecagon .contents {
    line-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .aboutContents .dodecagon .contents {
    line-height: 24px;
    font-size: 16px;
    padding: 0 60px;
  }
}
@media screen and (max-width: 500px) {
  .aboutContents .dodecagon .contents {
    font-size: 14px;
  }
}
@media screen and (max-width: 445px) {
  .aboutContents .dodecagon .contents {
    font-size: 12px;
  }
}
@media screen and (max-width: 365px) {
  .aboutContents .dodecagon .contents {
    font-size: 10px;
    line-height: 28px;
  }
}
@media screen and (max-width: 280px) {
  .aboutContents .dodecagon .contents {
    font-size: 10px;
    line-height: 24px;
    padding: 0 32px;
  }
}
.aboutContents .dodecagon .contentsSp {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}
.aboutContents .dodecagon:nth-child(2) {
  margin: 180px 0 0 0;
}
@media screen and (max-width: 750px) {
  .aboutContents .dodecagon:nth-child(2) {
    margin: 0 auto;
  }
}
.aboutContents .dodecagon:nth-child(3) {
  margin: -180px 0 0 0;
}
@media screen and (max-width: 750px) {
  .aboutContents .dodecagon:nth-child(3) {
    margin: 0 auto;
  }
}

.vision1 {
  height: auto;
  width: 100%;
  background-color: white;
  position: relative;
  z-index: 0;
}
.vision1 .obj {
  height: auto;
  width: 30%;
  max-width: 450px;
  position: absolute;
  bottom: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
  transform: rotate(-180deg);
  z-index: 2;
}
@media screen and (min-width: 1441px) {
  .vision1 .obj {
    bottom: calc(-1 * 1440px * 0.5 * 0.4);
  }
}
@media screen and (max-width: 750px) {
  .vision1 .obj {
    width: 47%;
    bottom: calc(-1 * 50vw * 0.5);
    right: -18%;
  }
}
.vision1 .obj2 {
  z-index: 2;
  height: auto;
  width: 45%;
  max-width: 500px;
  position: absolute;
  top: calc(-1 * 50vw * 0.9);
  left: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .vision1 .obj2 {
    top: calc(-1 * 1440px * 0.5 * 0.9);
  }
}
.vision1 .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 750px) {
  .vision1 .inner {
    width: 90%;
    flex-direction: column-reverse;
  }
}
.vision1 .img {
  position: relative;
  z-index: 1;
  width: 50%;
  height: 100%;
  max-width: 400px;
  min-height: 500px;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/hanamira_img_vision1.jpg");
}
@media screen and (max-width: 750px) {
  .vision1 .img {
    background-image: url("../img/hanamira_img_vision1_sp.jpg");
    width: 90%;
    margin-top: 80px;
    margin-left: -50%;
    min-height: 400px;
  }
}
@media screen and (max-width: 550px) {
  .vision1 .img {
    min-height: 250px;
    margin-left: -60%;
    background-position: right;
    margin-top: 50px;
  }
}
.vision1 .txtArea {
  height: auto;
  width: 50%;
  padding: 150px 2% 150px 60px;
  box-sizing: border-box;
  line-height: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .vision1 .txtArea {
    width: 100%;
    padding: 32px 10% 0px 25%;
    line-height: 26px;
  }
}
@media screen and (max-width: 550px) {
  .vision1 .txtArea {
    padding: 32px 0 0px 32px;
  }
}
.vision1 .txtArea p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 32px 0;
  text-align: left;
}
@media screen and (max-width: 550px) {
  .vision1 .txtArea p {
    font-size: 14px;
  }
}
.vision1 .txtArea p span {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 550px) {
  .vision1 .txtArea p span {
    font-size: 18px;
  }
}
.vision1 .txtArea p span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}

.vision2 {
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
}
@media screen and (max-width: 750px) {
  .vision2 {
    display: none;
  }
}
.vision2 .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 125px 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .vision2 .inner {
    width: 90%;
    padding-top: calc(90vw * 0.7);
  }
}
.vision2 .txtArea {
  height: auto;
  width: 75%;
  margin-bottom: 70px;
  padding: 55px 4% 10px calc(84vw * 0.75 * 0.37);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  position: relative;
  line-height: 2rem;
}
@media screen and (min-width: 1441px) {
  .vision2 .txtArea {
    padding: 55px 4% 10px calc(1440px * 0.84 * 0.75 * 0.37);
  }
}
@media screen and (max-width: 750px) {
  .vision2 .txtArea {
    width: 95vw;
    margin-right: -5vw;
    padding: calc(95vw * 0.6 * 0.3) 10%;
  }
}
.vision2 .txtArea p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 32px 0;
  text-align: left;
  color: #4d4d4d;
}
.vision2 .txtArea p span {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.vision2 .txtArea p span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}
.vision2 .txtArea p:first-child {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  text-align: left;
  color: black;
  margin-bottom: 40px;
}
.vision2 .txtArea::before {
  content: "";
  height: calc(84vw * 0.75 * 0.5);
  width: 60%;
  position: absolute;
  top: -50px;
  left: calc(-1 * (84vw * 0.25));
  background-image: url("../img/hanamira_img_vision2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  .vision2 .txtArea::before {
    left: calc(-1 * (1440px * 0.84 * 0.25));
    max-height: 450px;
  }
}
@media screen and (max-width: 750px) {
  .vision2 .txtArea::before {
    height: calc(95vw * 0.6);
    width: 95vw;
    top: calc(-1 * 95vw * 0.6 * 0.8);
    left: calc(-1 * 10vw);
  }
}

.course h2::before {
  content: "";
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .course h2::before {
    left: -75px;
  }
}
.course h2::after {
  content: "";
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .course h2::after {
    right: -75px;
  }
}

.courseDetail {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  background-image: url("../img/hanamira_bg_message.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.courseDetail img {
  height: auto;
  width: 84%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (max-width: 750px) {
  .courseDetail img {
    width: 90%;
  }
}
.courseDetail div {
  height: 500px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.courseDetail .pcImg {
  max-width: 1000px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: contain;
}
@media screen and (max-width: 750px) {
  .courseDetail .pcImg {
    display: none;
  }
}
.courseDetail .spImg {
  max-width: 1000px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  object-fit: contain;
}
@media screen and (min-width: 750px) {
  .courseDetail .spImg {
    display: none;
  }
}

.basic {
  height: auto;
  width: 100%;
  background-color: white;
  position: relative;
}
.basic .obj {
  height: auto;
  width: 50%;
  max-width: 450px;
  position: absolute;
  top: calc(50vw * 0.3);
  left: 3%;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .basic .obj {
    top: calc(1440px * 0.5 * 0.3);
  }
}
@media screen and (max-width: 1100px) {
  .basic .obj {
    top: calc(50vw * 0.5);
  }
}
@media screen and (max-width: 750px) {
  .basic .obj {
    top: calc(50vw * 1.4);
    width: 65%;
    left: -8%;
  }
}
.basic .obj2 {
  height: auto;
  width: 45%;
  max-width: 500px;
  position: absolute;
  top: calc(50vw * 1.5);
  left: -36px;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .basic .obj2 {
    top: calc(1440px * 0.5 * 1.5);
  }
}
.basic .obj3 {
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  bottom: calc(50vw * 0.1);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .basic .obj3 {
    bottom: calc(1440px * 0.5 * 0.1);
  }
}
@media screen and (max-width: 750px) {
  .basic .obj3 {
    width: 65%;
    right: -8%;
  }
}
.basic .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .basic .inner {
    width: 90%;
    padding: 32px 0 0 0;
  }
}
.basic .contentsInner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 88px 0 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 33.3333333%);
  row-gap: 32px;
  column-gap: 12px;
}
@media screen and (max-width: 1200px) {
  .basic .contentsInner {
    grid-template-columns: repeat(2, 50%);
  }
}
@media screen and (max-width: 750px) {
  .basic .contentsInner {
    grid-template-columns: repeat(2, 60%);
    padding: 50px 0;
  }
}
.basic .contentsInner .dodecagon {
  z-index: 1;
  background-image: url("../img/hanamira_dodecagon_basic1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  width: 100%;
  height: calc(100vw * 0.9 * 0.3);
  max-width: 462px;
  max-height: 462px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .basic .contentsInner .dodecagon {
    height: calc(100vw * 0.9 * 0.5);
  }
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon {
    width: 100%;
    height: calc(100vw * 0.9 * 0.6);
    margin: 0 auto;
  }
}
.basic .contentsInner .dodecagon .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon .title {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .basic .contentsInner .dodecagon .title {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 470px) {
  .basic .contentsInner .dodecagon .title {
    font-size: 12px;
  }
}
.basic .contentsInner .dodecagon img {
  height: 85px;
  width: auto;
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (min-width: 1200px) {
  .basic .contentsInner .dodecagon img {
    height: 70px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 900px) {
  .basic .contentsInner .dodecagon img {
    height: 70px;
  }
}
@media screen and (max-width: 670px) {
  .basic .contentsInner .dodecagon img {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 600px) {
  .basic .contentsInner .dodecagon img {
    height: 55px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 470px) {
  .basic .contentsInner .dodecagon img {
    height: 42px;
  }
}
.basic .contentsInner .dodecagon .contents {
  font-size: 14px;
  line-height: 28px;
  padding: 0 calc(100vw * 0.84 * 0.5 * 0.1);
  color: #4d4d4d;
}
@media screen and (min-width: 1200px) {
  .basic .contentsInner .dodecagon .contents {
    font-size: 13px;
    line-height: 24px;
  }
}
@media screen and (max-width: 950px) {
  .basic .contentsInner .dodecagon .contents {
    padding: 0 15%;
    font-size: 12px;
  }
}
@media screen and (max-width: 880px) {
  .basic .contentsInner .dodecagon .contents {
    line-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon .contents {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .basic .contentsInner .dodecagon .contents {
    font-size: 11px;
  }
}
@media screen and (max-width: 470px) {
  .basic .contentsInner .dodecagon .contents {
    font-size: 8px;
  }
}
.basic .contentsInner .dodecagon span {
  font-size: 16px;
  position: relative;
  margin-bottom: 30px;
  margin-top: 77px;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .basic .contentsInner .dodecagon span {
    margin-top: 72px;
  }
}
@media screen and (max-width: 880px) {
  .basic .contentsInner .dodecagon span {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon span {
    margin-top: 42px;
    margin-bottom: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .basic .contentsInner .dodecagon span {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .basic .contentsInner .dodecagon span {
    margin-top: 35px;
  }
}
@media screen and (max-width: 470px) {
  .basic .contentsInner .dodecagon span {
    margin-top: 22px;
  }
}
@media screen and (max-width: 470px) {
  .basic .contentsInner .dodecagon span {
    font-size: 10px;
  }
}
.basic .contentsInner .dodecagon span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 500%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #acb6e5;
  background: -webkit-linear-gradient(87deg, #e3e1f4, #f1d9ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon span::before {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 600px) {
  .basic .contentsInner .dodecagon span::before {
    font-size: 400%;
  }
}
.basic .contentsInner .dodecagon .day1::before {
  content: "1";
}
.basic .contentsInner .dodecagon .day2::before {
  content: "2";
}
.basic .contentsInner .dodecagon .day3::before {
  content: "3";
}
.basic .contentsInner .dodecagon .day4::before {
  content: "4";
}
.basic .contentsInner .dodecagon .day5::before {
  content: "5";
}
.basic .contentsInner .dodecagon .day6::before {
  content: "6";
}
.basic .contentsInner .dodecagon .contentsSp {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}
.basic .contentsInner .dodecagon:nth-child(even) {
  background-image: url("../img/hanamira_dodecagon_basic2.png");
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon:nth-child(2) {
    margin-top: 76%;
    margin-left: -36%;
  }
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon:nth-child(3),
.basic .contentsInner .dodecagon:nth-child(5) {
    margin-top: -37%;
  }
}
@media screen and (max-width: 750px) {
  .basic .contentsInner .dodecagon:nth-child(4),
.basic .contentsInner .dodecagon:nth-child(6) {
    margin-top: 39%;
    margin-left: -36%;
  }
}
.basic h3 {
  color: #4d4d4d;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 530px) {
  .basic h3 {
    font-size: 24px;
  }
}
.basic .goal {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 18px;
  font-size: 16px;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: linear-gradient(87deg, #e3e1f4, #f1d9ef);
}
@media screen and (max-width: 750px) {
  .basic .goal {
    font-size: 16px;
  }
}
@media screen and (max-width: 530px) {
  .basic .goal {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.basic .goal span {
  letter-spacing: 4px;
  color: #7d7d7d;
  font-weight: 100;
}
@media screen and (max-width: 530px) {
  .basic .goal span {
    font-size: 13px;
  }
}
.basic .description {
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  line-height: 2.4rem;
}
@media screen and (max-width: 750px) {
  .basic .description {
    font-size: 14px;
    width: 95%;
    line-height: 26px;
  }
}
@media screen and (max-width: 530px) {
  .basic .description {
    font-size: 14px;
  }
}
.basic p {
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 16px;
}
@media screen and (min-width: 1200px) {
  .basic p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 900px) {
  .basic p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 670px) {
  .basic p {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 600px) {
  .basic p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 470px) {
  .basic p {
    margin-bottom: 4px;
  }
}

.support {
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
}
.support .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .support .inner {
    width: 90%;
    padding-top: calc(90vw * 0.7);
  }
}
.support .txtArea {
  height: auto;
  width: 75%;
  padding: 0 4% 50px calc(84vw * 0.75 * 0.37);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  position: relative;
}
@media screen and (min-width: 1441px) {
  .support .txtArea {
    padding: 0 4% 50px calc(1440px * 0.84 * 0.75 * 0.37);
  }
}
@media screen and (max-width: 750px) {
  .support .txtArea {
    width: 95vw;
    padding: calc(-1 * 95vw * 0.6 * 0.3) 10%;
    margin-left: -6%;
  }
}
.support .txtArea img {
  margin: 32px 0 56px -10%;
  height: auto;
  max-width: 400px;
  width: calc(84vw * 0.75 * 0.6);
  position: relative;
}
@media screen and (max-width: 750px) {
  .support .txtArea img {
    margin: 40px 0 0 40%;
    width: 90vw;
  }
}
@media screen and (max-width: 720px) {
  .support .txtArea img {
    margin: 40px 0 0 30%;
  }
}
@media screen and (max-width: 655px) {
  .support .txtArea img {
    margin: 40px 0 0 20%;
  }
}
@media screen and (max-width: 581px) {
  .support .txtArea img {
    margin: 40px 0 0 33%;
    max-width: 300px;
  }
}
@media screen and (max-width: 510px) {
  .support .txtArea img {
    margin: 12px 0 0 23%;
  }
}
@media screen and (max-width: 450px) {
  .support .txtArea img {
    margin: 12px 0 0 13%;
  }
}
@media screen and (max-width: 380px) {
  .support .txtArea img {
    margin: 12px 0 0 3%;
  }
}
.support .txtArea .subTitle {
  content: "サポート";
  position: absolute;
  top: 12%;
  right: 5%;
  font-size: 14px;
  font-weight: bold;
  color: #4d4d4d;
}
@media screen and (max-width: 750px) {
  .support .txtArea .subTitle {
    position: static;
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.support .txtArea p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 32px 0;
  text-align: left;
  color: #4d4d4d;
  line-height: 26px;
}
@media screen and (max-width: 750px) {
  .support .txtArea p {
    font-size: 13px;
  }
}
.support .txtArea p span {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.support .txtArea p span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}
.support .txtArea p:last-child {
  font-weight: bold;
}
.support .txtArea::before {
  content: "";
  height: calc(84vw * 0.75 * 0.6);
  max-height: 530px;
  width: 60%;
  position: absolute;
  top: -50px;
  left: calc(-1 * (84vw * 0.25));
  background-image: url("../img/hanamira_img_support.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1441px) {
  .support .txtArea::before {
    left: calc(-1 * (1440px * 0.84 * 0.25));
  }
}
@media screen and (max-width: 750px) {
  .support .txtArea::before {
    height: calc(95vw * 0.6);
    width: 95vw;
    top: calc(-1 * 95vw * 0.6 * 0.8);
    left: calc(-1 * 10vw);
  }
}

.college {
  height: auto;
  width: 100%;
  background-color: white;
  position: relative;
}
.college .obj {
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  bottom: calc(50vw * -0.4);
  right: 0;
  mix-blend-mode: multiply;
  z-index: 1;
}
@media screen and (min-width: 1441px) {
  .college .obj {
    bottom: calc(1440px * 0.5 * -0.4);
  }
}
@media screen and (max-width: 600px) {
  .college .obj {
    width: 120%;
    max-width: 800px;
    margin-right: calc(-1 * 50vw);
  }
}
.college .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .college .inner {
    width: 90%;
    padding: 32px 0 0 0;
  }
}
.college .contentsInner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 88px 0 0 0;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  row-gap: 32px;
  column-gap: 12px;
}
@media screen and (max-width: 750px) {
  .college .contentsInner {
    grid-template-columns: repeat(2, 60%);
    padding: 50px 0;
  }
}
.college .contentsInner .dodecagon {
  z-index: 1;
  background-image: url("../img/hanamira_dodecagon_basic1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  width: 100%;
  height: calc(100vw * 0.9 * 0.5);
  max-width: 462px;
  max-height: 462px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon {
    width: 100%;
    height: calc(100vw * 0.9 * 0.6);
    margin: 0 auto;
  }
}
.college .contentsInner .dodecagon .title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #4d4d4d;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon .title {
    font-size: 16px;
    line-height: 1.6em;
  }
}
@media screen and (max-width: 600px) {
  .college .contentsInner .dodecagon .title {
    font-size: 14px;
    line-height: 1.4em;
  }
}
@media screen and (max-width: 470px) {
  .college .contentsInner .dodecagon .title {
    font-size: 12px;
  }
}
.college .contentsInner .dodecagon img {
  height: 85px;
  width: auto;
  margin-bottom: 24px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (max-width: 900px) {
  .college .contentsInner .dodecagon img {
    height: 70px;
  }
}
@media screen and (max-width: 670px) {
  .college .contentsInner .dodecagon img {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 600px) {
  .college .contentsInner .dodecagon img {
    height: 55px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 470px) {
  .college .contentsInner .dodecagon img {
    height: 42px;
  }
}
.college .contentsInner .dodecagon .contents {
  font-size: 14px;
  line-height: 28px;
  padding: 0 calc(100vw * 0.84 * 0.5 * 0.1);
  color: #4d4d4d;
}
@media screen and (max-width: 1000px) {
  .college .contentsInner .dodecagon .contents {
    line-height: 26px;
  }
}
@media screen and (max-width: 950px) {
  .college .contentsInner .dodecagon .contents {
    padding: 0 15%;
    font-size: 12px;
  }
}
@media screen and (max-width: 880px) {
  .college .contentsInner .dodecagon .contents {
    line-height: 24px;
  }
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon .contents {
    font-size: 12px;
  }
}
@media screen and (max-width: 600px) {
  .college .contentsInner .dodecagon .contents {
    font-size: 11px;
  }
}
@media screen and (max-width: 470px) {
  .college .contentsInner .dodecagon .contents {
    font-size: 8px;
  }
}
.college .contentsInner .dodecagon span {
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
  margin-top: 77px;
  z-index: 0;
}
@media screen and (max-width: 880px) {
  .college .contentsInner .dodecagon span {
    margin-top: 60px;
  }
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon span {
    margin-top: 42px;
    margin-bottom: 28px;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .college .contentsInner .dodecagon span {
    margin-top: 50px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 500px) {
  .college .contentsInner .dodecagon span {
    margin-top: 35px;
  }
}
@media screen and (max-width: 470px) {
  .college .contentsInner .dodecagon span {
    margin-top: 22px;
  }
}
@media screen and (max-width: 470px) {
  .college .contentsInner .dodecagon span {
    font-size: 10px;
  }
}
.college .contentsInner .dodecagon span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 600%;
  z-index: -1;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #acb6e5;
  background: -webkit-linear-gradient(87deg, #e3e1f4, #f1d9ef);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon span::before {
    font-size: 500%;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 600px) {
  .college .contentsInner .dodecagon span::before {
    font-size: 400%;
  }
}
.college .contentsInner .dodecagon .day1::before {
  content: "1";
}
.college .contentsInner .dodecagon .day2::before {
  content: "2";
}
.college .contentsInner .dodecagon .day3::before {
  content: "3";
}
.college .contentsInner .dodecagon .day4::before {
  content: "4";
}
.college .contentsInner .dodecagon .day5::before {
  content: "5";
}
.college .contentsInner .dodecagon .day6::before {
  content: "6";
}
.college .contentsInner .dodecagon .contentsSp {
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
}
.college .contentsInner .dodecagon:nth-child(even) {
  background-image: url("../img/hanamira_dodecagon_basic2.png");
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon:nth-child(2) {
    margin-top: 76%;
    margin-left: -36%;
  }
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon:nth-child(3),
.college .contentsInner .dodecagon:nth-child(5) {
    margin-top: -37%;
  }
}
@media screen and (max-width: 750px) {
  .college .contentsInner .dodecagon:nth-child(4),
.college .contentsInner .dodecagon:nth-child(6) {
    margin-top: 39%;
    margin-left: -36%;
  }
}
.college h3 {
  color: #4d4d4d;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 530px) {
  .college h3 {
    font-size: 24px;
  }
}
.college .goal {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 18px;
  font-size: 16px;
  margin-bottom: 24px;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: linear-gradient(87deg, #e3e1f4, #f1d9ef);
}
@media screen and (max-width: 750px) {
  .college .goal {
    font-size: 16px;
  }
}
@media screen and (max-width: 530px) {
  .college .goal {
    font-size: 12px;
    padding: 8px 16px;
  }
}
.college .goal span {
  letter-spacing: 4px;
  color: #7d7d7d;
  font-weight: 100;
}
@media screen and (max-width: 530px) {
  .college .goal span {
    font-size: 13px;
  }
}
.college .description {
  color: #4d4d4d;
  font-size: 16px;
  width: 100%;
  text-align: left;
  line-height: 2.4rem;
}
@media screen and (max-width: 750px) {
  .college .description {
    font-size: 14px;
    width: 95%;
    line-height: 26px;
  }
}
@media screen and (max-width: 530px) {
  .college .description {
    font-size: 14px;
  }
}
.college p {
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 16px;
}
@media screen and (max-width: 900px) {
  .college p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 670px) {
  .college p {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 600px) {
  .college p {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 470px) {
  .college p {
    margin-bottom: 4px;
  }
}

.activity h2::before {
  content: "";
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .activity h2::before {
    left: -75px;
  }
}
.activity h2::after {
  content: "";
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .activity h2::after {
    right: -75px;
  }
}

.activityDetail {
  width: 100%;
  height: auto;
  background-image: url("../img/hanamira_bg_activity.jpg");
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.activityDetail .pcImgWrapper {
  padding: 50px 0;
  box-sizing: border-box;
  width: 84%;
  max-width: 600px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.activityDetail .obj {
  height: 80%;
  width: auto;
  position: absolute;
  bottom: 10%;
  left: -157px;
  mix-blend-mode: multiply;
  transform: rotate(-10deg);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .activityDetail .obj {
    left: 0px;
    height: 110%;
  }
}
@media screen and (max-width: 750px) {
  .activityDetail .obj {
    left: -300px;
    opacity: 0.5;
  }
}
@media screen and (max-width: 530px) {
  .activityDetail .obj {
    left: -220px;
    opacity: 0.5;
  }
}
.activityDetail img {
  height: auto;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (max-width: 750px) {
  .activityDetail img {
    width: 100%;
  }
}
.activityDetail .pcImg {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .activityDetail .pcImg {
    display: none;
  }
}
.activityDetail .spImg {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .activityDetail .spImg {
    display: none;
  }
}

@media screen and (max-width: 530px) {
  .wycg h2 {
    margin-bottom: 14px;
    font-size: 36px !important;
    line-height: 38px;
  }
}
.wycg h2::before {
  height: 72px;
  width: 70px;
  top: -4px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .wycg h2::before {
    left: -30px;
  }
}
.wycg h2::after {
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .wycg h2::after {
    bottom: -66px;
    right: -26px;
  }
}

.wycgDetail {
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.wycgDetail .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 150px 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .wycgDetail .inner {
    width: 90%;
    padding-top: calc(90vw * 0.6);
  }
}
.wycgDetail .secondInner {
  justify-content: flex-start;
}
.wycgDetail .txtArea1,
.wycgDetail .txtArea2,
.wycgDetail .txtArea3 {
  height: auto;
  width: 75%;
  min-height: 380px;
  padding: 0 10% 50px calc(84vw * 0.75 * 0.38);
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  background-color: white;
  position: relative;
  box-shadow: 4px 4px #f1d9ef;
}
@media screen and (min-width: 1441px) {
  .wycgDetail .txtArea1,
.wycgDetail .txtArea2,
.wycgDetail .txtArea3 {
    padding: 0 10% 50px calc(1440px * 0.84 * 0.75 * 0.38);
  }
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea1,
.wycgDetail .txtArea2,
.wycgDetail .txtArea3 {
    width: 95vw;
    margin-right: -5vw;
    padding: calc(-1 * 95vw * 0.6 * 0.3) 10%;
  }
}
@media screen and (max-width: 530px) {
  .wycgDetail .txtArea1,
.wycgDetail .txtArea2,
.wycgDetail .txtArea3 {
    min-height: 280px;
  }
}
.wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
  margin: 32px 0 56px -10%;
  height: auto;
  max-width: 200px;
  width: calc(84vw * 0.75 * 0.6);
  position: relative;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 40px 0 12px 58%;
    width: 90vw;
  }
}
@media screen and (max-width: 720px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 40px 0 12px 58%;
  }
}
@media screen and (max-width: 655px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 40px 0 12px 58%;
  }
}
@media screen and (max-width: 581px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 40px 0 12px 58%;
    max-width: 150px;
  }
}
@media screen and (max-width: 510px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 10px 0 14px 58%;
  }
}
@media screen and (max-width: 450px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 10px 0 14px 58%;
  }
}
@media screen and (max-width: 380px) {
  .wycgDetail .txtArea1 img,
.wycgDetail .txtArea2 img,
.wycgDetail .txtArea3 img {
    margin: 10px 0 14px 58%;
  }
}
.wycgDetail .txtArea1 .subTitle,
.wycgDetail .txtArea2 .subTitle,
.wycgDetail .txtArea3 .subTitle {
  content: "";
  position: absolute;
  top: 18%;
  right: 15%;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea1 .subTitle,
.wycgDetail .txtArea2 .subTitle,
.wycgDetail .txtArea3 .subTitle {
    position: static;
    line-height: 28px;
    margin-bottom: 24px;
  }
}
.wycgDetail .txtArea1 p,
.wycgDetail .txtArea2 p,
.wycgDetail .txtArea3 p {
  width: 100%;
  font-size: 16px;
  margin: 0 0 32px 0;
  color: #767676;
  line-height: 1.9em;
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea1 p,
.wycgDetail .txtArea2 p,
.wycgDetail .txtArea3 p {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 530px) {
  .wycgDetail .txtArea1 p,
.wycgDetail .txtArea2 p,
.wycgDetail .txtArea3 p {
    font-size: 12px;
  }
}
.wycgDetail .txtArea1 p span,
.wycgDetail .txtArea2 p span,
.wycgDetail .txtArea3 p span {
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
.wycgDetail .txtArea1 p span::after,
.wycgDetail .txtArea2 p span::after,
.wycgDetail .txtArea3 p span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}
.wycgDetail .txtArea1::before,
.wycgDetail .txtArea2::before,
.wycgDetail .txtArea3::before {
  content: "";
  height: calc(84vw * 0.6 * 0.55);
  width: 60%;
  max-width: 520px;
  max-height: 411px;
  position: absolute;
  top: -50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea1::before,
.wycgDetail .txtArea2::before,
.wycgDetail .txtArea3::before {
    height: calc(95vw * 0.6);
    width: 100vw;
    top: calc(-1 * 95vw * 0.6 * 0.8);
    left: calc(-1 * 10vw);
  }
}
@media screen and (max-width: 510px) {
  .wycgDetail .txtArea1 img {
    max-width: 130px;
  }
}
.wycgDetail .txtArea1::before {
  left: calc(-1 * (84vw * 0.25));
  background-image: url("../img/hanamira_img_wycg1.jpg");
}
@media screen and (min-width: 1441px) {
  .wycgDetail .txtArea1::before {
    left: calc(-1 * (1440px * 0.84 * 0.25));
  }
}
.wycgDetail .txtArea2 {
  padding: 0 calc(84vw * 0.75 * 0.3) 50px 12%;
  margin-left: -5vw;
}
@media screen and (min-width: 1441px) {
  .wycgDetail .txtArea2 {
    padding: 0 calc(1440px * 0.84 * 0.75 * 0.3) 50px 12%;
  }
}
@media screen and (max-width: 510px) {
  .wycgDetail .txtArea2 {
    padding: 0 calc(84vw * 0.75 * 0.1) 50px 12%;
  }
}
.wycgDetail .txtArea2 img {
  max-width: 300px;
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea2 img {
    margin: 40px 0 12px -6%;
    width: 90vw;
  }
}
@media screen and (max-width: 720px) {
  .wycgDetail .txtArea2 img {
    margin: 40px 0 12px -6%;
  }
}
@media screen and (max-width: 655px) {
  .wycgDetail .txtArea2 img {
    margin: 40px 0 12px -6%;
  }
}
@media screen and (max-width: 581px) {
  .wycgDetail .txtArea2 img {
    margin: 40px 0 12px -6%;
    max-width: 230px;
  }
}
@media screen and (max-width: 510px) {
  .wycgDetail .txtArea2 img {
    margin: 10px 0 14px -6%;
  }
}
@media screen and (max-width: 450px) {
  .wycgDetail .txtArea2 img {
    margin: 10px 0 14px -6%;
  }
}
@media screen and (max-width: 380px) {
  .wycgDetail .txtArea2 img {
    margin: 10px 0 14px -6%;
  }
}
.wycgDetail .txtArea2 .subTitle {
  right: 28%;
}
.wycgDetail .txtArea2::before {
  right: calc(-1 * (84vw * 0.25));
  background-image: url("../img/hanamira_img_wycg2.jpg");
}
@media screen and (min-width: 1441px) {
  .wycgDetail .txtArea2::before {
    right: calc(-1 * (1440px * 0.84 * 0.25));
  }
}
@media screen and (max-width: 750px) {
  .wycgDetail .txtArea2::before {
    left: calc(1 * 10vw);
  }
}
.wycgDetail .txtArea3::before {
  left: calc(-1 * (84vw * 0.25));
  background-image: url("../img/hanamira_img_wycg3.jpg");
}
@media screen and (min-width: 1441px) {
  .wycgDetail .txtArea3::before {
    left: calc(-1 * (1440px * 0.84 * 0.25));
  }
}
.wycgDetail .arrowLgDown {
  width: 55%;
  margin: 32px 0;
  max-width: 770px;
}
@media screen and (max-width: 600px) {
  .wycgDetail .arrowLgDown {
    width: 90%;
  }
}
.wycgDetail .wycgDetailImgPc {
  width: 80%;
  margin: 32px 0;
  z-index: 1;
  max-width: 1000px;
}
@media screen and (max-width: 700px) {
  .wycgDetail .wycgDetailImgPc {
    display: none;
  }
}
.wycgDetail .wycgDetailImgSp {
  width: 100%;
  margin: 0 0 40px 0;
  z-index: 1;
}
@media screen and (min-width: 701px) {
  .wycgDetail .wycgDetailImgSp {
    display: none;
  }
}

.voice h2::before {
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .voice h2::before {
    left: -75px;
  }
}
.voice h2::after {
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .voice h2::after {
    right: -75px;
  }
}

.voiceContents {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.voiceContents .obj {
  z-index: -1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(50vw * -0.6);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .voiceContents .obj {
    top: calc(1440px * 0.5 * -0.6);
  }
}
@media screen and (max-width: 600px) {
  .voiceContents .obj {
    top: calc(50vw * 1.6);
  }
}
.voiceContents .inner {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  row-gap: 24px;
  column-gap: 2%;
}
@media screen and (max-width: 750px) {
  .voiceContents .inner {
    grid-template-columns: repeat(2, 48%);
  }
}
@media screen and (max-width: 600px) {
  .voiceContents .inner {
    grid-template-columns: repeat(1, 100%);
    column-gap: 0;
  }
}

.studentsVoiceWrapper {
  height: 110%;
  width: 99%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 24px 16px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #f1d9ef;
  box-shadow: 2px 2px #f1d9ef;
}
@media screen and (max-width: 1200px) {
  .studentsVoiceWrapper {
    height: 100%;
  }
}
.studentsVoiceWrapper img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (max-width: 530px) {
  .studentsVoiceWrapper img {
    height: 120px;
    width: 120px;
  }
}
.studentsVoiceWrapper p {
  color: #4d4d4d;
  text-align: center;
}
.studentsVoiceWrapper .name {
  font-size: 14px;
  font-weight: bold;
}
.studentsVoiceWrapper .status {
  font-size: 14px;
  color: #c8c5e0;
}
@media screen and (max-width: 530px) {
  .studentsVoiceWrapper .status {
    font-size: 11px;
  }
}
.studentsVoiceWrapper .comment {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .studentsVoiceWrapper .comment {
    font-size: 15px;
  }
}
@media screen and (max-width: 530px) {
  .studentsVoiceWrapper .comment {
    font-size: 12px;
    line-height: 1.3rem;
  }
}
.studentsVoiceWrapper .btn {
  background: -webkit-linear-gradient(3deg, #e3e1f4, #f1d9ef);
  width: 100%;
  padding: 12px;
  border-radius: 30px;
  box-sizing: border-box;
  color: #4d4d4d;
  text-align: center;
  transition: 0.3s;
  font-size: 13px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 600px) {
  .studentsVoiceWrapper .btn {
    width: auto;
    min-width: 170px;
    font-size: 9px;
    padding: 10px 8px;
  }
}
.studentsVoiceWrapper .btn:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.advisor h2::before {
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .advisor h2::before {
    left: -75px;
  }
}
.advisor h2::after {
  content: "";
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .advisor h2::after {
    right: -75px;
  }
}

.advisorDetail {
  color: #4d4d4d;
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
}
.advisorDetail .inner {
  width: 84%;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 80px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .advisorDetail .inner {
    width: 90%;
    padding: 50px 0;
  }
}
.advisorDetail .advisor_table {
  background-color: white;
  margin-bottom: 2rem;
}
.advisorDetail .advisor_table::before {
  content: "";
  display: block;
  height: 12px;
  background: linear-gradient(87deg, #e3e1f4, #f1d9ef);
}
.advisorDetail .advisor_table .advisor_table_inner {
  display: flex;
  padding: 0 16px;
  box-sizing: border-box;
  align-items: flex-start;
}
.advisorDetail .advisor_table .advisor_table_inner .position_wrap {
  display: flex;
  flex-direction: column;
  align-content: center;
  margin-bottom: 1rem;
}
.advisorDetail .advisor_table .advisor_table_inner .position_wrap .position {
  color: #c7c5e0;
  font-size: 14px;
  margin: 8px 0;
}
@media screen and (max-width: 530px) {
  .advisorDetail .advisor_table .advisor_table_inner .position_wrap .position {
    font-size: 12px;
  }
}
.advisorDetail .advisor_table .advisor_table_inner .position_wrap .name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 530px) {
  .advisorDetail .advisor_table .advisor_table_inner .position_wrap .name {
    font-size: 16px;
    margin-bottom: 0px;
  }
}
.advisorDetail .advisor_table .advisor_table_inner div.left {
  flex-basis: 35%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-right: 16px;
}
.advisorDetail .advisor_table .advisor_table_inner div.left .face_wrap img {
  width: 120px;
  height: 120px;
  margin: 24px 0 0 0;
}
@media screen and (max-width: 530px) {
  .advisorDetail .advisor_table .advisor_table_inner div.left .face_wrap img {
    width: 100px;
    height: 100px;
  }
}
.advisorDetail .advisor_table .advisor_table_inner div.left .position_wrap {
  text-align: center;
}
.advisorDetail .advisor_table .advisor_table_inner div.right {
  flex-basis: 65%;
  padding: 1.5rem 2rem 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .advisorDetail .advisor_table .advisor_table_inner div.right {
    padding: 1rem 0 0.5rem 0;
  }
}
.advisorDetail .advisor_table .advisor_table_inner div.right .position_wrap {
  margin-bottom: 1rem;
}
.advisorDetail .advisor_table .advisor_table_inner div.right .title {
  margin-bottom: 1rem;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
}
@media screen and (max-width: 750px) {
  .advisorDetail .advisor_table .advisor_table_inner div.right .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  .advisorDetail .advisor_table .advisor_table_inner div.right .title {
    font-size: 12px;
    margin-bottom: 0;
  }
}
.advisorDetail .advisor_table .advisor_table_inner div.right .title_sub {
  font-size: 14px;
  margin-top: 0.2rem;
  margin-bottom: 1rem;
  color: dimgray;
}
@media screen and (max-width: 500px) {
  .advisorDetail .advisor_table .advisor_table_inner div.right .title_sub {
    font-size: 12px;
  }
}
.advisorDetail .advisor_table .advisor_table_inner div.right .get_content_title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 1rem;
}
.advisorDetail .advisor_table .advisor_table_inner div.right .body {
  font-size: 12px;
  color: dimgray;
}
.advisorDetail .advisor_table div.read_more_button_wrap {
  display: flex;
  justify-content: center;
  padding-bottom: 1rem;
}
.advisorDetail .advisor_table div.read_more_button_wrap .read_more_button {
  cursor: pointer;
  display: block;
  color: #4d4d4d;
  text-align: center;
  background: linear-gradient(87deg, #e3e1f4, #f1d9ef);
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 100;
  font-size: 18px;
  border-radius: 24px;
  width: 60%;
  padding: 10px;
  transition: 0.3s;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 530px) {
  .advisorDetail .advisor_table div.read_more_button_wrap .read_more_button {
    font-size: 9px;
  }
}
.advisorDetail .advisor_table div.read_more_button_wrap .read_more_button:hover {
  opacity: 0.7;
  transition: 0.3s;
}

@media screen and (max-width: 750px) {
  .howToStart h2 {
    font-size: 33px !important;
  }
}
.howToStart h2::before {
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .howToStart h2::before {
    left: -45px;
  }
}
.howToStart h2::after {
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .howToStart h2::after {
    bottom: -66px;
    right: -40px;
  }
}

.howToStartDetail {
  width: 100%;
  position: relative;
}
.howToStartDetail .obj {
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  bottom: calc(50vw * -0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .howToStartDetail .obj {
    bottom: calc(1440px * 0.50 * -0.4);
  }
}
.howToStartDetail .inner {
  width: 60%;
  max-width: 550px;
  margin: 0 auto;
  padding: 0 0 80px 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 750px) {
  .howToStartDetail .inner {
    width: 90%;
    padding: 0 0 32px 0;
  }
}
.howToStartDetail .stepWrapper {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 530px) {
  .howToStartDetail .stepWrapper {
    gap: 16px;
  }
}
.howToStartDetail .stepWrapper .progress {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.howToStartDetail .stepWrapper .progress .step {
  margin-bottom: 8px;
  position: relative;
  height: 110px;
  width: 110px;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .howToStartDetail .stepWrapper .progress .step {
    height: 90px;
    width: 90px;
  }
}
.howToStartDetail .stepWrapper .progress .line {
  height: 72px;
  width: 1px;
  background-color: #f3bac6;
}
.howToStartDetail .stepWrapper .progress .none {
  display: none;
}
.howToStartDetail .stepWrapper .contents p {
  color: #4d4d4d;
  width: 100%;
  font-size: 14px;
  margin: 0 0 14px 0;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .howToStartDetail .stepWrapper .contents p {
    font-size: 12px;
  }
}
.howToStartDetail .stepWrapper .contents p span {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 750px) {
  .howToStartDetail .stepWrapper .contents p span {
    font-size: 12px;
  }
}
.howToStartDetail .stepWrapper .contents p span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}
.howToStartDetail .stepWrapper .contents p:first-child {
  font-size: 16px;
  font-weight: bold;
  margin-top: 37px;
}
.massage {
  background-image: url("../img/hanamira_bg_message.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .massage {
    background-image: url("../img/hanamira_bg_message_sp.jpg");
  }
}
.massage .inner {
  padding-bottom: 32px !important;
}
@media screen and (max-width: 750px) {
  .massage .inner {
    padding: 40px 0 !important;
  }
}
@media screen and (max-width: 530px) {
  .massage h2 {
    font-size: 36px !important;
    margin-bottom: 8px;
  }
}
.massage h2::before {
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .massage h2::before {
    left: -75px;
  }
}
.massage h2::after {
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .massage h2::after {
    right: -75px;
  }
}
.massage p {
  color: #6d6d6d !important;
}

.faq {
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
}
.faq .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .faq .inner {
    width: 90%;
  }
}
.faq span {
  width: 1px;
  height: 70px;
  background-color: #5c5c5c;
  margin: 16px;
}
.faq h2 {
  font-size: 40px;
  font-weight: bold;
  color: #4d4d4d;
  position: relative;
  z-index: 0;
}
.faq h2::before {
  content: "";
  height: 72px;
  width: 70px;
  background-image: url("../img/hanamira_obj_sm1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  top: -24px;
  left: -90px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .faq h2::before {
    left: -75px;
  }
}
.faq h2::after {
  content: "";
  height: 72px;
  width: 74px;
  background-image: url("../img/hanamira_obj_sm2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  bottom: -32px;
  right: -90px;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .faq h2::after {
    right: -75px;
  }
}
.faq .subTitle {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 50px;
}
.faq p {
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 32px;
}
@media screen and (max-width: 750px) {
  .faq p {
    line-height: 1.9em;
  }
}
@media screen and (max-width: 530px) {
  .faq p {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}

.faqDetail {
  color: #4d4d4d;
  height: auto;
  width: 100%;
  background-color: #f2f3f5;
}
.faqDetail .inner {
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 0 80px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .faqDetail .inner {
    width: 90%;
    padding: 0 0 50px 0;
  }
}
.faqDetail .question {
  display: flex;
  width: 100%;
  background-color: white;
  margin-bottom: 2rem;
}
@media screen and (max-width: 530px) {
  .faqDetail .question {
    margin-bottom: 2rem;
  }
}
.faqDetail .question .border {
  width: 22px;
  min-width: 22px;
  background: linear-gradient(87deg, #e3e1f4, #f1d9ef);
}
.faqDetail .question .left {
  font-weight: bold;
  display: flex;
  padding: 1rem 2rem 1rem 1rem;
}
@media screen and (max-width: 530px) {
  .faqDetail .question .left {
    padding-right: 0;
  }
}
.faqDetail .question .left .type {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .faqDetail .question .left .type {
    font-size: 24px;
  }
}
@media screen and (max-width: 530px) {
  .faqDetail .question .left .type {
    font-size: 18px;
  }
}
.faqDetail .question .left .num {
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .faqDetail .question .left .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 530px) {
  .faqDetail .question .left .num {
    font-size: 30px;
  }
}
.faqDetail .question .right {
  flex-basis: auto;
  padding: 0 1rem 0 0;
  font-size: 18px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .faqDetail .question .right {
    font-size: 16px;
  }
}
@media screen and (max-width: 530px) {
  .faqDetail .question .right {
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.faqDetail .answer {
  display: flex;
  width: 100%;
  background: linear-gradient(87deg, #e3e1f4, #f1d9ef);
  margin-bottom: 2rem;
}
@media screen and (max-width: 530px) {
  .faqDetail .answer {
    margin-bottom: 2rem;
  }
}
.faqDetail .answer .border {
  width: 22px;
  min-width: 22px;
}
.faqDetail .answer .left {
  font-weight: bold;
  display: flex;
  justify-content: flex-start;
  padding: 1rem 2rem 1rem 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 530px) {
  .faqDetail .answer .left {
    padding-left: 17px;
    padding-right: 0;
  }
}
.faqDetail .answer .left .type {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .faqDetail .answer .left .type {
    font-size: 24px;
  }
}
@media screen and (max-width: 530px) {
  .faqDetail .answer .left .type {
    font-size: 18px;
  }
}
.faqDetail .answer .left .num {
  font-size: 50px;
}
@media screen and (max-width: 750px) {
  .faqDetail .answer .left .num {
    font-size: 36px;
  }
}
@media screen and (max-width: 530px) {
  .faqDetail .answer .left .num {
    font-size: 30px;
  }
}
.faqDetail .answer .right {
  flex-basis: auto;
  font-size: 16px;
  padding: 1rem 1rem 1rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .faqDetail .answer .right {
    font-size: 14px;
  }
}
@media screen and (max-width: 530px) {
  .faqDetail .answer .right {
    font-size: 11px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.faqDetail .answer_wrap {
  display: none;
}

.media h2::before {
  height: 72px;
  width: 70px;
  top: -24px;
  left: -90px;
}
@media screen and (max-width: 750px) {
  .media h2::before {
    left: -75px;
  }
}
.media h2::after {
  height: 72px;
  width: 74px;
  bottom: -32px;
  right: -90px;
}
@media screen and (max-width: 750px) {
  .media h2::after {
    right: -75px;
  }
}

.mediaContents {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.mediaContents .obj {
  z-index: -1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(50vw * -0.6);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1441px) {
  .mediaContents .obj {
    top: calc(1440px * 0.5 * -0.6);
  }
}
@media screen and (max-width: 600px) {
  .mediaContents .obj {
    top: calc(50vw * 1.6);
  }
}
.mediaContents .inner {
  position: relative;
  z-index: 1;
  width: 84%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(4, 23.5%);
  row-gap: 24px;
  column-gap: 2%;
}
@media screen and (max-width: 750px) {
  .mediaContents .inner {
    grid-template-columns: repeat(2, 48%);
  }
}
@media screen and (max-width: 600px) {
  .mediaContents .inner {
    grid-template-columns: repeat(1, 100%);
    column-gap: 0;
  }
}
.mediaContents .mediaThumbnailInner {
  text-align: center;
  padding-bottom: 2rem;
  max-width: 1000px;
  margin: 0 auto;
}
.mediaContents .mediaThumbnailInner .mediaImg {
  margin: 1rem;
}
.mediaContents .mediaThumbnailInner .mediaLinkBtn {
  background: -webkit-linear-gradient(3deg, #e3e1f4, #f1d9ef);
  padding: 12px;
  border-radius: 30px;
  box-sizing: border-box;
  color: #4d4d4d;
  text-align: center;
  transition: 0.3s;
  font-size: 13px;
  letter-spacing: 0.2em;
  width: 300px;
  margin: 0 auto;
}

.mediaList a {
  text-decoration: none;
  color: #4d4d4d;
}

.mediaListItem a {
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  width: 70%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: left;
  padding: 24px 16px;
  box-sizing: border-box;
  background-color: white;
  border: 1px solid #f1d9ef;
  box-shadow: 2px 2px #f1d9ef;
  border-radius: 18px;
}
@media screen and (max-width: 600px) {
  .mediaListItem a {
    width: 100%;
  }
}
.mediaListItem a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.mediaListItem .mediaLeft {
  text-align: center;
  width: 220px;
}
@media screen and (max-width: 600px) {
  .mediaListItem .mediaLeft {
    width: 160px;
  }
}
.mediaListItem .mediaLeft img {
  width: 160px;
}
@media screen and (max-width: 600px) {
  .mediaListItem .mediaLeft img {
    width: 150px;
  }
}
@media screen and (max-width: 600px) {
  .mediaListItem .mediaRight {
    width: 160px;
  }
}
.mediaListItem .mediaRight .mediaHead {
  margin-bottom: 1rem;
}
.mediaListItem .mediaRight .mediaHead .mediaDate {
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .mediaListItem .mediaRight .mediaTitle {
    font-size: 12px;
  }
}
.mediaListItem .btn {
  position: absolute;
  right: 16px;
  background: -webkit-linear-gradient(3deg, #e3e1f4, #f1d9ef);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  box-sizing: border-box;
  color: #4d4d4d;
  text-align: center;
  transition: 0.3s;
}
.mediaListItem .btn .icon {
  position: relative;
}
.mediaListItem .btn .icon::after {
  content: ">>";
  position: relative;
  top: 5%;
  left: 5%;
  font-weight: 100;
  font-size: 16px;
}
.mediaListItem .btn:hover, .mediaListItem .btn .hover {
  opacity: 0.8;
  transition: 0.3s;
}

.company .obj {
  z-index: 1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 530px) {
  .company .obj {
    right: -50px;
    top: calc(-1 * 50vw * 0.6);
    width: 48%;
  }
}
.company h2::before {
  display: none;
}
.company h2:after {
  display: none;
}
.company span {
  width: 1px;
  height: 70px;
  background-color: #5c5c5c;
  margin: 16px;
}
@media screen and (max-width: 530px) {
  .company span {
    height: 40px;
  }
}
.company table {
  border-collapse: separate;
  border-spacing: 2rem;
}

.terms .obj {
  z-index: 1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 530px) {
  .terms .obj {
    right: -50px;
    top: calc(-1 * 50vw * 0.6);
    width: 48%;
  }
}
.terms h2::before {
  display: none;
}
.terms h2:after {
  display: none;
}
.terms span {
  width: 1px;
  height: 70px;
  background-color: #5c5c5c;
  margin: 16px;
}
@media screen and (max-width: 530px) {
  .terms span {
    height: 40px;
  }
}
.terms table {
  border-collapse: separate;
  border-spacing: 2rem;
}

.press .obj {
  z-index: 1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 530px) {
  .press .obj {
    right: -50px;
    top: calc(-1 * 50vw * 0.6);
    width: 48%;
  }
}
.press h2::before {
  display: none;
}
.press h2:after {
  display: none;
}
.press table {
  border-collapse: separate;
  border-spacing: 2rem;
}
.press a.btn {
  background: -webkit-linear-gradient(3deg, #e3e1f4, #f1d9ef);
  width: 100%;
  padding: 12px 3rem;
  border-radius: 30px;
  box-sizing: border-box;
  color: #4d4d4d;
  text-align: center;
  transition: 0.3s;
  font-size: 13px;
  letter-spacing: 0.2em;
}

.fixed_page .obj {
  z-index: 1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 530px) {
  .fixed_page .obj {
    right: -50px;
    top: calc(-1 * 50vw * 0.6);
    width: 48%;
  }
}
.fixed_page h2::before {
  display: none;
}
.fixed_page h2:after {
  display: none;
}
.fixed_page table {
  border-collapse: separate;
  border-spacing: 2rem;
}

.press_list .obj {
  z-index: 1;
  height: auto;
  width: 54%;
  max-width: 586px;
  position: absolute;
  top: calc(-1 * 50vw * 0.4);
  right: 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 530px) {
  .press_list .obj {
    right: -50px;
    top: calc(-1 * 50vw * 0.6);
    width: 48%;
  }
}
.press_list h2::before {
  display: none;
}
.press_list h2:after {
  display: none;
}
.press_list table {
  border-collapse: separate;
  border-spacing: 2rem;
}
.press_list .press-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .press_list .press-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .press_list .press-grid {
    gap: 0.5rem;
  }
}
.press_list .press-grid.special-list {
  grid-template-columns: repeat(2, 1fr);
}
.press_list .press-card {
  background: #fff;
  border: 1px solid #e0e0e0;
  padding: 1rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: box-shadow 0.2s ease;
  position: relative;
}
.press_list .press-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.press_list .press-thumb img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.press_list .press-content {
  position: relative;
  padding-bottom: 8px;
}
.press_list .press-content .press-title {
  font-size: 0.7rem;
  font-weight: bold;
  color: #333;
  margin-top: 1rem;
  text-align: left;
}
@media (max-width: 768px) {
  .press_list .press-content .press-title {
    font-size: 0.6rem;
    margin-top: 0.6rem;
  }
}
.press_list .press-date {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #666;
  margin: 0;
}

.contentsTitle {
  height: auto;
  width: 100%;
  background-color: white;
  position: relative;
}
.contentsTitle .inner {
  width: 84%;
  height: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 50px 0 24px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 750px) {
  .contentsTitle .inner {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.contentsTitle h2 {
  letter-spacing: 2px;
  font-size: 40px;
  font-weight: bold;
  color: #4d4d4d;
  position: relative;
  text-align: center;
  z-index: 0;
}
.contentsTitle h2::before {
  content: "";
  background-image: url("../img/hanamira_obj_sm1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.contentsTitle h2::after {
  content: "";
  background-image: url("../img/hanamira_obj_sm2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: contain;
  position: absolute;
  z-index: -1;
}
.contentsTitle .subTitle {
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 50px;
  font-weight: bold;
}
@media screen and (max-width: 530px) {
  .contentsTitle .subTitle {
    line-height: 14px;
  }
}
.contentsTitle p {
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 32px;
}
@media screen and (min-width: 750px) {
  .contentsTitle p {
    line-height: 2rem;
  }
}
@media screen and (max-width: 750px) {
  .contentsTitle p {
    line-height: 1.9em;
  }
}
@media screen and (max-width: 530px) {
  .contentsTitle p {
    font-size: 14px;
  }
}

.inner {
  width: 84%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .inner {
    width: 90%;
  }
}
@media screen and (max-width: 550px) {
  .inner {
    justify-content: center;
    width: 96%;
  }
}

.applicationBtn1,
.applicationBtn2 {
  cursor: pointer;
  width: 530px;
  height: 100px;
  padding: 10px 16px;
  box-sizing: border-box;
  background-color: #f8a6c6;
  position: fixed;
  transition: 0.8s;
  z-index: 800;
}
@media screen and (max-width: 530px) {
  .applicationBtn1,
.applicationBtn2 {
    width: 94vw;
    padding: 8px 10px;
    height: 78px;
  }
}
.applicationBtn1 .applicationBtnInner,
.applicationBtn2 .applicationBtnInner {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 38px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .applicationBtn1 .applicationBtnInner,
.applicationBtn2 .applicationBtnInner {
    gap: 0;
  }
}
.applicationBtn1 .applicationBtnInner .btnTxtWrapper,
.applicationBtn2 .applicationBtnInner .btnTxtWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .applicationBtn1 .applicationBtnInner .btnTxtWrapper,
.applicationBtn2 .applicationBtnInner .btnTxtWrapper {
    align-items: center;
  }
}
.applicationBtn1 .applicationBtnInner .btnTxtWrapper p,
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p {
  letter-spacing: 0.04em;
  text-align: left;
  color: white;
}
@media screen and (max-width: 750px) {
  .applicationBtn1 .applicationBtnInner .btnTxtWrapper p,
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p {
    text-align: center;
  }
}
.applicationBtn1 .applicationBtnInner .btnTxtWrapper p:nth-child(1),
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .applicationBtn1 .applicationBtnInner .btnTxtWrapper p:nth-child(1),
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p:nth-child(1) {
    font-size: 16px;
  }
}
@media screen and (max-width: 530px) {
  .applicationBtn1 .applicationBtnInner .btnTxtWrapper p:nth-child(1),
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p:nth-child(1) {
    font-size: 14px;
  }
}
.applicationBtn1 .applicationBtnInner .btnTxtWrapper p:nth-child(2),
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p:nth-child(2) {
  font-size: 24px;
  font-weight: 900;
  line-height: 1rem;
}
@media screen and (max-width: 750px) {
  .applicationBtn1 .applicationBtnInner .btnTxtWrapper p:nth-child(2),
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p:nth-child(2) {
    font-size: 20px;
  }
}
@media screen and (max-width: 530px) {
  .applicationBtn1 .applicationBtnInner .btnTxtWrapper p:nth-child(2),
.applicationBtn2 .applicationBtnInner .btnTxtWrapper p:nth-child(2) {
    font-size: 19px;
  }
}
.applicationBtn1 .applicationBtnInner .btnImgWrapper,
.applicationBtn2 .applicationBtnInner .btnImgWrapper {
  height: 92%;
  width: auto;
  overflow: hidden;
  border-radius: 4px;
}
@media screen and (max-width: 750px) {
  .applicationBtn1 .applicationBtnInner .btnImgWrapper,
.applicationBtn2 .applicationBtnInner .btnImgWrapper {
    display: none;
  }
}
.applicationBtn1 .applicationBtnInner .btnImgWrapper img,
.applicationBtn2 .applicationBtnInner .btnImgWrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
  -o-object-fit: contain;
  -o-object-position: contain;
}

.applicationBtn1 {
  opacity: 0;
  left: 8%;
  bottom: 8px;
}
@media screen and (min-height: 1300px) {
  .applicationBtn1 {
    bottom: calc((100vh - 1280px) + 32px);
  }
}
@media screen and (min-width: 1920px) {
  .applicationBtn1 {
    left: calc((100vw - 1920px) / 2 + (1920px * 0.08));
  }
}
@media screen and (max-width: 750px) {
  .applicationBtn1 {
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

.applicationBtn2 {
  right: -1000px;
  bottom: 8px;
}
@media screen and (min-height: 1300px) {
  .applicationBtn2 {
    bottom: calc((100vh - 1280px) + 32px);
  }
}

.show {
  opacity: 1;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}

.btnFadeOut {
  transition: 0.8s;
  left: -1000px;
}
@media screen and (max-width: 750px) {
  .btnFadeOut {
    left: 50%;
  }
}

.btnFadeIn {
  transition: 0.8s;
  right: 8%;
}
@media screen and (min-width: 1920px) {
  .btnFadeIn {
    right: calc((100vw - 1920px) / 2 + (1920px * 0.08));
  }
}
@media screen and (max-width: 750px) {
  .btnFadeIn {
    right: -1000px;
  }
}

.btnMoveTop {
  transition: 1s;
  top: 120px !important;
}

#navAreaPc {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 750px) {
  #navAreaPc {
    display: none;
  }
}
#navAreaPc .pcNav {
  width: 100%;
  height: 100%;
}
#navAreaPc .pcNav ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
  gap: 32px;
}
@media screen and (max-width: 1050px) {
  #navAreaPc .pcNav ul {
    gap: 24px;
  }
}
@media screen and (max-width: 950px) {
  #navAreaPc .pcNav ul {
    gap: 16px;
  }
}
@media screen and (max-width: 850px) {
  #navAreaPc .pcNav ul {
    gap: 10px;
  }
}
#navAreaPc .pcNav ul li a {
  color: #4d4d4d;
  font-size: 14px;
  transition: 0.3s;
  white-space: nowrap;
  line-height: 1.5em;
  font-weight: bold;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media screen and (max-width: 950px) {
  #navAreaPc .pcNav ul li a {
    font-size: 12px;
  }
}
#navAreaPc .pcNav ul li a:hover {
  color: #c2c2c2;
  transition: 0.3s;
}
#navAreaPc .pcNav ul li a:hover > span {
  color: #c2c2c2;
  transition: 0.3s;
}
#navAreaPc .pcNav ul li a span {
  color: #7d7d7d;
  transition: 0.3s;
  font-size: 13px;
  font-weight: normal;
}

.spNav {
  display: block;
  position: fixed;
  top: 0;
  right: -300px;
  bottom: 0;
  width: 300px;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: 0.5s;
  z-index: 802;
}
@media screen and (min-width: 1920px) {
  .spNav {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .spNav {
    right: -240px;
    width: 240px;
  }
}
.spNav .navInner {
  padding: 25px;
}
.spNav .navInner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.spNav .navInner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #333;
}
.spNav .navInner ul li a {
  display: block;
  color: #333;
  font-size: 14px;
  padding: 1em;
  text-decoration: none;
  transition-duration: 0.2s;
}
.spNav .navInner ul li a:hover {
  background: #e4e4e4;
}

.open .spNav {
  right: 0;
}

/*============
  @keyframes
  =============*/
@keyframes equalizer01 {
  0% {
    width: 85%;
  }
  25% {
    width: 65%;
  }
  50% {
    width: 85%;
  }
  100% {
    width: 90%;
  }
}
@keyframes equalizer02 {
  0% {
    width: 30%;
  }
  25% {
    width: 40%;
  }
  50% {
    width: 30%;
  }
  100% {
    width: 50%;
  }
}
.toggle_btn {
  display: block;
  position: fixed;
  top: 10px;
  right: 0%;
  width: 50px;
  height: 30px;
  transform: translate(0, 0);
  transition: all 0.5s;
  cursor: pointer;
  z-index: 802;
}
@media screen and (min-width: 751px) {
  .toggle_btn {
    display: none;
  }
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #666;
  transition: all 0.5s;
}
.toggle_btn span:nth-child(1) {
  top: 5px;
  width: 40px;
}
.toggle_btn span:nth-child(2) {
  top: 15px;
  width: 45px;
  animation: equalizer01 5000ms;
  animation-duration: 2s;
  animation-delay: 0.2s;
}
.toggle_btn span:nth-child(3) {
  top: 25px;
  width: 25px;
  animation: equalizer02 5000ms;
  animation-duration: 2s;
}
.toggle_btn span:nth-child(4) {
  top: 35px;
  width: 35px;
}

.open .toggle_btn {
  right: 330px;
}
@media screen and (max-width: 750px) {
  .open .toggle_btn {
    right: 260px;
  }
}

.open .toggle_btn span {
  background-color: #fff;
  width: 30px;
}

.open .toggle_btn span:nth-child(1) {
  transform: translate(0, 10px) rotate(-45deg);
  animation: unset;
}

.open .toggle_btn span:nth-child(2) {
  opacity: 0;
  animation: unset;
}

.open .toggle_btn span:nth-child(3) {
  transform: translate(0, -10px) rotate(45deg);
  animation: unset;
}

.open .toggle_btn span:nth-child(4) {
  display: none;
  animation: unset;
}

/*============
  #mask
  =============*/
#mask {
  display: none;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 801;
  cursor: pointer;
  transition: all 0.5s;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container {
  width: 60vw;
  max-width: 1000px;
  height: auto;
  margin: 60px 0 0 0 !important;
  background-color: #ffffff;
  border-radius: 6px;
}
.modaal-container .text {
  font-size: 18px;
  margin: 0;
}

.modaal-content-container {
  padding: 0 !important;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close {
  right: 8% !important;
  background: linear-gradient(60deg, rgba(227, 225, 244, 0.5), rgba(241, 217, 239, 0.5)) !important;
}
@media screen and (max-width: 1170px) {
  .modaal-close {
    right: 3% !important;
  }
}
@media screen and (max-width: 670px) {
  .modaal-close {
    right: 6% !important;
  }
}
.modaal-close::before {
  width: 1px !important;
  top: 8px !important;
  left: 24px !important;
  height: 34px !important;
}
.modaal-close::after {
  width: 1px !important;
  top: 8px !important;
  left: 24px !important;
  height: 34px !important;
}
.modaal-close:hover {
  background: linear-gradient(60deg, rgba(227, 225, 244, 0.8), rgba(241, 217, 239, 0.8)) !important;
}
.modaal-close:hover:before {
  background: white !important;
}
.modaal-close:hover:after {
  background: white !important;
}

.mopdalUserInfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 32px;
  padding: 52px 52px 0 52px;
}
@media screen and (max-width: 660px) {
  .mopdalUserInfo {
    flex-direction: column;
    gap: 24px;
    padding: 16px 16px 0 16px;
  }
}
.mopdalUserInfo img {
  height: auto;
  width: 60%;
  max-height: 380px;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
}
@media screen and (max-width: 660px) {
  .mopdalUserInfo img {
    width: 100%;
    max-height: 217px;
  }
}
.mopdalUserInfo .mopdalUserInfoTxt {
  height: auto;
  width: 50%;
  margin-left: -8%;
}
@media screen and (max-width: 805px) {
  .mopdalUserInfo .mopdalUserInfoTxt {
    margin-left: -12%;
  }
}
@media screen and (max-width: 755px) {
  .mopdalUserInfo .mopdalUserInfoTxt {
    margin-left: -16%;
  }
}
@media screen and (max-width: 660px) {
  .mopdalUserInfo .mopdalUserInfoTxt {
    width: 100%;
    margin-left: 0;
  }
}
.mopdalUserInfo .mopdalUserInfoTxt .comment {
  font-size: 28px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 28px;
  letter-spacing: 0.26rem;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1010px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment {
    font-size: 24px;
  }
}
@media screen and (max-width: 910px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment {
    font-size: 22px;
  }
}
@media screen and (max-width: 860px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment {
    font-size: 20px;
    letter-spacing: 0.24rem;
  }
}
@media screen and (max-width: 750px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment {
    font-size: 18px;
    letter-spacing: 0.2rem;
  }
}
@media screen and (max-width: 660px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment {
    margin-bottom: 24px;
  }
}
.mopdalUserInfo .mopdalUserInfoTxt .comment span {
  white-space: nowrap;
  position: relative;
  margin-bottom: 14px;
}
@media screen and (max-width: 750px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment span {
    margin-bottom: 5px;
  }
}
.mopdalUserInfo .mopdalUserInfoTxt .comment span::after {
  content: "";
  position: absolute;
  bottom: -0.2em;
  left: 0;
  height: 70%;
  width: 100%;
  background: linear-gradient(87deg, rgba(250, 191, 218, 0.7), rgba(217, 108, 205, 0.5));
  mix-blend-mode: multiply;
}
@media screen and (max-width: 750px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment span::after {
    bottom: -0.1em;
    height: 52%;
  }
}
@media screen and (max-width: 530px) {
  .mopdalUserInfo .mopdalUserInfoTxt .comment span::after {
    bottom: -0.1em;
    height: 48%;
  }
}
.mopdalUserInfo .mopdalUserInfoTxt .name {
  font-weight: bold;
  color: #4d4d4d;
}
.mopdalUserInfo .mopdalUserInfoTxt .status {
  color: #c8c5e0;
  font-weight: bold;
}

.modalUserComment {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 52px;
}
@media screen and (max-width: 660px) {
  .modalUserComment {
    padding: 16px;
  }
}
.modalUserComment p {
  width: 88%;
  font-size: 18px;
  line-height: 34px;
  margin-bottom: 32px;
  color: #4d4d4d;
}
@media screen and (max-width: 660px) {
  .modalUserComment p {
    width: 100%;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 24px;
  }
}
.modalUserComment p span {
  font-weight: bold;
}

.btnArea {
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}
.btnArea a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50px;
  transition: 0.3s;
  width: 400px;
  height: auto;
  font-size: 14px;
  padding: 12px 32px;
  box-sizing: border-box;
  color: white;
  background: linear-gradient(87deg, #c8c5e0, #f8a6c6) !important;
}
@media screen and (max-width: 500px) {
  .btnArea a {
    width: 85%;
    padding: 10px 28px;
  }
}
@media screen and (max-width: 370px) {
  .btnArea a {
    font-size: 14px;
  }
}
.btnArea a:hover {
  opacity: 0.8;
  transition: 0.3s;
}
.btnArea a span {
  text-align: center;
}

.carouselWrapper {
  width: 84%;
  margin: 0 auto;
  padding: 32px 0;
}
@media screen and (max-width: 530px) {
  .carouselWrapper {
    width: 109%;
  }
}

.gallery {
  background: white;
}

.gallery-cell {
  width: 49%;
  height: 400px;
  margin-right: 10px;
  counter-increment: gallery-cell;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  gap: 10px;
}

.flickity-prev-next-button,
.flickity-prev-next-button {
  opacity: 0;
  transition: 0.5s;
}
.flickity-prev-next-button:hover,
.flickity-prev-next-button:hover {
  opacity: 1;
  transition: 0.5s;
  background: none !important;
}

.flickity-button:disabled {
  opacity: 0 !important;
}

.flickity-button-icon {
  fill: #878787 !important;
}

@media screen and (max-width: 530px) {
  .flickity-page-dots {
    margin-left: -18px !important;
  }
}

/* cell number */

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