:root {
  --base-color-wh: #ffffff;
  --base-color-wh10: rgba(255, 255, 255, .1);
  --base-color-wh60: rgba(255, 255, 255, .6);
  --base-color-l-gray: #F5F5F5;
  --base-color-m-gray: #D9D9D9;
  --base-color-d-gray: #A5A5A5;
  --base-color-cr: #FFFFEC;
  --base-color-p-sky: #F5FAFC;
  --base-color-nv: #003894;
  --base-color-nv80: rgba(0, 56, 148, .8);
  --base-color-bk: #333333;
  --text-color-bk: #333333;
  --accent-color-l-sky: #C4E7F3;
  --accent-color-sky: #8BCFF1;
  --accent-color-sky70: rgba(139, 207, 241, .7);
  --accent-color-bl: #487DE7;
  --accent-color-nikoniko-ye: #FFF100;
  --accent-color-logo-BL: #00A0E9;
  --accent-color-logo-BL80: rgba(0, 160, 233, .8);
  --accent-color-logo-BL60: rgba(0, 160, 233, .6);
  --accent-color-logo-BL40: rgba(0, 160, 233, .4);
  --accent-color-logo-BL20: rgba(0, 160, 233, .2);
  --accent-color-facebook: #1877F2;
  --accent-color-logo-GR: #6FBA2C;
  --accent-color-ye: #FDDE4D;
  --accent-color-red: #F80B0B;
  --accent-color-pk: #EF9FB1;
  --accent-color-pk70: rgba(239, 159, 177, .7);
  --accent-color-br: #CD853F;
  --accent-color-br70: rgba(205, 133, 63, .7);
  --accent-color-or: #FF8A1E;
  --accent-color-or80: rgba(255, 138, 30, .8);
  --accent-color-or60: rgba(255, 138, 30, .6);
  --accent-color-or40: rgba(255, 138, 30, .4);
  --accent-color-or20: rgba(255, 138, 30, .2);
  --accent-color-p-or: #FCE6D3;
  --accent-color-l-or: #FCC697;
  --accent-color-instagram: linear-gradient(90deg, rgba(118,56,250,1) 0%, rgba(211,0,197,1)49%, rgba(255,0,105,1)100%);
}

.kaitoricp {
  position: relative;
  overflow-x: hidden;
}
.kaitoricp .header.head_kaitori {
  width: 100%;
  height: auto;
  background: #100169 !important;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .header.head_kaitori {
    height: 72px;
  }
}
.kaitoricp .header.head_kaitori .h_inner {
  align-items: flex-end;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 14px;
  }
}
.kaitoricp .header.head_kaitori .h_inner .h_logo {
  display: block;
  width: auto !important;
  text-align: left;
}
.kaitoricp .header.head_kaitori .h_inner .h_logo img {
  width: 415px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .header.head_kaitori .h_inner .h_logo img {
    width: 248px;
  }
}
.kaitoricp .header.head_kaitori .h_inner .h-open {
  gap: 6px;
  background: #100169 !important;
}
.kaitoricp .header.head_kaitori .h_inner .h-open span {
  width: 36px;
  height: 4px;
  border-radius: 4px;
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner .h-open.is-active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner .h-open.is-active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
.kaitoricp .header.head_kaitori .h_inner .h_nav {
  justify-self: flex-end;
  width: 100%;
}
.kaitoricp .header.head_kaitori .h_inner .h_nav ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner .h_nav ul {
    width: 100%;
  }
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner .h_nav ul li {
    border-bottom: 1px solid var(--base-color-wh);
  }
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner .h_nav ul li:first-of-type {
    border-top: 1px solid var(--base-color-wh);
  }
}
.kaitoricp .header.head_kaitori .h_inner .h_nav ul li.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .header.head_kaitori .h_inner .h_nav ul li.sp-only {
    display: block;
  }
}
.kaitoricp .header.head_kaitori .h_inner .h_nav ul a {
  color: var(--base-color-wh);
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h_inner .h_nav ul a {
    display: block;
    padding: 1.6rem 0;
    color: #100169;
    font-size: 2rem;
  }
}
.kaitoricp .header.head_kaitori .h_inner .h_nav ul a:hover::after {
  content: "";
  display: none;
}
.kaitoricp .header.head_kaitori .h-drawer {
  width: 100%;
}
@media only screen and (min-width: 1151px) {
  .kaitoricp .header.head_kaitori .h-drawer {
    display: block !important;
  }
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h-drawer {
    top: 72px;
    height: calc(100vh - 72px);
    background-color: #D2D5EC !important;
  }
}
.kaitoricp .header.head_kaitori .h-drawer .h_contact {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .kaitoricp .header.head_kaitori .h-drawer .h_contact {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 4rem auto;
  }
}
.kaitoricp .header.head_kaitori .h-drawer .h_contact dt a {
  color: #100169;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}
.kaitoricp .header.head_kaitori .h-drawer .h_contact dd {
  color: #100169;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.kaitoricp .hero {
  height: 570px;
  background: url(../img/kaitori-daikichi/kaitori_hero_pc.webp?ver=20250803) no-repeat center center/cover;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .hero {
    height: 570px;
    background: url(../img/kaitori-daikichi/kaitori_hero_sp.webp?ver=20250803) no-repeat center top/cover;
  }
}
.kaitoricp .hero .main_width {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 1200px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .hero .main_width {
    justify-content: center;
    height: 100%;
    padding: 0 4rem;
  }
}
.kaitoricp .hero h1 {
  margin-bottom: 7.2rem;
  font-size: 4rem;
  font-weight: 700;
  text-shadow: 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff, 0 0 4px #fff;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .hero h1 {
    margin-bottom: 4.8rem;
    font-size: 2.4rem;
    text-shadow: 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff, 0 0 2px #fff;
  }
}
.kaitoricp .hero img {
  width: 100%;
  max-width: 700px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .hero img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
}
.kaitoricp article .sec h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .sec h2 {
    font-size: 2.4rem;
  }
}
.kaitoricp article .sec h2 span {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .sec h2 span {
    font-size: 3.6rem;
  }
}
.kaitoricp article .sec h3 {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  margin: 0 auto 32px;
  background: none;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .sec h3 {
    font-size: 2.2rem;
  }
}
.kaitoricp article .sec .h3box {
  text-align: center;
}
.kaitoricp article .challenge_title {
  width: 100%;
  padding: 20px 0;
  background-color: #100169;
}
.kaitoricp article .challenge_title h2 {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  line-height: 1;
}
.kaitoricp article .challenge_title h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -80px;
  left: 50%;
  z-index: 1;
  width: 240px;
  height: 120px;
  border-radius: 50%/0 0 100% 100%;
  background: #100169;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_title h2::after {
    bottom: -60px;
    left: 50%;
    z-index: 1;
    width: 160px;
    height: 80px;
  }
}
.kaitoricp article .challenge_title h2 span.copy {
  position: absolute;
  top: -1rem;
  left: 50%;
  z-index: 3;
  font-size: 90px;
  font-family: "D-DIN-PRO-700-Bold";
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_title h2 span.copy {
    top: -0.5rem;
    font-size: 54px;
  }
}
.kaitoricp article .challenge_title h2 .space1 {
  position: relative;
  left: 3.6rem;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_title h2 .space1 {
    left: 2.8rem;
    font-size: 2.2rem;
  }
}
.kaitoricp article .challenge_title h2 .space2 {
  position: relative;
  z-index: 3;
  margin-left: 196px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_title h2 .space2 {
    margin-left: 124px;
  }
}
.kaitoricp article .challenge_wrap {
  position: relative;
  z-index: 0;
  padding: 100px 0 40px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_wrap {
    padding: 0 0 40px;
  }
}
.kaitoricp article .challenge_thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_thumb {
    position: relative;
  }
}
.kaitoricp article .challenge_thumb img {
  width: 100%;
  height: 100%;
  -o-object-position: top left;
     object-position: top left;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge_thumb img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.kaitoricp article .challenge .txt {
  width: 100%;
  max-width: 739px;
  margin: 0 0 0 auto;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge .txt {
    margin: 40px auto 0;
  }
}
.kaitoricp article .challenge .txt p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .challenge .txt p {
    font-size: 1.6rem;
  }
}
.kaitoricp article .reason {
  padding: 80px 0;
  background: #D2D5EC;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .reason {
    padding: 40px 0;
  }
}
.kaitoricp article .reason_title h2 {
  color: #100169;
  text-align: center;
  line-height: 1;
}
.kaitoricp article .reason_title h2 span {
  position: relative;
  bottom: -2px;
  color: #FF0001;
}
.kaitoricp article .reason_title p img {
  display: block;
  margin: 0 auto;
  width: 296px;
  height: 59px;
  -o-object-fit: contain;
     object-fit: contain;
}
.kaitoricp article .reason_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  width: 100%;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .reason_list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.kaitoricp article .reason_list_item {
  position: relative;
  width: 100%;
  padding: 24px 8px;
  border-radius: 8px;
  background-color: var(--base-color-wh);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.kaitoricp article .reason_list_item img {
  width: 100%;
  height: auto;
}
.kaitoricp article .reason_list_item h3 {
  margin-top: 1.6rem;
  margin-bottom: 0;
  color: #100169;
  text-align: center;
}
.kaitoricp article .reason_list_item p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
.kaitoricp article .please picture {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 0;
}
.kaitoricp article .please picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kaitoricp article .effect_wrap .effect {
  padding: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect {
    padding: 40px 0 0;
  }
}
.kaitoricp article .effect_wrap .effect_title {
  width: 100%;
  padding: 20px 0;
  background-color: #100169;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_title {
    padding: 10px 0;
  }
}
.kaitoricp article .effect_wrap .effect_title_bubble {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  padding: 2px 0 4px;
  background-color: var(--base-color-wh);
  color: #100169;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_title_bubble {
    max-width: 300px;
    font-size: 2rem;
  }
}
.kaitoricp article .effect_wrap .effect_title h2 {
  position: relative;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
.kaitoricp article .effect_wrap .effect_title h2 span {
  color: #FABE00;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_title h2 span {
    font-size: 3.2rem;
  }
}
.kaitoricp article .effect_wrap .effect_title h2 span.small {
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_title h2 span.small {
    font-size: 2.4rem;
  }
}
.kaitoricp article .effect_wrap .effect_title h2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 210px solid transparent;
  border-left: 210px solid transparent;
  border-top: 60px solid #100169;
  border-bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_title h2::after {
    bottom: -40px;
    border-style: solid;
    border-right: 120px solid transparent;
    border-left: 120px solid transparent;
    border-top: 40px solid #100169;
  }
}
.kaitoricp article .effect_wrap .effect h2 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect h2 {
    font-size: 2.6rem;
  }
}
.kaitoricp article .effect_wrap .effect h2 span {
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect h2 span {
    font-size: 3.6rem;
  }
}
.kaitoricp article .effect_wrap .effect_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px 48px;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_box {
    flex-wrap: wrap;
    margin-top: 2.4rem;
  }
}
.kaitoricp article .effect_wrap .effect_box.reverse {
  flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_box.reverse {
    flex-direction: row;
  }
}
.kaitoricp article .effect_wrap .effect_box figure {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_box figure {
    width: 100%;
  }
}
.kaitoricp article .effect_wrap .effect_box_txt {
  width: calc(100% - 400px);
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_box_txt {
    width: 100%;
  }
}
.kaitoricp article .effect_wrap .effect_box_txt p {
  font-size: 2.4rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_box_txt p {
    font-size: 1.6rem;
  }
}
.kaitoricp article .effect_wrap .effect_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 2.4rem;
  }
}
.kaitoricp article .effect_wrap .effect_list_item {
  position: relative;
  width: 100%;
  padding: 0;
  border: 4px solid #100169;
}
.kaitoricp article .effect_wrap .effect_list_item img {
  width: 100%;
  height: auto;
}
.kaitoricp article .effect_wrap .effect_list_item figcaption {
  width: 100%;
  padding: 1.5rem 0 2rem;
  color: #100169;
  font-size: 2.4rem;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .effect_wrap .effect_list_item figcaption {
    padding: 1rem 0 1.2rem;
    font-size: 1.6rem;
  }
}
.kaitoricp article .howto_wrap {
  padding: 80px 0;
  background: var(--base-color-wh);
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap {
    padding: 40px 0;
  }
}
.kaitoricp article .howto_wrap .howto_title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.kaitoricp article .howto_wrap .howto_title h2 {
  position: relative;
  color: #100169;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap .howto_title h2 {
    font-size: 2.6rem;
  }
}
.kaitoricp article .howto_wrap .howto_title h2 span {
  color: #FF0001;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap .howto_title h2 span {
    font-size: 3.6rem;
  }
}
.kaitoricp article .howto_wrap .howto_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 16px;
  width: 100%;
  margin-top: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap .howto_list {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
.kaitoricp article .howto_wrap .howto_list_item {
  position: relative;
  width: 100%;
  padding: 24px 8px;
  border: 1px solid var(--base-color-bk);
  border-radius: 8px;
}
.kaitoricp article .howto_wrap .howto_list_item img {
  width: 100%;
  height: auto;
}
.kaitoricp article .howto_wrap .howto_list_item h3 {
  margin-bottom: 0;
  color: #100169;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap .howto_list_item h3 {
    padding: 8px 8px 12px;
  }
}
.kaitoricp article .howto_wrap .howto_list_item p {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap .howto_list_item p {
    font-size: 1.6rem;
  }
}
.kaitoricp article .howto_wrap .howto_list_item p.bubble {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1rem;
  padding: 5px 16px;
  color: var(--base-color-wh);
  font-weight: 500;
  border-radius: 32px;
  background: #FF0001;
}
.kaitoricp article .howto_wrap .howto_list_item p.bubble::after {
  position: absolute;
  content: "";
  width: 33px;
  height: 16px;
  background: url(../img/kaitori-daikichi/bubble_01.svg) no-repeat 0 0/contain;
  bottom: -10px;
  left: 48px;
}
.kaitoricp article .howto_wrap .howto_list_item hr {
  margin-top: 1.6rem;
  width: 100%;
  border: none;
  border-top: 1px solid #100169;
}
.kaitoricp article .howto_wrap .howto_link {
  margin-top: 3.2rem;
}
.kaitoricp article .howto_wrap .howto_link a.btn {
  display: block;
  position: relative;
  padding: 2rem;
  border-radius: 8px;
  background-color: #100169;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  color: var(--base-color-wh);
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .howto_wrap .howto_link a.btn {
    padding: 2rem 3.2rem;
    font-size: 2.4rem;
    text-align: left;
  }
}
.kaitoricp article .howto_wrap .howto_link a.btn:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.kaitoricp article .assessment {
  background: url(../img/kaitori-daikichi/assessment_01.jpg) no-repeat center center/cover;
  font-family: "Noto Sans JP", sans-serif;
}
.kaitoricp article .assessment_wrap {
  padding: 80px 0 40px;
}
.kaitoricp article .assessment_title h2 {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--base-color-wh);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.kaitoricp article .assessment_title h2::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -50px;
  left: -120px;
  width: 139px;
  height: 87px;
  background: url("../img/kaitori-daikichi/assesement_title.png") no-repeat center center/contain;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_title h2::before {
    top: -24px;
    left: -75px;
    width: 83px;
    height: 52px;
  }
}
.kaitoricp article .assessment_title h2 span {
  color: #FABE00;
}
.kaitoricp article .assessment_head p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.4rem auto;
  color: var(--base-color-wh);
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_head p {
    font-size: 1.6rem;
  }
}
.kaitoricp article .assessment_action {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 16px 32px;
  margin: 2.4rem auto 0;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_action {
    grid-template-columns: 1fr;
  }
}
.kaitoricp article .assessment_action_tel {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.kaitoricp article .assessment_action_tel dt {
  color: var(--base-color-wh);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_action_tel dt {
    font-size: 4rem;
  }
}
.kaitoricp article .assessment_action_tel dt a {
  color: var(--base-color-wh);
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_action_tel dt a {
    font-size: 4rem;
  }
}
.kaitoricp article .assessment_action_tel dd {
  color: var(--base-color-wh);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
}
.kaitoricp article .assessment_action_mail {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}
.kaitoricp article .assessment_action_mail dt a {
  color: var(--base-color-wh);
  font-size: calc(4.8rem + 2pt);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_action_mail dt a {
    font-size: calc(3.6rem + 2pt);
  }
}
.kaitoricp article .assessment_action_mail dt a::before {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  margin-right: 1rem;
  background: url("../img/kaitori-daikichi/icon_tel.png") no-repeat center center/contain;
}
.kaitoricp article .assessment_action_mail p {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: var(--base-color-wh);
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .assessment_action_mail p {
    font-size: 1.6rem;
  }
}
.kaitoricp article .assessment_action_mail p::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -15px;
  width: 1px;
  height: 20px;
  background-color: var(--base-color-wh);
  transform: translateY(-50%) rotate(-30deg);
}
.kaitoricp article .assessment_action_mail p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 20px;
  background-color: var(--base-color-wh);
  transform: translateY(-50%) rotate(30deg);
}
.kaitoricp article .assessment_action_mail a.btn {
  display: block;
  position: relative;
  width: 100%;
  margin: 8px auto 0;
  padding: 2rem 1rem 2.5rem;
  border-radius: 40px;
  background-color: #FABE00;
  color: #100169;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.kaitoricp article .assessment_action_mail a.btn::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  width: 33px;
  height: 26px;
  margin-right: 1rem;
  background: url("../img/kaitori-daikichi/icon_mail.png") no-repeat center center/contain;
}
.kaitoricp article .assessment_action_mail a.btn:hover {
  opacity: 0.75;
  filter: opacity(75%);
}
.kaitoricp article .overview {
  font-family: "Noto Sans JP", sans-serif;
}
.kaitoricp article .overview_wrap {
  padding: 40px 0 !important;
}
.kaitoricp article .overview_title h2 {
  padding: 25px 0;
  width: 100%;
  color: var(--base-color-wh);
  font-weight: 700;
  line-height: 1;
  background: #100169;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview_title h2 {
    width: 100vw;
    margin-left: -16px;
  }
}
.kaitoricp article .overview_head {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview_head {
    display: block;
    padding: 24px 0 0;
  }
}
.kaitoricp article .overview_head figure {
  width: 400px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview_head figure {
    margin-bottom: 24px;
    width: 100%;
  }
}
.kaitoricp article .overview_head figure img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kaitoricp article .overview_head .txt {
  width: 536px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview_head .txt {
    width: 100%;
  }
}
.kaitoricp article .overview_head .txt p {
  margin-bottom: 1em;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.kaitoricp article .overview .info_wrap {
  margin-bottom: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 32px;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview .info_wrap {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
  }
}
.kaitoricp article .overview .info_wrap .box {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview .info_wrap .box {
    padding: 0 16px;
  }
}
.kaitoricp article .overview .info_wrap .box .sttl {
  padding: 8px;
  color: var(--base-color-wh);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  background: #100169;
  text-align: center;
}
.kaitoricp article .overview .info_wrap .box figure {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp article .overview .overview_box .txt {
    margin-bottom: 16px;
  }
}
.kaitoricp article .overview .overview_box .txt ul {
  margin-top: 16px;
  width: 100%;
  display: flex;
}
.kaitoricp article .overview .overview_box .txt ul li {
  margin-right: 24px;
  width: 40px;
}
.kaitoricp article .overview .overview_box .txt dl dt {
  font-weight: 700;
}
.kaitoricp article .overview .overview_box .txt dl dd {
  font-weight: 700;
}
.kaitoricp article .overview .overview_box .txt p {
  font-weight: 700;
  line-height: 1.5;
}
.kaitoricp article .overview .overview_box .txt .clock_wrap {
  font-weight: 700;
}
.kaitoricp article .overview .overview_box .txt .clock_wrap .c_key {
  font-weight: 700;
}
.kaitoricp .footer.kaitori {
  padding-top: 4rem;
  padding-bottom: 3.2rem;
  background-color: #100169;
  font-family: "Noto Sans JP", sans-serif;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .footer.kaitori {
    padding-bottom: 2.4rem;
  }
}
.kaitoricp .footer.kaitori .f_inner {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
.kaitoricp .footer.kaitori .f_logo {
  display: block;
  width: 100%;
  max-width: 399px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .footer.kaitori .f_logo {
    max-width: 233px;
  }
}
.kaitoricp .footer.kaitori .f_logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.kaitoricp .footer.kaitori .f_menu {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4rem;
  width: 100%;
  margin-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .footer.kaitori .f_menu {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .kaitoricp .footer.kaitori .f_menu_item {
    width: 100%;
  }
}
.kaitoricp .footer.kaitori .f_menu_item a {
  color: var(--base-color-wh);
  font-size: 1.6rem;
  text-align: center;
}
.kaitoricp .footer.kaitori .f_license {
  margin: 6.4rem auto 2.4rem;
  color: var(--base-color-wh);
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .footer.kaitori .f_license {
    margin: 1rem auto 0;
    font-size: 1.4rem;
  }
}
.kaitoricp .footer.kaitori .f_copy {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kaitoricp .footer.kaitori .f_copy {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=kaitori-daikichi.css.map */