@charset "utf-8";
/*=======================================================
==========================================================
　　　　　　　　　　　　　PC start
==========================================================
========================================================*/
@media screen and (min-width:768px) {
/*singlepage設定*/
.page-title{
  padding:60px 0 20px;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:5rem;
  font-weight: 500;
  color: #221715;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single-section{
  padding: 5% 0 0;
}
.single-box{
  padding: 0 0 8%;
}

/*セクションタイトル（トップページと統一）*/
.section-title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-title .title-label{
  width: 45px;
  margin-bottom: 10px;
}
.section-title .title-label img{
  width: 100%;
  display: block;
}
.section-h2{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 50px;
  font-weight: 500;
  color: #221715;
  line-height: 1em;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*代表挨拶・メッセージ共通*/
.msg-section{
  padding: 5% 0 0;
}

/*代表挨拶 2カラム*/
.msg-greeting{
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 0;
  margin: 40px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
}
.msg-greeting-text{
  flex: 1;
  padding: 3em;
  background-color: #f0ebe4;
  border-radius: 16px 0 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.msg-greeting-text p{
  font-size: 1.6rem;
  line-height: 2.4em;
  color: #221715;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 0;
}
.msg-greeting-photo{
  width: 420px;
  flex-shrink: 0;
}
.msg-greeting-photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
  display: block;
}
.msg-photo-caption{
  font-size: 1.4rem;
  color: #221715;
  text-align: right;
  margin: 1.5em 0 0 !important;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*法人理念・目指すもの・共通の価値・私たちについて 共通*/
.msg-content{
  margin: 40px 0 0;
  text-align: center;
}
.msg-heading{
  font-size: 3rem;
  font-weight: bold;
  color: #221715;
  text-align: center;
  margin: 0 0 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 3px solid #FFE402;
  display: inline-block;
  letter-spacing: 0.08em;
}
.msg-heading-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin: 0 0 1.5em;
  letter-spacing: 0.05em;
}
.msg-body{
  font-size: 1.6rem;
  line-height: 2.2em;
  color: #221715;
  letter-spacing: 0.1em;
  margin: 0 0 1.5em;
  text-align: center;
}

/*私たちについて*/
.msg-aboutus{
  text-align: left;
  max-width: 900px;
  margin: 40px auto 0;
}
.msg-aboutus .msg-body{
  text-align: left;
}

/*経営理念*/
p.phi-p{
  font-size:2rem;
  font-weight:bold;
  line-height: 1.7em;
  text-align: center;
}
.phi-box{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.phi-box li:nth-child(1){
  width:35%;
}
.phi-box li:nth-child(2){
  width:60%;
}
.phi-box li h3{
  color:#FFE402;
  font-size:2.5rem;
  margin:0;
}
.phi-box li p{
  font-size:1.5rem;
  line-height: 1.6em;;
  margin:.3em 0 1.3em;
  font-weight: 500;
}

/*経営方針*/
.vision-h3{
  font-size:2.4rem;
  background-color: #FFE402;
  padding:.6em;
  text-align: center;
  width:100%;
  color:#221715;
  border-radius: 10px;
  line-height: 1em;
  margin:1em 0 0;
}
.vision-p1{
  font-size:min(4rem,3vw);
  font-weight:600;
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  letter-spacing: .05em;
  margin:1em 0 .5em;
}
.vision-p2{
  text-align: center;
  margin:0;
  line-height: 1.8em;
}
.vision-ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vision-ul li{
  width:48%;
  margin:2em 0 3em;
}


.mission-box{
  position:relative;
  border:3px solid #FFE402;
  border-radius: 20px;
  margin: 6rem 0 5rem;
}
.mission-ab{
  position:absolute;
  top:-8%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width:45%;
  min-width:300px;
}
.mission-box ul{
  padding: 8% 10% 5%;
  width:fit-content;
  margin:0 auto;
}
.mission-box ul li{
  font-size:1.7rem;
  font-weight: 600;
  padding:.8em 0;
}
.mission-box ul li span{
  color:#FFE402;
  font-size:1.8rem;
}

.business-ul{
  list-style: disc;
}
.business-ul li{
  margin-left: 1em;
}

.about-soshiki{
  margin:3rem 0;
}

/*会社概要*/
.company-card{
  background-color: #fff;
  border-radius: 16px;
  padding: 2.5em 3em;
  margin: 2.5rem 0;
  box-shadow: 0 2px 20px rgba(0,0,0,0.04);
}
.company-name{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  background-color: transparent;
  padding: 0 0 0.5em;
  margin: 0 0 1.5rem;
  text-align: left;
  border-bottom: 2px solid #FFE402;
  display: inline-block;
}
#company table.table01{
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#company table.table01 tr{
  border-bottom: 1px solid #eee;
}
#company table.table01 tr:last-child{
  border-bottom: none;
}
#company table.table01 th{
  font-size: 1.4rem;
  font-weight: 600;
  color: #221715;
  background-color: transparent;
  padding: 1em 1.5em 1em 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 130px;
  border: none;
}
#company table.table01 td{
  font-size: 1.4rem;
  color: #555;
  padding: 1em 0;
  line-height: 1.7;
  border: none;
}
.company-access{
  margin: 1.5rem 0 0;
  padding: 1.2em 1.5em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2em;
  background-color: #fafafa;
  border-radius: 10px;
}
.access-label{
  font-size: 1.3rem;
  font-weight: bold;
  color: #221715;
  margin: 0;
  white-space: nowrap;
}
.access-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.access-list li{
  font-size: 1.3rem;
  color: #555;
  padding: 0.2em 0;
  line-height: 1.6;
}

/*沿革タイムライン*/
.history-timeline{
  max-width: 100%;
  margin: 50px 0 0;
  position: relative;
  padding-left: 0;
  border-left: none;
}
.history-year{
  position: relative;
  margin: 0;
  padding: 0;
}
.history-year h3{
  display: inline-block;
  background-color: #221715;
  color: #fff;
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  padding: 0.5em 1.8em;
  border-radius: 50px;
  margin: 0 0 0.8em;
  letter-spacing: 0.05em;
}
.history-list{
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 0.5em 1.5em;
  margin: 0 0 0;
  padding: 0 0 2em 2em;
  border-left: 2px solid #e0e0e0;
  margin-left: 1.2em;
}
.history-list dt{
  font-size: 1.5rem;
  font-weight: bold;
  color: #221715;
  text-align: right;
  white-space: nowrap;
}
.history-list dd{
  font-size: 1.5rem;
  color: #555;
  margin: 0;
  line-height: 1.7;
}
.history-continue{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  color: #221715;
  text-align: left;
  letter-spacing: 0.15em;
  margin: 1em 0 1em;
  padding-left: 0;
  opacity: 0.3;
}







}/*=======================================================
==========================================================
　　　　　　　　　　　　　PC end
==========================================================
==========================================================
========================================================*/

/*=======================================================
==========================================================
  　　　　　　　　　　　　　SPstart
==========================================================
========================================================*/
@media screen and (max-width:768px) {
/*singlepage設定*/
.page-title{
  padding: 30px 0 10px;
  text-align: center;
}
p.h1-p{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  position:relative;
  font-size:3.5rem;
  font-weight: 500;
  color: #221715;
  line-height: 1em;
  margin:0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.single-box{
  padding: 15px 0 30px;
}
.sp-head-logo{
  display: flex;
  align-items: center;
  height: 58px;
  border-bottom: 6px solid #FFE402;
  width: 100%;
  margin: 0;
  mix-blend-mode: multiply;
}
.sp-head-logo img{
  width: auto;
  height: 48px;
  padding: 0 0 0 12px;
  object-fit: contain;
  margin: 0;
  mix-blend-mode: multiply;
}
.single-section{
  padding: 3rem 0 2rem;
}

/*セクションタイトル SP*/
.section-title{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.section-title .title-label{
  width: 35px;
  margin-bottom: 8px;
}
.section-title .title-label img{
  width: 100%;
  display: block;
}
.section-h2{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 35px;
  font-weight: 500;
  color: #221715;
  line-height: 1em;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*代表挨拶・メッセージ共通 SP*/
.msg-section{
  padding: 3rem 0 2rem;
}

/*代表挨拶 SP 1カラム*/
.msg-greeting{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  margin: 20px 0;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  overflow: hidden;
  border-radius: 12px;
}
.msg-greeting-photo{
  width: 100%;
  max-width: 100%;
  order: -1;
}
.msg-greeting-photo img{
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
  display: block;
}
.msg-greeting-text{
  width: 100%;
  padding: 2em 1.5em;
  background-color: #f0ebe4;
  border-radius: 0 0 12px 12px;
}
.msg-greeting-text p{
  font-size: 1.4rem;
  line-height: 2.2em;
  color: #221715;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0;
}
.msg-photo-caption{
  font-size: 1.2rem;
  color: #221715;
  text-align: right;
  margin: 1.2em 0 0 !important;
  font-weight: bold;
  letter-spacing: 0.08em;
}

/*法人理念・目指すもの・共通の価値・私たちについて 共通 SP*/
.msg-content{
  margin: 20px 0 0;
  text-align: center;
}
.msg-heading{
  font-size: 2.2rem;
  font-weight: bold;
  color: #221715;
  text-align: center;
  margin: 0 0 0.3em;
  padding-bottom: 0.3em;
  border-bottom: 3px solid #FFE402;
  display: inline-block;
  letter-spacing: 0.05em;
}
.msg-heading-en{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #999;
  text-align: center;
  margin: 0 0 1em;
  letter-spacing: 0.05em;
}
.msg-body{
  font-size: 1.4rem;
  line-height: 2em;
  color: #221715;
  letter-spacing: 0.05em;
  margin: 0 0 1.2em;
  text-align: center;
}

/*私たちについて SP*/
.msg-aboutus{
  text-align: left;
}
.msg-aboutus .msg-body{
  text-align: left;
}

/*経営理念*/
p.phi-p{
  font-size:1.8rem;
  font-weight:bold;
  line-height: 1.7em;
  text-align: center;
}
.phi-box{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.phi-box li:nth-child(1){
  width:100%;
  padding:0 10%;
}
.phi-box li:nth-child(2){
  width:100%;
  margin:3rem 0 0;
}
.phi-box li h3{
  color:#FFE402;
  font-size:2.2rem;
  margin:0;
  text-align: center;
}
.phi-box li p{
  font-size:1.5rem;
  line-height: 1.6em;;
  margin:.3em 0 1.3em;
  font-weight: 500;
}

/*経営方針*/
.vision-h3{
  font-size:1.7rem;
  background-color: #FFE402;
  padding:.6em;
  text-align: center;
  width:100%;
  color:#221715;
  border-radius: 10px;
  line-height: 1em;
  margin:1em 0 0;
}
.vision-p1{
  font-size: max(2rem,4vw);
  font-weight:600;
  text-align: center;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  letter-spacing: .05em;
  margin:1em 0 .5em;
}
.vision-p2{
  text-align: left;
  margin:0;
  line-height: 1.8em;
}
.vision-ul{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vision-ul li{
  width:48%;
  margin:2em 0 3em;
}


.mission-box{
  position:relative;
  border:3px solid #FFE402;
  border-radius: 20px;
  margin: 4rem 0 2em;
}
.mission-ab{
  position:absolute;
  top:-5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 78%;
  min-width: 200px;
}
.mission-box ul{
  padding: 10% 10% 8%;
  width:fit-content;
  margin:0 auto;
}
.mission-box ul li{
  font-size: 1.5rem;
  font-weight: 600;
  padding:.8em 0;
}
.mission-box ul li span{
  color:#FFE402;
  font-size:1.8rem;
}

.business-ul{
  list-style: disc;
}
.business-ul li{
  margin-left: 1em;
}
.about-soshiki{
  margin:2rem 0;
}

/*会社概要 SP*/
.company-card{
  background-color: #fff;
  border-radius: 12px;
  padding: 1.5em;
  margin: 1.5rem 0;
  box-shadow: 0 2px 15px rgba(0,0,0,0.04);
}
.company-name{
  font-size: 1.7rem;
  font-weight: bold;
  color: #221715;
  background-color: transparent;
  padding: 0 0 0.3em;
  margin: 0 0 0.8rem;
  text-align: left;
  border-bottom: 2px solid #FFE402;
  display: inline-block;
}
#company table.table01{
  width: 100%;
  border-collapse: collapse;
  border: none;
}
#company table.table01 tr{
  border-bottom: 1px solid #eee;
}
#company table.table01 tr:last-child{
  border-bottom: none;
}
#company table.table01 th{
  display: table-cell;
  font-size: 1.2rem;
  font-weight: 600;
  color: #221715;
  background-color: transparent;
  padding: 0.8em 0.8em 0.8em 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 90px;
  border: none;
}
#company table.table01 td{
  display: table-cell;
  font-size: 1.2rem;
  color: #555;
  padding: 0.8em 0;
  line-height: 1.6;
  border: none;
  width: auto;
}
.company-access{
  margin: 1rem 0 0;
  padding: 1em;
  background-color: #fafafa;
  border-radius: 8px;
}
.access-label{
  font-size: 1.1rem;
  font-weight: bold;
  color: #221715;
  margin: 0 0 0.3em;
}
.access-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.access-list li{
  font-size: 1.1rem;
  color: #555;
  padding: 0.2em 0;
  line-height: 1.5;
}

/*沿革タイムライン SP*/
.history-timeline{
  max-width: 100%;
  margin: 25px 0 0;
  position: relative;
  padding-left: 0;
  border-left: none;
}
.history-year{
  position: relative;
  margin: 0;
}
.history-year h3{
  display: inline-block;
  background-color: #221715;
  color: #fff;
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  padding: 0.4em 1.4em;
  border-radius: 50px;
  margin: 0 0 0.6em;
  letter-spacing: 0.05em;
}
.history-list{
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 0.3em 0.8em;
  margin: 0 0 0;
  padding: 0 0 1.5em 1.2em;
  border-left: 2px solid #e0e0e0;
  margin-left: 0.8em;
}
.history-list dt{
  font-size: 1.2rem;
  font-weight: bold;
  color: #221715;
  text-align: right;
  white-space: nowrap;
}
.history-list dd{
  font-size: 1.2rem;
  color: #555;
  margin: 0;
  line-height: 1.6;
}
.history-continue{
  font-family: "Futura", "Futura-Medium", "Century Gothic", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #221715;
  text-align: left;
  letter-spacing: 0.15em;
  margin: 1em 0 1em;
  opacity: 0.3;
}



}/*=======================================================
==========================================================
　　　　　　　　　　　　　SPend
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD start
==========================================================
========================================================*/
@media screen and (min-width:768px) and ( max-width:1190px) {




}/*=======================================================
==========================================================
　　　　　　　　　　　　　IPAD end
==========================================================
==========================================================
========================================================*/
/*=======================================================
==========================================================
　　　　　　　　　　　　　共通コード
==========================================================
========================================================*/
#main{
    background-color: #f5f5f5;
    overflow: hidden;
}
#footer {
    background-color: #fff;
}


/*=======================================================
==========================================================
　　　　　　　　　　　　　共通end
==========================================================
========================================================*/
