@charset "UTF-8";

/* 共通 */
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-width: 1100px;
}

/* header */
header {
  width: 100%;
  padding: 25px 2%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

header #logo {
  width: 205px;
  position: absolute;
  left: 2.5%;
  top: 25px;
}

header #text_nav {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

header #text_nav li {
  margin: 0 0.65em;
}

/* navi_current */
.service header #text_nav li:nth-child(1) {
  opacity: 0.4;
}

.profile header #text_nav li:nth-child(2) {
  opacity: 0.4;
}

.essay header #text_nav li:nth-child(3) {
  opacity: 0.4;
}

.news header #text_nav li:nth-child(4) {
  opacity: 0.4;
}

.company header #text_nav li:nth-child(5) {
  opacity: 0.4;
}


/* block　共通 */
.block_a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  padding: 0 2%;
  margin: 0 auto;
}

.block_a .midashi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 20%;
}

.block_a .detail {
  width: 70%;
  text-align: left;
}

.block_b {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0 2%;
  margin: 4em auto 0;
}

.block_b .midashi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 20%;
}

.block_b .detail {
  width: 100%;
  text-align: left;
}

/* button_a */
.button_a {
  width: 10em;
  text-align: left;
}

.button_a div {
  width: auto;
  display: block;
  border-bottom: 1px solid #D9D9D9;
  font-size: 0.9em;
}

/* arrow */
.arrow {
  position: relative;
}

.arrow:after {
  font-family: 'IBM Plex Serif';
  content: '→';
  font-size: 0.7em;
  position: absolute;
  right: 0.2em;
  bottom: 0.5em;
}

.arrow_link {
  position: relative;
}

.arrow_link:after {
  font-family: 'IBM Plex Serif';
  content: '↗︎';
  font-size: 0.7em;
  position: absolute;
  right: 0.2em;
  bottom: 0.5em;
}

.button {
  width: 400px;
  margin: 0 auto;
}

.button a p {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #6B6A6B;
  border-radius: 60px;
  padding: 1.5em 0;
}