.new_standard_content_two .duplicatable-content + .duplicatable-content {
  margin-top: 3rem;
}
.new_standard_content_two .image-side {
  position: relative;
}
.new_standard_content_two .image-side .image-frame {
  width: 100%;
  padding-top: 66%;
}
.new_standard_content_two .image-side img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
}
.new_standard_content_two .text-side {
  position: relative;
  padding: 2rem 2rem 3rem;
}
.new_standard_content_two .text-side_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.new_standard_content_two .text-side_inner {
  position: relative;
  text-align: center;
}
.new_standard_content_two .text-side .headding_wrap,
.new_standard_content_two .text-side .headding {
  font-size: 2.5rem;
}
.new_standard_content_two .text-side .subtitle_wrap {
  margin-top: 0.5rem;
}
.new_standard_content_two .text-side .editable_wrap {
  margin-top: 1.5rem;
}
.new_standard_content_two .text-side .section_btn {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .new_standard_content_two .duplicatable-container {
    display: flex;
    flex-wrap: wrap;
  }
  .new_standard_content_two .duplicatable-content {
    width: 48.5%;
  }
  .new_standard_content_two .duplicatable-content + .duplicatable-content {
    margin-top: 0;
  }
  .new_standard_content_two .duplicatable-content:nth-child(2n) {
    margin-left: 3%;
  }
  .new_standard_content_two .duplicatable-content:nth-child(n + 3) {
    margin-top: 3%;
  }
  .new_standard_content_two .text-side {
    padding: 3rem 3.5rem 3.5rem;
  }
}
.flamingo-slider-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .flamingo-slider-wrapper .flamingo-slider-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flamingo-slider-wrapper .flamingo-slider-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
  }
  .custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center;
  }
  .custom-object-fit .featured-image {
    
  }
}
@media only screen and (max-width: 768px) {
  .flamingo-slider-wrapper .flamingo-slider-slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .flamingo-slider-wrapper .flamingo-slider-slide img {
    height: calc(100% + 2px);
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .flamingo-slider-pagination ul li a {
    pointer-events: none;
  }
}
.flamingo-slider-pagination {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, 0);
}
.flamingo-slider-pagination ul {
  display: flex;
}
.flamingo-slider-pagination ul li {
  width: 15px;
  height: 15px;
  margin: 5px;
}
.flamingo-slider-pagination ul li a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 2px #fff;
  background: rgba(255, 255, 255, 0.3);
}
.animation-fade .flamingo-slider-slide {
  
  animation-iteration-count: infinite;
  animation-duration: 96s;
}
.animation-fade .flamingo-slider-slide:nth-child(1) {
  animation-name: fade;
  animation-delay: -6s;
}
.animation-fade .flamingo-slider-slide:nth-child(2) {
  animation-name: fade;
  animation-delay: 10s;
  
}
.animation-fade .flamingo-slider-slide:nth-child(3) {
  animation-name: fade;
  animation-delay: 26s;
  
}
.animation-fade .flamingo-slider-slide:nth-child(4) {
  animation-name: fade;
  animation-delay: 42s;
  
}
.animation-fade .flamingo-slider-slide:nth-child(5) {
  animation-name: fade;
  animation-delay: 58s;
  
}
.animation-fade .flamingo-slider-slide:nth-child(6) {
  animation-name: fade;
  animation-delay: 74s;
  
}
.animation-fade .flamingo-slider-slide.slide-active {
  animation-name: fade;
  opacity: 1;
}
.animation-fade .flamingo-slider-slide.slide-deactive {
  animation-name: fade;
  
}
@keyframes fade {
  0% {
    
  }
  6.25% {
    opacity: 1;
  }
  13% {
    opacity: 1;
  }
  20% {
    
  }
  45% {
    
  }
  50% {
    
  }
  75% {
    
  }
  87.5% {
    
  }
  93.25% {
    
  }
  100% {
    
  }
}
@keyframes textfade {
  0% {
    
    transform: translateX(-40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.mainvisual_responsive_slider {
  overflow: hidden;
}
.mainvisual_responsive_slider .section_block {
  position: relative;
  height: 85vw;
}
.mainvisual_responsive_slider .section_inner {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.mainvisual_responsive_slider .image-side {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.mainvisual_responsive_slider .swiper-wrapper {
  height: 100%;
}
.mainvisual_responsive_slider .swiper-slide {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mainvisual_responsive_slider .swiper-slide img {
  height: 100vh;
  width: auto;
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainvisual_responsive_slider .catch {
  width: 90%;
  padding: 2rem 1.5rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-family: Oswald;
  color: #fff;
  text-shadow: 0 2px 5px #333;
}
.mainvisual_responsive_slider .catch_head {
  font-size: 1.2rem;
  animation: textfade 1s ease-in 0.5s forwards;
  
}
.mainvisual_responsive_slider .catch_text {
  font-size: 6.25vw;
  font-weight: 300;
  
  animation: textfade 1s ease-in 1s forwards;
}
.mainvisual_responsive_slider .catch_text span {
  font-weight: 500;
}
.mainvisual_responsive_slider .catch_subtext {
  font-size: 4.16667vw;
  font-weight: lighter;
  
  animation: textfade 1s ease-in 1.5s forwards;
}
.mainvisual_responsive_slider .headding_wrap {
  font-size: 3rem;
}
.mainvisual_responsive_slider .subtitle_wrap {
  font-size: 2rem;
}
.mainvisual_responsive_slider .swiper-pagination {
  width: auto;
  position: absolute;
  right: 10px;
  left: auto;
}
.mainvisual_responsive_slider .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 6px;
  height: 6px;
  margin: 0 7px;
  vertical-align: middle;
}
.mainvisual_responsive_slider .swiper-pagination-bullet-active {
  background: transparent;
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
}
@media only screen and (min-width: 769px) {
  .mainvisual_responsive_slider .section_block {
    height: 100vh;
  }
  .mainvisual_responsive_slider .flamingo-slider-slide img {
    max-width: 100%;
  }
  .mainvisual_responsive_slider .catch_text {
    font-size: 5.20156vw;
  }
  .mainvisual_responsive_slider .catch_subtext {
    font-size: 3.25098vw;
  }
}
@media only screen and (min-width: 1025px) {
  .mainvisual_responsive_slider .flamingo-slider-slide img {
    width: 100%;
    height: auto;
  }
  .mainvisual_responsive_slider .catch_head {
    font-size: 2.5rem;
  }
  .mainvisual_responsive_slider .catch_text {
    font-size: 5rem;
  }
  .mainvisual_responsive_slider .catch_subtext {
    font-size: 2.5rem;
  }
  .mainvisual_responsive_slider .headding_wrap {
    font-size: 5rem;
  }
  .mainvisual_responsive_slider .subtitle_wrap {
    font-size: 2.5rem;
  }
}
.title_icon .image-side {
  text-align: center;
}
.title_icon .image-frame {
  width: 100%;
  max-width: 110px;
  margin: 0 auto;
}
.title_icon .image-frame img {
  width: 100%;
}
.title_icon .text-side {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.title_icon .subtitle {
  letter-spacing: 0px;
}
.title_icon .headding_wrap,
.title_icon .editable_wrap {
  font-size: 2.5rem;
}
.title_icon .subtitle_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .title_icon .headding_wrap,
  .title_icon .editable_wrap {
    font-size: 3rem;
  }
  .title_icon .subtitle_wrap {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .title_icon .subtitle.editable {
    font-size: 1.6rem;
  }
}
.half_wide_limited_height .image-side {
  position: relative;
}
.half_wide_limited_height .image-side_inner {
  padding-top: 66%;
}
.half_wide_limited_height .image-side .image-frame-bg {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.half_wide_limited_height .text-side {
  position: relative;
}
.half_wide_limited_height .text-side_inner {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 280px;
  margin: auto;
}
.half_wide_limited_height .headding_wrap,
.half_wide_limited_height .section_h3 {
  font-size: 3rem;
}
.half_wide_limited_height .subtitle {
  font-size: 1.1rem;
}
.half_wide_limited_height .editable_wrap {
  font-size: 1.5rem;
}
.half_wide_limited_height .spacer-item_wrap:nth-child(1) .editable_wrap {
  font-size: 3rem;
}
.half_wide_limited_height .spacer-item_wrap:nth-child(2) .editable_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .half_wide_limited_height .duplicatable-content_inner {
    display: flex;
  }
  .half_wide_limited_height
    .duplicatable-content:nth-child(even)
    .duplicatable-content_inner {
    flex-direction: row-reverse;
  }
  .half_wide_limited_height .duplicatable-content:nth-child(even) .text-side {
    padding: 0 5rem 0 1.5rem;
  }
  .half_wide_limited_height .image-side,
  .half_wide_limited_height .text-side {
    width: 50%;
  }
  .half_wide_limited_height .image-side {
    max-height: 28.125vw;
  }
  .half_wide_limited_height .image-side_inner {
    height: 100%;
  }
  .half_wide_limited_height .text-side {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 0 1.5rem 0 5rem;
  }
  .half_wide_limited_height .text-side .spacer-content {
    width: 100%;
  }
  .half_wide_limited_height .text-side_inner {
    max-width: 500px;
  }
  .half_wide_limited_height .section_btn {
    margin-left: 0;
  }
  .half_wide_limited_height.reverse .duplicatable-content_inner {
    flex-direction: row-reverse;
  }
  .half_wide_limited_height.reverse
    .duplicatable-content:nth-child(even)
    .duplicatable-content_inner {
    flex-direction: row;
  }
  .half_wide_limited_height.reverse
    .duplicatable-content:nth-child(even)
    .text-side {
    padding: 0 1.5rem 0 5rem;
  }
  .half_wide_limited_height.reverse .text-side {
    padding: 0 5rem 0 1.5rem;
  }
  .half_wide_limited_height .section_h3,
  .half_wide_limited_height .headding_wrap {
    font-size: 3.5rem;
  }
  .half_wide_limited_height .subtitle {
    font-size: 1.2rem;
  }
  .half_wide_limited_height .editable_wrap {
    font-size: 1.5rem;
  }
  .half_wide_limited_height .spacer-item_wrap:nth-child(1) .editable_wrap {
    font-size: 3.5rem;
  }
  .half_wide_limited_height .spacer-item_wrap:nth-child(2) .editable_wrap {
    font-size: 1.2rem;
  }
}
.fit_card_three_image {
  text-align: center;
}
.fit_card_three_image .section_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fit_card_three_image .image-side {
  position: relative;
}
.fit_card_three_image .image-side_bg {
  width: 100%;
}
.fit_card_three_image .image-side_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fit_card_three_image .image-side .image-frame-bg {
  padding-top: 66%;
}
.fit_card_three_image .image-side .frame-image {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fit_card_three_image .image-side_text {
  width: 90%;
  color: #fff;
  z-index: 2;
  margin-top: -1rem;
  padding: 5rem 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fit_card_three_image .image-side_text .title {
  font-size: 3rem;
}
.fit_card_three_image
  .image-side
  .spacer-item_wrap:nth-child(1)
  .editable_wrap {
  font-size: 3rem;
}
.fit_card_three_image .image-side .headding_wrap {
  font-size: 3rem;
}
.fit_card_three_image .image-side .editable_wrap {
  font-size: 1.5rem;
}
.fit_card_three_image .text-side {
  position: relative;
  width: 90%;
  max-width: 990px;
  margin: -2rem auto 0;
}
.fit_card_three_image .text-side_content {
  margin-bottom: 3rem;
  position: relative;
  padding: 1.5rem;
}
.fit_card_three_image .text-side_content:nth-child(3) {
  margin-bottom: 0;
}
.fit_card_three_image .text-side_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.fit_card_three_image .text-side_inner {
  z-index: 2;
  margin: auto;
  position: relative;
}
.fit_card_three_image .text-side_image {
  position: relative;
  z-index: 2;
}
.fit_card_three_image .text-side_image .image-frame-bg {
  padding-top: 57%;
}
.fit_card_three_image .text-side_image .frame-image {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.fit_card_three_image .text-side .headding_wrap,
.fit_card_three_image .text-side .section_h3 {
  font-size: 2.5rem;
}
.fit_card_three_image .text-side .subtitle_wrap,
.fit_card_three_image .text-side .subtitle {
  font-size: 1.1rem;
}
.fit_card_three_image .text-side .spacer-item_wrap:nth-child(1) .editable_wrap {
  font-size: 2.5rem;
}
.fit_card_three_image .text-side .spacer-item_wrap:nth-child(4) .editable_wrap {
  font-size: 1.5rem;
}
.fit_card_three_image .section_btn {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fit_card_three_image .image-side .image-frame-bg {
    padding-top: 38%;
  }
  .fit_card_three_image .image-side_text {
    font-size: 3rem;
    margin-top: -5rem;
  }
  .fit_card_three_image .image-side_text .title {
    font-size: 7rem;
  }
  .fit_card_three_image .image-side .headding_wrap {
    font-size: 7rem;
  }
  .fit_card_three_image
    .image-side
    .spacer-item_wrap:nth-child(1)
    .editable_wrap {
    font-size: 7rem;
  }
  .fit_card_three_image .text-side {
    margin: -10rem auto 0;
    display: flex;
    justify-content: space-between;
    height: 100%;
  }
  .fit_card_three_image .text-side_content {
    width: 32%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 1.5rem 2.5rem;
    margin-bottom: 0;
  }
  .fit_card_three_image .text-side_inner {
    max-width: 340px;
    margin: 0;
    width: 100%;
    position: relative;
  }
  .fit_card_three_image .text-side_image {
    width: 100%;
  }
  .fit_card_three_image .text-side_image .image-frame-bg {
    padding-top: 61%;
  }
  .fit_card_three_image .text-side .subtitle_wrap,
  .fit_card_three_image .text-side .subtitle {
    font-size: 1.2rem;
  }
  .fit_card_three_image
    .text-side
    .spacer-item_wrap:nth-child(4)
    .editable_wrap {
    font-size: 1.5rem;
  }
}
.title_sub {
  font-family: "YakuHanMP, Vollkorn, 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, sans-serif";
}
.title_sub .section_h3 {
  font-family: YakuHanMP, Vollkorn, "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, sans-serif;
}
.title_sub .text-side {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.title_sub .subtitle {
  letter-spacing: 0px;
}
.title_sub .headding_wrap,
.title_sub .editable_wrap {
  font-size: 2.5rem;
}
.title_sub .subtitle_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .title_sub .headding_wrap,
  .title_sub .editable_wrap {
    font-size: 3rem;
  }
  .title_sub .subtitle_wrap {
    font-size: 1.6rem;
  }
}
.standard_content_four {
  text-align: center;
}
.standard_content_four .section-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.standard_content_four .section-content {
  position: relative;
  font-size: 1.3rem;
  width: 49%;
  margin-bottom: 1.5rem;
}
.standard_content_four .section-content:nth-child(n + 3) {
  margin-bottom: 0;
}
.standard_content_four .section-content_inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.standard_content_four .image-side {
  position: relative;
}
.standard_content_four .image-side .image-frame-bg {
  width: 100%;
  padding-top: 57%;
}
.standard_content_four .image-side .frame-image {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.standard_content_four .text-side {
  position: relative;
}
.standard_content_four .text-side_inner {
  width: 90%;
  margin: auto;
}
.standard_content_four .editable_wrap,
.standard_content_four .headding_wrap,
.standard_content_four .section_h3 {
  font-size: 1.9rem;
}
.standard_content_four .spacer-item_wrap:nth-child(2) .editable_wrap {
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .standard_content_four .section-content {
    width: 24%;
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .standard_content_four .editable_wrap,
  .standard_content_four .headding_wrap,
  .standard_content_four .section_h3 {
    font-size: 2rem;
  }
  .standard_content_four .spacer-item_wrap:nth-child(2) .editable_wrap {
    font-size: 1.5rem;
  }
}
.new_catchcopy_simple .text-wrap {
  max-width: 750px;
  margin: auto;
  padding: 3rem 1.5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 0;
}
.new_catchcopy_simple .image-side_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}
.new_catchcopy_simple .text-side {
  text-align: center;
}
.new_catchcopy_simple .text-side .headding_wrap,
.new_catchcopy_simple .text-side .headding {
  font-size: 2.5rem;
}
.new_catchcopy_simple .text-side .subtitle_wrap {
  margin-top: 0.5rem;
}
.new_catchcopy_simple .text-side .editable_wrap {
  margin-top: 1.5rem;
}
.new_catchcopy_simple .text-side .section_btn {
  margin-top: 3rem;
}
.half_fit_card {
  text-align: center;
}
.half_fit_card .section_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.half_fit_card .image-side .image-frame-bg {
  position: relative;
  padding-top: 57%;
}
.half_fit_card .image-side .frame-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.half_fit_card .text-side {
  position: relative;
  width: 90%;
  margin: -2rem auto 0;
}
.half_fit_card .text-side_bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.half_fit_card .text-side_inner {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 280px;
  margin: auto;
  padding: 0 1.5rem;
}
.half_fit_card .headding_wrap,
.half_fit_card .section_h3 {
  font-size: 2.3rem;
}
.half_fit_card .subtitle {
  font-size: 1.1rem;
}
.half_fit_card .editable_wrap {
  font-size: 1.5rem;
}
.half_fit_card .spacer-item_wrap:nth-child(1) .editable_wrap {
  font-size: 2.3rem;
}
.half_fit_card .spacer-item_wrap:nth-child(2) .editable_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .half_fit_card {
    text-align: left;
  }
  .half_fit_card .section_inner {
    padding-top: 0;
    height: auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .half_fit_card .image-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .half_fit_card .image-side .image-frame-bg {
    padding-top: 0;
  }
  .half_fit_card .text-side {
    width: 50%;
    height: 80%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1.5rem 0 5rem;
    margin: 5rem 0;
  }
  .half_fit_card .text-side .spacer-content {
    width: 100%;
  }
  .half_fit_card .text-side_inner {
    max-width: 440px;
    margin-left: 0;
    padding: 0;
  }
  .half_fit_card .section_btn {
    margin-left: 0;
  }
  .half_fit_card.reverse .section_inner {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .half_fit_card.reverse .text-side {
    padding: 0 5rem 0 1.5rem;
  }
  .half_fit_card.reverse .text-side_inner {
    margin-left: auto;
    margin-right: 0;
  }
  .half_fit_card .headding_wrap,
  .half_fit_card .section_h3 {
    font-size: 3rem;
  }
  .half_fit_card .subtitle {
    font-size: 1.2rem;
  }
  .half_fit_card .editable_wrap {
    font-size: 1.5rem;
  }
  .half_fit_card .spacer-item_wrap:nth-child(1) .editable_wrap {
    font-size: 3rem;
  }
  .half_fit_card .spacer-item_wrap:nth-child(2) .editable_wrap {
    font-size: 1.2rem;
  }
}
.title_sub {
  font-family: "YakuHanMP, Vollkorn, 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, sans-serif";
}
.title_sub .section_h3 {
  font-family: YakuHanMP, Vollkorn, "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, sans-serif;
}
.title_sub .text-side {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.title_sub .subtitle {
  letter-spacing: 0px;
}
.title_sub .headding_wrap,
.title_sub .editable_wrap {
  font-size: 2.5rem;
}
.title_sub .subtitle_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .title_sub .headding_wrap,
  .title_sub .editable_wrap {
    font-size: 3rem;
  }
  .title_sub .subtitle_wrap {
    font-size: 1.6rem;
  }
}
.blog_text_list .blog-side {
  position: relative;
}
.blog_text_list .blog-side .article_template {
  border-bottom: 1px dotted #ccc;
}
.blog_text_list .blog-side .article_template + .article_template {
  margin-top: 1rem;
}
.blog_text_list .blog-side .text_wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0.5rem 0 1.5rem;
}
.blog_text_list .blog-side .date {
  font-size: 0.8em;
}
.blog_text_list .blog-side .category {
  font-size: 0.8em;
  text-align: center;
  color: #fff;
  background-color: #3e9bc4;
  padding: 0 1rem;
  margin-left: auto;
}
.blog_text_list .blog-side .blog_title {
  width: 100%;
  font-size: inherit;
  margin-top: 1rem;
}
.blog_text_list .blog-side .more_read {
  font-size: 0.8em;
  margin: 0.5rem 0 0 auto;
}
.blog_text_list .blog-side .more_read a:before {
  content: "→";
}
.blog_text_list .blog-side .more_read a:after {
  content: "more";
  display: inline-block;
  margin-left: 1rem;
  transition: margin-left 0.3s ease-in-out;
}
.blog_text_list .blog-side .more_read a:hover:after {
  margin-left: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .blog_text_list .blog-side .text_wrap {
    flex-wrap: nowrap;
    align-items: center;
  }
  .blog_text_list .blog-side .text_wrap > * + * {
    margin-left: 1.5rem;
  }
  .blog_text_list .blog-side .date {
    font-size: inherit;
    flex: 0 0 auto;
  }
  .blog_text_list .blog-side .category {
    flex: 1 0 auto;
    max-width: 12em;
  }
  .blog_text_list .blog-side .blog_title {
    width: 0;
    font-size: inherit;
    flex: 1 0 auto;
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .blog_text_list .blog-side .more_read {
    flex: 0 0 auto;
    margin-top: 0;
  }
}
.btn .section_btn a {
  background-color: #2c5dff;
}
.title_sub {
  font-family: "YakuHanMP, Vollkorn, 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, sans-serif";
}
.title_sub .section_h3 {
  font-family: YakuHanMP, Vollkorn, "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, sans-serif;
}
.title_sub .text-side {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.title_sub .subtitle {
  letter-spacing: 0px;
}
.title_sub .headding_wrap,
.title_sub .editable_wrap {
  font-size: 2.5rem;
}
.title_sub .subtitle_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .title_sub .headding_wrap,
  .title_sub .editable_wrap {
    font-size: 3rem;
  }
  .title_sub .subtitle_wrap {
    font-size: 1.6rem;
  }
}
.portfolio_standerd .portfolio_list {
  position: relative;
  z-index: 1;
}
.portfolio_standerd li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
}
.portfolio_standerd li .image-wrap {
  margin-bottom: 1rem;
}
.portfolio_standerd li .image-wrap .portfolio_image {
  padding-top: 66%;
  background-image: url(../images/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.portfolio_standerd li .image-wrap .portfolio_image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 130%;
  height: auto;
}
.portfolio_standerd li .image-wrap a {
  display: block;
}
.portfolio_standerd li .portfolio_text .text_wrap {
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}
.portfolio_standerd li .portfolio_text .text_wrap h4 {
  font-size: 1.7rem;
  font-weight: 200;
  margin-bottom: 1rem;
  line-height: 1.5;
}
.portfolio_standerd li .portfolio_text .text_wrap p {
  color: #bababa;
}
.portfolio_standerd li .portfolio_text .text_wrap .date {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}
.portfolio_standerd li .category {
  font-size: 1.4rem;
  position: relative;
}
.portfolio_standerd li .category .category-color {
  position: absolute;
  width: 15px;
  height: 5px;
  left: 0;
  background-color: #ff5721;
  top: 50%;
  margin-top: -2.5px;
}
.portfolio_standerd .section_btn {
  width: 90%;
  max-width: 300px;
}
.portfolio_standerd .dummy_blog_text {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  transition: opactiy 0.2s ease;
}
.portfolio_standerd .dummy_blog_text:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media only screen and (min-width: 768px) {
  .portfolio_standerd {
    text-align: left;
  }
  .portfolio_standerd .portfolio_articles,
  .portfolio_standerd .dummy_form_area {
    text-align: center;
    font-size: 0;
  }
  .portfolio_standerd .article {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
  }
  .portfolio_standerd li {
    vertical-align: top;
    width: 31.333%;
    margin-left: 3%;
  }
  .portfolio_standerd li:nth-child(3n + 1) {
    margin-left: 0;
  }
}
.btn .section_btn a {
  background-color: #2c5dff;
}
.title_sub {
  font-family: "YakuHanMP, Vollkorn, 'Hiragino Mincho ProN', eatYuM, 'Sawarabi Mincho', Meiryo, sans-serif";
}
.title_sub .section_h3 {
  font-family: YakuHanMP, Vollkorn, "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, sans-serif;
}
.title_sub .text-side {
  max-width: 850px;
  margin: auto;
  text-align: center;
}
.title_sub .subtitle {
  letter-spacing: 0px;
}
.title_sub .headding_wrap,
.title_sub .editable_wrap {
  font-size: 2.5rem;
}
.title_sub .subtitle_wrap {
  font-size: 1.1rem;
}
@media only screen and (min-width: 768px) {
  .title_sub .headding_wrap,
  .title_sub .editable_wrap {
    font-size: 3rem;
  }
  .title_sub .subtitle_wrap {
    font-size: 1.6rem;
  }
}
#content-wrapper .photo_gallery_02 {
  background-color: #dedede;
}
#content-wrapper .photo_gallery_02 .duplicatable {
  width: 100%;
  max-width: 940px;
  margin: auto;
  text-align: center;
}
#content-wrapper .photo_gallery_02 .duplicatable-content {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  #content-wrapper .photo_gallery_02 .duplicatable-content {
    margin-bottom: 3rem;
  }
}
.infomation_all {
  text-align: center;
  font-size: 1.4rem;
}
.infomation_all .letter,
.infomation_all .editable_wrap {
  letter-spacing: 0.7px;
  font-size: 1.4rem;
}
.infomation_all .info-side {
  font-size: 1.2rem;
}
.infomation_all .info-side .tel-linker {
  font-size: 2rem;
}
.infomation_all .section_btn {
  margin: 3rem auto 0;
}
.infomation_all .section_btn .linker {
  font-size: 1.5rem;
}
.infomation_all .headding_wrap,
.infomation_all .section_h3 {
  font-size: 3rem;
}
.infomation_all .subtitle_wrap,
.infomation_all .subtitle {
  font-size: 1.5rem;
}
.infomation_all .spacer-item_wrap:nth-child(1) .editable_wrap {
  font-size: 3rem;
}
.infomation_all .spacer-item_wrap:nth-child(2) .editable_wrap {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .infomation_all .info-side {
    display: flex;
    justify-content: center;
  }
  .infomation_all .section_btn {
    margin: 0 0 0 5rem;
  }
}
#footer-section {
  z-index: 3;
}
@media only screen and (max-width: 768px) {
  .jobs #footer-section .detail-side {
    display: none;
  }
}
.footer-block .footer_menu_center .detail-side {
  bottom: 0;
  transition: bottom 0.5s;
}
.footer_menu_center {
  background-color: #fff;
  font-size: 1.4rem;
}
.footer_menu_center .footer-company {
  position: relative;
}
.footer_menu_center .footer-company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  transform: translateX(-50%);
}
.footer_menu_center .logo-side {
  padding: 2rem 0;
  text-align: center;
}
.footer_menu_center .logo {
  max-width: 120px;
  margin: 0 auto 2rem;
}
.footer_menu_center .logo img {
  width: auto;
  max-width: 100%;
}
.footer_menu_center .logo div {
  display: inline;
}
.footer_menu_center .menu-side {
  display: none;
}
.footer_menu_center .detail-side {
  text-align: center;
  font-size: 1.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  background-color: #fff;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  transition: bottom 0.8s 0.2s;
}
.footer_menu_center .detail-side_first {
  width: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.footer_menu_center .detail-side_first .tel {
  line-height: 1.4;
  letter-spacing: 0;
}
.footer_menu_center .detail-side_first .tel a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footer_menu_center .detail-side_first .tel:after {
  content: "phone";
  font-family: "Material Icons";
  font-size: 3.6rem;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}
.footer_menu_center .detail-side_first .hour {
  font-size: 1.2rem;
  display: none;
}
.footer_menu_center .detail-side_second {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.footer_menu_center .letter {
  letter-spacing: 0.1em;
}
.footer_menu_center .copy {
  border-top: 1px solid #ccc;
  font-size: 1.2rem;
  padding: 2rem 0;
  text-align: center;
}
.footer_menu_center .sns-side {
  margin-bottom: 2rem;
}
.footer_menu_center .sns-side .duplicatable-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_menu_center .sns-side .duplicatable-content {
  max-width: 70px;
  padding: 0 1rem;
}
.footer_menu_center .section_btn a {
  white-space: nowrap;
}
.footer_menu_center .back-top {
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #f44336;
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_menu_center .back-top .arrow:before {
  content: "▲";
  color: #f44336;
}
@media only screen and (min-width: 768px) {
  .footer_menu_center .footer-company {
    padding: 3.5rem 0 2rem;
  }
  .footer_menu_center .footer-company_inner {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_menu_center .logo {
    display: block;
    margin: 0 auto;
  }
  .footer_menu_center .menu-block {
    order: 3;
    width: 100%;
  }
  .footer_menu_center .menu-side {
    display: block;
    padding: 3rem 0 5rem;
  }
  .footer_menu_center .menu-side .duplicatable-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -ms-flex-pack: end;
    justify-content: center;
  }
  .footer_menu_center .menu-side .duplicatable-content {
    width: auto;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .footer_menu_center .logo-side {
    order: 1;
    width: 200px;
  }
  .footer_menu_center .detail-side {
    order: 2;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
    margin: auto 0 auto auto;
    width: calc(100% - 220px);
    position: static;
    background-color: transparent;
  }
  .footer_menu_center .detail-side_first {
    margin-bottom: 4rem;
    font-size: 1.8rem;
    text-align: right;
    display: block;
  }
  .footer_menu_center .detail-side_first .tel {
    font-size: 2.2rem;
  }
  .footer_menu_center .detail-side_first .tel:after {
    content: none;
  }
  .footer_menu_center .detail-side_first .tel a {
    position: relative;
    pointer-events: none;
  }
  .footer_menu_center .detail-side_first .hour {
    display: block;
  }
  .footer_menu_center .detail-side_second {
    max-width: 300px;
    margin-bottom: 3rem;
  }
  .footer_menu_center .detail-side > div {
    margin-bottom: 0;
    width: 100%;
  }
  .footer_menu_center .copy {
    padding: 1.5rem 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_menu_center .sns-side {
    margin-bottom: 0;
  }
  .footer_menu_center .sns-side .duplicatable-content {
    width: 60px;
  }
  .footer_menu_center .section_btn {
    margin: auto 0 auto auto;
  }
  .footer_menu_center .back-top {
    bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  .footer_menu_center .detail-side_first .tel {
    font-size: 0 !important;
  }
  .footer_menu_center .detail-side_second .section_btn {
    max-width: none;
  }
  .footer_menu_center .detail-side_second .section_btn a {
    border-radius: 0;
  }
}
@media only screen and (min-width: 768px) {
  _:-ms-lang(x)::-ms-backdrop,
  .footer_menu_center .detail-side {
    align-items: center;
    margin: unset;
  }
  _:-ms-lang(x)::-ms-backdrop,
  .footer_menu_center .detail-side_second {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  _::-webkit-full-page-media,
  _:future,
  :root .detail-side_first {
    text-align: center;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .tel.letter.editable {
    display: grid;
  }
}

#section-wrapper {
  background-color: #fff;
}
#section-wrapper .headding {
  font-family: YakuHanMP, "Noto Serif", "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, serif;
  
  letter-spacing: em;
}
#section-wrapper .subtitle {
  font-family: YakuHanMP, "Noto Serif", "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, serif;
  
  letter-spacing: em;
}
#section-wrapper .letter {
  font-family: YakuHanMP, "Noto Serif", "Hiragino Mincho ProN", eatYuM,
    "Sawarabi Mincho", Meiryo, serif;
  
  letter-spacing: em;
}
@media only screen and (min-width: 769px) {
}
#loading {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
#loading .loading_inner {
  width: 100%;
  height: 90px;
  position: absolute;
  top: 50%;
}
#loading .loading_inner .loader_animation,
#loading .loading_inner .loader_animation:before,
#loading .loading_inner .loader_animation:after {
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.3s infinite ease-in-out;
  animation: load7 1.3s infinite ease-in-out;
}
#loading .loading_inner .loader_animation {
  color: #fff;
  font-size: 12px;
  margin: 10px auto;
  position: relative;
  top: -30px;
  text-indent: -9999rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
#loading .loading_inner .loader_animation:before,
#loading .loading_inner .loader_animation:after {
  content: "";
  position: absolute;
  top: 0;
}
#loading .loading_inner .loader_animation:before {
  left: -3.4rem;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#loading .loading_inner .loader_animation:after {
  left: 3.4rem;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.45rem 0 -1.25rem;
  }
  40% {
    box-shadow: 0 2.45rem 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.45rem 0 -1.25rem;
  }
  40% {
    box-shadow: 0 2.45rem 0 0;
  }
}
#loading .circle {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  border: 8px solid #f00;
  border-right-color: transparent;
  -webkit-animation: spin 0.8s linear infinite;
  animation: spin 0.8s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.2;
  }
}

/* フォント設定 */
/* テキスト--ゴシック */

#section-wrapper .letter,
#section-wrapper .subtitle {
  font-family: YakuHanJP, Noto Sans, Droid Sans, Helvetica Neue,
    Hiragino Kaku Gothic ProN, Noto Sans Japanese, eatYuG, Meiryo, sans-serif !important;
  font-size: 1.5rem;
}

#section-wrapper .headding {
  font-family: YakuHanJP, Noto Sans, Droid Sans, Helvetica Neue,
    Hiragino Kaku Gothic ProN, Noto Sans Japanese, eatYuG, Meiryo, sans-serif !important;
}

@media only screen and (max-width: 767px) {
  .title_sub .section_h3,
  .fit_card_three_image .image-side_text .title,
  .h2_bgfix .headding,
  .h1_center .headding {
    font-size: 2.5rem !important;
  }
  .catch_head,
  .catch_subtext {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1025px) {
  /*nav最後の背景色*/
  .gnav_live .gnav_container .gnav_items li:last-child a {
    background-color: #333 !important;
  }

  .gnav_live .gnav_container .gnav_items li:last-child a:hover {
    background-color: #fff !important;
    color: #333 !important;
    opacity: 1;
    border: 2px solid #333;
  }
}

/*----------グローバルナビゲーションの改行防止----------*/
@media only screen and (max-width: 1185px) and (min-width: 1025px) {
  .gnav_pc .header {
    left: 10px;
  }
}
@media only screen and (max-width: 1130px) and (min-width: 1025px) {
  .gnav_pc .gnav_items li:last-child {
    margin-left: 1rem;
  }
  .gnav_pc .gnav_items li {
    padding: 0 0.5rem;
  }
}

/*----------グローバルナビゲーションの改行防止--END--------*/

/*new_list_box */
.new_list_box .text-side .number_wrap {
  background-color: #000;
}

.new_list_box .duplicatable-content {
  border: solid 2px #006600;
}
.new_list_box .image-side {
  display: none;
}

/*電話番号調整*/
.footer_menu_center .detail-side_first .tel a {
  pointer-events: auto;
}

/*施工事例・ブログアーカイブの崩れ修正*/
.showcase_chart .showcase_chart_popnews_item_title_wrap,
.blog_posts .blog_chart_popnews_item_title_wrap {
  display: block !important;
}

.showcase_chart .showcase_chart_popnews_item_day,
.blog_posts .post_popnews_data {
  text-align: left !important;
}

.blog_text_list .blog-side .category,
.showcase_group_info a.showcase_tag_link {
  background-color: #333;
}

.portfolio_standerd li .portfolio_text .text_wrap,
.blog_text_list .blog-side .text_wrap {
  color: #333;
}

/*blog_リンク色*/
.blog_posts .banner_text ._color_,
.showcase_chart .banner_text ._color_,
.banner_text ._color_ {
  color: #000 !important;
}
.blog_posts .blog_post .notice,
.blog_posts .post_item .notice,
.category_attention,
.elation_posts_section .category_attention,
.showcase_chart .showcase_chart_item .notice {
  background-color: #000 !important;
}

/*送信ボタン*/
.banner_text .banner_link,
.formapps .section_btn input {
  background-color: #fff !important;
  color: #000 !important;
  border: solid 1px #000;
}
.banner_text .banner_link:hover,
.formapps .section_btn input:hover {
  background-color: #000 !important;
  color: #fff !important;
}

/*サイトマップ*/
#section_236797 .editable a {
  line-height: 4rem;
  text-decoration: underline;
}
#section_236797 .editable a:hover {
  text-decoration: none;
}

/*footer_矢印色*/
#footer-section .back-top {
  border-color: #fff !important;
}
#footer-section .back-top .arrow:before {
  color: #fff !important;
}
#footer-section .footer-company::before {
  display: none;
}

/*ブログカテゴリー*/
.showcase_group_info a.showcase_tag_link {
  background-color: #006600 !important;
}

/*ボタン一括01*/
.section_btn a {
  outline: 1px solid;
  outline-color: #333;
  outline-offset: 0px;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}

@media only screen and (min-width: 768px) {
  .section_btn a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
  }

  .section_btn a:hover {
    outline-color: transparent;
    outline-offset: 15px;
    opacity: 1;
  }

  .footer_menu .section_btn a:hover {
    box-shadow: inset 0 0 20px #006600, 0 0 20px #006600;
  }

  .footer_menu .section_btn a:after {
    border-color: transparent transparent #006600 transparent;
  }
}

/*SP調整*/
@media only screen and (max-width: 767px) {
  /*80pxの余白を60pxに変更*/
  .spaceable-top[style*="80px"] {
    padding-bottom: 60px !important;
  }
  .spaceable-bottom[style*="80px"] {
    padding-bottom: 60px !important;
  }
  /*60pxの余白を20pxに変更*/
  .spaceable-top[style*="60px"] {
    padding-bottom: 20px !important;
  }
  .spaceable-bottom[style*="60px"] {
    padding-bottom: 20px !important;
  }

  /*blog系余白調整*/
  .blog_coloroverlay > .spaceable-top {
    padding-bottom: 0 !important;
  }
  .blog_coloroverlay > .spaceable-bottom {
    padding-bottom: 0 !important;
  }
  .portfolio_standerd > .spaceable-top {
    padding-bottom: 0 !important;
  }
  .portfolio_standerd > .spaceable-bottom {
    padding-bottom: 0 !important;
  }

  /*table font-size 調整*/
  .table_wrap .tr {
    font-size: 1.5rem;
  }
  .table_wrap .duplicatable-content:nth-child(n + 2) {
    padding-top: 0 !important;
  }
  .table_wrap .tr .th {
    font-weight: bold;
  }
  .table_wrap .tr .td {
    padding-top: 1rem !important;
  }

  /*sp_下部ボタン色*/
  #footer-section .detail-side .section_btn a {
    background: #000 !important;
    color: #fff !important;
    border: 0 !important;
    border-right: 1px solid #fff !important;
    height: 50px;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  /*施工事例調整*/
  .showcase_chart {
    padding: 0 !important;
  }
}
.new_catchcopy_simple .text-wrap {
  padding: 3rem 4rem;
}

@media only screen and (min-width: 768px) {
  /*photo_gallery_02調整*/
  #content-wrapper .photo_gallery_02 .duplicatable {
    padding: 0px 0px 0rem;
  }
  /*infomation_allのボタン位置調整*/
  .infomation_all .section_btn {
    margin-top: -7px;
  }

  /*フッターロゴ調整*/
  .footer_menu_center .logo {
    max-width: initial !important;
  }
}

@media only screen and (max-width: 767px) {
  /*half_wide_limited_height & half_limited_height*/
  .half_wide_limited_height .text-side_inner,
  .half_limited_height .text-side_inner {
    max-width: 100%;
    padding: 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .half_wide_limited_height .image-side {
    max-height: 100%;
  }
}

/*footer_menu_center電話番号表示*/
@media only screen and (max-width: 768px) {
  .footer_menu_center .detail-side_first .tel {
    font-size: 1.5em !important;
  }
}

@media only screen and (max-width: 767px) {
  .footer_menu_center .detail-side_first .tel {
    font-size: 0 !important;
  }
}

.standard_content_four .section-content,
.standard_content_dup .duplicatable-content {
  background-color: #fff;
  padding-bottom: 3rem;
}

.standard_content_four .text-side {
  padding: 0 1rem;
}
.standard_content_dup .text-side {
  padding: 0 3rem;
}

/*fit_card_three_image*/
@media only screen and (max-width: 767px) {
  .fit_card_three_image .image-side .image-frame-bg {
    padding-top: 90%;
  }
  .vertical_icon_dup .duplicatable-content_inner {
    padding-top: 205%;
  }
  .gnav .drawer-menu li a {
    padding: 1.2rem 2rem;
  }
}

/*half_limited_height*/
.half_limited_height .duplicatable-content:nth-child(odd) .text-side {
  background-color: #666;
}

.half_out_of_position,
.simple_text_content,
.vertical_icon_dup,
.fit_card_three_image,
.blog_text_list,
.title_sub,
.standard_content_four,
.btn,
.portfolio_standerd,
.photo_gallery_02,
.half_wide_limited_height {
  background-attachment: fixed;
}

/*20210303修正*/

@media only screen and (min-width: 1025px) {
  .gnav_pc .header {
    left: 30px;
  }
  .gnav .header_logo img {
    max-height: 80px;
  }
}

#section_242139 .title_icon .image-frame {
  max-width: 250px;
}

#section_242139 .title_icon {
  background-attachment: fixed;
}

#section_242139 .subtitle.editable {
  margin-top: 2rem;
}

@media only screen and (min-width: 768px) {
  #section_242139 .title_section .section_h3 {
    font-size: 4rem;
  }
}

#section_237602 .fit_card_three_image .image-side_text .headding {
  width: 35vw;
  height: 14vw;
  background: url(../images/optimized_aL4718QJH8KMx1vTJr5JBA.png) center
    center/contain no-repeat;
  margin: 0 auto;
}

@media (max-width: 767.9px) {
  #section_237602 .fit_card_three_image .image-side_text .headding {
    width: 70vw;
    height: 30vw;
  }
}
/********漫画ここから***********/
#comic-start {
  padding: 30px 0;
  background: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
.flex-comic {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  background: #ffffff;
  width: 96.4%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  flex-direction: row-reverse;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.comic p {
  margin-block-start: 0em;
  margin-block-end: 0em;
}
#comic-start .inner {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.comic img {
  margin: 0 auto;
  padding: 0;
}
/*******************************/
.koma01 {
  background-image: url(../images/optimized_dpJRPJ8CAMM4phv77dJMCw.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 42.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-01-01 img {
  max-width: 388px;
  width: 38vw;
}
.img-01-01 {
  top: 0px;
  left: -10px;
}

.fukidashi-01-01 img {
  max-width: 410px;
  width: 41vw;
}
.fukidashi-01-01 {
  top: 0px;
  right: -10px;
}

/*******************************/
.koma02 {
  background-image: url(../images/optimized_2c_ivVlu-cSI8ld1-DWTbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  width: 56.2%;
  display: block;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-02-01 img {
  max-width: 428px;
  width: 42vw;
}
.img-02-01 {
  top: 20px;
  left: 60px;
}
.fukidashi-02-01 img {
  max-width: 494px;
  width: 49vw;
}
.fukidashi-02-01 {
  top: 10px;
  left: 10px;
}
/*******************************/
.koma03 {
  background-image: url(../images/optimized_-B_JSUBglQd5QmgPfW8FKg.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 490px;
  height: 49vw;
  width: 96%;
  max-width: 990px;
  display: block;
  margin: 0 auto 14px;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-03-01 img {
  max-width: 644px;
  width: 64vw;
}
.img-03-01 {
  top: 0px;
  left: 100px;
}
.img-03-02 img {
  max-width: 176px;
  width: 17vw;
}
.img-03-02 {
  top: 0px;
  right: 50px;
}
.fukidashi-03-01 img {
  max-width: 394px;
  width: 39vw;
}
.fukidashi-03-01 {
  top: 0px;
  right: -20px;
}
.fukidashi-03-02 img {
  max-width: 306px;
  width: 30vw;
}
.fukidashi-03-02 {
  top: 0px;
  left: -30px;
}

/*******************************/
.koma04 {
  background-image: url(../images/optimized_gFigtnu2AFnc9oteLo9Hyw.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-04-01 img {
  max-width: 316px;
  width: 31vw;
}
.img-04-01 {
  top: 0px;
  left: 80px;
}
.img-04-02 img {
  max-width: 112px;
  width: 11vw;
}
.img-04-02 {
  top: 0px;
  left: -5px;
}

.fukidashi-04-01 img {
  max-width: 238px;
  width: 23vw;
}
.fukidashi-04-01 {
  top: 0px;
  right: -30px;
}

/*******************************/
.koma05 {
  background-image: url(../images/optimized_daBy5znxumwvvdMJ4sl_5Q.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-05-01 img {
  max-width: 394px;
  width: 39vw;
}
.img-05-01 {
  top: 0px;
  left: -10px;
}

.fukidashi-05-01 img {
  max-width: 500px;
  width: 50vw;
}
.fukidashi-05-01 {
  top: 0px;
  right: -10px;
}
/*******************************/
.koma06 {
  background-image: url(../images/optimized_Enr8xcA56aBwBfIqv7AQvA.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 42.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-06-01 img {
  max-width: 393px;
  width: 39vw;
}
.img-06-01 {
  top: 0px;
  right: 0px;
}
.fukidashi-06-01 img {
  max-width: 412px;
  width: 41vw;
}
.fukidashi-06-01 {
  top: 0px;
  right: 5px;
}
/*******************************/
.koma07 {
  background-image: url(../images/optimized_tIPTaxjbdPTeXig6zLC5qQ.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 56.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-07-01 img {
  max-width: 356px;
  width: 35vw;
}
.img-07-01 {
  top: 0px;
  right: -10px;
}
.fukidashi-07-01 img {
  max-width: 564px;
  width: 56vw;
}
.fukidashi-07-01 {
  top: 0px;
  left: -5px;
}

/*******************************/
.koma08 {
  background-image: url(../images/optimized_5PmI--uYGOixTbWBsTHGBQ.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 480px;
  height: 48vw;
  width: 96%;
  max-width: 990px;
  display: block;
  margin: 0 auto 14px;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-08-01 img {
  max-width: 292px;
  width: 29vw;
}
.img-08-01 {
  bottom: 60px;
  left: 300px;
}
.img-08-02 img {
  max-width: 944px;
  width: 94vw;
}
.img-08-02 {
  top: 0px;
  right: -10px;
}
.fukidashi-08-01 img {
  max-width: 902px;
  width: 90vw;
}
.fukidashi-08-01 {
  top: 0px;
  right: -10px;
}
/*******************************/
.koma09 {
  background-image: url(../images/optimized_dpVaaWUyB23y9RC8-iEQTQ.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-09-01 img {
  max-width: 416px;
  width: 41vw;
}
.img-09-01 {
  top: 0px;
  right: 40px;
}
.fukidashi-09-01 img {
  max-width: 500px;
  width: 50vw;
}
.fukidashi-09-01 {
  top: 0px;
  right: -10px;
}

/*******************************/
.koma10 {
  background-image: url(../images/optimized_3rDIb4fQfyln5QOHgFU3HA.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-10-01 img {
  max-width: 352px;
  width: 35vw;
}
.img-10-01 {
  top: 10px;
  left: -10px;
}
.fukidashi-10-01 img {
  max-width: 258px;
  width: 25vw;
}
.fukidashi-10-01 {
  top: 0px;
  right: -10px;
}
/*******************************/
.koma101 {
  background-image: url(../images/optimized_EhW72Sjy6Ih6oT4_PjbuBg.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-101-01 img {
  max-width: 148px;
  width: 14vw;
}
.img-101-01 {
  top: 0px;
  left: -10px;
}
.img-101-02 img {
  max-width: 367px;
  width: 36vw;
}
.img-101-02 {
  top: 0px;
  right: -5px;
}

.fukidashi-101-01 img {
  max-width: 433px;
  width: 43vw;
}
.fukidashi-101-01 {
  top: 0px;
  right: -15px;
}

/*******************************/
.koma102 {
  background-image: url(../images/optimized_RoDpbf7vHzXYq2Lk_aAbEA.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  width: 49.2%;
  display: block;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-102-01 img {
  max-width: 414px;
  width: 41vw;
}
.img-102-01 {
  top: 10px;
  left: -10px;
}
.img-102-02 img {
  max-width: 72px;
  width: 7vw;
}
.img-102-02 {
  top: 0px;
  left: 60px;
}

/*******************************/
.koma103 {
  background-image: url(../images/optimized_bnin6XGVqX9AhXL4BRfuPA.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 500px;
  height: 50vw;
  width: 96%;
  max-width: 990px;
  display: block;
  margin: 0 auto 14px;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-103-01 img {
  max-width: 280px;
  width: 28vw;
}
.img-103-01 {
  top: 0px;
  right: 260px;
}
.img-103-02 img {
  max-width: 280px;
  width: 28vw;
}
.img-103-02 {
  top: 20px;
  right: 200px;
}
.img-103-03 img {
  max-width: 220px;
  width: 22vw;
}
.img-103-03 {
  top: 20px;
  right: 10px;
}
.img-103-04 img {
  max-width: 568px;
  width: 56vw;
}
.img-103-04 {
  top: 30px;
  left: -10px;
}
.fukidashi-103-01 img {
  max-width: 962px;
  width: 96vw;
}
.fukidashi-103-01 {
  top: 0px;
  left: -20px;
}

/*******************************/
.koma104 {
  background-image: url(../images/optimized_uvXE6Y4Gn8I2jM6vfNLRUw.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 39.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-104-01 img {
  max-width: 394px;
  width: 39vw;
}
.img-104-01 {
  top: 0px;
  left: 0px;
}

.fukidashi-104-01 img {
  max-width: 450px;
  width: 45vw;
}
.fukidashi-104-01 {
  top: 0px;
  right: -30px;
}

/*******************************/
.koma105 {
  background-image: url(../images/optimized_nmj8ScpsCaKBeoQ0NUAq-g.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 59.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-105-01 img {
  max-width: 392px;
  width: 39vw;
}
.img-105-01 {
  top: 0px;
  right: -3px;
}
.fukidashi-105-01 img {
  max-width: 562px;
  width: 56vw;
}
.fukidashi-105-01 {
  top: 0px;
  right: 0px;
}
/*******************************/
.koma106 {
  background-image: url(../images/optimized_9EgDCGz09vq1Giy7lLH5Lw.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-106-01 img {
  max-width: 226px;
  width: 22vw;
}
.img-106-01 {
  top: 0px;
  right: 80px;
}
.img-106-02 img {
  max-width: 224px;
  width: 22vw;
}
.img-106-02 {
  top: 0px;
  left: -5px;
}
.fukidashi-106-01 img {
  max-width: 508px;
  width: 50vw;
}
.fukidashi-106-01 {
  top: 0px;
  right: -10px;
}

/*******************************/
.koma107 {
  background-image: url(../images/optimized_Ofp_UYHh9hLLn-PfVWE9gA.png);
  background-size: cover;
  max-height: 390px;
  height: 39vw;
  display: block;
  width: 49.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-107-01 img {
  max-width: 204px;
  width: 20vw;
}
.img-107-01 {
  top: 0px;
  left: 60px;
}
.img-107-02 img {
  max-width: 356px;
  width: 35vw;
}
.img-107-02 {
  top: 0px;
  left: -5px;
}
.fukidashi-107-01 img {
  max-width: 208px;
  width: 20vw;
}
.fukidashi-107-01 {
  top: 0px;
  right: -10px;
}

/*******************************/
.koma108 {
  background-image: url(../images/optimized_1FZQQkiy_O0h5Rr9j8ksWQ.png);
  background-repeat: no-repeat;
  background-size: cover;
  max-height: 490px;
  height: 49vw;
  width: 96%;
  max-width: 990px;
  display: block;
  margin: 0 auto 14px;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-108-01 img {
  max-width: 462px;
  width: 46vw;
}
.img-108-01 {
  top: 0px;
  left: 150px;
}
.img-108-02 img {
  max-width: 320px;
  width: 32vw;
}
.img-108-02 {
  top: 40px;
  left: 220px;
}
.img-108-03 img {
  max-width: 366px;
  width: 36vw;
}
.img-108-03 {
  top: 30px;
  left: 80px;
}
.img-108-04 img {
  max-width: 588px;
  width: 58vw;
}
.img-108-04 {
  top: 0px;
  right: -5px;
}
.img-108-05 img {
  max-width: 126px;
  width: 12vw;
}
.img-108-05 {
  bottom: 70px;
  left: 40px;
}
.fukidashi-108-01 img {
  max-width: 510px;
  width: 51vw;
}
.fukidashi-108-01 {
  top: 0px;
  left: 190px;
}
.fukidashi-108-02 img {
  max-width: 768px;
  width: 76vw;
}
.fukidashi-108-02 {
  top: 0px;
  right: 10px;
}
.fukidashi-108-03 img {
  max-width: 992px;
  width: 99vw;
}
.fukidashi-108-03 {
  top: 0px;
  right: -10px;
}

/*******************************/
.koma109 {
  background-image: url(../images/optimized_hgCvuYUdPL-3DJ9VomdtQw.png);
  background-size: cover;
  max-height: 400px;
  height: 40vw;
  display: block;
  width: 42.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-109-01 img {
  max-width: 430px;
  width: 43vw;
}
.img-109-01 {
  top: 0px;
  right: -10px;
}
.fukidashi-109-01 img {
  max-width: 446px;
  width: 44vw;
}
.fukidashi-109-01 {
  top: 0px;
  right: -20px;
}

/*******************************/
.koma110 {
  background-image: url(../images/optimized_mgpZDehaFgMkMUzTWdhKag.png);
  background-size: cover;
  max-height: 400px;
  height: 40vw;
  display: block;
  width: 56.2%;
  margin: 0 0 14px 0;
  overflow: hidden;
  position: relative;
  border: 2px solid #000000;
}
.img-110-01 img {
  max-width: 492px;
  width: 49vw;
}
.img-110-01 {
  top: 0px;
  right: -3px;
}
.fukidashi-110-01 img {
  max-width: 596px;
  width: 59vw;
}
.fukidashi-110-01 {
  top: 0px;
  right: -30px;
}
.fukidashi-110-02 img {
  max-width: 522px;
  width: 52vw;
}
.fukidashi-110-02 {
  top: 0px;
  left: 10px;
}
/*******************************/
/*******************************/
@media screen and (max-width: 1100px) {
  #comic-start {
    padding: 4vw 0;
  }
  .koma01,
  .koma02,
  .koma04,
  .koma05,
  .koma06,
  .koma07,
  .koma09,
  .koma10 {
    margin: 0 0 6px 0 !important;
  }
  .koma03,
  .koma08 {
    margin: 0 auto 6px !important;
  }
  .koma101,
  .koma102,
  .koma104,
  .koma105,
  .koma106,
  .koma107,
  .koma109,
  .koma110 {
    margin: 0 0 6px 0 !important;
  }
  .koma103,
  .koma108 {
    margin: 0 auto 6px !important;
  }
  .img-01-01 {
    left: 0vw;
  }
  .img-02-01 {
    top: 3vw;
    left: 3vw;
  }
  .fukidashi-02-01 {
    top: 1vw;
    left: 2vw;
  }
  .img-03-01 {
    left: 8vw;
  }
  .img-03-02 {
    top: 2vw;
    right: 3vw;
  }
  .fukidashi-03-01 {
    right: -1vw;
  }
  .fukidashi-03-02 {
    left: -3vw;
  }
  .img-04-01 {
    left: 5vw;
  }
  .img-04-02 {
    left: 0vw;
  }
  .fukidashi-04-01 {
    right: -2vw;
  }
  .img-05-01 {
    left: -1vw;
  }
  .fukidashi-05-01 {
    right: -2vw;
  }
  .fukidashi-06-01 {
    right: 0vw;
  }
  .fukidashi-07-01 {
    left: -3.5vw;
  }
  .img-08-01 {
    bottom: 3vw;
    left: 24vw;
  }
  .img-08-02 {
    right: -1vw;
  }
  .fukidashi-08-01 {
    right: -1vw;
  }
  .img-09-01 {
    right: 1vw;
  }
  .fukidashi-09-01 {
    right: -3vw;
  }
  .img-10-01 {
    top: 2vw;
    left: -2vw;
  }
  .fukidashi-10-01 {
    right: -2vw;
  }
  .koma104 {
    width: 42%;
  }
  .koma105 {
    width: 56%;
  }
  .img-101-01 {
    left: -1vw;
  }
  .img-101-02 {
    right: 0vw;
  }
  .fukidashi-101-01 {
    right: -2vw;
  }
  .img-102-01 {
    top: 2vw;
    left: 1vw;
  }
  .img-102-02 {
    left: 9vw;
  }
  .img-103-01 {
    right: 23vw;
  }
  .img-103-02 {
    top: 1vw;
    right: 20vw;
  }
  .img-103-03 {
    top: 1vw;
    right: 1vw;
  }
  .img-103-04 {
    top: 5vw;
    left: -1vw;
  }
  .fukidashi-103-01 {
    left: -3vw;
  }
  .img-104-01 {
    left: -1vw;
  }
  .fukidashi-104-01 {
    right: -3vw;
  }
  .img-105-01 {
    right: -1vw;
  }
  .fukidashi-105-01 {
    right: -3vw;
  }
  .img-106-01 {
    right: 6vw;
  }
  .img-106-02 {
    left: -2vw;
  }
  .fukidashi-106-01 {
    right: -2vw;
  }
  .img-107-01 {
    top: 1vw;
    left: 7vw;
  }
  .img-107-02 {
    left: -2vw;
  }
  .fukidashi-107-01 {
    right: -2vw;
  }
  .img-108-01 {
    left: 9vw;
  }
  .img-108-02 {
    top: 4vw;
    left: 19vw;
  }
  .img-108-03 {
    top: 6vw;
    left: 8vw;
  }
  .img-108-04 {
    right: -2vw;
  }
  .img-108-05 {
    left: 2vw;
    bottom: 6vw;
  }
  .fukidashi-108-01 {
    left: 21vw;
  }
  .fukidashi-108-03 {
    right: -3vw;
  }
  .img-109-01 {
    right: -4vw;
  }
  .fukidashi-109-01 {
    right: -4vw;
  }
  .img-110-01 {
    right: -1vw;
  }
  .fukidashi-110-01 {
    right: -3vw;
  }
  .fukidashi-110-02 {
    left: 0vw;
  }
}
@media screen and (max-width: 767px) {
  .koma04,
  .koma05,
  .koma09,
  .koma10 {
    width: 49%;
  }
  .koma01,
  .koma06 {
    width: 42%;
  }
  .koma02,
  .koma07 {
    width: 56%;
  }
  .koma101,
  .koma102,
  .koma106,
  .koma107 {
    width: 49%;
  }

  .koma109 {
    width: 42%;
  }
  .koma110 {
    width: 56%;
  }
}

/**************ゆらゆら******************/
.shake {
  animation: shake 5s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes shake {
  0% {
    transform: rotate(-6deg);
  }
  5.16129% {
    transform: rotate(6deg);
  }
  6.45161% {
    transform: rotate(12deg);
  }
  11.6129% {
    transform: rotate(-12deg);
  }
  12.90323% {
    transform: rotate(-12deg);
  }
  18.06451% {
    transform: rotate(12deg);
  }
  19.35484% {
    transform: rotate(12deg);
  }
  24.51613% {
    transform: rotate(-12deg);
  }
  25.80645% {
    transform: rotate(-12deg);
  }
  30.96774% {
    transform: rotate(12deg);
  }
  32.25807% {
    transform: rotate(24deg);
  }
  37.41935% {
    transform: rotate(-12deg);
  }
  38.70968% {
    transform: rotate(-12deg);
  }
  43.87097% {
    transform: rotate(12deg);
  }
  48.3871% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.tada {
  animation: tada 3.6s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  5.55556% {
    transform: scale(0.9) rotate(-8deg);
  }
  11.11111% {
    transform: scale(0.9) rotate(-8deg);
  }
  16.66667% {
    transform: scale(1.3) rotate(8deg);
  }
  22.22222% {
    transform: scale(1.3) rotate(-8deg);
  }
  27.77778% {
    transform: scale(1.3) rotate(8deg);
  }
  33.33333% {
    transform: scale(1.3) rotate(-8deg);
  }
  38.88889% {
    transform: scale(1.3) rotate(8deg);
  }
  44.44444% {
    transform: scale(1) rotate(0);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.hop {
  animation: hop 2s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes hop {
  0% {
    transform: translate(0, -5px);
  }
  3.27869% {
    transform: translate(0, 5px);
  }
  6.55738% {
    transform: translate(0, -5px);
  }
  9.83606% {
    transform: translate(0, 5px);
  }
  13.11475% {
    transform: translate(0, -5px);
  }
  16.39344% {
    transform: translate(0, 5px);
  }
  18.03279% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.fluffy {
  animation: fluffy1 3s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-15px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.scale-in-center {
  -webkit-animation: scale-in-center 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    infinite both;
  animation: scale-in-center 2.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) infinite
    both;
}
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.keyframe3 {
  animation-name: anim_s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  transform: rotate(6deg);
  animation-duration: 1s;
}

@keyframes anim_s {
  40% {
    transform: rotate(-6deg);
  }
  80% {
    transform: rotate(6deg);
  }
}
.fluffy02 {
  animation: fluffy2 2s ease infinite;
}

@keyframes fluffy2 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-40px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-40px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/********漫画ここまで***********/

#section_237287 .title_section h3.section_h3.editable.headding,
#section_237284 .title_section h3.section_h3.editable.headding,
#section_237555 .title_section h3.section_h3.editable.headding,
#section_237050 .title_section h3.section_h3.editable.headding,
#section_237568 .title_section h3.section_h3.editable.headding,
#section_237603 .title_section h3.section_h3.editable.headding {
  display: flex;
  align-items: center;
  justify-content: center;
  --headding-gap: 5rem;
}

#section_237287 .title_section h3.section_h3.editable.headding::before,
#section_237287 h3.section_h3.editable.headding::after,
#section_237284 .title_section h3.section_h3.editable.headding::before,
#section_237284 h3.section_h3.editable.headding::after,
#section_237555 .title_section h3.section_h3.editable.headding::before,
#section_237555 h3.section_h3.editable.headding::after,
#section_237050 .title_section h3.section_h3.editable.headding::before,
#section_237050 h3.section_h3.editable.headding::after,
#section_237568 .title_section h3.section_h3.editable.headding::before,
#section_237568 h3.section_h3.editable.headding::after,
#section_237603 .title_section h3.section_h3.editable.headding::before,
#section_237603 h3.section_h3.editable.headding::after {
  content: "";
  height: 3px;
  flex-grow: 1;
}

#section_237287 .title_section h3.section_h3.editable.headding::before,
#section_237284 .title_section h3.section_h3.editable.headding::before,
#section_237555 .title_section h3.section_h3.editable.headding::before,
#section_237050 .title_section h3.section_h3.editable.headding::before,
#section_237568 .title_section h3.section_h3.editable.headding::before,
#section_237603 .title_section h3.section_h3.editable.headding::before {
  margin-right: var(--headding-gap);
  background: #000;
}

#section_237287 .title_section h3.section_h3.editable.headding::after,
#section_237284 .title_section h3.section_h3.editable.headding::after,
#section_237555 .title_section h3.section_h3.editable.headding::after,
#section_237050 .title_section h3.section_h3.editable.headding::after,
#section_237568 .title_section h3.section_h3.editable.headding::after,
#section_237603 .title_section h3.section_h3.editable.headding::after {
  margin-left: var(--headding-gap);
  background: #000;
}

#section_237287 .title_sub .text-side,
#section_237284 .title_sub .text-side,
#section_237555 .title_sub .text-side,
#section_237050 .title_sub .text-side,
#section_237568 .title_sub .text-side,
#section_237603 .title_sub .text-side {
  max-width: none;
}

#section_237285 .standard_content_dup .duplicatable-content,
#section_237310 .standard_content_dup .duplicatable-content,
#section_246362 .standard_content_dup .duplicatable-content {
  background-color: transparent;
}

.standard_content_dup .duplicatable-content .image-side,
.new_standard_content_two .image-side {
  box-shadow: 1px 1px 5px #8a8a8a;
}

@media (min-width: 768px) {
  .half_wide_limited_height .image-side_inner {
    padding-top: 45%;
  }
}

@media (max-width: 767.9px) {
  .footer_menu_center .back-top {
    bottom: 120px;
  }

  #section_237585 .mainvisual_responsive_slider .catch_text {
    font-size: 7vw;
    line-height: 1.4;
  }
}

@media (min-width: 768px) {
  #section_237585 .mainvisual_responsive_slider .catch_subtext,
  #section_237585 .mainvisual_responsive_slider .catch_head {
    font-size: 2.5rem;
  }
  .half_wide_limited_height .section_h3 {
    font-size: 2.8rem;
  }
}

@media only screen and (min-width: 769px) {
  .mainvisual_responsive_slider .catch_text {
    font-size: 6rem;
  }
}

/*20210510修正*/
section:first-of-type .h1_center h1.headding {
  position: relative;
}

section:first-of-type .h1_center h1.headding::before {
  content: "";
  width: 11rem;
  height: 5rem;
  background: url(../images/optimized_LVt-AgdM7h5TMuIQFlslHQ.png) center
    center/contain no-repeat;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -5.7rem;
}

.h2_center .section_h2 {
  font-size: 3rem;
}

/*20210609修正*/

@media only screen and (min-width: 1000px) {
  #section_259291 .half_fit_image .image-side {
    width: 490px;
  }

  #section_259291 .half_fit_image .text-side {
    width: calc(100% - 490px);
    padding: 0 0 0 5rem;
  }
  #section_259291 .half_fit_image .section_inner {
    padding: 0 5vw;
  }
}

#section_259291 .half_fit_image .text-side_inner {
  max-width: none;
  text-align: left;
  color: #fff;
}
#section_259291 .half_fit_image .image-side .frame-image {
  background-size: contain;
}

#section_259291 .half_fit_image .headding_wrap,
.half_fit_image .section_h3 {
  color: #fff;
}

@media (min-width: 768px) and (max-width: 999px) {
  #section_259291 .half_fit_image .section_inner {
    padding: 0 2rem;
  }

  #section_259291 .half_fit_image .image-side {
    width: 320px;
    margin: 7rem 0 auto;
  }

  #section_259291 .half_fit_image .image-side_inner {
    padding-top: 133%;
  }

  #section_259291 .half_fit_image .text-side {
    padding: 0 1rem 0 3rem;
    width: calc(100% - 320px);
  }
}

@media (max-width: 767.9px) {
  #section_259291 .half_fit_image {
    padding-top: 5rem;
  }

  #section_259291 .half_fit_image .image-side_inner {
    padding-top: 85%;
  }

  #section_259291 .half_fit_image .text-side_inner {
    padding: 0 2rem;
  }
}
#section_237608 .new_catchcopy_simple::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*お問い合わせページのメール部分の余白調整*/
.formapps_border_light .form_area .form-item:not(.send_btn) div,
.formapps_border_light .dummy_form_area .form-item:not(.send_btn) div {
  padding: 0rem;
}
@media only screen and (min-width: 768px) {
  .formapps .dummy_form_area .form-item,
  .formapps .form_area .form-item {
    padding: 3% 1rem;
  }
}

.banner_text:nth-child(2):after {
  content: "営業時間：9:00～17:00";
  display: block;
  margin-top: 10px;
}
.banner_text:nth-child(3) {
  display: none;
}

/*1月20日 修正*/

/*#section_303674バナー横並び*/
@media only screen and (min-width: 768px) {
  #section_303674 .width-limit .section_inner {
    max-width: 100%;
  }
  #section_303674 .new_standard_content_two .duplicatable-content {
    width: 31%;
  }
  #section_303674
    .new_standard_content_two
    .duplicatable-content:nth-child(2n) {
    margin-left: 0%;
  }
  #section_303674
    .new_standard_content_two
    .duplicatable-content:nth-child(n + 3) {
    margin-top: 0%;
  }
  #section_303674 .new_standard_content_two .duplicatable-container {
    justify-content: center;
    gap: 2em;
  }
  #section_303674 .new_standard_content_two .text-side {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  #section_303674 .new_standard_content_two .duplicatable-container {
    gap: 1em;
  }
}

@media only screen and (max-width: 460px) {
  #section_303674 .new_standard_content_two .text-side {
    display: none;
  }
}

/*#section_303674::hoverアクション*/
#section_303674 .new_standard_content_two .image-side .image-frame > a {
  display: block;
}
