/*==================================================
  CONTENT CSS
==================================================*/

/*----------------------------------------
  基本
----------------------------------------*/

/*========== メインコンテンツ ==========*/

.main-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}

.main-content-wrapper-alt {
  padding-bottom: 50px;
}

.main-content-container {
  width: 930px;
}

#identity .main-content-container {
  background-image: url(../images/identity/background_content.jpg);
  background-position: center top;
}

#business .main-content-container {
  background-image: url(../images/business/background_content_01.jpg),
                    url(../images/business/background_content_02.jpg);
  background-position: right top,
                       right 1000px;
}

#group .main-content-container {
  background-image: url(../images/group/background_content.jpg);
  background-position: right 250px;
}


/*========== ページタイトル ==========*/

.page-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 320px;
  background-color: #ccc;
  background-position: center;
}

#identity .page-title-wrapper {
  background-image: url(../images/identity/background_page-title.jpg);
}

#company .page-title-wrapper {
  background-image: url(../images/company/background_page-title.jpg);
}

#business .page-title-wrapper {
  background-image: url(../images/business/background_page-title.jpg);
}

#technology .page-title-wrapper {
  background-image: url(../images/technology/background_page-title.jpg);
}

#work .page-title-wrapper {
  background-image: url(../images/work/background_page-title.jpg);
}

#welfare .page-title-wrapper {
  background-image: url(../images/welfare/background_page-title.jpg);
}

#staff .page-title-wrapper {
  background-image: url(../images/staff/background_page-title.jpg);
}

#group .page-title-wrapper {
  background-image: url(../images/group/background_page-title.jpg);
}

#guideline .page-title-wrapper {
  background-image: url(../images/guideline/background_page-title.jpg);
}

#entry .page-title-wrapper {
  background-image: url(../images/entry/background_page-title.jpg);
}

#contact .page-title-wrapper {
  background-image: url(../images/contact/background_page-title.jpg);
}

.page-title {
  color: #fff;
  font-size: 4.5rem;
  font-weight: normal;
  letter-spacing: .25em;
  text-shadow: rgba(0, 0, 0, 1) 0 0 15px;
}


/*========== セクションタイトル ==========*/

.section-title {
  margin-bottom: 30px;
  padding: 0 15px;
  color: #fff;
  font-size: 2.5rem;
  font-weight: normal;
  line-height: 2;
  background-color: #2c594f;
}


/*----------------------------------------
  トップページ - index.html
----------------------------------------*/

/*========== メインビジュアル ==========*/

#top .visual-wrapper {
  height: 1000px;
  background-color: #ccc;
  background-image: url(../images/top/background_visual.jpg);
  background-position: center;
}

#top .visual-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 100%;
  margin: auto;
}


/*========== キャッチコピー ==========*/

#top .catch-wrapper {
  height: 670px;
  background-color: #ccc;
  background-image: url(../images/top/background_catch.jpg);
  background-position: center;
}

#top .catch-container {
  width: 1200px;
  height: 100%;
  margin: auto;
  padding: 75px 0;

}

#top .catch-title {
  margin-bottom: 30px;
  text-align: center;
}

#top .catch-text {
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}


/*========== コンテンツナビゲーション ==========*/

#top .content-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
  padding: 50px 0;
}

#top .content-nav-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 40px;
}


/*========== 採用について ==========*/

#top .recruit-container {
  width: 1200px;
  height: 350px;
  margin: auto;
  background-image: url(../images/top/background_recruit.jpg);
  background-position: right;
}

#top .recruit-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 400px;
  height: 100%;
  padding: 100px 75px;
  background-color: #004b7d;
}

#top .recruit-title {
  width: 100%;
  color: #fff;
  font-size: 4rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

#top .recruit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  border: 2px solid #fff;
  transition: all .3s;
}

#top .recruit-button::after {
  content: "＞";
  margin-left: 1em;
}

#top .recruit-button:hover {
  color: #004b7d;
  background-color: #fff;
  transition: all .3s;
}


/*----------------------------------------
  会社理念 - identity.html
----------------------------------------*/

/*========== 社是 ==========*/

#identity .identity-wrapper {
  margin-bottom: 50px;
  text-align: center;
}

#identity .identity-image {
  box-shadow: rgba(0, 0, 0, .5) 0 5px 20px;
}


/*========== 代表あいさつ ==========*/

#identity .message-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 3rem;
  font-weight: normal;
  border-bottom: 1px solid #333;
}

#identity .message-container {
  display: flex;
  justify-content: space-between;
}

#identity .message-inner {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: space-between;
  width: 530px;
}

#identity .message-text {
  width: 530px;
  line-height: 2;
  text-align: justify;
}


/*----------------------------------------
  会社情報 - company.html
----------------------------------------*/

/*========== 会社概要 ==========*/

#company .outline-wrapper {
  margin-bottom: 50px;
}

#company .outline-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#company .outline-list {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  line-height: 2;
}

#company .outline-list-title {
  width: 125px;
}

#company .outline-list-title::before {
  content: "■";
  color: #2c594f;
}

#company .outline-list-text {
  width: 375px;
}


/*========== 沿革 ==========*/

#company .history-wrapper {
  margin-bottom: 50px;
}

#company .history-container {
  display: flex;
  justify-content: space-between;
}

#company .history-list {
  display: flex;
  flex-wrap: wrap;
  width: 450px;
  line-height: 2;
  box-sizing: content-box;
}

#company .history-list:not(:last-child) {
  padding-right: 7.5px;
  border-right: 1px solid #333;
}

#company .history-list-title {
  width: 100px;
}

#company .history-list-text {
  width: 350px;
}


/*========== アクセス ==========*/

#company .access-map {
  display: block;
  margin: 0 auto 10px;
}

#company .access-text {
  width: 600px;
  margin: auto;
  line-height: 2;
}


/*----------------------------------------
  事業内容 - business.html
----------------------------------------*/

/*========== 製品紹介 ==========*/

#business .introduction-wrapper {
  margin-bottom: 50px;
}

#business .introduction-text {
  margin-bottom: 30px;
  line-height: 2;
}

#business .introduction-image:not(:last-child) {
  margin-bottom: 30px;
}


/*========== オリジナル製品 ==========*/

#business .product-wrapper {
  margin-bottom: 50px;
}

#business .product-text {
  margin-bottom: 30px;
  line-height: 2;
}

#business .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#business .product-item {
  width: 415px;
}

#business .product-item-alt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}

#business .product-item-title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 2rem;
  font-weight: normal;
}

#business .product-item-title::before {
  content: "■";
  color: #b9644b;
}

#business .product-item-image {
  margin-bottom: 10px;
}

#business .product-item-text {
  line-height: 2;
  text-align: justify;
}

#business .product-item-text-alt {
  width: 300px;
  line-height: 2;
  text-align: justify;
}


/*========== 楽天バナー ==========*/

#business .banner-wrapper {
  text-align: center;
}

#business .banner-text {
  margin-bottom: 10px;
}

#business .banner-button {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, .25) 0 2.5px 10px;
}


/*----------------------------------------
  技術紹介 - technology.html
----------------------------------------*/

/*========== 時代と共に進化していく部品達 ==========*/

#technology .introduction-wrapper {
  margin-bottom: 50px;
}

#technology .introduction-text {
  margin-bottom: 50px;
}

#technology .introduction-image:not(:last-child) {
  margin-bottom: 30px;
}


/*----------------------------------------
  仕事内容 - work.html
----------------------------------------*/

/*========== 理研グループのものづくり一貫体制 ==========*/

#work .system-text {
  margin-bottom: 50px;
}

#work .system-item:not(:last-child) {
  margin-bottom: 30px;
}

#work .system-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  margin: 30px auto 0;
  background-image: url(../images/work/image_arrow.png);
}

#work .system-item-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 35px;
  border-radius: 10px;
  background-color: #d7f0eb;
  box-shadow: rgba(0, 0, 0, .25) 2.5px 2.5px 10px;
}

#work .system-item-inner {
  display: flex;
  flex-direction: column;
  width: 450px;
}

#work .system-item-title {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 2.5rem;
}

#work .system-item-title::before {
  content: "■";
  color: #007382;
}

#work .system-item-subtitle {
  font-size: 2rem;
}

#work .system-item-text {
  line-height: 2;
  text-align: justify;
}

#work .system-item-text-alt {
  display: flex;
  justify-content: center;
  width: 300px;
  margin: auto 0 0 auto;
  padding: 10px 20px;
  font-size: 1.8rem;
  text-align: justify;
  border-radius: 10px;
  background-color: #f5f0d7;
  box-shadow: rgba(0, 0, 0, .25) 2.5px 2.5px 10px;
}


/*----- 安全対策について -----*/

#work .safety-wrapper {
  width: 100%;
  margin-top: 50px;
}

#work .safety-title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
  background-color: #007382;
}

#work .safety-text {
  margin-bottom: 15px;
}

#work .safety-list {
  display: flex;
  justify-content: space-between;
}

#work .safety-item {
  width: 260px;
}

#work .safety-item-image {
  margin-bottom: 10px;
}

#work .safety-item-text {
  text-align: justify;
}


/*----------------------------------------
  教育・研修 / 福利厚生 - welfare.html
----------------------------------------*/

/*========== 福利厚生 ==========*/

#welfare .welfare-wrapper {
  margin-bottom: 50px;
}

#welfare .welfare-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
  height: 165px;
  margin: auto;
}

#welfare .welfare-item {
  width: 50%;
  line-height: 2;
  padding-left: 1em;  /* 2行目インデント */
  text-indent: -1em;  /* 2行目インデント */
}

#welfare .welfare-item::before {
  content: "■";
  color: #004b7d;
}


/*========== 保養施設 ==========*/

#welfare .facility-wrapper {
  margin-bottom: 50px;
}

#welfare .facility-image {
  display: block;
  margin: 0 auto 5px;
}

#welfare .facility-text {
  display: block;
  width: 350px;
  margin: auto;
}


/*========== 会社行事 ==========*/

#welfare .event-wrapper {
  margin-bottom: 50px;
}

#welfare .event-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 600px;
  margin: 0 auto 30px;
}

#welfare .event-item {
  width: 50%;
  line-height: 2;
}

#welfare .event-item::before {
  content: "■";
  color: #004b7d;
}

#welfare .event-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 720px;
  margin: auto;
}

#welfare .event-image:not(:nth-last-child(-n+2)) {
  margin-bottom: 30px;
}


/*========== 教育制度 ==========*/

#welfare .education-text {
  line-height: 2;
}


/*----------------------------------------
  スタッフ紹介 - staff.html
----------------------------------------*/

/*========== 先輩社員の一日 ==========*/

#staff .oneday-wrapper {
  margin-bottom: 50px;
}


/*----- プロフィール -----*/

#staff .profile-wrapper {
  position: relative;
  width: 700px;
  margin: 0 auto 30px;
  padding: 30px;
  background-color: #e1f5dc;
}

#staff .profile-title {
  margin-bottom: 10px;
  font-size: 2.5rem;
}

#staff .profile-text {
  width: 375px;
  line-height: 1.75;
  text-align: justify;
}

#staff .profile-text:not(:last-of-type) {
  margin-bottom: 15px;
}

#staff .profile-image {
  position: absolute;
  bottom: 0;
  right: -40px;
}


/*========== スタッフボイス ==========*/

#staff .voice-item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
}

#staff .voice-item:nth-child(odd) {
  background-color: #f5ebc3;
}

#staff .voice-item:nth-child(even) {
  background-color: #d7ebeb;
}

#staff .voice-item:not(:last-child) {
  margin-bottom: 30px;
}

#staff .voice-item-container {
  width: 625px;
}

#staff .voice-item-title {
  margin-bottom: 10px;
  color: #91004f;
  font-size: 2.5rem;
  font-weight: normal;
}

#staff .voice-item-text {
  margin-bottom: 15px;
  line-height: 2;
  text-align: justify;
}

#staff .voice-item-division {
  font-size: 2.25rem;
}


/*----------------------------------------
  技術紹介 - group.html
----------------------------------------*/

/*========== 数字で見る理研グループ ==========*/

#group .number-wrapper {
  margin-bottom: 50px;
}

#group .number-text {
  margin-bottom: 50px;
}


/*========== グローバル展開 ==========*/

#group .global-text {
  text-align: justify;
}

#group .global-image {
  margin-bottom: 30px;
}

#group .global-list {
  display: flex;
  justify-content: space-between;
}

#group .global-item-title {
  margin-bottom: 5px;
  font-weight: normal;
}

#group .global-item-title::before {
  content: "■";
  color: #004b7d;
}


/*----------------------------------------
  募集要項 - guideline.html
----------------------------------------*/

/*========== 採用担当者より ==========*/

#guideline .introduction-wrapper {
  margin-bottom: 50px;
}

#guideline .introduction-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#guideline .introduction-text {
  width: 650px;
  line-height: 2;
  text-align: justify;
}


/*========== 募集要項 ==========*/

#guideline .guideline-container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#guideline .guideline-text {
  width: 650px;
  line-height: 2;
  text-align: justify;
}

#guideline .guideline-table {
  width: 100%;
  margin-bottom: 30px;
}

#guideline .guideline-table tr {
  border: 1px solid #333;
}

#guideline .guideline-table-title {
  padding: 10px;
  font-weight: normal;
  text-align: left;
  background-color: #bedc96;
}

#guideline .guideline-table-text {
  padding: 10px;
}

#guideline .guideline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  margin: auto;
  padding: 15px;
  font-size: 1.8rem;
  border: 1px solid #333;
  background-color: #fff;
  transition: all .3s;
}

#guideline .guideline-button::after {
  content: "＞";
  margin-left: 1em;
}

#guideline .guideline-button:hover {
  color: #fff;
  border-color: #004b7d;
  background-color: #004b7d;
  transition: all .3s;
}
