@charset "UTF-8";
.hd {
  background: url(../img/header/hd_bg-wave.png) no-repeat bottom center, url(../img/header/hd_bg.jpg) no-repeat top center/cover;
}
.hd .hd_contents {
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.hd .hd_contents .hd_logo {
  width: 30%;
  max-width: 135px;
}
.hd .hd_contents .hd_logo h1 {
  line-height: 0;
}
.hd .hd_contents .hd_cta {
  display: none;
}
.hd .hd_contents_box {
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
}
.hd .hd_contents_box .hd_ttl_wrapper {
  margin-bottom: 30px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_sub-ttl {
  text-align: center;
  border: 1px solid #EF4A5F;
  padding: 5px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_sub-ttl span {
  color: #EF4A5F;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl {
  margin-bottom: 30px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl h2 {
  color: #EF4A5F;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1.6;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl h2 .line {
  font-size: 3.2rem;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_ttl h2 .small {
  font-size: 2rem;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_btn {
  width: 100%;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_btn a {
  padding: 15px;
}
.hd .hd_contents_box .hd_ttl_wrapper .hd_btn a .text {
  font-size: 1.6rem;
}
.hd .hd_contents_box .hd_img {
  width: 70%;
  margin: 0 auto;
}

.not_found_sec {
  padding: 60px 0;
  box-sizing: border-box;
}
.not_found_sec .contents_box-s {
  width: 95%;
  margin: 0 auto;
}
.not_found_sec .contents_box-s .not_found_ttl {
  margin-bottom: 35px;
}
.not_found_sec .contents_box-s .not_found_ttl h3 {
  font-size: 2.4rem;
  text-align: center;
}
.not_found_sec .contents_box-s .not_found_txt p {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
}
.not_found_sec .contents_box-s .not_found_txt p a {
  font-size: 1.5rem;
  border-bottom: 1px solid #763B2F;
}

.ft {
  background: #EF4A5F;
}
.ft .copy-right {
  padding: 5px 0 100px;
  text-align: center;
}
.ft .copy-right small {
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.ft .bottom-nav {
  width: 80%;
  align-items: center;
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.ft .bottom-nav a {
  padding: 15px;
}
.ft .bottom-nav a .text {
  font-size: 1.6rem;
}

.message_sec {
  background: url(../img/top/message_sec_bg-wave.png) no-repeat bottom center, linear-gradient(90deg, rgb(255, 206, 212) 0%, rgb(239, 74, 95) 100%);
  padding: 100px 0 200px;
}
.message_sec .contents_box-m .message_ttl {
  margin-bottom: 15px;
}
.message_sec .contents_box-m .message_ttl h3 .ja {
  color: #ffffff;
}
.message_sec .contents_box-m .message_ttl h3 .ja .ruby {
  position: relative;
}
.message_sec .contents_box-m .message_ttl h3 .ja .ruby::before {
  content: "- みらい -";
  width: 100%;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.message_sec .contents_box-m .message_text_wrapper {
  background: #ffffff;
  padding: 40px 15px;
  box-sizing: border-box;
  border-radius: 30px;
  margin: 0 auto;
  position: relative;
}
.message_sec .contents_box-m .message_text_wrapper .message_text p {
  font-size: 1.6rem;
  text-align: center;
  margin-bottom: 30px;
}
.message_sec .contents_box-m .message_text_wrapper .message_text p:last-child {
  margin-bottom: 0;
}
.message_sec .contents_box-m .message_text_wrapper .message_text p .line {
  font-size: 2rem;
}
.message_sec .contents_box-m .message_text_wrapper .message_text_wrapper_img-left {
  width: 35%;
  max-width: 130px;
  position: absolute;
  bottom: -185px;
  left: 0;
}
.message_sec .contents_box-m .message_text_wrapper .message_text_wrapper_img-right {
  width: 35%;
  max-width: 130px;
  position: absolute;
  bottom: -100px;
  right: 0;
}

.about_sec {
  background: url(../img/top/about_sec_bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}
.about_sec .contents_box-m .about_contents_box {
  flex-direction: column;
}
.about_sec .contents_box-m .about_contents_box .about_contents {
  margin-bottom: 30px;
}
.about_sec .contents_box-m .about_contents_box .about_contents .about_ttl {
  margin-bottom: 30px;
}
.about_sec .contents_box-m .about_contents_box .about_contents .about_text p {
  margin-bottom: 30px;
}
.about_sec .contents_box-m .about_contents_box .about_contents .about_text p:last-child {
  margin-bottom: 0;
}
.about_sec .contents_box-m .about_contents_box .about_contents .about_text p .line {
  font-size: 1.8rem;
}
.about_sec .contents_box-m .about_contents_box .about_img {
  width: 75%;
  margin: 0 auto;
}

.comic_sec {
  background: url(../img/top/comic_sec_bg-wave.png) no-repeat bottom center;
  padding: 100px 0 60px;
}
.comic_sec .contents_box-s .comic_ttl {
  margin-bottom: 30px;
}

.reason_sec {
  background: url(../img/top/reason_sec_bg-wave.png) no-repeat bottom center, #FEF1FA;
  padding: 100px 0 60px;
}
.reason_sec .contents_box-s .reason_ttl {
  margin-bottom: 50px;
}
.reason_sec .contents_box-s .reason_lists {
  flex-direction: column;
  gap: 50px 0;
}
.reason_sec .contents_box-s .reason_lists .reason_list {
  flex-direction: column;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_ttl {
  margin-bottom: 20px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_ttl h4 {
  flex-direction: column;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_ttl h4 .en {
  color: #EF4A5F;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_ttl h4 .en .num {
  font-size: 2.4rem;
  margin-left: 10px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_ttl h4 .ja {
  color: #EF4A5F;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_text {
  margin-bottom: 30px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_text p {
  line-height: 1.8;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_text p .line {
  font-size: 1.8rem;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_btn {
  width: 240px;
  margin-bottom: 35px;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_contents .reason_list_btn a {
  padding: 10px 0;
}
.reason_sec .contents_box-s .reason_lists .reason_list .reason_list_img img {
  border-radius: 2px;
}

.feature_sec {
  background: url(../img/top/feature_sec_bg-wave.png) no-repeat bottom center, url(../img/top/feature_sec_bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}
.feature_sec .contents_box-m .feature_contents_box {
  flex-direction: column;
}
.feature_sec .contents_box-m .feature_contents_box .feature_contents {
  margin-bottom: 30px;
}
.feature_sec .contents_box-m .feature_contents_box .feature_contents .feature_ttl {
  margin-bottom: 30px;
  text-align: left;
}
.feature_sec .contents_box-m .feature_contents_box .feature_contents .feature_text p {
  margin-bottom: 30px;
}
.feature_sec .contents_box-m .feature_contents_box .feature_contents .feature_text p:last-child {
  margin-bottom: 0;
}
.feature_sec .contents_box-m .feature_contents_box .feature_contents .feature_text p .line {
  font-size: 1.8rem;
}
.feature_sec .contents_box-m .feature_contents_box .feature_img {
  width: 75%;
  margin: 0 auto;
}

.discover_sec {
  background: url(../img/top/discover_sec_bg-wave.png) no-repeat bottom center, #FEF1FA;
  padding: 150px 0 80px;
}
.discover_sec .contents_box-s .discover_ttl {
  margin-bottom: 50px;
}
.discover_sec .contents_box-s .discover_lists {
  flex-wrap: wrap;
  gap: 40px;
}
.discover_sec .contents_box-s .discover_lists .discover_list {
  background: #ffffff;
  border-radius: 0 0 20px 20px;
}
.discover_sec .contents_box-s .discover_lists .discover_list .discover_list_img img {
  border-radius: 20px 20px 0 0;
}
.discover_sec .contents_box-s .discover_lists .discover_list .discover_list_contents {
  padding: 20px;
  box-sizing: border-box;
}
.discover_sec .contents_box-s .discover_lists .discover_list .discover_list_contents .discover_list_ttl {
  text-align: center;
  margin-bottom: 10px;
}
.discover_sec .contents_box-s .discover_lists .discover_list .discover_list_contents .discover_list_ttl h4 {
  color: #EF4A5F;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.discover_sec .contents_box-s .discover_lists .discover_list .discover_list_contents .discover_list_text p {
  line-height: 1.8;
}

.works_sec {
  background: linear-gradient(90deg, rgb(255, 206, 212) 0%, rgb(239, 74, 95) 100%);
  padding: 100px 0 60px;
}
.works_sec .contents_box-s .works_ttl {
  margin-bottom: 30px;
}
.works_sec .contents_box-s .works_ttl h3 .ja {
  color: #ffffff;
}
.works_sec .contents_box-s .works_lists {
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 30px;
}

.online_sec {
  background: url(../img/top/online_sec_bg.jpg) no-repeat center/cover;
  padding: 60px 0;
}
.online_sec .contents_box-m .online_contents_box {
  flex-direction: column;
}
.online_sec .contents_box-m .online_contents_box .online_contents {
  margin-bottom: 30px;
}
.online_sec .contents_box-m .online_contents_box .online_contents .online_ttl {
  margin-bottom: 30px;
}
.online_sec .contents_box-m .online_contents_box .online_contents .online_text p {
  margin-bottom: 30px;
}
.online_sec .contents_box-m .online_contents_box .online_contents .online_text p:last-child {
  margin-bottom: 0;
}
.online_sec .contents_box-m .online_contents_box .online_contents .online_text p .line {
  font-size: 1.8rem;
}
.online_sec .contents_box-m .online_contents_box .online_img {
  width: 75%;
  margin: 0 auto;
}

.bg-img {
  background: url(../img/top/bg-img.jpg) no-repeat center/cover;
  padding-top: 28.65%;
}

.review_sec {
  background: url(../img/top/review_sec_bg-wave.png) no-repeat bottom center, #FEF1FA;
  padding: 100px 0 60px;
}
.review_sec .contents_box-s .review_ttl {
  margin-bottom: 50px;
}
.review_sec .contents_box-s .review_lists {
  flex-wrap: wrap;
  gap: 20px 0;
}
.review_sec .contents_box-s .review_lists .review_list {
  flex-direction: column;
  gap: 15px 0;
  width: 48.5%;
  background: #ffffff;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  margin-right: 3%;
}
.review_sec .contents_box-s .review_lists .review_list:nth-child(2n) {
  margin-right: 0;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_img {
  text-align: center;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_ttl {
  text-align: center;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_ttl h4 {
  color: #EF4A5F;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.review_sec .contents_box-s .review_lists .review_list .review_list_text p {
  font-size: 1.3rem;
  line-height: 1.5;
}

.philosophy_sec {
  background: linear-gradient(90deg, rgb(255, 206, 212) 0%, rgb(239, 74, 95) 100%);
  padding: 100px 0 60px;
}
.philosophy_sec .contents_box-s .philosophy_ttl {
  margin-bottom: 30px;
}
.philosophy_sec .contents_box-s .philosophy_ttl h3 .ja {
  color: #ffffff;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper {
  background: #ffffff;
  padding: 30px 15px;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 80px;
  position: relative;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text p {
  text-align: center;
  margin-bottom: 35px;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text p:last-child {
  margin-bottom: 0;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text p .line {
  font-size: 1.9rem;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-01, .philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-02, .philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-03, .philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-04, .philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-05 {
  position: absolute;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-01 {
  width: 15%;
  max-width: 55px;
  bottom: -40px;
  left: 0;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-02 {
  width: 20%;
  max-width: 75px;
  bottom: -35px;
  left: 18%;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-03 {
  width: 20%;
  max-width: 75px;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-04 {
  width: 16%;
  max-width: 60px;
  bottom: -40px;
  right: 20%;
}
.philosophy_sec .contents_box-s .philosophy_text_wrapper .philosophy_text_wrapper_illust-05 {
  width: 20%;
  max-width: 75px;
  bottom: -40px;
  right: 0;
}
.philosophy_sec .contents_box-s .philosophy_btn {
  width: 90%;
  margin: 0 auto;
}
.philosophy_sec .contents_box-s .philosophy_btn a {
  padding: 20px;
}
.philosophy_sec .contents_box-s .philosophy_btn a .text {
  font-size: 1.6rem;
}

.company_sec {
  background: #FEF1FA;
}
.company_sec .contents_box-s {
  padding: 100px 0 60px;
}
.company_sec .contents_box-s .company_contents_wrapper {
  flex-direction: column;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl {
  text-align: left;
  margin-bottom: 35px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_ttl h3 .en {
  left: 0;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists {
  margin-bottom: 35px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list {
  flex-direction: column;
  padding: 20px 0;
  border-bottom: 1px solid #C7C7C7;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list:first-child {
  padding-top: 0;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dt {
  color: #EF4A5F;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 90px;
  margin-bottom: 5px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_lists .company_list dd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_map {
  width: 100%;
  height: 250px;
}
.company_sec .contents_box-s .company_contents_wrapper .company_lists_wrapper .company_map iframe {
  width: 100%;
  height: 100%;
}

.contact {
  background: #FEF1FA;
  padding: 100px 0 80px;
}

.contact__title {
  margin-bottom: 30px;
}

/*==================================================
お問い合わせ
================================================== */

.flex{
  display: flex;
}

.wpcf7 .wpcf7-form {
  background: rgba(255, 255, 255, 0.8);
  padding: 50px;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 35%;
  padding: 10px 25px;
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.8rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  font-size: 1.4rem;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  font-size: 1.4rem;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem; /* 媒体別で変更可 */
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #EF4A5F;
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 90px;
}

.name{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}

.name li{
  width: 49%;
}

/* ========= SP ========= */
.wpcf7 .wpcf7-form {
  padding: 30px 15px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  flex-direction: column;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 100%;
  margin-bottom: 10px;
  padding: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 100%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  font-size: 1.5rem;
  padding: 10px 15px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  font-size: 1.5rem;
  padding: 15px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  font-size: 1.5rem;
  padding: 10px 15px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 20%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 80%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  font-size: 1.5rem;
  padding: 10px 15px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  font-size: 1.5rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  font-size: 1.3rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  font-size: 1.3rem;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  width: 85%;
  font-size: 1.6rem;
  padding: 20px;
}

.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox{
  padding: 0;
}