@charset "utf-8";


html, body, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
margin: 0;
padding: 0;
border: none;
font-style: normal;
text-align: left;
zoom: 1;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
table {
border-collapse: collapse;
font-family: inherit;
}
h1,h2,h3,h4,h5 {
font-size: 100%;
font-weight: normal;
line-height: 1;
}
input,textarea,select {
font-family: inherit;
font-size: 16px;
}
input[type="button"],input[type="text"],input[type="submit"] {
border-radius: 0;
}
textarea {
resize: none;
border-radius: 0;
}
th,td {
border-collapse: collapse;
}
table th,table td {
white-space: nowrap;
}
ul,ol {
list-style-type: none;
}
img {
vertical-align: text-bottom;
vertical-align: -webkit-baseline-middle;
max-width: 100%;
height: auto;
width /***/:auto;
}

body{
    display: flex;
    flex-direction: column;
    font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
    background-color: #ccebfa;
    text-align: center;
    z-index: 3;
    justify-content: center;
  align-items: center;
  transition: 1s;
  overflow-x: hidden;
}




/* 
↓PCヘッダー
====================================================================================================================================================================== */


header{height: 65px;width: 100%;}
#header_bot,.logo_left,.logo_right{
  display: none;
  width: 100%;
}


#fixed-header { 
  height: 65px;
}


.pcheader {
  display: flex;
  justify-content: space-between;
  height: 65px;
  align-items: center;
  background-color:#FFF;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 600;
  width: 100%;
  top: 0;
  z-index: 3000;
  position: fixed;
}

.logo_pc{
  height: 40px;
  margin-left: 20px;
  transition: all .3s;

}
.logo_pc img{
  width: 100%;
  height: 100%;
}

.logo_pc:hover{
  opacity: .8;
}


.header_nav{
  display: flex;
  align-items: center;
  margin-right: 30px;
  height: 100%;
}


.headercontent {
  font-size: 14px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.headercontent p {
  font-size: 14px;
  color: #314e5c;

}

/*第一弾アップ*/
.headercontent_under {
  font-size: 14px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;

}
.headercontent_under p {
  font-size: 14px;
  color: #314e5c;
   opacity: .7;
}



.dropdown__lists {
    display: none;/*デフォルトでは非表示の状態にしておく*/
    width: 100%;
    position: absolute;
    top: 65px;
    left: 0;
    padding-left: 0;
    font-weight: 400;
}
.others_lists {
  display: none;/*デフォルトでは非表示の状態にしておく*/
    position: absolute;
    top: 65px;
    right: 0;
}
.headercontent:hover {
  background-color: #314e5c;
}
.headercontent:hover p{
  color: white;
}
.headercontent:hover .dropdown__lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}
.headercontent:hover .others_lists {
    display: block;/*Gナビメニューにホバーしたら表示*/
}




.dropdown__list {
    background-color: #314e5c;
    list-style: none;
    height: 50px;
    transition: all .3s;
    position: relative;
    width: 250px;
    padding-left: 0;
}


.dropdown__list:hover{
  background-color: #314e5c;

}

.dropdown__list a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    position: relative;
    height: 100%;
    width: 100%;
    padding-left: 20px;
}

.dropdown__list div{
    display: inline-block;
    width: 15px;
    height: 0.5px;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: all .3s;
    background-color: #fff;
    transform:rotate(315deg);
}
.dropdown__list div::after{
  content: "";
  position: absolute;
  height: 0.5px;
  width: 15px;
  transform:rotate(90deg);
  right: 0px;
  top: -2.5px;
  background-color: #fff;
}
.dropdown__list span{
  display: inline-block;
  width: 15px;
  height: 0.5px;
  position: absolute;
  right: 10px;
  bottom: 33px;
  transition: all .3s;
  color: #fff;
}

.english_btn {
        width: fit-content;
        padding: 0 28px;
        font-size: 12px;
        line-height: 30px;
        border-radius: 999px;
        background-color: #314e5c;
        color: white;
        text-align: center;
        cursor: pointer;
        transition: .3s;
        margin-left: 30px;
        position: relative;
}


.english_btn:hover,.mypage_btn:hover {
  opacity: .7;
}
.display_none{display: none!important;}



/* 
↑PCヘッダー
====================================================================================================================================================================== */

/*中身=================================================================*/

.contents{
  position:relative;
  width:100%;
  height: auto;
}

.contact-wrapper {
  background-image:url( /assets/svg/background-contact-PC.svg);
  background-size:contain;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: center;        /* 縦方向の中央 */
  padding-top:18%;
}

.about-wrapper{
  background-image:url( /assets/svg/background-about-PC.svg);
  background-size:contain;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: center;        /* 縦方向の中央 */
  padding-top:18%;
}

.policy-wrapper{
  background-image:url( /assets/svg/background-policy-PC.svg);
  background-size:contain;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: center;        /* 縦方向の中央 */
  padding-top:18%;
}

.pre-wrapper{
  background-image:url( /assets/svg/background-pre-PC.svg);
  background-size:contain;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: center;        /* 縦方向の中央 */
  padding-top:18%;
}

p.kobetsu{
  margin-top:10px;
  text-align:left;
  font-size:25px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:100%;
  max-width:100%;
}

.contact-box {
  background: #fff;
  border-radius: 20px;
  padding: 100px;
  width: 80%;
  height:auto;
  position:relative;
  z-index: 2;
}

.text-box{
  display: block;
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;     /* 縦方向の中央寄せ（必要なら） */
  margin-top:5%;
  width:100%;
  height:auto;
  position:relative;
}

.text-box img {
  display: block;      /* 横並びにならないようにブロック化 */
  height: auto;        /* 比率維持 */
}

.about-midashi1{
  width:35%;
}

.contact-midashi2{
  width:80%;
}

.contact-midashi2{
  width:80%;
}

.form-link{
  margin-top:10px;
  text-align:center;
  font-size:30px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

 h2.head-border{
  width:100%;
  text-align:center;
  font-size:30px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    align-items:center ;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 90px;
    height: 2.5px;
    background-color: #568aa2;
}

.head-border:before {
    left: 20%;
}

.head-border:after {
    right: 20%;
}

.contact-midashi1{
  width:45%;
}

.contact-midashi2{
  width:50%;
}


.company-link {
  text-align:left;
  font-size:25px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:100%;
  max-width:75%;
}




.form{
  position:absolute;
  margin-top:130%;
  margin-left:12%;
}

/*right=================================================================*/

/* 
footer
====================================================================================================================================================================== */
        *,
        *::before,
        *::after {
          box-sizing: border-box;
        }
        
        footer {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: 100%;
          margin-top: 5rem;
          font-family: 'Noto Sans JP', sans-serif;
        }

        .footer-1 {
          width: 100%;
          box-sizing: border-box;
        }
        
        .footer-2 {
          background-color: #e50012;
          width: 100%;
          padding:0 20px;
          box-sizing: border-box;
        }
        
        .footer-3 {
          background-color: #e50012;
          width: 100%;
          text-align: center;
          padding: 10px 0;
          margin: 0;
          box-sizing: border-box;
        }

        
        .banner {
          width: 95%;
          margin: 60px auto;
          position: relative;
          text-align: center;
          display: none; /*バナー見せない（仮対応）→あとで消す*/
        }
        
        .banner-item {
          width: 100%;
          vertical-align: middle;
          flex: 1;
          margin: 0.2rem;
        }

        img.type{ /*ハーフバナー・固定いじらない*/
          width:234px;
          height:60px;
          margin: 0 auto;
        }

        .footer-inner {
          display: flex;
          justify-content: center; /* 中央に配置 */
          align-items: flex-start; /* 上揃え */
          width: 90%; /* フッターの幅 */
          margin: 0 auto; /* 中央寄せ */
        }
        
        .footer-nav {
          display: flex;
          flex-direction: column; /* 縦並び */
          gap: 0.5rem; /* 各アイテムの間に余白 */
        }
        
        .column-left {
          width: 25%; /* 左の列の幅 */
          margin-right: 5%; /* 中央の列からの右マージンを調整 */
        }
        
        .column-center {
          width: 25%; /* 中央の列の幅 */
          text-align: center; /* 中央揃え */
        }
        
        .column-right {
          width: 25%; /* 右の列の幅 */
          margin-left: 5%; /* 中央の列からの左マージンを調整 */
        }
        
        /* これを追加して、各列が画面の中央に揃うようにする */
        .footer-inner {
          display: flex;
          justify-content: space-between; /* 各列の間を均等に配置 */
        }
        
        .column-left,
        .column-center,
        .column-right {
          flex-shrink: 0; /* 列が縮まらないように設定 */
        }
        

        .midashi {
          font-size: 1rem;
          font-weight: bold;
          color: #ffffff; /* タイトルの色 */
          margin-bottom: 1.1rem; /* タイトルと項目の間にスペース */
          position: relative; /* 相対位置を設定 */
          padding-left: 1.5rem; /* 左側のパディングを設定 */
        }
        
        /* 赤丸のスタイル */
        .midashi::before {
          content: ""; /* 擬似要素のための内容 */
          position: absolute; /* 絶対位置を設定 */
          left: 3px; /* 左に配置 */
          top: 55%; /* 垂直方向で中央に配置 */
          transform: translateY(-50%); /* 垂直方向で中央揃え */
          width: 2.0px; /* 線の幅 */
          height: 1rem; /* 線の高さ */
          background-color: #ffffff; /* 線の色を赤に */
        }
        
        /* 横幅いっぱいの下線を引く */
        .midashi::after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -8px; /* テキストの下に配置 */
          width: 100%; /* 横幅いっぱいに広げる */
          height: 1.2px; /* 線の太さ */
          background-color: #ffffff; /* 下線の色 */
        }
        

        /* 各リンクに視認性を持たせるためのスタイル */
        .komi a {
          font-size: 0.85rem;
          color: #ffffff;
          text-decoration: none;
          padding-left: 10px; /* アイコンの位置を調整 */
        }
        
        .komi a:hover {
          color: #f78d96; /* ホバー時のリンク色 */
        }

        .nav {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          padding: 20px 0;
        }
        
        .nav ul {
          list-style: none;
          margin: 0;
          padding: 0;
        }
        
        .nav a:hover {
            color: #f5f5f5;
        }
        
        .nav img:hover{
          opacity: 0.8;
        }
        .nav img {
          width: 50px;
          transition: 0.5s;
        }
        

        
        .copyright {
          font-family: 'Noto Sans JP', sans-serif;
          color:#ffffff;
          text-align: center;
          margin: 0;
          padding: 1rem 0 0 0;
          margin-top: 70px;
          margin-bottom:-6px;
          
        }



        /* 
footer↑
====================================================================================================================================================================== */


/* 
hamburger(ハンバーガーアイコン)
====================================================================================================================================================================== */


.logo{
  width:12%;
  padding-left:20px;
  height:auto;
  display:block;
  margin:0 auto 0 0;
}

a {
  font-family:'Noto Sans JP', sans-serif;
  text-decoration: none;
  }

  .hamburger {
      display: block;
      margin-left: auto;
      border: none;
      background-color: transparent;
      position: fixed;
      right: 8px;
      top: 8px;
      width: 60px;
      height: 60px;
      cursor: pointer;
      z-index:9999;
  }

  #js-hamburger {
  display: none; /* ボタン自体を画面に表示しない */
}
  .hamburger.-active .hamburger__line {
      background-color: transparent;
  }

  .hamburger.-active .hamburger__line::before {
      top: 0;
      transform: rotate(45deg);
  }

  .hamburger.-active .hamburger__line::after {
      top: 0;
      transform: rotate(-45deg);
  }

  .hamburger.-active .hamburger__text::before {
    content: ' 閉じる';
  }

  .hamburger__line {
      background-color: transparent !important;
  }

  .hamburger__line:before,
  .hamburger__line:after {
      content: none; /* デフォルトでは消しておく */
  }

  
.hamburger.-active .hamburger__line::before,
.hamburger.-active .hamburger__line::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2.8px;
  background-color: #172e59;
  top: 36%;
  left: 54%;
  transform: translateX(-50%);
}

.hamburger.-active .hamburger__line::before {
  transform: translateX(-50%) rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  transform: translateX(-50%) rotate(-45deg);
}


  .hamburger__line:before {
      top: -8px;
  }
  .hamburger__line:after {
      top: 8px;
  }
  .hamburger__text {
      position: absolute;
      bottom: 4px;
      left: 50%;
      transform: translateX(-28%);
      width: 100%;
  }

  
  .header__smart {
    width: 100%;
  }

  .header__inner {
  margin: 0 auto;
  max-width: 1200px; /* コンテンツ幅を制御（任意） */
  padding: 0 16px;   /* 左右余白 */
  box-sizing: border-box;
}

  .header__nav-area {
      position: fixed;
      top: 0;
      right: -100%;
      left:0;
      height: 200vh;
      width: 100vw;
      visibility: hidden;
      padding-top: 12px;
      background-color: #fff;
      transition: right 0.4s;
      overflow-y:auto;
      z-index:10000;
  }

  .js-accordion {
  width: 100%;           /* 親幅に合わせる */
  box-sizing: border-box;
}

  .header__nav-area.-active {
    right: 0;
    visibility: visible;
  }

  .english-box{
    display:block;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    margin: 0 50px;
    padding: 10px 40px;
    margin-bottom:150px; /*追加*/
    border-style: solid;
    background-color: #314e5c;
    color: #fff;
    border-width: 2px;
  }

  .global-navigation {
      padding-top: 30px;
      padding-right: 25px;
      padding-bottom: 80px;
      padding-left: 25px;
  }
  .global-navigation__list > li {
      padding-bottom: 20px;
      border-bottom: 2px solid #e7e9ee;
  }
  .global-navigation__list > li + li {
    margin-top: 20px;
  }
  .global-navigation__link {
    display: flex;
      align-items: center;
      justify-content: space-between;
      color: #314e5c;
      font-weight: 900;
      transition: color 0.4s;
      font-size: 0.875rem;
  }
  .global-navigation__link.-accordion {
      position: relative;
      background: none;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      width: 100%;
      padding: 0;
  }
  .global-navigation__link.-accordion::after {
      content: '';
      display: block;
      height: 12px;
      position: absolute;
      top: 50%;
      right: 5px;
      width: 2px;
      background-color: #ed3242;
      transform: translateY(-50%);
      transition: transform 0.4s;
  }
  .global-navigation__link.-accordion::before {
      content: '';
      display: block;
      height: 2px;
      position: absolute;
      top: 50%;
      right: 0;
      width: 12px;
      background-color: #ed3242;
      transform: translateY(-50%);
      
  }
  .global-navigation__link.-active::after {
    transform: translateY(-50%) rotate(-90deg);
  }

  .accordion {
      height: 0;
      overflow: hidden;
      visibility: hidden;
      transition: max-height 0.4s ease;
  }
  .accordion.-active {
      height: auto;
      padding-top: 20px;
      max-height: 500px; /* 実際の高さより大きめに */
      visibility: visible;
  }
  .accordion__list li {
      font-size: 0.75rem;
      padding-left: 10px;

  }
  .accordion__list li + li {
       margin-top: 10px;
  }
  .accordion__link {
      color: #314e5c;
  }

  .js-sp-accordion {
  display: none;
}

.js-sp-accordion.-active {
  display: block;
}

/* 
hamburger(ハンバーガーアイコン)
====================================================================================================================================================================== */



/*---------------------------------------------固定フッター---------------------------------------------------------------*/
@media (min-width:1025px){

.fixed-footer{
  display:none;
}
}


/* px以上? iPad?*/
@media (min-width:769px) and (max-width: 1024px) {
  header{
    display:none;
  }
                    /* 
pc-header↓
====================================================================================================================================================================== */

.pcheader{
  display: none;
}

              /* 
pc-header↑
====================================================================================================================================================================== */


/*中身=================================================================*/

.contents{
  position:relative;
  width:100%;
  height: auto;
}

.contact-wrapper {
  background-image:url( /assets/svg/background-contact-iPad.svg);
  background-size:contain ;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height: 0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
}

.about-wrapper{
  background-image:url( /assets/svg/background-about-iPad.svg);
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
  padding-top:18%;
}

.policy-wrapper{
  background-image:url( /assets/svg/background-policy-iPad.svg);
  background-size:contain ;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
  padding-top:18%;
}

.pre-wrapper{
  background-image:url( /assets/svg/background-pre-iPad.svg);
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
  padding-top:18%;
}


p.kobetsu{
  text-align:left;
  font-size:18px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:75%;
}

.contact-box {
  background: #fff;
  border-radius: 20px;
  padding: 50px;
  width: 90%;
  height:auto;
  position: relative;  /* 重なり順で上に来る */
  z-index: 2;
}

.text-box{
  display: block;
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;     /* 縦方向の中央寄せ（必要なら） */
  height:auto;
  position:relative;
  margin-left:12%;
}




.text-box img {
  display: block;      /* 横並びにならないようにブロック化 */
  height: auto;        /* 比率維持 */
}

.about-midashi1{
  width:40%;
}
.contact-midashi1{
  width:50%;
}

.contact-midashi2{
  width:80%;
}

.form-link{
  margin-left:0;
  text-align:center;
  font-size:25px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

.company-link {
  text-align:left;
  font-size:18px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:100%;
  max-width:75%;
}

.company-link td.right {
  padding-right: 20px;  /* 右側に隙間を作る */
}



h2{
  width:100%;
  text-align:center;
  font-size:18px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    align-items:center ;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 2.5px;
    background-color: #568aa2;
}

.head-border:before {
    left: 10%;
}

.head-border:after {
    right: 10%;
}

.about-midashi1{
  width:30%;
}

.contact-midashi{
  width:45%;
}

.company-link {
  text-align:left;
  font-size:18px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:100%;
  max-width:75%;
}

.company-link td.right {
  padding-right: 20px;  /* 右側に隙間を作る */
}


.form{
  position:absolute;
  margin-top:130%;
  margin-left:12%;
}

/*中身=================================================================*/


               /* 
footer↓
====================================================================================================================================================================== */

  .copyright {
    margin-bottom:180px;
  }
                /* 
footer↑
====================================================================================================================================================================== */

/*===========fixed-footer=========================================================*/

.fixed-footer{
  position:fixed;
  bottom:0;
  height:120px;
  z-index:9999;
  display:flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.4s ease;
}



.fixed-footer.show {
  opacity: 1;
  pointer-events: auto;
}




.rediPad{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  z-index:0;
}

.back-red{
  display:none;
}

.footer-icon{
  position:absolute;
  list-style:none;
  width:100%;
  z-index:1;
}

.fixed-footer ul{
  display:flex;/*横並び*/
  justify-content: space-around;
  align-items: center;
  padding-right:50px;
  padding-left:50px;
  list-style:none;
  width:100%;
  margin-top:30px;
}

.footer-icon li{
  flex:0 0 auto;
  display:flex;
  justify-content: center;
  align-items:center;
}


.footer-icon li.HOME img{
  width:40px;
}

.footer-icon li.MAP img{
  width:33px;
}

.footer-icon li.TT img{
  width:83px;
}

.footer-icon li.search{
  position:relative;
  transform: translate(25px,-30px);
  z-index:2;
}

.footer-icon li.search img{
 width:75px;
}

.footer-icon li.MENU img{
  width:40px;
}



.back-red img{
  width:90px;
}

/*===========fixed-footer=========================================================*/

}

/* 769px以下 スマホ*/
@media (max-width: 768px) {

  header{
    display:none;
  }

                 /* 
pc-header↓
====================================================================================================================================================================== */

.pcheader{
  display: none;
}

              /* 
pc-header↑
====================================================================================================================================================================== */
/*中身=================================================================*/

.contents{
  position:relative;
  width:100%;
  height: auto;
}

.contact-wrapper {
  background-image:url( /assets/svg/background-contact.svg);
  background-size:contain;
  background-repeat: no-repeat;
  position: relative;  
  background-position: top center;
  width:100%;
  height:auto;
  min-height: 0;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items:flex-start;        /* 縦方向の中央 */
  margin-bottom:30px;
  padding-top:120px;
}

.about-wrapper{
  background-image:url( /assets/svg/background-about.svg);
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  height:auto;
  min-height: 0;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
}

.policy-wrapper{
  background-image:url(/assets/svg/background-policy.svg);
  background-size:contain ;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
  padding-top:18%;
}

.pre-wrapper{
  background-image:url( /assets/svg/background-pre.svg);
  background-size:cover;
  background-repeat: no-repeat;
  position: relative;   /* 中のabsolute要素の基準にする */
  background-position: top center;
  width:100%;
  min-height:0;
  height:auto;
  display: flex;              /* 中央揃えの基本 */
  justify-content: center;    /* 横方向の中央 */
  align-items: flex-start;        /* 縦方向の中央 */
  padding-top:18%;
}

p.kobetsu{
  position:relative;
  text-align:left;
  font-size:12px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:93%;
}

.contact-box {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  width: 85%;
  height:auto;
  z-index: 2;
  position:relative;
}

.text-box{
  display: block;
  justify-content: center; /* 横方向の中央寄せ */
  align-items: center;     /* 縦方向の中央寄せ（必要なら） */
  width:100%;
  height:auto;
  margin-left:5%;
}

h2.head-border{
  width:100%;
  text-align:center;
  font-size:14px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
}

.head-border {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    align-items:center ;
}

.head-border:before,
.head-border:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #568aa2;
}

.head-border:before {
    left: 0;
}

.head-border:after {
    right: 0;
}

.text-box img {
  display: block;      /* 横並びにならないようにブロック化 */
  height: auto;        /* 比率維持 */
  margin-left:-5%;
}

.about-midashi1{
  width:50%;
}

.contact-midashi1{
  width:65%;
}

.contact-midashi2{
  width:80%;
}

.form-link {
  text-align: center !important; /* 親に中央寄せ指定 */
}

.form-link a {
  display: inline-block;  /* aタグをブロック扱いにしつつ幅は文字サイズに */
  text-align: center;     /* 念のため中央寄せ */
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
}

.company-link {
  text-align:left;
  font-size:12px;
  font-weight: bold;
  line-height:2;
  font-family: 'Noto Serif JP','Noto Sans JP', sans-serif;
  color:#41687a;
  width:100%;
  max-width:75%;
}

.company-link td.right {
  padding-right: 5px;  /* 右側に隙間を作る */
}



.form{
  position:absolute;
  margin-top:130%;
  margin-left:12%;
}


/*中身=================================================================*/


        /* 
footer↓いじった
====================================================================================================================================================================== */




  footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: -0.5rem;
    font-family: 'Noto Sans JP', sans-serif;
  }


  
  .banner {
    width: 95%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    display: none;/*バナー見せない（仮対応）→あとで消す*/
  }
  
  .banner-item {
    width: 100%;
    vertical-align: middle;
    flex: 1;
    margin: 0.2rem;
  }
 

  .footer-inner {
    display: flex;
    justify-content: center; /* 中央に配置 */
    align-items: flex-start; /* 上揃え */
    width: 100%; /* フッターの幅 */
    margin: 0 auto; /* 中央寄せ */
  }
  
  .footer-nav {
    display: flex;
    flex-direction: column; /* 縦並び */
    gap: 0.4rem; /* 各アイテムの間に余白 */
  }
  
  .column-left {
    width: 32%; /* 左の列の幅 */
    margin-right: 3%; /* 中央の列からの右マージンを調整 */
  }
  
  .column-center {
    width: 32%; /* 中央の列の幅 */
    text-align:left; /* 中央揃え */
  }
  
  .column-right {
    width: 32%; /* 右の列の幅 */
    margin-left: 3%; /* 中央の列からの左マージンを調整 */
  }
  
  /* これを追加して、各列が画面の中央に揃うようにする */
  .footer-inner {
    display: flex;
    justify-content: space-between; /* 各列の間を均等に配置 */
  }
  
  .column-left,
  .column-center,
  .column-right {
    flex-shrink: 0; /* 列が縮まらないように設定 */
  }
  
  .footer-inner {
    flex-direction: column; /* 各列を縦並びに変更 */
    align-items: center; /* 各列を中央揃え */
  }

  .column-left,
  .column-center,
  .column-right {
    width: 100%; /* 各列を幅100%に */
    margin: 0; /* 各列の余白をリセット */
    margin-bottom: 25px;
  }

  
    .midashi{
      margin-top:20px;
      padding-left:15px;
      font-weight: 600;
      font-size:15px;
    color: #ffffff; /* タイトルの色 */
    margin-bottom: 1.1rem; /* タイトルと項目の間にスペース */
    position: relative; /* 相対位置を設定 */
    padding-left: 1.5rem; /* 左側のパディングを設定 */
  }
  
  /* 赤丸のスタイル */
  .midashi::before {
    content: ""; /* 擬似要素のための内容 */
    position: absolute; /* 絶対位置を設定 */
    left: 3px; /* 左に配置 */
    top: 55%; /* 垂直方向で中央に配置 */
    transform: translateY(-50%); /* 垂直方向で中央揃え */
    width: 2.0px; /* 線の幅 */
    height: 1rem; /* 線の高さ */
    background-color: #ffffff; /* 線の色を赤に */
  }
  
  /* 横幅いっぱいの下線を引く */
  .midashi::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px; /* テキストの下に配置 */
    width: 100%; /* 横幅いっぱいに広げる */
    height: 1.2px; /* 線の太さ */
    background-color: #ffffff; /* 下線の色 */
  }
  
  .komi a {
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 8px; /* アイコンの位置を調整 */
    line-height:-2; /* 改行時の間隔を調整 */
    font-weight: 300;
  }
  

  
  
 

  .copyright {
    text-align: center;
    margin: 0;
    padding: 0.5rem 0 0 0;
    margin-top: 40px;
    margin-bottom:120px;
  }

  .sstop-wrapper{
    padding:0;
  }

  .sslist {
    position: relative; /* ←必須（はみ出しを制御するため） */
    margin: 20px auto;
    width: 360px;
    height:100px;
    background-color: #dd6358;
    box-shadow: 4px 6px 8px rgba(204, 204, 204, 0.8);
    border-radius: 20px;
    padding: 20px;
    overflow: hidden; /* ←これを追加！はみ出しを防ぐ */
  }
  .ssbutton26 a {
    display: inline-block;
    padding: 1.5em 0px 1em 0em;
    color: rgba(129, 187, 187, 0.4);
    font-size: 18px;
    font-weight: 700;
    position: static;
  }

  .sslist-item {
    font-size: 11px; 
  }
          /* 
footer↑
====================================================================================================================================================================== */
/*===========fixed-footer=========================================================*/



.fixed-footer{
  position:fixed;
  bottom:0;
  height:110px;
  left:0;
  right:0;
  z-index:9999;
  opacity:0;
  pointer-events:none;
  transition:opacity 0.4s ease;
  overflow:hidden;
  display:flex;
  justify-content: center;
  align-items: center;
}

.fixed-footer.show {
  opacity: 1;
  pointer-events: auto;
}

.back-red{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  width:100%;
  z-index:0;
}

.rediPad{
  display:none;
}

.footer-icon{
  position:relative;
  list-style:none;
  width:100%;
  z-index:1;
}

.logo{
  width:22%;
  padding-left:20px;
  height:auto;
  display:block;
  margin:0 auto 0 0;
}

.fixed-footer ul{
  display:flex;/*横並び*/
  justify-content: space-around;
  align-items: flex-end; 
  list-style:none;
  width:100%;
  margin-top:18px;
  padding:30 0 0;
  bottom:0;
}

.footer-icon li {
  flex: 1;          /* アイコン分だけの幅に */
  text-align: center;
}

.footer-icon li.HOME img{
  width:30px;
}

.footer-icon li.MAP img{
  width:24px;
}

.footer-icon li.TT img{
  width:62px;
}

.footer-icon li.search{
  position:relative;
  transform: translate(0.7px,-20px);
  z-index:2;
}

.footer-icon li.search img{
 width:75px;
}

.footer-icon li.MENU img{
  width:30px;
}

/*===========fixed-footer=========================================================*/



}



/*---------------------------------------------固定フッター---------------------------------------------------------------*/


  @media screen and (min-width:471px) and (max-width:517px){

              /* 
pc-header↓
====================================================================================================================================================================== */

    .pcheader{
      display: none;
    }

                  /* 
pc-header↑
====================================================================================================================================================================== */
  }