@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
田中電子とは
---------------------------------------------------------------------------------------------------------------------
*/
#about-area {
  position: relative; }
  #about-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    mix-blend-mode: screen;
    z-index: -1; }

.about-nav {
  padding: 40px 0 0; }
  @media screen and (min-width: 768px) {
    .about-nav {
      padding: 60px 0 0; } }
  @media screen and (min-width: 1200px) {
    .about-nav {
      padding: 100px 0 0; } }
  .about-nav__inner {
    margin: 0 auto;
    max-width: 1000px;
    padding: 0 5%; }
  .about-nav__list {
    display: grid;
    gap: 24px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0; }
    @media screen and (min-width: 768px) {
      .about-nav__list {
        gap: 32px 50px;
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media screen and (min-width: 1200px) {
      .about-nav__list {
        gap: 32px 64px;
        grid-template-columns: repeat(4, minmax(0, 1fr)); } }
  .about-nav__link {
    align-items: center;
    border-bottom: 1px solid #223588;
    color: #223588;
    display: flex;
    font-size: 0.75em;
    font-weight: 500;
    justify-content: space-between;
    padding: 0 0 10px 0; }
    @media screen and (min-width: 768px) {
      .about-nav__link {
        font-size: 0.9em;
        padding-bottom: 10px; } }
    @media screen and (min-width: 1200px) {
      .about-nav__link {
        font-size: 1.0em;
        padding-bottom: 12px; } }
    .about-nav__link:hover .about-nav__arrow {
      background-color: #223588;
      color: #fff;
      transform: translateY(4px); }
  .about-nav__arrow {
    align-items: center;
    border: 1px solid #223588;
    border-radius: 50%;
    display: flex;
    font-size: 1em;
    height: 24px;
    justify-content: center;
    line-height: 1;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    width: 24px; }
    @media screen and (min-width: 768px) {
      .about-nav__arrow {
        height: 26px;
        width: 26px; } }
    @media screen and (min-width: 1200px) {
      .about-nav__arrow {
        height: 28px;
        width: 28px; } }

/*
---------------------------------------------------------------------------------------------------------------------
田中電子とは
---------------------------------------------------------------------------------------------------------------------
*/
.about {
  padding: 90px 0 80px; }
  @media screen and (min-width: 768px) {
    .about {
      padding: 120px 0 100px; } }
  @media screen and (min-width: 1200px) {
    .about {
      padding: 140px 0 120px; } }
  .about__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .about__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .about__inner {
        padding: 0 70px; } }
  .about__content {
    scroll-margin-top: 100px; }
  .about__intro {
    display: flex;
    flex-direction: column;
    gap: 36px;
    margin-top: 54px; }
    @media screen and (min-width: 768px) {
      .about__intro {
        gap: 46px;
        margin-top: 66px; } }
    @media screen and (min-width: 1000px) {
      .about__intro {
        align-items: flex-start;
        display: grid;
        gap: 80px;
        grid-template-columns: 400px minmax(0, 1fr);
        margin-top: 68px; } }
    @media screen and (min-width: 1200px) {
      .about__intro {
        gap: 100px;
        grid-template-columns: 450px minmax(0, 1fr); } }
  .about__catch {
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.6em;
    color: #223588; }
    @media screen and (min-width: 768px) {
      .about__catch {
        font-size: 2.0em; } }
    @media screen and (min-width: 1200px) {
      .about__catch {
        font-size: 2.25em; } }
  @media screen and (min-width: 1000px) {
    .about__description {
      padding-top: 2px; } }
  .about__description p {
    font-size: 0.8em;
    text-align: justify;
    line-height: 2.0em; }
    @media screen and (min-width: 768px) {
      .about__description p {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .about__description p {
        font-size: 1.0em; } }
    .about__description p + p {
      margin-top: 8px; }
      @media screen and (min-width: 768px) {
        .about__description p + p {
          margin-top: 10px; } }

.about-business {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .about-business {
      flex-direction: row;
      justify-content: center;
      margin-top: 60px; } }
  @media screen and (min-width: 1200px) {
    .about-business {
      margin-top: 100px; } }
  .about-business__item {
    align-items: center;
    aspect-ratio: 1 / 1;
    border: 1px solid #17439b;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    position: relative;
    width: min(300px, calc(100vw - 40px)); }
    @media screen and (min-width: 480px) {
      .about-business__item {
        padding: 42px;
        width: 340px; } }
    @media screen and (min-width: 768px) {
      .about-business__item {
        padding: 28px;
        width: 250px; } }
    @media screen and (min-width: 1000px) {
      .about-business__item {
        padding: 38px;
        width: 310px; } }
    @media screen and (min-width: 1200px) {
      .about-business__item {
        padding: 48px;
        width: 360px; } }
    .about-business__item + .about-business__item {
      margin-top: -28px; }
      @media screen and (min-width: 768px) {
        .about-business__item + .about-business__item {
          margin-left: -18px;
          margin-top: 0; } }
      @media screen and (min-width: 1000px) {
        .about-business__item + .about-business__item {
          margin-left: -24px; } }
      @media screen and (min-width: 1200px) {
        .about-business__item + .about-business__item {
          margin-left: -30px; } }
  .about-business__icon img {
    width: auto;
    height: 50px;
    display: block;
    object-fit: contain; }
    @media screen and (min-width: 1200px) {
      .about-business__icon img {
        height: 60px; } }
  .about-business__title {
    font-size: 1.0em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 18px 0 0;
    color: #223588;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .about-business__title {
        font-size: 1.0em;
        margin-top: 14px; } }
    @media screen and (min-width: 1024px) {
      .about-business__title {
        font-size: 1.125em;
        margin-top: 18px; } }
    @media screen and (min-width: 1200px) {
      .about-business__title {
        font-size: 1.25em;
        margin-top: 20px; } }
  .about-business__text {
    font-size: 0.8em;
    line-height: 1.8em;
    margin: 14px 0 0;
    max-width: 190px;
    text-align: justify; }
    @media screen and (min-width: 768px) {
      .about-business__text {
        margin-top: 10px;
        max-width: 180px; } }
    @media screen and (min-width: 1024px) {
      .about-business__text {
        font-size: 0.85em;
        margin-top: 15px;
        max-width: 200px; } }
    @media screen and (min-width: 1200px) {
      .about-business__text {
        font-size: 0.9em;
        margin-top: 18px;
        max-width: 220px; } }

/*
---------------------------------------------------------------------------------------------------------------------
代表メッセージ
---------------------------------------------------------------------------------------------------------------------
*/
#board-member {
  position: relative; }
  #board-member::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #223588;
    height: 100%;
    mix-blend-mode: multiply;
    opacity: 0.5;
    z-index: -1; }

.message {
  color: #fff;
  overflow: hidden;
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .message {
      padding: 80px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .message {
      padding: 120px 0 100px; } }
  .message__inner {
    margin: 0 auto;
    max-width: 1600px; }
  .message .page-heading {
    margin-left: 20px; }
    @media screen and (min-width: 768px) {
      .message .page-heading {
        margin-left: 60px; } }
    @media screen and (min-width: 1200px) {
      .message .page-heading {
        margin-left: 90px; } }
  .message__main-image {
    margin-left: auto;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .message__main-image {
        width: calc(100% - 60px);
        margin-top: 60px; } }
    @media screen and (min-width: 1200px) {
      .message__main-image {
        width: calc(100% - 90px);
        margin-top: 100px; } }
    .message__main-image img {
      display: block;
      object-fit: cover;
      object-position: center; }
  .message__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .message__content {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 340px minmax(0, 1fr);
        gap: 40px;
        margin-top: 60px; } }
    @media screen and (min-width: 1000px) {
      .message__content {
        gap: 60px;
        grid-template-columns: 360px minmax(0, 1fr);
        margin-top: 80px; } }
    @media screen and (min-width: 1200px) {
      .message__content {
        gap: 60px;
        grid-template-columns: 500px minmax(0, 1fr); } }
  .message__catch {
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.6em;
    margin: 0 0 0 20px; }
    @media screen and (min-width: 768px) {
      .message__catch {
        font-size: 1.75em;
        margin: 0 0 0 60px; } }
    @media screen and (min-width: 1200px) {
      .message__catch {
        font-size: 2.25em;
        margin: 0 0 0 90px; } }
  .message__sub-images {
    height: 340px;
    margin-top: 42px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .message__sub-images {
        height: 430px;
        margin-top: 54px;
        max-width: 430px; } }
    @media screen and (min-width: 1000px) {
      .message__sub-images {
        height: 440px;
        margin-top: 76px;
        max-width: none; } }
  .message__sub-image {
    overflow: hidden;
    position: absolute; }
    .message__sub-image img {
      display: block;
      object-fit: cover; }
    .message__sub-image--01 {
      top: 0;
      width: 70%; }
      @media screen and (min-width: 768px) {
        .message__sub-image--01 {
          width: 260px; } }
      @media screen and (min-width: 1200px) {
        .message__sub-image--01 {
          width: 340px; } }
    .message__sub-image--02 {
      bottom: 0;
      right: 0;
      width: 150px; }
      @media screen and (min-width: 768px) {
        .message__sub-image--02 {
          width: 180px; } }
      @media screen and (min-width: 1200px) {
        .message__sub-image--02 {
          width: 220px; } }
  .message__body {
    padding: 0 5%; }
    @media screen and (min-width: 768px) {
      .message__body {
        padding: 0 5% 0 0; } }
  @media screen and (min-width: 768px) {
    .message__text {
      width: 85%; } }
  .message__text p {
    font-size: 0.85em;
    text-align: justify;
    line-height: 2.2em;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .message__text p {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .message__text p {
        font-size: 1.0em; } }
    .message__text p + p {
      margin-top: 24px; }
      @media screen and (min-width: 768px) {
        .message__text p + p {
          margin-top: 30px; } }
  .message__signature {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .message__signature {
        margin-top: 60px; } }
    @media screen and (min-width: 1200px) {
      .message__signature {
        margin-top: 80px; } }
  .message__signature-position {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .message__signature-position {
        font-size: 0.9em; } }
  .message__signature-name {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4em;
    margin: 10px 0 0; }
    @media screen and (min-width: 768px) {
      .message__signature-name {
        font-size: 1.375em; } }
  .message__signature-profile {
    font-size: 0.8em;
    text-align: justify;
    line-height: 1.8em;
    margin: 15px 0 0 0; }
    @media screen and (min-width: 768px) {
      .message__signature-profile {
        font-size: 0.9em;
        width: 85%; } }

.podcast-banner {
  position: relative;
  color: #fff;
  padding: 40px 0;
  max-width: 1100px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .podcast-banner {
      padding: 60px 0; } }
  @media screen and (min-width: 1200px) {
    .podcast-banner {
      padding: 80px 0 80px; } }
  .podcast-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(27, 43, 110, 0.5);
    height: 100%;
    mix-blend-mode: multiply;
    z-index: -1; }
    @media screen and (min-width: 1200px) {
      .podcast-banner::before {
        border-radius: 10px; } }
  .podcast-banner__inner {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .podcast-banner__inner {
        align-items: center;
        display: grid;
        gap: 40px;
        grid-template-columns: 260px minmax(0, 1fr);
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .podcast-banner__inner {
        padding: 0 80px; } }
  .podcast-banner__image {
    width: 90%;
    margin: auto; }
  .podcast-banner__content {
    min-width: 0; }
  .podcast-banner__label {
    background-color: #fff;
    border-radius: 30px;
    color: #000;
    display: inline-block;
    font-size: 0.8em;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0;
    padding: 12px 20px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .podcast-banner__label {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .podcast-banner__label {
        font-size: 1.125em;
        padding: 10px 30px; } }
    .podcast-banner__label::after {
      background-color: #fff;
      bottom: -10px;
      content: "";
      height: 16px;
      left: 50%;
      position: absolute;
      transform: translateX(-50%);
      border-radius: 40px;
      width: 9px; }
  .podcast-banner__heading {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .podcast-banner__heading {
        gap: 10px; } }
    @media screen and (min-width: 1200px) {
      .podcast-banner__heading {
        flex-direction: row;
        display: flex;
        align-items: center;
        gap: 18px 30px; } }
  .podcast-banner__title {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.75em;
    font-weight: 500;
    line-height: 1.2em;
    margin: 0; }
    @media screen and (min-width: 1200px) {
      .podcast-banner__title {
        font-size: 1.75em; } }
  .podcast-banner__catch {
    font-size: 0.8em;
    line-height: 1.4em;
    margin: 0; }
    @media screen and (min-width: 768px) {
      .podcast-banner__catch {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .podcast-banner__catch {
        font-size: 1.0em; } }
  .podcast-banner__description {
    font-size: 0.8em;
    text-align: justify;
    line-height: 1.8em;
    margin: 15px 0 0;
    max-width: 760px; }
    @media screen and (min-width: 1200px) {
      .podcast-banner__description {
        font-size: 0.9em;
        margin-top: 20px; } }
  .podcast-banner ul.podcast-link {
    display: flex;
    margin-top: 20px; }
    @media (min-width: 768px) {
      .podcast-banner ul.podcast-link {
        margin-top: 40px; } }
    .podcast-banner ul.podcast-link li {
      margin-right: 5px; }
      @media (min-width: 768px) {
        .podcast-banner ul.podcast-link li {
          margin-right: 8px; } }
      .podcast-banner ul.podcast-link li a {
        position: relative;
        margin-right: 5px;
        font-size: 0.8em;
        color: #fff; }
        @media (min-width: 768px) {
          .podcast-banner ul.podcast-link li a {
            margin-right: 8px;
            font-size: 0.9em; } }
        .podcast-banner ul.podcast-link li a::after {
          position: absolute;
          bottom: 0;
          left: 0;
          content: '';
          width: 100%;
          height: 1px;
          background: #fff;
          transform: scale(0, 1);
          transform-origin: right top;
          transition: transform .3s; }
        .podcast-banner ul.podcast-link li a:hover::after {
          transform-origin: left top;
          transform: scale(1, 1); }

/*
---------------------------------------------------------------------------------------------------------------------
役員紹介
---------------------------------------------------------------------------------------------------------------------
*/
.officer {
  color: #fff;
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .officer {
      padding: 100px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .officer {
      padding: 120px 0 100px; } }
  .officer__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 5%; }
  .officer__list {
    display: grid;
    gap: 40px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .officer__list {
        gap: 60px 30px; } }
    @media screen and (min-width: 1200px) {
      .officer__list {
        gap: 100px 80px;
        margin-top: 40px; } }

.officer-card {
  min-width: 0; }
  .officer-card__link {
    color: #fff;
    display: block; }
    .officer-card__link:hover .officer-card__image img {
      transform: scale(1.04); }
    .officer-card__link:hover .officer-card__button {
      background-color: #fff;
      transform: rotate(90deg); }
      .officer-card__link:hover .officer-card__button::before, .officer-card__link:hover .officer-card__button::after {
        background-color: #172778; }
  .officer-card__image {
    aspect-ratio: 1 / 1.17;
    overflow: hidden;
    width: 100%;
    border-radius: 5px; }
    @media screen and (min-width: 768px) {
      .officer-card__image {
        aspect-ratio: 1 / 1.16; } }
    .officer-card__image img {
      display: block;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s ease;
      width: 100%; }
  .officer-card__info {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 18px; }
    @media screen and (min-width: 768px) {
      .officer-card__info {
        margin-top: 22px; } }
    @media screen and (min-width: 1200px) {
      .officer-card__info {
        margin-top: 24px; } }
  .officer-card__text {
    min-width: 0; }
  .officer-card__position {
    font-size: 0.7em;
    line-height: 1.2em; }
    @media screen and (min-width: 768px) {
      .officer-card__position {
        font-size: 0.8em; } }
    @media screen and (min-width: 1200px) {
      .officer-card__position {
        font-size: 0.9em; } }
  .officer-card__name {
    font-size: 1.0em;
    font-weight: 400;
    line-height: 1.4em;
    margin: 5px 0 0 0; }
    @media screen and (min-width: 768px) {
      .officer-card__name {
        font-size: 1.125em; } }
    @media screen and (min-width: 1200px) {
      .officer-card__name {
        font-size: 1.375em; } }
  .officer-card__button {
    border: 1px solid rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: block;
    flex-shrink: 0;
    height: 34px;
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 34px; }
    @media screen and (min-width: 768px) {
      .officer-card__button {
        height: 38px;
        width: 38px; } }
    @media screen and (min-width: 1200px) {
      .officer-card__button {
        height: 42px;
        width: 42px; } }
    .officer-card__button::before, .officer-card__button::after {
      background-color: #fff;
      content: "";
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      transition: background-color 0.3s ease; }
    .officer-card__button::before {
      height: 1px;
      width: 10px; }
      @media screen and (min-width: 768px) {
        .officer-card__button::before {
          width: 12px; } }
    .officer-card__button::after {
      height: 10px;
      width: 1px; }
      @media screen and (min-width: 768px) {
        .officer-card__button::after {
          height: 12px; } }

/*
---------------------------------------------------------------------------------------------------------------------
会社概要
---------------------------------------------------------------------------------------------------------------------
*/
.back-type2 {
  position: relative; }
  .back-type2::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
    mix-blend-mode: screen;
    z-index: -1; }

.company-section {
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .company-section {
      padding: 100px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .company-section {
      padding: 120px 0 100px; } }
  .company-section__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .company-section__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .company-section__inner {
        align-items: flex-start;
        display: grid;
        gap: 120px;
        grid-template-columns: 320px minmax(0, 1fr);
        padding: 0 70px; } }
  @media screen and (min-width: 1200px) {
    .company-section .page-heading {
      margin-bottom: 0;
      position: sticky;
      top: 100px; } }

@media screen and (min-width: 768px) {
  .company-profile {
    margin-top: 20px; } }
.company-profile__list {
  margin: 0; }
.company-profile__row {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .company-profile__row {
      border-bottom: 1px solid #AFAFAF;
      display: grid;
      grid-template-columns: 170px minmax(0, 1fr); } }
  @media screen and (min-width: 1200px) {
    .company-profile__row {
      grid-template-columns: 190px minmax(0, 1fr); } }
.company-profile dt {
  font-size: 0.85em;
  font-weight: 500;
  border-bottom: 1px solid #223588;
  color: #223588;
  padding: 24px 0 10px; }
  @media screen and (min-width: 768px) {
    .company-profile dt {
      align-items: flex-start;
      border-bottom: none;
      display: flex;
      font-size: 0.9em;
      padding: 26px 20px 26px 0;
      position: relative; }
      .company-profile dt::after {
        background-color: #223588;
        bottom: -1px;
        content: "";
        height: 1px;
        left: 0;
        position: absolute;
        width: 100%; } }
  @media screen and (min-width: 1200px) {
    .company-profile dt {
      font-size: 1.0em;
      padding: 30px 24px 30px 0; } }
.company-profile dd {
  font-size: 0.85em;
  line-height: 1.8em;
  padding: 10px 0 20px; }
  @media screen and (min-width: 768px) {
    .company-profile dd {
      font-size: 0.9em;
      padding: 26px 0 26px 28px; } }
  @media screen and (min-width: 1200px) {
    .company-profile dd {
      font-size: 1.0em;
      padding: 30px 0 30px 34px; } }
  .company-profile dd p {
    margin: 0; }
    .company-profile dd p + p {
      margin-top: 4px; }
      @media screen and (min-width: 768px) {
        .company-profile dd p + p {
          margin-top: 6px; } }

.organization-figure {
  margin-top: 20px; }
  @media screen and (min-width: 768px) {
    .organization-figure {
      margin-top: 40px; } }

/*
---------------------------------------------------------------------------------------------------------------------
企業理念
---------------------------------------------------------------------------------------------------------------------
*/
.philosophy-section {
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .philosophy-section {
      padding: 100px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .philosophy-section {
      padding: 120px 0 100px; } }
  .philosophy-section__inner {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .philosophy-section__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .philosophy-section__inner {
        padding: 0 70px; } }

.philosophy-list {
  margin: 20px auto 0;
  max-width: 980px; }
  @media screen and (min-width: 768px) {
    .philosophy-list {
      margin: 40px auto 0; } }
  @media screen and (min-width: 1200px) {
    .philosophy-list {
      margin: 60px auto 0; } }
  .philosophy-list__item {
    display: flex;
    flex-direction: column;
    gap: 15px; }
    @media screen and (min-width: 768px) {
      .philosophy-list__item {
        display: grid;
        gap: 30px;
        grid-template-columns: 150px minmax(0, 1fr); } }
    @media screen and (min-width: 1200px) {
      .philosophy-list__item {
        gap: 40px;
        grid-template-columns: 180px minmax(0, 1fr); } }
    .philosophy-list__item + .philosophy-list__item {
      margin-top: 40px; }
      @media screen and (min-width: 768px) {
        .philosophy-list__item + .philosophy-list__item {
          margin-top: 60px; } }
      @media screen and (min-width: 1200px) {
        .philosophy-list__item + .philosophy-list__item {
          margin-top: 80px; } }
  .philosophy-list__label {
    font-size: 0.9em;
    font-weight: 500;
    color: #223588; }
    @media screen and (min-width: 768px) {
      .philosophy-list__label {
        font-size: 1.0em;
        padding-top: 14px; } }
    @media screen and (min-width: 1200px) {
      .philosophy-list__label {
        font-size: 1.125em;
        padding-top: 16px; } }
  .philosophy-list__content {
    border-left: 1px solid #223588;
    padding-left: 20px;
    margin-left: 4px; }
    @media screen and (min-width: 768px) {
      .philosophy-list__content {
        min-height: 80px;
        padding-left: 30px;
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .philosophy-list__content {
        min-height: 100px;
        padding-left: 40px; } }
  .philosophy-list__main-text {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.4em; }
    @media screen and (min-width: 768px) {
      .philosophy-list__main-text {
        font-size: 1.75em; } }
    @media screen and (min-width: 1200px) {
      .philosophy-list__main-text {
        font-size: 2.25em; } }
  .philosophy-list__sub-title {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.4em;
    margin: 0 0 10px; }
    @media screen and (min-width: 768px) {
      .philosophy-list__sub-title {
        font-size: 1.25em;
        margin-bottom: 15px; } }
    @media screen and (min-width: 1200px) {
      .philosophy-list__sub-title {
        font-size: 1.375em; } }
  .philosophy-list__text {
    font-size: 0.85em;
    line-height: 2.0em; }
    @media screen and (min-width: 768px) {
      .philosophy-list__text {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .philosophy-list__text {
        font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
組織図
---------------------------------------------------------------------------------------------------------------------
*/
/*
---------------------------------------------------------------------------------------------------------------------
田中電子の歩み
---------------------------------------------------------------------------------------------------------------------
*/
.history {
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .history {
      padding: 100px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .history {
      padding: 120px 0 100px; } }
  .history__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .history__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1024px) {
      .history__inner {
        align-items: flex-start;
        display: grid;
        gap: 40px;
        grid-template-columns: 320px minmax(0, 1fr); } }
    @media screen and (min-width: 1200px) {
      .history__inner {
        grid-template-columns: 420px minmax(0, 1fr); } }
  @media screen and (min-width: 1024px) {
    .history .page-heading {
      margin-bottom: 0;
      position: sticky;
      top: 100px; } }
  .history__timeline {
    position: relative;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .history__timeline {
        margin-top: 40px; } }
    @media screen and (min-width: 1024px) {
      .history__timeline {
        margin-top: 0; } }
    .history__timeline::before {
      background-color: #223588;
      content: "";
      height: 100%;
      left: 72px;
      position: absolute;
      top: 0;
      width: 1px; }
      @media screen and (min-width: 480px) {
        .history__timeline::before {
          left: 92px; } }
      @media screen and (min-width: 768px) {
        .history__timeline::before {
          left: 130px; } }
      @media screen and (min-width: 1200px) {
        .history__timeline::before {
          left: 150px; } }

.history-item {
  display: grid;
  gap: 20px;
  grid-template-columns: 73px minmax(0, 1fr);
  position: relative; }
  @media screen and (min-width: 480px) {
    .history-item {
      gap: 30px;
      grid-template-columns: 92px minmax(0, 1fr); } }
  @media screen and (min-width: 768px) {
    .history-item {
      gap: 30px;
      grid-template-columns: 130px minmax(0, 1fr); } }
  @media screen and (min-width: 1200px) {
    .history-item {
      gap: 30px;
      grid-template-columns: 150px minmax(0, 1fr); } }
  .history-item + .history-item {
    margin-top: 30px; }
    @media screen and (min-width: 768px) {
      .history-item + .history-item {
        margin-top: 40px; } }
    @media screen and (min-width: 1200px) {
      .history-item + .history-item {
        margin-top: 50px; } }
  .history-item__date {
    align-items: baseline;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #223588; }
    @media screen and (min-width: 768px) {
      .history-item__date {
        flex-direction: row;
        gap: 8px; } }
    .history-item__date::after {
      background-color: #eef0f8;
      border: 1px solid #223588;
      border-radius: 50%;
      content: "";
      height: 7px;
      position: absolute;
      right: -4px;
      top: 7px;
      width: 7px; }
      @media screen and (min-width: 768px) {
        .history-item__date::after {
          height: 9px;
          right: -6px;
          top: 8px;
          width: 9px; } }
  .history-item__year {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.0em; }
    @media screen and (min-width: 768px) {
      .history-item__year {
        font-size: 1.35em; } }
    @media screen and (min-width: 1200px) {
      .history-item__year {
        font-size: 1.5em; } }
  .history-item__era {
    position: relative;
    font-size: 0.7em;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.2em;
    margin: 5px 0 0 0; }
    @media screen and (min-width: 768px) {
      .history-item__era {
        font-size: 0.8em;
        top: -3.0px;
        margin: 0; } }
    @media screen and (min-width: 1200px) {
      .history-item__era {
        font-size: 0.9em; } }
  .history-item__content {
    padding-left: 6px; }
    @media screen and (min-width: 768px) {
      .history-item__content {
        padding-left: 10px; } }
    .history-item__content p {
      font-size: 0.85em;
      line-height: 1.4em; }
      @media screen and (min-width: 768px) {
        .history-item__content p {
          font-size: 0.9em; } }
      @media screen and (min-width: 1200px) {
        .history-item__content p {
          font-size: 1.0em; } }
      .history-item__content p + p {
        margin-top: 8px; }
        @media screen and (min-width: 768px) {
          .history-item__content p + p {
            margin-top: 12px; } }

/*
---------------------------------------------------------------------------------------------------------------------
受賞歴
---------------------------------------------------------------------------------------------------------------------
*/
.award-section {
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .award-section {
      padding: 100px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .award-section {
      padding: 120px 0 100px; } }
  .award-section__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .award-section__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1024px) {
      .award-section__inner {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 200px minmax(0, 1fr);
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .award-section__inner {
        grid-template-columns: 320px minmax(0, 1fr);
        padding: 0 70px; } }
  @media screen and (min-width: 1024px) {
    .award-section .page-heading {
      margin-bottom: 0;
      position: sticky;
      top: 100px; } }
  .award-section__content {
    max-width: 820px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .award-section__content {
        margin-top: 40px; } }
    @media screen and (min-width: 1024px) {
      .award-section__content {
        margin-top: -80px; } }
    @media screen and (min-width: 1200px) {
      .award-section__content {
        margin-top: -40px; } }
  .award-section__title {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.2em; }
    @media screen and (min-width: 768px) {
      .award-section__title {
        font-size: 1.35em; } }
    @media screen and (min-width: 1200px) {
      .award-section__title {
        font-size: 1.75em; } }
  .award-section__main {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .award-section__main {
        margin-top: 54px; } }
    @media screen and (min-width: 1200px) {
      .award-section__main {
        margin-top: 0; } }
  .award-section__more {
    display: flex;
    justify-content: flex-end;
    margin-top: 42px; }
    @media screen and (min-width: 768px) {
      .award-section__more {
        margin-top: 54px; } }
    @media screen and (min-width: 1200px) {
      .award-section__more {
        margin-top: 68px; } }

.news-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .news-list__item {
    border-bottom: 1px solid #223588; }
  .news-list__link {
    display: grid;
    gap: 20px;
    grid-template-columns: 100px minmax(0, 1fr);
    position: relative;
    padding: 20px 0; }
    @media screen and (min-width: 768px) {
      .news-list__link {
        align-items: center;
        gap: 30px;
        grid-template-columns: 160px minmax(0, 1fr) 32px; } }
    @media screen and (min-width: 1200px) {
      .news-list__link {
        gap: 40px;
        grid-template-columns: 175px minmax(0, 1fr) 40px;
        min-height: 160px; } }
    .news-list__link:hover .news-list__image img {
      transform: scale(1.05); }
    .news-list__link:hover .news-list__arrow {
      transform: translateX(6px); }
  .news-list__image {
    border-radius: 5px;
    height: 76px;
    overflow: hidden;
    width: 105px; }
    @media screen and (min-width: 768px) {
      .news-list__image {
        height: 108px;
        width: 160px; } }
    @media screen and (min-width: 1200px) {
      .news-list__image {
        height: 116px;
        width: 175px; } }
    .news-list__image img {
      display: block;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s ease;
      width: 100%; }
  .news-list__body {
    align-self: center;
    min-width: 0;
    padding-right: 40px; }
  .news-list__date {
    display: block;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 0.6em;
    font-weight: 400;
    line-height: 1.2em; }
    @media screen and (min-width: 768px) {
      .news-list__date {
        font-size: 0.8em; } }
    @media screen and (min-width: 1200px) {
      .news-list__date {
        font-size: 0.9em; } }
  .news-list__text {
    font-size: 0.85em;
    font-weight: 400;
    font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 1.4;
    margin: 4px 0 0; }
    @media screen and (min-width: 768px) {
      .news-list__text {
        font-size: 0.9em;
        margin: 8px 0 0; } }
    @media screen and (min-width: 1200px) {
      .news-list__text {
        font-size: 1.0em; } }
  .news-list__arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    font-size: 1.25em;
    line-height: 1;
    transition: transform 0.3s ease; }
    @media screen and (min-width: 768px) {
      .news-list__arrow {
        align-self: center;
        bottom: auto;
        font-size: 1.5em;
        grid-column: 3;
        grid-row: 1;
        position: static;
        text-align: right; } }

/*
---------------------------------------------------------------------------------------------------------------------
取り組み
---------------------------------------------------------------------------------------------------------------------
*/
.commitment {
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .commitment {
      padding: 80px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .commitment {
      padding: 120px 0 100px; } }
  .commitment__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .commitment__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1024px) {
      .commitment__inner {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 200px minmax(0, 1fr);
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .commitment__inner {
        grid-template-columns: 320px minmax(0, 1fr);
        padding: 0 70px; } }
  @media screen and (min-width: 1024px) {
    .commitment .page-heading {
      margin-bottom: 0;
      position: sticky;
      top: 100px; } }
  .commitment__content {
    max-width: 820px;
    margin-top: 20px; }
    @media screen and (min-width: 768px) {
      .commitment__content {
        margin-top: 40px; } }
    @media screen and (min-width: 1024px) {
      .commitment__content {
        margin-top: 0; } }

.commitment-block + .commitment-block {
  margin-top: 60px; }
  @media screen and (min-width: 768px) {
    .commitment-block + .commitment-block {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .commitment-block + .commitment-block {
      margin-top: 100px; } }
.commitment-block__title {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.4em;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .commitment-block__title {
      font-size: 1.45em; } }
  @media screen and (min-width: 1200px) {
    .commitment-block__title {
      font-size: 1.75em; } }
.commitment-block__text {
  font-size: 0.85em;
  text-align: justify;
  line-height: 2.0em;
  margin: 20px 0 0 0; }
  @media screen and (min-width: 768px) {
    .commitment-block__text {
      font-size: 0.9em;
      margin-top: 28px; } }
  @media screen and (min-width: 1200px) {
    .commitment-block__text {
      font-size: 1.0em;
      margin-top: 30px; } }
.commitment-block__award {
  margin: 20px 0 0 0; }
  @media screen and (min-width: 768px) {
    .commitment-block__award {
      margin: 40px 0 0 0; } }
  .commitment-block__award h4 {
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1.4em; }
    @media screen and (min-width: 768px) {
      .commitment-block__award h4 {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .commitment-block__award h4 {
        font-size: 1.0em; } }
  .commitment-block__award ul {
    margin: 10px 0 0 0; }
    @media screen and (min-width: 768px) {
      .commitment-block__award ul {
        margin: 20px 0 0 0; } }
    .commitment-block__award ul li {
      margin-bottom: 15px; }
      .commitment-block__award ul li:last-child {
        margin-bottom: 0; }
      .commitment-block__award ul li a {
        display: inline-flex;
        position: relative; }
        .commitment-block__award ul li a:hover p::after {
          transform-origin: left top;
          transform: scale(1, 1); }
        .commitment-block__award ul li a img.award {
          width: 20px;
          margin-right: 6px; }
        .commitment-block__award ul li a p {
          position: relative;
          font-size: 0.8em;
          line-height: 1.4em; }
          @media screen and (min-width: 768px) {
            .commitment-block__award ul li a p {
              font-size: 0.9em; } }
          @media screen and (min-width: 1200px) {
            .commitment-block__award ul li a p {
              font-size: 1.0em; } }
          .commitment-block__award ul li a p::after {
            position: absolute;
            bottom: 0;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #000;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
        .commitment-block__award ul li a img.icon {
          position: relative;
          top: -3px;
          width: 14px;
          margin: 0 0 0 6px; }
          @media screen and (min-width: 768px) {
            .commitment-block__award ul li a img.icon {
              top: -2px; } }
          @media screen and (min-width: 1024px) {
            .commitment-block__award ul li a img.icon {
              top: 0; } }

.commitment-list {
  counter-reset: commitment-counter;
  list-style: none;
  margin: 20px 0 0;
  padding: 0; }
  @media screen and (min-width: 768px) {
    .commitment-list {
      margin-top: 30px; } }
  @media screen and (min-width: 1200px) {
    .commitment-list {
      margin-top: 40px; } }
  .commitment-list__item {
    counter-increment: commitment-counter;
    padding-left: 0; }
    .commitment-list__item + .commitment-list__item {
      margin-top: 20px; }
      @media screen and (min-width: 768px) {
        .commitment-list__item + .commitment-list__item {
          margin-top: 30px; } }
      @media screen and (min-width: 1200px) {
        .commitment-list__item + .commitment-list__item {
          margin-top: 40px; } }
  .commitment-list__title {
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 0.03em;
    line-height: 1.6em; }
    @media screen and (min-width: 768px) {
      .commitment-list__title {
        font-size: 1.0em; } }
    @media screen and (min-width: 1200px) {
      .commitment-list__title {
        font-size: 1.125em; } }
    .commitment-list__title::before {
      content: counter(commitment-counter) ". "; }
  .commitment-list__text {
    font-size: 0.85em;
    text-align: justify;
    line-height: 2.0em;
    margin: 4px 0 0; }
    @media screen and (min-width: 768px) {
      .commitment-list__text {
        font-size: 0.9em;
        margin-top: 6px; } }
    @media screen and (min-width: 1200px) {
      .commitment-list__text {
        font-size: 1.0em;
        margin-top: 8px; } }

/*
---------------------------------------------------------------------------------------------------------------------
社内報
---------------------------------------------------------------------------------------------------------------------
*/
.communication {
  padding: 60px 0 60px; }
  @media screen and (min-width: 768px) {
    .communication {
      padding: 80px 0 80px; } }
  @media screen and (min-width: 1200px) {
    .communication {
      padding: 120px 0 100px; } }
  .communication__inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px; }
    @media screen and (min-width: 768px) {
      .communication__inner {
        padding: 0 40px; } }
    @media screen and (min-width: 1200px) {
      .communication__inner {
        padding: 0 88px; } }
  .communication__heading {
    display: flex;
    flex-direction: column;
    gap: 20px; }
    @media screen and (min-width: 768px) {
      .communication__heading {
        align-items: flex-start;
        display: grid;
        grid-template-columns: 160px minmax(0, 1fr);
        gap: 40px; } }
    @media screen and (min-width: 1000px) {
      .communication__heading {
        gap: 80px;
        grid-template-columns: 200px minmax(0, 1fr); } }
  .communication__lead {
    font-size: 0.85em;
    line-height: 2.0em; }
    @media screen and (min-width: 768px) {
      .communication__lead {
        font-size: 0.9em;
        margin: -8px 0 0 0; } }
    @media screen and (min-width: 1200px) {
      .communication__lead {
        font-size: 1.0em; } }
  .communication__list {
    display: grid;
    gap: 42px 24px;
    grid-template-columns: 1fr;
    margin-top: 60px; }
    @media screen and (min-width: 600px) {
      .communication__list {
        grid-template-columns: repeat(3, minmax(0, 1fr)); } }
    @media screen and (min-width: 768px) {
      .communication__list {
        gap: 54px 36px;
        margin-top: 76px; } }
    @media screen and (min-width: 1200px) {
      .communication__list {
        gap: 60px 40px;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        margin-top: 80px; } }
  .communication .common-link {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    pointer-events: none; }
    @media screen and (min-width: 768px) {
      .communication .common-link {
        margin-top: 60px; } }
    @media screen and (min-width: 1200px) {
      .communication .common-link {
        margin-top: 70px; } }

.communication-card {
  min-width: 0; }
  .communication-card__link {
    align-items: flex-end;
    display: grid;
    gap: 18px;
    grid-template-columns: 118px minmax(0, 1fr);
    text-decoration: none; }
    @media screen and (min-width: 480px) {
      .communication-card__link {
        grid-template-columns: 135px minmax(0, 1fr); } }
    @media screen and (min-width: 600px) {
      .communication-card__link {
        align-items: flex-start;
        display: flex;
        flex-direction: column; } }
    @media screen and (min-width: 900px) {
      .communication-card__link {
        align-items: flex-end;
        display: grid;
        gap: 20px;
        grid-template-columns: 140px minmax(0, 1fr); } }
    .communication-card__link:hover .communication-card__image img {
      transform: scale(1.04); }
    .communication-card__link:hover .communication-card__number {
      color: #223588; }
  .communication-card__image {
    background-color: #fff;
    overflow: hidden;
    width: 100px; }
    @media screen and (min-width: 480px) {
      .communication-card__image {
        width: 135px; } }
    @media screen and (min-width: 600px) {
      .communication-card__image {
        width: 100%; } }
    .communication-card__image img {
      display: block;
      transition: transform 0.5s ease; }
  .communication-card__body {
    margin-top: 10px; }
    @media screen and (min-width: 600px) {
      .communication-card__body {
        margin-top: 0px; } }
  .communication-card__number {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 0.8em;
    font-weight: 500;
    line-height: 1.2em;
    transition: color 0.3s ease; }
    @media screen and (min-width: 768px) {
      .communication-card__number {
        font-size: 0.9em; } }
    @media screen and (min-width: 1200px) {
      .communication-card__number {
        font-size: 1.0em; } }
  .communication-card__text {
    font-size: 0.75em;
    line-height: 1.4em;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 1200px) {
      .communication-card__text {
        font-size: 0.8em; } }
