@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../img/top/ajax-loader.gif) center center no-repeat;
}

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  width: 1200px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* modify */
.slick-slider {
  display: none;
}
.slick-slider.slick-initialized {
  display: block;
}

.slick-arrow {
  display: inline-block;
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  transition: opacity .3s;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  border-top: 2px solid #cecece;
  border-right: 2px solid #cecece;
}
.slick-arrow:hover {
  opacity: .7;
}
.slick-arrow.slick-prev {
  left: -10px;
}
.slick-arrow.slick-prev::before {
  left: 8px;
  transform: rotate(-135deg);
}
.slick-arrow.slick-next {
  right: -10px;
}
.slick-arrow.slick-next::before {
  right: 8px;
  transform: rotate(45deg);
}

.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
}
.slick-dots button {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
  cursor: pointer;
  transition: background-color .3s;
}
.slick-dots button:hover {
  background-color: #00574f;
}
.slick-dots li {
  margin: 0 5px;
  height: 8px;
}
.slick-dots li.slick-active button {
  background-color: #00574f;
}

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0;
  position: absolute;
  left: 0;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none;
}

.lightbox {
  width: 100%;
  z-index: 10000;
  font-weight: 400;
  outline: 0;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/house/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/house/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/house/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-bottom: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 2rem;
  font-weight: 700;
  line-height: 30px;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: none;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/house/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-data .lb-number {
  display: none !important;
}

.lb-data {
  padding: 5px 0 0;
}

@media screen and (min-width: 768px) {
  .lightbox .lb-outerContainer img {
    min-width: 800px !important;
    height: auto !important;
  }
}

/*------------------------
 top
------------------------*/
/* common
----------------*/
/* main visual
----------------*/
.main_visual {
  position: relative;
}

.main_visual_inner {
  position: relative;
  line-height: 0;
}
.main_visual_inner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 620px;
  opacity: 0;
  animation: fadeInTop 1s .5s forwards;
  z-index: 10;
}
.main_visual_inner h1 img {
  max-width: 100%;
  height: auto;
}
.sp .main_visual_inner {
  height: 100vh;
  background: url(../img/top/bg_mv_sp.jpg) center top/auto 100% no-repeat;
}

@media screen and (max-width: 767px) {
  .mv_slider li {
    height: 100vh;
  }
  .mv_slider li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.mv_arrow {
  position: absolute;
  bottom: 30px;
  left: calc(50% - 14px);
  width: 24px;
  height: 24px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) skew(10deg, 10deg);
  cursor: pointer;
  animation: bounce 4s infinite;
}
@media screen and (max-width: 767px) {
  .mv_arrow {
    bottom: 15px;
    left: calc(50% - 10px);
    width: 18px;
    height: 18px;
  }
}
.mv_arrow::hover {
  opacity: .7;
}

@media screen and (min-width: 768px) {
  .main_visual {
    margin: 0 auto;
  }
  .main_visual .btnbox {
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: 410px;
  }
}
@media screen and (max-width: 767px) {
  .main_visual_inner h1 {
    width: 248px;
  }

  .main_visual .btnbox {
    margin: 10px auto 20px;
    text-align: center;
  }
}
/* top_search
----------------*/
.top_search {
  padding: 90px 0 60px;
  background-color: #ebeef8;
}
@media screen and (min-width: 768px) {
  .top_search {
    margin: 0 auto;
    min-width: 1080px;
  }
}

.top_search_header_inner {
  padding-top: 15px;
  width: 0;
  height: 100%;
  border-right: 7px solid #942529;
  background-color: #232584;
  color: #fff;
  overflow: hidden;
}
.top_search_header_inner h2 {
  margin-left: calc((100% - 1000px) / 2);
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  letter-spacing: .25em;
  white-space: nowrap;
}
.top_search_header_inner p {
  padding: 10px 15px 0 0;
  font-size: 1.5rem;
  letter-spacing: .25em;
}

.top_search_body {
  position: relative;
  margin: -95px auto 0;
  padding: 50px 0 20px;
  width: 1000px;
  background-color: #d5ddf0;
  border: 1px solid #232584;
  text-align: center;
  z-index: 10;
}
.top_search_body h3 {
  position: relative;
  display: inline-flex;
  justify-content: center;
  margin-bottom: 25px;
  padding-top: 2px;
  width: 140px;
  height: 34px;
  background-color: #232584;
  font-size: 1.8rem;
  color: #fff;
}
.top_search_body h3::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 13px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 13px 0 13px;
  border-color: #232584 transparent transparent transparent;
}

.top_search_body_list li,
.top_sns_list li {
  position: relative;
}
.top_search_body_list li p,
.top_sns_list li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
}
.top_search_body_list a,
.top_sns_list a {
  display: block;
  position: relative;
  overflow: hidden;
}
.top_search_body_list a::before,
.top_sns_list a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  background-color: rgba(35, 37, 132, 0.6);
  mix-blend-mode: darken;
  transition: .4s;
  opacity: 0;
}
.top_search_body_list a:hover::before,
.top_sns_list a:hover::before {
  opacity: 1;
}

.top_search_body_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.top_search_body_list li {
  margin: 0 28px 60px;
  width: 180px;
}
.top_search_body_list li p {
  font-weight: 700;
  line-height: 1.3;
  text-shadow: 0px 0px 6.56px rgba(0, 0, 0, 0.75);
}

.top_sns_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .top_sns_list {
    margin: 0 auto;
    width: 784px;
  }
}
.top_sns_list li {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .top_sns_list li {
    width: calc(50% - 10px);
    min-width: 152px;
  }
}
.top_sns_list li p {
  padding-top: 120px;
  font-weight: 400;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80px auto;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .top_sns_list li p {
    padding-top: 85px;
    background-size: 60px auto;
    font-size: 1.3rem;
  }
}
.top_sns_list li p.top_sns_blog {
  background-image: url(../img/top/ic_blog.png);
}
.top_sns_list li p.top_sns_insta {
  background-image: url(../img/top/ic_insta.png);
}

.top_sns {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .top_sns {
    padding: 40px 20px;
  }
}

@media screen and (min-width: 768px) {
  .top_search_header {
    margin: 0 auto;
    min-width: 1080px;
    max-width: 1240px;
    height: 176px;
  }

  .top_search_header_inner {
    display: flex;
    justify-content: space-between;
  }

  .top_search_body_item {
    margin: 0 auto;
  }
  .top_search_body_item.item02 {
    margin: 65px auto 0;
    width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .top_search {
    padding: 30px 0;
  }

  .top_search_header {
    width: calc(100% - 15px);
    height: 103px;
  }
  .top_search_header h2 {
    margin-left: 25px;
    font-size: 1.7rem;
  }
  .top_search_header p {
    position: relative;
    margin-top: 5px;
    padding: 0 0 0 25px;
    font-size: 1.2rem;
    line-height: 18px;
    width: 154px;
    background-color: #942529;
  }
  .top_search_header p::after {
    content: "";
    position: absolute;
    top: 0;
    right: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 0 9px 8px;
    border-color: transparent transparent transparent #942529;
  }

  .top_search_body {
    margin: -30px 25px 0;
    padding: 15px 0;
    width: calc(100% - 50px);
  }
  .top_search_body h3 {
    margin-bottom: 25px;
    padding-top: 2px;
    width: 110px;
    height: 26px;
    font-size: 1.4rem;
  }
  .top_search_body h3::after {
    bottom: -6px;
  }

  .top_search_body_list li {
    position: relative;
    margin: 0 15px 30px;
    width: calc(50% - 30px);
  }
  .top_search_body_list li p {
    font-size: 1.5rem;
  }

  .top_search_body_item.item02 {
    margin-top: 20px;
  }
}
/* top_news
----------------*/
.top_news {
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (min-width: 768px) {
  .top_news {
    width: 1000px;
  }
}
.top_news h2 {
  text-align: center;
  line-height: 1;
  letter-spacing: .2em;
}
@media screen and (min-width: 768px) {
  .top_news h2 {
    width: 1000px;
  }
}
.top_news h2 .en {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  color: #232584;
}
.top_news h2 .ttl_line {
  display: block;
  position: relative;
  margin-top: 5px;
  height: 2px;
  background-color: #942529;
}
.top_news h2 .ttl_line::after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #942529;
  vertical-align: middle;
}
.top_news h2 .ja {
  font-size: 1.5rem;
}

.top_news_detail {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .top_news_detail {
    width: 720px;
  }
}

.top_news_item {
  margin-top: 50px;
  padding: 0;
  border-bottom: 1px solid #232584;
}
.top_news_item a {
  padding: 0 110px 10px 60px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top_news_item a {
    display: flex;
  }
}
.top_news_item a:hover {
  opacity: .7;
}
.top_news_item a:hover .news_text::after {
  opacity: .7;
}
.top_news_item .news_time {
  position: relative;
  width: 160px;
  text-align: right;
}
.top_news_item .news_time .ic_new {
  position: absolute;
  left: 0;
  top: 0;
  color: #942529;
}
.top_news_item .news_text {
  position: relative;
  padding-left: 40px;
  width: 400px;
}
.top_news_item .news_text::after {
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #232584;
  transition: .3s;
}
@media screen and (min-width: 768px) {
  .top_news_item .news_text::after {
    border-width: 8px 0 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .top_news_item .news_text::after {
    border-width: 5px 0 5px 6px;
  }
}

.top_news_more {
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .top_news {
    padding: 30px 0;
  }
  .top_news h2 .en {
    font-size: 1.7rem;
  }
  .top_news h2 .ttl_line {
    width: calc(100% - 20px);
    margin-top: 5px;
    height: 2px;
  }
  .top_news h2 .ttl_line::after {
    top: -3px;
    right: 0;
    width: 8px;
    height: 8px;
  }
  .top_news h2 .ja {
    font-size: 1.2rem;
  }

  .top_news_item {
    margin: 15px 20px 0;
    padding: 0;
  }
  .top_news_item a {
    display: block;
    padding: 0 10px;
    font-size: 1.4rem;
  }
  .top_news_item .news_time {
    text-align: left;
    font-size: 1.2rem;
  }
  .top_news_item .news_time .ic_new {
    position: static;
    padding-left: 10px;
  }
  .top_news_item .news_text {
    padding-left: 0;
    width: 100%;
  }
  .top_news_item .news_text::after {
    right: 15px;
  }

  .top_news_more {
    margin: 15px auto 0;
  }
}
@-webkit-keyframes bounce {
  0%,100%,20%,80% {
    transform: translateY(0) rotate(45deg) skew(10deg, 10deg);
  }
  40%,50% {
    transform: translateY(-30px) rotate(45deg) skew(10deg, 10deg);
  }
}
@keyframes bounce {
  0%,100%,20%,80% {
    transform: translateY(0) rotate(45deg) skew(10deg, 10deg);
  }
  40%,50% {
    transform: translateY(-30px) rotate(45deg) skew(10deg, 10deg);
  }
}
@media screen and (max-width: 767px) {
  @-webkit-keyframes bounce {
    0%,100%,20%,80% {
      transform: translateY(0) rotate(45deg) skew(10deg, 10deg);
    }
    40%,50% {
      transform: translateY(-20px) rotate(45deg) skew(10deg, 10deg);
    }
  }
  @keyframes bounce {
    0%,100%,20%,80% {
      transform: translateY(0) rotate(45deg) skew(10deg, 10deg);
    }
    40%,50% {
      transform: translateY(-20px) rotate(45deg) skew(10deg, 10deg);
    }
  }
}
@-webkit-keyframes extendLeft {
  0% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes extendLeft {
  0% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-50%, -50%, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft2 {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes fadeInLeft2 {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes fadeInBtm {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInBtm {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bubble-in {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  4% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 1%);
    opacity: 1;
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 3%);
    opacity: 1;
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -3%);
    opacity: 1;
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 1%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
@keyframes bubble-in {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 0;
  }
  4% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 1%);
    opacity: 1;
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 3%);
    opacity: 1;
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -3%);
    opacity: 1;
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 1%);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
    opacity: 1;
  }
}
[class*="js-bottom"] {
  opacity: 0;
}

[class*="js-left"] {
  transform: scale(0, 1);
  transform-origin: top left;
}

.is-animated [class*="js-width"] {
  animation: extendLeft 1s forwards;
  width: 0;
  transform-origin: top left;
}
.is-animated [class*="js-left"] {
  animation: fadeInLeft2 1s forwards;
}
.is-animated [class*="js-bottom"] {
  animation: fadeInBtm 1s forwards;
}
.is-animated .js-bottom02 {
  animation-delay: .4s;
}
.is-animated .js-bottom03 {
  animation-delay: .8s;
}
.is-animated .js-bottom04 {
  animation-delay: 1s;
}
.is-animated.js-bottom_voice {
  animation: fadeInBtm 1s forwards;
}
@media screen and (min-width: 768px) {
  .is-animated .js-bottom_sp01 {
    animation-delay: .4s;
  }
}
@media screen and (max-width: 767px) {
  .is-animated .js-bottom_sp02 {
    animation-delay: .4s;
  }
}

@media screen and (min-width: 768px) {
  [class*="js-pc_bottom"] {
    opacity: 0;
  }

  .is-animated [class*="js-pc_bottom"] {
    animation: fadeInBtm 1s forwards;
  }
  .is-animated .js-pc_bottom02 {
    animation-delay: .2s;
  }
  .is-animated .js-pc_bottom03 {
    animation-delay: .4s;
  }
  .is-animated .js-pc_bottom04 {
    animation-delay: .6s;
  }
  .is-animated .js-pc_bottom05 {
    animation-delay: .8s;
  }
  .is-animated .js-pc_bottom06 {
    animation-delay: 1s;
  }
  .is-animated .js-pc_bottom07 {
    animation-delay: 1.2s;
  }
  .is-animated .js-pc_bottom08 {
    animation-delay: 1.4s;
  }
  .is-animated .js-pc_bottom09 {
    animation-delay: 1.6s;
  }
  .is-animated .js-pc_bottom10 {
    animation-delay: 1.8s;
  }
  .is-animated .js-pc_bottom11 {
    animation-delay: 2s;
  }
  .is-animated .js-pc_bottom12 {
    animation-delay: 2.2s;
  }
  .is-animated .js-pc_bottom13 {
    animation-delay: 2.4s;
  }

  .is-animated[class*="js-pc_bottom"] {
    animation: fadeInBtm 1s forwards;
  }
  .is-animated[class*="js-pc_bottom"]:not(.js-pc_bottom01) {
    animation-delay: .2s;
  }
}
/*------------------------
 house
------------------------*/
.house_ttl {
  position: relative;
  margin-top: 65px;
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .house_ttl {
    margin-top: 35px;
    padding: 0 20px 38px;
  }
}
.house_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 250px);
  background-color: rgba(213, 221, 239, 0.4);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .house_ttl::before {
    height: calc(100% - 125px);
  }
}
.house_ttl h1 {
  font-size: 2.5rem;
  font-weight: 400;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .house_ttl h1 {
    font-size: 1.5rem;
  }
}
.house_ttl .border_sttl {
  margin: 20px 0 25px;
  font-size: 2rem;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .house_ttl .border_sttl {
    margin: 3px 0 5px;
    font-size: 1rem;
  }
}
.house_ttl figure {
  position: relative;
}
.house_ttl figure img {
  position: relative;
  z-index: 10;
}

.house_ttl_inner {
  margin: 0 auto;
  max-width: 810px;
}

.house_photo {
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .house_photo {
    padding-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .house_photo_detail {
    display: flex;
    flex-wrap: wrap;
    margin: 55px auto 0;
    max-width: 920px;
  }
}

.photo_item {
  padding: 15px;
  width: calc((100% - 60px) / 3);
  min-height: 280px;
  background-color: #fff;
  border: 1px solid #232584;
}
@media screen and (min-width: 768px) {
  .photo_item {
    margin: 0 30px 20px 0;
  }
  .photo_item:nth-child(3n) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .photo_item {
    min-height: 140px;
  }
}
@media screen and (min-width: 768px) {
  .photo_item figure {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
  }
  .photo_item figure a {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .photo_item figure {
    position: relative;
  }
  .photo_item figure::before {
    content: "";
    display: block;
    padding-top: 66.67%;
    overflow: hidden;
  }
  .photo_item figure img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.photo_item figure img {
  max-height: 100%;
  object-fit: scale-down;
}
.photo_item .item_text {
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .15em;
  color: #111;
}
@media screen and (max-width: 767px) {
  .photo_item .item_text {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}
.photo_item .item_text h3 {
  font-weight: 400;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .photo_item .item_text h3 {
    font-size: 1.8rem;
  }
}
.photo_item .item_text h3::before {
  content: "";
  display: inline-block;
  margin: -2px 5px 0 0;
  width: 12px;
  height: 12px;
  background-color: #111;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .photo_item .item_text h3::before {
    width: 15px;
    height: 15px;
  }
}
.photo_item .item_text h3:empty {
  display: none;
}

.house_outline {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .house_outline {
    padding-top: 50px;
  }
}

.house_outline_detail {
  margin: -90px 100px 0;
  padding: 90px 115px;
  background-color: #fff;
  border: 1px solid #232584;
  box-shadow: 1.368px 3.759px 19px 1px rgba(69, 69, 69, 0.3);
}
@media screen and (max-width: 767px) {
  .house_outline_detail {
    margin: -45px 20px 0;
    padding: 20px 25px 30px;
  }
}
.house_outline_detail h3 {
  font-size: 2.2rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .house_outline_detail h3 {
    font-size: 1.5rem;
  }
}
.house_outline_detail .detail_text {
  margin-top: 15px;
  line-height: 2.25;
  letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .house_outline_detail .detail_text {
    margin-top: 10px;
    font-size: 1rem;
    line-height: 1.7;
  }
}

.house_outline_info {
  padding: 30px 215px 0;
}
@media screen and (max-width: 767px) {
  .house_outline_info {
    padding: 30px 20px 0;
  }
}
.house_outline_info h3 {
  font-size: 1.6rem;
  font-weight: 400;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .house_outline_info h3 {
    font-size: 1.5rem;
  }
}
.house_outline_info .info_text {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .house_outline_info .info_text {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.house_outline_map {
  padding: 20px 100px 0;
}
@media screen and (max-width: 767px) {
  .house_outline_map {
    padding: 0 10px 0;
  }
}
.house_outline_map .map_box .map-embed {
  padding: 0 0 41.2%;
}
@media screen and (max-width: 767px) {
  .house_outline_map .map_box .map-embed {
    padding: 0 0 56.34%;
  }
}

@media screen and (max-width: 767px) {
  .sp_slide_wrap {
    position: relative;
    padding: 35px 20px 0;
  }

  .slide_count {
    position: absolute;
    top: 51px;
    right: 35px;
    padding-bottom: 2px;
    width: 45px;
    line-height: 18px;
    background-color: #942529;
    font-size: 1rem;
    color: #fff;
    text-align: center;
  }
}
.house_area {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .house_area {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .house_area h1.contents_ttl {
    display: none;
  }
}
.house_area .map_box .map-embed {
  padding: 0 0 61%;
}
@media screen and (max-width: 767px) {
  .house_area .map_box .map-embed {
    padding: 0 0 calc(100vh - 90px);
  }
}

.house_area_btnbox {
  margin: 70px 0 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .house_area_btnbox {
    margin: 20px 0 50px;
  }
}

.house_marker_txt {
  margin-top: 0.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  letter-spacing: .18em;
}
.house_marker_txt span {
  white-space: nowrap;
}
.house_marker_txt img {
  margin: 0 5px 0 -32px;
  width: 42px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .house_marker_txt {
    font-size: 1.3rem;
    letter-spacing: .15em;
  }
  .house_marker_txt img {
    margin: 0 5px 0 0;
    width: 25px;
  }
}
@media screen and (max-width: 364px) {
  .house_marker_txt {
    font-size: 1.2rem;
    letter-spacing: .1em;
  }
  .house_marker_txt img {
    margin: 0 5px 0 0;
    width: 20px;
  }
}

/*//////////////////////////
お問い合わせ
//////////////////////////*/
.contents_contact {
  padding-top: 115px;
}
@media screen and (max-width: 767px) {
  .contents_contact {
    padding-top: 45px;
  }
}

.contact_detail {
  margin-top: 60px;
  padding: 40px 0 65px;
  background-color: rgba(213, 221, 240, 0.4);
}
@media screen and (max-width: 767px) {
  .contact_detail {
    margin-top: 30px;
    padding: 5px 20px 45px;
  }
}

.contact_list {
  margin: 0 auto;
  width: 100%;
  max-width: 688px;
}
.contact_list dt {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .contact_list dt {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}
.contact_list dd {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .contact_list dd {
    margin-top: 5px;
  }
}
.contact_list .required {
  display: inline-block;
  margin: -3px 0 0 20px;
  padding-bottom: 2px;
  width: 44px;
  background-color: #e8554a;
  line-height: 16px;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .contact_list .required {
    margin: -2px 0 0 10px;
    width: 30px;
    line-height: 13px;
    font-size: 1rem;
  }
}

.contact_pravacy {
  margin: 20px auto 0;
  width: 100%;
  max-width: 688px;
}
.contact_pravacy a {
  text-decoration: underline;
}
.contact_pravacy a:hover {
  text-decoration: none;
}

.contact_btnbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 75px 0 85px;
}
@media screen and (max-width: 767px) {
  .contact_btnbox {
    margin: 35px 0 60px;
  }
}
.contact_btnbox > * {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .contact_btnbox > * {
    margin: 0 10px;
  }
}

*[class*="btn_"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.btn_contact {
  position: relative;
  width: 324px;
  height: 44px;
  background-color: #fff;
  border: 1px solid #232584;
  font-size: 2rem;
  letter-spacing: .25em;
  color: #232584;
}
.btn_contact .font_s {
  font-size: 1.8rem;
  padding: 0 0 2px 2px;
}
@media screen and (max-width: 767px) {
  .btn_contact {
    width: 220px;
    height: 30px;
    font-size: 1.3rem;
    letter-spacing: .05em;
  }
  .btn_contact .font_s {
    font-size: 1.2rem;
    padding: 0 0 1px 2px;
  }
}
.btn_contact .icon {
  width: 35px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .btn_contact .icon {
    width: 24px;
    height: 16px;
  }
}
.btn_contact::after {
  margin-left: 10px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #232584;
}
@media screen and (min-width: 768px) {
  .btn_contact::after {
    border-width: 8px 0 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn_contact::after {
    border-width: 5px 0 5px 6px;
  }
}
.btn_contact.size_s {
  width: 185px;
  height: 32px;
  font-size: 1.5rem;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .btn_contact.size_s {
    width: 160px;
    height: 26px;
    font-size: 1.2rem;
  }
}
.btn_contact.size_s .icon {
  width: 27px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .btn_contact.size_s .icon {
    width: 21px;
    height: 14px;
  }
}
.btn_contact.size_m {
  width: 240px;
  height: 32px;
  font-size: 1.5rem;
  letter-spacing: .1em;
}
@media screen and (max-width: 767px) {
  .btn_contact.size_m {
    width: 200px;
    font-size: 1.3rem;
  }
}
.btn_contact.size_m .icon {
  width: 27px;
  height: 18px;
}
@media screen and (max-width: 767px) {
  .btn_contact.size_m .icon {
    width: 21px;
    height: 14px;
  }
}
.btn_contact.size_m .font_s {
  font-size: 1.4rem;
  letter-spacing: .1em;
  padding: 0 0 1px 2px;
}
@media screen and (max-width: 767px) {
  .btn_contact.size_m .font_s {
    font-size: 1.2rem;
  }
}
.btn_contact:hover {
  background-color: #232584;
  color: #fff;
}
.btn_contact:hover::after {
  border-color: transparent transparent transparent #fff;
}

.btn_contact_b {
  position: relative;
  width: 300px;
  height: 45px;
  background-color: #232584;
  border: 1px solid #232584;
  font-size: 1.5rem;
  letter-spacing: .2em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_contact_b {
    width: 200px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.btn_contact_b .icon {
  width: 31px;
  height: 22px;
  fill: #fff;
}
@media screen and (max-width: 767px) {
  .btn_contact_b .icon {
    width: 18px;
    height: 13px;
  }
}
.btn_contact_b span {
  display: inline-block;
  padding-bottom: 2px;
}
.btn_contact_b:hover {
  background-color: #fff;
  color: #232584;
}
.btn_contact_b:hover .icon {
  fill: #232584;
}

.btn_more {
  width: 214px;
  height: 44px;
  background-color: #232584;
  border: 1px solid #232584;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .btn_more {
    width: 150px;
    height: 30px;
    font-size: 1.2rem;
  }
}
.btn_more::after {
  margin-left: 20px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
@media screen and (min-width: 768px) {
  .btn_more::after {
    border-width: 8px 0 8px 10px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more::after {
    border-width: 5px 0 5px 6px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more::after {
    margin-left: 10px;
  }
}
.btn_more.size_l {
  padding-left: 15px;
  width: 238px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .btn_more.size_l {
    border-radius: 3px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more.size_l {
    position: relative;
    padding-left: 0;
    width: 200px;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .btn_more.size_l::after {
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
  }
}
.btn_more.size_xl {
  width: 300px;
  height: 45px;
}
.btn_more:hover {
  background-color: #fff;
  color: #232584;
}
.btn_more:hover::after {
  border-color: transparent transparent transparent #232584;
}

.btn_send,
.btn_submit,
.btn_back {
  width: 160px;
  height: 44px;
  font-size: 1.5rem;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_send,
  .btn_submit,
  .btn_back {
    width: 200px;
    height: 32px;
    font-size: 1.2rem;
  }
}

.btn_send,
.btn_submit {
  background-color: #232584;
  border: 1px solid #232584;
}
.btn_send:hover,
.btn_submit:hover {
  background-color: #fff;
  color: #232584;
}

.btn_back {
  background-color: #666;
  border: 1px solid #666;
}
.btn_back:hover {
  background-color: #fff;
  color: #666;
}

/* parts */
input,
button,
textarea {
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  letter-spacing: .08em;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 1.5rem;
}

::-moz-placeholder {
  color: #ccc;
  font-size: 1.5rem;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
  font-size: 1.5rem;
}

input[type="email"],
input[type="text"],
input[type="tel"],
textarea,
select {
  width: 100%;
  height: 45px;
  padding: 8px 10px;
  border: 1px solid #919191;
  background-color: #fff;
  border-radius: 5px;
  transition: .4s;
}
@media screen and (max-width: 767px) {
  input[type="email"],
  input[type="text"],
  input[type="tel"],
  textarea,
  select {
    height: 40px;
  }
}

input:not([class^="btn_"]):not([type="radio"]):not(:disabled):hover,
input:not([class^="btn_"]):not([type="radio"]):focus,
textarea:focus {
  border: 1px solid #666;
  outline: none;
}

.ime_off {
  ime-mode: disabled;
}

.chk_list_wrap .hours {
  display: none;
  padding: 20px 0 0 10px;
  width: auto;
}
.chk_list_wrap .hours div {
  margin-bottom: 20px;
}
.chk_list_wrap .hours input, .chk_list_wrap .hours select {
  width: 30%;
}
@media screen and (min-width: 768px) {
  .chk_list_wrap .hours {
    margin-left: 140px;
  }
}
@media screen and (max-width: 767px) {
  .chk_list_wrap .hours p {
    margin-bottom: 5px;
  }
  .chk_list_wrap .hours div span {
    display: block;
    width: 100%;
  }
  .chk_list_wrap .hours input, .chk_list_wrap .hours select {
    width: 45%;
  }
}

.mw_wp_form_confirm .chk_list_wrap .hours {
  display: block !important;
  margin-left: 0;
  padding: 10px 0 0 10px;
}

.chk_list {
  display: flex;
}
.chk_list .mwform-radio-field {
  width: 140px;
  position: relative;
  display: inline-block;
  line-height: 22px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .chk_list .mwform-radio-field {
    line-height: 15px;
    width: 115px;
  }
}
@media screen and (min-width: 768px) {
  .chk_list .mwform-radio-field:nth-child(2) {
    width: 200px;
  }
}
.chk_list .mwform-radio-field input[type="radio"] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.chk_list .mwform-radio-field input[type="radio"] + .mwform-radio-field-text {
  display: inline-block;
  white-space: nowrap;
  padding-left: 32px;
}
@media screen and (max-width: 767px) {
  .chk_list .mwform-radio-field input[type="radio"] + .mwform-radio-field-text {
    padding-left: 22px;
  }
}
.chk_list .mwform-radio-field input[type="radio"] + .mwform-radio-field-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #919191;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .chk_list .mwform-radio-field input[type="radio"] + .mwform-radio-field-text::before {
    width: 15px;
    height: 15px;
    border-radius: 3px;
  }
}
.chk_list .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::before {
  background-color: #0075ff;
  border-color: #0075ff;
}
.chk_list .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 6px;
  width: 10px;
  height: 14px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .chk_list .mwform-radio-field input[type="radio"]:checked + .mwform-radio-field-text::after {
    left: 4px;
    width: 6px;
    height: 10px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
}

.ui-datepicker {
  z-index: 1000 !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close {
  display: none;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-clear {
  float: right;
  font-size: 1.4rem;
}

/* recupture */
.grecaptcha-badge {
  bottom: 70px !important;
  z-index: 1000;
}

/* 送信完了 */
.thanks {
  padding-top: 60px;
  text-align: center;
}

.thanks p {
  font-size: 1.8rem;
  line-height: 2;
}

/*------------------------
 information
------------------------*/
.company_info {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .company_info {
    padding-top: 30px;
  }
}
.company_info .contents_ttl {
  width: 656px;
}
@media screen and (max-width: 767px) {
  .company_info .contents_ttl {
    width: calc(100% - 40px);
  }
}

.company_outline_list {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 200px 0;
  border-top: 1px solid #232584;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .company_outline_list {
    margin: 25px 0 0;
  }
}
.company_outline_list dt, .company_outline_list dd {
  padding: 0 5px 2px;
  border-bottom: 1px solid #232584;
  line-height: 57px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .company_outline_list dt, .company_outline_list dd {
    padding: 11px 0 10px 20px;
    line-height: 1.7;
    font-size: 1.2rem;
  }
}
.company_outline_list dt {
  width: 170px;
  font-weight: 700;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .company_outline_list dt {
    width: 82px;
  }
}
.company_outline_list dd {
  width: calc(100% - 170px);
}
@media screen and (min-width: 768px) {
  .company_outline_list dd span + span {
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .company_outline_list dd {
    width: calc(100% - 82px);
  }
  .company_outline_list dd span {
    display: block;
  }
}

.company_message {
  position: relative;
  margin: 100px 100px 0;
  padding: 55px 0;
  background-color: #d5ddf0;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .company_message {
    margin: 50px 10px 0;
    padding: 35px 0;
  }
}
.company_message::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #232584;
  font-weight: 400;
}
.company_message h2 {
  margin-bottom: 15px;
  font-size: 2.5rem;
  font-weight: 400;
  letter-spacing: .15em;
  color: #232584;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .company_message h2 {
    font-size: 1.8rem;
  }
}
.company_message p {
  font-size: 1.8rem;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .company_message p {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}

.company_access {
  padding: 110px 0 120px;
}
@media screen and (max-width: 767px) {
  .company_access {
    padding: 50px 0;
  }
}
.company_access .contents_ttl {
  width: 468px;
}
@media screen and (max-width: 767px) {
  .company_access .contents_ttl {
    width: 235px;
  }
}

.company_access_map {
  padding: 50px 100px 0;
}
@media screen and (max-width: 767px) {
  .company_access_map {
    padding: 15px 10px 0;
  }
}
.company_access_map .map_box::before {
  content: "";
  display: block;
  padding-top: 60%;
}
@media screen and (max-width: 767px) {
  .company_access_map .map_box::before {
    padding-top: 86%;
  }
}

/*------------------------
 voice
------------------------*/
.voice_detail {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .voice_detail {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .voice_detail .contents_ttl {
    width: 360px;
  }
}

.voice_item_wrap {
  margin-top: 50px;
  padding: 75px 0 100px;
  background-color: #ebeef8;
}
@media screen and (max-width: 767px) {
  .voice_item_wrap {
    margin-top: 25px;
    padding: 45px 20px 50px;
  }
}

.voice_item {
  padding: 25px;
  background-color: #fff;
  box-shadow: 1.368px 3.759px 19px 1px rgba(69, 69, 69, 0.3);
}
@media screen and (min-width: 768px) {
  .voice_item {
    display: flex;
    padding: 85px 50px;
  }
}
.voice_item + .voice_item {
  margin-top: 75px;
}
@media screen and (max-width: 767px) {
  .voice_item + .voice_item {
    margin-top: 40px;
  }
}
.voice_item .image {
  position: relative;
  margin-top: 5px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .voice_item .image {
    width: 45%;
  }
}
.voice_item .image::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-color: #d5ddf0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .voice_item .image::before {
    top: 5px;
    left: 5px;
  }
}
.voice_item .text {
  letter-spacing: .2em;
}
@media screen and (min-width: 768px) {
  .voice_item .text {
    padding-left: 45px;
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .voice_item .text {
    padding-top: 15px;
  }
}
.voice_item .text h2 {
  position: relative;
  margin: 24px 0 14px;
  padding-left: 15px;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .voice_item .text h2 {
    margin: 20px 0 5px;
    font-size: 1.5rem;
  }
}
.voice_item .text h2::before {
  content: "";
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -5px;
  width: 5px;
  background-color: #942529;
}
@media screen and (max-width: 767px) {
  .voice_item .text h2::before {
    left: -2px;
    width: 2px;
  }
}
.voice_item .text .text_inner {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .voice_item .text .text_inner {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.voice_sttl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
  margin: 0 -.5em 0 -5px;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .voice_sttl {
    align-items: center;
    margin: 0;
    font-size: 1rem;
  }
}
.voice_sttl .name {
  display: flex;
  align-items: flex-end;
  padding-left: 65px;
  height: 30px;
  background: url(../img/voice/ic_voice.svg) 0 0/auto 30px no-repeat;
}
@media screen and (max-width: 767px) {
  .voice_sttl .name {
    align-items: center;
    padding-left: 40px;
    height: 20px;
    background-size: auto 20px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  width: 50px;
  height: 50px;
  border: 1px solid #232584;
  background-color: #fff;
  font-size: 1.5rem;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    margin: 0 7px;
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi a.current, .wp-pagenavi span.current {
  background-color: #232584;
  color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  opacity: .7;
}

.post-type-archive-news .no_results,
.post-type-archive-voice .no_results {
  border: 0;
}

.post-type-archive-news .no_results p,
.post-type-archive-voice .no_results p {
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}

/*------------------------
 quality
------------------------*/
.quality_summary {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .quality_summary {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .quality_summary .contents_ttl {
    width: 360px;
  }
}

.quality_summary_detail {
  padding: 30px 0 115px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quality_summary_detail {
    padding: 15px 20px 50px;
  }
}
.quality_summary_detail h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2;
  color: #232584;
  letter-spacing: .12em;
}
@media screen and (max-width: 767px) {
  .quality_summary_detail h2 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.summary_detail_img01 {
  margin: 0 auto;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .summary_detail_img01 {
    width: 120px;
  }
}

.summary_detail_img03 {
  margin: 0 auto;
  width: 260px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .summary_detail_img03 {
    width: 160px;
  }
}

.summary_detail_img02 {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  width: 480px;
  background: url(../img/quality/bg_quality_02.png) center center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .summary_detail_img02 {
    width: 100%;
  }
}
.summary_detail_img02 li {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .summary_detail_img02 li {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .summary_detail_img02 li {
    width: calc(50% - 25px);
    max-width: 165px;
  }
}
.summary_detail_img02.is-animated li {
  animation: bubble-in .6s ease-in forwards;
}
.summary_detail_img02.is-animated li:nth-child(2) {
  animation-delay: .6s;
}

.summary_detail_text {
  margin-top: 45px;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .summary_detail_text {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.summary_detail_point {
  margin: 85px auto 0;
  padding: 30px 0 30px 70px;
  background: url(../img/quality/bg_quality_point.png) 12px bottom/112px auto no-repeat;
  border: 2px solid #232584;
  font-size: 2.5rem;
  letter-spacing: .15em;
  color: #232584;
}
@media screen and (min-width: 768px) {
  .summary_detail_point {
    width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .summary_detail_point {
    margin: 20px -10px 0;
    padding: 14px 0 14px 35px;
    background-size: auto 46px;
    background-position: 5px bottom;
    border-width: 1px;
    font-size: 1.5rem;
    letter-spacing: .1em;
  }
}

.safe365 {
  padding: 80px 0;
  background-color: #eef1f9;
}
@media screen and (max-width: 767px) {
  .safe365 {
    padding: 20px 20px 50px;
  }
}

@media screen and (min-width: 768px) {
  .safe365_detail {
    display: flex;
  }
}
.safe365_detail figure {
  width: 400px;
  box-shadow: 1.368px 3.759px 19px 1px rgba(69, 69, 69, 0.3);
}
@media screen and (max-width: 767px) {
  .safe365_detail figure {
    width: 100%;
    box-shadow: 1px 2px 10px 1px rgba(69, 69, 69, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .safe365_detail .safe365_text {
    padding-left: 60px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 767px) {
  .safe365_detail .safe365_text {
    padding-top: 25px;
  }
}
.safe365_detail .safe365_text h2 {
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .safe365_detail .safe365_text h2 {
    font-size: 1.5rem;
  }
}
.safe365_detail .safe365_text p {
  margin-top: 15px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .safe365_detail .safe365_text p {
    font-size: 1rem;
    line-height: 1.7;
  }
}

.quality_flow {
  margin: 115px auto 120px;
}
@media screen and (max-width: 767px) {
  .quality_flow {
    margin: 45px auto 50px;
  }
}

.quality_flow_detail {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail {
    padding: 0 10px;
  }
}
.quality_flow_detail h2 {
  margin-bottom: 25px;
  padding-bottom: 2px;
  background-color: #232584;
  line-height: 58px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail h2 {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.quality_flow_detail .flow_item {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #cecece;
}
@media screen and (min-width: 768px) {
  .quality_flow_detail .flow_item {
    display: flex;
    height: 260px;
  }
  .quality_flow_detail .flow_item:nth-child(1) {
    z-index: 15;
  }
  .quality_flow_detail .flow_item:nth-child(2) {
    z-index: 14;
  }
  .quality_flow_detail .flow_item:nth-child(3) {
    z-index: 13;
  }
  .quality_flow_detail .flow_item:nth-child(4) {
    z-index: 12;
  }
  .quality_flow_detail .flow_item:nth-child(5) {
    z-index: 11;
  }
  .quality_flow_detail .flow_item:nth-child(6) {
    z-index: 10;
  }
  .quality_flow_detail .flow_item:nth-child(7) {
    z-index: 9;
  }
  .quality_flow_detail .flow_item:nth-child(8) {
    z-index: 8;
  }
  .quality_flow_detail .flow_item:nth-child(9) {
    z-index: 7;
  }
  .quality_flow_detail .flow_item:nth-child(10) {
    z-index: 6;
  }
  .quality_flow_detail .flow_item:nth-child(11) {
    z-index: 5;
  }
  .quality_flow_detail .flow_item:nth-child(12) {
    z-index: 4;
  }
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .flow_item {
    border-radius: 10px;
  }
}
.quality_flow_detail .flow_item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-right: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  transform: rotate(45deg) skew(-5deg, -5deg);
  z-index: 100;
}
.quality_flow_detail .flow_item + .flow_item {
  margin-top: 20px;
}
.quality_flow_detail .flow_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #eef1f9;
  font-weight: 700;
  line-height: 1;
  color: #232584;
}
@media screen and (min-width: 768px) {
  .quality_flow_detail .flow_num {
    width: 200px;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .flow_num {
    height: 80px;
    border-radius: 10px 10px 0 0;
  }
}
.quality_flow_detail .flow_num .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .flow_num .text {
    font-size: 1.2rem;
  }
}
.quality_flow_detail .flow_num .num {
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .flow_num .num {
    position: relative;
    padding-bottom: 15px;
    font-size: 3.5rem;
  }
  .quality_flow_detail .flow_num .num::after {
    content: "／12";
    position: absolute;
    bottom: 10px;
    right: -40px;
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .quality_flow_detail .item_text {
    display: flex;
    padding: 50px 50px 0;
    width: calc(100% - 200px);
  }
  .quality_flow_detail .item_text .item_text_inner {
    width: calc(100% - 200px);
    padding-right: 50px;
  }
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .item_text {
    padding: 15px;
  }
}
.quality_flow_detail .item_text h3 {
  margin-bottom: 25px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .item_text h3 {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
}
.quality_flow_detail .item_text p {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .item_text p {
    font-size: 1rem;
  }
}
.quality_flow_detail .item_text figure {
  margin-top: 10px;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .item_text figure {
    margin: 15px 35px 0;
    width: auto;
  }
}
.quality_flow_detail .item_text figure .disclaimer {
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .item_text figure .disclaimer {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .quality_flow_detail .sp_slide_wrap {
    padding: 25px 10px 0;
  }
}

/*------------------------
 リナージュ
------------------------*/
.flow_num02 {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  background-color: #eef1f9;
  font-weight: 700;
  line-height: 1;
  color: #232584;
}
@media screen and (min-width: 768px) {
  .flow_num02 {
    width: 200px;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .flow_num02 {
    align-items: center;
    height: 80px;
    border-radius: 10px 10px 0 0;
  }
}
.flow_num02 .text {
  font-size: 1.5rem;
  margin-left: 45px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .flow_num02 .text {
    font-size: 1.2rem;
    margin-left: 0px;
  }
}
.flow_num02 .text02 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .flow_num02 .text02 {
    font-size: 1.8rem;
  }
}
.flow_num02 .num02 {
  font-size: 2.8rem;
  text-align: left;
  margin-left: 45px;
}
@media screen and (min-width: 768px) {
  .flow_num02 .num02 {
    line-height: 1.3;
  }
}
@media screen and (max-width: 767px) {
  .flow_num02 .num02 {
    font-size: 2.6rem;
    margin-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .flow_num02 .num02 br {
    display: none;
  }
}

.quality_resistance {
  margin: 0px auto -40px;
}
@media screen and (max-width: 767px) {
  .quality_resistance {
    margin: 0px auto 50px;
  }
}

.quality_resistance_detail {
  padding: 0 80px;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail {
    padding: 0 10px;
  }
}
.quality_resistance_detail h2 {
  margin-bottom: 25px;
  padding-bottom: 2px;
  background-color: #232584;
  line-height: 58px;
  font-size: 2.5rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail h2 {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.quality_resistance_detail .hardware {
  padding: 65px 0 40px;
}
@media screen and (min-width: 768px) {
  .quality_resistance_detail .hardware {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware {
    padding: 0px 20px 10px;
  }
}
@media screen and (min-width: 768px) {
  .quality_resistance_detail .hardware_detail {
    display: flex;
  }
}
.quality_resistance_detail .hardware_detail figure {
  width: 410px;
  margin-top: 48px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail figure {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.quality_resistance_detail .hardware_detail figure .hardware_img02 {
  margin-top: 35px;
}
.quality_resistance_detail .hardware_detail figure .disclaimer {
  font-size: 13px;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail figure .disclaimer {
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 768px) {
  .quality_resistance_detail .hardware_detail .hardware_text {
    padding-right: 45px;
    width: calc(100% - 520px);
  }
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text {
    padding-top: 40px;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text h2 {
  margin-bottom: 10px;
  width: 123px;
  height: 37px;
  font-size: 1.8rem;
  font-weight: 200;
  line-height: 37px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text h2 {
    width: 100px;
    font-size: 1.5rem;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text h3 {
  position: relative;
  width: auto;
  height: 37px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 37px;
  color: #232584;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text h3 {
    font-size: 1.5rem;
    line-height: 2;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text h3:after {
  border-bottom: 3px dotted #232584;
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text h3:after {
    bottom: -5px;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text p {
  margin-top: 28px;
  padding-bottom: 22px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text p {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 18px;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text .hardware_text_box {
  position: relative;
  width: auto;
  height: auto;
  border: 1px solid #232584;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text .hardware_text_box {
    margin-bottom: 20px;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text .hardware_text_box p {
  margin: 10px 8px 8px 8px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  padding-bottom: 0px;
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text .hardware_text_box p {
    font-size: 1rem;
    line-height: 1.7;
  }
}
.quality_resistance_detail .hardware_detail .hardware_text .hardware_text_box h4 {
  position: absolute;
  width: 145px;
  text-align: center;
  z-index: 999;
  font-size: 15px;
  background-color: #FFFFFF;
  color: #232584;
  top: -12px;
  left: 23px;
}
@media screen and (min-width: 768px) {
  .quality_resistance_detail .hardware_detail .hardware_text .hardware_text02 {
    margin-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .quality_resistance_detail .hardware_detail .hardware_text .hardware_text02 .hardware_img03 {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .quality_resistance_detail .hardware_detail .hardware_text .hardware_text02 .hardware_img03 {
    width: 60%;
  }
}

/*------------------------
 qa
------------------------*/
.qa_detail {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .qa_detail {
    padding-top: 30px;
  }
}

.qa_item_wrap {
  padding-top: 65px;
}
@media screen and (max-width: 767px) {
  .qa_item_wrap {
    padding: 25px 10px 0;
  }
}

.qa_item {
  background-color: rgba(213, 221, 239, 0.4);
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .qa_item {
    padding: 35px 100px 0;
    min-height: 285px;
  }
}
@media screen and (max-width: 767px) {
  .qa_item {
    padding: 20px 10px 8px;
    min-height: 125px;
  }
}
.qa_item + .qa_item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .qa_item + .qa_item {
    margin-top: 30px;
  }
}
.qa_item dt {
  display: flex;
  align-items: center;
  padding-left: 80px;
  height: 66px;
  background-position: 5px center;
  background-size: auto 66px;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  font-weight: 700;
  color: #232584;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  .qa_item dt {
    padding-left: 40px;
    height: 32px;
    background-position: left center;
    background-size: auto 32px;
    font-size: 1.3rem;
    letter-spacing: .12em;
  }
}
.qa_item:nth-child(1) dt, .qa_item:nth-child(3n+1) dt {
  background-image: url(../img/qa/ic_qa_01.png);
}
.qa_item:nth-child(2) dt, .qa_item:nth-child(3n+2) dt {
  background-image: url(../img/qa/ic_qa_02.png);
}
.qa_item:nth-child(3n) dt {
  background-image: url(../img/qa/ic_qa_03.png);
}
.qa_item dd {
  display: flex;
  margin-top: 15px;
  padding: 35px 0;
  border-top: 1px dotted #232584;
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  .qa_item dd {
    margin-top: 10px;
    padding: 15px 0;
    font-size: 1rem;
    letter-spacing: .12em;
  }
}
.qa_item dd::before {
  content: "A";
  display: inline-block;
  margin: 0 35px 0 20px;
  font-size: 4rem;
  color: #7d2427;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .qa_item dd::before {
    margin: 0 20px 0 4px;
    font-size: 2rem;
  }
}
.qa_item p {
  display: flex;
  align-items: center;
  width: calc(100% - 85px);
  min-height: 40px;
}
@media screen and (max-width: 767px) {
  .qa_item p {
    width: calc(100% - 40px);
    min-height: 20px;
  }
}

.qa_info {
  margin: 100px 0 60px;
  padding: 90px 0 110px;
  background-color: #d5ddf0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .qa_info {
    margin: 50px 0;
    padding: 45px 0 50px;
  }
}

.qa_info_text01 {
  font-size: 2.2rem;
  line-height: 2;
  color: #232584;
  font-weight: 700;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  .qa_info_text01 {
    font-size: 1.2rem;
    line-height: 1.8;
  }
}

.qa_info_bubble {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto 10px;
  padding-bottom: 2px;
  width: 480px;
  line-height: 58px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #232584;
  font-size: 2.3rem;
  color: #232584;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  .qa_info_bubble {
    margin: 20px auto 5px;
    width: 240px;
    height: 30px;
    border-radius: 3px;
    font-size: 1.2rem;
  }
}
.qa_info_bubble::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: calc(50% - 7px);
  width: 14px;
  height: 14px;
  background-color: #fff;
  border-right: 1px solid #232584;
  border-bottom: 1px solid #232584;
  transform: rotate(45deg) skew(-5deg, -5deg);
}
@media screen and (max-width: 767px) {
  .qa_info_bubble::after {
    bottom: -6px;
    left: calc(50% - 6px);
    width: 12px;
    height: 12px;
  }
}

.qa_info_text02 {
  margin-bottom: 20px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: .15em;
}
@media screen and (max-width: 767px) {
  .qa_info_text02 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}

/*------------------------
 news_02
------------------------*/
.news_detail {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .news_detail {
    padding-top: 30px;
  }
}

.news_detail_inner {
  margin-top: 60px;
  padding: 70px;
  filter: drop-shadow(1.368px 3.759px 10px rgba(69, 69, 69, 0.3));
  background-color: #fff;
  border: 1px solid rgba(35, 37, 132, 0.5);
}
@media screen and (max-width: 767px) {
  .news_detail_inner {
    margin: 30px 20px 0;
    padding: 25px 20px 40px;
  }
}
.news_detail_inner .date {
  font-size: 1.3rem;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .news_detail_inner .date {
    font-size: 1rem;
  }
}
.news_detail_inner .border_sttl {
  margin: 20px 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .news_detail_inner .border_sttl {
    margin: 10px 0 20px;
    font-size: 1.5rem;
  }
}
.news_detail_inner .detail_text {
  line-height: 1.625;
  letter-spacing: .23em;
}
@media screen and (max-width: 767px) {
  .news_detail_inner .detail_text {
    font-size: 1rem;
  }
}

.news_back {
  margin: 70px 0 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_back {
    margin: 30px 0 50px;
  }
}

@media screen and (max-width: 767px) {
  .post-type-archive-news .top_news {
    padding: 30px 0 50px;
  }
}
.post-type-archive-news .top_news_detail {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .top_news_item {
    margin-top: 55px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-news .top_news_item {
    margin: 20px 20px 0;
  }
  .post-type-archive-news .top_news_item .news_time {
    font-size: 1rem;
  }
  .post-type-archive-news .top_news_item .news_time .ic_new {
    display: block;
    margin-bottom: 5px;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .top_news_item a {
    padding: 0 25px 0 70px;
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-news .top_news_item a {
    padding: 0;
  }
}
.post-type-archive-news .top_news_item .news_text {
  letter-spacing: .2em;
}
@media screen and (min-width: 768px) {
  .post-type-archive-news .top_news_item .news_text {
    padding: 0 30px;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 767px) {
  .post-type-archive-news .top_news_item .news_text {
    padding-bottom: 15px;
  }
}

/*# sourceMappingURL=style.css.map */
