@charset "UTF-8";
@import url("/shared/css/common/icomoon/style.css");
.section_inner {
  margin: 0 auto;
}

/* インタビュー トップ */
.heading04 {
  font-size: 2.8rem;
}

.anchorBox {
  border: 1px solid #b5b5b5;
  padding: 30px 15px 30px 30px;
}

.anchorList {
  display: flex;
  line-height: 1.666;
}
.anchorList a {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
}
.anchorList a::before {
  content: "";
  width: 10px;
  height: 6px;
  display: inline-block;
  vertical-align: top;
  background: url("/shared/images/common/icon_arr_down.png") no-repeat left center;
  background-size: 100%;
  margin: .55em .5em 0 0;
  flex-shrink: 0;
}
.anchorList a:hover {
  text-decoration: underline;
  color: #00508e;
}
.anchorList > li {
  min-width: 14em;
  margin: 0 1.5em 0 0;
}

#interview .pageTitle {
  margin-bottom: 30px;
}
#interview footer .side_inquiry {
  display: block;
}
#interview footer .side_inquiry.version02 {
  display: none;
}
#interview.article footer .side_inquiry.version02 #contact_btn,
#interview.article footer .side_inquiry.version02 #catalog_btn {
  display: none;
}
#interview.article footer .side_inquiry {
  display: none;
}
#interview.article footer .side_inquiry.version02 {
  display: block;
}

#interviewContents {
  font-size: 1.6rem;
}

.articleCategory {
  margin-top: 40px;
}
.articleCategory .categoryHead {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: .05em;
  padding-bottom: .5em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #00508e;
}
.articleCategory + .articleCategory {
  margin-top: 20px;
}

.thumWrap {
  margin-top: 30px;
}
.thumWrap .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.thumWrap .inner > * {
  position: relative;
  margin: 0 0 30px 0;
  width: 490px;
}
.thumWrap .inner > *:nth-child(3n) {
  margin-right: 0;
}
.thumWrap a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 1;
  display: block;
  color: #333;
  height: 100%;
}
.thumWrap a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #d0d0d0;
  pointer-events: none;
}
.thumWrap a:hover {
  opacity: .7;
}
.thumWrap a:hover .articleTitle > span {
  text-decoration: underline;
  color: #00508e;
}
.thumWrap a:hover .articleTitle .new::after {
  text-decoration: none;
}
.thumWrap .dialogueText {
  display: flex;
  justify-content: space-between;
}
.thumWrap .dialogueText .textWrap {
  width: 210px;
}
.thumWrap .dialogueText .icon {
  align-self: center;
  flex-shrink: 0;
  text-align: center;
}

.thumbnail figure img {
  width: 100%;
}
.thumbnail .articleTitle {
  position: relative;
  margin-top: 10px;
  padding-left: 1em;
  font-weight: bold;
  color: #1b518b;
}
.thumbnail .articleTitle::before {
  content: '';
  position: absolute;
  top: .5em;
  left: 0;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(45deg);
}
.thumbnail .articleTitle > span {
  line-height: 1.5;
  color: #333;
}
.thumbnail .articleTitle .new::after {
  content: "NEW";
  background-color: #c50000;
  border-radius: 3px;
  padding: .2em .6em .06em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px .5em;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  font-family: "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
.thumbnail .textArea {
  padding: 1em;
}
.thumbnail .textBox {
  margin-top: 1em;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .heading04 {
    font-size: 2.1rem;
  }

  .anchorBox {
    padding: 15px 1em;
  }

  .anchorList {
    display: block;
  }
  .anchorList a::before {
    margin: .55em .5em 0 0;
  }
  .anchorList > li {
    min-width: 0;
    margin: 0 0 0 0;
  }

  #interview .pageTitle {
    margin-bottom: 15px;
  }
  #interview .section_inner {
    padding: 15px calc((40 / 750) * 100%);
  }

  .articleCategory {
    margin-top: 40px;
  }
  .articleCategory .categoryHead {
    font-size: 1.9rem;
    font-weight: 500;
  }

  .thumWrap {
    margin-top: 25px;
  }
  .thumWrap .inner {
    display: block;
  }
  .thumWrap .inner > * {
    margin: 0 0 25px 0;
    width: 100%;
  }
  .thumWrap .inner > *:nth-child(3n) {
    margin-right: 0;
  }
  .thumWrap .dialogueText {
    display: block;
  }
  .thumWrap .dialogueText .textWrap {
    width: 100%;
  }
  .thumWrap .dialogueText .icon {
    margin: .5em 0;
  }
}
/* インタビュー 記事 */
/* SNSボタン */
.snsBtns {
  display: table;
}
.snsBtns > * {
  display: table-cell;
  vertical-align: top;
}

.snsBtnArea {
  overflow: hidden;
  margin-bottom: 20px;
}
.snsBtnArea .icon {
  padding-right: 4px;
}
.snsBtnArea .icon a {
  text-decoration: none;
}
.snsBtnArea .icon a:hover {
  text-decoration: none;
}
.snsBtnArea .lineBtn > iframe {
  height: 28px !important;
  width: 115px !important;
}
.snsBtnArea .lineBtn > iframe html body img#button {
  height: 28px !important;
  width: 115px !important;
}
.snsBtnArea [class*="btn-"]:hover {
  opacity: .7;
}

.snsBtnAreaBtm {
  max-width: 650px;
  margin: 0 auto;
  background: #f3f3f3;
  padding: 20px;
}
.snsBtnAreaBtm .snsBtns {
  margin: 0 auto;
}
.snsBtnAreaBtm .icon {
  padding-left: 16px;
}
.snsBtnAreaBtm .icon:first-child {
  padding-left: 0;
}

.snsItem {
  min-width: 82px;
  height: 28px;
  display: block;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
}
.snsItem i {
  color: #ffffff;
  font-size: 1.5rem;
}

.icon-twitter::before {
  content: "";
  background: url("/shared/images/common/logo_x_w.svg") no-repeat center center/contain;
  display: block;
  width: 13px;
  height: 14px;
}

.btn-twitter {
  font-size: 1rem;
  padding-top: 1px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-hatena {
  font-size: 1rem;
  padding-top: 8px;
  background: #1aa4dc;
}

.btn-pocket {
  font-size: 1rem;
  padding-top: 8px;
  background: #e5364e;
}

.linePc {
  /* PCではLINEで送る非表示 */
  display: none;
}

#article h1 {
  margin-bottom: 20px;
  border-color: #989797;
  text-align: left;
  font-size: 2.8rem;
}
#article h1.new::after {
  content: "NEW";
  background-color: #c50000;
  border-radius: 3px;
  padding: .2em .86em .15em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2px .5em;
  color: #fff;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
#article h1 span {
  font-weight: 500;
}

/* MT入力エリア内 */
.anchorArea {
  margin-top: 36px;
}
.anchorArea .titArea {
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.anchorArea .titArea > * {
  display: table-cell;
  vertical-align: bottom;
}
.anchorArea .titArea > * + * {
  white-space: nowrap;
}
.anchorArea .titArea .readTime {
  text-align: right;
}
.anchorArea h2 {
  font-weight: bold;
}
.anchorArea .anchorBox {
  padding: 25px 25px 20px;
}
.anchorArea .anchorBox li {
  line-height: 1.5;
}
.anchorArea .anchorBox li a {
  display: inline-block;
  padding-left: 15px;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.anchorArea .anchorBox li a::before {
  content: '';
  position: absolute;
  display: block;
  top: .2em;
  left: 0em;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(135deg);
}
.anchorArea .anchorBox li a:hover {
  text-decoration: underline;
  color: #00508e;
}
.anchorArea .anchorBox li:not(:first-child) {
  margin-top: 1em;
}

.articleContents {
  font-size: 1.6rem;
}
.articleContents .plainText {
  line-height: 1.6667;
}
.articleContents .plainText a {
  text-decoration: none;
  color: #00508e;
}
.articleContents .plainText a:hover {
  text-decoration: underline;
}
.articleContents .plainText + .sub_heading {
  margin-top: 45px;
}

.mainImage figcaption,
.round_img figcaption,
.image_wrap figcaption {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 5px;
}

.figCaption,
.capText {
  font-size: 1.5rem;
  line-height: 1.4;
}

.articleHead .smaller {
  max-width: 600px;
}
.articleHead .introImgWrap {
  margin-top: 40px;
}

.dialogue2col {
  display: flex;
  flex-wrap: wrap;
}
.dialogue2col .image_wrap {
  flex-shrink: 0;
  width: 46.8%;
}
.dialogue2col .icon_cross {
  margin-top: -60px;
  text-align: center;
  width: 100%;
}
.dialogue2col .icon_cross img {
  transform: rotate(45deg);
}
.dialogue2col .icon_cross + .col2 {
  margin-top: -70px;
}
.dialogue2col .icon_cross + .col2 .textBox {
  display: flex;
  flex-direction: column;
}
.dialogue2col .icon_cross + .col2 .textBox > *:first-child {
  margin-top: auto;
}
.dialogue2col .col2 {
  display: flex;
}
.dialogue2col .col2:first-child {
  margin-left: auto;
}
.dialogue2col .col2 > * + * {
  margin-left: 20px;
}
.dialogue2col .right_img > *:first-child {
  margin-left: auto;
}

.large_heading {
  border-bottom: 2px solid #b5b5b5;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 10px;
}

.articleBody {
  margin-top: 30px;
  padding-bottom: 30px;
  line-height: 1.2;
}
.articleBody .section {
  margin-top: 50px;
}
.articleBody .section .section_heading {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #01508e;
  line-height: 1.583;
  line-height: calc(38 / 24);
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
}

.border_top {
  border-top: 1px solid #01508e;
}

.pt30 {
  padding-top: 30px;
}

.flex {
  display: flex;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.shrink0 {
  flex-shrink: 0;
}

.sub_heading {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: 500;
}
.sub_heading > * {
  font-weight: inherit;
}

.sp_table_block {
  display: none;
}

.orangeEmphasis {
  color: #e36c0a;
  font-weight: bold;
}

.green {
  color: #00b050;
  font-weight: bold;
}

.blue {
  color: #0070c0;
  font-weight: bold;
}

.nameBlue {
  color: #0070c0;
}

.nameColor02 {
  color: #C45911;
}

.red {
  color: #ff0000;
  font-weight: bold;
}

.uLine {
  text-decoration: underline;
}

[class*="wraparound_box"] {
  /* PC時2カラム画像下テキスト回り込み */
  overflow: hidden;
}
[class*="wraparound_box"] .round_img {
  width: 400px;
  margin-bottom: 10px;
}
[class*="wraparound_box"] .round_img.w200 {
  width: 200px;
}
[class*="wraparound_box"] + .sub_heading {
  margin-top: 40px;
}

.wraparound_box {
  /* PC時画像右、テキスト回り込み */
}
.wraparound_box .round_img {
  float: right;
  margin-left: 20px;
}

.wraparound_box_l {
  /* PC時画像左、テキスト回り込み */
}
.wraparound_box_l .round_img {
  float: left;
  margin-right: 20px;
}

.col2_box {
  display: flex;
}
.col2_box .col_block {
  /* 子要素にflexがあるとIEで折り返さないため */
}
.col2_box .col_block > * {
  max-width: 580px;
}
.col2_box .image_wrap {
  width: 400px;
  flex-shrink: 0;
}
.col2_box > *:not(:first-child) {
  margin-left: 20px;
}
.col2_box + .sub_heading {
  margin-top: 40px;
}

.r_to_l {
  text-align: right;
}

.c_to_l {
  text-align: center;
}

.equal2col_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.equal2col_box > * {
  width: 49%;
}
.equal2col_box > *:nth-child(n + 3) {
  margin-top: 15px;
}
.equal2col_box.max820_auto > * {
  max-width: 400px;
}

.equal3col_box {
  display: flex;
  flex-wrap: wrap;
}
.equal3col_box > * {
  width: 32%;
  margin-right: 2%;
}
.equal3col_box > *:nth-child(3n) {
  margin-right: 0;
}
.equal3col_box > *:nth-child(n + 4) {
  margin-top: 15px;
}

.date_etc {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.embed_movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.embed_movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.profileArea {
  margin-top: 50px;
}
.profileArea .heading {
  margin-bottom: .5em;
}
.profileArea .nameText {
  font-size: 1.8rem;
  margin-bottom: 1.4em;
}

.max820_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 820px;
}

.max800_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}

.max600_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}

.max400_auto {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
}

/* 他の記事へのリンク */
.otherIntroWrap {
  margin: 80px auto 0;
}

.otherIntroArea {
  max-width: 650px;
  margin: 0 auto;
}
.otherIntroArea .otherIntro {
  border: 1px solid #b5b5b5;
  background: #fff;
  text-align: center;
}
.otherIntroArea .otherIntro a {
  display: block;
  padding: 15px;
  text-decoration: none;
  color: #333;
}
.otherIntroArea .otherIntro a:hover {
  opacity: .7;
}
.otherIntroArea .otherIntro + .otherIntro {
  margin-top: 20px;
}
.otherIntroArea .otherIntro .nextBtnWrap .next,
.otherIntroArea .otherIntro .nextBtnWrap .prev {
  position: relative;
  display: inline-block;
  line-height: 1.38889;
  font-weight: bold;
  font-size: 1.8rem;
}
.otherIntroArea .otherIntro .nextBtnWrap .next::before,
.otherIntroArea .otherIntro .nextBtnWrap .prev::before {
  content: '';
  position: absolute;
  top: .5em;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
}
.otherIntroArea .otherIntro .nextBtnWrap .next::before {
  left: 2.5em;
  transform: rotate(45deg);
}
.otherIntroArea .otherIntro .nextBtnWrap .prev::before {
  right: 2.5em;
  transform: rotate(225deg);
}
.otherIntroArea .otherIntro .nextBtnWrap .tit {
  line-height: 1.6667;
}
.otherIntroArea .nextTime {
  display: block;
  margin-top: 20px;
  padding: 15px;
  background-color: #e1e1e1;
  text-align: center;
}
.otherIntroArea .nextTime .txt {
  line-height: 1.6667;
}
.otherIntroArea .nextTime .tit {
  line-height: 1.6667;
  font-weight: bold;
}
.otherIntroArea.noLink {
  background: #e1e1e1;
}

.pagination > ul {
  display: table;
  margin: 40px auto 0;
}
.pagination > ul > li {
  display: inline-block;
  font-size: 1.8rem;
  margin-left: 10px;
}
.pagination > ul > li:first-child {
  margin-left: 0;
}
.pagination > ul > li span {
  display: block;
  padding: 15px 18px 14px;
}
.pagination > ul > li a {
  display: block;
  text-decoration: none;
  color: #333;
}
.pagination > ul > li a:hover {
  background-color: #00508e;
  color: #fff;
}
.pagination > ul .current {
  background: #00508e;
}
.pagination > ul .current a {
  pointer-events: none;
  color: #fff;
}
.pagination .arrowL,
.pagination .arrowR {
  vertical-align: top;
}
.pagination .arrowL span,
.pagination .arrowR span {
  padding: 17px 20px 17px 19px;
  line-height: 0;
}
.pagination .arrowL span img,
.pagination .arrowR span img {
  width: 7px;
  height: 12px;
}
.pagination .arrowL a,
.pagination .arrowR a {
  border: 1px solid #fff;
}
.pagination .arrowL a:hover,
.pagination .arrowR a:hover {
  background-color: #fff;
  border: 1px solid #b5b5b5;
  color: #333;
}
.pagination .arrowL {
  transform: rotate(180deg);
}
.pagination + .button_wrap01 {
  margin-top: 3em;
}

/* お問い合わせエリア */
.interviewContactArea {
  border-bottom: 1px solid #d5d5d5;
  margin-top: 100px;
  padding-bottom: 50px;
}
.interviewContactArea .area_title {
  margin: 0 auto 30px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #b8b8b8;
  letter-spacing: 0.05em;
  text-align: center;
  font-weight: 500;
  font-size: 2rem;
}
.interviewContactArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.interviewContactArea .btnArea li {
  width: 300px;
  text-align: center;
}
.interviewContactArea .btnArea li:not(:first-of-type) {
  margin-left: 10px;
}
.interviewContactArea .btnArea li a {
  background-color: #00508e;
  border: 1px solid #00508e;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 140px;
  color: #fff;
  letter-spacing: 0.05em;
  text-decoration: none;
  padding: 10px 0 15px;
}
.interviewContactArea .btnArea li a:hover {
  background-color: #fff;
  color: #00508e;
}
.interviewContactArea .btnArea li a:hover svg.icon_phone path {
  stroke: #00508e;
}
.interviewContactArea .btnArea li a:hover svg.icon_mail {
  fill: #00508e;
}
.interviewContactArea .btnArea li a svg.icon_phone {
  height: 50px;
}
.interviewContactArea .btnArea li a svg.icon_phone path {
  stroke: #fff;
}
.interviewContactArea .btnArea li a svg.icon_mail {
  height: 70px;
  fill: #fff;
}

/* 商品ページへのリンク */
.products_link {
  margin-bottom: 13px;
}
.products_link .heading {
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto 1.5em;
}
.products_link .productsInduction .categoryHead {
  font-size: 1.8rem;
  line-height: 1.2;
  padding-bottom: .5em;
  margin-bottom: 1.25em;
  border-bottom: 1px solid #e1e1e1;
}
.products_link .productsBox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 1px;
}
.products_link .productsBox dl {
  width: 242px;
  margin: 0 10px 30px 0;
}
.products_link .productsBox dl:nth-child(4n) {
  margin-right: 0;
}
.products_link .productsBox dt a {
  display: block;
  color: #333;
  line-height: 1.3;
  text-decoration: none;
}
.products_link .productsBox dt a img {
  width: 100%;
}
.products_link .productsBox dt a span {
  display: inline-block;
  font-weight: bold;
  margin-top: 10px;
  padding-left: 1em;
  position: relative;
}
.products_link .productsBox dt a span::before {
  content: '';
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -4px;
}
.products_link .productsBox dt a:hover {
  color: #00508e;
  opacity: 0.7;
}
.products_link .productsBox dt a:hover span {
  text-decoration: underline;
  opacity: 0.7;
}
.products_link .productsBox dd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 10px;
}
.products_link .arrowLink a {
  text-decoration: none;
  color: #333;
  padding-left: 1em;
  position: relative;
  display: inline-block;
  line-height: 1.3;
}
.products_link .arrowLink a:hover {
  color: #00508e;
  opacity: 0.7;
  text-decoration: underline;
}
.products_link .arrowLink a::before {
  content: '';
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  transform: rotate(45deg);
  position: absolute;
  top: 0.5em;
  left: 0;
  margin-top: -4px;
}
.products_link .arrow_link_button {
  width: 200px;
  margin: 30px auto 0;
}
.products_link .arrow_link_button a {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: 1em 1em;
  text-decoration: none;
  color: inherit;
  line-height: 1.66;
  display: flex;
  justify-content: center;
}
.products_link .arrow_link_button a::before {
  content: '';
  border-top: 2px solid #00508e;
  border-right: 2px solid #00508e;
  width: 8px;
  height: 8px;
  display: block;
  vertical-align: middle;
  transform: rotate(45deg);
  top: 0.5em;
  left: 0;
  margin: 7px 8px 0 0;
}
.products_link .arrow_link_button a:hover {
  background-color: #00508e;
  text-decoration: none;
  color: #fff;
}
.products_link .arrow_link_button a:hover::before {
  border-color: #fff;
}

iframe .section_inner {
  max-width: 1000px;
  width: 100%;
  padding: 30px;
}

.bold {
  font-weight: bold;
}

/* 施工事例をさらに見るボタン */
.button_wrap01 {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.example_link_button {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: .8em 1em .7em .9em;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}
.example_link_button svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: none;
  stroke: #000;
  stroke-width: 1.872;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256;
  margin-right: .6em;
}
.example_link_button p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.example_link_button:hover {
  background-color: #00508e;
  text-decoration: none;
}
.example_link_button:hover svg {
  fill: #00508e;
  stroke: #fff;
}
.example_link_button:hover p {
  color: #fff;
}
.example_link_button:hover p::before {
  border-color: #fff;
}

.guide_link_button {
  border: 1px solid #b5b5b5;
  background-color: #fff;
  padding: .8em 1em .7em .9em;
  text-decoration: none;
  color: inherit;
  line-height: 1.2;
  display: flex;
  justify-content: center;
}
.guide_link_button svg {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  fill: none;
  stroke: #000;
  stroke-width: 1.872;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256;
  margin-right: .6em;
}
.guide_link_button p {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.guide_link_button:hover {
  background-color: #00508e;
  text-decoration: none;
}
.guide_link_button:hover svg {
  stroke: #fff;
}
.guide_link_button:hover p {
  color: #fff;
}
.guide_link_button:hover p::before {
  border-color: #fff;
}

/* 合わせてお読みください */
.please_read {
  margin-bottom: 13px;
}
.please_read .heading {
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  margin: 30px auto 1.5em;
}

.bnrWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bnrWrap > * {
  width: 49%;
}
.bnrWrap > *:nth-child(n + 3) {
  margin-top: 15px;
}
.bnrWrap > *:hover {
  opacity: .7;
}

.column_img_box {
  position: relative;
  padding: 0 0 0 355px;
  min-height: 146px;
}
.column_img_box + .column_img_box {
  margin: 40px 0 0;
}
.column_img_box a {
  color: #333;
  text-decoration: none;
  font-size: 1.8rem;
}
.column_img_box a:hover figure,
.column_img_box a:hover span {
  opacity: .7;
  text-decoration: underline;
  color: #00508e;
}
.column_img_box figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 335px;
}
.column_img_box img {
  width: 100%;
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 2px;
}
.column_img_box span {
  padding: 0 0 0 1em;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}
.column_img_box span br {
  display: none;
}
.column_img_box span::before {
  content: '';
  position: absolute;
  top: .3em;
  left: 355px;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00508e;
  border-right: 1px solid #00508e;
  transform: rotate(45deg);
}
.column_img_box .txt_area {
  margin-top: 1em;
  line-height: 1.6667;
  font-size: 1.5rem;
}

.divider {
  color: #f2b082;
  margin: 1em auto;
  text-align: center;
}

/* ページ特有のスタイル */
.abcbuil04_hasarrow {
  display: flex;
  justify-content: center;
}
.abcbuil04_hasarrow .image_wrap {
  width: 100%;
  max-width: 400px;
}
.abcbuil04_hasarrow .icon {
  padding: 85px 1em 0;
}

/* 間に「→」ありの均等2カラムからSP時1カラム */
.arrow2col_to1 {
  display: flex;
  justify-content: space-between;
}
.arrow2col_to1 > * {
  width: 47.5%;
}
.arrow2col_to1 > *:first-child + * .img_box {
  position: relative;
}
.arrow2col_to1 > *:first-child + * .img_box::before {
  position: absolute;
  right: calc(100% + 10px);
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  width: 30px;
  height: 33px;
  display: block;
  background: url("/shared/images/interview/common/arrow.gif") no-repeat left top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  iframe .section_inner {
    padding: 0;
  }

  .snsBtns {
    display: flex;
    flex-wrap: wrap;
  }

  .snsItem {
    min-width: 40px;
  }

  .btn-twitter {
    font-size: 1.5rem;
  }

  .btn-hatena {
    font-size: 1.5rem;
  }

  .btn-pocket {
    font-size: 1.5rem;
  }

  .snsBtnArea {
    overflow: inherit;
  }
  .snsBtnArea .icon {
    margin-bottom: 4px;
  }

  #article {
    width: 100%;
  }
  #article h1 {
    font-size: 2.1rem;
  }
  #article h1.new::after {
    padding: .15em .86em .1em;
  }

  #facebook ._2tga._3e2a {
    font-size: 10rem;
  }

  .linePc {
    display: block;
  }

  .articleContents {
    width: 100%;
  }
  .articleContents .plainText {
    line-height: 1.714;
  }
  .articleContents .plainText + .sub_heading {
    margin-top: 35px;
  }

  .anchorArea {
    margin-top: 25px;
  }
  .anchorArea h2 {
    font-size: 1.5rem;
  }
  .anchorArea .anchorBox {
    padding: 1em;
    border: none;
    background-color: #f4f4f4;
  }
  .anchorArea .anchorBox li a {
    padding-left: 15px;
  }
  .anchorArea .anchorBox li a::before {
    top: .5em;
  }
  .anchorArea .anchorBox li:not(:first-child) {
    margin-top: .5em;
  }

  .articleHead .smaller {
    max-width: 100%;
  }
  .articleHead .smaller img {
    display: block;
    margin: 0 auto;
  }
  .articleHead .introImgWrap {
    margin-top: 30px;
  }

  .dialogue2col .image_wrap {
    width: 100%;
  }
  .dialogue2col .icon_cross {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dialogue2col .icon_cross + .col2 {
    margin-top: 0;
  }
  .dialogue2col .icon_cross + .col2 .textBox {
    display: block;
  }
  .dialogue2col .icon_cross + .col2 .textBox > *:first-child {
    margin-top: auto;
  }
  .dialogue2col .col2 {
    display: block;
  }
  .dialogue2col .col2:first-child {
    margin-left: auto;
  }
  .dialogue2col .col2 > * + * {
    margin-left: 0;
  }
  .dialogue2col .right_img > *:first-child {
    margin-left: auto;
  }
  .dialogue2col .right_img .textBox {
    margin-bottom: 5px;
  }
  .dialogue2col .left_img .textBox {
    margin-top: 5px;
  }

  .r_to_l,
  .c_to_l {
    text-align: left;
  }

  .articleBody .section {
    margin-top: 25px;
  }
  .articleBody .section .section_heading {
    line-height: 1.4;
    font-size: 1.9rem;
    margin-bottom: 25px;
  }

  .sub_heading {
    margin-bottom: 15px;
  }

  .sp_different_window {
    display: none;
  }

  [class*="wraparound_box"] {
    /* SP時1カラム */
    overflow: hidden;
  }
  [class*="wraparound_box"] .round_img {
    float: none;
    width: 100%;
    margin: 0 0 15px 0;
  }
  [class*="wraparound_box"] + .sub_heading {
    margin-top: 30px;
  }
  [class*="wraparound_box"].sp_column_reverse {
    /* SP時に画像を後にしたい */
    display: flex;
    flex-direction: column-reverse;
  }
  [class*="wraparound_box"].sp_column_reverse [class^="round_img"] {
    min-height: 0%;
    margin: 15px 0 0 0;
  }
  [class*="wraparound_box"].sp_column_order {
    /* SP時に順番を指定する */
    display: flex;
    flex-direction: column;
  }
  [class*="wraparound_box"].sp_column_order [class^="round_img"] {
    min-height: 0%;
    margin: 15px 0 0 0;
  }
  [class*="wraparound_box"].sp_column_order .order1 {
    order: 1;
  }
  [class*="wraparound_box"].sp_column_order .order2 {
    order: 2;
  }

  .wraparound_box_l .round_img {
    margin-right: 0;
  }

  .col2_box {
    display: block;
  }
  .col2_box .col_block > * {
    max-width: 100%;
  }
  .col2_box .image_wrap {
    width: 100%;
  }
  .col2_box > *:not(:first-child) {
    margin: 15px 0 0 0;
  }
  .col2_box + .sub_heading {
    margin-top: 30px;
  }

  .equal2col_box.spCol1,
  .equal3col_box.spCol1 {
    display: block;
  }
  .equal2col_box.spCol1 > *,
  .equal3col_box.spCol1 > * {
    width: 100%;
    margin-right: 0;
  }
  .equal2col_box.spCol1 > *:not(:first-child),
  .equal3col_box.spCol1 > *:not(:first-child) {
    margin-top: 15px;
  }

  .interviewContactArea {
    padding-bottom: 30px;
  }
  .interviewContactArea .btnArea {
    justify-content: space-between;
  }
  .interviewContactArea .btnArea li {
    width: calc((100% - 15px) / 2);
  }
  .interviewContactArea .btnArea li:not(:first-of-type) {
    margin-left: 0;
  }
  .interviewContactArea .btnArea li a {
    height: 100px;
    padding: 10px 0 5px;
    color: #00508e;
    background-color: #fff;
  }
  .interviewContactArea .btnArea li a svg.icon_phone {
    height: 35px;
  }
  .interviewContactArea .btnArea li a svg.icon_phone path {
    stroke: #00508e;
  }
  .interviewContactArea .btnArea li a svg.icon_phone + span {
    margin-top: 5px;
  }
  .interviewContactArea .btnArea li a svg.icon_mail {
    height: 45px;
    fill: #00508e;
  }

  .otherIntroWrap {
    margin-top: 50px;
  }

  .otherIntroArea .otherIntro .nextBtnWrap .next::before,
  .otherIntroArea .otherIntro .nextBtnWrap .prev::before {
    top: .4em;
  }
  .otherIntroArea.noLink {
    background: #e1e1e1;
  }

  .interviewContactArea {
    margin-top: 60px;
  }

  .products_link {
    border-top: none;
  }
  .products_link .productsBox dl {
    width: calc((100% - 15px) / 2);
    margin: 0 15px 1.5em 0;
  }
  .products_link .productsBox dl:nth-child(even) {
    margin-right: 0;
  }
  .products_link .productsBox dl:nth-child(odd) {
    margin-right: 15px;
  }
  .products_link .productsBox dt a {
    font-size: 1.5rem;
  }
  .products_link .arrow_link_button {
    width: calc(500 / 670 * 100%);
    margin: 15px auto 0;
  }

  .profileArea {
    margin-top: 40px;
  }

  .snsBtnAreaBtm {
    display: none;
  }

  /* 合わせてお読みください */
  .bnrWrap {
    display: block;
  }
  .bnrWrap > * {
    width: 100%;
  }
  .bnrWrap > *:not(:first-child) {
    margin-top: 15px;
  }

  .column_img_box {
    padding: 0 0 25px;
    min-height: 146px;
    border-bottom: 1px solid #01508e;
  }
  .column_img_box + .column_img_box {
    margin: 25px 0 0;
    min-height: inherit;
  }
  .column_img_box dt {
    position: relative;
  }
  .column_img_box a {
    display: block;
    margin: 1em 0 0;
  }
  .column_img_box a::after {
    width: 100%;
    height: 100%;
  }
  .column_img_box a:hover {
    opacity: inherit;
  }
  .column_img_box a:hover::before {
    background-color: transparent;
  }
  .column_img_box figure {
    position: static;
    width: 100%;
    padding: 0 0 1em;
  }
  .column_img_box span {
    position: relative;
    line-height: calc(42 / 32);
    font-size: 1.6rem;
  }
  .column_img_box span::before {
    top: 0.35em;
    left: 0;
  }
  .column_img_box .txt_area {
    font-size: 1.4rem;
  }

  /* ページ特有のスタイル */
  .abcbuil04_hasarrow .image_wrap {
    width: calc(312 / 750 * 100vw);
  }
  .abcbuil04_hasarrow .icon {
    padding: calc(67 / 750 * 100vw) 1em 0;
  }
  .abcbuil04_hasarrow .icon img {
    width: calc(20 / 750 * 100vw);
    min-width: 10px;
  }

  /* 間に「→」ありの均等2カラムからSP時1カラム */
  .arrow2col_to1 {
    display: block;
  }
  .arrow2col_to1 > * {
    width: 100%;
  }
  .arrow2col_to1 > *:first-child + * .img_box::before {
    position: static;
    margin: 1em auto;
    transform: rotate(90deg);
    width: 33px;
  }
}
/* 汎用 */
.strong {
  font-weight: bold;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right !important;
}

.alignLeft {
  text-align: left;
}

.fs14 {
  font-size: 1.4rem;
}

.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mAuto {
  margin: 0 auto;
}

.pd10 {
  padding: 10px 0;
}

.mt1em {
  margin-top: 1em !important;
}

.mt2em {
  margin-top: 2em !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb1em {
  margin-bottom: 1em !important;
}

.mb2em {
  margin-bottom: 2em !important;
}

.mb3em {
  margin-bottom: 3em !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 45px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 30px !important;
}

.pb45 {
  padding-bottom: 35px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml8 {
  margin-left: 8px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.mlAuto {
  margin-left: auto;
}

.pl0 {
  padding-left: 0 !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 25px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.ml1em {
  margin-left: 1em !important;
}

.pad1em {
  padding: 1em;
}

.padHalfEm {
  padding: .5em;
}

.pl1em {
  padding-left: 1em !important;
}

.widFull {
  width: 100%;
}

.widAuto {
  width: auto;
}

.vAlignB {
  vertical-align: bottom;
}

.vAlignM {
  vertical-align: middle;
}

.tblFixed {
  table-layout: fixed;
}

.indent1em {
  text-indent: -1em;
  padding-left: 1em;
}

.notWrap {
  white-space: nowrap;
}

.flexAlignEnd {
  align-items: flex-end;
}

.flexAlignCenter {
  align-items: center;
}

.flex_justify_end {
  /*テキスト右寄せ、折り返しても左揃え*/
  display: flex;
  justify-content: flex-end;
}

.sp_text {
  display: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_text {
    display: none;
  }

  .sp_text {
    display: inline;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .sp_mt0 {
    margin-top: 0 !important;
  }

  .sp_mt1em {
    margin-top: 1em !important;
  }

  .sp_mt15 {
    margin-top: 15px !important;
  }

  .sp_mt30 {
    margin-top: 30px !important;
  }
}

/*# sourceMappingURL=interview.css.map */
