@charset "utf-8";
/* * {outline: 1px solid magenta;} */
/*リセット*/	
figure {margin: 0;}	
dd {margin: 0;}	
nav {margin: 0;padding: 0;}	
h1,	
h2,	
h3,	
h4,	
h5,	
h6 {	
font-size: inherit;	
line-height: inherit;	
font-weight: inherit;	
margin: 0;	
}	
/*table全般の設定*/	
table {border-collapse:collapse;}	
/*画像全般の設定*/	
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}	
/*videoタグ*/	
video {max-width: 100%;}	
/*iframeタグ*/	
iframe {width: 100%;}	
a:hover,	
.mob_menu:hover {	
opacity: 0.7;	
transition: 0.8s;	
text-decoration: none; /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/	
}	
blockquote, q {	
quotes: none;	
}	
blockquote:before, blockquote:after,	
q:before, q:after {	
content: "";	
content: none;	
}	
/* 見出しや段落やなど、余分な余白を取っておく */	
h1, h2, h3, h4, h5, h6, p {	
margin: 0;	
padding: 0;	
}	
ol, ul {	
text-decoration: none;	
list-style: none;	
padding: 0;	
margin-left: 0;	
}	
a{	
color:inherit;	
text-decoration: none;	
display: block;	
}
html {
  width: 100%;
  height: 100vh;
  animation: bggradient 20s ease infinite;
  background-attachment: fixed;
}
.style_container {
  width: min(90%, 1200px);
  margin: 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0;
  min-width: 100%;
  height: auto;
  float: none;
  width: auto;
}
.break {
  display: inline-block;
}
/* .noto {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
} */
main {
  margin-top: -90px;
}
.h3_style {
  display: flex;
  flex-flow: column;
  margin: 10% auto;
}
h3 {
  text-align: center;
  position: relative;
  display: inline-block;
  font-weight: 900;
  font-size: 24px;
  margin: 0 auto 24px;
}
h3:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -14px;
  display: inline-block;
  width: 60px;
  height: 5px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #c6f2ff;
  border-radius: 2px;
}
p {
  line-height: 1.8;
}
small {
  font-size: 80%;
}

.style_container {
	margin-top: 90px;/*headr分*/
  background-color: #fff;
  
}
#mainimg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    background-image: url('../images2/top-vew-sp.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
}
#mainimg-inner {
    width: calc( 100% - 40px );
    max-width: 1400px;
    display: flex;/*flexボックスを使う指定*/
    flex-direction: inherit;
    flex-wrap: nowrap;
    gap: 10px;
    justify-content: center;/*並びかたの種類の指定*/
    align-items: center;/*垂直揃えの指定。上下中央に配置されるように。*/
    position: absolute;
    bottom: 80px;
}

#mainimg-inner .mainimg-btn {
    width: 100%;
    max-width: 400px;
    min-width: 300px;
}
#mainimg-inner .mainimg-btn:nth-of-type(1) {
    margin-right: 60px;
}
#mainimg-inner .mainimg-btn:nth-of-type(3) {
    margin-top: 0px;
    margin-left: 0px;
}
/*公募の共通設定*/
#mainimg-inner .mainimg-btn {
    font-weight: 600;
	position: relative;
    z-index: 1;
    width: 100%;
        max-width: 400px;
        min-width: 300px;
	text-align: center;	
	border-radius: 10px;
	line-height: 1.5;	
	letter-spacing: 5px;
	transition: 0.3s;
	box-shadow: 10px 20px 40px rgba(0,0,0,0.4);
	text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    box-sizing: border-box;
}
  #mainimg-inner .mainimg-btn:nth-of-type(1) {
    background-color: #e24694;
  }
  #mainimg-inner .mainimg-btn:nth-of-type(2) {
    background-color: #0096ff;
  }
  #mainimg-inner .mainimg-btn:nth-of-type(3) {
    background-color: #ffa800;
  }
.mainimg-001 {
  font-size: 14px;
  line-height: 1;
}
.mainimg-002 {
  font-size: 18px;
}
.mainimg-003 {
  font-size: 12px;
}
.mainimg-btn a {
	display: block;text-decoration: none;
	padding: 10px 20px;	/*上下、左右へのボタン内の余白*/
	color: #fff;		/*文字色*/
    box-sizing: border-box;
}

/*マウスオン時*/
.mainimg-btn:hover {
	transform: scale(1.05);		/*105%に拡大する*/
	filter: brightness(1.2);	/*少しだけ明るくする*/
}
main {
  margin-top: 0px;
}
#mainimg {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  max-height: 400px;
  width: 100%;
  position: relative;
  background-image: url('../images2/top-vew-001.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
}

/*spanタグ。大きな文字の指定です。*/
#mainimg-inner span {
	font-size: 1.5rem;	/*文字サイズ。remの単位についてはテンプレート内の解説をお読み下さい。*/
}

/*アイコン画像（アイコンにはFont Awesomeを使用）*/
#mainimg-inner i {
	opacity: 0.7;			/*透明度。0.7は色が70%出た状態。*/
	margin-left: 10px;		/*小さな文字とアイコン画像の間に空けるスペース*/
}

/*スクロールを促すアイコン*/
.scroll {
	position: absolute;z-index: 2;
	left: 50%;bottom: 0px;transform: translateX(-50%);
	width: 20px;	/*画像の幅*/
}
.top-info-box {
  width: 100%;
  position: relative;
  color: #fff;
  background-color: #0071BC;
  margin: 30px auto 0;
  padding: 20px 15px 28px;
  box-sizing: border-box;
  border-radius: 5px;
  display: inline-block; /* 内容に合わせて幅調整 */
}
.top-info-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px; /* 三角形の位置 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0071BC; /* 吹き出しの色と合わせる */
}
.top-info-001 {
  font-size: 1.2em;
  margin-bottom: 8px;
  line-height: 1;
}
.top-info-002 {
  padding: 12px 0;
  border-bottom: #fff solid 1px;
}
.top-info-002 a {
  font-size: 14px;
  position: relative;
  width: 100%;
  display: flex;
  gap: 6px;
  align-items: center;
  padding-right: 42px;
  box-sizing: border-box;
}
.top-info-002-inn {
  text-align: left;
  display: flex;
  align-items: center;
}
.top-info-002-time {
  margin-right: 20px;
}
.top-info-002-title {
  text-align: left;
  font-size: 1.2em;
}
.top-info-002-btn {
  background-color: #fff;
  color: #0071BC;
  margin-right: 20px;
  width: 92px;
  height: 28px;
  padding: 6px 18px;
  box-sizing: border-box;
  border-radius: 100px;
  line-height: 1;
  white-space: nowrap;
}
.top-info-002-arrowbtn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-info-002-arrowbtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #0071BC;
  border-bottom: 2px solid #0071BC;
  transform: translate(-70%, -50%) rotate(-45deg);
}

.info-icon {
  width: 20px;
  margin-bottom: 4px;
  height: auto;
}

.article1 {
  background-color: #6cc1fd;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.article2 {
  height: auto;
  font-weight: 500;
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.article3 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
}
.article4 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
  box-sizing: border-box;
  background-color: #FFF;
}
.article1_5 {
  height: 100%;
  padding-top: 60px;
}
.article5 {
  /* padding: 0 0 60px; */
  box-sizing: border-box;
}
.qa-ceator .question {
  color: #f23c8e;
  background-color: #ffe8f2;
}
.qa-ceator .toggle-icon {
    font-size: 24px;
    color: #f23c8e;
    font-weight: 700;
    margin-left: 20px;
    transition: transform 0.3s;
}
.qa-ceator .qa-icon {
    font-size: 24px;
    color: #f23c8e;
    font-weight: 700;
    margin-right: 20px;
}
.qa-ceator .answer {
      color: #fff;
    overflow: hidden;
    max-height: 0;
    padding: 0 15px;
    border-left: none;
    border-radius: 0 0 6px 6px;
    transition: max-height 0.4s ease, padding 0.4s ease;
}
.qa-client .answer {
      color: #fff;
      border-left: none;
}
.qa-ceator {
  width: 50%;
  padding: 20px 40px 60px;
  box-sizing: border-box;
  border-radius: 12px;
   background-color: #e24694;

}
.qa-client {
  width: 50%;
  padding: 20px 40px 60px;
  box-sizing: border-box;
  border-radius: 12px;
  background-color: #3da4ee;
}
.qa-ceator-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  padding: 20px 0;
  box-sizing: border-box;
}
.qa-client-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  padding: 20px 0;
  box-sizing: border-box;
}
.user {
  position: relative;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #333;
  color: #333;
  font-weight: 700;
  font-size: 22px;
  line-height: 100px;
}

.user:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) skew(-25deg);
  height: 20px;
  width: 10px;
  border-right: 3px solid #333;
  background-color: white;
  content: "";
}
/* .how001 {
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding-bottom: 120px;
} */
.how001 {
  background-image: url(../images2/fujitanillustration.png);
  background-repeat: no-repeat;
  background-size: 60vh;
  background-position: 10% 40%;
  background-attachment: local;
  padding-bottom: 120px;
}
/* .how001::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images2/fujitanillustration.png");
  background-repeat: no-repeat;
  background-size: 60vh;
  background-position: left -50px top 50%;
  background-attachment: local;
  opacity: 1.0;
  z-index: 0;
} */

.title_style001 {
  background-color: #0071BC;
  padding: 60px 0;
  text-align: center;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.article2 {
  margin-top: 60px;
}
.how002 {
  /* もえしょくとは */
  max-width: 500px;
  width: 100%;
  margin-left: 50%;
  margin-bottom: 20px;
}
.how003 {
  /* 作家さんへ */
  max-width: 480px;
  width: 100%;
  margin-left: 60%;
  margin-bottom: 20px;
}
.how004 {
  /* 公募したい方へ */
  max-width: 480px;
  width: 100%;
  margin-left: 44%;
}
.title_style001 h2 {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.triangle1 {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0071BC;; 
  margin: 0 auto;
}
.hilogo_style001 {
  width: 80vw;
  margin: 30px auto;
  max-width: 200px;
}
.hilogo {
  width: 100%;
}
.company_style002 {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  /* line-height: 1.5rem; */
  text-align: center;
}
.question_style001 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* justify-content: space-around; */
  gap: 20px;
  max-width: 1200px;
  /* margin: 20px auto 50px; */
  margin: 20px auto;
}
.question_style002 {
  width: calc( 50% - 10px );
}
.company-small {
  line-height: 1.4;
  font-size: 0.8em;
}
.mado_b {
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #3da4ee;
  text-align: center;
  padding: 10px;
  width: 90%;
  height: auto;
  margin: 5% auto;
  border-radius: 12px;
  box-shadow: 0 5px 5px 0 rgba(116, 116, 116, 0.5);
  box-sizing: border-box;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  cursor: pointer;
}
.mado_b:hover {
  transform: translateY(4px);
  box-shadow: 0 3px 3px 0 rgba(116, 116, 116, 0.4);
}

hr {
  border: none;
  border-bottom: 2px solid #fff;
  margin: 10px 0 10px;
}
.question_b {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  background-color: #3da4ee;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.mado_p {
  position: relative;
  font-size: 16px;
  color: #fff;
  background-color: #e24694;
  text-align: center;
  padding: 10px;
  width: 90%;
  height: auto;
  margin: 5% auto;
  border-radius: 12px;
  box-shadow: 0 5px 5px 0 rgba(116, 116, 116, 0.5);
  box-sizing: border-box;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
  cursor: pointer;
}
.mado_p:hover {
  transform: translateY(4px);
  box-shadow: 0 3px 3px 0 rgba(116, 116, 116, 0.4);
}

.question_p {
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
   background-color: #e24694;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.question-icon {
  width: 30px; /* 適切なサイズに調整 */
  height: auto;
}
.question_style003 {
  color: #FFF;
  font-size: 16px;
    font-weight: 500;
  background-color: #f69c2f;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 5px 5px 0 rgba(116, 116, 116, 0.5);
}
.question_style003 a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* テキストとアイコンの間に余白を追加 */
  width: 100%;
  height: 100%;
  padding: 20px 60px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFF;
}
.question_style003 .download-icon {
  width: 40px; /* 適切なサイズに調整 */
  height: auto;
}
/* download.html *//* download.html *//* download.html *//* download.html *//* download.html */
.download-list {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px;
}
.download-list li {
  width: 300px;
}
@media screen and (max-width: 1000px) {
  .how001 {
    background-size: 40vh;
    background-position: 10% 60%;
}
  .download-list {
    width: 100%;
    max-width: 640px;
  }
  .article3 {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .qa-ceator {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #e24694;
  }
  .qa-client {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 12px;
    background-color: #3da4ee;
  }
}
@media screen and (max-width: 700px) {
  .download-list {
    width: 100%;
    max-width: 300px;
    margin-bottom: 60px;
  }
}
.download-list-title {
  font-size: 18px;
  font-size: 700;
}
.download-list-title {
  position: relative;
  padding-left: 1.2em; /* 左に余白 */
  font-weight: bold;
}

.download-list-title::before {
  content: "■";
  color: #999;
  position: absolute;
  left: 0;
  top: 0;
}
.download-list-about {
  font-size: 12px;
}
.download-list-img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: #999 1px solid;
  overflow: hidden;
  position: relative;
  object-fit: cover;
  margin: 20px 0;
}
/* .download-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
} */

/* 虫眼鏡アイコンの配置 */
.magnifier-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none; /* クリック干渉を避けたい場合 */
}

.magnifier-icon img {
  width: 30px;
  height: 30px;
  display: block;
}
.download-btn {
  background-color: #f69c2f;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  box-shadow: 0 5px 5px 0 rgba(116, 116, 116, 0.5);
  border-radius: 12px;
}

.download-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}

/* ホバー時に押したような動き */
.download-btn:hover {
  transform: translateY(2px);
  box-shadow: 0 3px 3px 0 rgba(116, 116, 116, 0.4);
}

/* アイコンサイズ調整 */
.download-btn .download-icon {
  width: 40px;
  height: auto;
}




.question_style003 {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  border-radius: 12px;
  background-color: #f69c2f;
  box-shadow: 0 5px 5px 0 rgba(116, 116, 116, 0.5);
  transition: transform 0.1s ease, box-shadow 0.1s ease;
}
.question_style003 a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}

/* ホバーで沈み込む */
.question_style003:hover {
  transform: translateY(4px);
  box-shadow: 0 3px 3px 0 rgba(116, 116, 116, 0.4);
}

/* アクティブでさらに沈む */
.question_style003:active {
  transform: translateY(4px);
  box-shadow: 0 2px 2px 0 rgba(116, 116, 116, 0.3);
}

.download-btn .download-icon {
  width: 40px; /* 適切なサイズに調整 */
  height: auto;
}
.contact {
    margin: 100px auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
}
.contact-title {
    text-align: center;
    font-size: 30px;
    padding: 60px 0;
    box-sizing: border-box;
    color: #FFF;
    background-color: #0071bc;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
    .contact {
        margin: 190px auto 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1024px) {
  /* #mode1024 {
  display: none;
  } */
  #mainimg-inner .mainimg-btn:nth-of-type(1) {
  margin-right: 0px;
  }
  #mainimg-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  justify-content: center; /* グリッド全体を中央寄せ */
  align-items: center;
  position: absolute;
  /* bottom: 20px; */
  }
  .mainimg-btn {
   width: 200px; /* ボタンの幅を固定 or 必要に応じて調整 */
  }
  .mainimg-btn:first-child {
  grid-column: 1 / -1; /* 最初の要素は2カラムぶち抜き */
  justify-self: center; /* 自分自身も中央揃え */
  }
  /* 下段左の要素を右寄せ */
  .mainimg-btn:nth-child(2) {
  justify-self: end;
  }
  /* 下段右の要素を左寄せ */
  .mainimg-btn:nth-child(3) {
  justify-self: start;
  }
  .how002 {
    /* もえしょくとは */
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .how003 {
    /* 作家さんへ */
    max-width: 400px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .how004 {
    /* 公募したい方へ */
    max-width: 768px;
    width: 100%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 768px) {
  main {
    margin-top: -90px;
  }
  #mainimg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  max-height: none;
  width: 100%;
  background-image: url('../images2/top-vew-sp.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto;
  }
  #mainimg-inner .mainimg-btn {
  width: 100%;
  max-width: 280px;
  min-width: 230px;
  }

  .how001 {
    background-image: none;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;
  }

  .how001::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images2/fujitanillustration.png);
    background-repeat: no-repeat;
    background-size: 60vh;
    background-position: 10% 40%;
    background-attachment: scroll;
    opacity: 0.3; /*  背景画像だけを薄く表示する */
    z-index: 0;
  }
  hr {
    margin: 10px 20px;
  }
  .question_style001 {
    flex-direction: column;
  }
  .question_style002 {
    width: 100%;
  }
  .qa-ceator {
    width: 100%;
    padding: 20px 20px 60px;
  }
  .qa-client {
    width: 100%;
    padding: 20px 20px 60px;
  }
  .mado_p {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
  .mado_b {
    max-width: 530px;
    width: 100%;
    margin: 0 auto;
  }
  .question_p {
    left: 10px;
  }
  .question_b {
    left: 10px;
  }
  .qa-ceator-title {
    text-align: center;
  }
  .qa-client-title {
    text-align: center;
  }

.question_style003 {
    width: 100%;
    max-width: 300px;
}

}
@media screen and (max-width: 600px) {
  .question_style001 {
    flex-direction: column;
  }
  .top-info-002 a {
    font-size: 14px;
    flex-direction: column;
    text-align: left;
    align-items: baseline;
  }
}
@media screen and (max-width: 500px) {
  #mainimg-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  position: absolute;
  /* bottom: 20px; */
  }
  .mainimg-btn {
   width: 200px; /* ボタンの幅を固定 or 必要に応じて調整 */
  }
  #mainimg-inner .mainimg-btn:nth-of-type(1) {
  margin-left: -10%;
  }
  #mainimg-inner .mainimg-btn:nth-of-type(3) {
  margin-left: 10%;
  }
  .company_style002 {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  padding: 0 10px 0 20px;
  box-sizing: border-box;
  text-align: left;
  }
  .company-small {
  line-height: 1.4;
  font-size: 0.8em;
  }
  .how001 {
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
    padding-bottom: 60px;
  }
}
