html {
  scroll-behavior: smooth;
}
body {
  margin-top: 66px !important;
  overflow-x: clip;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.text-content {
  font-size: 20px;
  line-height: 1.8em;
  text-align: justify;
  max-width: none;
  position: relative;
  color: #333;
  background-color: white;
}
.text-content a {
  color: #428bca;
}
.text-content,
.text-content p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.text-content h1,
.text-content h2,
.text-content h3 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.text-content p {
  margin: 1.5em 0;
}
.text-content img,
.text-content picture {
  height: auto;
  max-width: 100%;
}
.text-content h1 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .text-content h1 {
    font-size: 40px;
  }
}
.text-content h2 {
  font-size: 32px;
  line-height: 1.3;
  font-weight: bold;
}
@media (min-width: 768px) {
  .text-content h2 {
    font-size: 40px;
  }
}
.text-content h3 {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
}
.text-content hr {
  border-top: 1px solid #aaa;
}
@media not all and (min-width: 768px) {
  .text-content .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .text-content .mobile-only {
    display: none;
  }
}
.text-content .no-p-margin p:first-child {
  margin-top: 0;
}
.text-content .no-p-margin p:last-child {
  margin-bottom: 0;
}
@media not all and (min-width: 768px) {
  .text-content .center-mobile {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .text-content .center-desktop {
    text-align: center;
  }
}
.text-content .center {
  text-align: center;
}
.text-content .full-container {
  position: relative;
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
}
.text-content .full-container::before,
.text-content .full-container::after {
  content: "";
  clear: both;
  display: table;
}
.text-content .container {
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.text-content .header {
  position: relative;
  display: block;
  margin: 0 -20px;
  line-height: 0;
}
.text-content .header-hidden {
  position: relative;
  height: 0;
  text-indent: -9999px;
}
.text-content .door-bell {
  text-align: center;
  margin: 15px 0;
  line-height: 0;
}
.text-content .door-bell img {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.text-content .text {
  position: relative;
  margin: 40px auto;
  max-width: 800px;
  text-align: justify;
}
.text-content a.button {
  display: inline-block;
  text-align: center;
  margin: 10px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #f6b26b;
  font-weight: bold;
  color: white;
  line-height: 1.5em;
  text-decoration: none;
}
.text-content a.button:hover {
  background-color: #f7bf83;
}
.text-content a.button.red {
  background-color: #ec574c;
}
.text-content a.button.red:hover {
  background-color: #ee6d63;
}
.text-content a.button.white {
  background-color: white;
  color: black;
}
.text-content a.button.white:hover {
  background-color: black;
  color: white;
}
.text-content a.button.icon-animation i.fas {
  transform-origin: bottom;
  animation-duration: 2s;
}
.text-content a.button.icon-animation:hover i.fas {
  animation-name: icon-jump;
  animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
}
.contents-grid {
  display: grid;
  margin: 0 20px;
  padding: 20px 0;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .contents-grid {
    grid-template-columns: 1fr 1fr 1fr;
    margin: 0;
  }
}
.contents-grid .title,
.contents-grid .description {
  margin: 10px;
}
.contents-grid .title span,
.contents-grid .description span {
  font-weight: bold;
}
.contents-grid .title p,
.contents-grid .description p {
  margin: 0;
}
.contents-grid .title {
  text-align: center;
  min-height: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contents-grid .description {
  flex: 1 0 0;
  font-size: 0.8em;
  line-height: 1.8em;
}
.contents-grid a.item {
  display: flex;
  flex-direction: column;
  background-color: white;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  color: #555;
  text-decoration: none;
  box-shadow: none;
  transition: box-shadow 0.5s;
}
.contents-grid a.item:hover,
.contents-grid a.item:active {
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
}
.chat {
  position: relative;
  margin: 40px auto;
}
.chat.small {
  max-width: 800px;
}
.chat .message {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
}
.chat .message .avatar {
  flex: 0 0 60px;
}
@media (min-width: 768px) {
  .chat .message .avatar {
    flex: 0 0 100px;
  }
}
@media (min-width: 768px) {
  .chat .message .avatar.large {
    flex: 0 0 120px;
  }
}
@media (min-width: 1200px) {
  .chat .message .avatar.large {
    flex: 0 0 160px;
  }
}
.chat .message .speech-bubble {
  position: relative;
  border-radius: 15px;
  padding: 15px;
  max-width: 600px;
  min-height: 60px;
  text-align: left;
}
.chat .message .speech-bubble:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .chat .message .speech-bubble:after {
    border: 20px solid transparent;
    border-bottom: 0;
  }
}
.chat .message.left {
  /*
            opacity: 0;
            transform: scale(0.8);
            transform-origin: left bottom;
            transition: opacity 0.8s, transform 0.8s;
            &.enable {
                opacity: 1;
                transform: none;
            }
            */
}
.chat .message.left .speech-bubble {
  margin-left: 10px;
}
.chat .message.left .speech-bubble:after {
  left: 0;
  border-right-color: #ddffc8;
  border-left: 0;
  margin-top: -10px;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .chat .message.left .speech-bubble {
    margin-left: 30px;
  }
  .chat .message.left .speech-bubble:after {
    margin-left: -20px;
  }
}
.chat .message.right {
  flex-direction: row-reverse;
  /*
            opacity: 0;
            transform: scale(0.8);
            transform-origin: right bottom;
            transition: opacity 0.8s, transform 0.8s;
            &.enable {
                opacity: 1;
                transform: none;
            }
            */
}
.chat .message.right .speech-bubble {
  margin-right: 10px;
}
.chat .message.right .speech-bubble:after {
  right: 0;
  border-left-color: #ddffc8;
  border-right: 0;
  margin-top: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .chat .message.right .speech-bubble {
    margin-right: 30px;
  }
  .chat .message.right .speech-bubble:after {
    margin-right: -20px;
  }
}
.chat .message .speech-bubble {
  background-color: #ddffc8;
}
.chat .message .speech-bubble p:first-child {
  margin-top: 0;
}
.chat .message .speech-bubble p:last-child {
  margin-bottom: 0;
}
.chat .message.red .speech-bubble {
  background-color: #ffd2b4;
}
.chat .message.red.left .speech-bubble:after {
  border-right-color: #ffd2b4;
}
.chat .message.red.right .speech-bubble:after {
  border-left-color: #ffd2b4;
}
.chat .message.yellow .speech-bubble {
  background-color: #f5fea3;
}
.chat .message.yellow.left .speech-bubble:after {
  border-right-color: #f5fea3;
}
.chat .message.yellow.right .speech-bubble:after {
  border-left-color: #f5fea3;
}
.chat .message.blue .speech-bubble {
  background-color: #bbddff;
}
.chat .message.blue.left .speech-bubble:after {
  border-right-color: #bbddff;
}
.chat .message.blue.right .speech-bubble:after {
  border-left-color: #bbddff;
}
.chat .message.pink .speech-bubble {
  background-color: #ffcbeb;
}
.chat .message.pink.left .speech-bubble:after {
  border-right-color: #ffcbeb;
}
.chat .message.pink.right .speech-bubble:after {
  border-left-color: #ffcbeb;
}
.chat .sticker {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
}
.chat .sticker.left {
  margin-left: 70px;
}
@media (min-width: 768px) {
  .chat .sticker.left {
    margin-left: 130px;
  }
}
.chat .sticker.right {
  flex-direction: row-reverse;
  margin-right: 70px;
}
@media (min-width: 768px) {
  .chat .sticker.right {
    margin-right: 130px;
  }
}
.chat .text-box {
  margin: 20px auto;
  border-radius: 15px;
  padding: 15px;
  max-width: 600px;
  min-height: 60px;
  text-align: left;
  background-color: white;
  border: 2px solid #fab432;
  /*
        opacity: 0;
        transform: scale(0.8);
        transition: opacity 0.8s, transform 0.8s;
        &.enable {
            opacity: 1;
            transform: none;
        }
        */
}
.chat .text-box .icon-with-text {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.chat .text-box .icon-with-text p {
  flex: 1 1 0;
  margin: 0 0 0 15px;
}
.chat .text-box img.icon {
  width: 60px;
  height: auto;
}
@media (min-width: 768px) {
  .chat .text-box img.icon {
    width: 100px;
  }
}
.chat .text-box p:first-child {
  margin-top: 0;
}
.chat .text-box p:last-child {
  margin-bottom: 0;
}
.chat .text-box.center {
  text-align: center;
}
.chat .speech-bubble a,
.chat .text-box a {
  color: #0036b1;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.chat .scroll-popup {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.8s, transform 0.8s;
}
.chat .scroll-popup.enable {
  opacity: 1;
  transform: none;
}
.custom-tooltip {
  position: relative;
  cursor: pointer;
  text-decoration: underline dotted #555;
  -webkit-tap-highlight-color: transparent;
}
.custom-tooltip.is-active .tooltip-text {
  display: block;
}
.custom-tooltip .tooltip-text {
  display: none;
  position: absolute;
  z-index: 100;
  bottom: 140%;
  left: 50%;
  transform: translateX(-50%);
  width: 480px;
  white-space: normal;
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 16px 22px;
  border-radius: 18px;
  background-color: #ffffff;
  color: #333333;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  border: 1px solid #eaeaea;
}
.custom-tooltip .tooltip-text::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top-color: #ffffff;
}
@media (max-width: 600px) {
  .custom-tooltip .tooltip-text {
    position: fixed;
    bottom: unset;
    top: 35%;
    left: 5%;
    right: 5%;
    width: 90%;
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
  }
  .custom-tooltip .tooltip-text::after {
    display: none;
  }
}
#part2 {
  height: 200px;
  margin-top: 0;
  overflow: hidden;
}
#part2::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(#ffffff00, #ffffffff);
}
#part2.expand {
  height: auto;
  overflow: visible;
}
#part2.expand::before {
  display: none;
}
#google-form .radios div {
  display: flex;
  align-items: flex-start;
}
#google-form .radios div label {
  flex: 1 1 0;
  cursor: pointer;
}
#google-form input[type="text"] {
  border: 1px solid black;
  padding: 5px 10px;
  margin: 20px 0;
  box-sizing: border-box;
  width: 100%;
}
#google-form input[type="radio"] {
  margin: 8px 10px 0 0;
  font-size: 20px;
  height: 1em;
}
#google-form textarea {
  border: 1px solid black;
  padding: 5px 10px;
  margin: 20px 0;
  box-sizing: border-box;
  width: 100%;
  min-height: 120px;
  display: inline-block;
  resize: vertical;
}
#google-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  margin: 10px;
  padding: 8px 20px;
  border-radius: 20px;
  background-color: #f6b26b;
  font-weight: bold;
  color: white;
  line-height: 1.5em;
  text-decoration: none;
  border: none;
}
#google-form input[type="submit"]:hover {
  background-color: #f7bf83;
}
#google-form label {
  font-size: 18px;
  font-weight: normal;
}
@media (min-width: 576px) {
  #google-form label {
    font-size: 20px;
  }
}
#google-form .radio-item {
  margin: 10px 0;
  display: flex;
  align-items: flex-start;
}
#google-form .radio-item label {
  flex: 1 1 0;
}
#form-message {
  display: block;
  background-color: #ddd;
  border-radius: 10px;
  padding: 5px 10px;
  margin: 20px 0;
  transition: background-color 0.5s;
}
#form-message:empty {
  display: none;
}
#form-message.success {
  background-color: #bbffbb;
}
#form-message.error {
  background-color: #ffbbbb;
}
a.anchor {
  display: block;
  position: relative;
  top: -110px;
  visibility: hidden;
}
