/*========================================================
*  c-globalnav
========================================================*/
.c-globalnav ul {
  display: flex;
}

.c-globalnav__list {
  margin-left: 60px;
}

.c-globalnav__list a {
  color: #4d341d;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap
}

/*========================================================
* c-contact-btn
========================================================*/
.c-contact-btn {
  padding: 17px 30px;
  border: 3px solid #4d341d;
  border-radius: 28px;
}

.c-contact-btn::before {
  content: url('../img/mail-icon.png');
  vertical-align: middle;
  margin-right: 10px;
}

/*========================================================
* c-top-btn
========================================================*/
.c-top-btn {
  display: inline-block;
  padding: 17px 30px;
  background-color: #f4810e;
  border-radius: 28px;
  color: #fff!important;
  font-weight: bold;
}

/*========================================================
* c-contact-btn-footer
========================================================*/
.c-contact-btn-footer {
  display: inline-block;
  padding: 35px 105px;
  border: 3px solid #f4810e;
  background-color: #fff;
  border-radius: 45px;
  font-size: 20px;
  white-space: nowrap;
  color: #F4810E;
}

.c-contact-btn-footer::before {
  content: url('../img/mail-icon-orange.png');
  vertical-align: middle;
  margin-right: 10px;
}

/*========================================================
* c-logo
========================================================*/
.c-logo {
  width: 160px;
}

.c-logo a img {
  vertical-align: middle;
}

/*========================================================
* c-page-title
========================================================*/
.c-page-title {
  text-align: center;
  font-size: 82px;
  font-weight: bold;
  color: white;
  font-family: futura-pt;
}

/*========================================================
* c-h2-subtitle
========================================================*/
.c-h2-subtitle {
  font-size: 20px;
  text-align: center;
  color: white;
}

/*========================================================
* c-sec-title
========================================================*/
.c-sec-title {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 55px;
}

.c-sec-title-service {
  font-size: 56px;
  font-weight: bold;
}

.c-sec-subtitle-service {
  font-size: 32px;
  font-family: futura-pt;
  font-weight: bold;
  color: #F4810E;
}

/*========================================================
* c-span_a
========================================================*/
.c-span_a {
  color: #fff;
}

/*========================================================
* c-dots-bg
========================================================*/
.c-dots-bg-service1__cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  z-index: -1;
}

.c-dots-bg-service2__cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  z-index: -1;
}

.c-dots-bg-about1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 60vw;
  z-index: -1;
}

/*========================================================
* c-about-desc
========================================================*/
.c-about-desc {
  max-width: 1000px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 17px;
  line-height: 1.88;
}

/*========================================================
* c-mvv
========================================================*/
.c-mvv-label {
  font-size: 48px;
  font-family: futura-pt;
  font-weight: bold;
  color: #f4810e;
  width: 195px;
}

.c-mvv-desc {
  font-size: 17px;
  align-self: center;
  width: calc(100% - 195px);
  margin-top: 10px;
  line-height: 1.3;
}

.c-mvv-desc_ul {
  margin-top: 10px;
}

.c-mvv-desc_li {
  font-weight: bold;
}

.c-mvv-desc_li+.c-mvv-desc_li {
  margin-top: 20px;
}

/*========================================================
* c-character
========================================================*/
.c-character-title {
  font-size: 26px;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: center;
}

.c-character-box {
  display: flex;
}

.c-character-img__cover {
  width: 120px;
}

.c-character-name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.666;
}

.c-character-career-item {
  font-size: 15px;
  line-height: 1.5;
}

.c-more-btn__cover a {
  display: inline-block;
  font-size: 15px;
  padding: 10px 30px;
  background-color: #f4810e;
  color: #fff;
  border-radius: 18px;
}

/*========================================================
* c-about-company
========================================================*/
.c-company-img__cover {
  width: 50vw;
}

.c-company-list {
  display: flex;
  padding: 20px 0;
  font-size: 17px;
  border-top: 1px #ccc solid;
}

.c-company-list:last-child {
  border-bottom: 1px #ccc solid;
}


.c-company-list__label {
  width: 100px;
  font-weight: bold;
}

.c-company-list__item {
  width: calc(100% - 100px);
}

/*========================================================
* c-footer-contact
========================================================*/
.c-contact-list {
  display: flex;
  margin: 80px auto 0;
  max-width: 900px;
  justify-content: center;
}

.c-contact-tell {
  color: #fff;
  margin-right: 65px;
}

.c-contact-tell__label {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

.c-contact-tell__num {
  font-size: 54px;
  font-family: futura-pt;
  font-weight: 600;
  pointer-events: none;
}

.c-contact-tell__num a{
  color: white!important;
}

/*========================================================
* c-subcontent-title
========================================================*/
.c-subcontent-title {
  font-size: 36px;
}

/*========================================================
* c-simple-desc
========================================================*/
.c-simple-desc {
  font-size: 17px;
  line-height: 1.88;
  margin-top: 15px;
  margin-bottom: 60px;
}

.c-privacy-label {
  font-size: 20px;
}

/*========================================================
* c-circle__orange
========================================================*/
.c-circle__orange {
  position: relative;
}

.c-circle__orange::before {
  position: absolute;
  top: 4px;
  left: -17px;
  content: "●";
  color: #F4810E;
  font-size: 14px;
}

/*========================================================
* c-text-center-desc
========================================================*/
.c-text-center-desc {
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
  line-height: 2;
  padding: 0 20px;
}

/*========================================================
* c-service-img__cover
========================================================*/
.c-service-img__cover {
  width: 400px;
}

/*========================================================
* c-image-cover
========================================================*/
.c-image-cover {
  width: 33%;
}

.c-image-cover img {
  width: 100%
}

/*========================================================
* .c-company-desc
========================================================*/
.c-company-desc {
  width: 70%;
  padding-left: 120px;
}

.c-company-desc__dl {
  display: flex;
  font-size: 24px;
}

.c-company-desc__label {
  width: 120px;
}

.c-company-desc__content {
  width: calc(100% - 120px);
}

.c-compamy-box {
  align-self: center;
}


/*========================================================
* c-googlemap
========================================================*/
.c-googlemap {
  width: 100%;
  height: 250px;
}

.c-googlemap iframe {
  width: 100%;
  height: 100%;
}

.c-top-googlemap {
  width: 100%;
  height: 650px;
}

.c-top-googlemap iframe {
  width: 100%;
  height: 100%;
}

/*========================================================
* c-chat-arrowLeft
========================================================*/
.c-chat-arrowLeft {
  position: relative;
  width: 350px;
  background: #F4810E;
  padding: 35px 40px;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-left: 40px;
  line-height: 2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.c-chat-arrowLeft:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(244, 129, 14, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 20px;
  border-right-width: 30px;
  margin-top: -10px;
  border-right-color: #F4810E;
  right: 100%;
  top: 60px;
}


/*========================================================
* c-chat-arrowRight
========================================================*/
.c-chat-arrowRight {
  position: relative;
  width: 350px;
  background: #4D341D;
  padding: 35px 40px;
  text-align: left;
  color: #FFFFFF;
  font-size: 15px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  margin-right: 40px;
  line-height: 2;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.c-chat-arrowRight:after {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(77, 52, 29, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 30px;
  border-right-width: 20px;
  margin-top: -10px;
  border-left-color: #4D341D;
  left: 100%;
  top: 60px;
}

/*========================================================
* c-footer
========================================================*/
.c-footer-logo__cover {
  text-align: center;
}

.c-footer-logo {
  width: 167px;
  display: inline-block;
}

.c-footer-logo a img {
  display: inline-block;
}

.c-footer-nav__list {
  font-size: 15px;
}

.c-footer-nav ul {
  display: flex;
  justify-content: space-between;
}

/*========================================================
* c-top-text
========================================================*/
.c-top-text {
  position: absolute;
  top: 530px;
  left: 150px;
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: 1.666;
  white-space: nowrap;
}


/*========================================================
* c-company-list__cover
========================================================*/
.c-company-list__cover {
  max-width: 840px;
  margin: 70px auto 0;
}

/*========================================================
* c-news
========================================================*/
.c-news-date {
  width: 130px;
  font-size: 17px;
  color: #4D341D;
}

.c-news-title {
  font-size: 20px;
  color: #4D341D;
}

.c-news-text {
  color: #4D341D;
  line-height: 1.75;
}

/*========================================================
* c-dots-cover
========================================================*/
.c-dots-cover {
  position: absolute;
  right: 0;
  z-index: 0;
}

/*========================================================
* c-top-title
========================================================*/
.c-top-title {
  position: absolute;
  top: 330px;
  left: 150px;
  padding: 10px 30px;
  font-size: 70px;
  letter-spacing: 0.05rem;
  font-weight: bold;
  background-color: white;
  color: #F4810E;
}

/*========================================================
* c-top-service-bg__cover
========================================================*/
.c-top-service-bg__cover {
  margin-right: 20px;
}

.c-top-service-bg-sp__cover {
  display: none;
}

.c-top-service-dots__cover {
  position: absolute;
  top: 0;
  right: 0;
  width: 18vw;
}

.c-top-service-dots-sp__cover{
  display: none;
}

.c-top-service-dots-sp2__cover{
  display: none;
}

/*========================================================
* c-service1-box__image
========================================================*/
.c-service1-box__image {
  width: 400px;
}

.c-service2-box__image {
  width: 400px;
}

.c-service3-box__image {
  width: 400px;
}

.c-service4-box__image {
  width: 400px;
}

/*========================================================
* c-company-img__cover-inner
========================================================*/
.c-company-img__cover-inner {
  width: 75%;
  margin-left: auto;
}

/*========================================================
* c-top-descBox-li
========================================================*/
.c-top-descBox-li p{
  position: relative;
  margin-left: 18px;
  line-height: 1.5;
}

.c-top-descBox-li p::before{
  position: absolute;
  content: "・";
  top: 0;
  left: -20px;
}

/*========================================================
* c-news
========================================================*/
.c-single-title{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.c-single-datetime{
  display: block;
  font-size: 32px;
  color: #f4810e;
  font-weight: bold;
  text-align: center;
}

.c-single-img-cover{
  position: absolute;
  top: 60px;
  left: 0;
  width: 60vw;
  z-index: -1;
}