* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all;
  background-color: #f4f4f4;
  color: #232323;
  --font-montserrat: Montserrat;
  --font-roboto: Roboto;
  --font-oswald: Oswald;
  --font-noto-sans: "Noto Sans";
  --font-montagu-slab: "Montagu Slab";
  --color-whitesmoke-100: #f8f8f8;
  --color-whitesmoke-200: #f5f5f5;
  --page-bg: #f4f4f4;
  --footer-bg: #0a131c;
  --color-gray-100: rgba(255, 255, 255, 0.6);
  --color-white: #fff;
  --color-lightgray: #ccc;
  --color-steelblue: #0075b5;
  --color-gainsboro-100: #e4e4e4;
  --color-gainsboro-200: #d9d9d9;
  --color-darkgray-100: #acacac;
  --color-dimgray: #666;
  --color-lightcoral: #ff6478;
  --color-aliceblue: #e8f0f7;
}

a {
  color: #232323;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.6;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  object-fit: contain;
}

p {
  word-break: break-all;
}

li {
  list-style: none;
}

/***
header
***/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  font-family: var(--font-roboto);
  z-index: 999;
}

.header_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 84%;
  padding-top: 10px;
  margin: 0 auto;
}

.header_nav_list {
  position: relative;
  line-height: 26.25px;
  list-style: none;
}

.header_nav {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.header_nav ul {
  display: flex;
  flex-direction: row;
}

.header_nav ul li {
  position: relative;
  margin: 0;
  padding: 0 20px;
  border: none;
  list-style: none;
  color: #232323;
  font-weight: 500;
}

.logo {
  display: block;
  width: 220px;
  height: auto;
}

.logo img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

/***
page
***/
main {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section {
  padding: 40px 0;
  position: relative;
  overflow: hidden;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.text-center {
  text-align: center;
}

.section-inner {
  width: 86%;
  margin: 0 auto;
  position: relative;
}

.content-inner {
  width: 86%;
  margin: 0 auto;
  margin-bottom: 100px;
}

.flex-r {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7%;
}

.page-head {
  width: 86%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 100px 0 20px;
  box-sizing: border-box;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: var(--h2-size);
  line-height: 1.5;
}

h2,
h3,
h4,
h5 {
  font-weight: 500;
  width: 100%;
  line-height: 1.3;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 50px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

.lespos-fonts {
  font-weight: 500;
  margin-right: 5px;
  letter-spacing: 0.04em;
  color: #000;
}

.sub-heading {
  position: relative;
  font-size: 18px;
  font-family: Noto Sans JP;
}

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

.bg-text {
  width: 1400px;
  letter-spacing: 0.3em;
  line-height: 16px;
  display: inline-block;
  z-index: 0;
  margin: 0 !important;
  position: absolute;
  font-weight: bold;
  font-size: 227px;
  color: var(--color-gray-100);
  font-family: var(--font-oswald);

}

.section-heading {
  margin-bottom: 15px;
  width: 100%;
}

.section-value__list {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.section-value__list .item {
  width: 32%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 2% 0;
}

.item_left {
  padding-bottom: 5px;
  width: 100%;
  border-bottom: 1px solid var(--color-gainsboro-200);
}

.item_right,
.item_right__line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.item_right {
  gap: 20px;
}

.item_left__head {
  font-size: 24px;
  font-weight: 500;
}

.mb-5 {
  margin-bottom: 5%;
}

.more-btn {
  width: 121px;
  margin: 5rem auto 0;
  border-bottom: #232323 2px solid;
  padding-bottom: 4px;
  font-size: 18px;
  letter-spacing: 4%;
}

.more-btn p::after {
  content: "";
  display: inline-block;
  position: static;
  transform: rotate(45deg);
  margin: 0 -8px 2px 8px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  border-top: 2px solid #232323;
  border-right: 2px solid #232323;
}

/***
single
***/

article {
  width: clamp(350px, 92vw, 840px);
  margin: 0 auto;
  padding: 30px 0;
  line-height: 2;
}

.single-contents {
  padding-top: calc(2% + 60px);
  padding-left: 7vw;
  padding-right: 7vw;
}

.single-contents h1 {
  font-size: min(25px, 2.125rem);
  font-weight: 500;
}

.single-contents h2 {
  font-size: max(1.5625rem, 18px);
  font-weight: 500;
  margin: 1% 0;
}

.single-contents .companyname {
  font-size: 15px;
}

.single-content-inner p {
  line-height: 1.8;
}

article img {
  margin: 2% auto;
}

.single-contents .more-btn {
  margin: 5rem auto;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  max-height: 300px;
}

/***
footer
***/
footer {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--footer-bg);
  width: 100%;
  padding: 52px 120px 20px;
  box-sizing: border-box;
  align-items: flex-start;
  gap: 80px;
  font-size: var(--p-size);
  color: var(--color-white);
}

footer a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.footer_inner,
.footer_note {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.footer_inner ul li {
  list-style: none;
}

.footer_inner__left {
  display: flex;
  flex-direction: column;
  gap: 26px;
  justify-content: flex-start;
  align-items: left;
  min-width: 280px;
}

.follow-us-icon-list {
  display: flex;
  float: left;
  gap: 26px;
  align-items: left;
  justify-content: flex-start;
}

.frame-parent4,
.footer_link__list,
.parent6 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7;
}

.footer_inner__right {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 67px;
  width: 464px;
}

.footer_link__btm {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 7px;
  font-size: var(--h4-size);
}

.footer_link__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.button-next-slide {
  position: relative;
  width: 50px;
  height: 50px;
}

.more-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: var(--gap-5xs);
  font-size: var(--font-size-smi);
  font-family: var(--font-roboto);
}

.more-line__text {
  position: relative;
  letter-spacing: 0.04em;
  line-height: 2;
  font-size: 1rem;
  font-family: "Noto Sans JP", sans-serif;
}

/**
archive
**/
.list {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 44px;
}

.list a {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.list a .item {
  width: 100%;
}

.list .item .item-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.list .item .item-img img,
.news-list .item .item-img img {
  height: 100%;
  object-fit: cover;
}

.item-info {
  display: flex;
  padding-top: 16px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
}

.cat-bar {
  width: 840px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  border-radius: 48px;
  background: #E4E4E4;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
}

.cat {
  padding: 12px 40px;
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
}

.cat.active {
  border-radius: 48px;
  border: 1px solid rgba(172, 172, 172, 0.30);
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.cat.active p {
  background: var(--card-bg, linear-gradient(122deg, #3A96D3 0%, #446AB4 49.48%, #4664AF 99.48%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}

.cat-icon,
.news-cat-icon,
.linkout-icon {
  display: inline-block;
}

.cat-icon,
.news-cat-icon {
  padding: 3px 6px;
  color: #fff;
  font-size: 12px;
}

.cat-icon {
  background: linear-gradient(90deg, #5c258d, #4389a2);
}

.news-cat-icon {
  background: #333;
}

.linkout-icon {
  width: 24px;
  margin-left: 10px;
}

.item-info__url .flex-r {
  align-items: center;
  gap: unset;
  border-bottom: 1px solid #d9d9d9;
  margin: 25px 0;
}

.ttl {
  color: #232323;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
}

.ttl p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.name {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.name>span:first-child:after {
  content: "";
  display: inline-block;
  background: #333;
  width: 1px;
  height: 18px;
  margin: 0 8px;
}

.companyname {
  color: #ACACAC;
  font-size: 13px;
  font-weight: 500;
}

.news-list .item .item-img {
  height: 232px;
}

.news-list .ttl {
  display: block;
}

.sp-only {
  display: none;
}

.header_hamburger {
  display: none;
}

#sidr-main {
  position: fixed;
  opacity: 1;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  transition: all 0.3s;
  color: var(--color-white);
  background-color: var(--footer-bg);
}

::marker {
  display: none;
}

#sidr-main.panelactive {
  right: 0;
}

#sidr-main.panelactive ul {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 10% 7%;
  list-style: none;
}

#sidr-main.panelactive ul li {
  font-size: 1.2rem;
  letter-spacing: 0.2em;
}

#sidr-main.panelactive ul li a {
  color: #fff;
}

.header_nav {
  position: relative;
}

.thanks-container #return-btn {
  margin: 10% auto;
  width: 230px;
  padding: 10px 80px;
  justify-content: center;
}

#return-btn {
  display: flex;
  align-items: center;
  border-radius: 40px;
  background-color: #0075B5;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  width: 440px;
  flex-direction: row;
  padding: 15px 70px;
  box-sizing: border-box;
  justify-content: space-between;
  color: var(--color-white);
  cursor: pointer;
}

#return-btn:active {
  box-shadow: none;
}


/**
404
**/
.font-32 {
  font-size: 2rem;
  text-align: center;
}

.m-4 {
  margin: 4% auto;
}

@media screen and (max-width:1024px) {
  .cat-bar {
    width: 100%;
  }

  .list a,
  .list .item {
    width: 48%;
  }
}

@media screen and (max-width:768px) {
  .header_inner {
    padding-top: 20px;
    max-width: 94%;
  }

  .sp-only {
    display: block;
  }

  .page-head {
    width: 92%;
    padding: 90px 0 10px;
  }

  .header_nav {
    display: none;
  }

  .flex-r {
    flex-direction: column;
    gap: 0;
  }

  .content-inner {
    width: 92%;
  }

  footer {
    padding: 2.5rem 2rem;
  }

  .footer_inner__right {
    display: none;
  }

  .footer_note {
    flex-direction: column;
  }

  .list a,
  .list .item {
    width: 100%;
  }

  .news-info .ttl {
    padding-right: 2rem;
  }

  .cat {
    display: none;
  }

  .cat2 {
    display: block;
  }

  .sidr-head {
    position: relative;
    padding: 1.5rem 1.5rem 0 0.8rem;
    display: flex;
    justify-content: space-between;

  }

  .header_hamburger {
    width: 48px;
    height: 48px;
    z-index: 999;
    display: block;
    position: relative;
    margin-top: 2%;
    cursor: pointer;
  }

  .header_hamburger span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: -2px;
    height: 2px;
    border-radius: 8px;
    background: #d9d9d9;
    width: 72%;
  }

  .header_hamburger span:nth-of-type(1) {
    top: 10px;
  }

  .header_hamburger span:nth-of-type(2) {
    top: 20px;
  }

  .active span:nth-child(1) {
    top: 10px;
    transform: rotate(-45deg);
  }

  .active span:nth-child(2) {
    top: 10px;
    transform: rotate(45deg);
  }

  .header_nav ul {
    display: none;
  }

  .section-value__list .item {
    width: 100%;
  }

  .single-contents {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .item-info__url .flex-r {
    flex-direction:row;
  }

}

@media screen and (max-width:599px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 40px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 22px;
  }

  header {
    background-color: #f4f4f4;
  }

  .pc-only {
    display: none;
  }
  
  .sp-only {
    display: block;
  }

  .logo {
    width: 160px;
  }

  .section-heading {
    margin-left: 0;
  }

  .item_right {
    width: 100%;
  }

}