@charset "UTF-8";
/* MW WP Form
--------------------------------------------------------*/
.mw_wp_form .is-error {
  color: #b94a48 !important;
  background-color: #f2dede !important;
  border: 1px solid #eed3d7 !important;
}
.mw_wp_form .error {
  font-size: 1.4rem !important;
  line-height: 1.8 !important;
  color: #b70000 !important;
  display: block !important;
}

/* main visual
--------------------------------------------------------*/

.l-mv .items_inner {
  position: relative;
}
.l-mv .items figure {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: #000;
}
.l-mv .items figure:before {
  /* content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0045c5;
  opacity: 0.7; */
}
.l-mv .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}
.l-mv .items_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  max-width: 1000px;
  margin: 0 auto;
  right: 0;
}

.l-mv .items h2 {
  color: #fff;
  font-size: 5rem;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .l-mv .items h2 {
    font-size: 3.4rem;
  }
}
.l-mv .items_txt {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .l-mv .items_txt {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }
}
.l-mv .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: flex;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999px;
}
@media only screen and (max-width: 768px) {
  .l-mv .slick-dots {
    bottom: auto;
    top: 80%;
  }
}
.l-mv .slick-dots button {
  border-radius: 50%;
  border: none;
  padding: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  overflow: hidden;
  color: #fff;
  opacity: 0.5;
  outline: none;
  text-indent: -999px;
}
.l-mv .slick-dots li {
  margin: 0 5px;
}
.l-mv .slick-dots .slick-active button {
  opacity: 1;
}
.l-mv .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(1, 1, 1, 0.5);
  border: none;
  text-indent: -9999px;
  outline: none;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .l-mv .slick-arrow {
    width: 35px;
    height: 35px;
    display: none !important;
  }
}
.l-mv .slick-arrow:hover {
  background: #000;
}
.l-mv .slick-arrow:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .l-mv .slick-arrow:before {
    width: 30px;
  }
}
.l-mv .slick-arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 20px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .l-mv .slick-arrow:after {
    width: 10px;
    top: 14px;
  }
}
.l-mv .slick-prev {
  left: 1%;
}
.l-mv .slick-prev:after {
  left: 5px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  .l-mv .slick-prev:after {
    left: 2px;
  }
}
.l-mv .slick-next {
  right: 1%;
}
.l-mv .slick-next:after {
  right: 5px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .l-mv .slick-next:after {
    right: 2px;
  }
}

/* 404
---------------------------------------------------- */
.p-404 {
  background-color: #efefef;
  padding: 100px 0 100px;
  text-align: center;
  font-size: 1.8rem;
}
.p-404__title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-404__text {
  margin-bottom: 30px;
}
.p-404 a {
  color: #fff;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 9;
  text-decoration: none;
}
.p-404 a:hover {
  opacity: 1;
  color: #333;
}
.p-404 a:hover:before {
  animation: hover-in 0.3s forwards alternate;
}
.p-404 a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  transform: scale(0, 1);
  transition: all 0.3s;
  background: #fff;
  border: 2px solid #333;
}

@keyframes hover-in {
  0% {
    transform-origin: left top;
    transform: scale(0, 1);
  }
  100% {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
/* お問い合わせ完了ページ（Thanks）
---------------------------------------------------- */
.p-thank .content {
  padding: 0px 0 100px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-thank .content {
    padding: 0 0 50px;
  }
}
.p-thank figure {
  margin-bottom: 60px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-thank figure {
    margin-bottom: 30px;
  }
}
.p-thank figure img {
  margin: 0 auto;
  max-width: 120px;
}
@media only screen and (max-width: 768px) {
  .p-thank figure img {
    max-width: 80px;
  }
}
.p-thank .c-btn {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .p-thank .c-btn {
    margin-top: 30px;
  }
}

/* 記事詳細ページ（singlepage）
---------------------------------------------------- */
.c-single {
  letter-spacing: 0.05em;
  font-weight: 500;
}
.c-single .title {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-single .title {
    font-size: 3rem;
  }
}
.c-single .heading {
  margin-bottom: 30px;
}

.c-single .heading .c-datecat {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-single .heading {
    margin-bottom: 20px;
  }
}
.c-single .thumbnail img {
  margin-bottom: 20px;
}
.c-single a {
  text-decoration: underline;
  color: #0045c5;
  font-weight: 500;
}
.c-single p {
  margin-bottom: 30px;
  word-break: break-all;
}
.c-single ul,
.c-single ol {
  background-color: #f9f9f9;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.c-single ul {
  list-style: disc;
}
.c-single ol {
  list-style: decimal;
}
.c-single h2 {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  padding: 18px 27px;
  margin-bottom: 30px;
  background: #0045c5;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .c-single h2 {
    font-size: 2rem;
    padding: 10px 15px;
    line-height: 1.6;
  }
}
.c-single h2:after {
  content: "";
  display: block;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #0045c5;
  position: absolute;
  bottom: -10px;
  left: 20px;
}
.c-single h3 {
  padding: 18px 21px;
  font-size: 2.8rem;
  font-weight: 700;
  background: #f1f1f1;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-single h3 {
    font-size: 1.8rem;
    padding: 10px 15px;
    line-height: 1.6;
  }
}
.c-single h4 {
  font-size: 2rem;
  padding: 4px 0 4px 16px;
  border-left: 5px solid #1b3d7e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-single h4 {
    font-size: 1.8rem;
  }
}
.c-single h5 {
  font-size: 2rem;
  padding: 0px 0 15px;
  border-bottom: 5px solid #1b3d7e;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-single h5 {
    font-size: 1.8rem;
  }
}
.c-single h6 {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 30px;
}
.c-single blockquote {
  padding: 30px;
  border: 1px solid #666;
  position: relative;
  margin-bottom: 30px;
}
.c-single blockquote:before,
.c-single blockquote:after {
  font-family: fontello;
  font-size: 2rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  position: absolute;
  color: #666;
}
.c-single blockquote:before {
  content: "";
  top: -6px;
  left: -6px;
}
.c-single blockquote:after {
  content: "";
  bottom: -6px;
  right: -6px;
}
.c-single blockquote p {
  margin-bottom: 0 !important;
}
.c-single code {
  background-color: #eee;
  padding: 0px 5px 0px;
  border-radius: 2px;
  margin: 0 5px;
  border: solid 1px #bbb;
  color: #333;
  font-size: 1.6rem;
  line-height: 40px;
  display: inline-block;
  margin-bottom: 30px;
}
.c-single table {
  table-layout: fixed;
}
.c-single table tr:nth-child(odd) {
  background: #f9f9f9;
}
.c-single table th,
.c-single table td {
  padding: 15px 20px;
}

.pre-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  list-style: none;
  background: no-repeat;
  box-shadow: none;
  border: none;
  padding: 0;
  padding-top: 30px;
  border-radius: unset;
}
@media only screen and (max-width: 768px) {
  .pre-next {
    margin: 20px 0;
    padding-top: 0;
  }
}
.pre-next li {
  position: relative;
  border: 0 solid #ddd;
  font-size: 14px;
  list-style: none;
  -webkit-transition: background 0.2s ease;
  -o-transition: background 0.2s ease;
  transition: background 0.2s ease;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
.pre-next li:first-child {
  border-width: 1px 0 1px 1px;
  border-radius: 6px 0 0 6px;
}
.pre-next li:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 30px);
  background: #ddd;
}
.pre-next li:last-child {
  border-width: 1px 1px 1px 0;
  border-radius: 0 6px 6px 0;
}
.pre-next li:only-child {
  border-width: 1px;
  border-radius: 6px;
}
.pre-next li:only-child:after {
  display: none;
}
.pre-next li:before {
  font-size: 1.4rem;
  height: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: #0045c5;
  color: #fff;
  padding: 0 7px;
  pointer-events: none;
  font-weight: bold;
}
.pre-next a {
  color: #333;
  width: 100%;
  padding: 15px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .pre-next a {
    justify-content: center;
    padding: 10px 40px;
  }
}
.pre-next a .image {
  width: 120px;
  overflow: hidden;
}
.pre-next a .image .thumb {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.pre-next a .image .thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 768px) {
  .pre-next a .image {
    display: none;
  }
}
.pre-next a span {
  flex: 1;
  margin: 0 10px;
  font-size: 1.4rem;
  max-height: 40px;
  -webkit-line-clamp: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .pre-next a span {
    display: none;
  }
}
.pre-next .pre-post:before {
  left: 0px;
}
.pre-next .pre-post a {
  padding-right: 20px;
}
@media only screen and (max-width: 768px) {
  .pre-next .pre-post a:before {
    content: attr(data-prev);
  }
}
.pre-next .pre-post a span {
  margin-right: 0;
  margin-left: 15px;
}
.pre-next .next-post:before {
  right: 0px;
}
.pre-next .next-post a {
  text-align: right;
  width: 100%;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .pre-next .next-post a:before {
    content: attr(data-next);
  }
}
.pre-next .next-post a span {
  margin-left: 0;
  margin-right: 15px;
}
.pre-next .l-arrow:before {
  content: "";
  font-family: fontello;
}
.pre-next .r-arrow:before {
  content: "";
  font-family: fontello;
}

/* COMPONENT: c-btn
---------------------------------------------------- */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  text-transform: uppercase;
  width: 300px;
  height: 60px;
  border: 1px solid #fff;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    font-size: 1.5rem;
    height: 50px;
  }
}
.c-btn_wht {
  color: #fff;
  border-color: #fff;
}
@media screen and (min-width: 769px) {
  .c-btn_wht:hover {
    color: #000;
    background: #fff;
  }
}
.c-btn_blue {
  color: #fff;
  border-color: #0045c5;
  background: #0045c5;
}
@media screen and (min-width: 769px) {
  .c-btn_blue:hover {
    color: #0045c5;
    background: #fff;
  }
}
.c-btn_bla {
  color: #000;
  border-color: #000;
}
@media screen and (min-width: 769px) {
  .c-btn_bla:hover {
    color: #fff;
    background: #000;
  }
}

/* COMPONENT: c-tltTop
---------------------------------------------------- */
.c-tltTop {
  padding: 40px 0 60px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .c-tltTop {
    padding: 0px 0 30px;
    margin-bottom: 30px;
  }
}
.c-tltTop.pagetlt {
  color: #0045c5;
  padding: 0 0 0px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .c-tltTop.pagetlt {
    margin-bottom: 30px;
  }
}
.c-tltTop.pagetlt .c-tltTop_sub {
  position: static;
  transform: none;
  letter-spacing: 0.05em;
}
.c-tltTop.white {
  color: #fff;
}
.c-tltTop:before {
  font-size: 15rem;
  line-height: 1;
  opacity: 0.1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* font-family: "Noto Sans JPi", sans-serif; */
}
@media only screen and (max-width: 768px) {
  .c-tltTop:before {
    font-size: 5rem;
    position: relative;
    margin-bottom: -40px;
    top: 0;
    left: 0;
    transform: none;
    display: block;
  }
}
.c-tltTop h2 {
  font-size: 1.9rem;
  line-height: 1.6;
  margin: 0;
  font-family: "Noto Sans JPi", sans-serif;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .c-tltTop h2 {
    font-size: 1.8rem;
  }
}
.c-tltTop_sub {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 768px) {
  .c-tltTop_sub {
    font-size: 2rem;
  }
}

.c-list01 {
  display: flex;
  justify-content: space-between;
  margin-bottom: -60px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .c-list01 {
    display: block;
    margin-bottom: -30px;
  }
}
.c-list01 .item {
  width: 48.5%;
  margin-bottom: 60px;
}
.c-list01 .item a {
  display: flex;
}
.c-list01 .item a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .c-list01 .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.c-list01 .thumb {
  max-width: 135px;
  width: 30%;
  flex-shrink: 0;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .c-list01 .thumb {
    min-width: 100px;
    margin-right: 15px;
  }
}
.c-list01 .content {
  margin-top: 5px;
}
.c-list01 .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-list01 .title {
    font-size: 1.4rem;
  }
}
.c-list01 .c-datecat {
  margin-bottom: 5px;
}

.c-list02 .item {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .c-list02 .item {
    margin-bottom: 20px;
  }
}
.c-list02 .item:last-child {
  margin-bottom: 0;
}
.c-list02 .item a {
  display: flex;
}
.c-list02 .item a:hover {
  opacity: 0.7;
}
.c-list02 .item .thumb {
  width: 30%;
  max-width: 255px;
  margin-right: 20px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .c-list02 .item .thumb {
    margin-right: 10px;
  }
}
.c-list02 .item .title {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-list02 .item .title {
    font-size: 1.6rem;
  }
}
.c-list02 .item .c-datecat {
  margin-bottom: 5px;
}
.c-list02 .item .excerpt {
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-list02 .item .excerpt {
    display: none;
  }
}
.c-list02.fw .thumb {
  width: 50%;
  max-width: 400px;
  margin-right: 60px;
}
@media only screen and (max-width: 768px) {
  .c-list02.fw .thumb {
    width: 30%;
    max-width: 255px;
    margin-right: 10px;
  }
}
.c-list02.fw .c-datecat {
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-list02.fw .c-datecat {
    margin-bottom: 5px;
  }
}
.c-list02.fw .title {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .c-list02.fw .title {
    margin-bottom: 0;
  }
}

.c-list03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-list03 .item {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .c-list03 .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .c-list03 .item:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .c-list03 a {
    display: flex;
  }
}
.c-list03 a:hover {
  opacity: 0.7;
}
.c-list03 .thumb {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .c-list03 .thumb {
    margin-bottom: 0;
    width: 30%;
    max-width: 255px;
    margin-right: 10px;
  }
}
.c-list03 .c-datecat {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .c-list03 .c-datecat {
    margin-bottom: 5px;
  }
}
.c-list03 .title {
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .c-list03 .title {
    font-size: 1.6rem;
  }
}

.c-datecat {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-datecat .date {
  font-size: 1.6rem;
  color: #656565;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .c-datecat .date {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}
.c-datecat .cat {
  display: inline-block;
  font-weight: 500px;
  color: #fff;
  background: #0045c5;
  letter-spacing: 0.05em;
  font-size: 1.2rem;
  min-width: 85px;
  padding: 3px 5px;
  text-align: center;
  border-radius: 15px;
}

/* pagination
----------------------------------------------------- */
.pagination {
  padding: 50px 0 0;
}
.pagination .page-of {
  display: none;
}
.pagination .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination span,
.pagination a {
  border-radius: 50%;
}

.pagination .current,
.pagination a {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 40px;
  background: #fff;
  text-align: center;
  margin: 0 5px;
  color: #fff;
  border: 1px solid #0045c5;
  color: #0045c5;
}
.pagination .current {
  background: #0045c5;
  color: #fff;
}

.pagination .pn-next {
  font-size: 0;
  position: relative;
}
.pagination .pn-next:after {
  content: "";
  font-family: "fontello";
  left: 50%;
  top: 50%;
  font-size: 2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.pagination .pn-prev {
  font-size: 0;
  position: relative;
}
.pagination .pn-prev:after {
  content: "";
  font-family: "fontello";
  left: 50%;
  top: 50%;
  font-size: 2rem;
  position: absolute;
  transform: translate(-50%, -50%);
  font-weight: bold;
}

/* common */
.pd100,
.l-part {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .pd100,
  .l-part {
    padding: 50px 0;
  }
}

.pd50 {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .pd50 {
    padding: 25px 0;
  }
}

.pdt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .pdt100 {
    padding-top: 50px;
  }
}

.pdt50 {
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .pdt50 {
    padding-top: 25px;
  }
}

.pdb100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .pdb100 {
    padding-bottom: 50px;
  }
}

.pdb50 {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .pdb50 {
    padding-bottom: 25px;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

/* customize sidebar */
.widget_popularpost_widget .post-sidebar .items:nth-child(1) .img:before {
  content: "1";
  background: #ffea00;
}
.widget_popularpost_widget .post-sidebar .items:nth-child(2) .img:before {
  content: "2";
  background: #cfcfcf;
}
.widget_popularpost_widget .post-sidebar .items:nth-child(3) .img:before {
  content: "3";
  background: #945959;
}
.widget_popularpost_widget .post-sidebar .items:nth-child(4) .img:before {
  content: "4";
}
.widget_popularpost_widget .post-sidebar .items:nth-child(5) .img:before {
  content: "5";
}
.widget_popularpost_widget .post-sidebar .items:nth-child(6) .img:before {
  content: "6";
}
.widget_popularpost_widget .post-sidebar .items:nth-child(7) .img:before {
  content: "7";
}
.widget_popularpost_widget .post-sidebar .items:nth-child(8) .img:before {
  content: "8";
}
.widget_popularpost_widget .post-sidebar .items:nth-child(9) .img:before {
  content: "9";
}
.widget_popularpost_widget .post-sidebar .items:nth-child(10) .img:before {
  content: "10";
}
.widget_popularpost_widget .post-sidebar .img:before {
  content: "";
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1;
  width: 20px;
  height: 20px;
  background: #333333;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 3px;
  left: 3px;
}

/* Text limit */
.textlimit {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.textline__1 {
  line-height: 20px;
  max-height: 20px;
  -webkit-line-clamp: 1;
}

.textline__2 {
  line-height: 20px;
  max-height: 40px;
  -webkit-line-clamp: 2;
}

.textline__3 {
  line-height: 20px;
  max-height: 60px;
  -webkit-line-clamp: 3;
}

/* COMPONENT: c-title01
---------------------------------------------------- */
.c-title01 {
  color: #0045c5;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-title01 {
    margin-bottom: 30px;
  }
}
.c-title01 .big {
  font-size: 4rem;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .c-title01 .big {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.c-title01 small {
  display: block;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .c-title01 small {
    font-size: 1.3rem;
  }
}

/* COMPONENT: c-title02
---------------------------------------------------- */
.c-title02 {
  font-size: 2rem;
  border-bottom: 1px solid #8a8a8a;
  position: relative;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  padding-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .c-title02 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
.c-title02:after {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  bottom: -1px;
  left: 0;
  background: #0045c5;
}

/* COMPONENT: c-work
---------------------------------------------------- */
.c-work {
  position: relative;
  /*	&:before{
  		content:'';
  		position:absolute;
  		height:345px;
  		width:50vw;
  		background:#f3f3f3;
  		top:0;
  		right:0;
  		z-index:-1;
  	}*/
  /*&_tb{
  	background:#333333;
  	color:#fff;
      padding: 23px 35px;
  	max-width:535px;
  	flex-shrink: 0;
  	width:50%;
  	@include media(sp){
  		max-width:100%;
  		width:100%;
  		padding:15px 10px;
  	}
  	.row{
  		display:flex;
  		border-bottom:1px solid currentColor;
  	    padding: 22px 0;
  	    @include media(sp){
  	    	padding:15px 0;
  	    }
  	    &:last-child{
  	    	border:none;
  	    }
  	}
  	dt{
  		max-width:200px;
  		font-weight: bold;
  		width:50%;
  		margin-right:40px;
  		padding-left:5px;
  		text-align: left;
  		@include media(sp){
  			margin-right:20px;
  		}
  	}
  	dd{
  		flex:auto;
  		font-weight: 500;
  		word-break: break-word;
  	}
  }*/
}
.c-work .c-title01 {
  max-width: 500px;
  border-left: none !important;
}
.c-work .c-title01 .big {
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.c-work .container {
  position: relative;
  /*		&:before{
  			content:'';
  			position:absolute;
  			height:345px;
  			width:calc(100% - 125px);
  			background:#f3f3f3;
  			top:0;
  			right:0;
  			z-index:-1;
  		}*/
}
.c-work_ct {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width: 768px) {
  .c-work_ct {
    display: block;
  }
}
.c-work .image {
  flex: auto;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .c-work .image {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.c-work_inner {
  flex-shrink: 0;
  width: 50%;
  max-width: 535px;
}
.c-work_inner h3 {
  font-size: 1.8rem;
  border-left: 3px solid #0045c5;
  margin-bottom: 10px;
  padding-left: 10px;
}
.c-work_inner h4 {
  margin-bottom: 5px;
}
.c-work_inner p {
  margin-bottom: 10px;
}
.c-work_inner ul {
  margin-bottom: 10px;
}
.c-work_inner .block {
  margin-bottom: 20px;
}

.l-form {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .l-form {
    max-width: 500px;
  }
}
.l-form dl {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .l-form dl {
    display: block;
    margin-bottom: 20px;
  }
}
.l-form dt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 500;
  max-width: 200px;
  width: 100%;
  position: relative;
  padding-right: 40px;
  margin-right: 20px;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .l-form dt {
    max-width: unset;
    margin-bottom: 5px;
    font-size: 1.4rem;
    margin-right: 0;
  }
}
.l-form dt.required:after {
  content: "*";
  color: #fc0000;
  display: inline-block;
}
.l-form dd {
  flex: 1;
}
.l-form dd span {
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 5px;
}
.l-form .textarea_head {
  align-self: flex-start;
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  .l-form .textarea_head {
    margin-top: 0;
  }
}
.l-form .field_input {
  font-size: 1.6rem;
  line-height: 1.6;
  outline: none;
  padding: 20px 30px;
  display: block;
  width: 100%;
  border: 2px solid #333;
  letter-spacing: 0.05em;
  background: #e9e9e9;
  resize: none;
  border-color: transparent;
}
@media only screen and (max-width: 768px) {
  .l-form .field_input {
    padding: 10px;
    font-size: 1.4rem;
  }
}
.l-form .field_input.is-error {
  color: #b94a48 !important;
  background: #f2dede !important;
  border: 1px solid #eed3d7 !important;
}
.l-form .field_input:focus {
  border-color: #0045c5;
}
.l-form .submit_btn_wr {
  max-width: 680px;
  margin-left: auto;
}
.l-form .mwform-checkbox-field label {
  position: relative;
  padding-left: 25px;
}
.l-form .mwform-checkbox-field label input[type="checkbox"] {
  height: 20px;
  width: 20px;
  display: none;
}
.l-form .mwform-checkbox-field label input[type="checkbox"] + span:before {
  content: "";
  font-family: fontello;
  display: inline-block;
  color: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}
.l-form
  .mwform-checkbox-field
  label
  input[type="checkbox"]:checked
  + span:before {
  content: "";
  color: #0045c5;
}
.l-form textarea.field_input {
  font-family: inherit;
  height: 170px;
}
.l-form_submit {
  outline: none;
  display: block;
  width: 320px;
  background: #0045c5;
  border: 1px solid #0045c5;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
  padding: 18px 15px;
  margin: 75px auto 15px;
  font-family: inherit;
  margin-left: 70px;
}
@media only screen and (max-width: 768px) {
  .l-form_submit {
    margin-top: 40px;
    padding: 13px 10px;
    max-width: 100%;
    margin-left: auto;
  }
}

.c-table01 {
  max-width: 900px;
  margin: 0 auto;
}
.c-table01 .table_ttl {
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .c-table01 .table_ttl {
    font-size: 2rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
.c-table01 .row {
  display: flex;
  border-top: 1px solid #eee;
  padding: 27px 0;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .c-table01 .row {
    padding: 15px 0;
    align-items: flex-start;
  }
}
.c-table01 .row.map dd {
  width: 100%;
}
.c-table01 .row iframe {
  width: 100%;
}
.c-table01 dt {
  width: 200px;
  padding-left: 15px;
  margin-right: 50px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .c-table01 dt {
    max-width: 120px;
    width: 30%;
    margin-right: 15px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .c-table01 dt {
    min-width: 100px;
  }
}

/* basic layout
---------------------------------------------- */
* {
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-no__padding {
  padding: 0;
}
.l-no__margin {
  margin: 0;
}
.l-flex {
  display: flex;
}
.l-flex__no-wrap {
  flex-wrap: nowrap;
}
.l-flex__wrap {
  flex-wrap: wrap;
}
.l-flex__spb {
  justify-content: space-between;
}
.l-block {
  display: block;
}
.l-none {
  display: none;
}
.l-inline {
  display: inline;
}

/* until
-------------------------------------------------- */
.mt0 {
  margin-top: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mt1 {
  margin-top: 5px;
}

.mb1 {
  margin-bottom: 5px;
}

.ml1 {
  margin-left: 5px;
}

.mr1 {
  margin-right: 5px;
}

.mt2 {
  margin-top: 10px;
}

.mb2 {
  margin-bottom: 10px;
}

.ml2 {
  margin-left: 10px;
}

.mr2 {
  margin-right: 10px;
}

.mt3 {
  margin-top: 15px;
}

.mb3 {
  margin-bottom: 15px;
}

.ml3 {
  margin-left: 15px;
}

.mr3 {
  margin-right: 15px;
}

.mt4 {
  margin-top: 20px;
}

.mb4 {
  margin-bottom: 20px;
}

.ml4 {
  margin-left: 20px;
}

.mr4 {
  margin-right: 20px;
}

.mt5 {
  margin-top: 25px;
}

.mb5 {
  margin-bottom: 25px;
}

.ml5 {
  margin-left: 25px;
}

.mr5 {
  margin-right: 25px;
}

.mt6 {
  margin-top: 30px;
}

.mb6 {
  margin-bottom: 30px;
}

.ml6 {
  margin-left: 30px;
}

.mr6 {
  margin-right: 30px;
}

.mt7 {
  margin-top: 35px;
}

.mb7 {
  margin-bottom: 35px;
}

.ml7 {
  margin-left: 35px;
}

.mr7 {
  margin-right: 35px;
}

.mt8 {
  margin-top: 40px;
}

.mb8 {
  margin-bottom: 40px;
}

.ml8 {
  margin-left: 40px;
}

.mr8 {
  margin-right: 40px;
}

.mt9 {
  margin-top: 45px;
}

.mb9 {
  margin-bottom: 45px;
}

.ml9 {
  margin-left: 45px;
}

.mr9 {
  margin-right: 45px;
}

.mt10 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 50px;
}

.ml10 {
  margin-left: 50px;
}

.mr10 {
  margin-right: 50px;
}

/* l-pageTitle
-------------------------------------------------- */
.l-pageTitle {
  background-color: #cdcdcd;
  width: 100%;
  height: 325px;
  justify-content: center;
  align-items: center;
  display: flex;
  color: #fff;
  flex-direction: column;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* .l-pageTitle:after {
  content: "";
  background: rgba(0, 69, 197, 0.2);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */
.l-pageTitle .en {
  font-size: 2.2rem;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JPi", sans-serif;
  position: relative;
  z-index: 1;
}
.l-pageTitle .title,
.l-pageTitle h1,
.l-pageTitle h2 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 4rem;
  font-weight: bold;
}


/* l-header
-------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .home .l-header {
    position: fixed;
  }
}
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 20px 0;
  transition: 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .l-header {
    padding: 10px 0;
  }
}
.l-header.is-fixed {
  background: rgba(0, 69, 197, 0.4);
}
.l-header.static {
  position: static;
  background: #fff;
}
.l-header.static .gnav ul a {
  color: inherit;
}
@media only screen and (max-width: 768px) {
  .l-header.static {
    position: absolute;
    background: transparent;
  }
}
.l-header.static .l-header_lang {
  color: inherit;
}
.l-header.is-active .logo {
  transform: translateX(-90%);
}
.l-header.is-active .sp-menu span:nth-child(1) {
  top: 50%;
  transform: rotate(135deg);
}
.l-header.is-active .sp-menu span:nth-child(2) {
  opacity: 0;
}
.l-header.is-active .sp-menu span:nth-child(3) {
  top: 50%;
  transform: rotate(-135deg);
}
.l-header.is-active .l-header_right {
  transform: translateX(0);
}
.l-header h1 {
  margin-bottom: 0;
}
.l-header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header_right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .l-header_right {
    display: block;
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: 0.2s linear;
  }
}
.l-header_right_sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header_right_sp {
    display: block;
    padding: 18px;
    border-bottom: 1px solid #eee;
  }
}
.l-header_right .logo {
  transform: none !important;
}
.l-header .logo {
  max-width: 140px;
  transition: 0.2s linear;
}
@media only screen and (max-width: 768px) {
  .l-header .logo {
    max-width: 91px;
  }
}
.l-header_contact {
  color: #fff;
  background: #0045c5;
  font-size: 1.6rem;
  border-radius: 50px;
  text-align: center;
  width: 170px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  border: 1px solid #0045c5;
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .l-header_contact {
    margin: 10px 0 30px 30px;
  }
}
.l-header_contact:hover {
  background: #fff;
  color: #0045c5;
}
.l-header_lang {
  background: none;
  color: #fff;
  border: none;
  outline: none;
  display: block;
}
.l-header_lang_sp {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header_lang_sp {
    display: block;
  }
}
.l-header_lang_sp img {
  margin: 0 auto;
}
.l-header_lang_sp .flags {
  display: flex;
  justify-content: center;
}
.l-header_lang_sp li {
  margin: 0 5px;
}
.l-header_lang_wr {
  margin: 0 15px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .l-header_lang_wr {
    display: none;
  }
}
.l-header_lang_wr li {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .l-header_lang_wr {
    text-align: center;
  }
}
.l-header_lang_wr .main-lang {
  display: flex;
  align-items: center;
}
.l-header_lang_wr .main-lang .flags li {
  max-width: 20px;
  margin-right: 5px;
}
.l-header_lang_wr .sub-lang {
  position: absolute;
  font-size: 1.3rem;
  z-index: 2;
  width: 200%;
  padding: 36% 50% 32%;
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.1);
  display: none;
}
.l-header_lang_wr .sub-lang li {
  margin: 0 0 20%;
  display: block;
}
.l-header_lang_wr .sub-lang li:last-child {
  margin-bottom: 0;
}
.l-header_lang_wr .sub-lang a {
  display: block;
  color: #333;
  position: relative;
}
.l-header_lang_wr .sub-lang a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.l-header_lang_wr .sub-lang a:hover:before {
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left top;
  transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
  .l-header_lang {
    color: initial;
    margin: 0 auto;
    padding: 15px 0;
  }
}
.l-header_lang option {
  color: initial;
  font-size: 1.4rem;
  line-height: 1.6;
}
.l-header .sp-menu {
  display: none;
  background: white;
  border-radius: 50%;
  position: relative;
  display: none;
  height: 45px;
  width: 45px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .l-header .sp-menu {
    display: block;
  }
}
.l-header .sp-menu span {
  background: #0045c5;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 20px;
  height: 2px;
}
.l-header .sp-menu span:nth-child(1) {
  top: calc(50% - 7px);
}
.l-header .sp-menu span:nth-child(2) {
  top: 50%;
}
.l-header .sp-menu span:nth-child(3) {
  top: calc(50% + 7px);
}
.l-header .lang-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header .lang-sp {
    display: block;
    position: absolute;
    right: 90px;
    top: 24px;
  }
  .l-header .lang-sp:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.l-header .lang-sp_box {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  position: absolute;
  width: 50px;
  top: 21px;
  left: 0;
  display: none;
}

/* gnav
-------------------------------------------------- */
.home .gnav ul a:before {
  background: #fff;
}

.gnav ul {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .gnav ul {
    display: block;
  }
}
.gnav ul a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative;
}
.gnav ul a:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #222;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.gnav ul a:hover:before {
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left top;
  transform: scaleX(1);
}
@media only screen and (max-width: 768px) {
  .gnav ul a {
    color: initial;
  }
}
.gnav li {
  margin: 0 15px;
  position: relative;
}
.gnav li.menu-item-has-children > a:before {
  display: none;
}
@media only screen and (max-width: 768px) {
  .gnav li {
    /*text-align: center;*/
    padding: 15px 0;
  }
}
.gnav .sub-menu {
  position: absolute;
  font-size: 1.3rem;
  z-index: 2;
  width: 300%;
  padding: 0% 70% 0%;
  padding: 36% 70% 32%;
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  box-shadow: 5px 5px 5px 2px rgba(0, 0, 0, 0.1);
  display: none;
  color: #333;
}
.gnav .sub-menu li {
  margin: 0 0 20%;
  display: block;
}
.gnav .sub-menu li:last-child {
  margin-bottom: 0;
}
.gnav .sub-menu li a {
  font-size: 1.3rem;
  color: #333 !important;
}
.gnav .sub-menu li a:before {
  background: #222 !important;
}

.l-main {
  transition: 0.2s linear;
}
.l-main.is-active {
  transform: translateX(-90%);
}

/* l-footer
------------------------------------------------------ */
.l-footer {
  background-color: #000;
  color: #fff;
  padding: 50px 0;
}
.l-footer .privacy {
  font-size: 1.3rem;
  line-height: 1.6;
}
.l-footer .copy {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #616161;
}
.l-footer_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .l-footer_inner {
    display: block;
    position: relative;
    padding-bottom: 50px;
  }
}
.l-footer_l,
.l-footer_r {
  width: 40%;
}

.l-footer_child_r {
  width: 34%;
}

.l-footer_child_l {
  width: 20%;
}

@media only screen and (max-width: 768px) {
  .l-footer_l,
  .l-footer_r {
    width: 100%;
  }

  .l-footer_child_r,
  .l-footer_child_l {
    width: 100%;
  }
}
.l-footer_logo {
  max-width: 160px;
  margin-bottom: 10px;
}

.footer_bot {
  display: flex;
  justify-content: space-between;
  margin-top: 68px;
  flex-wrap: wrap-reverse
}

@media only screen and (max-width: 768px) {
  .l-footer_logo {
    max-width: 120px;
    margin: 0 auto 30px;
  }
}
.l-footer_social {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  /* .l-footer_social {
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: 25px;
  } */
  .l-footer_social {
    width: 100%;
    justify-content: center;
  }
  .copy {
    width: 100%;
  }
  .privacy {
    display: none;
  }
}
.l-footer_social img {
  width: 25px;
}
@media only screen and (max-width: 768px) {
  .l-footer_social img {
    width: 27px;
  }
}
.l-footer_social a {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .l-footer_social a {
    margin: 0 10px;
  }
}
.l-footer_social a:last-child img {
  width: 30px;
}
.l-footer_branch {
  margin-bottom: 30px;
}
.l-footer_branch_tlt {
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .l-footer_branch_tlt {
    font-size: 1.4rem;
  }
}
.l-footer_branch_txt {
  display: flex;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .l-footer_branch_txt {
    font-size: 1.4rem;
  }
}
.l-footer_branch figure {
  display: block;
  width: 20px;
  margin-top: 4px;
  margin-right: 10px;
  text-align: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .l-footer_branch figure {
    margin-top: 3px;
  }
}
.l-footer_branch img {
  margin: 0 auto;
  width: auto;
  max-height: 20px;
}
.l-footer .toTop {
  position: fixed;
  bottom: 90px;
  right: 10px;
  z-index: 100;
}
.l-footer .toTop span {
  background: #0045c5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* fmenu
-------------------------------------------------- */
.fmenu {
  display: flex;
}
.fmenu_l,
.fmenu_r {
  flex: 1;
}
@media only screen and (max-width: 768px) {
  .fmenu {
    display: none;
  }
}
.fmenu-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .fmenu-sp {
    margin-bottom: 30px;
    display: grid;
    text-align: left;
    grid-column: 2;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    grid-template-areas:
      "a b"
      "c d"
      "e d";
  }
  .fmenu-sp ul {
    width: 100%;
  }

  .fnav {
    margin-bottom: 20px;
  }

  .fmenu-sp .fnav:nth-child(3) {
    grid-area: c;
  }
  .fmenu-sp .fnav:nth-child(4) {
    grid-area: e;
    margin-top: -40px;
  }
  .fmenu-sp .fnav:nth-child(5) {
    grid-area: d;
  }
  .fmenu-sp li {
    font-size: 1.4rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .fmenu-sp .fnav a.tlt {
    margin-bottom: 10px;
  }
}
.fmenu-sp .icon-right-open {
  display: none;
}

/* fnav
-------------------------------------------------- */
.fnav {
  margin-bottom: 30px;
}
.fnav_tlt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
}
.fnav a {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #b2b2b2;
  position: relative;
}
.fnav a:hover {
  text-decoration: underline;
}
.fnav a.tlt {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}
.fnav a.tlt:hover {
  text-decoration: none;
}

/* l-layout
------------------------------------------------------ */
.single-2column {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .single-2column {
    flex-direction: column;
  }
}
.single-2column .l-layout--content {
  flex: 1 1 auto;
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .single-2column .l-layout--content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.single-2column .l-layout--sidebar {
  flex: 0 0 300px;
}
@media only screen and (max-width: 768px) {
  .single-2column .l-layout--sidebar {
    width: 100%;
  }
}

/* l-sidebar
------------------------------------------------------ */
/*
  breadcrumb（パンくず）
  ---------------------------------------------------- */
.breadcrumbs.none .container {
  display: none;
}


.breadcrumbs {
  padding: 20px 0 40px 0;
}


.breadcrumbs span {
  font-size: 1.5rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs span {
    font-size: 1.2rem;
  }
}

.breadcrumbs > span:last-child {
  color: #0045c5;
}

.breadcrumbs span a {
  color: #333;
  display: inline;
  font-size: inherit;
}

.breadcrumbs span a:after {
  font-family: fontello;
  content: "";
  padding: 0 10px;
  font-weight: bold;
  font-size: 1rem;
}

/* Sidebar -Widget
------------------------------------------------------ */
.sidebar-main {
  background: #fff;
  padding: 20px 0px 50px;
  border-top: 1px solid #d4d4d4;
  position: relative;
}
.sidebar-main:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 30%;
  height: 2px;
  background-color: #1b3d7e;
}
.sidebar-main:last-child {
  margin-bottom: 0;
}
.sidebar-main .sidebar-title {
  text-transform: uppercase;
  font-size: 1.6rem;
  color: #0045c5;
  margin-bottom: 20px;
  font-weight: bold;
}
/*.sidebar-main img {*/
/*  width: 100%;*/
/*}*/

.wide-layout ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.wide-layout ul li {
  margin-bottom: 30px;
}
.wide-layout ul li .side-ranking-title {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
}
.wide-layout ul li .side-ranking-meta {
  margin-top: 15px;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img img {
  display: none;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img a {
  overflow: hidden;
  display: block;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img a img {
  width: 100%;
  height: auto;
  display: block;
  background: #fff;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease,
    border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease,
    border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}
.wide-layout ul li .side-ranking-meta .side-ranking-img a:hover img {
  -webkit-filter: opacity(0.8);
  filter: opacity(0.8);
}
.wide-layout ul li .side-ranking-meta .side-ranking-info {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
}
.wide-layout ul li .side-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wide-layout ul li .side-ranking-btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.wide-layout ul li .side-ranking-btn a {
  width: 100%;
  height: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.wide-layout ul li:last-child {
  margin-bottom: 0;
}
.wide-layout ul li:first-child .side-ranking-title {
  border-color: #ffcf24;
}
.wide-layout ul li:nth-child(2) .side-ranking-title {
  border-color: #a0a9b1;
}
.wide-layout .color-button01 a {
  line-height: 40px;
  font-size: 1.4rem;
}
.wide-layout .color-button02 a {
  line-height: 40px;
  font-size: 1.4rem;
}

.simple-style .side-ranking-title {
  border-bottom: 1px solid;
  padding-left: 45px;
  padding-bottom: 3px;
  letter-spacing: 0;
}
.simple-style .side-ranking-title img {
  width: 45px;
  position: absolute;
  left: -2px;
  bottom: 4px;
}

.c-profile {
  text-align: center;
}
.c-profile .img {
  width: 110px;
  height: 110px;
  margin: 0 auto 10px auto;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.c-profile .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.c-profile .name {
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 5px;
}
.c-profile .job {
  font-size: 1.4rem;
  color: #999;
  margin-bottom: 3px;
}
.c-profile .profile-sns {
  margin-top: 10px;
}

.link--wrap a {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  padding: 8px 12px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 13px;
  color: #fff;
  background: #666;
}

.searchform {
  position: relative;
}
.searchform .screen-reader-text {
  display: none;
}
.searchform .label__submit {
  display: inherit;
  margin-bottom: 10px;
}
.searchform .label__submit:before {
  content: "";
  font-family: fontello;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  height: 45px;
  width: 34px;
  background: none;
  display: inline-block;
  font-size: 2rem;
  color: #aaa !important;
  line-height: 45px;
}
.searchform input[type="text"] {
  background-color: #fff;
  border: 1px solid #ddd;
  height: 45px;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  padding-right: 40px;
  font-size: 1.3rem;
  -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease,
    border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease,
    border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease,
    -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  -o-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease,
    opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease,
    bottom 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}
.searchform input[type="text"]:focus {
  border: 1px solid #0094c8;
}
.searchform input[type="submit"] {
  display: none;
}

.tagcloud a {
  display: inline-block;
  vertical-align: top;
  margin: 4px;
  padding: 4px;
  line-height: 2.8rem;
  font-weight: 500;
  border-radius: 2px;
  text-align: center;
}

.recent-post.c-list01 .c-list01_items {
  width: 100%;
  margin-right: 0;
}

.post-sidebar .items {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.post-sidebar .items:last-child {
  margin-bottom: 0;
}
.post-sidebar .items a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.post-sidebar .items .img {
  width: 33%;
  margin-right: 10px;
}
.post-sidebar .items .img .thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.post-sidebar .items .img .thumb img {
  width: 100%;
  height: 100%;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.post-sidebar .items .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.post-sidebar .items .inner {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  /* temporary */
  display: none;
}
.post-sidebar .items .inner .date {
  margin-right: 10px;
}
.post-sidebar .items .tlt p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #333;
  font-weight: bold;
  line-height: 18px;
  max-height: 36px;
  margin-bottom: 3px;
}
.post-sidebar .items .view p {
  font-size: 1.2rem;
  color: #aaa;
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-sidebar .items .view span {
  position: relative;
}
.post-sidebar .items .view span:before {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.2rem;
  left: -15px;
  top: 0px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.post-sidebar .items .date p {
  font-size: 1.2rem;
  color: #aaa;
}

.twobutton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 30px;
}

.color-button01 {
  margin: 0 5px;
}
.color-button01 a {
  border-radius: 6px;
  text-align: center;
  padding: 0px 80px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
}
.color-button01 a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #c07800 !important;
  box-shadow: 0 0 0 #c07800 !important;
  -webkit-transition: all 0.01 ease-in-out;
  -o-transition: all 0.01 ease-in-out;
  transition: all 0.01 ease-in-out;
}

.color-button02 {
  margin: 0 5px;
}
.color-button02 a {
  border-radius: 6px;
  text-align: center;
  padding: 0px 80px;
  line-height: 60px;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
}
.color-button02 a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #c07800 !important;
  box-shadow: 0 0 0 #c07800 !important;
  -webkit-transition: all 0.01 ease-in-out;
  -o-transition: all 0.01 ease-in-out;
  transition: all 0.01 ease-in-out;
}

@media (max-width: 767px) {
  .wide-layout ul li .side-ranking-title {
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .wide-layout ul li .side-btn-box {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wide-layout ul li .side-ranking-btn {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: 100%;
    margin: 5px auto;
  }
}
@media print {
  .post-sidebar .items .tlt p {
    font-size: 1.6rem;
  }

  .color-button01 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button01 a {
    width: 100%;
    display: block;
  }

  .color-button02 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button02 a {
    width: 100%;
    display: block;
  }

  .wide-layout .color-button01 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
  .wide-layout .color-button02 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .post-sidebar .items .tlt p {
    font-size: 1.6rem;
  }

  .color-button01 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button01 a {
    width: 100%;
    display: block;
  }

  .color-button02 {
    display: block;
    width: 100%;
    margin: 5px 0px;
  }
  .color-button02 a {
    width: 100%;
    display: block;
  }

  .wide-layout .color-button01 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
  .wide-layout .color-button02 a {
    line-height: 60px;
    font-size: 1.6rem;
  }
}
.widget_pages ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_pages ul li:last-child {
  border-bottom: none;
}
.widget_pages ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_pages ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_pages ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}

.widget_popularpost_widget .post-sidebar .img {
  position: relative;
}

.widget_categories ul li,
.widget_archive ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_categories ul li a,
.widget_archive ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_categories ul li a:hover:after,
.widget_archive ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_categories ul li a:after,
.widget_archive ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}
.widget_categories label,
.widget_archive label {
  font-size: 0;
  position: relative;
  display: none;
}
.widget_categories select,
.widget_archive select {
  width: 100%;
  height: 40px;
  border: 1px solid #ddd;
  padding-left: 10px;
  z-index: 1;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background: url("../img/60781.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.widget_categoryC select {
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  padding-left: 10px;
  z-index: 1;
  background: transparent;
  position: relative;
  font-size: 1.6rem;
  -webkit-appearance: none;
  background: url("../img/60781.png");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}

.widget_meta ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_meta ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_meta ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_meta ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}

.widget_calendar table caption {
  padding: 8px 0;
  margin-bottom: 8px;
  background: #ececec;
}
.widget_calendar table tr th {
  text-align: center;
  padding: 3px 0;
}
.widget_calendar table tr td {
  text-align: center;
  font-size: 1.4rem;
  padding: 3px 0;
}
.widget_calendar #calendar_wrap {
  background: #fff;
  padding-bottom: 8px;
}
.widget_calendar #prev a {
  color: #333 !important;
  font-size: 1.4rem;
}
.widget_calendar #next a {
  color: #333 !important;
}

.widget_pages ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_pages ul li:last-child {
  border-bottom: none;
}
.widget_pages ul li a {
  display: block;
  padding: 10px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_pages ul li a:hover:after {
  right: 5px;
  -webkit-transform: translate(1px, 0);
  -ms-transform: translate(1px, 0);
  transform: translate(1px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_pages ul li a:after {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 1.4rem;
  right: 10px;
  color: #666;
}

.intro-site .intro-text {
  margin-top: 5px;
  text-align: center;
  color: #333;
}

.widget_rss h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.widget_rss h4 .rsswidget {
  font-size: 1.6rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
}
.widget_rss ul li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.widget_rss ul li a {
  font-size: 1.6rem;
  color: #333;
  font-weight: bold;
  display: block;
}
.widget_rss ul li .rss-date {
  font-size: 1.4rem;
  padding: 5px 0;
  display: block;
}
.widget_rss ul li .rssSummary {
  font-size: 1.4rem;
  display: block;
}
.widget_rss ul li cite {
  display: none;
}

.widget_nav_menu ul li {
  border-bottom: 1px dotted #ddd;
  margin: 0;
  padding: 0;
  position: relative;
}
.widget_nav_menu ul li:last-child {
  border-bottom: none;
}
.widget_nav_menu ul li .sub-menu {
  padding-left: 15px;
}
.widget_nav_menu ul li .sub-menu a {
  border-bottom: none;
}
.widget_nav_menu ul li a {
  display: block;
  padding: 10px 20px;
  margin: 0;
  position: relative;
  color: #666;
}
.widget_nav_menu ul li a:hover {
  -webkit-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  transform: translate(5px, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.widget_nav_menu ul li a:before {
  content: "";
  font-family: fontello;
  position: absolute;
  font-size: 0.9rem;
  line-height: 14px;
  top: 50%;
  left: 0;
  color: #fff;
  background: #333;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(-50%);
  text-indent: 2px;
}
.widget_nav_menu ul .menu-item-has-children {
  border-bottom: none;
}
.widget_nav_menu ul .menu-item-has-children a {
  border-bottom: 1px dotted #ddd;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gallery dt a {
  width: 100%;
  display: block;
  position: relative;
  padding-top: 100%;
}
.gallery dt a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* l-part
---------------------------------------------- */
/* l-resource
---------------------------------------------- */
.l-resource {
  background: #f1f1f1;
}
.l-resourceList {
  margin-bottom: 30px;
}
.l-resource .c-tltTop:before {
  content: "RESOURCE";
  color: #0045c5;
}
.l-resource .c-tltTop h2 {
  color: #0045c5;
}
.l-resource .c-tltTop_sub {
  color: #0045c5;
}
.l-resourceTab {
  background: #fff;
}
.l-resourceTab.bg01 {
  background: #f1f1f1;
}
.l-resourceTab .tab {
  display: flex;
}
.l-resourceTab .tab button {
  flex: 1;
  transition: 0.3s;
  font-size: 1.6rem;
  background: #e4e4e4;
  color: #333;
  border: none;
  outline: none;
  padding: 15px 10px;
  font-family: "Noto Sans JPi", sans-serif;
  text-transform: uppercase;
  margin: 0 0;
  display: block;
}
.l-resourceTab .tab button:hover {
  background-color: #ddd;
}
.l-resourceTab .tab button.active {
  background-color: #0045c5;
  color: #fff;
  position: relative;
}
.l-resourceTab .tab button.active:before {
  content: "";
  display: block;
  border-top: 15px solid #0045c5;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
@media only screen and (max-width: 768px) {
  .l-resourceTab .tab button.active:before {
    border-top: 10px solid #0045c5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
}
.l-resourceTab .tabcontent {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .l-resourceTab .tabcontent {
    padding: 30px 20px;
  }
}
.l-resourceTab .items {
  margin: 15px 0;
}
.l-resourceTab .items_inner {
  display: flex;
}
.l-resourceTab .items_img {
  max-width: 135px;
  width: 100%;
}
.l-resourceTab .items figure {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.l-resourceTab .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-resourceTab .items a {
  display: block;
}
.l-resourceTab .items a:hover {
  opacity: 0.7;
}
.l-resourceTab .items_info {
  padding-left: 20px;
}
.l-resourceTab .items_date {
  color: #656565;
  font-size: 1.6rem;
  line-height: 1.6;
}
.l-resourceTab .items_tlt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
}

/* l-service
---------------------------------------------- */
.l-service .c-tltTop:before {
  content: "SERVICE";
  color: #0045c5;
}
.l-service .c-tltTop h2 {
  color: #0045c5;
}
.l-service .c-tltTop_sub {
  color: #0045c5;
}
.l-serviceList {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}
.l-serviceList .items {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items {
    margin-bottom: 100px;
  }
  .l-serviceList .items:last-child {
    margin-bottom: 0;
  }
}
.l-serviceList .items_inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items_inner {
    display: block;
  }
}
.l-serviceList .items:nth-child(odd) .items_info {
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items:nth-child(odd) .items_info {
    padding-left: 0;
  }
}
.l-serviceList .items:nth-child(even) .items_inner {
  flex-direction: row-reverse;
}
.l-serviceList .items:nth-child(even) .items_info {
  padding-right: 30px;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items:nth-child(even) .items_info {
    padding-right: 0;
  }
}
.l-serviceList .items_img {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items_img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.l-serviceList .items_info {
  width: 55%;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items_info {
    width: 100%;
  }
}
.l-serviceList .items figure {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}
.l-serviceList .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-serviceList .items_tlt {
  font-size: 2.4rem;
  line-height: 1.6;
  color: #0045c5;
  font-weight: bold;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items_tlt {
    font-size: 1.8rem;
  }
}
.l-serviceList .items_txt01 {
  font-size: 1.9rem;
  line-height: 1.6;
  color: #0045c5;
  font-family: "Noto Sans JPi", sans-serif;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items_txt01 {
    font-size: 1.6rem;
  }
}
.l-serviceList .items_txt02 {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items_txt02 {
    font-size: 1.4rem;
  }
}
.l-serviceList .items .c-btn {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .l-serviceList .items .c-btn {
    margin-left: auto;
    width: 100%;
  }
}

/* l-work
---------------------------------------------- */
.l-work {
  background-color: #333;
  background-image: url("../img/l-work-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.l-work .c-tltTop:before {
  content: "OUR WORK";
  color: #fff;
}
.l-work .c-tltTop h2 {
  color: #fff;
}
.l-work .c-tltTop_sub {
  color: #fff;
}
.l-workCtrl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px solid #EAEAEA;
}

.l-workCtrl a {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  border: none;
  outline: none;
  cursor: pointer;
  background: #fff;
}

.l-workCtrl a:not(:first-child) {
  margin-left: 15px;
}

.l-workCtrl a span {
  padding: 0 15px;
  color: #6C6C6C;

}

.l-workCtrl a.active span {
  color: #0045c5;
}

.l-workCtrl a.active::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #0045c5;
  display: block;
}

.filterWork {
  background-color: white;
  border-radius: 10px;
  border: 1px solid #EAEAEA;
}

.filterWork .items_inner {
  border-radius: 10px;
}

.filterWork .items_content {
  padding: 10px;
}

.filterWork .work_tags {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}

.filterWork .work_tag {
  background: #D2E4FE;
  border-radius: 12px;
  font-size: 12px;
  color: #004ECC;
  padding: 3px 8px;
  font-weight: bold;
  margin: 0 5px 5px 0;
}

.filterWork .items_see_more {
  font-size: 16px;
  color: #004ECC;
  font-weight: 700;
}

.filterWork .items_see_more a {
  display: flex;
  align-items: center;
}

.filterWork .items_see_more_icon {
  width: 16px;
  height: 16px;
  background-color: #004ECC;
  color: white;
  display: flex;
  align-items: center;
  border-radius: 50%;
  margin-left: 5px;
}

.filterWork .items_see_more_icon i {
  font-size: 8px;
  margin: auto;
}

.l-workList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 20px;
}

.work-item {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (max-width: 768px) {
  .l-workList {
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.l-workList .items {
  width: calc((100% / 3) - 30px);
  margin: 0 15px 30px;
}
@media only screen and (max-width: 768px) {
  .l-workList .items {
    width: 100%;
    margin: 0 0 30px;
  }
}
.l-workList .items:hover .items_txt {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.l-workList .items_inner {
  position: relative;
  overflow: hidden;
}
.l-workList .items_img {
  width: 100%;
}
.l-workList .items figure {
  width: 100%;
  padding-top: 55.75%;
  position: relative;
  overflow: hidden;
}

.l-workList .items_txt {
  font-size: 1.9rem;
  line-height: 1.6;
  color: black;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 69, 197, 0.7);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateY(100%);
}

.l-workList .items_desc {
  color: #6C6C6C;
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (max-width: 768px) {
  .l-workList .items_txt {
    transform: translateY(0);
  }
}
.l-workList .filterWork {
  display: none;
}
.l-workList .show {
  display: block;
}

/* l-voice
---------------------------------------------- */
.l-voice {
  background-image: url("../img/l-voice-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .l-voice {
    background-size: cover;
  }
}
.l-voice .c-tltTop:before {
  content: "VOICE";
  color: #fff;
}
.l-voice .c-tltTop h2 {
  color: #fff;
}
.l-voice .c-tltTop_sub {
  color: #fff;
}
.l-voice .items {
  background: #252525;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  transform: scale(0.92);
}
.l-voice .items .button {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #484848;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  padding: 3px 0;
  display: none;
}
.l-voice .items .button span {
  display: block;
  transform: scaleY(-1);
}
@media only screen and (max-width: 768px) {
  .l-voice .items .button {
    display: block;
  }
}
.l-voice .items .button.active span {
  transform: none;
}
.l-voice .items_inner {
  padding: 50px 80px;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_inner {
    padding: 30px 20px 50px;
    position: relative;
  }
}
.l-voice .items_top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_top {
    margin-bottom: 20px;
  }
}
.l-voice .items_img {
  width: 100px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_img {
    width: 70px;
    margin-right: 10px;
  }
}
.l-voice .items_img figure {
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.l-voice .items_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.l-voice .items_info {
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_info {
    padding-left: 0px;
  }
}
.l-voice .items_tlt {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.6;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_tlt {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}
.l-voice .items_describe {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_describe {
    font-size: 1.4rem;
    word-break: break-word;
  }
}
.l-voice .items_txt {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .l-voice .items_txt {
    font-size: 1.3rem;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    /* number of lines to show */
    -webkit-box-orient: vertical;
    transition: 0.2s ease;
  }
}
.l-voice .items_txt.active {
  -webkit-line-clamp: initial;
  /* number of lines to show */
}
.l-voice .items.slick-center {
  transform: scale(1);
}
.l-voice .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(1, 1, 1, 0.5);
  border: none;
  text-indent: -9999px;
  outline: none;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-arrow {
    width: 35px;
    height: 35px;
  }
}
.l-voice .slick-arrow:before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-arrow:before {
    width: 30px;
  }
}
.l-voice .slick-arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  position: absolute;
  top: 20px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-arrow:after {
    width: 10px;
    top: 14px;
  }
}
.l-voice .slick-prev {
  left: 18.5%;
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-prev {
    left: 1.5%;
  }
}
.l-voice .slick-prev:after {
  left: 5px;
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-prev:after {
    left: 2px;
  }
}
.l-voice .slick-next {
  right: 18.5%;
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-next {
    right: 1.5%;
  }
}
.l-voice .slick-next:after {
  right: 5px;
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .l-voice .slick-next:after {
    right: 2px;
  }
}

/* l-comCon
---------------------------------------------- */
.l-comCon_inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .l-comCon_inner {
    display: block;
  }
}
.l-comCon .items {
  position: relative;
  flex: 1;
  overflow: hidden;
  background: rgba(0, 69, 197, 0.6);
}
.l-comCon .items_inner {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .l-comCon .items_inner {
    height: auto;
    padding-bottom: 64%;
  }
}
.l-comCon .items:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  transition: 2s ease;
}
.l-comCon .items:nth-child(1):before {
  background-image: url("../img/l-comCon-01.jpg");
}
.l-comCon .items:nth-child(2):before {
  background-image: url("../img/l-comCon-02.jpg");
}
.l-comCon .items:hover:before {
  transform: scale(1.1);
}
.l-comCon .items a {
  display: block;
  position: relative;
}
.l-comCon .c-tltTop {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .l-comCon .c-tltTop {
    padding-bottom: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.l-comCon .c-tltTop h2 {
  color: #fff;
}
.l-comCon .c-tltTop_sub {
  color: #fff;
  position: relative;
  top: unset;
  bottom: unset;
}

/* double p - 09-01-2020*/
.single-work_entry {
  padding-top: 30px;
}
.single-work_entry h3 {
  font-size: 1.8rem;
  border-left: 2px solid #0045c5;
}

.page-contact .l-pageTitle {
  background-image: url("../img/pagettl/contact.jpg");
}
.page-contact .contact-message {
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-contact .contact-message {
    padding-bottom: 30px;
  }
}
.page-contact .policy {
  padding-top: 15px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .page-contact .policy {
    margin-bottom: 30px;
  }
}
.page-contact .policy_ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-contact .policy_ttl {
    margin-bottom: 10px;
  }
}
.page-contact .policy_box {
  height: 150px;
  overflow-y: auto;
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-contact .policy_box {
    margin-bottom: 10px;
  }
}
.page-contact .policy_cb {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.page-contact .policy_cb_wr {
  margin-bottom: 10px;
}
.page-contact .policy_link a {
  color: #0045c5;
}
.page-contact .captcha_box {
  max-width: 350px;
  margin: 0 auto;
}
.page-contact .captcha_box img {
  border-radius: 5px;
}
.page-contact .captcha_box input[type="text"] {
  outline: none;
  border: none;
  width: 120px;
  height: 40px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  padding: 0 10px;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
}
.page-contact .mw_wp_form_confirm .form-additional {
  display: none;
}

.page-company .l-pageTitle {
  background-image: url("../img/pagettl/company.jpg");
}
.page-company .sec-message {
  background: #f5f5f5;
}
/*.page-company .sec-message .message_block {
  display: flex;
}*/
@media only screen and (max-width: 768px) {
  .page-company .sec-message .message_block {
    flex-wrap: wrap;
  }
}
.page-company .sec-message .message_block .image {
  width: 41.6%;
  flex-shrink: 0;
  margin-right: 40px;
  max-width: 100%;
  margin-bottom: 20px;
  float: left;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-message .message_block .image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }
}
.page-company .sec-message .message_block .title {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 20px;
  color: #0648c5;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-message .message_block .title {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.page-company .sec-message .message_block p {
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-message .message_block p {
    margin-bottom: 20px;
  }
}
.page-company .sec-message .message_block .signature {
  letter-spacing: 0.05em;
}
.page-company .sec-message .message_block .signature dt {
  line-height: 1;
  margin-bottom: 10px;
}
.page-company .sec-message .message_block .signature dd {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-message .message_block .signature dd {
    font-size: 1.6rem;
  }
}
.page-company .sec-bod {
  background: url("../img/bg.png") no-repeat, #333333;
  background-size: 110% auto;
  background-position: center top;
  color: #fff;
}
.page-company .sec-bod .bod-list {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-bod .bod-list {
    justify-content: space-between;
  }
}
.page-company .sec-bod .bod-list .item {
  width: 30%;
  margin-bottom: 100px;
}
.page-company .sec-bod .bod-list .item:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-bod .bod-list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page-company .sec-bod .bod-list .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-company .sec-bod .bod-list .name {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-bod .bod-list .name {
    margin-bottom: 15px;
  }
}
.page-company .sec-bod .bod-list .name dt {
  font-size: 1.9rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-bod .bod-list .name dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.page-company .sec-bod .bod-list .name dd {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
}
.page-company .sec-bod .bod-list .image {
  margin-bottom: 20px;
}
.page-company .sec-bod .bod-list .sns {
  display: flex;
  align-items: center;
  line-height: 1;
  padding-top: 15px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-bod .bod-list .sns {
    padding-top: 10px;
  }
}
.page-company .sec-bod .bod-list .sns:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background: #fff;
  height: 1px;
}
.page-company .sec-bod .bod-list .sns li {
  margin-right: 5px;
}
.page-company .sec-bod .bod-list .sns li.twt a {
  font-size: 1.2rem;
  height: 20px;
  width: 20px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.page-company .sec-bod .bod-list .sns li.twt a i {
  margin-left: 2px;
  margin-top: 1px;
}
.page-company .sec-bod .bod-list .sns a {
  font-size: 2rem;
  display: block;
}
.page-company .sec-value {
  background: url("../img/star_blue.png") no-repeat;
  background-size: 110% auto;
  background-position: 50% 50%;
}
.page-company .sec-value_wr .item {
  text-align: center;
}
.page-company .sec-value_wr .item:after {
  content: "";
  height: 60px;
  width: 1px;
  display: block;
  margin: 40px auto;
  background: #0045c5;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-value_wr .item:after {
    height: 50px;
    margin: 30px auto;
  }
}
.page-company .sec-value_wr .item:last-child:after {
  display: none;
}
.page-company .sec-value_wr .item > p {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .page-company .sec-value_wr .item > p {
    font-size: 1.9rem;
  }
}
.page-company .sec-value_wr .c-tltTop {
  margin-bottom: 30px;
}
.page-company .company-table {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-company .company-table {
    display: block;
  }
}
.page-company .company-table .c-table01 {
  max-width: 100%;
  margin: 0 0;
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .page-company .company-table .c-table01 {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-company .company-table .c-table01:last-child {
    margin-bottom: 0;
  }
}

.page-service .l-pageTitle {
  background-image: url("../img/pagettl/service.jpg");
}
.page-service .sec-development {
  padding-top: 0;
  background: url("../img/star_blue.png") no-repeat;
  background-size: 110% auto;
  background-position: 50% 50%;
}
.page-service .sec-why {
  background: url("../img/bg_why.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
  padding: 140px 0 200px;
  position: relative;
}
.page-service .sec-why:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 69, 197, 0.3);
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-why {
    padding: 50px 0;
  }
}
.page-service .sec-why .container {
  position: relative;
  z-index: 1;
}
.page-service .sec-why .why-block {
  display: flex;
}
.page-service .sec-why .why-content .why {
  margin-bottom: 20px;
}
.page-service .sec-why .why-content strong {
  font-size: 2rem;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-why .why-block {
    display: block;
  }
}
.page-service .sec-why .why-image {
  width: 40%;
  max-width: 470px;
  flex-shrink: 0;
  margin-right: 80px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-why .why-image {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract {
    padding-bottom: 20px;
  }
}
.page-service .sec-contract .contract-list {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-list {
    margin-bottom: 0;
  }
}
.page-service .sec-contract .contract-list .item {
  display: flex;
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-list .item {
    margin-bottom: 45px;
    display: block;
  }
}
.page-service .sec-contract .contract-list .item:last-child {
  margin-bottom: 0;
}
.page-service .sec-contract .contract-list .image {
  width: 30%;
  max-width: 300px;
  flex-shrink: 0;
  margin-right: 40px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-list .image {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.page-service .sec-contract .contract-list .title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0045c5;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-list .title {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}
.page-service .sec-contract .contract-table {
  overflow-x: auto;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-table table {
    width: 1000px;
  }
}
.page-service .sec-contract .contract-table tr th:first-child,
.page-service .sec-contract .contract-table tr td:first-child {
  width: 20%;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-table tr th:first-child,
  .page-service .sec-contract .contract-table tr td:first-child {
    font-size: 1.4rem;
  }
}
.page-service .sec-contract .contract-table tr th,
.page-service .sec-contract .contract-table tr td {
  width: 40%;
  padding: 30px 25px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-contract .contract-table tr th,
  .page-service .sec-contract .contract-table tr td {
    padding: 20px;
  }
}
.page-service .sec-contract .contract-table tr th:not(:first-child),
.page-service .sec-contract .contract-table tr td:not(:first-child) {
  text-align: center;
}
.page-service .sec-contract .contract-table tr th:not(:last-child),
.page-service .sec-contract .contract-table tr td:not(:last-child) {
  border-right: 1px solid #d9e1ff;
}
.page-service
  .sec-contract
  .contract-table
  tr:first-child
  th:not(:first-child) {
  color: #0045c5;
  font-size: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-service
    .sec-contract
    .contract-table
    tr:first-child
    th:not(:first-child) {
    font-size: 2rem;
  }
}
.page-service .sec-contract .contract-table tr:nth-child(2n) th,
.page-service .sec-contract .contract-table tr:nth-child(2n) td {
  background: #f6f8ff;
}
.page-service .sec-devtool .devtool-list {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list {
    display: block;
  }
}
.page-service .sec-devtool .devtool-list .item {
  display: flex;
  justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
}
.page-service .sec-devtool .devtool-list .item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .item {
    margin-bottom: 40px;
  }
}
.page-service .sec-devtool .devtool-list .image {
  width: 50%;
  max-width: 400px;
  flex-shrink: 0;
  margin-right: 200px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .image {
    margin-right: 30px;
    width: 30%;
  }
}
.page-service .sec-devtool .devtool-list .content {
  flex: auto;
}
.page-service .sec-devtool .devtool-list .title {
  position: relative;
  color: #0045c5;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .title {
    margin-bottom: 20px;
  }
}
.page-service .sec-devtool .devtool-list .title .icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.page-service .sec-devtool .devtool-list .title .icon img {
  height: 45px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .title .icon img {
    height: 35px;
  }
}
.page-service .sec-devtool .devtool-list .title .num {
  position: absolute;
  font-size: 10rem;
  font-family: "Noto Sans JPi", sans-serif;
  line-height: 1;
  z-index: -1;
  font-style: italic;
  opacity: 0.2;
  top: 0;
  left: -60px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .title .num {
    font-size: 6rem;
    left: -20px;
  }
}
.page-service .sec-devtool .devtool-list .title p {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .title p {
    font-size: 1.6rem;
  }
}
.page-service .sec-devtool .devtool-list .list-check li {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-devtool .devtool-list .list-check li {
    margin-bottom: 10px;
    font-size: 1.3rem;
  }
}
.page-service .sec-devtool .devtool-list .list-check li:last-child {
  margin-bottom: 0;
}
.page-service .sec-team .team-block {
  margin-bottom: 50px;
}
.page-service .sec-team .team-block:last-child {
  margin-bottom: 0;
}
.page-service .sec-team .team-block_ttl {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  font-size: 1.9rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-team .team-block_ttl {
    font-size: 1.5rem;
  }
}
.page-service .sec-team .team-block_ttl:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 15px;
  background: #0045c5;
  top: 12px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-team .team-block_ttl:before {
    height: 2px;
    top: 8px;
  }
}
.page-service .sec-team .team-block_role {
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-team .team-block_role {
    display: block;
  }
}
.page-service .sec-team .team-block_role > li {
  width: 40%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-team .team-block_role > li {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-service .sec-team .team-block_role .title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-team .team-block_role .title {
    margin-bottom: 15px;
  }
}
.page-service .sec-team .team-block_role .num {
  font-size: 3rem;
  line-height: 1;
  color: #0045c5;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-team .team-block_role .num {
    margin-right: 15px;
  }
}
.page-service .sec-team .team-block_role .num:before {
  content: "NO.";
  font-size: 1.5rem;
}
.page-service .sec-download {
  background: #0045c5;
  color: #fff;
  padding: 80px 0 70px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-download {
    padding: 40px 0;
  }
}
.page-service .sec-download .inner p {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-download .inner p {
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
}
.page-service .sec-download .pdf-btn {
  background: #fff;
  width: 380px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  color: #0045c5;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-download .pdf-btn {
    font-size: 1.5rem;
    height: 50px;
  }
}
.page-service .sec-download .pdf-btn .icon {
  max-width: 26px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
  .page-service .sec-download .pdf-btn .icon {
    max-width: 23px;
    margin-right: 15px;
  }
}

.list-check {
  text-align: left;
}
.list-check li {
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .list-check li {
    margin-bottom: 10px;
  }
}
.list-check li:before {
  content: "";
  font-family: "fontello";
  color: #0045c5;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.hover-anim {
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
}

.hover-anim:hover {
  animation-name: hover-anim;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
}

@keyframes hover-anim {
  20% {
    transform: translateY(-5px);
  }
  55% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(0);
  }
}
.archive-work .l-pageTitle,
.single-work .l-pageTitle {
  background-image: url("../img/pagettl/work-banner.png");
}


.acrhive-prototype .l-pageTitle {
  background-image: url("../img/pagettl/work-banner.png");
  align-items: flex-start;
  padding-left: 0px;
  padding-right: 0px;
}

.acrhive-prototype .breadcrumbs a,
.acrhive-prototype .breadcrumbs span {
  color: white;
  font-size: 14px;
}

.acrhive-prototype .l-pageTitle p {
  font-size: 16px;
  text-transform: uppercase;
}

.acrhive-prototype .l-pageTitle h2 {
  font-size: 64px;
}

.archive-blog .l-pageTitle,
.single-blog .l-pageTitle {
  background-image: url("../img/pagettl/blog.jpg");
}

.page-resource .l-pageTitle {
  background-image: url("../img/pagettl/blog.jpg");
}
.page-resource .l-content {
  background: #f1f1f1;
}

/* Modal box*/
.jquery-modal.blocker {
  padding: 50px;
}

@media only screen and (max-width: 768px) {
  .jquery-modal.blocker {
    padding: 50px 25px;
  }
}

.modal {
  max-width: 1200px;
  width: 100%;
  padding: 80px;
  border-radius: 0;
}
@media only screen and (max-width: 768px) {
  .modal {
    padding: 20px;
  }
}
.modal a.close-modal {
  background: none;
  text-indent: 0;
  font-size: 0;
  width: auto;
  height: auto;
  line-height: 1;
  top: -50px;
  right: -5px;
  transition: 0.2s;
}
.modal a.close-modal:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .modal a.close-modal {
    top: -35px;
    right: -5px;
  }
}
.modal a.close-modal:after {
  content: "×";
  display: block;
  font-size: 4rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 768px) {
  .modal a.close-modal:after {
    font-size: 3rem;
  }
}
.modal.modal-work {
  padding: 80px 0 80px 80px;
}
@media only screen and (max-width: 768px) {
  .modal.modal-work {
    padding: 20px 0 20px 20px;
  }
}

.modal-work .c-work {
  padding-right: 80px;
}
@media only screen and (max-width: 768px) {
  .modal-work .c-work {
    padding-right: 20px;
  }
}
.modal-work .c-work:before {
  top: 10px;
}
.modal-work .c-work .container {
  padding: 0 0;
}
.modal-work .c-work .container:before {
  top: 10px;
}

.modal-bod {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .modal-bod {
    display: block;
  }
}
.modal-bod .image {
  width: 45%;
  flex-shrink: 0;
  max-width: 450px;
  margin-right: 50px;
}
@media only screen and (max-width: 768px) {
  .modal-bod .image {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.modal-bod .name {
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .modal-bod .name {
    margin-bottom: 10px;
  }
}
.modal-bod .name span {
  display: block;
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal-bod .name span {
    font-size: 2rem;
  }
}
.modal-bod .name small {
  display: block;
  font-size: 1.9rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .modal-bod .name small {
    font-size: 1.6rem;
  }
}
.modal-bod p {
  font-weight: 500;
}

.page-home .l-service {
  background: url(../img/star_blue.png) no-repeat;
  background-size: 110% auto;
  background-position: 50% 50%;
}

/*# sourceMappingURL=style.css.map */
.privacy-page h3 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.6;
}
.privacy-page p {
  margin-bottom: 30px;
  font-weight: 400;
}

/* 12-02-2020 */
.page-service .sec-why .why-content .why ul li {
  position: relative;
  padding-left: 15px;
}

.page-service .sec-why .why-content .why ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.page-privacy .l-pageTitle {
  background-image: url(../img/pagettl/privacy.png);
}

.l-voice .slick-arrow {
  cursor: pointer;
}

.l-voice .slick-arrow:hover {
  background: rgba(1, 1, 1, 0.8);
}

.breadcrumbs span a span {
  position: relative;
}

.breadcrumbs span a span:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.breadcrumbs span a:hover span:after {
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left top;
  transform: scaleX(1);
}

.c-single img {
  height: auto;
  /*display:inline-block;*/
  /*width:auto;*/
}

/*.c-single .featured-image img{*/
/*  width:870px;*/
/*}*/

.l-resourceTab .tab button {
  cursor: pointer;
}


.l-workCtrl button:hover {
  background: #0045c5;
  color: #fff;
}

.l-resourceTab .tab button:hover {
  background: #0045c5;
  color: #fff;
  position: relative;
}

.l-resourceTab .tab button:hover:before {
  content: "";
  display: block;
  border-top: 15px solid #0045c5;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -o-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

.l-mv .video video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

/*.archive-work .l-content{
    background-color: #333;
    background-image: url(../img/l-work-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 110% auto;
}*/

/* 12-10-2020 */

.l-form .mw_wp_form_confirm .submit_btn_wr {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.l-form .mw_wp_form_confirm .l-form_submit {
  margin-left: 0;
  margin-right: 0;
}

.l-form .mw_wp_form_confirm .l-form_submit.l-form_confirm {
  margin-right: 20px;
}

@media screen and (max-width: 320px) {
  .l-form .mw_wp_form_confirm .submit_btn_wr {
    display: block;
  }

  .l-form .mw_wp_form_confirm .l-form_submit {
    margin-top: 0;
  }

  .l-form .mw_wp_form_confirm .l-form_submit.l-form_confirm {
    margin-right: 0px;
    margin-top: 10px;
  }
}

.p-thank .ttl {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .p-thank .ttl {
    font-size: 1.6rem;
  }
}

/* 12-14-2020 */
img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .l-resourceTab .items_img {
    width: 35%;
  }

  .l-resourceTab .items_info {
    padding-left: 15px;
    width: 65%;
  }

  .l-resourceTab .items_tlt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.l-serviceList .items_img a img {
  transition: 0.2s;
}

.l-serviceList .items_img a:hover img {
  opacity: 0.7;
}

.l-mv .items_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 12-17-2020 */
.c-list02.fw .thumb img {
  /* height: 215px; */
  object-fit: contain;
  width: 100%;
}
.c-list02 .item .content {
  flex: auto;
}
@media screen and (max-width: 768px) {
  .c-list02.fw .thumb {
    position: relative;
    padding-bottom: 56.25%;
    width: 35%;
  }

  .c-list02.fw .thumb img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
  }
}
/* 12-21-2020 */
@media screen and (min-width: 769px) {
  .g-recaptcha {
    margin-left: 76px !important;
  }
}
@media screen and (max-width: 768px) {
  .g-recaptcha {
    margin-left: auto !important;
  }
  .l-form .submit_btn_wr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* 02-08-2021 */
.l-form .submit_btn_wr {
  max-width: initial;
  margin-left: 0;
}

.l-form_submit {
  margin-left: auto;
}

.policy_cb_wr .wpcf7-list-item-label:before {
  content: "";
  font-family: fontello;
  display: inline-block;
  color: #e9e9e9;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: 400;
}

.policy_cb_wr label input[type="checkbox"]:checked + span:before {
  content: "";
  color: #0045c5;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.recaptcha {
  transform: translateX(-38px);
}

@media screen and (max-width: 768px) {
  .l-form .submit_btn_wr {
    transform: translateX(0px);
  }
  .recaptcha {
    transform: translateX(0px);
  }

  .l-mv {
    overflow: hidden;
  }
}

.l-flex-start {
  display: flex;
  align-items: start;
}

.l-flex-column {
  display: flex;
  flex-direction: column;
}

.l-flex-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.header-banner {
  width: 100%;
  height: 100%;
  justify-content: space-around;
}

@media screen and (max-width: 768.9px) {
.header-banner {
    padding-top: 30px;
  }
}

.header-banner .en {
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  font-family: "Noto Sans JPi", sans-serif;
  position: relative;
  z-index: 1;
}

.header-banner h1 {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  font-size: 64px;
  font-weight: 700;
}



.breadcrumbs-tag {
  color: #fff;
  z-index: 1;
  margin: 20px 0 40px 0;
}

.breadcrumbs-tag span a {
  font-size: 1.5rem;
  display: inline-block;
  font-weight: 500;
}

.breadcrumbs-tag span a::after {
  font-family: fontello;
  content: "";
  padding: 0 10px;
  font-weight: 700;
  font-size: 1.4rem;
}

.breadcrumbs span a span:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}


.banner {
  width: 100%;
  height: 100%;
}

.banner-slide .title-slide {
  width: 85%;
  height: 100%;
  padding: 10px 10px 10px 10px;
}

@media screen and (max-width: 768px) {
.banner-slide .title-slide {
    width: 100%;
  }
}

.banner-slide .title-slide .title-description {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}

.banner-slide .title-slide .title-name span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}


.banner-slide .title-boder-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.banner-slide-right .title-slide {
  height: 100%;
  padding: 10px 10px 20px 10px;
}

@media screen and (max-width: 768px) {
.banner-slide-right .title-slide {
    width: 100%;
  }
}

.banner-slide-right .title-slide .title-description {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
}

.banner-slide-right .title-slide .title-name span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.banner-slide-right .title-boder-content span {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.btn-link {
  color: #00204F;
  width: 160px;
  font-weight: 700;
}

.btn-link a {
  font-weight: 700;
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: center;
}

.btn-link a::after {
  font-family: fontello;
  content: "\e803";
  background-color: #00204F;
  color: white;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  padding: 2px 5px;
  margin-left: 10px;
}


.btn-link:hover a {
  color: #004ECC;
}

.btn-link:hover  a::after {
  background-color: #004ECC;
}

.btn-link.color-white a::after {
  background-color: white;
  color: #004ecc;
}

.btn-link span {
  font-size: 10px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #004ecc;
  color: white;
  text-align: center;
  margin-left: 10px;
}


.btn-link-bg {
  background-color: #004ECC;
  border: 1px solid #004ECC;
  border-radius: 20px;
  width: 125px;
  height: 40px;
  font-weight: 700;
  align-items: center;
  text-align: center;
}

.btn-link-bg.color-white {
  background-color: white;
  border: 1px solid white;
}


.btn-link-bg a {
  width: 100%;
  color: white;
  display: flex;
  justify-content: center;
}

.btn-link-bg.color-white  a {
  color: #004ECC;
}

.btn-link-bg a::after {
  font-family: fontello;
  content: "\e803";
  background-color: white;
  color: #004ecc;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  font-weight: 700;
  width: 15px;
  height: 16px;
  margin: auto 0 auto 8px;
  padding-left: 1px;
}

.btn-link-bg.color-white a::after {
  background-color: #004ecc;
  color: white;
}

.btn-link-bg:hover {
  background-color: #003FA6;
  border: 1px solid #003FA6;
}

.btn-link-bg:hover a::after {
  color: #003FA6;
}

.btn-link.color-white a::after {
  background-color: white;
  color: #004ecc;
}

.btn-link-bg.color-white:hover a::after {
  background-color: white;
  color: #004ecc;
}

.btn-link-bg.color-white:hover {
  background-color: #003FA6;
}

.btn-link-bg.color-white:hover  a {
  color: white;
}


.swiper-work-btn-toggle {
  padding-left: 10px;
  margin-top: 40px;
}


.btn-slide-prev-bgr::after {
  font-family: fontello;
  content: "\e802";
  padding: 13px;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 10px;
  cursor: pointer;
}

.btn-slide-prev-bgr:hover::after {
  background-color: #004ecc;
  color: #fff;
  border: 1px solid #004ecc;
  cursor: pointer;
}

.btn-slide-next-bgr::after {
  font-family: fontello;
  content: "\e803";
  padding: 13px;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #fff;
  margin-left: 20px;
  cursor: pointer;
}

.btn-slide-next-bgr:hover::after {
  background-color: #004ecc;
  color: #fff;
  border: 1px solid #004ecc;
  cursor: pointer;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-80 {
  margin-top: 80px;
}


.mb-30 {
  margin-bottom: 30px;
}

.product-main-content  {
  /* padding-bottom: 50px; */
}

.bgr-color-product {
  background-color: #f6faff;
  padding-bottom: 10px;
}

.product-main,
#project-list,
#testimonial {
  position: relative;
  margin-bottom: 50px;
}

#project-list .l-work-heading  {
  padding-left: 0px;
}

#customer-voice {
  margin-bottom: 80px;
}

#customer-voice .bgr-color-product {
  padding-top: 100px;
}

.product-main {
  /* padding-top: 81px; */
  background-color: #f6faff;
}


@media screen and (max-width: 768.9px) {
  .bgr-color-product {
    padding-top: 10px;
  }

.l-pt-sp-60 {
    margin-top: 60px;
  }

  .sp-mt-100 {
    margin-top: 100px;
  }

  .sp-mt-130 {
    margin-top: 130px;
  }

  #customer-voice {
    margin-bottom: 130px;
  }

  .product-main {
    padding-top: 40px;
    background-color: white;
  }
  
}

.mb-20 {
  margin-bottom: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-54 {
  padding-top: 54px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-20 {
  padding-top: 20px;
}

.display-none {
  display: none;
}

@media screen and (max-width: 768.9px) {
.pc-show {
    display: none;
}
}

@media screen and (min-width: 769px) {
.sp-show {
    display: none;
  }
}

@media screen and (min-width: 769px) {
.product-slide {
    /* position: absolute; */
    /* width: 50%; */
    /* left: 50%; */
    /* bottom: 0; */
    /* padding: 0; */
    /* top: 0; */
    /* margin-top: 97px; */
    width: 50%;
    flex-grow: 1;
    margin-right: calc(-49vw + 49.5%);
    transform: translateY(68px);
  }
  .swiper-work-btn-toggle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 769px) {
  .product-slide {
      width: 100%;
      padding-left: 10px;
    }
  }


.main-feedback-slide {
  position: relative;
  width: 66.66%;

}

.main-feedback-content {
  padding-left: 20px;
  width: 33.33%;
  padding-bottom: 30px;
}


@media screen and (min-width: 769px) and (max-width: 1024px) {
.main-feedback-slide {
    height: 100%;
    width: 50%;
    padding-left: 0;
  }

  .main-feedback-content {
    padding-left: 15px;
    width: 50%;

  }
}



.work-feedback-body {
  display: flex;
  flex-wrap: wrap-reverse;
}

.swiper {
  z-index: 1;
}

.l-col-2 {
  width: 50%;
}

@media screen and (max-width: 768px) {
.l-col-2 {
    width: 100%;
  }
}

.l-col-13 {
  width: 55%;
}

@media screen and (max-width: 768px) {
.l-col-13 {
    width: 100%;
  }
}


.l-col-16 {
  width: 66.66%;
}

@media screen and (max-width: 768px) {
.l-col-16 {
    width: 100%;
  }
}

.l-col-8 {
  width: 33.33%;
}

@media screen and (max-width: 768px) {
.l-col-8 {
    width: 100%;
  }
}

.swiper-slide {
  width: 100%;
  height: 100%;
  cursor: default;
  background: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

.swiper-slide-comment {
  min-width: 50px;
}

.boder-content-item-work {
  padding: 10px 20px 30px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tag-boder-work {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  margin-top: 5px;
  flex-wrap: wrap;
  min-height: 30px;
  overflow: hidden;
}

.img-work-product {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.img-work-product-feedback {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  max-height: 240px;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}

.l-flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.item-work:hover {
  cursor: pointer;
}

.item-work:hover .card-item-work-title {
  color: #004ECC;
}

/* .item-work:hover .boder-content-item-work {
  background-color: #F9F9F9;
} */

.item-work:hover .body-img-work img {
  transform: scale(1.1)
}

.filterWork:hover {
  background-color: #EAEAEA;
}

.card-item-work-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}

@media screen and (max-width: 768px) {
.card-item-work-title {
  height: 57px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  }
}

.card-item-comment-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
}

.card-item-work-title-active {
  color: #004ecc;
}

.card-item-work-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  height: 92px;
  margin: 10px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #6C6C6C;
}

.card-item-customer-voice-content {
  height: 23px;
  -webkit-line-clamp: 1 ;
  line-clamp: 1;
}

.tag-item-work {
  color: #004ecc;
  padding: 3px 8px;
  background-color: #d2e4fe;
  border-radius: 12px;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}

.tag-item-work:hover {
  background-color: #004ECC;
  color: white;
}

.l-work-heading {
  padding-top: 60px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .l-work-heading {
    padding-top: 0px;
  }
}

.title-name {
  display: flex;
  align-items: center;
}

.title-name span {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
}

.title-name .title-line {
  width: 3px;
  background-color: #0045c5;
  display: block;
  height: 24px;
  margin-right: 5px;
}

.title-name .title-line-footer {
  width: 3px;
  background-color: #0045c5;
  display: block;
  height: 24px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.l-work-heading-content {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

.swiper-slide-work-active {
  background-color: #eaeaea;
}

.img-avatar-comment {
  padding: 5px;
  width: 55px;
  height: 55px;
  border-radius: 50px;
}
.personal-body {
  flex: 1;
}

.personal-body .personal-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 23px;
}

.personal-body .personal-address {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}

.color-white {
  color: #fff;
}

.l-pageTitle-work {
  background-image: url("../img/pagettl/work-feedback.png");
}

.slider-body {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 auto;
}

.container-body {
  margin: 0 auto;
  overflow: hidden;
}

.item-body {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  background: #646464;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 281px) {
.btn-slide-next-feedback,
.btn-slide-prev-feedback {
    padding-top: 10px;
  }
}

.container-custom {
  display: flex;
  padding: 0;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  width: 100%;
  padding-right: 15px;
}

@media only screen and (min-width: 1200px) {
  .container-custom {
    padding-left: 0;
    padding-right: 0;
  }

  .mt-pc-50 {
    margin-top: 50px;
  }
}

.container-pd-left {
  width: inherit;
  flex-grow: 1;
  margin-right: calc(-49vw + 50%);
}

.l-flex-start {
  display: flex;
  align-items: start;
}

.l-flex-column {
  display: flex;
  flex-direction: column;
}

.breadcrumbs span a span:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #333;
  bottom: 0px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}

.breadcrumbs span a:hover span:after {
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform-origin: left top;
  transform: scaleX(1);
}
.btn-slide-next {
  display: block;
  width: 40px;
  height: 40px;
}

.btn-slide-next::after {
  font-family: fontello;
  content: "\e803";
  padding: 13px;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50px;
  background-color: transparent;
  color: #004ecc;
  border: 1px solid #004ecc;
  margin-left: 20px;
  cursor: pointer;
}

.btn-slide-next:hover::after {
  background-color: #004ecc;
  color: #fff;
  cursor: pointer;
}

.btn-slide-prev::after {
  font-family: fontello;
  content: "\e802";
  padding: 13px;
  font-weight: 700;
  font-size: 1.2rem;
  border-radius: 50px;
  background-color: transparent;
  color: #004ecc;
  border: 1px solid #004ecc;
  cursor: pointer;
}

.btn-slide-prev:hover::after {
  background-color: #004ecc;
  color: #fff;
  cursor: pointer;
}

/* .product-slide {
  padding: 10 5px;
} */

.product-slide-feedback {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  top: 20px;
  height: 100%;
}

.card-item-product-feedback {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  height: 42px;
  margin: 10px 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media only screen and (min-width: 1200px) {
  .product-slide-feedback {
    padding-left: 0;
    padding-right: 0;
  }
}

.l-full{
  width: 100%;
  height: 100%;
}

.personal-body {
  flex: 1;
  margin-left: 5px;
}

.img-work-comment {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50px;
}

.body-img-work{
  width: 100%;
  position: relative;
  padding-top: 56.25%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}


.body-img-work img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: 2s ease;
}


.personal-avatar{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: block;
  overflow: hidden;
}

.personal-avatar img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-workCtrl button {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 10px 0;
  border: none;
  outline: none;
  width: calc(16.6% - 10px);
  cursor: pointer;
  background: #fff;
}

.l-workCtrl button.active {
  background: #0045c5;
  color: #fff;
}

.page-home .l-workCtrl {
  border-bottom: none;
  justify-content: center;
}

.page-home .l-workList .items img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .l-workList .items .items_txt {
  color: white;
}

.l-comCon-custom .c-tltTop h2 {
  font-size: 16px;
  text-transform: uppercase;
}

.l-comCon-custom .c-tltTop_sub {
  font-size: 64px;
}

.l-comCon-custom .items:hover:before {
  transform: none;
}

.l-comCon-custom .c-tltTop_description {
  font-size: 16px;
  text-align: center;
  color: white;
  display: block;
  max-width: 500px;
  margin: auto;
}

.l-comCon-custom a.c-tltTop_button {
  width: 168px;
  height: 40px;
  border-radius: 28px;
  background-color: #D2E4FE;
  border: none;
  color: #00204F;
  font-size: 16px;
  line-height: 23px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 40px;
}

.l-comCon-custom a.c-tltTop_button::after {
  content: "";
  font-family: fontello;
  content: "\e803";
  background-color: #00204F;
  color: white;
  border-radius: 50%;
  font-size: 7px;
  text-align: center;
  font-weight: 700;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.l-comCon-custom a.c-tltTop_button:hover {
  background-color: #004ECC;
  color: white;
}

.l-comCon-custom a.c-tltTop_button:hover::after {
  background-color: white;
  color: #004ECC;
}

.l-comCon-custom .items:nth-child(2):before {
  background-image: url(../img/pagettl/contact-bg.png);
}

.l-comCon-custom .items:before {
  z-index: initial;
}


.l-comCon-custom  .items_inner {
  min-height: 480px;
}

.item-customer-voice .boder-content-item-work {
  padding-top: 25px;
}

@media only screen and (max-width: 768px) {
  .l-pageTitle .title,
  .l-pageTitle h1,
  .l-pageTitle h2,
  .header-banner h1 {
    font-size: 24px;
  }

  .l-workCtrl button {
    font-size: 1.4rem;
    width: 46%;
    margin: 5px;
  }

  /* .product-slide {
    padding: 0 20px;
  } */
  
  .main-feedback-slide {
    position: relative;
    min-height: 360px;
    width: 100%;
  
  }
  
  .main-feedback-content {
    padding-left: 20px;
    width: 100%;
    padding-bottom: 0px;
  }

  .card-item-customer-voice-content {
    height: 46px;
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }

  .l-comCon-custom .c-tltTop {
    width: 80%;
  }
  .l-comCon-custom .c-tltTop_sub {
    font-size: 48px;
  }

  #customer-voice .bgr-color-product {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 680px) {
  #testimonial {
    margin-top: 160px;
  }
}


@media only screen and (max-width: 767.5px) {
  .work-feedback-body,
  #project-list .container-custom,
  .product-slide {
    padding-right: 0px;
  }

}
