@charset "UTF-8";
/*------------------------
 * font-size
* -------------------------*/
body.page{
--color--text:#000;
--color--bg:#fafb82;
--color--main:#f0f236;
--color--bk:#575757;
--color--wh:#FFF;
	--color--line:#CCC;
	--color--linedark:#AAA;
	--color--bglight:#ffffe2;
	background:var(--color--bglight);
}

p {
  line-height: 1.8;
  font-size: 0.9em;
}
p.lead {
  font-size: 1em;
  line-height: 1.9;
}


body.page section{
	background:transparent;
	margin-bottom:0;
	padding:6vw 0;
}
.section_inner{
	max-width:1000px;
	margin:0 auto;
}

section p{
	line-height:1.8;
}
body.page section h2 {
  font-size: clamp(1.7em,2.5vw,2.5em);
  margin-bottom: 0;
	border:none;
	color:var(--color--text);
}
body.page section .reveal-text{
	display:inline-block!important;
}
body.page section h2:before {
  display:none;
}
body.page section h3 {
  font-size: clamp(1.3em,1.6vw,1.6em);
	color:var(--color--text);
	margin:0 0 2em;
}
body.page section h4 {
  font-size: clamp(1.2em,1.2vw,1.2em);
	color:var(--color--text);
	margin-bottom:1em;
	border:none;
}

@media (min-width: 40em) {
  p {
    font-size: 1em;
  }
  p.lead {
    font-size: 1.1em;
  }
  ul li {
    font-size: 1.1em;
  }
  ol li {
    font-size: 1.1em;
  }
  section h2 {
    font-size: 2.6em;
  }
  section h2 span {
    font-size: 0.7em;
  }
  section h3 {
    font-size: 1.6em;
  }
}

/*---------------------------/
 * original
/* -------------------------*/
section#original{
	background:linear-gradient(to left, var(--color--bglight) 60%, var(--color--main) 60%);
}

/*---------------------------/
 * feature
/* -------------------------*/
section#feature{
	background:var(--color--bg);
	background-size:cover;
}
section#feature article h3{
	margin-bottom:10px;
}

/*---------------------------/
 * plan
/* -------------------------*/
section#plan .box_wrapper,section#lineup .box_wrapper{
	padding:6px;
	position:relative;
}
section#plan .box_inner,section#lineup .box_inner{
	padding:15px;
	margin:0;
}
section#plan .box_inner h3{
	font-size:12px;
}
section#plan .box_inner h4{
	margin:0 0 10px 0;
}

section#plan .planlist table{
	border:5px solid #AAA;
}
section#plan .planlist table {
	text-align:center;
}
section#plan .planlist table thead tr th{
	text-align:center;
}
}
section#plan .planlist table tbody tr td:first-child{
	font-weight:700!important;
}
@media(min-width:768px){
section#plan .box_inner h3{
	 min-height: 5em;
}	
	section#plan .box_inner .text01{
	 min-height: 20em;
    line-height: 1.8;
}
	section#plan .box_inner .text02{
	 min-height: 10em;
    line-height: 1.8;
}
		section#plan .box_inner .text03{
	 min-height: 14em;
    line-height: 1.8;
}
	section#plan .box_inner .text04{
	 min-height: 16em;
    line-height: 1.8;
}
}
@media(min-width:1000px){
section#plan .box_inner h3{
	 min-height: 5em;
}	
	section#plan .box_inner .text01{
	 min-height: 16em;
    line-height: 1.8;
}
	section#plan .box_inner .text02{
	 min-height: 6em;
    line-height: 1.8;
}
		section#plan .box_inner .text03{
	 min-height: 12em;
    line-height: 1.8;
}
	section#plan .box_inner .text04{
	 min-height: 11em;
    line-height: 1.8;
}
}
@media(min-width:1200px){
section#plan .box_inner h3{
	 min-height: none;
}	
	section#plan .box_inner .text01{
	 min-height: 12em;
    line-height: 1.8;
}
	section#plan .box_inner .text02{
	 min-height: 4em;
    line-height: 1.8;
}
		section#plan .box_inner .text03{
	 min-height: 8em;
    line-height: 1.8;
}
	section#plan .box_inner .text04{
	 min-height: 9em;
    line-height: 1.8;
}
}

/*---------------------------/
 * lineup
/* -------------------------*/
section#lineup{
	position:relative;
	background:linear-gradient(to right, transparent 50%, var(--color--main) 50%);
	background: url(/wp-content/themes/alfs2021/assets/img/oem_lp/bg02_photo02-1.jpg) no-repeat;
	background-size:cover;
}
section#lineup .box_inner .wp-block-columns{
	margin-bottom:0;
}
section#lineup .box_inner p{
	font-size:0.9em;
	font-weight:700;
	margin-bottom:8px;
}
section#lineup .box_inner h4{
	margin:0 0 10px 0;
}
section#lineup .bg{
	position:absolute;
	top:0;
	left:0;
	background:linear-gradient(to right, transparent 50%, var(--color--main) 50%);
	height:100%;
	width:100%;
}
section#lineup .innerArea{
	position:relative;
	z-index:3;
}

/*---------------------------/
 * flow
/* -------------------------*/
section#flow {
	background: linear-gradient(to top, #ece900, var(--color--bg));
}
section#flow article{
	border-bottom:1px solid var(--color--linedark);
	padding:10px 0;
	margin-bottom:0;
}
section#flow article .wp-block-columns{
	margin-bottom:0;
}
section#flow article .wp-block-column.leftline{
	background:var(--color--bg);
	padding:15px;
}
section#flow article h3{
	font-size:clamp(1.2em,1.4vw,1.4em);
	margin:0 0 10px;
}
section#flow article.head{
	border:1px solid var(--color--linedark);
	padding:10px;
}
.bg_arrow{
	background:url(../img/oem_lp/arrow_down_bg.png) no-repeat center top;
}
.bg_arrow.last{
	background:url(../img/oem_lp/arrow_down_bg.png) no-repeat center bottom;
}
/*---------------------------/
 * customize
/* -------------------------*/
section#customize{
	background: linear-gradient(to left,  var(--color--bg) 50%, var(--color--main) 50%);
}
section#customize h3,section#customize h4{
}
section#customize .textArea{
}
.table-container {
      max-height: 600px; /* 適切な高さに調整 */
      overflow: hidden;
      transition: max-height 0.5s ease-out;
    }
    .table-container.expanded {
      max-height: 1600px; /* 十分に大きな値に設定 */
    }
.table-container table{
	background:transparent;
}

.table-container table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: var(--color--bg);
}

#show-more-link{
	padding:20px 0;
	text-align:right;
}

/*---------------------------/
 * cases
/* -------------------------*/
section#cases{
	background:var(--color--bglight);
}

/*---------------------------/
 * contacts
/* -------------------------*/
section#contacts{
	 background: var(--color--bg) url(/wp-content/themes/alfs2021/assets/img/oem_lp/bg02_photo01-2.jpg) center;
	background-size:cover;
}

/*---------------------------/
 * faq
/* -------------------------*/
section#faq{
	background:var(--color--bg);
}


/*---------------------------/
 * hero
/* -------------------------*/
.titleArea {
  position: relative;
  background: white;
  padding: 15px;
  width: 80vw;
}
.titleArea h2 {
  font-size: 1.2rem;
  text-align: left;
  line-height: 1;
  margin: 7px 0;
}
.titleArea .colorButton {
  width: 80%;
}
.titleArea:before {
  display: block;
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #aff123, #0d89e0);
}

@media (min-width: 40em) {
  .titleArea {
    padding: 20px;
    width: 45%;
  }
  .titleArea .colorButton {
    width: 220px;
  }
}
/*---------------------------/
 * hero
/* -------------------------*/
section#hero {
  position: relative;
  height: 80vh;
	min-height:700px;
  width: 100%;
  background-size: cover;
  padding: 20px 0 0;
}

section#hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/oem_lp/overlay.png);
  z-index: 2;
}
section#hero .slider {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 80vh;
  background-color: #FFF;
}
section#hero .slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*section#hero .slider .image {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  animation-name: bgAnime;
  animation-delay: 0;
  animation-iteration-count: infinite;
  animation-duration: 24s;
}*/
section#hero .slider .image:nth-of-type(1) {
  background-image: url(../img/oem_lp/top_oem_02.jpg);
}
section#hero .slider .image:nth-of-type(2) {
  background-image: url(../img/oem_lp/top_oem_02.jpg);
  animation-delay: 8s;
}
section#hero .slider .image:nth-of-type(3) {
  background-image: url(../img/oem_lp/top_oem_02.jpg);
  animation-delay: 16s;
}
section#hero article {
  position: absolute;
  z-index: 2;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  top: 15%;
  left: 50%;
  transform: translatex(-50%);
}
section#hero article h2 {
  display: inline-block;
  background: white;
  padding: 20px 10px;
  font-weight: 700;
	font-size:clamp(1.5em,3.4vw,3.4em);
}
section#hero article h3 {
  display: inline-block;
  background: white;
  padding: 20px;
  font-weight: 700;
 font-size:clamp(1.2em,1.8vw,1.8em);
  line-height: 1.8;
  margin-top: 2vw;
	margin-right:1em;
}
section#hero .large-letter {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
 font-size:clamp(1.5em,7vw,7em);
	line-height:1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  background:rgba(000,000,000,0.5);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  z-index: 3;
  opacity: 0;
}
section#hero .large-letter .text{
 font-size:0.55em;
}
section#hero .large-letter.is-visible {
  animation-name: slideTextX100;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
section#hero .script {
  position: absolute;
  bottom:3vw;
  right: 20px;
  width:100%;
	text-align:right;
	z-index: 2;
	transform:rotate(-15deg);
}
section#hero .script .text{
 display:inline-block;
font-size:clamp(3em,4vw,4em);
	line-height:1;
  font-weight: 500;
	transform:skew(-15deg);
	background:var(--color--main);
	color:var(--wp--preset--color--white);
}
section#hero .script span{
	font-size: .7em;
}
section#hero .quality{
	display:inline-block;
	max-width:400px;
	padding:10px;
	background:var(--color--wh);
	position:absolute;
	bottom:-20px;
	right:0;
	z-index:3;
}

@media (orientation: landscape) {

section#hero article {
  top: 10%;
}
}


@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
/* アニメーション定義 */
@keyframes bgAnime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.18);
  }
}
@keyframes bggradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
section#hero.en article {
  writing-mode: horizontal-tb;
  top: 25%;
  left: 50%;
  transform: translatex(-50%);
}
section#hero.en article h2 {
  padding: 20px 10px;
}
section#hero.en article h3 {
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 2em;
}

@media (max-width: 40em) {
  section#hero.en article {
    writing-mode: horizontal-tb;
    left: 50%;
    transform: translatex(-50%);
    width: 80%;
  }
  section#hero.en article h2 {
    padding: 10px;
    font-size: 1.5em;
  }
  section#hero.en article h3 {
    padding: 10px;
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 1em;
  }
section#hero .large-letter {
  display:none;
}
}
@media(min-width:40em){
	section#hero .script {
  bottom:2vw;
}
}
section h2.hasAnimation {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
section h2.hasAnimation strong {
  display: inline-block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
section h2.hasAnimation.is-visible strong {
  transform: translate(0, 0);
}
section h2.hasAnimation.is-visible strong:nth-child(2) {
  transition-delay: 0.08s;
}
section h2.hasAnimation.is-visible strong:nth-child(3) {
  transition-delay: 0.16s;
}
section h2.hasAnimation.is-visible strong:nth-child(4) {
  transition-delay: 0.24s;
}
section h2.hasAnimation.is-visible strong:nth-child(5) {
  transition-delay: 0.32s;
}
section h2.hasAnimation.is-visible strong:nth-child(6) {
  transition-delay: 0.4s;
}
section h2.hasAnimation.is-visible strong:nth-child(7) {
  transition-delay: 0.48s;
}
section h2.hasAnimation.is-visible strong:nth-child(8) {
  transition-delay: 0.56s;
}
section h2.hasAnimation.is-visible strong:nth-child(9) {
  transition-delay: 0.64s;
}
section h2.hasAnimation.is-visible strong:nth-child(10) {
  transition-delay: 0.72s;
}
section h2.hasAnimation.is-visible strong:nth-child(11) {
  transition-delay: 0.8s;
}
section h2.hasAnimation.is-visible strong:nth-child(12) {
  transition-delay: 0.88s;
}
/*------------------------------------*\
  下層用
\*------------------------------------*/
body.page section .flowBox{
	border-radius:30px 0 30px 0;
	padding:1em;
	box-shadow:0 0 20px rgba(0,0,0,0.3);
}
body.page section .flowBox h3{
	margin:20px 0;
}
body.page section .flowBox h3 mark{
	font-size:0.7em;
}
body.page section .wp-block-column h3{
	margin-bottom:1em;
}
body.page section .is-layout-flow h3{
	margin:1em 0;
}
/*------------------------------------*\
  印刷用
\*------------------------------------*/
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/*------------------------------------*\
  ボックスアニメーション
\*------------------------------------*/
.hoverBox .flex-one a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%;
  /*テキスト非表示*/
  white-space: nowrap;
  /*テキスト非表示*/
  overflow: hidden;
  /*テキスト非表示*/
  z-index: 10;
}
.hoverBox .hoverGrid {
  overflow: hidden;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  /*上から*/
  /*下から*/
  /*左から*/
  /*右から*/
}
.hoverBox .hoverGrid a.boxlink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  text-indent: 100%;
  /*テキスト非表示*/
  white-space: nowrap;
  /*テキスト非表示*/
  overflow: hidden;
  /*テキスト非表示*/
  z-index: 10;
}
.hoverBox .hoverGrid.is-visible {
  animation: fadeInUp 0.6s 0s forwards;
}
.hoverBox .hoverGrid.is-visible:before {
  animation: fromTop 0.4s 2s forwards;
}
.hoverBox .hoverGrid:before {
  position: absolute;
  z-index: 1;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateY(0);
}
.hoverBox .hoverGrid.bottomUp:before {
  position: absolute;
  z-index: 1;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateY(0);
}
.hoverBox .hoverGrid.bottomUp.is-visible:before {
  animation: fromBottom 0.4s 2s forwards;
}
.hoverBox .hoverGrid.leftToRight:before {
  position: absolute;
  z-index: 1;
  background: #f4f4f4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateX(0);
}
.hoverBox .hoverGrid.leftToRight.is-visible:before {
  animation: fromLeftToRight 0.8s 0.5s forwards;
}
.hoverBox .hoverGrid.rightToLeft:before {
  position: absolute;
  z-index: 1;
  background: #f4f4f4;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  transform: translateX(0);
}
.hoverBox .hoverGrid.rightToLeft.is-visible:before {
  animation: fromLeftToRight 0.8s 0.5s forwards;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
@keyframes fromTop {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(101%);
  }
}
@keyframes fromBottom {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes fromLeftToRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
}
@keyframes fromRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-101%);
  }
}
/*テキストアニメーション*/
.is-left-slide {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-left-slide.is-visible {
  animation: fadeIn 0.4s 1s forwards;
}

.is-right-slide {
  opacity: 0;
  transform: translateX(30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-right-slide.is-visible {
  animation: fadeIn 0.4s 1s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.is-down-slide {
  opacity: 0;
  transform: translateY(-30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-down-slide.is-visible {
  animation: fadeInY 0.4s 1s forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}
.is-up-slide {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.is-up-slide.is-visible {
  animation: fadeInY 0.4s 1s forwards;
}

@keyframes fadeInY {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
  }
}

body.page section .accordion_text h3{
	margin-bottom:10px;
}

.accordion_banner {
    cursor: pointer;
}

.accordion_text {
    padding: 20px 0;
}

.hidden {
    display: none;
}
