@charset "UTF-8";
@media screen and (max-width: 1024px) {
  /*PC表示*/
  .P {
    display: none !important;
  }
  /*スマホ表示*/
  .SP {
    display: block !important;
  }
  .container {
    max-width: 1500px;
    margin: 70px auto 70px;
  }
  .container-min {
    max-width: 1500px;
    margin: 50px auto;
  }
  p {
    font-size: .8rem;
  }
  /*各テキスト設定*/
  h1 {
    font-size: 2.3rem;
    color: #fff;
    line-height: 1.4;
  }
  h2 {
    font-size: 2.5rem;
  }
  h3 {
    font-size: 1.3rem;
  }
  a {
    font-size: 1rem;
  }
  .flex {
    display: flex;
    flex-direction: column;
  }
  .top-container {
    height: 100vh;
  }
  .background-video {
    object-fit: cover; /* 動画を画面全体に広げる */
    object-position: center; /* 動画の位置を中央に設定 */
  }
  .text-box p {
    color: #fff;
    font-weight: 400;
    padding-top: 20px;
    font-size: 1.5vmax;
    letter-spacing: 1px;
  }
  .toptext-box {
    padding: 100px 20px 20px;
    display: flex;
    flex-direction: column;
  }
  .toptext-box h1 {
    font-size: 7.5vmax;
    line-height: 1.0;
  }
  .slider img {
    width: 350px; /* 画像の幅を350pxに変更 */
    height: 400px; /* 画像の高さを400pxに変更 */
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease; /* 画像のズーム効果 */
    border: 1px solid #ADADAD;
  }
  .overlay {
    height: 375px;
  }
  .overlay-text {
    font-size: 2rem;
    font-weight: bold;
    padding-top: 20px;
  }
  .overlay-text02 {
    width: 90%;
    padding-bottom: 30px;
  }
  .heading-container {
    margin-left: 0px;
  }
  .copy-box {
    height: 300px;
    margin: 30px 0;
  }
  .back-blue .info-data p {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    font-size: 1.5rem;
  }
  /*共通ヘッダー見出し*/
  .header-title {
    margin: 0px 0% 0px;
    padding: 100px 4% 2%;
  }
  /*サービス画像ならび*/
  .custom-img-wrapper {
    position: relative;
    width: 100%; /* 画像サイズ指定 */
    height: 300px;
    overflow: hidden;
  }
  .custom-flex {
    display: flex;
    flex-direction: column;
    margin: 50px 0;
    padding: 0 0%;
  }
  /*お知らせページ最新版*/
  .news-container {
    max-width: 1280px;
    margin: 50px auto;
    padding: 0 0%;
  }
  .news-top-title {
    font-size: 1.8rem;
    border-bottom: 3px solid #333;
  }
  .news--box {
    width: 100%;
  }
  .news-box-text {
    height: auto;
    padding: 20px 0 10px;
  }
  .date {
    font-size: .8rem;
  }
  .news-flex-box {
    width: 100%;
    margin-top: 30px;
  }
  .news {
    align-items: flex-start;
    gap: 40px;
  }
  .border {
    border: 1px solid #000;
    padding: 5px 10px;
    font-size: .8rem;
    margin-right: 10px;
  }
  .news--box-02 {
    width: 100%;
    flex-direction: column;
    margin-top: 10px;
    padding-bottom: 30px;
    border-bottom: 1px solid #333;
  }
  .blog-box-image-01, .blog-box-image-02, .blog-box-image-03 {
    width: 100%;
    height: 200px;
  }
  .blog-box-text {
    width: 100%;
    margin-bottom: 20px;
  }
  .blog-box-text h3 {
    font-size: 1.1rem;
  }

  /*お知らせ、ブログ*/
  .news-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  .news-title-box {
    padding: 0px 0 20px;
    width: 80%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }
  .news-a-box {
    width: 20%;
  }
  .news-background {
    width: 100%;
    height: 200px;
    margin-top: 30px;
  }
  .news-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .link-title {
    font-size: 1rem;
    font-weight: normal;
  }
  .naname-ya {
    font-size: 1.5rem;
  }
  .tab-1 > label {
    font-size: 1rem;
  }
  .news-box-sp {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  /*アクセス*/
  .access_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 50px 0;
    padding: 0 0%;
  }
  .box-01 {
    width: 100%;
    font-size: 2rem;
    font-weight: 600;
  }
  .box-02 {
    width: 100%;
  }
  .text-yoko {
    width: 90%;
    font-size: 1.3rem;
    font-weight: 500;
  }
  .text-yoko span {
    font-size: 1rem;
    padding-top: 10px;
    margin-left: 0px;
    margin-right: 5px;
  }
  .box-02 table .font-big {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.3;
  }
  .box-02 table .font-middle {
    font-size: 1rem;
    line-height: 1.3;
    margin-bottom: 20px;
    padding-top: 10px;
  }
  .font-middle a {
    font-size: 1.3rem;
  }
  .box-02 table th {
    margin-top: 10px;
  }
  .box-02 table td {
    display: block;
    width: 100%;
    padding: 5px 0;
    line-height: 1.3;
    padding-left: 10px;
  }
  .box-02 table th img {
    width: 30px;
  }
  .office {
    font-size: 1.5rem;
    width: 100%;
  }
  .accordion-006 summary {
    flex-direction: column;
    gap: 20px;
    padding: 10% 4%;
  }
  .accordion-006 p {
    padding: 4%;
  }
  .accordion-006 summary .flex-icon {
    width: 100%;
  }
  .flex-icon {
    display: flex;
    align-items: flex-start;
    padding-left: 0px;
  }
  .flex-icon .icon-box {
    width: 10%;
  }
  .icon-box img {
    width: 40px;
  }
  .map-container {
    width: 100%;
  }
  .flex-icon02 {
    margin-left: 0px;
    padding: 4%;
  }
  .heading-28::before {
    display: block;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: .02em;
    content: attr(data-label);
  }
  /*フッタ*/
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 4%;
    gap: 30px;
  }
  .footer ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer ul li {
    margin-bottom: 0px;
    gap: 10px;
    display: flex;
    align-items: center;
  }
  .pri-link {
    flex-direction: column;
    gap: 0px;
    align-items: center;
    padding-bottom: 20px;
    letter-spacing: 2px;
    flex-wrap: wrap;
  }
  .pri-link li a {
    font-size: .8rem;
  }
  .s310-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .s310_box img {
    width: 100%;
    margin: 0px 0 20px;
  }
  /*数字カウントダウン*/
  .back-blue .info-data p {
    margin: 10px 0;
    width: 250px;
    height: 250px;
  }
  .back-blue .info-data p span {
    font-size: 3rem;
  }
  /*ホーム　サービス*/
  .custom-img-text .inside-box {
    flex-direction: column;
  }
  .inside-text {
    width: 90%;
    font-size: 0.8rem;
  }
  /*会社概要*/
  .about--tablebox {
    width: 100%;
    margin-top: 30px;
  }
  .about--tablebox table {
    font-size: 1.1rem;
  }
  .about--tablebox table td {
    border: none;
    padding: 0px;
    display: block;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .about--tablebox table th {
    display: flex;
    gap: 10px;
    font-weight: 600;
    padding-left: 10px;
    align-items: center;
    white-space: nowrap;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .ceo--box {
    max-width: 1500px;
    height: 300px;
    background: url("../images/ceo-sample.png");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 250px 4% 4% 0px;
  }
  .ceo--minitext {
    display: block;
    margin-top: 20px;
    font-size: 1rem;
  }
  .ceo-message {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 4%;
  }
  .ceo-message img {
    width: 180px;
  }
  .about--cerbox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
  }
  .cer--inbox {
    width: 100%;
  }
  .cer-image--01 {
    width: 100%;
    height: 150px;
  }
  .cer-text-main {
    font-weight: 600;
    font-size: 1.1rem;
  }
  /*持続的な成長*/
  .about--number {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }
  .counter {
    background: rgba(13, 110, 184, 1.00);
    width: 200px;
    height: 200px;
    font-size: 1.3rem;
  }
  .counter span {
    font-size: 3.5rem;
    line-height: 1.1;
  }
  /*スリーテンの特長ページ*/
  .feature-top {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    height: 50vh;
  }
  .feature-top h2 {
    padding-bottom: 20px;
    color: #fff;
  }
  .feature-top h2 span {
    display: block;
    font-size: 1.1rem;
    line-height: 0;
  }
  .feature--text-box {
    color: #0D6EB8;
    text-align: left;
    margin: 100px 0 100px;
  }
  .feature--text-box h2 {
    font-size: 2rem;
  }
  .feature--text-box p {
    color: #0D6EB8;
    font-size: 1.1rem;
    margin-top: 30px;
  }
  .feature-box {
    margin: 50px auto;
    flex-direction: column;
    gap: 50px;
    padding-bottom: 50px;
  }
  .feature-box-02 {
    margin: 50px auto;
    flex-direction: column-reverse;
    gap: 50px;
    padding-bottom: 50px;
  }
  .feature-text {
    width: 100%;
    padding-bottom: 0;
  }
  .group-image img {
    width: 100%;
  }
  .feature--text-box h2 {
    font-size: 2rem;
  }
  .feature-text h3.english-font-02 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  .feature-text .jpn-title {
    font-size: 2rem;
  }
  .feature-text p {
    margin: 10px 0;
  }
  .active-img, .boost-img, .challenge-img, .design-img {
    width: 100%;
    height: 300px;
  }
  /*ニュース*/
  .tab-1 > label {
    font-size: 1.1rem;
    padding: 0px 5px;
  }
  .tab-1 > div {
    padding-bottom: 50px;
  }
  .space-box {
    margin: 0px 0 50px;
  }
  .article-box-text {
    margin-top: 10px;
  }
  .article-box-text table {
    max-width: 800px;
    font-size: 1.1rem;
  }
  .article-box-text table td {
    border: none;
    display: block;
    margin-bottom: 3px;
    padding: 10px 20px 20px 30px;
  }
  .article-box-text table th {
    border: none;
    padding: 20px 5px 0;
    display: block;
  }
  .article {
    margin-top: 100px;
  }
  .con-mini {
    max-width: 1080px;
    margin: 50px auto 100px;
  }
  .article-top-text {
    font-size: 1.3rem;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .border-minibox {
    display: block;
    width: 50px;
    text-align: center;
  }
  .news-link-box a {
    font-size: .8rem;
  }
  .news-link-box div {
    padding: 5px 5px;
  }
  .article-image img {
    max-width: 100%;
  }
  .article-minititle01 {
    font-size: 1.3rem;
  }
	.border-minibox,.article-big-text {
	font-size: 1.3rem;
	}
	
  .newnews {
    padding: 0px 10px;
    display: block;
    width: 30px;
    font-size: .8rem;
    margin-right: 10px;
    margin-top: 10px
  }
  .s_name {
    font-size: 1.1rem;
  }
  /*タイムライン*/
  .cp_timeline04:before {
    left: 15px;
  }
  .cp_timeline04 .timeline_item .time_date .time:before {
    left: -32px;
  }
  .cp_timeline04 .timeline_item {
    margin: 0px 0px 0px 40px;
  }
  .cp_timeline04 .timeline_item .desc {
    padding-left: 0px;
    border-left: none;
  }
  .history--image {
    height: 150px;
    margin: 0px 0 0;
  }
  input[type="submit"], input[type="button"] {
    padding: 15px 20px; /* 10px */
    font-size: 1rem;
    width: 100%;
    margin: 0;
  }
  input[type="reset"] {
    padding: 10px 20px; /* 10px */
  }
  #contact input[type="text"], .selectform {
    width: 80%; /* 横幅 */
    height: auto; /* 高さ */
    font-size: 1em; /* 文字サイズ */
    margin: 20px 10px; /* 行の高さ */
  }
  #contact textarea {
    width: 90%; /* 横幅 */
    height: 100px; /* 高さ */
    font-size: 1.2em; /* 文字サイズ */
  }
  #contact .required {
    padding: 3px 10px;
    font-size: .8rem;
  }
  #contact .policy {
    font-size: .8rem;
  }
	
  .container-policy h3 {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
  .top-image-container-01 h2 span {
    font-size: 1rem;
    margin-top: 10px
  }
  .con_pri {
    width: 95%;
  }
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
  .con_pri .box_pri {
    padding: 4%;
  }
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0 20px;
  }
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
  .con_pri .box_pri .box_num {
    margin-top: 30px;
  }
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
  .con_pri .box_pri .box_tori h4 {
    font-size: 18px;
  }
  .con_pri .box_pri .box_num h4 {
    font-size: 16px;
  }
  .max-title-01 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 1.2;
  }
  .mini-title-01, .mini-title-span {
    font-size: 1.1rem;
  }
  .mini-title-span {
    margin-top: 10px;
  }
  /*各サービスについて*/
  .container-service {
    max-width: 1280px;
    margin: 100px auto 50px;
    padding: 0%;
  }
  a.moreview, a.moreview-02 {
    font-size: 1.5rem;
  }
  .sitemap-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 35px;
  }
  .sitemap-list-01 a {
    font-size: 1.3rem;
  }
  .sitemap-list-01 {
    width: 100%;
  }
  .sitemap-list-02 {
    width: 100%;
  }
  .center-title {
    font-size: 2.5rem;
  }
  .center-title span {
    font-size: 1rem;
  }
  .white-back-box {
    margin-top: 50px;
  }
  /*会社紹介ビデオ*/
  .container-video iframe {
    width: 100%;
    height: 315px;
  }
  /*Boost*/
  .all-box-01 {
    flex-direction: column;
  }
  .all-box-01 .box-service {
    width: 100%;
    padding: 0px;
  }
  .all-box-01 .box-service ul li {
    padding-top: 20px;
    font-size: 1.1rem;
    padding-left: 10px;
  }
  .mini-box-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
  }
  .mini-box-02 .inbox {
    width: 40%;
    flex-direction: column;
    height: 180px;
    align-items: center;
    gap: 10px;
    justify-content: center;
    padding: 0px 10px;
  }
  .inbox-text {
    width: 90%;
    font-size: 1rem;
    padding: 0px;
    text-align: center;
  }
  .inbox-img {
    width: 80px;
    height: 80px;
  }
  /*実績紹介-追加版*/
  .box {
    width: 100%;
  }
  #viewMoreBtn {
    font-size: 1.1rem;
  }
  /*実績紹介-追加版ここまで*/
  /*会社概要変更後*/
  .about-top-image {
    height: 250px;
  }
  .english-font-bold span {
    font-size: 1.1rem;
    margin-top: 10px;
  }
  .padding {
    padding: 80px 0;
  }
  .message, .vision, .feature {
    width: auto;
    height: 200px;
    padding: 4% 2% 10%;
    font-size: 2.5rem;
  }
  .image-box-01, .image-box-02 {
    width: auto;
    height: 200px;
    font-size: 2.2rem;
    padding: 4% 2% 10%;
  }
  .hero {
    height: 250px;
  }
  /*会社概要変更後ここまで*/
  .news-box-image-01, .news-box-image-02, .news-box-image-03, .news-box-image-04, .news-box-image-05, .news-box-image-06, .news-box-image-07, .news-box-image-08 {
    height: 200px;
    background-position: center top;
  }
  .about-box {
    width: 95%;
    padding: 10% 4%;
  }
  .about--container-02 {
    flex-direction: column;
    padding: 50px 4%;
    justify-content: center;
  }
  .about--container-02 .navi {
    width: 100%;
  }
  .about--container-02 .rightbox {
    width: 100%;
  }
  .heading-41 {
    width: auto;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .vision--text, .vision--image {
    height: 300px;
  }
.about-box-left,.about-box-right {
  width: 100%;
  padding: 10% 0;
  margin: 30px 0 0;
}
	.about-box-right{
		 margin: 0px 0 0;
	}

.about-box-left img {
  width: 500px;
}
.about-box-right .link-circle {
  width: 40px;
  height: 40px;
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}
.about-box-right a.icon-link {
  width: 100%;
	padding: 30px 0;
}
.about-box-right img {
  width: 40px;
}
	/*個人情報保護、セキュリティ*/
	.article-minititle-policy {
  font-size: 1.1rem;
}
	.box-inner {
	height: auto;
}
	
	
/* =========================
   FVニュース
========================= */

  .st-news__list {
    grid-template-columns: repeat(2, 1fr);
  }

  .st-news {
    padding: 60px 16px;
  }

  .st-news__list {
    grid-template-columns: 1fr;
  }

  .st-news__title {
    font-size: 2.5rem;
  }
	.pickup-box{
	width: 100%;
	height:200px;
}

	.original-button{
		  font-size: 1.1rem;
	}
	.cta-container h2 {
  font-size: 2.3rem;
}
	.cta-container h2 span{
		line-height: 1.7;
		padding-top: 20px;
	}
}
