@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;');

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

:root {
  --primary-color: ;
  --secondary-color: ;
  --main-dark-color: #333;
  --main-shadow-color: #72727B;
  --color-white: #fff;
  --color-black: #000;
  --color-lgray: #c3c3c3;

}
html {
  height: 100%;
}
body {
  height: 100%;
  background-color: transparent;
}
.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
}
h1.entry-title {
  position: relative;
  padding-bottom: 20px;
}
.section-title h2 {
  color: var(--main-shadow-color);
  line-height: 1;
}
.section-title .title-sub {
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#container {
  min-height: 100%;
}
.wrap {
  width: auto;
}
.dl-primary {
  display: flex;
  flex-wrap: wrap;
}
.dl-primary dt {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-dark-color);
  width: 150px;
  font-weight: bold;
}
.dl-primary dd {
  margin: 0 0 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-dark-color);
  width: calc(100% - 150px);
}
/* .wp-block-columns.dl {
  gap: 0;
} */
.body .wp-block-columns .dt.border-bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--main-dark-color);
  font-weight: bold;
}
.body .wp-block-columns .dd.border-bottom {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color-lgray);
}
.btn-wrapper {
  display: flex;
  justify-content: center;
}
.btn-wrapper.-left {
  justify-content: flex-start;
}
.btn {
  border: none;
  border-radius: 0;
}
.btn:hover {
  opacity: 1;
  border-radius: 8px;
}
.btn.btn-primary {
  border: 1px solid var(--main-dark-color);
  color: var(--color-white);
  background-color: var(--main-dark-color);
}
.btn.btn-primary:hover {
  border: 1px solid var(--main-dark-color);
  color: var(--main-dark-color);
  background-color: var(--color-white);
}
.btn.btn-secondary {
  border: 1px solid var(--main-shadow-color);
  color: var(--color-white);
  background-color: var(--main-shadow-color);
}
.btn.btn-secondary:hover {
  border: 1px solid var(--main-shadow-color);
  color: var(--main-shadow-color);
  background-color: var(--color-white);
}
.btn.btn-tertiary {
  color: var(--color-black);
  background-color: var(--color-white);
}
.btn.btn-tertiary:hover {
  color: var(--color-white);
  background-color: var(--color-black);
}
.btn.btn-tertiary.-border {
  border: 1px solid var(--color-black);
}
.list {
  padding: 0;
}
.list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--color-black);
  list-style: none;
}
.page .date-tags,
.page .author-info {
 display: none;
}
#custom_html-2 .widget-title {
  display: none;
}
.header-in .logo {
  padding: 0;
}
.header-in .logo .site-name {
  padding: 0;
}
.header-in .tagline {
  margin: 0 0 0 20px;
  font-size: 10px;
  width: 130px;
  text-align: left;
}
.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: 1;
  font-weight: bold;
}
.navi-in a {
  position: relative;
  font-size: clamp(12px, calc(16 / 1440 * 100vw), 16px);
}
.navi-in a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
.navi-in a:hover::after {
  transform: scale(1, 1);
}
.navi-in .menu-btn a {
  padding: calc(14 / 1440 * 100vw) 0;
  width: calc(140 / 1440 * 100vw);
  font-size: clamp(12px, calc(15 / 1440 * 100vw), 15px);
  transition: all .3s ease;
}
.navi-in .menu-btn a:hover {
  border-radius: 8px;
}
.navi-in .menu-btn.-primary a {
  border: 1px solid var(--main-dark-color);
  color: var(--color-white);
  background-color: var(--main-dark-color);
}
.navi-in .menu-btn.-primary a:hover {
  border: 1px solid var(--main-dark-color);
  color: var(--main-dark-color);
  background-color: var(--color-white);
}
.navi-in .menu-btn.-secondary a {
  border: 1px solid var(--main-shadow-color);
  color: var(--color-white);
  background-color: var(--main-shadow-color);
}
.navi-in .menu-btn.-secondary a:hover {
  border: 1px solid var(--main-shadow-color);
  color: var(--main-shadow-color);
  background-color: var(--color-white);
}
.header-container-in.hlt-top-menu {
  padding: 10px 20px;
}

.header-container-in.hlt-top-menu .navi {
  width: auto;
}
#custom_html-2 {
  margin: 0;
}
.content {
  margin: 0;
}
footer {
  position: sticky;
  top: 100vh;
}
.mv {
  position: relative;
}
.mv-bg {
  position: absolute;
  background: url(/wp-content/uploads/img-mv.jpg) no-repeat right top;
  background-size: contain;
}
.mv .catch {
  margin-top: calc(60 / 1440 * 100vw);
  font-size: clamp(27px, calc(56 / 1440 * 100vw), 60px);
  font-weight: bold;
  line-height: calc(90 / 50);
}
.mv .text {
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
}
.mv .btn-wrapper {
  margin-top: calc(40 / 1440 * 100vw);
}
.entry-content {
  margin-top: 0;
}
.top-section {
  margin-top: calc(100 / 1440 * 100vw);
}
.section-title.title-02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: calc(60 / 1440 * 100vw);
}
.section-title.title-02 .title-main {
  margin-bottom: calc(10 / 1440 * 100vw);
  font-weight: 700;
  font-size: clamp(30px, calc(42 / 1440 * 100vw), 50px);
  line-height: calc(84 / 42);
  letter-spacing: 0.1em;
}
.section-title.title-02 .title-sub.-en {
  color: var(--main-shadow-color);
  font-size: clamp(14px, calc(19 / 1440 * 100vw), 24px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.section-title.title-03 {
  margin-bottom: calc(40 / 1440 * 100vw);
  color: var(--main-shadow-color);
  font-size: clamp(18px, calc(24 / 1440 * 100vw), 30px);
  line-height: calc(43 / 24);
  letter-spacing: 0.1em;
}
.message.top-section {
  position: relative;
  margin-top: calc(130 / 1440 * 100vw);
  padding-bottom: calc(160 / 1440 * 100vw);
}
.message-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(554 / 1440 * 100vw);
  height: calc(469 / 1440 * 100vw);
  background: url(/wp-content/uploads/img-message.jpg) no-repeat left bottom;
  background-size: contain;
  z-index: -1;
}
.top-section .flex-box:not(:last-child) {
  margin-bottom: calc(80 / 1440 * 100vw);
}
.top-section .section-text {
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
}
.top-section .section-catch {
  margin-bottom: 0;
  font-weight: 900;
  font-size: clamp(30px, calc(42 / 1440 * 100vw), 50px);
  line-height: calc(84 / 42);
  letter-spacing: 0.1em;
  text-align: center;
}
.service-content .title-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: calc(60 / 1440 * 100vw) 0;
  border: 1px solid var(--main-shadow-color);
  text-align: center;
}
.service-content .title {
  font-weight: 700;
  font-size: clamp(30px, calc(42 / 1440 * 100vw), 50px);
}
.service-content .title + p {
  font-weight: 700;
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
  line-height: calc(32 / 16);
}
.service-content .list {
  margin-top: calc(40 / 1440 * 100vw);
  font-weight: 700;
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
}
.cta-area {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  min-height: 408px;
  background: url(/wp-content/uploads/bg-cta.jpg) no-repeat left bottom;
  background-size: cover;
}
.cta-area .container {
  height: 100%;
}
.cta-title.title-02 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: var(--color-white);
  text-align: center;
}
.cta-title.title-02 .title-main {
  margin-bottom: calc(10 / 1440 * 100vw);
  font-weight: 700;
  font-size: clamp(30px, calc(42 / 1440 * 100vw), 50px);
  line-height: calc(67 / 42);
  letter-spacing: 0.1em;
}
.cta-title.title-02 .title-sub.-en {
  font-size: clamp(14px, calc(19 / 1440 * 100vw), 24px);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.cta-area .btn-wrapper {
  margin-top: calc(60 / 1440 * 100vw);
}
.strengths {
  overflow: hidden;
}
.order-box {
  counter-reset: number 0;
}
.order-box .box-item .title {
  position: relative;
  display: flex;
  align-items: center;
  color: var(--main-shadow-color);
}
.order-box .box-item .title::before {
  counter-increment: number 1;
  content: '0' counter(number);
  margin-bottom: calc(30 / 1440 * 100vw);
  font-style: italic;
  font-size: clamp(80px, calc(104 / 1440 * 100vw), 104px);
  font-weight: 700;
}
.order-box .box-item .title span {
  margin-left: 20px;
  font-size: clamp(20px, calc(24 / 1440 * 100vw), 24px);
  font-weight: 700;
  line-height: calc(48 / 24);
}
.order-box .box-item:nth-child(n+10) .title::before {
  content: counter(number);
}
.order-box .box-item {
  margin-bottom: calc(60 / 1440 * 100vw);
}
.order-box .box-item .image-box {
  position: relative;
  z-index: 1;
}
.order-box .box-item .image-box::after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: -80px;
  width: 100%;
  height: 100%;
  transform: skewX(-9deg);
  background-color: #ECECEC;
  z-index: -1;
}
.order-box .box-item:nth-child(even) .image-box::after {
  right: 0;
}
.about-wrap {
  margin: 0;
  padding-bottom: 50px;
  background: url(/wp-content/uploads/bg-news.jpg) no-repeat right top;
}
.about .section-title {
  margin: calc(20 / 1440 * 100vw) 0 calc(80 / 1440 * 100vw);
  font-weight: 700;
  font-size: clamp(30px, calc(42 / 1440 * 100vw), 50px);
  text-align: left;
}
.about .btn-wrapper {
  margin-top: calc(30 / 1440 * 100vw);
}
.news .section-title {
  margin-bottom: calc(50 / 1440 * 100vw);
  font-size: clamp(20px, calc(24 / 1440 * 100vw), 24px);
}
.news-area .box-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-area .box-info .title {
  font-weight: 700;
  font-size: clamp(30px, calc(42 / 1440 * 100vw), 50px);
  line-height: 1;
}
.news-area .box-content {
  margin-left: auto;
}
.news-area .box-content ul li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--main-shadow-color);
}
.news-area .box-content ul li .wp-block-post-date {
  margin-right: 15px;
  color: var(--main-dark-color);
}
.news-area .box-content ul li a {
  text-decoration: none;
}
.news-area .box-content ul li .taxonomy-category {
  margin-right: 15px;
}
.news-area .box-content ul li .taxonomy-category a {
  padding: 0 18px;
  border: 1px solid var(--main-shadow-color);
  color: var(--main-shadow-color);
}
.news-area .box-content ul li .taxonomy-category a:nth-child(n + 2) {
  display: none;
}
.news-area .box-content ul li .wp-block-post-title {
  display: flex;
  align-items: center;
  flex: 1;
}
.news-area .box-content ul li .wp-block-post-title a {
  color: var(--main-dark-color);
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
  font-weight: 400;
  width: 100%;
}
.cta-area .tel-wrapper {
  margin: 40px auto 0;
  padding-top: 40px;
  border-top: 1px solid var(--color-white);
  max-width: 725px;
  width: 100%;
  color: var(--color-white);
}
.cta-area .tel-wrapper p {
  margin-bottom: 0;
}
.cta-area .tel-wrapper .title {
  font-size: clamp(16px, calc(20 / 1440 * 100vw), 20px);
  font-weight: 700;
}
.footer-right {
  display: none;
}
.footer-info .company-name {
  display: flex;
  align-items: center;
  margin-bottom: calc(30 / 1440 * 100vw);
}
.navi-footer-in {
  padding-top: calc(10 / 1440 * 100vw);
  border-top: 1px solid var(--main-dark-color);
}
.navi-footer-in > .menu-footer li,
.navi-footer-in > .menu-footer li:last-child {
  border: none;
}
.wp-block-columns.col-1 iframe {
  width: 100%;
}

@media screen and (min-width: 769px){
  .sp {
    display: none!important;
  }
  .site-logo-image,
  .fixed-header .site-logo-image {
    width: 200px;
    vertical-align: bottom;
  }
  body:not(.home) .content-in{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    max-width: calc(1280px + 40px);
  }
  body:not(.home) .article {
    margin-top: 100px;
  }
  h1.entry-title {
    margin-bottom: 100px;
    font-size: 30px;
  }
  .body .wp-block-group.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
  }
  .section-title h2 {
    font-size: 15px;
  }
  .section-title .title-sub {
    font-size: 30px;
  }
  .btn-wrapper {
    font-size: 0;
  }
  .btn-wrapper .btn:not(:last-child) {
    margin-right: 35px;
  }
  .btn.-small {
    padding: 14px 0;
    width: 140px;
    font-size: 15px;
  }
  .btn.-medium {
    padding: 15px 0;
    width: 240px;
    font-size: 21px;
    letter-spacing: 2px;
  }
  .btn.-medium.-wide {
    width: 400px;
  }
  .header-container-in {
    display: flex;
    align-items: center;
    padding: 25px 20px;
  }
  .header-in {
    flex-direction: row;
    align-items: center;
  }
  #navi {
    margin-left: auto;
  }
  #navi-in {
    display: flex;
    align-items: center;
  }
  .navi-in > ul {
    align-items: center;
  }
  .navi-in > ul li:not(:first-child) {
    margin-left: 15px;
  }
  .navi-in .menu-btn.-primary {
    margin-left: 25px;
  }
  .main {
    padding: 0;
  }
  .main .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    max-width: calc(1280px + 40px);
  }
  .flex-box {
    display: flex;
    flex-wrap: wrap;
  }
  .flex-box-item.-half {
    width: calc((100% - (50 / 1440 * 100vw)) / 2);
  }
  .flex-box-item.-col-3 {
    margin-right: calc(100 / 1440 * 100vw);
    width: calc((100% - ((100 / 1440 * 100vw) * 2)) / 3);
  }
  .flex-box-item.-col-3:nth-child(3n) {
    margin-right: 0;
  }
  .flex-box-item.-right {
    margin-left: auto;
  }
  .mv {
    display: flex;
    justify-content: center;
    padding-top: 30px;
    min-height: 670px;
  }
  .mv-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .mv-bg > div {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #fff;
    height: 100%;
    width: calc(870 / 1280 * 100vw);
    transform: skewX(3deg);
  }
  .mv .container {
    position: relative;
    z-index: 1;
  }
  .mv .inner {
    margin: 0 auto 0 0;
    width: calc(825 / 1280 * 100%);
  }
  .order-box .box-item {
    display: flex;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: calc(100% - 40px);
    max-width: calc(1280px + 40px);
  }
  .order-box .box-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .order-box .box-item .text-group {
    width: calc(100% - 650px - 80px);
  }
  .order-box .box-item .image-box {
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    width: 650px;
  }
  .order-box .box-item:nth-child(even) .image-box {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
  }
  .service.top-section {
    margin: calc(200 / 1440 * 100vw) auto calc(120 / 1440 * 100vw);
  }
  .news-area .box-info {
    width: calc(100% - 875px - 85px);
  }
  .news-area .box-content {
    width: calc(875 / 1440 * 100vw);
    max-width: 875px;
  }
  .cta-area.cta-footer {
    margin-top: calc(140 / 1440 * 100vw);
    min-height: 612px;
  }
  .footer {
    margin-top: calc(100 / 1440 * 100vw);
  }
  .footer-info .company-name .logo {
    margin-right: calc(50 / 1440 * 100vw);
  }
  .footer-center {
    width: 66.66%;
  }
  .footer-center .menu {
    display: flex;
    justify-content: flex-end;
    list-style: none;
  }
  .footer-center .menu li {
    margin-right: 30px;
  }
  .footer-center .menu li a {
    text-decoration: none;
    color: var(--main-dark-color);
    font-weight: 700;
  }
  .footer-bottom.fdt-left-and-right .footer-bottom-content {
    align-items: flex-end;
    flex-direction: column;
  }
}

@media screen and (max-width: 768px){
  .pc {
    display: none!important;
  }
  body:not(.home) .article {
    margin-top: calc(50 / 750 * 100vw);
  }
  .home main {
    padding-top: 0;
  }
  .header-container {
    display: none;
  }
  h1.entry-title {
    margin-bottom: calc(50 / 375 * 100vw);
    font-size: calc(30 / 375 * 100vw);
  }
  .section-title h2 {
    font-size: calc(15 / 375 * 100vw);
  }
  .section-title .title-sub {
    font-size: calc(24 / 375 * 100vw);
  }
  .btn.-medium {
    width: calc((100% - calc(10 / 375 * 100vw))/2);
  }
  .btn.-medium:nth-child(2n) {
    margin-left: auto;
  }
  .logo-menu-button img {
    height: 30px;
  }
  .menu-close-button {
    padding: 0 16px;
    text-align: right;
  }
  .footer-site-logo-image {
    width: 200px;
  }
  .dl-primary {
    flex-direction: column;
  }
  .dl-primary dt {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: none;
    width: 100%;
  }
  .dl-primary dd {
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
  }
  .wp-block-columns.dl {
    gap: 0;
  }
  .body .wp-block-columns .dt.border-bottom {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .body .wp-block-columns .dd.border-bottom {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .top-section {
    margin-top: calc(100 / 375 * 100vw);
  }
  .mv .btn-wrapper {
    margin-top: calc(40 / 375 * 100vw);
  }
  .mv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 568 / 670;
  }
  .mv-bg {
    top: 0;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    aspect-ratio: 568 / 670;
    z-index: -1;
  }
  .mv .container {
    padding: 0 16px;
  }
  .mv .catch {
    margin-top: 0;
  }
  .mv .btn-wrapper {
    justify-content: center;
  }
  .section-title.title-02 .title-main {
    margin-bottom: calc(10 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    line-height: 1.5;
    text-align: center;
  }
  .cta-area,
  .about-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .about-wrap {
    background-size: cover;
  }
  .cta-area {
    justify-content: center;
    min-height: 0;
    padding: calc(30 / 375 * 100vw) 0;
  }
  .cta-area .container {
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
  }
  .cta-title.title-02 .title-main {
    font-size: calc(18 / 375 * 100vw);
  }
  .cta-area .btn-wrapper {
    margin-top: calc(40 / 375 * 100vw);
  }
  .top-section .flex-box:not(:last-child) {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .message-bg {
    position: relative;
    width: 100%;
    height: auto;
    aspect-ratio: 544 / 649;
    z-index: 1;
  }
  .top-section .section-catch {
    font-size: calc(22 / 375 * 100vw);
  }
  .service-content .title {
    font-size: calc(22 / 375 * 100vw);
  }
  .service-content .title + p {
    margin-bottom: 0;
  }
  .service-content .flex-box-item {
    margin-bottom: calc(60 / 375 * 100vw);
  }
  .service-content .list {
    margin: 0;
    padding: 0;
  }
  .service-content .title-wrap {
    padding: 0;
    justify-content: center;
    aspect-ratio: 365 / 270;
  }
  .strengths {
    overflow: unset;
  }
  .order-box .box-item {
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .order-box .box-item .title::before {
    font-size: calc(50 / 375 * 100vw);
  }
  .order-box .box-item .title span {
    font-size: calc(20 / 375 * 100vw);
  }
  .order-box .box-item .image-box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding-bottom: calc(20 / 375 * 100vw);
    padding-left: calc(20 / 375 * 100vw);
    overflow: hidden;
  }
  .order-box .box-item:nth-child(even) .image-box {
    padding: 0 calc(20 / 375 * 100vw) calc(20 / 375 * 100vw) 0;
  }
  .order-box .box-item .image-box::after {
    bottom: 0;
    right: calc(-65 / 375 * 100vw);
    height: calc(100% - (20 / 375 * 100vw));
  }
  .top-section.about .container {
    padding: calc(20 / 375 * 100vw) 16px;
  }
  .about .btn-wrapper {
    justify-content: center;
    background-size: cover;
  }
  .top-section.news {
    margin-top: calc(40 / 375 * 100vw);
  }
  .top-section.news .container {
    padding: calc(20 / 375 * 100vw) 16px;
  }
  .news-area ul {
    padding: 0;
  }
  .news-area .btn-wrapper {
    margin-top: calc(40 / 375 * 100vw);
  }
  .news-area .box-content ul li {
    flex-wrap: wrap;
  }
  .news-area .box-content ul li .wp-block-post-title {
    margin-top: calc(10 / 375 * 100vw);
    flex: auto;
    width: 100%;
  }
  .cta-area.cta-footer {
    justify-content: center;
    padding: calc(30 / 375 * 100vw) 0;
  }
  .footer-widgets {
    display: flex;
    flex-direction: column;
  }
  .footer-info .company-name {
    align-items: center;
    margin-bottom: calc(20 / 375 * 100vw);
  }
  .footer-info .company-name .logo {
    margin-right: calc(20 / 375 * 100vw);
    width: calc(150 / 375 * 100vw);
  }
  .footer-info .company-name .logo img {
    width: 100%;
  }
  .footer-center {
    display: none;
  }
  .wp-block-columns.col-1 iframe {
    aspect-ratio: 4 / 3;
    height: auto;
  }
  .body .wp-block-group.section-title {
    margin-bottom: calc(40 / 375 * 100vw);
    flex-direction: column;
  }
}

.news-list li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid var(--main-shadow-color);
}
.news-list li .wp-block-post-date {
  margin-right: 15px;
  color: var(--main-dark-color);
}
.news-list li a {
  line-height: 1.8;
  text-decoration: none;
}
.news-list li .taxonomy-category {
  margin-right: 15px;
  width: 150px;
}
.news-list li .taxonomy-category a {
  padding: 0 18px;
  border: 1px solid var(--main-shadow-color);
  color: var(--main-shadow-color);
}
.news-list li .taxonomy-category a:nth-child(n + 2) {
  display: none;
}
.news-list li .wp-block-post-title {
  display: flex;
  align-items: center;
  flex: 1;
}
.news-list li .wp-block-post-title a {
  color: var(--main-dark-color);
  font-size: clamp(14px, calc(16 / 1440 * 100vw), 16px);
  font-weight: 400;
  width: 100%;
}
.news-list li .wp-block-post-title a:hover {
  text-decoration: underline;
}
.news-list li .taxonomy-category .wp-block-post-terms__separator {
display: none;
}
.pager.wp-block-query-pagination {
  justify-content: center;
}
.pager.wp-block-query-pagination .page-numbers {
  border-radius: 0;
  border: none;
  background-color: #eee;
}
.pager.wp-block-query-pagination .page-numbers:hover {
  background-color: var(--main-shadow-color);
  color: #fff;
}
.pager.wp-block-query-pagination .page-numbers.current {
  color: var(--color-white);
  background-color: var(--main-dark-color);
}

@media screen and (max-width: 768px){
  .article .news-list {
    padding: 0;
  }
  .news-list li .wp-block-group {
    flex-wrap: wrap;
  }
  .news-list li .wp-block-post-title {
    flex: auto;
  }
  .news-list li .taxonomy-category a {
    font-size: 12px;
  }
}