@charset "UTF-8";


body {
  overflow-x: clip;
}


/*---------------------------------------------------------------*\
$heading
\*---------------------------------------------------------------*/

main .sub_heading {
  font-size: 15px !important;
}

main .heading {
  font-size: min(6vw, 44px) !important;
  line-height: 1.4 !important;
}


@media screen and (max-width: 600px) {

  main .sub_heading {
    font-size: 12px !important;
  }

  main .heading {
    font-size: 22px !important;
  }
}


/*---------------------------------------------------------------*\
$contact
\*---------------------------------------------------------------*/

#contact {
  gap: 64px;
  background-color: #f5f5f799;
  padding: 56px;
}


@media screen and (max-width: 600px) {

  #contact {
    gap: 32px;
  }
}


/*---------------------------------------------------------------*\
$detailed graphic
\*---------------------------------------------------------------*/

.detailed_graphic {
  background-color: #d9eff0;
  padding: 12px;
  gap: 20px;
  height: fit-content;
  margin: 0 56px 0 0;
}

.detailed_graphic .list {
  width: 100%;
  gap: 24px;
  padding: 20px;
}

g .detailed_graphic .note {
  gap: 12px;
}

.detailed_graphic .note * {
  font-size: 13px;
}

.detailed_graphic .core_list {
  width: 100%;
  padding: 20px;
  gap: 24px;
}

.detailed_graphic .core_list .subject_list {
  padding: 18px 0;
  font-size: 16px;
}

.detailed_graphic .core_list .main_list {
  gap: 16px;
}

.detailed_graphic .core_list .main_list * {
  font-size: 15px;
}

.detailed_graphic .core_list .main_list li {
  position: relative;
  gap: 12px;
}

.detailed_graphic .core_list .main_list li:before {
  display: inline-flex;
  content: '・';
  margin: 0 4px 0 0;
}


@media screen and (max-width: 1080px) {

  .detailed_graphic {
    margin: 0 40px;
  }
}


@media screen and (max-width: 600px) {

  .detailed_graphic {
    margin: 0 20px;
    padding: 8px;
  }

  .detailed_graphic .core_list .subject_list {
    padding: 14px 0;
  }

  .detailed_graphic .core_list {
    padding: 12px 12px 24px;
  }
}


/*---------------------------------------------------------------*\
$text link
\*---------------------------------------------------------------*/

#text_link {
  gap: 32px;
  padding: 40px 32px 32px;
  margin: -56px 0 0 0;
  background-color: #f5f5f799;
  border-radius: 28px 0 0 28px;
}

/* heading */
#text_link .heading_small {
  font-size: 20px;
}

/* content */
#text_link .content {
  gap: 16px;
}

#text_link .each {
  gap: 16px;
  position: relative;
  padding: 16px 32px 16px 16px;
  border-radius: 16px;
}

#text_link .link_area {
  gap: 6px;
}

#text_link .title {
  text-decoration: underline;
}

#text_link .by {
  font-size: 16px;
  gap: 2px;
}

#text_link .sub_icon {
  width: 14px;
}

#text_link .wrap_icon {
  width: 56px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 18px;
}

#text_link .icon {
  width: 20px;
}


@media screen and (min-width: 1540px) {

  #text_link {
    border-radius: 28px;
  }
}


@media screen and (max-width: 600px) {

  #text_link {
    border-radius: 0;
  }

  #text_link .wrap_icon {
    width: 48px;
  }

  #text_link .icon {
    width: 16px;
  }

  #text_link .link_area {
    gap: 4px;
  }

  #text_link .by {
    font-size: 13px;
  }
}


/*---------------------------------------------------------------*\
$section border
\*---------------------------------------------------------------*/

.section_border {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
  margin-block: -25px;
  /* gapからマイナス50pxするので実質gap:70px */
}


/*---------------------------------------------------------------*\
$page setting
\*---------------------------------------------------------------*/

.recruit_page,
.company_page {
  display: flex;
  flex-direction: column;
  gap: 150px;
}


@media screen and (max-width: 600px) {

  .recruit_page,
  .company_page {
    gap: 80px;
  }
}


/*---------------------------------------------------------------*\
$white space
\*---------------------------------------------------------------*/

/* width */
.component_widthBoth {
  width: calc((100% - 112px));
  margin: auto;
}

.component_widthRight {
  width: calc((100% - 56px));
}

/* padding */
.component_paddingRight {
  padding: 0 56px 0 0;
}

.component_paddingRight_sd {
  padding: 0;
}


@media screen and (max-width: 1080px) {

  /* width */
  .component_widthBoth,
  .component_widthRight {
    width: calc((100% - 40px));
  }

  /* padding */
  .component_paddingRight,
  .component_paddingRight_sd {
    padding: 0 40px;
  }
}


@media screen and (max-width: 600px) {

  /* width */
  .component_widthBoth,
  .component_widthRight {
    width: calc((100% - 20px));
  }

  /* padding */
  .component_paddingRight,
  .component_paddingRight_sd {
    padding: 0 28px;
  }
}


/*---------------------------------------------------------------*\
$parallax
\*---------------------------------------------------------------*/

#parallax {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#parallax:before {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  left: 0;
  margin: auto;
  width: 1px;
  background-color: #333;
  display: block;
  content: '';
}

/* content_area */
#parallax .parallax_area {
  position: relative;
  overflow: hidden;
  height: 100%;
}

#parallax .parallax_area:before {
  display: block;
  content: '';
  background-image: url(../img/overlays/05.png);
  background-size: 3px;
  background-repeat: repeat;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}

#parallax .parallax_area:after {
  position: absolute;
  display: block;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(120deg, #222, #000);
  opacity: .6;
}

/* parallax */
#parallax .wrap_parallax_image {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#parallax .parallax_image {
  width: 100%;
}

#parallax .inner_parallax_image {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
}

/* background */
#parallax .truth {
  background-image: url('../img/parallax/background_random_01.jpg');
  background-position: top;
  background-size: contain;
}

#parallax .engineer_blog {
  background-image: url('../img/parallax/background_engineer_blog.jpg');
  background-position: top;
  background-size: contain;
  background-size: 800px;
  scale: 1.6;
}


@media screen and (max-width: 600px) {

  #parallax .inner_parallax_image {
    background-size: 600px;
    scale: 1.3;
  }
}


/*---------------------------------------------------------------*\
$firstview
\*---------------------------------------------------------------*/

#firstview {
  width: 100%;
  margin: 80px auto 100px;
  position: relative;
}

/* content */
#firstview .wrap {
  width: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 56px;
  position: relative;
  overflow: clip;
  background-color: #f5f5f799;
}

#firstview .wrap:before {
  background-image: url(../img/common/decoration_left_productPage.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  content: '';
  width: 440px;
  aspect-ratio: 2/1;
}

#firstview .wrap:after {
  background-image: url('../img/common/decoration_right_productPage.png');
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: '';
  width: 720px;
  height: -webkit-fill-available;
}

#firstview .content {
  gap: 56px;
  width: 100%;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  align-items: center;
}

#firstview .info {
  width: 100%;
}

#firstview .content_pc {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#firstview .content_sp {
  display: none;
}

#firstview .subtitle {
  font-size: 24px;
  margin: 8px 0 0 0;
}

#firstview .catch {
  font-size: max(4.5vw, 88px);
  font-weight: 680;
}

#firstview .subject {
  font-size: 30px;
}

#firstview .description {
  margin: 24px 0 0 0;
}

#firstview .paragraph {
  font-size: 20px;
}

#firstview .button {
  width: 300px;
  height: 72px;
  margin: 40px 0 0 0;
  font-size: 16px;
  color: #fff;
}

#firstview .figure {
  width: 480px;
  flex-shrink: 0;
}

/* ratio adjustment */
#firstview .ratio_squareFixed {
  aspect-ratio: 1/1;
}

#firstview .ratio_notSpecified {
  aspect-ratio: 1/1;
}

#firstview .ratio_productLogo {
  aspect-ratio: 1/1;
}

/* for product logo */
#firstview .figure .product_logo {
  max-width: 320px;
  width: 85%;
  margin: auto;
}

/* for thumbnail */
#firstview .figure .thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* for solution page */
main.solution_page #firstview .subtitle {
  font-size: 20px;
}

main.solution_page #firstview .catch {
  font-size: 60px;
  line-height: 1.3;
}


@media screen and (min-width: 1440px) {

  /* content */
  #firstview .wrap:before {
    width: 26%;
  }

  #firstview .wrap:after {
    width: 56%;
  }

  #firstview .figure {
    width: 54%;
  }

  /* ratio adjustment */
  #firstview .ratio_squareFixed {
    max-width: 560px;
    aspect-ratio: 1/1;
  }

  #firstview .ratio_notSpecified {
    aspect-ratio: 2.25/1.25;
  }

  #firstview .ratio_productLogo {
    aspect-ratio: 2.25/1.25;
  }
}


@media screen and (max-width: 1280px) {

  /* content */
  #firstview .wrap {
    gap: 40px;
    padding: 40px;
  }

  #firstview .wrap:before {
    width: 40%;
  }

  #firstview .wrap:after {
    width: 56%;
  }

  #firstview .content {
    align-items: flex-start;
    flex-direction: reverse;
  }

  #firstview .info {
    margin: 0;
  }

  #firstview .content_pc {
    display: none;
  }

  #firstview .content_sp {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 16px;
    position: relative;
    z-index: 2;
  }

  #firstview .subtitle {
    font-size: 22px;
  }

  #firstview .description {
    margin: 0;
  }

  #firstview .figure {
    width: 55%;
    min-width: 360px;
  }

  /* ratio adjustment */
  #firstview .ratio_squareFixed {
    aspect-ratio: 1/1;
  }

  #firstview .ratio_notSpecified {
    aspect-ratio: 2/1.25;
  }

  #firstview .ratio_productLogo {
    aspect-ratio: 2/1.25;
  }
}


@media screen and (max-width: 960px) {

  /* content */
  #firstview .wrap:after {
    background-image: url('../img/common/decoration_bottom_productPage.png');
    right: 0;
    left: 0;
    margin: auto auto 0;
    bottom: 0;
    width: 100%;
    height: 72%;
  }

  #firstview .content {
    flex-direction: column-reverse;
    gap: 28px;
  }

  #firstview .content_sp {
    align-items: center;
  }

  #firstview .figure {
    width: 100%;
    min-width: inherit;
    margin: 0 auto;
  }

  #firstview .catch {
    font-size: 72px;
    text-align: center;
  }

  #firstview .description {
    margin: 0;
  }

  #firstview .paragraph {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }

  #firstview .button {
    margin: 32px auto 0;
  }

  /* for solution page */
  main.solution_page #firstview .content_sp {
    align-items: center;
  }

  main.solution_page #firstview .subtitle {
    font-size: 2.2vw;
  }

  main.solution_page #firstview .catch {
    font-size: 6vw;
  }
}


@media screen and (max-width: 760px) {

  #firstview {
    margin: 54px auto 100px;
  }
}


@media screen and (max-width: 600px) {

  #firstview {
    margin: 48px auto 80px;
  }

  /* content */
  #firstview .wrap {
    padding: 24px 28px 48px;
    gap: 28px;
  }

  #firstview .content_sp {
    gap: 12px;
  }

  #firstview .subtitle {
    font-size: 15px;
  }

  #firstview .catch {
    font-size: 40px;
  }

  #firstview .paragraph {
    font-size: 14px;
    text-align: left;
  }

  #firstview .button {
    width: 100%;
    height: 48px;
    font-size: 13px;
  }

  /* for solution page */
  main.solution_page #firstview .subtitle {
    font-size: 11px;
  }
}


/*---------------------------------------------------------------*\
$core content
\*---------------------------------------------------------------*/

.core_content {
  width: calc((100% - 56px));
  margin-left: auto;
  transition: all 0.5s 0s ease;
  justify-content: space-between;
}

.core_content.maxWidth_1280 {
  max-width: 1280px;
  width: calc(100% - 112px);
  margin: 0 auto;
  gap: 100px;
}

/* main content */
.main_content {
  width: calc(100% - 200px - 56px);
  gap: 140px;
  transition: all 0.5s 0s ease;
  padding: 0 0 100px 0;
}

.main_content .half_gap {
  margin-top: -70px;
}

/* menu rane */
.menu_rane {
  width: 200px;
  flex-shrink: 0;
  height: auto;
  padding: 0 0 40px 0;
  transition: all 0.5s 0s ease;
  position: relative;
}

.menu_rane .sections {
  width: 100%;
  gap: 28px;
  padding: 0 0 0 20px;
  margin: 0 auto;
  position: sticky;
  top: 120px;
  z-index: 2;
}

.menu_rane .each_section {
  font-size: 15px;
  cursor: pointer;
  position: relative;
}

.menu_rane .each_section.active {
  position: relative;
  margin: 8px 0;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  z-index: 2;
}

.menu_rane .each_section.active:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -20px;
  width: 200px;
  height: 48px;
  background-color: #000;
  z-index: -1;
  border-radius: 10px;
}

/* aditional settings for max-with 1280px */
.core_content.maxWidth_1280 .menu_rane {
  width: 170px;
}

.core_content.maxWidth_1280 .menu_rane .sections {
  padding: 0;
}


@media screen and (min-width: 1540px) {

  .core_content {
    width: 1440px;
    margin: 0 auto;
  }

  /* menu rane */
  .menu_rane {
    margin: 0;
  }
}


@media screen and (max-width: 1080px) {

  .core_content {
    width: 100% !important;
  }

  /* menu rane */
  .menu_rane {
    display: none !important;
  }

  /* main content */
  .main_content {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {

  /* main content */
  .main_content {
    gap: 100px;
  }
}


/*---------------------------------------------------------------*\
$sort
\*---------------------------------------------------------------*/

#sort {
  padding: 0 56px 0 0;
  position: relative;
}

/* info */
#sort .badge {
  width: fit-content;
  font-size: 16px;
  padding: 8px 16px;
  margin: 0 0 20px 0;
}

#sort .subject {
  font-size: 30px;
  margin: 16px 0 0 0;
}

#sort .description {
  margin: 24px 0 0 0;
}

#sort .list {
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 40px 0 0 0;
}

#sort .logo {
  width: 200px;
}


@media screen and (min-width: 1540px) {

  #sort {
    padding: 0;
  }
}


@media screen and (max-width: 1280px) {

  #sort {
    gap: 40px;
  }
}


@media screen and (max-width: 1080px) {

  #sort {
    padding: 0 40px;
  }
}


@media screen and (max-width: 960px) {

  #sort {
    flex-direction: column;
  }
}


@media screen and (max-width: 600px) {

  #sort {
    padding: 0 28px;
  }

  /* info */
  #sort .badge {
    font-size: 10px;
  }

  #sort .subject {
    font-size: 22px;
  }

  #sort .list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  #sort .logo {
    width: 160px;
  }
}


/*---------------------------------------------------------------*\
$features
\*---------------------------------------------------------------*/

#features {
  padding: 0 56px 0 0;
  gap: 56px;
  position: relative;
}

/* info */
#features .info {
  width: 100%;
}

#features .info .badge {
  width: fit-content;
  font-size: 14px;
  padding: 8px 16px;
}

#features .info .subject {
  font-size: 30px;
  margin: 16px 0 0 0;
}

#features .info .description {
  margin: 24px 0 0 0;
}

#features .info .list {
  gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin: 40px 0 0 0;
}

#features .info .each {
  padding: 24px 0;
  gap: 20px;
  background-color: #f5f5f799;
}

/* post */
#features .post {
  width: 500px;
  flex-shrink: 0;
}

#features .post a {
  width: 100%;
  height: 100%;
}

#features .post .texts {
  padding: 24px;
  gap: 12px;
}

#features .post .detail {
  gap: 6px;
  font-size: 14px;
}

#features .post .badge {
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 3px;
}

#features .post .post_title {
  font-size: 20px;
}


@media screen and (min-width: 1540px) {

  #features {
    padding: 0;
  }
}


@media screen and (max-width: 1280px) {

  #features {
    gap: 40px;
  }

  /* post */
  #features .post {
    width: 400px;
  }
}


@media screen and (max-width: 1180px) {

  /* post */
  #features .post {
    width: 320px;
  }
}


@media screen and (max-width: 1080px) {

  #features {
    padding: 0 40px;
  }

  /* post */
  #features .post {
    width: 420px;
  }
}


@media screen and (max-width: 960px) {

  #features {
    flex-direction: column;
  }

  /* post */
  #features .post {
    width: 100%;
    display: flex;
    align-items: center;
  }
}


@media screen and (max-width: 600px) {

  #features {
    padding: 0 28px;
  }

  /* info */
  #features .info .badge {
    font-size: 10px;
  }

  #features .info .subject {
    font-size: 22px;
  }

  #features .info .each {
    padding: 18px 0;
    font-size: 14px;
  }

  #features .info .title {
    font-size: 13px;
  }

  /* post */
  #features .post {
    width: 100%;
    flex-direction: column;
  }

  #features .post .badge {
    font-size: 10px;
  }

  #features .post .detail {
    font-size: 12px;
  }

  #features .post .texts {
    padding: 16px;
    gap: 8px;
  }

  #features .post .post_title {
    font-size: 15px;
  }
}


/*---------------------------------------------------------------*\
$tyle
\*---------------------------------------------------------------*/

#tyle {
  gap: 64px;
}

/* heading */
#tyle .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

/* content */
#tyle .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  width: 100%;
  padding: 0 56px 0 0;
  overflow: visible;
}

#tyle .each_panel {
  padding: 24px;
  gap: 32px;
  background: #f5f5f799;
}

#tyle .info {
  gap: 20px;
}

#tyle .subject_l {
  font-size: 24px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding: 0 0 16px 0;
}

#tyle .subject_m {
  font-size: 18px;
}

/* icon */
#tyle .without_icon {
  padding: 40px 32px;
}

#tyle .wrap_icon {
  width: 56px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

#tyle .icon {
  width: 24px;
}

/* parallax */
#tyle .parallax {
  border-radius: 28px 0 0 8px;
}

#tyle .parallax .heading {
  padding: 64px 56px;
  font-size: 36px !important;
  position: relative;
  z-index: 3;
}


@media screen and (min-width: 1540px) {

  /* heading */
  #tyle .wrap_heading {
    padding: 0;
  }

  /* content */
  #tyle .content {
    padding: 0;
  }

  /* parallax */
  #tyle .parallax {
    border-radius: 28px 28px 8px 8px;
  }
}


@media screen and (max-width: 1180px) {

  /* content */
  #tyle .content {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 1080px) {

  /* heading */
  #tyle .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #tyle .content {
    padding: 0 40px;
  }

  /* parallax */
  #tyle .parallax {
    border-radius: 0;
  }

  #tyle .parallax .heading {
    padding: 64px 40px;
  }
}


@media screen and (max-width: 600px) {

  #tyle {
    gap: 32px;
  }

  /* heading */
  #tyle .wrap_heading {
    padding: 0 28px;
  }

  /* content */
  #tyle .content {
    gap: 16px;
    padding: 0 28px;
  }

  #tyle .each_panel {
    gap: 16px;
    padding: 16px;
  }

  #tyle .info {
    gap: 8px;
  }

  #tyle .subject_l {
    font-size: 18px;
  }

  #tyle .subject_m {
    font-size: 14px;
  }

  /* icon */
  #tyle .without_icon {
    padding: 28px 24px;
  }

  #tyle .wrap_icon {
    width: 48px;
  }

  #tyle .icon {
    width: 20px;
  }

  /* parallax */
  #tyle .parallax {
    margin-block: -20px;
  }

  #tyle .parallax .heading {
    padding: 32px 28px;
    font-size: 20px !important;
  }
}


/*---------------------------------------------------------------*\
$blog link
\*---------------------------------------------------------------*/

#blog_link {
  width: calc(100% - 56px);
}

/* parallax */
#blog_link .parallax .content {
  padding: 44px 56px 56px;
  position: relative;
  z-index: 3;
}

#blog_link .parallax_area:after {
  opacity: .2;
}

#blog_link .parallax .heading {
  font-size: min(6vw, 50px);
  font-weight: 650;
}

#blog_link .parallax .description {
  font-weight: 600;
  font-size: min(2.4vw, 19px);
  margin: 12px 0 0 0;
}

#blog_link .parallax .button {
  width: 320px;
  height: 48px;
  margin: 64px 0 0 0;
  font-size: 16px;
}


@media screen and (min-width: 1540px) {

  #blog_link {
    width: 100%;
  }
}


@media screen and (max-width: 1280px) {

  #blog_link .parallax .heading {
    text-align: center;
  }

  #blog_link .parallax .description {
    text-align: center;
  }

  #blog_link .parallax .button {
    margin: 40px auto 0;
  }
}


@media screen and (max-width: 1080px) {

  #blog_link {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}


@media screen and (max-width: 600px) {

  #blog_link {
    width: calc(100% - 56px);
  }

  /* parallax */
  #blog_link .parallax .content {
    padding: 32px 0;
  }

  #blog_link .parallax .heading {
    font-size: 28px;
  }

  #blog_link .parallax .description {
    font-size: 15px;
  }

  #blog_link .parallax .button {
    width: 180px;
    font-size: 14px;
    margin: 24px auto 0;
  }
}


/*---------------------------------------------------------------*\
$grid panel
\*---------------------------------------------------------------*/

#grid_panel {
  gap: 56px;
}

/* heading */
#grid_panel .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

/* content */
#grid_panel .panels {
  width: calc((100% - 56px));
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #ddd;
  position: relative;
}

.border_01 {
  position: absolute;
  left: calc((33.333% - 1px));
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}

.border_02 {
  position: absolute;
  right: calc((33.333% - 1px));
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
  z-index: 2;
}


#grid_panel .panels .related-product {
  position: relative;
  height: 450px;
  overflow: hidden;
}

#grid_panel .panels .border {
  width: 1px;
  border-right: solid 1px #ddd;
  transition: opacity 0.1s ease;
}

#grid_panel .panels .related-product a {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

#grid_panel .panels .logo {
  transition: opacity 0.3s ease;
  margin: auto;

  img {
    width: auto;
    height: 40px;
  }
}

#grid_panel .panels .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/parallax/background_random_01.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}

#grid_panel .panels .overlay:after {
  display: block;
  content: '';
  background-image: url(../img/overlays/05.png);
  background-size: 4px;
  background-repeat: repeat;
  position: absolute;
  opacity: .7;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: opacity 0.4s ease;
}

#grid_panel .panels .related-product .text {
  width: 100%;
  height: fit-content;
  position: absolute;
  font-size: 17px;
  line-height: 1.7;
  top: 0;
  bottom: 0;
  margin: auto;
  font-weight: 550;
  left: 50%;
  transform: translate(-50%, 200%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  z-index: 2;
  padding: 32px;
}

#grid_panel .related-product:hover {
  box-shadow: 0px 10px 80px rgb(0 0 0 / 40%);
  background-color: #000 !important;
  border: none;
  z-index: 4;
}

#grid_panel .related-product:hover>.logo {
  opacity: 0;
}

#grid_panel .related-product:hover .overlay {
  opacity: .5;
}

#grid_panel .related-product:hover .text {
  opacity: 1;
  transform: translate(-50%, 0);
}

/* content SP */
#grid_panel .panels_sp {
  display: none;
}


@media screen and (max-width: 1080px) {

  /* heading */
  #grid_panel .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #grid_panel .panels {
    width: calc((100% - 80px));
    margin: 0 auto;
  }
}


@media screen and (max-width: 860px) {

  /* content */
  #grid_panel .panels {
    display: none;
  }

  /* content SP */
  #grid_panel .panels_sp {
    display: flex;
    padding: 40px 0 40px 0;
    position: relative;
    gap: 32px;
  }

  #grid_panel .panels_sp:after {
    display: block;
    content: '';
    border: solid 1px #ddd;
    border-left: none;
    position: absolute;
    top: 0;
    left: 0;
    width: calc((100% - 40px));
    height: 100%;
    border-radius: 0 20px 20px 0;
  }

  #grid_panel .panels_sp .logo {
    width: fit-content;
    margin: 0 0 16px 40px;
  }

  #grid_panel .panels_sp .logo img {
    height: 36px;
  }

  /* parallax */
  #grid_panel .panels_sp .parallax {
    width: calc((100% - 40px));
    border-radius: 10px 0 0 10px;
    margin: 0 0 0 auto;
  }

  #grid_panel .panels_sp .parallax .text {
    padding: 72px 40px;
    position: relative;
    z-index: 3;
    line-height: 1.6;
  }

  #grid_panel .panels_sp .border {
    width: calc((100% - 40px));
    height: 1px;
    border-bottom: solid 1px #ddd;
    margin: 40px 0 0 0;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #grid_panel .wrap_heading {
    padding: 0 20px;
  }

  /* content SP */
  #grid_panel .panels_sp .logo {
    margin: 0 0 16px 20px;
  }

  /* parallax */
  #grid_panel .panels_sp .parallax {
    width: calc((100% - 20px));
  }

  #grid_panel .panels_sp .parallax .text {
    padding: 40px;
  }
}


/*---------------------------------------------------------------*\
$items_list
\*---------------------------------------------------------------*/

#items_list {
  gap: 64px;
}

/* heading */
#items_list .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

/* content */
#items_list .content {
  width: 100%;
  gap: 32px;
  padding: 56px;
  background-color: #f5f5f799;
  border-radius: 28px 0 0 28px;
}

#items_list .each {
  position: relative;
  gap: 32px;
}

#items_list .wrap_logo {
  flex-shrink: 0;
  width: 280px;
  height: auto;
  aspect-ratio: 1/0.5;
}

#items_list .subject {
  font-size: 21px;
}

#items_list .explanation {
  font-size: 16px;
  margin: 10px 0 0 0;
}

#items_list .border {
  border-bottom: solid 1px rgba(0, 0, 0, .05);
}


@media screen and (min-width: 1540px) {

  /* content */
  #items_list .content {
    border-radius: 28px;
  }
}

@media screen and (max-width: 1080px) {

  /* heading */
  #items_list .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #items_list .content {
    width: 100%;
    padding: 56px 40px;
    border-radius: 0;
  }
}


@media screen and (max-width: 700px) {

  /* content */
  #items_list .each {
    flex-direction: column;
  }

  #items_list .wrap_logo {
    width: 100%;
    aspect-ratio: 1/0.45;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #items_list .wrap_heading {
    padding: 0 28px;
  }

  /* content */
  #items_list .content {
    gap: 40px;
    padding: 40px 28px;
  }

  #items_list .subject {
    font-size: 18px;
  }

  #items_list .explanation {
    font-size: 14px;
  }
}


/*---------------------------------------------------------------*\
$related
\*---------------------------------------------------------------*/

#related {
  gap: 56px;
  padding: 56px;
  background-color: #f5f5f799;
  border-radius: 28px 0 0 28px;
}

/* heading */
#related .wrap_heading {
  padding: 0 0 56px 0;
  border-bottom: solid 1px rgba(0, 0, 0, .05);
}

/* content */
#related .content {
  width: 100%;
  gap: 56px;
}

#related .each {
  position: relative;
  gap: 32px;
}

#related .wrap_logo {
  flex-shrink: 0;
  width: 320px;
  height: auto;
  aspect-ratio: 1/0.8;
}

#related .subject {
  font-size: 24px;
}

#related .description {
  font-size: 16px;
  margin: 16px 0 0 0;
}

#related .border {
  border-bottom: solid 1px #eee;
}

#related .button {
  width: 320px;
  height: 64px;
  font-size: 15px;
  margin: 24px 0 0 0;
}


@media screen and (min-width: 1540px) {

  #related {
    max-width: 1440px;
    border-radius: 28px;
  }
}


@media screen and (max-width: 1080px) {

  #related {
    width: 100%;
    padding: 56px 40px;
    border-radius: 0;
  }
}


@media screen and (max-width: 768px) {

  /* content */
  #related .each {
    flex-direction: column;
  }

  #related .wrap_logo {
    width: 100%;
    aspect-ratio: 1/0.45;
  }

  #related .logo {
    max-width: 300px;
  }
}


@media screen and (max-width: 600px) {

  #related {
    gap: 40px;
    padding: 56px 28px;
  }

  /* heading */
  #related .wrap_heading {
    padding: 0 0 32px 0;
  }

  /* content */
  #related .content {
    gap: 40px;
  }

  #related .each {
    gap: 20px;
  }

  #related .subject {
    font-size: 18px;
  }

  #related .description {
    font-size: 14px;
  }

  #related .button {
    width: 100%;
    height: 48px;
    font-size: 13px;
  }
}


/*---------------------------------------------------------------*\
$about
\*---------------------------------------------------------------*/

#about {
  padding: 72px 56px 56px;
  background: #f5f5f799;
  border-radius: 28px 0 0 28px;
}

/* heading */
#about .catch_sp {
  display: block;
  font-size: min(6vw, 44px);
  line-height: 1.4;
}

#about .sub {
  font-size: min(3vw, 22px);
  margin: 32px 0 0 0;
}

/* content */
#about .wrap {
  gap: 56px;
}

#about .description {
  gap: 40px;
  margin: 64px 0 0 0;
}

#about .figure {
  width: 50%;
  flex-shrink: 0;
  margin: 64px 0 0 0;
}


@media screen and (min-width: 1540px) {

  #about {
    border-radius: 28px;
  }
}


@media screen and (max-width: 1280px) {

  /* content */
  #about .wrap {
    flex-direction: column-reverse;
  }

  #about .figure {
    width: 100%;
  }

  #about .description {
    margin: 0;
  }
}


@media screen and (max-width: 1080px) {

  #about {
    background-color: inherit;
    padding: 0 40px;
  }
}


@media screen and (max-width: 860px) {

  #about {
    border-radius: 0;
  }
}


@media screen and (max-width: 600px) {

  #about {
    padding: 0 28px;
  }

  /* heading */
  #about .catch_sp {
    font-size: 22px;
  }

  #about .sub {
    font-size: 15px;
  }

  /* content */
  #about .figure {
    margin: 32px 0 0 0;
  }
}


/*---------------------------------------------------------------*\
$counter
\*---------------------------------------------------------------*/

#counter {
  gap: 64px;
  position: relative;
}

/* heading */
#counter .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

/* content */
#counter .content {
  width: 100%;
  padding: 0 56px 0 0;
  gap: 100px;
}

#counter .each_count {
  gap: 16px;
  border-top: solid 1px #000;
  padding: 32px 0 0 0;
}

#counter .title {
  font-size: 24px;
}

#counter .digit_slot {
  font-size: min(16vw, 90px);
  position: relative;
  display: flex;
}

#counter .digit_column {
  position: relative;
  font-size: inherit;
  width: 0.96ch;
  height: 1em;
  overflow: hidden;
}

#counter .digit_list {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 2s cubic-bezier(0.6, 0, 0.2, 1);
  font-size: inherit;
}

#counter .digit {
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: inherit;
}

#counter .side_text {
  font-size: 24px;
  margin: 0 0 0 6px;
  gap: 8px;
}

#counter .side_text em {
  font-size: 32px;
}


@media screen and (min-width: 1540px) {

  /* heading */
  #counter .wrap_heading {
    padding: 0;
  }

  /* content */
  #counter .content {
    padding: 0;
  }
}


@media screen and (max-width: 1280px) {

  /* content */
  #counter .content {
    gap: 64px;
  }
}


@media screen and (max-width: 1080px) {

  /* heading */
  #counter .wrap_heading {
    padding: 64px 40px 0;
  }

  /* content */
  #counter .content {
    padding: 0 40px;
  }
}


@media screen and (max-width: 860px) {

  /* content */
  #counter .each_count {
    width: 50%;
  }
}


@media screen and (max-width: 760px) {

  /* content */
  #counter .number {
    font-size: min(12vw, 130px);
  }

  #counter .title {
    font-size: 20px;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #counter .wrap_heading {
    padding: 0 28px;
  }

  /* content */
  #counter .content {
    gap: 40px;
    padding: 0 28px;
  }

  #counter .number {
    font-size: min(11vw, 130px);
  }

  #counter .side_text {
    font-size: 18px;
  }
}


@media screen and (max-width: 480px) {

  /* content */
  #counter .content {
    flex-direction: column;
  }

  #counter .each_count {
    width: 100%;
    padding: 24px 0 0 0;
  }

  #counter .side_text {
    font-size: 16px;
  }
}


/*---------------------------------------------------------------*\
$achivement
\*---------------------------------------------------------------*/

#archivement {
  gap: 64px;
}

/* heading */
#archivement .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

#archivement .description * {
  font-size: 22px;
  vertical-align: middle;
}

#archivement .description strong {
  font-size: 90px;
}

#archivement .note {
  font-size: 14px;
}

/* content */
#archivement .content {
  padding: 0 56px 0 0;
  gap: 72px;
}

#archivement .each {
  gap: 32px;
  background-color: #f5f5f799;
  padding: 56px;
}

#archivement .logo img {
  width: auto;
  height: 48px;
}

#archivement .results {
  padding: 32px;
  gap: 28px;
}

#archivement .what {
  gap: 24px;
  flex: 1;
}

#archivement .fixed_height {
  height: 100px;
}

#archivement .digit_slot {
  font-size: min(13vw, 80px);
  position: relative;
  display: flex;
}

#archivement .digit_column {
  position: relative;
  font-size: inherit;
  width: 0.96ch;
  height: 1em;
  overflow: hidden;
}

#archivement .digit_list {
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 2s cubic-bezier(0.6, 0, 0.2, 1);
  font-size: inherit;
}

#archivement .digit {
  height: 1em;
  line-height: 1;
  text-align: center;
  font-size: inherit;
  color: #fff;
}

#archivement .side_text {
  font-size: 24px;
  margin: 0 0 0 6px;
  gap: 10px;
}

#archivement .side_text_small {
  font-size: 17px;
  margin: 0 0 0 4px;
}

#archivement .border {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
}

#archivement .text_link {
  gap: 6px;
}

#archivement .text_link:after {
  content: '';
  background-image: url('../img/common/icon_external_link_green.svg');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  aspect-ratio: 1/1;
}

@media screen and (min-width: 1540px) {

  /* heading */
  #archivement .wrap_heading {
    padding: 0;
  }

  /* content */
  #archivement .content {
    padding: 0;
  }
}


@media screen and (max-width: 1080px) {

  /* heading */
  #archivement .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #archivement .content {
    padding: 0 40px;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #archivement .wrap_heading {
    padding: 0 28px;
  }

  #archivement .description * {
    font-size: 16px;
  }

  #archivement .description strong {
    font-size: 56px;
  }

  #archivement .note {
    font-size: 10px;
  }

  /* content */
  #archivement .content {
    padding: 0 28px;
  }

  #archivement .results {
    flex-direction: column;
    padding: 20px;
  }

  #archivement .logo img {
    height: 32px;
  }

  #archivement .each {
    padding: 24px;
  }

  #archivement .what {
    gap: 16px;
  }

  #archivement .fixed_height {
    height: auto;
  }
}


/*---------------------------------------------------------------*\
$article
\*---------------------------------------------------------------*/

#article {
  gap: 48px;
}

/* heading */
#article .wrap_heading {
  padding: 0 56px;
  gap: 24px;
}

#article .border {
  border-top: solid 1px #ddd;
  padding: 64px 56px 0 0;
}

/* content */
#article .content {
  width: 100%;
  padding: 0 56px 0 0;
  gap: 28px;
}

#article .each_article {
  width: calc((100% - 56px)/3);
  box-shadow: 0px 10px 32px rgb(0 0 0 / 3%);
}

#article .info {
  padding: 24px 32px;
  position: relative;
  min-height: 200px;
}

#article .subject {
  font-size: 21px;
}

#article .detail {
  margin: 24px 0 0 0;
  font-size: 15px;
}

#article .read_more {
  font-size: 14px;
  margin: 12px 0 0 0;
}

#article .thumbnail {
  width: 100%;
  height: 200px;
  position: relative;
  border-radius: 0 10px 10px 10px;
}

#article .thumbnail img {
  object-fit: cover;
  height: 100%;
}

#article .badge {
  position: absolute;
  border-radius: 0 0 10px 0;
  padding: 6px 20px;
  top: 0;
  left: 0;
  gap: 4px;
}

#article .badge:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -8px;
  background-image: url('../img/corner_radius_right_top_white.svg');
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
}

#article .badge .inner {
  position: relative;
}

#article .badge .logo {
  width: 100px;
}

#article .category {
  padding: 12px 20px;
}

#article .category .icon {
  width: 14px;
}

#article .category .category_name {
  font-size: 15px;
}


@media screen and (max-width: 1280px) {

  /* content */
  #article .content {
    flex-direction: column;
    gap: 32px;
  }

  #article .each_article {
    width: 100%;
  }

  #article .each_article a {
    flex-direction: row-reverse;
  }

  #article .info {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  #article .thumbnail {
    width: 300px;
    flex-shrink: 0;
    aspect-ratio: inherit;
    background-color: #fff;
  }

  #article .badge {
    position: absolute;
    border-radius: 0 10px 0 0;
    bottom: 0;
    top: inherit;
  }

  #article .badge:after {
    top: inherit;
    bottom: 0;
    background-image: url('../img/corner_radius_right_bottom_white.svg');
  }
}


@media screen and (max-width: 1080px) {

  /* heading */
  #article .wrap_heading {
    padding: 64px 40px 0;
  }

  /* content */
  #article .content {
    padding: 0 40px;
  }
}


@media screen and (max-width: 760px) {

  /* content */
  #article .each_article a {
    flex-direction: column;
  }

  #article .thumbnail {
    width: 100%;
  }

  #article .badge {
    top: 0;
    bottom: inherit;
    left: 0;
    right: inherit;
    border-radius: 0 0 10px 0;
  }

  #article .badge:after {
    bottom: inherit;
    top: 0;
    background-image: url('../img/corner_radius_right_top_white.svg');
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #article .wrap_heading {
    padding: 0 20px;
  }

  #article .border {
    padding: 64px 20px 0;
  }

  /* content */
  #article .content {
    padding: 0 20px;
  }

  #article .subject {
    font-size: 18px;
  }
}


/*---------------------------------------------------------------*\
$detailed card
\*---------------------------------------------------------------*/

#detailed_card {
  gap: 64px;
}

/* heading */
#detailed_card .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

/* content */
#detailed_card .content {
  padding: 0 56px 0 0;
  gap: 56px;
}

#detailed_card .details {
  gap: 48px;
}

#detailed_card .each {
  gap: 28px;
  padding: 0 40px;
}

#detailed_card .each:nth-last-of-type(2n) {
  background-color: #f5f5f799;
  margin: -48px 0;
  padding: 48px 40px;
}

#detailed_card .border {
  border-top: solid 1px rgba(0, 0, 0, .1);
  width: 100%;
  height: 1px;
}

#detailed_card .subject_l {
  font-size: 30px;
}

#detailed_card .subject {
  font-size: 24px;
}

#detailed_card .description,
#detailed_card .description * {
  font-size: 16px;
}

#detailed_card .thumbnail {
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  gap: 20px;
}

#detailed_card .illustration {
  flex-shrink: 0;
  border: solid 1px rgba(0, 0, 0, .1);
}

#detailed_card .half_width {
  width: 60%;
  flex-shrink: 0;
}

#detailed_card .full_width {
  width: 100%;
}

#detailed_card figcaption {
  font-size: 11px;
}


@media screen and (min-width: 1540px) {

  /* heading */
  #detailed_card .wrap_heading {
    padding: 0;
  }

  /* content */
  #detailed_card .content {
    padding: 0;
  }
}


@media screen and (max-width: 1280px) {

  /* content */
  #detailed_card .content {
    flex-direction: column;
  }

  #detailed_card .half_width {
    width: 100%;
  }
}


@media screen and (max-width: 1080px) {

  /* heading */
  #detailed_card .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #detailed_card .content {
    padding: 0;
  }

  #detailed_card .thumbnail {
    padding: 0 40px;
  }
}


@media screen and (max-width: 600px) {

  #detailed_card {
    gap: 32px;
  }

  /* heading */
  #detailed_card .wrap_heading {
    padding: 0 28px;
  }

  /* content */
  #detailed_card .each {
    padding: 0 28px;
  }

  #detailed_card .each:nth-last-of-type(2n) {
    padding: 40px 28px;
  }

  #detailed_card .subject_l {
    font-size: 19px;
  }

  #detailed_card .subject {
    font-size: 17px;
  }

  #detailed_card .description,
  #detailed_card .description * {
    font-size: 14px;
  }

  #detailed_card .thumbnail {
    padding: 0 28px;
  }

  #detailed_card .illustration {
    width: calc(100% - 56px);
    margin: 0 auto;
  }
}


/*---------------------------------------------------------------*\
$card column
\*---------------------------------------------------------------*/

#card_column {
  gap: 64px;
}

/* heading */
#card_column .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

#card_column .heading {
  line-height: 1.2;
}

/* content */
#card_column .wrap_content {
  gap: 56px;
  padding: 0 56px 0 0;
}

/* 通常デザイン */
#card_column .each_content {
  gap: 24px;
}

#card_column .thumbnail {
  width: 100%;
  flex-shrink: 0;
  position: relative;
}

/* #card_column .thumbnail_ex {
  width: 200px;
  flex-shrink: 0;
} */

#card_column .thumbnail figcaption {
  position: absolute;
  bottom: -56px;
  left: 0;
  font-size: 11px;
  z-index: 2;
}

#card_column .info {
  gap: 24px;
}

#card_column .subject {
  font-size: 24px;
}

#card_column .description,
#card_column .description * {
  font-size: 16px;
}

#card_column .list {
  gap: 10px;
}

#card_column .list .each {
  line-height: 1.3;
  background-color: #fafafa;
  padding: 10px;
  border-radius: 16px;
}

#card_column .list * {
  font-size: 14px;
  gap: 10px;
}

#card_column .list .wrap {
  width: 40px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 12px;
}

#card_column .list .icon {
  width: 18px;
}

#card_column .list .icon_apple {
  width: 15px;
}

@media screen and (min-width: 1540px) {

  /* heading */
  #card_column .wrap_heading {
    padding: 0;
  }

  /* content */
  #card_column .wrap_content {
    padding: 0;
  }
}


@media screen and (max-width: 1080px) {

  /* heading */
  #card_column .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #card_column .wrap_content {
    padding: 0 40px;
  }
}


@media screen and (max-width: 960px) {

  /* content */
  #card_column .wrap_content {
    flex-direction: column;
    gap: 40px;
  }
}


@media screen and (max-width: 760px) {

  /* content */
  #card_column .each_content {
    flex-direction: column;
  }

  #card_column .thumbnail {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {

  #card_column {
    gap: 32px;
  }

  /* heading */
  #card_column .wrap_heading {
    padding: 0 28px;
  }

  /* content */
  #card_column .wrap_content {
    padding: 0 28px;
  }

  #card_column .description,
  #card_column .description * {
    font-size: 14px;
  }

  #card_column .subject {
    font-size: 19px;
  }

  #card_column .list * {
    font-size: 12px;
  }

  #card_column .list .each {
    padding: 8px;
  }

  #card_column .list .wrap {
    width: 38px;
  }

  #card_column .list .icon {
    width: 16px;
  }

  #card_column .list .icon_apple {
    width: 13px;
  }
}


/*---------------------------------------------------------------*\
$text card column
\*---------------------------------------------------------------*/

#text_card_column {
  gap: 56px;
}

/* heading */
#text_card_column .wrap_heading {
  padding: 0 56px 0 0;
  gap: 24px;
}

/* content */
#text_card_column .wrap_content {
  gap: 32px;
  padding: 0 56px 0 0;
}

#text_card_column .each_content {
  padding: 32px;
}

#text_card_column .each_content a {
  width: 100%;
  height: 100%;
  gap: 24px;
}

#text_card_column .thumbnail {
  background: #ddd;
  flex-shrink: 0;
  width: 100%;
  aspect-ratio: 1.5/1;
}

#text_card_column .info {
  gap: 24px;
  height: 100%;
}

#text_card_column .subject {
  font-size: 24px;
}

#text_card_column .description {
  gap: 12px;
}

#text_card_column .paragraph {
  font-size: 16px;
}


@media screen and (max-width: 1080px) {

  /* heading */
  #text_card_column .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #text_card_column .wrap_content {
    padding: 0 40px;
  }
}


@media screen and (max-width: 960px) {

  /* content */
  #text_card_column .wrap_content {
    gap: 40px;
  }

  #text_card_column .each_content a {
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }

  #text_card_column .thumbnail {
    width: 300px;
    flex-shrink: 0;
  }
}


@media screen and (max-width: 760px) {

  /* content */
  #text_card_column .each_content a {
    flex-direction: column;
  }

  #text_card_column .thumbnail {
    width: 100%;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #text_card_column .wrap_heading {
    padding: 0 20px;
  }

  /* content */
  #text_card_column .wrap_content {
    padding: 0 24px;
  }

  #text_card_column .each_content {
    padding: 32px;
  }

  #text_card_column .subject {
    font-size: 18px;
  }

  #text_card_column .description {
    gap: 8px;
  }

  #text_card_column .paragraph {
    font-size: 13px;
  }
}


/*---------------------------------------------------------------*\
$company
\*---------------------------------------------------------------*/

#company {
  overflow: hidden;
  width: 100%;
  position: relative;
  left: 0;
  border-radius: 28px 0 0 28px;
}

/* heading */
#company .wrap_heading {
  gap: 8px;
  padding: 0 56px;
  position: relative;
  z-index: 1;
}

#company .heading {
  line-height: 1.3;
}

/* parallax */
#company .parallax .heading {
  padding: 64px 56px;
  font-size: min(6vw, 50px);
  position: relative;
  z-index: 3;
}

/* content */
#company .content {
  padding: 56px;
  position: relative;
  z-index: 1;
  background-color: #f5f5f799;
}

#company .description {
  margin: 0 0 56px 0;
}

#company .each_profile {
  padding: 36px 0;
  border-top: solid 1px rgba(0, 0, 0, .05);
  gap: 36px;
}

#company .each_profile:first-of-type {
  padding-top: 0;
  border-top: none;
}

#company .each_profile:last-of-type {
  padding-bottom: 0;
}

#company .thumbnail {
  width: 210px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  padding: 40px;
}

#company .thumbnail_ex {
  width: 340px;
  height: auto;
  flex-shrink: 0;
}

#company .info {
  width: 100%;
}

#company .job_title {
  font-size: 13px;
  background-color: #000;
  color: #fff;
  width: fit-content;
  padding: 6px 0;
  width: 90px;
  border-radius: 80px;
  text-align: center;
}

#company .name {
  font-size: 30px;
  margin: 8px 0 0 0;
}

#company .introduction {
  font-size: 17px;
  margin: 32px 0 0 0;
}

/* for solution page */
#company .list {
  gap: 16px;
  margin: 20px 0 0 0;
}

#company .list * {
  font-size: 15px;
}


@media screen and (min-width: 1540px) {

  #company {
    border-radius: 28px;
  }
}


@media screen and (max-width: 1280px) {

  /* content */
  #company .each_profile {
    width: 100%;
  }
}


@media screen and (max-width: 1080px) {

  #company {
    border-radius: 0;
  }

  /* content */
  #company .content {
    padding: 56px 40px;
  }

  /* parallax */
  #company .parallax .heading {
    padding: 56px 40px;
  }
}


@media screen and (max-width: 860px) {

  /* content */
  #company .each_profile {
    flex-direction: column;
    gap: 24px;
  }

  #company .thumbnail {
    margin-right: auto;
    width: 160px;
  }
}


@media screen and (max-width: 600px) {

  /* heading */
  #company .wrap_heading {
    padding: 0 24px;
  }

  /* parallax */
  #company .parallax .heading {
    padding: 40px 28px;
    font-size: 24px;
  }

  /* content */
  #company .content {
    padding: 24px 28px 48px;
  }

  #company .thumbnail {
    width: 130px;
    padding: 20px;
  }

  #company .job_title {
    font-size: 11px;
  }

  #company .name {
    font-size: 19px;
  }

  #company .introduction {
    font-size: 14px;
  }

  /* for solution page */
  #company .list * {
    font-size: 13px;
  }
}


/*---------------------------------------------------------------*\
$library
\*---------------------------------------------------------------*/

#library {
  width: calc(100% - 56px);
  position: relative;
  gap: 64px;
}

.recruit_page #library {
  max-width: 1440px;
}

/* heading */
#library .wrap_heading {
  gap: 32px;
}

#library .sub_heading {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#library .heading {
  gap: 24px;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* right */
#library .right {
  width: 100%;
  background-color: #000;
}

#library .right .each_content a {
  width: 100%;
  height: 100%;
  gap: 48px;
  padding: 40px;
}

#library .right .info {
  gap: 12px;
  width: 100%;
}

#library .right .tag {
  width: fit-content;
  padding: 8px;
  border-radius: 3px;
  font-size: 13px;
  background-color: #444;
}

#library .right .subject {
  font-size: 24px;
  line-height: 1.4;
}

#library .right .description {
  font-size: 15px;
}

#library .right .thumbnail {
  width: 45%;
  max-width: 450px;
  flex-shrink: 0;
}

#library .right .read {
  font-size: 14px;
  margin: 12px 0 0 0;
  width: fit-content;
  gap: 8px;
}

#library .right .icon_link_arrow {
  margin: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

#library .right .border {
  border-bottom: solid 1px #333;
}

/* hovered */
#library .right .each_content:hover .read {
  color: #22d700;
}

#library .right .each_content:hover .icon_link_arrow {
  border-top: 2px solid #22d700;
  border-right: 2px solid #22d700;
}


@media screen and (min-width: 1540px) {

  #library {
    width: 100%;
  }
}


@media screen and (max-width: 1080px) {

  #library {
    width: 100%;
  }

  /* right */
  #library .right {
    border-radius: 0;
  }
}


@media screen and (max-width: 950px) {

  #library {
    flex-direction: column;
  }

  /* right */
  #library .right .each_content a {
    flex-direction: column-reverse;
    gap: 24px;
  }

  #library .right .thumbnail {
    max-width: inherit;
    width: 100%;
  }
}


@media screen and (max-width: 600px) {

  #library {
    gap: 32px;
  }

  /* right */
  #library .right .each_content a {
    padding: 28px;
  }

  #library .right .tag {
    font-size: 10px;
  }

  #library .right .subject {
    font-size: 16px;
  }

  #library .right .description {
    font-size: 11px;
  }
}


/*---------------------------------------------------------------*\
$table
\*---------------------------------------------------------------*/

#table {
  gap: 64px;
}

/* heading */
#table .wrap_heading {
  padding: 0 56px 0 0;
  gap: 32px;
}

/* content */
#table .content {
  overflow-x: auto;
  padding: 1px 56px 1px 0;
  gap: 24px;
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* カラム数 */
#table .column-option {
  grid-template-columns: 160px 1fr 1fr 1fr;
}

#table .column-optionWide {
  grid-template-columns: 260px 1fr 1fr 1fr;
}

#table .column-option-5col {
  grid-template-columns: 220px 1fr 1fr 1fr 1fr;
}

/* border */
#table .grid-table .border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_bottom_green {
  border-bottom: 1px solid #ccebd0;
}

#table .grid-table .border_top {
  border-top: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_bottom {
  border-bottom: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_right {
  border-right: 1px solid rgba(0, 0, 0, .08);
}

#table .grid-table .border_left {
  border-left: 1px solid rgba(0, 0, 0, .08);
}

/* background */
#table .grid-table .bg_light_blue {
  background-color: #edfaff;
}

#table .grid-table .bg_light_green {
  background-color: #f0ffea;
}

#table .grid-table .bg_blue {
  background-color: #00acb4;
}

#table .grid-table .bg_green {
  background: linear-gradient(to right, #74FA5C 0%, #74FA5C 100%)
}

#table .grid-table {
  display: grid;
  background-color: #fff;
}

#table .grid-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#table .grid-label {
  background: #f5f5f799;
}

#table .grid-item {
  padding: 20px 16px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#table .grid-item-lower {
  height: 100%;
  padding: 22px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#table .grid-item-lower,
#table .grid-item-lower * {
  font-size: 15px;
  font-weight: 400;
}

#table .grid-item .border {
  background-color: rgba(0, 0, 0, .1);
  height: 1px;
  margin: 16px 0;
}

/* note */
#table .note {
  gap: 8px;
}

#table .note,
#table .note * {
  font-size: 13px;
}

#table .caution {
  display: flex;
}

/* icons */
#table .icon {
  width: 18px;
  margin: 0 auto;
}


@media screen and (min-width: 1540px) {

  /* heading */
  #table .wrap_heading {
    padding: 0;
  }

  /* content */
  #table .content {
    padding: 0;
  }
}


@media (max-width: 1280px) {

  /* content */
  #table .grid-table {
    width: 1080px;
  }

  #table .note {
    font-size: 13px;
    width: 100%;
    text-align: left;
  }
}


@media (max-width: 1080px) {

  /* heading */
  #table .wrap_heading {
    padding: 0 40px;
  }

  /* content */
  #table .content {
    padding: 1px 40px;
  }
}


@media (max-width: 600px) {

  /* heading */
  #table .wrap_heading {
    padding: 0 28px;
  }

  /* content */
  #table .content {
    padding: 1px 28px;
  }

  #table .grid-table {
    width: 820px;
  }

  #table .grid-item {
    font-size: 12px;
    padding: 16px;
  }

  #table .grid-item-lower,
  #table .grid-item-lower * {
    font-size: 12px;
  }

  #table .column-option-5col {
    grid-template-columns: 180px 1fr 1fr 1fr 1fr;
  }
}


/*---------------------------------------------------------------*\
$会社概要 > Our Mission
\*---------------------------------------------------------------*/

#statement {
  gap: 64px;
}

#statement .padding_left {
  padding: 0 0 0 56px;
}

#statement .padding_right {
  padding: 0 56px 0 0;
}

/* heading */
#statement .wrap_heading {
  gap: 24px;
}

#statement .heading_sp {
  font-size: 20px;
}

#statement .catch_sp {
  font-size: min(6vw, 60px);
  line-height: 1.3;
}

/* content */
#statement .wrap {
  gap: 80px;
  position: relative;
}

#statement .description {
  gap: 40px;
}

#statement .figure {
  width: 50%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;
  position: sticky;
  top: 120px;
  left: 0;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}


@media screen and (min-width: 1552px) {

  #statement .padding_left {
    padding: 0 0 0 calc((100% - 1440px)/2);
  }

  #statement .padding_right {
    padding: 0 calc((100% - 1440px)/2) 0 0;
  }
}


@media screen and (min-width: 1380px) {

  /* content */
  #statement .figure {
    aspect-ratio: 1/0.8;
    max-height: 600px;
  }
}


@media screen and (max-width: 1080px) {

  #statement .padding_left {
    padding: 0 0 0 40px;
  }

  /* content */
  #statement .wrap {
    gap: 40px;
  }
}


@media screen and (max-width: 860px) {

  /* content */
  #statement .wrap {
    flex-direction: column-reverse;
  }

  #statement .wrap.padding_left {
    padding: 0;
  }

  #statement .figure {
    width: 100%;
    aspect-ratio: 2/1;
    position: static;
  }

  #statement .description {
    padding: 0 40px;
  }
}


@media screen and (max-width: 600px) {

  #statement {
    gap: 32px;
  }

  #statement .padding_left {
    padding: 0 0 0 28px;
  }

  /* heading */
  #statement .heading_sp {
    font-size: 13px;
  }

  #statement .catch_sp {
    font-size: 30px;
  }

  /* content */
  #statement .description {
    padding: 0 28px;
  }
}


/*---------------------------------------------------------------*\
$会社概要 > Values
\*---------------------------------------------------------------*/

#values {
  width: calc(100% - 112px);
  max-width: 1440px;
  margin: 0 auto;
  gap: 100px;
}

/* heading */
#values .wrap_heading {
  gap: 24px;
}

/* content */
#values .content {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}

#values .each {
  border-top: solid 1px #000;
  padding: 20px 0 0 0;
}

#values .number {
  font-size: 11px;
}

#values .subject {
  font-size: 30px;
  margin: 48px 0 0 0;
}

#values .subtitle {
  font-size: 13px;
  margin: 20px 0 0 0;
}

#values .description {
  line-height: 1.8;
  margin: 64px 0 0 0;
}


@media screen and (max-width: 1080px) {

  #values {
    width: calc(100% - 80px);
  }

  /* ccontent */
  #values .content {
    grid-template-columns: 1fr;
  }
}


@media screen and (max-width: 600px) {

  #values {
    width: calc(100% - 56px);
    gap: 80px;
  }

  /* content */
  #values .subtitle {
    font-size: 12px;
  }

  #values .subject {
    font-size: 24px;
  }
}


/*---------------------------------------------------------------*\
$会社概要 > Member
\*---------------------------------------------------------------*/

#members {
  width: calc(100% - 112px);
  max-width: 1440px;
  margin: 0 auto;
  gap: 80px;
}

/* heading */
#members .wrap_heading {
  gap: 24px;
}

/* content */
#members .content {
  gap: 100px;
  grid-template-columns: 1fr 1fr;
}

#members .profile {
  gap: 32px;
}

#members .picture {
  max-width: 500px;
  height: auto;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  background-color: #f5f5f799;
}

#members .info {
  width: 100%;
}

#members .name {
  font-size: 30px;
}

#members .name_en {
  font-size: 15px;
  margin: 8px 0 0 0;
}

#members .title {
  margin: 32px 0 0 0;
}

#members .description {
  margin: 64px 0 0 0;
}


@media screen and (max-width: 1080px) {

  #members {
    width: calc(100% - 80px);
  }
}


@media screen and (max-width: 860px) {

  #members .content {
    gap: 40px;
  }
}


@media screen and (max-width: 600px) {

  #members {
    width: calc(100% - 40px);
  }

  /* content */
  #members .content {
    grid-template-columns: 1fr;
  }

  #members .picture {
    width: 100%;
    max-width: inherit;
  }

  #members .name {
    font-size: 24px;
  }

  #members .name_en {
    font-size: 12px;
  }

  #members .title {
    font-size: 14px;
  }
}


/*---------------------------------------------------------------*\
$会社概要 > 挿入画像
\*---------------------------------------------------------------*/

#insert {
  width: 100%;
  height: 600px;
  background-color: #efefef;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
}


@media screen and (max-width: 600px) {

  #insert {
    height: auto;

    img {
      height: auto;
    }
  }
}


/*---------------------------------------------------------------*\
$会社概要 > Access
\*---------------------------------------------------------------*/

#list {
  gap: 56px;
  position: relative;
}

#list:nth-of-type(2) {
  padding-top: 100px;
}

/* heading */
#list .wrap_heading {
  flex-shrink: 0;
  height: auto;
  gap: 24px;
  width: 220px;
}

/* content */
#list .content {
  position: relative;
  width: 100%;
}

#list .info_list {
  position: relative;
  gap: 56px;
  margin: 36px 0 0 0;
}

#list .info_list * {
  font-size: 16px;
}

#list .info_list .headline {
  padding: 16px 0 16px 16px;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
}

#list .info_list .each_info dt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  flex-shrink: 0;
  text-align: center;
  border-bottom: solid 1px #333;
  padding-bottom: 48px;
}

#list .info_list .each_info dt>time {
  font-size: 15px;
}

#list .info_list .each_info dd {
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding: 0 0 48px 5%;
  gap: 24px;
}

#list .info_list .each_info a {
  text-decoration: underline;
}

#list .info_list .wrap_list {
  gap: 12px;
}

#list .info_list .each_list {
  gap: 8px;
}

#list .info_list .inner_list {
  gap: 10px;
}

#list .info_list .subject_small {
  font-size: 13px;
  color: #666;
}

#list .info_list .divider {
  border-bottom: dashed 1px #ddd;
  margin: 16px 0;
}

#list .info_list .thumbnail {
  width: 220px;
  aspect-ratio: 1/1;
}

#list .info_list .thumbnail img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}


@media screen and (max-width: 1080px) {

  #list {
    padding: 0 40px;
  }
}


@media screen and (max-width: 860px) {

  #list {
    flex-direction: column;
  }
}


@media screen and (max-width: 600px) {

  #list {
    padding: 0 28px;
  }

  /* content */
  #list .info_list {
    gap: 24px;
    margin: 16px 0 0 0;
  }

  #list .info_list .headline {
    padding: 10px 0 10px 16px;
  }

  #list .info_list .each_info dt {
    width: 90px;
    padding-bottom: 24px;
    font-size: 12px;
  }

  #list .info_list .each_info dd {
    width: calc(100% - 90px);
    padding: 0 0px 24px 5%;
  }

  #list .info_list .each_info dd,
  #list .info_list .each_info dd *,
  #list .info_list .each_list span {
    font-size: 12px;
  }
}


/*---------------------------------------------------------------*\
$会社概要 > Outline
\*---------------------------------------------------------------*/

#outline {
  gap: 56px;
  margin: 100px 0 0 0;
  position: relative;
}

/* heading */
#outline .wrap_heading {
  padding: 0 56px 0 0;
  flex-shrink: 0;
  height: auto;
  width: 220px;
}

#outline .wrap_heading>div {
  position: sticky;
  top: 110px;
  gap: 24px;
}

/* content */
#outline .content {
  gap: 32px;
  position: relative;
  width: 100%;
}

#outline .each {
  gap: 32px;
  position: sticky;
  top: 110px;
  padding: 40px 56px 0 0;
  border: solid 1px #ddd;
  border-bottom: none;
  border-radius: 0 48px 0 0;
  border-left: none;
  background: #fff;
}

#outline .each:first-of-type:after {
  display: none;
}

#outline .each:after {
  display: block;
  content: '';
  width: 36px;
  height: 20px;
  background-color: #fff;
  top: -2px;
  left: 0;
  position: absolute;
}

#outline .each .wrap_subject {
  gap: 12px;
}

#outline .each .potch {
  width: 24px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
}

#outline .each .potch:after {
  position: absolute;
  width: 6px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
}

#outline .each .subject {
  font-size: 40px;
  position: relative;
}

#outline .each .detail {
  gap: 16px;
}

#outline .each .border {
  height: auto;
  width: 12px;
  flex-shrink: 0;
  margin-left: 11px;
  border-left: solid 1px #222;
}

#outline .each .info {
  width: 100%;
  margin: 0 0 40px 0;
  background-color: #f5f5f799;
  padding: 28px;
  gap: 32px;
}

#outline .each .info * {
  font-size: 16px;
}

#outline .each .info li {
  gap: 12px;
}

#outline .each .badge {
  width: 90px;
  padding: 6px 0;
  font-size: 13px;
  flex-shrink: 0;
}


@media screen and (max-width: 1080px) {

  #outline {
    padding: 0 40px;
  }
}


@media screen and (max-width: 860px) {

  #outline {
    flex-direction: column;
  }
}


@media screen and (max-width: 600px) {

  #outline {
    margin: 0;
    padding: 0 28px;
  }

  /* content */
  #outline .each {
    padding: 40px 24px 0 0;
  }

  #outline .each .wrap_subject {
    gap: 8px;
  }

  #outline .each .potch {
    width: 17px;
  }

  #outline .each .potch:after {
    width: 4px;
  }

  #outline .each .subject {
    font-size: 24px;
  }

  #outline .each .detail {
    gap: 10px;
  }

  #outline .each .border {
    width: 8px;
    margin-left: 8px;
  }

  #outline .each .info {
    gap: 24px;
  }

  #outline .each .info * {
    font-size: 13px;
  }

  #outline .each .badge {
    width: 48px;
    font-size: 11px;
    flex-shrink: 0;
  }
}


/*---------------------------------------------------------------*\
$採用情報 > Message
\*---------------------------------------------------------------*/

#statement_lite {
  width: calc(100% - 112px);
  border-top: solid 1px#000;
  gap: 80px;
  margin: 0 auto;
  padding: 100px 0 0 0;
}

/* heading */
#statement_lite .wrap_heading {
  width: 50%;
  flex-shrink: 0;
  gap: 24px;
}

#statement_lite .heading_pc {
  display: none;
  font-size: 19px;
}

#statement_lite .catch_pc {
  display: none;
  line-height: 1.3;
  margin: 32px 0 80px;
}

#statement_lite .wrap {
  gap: 80px;
  width: 100%;
}

#statement_lite .catch_pc.font_sizeLarge {
  font-size: 68px;
}

#statement_lite .heading_sp {
  display: block;
  font-size: 15px;
}

#statement_lite .catch_sp {
  display: block;
  font-size: min(6vw, 60px);
  margin: 32px 0 px;
  line-height: 1.3;
}

#statement_lite .subject {
  font-size: 30px;
}

#statement_lite .description {
  gap: 40px;
}


@media screen and (max-width: 1080px) {

  #statement_lite {
    width: calc(100% - 80px);
    flex-direction: column;
  }

  /* heading */
  #statement_lite .wrap_heading {
    width: 100%;
  }

  /* content */
  #statement_lite .wrap {
    gap: 40px;
  }
}


@media screen and (max-width: 860px) {

  /* content */
  #statement_lite .wrap {
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 600px) {

  #statement_lite {
    width: calc(100% - 56px);
  }

  #statement_lite .heading_pc {
    font-size: 14px;
  }

  #statement_lite .heading_sp {
    font-size: 12px;
  }

  #statement_lite .catch_sp {
    font-size: 30px;
  }
}


/*---------------------------------------------------------------*\
$採用情報 > introductioon
\*---------------------------------------------------------------*/

#statement_intro {
  gap: 64px;
}

#statement_intro .padding_left {
  padding: 0 0 0 56px;
}

#statement_intro .padding_right {
  padding: 0 56px 0 0;
}

/* heading */
#statement_intro .wrap_heading {
  gap: 24px;
}

#statement_intro .heading_sp {
  display: block;
  font-size: 15px;
}

#statement_intro .catch_sp {
  display: block;
  font-size: min(6vw, 70px);
  line-height: 1.3;
}

#statement_intro .heading_pc {
  display: none;
  font-size: 19px;
}

#statement_intro .catch_pc {
  display: none;
  font-size: min(25vw, 60px);
  line-height: 1.3;
  margin: 32px 0 80px;
}

/* content */
#statement_intro .wrap {
  gap: 80px;
}

#statement_intro .subject {
  font-size: 30px;
}

#statement_intro .description {
  gap: 40px;
}

#statement_intro .figure {
  width: 50%;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}


@media screen and (min-width: 1552px) {

  #statement_intro .padding_left {
    padding: 0 0 0 calc((100% - 1440px)/2);
  }

  #statement_intro .padding_right {
    padding: 0 calc((100% - 1440px)/2) 0 0;
  }
}


@media screen and (min-width: 1380px) {

  /* heading */
  #statement_intro .heading_pc {
    display: block;
  }

  #statement_intro .catch_pc {
    display: block;
  }

  #statement_intro .heading_sp {
    display: none;
  }

  #statement_intro .catch_sp {
    display: none;
  }

  /* content */
  #statement_intro .figure {
    aspect-ratio: 1/0.8;
    max-height: 600px;
  }
}


@media screen and (max-width: 1080px) {

  #statement_intro .padding_left {
    padding: 0 0 0 40px;
  }

  #statement_intro .padding_right {
    padding: 0 40px 0 0;
  }

  /* content */
  #statement_intro .wrap {
    gap: 40px;
  }
}


@media screen and (max-width: 860px) {

  #statement_intro .wrap.padding_left,
  #statement_intro .wrap.padding_right {
    padding: 0;
  }

  /* content */
  #statement_intro .wrap {
    flex-direction: column-reverse;
  }

  #statement_intro .figure {
    width: 100%;
    aspect-ratio: 2/1;
  }

  #statement_intro .description {
    padding: 0 40px;
  }
}


@media screen and (max-width: 600px) {

  #statement_intro {
    gap: 32px;
  }

  #statement_intro .padding_left,
  #statement_intro .padding_right {
    padding: 0 0 0 28px;
  }

  /* heading */
  #statement_intro .heading_sp {
    font-size: 12px;
  }

  #statement_intro .catch_sp {
    font-size: 22px;
  }

  /* content */
  #statement_intro .description {
    padding: 0 28px;
  }
}


/*---------------------------------------------------------------*\
$採用情報 > リンク
\*---------------------------------------------------------------*/

#archivement .cta_archivement {
  width: calc(100% - 56px);
}

#archivement .parallax .content {
  padding: 44px 56px;
  position: relative;
  z-index: 3;
}

#archivement .parallax_area:after {
  opacity: .2;
}

#archivement .parallax .subject {
  font-size: min(4.5vw, 30px);
}

#archivement .parallax .description {
  margin: 20px 0 0 0;
}

#archivement .parallax .buttons {
  margin: 32px 0 0 0;
  gap: 20px;
}

#archivement .parallax .button {
  width: 280px;
  height: 64px;
  font-size: 16px;
}


@media screen and (min-width: 1540px) {

  #archivement .cta_archivement {
    width: 100%;
  }
}


@media screen and (max-width: 1080px) {

  #archivement .cta_archivement {
    width: calc(100% - 80px);
    margin: 0 auto;
  }
}


@media screen and (max-width: 600px) {

  #archivement .cta_archivement {
    width: calc(100% - 56px);
  }

  #archivement .parallax .subject {
    font-size: 22px;
  }

  #archivement .parallax .button {
    height: 56px;
    font-size: 14px;
  }
}


/*---------------------------------------------------------------*\
$お問い合わせ > フォーム
\*---------------------------------------------------------------*/

#form {
  border-radius: 80px 80px 0 0;
  padding: 80px 0 150px;
  background-color: #f9f9f9;
}

#form iframe {
  width: calc(100% - 116px);
  margin: 0 auto;
  max-width: 860px;
}


@media screen and (max-width: 1080px) {

  #form iframe {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 600px) {

  #form {
    border-radius: 28px 28px 0 0;
  }

  #form iframe {
    width: calc(100% - 56px);
  }
}


/*---------------------------------------------------------------*\
$お問い合わせ > サンクスページ
\*---------------------------------------------------------------*/

#thanks {
  border-radius: 80px 80px 0 0;
  height: 560px;
  gap: 40px;
  background-color: #f9f9f9;
}

#thanks .subject {
  font-size: 26px;
}

#thanks .button {
  width: 320px;
  height: 72px;
}


@media screen and (max-width: 600px) {

  #thanks {
    height: 480px;
    gap: 20px;
  }

  #thanks .subject {
    font-size: 22px;
  }

  #thanks .description {
    font-size: 14px;
  }

  #thanks .button {
    width: 220px;
    height: 48px;
  }
}