@media (min-width: 769px) and (max-width: 1100px) {
  br.s-pc-none {
    display: none;
  }
}

/**
* Foundation
* ========================== */
/*
---------------------------------------
common
---------------------------------------
*/
.main-column {
  font: 1em/1.72 -apple-system, "Noto Sans Japanese", "Noto Sans JP", sans-serif;
}

@media (max-width: 414px) {
  .main-column {
    font-size: 3.2029vw;
  }
}

.l-contents {
  min-width: 1100px;
}

@media (max-width: 768px) {
  .l-contents {
    min-width: 0px;
  }
}

.l-contents a {
  color: #252525;
}

.l-contents h1,
.l-contents h2,
.l-contents h3,
.l-contents h4 {
  font-weight: 500;
  letter-spacing: 0.06em;
}

.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .l-contents .pc {
    display: none !important;
  }
}

.l-contents .sp {
  display: none !important;
}

@media (max-width: 768px) {
  .l-contents .sp {
    display: block !important;
  }
}

.l-contents .inline-pc {
  display: inline !important;
}

@media (max-width: 768px) {
  .l-contents .inline-pc {
    display: none !important;
  }
}

.l-contents .inline-sp {
  display: none !important;
}

@media (max-width: 768px) {
  .l-contents .inline-sp {
    display: inline !important;
  }
}

.l-contents .inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}

@media (max-width: 768px) {
  .l-contents .inner {
    padding: 0 4.26667%;
  }
}

.l-contents .inner--m {
  max-width: 1190px;
}

.l-contents .inner--s {
  max-width: 1070px;
}

.l-contents span {
  font-size: inherit;
  font-weight: inherit;
}

.l-contents .img {
  line-height: 0;
}

.l-contents img {
  max-width: 100%;
  height: auto;
}

.l-contents .en {
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.l-contents .italic {
  font-style: italic;
}

.l-contents .thin {
  font-weight: 300;
}

.exbnr_join {
  display: flex;
  width: 100%;
  max-width: 1240px;
  padding: 0 10px;
  margin: 0 auto 2rem;
  box-sizing: border-box;
  position: relative;
  justify-content: center;
}

.exbnr_join a {
  display: block;
  width: 48%;
  margin: 1rem 0;
  transition: opacity 0.3s;
}

@media screen and (max-width: 767px) {
  .exbnr_join a {
    width: 96%;
  }
}

.main-column > div {
  padding: 0;
}

@media (min-width: 769px) {
  .elem-catch,
  .elem-paragraph,
  .border-frame-section,
  .tab-navigation {
    padding: 0 1.25rem;
  }
}

@media (max-width: 768px) {
  .elem-catch,
  .elem-paragraph,
  .border-frame-section,
  .tab-navigation {
    padding: 0 4.26667%;
  }
}

.site-components-stack {
  margin-top: 0;
}

.elem-btn-list ul {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .elem-btn-list ul {
    display: block;
  }
}

.elem-btn-list ul li {
  width: 32%;
}

@media (max-width: 768px) {
  .elem-btn-list ul li {
    width: 100%;
    text-align: center;
    padding: 0 0 10px;
  }
}

/* Object
* ========================== */
/* Component ------------ */
.btn-01 a {
  display: block;
  background: #f0740f;
  color: #fff;
  text-align: center;
  max-width: 330px;
  padding: 15px 0;
  font-weight: 500;
  position: relative;
  transition: opacity 0.3s;
}

.btn-01 a:before {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media (hover: hover) {
  .btn-01 a:hover {
    opacity: 0.8;
  }
}

.c-nav__lead {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  padding: 20px 0 54px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .c-nav__lead {
    font-size: 4.2vw;
    padding: 3vw 0 7vw;
  }
}

@media (min-width: 769px) {
  .c-nav__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  .c-nav__item {
    width: calc(33.3333% - 54px);
    text-align: center;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .c-nav__item {
    width: calc(33.3333% - 2%);
    text-align: center;
  }
}


@media (max-width: 768px) {
  .c-nav__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.c-nav__item a {
  display: block;
  background: #e8f4f6;
  padding: 22px 0 33px;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .c-nav__item a {
    box-shadow: 5px 5px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5vw 0 7vw;
    text-align: center;
  }
}

.c-nav__item a:before {
  content: "";
  position: absolute;
  bottom: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #40a69f;
  border-right: 2px solid #40a69f;
  transform: rotate(135deg);
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .c-nav__item a:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 4vw;
  }
}

@media (hover: hover) {
  .c-nav__item a:hover {
    background: #40a69f;
    color: #fff;
  }
  .c-nav__item a:hover:before {
    border-color: #fff;
  }
  .c-nav__item a:hover .c-nav__item__txt {
    color: #fff;
  }
}

.c-nav__item .c-nav__item__en {
  font-size: 14px;
  color: inherit;
  font-weight: bold;
  padding-bottom: 5px;
}

@media (max-width: 768px) {
  .c-nav__item .c-nav__item__en {
    font-size: 0.7rem;
    padding-bottom: 0;
  }
}

.c-nav__item .c-nav__item__txt {
  font-size: 24px;
  color: #40a69f;
  font-weight: 500;
  transition: color 0.2s linear;
}

@media (max-width: 768px) {
  .c-nav__item .c-nav__item__txt {
    font-size: 4.8vw;
  }
}

.heading-01 {
  font-size: 46px;
  text-align: center;
  line-height: 1.434;
  color: #40a69f;
}

@media (max-width: 768px) {
  .heading-01 {
    font-size: 6.4vw;
  }
}

.heading-01 span {
  display: inline-block;
  padding: 0 65px;
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: left top 12px, right top 12px;
}

@media (max-width: 768px) {
  .heading-01 span {
    padding: 0 7vw;
    background-size: 5vw;
    background-position: left top 2.5vw, right top 2.5vw;
  }
}

.heading-01--white span {
  background-image: url(/product/category/img/3d/top/icn_quote_l@2x.png), url(/product/category/img/3d/top/icn_quote_r@2x.png);
}

.heading-01--green span {
  background-image: url(/product/category/img/3d/top/icn_quote_l_green@2x.png), url(/product/category/img/3d/top/icn_quote_r_green@2x.png);
}

.heading-01--gray span {
  background-image: url(/product/category/img/3d/top/icn_quote_l_gray@2x.png), url(/product/category/img/3d/top/icn_quote_r_gray@2x.png);
}

.heading-02 {
  font-size: 36px;
  text-align: center;
  color: #40a69f;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .heading-02 {
    font-size: 5.3vw;
  }
}

/*
---------------------------------------
secCta
---------------------------------------
*/
.secCta {
  background: #e8f4f6;
  padding: 92px 0 78px;
}

@media (max-width: 768px) {
  .secCta {
    padding: 15vw 0 10vw;
  }
}

.secCta__cont {
  background: #fff;
  padding: 53px 0 60px;
  position: relative;
}

@media (max-width: 768px) {
  .secCta__cont {
    padding: 18vw 5vw 7vw;
  }
}

.secCta__heading {
  position: absolute;
  top: -34px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (min-width: 769px) and (max-width: 1100px) {
  .secCta__heading {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .secCta__heading {
    top: -5vw;
  }
  .secCta__heading .sp {
    display: inline !important;
  }
}

.secCta__lead {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.666;
  text-align: center;
  padding-bottom: 20px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  .secCta__lead {
    font-size: 1.2rem;
    padding-bottom: 7vw;
  }
}

.secCta__btn {
  text-align: center;
}

.secCta__btn a img {
  transition: opacity 0.3s;
  width: 100%;
  max-width: 548px;
  margin: 0 auto;
}

/*
---------------------------------------
secNeeds
---------------------------------------
*/
.secNeeds {
  padding: 90px 0 100px;
}

@media (max-width: 768px) {
  .secNeeds {
    padding: 10vw 0;
  }
}

.secNeeds .secNeeds__heading {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .secNeeds .secNeeds__heading {
    margin-bottom: 7vw;
  }
}

@media (min-width: 769px) {
  .secNeeds .secNeeds__box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 1220px) {
  .secNeeds .secNeeds__item {
    width: 49%;
  }
}

@media (max-width: 768px) {
  .secNeeds .secNeeds__item {
    width: 100%;
    text-align: center;
  }
}

.secNeeds .secNeeds__item a {
  transition: opacity 0.3s;
}

@media (hover: hover) {
  .secNeeds .secNeeds__item a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  .secNeeds .secNeeds__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}

/* Project ------------ */
/*
---------------------------------------
purpose
---------------------------------------
*/
#purpose {
  padding-top: 50px;
}

@media (max-width: 768px) {
  #purpose {
    padding-top: 0;
  }
}

#purpose .secSolution__head {
  padding: 15px 0 74px;
}

@media (max-width: 768px) {
  #purpose .secSolution__head {
    padding: 0 0 10vw;
  }
}

#purpose .secSolution__heading {
  position: relative;
}

#purpose .secSolution__heading:before {
  content: "SOLUTION";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f4fafb;
  font-size: 240px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: -1;
  white-space: nowrap;
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #purpose .secSolution__heading:before {
    top: 0px;
    font-size: 150px;
  }
}

@media (max-width: 768px) {
  #purpose .secSolution__heading:before {
    font-size: 17vw;
    top: 0;
  }
}

@media (max-width: 768px) {
  #purpose .c-nav__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  #purpose .c-nav__item {
    width: calc(25% - 30px);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #purpose .c-nav__item {
    width: 24%;
  }
}

@media (max-width: 768px) {
  #purpose .c-nav__item {
    width: calc(50% - 10px);
  }
}

#purpose .secSolution__cont {
  background: #e8f4f6;
  padding: 100px 0 120px;
}

@media (max-width: 768px) {
  #purpose .secSolution__cont {
    padding: 10vw 0;
  }
}

#purpose .secSolution__item {
  background: #fff;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  padding: 50px 110px 70px;
  padding: 40px 70px 50px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #purpose .secSolution__item {
    padding: 5vw;
  }
}

@media (max-width: 768px) {
  #purpose .secSolution__item {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5vw;
  }
}

@media (max-width: 768px) {
  #purpose .secSolution__item {
    padding: 5vw;
  }
}

#purpose .secSolution__item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #purpose .secSolution__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

#purpose .secSolution__item__head__en {
  text-align: center;
  font-size: 14px;
  color: #40a69f;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  #purpose .secSolution__item__head__en {
    font-size: 0.9rem;
    padding-bottom: 2px;
    margin-bottom: 3vw;
  }
}

#purpose .secSolution__item__head__en:before {
  content: "";
  background: #40a69f;
  width: 50px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

@media (max-width: 768px) {
  #purpose .secSolution__item__head__en:before {
    width: 25px;
    height: 2px;
  }
}

#purpose .secSolution__item__ttl {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #purpose .secSolution__item__ttl {
    margin-bottom: 5vw;
  }
}

#purpose .secSolution__item__lead {
  text-align: center;
  line-height: 1.555;
  padding-bottom: 45px;
  font-size: 18px;
}

@media (max-width: 768px) {
  #purpose .secSolution__item__lead {
    font-size: 1.1rem;
    padding-bottom: 12vw;
  }
}

@media (min-width: 769px) {
  #purpose .secSolution__boxWrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

#purpose .secSolution__box__item {
  border: 1px solid #000;
  padding: 20px 30px 30px;
  position: relative;
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item {
    padding: 5vw;
  }
}

#purpose .secSolution__box__item.item--problem {
  border-color: #40a69f;
  margin-bottom: 50px;
  position: relative;
}

#purpose .secSolution__box__item.item--problem:before {
  content: "";
  background: url(/product/category/img/3d/purpose/icn_arrow_down@2x.png) no-repeat center center/cover;
  width: 24px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -38px;
}

#purpose .secSolution__box__item.item--problem .item__ttl {
  color: #40a69f;
  font-size: 20px;
  border-bottom: 1px dashed #40a69f;
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item.item--problem .item__ttl {
    font-size: 4.2vw;
  }
}

#purpose .secSolution__box__item.item--solution {
  border-color: #f0740f;
  flex: 1;
}

#purpose .secSolution__box__item.item--solution .item__ttl {
  color: #f0740f;
  font-size: 24px;
  border-bottom: 1px dashed #f0740f;
  line-height: 1.416;
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item.item--solution .item__ttl {
    font-size: 4.8vw;
  }
}

#purpose .secSolution__box__item .item__ttl {
  padding-bottom: 15px;
  padding-left: 42px;
  margin-bottom: 24px;
  line-height: 1.7;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item .item__ttl {
    line-height: 1.5;
    padding-left: 0;
    margin-bottom: 5vw;
  }
}

#purpose .secSolution__box__item .item__icn {
  position: absolute;
  left: -20px;
  top: -25px;
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item .item__icn {
    width: 15vw;
    top: -10vw;
  }
}

#purpose .secSolution__box__item .item__img {
  text-align: center;
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item .item__img {
    padding-top: 5vw;
  }
}

@media (min-width: 769px) {
  #purpose .secSolution__box__item .item__img--pd {
    padding-top: 53px;
  }
}

#purpose .secSolution__box__item .item__catch {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  #purpose .secSolution__box__item .item__catch {
    font-size: 1.1rem;
    padding-bottom: 3vw;
  }
}

#purpose .secSolution__box__item .item__txt {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (min-width: 769px) {
  #purpose .solution__box {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #purpose .solution__img {
    width: 47%;
  }
}


@media (min-width: 769px) {
  #purpose .solution__txtbox {
    flex: 1;
    padding-left: 55px;
  }
}

#purpose .solution__ttl {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  #purpose .solution__ttl {
    font-size: 1.1rem;
    padding-top: 3vw;
  }
}

#purpose .solution__txt {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  #purpose .solution__txt {
    padding-bottom: 5vw;
  }
}

@media (min-width: 769px) {
  #purpose .secSolution__box {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  #purpose .secSolution__box--half {
    width: calc(50% - 30px);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #purpose .secSolution__box--half {
    width: 48%;
  }
}

@media (max-width: 768px) {
  #purpose .secSolution__box--half:nth-of-type(1) {
    margin-bottom: 16vw;
  }
}

#purpose .secSolution__box--half .secSolution__box__item.item--problem {
  height: 170px;
}

@media (max-width: 1100px) {
  #purpose .secSolution__box--half .secSolution__box__item.item--problem {
    height: 180px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #purpose .secSolution__box--half .secSolution__box__item.item--problem {
    height: 250px;
  }
}

@media (max-width: 768px) {
  #purpose .secSolution__box--half .secSolution__box__item.item--problem {
    height: auto;
  }
}

#purpose .secSolution__box--half .secSolution__box__item .item__ttl {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #purpose .secSolution__box--half .secSolution__box__item .item__ttl {
    margin-bottom: 3vw;
  }
}

#purpose .secSolution__box--half .secSolution__box__item .item__txt {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  #purpose .secSolution__box--half .secSolution__box__item .item__txt {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #purpose .solution__img {
    text-align: center;
  }
}

#purpose .secSolution__boxWrap + .btn-01 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  #purpose .secSolution__boxWrap + .btn-01 {
    margin-top: 7vw;
  }
}

#purpose .secSolution__boxWrap + .btn-01 a {
  margin: 0 auto;
}

@media (min-width: 769px) {
  #purpose .secNeeds {
    padding: 125px 0 110px;
  }
}

#purpose .minitxt_ref {
  display: block;
  text-indent: -2.4rem;
  padding-left: 2.4rem;
  font-size: 0.8rem !important;
  text-align: left;
}
#purpose .minitxt_ref_ex {
  font-size:0.65rem;
  padding-left: 0.325rem;
}


/*
---------------------------------------
reason
---------------------------------------
*/
#reason {
  padding-top: 50px;
}

@media (max-width: 768px) {
  #reason {
    padding-top: 0;
  }
}

#reason .secArchivements {
  padding-bottom: 120px;
}

@media (max-width: 768px) {
  #reason .secArchivements {
    padding-bottom: 10vw;
  }
}

#reason .secArchivements__ttl {
  text-align: center;
  padding-bottom: 37px;
}

@media (max-width: 768px) {
  #reason .secArchivements__ttl {
    padding: 0 0 5vw;
  }
}

#reason .secArchivements__logo {
  text-align: center;
}

#reason .secReason__head {
  padding: 0 0 80px;
  position: relative;
}

#reason .secReason__head:before {
  content: "";
  background: url(/product/category/img/3d/reason/line@2x.png) no-repeat center center/cover;
  width: 2px;
  height: 126px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -60px;
}

@media (max-width: 768px) {
  #reason .secReason__head:before {
    width: 1px;
    height: 63px;
    bottom: -30px;
  }
}

@media (max-width: 768px) {
  #reason .secReason__head {
    padding: 10vw 0;
  }
}

#reason .secReason__head .inner {
  padding: 0;
}

#reason .secReason__heading {
  position: relative;
}

@media (max-width: 768px) {
  #reason .secReason__heading {
    letter-spacing: 0;
  }
}

#reason .secReason__heading:before {
  content: "REASON";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f4fafb;
  font-size: 240px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: -1;
  white-space: nowrap;
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 768px) {
  #reason .secReason__heading:before {
    font-size: 17vw;
    top: 0;
  }
}

#reason .secReason__cont {
  background: #e8f4f6;
  padding: 110px 0;
}

@media (max-width: 768px) {
  #reason .secReason__cont {
    padding: 10vw 0;
  }
}

#reason .secReason__item {
  background: #fff;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  padding: 50px 110px 70px;
  padding: 45px 115px 50px 70px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #reason .secReason__item {
    padding-right: 5vw;
  }
}


@media (max-width: 768px) {
  #reason .secReason__item {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5vw;
  }
}

@media (min-width: 769px) {
  #reason .secReason__item {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 768px) {
  #reason .secReason__item {
    padding: 5vw;
  }
}

#reason .secReason__item:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #reason .secReason__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

#reason .secReason__item:before {
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: block;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  color: #f4fafb;
  font-size: 220px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: 0;
  white-space: nowrap;
  text-align: right;
}

@media (max-width: 768px) {
  #reason .secReason__item:before {
    right: 2vw;
    top: 2vw;
    transform: translateY(0px);
    font-size: 20vw;
  }
}

#reason .secReason__item.item-01:before {
  content: "01";
}

@media (min-width: 769px) {
  #reason .secReason__item.item-01:before {
    font-size: 240px;
    right: 20px;
  }
}

#reason .secReason__item.item-02:before {
  content: "02";
}

#reason .secReason__item.item-03:before {
  content: "03";
}

#reason .secReason__item.item-04:before {
  content: "04";
}

#reason .secReason__item.item-05:before {
  content: "05";
}

@media (max-width: 768px) {
  #reason .secReason__icn {
    text-align: center;
    width: 40%;
    margin: 0 auto 3vw;
  }
}

#reason .secReason__txtbox {
  position: relative;
}

@media (min-width: 769px) {
  #reason .secReason__txtbox {
    flex: 1;
    padding-left: 50px;
  }
}

#reason .secReason__num {
  letter-spacing: 0.06em;
}

#reason .secReason__num span {
  display: inline-block;
  border-bottom: 2px solid #40a69f;
  color: #40a69f;
  font-weight: 500;
  margin-bottom: 10px;
}

#reason .secReason__ttl {
  text-align: left;
  margin-bottom: 12px;
  line-height: 130%;
}

@media (max-width: 768px) {
  #reason .secReason__ttl {
    margin-bottom: 2vw;
  }
}

#reason .secReason__txt a {
  color: #40a69f;
  text-decoration: underline;
}

/*
---------------------------------------
service
---------------------------------------
*/
#service .secNeeds {
  padding: 40px 0 70px;
}

@media (max-width: 768px) {
  #service .secNeeds {
    padding: 0 0 10vw;
  }
}

#service .secOnline {
  background: #e8f4f6;
  padding: 140px 0 100px;
}

@media (max-width: 768px) {
  #service .secOnline {
    padding: 10vw 0;
  }
}

#service .secOnline__heading {
  position: relative;
  padding-bottom: 88px;
}

@media (max-width: 768px) {
  #service .secOnline__heading {
    padding-bottom: 10vw;
  }
}

#service .secOnline__heading span {
  position: relative;
}

#service .secOnline__heading:before {
  content: "ONLINE";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f4fafb;
  font-size: 240px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: -1;
  white-space: nowrap;
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  z-index: 0;
  top: -40px;
}

@media (max-width: 768px) {
  #service .secOnline__heading:before {
    font-size: 17vw;
    top: 0;
  }
}

@media (max-width: 768px) {
  #service .secOnline__heading:before {
    top: -3vw;
  }
}

#service .secOnline__catch {
  font-size: 36px;
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #service .secOnline__catch {
    font-size: 4.2vw;
    margin-bottom: 7vw;
  }
}

#service .secOnline__catch span {
  display: inline;
  border-bottom: 2px solid #252525;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .secOnline__catch span br.sp {
    display: block !important;
  }
}


#service .secOnline__lead {
  padding-bottom: 55px;
  font-size: 18px;
}

@media (max-width: 768px) {
  #service .secOnline__lead {
    font-size: 1.1rem;
    padding-bottom: 7vw;
  }
}

#service .secOnline__item {
  margin-bottom: 70px;
  padding: 0 50px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .secOnline__item {
    padding: 0;
    margin-bottom: 10vw;
  }
}

@media (max-width: 768px) {
  #service .secOnline__item {
    padding: 0 4.26667%;
    margin-bottom: 10vw;
  }
}

#service .secOnline__item.item-01 .secOnline__item__inner {
  background-image: url(/product/category/img/3d/service/online_bg_01@2x.jpg);
}

#service .secOnline__item.item-02 .secOnline__item__inner {
  background-image: url(/product/category/img/3d/service/online_bg_02@2x.jpg);
}

#service .secOnline__item.item-03 .secOnline__item__inner {
  background-image: url(/product/category/img/3d/service/online_bg_03@2x.jpg);
}

#service .secOnline__item.item-04 .secOnline__item__inner {
  background-image: url(/product/category/img/3d/service/online_bg_04@2x.jpg);
}

#service .secOnline__item.item-05 .secOnline__item__inner {
  background-image: url(/product/category/img/3d/service/online_bg_05@2x.jpg);
}

#service .secOnline__item__inner {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}

@media (max-width: 768px) {
  #service .secOnline__item__inner {
    background-size: 150%;
  }
}

#service .secOnline__item__head {
  padding: 96px 0 50px;
}

@media (max-width: 768px) {
  #service .secOnline__item__head {
    padding: 7vw 0 5vw;
  }
}

#service .secOnline__item__head__en {
  font-size: 60px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  #service .secOnline__item__head__en {
    font-size: 8vw;
  }
}

#service .secOnline__item__head__en:before {
  content: "";
  background: #fff;
  width: 80px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

@media (max-width: 768px) {
  #service .secOnline__item__head__en:before {
    width: 40px;
    height: 3px;
  }
}

#service .secOnline__item__cont {
  background: #fff;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  padding: 50px 110px 70px;
  padding: 50px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .secOnline__item__cont {
    padding: 5vw 3vw;
  }
}

@media (max-width: 768px) {
  #service .secOnline__item__cont {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5vw;
  }
}

@media (max-width: 768px) {
  #service .secOnline__item__cont {
    padding: 5vw 5vw 7vw;
  }
}

#service .secOnline__item__ttl {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #service .secOnline__item__ttl {
    margin-bottom: 7vw;
    line-height: 1.5;
  }
}

@media (min-width: 769px) {
  #service .point__list {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  #service .point__item {
    width: 33.3333%;
    padding: 0 45px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .point__item {
    padding: 0 2%;
  }
}

@media (max-width: 768px) {
  #service .point__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}

#service .point__img {
  text-align: center;
  margin-bottom: 34px;
}

@media (max-width: 768px) {
  #service .point__img {
    width: 75%;
    margin: 0 auto 5vw;
  }
}

#service .point__ttl {
  font-size: 1.25rem/*20px*/;
  text-align: center;
  color: #40a69f;
  line-height: 1.5;
  font-feature-settings: "palt";
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #service .point__ttl {
    font-size: 4.8vw;
  }
}

#service .function__list {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #service .function__list {
    margin-bottom: 0;
  }
}

#service .function__item {
  border-top: 1px solid #40a69f;
}

@media (min-width: 769px) {
  #service .function__item {
    display: -ms-flexbox;
    display: flex;
    padding: 40px 50px;
  }
}

@media (max-width: 1380px) {
  #service .function__item {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  #service .function__item {
    padding: 5vw 0;
  }
}

#service .function__item:last-child {
  border-bottom: 1px solid #40a69f;
}


@media (min-width: 769px) and (max-width: 1100px) {
  #service .function__img {
    width: 40%;
  }
}


@media (min-width: 769px) {
  #service .function__txtbox {
    flex: 1;
    padding-left: 53px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .function__txtbox {
    padding-left: 30px;
  }
}

#service .function__head {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  #service .function__head {
    margin-bottom: 5vw;
  }
}

#service .function__icn {
  background: #40a69f;
  color: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
  font-size: 20px;
  font-weight: bold;
  width: 90px;
  height: 90px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #service .function__icn {
    width: 12vw;
    height: 12vw;
    font-size: 2.5vw;
    padding-top: 1vw;
  }
}

#service .function__icn .num {
  display: block;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  #service .function__icn .num {
    font-size: 7vw;
  }
}

#service .function__ttl {
  flex: 1;
  padding-left: 25px;
  font-size: 30px;
  color: #40a69f;
  font-weight: 600;
  line-height: 1;
}


@media (min-width: 769px) and (max-width: 1100px) {
  #service .function__ttl {
    font-size: 25px;
  }
}

@media (max-width: 768px) {
  #service .function__ttl {
    font-size: 5vw;
    padding-left: 3vw;
  }
}

#service .function__catch {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.416;
}

@media (max-width: 768px) {
  #service .function__catch {
    font-size: 1.2rem;
    margin-bottom: 2vw;
  }
}

@media (max-width: 768px) {
  #service .function__img {
    margin-bottom: 5vw;
    text-align: center;
  }
}

#service .function__img__note {
  padding-top: 15px;
}

@media (max-width: 768px) {
  #service .function__img__note {
    padding-top: 2vw;
  }
}

@media (min-width: 769px) {
  #service .environment__boxWrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

#service .environment__box {
  width: 32%;
  max-width: 352px;
  text-align: center;
  margin-bottom: 20px;
  border: 1px solid #40a69f;
}

@media (max-width: 768px) {
  #service .environment__box {
    width: 100%;
    margin: 0 auto 3vw;
    text-align: left;
  }
}

#service .environment__box--full {
  width: 100%;
  max-width: inherit;
}

#service .environment__box--full .environment__txtbox {
	text-align: left;
	padding: 25px 80px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .environment__box--full .environment__txtbox {
    padding: 5vw 3vw;
  }
}

@media (max-width: 768px) {
	#service .environment__box--full .environment__txtbox {
		padding: 5vw;
	}
}

#service .environment__box:nth-of-type(1) {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #service .environment__box:nth-of-type(1) {
    margin-bottom: 3vw;
  }
}

#service .environment__ttl {
  background: #40a69f;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #service .environment__ttl {
    font-size: 4.2vw;
    text-align: center;
  }
}

#service .environment__txtbox {
  padding: 25px 0;
}

@media (max-width: 768px) {
  #service .environment__txtbox {
    padding: 5vw;
  }
}

@media (min-width: 769px) {
  #service .environment__list {
/*
    display: -ms-flexbox;
    display: flex;
*/
    justify-content: center;
  }
}

#service .environment__item {
	display: inline-block;
  font-weight: 500;
  background: url(/product/category/img/3d/service/icn_check_orange@2x.png) no-repeat left 10px top 7px/15px;
  padding: 0 35px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .environment__item {
    width: calc(50% - 10px);
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #service .environment__item {
 	display: block;
   background-position: left top 5px;
    padding: 0 0 0 25px;
  }
}

#service .environment__txt {
  font-size: 14px;
  line-height: 1.714;
  padding: 15px 0 45px;
}

@media (max-width: 768px) {
  #service .environment__txt {
    font-size: 1rem;
    padding-top: 5vw;
  }
}

#service .environment__pdf,#service .environment__dl {
	text-align: center;
}
#service .environment__pdf a {
	border: 1px solid #40a69f;
	background: url(/product/category/img/3d/service/pdf.png) no-repeat 80px center;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #40a69f;
	font-size: 20px;
	font-weight: bold;
}
#service .environment__dl a {
	border: 1px solid #40407c;
	background: url(/product/category/img/3d/service/dl_icon.png) no-repeat 80px center;
	display: inline-block;
	max-width: 700px;
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #40407c;
	font-size: 20px;
	font-weight: bold;
}

@media (max-width: 768px) {
	#service .environment__pdf a {
		background: none;
		display: inline-block;
		height: 60px;
		line-height: 60px;
		color: #40a69f;
		font-size: 14px;
		font-weight: bold;
	}
	#service .environment__dl a {
		background: none;
		display: inline-block;
		height: 60px;
		line-height: 60px;
		color: #40407c;
		font-size: 14px;
		font-weight: bold;
	}
}

#service .price__tableWrap {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #service .price__tableWrap {
    overflow: scroll;
  }
}

@media (max-width: 768px) {
  #service .price__table__in {
    width: 1000px;
  }
}

#service .price__table {
  border: 2px solid #a0a0a0;
  width: 100%;
  font-weight: 500;
}

#service .price__table th,
#service .price__table td {
  vertical-align: middle;
  padding: 5px 10px;
  border-bottom: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  line-height: 1.5;
}

#service .price__table .center {
  text-align: center;
}

#service .price__table .c-white {
  color: #fff;
}

#service .price__table .bg-blue {
  background: #0f3191;
}

#service .price__table .bg-orange {
  background: #f0740f;
}

#service .price__table .bg-green {
  background: #006d77;
}

#service .price__table .bg-lightblue {
  background: #effafd;
}

#service .price__table .bg-lightorange {
  background: #fff3e5;
}

#service .price__table .bg-lightgreen {
  background: #e5f0f1;
}

#service .price__table .c-blue {
  color: #0f3191;
}

#service .price__table .c-orange {
  color: #f0740f;
}

#service .price__table .c-green {
  color: #006d77;
}

#service .price__table .fs-14 {
  font-size: 14px;
}

@media (max-width: 768px) {
  #service .price__table .fs-14 {
    font-size: 0.9rem;
  }
}

#service .price__table .vertical {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: center;
  background: #eee;
  padding: 0;
  width: 40px;
}

@media (max-width: 768px) {
  #service .price__table .vertical {
    width: 30px;
  }
}

#service .price__table .vertical .small {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  vertical-align: initial;
}

#service .price__table .small {
  font-size: 10px;
  vertical-align: 5px;
  font-feature-settings: "palt";
}

#service .price__table .col-1 {
  width: 150px;
}

@media (max-width: 768px) {
  #service .price__table .col-1 {
    width: 100px;
  }
}

#service .price__table .col-1--large {
  padding-left: 17px;
}

@media (max-width: 768px) {
  #service .price__table .col-1--large {
    padding-left: 10px;
  }
}

#service .price__table .col-2 {
  width: 210px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .price__table .col-2 {
    width: 20%;
  }
}

@media (max-width: 768px) {
  #service .price__table .col-2 {
    width: 140px;
  }
}

#service .price__table .col-3 {
  width: 488px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .price__table .col-3 {
    width: 40%;
  }
}


@media (max-width: 768px) {
  #service .price__table .col-3 {
/*     width: 298px; */
  }
}

#service .price__table .col-4 {
  width: 200px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .price__table .col-4 {
    width: 20%;
  }
}


@media (max-width: 768px) {
  #service .price__table .col-4 {
    width: 130px;
  }
}

#service .price__table .col-5 {
  width: 170px;
}
#service .price__table .payperuse {
	padding: 0 10px;
}

@media (max-width: 768px) {
  #service .price__table .col-5 {
/*     width: 100px; */
    padding-right: 0;
  }
}

#service .price__noteItem {
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}

@media (max-width: 768px) {
  #service .price__noteItem {
    font-size: 1rem;
  }
}

@media (min-width: 769px) {
  #service .flow__list {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    margin-top: 59px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .flow__list {
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  #service .flow__list {
    margin-bottom: 5vw;
  }
}

#service .flow__item {
  border: 2px solid #77cbc7;
  position: relative;
}

@media (min-width: 769px) {
  #service .flow__item {
    width: calc(16.6666% - 25px);
    text-align: center;
    padding: 38px 0 24px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .flow__item {
    width: calc(32.5% - 25px);
    margin-bottom: 30px;
  }
}


@media (max-width: 768px) {
  #service .flow__item {
    width: 100%;
    padding: 5vw 5vw 5vw 8vw;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}

@media (min-width: 769px) {
  #service .flow__item:not(:last-child) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  #service .flow__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}

#service .flow__item:not(:last-child):before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  position: absolute;
}

@media (min-width: 769px) {
  #service .flow__item:not(:last-child):before {
    right: -23px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #40a69f;
  }
}

@media (max-width: 768px) {
  #service .flow__item:not(:last-child):before {
    border-width: 12px 7px 0 7px;
    border-color: #40a69f transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5vw;
  }
}

#service .flow__num {
  width: 40px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #fff;
  background: #40a69f;
  letter-spacing: 0;
  line-height: 1;
  border-radius: 50%;
  position: absolute;
}

@media (min-width: 769px) {
  #service .flow__num {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -20px;
  }
}

@media (max-width: 768px) {
  #service .flow__num {
    width: 35px;
    height: 35px;
    left: -3vw;
    top: -3vw;
    font-size: 1.2rem;
  }
}

@media (min-width: 769px) {
  #service .flow__icn {
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  #service .flow__icn {
    width: 22%;
  }
}

#service .flow__txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.444;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  #service .flow__txt {
    font-size: 1.3rem;
    flex: 1;
    padding-left: 5vw;
  }
}

#service .flow__txt small {
  font-size: 12px;
  top: -5px;
  position: relative;
}

#service .flow__note {
  font-size: 14px;
}

@media (max-width: 768px) {
  #service .flow__note {
    font-size: 1rem;
  }
}

#service .contact__cont {
  background: url(/product/category/img/3d/service/contact_bg_01@2x.jpg) no-repeat center center/cover;
  padding: 65px 50px 70px;
}

@media (max-width: 768px) {
  #service .contact__cont {
    padding: 7vw 5vw;
  }
}

#service .contact__cont--ordermade {
  background-image: url(/product/category/img/3d/service/contact_bg_02@2x.jpg);
}

#service .contact__box {
  background: #fff;
  padding: 45px 0 60px;
  margin-top: 48px;
}

@media (max-width: 768px) {
  #service .contact__box {
    padding: 5vw;
    margin-top: 5vw;
  }
}

#service .contact__catch {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.384;
  margin-bottom: 33px;
  text-align: center;
}

@media (max-width: 768px) {
  #service .contact__catch {
    font-size: 1.3rem;
    margin-bottom: 5vw;
  }
}

@media (min-width: 769px) {
  #service .contact__btns {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .contact__btns {
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  #service .contact__btn {
    padding: 0 20px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .contact__btn {
    margin-bottom: 15px;
  }
}

#service .contact__btn a {
  display: block;
  background: #f0740f;
  color: #fff;
  text-align: center;
  width: 400px;
  padding: 34px 0;
  padding-right: 20px;
  font-weight: 500;
  position: relative;
  transition: opacity 0.3s;
  font-size: 18px;
  border: 1px solid #f0740f;
}

@media (max-width: 768px) {
  #service .contact__btn a {
    width: 100%;
    font-size: 1.2rem;
    padding: 3vw 0;
    line-height: 1.4;
  }
}

#service .contact__btn a:before {
  position: absolute;
  right: 29px;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  #service .contact__btn a:before {
    right: 3vw;
  }
}

@media (hover: hover) {
  #service .contact__btn a:hover {
    opacity: 0.8;
  }
}

@media (max-width: 768px) {
  #service .contact__btn--white {
    margin-top: 3vw;
  }
}

#service .contact__btn--white a {
  background: #fff;
  color: #f0740f;
}

@media (max-width: 768px) {
  #service .contact__btn--white a {
    padding: 5vw 0;
  }
}

#service .contact__btn--white a:before {
  border-color: #f0740f;
}

#service .secOrdermade {
  padding: 135px 0 100px;
}

@media (max-width: 768px) {
  #service .secOrdermade {
    padding: 10vw 0;
  }
}

@media (min-width: 769px) {
  #service .secOrdermade .c-nav__lead {
    padding-bottom: 40px;
  }
}

#service .secOrdermade__heading {
  position: relative;
  padding-bottom: 34px;
}

@media (max-width: 768px) {
  #service .secOrdermade__heading {
    padding-bottom: 5vw;
  }
}

#service .secOrdermade__heading span {
  position: relative;
}

#service .secOrdermade__heading:before {
  content: "ORDER MADE";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f4fafb;
  font-size: 240px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: -1;
  white-space: nowrap;
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  z-index: 0;
  font-size: 185px;
}

@media (max-width: 768px) {
  #service .secOrdermade__heading:before {
    font-size: 17vw;
    top: 0;
  }
}

@media (max-width: 768px) {
  #service .secOrdermade__heading:before {
    top: -3vw;
    font-size: 4.2rem;
  }
}

@media (min-width: 769px) {
  #service .secOrdermade__list {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px;
  }
}

@media (max-width: 768px) {
  #service .secOrdermade__list {
    margin-bottom: 7vw;
  }
}

@media (min-width: 769px) {
  #service .secOrdermade__item {
    width: calc(33.3333% - 40px);
    box-shadow: 13px 13px 0 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 70px;
    padding: 58px 32px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .secOrdermade__item {
    width: calc(33.3333% - 20px);
    padding: 5vw 3vw;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  #service .secOrdermade__item {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 7vw;
    padding: 5vw;
  }
}

@media (min-width: 769px) {
  #service .secOrdermade__item:not(:nth-of-type(3n)) {
    margin-right: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #service .secOrdermade__item:not(:nth-of-type(3n)) {
    margin-right: 29px;
  }
}

#service .secOrdermade__item:nth-of-type(odd) {
  background: #f4fafb;
}

#service .secOrdermade__item:nth-of-type(even) {
  background: #d3ecf0;
}

@media (min-width: 769px) {
  #service .secOrdermade__item:nth-of-type(2), #service .secOrdermade__item:nth-of-type(5) {
    transform: translateY(40px);
  }
}

#service .secOrdermade__icn {
  text-align: center;
  margin-bottom: 38px;
}

@media (max-width: 768px) {
  #service .secOrdermade__icn {
    width: 40%;
    margin: 0 auto 3vw;
  }
}

#service .secOrdermade__ttl {
  font-size: 1.4rem /*24px*/;
  text-align: center;
  margin-bottom: 16px;
  line-height: 1.416;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  #service .secOrdermade__ttl {
    font-size: 1.3rem;
    margin-bottom: 2vw;
  }
}
#service .btntypetrial,#service .btntypetrial a{
  background:#324fad;
  border-color:#324fad;
}
/*
---------------------------------------
top
---------------------------------------
*/
#top {
  padding-top: 50px;
}

@media (max-width: 768px) {
  #top {
    padding-top: 0;
  }
}

#top .secPoint {
  background: #e8f4f6;
  padding: 90px 0 160px;
}

@media (max-width: 768px) {
  #top .secPoint {
    padding: 10vw 0 15vw;
  }
}

#top .secPoint__heading {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  #top .secPoint__heading {
    margin-bottom: 7vw;
  }
}

#top .secPoint__catch {
  font-size: 36px;
  text-align: center;
  font-style: italic;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #top .secPoint__catch {
    font-size: 5.3vw;
    margin-bottom: 7vw;
  }
}

#top .secPoint__catch span {
  display: inline-block;
  border-bottom: 2px solid #40a69f;
}

@media (max-width: 768px) {
  #top .secPoint__catch span {
    display: inline;
  }
}

#top .secPoint__lead {
  max-width: 1030px;
  margin: 0 auto 155px;
  font-size: 18px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__lead {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  #top .secPoint__lead {
    font-size: 1rem;
    margin-bottom: 10vw;
  }
}

#top .secPoint__item {
  position: relative;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__item {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 768px) {
  #top .secPoint__item {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
  }
}

#top .secPoint__item:not(:last-child) {
  margin-bottom: 230px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__item:not(:last-child) {
    margin-bottom: 100px;
  }
}

@media (max-width: 768px) {
  #top .secPoint__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

#top .secPoint__item:nth-of-type(odd) .secPoint__txtbox {
  margin-left: auto;
}

#top .secPoint__item:nth-of-type(odd) .secPoint__img {
  left: 50px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__item:nth-of-type(odd) .secPoint__img {
    left: auto;
  }
}

#top .secPoint__item:nth-of-type(odd) .secPoint__bg__en {
  left: 736px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__item:nth-of-type(odd) .secPoint__bg__en {
    left: 0;
  }
}

#top .secPoint__item:nth-of-type(even) .secPoint__img {
  right: 50px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__item:nth-of-type(even) .secPoint__img {
    right: auto;
  }
}

#top .secPoint__item:nth-of-type(even) .secPoint__bg__en {
  left: -106px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__item:nth-of-type(even) .secPoint__bg__en {
    left: 0;
  }
}

#top .secPoint__txtbox {
  background: #fff;
  box-shadow: 13px 13px 0 0 rgba(0, 0, 0, 0.1);
  padding: 33px 45px;
  max-width: 623px;
  position: relative;
  z-index: 1;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__txtbox {
    max-width: 100%;
  }
}

#top .secPoint__txtbox span {
  color: #40a69f;
  font-weight: bold;
}

@media (max-width: 768px) {
  #top .secPoint__txtbox {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 768px) {
  #top .secPoint__txtbox {
    width: 100%;
    max-width: 100%;
    padding: 5vw;
    box-shadow: none;
  }
}

#top .secPoint__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPoint__img {
    position: static;
    transform: translateY(0px);
    width: 100%;
  }
  #top .secPoint__img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #top .secPoint__img {
    position: static;
    transform: translateY(0px);
  }
}

#top .secPoint__en {
  font-size: 14px;
  font-weight: bold;
  color: #40a69f;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #top .secPoint__en {
    font-size: 1rem;
  }
}

#top .secPoint__en:before {
  content: "";
  background: #40a69f;
  width: 5px;
  height: 28px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #top .secPoint__en:before {
    width: 3px;
    height: 20px;
  }
}

#top .secPoint__en .num {
  font-size: 40px;
  padding-left: 5px;
}

@media (max-width: 768px) {
  #top .secPoint__en .num {
    font-size: 6.4vw;
  }
}

#top .secPoint__ttl {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: 1.555;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #top .secPoint__ttl {
    font-size: 5.3vw;
    margin-bottom: 3vw;
  }
}

#top .secPoint__bg__en {
  color: #cce5e5;
  font-size: 120px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  opacity: 0.5;
  letter-spacing: 0;
  position: absolute;
  bottom: -97px;
  z-index: 0;
  white-space: nowrap;
}

@media (max-width: 768px) {
  #top .secPoint__bg__en {
    display: none;
  }
}

#top .secFeatures__head {
  padding: 120px 0 74px;
}

@media (max-width: 768px) {
  #top .secFeatures__head {
    padding: 10vw 0;
  }
}

#top .secFeatures__heading {
  position: relative;
}

#top .secFeatures__heading:before {
  content: "FEATURES";
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f4fafb;
  font-size: 240px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: -1;
  white-space: nowrap;
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secFeatures__heading:before {
    top: 0px;
    font-size: 140px;
  }
}

@media (max-width: 768px) {
  #top .secFeatures__heading:before {
    font-size: 17vw;
    top: 0;
  }
}

#top .secFeatures__item {
  background-color: #e8f4f6;
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 110px;
}

@media (max-width: 768px) {
  #top .secFeatures__item {
    padding-bottom: 10vw;
    background-size: 150%;
  }
}

#top .secFeatures__item.item-01 {
  background-image: url(/product/category/img/3d/top/features_bg_01@2x.jpg);
}

#top .secFeatures__item.item-02 {
  background-image: url(/product/category/img/3d/top/features_bg_02@2x.jpg);
}

#top .secFeatures__item.item-03 {
  background-image: url(/product/category/img/3d/top/features_bg_03@2x.jpg);
}

#top .secFeatures__item__head {
  padding: 68px 0 50px;
}

@media (max-width: 768px) {
  #top .secFeatures__item__head {
    padding: 5vw 0;
  }
}

#top .secFeatures__item__head__en {
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.1;
  font-size: 14px;
}

@media (max-width: 768px) {
  #top .secFeatures__item__head__en {
    font-size: 0.7rem;
  }
}

#top .secFeatures__item__head__en .in {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 5px solid #fff;
}

@media (max-width: 768px) {
  #top .secFeatures__item__head__en .in {
    border-width: 3px;
  }
}

#top .secFeatures__item__head__en .num {
  font-size: 70px;
}

@media (max-width: 768px) {
  #top .secFeatures__item__head__en .num {
    font-size: 12vw;
  }
}

#top .secFeatures__item__cont {
  background: #fff;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  padding: 44px 110px 70px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secFeatures__item__cont {
    padding: 6vw 3vw;
  }
}

@media (max-width: 768px) {
  #top .secFeatures__item__cont {
    padding: 5vw;
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
  }
}

#top .secFeatures__item__ttl {
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  #top .secFeatures__item__ttl {
    padding-bottom: 5vw;
  }
}

#top .secFeatures__item__lead {
  padding-bottom: 45px;
}

@media (max-width: 768px) {
  #top .secFeatures__item__lead {
    padding-bottom: 7vw;
  }
}

@media (min-width: 769px) {
  #top .secFeatures__feature {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .feature__img {
    width: 47%;
  }
}

@media (max-width: 768px) {
  #top .feature__img {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #top .feature__txtbox {
    flex: 1;
    padding-left: 50px;
  }
}

@media (max-width: 768px) {
  #top .feature__txtbox {
    padding-top: 5vw;
  }
}

#top .feature__ttl {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin-bottom: 7px;
  margin-top: -10px;
}

@media (max-width: 768px) {
  #top .feature__ttl {
    margin-top: 0;
  }
}

#top .feature__ttl:before, #top .feature__ttl:after {
  content: "";
  background: #40a69f;
  flex: 1;
  height: 1px;
  display: block;
}

#top .feature__ttl span {
  font-size: 24px;
  color: #40a69f;
  display: inline-block;
  padding: 0 15px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #top .feature__ttl span {
    font-size: 4.8vw;
  }
}

#top .feature__list {
  padding-left: 20px;
}

@media (max-width: 768px) {
  #top .feature__list {
    padding-left: 2vw;
  }
}

#top .feature__item {
  line-height: 1.5;
  margin-bottom: 8px;
  background: url(/product/category/img/3d/top/icn_check@2x.png) no-repeat left top 4px/20px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  #top .feature__item {
    background-size: 16px;
    background-position: left top 3px;
  }
}

#top .secFeatures__model {
  padding: 49px 80px 0;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secFeatures__model {
    padding: 7vw 0 0;
  }
}

@media (max-width: 768px) {
  #top .secFeatures__model {
    padding: 7vw 0 0;
  }
}

@media (min-width: 769px) {
  #top .model__heading {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    padding-left: 10px;
  }
}

@media (max-width: 768px) {
  #top .model__heading {
    margin-bottom: 7vw;
  }
}

@media (max-width: 768px) {
  #top .model__pickup {
    width: 20vw;
    margin: 0 auto 2vw;
  }
}

@media (min-width: 769px) {
  #top .model__ttl__box {
    flex: 1;
    padding-left: 13px;
  }
}

#top .model__ttl {
  font-size: 36px;
  color: #40a69f;
}

@media (max-width: 768px) {
  #top .model__ttl {
    font-size: 5.3vw;
  }
}

#top .model__lead {
  font-size: 20px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #top .model__lead {
    font-size: 1.1rem;
  }
}

@media (min-width: 769px) {
  #top .model__box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

#top .model__img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #top .model__img {
    text-align: center;
  }
}

@media (min-width: 769px) {
  #top .model__item {
    width: calc(50% - 26px);
  }
}

@media (max-width: 768px) {
  #top .model__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}

#top .secArchivements {
  background: #e8f4f6;
  padding: 100px 0;
}

@media (max-width: 768px) {
  #top .secArchivements {
    padding: 10vw 0;
  }
}

#top .secArchivements__box {
  background: #fff;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  padding: 50px 110px 70px;
  padding-top: 55px;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secArchivements__box {
    padding: 7vw 3vw;
  }
}

@media (max-width: 768px) {
  #top .secArchivements__box {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5vw;
  }
}

#top .secArchivements__heading {
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  #top .secArchivements__heading {
    margin-bottom: 7vw;
  }
}

@media (min-width: 769px) {
  #top .industries__list {
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-size: 0.9rem;
  }
}

@media (min-width: 769px) {
  #top .industries__item {
    width: calc(33.3333% - 50px);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .industries__item {
    width: 31%;
  }
}

@media (max-width: 768px) {
  #top .industries__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}

@media (max-width: 768px) {
  #top .industries__img {
    width: 70%;
    margin: 0 auto;
    text-align: center;
  }
}

#top .industries__ttl {
  font-size: 24px;
  color: #40a69f;
  letter-spacing: 0.06em;
  text-align: center;
  line-height: 1;
}

@media (max-width: 768px) {
  #top .industries__ttl {
    font-size: 4.8vw;
  }
}

#top .industries__job__list {
  background: #fff;
  box-shadow: 7px 7px 0 0 rgba(0, 0, 0, 0.05);
  min-height: 150px;
  padding: 20px 10px 20px 30px;
  margin-bottom: 85px;
}

@media (max-width: 1200px) {
  #top .industries__job__list {
    min-height: 200px;
  }
}

@media (max-width: 768px) {
  #top .industries__job__list {
    min-height: 0px;
    height: auto;
    padding: 5vw;
    margin-bottom: 0;
  }
}

#top .industries__job__item {
  background: url(/product/category/img/3d/top/icn_check_orange@2x.png) no-repeat left top 4px/20px;
  padding-left: 30px;
  font-weight: 500;
}

@media (max-width: 768px) {
  #top .industries__job__item {
    background-size: 16px;
    background-position: left top 3px;
  }
}

#top .industries__job__item:not(:last-child) {
  margin-bottom: 10px;
}

#top .secArchivements__ttl {
  text-align: center;
  padding-bottom: 37px;
}

@media (max-width: 768px) {
  #top .secArchivements__ttl {
    padding: 13vw 0 5vw;
  }
}

#top .secArchivements__logo {
  text-align: center;
}

#top .secArchivements__link {
	padding: 80px 0 0;
	text-align: center;
}

#top .secArchivements__link a {
	display: inline-block;
	background: #40a69f;
	max-width: 520px;
	width: 100%;
	height: 60px;
	line-height: 60px;
	margin: 0 30px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
}


@media (min-width: 769px) and (max-width: 1100px) {
  #top .secArchivements__link a {
    margin: 0 30px 15px;
  }
}

@media (max-width: 768px) {
	#top .secArchivements__link {
		padding: 40px 0 0;
		text-align: center;
	}

	#top .secArchivements__link a {
		width: 100%;
		height: 40px;
		line-height: 40px;
		margin: 10px 0;
		font-size: 16px;
	}
}

#top .secPickup {
  background: url(/product/category/img/3d/top/pickup_bg@2x.jpg) no-repeat center center/cover;
  padding: 88px 0 100px;
}

@media (max-width: 768px) {
  #top .secPickup {
    padding: 10vw 0;
  }
}

#top .secPickup__heading {
  color: #fff;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #top .secPickup__heading {
    margin-bottom: 7vw;
  }
}

@media (min-width: 769px) {
  #top .secPickup__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 769px) {
  #top .secPickup__item {
    width: calc(33.3333% - 17px);
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPickup__item {
    width: 32%;
  }
}

@media (max-width: 768px) {
  #top .secPickup__item:not(:last-child) {
    margin-bottom: 7vw;
  }
}

#top .secPickup__item a {
  display: block;
  height: 100%;
  background: #fff;
  box-shadow: 13px 13px 0 0 rgba(0, 0, 0, 0.05);
  padding: 40px 35px 90px;
  position: relative;
}

@media (min-width: 769px) and (max-width: 1100px) {
  #top .secPickup__item a {
    padding: 3vw 2vw 9vw;
  }
}

@media (max-width: 768px) {
  #top .secPickup__item a {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    padding: 7vw;
  }
}

@media (hover: hover) {
  #top .secPickup__item a:hover .secPickup__img {
    opacity: 0.8;
  }
}

#top .secPickup__img {
  margin-bottom: 26px;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  #top .secPickup__img {
    margin-bottom: 5vw;
    text-align: center;
  }
}

#top .secPickup__ttl {
  font-size: 20px;
  color: #40a69f;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #top .secPickup__ttl {
    font-size: 1.4rem;
  }
}

#top .secPickup__tags {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#top .secPickup__tags .tag {
  display: inline-block;
  padding: 2px 12px;
  font-size: 12px;
  font-weight: 500;
}

#top .secPickup__tags .tag:not(:last-child) {
  margin-right: 9px;
}

#top .secPickup__tags .tag--black {
  background: #252525;
  color: #fff;
  border-radius: 2px;
}

#top .secPickup__tags .tag--white {
  border: 1px solid #d4d4d4;
}

#top .secPickup__more {
  position: absolute;
  right: 35px;
  bottom: 35px;
  color: #40a69f;
  font-weight: 500;
  text-align: right;
  background: url(/product/category/img/3d/top/arrow-right@2x.png) no-repeat right center/27px;
  padding-right: 49px;
}

@media (max-width: 768px) {
  #top .secPickup__more {
    position: static;
    margin-top: 5vw;
  }
}

/*
---------------------------------------
casestudy
---------------------------------------
*/
#casestudy {
  padding-top: 50px;
}

@media (max-width: 768px) {
  #casestudy {
    padding-top: 0;
  }
}

#casestudy .secSolution__head {
  padding: 15px 0 74px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__head {
    padding: 0 0 10vw;
  }
}

#casestudy .secSolution__heading {
  position: relative;
}

#casestudy .secSolution__heading:before {
  content: "CASE STUDY";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #f4fafb;
  font-size: 170px;
  font-feature-settings: "palt";
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0;
  z-index: -1;
  white-space: nowrap;
  font-family: Helvetica, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

@media (max-width: 768px) {
  #casestudy .secSolution__heading:before {
    font-size: 17vw;
    top: 0;
  }
}

@media (max-width: 1100px) {
  #casestudy .secSolution__heading:before {
    top: -30px;
    font-size: 210px;
  }
}

@media (max-width: 768px) {
  #casestudy .secSolution__heading:before {
    font-size: 14vw;
    top: 15px;
  }
}

@media (max-width: 768px) {
  #casestudy .c-nav__list {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  #casestudy .c-nav__item {
    width: calc(25% - 30px);
  }
}

@media (max-width: 768px) {
  #casestudy .c-nav__item {
    width: calc(50% - 10px);
  }
}

#casestudy .secSolution__cont {
  background: #e8f4f6;
  padding: 100px 0 120px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__cont {
    padding: 10vw 0;
  }
}

#casestudy .secSolution__item {
  background: #fff;
  box-shadow: 11px 11px 0 0 rgba(0, 0, 0, 0.05);
  padding: 50px 110px 70px;
  padding: 40px 70px 50px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__item {
    box-shadow: 9px 9px 0 0 rgba(0, 0, 0, 0.05);
    padding: 5vw;
  }
}

@media (max-width: 768px) {
  #casestudy .secSolution__item {
    padding: 5vw;
  }
}

#casestudy .secSolution__item:not(:last-child) {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

#casestudy .secSolution__item__head__en {
  text-align: center;
  font-size: 14px;
  color: #40a69f;
  font-weight: bold;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 2px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__item__head__en {
    font-size: 0.9rem;
    padding-bottom: 2px;
    margin-bottom: 3vw;
  }
}

#casestudy .secSolution__item__head__en:before {
  content: "";
  background: #40a69f;
  width: 50px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
}

@media (max-width: 768px) {
  #casestudy .secSolution__item__head__en:before {
    width: 25px;
    height: 2px;
  }
}

#casestudy .secSolution__item__ttl {
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__item__ttl {
    margin-bottom: 5vw;
  }
}

#casestudy .secSolution__item__lead {
  text-align: center;
  line-height: 1.555;
  padding-bottom: 45px;
  font-size: 18px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__item__lead {
    font-size: 1.1rem;
    padding-bottom: 12vw;
  }
}

@media (min-width: 769px) {
  #casestudy .secSolution__boxWrap {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}

#casestudy .secSolution__box__item {
  border: 1px solid #000;
  padding: 20px 30px 30px;
  position: relative;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item {
    padding: 5vw;
  }
}

#casestudy .secSolution__box__item.item--problem {
  border-color: #40a69f;
  margin-bottom: 50px;
  position: relative;
}

#casestudy .secSolution__box__item.item--problem:before {
  content: "";
  background: url(/product/category/img/3d/purpose/icn_arrow_down@2x.png) no-repeat center center/cover;
  width: 24px;
  height: 23px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -38px;
}

#casestudy .secSolution__box__item.item--problem .item__ttl {
  color: #40a69f;
  font-size: 20px;
  border-bottom: 1px dashed #40a69f;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item.item--problem .item__ttl {
    font-size: 4.2vw;
  }
}

#casestudy .secSolution__box__item.item--solution {
  border-color: #f0740f;
  flex: 1;
}

#casestudy .secSolution__box__item.item--solution .item__ttl {
  color: #f0740f;
  font-size: 24px;
  border-bottom: 1px dashed #f0740f;
  line-height: 1.416;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item.item--solution .item__ttl {
    font-size: 4.8vw;
  }
}

#casestudy .secSolution__box__item .item__ttl {
  padding-bottom: 15px;
  padding-left: 42px;
  margin-bottom: 24px;
  line-height: 1.7;
  font-feature-settings: "palt";
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item .item__ttl {
    line-height: 1.5;
    padding-left: 0;
    margin-bottom: 5vw;
  }
}

#casestudy .secSolution__box__item .item__icn {
  position: absolute;
  left: -20px;
  top: -25px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item .item__icn {
    width: 15vw;
    top: -10vw;
  }
}

#casestudy .secSolution__box__item .item__img {
  text-align: center;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item .item__img {
    padding-top: 5vw;
  }
}

@media (min-width: 769px) {
  #casestudy .secSolution__box__item .item__img--pd {
    padding-top: 53px;
  }
}

#casestudy .secSolution__box__item .item__catch {
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 15px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box__item .item__catch {
    font-size: 1.1rem;
    padding-bottom: 3vw;
  }
}

#casestudy .secSolution__box__item .item__txt {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media (min-width: 769px) {
  #casestudy .solution__box {
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 769px) {
  #casestudy .solution__txtbox {
    flex: 1;
    padding-left: 55px;
  }
}

#casestudy .solution__ttl {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  #casestudy .solution__ttl {
    font-size: 1.1rem;
    padding-top: 3vw;
  }
}

#casestudy .solution__txt {
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  #casestudy .solution__txt {
    padding-bottom: 5vw;
  }
}

@media (min-width: 769px) {
  #casestudy .secSolution__box {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  #casestudy .secSolution__box--half {
    width: calc(50% - 30px);
  }
}

@media (max-width: 768px) {
  #casestudy .secSolution__box--half:nth-of-type(1) {
    margin-bottom: 16vw;
  }
}

#casestudy .secSolution__box--half .secSolution__box__item.item--problem {
  height: 170px;
}

@media (max-width: 1100px) {
  #casestudy .secSolution__box--half .secSolution__box__item.item--problem {
    height: 180px;
  }
}

@media (max-width: 768px) {
  #casestudy .secSolution__box--half .secSolution__box__item.item--problem {
    height: auto;
  }
}

#casestudy .secSolution__box--half .secSolution__box__item .item__ttl {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box--half .secSolution__box__item .item__ttl {
    margin-bottom: 3vw;
  }
}

#casestudy .secSolution__box--half .secSolution__box__item .item__txt {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__box--half .secSolution__box__item .item__txt {
    padding-bottom: 0;
  }
}

@media (max-width: 768px) {
  #casestudy .solution__img {
    text-align: center;
  }
}

#casestudy .secSolution__boxWrap + .btn-01 {
  margin-top: 40px;
}

@media (max-width: 768px) {
  #casestudy .secSolution__boxWrap + .btn-01 {
    margin-top: 7vw;
  }
}

#casestudy .secSolution__boxWrap + .btn-01 a {
  margin: 0 auto;
}

@media (min-width: 769px) {
  #casestudy .secNeeds {
    padding: 125px 0 110px;
  }
}