@charset "UTF-8";
/* CSS Document */
/*FV*/
.section__FV {
  position: relative;
}
.section__FV__img img {
  width: 100Vw;
  height: auto;
}
.section__FV__img-mb {
  display: none;
}
.section__FV__img-tb {
  display: none;
}
.section__FV h1 {
  z-index: 1;
  color: #fff;
  font-size: 5.0rem;
  line-height: 1.8;
  font-weight: 900;
  letter-spacing: 0.15em;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  white-space: nowrap;
}
.section__FV h1 span {
  display: none;
}
@media(max-width: 1180px) {
  .section__FV__img-pc {
    display: none;
  }
  .section__FV__img-tb {
    display: block;
    width: 100vw;
    height: auto;
  }
}
@media(max-width: 1023px) {
  .section__FV h1 {
    font-size: 4.0rem;
  }
}
@media(max-width: 767px) {
  .section__FV__img-tb {
    display: none;
  }
  .section__FV__img-mb {
    display: block;
    width: 100vw;
    height: auto;
  }
  .section__FV h1 span {
    display: block;
    color: #F5D930;
    font-size: 3.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
    text-transform: uppercase;
  }
}
@media(max-width: 500px) {
  .section__FV h1 {
    font-size: 3.0rem;
    line-height: 1.4;
    font-weight: 700;
  }
  .section__FV h1 span {
    font-size: 2.0rem;
    letter-spacing: 0.05em;
    padding-top: 5px;
  }
}
/*top-link*/
.section__link-top {
  padding: 52px 5vw 0;
  display: flex;
  max-width: 1200px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px 0;
  margin: 0 auto;
}
.section__link-top a {
  color: #00315F;
  width: 198px;
  height: 30px;
  border-left: solid 1px #00315F;
  white-space: nowrap;
  border-right: solid 1px #00315F;
  margin-left: -1px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.section__link-top a:hover {
  color: #F5D92F;
}
@media(max-width:767px) {
  .section__link-top {
    padding: 33px 6vw 0;
  }
  .section__link-top a {
    box-sizing: border-box;
    width: 151px;
    height: 25px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
/*Message*/
.section__Message__area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 188px 5vw 189px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__Message__left {
  text-align: left;
  width: 471px;
  margin-right: min(4%, 78px);
}
.section__Message__left h3 {
  font-size: 2.8rem;
  color: #00315F;
  font-weight: 900;
  padding-bottom: 11.5px;
}
.section__Message__left__p {
  padding-bottom: 20px;
  width: 471px;
}
.section__Message__img {
    width: min(644px, 100%);
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section__Message__img-pc {
  width: 100%;
  height: auto;
}
.section__Message__img-mb {
  display: none;
}
.section__Message__left-h3__br-mb {
  display: none;
}
@media(max-width: 1023px) {
  .section__Message__area h2 {
    text-align: center;
    padding-bottom: 39px;
  }
  .section__Message__img-pc {
    display: none;
  }
  .section__Message__img-mb {
    display: block;
    width: min(425px, 86vw);
	  height: auto;
    margin: auto;
    padding-bottom: 48px;
  }
  .section__Message__area {
    width: min(767px, 86vw);
    margin: 0 auto;
    padding: 140px 5vw 50px;
    display: block;
  }
  .section__Message__left {
    margin: auto;
    width: auto;
    margin-right: 0;
  }
  .section__Message__left-text {
    margin: auto;
    width: 100%;
  }
  .section__Message__left-text__br-mb {
    display: none;
  }
  .section__Message__left__p {
    width: 100%;
  }
  .section__Message__left h3 {
    padding-bottom: 32px;
  }
}
@media(max-width: 767px) {
  .section__Message__left h3 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .h2-jp-noto-left-motto {
    font-size: 2.9rem !important;
  }
  .section__Motto__contents-1 h3 {
    font-size: 2.0rem !important;
  }
  .section__Motto__contents-2 h3 {
    font-size: 2.0rem !important;
  }
}
@media(max-width:410px) {
  .section__Message__left-h3__br-mb {
    display: block;
  }
}
/*ConrporateIdentity*/
.section__CorporateIdentity__area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 5vw 0;
  position: relative;
}
.section__CorporateIdentity__area h2 {
  box-sizing: border-box;
  position: absolute;
  top: 50px;
  left: 5vw;
  background-color: #fff;
  width: 300px;
  height: 167px;
  padding-top: 12px;
}
.section__CorporateIdentity__area p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.0rem;
  font-weight: 700;
  line-height: 2.0;
}
.section__CorporateIdentity__img {
  width: 100%;
  height: auto;
}
.section__CorporateIdentity__img-pc {
  width: 100%;
  height: auto;
  display: block;
}
.section__CorporateIdentity__img-mb {
  display: none;
}
.section__Motto__contents__br-mb {
  display: none;
}
@media(max-width: 1023px) {
  .section__CorporateIdentity__area h2 {
    top:calc(10% + 50px);
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    text-align: center;
    height: auto;
    padding-top: 0;
  }
  .section__CorporateIdentity__area p {
    top: 48%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
@media(max-width: 767px) {
  .section__CorporateIdentity__img-pc {
    display: none;
  }
  .section__CorporateIdentity__img-mb {
    display: block;
    width: 100%;
	  height: auto;
  }
  .section__CorporateIdentity__area {
    padding: 50px 0 0;
  }
  .section__CorporateIdentity__area h2 {
    top: 22%;
  }
  .section__CorporateIdentity__img {
    width: min(450px, 100%);
    margin: auto;
  }
  .section__CorporateIdentity__area p {
    top: 45%;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.8rem;
    line-height: 1.9;
  }
  .section__Motto__contents__br-mb {
    display: block;
  }
}
/*Motto*/
.section__Motto__area {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 64px 5vw 119px;
}
.h2-jp-noto-left-motto {
  color: #333;
  font-size: 3.9rem;
  font-weight: 900;
  line-height: 1.0;
  text-align: left;
}
.section__Motto__contents {
  display: flex;
  width: clamp(765px, 44vw, 847px);
  justify-content: space-between;
}
.section__Motto__contents-1 {
  text-align: left;
  width: clamp(370px, 19vw, 374px);
}
.section__Motto__contents-2 {
  width: clamp(370px, 19vw, 374px);
  text-align: left;
}
.section__Motto__contents-1 h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.section__Motto__contents-1 h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #F5D92F;
  top: 57px;
  left: 0;
}
.section__Motto__contents-2 h3 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 40px;
  position: relative;
}
.section__Motto__contents-2 h3::before {
  content: "";
  display: block;
  position: absolute;
  width: 55px;
  height: 2px;
  background-color: #F5D92F;
  top: 57px;
  left: 0;
}
@media(max-width: 1023px) {
  .section__Motto__area {
    flex-flow: column;
    padding: 64px 5vw 119px;
  }
  .section__Motto__area h2 {
    text-align: center;
    padding-bottom: 33px;
  }
}
@media(max-width: 850px) {
  .section__Motto__contents {
    display: flex;
    flex-flow: column;
    width: 70vw;
    justify-content: center;
    align-items: center;
  }
  .section__Motto__contents-1 {
    width: 70vw;
    padding-bottom: 32px;
  }
  .section__Motto__contents-2 {
    width: 70vw;
  }
}
/*CompanyInfo*/
.section__CompanyInfo__area {
  width: 100%;
  background-color: #F5D92F;
  border-radius: 0 0 500px 0;
  position: relative;
}
.section__CompanyInfo__area__h2 {
  z-index: 1;
  width: 72%;
  max-width: 960px;
  height: 240px;
  background-color: #00315F;
  padding-top: 109px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.section__CompanyInfo__main {
  z-index: 0 !important;
  background-color: #fff;
  width: 86vw;
  max-width: 1508px;
  padding-top: 192.5px;
  margin: -131px auto;
  position: relative;
}
.section__CompanyInfo__main table {
  margin: 0 auto;
  text-align: left;
  width: min(960px,72vw);
}
.section__CompanyInfo__main th, .section__CompanyInfo__main td {
  padding: 33.5px 36px;
}
.section__CompanyInfo__main th:nth-child(1), .section__CompanyInfo__main td:nth-child(1) {
  width: 28%;
  color: #00315F;
  font-weight: 700;
  border-bottom: solid 2px #00315F;
  border-right: 10px solid #FFF; /* 1列目の右側に透明なボーダーを追加 */
  white-space: nowrap;
}
.section__CompanyInfo__main th:nth-child(2), .section__CompanyInfo__main td:nth-child(2) {
  line-height: 1.5;
  font-weight: 500;
  border-bottom: solid 2px #898989;
}
.section__CompanyInfo__main__map iframe {
  width: 72vw;
  max-width: 960px;
  height:580px;
  max-height: 583px;
  border-radius: 29px;
  margin: 80px 0 99px;
}
.section__CompanyInfo__description {
  max-width: 1200px;
  padding: 191px 2vw 120px;
  margin: 0 auto;
}
.section__CompanyInfo__description__flex {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  gap: 5vh min(8vw, 162px);
  position: relative;
  z-index: 1;
}
.section__CompanyInfo__description__box {
  text-align: left;
  width: clamp(415px, 27vw, 519px);
  height: 474px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section__CompanyInfo__description__box h3 {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 8px;
  white-space: nowrap;
}
.section__CompanyInfo__description__box h3 span {
  margin-right: 30px;
}
.section__CompanyInfo__description__box h3::after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  background-color: #333;
}
.section__CompanyInfo__description__box p {
  line-height: 1.6;
}
.section__CompanyInfo__description__box iframe {
  width: clamp(415px, 27vw, 519px);
  height: 300px;
  border-radius: 32px;
}
.section__CompanyInfo__area::before {
  position: absolute;
  width: 506px;
  height: 698px;
  bottom: 27%;
  left: 0;
  content: "";
  display: block;
  background-image: url("../images/common/02about-4.png");
  background-size: contain;
  background-repeat: no-repeat;
}
.section__CompanyInfo__area::after {
  position: absolute;
  width: 478px;
  height: 644px;
  bottom: 11%;
  right: 0;
  content: "";
  display: block;
  background-image: url("../images/common/02about-5.png");
  background-size: contain;
  background-repeat: no-repeat;
	z-index: -1;
}
.section__CompanyInfo__main__br-mb {
  display: none;
}
.section__CompanyInfo__main a{
	color: #333;
}
.section__CompanyInfo__description a{
	color: #333;
}
.section__CompanyInfo__main__span{
	text-indent: -1.6rem;
	display: inline-block;
	padding-left: 1.6rem;
}
#section__ActivityBase{
scroll-margin-top:50px;
padding-top:50px;
}
@media (max-width: 1350px) {
  .section__CompanyInfo__area {
    border-radius: 0 0 300px 0;
  }
}
@media(max-width:1023px) {
  .section__CompanyInfo__main__br-mb {
    display: block;
  }	
}
@media(max-width: 960px) {
	.section__CompanyInfo__main__br-mb-2{
	display: none;
	}
  .section__CompanyInfo__description__flex {
    gap: 5vh 5vw !important;
  }
  .section__CompanyInfo__description__box {
    width: clamp(320px, 27vw, 415px) !important;
  }
  .section__CompanyInfo__description__box iframe {
    width: clamp(320px, 27vw, 415px) !important;
  }
  .section__CompanyInfo__description__box p {
    letter-spacing: 0;
  }
}
@media (max-width: 767px) {
  .section__CompanyInfo__description__box h3 {
    font-size: 1.6rem;
    margin-bottom: 4px;
  }
  .section__CompanyInfo__description__box h3 span {
    margin-right: 15px;
  }
  .section__CompanyInfo__main th:nth-child(1), .section__CompanyInfo__main td:nth-child(1) {
    display: block;
    border-right: none;
    width: auto;
    border-bottom: solid 2px #898989;
  }
  .section__CompanyInfo__main th:nth-child(2), .section__CompanyInfo__main td:nth-child(2) {
    display: block;
    border-bottom: none;
    margin-bottom: 8px;
  }
  .section__CompanyInfo__main th, .section__CompanyInfo__main td {
    padding: 8px 15px;
  }
  .section__CompanyInfo__main__map iframe {
    height: 324px;
    margin: 32px 0 50px;
  }
  .section__CompanyInfo__main table {
    letter-spacing: 0;
  }
  .section__CompanyInfo__description__flex {
    gap: 4vh 5vw !important;
  }
  .section__CompanyInfo__description__box {
    width: clamp(270px, 72vw, 320px) !important;
    height: auto;
  }
  .section__CompanyInfo__description__box iframe {
    width: clamp(270px, 72vw, 320px) !important;
    height: 180px;
    margin-top: 24px;
  }
  .section__CompanyInfo__area {
    border-radius: 0 0 150px 0;
  }
  .section__CompanyInfo__area::before {
    width: 201px;
    height: 345px;
    bottom: 29%;
    left: 0;
  }
  .section__CompanyInfo__area::after {
    width: 201px;
    height: 303px;
    bottom: 4%;
    right: 0;
  }
}
/*OrganizationChart*/
.section__OrganizationChart__area {
  max-width: 1200px;
  padding: 109px 5vw 120px;
  margin: 0 auto;
}
.section__OrganizationChart__img {
  margin-top: -100px;
  width: 100%;
  height: auto;
}
.section__OrganizationChart__img-pc {
  width: min(943px, 86%);
  height: auto;
  margin: 0 auto;
}
.section__OrganizationChart__img-mb {
  display: none;
}
@media (max-width: 1023px) {
  .section__OrganizationChart__img {
    margin-top: 0;
  }
  .section__OrganizationChart__area h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .section__OrganizationChart__area {
    padding: 109px 5vw 100px;
  }
}
@media (max-width: 767px) {
  .section__OrganizationChart__img-pc {
    display: none;
  }
  .section__OrganizationChart__img-mb {
    display: block;
    width: min(425px, 100%);
	  height: auto;
    margin: auto;
  }
}
/*History*/
.section__History__area {
  background-color: #F8F8F8;
  padding: 107px 0 117px;
  border-radius: 500px 0 0;
  margin-bottom: 119px;
}
.section__History__flex {
  padding: 48px 5% 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section__History__img {
  width: clamp(354px, 27vw, 534px);
  height: auto;
}
.section__History__img img {
  object-fit: cover;
  object-position: center;
  width: 100%;
	height: auto;
}
.section__History__img-mb {
  display: none;
}
.section__History__flex table {
  margin-right: min(7vw, 141px);
  text-align: left;
  width: 524px;
  white-space: nowrap;
  position: relative;
}
.section__History__flex td, .section__History__flex th {
  padding-bottom: 50px;
}
.section__History__flex td:nth-child(1), .section__History__flex th:nth-child(1) {
  padding-right: 103px;
  position: relative;
  font-weight: 700;
}
.section__History__flex td:nth-child(2), .section__History__flex th:nth-child(2) {
  font-weight: 500;
}
.section__History__flex table::before {
  content: "";
  display: block;
  width: 1px;
  height: 101%;
  background-color: #898989;
  position: absolute;
  top: 20px;
  left: 145px;
}
.section__History__flex td:nth-child(1)::after, .section__History__flex th:nth-child(1)::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  border: solid 1px #898989;
  position: absolute;
  top: 7px;
  right: 46px;
}
.last-two {
  padding-bottom: 0 !important;
}
.section__History__br-mb {
  display: none;
}
@media (max-width: 1350px) {
  .section__History__area {
    border-radius: 300px 0 0;
  }
}
@media (max-width: 1023px) {
  .section__History__flex {
    padding: 48px 5% 0;
    flex-flow: column;
  }
  .section__History__flex table {
    margin-right: 0;
  }
  .section__History__img-pc {
    display: none;
  }
  .section__History__img-mb {
    display: block;
  }
  .section__History__img {
    padding-top: 82px;
    width: min(767px, 100vw);
    height: auto;
  }
}
@media (max-width: 767px) {
  .section__History__br-mb {
    display: block;
  }
  .section__History__area {
    border-radius: 150px 0 0;
    padding: 107px 0 100px;
    margin-bottom: 100px;
  }
  .section__History__flex {
    padding: 0 6vw 0;
  }
  .section__History__flex td, .section__History__flex th {
    padding-bottom: 20px;
  }
  .section__History__flex td:nth-child(1), .section__History__flex th:nth-child(1) {
    padding-right: 37px;
    white-space: nowrap;
  }
  .section__History__flex td:nth-child(2), .section__History__flex th:nth-child(2) {
    line-height: 1.5;
  }
  .section__History__flex table::before {
    left: 103px;
    top: 15px;
    height: 100%;
  }
  .section__History__flex td:nth-child(1)::after, .section__History__flex th:nth-child(1)::after {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .section__History__flex table {
    letter-spacing: 0;
    width: 425px;
    white-space: normal;
  }
}
@media (max-width: 475px) {
  .section__History__flex table {
    width: 320px;
  }
	  .section__History__flex td:nth-child(1)::after, .section__History__flex th:nth-child(1)::after {
    right: 16px;
  }
}