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

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

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

.main-content-wrapper {
  padding: 10px 0;
}

#top .main-content-wrapper,
#identity .main-content-wrapper {
  padding-top: 0;
}

#business .main-content-wrapper {
  padding-bottom: 0;
}

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


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

.page-title-wrapper {
  padding-top: 50px;
}

.page-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 125px;
  background-position: center;
  background-size: cover;
}

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

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

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

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

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

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

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

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

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

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

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

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


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

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


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

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

#top .visual-wrapper {
  padding-top: 50px;
}

#top .visual-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: auto;
  background-color: #ccc;
  background-image: url(../images/top/background_visual.jpg);
  background-position: center;
  background-size: cover;
}

#top .visual-title {
  width: 100%;
  padding: 2.5% 0;
  text-align: center;
  background-color: rgba(0, 0, 0, .5);
}

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

#top .catch-wrapper {
  padding: 50px 30px;
  background-color: #ccc;
  background-image: url(../images/top/background_catch.jpg);
  background-position: center;
  background-size: cover;
}

#top .catch-title {
  max-width: 400px;
  margin: 0 auto 10px;
  text-align: center;
}

#top .catch-text {
  max-width: 500px;
  margin: auto;
  text-align: justify;
}


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

#top .content-nav-wrapper {
  margin-bottom: 10px;
  padding: 0 10px;
}

#top .content-nav-list {}

#top .content-nav-item {}

#top .content-nav-item:not(:last-child) {
  margin-bottom: 10px;
}

#top .content-nav-item-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: 100%;
  height: 75px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #ccc;
  background-position: left center;
  background-size: contain;
  transition: opacity .3s;
}

#top .content-nav-item-link.message {
  background-color: #86a94f;
  background-image: url(../images/top/background_message.png);
}

#top .content-nav-item-link.voice {
  background-color: #748f9d;
  background-image: url(../images/top/background_voice.png);
}

#top .content-nav-item-link.work {
  background-color: #91004f;
  background-image: url(../images/top/background_work.png);
}

#top .content-nav-item-link.education {
  background-color: #be8a2f;
  background-image: url(../images/top/background_education.png);
}

#top .content-nav-item-link.number {
  background-color: #005e76;
  background-image: url(../images/top/background_number.png);
}

#top .content-nav-item-link.product {
  background-color: #4b6fc1;
  background-image: url(../images/top/background_product.png);
}

#top .content-nav-item-link::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
}

#top .content-nav-item-link:hover {
  opacity: .7;
  transition: opacity .3s;
}


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

#top .recruit-wrapper {
  display: flex;
  height: 100px;
  padding: 0 10px;
}

#top .recruit-container {
  width: 50%;
  height: 100%;
  padding: 20px;
  background-color: #004b7d;
}

#top .recruit-title {
  margin-bottom: 10px;
  color: #fff;
  line-height: 1;
  text-align: center;
}

#top .recruit-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  border: 1px 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;
}

#top .recruit-container-alt {
  width: 50%;
  height: 100%;
  background-image: url(../images/top/background_recruit.jpg);
  background-size: cover;
}


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

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

#identity .identity-wrapper {
  padding: 50px 0;
  text-align: center;
}

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


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

#identity .message-wrapper {
  padding: 0 10px;
}

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

#identity .message-container {}

#identity .message-image {
  float: right;
  margin-left: 15px;
}

#identity .message-text {
  text-align: justify;
}


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

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

#company .outline-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#company .outline-image {
  margin-bottom: 10px;
}

#company .outline-list {}

#company .outline-list-title {}

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

#company .outline-list-text {
  text-align: justify;
}

#company .outline-list-text:not(:last-child) {
  margin-bottom: 10px;
}

#company .outline-list a {
  text-decoration: underline;
}


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

#company .history-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#company .history-list {}

#company .history-list-title {}

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

#company .history-list-text {
  text-align: justify;
}

#company .history-list-text:not(:last-child) {
  margin-bottom: 10px;
}


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

#company .access-wrapper {
  padding: 0 10px;
}

#company .access-map {}

#company .access-text {
  text-align: justify;
}


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

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

#business .introduction-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#business .introduction-text {
  margin-bottom: 30px;
  text-align: justify;
}

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


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

#business .product-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#business .product-text {
  margin-bottom: 30px;
  text-align: justify;
}

#business .product-list {}

#business .product-item {}

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

#business .product-item-title {
  margin-bottom: 10px;
  font-weight: normal;
}

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

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

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


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

#business .banner-wrapper {
  padding: 10px;
  text-align: center;
  background-color: #eee;
}

#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 {
  padding: 0 10px;
}

#technology .introduction-text {
  margin-bottom: 30px;
  text-align: justify;
}

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


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

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

#work .system-wrapper {
  padding: 0 10px;
}

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

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

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

#work .system-item-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  background-color: #d7f0eb;
}

#work .system-item-title {
  width: 100%;
  margin-bottom: 10px;
}

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

#work .system-item-text {
  margin-bottom: 10px;
  text-align: justify;
}

#work .system-item-text-alt {
  display: flex;
  justify-content: center;
  width: calc(50% - 5px);
  padding: 10px;
  text-align: justify;
  border-radius: 5px;
  background-color: #f5f0d7;
  box-shadow: rgba(0, 0, 0, .25) 2.5px 2.5px 10px;
}

#work .system-item-image {
  width: calc(50% - 5px);
}


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

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

#work .safety-title {
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  background-color: #007382;
}

#work .safety-text {
  margin-bottom: 10px;
  text-align: justify;
}

#work .safety-list {}

#work .safety-item {
  display: flex;
  align-items: center;
}

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

#work .safety-item-image {
  width: 30%;
  margin-right: 10px;
}

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


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

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

#welfare .welfare-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#welfare .welfare-list {}

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

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


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

#welfare .facility-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#welfare .facility-image {}

#welfare .facility-text {}


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

#welfare .event-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#welfare .event-list {
  margin-bottom: 10px;
}

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

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

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

#welfare .event-image {
  width: calc(50% - 5px);
}

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


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

#welfare .education-wrapper {
  padding: 0 10px;
}

#welfare .education-text {
  text-align: justify;
}


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

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

#staff .oneday-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}


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

#staff .profile-wrapper {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #e1f5dc;
}

#staff .profile-title {
  margin-bottom: 10px;
}

#staff .profile-text {
  text-align: justify;
}


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

#staff .voice-wrapper {
  padding: 0 10px;
}

#staff .voice-item {
  padding: 10px;
}

#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: 10px;
}

#staff .voice-item-title {
  width: 100%;
  margin-bottom: 10px;
  color: #91004f;
  font-weight: normal;
}

#staff .voice-item-text {
  text-align: justify;
}

#staff .voice-item-image {
  float: right;
  margin-left: 15px;
}


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

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

#group .number-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
  background-image: url(../images/group/background_number.jpg);
  background-position: center bottom;
  background-size: contain;
}

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


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

#group .global-wrapper {
  padding: 0 10px;
}

#group .global-text {
  margin-bottom: 10px;
  text-align: justify;
}

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

#group .global-list {}

#group .global-item {}

#group .global-item:not(:last-child) {
  margin-bottom: 10px;
}

#group .global-item-title {
  font-weight: normal;
}

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


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

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

#guideline .introduction-wrapper {
  margin-bottom: 30px;
  padding: 0 10px;
}

#guideline .introduction-image {
  float: right;
  margin-left: 15px;
}

#guideline .introduction-text {
  text-align: justify;
}


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

#guideline .guideline-wrapper {
  padding: 0 10px;
}

#guideline .guideline-container {}

#guideline .guideline-text {
  text-align: justify;
}

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

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

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

#guideline .guideline-table-text {
  width: 70%;
  padding: 10px;
  text-align: justify;
}

#guideline .guideline-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px;
  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;
}
