@charset "UTF-8";

/* Component
----------------------------------------------------------------- */
/*--------------------
tit
--------------------*/
.c-tit {
  text-align: center;
}

.c-tit--1 {
  margin-bottom: 1em;
}

.c-tit--2 {
  margin-bottom: 1.5rem;
  display: inline-block;
  background-color: #fff;
  padding: 3px 1rem;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: left;
  color: #282828;
}

.c-tit--3 {
  font-size: 2rem;
  line-height: 1.8;
}
.c-tit--3 span {
}
.c-box--3 .c-tit--3 span {
}

.c-tit--4 {
  position: relative;
  padding-top: 9rem;
  overflow: hidden;
}
.c-tit--4__main {
  z-index: 1;
  position: relative;
}
.c-tit--4__sub {
  width: 100%;
  position: absolute;
  left: 100%;
  bottom: 0;
  transition-property: left;
  transition-duration: .25s;
  transition-delay: 0;
}
.c-tit--4__sub.animated,
.c-tit--4__sub--top-topics {
  left: 0;
}
.c-tit--4__sub img {
  width: calc(698px / 2);
}
.c-tit--4__en {
  color: #04132b;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  letter-spacing: .2em;
}

.c-tit--5 {
  margin: .5em 0;
  font-size: 2.4rem;
  line-height: 1.3;
}
.c-tit--5 span {
  font-size: 1.8rem;
}

.c-tit--6 {
  margin-bottom: 0;
  padding: 1rem 0;
  line-height: 1.1;
  color: #fff;
}
.c-tit--6__jp {
  font-size: 2.4rem;
}
.c-tit--6__en {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: .15em;
  display: inline-block;
  margin: 10px 0 0;
}

.c-tit--7 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: #1ea362;
}
.c-tit--7--head {
  margin-bottom: 3rem;
  display: inline-block;
  border-bottom: dotted 3px #ffdd46;
  padding: 0 5px 3px;
}
.c-tit--7--head span {
  font-size: 2rem;
}

.c-tit--8 {
  margin-bottom: 1rem;
  display: inline-block;
  padding: 7px 20px 5px;
  border-radius: 20px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}
.c-tit--8--good {
  background-color: #cf8484;
}
.c-tit--8--bad {
  background-color: #6586a8;
}

.c-tit--9 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #51BFEB;
  text-align: center;
}

.c-tit--mv {
  padding-top: 160px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #fff;
}
/*
.c-tit--mv--service {
  background-image: url(../img/mv_service.jpg);
}
.c-tit--mv--topics {
  background-image: url(../img/mv_topics.jpg);
}
.c-tit--mv--result {
  background-image: url(../img/mv_result.jpg);
}
.c-tit--mv--about {
  background-image: url(../img/mv_about.jpg);
}
.c-tit--mv--group20190624,
.c-tit--mv--group {
  background-image: url(../img/mv_group.jpg);
}
.c-tit--mv--privacy {
  background-image: url(../img/mv_privacy.jpg);
}
.c-tit--mv--contact {
  background-image: url(../img/mv_contact.jpg);
}
*/
.c-tit--mv__jp {
  color: #bbc0cd;
}
.c-tit--mv__en {
  font-size: 2.8rem;
  font-weight: 400;
  text-transform: uppercase;
}


.c-tit--mv--service1 {
  margin-bottom: 1.5em;
  background-position: center;
  background-size: calc(74px / 2);
  background-repeat: repeat;
  padding: 3rem 1rem 2rem;
}
.c-tit--mv--service1--stress-check {
  padding-bottom: 3rem;
}
.c-tit--mv--service1--mental-health {
  background-image: url(../img/mental-health_bg1.png);
}

.c-tit--mv--service2.c-tit {
  padding: 10% 1rem;
  text-align: left;
}
.c-tit--mv--service2__inner.l-wrap {
  width: 100%;
}

.c-tit--service {
  margin-bottom: 1rem;
  font-size: 2rem;
}
.p-service1-3point .c-tit--service {
  font-size: 2.2rem;
}

.c-tit--service--mental-health {
  color: #C62E2E;
}

.c-tit--battery {
  margin-top: 5rem;
  font-size: 2rem;
  color: #fff;
}

.c-tit--privacy {
  margin-top: 4rem;
  font-size: 1.8rem;
  text-align: left;
}


@media (min-width: 769px) {
  .c-tit--1 {
    margin-bottom: 1.5em;
  }

  .c-tit--2 {
    padding: 5px 15px;
    font-size: 2rem;
  }

  .c-tit--3 {
    font-size: 2.6rem;
    line-height: 2;
  }
  .c-tit--3 span {
  }

  .c-tit--4 {
    padding-top: 12rem;
  }
  .c-tit--4__sub img {
    width: calc(698px / 1.5);
  }

  .c-tit--5 {
    margin: 3rem 0 1rem;
    font-size: 4rem;
  }
  .c-tit--5 span {
    font-size: 2.8rem;
  }

  .c-tit--6.c-tit--1 {
    margin-bottom: 0;
    padding: 2rem 0;
    line-height: 1.3;
  }
  .c-tit--6__jp {
    font-size: 3rem;
  }
  .c-tit--6__en {
    font-size: 1.6rem;
  }

  .c-tit--7 {
    font-size: 3rem;
  }
  .c-tit--7--head span {
    font-size: 2.7rem;
  }

  .c-tit--8 {
    font-size: 2rem;
  }

  .c-tit--mv {
    font-size: 2rem;
    padding-top: 340px;
  }
  .c-tit--mv--pc {
    margin-bottom: 10rem;
  }
  .c-tit--mv--service2.c-tit--mv--pc {
    margin-bottom: 0;
    padding: 0;
  }
  .c-tit--mv--pc,
  .c-tit--mv--service2.c-tit--mv--pc {
    padding-top: 41.66%;
  }
/*
  .c-tit--mv--service {
    background-image: url(../img/pc_mv_service.jpg);
  }
  .c-tit--mv--topics {
    background-image: url(../img/pc_mv_topics.jpg);
  }
  .c-tit--mv--result {
    background-image: url(../img/pc_mv_result.jpg);
  }
  .c-tit--mv--about {
    background-image: url(../img/pc_mv_about.jpg);
  }
  .c-tit--mv--group {
    background-image: url(../img/pc_mv_group.jpg);
  }
  .c-tit--mv--privacy {
    background-image: url(../img/pc_mv_privacy.jpg);
  }
  .c-tit--mv--contact {
    background-image: url(../img/pc_mv_contact.jpg);
  }
  */
  .c-tit--mv__en {
    font-size: 4.5rem;
  }


  .c-tit--mv--service1 {
    margin-bottom: 5rem;
    padding: 6rem 1rem 5rem;
  }
  .c-tit--mv--service2__inner.l-wrap {
    padding: 1rem;
  }

  .c-tit--service {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
  .p-service1-3point .c-tit--service {
    font-size: 3rem;
  }

  .c-tit--battery {
    margin-top: 8rem;
    font-size: 2.6rem;
  }
}


/*--------------------
btn
--------------------*/
.c-btn {
  margin: 3rem auto 0;
  display: block;
  width: 85%;
  max-width: 375px;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
  padding: 1rem;
  padding-right: 2.5rem;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
.c-btn:hover {
  opacity: 1;
}
.c-btn-wrap .c-btn {
  width: 95%;
}

.c-btn--primary,
.c-btn--en--1.c-btn:hover {
  background: #861010 url(../img/ico2_arrow_1.png) right 1rem center/12px no-repeat;
  outline: 1px solid #861010;
}
.c-btn--primary:hover {
  background-image: url(../img/ico2_arrow_4.png);
}
.c-btn--primary:hover,
.c-btn--en--1.c-btn {
  background-color: #fff;
  color: #861010;
}
.c-btn--en--1.c-btn:hover {
  background-color: #861010;
  color: #fff;
}

.c-btn--en {
  margin-top: 1.5rem;
  letter-spacing: 1px;
}
.c-btn--en.c-btn,
.c-btn--en.c-btn:hover {
  background-image: none;
}
.c-btn--en span {
  position: relative;
}
.c-btn--en span::after {
  content: '';
  position: absolute;
  bottom: .4rem;
  right: -3.5rem;
  display: inline-block;
  width: calc(46px / 2);
  height: calc(8px / 2);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: .1s;
}
.c-btn--en--1 span::after,
.c-btn--en--2:hover span::after {
  background-image: url(../img/ico2_arrow_8.png);
}
.c-btn--en--2 span::after,
.c-btn--en--1:hover span::after {
  background-image: url(../img/ico2_arrow_7.png);
}
.c-btn--en:hover span::after {
  right: -10rem;
}

.c-btn--more {
  margin-top: 1rem;
  display: block;
  padding-right: 3.5rem;
  font-size: 1.8rem;
  text-align: right;
  color: #861010;
}
.c-btn--more:hover {
  opacity: 1;
}
.c-btn--more:hover span::after {
  background-image: url(../img/ico2_arrow_8.png);
}

.c-btn--secondary {
  margin-top: 5rem;
  background: #fff url(../img/ico2_arrow_3.png) right 1rem center/12px no-repeat;
  outline: 1px solid #04132b;
  color: #04132b;
}
.c-btn--secondary:hover {
  background-color: #04132b;
  background-image: url(../img/ico2_arrow_1.png);
  color: #fff;
}

.c-btn--secondary--return {
  background-image: url(../img/ico2_arrow_3_r.png);
  background-position: left 1rem center;
  padding-right: 1rem;
  padding-left: 2.5rem;
}
.c-btn--secondary--return:hover {
  background-image: url(../img/ico2_arrow_1_r.png);
}

.c-btn--chart {
  margin-top: 0;
  width: auto;
  max-width: initial;
  background-color: #fff;
  outline: 1px solid #AAB2BC;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  text-align: left;
  color: #282828;
}
.c-btn--chart .u-fs--s {
  font-weight: normal;
}
a.c-btn--chart:hover {
  opacity: .8;
}

.c-btn--gmtgroup {
  position: absolute;
  bottom: 8%;
  right: 5%;
  display: inline-block;
}
.c-btn--gmtgroup img:first-child {
  width: calc(382px / 2);
  animation: u-anima-slideIn .15s ease-in 5s 1 normal backwards;
}
.c-btn--gmtgroup_arrow {
  width: calc(204px / 2);
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  animation: u-anima-fadeIn 1.5s ease 6s 1 normal backwards;
}

.c-btn--contact {
  position: relative;
  margin-top: 1.5rem;
  background: #3f9ad1 url(../img/ico1_mail.png) calc(50% - 4em) center/24px no-repeat;
  padding: 1.5rem;
  padding-left: 4.5rem;
  outline: 1px solid #3f9ad1;
}
.c-btn--contact:hover {
  background-color: #fff;
  background-image: url(../img/ico1_mail_2.png);
  color: #3f9ad1;
}
.c-btn--contact::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -3rem;
  width: calc(230px / 2);
  height: calc(140px / 2);
  background: url(../img/footer_contact.png) center/cover no-repeat;
  transition: .2s;
}
.c-btn--contact:hover::after {
  background-image: url(../img/footer_contact_2.png);
  opacity: .7;
}

.c-btn--skillup {
  background: #EB9C3F url(../img/ico2_arrow_1.png) right 1rem center/12px no-repeat;
  outline: 1px solid #EB9C3F;
  font-size: 1.6rem;
  line-height: 1.4;
}
.c-btn--skillup:hover {
  background-color: #fff;
  background-image: url(../img/ico2_arrow_5.png);
  color: #EB9C3F;
}

.c-btn--sputum {
  background-color: #058686;
  outline: 1px solid #058686;
  padding-right: 1rem;
}
.c-btn--sputum:hover {
  background-color: #fff;
  color: #058686;
}

.c-btn--stress-check {
  margin-top: 2rem;
  background: #212D6A url(../img/ico2_arrow_1.png) right 1rem center/12px no-repeat;
  outline: 1px solid #212D6A;
}
.c-btn--stress-check:hover {
  background-color: #fff;
  background-image: url(../img/ico2_arrow_9.png);
  color: #212D6A;
}

.c-btn--fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.c-btn--fixed:hover {
  opacity: 1;
}

.c-btn--fixed--contact {
  border-width: 1px;
  border-style: solid;
  font-size: 1.4rem;
  line-height: 1.4;
}
.c-btn--fixed--contact:hover {
  background-color: #fff;
}
.c-btn--fixed--contact-number {
  position: relative;
  padding-left: 3.5rem;
  font-size: 2.4rem;
  line-height: 1;
}
.c-btn--fixed--contact-number::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: calc(68px / 2.5);
  height: calc(48px / 2.5);
  display: inline-block;
  background: url(../img/ico5_free-dial_1.png) center/cover no-repeat;
}
.c-btn--fixed--contact__inner {
  margin-top: .3rem;
}
.c-btn--fixed--contact__cap {
  font-size: 1.2rem;
  font-weight: normal;
}


@media (min-width: 769px) {
  .c-btn {
    max-width: 400px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.8rem;
  }

  .c-btn--more {
    margin-top: 2rem;
  }

  .c-btn--gmtgroup img:first-child {
    width: calc(382px / 1.5);
  }
  .c-btn--gmtgroup_arrow {
    width: calc(204px / 1.5);
  }

  .c-btn--contact {
    background-size: 30px;
    padding-left: 5.2rem;
    margin-top: 3rem;
    font-size: 2.2rem;
  }
  .c-btn--contact::after {
    right: -11rem;
    bottom: -6rem;
    width: 230px;
    height: 140px;
  }

  .c-btn--skillup {
    max-width: inherit;
    width: 75%;
    font-size: 2.4rem;
  }
  .c-btn--skillup .u-fs--s {
    font-size: 2rem;
    font-weight: normal;
  }

  .c-btn--sputum {
    margin-top: 4rem;
    max-width: 500px;
    font-size: 2.4rem;
  }

  .c-btn--fixed {
    flex-direction: row;
  }

  .c-btn--fixed--contact.c-btn--fixed {
    flex-direction: row-reverse;
    font-size: 2rem;
  }
  .c-btn--fixed--contact-number {
    margin-left: 3rem;
    padding-left: 6rem;
    font-size: 4.3rem;
  }
  .c-btn--fixed--contact-number::before {
    width: calc(68px / 1.4);
    height: calc(48px / 1.4);
  }
  .c-btn--fixed--contact__inner {
    margin-top: 0;
  }
  .c-btn--fixed--contact__cap {
    font-size: 1.4rem;
  }
}


/*--------------------
box
--------------------*/
.c-box--1 {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-box--1__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.c-box--2 {
  background-color: #ECF0F5;
  margin-top: 2rem;
}
.c-box--2__inner {
  padding: 2rem 1.5rem;
}
.c-box--2__inner .c-btn {
  margin-bottom: 1rem;
}

.c-box--3 {
  margin-top: 5rem;
  background-color: #ECF0F5;
  padding: 3rem 0 5rem;
}

.c-box--4 {
  padding: 1.5rem 1rem;
}
.c-box--4:not(:first-of-type) {
  margin-top: 2rem;
}

.c-box--5 {
  border: 1px solid #bbc0cd;
  padding: 1rem;
  margin: 0 auto;
}

.c-box--6 {
  margin-top: 4rem;
  padding: 4rem 0;
}

.c-box--7 {
  margin-top: 1rem;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 1.3rem;
}

.c-box--8 {
  border: solid 2px #c3c3c3;
  border-radius: 15px;
  padding: 1.5rem 2rem;
}

.c-box--3point {
  border: 1px solid #bbc0cd;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.c-box--3point-tit1 {
  background-position: center 0;
  background-size: calc(62px / 2);
  background-repeat: no-repeat;
  padding-top: 4rem;
  font-size: 2rem;
}
.c-box--3point__img1.u-img {
  margin-top: 2rem;
}
.p-service1--stress-check .c-box--3point:first-of-type .c-box--3point-tit1 {
  background-image: url(../img/stress-check_point1.png);
}
.p-service1--stress-check .c-box--3point:nth-of-type(2) .c-box--3point-tit1 {
  background-image: url(../img/stress-check_point2.png);
}
.p-service1--stress-check .c-box--3point:nth-of-type(3) .c-box--3point-tit1 {
  background-image: url(../img/stress-check_point3.png);
}
.p-service1--mental-health .c-box--3point:first-of-type .c-box--3point-tit1 {
  background-image: url(../img/mental-health_point1.png);
}
.p-service1--mental-health .c-box--3point:nth-of-type(2) .c-box--3point-tit1 {
  background-image: url(../img/mental-health_point2.png);
}
.p-service1--mental-health .c-box--3point:nth-of-type(3) .c-box--3point-tit1 {
  background-image: url(../img/mental-health_point3.png);
}

.c-box--subsidy {
  background-color: #fff;
  border-width: 3px;
  border-style: solid;
  padding: 3rem 1rem;
}
.p-service1--stress-check .c-box--subsidy {
  color: #000;
}
.p-service1--mental-health .c-box--subsidy {
  border-color:  #C62E2E;
}
.c-box--subsidy .c-tit {
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.c-box-inner--1 {
  padding: 2.5rem 0;
}


@media (min-width: 769px) {
  .c-box--3 {
    margin-top: 10rem;
    padding: 6rem 0 10rem;
  }

  .c-box--4 {
    padding: 2.5rem 3rem;
  }
  .c-box--4:first-of-type {
    margin-top: 2rem;
  }
  .c-box--5 {
    width: 70%;
    line-height: 1.8;
    padding: 2rem;
  }
  .c-box--6 {
    margin-top: 8rem;
    padding: 8rem 0;
  }

  .c-box--3point {
    padding: 4rem 3rem 3.5rem;
    display: flex;
    flex-direction: column-reverse;
  }
  .c-box--3point.c-box--4:not(:first-of-type) {
    margin-top: 4rem;
  }
  .c-box--3point-tit1 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    background-size: calc(62px / 1.5);
    padding-top: 5rem;
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-box--3point__text1 {
    line-height: 1.8;
    text-align: center;
  }
  .c-box--3point__img1.u-img {
    margin-top: 0;
  }

  .c-box--subsidy {
    padding: 3rem;
  }
  .c-box--subsidy .c-tit {
    font-size: 2.2rem;
  }

  .c-box-inner--1 {
    padding: 8rem 0;
  }

  .c-box--pc-1 {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
  }

  .c-box--pc-2 {
    margin-top: 5rem;
  }
  .c-box--pc-2__text1 {
    flex: 1;
  }
  .c-box--pc-2__img.u-img {
    margin: 0;
    margin-left: 4rem;
  }

}


/*--------------------
list
--------------------*/
.c-list--disc {
  margin: 1em 0;
  padding-left: 2rem;
  list-style: disc;
}
.c-list--circle {
  list-style: circle;
}

.c-list--1 {
  margin: 3rem 0 5rem;
}
.c-list--1__item {
}
.c-list--1 dt {
  border-top: 1px solid #bbc0cd;
  padding: 2rem 1.5rem 1rem;
  font-weight: normal;
  color: #c1c4cb;
}
.c-list--1 dd {
  padding: 0 1.5rem 2rem;
}
.c-list--1 dd:last-of-type {
  border-bottom: 1px solid #bbc0cd;
}
@media (min-width: 769px) {
  .c-list--1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .c-list--1__item {
    padding: 3rem 1.5rem !important;
    border-top: 1px solid #bbc0cd;
  }
  .c-list--1 dt {
    width: 20%;
  }
  .c-list--1 dd {
    width: calc(80% - 14px);
  }
  .c-list--1 dt:last-of-type,
  .c-list--1 dd:last-of-type {
    border-bottom: 1px solid #bbc0cd;
  }
}


dt.c-list--2__item {
  margin: 2rem 0 .5rem;
  font-weight: normal;
  color: #c1c4cb;
}

.c-list--merit {
  margin: 2.5rem 0;
}
.c-list--merit__item {
  border: 1px solid #bbc0cd;
}
.c-list--merit-tit1 {
  font-size: 2rem;
}
.c-list--merit-tit2 {
  margin: 2rem 0 1rem;
}
.c-list--merit-img1 img {
  width: calc(178px / 2);
}

.c-list--step {
  margin-top: 2rem;
}
.c-list--step__item {
  position: relative;
}
.c-list--step__item:not(:first-child) {
  margin-top: 4rem;
}
.c-list--step__item:not(:first-child)::before {
  content: '';
  position: absolute;
  top: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  border: 15px solid transparent;
  border-bottom-width: 0;
}

.c-list--nav__item {
  margin: 5px 0;
}
.c-list--nav__item .c-btn--secondary {
  margin: 0;
  width: 100%;
  max-width: 100%;
  height: 100%;
  background-image: url(../img/ico2_arrow_3_n.png);
  background-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-list--nav__item .c-btn--secondary:hover {
  background-image: url(../img/ico2_arrow_1_n.png);
}

.c-list--cap {
  margin: 1em 0;
  font-size: 1.4rem;
}


@media (min-width: 769px) {
  .c-list--2 {
    display: flex;
    flex-wrap: wrap;
  }
  dt.c-list--2__item,
  dd.c-list--2__item {
    margin-top: 4rem;
  }
  dt.c-list--2__item {
    width: 40%;
    font-size: 1.8rem;
  }
  dd.c-list--2__item {
    width: calc(100% - 40%);
  }

  .c-list--3__item {
    flex: 1;
  }
  .c-list--3__item.c-box--4:first-child,
  .c-list--3__item:not(:first-child) {
    margin-top: 0;
  }
  .c-list--3__item:not(:first-child) {
    margin-left: 4rem;
  }

  .c-list--merit {
    margin-top: 4rem;
  }
  .c-list--merit-tit1 {
    margin-bottom: 1em;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .c-list--merit-tit2 {
    font-size: 1.8rem;
  }

  .c-list--nav__item {
    margin: 1.3rem 0;
  }
  .c-list--nav__item .c-btn--secondary {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-size: 1.8rem;
  }
}

/*--------------------
ico
--------------------*/
.c-ico {
  margin-left: 1rem;
  background-color: #535864;
  padding: 1px 6px;
  vertical-align: 2px;
  font-size: 1.1rem;
  font-weight: normal;
  color: #fff;
}
.c-ico--must {
  background-color: #861010;
}
.c-ico--cate {
  background-color: #ECF0F5;
  color: #282828;
}
.c-ico--cate.c-ico--cate--result {
  background-color: #3f9ad1;
  color: #fff;
}

.c-ico--link {
  margin-left: 3px;
}
.c-ico--link img {
  vertical-align: middle;
}
.c-ico--link--1 img {
  width: calc(34px / 2);
}
.c-ico--link--2 img {
  width: 12px;
}


@media (min-width: 769px) {
  .c-ico--cate {
    font-size: 1.4rem;
  }
}

/*--------------------
tab
--------------------*/
.c-tab__item {
  cursor: pointer;
}
.c-tab-contents__item {
  display: none;
}
.c-tab-contents__item.is-show {
  display: block;
}


/* Layout
----------------------------------------------------------------- */
.l-wrap {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.l-wrap--2 {
  max-width: 568px;
}

@media (min-width: 769px) {
  .l-wrap--1,
  .l-wrap--2 {
    max-width: calc(1000px + (1rem * 2));
  }

  .l-pc {
    display: flex;
    flex-wrap: wrap;
  }
  .l-pc--1 {
    justify-content: center;
  }
  .l-pc--2 {
    justify-content: space-between;
  }
  .l-pc--3 {
    max-width: 800px;
    margin: auto;
  }
}


/* Utility
----------------------------------------------------------------- */
.u-fs--s {
  font-size: 1.4rem;
}

.u-fs--l {
  font-size: 1.8rem;
}

.u-fw--b {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 700;
}

.u-ta--c {
  text-align: center;
}

.u-ff--1 {
  font-family: 'Rajdhani', sans-serif;
}

.u-brackets {
  margin: 0 -.5em;
}

.u-p-block p:not(:first-of-type) {
  margin-top: 2em;
}

.u-ls--1.u-ff--1 {
  letter-spacing: .4em;
}
.u-ls--1 {
  letter-spacing: 2px;
}

.u-fc--1 {
  color: #1EA2E8;
}

.u-fc--2 {
  color: #FF6666;
}

.u-fc--3 {
  color: #058686;
}

.u-bgc--1 {
  background-color: #EFF8FB;
}

.u-bgc--2 {
  background-color: #FDF4F8;
}

.u-bgc--3 {
  background-color: #EDF5F5;
}

.u-bgc--4 {
  background-color: #023399;
}

.u-bgc--5 {
  background-color: #058686;
}

.u-bgc--6 {
  background-color: #FFF9E6;
}

.u-bgc--7 {
  background-color: #fcfcfc;
}

.u-marker--1 {
  background-color: rgba(255,255,255,.8);;
  line-height: 1.4;
  color: #000;
  padding: 0 .5em;
}
.u-marker--2 {
  background: linear-gradient(transparent 60%, #f5d75d 60%);
}
.u-marker--3 {
  background: linear-gradient(transparent 40%, #fff 40%);
}

.u-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.u-img {
  margin-top: 4rem;
  text-align: center;
}
.u-img--1 img {
  width: calc(640px / 2);
}
.u-img--2 img {
  width: calc(690px / 2);
}

.u-fadein__item {
  transition: .8s;
  transform: translateY(60px);
  opacity: 0;
}
.u-fadein__item--2 {
  transition-delay: .2s;
}

.u-rotate {
  transition: .25s;
}
.u-rotate:hover {
  transform: rotateY(360deg);
}

.u-gmap {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.u-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-video video {
  display: block;
  width: 100%;
  margin: auto;
}

.u-dis--ib {
  display: inline-block;
}

.u-dis--sp {
  display: block;
}
.u-dis--spi {
  display: inline-block;
}
.u-dis--pc,
.u-dis--pci {
  display: none;
}
.u-tel-link {
  color: #fff;
}
@media (min-width: 769px) {
  .u-img--1 img {
    width: 640px;
  }

  .u-fadein__item {
    transition: 1s;
    transform: translateY(100px);
  }
  .u-fadein__item--2 {
    transition-delay: .3s;
  }

  .u-dis--sp,
  .u-dis--spi {
    display: none;
  }
  .u-dis--pc {
    display: block;
  }
  .u-dis--pci {
    display: inline;
  }

  .u-tel-link {
    pointer-events: none;
    color: inherit;
  }
}


@keyframes u-anima-slideIn {
  0% {
    transform: translateY(10rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes u-anima-fadeIn {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}


input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  background: none;
}