@charset "UTF-8";
/* common
---------------------------------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  -webkit-text-size-adjust: none;
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 2.8vw;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
    min-width: 1000px;
    max-width: 1920px;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  overflow: hidden;
  outline: none;
  transition: all  0.3s ease;
  color: #008ae5;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  img {
    width: auto !important;
  }
}

picture {
  display: block;
}

.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .pc-wrap {
    width: 960px;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.cv-btn {
  display: flex;
  justify-content: space-between;
  width: 94.8vw;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .cv-btn {
    width: 960px;
    margin: 0 auto;
  }
}
.cv-btn li {
  width: 45.8666666667vw;
  font-weight: bold;
  font-size: 3.6vw;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv-btn li {
    width: 401px;
    font-size: 18px;
  }
  .cv-btn li:nth-child(1)::after {
    content: '';
    display: block;
    width: 1px;
    height: 86px;
    background: #fff;
    position: absolute;
    right: -78px;
    bottom: 0;
  }
}
.cv-btn li p:nth-child(2) {
  margin: 2.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .cv-btn li p:nth-child(2) {
    margin: 10px 0 0 0;
  }
}
.cv-btn a {
  display: block;
  font-size: 4vw;
  color: #fff;
  border: 0.4vw solid #fff;
  line-height: 9.6vw;
  letter-spacing: 0.1em;
  background: rgba(224, 77, 98, 0.8);
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv-btn a {
    font-size: 22px;
    border: 3px solid #fff;
    line-height: 50px;
  }
}
.cv-btn a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.9333333333vw 2.9333333333vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0.6666666667vw;
  bottom: 0.6666666667vw;
}
@media screen and (min-width: 768px) {
  .cv-btn a::after {
    border-width: 0 0 15px 15px;
    right: 3px;
    bottom: 3px;
  }
}

.cv-btn02 {
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}

.cv-btn02 .text {
	display: inline-block;
	font-size: calc(27 / 750 * 100vw);
	color: #fff;
	padding: 0 calc(100 / 750 * 100vw);
	position: relative;
}
@media screen and (min-width: 768px) {
  .cv-btn02 .text {
    font-size: 18px;
		padding: 0 67px;
  }
}

.cv-btn02 .text::before,
.cv-btn02 .text::after {
	content: '';
	display: block;
	width: calc(68 / 750 * 100vw);
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
	.cv-btn02 .text::before,
	.cv-btn02 .text::after {
    width: 45px;
  }
}

.cv-btn02 .text::before {
	left: 0;
}

.cv-btn02 .text::after {
	right: 0;
}

.cv-btn02 .btn {
	width: calc(611 / 750 * 100vw);
	margin: calc(15 / 750 * 100vw) auto 0 auto;
}
@media screen and (min-width: 768px) {
	.cv-btn02 .btn {
    width: 591px;
		margin: 10px auto 0 auto;
  }

	.cv-btn02 .btn br {
		display: none;
	}
}

.cv-btn02 a {
  display: block;
  font-size: calc(30 / 750 * 100vw);
	letter-spacing: 0.1em;
	line-height: 1.23;
  color: #fff;
  border: calc(3 / 750 * 100vw) solid #fff;
  padding: calc(20 / 750 * 100vw) 0;
  background: rgba(224, 77, 98, 0.8);
  position: relative;
}
@media screen and (min-width: 768px) {
  .cv-btn02 a {
    font-size: 22px;
    border: 3px solid #fff;
    line-height: 64px;
		padding: 0;
  }
}
.cv-btn02 a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2.9333333333vw 2.9333333333vw;
  border-color: transparent transparent #fff transparent;
  position: absolute;
  right: 0.6666666667vw;
  bottom: 0.6666666667vw;
}
@media screen and (min-width: 768px) {
  .cv-btn02 a::after {
    border-width: 0 0 15px 15px;
    right: 3px;
    bottom: 3px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 4vw 0 0 0;
}

.slick-dots li {
  margin: 0 1.4666666667vw;
}

.slick-dots li button {
  border: none;
  outline: none;
  padding: 0;
  appearance: none;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 2.1333333333vw;
  background: #fff;
  text-indent: -9999px;
  background: #c7c7c7;
}

/* header
---------------------------------------------------- */
header {
  border-top: 1px solid #e1e1e2;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (min-width: 768px) {
  header .inner {
    width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
header h1 {
  text-align: center;
  line-height: 9.7333333333vw;
}
@media screen and (min-width: 768px) {
  header h1 {
    line-height: 73px;
  }
}
header h1 img {
  width: 44.9333333333vw;
  vertical-align: middle;
}
header p {
  display: none;
  margin: 14px 0 0 0;
}
@media screen and (min-width: 768px) {
  header p {
    display: block;
    width: 295px;
    font-size: 16px;
    background: #51abe7;
    padding: 1px;
    border-radius: 4px;
    line-height: 1.35;
  }
}
header p a {
  display: block;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(to bottom, #81cdee 0%, rgba(231, 95, 81, 0) 100%);
  padding: 1px;
}
header p a > span {
  display: block;
  overflow: hidden;
  padding: 3px 0 0 40px;
  background: url(../img/arrow01.png) no-repeat 13px 50%, linear-gradient(to bottom, #67b6e5 97%, #67b6e5 97%, #67b6e5 97%, #67b6e5 100%);
  background-size: 14px auto, auto;
}

/* fv
---------------------------------------------------- */
.fv {
  padding-left: 2.6666666667vw !important;
  padding-right: 2.6666666667vw !important;
  padding-top: 3.8666666667vw;
  height: calc(1129 / 750 * 100vw);
  background: url(../img/fv-bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .fv {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .fv {
    padding-top: 49px;
    height: 730px;
    background: url(../img/fv-bg-pc.jpg) no-repeat 50% 0;
  }
}
.fv .job {
  width: 88.9333333333vw;
  text-align: center;
  margin: 3.8666666667vw auto 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .fv .job {
    width: 206px;
    flex-wrap: wrap;
    margin: 0;
    position: absolute;
    top: 251px;
    right: 0;
  }
}
.fv .job li {
  width: 18.9333333333vw;
  height: 18.9333333333vw;
  border-radius: 18.9333333333vw;
  background: #fff;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #ed9495;
  line-height: 1.25;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .fv .job li {
    width: 98px;
    height: 98px;
    border-radius: 98px;
    font-size: 18px;
    line-height: 1.22;
  }
  .fv .job li:nth-child(-n+2) {
    margin: 0 0 11px 0;
  }
}
.fv .job sup {
  font-size: 2.2666666667vw;
  color: #888;
  vertical-align: top;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .fv .job sup {
    font-size: 12px;
  }
}
.fv .notes {
  font-size: 2.2666666667vw;
  color: #888;
  margin: 3.3333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .fv .notes {
    font-size: 12px;
    margin: 25px 0 0 0;
  }
}
.fv .cv-btn02 {
  margin-top: calc(40 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .fv .cv-btn02 {
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) {
  .fv .inner {
    position: relative;
  }
}

/* find
---------------------------------------------------- */
.find {
  background: #f6f7e0;
}
@media screen and (min-width: 768px) {
  .find {
    background: url(../img/find-bg-pc.png);
  }
}
.find .bg {
  padding: 19.3333333333vw 0 11.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .find .bg {
    padding: 103px 0 60px 0;
    max-width: 1340px;
    margin: 0 auto;
    background: #f6f7e0;
  }
}
.find h2 {
  text-align: center;
}
.find h2 img {
  width: 86.9333333333vw;
}
.find .notes {
  padding-left: 2.6666666667vw !important;
  padding-right: 2.6666666667vw !important;
  font-size: 2.2666666667vw;
  color: #888;
  line-height: 1.35;
  margin: 2.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .find .notes {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .find .notes {
    font-size: 12px;
    margin: 15px 0 0 0;
  }
}
.find .slick01 {
  margin: 8vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .find .slick01 {
    margin: 40px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .find .slick01 .item {
    width: 473px;
  }
  .find .slick01 .item:nth-child(-n+2) {
    margin: 0 0 12px 0;
  }
}
.find .slick-slide {
  transform: scale(0.8);
  transform-origin: 100% 50%;
  position: relative;
}
.find .slick-slide::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
}
.find .slick-current,
.find .is-active-next {
  transform: scale(1);
  transform-origin: 50% 50%;
}
.find .slick-current::after,
.find .is-active-next::after {
  opacity: 0;
}
.find .slick-current + .slick-slide {
  transform-origin: 0 50%;
}
.find .slick-dots .slick-active button {
  background: #89bdd3;
}

/* flow
---------------------------------------------------- */
.flow {
  height: 215.0666666667vw;
  background: url(../img/flow-bg.png);
  background-size: cover;
  padding: 10.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .flow {
    height: 1116px;
    background: url(../img/flow-bg-pc.jpg) no-repeat 50% 0;
    padding: 153px 0 0 0;
  }
}
.flow h2 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow h2 {
    text-align: left;
    margin: 0 0 0 -13px;
  }
}
.flow h2 img {
  width: 43.2vw;
}
.flow .pc-wrap {
  position: relative;
}
.flow .img01 {
  display: none;
}
@media screen and (min-width: 768px) {
  .flow .img01 {
    display: block;
    position: absolute;
    top: 92px;
    right: -19px;
  }
}
.flow .slick02 {
  margin: 0 0 0 -8vw;
}
@media screen and (min-width: 768px) {
  .flow .slick02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -325px 0 0 0;
  }
  .flow .slick02::before {
    content: '';
    display: block;
    width: 310px;
  }
  .flow .slick02 .item:nth-child(-n+2) {
    margin-bottom: 52px;
  }
  .flow .slick02 .item:nth-child(1) {
    width: 635px;
  }
}
.flow .slick-slide {
  padding: 0 2.6666666667vw 0 0;
}
.flow .slick-dots .slick-active button {
  background: #f2aeae;
}

/* point
---------------------------------------------------- */
.point {
  background: #fcf1f0 url(../img/point-bg.jpg) no-repeat 0 36.5333333333vw;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .point {
    background: url(../img/point-bg02-pc.png);
  }
}
.point .bg {
  padding: 19.3333333333vw 0 13.3333333333vw 0;
}
@media screen and (min-width: 768px) {
  .point .bg {
    padding: 146px 0 118px 0;
    max-width: 1340px;
    margin: 0 auto;
    background: #fcf1f0 url(../img/point-bg-pc.jpg) no-repeat 50% 96px;
  }
}
.point h2 {
  text-align: center;
  margin: 0 0 0 -2.1333333333vw;
}
@media screen and (min-width: 768px) {
  .point h2 {
    margin: 0;
  }
}
.point h2 img {
  width: 86.1333333333vw;
}
.point ol {
  margin: 0.9333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .point ol {
    margin: 64px 0 0 0;
  }
}
.point li {
  background: rgba(255, 255, 255, 0.9);
  padding: 8vw 8vw 0 8vw;
  font-size: 4vw;
  letter-spacing: 0.1em;
  color: #777;
  line-height: 1.91;
  position: relative;
    /*&:nth-child(1) {
      img {
        width: calcVw(463px);
      }
    }

    &:nth-child(2) {
      text-align: right;
      margin: calcVw(50px) 0 0 0;

      @include pcStyle {
        margin: -23px 0 0 0;
      }

      img {
        width: calcVw(570px);
      }
    }

    &:nth-child(3) {
      margin: calcVw(52px) 0 0 0;

      @include pcStyle {
        margin: -44px 0 0 0;
      }

      img {
        width: calcVw(593px);
      }
    }*/
}
@media screen and (min-width: 768px) {
  .point li {
    padding: 60px 60px 0 60px;
    font-size: 18px;
    line-height: 1.66;
  }
}
.point li .no {
  position: absolute;
}
.point li h3 {
  color: #69afca;
  font-size: 5.3333333333vw;
  font-weight: normal;
  line-height: 1.375;
  letter-spacing: 0;
  border-bottom: 2px solid #69afca;
  padding: 0 0 2.6666666667vw 0;
  margin: 0 0 4vw 0;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .point li h3 {
    font-size: 34px;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
  }
}
.point li sup {
  font-size: 2.6666666667vw;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .point li sup {
    font-size: 12px;
    color: #999;
  }
}
.point li .notes {
  font-size: 2.6666666667vw;
  margin: 1.3333333333vw 0 0 0;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .point li .notes {
    font-size: 12px;
    margin: 20px 0 0 0;
  }
}
.point li:nth-child(1) {
  width: 61.7333333333vw;
  min-height: 74.6666666667vw;
  margin: 12.9333333333vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(1) {
    width: 555px;
    min-height: 310px;
    margin: 0;
  }
  .point li:nth-child(1) sup {
    position: relative;
    top: -1em;
    left: -1em;
  }
}
.point li:nth-child(1) .no {
  top: -12vw;
  right: 7.8666666667vw;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(1) .no {
    top: -73px;
    left: 0;
  }
}
.point li:nth-child(1) .no img {
  width: 12.2666666667vw;
}
.point li:nth-child(2) {
  width: 76vw;
  min-height: 64.5333333333vw;
  margin: 18.6666666667vw 0 0 auto;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(2) {
    width: 387px;
    min-height: 350px;
    margin: 50px 0 0 auto;
  }
}
.point li:nth-child(2) .no {
  top: -12vw;
  right: 7.0666666667vw;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(2) .no {
    top: -73px;
    left: 0;
  }
}
.point li:nth-child(2) .no img {
  width: 15.0666666667vw;
}
.point li:nth-child(3) {
  width: 79.0666666667vw;
  min-height: 55.4666666667vw;
  margin: 18.6666666667vw 0 0 0;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(3) {
    width: 520px;
    min-height: 270px;
    margin: 30px 0 0 0;
  }
}
.point li:nth-child(3) .no {
  top: -12vw;
  right: 7.7333333333vw;
}
@media screen and (min-width: 768px) {
  .point li:nth-child(3) .no {
    top: -73px;
    left: 0;
  }
}
.point li:nth-child(3) .no img {
  width: 14.9333333333vw;
}
.point li:nth-child(3) h3 {
  letter-spacing: -0.03em;
}

/* cv
---------------------------------------------------- */
.cv {
  height: calc(912 / 750 * 100vw);
  background: #fcf1f0 url(../img/cv-bg.png) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .cv {
    height: 946px;
    background: #fcf1f0 url(../img/cv-bg-pc.jpg) no-repeat 50% 0;
  }
}
.cv h2 {
  text-align: center;
  line-height: 86.9333333333vw;
}
@media screen and (min-width: 768px) {
  .cv h2 {
    line-height: 766px;
  }
}
.cv h2 img {
  width: 42.1333333333vw;
  vertical-align: middle;
}
.cv .cv-btn02 {
  margin-top: calc(35 / 750 * 100vw);
}
@media screen and (min-width: 768px) {
  .cv .cv-btn02 {
    margin-top: 30px;
  }
}

/* footer
---------------------------------------------------- */
footer {
  padding-left: 2.6666666667vw !important;
  padding-right: 2.6666666667vw !important;
  padding-top: 2.9333333333vw;
  border-top: 3px solid #6dbae7;
  height: 15.7333333333vw;
}
@media screen and (min-width: 768px) {
  footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  footer {
    padding-top: 18px;
    height: 79px;
  }
}
footer .logo {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  font-size: 3.2vw;
  font-weight: bold;
  color: #435B67;
}
@media screen and (min-width: 768px) {
  footer .logo {
    font-size: 12px;
  }
}
footer .logo img {
  width: 27.7333333333vw;
}
footer .logo p:nth-child(2) {
  margin: 0 0 0 2vw;
}
@media screen and (min-width: 768px) {
  footer .logo p:nth-child(2) {
    margin: 0 0 0 10px;
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .link {
  display: none;
}
@media screen and (min-width: 768px) {
  footer .link {
    display: flex;
    align-items: center;
  }
  footer .link ul {
    display: flex;
    font-size: 12px;
    margin: 0 20px 0 0;
    line-height: 17px;
  }
  footer .link li:not(:last-child) {
    padding: 0 7px 0 0;
    margin: 0 7px 0 0;
    border-right: 1px solid #5f6e63;
  }
  footer .link a:hover {
    text-decoration: underline;
  }
}

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