@charset "UTF-8";
/* CSS Document */

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 100px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #271f8b;
}

.cl_1 {
  color: #271f8b;
}

.cl_2 {
  color: #ffea00;
}

.cl_white {
  color: #fff;
}

.cl_3 {
  background: linear-gradient(transparent 70%, #c0ebc4 70%);
  font-weight: bold;
}

.cl_4 {
  color: #3051f3;
  font-weight: bold;
}

.cl_base {
  color: #d76ca1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 50%, #f5d46e 50%, #f5d46e 80%, transparent 80%);
  background: -o-linear-gradient(transparent 50%, #f5d46e 50%, #f5d46e 80%, transparent 80%);
  background: linear-gradient(transparent 50%, #f5d46e 50%, #f5d46e 80%, transparent 80%);
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.wic_wrap {
  overflow-x: hidden;
}

.flex {
  display: flex;
}


/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #c04b81;
  /*  filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3));*/
}

/*Header----------------------------------------------------------- */
header .logo {
  height: auto;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-top: 10px;
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*MV----------------------------------------------------------- */
.fv {
  padding: 30px 0 60px;
  background: url(../img/fv_bg.png) no-repeat center;
  background-size: cover;
  position: relative;
  background-position: bottom;
}

.fv .copy .imgr {
  max-width: 96rem;
  width: 50%;
}

/*voice-sec----------------------------------------------------------- */
.voice-sec_title {
  width: 100%;
  max-width: 293px;
  margin: 0 auto;
}

.voice-sec_items {
  margin-top: 9px;
}

.voice-sec_item + .voice-sec_item {
  margin-top: 13px;
}

.voice-sec_wrapper {
  position: relative;
  border: 1px solid #d76ca1;
  padding: 28px 19px;
  border-radius: 6px;
}

.voice-sec_wrapper::before,
.voice-sec_wrapper::after {
  position: absolute;
  content: "";
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  width: 15px;
  height: 10px;
  background: #d76ca1;
  bottom: -16px;
  left: 60px;
  transform: translateY(-50%);
}

.voice-sec_wrapper::after {
  background: #fff;
  bottom: -14px;
}

.voice-sec_item:nth-child(2n) .voice-sec_wrapper::before,
.voice-sec_item:nth-child(2n) .voice-sec_wrapper::after {
  left: auto;
  right: 60px;
}

.voice-sec_text {
  margin-top: 27px;
  font-size: 15px;
}

.voice-sec_text span{
  font-size: 18px;
}

.voice-sec_img {
  width: 143px;
  margin: 11px;
}

.voice-sec_item:nth-child(2n) .voice-sec_img {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .voice-sec_title {
    max-width: 831px;
  }

  .voice-sec_item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .voice-sec_item:nth-child(2n + 1) {
    flex-direction: row-reverse;
  }

  .voice-sec_item + .voice-sec_item {
    margin-top: 47px;
  }

  .voice-sec_wrapper {
    width: 66%;
    border: 2px solid #d76ca1;
    padding: 50px 31px;
    border-radius: 16px;
  }
  .voice-sec_wrapper::before,
  .voice-sec_wrapper::after {
    position: absolute;
    content: "";
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 17px;
    height: 21px;
    background: #d76ca1;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
  }
  .voice-sec_wrapper::after {
    background: #fff;
    left: -14px;
  }

  .voice-sec_item:nth-child(2n) .voice-sec_wrapper::before {
    left: auto;
    right: -17px;
    transform: rotate(180deg);
  }
  .voice-sec_item:nth-child(2n) .voice-sec_wrapper::after {
    left: auto;
    right: -14px;
    transform: rotate(180deg);
  }

  .voice-sec_text {
    margin-top: 23px;
    font-size: 16px;
  }

  .voice-sec_img {
    margin: 0;
    width: 32%;
  }
}

/*voice-copy----------------------------------------------------------- */

.voice-copy {
  background-image: url(../img/pc_copy_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.voice-copy_img {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}

/*sec01----------------------------------------------------------- */
.sec01 {
  background-color: #fefaf7;
  padding: 90px 0;
}
.sec01 .item .label {
  margin-bottom: 20px;
}
.sec01 .item .image {
  margin-bottom: 25px;
}
.sec01 .item h3 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .sec01 .items {
    display: flex;
    gap: 30px;
  }
  .sec01 .item {
    flex: 1 1 100%;
  }
  .sec01 .item .label {
    width: 60px;
  }
}

/*sec02----------------------------------------------------------- */
.sec02 .item {
  flex: 1 1 100%;
  background-color: #fefaf7;
  border: 2px solid #d76ca1;
  border-radius: 20px;
  padding: 30px 20px;
}
.sec02 .item .image {
  margin: 20px 0;
}
.sec02 .item .text em {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .sec02 {
    background: url(../img/pc_sec02_bg.png) no-repeat center;
    background-size: cover;
  }
  .sec02 .items {
    display: flex;
    gap: 20px;
  }
  .sec02 .item {
    flex: 1 1 100%;
  }
}

/*sec03----------------------------------------------------------- */
.sec03 {
  background-color: #fefaf7;
}
.sec03 .item {
  flex: 1 1 100%;
  background-color: #fbe7ee;
  border: 2px solid #d76ca1;
  border-radius: 20px;
}
.sec03 .item-header {
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: left 20px bottom 0;
  background-size: auto calc(100% - 20px);
  border-radius: 20px 20px 0 0;
  padding: 20px 20px 0;
  height: 178px;
}
.sec03 .item-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  background-color: #d76ca1;
}
.sec03 .item:nth-child(1) .item-header {
  background-image: url(../img/pc_sec03_item01_img.png);
}
.sec03 .item:nth-child(2) .item-header {
  background-image: url(../img/pc_sec03_item02_img.png);
}
.sec03 .item:nth-child(3) .item-header {
  background-image: url(../img/pc_sec03_item03_img.png);
}
.sec03 .item-header h3 {
  margin-bottom: 10px;
}
.sec03 .item-header .text {
  font-weight: bold;
}
.sec03 .item-body {
  padding: 20px;
}
.sec03 .item-body h4 {
  margin-bottom: 10px;
}
.sec03 .item-body em {
  font-weight: bold;
}
.sec03 .item-body-before {
  background-color: #ffffff;
}
.sec03 .item-body-after {
  position: relative;
}
.sec03 .item-body-after::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .sec03 .items {
    display: flex;
    gap: 20px;
  }
  .sec03 .item {
    flex: 1 1 100%;
  }
  .sec03 .item-header {
    padding-left: 120px;
  }
  .sec03 .item-header .text {
    font-size: 16px;
  }
  .sec03 .item-body {
    font-size: 13px;
  }
  .sec03 .item-body-before {
    min-height: 200px;
  }
}

/*CTA----------------------------------------------------------- */
.cta {
  padding: 80px 0;
}
.cta .cta_contents {
  background-color: #fefaf7;
  border: 2px solid #d76ca1;
  border-radius: 20px;
  padding: 40px 30px 30px;
}
.cta h2 {
  padding: 0;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background: url(../img/sec04_bg.png) no-repeat center;
  background-size: cover;
  padding: 0;
}

.sec04_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 10px 0 0;
}

.sec04_txtimg {
  margin-bottom: 100px;
}

/*sec05----------------------------------------------------------- */
.sec05 {
  background-color: #ffffff;
  padding: 100px 0;
}

.sec05_accordion {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec05 .text {
  margin-bottom: 50px;
}

.accordion-001 {
  width: 290px;
  flex-shrink: 0;
  background-color: #ffffff;
  margin: 10px;
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #c04b81;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  width: 290px;
  flex-shrink: 0;
}




.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  color: #442e2e;
  transition: transform .5s, opacity .5s;
}

.accordion-001[open] p {
  transform: none;
  opacity: 1;
}


.accordion-001 .sec05_title {
  border-radius: 60px;
  border: solid 1px #d76ca1;
  padding: 4px 40px;
  font-size: 20px;
  margin: 0 0 0 1em;
  display: inline-block;
}

.sec05 ul.sec05_check {
  position: relative;
  list-style: none;
  margin: 0 1em 0em;
}

.sec05 ul.sec05_check li {
  background-image: url(../img/check2.png);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.4;
}

.sec05_txt_bottom {
  background-color: #f5f2f2;
  padding: 1em;
  margin-top: 1em;
}

.sec05_txt {
  margin: 1em 1em 0;
}

.sec05_arrow {
  margin: 0 1em;
}

.sec05_photo {
  margin: 1em 0;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  padding: 100px 0;
}

.sec06_contents {
  display: flex;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 5px 2px 11px -4px rgba(192, 75, 129, 0.48);
  padding: 40px;
  margin-bottom: 40px;
}

.sec06_contents_left {
  width: 70%;
}

.sec06_contents_left .txt {
  text-align: left;
  margin: 20px 30px 0 0;
}


/*sec07----------------------------------------------------------- */

/*sec08----------------------------------------------------------- */
.sec08 {
  padding: 70px 0 90px;
  background-color: #fefaf7;
}

.sec08_contents {
  display: flex;
  justify-content: space-between;
}

.sec08_contents_box {
  flex: 1;
  border: solid #d76ca1;
  border-radius: 20px;
  padding: 20px;
  background-color: #fff;
  margin: 10px;
}

.sec08_contents_box .name {
  font-size: 32px;
  color: #d76ca1;
  font-weight: bold;
}

.sec08_contents_box .job {
  font-size: 24px;
  color: #d76ca1;
  font-weight: bold;
}

.sec08_contents_box .coment {
  font-size: 28px;
  color: #d76ca1;
  font-weight: bold;
}

.sec08_contents_box .photo {
  margin: 10px 0;
}

/*sec09----------------------------------------------------------- */

.sec09 {
  background: url(../img/sec09_bg.png) no-repeat center;
  background-size: cover;
  padding: 0;
}

.sec09_contents {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec09_txtimg {
  margin-bottom: 100px;
}


/*sec10----------------------------------------------------------- */



/*sec11----------------------------------------------------------- */
.sec11 {
  background: url(../img/sec09_bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

.sec11_contents {
  border: solid 1px #d76ca1;
  background-color: #fff;
  padding: 60px;
}

.sec11_contents_step {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.sec11_contents_txt .txt {
  padding: 10px 0 0 0;
}

.sec11_contents_txt {
  width: 80%;
  padding-left: 40px;
}


/*sec12----------------------------------------------------------- */
.sec12 {
  background-color: #fefaf7;
  padding: 100px 0;
}

.sec12_box {
  width: 70%;
  margin: 0 auto;
}

.sec12_contents {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.sec12_img {
  margin-right: 20px;
  flex-shrink: 0;
}
.sec12_img img {
  width: 40px;
  height: auto;
}
.sec12_border {
  padding: 10px 0;
}


/*sec13----------------------------------------------------------- */
.sec13 {
  background: url(../img/pc_sec13_bg.png) no-repeat center;
  background-size: cover;
  padding: 100px 0;
}
@media screen and (min-width: 768px) {
  .sec13 h2 img {
    width: 298px;
  }  
}

.form{
	max-width: 100%;
	width: 100%;
	border: 0;
	height: 550px;
}


/*Footer----------------------------------------------------------- */
footer {
  padding: 45px 15px;
  font-size: 14px;
  text-align: center;
  background-color: #c04b81;
}

footer a {
  color: #fff;
}

footer .copy {
  font-size: 10px;
  color: #fff;
}

footer a:link,
footer a:visited {
  color: #fff;
  transition: all .3s;
}

footer a:hover,
footer a:focus {
  color: #c04b81;
  opacity: .7;
}

footer ul li {
  display: inline-block;
  margin: 0 5px;
  white-space: nowrap;
}


/*form----------------------------------------------------------- */
form > ul > li:first-child {
  border-top: 1px solid #ccc;
}

form > ul > li {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}

form > ul > li.bb_none {
  border-bottom: none;
}

form > ul > li:nth-child(odd) {
  background-color: #f2f2f2;
}

form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
}

.form_head span {
  display: inline-block;
  font-weight: bold;
}

.haveto {
  background-color: #d76ca1;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.any {
  background-color: #fff;
  color: #d76ca1;
  border: 1px solid #d76ca1;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}

.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}

.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}

.input_2col input {
  width: calc(50% - 15px);
}

.input_1col {
  padding-right: 30px;
}

.input_1col input {
  width: 100%;
}

.input_zip_2col input {
  width: 30%;
}

.input_pref {
  width: 50%;
}

.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}

.input_select select::-ms-expand {
  display: none;
}

.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}

.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}

.input_tel_3col input {
  width: 30%;
}

.input_tel_3col input:first-child {
  width: 20%;
}

.radio_2col {
  display: flex;
}

.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_2col label:first-child {
  padding-right: 30px;
}

.radio_2col span {
  padding-left: 10px;
}

.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.radio_1col span {
  padding-left: 10px;
}

.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}

.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}

.input_date {
  position: relative;
}

.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}

input[type="date"] {
  position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}

.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.check_1col span {
  padding-left: 10px;
}

.select_1col {
  padding-right: 30px;
}

.textarea {
  padding-right: 30px;
}

.textarea textarea {
  width: 100%;
}

.check_agree input {
  height: 20px;
  width: 20px;
}

.check_agree span {
  padding-top: 5px;
}

.sbm_wrap {
  padding: 30px 15px 0;
}

.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #45ba55;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #45ba55;
}

.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.4em);
  right: 15px;
  color: #fff;
}

.sbm_btn {
  border: 0;
  background-color: transparent;
}

.sbm_btn:focus {
  outline: none;
}

.sbm:hover {
  color: #45ba55;
  background: #ffffff;
}

.sbm:hover:before {
  color: #45ba55;
}