/* カスタマイズ用CSS */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

body {
  font-family: "Noto Sans JP", sans-serif;
  background: white;
}

.ec-role {
  padding-left: 0;
  padding-right: 0;
}

.ec-itemNav__nav li ul li ul li a,
.ec-itemNav__nav li ul li a {
  background-color: white;
  color: inherit;
}

.ec-itemNav__nav li:hover ul li ul li a:hover,
.ec-itemNav__nav li ul li ul li:hover a,
.ec-itemNav__nav > li:hover li:hover > a {
  background-color: #38b6ff;
  color: white;
}

.ec-itemNav__nav li a {
  padding: 16px 8px;
}

.ec-itemNav__nav li ul li:hover > ul > li {
  width: 100%;
}

.ec-layoutRole {
  background: none;
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}

.ec-itemNav__nav li a {
  background: none;
}

.ec-layoutRole a:hover {
  opacity: 0.6;
  color: inherit;
  transition: all 0.5s;
}


.ec-headerTitle__title img {
  max-width: 480px;
  width: 100%;
  display: block;
  margin: auto;
}

.ec-sliderRole {
  padding-left: 0;
  padding-right: 0;
}

.title__home h2 {
  font-size: 14px;
  font-weight: bold;
}
.title__home h2 span {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #5271ff;
  vertical-align: sub;
  margin-right: 1em;
  padding-right: 1em;
  margin-bottom: 30px;
  border-right: 1px solid #a9a9a9;
}

.title__home--nojp {
  margin-bottom: 35px;
}

.title__home--nojp h2 span{
  margin-right: 0;
  padding-right: 0;
  border: none;
  margin-bottom: 15px;
}

.title__home--small{
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
}

.title__home--small h3{
  font-size: 14px;
  font-weight: bold;
}

.home__cards + .title__home--small{
  margin-top: 40px;
}

.home__cards {
  display: flex;
  margin-left: -23px;
  margin-right: -23px;
  margin-bottom: -46px;
  flex-wrap: wrap;
}

.home__card {
  padding: 0 23px 46px;
  flex-basis: 33.33%;
  max-width: 33.33%;
}

.home__card a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.home__card a img {
  max-width: 100%;
  height: auto;
}

.home__card--iamge {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.home__card--iamge img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.home__card--name h3 {
  font-size: 15px;
  font-weight: bold;
}

.home__card--price {
  font-size: 16px;
  font-weight: bold;
}

.home__card--price span {
  font-weight: normal;
  font-size: 13px;
}

.home__section + .home__section {
  margin-top: 60px;
}

.home__search {
  width: 100%;
  overflow: hidden;
}

.home__search--cards {
  display: flex;
  margin-left: -25px;
  margin-right: -25px;
  background: url(../../../template/default/assets/img/page/bg_home1@2x.jpg) 50%
    50% no-repeat;
  background-size: cover;
  padding: 45px 70px;
  justify-content: center;
}

.home__search--card {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 55px;
  position: relative;
}

.home__search--card a {
  text-decoration: none;
  color: inherit;
  text-align: center;
  display: block;
}

.home__search--card + .home__search--card::before {
  content: "";
  width: 1px;
  height: 90px;
  background: #a9a9a9;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.home__search--card img {
  width: 100%;
  max-width: 160px;
}

.home__search--image {
  margin-bottom: 15px;
}

.home__pickup {
  padding: 0px 0 95px;
  position: relative;
}

.home__pickup .title__home h2{
  margin-top: 0;
}

.home__works {
  overflow: hidden;
}

.home__works .home__card--iamge {
  padding-top: 73.33%;
}

.home__works--button{
  padding: 45px 60px;
  background: #f6f6f6;
}

.home__works--button {
  text-align: center;
  padding-top: 0;
}
.home__works--button a {
  display: inline-block;
  color: inherit;
  background: white;
  padding: 20px 45px;
}
.home__works--button a:hover {
  background: #333;
  color: white;
  text-decoration: none;
}

.home__banners--columns {
  display: flex;
  margin-left: -20px;
  margin-right: -20px;
}

.home__banners--column {
  padding: 0 20px;
  position: relative;
}
.home__banners--column img {
  max-width: 100%;
}
.home__banners--column a {
  text-decoration: none;
  display: inline-block;
  position: relative;
}
.home__banners--wrap {
  padding: 15px 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  color: inherit;
}
.home__banners--column a {
  text-decoration: none;
  color: inherit;
}
.home__banners--wrap dl {
  display: flex;
  margin: 0;
  align-items: center;
}
.home__banners--wrap dl dt {
  font-size: 17px;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #000;
}
.home__banners--wrap dl dd {
  font-size: 15px;
  padding: 20px;
}

.home__banners--wrap p {
  font-size: 1.7rem;
  font-weight: bold;
}

.ec-newsRole .ec-newsRole__newsDate {
  color: #38b6ff;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
  background-color: #38b6ff;
}
.ec-productRole .ec-productRole__price {
  color: #8f4c39;
}
.ec-layoutRole__contents {
  margin-top: 55px;
}

.ec-blockBtn--action {
  background-color: #5271ff;
  border-color: #5271ff;
  transition: all 0.5s;
}

.ec-blockBtn--cancel {
  background-color: #38b6ff;
  border-color: #38b6ff;
  transition: all 0.5s;
}

.content__columns {
  display: flex;
}

.content__column--image {
  max-width: 430px;
  flex-basis: 430px;
  flex-shrink: 0;
}

.content__column--image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.content__column--text {
  flex-grow: 1;
  margin-left: 50px;
}

.content__column--text h2 {
  font-size: 20px;
  line-height: 2;
  margin: 0 0 30px;
  font-weight: bold;
}
.content__column--text p {
  font-size: 16px;
  line-height: 2;
}

.content__title {
  margin-bottom: 60px;
}

.vision__section {
  margin-top: 60px;
}

.vision__section + .vision__section {
  padding-top: 60px;
  border-top: 1px solid #bcbcbc;
}

.content__section + .content__section {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 2px solid #707070;
}

.content__section + .ec-pageHeader {
  margin-top: 80px;
}

.content__section .columns {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -20px;
}

.content__section .columns .column {
  flex-basis: 50%;
  max-width: 50%;
  padding: 10px 20px;
  box-sizing: border-box;
}

.content__section .columns .column .youtube__area {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.content__section .columns .column .youtube__area iframe {
  width: 100%;
  height: 100%;
}

.content__section .columns .column .movie__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  color: #5271ff;
}

.content__column--movie {
  max-width: 600px;
  flex-basis: 600px;
  margin-right: 50px;
  flex-shrink: 0;
}
.content__column--movie > div {
  padding-top: 66.67%;
  position: relative;
}
.content__column--movie > div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.content__column--images {
  display: flex;
  margin: 0 -10px;
  flex-shrink: 0;
}
.content__column--image {
  padding: 0 10px;
}
.content__column--images .content__column--image {
  max-width: 380px;
  flex-basis: 380px;
  margin: 0;
}

.faq__section + .faq__section {
  margin-top: 0;
}

.faq__question {
  background: #f6f6f6;
  padding: 20px 65px 20px 25px;
  margin-bottom: 15px;
  position: relative;
  cursor: pointer;
}
.faq__question::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../../template/default/assets/img/page/ico_plus@2x.png) 50%
    50% no-repeat;
  background-size: contain;
  position: absolute;
  top: 16px;
  right: 16px;
}
.faq__question.active::before {
  background-image: url(../../../template/default/assets/img/page/ico_minus@2x.png);
}

.faq__question h2 {
  font-size: 16px;
  margin: 0;
}

.faq__answer {
  padding: 0 65px 0 25px;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
}

.faq__question.active + .faq__answer {
  height: auto;
  padding: 15px 65px 45px 25px;
}

.guide__title {
  padding: 15px;
  background: #38b6ff;
  margin-bottom: 20px;
}

.guide__title h2 {
  font-size: 16px;
  color: white;
  margin: 0;
  font-weight: bold;
}

.guide__content p {
  font-size: 16px;
  line-height: 2;
}

.section__guide + .section__guide {
  margin-top: 65px;
}

.ec-footerTitle__sns ul {
  text-align: center;
  margin: 0 -8px 65px;
  list-style: none;
}
.ec-footerTitle__sns ul li {
  padding: 0 8px;
  display: inline-block;
}

.ec-footerTitle__sns ul li img {
  max-width: 29px;
}

.product__detail--spec ul {
  padding-left: 0;
}

.product__detail--spec ul li {
  list-style: none;
}

.ec-layoutRole a:hover {
  opacity: 1;
}

.ec-halfInput .ec-errorMessage {
  display: inline-block;
}

.home__search--name {
  font-weight: bold;
}

#guide ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 60px;
}

#guide .anchor {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

#guide .anchor li {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-basis: 20%;
  max-width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#guide .anchor li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  font-size: 15px;
  color: #333;
  width: 100%;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}

#guide .columns {
  display: flex;
}

#guide .columns + .columns {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #707070;
}

#guide .columns .column {
  flex-basis: 300px;
  max-width: 300px;
}

#guide .columns .column + .column {
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
  margin-left: 50px;
}

#guide .guide__content {
  counter-reset: num;
}
#guide .guide__content .guide__sub__ttl h3 {
  font-size: 1.8rem;
  font-weight: bold;
  color: #38b6ff;
  margin-top: 0;
  margin-bottom: 40px;
}

#guide ul .count,
#guide ul.dotted li,
#guide .count {
  position: relative;
  padding-left: 1.5em;
}

#guide ul .count::before,
#guide .count::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: num;
  content: counter(num) ".";
}

#guide ul.dotted {
  margin-bottom: 0;
}

#guide ul.dotted li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}

#guide p + img {
  width: auto;
  margin-top: 30px;
}

#guide #price table,
#guide #bank table {
  margin-top: 30px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}

#guide #price table th,
#guide #price table td,
#guide #bank table th,
#guide #bank table td {
  padding: 10px;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

#guide #price table th {
  text-align: center;
  font-weight: bold;
}

#guide #price table td {
  text-align: right;
}

.ec-productRole .item_visual img {
  display: block;
  width: 100%;
  object-fit: contain;
  height: 100%;
  max-height: 500px;
}

.block__sidebar .block__title h3{
  background: #5271FF;
  color: white; 
  font-size: 15px;
  padding: 15px;
  margin-top: 0;
}

.block__sidebar .block__list{
  padding-top: 24px;
}
.block__sidebar .block__list + .block__list {
  border-top: 2px solid #DFDFDF;
}

.block__sidebar .block__list dl dt {
  font-size: 15px;
  color: #5271FF;
  padding-bottom: 1em;
}

.block__sidebar .block__list dl dd ul {
  padding-left: 20px;
  list-style: none;
}

.block__sidebar .block__list dl dd ul li {
  font-size: 15px;
  line-height: 1.8;
}
.block__sidebar .block__list dl dd ul li a {
  color: inherit;
}

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

.block__image:has(img + img) img + img {
  display: none;
}

.block__image a{
  display: block;
}
.block__image a:hover{
  opacity: 0.6;
}

.block__button a{
  display: inline-block;
  color: white;
  background: #5271FF;
  font-size: 15px;
  padding: 13px 65px;
  border-radius: 24px;
}

.block__button a:hover{
  text-decoration: none;
  opacity: 0.6;
  color: white;
}


.home__vision {
  margin-top: 55px;
  margin-bottom: 45px;
}

.home__vision .block__title h3{
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.home__vision .block__title h3 small{
  font-size: 18px;
  display: inline-block;
  padding-left: 1em;
  color: inherit;
  font-weight: bold;
}

.home__vision .block__text p {
  font-size: 15px;
  line-height: 1.8;
}

.home__vision .block__button{
  margin-top: 35px;
  text-align: center;
}

.home__knowhow{
  padding: 45px;
  background: #F8F6F0;
}


.home__knowhow .block__frame{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap:25px 15px;
  margin-top: 25px;
}

.block__video{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 12px;
}
.block__video iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.home__knowhow .block__caption{
  font-size: 15px;
  font-weight: bold;
}

.home__knowhow .block__button{
  margin-top: 35px;
  text-align: center;
}

.home__special {
  margin-bottom: 85px;
}

.home__special .block__wrap + .block__wrap{
  margin-top: 45px;
}

.home__special .block__image{
  margin-bottom: 20px;
}
.home__special .block__text p {
  line-height: 1.8;
}

.home__works .block__button{
  text-align: center;
  /* margin-top: 35px; */
}

.home__works .home__card{
  margin-bottom: 45px;
}

.home__banners .block__image{
  margin-bottom: 35px;
}

.home__banners .block__buttons{
  display: flex;
  gap: 22px;
  justify-content: center;
}
.home__banners .block__button--square{
  width: 50%;
}
.home__banners .block__button--square a {
  display: block;
  background: #5271FF;
  color: white;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.home__banners .block__button--square a:hover{
  color: white;
  text-decoration: none;
  opacity: 0.6;
}

.home__voice {
  margin-bottom: 65px;
}

.home__voice a{
  display: flex;
  background: url(/html/user_data/assets/img/page/iStock-1300810952.png) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 150px;
  align-items: center;
  padding: 30px 165px 30px 0;
  justify-content: flex-end;
  text-decoration: none;
  color: white;
  font-size: 46px;
  text-align: center;
}
.home__voice a:hover{
  color: white;
  opacity: .6;
}

.home__voice a small{
  display: block;
  font-size: 20px;
}

.page__reduce .block__title h2{
  margin: 40px 0 30px;
  font-size: 28px;
}


.page__reduce .block__title--catch {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 30px;
}
.page__reduce .block__title--catch h3{
  margin: 0;
  font-size: 24px;
  color: #5271FF;
  font-weight: bold;
}

.page__reduce .block__wrap--background{
  padding: 40px 45px;
  margin-bottom: 60px;
  background: #F8F6F0;
}

.page__reduce .block__inner{
  overflow: hidden;
}

.page__reduce .block__inner + .block__inner{
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #707070;
}

.page__reduce .block__wrap .block__image,
.page__reduce .block__inner .block__image{
  float: left;
  max-width: 260px;
  margin-right: 45px;
  margin-bottom: 2em;
}
.page__reduce .block__wrap .block__text + .block__text{
  clear: both;
}


.page__reduce .block__wrap .block__text p {
  font-size: 15px;
  line-height: 1.9;
}
.page__reduce .block__wrap .block__title--lead p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.9;
}

.page__reduce .block__wrap > .block__image{
  max-width: 360px;
}

.page__know-how .block__grid{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 50px 10px;
}

.block__title--page{
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

.block__title--page span {
  font-weight: bold;
  font-size: 26px;
  color: #5271FF;
  display: inline-block;
  padding-right: 1em;
  margin-right: 1em;
  border-right: 1px solid #A9A9A9;
}
.block__title--page h1{
  font-size: 15px;
}

.page__know-how .block__text{
  margin-top: 20px;
}
.page__know-how .block__text p{
  font-size: 15px;
  line-height: 1.9;
}

.page__know-how .block__title{
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

.page__know-how .block__title > * {
  font-size: 18px;
  color: #5271FF;
  margin: 0;
}
.page__know-how .block__section {
  margin-top: 55px; 
}

.visual__category .block__head .block__text{
  margin: 30px 0;
}
.visual__category .block__head .block__text p {
  font-size: 15px;
  line-height: 1.9;
}
.visual__category .block__wrap{
  background: #F8F6F0;
  padding: 30px 45px;
  margin-bottom: 45px;
}

.visual__category .block__wrap .block__lead{
  margin-bottom: 35px;
}

.visual__category .block__wrap .block__lead p{
  background: white;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}

.visual__category .block__inner{
  display: flex;
  gap: 32px;
}

.visual__category .block__inner + .block__inner{
  border-top: 1px solid #C9C9C9;
  margin-top: 12px;
  padding-top: 12px;
}


.visual__category .block__inner .block__image{
  flex-basis: 220px;
  background: white;
  padding: 10px;
  flex-shrink: 0;
}

.visual__category .block__inner .block__step span{
  font-size: 18px;
  color: #FEA183;
  font-weight: bold;
}

.visual__category .block__inner .block__text{
  margin-top: 20px;
}

.visual__category .block__inner .block__text p{
  font-size: 16px;
  line-height: 1.8;
}

.visual__category .block__banner{
  margin-bottom: 55px;
}

.ec-sliderRole .main_visual img + img{
  display: none;
}

.other_page .content__column--text .block__list{
  margin-top: 30px;
}

.other_page .content__column--text .block__list dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #5271FF;
  margin-bottom: 12px;
}

.other_page .content__column--text .block__list dl dd {
  font-size: 16px;
}

.other_page .content__column--text .block__list dl dd + dt {
  margin-top: 18px;
}

.other_page .content__column--text .block__list ul {
  padding-left: 0;
}

.other_page .content__column--text .block__list ul li {
  display: inline-block;
  list-style: none;
  font-size: 15px;
  color: #5271FF;
}

.other_page .content__column--text .block__list ul li::before{
  content: "#";
}
.other_page .content__column--text .block__list ul li+li{
  margin-left: 1em;
}

.block__title--voice{
  background: url(/html/user_data/assets/img/page/iStock-1300810952_2.png) 50% 50% no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 150px;
}
.block__title--voice > div {
  text-align: center;
  color: white;
}
.block__title--voice h1{
  font-size: 20px;
}
.block__title--voice span{
  display: block;
  font-size: 46px;
  margin-bottom: 55px;
}

.page__voice .block__title{
  font-size: 25px;
}

.page__voice .block__title h2{
  font-size: 20px;
  color: #5271FF;
}

.page__voice .block__text{
  margin-bottom: 35px;
}

.page__voice .block__text p {
  font-size: 16px;
  line-height: 1.8;
}

.page__voice .block__cards{
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 50px;
}

.page__voice .block__card blockquote,
.page__voice .block__card iframe{
  border: none!important;
}

.home__button{
  text-align: center;
  margin-top: 55px;
  margin-bottom: 55px;
}

.home__button a{
  display: inline-block;
  background: #5271FF;
  color: white;
  text-decoration: none;
  padding: 17px 40px;
  border-radius: 25px;
}

.show__pc{
  display: block;
}
.show__mobile{
  display: none;
}

.fb-share-button{
  margin-bottom: 55px;
}

@media only screen and (min-width: 768px) {
  .ec-itemNav__nav{
    display: flex;
    margin-bottom: 23px;
  }
  .ec-itemNav__nav li{
    width: 100%;
  }

  .ec-itemNav__nav li + li {
    border-left: 1px solid #707070;
  }

  .ec-itemNav__nav li a{
    padding: 5px 0;
  }

  .ec-layoutRole .ec-layoutRole__contents{
    gap: 55px;
  }


  .ec-topicpath {
    background: #5271ff;
    padding: 20px;
    color: white;
  }
  .ec-topicpath .ec-topicpath__divider {
    color: white;
  }
  .ec-productRole .ec-productRole__title .ec-headingTitle {
    font-size: 20px;
  }
  .ec-pageHeader h1 {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    color: #5271ff;
  }

  .cat__ttl h3 {
    font-size: 1.8rem;
    color: #5271ff;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 1080px) {
  .title__home {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ec-headerNav .ec-headerNav__item {
    font-size: 20px;
  }
  .ec-itemNav__nav {
    text-align: center;
  }
  .ec-itemNav__nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .home__banners {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section__guide {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ec-pageHeader h1 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .cat__ttl h3 {
    font-size: 1.6rem;
    color: #5271ff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 25px;
  }
  .page__voice .block__cards{
    grid-template-columns: repeat(1,1fr);
  }
  .block__title--voice{
    display: block;
    padding: 15px;
    height: auto;
    background-position: 100% 50%;
    background-size: auto;
  }
  .block__title--voice span{
    margin-bottom: 15px;
  }
  .home__voice a{
    display: block;
    padding: 15px;
    height: auto;
    min-height: auto;
    background-size: auto;
    background-position: 100% 50%;
  }
}
@media screen and (max-width: 767px) {
  .ec-layoutRole .ec-layoutRole__contents {
    margin-top: 0;
  }
  .ec-headerTitle__title img {
    max-width: 75%;
  }
  .home__pickup::after {
    left: 0;
  }

  .content__column--image img {
    display: block;
    margin: auto;
  }

  .home__cards,
  .home__search--cards {
    margin: 0 -10px -25px;
    padding: 30px 15px;
    flex-wrap: wrap;
  }
  .home__card,
  .home__search--card {
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 10px 25px;
  }
  .home__search--card a img {
    max-width: 100%;
  }
  .home__search--card + .home__search--card::before {
    display: none;
  }
  /* .home__card + .home__card {
    margin-top: 35px;
  } */
  .title__home {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ec-layoutRole__main {
    width: 100vw;
    overflow: hidden;
  }
  .home__banners--columns {
    flex-direction: column;
  }
  .home__banners--column + .home__banners--column {
    margin-top: 25px;
  }
  .home__banners--wrap {
    position: static;
  }
  .ec-newsRole__news {
    margin-left: 20px;
    margin-right: 20px;
  }
  .content__columns {
    flex-direction: column;
  }
  .content__column--text {
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .content__column--image {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 25px;
  }
  .content__column--text h2 {
    margin-bottom: 15px;
  }
  .content__section + .content__section {
    margin-top: 35px;
  }
  .content__section + .content__section {
    padding-top: 35px;
  }

  .content__section .columns {
    display: block;
  }

  .content__section .columns .column {
    max-width: 100%;
  }

  .ec-footerTitle__sns ul {
    padding: 0;
  }
  .ec-layoutRole__contents {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .faq__section + .faq__section {
    margin-top: 10px;
    padding-top: 10px;
  }
  .content__column--images {
    flex-direction: column;
  }
  .content__column--images .content__column--image {
    flex-basis: 100%;
    max-width: 100%;
  }
  .content__column--image + .content__column--image {
    margin-top: 25px;
  }
  .content__column--text {
    padding: 15px 0 0;
  }
  .content__column--movie {
    margin-right: 0;
    flex-basis: 100%;
    max-width: 100%;
  }
  .home__banners--wrap dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .home__banners--wrap dl > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .home__banners--wrap dl dt {
    padding: 0;
    border: none;
    margin: 0;
    padding: 15px 0 0;
    text-align: left;
  }
  .home__banners--wrap dl dd {
    padding: 0;
  }
  .home__banners--wrap {
    padding: 10px 0;
  }
  .home__works--button {
    margin-top: 25px;
    padding-left: 20px;
    padding: 20px;
  }
  .title__home h2 span {
    margin-right: 0.25em;
    padding-right: 0.25em;
  }

  #guide .anchor li {
    flex-basis: 50%;
    max-width: 50%;
  }

  #guide .columns {
    display: block;
  }

  #guide .columns .column,
  #guide .columns .column + .column {
    max-width: 100%;
  }

  #guide .columns .column + .column {
    margin-left: 0;
    margin-top: 30px;
  }

  .visual__category .block__inner{
    flex-direction: column;
    gap: 10px;
  }
  .visual__category .block__wrap{
    padding: 15px;
  }
  .visual__category .block__wrap .block__lead p{
    padding: 10px 15px;
  }
  .visual__category .block__inner .block__text{
    margin-top: 0;
  }
  .home__knowhow{
    padding: 15px;
  }
  .page__reduce .block__wrap--background{
    padding: 15px;
  }
  .ec-sliderRole .main_visual img{
    display: none;
  }
  .ec-sliderRole .main_visual img + img{
    display: block;
  }
  .block__image:has(img + img) img{
    display: none;
  }
  .block__image:has(img + img) img + img {
    display: block;
  }
  .show__pc{
    display: none;
  }
  .show__mobile{
    display: block;
  }
}

@media only screen and (min-width: 767px) {
  .ec-shelfGrid .ec-shelfGrid__item-image {
    height: 150px;
  }
  .ec-off3Grid .ec-off3Grid__cell {
    width: 80%;
    margin-left: 10%;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .content__section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .content__columns {
    flex-direction: column;
  }
  .content__column--images {
    flex-direction: row;
  }
  .content__column--images .content__column--image {
    max-width: 50%;
    flex-basis: 50%;
  }
  .content__column--images .content__column--image img {
    width: 100%;
  }
  .content__column--image + .content__column--image {
    margin-top: 0;
  }
  .content__column--text {
    margin-top: 35px;
    margin-left: 0;
  }
}

.ec-footerTitle__sns ul.add{
  margin-bottom: 34px;
  padding: 0;
}
p.add_footer_text{
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 34px;
}