.include_form{
    width: 100%;
    background-color: #fcfbfb;
    padding: 10px 0px;
}
.large-image{
    width: 100%;
}
.large-image img {
    width: 100%;
}
/*.top-large-image{
    width: 100%;
}
.top-large-image img {
    width: 100%;
}*/
.top-large-image2{
    width: 100%;
}
.top-large-image2 img {
    width: 100%;
}
.top-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 60px;
    text-align: center;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    margin-top: 108px;
    padding-top: 108px;
}
.top-text2 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 20px;
    color: rgb(50,50,50);
    width: 55%;
    margin: 0 auto;
    /*padding: 40px 0px;*/
    padding-bottom: 40px;
    line-height: 1.8em;
}
.top-gallery1 {
    text-align: center;
    max-width: 1590px;
    margin: 0 auto;
}
.top-gallery1-title {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 38px;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    margin-top: 100px;
    margin-bottom: 30px;
    /*font-weight: 200; */
}
.top-gallery1-sub-title {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    color: rgb(50,50,50);
    margin-bottom: 20px;
}
.top-subtitle {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    color: rgb(50,50,50);
}
.top-text1 {
    display: inline-block; 
    margin-bottom: 80px; 
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}
.top-large-image {
    position: relative;
    height: 400px;
    width: 100%;
}
.top-large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-large-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* 画像を暗くするための黒いオーバーレイ */
    z-index: 1;
}
.top-large-image2 {
    position: relative;
    height: 400px;
}
.top-large-image2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-title2, .top-sub-title2 {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    z-index: 2;
}
.top-title2 {
    /*top: 50%;*/
    top: calc(50% + -40px);
    transform: translateY(-50%);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 38px;
}
.top-sub-title2 {
    top: calc(50% + 40px);
    transform: translateY(-50%);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
}
.top-gallery2 {
    text-align: center;
    max-width: 1590px;
    margin: 0 auto;
}
.top-gallery2-inner {
    display: inline-block; 
    margin-top: 80px; 
    margin-bottom: 80px; 
    /*width: 275px;*/
    text-align: center;
    /*vertical-align: top; 
    padding: 48px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.top-gallery2-img,
.top-gallery2-text {
    display: inline-block; /* 内容をインラインブロックとして表示 */
    vertical-align: top; /* 上端を揃える */
}

.top-gallery2-img {
    width: 450px; /* 画像コンテナの幅を指定 */
    margin-left: 40px;
}

.top-gallery2-img img {
    width: 100%; /* 画像をコンテナの幅に合わせる */
    height: auto; /* 高さを自動調整 */
    display: block; /* ブロックレベル要素として表示 */
}

.top-gallery2-text {
    text-align: left; /* テキストを左揃えに */
    margin-right: 40px; /* 画像とテキストの間隔を調整 */
    max-width: 574px; /* テキスト部分の最大幅を指定 */
}
.top-orange-text24 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    /*color: rgb(202, 87, 57);*/
    /*color: rgb(19, 42, 74);*/
    color: #3446b2;
}
.top-black-text16 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: rgb(50, 50, 50);
}
.top-image-table {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
}

.top-image-table img {
    width: 25%;
    height: auto;
}
.detail_semicondoctor01-large-image {
    width: 100%;
    position: relative;
    height: 600px;
}
.detail_semicondoctor01-large-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail_semicondoctor01-margin-bottom {
    margin-bottom: 20px;
    max-width: 770px;
    margin: auto;
}
.detail_semicondoctor01-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 44px;
    text-align: center;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
}
.detail_semicondoctor01-title-margin-top {
    margin-top: 118px;
}
.detail_semicondoctor01-text {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    color: rgb(50,50,50);
}
.detail_semicondoctor01-text02 {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 16px;
    color: rgb(50,50,50);
}
.detail_semicondoctor01-text-margin-top {
    margin-top: 13px;
}
.detail_semicondoctor01-table-container {
    padding-top: 70px;
    padding-bottom: 20px;
    max-width: 870px;
    margin: auto;
}
.font_8 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: rgb(50,50,50);
    font-weight: 400;
    padding: 1px 0px 5px;
}
.detail_semicondoctor02-table {
    width: 65%;
    margin: auto;
    padding-top: 220px;
    text-align: center;
}
.detail_semicondoctor02-left{
    display: inline-block;
    width: 45%;
    vertical-align: top;
    font-size: 26px;
    line-height: 1.2em;
    text-align: left;
}
.detail_semicondoctor02-left-title {
    font-family: "Noto Sans JP", sans-serif;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    line-height: 1.5em;
}
.detail_semicondoctor02-left-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    color: rgb(50,50,50);
}
.detail_semicondoctor02-right {
    display: inline-block;
    width: 50%;
    line-height: 1.8em;
}
.detail_semicondoctor02-right img {
    max-width: 450px;
}
.detail_semicondoctor02-left02 {
    display: inline-block;
    width: 45%;
    vertical-align: top; /* 左側の要素を上揃え */
}
.detail_semicondoctor02-right02 {
    display: inline-block;
    width: 45%;
    margin-top: 280px; /* 右側の要素を100px下げる */
    vertical-align: top; /* 右側の要素を上揃え */
}
.detail_semicondoctor02-left02 img {
    max-width: 400px;
}
.detail_semicondoctor02-right02 img {
    max-width: 400px;
}
.detail_semicondoctor02-table03 {
    width: 55%;
    margin: auto;
    padding-top: 120px;
    text-align: center;
}
.detail_semicondoctor02-left03 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 24px;
    display: inline-block;
    width: 25%;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    vertical-align: top;
    text-align: left;
}
.detail_semicondoctor02-right03 {
    display: inline-block;
    font-size: 18px;
    width: 60%;
    line-height: 1.8em;
    text-align: left;
}



footer {
        background-color: #000;
        color: #fff;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-left: 362px;
    }

footer p {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    /*display: flex;*/
    /*justify-content: center;*/
    font-family: "Noto Sans JP", sans-serif;
}
header {
    /*background-color: #ca5739;*/
    /*background-color: #2057b5;*/
    /*background-color: #142a4a;*/
    /*background-color: #FFF;*/
    background-color: #132a4a;
    height: 94px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* 他の要素の上に表示するための設定 */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* 必要に応じて影を追加 */
}


h1 {
    display: block;
    /*font-size: 1.5em;
    font-size: 40px;*/
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 400;
    /*font-weight: bold;*/
}

h2 {
    display: block;
    /*font-size: 1.5em;
    font-size: 40px;*/
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: 400;
    /*font-weight: bold;*/
}


.logo-container {
    /*margin-left: 101px;*/
}

.logo-container img {
    width: 91px !important;
    height: 55px !important;
}
/*
nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
}

nav a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}
*/
nav ul {
    list-style: none;
    display: flex;
}

nav ul li {
    margin-right: 20px;
    position: relative; /* Make the parent position relative */
}

nav a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.hamburger-menu-icon {
    display: none; /* デフォルトでは非表示 */
    cursor: pointer;
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 24px;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    /*margin-right: 60px;*/
    margin: 0 auto;
}

.nav-menu ul {
    align-items: center;
}

    .search-box {
      /*display: flex;*/
      width: 400px;
        padding: 0 25px;
        transition: box-shadow 0.3s ease; /* ボックス全体にアニメーション */
    }

    /*.search-box:hover {
      box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
    }*/

    .search-box form {
        display: flex;
        align-items: center;
        /*gap: 10px;*/ /* 必要ならボタンとの隙間 */
        height: 35px;
        border-radius: 0px;
        width: 100%;
    }

    .search-box input[type="text"] {
      flex: 1;
      padding: 10px;
      /*font-size: 16px;*/
      font-size: clamp(12px, 2vw, 16px);
      border: none;
      outline: none;
      box-sizing: border-box;
      min-width: 0;
      transition: background-color 0.3s ease;
        
        height: 100%;
    }

    .search-box input[type="text"]:hover {
      background-color: #f0f0f0;
    }

    .search-box button {
      width: 80px;
      background-color: #ab8d2b;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-size: 20px;
      transition: background-color 0.3s ease, transform 0.3s ease;
        
        height: 100%;
    }

    .search-box button:hover {
      background-color: #d9a441;
      transform: scale(1.05);
    }

    .search-box button svg {
      width: 30px;
      height: 30px;
      stroke: white;
      stroke-width: 1.5;
      fill: none;
    }

    .search-box button:hover svg {
      stroke: #fff8dc; /* 少し明るい色に変化 */
    }

    /*.search-box button svg {
      width: 20px;
      height: 20px;
      fill: white;
    }*/

    

.submenu {
    display: none; /* Hide submenu by default */
    position: absolute;
    top: 100%; /* Position submenu below the parent */
    left: 0;
    /*background-color: #333;*/
    /*background-color: #ca5739;*/
    /*background-color: #2057b5;*/
    background-color: #142a4a;
    padding: 0;
    list-style: none;
    width: auto;
}

.submenu li {
    margin: 0;
    padding: 5px 10px;
    white-space: nowrap;
}

.submenu li a {
    color: #fff;
    display: block;
    padding: 5px 10px;
}

.submenu li:not(:last-child) {
    border-bottom: 1px solid white;
}

.dropdown:hover .submenu {
    display: block; /* Show submenu on hover */
}


.gallery {
    /*display: flex;    
    justify-content: space-between;
    max-width: 1590px;
    margin: 0 auto; 
    flex-wrap: wrap;*/
    text-align: center; /* 追加: アイテムを中央揃えにする */
    max-width: 1590px;
    margin: 0 auto; /* 上下のマージンを0にし、左右は自動で調整してセンタリング */
}

.item {
    /*margin-bottom: 236px; 
    width: 275px;
    text-align: center;
    flex: 1;*/
    display: inline-block; /* 変更: flexからinline-blockへ */
    margin-bottom: 80px; 
    width: 275px;
    text-align: center;
    vertical-align: top; /* 追加: アイテムを上端で揃える */
    padding: 48px;
}

.item img {
    width: 275px;
    height: 275px;
    display: block;
    /*margin: 0 auto;*/ 
    transition: opacity 0.5s; /* 0.5秒で不透明度が変わるように設定 */
    opacity: 1; /* 通常時は不透明度100% */
}

.item img:hover {
    opacity: 0.5; /* マウスオーバー時の不透明度を50%に設定 */
}


.item p {
    text-align: center; /* テキストを中央揃えに */
    max-width: 275px; /* テキストの最大幅を275pxに設定 */
    margin: 0 auto; /* pタグの内容をセンタリング */
    word-wrap: break-word; /* 単語が最大幅を超える場合に折り返し */
}

.gallery1 {
    text-align: center; /* 追加: アイテムを中央揃えにする */
    max-width: 1590px;
    margin: 0 auto; /* 上下のマージンを0にし、左右は自動で調整してセンタリング */
}

.gallery1 .item {
    /*margin-bottom: 236px; 
    width: 275px;
    text-align: center;
    flex: 1;*/
    display: inline-block; /* 変更: flexからinline-blockへ */
    margin-bottom: 80px; 
    width: 275px;
    text-align: center;
    vertical-align: top; /* 追加: アイテムを上端で揃える */
    padding: 48px;
}

.gallery1 .item img {
    width: 275px;
    height: 275px;
    display: block;
    /*margin: 0 auto;*/ 
    transition: opacity 0.5s; /* 0.5秒で不透明度が変わるように設定 */
    opacity: 1; /* 通常時は不透明度100% */
}

.gallery1 .item img:hover {
    opacity: 0.5; /* マウスオーバー時の不透明度を50%に設定 */
}

.gallery1 .item p {
    text-align: center; /* テキストを中央揃えに */
    max-width: 275px; /* テキストの最大幅を275pxに設定 */
    margin: 0 auto; /* pタグの内容をセンタリング */
    word-wrap: break-word; /* 単語が最大幅を超える場合に折り返し */
}


.about-us-section {
    margin-bottom: 0px;
    padding-top: 10px;
    background-color: #f3f3f3;
}

.table-margin-bottom {
    margin-bottom: 0px;
}
.table-title-margin-top {
    /*margin-top: 118px;*/
    margin-top: 38px;
}
.table-subtitle-margin-top {
    margin-top: 0px;
}
.table-text-margin-top {
    margin-top: 13px;
}
.table-title {
    /*font-family: "Tsukushi Gothic", sans-serif;*/
    font-family: "Noto Sans JP", sans-serif;
    /*font-optical-sizing: auto;*/
    font-size: 44px;
    text-align: center;
    /*margin-bottom: 10px;*/
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
}
.table-subtitle {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    /*margin-bottom: 10px;*/
    color: rgb(50,50,50);
}
.table-text {
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;*/
    text-align: center;
    font-size: 16px;
    /*margin-bottom: 10px;*/
    color: rgb(50,50,50);
}
.table-text2 {
    font-family: "Noto Sans JP", sans-serif;
    /*font-family: tsukushigothic, "ms gothic", "ヒラギノ角ゴ pro w3", "hiragino kaku gothic pro", osaka, sans-serif;*/
    text-align: center;
    font-size: 16px;
    /*margin-bottom: 10px;*/
    color: rgb(50,50,50);
    width: 55%;
    margin: 0 auto;
    padding: 40px 0px;
    line-height: 1.8em;
}
.item-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    margin-bottom: 20px;
}
.item-title1 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    margin-bottom: 20px;
}
.item-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
}
.item-text-left p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.item-text-left1 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    text-align: left;
    margin-top: 20px;
}

.company-profile {
    margin: 0 auto;
    padding: 100px 0px;
    width: 50%;
}

.company-profile-title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 44px;
    text-align: center;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    padding-bottom: 60px;
}

.company-profile-table {
    margin: 0 auto;
    padding: 20px 0px;
}

.company-profile-table-left{
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    display: inline-block;
    width: 25%;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    vertical-align: top;
}
.company-profile-table-right {
    display: inline-block;
    width: 70%;
    line-height: 1.8em;
}

.gallery2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1590px;
    margin: 0 auto;
    padding-top: 100px;
}

.item2 {
    display: flex; /* アイテムを横並びにする */
    margin-bottom: 80px; 
    width: 550px; /* 各アイテムの幅を調整 */
    text-align: center;
    align-items: flex-start; /* アイテムの上面を揃える */
    margin-left: 10px;
    margin-right: 10px;
}

.item2-img,
.item2-text {
    display: inline-block; /* 内容をインラインブロックとして表示 */
    vertical-align: top; /* 上端を揃える */
}

.item2-img {
    width: 275px; /* 画像コンテナの幅を指定 */
}

.item2-img img {
    width: 100%; /* 画像をコンテナの幅に合わせる */
    height: auto; /* 高さを自動調整 */
    display: block; /* ブロックレベル要素として表示 */
}

.item2-text {
    text-align: left; /* テキストを左揃えに */
    margin-left: 20px; /* 画像とテキストの間隔を調整 */
    max-width: 275px; /* テキスト部分の最大幅を指定 */
}

.item2 p,
.item-title2,
.item-text-left2 p {
    margin: 0; /* マージンをリセット */
    padding: 0; /* パディングをリセット */
}
.item2 img {
transition: opacity 0.5s; /* 0.5秒で不透明度が変わるように設定 */
    opacity: 1; /* 通常時は不透明度100% */
}

.item2 img:hover {
    opacity: 0.5; /* マウスオーバー時の不透明度を50%に設定 */
}

.item-title2 {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    margin-bottom: 20px; /* タイトルの下のマージンを調整 */
}

.item-text-left2 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-top: 100px; /* 段落の上のマージンを調整 */
}

.gallery3 {
    text-align: center;
    max-width: 1590px;
    margin: 0 auto;
}

.item3 {
    display: inline-block; 
    margin-bottom: 80px; 
    /*width: 275px;*/
    text-align: center;
    /*vertical-align: top; 
    padding: 48px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.gallery3-title {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    color: rgb(50,50,50);
    margin-top: 100px;
    margin-bottom: 60px;
}

.gallery4 {
    text-align: center;
    max-width: 1590px;
    margin: 0 auto;
}

.item4 {
    display: inline-block; 
    margin-bottom: 80px; 
    /*width: 275px;*/
    text-align: center;
    /*vertical-align: top; 
    padding: 48px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.item4-img,
.item4-text {
    display: inline-block; /* 内容をインラインブロックとして表示 */
    vertical-align: top; /* 上端を揃える */
}

.item4-img {
    width: 275px; /* 画像コンテナの幅を指定 */
    margin-left: 40px;
}

.item4-img img {
    width: 100%; /* 画像をコンテナの幅に合わせる */
    height: auto; /* 高さを自動調整 */
    display: block; /* ブロックレベル要素として表示 */
}

.item4-text {
    text-align: left; /* テキストを左揃えに */
    margin-right: 40px; /* 画像とテキストの間隔を調整 */
    max-width: 275px; /* テキスト部分の最大幅を指定 */
}


.gallery5 {
    text-align: center;
    max-width: 1590px;
    margin: 0 auto;
}
.gallery5-title {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 34px;
    /*color: rgb(202, 87, 57);*/
    color: rgb(19, 42, 74);
    margin-top: 100px;
    margin-bottom: 60px;
    /*font-weight: 200; */
}
.gallery5-sub-title {
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    font-size: 18px;
    color: rgb(50,50,50);
    margin-bottom: 60px;
}
.item5 {
    display: inline-block; 
    margin-bottom: 80px; 
    /*width: 275px;*/
    text-align: center;
    /*vertical-align: top; 
    padding: 48px;*/
    margin-left: 10px;
    margin-right: 10px;
}
.item5-img,
.item5-text {
    display: inline-block; /* 内容をインラインブロックとして表示 */
    vertical-align: top; /* 上端を揃える */
}
.item5-text {
    text-align: center; /* テキストを左揃えに */
    margin-right: 40px; /* 画像とテキストの間隔を調整 */
    max-width: 575px; /* テキスト部分の最大幅を指定 */
}
.item-text-center5 p {
    margin: 0; /* マージンをリセット */
    padding: 0; /* パディングをリセット */
}
.item-text-center5 p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    margin-top: 20px; /* 段落の上のマージンを調整 */
    line-height: 1.8em;
}

.cp_iptxt {
			position: relative;
			width: 60%;
			margin: 20px auto;
		}
		.cp_iptxt input[type=text],input[type=email],input[type=tel] {
			font: 15px/24px sans-serif;
			box-sizing: border-box;
			width: 100%;
			margin: 8px 0;
			padding: 0.3em;
			transition: 0.3s;
			border: 1px solid #CCC;
			border-radius: 4px;
			outline: none;
		}
		.cp_iptxt input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus {
			/*border-color: #da3c41;*/
			outline: 1px #da3c41 solid;
		}
		.cp_iptxt textarea:focus {
			outline: 1px #da3c41 solid;
		}
		.cp_iptxt input[type=text],input[type=email],input[type=tel] {
			padding-left: 10px;
		}
		.cp_iptxt textarea {
			font: 15px/24px sans-serif;
			box-sizing: border-box;
			width: 100%;
			margin: 8px 0;
			padding: 0.3em;
			transition: 0.3s;
			border: 1px solid #CCC;
			border-radius: 4px;
			outline: none;
		}
		.cp_iptxt input[type=submit] {
			/*width: 230px;*/
			width: 100%;
		  padding:15px;
		  color:#ffffff;
		  font-size: 15px;
		  line-height: 120%;
		  text-align: center;
		  text-decoration: none;
		  /*background: #082d1c;*/
			background: #000000;
		  border: 2px solid #082d1c;
		  -webkit-box-shadow:0px 0px 0px 1px #ffffff inset;
		  -moz-box-shadow:0px 0px 0px 1px #ffffff inset;
		  box-shadow:0px 0px 0px 1px #ffffff inset;
		  display: block;
		  position:relative;
		  -webkit-transition: 0.3s ease-out;
		  -moz-transition: 0.3s ease-out;
		  -o-transition: 0.3s ease-out;
		  transition: 0.3s ease-out;
		}
		.cp_iptxt input[type=submit]:hover{
		  /*color:#082d1c;
		  background: #CCC;*/
		  color:#000;
		  background: #CCC;
		}

        .telephone {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #FFF;            
        }
        .telephone i {
            /*font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-style: normal;*/
            font-size: 28px;
            color: #FFF;
        }
        .phone-number {
            text-decoration: none;
            color: #FFF;
            font-size: 28px;
            font-weight: bold;
        }
        .contact-text {
            color: #FFF;
            font-size: 14px;
            opacity: 0.5;
        }
        .phone-row {
            display: flex;
            align-items: center;
            gap: 10px;
        }

@media (max-width: 1700px) {
    .telephone {
        /*flex-direction: column;*/
        align-items: center; /* 左寄せにしたい場合。flex-start中央にしたいなら center に変更 */
        flex-direction: column;
        gap: 0px;
    }
    .telephone i {
        font-size: 24px;
    }
    .contact-text {
        /*order: -1;*/
        margin-bottom: 0px;
    }

    /*.telephone i,
    .telephone .phone-number {
        order: 0;
    }*/
}

/* ブレークポイント1000px以下で適用されるスタイル */
@media (max-width: 1500px) {
    footer {
        padding-left: 10%;
    }

    /*.dropdown:hover .submenu {
        display: none;*/ /* Hoverによる表示を無効化 */
    /*}*/

    /*.dropdown {
        display: block;
    }*/
    
    header {
        /*position: static;*/
        flex-direction: column;
        align-items: center;
        padding: 0px;
        background-color: #FFF;
        position: relative;
        z-index: 4;
    }
    
    .dropdown > a {
        display: block;
         position: static; /* ← ここを追加して固定を解除 */
    }
    
    .submenu {
        display: block;
        /*display: none;*/
        position: static; /* サブメニューを絶対配置から通常の配置に */
        background-color: inherit; /* 親メニューの背景色に合わせる */
        padding: 0; /* パディングをリセット */
        width: 100%; /* サブメニューを親の幅に合わせる */
    }

    .submenu li {
        display: none;
        padding: 10px 0; /* サブメニューの項目に適切なスペースを確保 */
    }
    
    .nav-menu {
        flex-direction: column;
        align-items: center;
        margin-right: 0px;
        background-color: #142a4a;
    }
    
    .search-box {
        /*flex-direction: column;
        align-items: center;*/
        padding-right: 0px;
        padding-left: 0px;     
        width: 95%;
        margin: 0 auto;
    }
    
    .nav-menu ul {
        /*display: none;*/
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /*width: 200px;*/
        width: 100%;
        /*position: fixed; */
        position: absolute;
        /*top: 94px;*/
        top: 0px;
        left: 0;
        /*background-color: #ca5739;*/
        /*background-color: #2057b5;*/
        background-color: #142a4a;
    }

    /*.nav-menu ul.show {
        display: flex; */
        /* 表示される際にflexに変更 */
    /*}*/

    .nav-menu li:first-of-type {
      /*border-top: 1px solid #142a4a;*/
      padding: 0;
      text-align: center;
      box-sizing: border-box;
    }
    
    .nav-menu li:nth-of-type(2) {
        padding-top: 5px;
        padding-bottom: 5px;
        box-sizing: border-box;
    }
    
    .nav-menu li:nth-of-type(3) {
        box-sizing: border-box;
    }
    
    .nav-menu li {
        padding: 10px;
        margin-right: 0px;
        text-align: left;
        border-top: 1px solid #FFF;
        
        width: 100%;
        box-sizing: border-box;
    }
    
    li:last-of-type {
      border-bottom: 1px solid #FFF;
    }
    
    .logo-container {
        /*margin-left: 10%;*/
        margin: 0 auto;
        padding: 20px 0px 10px;
        
        background-color: #FFF;
    }
    
    /*.hamburger-menu-icon {
        display: block; 
        right: 10%;
    }*/
    
    .top-gallery1-title {
        margin-top: 30px;
    }
    
    .top-text1 {
        margin-bottom: 40px;
    }
    
    .gallery {
        width: 100%;
    }

    .gallery .item {
        width: 45%;
        margin: 20px 7px;
        padding: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .gallery .item img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* 画像を切り取って均等に表示 */
    }

    .gallery .item p {
        padding: 5px;
        font-size: 14px;
    }
    
    .gallery1 {
        width: 100%;
        /*padding: 20px;*/
        /*display: grid;
      gap: 16px;
      grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));*/
    }
    
    .gallery1 .item {
        width: 45%;
        margin: 5px;
        padding: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        /*border-radius: 4px;*/
    }

    .gallery1 .item img {
        width: 100%;
        height: 100%;
        /*max-width: 100%;
          height: auto;*/
    }
    
    .gallery1 .item-text {
        padding: 5px;
        font-size: 14px;
    }
    
    .gallery2 {
        width: 100%;
        padding-top: 10px;
    }
    
    /*.gallery2:last-child {
        margin-bottom: 30px;
    }*/

    .gallery2 .item2 {
            display: block;
            width: 45%;
            margin: 5px;
            padding: 0px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }

    .gallery2 .item2-img {
        width: 100%; 
    }

    .gallery2 .item2-img img {
            width: 100%;
            height: 100%;
    }

    .gallery2 .item2-text {
        padding: 0px;
        font-size: 14px;
        margin-left: 0px;
        max-width: 100%;
        display: block;
    }

    .fas_link_before{
        /*text-decoration: none;
        color: #3446b2;*/
    }
    .fas_link_before:before{
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free"; 
        font-weight: 900;
        content: '\f138';
        margin-left: 0px;
        margin-right: 5px;
        color: #3446b2;
    }
    
    .fas_link_after:after{
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Free"; 
        font-weight: 700;
        
        content: '\f101';
        margin-left: 10px;
        color: #3446b2;
    }
    
    .top-large-image {
        height: 250px;
        margin: 40px 0px 20px;
    }
    
    .top-sub-title2 {
        font-size: 16px;
        padding: 0 20px; /* 左右に20pxの余白を追加 */
        box-sizing: border-box; /* paddingが幅に含まれるように */
    }
    
    .top-gallery2-inner {
        margin: 20px 0px 0px;
        background-color: #e8e8e8;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        display: flex; /* 横並びにする */
        /*flex-wrap: nowrap;*/ /* 折り返さないようにする */
        align-items: center; /* 縦方向中央揃え */
        justify-content: space-between; /* 必要に応じて調整 */
        
        padding: 20px;
        gap: 20px; /* テキストと画像の間にスペース */
        flex-wrap: wrap; /* スマホで詰まりすぎないように折り返し対応 */
    }
    
    .item-text-left2 p {
        margin: 10px 0px;
    }
    
    .top-gallery2-text {
        /*margin-right: 0px;*/
        /*flex: 1;
        margin-right: 10px;*/ /* 適度な余白 */
        flex: 1 1 300px; /* 最低幅を持たせてスマホでも折り返し調整可 */
    text-align: left;
    }
    
    .responsive-br {
        display: none;
      }
    
    .top-gallery2-img {
        /*width: 90%;*/
        /*margin-left: 0px;*/
        
        /*flex: 1;
        text-align: center;*/
        flex: 1 1 300px;
        text-align: center;
    }
    
    .top-gallery2-img img {
        max-width: 100%;
        height: auto;
    }
    
    .item-title1 {
        font-size: 14px;
        color: #FFF;
        margin-bottom: 0px;
        background-color: #142a4a;
        height: 40px;
        /*vertical-align: middle;*/
        display: flex;
        align-items: center; /* 上下中央に配置 */
        justify-content: center; /* テキストを中央揃え（必要に応じて） */
        padding: 5px 5px 8px; /* ← ここで上に寄せる */
        box-sizing: border-box;
    }
    
    .item-title2 {
        font-size: 16px;
        margin-bottom: 0px;
        text-align: center;
    }
    
    .item-title {
        font-size: 14px;
        color: #FFF;
        background-color: #142a4a;
        padding: 5px 5px 8px;
        margin-bottom: 0px;
        height: 60px;
        /*display: block;*/
        width: 100%;
        box-sizing: border-box;
        display: flex;
        align-items: center; /* 上下中央に配置 */
        justify-content: center; /* テキストを中央揃え */
        /*padding-bottom: 8px;*/ /* ← ここで上に寄せる */
    }
    
    .about-us-section {
        margin-top: 30px;
    }
    
    
    .item {
        margin-bottom: 0px;
    }
    
    .item img {
        margin: 0 auto; /* 画像を中央寄せ */
        display: block;
    }

    .item p {
        text-align: center; /* テキストを中央寄せ */
    }
    .item-text-left {
        width: 100%;
    }
    .item-text-left p {
        text-align: left;
        font-size: 14px;
        background-color: #e8e8e8;
        padding: 5px;
        height: 200px;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .item-text-left1 {
        background-color: #e8e8e8;
        height: 220px;
    }
    .item-text-left1 p {
        font-size: 14px;
        text-align: left;
        margin-top: 0px;
    }
    
    .item3 { 
        margin-bottom: 20px; 
    }
    
    .item4-img {
        margin-left: 0px;
    }

    .item4-text {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    .table-text2 {
        width: 90%;
        padding: 20px 0px;
    }
    .company-profile {
        width: 90%;
    }
    
    .cp_iptxt {
			width: 90%;
    }
    
    .detail_semicondoctor01-margin-bottom {
        max-width: 90%;
    }
    
    .detail_semicondoctor02-table {
        width: 90%;
    }
    .detail_semicondoctor01-table-container {
        max-width: 90%;
    }
    
    .detail_semicondoctor02-left,
    .detail_semicondoctor02-right {
        display: block;
        width: 100%;
        text-align: center;
    }

    .detail_semicondoctor02-right img {
        width: 100%;
        max-width: none;
        margin: 20px auto;
    }
    
    .detail_semicondoctor02-table {
        width: 90%;
    }

    .detail_semicondoctor02-left02,
    .detail_semicondoctor02-right02 {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .detail_semicondoctor02-left02 img,
    .detail_semicondoctor02-right02 img {
        max-width: 500px;
        width: 100%;
        margin: 20px auto; /* 画像を中央に配置 */
    }
    
    .detail_semicondoctor02-table03 {
        width: 90%;
        padding-top: 0px;
    }
    
    .contact-text {
        display: none;
    }
}

/* ブレークポイント700px以下で適用されるスタイル */
@media (max-width: 700px) {
    /*.top-gallery2-img {
        width: 90%;
        margin-left: 0px;
        margin-bottom: 20px;
    }*/
    .table-title {
        font-size: 34px;
    }
    .top-image-table {
        padding-top: 0px;
        padding-bottom: 20px;
        /*background-color: #f3f3f3;*/
    }
    
    .top-gallery2-inner {
        padding: 15px;
        gap: 10px;
    }

    .top-gallery2-text, .top-gallery2-img {
        flex: 1 1 100%;
    }

    .top-gallery2-text {
        order: 1;
    }

    .top-gallery2-img {
        order: 2;
    }
    
    .phone-number {
        pointer-events: auto;
    }
}