@charset "UTF-8";
/* aspect */
/* ofi */
/*	flex
---------------------------------------------------*/

/* CSS Document */
/*====================================================================

lv2.css

=====================================================================*/
/*--------------------------------------------------------------------/
	breadcrumb__list
/--------------------------------------------------------------------*/
.breadcrumb__list {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  display: flex;
  display: -webkit-flex;
      flex-wrap: wrap;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: 0.9em;
  color: #000;
}

.breadcrumb__list .icom-home {
  font-size: 1.2em;
  color: #000;
}

.breadcrumb__list a {
  color: #1c1c1c;
  vertical-align: top;
  transition: 0.3s ease all;
}
#page-works .breadcrumb__list a {
  color: #fff;
}

#page-works .breadcrumb__list li {
  color: #fff;
}
.breadcrumb__list a:hover {
  color: #0CC0DF;
}

.cont__inner .breadcrumb__list a,
.works .breadcrumb__list a {
  color: #000;
}

.cont__inner .breadcrumb__list a:hover,
.works .breadcrumb__list a:hover {
  color: #0CC0DF;
}

/*--------------------------------------------------------------------/
	contact
/--------------------------------------------------------------------*/
/* contact  */
.contact {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
}

.contact .l-cont {
  position: relative;
}

.contact .c-box__tit {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  padding-bottom: 12.8px;
  padding-bottom: 0.8rem;
  border-bottom: solid #fff 1px;
}

.contact__tel {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: calc(2rem + 6 * (100vw - 320px) / 680);
}

.contact__tel a {
  color: #fff !important;
  text-decoration: none !important;
  vertical-align: bottom;
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  .contact__tel a {
    color: #1c1c1c !important;
  }
}
.privacy-box {
  height: 150px;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  padding: 24px;
  padding: 1.5rem;
  overflow-y: auto;
  border: 1px solid #ddd;
}

/*	contact_form
---------------------------------------------------------------------*/
.contact__table {
  width: 100%;
  margin: 0 auto 32px;
  margin: 0 auto 2rem;
  line-height: 1.5;
}

.contact__table th,
.contact__table td {
  display: block;
  width: 100%;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
}

.contact__table th {
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  color: #fff;
  text-align: left;
}

.contact__table th span {
  margin-left: 8px;
  margin-left: 0.5rem;
  padding: 0 3.2px;
  padding: 0 0.2rem;
  color: #ff3434;
}

.contact__table td {
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
}

.contact__table textarea {
  height: 10em;
}

/* form-parts
----------------------------------------------------------------*/
input,
textarea,
select {
  width: 100%;
  margin: 3px 0;
  padding: 0.5em;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: #f6f7f8;
  font-size: 14px;
  font-size: 22.4px;
  font-size: 1.4rem;
}

textarea {
  font-family: sans-serif;
}

input:focus,
textarea:focus {
  background-color: #fff;
  /* box-shadow */
  box-shadow: rgba(58, 134, 232, 0.25) 0 0 4px 1px;
}

:placeholder-shown {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

input[type="submit"] {
  -webkit-appearance: none;
}

input[class="sub-btn"],
input[class="back-btn"] {
  display: block;
  position: relative;
  width: 100px;
  margin: 0 auto;
  padding: 16px 0;
  padding: 1rem 0;
  border-radius: 3px;
  letter-spacing: 2px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease all;
}

input[class="back-btn"] {
  margin-top: 16px;
  margin-top: 1rem;
}

input[type="radio"],
input[type="checkbox"] {
  display: inline;
  width: 20px;
  vertical-align: top;
}

.radio,
.checkbox {
  display: inline-block;
  position: relative;
  margin: 0 20px 8px 0;
  padding: 12px 12px 12px 42px;
  border-radius: 3px;
  background-color: #2b74e0;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.3s ease all;
}

.radio:hover,
.checkbox:hover {
  background-color: #a8a8f4;
}

.radio:hover:after,
.checkbox:hover:after {
  border-color: #3f96cf;
}

.radio:after,
.checkbox:after {
  -webkit-transition: all 0.3s ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 1px solid #0CC0DF;
  border-radius: 6px;
  content: "";
  transition: all 0.3s ease;
}

.radio:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 50%;
  left: 19px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-radius: 50%;
  background-color: #2b74e0;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
}

input[type="radio"]:checked + .radio:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.checkbox:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  width: 5px;
  height: 9px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid #3f96cf;
  border-bottom: 3px solid #3f96cf;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked + .checkbox:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.no-csstransforms input[type="radio"],
.no-csstransforms input[type="checkbox"] {
  display: inline;
}

.no-csstransforms .radio,
.no-csstransforms .checkbox {
  display: none;
}

.no-csstransforms .checkbox:before {
  -webkit-transition: all 0.3s ease;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  width: 5px;
  height: 9px;
  margin-top: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 3px solid #3f96cf;
  border-bottom: 3px solid #3f96cf;
  content: "";
  opacity: 0;
  transition: all 0.3s ease;
}

input[type="checkbox"]:checked + .no-csstransforms .checkbox:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

input[class*="middle"] {
  margin-right: 8px !important;
  margin-right: 8px !important;
  margin-right: 0.5rem !important;
}

textarea {
  height: 10em;
}

select {
  width: 40%;
}

.form-short {
  width: 60%;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.form-middle {
  width: 70%;
  margin-right: 8px;
  margin-right: 0.5rem;
}

/*--------------------------------------------------------------------/
	works
/--------------------------------------------------------------------*/
/* works */
.works {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
}

.works .l-cont {
  position: relative;
}

.works-detail {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.works-detail__tit {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  padding-bottom: 8px;
  padding-bottom: .5rem;
  border-bottom: 1px solid #ddd;
  font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
  font-weight: 400;
  color: #fff;
}

.works-detail__cont {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  color: #fff;
}

.works-detail__slider {
  margin: 0 auto;
  text-align: left;
}

.works-detail .txt {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.works-detail__pro-tit {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
  font-weight: 600;
  text-align: center;
}

.works-detail__table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.works-detail__table th, .works-detail__table td {
  display: block;
  width: auto;
  padding: 16px 24px;
  padding: 1rem 1.5rem;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

.works-detail__table th {
  font-weight: 600;
}

.gallery-top {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow-x: hidden;
  text-align: left;
}

.gallery-top ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.gallery-top ul li {
  display: inline;
  width: 100%;
  float: left;
  overflow-x: hidden;
}

.gallery-top figcaption {
  max-height: 96px;
  max-height: 6rem;
  overflow-y: auto;
  color: #fff;
}

.gallery-img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gallery-img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gallery-thumbs {
  max-width: 900px;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  overflow: hidden;
}

.gallery-thumbs ul {
  width: 100%;
}

.gallery-thumbs ul li {
  display: inline;
  width: 15.27%;
  max-width: 137px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  float: left;
  cursor: pointer;
}

.gallery-thumbs ul li:not(:nth-of-type(6n)) {
  margin-right: 1.66%;
}

.gallery-thumbs ul li img {
  width: 100%;
}

.gallery-thumbs ul li a {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  opacity: 0.7;
}

.gallery-thumbs ul li a.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1 !important;
}

/*--------------------------------------------------------------------/
	blog
/--------------------------------------------------------------------*/
.blog__wrap {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}

.blog__wrap:after {
  display: block;
  clear: both;
  content: "";
}

aside {
  -webkit-border-radius: 3px;
  padding: 24px;
  padding: 1.5rem;
  border: 1px solid #ddd;
  border-radius: 3px;
}

.blog-list:not(:last-child) {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}

.blog-list a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 32px 32px;
  padding: 1.25rem 2rem 2rem;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 3px;
  color: #1c1c1c;
  text-decoration: none !important;
  transition: 0.3s ease all;
}

.blog-list a:hover {
  border-color: #3f96cf;
}

.blog-list a:hover .blog-list__btn-wrap span {
  border-color: #3f96cf;
  background: #3f96cf;
}

.blog-list__tit {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: calc(1.6rem + 2 * (100vw - 320px) / 680);
  font-weight: 500;
}

.blog-list__img {
  position: relative;
  width: 100%;
}

.blog-list__img:before {
  display: block;
  position: relative;
  padding-top: 66.66%;
  content: "";
}

.blog-list__img > div,
.blog-list__img figure,
.blog-list__img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-list p {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.blog-list .date {
  text-align: right;
}

.blog-list__btn-wrap {
  width: 50%;
  float: right;
}

.blog-cat__btn-wrap {
  margin-top: 32px;
  margin-top: 2rem;
}

.blog-single__meta {
  display: none;
}

.blog-single__meta:after {
  display: block;
  clear: both;
  content: "";
}

.blog-single__meta .twitter,
.blog-single__meta .fb-like.fb_iframe_widget {
  position: relative;
}

.blog-single__meta .twitter {
  z-index: 1;
  margin-right: 8px;
  margin-right: 0.5rem;
}

.blog-single__meta iframe {
  padding: 0 !important;
  border: none !important;
  vertical-align: top;
}

.blog-single__meta .data {
  text-align: right;
}

.blog-single__post-thumbnail {
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
}

.blog-single .txt {
  margin-bottom: 32px;
  margin-bottom: 2rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
  border-bottom: dotted #ccc 1px;
}

.blog-single .txt img {
  height: auto;
}

.blog-single__btn-wrap {
  max-width: 280px;
  margin-top: 64px;
  margin-top: 4rem;
}

/*-----------------------------------/
	widget
------------------------------------*/
.widget-blog-aside:not(:last-child) {
  margin-bottom: 25.6px;
  margin-bottom: 1.6rem;
}

.widget-blog-aside li {
  list-style-type: none;
}

.widget-blog-aside li a {
  transition: 0.3s ease all;
}

.widget-blog-aside li a:hover {
  color: #3f96cf;
}

/*-----------------------------------/
	calendar
------------------------------------*/
#wp-calendar {
  width: 100%;
  border-collapse: collapse;
}

#wp-calendar thead th {
  width: auto;
  padding: 4px;
  text-align: center;
}

#wp-calendar td {
  padding: 2px 4px;
  text-align: center;
}

#wp-calendar td a {
  display: block;
  color: #0CC0DF;
  text-decoration: none;
  transition: 0.3s ease all;
}

#wp-calendar td a:hover {
  color: #3f96cf;
}

#wp-calendar td.pad {
  color: #0CC0DF;
}

#wp-calendar td#today a {
  border: 1px solid;
}

/*--------------------------------------------------------------------/
	記事部分
/--------------------------------------------------------------------*/
p.wp-caption-text {
  padding: 5px 0 0 !important;
  clear: none !important;
  font-size: 12px !important;
  line-height: 2 !important;
  text-align: center !important;
}

/*--------------------------------------------------------------------/
	page_next_prev
/--------------------------------------------------------------------*/
.c-page_next_prev {
  margin-top: 32px;
  margin-top: 2rem;
  padding: 16px 0;
  padding: 1rem 0;
  color: #ddd;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

.c-page_next_prev:after:after {
  display: block;
  clear: both;
  content: "";
}

.c-page_next_prev a {
  color: #ddd;
  text-decoration: none;
  transition: 0.3s ease all;
}

.c-page_next_prev a:hover {
  color: #3f96cf;
}

.c-page_next_prev__inner {
  display: inline-block;
}

.works .c-page_next_prev {
  color: #fff;
}

.works .c-page_next_prev a {
  color: #fff;
}

.page-numbers {
  padding: 0.3em 0.5em;
  transition: 0.2s ease all;
}

span .page-numbers {
  border: 1px solid;
}

.nav-prev {
  margin-top: 24px;
  margin-top: 24px;
  margin-top: 1.5rem;
  float: left;
}

.nav-next {
  margin-top: 24px;
  margin-top: 24px;
  margin-top: 1.5rem;
  float: right;
}

/*--------------------------------------------------------------------/
	404
/--------------------------------------------------------------------*/
.not-found {
  position: relative;
  width: 100%;
  padding: 0;
  color: #fff;
}

.not-found .l-cont {
  position: relative;
}

@media print, screen and (min-width: 376px) {
  /*====================================================================/
	/*------------------iPhone 以上----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media print, screen and (min-width: 561px) {
  /*====================================================================/
	/*------------------タブレットスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .form-short {
    width: 40%;
  }
}

@media print, screen and (min-width: 977px) {
  /*====================================================================/
	/*-------------------小さいPCスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .breadcrumb__list {
    margin-bottom: 4rem;
  }
  .privacy-box {
    height: 200px;
    padding: 1.5rem 2rem;
  }
  .contact__table {
    display: table;
  }
  .contact__table th,
  .contact__table td {
    display: table-cell;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .contact__table tr:not(:last-child) {
    border-bottom: 1px solid #ddd;
  }
  .contact__table th {
    width: 30%;
  }
  .contact__table td {
    width: 70%;
  }
  .works-detail {
    margin-bottom: 6rem;
  }
  .works-detail__table {
    display: table;
    width: 100%;
  }
  .works-detail__table th, .works-detail__table td {
    display: table-cell;
    width: auto;
    text-align: left;
    vertical-align: top;
  }
  .works-detail__table th {
    width: 30%;
  }
  .works-detail__table td {
    width: auto;
  }
  .gallery-top figcaption {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    max-height: 8rem;
    padding: .2rem 1rem;
    background: #333;
  }
  .gallery-img {
    width: auto;
    max-height: 600px;
  }
  .gallery-img img {
    width: auto;
    max-height: 600px;
  }
  .gallery-thumbs ul li {
    margin-bottom: 1.6rem;
  }
  .blog__wrap {
    width: calc(96% - 220px);
    float: left;
  }
  aside {
    width: 220px;
    float: right;
  }
  .alignright {
    margin: 0 0 1rem 1rem;
    float: right;
  }
  .alignleft {
    margin: 1rem 1rem 0 0;
    float: left;
  }
  .aligncenter {
    display: block;
    margin: 0 auto 1rem;
  }
  .blog-list__flex {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
  }
  .blog-list__img {
    width: 30%;
    padding-right: 2%;
  }
  .blog-list .txt {
    width: 68%;
  }
  .blog-cat__btn-wrap {
    width: 40%;
    float: right;
  }
  .blog-single__btn-wrap {
    width: 30%;
    float: right;
  }
}

@media print, screen and (min-width: 1257px) {
  /*====================================================================/
	/*-------------------PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .contact-flex {
    -ms-flex-pack: justify;
    display: flex;
        justify-content: space-between;
  }
  .contact-flex__left {
    width: 36%;
    margin-left: 0;
  }
  .contact-flex__right {
    width: 60%;
    margin-right: 0;
  }
  .contact .c-box__tit {
    font-size: 2.4rem;
  }
  .contact__tel {
    font-size: 2.6rem;
  }
  .works__wrap {
    width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
  .works-detail__tit {
    font-size: 2rem;
  }
  .works-detail__pro-tit {
    font-size: 1.8rem;
  }
  .blog__wrap {
    width: 74%;
  }
  aside {
    width: 22%;
  }
  .blog-list__tit {
    font-size: 1.6rem;
  }
}

@media print, screen and (min-width: 1920px) {
  /*====================================================================/
	/*-------------------full PCスタイル-------------------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 1256px) {
  /*====================================================================/
	/*------------------PC以下---------
	/====================================================================*/
  html {
    width: 100%;
  }
}

@media screen and (max-width: 976px) {
  /*====================================================================/
	/*------------------スマホタブレット共通スタイル---------
	/====================================================================*/
  html {
    width: 100%;
  }
  .contact .c-box__tit {
    text-align: left;
  }
  .gallery-img {
    height: 61.25vw;
  }
  .blog-list__img {
    margin-bottom: .5rem;
  }
  .blog-single__btn-wrap {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 560px) {
  /*====================================================================/
	/*------------------スマホのみスタイル----------------
	/====================================================================*/
  html {
    width: 100%;
  }
  .form-middle {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  /*====================================================================/
	/*------------------iPhone 以下----------------
	/====================================================================*/
  html {
    width: 100%;
  }
}
