@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);
@import url("https://fonts.googleapis.com/css2?family=Hina+Mincho&family=Noto+Serif+JP:wght@200..900&display=swap");
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
}
q:before,
q:after {
  content: "";
}
object,
embed {
  vertical-align: top;
}
legend {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}
img,
abbr,
acronym,
fieldset {
  border: 0;
}

body {
  font: 14px/1.9 "Noto Sans JP", Arial, Verdana, 游ゴシック, YuGothic,
    "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo,
    sans-serif;
  font-weight: 300;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  color: #000;
  background: white;
  word-break: keep-all;
  overflow-wrap: break-word;
}

a {
  color: #0066ff;
  text-decoration: none;
}

a:hover,
.active {
  text-decoration: underline;
}

a:active,
a:focus,
input:active,
input:focus {
  outline: 0;
}

/* ヘッダー
------------------------------------------------------------*/
#header {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  z-index: 90;
}

#header img {
  position: absolute;
  left: 50%;
  width: 1280px;
  height: 568px;
  margin-left: -640px;
}

#slogan {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

#slogan h1 {
  font-size: 40px;
  font-family: "Pacifico", cursive;
  margin-bottom: 20px;
  font-weight: normal;
}

#slogan h2 {
  font-size: 20px;
  font-weight: normal;
}

/* 追跡番号ボタン
------------------------------------------------------------*/

.tnwrapper {
  position: fixed;
  bottom: 80px;
  right: 100px;
  width: 120px; /* 幅を可変に設定 */
  --base-font-size: 4.1%; /* 基準フォントサイズを設定 */
  font-size: var(--base-font-size);
  z-index: 100;
}

.tnwrapper * {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.tnwrapper .btn,
.tnwrapper a.btn,
.tnwrapper button.btn {
  font-size: 1.6em; /* 基準フォントサイズに対する相対値 */
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem; /* パディングを相対値に変更 */
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem; /* ボタンの丸みを相対値に調整 */
}

.tnwrapper a.btn-c {
  font-size: 2.2em; /* 基準フォントサイズに対する相対値 */
  position: relative;
  padding: 2.8rem 1.4rem 2.8rem 4rem; /* パディングを相対値に変更 */
  color: #fff;
  background: #32b16c;
  -webkit-box-shadow: 0 0.5rem 0 #2c9d60;
  box-shadow: 0 0.5rem 0 #2c9d60;
  width: 100%; /* 親要素の幅に合わせる */
}

.tnwrapper a.btn-c span {
  font-size: 0.8em; /* 基準フォントサイズに対する相対値 */
  display: inline-block;
  width: 100%;
  margin-bottom: 0.5em;
  padding: 0.2rem 0.3rem; /* パディングを相対値に変更 */
  color: #32b16c;
  border-radius: 0.4rem;
  background: #fff;
}

.tnwrapper a.btn-c:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.8em; /* 基準フォントサイズに対する相対値 */
  line-height: 1;
  position: absolute;
  top: 50%; /* 中央揃え */
  left: 1.3rem; /* 左からの位置を相対値に変更 */
  transform: translateY(-50%); /* 縦方向の中央揃え */
  margin: 0;
  padding: 0;
  content: "\f30b";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.tnwrapper a.btn-c:hover {
  -webkit-transform: translate(0, 0.3rem);
  transform: translate(0, 0.3rem);
  color: #fff;
  background: #38c578;
  -webkit-box-shadow: 0 0.2rem 0 #2c9d60;
  box-shadow: 0 0.2rem 0 #2c9d60;
}

.tnwrapper a.btn-c:hover:before {
  left: 1.5rem; /* 左からの位置を相対値に変更 */
}

/* レスポンシブ対応--------------------*/
/* 大きい画面（デスクトップ向け） */
@media (min-width: 1200px) {
  .tnwrapper {
    bottom: 80px;
    right: 100px;
    width: 140px; /* 幅を可変に設定 */
    --base-font-size: 7px; /* 基準フォントサイズを設定 */
    font-size: var(--base-font-size);
  }
  .tnwrapper a.btn-c {
    padding: 2.8rem 1.4rem 2.8rem 4rem; /* パディングを相対値に変更 */
  }
}

/* 中くらいの画面（タブレット向け） */
@media (min-width: 600px) and (max-width: 1199px) {
  .tnwrapper {
    bottom: 80px;
    right: 70px;
    width: 130px; /* 幅を可変に設定 */
    --base-font-size: 4.5px; /* 基準フォントサイズを設定 */
    font-size: var(--base-font-size);
  }
  .tnwrapper a.btn-c {
    font-size: 2.8em; /* 基準フォントサイズに対する相対値 */
    padding: 0.8rem 1.4rem 0.8rem 4rem; /* パディングを相対値に変更 */
  }
}

/* 小さい画面（スマートフォン向け） */
@media (max-width: 599px) {
  .tnwrapper {
    bottom: 80px;
    right: 70px;
    width: 110px; /* 幅を可変に設定 */
    --base-font-size: 3.5px; /* 基準フォントサイズを設定 */
    font-size: var(--base-font-size);
  }
  .tnwrapper a.btn-c {
    font-size: 3em; /* 基準フォントサイズに対する相対値 */
    padding: 0.8rem 1.4rem 0.8rem 4rem; /* パディングを相対値に変更 */
  }
}

/* フッター
------------------------------------------------------------*/
#footer {
  clear: both;
  padding: 50px 10px 50px 0;
  text-align: center;
  font-size: 12px;
}

/* 共通
------------------------------------------------------------*/
h1,
h2 {
  font-family: "Noto Serif JP", "Josefin Sans", "Noto Sans JP", serif;
}

body {
  font-family: "Noto Serif JP", sans-serif;
  background-color: #f4f4f9;
}

.sec-title {
  font-size: 50px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  flex: 1;
  position: relative;
  text-align: center;
  margin: 0;
  -webkit-text-fill-color: transparent;
  background-image: url("../gif/131976-751915258_small.gif");
  background-size: cover;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
  z-index: 50;
}
/* 大きい画面（デスクトップ向け） */
@media (min-width: 1200px) {
  .sec-title {
    font-size: 50px;
  }
}

/* 中くらいの画面（タブレット向け） */
@media (min-width: 600px) and (max-width: 1199px) {
  .sec-title {
    font-size: 40px;
  }
}

/* 小さい画面（スマートフォン向け） */
@media (max-width: 599px) {
  .sec-title {
    font-size: 30px;
  }
}

img {
  width: 100%;
  height: auto;
}

section {
  clear: both;
}

section h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.inner {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.col2 li {
  display: inline-block;
  width: 100%;
  margin: 20px 0 20px 0;
}

/* SEC** NEWS
------------------------------------------------------------*/

/**
NEWS TITLE
*/

#sec00 .news-title {
  font-size: 50px;
  font-weight: 700;
  font-family: "Noto Serif JP", sans-serif;
  flex: 1;
  position: relative;
  text-align: center;
  margin: 0;
  -webkit-text-fill-color: transparent;
  background-image: url("../gif/131976-751915258_small.gif");
  background-size: cover;
  -webkit-background-clip: text;
  background-repeat: no-repeat;
}

.newsbody {
  font-family: "Noto Serif JP", sans-serif;
  background-color: #f4f4f9;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.news-container {
  width: 80%;
  max-width: 1200px;
  padding: 20px;
  margin-bottom: 50px;
}

.news-title {
  text-align: center;
  font-size: 2.5em;
  color: #333;
  margin-bottom: 20px;
}

.news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* アイテムを中央に配置 */
  gap: 20px;
}

.news-item {
  background-color: #fefefe;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  max-width: 400px; /* 最大横サイズを設定 */
  width: 100%;
  box-sizing: border-box;
}

.news-item:hover {
  transform: translateY(-10px);
}

.news-item-title {
  font-size: 1.5em;
  color: #ffffff; /* タイトルを白色に変更して見やすくする */
  margin-bottom: 10px;
  padding: 10px;
  background-image: var(--background-image); /* ここに背景画像のURLを挿入 */
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.news-item-date {
  font-size: 0.9em;
  color: #666;
  margin-bottom: 15px;
}

.news-item-description {
  font-size: 1em;
  color: #555;
}

/* SEC01 VISION
------------------------------------------------------------*/

.visioncontainer {
  width: 100%;
  height: auto;
}

.visionbody {
  width: 100%;
  height: 1200px;

  overflow: hidden;
}
.sec-move {
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s ease;
}
.container {
  position: relative;
}

.visioncontainer header {
  text-align: center;
  margin-bottom: 20px;
}

.sentence {
  position: absolute;
  width: 700px;
  top: 0;
  left: 0;
  margin: 0 100px 0 100px;
  z-index: 50;

  font-weight: 400;
  font-size: 1.5em;
  line-height: 1.7;
  color: #555;
}
.sentence .paragraph {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.sentence .paragraph.visible {
  opacity: 1;
  transform: translateY(0);
}

.sec-move.visible {
  transform: translateY(0);
  opacity: 1;
  background-color: white;
}

/* MAP */
/* ------------------------------------- */
.mapbody {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.map-container {
  margin: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media only screen and (min-width: 1500px) {
  .visionbody {
    height: 1400px;
  }
  .mapbody {
    top: -200px;
    left: 0;
    right: 0;
  }
  canvas {
    margin: 0px 0px 0px 0px;
    display: block;
    width: 1700px;
    height: 1700px;
  }
  .sentence {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 10%;
    z-index: 50;

    font-weight: 600;
    font-size: 2em;
    line-height: 1.7;
    color: #555;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .mapbody {
    width: 100%;
    top: -150px;
    left: 0;
  }
  canvas {
    margin: 0px 0px 0px 0px;
    display: block;
    width: 1500px;
    height: 1500px;
  }
  .sentence {
    position: absolute;
    width: 700px;
    top: 0;
    left: 10%;
    margin: 0 50px 0 50px;
    z-index: 50;

    font-weight: 500;
    font-size: 1.8em;
    line-height: 1.7;
    color: #555;
  }
}

/* 大型デバイス */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .mapbody {
    top: 0;
    left: -120px;
  }
  canvas {
    margin: -200px -200px 0 0;
    display: block;
    width: 1400px;
    height: 1400px;
  }
}

/* 中型デバイス */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mapbody {
    top: 0;
    left: -140px;
  }
  canvas {
    margin: -100px -200px 0 0;
    display: block;
    width: 1250px;
    height: 1250px;
  }
}

/* 小型デバイス */
@media only screen and (min-width: 500px) and (max-width: 767px) {
  .visionbody {
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
  .mapbody {
    top: 0px;
    left: 0;
    right: 0;
  }
  canvas {
    display: block;
    min-width: 800px;
    height: 800px;
  }
  .sentence {
    position: absolute;
    width: 700px;
    top: 0;
    left: 0;
    margin: 0 50px 0 50px;
    z-index: 50;

    font-weight: 400;
    font-size: 1.2em;
    line-height: 1.7;
    color: #555;
  }
}

@media (max-width: 499px) {
  .visionbody {
    width: 100%;
    height: 800px;
    overflow: hidden;
  }
  .mapbody {
    top: 80px;
    left: -100px;
  }
  canvas {
    display: block;
    width: 650px;
    height: 650px;
  }
  .sentence {
    position: absolute;
    width: 700px;
    top: 0;
    left: 0;
    margin: 0 50px 0 20px;
    z-index: 50;

    font-weight: 400;
    font-size: 1em;
    line-height: 1.7;
    color: #555;
  }
}

/* SEC10 SERVICE WAREHOUSE
------------------------------------------------------------*/
/* --------共通--------- */
#sec10 {
  position: relative;
  overflow: hidden;
  -webkit-appearance: none;
  width: 100%;
}
.whback {
  width: 100%;
}

.overlay {
  position: fixed; /* 画面全体に適用するために fixed に設定 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0); /* 初期状態で透明 */
  transition: background-color 1s ease;
  z-index: 10;
}

.scrolled .overlay {
  background-color: rgba(43, 43, 43, 1); /* 段々と灰色に */
}

#sec10 .sec-title {
  font-size: 200px;
  transition: font-size 0.3s ease;
}

#sec10.scrolled .sec-title {
  font-size: 50px;
}

.whbody,
.tpbody,
.tsbody {
  position: relative;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}

.scrolled .whbody,
.scrolled .tpbody,
.scrolled .tsbody {
  opacity: 1;
}

.whcontainer {
  padding: 0;
  margin: 0 0;
  position: relative;
}

/* 共通 */
#sec10 .slideshow-container {
  position: absolute;
  width: 60%;
  margin: auto;
  overflow: hidden;
}
/* 共通 */
.whimgs,
.tpimgs,
.tsimgs {
  display: -webkit-box; /* Safari */
  display: -moz-box; /* Firefox */
  display: -ms-flexbox; /* Internet Explorer */
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  transition: transform 1s ease;
}
/* 共通 */
.whimg1,
.tpimg,
.tsimg {
  flex: 1 0 100%;
  object-fit: cover;
}

#sec10 .text-content {
  position: absolute;
  max-width: 30%;
  padding: 40px;
  background-color: rgba(34, 34, 34, 0.9);
  color: #fff;
  text-align: left;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 共通 */
#sec10 .text-content h2 {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
}

/* 共通 */
#sec10 h6 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  color: #d1d1d1;
}

/* 共通 */
#sec10 p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #e0e0e0;
}

#sec10 strong {
  color: #e0e0e0;
  font-weight: bold;
}
/* --------共通ここまで--------- */
/* --------要素１つ目----------- */
.whbody {
  height: 1200px;
}
#sec10 .whbody .slideshow-container {
  top: 100px;
  left: 30px;
}
#sec10 .whbody .text-content {
  top: 300px;
  right: 0px;
}
/* --------------------------- */
/* --------要素2つ目----------- */
.tpbody {
  height: 1200px;
}
#sec10 .tpbody .slideshow-container {
  top: 0px;
  right: 0px;
}
#sec10 .tpbody .text-content {
  top: 200px;
  left: 30px;
}
/* -------------------------- */
/* --------要素3つ目----------- */
.tsbody {
  height: 1400px;
}
#sec10 .tsbody .slideshow-container {
  top: 100px;
  left: 30px;
}
#sec10 .tsbody .text-content {
  top: 300px;
  right: 0px;
}
/* -------------------------- */
/* --------レスポンシブ対応----------- */

/* 大きい画面（デスクトップ向け） */
@media only screen and (min-width: 1200px) {
  #sec10 .sec-title {
    font-size: 200px;
  }
  .tsbody {
    height: 1500px;
  }
}

/* 中くらいの画面（タブレット向け） */
@media only screen and (min-width: 700px) and (max-width: 1199px) {
  #sec10 .sec-title {
    font-size: 160px;
  }
  #sec10 .slideshow-container {
    width: 900px;
  }
  #sec10 .text-content {
    max-width: 400px;
  }
  #sec10 .text-content h2 {
    font-size: 26px;
  }
  #sec10 p {
    font-size: 14px;
  }
  /* --------要素１つ目----------- */
  .whbody {
    height: 1200px;
  }
  #sec10 .whbody .slideshow-container {
    top: 80px;
    left: 30px;
  }
  #sec10 .whbody .text-content {
    top: 400px;
    right: 0px;
  }
  /* --------------------------- */
  /* --------要素2つ目----------- */
  .tpbody {
    height: 1200px;
  }
  #sec10 .tpbody .slideshow-container {
    top: 0px;
    right: 0px;
  }
  #sec10 .tpbody .text-content {
    top: 350px;
    left: 30px;
  }
  /* -------------------------- */
  /* --------要素3つ目----------- */
  .tsbody {
    height: 1400px;
  }
  #sec10 .tsbody .slideshow-container {
    top: 100px;
    left: 30px;
  }
  #sec10 .tsbody .text-content {
    top: 450px;
    right: 0px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 699px) {
  #sec10 .sec-title {
    font-size: 120px;
  }
  #sec10 .slideshow-container {
    width: 900px;
  }
  #sec10 .text-content {
    max-width: 400px;
  }
  #sec10 .text-content h2 {
    font-size: 22px;
  }
  #sec10 p {
    font-size: 12px;
  }

  /* --------要素１つ目----------- */
  .whbody {
    height: 1200px;
  }
  #sec10 .whbody .slideshow-container {
    top: 100px;
    left: 0px;
    max-width: 700px;
  }
  #sec10 .whbody .text-content {
    top: 300px;
    right: 0px;
    max-width: 700px;
  }
  /* --------------------------- */
  /* --------要素2つ目----------- */
  .tpbody {
    height: 1300px;
  }
  #sec10 .tpbody .slideshow-container {
    top: 0px;
    right: 0px;
    max-width: 700px;
  }
  #sec10 .tpbody .text-content {
    top: 300px;
    left: 0px;
    max-width: 700px;
  }
  /* -------------------------- */
  /* --------要素3つ目----------- */
  .tsbody {
    height: 1400px;
  }
  #sec10 .tsbody .slideshow-container {
    top: 100px;
    left: 0px;
    max-width: 700px;
  }
  #sec10 .tsbody .text-content {
    top: 300px;
    right: 0px;
    max-width: 700px;
  }
}

/* 小さい画面（スマートフォン向け） */
@media only screen and (max-width: 599px) {
  #sec10 .sec-title {
    font-size: 80px;
  }
  #sec10 .slideshow-container {
    width: 900px;
  }
  #sec10 .text-content {
    max-width: 400px;
  }
  #sec10 .text-content h2 {
    font-size: 20px;
  }
  #sec10 p {
    font-size: 12px;
  }
  /* --------要素１つ目----------- */
  .whbody {
    min-width: 374px;
    height: 1000px;
  }
  #sec10 .whbody .slideshow-container {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #sec10 .whbody .text-content {
    top: 250px;
    right: 0px;
    width: 80%;
  }
  /* --------------------------- */
  /* --------要素2つ目----------- */
  .tpbody {
    height: 1100px;
  }
  #sec10 .tpbody .slideshow-container {
    top: 0px;
    right: 0px;
    width: 100%;
  }
  #sec10 .tpbody .text-content {
    top: 250px;
    left: 0px;
    width: 80%;
  }
  /* -------------------------- */
  /* --------要素3つ目----------- */
  .tsbody {
    min-width: 374px;
    height: 1100px;
  }
  #sec10 .tsbody .slideshow-container {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  #sec10 .tsbody .text-content {
    top: 250px;
    right: 0px;
    width: 80%;
  }
}

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

/* SEC02 MESSAGE
------------------------------------------------------------*/
#sec02 {
  position: relative;
  margin-top: -200px;
}

#sec02 .basebody {
  overflow: hidden;
}

#sec02 .sec-title {
  z-index: 2;
}

#sec02 .wrap {
  display: flex;
  width: 100%;
  background: #eeeeee;
}

#sec02 .bg {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

#sec02 .txt {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#sec02 .txtwrapper {
  max-width: 600px;
  padding: 20px;
}

#sec02 .txt h2 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 20px;
  border-bottom: 2px solid #333333;
  padding-bottom: 10px;
}

#sec02 .txt p {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  color: #666666;
  margin: 5px 0;
}

#sec02 .slideshow-container {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-width: 100%;
  overflow: hidden;
  display: flex;
}

#sec02 .baseimgs1,
#sec02 .baseimgs2 {
  width: 100%;
  display: flex;
  position: relative;
  transition: opacity 1s ease-in-out;
}

#sec02 .baseimg1,
#sec02 .baseimg2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
}

#sec02 .baseimg1.active,
#sec02 .baseimg2.active {
  opacity: 1;
}

@media only screen and (min-width: 1200px) {
  #sec02 .txt h2 {
    font-size: 26px;
  }

  #sec02 .txt p {
    font-size: 16px;
  }
}

/* 中くらいの画面（タブレット向け） */
@media only screen and (min-width: 800px) and (max-width: 1199px) {
  #sec02 .txt h2 {
    font-size: 26px;
  }

  #sec02 .txt p {
    font-size: 16px;
  }

  #sec02 .wrap {
    flex-direction: column;
  }
  #sec02 .wrap .bg {
    order: 2;
  }

  #sec02 .wrap .txt {
    order: 1;
  }
}

@media only screen and (min-width: 600px) and (max-width: 799px) {
  #sec02 .txt h2 {
    font-size: 22px;
  }

  #sec02 .txt p {
    font-size: 12px;
  }
  #sec02 .wrap {
    flex-direction: column;
  }
  #sec02 .wrap .bg {
    order: 2;
  }

  #sec02 .wrap .txt {
    order: 1;
  }
}

@media (max-width: 599px) {
  #sec02 .txt h2 {
    font-size: 20px;
  }

  #sec02 .txt p {
    font-size: 12px;
  }
  #sec02 .slideshow-container {
    min-height: 200px;
  }
  #sec02 .wrap {
    flex-direction: column;
  }
  #sec02 .wrap .bg {
    order: 2;
  }

  #sec02 .wrap .txt {
    order: 1;
  }
}

/* SEC11 協力会社
------------------------------------------------------------*/
#sec11 {
  margin-top: 50px;
}

#sec11 .bp {
  width: 100%;
  height: auto;
}

.bpcontainer {
  margin: 30px 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.marquee {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee-inner {
  display: flex;
  animation: marquee 40s linear infinite;
}

.marquee-inner img {
  object-fit: contain;
  width: 200px; /* ここで画像の表示サイズを統一 */
  height: auto;
  margin: 0 15px;
}

@keyframes marquee {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* 画面が小さい時のスタイル */
@media (max-width: 768px) {
  .marquee-inner {
    display: flex;
    animation: marquee 30s linear infinite;
  }
  .marquee-inner img {
    width: 100px; /* 小さい画面用の画像サイズ */
    margin: 0 10px;
  }
}

/* SEC03 SERVICE MESSAGE STORY
------------------------------------------------------------*/
.col3 li {
  margin-bottom: 50px;
}

.col3 img {
  max-width: 288px;
  display: block;
  margin: -5px auto 20px;
}

/* SEC04 お問い合わせボタン
------------------------------------------------------------*/
#sec04 {
  background: url(../images/bgSec04.jpg) no-repeat 100% 100% fixed;
  background-size: cover;
  -webkit-background-size: cover;
  color: #fff;
  position: relative;
  height: 200px;
}

.contactButtonBody {
  position: relative;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 100;
  height: 100%;
  width: 100%;
  display: flex; /* Flexboxを利用 */
  align-items: center; /* 垂直方向に中央揃え */
  justify-content: center; /* 水平方向に中央揃え */
}

.contactButtonWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  width: 400px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 3rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-gradient {
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
  color: #fff;
  border-radius: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2af598),
    to(#009efd)
  );
  background-image: -webkit-linear-gradient(left, #2af598 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #2af598 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

a.btn-gradient:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

/* 大きい画面（デスクトップ向け） */
@media (min-width: 1200px) {
  .btn {
    width: 400px;
    padding: 3rem 4rem;
  }
}

/* 中くらいの画面（タブレット向け） */
@media (min-width: 600px) and (max-width: 1199px) {
  .btn {
    width: 300px;
    font-size: 1.5rem;
    padding: 2.5rem 4rem;
  }
}

/* 小さい画面（スマートフォン向け） */
@media (max-width: 599px) {
  .btn {
    min-width: 374;
    width: 150px;
    font-size: 1.3rem;
    padding: 2.1rem 4rem;
  }
}

/* SEC05 PROFILE
------------------------------------------------------------*/
#sec05 {
  padding-top: 50px;
}

#sec05 dl {
  line-height: 1.2;
}

#sec05 dt {
  clear: left;
  float: left;
  display: block;
  width: 30%;
  margin-right: 10%;
  margin-bottom: 20px;
  text-align: right;
  line-height: 1.6em;
}

#sec05 dd {
  width: 60%;
  float: left;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.6em;
}

#sec05 header {
  display: none;
}

#map {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px) {
  .inner {
    width: 1024px;
    padding-bottom: 120px;
  }
  section h2 {
    padding: 70px 0 20px;
  }
  .txt h2 {
    padding: 0 0 20px !important;
  }
}

@media only screen and (min-width: 800px) {
  body {
    font-size: 14px;
  }

  a#menu {
    display: none;
  }

  .panel {
    display: block !important;
  }

  #mainnav {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
  }

  /* ロゴデザイン 設定
-----------------*/
  .logo-image {
    width: auto;
    height: 50px; /* 必要に応じてサイズを調整 */
  }

  /* ナビゲーションのスタイル */
  #mainnav {
    position: fixed;
    width: 100%;
    background-color: none;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #logoWrap {
    padding-left: 30px;
  }

  #mainnav ul {
    text-align: right;
    padding-right: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #mainnav li {
    display: inline-block;
    padding: 20px 10px;
    font-size: 14px;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
  }

  #mainnav a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
  }

  #mainnav a:hover {
    color: #ff9900;
  }

  #menu {
    display: none;
    cursor: pointer;
  }

  #menuBtn {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    margin: 7px auto;
    transition: all 0.3s ease-in-out;
  }

  .panel {
    display: none;
  }

  /* ここまで */

  #mainnav a {
    color: #000;
  }

  #mainnav.changeNav {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid #d1d1d1;
  }

  #mainnav.changeNav li {
    padding: 20px 10px;
  }

  /* SEC03 SERVICE MESSAGE STORY
	-----------------*/
  .col3 {
    text-align: center;
  }

  .col3 li {
    display: inline-block;
    width: 30%;
    padding: 0 1.5%;
    margin-bottom: 0;
    vertical-align: top;
    text-align: left;
  }

  /* SEC05 PROFILE
	-----------------*/
  #sec05 {
    padding-top: 120px;
  }

  #footer {
    padding: 30px 10px 70px 0;
  }
}

@media only screen and (min-width: 641px) {
  .col2 li {
    width: 40%;
    padding: 0 3%;
    vertical-align: top;
  }
}

@media only screen and (max-width: 640px) {
  #map iframe {
    width: 96% !important;
    left: 2%;
  }
}

@media only screen and (max-width: 799px) {
  #slogan h1 {
    font-size: 31px;
  }

  #slogan h2 {
    font-size: 16px;
  }

  a#menu {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 10px;
  }

  #menuBtn {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #fff;
    transition: 0.2s;
  }

  #menuBtn:before,
  #menuBtn:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 2px;
    background: #fff;
    transition: 0.3s;
  }

  #menuBtn:before {
    margin-top: -7px;
  }

  #menuBtn:after {
    margin-top: 5px;
  }

  a#menu .close {
    background: transparent;
  }

  a#menu .close:before,
  a#menu .close:after {
    margin-top: 0;
  }

  a#menu .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }

  a#menu .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  .panel {
    width: 100%;
    display: none;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    z-index: 100;
  }
  /* ロゴデザイン */
  .logo-image {
    position: fixed;
    left: 0;
    top: 0;
    width: auto;
    padding: 10px;
    height: 40px; /* 必要に応じてサイズを調整 */
  }
  #logoWrap {
    padding-left: 30px;
  }

  #mainnav {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    text-align: right;
    z-index: 500;
  }

  #mainnav ul {
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-align: left;
  }

  #mainnav li a {
    position: relative;
    display: block;
    padding: 15px 25px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-weight: 400;
  }

  #mainnav li a:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 6px;
    height: 6px;
    margin: -4px 0 0 0;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .col3 li {
    margin: 0 auto;
    display: block;
    max-width: 288px;
  }
}

@media only screen and (max-width: 1199px) {
  section h2 {
    padding: 50px 0 20px 0;
  }
  #sec01 h2 {
    padding: 70px 0 20px;
  }
}
