@charset "UTF-8";
@media all and (max-width:767px) {
  html[lang="ja"] {
    margin: 0 !important;
  }
  #wpadminbar {
    display: none !important;
  }
}
.p-mv {
  padding-top: 134px;
  background: url(../../images/common/img_mv.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    padding-top: 55px;
  }
  .pc-only {
    display: none !important;
  }
}
.mw_wp_form_confirm .confirm_delite {
  display: none !important;
}
.p-voice-list__item__slider__item + .p-voice-list__item__slider__item {
  display: none !important;
}
.post-type-archive-voice .voice-list__item__slider__item + .voice-list__item__slider__item {
  display: none !important;
}
/* Webフォント
---------------------------------------------------------------------------- */
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 100;
  src: url("../../fonts/NotoSansJP-Thin.woff2") format("woff2"), url("../../fonts/NotoSansJP-Thin.woff") format("woff"), url("../../fonts/NotoSansJP-Thin.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 200;
  src: url("../../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../../fonts/NotoSansJP-Light.woff") format("woff"), url("../../fonts/NotoSansJP-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/NotoSansJP-DemiLight.woff2") format("woff2"), url("../../fonts/NotoSansJP-DemiLight.woff") format("woff"), url("../../fonts/NotoSansJP-DemiLight.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/NotoSansJP-Regular.woff") format("woff"), url("../../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/NotoSansJP-Medium.woff") format("woff"), url("../../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/NotoSansJP-Bold.woff") format("woff"), url("../../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/NotoSansJP-Black.woff2") format("woff2"), url("../../fonts/NotoSansJP-Black.woff") format("woff"), url("../../fonts/NotoSansJP-Black.ttf") format("truetype");
}
.m-notosans-thin {
  font-weight: 100;
  font-family: 'Noto Sans Japanese';
}
.m-notosans-light {
  font-weight: 200;
  font-family: 'Noto Sans Japanese';
}
.m-notosans-demi-light {
  font-weight: 300;
  font-family: 'Noto Sans Japanese';
}
.m-notosans-regular {
  font-weight: 400;
  font-family: 'Noto Sans Japanese';
}
.m-notosans-medium {
  font-weight: 500;
  font-family: 'Noto Sans Japanese';
}
.m-notosans-bold {
  font-weight: 700;
  font-family: 'Noto Sans Japanese';
}
.m-notosans-black {
  font-weight: 900;
  font-family: 'Noto Sans Japanese';
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
/* .m-container
---------------------------------------------------------------------------- */
.m-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-container {
    width: 95%;
  }
}
/* タイトル系
---------------------------------------------------------------------------- */
.m-required {
  display: inline-block;
  background: #DA350C;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px;
  margin-left: 10px;
  line-height: 1;
  height: 24px;
  vertical-align: middle;
}
.m-bh__wrp {
  background: #002D49;
  color: #fff;
}
.m-bh {
  display: table-cell;
  height: 200px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: middle;
}
.m-bh span {
  display: inline-block;
  font-size: 32px;
  font-size: 3.2rem;
  border-bottom: solid 4px #E8380D;
}
@media screen and (max-width: 767px) {
  .m-bh {
    height: 30vw;
    font-size: 4vw;
  }
  .m-bh span {
    font-size: 6vw;
  }
}
/* ボタン系
---------------------------------------------------------------------------- */
.m-button01 {
  width: 325px;
  height: 57px;
  text-align: center;
  background: #FF9100;
}
.m-button01 a {
  display: block;
  padding: 20px 0;
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .m-button01 {
    height: auto;
    width: 90%;
    margin: 0 auto;
  }
  .m-button01 a {
    padding: 5vw 2vw;
    font-size: 4vw;
  }
}
/* パーツ系
---------------------------------------------------------------------------- */
.m-thanks {
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  line-height: 1.8;
}
.m-half {
  width: 540px;
}
.m-half img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .m-half {
    width: 100%;
  }
}
/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.m-pageNavi {
  clear: both;
  text-align: center;
  padding: 20px 0;
  margin-top: 60px;
  position: relative;
  font-size: 12px;
  font-weight: 0.75rem;
  font-weight: bold;
  line-height: 14px;
}
.m-pageNavi a {
  padding: 9px 12px;
  margin: 0 3px;
  color: #002D49;
  background-color: #fff;
  border: 1px solid #002D49;
  border-radius: 4px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.m-pageNavi a:hover {
  background-color: rgba(5, 136, 206, 0.3);
  text-decoration: none;
}
.m-pageNavi .current {
  padding: 9px 12px;
  margin: 0 3px;
  background-color: #002D49;
  border: 1px solid #002D49;
  border-radius: 3px;
  color: #fff;
}
.m-pageNavi .prev, .m-pageNavi .next {
  padding: 9px 13px;
}
@media screen and (max-width: 767px) {}
/* お知らせ詳細
---------------------------------------------------------------------------- */
.m-editor-box p {
  padding-bottom: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright {
  float: right;
  margin-left: 10px;
}
.alignleft {
  float: left;
  margin-right: 10px;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}
@media screen and (max-width: 767px) {
  .m-editor-box p {
    font-size: 4vw;
    line-height: 1.7;
  }
}
/* お問い合わせ
---------------------------------------------------------------------------- */
.p-contact__content {
  padding: 0 0 60px 0;
}
.p-contact__content .mw_wp_form {
  padding: 200px 0 0;
  margin: -140px auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    padding: 0 0 5% 0;
  }
  .p-contact__content .mw_wp_form {
    padding: 120px 0 0;
    margin: -60px auto 0;
  }
}
.m-contact-content {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.m-tabe-ttl {
  padding-bottom: 20px;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  color: #002D49;
  letter-spacing: 0.1em;
}
.m-mwform {
  width: 100%;
  margin-bottom: 70px;
}
.m-mwform th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-mwform td {
  padding: 20px;
  width: 70%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
@media (max-width:575px) {
  .m-mwform th {
    display: block;
    padding-top: 1em;
    width: auto;
  }
  .m-mwform td {
    display: block;
    margin-bottom: 1em;
    padding: 0;
    width: auto;
  }
}
.m-mwform tr {
  border-bottom: dotted 1px #ccc;
}
.m-input-2col li {
  display: block;
  width: 50%;
  float: left;
}
.m-mwform-half {
  display: inline-block;
  /* width: 250px!important; */
  max-width: 250px !important;
}
.m-input-2col li input {
  margin-left: 5px;
}
.m-mwform select {
  display: block;
  width: 50%;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
  background: #fff;
}
.m-label {
  display: block;
  margin: 10px 0 5px;
}
.m-km {
  display: inline-block;
  margin-left: 10px;
}
.m-mwform textarea {
  width: 90%;
  height: 250px;
  border-radius: 6px;
  border: solid 1px #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
}
.m-mwform input[type="email"] {
  width: 90%;
  height: 40px;
  border-radius: 6px;
  border: solid 1px #ccc;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
}
.mw_wp_form_preview label {
  display: none;
}
.mw_wp_form_preview .m-label {
  display: none;
}
/* HUBスポット
---------------------------------------------------------------------------- */
.hubWrap {
  padding: 60px 0;
  background: #fff;
}
.hub--base {
  margin: auto;
  max-width: 980px;
}
.hub--base .hub_title {
  font-size: 25px;
  font-size: 2.5rem;
  color: #33475b;
  margin: 0 0 20px;
}
@media all and (max-width: 767px) {
  .hubWrap {
    padding: 30px 0;
  }
}
/*-------------------*/
.title_voice {
  max-width: 1000px;
  margin: 20px auto 20px;
  box-sizing: border-box;
}
.title_voice span {
  background: #F2F2F2;
  font-size: 2rem;
  display: block;
  font-weight: 700;
  border-left: solid 2px #e7380d;
  padding: 1em 0 1em .5em;
}
.kutikomiWrap {
  max-width: 1040px;
  margin: 0 auto 40px;
}
.kutikomiWrap .ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper .ti-review-item:last-child {
  display: none;
}
.kutikomiWrap .wp-gr .grw-header, .kutikomiWrap .wp-gr .grw-content {
  width: 100% !important;
}
.title_voice + .p-voice-wrapper {
  padding: 1rem 0 6.4rem;
}
@media all and (max-width: 767px) {
  .title_voice + .p-voice-wrapper {
    padding: 1rem 0 4rem;
  }
  .p-achievement-wrapper, .p-voice-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .p-achievement-wrapper > .p-achievement__item {
    padding: 0 !important;
  }
  .p-achievement-wrapper > .p-achievement__item, .p-voice-wrapper .p-voice__item {
    width: 48%;
    margin: 0 0 4% !important;
  }
  .p-achievement-wrapper > .p-achievement__item .achievement-list__item__img img, .p-voice-list__item__slider > .p-voice-list__item__slider__item img {
    width: 100%;
    height: auto;
  }
  .p-achievement__list, .p-voice__list {
    max-width: none !important;
  }
}
@media all and (max-width: 500px) {
  .p-achievement-wrapper, .p-voice-wrapper {
    display: block;
  }
  .p-achievement-wrapper > .p-achievement__item, .p-voice-wrapper .p-voice__item {
    width: 100%;
    margin: 0 0 2%;
  }
}
.archiveBaseWrap {
  padding: 30px 0 16px;
  background: #EBEBEB;
}
.list_archiveBase {
  max-width: 1000px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_archiveBase::after {
  content: '';
  display: block;
  width: 32%;
}
.list_archiveBase > li {
  width: 32%;
  background: #fff;
  margin: 0 0 2%;
  overflow: hidden;
  border-radius: 12px;
  padding: 0 0 50px;
  position: relative;
}
.list_archiveBase .archive_thumbnail {
  overflow: hidden;
}
.list_archiveBase .archive_thumbnail img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  transition: all .3s;
}
.list_archiveBase .archive_thumbnail:hover img {
  transform: scale(1.1);
}
.list_archiveBase .textBox {
  padding: 3% 5% 0;
}
.list_archiveBase .textBox .archive_time {
  font-size: 1.2rem;
  line-height: 1.33333;
  letter-spacing: 0;
  margin-bottom: 1rem;
}
.list_archiveBase .textBox .archove_voiceTitle {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  margin-bottom: 1rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_archiveBase .textBox .archive_title {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: #012c49;
  font-weight: 700;
  display: -webkit-box;
  margin-bottom: 1rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_archiveBase .textBox .archive_desc {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0;
  display: -webkit-box;
  margin-bottom: 2rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list_archiveBase .archive_btn {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: .03em;
  font-weight: 700;
  text-align: center;
  width: 90%;
  border: .1rem solid #c9380d;
  border-radius: 1.5rem;
  position: absolute;
  overflow: hidden;
  background: #fff;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: auto;
}
.list_archiveBase .archive_btn::before {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #c9380d;
  transition: all .4s;
}
.list_archiveBase .archive_btn a {
  display: block;
  color: #c9380d;
  opacity: 1 !important;
  transition: all .4s !important;
  padding: .6rem 0;
  position: relative;
  z-index: 5;
  letter-spacing: 0;
  text-decoration: none;
}
.list_archiveBase .archive_btn a::before {
  content: '';
  width: 8px;
  height: 8px;
  box-sizing: border-box;
  border-top: solid 1px #c9380d;
  border-right: solid 1px #c9380d;
  position: absolute;
  right: 7%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotateZ(45deg);
  transform-origin: center;
  transition: all .4s;
}
.list_archiveBase .archive_btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}
.list_archiveBase .archive_btn:hover a {
  color: #fff;
}
.list_archiveBase .archive_btn:hover a::before {
  border-color: #fff;
}
.list_archiveBase .textBox .p-achievement__item__type {
  border-radius: 50px;
  overflow: hidden;
}
.list_archiveBase .textBox .p-achievement__item__type a {
  display: block;
  padding: 6px 0;
  transition: all .3s;
  opacity: 1 !important;
}
.list_archiveBase .textBox .p-achievement__item__type a:hover {
  background: #c9380d;
  color: #fff;
}
@media all and (max-width: 767px) {
  .title_voice {
    margin: 15px auto;
  }
  .title_voice span {
    font-size: 1.8rem;
    padding: .6em 0 .6em .4em;
  }
  .archiveBaseWrap {
    padding: 5%;
  }
  .list_archiveBase {
    margin: 0 auto 10%;
  }
  .list_archiveBase > li {
    width: 48%;
  }
  .p-voice {
    margin: 0 !important;
  }
}
@media all and (max-width: 500px) {
  .list_archiveBase > li {
    width: 100%;
    margin: 0 0 5%;
  }
}
/*------------------------------*/
.voice_archiveKutikomi {
  padding: 1px 0;
}
.voice_archiveKutikomi .title_voice {
  max-width: 1312px;
  margin: 50px auto 10px;
}
@media all and (max-width: 767px) {
  .voice_archiveKutikomi .title_voice {
    width: 90%;
    margin: 10% auto 5%;
  }
}
/*------------------------------*/
.voice_EXmargin {
  margin: 50px auto 30px;
}
/*------------------------------*/
.sideFixed {
  position: absolute;
  z-index: 100;
  right: 0;
  top: 150px;
  margin: auto;
  width: 385px;
  height: 100px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .16);
}
.sideFixed a {
  transition: all .2s;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.sideFixed a span {
  display: block;
}
.sideFixed a span.img {
  width: 38.961%;
  overflow: hidden;
}
.sideFixed a span.img img {
  transition: all .4s;
}
.sideFixed a span.text {
  width: 61.039%
}
.sideFixed a:hover span.img img {
  transform: scale(1.1);
}
.sideFixed img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .sideFixed {
    bottom: -34.5vw;
    top: auto;
    width: 100%;
    height: auto;
    background: #000;
    padding: 8% 0 5%;
  }
  .sideFixed a {
    width: 96%;
    margin: 0 0 0 auto;
  }
}
/*------------------------------*/
.underFixed {
  position: absolute;
  z-index: 50;
  right: 0;
  top: 150px;
  margin: auto;
  width: 385px;
  height: 100px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .16);
}
.underFixed.type02 {
  top: 50px;
  z-index: 5;
}
.underFixed a {
  transition: all .2s;
  display: flex;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.underFixed a span {
  display: block;
}
.underFixed a span.img {
  width: 38.961%;
  overflow: hidden;
}
.underFixed a span.img img {
  transition: all .4s;
}
.underFixed a span.text {
  width: 61.039%
}
.underFixed a:hover span.img img {
  transform: scale(1.1);
}
.underFixed img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
@media all and (max-width: 767px) {
  .underFixed {
    display: none !important;
  }
}
/*------------------------------*/
.p-blog .blog_info {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  margin: 0 0 4.8rem
}
.p-blog .blog_inner {
  max-width: 1028px;
  margin: auto;
  padding: 70px 0 55px;
}
.p-blog .blog_thumbnail {
  width: 42.6%
}
.p-blog .blog_thumbnail img {
  max-width: 100%;
  height: auto;
}
.p-blog .blog_textBox {
  width: 57.7%;
  padding: 0 8.3rem;
  box-sizing: border-box
}
.p-blog .module-title {
  margin: 0 0 1.5rem
}
.p-blog .blog_lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  margin: 0 0 3.2rem
}
.p-blog .module-title__en {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e7380d;
  display: block;
  margin-bottom: 2rem;
  position: relative;
}
.p-blog .module-title__jp {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  position: relative;
  padding-top: 2rem;
  line-height: calc(40 / 32);
}
.p-blog .module-title__jp:before {
  position: absolute;
  content: '';
  height: .4rem;
  width: 4.2rem;
  background: #012e49;
  display: block;
  top: 0;
  left: 0;
}
.p-blog .module-title__jp:after {
  position: absolute;
  content: '';
  height: .4rem;
  width: 4.2rem;
  background: #e7380d;
  display: block;
  top: 0;
  left: 4.2rem;
}
.p-blog .blog_lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 3.2rem;
}
.module-btn {
  max-width: 260px;
  border: 1px solid #e7380d;
  font-size: 1.5rem;
  border-radius: 4rem;
  text-align: center;
  background: #fff;
  color: #e7380d;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .16);
}
.module-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #e7380d;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.module-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.module-btn .module-btn__link {
  position: relative;
  z-index: 3;
  color: #e7380d;
  display: block;
  padding: .8rem 0;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}
.module-btn:hover a.module-btn__link {
  color: #fff;
}
.module-btn .module-btn__link span {
  position: relative;
  z-index: 5;
}
.module-btn .module-btn__link::after {
  content: '';
  border-right: 2px solid #e7380d;
  border-bottom: 2px solid #e7380d;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  display: inline-block;
  width: .6rem;
  height: .6rem;
  transform: rotate(-45deg);
  position: absolute;
  right: 1.6rem;
  top: calc(50% - .4rem);
  transition: .3s ease-in-out;
}
.module-btn:hover .module-btn__link::after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
.list_blogSummary {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  margin: auto;
}
.list_blogSummary::after {
  content: '';
  width: 31.765%;
  display: block;
}
.list_blogSummary img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.list_blogSummary > li {
  width: 31.765%;
  margin: 0 0 3%;
}
.list_blogSummary > li a {
  display: block;
  text-decoration: none;
}
.list_blogSummary .thumbnail {
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .16);
  position: relative;
  height: 0;
  padding: 55% 0 0;
  margin: 0 0 2rem;
}
.list_blogSummary .thumbnail img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .4s;
}
.list_blogSummary a:hover .thumbnail img {
  transform: scale(1.1);
}
.list_blogSummary .time {
  color: #787878;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
}
.list_blogSummary .name {
  font-size: 1.6rem;
  color: #000;
  position: relative;
  padding: 1rem 5.5rem 1rem 0;
}
.list_blogSummary .linkParts {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, .16);
  width: 3.2rem;
  height: 3.2rem;
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 1px #e7380d;
  background: #fff;
  overflow: hidden;
}
.list_blogSummary .linkParts::before {
  content: '';
  position: absolute;
  right: 0;
  width: 0;
  height: 100%;
  background: #e7380d;
  transition: all .6s cubic-bezier(.8, 0, .2, 1) 0s;
}
.list_blogSummary .linkParts::after {
  content: '';
  width: .8rem;
  height: .8rem;
  border-right: .2rem solid #e7380d;
  border-bottom: .2rem solid #e7380d;
  border-top: .2rem solid transparent;
  border-left: .2rem solid transparent;
  position: absolute;
  left: .6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  transform: rotate(-45deg);
  z-index: 2;
  transition: all .6s cubic-bezier(.8, 0, .2, 1) 0s;
}
.list_blogSummary a:hover .linkParts:before {
  left: 0;
  width: 100%;
  right: auto;
}
.list_blogSummary a:hover .linkParts:after {
  border-right-color: #fff;
  border-bottom-color: #fff;
}
/**/
.js_slick00 {
  padding: 0 0 50px;
}
.js_slick00 .slick-dots {
  bottom: 1em;
}
.js_slick00 .slick-dots li {
  margin: 0 1em;
  width: auto;
  height: auto;
}
.js_slick00 .slick-dots li.slick-active {
  background: #f0f0f0;
  border-radius: 50%;
}
.js_slick00 .slick-dots li button {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  position: relative;
  font-size: 1.6rem;
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-weight: 700;
  color: #787878;
  padding: 0;
}
.js_slick00 .slick-dots li button::before {
  display: none;
}
.js_slick00 .slick-prev {
  top: auto;
  bottom: -12px;
  left: -35%;
  right: 0;
  margin: auto;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  text-indent: -99999px;
  box-shadow: .3rem .3rem .3rem rgba(0, 0, 0, .16);
  border: .1rem solid #e7380d;
  cursor: pointer;
  background: #e7380d !important;
}
.js_slick00 .slick-prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 50%;
  background: #fff;
  opacity: 1 !important;
}
.js_slick00 .slick-prev:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.js_slick00 .slick-prev::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: .2rem solid #fff;
  border-bottom: .2rem solid #fff;
  border-top: .2rem solid transparent;
  border-left: .2rem solid transparent;
  position: absolute;
  left: 1.6rem;
  top: 1.2rem;
  display: block;
  transform: rotate(135deg);
  z-index: 3;
}
.js_slick00 .slick-prev:hover::after {
  border-right: .2rem solid #e7380d;
  border-bottom: .2rem solid #e7380d;
}
.js_slick00 .slick-next {
  top: auto;
  bottom: -12px;
  left: 0;
  right: -35%;
  margin: auto;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  background: #e7380d !important;
  color: #fff;
  border-radius: 50%;
  position: absolute;
  z-index: 10;
  text-indent: -99999px;
  box-shadow: .3rem .3rem .3rem rgba(0, 0, 0, .16);
  border: .1rem solid #e7380d;
  cursor: pointer;
}
.js_slick00 .slick-next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 50%;
  background: #fff;
  opacity: 1 !important;
}
.js_slick00 .slick-next:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.js_slick00 .slick-next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border-right: .2rem solid #fff;
  border-bottom: .2rem solid #fff;
  border-top: .2rem solid transparent;
  border-left: .2rem solid transparent;
  position: absolute;
  left: .8rem;
  top: 1.2rem;
  display: block;
  transform: rotate(-45deg);
  z-index: 3;
}
.js_slick00 .slick-next:hover::after {
  border-right: .2rem solid #e7380d;
  border-bottom: .2rem solid #e7380d;
}
.voice-list__item__slider__dots {
  display: none !important;
}
@media all and (max-width: 767px) {
  .p-blog .blog_info {
    display: block;
    margin: 0 0 3rem
  }
  .p-blog .blog_inner {
    width: 100%;
    padding: 15% 5% 12%;
    box-sizing: border-box;
    background: #f5f5f5;
  }
  .p-blog .blog_thumbnail {
    width: 100%
  }
  .p-blog .blog_textBox {
    position: relative;
    width: 90%;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, .9);
    margin: -32vw auto 0;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .p-blog .module-title {
    margin: 0 0 2rem;
    text-align: center;
  }
  .p-blog .blog_lead {
    font-size: 1.5rem;
  }
  .p-blog .module-title__en {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .p-blog .module-title__jp {
    font-size: 3rem;
    padding-top: 1.5rem;
  }
  .p-blog .module-title__jp:before {
    margin: auto;
    left: 0;
    right: -21px;
    width: 21px;
    height: 2px;
  }
  .p-blog .module-title__jp:after {
    margin: auto;
    left: -21px;
    right: 0;
    width: 21px;
    height: 2px;
  }
  .module-btn {
    margin: auto;
  }
  .module-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: #e7380d;
    width: 100%;
    height: 100%;
    transition: transform .6s cubic-bezier(.8, 0, .2, 1) 0s;
    transform: scale(0, 1);
    transform-origin: right top;
  }
  .module-btn .module-btn__link {
    position: relative;
    z-index: 3;
    color: #e7380d;
    display: block;
    padding: .8rem 0;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s;
  }
  .module-btn .module-btn__link span {
    position: relative;
    z-index: 5;
  }
  .module-btn .module-btn__link::after {
    content: '';
    border-right: 2px solid #e7380d;
    border-bottom: 2px solid #e7380d;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: inline-block;
    width: .6rem;
    height: .6rem;
    transform: rotate(-45deg);
    position: absolute;
    right: 1.6rem;
    top: calc(50% - .4rem);
    transition: .3s ease-in-out;
  }
  .list_blogSummary {
    display: block;
  }
  .list_blogSummary::after {
    display: none;
  }
  .list_blogSummary > li {
    width: 90%;
    margin: 0 auto 8%;
  }
  .js_slick00 {
    padding: 0 0 80px;
  }
  .js_slick00 .slick-dots li {
    margin: 0 .5em;
  }
  .js_slick00 .slick-prev {
    left: 0;
    right: auto;
  }
  .js_slick00 .slick-next {
    left: auto;
    right: 0;
  }
}
/*------------------------------*/
#blog .blog_info {
  background: #f5f5f5;
  display: flex;
  align-items: center;
  margin: 0 0 4.8rem
}
#blog .blog_inner {
  max-width: 1028px;
  margin: auto;
  padding: 70px 0 55px;
}
#blog .blog_thumbnail {
  width: 42.3%
}
#blog .blog_thumbnail img {
  max-width: 100%;
  height: auto;
}
#blog .blog_textBox {
  width: 57.7%;
  padding: 0 8.3rem;
  box-sizing: border-box
}
#blog .module-title {
  margin: 0 0 1.5rem
}
#blog .blog_lead {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.86;
  margin: 0 0 3.2rem
}
#blog .module-title__en {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e7380d;
  display: block;
  margin-bottom: 2rem;
  position: relative;
}
#blog .module-title__jp {
  font-size: 4rem;
  font-weight: 700;
  display: block;
  position: relative;
  padding-top: 2rem;
  line-height: calc(40 / 32);
}
#blog .module-title__jp:before {
  position: absolute;
  content: '';
  height: .4rem;
  width: 4.2rem;
  background: #012e49;
  display: block;
  top: 0;
  left: 0;
}
#blog .module-title__jp:after {
  position: absolute;
  content: '';
  height: .4rem;
  width: 4.2rem;
  background: #e7380d;
  display: block;
  top: 0;
  left: 4.2rem;
}
#blog .blog_lead {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  margin: 0 0 3.2rem;
}
@media all and (max-width: 767px) {
  #blog .blog_info {
    display: block;
    margin: 0 0 3rem
  }
  #blog .blog_inner {
    width: 100%;
    padding: 15% 5% 12%;
    box-sizing: border-box;
    background: #f5f5f5;
  }
  #blog .blog_thumbnail {
    width: 100%
  }
  #blog .blog_textBox {
    position: relative;
    width: 90%;
    padding: 3rem 2.5rem;
    background: rgba(255, 255, 255, .9);
    margin: -32vw auto 0;
    box-sizing: border-box;
    border-radius: 5px;
  }
  #blog .module-title {
    margin: 0 0 2rem;
    text-align: center;
  }
  #blog .blog_lead {
    font-size: 1.5rem;
  }
  #blog .module-title__en {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  #blog .module-title__jp {
    font-size: 3rem;
    padding-top: 1.5rem;
  }
  #blog .module-title__jp:before {
    margin: auto;
    left: 0;
    right: -21px;
    width: 21px;
    height: 2px;
  }
  #blog .module-title__jp:after {
    margin: auto;
    left: -21px;
    right: 0;
    width: 21px;
    height: 2px;
  }
}
.none_text {
  text-align: center;
  font-size: 200%;
  font-weight: 700;
  padding: 20vh 0;
}
#confirm .hubWrap {
  display: none;
}
#thanks main {
  position: relative;
  z-index: 1000;
}
.grw-header {
  margin: auto !important;
}
.title_google {
  max-width: 1044px;
  margin: 2rem auto 3rem;
  background: #fff;
  text-align: center;
  color: #012D4A;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.273;
}
@media all and (min-width: 768px) {
  .sp_moreWrap .btn_moreWrap {
    display: none;
  }
}
@media all and (max-width: 767px) {
  .sp_moreWrap {
    overflow: hidden;
    position: relative;
    transition: all .8s ease;
  }
  .sp_moreWrap.active {
    height: auto !important;
    max-height: 1000vw !important;
    margin: 0 !important;
  }
  .sp_moreWrap.height01 {
    max-height: 175vw;
    margin: 0 auto 20%;
  }
  .sp_moreWrap.height02 {
    max-height: 430vw;
  }
  .sp_moreWrap.height03 {
    max-height: 250vw;
  }
  .sp_moreWrap.height04 {
    max-height: 100vw;
  }
  .sp_moreWrap .btn_moreWrap {
    padding: 2em 0;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    text-align: center;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 60%);
  }
  .sp_moreWrap .btn_moreWrap span {
    font-size: 1.5rem;
    font-weight: 700;
    display: inline-block;
    border-bottom: solid 1px #012D4A;
    padding: 0 1em 0 0;
    position: relative;
  }
  .sp_moreWrap .btn_moreWrap span::before {
    content: '';
    width: .6em;
    height: .6em;
    box-sizing: border-box;
    border-top: solid 2px #012D4A;
    border-right: solid 2px #012D4A;
    position: absolute;
    right: 0;
    top: 0;
    bottom: .4em;
    margin: auto;
    transform-origin: center;
    transform: rotateZ(135deg);
  }
}
/**/
@media all and (min-width: 768px) {
  .sideHub {
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    z-index: 10000;
    max-width: 205px;
  }
  .sideHub .sideHub_btn {
    background-color: #c8380d;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
  }
  .sideHub .sideHub_btn.open {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  .sideHub .sideHub_btn .contact__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.2rem 1.6rem;
    position: relative;
    cursor: pointer;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__img {
    width: 2.4rem;
    margin-right: .8rem;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__img img {
    max-width: 100%;
    height: auto;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__text {
    text-align: center;
    font-weight: 700;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3.2rem;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__text span {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .17em;
    display: block;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__text p {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
  }
  .sideHub .sideHub_btn .contact__btn::after {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem;
    border-top: .1rem solid #fff;
    border-right: .1rem solid #fff;
    position: absolute;
    right: 1.57rem;
    top: calc(50% - .2rem);
    transition: all .4s;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .sideHub .sideHub_btn.open .contact__btn::after {
    top: calc(50% - .4rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sideHub .field {
    margin-bottom: .5em !important;
  }
  .sideHub .sideHub_contents {
    display: none;
    background-color: #c8380d;
    padding: 1em;
    max-height: 55vh;
    overflow-y: scroll;
  }
  .sideHub .sideHub_contents::-webkit-scrollbar {
    width: .5rem
  }
  .sideHub .sideHub_contents::-webkit-scrollbar-track {
    border-radius: .5rem;
    -webkit-box-shadow: inset 0 0 6px rgba(1, 44, 73, .1);
    box-shadow: inset 0 0 6px rgba(1, 44, 73, .1)
  }
  .sideHub .sideHub_contents::-webkit-scrollbar-thumb {
    background-color: rgba(1, 44, 73, .5);
    border-radius: .5rem
  }
}
@media all and (max-width: 767px) {
  .sideHub {
    position: fixed;
    bottom: 2rem;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 10000;
    width: 80%;
    max-width: 300px;
  }
  .sideHub .sideHub_btn {
    background-color: #c8380d;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
	      border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, .1);
  }
  .sideHub .sideHub_btn.open {
    border-bottom-right-radius: 0rem;
    border-bottom-left-radius: 0rem;
  }
  .sideHub .sideHub_btn .contact__btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 1.2rem 1.6rem;
    position: relative;
    cursor: pointer;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__img {
    width: 2.4rem;
    margin-right: .8rem;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__img img {
    max-width: 100%;
    height: auto;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__text {
    text-align: center;
    font-weight: 700;
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3.2rem;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__text span {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .17em;
    display: block;
  }
  .sideHub .sideHub_btn .contact__btn .contact__btn__text p {
    font-size: 1.5rem;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
  }
  .sideHub .sideHub_btn .contact__btn::after {
    content: "";
    display: block;
    width: .7rem;
    height: .7rem;
    border-top: .1rem solid #fff;
    border-right: .1rem solid #fff;
    position: absolute;
    right: 1.57rem;
    top: calc(50% - .2rem);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: all .4s;
  }
  .sideHub .sideHub_btn.open .contact__btn::after {
    top: calc(50% - .4rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .sideHub .field {
    margin-bottom: .5em !important;
  }
  .sideHub .sideHub_contents {
    display: none;
    background-color: #c8380d;
    padding: 1em;
    max-height: calc(100dvh - 180px);
    overflow-y: scroll;
    box-sizing: border-box;
  }
  .sideHub .sideHub_contents::-webkit-scrollbar {
    width: .5rem
  }
  .sideHub .sideHub_contents::-webkit-scrollbar-track {
    border-radius: .5rem;
    -webkit-box-shadow: inset 0 0 6px rgba(1, 44, 73, .1);
    box-shadow: inset 0 0 6px rgba(1, 44, 73, .1)
  }
  .sideHub .sideHub_contents::-webkit-scrollbar-thumb {
    background-color: rgba(1, 44, 73, .5);
    border-radius: .5rem
  }
}