@charset "utf-8";
/* CSS Document */

@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/

body {
  overflow: visible;
}

/*.show {
  color: var(--orange);
}*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  width: 100%;
  height: 0;
  background: url("../images/profile/main_img.jpg") no-repeat center / cover;
  margin-bottom: 100px;
  padding-bottom: 34.722%;
}
.main_img .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
} 

.main_img h1 {
  font-size: 9.6rem;
  font-weight: 900;
  color: #FFF;
  text-shadow: rgba(0,0,0,0.32) 2px 4px 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}



/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}

.history {
  margin-top: 200px;
}
.history h2,
.experience h2,
.social_act h2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 6.2rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 120px;
}
.history h2:after,
.experience h2:after,
.social_act h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 12px;
  border-radius: 6px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.history .inner {
  display: flex;
  align-items: flex-start;
}
.history ul.flow {
  width: 280px;
  height: auto;
  position: sticky;
  top: 100px;
  left: 0;
}
.history ul.flow li {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 70px;
}
.history .parts {
  width: 920px;
  height: auto;
  margin-bottom: 300px;
}
.history .part {
  width: 760px;
  padding: 50px 60px 60px;
  background: var(--orange);
  color: #FFF;
  position: relative;
}
.history .part:not(:last-child) {
  margin-bottom: 180px;
}
.history .part01,
.history .part03,
.history .part05 {
  background: var(--orange);
}
.history .part02,
.history .part04 {
  background: #FF8139;
  margin-left: auto;
}
.history .part:after {
  content: "";
  width: 220px;
  height: 100%;
  background: url("../images/profile/bg.png") right top / 26px;
  position: absolute;
  top: 0;
  right: 0;
}
.history .part02:after,
.history .part04:after {
  background: url("../images/profile/bg.png") left top / 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.history .part h3 {
  font-size: 4.2rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.history .part02 h3,
.history .part02 h4,
.history .part04 h3,
.history .part04 h4 {
  text-align: right;
}
.history .part h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.history .part p {
  width: 470px;
  line-height: 1.6;
}
.history .part p:not(last-child) {
  margin-bottom: 1em;
}
.history .part02 p,
.history .part04 p {
  margin-left: auto;
}
.history .part img {
  width: 320px;
  height: 420px;
  display: block;
  position: absolute;
  bottom: -100px;
  right: -160px;
  z-index: 1;
}
.history .part02 img,
.history .part04 img {
  left: -160px;
}
.history .part03 img {
  top: 50%;
  transform: translateY(-50%);
}

.experience {
 margin-bottom: 180px;
}
.experience h2 {
  margin-bottom: 60px;
  }
.experience ul {
  width: 1200px;
  margin: 0 auto;
}
.experience ul li {
  background: #E6E6E6 ;
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
}
.experience ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background: url("../images/profile/bg.png");
  position: absolute;
  top: 0;
  left: 0;
}
.experience ul li time {
  color:#EB5C24;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
  position: relative;
  z-index: 1;
}
.experience ul li dt {
  font-size: 2.4rem;
  font-weight: 500;
}
.experience ul li dd {
  font-size: 1.4rem;
}

.social_act {
  margin-bottom: 200px;
}
.social_act ul {
  width: 1200px;
  margin: 0 auto;
}
.social_act ul li {
  font-size: 2.4rem;
  font-weight: 500;
  height: 100px;
  line-height: 100px;
  padding-left: 1.5em;
  border-bottom: solid 2px #EB5C24;
}

.career {
  margin-bottom: 200px;
}
.career .inner {
  display: flex;
  justify-content: space-between;
}
.career .inner .txt {
  width: 560px;
}
.career .inner .txt h2 {
  font-size: 6.4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.career .inner .txt p {
  margin-bottom: 1em;
}
.career .inner img {
  width: 560px;
  display: block;
}


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

/**********************************************************/
/* メインビュー */
/**********************************************************/

.main_img {
  width: 100%;
  height: 0;
  background: url("../images/profile/main_img.jpg") no-repeat center / cover;
  margin-bottom: 40px;
  padding-bottom: 34.722%;
}
.main_img .inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
} 

.main_img h1 {
  font-size: 3.8rem;
  font-weight: 900;
  color: #FFF;
  text-shadow: rgba(0,0,0,0.32) 2px 4px 8px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}



/**********************************************************/
/* メインエリア */
/**********************************************************/

main {
}

.history {
  margin-top: 60px;
}
.history h2,
.experience h2,
.social_act h2 {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  font-size: 3.8rem;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 40px;
}
.history h2:after,
.experience h2:after,
.social_act h2:after {
  content: "";
  display: block;
  width: 60px;
  height: 5px;
  border-radius: 6px;
  background: var(--orange);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.history .inner {
}
.history ul.flow li {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 70px;
}
.history .parts {
  width: 100%;
  margin-bottom: 100px;
}
.history .part {
  width: 100%;
  padding: 20px;
  background: var(--orange);
  color: #FFF;
  position: relative;
}
.history .part:not(:last-child) {
  margin-bottom: 60px;
}
.history .part01,
.history .part03,
.history .part05 {
  background: var(--orange);
}
.history .part02,
.history .part04 {
  background: #FF8139;
}
.history .part:after {
  content: "";
  width: 15%;
  height: 100%;
  background: url("../images/profile/bg.png") right top / 26px;
  position: absolute;
  top: 0;
  right: 0;
}
.history .part h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.history .part h4 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.history .part p {
  width: 100%;
  line-height: 1.6;
}
.history .part p:not(last-child) {
  margin-bottom: 1em;
}
.history .part img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.experience {
 margin-bottom: 100px;
}
.experience h2 {
  margin-bottom: 60px;
  }
.experience ul {
  width: 90%;
  margin: 0 auto;
}
.experience ul li {
  background: #E6E6E6 ;
  margin-bottom: 20px;
  padding: 20px;
  position: relative;
}
.experience ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-image: url("../images/profile/bg.png") ;
  background-size: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
.experience ul li time {
  color:#EB5C24;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
  display: block;
  position: relative;
  z-index: 1;
}
.experience ul li dt {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 5px;
}
.experience ul li dd {
  font-size: 1.4rem;
}

.social_act {
  margin-bottom: 100px;
}
.social_act ul {
  width: 90%;
  margin: 0 auto;
}
.social_act ul li {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 20px 10px;
  border-bottom: solid 2px #EB5C24;
}
.social_act ul li:first-child {
  padding-top: 0;
}

.career {
  margin-bottom: 100px;
}
.career .inner {
}
.career .inner .txt {
  width: 100%;
}
.career .inner .txt h2 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.career .inner .txt p {
  margin-bottom: 1em;
}
.career .inner img {
  width: 100%;
  display: block;
}


}



