@charset "utf-8";

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

.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) {
    .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);
  }
}

.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mt20 { margin-top: 20px;}
.mt25 { margin-top: 25px;}
.mt40 { margin-top: 40px !important;}
.mt60 { margin-top: 60px;}
.mt80 { margin-top: 80px;}
@media only screen and (max-width: 736px) {
  .mt25 { margin-top: calc(40vw/750*100);}
  .mt40 { margin-top: calc(60vw/750*100) !important;}
  .mt60 { margin-top: calc(80vw/750*100);}
  .mt80 { margin-top: calc(100vw/750*100);}
}



/* 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;
  align-items: center;
}
.top_logo {
  max-width: 280px;
  margin-right: 60px;
}
.top_text {

}

@media only screen and (max-width:768px) {

  .top_area {
    margin-top: 70px;
  }
  .top_wrap {
    flex-direction: column;
  }
  .top_logo {
    max-width: 226px;
    margin-right: 60px;
    margin: 0 auto ;
  }
  .top_text {
    margin-top: 30px;
  }
}

/* contents
========================================== */
.contents {
  margin-top: 120px;
}
.contents_wrap.border {
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.contents_wrap {
  display: flex;
  justify-content: space-between;
}
.line_title {
  font-size: 30px;
  letter-spacing: 0.2em;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.contents_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.contents_text {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
.contents_text2 {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.img_wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
.contents_body {
  width: 48%;
}
.contents_img_title {
  font-size: 18px;
}
.contents_img_wrap {
  margin-top: 6px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 10px;
}
.contents_img {
  width: 48%;
}
.contents_body2 {
  width: 63%;
}
.contents_img2 {
  width: 33%;
}
.contents_body3 {
  width: 57%;
  margin-top: 120px;
}
.contents_img3 {
  width: 42%;
}
.contents_body4 {
  width: 48%;
}
.od_1 {
  margin-top: 20px;
}
.contents_img4 {
  width: 50%;
}
.contents_img4 a:hover {
  transition: all .4s;
  opacity: .7;
}
.address {
  text-decoration: underline;
  font-size: 14px;
}
.address:hover {
  text-decoration: underline;
  transition: all .4s;
  opacity: .7;
}
.pu_title {
  position: relative;
  font-size: 30px;
  letter-spacing: 0.2em;
  padding-left: 120px;
  line-height: 1;
  margin-bottom: 40px;
}
.pu_title::before {
  content: '';
  position: absolute;
  background-image: url(../imgs/014/icon_pickup.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: 0;
}
.bg_area {
  background-color: #f5f5f5;
  padding: 60px 50px 40px;
}
.link_text { 
  display: block;
  text-align: right;
  font-size: 16px;
  text-decoration: underline;
}
.map_img {
  max-width: 1000px;
  margin: 60px auto;
}
.map_img figcaption {
  margin-top: 10px;
  font-size: 10px;
}
.contents_box {
  border: 1px solid #e5e5e5;
  padding: 50px 40px 30px;
}
.contents_box .contents_wrap.mt {
  margin-top: 60px;
}
.img_wrap_grid {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 30px;
}
.img_grid_item {
  padding:40px 20px;
  border: 1px solid #e5e5e5;
}
.img_grid_item figure {
  width: 90%;
  margin: auto;
}
.img_grid_text {
  margin-top: 20px;
  padding-top: 20px;
  min-height: 50px;
  border-top: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img_grid_text p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.contents_bottom_wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  column-gap: 30px;
}
.contents_bottom_wrap figcaption {
  font-size: 12px;
  text-align: right;
  margin-top: 8px;
}
.contents_bottom_item {
  position: relative;
}
.contents_bottom_text_area {
  position: absolute;
  width: 80%;
  color: #fff;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
}
.contents_bottom_title {
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: center;
}
.contents_bottom_text {
  font-size: 24px;
  letter-spacing: 0.2em;
  margin-top: 20px;
}
.contents_bottom_text span {
font-size: 14px;
line-height: 1;
}
.contents_bottom_cap {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-top: 40px;
}

@media only screen and (max-width:768px) {
  .contents {
    margin-top: 60px;
  }
  .contents_wrap.border {
    margin-top: 40px;
    padding-top: 40px;
  }
  .contents_wrap {
    flex-direction: column;
  }
  .line_title {
    font-size: 28px;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .contents_title {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .contents_text {
    font-size: 18px;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
  }
  .contents_text2 {
    font-size: 16px;
  }
  .img_wrap {
    margin-top: 40px;
    flex-direction: column;
    row-gap: 20px;
  }
  .contents_body {
    width: 100%;
  }
  .contents_img_title {
    font-size: 16px;
  }
  .contents_img_wrap {
    margin-top: 6px;
    grid-template-columns: repeat(1,1fr);
    row-gap: 14px;
  }
  .contents_img {
    margin-top: 20px;
    width: 100%;
  }
  .contents_body2 {
    width: 100%;
  }
  .contents_img2 {
    width: 100%;
    margin-top: 20px;
  }
  .contents_img2 figcaption {
    font-size: 10px;
    margin-top: 8px;
  }
  .contents_body3 {
    width: 100%;
    margin-top: 40px;
  }
  .contents_img3 {
    width: 100%;
    margin-top: 20px;
  }
  .contents_body4 {
    display: contents;
  }
  .od_1 {
    order: 1;
    margin-top: 20px;
  }
  .contents_img4 {
    width: 100%;
    margin-top: 20px;
  }
  .address {
    text-decoration: underline;
    font-size: 13px;
    text-align: center;
  }
  .pu_title {
    font-size: 22px;
    letter-spacing: 0.1em;
    padding-left: 90px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .pu_title::before {
    width: 60px;
    height: 60px;
    bottom: 0;
    left: 0;
  }
  .bg_area {
    padding: 40px 20px;
  }
  .link_text { 
    margin-top: 14px;
    font-size: 16px;
  }
  .map_img {
    max-width: 1000px;
    margin: 20px auto 0;
  }
  .contents_box {
    padding: 30px 20px ;
  }
  .contents_box .contents_wrap.mt {
    margin-top: 0px;
  }
  .img_wrap_grid {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(1,1fr);
    row-gap: 20px;
  }
  .img_grid_item {
    padding:20px 20px;
  }
  .img_grid_text {
    margin-top: 20px;
    padding-top: 20px;
    min-height: auto;
  }
  .img_grid_text p {
    font-size: 14px;
    line-height: 1.6;
  }
  .contents_bottom_wrap {
    margin-top: 30px;
    grid-template-columns: repeat(1,1fr);
    row-gap: 30px;
  }
  .contents_bottom_wrap figcaption {
    font-size: 10px;
    margin-top: 4px;
  }
  .contents_bottom_text_area {
    width: 96%;
    top: 10%;
  }
  .contents_bottom_title {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .contents_bottom_text {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.2em;
    margin-top: 10px;
  }
  .contents_bottom_text span {
  font-size: 12px;
  line-height: 1;
  }
  .contents_bottom_cap {
    font-size: 10px;
    margin-top: 20px;
  }
}