@charset "utf-8";
/* CSS Document */


/*---------------------
section共通
---------------------*/
.txt_inner {
  padding: 82px 70px 86px 100px;
}
.under_title{
  margin-bottom: 80px;
  letter-spacing: 0.1em;
}
.under_title::after {
  content: '';
  width: 52px;
  height: 1px;
  display: inline-block;
  background-color: #1A1A1A;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 26px);
}
.txt_inner p{
  line-height: 2;
  font-size: 1.4rem;
}
.about__sec01 .flex img,
.about__sec02 .flex img,
.about__sec03 .flex img{
  height: 500px;
  width: 500px;
  border-radius: 30px;
}

.dl_list dl {
  display: flex;
  border-bottom: 1px solid #707070;
}
.dl_list dt,
.dl_list dd {
  padding: 10px 0;
}
.dl_list dt{
  width: 20%;
}
.dl_list dd{
  width: 80%;
}


/*---------------------
about__sec01
---------------------*/
.about__sec01{
    position: relative;
}
.about__sec01 .number{
  position: absolute;
  top:-17px;
  font-size: 5rem;
  color: #DDC190;
  right: 30px;
}
.about__sec01 .flex{
  position: relative;
  margin:0 130px 157px 0;
  height: 500px;
  background: #EAE5DB;
  color: #1A1A1A;
  border-radius: 50px;
  width: 1310px;
}





/*---------------------
about__sec02
---------------------*/
.about__sec02{
  position: relative;
}
.about__sec02 .number{
  position: absolute;
  top:-17px;
  font-size: 5rem;
  color: #DDC190;
  left: 30px;
}
.about__sec02 .flex{
  position: relative;
  width: 1310px;
  margin:0 0 157px auto;
  height: 500px;
  background: #EAE5DB;
  color: #1A1A1A;
  border-radius: 50px;
}
.about__sec02 .txt_inner {
  padding: 30px 0;
  width: 70%;
}
.about__sec02 .under_title {
  margin-bottom: 40px;
}
.about__sec02 .dl_list{
  width:   100%;
  line-height: 1.6;
  padding: 0 20px;
  min-width: 315px;
}
.about__sec02 .dl{
  letter-spacing: 1;
  display: flex;  
  justify-content: space-between;
  margin: 0 30px;
  font-size: 1.4rem;
}
.about__sec02 .dl_list dt{
  width: 35%;
}
.about__sec02 .dl_list dd{
  width: 65%;
}
.mb20{
  margin-bottom: 0px;
}


/*---------------------
about__sec03
---------------------*/
.about__sec03{
    position: relative;
}
.about__sec03 .number{
  position: absolute;
  top:-17px;
  font-size: 5rem;
  color: #DDC190;
  right: 30px;
}
.about__sec03 .flex{
  position: relative;
  width: 1310px;
  margin:0 130px 157px 0;
  height: 500px;
  background: #EAE5DB;
  color: #1A1A1A;
  border-radius: 50px;
}
.about__sec03 .txt_inner{
  padding: 0 180px;
  width: 810px;
}

.about__sec03 .under_title {
  margin: 70px auto 50px;
}
.about__sec03 .dl_list{
  margin: 64px 0 50px;
  width: 450px;
  line-height: 1.6;
}
.tel{
  color:#1a1a1a;
}
.notel{
  pointer-events: none;
  color:#1a1a1a;
}



/*---------------------
about__sec04
---------------------*/
.about__sec04{
  background: #EAE5DB;
  border-radius: 50px;
  margin:3% auto 170px;
  min-width: 1080px;
}


.about__sec04 .sec04_title{
  position: relative;
  margin: auto;
  text-align: center;
}
.about__sec04 .sec04_title h2{
  letter-spacing: 0.2em;
  position: absolute;
  top:-3%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.2rem;
  padding: 24px 117px;
  background:#DDC190;
  border-radius: 25px;
}
.about__sec04 .sec04_title h2 span{
  font-size: 1.6rem;
}



/*---------------------
タイムライン全体の設定
---------------------*/
.timeline{
	width:100%;
	padding:0 30px;
}

.timeline li{
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding:0 0 65px 0;
}

.timeline dl{
	margin-bottom:10px;
  justify-content: flex-start;
}
.timeline dt{
  width: 156px;
}
.timeline dd{
  margin-left: 84px;
}
/*横線*/
.timeline li dd::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background-color: #DDC190;
    position: absolute;
    top: 10%;
    left: 15%;
}

/*絶対配置で線を設定*/
.border-line {
    /*線の位置*/
	position: absolute;
  left: 165px;
  top:0;
	width:2px;/*線の太さ*/
	height:0;/*はじめは高さを0に*/
	background: #DDC190;
}

/*タイムラインの見出し横の丸の位置と形状*/
.timeline li::after{
	content:'';
	position: absolute;
	top:0;
  left: 156px;
  width:19px;
	height: 19px;
	background:#DDC190;
	border-radius: 50%;
}

/*細かなレイアウト*/
.timeline li dd.serif{
  font-size: 2.2rem;
  padding: 20px;
  background: #DDC190;
  border-radius: 15px;
}

.timeline li:first-of-type{
  padding:0 0 170px 0;
}
.timeline li:first-of-type::after{
  display: none;
}
.timeline li:first-of-type dd::before {
  display: none;
}


.timeline li:nth-child(2)::after{
  top: 40px;
  left: 150px;
  width:32px;
	height: 32px;
}
.timeline li:nth-child(2) dl{
  margin: 0 0 20px 10px;
}
.timeline li:nth-child(2) dd{
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
.timeline li:nth-child(2) dd::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #DDC190;
    position: absolute;
    top: 18%;
    left: 17%;
}
.timeline li:nth-child(2) dd::after {
    content: "";
    display: inline-block;
    width: 26px;
    height: 2px;
    background-color: #DDC190;
    position: absolute;
    top: 22.5%;
    left: 15%;
    transform: rotate(140deg);
}
.timeline li:nth-child(8){
  padding: 0 0 177px 0;
}
.timeline li:nth-child(8) dd::before {
  top: 5%;
}
.timeline li:nth-child(9)::after{
  left: 150px;
  width:32px;
	height: 32px;
}
.timeline li:nth-child(9) dl {
    margin: 0 0 20px 10px;
}
.timeline li:nth-child(9) dd{
  margin-top: 20px;
  letter-spacing: 0.2em;
}
.timeline li:nth-child(9) dd::before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 2px;
    background-color: #DDC190;
    position: absolute;
    top: 30%;
    left: 17%;
}
.timeline li:nth-child(9) dd::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #DDC190;
    position: absolute;
    top: 22.5%;
    left: 15%;
  transform: rotate(-121deg);
}
.timeline li:last-of-type{
  padding: 0 0 216px 0;
}
.timeline li:last-of-type dd::before {
  top: 4%;
}

/*---------------------
タイムライン内画像
---------------------*/
.image__box{
  position: relative;
  width: 100%;
}
.image__box img{
  width: 279px;
}
.image__box .image_001{
  position: absolute;
  top: -1050px;
  right: 5%;
}
.image__box .image_002{
  position: absolute;
  top: -680px;
  right: 5%;
}
.image__box .image_003{
  position: absolute;
  top: -450px;
  right: 5%;
}








/*---------------------
page__contact内
---------------------*/
.page__contact.inner{
  margin-bottom: 210px;
}









/*------------------------------------------------------------------------
	SP
------------------------------------------------------------------------*/
@media(max-width: 768px) {


/*---------------------
section共通
---------------------*/
.about__sec01 .flex img,
.about__sec02 .flex img,
.about__sec03 .flex img {
  height: 100%;
  width: 100%;
  border-radius: 25px;
}  
/*---------------------
about__sec01
---------------------*/
.about__sec01 .flex {
  position: relative;
  margin: 0 auto 120px;
  height: auto;
  background: #EAE5DB;
  color: #1A1A1A;
  border-radius: 25px;
  width: 96%;
  display: block;
}
.about__sec01 .flex .txt_inner {
  padding: 65px 5% 76px;
}
.txt_inner p {
  margin-top: 50px;
  line-height: 2;
  font-size: 1.4rem;
}
  
/*---------------------
about__sec02
---------------------*/
.about__sec02 .flex {
  position: relative;
  width: 96%;
  margin: 0 auto 170px;
  height: auto;
  background: #EAE5DB;
  color: #1A1A1A;
  border-radius: 25px;
  flex-direction: column-reverse;
}
.about__sec02 .txt_inner {
  padding: 83px 0;
  width: 100%;
}
.about__sec02 .dl {
  letter-spacing: 1;
  display: block;
  margin: 0 5%;
  font-size: 1.4rem;
}
.about__sec02 .dl_list {
  width: 100%;
  line-height: 1.6;
  padding: 0;
  min-width: auto;
}
  
  
  
/*---------------------
about__sec03
---------------------*/
.about__sec03 .flex {
  position: relative;
  width: 96%;
  margin: 0 auto 170px;
  height: auto;
  background: #EAE5DB;
  color: #1A1A1A;
  border-radius: 25px;
  flex-direction: column-reverse;
}
.about__sec03 .txt_inner {
  padding: 0 5%;
  width: 100%;
}
.about__sec03 .dl_list {
  margin: 64px auto 130px;
  width: 100%;
  line-height: 1.6;
  font-size: 1.4rem;
}  
/*---------------------
about__sec04
---------------------*/
.about__sec04 {
  background: #EAE5DB;
  border-radius: 25px;
  margin: 0 auto;
  min-width: 96%;
  width: 96%;
}
.about__sec04 .inner02 {
  max-width: 100%;
  margin-bottom: 180px;
}
.about__sec04 .sec04_title h2 {
  letter-spacing: 0.2em;
  position: absolute;
  top: -3%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 2.2rem;
  padding: 24px;
  background: #DDC190;
  border-radius: 30px;
  width: 100%;
}
.border-line {
  position: absolute;
  left: 30px;
  top: 0;
  width: 2px;
  height: 0;
  background: #DDC190;
}

  
  
/*---------------------
タイムライン全体の設定
---------------------*/
.timeline {
  width: 100%;
  padding: 0 1%;
}
.timeline li:first-of-type {
  padding: 0 0 140px 0;
}
.timeline li::after {
  content: '';
  position: absolute;
  top: 25px;
  left: 22px;
  width: 19px;
  height: 19px;
  background: #DDC190;
  border-radius: 50%;
}
.timeline li:nth-child(2)::after {
  top: 40px;
  left: 15px;
  width: 32px;
  height: 32px;
}
.timeline li:nth-child(9)::after {
  left: 15px;
  width: 33px;
  height: 32px;
  top: -5px;
}
.timeline dl {
    margin-bottom: 10px;
    display: block;
}
.timeline li dd::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  background-color: #DDC190;
  position: absolute;
  top: 35px;
  left: 40px;
}
.timeline li:nth-child(2) dd {
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  margin-left: 55px;
}
.timeline li:nth-child(2) dd::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 2px;
  background-color: #DDC190;
  position: absolute;
  top: 28px;
  left: 62px;
}
.timeline li:nth-child(2) dd::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 2px;
  background-color: #DDC190;
  position: absolute;
  top: 36px;
  left: 40px;
  transform: rotate(140deg);
}
.timeline li {
  position: relative;
  list-style: none;
  padding: 0 0 45px 0;
}
.timeline dt {
  width: 156px;
  margin-left: 100px;
}
.timeline dd {
  margin-left: 100px;
  line-height: 2;
}
.timeline li dd.serif {
  font-size: 1.7rem;
  padding: 20px;
  background: #DDC190;
  border-radius: 15px;
}
.timeline li:nth-child(8) {
  padding: 0 0 280px 0;
}
.timeline li:nth-child(8) dd::before {
  top: 35px;
}
.timeline li:nth-child(9) dd {
  margin-top: 0;
  letter-spacing: 0.2em;
  margin-left: 55px;
}  
  .timeline li:nth-child(9) dd::before {
  display: none;
}
.timeline li:nth-child(9) dd::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #DDC190;
  position: absolute;
  top: 30px;
  left: 40px;
  transform: rotate(-140deg);
}
.timeline li:last-of-type {
  padding: 0 0 566px 0;
}
.timeline li:last-of-type dd::before {
  top: 35px;
}

  
/*---------------------
タイムライン内画像
---------------------*/
.image__box img {
  width: 220px;
}
.image__box .image_001 {
  position: absolute;
  top: -1700px;
  right: 10%;
}

  
/*---------------------
page__contact内
---------------------*/
#about .contact_link {
  margin-top: 0px;
}

}