@charset "UTF-8";
/* ------------ colors ------------ */
/* ------------------------------- */
/* ------------ text-color ------------ */
/* ------------ border-color ------------ */
/* ------------ background-color ------------ */
/* ------------ system-color ------------ */
/* ------------ cv ------------ */
/* ------------ menu ------------ */
/* ------------ NEW ------------ */
/* ------------ slick-color ------------ */
.en {
  font-family: din-2014,  sans-serif;
  line-height: 1;
}

/*----------------------------------------
    p-visual
----------------------------------------*/
.p-visual {
  max-width: 1200px;
  padding: 100px 40px 0;
  margin: auto;
}
.p-visual__head {
  margin: 0 0 30px;
}
.p-visual__head h2 {
  font-size: 49px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
}
.p-visual__head h2 span {
  display: block;
  font-size: 33px;
  font-weight: bold;
  font-family: din-2014,  sans-serif;
  color: #007DF9;
  opacity: 0.4;
}
.p-visual__body ul {
  display: flex;
  justify-content: space-between;
}
.p-visual__body ul li {
  width: 32%;
}
.p-visual__body ul li a {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #007DF9;
  text-align: center;
  padding: 20px;
}
.p-visual__body ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
  margin: auto;
}
.p-visual__body ul li:nth-child(even) a {
  background: #FF2BB2;
}

@media screen and (max-width: 760px) {
  .p-visual {
    padding: 22vw 5vw 0;
  }
  .p-visual__head {
    margin: 0 0 8vw;
  }
  .p-visual__head h2 {
    font-size: 9.3vw;
  }
  .p-visual__head h2 span {
    font-size: 8.4vw;
  }
  .p-visual__body ul {
    display: block;
  }
  .p-visual__body ul li {
    width: 100%;
    margin: 0 0 4vw;
  }
  .p-visual__body ul li:last-child {
    margin: 0;
  }
  .p-visual__body ul li a {
    font-size: 5.1vw;
    padding: 6vw;
  }
}
/*----------------------------------------
    p-about
----------------------------------------*/
.p-about {
  max-width: 1200px;
  padding: 100px 40px 200px;
  margin: auto;
}
.p-about__head {
  padding: 0 0 20px;
  border-bottom: 1px solid #ACACAC;
}
.p-about__head h2 {
  font-size: 27px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
  margin: 0 0 10px;
}
.p-about__head h3 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.p-about__head h3 span {
  font-size: 40px;
  color: #007DF9;
}
.p-about__body {
  padding: 50px 0 80px;
  border-bottom: 1px solid #ACACAC;
}
.p-about__body__ttl {
  margin: 0 0 20px;
}
.p-about__body__ttl h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.p-about__body__content dl {
  margin: 0 0 50px;
}
.p-about__body__content dl:last-child {
  margin: 0;
}
.p-about__body__content dl dt {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  background: #ECECEC;
  padding: 10px;
  margin: 0 0 20px;
}
.p-about__body__content dl dd p {
  font-size: 15px;
  text-align: center;
  line-height: 2;
  margin: 0 0 20px;
}
.p-about__body__content dl dd p:last-of-type {
  margin: 0;
}
.p-about__body__content dl dd .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 10px;
}
.p-about__body__content dl dd .tag li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
  padding: 20px;
  margin: 10px;
  border: 1px solid #007DF9;
  border-radius: 5px;
}
.p-about__body__content dl dd .list {
  display: flex;
  justify-content: center;
}
.p-about__body__content dl dd .list ul {
  margin: 0 20px;
}
.p-about__body__content dl dd .list ul li {
  position: relative;
  font-size: 17px;
  font-weight: bold;
  padding: 0 0 0 17px;
  margin: 0 0 10px;
}
.p-about__body__content dl dd .list ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.p-about__body__content dl dd .list ul li:last-child {
  margin: 0;
}
.p-about__foot {
  padding: 50px 0 0;
}
.p-about__foot__ttl {
  margin: 0 0 20px;
}
.p-about__foot__ttl h3 {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}
.p-about__foot__content {
  margin: 0 0 80px;
}
.p-about__foot__content dl {
  display: flex;
  margin: 0 0 10px;
}
.p-about__foot__content dl:last-child {
  margin: 0;
}
.p-about__foot__content dl dt, .p-about__foot__content dl dd {
  font-size: 17px;
  font-weight: 500;
  padding: 20px;
  box-sizing: border-box;
}
.p-about__foot__content dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  color: #fff;
  background: #007DF9;
}
.p-about__foot__content dl dd {
  flex: 1;
  background: #EBF5FF;
  line-height: 1.8;
}
.p-about__foot__btn {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 760px) {
  .p-about {
    padding: 10vw 5vw 20vw;
  }
  .p-about__head {
    padding: 0 0 7vw;
  }
  .p-about__head h2 {
    font-size: 6.1vw;
    margin: 0 0 3vw;
  }
  .p-about__head h3 {
    font-size: 6.9vw;
  }
  .p-about__head h3 span {
    display: block;
    font-size: 9.2vw;
    line-height: 1.2;
  }
  .p-about__body {
    padding: 7vw 0 10vw;
  }
  .p-about__body__ttl {
    margin: 0 0 5vw;
  }
  .p-about__body__ttl h3 {
    font-size: 5.6vw;
  }
  .p-about__body__content dl {
    margin: 0 0 10vw;
  }
  .p-about__body__content dl dt {
    font-size: 4.3vw;
    padding: 4vw;
    margin: 0 -5vw 5vw;
  }
  .p-about__body__content dl dd p {
    font-size: 3.8vw;
    text-align: left;
    margin: 0 0 5vw;
  }
  .p-about__body__content dl dd .tag {
    margin: 0 0 5vw;
    display: block;
  }
  .p-about__body__content dl dd .tag li {
    display: block;
    font-size: 4.1vw;
    padding: 4vw;
    margin: 2vw;
  }
  .p-about__body__content dl dd .list {
    display: block;
  }
  .p-about__body__content dl dd .list ul {
    margin: 0 0 2vw;
  }
  .p-about__body__content dl dd .list ul:last-child {
    margin: 0;
  }
  .p-about__body__content dl dd .list ul li {
    font-size: 3.8vw;
    padding: 0 0 0 3.8vw;
    margin: 0 0 2vw;
  }
  .p-about__foot {
    padding: 10vw 0 0;
  }
  .p-about__foot__ttl {
    margin: 0 0 5vw;
  }
  .p-about__foot__ttl h3 {
    font-size: 5.6vw;
  }
  .p-about__foot__content {
    margin: 0 0 10vw;
  }
  .p-about__foot__content dl {
    display: block;
    margin: 0 0 2vw;
  }
  .p-about__foot__content dl dt, .p-about__foot__content dl dd {
    font-size: 3.8vw;
    padding: 4vw;
  }
  .p-about__foot__content dl dt {
    width: 100%;
  }
  .p-about__foot__btn {
    display: flex;
    justify-content: center;
  }
}
/*----------------------------------------
    p-flow
----------------------------------------*/
.p-flow {
  background: #FFEEF9;
  padding: 80px 40px 120px;
}
.p-flow__container {
  max-width: 1200px;
  margin: auto;
}
.p-flow__head {
  margin: 0 0 30px;
}
.p-flow__head h2 {
  font-size: 27px;
  font-weight: bold;
  color: #FF2BB2;
  text-align: center;
}
.p-flow__body ul li {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 30px;
  margin: 0 0 60px;
}
.p-flow__body ul li:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 18px 20px 0 20px;
  border-color: #ff2bb1 transparent transparent transparent;
}
.p-flow__body ul li:last-child {
  margin: 0;
}
.p-flow__body ul li:last-child:before {
  content: none;
}
.p-flow__body ul li .photo {
  width: 200px;
  margin: 0 30px 0 0;
}
.p-flow__body ul li .content {
  flex: 1;
}
.p-flow__body ul li .content h3 {
  font-size: 22px;
  font-weight: bold;
  color: #FF2BB2;
  margin: 0 0 10px;
}
.p-flow__body ul li .content p {
  font-size: 15px;
  line-height: 2;
}

@media screen and (max-width: 760px) {
  .p-flow {
    padding: 20vw 5vw;
  }
  .p-flow__head {
    margin: 0 0 5vw;
  }
  .p-flow__head h2 {
    font-size: 6.4vw;
  }
  .p-flow__body ul li {
    align-items: flex-start;
    padding: 4vw;
  }
  .p-flow__body ul li .photo {
    width: 30%;
    margin: 0 4vw 0 0;
  }
  .p-flow__body ul li .content h3 {
    font-size: 5.1vw;
    margin: 0 0 1vw;
    line-height: 1.3;
  }
  .p-flow__body ul li .content p {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
/*----------------------------------------
    p-faq
----------------------------------------*/
.p-faq {
  max-width: 1200px;
  padding: 100px 40px 0;
  margin: auto;
}
.p-faq__head {
  margin: 0 0 30px;
}
.p-faq__head h2 {
  font-size: 27px;
  font-weight: bold;
  color: #007DF9;
  text-align: center;
}
.p-faq__body dl {
  margin: 0 0 50px;
}
.p-faq__body dl:last-child {
  margin: 0;
}
.p-faq__body dl dt {
  display: flex;
  font-size: 19px;
  font-weight: bold;
  color: #007DF9;
  background: #DBEDFE;
  padding: 20px;
  margin: 0 0 20px;
}
.p-faq__body dl dt span {
  flex: none;
  color: #007DF9;
  margin: 0 10px 0 0;
}
.p-faq__body dl dd p {
  font-size: 15px;
  line-height: 2;
  margin: 0 0 10px;
}
.p-faq__body dl dd p:last-child {
  margin: 0;
}
.p-faq__body dl dd p a {
  color: #007DF9;
  text-decoration: underline;
}

@media screen and (max-width: 760px) {
  .p-faq {
    padding: 20vw 5vw 0;
  }
  .p-faq__head {
    margin: 0 0 5vw;
  }
  .p-faq__head h2 {
    font-size: 6.4vw;
  }
  .p-faq__body dl {
    margin: 0 0 10vw;
  }
  .p-faq__body dl dt {
    font-size: 4.8vw;
    padding: 4vw;
    margin: 0 0 5vw;
  }
  .p-faq__body dl dt span {
    margin: 0 2vw 0 0;
  }
  .p-faq__body dl dd p {
    font-size: 3.8vw;
    margin: 0 0 2vw;
  }
}
.p-news {
  padding: 100px 40px 140px;
}
.p-news a {
  position: relative;
  display: block;
  max-width: 1080px;
  background: #007DF9;
  padding: 30px;
  margin: auto;
  box-sizing: border-box;
}
.p-news a:before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 5px;
  background: url(../images/cmn/icon_arrow_wh.png) 0 0/cover;
}
.p-news a h2 {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-news a h3 {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.p-news a h3 span {
  color: #FFE81F;
}

@media screen and (max-width: 760px) {
  .p-news {
    padding: 10vw 5vw 14vw;
  }
  .p-news a {
    padding: 5vw;
  }
  .p-news a h2 {
    font-size: 3.5vw;
    margin: 0 0 2vw;
  }
  .p-news a h3 {
    font-size: 6.4vw;
    line-height: 1.2;
  }
}

/*# sourceMappingURL=select.css.map */
