@charset "UTF-8";
/* ----------------------------------------------------------- */
/* color変数定義 */
/* ----------------------------------------------------------- */
/* サイトカラー */
/* グラデーション用 */
body * {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
}

ul, dl, ol {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  color: #c4a961;
}

li {
  list-style: none;
}

main {
  overflow: clip;
}

body {
  counter-reset: number 0;
}

.mt_1rem {
  margin-top: 1rem;
}

.mb_1rem {
  margin-bottom: 1rem;
}

.pt_1rem {
  padding-top: 1rem;
}

.pb_1rem {
  padding-bottom: 1rem;
}

.mt_2rem {
  margin-top: 2rem;
}

.mb_2rem {
  margin-bottom: 2rem;
}

.pt_2rem {
  padding-top: 2rem;
}

.pb_2rem {
  padding-bottom: 2rem;
}

.mt_3rem {
  margin-top: 3rem;
}

.mb_3rem {
  margin-bottom: 3rem;
}

.pt_3rem {
  padding-top: 3rem;
}

.pb_3rem {
  padding-bottom: 3rem;
}

.mt_4rem {
  margin-top: 4rem;
}

.mb_4rem {
  margin-bottom: 4rem;
}

.pt_4rem {
  padding-top: 4rem;
}

.pb_4rem {
  padding-bottom: 4rem;
}

.mt_5rem {
  margin-top: 5rem;
}

.mb_5rem {
  margin-bottom: 5rem;
}

.pt_5rem {
  padding-top: 5rem;
}

.pb_5rem {
  padding-bottom: 5rem;
}

.mt_6rem {
  margin-top: 6rem;
}

.mb_6rem {
  margin-bottom: 6rem;
}

.pt_6rem {
  padding-top: 6rem;
}

.pb_6rem {
  padding-bottom: 6rem;
}

.mt_7rem {
  margin-top: 7rem;
}

.mb_7rem {
  margin-bottom: 7rem;
}

.pt_7rem {
  padding-top: 7rem;
}

.pb_7rem {
  padding-bottom: 7rem;
}

.mt_8rem {
  margin-top: 8rem;
}

.mb_8rem {
  margin-bottom: 8rem;
}

.pt_8rem {
  padding-top: 8rem;
}

.pb_8rem {
  padding-bottom: 8rem;
}

.mt_9rem {
  margin-top: 9rem;
}

.mb_9rem {
  margin-bottom: 9rem;
}

.pt_9rem {
  padding-top: 9rem;
}

.pb_9rem {
  padding-bottom: 9rem;
}

.mt_10rem {
  margin-top: 10rem;
}

.mb_10rem {
  margin-bottom: 10rem;
}

.pt_10rem {
  padding-top: 10rem;
}

.pb_10rem {
  padding-bottom: 10rem;
}

.mt_11rem {
  margin-top: 11rem;
}

.mb_11rem {
  margin-bottom: 11rem;
}

.pt_11rem {
  padding-top: 11rem;
}

.pb_11rem {
  padding-bottom: 11rem;
}

.mt_12rem {
  margin-top: 12rem;
}

.mb_12rem {
  margin-bottom: 12rem;
}

.pt_12rem {
  padding-top: 12rem;
}

.pb_12rem {
  padding-bottom: 12rem;
}

.mt_13rem {
  margin-top: 13rem;
}

.mb_13rem {
  margin-bottom: 13rem;
}

.pt_13rem {
  padding-top: 13rem;
}

.pb_13rem {
  padding-bottom: 13rem;
}

.mt_14rem {
  margin-top: 14rem;
}

.mb_14rem {
  margin-bottom: 14rem;
}

.pt_14rem {
  padding-top: 14rem;
}

.pb_14rem {
  padding-bottom: 14rem;
}

.mt_15rem {
  margin-top: 15rem;
}

.mb_15rem {
  margin-bottom: 15rem;
}

.pt_15rem {
  padding-top: 15rem;
}

.pb_15rem {
  padding-bottom: 15rem;
}

.mt_16rem {
  margin-top: 16rem;
}

.mb_16rem {
  margin-bottom: 16rem;
}

.pt_16rem {
  padding-top: 16rem;
}

.pb_16rem {
  padding-bottom: 16rem;
}

.mt_17rem {
  margin-top: 17rem;
}

.mb_17rem {
  margin-bottom: 17rem;
}

.pt_17rem {
  padding-top: 17rem;
}

.pb_17rem {
  padding-bottom: 17rem;
}

.mt_18rem {
  margin-top: 18rem;
}

.mb_18rem {
  margin-bottom: 18rem;
}

.pt_18rem {
  padding-top: 18rem;
}

.pb_18rem {
  padding-bottom: 18rem;
}

.mt_19rem {
  margin-top: 19rem;
}

.mb_19rem {
  margin-bottom: 19rem;
}

.pt_19rem {
  padding-top: 19rem;
}

.pb_19rem {
  padding-bottom: 19rem;
}

.mt_20rem {
  margin-top: 20rem;
}

.mb_20rem {
  margin-bottom: 20rem;
}

.pt_20rem {
  padding-top: 20rem;
}

.pb_20rem {
  padding-bottom: 20rem;
}

.ws_no {
  white-space: nowrap;
}

.ms-n1 {
  margin-left: -0.25rem;
}

.ms-n2 {
  margin-left: -0.5rem;
}

.ms-n3 {
  margin-left: -1rem;
}

.ms-n4 {
  margin-left: -1.5rem;
}

.ms-n5 {
  margin-left: -3rem;
}

.mt-n1 {
  margin-top: -0.25rem;
}

.mt-n2 {
  margin-top: -0.5rem;
}

.mt-n3 {
  margin-top: -1rem;
}

.mt-n4 {
  margin-top: -1.5rem;
}

.mt-n5 {
  margin-top: -3rem;
}

.py_80px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.my_80px {
  margin-top: 80px;
  margin-bottom: 80px;
}

.mt_80px {
  margin-top: 80px;
}

.mb_80px {
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  .py_md_80px {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .my_md_100px {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .mt_md_100px {
    margin-top: 100px;
  }
  .mb_md_100px {
    margin-bottom: 100px;
  }
}
.container_max960px {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container_md_max960px {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
    max-width: 960px;
    margin: 0 auto;
  }
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1140px;
}

.full_width {
  width: 100vw;
  margin-inline: calc(50% - 50cqi);
}

body * {
  color: #060737;
}

.cMain {
  color: #060737;
}

.cSub_blue {
  color: #23467b;
}

.cSub_gold {
  color: #b58f5a;
}

.cGold {
  color: #c4a961;
}

.cBlack {
  color: rgb(20, 20, 20);
}

.cWhite {
  color: rgb(255, 255, 255);
}

.cRed {
  color: #e03b27;
}

.cMintGreen {
  color: #70c7ab;
}

.cNightBlue {
  color: #2ca0a0;
}

.bg_cMain {
  background-color: #060737;
}

.bg_cSub_blue {
  background-color: #23467b;
}

.bg_cGold {
  background-color: #c4a961;
}

.bg_cBlack {
  background-color: rgb(20, 20, 20);
}

.bg_cWhite {
  background-color: rgb(255, 255, 255);
}

.bg_cLightBlue01 {
  background-color: #d6e3f2;
}

.bg_cLightBlue02 {
  background-color: #eaf1f8;
}

.bg_cLightGray01 {
  background-color: #edf0f4;
}

.bg_cLightGray02 {
  background-color: #f7f7f7;
}

.bg_grd_cLightBlue_45deg {
  background: linear-gradient(45deg, #D6E3F2 0%, #EAF1F8 100%);
}

.bg_cLightBlue {
  background-color: #B0E0E6;
}

.bg_cNightBlue {
  background-color: #2ca0a0;
}

.bg_cLightGreen {
  background-color: #e6f6e5;
}

.bg_cLightGreen02 {
  background-color: #f2fbf2;
}

.bg_cMintGreen {
  background-color: #70c7ab;
}

.bg_cLightYellow {
  background-color: #fff9a5;
}

.bdr_cMain_1px_solid {
  border: 1px solid #060737;
}

.bdr_cSub_blue_1px_solid {
  border: 1px solid #23467b;
}

.bdr_cLightBlue_1px_solid {
  border: 1px solid #d6e3f2;
}

.bdr_cLightBlue_2px_solid {
  border: 2px solid #d6e3f2;
}

.bdrLt_cMain_2px_solid {
  border-left: 2px solid #060737;
}

.bdrTp_cGold_1px_solid {
  border-top: 1px solid #c4a961;
}

.bdrTp_cGold_2px_solid {
  border-top: 2px solid #c4a961;
}

.bdrTp_cLightBlue03_1px_solid {
  border-top: 1px solid #A2BADB;
}

.bdrTp_cSub_blue_1px_solid {
  border-top: 1px solid #23467b;
}

.bdrBt_cMain_1px_solid {
  border-bottom: 1px solid #060737;
}

.bdrBt_cGold_1px_solid {
  border-bottom: 1px solid #c4a961;
}

.bdrBt_cGold_2px_solid {
  border-bottom: 2px solid #c4a961;
}

.bdrBt_cSub_blue_1px_solid {
  border-bottom: 1px solid #23467b;
}

.bdrBt_cLightBlue03_1px_solid {
  border-bottom: 1px solid #A2BADB;
}

.fc_en {
  font-family: "Lora", serif;
}

.fc_num {
  font-family: "Lora", serif;
}

.fc_shippori_mincho {
  font-family: "Manrope", serif;
}

.fc_noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.fs_0 {
  font-size: 0;
}

.fs_10 {
  font-size: 0.625rem;
}

.fs_11 {
  font-size: 0.6875rem;
}

.fs_12 {
  font-size: 0.75rem;
}

.fs_13 {
  font-size: 0.8125rem;
}

.fs_14 {
  font-size: 0.875rem;
}

.fs_15 {
  font-size: 0.9375rem;
}

.fs_16 {
  font-size: 1rem;
}

.fs_17 {
  font-size: 1.0625rem;
}

.fs_18 {
  font-size: 1.125rem;
}

.fs_19 {
  font-size: 1.1875rem;
}

.fs_20 {
  font-size: 1.25rem;
}

.fs_21 {
  font-size: 1.3125rem;
}

.fs_22 {
  font-size: 1.375rem;
}

.fs_23 {
  font-size: 1.4375rem;
}

.fs_24 {
  font-size: 1.5rem;
}

.fs_25 {
  font-size: 1.5625rem;
}

.fs_26 {
  font-size: 1.625rem;
}

.fs_27 {
  font-size: 1.6875rem;
}

.fs_28 {
  font-size: 1.75rem;
}

.fs_29 {
  font-size: 1.8125rem;
}

.fs_30 {
  font-size: 1.875rem;
}

.fs_31 {
  font-size: 1.9375rem;
}

.fs_32 {
  font-size: 2rem;
}

.fs_33 {
  font-size: 2.0625rem;
}

.fs_34 {
  font-size: 2.125rem;
}

.fs_35 {
  font-size: 2.1875rem;
}

.fs_36 {
  font-size: 2.25rem;
}

.fs_37 {
  font-size: 2.3125rem;
}

.fs_38 {
  font-size: 2.375rem;
}

.fs_39 {
  font-size: 2.4375rem;
}

.fs_40 {
  font-size: 2.5rem;
}

.fs_41 {
  font-size: 2.5625rem;
}

.fs_42 {
  font-size: 2.625rem;
}

.fs_43 {
  font-size: 2.6875rem;
}

.fs_44 {
  font-size: 2.75rem;
}

.fs_45 {
  font-size: 2.8125rem;
}

.fs_46 {
  font-size: 2.875rem;
}

.fs_47 {
  font-size: 2.9375rem;
}

.fs_48 {
  font-size: 3rem;
}

.fs_49 {
  font-size: 3.0625rem;
}

.fs_50 {
  font-size: 3.125rem;
}

.fs_51 {
  font-size: 3.1875rem;
}

.fs_52 {
  font-size: 3.25rem;
}

.fs_53 {
  font-size: 3.3125rem;
}

.fs_54 {
  font-size: 3.375rem;
}

.fs_55 {
  font-size: 3.4375rem;
}

.fs_56 {
  font-size: 3.5rem;
}

.fs_57 {
  font-size: 3.5625rem;
}

.fs_58 {
  font-size: 3.625rem;
}

.fs_59 {
  font-size: 3.6875rem;
}

.fs_60 {
  font-size: 3.75rem;
}

.fs_61 {
  font-size: 3.8125rem;
}

.fs_62 {
  font-size: 3.875rem;
}

.fs_63 {
  font-size: 3.9375rem;
}

.fs_64 {
  font-size: 4rem;
}

.fs_65 {
  font-size: 4.0625rem;
}

.fs_66 {
  font-size: 4.125rem;
}

.fs_67 {
  font-size: 4.1875rem;
}

.fs_68 {
  font-size: 4.25rem;
}

.fs_69 {
  font-size: 4.3125rem;
}

.fs_70 {
  font-size: 4.375rem;
}

@media screen and (min-width: 768px) {
  .fs_md_10 {
    font-size: 0.625rem;
  }
  .fs_md_11 {
    font-size: 0.6875rem;
  }
  .fs_md_12 {
    font-size: 0.75rem;
  }
  .fs_md_13 {
    font-size: 0.8125rem;
  }
  .fs_md_14 {
    font-size: 0.875rem;
  }
  .fs_md_15 {
    font-size: 0.9375rem;
  }
  .fs_md_16 {
    font-size: 1rem;
  }
  .fs_md_17 {
    font-size: 1.0625rem;
  }
  .fs_md_18 {
    font-size: 1.125rem;
  }
  .fs_md_19 {
    font-size: 1.1875rem;
  }
  .fs_md_20 {
    font-size: 1.25rem;
  }
  .fs_md_21 {
    font-size: 1.3125rem;
  }
  .fs_md_22 {
    font-size: 1.375rem;
  }
  .fs_md_23 {
    font-size: 1.4375rem;
  }
  .fs_md_24 {
    font-size: 1.5rem;
  }
  .fs_md_25 {
    font-size: 1.5625rem;
  }
  .fs_md_26 {
    font-size: 1.625rem;
  }
  .fs_md_27 {
    font-size: 1.6875rem;
  }
  .fs_md_28 {
    font-size: 1.75rem;
  }
  .fs_md_29 {
    font-size: 1.8125rem;
  }
  .fs_md_30 {
    font-size: 1.875rem;
  }
  .fs_md_31 {
    font-size: 1.9375rem;
  }
  .fs_md_32 {
    font-size: 2rem;
  }
  .fs_md_33 {
    font-size: 2.0625rem;
  }
  .fs_md_34 {
    font-size: 2.125rem;
  }
  .fs_md_35 {
    font-size: 2.1875rem;
  }
  .fs_md_36 {
    font-size: 2.25rem;
  }
  .fs_md_37 {
    font-size: 2.3125rem;
  }
  .fs_md_38 {
    font-size: 2.375rem;
  }
  .fs_md_39 {
    font-size: 2.4375rem;
  }
  .fs_md_40 {
    font-size: 2.5rem;
  }
  .fs_md_41 {
    font-size: 2.5625rem;
  }
  .fs_md_42 {
    font-size: 2.625rem;
  }
  .fs_md_43 {
    font-size: 2.6875rem;
  }
  .fs_md_44 {
    font-size: 2.75rem;
  }
  .fs_md_45 {
    font-size: 2.8125rem;
  }
  .fs_md_46 {
    font-size: 2.875rem;
  }
  .fs_md_47 {
    font-size: 2.9375rem;
  }
  .fs_md_48 {
    font-size: 3rem;
  }
  .fs_md_49 {
    font-size: 3.0625rem;
  }
  .fs_md_50 {
    font-size: 3.125rem;
  }
  .fs_md_51 {
    font-size: 3.1875rem;
  }
  .fs_md_52 {
    font-size: 3.25rem;
  }
  .fs_md_53 {
    font-size: 3.3125rem;
  }
  .fs_md_54 {
    font-size: 3.375rem;
  }
  .fs_md_55 {
    font-size: 3.4375rem;
  }
  .fs_md_56 {
    font-size: 3.5rem;
  }
  .fs_md_57 {
    font-size: 3.5625rem;
  }
  .fs_md_58 {
    font-size: 3.625rem;
  }
  .fs_md_59 {
    font-size: 3.6875rem;
  }
  .fs_md_60 {
    font-size: 3.75rem;
  }
  .fs_md_61 {
    font-size: 3.8125rem;
  }
  .fs_md_62 {
    font-size: 3.875rem;
  }
  .fs_md_63 {
    font-size: 3.9375rem;
  }
  .fs_md_64 {
    font-size: 4rem;
  }
  .fs_md_65 {
    font-size: 4.0625rem;
  }
  .fs_md_66 {
    font-size: 4.125rem;
  }
  .fs_md_67 {
    font-size: 4.1875rem;
  }
  .fs_md_68 {
    font-size: 4.25rem;
  }
  .fs_md_69 {
    font-size: 4.3125rem;
  }
  .fs_md_70 {
    font-size: 4.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .fs_xl_10 {
    font-size: 0.625rem;
  }
  .fs_xl_11 {
    font-size: 0.6875rem;
  }
  .fs_xl_12 {
    font-size: 0.75rem;
  }
  .fs_xl_13 {
    font-size: 0.8125rem;
  }
  .fs_xl_14 {
    font-size: 0.875rem;
  }
  .fs_xl_15 {
    font-size: 0.9375rem;
  }
  .fs_xl_16 {
    font-size: 1rem;
  }
  .fs_xl_17 {
    font-size: 1.0625rem;
  }
  .fs_xl_18 {
    font-size: 1.125rem;
  }
  .fs_xl_19 {
    font-size: 1.1875rem;
  }
  .fs_xl_20 {
    font-size: 1.25rem;
  }
  .fs_xl_21 {
    font-size: 1.3125rem;
  }
  .fs_xl_22 {
    font-size: 1.375rem;
  }
  .fs_xl_23 {
    font-size: 1.4375rem;
  }
  .fs_xl_24 {
    font-size: 1.5rem;
  }
  .fs_xl_25 {
    font-size: 1.5625rem;
  }
  .fs_xl_26 {
    font-size: 1.625rem;
  }
  .fs_xl_27 {
    font-size: 1.6875rem;
  }
  .fs_xl_28 {
    font-size: 1.75rem;
  }
  .fs_xl_29 {
    font-size: 1.8125rem;
  }
  .fs_xl_30 {
    font-size: 1.875rem;
  }
  .fs_xl_31 {
    font-size: 1.9375rem;
  }
  .fs_xl_32 {
    font-size: 2rem;
  }
  .fs_xl_33 {
    font-size: 2.0625rem;
  }
  .fs_xl_34 {
    font-size: 2.125rem;
  }
  .fs_xl_35 {
    font-size: 2.1875rem;
  }
  .fs_xl_36 {
    font-size: 2.25rem;
  }
  .fs_xl_37 {
    font-size: 2.3125rem;
  }
  .fs_xl_38 {
    font-size: 2.375rem;
  }
  .fs_xl_39 {
    font-size: 2.4375rem;
  }
  .fs_xl_40 {
    font-size: 2.5rem;
  }
  .fs_xl_41 {
    font-size: 2.5625rem;
  }
  .fs_xl_42 {
    font-size: 2.625rem;
  }
  .fs_xl_43 {
    font-size: 2.6875rem;
  }
  .fs_xl_44 {
    font-size: 2.75rem;
  }
  .fs_xl_45 {
    font-size: 2.8125rem;
  }
  .fs_xl_46 {
    font-size: 2.875rem;
  }
  .fs_xl_47 {
    font-size: 2.9375rem;
  }
  .fs_xl_48 {
    font-size: 3rem;
  }
  .fs_xl_49 {
    font-size: 3.0625rem;
  }
  .fs_xl_50 {
    font-size: 3.125rem;
  }
  .fs_xl_51 {
    font-size: 3.1875rem;
  }
  .fs_xl_52 {
    font-size: 3.25rem;
  }
  .fs_xl_53 {
    font-size: 3.3125rem;
  }
  .fs_xl_54 {
    font-size: 3.375rem;
  }
  .fs_xl_55 {
    font-size: 3.4375rem;
  }
  .fs_xl_56 {
    font-size: 3.5rem;
  }
  .fs_xl_57 {
    font-size: 3.5625rem;
  }
  .fs_xl_58 {
    font-size: 3.625rem;
  }
  .fs_xl_59 {
    font-size: 3.6875rem;
  }
  .fs_xl_60 {
    font-size: 3.75rem;
  }
  .fs_xl_61 {
    font-size: 3.8125rem;
  }
  .fs_xl_62 {
    font-size: 3.875rem;
  }
  .fs_xl_63 {
    font-size: 3.9375rem;
  }
  .fs_xl_64 {
    font-size: 4rem;
  }
  .fs_xl_65 {
    font-size: 4.0625rem;
  }
  .fs_xl_66 {
    font-size: 4.125rem;
  }
  .fs_xl_67 {
    font-size: 4.1875rem;
  }
  .fs_xl_68 {
    font-size: 4.25rem;
  }
  .fs_xl_69 {
    font-size: 4.3125rem;
  }
  .fs_xl_70 {
    font-size: 4.375rem;
  }
}
.fw_100 {
  font-weight: 100 !important;
}

.fw_200 {
  font-weight: 200 !important;
}

.fw_300 {
  font-weight: 300 !important;
}

.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.fw_700 {
  font-weight: 700 !important;
}

.fw_800 {
  font-weight: 800 !important;
}

.fw_900 {
  font-weight: 900 !important;
}

.ls_n050rem {
  letter-spacing: -0.5rem;
}

.ls_n030rem {
  letter-spacing: -0.3rem;
}

.ls_n020rem {
  letter-spacing: -0.2rem;
}

.ls_n010rem {
  letter-spacing: -0.1rem;
}

.ls_n001rem {
  letter-spacing: -0.01rem;
}

.ls_000rem {
  letter-spacing: 0rem;
}

.ls_005rem {
  letter-spacing: 0.05rem;
}

.ls_010rem {
  letter-spacing: 0.1rem;
}

.ls_015rem {
  letter-spacing: 0.15rem;
}

.ls_020rem {
  letter-spacing: 0.2rem;
}

.ls_025rem {
  letter-spacing: 0.25rem;
}

.ls_030rem {
  letter-spacing: 0.3rem;
}

.ls_035rem {
  letter-spacing: 0.35rem;
}

.ls_040rem {
  letter-spacing: 0.4rem;
}

.ls_045rem {
  letter-spacing: 0.45rem;
}

.ls_050rem {
  letter-spacing: 0.5rem;
}

.lh_000 {
  line-height: 0 !important;
}

.lh_010 {
  line-height: 0.1 !important;
}

.lh_025 {
  line-height: 0.25 !important;
}

.lh_050 {
  line-height: 0.5 !important;
}

.lh_100 {
  line-height: 1 !important;
}

.lh_110 {
  line-height: 1.1 !important;
}

.lh_120 {
  line-height: 1.2 !important;
}

.lh_130 {
  line-height: 1.3 !important;
}

.lh_140 {
  line-height: 1.4 !important;
}

.lh_150 {
  line-height: 1.5 !important;
}

.lh_160 {
  line-height: 1.6 !important;
}

.lh_170 {
  line-height: 1.7 !important;
}

.lh_180 {
  line-height: 1.8 !important;
}

.lh_190 {
  line-height: 1.9 !important;
}

.lh_200 {
  line-height: 2 !important;
}

.lh_250 {
  line-height: 2.5 !important;
}

.lh_300 {
  line-height: 3 !important;
}

.lh_350 {
  line-height: 3.5 !important;
}

.w_1h {
  width: 1.5rem;
}

.w_2h {
  width: 2.5rem;
}

.w_3h {
  width: 3.5rem;
}

.w_4h {
  width: 4.5rem;
}

.w_5h {
  width: 5.5rem;
}

.w_6h {
  width: 6.5rem;
}

.w_7h {
  width: 7.5rem;
}

.w_8h {
  width: 8.5rem;
}

.w_9h {
  width: 9.5rem;
}

.w_10h {
  width: 10.5rem;
}

.w_11h {
  width: 11.5rem;
}

@media screen and (min-width: 768px) {
  .w_md_1h {
    width: 1.5rem;
  }
  .w_md_2h {
    width: 2.5rem;
  }
  .w_md_3h {
    width: 3.5rem;
  }
  .w_md_4h {
    width: 4.5rem;
  }
  .w_md_5h {
    width: 5.5rem;
  }
  .w_md_6h {
    width: 6.5rem;
  }
  .w_md_7h {
    width: 7.5rem;
  }
  .w_md_8h {
    width: 8.5rem;
  }
  .w_md_9h {
    width: 9.5rem;
  }
  .w_md_10h {
    width: 10.5rem;
  }
  .w_md_11h {
    width: 11.5rem;
  }
}
@media screen and (min-width: 992px) {
  .w_lg_1h {
    width: 1.5rem;
  }
  .w_lg_2h {
    width: 2.5rem;
  }
  .w_lg_3h {
    width: 3.5rem;
  }
  .w_lg_4h {
    width: 4.5rem;
  }
  .w_lg_5h {
    width: 5.5rem;
  }
  .w_lg_6h {
    width: 6.5rem;
  }
  .w_lg_7h {
    width: 7.5rem;
  }
  .w_lg_8h {
    width: 8.5rem;
  }
  .w_lg_9h {
    width: 9.5rem;
  }
  .w_lg_10h {
    width: 10.5rem;
  }
  .w_lg_11h {
    width: 11.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .w_xl_1h {
    width: 1.5rem;
  }
  .w_xl_2h {
    width: 2.5rem;
  }
  .w_xl_3h {
    width: 3.5rem;
  }
  .w_xl_4h {
    width: 4.5rem;
  }
  .w_xl_5h {
    width: 5.5rem;
  }
  .w_xl_6h {
    width: 6.5rem;
  }
  .w_xl_7h {
    width: 7.5rem;
  }
  .w_xl_8h {
    width: 8.5rem;
  }
  .w_xl_9h {
    width: 9.5rem;
  }
  .w_xl_10h {
    width: 10.5rem;
  }
  .w_xl_11h {
    width: 11.5rem;
  }
}
.h_1h {
  height: 1.5rem;
}

.h_2h {
  height: 2.5rem;
}

.h_3h {
  height: 3.5rem;
}

.h_4h {
  height: 4.5rem;
}

.h_5h {
  height: 5.5rem;
}

.h_6h {
  height: 6.5rem;
}

.h_7h {
  height: 7.5rem;
}

.h_8h {
  height: 8.5rem;
}

.h_9h {
  height: 9.5rem;
}

.h_10h {
  height: 10.5rem;
}

.h_11h {
  height: 11.5rem;
}

@media screen and (min-width: 768px) {
  .h_md_1h {
    height: 1.5rem;
  }
  .h_md_2h {
    height: 2.5rem;
  }
  .h_md_3h {
    height: 3.5rem;
  }
  .h_md_4h {
    height: 4.5rem;
  }
  .h_md_5h {
    height: 5.5rem;
  }
  .h_md_6h {
    height: 6.5rem;
  }
  .h_md_7h {
    height: 7.5rem;
  }
  .h_md_8h {
    height: 8.5rem;
  }
  .h_md_9h {
    height: 9.5rem;
  }
  .h_md_10h {
    height: 10.5rem;
  }
  .h_md_11h {
    height: 11.5rem;
  }
}
@media screen and (min-width: 992px) {
  .h_lg_1h {
    height: 1.5rem;
  }
  .h_lg_2h {
    height: 2.5rem;
  }
  .h_lg_3h {
    height: 3.5rem;
  }
  .h_lg_4h {
    height: 4.5rem;
  }
  .h_lg_5h {
    height: 5.5rem;
  }
  .h_lg_6h {
    height: 6.5rem;
  }
  .h_lg_7h {
    height: 7.5rem;
  }
  .h_lg_8h {
    height: 8.5rem;
  }
  .h_lg_9h {
    height: 9.5rem;
  }
  .h_lg_10h {
    height: 10.5rem;
  }
  .h_lg_11h {
    height: 11.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .h_xl_1h {
    height: 1.5rem;
  }
  .h_xl_2h {
    height: 2.5rem;
  }
  .h_xl_3h {
    height: 3.5rem;
  }
  .h_xl_4h {
    height: 4.5rem;
  }
  .h_xl_5h {
    height: 5.5rem;
  }
  .h_xl_6h {
    height: 6.5rem;
  }
  .h_xl_7h {
    height: 7.5rem;
  }
  .h_xl_8h {
    height: 8.5rem;
  }
  .h_xl_9h {
    height: 9.5rem;
  }
  .h_xl_10h {
    height: 10.5rem;
  }
  .h_xl_11h {
    height: 11.5rem;
  }
}
.text_underline {
  text-decoration: underline;
}

.rounded10px {
  border-radius: 0.625rem;
}

.rounded15px {
  border-radius: 0.9375rem;
}

.rounded18px {
  border-radius: 1.125rem;
}

.rounded_top10px {
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
}

.rounded_top15px {
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
}

.rounded_bt10px {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

.rounded_bt15px {
  border-bottom-left-radius: 0.9375rem;
  border-bottom-right-radius: 0.9375rem;
}

.rounded_md {
  border-radius: 1rem;
}

.rounded_lg {
  border-radius: 2rem;
}

a.opacity08:hover {
  opacity: 0.8;
}

button {
  all: unset;
  cursor: pointer;
}

.icon_tel {
  padding-left: 24px;
  position: relative;
  transition: 0.2s;
}
.icon_tel::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../../_img/_imgcommon/icon_tel_cBlue.svg) no-repeat;
  background-size: cover;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: 0.2s;
}
.icon_tel:hover {
  transition: 0.2s;
}
.icon_tel:hover::before {
  background: url(../../_img/_imgcommon/icon_tel_cGold.svg) no-repeat;
  background-size: cover;
  transition: 0.2s;
}

.btn_bdr_cMain {
  border: 2px solid #23467B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 270px;
  position: relative;
  background: #FFF;
  z-index: 1;
}
.btn_bdr_cMain::before {
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.btn_bdr_cMain .icon_img {
  position: relative;
  margin-left: 22px;
}
.btn_bdr_cMain .icon_img::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  left: -12px;
  margin: auto;
}
.btn_bdr_cMain .icon_img.icon_calender::before {
  background: url(../../_img/_imgcommon/icon_calendar_cBlue.svg) no-repeat;
  background-size: cover;
}
.btn_bdr_cMain .icon_img.icon_mail::before {
  background: url(../../_img/_imgcommon/icon_mail_cBlue.svg) no-repeat;
  background-size: cover;
}
.btn_bdr_cMain .btn_bdr_cMain_arrow50px {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  flex-shrink: 0;
  border-left: 1px solid #23467B;
}
.btn_bdr_cMain .btn_bdr_cMain_arrow50px::before, .btn_bdr_cMain .btn_bdr_cMain_arrow50px::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.btn_bdr_cMain .btn_bdr_cMain_arrow50px::before {
  width: 18px;
  height: 1px;
  background-color: #23467B;
}
.btn_bdr_cMain .btn_bdr_cMain_arrow50px::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #23467B;
  border-right: 1px solid #23467B;
  transform: rotate(45deg);
}
.btn_bdr_cMain .btn_bdr_cMain_arrow50px.arrow_popup::after {
  border-right: unset;
}
.btn_bdr_cMain:hover {
  color: #fff;
}
.btn_bdr_cMain:hover span {
  color: #fff;
}
.btn_bdr_cMain:hover::before {
  background: #23467B;
  transform: scale(1, 1);
}
.btn_bdr_cMain:hover .icon_img.icon_calender::before {
  background: url(../../_img/_imgcommon/icon_calendar_cWhite.svg) no-repeat;
  background-size: cover;
}
.btn_bdr_cMain:hover .icon_img.icon_mail::before {
  background: url(../../_img/_imgcommon/icon_mail_cWhite.svg) no-repeat;
  background-size: cover;
}
.btn_bdr_cMain:hover .btn_bdr_cMain_arrow50px {
  border-left: 1px solid #fff;
}
.btn_bdr_cMain:hover .btn_bdr_cMain_arrow50px::before {
  background-color: #fff;
}
.btn_bdr_cMain:hover .btn_bdr_cMain_arrow50px::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.btn_bdr_cMain:hover .btn_bdr_cMain_arrow50px.arrow_popup::after {
  border-right: unset;
}

.border_white {
  border-color: white !important;
}
.border_white::before, .border_white::after {
  border-color: white !important;
}

.bdr_cRed_1px_solid {
  border: 1px solid #e03b27;
}

.arrow {
  position: relative;
}
.arrow::before, .arrow::after {
  top: 0;
  bottom: 0;
  margin: auto;
}

.arrow_right::before, .arrow_right::after {
  content: "";
  position: absolute;
  right: 1em;
}
.arrow_right::before {
  width: 1em;
  height: 1px;
  border-top: 1px solid rgb(20, 20, 20);
}
.arrow_right::after {
  width: 0.5em;
  height: calc(1em - 8px);
  border-top: 1px solid rgb(20, 20, 20);
  transform: rotate(45deg);
  right: calc(1.5em - 8px);
}

.ul_icon_check_cGold li {
  position: relative;
  padding-left: 20px;
}
.ul_icon_check_cGold li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../_img/_imgcommon/icon_check_cGold.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 6px;
  left: 0;
  margin: auto;
}

.ul_icon_check_cBlue li {
  position: relative;
  padding-left: 20px;
}
.ul_icon_check_cBlue li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../../_img/_imgcommon/icon_check_cBlue.svg) no-repeat;
  background-position: center;
  background-size: contain;
  top: 6px;
  left: 0;
  margin: auto;
}

.ul_disc_cBlue li {
  position: relative;
  padding-left: 20px;
}
.ul_disc_cBlue li::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: #a2badb;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  top: 6px;
  left: 0;
  margin: auto;
}

.ul_disc_cBlue_14px li {
  position: relative;
  padding-left: 16px;
}
.ul_disc_cBlue_14px li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #a2badb;
  background-position: center;
  background-size: contain;
  border-radius: 50%;
  top: 10px;
  left: 2px;
  margin: auto;
}

.fixed_mt {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .fixed_mt {
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .fixed_mt {
    margin-top: 90px;
  }
}

/* ----------------------------------------------------------- */
/* ヘッダー スマホ */
/* ----------------------------------------------------------- */
header {
  position: relative;
}
header .header_height_sp {
  width: 100%;
  height: 60px;
  top: 0;
  left: 0;
  z-index: 8000;
}
@media screen and (min-width: 768px) {
  header .header_height_sp {
    height: 70px;
  }
}
header .header_height_sp .header_logo {
  width: 78%;
  padding-left: 3vw;
  max-width: 380px;
}
@media screen and (min-width: 768px) {
  header .header_height_sp .header_logo {
    width: 420px;
    padding-left: 5%;
  }
}

#toppage.is_fixed {
  height: 100%;
  overflow: hidden;
}
#toppage #header-sp {
  opacity: 0;
  visibility: hidden;
  transition: all 0.65s;
}
#toppage #header-sp.isActive, #toppage #header-sp.isActive_menu_click {
  opacity: 1;
  visibility: visible;
  transition: all 0.65s;
}

.openbtn1 {
  position: fixed;
  z-index: 8010;
  width: 52px;
  height: 60px;
  top: 0;
  right: 0;
  padding: 0 0.5rem;
  margin-top: 0;
  cursor: pointer;
  border: 0;
  background: #23467b;
}
@media screen and (min-width: 768px) {
  .openbtn1 {
    margin-right: 2%;
  }
}
.openbtn1 span.hamburger-icon {
  position: relative;
  display: block;
}
.openbtn1 span.hamburger-icon::before, .openbtn1 span.hamburger-icon::after {
  content: "";
  position: absolute;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #FFF;
  width: 70%;
  max-width: 100%;
  height: 1px;
  top: -5px;
  left: 9px;
}
.openbtn1 span.hamburger-icon::after {
  top: 5px;
  width: 50%;
}
.openbtn1.active {
  position: fixed;
  z-index: 9999;
}
.openbtn1.active span.hamburger-icon::before {
  transform: rotate(25deg);
  top: 0;
}
.openbtn1.active span.hamburger-icon::after {
  transform: rotate(-25deg);
  top: 0;
  width: 70%;
}

button.openbtn1:focus,
button.openbtn2-onayami:focus {
  outline: none;
}

.openbtn2-onayami {
  border: none;
}

#navMenu {
  position: sticky;
  z-index: 5000;
  top: 35px;
  right: 0px;
  cursor: pointer;
}
#navMenu #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 100vw;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 + 3px); /*jsで高さ取得*/
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s;
  opacity: 0;
}
#navMenu #g-nav.panelactive, #navMenu #g-nav.panelactive2 { /*アクティブクラスがついたら位置を0に*/
  left: 0;
  cursor: pointer;
  opacity: 1;
}
#navMenu #g-nav.panelactive #g-nav-list, #navMenu #g-nav.panelactive2 #g-nav-list { /*ナビゲーションの縦スクロール*/
  margin-left: auto;
  position: relative;
  z-index: 1000;
  width: 100%;
  max-width: 500px;
  background-color: #FFF;
  padding-top: 60px;
  overflow-x: hidden;
}
#navMenu #g-nav.panelactive #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px, #navMenu #g-nav.panelactive2 #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px {
  width: 18px;
  height: 18px;
  background-color: #23467b;
  position: relative;
}
#navMenu #g-nav.panelactive #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::before, #navMenu #g-nav.panelactive #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::after, #navMenu #g-nav.panelactive2 #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::before, #navMenu #g-nav.panelactive2 #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 6px;
  margin: auto;
}
#navMenu #g-nav.panelactive #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::before, #navMenu #g-nav.panelactive2 #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::before {
  width: 9px;
  height: 1px;
  background-color: #fff;
}
#navMenu #g-nav.panelactive #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::after, #navMenu #g-nav.panelactive2 #g-nav-list .ul_menu_list_2columns .arrow_cWhite_bgBlue_18px::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #navMenu #g-nav.panelactive #g-nav-list .ct_contact .ct_btn, #navMenu #g-nav.panelactive2 #g-nav-list .ct_contact .ct_btn {
    flex-direction: column;
  }
  #navMenu #g-nav.panelactive #g-nav-list .ct_contact .ct_btn .col-md-6, #navMenu #g-nav.panelactive2 #g-nav-list .ct_contact .ct_btn .col-md-6 {
    width: 100% !important;
  }
  #navMenu #g-nav.panelactive #g-nav-list .ct_contact .ct_tel, #navMenu #g-nav.panelactive2 #g-nav-list .ct_contact .ct_tel {
    display: block !important;
    text-align: center;
  }
}
#navMenu #g-nav.panelactive #g-nav-mask, #navMenu #g-nav.panelactive2 #g-nav-mask {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.5s;
}

.btn:focus, .btn.focus {
  box-shadow: none;
}

@media screen and (min-width: 992px) {
  header .header_height_pc {
    height: 90px;
    top: 0;
    z-index: 8000;
    background: #FFF;
  }
  header .header_pc_main {
    min-width: 975px;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
  header .header_pc_main .header_logo_pc {
    width: 320px;
    margin-bottom: 5px;
  }
  header .header_pc_main .main_menu_list {
    width: 680px;
    height: 67px;
  }
}
@media screen and (min-width: 992px) and (min-width: 1200px) {
  header .header_pc_main .main_menu_list {
    width: 65%;
    max-width: 750px;
    height: 62px;
  }
}
@media screen and (min-width: 992px) {
  header .header_pc_main .main_menu_list .ul_btn {
    width: 40%;
  }
  header .header_pc_main .main_menu_list .ul_btn li {
    border: 1px solid #23467b;
    border-top: none;
    border-left: none;
  }
  header .header_pc_main .main_menu_list .ul_btn li:first-of-type {
    border-left: 1px solid #23467b;
  }
  header .header_pc_main .main_menu_list .ul_btn li .icon_img {
    position: relative;
    padding-top: 25px;
    display: block;
  }
  header .header_pc_main .main_menu_list .ul_btn li .icon_img::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  header .header_pc_main .main_menu_list .ul_btn li .icon_img.icon_calender::before {
    background: url(../../_img/_imgcommon/icon_calendar_cBlue.svg) no-repeat center;
    background-size: cover;
  }
  header .header_pc_main .main_menu_list .ul_btn li .icon_img.icon_mail::before {
    background: url(../../_img/_imgcommon/icon_mail_cWhite.svg) no-repeat center;
    background-size: cover;
  }
  header .header_pc_main .main_menu_list .ul_btn li a {
    transition: 0.2s;
  }
  header .header_pc_main .main_menu_list .ul_btn li a.bg_cWhite:hover {
    background: #c4a961;
    transition: 0.2s;
  }
  header .header_pc_main .main_menu_list .ul_btn li a.bg_cWhite:hover .icon_calender {
    color: #FFF;
  }
  header .header_pc_main .main_menu_list .ul_btn li a.bg_cWhite:hover .icon_calender::before {
    background: url(../../_img/_imgcommon/icon_calendar_cWhite.svg) no-repeat center;
    background-size: cover;
  }
  header .header_pc_main .main_menu_list .ul_btn li a.bg_cSub_blue:hover {
    background: #c4a961;
  }
  header .header_pc_main .main_menu_list .ul_btn li a.bg_cSub_blue:hover .icon_mail {
    color: #FFF;
  }
  header .header_pc_main .main_menu_list .ul_btn li a.bg_cSub_blue:hover .icon_mail::before {
    background: url(../../_img/_imgcommon/icon_mail_cWhite.svg) no-repeat center;
    background-size: cover;
  }
  header .header_pc_main .main_menu_list button.nav_btn {
    background: none;
    border: none;
    outline: none;
    padding: 0;
  }
  header .header_pc_main .main_menu_list button.nav_btn.active {
    border-bottom: 1px solid #23467b;
    padding-top: 3px;
  }
  header .header_pc_main .main_menu_list button.nav_btn:focus {
    outline: none;
  }
  header .header_pc_main .main_menu_list button.nav_btn span {
    display: block;
    position: relative;
    padding-right: 24px;
    padding-left: 5px;
    border-bottom: 1px solid #FFF;
  }
  header .header_pc_main .main_menu_list button.nav_btn span::before {
    content: "";
    position: absolute;
    background-color: #23467b;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
  }
  header .header_pc_main .main_menu_list button.nav_btn span::after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(135deg);
    top: 0;
    bottom: 2px;
    right: 7px;
    margin: auto;
  }
  header .header_pc_main .main_menu_list .nav_link span {
    margin: 0 12px;
    border-bottom: 1px solid #FFF;
  }
  header .header_pc_main .main_menu_list .nav_link:hover .hover_underline, header .header_pc_main .main_menu_list .nav_btn:hover .hover_underline {
    border-bottom: 1px solid #23467b;
  }
  header .header_pc_main .main_menu_list .nav_link.active:hover .hover_underline, header .header_pc_main .main_menu_list .nav_btn.active:hover .hover_underline {
    border-bottom: 1px solid #FFF;
  }
  #toppage #header-PC {
    height: 68px;
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 45%, rgba(255, 255, 255, 0) 100%);
    transition: all 0.2s;
  }
  #toppage #header-PC .header_pc_sub {
    display: none;
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
  #toppage #header-PC #nav_contants.nav-open {
    top: 68px;
  }
  #toppage #header-PC.isActive {
    height: 100px;
    background: #FFF;
    transition: all 0.2s;
  }
  #toppage #header-PC.isActive .header_pc_sub {
    display: block;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.3s;
  }
  #toppage #header-PC.isActive #nav_contants.nav-open {
    top: 100px;
  }
  #nav_contants {
    display: none;
    height: 0;
    animation-name: fadeOut;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
  }
  #nav_contants.nav-open {
    display: block !important;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    animation-name: fadeIn;
    animation-fill-mode: forwards;
    animation-duration: 0.4s;
  }
  #nav_contants .head-nav-wrap {
    position: fixed;
  }
  #nav_contants .nav_inner {
    position: relative;
  }
}
/*フェードインアニメ*/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*フェードインアニメ*/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ----------------------------------------------------------- */
/* 固定ボタン（スマホ:下部、PC:右） */
/* ----------------------------------------------------------- */
#bottom-fixed .fixed-bottom {
  z-index: 997 !important;
}
#bottom-fixed .sp_bottom_fixed {
  width: 100%;
  border-top: 1px solid #23467b;
}
#bottom-fixed .sp_bottom_fixed .col_tel {
  width: 15%;
}
#bottom-fixed .sp_bottom_fixed .col_reserve, #bottom-fixed .sp_bottom_fixed .col_contact {
  width: 42.5%;
  border-left: 1px solid #23467b;
}
#bottom-fixed .sp_bottom_fixed .col_tel, #bottom-fixed .sp_bottom_fixed .col_reserve, #bottom-fixed .sp_bottom_fixed .col_contact {
  background-color: #FFF;
  height: 50px;
  padding: 6px 0;
}
#bottom-fixed .sp_bottom_fixed .col_tel img, #bottom-fixed .sp_bottom_fixed .col_reserve img, #bottom-fixed .sp_bottom_fixed .col_contact img {
  width: 20px;
}

/* ------------------------------------------------ */
/* フッター */
/* ------------------------------------------------ */
@media screen and (min-width: 768px) {
  footer .footer_link {
    border-bottom: 1px solid #FFF;
  }
}
footer .footer_link li {
  font-size: 13px;
}
footer .footer_link li:not(:first-child) a {
  border-left: 1px solid #FFF;
}

#btn_pageTop {
  display: none;
  position: fixed;
  bottom: 140px;
  right: 10px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 992px) {
  #btn_pageTop {
    right: 100px;
  }
}

.page_title {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 0;
}

/* ----------------------------------------------------------- */
/* 診療メニュー */
/* ----------------------------------------------------------- */
.ul_treatment_menu_list .btn_treatment_menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 8px 1px rgba(163, 189, 211, 0.6);
}
.ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px {
  width: 40px;
  height: 40px;
  background-color: #23467b;
  position: relative;
}
.ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px::before, .ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px::after {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 14px;
  margin: auto;
}
.ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px::before {
  width: 18px;
  height: 1px;
  background-color: #fff;
}
.ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
}
.ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px.arrow_blank::before {
  transform: rotate(135deg);
}
.ul_treatment_menu_list .btn_treatment_menu .arrow_cWhite_bgBlue_40px.arrow_blank::after {
  transform: rotate(0deg);
  top: -6px;
}
.ul_treatment_menu_list .btn_treatment_menu .icon_img {
  padding-left: 69px;
  position: relative;
  width: 85%;
}
.ul_treatment_menu_list .btn_treatment_menu .icon_img::before, .ul_treatment_menu_list .btn_treatment_menu .icon_img::after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.ul_treatment_menu_list .btn_treatment_menu .icon_img::before {
  content: "";
  background: #eaf1f8;
  border-radius: 0.5rem;
}
.ul_treatment_menu_list .btn_treatment_menu .icon_img.icon_counseling::after {
  content: "";
  background: url(../../_img/_imgcommon/icon_counseling.svg) no-repeat 90% center;
}
.ul_treatment_menu_list .btn_treatment_menu .icon_img.icon_cell::after {
  content: "";
  background: url(../../_img/_imgcommon/icon_cell.svg) no-repeat 90% center;
}
.ul_treatment_menu_list .btn_treatment_menu .icon_img.icon_examination::after {
  content: "";
  background: url(../../_img/_imgcommon/icon_examination.svg) no-repeat 90% center;
}
.ul_treatment_menu_list.menu_detail .btn_treatment_menu {
  position: relative;
  display: block;
}
@media screen and (min-width: 768px) {
  .ul_treatment_menu_list.menu_detail .btn_treatment_menu {
    width: 85%;
    max-width: 700px;
    margin: 0 auto;
  }
}
.ul_treatment_menu_list.menu_detail .btn_treatment_menu .arrow_cWhite_bgBlue_40px {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ul_treatment_menu_list.menu_detail .menu_other {
  width: 85%;
}
@media screen and (min-width: 768px) {
  .ul_treatment_menu_list.menu_detail .menu_other {
    max-width: 700px;
    margin: 0 auto;
  }
}
.ul_treatment_menu_list.menu_detail .menu_other .list_style_cBlue {
  padding-left: 22px;
}
.ul_treatment_menu_list.menu_detail .menu_other .list_style_cBlue li {
  list-style: disc;
}
.ul_treatment_menu_list.menu_detail .menu_other .list_style_cBlue li::marker {
  color: #A2BADB;
}

#breadcrumbs {
  margin-bottom: 40px;
}
#breadcrumbs ol li:not(:last-child):after {
  content: "/";
  position: absolute;
  color: #616161;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}/*# sourceMappingURL=common.css.map */