@charset "UTF-8";


body {
  background-color: #F4F8FA;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  color: #000;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 0.875rem;
  }
}
body.is-noScroll {
  width: 100%;
  height: 100%;
  position: fixed;
}

a{
	color: #333;
	text-decoration: none;
    outline: none;
}

ul{
	margin:0;
	padding: 0;
	list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  width: 100%;
  padding: 6px 10px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  outline: none;
}

textarea {
  resize: vertical;
}

.inner {
  max-width: calc(1280px + 8%);
  padding-right: 4%;
  padding-left: 4%;
  margin: 0 auto;
}
.inner.is-small {
  max-width: calc(1160px + 8%);
}



.main, .home-main {
  display: block;
  width: 100%;
  padding-top: 48px;
  margin-top: 87px;
}

.content-title, .page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.45em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .content-title, .page-title {
    font-size: 1rem;
  }
}
.content-title::before, .page-title::before {
  content: attr(data-title);
  display: block;
  margin-bottom: 0.281em;
  font-family: "Marcellus", serif;
  color: #16295D;
  line-height: 0.8;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.content-title {
  margin-bottom: 1.916em;
}
.content-title::before {
  font-size: 4rem;
}
@media screen and (max-width: 1100px) {
  .content-title::before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  .content-title::before {
    font-size: 2rem;
  }
}

.page-title {
  margin-bottom: 0.833em;
  text-align: center;
}
.page-title::before {
  font-size: 2.8125rem;
}
@media screen and (max-width: 768px) {
  .page-title::before {
    font-size: 1.75rem;
  }
}

.item-title {
  margin-bottom: 2.222em;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.777;
  letter-spacing: 0.15em;
}

.btn1 {
  display: inline-block;
  padding: 14px 50px;
  background-color: #FFFFFF;
  border: 1px solid #666666;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.14);
  font-size: 0.9375rem;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s ease-in;
}
.btn1::before {
  content: "";
  width: 6px;
  height: 9px;
  background: center/contain no-repeat url("./img/btn-arrow.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.btn1:hover {
  box-shadow: none;
}

.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.company-info {
  padding-right: 10px;
  padding-bottom: 66px;
}
.company-info dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.company-info dl:not(:last-of-type) {
  margin-bottom: 24px;
}
.company-info dt {
  width: 6.625em;
  margin-right: 2em;
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  text-align: center;
}
.company-info dd {
  flex: 1 1 0;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 0.8125rem;
  color: #555555;
}
.cat-list > li {
  min-width: 40px;
  padding: 5px;
  margin-bottom: 0.5em;
  background-color: #F3F3F3;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.cat-list > li:not(:last-of-type) {
  margin-right: 0.923em;
}

.news-list > li {
  padding-bottom: 18px;
  border-bottom: 1px solid #BABABA;
}
.news-list > li:not(:last-of-type) {
  margin-bottom: 16px;
}
.news-list a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 3.193%;
  position: relative;
}
.news-list a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 14px 14px;
  border-color: transparent transparent #E5E5E5 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.news-list .thumbnail {
  width: 17.288%;
  margin-right: 6.101%;
  line-height: 1;
}
.news-list .text {
  flex: 1 1 0;
  line-height: 1.687;
}
.news-list .date {
  font-size: 0.8125rem;
  color: #808080;
}



.contact-box {
  max-width: 1160px;
  padding-top: 24px;
  padding-bottom: 70px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.contact-box .content-title {
  text-align: center;
}
.contact-box .content-wrapper {
  justify-content: space-between;
}
.contact-box .content-wrapper .item-left {
  width: 49.396%;
  padding: 24px 7.931% 58px 7.068%;
  border-right: 1px solid #CCCCCC;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .contact-box .content-wrapper .item-left {
    font-size: 0.875rem;
  }
}
.contact-box .content-wrapper .item-right {
  flex: 1 1 0;
  padding-top: 16px;
  text-align: center;
}
.contact-box .content-wrapper .item-right .text {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.187;
}
.contact-box .content-wrapper .tel {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-box .content-wrapper .tel {
    font-size: 0.875rem;
  }
}
.contact-box .business-hours::after {
  content: "：";
}


.copyright {
  display: block;
  width: 100%;
  margin-top: -1.875em;
  font-size: 0.9375rem;
  color: #F4F8FA;
  text-align: center;
}

.page404-text-box {
  max-width: 585px;
  margin: 0 auto;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
.page404-text-box > p:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.page404-text-box a {
  text-decoration: underline;
}

.home-main {
  padding-top: 0;
  padding-bottom: 120px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}



.about {
  padding-bottom: 56px;
  position: relative;
}
.about::before {
  content: "";
  width: 72.857%;
  height: 556px;
  background-color: #F4F8FA;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.about .content-title {
  letter-spacing: 0.15em;
}
.about .content-title::before {
  margin-bottom: 0.5em;
  margin-left: -30px;
}
.about .content-wrapper {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.about .content-wrapper .text-wrapper {
  flex: 1 1 0;
  margin-top: 88px;
  margin-left: 30px;
}
.about .content-wrapper .content-text {
  line-height: 2.8125;
}
.about .content-wrapper .content-text p:not(:last-of-type) {
  margin-bottom: 1.8em;
}
.about .content-wrapper .images-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  margin-right: 8.046%;
}
.about .content-wrapper .images-wrapper .item1, .about .content-wrapper .images-wrapper .item2, .about .content-wrapper .images-wrapper .item3 {
  line-height: 1;
}
.about .content-wrapper .images-wrapper .item1 {
  width: 36.25%;
}
.about .content-wrapper .images-wrapper .item2 {
  width: 29.687%;
  margin-top: 194px;
}
.about .content-wrapper .images-wrapper .item3 {
  width: 24.687%;
  margin-top: 351px;
}

.service {
  padding-top: 118px;
  padding-bottom: 82px;
}
.service .content-wrapper {
  justify-content: flex-start;
}
.service .content-wrapper .box-left {
  width: 25.078%;
  margin-right: 9.14%;
}
.service .content-wrapper .box-left .content-text {
  font-size: 1rem;
  line-height: 2.312;
}
@media screen and (max-width: 768px) {
  .service .content-wrapper .box-left .content-text {
    font-size: 0.875rem;
  }
}
.service .content-wrapper .box-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 65.782%;
}
.service .item {
  width: 46.458%;
}
.service .item .content-text {
  font-size: 0.875rem;
  line-height: 2.214;
}
.service .item:nth-of-type(odd) {
  margin-top: 16px;
}
.service .item:nth-of-type(even) {
  margin-top: 96px;
}
.service .item-title-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
}
.service .item-title-wrapper .item-title-img {
  width: 80px;
  margin-right: 25px;
  line-height: 1;
}
.service .item-title-wrapper .item-title {
  margin-bottom: 0;
}

.company-news-wrapper {
  padding-top: 90px;
  position: relative;
}
.company-news-wrapper::before {
  content: "";
  width: 72.785%;
  height: 100%;
  background-color: #F4F8FA;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.home-company {
  width: 46.093%;
  position: relative;
  z-index: 1;
}
.home-company::before {
  content: "";
  width: 100%;
  height: calc(100% - 20px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.home-company .company-info {
  margin-left: 6.521%;
}

.home-news {
  width: 47.5%;
  padding: 0 5.857%;
  margin: -436px 0 0 auto;
  position: relative;
}
.home-news::before {
  content: "";
  width: 100%;
  height: calc(100% - 18px);
  background-color: #FFFFFF;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.home-news-title {
  margin-bottom: 1.312em;
  font-family: "Marcellus", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #231815;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  text-transform: uppercase;
}
.home-news .news-list .thumbnail {
  width: 21.03%;
  margin-right: 7.422%;
}
.home-news > p {
  min-height: 400px;
  text-align: center;
}

.c-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  color: #6C6C6C;
  line-height: 3.2;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs {
    font-size: 0.8125rem;
  }
}
.c-breadcrumbs > li {
  display: inline-block;
  position: relative;
}
.c-breadcrumbs > li:not(:last-of-type)::after {
  content: ">";
  display: inline-block;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.box-white {
  padding: 60px 6.551% 92px;
  margin-bottom: 74px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.box-white.is-page404 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.text-red {
  color: #DA1725;
}

.btn-wrapper {
  margin-top: 30px;
  text-align: center;
}

.btn-submit {
  display: inline-block;
  min-width: 220px;
  padding: 10px;
  background-image: linear-gradient(to right, #333 0%, #333 50%, #FFFFFF 50%, #FFFFFF 100%);
  background-size: 200%;
  background-position-x: 0;
  border: 1px solid #333;
  border-radius: 5px;
  color: #FFFFFF;
  text-align: center;
  transition: 0.3s ease-in;
}
.btn-submit:hover {
  background-position-x: 100%;
  color: #333;
}

.form-wrapper {
  max-width: 586px;
  margin: 0 auto;
}
.form-wrapper .about-text {
  margin-bottom: 54px;
  font-size: 0.9375rem;
  color: #333;
  line-height: 2.333;
}
@media screen and (max-width: 768px) {
  .form-wrapper .about-text {
    font-size: 0.875rem;
  }
}
.form-wrapper .about-text a:not(a[href^="tel:"]) {
  text-decoration: underline;
}

.form-box {
  width: 100%;
}
.form-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.form-box dt, .form-box dd {
  padding-bottom: 30px;
}
.form-box dt {
  font-weight: 400;
  text-align: left;
}
.form-box dt.message {
  padding-top: 10px;
  vertical-align: top;
}
.form-box dd {
  width: 63.993%;
}

.required {
  display: inline-block;
}
.required::after {
  content: "※";
  display: inline-block;
  padding-left: 1em;
  color: #DA1725;
}

.text-right {
  text-align: right;
}

.company-about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 122px;
}
.company-about .text-wrapper {
  flex: 1 1 0;
  margin-left: 8.432%;
}
.company-about .text-wrapper * {
  margin-bottom: 1em;
}
.company-about .text-wrapper *:last-child {
  margin-bottom: 0;
}
.company-about .text-wrapper p {
  margin-bottom: 2em;
}
.company-about .text-wrapper h2 {
  margin-bottom: 0.875em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .company-about .text-wrapper h2 {
    font-size: 1.125rem;
  }
}
.company-about .images-wrapper {
  width: 35.119%;
}
.company-about .images-wrapper img {
  width: 100%;
}

.company-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.map {
  width: 53.769%;
  height: 0;
  padding-top: 40.376%;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}

.news-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.news-wrapper .box-white {
  padding: 26px 7.282% 50px;
}
.news-wrapper .main-content {
  width: 61.551%;
}
.news-wrapper .sidebar {
  width: 35.931%;
}

.news-title {
  margin-bottom: 1em;
  font-family: "Marcellus", serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 2.25;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 1.000rem;
  }
}



.sidebar .box-white {
  padding-right: 8.376%;
  padding-left: 8.376%;
}
.sidebar .item {
  padding: 0 3.773%;
  padding-bottom: 36px;
}
.sidebar .item:not(:last-of-type) {
  border-bottom: 1px solid #BABABA;
  margin-bottom: 42px;
}
.sidebar-list {
  padding: 0 7.718%;
  font-weight: 500;
  color: #555555;
}
.sidebar-list a {
  display: inline-block;
  padding-right: 1em;
  line-height: 2.562;
}
.sidebar-list a::before {
  content: "-";
  display: inline-block;
  margin-right: 0.5em;
}

.post .box-white {
  padding-right: 5.882%;
  padding-left: 5.882%;
}
.post-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  font-size: 0.875rem;
  color: #555555;
}
.post-header time {
  margin-bottom: 0.5em;
}
.post-header .cat-list {
  font-size: 0.875rem;
}
@media screen and (max-width: 768px) {
  .post-header .cat-list {
    font-size: 0.8125rem;
  }
}
.post-header .cat-list > li {
  padding-right: 18px;
  padding-left: 18px;
}
.post-title {
  margin-bottom: 0.718em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.468;
}
@media screen and (max-width: 768px) {
  .post-title {
    font-size: 1.375rem;
  }
}
.post-wrapper {
  line-height: 1.75;
  letter-spacing: 0.11em;
}
.post-wrapper > * {
  margin-bottom: 36px;
}
.post-wrapper h2 {
  padding-left: 1.166em;
  margin-bottom: 1.5em;
  border-left: 3px solid #333;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h2 {
    font-size: 1.125rem;
  }
}
.post-wrapper h3 {
  padding: 10px 4.444%;
  margin-bottom: 1.318em;
  background-color: #E2EBEF;
  border-radius: 10px;
  font-size: 1.375rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .post-wrapper h3 {
    font-size: 1rem;
  }
}
.post-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.post-wrapper .images-wrapper.col2 {
  margin-bottom: 0;
}
.post-wrapper .images-wrapper.col2 > a {
  width: 47.46%;
  margin-bottom: 36px;
}
.post .eyecatch {
  height: 0;
  padding-top: 59.841%;
  position: relative;
  overflow: hidden;
}
.post .eyecatch img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.lb-outerContainer {
  background-color: transparent;
}

.lightbox .lb-image {
  border: none;
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin-top: 28px;
  border-top: 1px dashed #666666;
  border-bottom: 1px dashed #666666;
  font-size: 0.875rem;
  font-weight: 500;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .page-nav {
    font-size: 0.8125rem;
  }
}
.page-nav > li {
  min-width: 5em;
}
.page-nav > li:first-of-type a::after {
  right: auto;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
}
.page-nav a {
  display: inline-block;
  min-width: 5em;
  padding: 5px 14px;
  position: relative;
}
.page-nav a.to-archive {
  font-weight: bold;
  color: #333;
}
.page-nav a.to-archive::after {
  content: none;
}
.page-nav a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #666666;
  border-right: 1px solid #666666;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
}

.privacy-wrapper {
  max-width: 574px;
  margin: 0 auto;
  font-size: 0.9375rem;
}
.privacy-wrapper > * {
  margin-bottom: 1.8em;
}
.privacy-wrapper h2 {
  margin-bottom: 1.35em;
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .privacy-wrapper h2 {
    font-size: 1.125rem;
  }
}

/* header */

#header{
  background:#fff;
}

#header h1{
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  position: absolute;
  top: 25px;
  left:50%;
  transform: translateX(-50%);
  color:#182578;
}

#g-nav ul{
  display: flex;
  padding: 0 0 0 5%;
}

#g-nav ul li{
letter-spacing: 0.1em;
  white-space: nowrap;
}

#g-nav ul li:last-child{
   display: none;   
}

#g-nav ul li a{
  display: block;
  padding:6px 15px;
}

@media screen and (max-width:1300px) {
#g-nav ul{
  display: block;
  padding: 0;
}
 
#g-nav ul li a{
  padding:6px 15px;
}
}

#header ul#utility-navi{
  position: fixed;
  top:0;
  right:0;
  z-index: 999;
  display: flex;
  font-size: 0.8rem;
}

#header ul#utility-navi li{
  text-align: center;
}

#header ul#utility-navi li span{
  display: block;
}

#header ul#utility-navi li a{
  color: #000000;
  padding: 15px 0;
  display: block;
  width:100px;
  transition: all .5s;
}

#header ul#utility-navi li img{
  width:35%;
}  

#header ul#utility-navi li:first-child a{
   background:#666;
}

#header ul#utility-navi li:first-child a:hover{
   background:#888;   
}

#header ul#utility-navi li:last-child a{
   background:#ffffff;
}

#header ul#utility-navi li:last-child a:hover{
   background:#888;
}

@media screen and (max-width:768px) {

#header h1{
  top:9px;
  transform: translateX(-70%);
}


#header ul#utility-navi li span{
  display:none;
}

#header ul#utility-navi li a{
  width: 70px;
  height: 70px;
  padding: 0;
}
  
#header ul#utility-navi li img {
  width: 45%;
  margin: 17px 0 0 0px;
}
 
}

@media screen and (max-width:530px) {

#header h1{
  font-size: 1.2rem;
  top:14px;
  transform: translateX(-50%);
}
  
#g-nav ul li:last-child{
   display: block;   
}
  
#header ul#utility-navi li:first-child{
  display: none;    
}

#header ul#utility-navi li:last-child a{
   background:#ffffff;
}

#header ul#utility-navi li:last-child a:hover{
   background:#888;   
}
}


/* font-family */

.heading{
  font-family: 'Alex Brush', cursive;
  font-size: 5vw;
  font-weight: normal;
  color: #182578;
  animation-delay: 0.3s;
}

@media screen and (max-width:960px) {
.heading{
  font-size:3.5rem;
}
}

#container{
  overflow-x: hidden;
}



/* footer */

#footer{
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
  flex-direction: row-reverse;
}

#footer .footer-r{
  width:70%;
  padding: 40px;
  background:#182578;
  color: #fff;
}

#footer .footer-r .map-address{
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer-r .map-address address{
   font-style: normal;   
  margin: 0 0 30px 0;
}

#footer .footer-r .map-area{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 100px 0;
}

#footer .footer-r .map-area h2{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;    
  text-orientation: upright;
  font-size: 1.3rem;
  width:10%;
  height: 10em;
  letter-spacing: 0.3em;
  text-align: center;
}

#footer .footer-r .map-address{
  width:30%;
}

#footer .footer-r .map-block{
  width:50%;
}

#footer .footer-r .iframe-area {
position: relative;
padding-bottom: 51.65%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

#footer .footer-r .iframe-area iframe,
#footer .footer-r .iframe-area object,
#footer .footer-r .iframe-area embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#footer .footer-link{
  font-size: 0.9rem;
  padding: 0 0 0 50px;
}

#footer .footer-link li{
   display: inline-block;
}

#footer .footer-link a{
  color: #fff;
}

#footer .footer-link a::after{
  content:'/';
  padding: 0 10px;
}

#footer .footer-link li:last-child a::after{
  content:'';
  padding: 0;
}

#footer .footer-l{
  width:30%;
  background:#333333;
}

#footer .footer-l .footer-contact{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #cccccc;
  height: 40vh;
}

#footer .footer-l .footer-contact-area h2{
  font-size: 1.2rem;
  margin: 0 0 20px 0;
  letter-spacing: 0.1em;
}

#footer .footer-l .footer-contact-area a{
  font-size: 1.5rem;
  padding: 0 0 20px 0;
  display: inline-block;
}

#footer #copyright{
  background:#333333;
  color: #ccc;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 20vh;
}

#footer #page-top{
  position: absolute;
  bottom:0;
  right: 0;
  width:80px;
  height:80px;
  background:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#footer #page-top span{
  display: inline-block;
width: 13px;
height: 13px;
border-top:2px solid #182578;
border-left: 2px solid #182578;
transform: rotate(45deg);
}

@media screen and (max-width:1045px) {

#footer .footer-r,
#footer .footer-l{
  width:100%;
}
  
#footer .footer-l .footer-contact,
#footer #copyright{
  height: inherit;
  padding: 40px 0;
}
  
#footer .footer-r .map-area h2{
  width:5%;
}
 
#footer .footer-link{
  text-align: center;
}
  
}

@media screen and (max-width:768px) {
  #footer .footer-r{
      padding:80px 30px;
  }
  
  #footer .footer-r .map-area{
      margin: 0;
  }
  #footer .footer-link{
      display: none;
  }
  
#footer .footer-r .map-area h2{
  width:100%;
  height: inherit;
  margin: 0 0 50px 0;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
}

#footer .footer-r .map-address{
      width:48%;
}
  
#footer #page-top{
      width:60px;
      height: 60px;
}
  
}

@media screen and (max-width:560px) {

#footer .footer-r .map-address,  
#footer .footer-r .map-block{
      width:100%;
}
  
#footer .footer-r .map-address{
      margin: 0 0 50px 0;
}
}

/*Company img*/
.company-img{
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;

}






/*========= 検索窓を開くための虫眼鏡ボタン設定 ===========*/

.open-btn{
	position: absolute;
	top:10px;
	right:10px;
	background:#fff url("../img/icon_search.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 20px 20px;
	width:50px;
	height:50px;
	border-radius: 50%;
	cursor: pointer;
}

/*========= 検索窓の設定 ===============*/

/*==検索窓背景のエリア*/

#search-wrap{
    position:fixed;/*固定配置にして*/
	top: 0;
    left: 0;
	z-index: -1;/*最背面に設定*/
	opacity: 0;/*透過を0に*/
	transition: all 0.4s;/*transitionを使ってスムースに現れる*/
	width:100%;
	height: 100vh;
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後の見た目*/
#search-wrap.panelactive{
	opacity: 1;/*不透明に変更*/
	 z-index: 3;/*全面に出現*/
	 background:#333;
    /*中の要素を天地中央揃えにする設定*/
	 display: flex;
	 justify-content: center;
	 align-items: center;
}

/*==検索窓のエリア*/

#search-wrap .search-area{
	display: none;/*検索窓のエリアは、はじめ非表示*/
}

/*ボタンクリック後、JSで#search-wrapに panelactive クラスが付与された後*/
#search-wrap.panelactive .search-area{
	display: block;/*検索窓エリアを表示*/
	width:80%;
	position: relative;
}

/*==検索フォームの設定*/

#search-wrap form{
	position: relative;
	height: 66px;
}

/*==テキスト入力とボタンinput共通設定*/
#search-wrap input{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #fff;
}

/*テキスト入力input設定*/
 #search-wrap input[type="text"] {
	width: 100%;
	padding: 20px;
	border: none;
	border-bottom:2px solid #666;
	transition: all 0.5s;
	letter-spacing: 0.05em;
}

 #search-wrap input[type="text"]:focus {
	background:#444;
}

/*ボタンinput設定*/
 #search-wrap input[type="submit"] {
	position: absolute;
	 top:0;
	right:10px;
	background:url("../img/icon_search.svg") no-repeat 15px center;/*虫眼鏡アイコンを背景に表示*/
	background-size: 25px 25px;
	width:60px;
	height: 60px;
}

/*=======　閉じるための×ボタン　========*/
.close-btn{
	position: absolute;
	top:10px;
	right:10px;
	z-index: 2;
	cursor: pointer;
    width: 60px;
    height:60px;
}
	
.close-btn span{
    display: inline-block;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #fff;
 }

/*×マーク*/
.close-btn span:nth-of-type(1) {
    top: 21px;
    left: 16px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
}

.close-btn span:nth-of-type(2){
    top: 32px;
    left: 16px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
}


/*NEXTボタン*/
.wp-pagenavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 42px;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #444444;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: 0.3s ease-in;
}
.wp-pagenavi span:not(:last-child), .wp-pagenavi a:not(:last-child) {
  margin-right: 2.622%;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi span, .wp-pagenavi a {
    font-size: 0.875rem;
  }
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi span.current {
  background-color: #1576BE;
  color: #FFFFFF;
}
.wp-pagenavi a {
  color: #666666;
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  width: auto;
  padding: 5px 1.2em;
}

