@charset "UTF-8";

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: none;
  max-height: 999999px;
}
body {line-height: 1;}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-size: 100%;
  font-weight: normal;
  overflow: hidden;
  line-height: 140%;
}
ol, ul {list-style: none;}

blockquote {quotes: none;}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}
del {text-decoration: line-through;}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th{font-weight: normal;}

a img {border: none;}

a {
  text-decoration: none;
  outline: none;
}

img {
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.clearfix {width:100%; margin: 0;}
.clearfix:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  }
     
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  }
  











body.biz-body {
  margin: 0;
  font-family:'メイリオ',Meiryo,'Lucida Grande','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS ゴシック',Verdana,Helvetica,Arial,Sans-serif;
  color: /*#655f5d*/#333;
  line-height: 1.6;
  font-size: clamp(11px, 1.3vw, 16px);
}

.biz-body img {
  max-width: 100%;
}

.inner {
  width: min(90%, 1100px);
  margin: 0 auto;
}
    
.biz-hero-bg {
  background: #fceee5;
  padding: min(6.5vw, 80px) 0;/*/1222*/
}

.biz-header {
  text-align: center;
}

.biz-header h1 {
  font-size: min(3.3vw, 40px);
  font-weight: 900;
  margin: min(.8vw, 10px) auto min(1.6vw, 20px);
}


.caption-wrap {
  text-align: center;
}

.cta-heading {
  text-align: center;
  padding: 0 16px;
  margin-bottom: 10px;
}

.cta-heading span {
  position: relative;
  display: inline-block;
  color: #eb5403;
  font-size: min(2.1vw,26px);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 min(2.5vw, 30px);
}

.cta-heading span::before,
.cta-heading span::after {
  content: "";
  position: absolute;
  top: 50%;
  width: min(2vw, 24px);
  height: 2px;
  background: #ea5b0c;
  transform-origin: center;
}

.cta-heading span::before {
  left: 0;
  transform: translateY(-50%) rotate(45deg);
}

.cta-heading span::after {
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}


.biz-header img {
  width: min(51vw, 622px);
  margin: 0 auto min(2vw, 25px);/*/1222*/
}

.biz-hero-card {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: min(2.5vw, 30px);
  margin-top: min(4.1vw, 50px);
}


.biz-hero-title {
  font-size: min(2vw, 24px);
  font-weight: 700;
  color: #085990;
  margin-bottom: min(1.2vw, 15px);
}

.biz-hero-text {
  margin-bottom: min(1.6vw, 20px);
}

.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.u-list-indent li {
  padding-left: 1em;
  text-indent: -1em;
}

.u-list-indent li:not(:first-child) {
  margin-top: min(.4vw, 5px);
}

.biz-hero-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea5503 0%, #fe893c 50%, #f84d1f 100%);
  color: #fff;
  font-size: clamp(13px, 1.5vw, 18px);
  font-weight: 700;
  box-shadow: 0 min(1vw, 10px) min(1.5vw, 18px) rgba(239, 127, 58, 0.28);
  margin: min(2.5vw, 30px) auto;
  width: min(28.6vw, 350px);
  height: clamp(40px, 4.6vw, 56px);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.6s ease;
}

.biz-hero-btn:hover {
  background-position: 100%; 
}

.biz-hero-note {
  text-align: center;
  font-size: clamp(10px, 1.2vw, 14px);
}


@media screen and (max-width: 768px) {
  body.biz-body {
    font-size: clamp(12px, 2.6vw, 20px);
  }


  .cta-heading {
    padding: 0 16px;
    margin-bottom: 8px;
  }

  .cta-heading span {
    font-size: min(3.6vw,28px);
    padding: 0 min(4vw, 30px);
  }

  .cta-heading span::before,
  .cta-heading span::after {
    width: min(3.125vw, 24px);
  }

.biz-header h1 {
  font-size: min(5.2vw, 40px);
  margin: min(1.3vw, 10px) auto min(2.6vw, 20px);
}

  .biz-header p {
    text-align: left;
  }

  .biz-header img {
    width: min(81vw, 622px);
    margin: 0 auto min(3.3vw, 25px);
  }

  .biz-hero-card {
    grid-template-columns: 1fr;
    gap: min(4vw, 30px);
    margin-top: min(6.5vw, 50px);
  }


  .biz-hero-title {
    font-size: clamp(14px, 3.6vw, 28px);
    margin-bottom: min(2vw, 15px);
  }

  .biz-hero-text {
    margin-bottom: min(2.6vw, 20px);
  }

  .u-list-indent li:not(:first-child) {
    margin-top: min(.7vw, 5px);
  }

  .biz-hero-btn {
    font-size: clamp(15px, 2.6vw, 20px);
    box-shadow: 0 min(1vw, 10px) min(1.5vw, 18px) rgba(239, 127, 58, 0.28);
    margin: min(6.5vw, 50px) auto min(4vw, 30px);
    width: min(65.1vw, 500px);
    height: 60px;
  }


  .biz-hero-note {
    text-align: center;
    font-size: clamp(10px, 2.1vw, 16px);
  }

}



/*----------------------------------------
	ビジネスサポートでできること
----------------------------------------*/
.biz-section {
  margin: min(5vw, 60px) 0;
}

.biz-title {
  font-size: min(2.1vw, 26px);
  font-weight: 700;
  color: #085990;
  margin-bottom: min(1.2vw, 15px);
}

.biz-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.9vw, 35px) min(3.3vw, 40px);
  margin-top: min(2.9vw, 35px);
}

.biz-feature-card {
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(252, 112, 0, 0.2);
  padding: min(2.1vw, 26px) min(2vw, 24px) min(2.3vw, 28px);
}

.biz-feature-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.biz-feature-title {
  margin: 0 0 min(1vw, 10px);
  text-align: center;
  font-size: clamp(11px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.4;
  color: #ea5b0c;
}

.biz-feature-text {
  margin: 0;
  font-size: clamp(10px, 1.2vw, 15px);
  line-height: 1.6;
  color: /*#666*/#333;
}

.biz-feature-text a {
  color: #ea5b0c;
  text-decoration: underline;
}

.biz-feature-text a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .biz-section {
    margin: min(7.8vw, 60px) 0;
  }

  .biz-title {
    font-size: clamp(14px, 3.6vw, 28px);
    margin-bottom: min(2vw, 15px);
  }

  .biz-feature-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: min(6.5vw, 50px);
    margin-top: min(6.5vw, 50px)
  }

  .biz-feature-card {
    padding: min(4.2vw, 32px) min(4vw, 30px) min(4.7vw, 36px);
  }

  .biz-feature-image {
    margin-bottom: 15px;
  }

  .biz-feature-title {
    margin: 0 0  min(2vw, 15px);
    font-size: clamp(13px, 3.125vw, 24px);
  }

  .biz-feature-text {
    font-size: clamp(12px, 2.2vw, 17px);
  }

}




/*----------------------------------------
	制作実績
----------------------------------------*/
.biz-result {
  margin: min(5vw, 60px) 0 min(10vw, 120px);
}


.biz-result-slider {
  position: relative;
  padding: 0 30px;
}

.biz-result-item {
  padding: 0 12px;
}

.biz-result-item img {
  display: block;
  width: 100%;
  height: auto;
}

.biz-result-arrow {
  position: absolute;
  top: 50%;
  width: min(4vw, 50px);
  height: min(4vw, 50px);
  border: none;
  border-radius: 50%;
  background: #ef8a4c;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}

.biz-result-prev {
  left: 0;
}

.biz-result-next {
  right: 0;
}

.biz-result-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(1vw, 10px);
  height: min(1vw, 10px);
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}

.biz-result-prev::before {
  transform: translate(-35%, -50%) rotate(-135deg);
}

.biz-result-next::before {
  transform: translate(-65%, -50%) rotate(45deg);
}

.biz-result-arrow:hover {
  opacity: 0.85;
}

.biz-result-slider .slick-list {
  margin: 0 -12px;
}



@media screen and (max-width: 768px) {
  .biz-result-arrow {
    width: clamp(30px, 6.5vw, 50px);
    height: clamp(30px, 6.5vw, 50px);
  }

  .biz-result-arrow::before {
    width: clamp(4px, 1.3vw, 10px);
    height: clamp(4px, 1.3vw, 10px);
  }

}


/*----------------------------------------
	オフィス案内
----------------------------------------*/

.biz-office-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2vw, 25px);
  margin-top: min(2.9vw, 35px);
}

.biz-office-card {
  background: #fff;
  border-radius: 28px;
  box-shadow: 0 10px 28px rgba(252, 112, 0, 0.2);
  padding: min(2.5vw, 30px) min(2vw, 25px);
}

.biz-office-title {
  margin: 0 0 min(1.2vw, 15px);
  font-size: min(1.8vw, 22px);
  line-height: 1.4;
  font-weight: 700;
  color: #ea5b0c;
}

.biz-office-address {
  margin: 0 0 min(1.6vw, 20px);
  line-height: 1.5;
}

.biz-office-tel {
  margin: 0 0 min(1.2vw, 15px);
  font-size: min(1.5vw, 18px);
  line-height: 1.4;
  color: /*#666*/#333;
}

.biz-office-tel a {
  color: #ea5b0c;
  text-decoration: underline;
  font-weight: 700;
}


.biz-office-map {
  overflow: hidden;
}

.biz-office-map iframe {
  display: block;
  width: 100%;
  height: min(28vw, 340px);
}

@media screen and (max-width: 768px) {
  .biz-office-grid {
    grid-template-columns: 1fr;
    gap: min(6.5vw, 50px);
    margin-top: min(6.5vw, 50px);  
  }
  
  
  .biz-office-card {
    padding: min(4vw, 30px);
  }

  .biz-office-title {
    margin: 0 0 min(2vw, 15px);
    font-size: clamp(14px, 3.125vw, 24px);
  }

  .biz-office-address {
    margin: 0 0 min(2.6vw, 20px);
  }

  .biz-office-tel {
    margin: 0 0 min(2vw, 15px);
    font-size: clamp(12px, 2.6vw, 20px);
  }

  .biz-office-map iframe {
    height: min(44.3vw, 340px);
  }
}

/*----------------------------------------
	ご相談・ご依頼の流れ
----------------------------------------*/
.biz-step-list {
  display: flex;
  flex-direction: column;
  gap: min(2.5vw, 30px);
  margin-top: 30px;
}

.biz-step-item {
  display: flex;
  align-items: center;
  gap: min(1.6vw, 20px);
}

.biz-step-badge {
  flex-shrink: 0;
  text-align: center;
}

.biz-step-label {
  display: block;
  margin-bottom: 3px;
  font-size: min(1.5vw, 18px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #f56600;
}

.biz-step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(4.4vw, 54px);
  height: min(4.4vw, 54px);
  margin: 0 auto;
  border-radius: 50%;
  background: #f56600;
  color: #fff;
  font-size: min(2.1vw, 26px);
  font-weight: 700;
  line-height: 1;
  padding: 2px 0 0;
}

.biz-step-text {
  margin: 0;
  font-size: min(1.8vw, 22px);
  line-height: 1.5;
  font-weight: 500;
  margin-top: min(1.8vw, 22px);
}

.biz-step-text strong {
  font-weight: 700;
  font-size: min(2vw, 24px);  
  display: block; 
}

@media screen and (max-width: 768px) {
  .biz-step-list {
    gap: min(6.4vw, 30px);
    margin-top: 30px;
  }

  .biz-step-item {
    gap: min(4vw, 30px);
    align-items: flex-start;
  }

  .biz-step-label {
    margin-bottom: 3px;
    font-size: clamp(10px, 2.34vw, 18px);
  }

  .biz-step-number {
    width: clamp(30px, 7vw, 54px);
    height: clamp(30px, 7vw, 54px);
    font-size: clamp(12px, 3.9vw, 26px);
    padding: 2px 0 0;
  }

  .biz-step-text {
    font-size: clamp(12px, 2.9vw, 22px);
    margin-top: 0;
  }
  
  .biz-step-text strong {
    font-weight: 700;
    font-size: clamp(15px, 3.125vw, 24px);
  }
  

}



/*----------------------------------------
	よくある質問
----------------------------------------*/
.biz-faq {
  margin-top: min(6.5vw, 80px);
}

.biz-faq-item {
  border-radius: 12px;
}

.biz-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(1.3vw, 16px);
  padding: min(1.3vw, 16px) min(2vw, 24px) min(1.3vw, 16px) min(1.3vw, 16px);
  border: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 min(.7vw, 8px) min(2vw, 24px) rgba(252, 112, 0, 0.2);
  cursor: pointer;
  text-align: left;
}

.biz-faq-head {
  display: flex;
  align-items: center;
  gap: min(1.3vw, 16px);
  min-width: 0;
}

.biz-faq-q-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(4vw, 48px);
  height: min(4vw, 48px);
  border-radius: 8px;
  background: #f56600;
  color: #fff;
  font-size: min(2.9vw, 34px);
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
  font-family: Arial, Helvetica, "sans-serif";
}

.biz-faq-head-text {
  font-size: min(2vw, 24px);
  font-weight: 700;
  line-height: 1.4;
  color: #f56600;
}

.biz-faq-arrow {
  position: relative;
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  flex-shrink: 0;
}

.biz-faq-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(2vw, 24px);
  height: min(2vw, 24px);
  border-right: 4px solid #f56600;
  border-bottom: 4px solid #f56600;
  transform: translate(-50%, -65%) rotate(45deg);
  transition: transform 0.3s ease;
  box-sizing: border-box;
}

.biz-faq-question[aria-expanded="true"] .biz-faq-arrow::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

.biz-faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition:
    max-height 0.4s ease,
    opacity 0.25s ease,
    padding 0.4s ease;
  padding: 0 min(1.2vw, 14px);
}

.biz-faq-question[aria-expanded="true"] + .biz-faq-answer {
  max-height: 2000px;
  opacity: 1;
  padding: min(2vw, 24px) min(1.2vw, 14px) 0;
}

.biz-faq-answer-inner {
  overflow: visible;
  padding: 0;
}

.biz-faq-question[aria-expanded="true"] + .biz-faq-answer .biz-faq-answer-inner {
  padding-top: min(2vw, 24px);
}

.biz-faq-block + .biz-faq-block {
  margin-top: min(3.3vw, 40px);
}

.biz-faq-title {
  margin: 0 0 min(1.2vw, 15px);
  font-size: min(2vw, 24px);
  line-height: 1.6;
  font-weight: 700;
  color: #f56600;
}

.biz-faq-text {
  margin: 0;
  font-size: clamp(12px, 1.4vw, 17px);
  color: /*#777*/#333;
}

@media screen and (max-width: 768px) {
  .biz-faq {
    margin-top: min(10vw, 80px);
  }


  .biz-faq-question {
    gap: min(2.1vw, 16px);
    padding: min(2.1vw, 16px) min(3.125vw, 24px) min(2.1vw, 16px) min(2.1vw, 16px);
  }

  .biz-faq-head {
    gap: min(2.1vw, 16px);
  }

  .biz-faq-q-icon {
    width: min(6.25vw, 48px);
    height: min(6.25vw, 48px);
    font-size: min(4.4vw, 34px);
  }

  .biz-faq-head-text {
    font-size: min(3.125vw, 24px);
  }

  .biz-faq-arrow {
    width: min(3.125vw, 24px);
    height: min(3.125vw, 24px);
  }

  .biz-faq-arrow::before {
    width: min(3.125vw, 24px);
    height: min(3.125vw, 24px);
    border-right: 3px solid #f56600;
    border-bottom: 3px solid #f56600;
  }

  .biz-faq-answer {
    padding: 0 min(1.8vw, 14px);
  }

  .biz-faq-question[aria-expanded="true"] + .biz-faq-answer {
    padding: min(3.125vw, 24px) min(1.8vw, 14px) 0;
  }

  .biz-faq-question[aria-expanded="true"] + .biz-faq-answer .biz-faq-answer-inner {
    padding-top: min(3.125vw, 24px);
  }

  .biz-faq-block + .biz-faq-block {
    margin-top: min(5.2vw, 40px);
  }

  .biz-faq-title {
    margin: 0 0 min(2vw, 15px);
    font-size: clamp(14px, 3.125vw, 24px);
  }

  .biz-faq-text {
    font-size: clamp(12px, 2.2vw, 17px);
  }
}








/*----------------------------------------
	CTA
----------------------------------------*/
.biz-cta-footer {
  margin-top: min(8.2vw, 100px);
}

.biz-cta {
  max-width: 960px;
  margin: 0 auto;
  background: #fdf1e9;
  border-radius: 30px;
  padding: min(2.5vw, 30px) min(3.3vw, 40px) min(1.3vw, 16px);
  text-align: center;
}

.biz-cta-title {
  font-size: min(2.8vw, 34px);
  line-height: 1.4;
  font-weight: 700;
  color: #ea5503;
  letter-spacing: 2px;
}

.biz-cta-text {
  margin: min(1.5vw, 18px) 0 min(2.1vw, 26px);
}

.biz-btn-box {
  text-align: center;
  margin-bottom: min(2.6vw, 20px);
}

.biz-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(53.2vw, 650px);
  height:  clamp(46px, 5vw, 60px);
  margin: 0 auto;
  border-radius: 999px;
  background: linear-gradient(90deg, #ea5503 0%, #fe893c 50%, #f84d1f 100%);
  color: #fff;
  font-size: clamp(14px, 1.5vw, 18px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 min(1vw, 10px) min(1.5vw, 18px) rgba(239, 127, 58, 0.28);
  background-size: 200% 100%;
  background-position: left;
  transition: background-position 0.6s ease;
}

.biz-btn:hover {
  background-position: 100%;
}

.biz-btn-note {
  margin: 10px 0 0;
  font-size: clamp(10px, 1.2vw, 14px);
  line-height: 1.8;
  color: #777;
}

.biz-btn-result {
  width: min(39.3vw, 480px);
  margin-top: min(1.6vw, 20px);
}


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


  .biz-cta {
    padding: min(4vw, 30px) min(5.2vw, 40px) min(2.6vw, 20px);
    text-align: center;
  }

  .biz-cta-title {
    font-size: clamp(18px, 4.4vw, 34px);
  }

  .biz-cta-text {
    margin: min(2.3vw, 18px) 0 min(3.3vw, 26px);
    text-align: left;
    font-size: min(3vw, 23px);
  }


  .biz-btn-note {
    margin: 10px 0 0;
    font-size: clamp(11px, 2.1vw, 16px);
  }

  .biz-btn {
    width: 100;
    height: 60px;
    font-size: clamp(15px, 2.6vw, 20px);
  }

  .biz-btn-result {
    width: min(80%, 600px);
  }

}




/*----------------------------------------
	footer
----------------------------------------*/

.biz-footer {
  padding: 54px 20px 46px;
  text-align: center;
}


.biz-footer-contact {
  margin: 14px 0 0;
}

.biz-footer-copy {
  margin: 28px 0 0;
  font-size: clamp(11px, 1.8vw, 14px);
  color: #999;
}

.biz-footer-lead {
  display: flex;
  align-items: center;
  justify-content: center;
}

.biz-footer-lead img {
  width: clamp(90px, 12.3vw, 150px);
}

.biz-footer-lead p {
  display: flex;
  align-items: center;
}

.biz-footer-lead p::before {
  content: "";
  background: #333;
  height: 1px;
  width: min(1.2vw, 15px);
  display: inline-block;
  margin: 0 10px;
}







/* ページトップ */

#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #EA5404;
  opacity: 0.7;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}





































