body{
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
  }
  


.img__fit{
margin-top: 32px;
margin-right: auto;
margin-left: auto;
width: 100%;
}


.img__fit2{
    margin-top: 16px;
    margin: 0 auto;
    width: 100%;
    }

    .img__fit3{
    margin: 0 auto;
    width: 100%;
    }

    
.img__80{
    margin-top: 16px;
    margin: 0 auto;
    width: 80%;
    }

.primary__txt{
    margin: 8px 8px 8px px;
    font-size: clamp(22px, 1.6vw, 64px);
    line-height: 36px;
    font-weight: bold;
    text-align: left;
    letter-spacing: 0.2em;
}



.s__txt{
    font-size: clamp(12px, 1.2vw, 16px);
    line-height: 24px;
    font-weight: bold;
    color: #333;
}

.xl__txt{
    padding: 0.5em 1.5em;
    margin: 28px 0 32px 0 ;
    font-size: 2rem /*clamp(38px, 3vw, 56px)*/;
    line-height: 2.3/*clamp(56px, 1.6vw, 78px)*/;
    font-weight: bold;
    text-align: center;
}

.xl__txt2{
    padding: 0.5em 1.5em;
    margin: 16px 0 16px 0 ;
    font-size: clamp(42px, 3vw, 64px);
    line-height: clamp(56px, 1.6vw, 78px);
    font-weight: bold;
    text-align: center;
}


.txt__ctc{
    margin: 64px 14px 32px 14px;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 36px;
    font-weight: bold;
    color: #333;
}

.txt__sm{
    margin: 64px 14px 32px 14px;
    font-size: clamp(12px, 1.5vw, 18px);
    line-height: 24px;
    color: #333;
}

.txt__tab{
    margin: 32px 20px 32px 20px;
    font-size: clamp(18px, 1.5vw, 22px);
    line-height: 36px;
    font-weight: bold;
    text-align: left;
    color: #333;
}

.txt__333{
    color: #333;
}

.txt__fff{
    color: #fff;
}

.txt__bl{
    color: #0084bd;
}

.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平方向に中央配置 */
    align-items: center; /* 垂直方向に中央配置（必要なら） */
}

.btn_container {
        margin-top: 32px;
    margin-bottom: 32px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* 水平方向に中央配置 */
}

.bg__cl{
    margin-top: 32px;
    padding: 16px 8px 32px 8px;
    background: #53575a;
    width: 100%;
    height: 100%;
}

.bg__cl2{
    padding: 16px 8px 32px 8px;
    background: #e50012;
    width: 100%;
    height: 100%;
}

.bg__bl{
    margin-top: 32px;
    padding: 16px 8px 32px 8px;
    background: linear-gradient(135deg, #50ADCE 0, #033E74 100%);
    width: 100%;
    height: 100%;
}

.bg__blk{

    padding: 32px 16px;
    background: #000000;
    width: 100%;
    height: 100%;
}

.bg__wh{

    padding: 32px 16px;
    background: #ffffff;
    width: 100%;
    height: 100%;
}

.pdg16{
    padding: 16px;
}

.mgn_c{
  margin: auto 0;
}

.mgn_btm{
margin-bottom: 32px;
}

table {
  width: 100%;
  text-align: center;
}

table tr {
  padding: 5px;
  margin: 10px;
}

table th {
  padding: 5px;
  margin: 10px;
}


table td.td1  {
    padding:8px 16px;
    margin: 10px;
    background:  #cce9f8;
}

table td.td2  {
    padding:8px 16px;
    margin: 10px;
    background: #f2f9fd;
}

table th {
    padding:8px 16px;
    margin: 10px;
    background:  #0084bd;
    color: #ffffff;
}


/*========= ボタン 赤 -> グレー ===============*/

.button{
    display: flex;
    width: 60%;
    height: auto;
    padding: 12px 16px;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #e50012;
    color: #fff;
    transition: background-color .3s ease-in-out;
    margin: 64px auto 64px auto ;
  }
  
  
  .button:hover{
    color: #fff;
    background-color: #53575a;
    padding: auto;
  }
  
  .b_text{
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 3.2px;
    }

    .open_text{
        margin: 0 16px 0 16px;
        text-align: center;
        font-size: clamp(14px, 16px, 18px);
        font-style: normal;
        line-height: normal;
        letter-spacing: 3.2px;
        }

        .button a {
            color:#fff;
          }

/*========= ボタン グレー -> 赤 ===============*/

    .button2{
        display: flex;
        width: 50%;
        height: auto;
        padding: 12px 51px;
        justify-content: center;
        gap: 8px;
        flex-shrink: 0;
        border-radius: 30px;
        background-color: #53575a;
        color: #fff;
        transition: background-color .3s ease-in-out;
        margin: 64px auto 64px auto ;
      }
      
      
      .button2:hover{
        color: fff;
        background-color: #e50012;
        padding: auto;
      }

      .button2 a {
        color:#fff;
      }

/*========= ボタン 赤 -> 白 ===============*/

.button3{
    display: flex;
    width: 50%;
    height: auto;
    padding: 12px 32px;
    justify-content: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #e50012;
    color: #fff;
    transition: background-color .3s ease-in-out;
    margin: 64px auto 64px auto ;
  }
  
  
  .button3:hover{
    color: fff;
    background-color: #fff;
    color: #e50012;
    padding: auto;
  }

  .button3 a {
    color:#fff;
  }


/*========= ボタン グレー  ===============*/

.button4{
    display: flex;
    width: 22%;
    height: auto;
    padding: 12px 24px;
    position: relative;
    justify-content: center;
    overflow: hidden;
    gap: 8px;
    flex-shrink: 0;
    background-color: #999;
    transition: background-color .3s ease-in-out;
    margin: 6px;
  }
  
  
  .button4:hover{
    color: fff;
    background-color: #666;
    color: #fff;
    padding: auto;
  }



.button4::before {
    display: block;
    position: absolute;
    top: -50%;
    left: -30%;
    transform: rotate(30deg);
    width: 70px;
    height: 100px;
    content: '';
    background-image: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(255, 255, 255, 0)));
    animation: animation-button-10 2s infinite linear;
}

@keyframes animation-button-10 {
    17% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

.button-10:hover {
    background-color: #1579c0;
}


  
/*========= ボタン グレー -> 赤 小===============*/

.button5{
    display: block;
    margin:  8px;
    width: 35%;
    height: auto;
    padding: 12px 24px;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 30px;
    background-color: #e50012;
    color: #fff;
    transition: background-color .3s ease-in-out;
  }
  
  
  .button5:hover{
    color: fff;
    background-color: #53575a;
    padding: auto;
  }

  .button5 a {
    color:#fff;
  }


/*========= メニュー ===============*/

#menu{
    padding: 36px 0;
}

#menu section{
    background: #fff;
    margin: 0 0 10px 0;
}

#menu section h3{
    color: #0084bd;
    font-weight:bold;
    font-size: 1.2rem;
    margin: 0 0 10px 0;
}

#menu section p{
    font-size: 0.8rem;
}

#menu .menu-area{
    padding: 20px;
    box-shadow: 5px 0 10px #ccc;
}

#menu .menu-btn{
    text-align: center;
    margin: 50px 0 0 0;
}

/*========= メニュー ===============*/

#menu2{
    padding: 36px 0;
}

#menu2 section{
    background: #fff;
    margin: 0 0 10px 0;
}

#menu2 section h3{
    color: #e50012;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 0 0 10px 0;
}

#menu2 section p{
    font-size: 0.8rem;
}

#menu2 .menu-area{
    padding: 20px;
    box-shadow: 5px 0 10px #ccc;
}

#menu2 .menu-btn{
    text-align: center;
    margin: 50px 0 0 0;
}

/*========= タブ ===============*/

.tab-3 {
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:center;
    max-width: 85%;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    min-width: 70px;
    padding: 1em 1em 1em;
    background-color: #f2f2f2;
    color: #999;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
    background-color: #fff;
}

.tab-3 label:has(:checked) {
    border-bottom: 4px solid #0084bd;
    color: #0084bd;
}

.tab-3 label:has(:checked) + div {
    display: block;
}

/*========= 見出し ===============*/

.heading {
    margin-top: 24px;
    padding: .5em .9em;
    border-left: 10px solid #0084bd;
    color: #333333;
}


.btn-default, .btn_default, input[type="button"], button, input[type="reset"], .btn-navy, .btn_navy, input[type="submit"], button[type="submit"], .btn-impact, .btn_impact {
    display: inline-block;
    border: none;
    padding: 8px 8px;
}

/*========= QA ===============*/

.qa-7 {
    max-width: 90%;
    margin: 10px auto 14px auto ;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
    background-color: #fff;
}

.qa-7 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-7 summary::before,
.qa-7 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-7 summary::before {
    color: #333;
    content: "Q";
}

.qa-7 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-7[open] summary::after {
    transform: rotate(225deg);
}

.qa-7 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-7[open] p {
    transform: none;
    opacity: 1;
}

.qa-7 p::before {
    color: #e50012;
    line-height: 1.2;
    content: "A";
}

.button{
    background:#0084bd;
    color:#fff;
    border:none;
    position:relative;
    font-size:1rem;
    padding: 1em 1em;
    margin: 2em auto;
    text-align: center;
    cursor:pointer;
    transition:800ms ease all;
    outline:none;
    border-radius: 10px;
    max-width: 300px;
  }
  .button:hover{
    background:#fff;
    color:#0084bd;
  }
  .button:before,.button:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:2px;
    width:0;
    background: #0084bd;
    transition:400ms ease all;
  }
  .button:after{
    right:inherit;
    top:inherit;
    left:0;
    bottom:0;
  }
  .button:hover:before,.button:hover:after{
    width:100%;
    transition:800ms ease all;
  }

  .flex {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  
  
  
  
  .flex-reverse {
    flex-direction: row-reverse;
  }
  
  .flex .flex_box {
    width: 49%;
  }
  
  .flex .flex_box img {
    width: 100%;
  }

  .flex .flex_box p {
    margin: 32px 14px 32px 14px;
    font-size: clamp(18px, 1.6vw, 24px);
    line-height: 36px;
    font-weight: medium;
    text-align: left;
    letter-spacing: 0.2em;
}
  


  
  
  .ttl {
    background-color:  #0085ca;
    padding:16px;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 32px;
  }

  
  @media screen and (max-width: 768px) {

  
    .flex {
      display: block;
      margin: 10px 10px 60px ;
    }
  
  
    .flex .flex_box {
      width: 100%;
    }
  
  }


  .item_box{
    max-width:70%;
    margin: 16px;
    padding: 8px;
    border: solid 3px #0085ca;

  }

  .item_img{
    display: flex;
    width: 80%;
    margin: auto;
    padding: auto;

  }

  
  .item_txt{
    display: flex;
    width: 60%;
    margin: auto;
    padding: auto;

  }

  .heading2 {
    margin-top: 24px;
    margin-left: 24px;
    margin-bottom: 24px;
    padding: .5em .5em;
    border-left: 5px solid #0084bd;
    color: #333333;
}

* {
  box-sizing: border-box;
}
.all_wrapper body {
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul {
  padding: 0;
}
li {
  list-style-type: none;
}
dd {
  margin-left: 0;
}

ul.flow {
  padding-left: 120px;
  position: relative;
}
ul.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
ul.flow > li {
  position: relative;
}
ul.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
ul.flow > li .icon {
  font-size: 12px;
  color: #fff;
  background: #0084bd;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 100;
}
ul.flow > li .icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #0084bd;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.flow > li dl {
  padding-left: 70px;
  position: relative;
}
ul.flow > li dl::before,
ul.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
ul.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
ul.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
ul.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: rgb(107,144,219);
  margin-bottom: 1vh;
}



@media screen and (max-width: 768px) {

  
    .flex {
      display: block;
      margin:16px 16px 40px ;
    }
  
  
    .flex .flex_box .item_box.flex_img {
      width: 100%;
    }
  
  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    margin-top: 32px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



}