.form_inner .form_wrapper_table {
  width: 100%;
  margin: 0 auto;
}
.form_inner .form_wrapper_table dl {
  margin-bottom: 1.5rem;
}
.form_inner .form_wrapper_table dl:last-child {
  margin-bottom: 0;
}
.form_inner .form_wrapper_table dl dt {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 0.5rem;
}
.form_inner .form_wrapper_table dl dt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #4c4c4c;
}
.form_inner .form_wrapper_table dl dt p {
  line-height: 1;
}
.form_inner .form_wrapper_table dl dd span.error {
  color: #4c4c4c;
}
.form_inner .form_wrapper_table dl dd span .change_input_type_tel {
  width: 60px;
}
.form_inner .form_wrapper_table dl dd span.remark {
  font-size: 0.75rem;
  line-height: 1.3;
  display: block;
  margin-top: 0.5rem;
}
.form_inner .form_wrapper_table dl input,
.form_inner .form_wrapper_table dl textarea,
.form_inner .form_wrapper_table dl select {
  color: #4c4c4c;
  width: 100%;
  max-width: 100%;
  padding: 5px;
  -webkit-transition: outline-color 100ms;
  transition: outline-color 100ms;
  border: 1px solid #4c4c4c;
  border-radius: 0;
  outline: 2px solid transparent;
  background-color: #fff;
  appearance: none;
}
.form_inner .form_wrapper_table dl input:active,
.form_inner .form_wrapper_table dl textarea:active,
.form_inner .form_wrapper_table dl select:active {
  outline-color: #4c4c4c;
}
.form_inner .form_wrapper_table dl input:focus,
.form_inner .form_wrapper_table dl textarea:focus,
.form_inner .form_wrapper_table dl select:focus {
  outline-color: #4c4c4c;
}
.form_inner .form_wrapper_table dl input::placeholder,
.form_inner .form_wrapper_table dl textarea::placeholder,
.form_inner .form_wrapper_table dl select::placeholder {
  color: #707070;
}
.form_inner .form_wrapper_table dl select {
  appearance: auto;
  width: auto;
}
.form_inner .form_wrapper_table dl input[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
  vertical-align: inherit;
}
.form_inner .form_wrapper_table dl input[type=radio]:hover {
  cursor: pointer;
}
.form_inner .form_wrapper_table dl input[type=radio] + span {
  font-size: 16px;
}
.form_inner .form_wrapper_table dl input[type=checkbox] {
  appearance: auto;
  width: auto;
}
.form_inner .form_wrapper_table dl textarea {
  width: 100%;
}

.form_policy {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .form_policy {
    margin-top: 1.5rem;
  }
}
.form_policy .form_policy_check {
  margin-top: 1.5rem;
  text-align: center;
}
.form_policy .form_policy_check input {
  vertical-align: baseline;
}
.form_policy .form_policy_check span {
  font-size: 1.25rem;
  font-weight: 700;
}
.form_policy .form_policy_check span.wpcf7-not-valid-tip {
  font-size: 1rem;
}
.form_policy .form_policy_link {
  margin-top: 2rem;
}
.form_policy .form_policy_link a {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .form_policy p.form_policy_text {
    text-align: left;
  }
}
.form_policy p.form_policy_text a {
  display: inline-block;
  vertical-align: middle;
  text-decoration: underline;
}

.form_button_wrapper {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
  gap: 1rem;
}
.form_button_wrapper .form_button {
  display: inline-block;
  position: relative;
}
.form_button_wrapper .form_button:hover input {
  color: #ffd249;
  background-color: #fff;
}
.form_button_wrapper .form_button .wpcf7-spinner {
  display: block;
}
.form_button_wrapper .form_button input {
  color: #4c4c4c;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #ffd249;
  border-radius: 35px;
  border: 1px solid #ffd249;
  display: inline-block;
  padding: 1rem 8rem;
  position: relative;
  transition: ease 0.4s;
}
@media screen and (max-width: 767px) {
  .form_button_wrapper .form_button input {
    font-size: 1rem;
    width: 300px;
    padding: 0.75rem 1.5rem;
    text-align: center;
  }
}

html body header {
  transition: 0.4s ease;
}
@media screen and (max-width: 991px) {
  html body header .header-inner .logo-wrapper a {
    color: #fff;
    transition: 0.4s ease;
  }
}
html body main .mainvisual {
  display: flex;
  justify-content: center;
  height: calc(100vh - 102px);
  height: calc(100dvh - 102px);
  width: 100%;
  position: relative;
  background-image: url("../../images/index/mv_bg.svg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
@media screen and (max-height: 800px) {
  html body main .mainvisual {
    height: auto;
    padding: 1rem 0;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual {
    background-image: url("../../images/index/mv_bg_sp.svg");
    background-position: 50% 100%;
    height: auto;
    padding: 5rem 0 1rem;
  }
}
html body main .mainvisual .mainvisual_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 1rem;
  position: relative;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner {
    max-width: 990px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner {
    gap: 0;
    align-items: flex-start;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks,
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 {
  margin-left: -10%;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks,
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 {
    margin-left: 0;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 {
  flex-basis: 400px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 {
    flex-basis: 340px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 {
    order: -1;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 {
    flex-basis: 250px;
    margin-left: -2rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 .mv_parts02 {
  position: absolute;
  bottom: 1%;
  right: -20%;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 .mv_parts02 {
    bottom: 1%;
    right: -5%;
    width: 160px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 .mv_parts02 {
    top: 4%;
    left: 12%;
    right: initial;
    bottom: initial;
    width: 140px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts01 .mv_parts02 {
    top: 3%;
    left: 8%;
    width: 105px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text {
    display: contents;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head {
    order: -2;
    flex-basis: 100%;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head strong {
  font-size: 4.25rem;
  font-weight: 800;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head strong {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head strong {
    font-size: 2.5rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head strong span {
  font-size: 2.75rem;
  display: block;
  margin-top: 1rem;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head strong span {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_head strong span {
    font-size: 1.75rem;
    margin-top: 0.5rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_parts {
  margin-top: 2rem;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_parts {
    width: 440px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_parts {
    flex-basis: 100%;
    margin-top: -3.5rem;
    z-index: 1;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_parts {
    margin-top: -2.25rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_parts img {
    width: 440px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_parts img {
    width: 350px;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo {
    flex-basis: 100%;
    margin-top: -0.75rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo {
    gap: 0.75rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo img {
  width: 100px;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo img {
    width: 80px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo img {
    width: 65px;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo h1 {
  font-size: 3rem;
  font-weight: 800;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_logo h1 {
    font-size: 2rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_sub {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_sub {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_sub {
    margin-top: 0.3rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_sub p {
  font-size: 1.625rem;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_sub p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .text_sub p {
    font-size: 1rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .download_link_wrapper {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .download_link_wrapper {
    flex-basis: 100%;
    margin-top: 1rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .download_link_wrapper .download_link a {
  display: inline-block;
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .download_link_wrapper .download_link a img {
  height: 66px;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_text .download_link_wrapper .download_link a img {
    height: 50px;
  }
}
@media screen and (max-width: 1500px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts04 {
    flex-basis: 160px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts04 {
    order: -1;
    flex-basis: 150px;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .mv_parts04 {
    flex-basis: 110px;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks {
  flex-basis: 100%;
  text-align: right;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks {
    text-align: center;
    margin-top: 0.75rem;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks p {
  font-size: 0.75rem;
}
@media screen and (max-width: 1400px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks p {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}
html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks p br {
  display: none;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual_wrapper .mainvisual_inner .remarks p br {
    display: block;
  }
}
html body main .slide_logo {
  padding: 1.5rem 0;
}
html body main .slide_logo .swiper-wrapper {
  transition-timing-function: linear;
}
html body main .contents.contents01 {
  background-color: #fc637e;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 {
    padding: 2rem 0;
  }
}
html body main .contents.contents01 .contents_inner {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4rem 5.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents01 .contents_inner {
    padding: 4rem 1rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents01 .contents_inner {
    padding: 2rem 1rem;
  }
}
html body main .contents.contents01 p.text_top {
  text-align: center;
}
html body main .contents.contents01 p.text_top strong {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 p.text_top strong {
    font-size: 1.25rem;
  }
}
html body main .contents.contents01 .contents_text {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_text {
    margin-bottom: 1.25rem;
  }
}
html body main .contents.contents01 .contents_text p {
  font-weight: 700;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents01 .contents_text p {
    margin-top: 1.25rem;
  }
}
html body main .contents.contents02 p.text_top {
  text-align: center;
}
html body main .contents.contents02 p.text_top strong {
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 p.text_top strong {
    font-size: 1.25rem;
  }
}
html body main .contents.contents02 p.text_bottom {
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 p.text_bottom {
    margin-top: 1rem;
  }
}
html body main .contents.contents02 p.text_bottom strong {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 p.text_bottom strong {
    font-size: 1rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem 2rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper {
    gap: 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list {
  flex-basis: calc((100% - 2rem) / 2);
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 1.5rem 1.5rem;
  border-radius: 1.25rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    gap: 1rem;
    flex-basis: calc((100% - 1rem) / 2);
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    flex-basis: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list {
    justify-content: flex-start;
    gap: 0.75rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list:nth-child(1) {
  background-color: #fc637e;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list:nth-child(2) {
  background-color: #55abee;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list:nth-child(3) {
  background-color: #13c98e;
}
html body main .contents.contents02 .contents_list_wrapper .contents_list:nth-child(4) {
  background-color: #a38ee6;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_icon {
    width: 50px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list .contents_icon {
    width: 40px;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list p {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list p {
    font-size: 1rem;
  }
}
html body main .contents.contents02 .contents_list_wrapper .contents_list p.en {
  font-size: 1.25rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list p.en {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .contents_list_wrapper .contents_list p.en {
    font-size: 1rem;
  }
}
html body main .contents.contents03 {
  background-color: #ffd249;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 {
    padding: 2rem 0;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents03 .wrapper {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .wrapper {
    padding: 0;
  }
}
html body main .contents.contents03 .slide01 {
  overflow: hidden;
  width: 100%;
}
html body main .contents.contents03 .contents_list_wrapper {
  width: 100%;
}
html body main .contents.contents03 .contents_list_wrapper .swiper-slide {
  height: auto;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list {
  background-color: #fff;
  border-radius: 0.5rem;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner {
  height: 100%;
  padding: 0.75rem 0.75rem 1.75rem;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .punch_holes {
  text-align: center;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  margin-top: 0.75rem;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head .head_icon {
  flex-basis: 85px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head .head_icon {
    flex-basis: 75px;
  }
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head .head_text {
  flex-basis: calc(100% - 0.75rem - 85px);
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head .head_text p {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head .head_text h3 {
  font-size: 1.125rem;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_head .head_text h3 span {
  font-size: 0.875rem;
  display: block;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_text {
  min-height: 120px;
  height: 100%;
  background-image: repeating-linear-gradient(to bottom, #e0e0e0 0 1px, transparent 1px 32px);
  background-size: 100% 32px;
  background-repeat: repeat-y;
  position: relative;
  margin-top: 1rem;
}
html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_text p {
  background: transparent;
  position: relative;
  z-index: 1;
  margin: 0;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .contents_list_wrapper .contents_list .contents_list_inner .contents_text p {
    font-size: 1rem;
  }
}
html body main .contents.contents03 .swiper-button {
  width: auto;
  top: 62%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents03 .swiper-button {
    top: 58%;
  }
}
html body main .contents.contents03 .swiper-button:after {
  display: none;
}
html body main .contents.contents03 .swiper-button.swiper-button-next {
  right: 12.5%;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents03 .swiper-button.swiper-button-next {
    right: 7%;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .swiper-button.swiper-button-next {
    right: 1rem;
  }
}
html body main .contents.contents03 .swiper-button.swiper-button-prev {
  left: 12.5%;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents03 .swiper-button.swiper-button-prev {
    left: 7%;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents03 .swiper-button.swiper-button-prev {
    left: 1rem;
  }
}
html body main .contents.contents04 {
  padding-bottom: 0;
}
html body main .contents.contents04 .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list:nth-child(1) {
  background-color: #55abee;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list:nth-child(2) {
  background-color: #a38ee6;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list:nth-child(3) {
  background-color: #ffd349;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list:nth-child(4) {
  background-color: #13c98e;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list:nth-child(5) {
  background-color: #ff9c58;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list:nth-child(6) {
  background-color: #fc637e;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list {
    flex-basis: 100%;
  }
}
html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_image {
  flex-basis: 50%;
  position: relative;
}
html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_image .contents04_parts01 {
  position: absolute;
  top: 2%;
  right: 2%;
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_image .contents04_parts01 {
    width: 90px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_image .contents04_parts01 {
    width: 80px;
  }
}
html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_text {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_text {
    gap: 0.75rem;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_text .logo_symbol {
    width: 52px;
  }
}
html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_text h3 {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents04 .contents_list_wrapper .contents_list .contents_list_text h3 {
    font-size: 1.25rem;
  }
}
html body main .contents.contents05 .sub_title, html body main .contents.contents10 .sub_title {
  display: flex;
  gap: 1rem;
  align-items: center;
}
html body main .contents.contents05 {
  background-color: #f7f5f5;
}
html body main .contents.contents05 .contents_wrapper {
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 4rem 1rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper {
    background-color: transparent;
    padding: 0;
  }
}
html body main .contents.contents05 .contents_wrapper .contents_inner {
  max-width: 940px;
  margin: auto;
}
html body main .contents.contents05 .contents_wrapper .contents_inner:last-child {
  margin-top: 4rem;
}
html body main .contents.contents05 .contents_wrapper .contents_inner .sub_title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .contents_inner .sub_title {
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents05 .contents_wrapper .contents_inner .sub_title h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 3rem 2rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper {
    gap: 2rem 1.5rem;
  }
}
html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper .media_list {
  flex-basis: calc((100% - 4rem) / 3);
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper .media_list {
    flex-basis: calc((100% - 3rem) / 3);
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper .media_list:nth-child(4) img, html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper .media_list:nth-child(5) img {
    height: 90px;
  }
}
html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper .media_list p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .contents_wrapper .contents_inner .media_list_wrapper .media_list p {
    font-size: 1rem;
  }
}
html body main .contents.contents05 .contents_wrapper .contents_inner .post_list_wrapper {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .contents_wrapper .contents_inner .external_link {
    margin-top: 1rem;
  }
}
html body main .contents.contents05 .award_list_wrapper .award_list {
  flex-basis: calc((100% - 4rem) / 3);
}
@media screen and (max-width: 991px) {
  html body main .contents.contents05 .award_list_wrapper .award_list {
    flex-basis: calc((100% - 2rem) / 3);
  }
}
html body main .contents.contents05 .award_list_wrapper .award_list.award_list18 .award_list_image img {
  width: 185px;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .award_list_wrapper .award_list.award_list18 .award_list_image img {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .award_list_wrapper .award_list .award_list_image img {
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents05 .award_list_wrapper .award_list .award_list_title {
    font-size: 0.625rem;
  }
}
html body main .contents.contents06 {
  padding-bottom: 0;
}
html body main .contents.contents06 .contents_head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: #ffd249;
  border-radius: 1.25rem;
  padding: 0.75rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents06 .contents_head {
    padding: 0.75rem 1rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_head {
    gap: 0;
  }
}
html body main .contents.contents06 .contents_head::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: calc(50% - 18px);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 37px solid #ffd249;
  border-bottom: 0;
}
html body main .contents.contents06 .contents_head .icon_sp {
  width: 77px;
  flex-shrink: 0;
}
html body main .contents.contents06 .contents_head .head_text {
  flex: 1 1 0%;
  min-width: 0;
}
html body main .contents.contents06 .contents_head .head_text p {
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents06 .contents_head .head_text p {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_head .head_text p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents06 .contents_head .head_text p .sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_head .head_text p .sp {
    display: block;
  }
}
html body main .contents.contents06 .contents_list_wrapper {
  margin-top: 3rem;
}
html body main .contents.contents06 .contents_list_wrapper .contents_list {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
html body main .contents.contents06 .contents_list_wrapper .contents_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list {
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 0 1rem;
  }
}
html body main .contents.contents06 .contents_list_wrapper .contents_list .label {
  width: 72px;
  flex-shrink: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list .label {
    width: 60px;
  }
}
html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text {
    display: contents;
  }
}
html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text h3 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text h3 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text h3 .sp {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text h3 .sp {
    display: block;
  }
}
html body main .contents.contents06 .contents_list_wrapper .contents_list .contents_text p {
  font-size: 1.125rem;
  line-height: 1.5;
}
html body main .contents.contents06 .contents_bottom {
  background-color: #f7f5f5;
  padding: 2rem 2rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents06 .contents_bottom {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_bottom {
    background-color: #fff;
    padding: 0;
  }
}
html body main .contents.contents06 .contents_bottom p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_bottom p:first-child {
    margin-bottom: 0.5rem;
  }
}
html body main .contents.contents06 .contents_bottom p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_bottom p {
    font-weight: 700;
  }
}
html body main .contents.contents06 .contents_bottom .sp_show {
  display: none;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_bottom .sp_show {
    display: block;
  }
}
html body main .contents.contents06 .contents_bottom .sp_show .sp_show_button {
  color: #55abee;
  font-size: 0.875rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
html body main .contents.contents06 .contents_bottom .sp_show .icon_plus {
  transition: ease 0.4s;
}
html body main .contents.contents06 .contents_bottom .sp_show .icon_plus.open {
  transform: rotate(45deg);
}
@media screen and (max-width: 575px) {
  html body main .contents.contents06 .contents_bottom .sp_hidden {
    display: none;
  }
}
html body main .contents.contents07 {
  background-color: #fc637e;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents07 {
    padding: 2rem 0;
  }
}
html body main .contents.contents07 .title_wrapper .sub_title {
  text-align: center;
  margin-bottom: 1.5rem;
}
html body main .contents.contents07 .title_wrapper .sub_title p {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents07 .title_wrapper .sub_title p {
    font-size: 1.5rem;
  }
}
html body main .contents.contents07 .title_wrapper .title_inner {
  background-color: #fff;
  border-radius: 6rem;
  padding: 2rem 10rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents07 .title_wrapper .title_inner {
    padding: 1rem 2.5rem;
  }
}
html body main .contents.contents07 .contents_inner {
  color: #fff;
}
html body main .contents.contents07 .contents_inner .column_list_wrapper {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents07 .contents_inner .column_list_wrapper {
    margin-top: 2rem;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list {
  padding: 1.5rem 2rem;
  border: 2px solid #dddddd;
  border-radius: 1.25rem;
  margin-bottom: 2.5rem;
}
html body main .contents.contents08 .qa_list_wrapper .qa_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 1rem;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q,
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q,
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a {
    gap: 1rem;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q .label,
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a .label {
  width: 50px;
  flex-shrink: 0;
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q .label span,
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a .label span {
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #4c4c4c;
  border-radius: 50%;
  display: inline-block;
  padding: 0.72rem 1rem;
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q .qa_list_text,
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a .qa_list_text {
  flex: 1 1 0%;
  min-width: 0;
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q h3,
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q h3,
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a h3 {
    font-size: 1rem;
    line-height: 1.3;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q p,
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a p {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q p,
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a p {
    font-size: 1rem;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q {
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q {
    cursor: pointer;
    border-bottom: 1px solid #4c4c4c;
    margin-bottom: 0;
    padding-right: 2rem;
    position: relative;
  }
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q.open:before {
    opacity: 0;
  }
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q:after {
    content: "";
    position: absolute;
    top: calc(50% - 1px - 0.5rem);
    right: 7px;
    width: 20px;
    height: 2px;
    background-color: #4c4c4c;
  }
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_q:before {
    content: "";
    position: absolute;
    top: calc(50% - 10px - 0.5rem);
    right: 1rem;
    width: 2px;
    height: 20px;
    background-color: #4c4c4c;
    transition: ease 0.4s;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a {
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a {
    padding-top: 1rem;
  }
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a .label span {
  color: #fff;
  background-color: #4c4c4c;
}
html body main .contents.contents08 .qa_list_wrapper .qa_list .qa_list_a a {
  color: #55abee;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents08 .qa_list_wrapper .qa_list .q_wrapper {
    display: none;
  }
}
html body main .contents.contents09 {
  background-color: #f7f5f5;
}
html body main .contents.contents09 .post_list_wrapper {
  background-color: #fff;
}
html body main .contents.contents10 .contents_wrapper .contents_inner {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents10 .contents_wrapper .contents_inner {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents10 .contents_wrapper .contents_inner:last-child {
  margin-bottom: 0;
}
html body main .contents.contents10 .contents_wrapper .contents_inner:nth-child(2) p, html body main .contents.contents10 .contents_wrapper .contents_inner:nth-child(3) p {
  margin-bottom: 1rem;
}
html body main .contents.contents10 .contents_wrapper .contents_inner:nth-child(2) p:last-child, html body main .contents.contents10 .contents_wrapper .contents_inner:nth-child(3) p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .sub_title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents10 .contents_wrapper .contents_inner .sub_title {
    margin-bottom: 1.5rem;
  }
}
html body main .contents.contents10 .contents_wrapper .contents_inner .sub_title h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper {
    gap: 2rem;
  }
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_image {
  width: 250px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_image {
    width: 200px;
  }
}
@media screen and (max-width: 575px) {
  html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_image {
    flex-basis: 100%;
    text-align: center;
  }
  html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_image img {
    width: 200px;
  }
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 575px) {
  html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text {
    flex-basis: 100%;
  }
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text .name {
  margin-bottom: 1rem;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text .name h3 {
  font-size: 1.125rem;
  font-weight: 700;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text p {
  margin-bottom: 1rem;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text p:last-child {
  margin-bottom: 0;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .contents_list_wrapper .contents_text p strong {
  font-size: 1.25rem;
  font-weight: 700;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info {
  margin-top: 1rem;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info + p {
  margin-top: 1rem;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #f7f5f5;
  border-top: 1px solid #4c4c4c;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info dl:last-child {
  border-bottom: 1px solid #4c4c4c;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info dl.en dt {
  width: 140px;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info dl dt {
  width: 80px;
  flex-shrink: 0;
  height: 100%;
  padding: 1rem 0.5rem;
  text-align: center;
}
html body main .contents.contents10 .contents_wrapper .contents_inner .company_info dl dd {
  min-width: 0;
  flex: 1 1 0%;
  padding: 1rem 0.5rem;
  background-color: #fff;
}
html body main .contents.contents11 {
  background-color: #f7f5f5;
}
html body main .contents.contents11 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-align: center;
}
html body main .contents.contents11 .contact_list_wrapper .contact_list {
  margin-bottom: 3rem;
  text-align: center;
}
html body main .contents.contents11 .contact_list_wrapper .contact_list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents11 .contact_list_wrapper .contact_list {
    margin-bottom: 2rem;
  }
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn {
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn.contact_btn_tel .contact_btn_inner a svg {
    width: 33px;
  }
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn.contact_btn_mail .contact_btn_inner a {
  gap: 1rem;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn.contact_btn_mail .contact_btn_inner a {
    padding: 0.75rem 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn.contact_btn_mail .contact_btn_inner a svg {
    width: 23px;
  }
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn .contact_btn_inner {
  display: inline-block;
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn .contact_btn_inner a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  font-size: 1.375rem;
  font-weight: 700;
  background-color: #ffd249;
  border-radius: 35px;
  border: 1px solid #ffd249;
  padding: 0.75rem 2.5rem;
  width: 400px;
  transition: ease 0.4s;
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn .contact_btn_inner a:hover {
  color: #ffd249;
  background-color: #fff;
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn .contact_btn_inner a:hover svg .icon_path {
  fill: #ffd249;
}
@media screen and (max-width: 767px) {
  html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn .contact_btn_inner a {
    font-size: 1rem;
    gap: 1rem;
    width: 300px;
    padding: 0.1rem 1.5rem;
  }
}
html body main .contents.contents11 .contact_list_wrapper .contact_list .contact_btn .contact_btn_inner a svg .icon_path {
  fill: #4c4c4c;
  transition: ease 0.4s;
}
html body main .contents.contents11 .form_wrapper {
  margin-top: 4rem;
}
html body main .contents.contents11 .form_wrapper h3 {
  margin-bottom: 1.5rem;
}
html body main .contents.contents11 .form_wrapper .form_text {
  margin-bottom: 2rem;
}
html body main .contents.contents11 .form_wrapper .form_text span {
  display: block;
  margin-top: 2.5rem;
  font-size: 0.75rem;
}
html body main .post_list_wrapper {
  border: 2px solid #dddddd;
  border-radius: 1.25rem;
  padding: 2rem 2rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  html body main .post_list_wrapper {
    background-color: #fff;
    border: none;
    padding: 1.5rem 1rem;
  }
}
html body main .post_list_wrapper .post_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px dotted #dddddd;
  padding-bottom: 0.75rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  html body main .post_list_wrapper .post_list {
    gap: 0.5rem;
    padding: 0 0.5rem 0.75rem;
  }
}
html body main .post_list_wrapper .post_list:last-child {
  border-bottom: none;
}
html body main .post_list_wrapper .post_list .label_wrapper {
  width: 110px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  html body main .post_list_wrapper .post_list .label_wrapper {
    flex-basis: 100%;
  }
}
html body main .post_list_wrapper .post_list .post_title {
  flex: 1 1 0%;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  html body main .post_list_wrapper .post_list .post_title {
    flex-basis: 100%;
  }
}
html body main .post_list_wrapper .more {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  html body main .post_list_wrapper .more {
    margin-top: 1rem;
  }
}

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