@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
/* アニメーション記述用 */
@keyframes headerFixed { 0% { transform: translateY(-90px); }
  100% { transform: translateY(0px); } }
@keyframes SlideIn { 0% { opacity: 0; transform: translateY(-90px); }
  100% { opacity: 1; transform: translateY(0); } }
@keyframes loop { 0% { transform: translateX(100%); }
  to { transform: translateX(-100%); } }
@keyframes loop2 { 0% { transform: translateX(0); }
  to { transform: translateX(-200%); } }
#contents { margin-top: 70px; }

.header { background: #fff; }
.header .header__menu-nav ul li a { color: #000; }

.titleimg { margin-bottom: 60px; }
.titleimg__wrap { background: url("/img/profile/titleimg.jpg") center/cover no-repeat; }

.company { padding-top: 100px; margin-top: -100px; }
.company .company__list { margin-bottom: 50px; padding: 20px 0; text-align: justify; font-size: 1.4rem; border-top: solid 1px #004ea7; border-bottom: solid 1px #004ea7; }
@media (min-width: 769px) { .company .company__list { font-size: calc( 1.4rem + ( 1vw - 7.69px ) * 0.2849002849 ); } }
@media (min-width: 1120px) { .company .company__list { font-size: 1.5rem; } }
.company .company__list .company__box { margin-bottom: 20px; padding-bottom: 20px; border-bottom: solid 1px #C3C3C3; }
.company .company__list .company__box .company__con-ttl { color: #004ea7; line-height: 1.8666666667; font-weight: bold; }
.company .company__list .company__box .company__con-txt { line-height: 1.8666666667; }
.company .company__list .company__box:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }
.company .company__list:last-child { margin-bottom: 0; }

.history .history__wrap { padding: 35px 0; border-top: solid 1px #004ea7; border-bottom: solid 1px #004ea7; }
.history .history__left { border-left: 4px dotted #C3C3C3; position: relative; padding: 0 0 0 30px; margin-left: 5%; }
.history .history__left-box { position: relative; margin-bottom: 30px; }
.history .history__left-box:before { position: absolute; content: ""; display: block; background: #004ea7; width: 10px; height: 10px; border-radius: 50px; top: 5px; left: -37px; z-index: 2; }
.history .history__left-box:last-child { margin-bottom: 0; }
.history .history__left-day { color: #004ea7; font-weight: bold; line-height: 1.4; }
.history .history__left-txt { line-height: 1.4; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) { .titleimg { margin-bottom: 90px; }
  .company .company__list { margin-bottom: 75px; }
  .company .company__list .company__box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
  .company .company__list .company__box .company__con-ttl { flex: 0 1 32%; width: 32%; max-width: 32%; }
  .company .company__list .company__box .company__con-txt { flex: 0 1 62%; width: 62%; max-width: 62%; }
  .history .history__left { margin-left: 0; }
  .history .history__left-box { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; -webkit-align-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }
  .history .history__left-box .history__left-day { flex: 0 1 20%; width: 20%; max-width: 20%; margin-right: 3%; text-align: right; }
  .history .history__left-box .history__left-txt { flex: 0 1 70%; width: 70%; max-width: 70%; }
  .history .history__left-txt span { display: inline-block; margin-right: 20px; } }
/*------------------------------
		961px以上
------------------------------*/
/*------------------------------
		1181px以上
------------------------------*/
@media screen and (min-width: 1181px) { #contents { margin-top: 100px; } }

/*# sourceMappingURL=style.css.map */
