@charset "UTF-8";

.contact-btn {
  margin: 80px auto 130px;
}
.contact-btn .btn {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  background-color: #CCEDF6;
  border-radius: 15px;
  border: 1px solid #CCEDF6;
  padding: 18px 30px 18px 30px;
  margin-bottom: 40px;
  position: relative;
}
.contact-btn .btn::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border-top: 4px solid #00a3d2;
  border-right: 4px solid #00a3d2;
  transform: rotate(45deg);
  position: absolute;
  top: 78px;
  right: 40px;
  transition: 0.3s;
}
.contact-btn .btn:hover::after {
  right: 20px;
}
.contact-btn .btn:last-child {
  margin-bottom: 0;
}
.contact-btn .btn .circle {
  width: 136px;
  height: 136px;
  border-radius: 50%;
  background-color: #fff;
  padding: 12px;
  text-align: center;
  position: relative;
}
.contact-btn .btn .circle .fa-regular,
.contact-btn .btn .circle .fa-solid {
  font-size: 5rem;
  color: #00a3d2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.contact-btn .btn .text {
  margin-left: 50px;
}
.contact-btn .btn .text .title {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
}
.contact-btn .btn .text span {
  font-size: 1.125rem;
  display: block;
  margin-top: 8px;
}

/* --------------------------------
contact
-------------------------------- */
#contact {
  margin-top: 200px;
  margin-bottom: 100px;
}
#contact .chat {
  max-width: 900px;
  margin: 0 auto;
} 
#contact .chat .title {
  font-size: 2.0625rem;
  margin-bottom: 20px;
}
#contact .chat .title .sp-br {
  display: none;
}
#contact .chat .img {
  text-align: center;
  margin: 30px auto 40px;
}
#contact .chat .desc {
  padding: 0 90px;
}
#contact .chat .desc-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00a3d2;
  padding-left: 10px;
  border-left: 3px solid #00a3d2;
  line-height: 26px;
  margin-bottom: 20px;
}
#contact .chat .desc span {
  padding-top: 20px;
  display: block;
}

/* --------------------------------
contact-tell
-------------------------------- */
#contact-tell {
  margin-top: 200px;
  margin-bottom: 100px;
}
#contact-tell > .text {
  max-width: 750px;
  margin: 0 auto;
  font-size: 1.125rem;
  padding-left: 60px;
  line-height: 33px;
}
#contact-tell .situation .flex {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#contact-tell .situation {
  margin-bottom: 100px;
}
#contact-tell .situation .flex .table {
  width: 50%;
}
#contact-tell .situation .flex .desc {
  width: 35%;
  margin-left: 30px;
}
#contact-tell .situation .flex .desc .title {
  background-color: #00a3d2;
  border-radius: 5px;
  color: #fff;
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 20px;
  font-size: 1.3125rem;
}
#contact-tell .situation .flex .desc .text {
  margin: 0 0 25px 10px;
  line-height: 30px;
}
#contact-tell .situation .flex .desc .text-2 {
  margin-left: 10px;
}
#contact-tell table {
  border-collapse:  collapse;
  width: 100%;
}
#contact-tell table .clock {
  font-size: 0.9rem;
}
#contact-tell table th,
#contact-tell table td {
  border: 1px solid #707070;
  padding: 10px 20px;
  text-align: center;
}
#contact-tell table th {
  background-color: #99DAED;
}
#contact-tell table tr:nth-child(odd) {
  background-color: #CCEDF6;
}
#contact-tell .support {
  text-align: center;
  padding-bottom: 50px;
}
#contact-tell .support-title {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}
#contact-tell .support .tell {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
#contact-tell .support .tell .phone {
  width: 35%;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 35px;
  padding: 15px;
  color: #00a3d2;
  border: 1px solid #00a3d2;
}
#contact-tell .support .tell .phone .number {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 13px;
}
#contact-tell .support .tell .phone .number .tell-number {
  letter-spacing: 0.2rem;
}

/* --------------------------------
contact-mail
-------------------------------- */
#contact-mail {
  margin-top: 200px;
  margin-bottom: 100px;
}
#contact-mail > .text {
  text-align: center;
  line-height: 33px;
  font-size: 1.125rem;
}
#contact-mail .support {
  text-align: center;
  padding-bottom: 50px;
}
#contact-mail .support-title {
  font-size: 2rem;
  margin-bottom: 15px;
  text-align: center;
}
#contact-mail .support .contact {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
#contact-mail .support .comment {
  font-size: 1.125rem;
}
#contact-mail .support .contact .mail {
  width: 40%;
  background-color: #fff;
  border: 1px solid #00a3d2;
  text-align: center;
  margin: 0 20px;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
#contact-mail .support .contact .mail:hover {
  background-color: #00a3d2;
}
#contact-mail .support .contact .mail .img {
  background-color: #CCEDF6;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  padding: 20px;
  display: block;
  margin: auto;
}
#contact-mail .support .contact .mail .title {
  color: #00a3d2;
  margin-top: 20px;
}
#contact-mail .support .contact .mail:hover .title {
  color: #fff;
}
#contact-mail .support .contact .mail .fa-solid {
  position: absolute;
  right: 20px;
  bottom: 15px;
  color: #00a3d2;
  transition: ease 0.3s;
}
#contact-mail .support .contact .mail:hover .fa-solid {
  right: 5px;
  color: #fff;
}

/* --------------------------------
tb
-------------------------------- */
@media screen and (max-width: 899px) {

  .contact-btn .btn {
    padding: 15px 18px 15px 10px;
    margin-bottom: 15px;
  }
  .contact-btn .btn::after {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border-top: 3px solid #00a3d2;
    border-right: 3px solid #00a3d2;
    top: 55px;
    right: 20px;
  }
  .contact-btn .btn .circle {
    width: 100px;
    height: 100px;
    padding: 8px;
  }
  .contact-btn .btn .text {
    margin: 0 10px 0 ;
  }
  .contact-btn .btn .circle .fa-regular,
  .contact-btn .btn .circle .fa-solid {
    font-size: 4rem;
  }
  .contact-btn .btn .text .title {
    font-size: 1.5rem;
    margin-top: 10px;
    line-height: 30px;
  }
  .contact-btn .btn .text span {
    font-size: 1rem;
  }

  /* --------------------------------
  contact
  -------------------------------- */
  #contact .chat .img {
    text-align: center;
    margin: 30px auto 0;
  }
  #contact .chat .title {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #contact .chat .title .sp-br {
    display: block;
  }
  #contact .chat .desc {
    font-size: 0.875rem;
    padding: 0;
  }

  /* --------------------------------
  contact-tell
  -------------------------------- */
  #contact-tell > .text {
    padding-left: 0;
    font-size: 1rem;
    line-height: 25px;
    text-align: center;
  }
  #contact-tell .situation .flex {
    flex-direction: column;
    align-items: center;
  }
  #contact-tell .situation .flex .table {
    width: 80%;
  }
  #contact-tell .situation .flex .desc {
    width: 80%;
    margin-left: 0;
    margin-top: 30px;
  }

  #contact-tell .support .tell {
    flex-direction: column;
    align-items: center;
  }
  #contact-tell .support .tell .phone {
    width: 70%;
    margin: 0 0 20px;
  }
  #contact-tell .support .tell .phone:last-child {
    margin-bottom: 0;
  }
}

/* --------------------------------
sp
-------------------------------- */
@media screen and (max-width: 599px) {

  .contact-btn {
    margin: 40px 0 60px;
  }
  .contact-btn .btn {
    padding: 15px 18px 15px 5px;
    margin-bottom: 15px;
  }
  .contact-btn .btn::after {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    border-top: 3px solid #00a3d2;
    border-right: 3px solid #00a3d2;
    top: 25px;
    right: 15px;
  }
  .contact-btn .btn .circle {
    width: 45px;
    height: 45px;
    padding: 3px;
  }
  .contact-btn .btn .text {
    margin: 0 10px 0 ;
  }
  .contact-btn .btn .circle .fa-regular,
  .contact-btn .btn .circle .fa-solid {
    font-size: 1.3rem;
  }
  .contact-btn .btn .text .title {
    font-size: 1rem;
    margin-top: 3px;
    line-height: 20px;
  }
  .contact-btn .btn .text span {
    font-size: 0.9rem;
    margin-top: 0;
  }

  /* --------------------------------
  contact
  -------------------------------- */
  #contact {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #contact .chat .title {
    font-size: 1.3rem;
    margin-bottom: 20px;
    text-align: center;
  }
  #contact .chat .img {
    margin: 30px auto 20px;
  }
  #contact .chat .desc {
    font-size: 0.875rem;
    padding: 0;
  }

  /* --------------------------------
  contact-tell
  -------------------------------- */
  #contact-tell {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #contact-tell .situation .flex .table {
    width: 100%;
  }
  #contact-tell .situation .flex .desc {
    width: 80%;
  }
  #contact-tell .situation .flex .desc .title {
    background-color: #00a3d2;
    font-size: 1rem;
  }
  #contact-tell table th,
  #contact-tell table td {
    border: 1px solid #707070;
    padding: 5px 12px;
    text-align: center;
  }
  #contact-tell .support .tell .phone {
    width: 100%;
  }
  #contact-tell .support-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    text-align: center;
  }
  #contact-tell .support .tell .phone .number {
    font-size: 1.3rem;
    margin-top: 13px;
  }

  /* --------------------------------
  contact-mail
  -------------------------------- */
  #contact-mail {
    margin-top: 100px;
    margin-bottom: 40px;
  }
  #contact-mail .support .contact {
    flex-direction: column;
  }
  #contact-mail .support .contact .mail {
  width: 100%;
  margin: 0 0 20px 0;
  }

}






/* --------------------------------------------------------------------
新デザイン
 -------------------------------------------------------------------- */

.contact-title {
  margin-bottom: 50px;
}
/*--- sp ---*/
@media screen and (max-width: 799px) {

  .contact-title {
    margin-bottom: 30px;
  }
}


/* --------------------------------
電話/メール/動画
 -------------------------------- */
.modal-sup {
  margin-bottom: 100px;
}

/*--- ボタン ---*/
.test-btn{
  text-align: center;
}
.t-btn-list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.t-btn {
  filter:drop-shadow(0 3px 6px #00000029);
  text-align: center;
  width: 32%;
}
/*--- sp ---*/
@media screen and (max-width: 799px) {

  .t-btn-list {
    justify-content: center;
    gap: 20px;
  }
  .t-btn {
    width: 100%;
    max-width: 250px;
  }
}


/*-- Modal --*/
.modal-toggle {
  display: none;
}
.modal-toggle:checked + .modal {/* 開いたら表示 */
  opacity: 1;
  pointer-events: auto;
}

.modal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}
.modal-content {
  background: #fff;
  border-radius: 8px;
  width: 85%;
  max-width: 800px;
  max-height: 90vh; /* 画面の80%まで */
  overflow: hidden;  /* 角丸保護 */
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
.modal-body {
  padding: 30px 45px;
  overflow-y: auto; /* スクロール */
  max-height: 90vh;
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .modal-body {
    padding: 25px 30px;
  }
}

/*-- 閉じるボタン --*/
.close-btn {
  position: absolute; /* 絶対配置 */
  top: 20px;          /* 上から10px */
  right: 20px;        /* 右から20px */
  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;           /* ボタンの幅 */
  height: 30px;          /* ボタンの高さ */
  color: #fff;
  background-color: #00A3D2;
  border: none;
  border-radius: 50%;

  font-size: 20px;
  cursor: pointer;
}
.close-btn:hover {
  color: #00A3D2;
  background-color: #E1F8FF;
}



/* --------------------------------
Modal　本文
-------------------------------- */
.modal-body{
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

.modal-body .sup-title h2 {
  font-size: 1.5rem;
  font-weight: bold;
}
.modal-text p{
  font-size: 0.8rem;
}
.modal-body .attention{
  color: #FF0000;
}

/* ----------------------
電話サポート　Modal
---------------------- */
.sup-time {
  margin: 15px 0;
  justify-content: space-around;
  align-items: center;
  display: flex;

  gap: 10px;
  width: 100%;
  max-width: 350px;
  padding: 10px 20px;
  
  border-radius: 10px;
  background-color:#F6F6F6;
}
.sup-time img {
  width: 30%;
}
.time span {
  font-size: clamp(1.3rem, 5vw, 1.5rem);
  font-weight: bold;
}

.number {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}
.phone-link {
  border-right: 3px dotted #424242;
  padding: 20px;
  width: 50%;
}
.phone-link:last-child {
  border-right: none;
  border-bottom: none;
}
.num-btn {
  text-align: center;
  margin-top: 10px;
}
.num-btn a {
  display: inline-block;    /* 幅を中身に合わせる */
  background-color: #FF7700;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;

  padding: 5px 35px;
  border-radius: 2rem;
  text-decoration: none;
}
.num-btn a:hover {
  opacity: 1;
  background-color: #ff5e00; /* 少し濃く */
  transform: translateY(-2px); /* ホバーでちょっと浮く */
  box-shadow: 0 3px 6px #00000025; /* ふんわり影 */
}

/*--- sp ---*/
@media screen and (max-width: 799px) {

  .phone-link {
  border-bottom: 3px dotted #424242;
  border-right: none;
  width: 100%;
}
}

/* ----------------------
電話サポート　混雑状況
---------------------- */
.peak-time {
  width: 100%;
  max-width: 600px;
}
.peak-time h3 {
  margin: 20px 0;
}
.icon-list {
  justify-content: center;
  display: flex;
  gap: 10px;
}
.icon-list .icon {
  width: 24%;
  padding: 8px;
  border-radius: 1rem;
}
.icon-list .icon p {
  font-size: 0.8rem;
}
.icon-list .icon img {
  width: 70%;
  max-width: 50px;
}
.peak-attention {
  margin-top: 20px;
  text-align: left;
}

/*--- 表 ---*/
.table{
  margin-top: 20px;
  background-color: #DCD7D0;
}
.table table{
  width: 100%;
}

.table th,
.table td {
  padding: 5px 10px;
  text-align: center;
}
.table th.time {
  padding-left: clamp(10px, 2.5vw, 25px);
  padding-right: clamp(10px, 2.5vw, 25px);
}
.table td img {
  width: 100%;
  max-width: 50px;
}

/*--- 背景色 ---*/
.table th {
  background-color: #EFEDE9;
}
.poor {
  background-color: #FFBCA2;
}
.fair {
  background-color: #FFFDE1;
}
.good {
  background-color: #FFFDE1;
}
.great {
  background-color: #E4EBF4;
}
/*
.fair {
  background-color: #FDE8E8;
}
*/

/* ----------------------
メールサポート　Modal
---------------------- */
.modal-mail {
  margin-top: 20px;
  gap: 20px;

  display: flex;           /* Flexboxを使う */
  flex-direction: column;  /* 上下方向に並べる */
  align-items: center;     /* 横方向中央揃え */
}
.modal-mail img {
  width: 100%;
  max-width: 350px;
}

/* ----------------------
動画サポート　Modal
---------------------- */
.modal-mov {
  margin-top: 20px;
}

/* YouTubeチャンネルへ移動 */
.video-btn {
  text-align: center;
  margin-top: 30px;
}
.video-btn a {
  display: inline-block;    /* 幅を中身に合わせる */
  background-color: #EE2B2B;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;

  padding: 12px 35px;
  border-radius: 10px;
  text-decoration: none;

  transition: background-color 0.2s ease, transform 0.1s ease;
  box-shadow: 0 3px 6px #00000025; /* ふんわり影 */
}
.video-btn a:hover {
  opacity: 1;
  background-color: #ce2525; /* 少し濃く */
  transform: translateY(-2px); /* ホバーでちょっと浮く */
}
