@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
/* 共通：初期状態 */
.fade-in,
.slide-in,
.slide-in-left,
.slide-in-right,
.zoom-in,
.fade-up,
.fade-in-delay,
.fade-in-scale,
.bounce-in,
.rotate-in,
.flip-in {
  opacity: 0;
  transition: opacity 1.2s ease, transform 1.2s ease;
}
/* visible 共通 */
.visible {
  opacity: 1;
}
/* slide-in（下） */
.slide-in {
  transform: translateY(50px);
}
.slide-in.visible {
  transform: translateY(0);
}
/* slide-in-left */
.slide-in-left {
  transform: translateX(-50px);
}
.slide-in-left.visible {
  transform: translateX(0);
}
/* slide-in-right */
.slide-in-right {
  transform: translateX(50px);
}
.slide-in-right.visible {
  transform: translateX(0);
}
/* zoom-in */
.zoom-in {
  transform: scale(0.9);
}
.zoom-in.visible {
  transform: scale(1);
}
/* fade-up */
.fade-up {
  transform: translateY(50px);
}
.fade-up.visible {
  transform: translateY(0);
}
/* fade-in-delay */
.fade-in-delay {
  transition-delay: 0.5s;
}
/* fade-in-scale */
.fade-in-scale {
  transform: scale(0.8);
}
.fade-in-scale.visible {
  transform: scale(1);
}
/* bounce-in */
.bounce-in {
  transform: translateY(50px);
}
.bounce-in.visible {
  animation: bounceIn 0.9s ease forwards;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  60% {
    opacity: 1;
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
/* rotate-in */
.rotate-in {
  transform: rotate(-90deg);
}
.rotate-in.visible {
  transform: rotate(0deg);
}
/* flip-in */
.flip-in {
  transform: rotateY(90deg);
  transform-style: preserve-3d;
}
.flip-in.visible {
  transform: rotateY(0);
}
.delay-300 {
  transition-delay: 0.3s;
}
.delay-600 {
  transition-delay: 0.6s;
}
.delay-900 {
  transition-delay: 0.9s;
}
.delay-1200 {
  transition-delay: 1.2s;
}
.l-header .l-container {
  max-width: 1120px;
}
.l-container,
.l-mainContent__inner,
.post_content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  .wp-block-group__inner-container,
  .p-postListWrap {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
section {
  padding-top: 80px;
  padding-bottom: 80px;
}
.header-visual-wrap {
  width: 100%;
  background-color: #008EA2;
}
.header-visual {
  max-width: 1120px;
  height: auto;
  margin: auto;
}
.p-breadcrumb__text {
  align-items: center;
  color: #fff;
  display: block;
  display: inline-flex;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}
.p-breadcrumb__item::after {
  color: #fff;
}
hgroup.sc_title {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  color: #fff;
  padding-bottom: 38px;
}
hgroup.sc_title h1 {
  font-size: 14px;
  font-weight: 400;
}
hgroup.sc_title p {
  font-size: 26px;
  font-family: "Ubuntu", sans-serif;
  font-style: normal;
  font-weight: 400;
}
.corporate-overview-wrap {
  background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/corporate-overview-bg.webp');
  background-size: cover;
  background-position: center 70%;
  width: 100%;
  height: auto;
  line-height: 2em;
  min-height: 648px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.corporate-overview-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
}
.corporate-overview h2 {
  font-size: 60px;
  margin-bottom: 66px;
  line-height: 1;
}
.corporate-overview .btn-site-standard {
  margin-top: 100px;
}
.l-footer__inner {
  background-color: #8fb9c7;
  padding-top: 100px;
}
.l-footer .l-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1020px;
}
.l-footer__nav li:first-child a,
.l-footer__nav li a {
  border-left: 0;
  border-right: 0;
}
.l-footer__nav a:hover {
  text-underline-offset: 5px;
}
@media (min-width: 600px) {
  .l-footer__nav a {
    font-size: 14px;
    padding: 0 .75em;
  }
}
/*main_content*/
main#main_content {
  max-width: 100%;
  margin: auto;
}
:is(.blog, .archive, .category, .single, .single-post, .page-id-53) main#main_content {
  background-color: #e5f4f6;
  padding-top: 4em;
  padding-bottom: 5em;
  padding-left: clamp(20px, 7vw, 100px);
  padding-right: clamp(20px, 7vw, 100px);
}
.header-visual-wrap {
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/header_visual_bg.svg');
  background-size: 560px;
  background-position: right calc(50% + -300px) top 10px;
  background-color: #008EA2;
}
.single .header-visual,
.single-post .header-visual,
.page-id-53 .header-visual {
  height: 600px;
  width: 100%;
}
:is(.single, .single-post, .page-id-53) {
  main#main_content {
    padding-top: 0;
    position: absolute;
  }
  .l-mainContent__inner {
    background-color: #fff;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
    padding: 3em 110px;
    top: calc(-600px + 145px);
    position: relative;
    margin-bottom: calc(-600px + 145px);
  }
  #after_article {
    background-color: #e5f4f6;
    max-width: 920px;
    margin-left: auto;
    margin-right: auto;
  }
  .p-pnLinks {
    padding-top: 3em;
    margin-top: -32px;
  }
  .l-articleBottom__section {
    background-color: #fff;
    margin-left: -50px;
    margin-right: -50px;
    text-align: center;
  }
  .btn-site-standard.transe_up {
    top: -30px;
  }
  .p-postList.-type-card {
    justify-content: center;
  }
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
  background-color: unset;
  color: #302D2C;
  font-size: 16px;
  font-weight: 700;
}
[class*=page-numbers] {
  box-shadow: unset;
  border-radius: 50%;
  margin: 4px;
  color: #302D2C;
  font-size: 16px;
  background-color: unset;
}
.l-content {
  padding-top: 0;
  margin: 0px auto;
}
.l-mainContent__inner>.post_content {
  margin: 0;
  padding: 0;
}
.c-pagination {
  margin-bottom: 0;
}
h1.c-pageTitle {
  display: none;
}
.category-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2em;
}
.cat-btn {
  display: inline-block;
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: .1em;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.cat-btn.all {
  color: #555;
  border: 1px solid #ACACAC;
  background: transparent;
}
.cat-btn.all:hover {
  background: #ACACAC;
  color: #fff;
}
.cat-btn.news {
  background: #555555;
  color: #fff;
}
.cat-btn.news:hover {
  background: #444444;
}
.cat-btn.e-solutions {
  background: #008EA2;
  color: #fff;
}
.cat-btn.e-solutions:hover {
  background: #00758A;
}
.cat-btn.product {
  background: #0F6363;
  color: #fff;
}
.cat-btn.product:hover {
  background: #0C5050;
}
.cat-btn.various {
  background: #B4B4B4;
  color: #fff;
}
.cat-btn.various:hover {
  background: #999999;
}
.c-catchphrase {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px !important;
  opacity: 1;
}
@media (min-width: 960px) {
  .-series .l-header__logo {
    padding: 14px 50px;
  }
  .-series-right .c-gnavWrap {
    padding-right: 50px;
  }
}
.c-gnav>li>a,
.c-gnav>.-current {
  transition: all 0.3s ease;
}
.c-gnav>li:hover>a,
.c-gnav>.-current>a {
  background: rgba(0, 0, 0, 0.1);
}
.c-gnav .c-smallNavTitle {
  display: none;
}
.p-breadcrumb__list {
  width: 86%;
}
.icon-home:before {
  display: none;
}
/*archive*/
.p-postList.-type-card,
.p-postList.-type-thumb {
  display: flex;
  flex-wrap: wrap;
  max-width: 890px;
  margin: 0 auto;
  gap: 1em;
}
@media (min-width: 1020px) {
  .-sidebar-off .-type-card.-pc-col3 .p-postList__item,
  .-sidebar-off .-type-thumb.-pc-col3 .p-postList__item {
    width: calc((100% - 2em) / 3);
  }
}
@media (min-width: 600px) and (max-width: 1019px) {
  .-sidebar-off .-type-card.-pc-col3 .p-postList__item {
    width: calc((100% - 1em) / 2);
  }
}
.-type-card .p-postList__item {
  padding: 12px;
  background: #fff;
}
/*postList*/
.p-postList__meta {
  margin-bottom: 1em;
}
.p-postList__times,
.c-postTimes__posted {
  color: #0F6363;
  font-family: 'Ubuntu';
  font-size: 12px;
}
.icon-posted:before,
.icon-folder:before,
.c-categoryList:before {
  display: none;
}
.p-postList__cat,
.c-categoryList__link {
  padding: 4px 12px;
  font-size: 12px;
  letter-spacing: .1em;
  border-radius: 25px;
  text-decoration: none;
  background-color: #ccc;
  position: absolute;
  right: 0px;
  transition: all 0.3s ease-in-out;
}
.c-categoryList__link {
  position: relative;
}
.p-postList__cat[data-cat-id="7"],
.c-categoryList__link[data-cat-id="7"] {
  background-color: #555555;
  color: #fff
}
.p-postList__cat[data-cat-id="11"],
.c-categoryList__link[data-cat-id="11"] {
  background-color: #008EA2;
  color: #fff;
}
.p-postList__cat[data-cat-id="9"],
.c-categoryList__link[data-cat-id="9"] {
  background-color: #0F6363;
  color: #fff;
}
.p-postList__cat[data-cat-id="10"],
.c-categoryList__link[data-cat-id="10"] {
  background-color: #B4B4B4;
  color: #fff;
}
.c-postTitle__date {
  display: none;
}
.p-articleMetas {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: .625em;
  padding: 0 1px;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding-bottom: 5em;
}
.p-postList__moreview {
  color: #0F6363;
  font-family: 'Ubuntu';
  font-size: 14px;
  text-align: right;
  margin-top: .8em;
}
@media (max-width: 768px) {
  .single main#main_content,
  .single-post main#main_content,
  .page-id-53 main#main_content {
    background-color: #e5f4f6;
    padding: 4em 5vw 5em;
  }
  .single .header-visual,
  .single-post .header-visual,
  .page-id-53 .header-visual {
    height: 400px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
  }
  .single .header-visual-wrap,
  .single-post .header-visual-wrap,
  .page-id-53 .header-visual-wrap,
  .blog .header-visual-wrap,
  .archive .header-visual-wrap {
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/header_visual_bg.svg');
    background-size: 280px;
    background-position: right -20px top 65px;
    background-color: #008EA2;
  }
  .single .l-mainContent__inner,
  .single-post .l-mainContent__inner,
  .page-id-53 .l-mainContent__inner {
    background-color: #fff;
    padding: 3em 1.5em;
    top: calc(-400px + 75px);
    position: relative;
    margin-bottom: calc(-400px + 75px);
  }
}
/*汎用*/
.post_content .sc_h2 h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #0f6363;
  margin-bottom: 10px;
}
.img_center {
  text-align: center;
}
.btn-site-standard,
.btn-site-download {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 310px;
  height: 60px;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 34px;
  padding: 0 20px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  margin: auto;
  transition: all 0.3s ease;
}
.btn-site-standard a,
.btn-site-download a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  height: 100%;
  width: 100%;
}
.btn-site-standard {
  background-color: #0f6363;
}
.btn-site-standard:hover {
  background-color: #0c4f4f;
}
.btn-site-download {
  background-color: #6F6F6F;
}
.btn-site-download:hover {
  background-color: #5a5a5a;
}
.btn-site-standard_text,
.btn-site-download_text {
  flex-grow: 1;
  text-align: center;
}
.btn-site-standard::after,
.btn-site-download::after {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
}
.btn-site-standard::after {
  content: "→";
  font-size: 16px;
  color: white;
  border: 1px solid #ddd91d;
}
.btn-site-standard_noCircle::after {
  border: none;
}
.btn-site-download::after {
  content: "";
  background-image: url("https://suscre.co.jp/wp-content/themes/swell_child/assets/images/icon_download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border: none;
}
ul.is-style-right_arrow {
  padding-left: 0;
}
.is-style-right_arrow li {
  padding-left: 1.5em;
  list-style-type: none;
}
.is-style-right_arrow li::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  border: none;
  border-radius: 0;
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 1em;
  color: #fff;
  content: "→";
  font-weight: 900;
}
.p-pickupBanners__item .c-bannerLink,
.p-postList__thumb {
  box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, .1);
}
.p-postList__item {
  box-shadow: 3px 10px 15px 0px rgba(0, 0, 0, .1);
}
.slide-caption {
  position: absolute;
  bottom: 10%;
  left: 5%;
  color: white;
  z-index: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 768px) {
  .l-footer .l-container {
    flex-direction: column;
  }
  .l-footer__inner {
    padding: 10px;
  }
  .l-footer .copyright {
    padding-top: 40px;
    width: 100%;
    text-align: right;
  }
  .corporate-overview .corporate-overview {
    background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/corporate-overview-bg.webp');
    background-size: cover;
    background-position: center center;
    width: auto;
    height: 100%;
    min-height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
  }
  .corporate-overview h2 {
    font-size: 35px;
    margin-bottom: 50px;
  }
  .corporate-overview .btn-site-standard {
    margin-top: 50px;
  }
  .p-fixBtnWrap {
    padding-bottom: 30px;
  }
  .post_content .sc_h2 h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #0f6363;
    margin-bottom: 10px;
  }
  .post_content .sc_h2 p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .single .l-articleBottom__section,
  .single-post .l-articleBottom__section,
  .page-id-53 .l-articleBottom__section {
    background-color: #fff;
    margin-left: -20px;
    margin-right: -20px;
    text-align: center;
  }
}
/*スマホメニュー*/
.p-spMenu {
  height: 72%;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0s;
  width: 100%;
  z-index: 101;
  color: #fff;
}
.p-spMenu__inner {
  box-shadow: 0 0 8px var(--swl-color_shadow);
  height: 100%;
  padding-top: var(--logo_size_sp);
  position: absolute;
  top: 0;
  transition: -webkit-transform .45s;
  transition: transform .45s;
  transition: transform .45s, -webkit-transform .45s;
  transition-timing-function: ease-out;
  width: 100%;
  z-index: 1;
}
.p-spMenu__inner::before {
  background: #0F6363;
  opacity: .92;
}
.c-widget__title.-spmenu {
  display: none;
}
.c-listMenu.c-listMenu li {
  text-align: center;
}
.c-gnav .sub-menu a:before,
.c-listMenu a:before,
.c-smallNavTitle {
  display: none;
}
.c-listMenu a {
  padding: .75em 1em .75em 1.5em;
  transition: padding .25s;
}
.c-spnav a {
  border-bottom: 0px solid var(--color_border);
  display: block;
  padding: 2em .25em;
}
.p-spMenu a {
  color: #fff;
}
.p-spMenu__body {
  padding-top: 1em;
}
.p-spMenu__closeBtn {
  height: var(--logo_size_sp);
  position: absolute;
  top: 0;
  width: var(--logo_size_sp);
  z-index: 100;
}
.sp_menu_logo {
  display: flex;
  width: 70%;
  align-items: center;
  position: relative;
  color: #fff;
  padding: 1em;
  z-index: 2;
  font-family: "Ubuntu", sans-serif;
  font-size: 10px;
  font-weight: 700;
  gap: 10px;
}
.sp_menu_logo img {
  width: 50px;
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 24px;
  z-index: 100;
}
/* product */
.page-id-60 .header-visual-wrap {
  background-image: none;
  background-color: #0F6363;
}
.page-id-60 .header-visual {
  background-image: none;
}
.page-id-60 .diaper_wash_head {
  background-color: #0F6363;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 80px;
  margin-bottom: 0;
  border-radius: 0 0 150px 150px;
  padding-top: 30px;
  padding-bottom: 150px;
  overflow: hidden;
  background-image: url(https://suscre.co.jp/wp-content/themes/swell_child/assets/images/product_header_bg01.svg);
  background-repeat: no-repeat;
  background-size: 163px;
  background-position: right top;
}
.page-id-60 .diaper_wash_head:after {
  content: "";
  background-image: url(https://suscre.co.jp/wp-content/themes/swell_child/assets/images/product_header_bg02.svg);
  background-repeat: no-repeat;
  background-size: 163px;
  background-position: left 41px bottom 92px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.page-id-60 .diaper_wash_head h2 {
  font-size: 28px;
  margin-top: 30px;
}
.page-id-60 .diaper_wash_head p {
  margin-top: 68px;
}
.page-id-60 .diaper_wash_body {
  background-color: #CCE8EC;
  border-radius: 150px;
  padding: 50px 50px 80px 50px;
  top: -50px;
  position: relative;
  color: #fff;
  z-index: 1;
  margin-bottom: 50px;
}
.page-id-60 .diaper_wash_body .swell-block-columns {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.page-id-60 .diaper_wash_body h3 {
  font-size: 22px;
  margin-bottom: 37px;
}
.page-id-60 .diaper_wash_body h4 {
  font-size: 20px;
  text-align: left !important;
}
.page-id-60 .diaper_wash_body .swl-has-mb--s {
  background-color: #008EA2;
  border-radius: 10px;
  padding: 1.5em;
  text-align: left;
}
.product_flow_head {
  margin-bottom: 0;
  position: relative;
  padding: 40px 20px 80px 20px !important;
  line-height: 2;
}
.product_flow_head::before,
.product_flow_head::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 286px;
  height: 286px;
  background-size: cover;
  transform: translateY(-50%);
}
.product_flow_head::before {
  left: -80px;
  top: -40px;
  background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/product_circle01.webp');
  z-index: 1;
}
.product_flow_head::after {
  right: -80px;
  top: 200px;
  background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/product_circle02.webp');
  z-index: 1;
}
.product_flow_head .wp-block-column:first-child {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-right: 2em;
}
.product_icon_point {
  display: flex;
  background-color: #DDD91D;
  color: #0F6363;
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  z-index: 1;
  height: 4.5em;
  width: 4.5em;
  align-items: center;
  justify-content: center;
}
.product_flow_body_wrap {
  background-color: #dae8e8;
  padding: 0 50px 80px 50px;
  margin-bottom: 94px;
}
.product_flow_body {
  background-color: #fff;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 120px 80px 140px;
  border-radius: 50px;
  position: relative;
  top: -40px;
}
.product_advantage_body_wrap {
  background-color: #E8E8E8;
  padding: 80px 50px 80px 50px;
}
.product_advantage_body {
  background-color: #fff;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding: 36px 50px 36px 50px;
  border-radius: 50px;
  margin-bottom: 36px;
}
.product_advantage_body h3+p {
  font-size: 20px;
  font-weight: bold;
  padding: 1em;
  margin-bottom: 46px;
}
.sdgs_icon .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
}
.sdgs_icon .wp-block-group__inner-container img {
  width: 76px;
}
.product_advantage_txt {
  padding-bottom: 80px;
}
.product_advantage_txt_body {
  background-color: #f4f9fa;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 154px;
  padding: 50px 80px;
  margin-bottom: 30px;
}
.product_advantage_txt_body h3 {
  line-height: 2em;
  padding-bottom: 40px;
}
.product_news {
  background-color: #e4f3f6;
  padding: 70px 80px;
  margin-top: 135px;
}
.product_news .sc_h2 {
  padding-bottom: 70px;
}
.product_news .btn-site-standard {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .page-id-60 .l-content {
    margin-top: -1px;
  }
  .page-id-60 .header-visual {
    background-image: none;
  }
  .page-id-60 .diaper_wash_head {
    background-color: #0F6363;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 20px;
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: right top;
    margin-bottom: 0;
    border-radius: 0 0 75px 75px;
    padding-top: 30px;
    padding-bottom: 80px;
    z-index: -1;
    overflow: hidden;
  }
  .page-id-60 .diaper_wash_head:after {
    background-size: 60px;
    background-position: left 20px bottom 100px;
  }
  .page-id-60 .diaper_wash_head h2 {
    font-size: 20px;
    margin-top: 34px;
    margin-bottom: 0px;
  }
  .page-id-60 .diaper_wash_head h2+p {
    font-size: 15px !important;
    margin-top: 30px;
    margin-bottom: 34px;
  }
  .page-id-60 .diaper_wash_head p {
    font-size: 13px !important;
    margin-top: 34px;
  }
  .page-id-60 .diaper_wash_body {
    background-color: #CCE8EC;
    border-radius: 75px;
    padding: 46px 0 60px 0;
    top: -50px;
    position: relative;
    color: #fff;
    z-index: 1;
    margin-bottom: 0;
  }
  .page-id-60 .diaper_wash_body .swell-block-columns {
    width: 335px;
  }
  .page-id-60 .diaper_wash_body h3 {
    font-size: 20px;
    margin-bottom: 37px;
  }
  .page-id-60 .diaper_wash_body h4 {
    font-size: 15px;
    text-align: left !important;
  }
  .page-id-60 .diaper_wash_body li {
    font-size: 13px;
    text-align: left !important;
  }
  .page-id-60 .diaper_wash_body .swl-has-mb--s {
    background-color: #008EA2;
    border-radius: 10px;
    padding: 1.5em;
    text-align: left;
  }
  .post_content .sc_h2 h2 {
    font-size: 20px;
    font-weight: 700;
  }
  .product_flow_head {
    margin-bottom: 0;
    position: relative;
    padding: 40px 50px 80px 50px !important;
    line-height: 2;
  }
  .product_flow_head::before,
  .product_flow_head::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 170px;
    height: 170px;
    background-size: cover;
    transform: translateY(-50%);
  }
  .product_flow_head::before {
    left: -80px;
    top: -40px;
    background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/product_circle01.webp');
    z-index: 1;
  }
  .product_flow_head::after {
    right: -80px;
    top: 400px;
    background-image: url('https://suscre.co.jp/wp-content/themes/swell_child/assets/images/product_circle02.webp');
    z-index: 1;
  }
  .product_flow_head .wp-block-column:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }
  .product_icon_point {
    display: flex;
    background-color: #DDD91D;
    color: #0F6363;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    z-index: 1;
    height: 4.5em;
    width: 4.5em;
    align-items: center;
    justify-content: center;
  }
  .product_flow_body_wrap {
    background-color: #dae8e8;
    padding: 0 0 80px 0;
    margin-bottom: 52px;
  }
  .product_flow_body {
    background-color: #fff;
    width: 89%;
    padding: 56px 25px 80px 25px;
    border-radius: 25px;
    position: relative;
    top: -40px;
  }
  .product_advantage_body_wrap {
    background-color: #E8E8E8;
    padding: 21px 0 0 0;
    padding-bottom: 50px;
    margin-bottom: 0;
    margin-top: 30px;
  }
  .product_advantage_body {
    background-color: #fff;
    width: 89%;
    padding: 35px 22px 45px 22px;
    margin-top: 22px;
    border-radius: 25px;
  }
  .product_advantage_body h3 {
    font-size: 36px !important;
    padding: 1em;
    margin-bottom: 46px;
  }
  .product_advantage_body h3+p {
    font-size: 15px;
    font-weight: bold;
    padding: 1em;
    margin-bottom: 46px;
  }
  .sdgs_icon .wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background-color: #E8E8E8;
    gap: 2px;
    padding-bottom: 36px;
  }
  .sdgs_icon .wp-block-group__inner-container img {
    width: calc((100vw - 68px) / 6);
  }
  .sdgs_icon .wp-block-group__inner-container>* {
    margin-bottom: 0;
  }
  .product_advantage_txt {
    padding: 35px 22px 45px 22px;
    margin-top: 22px;
    border-radius: 25px;
  }
  .product_advantage_txt_body {
    background-color: #f4f9fa;
    width: 89%;
    border-radius: 50px;
    padding: 25px 3px;
    margin-bottom: 30px;
  }
  .product_advantage_txt_body h3 {
    font-size: 15px !important;
    line-height: 2;
    padding-bottom: 20px !important;
  }
  .product_advantage_txt_body p,
  .product_advantage_txt_body li {
    font-size: 13px !important;
    line-height: 2;
  }
  .product_news {
    background-color: #e4f3f6;
    padding: 51px 15px;
    margin-top: 60px;
  }
  .product_news .sc_h2 {
    padding-bottom: 30px;
  }
  .product_news .btn-site-standard {
    margin-top: 15px;
  }
  .c-catchphrase {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px !important;
    opacity: 1;
  }
}
.single-post .news-postList_singleCont {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #E8F4F6;
}
.single-post .news-postList_singleWrap {
  background-color: #FFF;
  padding: 33px 45px 74px;
}
.single-post .news-postList_title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 26px;
  text-align: center;
}
@media (max-width: 768px) {
  .single-post .news-postList_singleWrap {
    padding: 25px 0px 60px;
  }
}
.post-navigation.c-postNav3 {
  width: 920px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 2em 0 4em 0;
  font-size: 16px;
}
.c-postNav3__prev,
.c-postNav3__center,
.c-postNav3__next {
  flex: 1;
  text-align: center;
}
.c-postNav3__prev {
  text-align: left;
}
.c-postNav3__next {
  text-align: right;
}
.c-postNav3 a {
  text-decoration: none;
  color: #302D2C;
  transition: all 0.4s ease;
}
.c-postNav3 a:hover {
  background-color: rgba(255, 255, 255, 0.8);
  padding: .5em 1em;
  border-radius: 20px;
}
.single-post .p-postList__meta {
  padding-top: 1em;
  margin-bottom: 1em;
}
@media (max-width: 768px) {
  .post-navigation.c-postNav3 {
    width: 100%;
    margin: 1em 0;
    padding: 1em 0 2em 0;
    font-size: 13px;
  }
}