.nav{
  display: none;
  margin-top:-45px;
}
@media screen and (max-width:760px) {
/* Style the global menu */
.global-menu {
  display: none;
}


/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #fff;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}


.drawer_open span:after {
  top: 8px;
}


#drawer_input:checked ~ .drawer_open span {
  background: rgba(235, 230, 230, 0);
}


#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  

.nav{
  display: block;
  margin-top:-45px;
}
.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%; 
  z-index: 99;
  background: #090979d4;
  transition: .5s;
}


.nav_list {
  list-style: none;
  line-height: 4;
}
.nav_list a {
font-size: 1.5rem;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
}





.fo1 {
  display: flex; /* フレックスコンテナとして表示 */
  flex-direction: column; /* 縦方向に配置 */
  align-items: center; /* 子要素を中央に配置 */
  background:
    linear-gradient(45deg, transparent 49.5%, rgb(51, 17, 167) 50%, transparent 50.5%) 2vw 0/2vw 2vw,
    linear-gradient(-45deg, transparent 49.5%, white 50%, transparent 50.5%) 0 0/2vw 2vw,
    url('images/m88.jpg') center/cover no-repeat; /* 画像のURLを指定 */
  background-color: #ececec; /* 斜線の地紋以外の背景色 */
  height: 90vh;
}


.fo1 h1 {
  font-size: 3.5rem;
  line-height:1.4;
}



.f1 {
  display: flex;
  width: 80%;
margin: 0 auto;



}

.fc {
  width: 100%;
  margin: 10%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 2%;
}

.fc p{
  font-size: 14px;
}






.fc2{
width: 100%;

padding: 7%;
text-align: left;

}

.fc2 h2{
  text-align: left;
}


.s1-1{
height: 100vh;
margin-bottom: 100px;
background-size: 80% auto; /* 幅は50%、高さは100%に設定 */
background-position: bottom; /* 画像を左上に配置 */
}

.s1-1 h1{
  font-size: 11vw;
  letter-spacing: -2.2vw;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: rgb(207, 207, 207);
  margin-top: 5vh;

}

.s1h1{
  width: 80%;
  margin-left: 10vw;
    line-height: 1.5;
}




.s1h2-2{
  width: 80%;
}
.s1h1-2 h1{
  font-size: 2rem;
    letter-spacing: -0.3vw;
  color: rgb(207, 207, 207);
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
margin-left: 10vw;
line-height: 1.5;
  padding-left: 2%;
}


.shd1 h2{
  margin-top: -2%;
  color: rgb(0, 11, 83);
  font-size: 20px;
  letter-spacing: 0rem;
}



.sh1{
  display: flex;
width: 40vw;
height: auto;
}

.shc1 p{
  font-size: 14px;
  text-align: justify;
  line-height: 1.5;
  letter-spacing: 0rem;
  margin-top: 2%;
  width: 100%;
}


.sh1 {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 20px;



}

.shd1 {
  float: left;
  width: 90%;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 0;
  margin:0 5%;
}

.shc2 {
  text-align: center;
  background-color: #ff0000; /* 例えば、背景色を追加 */
  height: 100%; /* 例えば、高さを設定 */
  /* 他のスタイルも必要に応じて追加 */
}

.shc3 {
  display: inline-block;
  padding: 0.2vh 4vw;
  background-color: #203853; /* ボタンの背景色 */
  color: #fff; /* ボタンのテキスト色 */
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-top: 2vh; /* 必要に応じて調整 */

}

.shc3:hover {
  background-color: #053c79; /* マウスホバー時の背景色 */
}





/* Style the logo */
.logo img {
  width: 50%; /* ロゴイメージを100%の幅に合わせる */
  padding: 20px 2vw 0;
}

.emp{
  height: 100px;
}

  #slogo {
    /* width: 80vw; */
    display: block;
    justify-content: center;
    align-items: center;
    height: 30vh;
    margin: 0 auto;
}
  .corplogo  {
    margin:auto;
    width:120px;
}

.slo-h2{
  margin-left: 5%;
}

.slo-h2 h2{
  font-size:20px;
}


#s1-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255 0,5);
  overflow: hidden; /* はみ出た部分を非表示にする */
  background-image: url(''); /* 背景イメージを設定 */
  background-size: cover; /* 画像を要素に合わせて調整 */
  background-position: center center; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
  margin: 0 auto;
}


.s1h1-2-2 h1{
  font-size: 2rem;
text-align: left;
    letter-spacing: -0.3vw;
  color: rgb(207, 207, 207);
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  padding-left: 10%;
    line-height: 1.5;


}




.s1-2-2{
  display: block;
  justify-content: space-between; /* 子要素を横方向に均等に配置 */;
  margin-top: 5vh;
  width: 80%;
  margin: 0 auto 10%;
}

.s1c-1{
width: 100%;
height: 10rem;
background-size: cover;
  background-image: url('images/k1.jpg'); 
  background-position: center center;
  background-repeat: no-repeat;
  margin-top:1vh;
}

.s1c-1-p{
  padding: 2%;
  background-color: rgb(255, 255, 255);
    margin-top: 0;
}

.s1c-1-p p{
  font-size:14px;
  line-height:1.5;
  color: rgb(0, 0, 0);
}

.button-container {
  text-align: center; /* ボタンを右に揃える */
}

.button-container2 {
  text-align: center; /* ボタンを右に揃える */
}

.button-container3 {
  text-align: center;
  width: 100%;
}

.button-container4 {
  text-align: center;; /* ボタンを右に揃える */
  width: 80%;
  margin: 0 auto;
}

.s1c-2{
display: none;
}
.s1c-2sp{
  width: 100%;
  height: 10rem;
  background-size: cover;
  background-image: url('images/k5sp.png'); /* 背景画像を設定 */
  background-position: center top; /* 画像を中央に配置 */
  background-repeat: no-repeat; /* 画像の繰り返しを無効化 */
  margin-top: 0;
  }

.b1 {
  display: inline-block;
  padding: 2vh 4vw;
  background-color: #203853;
  color: #fff;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  margin-top: 2vh;
  font-weight: bold;
}

.b1:hover {
  background-color: #053c79;
}



/*-------------------------------------------------------------------------------------------------------*/

.s4-1{
margin: 0 auto 100px;
background-size: 100% auto; /* 幅は50%、高さは100%に設定 */
background-position:bottom;
padding-bottom: 300px;
}

.s4h1 h1{
    text-align: left;
letter-spacing: -1;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: rgb(210, 210, 210);
margin-top: 8vh;
background: -moz-linear-gradient(223deg, rgba(255,91,61,1) 0%, rgba(232,126,47,1) 32%, rgba(221,16,0,1) 88%);
background: -webkit-linear-gradient(223deg, rgba(255,91,61,1) 0%, rgba(232,126,47,1) 32%, rgba(221,16,0,1) 88%);
background: linear-gradient(223deg, rgba(255,91,61,1) 0%, rgba(232,126,47,1) 32%, rgba(221,16,0,1) 88%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5b3d",endColorstr="#dd1000",GradientType=1);
    font-size: 2rem;
    line-height: 1.5;
    margin-left: 10vw;
    padding-left: 2%;
}

.s4c4 {
  display: block;
  flex-direction: row; /* 子要素を水平方向に横並びに配置 */
justify-content: space-between;
  align-items: center; /* 子要素を垂直方向に中央揃え */
  margin-top: 5vh;
  width: 80%;
  margin: 0 auto;

}

.s4c4-1 h2{
    font-size: 14px;
    width: 94%;
    letter-spacing: 0rem;
    padding: 2%;
    margin-top: 2%;
}





.s4c4-1{
  width: 80%;
}

.s4c4 p{
  font-size:14px;
  line-height: 1.5;
  color: #333;
  text-shadow: none;
}

/*-------------------------------------------------------------------------------------------------------*/

.text-center {
  text-align: center;
}

.bbc{
  background: rgba(255, 255, 255, 0.49);
margin: 0 auto;
  padding: 5%;
}



.s2 {
  max-width: 100%;
  margin: 0 auto; /* テーブルを水平方向に中央に配置 */

background-image: url('images/55.jpg'); /* 画像のファイルパスを指定 */
background-size: cover; /* 画像を要素に合わせてカバー */
background-position: left center; /* 画像を左寄せに配置 */

}

.s2 h2{
  font-size: 20px;
  text-align: center;
  padding: 2vh;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.s2 h1{
  font-size: 20px;
  text-align: center;
  padding: 2vh;
  color: rgb(255, 255, 255);
  padding-top: 5%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);

}
.s2 p{
  text-align: left;
  line-height: 2;
  margin-top: 3%;
  margin-bottom: 5%;
  color: rgb(255, 255, 255);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  width: 80%;
  margin: 3% auto 5%;
  padding: 2%;
}






.list-table {
  border-collapse: collapse;
  width: 94%;
  margin: 0 auto; /* テーブルを水平方向に中央に配置 */
}



.list-table td {
  padding: 5px;

  border: 1px solid #000; /* ソリッドボーダーを保持 */

}

.column1 {
  background-color: #ffffff;
  width: 35%; /* カラム1の幅を20%に設定 */

    vertical-align: middle;
      text-align: center;

}

.column2 {
  border: 1px solid #000; /* ソリッドボーダーを保持 */
  text-align: left;

}
/*---------------------------------------------------------------------------------------*/
.s5{

  width: 100%;
text-align: center;
margin-bottom: 100px;
background-image: url('images/80.png'); /* 画像のファイルパスを指定 */
background-size: 70% auto; /* 幅は50%、高さは100%に設定 */
background-position: right top 18%; /* 画像を左上に配置 */
background-repeat: no-repeat; /* イメージの繰り返しを無効にする */
}


.s5-h1 h1{
  font-size:2rem;
  text-align: left;
    letter-spacing: -0.3vw;
  color: rgb(207, 207, 207);
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  padding-left: 10%;
    line-height: 1.5;
}
.s5-p{
  width:72%;
  text-align: left;
  margin:auto;
  padding:2%;
}

.s5-p p{
  font-size:14px;
}
.s5-dd{
width: 80%;
}

.s5-dd {
  display: flex;
  flex-direction: row; /* 子要素を水平方向に横並びに配置 */
  justify-content: space-between; /* 子要素を均等に配置 */
  align-items: center; /* 子要素を垂直方向に中央揃え */
  margin-top: 5vh;
  width: 80%;
  margin: 0 auto;

}

.s5-dd h2{
    text-align: left;
    line-height: 1.5;
    font-size: 20px;
    color: rgb(62, 62, 62);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    width: 100%;
    padding-right: 0;
    letter-spacing: -0.1rem;
    margin-top: 10%;


}
/*.s5-dd h2 br{
display: none;
}*/



.s5-dd{
  width: 72%;


}

.s5-dd p{
  text-align: justify;
padding: 5%;
  line-height: 3;
}

.section5-content img {
  width: 100px;
  height: auto;
}

footer p{
  font-size:4vw;
}
.map-cn {
  padding-bottom: 3%;
}
.map-cn a {
  padding: 10px 4px;
}
/*
ssu-------------------

/*-------------------------------------------------------------------------------------------------------*/

.text-center {
  text-align: center;
}




.ssu {
  max-width: 100%;
  margin: 0 auto; /* テーブルを水平方向に中央に配置 */
  padding: 5%;
background-image: url('images/16.jpg'); /* 画像のファイルパスを指定 */
background-size: cover; /* 画像を要素に合わせてカバー */
background-position: left center; /* 画像を左寄せに配置 */

}

.ssu h2{
  font-size: 20px;
  text-align: center;
  padding: 20px;
  color: #333;
  text-shadow: none;


  margin: 0 auto;
}

.ssu h1{
  font-size: 20px;
  text-align: center;
  padding: 20px;
  color: #333;
  padding-top: 5%;
  text-shadow: none;

}

.ssu h3{
  font-size: 14px;
  text-align: left;
  line-height: 1.5;
  margin-top: 3%;
  margin-bottom: 5%;
  color: #333;
  text-shadow: none;
  width: 80%;
  margin: 3% auto 5%;
  padding: 0 2%;
}


.ssu p{
  text-align: justify;
  line-height: 2;
  padding: 2% 2% 12% 2%;
font-size: 14px;
  color: rgb(115, 115, 115);
  font-family: sans-serif;


}

.ssu-f {
  margin: 0 auto;
  display:block; 
  justify-content: space-between; /* 子要素を均等に配置 */
  width: 80%;
    background-color: rgba(25, 0, 0, 0.5);
    padding: 2%;
}

.su1, .su2, .su3 {
  width: 100%; /* 子要素の幅を設定 */
  height: 56vh; /* 子要素の高さを設定 */
  background-color: #ffffff; /* 背景色を設定（適宜変更） */
  border: 1px solid #ffffff; /* ボーダーを設定（適宜変更） */
}

.ssup {
  width: 100%; /* 要素の幅を設定 */
  height: 200px; /* 要素の高さを設定 */
  background-image: url('images/59.jpg'); /* 背景イメージを設定 */
  background-size: cover; /* イメージを要素に合わせてカバー */
  background-position: center; /* イメージを中央に配置 */
  background-repeat: no-repeat; /* イメージの繰り返しを無効化 */
}

.ssup2 {
  width: 100%; /* 要素の幅を設定 */
  height: 200px; /* 要素の高さを設定 */
  background-image: url('images/60.jpg'); /* 背景イメージを設定 */
  background-size: cover; /* イメージを要素に合わせてカバー */
  background-position: center; /* イメージを中央に配置 */
  background-repeat: no-repeat; /* イメージの繰り返しを無効化 */
}

.ssup3 {
  width: 100%; /* 要素の幅を設定 */
  height: 200px; /* 要素の高さを設定 */
  background-image: url('images/9-1.jpg'); /* 背景イメージを設定 */
  background-size: cover; /* イメージを要素に合わせてカバー */
  background-position: center; /* イメージを中央に配置 */
  background-repeat: no-repeat; /* イメージの繰り返しを無効化 */
}


/*-------------------------------------------------------------------------------------------------------*/


.ssu23 {
  max-width: 100%;
  margin: 0 auto; /* テーブルを水平方向に中央に配置 */
  padding: 5%;
background-image: url('images/80.png'); /* 画像のファイルパスを指定 */
background-size: cover; /* 画像を要素に合わせてカバー */
background-position: center center; /* 画像を中央に配置 */

}


.ssu23 {
  max-width: 100%;
  margin: 0 auto; /* テーブルを水平方向に中央に配置 */
  padding: 5%;


}




.ssu2-2 h2{
  font-size: 20px;
  text-align: center;
  padding: 20px;
  color: rgb(55, 55, 55);
  text-shadow: none;


  margin: 0 auto;
}

.ssu23 h1{
  font-size: 20px;
  text-align: center;
  padding: 20px;
  color: rgb(55, 55, 55);
  padding-top: 5%;
  text-shadow: none;

}

.ssu23 h3{
  text-align:left;
  line-height: 1.5;
  margin-top: 3%;
  margin-bottom: 5%;
  color: rgb(55, 55, 55);
  text-shadow: none;
  font-size: 14px;
  width: 80%;
  margin: 3% auto 5%;
  padding: 0 2%;
}


.ssu23 p{
  text-align: justify;
  line-height: 2;
  padding: 2% 2% 12% 2%;
font-size: 14px;
  color: rgb(55, 55, 55);
  font-family: sans-serif;


}

.spon-b{
    margin-top: 10vh;
}

.spon-b p{
  font-size: 14px;
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1.5;
  text-align: left;
  width: 80%;
  margin: auto;
}


.ssu-f2 {
  margin: 0 auto;
  display: block; 
  justify-content: space-between; /* 子要素を均等に配置 */
  width: 80%;
    background-color: rgba(25, 0, 0, 0.5);
    padding: 2%;
}

.su22, .su32 {
  width: 100%; /* 子要素の幅を設定 */
  height: auto; /* 子要素の高さを設定 */
  background-color: #ffffff; /* 背景色を設定（適宜変更） */
  border: 1px solid #ffffff; /* ボーダーを設定（適宜変更） */
}

.ssup3 {
  width: 100%; /* 要素の幅を設定 */
  height: 200px; /* 要素の高さを設定 */
  background-image: url('images/10-1.jpg'); /* 背景イメージを設定 */
  background-size: cover; /* イメージを要素に合わせてカバー */
  background-position: center; /* イメージを中央に配置 */
  background-repeat: no-repeat; /* イメージの繰り返しを無効化 */
}

.ssup22 {
  width: 100%; /* 要素の幅を設定 */
  height: 200px; /* 要素の高さを設定 */
  background-image: url('images/15.jpg'); /* 背景イメージを設定 */
  background-size: cover; /* イメージを要素に合わせてカバー */
  background-position: center; /* イメージを中央に配置 */
  background-repeat: no-repeat; /* イメージの繰り返しを無効化 */
}


.sopns-1{
  width: 96%;
  margin: 0 auto;
}

.spon-step{
  width: 80%;
  margin: 0 auto;
}

.spon-step h2{
  font-size: 20px;
font-family: 'Shippori Mincho B1', serif;
  line-height: 1;
  text-align: center;
}

.step-im{
  width: 100%;
  height: 600px;
  background-image: url('images/spon.svg'); /* 背景イメージを設定 */
  background-size: 154%;
  background-position: center; /* イメージを中央に配置 */
  background-repeat: no-repeat; /* イメージの繰り返しを無効化 */
margin: 0 auto;
}
}