@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Onest:wght@100..900&family=Shippori+Mincho&family=Zen+Old+Mincho&display=swap");
@font-face {
  font-family: "noto-sans-cjk";
  src: url(../fonts/NotoSansCJKjp-VF.otf);
}
@font-face {
  font-family: "hiragino-kaku-proN-w3";
  src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W3_0.otf);
}
@font-face {
  font-family: "hiragino-kaku-proN-w6";
  src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W6_0.otf);
}
/**
* @file _reset.scss
**/
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  border: 0;
}

a {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

*::-moz-selection {
  background: #826F34;
  color: white;
}

*::selection {
  background: #826F34;
  color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin-bottom: 0;
}

ol,
ul {
  list-style: none;
}

*:focus {
  outline: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

button {
  cursor: pointer;
  border: 0;
  outline: none;
}

table td,
table th {
  padding: 0;
  border: 0;
}

img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

input:focus {
  outline: 0;
}

td,
th,
tr {
  vertical-align: middle;
}

*,
dd,
dl,
dt,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
img,
ol,
picture,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

textarea {
  resize: vertical;
}

fieldset,
legend {
  padding: 0;
}

figure {
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
* @file _common.scss
**/
.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}

.is-sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .is-sp {
    display: block !important;
  }
}

.l-common {
  max-width: 393px;
  margin: 0 auto;
}

@font-face {
  font-family: "noto-sans-cjk";
  src: url(../fonts/NotoSansCJKjp-VF.otf);
}
@font-face {
  font-family: "hiragino-kaku-proN-w3";
  src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W3_0.otf);
}
@font-face {
  font-family: "hiragino-kaku-proN-w6";
  src: url(../fonts/Hiragino\ Kaku\ Gothic\ ProN\ W6_0.otf);
}
.c-header {
  position: relative;
  height: 80px;
  background-color: white;
}
@media screen and (max-width: 767px) {
  .c-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 999;
  }
}
.c-header__inner {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  background: white;
}
@media screen and (max-width: 767px) {
  .c-header__inner {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
  }
}
.c-header__logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.c-header__contact {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .c-header__contact {
    position: relative;
  }
  .c-header__contact.is-sp {
    display: flex !important;
    align-items: center;
  }
}
.c-header__contact .__inner {
  background: #987B4A;
  padding: 27px 29px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.c-header__contact .__inner p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  color: white;
}

.c-contact {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 36px;
}
.c-contact__ttl {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.c-contact__btn {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 455px;
  height: 70px;
  background: linear-gradient(269.71deg, #FF5E00 0.26%, #FF8800 50%, #FF5E00 99.75%);
  border: solid 2px white;
  box-shadow: 4px 4px 8px 0px #A8B6C5;
  gap: 4px;
  border-radius: 35px;
}
@media screen and (max-width: 767px) {
  .c-contact__btn {
    width: 335px;
  }
}
.c-contact__btn span {
  width: 36px;
  height: 36px;
  background: white;
  border-radius: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #FF5E00;
}
.c-contact__btn p {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
  box-shadow: 0px 0px 8px 0px rgba(255, 94, 0, 0.5019607843);
}
.c-contact__caution {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.c-contact__caution span {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0%;
  color: #FF5E00;
}

.c-footer {
  background: #1F2E55;
  padding: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 9px;
}
.c-footer__link {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: white;
}
.c-footer__copy {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

.c-dl {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
  z-index: -99;
  transition: opacity 0.35s ease;
  opacity: 0;
  height: 100%;
  /* Firefox */
}
@media screen and (max-width: 767px) {
  .c-dl {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 53px 20px;
    height: 100%;
  }
}
.c-dl.active {
  opacity: 1;
  z-index: 999;
  transition: opacity 0.35s ease;
}
.c-dl__inner {
  position: relative;
  width: 100%;
  background: white;
  padding: 50px 100px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  height: calc(100vh - 106px);
  overflow-y: auto;
  margin-top: 53px;
}
@media screen and (max-width: 767px) {
  .c-dl__inner {
    padding: 54px 20px;
    margin-top: 0;
  }
}
.c-dl__inner::-webkit-scrollbar {
  display: none;
}
.c-dl .__items {
  display: flex;
  flex-direction: column;
}
.c-dl__close {
  position: fixed;
  right: 20px;
  top: 74px;
  cursor: pointer;
  z-index: 90;
}
@media screen and (max-width: 767px) {
  .c-dl__close {
    top: 37px;
    right: 8px;
  }
}
.c-dl .__ttl {
  background: #1F2D50;
  padding: 9px;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: white;
  text-align: center;
}
.c-dl .__item {
  padding-top: 18px;
  padding-bottom: 18px;
  border-bottom: solid 1px #1F2D50;
}
.c-dl .__item--ttl {
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.c-dl .__item--des {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.c-dl .__item--date {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.c-dl .__item--name {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.c-dl .__intro {
  width: 100%;
  max-width: 295px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.c-dl .__intro__subttl {
  background: #DBE4ED;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
  width: 100%;
}
.c-dl .__intro__ttl {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.c-dl .__cnt {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  padding-top: 54px;
  padding-bottom: 54px;
}
.c-dl__bg {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
}
.c-dl__bg.active {
  display: block;
  pointer-events: none;
}

.p-cancer02 {
  position: relative;
  z-index: 10;
}
.p-cancer02::after {
  content: "";
  background-color: rgba(41, 129, 196, 0.6980392157);
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  width: 150px;
  height: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-cancer02::after {
    width: 100%;
    height: 50px;
  }
}
.p-cancer02__inner {
  background: rgba(41, 129, 196, 0.6980392157);
  padding-top: 54px;
  padding-bottom: 36px;
}
@media screen and (max-width: 767px) {
  .p-cancer02__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-cancer02__subttl {
  margin-top: 9px;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.p-cancer02__subttl span {
  color: #FCFF3D;
}
.p-cancer02__items {
  margin-top: 9px;
  box-shadow: 4px 4px 8px 0px rgba(31, 45, 80, 0.1490196078);
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 16px;
  padding: 36px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: white;
}
@media screen and (max-width: 767px) {
  .p-cancer02__items {
    padding: 36px 35px;
    margin-top: 18px;
  }
}
.p-cancer02__item {
  display: flex;
  align-items: center;
  gap: 9px;
}
.p-cancer02__item p {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.p-cancer02__item p span {
  position: relative;
  z-index: 1;
}
.p-cancer02__item p span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: #FCFF3D;
  z-index: -1;
}

.p-contact02 {
  background: #F7F9FB;
  padding: 60px 10px;
}
.p-contact02__subttl {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #1F2D50;
  position: relative;
  z-index: 10;
}
.p-contact02__subttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 107px;
  height: 1px;
  background: #1F2D50;
}
.p-contact02__ttl {
  margin-top: 9px;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #1F2D50;
}

.p-clinic {
  padding: 60px 20px;
  background: url(../images/clinic_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
}
.p-clinic__subttl {
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #1F2D50;
  position: relative;
  z-index: 10;
}
.p-clinic__subttl::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 76px;
  height: 1px;
  background: #1F2D50;
}
.p-clinic__ttl {
  margin-top: 9px;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #1F2D50;
}
.p-clinic__des {
  margin-top: 9px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 200%;
  letter-spacing: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clinic__des {
    text-align: left;
  }
}
.p-clinic__items {
  margin-top: 27px;
  display: flex;
  justify-content: center;
  gap: 47px;
}
@media screen and (max-width: 767px) {
  .p-clinic__items {
    gap: 36px;
    flex-direction: column;
  }
}
.p-clinic__item {
  width: 335px;
}
@media screen and (max-width: 767px) {
  .p-clinic__item {
    width: 100%;
  }
}
.p-clinic__item .__ttl {
  background: #1F2D50;
  padding: 18px 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
.p-clinic__item .__des {
  margin-top: 9px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
}

.p-contact02 .__container .p-contact_main {
  margin-top: 32px;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.p-contact02 .__container .p-contact_main .__form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 9px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__item-ttl .__must {
  width: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
  background: #FF5E00;
  color: #FFFFFF;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__item-ttl .__any {
  width: 40px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
  border: solid 1px #1F2D50;
  background: #D9D9D9;
  color: #1F2D50;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__item-ttl span {
  color: #1F2D50;
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input {
  width: 540px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input .wpcf7-not-valid-tip {
  display: none;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input .__error {
  display: none;
  font-family: "noto-sans-cjk";
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #FF5E00;
  margin-top: 9px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input .wpcf7-form-control-wrap:has(.wpcf7-not-valid-tip) + .__error {
  display: block;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input label {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input label:has(.wpcf7-form-control-wrap):has(.wpcf7-not-valid-tip) + .__error {
  display: block;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input:first-child {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item .__input:last-child {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input[type=text] {
  width: 100%;
  height: 45px;
  border: solid 1px #1F2D50;
  padding: 0 10px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
  background: white;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input[type=email] {
  width: 100%;
  height: 45px;
  border: solid 1px #1F2D50;
  padding: 0 10px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
  background: white;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input[type=radio] {
  accent-color: #1F2D50;
  width: 20px;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input[type=checkbox] {
  accent-color: #1F2D50;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item textarea {
  width: 100%;
  border: solid 1px #1F2D50;
  padding: 10px;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
  background: white;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input::-moz-placeholder, .p-contact02 .__container .p-contact_main .__form .p-contact_item textarea::-moz-placeholder {
  font-family: "noto-sans-cjk";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  opacity: 0.3;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input::placeholder,
.p-contact02 .__container .p-contact_main .__form .p-contact_item textarea::placeholder {
  font-family: "noto-sans-cjk";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  opacity: 0.3;
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input:not(:-moz-placeholder), .p-contact02 .__container .p-contact_main .__form .p-contact_item textarea:not(:-moz-placeholder) {
  border: solid 1.5px #2981C4;
  background: rgba(41, 129, 196, 0.1019607843);
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input:not(:placeholder-shown),
.p-contact02 .__container .p-contact_main .__form .p-contact_item textarea:not(:placeholder-shown) {
  border: solid 1.5px #2981C4;
  background: rgba(41, 129, 196, 0.1019607843);
}
.p-contact02 .__container .p-contact_main .__form .p-contact_item input.wpcf7-not-valid {
  background: rgba(255, 94, 0, 0.1019607843) !important;
  border: solid 1.5px #FF5E00 !important;
}
.p-contact02 .__container .p-contact_main .__privacy {
  margin-top: 60px;
}
.p-contact02 .__container .p-contact_main .__privacy .__privacy-link a {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: #1F2D50;
}
.p-contact02 .__container .p-contact_main .__privacy .__privacy-link span {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
}
.p-contact02 .__container .p-contact_main .__privacy .__checkbox {
  margin-top: 8px;
}
.p-contact02 .__container .p-contact_main .__privacy .__checkbox label {
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  color: #1F2D50;
}
.p-contact02 .__container .p-contact_main .__main-btn {
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(255.65deg, #2981C4 16.73%, #41BEB9 81.98%);
  font-family: "noto-sans-cjk";
  font-weight: 700;
  font-style: Bold;
  font-size: 27px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 10%;
  color: white;
  cursor: pointer;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__time {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background-image: url(../img/Top/bg-allwatch.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 180px;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__time .all_time {
  color: #987B4A;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Shippori Mincho B1", serif;
  font-size: 27.182px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  background-image: url(../img/Top/bg-time.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 12px;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__time .possible_time {
  color: #987B4A;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__wrapper {
  display: flex;
  align-items: stretch;
  gap: 10px;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #987B4A;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  padding: 10px 30px;
  background-color: white;
  border-radius: 300px;
  border: 1px solid #987B4A;
  text-decoration: none;
  position: relative;
  width: 100%;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 0;
  border-radius: 100px;
  background: #987B4A;
  transition: all 0.3s;
  z-index: 1;
  top: 0;
  left: auto;
  right: 0;
  opacity: 0;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link .__btn-span {
  transition: color 0.3s;
  position: relative;
  z-index: 5;
  color: #987B4A;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Shippori Mincho B1", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link .__btn-span .__span {
  color: #987B4A;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Shippori Mincho B1", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link svg {
  position: absolute;
  top: 30%;
  right: 40px;
  z-index: 5;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link svg circle {
  transition: fill 0.3s;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link svg path {
  transition: fill 0.3s;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link:hover::after {
  width: 100%;
  right: auto;
  opacity: 1;
  left: 0;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link:hover .__btn-span {
  color: #fff;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link:hover .__btn-span .__span {
  color: #fff;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link:hover .__btn-span .wpcf7-submit {
  color: white;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link:hover svg circle {
  fill: #fff;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__link:hover svg path {
  fill: #987B4A !important;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__phone {
  display: flex;
  align-items: stretch;
  background-color: white;
  border-radius: 300px;
  border: 1px solid #987B4A;
  text-decoration: none;
  white-space: nowrap;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-label {
  position: relative;
  padding: 19px 30px;
  background-color: #987B4A;
  border-radius: 100px 0 0 100px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
  color: white;
  text-align: center;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% - 1px);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #987B4A;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding: 7px 21px;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-number {
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0em;
  color: #987B4A;
}
.p-contact02 .__container .p-contact_main .__main-btn .__main-btn__phone .__phone-time {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0em;
  color: #987B4A;
}
.p-contact02 .__container .p-contact_main .wpcf7-list-item {
  margin-left: 0 !important;
}
.p-contact02 .__container .p-contact_main select {
  height: 45px;
  border: solid 1px #1F2D50;
  width: 100%;
  padding-left: 36px;
  font-family: "noto-sans-cjk";
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #1F2D50;
}

.p-contact02 {
  padding: 60px 20px !important;
}

.p-feature__item .__flex .__withtext {
  flex-direction: column;
  background: white;
  margin-top: 18px;
  margin-left: 32px;
  margin-right: 32px;
}
.p-feature__item .__flex .__withtext img {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-feature__item .__flex .__withtext img {
    padding: 18px 32px;
  }
}
.p-feature__item .__flex .__withtext .__ext02 {
  width: 100%;
  height: 51px;
  background: linear-gradient(90deg, #2981C4 0%, #41BEB9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "hiragino-kaku-proN-w6";
  font-weight: 600;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 180%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}

@media screen and (max-width: 768px) {
  .p-contact02 .__container .p-contact_main {
    margin-top: 40px;
  }
  .p-contact02 .__container .p-contact_main .__form {
    gap: 30px;
  }
  .p-contact02 .__container .p-contact_main .__form .p-contact_item {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .p-contact02 .__container .p-contact_main .__form .p-contact_item .__input {
    width: 100%;
    flex-direction: column;
    gap: 8px;
  }
  .p-contact02 .__container .p-contact_main .__form .p-contact_item .__input:first-child {
    flex-direction: column;
    gap: 8px;
  }
  .p-contact02 .__container .p-contact_main .__form .p-contact_item .__input:last-child {
    flex-direction: column;
    gap: 8px;
  }
  .p-contact02 .__container .p-contact_main .__privacy {
    margin-top: 30px;
  }
  .p-contact02 .__container .p-contact_main .__privacy .__checkbox {
    margin-top: 10px;
  }
  .p-contact02 .__container .p-contact_main .__main-btn {
    margin-top: 40px !important;
  }
  .p-contact02 .__container .p-contact_main .__main-btn .__main-btn__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .p-contact02 .__container .p-contact_main select {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1100px) {
  .p-contact02 .__container .p-contact_main .__form {
    width: 100%;
  }
}/*# sourceMappingURL=cancer.css.map */