@charset "utf-8";

.row-reverse {
  flex-direction: row-reverse;
}

.bold {
  font-weight: bold;
}

.aie {
  align-items: end;
}

.text_right {
  text-align: right;
}

figcaption {
  margin-top: 3px;
  font-size: 12px;
}

.mainArticle {
  max-width: 1280px;
  width: 96%;
} 
  
  
  
  .keyVisual__cap {
    position: static;
  }

  .mainArticle__headline {
    white-space: nowrap;
  }

  .profileBox {
    border: 1px solid #dcdcdc;
    margin-top: 40px;
  }
  .profileBox__inner {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
  .profileBox.profileBox--2col {
    margin-bottom: 40px;
  }
  .profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
    width: calc(180/780*100%);
  }
  .profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
    width: calc(570/780*100%);
  }
  @media only screen and (max-width: 736px) {
    .keyVisual {
      margin-right: calc(50% - 50vw);
      margin-left: calc(50% - 50vw);
  }
    .profileBox {
      margin-top: calc(60/750*100vw);
    }
    .profileBox__inner {
      padding: calc(40/750*100vw);
      display: flex;
      flex-direction: column;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 1) {
      width: 100%;
    }
    .profileBox.profileBox--2col .profileBox__item:nth-child(n + 2) {
      width: 100%;
      margin-top: calc(40/750*100vw);
    }
    .profileBox.profileBox--2col .profileBox__item img {
      width: 100%;
    }
  }

  .profileBox__name {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .13em;
    line-height: 1; }
  .profileBox__name small {
    font-size: 14px;
  }
@media only screen and (max-width: 736px) {
  .profileBox__name {
    font-size: calc(32/750*100vw);
  }
  .profileBox__name small {
    font-size: calc(24/750*100vw);
  }
  .profileBox .photo__image {
    width: 100%;
  }
}

  .mainArticle__headline {
    white-space: nowrap;
  }
@media only screen and (max-width: 736px) {
  .mainArticle__headline {
    white-space: inherit;
    font-size: calc(33vw/750*100);
  }
}

  .profileBox__text {
    font-size: 14px;
    line-height: 1.714;
  }
  .profileBox__text::before,
  .profileBox__text::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
  .profileBox__text::before {
    margin-top: calc((1 - 1.714) * 0.5em);
  }
  .profileBox__text::after {
    margin-bottom: calc((1 - 1.714) * 0.5em);
  }

  .text + .cap {
    margin-top: 40px;
  }

  .cap + .photo {
    margin-top: 15px;
  }

  .photo + .text {
    margin-top: 60px;
  }

  .photo__cap--left {
    left: 0;
    right: auto;
    text-align: left;
  }

  .cap--right {
    margin-top: 10px;
    text-align: right;
  }
@media only screen and (max-width: 736px) {
  .profileBox__text {
    font-size: calc(24/750*100vw);
    letter-spacing: .15em;
  }

  .text + .cap {
    margin-top: calc(60/750*100vw);
  }

  .photo + .text {
    margin-top: calc(100/750*100vw);
  }

  .cap + .photo {
    margin-top: calc(20/750*100vw);
  }
}

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

/* top_area
========================================== */
.top_area {
  margin-top: 70px;
}
.top_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.top_img {
  width: 100%;
  max-width: 805px;
}
.top_text {
  width: 100%;
  max-width: 415px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media only screen and (max-width:768px) {
  .top_area {
    margin-top: 30px;
  }
  .top_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .top_img {
    width: 100%;
    order: 1;
  }
  .top_img figure {
    margin-right: auto;
  }
  .top_text {
    display: contents;
  }
  .top_text_img {
    order: 1;
    width: 80%;
    margin-inline: auto;
  }
  .top_img_cap {
    margin-top: 4px;
    font-size: 10px;
    text-align: left;
  }
}

/* top_contents_box
========================================== */
.top_contents_box_area {
  margin-top: 100px;
}
.top_contents_box {
  max-width: 980px;
  margin: auto;
  border: 1px solid #dbdbdb;
  padding: 50px 40px 30px;
}
.top_contents_box_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.top_contents_box_img {
  width: 100%;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
.top_contents_box_body {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.top_contents_box_name {
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.top_contents_box_name .text_m {
  font-size: 16px;
}
.top_contents_box_name .text_l {
  font-size: 18px;
  margin-top: 4px;
}
.top_contents_box_name .text_s {
  font-size: 14px;
  margin-top: 4px;
}

.top_contents_box_career li {
  font-size: 14px;
  padding: 2px 0;
}
.top_contents_box_wrap2 {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.top_contents_box_body2 {
  width: 41%;
}
.top_contents_box_text {
  word-break: break-all;
  margin-top: 28px;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.top_contents_box_img_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 8px;
}
.top_contents_box_img_wrap figcaption {
  text-align: right;
}
.top_contents_box.top_contents_box2 {
  margin-top: 40px;
}
.top_contents_box2 .top_contents_box_name {
  text-align: right;
}
.top_contents_box_body2 {
  width: 100%;
  max-width: 580px;
}
.img_cap {
  font-size: 12px;
  text-align: right;
}

@media only screen and (max-width:768px) {
  .top_contents_box_area {
    margin-top: 30px;
  }
  .top_contents_box {
    padding: 30px 20px 30px;
  }
  .top_contents_box_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .top_contents_box_img {
    flex-direction: row;
    column-gap: 10px;
  }
  .top_contents_box_img figure {
    width: 56%;
  }
  .top_contents_box_body {
    width: 100%;
  }
  .top_contents_box_name {
    width: 38%;
  }
  .top_contents_box_name .text_m {
    font-size: 14px;
  }
  .top_contents_box_name .text_l {
    font-size: 16px;
  }
  .top_contents_box_name .text_s {
    font-size: 10px;
  }
  .top_contents_box_career li {
    font-size: 12px;
  }
  .top_contents_box_wrap2 {
    margin-top: 10px;
    flex-direction: column;
    row-gap: 20px;
  }
  .top_contents_box_body2 {
    display: contents;
  }
  .top_contents_box_text {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }
  .top_contents_box_body {
    row-gap: 20px;
  }
  .top_contents_box_img_wrap {
    width: 100%;
    column-gap: 8px;
  }
  .top_contents_box_img_wrap figcaption {
    font-size: 10px;
  }
  .top_contents_box.top_contents_box2 {
    margin-top: 40px;
  }
  .top_contents_box_spflex {
    display: flex;
    justify-content: space-between;
  }
  .top_contents_box2 .top_contents_box_img figure {
    width: 100%;
  }
  .top_contents_box2 .top_contents_box_name {
    width: 50%;
  }
  .top_contents_box2 .top_contents_box_img {
    width: 46%;
    max-width: 400px;
  }
  .top_contents_box2 .top_contents_box_text {
    margin-top: 0px;
    order: 3;
  }
  .img_cap {
    font-size: 10px;
    text-align: left;
  }
}



/* contents
========================================== */
.text + .text, .text + .caption, .text + .aroundCol, .text + .photo {
  margin-top: 25px;
}
.contents {
  margin-top: 120px;
}
.sub_contents {
  margin-top: 60px;
}
.contents_wrap {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.contents_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.contents_title2 {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.img_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.img_wrap2 {
  display: flex;
  margin-bottom: 30px;
}
.contents_body {
  width: 50%;
}
.contents_img {
  width: 50%;
}
.contents_wrap.mt {
  margin-top: 60px;
}
.wide_img {
  margin-top: 120px;
}
.contents_box {
  position: relative;
  margin-top: 100px;
  border: 1px solid #dbdbdb;
  padding: 50px 40px 50px;
}
.contents_box_lead {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.contents_box_lead .box_lead_bold {
  font-size: 24px;
}
.contents_box_lead .box_lead_cap {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.contents_box_lead.tal {
  text-align: left;
}
.contents_box_wrap {
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
}
.contents_box_body {
  width: 100%;
}
.contents_box_body2 {
  width: 46%;
}
.box_item_img {
  margin-top: 30px;
  text-align: center;
}
.contents_box_img {
  width: 100%;
  max-width: 440px;
  flex-shrink: 0;
}
.contents_voice {
  width: 50%;
}
.contents_voice_title {
  font-size: 18px;
  letter-spacing: 0.025em;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.contents_voice_wrap {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 8px;
}
.contents_voice_item {
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 1.6;
  margin-left: 12px;
  text-indent: -14px;
}
.contents_voice_title:before,
.contents_voice_title:after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: #bdb674;
}
.contents_voice_title:before {
  margin-right: 1rem;
}
.contents_voice_title:after {
  margin-left: 1rem;
}
.contents_cap {
  text-align: right;
  margin-top: 6px;
  font-size: 14px;
}
.box_title01 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 392px;
}
.box_title02 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 522px;
}
.box_graph {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
}
.contents_box_item {
  border: 1px solid #b9ab60;
  text-align: center;
  padding: 18px 10px;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.8;
}
.img_mt {
  margin-top: 44px;
}
.bottom_area {
  margin-top: 120px;
}
.bottom_title {
  font-size: 21px;
  letter-spacing: 0.01em;
  line-height: 1.8;
  text-align: center;
}
.bottom_img {
  margin-top: -100px;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.bottom_img img {
	display: block;
	width: 100vw;
}
.contents_bottom_cap {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 40px;
}


@media only screen and (max-width:768px) {
  .contents {
    margin-top: 60px;
  }
  .sub_contents {
    margin-top: 30px;
  }
  .contents_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_cap {
    font-size: 12px;
  }
  .contents_title {
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .contents_title2 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
  }
  .img_wrap {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
  }
  .img_wrap2 {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .contents_body {
    width: 100%;
  }
  .contents_img {
    width: 100%;
  }
  .contents_img.sp_wide {
    width: auto;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .contents_wrap.mt {
    margin-top: 40px;
  }
  .wide_img {
    margin-top: 40px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .contents_box {
    margin-top: 40px;
    padding: 30px 20px 30px;
  }
  .contents_box_body2 {
    width: 100%;
  }
  .box_item_img {
    margin-top: 20px;
  }
  .contents_box_lead {
    font-size: 15px;
  }
  .contents_box_lead .box_lead_bold {
    font-size: 16px;
  }
  .contents_box_lead .box_lead_cap {
    font-size: 12px;
  }
  .contents_box_wrap {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_box_img {
    width: 90%;
    margin-inline: auto;
  }
  .box_title01 {
    top: -12px;
    width: 260px;
  }
  .box_title02 {
    top: -11px;
    width: 290px;
  }
  .contents_voice {
    width: 100%;
  }
  .contents_voice_title {
    font-size: 16px;
  }
  .contents_voice_wrap {
    margin-top: 10px;
    gap: 4px;
  }
  .contents_voice_item {
    font-size: 13px;
    margin-left: 12px;
    text-indent: -14px;
  }

  .box_graph {
    margin: 20px auto 0;
  }
  .contents_box_item {
    padding: 18px 8px;
    font-size: 12px;
  }
  .img_mt {
    margin-top: 24px;
  }
  .bottom_area {
    margin-top: 60px;
  }
  .bottom_title {
    font-size: 15px;
  }
  .bottom_img {
    margin-top: 10px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .bottom_img img {
    display: block;
    width: 100vw;
  }
  .contents_bottom_cap {
    font-size: 10px;
    margin-top: 20px;
  }
}


/* bottom_link_btn
=========================== */
.bottom_link_btn {
  position: relative;
  margin: 80px auto 0;
  background: #b9ab60;
  display: block;
  width: 100%;
  max-width: 550px;
  padding: 20px 10px;
  font-size: 21px;
  letter-spacing: 0.2em;
  color: #fff;
  text-align: center;
}
.bottom_link_btn::after {
  content: '';
  position: absolute;
  background-image: url(../imgs/arow.png);
  background-image: url(../imgs/015/arow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 55px;
  height: 11px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .4s;
}
.bottom_link_btn:hover {
  opacity: .7;
}

@media only screen and (max-width:768px) {
  .bottom_link_btn {
    display: block;
    margin: 24px auto 0;
    padding: 16px 0;
    font-size: 14px;
  }
  .bottom_link_btn::after {
    width: 42px;
    height: 6px;
    right: 10px;
    top: 58%;
  }
}


