@charset "UTF-8";
html {
  font-size: 62.5%;
  --clr-white: #fff;
  --clr-ttl-black: #333333;
  --clr-black: #000;
  --clr-red: #ed2446;
  --clr-glay: #f1f1f1;
  --clr-bg-glay: #bdbdbd;
  --clr-header-bg: rgba(0, 0, 0, 0.25);
  --clr-footer-bg: #222222;
}
.company_inner {
  width: min(1312px, calc(1312/1440*100vw));
  margin: 0 auto;
}

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

.section_message .ttl_h2_eng {
  width: fit-content;
  padding-left: 0;
  margin: 0 auto 80px;
}

.section_message .ttl_h2_eng::before {
  content: none;
}

main {
  margin-top: 150px;
}

.ttl_h2_eng {
  color: var(--clr-red);
}

.ttl_h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 80px auto;
}



@media screen and (max-width:767px) {
  main {
    margin-top: calc(50/375*100vw);
  }
  .ttl_h2 {
    font-size: 24px;
  }
  .ttl_h2_eng {
    font-size: 12px;
  }
  .ttl_h3 {
    font-size: 18px;
    margin: 30px auto;
  }
  .company_inner {
    width: 100%;
    padding: calc(20/375*100vw);
    margin: 0 auto;
  }
  .section_message .ttl_h2_eng {
    margin: 0 auto calc(50/375*100vw);
  }
}

/* ----------------------------------------------------------
section_message
---------------------------------------------------------- */
.section_message {
  margin-top: 41px;
  margin-bottom: 150px;
}
.company_message_flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: min(104px, calc(104/1440*100vw));
}

.company_message_img {
  width: min(494px, calc(494/1440*100vw));
  position: relative;
  flex-shrink: 0;
}
.company_message_img img {
  position: relative;
  z-index: 1;
}
.company_message_img::after {
  content: "";
  width: min(450px, calc(450/1440*100vw));
  height: min(450px, calc(450/1440*100vw));
  background: var(--clr-red);
  border-radius: 0 0 58px 0;
  position: absolute;
  top: min(160px, calc(160/1440*100vw));
  left: min(-9px, calc(-9/1440*100vw));
}

.company_message_titlewrap {
  position: relative;
}

.company_message_catch {
  width: 334px;
  position: absolute;
  top: -63px;
  left: calc(50% - 1px);
}

.company_message_title {
  width: fit-content;
  font-size: min(24px, calc(24/1440*100vw));
  font-weight: bold;
  letter-spacing: 0.05em;
  border-bottom: 1px solid var(--clr-ttl-black);
  padding-bottom: 11px;
  margin-left: auto;
  margin-right: 27px;
  margin-bottom: 20px;
}
.company_message_text {
  line-height: 150%;
  margin-bottom: 22px;
}
.company_message_sign {
  float: right;
}
@media screen and (max-width:767px) {
  .section_message {
    margin-top: calc(55/375*100vw);
    margin-bottom: calc(40/375*100vw);
  }
  .section_message_wrap {
    padding: calc(26/375*100vw);
    border: calc(1/375*100vw) solid var(--clr-bg-glay);
  }
  .company_message_flex {
    flex-direction: column;
    gap: calc(36/375*100vw);
  }
  .company_message_img {
    width: calc(272/375*100vw);
  }
  .company_message_img img {
    display: block;
    width: 100%;
  }
  .company_message_img::after {
    width: calc(248/375*100vw);
    height: calc(248/375*100vw);
    border-radius: 0 0 calc(100/375*100vw) 0;
    top: calc(90/375*100vw);
    left: calc(-9/375*100vw);
  }
  .company_message_catch {
    position: relative;
    top: 0px;
    left: auto;
    right: auto;
    width: calc(185/375*100vw);
    margin: 0 auto calc(10/375*100vw);
  }
  .company_message_title {
    font-size: calc(12/375*100vw);
    border-bottom: 1px solid var(--clr-ttl-black);
    padding-bottom: calc(6/375*100vw);
    margin: 0 auto calc(40/375*100vw);
  }
  .company_message_text {
    line-height: 150%;
    margin-bottom: 22px;
  }
  .company_message_sign {
    float: right;
  }
}

/* ----------------------------------------------------------
section_philosophy
---------------------------------------------------------- */
.section_philosophy {
  background-color: var(--clr-bg-glay);
  color: var(--clr-white);
  border-radius: 90px;
  padding: 71px 0 90px;
  margin-bottom: 120px;
}
.section_philosophy .ttl_h2_eng {
  margin-bottom: 49px;
}
.philosophy_text {
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:767px) {
  .section_philosophy {
    border-radius: calc(40/375*100vw);
    padding: calc(65/375*100vw) 0 calc(80/375*100vw);
    margin-bottom: calc(60/375*100vw);
  }
  .section_philosophy .ttl_h2_eng {
    margin-bottom: calc(22/375*100vw);
  }
  .philosophy_text {
    font-size: calc(16/375*100vw);
    margin-bottom: calc(50/375*100vw);
  }
  .philosophy_img img {
    width: 100%;
  }
}

/* ----------------------------------------------------------
section_policy
---------------------------------------------------------- */
.section_policy {
  margin-bottom: 160px;
}
.policy_lead {
  margin: 85px 0 60px;
  line-height: 150%;
}
.policy_wrap {
  background: var(--clr-glay);
  display: flex;
  padding: 40px 99px;
  margin-bottom: 100px;
  gap: min(100px, calc(100/1440*100vw));
}
.policy_img {
  width: min(300px, calc(300/1440*100vw));
  flex-shrink: 0;
}
.policy_title {
  font-size: min(24px, calc(24/1440*100vw));
  font-weight: bold;
  margin-bottom: 30px;
}
.policy_text {
  font-size: min(20px, calc(20/1440*100vw));
  line-height: 150%;
}

.company_link_wrap {
  display: flex;
  justify-content: center;
  gap: min(27px, calc(27/1440*100vw));
}
.company_link_item {
  flex: 1;
  border: 1px solid var(--clr-bg-glay);
  padding: 22px 20px;
  transition: opacity 0.4s ease;
}
.company_link_item:hover {
  background: #f1f1f1;
}
.company_link_item a {
  position: relative;
  display: flex;
  align-items: center;
  gap: min(40px, calc(40/1440*100vw));
}
.company_link_item ._link_img {
  width: min(220px, calc(220/1440*100vw));
}
.company_link_item ._link_text {
  font-size: min(24px, calc(24/1440*100vw));
}
.company_link_item a::after {
    content: "";
    background: url(../img/company/icon_arrow.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    width: min(17px, calc(17/1440*100vw));
    height: min(25px, calc(25/1440*100vw));
    position: absolute;
    right: min(34px, calc(34/1440*100vw));
}

@media screen and (max-width:767px) {
.section_policy {
  margin-bottom: 160px;
}
.policy_lead {
  margin: calc(40/375*100vw) 0;
}
.policy_wrap {
  flex-direction: column;
  padding: calc(46/375*100vw) calc(18/375*100vw) calc(85/375*100vw);
  margin-bottom: calc(80/375*100vw);
  gap: calc(50/375*100vw);
}
.policy_img {
  width: calc(300/375*100vw);
}
.policy_img img {
  display: block;
  width: 100%;
}
.policy_title {
  font-size: calc(20/375*100vw);
  text-align: center;
  margin-bottom: calc(45/375*100vw);
}
.policy_text {
  font-size: calc(16/375*100vw);
}

.company_link_wrap {
  flex-direction: column;
  gap: calc(27/375*100vw);
}
.company_link_item {
  border: 1px solid var(--clr-bg-glay);
  padding: calc(25/375*100vw) calc(16/375*100vw);
}
.company_link_item a {
  gap: calc(16/375*100vw);
}
.company_link_item ._link_img {
  width: calc(130/375*100vw);
}
.company_link_item ._link_img img {
  display: block;
  width: 100%;
}
.company_link_item ._link_text {
  font-size: calc(14/375*100vw);
}
.company_link_item a::after {
    width: calc(9/375*100vw);
    height: calc(13/375*100vw);
    right: calc(3/375*100vw);
}
}

/* ----------------------------------------------------------
section_rd
---------------------------------------------------------- */
.section_rd {
  background: #d9d9d9;
  padding: 80px 0;
  margin: 80px 0 200px;
}
.rd_inner {
  width: min(1185px, calc(1185 / 1440 * 100vw));
  margin: 0 auto;
}
.section_rd_item {
  background: var(--clr-white);
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
  border-radius: 12px;
}
.section_rd_item:last-child {
  margin-bottom: 0;
}
.section_rd_img {
  flex-shrink: 0;
}
.section_rd_textwrap {
  width: min(616px, calc(616 / 1440 * 100vw));
}
.section_rd_textwrap .ttl_h3 {
  font-size: min(32px, calc(32 / 1440 * 100vw));
  margin-top: 0;
  margin-bottom: min(24px, calc(24 / 1440 * 100vw));
}
.section_rd_textwrap .section_rd_text {
  font-size: min(18px, calc(18 / 1440 * 100vw));
  line-height: 150%;
}

@media screen and (max-width:767px) {
  .section_rd {
    padding: calc(30 / 375 * 100vw) 0;
    margin: calc(20 / 375 * 100vw) 0 calc(62 / 375 * 100vw);
  }
  .rd_inner {
    width: 100%;
    padding: 0 calc(20 / 375 * 100vw);
  }
  .section_rd_item {
    flex-direction: column;
    gap: calc(30 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
  }
  .section_rd_img {
    width: 100%;
  }
  .section_rd_img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
  .section_rd_textwrap {
    width: 90%;
    padding-bottom: calc(50 / 375 * 100vw);
  }
  .section_rd_textwrap .ttl_h3 {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(24 / 375 * 100vw);
  }
  .section_rd_textwrap .section_rd_text {
    font-size: calc(12 / 375 * 100vw);
  }
}

/* ----------------------------------------------------------
overview
---------------------------------------------------------- */
.block_table {
  width: 100%;
   border-collapse: collapse;
   margin-top: 80px;
}
.block_table_item {
  border-top: 1px solid var(--clr-ttl-black);
}
.block_table_item:last-child {
  border-bottom: 1px solid var(--clr-ttl-black);
}
.block_table_title span,
.block_table_text span {
  display: block;
  color: #919191;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.block_table_title {
  font-size: 20px;
  line-height: 140%;
  padding: 23px 0 22px;
}
.block_table_title span {
  font-size: 14px;
}
.block_table_text {
  font-size: 18px;
  line-height: 150%;
  padding: 23px 0 22px 31px;
}
.block_table_text span {
  font-size: 16px;
  margin-top: 15px;
}

.section_profile {
  margin-bottom: 90px;
}

.section_locations {
  margin-bottom: 120px;
}
.locations_disc_wrap {
  display: flex;
  gap: 26px;
  margin-top: 50px;
}
.locations_address {
  position: relative;
  width: 630px;
  padding-left: 33px;
}
.locations_address::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../img/company/icon_address.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 15.05px;
  height: 23px;
}
.locations_tel {
  position: relative;
  padding-left: 41px;
}
.locations_tel::before {
  position: absolute;
  left: 0;
  content: "";
  background: url(../img/company/icon_tel.svg) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 23px;
  height: 23px;
}
.locations_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.locations_title span {
  font-size: 16px;
  color: var(--clr-red);
  font-weight: bold;
}
.locations_text {
  font-size: 18px;
  line-height: 1.4;
}
.locations_text span {
  color: #919191;
}
.locations_address .locations_text span {
  display: block;
  margin-top: 8px;
}
.locations_tel .locations_text span {
  font-size: 14px;
}

.section_affiliates {
  margin-bottom: 220px;
}

@media screen and (max-width:767px) {
  .block_table {
    margin-top: 40px;
  }
  .block_table_title,
  .block_table_text {
    display: block;
  }
  .block_table_title {
    font-size: 18px;
    padding-top: 30px;
  }
  .block_table_title span {
    font-size: 12px;
  }
  .block_table_text {
    font-size: 16px;
    padding: 0 0 30px;
  }
  .block_table_text span {
    margin-top: 10px;
  }
  .section_profile {
    margin-bottom: 80px;
  }
  .section_locations {
    margin-bottom: 50px;
  }
  .locations_map {
    position: relative;
    width: 100%;
    padding-top: 100%;
    /* 16:9のアスペクト比 */
    height: 0;
  }
  .locations_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .locations_disc_wrap {
    flex-direction: column;
  }
  .locations_address {
    width: 100%;
  }
  .locations_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .locations_title span {
    font-size: 18px;
  }
  .locations_text {
    font-size: 14px;
    line-height: 1.5;
  }
  .locations_address .locations_text span {
    margin-top: 8px;
  }
  .locations_tel .locations_text span {
    font-size: 12px;
  }
  .section_affiliates {
    margin-bottom: 114px;
  }
  .section_affiliates .block_table {
    margin-bottom: 80px;
  }
}