@charset "UTF-8";

:root {
  --color-company-blue: #3375b2;
  --color-company-gray: #979392;
}

* {
  font-weight: normal;
}

.company_sec {
  padding: 100px 0;
}

.company_sec_box {
  width: 90%;
  max-width: 1400px;
  background-color: #fff;
  padding: 100px 0;
  margin: 0 auto;
}

.bg_beige {
  background-color: var(--color-beige);
}

.page_title {
  margin-bottom: 80px;
}

.page_text {
  font-size: 2rem;
  line-height: 1.8;
}

.blue_line {
  width: 100%;
  height: 4px;
  background-color: var(--color-main);
  margin: 80px 0;
}

@media screen and (max-width: 1334px) {
  .md_only {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .company_sec {
    padding: 8.33vw 0;
  }

  .company_sec_box {
    padding: 8.33vw 0;
  }

  .page_title {
    margin-bottom: 6.66vw;
  }

  .page_text {
    font-size: 1.66vw;
  }

  .blue_line {
    height: 0.33vw;
    margin: 6.66vw 0;
  }
}
@media screen and (max-width: 768px) {
  .company_sec {
    padding: 50px 0;
  }

  .company_sec_box {
    width: 100%;
    padding: 30px 0;
  }

  .page_title {
    margin-bottom: 40px;
  }

  .page_text {
    font-size: 1.4rem;
  }

  .blue_line {
    height: 4px;
    margin: 40px 0;
  }

  .md_only {
    display: none;
  }
}
/*-------------------------------------------------------------
summary
-------------------------------------------------------------*/
.summary_table {
  max-width: 980px;
  margin: 0 auto;
}

.summary_table th,
.summary_table td {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4;
}

.summary_table th {
  font-weight: 500;
  padding: 0.8em 1em 0.8em 0;
}

.summary_table td {
  padding: 0.8em 0;
}

.summary_table tr:first-child th,
.summary_table tr:first-child td {
  padding-top: 0;
}

.summary_table tr:last-child th,
.summary_table tr:last-child td {
  padding-bottom: 0;
}

.summary_table_title {
  padding-left: 1.4em;
  position: relative;
}

.font_adj {
  width: 8em;
  /* text-align: justify;
  text-align-last: justify;
  text-justify: inter-character; */
  display: inline-block;
}

.summary_table_title .font_adj {
  font-weight: 500;
}

.summary_table_title::before {
  content: "";
  width: 0.75em;
  height: 1.25em;
  -webkit-mask: url("../img/icon_list.svg") no-repeat;
  mask: url("../img/icon_list.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-company-blue);
  position: absolute;
  top: 0.15em;
  left: 0;
}

@media screen and (max-width: 1200px) {
  .summary_table th,
  .summary_table td {
    font-size: 1.83vw;
  }
}
@media screen and (max-width: 768px) {
  .summary_table th,
  .summary_table td {
    font-size: 1.5rem;
    display: block;
    width: 100%;
  }
  .summary_table th {
    padding-bottom: 0.2em;
    padding-right: 0;
  }
  .summary_table tr:first-child td {
    padding-top: 0.8em;
  }
  .summary_table td {
    padding-bottom: 1.5em;
  }
  .font_adj {
    width: auto;
  }
}
/*-------------------------------------------------------------
idea
-------------------------------------------------------------*/
.idea_text {
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  line-height: 2.8;
  text-align: center;
}

.idea_text p {
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .idea_text {
    font-size: 2.33vw;
  }
}
@media screen and (max-width: 768px) {
  .idea_text {
    font-size: 1.6rem;
  }
}
/*-------------------------------------------------------------
norm
-------------------------------------------------------------*/
.norm .page_title {
  margin-bottom: 10px;
}

.norm .page_title_sub {
  display: block;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}

.norm_title {
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-company-blue);
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 1.5em;
  position: relative;
}

.norm_title::before {
  content: "";
  width: 0.75em;
  height: 1.25em;
  -webkit-mask: url("../img/icon_list.svg") no-repeat;
  mask: url("../img/icon_list.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: currentColor;
  position: absolute;
  top: 0.1em;
  left: 0;
}

.norm_text {
  padding-left: 8em;
  margin-top: 1em;
}

.norm_items {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}

@media screen and (max-width: 1200px) {
  .norm .page_title {
    margin-bottom: 0.83vw;
  }

  .norm .page_title_sub {
    font-size: 1.83vw;
  }

  .norm_title {
    font-size: 2.5vw;
  }

  .norm_items {
    margin-top: 8.33vw;
    row-gap: 4.16vw;
  }
}
@media screen and (max-width: 768px) {
  .norm .page_title {
    margin-bottom: 10px;
  }

  .norm .page_title_sub {
    font-size: 1.8rem;
  }

  .norm_title {
    font-size: 18px;
  }

  .norm_items {
    margin-top: 50px;
    row-gap: 30px;
  }

  .norm_text {
    padding-left: 0;
  }
}
/*-------------------------------------------------------------
logo_mark
-------------------------------------------------------------*/
.logo_mark_img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 70px;
}

.logo_mark_items {
  display: flex;
  flex-direction: column;
  row-gap: 90px;
}

.logo_mark_title {
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 1.4em;
  position: relative;
  margin-bottom: 1em;
}

.logo_mark_title::before {
  content: "";
  width: 0.75em;
  height: 1.25em;
  -webkit-mask: url("../img/icon_list.svg") no-repeat;
  mask: url("../img/icon_list.svg") no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: var(--color-company-blue);
  position: absolute;
  top: 0.1em;
  left: 0;
}

.logo_mark_title2 {
  font-size: 3rem;
  font-weight: 900;
  color: var(--color-company-blue);
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin: 1.5em 0 0.33em;
}

.logo_mark_cont {
  font-size: 2.5rem;
  padding-left: 1.2em;
}

.logo_mark_text {
  letter-spacing: 0.1em;
  margin: 0.5em 0;
}

@media screen and (max-width: 1200px) {
  .logo_mark_img {
    width: 25vw;
    margin: 0 auto 5.83vw;
  }

  .logo_mark_items {
    row-gap: 7.5vw;
  }

  .logo_mark_title {
    font-size: 2.08vw;
  }

  .logo_mark_title2 {
    font-size: 2.5vw;
  }

  .logo_mark_cont {
    font-size: 2.08vw;
  }
}
@media screen and (max-width: 768px) {
  .logo_mark_img {
    width: 60%;
    text-align: center;
    margin: 0 auto 50px;
  }

  .logo_mark_items {
    row-gap: 50px;
  }

  .logo_mark_title {
    font-size: 1.8rem;
  }

  .logo_mark_title2 {
    font-size: 1.8rem;
    margin: 1em 0 0.33em;
  }

  .logo_mark_cont {
    font-size: 1.8rem;
    padding-left: 0;
  }
}
/*-------------------------------------------------------------
history
-------------------------------------------------------------*/
.table_style1 tr {
  border-bottom: 1px solid var(--color-company-gray);
  height: 100%;
}

.table_style1 tr:first-child {
  border-top: 1px solid var(--color-company-gray);
}

.table_style1 th,
.table_style1 td {
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding: 1.5em 0;
  vertical-align: middle;
  height: 100%;
}

.table_style1 th {
  font-weight: bold;
  width: 30%;
  padding-right: 4.16%;
}

.table_style1 .history_year {
  min-height: 120px;
  height: 100%;
  background-color: #ebf1f7;
  padding: 1em;
  display: grid;
  place-items: center;
}

.table_style1 .history_year > span {
  font-weight: 900;
}


.history_ul{
    margin: 0 auto;
}

.history_ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 18px;
    padding: 1em 0;
    border-bottom: 1px solid var(--color-company-gray);
}

.history_ul li:first-child{
    border-top: 1px solid var(--color-company-gray);
}

.history_ul li .date{
    width: 200px;
    padding-left: 1em;
    font-weight: 500;
}

.history_ul li .cont{
    width: calc(100% - 200px);
    padding-right: 1em;
    box-sizing: border-box;
}


@media screen and (max-width: 1200px) {
  .table_style1 th,
.table_style1 td {
    font-size: 1.66vw;
  }


.history_ul li{
    font-size: 1.5vw;
}

.history_ul li .date{
    width: 16.666667vw;
}

.history_ul li .cont{
    width: calc(100% - 16.666667vw);
}



}
@media screen and (max-width: 768px) {
  .table_style1 th,
.table_style1 td {
    font-size: 1.4rem;
  }

  .table_style1 .history_year {
    min-height: auto;
  }

  .table_style1 th {
    width: 32%;
    text-align: center;
  }


.history_ul li{
    display: block;
    font-size: 3.733333vw;
}

.history_ul li .date{
    width: auto;
    padding: 0 1em;
    font-size: 4.266667vw;
    font-weight: 600;
    margin-bottom: 0.2em;
}

.history_ul li .cont{
    width: auto;
    padding: 0 1em;
    box-sizing: border-box;
}



}
/*-------------------------------------------------------------
greeting
-------------------------------------------------------------*/
.greeting_info {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}

.greeting_info_left {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.greeting_info_img {
  width: 56%;
}

.greeting_info_prof {
  width: 40%;
}

.greeting_info_right {
  width: 46%;
}

.greeting_info_text1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.greeting_info_text2 {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-top: 1px solid var(--color-company-gray);
  border-bottom: 1px solid var(--color-company-gray);
  padding-bottom: 0.1em;
  margin: 0.5em 0;
}

.greeting_info_text3 {
  font-weight: 500;
}

.greeting_info_text3 > span {
  font-weight: inherit;
  display: inline-block;
}

.greeting_info_table th,
.greeting_info_table td {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  vertical-align: baseline;
  padding: 0.2em 0;
}

.greeting_info_table th {
  width: 6em;
}

.greeting_info_table td {
  padding-left: 1em;
}

@media screen and (max-width: 1200px) {
  .greeting_info {
    margin-top: 10.83vw;
  }

  .greeting_info_text1 {
    font-size: 2.08vw;
  }

  .greeting_info_text2 {
    font-size: 3.33vw;
  }

  .greeting_info_table th,
.greeting_info_table td {
    font-size: 1.66vw;
  }
}
@media screen and (max-width: 768px) {
  .greeting_info {
    margin-top: 50px;
    flex-direction: column;
    row-gap: 30px;
  }

  .greeting_info_text1 {
    font-size: 1.8rem;
    text-align: center;
  }

  .greeting_info_text2 {
    font-size: 2.4rem;
    text-align: center;
  }

  .greeting_info_table th,
.greeting_info_table td {
    font-size: 1.4rem;
  }

  .greeting_info_left {
    width: 100%;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }

  .greeting_info_right {
    width: 100%;
  }

  .greeting_info_img {
    width: 48%;
  }

  .greeting_info_prof {
    width: 100%;
  }
}
/*-------------------------------------------------------------
officer
-------------------------------------------------------------*/
.officer_col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 10%;
}

.officer_col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 7.5%;
}

.officer_text1 {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 1.4;
}

.officer_text2 {
  font-size: 1.7rem;
  font-weight: 500;
}

.officer_text3 {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  border-top: 1px solid var(--color-company-gray);
  border-bottom: 1px solid var(--color-company-gray);
  padding-bottom: 0.1em;
  margin: 0.3em 0 0.5em;
}

.officer_table th,
.officer_table td {
  font-size: 1.6rem;
  padding: 0.3em 0;
  vertical-align: baseline;
}

.officer_table tr:first-child th,
.officer_table tr:first-child td {
  padding-top: 0;
}

.officer_table tr:last-child th,
.officer_table tr:last-child td {
  padding-bottom: 0;
}

.officer_table th {
  width: 4em;
}

.officer_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

@media screen and (max-width: 1200px) {
  .officer_col2 {
    gap: 5vw 10%;
  }

  .officer_col3 {
    gap: 5vw 7.5%;
  }

  .officer_text1 {
    font-size: 1.91vw;
  }

  .officer_text2 {
    font-size: 1.41vw;
  }

  .officer_text3 {
    font-size: 2.33vw;
  }

  .officer_table th,
.officer_table td {
    font-size: 1.33vw;
  }
}
@media screen and (max-width: 768px) {
  .officer_col2 {
    row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .officer_col3 {
    row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .officer_text1 {
    font-size: 1.8rem;
  }

  .officer_text2 {
    font-size: 1.5rem;
  }

  .officer_text3 {
    font-size: 2.2rem;
  }

  .officer_table th,
.officer_table td {
    font-size: 1.4rem;
  }
}
