.yellowTail {
  font-family: 'Yellowtail', cursive;
}

.toAccentColor {
  -webkit-filter: invert(70%) sepia(36%) saturate(1286%) hue-rotate(204deg) brightness(100%) contrast(102%);
          filter: invert(70%) sepia(36%) saturate(1286%) hue-rotate(204deg) brightness(100%) contrast(102%);
}

.toSubAccentColor {
  -webkit-filter: invert(87%) sepia(37%) saturate(728%) hue-rotate(191deg) brightness(100%) contrast(104%);
          filter: invert(87%) sepia(37%) saturate(728%) hue-rotate(191deg) brightness(100%) contrast(104%);
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #e6d5ff;
  color: #222;
  position: relative;
  font-size: 0;
}

img {
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 40px;
  letter-spacing: 15px;
}

h2 {
  font-size: 20px;
  letter-spacing: 7px;
  font-weight: 100;
}

h3 {
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 100;
  letter-spacing: 1px;
}

h4 {
  font-size: 16px;
  letter-spacing: 5px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 35px;
}

nav {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 9998;
  pointer-events: none;
}

nav * {
  pointer-events: auto;
}

nav .pcTitleTopLogo {
  display: block;
  position: absolute;
  width: 100%;
  max-width: 1500px;
  text-align: left;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  height: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

nav .pcTitleTopLogo img {
  display: block;
  position: relative;
  height: 100%;
  left: 20px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

nav .makeSmall {
  height: 50px;
}

nav .makeSmall img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

nav .whiteBorder {
  display: block;
  position: fixed;
  background-color: transparent;
  content: '';
  width: 100%;
  height: 50px;
  -webkit-transition: all ease-out 350ms;
  transition: all ease-out 350ms;
}

nav .backgroundColor {
  background-color: #e6d5ff;
  -webkit-transition: all ease-out 350ms;
  transition: all ease-out 350ms;
}

nav .burger {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 30px;
  content: '';
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  z-index: 99;
}

nav .burger img {
  width: 30px;
  -webkit-filter: invert(1) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
          filter: invert(1) drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.3));
}

nav .burger:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

nav .burger:hover .bline {
  background-color: #c8a3ff;
}

nav .pcTopRightFloater {
  position: absolute;
  right: 20px;
  top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

nav .pcTopRightFloater .pcTopPhoneNumber a {
  font-size: 12px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #222;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav .pcTopRightFloater .pcTopPhoneNumber a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  color: #c8a3ff;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav .pcTopRightFloater .pcTopOtoiawaseBuutton {
  margin-left: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav .pcTopRightFloater .pcTopOtoiawaseBuutton a {
  font-size: 12px;
  letter-spacing: 1px;
  background-color: white;
  padding: 8px 15px;
  border: 1px solid #222;
  text-decoration: none;
  color: #222;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

nav .pcTopRightFloater .pcTopOtoiawaseBuutton a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  background-color: #c8a3ff;
  color: white;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pcMenuIcons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 0;
  bottom: 0;
  width: 40%;
  padding: 15px 0;
  gap: 10px;
}

.pcMenuIcons .footerIcon {
  height: 20px;
  width: 20px;
  padding: 3px;
  -webkit-filter: invert(0%);
          filter: invert(0%);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.pcMenuIcons .footerIcon:hover {
  -webkit-filter: invert(76%) sepia(15%) saturate(1448%) hue-rotate(80deg) brightness(94%) contrast(85%);
          filter: invert(76%) sepia(15%) saturate(1448%) hue-rotate(80deg) brightness(94%) contrast(85%);
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.pcSlideMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: #222;
  z-index: 9999;
}

.pcSlideMenu .closeBtnBox {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 1500px;
}

.pcSlideMenu .closeBtnBox .menuCloseBtn {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 30px;
  -webkit-filter: invert(100%) brightness(10000%);
          filter: invert(100%) brightness(10000%);
}

.pcSlideMenu .closeBtnBox .menuCloseBtn img {
  width: 30px;
}

.pcSlideMenu .pcMenuTitle {
  position: fixed;
  height: 30px;
  left: 50%;
  top: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pcSlideMenu .pcMenuTitle img {
  height: 100%;
}

.pcSlideMenu .pcFooterArea {
  background-color: transparent;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.pcSlideMenu .pcFooterArea .ftDark .anchorLink {
  background-color: transparent;
  border: none;
}

.pcSlideMenu .pcFooterArea .ftDark .anchorLink h4 {
  color: white;
}

.pcSlideMenu .pcFooterArea .ftDark .anchorLink::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.pcSlideMenu .pcFooterArea .pcMenuIcons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.pcSlideMenu .pcFooterArea .pcMenuIcons a .footerIcon {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.moFontTitle {
  display: block;
  position: relative;
  text-align: center;
  padding: 130px 0;
  padding-bottom: 0px;
}

.moFontTitle .ja {
  display: inline-block;
  position: relative;
  font-weight: 600;
  font-size: 40px;
  letter-spacing: 10px;
  z-index: 2;
  font-family: "Sawarabi Mincho";
  color: #222;
  padding: 0;
  margin: 0;
}

.moFontTitle .ja .en {
  font-size: 22px;
  letter-spacing: normal;
  display: block;
  position: relative;
  color: white;
  background-color: #ffd1fd;
  z-index: 1;
  white-space: nowrap;
  padding: 0;
  z-index: 1;
  line-height: 22px;
  font-weight: 100;
  letter-spacing: 3px;
}

.map {
  margin: 150px 0;
}

.pcMainBody {
  display: block;
  position: relative;
  background-color: white;
  text-align: center;
  max-width: 1500px;
  left: 50%;
  padding-bottom: 10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pcMainBody .logoArea {
  display: block;
  margin-top: 100px;
}

.pcMainBody .logoArea iframe {
  height: 400px;
  width: 400px;
  opacity: 0;
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
}

.pcMainBody .logoArea .played {
  opacity: 1;
  -webkit-transition: all ease-out 500ms;
  transition: all ease-out 500ms;
  -webkit-transition-delay: 50ms;
          transition-delay: 50ms;
}

.pcTopics {
  position: fixed;
  display: block;
  width: 120px;
  bottom: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 9997;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pcTopics:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pcTopBgImage {
  content: '';
  height: 100vh;
  width: 100%;
  background-image: url(../images/pcBackground.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
}

.pcTopBgImage .textArea {
  color: white;
  position: absolute;
  bottom: 120px;
  left: 50px;
  text-align: left;
}

.pcTopBgImage .mainTopBar {
  display: block;
  background-color: white;
  height: 10px;
  width: 80px;
  left: 0%;
  margin-top: -10px;
  margin-bottom: 20px;
}

.pcTopBgImage h3 {
  font-size: 28px;
  letter-spacing: 10px;
}

.pcFooterArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6d5ff;
  padding-top: 80px;
  padding-bottom: 0px;
  text-align: center;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pcFooterArea .logoArea {
  height: 100%;
}

.pcFooterArea .logoArea iframe {
  display: block;
  position: relative;
  height: calc(100%);
  width: calc(100%);
}

.pcFooterArea .centerMe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pcFooterArea .centerMe .sqButton {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #c8a3ff;
  margin: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background-color: #e6d5ff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  height: 70px;
  width: 280px;
  -webkit-transition: all ease-out 350ms;
  transition: all ease-out 350ms;
}

.pcFooterArea .centerMe .sqButton:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all ease-out 350ms;
  transition: all ease-out 350ms;
}

.pcFooterArea .centerMe .sqButton .sqButtonIcon {
  display: inline-block;
  position: absolute;
  width: 90px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-55%);
          transform: translateY(-55%);
  opacity: 0.6;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.pcFooterArea .centerMe .sqButton .sqButtonText {
  display: block;
  position: relative;
  color: #222;
  margin: 0;
  padding: 0;
}

.pcFooterArea .centerMe .sqButton .sqButtonText h4 {
  display: block;
  position: absolute;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  line-height: 70px;
  color: #222;
  opacity: 0.7;
  font-weight: 800;
}

.pcFooterArea .ftDark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.pcFooterArea .ftDark .anchorLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  position: relative;
  font-size: 15px;
  letter-spacing: 2px;
  padding: 0 10px;
  padding-left: 5%;
  margin: 1px 0;
  text-align: left;
  background-color: #e6d5ff;
  border-radius: 5px;
  border: 1px solid #c8a3ff;
  height: 40px;
  color: #222;
  font-weight: 100;
  z-index: 1;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.pcFooterArea .ftDark .anchorLink:hover {
  background-color: #c8a3ff;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.pcFooterArea .ftDark .anchorLink h4 {
  display: block;
  position: absolute;
  text-align: left;
  padding: 0;
  margin: 0;
  width: 100%;
  font-size: 12px;
  line-height: 70px;
  color: #222;
  opacity: 0.7;
  font-weight: 800;
}

.pcFooterArea .ftDark .anchorLink::after {
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  background-image: url(../images/right.svg);
  background-size: contain;
  opacity: 0.8;
  z-index: 2;
}

.pcFooterArea .ftDark .footerIconsBlock {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.pcFooterArea .ftDark .footerIconsBlock a {
  display: inline-block;
  position: relative;
  padding: 10px 20px;
  margin: 10px 5px;
  background-color: #c8a3ff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}

.pcFooterArea .ftDark .footerIconsBlock a .footerIcon {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-filter: invert(1) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
          filter: invert(1) drop-shadow(0 2px 2px rgba(0, 0, 0, 0.4));
}

.pcFooterArea .ftDark h4 {
  color: #222;
  font-size: 9px;
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.copywright {
  display: block;
  text-align: center;
}

.copywright h4 {
  font-size: 8px;
}

.moTextBlock {
  padding: 50px 0;
  position: relative;
  width: 90%;
  left: 5%;
}

.moTextBlock .moTextTitle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.moTextBlock .moTextTitle img {
  width: 50%;
}

.moTextBlock .moTextBox {
  padding: 30px 50px;
}

.moTextBlock .moTextBox h2 {
  font-size: 22px;
  font-weight: 500;
}

.moTextBlock .moTextBox h3 {
  font-size: 18px;
  line-height: 40px;
  text-align: left;
  word-break: break-all;
}

.moFullWidth {
  width: 100%;
}

.moNamesTextBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 100px 0;
}

.moNamesTextBlock .moNamesBlock {
  display: inline-block;
  width: 40%;
  margin: 0;
}

.moNamesTextBlock .moNamesBlock h2 {
  font-size: 30px;
  line-height: 35px;
}

.moNamesTextBlock .moNamesBlock h3 {
  font-size: 20px;
  line-height: 35px;
}

.moNamesTextBlock .moNamesBlock h4 {
  display: block;
  position: relative;
  width: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: left;
  font-size: 16px;
  line-height: 35px;
  word-break: break-all;
}

.moNamesTextBlock .moNamesBlock p {
  display: block;
  position: relative;
  text-align: center;
  font-size: 12px;
  line-height: 35px;
  word-break: break-all;
}

.givePadding {
  padding: 40px;
}

.moButton {
  color: #222;
  font-size: 24px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  padding: 0 40px;
  border-radius: 80px;
  border: 1px solid #222;
  margin-top: 30px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
  text-decoration: none;
}

.moButton:hover {
  background-color: #c8a3ff;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.pcServicesBody {
  background-color: #e6d5ff;
  text-align: center;
  padding: 0 10%;
  position: relative;
  margin: 0;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c8a3ff;
}

.pcServicesBody h4 {
  font-size: 18px;
  margin: 100px 0;
  letter-spacing: 2px;
}

.servicesTitle {
  margin-top: 150px;
  width: 400px;
}

.serviceIconsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 70px;
}

.serviceIconsBlock a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  z-index: 1;
  margin: 5px;
  width: 48%;
  padding: 10px 0;
  height: 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  background-color: #c8a3ff;
}

.serviceIconsBlock a img {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 20%;
  -webkit-filter: invert(1);
          filter: invert(1);
  opacity: 0.5;
}

.serviceIconsBlock a h4 {
  font-size: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0;
  padding: 0;
  text-align: left;
  padding-left: 0px;
  z-index: 1;
}

.serviceIconsBlock a h4::after {
  display: block;
  position: absolute;
  z-index: 2;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  opacity: 0.6;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  background-image: url(../images/right.svg);
}

.serviceBlockTop {
  position: relative;
  margin-top: 80px;
  background-color: white;
  padding-top: 40px;
  padding-bottom: 20px;
}

.serviceBlockTop img {
  position: absolute;
  width: 70px;
  height: 70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  -webkit-filter: invert(70%) sepia(7%) saturate(1286%) hue-rotate(10deg) brightness(1010%) contrast(190%);
          filter: invert(70%) sepia(7%) saturate(1286%) hue-rotate(10deg) brightness(1010%) contrast(190%);
}

.serviceBlockTop::before {
  display: block;
  position: absolute;
  height: 100px;
  width: 100px;
  content: '';
  background-color: #c8a3ff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -65px;
  z-index: 0;
  border-radius: 50px;
}

.serviceBlockTop h2 {
  font-size: 20px;
  letter-spacing: 3px;
}

.serviceImg {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.serviceWhiteBlock {
  background-color: white;
  padding: 0% 10% 10% 10%;
}

.serviceWhiteBlock h2 {
  display: block;
  background-color: red;
  text-align: center;
}

.serviceWhiteBlock h3 {
  text-align: center;
}

.serviceWhiteBlock h4 {
  margin: 0;
  font-size: 15px;
  text-align: left;
  word-break: break-all;
}

.servicesLine {
  content: ' ';
  width: 100%;
  height: 1px;
  background-color: #e6d5ff;
  margin-bottom: 30px;
}

.privacyBody {
  display: block;
  position: relative;
  padding: 100px 200px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1500px;
  background-color: #e6d5ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #c8a3ff;
}

.privacyBody .privacyWhiteBlock {
  background-color: white;
  border: 1px solid #c8a3ff;
}

.privacyBody .privacyWhiteBlock h2, .privacyBody .privacyWhiteBlock h3, .privacyBody .privacyWhiteBlock h4 {
  text-align: left;
  padding: 20px 50px;
}

.privacyBody .privacyWhiteBlock h3 {
  font-weight: 600;
}

.privacyBody .privacyWhiteBlock h4 {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
}

.glossaryWhiteBlock {
  background-color: white;
  padding: 100px 200px;
}

.glossaryWhiteBlock h3 {
  padding: 20px 0;
  font-weight: 600;
}

.glossaryWhiteBlock ul li {
  position: relative;
}

.glossaryWhiteBlock ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: -20px;
  top: 8.4px;
  background-color: #222;
  height: 8px;
  width: 8px;
  border-radius: 50%;
}

.achivementsColorBlock {
  display: block;
  position: relative;
  background-color: #e6d5ff;
  width: 100%;
  max-width: 1500px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.achivementsWhiteBlock {
  text-align: center;
  background-color: white;
  padding: 100px 100px;
  width: 100%;
  max-width: 1500px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.achivementsWhiteBlock h3 {
  padding: 20px 0;
  font-weight: 600;
  text-align: center;
  word-break: break-all;
  letter-spacing: 1px;
}

.achivementsWhiteBlock h4 {
  text-align: left;
  word-break: break-all;
  line-height: normal;
  letter-spacing: 1px;
}

.achivementsTitle {
  width: 400px;
}

.fullWidth {
  width: 100%;
}

.achivementsGridBlock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  margin-top: 80px;
}

.achivementsGridBlock h2, .achivementsGridBlock h4 {
  margin: 0;
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
  word-break: break-all;
  line-height: normal;
}

.achivementsGridBlock .achivementsLeftGrid {
  position: relative;
}

.achivementsGridBlock .achivementsLeftGrid h3 {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  word-break: break-all;
}

.achivementsGridBlock .achivementsRightGrid h3 {
  float: right;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-align: end;
  word-break: break-all;
}

.marginTop {
  margin-top: 40px;
  margin-bottom: 40px;
}

.anchor {
  margin-top: 100px;
}

.backToTopArea {
  display: block;
  position: fixed;
  max-width: 1500px;
  left: 50%;
  bottom: 40px;
  height: 40px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.backToTopArea .backToTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  right: 20px;
  bottom: -40px;
  height: 40px;
  width: 40px;
  opacity: 0;
  -webkit-transform: scale(0.1);
          transform: scale(0.1);
  padding: 10px;
  border-radius: 20px;
  background-color: #e6d5ff;
  border: 1px solid #c8a3ff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  cursor: pointer;
}

.backToTopArea .backToTop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
  background-color: #c8a3ff;
  border-color: #e6d5ff;
}

.backToTopArea .backToTop img {
  height: 100%;
  width: 100%;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.backToTopArea .showBackToTop {
  bottom: 0px;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 350ms ease-out;
  transition: all 350ms ease-out;
}

.moContact {
  margin-bottom: 50px;
}

.moContact h1 {
  font-size: 30px;
  margin: 0;
  margin-top: 40px;
}

.moContact h2 {
  padding: 0 10%;
  font-size: 20px;
}

.moContact h3 {
  font-size: 13px;
  text-align: center;
}

.moContact h4 {
  display: inline-block;
  position: relative;
  width: 310px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  margin: 0;
}

.moContact .addressCardBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.moContact .addressCardBlock .addressCard {
  border: 1px solid #e6d5ff;
  display: block;
  position: relative;
  width: 380px;
  margin: 20px 10px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.moContact .addressCardBlock .addressCard h2 {
  margin: 0;
  padding: 0;
  display: block;
  position: absolute;
  background-color: #c8a3ff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40px;
  line-height: 40px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: white;
}

.moContact .addressCardBlock .addressCard h4 {
  position: relative;
  width: 100%;
  text-align: left;
  padding: 20px 5%;
}
/*# sourceMappingURL=pcStyle.css.map */
/* ---------------------------- */
/* --- お問い合わせ --- */
/* ---------------------------- */
input[type="text"], input[type="email"], textarea {
  outline: none;
  -webkit-appearance: none;
}

input[type="submit"], input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
.Contact-Badge{
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  width: 184px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c2a6f9;
  letter-spacing: 0.12em;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.Contact-Head-Text{
  margin: 30px 0 142px!important;
}
.Contact-Icon01{
  top: -40px!important;
  width: 42px!important;
  height: 50px!important;
  -webkit-filter: none!important;
  filter: none!important;
}
.Contact-Icon02{
  top: -31px!important;
  width: 52px!important;
  height: 36px!important;
  -webkit-filter: none!important;
  filter: none!important;
}
.serviceWhiteBlock01{
  padding-bottom: 30px!important;
}
.serviceWhiteBlock02{
  padding-bottom: 60px!important;
}
.Contact-Img-Price{
  width: 532px!important;
}
.Contact-Cta{
  border-radius: 8px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 735px;
  box-shadow: 0px 1px 14.85px 0.15px rgba(31, 0, 0, 0.3);
}
.Contact-Cta-Head{
  border-radius: 8px 8px 0 0;
  width: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c2a6f9;
  color: #fff;
  font-size: 22px;
}
.Contact-Cta-Box{
  border-radius: 0 0 8px 8px;
  border: 1px solid #c2a6f9;
  padding-top: 24px;
  padding-bottom: 24px;
  background: #fff;
}
.Contact-Cta-Box-Text{
  text-align: center;
  color: #1a1a19;
  font-size: 20px;
}
.Contact-Cta-Box-BtnBox{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 654px;
  display: flex;
  justify-content: space-between;
}
.Contact-Cta-Box-BtnBox-ImgBox{
  width: calc((100% - 28px) / 2);
  display: block!important;
}
.Contact-Cta-Box-BtnBox-ImgBox:hover{
  opacity: .8!important;
}
.Contact-Cta-Box-BtnBox-ImgBox-Img{
  width: 100%!important;
  height: auto!important;
}
.pcServicesBodyContact{
  border-bottom: none!important;
}
.Form {
  margin-left: auto;
  margin-right: auto;
  max-width: 624px;
}
.Form-Item {
  padding-top: 18px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.Form-Item-Label {
  margin: 0;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: left!important;
  font-weight: bold;
  font-size: 16px;
}
.Form-Item-Input {
  border: 1px solid #e3deea;
  border-radius: 6px;
  margin-top: 12px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  width: 100%;
  background: #fcfcfc;
  font-size: 16px;
}
.Form-Item-Textarea {
  border: 1px solid #e3deea;
  border-radius: 6px;
  margin-top: 12px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  width: 100%;
  background: #fcfcfc;
  font-size: 16px;
}
.Form-Btn {
  border-radius: 48px;
  border: 1px solid #1a1a19!important;
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
  width: 274px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.05em;
  background: #fff;
  color: #1a1a19;
  font-weight: bold;
  font-size: 20px;
}
.Form-Btn:hover{
  opacity: .8;
}




/* ===================================================================

　お知らせ

=================================================================== */

.top-news-content {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    position: relative;
    width: 100%;
    margin: 40px auto;
	padding: 0 100px;
    text-align: center;
}
.top-news-content-detail {
	position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 0;
    text-align: center;
	border-top: 1px solid #000;
    z-index: 10;
}
.top-news-content dl {
    width: 100%;
    margin: 0 0 40px;
    padding: 0;
	color: #000;
    text-align: left;
	font-size: 17px;
    letter-spacing: 0.15em;
}
.top-news-content dl dt {
	float: left;
	width: 11em;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.5;
}
.top-news-content dl dd {
	position: relative;
	vertical-align: middle;
	margin: 0 0 35px;
	padding: 0 15px 35px 13em;
	line-height: 1.5;
	border-bottom: 1px solid #000;
}
.top-news-content .detail-btn {
	display: inline-block;
	margin: 0 auto;
	padding: 15px 60px;
	font-size: 16px;
	line-height: 1;
	border: 1px solid #000;
}
.top-news-content-detail a {
	color: #000;
	opacity: 1;
}
.top-news-content-detail a:hover {
	transition: all 0.5s ease;
	opacity: 0.5;
}
