.page .wrap {
	padding: 0 20px;
	margin: 0 auto;
	box-shadow: none;
	max-width: 1180px;
	width: 100%;
    box-sizing: border-box;
}
.flex_box {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; 
    justify-content: space-between;
}

.page .main {
    background: url(img/page-tit-bg.jpg) no-repeat 50%;
    background-size: cover;
}
.page .main .main__container {
    padding: 21.7rem 0;
    margin: 0 auto;
}
.page .main .main__pagetit {
    font-weight: bold;
    font-size: 4.0rem;
    letter-spacing: .5rem;
    text-align: center;
    color: #fff;
}
.page .header__time {
    color: #fff;
}
.page .announce {
    padding: 7rem 0;
    background: rgba(0,0,50,0.05);
}
.page .announce .announce-txt {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.875;
}

.title--download .title__container {
  bottom: 55px;
}
.title--download {
  width: auto;
  height: 150px;
  background: url("img/title-download.svg") no-repeat 50%;
}
@media (max-width: 767px) {
  .title--download {
    height: auto;
    background-size: auto;
  }
}

.download__container {
  width: 1140px;
  padding: 82px 0 110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .download__container {
    width: auto;
    padding: 82px 20px 110px;
  }
}

.dl-main-image {
    margin-inline: 0;
    margin-bottom: 3rem;
}
.dl-main-image img {
    width: 100%;
}
.dl-main-txt {
    text-align: center;
    margin-bottom: 5rem;
}
.dl-main-txt p {
    font-size: 2.0rem;
    line-height: 1.875;
}

.dl-button {
    z-index: 1;
    display: block;
    width: 52.631579%;
    max-width: 600px;
    margin: 0 auto;
}
.dl-button a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 17px 40px;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    text-decoration: none;
    text-align: center;
    position: relative;
}
.dl-button a:hover {
    color: #000032;
}
.dl-button a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient( linear, left bottom, left top, from(#000032), to(#7F7F93) );
    background: linear-gradient( 0deg, #000032, #7F7F93);
    opacity: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 4px 4px 8px rgb(0 0 0 / 30%);
    box-shadow: 4px 4px 8px rgb(0 0 0 / 30%);
}
.dl-button a::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    border-radius: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: -webkit-gradient( linear, left bottom, left top, from(#fff), to(#fff) );
    background: linear-gradient( 0deg, #fff, #fff);
    z-index: -2;
    border: 2px solid #000032;
}
.dl-button a:hover::before {
    opacity: 0;
}
.dl-button a figure  {
    width: 26.7112px;
    margin-block: 0.3em;
    margin-inline: 0;
    padding-left: 2rem;
}
.dl-button a span  {
    font-size: 2.4rem;
}
.dl-button a .pdf-icon path  {
    fill:#fff;
    -webkit-transition: fill 0.3s ease-out;
    -moz-transition: fill 0.3s ease-out;
    -o-transition: fill 0.3s ease-out;
    -ms-transition: fill 0.3s ease-out;
    transition: fill 0.3s ease-out;
}
.dl-button a:hover .pdf-icon path{
    fill:#000032;
}
.dl-button a .dl-button__icon {
    width: 8px;
    height: 14px;
    stroke: #fff;
}
.dl-button a:hover .dl-button__icon {
    stroke: #000032;
}

@media (max-width: 767px){
.page .wrap {
	padding: 0;
}
.dl-button {
    max-width: 400px;
    width: 100%;
}
.dl-button a {
    padding: 15px;
}
.dl-button a span {
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 0.06em;
}
.page .main .main__container {
    padding: 10rem 0;
}
.page .main .main__pagetit {
    font-size: 2.4rem;
}
.page .announce {
    padding: 4rem 0;
}
.page .announce .announce-txt {
    font-size: 1.3rem;
}
.download__container {
    padding: 40px 20px;
}
.dl-main-txt p {
    font-size: 1.4rem;
}
.dl-main-image {
    margin-bottom: 1.5rem;
}
.dl-main-txt {
    text-align: left;
    margin-bottom: 2.5rem;
}
.dl-button a span  {
    font-size: 1.4rem !important;
}
}
@media (max-width: 460px){
.dl-button a figure  {
    padding: 0 0.5rem !important;
    width: 16px !important;
    margin-block: 0;
    margin-inline: 0;
}
}

.page footer {
    border-top: 3px solid #000032;
}



.docs {
  letter-spacing: 0.04em;
}
.docs__container {
  width: 1140px;
  padding: 82px 0 90px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .docs__container {
    width: auto;
    padding: 82px 20px 90px;
  }
}
@media (max-width: 767px) {
  .docs__container {
    padding: 40px 20px;
  }
}
.docs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  margin-top: 50px;
  border-top: 1px solid #cbcbcb;
  border-top: 1px solid var(--color-border-gray);
}
@media (max-width: 1200px) {
  .docs__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .docs__item {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.docs__item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: none;
}
.docs__textContainer {
  width: 100%;
  margin-right: 50px;
}
@media (max-width: 1200px) {
  .docs__textContainer {
    margin: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .docs__textContainer {
    margin: 0 0 30px;
  }
}
.docs__headingContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .docs__headingContainer {
    margin-bottom: 20px;
  }
}
.docs__headingIcon {
  width: 68px;
  height: 68px;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .docs__headingIcon {
    width: 50px;
    height: 50px;
    margin-right: 16px;
  }
}
.docs__heading {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .docs__heading {
    font-size: 2rem;
  }
}
@media (max-width: 374px) {
  .docs__heading {
    font-size: 1.7rem;
  }
}
.docs__body {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .docs__body {
    font-size: 1.4rem;
  }
}
.docs__image {
  width: 530px;
  height: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (max-width: 1200px) {
  .docs__image {
    -ms-flex-item-align: auto;
    align-self: auto;
    max-width: 400px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .docs__image--illust {
    width: 80%;
  }
}

.docs .dl-button {
    width: 68.904594%;
    max-width: 390px;
    margin: 2rem auto 0 0;
}
.docs .dl-button a {
    padding: 5px 20px;
}
.dl-button a figure  {
    width: 26.7112px;
    margin-block: 0.3em;
    margin-inline: 0;
    padding-left: 2rem;
}
.dl-button a span  {
    font-size: 1.8rem;
}

@media (min-width: 768px) {
.mb4rem  {
    margin-bottom: 4rem;
}
}


.voice {
    background: #fff !important;
    background-color: var(--color-white);
}
.voice .voice__textContainer{
    background-color: #f2f1f6;
    background-color: var(--color-light-gray);
}
.journal{
    padding: 60px 0 110px;
    background-color: #f2f1f6;
    background-color: var(--color-light-gray);
}
.journal__container {
    width: 1140px;
    margin: 0 auto;
}
.journal-box {
    width: 49.12280701754386%;
    margin-bottom: 2rem;
    background: #fff;
}
.journal-box:nth-child(5),
.journal-box:last-child {
    margin-bottom: 0;
}
.journal-box .img-box {
    width: 38.92857142857143%;
}
.journal-box .img-box img {
    width: 100%;
    transition: 0.3s;
}
.journal-box .txt-box {
    position: relative;
    padding: 2rem 3rem;
    width: 50%;
}
.journal-box .txt-box .journal-txt {
    font-size: 2.0rem;
    line-height: 1.75;
    color: #000032;
    font-weight: bold;
}
.journal-box a {
    width: 100%;
    height: 100%;
    text-decoration: none;
    transition: 0.3s;
}
.journal-box a:hover img {
    opacity: 0.7;
}
.title--journal {
    width: auto;
    height: 196px;
    background: url(img/title-journal.svg) no-repeat 50%;
}
.journal-box a .view-more {
    text-align: right;
}
.journal-box a .view-more span {
    background: #000032;
    color: #fff;
    padding: 0.5rem 1.5rem;
    text-align: center;
    position: absolute;
    bottom: 2rem;
    right: 3rem;
    transition: 0.3s;
}
.journal-box a:hover .view-more span {
    opacity: 0.7;
}


@media (max-width: 767px) {
.journal__container {
    width: auto;
}
.download.docs .docs__body{
    font-size: 1.2rem;
}
.docs .dl-button {
    width: 100%;
    margin: 2rem auto 0 0;
}
.docs .docs__textContainer {
    order: 2;
    margin: 3rem 0 0;
}
.title--journal {
    height: 80px;
}
.journal-box {
    width: 100%;
}
.journal-box:nth-child(5) {
    margin-bottom: 2rem;
}
.journal-box .txt-box {
    padding: 1.5rem 1.5rem;
    width: 50%;
}
.journal-box .txt-box .journal-txt {
    font-size: 1.2rem;
    line-height: 1.35;
}
.journal-box a .view-more span {
    padding: 0.3rem 1rem;
    bottom: 1.5rem;
    right: 1.5rem;
    font-size: 1.2rem;
}
.journal {
    padding: 40px 20px;
}
.mb4rem {
    margin-bottom: 30px;
}
}
