@charset "UTF-8";
/****************************************************
 * Stylesheet 技術メッセージ
 ****************************************************/
.pagetitle {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .pagetitle {
    background-image: url("../images/products/pagetitle_bg01.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    background-image: url("../images/products/pagetitle_bg01_sp.jpg");
  }
}

.p-message__biggining {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-message__biggining {
    margin-bottom: 3rem;
  }
}
.p-message__biggining .top_text {
  margin-bottom: 6rem;
  padding: 4rem 0;
  background-color: #F2F5F7;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .p-message__biggining .top_text {
    margin-bottom: 4.5rem;
    padding: 2rem 0;
  }
}
.p-message__biggining h2 {
  margin-bottom: 5rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-message__biggining h2 {
    font-size: 3.2rem;
    line-height: 1.3125;
  }
}
.p-message__biggining h2:before {
  width: 25.6rem;
  height: 31rem;
  content: '';
  background-image: url("../images/common/fig02.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -10rem;
  left: -13.3rem;
  z-index: -1;
}
.p-message__biggining h2 > span {
  margin-bottom: 1rem;
  display: block;
}
.p-message__biggining h2 > span span {
  padding: 0.25em 1em;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #313C4D;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-message__biggining h2 > span span {
    font-size: 1.6rem;
  }
}
.p-message__biggining p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-message__biggining p {
    font-size: 1.4rem;
  }
}
.p-message__biggining .icatch {
  max-width: 96rem;
  margin: 0 auto 4rem auto;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-message__biggining .icatch {
    margin-bottom: 2rem;
  }
}
.p-message__biggining .icatch + p {
  max-width: 96rem;
  margin: 0 auto;
}
.p-message__page_list {
  margin-bottom: 15rem;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list {
    margin-bottom: 11rem;
    padding-top: 2rem;
  }
}
.p-message__page_list:before {
  width: 100%;
  height: 86%;
  content: '';
  background-color: #F2F5F7;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-message__page_list h2 {
  margin-bottom: 5rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #4D4D4D;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list h2 {
    font-size: 3.2rem;
    line-height: 1.3125;
  }
}
.p-message__page_list h2:before {
  width: 25.6rem;
  height: 31rem;
  content: '';
  background-image: url("../images/common/fig02.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: -10rem;
  left: -13.3rem;
  z-index: -1;
}
.p-message__page_list h2 > span {
  margin-bottom: 1rem;
  display: block;
}
.p-message__page_list h2 > span span {
  padding: 0.25em 1em;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #ffffff;
  background-color: #313C4D;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list h2 > span span {
    font-size: 1.6rem;
  }
}
.p-message__page_list .auther {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .auther {
    margin-bottom: 2rem;
  }
}
.p-message__page_list .auther .thumbnail {
  width: 10rem;
  height: 10rem;
  margin: 0 auto 2rem auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.p-message__page_list .auther .thumbnail > img, .p-message__page_list .auther .thumbnail > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .auther .thumbnail {
    width: 8rem;
    height: 8rem;
    margin-bottom: 1.2rem;
  }
}
.p-message__page_list .auther .name {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  color: #4D4D4D;
}
.p-message__page_list .auther .name span {
  margin-bottom: 0.6rem;
  font-family: "Noto Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #313C4E;
  display: block;
}
.p-message__page_list .titled_box01 {
  max-width: 90rem;
  margin: 0 auto;
}
.p-message__page_list .titled_box01 dt {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .titled_box01 dt {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-message__page_list .titled_box01 dd ol {
    max-width: 55.7rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .titled_box01 dd ol li {
    font-size: 1.3rem;
  }
}
.p-message__page_list .titled_box01 dd ol li + li {
  margin-top: 1em;
}
.p-message__page_list .titled_box01 dd ol li a {
  padding-left: 8rem;
  padding-right: 2.5rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  display: block;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .titled_box01 dd ol li a {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-message__page_list .titled_box01 dd ol li a > span {
  width: 8rem;
  margin-left: -8rem;
  font-weight: 400;
  letter-spacing: normal;
  color: #333333 !important;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .titled_box01 dd ol li a > span {
    width: auto;
    display: block;
    margin-left: 0;
  }
}
.p-message__page_list .titled_box01 dd ol li a > span:after {
  width: 2rem;
  height: 2rem;
  content: '';
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow01_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 0.4rem auto;
  background-size: 0.4rem auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0.15em;
  right: 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .p-message__page_list .titled_box01 dd ol li a > span:after {
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
    position: static;
    display: inline-block;
    vertical-align: -0.15em;
  }
}
.p-message__page_list .titled_box01 dd ol li a > span span {
  font-weight: 700;
  color: #0092E5 !important;
}
.p-message__page_list .titled_box01 dd ol li a:hover > span:after {
  background-color: #0092E5;
}
.p-message__page_list .titled_box01 dd ol li.current a {
  color: #0092E5;
  pointer-events: none;
}
.p-message__page_list .titled_box01 dd ol li.current a > span:after {
  background-color: #313C4D !important;
}
.p-message__contents {
  margin-bottom: 8rem;
}
@media only screen and (max-width: 767px) {
  .p-message__contents {
    margin-bottom: 6rem;
  }
}
.p-message__contents .inner {
  max-width: 96rem;
}
.p-message__contents .pageTtl {
  margin-bottom: 1.38em;
}
.p-message__contents .pageTtl > span {
  font-size: 3.6rem;
  font-weight: 700;
  display: inline-block;
  color: #313C4E;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .pageTtl > span {
    font-size: 2.8rem;
  }
}
.p-message__contents .pageTtl > span:after {
  width: 9.7rem;
  height: 16.4rem;
  margin-top: -8rem;
  content: '';
  background-image: url("../images/common/fig01.png");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  right: -4rem;
  top: 50%;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .pageTtl > span:after {
    width: 7.76rem;
    height: 13.12rem;
    margin-top: -6rem;
    right: -3.5rem;
  }
}
.p-message__contents .pageTtl > span span {
  font-size: 3.3em;
  font-weight: 500;
  line-height: 1;
  color: #0092E5;
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -0.65em;
  left: -0.5em;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .pageTtl > span span {
    left: -0.1em;
  }
}
.p-message__contents .interview {
  margin-bottom: 4rem;
}
.p-message__contents .interview .question + .question {
  margin-top: 4rem;
}
.p-message__contents .interview .question dt {
  margin-bottom: 1em;
  padding-left: 5.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .question dt {
    padding-left: 2.8rem;
    font-size: 1.5rem;
  }
}
.p-message__contents .interview .question dt:before {
  width: 4rem;
  height: 1px;
  margin: 0 1.2rem 0 -5.2rem;
  content: '';
  background-color: #333333;
  display: inline-block;
  vertical-align: 0.3em;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .question dt:before {
    width: 2rem;
    margin: 0 0.8rem 0 -2.8rem;
  }
}
.p-message__contents .interview .question dd:after {
  content: "";
  display: block;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .question dd .text_area {
    display: -webkit-flex;
    display: flex;
  }
}
.p-message__contents .interview .question dd .text_area .label {
  padding-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #4D4D4D;
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .question dd .text_area .label {
    -webkit-flex: 0 0 8rem;
    flex: 0 0 8rem;
  }
}
.p-message__contents .interview .question dd .text_area p {
  font-size: 1.5rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .question dd .text_area p {
    font-size: 1.4rem;
  }
}
.p-message__contents .interview .question dd .text_area p + p {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .question dd .img {
    margin: 2rem auto !important;
    float: none !important;
  }
  .p-message__contents .interview .question dd .img img {
    max-width: 100% !important;
    margin: 0 auto !important;
    display: block;
  }
}
.p-message__contents .interview .question dd .img.align_left {
  margin-right: 4rem;
  float: left;
}
.p-message__contents .interview .question dd .img.align_right {
  margin-left: 4rem;
  float: right;
}
.p-message__contents .interview .question dd .img.align_center {
  margin: 4rem auto;
  display: block;
}
.p-message__contents .interview .question dd .img.shadow img {
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 4rem rgba(0, 0, 0, 0.1);
}
.p-message__contents .interview .question dd .img .caption {
  margin-top: 3rem;
  font-size: 1.8rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .question dd .img .caption {
    margin-top: 1.5rem;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p1-2 .img {
    width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p1-3 .img {
    width: 30rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p1-5 .img {
    max-width: 68rem;
  }
}
.p-message__contents .interview .p2-2 .text p:nth-child(2) {
  font-size: 1.4rem;
  margin-top: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p2-2 .img {
    max-width: 74rem;
  }
}
.p-message__contents .interview .p3-1 .text > div {
  margin-top: 4rem;
}
.p-message__contents .interview .p3-1 .text > div .img {
  width: 30rem;
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p3-3 .img {
    max-width: 74rem;
  }
}
.p-message__contents .interview .p3-3 .img .caption p {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 1.6rem;
}
.p-message__contents .interview .p3-3 .flex {
  display: flex;
  gap: 6rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p3-3 .flex {
    max-width: 74rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .p3-3 .flex {
    flex-direction: column;
    gap: 0;
  }
}
.p-message__contents .interview .p3-3 .flex .align_left {
  margin-right: 0 !important;
}
.p-message__contents .interview .p3-3 .flex .align_right {
  margin-left: 0 !important;
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p4-1 .img {
    max-width: 30rem;
  }
}
.p-message__contents .interview .p4-1 .text > div {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .p4-1 .text > div {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p5-2 .img {
    max-width: 30rem;
  }
}
.p-message__contents .interview .p5-2 .text > div {
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .interview .p5-2 .text > div {
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-message__contents .interview .p5-5 .img {
    max-width: 74rem;
  }
}
.p-message__contents .pager {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.p-message__contents .pager .before, .p-message__contents .pager .after {
  font-size: 1.5rem;
}
.p-message__contents .pager .before a, .p-message__contents .pager .after a {
  color: #333333 !important;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .p-message__contents .pager .before a, .p-message__contents .pager .after a {
    width: auto;
    display: block;
    margin-left: 0;
  }
}
.p-message__contents .pager .before a:before, .p-message__contents .pager .before a:after, .p-message__contents .pager .after a:before, .p-message__contents .pager .after a:after {
  width: 2rem;
  height: 2rem;
  background-color: #313C4D;
  background-image: url("../images/common/icon_arrow02_white.png");
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 1rem auto;
  background-size: 1rem auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: -0.25em;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.p-message__contents .pager .before a span, .p-message__contents .pager .after a span {
  font-weight: 700;
  color: #0092E5 !important;
}
.p-message__contents .pager .before a:before {
  margin-right: 1rem;
  content: '';
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.p-message__contents .pager .before a:hover:before {
  background-color: #0092E5;
}
.p-message__contents .pager .after a:after {
  margin-left: 1rem;
  content: '';
}
.p-message__contents .pager .after a:hover:after {
  background-color: #0092E5;
}
.p-message__contents .pager .button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.p-message__contents .pager .button a {
  font-size: 1.4rem;
  color: #313B4C;
  border: 1px solid #313B4C;
  padding: 1rem 4.4rem;
  border-radius: 100px;
}
