@charset "UTF-8";

body {
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "游ゴシック体", sans-serif;
  font-style: normal;
  font-display: swap;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.pcView {
  display: block !important;
}
@media (max-width: 761px) {
  .pcView {
    animation: gelatine 1s 2;
    display: none !important;
  }
}

.spView {
  display: none !important;
}
@media (max-width: 760px) {
  .spView {
    display: block !important;
  }
}


header {
  background-image: linear-gradient(130deg, #fce5e8, #f9d6df);
}

@media screen and (min-width:769px){
.head-bg {
  display: block;
  max-width: 1920px;
  height: 789px;
  background-image: url("../img/bg_pc.webp");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
.head-container {
  max-width: 1200px;
  margin: 0 auto;
}
.head-container p {
  padding-left: 15px;
}
.head-logo {
  max-width: 160px;
  padding-top: 10px;
}
.head-title-wrap {
  padding-top: 4em;
  position: relative;
  max-width: 610px;
}
.fv-women {
  position: absolute;
  top: 75px;
  right: 42px;
}
.sub-title {
  margin-bottom: 30px;
}
.fv-flex {
  display: flex;

  padding-top: 80px;
}
.fv-flex img {
  padding: 0 10px;
}
}

@media screen and (max-width:768px){
.head-bg {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.head-container {
  padding: 0 10px;
}
.head-logo {
  max-width: 120px;
  padding-top: 10px;
}
.head-title-wrap {
  padding-top: 2em;
  position: relative;
  max-width: 400px;
}
.fv-women {
  position: absolute;
  top: 2em;
  right: 10px;
  max-width: 117px;
}
.sub-title {
  margin-bottom: 20px;
  max-width: 250px;
  padding-left: 1em;
}
h1 {
  max-width: 350px;
  margin: 0 auto;
}
.fv-flex {
  display: flex;
  padding-top: 30px;
  max-width: 400px;
  justify-content: center;
}
.fv-flex img {
  padding: 0 10px;
  max-width: 100px;
}
.head-container p {
  text-align: center;
}
}

.small-text {
  font-size: 10px;
  padding-top: 10px;
}

@media screen and (min-width:769px){
.present {
  background-color: #fffcdb;
  padding: 30px;
}
.present-area {
  max-width: 850px;
  padding: 30px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
}
}

@media screen and (max-width:768px){
.present {
  background-color: #fffcdb;
  padding: 10px;
}
.present-area {
  max-width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  margin: 0 auto;
}
}

@media screen and (min-width:769px){
h4 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
}

@media screen and (max-width:768px){
h4 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
}

@media screen and (min-width:769px){
.present-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 10px;
}
.present-flex img {
  max-width: 90px;
  margin: 0 5px;
}
.present-flex p {
  font-size: 24px;
  font-weight: bold;
  color: #1a1a1a;
}
.font34 {
  font-size: 34px;
  color: red;
}
}

@media screen and (max-width:768px){
.present-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0 10px;
  flex-wrap: wrap;
}
.present-flex img {
  max-width: 65px;
  margin: 0 5px;
}
.present-flex p {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
.font34 {
  font-size: 24px;
  color: red;
}
}

@media screen and (min-width:769px){
.cv-btn {
  max-width: 600px;
  margin: 0 auto;
}
.cv-btn a {
  display: grid;
  place-items: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 600px;
  height: 60px;
  border-radius: 10px;
  background-image: linear-gradient(152deg, rgba(227, 77, 77, 1), rgba(194, 45, 43, 1));
}
}

@media screen and (max-width:768px){
.cv-btn {
  max-width: 400px;
  margin: 0 auto;
}
.cv-btn a {
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 15px 20px;
  border-radius: 10px;
  background-image: linear-gradient(152deg, rgba(227, 77, 77, 1), rgba(194, 45, 43, 1));
}
}

.cv-btn a:hover {
  opacity: 80%;
}

@media screen and (min-width:769px){
.future {
  padding: 100px 0;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
h2 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
.future-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  max-width: 750px;
  margin: 50px auto 0;
}
.future-flex p {
  font-size: 22px;
  font-weight: bold;
  width: 230px;
  padding: 20px;
  text-align: center;
  color: #e84566;
  border: #e84566 solid 3px;
  border-radius: 10px;
  margin: 10px;
}
.future-women {
  position: absolute;
  left: 10px;
  bottom: 0;
}
}

@media screen and (max-width:768px){
.future {
  padding: 50px 0;
  max-width: 400px;
  margin: 0 auto;
  position: relative;
}
h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #1a1a1a;
}
.future-flex {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  max-width: 360px;
  margin: 30px auto 0;
}
.future-flex p {
  font-size: 18px;
  font-weight: bold;
  width: 160px;
  padding: 10px;
  text-align: center;
  color: #e84566;
  border: #e84566 solid 2px;
  border-radius: 10px;
  margin: 10px;
}
.future-women {
  position: absolute;
  left: 10px;
  bottom: 0;
  max-width: 130px;
}
}

@media screen and (min-width:769px){
.need {
  padding: 100px 0 0;
  background-image: linear-gradient(130deg, #fce5e8, #f9d6df);
}
.need-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
  flex-wrap: wrap;
}
}

@media screen and (max-width:768px){
.need {
  padding: 50px 0 0;
  background-image: linear-gradient(130deg, #fce5e8, #f9d6df);
}
.need-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  max-width: 400px;
  margin: 0 auto;
  flex-wrap: wrap;
}
}

@media screen and (min-width:769px){
.need-box {
  max-width: 515px;
  margin-top: 30px;
}
.needbox-flex {
  width: 515px;
  background-color: #fff;
  display: flex;
  align-items: center;
}
}

@media screen and (max-width:768px){
.need-box {
  margin-top: 30px;
  width: 350px;
}
.needbox-flex {
  background-color: #fff;
  display: flex;
  align-items: center;
}
}

.need-text {
  margin: 0 auto;
}

@media screen and (min-width:769px){
.need-text h6 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
}
.n-text {
  font-size: 36px;
  font-weight: bold;
}
.need-text p {
  font-size: 20px;
  color: #1a1a1a;
  text-align: center;
}
.need-women {
  margin-top: 80px;
  text-align: center;
}
}

@media screen and (max-width:768px){
.need-text h6 {
  font-size: 16px;
  color: #1a1a1a;
  margin-bottom: 10px;
  text-align: center;
}
.n-text {
  font-size: 22px;
  font-weight: bold;
}
.need-text p {
  font-size: 16px;
  color: #1a1a1a;
  text-align: center;
}
.need-women {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 30px;
}
}

@media screen and (min-width:769px){
.plan {
  padding: 100px 0;
}
.plan-box {
  max-width: 900px;
  margin: 80px auto;
  padding: 20px;
  border: #e84566 solid 2px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.plan-text {
  margin-left: 20px;
}
.plan-text p {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}
}

@media screen and (max-width:768px){
.plan {
  padding: 50px 10px;
}
.plan-box {
  max-width: 400px;
  margin: 30px auto;
  padding: 20px;
  border: #e84566 solid 2px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.plan-text p {
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a;
  margin: 20px 0 10px;
}
.plan-text article {
  font-size: 14px;
}
}

@media screen and (min-width:769px){
.melit {
  background-color: #fffef6;
  padding: 50px;
  max-width: 900px;
  margin: 50px auto 0;
  position: relative;
}
.melit h4 {
  color: #fff;
  background-color: #e84566;
  border-radius: 30px;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.melit-box {
  margin-top: 50px;
}
}

@media screen and (max-width:768px){
.melit {
  background-color: #fffef6;
  padding: 30px;
  margin: 0 auto;
  position: relative;
}
.melit h4 {
  color: #fff;
  background-color: #e84566;
  border-radius: 30px;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.melit-box {
  margin-top: 30px;
}
}

@media screen and (min-width:769px){
.melit-box h3 {
  font-size: 26px;
  font-weight: bold;
  color: #1a1a1a;
}
}

@media screen and (max-width:768px){
.melit-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1a1a;
}
}


.melit-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.melit-box img {
  margin-right: 20px;
}

.melit-box article {
  margin-top: 20px;
  max-width: 700px;
}

@media screen and (min-width:769px){
.fp-women {
  position: absolute;
  bottom: -100px;
  right: -160px;
}
}

@media screen and (max-width:768px){
.fp-women {
  position: absolute;
  bottom: -50px;
  right: 0;
  max-width: 90px;
}
}

@media screen and (min-width:769px){
.select {
  background-color: #edf7f5;
  padding: 100px 0;
}
.s-text {
  text-align: center;
  margin: 50px 0;
}
}

@media screen and (max-width:768px){
.select {
  background-color: #edf7f5;
  padding: 50px 10px;
}
.s-text {
  margin: 30px 10px;
}
}

@media screen and (min-width:769px){
.select-wrap {
  background-color: #fff;
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
  position: relative;
}
.select-wrap h4 {
  color: #fff;
  background-color: #5b98d2;
  border-radius: 30px;
  padding: 10px;
  max-width: 400px;
  margin: 0 auto 20px;
}
.select-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.select-box {
  width: 230px;
  border: #5b98d2 solid 1px;
  margin-top: 30px;
  padding: 25px;
}
.select-box p {
  font-size: 18px;
  font-weight: bold;
  color: #5b98d2;
  margin-bottom: 20px;
}
.select-box article {
  color: #1a1a1a;
  font-weight: bold;
}
}

@media screen and (max-width:768px){
.select-wrap {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 30px 15px;
  position: relative;
}
.select-wrap h4 {
  color: #fff;
  background-color: #5b98d2;
  border-radius: 30px;
  padding: 10px;
  max-width: 400px;
}
.select-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}
.select-box {
  width: 155px;
  border: #5b98d2 solid 1px;
  margin-top: 20px;
  padding: 20px 10px;
  height: 180px;
}
.select-box p {
  font-size: 16px;
  font-weight: bold;
  color: #5b98d2;
  margin-bottom: 15px;
}
.select-box article {
  color: #1a1a1a;
  font-weight: bold;
  font-size: 14px;
}
}

.select-box img {
  width: 80%;
  margin-bottom: 20px;
}

@media screen and (min-width:769px){
.la-women {
  position: absolute;
  bottom: -100px;
  left: -95px;
}
}

@media screen and (max-width:768px){
.la-women {
  position: absolute;
  bottom: -50px;
  left: -10px;
  max-width: 75px;
}
}

.voice-img {
  max-width: 90px;
  margin: 0 auto;
}

.voice {
  background-color: #dff2fc;
  padding: 100px 0;
}

@media screen and (min-width:769px){
.voice-container {
  max-width: 1200px;
  margin: 0 auto;
}
.voice-wrap {
  margin-top: 50px;
}
.voice-box {
  max-width: 900px;
  background-color: #fff;
  margin: 10px auto 0;
  padding: 30px;
}
}

@media screen and (max-width:768px){
.voice {
  background-color: #dff2fc;
  padding: 50px 15px;
}
.voice-wrap {
  margin-top: 30px;
}
.voice-box {
  max-width: 400px;
  background-color: #fff;
  margin: 10px auto 0;
  padding: 20px;
}
}

.voice-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (min-width:769px){
.voice-flex img {
  max-width: 100px;
}
}

@media screen and (max-width:768px){
.voice-flex img {
  max-width: 80px;
  padding-right: 10px;
}
}

@media screen and (min-width:769px){
.voice-text{
  max-width: 750px;
  color: #1a1a1a;
  margin-left: 20px;
}
}

@media screen and (max-width:768px){
.voice-text{
  max-width: 750px;
  color: #1a1a1a;
}
}

.voice-text p {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}


@media screen and (min-width:769px){
.flow-container {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}
.flow-wrap {
  max-width: 1000px;
  margin: 0 auto;
  border: #6b90db solid 2px;
  padding: 50px;
}
.flow-wrap h2 {
  padding-bottom: 50px;
  text-align: center;
  color: #1a1a1a;
}
}

@media screen and (max-width:768px){
.flow-container {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 10px;
}
.flow-wrap {
  max-width: 1000px;
  margin: 0 auto;
  border: #6b90db solid 2px;
  padding: 40px 20px;
}
.flow-wrap h2 {
  padding-bottom: 30px;
  text-align: center;
  color: #1a1a1a;
}
}

.flow-box {
  max-width: 640px;
  margin: 0 auto;
}

dd {
  margin-left: 0;
  font-weight: bold;
  color: #1a1a1a;
}

.flow {
  padding-left: 120px;
  position: relative;
}
.flow::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -8px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
}
.flow > li {
  position: relative;
}
.flow > li:not(:last-child) {
  margin-bottom: 8vh;
}
.flow > li .flow-icon {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: rgb(107,144,219);
  background: -moz-linear-gradient(left, rgba(107,144,219,1) 0%, rgba(102,213,233,1) 100%);
  background: -webkit-linear-gradient(left, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  background: linear-gradient(to right, rgba(107,144,219,1) 0%,rgba(102,213,233,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
  padding: 8px 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  z-index: 50;
}
.flow > li .flow-icon::after {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #66d5e9;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width:769px){
.flow > li dl {
  padding-left: 70px;
  position: relative;
}
}
@media screen and (max-width:768px){
.flow > li dl {
  padding-left: 30px;
  position: relative;
}
}
.flow > li dl::before,
.flow > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}
.flow > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #6b90db;
  border-radius: 50%;
  left: -4px;
}
@media screen and (min-width:769px){
.flow > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
}
@media screen and (max-width:768px){
.flow > li dl::after {
  width: 20px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}
}
.flow > li dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #6b90db;
  margin-bottom: 1vh;
}

@media screen and (min-width:769px){
.qa {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding: 100px 0;
}
.qa-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding-top: 50px;
}
}

@media screen and (max-width:768px){
.qa {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  display: block;
  padding: 50px 10px 10px;
}
.qa-wrap {
  max-width: 380px;
  margin: 0 auto;
  padding-top: 30px;
}
}

.qa h2 {
  text-align: center;
  color: #1a1a1a;
}

.qa-8 dt {
  margin-bottom: 1em;
  color: #1a1a1a;
  font-weight: 600;
}

.qa-8 dt::before,
.qa-8 dd::before {
  margin-right: .4em;
}

.qa-8 dt::before {
  content: "Q.";
}

.qa-8 dd {
  margin: 0 0 2.5em;
  padding: 1em 1.5em;
  background-color: #fffddd;
  color: #1a1a1a;
  line-height: 1.6rem;
}

.qa-8 dd::before {
  content: "A.";
}


/* 取扱保険会社 */
@media screen and (min-width: 761px) {
  .insurance-container {
    padding: 100px 0;
    max-width: 1200px;
    background-color: #ebf5fd;
    margin: 0 auto;
  }
  .insurance-company {
    display: block;
    max-width: 900px;
    margin: 0 auto;
    padding: 50px;
    background-color: #fff;
  }
  .insurance-company h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
  }
  .insurance-company h6::before,
  .insurance-company h6::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #ccc;
  }
}

@media screen and (max-width: 760px) {
  .insurance-container {
    padding: 50px 10px;
    background-color: #ebf5fd;
    max-width: 400px;
    margin: 0 auto;
  }
  .insurance-company {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
  }
  .insurance-company h6 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
  }
  .insurance-company h6::before,
  .insurance-company h6::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #ccc;
  }
}

.insurance-company h6::before {
  margin-right: 1em;
}
.insurance-company h6::after {
  margin-left: 1em;
}

@media screen and (min-width: 761px) {
  .insurance-wrap {
    padding-top: 50px;
    max-width: 700px;
    margin: 0 auto;
  }
  .insurance-wrap p {
    font-size: 20px;
    font-weight: bold;
    color: #1a1a1a;
    border-bottom: #ccc solid 1px;
    margin-bottom: 20px;
    padding-bottom: 5px;
  }
  .insurance-count {
    margin-left: 20px;
    color: #36a0da;
    font-size: 24px;
  }
  .insurance-box ul {
    line-height: 1.7rem;
  }
}

@media screen and (max-width: 760px) {
  .insurance-wrap {
    padding-top: 30px;
    max-width: 400px;
    margin: 0 auto;
  }
  .insurance-wrap p {
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    border-bottom: #ccc solid 1px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
  .insurance-count {
    margin-left: 20px;
    color: #36a0da;
    font-size: 24px;
  }
  .insurance-box ul {
    font-size: 14px;
    line-height: 1.2rem;
    font-weight: bold;
    color: #1a1a1a;
  }
}

.insurance-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* フッター */
@media screen and (min-width: 761px) {
.footer-bg {
  background-image: linear-gradient(152deg, rgba(120, 179, 220, 1), rgba(57, 160, 217, 1));
  margin: 0 auto;
}
.footer-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  padding: 60px 20px;
  font-size: 12px;
  color: #fff;
}
}

@media screen and (max-width: 760px) {
.footer-bg {
  background-image: linear-gradient(152deg, rgba(120, 179, 220, 1), rgba(57, 160, 217, 1));
  max-width: 400px;
  margin: 0 auto;
}
.footer-flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 600px;
  padding: 60px 20px;
  font-size: 12px;
  color: #fff;
}
}

@media screen and (min-width: 761px) {
  .footer-flex img {
    width: 150px;
  }
}

@media screen and (max-width: 760px) {
  .footer-flex img {
    width: 150px;
    padding-bottom: 50px;
  }
}

.copylight {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
  color: #fff;
}

/* フッター追従 */
@media screen and (min-width:769px){
.page-top {
  width: 50px;
  height: 50px;
  padding-top: 12px;
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  font-size: 20px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 200;
}
}

@media screen and (max-width:768px){
.page-top {
  width: 35px;
  height: 35px;
  padding-top: 10px;
  background: #1a1a1a;
  text-align: center;
  color: #fff;
  font-size: 13px;
  position: fixed;
  right: 0;
  bottom: 67px;
  opacity: 0.6;
  z-index: 200;
}
}

.footer-cv {
  position: sticky;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
}

.foot-cv-main {
  background-color: rgba(235, 245, 255, 0.9);
}

@media screen and (min-width:769px){
.foot-cv-main p{
  padding-top: 10px;
  font-size: 22px;
  font-weight: bold;
  color: #1a1a1a
}
}

@media screen and (max-width:768px){
.foot-cv-main p{
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #1a1a1a
}
}

@media screen and (min-width:769px){
.foot-cv-flex {
  display: flex;
  justify-content: space-between;
  max-width: 820px;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}
}

@media screen and (max-width:768px){
.foot-cv-flex {
  display: flex;
  justify-content: center;
  max-width: 400px;
  align-items: center;
  margin: 0 auto;
  padding: 5px 0;
}
}

@media screen and (max-width:768px){
.foot-cv-flex img {
  padding: 3px;
}
}

@media screen and (min-width:769px){
.footcv-head {
  background-color: rgba(120, 180, 221, 0.8);
  height: 38px;
  width: 38px;
  border-radius: 50px;
  position: absolute;
  top: -40px;
  left: 10px;
  transition-duration: 0.5s;
  display: grid;
  place-items: center;
}
.back-pack {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 25px;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
}

@media screen and (max-width:768px){
.footcv-head {
  background-color: rgba(120, 180, 221, 0.8);
  height: 35px;
  width: 35px;
  position: absolute;
  border-radius: 50px;
  top: -16px;
  left: 5px;
  transition-duration: 0.5s;
  display: grid;
  place-items: center;
}
.back-pack {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 23px;
  height: 3px;
  background: currentColor;
  border-radius: 0.1em;
  position: relative;
  transform: rotate(45deg);
}
}

.back-pack::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(-90deg);
  transition-duration: 0.5s;
}

@media screen and (min-width:769px){
.footcv-head.is-active {
  transform: rotate(45deg);
  transition-duration: 0.5s;
}
}

@media screen and (max-width:768px){
.footcv-head.is-active {
  transform: rotate(45deg) translate(-25px, -30px);
  transition-duration: 0.5s;
}
}

@media screen and (min-width:769px){
.foot-cv-btn a{
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 400px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(152deg, rgba(227, 77, 77, 1), rgba(194, 45, 43, 1));
}
.foot-cv-btn02 a{
  display: inline-block;
  text-align: center;
  padding: 15px 0;
  width: 400px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(152deg, rgba(225, 164, 98, 1), rgba(217, 139, 56, 1));
}
}

@media screen and (max-width:768px){
.foot-cv-btn a{
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  width: 160px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(152deg, rgba(227, 77, 77, 1), rgba(194, 45, 43, 1));
}
.foot-cv-btn02 a{
  display: inline-block;
  text-align: center;
  padding: 10px 0;
  width: 160px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin: 0 5px;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(152deg, rgba(225, 164, 98, 1), rgba(217, 139, 56, 1));
}
}

.foot-cv-btn a:hover, .foot-cv-btn02 a:hover{
  opacity: 80%;
}
