@charset "utf-8";
/* CSS Document */

.sec-headline {
 width: 100%;
 max-width: 92rem;
 margin: 0 auto;
 padding-top: 9rem;
 padding-bottom: 15rem
}

.sec-headline__copy {
 margin-bottom: 5rem;
 font-size: 5rem;
 font-weight: 700;
 text-align: center;
}

.sec-headline__copy span {
 color: #ff820c;
}

.sec-headline__text {
 margin-bottom: 5rem;
 font-size: 2rem;
 font-feature-settings: normal;
 text-align: justify;
 line-height: 1.75;
}

.sec-headline__text p {
 margin-bottom: 2rem;
}

.sec-headline__text span {
 color: #ff820c;
 font-weight: 600;
}

@media screen and (max-width: 1023px) {
 .sec-headline {
  max-width: max(90%, 33rem);
  margin: 0 auto;
  padding-top: 6rem;
  padding-bottom: 6rem
 }

 .sec-headline__copy {
  margin-bottom: 4rem;
  font-size: 2.8rem;
 }

 .sec-headline__text {
  font-size: 1.8rem;
  line-height: 1.75;
 }
}

/* Link Button */
.sec-headline__linkbtn {
 display: flex;
 justify-content: center;
 gap: 8rem;
}

.sec-headline__linkbtn .arrow-button {
 gap: 3rem;
 width: 29.5rem;
}

.sec-headline__linkbtn .arrow-button.contact {
 gap: 2rem;
 background: #ff820c;
 border: none;
 color: #FFFFFF;
}

@media screen and (max-width: 1023px) {
 .sec-headline__linkbtn {
  flex-direction: column;
  align-items: center;
  gap: 4rem;
 }

 .sec-headline__linkbtn .arrow-button {
  width: 24rem;
 }
}

/* Works Button */
.sec-headline__linkbtn .standart-button {
 gap: 2rem;
 background: #ff820c;
 border: none;
 color: #FFFFFF;
}

.sec-works__linkbtn {
 display: flex;
 justify-content: center;
 gap: 3rem;
 margin-bottom: 10rem;
}

@media screen and (max-width: 768px) {
 .sec-works__linkbtn {
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 10rem;
 }
}

a.standart-button {
 width: 100%;
 height: 80px;
 border-radius: 10px;
 background-color: #f7002a;
 color: #FFF;
 text-decoration: none;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 2.8rem;
 font-weight: 700;
}

a.light-button {
 width: 100%;
 height: 80px;
 border-radius: 10px;
 background-color: #00b350;
 color: #FFF;
 text-decoration: none;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 2.8rem;
 font-weight: 700;
}

@media screen and (max-width: 750px) {
 a.standart-button {
  height: 80px;
  border-radius: 10px;
  font-size: 2.0rem;
 }

 a.light-button {
  height: 80px;
  border-radius: 10px;
  font-size: 2.0rem;
 }
}

.plan-title {
 text-align: center;
 margin-bottom: 6rem;
}

.plan-title h3 {
 max-width: 100%;
 width: 600px;
 height: 80px;
 border-radius: 10px 10px 0 0;
 color: #FFF;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 2.8rem;
 font-weight: 700;
 margin: 0 auto;
}

/* スタンダートプラン */
#standart .plan-title {
 border-bottom: 2.0rem solid #f7002a;
}

#standart .plan-title h3 {
 background-color: #f7002a;
}

/* ライトプラン */
#light .plan-title {
 border-bottom: 2.0rem solid #00b350;
}

#light .plan-title h3 {
 background-color: #00b350;
}

@media screen and (max-width: 768px) {
 .plan-title {
  margin-bottom: 3rem;
 }

 .plan-title h3 {
  width: 300px;
  height: 60px;
  font-size: 2.4rem;
 }
}

/* プラン 共通 */
.industly-title {
 border-left: solid 1.0rem #ff820c;
 padding-left: 2.0rem;
 font-size: 2.2rem;
 font-weight: 700;
 margin-bottom: 3.0rem;
}

/* .industly-button-list {
 display: flex;
 gap: 2rem;
 margin-bottom: 6rem;
}

.industly-button-list a {
 font-size: 2.2rem;
 font-weight: 700;
 text-decoration: none;
 padding: 2.0rem 2.0rem 2.0rem 4.0rem;
 border-bottom: 2px solid #ff820c;
 position: relative;
}

.industly-button-list a::before {
 width: 0.8rem;
 height: 0.8rem;
 top: 50%;
 left: 1rem;
 content: "";
 border-top: 0.1rem solid #ff820c;
 border-right: 0.1rem solid #ff820c;
 transition: transform 0.4s;
 position: absolute;
 transform: rotate(135deg);
} */

/* @media screen and (max-width: 768px) {
 .industly-button-list {
  flex-direction: column;
  gap: 1.2rem;
 }

 .industly-button-list a {
  width: 100%;
  padding: 1.6rem 1.6rem 1.6rem 4.4rem;
  font-size: 1.8rem;
 }
} */

.works-grid {
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
 gap: 6.0rem 4.4rem;
 justify-content: start;
}

@media (max-width: 1023px) {
 .works-grid {
  justify-content: center;
 }
}

@media (max-width: 375px) {
 .works-grid {
  justify-content: center;
  grid-template-columns: 1fr;
 }
}

.industly-section {
 margin-bottom: 6.0rem;
 padding-bottom: 6.0rem;
 border-bottom: 0.1rem solid #DCDCDC;
}

.industly-section:last-of-type {
 padding-bottom: 0;
 margin-bottom: 20rem;
 border-bottom: 0;
}

.works-box {
 height: 82.0rem;
 padding: 2.4rem 2.8rem;
 background-color: #ffeca6;
 border-radius: 1.0rem;
 display: flex;
 flex-direction: column;
 justify-content: space-between;
}

@media screen and (max-width: 375px) {
 .works-box {
  height: auto;
 }
}

/* モニター画像 */
.tv {
 position: relative;
 width: 100%;
 max-width: 340px;
 /* デザイン基準 */
 aspect-ratio: 340 / 223;
 margin: 0 auto;
 margin-bottom: 3rem;
}

/* フレーム（最前面） */
.tv-frame {
 position: absolute;
 inset: 0;
 width: 100%;
 height: 100%;
 z-index: 3;
}

/* 画面の表示領域（切り抜き用コンテナ） */
.tv-screen {
 position: absolute;
 inset: 0;
 margin: auto;
 width: calc(327 / 340 * 100%);
 height: calc(210 / 223 * 100%);
 overflow: hidden;
 /* ← ここで切り抜く */
 z-index: 2;
}

/* 画面内の画像 */
.tv-screen img {
 width: 100%;
 height: 100%;
 object-fit: cover;
 /* 比率維持で全面表示 */
 display: block;
}

.box-title {
 font-size: 2.4rem;
 font-weight: 700;
 margin-bottom: 2.0rem;
}

.box-title h5 {
 margin: 0;
}

.box-outline {
 font-size: 2.0rem;
 margin-bottom: 2.0rem;
}

.box-comment {
 font-size: 2.0rem;
 text-align: justify;
}

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

.box-link>*:not(:last-child) {
 margin-bottom: 1.6rem;
}

.box-link a.official-link {
 display: inline-flex;
 align-items: center;
 text-decoration: none;
 color: #ff820c;
 font-size: 2.0rem;
 font-weight: bold;
 position: relative;
 border-bottom: solid 1px #ff820c;
 margin-bottom: 2.0rem;
}

.box-link a.official-link::after {
 content: "";
 display: inline-block;
 width: 1.4rem;
 height: 1.4rem;
 background-image: url("../img/icon-link.svg");
 background-size: contain;
 background-repeat: no-repeat;
 margin-left: 1rem;
 vertical-align: middle;
}

.box-link a.arrow-button {
 margin: 0 auto;
 width: 295px;
 gap: 2.0rem;
}

@media screen and (max-width: 768px) {
 .tv {
  margin: 0 auto 2rem;
 }

 .box-title {
  margin-bottom: 2.0rem;
 }

 .box-outline {
  font-size: 1.8rem;
 }

 .box-comment {
  font-size: 1.8rem;
  margin-bottom: 4rem;
 }
}

.sec-works__link {
 width: 100%;
 max-width: 92.0rem;
 padding: 6rem;
 margin: 0 auto;
 border: 2px solid #ff820c;
 border-radius: 1rem;
}

.sec-works__link-inner {
 max-width: 70.0rem;
}

.sec-works__link a img {
 margin: 0 auto 8rem;
}

.sec-works__link p {
 max-width: 60rem;
 margin: 0 auto 4rem;
}

.sec-works__link .box-link {
 margin: 0 auto;
}

@media screen and (max-width: 768px) {

 .sec-works__link a img {
  margin: 0 auto 4rem;
 }

 .sec-works__link {
  padding: 4rem 2rem;
 }
}