@charset "UTF-8";
.js-fadeinup-trigger,
.js-fadein-trigger {
  opacity: 0;
}

body {
  background-color: #d8d0ca;
  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: inherit;
  text-decoration: none;
  word-break: break-all;
}
a[target=_blank] {
  text-decoration: underline;
}

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;
}



.grecaptcha-badge {
  visibility: hidden;
}


 .site-id-wrapper { 
  display: inline-block;
}

.site-id {
  display: flex;
  align-items: center;
}
.site-id-img {
  width: 43px;
  height: 20px;
}
.site-id-text { 
  padding-left: 12px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2.7;
}
@media screen and (max-width: 768px) {
  .site-id-text {
    font-size: 1rem;
  }
}

.gnav {
  padding: 20px 4.428% 22px 20px;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 3;
  letter-spacing: 0.05em;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
}

.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list li:not(:last-of-type) {
  margin-right: 68px;
}
.gnav-list li:first-of-type {
  display: none;
}
.gnav-list a {
  display: block;
}
.gnav-list a.current, .gnav-list a:hover {
  color: #0054A6;
}

.btn-nav {
  display: none;
}

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


.page-title {
  margin-bottom: 3.833em;
  text-align: center;
  margin-top: 80px;
}
.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;
  }
}

.access-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) {
  .access-title, .page-title {
    font-size: 1rem;
  }
}
.access-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;
}

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






.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;
}

 

 /*円形ボタン*/
.example-btn{
  display: block; 
  min-width: 200px;
  
  padding: 1em 2em; /*サイズ展開しても円形を保つためem指定 */
  border-radius: 2em; /*サイズ展開しても円形を保つためem指定*/
  border: 2px solid;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  margin: 30px;
}
 
 /*円形ボタン大サイズ*/
 .example-btn--large {
  width: 100%;
  max-width: 200px;
  font-size: 1.2em;
}

p.hover-sample:hover{
	color: deeppink;
	
	font-weight: bold;
}
  



.sanpl{
  font-size: 1rem;
  font-weight: bold;
}


/* .btn {   
   display: block;
  background: #000;
    color: #fff;
    border: 1px solid #231815;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* padding: 11px 100px; 
.btn::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%);
}
.btn: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: #BABABA;
  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;
}

.footer-a {
  padding-top: 60px;
  padding-bottom: 56px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
.footer-a::after {
  content: "";
  width: 100%;
  height: 460px;
  background: center/cover no-repeat url("./img/footer-img.jpg");
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.footer-b {
  padding: 42px 0;
  background-color: #FFFFFF;
}
.footer-b .footer-nav {
  margin-top: 0;
  color: #666666;
}
.footer-b .copyright {
  color: #666666;
}

.contact-box {
  max-width: 1160px;
  padding-top: 24px;
  padding-bottom: 70px;
  margin: 0 auto;
  background-color: #d8d0ca;
  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: 1.5rem;
  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 .content-wrapper .fax {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .contact-box .content-wrapper .fax {
    font-size: 0.875rem;
  }
}




.contact-box .business-hours::after {
  content: "：";
}

.footer-nav {
  display: flex;
  justify-content: flex-end;
  max-width: 1160px;
  margin: 36px auto 0;
  font-size: 0.9375rem;
  color: #FFFFFF;
}
.footer-nav > li:not(:last-of-type) {
  margin-right: 0.5em;
}
.footer-nav a {
  text-decoration: underline;
  text-decoration-thickness: from-font;
}

.foot-wrap {
  background-color: #333;
  color: #fff;
  text-align: center;
}

.foot-wrap .menu-left, .menu-center, .menu-right {
  display: inline-block;
  width: 20%;
  margin: 50px auto;
}

.foot-wrap ul {
  list-style: none;
  padding: 0;
  line-height:40px;
}

.foot-wrap h3 {
  border-bottom: 3px solid #2ac5b3;
  padding: 10px;
}

.foot-wrap a {
  text-decoration: none;
  color: #fff;
}

.foot-wrap a:hover {
  color: deeppink;
}

.foot-wrap .cmark {
  display: block;
  padding: 10px;
  border-top: 1px solid gray;
  width: 80%;
  margin: 0 auto;
  color: gray;
}

@media screen and (max-width: 900px) {
  .foot-wrap .menu-left, .menu-center, .menu-right {
      display: flex;
      flex-direction: column;
      width: 50%;
  }
  .foot-wrap .cpr {
      display: inline;
  }
}



.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;
}

.mv {
  height: 38.571vw;
  padding: 6.4285% 0 2%;
  margin-bottom: 42px;
  position: relative;
}
.mv-text {
  margin: 0 0 5vw 14.921%;
  font-family: "Noto Serif JP", serif;
  font-size: 1.714vw;
  line-height: 1.291;
  letter-spacing: 0.33em;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1400px) {
  .mv-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-text {
    font-size: 0.875rem;
  }
}
.mv-text .inner-text {
  display: block;
  padding-left: 32px;
}
.mv-en {
  font-family: "La Belle Aurore", cursive;
  font-size: 4.643vw;
  color: #82BDDB;
  line-height: 1;
}
@media screen and (min-width: 1400px) {
  .mv-en {
    font-size: 4.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .mv-en {
    font-size: 1.6875rem;
  }
}
.mv .img-box {
  width: 57.571%;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: 0.3s ease-in;
}
.mv .img-box.slick-initialized {
  opacity: 1;
}
.mv .img-box img {
  width: 100%;
}

.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: #d9d4d4;
  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: #faf6f3;
  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: 32.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.125rem;
  }
}

.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;
}

.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-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: 65%;
  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;
  }
}

/*=======================================================
  ナビゲーション調整用の設定
=======================================================*/

.site-id-img1{
  width: 80px;
  height: 80px;
}

.site-id-img {
    width: 45px;
    height: 45px;
  }
  .gnav {
    width: 100%;
    height: 100vh;
    padding-top: 54px;
    background-color: #16295D;
    color: #FFFFFF;
    line-height: 3.866;
    position: fixed;
    top: 0;
    right: -120%;
    z-index: 2;
    transition: all 0.6s;
  }
  .gnav.is-open {
    right: 0;
  }
  .gnav-list {
    display: block;
    padding-top: 38px;
    padding-bottom: 36px;
  }
  .gnav-list li {
    text-align: center;
  }
  .gnav-list li:not(:last-of-type) {
    margin-right: 0;
  }
  .gnav-list li:first-of-type {
    display: block;
  }
  .gnav-list a.current {
    color: inherit;
  }
  .btn-nav {
    display: inline-block;
    width: calc(30px + 9.6%);
    height: 50px;
    padding: 20px 4.8%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 3;
  }
  .btn-nav::before, .btn-nav::after {
    content: "";
    height: 2px;
    background-color: #666666;
    position: absolute;
    right: 27.272%;
    transition: all 0.4s;
  }
  .btn-nav::before {
    width: 23px;
    top: 20px;
  }
  .btn-nav::after {
    width: 30px;
    bottom: 20px;
  }
  .btn-nav.is-open::before {
    transform: translateY(4px) rotate(-24deg);
    width: 32px;
  }
  .btn-nav.is-open::after {
    transform: translateY(-4px) rotate(24deg);
    width: 32px;
  }
  .main, .home-main {
    margin-top: auto;
  }
  .home-news {
    padding: 0 3%;
  }

/*=======================================================
  TBサイズより広い場合の設定
=======================================================*/
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*=======================================================
  TBサイズ以下の設定
=======================================================*/
@media screen and (max-width: 768px) {
  .inner {
    max-width: calc(480px + 12.266%);
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
  .content-title {
    margin-bottom: 1em;
    margin-left: 6px;
    line-height: 2.812;
  }
  .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .company-info {
    padding-right: 0;
  }
  .company-info dt {
    width: 7.571em;
    margin-right: 1.428em;
  }
  .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .news-list a {
    padding-right: 6.133%;
    padding-left: 6.133%;
  }
  .news-list a::after {
    right: 5.333%;
  }
  .news-list .thumbnail {
    width: 31%;
  }
  .footer-a {
    padding-top: 26px;
    padding-bottom: 12px;
  }
  .footer-a .inner {
    max-width: inherit;
    padding: 0;
  }
  .footer-b {
    padding: 34px 0;
  }
  .contact-box {
    padding-top: 0;
    padding-bottom: 46px;
    border-radius: 0;
  }
  .contact-box .content-wrapper {
    max-width: calc(480px + 17.6%);
    padding: 0 8.8%;
    margin: 0 auto;
  }
  .contact-box .content-wrapper .item-left, .contact-box .content-wrapper .item-right {
    width: 100%;
  }
  .contact-box .content-wrapper .item-left {
    padding: 0 0 38px;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .contact-box .content-wrapper .item-right .text {
    margin-bottom: 36px;
  }
  .contact-box .business-hours {
    display: block;
  }
  .contact-box .business-hours::after {
    content: "";
  }
  .footer-nav {
    justify-content: center;
    margin-top: 16px;
  }
  .copyright {
    margin-top: 0.6em;
  }
  .home-main {
    padding-bottom: 0;
  }
  .mv {
    height: auto;
    padding-top: 5.6%;
    padding-bottom: 5%;
    margin-bottom: 36px;
  }
  .mv .inner {
    max-width: initial;
  }
  .mv-text {
    margin-bottom: 12%;
    margin-left: 0;
    font-size: 3.733vw;
    line-height: 1;
    letter-spacing: 0.54em;
  }
  .mv-text .inner-text {
    padding-left: 2.898%;
  }
  .mv-text .inner-text:nth-of-type(2) {
    margin-top: 3.285em;
  }
  .mv-text .inner-text:last-of-type {
    padding-left: 0;
    margin-top: 4.857em;
  }
  .mv-en {
    margin-left: -1.866%;
    font-size: 7.2vw;
  }
  .mv .img-box {
    width: 71.466%;
  }
  .about {
    padding-bottom: 0;
  }
  .about::before {
    width: 49.866%;
    height: calc(100% - 14px);
  }
  .about .content-title {
    margin-bottom: 0.75em;
  }
  .about .content-title::before {
    margin-bottom: 4px;
    margin-left: -6px;
  }
  .about .content-wrapper {
    display: block;
  }
  .about .content-wrapper .text-wrapper {
    margin: 0 0 48px 6px;
  }
  .about .content-wrapper .content-text {
    width: 102%;
    padding-left: 6px;
    line-height: 2.357;
  }
  .about .content-wrapper .images-wrapper {
    width: 104.545%;
    margin-left: -6.969%;
  }
  .about .content-wrapper .images-wrapper .item1 {
    width: 36.521%;
  }
  .about .content-wrapper .images-wrapper .item2 {
    width: 29.855%;
    margin-top: 23.837%;
  }
  .about .content-wrapper .images-wrapper .item3 {
    width: 24.637%;
    margin-top: 43.023%;
  }
  .service {
    padding-top: 32px;
    padding-bottom: 28px;
  }
  .service .content-wrapper {
    display: block;
  }
  .service .content-wrapper .box-left {
    width: 100%;
  }
  .service .content-wrapper .box-left .content-text {
    width: 86.666%;
    line-height: 2.357;
  }
  .service .content-wrapper .box-right {
    display: block;
    width: 100%;
  }
  .service .item {
    width: 100%;
  }
  .service .item:nth-of-type(odd) {
    margin-top: 42px;
  }
  .service .item:nth-of-type(odd) .content-text {
    width: 91.515%;
  }
  .service .item:nth-of-type(even) {
    margin-top: 48px;
  }
  .service .item:nth-of-type(even) .content-text {
    width: 96.06%;
  }
  .service .item .content-text {
    margin-left: 2.727%;
  }
  .service .item-title-wrapper {
    margin-bottom: 26px;
    margin-left: 2.727%;
  }
  .service .item-title-wrapper .item-title-img {
    margin-right: 23px;
  }
  .company-news-wrapper {
    padding-top: 40px;
    padding-bottom: 46px;
    margin-bottom: 0;
  }
  .company-news-wrapper::before {
    width: 46.4%;
  }
  .home-company {
    width: 100%;
  }
  .home-company::before {
    width: 114%;
    height: calc(100% - 6px);
    left: 50%;
    transform: translateX(-50%);
  }
  .home-company .company-info {
    margin-left: 2.727%;
  }
  .home-news {
    width: 100%;
    padding-right: 6.4%;
    padding-left: 6.4%;
    padding-bottom: 40px;
    margin-top: 34px;
    margin-bottom: 0;
  }
  .home-news-title {
    text-align: left;
  }
  .home-news .news-list {
    width: 114.678%;
    margin-left: -7.339%;
  }
  .home-news .news-list .thumbnail {
    width: 31%;
  }
  .home-news > p {
    min-height: auto;
  }
  .box-white {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .form-wrapper {
    max-width: 480px;
  }
  .form-box {
    display: block;
  }
  .form-box dt, .form-box dd {
    display: block;
    width: 100%;
  }
  .form-box dt {
    padding-bottom: 0.3em;
  }
  .form-box dt.message {
    padding-top: 0;
  }
  .form-box dd {
    padding-bottom: 1em;
  }
  .company-about {
    justify-content: center;
    margin-bottom: 60px;
  }
  .company-about .text-wrapper {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  .company-about .images-wrapper {
    width: 80%;
    max-width: 300px;
  }
  .company-info-wrapper {
    justify-content: center;
  }
  .company-info {
    padding-bottom: 40px;
  }
  .map {
    width: 100%;
    padding-top: 75.092%;
  }
  .news-wrapper .box-white {
    margin-bottom: 40px;
  }
  .news-wrapper .main-content, .news-wrapper .sidebar {
    width: 100%;
  }
  .news-list {
    width: 100%;
    margin-left: 0;
  }
  .page-nav {
    width: 104%;
    padding: 10px 0;
    margin-left: -2%;
  }
  .page-nav a {
    padding: 5px 8px;
  }
  .page-nav a.to-archive {
    padding: 5px 0;
  }
}

.access-box {
  max-width: 1160px;
  padding-top: 24px;
  padding-bottom: 70px;
  margin: 0 auto;
  /* background-color: #d8d0ca; */
  border-radius: 10px;
}
.access-box .content-title {
  text-align: center;
}
/* .access-box .content-wrapper { 
  justify-content: space-between;
}*/
.access-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) {
  .access-box .content-wrapper .item-left {
    font-size: 0.875rem;

  }
}
.access-box .content-wrapper .item-right {
  /* flex: 1 1 0; */
  padding-top: 16px;
  /* text-align: center; */
  padding: 24px 7.931% 58px 6%;
  line-height: 2.333;
}
.access-box .content-wrapper .item-right .text {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.333;
}
.access-box .content-wrapper .tel {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .access-box .content-wrapper .tel {
    font-size: 0.875rem;
  }
}
.access-box .business-hours::after {
  content: "：";
}



/*access-box*/
.access1-box {
  max-width: 1160px;
  padding-top: 24px;
  padding-bottom: 70px;
  margin: 0 auto;
  /* background-color: #d8d0ca; */
  border-radius: 10px;
}
.access-box1 .content-title {
  text-align: center;
}
.access-box1 .content-wrapper {
  justify-content: space-between;
}
.access-box1 .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) {
  .access-box1 .content-wrapper .item-left {
    font-size: 0.875rem;

  }
}
.access-box1 .content-wrapper .item-right {
  /* flex: 1 1 0; */
  padding-top: 16px;
  /* text-align: center; */
  padding: 24px 7.931% 58px 6%;
  line-height: 2.333;
}
.access-box1 .content-wrapper .item-right .text {
  margin-bottom: 20px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.333;
}
.access-box1 .content-wrapper .tel {
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .access-box1 .content-wrapper .tel {
    font-size: 0.875rem;
  }
}
.access-box1 .business-hours::after {
  content: "：";
}




/*parts.css*/
/*===========================================================*/
/*機能編  4-2-1 背景色が伸びる（下から上） */
/*===========================================================*/


/*========= ローディング画面のためのCSS ===============*/
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999;
	text-align:center;
	color:#fff;
}

#splash-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#splash-logo img{
	width:50px;
}

/*========= 画面遷移のためのCSS ===============*/

/*画面遷移アニメーション*/

.splashbg{
	display: none;
}

body.appear .splashbg{
    display: block;
    position:fixed;
	z-index: 999;
    width: 100%;
    height: 100vh;
    top: 0;
	left: 0;
    transform: scaleY(0);
    background-color: #333;/*伸びる背景色の設定*/
	animation-name:PageAnime;
	animation-duration:1.2s;
	animation-timing-function:ease-in-out;
	animation-fill-mode:forwards;

}

@keyframes PageAnime{
	0% {
		transform-origin:bottom;
		transform:scaleY(0);
	}
	50% {
		transform-origin:bottom;
		transform:scaleY(1);
	}
	50.001% {
		transform-origin:top;
	}
	100% {
		transform-origin:top;
		transform:scaleY(0);
	}
}

/*画面遷移の後現れるコンテンツ設定*/

#wrapper{
	opacity: 0;/*はじめは透過0に*/
}

/*bodyにappearクラスがついたら出現*/
body.appear #wrapper{
	animation-name:PageAnimeAppear;
	animation-duration:1s;
	animation-delay: 0.8s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}


/*===========================================================*/
/*機能編  5-1-12 クリックしたらナビが下から上に出現 */
/*===========================================================*/
#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	bottom:-120%;
	width:100%;
    height: 100vh;/*ナビの高さ*/
	background:#3333;
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    bottom: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    text-align: center; 
}

#g-nav li a{
	color: rgb(254, 24, 147);
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
}

/*===========================================================*/
/*機能編  5-2-5	MENUが×に */
/*===========================================================*/

.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	top:0;
	right: 0;
	cursor: pointer;
    width: 80px;
    height:70px;
    border-left:2px solid #fff;
}
	
/*ボタン内側*/
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
  }

.openbtn span:nth-of-type(1),
.openbtn span:nth-of-type(3) {
    height: 2px;
	background: #ffff;
  	width:30%;
    opacity: 0;
    top:22px;
    left:20px;
 }

.openbtn span:nth-of-type(2) {
	top:22px;
	left:18px;
	text-transform: uppercase;
	color: #fff;
    font-size: 0.9rem;
}

@media screen and (max-width:550px) {
.openbtn span:nth-of-type(2) {
    font-size: 0.8rem;
    }
    
}

.openbtn span:nth-of-type(3) {
    top:35px;
}


/*activeクラスが付与されると線が回転して×になり、Menu表記をしている2つ目の要素が透過して消える*/

.openbtn.active span:nth-of-type(1),
.openbtn.active span:nth-of-type(3) {
    opacity:1;
}

.openbtn.active span:nth-of-type(1) {
    top: 28px;
    left: 30px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
	opacity:0;
}

.openbtn.active span:nth-of-type(3){
    top: 40px;
    left: 30px;
    transform: translateY(-6px) rotate(45deg);
}



/*===========================================================*/
/*機能編  5-1-26 追従メニューの現在地ハイライト*/
/*===========================================================*/

/*========= 現在地表示のためのCSS ===============*/

#header{
	position: fixed;/*header固定*/
	height: 100px;/*Headerの高さ設定*/
	width:100%;
    z-index: 9;
	/* display: flex; */
	justify-content: center;
	align-items: center;
    background: #3d3d3d;
}
.site-id-img {
  width: 43px;
  height: 20px;
}
@media screen and (max-width:990px) {
#header{
    height: 75px;
    }  
}

#pc-nav ul{
	list-style: none;
	display: flex;
	justify-content: center;
    text-transform: uppercase;
    margin: 0 0 0 5%;
}

#pc-nav li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding:0 15px;
	transition:all 0.3s;
}

#pc-nav li.current a,
#pc-nav li a:hover{
	color:#fff;	
}

/*===========================================================*/
/*機能編  9-1-5 スクロールをするとエリアの高さに合わせて線が伸びる*/
/*===========================================================*/

.scrollgress{
	z-index:99;/*他のposition指定しているエリアより前に出すためz-indexの数字を大きく*/
}

/*===========================================================*/
/*機能編  7-1-35	下線が伸びて背景に変わる*/
/*===========================================================*/


.btnlinestretches3{
    /*線の基点とするためrelativeを指定*/
	position:relative;
    /*ボタンの形状*/  
	color:#333;
    padding: 5px 30px;
	display:inline-block;
    text-decoration: none;
    outline: none;
}

/*テキストの設定*/
.btnlinestretches3 span{
    /*テキストを前面に出すためz-indexの値を高く設定*/
	position:relative;
	z-index: 2;
}

.btnlinestretches3:hover span{
	color: #fff;
}

/*線の設定*/
.btnlinestretches3::after {
	content:'';
    /*絶対配置で線の位置を決める*/
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
    /*線の形状*/
	background:#333;
	width:100%;
	height:3px;
    /*アニメーションの指定*/
	transition:all 0.3s ease-in-out;
}

/*線が伸びて背景に*/
.btnlinestretches3:hover::after {
	height:100%;
}

/*===========================================================*/
/*機能編  8-1-3 ページの指定の高さを超えたら右から出現*/
/*===========================================================*/

/*リンクの形状*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	background:#23b7ed33;
	width: 60px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
}

#page-top a:hover{
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 0;
	bottom:0;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove{
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

/*　右の動き　*/

#page-top.RightMove{
	animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime{
  from {
  	opacity: 1;
	transform: translateX(0);
  }
  to {
  	opacity: 1;
	transform: translateX(100px);
  }
}

/*===========================================================*/
/*機能編  9-2-2 任意の場所をクリックすると隠れていた内容が開き、先に開いていた内容が閉じる*/
/*===========================================================*/

/*アコーディオン全体*/
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
}

.accordion-area li{
    margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}

/*アコーディオンタイトル*/
.title {
    position: relative;/*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size:1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

@media screen and (max-width:768px) {
.title {
    font-size:0.9rem;
}
}

/*アイコンの＋と×*/
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #333;
    
}
.title::before{
    top:48%;
    left: 15px;
    transform: rotate(0deg);
    
}
.title::after{    
    top:48%;
    left: 15px;
    transform: rotate(90deg);

}

/*　closeというクラスがついたら形状変化　*/

.title.close::before{
	transform: rotate(45deg);
}

.title.close::after{
	transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;/*はじめは非表示*/
    background: #f3f3f3;
	margin:0 3% 3% 3%;
    padding: 3%;
}


/*===========================================================*/
/*機能編  9-4-1 ニュースティッカー*/
/*===========================================================*/

/*ニュース1行の周りの余白*/
.slider a{
    display: block;
    background:#fff;
    padding:10px 0;
}

/*日付*/
.slider time{
    display:inline-block;
    font-size:0.8rem;
    margin-right:10px;
    color:#777;
}

/*768px以下の見た目*/
@media screen and (max-width:768px) {
    .slider {
        padding:20px;
        background:#fff;
    }

    .slider li {
        border-bottom:1px dashed #ccc;
    }

    .slider li:last-child {
        border-bottom:none;
    }
    .slider time {
        display:block;
		padding-bottom:10px;
    }
}


/*===========================================================*/
/* 印象編 4 最低限おぼえておきたい動き*/
/*===========================================================*/

/*4-9　シャッ（左から）*/
.bgextend{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*　はみ出た色要素を隠す　*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappear{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

.bgLRextend::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* 4-1 ふわっ（下から） */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/* 4-2　パタッ（左へ） */
.flipLeft{
animation-name: flipLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
perspective-origin: left center;
opacity:0;
}

@keyframes flipLeftAnime{
  from {
   transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
 	opacity: 0;
  }

  to {
  transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
  opacity: 1;
  }
}

/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#vision,
.service-area{
    transform:  translate3d(0, 0, 0);
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger{
    opacity: 0;
}


/*===========================================================*/
/* 印象編　6-6　スクロールすると下のエリアがヘッダーにかぶさる*/
/*===========================================================*/

 #top-main{ 
	width:100%;
	height: 100vh;
	position: relative;
} 

#top-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:5%;
	z-index:-1;
	width:90%;
	height: 80vh;
	/*背景画像設定*/
	background:url("") no-repeat center;
	background-size:cover;
}

@media screen and (max-width:768px) {
#top-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}

#container{
	position: relative;
	z-index:1;
	background:#d8d0ca;
}

 #top-main{ 
	width:100%;
	height: 10vh;
	position: relative;
} 

#top-main:before{
	content: '';
	position:fixed;
	top:10vh;
	left:5%;
	z-index:-1;
	width:90%;
	height: 80vh;
	/*背景画像設定*/
	background:url("") no-repeat center;
	background-size:cover;
}

@media screen and (max-width:768px) {
#top-main:before{
    background-position: top center;
    background-size:auto 90%;
    }
}

#container{
	position: relative;
	z-index:1;
	background:#d8d0ca;
}

 

/*layout.css*/

/* レイアウトのためのCSS */

body{
    font-family:"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #333;
	font-size:1rem;
	line-height:1.85;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%; 
	word-wrap: break-word;
}

@media screen and (max-width:768px) {
body{
	font-size:0.8rem;
	}
}

*{box-sizing: border-box;}

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

a{
	color: #333;
	text-decoration: none;
    outline: none;
}
.site-id-wrapper { 
    display: inline-block;
  }
  
.site-id { 
    display: flex;
    align-items: center;
  }
.site-id-img {
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }

img{
   width: 100%; 
    height: auto;
    text-align: center;
}
@media screen and (max-width:768px) {
   img{
    width: 100%;    
    font-size:0.8rem;
        }
    }



/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer{
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1em;
}

/* splash */

#splash-logo{
    font-size: 1.2rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #666;
}

/* g-nav */

#g-nav.panelactive li:last-child a{
    margin: 30px 0 0 0;
    padding: 10px 20px;
    border: 2px solid #333;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before{
    background:#333;
}


@media screen and (max-width:990px) {
    #pc-nav{
        display: none;
    }
}

/* heading */

h1{
    text-transform: uppercase;
    /* font-size: 1.5rem; */
    position: absolute;
    /* top: 40%; */
    left: 2%;
    line-height: 1;
    letter-spacing: 0.2em;
}

@media screen and (max-width:550px) {
    h1{
        font-size:1.2rem;
        top: 32%;
    }
}


h1 a{
    color:#fff;
}

h2{
    text-transform: uppercase;
    font-size: 3rem;
}

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

  h2{
      font-size:2rem;
    }
}

/* lead */

.top-lead{
    position: fixed;
    bottom:10%;
    left:5%;
    font-size:3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}


.top-lead span.bgLRextend::before{
    background:#333;
}

@media screen and (max-width:550px) {
.top-lead{
    font-size:2.2rem;
    }
}
@media screen and (max-width:380px) {
.top-lead{
    font-size:1.8rem;
    }
}

/* main-area */

#main-area{
    width:90%;
    margin:0 auto;
    padding: 50px 0; 
}

/* topics */

#topics{
    border-left:3px solid #000;
    padding: 0 0 0 20px;
}

@media screen and (max-width:768px) {
    #topics{
        margin:0 0 100px 0;
}
}

#topics h2{
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before{
    background:#333;
}

.bx-wrapper{
    box-shadow:none;
    border:none;
}

/* vision */

#vision{
    display: flex;
    justify-content:space-around;
    align-items: center;
    flex-wrap: wrap;
    margin:0 0 100px 0;
}

@media screen and (max-width:768px) {
    #vision{
        margin:0 0 50px 0;
    }
    
}

#vision .img{
    width:600px;
    min-height: 590px;
    background:url("./img/アセット 1.png") no-repeat center;
    background-size: cover; 
}

#vision .content{
   width:50%; 
    text-align: right;
}

@media screen and (max-width:768px) {
  #vision .img{
    width:100%;
    min-height: 290px;
      margin:0 0 50px 0;
}

#vision .content{
   width:100%; 
    text-align: left;
}  
}

#vision h2{
    color:#333;
    margin:0 0 30px 0;
}

#vision p{
    line-height: 2;
    margin: 0 0 50px 0;
}

#vision .vision-lead{
    position: relative;
    color:#333;
    font-size:1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

@media screen and (max-width:768px) {
#vision .vision-lead{
    font-size:1rem;
    }
    
}

#vision .vision-lead::after{
     content:'';
    position: absolute;
    bottom:-30px;
    right:0;
    background:#333;
    width:12em;
    height: 3px;
}




/* service */

#service h2{
    text-align: center;
    margin:0 0 100px 0;
    margin-top:50px;
}

@media screen and (max-width:550px) {
#service h2{
    margin:0 0 50px 0;
    }
}

#service h2 span.bgLRextend::before{
    background:#333;
}


#service .service-area{
    position: relative;
    display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#service .service-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #service .service-area{
    margin:0 0 50px 0;   
}
   
}

 #service .service-area::after{ 
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    background:#d8d0ca;
    right:10%;
    top:20%;
    z-index: -1;
}


 /* #service .service-area:nth-of-type(2n+1){  
     flex-direction: row-reverse;
}*/


#service .service-area .img{
    width:100%;
}

 /* #service .service-area .content{  
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}*/

@media screen and (max-width:768px) {
#service .service-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#service .service-area .img{
    width:100%;
    z-index: 2;
}
#service .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#service .service-area .content-area{
    padding:40px;   
}

#service .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    
}

#service .service-area .content-area p{
     margin:0 0 30px 0; 
    
      
}

#service .btn{
    text-align: right;
}

/* service1 */

#service1 h2{
    text-align: center;
    margin:0 0 100px 0;
    margin-top:50px;
}

@media screen and (max-width:550px) {
#service1 h2{
    margin:80px 0 50px 0;
    }
}

#service1 h2 span.bgLRextend::before{
    background:#333;
}


#service1 .service-area{
    position: relative;
    display: flex;
  justify-content: space-between;
    flex-wrap: wrap;
    margin:0 0 300px 0;
}

@media screen and (max-width:768px) {
#service1 .service-area{
    margin:0 0 200px 0;   
}
}

@media screen and (max-width:590px) {
 #service1 .service-area{
    margin:0 0 50px 0;   
}
   
}

 #service1 .service-area::after{ 
     content:'';
    position: absolute;
    width: 70%;
    height: 23em;
    background:#d8d0ca;
    right:10%;
    top:20%;
    z-index: -1;
}


 /* #service .service-area:nth-of-type(2n+1){  
     flex-direction: row-reverse;
}*/


#service1 .service-area .img{
    width:100%;
}

 /* #service .service-area .content{  
    width:40%;
    background:#fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top:150px;
}*/

@media screen and (max-width:768px) {
#service1 .service-area .content{
    width:47%;
    top:100px;
    }  
}

@media screen and (max-width:590px) {
#service1 .service-area .img{
    width:100%;
    z-index: 2;
}
#service1 .service-area .content{
    width:100%;
    top:-10px;
    animation:none;
    opacity: 1;
    z-index: 1;
}
}

#service1 .service-area .content-area{
    padding:40px;   
}

#service1 .service-area .content-area h3{
     text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service1 .service-area .content-area h3 span{
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
    
}

#service1 .service-area .content-area p{
     margin:0 0 30px 0; 
    
      
}

#service1 .btn{
    text-align: right;
}



/*conpany*/

#conpany{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#conpany{
    margin: 0 0 100px 0;
}
    
}

#conpany h2{
    text-align: center;
    color:#333;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#conpany h2{
    margin:0 0 50px 0;
    }
}

#conpany .conpany-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#conpany .conpany-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#conpany .conpany-list dl{
     display: flex;
    justify-content: space-between;
}

#conpany .conpany-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

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

#conpany .conpany-list dt{
     padding:0 0 0 10px; 
    }
}

#conpany .conpany-list dd{
    width:65%;
}


/*conpany1*/

#conpany1{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#conpany1{
    margin: 100px 0 100px 0;
}
    
}

#conpany1 h2{
    text-align: center;
    color:#333;
    /* margin:5em 0 100px 0; */
}

@media screen and (max-width:550px) {
#conpany1 h2{
    margin:0 0 50px 0;
    }
}

#conpany1 .conpany-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#conpany1 .conpany-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#conpany1 .conpany-list dl{
     display: flex;
    justify-content: space-between;
}

#conpany1 .conpany-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

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

#conpany1 .conpany-list dt{
     padding:0 0 0 10px; 
    }
}

#conpany1 .conpany-list dd{
    width:65%;
}



/* about */

#about{
    margin: 0 0 200px 0;
}

@media screen and (max-width:768px) {
#about{
    margin: 0 0 100px 0;
}
    
}

#about h2{
    text-align: center;
    color:#333;
    margin:0 0 100px 0;
}

@media screen and (max-width:550px) {
#about h2{
    margin:0 0 50px 0;
    }
}

#about .about-list{
   width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li{
    border-bottom: 1px solid #ccc;
    margin:0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl{
     display: flex;
    justify-content: space-between;
}

#about .about-list dt{
    width:30%;
    padding: 0 0 0 40px;
}

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

#about .about-list dt{
     padding:0 0 0 10px; 
    }
}

#about .about-list dd{
    width:65%;
}

/* container */

.contaniner{
    max-width:100%;
    margin-left: auto;
    margin-right: auto;
}

.map {
    position: relative;
    padding-top: 56.25%; /* 9 ÷ 16　×　100 */
    margin-top: 50px;

}
.map iframe {
    position: absolute;
    max-width: 700px;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.map::before {
    content:"";
    display: block;
    padding-top: 52.25%;
}





/* faq */

 #faq{ 
    margin:0 0 200px 0;
}

#faq h2{
    text-align: center;
    margin:0 0 100px 0;
}


#faq h2 span.bgLRextend::before{
    background:#333;
}

 /* .faq-bg{  
    position: relative;
    height: 55vh;
    background:url("") no-repeat center;
    background-size:cover;
    margin: 0 0 200px 25%;
}*/

 /* .faq-bg::after{  
    content:'';
    position: absolute;
    top:20%;
    left:-15%;
    width:100%;
    height:55vh;
    background:#f3f3f3;
    z-index: -1;
}*/

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

 .faq-bg, 
.faq-bg::after{
    height:10vh;
}   
}

@media screen and (max-width:550px) {
#faq{
    margin:0 0 100px 0;
}
    
#faq h2{
 margin: 0 0 50px 0;   
}
    
.faq-bg{ 
    margin:0 0 100px 25%;
}

 .faq-bg, 
.faq-bg::after{
    height:20vh;
} 
}

/* contact */

#contact{
    margin:0 0 100px 0;
}

#contact h2{
    text-align: center;
    margin:0 0 100px 0;
    color: #333;
}

@media screen and (max-width:550px) {
 #contact h2{
     margin:0 0 50px 0;
    }
}

#contact .form-list{
    width:100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input , button , textarea , select {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	background:none;
    font-size: 16px;
}

#contact .form-list input[type='text'] , 
#contact .form-list input[type='email'] , 
#contact .form-list textarea{
	width:100%;
	border:1px solid #666;
	background:#fff;
	padding: 10px;
	-webkit-appearance:none;
	   -moz-appearance:none;
	        appearance:none;
}

#contact .form-list input[type='text'] , input[type='email'] {
	height:50px;
}

#contact .submit-btn{
    width:152px;
    margin: 0 auto;
}

#contact input[type='submit']{
   border:2px solid #333;
    color: #333;
    text-align: center;
    padding: 5px 20px;
    width:152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover{
    background: #333;
    color: #fff;
} 

#contact .form-list dl{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding:0 0 20px 0;
}

#contact .form-list dt{
    width:30%;
}

#contact .form-list dd{
    width:66%;
}

#contact .form-list textarea {
	height:200px;
}

@media screen and (max-width:768px) {
#contact .form-list dt{
	margin:0 0 10px 0;
}
#contact .form-list dt,
#contact .form-list dd{
    width:100%;
}
	
}

/* footer */

#footer{
    padding: 100px 0;
    border-top:1px solid #333;
    text-align: center;
    background: #333;
    position: relative;
    text-transform: uppercase;
}

#footer .footer-logo{
    font-weight: bold;
    letter-spacing: 0.3em;
    margin: 0 0 50px 0;
    color: #fff;
   
   
}

#footer small{
    color:#c1f381;
}


.color{
    color: #fff;
    font-size: 20px;
}


/*----------------------------------------
	button
----------------------------------------*/
/*標準サイズ*/
.btn {
    /* display: inline-block;  */
   min-width: 200px; 
    padding: 15px 30px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
  }
  
  /*大サイズ*/
  .btn--large {
    width: 100%;
    max-width: 320px;
    padding: 20px 30px;
    font-size: 1.2em;
    letter-spacing: 0.08em;
  }
  
  /*色バリエーション*/
  .btn--green {
    background-color: #338833;
  }
  .btn--pink {
    background-color: #eb46a6;
  }
  .btn--gray {
    background-color: #aaaaaa;
  }
  
  /*円形ボタン*/
  .rounded-btn {
   display: inline-block;   
    min-width: 200px;
    padding: 1em 2em; /*サイズ展開しても円形を保つためem指定 */
    border-radius: 2em; /*サイズ展開しても円形を保つためem指定*/
    border: 2px solid;
    background: #333;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.5;
    margin:70px;
    
}
  /*円形ボタン大サイズ*/
  .rounded-btn--large {
    width: 100%;
    max-width: 400px;
    font-size: 1.2em;
  }
  

/*サブページ用*/
  .media{
    display:flex;
    align-items:center;
    /* padding:20px 0; */
    border-bottom: 1px solid #e7e7e7e7;
    color: inherit;
    text-decoration: none;
    transition: color .3s
    
}

.media__thumb{
    position:relative;
    transition: .3s;
    width: 80%;
    margin-right: 20px;
    flex-shrink: 0;
}
.media__body{
    width:calc(70% - 20px);
    font-size: 14px;
    flex-grow:1;
}
.media__catch{
    font-weight: bold;

}
.media__txt{
    margin-top: 1em;
    font-size:0.8em;
}
  










