@charset "utf-8";
/*
Theme Name : テレワークオフィス
*/
.or {
  color: #ee7800;
}
.more i {
  font-size: 1.8rem;
}
.caution {
  text-align: center;
  margin: 50px auto;
  font-size: 3rem;
}
.caution span {
  font-size: 1.6rem;
}
.campaign_banner {
  text-align: center;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
/*---------------------top------------------------------------*/
.mv {
  position: relative;
}
.mv_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
}
.mv_ttl.fadein.scrollin {
  transform: translate(-50%, -50%);
}
/*slider*/
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {
  display: none;
}
.bx-wrapper .bx-pager {
  position: absolute;
  bottom: 0;
  z-index: 120;
}
.bx-wrapper {
  box-shadow: none;
  border: none;
}
.home .mv .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: transparent;
  border: solid 2px #666;
  border-radius: 50%;
  width: 15px;
  height: 15px;
}
.home .mv .bx-wrapper .bx-pager.bx-default-pager a:hover, .home .mv .bx-wrapper .bx-pager.bx-default-pager a.active, .home .mv .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #666;
}
.home h1 {
  font-size: clamp(4rem, 4.5vw, 5.1rem);
  letter-spacing: 0.1em;
  font-weight: bold;
}
.home h2 {
  font-size: clamp(3rem, 3.2vw, 3.5rem);
  text-align: center;
  margin-bottom: 60px;
  line-height: 0.8;
}
.home h2 span {
  font-size: 1.4rem;
}
.information::before {
  content: "";
  background-image: url("assets/images/top/inforomation.svg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 250px;
  top: -50px;
}
.information {
  background-image: url("assets/images/top/bill.png");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-top: 250px;
  z-index: 100;
  margin-top: -50px;
  position: relative;
  background-color: #ebf5ec;
  padding-bottom: 212px;
  background-size: 100% 177px;
}
.informationInner {
  position: relative;
}
.informationInner::before, .informationInner::after {
  content: "";
  width: 588px;
  height: 96px;
  display: inline-block;
  position: absolute;
}
.informationInner::before {
  background-image: url("assets/images/top/mountain_L.png");
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: -6%;
}
.informationInner::after {
  background-image: url("assets/images/top/mountain_R.png");
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 45%;
  z-index: -1;
}
.information h2 {
  position: relative;
}
.information h2::before {
  content: "";
  background-image: url("assets/images/top/information_icon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 44px;
  display: inline-block;
  position: absolute;
  top: 0%;
  left: 35%;
}
.information article {
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  position: relative;
  width: calc((100% - 50px) / 3);
  display: flex;
  flex-direction: column;
}
.information article:not(:last-child) {
  margin-right: 25px;
}
.information article .cat {
  background-color: #2b84bb;
  display: inline-block;
  padding: 0px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
}
.information article .cat span:not(:first-child)::before {
  content: "・";
  display: inline-block;
}
.information article .date {
  color: #2b84bb;
  margin: 10px 0;
}
.information article h3 {
  font-size: clamp(1.6rem, 1.8vw, 1.9rem);
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.excerpt p {
  font-size: 1.4rem;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.6;
}
.information article .more {
  letter-spacing: 0.05em;
  margin-top: 15px;
}
.information article .more i {
  color: #ee7800;
  margin-right: 15px;
  font-size: 1.8rem;
}
.information .flex {
  position: relative;
}
.information ul {
  display: flex;
  margin-top: 25px;
}
.information ul li:not(:last-child) {
  margin-right: 10px;
}
.information ul li:last-child {
  color: #ee7800;
}
.home .info_img {
  position: relative;
  padding-bottom: 72%;
  overflow: hidden;
  height: 0;
}
.home .info_img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.x_tsuyama {
  background-color: #a4c69b;
}
.x_tsuyama a {
  display: block;
}
.x_tsuyama figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.x_tsuyama figure + h2 {
  margin-top: -50px;
}
.x_tsuyama h2 {
  margin-top: -60px;
  margin-bottom: 0;
  position: relative;
}
.x_tsuyama h2 + h3 {
  font-size: clamp(2.3rem, 2.8vw, 3.5rem);
  margin-bottom: 25px;
  text-align: center;
}
.x_tsuyama h2 + h3 + p {
  text-align: center;
  font-size: clamp(2rem, 2.3vw, 2.6rem);
  margin-bottom: 80px;
}
.x_tsuyama .box {
  background-color: #fff;
  border: 5px solid #fff;
  position: relative;
}
.x_tsuyama .box .merit_number {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d7605e;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.6rem, 2vw, 2.4rem);
  line-height: 1.2;
}
.x_tsuyama .box .merit_number span {
  font-size: clamp(3rem, 3.2vw, 3.6rem);
}
.x_tsuyama .box:not(:last-child) {
  margin-bottom: 60px;
}
.x_tsuyama .flexL, .x_tsuyama .flexR {
  width: 50%;
}
.x_tsuyama .box .flexR {
  padding: 60px 25px 35px 35px;
}
.x_tsuyama .box .flexR h4 {
  font-size: clamp(2.2rem, 2.4vw, 3rem);
  letter-spacing: 0.15em;
  color: #d7605e;
  margin-bottom: 30px;
}
.x_tsuyama .box .flexR h4 + p {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  margin-bottom: 20px;
}
.x_tsuyama .box .flexR .more {
  font-size: 1.4rem;
  letter-spacing: 0.14em;
}
.x_tsuyama .box .flexR .more span {
  margin-left: 45px;
}
/*平面図*/
.x_tsuyama .move figure {
  overflow: hidden;
  height: 0;
  padding-bottom: 23.5%;
}
.x_tsuyama .move img {
  width: initial;
  -webkit-animation: toLeft 30s linear 0s infinite;
  animation: toLeft 30s linear 0s infinite;
  height: 24vw;
  object-position: left;
}
@keyframes toLeft {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%);
  }
  3% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
  8% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%);
  }
  90% {
    opacity: 1;
    transform: scale(1, 1) translate(-8.5%, 0%);
  }
  97% {
    opacity: 1;
    transform: scale(1, 1) translate(-8.5%, 0%);
  }
  100% {
    opacity: 0;
    transform: scale(1, 1) translate(-8.5%, 0%);
  }
}
.office h2 {
  background-color: #a4c69b;
  height: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.8;
  font-size: 3rem;
  font-size: clamp(2.4rem, 2.8vw, 3rem);
  letter-spacing: 0.2em;
  margin-bottom: 0;
}
.office h2 span {
  font-size: inherit;
}
.office h2 span span {
  font-size: 1.4rem;
}
.office .flex {
  position: relative;
}
.office .flex::after {
  content: "";
  background-image: url("assets/images/top/kakeru.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 87px;
  height: 82px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}
.office .flexL, .office .flexR {
  width: 50%;
  background-color: #dee9d9;
}
.office .flexR {
  padding: 30px calc((100vw - 1150px) / 2) 30px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.office .flex:nth-child(odd) {
  flex-direction: row-reverse;
}
.office .flex:nth-child(odd) .flexR {
  padding: 30px 55px 35px calc((100vw - 1150px) / 2);
}
.office .flexR p {
  line-height: 1.8;
}
.office .flexR h3 {
  margin-bottom: 15px;
  font-size: clamp(2.2rem, 2.2vw, 2.4rem);
  color: #3671b8;
}
.office .flexR h3 + p {
  font-size: clamp(1.4rem, 2.1vw, 1.8rem);
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  line-height: 1.5;
}
.office .flexR h4 {
  font-size: clamp(2rem, 2vw, 2.2rem);
  margin-top: 15px;
}
.office .flexR .tell {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
  line-height: 1.8;
}
.office .flexR .address {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  margin-bottom: 25px;
  line-height: 1.8;
}
.office .flexR .more i {
  color: #ee7800;
}
section#top_office {
  background: #dee9d9;
}
.office_img img {
  width: 100%;
  /*  height: 365px;*/
  object-fit: cover;
}
.office_img .bx-wrapper .bx-pager {
  bottom: 20px;
}
.office_img .bx-wrapper .bx-pager.bx-default-pager a:hover, .office_img .bx-wrapper .bx-pager.bx-default-pager a.active, .office_img .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #fff;
}
.office_img .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: rgba(255, 255, 255, 0.5);
}
.office .bx-wrapper {
  margin-bottom: 0;
}
.office .bx-wrapper img {
  max-width: 100%;
  display: block;
  height: 500px !important;
}
.support {
  padding-top: 70px;
}
.support .flex.supprt_contents {
  justify-content: space-between;
}
.support .supprt_contents .flexL, .support .supprt_contents .flexR {
  width: 49.5%;
  height: 330px;
  padding: 90px 40px 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 25px;
}
.support .flexL h3, .support .flexR h3 {
  font-size: clamp(3rem, 3.2vw, 3.5rem);
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 30px;
}
.support .flex .more {
  background-color: #fff;
}
.support .flex .more i {
  color: #ee7800;
  margin-right: 15px;
}
.support .flex .more a {
  padding: 10px 100px 10px 10px;
  font-size: 1.4rem;
}
.support .flexL h3 span, .support .flexR h3 span {
  font-size: 1.7rem;
  letter-spacing: 0.2em;
}
.support .supprt_contents .flexL {
  background-image: url("assets/images/top/support.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.support .supprt_contents .flexR {
  background-image: url("assets/images/top/location.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.support .contact {
  background-color: #7cb27c;
  padding: 10px 0;
}
.support .contact .flex {
  justify-content: space-between;
}
.support .contact h3 {
  padding-top: 30px;
  font-size: clamp(2.6rem, 2.8vw, 3rem);
  text-align: center;
  line-height: 1.2;
  margin-bottom: 20px;
}
.support .contact h3 + p {
  font-size: 2.7rem;
  text-align: center;
}
.support .contact h3 + p::before {
  content: "";
  background-image: url("assets/images/top/phone.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 15px;
  top: 5px;
  position: relative;
}
.support .contact h3 + p + p {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
}
.support .contact h3 span {
  font-size: 1.4rem;
}
.support .btn {
  background: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
  margin-bottom: 10px;
  width: 80%;
  text-align: center;
  margin-top: 15px;
  margin: 0 auto 10px;
}
.support .btn a {
  display: block;
}
.access {
  padding-top: 150px;
}
/*.access iframe {
  width: 100%;
  height: 630px;
}*/
.access #map {
  width: 100%;
  height: 630px;
}
.access .more {
  text-align: center;
  width: 250px;
  margin: 35px auto 60px;
}
.access .more a {
  padding: 15px 25px;
  font-size: 1.8rem;
  background-color: #fff;
  border: 2px solid #4c4948;
  display: block;
}
.banner {
  padding: 150px 0;
  background-color: #d3e9d5;
  position: relative;
}
.banner::before {
  content: "";
  background-image: url("assets/images/top/banner_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  position: absolute;
  width: 100%;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
.banner .flex {
  flex-wrap: wrap;
  justify-content: center;
}
.banner .flex div:not(:nth-child(3n)) {
  margin-right: 10px;
}
.banner .flex div {
  width: calc((100% - 20px) / 3);
}
.banner .flex div:first-child {
  margin-bottom: 10px;
}
/*施設紹介*/
.under-mv {
  position: relative;
}
.under-mv::after {
  content: "";
  background-image: url("assets/images/cotoyado/info_bg.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
}
.under-mv h1 {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%);
  font-size: 3.5rem;
  letter-spacing: 1.8em;
  width: 100%;
  text-align: center;
}
.under_img {
  position: absolute;
  bottom: -215px;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%);
  height: 18.2vw;
}
.under_img .imgWrap {
  height: 100%;
  position: relative;
}
.under_img .imgWrap::after {
  content: "";
  display: block;
  background: url("assets/images/facility-introduction/icon-360.png") no-repeat center center;
  background-size: cover;
  width: 55px;
  height: 34px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.under_img .imgWrap iframe {
  height: 100%;
  position: relative;
}
.under_img .more {
  margin-top: 20px;
  text-align: center;
  font-size: 1.4rem;
}
.office-map {
  padding: 380px 0 75px;
  text-align: center;
}
.page-id-9 section h2 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
.page-id-9 section h2 span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.office-map h2 {
  margin-bottom: 45px;
}
.office-map p {
  text-align: right;
  font-size: 1rem;
}
.facility {
  text-align: center;
  position: relative;
}
.facility::before {
  background-color: #f1f2f2;
  content: "";
  height: 1100px;
  position: absolute;
  display: inline-block;
  z-index: -100;
  top: -20%;
  right: -45%;
  width: calc(100vw + (100vw + 998px));
}
.facility h2 {
  margin-bottom: 60px;
}
.facility h2 + p {
  text-align: center;
  margin-bottom: 70px;
}
.facility ul {
  flex-wrap: wrap;
  justify-content: center;
}
.facility ul {
  padding: 0 50px 170px;
  ;
}
.facility ul li:not(:nth-child(6n)) {
  margin-right: 45px;
}
.facility ul li {
  width: calc((100% - 225px) / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 35px;
}
.facility ul li p {
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.4;
  margin-top: 5px;
}
.workspace article {
  justify-content: space-between;
  padding: 50px 0;
  border-bottom: 1px solid;
}
.workspace article h3 {
  font-size: 2.9rem;
  letter-spacing: 0.2em;
}
.workspace article .taglist {
  color: #2f7c99;
  font-size: 1.3rem;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.workspace article .flexL.flexL img {
  width: 100%;
}
.workspace article .taglist + .flex, dl.flex.web {
  font-size: 1.2rem;
}
.workspace article .taglist + .flex dl {
  width: 50%;
}
.workspace article .taglist + .flex dl dt {
  border: 1px solid #000;
  letter-spacing: 0;
}
.workspace article .taglist + .flex dl dd, .workspace article .taglist + .flex dl dt {
  width: 50%;
  text-align: center;
}
.page-id-9 article.flex:nth-child(4) .flex dl:first-child dt {
  letter-spacing: -0.02em;
}
.workspace article .taglist + .flex dl dd, dl.flex.web dd {
  background-color: #4c4948;
  color: #fff;
}
dl.flex.web dd {
  width: 75%;
  text-align: right;
}
dl.flex.web dt {
  width: 25%;
  border: 1px solid #000;
  text-align: center;
  border-top: none;
}
.workspace article .taglist li::before {
  content: "#";
}
.workspace article .flexL, .workspace article .flexR {
  width: 48%;
}
.workspace article .flexL.flexL ul {
  margin-top: 10px;
  flex-wrap: wrap;
}
.workspace article .flexL.flexL ul li:not(:first-child) {
  width: calc((100% - 20px) / 3);
}
.workspace article .flexL.flexL ul li {
  margin-bottom: 10px;
  cursor: pointer;
}
.workspace article .flexL.flexL ul li:not(:nth-child(4n)) {
  margin-right: 10px;
}
.workspace article .flexL.flexL ul li:first-child {
  width: 100%;
  height: 340px;
  margin-bottom: 10px;
  margin-right: 0;
}
.workspace article .flexL.flexL ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workspace article .introduction {
  margin-bottom: 25px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.workspace article .more {
  text-align: center;
  border: 1px solid;
  border-radius: 50px;
}
.workspace article .more a {
  display: block;
}
.workspace article:last-child {
  margin-bottom: 100px;
  border-bottom: none;
}
img.MainPhoto {
  height: 370px;
  object-fit: cover;
}
.workspace article ul li.mainImg img, .workspace article ul li.mainImg-panorama iframe {
  width: 100%;
  height: 100%;
}
/*コトヤドお問い合わせページ*/
.cotoyado-contact .under-mv::after, .cotoyado-rate-plan .under-mv::after, .new-member .under-mv::after {
  bottom: -50px;
  transform: rotate(180deg);
}
.cotoyado-contact .telephone, .cotoyado-contact .mailform, .cotoyado-rate-plan .menu, .new-member-flow, .no-page .no-page-message {
  padding-top: 145px;
  text-align: center;
}
.cotoyado-contact .telephone h2, .cotoyado-contact .mailform h2, .cotoyado-rate-plan h2, .new-memb h2, .company-introduction h2, .new-member-flow h2, .no-page .no-page-message h2 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 0.8;
  text-align: center;
}
.cotoyado-contact .telephone h2 {
  margin-bottom: 70px;
}
.cotoyado-contact .mailform h2 {
  margin-bottom: 20px;
}
.cotoyado-contact .mailform h2 + p {
  padding-bottom: 60px;
  border-bottom: 1px solid #4c4948;
  text-align: center;
}
.cotoyado-contact section h2 span, .cotoyado-rate-plan section h2 span, .new-member-flow h2 span, .company-introduction h2 span, .no-page .no-page-message h2 span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.cotoyado-contact .telephone .box {
  background: #f1f2f2;
  padding: 90px 0 80px;
}
.cotoyado-contact .telephone .box h3, .cotoyado-contact .telephone .box h3 + p {
  color: #2f7c99;
}
.cotoyado-contact .telephone .box h3, .cotoyado-contact .telephone .box h3 + p + p {
  font-size: 3rem;
  text-align: center;
}
.cotoyado-contact .telephone .box h3 + p {
  font-size: 6.7rem;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cotoyado-contact .telephone .box .contact-link {
  text-align: center;
  font-size: 3rem;
  margin-top: 20px;
}
.cotoyado-contact .telephone .box .contact-link img {
  width: 50px;
  margin-right: 5px;
}
.cotoy .cotoyado-contact .telephone .box h3 + p img {
  margin-right: 25px;
}
.cotoyado-contact .mailform p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 35px;
}
.cotoyado-contact .mailform p span {
  font-size: 1.4rem;
}
.cotoyado-contact .mailform .red {
  font-size: 1.8rem;
  color: #e60012;
}
.cotoyado-contact table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 30px;
}
.cotoyado-contact table tr th {
  background-color: #c6c7c7;
  width: 22%;
}
.cotoyado-contact table tr td {
  background-color: #f1f2f2;
  width: 78%;
  text-align: left;
}
.cotoyado-contact tr th, .cotoyado-contact tr td {
  padding: 20px 20px 20px 35px;
  vertical-align: middle;
}
.cotoyado-contact tr td {
  font-size: 1.6rem;
}
input, button, textarea, select, .entry input[type="url"], input[type="email"], .entry input[type="text"] {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #4c4948;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 1.6rem;
  letter-spacing: 0.15rem;
}
.cotoyado-contact table tr td .flex {
  align-items: center;
}
.cotoyado-contact table tr td .flex .flexR {
  width: 82%;
}
.cotoyado-contact table tr td .flex:not(:last-child) {
  margin-bottom: 40px;
}
.cotoyado-contact table tr td .flex .day select, .cotoyado-contact table tr td .flex .time select {
  width: 11%;
}
.cotoyado-contact table tr td .flex .member span {
  width: 100%;
}
.cotoyado-contact table tr td .flex p:first-child {
  margin-right: 50px;
}
.cotoyado-contact table tr td .flex .day span, .cotoyado-contact table tr td .flex .time span {
  margin: 0 5px;
}
.cotoyado-contact textarea {
  height: 280px;
}
.cotoyado-contact p.btWrap {
  position: relative;
  display: block;
  width: 60%;
  margin: 65px auto 150px;
}
.cotoyado-contact input[type="submit"] {
  background-color: #767676;
  color: #fff;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  padding: 30px;
  display: block;
  border-radius: 60px;
  font-family: 'Kiwi Maru', serif;
  font-weight: bold;
  position: relative;
}
.cotoyado-contact p.btWrap::after {
  content: "";
  display: block;
  background: url("assets/images/contact/arrow-r.png") no-repeat center center;
  background-size: cover;
  width: 75px;
  height: 10px;
  position: absolute;
  top: 49%;
  transform: translateY(-50%);
  right: 16%;
}
.cotoyado-contact table + p + p {
  text-align: center;
}
/*ラジオボタン*/
.cotoyado-contact input[type="radio"] {
  display: none;
}
.cotoyado-contact .wpcf7-list-item {
  margin-left: 0;
}
.cotoyado-contact .mwform-checkbox-field label, .mwform-radio-field label {
  font-weight: normal;
  margin-bottom: 0;
}
.cotoyado-contact table tr td.radio label span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 5px 20px 5px 25px;
  position: relative;
  width: inherit;
}
.cotoyado-contact table tr td.radio label span::before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 0;
  margin: -10px 0 0 -2px;
  width: 17px;
  height: 17px;
  border: 2px solid #4c4948;
  border-radius: 50%;
  background: #fff;
}
.cotoyado-contact table tr td.radio label span::after {
  position: absolute;
  content: "";
  display: block;
  top: 17px;
  left: 4px;
  margin: -10px 0 0 -2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #4c4948;
  opacity: 0;
}
.cotoyado-contact table tr td.radio label input[type="radio"]:checked ~ span::after {
  opacity: 1;
}
/*完了画面*/
.cotoyado-contact .mailform h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #f39800;
}
.cotoyado-contact .mailform h3 + p.thanks {
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
}
/*会員規約*/
.agreement dd, .agreement dt {
  margin-bottom: 20px;
}
.agreement dl ul {
  padding: 10px;
}
.agreement dl ul li {
  margin-bottom: 10px;
}
.agreement dl ul ul {
  padding: 10px;
}
.agreemtn p:first-child {
  margin-top: 30px;
}
.agreement {
  margin: 100px auto 30px;
}
.page-id-154 .under-mv h1 {
  letter-spacing: 1em;
}
.agreement + img {
  padding: 0 0 100px;
}
/*新規会員登録*/
.cotoyado-contact {
  padding-bottom: 60px;
}
.new-member-flow h2 + p {
  margin: 85px 0 40px;
  text-align: center;
}
.new-member .flow .flex.contentsList {
  margin: 50px 0 20px;
}
.new-member .flow .flex.contentsList li {
  width: 25%;
  margin-right: 10px;
  background-color: #fff;
}
.new-member .flow .flex.contentsList li:last-child {
  margin-right: 0;
}
.new-member .flow p.new-member {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
.new-member .flow .contentsList li {
  border: solid 1px;
  position: relative;
}
.new-member .flow .contentsList li p.number {
  color: #fff;
  text-align: center;
  background: #007f41;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.new-member .flow .contentsList li h3 {
  font-size: 2rem;
  text-align: center;
  padding: 50px 0 20px;
  position: relative;
}
.new-member .flow .contentsList li h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  background: url("assets/images/cotoyado/arrow.webp")no-repeat center center;
  background-size: cover;
}
.new-member .flow .contentsList li p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px 10%;
}
.new-member .flow .contentsList li p a {
  letter-spacing: 0.05rem;
}
.new-member .flow {
  background-color: #f1f2f2;
  padding: 20px 0 65px;
  position: relative;
}
.new-member .flow::after {
  content: "";
  border-style: solid;
  border-width: 63px 76px 0 76px;
  border-color: #f1f2f2 transparent transparent transparent;
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translate(-50%);
}
.new-member .mailform.cotoyado-contact h2 {
  text-align: center;
  font-size: 3rem;
  padding-bottom: 85px;
  border-bottom: 1px solid #4c4948;
  line-height: 0.8;
  margin: 140px auto 35px;
}
.new-member .mailform.cotoyado-contact h2 span {
  font-size: 1.4rem;
}
.new-member .mailform.cotoyado-contact h2 + p {
  margin-bottom: 30px;
}
.new-member span.red {
  color: #e60012;
}
.new-member .mailform.cotoyado-contact h3 {
  font-size: 2.9rem;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}
.new-member .mailform.cotoyado-contact h3 + p {
  margin-bottom: 50px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(1) tr:nth-of-type(1) td select {
  width: 65px;
  text-align: center;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(1) tr:nth-of-type(1) td select:first-child {
  width: 85px;
  text-align: center;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(1) tr:nth-of-type(1) td select {
  margin: 0 5px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(2) th:nth-of-type(4) td input {
  width: 106px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(2) tr:nth-of-type(4) td .flex input, .new-member .mailform.cotoyado-contact table:nth-of-type(4) tr:nth-of-type(4) td .flex input {
  width: 106px;
  margin: 0 10px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(3) tr th {
  width: 38%;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(1), .new-member .mailform.cotoyado-contact table:nth-of-type(2) {
  margin-bottom: 125px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(3) {
  margin-bottom: 15px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(3) + p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
.page-id-178 .new-member .mailform.cotoyado-contact h3 + p {
  display: none;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(4) + .flex {
  margin-bottom: 60px;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(4) + .flex a {
  text-decoration: underline;
}
.new-member .mailform.cotoyado-contact table:nth-of-type(4) + .flex a ::before {
  content: "〇";
}
.new-member .mailform.cotoyado-contact table:nth-of-type(4) + .flex a:first-child {
  margin-right: 60px;
}
.page-id-178 .cotoyado-contact table tr td p {
  line-height: 1.3;
  margin-top: 10px;
}
.page-id-178 .cotoyado-contact table tr td p span {
  padding-left: 1em;
  display: block;
}
/*申し込みフォームthenksページ*/
.page-id-182 .mailform h3 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #f39800;
  text-align: center;
}
.page-id-182 .new-member .mailform.cotoyado-contact h3 + p {
  text-align: center;
  margin-bottom: 80px;
}
/*ラジオボタン分岐*/
.mw_wp_form_input .different-contents {
  display: none;
}
/*---------------------進出企業紹介------------------------------------*/
.comming-soon {
  margin: 100px 0;
}
/*---------------------お知らせページ------------------------------------*/
.single_information article {
  padding: 100px 0;
}
.single_information h1 {
  font-size: 3rem;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.single_information .article_img img {
  width: 100%;
  margin-bottom: 30px;
}
/* ------------------アルネ津山 – COTOYADO------------------ */
/* ------------------アルネ津山 – COTOYADO------------------ */
.page-id-152 p {
  letter-spacing: 0.15rem;
}
.page-id-152 .mv {
  padding: 0;
}
.page-id-152 .mv video {
  margin-top: 125px;
}
.page-id-152 .mv h2 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 1em;
  margin: 45px 0 0;
  line-height: 2;
}
.page-id-152 section.mv h2 span {
  font-weight: bold;
  letter-spacing: 0.65em;
  font-size: 3.5rem;
}
.page-id-152 .bx-wrapper .bx-pager {
  bottom: inherit;
}
.page-id-152 section {
  padding: 50px 0;
}
.page-id-152 section h2 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.page-id-152 section h2 span {
  font-size: 1.4rem;
  letter-spacing: 0.2em;
}
.page-id-152 .under-information {
  position: relative;
  padding: 85px 0 65px;
}
.page-id-152 .under-information::before {
  content: "";
  background-image: url("assets/images/cotoyado/infomation-bg.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 211px;
  position: absolute;
  width: 100%;
  top: -43%;
  left: 0;
  transform: rotate(180deg);
  z-index: -1;
}
.page-id-152 .under-information dl {
  align-items: center;
  border-bottom: solid 1px;
}
.page-id-152 .under-information dt, .page-id-152 .under-information dd {
  padding: 12px 0;
}
.page-id-152 .under-information dt {
  font-size: 1.2rem;
  width: 25%;
  align-items: center;
}
.page-id-152 .under-information dt span span {
  margin-left: 10px;
  background: #4c4948;
  padding: 0 10px;
  font-size: 1.4rem;
  display: block;
}
.page-id-152 .under-information dt span span:not(:last-child) {
  margin-bottom: 5px;
}
.page-id-152 .under-information dd {
  font-size: 1.4rem;
  padding-left: 45px;
  width: 75%;
}
.aout-cotoyado {
  background: url("assets/images/cotoyado/about-cotoyadoBG.png") no-repeat left bottom;
  background-size: 85%;
  background-position: left -50px top 0;
}
.aout-cotoyado > .container {
  display: flex;
  justify-content: center;
}
.aout-cotoyado .inner {
  width: 65%;
  border-left: solid 1px;
  padding-left: 25px;
  margin-left: 20%;
  padding-bottom: 25px;
}
.aout-cotoyado .inner h3 {
  font-size: 2.8rem;
  margin-bottom: 20px;
}
.aout-cotoyado .inner h3 span {
  color: #e36261;
}
.aout-cotoyado .inner p {
  font-size: 1.6rem;
  text-align: justify;
  line-height: 1.8;
}
.aout-cotoyado .linkG {
  margin-top: 30px;
  justify-content: space-between;
}
.page-id-152 p.linkBT {
  width: 25%;
}
.page-id-152 p.linkBT a {
  display: block;
  text-align: center;
  padding: 5px 0;
  border: solid 2px;
  background: #fff;
  margin: 0 5px;
}
.page-id-152 .aout-cotoyado p.linkBT a {
  display: block;
  text-align: center;
  padding: 5px 0;
  border: solid 2px;
  background: #fff;
  margin: 0 5px;
}
.page-id-152 .aout-cotoyado p.linkBT:last-child {
  display: block;
  text-align: center;
  padding: 5px 0;
  border: solid 2px;
  background: #fff;
  margin: 0 5px;
}
.page-id-152 .workSpace p, .page-id-152 .work p, .page-id-152 .exploitation-methods p {
  font-size: 1.8rem;
}
.page-id-152 .flex.contentsList {
  margin: 50px 0 55px;
}
.page-id-152 .flex.contentsList li {
  width: 25%;
  margin-right: 10px;
}
.page-id-152 .flex.contentsList li:last-child {
  margin-right: 0;
}
.page-id-152 .flex.contentsList li h3.addBG {
  background: url("assets/images/cotoyado/list-bg.png") no-repeat center center;
  background-size: cover;
  width: 219px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.2;
}
.page-id-152 .workSpace .bt {
  justify-content: center;
}
.page-id-152 .work {
  background: #f1f2f2;
  padding-bottom: 26px;
}
.page-id-152 .exploitation-methods p.new-member {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
}
.page-id-152 .exploitation-methods .contentsList li {
  border: solid 1px;
  position: relative;
}
.page-id-152 .exploitation-methods .contentsList li p.number {
  color: #fff;
  text-align: center;
  background: #007f41;
  font-size: 1.4rem;
  display: inline-block;
  border-radius: 50%;
  padding: 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.page-id-152 .exploitation-methods .contentsList li h3 {
  font-size: 2rem;
  text-align: center;
  padding: 50px 0 20px;
  position: relative;
}
.page-id-152 .exploitation-methods .contentsList li h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 18px;
  background: url("assets/images/cotoyado/hdr-arrow.png") no-repeat center center;
  background-size: cover;
}
.page-id-152 .exploitation-methods .contentsList li p {
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px 10%;
}
.page-id-152 .exploitation-methods .contentsList li p a {
  letter-spacing: 0.05rem;
}
.page-id-152 .cotoyado-contact {
  background: #f1f2f2;
}
.page-id-152 .cotoyado-contact .flex {
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.page-id-152 .cotoyado-contact .flex::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #4c4948;
}
.page-id-152 .cotoyado-contact .flexL, .page-id-152 .cotoyado-contact .flexR {
  width: 50%;
}
.page-id-152 .cotoyado-contact .flexL figure {
  text-align: right;
  padding-right: 60px;
}
.page-id-152 .cotoyado-contact .flexR {
  padding-left: 35px;
}
.page-id-152 .cotoyado-contact p.tel {
  font-size: 3.6rem;
  margin-top: -20px;
}
.page-id-152 .cotoyado-contact p.tel img {
  margin-right: 10px;
  position: relative;
  top: -10px;
}
.page-id-152 .cotoyado-contact p.time {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.page-id-152 .cotoyado-contact p.time span {
  font-size: 1.4rem;
  margin-left: -0.5em;
}
.page-id-152 .cotoyado-contact .contact-link {
  margin-top: 0;
}
.page-id-152 .cotoyado-contact p.contact-link a {
  font-size: 2.1rem;
  margin-top: 25px;
}
.page-id-152 .access {
  padding-bottom: 0;
}
.page-id-152 .cotoyado-contact .contact-link img {
  position: relative;
  top: -8px;
  left: -2px;
}
/*料金プラン*/
.cotoyado-rate-plan h2 {
  margin-bottom: 40px;
}
.cotoyado-rate-plan ul, .cotoyado-rate-plan p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  padding-left: 25px;
}
.cotoyado-rate-plan ul, .cotoyado-rate-plan h3 + p {
  margin-bottom: 40px;
  padding-left: 25px;
}
.cotoyado-rate-plan h2 + p {
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4948;
  margin-bottom: 40px;
}
.cotoyado-rate-plan h3 {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
.cotoyado-rate-plan h3 + ul {
  text-align: left;
}
.cotoyado-rate-plan table th {
  background-color: #c6c7c7;
  text-align: center;
  padding: 20px;
}
.cotoyado-rate-plan table td {
  background-color: #f1f2f2;
  padding: 30px 20px;
}
.cotoyado-rate-plan table {
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 115px;
}
.cotoyado-rate-plan table th, .cotoyado-rate-plan table td {
  vertical-align: middle;
  font-size: 1.4rem;
}
.cotoyado-rate-plan table .price {
  text-align: right;
}
.cotoyado-rate-plan table .white {
  background-color: #fff;
}
.cotoyado-rate-plan .service ul:nth-of-type(3) {
  line-height: 2.4;
}
.cotoyado-rate-plan section:last-child {
  margin-bottom: 160px;
}
.cotoyado-rate-plan .service table {
  width: 63%;
}
.menu table:nth-of-type(1) tr:first-child th:nth-child(2) {
  width: 16%;
}
.menu table:nth-of-type(1) tr:first-child th:nth-child(3) {
  width: 8%;
}
.menu table:nth-of-type(1) tr:first-child th:nth-child(4) {
  width: 20%;
}
.menu table:nth-of-type(1) tr:first-child th:first-child {
  width: 29%;
}
.menu table .flex {
  flex-direction: column;
  justify-content: center;
  margin-top: 25px;
}
.menu table .flex {
  flex-direction: column;
  justify-content: center;
  border: 1px solid #4c4948;
  padding: 10px 5px;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.5;
}
.menu table .flex img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.menu button {
  border: none;
  padding: 0;
  margin-top: 25px;
  cursor: pointer;
}
.iziModal .iziModal-content img {
  padding: 20px;
}
.iziModal {
  max-width: 998px !important;
}
.cotoyado-rate-plan .center {
  text-align: center;
}
.cotoyado-rate-plan .right {
  text-align: right;
}
.cotoyado-rate-plan .left {
  text-align: left;
}
.menu .table_container:last-child tr:first-child th:nth-child(2) {
  width: 16%;
}
.menu .table_container:last-child tr:first-child th:nth-child(3) {
  width: 20%;
}
.menu .table_container:last-child tr:first-child th:nth-child(4) {
  width: 29%;
}
.menu .table_container:last-child tr:first-child th:nth-child(1) {
  width: 34%;
}
.menu .table_container:last-child tr:nth-child(5) th {
  width: 8%;
}
.cotoyado-rate-plan .red {
  color: #d7605e;
  font-size: 1rem;
}
video {
  width: 100%;
}
/*特定商取引
*/
.page-id-157 tr th, .page-id-157 tr td {
  padding: 20px 0;
  border-bottom: 1px solid;
  margin-bottom: 20px;
}
.page-id-157 tr th,.page-id-157 tr td:first-child {
  width: 21%;
}
/*特定商取引法*/
.page-id-157 .container {
  margin: 100px auto;
}
.page-id-157 table ul {
  padding: 10px;
}
/*campaign*/
.cotoyado-campaign h1 {
  letter-spacing: 1em;
}
.cotoyado-campaign h2 {
  font-size: 3.5rem;
  text-align: center;
  letter-spacing: 0.1em;
}
.cotoyado-campaign .campaign h2 span {
  color: #e36261;
}
.cotoyado-campaign .campaign h2 {
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
.cotoyado-campaign .campaign {
  padding-top: 160px;
}
.cotoyado-campaign .campaign figure {
  margin-bottom: 120px;
}
.campaign_day {
  background-color: #f1f2f2;
  padding: 0 0 130px;
  margin-bottom: 60px;
  position: relative;
}
.campaign_day::after {
  content: "";
  border-style: solid;
  border-width: 63px 76px 0 76px;
  border-color: #f1f2f2 transparent transparent transparent;
  position: absolute;
  bottom: -63px;
  left: 50%;
  transform: translate(-50%);
}
.campaign_day h2 {
  background-image: url("assets/images/cotoyado/list-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 219px;
  height: 39px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 85px;
}
.campaign_day h3 {
  font-size: 3.5rem;
  color: #e36261;
  letter-spacing: 0.1em;
  margin-bottom: 70px;
  text-align: center;
}
.campaign_day h4 {
  font-size: 2.5rem;
  margin-bottom: 30px;
}
.campaign_day .more {
  text-align: center;
  width: 250px;
  margin: 35px auto 0;
}
.campaign_day .more a {
  padding: 15px 25px;
  font-size: 1.8rem;
  background-color: #fff;
  border: 2px solid #4c4948;
  display: block;
}
.campaign_day .box:not(:last-child) {
  margin-bottom: 130px;
}
.campaign_day .box ul li span {
  padding-left: 1em;
  display: block;
}
.campaign_price {
  padding: 100px 0 185px;
}
.campaign_price h2 span {
  letter-spacing: 0.5em;
}
.campaign_price h2 + p {
  text-align: right;
  padding-bottom: 10px;
  border-bottom: 1px solid #4c4948;
}
.campaign_price h2 + p + p {
  background-color: #4c4948;
  font-size: 1.8rem;
  color: #fff;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 85px;
}
.campaign_price h2 + p + p.fadein.scrollin {
  transform: translate(-50%);
}
.campaign_price h3 {
  font-size: 3rem;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}
.page-id-162 table {
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 20px;
}
.page-id-162 table th {
  background-color: #c6c7c7;
  font-size: 1.6rem;
  padding: 25px 15px;
  vertical-align: middle;
  text-align: center;
}
.page-id-162 table th.wh {
  background-color: #7e7e7e;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: -0.05em;
}
.page-id-162 table td {
  background-color: #f1f2f2;
  padding: 10px 15px;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.05em;
}
.page-id-162 table + ul {
  padding-left: 40px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.page-id-162 table .left {
  text-align: left;
}
.page-id-162 table th:nth-of-type(1) {
  width: 15%;
}
.page-id-162 table th:nth-of-type(2) {
  width: 15%;
}
.page-id-162 table th:nth-of-type(3) {
  width: 19%;
}
.page-id-162 table:nth-of-type(3) {
  width: 81%;
}
.page-id-162 table:nth-of-type(3) th:first-child {
  width: 25%;
}
.page-id-162 table:nth-of-type(3) th:nth-child(2) {
  width: 22%;
}
.page-id-162 table:nth-of-type(3) th:nth-child(3) {
  width: 28%;
}
td.qrimg a {
  letter-spacing: 0;
}
.campaign_price h3:not(:nth-of-type(1)) {
  margin-top: 85px;
}
.campaign_dl {
  margin-bottom: 190px;
}
.campaign_dl figure {
  text-align: center;
  margin-bottom: 50px;
}
.campaign_dl h2 {
  padding-bottom: 50px;
  border-bottom: 1px solid;
  letter-spacing: 0.1em;
  margin-bottom: 75px;
}
.campaign_dl h2 + .flex {
  width: 60%;
  justify-content: space-between;
  margin: 0 auto;
}
.campaign_dl h2 + .flex .flexL {
  margin-right: 75px;
}
.campaign_dl h2 + .flex .flex {
  padding: 0 60px;
}
.campaign_dl h2 + .flex .flex img:first-child {
  margin-right: 25px;
}
.campaign_dl h2 + .flex .more {
  width: 100%;
  background-color: #4c4948;
  text-align: center;
  margin-top: 40px;
}
.campaign_dl h2 + .flex .more a {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  padding: 15px 0;
  color: #fff;
  display: block;
}
/*contact*/
.page-id-174 main {
  background-color: #ebf5ec;
}
.page-id-174 .cotoyado-contact .telephone .box, .page-id-174 .cotoyado-contact input[type="submit"] {
  background-color: #7cb27c;
  color: #fff;
}
.page-id-174 .telephone .box .flex {
  font-size: 3rem;
  justify-content: center;
}
.page-id-174 .cotoyado-contact .telephone .box h3, .page-id-174 .cotoyado-contact .telephone .box h3 + p {
  color: #fff;
}
.page-id-174 .under-mv {
  position: relative;
}
.page-id-174 .under-mv::after {
  background-image: url("assets/images/top/inforomation.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.page-id-174 .under-mv::after {
  background-image: url("assets/images/top/inforomation.svg");
  height: 150px;
  transform: rotate(0deg);
}
/*お知らせ(single)*/
.single_information .postCat {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  border-bottom: solid 1px;
}
.single_information .postCat p.cat span {
  margin-left: 10px;
  background: #4c4948;
  padding: 0 10px;
  font-size: 1.4rem;
  display: inline-block;
}
.single_information .postCat p.cat span:not(:last-child) {
  margin-right: 5px;
}
.single_information article h1 {
  margin: 10px 0 15px;
}
.single_information figure {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}
.single_information .article_img img {
  max-width: 100%;
  width: auto;
}
.single-pager {
  justify-content: space-between;
  width: 50%;
  margin: 0 auto 80px;
}
.single-pager p a {
  font-size: 1.8rem;
  color: #e36261;
}
/*404*/
.no-page .no-page-message {
  margin-bottom: 80px;
}
.no-page .no-page-message h2 {
  margin-bottom: 80px;
}
.no-page .no-page-message p {
  text-align: center;
}
.no-page .no-page-message .more {
  text-align: center;
  width: 250px;
  margin: 35px auto 0;
}
.no-page .no-page-message .more a {
  padding: 15px 25px;
  font-size: 1.8rem;
  background-color: #fff;
  border: 2px solid #4c4948;
  display: block;
}
/*googlemap吹き出し*/
.custom-info-item.name {
  font-size: 2rem;
  font-weight: bold;
  color: #ee7800;
}
.custom-info-item.google-map {
  margin-top: 5px;
}
.custom-info-item.google-map a {
  font-weight: bold;
  position: relative;
}
.custom-info-item.google-map a::after {
  content: ">>";
  padding-left: 5px;
  display: inline-block;
}
/*cotoyado-access*/
.cotoyado-access .cotoyado {
  background: #f1f2f2;
  padding: 100px 0;
  margin-top: 150px;
  text-align: center;
}
.cotoyado-access .cotoyado h2 {
  font-size: clamp(2rem, 2.7vw, 3.5rem);
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
.cotoyado-access .cotoyado h2 + p, .cotoyado-access .cotoyado .flex + p {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
}
.cotoyado-access .cotoyado h2 + p span {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}
.cotoyado-access .cotoyado .flex {
  margin: 70px 0 25px;
}
.cotoyado-access .cotoyado .flex + p {
  margin-bottom: 85px;
}
.cotoyado-access .cotoyado .flex figure img, .cotoyado-access .cotoyado iframe {
  width: 100%;
}
.cotoyado-access .cotoyado .access {
  padding-top: 0;
}
.cotoyado-access .cotoyado iframe {
  height: 630px;
}
.cotoyado-access .cotoyado .flex .flexL, .cotoyado-access .cotoyado .flex .flexR {
  width: 48%;
}
.cotoyado-access .cotoyado .flex .flexL, .cotoyado-access .cotoyado .flex + p {
  text-align: left;
}
.cotoyado-access .directions {
  padding-top: 80px;
}
.cotoyado-access .directions table {
  width: 100%;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  letter-spacing: 0.1em;
}
.cotoyado-access table .center {
  text-align: center;
}
.cotoyado-access .directions table .wh {
  background-color: #fff;
  border: 2px solid #4c4948;
  color: inherit;
  text-align: center;
}
.cotoyado-access .directions h2 {
  font-size: clamp(2rem, 2.7vw, 3.5rem);
  margin-bottom: 25px;
  letter-spacing: 0.1em;
}
.cotoyado-access .directions h2 + p {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 40px;
}
.cotoyado-access .parking table {
  border-collapse: separate;
  border-spacing: 5px;
}
.cotoyado-access table th, .cotoyado-access table .gy {
  background-color: #c6c7c7;
  text-align: center;
  vertical-align: middle;
}
.cotoyado-access table td {
  background-color: #f1f2f2;
  padding: 15px;
}
.cotoyado-access .directions table th {
  padding: 10px;
}
.cotoyado-access .train {
  padding-bottom: 195px;
}
.cotoyado-access table td.dot {
  position: relative;
  text-align: center;
}
.cotoyado-access table td.dot span {
  background: #f1f2f2;
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
}
.cotoyado-access table td.dot span span {
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
}
.cotoyado-access table td.dot::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  border-right: 4px dotted;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.cotoyado-access .car th, .cotoyado-access .train th {
  width: 30%;
}
/*faq*/
.cotoyado-faq dl, .cotoyado-faq dt {
  display: none;
}
.cotoyado-faq {
  margin-bottom: 150px;
}
.cotoyado-faq .under-mv {
  margin-top: 130px;
  margin-bottom: 130px;
}
.cotoyado-faq a {
  text-decoration: underline;
}
.cotoyado-faq h2 {
  cursor: pointer;
  font-size: clamp(2rem, 2.4vw, 2.8rem);
  background-color: #c6c7c7;
  padding: 25px;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cotoyado-faq h2::after {
  content: "";
  background-image: url("assets/images/faq/plus.webp");
  width: 30px;
  height: 30px;
  background-size: contain;
}
.cotoyado-faq dd {
  cursor: pointer;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  background-color: #dcdddd;
  padding: 25px 25px 25px 55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.cotoyado-faq dd::after {
  content: "";
  background-image: url("assets/images/faq/arrow.webp");
  width: 30px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.cotoyado-faq dd:not(:first-child) {
  margin-top: 10px;
}
.cotoyado-faq dt {
  background-color: #dcdddd;
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  padding: 0 80px 30px;
  margin-bottom: 10px;
}
.cotoyado-faq section:not(first-cihld) {
  margin-bottom: 40px;
}
.cotoyado-faq p {
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
}
/*進出企業　company*/
.single-company .under-mv::after, .post-type-archive-company .under-mv::after {
  content: "";
  background-image: url(assets/images/top/inforomation.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 250px;
  top: 300px;
}
.single-company main, .post-type-archive-company main {
  background-color: #ebf5ec;
}
.single-company .number, .single-company .txtarea01 {
  position: relative;
  z-index: 100;
}
.single-company .txtarea01 {
  margin: 145px 0 100px;
}
.single-company p {
  font-size: 2rem;
}
.single-company .number, .single-company h2 {
  font-size: 3.5rem;
}
.single-company h2 {
  margin-bottom: 50px;
}
.single-company h2 + h3 {
  font-size: 2.9rem;
  margin-bottom: 45px;
}
.single-company .txtarea01 .flexL {
  width: 60%;
  margin-top: 100px;
}
.single-company .txtarea01 .flexL figure img {
  width: 100%;
}
.single-company .txtarea01 .flexR {
  width: 45%;
  text-align: center;
}
.single-company .txtarea01 .flexR .number {
  padding-bottom: 20px;
  border-bottom: 4px solid;
  display: inline-block;
  text-align: center;
}
.single-company .txtarea01 .flexR .greenarea {
  width: 45%;
  background-color: #7cb27c;
  color: #fff;
  z-index: 600;
  position: absolute;
  top: 230px;
  right: 0;
  padding: 90px 2% 110px;
  text-align: left;
}
/*.single-company .number {
  padding-top: 150px;
  text-align: right;
	margin-right: 20%;
	color: #4c4948;
	padding-bottom: 20px;
	border-bottom: 4px solid;
}*/
.single-company .txtarea02 h3 {
  font-size: 3.5rem;
  margin-bottom: 40px;
}
.single-company .txtarea02 {
  margin-bottom: 100px;
}
.single-company .txtarea03 {
  background-color: #fff;
  padding: 60px 50px 100px;
  margin-bottom: 150px;
}
.single-company .txtarea03 h3 {
  font-size: 3rem;
  margin-bottom: 40px;
}
.single-company .pager {
  position: relative;
  z-index: 500;
  margin-bottom: 180px;
  justify-content: center;
}
.single-company .pager p {
  font-size: 2.3rem;
  color: #fff;
  background-color: #7cb27c;
  width: calc((100% - 50px) / 3);
  height: 70px;
  display: block;
  text-align: center;
  border-radius: 50px;
}
.single-company .pager p a {
  line-height: 70px;
  display: block;
}
.single-company .pager .prev {
  position: absolute;
  top: 0;
  left: 0;
}
.single-company .pager .prev a::before, .single-company .pager .next a::after {
  content: "";
  display: inline-block;
  width: 48px;
  height: 6px;
}
.single-company .pager .prev a::before {
  background-image: url("assets/images/common/prev.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.single-company .pager .next a::after {
  background-image: url("assets/images/common/next.webp");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.single-company .pager .next {
  position: absolute;
  top: 0;
  right: 0;
}
.post-type-archive-company .companylist {
  padding: 95px 0 145px;
  position: relative;
  z-index: 100;
  margin-top: 95px;
}
.post-type-archive-company h2 {
  margin-bottom: 95px;
}
.post-type-archive-company .companylist .flex, .top_company ul.flex {
  flex-wrap: wrap;
}
.post-type-archive-company .companylist .flex:not(:nth-child(3n)), .top_company ul li:not(:nth-child(3n)) {
  margin-right: 30px;
}
.post-type-archive-company .companylist .flex .flex, .top_company ul.flex li {
  flex-direction: column;
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
}
.post-type-archive-company .companylist .flex .flex.flex img, .top_company ul li img {
  width: 100%;
  object-fit: cover;
  height: 185px;
  border-radius: 10%;
}
.post-type-archive-company .companylist .flex .flex p, .top_company ul li p {
  font-size: 1.6rem;
  margin-top: 20px;
}
.post-type-archive-company .companylist .flex .flex h3, .top_company ul li h3 {
  font-size: 1.9rem;
  padding-bottom: 20px;
  border-bottom: 1px solid;
}
.post-type-archive-company .pagenavi {
  font-size: 2rem;
}
.post-type-archive-company .pagenavi a {
  padding: 0 5px;
}
.post-type-archive-company .pagenavi i {
  color: #ee7800;
}
/*topページ企業紹介*/
.top_company {
  padding: 145px 0 75px;
}
.top_company .more {
  text-align: center;
}
.top_company .flexWrap {
  background-color: #dee9d9;
  padding: 80px 0;
}
.top_company i {
  margin-right: 25px;
}
.top_company h2 {
  letter-spacing: 0.075em;
}