@charset "UTF-8";
body {
  font-size: 14px;
  line-height: 1.5;
  font-family: YuGothic, "Yu Gothic medium", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
ul {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #191919;
}
#wrapper {
  background: #F5F5F5;
}
#container {
  max-width: 700px;
  background: #fff;
  margin: auto;
  box-shadow: 2px 2px 4px 1px #D5D5D5;
}
header {
  background: #0D3E92;
  padding: 10px 0;
  box-shadow: 2px 2px 4px -1px gray;
}
.header-txt {
  width: 60%;
  margin: auto;
}
.header-txt img {
  width: 100%;
}
h1 {
  text-align: center;
  font-size: 35px;
  padding: 10px 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #B2B2B2;
}
h1 span {
  color: #0D3E92;
}
#content {
  max-width: 85%;
  margin: auto;
}
.credit {
  color: #848484;
  padding: 10px 0 25px;
  text-align: right;
}
.illust_left, .illust_right {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
.illust_right {
  margin: 50px 0;
}
.illust_left .character {
  width: 20%;
  margin-right: 20px;
}
.illust_left .speech-bubble {
  position: relative;
  background: #fff;
  border: 3px solid #0D3E92; /* 吹き出しの枠線の色 */
  border-radius: 20px;
  padding: 40px 61px;
  width: 80%;
  min-height: 100px;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: 3px 3px 0px #0D3E92;
}
.illust_left .yajirushi {
  position: absolute;
  bottom: 10%;
  width: 30px;
  left: -29px;
}
.yajirushi img {
  width: 100%;
}
.illust_right .speech-bubble {
  position: relative;
  background: #fff;
  border: 3px solid #0D3E92; /* 吹き出しの枠線の色 */
  border-radius: 20px;
  padding: 40px 53px;
  width: 80%;
  min-height: 100px;
  font-size: 20px;
  line-height: 1.5;
  box-shadow: 3px 3px 0px #0D3E92;
}
.illust_right .yajirushi {
  position: absolute;
  bottom: 10%;
  width: 30px;
  right: -29px;
}
.illust_right .character {
  width: 20%;
  margin-left: 20px;
}
.speech-bubble span {
  font-weight: bold;
}
.illust_center {
  width: 100%;
  margin: 50px auto;
}
.illust_center img {
  width: 100%;
}
.illust_flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.illust_flex_img {
  width: 50%;
}
.illust_flex_img img {
  width: 100%;
}
.table {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 50px 0;
  text-align: center;
}
.hikaku-category {
  padding: 0;
  background: #D3E0FF;
  border-radius: 22px 0 0 22px;
  width: 26%;
  height: 770px;
  margin-top: 138px;
}
.hikaku-category p {
  padding: 120px 0;
  border-bottom: 2px dotted #A0A0A0;
  font-size: 18px;
}
.hikaku-category p:nth-child(2), .hikaku-category p:nth-child(3), .hikaku-category p:nth-child(4) {
  padding: 63px 0;
}
.hikaku-category p:last-child, .hikaku-yanagidc p:last-child, .hikaku-other p:last-child {
  border: none;
}
.hikaku-yanagidc {
  background: #11409D;
  width: 40%;
  color: #ffffff;
  border-radius: 22px;
}
.hikaku-yanagidc img {
  width: 90%;
  margin-top: 10px;
}
.hikaku-yanagidc p {
  padding: 30px 0;
  border-bottom: 2px dotted #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.hikaku-yanagidc span, .hikaku-other span {
  font-size: 30px;
}
.hikaku-other {
  width: 34%;
  background: #D3E0FF;
  border-radius: 0 22px 22px 0;
  margin-top: 25px;
  height: 886px;
}
.hikaku-other p:nth-child(2) {
  padding: 75px 0;
}
.hikaku-other p:nth-child(4) {
  padding: 17px 0;
}
.hikaku-other p {
  padding: 30px 0;
  border-bottom: 2px dotted #A0A0A0;
  color: #727272;
  font-size: 18px;
  line-height: 1.4;
}
.hikaku-yanagidc h3 {
  padding: 40px 0;
  border-bottom: 2px dotted #ffffff;
  font-size: 22px;
  line-height: 1.3;
}
.hikaku-other h3 {
  font-size: 20px;
  padding: 30px 0;
  border-bottom: 2px dotted #A0A0A0;
  color: #727272;
  line-height: 1.3;
}
.counseling {
  margin: 30px 0;
  background: #E8EFFD;
  padding: 5% 0;
}
.counseling img {
  width: 100%;
}
.cta {
  max-width: 90%;
  margin: auto;
  background: #ffffff;
  padding: 5% 0;
}
.cta-btn, .cta-titl, .cta-info {
  width: 85%;
  margin: auto;
}
.reception {
  width: 85%;
  margin: auto;
}
.reception-titl {
  text-align: center;
  margin: 25px 0 5px;
  color: #11409E;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
}
.reception-txt {
  text-align: center;
  color: #11409E;
  font-size: 23px;
  margin: 5px 0;
}
.cta-info {
  margin-top: 10px;
}
footer {
  margin: auto;
}
footer img {
  width: 100%;
}
footer .logo {
  width: 180px;
  margin: 20px auto 0;
}
h2 {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  text-align: center;
  font-weight: normal;
  color: #0D3E92;
  font-size: 35px;
  letter-spacing: 1px;
}
.footer_about, .footer_sns {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  margin: 20px 0 10px;
}
.map {
  width: 85%;
  margin: auto;
}
.sns {
  width: 85%;
  margin: 30px auto 0;
}
.sns-titl {
  width: 70%;
  margin: 50px auto 0;
}
.sns ul li {
  margin-top: 10px;
}
.sns img {
  width: 100%;
}
.copyright {
  text-align: center;
  background: #E8EFFD;
  padding: 12px 0 24px;
}
.center {
  display: flex;
  align-items: center;
}
.address {
  text-align: center;
  font-size: 16px;
  background: #E8EFFD;
  padding-bottom: 60px;
}
.address p {
  background: #ffffff;
}
.address_titl {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width: 480px) {
  .header-txt {
    width: 72%;
  }
  h1 {
    font-size: 24px;
    line-height: 1.3;
  }
  #content {
    max-width: 90%;
  }
  .credit {
    padding: 5px 0 15px;
    font-size: 12px;
  }
  .illust_left .speech-bubble {
    padding: 25px 18px;
    font-size: 17px;
    line-height: 1.5;
  }
  .illust_left .character {
    width: 24%;
  }
  .illust_right .speech-bubble {
    padding: 25px 26px;
    font-size: 17px;
    line-height: 1.5;
  }
  .illust_right .character {
    width: 24%;
  }
  .hikaku-category {
    border-radius: 11px 0 0 11px;
    height: 530px;
    margin-top: 89px;
  }
  .hikaku-category p {
    padding: 78.5px 0;
    font-size: 13px;
    font-weight: 600;
    border-bottom: 1px dotted #A0A0A0;
  }
  .hikaku-category p:nth-child(2) {
    padding: 43px 0;
  }
  .hikaku-category p:nth-child(3) {
    padding: 42.5px 0;
  }
  .hikaku-category p:nth-child(4) {
    padding: 43.5px 0;
  }
  .hikaku-yanagidc {
    width: 40%;
    border-radius: 11px;
  }
  .hikaku-yanagidc p {
    padding: 22px 0;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 1px dotted #ffffff;
  }
  .hikaku-yanagidc span, .hikaku-other span {
    font-size: 20px;
  }
  .hikaku-yanagidc h3 {
    padding: 25px 0;
    border-bottom: 1px dotted #ffffff;
    font-size: 15px;
  }
  .hikaku-other {
    border-radius: 0 11px 11px 0;
    margin-top: 22px;
    height: 593px;
  }
  .hikaku-other h3 {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 1px dotted #A0A0A0;
  }
  .hikaku-other p:nth-child(2) {
    padding: 50.5px 0;
  }
  .hikaku-other p:nth-child(3) {
    padding: 22px 0;
  }
  .hikaku-other p:nth-child(4) {
    padding: 14px 0;
  }
  .hikaku-other p {
    padding: 22px 0;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 1px dotted #A0A0A0;
  }
  .price {
    font-size: 12px !important;
  }
  .reception-titl {
    font-size: 18px;
  }
  .reception-txt {
    font-size: 15px;
  }
  footer .logo {
    width: 26%;
  }
  h2 {
    font-size: 25px;
  }
  .map {
    width: 90%;
  }
  .sns {
    width: 90%;
  }
  .sns-titl {
    width: 90%;
    margin: 50px auto -15px;
  }
  .copyright {
    padding: 9px 0 24px;
    font-size: 11px;
  }
  .center {
    display: flex;
    align-items: center;
  }
  .address {
    font-size: 14px;
  }
  .address_titl {
    font-size: 14px;
  }
  #cta-button {
    position: fixed;
    bottom: 20px;
    left: 50%;
    display: block;
    width: 95%; /* 画像の横幅 */
    height: auto; /* 縦横比を保持 */
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    z-index: 1000;
  }
  #cta-button.visible {
    opacity: 1;
    ransform: translateX(-50%) translateY(0);
  }
  #cta-button.hidden {
    opacity: 0;
    transform: translateX(-50%) translateY(20px);
  }
  #cta-button img {
    width: 100%; /* リンク内の画像を親要素にフィットさせる */
    height: auto;
  }
}