@charset "utf-8";






/* 表題 */
.title{
  text-align: center;
}

/*svg {
  margin-top: -80px;
  width: 100%;
  aspect-ratio: 600 / 160;
  font-family: "Josefin Sans", sans-serif;
}*/
@media (max-width: 768px){
  .title svg{
  margin-top: -40px;
  width: 60%;
  }
}
@media (max-width: 400px){
  .svg_title{
  margin-top: -50px;
  }
}

.title h2{
  color: #1d2086;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: -50px;
}
@media (max-width: 768px){
.title h2{
  transform: scale(0.75);
  margin-top: -60px;
  }
}
@media (max-width: 400px){
.title h2{
  font-size: 22px;
  }
}

/* 幅制御 */
.inner_01 {
    max-width: 85rem;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding: 0;
}

/* 表題直下画像 */
.top_img img{
     max-width: 85rem;
    width: 100%;
    display: block;
    /* width: 70%; */
    margin: 0 auto;
    height: auto;
    border-radius: 1rem;
}
@media (max-width: 400px){
.top_img img{
width: 95%;
height: auto;
  }
}
.top_img {
    margin-bottom: 75px;
}

/* ＝＝＝＝＝＝会社概要＝＝＝＝＝＝＝ */
.company_info{
    padding-left: 10px;
    position: relative;
    padding-bottom: 40px; 
}

.logo_icon {
  width: auto;
  height: 1em;        /* ← 文字サイズ基準 */
  flex-shrink: 0;     /* 縮まない */
}

.english_title{
  display: flex;
  margin-top: 80px;
  color: #1d2086;
  font-family:  "Josefin Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  align-items: center; /* 縦中央揃え */
  gap: 10px;
}
@media (max-width: 768px){
.english_title{
        margin-top: 30px;
        /* transform: scale(0.65); */
        /* transform-origin: left center; */
        margin-left: 0;
        font-weight: 600;
        font-size: 1.2rem;
        padding-bottom: 1rem;
  }
}

h3 {
/*    font-size: 28px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom:30px ;
    letter-spacing: 0.03em;*/
}
@media (max-width: 768px){
 h3 {
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 3rem;
        font-size: 2.4rem;
  }
}


.company_info_lead{
    font-size: 2.4rem;
    line-height: 1.8;
    margin-bottom: 40px;
    font-weight: 500;
}
.philosophy .headLine01 {
    margin-bottom: 3.4rem;
    color: #000;
    font-size: 2.8rem;
    font-weight: 700;
    margin-top: 6.5rem;
}

@media (max-width: 400px){
.company_info_lead{
  font-size:14px;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

.company_info table {
    max-width: 85rem;
  width: 100%;
    font-size: 1.6rem;
  font-weight: 400;
  border-collapse: collapse;
    margin-bottom: 95px;
}
@media (max-width: 768px){
.company_info table {
    font-size: 14px;
  margin-bottom: 40px;
  }
}
@media (max-width: 400px){
.company_info table {
      font-size: 1.4rem;
  margin-bottom: 10px;
  }
}


/* 罫線作成 */
.company_info th,
.company_info td {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}

.company_info tr {
  position: relative;
	    height: 82px;
	border-bottom: 1px solid #ddd9d7;
}

.company_info tr::after {
/*  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #ddd9d7;*/
}

.company_info th,
.company_info td {
    line-height: 1.6;
    padding: 28px 0px;
}
.company_info th{
    width: 17rem;
    font-size: 1.6rem;
    letter-spacing: 2px;
}


/* 経営理念との間の線 */
.company_info::after {
  content: "";
  position: absolute;
  left:50%;
  transform: translateX(-50%);
  bottom: 0;
    width: 1100px;
  height: 1px;
  background: #ddd9d7;
}

/* ＝＝＝＝＝＝経営理念＝＝＝＝＝＝＝ */
.philosophy{

}
.philosophy_lead{
    font-size: 2.4rem;
    line-height: 2;
    margin-bottom: 7.5rem;
}

@media (max-width: 400px){
.philosophy_lead{
  font-size:14px;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 20px;
  }
}

/* ＝＝＝＝＝＝代表挨拶＝＝＝＝＝＝＝ */

.feature {
    max-width: 88.3rem;
    width: 100%;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
.feature_col{
    max-width: 90rem;
    margin: 0 auto;
    padding-bottom: 9rem;
}

.feature_lead p {
    padding-bottom: 20px;
}
.greet{
    background-color: #f4efe9;
}



.greet_flex{
    display: flex;
    justify-content: space-between;
    /* align-items: last baseline; */
    /* margin-top: -100px; */
    /* width: 100%;*/
	position: relative;
}


.greet_flex img{
/*  max-width: 65vw;*/
  height: auto;
	    border-radius: 1rem;
}


/* 肩書 */
.ceo01 {
    font-size: 2.1rem;
    font-weight: bold;
}


/* 代表氏名 */
.ceo02{
    font-size: 2.7rem;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.04em;
    min-width: 200px;
}

/* 3つの強み部分 */
.feature_title{
    letter-spacing: 0.02em;
  font-size: 20px;
    font-weight: bold;
}
@media (max-width: 768px){
.feature_title{
  width: 100%;
  white-space: nowrap;
  font-size: clamp(14px, 3.8vw, 20px);
  }
}
@media (max-width: 400px){
.feature_title{
    font-size: 15px;
    line-height: 1.2;
  white-space: unset;
    padding-bottom:20px;

  }
}
.feature_title + p span{
    font-weight: bold;
}

.feature_lead {
font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
    line-height: 2.2;
    padding-bottom: 0;
    padding-top: 50px;
}



.feature{
    max-width: 883px;
    width: 100%;
    padding: 20px 40px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
@media (max-width: 400px){
.feature{
    font-size:14px;
    line-height: 1.2;
    padding: 10px 20px;
    margin-bottom: 10px;
  }
}

.number{
    display: inline-block;
    line-height: 1;
    background-color: #1d2086;
    color:#fff; 
    padding: 0.1em 0.35em 0.2em;
    border-radius: 3px;
    margin-right: 15px;
    transform: translateY(1px);  /* 上下バランス微調整 */
}

.feature_text{
    font-size: 18px;
    font-weight: bold;
    color: #1d2086;
    padding-bottom: 10px;
    border-bottom: #dcd8d6 solid 0.25px;
}
@media (max-width: 768px){
.feature_text{
  font-size: 16px;
    line-height: 1.4;
}
}
@media (max-width: 400px){
.feature_text{
    font-size: 14px;
  }
}

.feature > p{
    line-height: 1.8;
    text-align: justify;
    padding-top: 5px;
}
@media (max-width: 768px){
.feature > p{
  font-size: 14px;
  }
}

.feature p span{
    font-weight: bold;
}


/* ＝＝＝＝＝＝アクセス＝＝＝＝＝＝＝ */
/* 幅制御 */
.inner_02{
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
}

.access{

}

.access_title{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.access_flex{
    display: flex;
    text-align: left;
    align-items:flex-start;
    justify-content: center;
    gap: 30px;
    position: relative;
}
@media (max-width: 768px){
.access_flex{
  flex-direction: column-reverse;
  margin-bottom: 30px;
  gap: 0;
}
}
@media (max-width: 400px){
.access_flex{
  margin-bottom: 10px;
}
}

/* 写真部分 */
.flex_right{
  position: relative;
	    width: 436px;
}
.flex_right img{
  width: 100%;
  width: 436px;
  height: auto;
  display: block;
}

/* 会社情報部分 */
.access_flex table {
     font-size: 1.6rem;
    font-weight: 400;
    border-collapse: collapse;
    margin-bottom: 80px;
    width: 51rem;
}
@media (max-width: 768px){

}

@media (max-width: 1000px){
.inner_02 {
    max-width: 100%;
    width: 95%;
    margin: 0 auto;
    padding-top: 40px;
}
}

/* 罫線作成 */
.access_flex th,
.access_flex td {
  border: none !important;
  background: none !important;
  box-shadow: none !important;
}
.access_flex table th{
width: 118px;
}
@media (max-width: 768px){
.access_flex table th{
width: 90px;
}
}

.access_flex tr {
  position: relative;
	    height: 82px;
		border-bottom: 1px solid #ddd9d7;
}

.access_flex tr::after {
/*  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgb(221, 217, 215);*/
}

.access_flex table td{
    line-height: 1.6;
    padding: 28px 0px;
}
@media (max-width: 400px){
.access_flex table td{
    line-height: 1.5;
    padding: 1.5em 15px;
}
}

/* 地図埋込 */
.iframe {
  aspect-ratio: 16 / 9;
  margin-bottom: 80px;
}

.iframe iframe {
  width: 100%;
  height: 100%;
}
.d_name{
	position: absolute;
    bottom: 10px;
	
}

.access_flex a{
    color: #1d2087;
    text-decoration: underline;
}


@media all and (max-width: 896px) {
.top_img {
    margin-bottom: 3rem;
}
	
	.iframe {
  margin-bottom: 40px;
}
	.company_info {
    padding-left: 0;
    position: relative;
    padding-bottom: 0px;
}
	    .company_info_lead {
        font-size: 2.0rem;
        margin-left: 0;
        padding-top: 0;
        margin-bottom: 30px;
    }
	.company_info th{
  width: 100px;
	    font-size: 1.5rem;
}
.company_info th, .company_info td {
    line-height: 1.6;
    padding: 10px 0px;
}
	.philosophy_lead{
        font-size: 2rem;
    margin-left: 0;
    padding-top: 0;
    margin-bottom: 30px;
  }
	.philosophy {
    margin-bottom: 8rem;
}
	.greet_flex {
    display: block;
	}

    .greet_flex img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }
.d_name {
    position: static;
    bottom: 10px;
	        padding-top: 10px;
}
    .ceo01 {
        font-size: 1.5rem;
        margin-left: 0;
        padding-bottom: 0;
    }
	.ceo02 {
        font-size: 2rem;
        letter-spacing: 0;
        padding-top: 0;
        padding-bottom: 0;
        min-width: 100%;
    }
	.feature_lead {
    font-size:1.4rem;
    line-height: 2;
	    padding-top: 30px;
}
	.feature {
    max-width: 100%;
    width: 100%;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}
	.greet {
    margin: 0 auto;
    padding: 0 2rem;
}
	    .inner_02 {
        max-width: 100%;
        width: 100%;
	}
	    .flex_right img {
        width: 100%;
    }
	.flex_right {
    position: relative;
    width: 100%;
}
	.access_flex table {
  margin-bottom: 30px;
    font-size: 1.4rem;
	
    width: 100%;
}
	.access_flex table td {
    padding: 1.5em 15px;
}
	.philosophy .headLine01 {
    font-size: 2.4rem;
}
	    .company_info th, .company_info td {
    font-size: 1.4rem;
    }
	    .access_flex table td {
    font-size: 1.4rem;
    }
}



.company_info a {
    color: #1d2087;
    text-decoration: underline;
}