@charset "UTF-8";
/*設定読み込み
-------------------------------*/
/*共通
-------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
  content: ".";
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/ /*MAC IE5*/
  height: auto;
  overflow: hidden;
  /**/
}

html {
  font-size: 62.5%;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: 0.2s ease-in-out;
}

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

.clear {
  clear: both;
}

/*コンテンツ幅設定*/
/*レスポンシブ設定*/
body {
  padding: 0;
  margin: 0 auto;
  border: 0 none;
  color: #333333;
  font-size: 1.4rem;
}

.right {
  float: right;
}

.left {
  float: left;
}

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

.pc-zone {
  display: block;
}
@media screen and (max-width: 780px) {
  .pc-zone {
    display: none;
  }
}

.wrapcontent {
  width: 100%;
  max-width: 1600px;
  margin: auto;
  font-size: 1.4rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #505050;
}
.wrapcontent__section {
  width: 82.5%;
  max-width: 1300px;
  margin: auto;
}
.wrapcontent__section__block {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

h1.pagetitle {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
h1.pagetitle span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 13px;
}

/* ヘッダーに適用 */



.header {
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 40px;
  padding-bottom: 35px;
  z-index: 999;
  background: linear-gradient(0deg, rgba(85, 85, 85, 0), rgba(0, 0, 0, 0.6));
}
.header__wrap {
  width: 90%;
  max-width: 85%;
  margin: auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.header__wrap svg {
  fill: #fff;
}
.header__wrap svg g {
  fill: #fff;
}
.header__wrap a {
  color: #fff;
  display: block;
}
.header__wrap__title {
  width: 30%;
  max-width: 120px;
}
.header__wrap__menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 14px;
}
.header__wrap__menu__list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 707px;
}
.header__wrap__menu__list__item {
  margin-top: 13px;
}
.header__wrap__menu__list__item.current {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.header__wrap__menu__list__item a {
  font-family: "Karla", sans-serif;
  font-weight: bold;
}
.header__wrap__menu__list__item a:hover {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}
.header__wrap__menu__list__item a .onmenu {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.header__wrap__menu__list__item.instagram {
  width: 15px;
}
.header__wrap__menu__list__item.instagram a {
  width: 100%;
}
.header__wrap__menu__contact {
  margin-left: 25px;
  text-align: center;
}
.header__wrap__menu__contact__btn {
  width: 240px;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 9999px;
  font-size: 1.2rem;
  padding: 10px 0;
  display: flex !important;
  align-items: center;
  font-weight: bold;
  margin-bottom: 5px;
}
.header__wrap__menu__contact__btn span {
  font-size: 2.6rem;
  display: block;
  margin: 0 5px;
  font-family: "Karla", sans-serif;
  font-weight: normal;
}
.header__wrap__menu__contact__btn svg {
  width: 20px;
}
.header__wrap__menu__contact p {
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
}
.header__wrap__menu__contact p span {
  font-size: 1.8rem;
}

.f__linkarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 200px;
}
.f__linkarea__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
  align-items: center;
  width: 48%;
  max-width: 420px;
  padding: 20px;
  border: 1px solid #505050;
  border-radius: 5px;
}
.f__linkarea__item__photo {
  width: 50%;
  max-width: 160px;
  margin-right: 20px;
}
.f__linkarea__item__photo img {
  max-width: 100%;
}
.f__linkarea__item__text {
  font-size: 1.8rem;
}
.f__linkarea__item__text .sns {
  display: flex;
  justify-content: left;
  margin-top: 20px;
}
.f__linkarea__item__text .sns li {
  width: 25px;
  margin-right: 20px;
}
.f__linkarea__item__text .sns li:first-child {
  width: 30px;
}
.f__linkarea__item__text .sns li a {
  display: block;
}
.f__linkarea__item__text .sns li a svg {
  fill: #505050;
}

.header__wrap__menu__list__item.current:first-child {
  text-shadow: none;
}

#index-pagezone .header__wrap__menu__list__item.current {
  text-shadow: none;
}
#index-pagezone .header__wrap__menu__list__item.current:first-child {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);
}

.footer {
  width: 100%;
  color: #fff;
  margin: 200px auto auto;
  background: #737373;
  padding: 40px 0;
}
.footer .wrapcontent__section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.footer .wrapcontent__section__information__logo {
  width: 60%;
  max-width: 120px;
  margin-bottom: 17px;
}
.footer .wrapcontent__section__information__logo svg {
  fill: #fff;
}
.footer .wrapcontent__section__information__title {
  font-size: 1.8rem;
  line-height: 1.5em;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 20px;
}
.footer .wrapcontent__section__information__adress {
  font-size: 1.2rem;
  line-height: 1.5em;
}
.footer .wrapcontent__section__menu {
  width: 70%;
  max-width: 715px;
}
.footer .wrapcontent__section__menu ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: right;
}
.footer .wrapcontent__section__menu ul li {
  width: 25%;
  text-align: center;
  margin-bottom: 25px;
}
.footer .wrapcontent__section__menu ul li a {
  display: block;
  font-family: "Karla", sans-serif;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  line-height: 1em;
}
.footer .wrapcontent__section__menu ul li a span {
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 5px;
}
.footer .copy {
  font-size: 1rem;
  text-align: center;
}

.errorpage {
  background-image: linear-gradient(90deg, rgba(168, 202, 240, 0.52), rgba(255, 255, 255, 0.52));
  color: #333;
  height: 80vh;
  width: 100%;
  padding: 20vh 10% 0;
  line-height: 2em;
}
.errorpage__title {
  font-size: 5vw;
  margin-bottom: 70px;
  font-weight: bold;
}
.errorpage__title span {
  font-size: 6vw;
}
.errorpage__text strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
  font-size: 145%;
}
.errorpage__text a {
  display: inline-block;
  margin-block-start: 10px;
  font-weight: bold;
  text-decoration: underline;
}
.errorpage__text a:hover {
  opacity: 0.7;
}

.toppagewrap {
  width: 90%;
  width: 1300px;
  margin: 150px auto auto auto;
}
.toppagewrap h2.pagetitle {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}
.toppagewrap h2.pagetitle span {
  display: block;
  font-family: "Libre Baskerville", serif;
  font-size: 3rem;
  line-height: 1em;
  margin-bottom: 13px;
}
.toppagewrap .newslist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.toppagewrap .newslist__item {
  width: 48%;
  max-width: 630px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 40px;
}
.toppagewrap .newslist__item__photo {
  width: 45%;
  max-width: 260px;
}
.toppagewrap .newslist__item__photo img {
  border-radius: 3px;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* .toppagewrap .newslist__item__text {
  width: 57.5%;
  max-width: 350px;
} */
.toppagewrap .newslist__item__text .category {
  background: #bcbcbc;
  padding: 5px 0;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 9999px;
}
.toppagewrap .newslist__item__text .time {
  font-size: 2rem;
  margin-bottom: 20px;
}
.toppagewrap .newslist__item__text .txt {
  line-height: 2em;
}

.viewmore__btn {
  width: 165px;
  margin: 80px auto auto auto;
  line-height: 1.7em;
  position: relative;
  display: block;
}
.viewmore__btn span {
  line-height: 1.7em;
  text-align: left;
  padding-bottom: 6px;
  border-bottom: 1px solid #505050;
  position: relative;
  font-family: "Libre Baskerville", serif;
  font-size: 1.6rem;
  display: block;
  width: 100%;
  transition: 0.3s;
}
.viewmore__btn span:before {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-left: 20px solid #555555;
  border-right: 0;
}
.viewmore__btn:hover span {
  padding-right: 75px;
}

.pagewrap {
  margin-top: 165px;
  line-height: 1.5em;
  font-size: 1.4rem;
}
.pagewrap img {
  border-radius: 3px;
}
.pagewrap .blead {
  width: 85%;
  max-width: 1300px;
  margin: auto auto 50px auto;
  display: flex;
  justify-content: left;
}
.pagewrap .blead li {
  margin-right: 5px;
}
.pagewrap .blead li a {
  display: block;
}

.worksarchive a {
  display: block;
}
.worksarchive__categorylist {
  width: 90%;
  max-width: 1170px;
  margin: auto auto 100px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.worksarchive__categorylist__item {
  width: 23%;
  max-width: 210px;
  margin-right: 30px;
  margin-bottom: 15px;
}
.worksarchive__categorylist__item:nth-child(5n) {
  margin-right: 0px;
}
.worksarchive__categorylist__item a {
  width: 100%;
  border-bottom: 1px solid #505050;
  line-height: 1em;
  font-size: 2rem;
  text-align: center;
  padding: 5px 0;
}
.worksarchive__categorylist__item a:hover {
  background: #e6e6e6;
}
.worksarchive__list {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: left;
}
.worksarchive__list__item {
  width: 31.5%;
  max-width: 410px;
  margin-right: 35px;
  margin-bottom: 35px;
  text-align: center;
}
.worksarchive__list__item:nth-child(3n) {
  margin-right: 0px;
}
.worksarchive__list__item a h2 {
  font-family: "m-plus-2p", sans-serif;
  margin-top: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #505050;
  font-size: 2rem;
}
.worksarchive__list__item a .adress {
  line-height: 1em;
  font-size: 1.6rem;
}/*# sourceMappingURL=basic.css.map */



/* Mr-M-sections ここから記入*/


.single-news .shinglecontent__mainphoto {
  margin-bottom: 80px;
}


.content-wrap-block{
  width: 90%;
  max-width: 1000px;
  margin: auto;
}


.wrapcontent#news .newslist__item {
  flex-wrap: nowrap;
}
.wrapcontent#news .newslist__item__text {
  margin-left: 2%;
}

.single-news .category {
  background: #bcbcbc;
  padding: 5px 0;
  font-family: "Karla", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1em;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 9999px;
  width: 300px;
}

.single-news .time {
  font-size: 2rem;
  margin-bottom: 22px;
}

.single-news .title{
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 45px;
}

.single-news .single__news__read{
  text-align: justify;
  font-size: 1.4rem;
  margin-top: 45px;
  margin-bottom: 70px;
}

.single-news .single__news__read img{
  width: 100%;
}

.single-news .single__news__read h3.wp-block-heading {
  margin-bottom: 50px;
  font-size: 3rem;
  line-height: 4.2rem;
}
.single-news .single__news__read p{
  min-height: 1em;
  line-height: 2.5rem;
  margin-bottom: 45px;
}
.single-news .single__news__read figure {
  margin-bottom: 45px;
}


.single-news .link-texit{
  margin-top: 45px;
  margin-bottom: 100px;
}


.shinglecontent__postallow .next {
  top: 0;
  
}

.single-news .blead {
  margin: auto auto 50px auto;

}

#profile-pagezone #area01 {
  margin-bottom: 0px;
  color: #505050;
}

#profile-pagezone .readarea {
  width: 100%;
  margin: auto auto 195px;
}

#profile-pagezone .readarea__title {
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

#profile-pagezone .readarea__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #505050;
}

#profile-pagezone .readarea__title span {
  background: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

#profile-pagezone .readarea__content {
  font-size: 1.6rem;
  line-height: 2.5em;
  text-align: center;
}

#profile-pagezone .prof-flex-zone{
  display: flex;
  justify-content: space-around;
}

#profile-pagezone iframe{
  margin: auto;
    display: block;
    width: 100%;
    max-width: 800px;
    margin-top: 70px;
    border-radius: 10px;
    height: 450px;
    

}

#profile-pagezone .prof-flex-zone .flex-item{
  width: 40%;
  margin-left: auto;
  margin-right: auto;

}

#profile-pagezone .prof-flex-zone .flex-item .prof-mein-zone{
  text-align: center;
}

#profile-pagezone .prof-mein-zone h3{
  margin-top: 45px;
  font-size:3rem;
  font-weight: bold;
  padding-bottom: 5px;

}

#profile-pagezone .prof-mein-zone p{
  margin-top: 10px;
  font-size: 2rem;
}

#profile-pagezone .prof-mein-zone .intro-texit{
  font-size: 1.4rem;
  line-height: 2em; 
  margin-top: 63px;
  margin-bottom: 75px;
  text-align: left;
  height: 195px;

}

#profile-pagezone .ac-flex{
  display: flex;
  font-size: 1.4rem;
  padding-left: 15px;
}

#profile-pagezone .ac-flex .left-titli{
  padding-right: 15px; 
    line-height: 1.7em;
    text-align: justify;
    width: 75px;
}

#profile-pagezone .ac-flex .left-titli.right{
  text-align: right;
}

#profile-pagezone .ac-flex .right-texit{
  line-height: 1.7em;
}

#profile-pagezone .ac-flex .right-texit .yose{
  margin-left: -5px;
  display: block;
}


#profile-pagezone .ac-flex .right-texit .space{
  padding-left: 5px;
  display: block;
}




#profile-pagezone .ac-child .texit{
  padding-left: 15px;
  line-height: 1.7em;
}



#profile-pagezone .ac-parent{
  line-height: 2em;
  /* padding-bottom: 10px; */
}

#profile-pagezone .ac-child{
  padding-bottom: 40px;
}

#profile-pagezone .ac-child#right01{
  padding-bottom: 234px;
}


#profile-pagezone .ac-child#right04{
  padding-bottom: 183px;
}

#profile-pagezone .pc-accordion-zone{
  display: block;
}

#profile-pagezone .accordion-zone{
  display: none;
}




/* PCここから */
#profile-pagezone .ac-chilpc .texit{
  padding-left: 15px;
  line-height: 1.7em;
}



#profile-pagezone .ac-parpc{
  line-height: 2em;
  /* padding-bottom: 10px; */
}

#profile-pagezone .ac-chilpc{
  padding-bottom: 40px;
}


#profile-pagezone .ac-chilpc#right01{
  height: 1070px;
}

#profile-pagezone .ac-chilpc#heigt-1{
  height: 1070px;
}


#profile-pagezone .ac-chilpc#right02{
  height: 330px;
}

#profile-pagezone .ac-chilpc#heigt-2{
  height: 330px;
}


#profile-pagezone .ac-chilpc#right03{
  height: 210px;
}

#profile-pagezone .ac-chilpc#heigt-3{
  height: 210px;
}

#profile-pagezone .ac-chilpc#right04{
  height: 445px;
}

#profile-pagezone .ac-chilpc#heigt-4{
  height: 445px;
}

#profile-pagezone .ac-chilpc#right05{
  height: 185px;
}

#profile-pagezone .ac-chilpc#heigt-5{
  height: 185px;
}




/* #profile-pagezone .intro-texit#right-intro{
  padding-bottom: 25px;
} */






#overview-pagezone #area01 {
  margin-bottom: 0px;
  color: #505050;
}

#overview-pagezone .readarea {
  width: 100%;
  margin: auto auto 186px;
}

#overview-pagezone .readarea__title {
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  margin-bottom: 85px;
  position: relative;
  text-align: center;
}

#overview-pagezone .readarea__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #505050;
}

#overview-pagezone .readarea__title span {
  background: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

#overview-pagezone .readarea__content {
  font-size: 1.6rem;
  line-height: 2.5em;
  text-align: center;
}

#overview-pagezone .data-flex-area{
  width: 90%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem
}

#overview-pagezone .item-flex{
  display: flex;
  margin-bottom: 24px;
}

#overview-pagezone .item-flex .left-tit{
  width: 25%;
  

}

#overview-pagezone .item-flex .left-tit span{
  width: 46%;
  margin: auto;
  text-align-last: justify;
  display: block;
  line-height: 1.7em

}

#overview-pagezone .item-flex .right-texit{
  width: 80%;
  text-align: left;
  line-height: 1.7em;

}

#overview-pagezone .map{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}

#overview-pagezone .map iframe{
  width: 100%;
  height: 800px;
}


#overview-pagezone .acsesarea {
  width: 100%;
  margin: auto auto 85px;
}






#privacy-policy-pagezone #area01 {
  margin-bottom: 0px;
  color: #505050;
}

#privacy-policy-pagezone .readarea {
  width: 100%;
  margin: auto auto 74px;
}

#privacy-policy-pagezone .readarea__title {
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}

#privacy-policy-pagezone .readarea__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #505050;
}

#privacy-policy-pagezone .readarea__title span {
  background: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}


#privacy-policy-pagezone .pp-texit-area{
  width: 70%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

#privacy-policy-pagezone .pp-texit-area p{
  line-height: 2em;
  margin-bottom:32px;
  font-size: 1.4rem;
}

#privacy-policy-pagezone .pp-texit-area.righter{
  text-align: right;
  margin-top: 62px;
}

#privacy-policy-pagezone .wrapcontent__section.btm#area01{
  margin-bottom: 195px;
}



.pagewrap .contactpage__mail {
  width: 80%;
}
.contactpage__mail {
  margin-bottom: 100px;
}
.contactpage {
  
  max-width: 900px;
  width: 100%;
  margin: auto auto 100px auto;
}


.contactpage__mail dl {
  display: flex;
  align-items: start;
  font-size:1.6rem;
  margin-bottom: 30px;
}

.contactpage__mail dl dt {
  width: 100%;
  max-width: 210px;
  display: flex;
  align-items: start;
  display: block;
  margin: auto 0;
}

.contactpage__mail dl dt p {
  display: flex;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;

}

.contactpage__mail dl dt span {
  display: inline-block;
  margin-left: 10px;
}

.contactpage__mail dl dd {
  width: 100%;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.contactpage__mail dl dd input {
  width: 96%;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 1% 2%;
  min-height: 40px;
}




.contactpage__mail dl dd textarea {
  width: 96%;
  border: 1px solid #808080;
  border-radius: 10px;
  padding: 1% 2%;
  min-height: 160px;
}


#contact-pagezone #area01 {
  margin-bottom: 0px;
  color: #505050;
}

#contact-pagezone .readarea {
  width: 100%;
  margin: auto auto 80px;
}

#contact-pagezone .readarea__title {
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

#contact-pagezone .readarea__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #505050;
}

#contact-pagezone .readarea p{
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.5em;
}

#contact-pagezone .caption{
  font-size: 1.4rem;
  padding-bottom: 30px;
  display: block;
}

.pagewrap .contactpage__mail__box {
  width: 80%;
  max-width: 900px;
  margin: auto;
  padding-top: 45px;
  padding-bottom: 20px;
  border: 1px solid #505050;
  border-radius: 10px;
}


contactpage__mail__box p.line {
  text-decoration: underline;
  color: #505050;
}
.contactpage__mail__box p.line a{
  text-decoration: underline;
  color: #505050;
}
.contactpage__mail__box p {
  font-size: 1.4rem;
  width: 100%;
  max-width: 560px;
  line-height: 1.5em;
  margin: auto;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;


}

.contactpage__mail__box .doui {
  text-align: center;
  font-size: 2rem;
  margin-top: 55px;
  margin-bottom: 50px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactpage__mail__box .doui span {
  font-size: 2rem;
  display: inline-block;
  margin-right: 10px;
}

.contactpage__mail__box .confirmation {
  font-size: 2rem;
  width: 100%;
  max-width: 560px;
  margin: auto;
  color: #505050;
  padding: 20px 0;
  border: 1px solid #505050;
  border-radius: 5px;
  transition: 0.3s;
  display: block;
  text-align: center;
  font-family: "m-plus-2p", sans-serif;
  font-weight: 500;
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7-spinner::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.contactpage__mail__box .doui span.last label {
  text-align: center;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactpage__mail__box .doui span.last label input {
  font-size: 3rem;
  display: inline-block;
  margin-right: 10px;
}

.contactpage__mail__box .doui span.last label .wpcf7-list-item-label {
  font-size: 20px;
  font-family: "m-plus-2p", sans-serif;
  font-weight: 500;
}

.wpcf7-list-item-label::before{
  content: " ";
}

.wpcf7-list-item-label::after {
  content: " ";
}






.btnbackor {
  text-align: center;
}

.btnbackor p {
  display: flex;
  justify-content: center;
}

.btnbackor .wpcf7-previous {
  border: 1px solid #656565;
  box-shadow: 0px 3px 5px -3px #777777;
  font-weight: bold;
  font-size: 1.4rem;
  width: 28%;
  max-width: 300px;
  background: #fff;
  padding: 3% 12%;
  text-align: center;
  margin: 60px 3%;
  position: relative;
}


.btnbackor .wpcf7-submit {
  width: 28%;
  margin: 60px 3%;
}
.contact_mail .wpcf7-submit {
  border: 1px solid #656565;
  box-shadow: 0px 3px 5px -3px #777777;
  font-weight: bold;
  font-size: 1.4rem;
  width: 60%;
  max-width: 300px;
  background: #fff;
  padding: 3% 12%;
  text-align: center;
  margin: 60px auto;
  position: relative;
}



#contact-confirm-pagezone .pagewrap .contactpage__mail {
  width: 90%;
  margin: auto;
  max-width: 900px;
}

#contact-confirm-pagezone .contactpage__mail dl dt {
  background: none;
}
#contact-confirm-pagezone .multistep dl dt {
  max-width: 200px;
  width: 25%;
  padding: 15px;
  font-size: 1.6rem;
}

#contact-confirm-pagezone .contactpage__mail dl {
  display: flex;
  align-items: start;
  font-size: 1.6rem;
  margin-bottom: 30px;
  border-bottom: 1px solid #aaa;
  justify-content: space-around;

}

#contact-confirm-pagezone .contact_mail dl dd {
  border-top: none !important;
}
#contact-confirm-pagezone .multistep dl dd {
  max-width: 600px;
  width: 70%;
  
  max-width: 600px;
  width: 70%;
}

#contact-confirm-pagezone .contactpage__mail dl dd input {
  border: none !important;
  pointer-events: none;
}

#contact-confirm-pagezone .contactpage__mail dl dd textarea{
  border: none !important;
  pointer-events: none;
}

#contact-confirm-pagezone .contactpage__mail dl dd .wpcf7-form-control-wrap {
  position: relative;
}
#contact-confirm-pagezone .contactpage__mail dl dd p span {
  max-width: 600px;
  width: 100%;
  display: block;
}

#contact-confirm-pagezone .multistep dl dt {
  background: none;
}


#contact-thanks-pagezone .wrapcontent__section p{
  text-align: center;
  margin:80px; 
  line-height: 2.5em;
  font-size: 1.6rem;
}

#contact-thanks-pagezone h1{
  font-size: 4.5rem;
}

.news-none .f__linkarea{
  display: none;
}

.wp-pagenavi .smaller, .wp-pagenavi .larger {
  border: 1px solid #555;
  background-color: #505050;
  color: #fff;
}



/* aboutus */

#about-pagezone #area01 {
  margin-bottom: 0px;
  color: #505050;
}

#about-pagezone .readarea {
  width: 100%;
  margin: auto auto 195px;
}

#about-pagezone .readarea__title {
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  margin-bottom: 80px;
  position: relative;
  text-align: center;
}

#about-pagezone .readarea__title:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: #505050;
}

#about-pagezone .readarea__title span {
  background: #fff;
  display: inline-block;
  line-height: 1em;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}

#about-pagezone .readarea__content {
  font-size: 1.6rem;
  line-height: 2.5em;
  text-align: center;
}

#about-pagezone .readarea__content.texit-bold{
  font-size: 2rem;
  font-weight: bold;
}

#about-pagezone .cent{
  text-align: center;
}

#about-pagezone .relat{
  position: relative;
}

#about-pagezone .relat p{
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  color: #fff;
  position: absolute;
  top: 106px;
  left: 0px;
  right: 0px;
}

#about-pagezone .relat p span{
  font-family: "m-plus-2p", sans-serif;
  font-size: 3rem;
  padding-bottom: 42px;

}

#about-pagezone .section-zone{
  margin-bottom: 200px;
}

#about-pagezone .frame-box{
  border: 1px solid #505050;
  border-radius: 10px;

}


#about-pagezone .frame-box img{
  margin: auto;
    display: block;
    margin-top: -50px;
    background-color: #fff;
    padding: 0px 1.7%;
}

#about-pagezone .frame-box .circle-zone{
  padding-top: 52px;
  
}

#about-pagezone .frame-box .circle-zone ul{
  display: flex;
  justify-content: center;
  padding-bottom: 32px;

}

#about-pagezone .frame-box .circle-zone ul li{
  width: 30%;
  /* background-color: #a8a8a8;
  border-radius: 50%; */
  background: url(../svg/circle.svg) no-repeat center; 
  margin: 0px 1.25%;
}

#about-pagezone .frame-box .circle-zone ul li .cir-comp{
  display: block;
  width: 65%;
  text-align: justify;
  margin: auto;
  color: #fff;
  padding: 55px 0px;
}

#about-pagezone .frame-box .circle-zone ul li .cir-comp .title{
  font-size: 2.5rem;
  font-family: "Libre Baskerville", serif;
  padding-bottom: 18px;
}

#about-pagezone .frame-box .circle-zone ul li .cir-comp .title span{
  font-size: 2rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.5em;
  display: block;
  margin-top: 10px;
}

#about-pagezone .frame-box .circle-zone ul li .cir-comp .sir-texit{
  font-size: 1.4rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 2em;

}

#about-pagezone .frame-box .circle-zone .cir-mains{
  line-height: 2em;
  font-size: 1.6rem;
  margin-bottom: 45px;
}

#about-pagezone .intro-item-zone{
  margin-bottom: 200px;
}

#about-pagezone .case-zone{
  display: block;
  margin: auto;
  font-size: 1.6rem;
  width: fit-content;
  margin-top: 20px;
}

#about-pagezone .case-zone .case{
  text-align: justify;
  line-height: 2em;
}

#about-pagezone .worldmap-zone{
  margin-top: -20px;
  width: 100%;
}

#about-pagezone .world-texit-zone{
  font-size: 1.6rem;
  line-height: 2.5em;
  margin-top: -30px;
}

#about-pagezone .intro-item-zone .min-title{
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 45px;
}

#about-pagezone .intro-item-zone .readarea__content{
  margin-bottom: 75px;
}

/* #about-pagezone .intro-section .readarea__title span{
  font-weight: bold;
} */

#about-pagezone #sp-case{
  display: none;
}

.toppagewrap .newslist__item__photo {
  width: 42%;
}

.toppagewrap .newslist__item__text{
  padding-left: 3%;
}


.wp-pagenavi span.current {
  font-weight: bold;
  background-color: #fff;
  color: #666;
}

.sp-br{
  display: none;
}

.sp-br-2{
  display: none;
}

.header__wrap__menu__list {
  
  width: 690px;
}

.header__wrap__menu__list__item.instagram {
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4), 0px 0px 10px rgba(0, 0, 0, 0.4);

}

.header__wrap__menu__list__item.instagram a:hover{
  filter: drop-shadow(0px 0px 5px #000);
  

}

.header__wrap__menu__contact:hover{
  filter: drop-shadow(0px 0px 5px #000);
  transition: 0.2s;
}


.pagewrap .contactpage__mail{
  width: 100%;
}

#flow-pagezone .sp-br{
  display: none;
}


.contactpage__mail__box .doui span.last label .wpcf7-list-item-label {
  font-size: 1.6rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; 
}

.contactpage__mail__box .confirmation {
  font-size: 1.6rem;
  font-family: "Nunito", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif; 
}

.has-x-large-font-size {
  line-height: 1.6em;
}


.linkblock{
  display: block;
}


.toppagewrap .newslist__item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;

}



.toppagewrap .newslist__item__text .linkblock{
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.toppagewrap .newslist__item__photo {
  width: 100%;
}

.toppagewrap .newslist__item__text {
  width: 48%!important;
  max-width: 600px;
  padding-left: 0;
  margin-bottom: 40px;
}

.toppagewrap .right-cont{
  width: 50%;
  padding-left: 3%;
  max-width: 367px;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", sans-serif;
}

.toppagewrap .newslist__item__photo {
  width: 50%;
  max-width: 260px;
}




.wrapcontent#news .newslist__item {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0px;

}


  

.wrapcontent#news .newslist__item__text .linkblock{
  display: flex;
  flex-direction: row-reverse;
  justify-content: left;
}

.wrapcontent#news .newslist__item__photo {
  width: 100%;
}

.wrapcontent#news .newslist__item__text {
  width: 48%!important;
  max-width: 600px;
  padding-left: 0;
  margin-bottom: 40px;
}

.wrapcontent#news .right-cont{
  width: 50%;
  padding-left: 3%;
  max-width: 367px;
  overflow-y: hidden;
}

.wrapcontent#news .newslist__item__photo {
  width: 50%;
  max-width: 260px;
}




.contactpage__mail__box .confirmation{
  background-color: #dbdbdb;
}



.toppagewrap .newslist__item__text .content__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  line-height: 1.2em;
}

.single-news .single__news__read h3.wp-block-heading {
  margin-bottom: 25px;
}









