@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* SWELL子テーマ：基本設定 */

/* ===============================
   共通設定
=============================== */
/*#body_wrap {
    padding-top: 0 !important;
    max-width: 1440px;
    margin: auto;
}*/
body {
  background: linear-gradient(to left, #eaeff1bd 0%, #f3fbff78 0%, #e5f1f7 100%);
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}
.l-mainContent {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 ; /* スマホ用の余白 */
}
/*
@media screen and (min-width: 768px) {
  .l-mainContent {
    max-width: 1440px;
    padding: 0 40px; /* PC用に少し余白広め */
  }
}


/* PCでは通常表示（念のため） */
@media screen and (min-width: 768px) {
  .header-contacts {
    display: flex;
  }
}


@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

/* PCでは通常表示（念のため） */
@media screen and (min-width: 768px) {
  .sp-none {
    display: flex;
  }
}
/* コンテンツ幅制御 */
#content.l-content.l-container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}
/*
@media screen and (min-width: 768px) {
  #content.l-content.l-container {
    max-width: 1440px;
    padding: 0 24px;
  }
}

/* 特定ページ調整 */
#content.l-content.l-container[data-postid="18"] {
  margin-top: 0 !important;
  position: relative;
  top: 0;
}

/* ヘッダー内コンテナ制御 
.l-header__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 16px;
}*/

.l-header, .l-header__inner {
  width: 100vw;
}

@media not all and (min-width: 960px) {
  .l-header__inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }
}

@media (min-width: 960px) {
  .-series .l-header__inner {
    align-items: stretch;
    display: flex;
    background: linear-gradient(to bottom, #ffffff 0%, #e0f7fa 100%);
  }
}

/* ===============================
   装飾・ユーティリティ
=============================== */
.shadow {
  box-shadow: 5px 16px #d7d7c130;
  border-radius: 16px;
}

.bg-white {
  background-color: white;
}

.title1 {
  color: white;
}

.p-o {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* ===============================
   動画ブロック調整
=============================== */
.video-wrap-1200 video,
.video-wrap-1200 iframe {
  width: 100%;
  max-width: 1440px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* ===============================
   スクロールアニメーション
=============================== */
.fade {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade.active {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===============================
   見出し調整
=============================== */
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  text-align: center;
  background: transparent;
  color: black;
  padding: 0;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before,
.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::after {
  content: '';
  width: 3px;
  height: 40px;
  background: linear-gradient(to bottom, #ffffff 0%, #e0f7fa 100%);
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
  margin-right: 30px;
  transform: rotate(-35deg);
  position: relative;
  top: 0;
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::after {
  margin-left: 30px;
  transform: rotate(35deg);
}

.post_content h2:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)):hover {
  background-color: #d0eff9;
  cursor: pointer;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)) {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.75rem;
  color: #5680d2;
  background-color: white;
  padding: 0.8rem;
  border-left: 6px solid #29a1d6;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  position: relative;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title)):hover {
  background-color: white;
  cursor: pointer;
}

/* ===============================
   電話リンクとリスト
=============================== */
.phone-link {
  display: inline-block;
  padding: 10px;
}

.phone-link img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul.contact {
  display: flex;
  flex-direction: column;
  padding: 0;
  list-style: none;
}

@media (min-width: 768px) {
  ul.contact {
    flex-direction: row;
    list-style-type: none;
  }
}

ul.toriatukai {
  list-style-type: none;
  margin: 0;
  padding: 10px;
  display: grid;
  grid-gap: 10px;
 
  box-sizing: border-box;
}

ul.toriatukai li {
    background: #ffffff;
    padding: 10px;
    text-align: center;
    border: 3px solid #5680d2;
    border-radius: 16px;
    color: #5680d2;
    font-weight: bold;
}

@media (max-width: 767px) {
  ul.toriatukai {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 768px) {
  ul.toriatukai {
    grid-template-columns: repeat(4, 1fr);
    width: 80%;
    margin: auto;
  }
}

/* ===============================
   ヘッダー・メイン余白調整
=============================== */
#header {
  height: 100px;
}

@media screen and (max-width: 768px) {
  #header {
    height: 70px;
  }
}

main {
  
}

@media screen and (max-width: 768px) {
  main {
    
  }
}


.custom-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(to right, #e47924, #fbd774);
  color: white;
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 14px 36px;
  border-radius: 50px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.custom-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 14px rgba(0,0,0,0.2);
}

.icon-circle {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 50%;
}

.arrow-icon {
 
  width: 32px;   /* ←ここを拡大！ */
  height: 48px;
  fill: #e47924;
  display: block;
}
  


@media (max-width: 767px) {
  .custom-cta-button {
    width: 100%;
    justify-content: center;
  }
  #content.l-content.l-container{
    padding-left: 0;
    padding-right: 0;
    padding: 0!important;
    width: 100%;
  }
}

 /* --- スマホ用 --- */
  @media screen and (max-width: 767px) {
   
     .w-70-sp { width: 70%;margin: auto; }
    .w-80-sp { width: 80%; margin: auto;}
    .w-90-sp { width: 90%; margin: auto;}
    .w-100-sp { width: 100%; margin: auto;}
  }
  
  /* --- PC用 --- */
  @media screen and (min-width: 768px) {
   
    .w-50-pc { width: 50%; margin: auto;}
     .w-60-pc { width: 60%; margin: auto;}
      .w-70-pc { width: 70%; margin: auto;}
    .w-80-pc { width: 80%; margin: auto;}
    .w-90-pc { width: 90%;margin: auto; }
    .w-100-pc { width: 100%; margin: auto;}
  }

  .custom-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  flex-wrap: wrap;
  gap: 20px;
  }

.header-logo img {
  max-height: 80px;
  height: auto;
  width: auto;
  display: block;
}

.header-contacts {
  display: flex;
  gap: 16px;
  align-items: center;
}

.custom-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  background: linear-gradient(to right, #e47924, #fbd774);
  color: white;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: 0.2s ease;
  font-size: 1.5rem;
  white-space: nowrap;
}

.custom-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}


  @media screen and (max-width: 767px) {
  .custom-header {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .header-logo {
    width: 100%;
  }

  .header-logo img {
    width: 100%;
    height: auto;
    display: block;
    max-height: none; /* ← スマホでは高さ制限を解除 */
  }

  .header-contacts {
    display: none;
  }
};

.swell-block-faq .faq_q:before {
    border-radius: var(--swl-faq_icon_radius);
    bottom: unset;
    content: "Q";
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 2em;
    background-color: #5680d2;
    color: white;
}


.pb-3{
  padding-bottom: 3rem;
}
h2.blue {
    
      background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201440%20400%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20preserveAspectRatio%3D%22none%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%2214%25%22%20y1%3D%2285%25%22%20x2%3D%2286%25%22%20y2%3D%2215%25%22%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%225%25%22%20stop-color%3D%22%237bdcb5%22%20/%3E%0A%20%20%20%20%20%20%3Cstop%20offset%3D%2295%25%22%20stop-color%3D%22%238ed1fc%22%20/%3E%0A%20%20%20%20%3C/linearGradient%3E%0A%20%20%3C/defs%3E%0A%20%20%3Cpath%20d%3D%22M%200%2C400%20L%200%2C100%20C%20126.05741626794261%2C101.29186602870813%20252.11483253588523%2C102.58373205741626%20337%2C86%20C%20421.8851674641148%2C69.41626794258374%20465.5980861244018%2C34.956937799043075%20557%2C53%20C%20648.4019138755982%2C71.04306220095692%20787.4928229665072%2C141.5885167464115%20893%2C148%20C%20998.5071770334928%2C154.4114832535885%201070.4306220095696%2C96.688995215311%201156%2C78%20C%201241.5693779904304%2C59.311004784689%201340.7846889952152%2C79.6555023923445%201440%2C100%20L%201440%2C400%20L%200%2C400%20Z%22%20fill%3D%22url(%23gradient)%22%20fill-opacity%3D%220.53%22/%3E%0A%20%20%3Cpath%20d%3D%22M%200%2C400%20L%200%2C233%20C%2085.63636363636365%2C261.8516746411483%20171.2727272727273%2C290.70334928229664%20260%2C274%20C%20348.7272727272727%2C257.29665071770336%20440.5454545454544%2C195.0382775119617%20528%2C194%20C%20615.4545454545456%2C192.9617224880383%20698.5454545454547%2C253.14354066985646%20810%2C272%20C%20921.4545454545453%2C290.85645933014354%201061.272727272727%2C268.3875598086124%201171%2C255%20C%201280.727272727273%2C241.61244019138755%201360.3636363636365%2C237.3062200956938%201440%2C233%20L%201440%2C400%20L%200%2C400%20Z%22%20fill%3D%22url(%23gradient)%22%20fill-opacity%3D%221%22/%3E%0A%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
    font-size: 3rem;
    height: 160px; /* 元の波の高さに合わせる */
  line-height: 1.4;
  display: flex;

  justify-content: center;
  background-repeat: no-repeat;
  background-size: 100% 160px; /* 縦サイズ固定 */
  background-position: center bottom;
  color: #34373a;
  text-align: center;
  padding: 0 1em;
 margin: 0 0 3rem;
  align-items: flex-end; /* ← ポイント：下寄せ */
  text-shadow: 2px 1px 7px #efe9e9;
 
}
h2.blue::after,h2.blue::before{
  display: none;
}
@media screen and (max-width: 767px) {
  h2.blue {
    background-image: url("data:image/svg+xml,%3Csvg%20width%3D%22100%25%22%20height%3D%22100%25%22%20viewBox%3D%220%200%201440%20590%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20preserveAspectRatio%3D%22none%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22gradient%22%20x1%3D%220%25%22%20y1%3D%2250%25%22%20x2%3D%22100%25%22%20y2%3D%2250%25%22%3E%3Cstop%20offset%3D%225%25%22%20stop-color%3D%22%237bdcb5%22/%3E%3Cstop%20offset%3D%2295%25%22%20stop-color%3D%22%238ED1FC%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath%20d%3D%22M%200%2C600%20L%200%2C350%20C%2085.65%2C332.85%20171.31%2C315.70%20267%2C321%20C%20362.69%2C326.29%20468.41%2C354.03%20576%2C379%20C%20683.59%2C403.96%20793.04%2C426.14%20889%2C400%20C%20984.96%2C373.85%201067.42%2C299.38%201157%2C283%20C%201246.58%2C266.61%201343.29%2C308.31%201440%2C350%20L%201440%2C600%20L%200%2C600%20Z%22%20fill%3D%22url(%23gradient)%22%20fill-opacity%3D%221%22/%3E%3C/svg%3E");
height:90px;
 font-size: 2rem;
margin: 0 0 3rem;
  }
  

}
.pc-f-1 {
  font-size: 1rem;
}

.pc-f-1-5 {
  font-size: 1.5rem;
}

.pc-f-2 {
  font-size: 2rem;
}

.pc-f-2-5 {
  font-size: 2.5rem;
}

.pc-f-3 {
  font-size: 3rem;
}

@media screen and (max-width: 768px) {
  .pc-f-1 {
    font-size: 0.9rem;
  }

  .pc-f-1-5 {
    font-size: 1.2rem;
  }

  .pc-f-2 {
    font-size: 1.4rem;
  }

  .pc-f-2-5 {
    font-size: 1.6rem;
  }

  .pc-f-3 {
    font-size: 1.8rem;
  }
  .ansin>figure>img{
  width: 100%;
}
h2.blue {
    
    font-size: 2rem;
}
}

.wp-block-columns.cols-70-30 {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-columns.cols-70-30 > .wp-block-column:first-child {
  flex: 0 0 70%;
  max-width: 70%;
}

.wp-block-columns.cols-70-30 > .wp-block-column:last-child {
  flex: 0 0 30%;
  max-width: 30%;
}
.bb{
          border: #5680d2 3px solid;
}
@media screen and (max-width: 767px) {
  .wp-block-columns.cols-70-30 > .wp-block-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.br-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .br-sp {
    display: block;
  }
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before{
  display:none;
}

.swell-block-faq .faq_q:before {
    border-radius: var(--swl-faq_icon_radius);
    bottom: unset;
    content: "Q";
    display: block;
    font-family: Arial, sans-serif;
    font-weight: 400;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    top: .75em;
    width: 2em;
    background-color: #5680d2;
    color: white;
}
.wave-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-container svg {
  display: block;
  width: 100%;
  height: 100px;
  animation: waveMove 6s ease-in-out infinite;
}

@keyframes waveMove {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-20px);
  }
}

   .table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .info-table {
    width: 100%;
    min-width: 600px; /* 画面より広くすることでスクロール発生 */
    border-collapse: collapse;
    font-family: "Helvetica Neue", sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }

  .info-table th,
  .info-table td {
    border: 1px solid #ccc;
    padding: 0.8em 1em;
    text-align: left;
    vertical-align: top;
  }

  .info-table th {
    background-color: #f2f2f2;
    width: 150px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
  }

  .info-table td {
    color: #555;
    word-break: break-word;
  }

  .info-table a {
    color: #1a73e8;
    text-decoration: none;
  }

  .info-table a:hover {
    text-decoration: underline;
  }
  .wave-parents{
    position: relative;
  }
.wave-bottom {
    position: absolute;
    width: 100%;
    height: 150px;
    overflow: hidden;
    line-height: 0;
    top: -3rem;
    /* z-index: 100; */
}
  .wave-bottom svg,.wave-bottom2 svg {
    display: block;
    width: 100%;
    height: 100%;
  }

  .wave-bottom2 {
    position: absolute;
    width: 100%;
    height: 150px;
    overflow: hidden;
    line-height: 0;
    top: 2rem;
    /* z-index: 100; */
}
  .alignfull>.wp-block-cover__inner-container, .alignfull>.wp-block-group__inner-container{
    width: 100%;
    max-width: 100%;
  }