<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* お客様インタビュー動画 */
/* font family */
/* 見出し */
/* ボタン */
/* 文字の垂直方向のセンタリング */
/* position指定要素のtopの位置取り */
/* 疑似要素追加(画像無し) */
/* 疑似要素追加(画像あり) */
/* ボーダーセット */
/* フォント設定 */
/* メディアクエリ */
/* ------------------------------
 	home.css
 	modified: 2016/07/07
------------------------------ */
@media (max-width: 768px) {
  .heading-01 {
    font-size: 26px;
  }
  .heading-01 strong {
    display: inline-block;
    padding-left: 2px;
    font-size: 12px;
  }

  .section-header {
    padding: 24px 0 0 0;
  }
  .section-header .lead {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 769px) {
  .section-header {
    padding: 35px 0 0 0;
    text-align: center;
  }
  .section-header .heading-01 {
    font-size: 44px;
    line-height: 1.15;
  }
  .section-header .heading-01 strong {
    margin-top: -3px;
  }
  .section-header .lead {
    margin-top: 16px;
    font-size: 24px;
    line-height: 34px;
  }
}
/* cover
------------------------------ */
#cover .slide-inner .lead {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#cover .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
#cover .slick-arrow .ico-svg {
  display: block;
  fill: #fff;
}
#cover .home-cover-contact {
  padding: 20px 0;
  text-align: center;
  /* btn */
}
#cover .home-cover-contact .flex {
  justify-content: center;
}
#cover .home-cover-contact .btn {
  font-size: 20px;
  font-weight: bold;
  color: #f26522;
  border: 1px solid #f26522;
  border-radius: 5px;
  background: transparent;
  margin: 0 10px;
  padding: 15px 45px;
  width: 33%;
  display: inline-block;
  text-decoration: none;
  transition: 0.2s all ease;
}
#cover .home-cover-contact .btn:hover {
  text-decoration: none;
  background: #f26522;
  color: #fff;
}
#cover .home-cover-contact .btn.btn-orange {
  background: #e8340c;
  border: 1px solid #e8340c;
  color: #fff;
}
#cover .home-cover-contact .btn.btn-orange:hover {
  background: #fff;
  color: #e8340c;
}
#cover .home-cover-contact .btn.btn-light {
  background: #f26522;
  color: #fff;
}
#cover .home-cover-contact .btn.btn-light:hover {
  background: #fff;
  color: #f26522;
}
#cover .slide-inner {
  padding-top: 0;
  background-image: url(/wp-content/theme/cocoon-child-master/img/home/main_img_new.jpg);
  background-size: cover;
  background-position: center top;
}
#cover .slide-inner .new-mainvisual {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  height: 732px;
  height: 51.3vw;
  position: relative;
}
#cover .slide-inner .text {
  width: 50%;
  position: absolute;
  top: 45%;
  transform: translate(0, -50%);
}
#cover .slide-inner .text .new-mainvisual-title {
  margin: 0 20px 25px;
}
#cover .slide-inner .text .new-mainvisual-title img {
  max-width: 95%;
  display: table;
}
#cover .slide-inner .text .btn {
  border-radius: 5px;
  display: table;
  font-size: 21px;
  margin: 0 auto;
  padding: 15px 40px;
}
#cover .slide-inner .text .btn.btn-orange {
  background: #e8340c;
  border: 1px solid #e8340c;
  color: #fff;
}
#cover .slide-inner .text .btn.btn-orange:hover {
  background: #fff;
  color: #e8340c;
}

@media (max-width: 768px) {
  #cover .slide-inner video {
    display: none;
  }
  #cover .slide-inner .img img {
    width: 100%;
    height: auto;
  }
  #cover .slide-inner .lead {
    background: #e9401a;
  }
  #cover .slide-inner .lead .texts {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
  }
  #cover .slide-inner .lead .catch {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 22px;
  }
  #cover .slide-inner .lead .text {
    font-size: 12px;
    line-height: 18px;
  }
  #cover .slide-inner.interview a {
    display: block;
    z-index: 1;
  }
  #cover .slide-inner.interview a:before, #cover .slide-inner.interview a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff no-repeat 55% center;
    background-size: auto 38%;
    opacity: 1;
    transition: 0.2s ease opacity;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #cover .slide-inner.interview a:before, #cover .slide-inner.interview a:after {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview a:before {
    z-index: 2;
    background-image: image-url("common/ico_play_ov.svg");
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview a:after {
    z-index: 3;
    background-image: image-url("common/ico_play.svg");
  }
}
@media (max-width: 768px) {
  .pc #cover .slide-inner.interview a:hover:after {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview a:before, #cover .slide-inner.interview a:after {
    opacity: 0.6;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview a:before {
    box-shadow: 0px 0px 8px #000000;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview a span {
    display: none;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview video {
    top: 40%;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner.interview:before {
    content: "";
  }
}
@media (max-width: 768px) {
  #cover .slick-arrow {
    margin-top: -53px;
    padding: 17px 7px;
  }
  #cover .slick-arrow.slick-prev {
    left: 0;
    border-radius: 0 2px 2px 0;
  }
  #cover .slick-arrow.slick-next {
    right: 0;
    border-radius: 2px 0 0 2px;
  }
  #cover .slick-arrow .ico-svg {
    width: 7px;
    height: 12px;
  }
  #cover .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media (min-width: 769px) {
  #cover .slide-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 46.8%;
  }
  #cover .slide-inner video {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
  }
  #cover .slide-inner video img {
    width: 100%;
    height: auto;
  }
  #cover .slide-inner .img {
    display: none;
  }
  #cover .slide-inner .lead {
    position: absolute;
    right: 0;
    bottom: 6.66%;
  }
  #cover .slide-inner .lead:before {
    content: "";
    position: absolute;
    top: 0;
    left: -65px;
    z-index: 1;
    display: block;
    width: 150%;
    height: 100%;
    background: rgba(233, 64, 26, 0.8);
    transform: skewX(-20deg);
  }
  #cover .slide-inner .lead .texts {
    position: relative;
    z-index: 2;
    width: 430px;
    padding: 28px 0 25px;
  }
  #cover .slide-inner .lead .texts .text {
    font-size: 14px;
  }
  #cover .slide-inner .lead .catch {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 36px;
  }
  #cover .slide-inner.interview {
    background: #000;
  }
  #cover .slide-inner.interview a {
    display: block;
    z-index: 1;
  }
  #cover .slide-inner.interview a:before, #cover .slide-inner.interview a:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    background: #fff no-repeat 55% center;
    background-size: auto 38%;
    opacity: 1;
    transition: 0.2s ease opacity;
  }
}
@media (min-width: 769px) and (max-width: 768px) {
  #cover .slide-inner.interview a:before, #cover .slide-inner.interview a:after {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview a:before {
    z-index: 2;
    background-image: image-url("common/ico_play_ov.svg");
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview a:after {
    z-index: 3;
    background-image: image-url("common/ico_play.svg");
  }
}
@media (min-width: 769px) {
  .pc #cover .slide-inner.interview a:hover:after {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview a:hover span {
    opacity: 0.8;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview a:before, #cover .slide-inner.interview a:after {
    opacity: 0.6;
    top: 42%;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview a:before {
    box-shadow: 0px 0px 8px #000000;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview a span {
    position: absolute;
    top: calc(42% + 70px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 130px;
    font-size: 14px;
    line-height: 140%;
    font-weight: bold;
    color: #fff;
    z-index: 1;
    text-align: center;
    letter-spacing: 1px;
    padding: 5px 0;
    background: rgba(0, 0, 0, 0.29);
  }
  #cover .slide-inner.interview a span small {
    font-size: 12px;
    font-weight: normal;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview video {
    top: 42%;
    margin: 0 6%;
    width: 88%;
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview:before {
    content: "";
  }
}
@media (min-width: 769px) {
  #cover .slide-inner.interview .cover-link {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    transition: 0.2s ease;
    position: absolute;
    top: 80%;
    left: 0px;
  }
  #cover .slide-inner.interview .cover-link a {
    border-radius: 54px;
    background-color: #ffffff;
    padding: 24px;
    width: 355px;
    margin: 0 auto;
  }
  #cover .slide-inner.interview .cover-link a:hover {
    background: #e8340c;
  }
  #cover .slide-inner.interview .cover-link a:hover p {
    color: #ffffff;
  }
  #cover .slide-inner.interview .cover-link p {
    letter-spacing: 0.2em;
    font-size: 22px;
    font-weight: bold;
    color: #e8340c;
    transition: 0.2s ease;
  }
}
@media (min-width: 769px) {
  #cover .slick-arrow {
    padding: 26px 9px;
    border-radius: 3px;
    transition: 0.2s ease background-color;
  }
  #cover .slick-arrow.slick-prev {
    left: 10px;
  }
  #cover .slick-arrow.slick-next {
    right: 10px;
  }
  #cover .slick-arrow .ico-svg {
    width: 12px;
    height: 18px;
  }

  .pc #cover .slick-arrow:hover {
    background: rgba(0, 0, 0, 0.9);
  }
}
@media (max-width: 768px) {
  #cover .home-cover-contact .btn {
    font-size: 14px;
    margin: 0 8px;
    padding: 10px 5px;
    width: 50%;
  }
}
@media (max-width: 1315px) {
  #cover .slide-inner {
    padding-top: 0;
  }
  #cover .slide-inner .text .new-mainvisual-title {
    margin: 0 auto 25px;
  }
  #cover .slide-inner .text .new-mainvisual-title img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #cover .slide-inner {
    padding-top: 0;
    width: 100%;
    background-image: url(/wp-content/theme/cocoon-child-master/img/home/main_img_new_sp.jpg);
    background-size: 100% auto;
  }
  #cover .slide-inner .new-mainvisual {
    height: 125.335vw;
  }
  #cover .slide-inner .text {
    width: 73.33vw;
    margin: 0 auto;
    padding-top: 6.66vw;
    position: static;
    transform: translate(0, 0);
  }
  #cover .slide-inner .text .new-mainvisual-title {
    margin: 0 auto 73.5vw;
    background: url(/wp-content/theme/cocoon-child-master/img/home/main_img_new-text_sp.png) no-repeat center top;
    background-size: 100% auto;
  }
  #cover .slide-inner .text .new-mainvisual-title img {
    opacity: 0;
  }
  #cover .slide-inner .text .btn {
    font-size: 12px;
    min-width: 136px;
    padding: 0;
    width: 32vw;
    line-height: 36px;
    text-align: center;
  }
}
/* about
------------------------------ */
#about .visual a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#about .visual a:before, #about .visual a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff no-repeat 55% center;
  background-size: auto 38%;
  opacity: 1;
  transition: 0.2s ease opacity;
}
#about .visual a:before {
  z-index: 2;
  background-image: image-url("common/ico_play_ov.svg");
}
#about .visual a:after {
  z-index: 3;
  background-image: image-url("common/ico_play.svg");
}

@media (max-width: 768px) {
  #about .visual a:before, #about .visual a:after {
    width: 54px;
    height: 54px;
  }
}
.pc #about .visual a:hover:after {
  opacity: 0;
}

@media (max-width: 768px) {
  #about .container-fluid:first-child {
    position: relative;
    padding-bottom: 63.28%;
  }
  #about .visual {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 63.28%;
  }
  #about .visual a:after {
    width: 54px;
    height: 54px;
  }
  #about .texts {
    padding: 0 15px 20px;
  }
  #about .texts .text {
    padding: 11px 0 0;
  }
}
@media (min-width: 769px) {
  #about .section-content {
    padding: 30px 0 0 0;
  }
  #about .container-fluid:after {
    content: "";
    display: block;
    clear: both;
  }
  #about .container-fluid:first-child {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #about .visual {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding-top: 31.66%;
  }
  #about .visual a:after {
    width: 76px;
    height: 76px;
  }
  #about .texts {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 28px 4.166%;
  }
  #about .texts .texts-inner {
    padding-bottom: 2px;
  }
  #about .texts .heading-01 {
    text-align: left;
  }
  #about .texts .heading-01 strong {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
  }
  #about .texts .text {
    padding: 18px 0 0;
  }
  #about .texts .more {
    margin-top: 24px;
  }
}
#about .data {
  text-align: center;
}
#about .data .number {
  color: #e8340c;
  font-family: YakuHanJPs, 游ゴシック, YuGothic, ヒラギノ角ゴProN W3, Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  #about .data .col-3 {
    padding: 12px 15px 19px;
    border-top: 1px solid #dddddd;
  }
  #about .data .number {
    font-size: 40px;
    line-height: 1;
    white-space: nowrap;
  }
  #about .data .number .unit {
    font-size: 15px;
  }
  #about .data .desc {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  #about .data {
    display: table;
    width: 100%;
    border-top: 1px solid #dddddd;
  }
  #about .data .col-3 {
    display: table-cell;
    vertical-align: top;
    width: 33.33%;
    padding: 28px 10px 36px;
    border-left: 1px solid #dddddd;
  }
  #about .data .col-3:first-child {
    border-left-width: 0;
  }
  #about .data .number {
    font-size: 80px;
    line-height: 1;
    white-space: nowrap;
  }
  #about .data .number .unit {
    font-size: 30px;
  }
  #about .data .desc {
    margin-top: 14px;
    line-height: 20px;
  }
}
/* products
------------------------------ */
#products {
  background: #f0f0f0;
}

@media (max-width: 768px) {
  #products .visual {
    margin-top: 18px;
    text-align: center;
  }
  #products .lead {
    margin-top: 12px;
    font-size: 18px;
    line-height: 1.5;
  }
  #products .texts {
    padding: 0 15px;
  }
  #products .texts .text {
    margin-top: 9px;
  }
  #products .texts .more {
    margin-top: 18px;
  }
}
@media (min-width: 769px) {
  #products .container-fluid {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  #products .visual {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 2% 1.6%;
  }
  #products .visual img {
    width: 100%;
    height: auto;
  }
  #products .texts {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 14px 4.166% 28px;
  }
  #products .texts .texts-inner {
    padding-bottom: 10px;
  }
  #products .texts .heading-01 {
    text-align: left;
  }
  #products .texts .heading-01 strong {
    display: inline-block;
    margin-top: 0;
    padding-right: 10px;
  }
  #products .texts .lead {
    margin-top: 14px;
    font-size: 24px;
    line-height: 32px;
  }
  #products .texts .text {
    padding: 18px 0 0;
  }
  #products .texts .more {
    margin-top: 24px;
  }
}
/* cases
------------------------------ */
#cases .case-pickup {
  text-align: center;
}
#cases .case-pickup .col-2 {
  position: relative;
  border-top: 1px solid #dddddd;
}
#cases .case-pickup .col-2:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 1px;
  height: 100%;
  background: #dddddd;
}
#cases .case-pickup .heading {
  position: relative;
  z-index: 3;
  background: #fff;
  border-bottom: 1px solid #dddddd;
  color: #e8340c;
  font-weight: normal;
}
#cases .case-pickup .heading span {
  display: block;
  color: #3d4247;
}
#cases .case-pickup .list {
  position: relative;
  z-index: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#cases .case-pickup .list li {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}
#cases .case-pickup .list .name img {
  max-width: 100%;
  height: auto;
}
#cases .case-pickup .list .img img {
  width: 100%;
  height: auto;
}
#cases .case-logo .list:after,
#cases .case-logo-4col .list:after {
  content: "";
  display: block;
  clear: both;
}
#cases .case-logo li,
#cases .case-logo-4col li {
  float: left;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  text-align: center;
}
#cases .case-logo img,
#cases .case-logo-4col img {
  width: 100%;
  max-width: 200px;
  height: auto;
}

@media (max-width: 768px) {
  #cases .case-pickup {
    margin-top: 16px;
  }
  #cases .case-pickup .heading {
    padding: 9px 5px 6px;
    font-size: 16px;
    line-height: 20px;
  }
  #cases .case-pickup .heading span {
    font-size: 14px;
    line-height: 20px;
  }
  #cases .case-pickup .name {
    padding: 10px 0;
  }
  #cases .case-pickup .name img {
    max-width: 100%;
    height: auto;
  }
  #cases .case-pickup .texts {
    padding: 7px 5px 9px;
  }
  #cases .case-pickup .title {
    margin-bottom: 3px;
  }
  #cases .case-pickup .desc {
    font-size: 12px;
    line-height: 18px;
  }
  #cases .case-pickup .desc br {
    display: none;
  }
}
@media (min-width: 769px) {
  #cases .case-pickup {
    position: relative;
    display: table;
    width: 100%;
    margin-top: 35px;
  }
  #cases .case-pickup:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 4;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    background: #dddddd;
  }
  #cases .case-pickup .col-2 {
    display: table-cell;
    vertical-align: top;
    width: 50%;
  }
  #cases .case-pickup .heading {
    padding: 18px 10px 24px;
    font-size: 24px;
    line-height: 32px;
  }
  #cases .case-pickup .heading span {
    margin-top: 2px;
    font-size: 16px;
    line-height: 24px;
  }
  #cases .case-pickup .name {
    padding: 25px 0;
  }
  #cases .case-pickup .texts {
    padding: 17px 2% 20px;
  }
  #cases .case-pickup .title {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 22px;
  }
  #cases .case-pickup .desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  #cases .case-logo .list {
    border-bottom: 1px solid #dddddd;
  }
  #cases .case-logo li {
    width: 33.33%;
    padding: 7px 6px;
  }
  #cases .case-logo li:nth-child(3n+1) {
    clear: left;
    border-left-width: 0;
  }
}
@media (min-width: 769px) {
  #cases .case-logo li {
    width: 20%;
    padding: 15px 0;
    text-align: center;
  }
  #cases .case-logo li:nth-child(5n+1) {
    clear: left;
    border-left-width: 0;
  }
}
@media (max-width: 768px) {
  #cases .case-logo-4col .list {
    border-bottom: 1px solid #dddddd;
  }
  #cases .case-logo-4col li {
    width: 33.33%;
    padding: 7px 6px;
  }
  #cases .case-logo-4col li:nth-child(3n+1) {
    clear: left;
    border-left-width: 0;
  }
}
@media (min-width: 769px) {
  #cases .case-logo-4col li {
    width: 25%;
    padding: 15px 0;
    text-align: center;
  }
  #cases .case-logo-4col li:nth-child(4n+1) {
    clear: left;
    border-left-width: 0;
  }
}
/* news
------------------------------ */
#news {
  background: #f0f0f0;
}
#news .news-list {
  border-bottom-width: 0;
}
#news .news-list li {
  height: 100%;
}
#news .news-list a {
  height: 100%;
  position: relative;
  display: block;
}
#news .news-list a:before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #e9401a transparent;
}
#news .news-list .date {
  display: inline-block;
  width: auto;
  padding-right: 8px;
  font-size: 14px;
  line-height: 20px;
}
#news .news-list .cat {
  display: inline-block;
  margin-top: 0;
}
#news .news-list .ico-cat {
  background: #fff;
  font-size: 10px;
  line-height: 14px;
}
#news .news-list .title {
  font-size: 14px;
  line-height: 22px;
  color: #333333;
}

@media (max-width: 768px) {
  #news .news-list a:before {
    border-width: 0 0 8px 8px;
    right: 5px;
    bottom: 5px;
  }
}
@media (max-width: 768px) {
  #news .section-header .container-fluid {
    padding: 0 15px;
  }
  #news .section-header .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
  #news .news-list {
    margin-top: 16px;
  }
  #news .news-list li {
    border-top-color: #fff;
  }
  #news .news-list a {
    padding: 18px 15px;
  }
  #news .news-list .ico-cat {
    vertical-align: 1px;
  }
  #news .news-list .title {
    margin: 10px 0 4px;
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  #news .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
  #news .news-list {
    display: table;
    width: 100%;
    border-top: 1px solid #fff;
  }
  #news .news-list li {
    display: table-cell;
    vertical-align: top;
    width: 34%;
    border-top-width: 0;
    border-left: 1px solid #fff;
  }
  #news .news-list li:last-child {
    border-right: 1px solid #fff;
  }
  #news .news-list a {
    padding: 24px 2.8% 28px;
  }
  #news .news-list .ico-cat {
    vertical-align: 4px;
  }
  #news .news-list .title {
    margin-top: 11px;
  }
}
/* speech
------------------------------ */
#speech .speech-list,
#speech .speech-item {
  box-sizing: border-box;
  display: flex;
  border: 1px solid #dddddd;
}
#speech .speech-list {
  display: flex;
  flex-flow: row wrap;
  margin-top: 30px;
  border-width: 1px 0 0 1px;
}
#speech .speech-item {
  width: 33.333333%;
  border-width: 0 1px 1px 0;
}
#speech .speech-item &gt; a {
  display: flex;
  width: 100%;
}
#speech .speech-article {
  display: flex;
  width: 100%;
}
#speech .speech-article .thumbnail {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: 40%;
  max-width: 260px;
  min-height: 176px;
  border-right: 1px solid #dddddd;
}
#speech .speech-article .texts {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
}
#speech .speech-article .texts &gt; p {
  line-height: 24px;
}
#speech .speech-article .place,
#speech .speech-article .description {
  margin-left: -8px;
}
#speech .speech-article .date,
#speech .speech-article .place {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
}
#speech .speech-article .date,
#speech .speech-article .place {
  color: #e8340c;
}
#speech .speech-article .title {
  font-weight: normal;
  line-height: 22px;
  color: #333333;
}

@media (max-width: 768px) {
  #speech .section-header .container-fluid {
    padding: 0 15px;
  }
  #speech .section-header .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
  #speech .speech-list {
    flex-direction: column;
    margin-top: 16px;
    border-left-width: 0;
  }
  #speech .speech-item {
    width: 100%;
    border-right-width: 0;
  }
  #speech .speech-item &gt; a {
    padding: 15px;
  }
  #speech .speech-article .texts {
    width: 100%;
    padding: 18px 15px;
  }
  #speech .speech-article .texts &gt; p {
    line-height: 20px;
  }
}
@media (min-width: 769px) {
  #speech .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
}
/* media
------------------------------ */
@media (max-width: 768px) {
  #media .section-content {
    padding: 14px 0 0 0;
  }
}
@media (min-width: 769px) {
  #media .section-content {
    padding: 30px 0 0 0;
  }
}
#media .media-logo .list {
  border-bottom: 1px solid #dddddd;
}
#media .media-logo li {
  border-top: 1px solid #dddddd;
  text-align: center;
}
#media .media-logo a {
  display: block;
  position: relative;
  display: block;
}
#media .media-logo a:before {
  content: "";
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #e9401a transparent;
}
#media .media-logo span {
  display: block;
}
#media .media-logo img {
  width: 180px;
  max-width: 80%;
  height: auto;
}
#media .media-movie .title {
  font-weight: bold;
}
#media .media-movie .visual {
  position: relative;
}
#media .media-movie .visual a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
}
#media .media-movie .visual a:before, #media .media-movie .visual a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff no-repeat 55% center;
  background-size: auto 38%;
  opacity: 1;
  transition: 0.2s ease opacity;
}
#media .media-movie .visual a:before {
  z-index: 2;
  background-image: image-url("common/ico_play_ov.svg");
}
#media .media-movie .visual a:after {
  z-index: 3;
  background-image: image-url("common/ico_play.svg");
}

@media (max-width: 768px) {
  #media .media-logo a:before {
    border-width: 0 0 8px 8px;
    right: 5px;
    bottom: 5px;
  }
}
@media (min-width: 769px) {
  #media .media-logo .list:after {
    content: "";
    display: block;
    clear: both;
  }
  #media .media-logo li {
    float: left;
    width: 20%;
    border-left: 1px solid #dddddd;
  }
  #media .media-logo li:first-child {
    border-left-width: 0;
  }
  #media .media-logo span,
#media .media-logo a {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  #media .media-movie .visual a:before, #media .media-movie .visual a:after {
    width: 54px;
    height: 54px;
  }
}
.pc #media .media-movie .visual a:hover:after {
  opacity: 0;
}

@media (max-width: 768px) {
  #media .media-movie .visual {
    padding-top: 50%;
  }
  #media .media-movie .texts {
    padding: 12px 15px 13px;
  }
  #media .media-movie .title {
    margin-bottom: 4px;
  }
  #media .media-movie .desc {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 769px) {
  #media .media-movie .visual,
#media .media-movie .texts {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
  }
  #media .media-movie .visual {
    padding-top: 16.66%;
  }
  #media .media-movie .texts {
    padding: 3% 3.33% 3.33%;
  }
  #media .media-movie .title {
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 22px;
  }
  #media .media-movie .desc {
    font-size: 12px;
    line-height: 20px;
  }
}
/* company
------------------------------ */
#company {
  background: #e8340c image-url("home/company_bg.png") no-repeat center center;
  color: #fff;
}
#company .heading-01 {
  color: #fff;
}
#company .btn-more {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  padding: 0 20px;
  background: transparent;
  border-radius: 6px;
  font-size: 16px;
  line-height: 42px;
  border: 1px solid #fff;
  color: #fff;
}

.pc #company .btn-more {
  transition: 0.2s ease;
}
.pc #company .btn-more:hover {
  background-color: #fff;
  color: #e9401a;
}

@media (max-width: 768px) {
  #company .btn-more {
    padding: 0 10px;
    font-size: 14px;
    line-height: 33px;
    border-radius: 4px;
  }
}
@media (max-width: 768px) {
  #company {
    background-image: none;
  }
  #company .container-fluid {
    padding: 0 15px;
  }
  #company .more {
    position: absolute;
    top: 0;
    right: 15px;
  }
  #company .section-content {
    padding: 20px 0 30px 0;
  }
  #company .col-2:last-child {
    border-bottom: 1px solid #fff;
  }
  #company .data dl {
    display: table;
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #fff;
    font-size: 12px;
    line-height: 18px;
  }
  #company .data dt,
#company .data dd {
    display: table-cell;
  }
  #company .data dt {
    width: 7.5em;
  }
  #company .data li p,
#company .data li a {
    color: #fff;
  }
}
@media (min-width: 769px) {
  #company .section-header .more {
    position: absolute;
    top: 5px;
    right: 50px;
  }
  #company .section-content {
    padding: 40px 0 0 0;
  }
  #company .section-content .container-fluid {
    padding: 0 30px;
  }
  #company .section-content .container-fluid:after {
    content: "";
    display: block;
    clear: both;
  }
  #company .col-2 {
    position: relative;
    float: left;
    width: 50%;
    padding: 21px 20px 54px;
  }
  #company .col-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    display: block;
    height: 1px;
    background: #fff;
    opacity: 0.6;
  }
  #company .data {
    display: table;
  }
  #company .data dl {
    display: table-row;
    width: 100%;
  }
  #company .data dt,
#company .data dd {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 16px;
  }
  #company .data dt {
    white-space: nowrap;
    padding-right: 2em;
  }
  #company .data dd span {
    display: inline-block;
    white-space: nowrap;
  }
  #company .data li {
    padding-bottom: 4px;
  }
  #company .data li p,
#company .data li a {
    color: #fff;
  }
}
/* 新トップデザイン */
#new-home .container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
#new-home * {
  line-height: 1.5;
}
#new-home .mv {
  background-color: #ff6e00;
  padding: 120px 0 60px;
}
#new-home .onmouse-cta {
  overflow: unset !important;
}
#new-home .onmouse-cta:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#new-home .arrow-btn {
  position: relative;
}
#new-home .arrow-btn::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  top: calc(50% - 7px);
  right: 22px;
  width: 14px;
  height: 14px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 768px) {
  #new-home .arrow-btn::after {
    top: calc(50% - 5px);
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
}
#new-home #voice.top .button.top {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
}
#new-home #voice.top .button.top::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
}
@media (max-width: 768px) {
  #new-home #voice.top .button.top::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home #voice.top .button.top:hover {
  opacity: 1;
  color: #454545;
}
#new-home .mv__inner {
  justify-content: center;
}
#new-home .mv__inner div#catch_text {
  width: min(50%, 535px);
}
@media (max-width: 1366px) {
  #new-home .mv__inner div#catch_text {
    width: min(55%, 500px);
  }
}
@media (max-width: 1180px) {
  #new-home .mv__inner div#catch_text {
    width: 57%;
  }
}
@media (max-width: 1024px) {
  #new-home .mv__inner div#catch_text {
    width: 65%;
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner div#catch_text {
    width: 100%;
    display: block;
  }
}
#new-home .mv__inner div#catch_text p {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.05em;
}
#new-home .mv__inner div#catch_text p:first-of-type {
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  margin: 0 0 20px -1px;
}
@media (max-width: 768px) {
  #new-home .mv__inner div#catch_text p:first-of-type {
    font-size: 32px;
  }
}
#new-home .mv__inner div#catch_text p:nth-of-type(2) {
  font-size: 50px;
  letter-spacing: initial;
  margin-left: -2px;
  position: relative;
  bottom: 4px;
  vertical-align: -6px;
  justify-content: flex-start;
  align-items: baseline;
  line-height: 1.2;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  #new-home .mv__inner div#catch_text p:nth-of-type(2) {
    font-size: 34px;
    margin-left: -7px;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div#catch_text p:nth-of-type(2) {
    margin-left: -2px;
  }
}
#new-home .mv__inner div#catch_text p:nth-of-type(2) span {
  font-size: 30px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  #new-home .mv__inner div#catch_text p:nth-of-type(2) span {
    font-size: 20px;
  }
}
#new-home .mv__inner div#catch_text p:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  max-width: 230px;
}
@media (max-width: 768px) {
  #new-home .mv__inner div#catch_text p:nth-of-type(2) img {
    max-width: 170px;
  }
}
#new-home .mv__inner div#catch_text p:last-of-type {
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6;
}
@media (1180px &lt;= width &lt;= 1366px) {
  #new-home .mv__inner div#catch_text p:last-of-type br {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div#catch_text p:last-of-type br {
    display: none;
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner div#catch_text p:last-of-type {
    font-size: 16px;
    padding-left: 6em;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div#catch_text p:last-of-type {
    padding-left: 0.5em;
  }
}
#new-home .mv__inner div a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #fff;
  display: block;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  width: min(100%, 482px);
  height: 68px;
  margin-top: 50px;
  position: relative;
  line-height: 1;
  padding-top: 3px;
  border: 1px solid #fff;
}
#new-home .mv__inner div a img {
  width: 65px;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(-10deg);
  left: 30px;
  top: -23px;
}
#new-home .mv__inner div a span {
  font-size: 16px;
  margin-top: 3px;
  display: block;
}
#new-home .mv__inner div a::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
}
@media (max-width: 768px) {
  #new-home .mv__inner div a::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home .mv__inner figure {
  width: min(50%, 540px);
}
#new-home .mv__inner figure img {
  margin: 13px 0 0 33px;
  max-width: calc(100% - 33px);
}
#new-home .mv__inner figure.sp {
  display: none;
}
#new-home .mv__inner figure.sp img {
  max-width: 100%;
}
#new-home a.duplicated {
  background-color: #fff;
  border: 4px solid #fff;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  width: min(100%, 482px);
  height: 68px;
  padding: 0.5em 2.3em 0 0;
  margin: 50px auto 0;
  position: relative;
  display: none;
}
#new-home a.duplicated::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
}
@media (max-width: 768px) {
  #new-home a.duplicated::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home a.duplicated:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #4c4c4c;
}
#new-home .mv__btns {
  width: 500px;
  display: none;
}
#new-home .mv__btns a {
  font-size: 24px;
  font-weight: bold;
  border-radius: 100vh;
  display: block;
  width: min(100%, 482px);
  height: 68px;
  padding-top: 7px;
  text-align: center;
}
#new-home .mv__btns a:first-child {
  background-color: #0091ff;
  color: #fff;
  border: 2px solid #fff;
}
#new-home .mv__btns a:nth-child(2) {
  background-color: #fff;
}
#new-home .mv__btns a span {
  display: block;
  font-size: 0.6em;
}
#new-home .mv__btns a:hover {
  opacity: 0.8;
}
#new-home .modal-wrap {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}
#new-home .modal-box {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(95%, 880px);
  display: flex;
  align-items: flex-end;
}
#new-home .modal-box .close-btn {
  background-color: #fff;
  width: 32px;
  height: 32px;
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 30px;
  font-weight: bold;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.05em;
  cursor: pointer;
}
#new-home .modal-box .video-btn {
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
#new-home .modal-box .video-btn div {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 35px solid #fff;
  border-right: 0;
  margin-left: 10px;
}
@media screen and (max-width: 520px) {
  #new-home .modal-box .video-btn {
    width: 90px;
    height: 90px;
  }
}
#new-home .modal-box video {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  cursor: pointer;
  object-fit: cover;
}
#new-home .modal-bg {
  background-color: rgba(33, 51, 67, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
#new-home .company {
  padding: 30px 0 98px;
}
#new-home .company__bnrs {
  justify-content: center;
  column-gap: 32px;
  padding: 0 5px;
}
#new-home .company__bnrs a {
  display: contents;
}
#new-home .company__bnrs figure {
  width: min(33%, 300px);
  transition: all 0.3s;
  cursor: pointer;
}
#new-home .company__bnrs figure:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #new-home .company__bnrs figure {
    width: min(100%, 300px);
  }
}
@media (max-width: 768px) {
  #new-home .company__bnrs {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
@media (max-width: 520px) {
  #new-home .company__bnrs {
    display: none;
  }
}
#new-home .company__bnrs--sp {
  margin: 50px auto 70px;
  width: min(100%, 300px);
  display: none;
}
#new-home .company__bnrs--sp figure {
  width: min(100%, 300px);
  aspect-ratio: 300/80;
  height: auto;
  transition: all 0.3s;
}
#new-home .company__bnrs--sp figure:hover {
  opacity: 0.8;
}
#new-home .company__bnrs--sp .slick-dots {
  display: block !important;
  bottom: -35px;
}
@media (max-width: 520px) {
  #new-home .company__bnrs--sp {
    display: block;
  }
}
#new-home .company__btns {
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  display: none;
}
#new-home .company__btns a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: min(100%, 300px);
  height: 50px;
  border-radius: 100vh;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1;
  font-size: 18px;
  padding-top: 4px;
}
#new-home .company__btns a:first-child {
  background-color: #fa6e01;
  border: 1px solid #fa6e01;
  color: #fff;
  position: relative;
  padding-left: 2.2em;
}
#new-home .company__btns a:first-child::before {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/img_sp02.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 55px;
  height: 78px;
  left: 1.8em;
  top: -17px;
}
#new-home .company__btns a:nth-child(2) {
  border: 1px solid #acacac;
  position: relative;
}
#new-home .company__btns a:nth-child(2)::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
}
@media (max-width: 768px) {
  #new-home .company__btns a:nth-child(2)::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home .company__btns a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#new-home .company__btns a span:first-child {
  font-size: 0.66em;
}
#new-home .company__catch {
  font-size: 20px;
  position: relative;
  width: fit-content;
  margin: 40px auto 0;
}
#new-home .company__catch::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: calc(50% - 0.5px);
  right: -1.2em;
  background-color: #4c4c4c;
  transform: rotate(-46deg);
}
#new-home .company__catch::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 1px;
  top: calc(50% - 0.5px);
  left: -2em;
  background-color: #4c4c4c;
  transform: rotate(46deg);
}
#new-home .company__catch .w-768-block {
  display: none;
}
#new-home .company__logos {
  overflow: hidden;
  margin-top: 30px;
  height: 100px;
}
#new-home .company__logos div {
  height: 100%;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: url("/wp-content/themes/cocoon-child-master/img/home/bnr01.webp") repeat-x;
  background-size: cover;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}
#new-home .company__heading {
  font-size: 22px;
  margin-top: 35px;
  text-align: center;
}
#new-home .company__heading br {
  display: none;
}
#new-home .company__txt {
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
  line-height: 2;
}
#new-home .company-award {
  margin-top: 30px;
  justify-content: center;
  column-gap: 50px;
}
#new-home .company-award__item {
  align-items: center;
  column-gap: 20px;
}
#new-home .company-award__item figure {
  width: 120px;
}
#new-home .company-award__item div h3 {
  font-size: 14px;
}
#new-home .company__annot {
  display: block;
  max-width: 953px;
  margin: 30px auto 0;
  font-size: 10px;
  color: #828282;
  padding: 0 15px;
}
@media (max-width: 768px) {
  #new-home .company__annot {
    padding: 0 7px;
  }
}
#new-home .issue {
  padding: 80px 70px 45px;
  background-color: #f4f4f4;
}
#new-home .issue__heading {
  font-size: 32px;
  color: #454545;
  text-align: center;
}
#new-home .issue__txt {
  font-size: 20px;
  margin-top: 25px;
  color: #4c4c4c;
  text-align: center;
}
#new-home .issue__catch {
  position: absolute;
  z-index: 1;
  bottom: 67.5%;
  left: -25%;
  font-size: 22px;
  color: #fa6e01;
  font-weight: bold;
  line-height: 1.2;
  width: 617px;
  background-color: #f4f4f4;
  text-align: center;
}
#new-home .issue__catch.second {
  left: -67%;
  font-size: 25px;
  width: fit-content;
  bottom: 67.5%;
  display: none;
}
#new-home .issue__catch.sp {
  display: none;
  font-size: 20px !important;
  top: 169px;
  line-height: 1.1;
  left: 97px;
  bottom: initial;
}
#new-home .issue-flow {
  margin-top: 40px;
  justify-content: center;
  column-gap: 20px;
}
#new-home .issue-flow--sp {
  display: none;
  position: relative;
}
#new-home .issue-flow--sp #prev_arrow_issue {
  position: absolute;
  width: 20px;
  top: 29%;
  left: 12px;
  z-index: 1;
}
#new-home .issue-flow--sp figure.arrow-sp-issue {
  background-color: #fa6e01;
  border-radius: 100vh;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-home .issue-flow--sp figure.arrow-sp-issue img {
  width: 15px;
  height: 23px;
}
#new-home .issue-flow--sp figure.arrow-sp-issue.prev {
  transform: rotate(180deg);
  left: 0;
  top: 28%;
  pointer-events: none;
  z-index: 9;
}
#new-home .issue-flow--sp figure.arrow-sp-issue.next {
  right: 0;
  top: 28%;
}
#new-home .issue-flow--sp .issue-content--sp {
  margin-top: 22px;
}
#new-home .issue-flow--sp .issue-content--sp .slick-dots {
  bottom: -37px;
}
#new-home .issue-flow--sp__item {
  flex-direction: column;
  width: min(100%, 320px);
  margin: 0 auto;
  position: relative;
  row-gap: 9px;
}
#new-home .issue-flow--sp__item .issue__catch--sp {
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #fa6e01;
  background-color: #f4f4f4;
  width: fit-content;
  top: 157px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  line-height: 1.1;
}
#new-home .issue-flow--sp__item .issue-area {
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10.04px 0;
  height: 145px;
}
#new-home .issue-flow--sp__item .issue-area p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
#new-home .issue-flow--sp__item .issue-area figure {
  width: 93px;
  text-align: center;
}
#new-home .issue-flow--sp__item .issue-area figure img {
  margin: 0 auto;
}
#new-home .issue-flow--sp__item .arrow-area {
  position: relative;
  width: 36px;
  height: 8px;
  color: #f0541c;
  transform: rotate(90deg);
  background: #fcdfd1;
  background: linear-gradient(130deg, #fcdfd1 0%, #e95513 100%);
  top: 39px;
  margin: -22px auto 62px;
}
#new-home .issue-flow--sp__item .arrow-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  right: -10px;
  background: linear-gradient(45deg, transparent 50%, #e27240 30%, #e95513 62%);
  transform: rotate(45deg);
}
#new-home .issue-flow--sp__item .resolution-area {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  border: 1.5px solid #ff6b00;
  padding: 15px 0 20px;
  row-gap: 23px;
  height: 340px;
  margin-top: 70px;
}
#new-home .issue-flow--sp__item .resolution-area h3 {
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
#new-home .issue-flow--sp__item .resolution-area h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 12px;
  top: calc(50% - 6px);
  background-color: rgba(255, 237, 192, 0.7);
  bottom: -1px;
  left: -4px;
  top: initial;
  z-index: -1;
}
#new-home .issue-flow--sp__item .resolution-area h3 span {
  font-size: 0.75em;
  font-weight: normal;
}
#new-home .issue-flow--sp__item .resolution-area figure {
  width: 167px;
  height: 105px;
  text-align: center;
}
#new-home .issue-flow--sp__item .resolution-area figure img {
  margin: 0 auto;
}
#new-home .issue-flow--sp__item .resolution-area div.flex {
  flex-direction: column;
  padding-left: 31px;
  max-width: 85%;
  row-gap: 15px;
}
#new-home .issue-flow--sp__item .resolution-area div.flex p {
  font-size: 15px;
  position: relative;
}
#new-home .issue-flow--sp__item .resolution-area div.flex p::before {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/home/ico02.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 25px;
  top: calc(50% - 12.5px);
  left: -1.8em;
  top: -1px;
}
#new-home .issue-flow--sp__item.first .resolution-area h3 {
  margin-top: 26px;
}
#new-home .issue-flow--sp__item.first .resolution-area figure img {
  max-width: 133px;
}
#new-home .issue-flow--sp__item.first .resolution-area div.flex {
  margin-top: -15px;
}
#new-home .issue-flow--sp__item.second .issue-area figure img {
  max-width: 72px;
  margin-top: 7.23px;
}
#new-home .issue-flow--sp__item.second .resolution-area figure img {
  margin-top: -9px;
}
#new-home .issue-flow--sp__item.second .resolution-area div.flex {
  margin-top: -15px;
}
#new-home .issue-flow--sp__item.third .resolution-area figure img {
  max-width: 133px;
}
#new-home .issue-flow--sp__item.third .resolution-area div.flex {
  margin-top: -15px;
}
#new-home .issue-flow--sp__item.fourth .resolution-area figure img {
  max-width: 95px;
}
#new-home .issue-flow--sp__item.fourth .resolution-area div.flex {
  margin-top: -15px;
}
@media (max-width: 520px) {
  #new-home .issue-flow--sp__item {
    margin-right: 30px;
  }
}
#new-home .issue-flow__item {
  width: min(45%, 240px);
  flex-direction: column;
  row-gap: 20px;
  justify-content: flex-start;
}
#new-home .issue-flow__item:first-child .resolution-area figure {
  padding-top: 15px;
}
#new-home .issue-flow__item:first-child .resolution-area h3 {
  margin-top: 69px;
}
#new-home .issue-flow__item:first-child .resolution-area p:first-of-type {
  margin: 30px 0 10px;
}
#new-home .issue-flow__item:nth-child(2), #new-home .issue-flow__item:nth-child(4) {
  position: relative;
}
#new-home .issue-flow__item:nth-child(2) .resolution-area figure {
  width: 163px;
  height: 105px;
  padding-top: 16px;
}
#new-home .issue-flow__item:nth-child(2) .resolution-area figure img {
  transform: scale(1.1);
}
#new-home .issue-flow__item:nth-child(2) .resolution-area p:first-of-type {
  margin: 29px 0 10px;
}
#new-home .issue-flow__item:nth-child(3) .resolution-area figure {
  padding-top: 17px;
}
#new-home .issue-flow__item:nth-child(3) .resolution-area p:first-of-type {
  margin: 28px 0 10px;
}
#new-home .issue-flow__item:nth-child(4) .resolution-area figure {
  width: 105px;
  height: 101px;
  padding-top: 15px;
}
#new-home .issue-flow__item:nth-child(4) .resolution-area p:first-of-type {
  margin: 33px 0 10px;
}
#new-home .issue-flow__item .issue-area {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 10px;
  height: 160px;
  position: relative;
}
#new-home .issue-flow__item .issue-area:nth-child(2) figure {
  width: 75px;
}
#new-home .issue-flow__item .issue-area:nth-child(2) figure img {
  margin: 0 auto 13px;
}
#new-home .issue-flow__item .issue-area:nth-child(2) p {
  margin-top: 10px;
}
#new-home .issue-flow__item:nth-child(4) .issue-area figure {
  width: 100px;
}
#new-home .issue-flow__item .issue-area p {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
#new-home .issue-flow__item .issue-area figure {
  width: 100px;
}
#new-home .issue-flow__item .arrow-area {
  position: relative;
  width: 70px;
  height: 17px;
  color: #f0541c;
  transform: rotate(90deg);
  background: #fcdfd1;
  background: linear-gradient(130deg, #fcdfd1 0%, #e95513 100%);
  top: 30px;
  margin: -22px auto 62px;
}
#new-home .issue-flow__item .arrow-area::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  right: -15px;
  background: linear-gradient(45deg, transparent 50%, #e27240 30%, #e95513 62%);
  transform: rotate(45deg);
}
#new-home .issue-flow__item .resolution-area {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 400px;
  position: relative;
  padding: 0 10px;
  row-gap: 4px;
  border: 1.5px solid #ff6b00;
}
#new-home .issue-flow__item .resolution-area h3 {
  font-size: 20px;
  color: #4c4c4c;
  position: relative;
  line-height: 1;
  text-align: center;
  z-index: 1;
  margin-top: 47px;
}
#new-home .issue-flow__item .resolution-area h3::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 12px;
  top: calc(50% - 6px);
  background-color: rgba(255, 237, 192, 0.7);
  bottom: -5px;
  left: -4px;
  top: initial;
  z-index: -1;
}
#new-home .issue-flow__item .resolution-area h3 span {
  font-size: 0.7em;
  font-weight: normal;
}
#new-home .issue-flow__item .resolution-area figure {
  width: 140px;
  height: 105px;
}
#new-home .issue-flow__item .resolution-area p {
  font-size: 14px;
  position: relative;
  color: #4c4c4c;
  position: relative;
  padding-left: 2.5em;
}
#new-home .issue-flow__item .resolution-area p::before {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/home/ico02.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 29px;
  height: 29px;
  top: calc(50% - 14.5px);
  left: 0;
  top: 3px;
}
#new-home .issue-flow__item .resolution-area .ribbon {
  display: inline-block;
  position: absolute;
  padding: 6px 0;
  left: -23px;
  top: 22px;
  width: 160px;
  height: initial;
  text-align: center;
  font-size: 18px;
  line-height: 16px;
  background: #f0541c;
  color: #fff;
  letter-spacing: 0.05em;
  -webkit-transform: rotate(45deg);
  transform: rotate(42deg);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
#new-home .issue-flow__item .resolution-area .ribbon::before, #new-home .issue-flow__item .resolution-area .ribbon::after {
  position: absolute;
  content: "";
  border-top: 4px solid #f0541c;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -4px;
}
#new-home .issue-flow__item .resolution-area .ribbon::before {
  left: 5px;
}
#new-home .issue-flow__item .resolution-area .ribbon::after {
  left: 6px;
}
#new-home .issue-flow__item .resolution-area .ribbon-content {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 89px;
  height: 91px;
  overflow: hidden;
}
#new-home .issue-flow__item.slick-slide {
  margin-right: 0;
}
#new-home .business {
  padding: 122px 0 86px;
}
#new-home .business__heading {
  font-size: 32px;
  color: #454545;
  text-align: center;
}
#new-home .business__catch {
  font-size: 22px;
  text-align: center;
  margin-top: 10px;
}
#new-home #auto_logo_wrap {
  max-width: 960px;
  margin: 7px auto 45px;
}
#new-home #auto_logo_wrap figcaption {
  text-align: right;
  color: #828282;
}
#new-home .business__inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
#new-home .business__inner #prev_arrow,
#new-home .business__inner #next_arrow {
  position: absolute;
  z-index: 9;
  width: 15px;
  height: 23px;
  cursor: pointer;
}
#new-home .business__inner #prev_arrow {
  left: -42px;
  top: 46%;
  transform: rotate(-180deg);
}
#new-home .business__inner #next_arrow {
  right: -42px;
  top: 46%;
}
#new-home .business__inner figure.arrow-sp-business {
  background-color: #fa6e01;
  border-radius: 100vh;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
}
#new-home .business__inner figure.arrow-sp-business img {
  width: 15px;
  height: 23px;
}
#new-home .business__inner figure.arrow-sp-business.prev {
  transform: rotate(180deg);
  left: 0;
  top: 44%;
  pointer-events: none;
  z-index: 9;
}
#new-home .business__inner figure.arrow-sp-business.next {
  right: 0;
  top: 44%;
}
#new-home .business-content {
  margin: 30px auto 0;
  justify-content: center;
  gap: 66px;
  width: 100%;
}
#new-home .business-content__item {
  width: 30% !important;
  max-width: 300px !important;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  row-gap: 30px;
  margin-bottom: 25px;
  margin-right: 30px;
}
#new-home .business-content__item div {
  height: 260px !important;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
  border: 0.5px solid #e0e0e0;
  border-radius: 5px;
}
#new-home .business-content__item div:nth-child(2) {
  margin-top: 25px;
}
#new-home .business-content__item div figure {
  background-color: #f3f3f3;
  padding: 0 10px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-home .business-content__item div figure img {
  margin: 0 auto;
}
#new-home .business-content__item div figure img.first {
  width: 92%;
}
#new-home .business-content__item div figure img.second {
  width: 89.5%;
}
#new-home .business-content__item div figure img.third {
  width: 95%;
}
#new-home .business-content__item div figure img.fourth {
  width: 93%;
}
#new-home .business-content__item div figure img.fifth {
  width: 91%;
}
#new-home .business-content__item div figure img.sixth, #new-home .business-content__item div figure img.seventh {
  width: 88%;
}
#new-home .business-content__item div figure img.eighth {
  width: 90%;
}
#new-home .business-content__item div figure img.ninth {
  width: 93%;
}
#new-home .business-content__item div figure img.tenth {
  width: 91%;
}
#new-home .business-content__item div figure img.eleventh {
  width: 86%;
}
#new-home .business-content__item div figure img.twelfth {
  width: 91%;
}
#new-home .business-content__item div figure img.thirteenth {
  width: 88%;
}
#new-home .business-content__item div figure img.fourteenth {
  width: 89%;
}
#new-home .business-content__item div figure img.fifteenth {
  width: 92%;
}
#new-home .business-content__item div figure img.sixteenth {
  width: 85%;
}
#new-home .business-content__item div h3 {
  font-size: 22px;
  color: #454545;
  text-align: center;
  margin-top: 17px;
}
#new-home .business-content__item div p {
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  margin-top: 10px;
}
#new-home .business-content.upper .slick-prev {
  display: none !important;
}
#new-home .business-content.upper .slick-prev::before {
  content: "";
  background: url("../img/ico04.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 24px;
  top: calc(50% - 12px);
}
#new-home .business-content.upper .slick-next {
  display: none !important;
}
#new-home .business-content.upper .slick-next::before {
  content: "";
  background: url("../img/ico03.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 24px;
  top: calc(50% - 12px);
}
#new-home .business-content.lower {
  margin: 0 auto;
}
#new-home .business-content.lower .business-content__item {
  margin-bottom: 5px;
}
#new-home .business-content.lower .slick-prev {
  left: 13px;
  top: -34px;
}
#new-home .business-content.lower .slick-prev::before {
  content: "";
  background: url("../img/ico04.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 24px;
  top: calc(50% - 12px);
}
#new-home .business-content.lower .slick-next {
  right: 43px;
  top: -29px;
}
#new-home .business-content.lower .slick-next::before {
  content: "";
  background: url("../img/ico03.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 27px;
  height: 24px;
  top: calc(50% - 12px);
}
#new-home .cta {
  background-color: #fa6e01;
  padding: 29px 0 46px;
}
#new-home .cta.second {
  display: none;
}
#new-home .cta__catch {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  #new-home .cta__catch {
    font-size: 20px;
  }
  #new-home .cta__catch br {
    display: none;
  }
}
#new-home .cta__catch.second .w-520-block {
  display: none;
}
#new-home .cta__catch .w-850-block {
  display: none;
}
#new-home .cta__btns {
  margin-top: 40px;
  justify-content: center;
  column-gap: 75px;
}
#new-home .cta__btns a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 100vh;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  width: min(100%, 400px);
  line-height: 1.3;
  height: 64px;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  #new-home .cta__btns a {
    padding-left: 14px;
  }
}
#new-home .cta__btns a img {
  width: 65px;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(-10deg);
  left: 30px;
  top: -23px;
  width: 57px;
  left: 20px;
  top: -12px;
}
@media (max-width: 768px) {
  #new-home .cta__btns a img {
    width: 50px;
    left: 10px;
  }
}
#new-home .cta__btns a::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  width: 40px;
  height: 33px;
  top: calc(50% - 17px);
}
@media (max-width: 768px) {
  #new-home .cta__btns a::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home .cta__btns a:hover {
  opacity: 1;
}
#new-home .cta__btns a:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-home .cta__btns a:first-child::before {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico09.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 34px;
  height: 45px;
  top: calc(50% - 21.5px);
  left: 1em;
}
@media (max-width: 768px) {
  #new-home .cta__btns a:first-child::before {
    width: 28px;
    height: 37px;
    top: calc(50% - 17px);
  }
}
#new-home .cta__btns a:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-left: 10px;
}
#new-home .cta__btns a span {
  font-size: 0.59em;
  color: inherit;
  display: block;
}
#new-home .cta__btns.second a:first-child {
  flex-direction: column;
}
#new-home .cta__btns.second a:nth-child(2) img {
  width: 65px;
  position: absolute;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
  transform: rotate(-10deg);
  left: 30px;
  top: -23px;
  width: 42px;
  height: auto;
  left: 37px;
  bottom: 4px;
  top: unset;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  #new-home .cta__btns.second a:nth-child(2) img {
    width: 32px;
    left: 24px;
  }
}
#new-home .how {
  padding: 125px 0 53px;
}
#new-home .how__heading {
  font-size: 32px;
  text-align: center;
}
#new-home .how__subheading {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
}
#new-home .how__subheading.sp {
  display: none;
  font-size: 14px;
}
#new-home .how-conv {
  margin-top: 15px;
  flex-direction: column;
  align-items: center;
}
#new-home .how-conv__item {
  justify-content: center;
  align-items: flex-start;
  width: min(100%, 1050px);
  column-gap: 80px;
}
#new-home .how-conv__item:first-child {
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
}
#new-home .how-conv__item:nth-child(2), #new-home .how-conv__item:nth-of-type(3) {
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 31px;
  column-gap: 64px;
}
#new-home .how-conv__item:nth-child(2) {
  margin-top: -10px;
}
#new-home .how-conv__item:nth-child(2) p::before {
  transform: rotate(-180deg);
  right: initial;
  left: 99.5%;
}
#new-home .how-conv__item:nth-of-type(3) p::before {
  transform: rotate(-180deg);
  right: initial;
  left: 99.5%;
}
#new-home .how-conv__item:nth-child(2) p::after, #new-home .how-conv__item:nth-of-type(3) p::after {
  transform: rotate(-180deg);
  right: initial;
  left: 100%;
}
#new-home .how-conv__item figure {
  width: 150px;
}
#new-home .how-conv__item p {
  font-size: 18px;
  width: 53.3%;
  padding: 1em;
  border: 1.5px solid #454545;
  border-radius: 20px;
  position: relative;
}
#new-home .how-conv__item p.sp {
  font-size: 13px;
  width: min(88%, 300px);
  padding: 1em 0.65em;
  display: none;
}
#new-home .how-conv__item p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  position: absolute;
  border-color: rgba(15, 255, 0, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 27px;
  border-right-width: 27px;
  margin-top: -10px;
  border-right-color: #fff;
  right: 99.5%;
  top: 50%;
  z-index: 1;
}
#new-home .how-conv__item p::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(4, 84, 84, 0);
  border-top-width: 12px;
  border-bottom-width: 12px;
  border-left-width: 27px;
  border-right-width: 27px;
  margin-top: -10px;
  border-right-color: #454545;
  right: 100%;
  top: 50%;
}
#new-home .how-conv__item p span.annot {
  color: #878787;
  font-size: 0.5em;
  vertical-align: 7px;
}
#new-home .how-conv__img {
  width: min(100%, 360px);
  margin: 25px 0;
}
#new-home .how__annot {
  font-size: 12px;
  color: #828282;
  display: block;
  width: min(100%, 1050px);
  margin: 30px auto 0;
  padding-left: 2em;
}
#new-home .document {
  padding-top: 97px;
}
#new-home .document__inner {
  background-color: #f5f5f5;
  width: min(100%, 900px);
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  padding: 58px 5px 37px;
}
#new-home .document__inner &gt; span {
  background-color: #FA6E01;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-radius: 15px 0 10px 0;
  padding: 0 1.004em;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 520px) {
  #new-home .document__inner &gt; span {
    height: 33px;
    font-size: 16px;
  }
}
#new-home .document__inner &gt; h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 520px) {
  #new-home .document__inner &gt; h3 {
    line-height: 1.25;
  }
}
#new-home .document__inner &gt; h3 br {
  display: none;
}
@media (max-width: 520px) {
  #new-home .document__inner &gt; h3 br {
    display: block;
  }
}
#new-home .document__inner &gt; p {
  font-size: 18px;
  text-align: center;
  margin-top: 0.8em;
}
@media (max-width: 520px) {
  #new-home .document__inner &gt; p {
    font-size: 16px;
  }
}
#new-home .document__inner &gt; p br {
  display: none;
}
@media (max-width: 520px) {
  #new-home .document__inner &gt; p br {
    display: block;
  }
}
#new-home .document__inner-lower {
  margin-top: 33px;
  justify-content: center;
  column-gap: 35px;
}
@media (max-width: 768px) {
  #new-home .document__inner-lower {
    flex-direction: column;
    align-items: center;
  }
}
#new-home .document__inner-lower figure.first {
  width: min(36%, 320px);
}
#new-home .document__inner-lower figure.second {
  width: min(100%, 260px);
  margin: 20px auto 0;
  display: none;
}
@media (max-width: 520px) {
  #new-home .document__inner-lower figure.second {
    margin: 0 auto;
  }
}
#new-home .document__inner-lower div {
  width: min(64%, 382px);
}
@media (max-width: 520px) {
  #new-home .document__inner-lower div {
    width: 100%;
  }
}
#new-home .document__inner-lower div ul {
  font-size: 20px;
  font-weight: bold;
  color: #4c4c4c;
  margin-top: 22px;
  padding-left: 2.4em;
}
#new-home .document__inner-lower div ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#new-home .document__inner a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: min(100%, 400px);
  background-color: #fa6e01;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  border-radius: 100vh;
  height: 50px;
  display: flex;
  justify-content: center;
  padding-top: 0.25em;
  margin-top: 30px;
}
#new-home .document__inner a:nth-of-type(2) {
  width: min(100%, 280px);
  height: 50px;
  font-size: 20px;
  padding-top: 0.5em;
  display: none;
}
#new-home .reason {
  padding: 109px 0 97px;
}
#new-home .reason__heading {
  font-size: 32px;
  text-align: center;
}
#new-home .reason__txt {
  font-size: 20px;
  text-align: center;
  margin-top: 33px;
}
@media (max-width: 520px) {
  #new-home .reason__txt {
    margin-top: 15px;
  }
}
#new-home .reason__txt br {
  display: none;
}
@media (max-width: 520px) {
  #new-home .reason__txt br {
    display: block;
  }
}
#new-home .reason-content--pc {
  margin-top: 28px;
  justify-content: center;
  column-gap: 20px;
}
#new-home .reason-content--pc__item {
  width: min(33%, 370px);
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 40px 14px 30px;
}
#new-home .reason-content--pc__item h3 {
  font-size: 24px;
  text-align: center;
  color: #4c4c4c;
}
#new-home .reason-content--pc__item figure {
  width: min(100%, 300px);
  aspect-ratio: 300/225;
  margin: 40px auto 0;
  text-align: center;
}
#new-home .reason-content--pc__item p {
  font-size: 16px;
  line-height: 2;
  color: #4c4c4c;
  margin: 50px auto 0;
  width: min(100%, 300px);
}
#new-home .reason-content--pc__item:first-child figure img {
  max-width: 280px;
  aspect-ratio: 280/203;
}
#new-home .reason-content--pc__item:nth-child(2) figure img {
  max-width: 180px;
  aspect-ratio: 180/219;
}
#new-home .reason-content--pc__item:last-child figure img {
  max-width: 300px;
  aspect-ratio: 300/225;
}
@media screen and (max-width: 1133px) {
  #new-home .reason-content--pc__item {
    width: min(50%, 370px);
  }
}
@media screen and (max-width: 1133px) {
  #new-home .reason-content--pc {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  #new-home .reason-content--pc {
    display: none;
  }
}
#new-home .reason-content {
  margin-top: 35px;
  flex-direction: column;
  row-gap: 25px;
  display: none;
}
@media screen and (max-width: 768px) {
  #new-home .reason-content {
    display: flex;
  }
}
@media screen and (max-width: 520px) {
  #new-home .reason-content {
    width: 97.01%;
    margin: 35px auto;
  }
}
#new-home .reason-content__item {
  justify-content: center;
  align-items: center;
  column-gap: 73px;
}
@media (max-width: 768px) {
  #new-home .reason-content__item {
    border: 1px solid #DADADA;
    padding: 22px 14px;
    border-radius: 10px;
  }
}
#new-home .reason-content__item div {
  width: min(100%, 415px);
}
#new-home .reason-content__item div h3 {
  font-size: 24px;
  color: #4c4c4c;
}
#new-home .reason-content__item div p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 30px;
  line-height: 2;
}
#new-home .reason-content__item figure {
  width: min(100%, 415px);
  text-align: center;
}
#new-home .reason-content__item figure.sp {
  display: none;
}
#new-home .reason-content__item:first-child figure img {
  width: min(100%, 320px);
}
#new-home .reason-content__item:first-child figure.sp img {
  width: min(100%, 240px);
}
#new-home .reason-content__item:nth-child(2) {
  flex-direction: row-reverse;
}
#new-home .reason-content__item:nth-child(2) div p {
  padding: 0 1.3em;
}
#new-home .reason-content__item:nth-child(2) figure img {
  width: min(100%, 210px);
}
#new-home .reason-content__item:nth-child(2) figure.sp img {
  width: min(100%, 170px);
}
#new-home .reason-content__item:nth-child(3) figure img {
  width: min(100%, 340px);
}
#new-home .reason-content__item:nth-child(3) figure.sp img {
  width: min(100%, 280px);
}
#new-home .reason__btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: min(100%, 360px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #acacac;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: bold;
  margin: 43px auto 0;
  padding-right: 0.4em;
  line-height: 1;
  overflow: hidden !important;
}
#new-home .reason__btn::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  width: 40px;
  height: 33px;
  top: calc(50% - 18px);
}
@media (max-width: 768px) {
  #new-home .reason__btn::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home .reason__btn:hover {
  color: #454545;
}
@media (max-width: 520px) {
  #new-home .reason__btn {
    width: min(100%, 280px);
    font-size: 18px;
  }
}
#new-home .voice__subheading {
  font-size: 24px;
  color: #fff;
  text-align: center;
}
#new-home .voice__heading {
  font-size: 32px;
  color: #fff;
  text-align: center;
}
#new-home .point {
  padding: 115px 0 65px;
}
#new-home .point__heading {
  font-size: 32px;
  color: #454545;
  position: relative;
  width: fit-content;
  margin: 0 auto;
}
#new-home .point-content {
  margin: 35px auto 0;
  justify-content: center;
  flex-wrap: wrap;
  width: min(100%, 1085px);
  gap: 30px;
}
#new-home .point-content__item {
  width: min(48%, 440px);
  border: 0.5px solid #eaeaea;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.15);
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px 15px 20px;
  row-gap: 30px;
}
#new-home .point-content__item h3 {
  font-size: 19px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#new-home .point-content__item ul {
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
#new-home .point-content__item ul li:not(:first-child) {
  margin-top: 5px;
}
#new-home .point-content__item figure {
  margin: 0 auto;
}
#new-home .point-content__item:first-child figure {
  width: min(95%, 360px);
}
#new-home .point-content__item:first-child h3 {
  margin-top: 17px;
}
#new-home .point-content__item:nth-child(2) figure {
  width: min(95%, 220px);
}
#new-home .point-content__item:nth-child(3) figure {
  width: min(95%, 340px);
}
#new-home .point-content__item:nth-child(4) figure {
  width: min(95%, 320px);
}
#new-home .point-content__item:nth-child(4) h3 {
  margin-top: -16px;
}
#new-home .point-content__item:last-child {
  margin: 0 auto;
}
#new-home .point-content__item:last-child figure {
  width: min(95%, 230px);
}
#new-home .point-content__item:last-child figure.sp {
  display: none;
  width: min(100%, 180px);
}
#new-home .support {
  padding: 109px 0;
}
#new-home .support__heading {
  font-size: 28px;
  color: #454545;
  text-align: center;
}
@media (max-width: 520px) {
  #new-home .support__heading {
    font-size: 24px;
  }
}
#new-home .support__heading span {
  font-size: 0.6em;
}
@media (max-width: 520px) {
  #new-home .support__heading span {
    position: relative;
  }
  #new-home .support__heading span::before {
    content: "";
    position: absolute;
    top: 40%;
    right: -1.5em;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #555;
    transform: rotate(-60deg);
  }
  #new-home .support__heading span::after {
    content: "";
    position: absolute;
    top: 40%;
    left: -1.5em;
    display: inline-block;
    width: 25px;
    height: 1px;
    background-color: #555;
    transform: rotate(60deg);
  }
}
#new-home .support__txt {
  margin-top: 30px;
  text-align: center;
  font-size: 22px;
  color: #4c4c4c;
}
#new-home .support__map {
  margin: 50px auto 0;
  width: min(100%, 1085px);
  padding-top: 35px;
  background: url("/wp-content/themes/cocoon-child-master/img/home/bg01.webp") no-repeat;
  background-size: 40%;
  background-position: right 210px top;
  height: 475px;
}
#new-home .support__map p {
  color: #4c4c4c;
}
#new-home .support__map p:first-child {
  font-size: 28px;
  font-weight: bold;
  padding-left: 6.8em;
}
#new-home .support__map p:first-child span {
  color: #ff6e1d;
}
#new-home .support__map p:nth-child(2) {
  font-size: 22px;
  margin-top: 20px;
  padding-left: 8.6em;
}
#new-home .support__map p:nth-child(2) .w-640-block,
#new-home .support__map p:nth-child(2) .w-412-block {
  display: none;
}
#new-home .support-content {
  margin: 35px auto 0;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 75px;
  width: min(100%, 1000px);
}
#new-home .support-content__item {
  width: min(29%, 280px);
}
#new-home .support-content__item img {
  box-shadow: 1px 1px 10px -2px rgba(0, 0, 0, 0.15);
}
#new-home .support-content__item figcaption {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #4c4c4c;
  margin-top: 15px;
}
#new-home .support__btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: min(100%, 360px);
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #acacac;
  border-radius: 100vh;
  font-size: 24px;
  font-weight: bold;
  margin: 68px auto 0;
  line-height: 1;
  overflow: hidden !important;
}
#new-home .support__btn::after {
  content: "";
  background: url(/wp-content/themes/cocoon-child-master/img/home/ico06.webp) no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 49px;
  height: 41px;
  top: calc(50% - 21px);
  right: 0.5em;
  width: 40px;
  height: 33px;
  top: calc(50% - 18px);
}
@media (max-width: 768px) {
  #new-home .support__btn::after {
    width: 30px;
    height: 25px;
    top: calc(50% - 13px);
  }
}
#new-home .support__btn:hover {
  color: #454545;
}
#new-home .support__land {
  padding: 38px 0;
  background: url("/wp-content/themes/cocoon-child-master/img/home/bg02.webp") no-repeat;
  background-size: cover;
  margin-top: 60px;
}
#new-home .support__land p {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#new-home .support__land p .w-520-block {
  display: none;
}
#new-home .flow {
  padding: 54px 0 63px;
  background-color: #f5f5f5;
}
#new-home .flow__heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #444444;
}
@media (max-width: 520px) {
  #new-home .flow__heading {
    font-size: 24px;
  }
}
#new-home .flow-content {
  margin: 50px auto 0;
  width: min(100%, 1250px);
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 45px;
}
#new-home .flow-content__item {
  width: min(17%, 180px);
  background-color: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  height: 250px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 0 10px;
  row-gap: 20px;
}
#new-home .flow-content__item:not(:last-child) {
  position: relative;
}
#new-home .flow-content__item:not(:last-child)::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/home/ico07.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 56px;
  height: 68px;
  top: calc(50% - 34px);
  top: calc(50% - 36.5px);
  right: -72px;
}
@media (max-width: 1280px) {
  #new-home .flow-content__item:not(:last-child)::after {
    right: -66px;
  }
}
@media (max-width: 768px) {
  #new-home .flow-content__item:not(:last-child)::after {
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -82px;
    top: initial;
    transform: rotate(90deg);
  }
}
@media (max-width: 520px) {
  #new-home .flow-content__item:not(:last-child)::after {
    background: url("/wp-content/themes/cocoon-child-master/img/home/ico_sp03.webp") no-repeat;
    width: 50px;
    height: 24px;
    background-size: contain;
    bottom: -35px;
    transform: initial;
  }
}
#new-home .flow-content__item:nth-child(3) h3, #new-home .flow-content__item:nth-child(4) h3, #new-home .flow-content__item:nth-child(5) h3 {
  line-height: 2.4;
}
@media (max-width: 1043px) {
  #new-home .flow-content__item:nth-child(3) h3, #new-home .flow-content__item:nth-child(4) h3, #new-home .flow-content__item:nth-child(5) h3 {
    line-height: 1.2;
  }
}
@media (max-width: 960px) {
  #new-home .flow-content__item:nth-child(3) h3, #new-home .flow-content__item:nth-child(4) h3, #new-home .flow-content__item:nth-child(5) h3 {
    line-height: 2.4;
  }
}
@media (max-width: 935px) {
  #new-home .flow-content__item:nth-child(3) h3, #new-home .flow-content__item:nth-child(4) h3, #new-home .flow-content__item:nth-child(5) h3 {
    line-height: 1.2;
  }
}
#new-home .flow-content__item span {
  font-size: 28px;
  color: #fa610b;
  font-weight: bold;
  margin-top: 20px;
}
@media (max-width: 768px) {
  #new-home .flow-content__item span {
    margin-top: 0;
  }
}
#new-home .flow-content__item h3 {
  font-size: 22px;
  color: #4c4c4c;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 850px) {
  #new-home .flow-content__item h3 .w-850-none {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .flow-content__item h3 {
    font-size: 18px;
    text-align: initial;
  }
}
#new-home .flow-content__item p {
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 520px) {
  #new-home .flow-content__item p br {
    display: none;
  }
}
@media (max-width: 850px) {
  #new-home .flow-content__item p .w-850-none {
    display: none;
  }
}
@media (max-width: 800px) {
  #new-home .flow-content__item p .w-800-none {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .flow-content__item p {
    font-size: 12px;
    text-align: initial;
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  #new-home .flow-content__item div {
    display: flex;
    flex-direction: column;
    row-gap: 13px;
  }
}
@media (max-width: 960px) {
  #new-home .flow-content__item {
    width: 19%;
  }
}
@media (max-width: 768px) {
  #new-home .flow-content__item {
    width: min(100%, 370px);
    justify-content: center;
  }
}
@media (max-width: 520px) {
  #new-home .flow-content__item {
    flex-direction: initial;
    height: 100px;
    justify-content: flex-start;
    padding-left: 26px;
    column-gap: 30px;
  }
}
@media (max-width: 1280px) {
  #new-home .flow-content {
    justify-content: center;
    column-gap: 35px;
  }
}
@media (max-width: 768px) {
  #new-home .flow-content {
    flex-direction: column;
    align-items: center;
    row-gap: 60px;
  }
}
@media (max-width: 520px) {
  #new-home .flow-content {
    row-gap: 38px;
    margin: 30px auto 0;
  }
}
@media (max-width: 520px) {
  #new-home .flow {
    padding: 40px 0;
  }
}
#new-home .flow__btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  background-color: #fa6e01;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: min(100%, 400px);
  margin: 45px auto 0;
  border-radius: 100vh;
  height: 50px;
  display: flex;
  justify-content: center;
  padding-top: 0.3em;
}
@media (max-width: 520px) {
  #new-home .flow__btn {
    width: min(100%, 280px);
    font-size: 20px;
    padding-top: 0;
    align-items: center;
  }
}
#new-home .request {
  padding: 99px 0 80px;
}
#new-home .request__wrapper {
  width: min(100%, 980px);
  margin: 0 auto;
}
#new-home .request-form-wrapper {
  background-color: #f5f5f5;
  padding: 20px 40px 50px;
  width: min(100%, 980px);
  margin: 20px auto 0;
}
#new-home .request-form__balloon {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  background-color: #fa6e01;
  width: min(100%, 245px);
  height: 30px;
  text-align: center;
  border-radius: 100vh;
  padding-top: 0.35em;
  margin: 0 auto 12px;
  position: relative;
}
#new-home .request-form__balloon::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(238, 122, 5, 0);
  border-top-width: 11px;
  border-bottom-width: 13px;
  border-left-width: 5px;
  border-right-width: 5px;
  margin-left: -5px;
  border-top-color: #fa6e01;
  top: 100%;
  left: 50%;
}
#new-home .request-form__heading {
  font-size: 24px;
  text-align: center;
}
#new-home .request-form__txt {
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
#new-home .request-form__txt br {
  display: none;
}
#new-home .request-form__detail {
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
  padding-left: 76px;
  margin-top: 15px;
}
#new-home .request-form__detail figure {
  width: min(40%, 240px);
}
#new-home .request-form__detail ul {
  font-size: 18px;
}
#new-home .request-form__detail ul li {
  margin-bottom: 3px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
#new-home .request-form__detail ul li .w-520-block {
  display: none;
}
#new-home .request-form__iframe {
  width: 100%;
  min-height: 600px;
  margin-top: 15px;
}
#new-home .request__form-inner {
  background-color: #fff;
  padding: 40px 70px 56px;
  background-color: #fff;
  max-width: 900px;
  min-height: 813px;
  margin-top: 15px;
}
#new-home .request__form-inner .flex {
  display: flex;
  justify-content: space-between;
}
#new-home .request__form dl {
  margin-top: 13px;
}
#new-home .request__form dl dt.nece-mark {
  font-size: 14px;
}
#new-home .request__form dl dt.nece-mark span {
  color: #ff3c3c;
  margin-left: 5px;
}
#new-home .request__form dl dd span.industry, #new-home .request__form dl dd span.prefecture, #new-home .request__form dl dd span.custentity_rp_title, #new-home .request__form dl dd span.custentity_rp_department, #new-home .request__form dl dd span.custentity_rp_phone, #new-home .request__form dl dd span.custentity_rp_opportunity_email {
  position: relative;
}
#new-home .request__form span.error {
  font-size: 12px;
}
#new-home .request__form dl dd span.industry span.error, #new-home .request__form dl dd span.prefecture span.error, #new-home .request__form dl dd span.custentity_rp_title span.error, #new-home .request__form dl dd span.custentity_rp_department span.error, #new-home .request__form dl dd span.custentity_rp_phone span.error, #new-home .request__form dl dd span.custentity_rp_opportunity_email span.error {
  position: absolute;
  left: 0;
  top: 11px;
}
#new-home .request__form dl dd span.industry::after, #new-home .request__form dl dd span.prefecture::after, #new-home .request__form dl dd span.custentity_rp_title::after {
  content: "";
  background: url("/wp-content/themes/cocoon-child-master/img/home/ico05.webp") no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  width: 28px;
  height: 25px;
  top: calc(50% - 12.5px);
  right: 0.6em;
  pointer-events: none;
}
#new-home .request__form dl dd span.companyname {
  position: relative;
}
#new-home .request__form dl dd span.companyname span.error {
  position: absolute;
  left: 0;
  top: 20px;
}
#new-home .request__form dl dd span.companyname .input-group-addon {
  background-color: initial;
  position: absolute;
  height: 48px;
  width: 48px;
  padding-top: 12px;
  right: 0;
  top: 0;
  border-radius: 4px;
  cursor: pointer;
}
#new-home .request__form dl dd span.companyname .input-group-addon i {
  margin-left: 15px;
}
#new-home .request__form dl input[type=text] {
  height: 40px;
  border: 1px solid #949494;
}
#new-home .request__form dl select {
  height: 40px;
  border: 1px solid #949494;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
}
#new-home .request__form .flex dl {
  width: 47.37%;
  margin-top: 0;
}
#new-home .request__form .attention {
  display: inline-block;
  margin-left: 15px;
}
#new-home .request__form .law-agree {
  text-align: center;
  margin-top: 35px;
  font-size: 16px;
}
#new-home .request__form .law-agree span.error {
  position: absolute;
  left: 0;
}
#new-home .request__form .law-agree a {
  color: #0047ff;
  font-weight: bold;
}
#new-home .request__form .law-agree input[type=checkbox] {
  opacity: 0;
}
#new-home .request__form .law-agree input[type=checkbox]:checked + .agree::after {
  display: block;
}
#new-home .request__form .law-agree .agree {
  position: relative;
  padding-left: 1em;
}
#new-home .request__form .law-agree .agree::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  border: 1px solid #949494;
  border-radius: 5px;
  left: -2em;
  top: calc(50% - 13.5px);
}
#new-home .request__form .law-agree .agree::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 10px;
  top: calc(50% - 5px);
  top: calc(50% - 7.5px);
  border-left: 3px solid #454545;
  border-bottom: 3px solid #454545;
  transform: rotate(-45deg);
  left: -29px;
  display: none;
}
#new-home .request__form .action {
  margin-top: 30px;
}
#new-home .request__form .action input[type=button] {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background-color: #fa6e01;
  height: 48px;
  border-radius: 8px;
}
#new-home .request__form .action input[type=button]:hover:hover {
  transform: scale(1.02);
  transition-duration: 0ms, 0ms;
}
#new-home .form-section {
  /* 完了画面　*/
}
#new-home .form-section .heading-02 {
  text-align: center;
  color: #4c4c4c;
  font-size: 20px;
}
#new-home .form-section .lead {
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #4c4c4c;
}
#new-home .form-section .lead.complete {
  line-height: 1.8;
}
#new-home .form-section .lead.complete a {
  color: #4c4c4c;
  text-decoration: underline;
}
#new-home .form-section .form-content .form-rows {
  margin-top: 20px;
}
#new-home .form-section .form-content .form-row {
  border-bottom: 1px solid #000000;
  padding: 1.4em 0;
  margin-top: initial;
  justify-content: flex-start;
}
#new-home .form-section .form-content .form-row:first-of-type {
  border-top: 1px solid #000000;
}
#new-home .form-section .form-content .form-row dt {
  font-weight: bold;
  width: 25%;
  padding-left: 1.2em;
}
#new-home .form-section .form-content .form-row dd span::after {
  content: none;
}
#new-home .form-section .form-footer {
  margin-top: 60px;
}
#new-home .form-section .form-footer p.action {
  justify-content: center;
  column-gap: 48px;
}
#new-home .form-section .form-footer p.action .btn-back {
  width: min(40%, 326px);
  font-size: 28px;
  background-color: #8c8c8c;
}
#new-home .form-section .form-footer p.action .btn-submit {
  width: min(40%, 326px);
  font-size: 28px;
  font-weight: bold;
  background-color: #fa6e01;
  border: none;
  border-radius: 8px;
}
#new-home .form-section .cta-links {
  margin-top: 40px;
  flex-direction: column;
  align-items: center;
  row-gap: 70px;
}
#new-home .form-section .cta-links__item {
  width: 100%;
}
#new-home .form-section .cta-links__item h3 {
  font-size: 20px;
  color: #4c4c4c;
  text-align: center;
}
#new-home .form-section .cta-links__item a {
  font-size: 28px;
  background-color: #fa6e01;
  color: #fff;
  font-weight: bold;
  display: block;
  width: min(100%, 478px);
  text-align: center;
  border-radius: 8px;
  height: 48px;
  padding-top: 0.15em;
  margin: 22px auto 0;
}
#new-home .form-section .cta-links__item a:hover {
  opacity: 0.8;
}

@media (max-width: 520px) {
  #new-home .mv__inner div p span:nth-of-type(2) {
    margin: -5px 3px 0 -1px;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner figure.sp {
    width: min(100%, 300px);
    display: block;
  }
}
@media (max-width: 376px) {
  #new-home .mv__inner figure.sp {
    width: min(100%, 220px);
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner figure {
    display: none;
  }
}
@media (max-width: 768px) {
  #new-home a.duplicated {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home a.duplicated {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .company {
    padding: 36px 0 32px;
  }
}
@media (max-width: 520px) {
  #new-home .company__btns {
    display: flex;
  }
}
@media (max-width: 520px) {
  #new-home .company__catch {
    font-size: 16px;
    margin-top: 43px;
  }
}
@media (max-width: 1395px) {
  #new-home .issue {
    padding: 60px 20px;
  }
}
@media (max-width: 520px) {
  #new-home .issue {
    padding: 44px 10px 60px;
  }
}
@media (max-width: 520px) {
  #new-home .issue__heading {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  #new-home .issue__txt {
    font-size: 16px;
    text-align: initial;
  }
}
@media (max-width: 520px) {
  #new-home .issue__catch.sp {
    display: block;
  }
}
@media (max-width: 376px) {
  #new-home .issue-flow--sp #prev_arrow_issue {
    top: 35%;
    left: 0;
  }
}
@media (max-width: 360px) {
  #new-home .issue-flow--sp #prev_arrow_issue {
    top: 33%;
  }
}
@media (max-width: 376px) {
  #new-home .issue-flow--sp figure.arrow-sp-issue.prev {
    left: -10px;
    top: 34%;
  }
}
@media (max-width: 360px) {
  #new-home .issue-flow--sp figure.arrow-sp-issue.prev {
    top: 32%;
  }
}
@media (max-width: 376px) {
  #new-home .issue-flow--sp figure.arrow-sp-issue.next {
    right: -12px;
    top: 34%;
  }
}
@media (max-width: 360px) {
  #new-home .issue-flow--sp figure.arrow-sp-issue.next {
    top: 32%;
  }
}
@media (max-width: 360px) {
  #new-home .issue-flow--sp__item .resolution-area {
    height: 380px;
  }
}
@media (max-width: 360px) {
  #new-home .issue-flow--sp__item {
    width: min(100%, 280px);
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow--sp {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(2) .resolution-area figure img {
    transform: initial;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(2) .resolution-area figure {
    width: 140px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(3) .resolution-area figure img {
    transform: scale(1.29);
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(3) .resolution-area p:first-of-type {
    margin: 26px 0 10px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(3) .resolution-area h3 {
    margin: 27px auto 0;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(4) .resolution-area figure {
    width: 145px;
    height: 95px;
    padding-top: 9px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(4) .resolution-area h3 {
    margin: 27px auto 0;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(5) .resolution-area figure {
    width: 95px;
    height: 91px;
    margin: 31px auto 0;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(5) .resolution-area p:first-of-type {
    margin-top: 27px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item:nth-child(5) .issue-area figure {
    width: 100px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item .issue-area {
    height: 150px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item .arrow-area::after {
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    right: -10px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item .arrow-area {
    width: 48px;
    height: 11px;
    top: 45px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item .resolution-area p {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item .resolution-area .ribbon {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .business {
    padding: 40px 0 55px;
  }
}
@media (max-width: 520px) {
  #new-home .business__heading {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  #new-home .business__catch {
    font-size: 14px;
  }
}
@media (max-width: 1050px) {
  #new-home .business__inner #prev_arrow {
    left: 0;
  }
}
@media (max-width: 520px) {
  #new-home .business__inner #prev_arrow {
    left: 6px;
    top: 45%;
    width: 24px;
    height: 29px;
  }
}
@media (max-width: 376px) {
  #new-home .business__inner #prev_arrow {
    left: 16px;
  }
}
@media (max-width: 360px) {
  #new-home .business__inner #prev_arrow {
    left: 6px;
  }
}
@media (max-width: 520px) {
  #new-home .business__inner #next_arrow {
    display: none;
  }
}
@media (max-width: 376px) {
  #new-home .business__inner figure.arrow-sp-business.prev {
    left: 10px;
  }
}
@media (max-width: 360px) {
  #new-home .business__inner figure.arrow-sp-business.prev {
    left: 0;
  }
}
@media (max-width: 376px) {
  #new-home .business__inner figure.arrow-sp-business.next {
    right: 10px;
  }
}
@media (max-width: 360px) {
  #new-home .business__inner figure.arrow-sp-business.next {
    right: 0;
  }
}
@media (max-width: 520px) {
  #new-home .business__inner figure.arrow-sp-business {
    display: flex;
  }
}
@media (max-width: 520px) {
  #new-home .business-content__item div {
    height: 240px !important;
  }
}
@media (max-width: 1050px) {
  #new-home .business-content__item div:nth-child(2) {
    margin-top: 40px;
  }
}
@media (max-width: 520px) {
  #new-home .business-content__item div:nth-child(2) {
    margin-top: 30px;
  }
}
@media (max-width: 520px) {
  #new-home .business-content__item div p {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  #new-home .cta {
    padding: 23px 0 33px;
  }
}
@media (max-width: 360px) {
  #new-home .cta__catch--sp .w-360-none {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .how {
    padding: 69px 0 22px;
  }
}
@media (max-width: 520px) {
  #new-home .how .container {
    padding: 0 25px;
  }
}
@media (max-width: 520px) {
  #new-home .how__heading {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  #new-home .how__subheading.sp {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .how__subheading {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item p span.annot {
    vertical-align: 3px;
  }
}
@media (max-width: 520px) {
  #new-home .voice__subheading {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  #new-home .voice__heading {
    font-size: 24px;
  }
}
@media (max-width: 520px) {
  #new-home .point-content {
    gap: 21px;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:first-child h3 {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:nth-child(4) h3 {
    margin-top: 0;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:last-child h3 br {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .support__btn {
    width: min(100%, 280px);
    margin: 35px auto 0;
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  #new-home .request {
    padding: 42px 0 33px;
  }
}
@media (max-width: 520px) {
  #new-home .request-form-wrapper {
    padding: 20px 12px;
    width: min(93%, 980px);
  }
}
@media (max-width: 520px) {
  #new-home .request-form__heading {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  #new-home .request-form__txt {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  #new-home .request-form__txt br {
    display: block;
  }
}
@media (max-width: 330px) {
  #new-home .request-form__txt br:nth-child(2) {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .request-form__detail ul li:not(:first-child) {
    font-weight: bold;
  }
}
@media (max-width: 520px) {
  #new-home .request-form__detail ul li .w-520-block {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .request-form__detail ul {
    font-size: 14px;
    width: 100%;
    padding-left: 21%;
  }
}
@media (max-width: 376px) {
  #new-home .request-form__detail ul {
    padding-left: 9%;
  }
}
@media (max-width: 360px) {
  #new-home .request-form__detail ul {
    padding-left: 3%;
  }
}
@media (max-width: 390px) {
  #new-home .request__form dl dt.nece-mark span {
    margin-left: 0;
  }
}
@media (max-width: 520px) {
  #new-home .request__form dl dt.nece-mark {
    font-size: 12px;
    display: flex;
  }
}
@media (max-width: 520px) {
  #new-home .request__form span.error {
    font-size: 10px;
  }
}
@media (max-width: 520px) {
  #new-home .request__form dl dd span.companyname span.error {
    top: 18px;
  }
}
@media (max-width: 520px) {
  #new-home .request__form dl dd span.companyname .input-group-addon {
    padding-top: 7px;
  }
}
@media (max-width: 520px) {
  #new-home .request__form dl input[type=text] {
    height: 34px;
  }
}
@media (max-width: 520px) {
  #new-home .request__form dl select {
    height: 34px;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .law-agree .agree::before {
    width: 16px;
    height: 16px;
    left: -1.3em;
    top: calc(50% - 8px);
  }
}
@media (max-width: 520px) {
  #new-home .request__form .law-agree .agree::before {
    top: 0;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .law-agree .agree::after {
    left: -14px;
  }
}
@media (max-width: 360px) {
  #new-home .request__form .law-agree .agree::after {
    top: 0;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .law-agree .agree {
    padding-left: 0.5em;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .law-agree .agree {
    padding-left: 0.5em;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .law-agree {
    font-size: 12px;
    margin-top: 15px;
  }
}
@media (max-width: 376px) {
  #new-home .request__form .law-agree {
    text-align: initial;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .action input[type=button] {
    height: 34px;
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  #new-home .request__form .action {
    margin-top: 15px;
    text-align: center;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .heading-02 {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .lead {
    font-size: 14px;
    margin-top: 15px;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .form-content .form-row dt {
    width: 45%;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .form-content .form-row {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .form-footer p.action .btn-back {
    width: min(100%, 240px);
    font-size: 16px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 520px) {
  #new-home .form-section .form-footer p.action .btn-submit {
    width: min(100%, 240px);
    font-size: 16px;
    height: 34px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.25);
  }
}
@media (max-width: 520px) {
  #new-home .form-section .form-footer p.action {
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
  }
}
@media (max-width: 667px) {
  #new-home .form-section .form-footer {
    margin-top: 20px;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .cta-links__item h3 {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  #new-home .form-section .cta-links__item a {
    font-size: 16px;
    width: min(100%, 200px);
    height: 30px;
    padding-top: 0.2em;
    margin: 15px auto 0;
  }
}
/* メインビジュアル */
@media (max-width: 1050px) {
  #new-home .mv {
    padding: 90px 0 60px;
  }
}
@media (max-width: 520px) {
  #new-home .mv {
    padding: 75px 0 26px;
  }
}
@media (max-width: 1050px) {
  #new-home .mv__inner div a {
    margin-top: 23px;
  }
}
@media (max-width: 1050px) {
  #new-home .mv__inner div a {
    margin-top: 21px;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div p span:first-of-type {
    font-size: 0.91em;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div p span:nth-of-type(2) {
    font-size: 1.65em;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div p span:nth-of-type(3) {
    font-size: 1.65em;
    bottom: 3px;
    vertical-align: -4px;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div p span:nth-of-type(4) {
    font-size: 1.87em;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div p span:nth-of-type(4) {
    font-size: 1.87em;
  }
}
@media (max-width: 1024px) {
  #new-home .mv__inner div p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner div p {
    padding-left: 3em;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner div p {
    font-size: 20px;
    padding-left: 0.25em;
  }
}
@media (max-width: 374px) {
  #new-home .mv__inner div p {
    font-size: 18px;
  }
}
@media (max-width: 896px) {
  #new-home .mv__inner div a::after {
    width: 44px;
    height: 36px;
    top: calc(50% - 18px);
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner div a {
    display: none;
  }
}
@media (max-width: 1366px) {
  #new-home .mv__inner figure img {
    max-width: calc(100% - 33px);
  }
}
@media (max-width: 1180px) {
  #new-home .mv__inner figure img {
    margin: -13px 0 0 -13px;
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner figure img {
    margin-left: 0;
  }
}
@media (max-width: 1366px) {
  #new-home .mv__inner figure {
    width: min(45%, 580px);
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner figure {
    width: 70%;
    margin: 30px auto 0;
    text-align: center;
  }
}
@media (max-width: 1180px) {
  #new-home .mv__inner {
    padding: 0 15px;
  }
}
@media (max-width: 768px) {
  #new-home .mv__inner {
    flex-direction: column;
    padding-left: 0;
  }
}
@media (max-width: 520px) {
  #new-home .mv__inner {
    padding: 0;
  }
}
/*@media (max-width: 1050px) {*/
/*  #new-home .mv__btns {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    row-gap: 15px;*/
/*    align-items: center;*/
/*  }*/
/*}*/
/* 無限スライダーアニメーション */
@keyframes infinity-scroll-left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -5000px 0;
  }
}
@media (max-width: 768px) {
  #new-home .company__catch::before {
    width: 65px;
    top: calc(50% - 2px);
    right: -2.5em;
    transform: rotate(-65deg);
  }
}
@media (max-width: 520px) {
  #new-home .company__catch::before {
    width: 50px;
  }
}
@media (max-width: 768px) {
  #new-home .company__catch::after {
    width: 65px;
    top: calc(50% + 1px);
    left: -3em;
    transform: rotate(65deg);
  }
}
@media (max-width: 520px) {
  #new-home .company__catch::after {
    width: 50px;
  }
}
@media (max-width: 768px) {
  #new-home .company__catch .w-768-block {
    display: block;
  }
}
@media (max-width: 768px) {
  #new-home .company__heading br {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .company__heading {
    font-size: 18px;
  }
}
@media (max-width: 376px) {
  #new-home .company__heading {
    text-align: left;
    padding-left: 1em;
  }
}
@media (max-width: 600px) {
  #new-home .company__txt .w-600-none {
    display: none;
  }
}
@media (max-width: 376px) {
  #new-home .company__txt .w-375-none {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .company__txt {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  #new-home .company__txt {
    text-align: left;
    padding-left: 1.3em;
  }
}
@media (max-width: 844px) {
  #new-home .company-award {
    column-gap: 2px;
  }
}
@media (max-width: 768px) {
  #new-home .company-award {
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  #new-home .company-award {
    row-gap: 20px;
  }
}
@media (max-width: 520px) {
  #new-home .company-award__item figure {
    width: 70px;
  }
}
@media (max-width: 520px) {
  #new-home .company-award__item div h3 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  #new-home .company-award__item:nth-child(2) {
    margin-left: -16px;
  }
}
@media (max-width: 360px) {
  #new-home .company-award__item:nth-child(2) {
    margin-left: -13px;
  }
}
@media (max-width: 340px) {
  #new-home .company-award__item:nth-child(2) {
    margin-left: -3px;
  }
}
@media (max-width: 768px) {
  #new-home .company-award__item {
    width: 100%;
    justify-content: center;
  }
}
/* BizRobo!が解決する課題 */
@media (max-width: 960px) {
  #new-home .issue__catch.second {
    display: block;
  }
}
@media screen and (max-width: 1180px) {
  #new-home .issue__catch {
    bottom: 68.5%;
  }
}
@media screen and (max-width: 1024px) {
  #new-home .issue__catch {
    left: -32%;
  }
}
@media screen and (max-width: 960px) {
  #new-home .issue__catch {
    left: -67%;
    font-size: 25px;
    width: fit-content;
    bottom: 67.5%;
  }
}
@media screen and (max-width: 915px) {
  #new-home .issue__catch {
    left: -70%;
  }
}
@media screen and (max-width: 812px) {
  #new-home .issue__catch {
    left: -76%;
  }
}
@media screen and (max-width: 640px) {
  #new-home .issue__catch {
    left: -82%;
  }
}
@media screen and (max-width: 615px) {
  #new-home .issue__catch {
    font-size: 23px;
    left: -84%;
    bottom: 68.5%;
  }
}
@media screen and (max-width: 536px) {
  #new-home .issue__catch {
    left: -94%;
  }
}
@media screen and (max-width: 520px) {
  #new-home .issue__catch {
    display: none;
  }
}
@media screen and (max-width: 915px) {
  #new-home .issue__catch.second {
    left: -70%;
  }
}
@media screen and (max-width: 812px) {
  #new-home .issue__catch.second {
    left: -76%;
  }
}
@media screen and (max-width: 640px) {
  #new-home .issue__catch.second {
    left: -82%;
  }
}
@media screen and (max-width: 615px) {
  #new-home .issue__catch.second {
    font-size: 23px;
    left: -84%;
    bottom: 68.5%;
  }
}
@media screen and (max-width: 535px) {
  #new-home .issue__catch.second {
    left: -93%;
  }
}
@media screen and (max-width: 520px) {
  #new-home .issue__catch.second {
    display: none;
  }
}
@media (max-width: 960px) {
  #new-home .issue-flow {
    flex-wrap: wrap;
    row-gap: 60px;
  }
}
@media (max-width: 615px) {
  #new-home .issue-flow {
    column-gap: 18px;
  }
}
@media (max-width: 960px) {
  #new-home .issue-flow__item {
    width: 40%;
  }
}
@media (max-width: 768px) {
  #new-home .issue-flow__item {
    width: 48%;
  }
}
@media screen and (max-width: 1180px) {
  #new-home .issue-flow__item:first-child .resolution-area h3 {
    margin: 79px auto 0;
  }
}
@media screen and (max-width: 1180px) {
  #new-home .issue-flow__item:first-child .resolution-area p:first-of-type {
    margin-top: 28px;
  }
}
@media (max-width: 1180px) {
  #new-home .issue-flow__item .resolution-area {
    height: 440px;
  }
}
@media (max-width: 960px) {
  #new-home .issue-flow__item .resolution-area {
    align-items: initial;
    height: 400px;
  }
}
@media (max-width: 615px) {
  #new-home .issue-flow__item .resolution-area {
    height: 425px;
  }
}
@media (max-width: 520px) {
  #new-home .issue-flow__item .resolution-area {
    height: 360px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1180px) {
  #new-home .issue-flow__item .resolution-area h3 {
    margin: 56px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #new-home .issue-flow__item .resolution-area h3 {
    margin: 49px auto 0;
  }
}
@media screen and (max-width: 1180px) {
  #new-home .issue-flow__item .resolution-area figure {
    margin: 22px auto 0;
  }
}
/* BizRobo!で自動化できる業務例 */
@media (max-width: 1050px) {
  #new-home .business__inner #next_arrow {
    right: 0;
  }
}
@media (max-width: 1050px) {
  #new-home .business-content.lower {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 1280px) {
  #new-home .business-content.lower .slick-prev {
    left: -20px;
  }
}
@media screen and (max-width: 1280px) {
  #new-home .business-content.lower .slick-next {
    right: 10px;
  }
}
/* cta */
@media (max-width: 850px) {
  #new-home .cta__catch .w-850-block {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .cta__catch .w-850-block {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .cta__catch.second {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  #new-home .cta__catch.second .w-520-block {
    display: block;
  }
}
@media (max-width: 360px) {
  #new-home .cta__catch.second .w-520-block {
    display: none;
  }
}
@media (max-width: 768px) {
  #new-home .cta__btns a {
    width: min(100%, 482px);
  }
}
@media (max-width: 520px) {
  #new-home .cta__btns a {
    width: min(100%, 300px);
    height: 50px;
    font-size: 18px;
  }
}
@media (max-width: 834px) {
  #new-home .cta__btns {
    column-gap: 25px;
  }
}
@media (max-width: 768px) {
  #new-home .cta__btns {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}
@media (max-width: 520px) {
  #new-home .cta__btns {
    margin-top: 30px;
  }
}
/* RPAの選び方 */
@media (max-width: 844px) {
  #new-home .how-conv {
    row-gap: 25px;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item:first-child {
    padding-left: 0;
  }
}
@media (max-width: 1050px) {
  #new-home .how-conv__item:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  #new-home .how-conv__item:nth-child(2) {
    margin-top: -10px;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item:nth-child(2), #new-home .how-conv__item:nth-of-type(3) {
    column-gap: 35px;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item:nth-child(2), #new-home .how-conv__item:nth-of-type(3) {
    padding-right: 0;
    align-items: center;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item:nth-child(2) p::after, #new-home .how-conv__item:nth-of-type(3) p::after {
    left: 100.5%;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item figure {
    width: 70px;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item figure img {
    min-width: 70px;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item p::after {
    right: 100.5%;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item p {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item p.sp {
    display: block;
  }
}
@media (max-width: 376px) {
  #new-home .how-conv__item p.sp {
    padding: 1em 0.2em 1em 0.65em;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__item {
    column-gap: 35px;
  }
}
@media (max-width: 520px) {
  #new-home .how-conv__img {
    width: min(100%, 250px);
    margin: 0;
  }
}
@media (max-width: 520px) {
  #new-home .how__annot {
    padding-left: 0;
    font-size: 10px;
    margin: 12px auto 0;
  }
}
/* おすすめ資料一式 */
@media (max-width: 520px) {
  #new-home .document {
    padding: 57px 0 33px;
  }
}
@media (max-width: 520px) {
  #new-home .document .container {
    padding: 0 20px;
  }
}
@media (max-width: 1050px) {
  #new-home .document__inner figure.first {
    width: min(50%, 400px);
  }
}
@media (max-width: 520px) {
  #new-home .document__inner figure.first {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .document__inner figure.second {
    display: block;
  }
}
@media (max-width: 960px) {
  #new-home .document__inner div p br {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .document__inner div p {
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  #new-home .document__inner div ul {
    max-width: 280px;
    margin: 25px auto 0;
    font-size: 14px;
    padding-left: 2em;
  }
}
@media (max-width: 520px) {
  #new-home .document__inner div ul li {
    margin-bottom: 3px;
  }
}
@media (max-width: 1050px) {
  #new-home .document__inner a {
    margin: 25px auto 0;
  }
}
@media (max-width: 960px) {
  #new-home .document__inner a {
    margin: 25px 0 0;
  }
}
@media (max-width: 768px) {
  #new-home .document__inner a {
    margin: 25px auto 0;
  }
}
@media (max-width: 520px) {
  #new-home .document__inner a:first-of-type {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .document__inner a:nth-of-type(2) {
    display: flex;
  }
}
@media (max-width: 960px) {
  #new-home .document__inner {
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  #new-home .document__inner {
    flex-direction: column;
    align-items: center;
  }
}
/* BizRobo!が選ばれ続ける理由 */
@media (max-width: 520px) {
  #new-home .reason {
    padding: 65px 0 0;
  }
}
@media (max-width: 520px) {
  #new-home .reason .container {
    padding: 0 15px;
  }
}
@media (max-width: 520px) {
  #new-home .reason__subheading::before {
    width: 25px;
    top: calc(50% - 1.5px);
  }
}
@media (max-width: 520px) {
  #new-home .reason__subheading::after {
    width: 25px;
    top: calc(50% - 1.5px);
  }
}
@media (max-width: 520px) {
  #new-home .reason__subheading {
    font-size: 18px;
  }
}
@media (max-width: 520px) {
  #new-home .reason__heading {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 376px) {
  #new-home .reason__heading .w-376-block {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item div h3 {
    font-size: 20px;
  }
}
@media (max-width: 376px) {
  #new-home .reason-content__item div h3 {
    padding-left: 0.7em;
    padding-left: 1.3em;
    text-indent: -1.3em;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item div p {
    font-size: 14px;
  }
}
@media (max-width: 376px) {
  #new-home .reason-content__item div p {
    padding-left: 0.9em;
  }
}
@media (max-width: 768px) {
  #new-home .reason-content__item:first-child figure.sp {
    display: block;
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item:first-child figure {
    display: none;
  }
}
@media (max-width: 768px) {
  #new-home .reason-content__item:nth-child(2) figure.sp {
    display: block;
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item:nth-child(2) figure {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item:nth-child(2) div p {
    padding: 0;
  }
}
@media (max-width: 376px) {
  #new-home .reason-content__item:nth-child(2) div p {
    padding-left: 0.9em;
  }
}
@media (max-width: 960px) {
  #new-home .reason-content__item:nth-child(2) {
    flex-direction: column;
    padding-left: 0;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item:nth-child(2) {
    padding-left: 14px;
  }
}
@media (max-width: 960px) {
  #new-home .reason-content__item:nth-child(3) figure {
    right: 12px;
  }
}
@media (max-width: 768px) {
  #new-home .reason-content__item:nth-child(3) figure.sp {
    display: block;
    margin-top: 25px;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item:nth-child(3) figure {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .reason-content__item:nth-child(3) {
    padding-left: 14px;
  }
}
@media screen and (max-width: 960px) {
  #new-home .reason-content__item:nth-child(2) div {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  #new-home .reason-content__item {
    flex-direction: column;
  }
}
@media screen and (max-width: 960px) {
  #new-home .reason-content {
    row-gap: 40px;
  }
}
/* お客様の声 */
/* さらに差が出る5つの独自ポイント  */
@media (max-width: 520px) {
  #new-home .point {
    padding: 56px 0 43px;
  }
}
@media (max-width: 520px) {
  #new-home .point__heading::before {
    content: none;
  }
}
@media (max-width: 520px) {
  #new-home .point__heading {
    font-size: 22px;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item h3 {
    font-size: 18px;
    order: 1;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item ul {
    font-size: 13px;
    order: 3;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item figure {
    order: 2;
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:first-child figure {
    width: min(100%, 250px);
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:nth-child(2) figure {
    width: min(100%, 150px);
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:nth-child(3) figure {
    width: min(100%, 220px);
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:nth-child(4) figure {
    width: min(100%, 220px);
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:last-child figure.sp {
    display: block;
    width: min(100%, 150px);
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item:last-child figure {
    display: none;
  }
}
@media (max-width: 768px) {
  #new-home .point-content__item {
    width: min(80%, 460px);
  }
}
@media (max-width: 520px) {
  #new-home .point-content__item {
    width: min(100%, 337px);
    padding: 20px 15px;
    row-gap: 20px;
  }
}
/* サポート */
@media (max-width: 768px) {
  #new-home .support {
    padding: 0 0 90px;
  }
}
@media (max-width: 520px) {
  #new-home .support {
    padding: 36px 0 74px;
  }
}
@media (max-width: 520px) {
  #new-home .support__heading.sp span:first-of-type::before {
    content: "";
    position: absolute;
    top: 43%;
    right: -1.3em;
    display: inline-block;
    width: 19px;
    height: 1px;
    background-color: #555;
    transform: rotate(-49deg);
  }
}
@media (max-width: 520px) and (max-width: 340px) {
  #new-home .support__heading.sp span:first-of-type::before {
    right: -1.1em;
  }
}
@media (max-width: 520px) {
  #new-home .support__heading.sp span:first-of-type::after {
    content: "";
    position: absolute;
    top: 43%;
    left: -1.3em;
    display: inline-block;
    width: 19px;
    height: 1px;
    background-color: #555;
    transform: rotate(49deg);
  }
}
@media (max-width: 520px) and (max-width: 340px) {
  #new-home .support__heading.sp span:first-of-type::after {
    left: -1.1em;
  }
}
@media (max-width: 1080px) {
  #new-home .support__txt br {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .support__txt {
    font-size: 14px;
    width: 90%;
    margin: 20px auto 0;
    text-align: initial;
  }
}
@media (max-width: 1080px) {
  #new-home .support__map p:first-child {
    padding-left: 0.3em;
  }
}
@media (max-width: 520px) {
  #new-home .support__map p:first-child {
    font-size: 18px;
    line-height: 1.8;
    padding-left: 1.4em;
  }
}
@media (max-width: 376px) {
  #new-home .support__map p:first-child {
    padding-left: 1em;
  }
}
@media (max-width: 1080px) {
  #new-home .support__map p:nth-child(2) {
    padding-left: 0.4em;
  }
}
@media (max-width: 640px) {
  #new-home .support__map p:nth-child(2) {
    font-size: 21px;
  }
}
@media (max-width: 640px) {
  #new-home .support__map p:nth-child(2) .w-640-block {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .support__map p:nth-child(2) .w-640-block {
    display: none;
  }
}
@media (max-width: 412px) {
  #new-home .support__map p:nth-child(2) .w-412-none {
    display: none;
  }
}
@media (max-width: 412px) {
  #new-home .support__map p:nth-child(2) .w-412-block {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .support__map p:nth-child(2) {
    font-size: 12px;
    line-height: 1.6;
    padding-left: 2.1em;
  }
}
@media (max-width: 376px) {
  #new-home .support__map p:nth-child(2) {
    padding-left: 1.5em;
  }
}
@media (max-width: 960px) {
  #new-home .support__map {
    background-size: 53%;
    background-position: right 30px top;
  }
}
@media (max-width: 768px) {
  #new-home .support__map {
    padding-top: 10px;
    height: 470px;
    background-position: right 0px top;
  }
}
@media (max-width: 640px) {
  #new-home .support__map {
    height: 425px;
    background-size: 63%;
    background-position: right 0 top 45px;
  }
}
@media (max-width: 520px) {
  #new-home .support__map {
    background-position: right 36px top 25px;
    background-size: 70%;
    height: 380px;
    margin: 30px auto 0;
  }
}
@media (max-width: 412px) {
  #new-home .support__map {
    height: 300px;
  }
}
@media (max-width: 376px) {
  #new-home .support__map {
    background-position: right 8px top 35px;
  }
}
@media (max-width: 360px) {
  #new-home .support__map {
    background-position: right 4px top 35px;
  }
}
@media (max-width: 520px) {
  #new-home .support-content {
    gap: 35px 75px;
  }
}
@media (max-width: 1050px) {
  #new-home .support-content__item {
    width: min(36%, 300px);
  }
}
@media (max-width: 520px) {
  #new-home .support-content__item img {
    max-width: 240px;
    margin: 0 auto;
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .support-content__item figcaption {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  #new-home .support-content__item {
    width: min(100%, 415px);
  }
}
@media (max-width: 640px) {
  #new-home .support__land p br {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .support__land p br {
    display: block;
  }
}
@media (max-width: 360px) {
  #new-home .support__land p br {
    display: none;
  }
}
@media (max-width: 520px) {
  #new-home .support__land p .w-520-block {
    display: block;
  }
}
@media (max-width: 520px) {
  #new-home .support__land p {
    font-size: 16px;
  }
}
@media (max-width: 520px) {
  #new-home .support__land {
    padding: 20px 0;
    background-position: bottom;
    margin-top: 37px;
  }
}
@media screen and (max-width: 1050px) {
  #new-home .support__txt .w-1050-none {
    display: none;
  }
}
/* お問い合わせフォーム */
@media (max-width: 960px) {
  #new-home .request-form__detail {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  #new-home .request-form__detail {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media (max-width: 960px) {
  #new-home .request-form__detail figure {
    width: min(40%, 163px);
  }
}
@media (max-width: 768px) {
  #new-home .request-form__detail figure {
    width: min(40%, 240px);
  }
}
@media (max-width: 520px) {
  #new-home .request-form__detail figure {
    width: min(100%, 262px);
  }
}
@media (max-width: 520px) {
  #new-home .request__form-inner {
    padding: 15px 22px 23px;
  }
}
@media (max-width: 667px) {
  #new-home .request__form .attention {
    margin-left: 4px;
    font-size: 10px;
  }
}
@media (max-width: 370px) {
  #new-home .request__form .attention {
    transform: scale(0.8);
    width: 100vw;
    padding-left: 9em;
    margin: 0 calc(50% - 50vw);
  }
}
@media (max-width: 300px) {
  #new-home .request__form .attention {
    padding-left: 5em;
    margin: -15px calc(50% - 50vw);
  }
}
/* recaptcha */
.grecaptcha-badge {
  bottom: -3px !important;
}

@media (max-width: 667px) {
  .grecaptcha-badge {
    bottom: -37px !important;
  }
}
/* 新着情報 */
#new-home .latest {
  padding-bottom: 100px;
}
@media (max-width: 768px) {
  #new-home .latest {
    padding-bottom: 40px;
  }
}
@media (max-width: 520px) {
  #new-home .latest {
    padding-top: 35px;
  }
}
#new-home .latest__heading {
  font-size: 32px;
  text-align: center;
}
@media (max-width: 520px) {
  #new-home .latest__heading {
    font-size: 24px;
  }
}
#new-home .latest__tabs {
  margin: 35px auto 0;
  justify-content: center;
  column-gap: 20px;
}
#new-home .latest__tabs a {
  width: 150px;
  height: 39px;
  cursor: pointer;
  font-size: 18px;
  color: #b7b7b7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
}
#new-home .latest__tabs a.active {
  color: #fa6e01;
  border-bottom: 1px solid #fa6e01;
}
@media (max-width: 520px) {
  #new-home .latest__tabs a {
    font-size: 13px;
  }
}
@media (max-width: 520px) {
  #new-home .latest__tabs {
    column-gap: 10px;
    margin: 15px auto 0;
  }
}
#new-home .latest-list {
  font-weight: bold;
}
#new-home .latest-list-container {
  width: min(100%, 975px);
  margin: 35px auto 0;
  display: none;
}
#new-home .latest-list-container.active {
  display: block;
}
#new-home .latest-list__item {
  justify-content: flex-start;
  column-gap: 35px;
  border-bottom: 1px solid #b7b7b7;
  padding: 1em 0;
}
#new-home .latest-list__item div:first-child {
  color: #969696;
}
#new-home .latest-list__item div:last-child a {
  color: #4c4c4c;
}
#new-home .latest-list__item .out-link::after {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 0 0 6px;
  vertical-align: baseline;
  background: url(/wp-content/themes/cocoon-child-master/img/common/icn_blank.png) no-repeat;
  background-size: cover;
  display: inline-block;
}
#new-home .latest__btn {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
  width: min(100%, 340px);
  height: 50px;
  background-color: #fa6e01;
  border-radius: 100vh;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
}
#new-home .customer {
  padding: 50px 0 65px;
  background-color: #f5f5f5;
}
#new-home .customer__heading {
  font-size: 28px;
  color: #454545;
  text-align: center;
}
#new-home .customer__heading .w-520-block {
  display: none;
}
#new-home .customer-content {
  margin-top: 36px;
  justify-content: center;
  column-gap: 60px;
}
#new-home .customer-content__item {
  width: min(45%, 400px);
  background-color: #fff;
  border: 0.5px solid #dcdcdc;
  flex-direction: column;
  align-items: center;
  padding: 40px 38px;
  row-gap: 20px;
}
#new-home .customer-content__item figure {
  background-color: #fff3eb;
  width: 140px;
  height: 140px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#new-home .customer-content__item figure img {
  width: 100px;
}
#new-home .customer-content__item h3 {
  font-size: 24px;
  color: #4c4c4c;
}
#new-home .customer-content__item p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 10px;
}
#new-home .customer-content__item a {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background-color: #fa6e01;
  border-radius: 100vh;
  width: min(100%, 320px);
  text-align: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 0.3em;
}
#new-home .customer-content__item a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#new-home .slick-list {
  max-width: 1215px;
  margin: 0px auto !important;
}
#new-home .slick-dots li.slick-active button::before {
  color: #fa6e01;
  opacity: 1;
}
#new-home .voice-slider .slick-slide {
  height: auto !important;
}

/* お問い合わせ、お役立ち資料一覧はこちらから */
.case-documents {
  padding: 83px 0 80px;
}
@media (max-width: 768px) {
  .case-documents {
    padding-top: 60px;
  }
}
.case-documents-heading {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #454545;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .case-documents-heading {
    font-size: 24px;
  }
}
.case-documents-items {
  width: min(100%, 1060px);
  margin: 53px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 960px) {
  .case-documents-items {
    row-gap: 50px;
  }
}
.case-documents-items div.flex {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: min(31%, 320px);
  row-gap: 26px;
}
@media (max-width: 960px) {
  .case-documents-items div.flex {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .case-documents-items div.flex {
    width: 100%;
  }
}
.case-documents-items div.flex figure {
  background-color: #f9f9f9;
  border: 1px solid #dbdbdb;
  width: 100%;
  height: 270px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  overflow: hidden;
}
.case-documents-items div.flex figure img {
  transition: all 0.3s;
}
.case-documents-items div.flex figure:hover img {
  transform: scale(1.1);
}
.case-documents-items div.flex h3 {
  font-size: 20px;
  font-weight: bold;
  color: #454545;
}
.case-documents-items div.flex h3.small {
  font-size: 18px;
}
.case-documents-items div.flex a {
  width: 240px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  border-radius: 100vh;
  font-size: 20px;
  font-weight: bold;
  background-color: #fa6e01;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .case-documents-items div.flex a {
    font-size: 20px !important;
  }
}
.case-documents-items div.flex a.img-link {
  display: contents;
}
.case-documents-items div.flex:first-child figure img {
  width: min(100%, 300px);
}
.case-documents-items div.flex:first-child figure.simulator img {
  width: min(100%, 180px);
}
.case-documents-items div.flex:nth-child(2) figure img, .case-documents-items div.flex:last-child figure img {
  width: min(100%, 180px);
}
@media (max-width: 768px) {
  .case-documents-items {
    margin: 26px auto 0;
  }
}
.case-documents .case-documents-items div.flex a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
}
.case-customer {
  padding: 50px 0 65px;
  background-color: #f5f5f5;
}
@media (max-width: 520px) {
  .case-customer {
    padding: 0 0 20px;
    background-color: initial;
  }
}
@media (max-width: 520px) {
  .case-customer .container {
    padding: 0 3px;
  }
}
.case-customer-heading {
  font-size: 28px;
  color: #454545;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 520px) {
  .case-customer-heading {
    font-size: 20px;
  }
}
.case-customer-heading .w-520-block {
  display: none;
}
@media (max-width: 520px) {
  .case-customer-heading .w-520-block {
    display: block;
  }
}
.case-customer-content {
  margin-top: 36px;
  justify-content: center !important;
  column-gap: 60px;
}
@media (max-width: 768px) {
  .case-customer-content {
    flex-direction: column;
    row-gap: 40px;
    align-items: center;
  }
}
@media (max-width: 520px) {
  .case-customer-content {
    background-color: #f5f5f5;
    padding: 10px 10px 20px;
    row-gap: 15px;
    margin-top: 16px;
  }
}
.case-customer-content-item {
  width: min(45%, 400px);
  background-color: #fff;
  border: 0.5px solid #dcdcdc;
  flex-direction: column;
  align-items: center;
  padding: 40px 38px;
  row-gap: 20px;
}
@media screen and (max-width: 960px) {
  .case-customer-content-item {
    padding: 55px 20px;
  }
}
@media screen and (max-width: 768px) {
  .case-customer-content-item {
    width: min(100%, 415px);
  }
}
@media (max-width: 520px) {
  .case-customer-content-item {
    width: min(100%, 344px);
    padding: 20px 22px;
    row-gap: 7px;
  }
}
.case-customer-content-item figure {
  background-color: #fff3eb;
  width: 140px;
  height: 140px;
  border-radius: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 520px) {
  .case-customer-content-item figure {
    width: 120px;
    height: 120px;
  }
}
.case-customer-content-item figure img {
  width: 100px;
}
@media (max-width: 520px) {
  .case-customer-content-item figure img {
    width: 90px;
  }
}
.case-customer-content-item h3 {
  font-size: 24px;
  color: #4c4c4c;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .case-customer-content-item h3 {
    font-size: 18px;
  }
}
.case-customer-content-item p {
  font-size: 16px;
  color: #4c4c4c;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .case-customer-content-item p {
    font-size: 14px;
  }
}
.case-customer-content-item a {
  font-size: 24px;
  color: #fff !important;
  font-weight: bold;
  background-color: #fa6e01;
  border-radius: 100vh;
  width: min(100%, 320px);
  text-align: center;
  height: 50px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  padding-top: 0.3em;
  line-height: 1.5;
}
@media (max-width: 520px) {
  .case-customer-content-item a {
    width: min(100%, 280px);
    height: 45.5px;
    font-size: 20px;
    padding-top: 0.4em;
  }
}
.case-customer-content-item a:hover {
  opacity: 0.8;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.case-customer .case-customer-content-item a {
  box-shadow: 0 4px 0 0 #ACACAC;
  position: relative;
  color: #454545;
  border: 1px solid #fa6e01;
  line-height: 1.5;
}
.case-customer .case-customer-content-item a:hover {
  opacity: 1;
}

/* バナー＆ロゴ */
.bnr_logo {
  margin-top: 25px;
  justify-content: center !important;
  align-items: center;
  column-gap: 30px;
  row-gap: 20px;
  padding: 0 15px;
}
.bnr_logo figure {
  width: 220px;
}
.bnr_logo figure.flex {
  align-items: center;
  background-color: #f0f1f5;
  padding: 6px 23.5px;
  width: initial;
  border-radius: 10px;
}
.bnr_logo figure.flex img:first-child {
  width: 110px;
}
@media (max-width: 520px) {
  .bnr_logo figure.flex img:first-child {
    width: 62px;
  }
}
.bnr_logo figure.flex img:nth-of-type(2) {
  width: 110px;
}
@media (max-width: 520px) {
  .bnr_logo figure.flex img:nth-of-type(2) {
    width: 57px;
  }
}
@media (max-width: 520px) {
  .bnr_logo figure.flex {
    width: min(100%, 140px);
    padding: 6px 14.5px;
    justify-content: center;
    column-gap: 7px;
  }
}
@media (max-width: 768px) {
  .bnr_logo figure {
    width: 35%;
  }
}
@media (max-width: 520px) {
  .bnr_logo figure {
    width: min(46%, 140px);
  }
}
@media (max-width: 960px) {
  .bnr_logo {
    flex-wrap: wrap;
  }
}
@media (max-width: 844px) {
  .bnr_logo {
    column-gap: 20px;
  }
}
@media (max-width: 520px) {
  .bnr_logo {
    column-gap: 35px;
  }
}</pre></body></html>