@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #333;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  position: relative;
  z-index: -2;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
  display: block;
  transition: 0.6s;
}

a:hover {
  opacity: 0.7;
}

li {
  list-style: none;
}

.l-gnav.__sp {
  display: none;
}
.l-gnav.__pc {
  padding: 22px;
  background: #fff;
  border-bottom: solid 1px #d1d7dc;
}
.l-gnav.__pc .header-nav .nav-list {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.l-gnav.__pc .header-nav .nav-list .nav-item a {
  font-weight: bold;
}
.l-gnav.__pc.fixed {
  position: fixed;
  padding: 22px;
  top: 0px;
  width: 100%;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1024px) {
  .l-gnav.__sp {
    display: block;
    background: #2f6fae;
    padding-top: 0px;
    padding-bottom: 10px;
    position: fixed;
    padding-left: 12px;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 68px;
  }
  .l-gnav.__sp .nav-unshown {
    display: none;
  }
  .l-gnav.__sp #nav-open {
    display: inline-block;
    width: 51px;
    height: 40px;
    vertical-align: middle;
    padding-top: 16px;
    padding-left: 0px;
  }
  .l-gnav.__sp #nav-open span,
  .l-gnav.__sp #nav-open span:before,
  .l-gnav.__sp #nav-open span:after {
    position: absolute;
    height: 3px;
    width: 37px;
    border-radius: 3px;
    background: #fff;
    display: block;
    content: "";
    cursor: pointer;
  }
  .l-gnav.__sp #nav-open span:before {
    bottom: -10px;
  }
  .l-gnav.__sp #nav-open span:after {
    bottom: -20px;
  }
  .l-gnav.__sp #nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    overscroll-behavior: none;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
  }
  .l-gnav.__sp #nav-input:checked ~ #nav-close {
    display: block;
    opacity: 0.5;
  }
  .l-gnav.__sp #nav-close span {
    display: block;
    height: 100.1%;
  }
  .l-gnav.__sp #nav-close2 {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    vertical-align: middle;
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .l-gnav.__sp #nav-input:checked ~ #nav-close2 {
    display: block;
    opacity: 1;
  }
  .l-gnav.__sp #nav-close2 span {
    position: relative;
  }
  .l-gnav.__sp #nav-close2 span:before,
  .l-gnav.__sp #nav-close2 span:after {
    position: absolute;
    height: 3px;
    width: 28px;
    top: 28px;
    left: 10px;
    border-radius: 3px;
    background: #333;
    display: block;
    content: "";
    cursor: pointer;
  }
  .l-gnav.__sp #nav-close2 span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .l-gnav.__sp #nav-close2 span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .l-gnav.__sp .menu_ttl {
    display: block;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    position: relative;
    left: 1px;
    top: 3px;
  }
  .l-gnav.__sp #nav-content {
    overflow: auto;
    position: fixed;
    overscroll-behavior: none;
    top: 0;
    right: 0;
    z-index: 10001;
    width: 90%;
    height: 100%;
    padding-top: 54px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    transform: translateX(100%);
  }
  .l-gnav.__sp #nav-input.active ~ #nav-content {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .l-gnav.__sp #nav-content .wrap_nav_content {
    min-height: 100%;
    height: 100.1%;
    padding-bottom: 50px;
  }
  .l-gnav.__sp .sp_gnav {
    border-bottom: 1px solid #eee;
  }
  .l-gnav.__sp .sp_gnav > li {
    border-top: 1px solid #eee;
  }
  .l-gnav.__sp .sp_gnav a {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 1.3;
    padding: 12px 16px;
  }
  .l-gnav.__sp .sp_gnav a span {
    font-size: 14px;
    color: #6bb435;
    display: block;
  }
  .l-gnav.__sp .sp_gnav .ham_btn {
    width: 95%;
    margin: 0 auto 15px;
    padding-top: 15px;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a {
    padding: 0;
  }
  .l-gnav.__sp .sp_gnav .ham_btn a.ham-tel {
    margin-bottom: 10px;
  }
  .l-gnav.__sp .sp_gnav .logo-mizuno .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .l-gnav.__pc {
    display: none;
  }
}
.l-header {
  padding: 5px 0;
  border-bottom: solid 1px #d1d7dc;
}
.l-header .l-header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header .l-header-flex .header-top-l {
  display: flex;
  align-items: center;
  gap: 60px;
}
.l-header .l-header-flex .header-top-l .logo-mizuno {
  max-width: 184px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.l-header .l-header-flex .header-top-r {
  display: flex;
  gap: 40px;
}
.l-header .l-header-flex .header-top-r .contact-tel {
  display: flex;
  align-items: center;
  gap: 5px;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-icon {
  max-width: 41px;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-num p {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.l-header .l-header-flex .header-top-r .contact-tel .tel-num span {
  display: block;
  font-weight: bold;
  text-align: center;
  font-size: 1.5rem;
}
.l-header .l-header-flex .header-top-r .contact-form {
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
  background-image: linear-gradient(90deg, #f59a23, #f5a338);
  padding: 20px 40px 20px 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.l-header .l-header-flex .header-top-r .contact-form::before, .l-header .l-header-flex .header-top-r .contact-form::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.l-header .l-header-flex .header-top-r .contact-form::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 20px;
}
.l-header .l-header-flex .header-top-r .contact-form::before {
  content: "";
  width: 70px;
  height: 70px;
  background: #f7b55f;
  right: -40px;
  border-radius: 35px;
}
.l-header .l-header-flex .header-top-r .contact-form .form-icon {
  width: 30px;
}
.l-header .l-header-flex .header-top-r .contact-form .form-arrow {
  width: 14px;
}

@media (max-width: 1024px) {
  .l-header {
    padding: 10px 0;
  }
  .l-header .l-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l-header .l-header-flex .header-top-l {
    display: flex;
    gap: 20px;
  }
  .l-header .l-header-flex .header-top-r {
    display: none;
    gap: 40px;
  }
}
@media (max-width: 600px) {
  .l-header {
    min-height: 68px;
    display: flex;
    align-items: center;
  }
  .l-header .l-header-flex {
    width: calc(100% - 63px);
  }
  .l-header .l-header-flex .header-top-l {
    width: 100%;
  }
  .l-header .l-header-flex .header-top-l .logo-mizuno {
    flex-direction: row;
    max-width: 100%;
  }
  .l-header .l-header-flex .header-top-l .logo-mizuno img {
    width: calc((100% - 63px) / 2);
  }
}
.l-main {
  position: relative;
  z-index: -2;
  overflow-x: hidden;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hide {
  opacity: 0 !important;
  pointer-events: none !important;
}

.sec-title {
  font-size: clamp(2.8rem, 4vw, 3.8rem);
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
}

.text_color {
  color: #2f6fae;
}

.marker {
  background: linear-gradient(transparent 70%, #fff000 0%);
}

.point-list {
  display: flex;
  gap: 20px 30px;
}
.point-list .point-list__item {
  width: 25%;
  background: linear-gradient(90deg, #f59a23 0%, #f59a23 15%, #fff 15%, #fff 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
}
.point-list .point-list__item strong {
  color: #f59a23;
}
.point-list .point-list__item .num {
  font-size: 2.8rem;
}
.point-list .point-list__item i {
  aspect-ratio: 32/25;
}
.point-list .point-list__item i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.point-list--top {
  flex-wrap: wrap;
  max-width: 50%;
}
.point-list--top .point-list__item {
  width: calc(50% - 15px);
  font-size: 2rem;
}

.column {
  margin-bottom: 60px;
}

@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (max-width: 1100px) {
  .inner {
    padding: 0 15px;
  }
  .c-mv__inner {
    padding: 0 15px;
  }
  .point-list--top {
    max-width: 100%;
    gap: 10px;
  }
  .point-list--top .point-list__item {
    width: calc(25% - 8px);
    font-size: 1.6rem;
  }
}
@media (max-width: 835px) {
  .point-list--top .point-list__item {
    width: calc(50% - 8px);
  }
}
@media (max-width: 600px) {
  .column {
    margin-bottom: 30px;
  }
  .point-list--top {
    gap: 5px;
  }
  .point-list--top .point-list__item {
    font-size: 1.4rem;
    padding: 0 5px;
    gap: 5px;
    width: calc(50% - 3px);
  }
  .point-list--top .point-list__item i {
    max-width: 36px;
    padding: 5px 0;
    width: 100%;
    display: inline-table;
  }
  .point-list--top .point-list__item .num {
    font-size: 2rem;
  }
}
/*----------------------------------------------------
	電話アニメーション
----------------------------------------------------*/
.tel_anime svg {
  width: 40px;
  height: 40px;
  fill: #eb0707;
}
.tel_anime svg .line1 {
  animation: fillAnimation1 infinite ease 1.5s;
}
.tel_anime svg .line2 {
  animation: fillAnimation2 infinite ease 1.5s;
}
.tel_anime svg .line3 {
  animation: fillAnimation3 infinite ease 1.5s;
}
@keyframes fillAnimation1 {
  30%, 60% {
    fill-opacity: 0;
  }
  80% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation2 {
  40%, 70% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}
@keyframes fillAnimation3 {
  50%, 80% {
    fill-opacity: 0;
  }
  100% {
    fill-opacity: 1;
  }
}

@media screen and (min-width: 1100px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide,
  .sp_hide {
    display: none !important;
  }
}
.l-footer .footer-flex {
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.6;
}
.l-footer .footer-flex .footer-flex-l {
  font-size: 32px;
  font-weight: bold;
  color: #5e7234;
}
.l-footer .footer-flex .logo {
  max-width: 184px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.l-footer .copyright {
  font-size: 10px;
  text-align: center;
  padding: 13px 0;
  font-size: 1.2rem;
}

@media (max-width: 834px) {
  .l-footer {
    padding-bottom: 80px;
  }
  .l-footer .footer-flex .footer-flex-l {
    font-size: 30px;
  }
  .l-footer .footer-flex .logo {
    max-width: 200px;
  }
}
@media (max-width: 430px) {
  .l-footer .footer-flex {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px 0;
  }
}
.c-mv {
  position: relative;
}
.c-mv .c-mv__inner {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  max-width: 1200px;
  width: 100%;
}
.c-mv .c-mv__title {
  font-size: clamp(3rem, 4vw, 4rem);
  line-height: 1.2;
  margin-bottom: 15px;
}
.c-mv .c-mv__title .text_color {
  font-size: clamp(3.2rem, 4vw, 4.8rem);
}
.c-mv .c-mv__mgb {
  margin-bottom: 15px;
  display: inline-block;
}
.c-mv .c-mv__area {
  background: #2f6fae;
  color: #fff;
  font-size: clamp(2.3rem, 4vw, 3.2rem);
  padding: 3px 15px;
  border-radius: 50px;
  margin-right: 5px;
}
.c-mv .c-mv__catch {
  font-weight: bold;
  font-size: clamp(1.6rem, 4vw, 2.2rem);
  margin-bottom: 30px;
}
.c-mv .c-mv__catch small {
  font-size: clamp(1.4rem, 4vw, 1.8rem);
}

@media (max-width: 835px) {
  .c-mv .c-mv__title, .c-mv .c-mv__catch {
    text-align: center;
  }
  .c-mv .c-mv__inner {
    top: 10%;
    transform: translate(-50%, -10%);
  }
}
@media (max-width: 600px) {
  .c-mv .c-mv__mgb {
    margin-bottom: 10px;
  }
  .c-mv .c-mv__catch {
    margin-bottom: 20px;
  }
  .c-mv .c-mv__inner {
    top: 5%;
    transform: translate(-50%, -5%);
  }
}
.c-cta .c-cta__title {
  font-size: clamp(2.3rem, 3vw, 3.6rem);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.c-cta .c-cta__title::before {
  content: "";
  width: 50px;
  height: 2px;
  box-sizing: border-box;
  background-color: #2f6fae;
  rotate: 60deg;
}
.c-cta .c-cta__title::after {
  content: "";
  width: 50px;
  height: 2px;
  box-sizing: border-box;
  background-color: #2f6fae;
  rotate: -60deg;
}
.c-cta .c-cta__wrap {
  text-align: center;
  line-height: 1.4;
}
.c-cta .c-cta__point {
  background: #2f6fae;
  color: #fff;
  margin-right: 7px;
  padding: 5px 10px;
  font-size: clamp(2rem, 4vw, 3.2rem);
  border-radius: 8px;
}
.c-cta .c-cta__list {
  display: flex;
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto;
}
.c-cta .c-cta__item {
  background: #fff;
  width: 50%;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-cta .c-cta__item .tel_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  gap: 10px;
}
.c-cta .c-cta__item .tel_wrap .tel_text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-cta .c-cta__item .tel_wrap .tel_anime svg {
  width: 60px;
  height: 60px;
}
.c-cta .c-cta__item .tel_wrap .tel_note {
  font-size: 2rem;
}
.c-cta .c-cta__item .tel_wrap .num {
  font-size: clamp(3rem, 4vw, 4.8rem);
}
.c-cta .c-cta__item .tel_title {
  background: #eb0707;
  color: #fff;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.c-cta .c-cta__item .contact_btn {
  background-image: linear-gradient(90deg, #f59a23, #f5a338);
  height: 100%;
  position: relative;
}
.c-cta .c-cta__item .contact_btn::before, .c-cta .c-cta__item .contact_btn::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-cta .c-cta__item .contact_btn::before {
  content: "";
  width: 90px;
  height: 189px;
  border-radius: 50%;
  right: -60px;
  background: #f7b55f;
}
.c-cta .c-cta__item .contact_btn::after {
  content: "\f178";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  right: 15px;
  color: #fff;
  font-size: 3rem;
}
.c-cta .c-cta__item .contact_wrap {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 20px;
  padding: 15px;
  position: relative;
}
.c-cta .c-cta__item .contact_wrap img {
  position: relative;
  z-index: 2;
}
.c-cta .c-cta__item .contact_wrap::after {
  content: "";
  background: #fbbe2d;
  width: 135px;
  height: 135px;
  position: absolute;
  bottom: -40px;
  left: -60px;
  border-radius: 50%;
  z-index: 1;
}
.c-cta .c-cta__item .contact_text {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-cta .c-cta__item .contact_label {
  background: #fff;
  font-size: 2rem;
  color: #f59a23;
  padding: 5px 30px;
  border-radius: 50px;
  text-align: center;
}
.c-cta .c-cta__item .contact_title {
  font-size: 3.6rem;
  color: #fff;
}
.c-cta .c-cta__bg {
  background: #fff6eb;
  padding: 60px 40px 20px;
  border-radius: 16px;
}
.c-cta .c-cta__bg .point-list {
  max-width: 1000px;
  margin: 0 auto 20px;
  gap: 10px;
}
.c-cta .c-cta__bg .point-list img {
  max-width: 46px;
}
.c-cta .c-cta__bg .point-list__item {
  font-size: 1.6rem;
}
.c-cta .c-cta__bg .logo_list {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.c-cta--bg .c-cta__list {
  margin-bottom: -20px;
}
.c-cta .banner_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
}
.c-cta .banner_item {
  text-align: center;
}

@media (max-width: 835px) {
  .c-cta .c-cta__list {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .c-cta .c-cta__item {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .c-cta .c-cta__point {
    margin-bottom: 7px;
    display: inline-block;
  }
  .c-cta .c-cta__title {
    margin-bottom: 10px;
  }
  .c-cta .c-cta__title::before, .c-cta .c-cta__title::after {
    display: none;
  }
  .c-cta .c-cta__list {
    flex-direction: column;
    gap: 10px;
  }
  .c-cta .c-cta__item {
    width: 100%;
  }
  .c-cta .c-cta__item .contact_btn {
    background: none;
  }
  .c-cta .c-cta__item .contact_btn::before, .c-cta .c-cta__item .contact_btn::after {
    display: none;
  }
  .c-cta__bg {
    padding: 40px 15px 20px !important;
  }
  .c-cta__bg .point-list {
    flex-wrap: wrap;
  }
  .c-cta__bg .point-list__item {
    width: 100%;
  }
  .c-cta .banner_list {
    gap: 10px;
    margin-bottom: 30px;
  }
}
.c-reason {
  background: url(../images/question_bg.jpg) repeat-y;
  background-size: contain;
  padding-top: 60px;
}
.c-reason .hope_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 30px;
  max-width: 700px;
  margin: 0 auto 60px;
  position: relative;
}
.c-reason .hope_list::before, .c-reason .hope_list::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-reason .hope_list::before {
  background: url(../images/reason_question.png) no-repeat;
  width: 227px;
  height: 159px;
  background-size: cover;
  left: -237px;
}
.c-reason .hope_list::after {
  background: url(../images/reason_img.png) no-repeat;
  width: 317px;
  height: 345px;
  background-size: cover;
  right: -327px;
}
.c-reason .hope_item {
  background: #fff;
  padding: 10px 20px;
  width: calc(50% - 15px);
  border-radius: 30px;
  font-size: 2rem;
}
.c-reason .hope_item::before {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  margin-right: 5px;
  color: #2f6fae;
}
.c-reason .reason_answer {
  background: url(../images/answer_bg.png) top center no-repeat, #2f6fae;
  background-size: contain;
  padding: 120px 0 60px;
}
.c-reason .reason_answer .sec-title, .c-reason .reason_answer .answer_catch {
  color: #fff;
}
.c-reason .reason_answer .answer_catch {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.4rem);
  line-height: 1.2;
  margin-bottom: 30px;
}
.c-reason .reason_answer .answer_catch strong {
  background: #fff600;
  font-size: 3.2rem;
  padding: 5px 5px 0;
  margin: 0 5px 0 3px;
  color: #2f6fae;
}
.c-reason .reason_answer .answer_catch strong .num {
  font-size: 150%;
  font-size: 4.8rem;
}
.c-reason .reason_answer .answer_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  margin-bottom: 30px;
}
.c-reason .reason_answer .answer_item {
  width: calc(33.3333333333% - 7px);
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.c-reason .reason_answer .answer_item img {
  margin-bottom: 20px;
  border-radius: 4px;
}
.c-reason .reason_answer .answer_item .answer_title {
  text-align: center;
  color: #2f6fae;
  font-size: clamp(2rem, 4vw, 2.4rem);
  margin-bottom: 10px;
}
.c-reason .reason_answer .answer_item .answer_text {
  line-height: 1.6;
}
.c-reason .reason_answer .answer_note {
  background: #fff;
  padding: 5px;
  text-align: center;
  color: #2f6fae;
  font-size: clamp(2rem, 4vw, 2.4rem);
  position: relative;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-reason .reason_answer .answer_note strong {
  color: #eb0707;
}
.c-reason .reason_answer .answer_note::before, .c-reason .reason_answer .answer_note::after {
  content: "";
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-reason .reason_answer .answer_note::before {
  left: 0;
  border-width: 29px 0px 29px 15px;
  border-color: transparent transparent transparent #2f6fae;
}
.c-reason .reason_answer .answer_note::after {
  border-width: 29px 15px 29px 0px;
  border-color: transparent #2f6fae transparent transparent;
  right: 0;
}
.c-reason .reason_answer .answer_note .note_wrap {
  position: relative;
}
.c-reason .reason_answer .answer_note .note_wrap::before {
  content: "";
  background: url(../images/reason_person.png) no-repeat;
  width: 78px;
  height: 90px;
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -88px;
}

@media (max-width: 1100px) {
  .c-reason .reason_answer .answer_item {
    width: calc(50% - 5px);
  }
  .c-reason .hope_list::before, .c-reason .hope_list::after {
    top: auto;
    transform: none;
    bottom: -100px;
  }
  .c-reason .hope_list::before {
    width: 114px;
    height: 80px;
    left: 0;
  }
  .c-reason .hope_list::after {
    width: 159px;
    height: 173px;
    right: 0;
    bottom: -150px;
  }
}
@media (max-width: 600px) {
  .c-reason {
    padding-top: 30px;
  }
  .c-reason .hope_item {
    width: 100%;
  }
  .c-reason .reason_answer {
    background-size: auto;
  }
  .c-reason .reason_answer .answer_item {
    width: 100%;
    padding: 15px;
  }
  .c-reason .reason_answer .answer_note {
    min-height: 87px;
  }
  .c-reason .reason_answer .answer_note::before {
    border-width: 42px 0px 42px 19px;
  }
  .c-reason .reason_answer .answer_note::after {
    border-width: 42px 19px 42px 0px;
  }
  .c-reason .reason_answer .answer_note .note_wrap::before {
    display: none;
  }
}
.c-type {
  background: url(../images/bg.png) no-repeat top center, repeating-linear-gradient(-45deg, #eaf3fb, #eaf3fb 3px, transparent 3px, transparent 6px);
  background-size: contain;
}
.c-type .inner {
  padding: 60px 15px;
}
.c-type .difference__table {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
}
.c-type .difference__table td, .c-type .difference__table th {
  padding: 10px;
  text-align: center;
  width: 33.3333333333%;
  font-size: clamp(1.8rem, 4vw, 2rem);
}
.c-type .difference__table th {
  background: #e4e4e4;
}
.c-type .difference__table th.none {
  background: none;
}
.c-type .difference__table td {
  background: #fff;
}
.c-type .difference__table .chukai, .c-type .difference__table .kaitori {
  font-size: 2.4rem;
  color: #fff;
}
.c-type .difference__table .chukai {
  background: #2f6fae;
}
.c-type .difference__table .kaitori {
  background: #4697e8;
}
.c-type .difference__text {
  color: #2f6fae;
}
.c-type .difference__catch {
  font-size: clamp(2rem, 4vw, 3rem);
  text-align: center;
  line-height: 1.4;
}
.c-type .difference__catch strong {
  background: #fff600;
  color: #2f6fae;
}
.c-type .flow {
  position: relative;
  padding-top: 60px;
}
.c-type .flow::before {
  content: "";
  background: #fff;
  width: 1400px;
  height: 320px;
  border-radius: 24px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c-type .flow__inner {
  position: relative;
  z-index: 2;
}
.c-type .flow__list {
  display: flex;
  gap: 15px;
  align-items: stretch;
  padding-top: 44px;
}
.c-type .flow__item {
  width: 20%;
  background: #fff;
  border-radius: 10px;
  border: solid 1px #2f6fae;
  position: relative;
  padding: 20px 10px;
}
.c-type .flow__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 28px 0px 28px 40px;
  border-color: transparent transparent transparent #2f6fae;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  z-index: 3;
}
.c-type .flow__item:last-child::after {
  display: none;
}
.c-type .flow__item::before {
  content: "";
  width: 100%;
  height: 80px;
  background: #dee7ee;
  border-radius: 9px 9px 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-type .flow__label {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
}
.c-type .flow__icon {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #2f6fae;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  position: relative;
  z-index: 2;
}
.c-type .flow__title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
  color: #2f6fae;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-type .flow__text {
  line-height: 1.6;
}

@media (max-width: 600px) {
  .c-type .flow {
    padding-top: 30px;
  }
  .c-type .flow__list {
    flex-direction: column;
    gap: 55px;
  }
  .c-type .flow__item {
    width: 100%;
  }
  .c-type .flow__item::after {
    top: auto;
    bottom: -10px;
    left: 50%;
    right: auto;
    transform: translate(-50%, 0);
    border-width: 19px 42px 0px 42px;
    border-color: #2f6fae transparent transparent transparent;
  }
  .c-type .difference__table th, .c-type .difference__table td {
    padding: 10px 5px;
  }
  .c-type .difference__table th.difference__title {
    width: 40%;
  }
  .c-type .difference__table .chukai, .c-type .difference__table .kaitori, .c-type .difference__table td {
    width: 30%;
  }
}
.c-consultation {
  margin-bottom: 100px;
}
.c-consultation .c-consultation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.c-consultation .c-consultation__item {
  width: calc(33.3333333333% - 7px);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.c-consultation .c-consultation__title {
  font-size: 2.4rem;
  background: #2f6fae;
  padding: 10px;
  text-align: center;
  color: #fff;
}
.c-consultation .c-consultation__photo {
  padding: 10px 15px;
}
.c-consultation .c-consultation__photo img {
  border-radius: 8px;
}
.c-consultation .c-consultation__note {
  background: #fff6eb;
  padding: 15px 30px;
  border-radius: 30px;
  font-size: clamp(2rem, 4vw, 2.8rem);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 1100px) {
  .c-consultation .c-consultation__item {
    width: calc(50% - 5px);
  }
}
@media (max-width: 600px) {
  .c-consultation {
    margin-bottom: 60px;
  }
  .c-consultation .c-consultation__list {
    margin-bottom: 20px;
  }
  .c-consultation .c-consultation__item {
    width: 100%;
  }
}
.c-case {
  background: #f9f9f9;
  padding: 60px 0;
  position: relative;
}
.c-case::before {
  content: "";
  width: 100%;
  height: 218px;
  background: #eaf3fb;
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-case .c-case__list {
  display: flex;
  gap: 20px;
}
.c-case .c-case__item {
  width: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding: 10px 20px;
  border-radius: 8px 30px 8px 8px;
  display: flex;
  gap: 20px;
}
.c-case .c-case__label {
  background: #2f6fae;
  color: #fff;
  padding: 10px 30px 10px;
  border-radius: 7px 30px 30px 0;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: right;
  z-index: 1;
}
.c-case .c-case__label .num {
  background: #fff;
  color: #2f6fae;
  display: inline-block;
  border-radius: 15px;
  margin-left: 5px;
  text-align: center;
  padding: 2px 8px 5px;
}
.c-case .c-case__img {
  max-width: 300px;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
.c-case .c-case__detail {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 300px);
}
.c-case .c-case__date {
  border-bottom: dashed 1px #908b89;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.c-case .c-case__title {
  background: #2f6fae;
  color: fff;
  width: 40%;
  padding: 5px 15px;
  border-radius: 30px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
.c-case .c-case__text {
  width: 60%;
  line-height: 1.4;
}

@media (max-width: 1100px) {
  .c-case .c-case__list {
    flex-direction: column;
    align-items: center;
  }
  .c-case .c-case__item {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .c-case {
    padding: 30px 0;
  }
  .c-case .c-case__label {
    text-align: center;
  }
  .c-case .c-case__img {
    max-width: 100%;
  }
  .c-case .c-case__item {
    width: 100%;
    flex-direction: column;
    padding: 60px 15px 20px;
  }
  .c-case .c-case__detail {
    width: 100%;
    margin-top: 0;
  }
}
.c-voice {
  margin-bottom: 100px;
}
.c-voice .c-voice__list {
  display: flex;
  gap: 20px;
}
.c-voice .c-voice__item {
  width: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  position: relative;
}
.c-voice .c-voice__item:nth-child(1)::before, .c-voice .c-voice__item:nth-child(1)::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.c-voice .c-voice__item:nth-child(1)::before {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: #daecfb;
  top: -154px;
  left: -32px;
}
.c-voice .c-voice__item:nth-child(1)::after {
  width: 182px;
  height: 182px;
  border-radius: 50%;
  background: #f4f9fd;
  top: 5px;
  left: -156px;
}
.c-voice .c-voice__item:nth-child(2)::before, .c-voice .c-voice__item:nth-child(2)::after {
  content: "";
  position: absolute;
  z-index: -1;
}
.c-voice .c-voice__item:nth-child(2)::before {
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #daecfb;
  bottom: -57px;
  right: -79px;
}
.c-voice .c-voice__item:nth-child(2)::after {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: #f4f9fd;
  bottom: 65px;
  right: -141px;
}
.c-voice .c-voice__label {
  background: #2f6fae;
  color: #fff;
  padding: 10px;
  max-width: 252px;
  text-align: center;
  border-radius: 7px 30px 30px 0;
  font-size: 2.4rem;
}
.c-voice .c-voice__inner {
  display: flex;
  padding: 30px;
  gap: 20px;
}
.c-voice .c-voice__icon {
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background: #fff6eb;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-voice .c-voice__text {
  line-height: 1.6;
}
.c-voice .c-voice__wrap {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 10px;
  width: calc(100% - 140px);
}
.c-voice .c-voice__area {
  background: #eaf3fb;
  color: #2f6fae;
  border: solid 1px #2f6fae;
  border-radius: 30px;
  display: inline-block;
  padding: 5px 20px;
}

@media (max-width: 830px) {
  .c-voice {
    margin-bottom: 30px;
  }
  .c-voice .c-voice__list {
    flex-direction: column;
  }
  .c-voice .c-voice__item {
    width: 100%;
  }
  .c-voice .c-voice__item:nth-child(1)::before {
    width: 160px;
    height: 160px;
    top: -82px;
  }
  .c-voice .c-voice__item:nth-child(1)::after {
    width: 91px;
    height: 91px;
    top: -91px;
    left: 91px;
  }
  .c-voice .c-voice__inner {
    padding: 15px;
    gap: 10px;
  }
  .c-voice .c-voice__icon {
    width: 70px;
    height: 70px;
  }
  .c-voice .c-voice__wrap {
    width: calc(100% - 70px);
  }
}
.c-qa .c-qa__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.c-qa .c-qa__item {
  border: solid 1px #2f6fae;
  border-radius: 8px;
  overflow: hidden;
}
.c-qa .c-qa__question, .c-qa .c-qa__answer {
  display: flex;
  gap: 20px;
  padding: 10px 40px;
}
.c-qa .c-qa__question {
  background: #2f6fae;
  color: #fff;
  font-size: 2rem;
  align-items: center;
  font-weight: bold;
  line-height: 1.4;
}
.c-qa .c-qa__answer {
  padding: 20px 40px;
  line-height: 1.6;
}
.c-qa .c-qa__icon {
  min-width: 40px;
  max-height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 2.4rem;
  border-radius: 20px;
}
.c-qa .c-qa__icon--q {
  background: #fff;
  color: #2f6fae;
}
.c-qa .c-qa__icon--a {
  background: #2f6fae;
  color: #fff;
}

@media (max-width: 600px) {
  .c-qa .c-qa__question {
    padding: 10px 15px;
  }
  .c-qa .c-qa__answer {
    padding: 20px 15px;
  }
}
.c-company {
  background: url(../images/bg.png) no-repeat top center, #fff6eb;
  background-size: contain;
}
.c-company .inner {
  padding: 60px 15px 100px;
}
.c-company .sec-title {
  margin-bottom: 40px;
}
.c-company .c-company__intro, .c-company .c-company__detail {
  display: flex;
  align-items: stretch;
  gap: 30px;
}
.c-company .c-company__intro > *, .c-company .c-company__detail > * {
  width: calc(50% - 15px);
}
.c-company .c-company__intro {
  margin-bottom: 60px;
}
.c-company .c-company__block {
  position: relative;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-company .c-company__block::before, .c-company .c-company__block::after {
  content: "";
  position: absolute;
}
.c-company .c-company__block::before {
  width: 247px;
  height: 247px;
  border-radius: 50%;
  background: #fde4c3;
  bottom: 15px;
  right: -41px;
}
.c-company .c-company__block::after {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: #fffefa;
  bottom: 199px;
  right: -80px;
}
.c-company .c-company__photo {
  position: relative;
  text-align: center;
}
.c-company .c-company__photo::before {
  content: "";
  width: 95%;
  height: 166px;
  background: #fde4c3;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.c-company .c-company__photo .c-company__img {
  margin-bottom: 10px;
}
.c-company .c-company__photo img {
  position: relative;
  z-index: 2;
}
.c-company .c-company__title {
  font-size: clamp(2rem, 4vw, 2.4rem);
  color: #f59a23;
  line-height: 1.4;
  margin-bottom: 20px;
  font-weight: bold;
  z-index: 2;
}
.c-company .c-company__text {
  line-height: 1.6;
  z-index: 2;
}
.c-company .c-company__detail {
  position: relative;
}
.c-company .c-company__detail::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fde4c3;
  top: 18px;
  left: -82px;
}
.c-company .c-company__table {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-company .c-company__table::before, .c-company .c-company__table::after {
  content: "";
  position: absolute;
}
.c-company .c-company__table::before {
  width: 247px;
  height: 247px;
  border-radius: 50%;
  background: #fde4c3;
  bottom: -60px;
  left: -92px;
}
.c-company .c-company__table::after {
  width: 138px;
  height: 138px;
  border-radius: 50%;
  background: #fffefa;
  bottom: 129px;
  left: -146px;
}
.c-company .c-company__table tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  z-index: 2;
}
.c-company .c-company__table tbody tr {
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: dashed 1px #b04a00;
  padding-bottom: 10px;
}
.c-company .c-company__table tbody th {
  width: 20%;
  color: #f59a23;
  font-size: 2rem;
  font-weight: bold;
  text-align: right;
}
.c-company .c-company__table tbody td {
  line-height: 1.4;
}
.c-company .c-company__map .map {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
  aspect-ratio: 600/371;
  height: 100%;
}
.c-company .c-company__map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 600px) {
  .c-company .inner {
    padding-bottom: 30px;
  }
  .c-company .sec-title {
    margin-bottom: 20px;
  }
  .c-company .c-company__title {
    text-align: center;
    margin-bottom: 10px;
  }
  .c-company .c-company__intro, .c-company .c-company__detail {
    flex-direction: column;
  }
  .c-company .c-company__intro > *, .c-company .c-company__detail > * {
    width: 100%;
  }
  .c-company .c-company__intro {
    margin-bottom: 30px;
  }
  .c-company .c-company__block::before {
    width: 123px;
    height: 123px;
    bottom: 0;
    right: 0;
  }
  .c-company .c-company__block::after {
    width: 57px;
    height: 57px;
    bottom: 100px;
    right: 0;
  }
  .c-company .c-company__table::before {
    width: 123px;
    height: 123px;
    bottom: -30px;
    left: 15px;
  }
  .c-company .c-company__table::after {
    width: 69px;
    height: 69px;
    bottom: 60px;
    left: 0;
  }
  .c-company .c-company__table tbody tr {
    gap: 10px;
  }
  .c-company .c-company__table tbody th {
    width: 35%;
  }
}
.c-contact .bg-perple {
  padding: 60px 0;
  background: #eaf3fb;
}
.c-contact .c-contact__tel {
  text-align: center;
  margin-bottom: 60px;
}
.c-contact .c-contact__tel-title {
  background: #fff;
  display: inline-block;
  padding: 10px 60px;
  border-radius: 20px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.c-contact .c-contact__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.c-contact .c-contact__link .tel_anime svg {
  width: 70px;
  height: 70px;
}
.c-contact .c-contact__link .num {
  font-size: 5.2rem;
  margin-bottom: 5px;
}
.c-contact .c-contact__link .text {
  font-size: 2rem;
}
.c-contact form {
  background: #fff;
  padding: 40px 40px 60px;
  border-radius: 6px;
}
.c-contact form .form-title {
  border-left: 10px solid #2f6fae;
  padding: 15px 20px;
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 10px;
}
.c-contact form .form_flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-contact form .form_flex .red_text {
  color: #eb0707;
}
.c-contact form .form-table {
  margin-bottom: 55px;
  width: 100%;
}
.c-contact form .js-visit {
  display: none;
}
.c-contact form tr {
  display: flex;
}
.c-contact form tr:last-child td {
  border-bottom: none;
}
.c-contact form th, .c-contact form td {
  border-bottom: 1px solid #ebebeb;
}
.c-contact form th {
  font-size: 20px;
  line-height: 1.8;
  text-align: left;
  padding: 20px;
  background: #eaf3fb;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 40%;
}
.c-contact form th label {
  font-size: 20px;
  font-weight: bold;
  margin-right: 35px;
}
.c-contact form .error {
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  background: #e34d42;
  padding: 5px 10px;
  border-radius: 4px;
  line-height: 1;
}
.c-contact form td {
  width: 60%;
  padding: 15px;
}
.c-contact form td.radios {
  display: flex;
  gap: 20px;
  height: 133px;
}
.c-contact form td input[type=text],
.c-contact form td input[type=email],
.c-contact form td input[type=date],
.c-contact form td input[type=tel] {
  border: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 15px;
  box-sizing: border-box;
  background: #fff !important;
  box-shadow: none !important;
}
.c-contact form td input[type=radio] {
  width: 20px;
  height: 20px;
}
.c-contact form td textarea {
  border: solid 1px #ccc !important;
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 15px !important;
  min-height: 260px !important;
  width: 100% !important;
  box-sizing: border-box;
  background: #fff !important;
  box-shadow: none !important;
}
.c-contact form td input[type=button],
.c-contact form td input[type=submit],
.c-contact form td button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-contact form td .mgb-5 {
  margin-bottom: 5px;
  display: block;
}
.c-contact form td .size_1 {
  width: 100% !important;
}
.c-contact form td .size_2 {
  width: 50%;
}
.c-contact form td .size_3 {
  width: 33.333% !important;
  margin-right: 20px;
}
.c-contact form td .size_4 {
  width: 40% !important;
}
.c-contact form td select {
  border-radius: 4px;
  font-size: 1.6rem;
  padding: 15px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select_arrow.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  box-sizing: border-box;
  background: #fff;
  box-shadow: none;
  border: solid 1px #ccc;
}
.c-contact form td #contact #other {
  display: inline-block;
}
.c-contact form .form_radio {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-contact form .privacy-box {
  text-align: center;
}
.c-contact form .privacy-box .privacy-txt {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.c-contact form .privacy-box .privacy-txt .error {
  font-size: 17px;
  padding: 6px 18px;
  margin-left: 12px;
}
.c-contact form .privacy-box .privacy-promise {
  margin-bottom: 30px;
  line-height: 1.7;
}
.c-contact form .privacy-box .privacy-promise a {
  display: inline-block;
  color: #2f6fae;
}
.c-contact form .privacy-box .privacy-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 50px;
}
.c-contact form .privacy-box .privacy-check input {
  border: 1px solid #a4a4a4;
  border-radius: 4px;
  width: 20px;
  height: 20px;
}
.c-contact form .privacy-box .privacy-check label {
  line-height: 1.7;
}
.c-contact form .btn-wrap {
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.c-contact form .btn-wrap::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-left: none;
  border-bottom: none;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}
.c-contact form .btn-wrap .contact-btn {
  color: #fff;
  font-weight: bold;
  padding: 20px 40px;
  background: #eb0707;
  transition: 0.6s;
  box-shadow: 0 3px 0 #8d0d13;
  border-radius: 50px;
}
.c-contact form .btn-wrap .contact-btn:hover {
  opacity: 0.8;
}
.c-contact form .guest_block {
  display: none;
}

@media (max-width: 834px) {
  .c-contact .bg-perple {
    padding: 30px 0;
  }
  .c-contact form {
    padding: 8px 16px 32px;
  }
  .c-contact form .form-table {
    width: 100%;
    margin-bottom: 27px;
  }
  .c-contact form tr {
    display: flex;
    flex-direction: column;
  }
  .c-contact form th {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    padding: 15px;
    border: none;
  }
  .c-contact form th label {
    font-size: 14px;
    margin-right: 15px;
  }
  .c-contact form .error {
    font-size: 14px;
    color: #fff;
    padding: 6px 14px;
  }
  .c-contact form td {
    width: 100%;
    padding: 10px 0 20px;
  }
  .c-contact form td.radios {
    height: unset;
  }
  .c-contact form td.td-date {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .c-contact form td .size_2 {
    width: 100%;
  }
  .c-contact form td .size_3 {
    width: 100% !important;
    margin-right: 0;
  }
  .c-contact form td .size_4 {
    width: 100% !important;
  }
  .c-contact form .form-table {
    margin-bottom: 15px;
  }
  .c-contact form .privacy-box .privacy-txt {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .c-contact form .privacy-box .privacy-txt .error {
    font-size: 15px;
    padding: 6px 14px;
  }
  .c-contact form .privacy-box .privacy-check {
    margin-bottom: 40px;
  }
  .c-contact form .privacy-box .privacy-promise {
    text-align: left;
    margin-bottom: 20px;
  }
  .c-contact form .btn-wrap {
    width: 100%;
  }
  .c-contact form .btn-wrap .contact-btn {
    padding: 20px 5px;
    width: 100%;
    font-size: 1.4rem;
  }
}
@media (max-width: 430px) {
  .c-contact form {
    padding: 8px 16px 32px;
  }
  .c-contact form .privacy-box .privacy-check {
    gap: 10px;
  }
  .c-contact form .privacy-box .privacy-check input {
    width: 18px;
    height: 18px;
  }
  .c-contact form .privacy-box .privacy-check label {
    font-size: 15px;
  }
  .c-contact .c-contact__tel {
    margin-bottom: 30px;
  }
  .c-contact .c-contact__tel-title {
    padding: 10px 20px;
    display: block;
  }
}
.c-pagetop {
  cursor: pointer;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 0px 9px 0px rgba(76, 76, 76, 0.64);
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.3s;
  z-index: 101;
}
.c-pagetop .icon-container {
  width: 35px;
}
.c-pagetop .c-pagetop__text {
  font-size: clamp(1.6rem, 4vw, 1.8rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin-bottom: 15px;
  color: #2f6fae;
}
.c-pagetop .c-pagetop__text::before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: clamp(3rem, 4vw, 6rem);
  position: absolute;
  top: 0;
}

@media (max-width: 1024px) {
  .c-pagetop {
    width: 75px;
    height: 75px;
    right: 50px;
  }
}
@media (max-width: 768px) {
  .c-pagetop {
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 10px;
  }
  .c-pagetop .c-pagetop__text {
    padding-top: 20px;
    margin-bottom: 10px;
  }
  .c-pagetop .icon-container {
    width: 20px;
  }
}
.c-sp-cta {
  width: 100%;
  display: flex;
  justify-content: space-around;
  background: #fff;
  box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
}
.c-sp-cta li {
  width: calc(50% - 15px);
  height: 60px;
  line-height: 60px;
}
.c-sp-cta li.cta-tel {
  background: #eb0707;
}
.c-sp-cta li.cta-tel .tel_anime {
  width: 30px;
  height: 30px;
  position: relative;
}
.c-sp-cta li.cta-tel .tel_anime svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}
.c-sp-cta li.cta-tel a {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.c-sp-cta li.cta-mail {
  background: #f59e2d;
}
.c-sp-cta li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
}
.c-sp-cta li .icon-container {
  width: 20px;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

@media (min-width: 835px) {
  .fixed_bottom_sp {
    display: none;
  }
}