/*
Theme Name: BBL theme
Version: 1.0
Author: プロスペリテ
Description: BBL siteのテーマ
*/

@charset 'utf-8';
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;500;600;700&family=Noto+Sans+JP:wght@100..900&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
  background: #f4f4f4;
  color: #4b4b4b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

body,
p {
  margin: 0;
}

a {
  text-decoration: none;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

ul,
ol {
  list-style: none;
  padding-left: 0;
}

dl {
  margin: 0;
}

dt,
dd {
  display: inline-block;
  margin-left: 0;
  vertical-align: middle;
}

.space30 {
  width: 100%;
  height: 30px;
}

.mb {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 600px) {
  .mb {
    display: block;
  }

  .pc {
    display: none;
  }
}

@media only screen and (max-width: 1100px) {
  .tb {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* header */
header .header-title {
  display: contents;
}

header .logo {
  display: block;
  position: absolute;
  left: 34px;
  top: 25px;
}

header .logo:hover {
  opacity: 0.8;
}

header .logo span {
  padding-left: 1em;
  font-size: 12px;
  color: #4a4a4a;
}

header .menu-icon {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;

  width: 30px;
  height: 18px;
  position: fixed;
  right: 20px;
  top: calc(80px / 2);
  transform: translateY(-50%);
  z-index: 20;
}

header .menu-icon span {
  display: block;
  height: 2px;
  width: 30px;
  margin: auto;
  background-color: #4a4a4a;
  position: absolute;
  inset: 0;
  transition:
    transform 0.3s,
    opacity 0.3s,
    background-color 0.3s;
}

header .menu-icon span:nth-of-type(1) {
  transform: translateY(-8px);
}

header .menu-icon span:nth-of-type(2) {
}

header .menu-icon span:nth-of-type(3) {
  transform: translateY(8px);
}

header .menu-icon.js-active span {
  background-color: #fff;
}

header .menu-icon.js-active span:nth-of-type(1) {
  transform: rotate(45deg);
}

header .menu-icon.js-active span:nth-of-type(2) {
  opacity: 0;
}

header .menu-icon.js-active span:nth-of-type(3) {
  transform: rotate(135deg);
}

.header-menu {
  width: fit-content;
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  padding: 0 min(54px, 5%);
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  inset: 0;
  color: #fff;
  z-index: 10;
  transform: translateX(101%);
  transition: transform 0.3s;
}

.header-menu.js-show {
  transform: none;
}

.header-menu > ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px;
}

.header-menu a {
  display: block;
  width: fit-content;
  color: inherit;
  transition: all 0.3s;
}

.header-menu a:hover {
  opacity: 0.5;
}

.header-menu .text-en {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  line-height: 1.2;
  font-size: 34px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  position: relative;
}

.header-menu .text-ja {
  display: block;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.header-menu .text-en .text-ja {
    font-size: 24px;
    position: absolute;
    top: 6px;
    right: -54px;
}

.header-menu li.header-menu_book .box_book {
	display: flex;
    align-items: flex-start;
}

.header-menu li.header-menu_book .box_book span:first-child {
	width: 32px;
	display: block;
}

.header-menu li.header-menu_book .box_book span {
	width: calc(100% - 32px);;
}

/* top page */
.top-mv {
  display: flex;
  height: 900px;
}

.top-mv-slider {
  flex: 1 0 0%;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
  background: #fff;
}

.top-mv-slider-inner {
  max-width: 90%;
}

.top-mv-slider-images-outer {
  display: grid;
  /* grid-template-columns: 19px min(500px, calc(100% + -19px * 2 + -43px * 2)) 19px; */
  grid-template-columns: 19px minmax(auto, 500px) 19px;
  align-items: center;
  justify-content: center;
  column-gap: 43px;
}

.top-mv-slider-images-outer .arrow {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;

  flex-shrink: 0;
}

.top-mv-slider-images {
  grid-column: 2 / 3;
  box-shadow: 2px 2px 15px 5px rgb(119, 119, 119, 0.65);
}

.top-mv-slider-images .slick-track {
  display: flex;
}

.top-mv-slider-images .slick-slide {
  float: none;
  height: auto;
  /* cursor: grab; */
}

.top-mv-slider-images .slick-slide:active {
  /* cursor: grabbing; */
}

.top-mv-slider-images-outer .slick-arrow.slick-disabled {
  opacity: 0.15;
}

.top-mv-slider-text-outer {
  display: flex;
  column-gap: 5%;
  max-width: 617px;
  margin: 60px auto 0;
}

.top-mv-news-link {
  flex-shrink: 0;
  align-self: flex-end;
}

.top-mv-news-link a {
  display: block;
  border-bottom: 1px solid;
  color: inherit;
}

.top-mv-news-link a::after {
  content: ">";
  margin-left: 0.5em;
}

.top-mv-slider-text {
  min-width: 0;
}

.top-mv-slider-text .slick-slide {
  /* cursor: grab; */
  color: inherit;
}

.top-mv-slider-text .slick-slide:active {
  /* cursor: grabbing; */
}

.top-mv-text {
  flex: 1 0 0%;
  min-width: 0;

  background-image: linear-gradient(45deg, rgb(125 125 125 / 91%) 28%, rgb(180 180 180 / 91%) 47%, rgba(247, 247, 247, 0.91) 65%, rgba(222, 222, 222, 0.91) 70%, rgba(142, 142, 142, 0.91) 80%, rgba(98, 98, 98, 0.91) 86%, rgba(140, 140, 140, 0.91) 93%, rgba(164, 164, 164, 0.91) 98%);
  text-transform: uppercase;
  text-align: justify;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 164px;
}

.top-mv-text .text-top {
  font-size: 74.25px;
  text-align: center;
  margin-bottom: 44px;
}

.top-mv-text .text-bottom {
  color: #fff;
  text-align: center;
  line-height: 40px;
}

/* sns icon */
.area_sns {
	position: fixed;
	top: 80px;
    right: 7px;
	z-index: 5;
}
.area_sns a {
	display: block;
	margin: 0 0 10px 0;
    text-align: center;
}

@media only screen and (max-width: 680px) {
	.area_sns {
		top: auto;
        bottom: 3px;
        right: 10px;
	}
	.area_sns a {
	}
}

/* main */

/* main,
footer {
    background: #f4f4f4;
} */

.main-wrapper {
  max-width: 1000px;
  margin: auto;
}

section {
  padding-top: 100px;
}

.section-title {
  text-align: center;
  margin-bottom: 31px;
}

.section-title h2 {
  font-size: 55px;
  font-weight: 400;
}

.container-sub-text {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 20px;
}

section.service .container {
  background: #fff;
  box-shadow: 0 0 30px rgba(209, 209, 209, 0.91);
  padding: 52px;
  border-radius: 10px;
}

.container-title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 32px;
}

.container-text {
  max-width: 640px;
  margin: auto;
  margin-bottom: 50px;
  line-height: 36px;
}

.button {
  width: 200px;
  margin: auto;
  border-radius: 24px;
  text-align: center;
  /* background: linear-gradient(45deg, #daaf08 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #daaf08 90% 100%); */
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
  /* background-size: 800% 400%; */
  background-size: 400% 200%;
  animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  overflow: hidden;
  transition: 0.3s ease-in;
}

.button a {
  display: inline-block;
  width: 100%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  background-image: url(./img/common/arrow_button_bg.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  transition: background-position 0.3s ease-in;
}

.button.disabled a {
  background: #999;
}

.button a:hover {
  background-position: right 15px center;
}

.button:hover {
  filter: brightness(1.1);
}

/* company */

section.company {
  padding-bottom: 238px;
}
.company-info {
  margin-bottom: 120px;
}

ul.company-info-list {
  max-width: 800px;
  margin: 57px auto 30px auto;
}

ul.company-info-list li {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 50px 0;
}

ul.company-info-list li h3 {
  font-size: 16px;
  width: 170px;
}

/* .map {
  max-width: 800px;
  height: 400px;
  margin: 100px auto 133px;
  text-align: center;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: none;
} */

.supply {
  max-width: 800px;
  margin: auto;
}

.supply h3 {
  text-align: center;
  font-size: 16px;
}

.supply-box {
  /* width: 800px; */
  margin: 30px 0;
  filter: drop-shadow(0 0 30px rgba(209, 209, 209, 0.91));
}

.supply-box .slick-list {
  cursor: grab;
}

.supply-card .slick-list:active {
  cursor: grabbing;
}

.supply-box .slick-track {
  display: flex;
  gap: 20px;
}

.supply-card {
  width: 254px;
  height: auto;
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.card-img {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 254 / 162;
  box-shadow: 0 2px 27px 3px rgba(201, 201, 201, 0.3);
}

.card-text {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dad9d9;
  /* height: 62px; */
  min-height: 4.8em;
  border-radius: 0px 0px 10px 10px;
  line-height: 1.3;
  text-align: center;
}

.button-wrapper {
  display: flex;
  justify-content: space-between;
}

.button-wrapper .arrow {
  appearance: none;
  display: block;
  border: none;
  border-radius: 0;
  padding: 0;
  background: none;
  box-shadow: none;
  cursor: pointer;
}

.button-wrapper .arrow.slick-disabled {
  opacity: 0.3;
}

/* 金文字 */

.gold {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.2;
  display: inline-block;
  /* background: linear-gradient(45deg, #daaf08 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #daaf08 90% 100%); */
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background-size: 800% 400%; */
  background-size: 400% 200%;
  animation: gradient 5s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* index sp */

@media only screen and (max-width: 810px) {
  .supply-box {
    /* transform: translateX(calc(-50% + 187px)); */
  }
}

@media only screen and (max-width: 680px) {
  /* header */

  header .logo {
    left: 22px;
    top: 22px;
  }

  header .logo img {
    width: 67px;
  }

  header .menu-icon {
    top: calc(60px / 2);
  }

  .top-mv {
    flex-direction: column-reverse;
    height: auto;
  }

  .top-mv-text {
    padding-top: 86px;
    padding-bottom: 48px;
  }

  .top-mv-text .text-top {
    font-size: 44px;
  }

  .top-mv-slider {
    padding: 45px 0;
  }

  .top-mv-slider-inner {
  }

  .top-mv-slider-images-outer {
    grid-template-columns: 25px min(500px, calc(100% + -25px * 2 + -16px * 2)) 25px;
    column-gap: 16px;
  }

  .top-mv-slider-images-outer .arrow img {
    width: 25px;
  }

  .top-mv-slider-images {
  }

  .top-mv-slider-text-outer {
    flex-direction: column;
    row-gap: 20px;
    width: min(500px, calc(100% + -25px * 2 + -16px * 2));
    margin-top: 30px;
  }

  .top-mv-slider-text {
  }

  .top-mv-slider-text br {
    display: none;
  }

  section.service .container {
    max-width: 90%;
    margin: auto;
    padding: 50px 25px;
  }

  .section-title h2 {
    font-size: 42px;
  }

  .container-title {
    font-size: 24px;
  }

  ul.company-info-list {
    max-width: 80%;
    margin-top: 0;
    gap: 20px;
  }

  ul.company-info-list li {
    padding: 30px 0;
  }

  ul.company-info-list li h3 {
    width: 100px;
  }

  ul.company-info-list li h3,
  ul.company-info-list li p {
    font-size: 14px;
  }

  .map {
    height: 300px;
    margin-bottom: 100px;
  }

  .map iframe {
    height: 300px;
  }

  section.company {
    padding-bottom: 101px;
  }

  .supply {
    /* overflow: hidden; */
  }
}

/* voice page */

#voice-main .main-wrapper {
  max-width: 800px;
  padding-top: 133px;
  padding-bottom: 66px;
}

#voice-main .page-title-text {
  font-size: 55px;
  margin-bottom: 10px;
}

#voice-main .title-tag-subtext {
  display: flex;
  align-items: center;
  gap: 10px;
}

#voice-main .title-tag {
  width: max-content;
  font-size: 16px;
  font-weight: bold;
  padding: 7px 19px;
  background: #000;
  color: #fff;
  line-height: 1;
}

#voice-main .subtext {
  font-size: 18px;
  font-weight: bold;
}

#voice-main h1 {
  font-size: 44px;
  line-height: 60px;
  margin: 38px 0;
}

#voice-main .artcle-description {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 42px;
}

#voice-main .interview-person {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#voice-main .interviwe-person-img img {
  max-width: 190px;
  height: 200px;
  object-fit: cover;
}

#voice-main .interview-person-box {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

#voice-main .post-and-name {
  font-weight: bold;
}

#voice-main .career {
  width: 350px;
  text-align: justify;
}

/* 記事内容 */

#voice-main section {
  padding: 0;
  margin-top: 66px;
  text-align: justify;
}

#voice-main article h2 {
  font-size: 28px;
  margin-bottom: 47px;
  padding-left: 17px;
  border-left: 2px solid #b67b03;
}

#voice-main section .image-box {
  max-width: 600px;
  margin: 0 auto 47px;
}

.section-box {
  margin-bottom: 2em;
  line-height: 32px;
}

.section-box .interviewer {
  font-weight: bold;
}

.section-box .interviewer::before {
  content: "─";
}

.section-box span.interviewee-name {
  color: #b67b03;
}

/* voice sp */

@media only screen and (max-width: 680px) {
  #voice-main .main-wrapper {
    max-width: 90%;
    padding-top: 80px;
  }

  #voice-main .title-tag-subtext {
    flex-direction: column;
    align-items: flex-start;
  }

  #voice-main .interview-person {
    flex-direction: column;
  }

  #voice-main h1 {
    font-size: 30px;
    line-height: 46px;
  }

  #voice-main .interview-person-box {
    flex-direction: column;
    padding: 17px 23px;
  }

  #voice-main .interviwe-person-img {
    width: 100%;
  }

  #voice-main .interviwe-person-img img {
    max-width: 100%;
    height: auto;
    width: 100%;
  }

  #voice-main .career {
    margin-top: 0.8em;
    width: 100%;
  }

  #voice-main .interview-attention {
    font-size: 14px;
  }

  #voice-main article h2 {
    font-size: 24px;
    list-style: 36px;
    margin-bottom: 47px;
  }
}

/* service (事業案内) */
#service-main {
}

#service-main .dib {
  display: inline-block;
}

#service-main .main-wrapper {
  padding-top: 133px;
  padding-bottom: 66px;
}

#service-main .page-title-text {
  font-weight: inherit;
}

#service-main .page-title-text > span:nth-of-type(1) {
  display: block;
  font-weight: 500;
  font-size: 55px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1;
}

#service-main.book .page-title-text > span:nth-of-type(1) {
  text-transform: none;
}

#service-main .page-title-text > span:nth-of-type(2) {
  display: block;
  line-height: 1.3;
  font-size: 18px;
}

#service-main .page-catch {
  margin-top: 2em;
  font-weight: 500;
  line-height: 1.5;
  font-size: 40px;
}

#service-main .page-lead {
  margin-top: 1.2em;
  line-height: 2.25;
  font-size: 16px;
}

#service-main .service-box {
  margin-top: 50px;
  border-radius: 10px;
  padding: 30px 4% 60px;
  background-color: #fff;
  box-shadow: 0 2px 25px 5px rgba(201, 201, 201, 0.3);
}

#service-main .service-box + .service-box {
  margin-top: 20px;
}

#service-main .service-box .text-tag {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em;
}

#service-main .service-box-inner {
  max-width: 570px;
  margin: 0 auto;
}

#service-main .service-box .text-title {
  margin-top: 0.3em;
  margin-right: -0.05em;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  text-align: center;
}

#service-main .service-box .list-content {
  display: flex;
  align-items: flex-end;
  margin-top: 45px;
  text-align: center;
}

#service-main .service-box .list-content.space-between {
  justify-content: space-between;
}

#service-main .service-box .list-content.center {
  justify-content: center;
}

#service-main .service-box .list-content > li p {
  margin-top: 1.1em;
  margin-right: -0.05em;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
}

#service-main .service-box .illust {
  width: calc(135px * 0.7);
}

#service-main .service-box .text-description {
  margin-top: 3em;
  margin-right: -0.05em;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#service-main .service-box .button {
  margin-top: 35px;
}

#service-main .case-box {
  display: flex;
  justify-content: space-between;
  column-gap: 4%;
  margin-top: 120px;
  border-top: 1px solid #999;
  padding-top: 50px;
}

#service-main .case-box h2 {
  flex-shrink: 0;
  line-height: 1.75;
  font-size: 24px;
}

#service-main .case-box > ul {
  margin-top: 0;
}

#service-main .case-box > ul > li {
  border-top: 1px solid #999;
  padding-top: 50px;
  padding-bottom: 50px;
}

#service-main .case-box > ul > li:first-of-type {
  border-top: none;
  padding-top: 0;
}

#service-main .case-box > ul > li:last-of-type {
  padding-bottom: 0;
}

#service-main .case-box > ul > li > dl {
  display: grid;
  grid-template-columns: auto auto;
  /* gap: 38px calc(76 / 600 * 100%); */
  gap: 38px 76px;
}

#service-main .case-box > ul > li > dl > div {
  display: contents;
}

#service-main .case-box > ul > li > dl > div > dt {
  display: block;
  font-weight: 700;
  font-size: 18px;
}

#service-main .case-box > ul > li > dl > div > dd {
  display: block;
  font-size: 18px;
}

#service-main .case-box > ul > li > dl > div > dd > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

#service-main .case-box > ul > li > dl > div > dd > ul > li {
  border-radius: 4px;
  padding: 0.1em 0.9em;
  background: linear-gradient(45deg, #666666 0%, #7e7e7e 45%, #e4e4e4 70%, #7e7e7e 85%, #666666 90% 100%);
  background-size: 400% 200%;
  animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  transition: 0.3s ease-in;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
}

#service-main .case-box > ul > li > dl > div > dd > dl {
  max-width: 472px;
}

#service-main .case-box > ul > li > dl > div > dd > dl > dt {
  margin-top: 2em;
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
}

#service-main .case-box > ul > li > dl > div > dd > dl > dd {
  margin-top: 0.8em;
  line-height: 2.125;
  font-size: 16px;
}

/* service (事業案内) sp */
@media only screen and (max-width: 680px) {
  #service-main {
  }

  #service-main .main-wrapper {
    max-width: 90%;
    padding-top: 80px;
  }

  #service-main .page-title-text > span:nth-of-type(2) {
    margin-top: 0.1em;
    font-size: 16px;
  }

  #service-main .page-catch {
    margin-top: 1.6em;
    font-size: 30px;
  }

  #service-main .page-lead {
    margin-top: 1.1em;
  }

  #service-main .service-box {
    padding: 20px 7% 50px;
    box-shadow: 0 2px 25px 5px rgba(201, 201, 201, 0.3);
  }

  #service-main .service-box .text-title {
    margin-top: 2.4em;
    font-size: 20px;
  }

  #service-main .service-box .list-content {
    flex-direction: column;
    align-items: normal;
    max-width: 245px;
    margin: 44px auto 0;
    text-align: left;
  }

  #service-main .service-box .list-content > li {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #999;
    padding: 20px 0;
  }

  #service-main .service-box .list-content > li:first-of-type {
    padding-top: 0;
  }

  #service-main .service-box .list-content > li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }

  #service-main .service-box .list-content > li p {
    min-width: 6em;
    margin-top: 0;
    margin-left: 1.5em;
  }

  #service-main .case-box {
    display: block;
    margin-top: 45px;
    border-top: none;
  }

  #service-main .case-box h2 {
    line-height: 1.5;
    font-size: 24px;
  }

  #service-main .case-box > ul {
    margin-top: 20px;
  }

  #service-main .case-box > ul > li {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  #service-main .case-box > ul > li:first-of-type {
    border-top: 1px solid #999;
    padding-top: 40px;
  }

  #service-main .case-box > ul > li:last-of-type {
  }

  #service-main .case-box > ul > li > dl {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #service-main .case-box > ul > li > dl > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  #service-main .case-box > ul > li > dl > div > dt {
    font-size: 14px;
  }

  #service-main .case-box > ul > li > dl > div > dd {
  }

  #service-main .case-box > ul > li > dl > div > dd > ul {
    gap: 10px;
  }

  #service-main .case-box > ul > li > dl > div > dd > ul > li {
    padding: 0.3em 1em;
    font-size: 14px;
  }

  #service-main .case-box > ul > li > dl > div > dd > dl {
    max-width: none;
  }

  #service-main .case-box > ul > li > dl > div > dd > dl > dt {
    margin-top: 1.2em;
  }

  #service-main .case-box > ul > li > dl > div > dd > dl > dd {
    margin-top: 0.7em;
    line-height: 1.75;
  }
}

/* service01 (組織・人事コンサルティング) */
#consult-main {
  overflow: hidden;
}

#consult-main .dib {
  display: inline-block;
}

#consult-main .main-wrapper {
  padding-bottom: 100px;
}

#consult-main .page-title {
  display: flex;
  align-items: center;
  height: 302px;
  margin: 80px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  background-color: #e9e9e9;
}

#consult-main .page-title-text {
}

#consult-main .page-title-text > span:nth-of-type(1) {
  display: block;
  margin-top: 0.2em;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#consult-main .page-title-text > span:nth-of-type(2) {
  display: block;
  margin-top: 0.1em;
  font-weight: 500;
  font-size: 40px;
  font-feature-settings: "palt";
}

#consult-main .consult-box {
  padding-top: 65px;
}

#consult-main .consult-box h2 {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  font-family: "Barlow Condensed", sans-serif;
}

#consult-main .consult-box .list-flow {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-top: 40px;
}

#consult-main .consult-box .list-flow > div {
  margin-left: calc(80px + 30px);
  border-radius: 10px;
  padding: 25px 30px;
  background-color: #fff;
  position: relative;
}

#consult-main .consult-box .list-flow > div:not(:last-of-type)::before {
  content: "";
  display: block;
  width: 4px;
  margin: 10px auto;
  border-left: 4px dotted;
  position: absolute;
  top: 80px;
  right: calc(100% + 30px);
  bottom: -30px;
  left: calc(-30px + -80px);
}

#consult-main .consult-box .list-flow > div > dt {
  display: block;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#consult-main .consult-box .list-flow > div > dd {
  display: block;
}

#consult-main .consult-box .list-flow > div > dd > p {
  margin-top: 1em;
  line-height: 2;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#consult-main .consult-box .list-flow > div > dd > img {
  width: 80px;
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
}

#consult-main .consult-box .text-description {
  margin-top: 105px;
  font-size: 16px;
  line-height: calc(40 / 16);
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#consult-main .consult-box figure {
  margin-top: 60px;
  box-shadow: 0 2px 25px 5px rgba(201, 201, 201, 0.3);
}
#consult-main .consult-box .list-description-title {
  margin-top: 90px;
}

#consult-main .consult-box .list-description {
  display: grid;
  grid-template-columns: minmax(26%, max-content) 1fr;
  margin-top: 8px;
}

#consult-main .consult-box .list-description > div {
  display: contents;
}

#consult-main .consult-box .list-description > div > dt {
  border-bottom: 1px solid #999;
  padding: 42px 0 42px 1em;
  line-height: 2;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#consult-main .consult-box .list-description > div > dd {
  border-bottom: 1px solid #999;
  padding: 42px 0 42px 1em;
  line-height: 2;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

#consult-main .consult-box .program-table .list-description-radius10 {
  border-radius: 0 10px 0 0;
}

#consult-main .consult-box .program-table tbody tr:last-of-type td:nth-of-type(2) {
  border-radius: 0 0 10px 0;
}

#consult-main .consult-box .program-table tbody tr td {
  padding: 15px 5%;
}

/* service01 (組織・人事コンサルティング) sp */

@media only screen and (max-width: 680px) {
  #consult-main .main-wrapper {
    max-width: 90%;
    padding-bottom: 80px;
  }

  #consult-main .page-title {
    height: 300px;
    margin-top: 60px;
  }

  #consult-main .page-title-text {
  }

  #consult-main .page-title-text > span:nth-of-type(1) {
    margin-top: 0;
    font-size: 18px;
  }

  #consult-main .page-title-text > span:nth-of-type(2) {
    margin-top: 0.3em;
    line-height: calc(40 / 30);
    font-size: 30px;
  }

  #consult-main .consult-box {
    padding-top: 65px;
  }

  #consult-main .consult-box h2 {
    text-align: center;
  }

  #consult-main .consult-box .list-flow {
    row-gap: 20px;
    margin-top: 55px;
  }

  #consult-main .consult-box .list-flow > div {
    margin-left: calc(80px + 20px);
    padding-right: 16px;
    padding-left: 16px;
  }

  #consult-main .consult-box .list-flow > div:not(:last-of-type)::before {
    right: calc(100% + 20px);
    bottom: -20px;
    left: calc(-20px + -80px);
  }

  #consult-main .consult-box .list-flow > div > dt {
  }

  #consult-main .consult-box .list-flow > div > dd {
    display: block;
  }

  #consult-main .consult-box .list-flow > div > dd > p {
    margin-top: 0.8em;
  }

  #consult-main .consult-box .list-flow > div > dd > img {
    right: calc(100% + 20px);
  }

  #consult-main .consult-box .text-description {
    margin-top: 90px;
    line-height: 2;
  }

  #consult-main .consult-box .list-description {
    display: block;
    margin-top: 32px;
  }

  #consult-main .consult-box .list-description > div {
    display: block;
  }

  #consult-main .consult-box .list-description > div > dt {
    width: 100%;
    border-bottom: none;
    padding: 0;
  }

  #consult-main .consult-box .list-description > div:nth-of-type(n + 2) > dt {
    margin-top: 2em;
  }

  #consult-main .consult-box .list-description > div > dd {
    width: 100%;
    margin-top: 0.2em;
    border-bottom: 1px solid #999;
    padding: 0 0 2em;
  }

  #consult-main .consult-box .program-table {
    margin-bottom: 0;
  }

  #consult-main .consult-box .program-table thead tr td {
    font-size: 14px;
  }

  #consult-main .consult-box .program-table tbody tr td {
    font-size: 14px;
  }
  #consult-main .consult-box .program-table tbody tr td:nth-of-type(1) {
    width: 40%;
  }
}

/* service02-voice  (研修-受講者の声) */
#training-voice-main {
  overflow: hidden;
}

#training-voice-main .dib {
  display: inline-block;
}

#training-voice-main .main-wrapper {
  padding-bottom: 100px;
}

#training-voice-main .page-title {
  display: flex;
  align-items: center;
  height: 302px;
  margin: 80px calc(50% - 50vw) 0;
  padding: 0 calc(50vw - 50%);
  background-color: #e9e9e9;
}

#training-voice-main .page-title-text {
}

#training-voice-main .page-title-text > span:nth-of-type(1) {
  display: block;
  margin-top: 0.2em;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

#training-voice-main .page-title-text > span:nth-of-type(2) {
  display: block;
  margin-top: 0.1em;
  font-weight: 500;
  font-size: 40px;
  font-feature-settings: "palt";
}

#training-voice-main .voice-box {
  padding-top: 90px;
}

#training-voice-main .voice-box .masonry {
  margin-bottom: -20px;
}

#training-voice-main .voice-box .masonry > .masonry-item {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 2px 25px 5px rgba(201, 201, 201, 0.3);
}

#training-voice-main .voice-box .masonry > .masonry-item > dt {
  border-radius: 4px;
  padding: 0.2em 1em;
  background: linear-gradient(45deg, #666666 0%, #7e7e7e 45%, #e4e4e4 70%, #7e7e7e 85%, #666666 90% 100%);
  background-size: 400% 200%;
  animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  transition: 0.3s ease-in;
  color: #fff;
  font-size: 14px;
}

#training-voice-main .voice-box .masonry > .masonry-item > dd {
}

#training-voice-main .voice-box .masonry > .masonry-item > dd .text-review {
  margin-top: 1.2em;
  line-height: 2;
  font-size: 16px;
}

#training-voice-main .voice-box .masonry > .masonry-item > dd .text-type {
  margin-top: 1.2em;
  color: #000;
  font-weight: 500;
  line-height: 2;
  font-size: 16px;
}

/* service02-voice  (研修 - 受講者の声) sp */

@media only screen and (max-width: 680px) {
  #training-voice-main .main-wrapper {
    max-width: 90%;
    padding-bottom: 80px;
  }

  #training-voice-main .page-title {
    height: 300px;
    margin-top: 60px;
  }

  #training-voice-main .page-title-text {
  }

  #training-voice-main .page-title-text > span:nth-of-type(1) {
    margin-top: 0;
    font-size: 18px;
  }

  #training-voice-main .page-title-text > span:nth-of-type(2) {
    margin-top: 0.3em;
    line-height: calc(40 / 30);
    font-size: 30px;
  }

  #training-voice-main .consult-box {
    padding-top: 65px;
  }

  #training-voice-main .voice-box {
    padding-top: 60px;
  }

  #training-voice-main .voice-box .masonry > .masonry-item {
    width: 100%;
    padding: 25px;
  }
}

/* news (お知らせ) */

.news {
  overflow: hidden;
}

.news-content a {
  color: #4b4b4b;
  background: #fff;
  border-radius: 14px;
  display: block;
  position: relative;
}

.news-content a.disable {
  pointer-events: none;
}

.news-content-a img {
  border-radius: 14px 14px 0 0;
}
.news-content-a h2 {
  font-size: 16px;
  font-weight: 500;
}

.news-content time {
  font-family: "Barlow Condensed", sans-serif;
  display: block;
  margin-bottom: 5px;
}

.news-content-a .detail {
  padding: 15px;
}

@media only screen and (max-width: 680px) {
  .news-content-a {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 681px) {
  .news-content {
    display: flex;
    flex-wrap: wrap;
  }
  .news-content-a {
    width: 31%;
    margin: 0 0 15px;
  }
  .news-content-a img {
    height: 20vw;
    object-fit: cover;
    max-height: 220px;
  }
  .news-content-a:nth-of-type(3n + 2) {
    margin: 0 3% 15px;
  }
}

.news-head h1 {
  font-size: 140%;
  margin-bottom: 15px;
}

.news-head time {
  font-family: "Barlow Condensed", sans-serif;
}

.news-single {
  position: relative;
  margin-top: 25px;
}

.news-single:before {
  content: "";
  position: absolute;
  width: 100vw;
  background: #999999;
  height: 2px;
  top: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
}

.news-single * {
  margin-bottom: 15px;
}

.news-single p {
  line-height: 2;
}

.news-single h2 {
  font-size: 120%;
  border-left: 3px solid #4b4b4b;
  padding-left: 10px;
  margin-bottom: 30px;
}

.news-single h3 {
  font-size: 110%;
  background: #4b4b4b;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.news-single h4 {
  font-size: 100%;
  border-bottom: 3px solid #4b4b4b;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.news-single-thumbnail {
  margin-bottom: 50px;
}

.news-single blockquote {
  background: #ccc;
  padding: 10px;
  margin: 0 0 30px;
}

.news-single ul li:before {
  content: "・";
  display: inline-block;
  margin-right: 7px;
}

/* ナビゲーション*/

.navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}

.navigation a {
  color: #4b4b4b;
  border-bottom: 1px solid #4b4b4b;
}

.navigation-btn {
  margin: 0 10px;
}

/* ページネーション*/

.pagination {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination a {
  display: block;
  color: #4b4b4b;
}

.pagination__content {
  display: flex;
  justify-content: center;
}
.pagination__content li {
  width: 28px;
  height: 28px;
  border: 1px solid #4b4b4b;
  font-weight: 300;
  text-align: center;
  color: #4b4b4b;
  margin: 0 7.5px;
}

.pagination__content li:hover {
  transition: 0.3s;
  background: #4b4b4b;
  color: #fff;
}

.pagination__content li:hover a {
  color: #fff;
}

.pagination__content li.is__active {
  background: #4b4b4b;
  color: #fff;
}

/* 研修 (service02) */

.list-flow.mb-80 {
  margin-bottom: 80px;
}

.feature-separate div h3 {
  font-size: 20px;
  margin: 20px 0;
}

.program-table {
  margin-top: 40px;
  margin-bottom: 80px;
}

.program-table table {
  width: 100%;
  border-collapse: collapse;
}

.program-table thead tr {
  /* background: linear-gradient(45deg, #daaf08 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #daaf08 90% 100%); */
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
  /* background-size: 800% 400%; */
  background-size: 400% 200%;
  animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  transition: 0.3s ease-in;
}

.program-table thead tr td {
  color: #fff;
  font-weight: bold;
  transition: background-position 0.3s ease-in;
  text-align: center;
  padding: 12px;
}

.program-table tbody tr:not(:last-of-type) {
  border-bottom: 1px solid #dfdfdf;
}

.program-table thead tr td:nth-of-type(1) {
  border-radius: 10px 0 0 0;
}

.program-table thead tr td:nth-of-type(3) {
  border-radius: 0 10px 0 0;
}

.program-table tbody tr:last-of-type td:nth-of-type(1) {
  border-radius: 0 0 0 10px;
}

.program-table tbody tr:last-of-type td:nth-of-type(3) {
  border-radius: 0 0 10px 0;
}

.program-table tbody tr td.center {
  text-align: center;
}

.program-table tbody tr td {
  padding: 15px 0;
  background: #fff;
}

.students-voice {
  margin-top: 40px;
}
.students-voice-separate div {
  border-radius: 10px;
  background: #fff;
  padding: 35px;
  margin-bottom: 10px;
}

.students-voice-separate div span {
  border-radius: 4px;
  padding: 0.1em 0.9em;
  background: linear-gradient(45deg, #666666 0%, #7e7e7e 45%, #e4e4e4 70%, #7e7e7e 85%, #666666 90% 100%);
  background-size: 400% 200%;
  animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  transition: 0.3s ease-in;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  white-space: nowrap;
  margin-bottom: 20px;
  display: inline-block;
}
.students-voice-separate div p {
  margin-bottom: 15px;
}

.students-voice-separate div small {
  font-size: 16px;
  color: #000;
}

.book_training .students-voice-separate {
    flex-wrap: wrap;
}

.book_training .students-voice-separate div {
	margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.book_training .feature-separate div h3 {
    white-space: normal;
}

h2#book_training {
	padding-top: 60px;
	padding-bottom: 15px;
}

.consult_cat_btn {
	display: flex;
	gap: 1em;
    margin: 60px 0;
}

.consult_cat_btn a {
	display: flex;
	align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    font-weight: bold;
	border: 1px solid #4b4b4b;
	color: #4b4b4b;
	border-radius: 24px;
	background-color: #ffffff;
	transition: .3s;
}

.consult_cat_btn a:hover{
	background-color: #4b4b4b;
	color: #ffffff;
}

.book_training .students-voice-separate div p {
    margin-bottom: 0;
}

.book_training .overview_training_box {
	margin: 45px 0 60px;
    border-radius: 10px;
    background: #fff;
    padding: 35px;
}

.book_training .overview_training_box h4,
.book_training .overview_training_box .box ul li h5 {
	margin: 20px 0 15px;
	border-left: solid #4b4b4b 5px;
}

.book_training .overview_training_box h4 span,
.book_training .overview_training_box .box ul li h5 span {
	padding: 0 0 0 5px;
}

.book_training .overview_training_box .box_01 {
	border-bottom: 1px solid #dfdfdf;
	padding: 0 0 25px 0;
	margin-bottom: 20px;
}

.book_training .overview_training_box .box ul {
	margin: 0;
}

.book_training .overview_training_box .box ul li {
	display: flex;
	align-items: flex-start;
    justify-content: flex-start;
	margin-bottom: 15px;
}

.book_training .overview_training_box .box ul li h5 {
	font-size: 1em;
	width: 120px;
    margin: 0;
}

.book_training .overview_training_box .box ul li p {
	width: calc(100% - 120px);
}

.about_book_training {
	margin-bottom: 80px;
}

.about_book_training p {
	margin-bottom: 15px;
}

.book_training .overview_training_box h3 {
    border-radius: 4px;
    padding: 0.1em 0.9em;
    background: linear-gradient(45deg, #666666 0%, #7e7e7e 45%, #e4e4e4 70%, #7e7e7e 85%, #666666 90% 100%);
    background-size: 400% 200%;
    animation: gradient 4s infinite 
cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
    transition: 0.3s 
ease-in;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    white-space: nowrap;
    margin-bottom: 0;
    display: inline-block;
}

@media only screen and (max-width: 680px) {
  .sp-none {
    display: none;
  }
  .feature-separate {
    margin-top: 40px;
  }

  .feature-separate div {
    width: 80%;
    text-align: center;
    margin: 0 auto 30px;
  }

  .feature-separate div p {
    text-align: left;
  }

  .program-sp {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .program-sp-block:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .program-sp-block div {
    background: #fff;
    padding: 20px;
    border-radius: 0 0 10px 10px;
  }

  .program-sp-block div dl {
    margin-bottom: 25px;
  }

  .program-sp-block div dt {
    display: block;
    font-size: 14px;
  }

  .program-sp p {
    /* background: linear-gradient(45deg, #daaf08 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #daaf08 90% 100%); */
    background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
    /* background-size: 800% 400%; */
    background-size: 400% 200%;
    animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
    transition: 0.3s ease-in;
    color: #fff;
    font-weight: bold;
    transition: background-position 0.3s ease-in;
    text-align: center;
    font-size: 18px;
    border-radius: 10px 10px 0 0;
    padding: 12px;
  }

  .program-sp dl.border-top {
    border-top: 1px solid #dfdfdf;
    padding-top: 20px;
  }
  .students-voice-separate div:nth-of-type(2) {
    margin-top: 15px;
    margin-bottom: 45px;
  }
    .book_training .students-voice-separate div:nth-of-type(2) {
        margin-top: 0;
        margin-bottom: 10px;
    }
	
	.consult_cat_btn a {
		font-size: 2.5vw;
	}

	.consult_cat_btn {
		gap: 0.5em;
	    margin: 30px 0;
	}
	
	.book_training .overview_training_box .box ul li {
    	display: block;
	}
	.book_training .overview_training_box .box ul li h5,
	.book_training .overview_training_box .box ul li p {
		width: 100%;
	}
	.students-voice-separate div span {
		font-size: 3.5vw;
	}
}

@media only screen and (min-width: 681px) {
  .pc-none {
    display: none;
  }
  .feature-separate {
    display: flex;
    justify-content: center;
    margin-top: 90px;
    margin-bottom: 100px;
  }
  .feature-separate div {
    width: 30%;
    text-align: center;
  }
  .feature-separate div:nth-of-type(2) {
    margin: 0 40px;
  }
  .feature-separate div h3 {
    white-space: nowrap;
  }

  .program-table tr td:nth-of-type(1) {
    width: 31.1%;
  }
  .program-table tr td:nth-of-type(2) {
    width: 37.8%;
  }
  .program-table tr td:nth-of-type(3) {
    width: 31.1%;
  }
  .students-voice-separate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px;
    flex-wrap: wrap;
  }

  .students-voice-separate div {
    width: 49%;
  }
}

.consult-box-head {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.consult-box-head span {
  color: #4a4a4a;
  font-size: 14px;
  background: #fff;
  border-radius: 24px;
  padding: 13.5px 47px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.consult-box-head span:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 18px;
  right: 25px;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: rotate(135deg) scale(1, 1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.consult-box-head .js-click.active:after {
  border-color: #b67b03;
  top: 24px;
  transform: rotate(135deg) scale(-1, -1);
}

.consult-box-head .js-open {
  width: 400px;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 11;
  background-color: #f9f9f6;
  border-radius: 14px;
  padding: 20px;
  opacity: 0;
  pointer-events: none;
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.consult-box-head .js-open ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.consult-box-head .js-open li a {
  color: #4b4b4b;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 30px;
  padding: 0 10px;
  background-color: #fff;
  border-radius: 14px;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.consult-box-head .js-open li {
  display: inline-block;
  margin: 5px;
}

.consult-box-head .js-open.active {
  opacity: 1;
  pointer-events: auto;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.news-content-seminar {
  color: #4b4b4b;
  background: #fff;
  border-radius: 14px;
  display: block;
  padding: 30px 20px;
  box-shadow: 0 2px 30px rgba(201, 201, 201, 0.3);
}

.news-content-seminar h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.news-content-seminar p,
.service03-content-day {
  font-family: "Barlow Condensed", sans-serif;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.news-content-seminar p.p_place {
  font-size: 16px;
}

.news-content-seminar p:before,
.service03-content-day:before {
  content: "";
  background-image: url(./img/service/service03/date.png);
  width: 42px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.news-content-seminar p.p_place:before {
  background-image: url(./img/service/service03/place.png);
}

.service03-content-place {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.service03-content-place:before {
  content: "";
  background-image: url(./img/service/service03/place.png);
  width: 42px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.news-content-seminar small {
  border-bottom: 1px solid #4a4a4a;
  color: #4a4a4a;
  display: inline-block;
  padding-bottom: 5px;
  font-weight: 500;
}

.news-content-seminar small:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  z-index: 1;
  pointer-events: none;
  border-top: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  transform: rotate(45deg) scale(1, 1);
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 10px;
}

.page-title.service03 {
  position: relative;
}

.page-title-a {
  color: #4b4b4b;
  font-size: 16px;
  border-bottom: 1px solid #4b4b4b;
  position: absolute;
  bottom: 65px;
}

.service03-content h2 {
  font-size: 24px;
  border-bottom: 1px solid #4b4b4b;
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.service03-content .button {
  margin-block: 100px;
}

@media only screen and (max-width: 680px) {
  .news-content-seminar {
    margin-bottom: 30px;
  }
  .consult-box-head .js-open {
    width: 100%;
  }
  .service03-sp {
    padding-top: 30px;
  }
  .service03-content h2 {
    font-size: 18px;
  }
  .service03-content .button {
    margin-block: 60px;
  }
  .news-content-seminar small {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 681px) {
  .news-content-seminar {
    width: 31%;
    margin: 0 0 20px;
    min-height: 300px;
  }
  .news-content-seminar:nth-of-type(3n + 2) {
    margin: 0 3% 20px;
  }
  .news-content-seminar small {
    position: absolute;
    bottom: 35px;
  }
}

.service03-content-detail {
  margin-top: 50px;
}

.service03-content-detail * {
  margin-bottom: 30px;
}

.service03-content-detail p {
  line-height: 2;
}

.service03-content-detail p {
}

/* profile (プロフィール) */

.profile {
  overflow: hidden;
}

.profile-pic {
  margin: 80px calc(50% - 50vw) 0;
  padding: 30px calc(58vw - 50%);
  background-color: #e9e9e9;
}

.profile-pic-right p {
  font-weight: 500;
  color: #4b4b4b;
}

.profile-pic-right p:nth-of-type(2) {
  line-height: 2;
}

.profile-pic-right span {
  font-family: "Barlow Condensed", sans-serif;
  color: #4b4b4b;
  display: inline-block;
}

.profile-title {
  margin-bottom: 30px;
}

.profile-title h2 {
  font-weight: 400;
  margin-bottom: 10px;
}

.profile-detail ul {
  position: relative;
}

.profile-detail ul:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 6px;
  width: 2px;
  height: 94%;
  z-index: -2;
  background: #4b4b4b;
}

.profile-detail ul li {
  color: #4b4b4b;
  position: relative;
  padding-left: 30px;
}

.profile-detail ul li:before {
  position: absolute;
  width: 14px;
  height: 14px;
  color: #4b4b4b;
  border: 2px solid #4b4b4b;
  border-radius: 50%;
  content: "";
  top: 5px;
  left: 0;
  background-color: #fff;
}

.profile-detail ul li:not(:last-of-type) {
  margin-bottom: 40px;
}

.profile-content p {
  color: #4b4b4b;
}

.profile-content p:nth-of-type(1) {
  margin-bottom: 30px;
}

.profile-content p:nth-of-type(2) {
  margin-bottom: 40px;
}

.profile-content-pdf {
  margin-bottom: 35px;
}

.profile-content-pdf a {
  text-decoration: underline;
  color: #4b4b4b;
  display: flex;
  align-items: center;
}

.profile-content-pdf a:after {
  content: "";
  background-image: url(./img/profile/profile-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
}

.profile-content-pdf li:nth-of-type(1) {
  margin-bottom: 10px;
}

.profile-detail ul {
  overflow: hidden;
  margin-bottom: 45px;
}

.area_cs {
	display: flex;
}
.profile-title .area_cs h2 {
	margin: 0;
	line-height: 1.4;
}
.area_cs .button {
    margin: 13px 0 0 15px;
    height: 24px;
    width: 250px;
    position: relative;
/*	margin: 0 0 0 15px;
	    height: 48px;*/
}
/*モーダルを開くボタン*/
.modal-open{
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 23px;
	line-height: 23px;
	color: #fff;
	font-weight: bold;
	background-image: url(./img/common/arrow_button_bg.png);
	background-repeat: no-repeat;
	background-position: right 18px center;
	transition: background-position 0.3s ease-in;
	font-size: 13px;
	position: absolute;
	top: 0px;
	left: 0;
    padding: 0 10px 0 0;
}
/*.modal-open{
	display: inline-block;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
    background-image: url(./img/common/arrow_button_bg.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
	transition: background-position 0.3s ease-in;
}*/
.button .modal-open:hover {
  background-position: right 15px center;
	cursor: pointer;
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container .profile-pic-right p {
	line-height: 1.2;
}
.modal-container p {
	line-height: 1.8;
}
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 999;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 600px;
	width: 90%;
}
/*モーダルを閉じるボタンの指定*/
.modal-close{
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -40px;
	right: -40px;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content{
	background: #fff;
	text-align: left;
	padding: 30px;
}
.modal-content h3 {
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

@media only screen and (max-width: 680px) {
  .profile-pic img {
    display: block;
    margin: 0 auto 30px;
  }
  .profile-title h2 {
    font-size: 28px;
  }
  .profile-title span {
    font-size: 18px;
  }

  .profile-content-img .left {
    width: 60%;
    margin: 0 auto 25px;
    display: block;
  }

  .profile-content-img .right img {
    display: block;
    margin: 0 auto 25px;
  }
  .profile-detail {
    margin-bottom: 80px;
  }
	.area_cs .button {

	}
	.area_cs {
		justify-content: space-between;
	}
}

@media only screen and (min-width: 681px) {
  .profile-content-img {
    display: flex;
    justify-content: space-between;
  }
  .profile .page-title {
    max-width: 800px;
    margin: 0 auto;
  }
  .profile .consult-box {
    max-width: 800px;
    margin: 0 auto;
  }

  .profile-pic {
    display: flex;
    align-items: center;
  }

  .profile-pic img {
    margin-right: 65px;
  }
  .profile-pic-right p:nth-of-type(1) {
    font-size: 36px;
  }
  .profile-pic-right span {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .profile-title h2 {
    font-size: 32px;
  }
  .profile-title p {
    font-size: 14px;
  }
  .profile-detail {
    margin-bottom: 110px;
  }
  .profile-detail ul li span {
    font-size: 11px;
  }
  .profile-content-img .left {
    max-width: 387px;
  }

  .profile-content-img .right {
    max-width: 381px;
  }
}

/* client (主要取引先一覧) */
.client .supply-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px 18px;
  margin-top: 0;
  margin-bottom: 80px;
}

.client .supply-box .supply-card {
  width: auto;
}

.client .supply-box .card-img {
}

.client .supply-box .card-img img {
  max-width: 100%;
}

.client .supply-box .card-text {
  font-size: 14px;
}

@media only screen and (max-width: 680px) {
  .client-content {
    padding-top: 60px;
  }

  .client .supply-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 0;
  }

  .client .supply-box .card-img img {
    width: 158px;
  }

  .client .supply-box .card-text {
    font-size: 10px;
  }
}

/* プライバシーポリシー・個人情報保護方針 共通 */
.privacy-box .privacy-title {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 16px;
  margin-bottom: 40px;
  border-bottom: solid 1px #999999;
}

.privacy-subtitle {
  font-size: 20px;
  font-weight: 600;
}

.privacy-subtitle,
.privacy-items {
  margin-bottom: 50px;
}

.privacy-items__title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.privacy-items__description {
  font-size: 16px;
  line-height: 1.7;
}

.privacy-items ul {
  list-style: disc;
  list-style-position: inside;
  line-height: 1.7;
}

.privacy-items li::marker {
  font-size: 14px;
}

.compliance-date {
  text-align: right;
  font-weight: 600;
  margin-bottom: 30px;
}

.privacy-box .button {
  width: 240px;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 680px) {
  .compliance-date {
    margin-top: -30px;
  }
}

/* contact (お問い合わせ) */
#contact-main .main-wrapper {
  padding: 100px 0 50px;
}

/* フッター追加 */

footer small {
  text-align: center;
  display: block;
}

.footer {
  background: #ffffff;
  padding: 50px 0 44px 0;
}

.footer-separate .right ul {
  padding-left: 10px;
  border-left: 1px solid #cccccc;
}

.footer-separate .right ul li a {
  color: #4b4b4b;
  font-size: 14px;
  display: inline-block;
  transition: all 0.3s;
}

.footer-separate .right ul li a:hover {
  opacity: 0.5;
}

.footer-separate .right ul li:not(:last-of-type) a {
  margin-bottom: 10px;
}

@media only screen and (max-width: 680px) {
  .footer-separate {
    max-width: 80%;
    margin: 0 auto 40px;
  }
  .footer-separate .left {
    margin-bottom: 20px;
  }
  .footer-separate .right ul:not(:first-of-type) {
    margin-top: 20px;
  }
  .footer-separate .right-bnr {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 681px) {
  .footer-separate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .footer-separate .left {
    height: 100%;
  }

  .footer-separate .right {
    display: flex;
    justify-content: space-between;
  }
  .footer-separate .right ul:not(:first-of-type) {
    margin-left: 25px;
  }

  .footer-separate .right-bnr {
    margin-left: 70px;
  }
}

/* English（英語ページ） */
.en-title {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 30px;
}
.en-box .company-info-list {
  max-width: 1000px;
  margin-top: -30px;
}
.en-box .button {
  margin: 50px 0 0 0;
}
.en-box li p {
  flex: 1;
}
.en-content-pdf {
  margin-top: 20px;
}
.en-content-pdf a {
  text-decoration: underline;
  color: #4b4b4b;
  display: flex;
  align-items: center;
}
.en-content-pdf a:after {
  content: "";
  background-image: url(./img/profile/profile-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-left: 3px;
  vertical-align: bottom;
}
@media only screen and (max-width: 680px) {
  .en-box {
    padding-top: 50px;
  }
  .en-box .button {
    margin: 50px auto 0;
  }
}

/* book (著書) */

.book {
  overflow: hidden;
}

.book-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  gap: 30px;
}

.book-content a {
  /* display: flex; */
  /* flex-direction: column; */
  padding: 40px 10% 35px;
  border-radius: 14px;
  background: #fff;
  position: relative;
  color: #4b4b4b;
}

.book-content a.disable {
  pointer-events: none;
}

.book-content-a img {
  display: block;
  height: 270px;
  /* margin: auto; */
  margin-inline: auto;
  object-fit: contain;
}
.book-content-a h2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
.book-content p {
  margin-top: 8px;
}

.book-content-a .detail {
  margin-top: 25px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 680px) {
  .book-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .book-content-a img {
    height: auto;
    max-height: 270px;
  }
}

.book-single {
  display: flex;
  align-items: flex-start;
  column-gap: 10%;
  justify-content: space-between;
  padding-top: 0;
  flex-wrap: wrap;
}

.book-single-main {
 /* align-self: center;*/
  flex: 1 0 0%;
}

.book-single-aside-box {
  width: 380px;
  max-width: 40%;
}

.book-single-aside {
  width: 100%;
}

.book-single-main h1 {
  margin-top: -0.1em;
  margin-bottom: 15px;
  font-size: 40px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.book-single-main h1 span {
  font-size: 18px;
}

.book-single-aside {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  border: 3px solid transparent;
  padding: 50px 38px;
  background: linear-gradient(45deg, #b67b03 0%, #daaf08 45%, #fee9a0 70%, #daaf08 85%, #b67b03 90% 100%);
  background-size: 400% 200%;
  background-origin: border-box;
  animation: gradient 4s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  position: relative;
  z-index: 0;
  margin-bottom: 30px;
}

.book-single-aside::before {
  content: "";
  display: block;
  background-color: #fff;
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.book-single-thumbnail:not(:has(*)) {
  display: contents;
}

.book-single-thumbnail img {
  display: block;
  max-width: 80%;
  margin-inline: auto;
  object-fit: contain;
}

.book-single-table {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.book-single-table:not(:has(dd:not(:empty))) {
  display: none;
}

.book-single-table > div {
  display: flex;
}

.book-single-table > div:nth-child(n + 2) {
  margin-top: 18px;
  border-top: 1px solid #c9c9c9;
  padding-top: 18px;
}

.book-single-table > div > dt {
  width: 30%;
}

.book-single-table > div > dd {
}

.book-single-btn {
}

.book-single-editor {
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}

.book-single-editor * {
  margin-bottom: 15px;
}

.book-single-editor p {
  line-height: 2;
}

.book-single-editor h2 {
  font-size: 120%;
  border-left: 3px solid #4b4b4b;
  padding-left: 10px;
  margin-bottom: 30px;
}

.book-single-editor h3 {
  font-size: 110%;
  background: #4b4b4b;
  color: #fff;
  padding: 10px;
  margin-bottom: 30px;
}

.book-single-editor h4 {
  font-size: 100%;
  border-bottom: 3px solid #4b4b4b;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.book-single-editor blockquote {
  background: #ccc;
  padding: 10px;
  margin: 0 0 30px;
}

.book-single-editor ul li:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
}

.book-outline ol {
    margin: 5px 0 0 0;
    padding: 0 1.2em;
    overflow: hidden;
}

.book-outline li {
    padding: 5px 0;
	margin-bottom: 0;
}

.book-outline-accordion {
	padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.book-outline-accordion summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    cursor: pointer;
	margin-bottom: 5px;
}

.book-outline-accordion summary::-webkit-details-marker {
    display: none;
}

.book-outline-accordion summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .3s;
}

.book-outline-accordion[open] summary::after {
    transform: rotate(225deg);
}

.book-outline-accordion p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
}

.book-outline-accordion[open] p {
    transform: none;
    opacity: 1;
}

.book-publisher-link a {
	text-decoration: underline;
	text-underline-offset: 5px;
}

.book-publisher-link a:hover {
	text-decoration: none;
}

.ttl_inst {
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: ０;
  font-size: 20px;
}

.book-instagram-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.5em;
	margin-top: 10px;
}

@media only screen and (max-width: 680px) {
  .book-single {
    display: revert;
  }

  .book-single-main {
    margin-bottom: 30px;
  }

  .book-single-aside {
    width: revert;
    max-width: revert;
  }

  .book-single-aside {
    padding-inline: 17px;
  }

  .book-single-main h1 {
    font-size: 24px;
  }
  .book-single-aside-box {
    width: 100%;
	max-width: none;
  }
}

/* book information */
#service-main.main_book_name .page-title-text > span:nth-of-type(1) {
    text-transform: none;
}
.book-info-thumbs {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
	margin: 10px 0 0;
}
.book-info-thumbs a {
	display: block;
	width: calc(50% - 5px);
	margin-bottom: 10px;
}
a.btn_book_name {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    color: #fff;
    font-weight: bold;
	background-color: #93d521;
	background-image: url(./img/common/arrow_button_bg.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	transition: 0.3s ease-in;
	border-radius: 24px;
}
a.btn_book_name:hover {
	background-position: right 15px center;
}
a.btn_book_name:hover {
	filter: brightness(1.1);
}
.book_name-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 50px;
}
.book_name-content::before{
  content:"";
  display: block;
	width: calc(25% - 10px);
  order:1;
}
.book_name-content::after{
  content:"";
  display: block;
	width: calc(25% - 10px);
}
.book_name-content a {
	display: block;
	width: calc(25% - 10px);
	margin-bottom: 10px;
}

@media only screen and (max-width: 680px) {
	.book_name-content::before{
		width: calc(50% - 5px);
	}
	.book_name-content::after{
		width: calc(50% - 5px);
	}
	.book_name-content a {
		width: calc(50% - 5px);
		margin-bottom: 10px;
	}

}

/* 絵本pdfボタン */
.area_page-title-text{
	position: relative;
}
.area_page-title-text .button {
	position: absolute;
	top: 0;
	right: 0;
	width: 250px;
}
.button.button_ehon {
	width: 250px;
}

@media only screen and (max-width: 550px) {
	.area_page-title-text .button{
		position: relative;
		top: auto;
		right: auto;
		margin-top: 20px;
	}
	.button.button_ehon {
		margin-top: 20px;
	}
}

/* トップページのyoutubeリンク */
.youtube_news {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.youtube_news .box_img {
	margin: 20px auto 0;
	text-align: center;
}


@media only screen and (max-width: 550px) {
	.youtube_news .box_img {
		margin: 10% auto 0;
	}
}