@charset "utf-8";
:root{
  /* Base Font Size 1.0rem = 10px */
  font-size: 10px;

  /* フォントカラー */
  --color-blk: #000;
  --color-wht: #fff;
  --color-blue: #3fa8f4;
  --color-light_blue: #d8f1ff;
  --color-yel: #ffff00;
  --ff: "Noto Sans JP", sans-serif;
  --ff-serif: "Noto Serif JP", serif;
  --ff-en: "Inter", sans-serif;
}
/* 320対応（374以下は、ルートベースフォントサイズを9pxに） */
@media screen and (max-width: 374px){
    :root{
        font-size: 9px;
    }
}
*, *::before, *::after {
  box-sizing: border-box;
}
html{
  scroll-behavior: smooth;
}
body {
  position: relative;
  background: var(--color-wht);
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: var(--color-blk);
  overflow-x: hidden;
}
:lang(en),
.en {
  font-family: "Inter", sans-serif;
}

img{
  width: 100%;
  height: auto;
}
p{
  position: relative;
  text-align: justify;
  font-size: 1.6rem;
}

a,
a:hover,
a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover img{opacity: 0.85;}
ul,ol{
  padding-inline-start: 0;
  list-style-position: inside;
}

main{
  width: 100%;
  overflow: hidden;
}
.wrapper,
.wrap_min{
  max-width: 1080px;
  width: 92.1875%;
  margin-inline: auto;
}
.wrap_min{
  max-width: 960px;
}

.item_container,
.item_container_r{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.item_container_r{
  flex-direction: row-reverse;
}
.itembox02{width: 48%;}
.itembox03{width: 30%;}
.itembox04{width: 23%;}

.pc_case{display: block;}
.sp_case{display: none;}
.pc_case02{display: inline-block;}
.sp_case02{display: none;}

@media (max-width: 768px) {
  .pc_case{display: none;}
  .sp_case{display: block;}
  .pc_case02{display: none;}
  .sp_case02{display: inline-block;}
  .itembox02,.itembox03{width: 100%;}
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ==============================
    共通設定
=============================== */
.sec{padding-block: 80px;}
.font_s{font-size: 1.3rem;}
.text_c{text-align: center;}
.text_r{text-align: right;}
.mb10{margin-bottom: 10px!important;}
.mb20{margin-bottom: 20px!important;}
.mb30{margin-bottom: 30px!important;}
.mb60{margin-bottom: 60px!important;}

@media (max-width: 768px) {
  .sec{padding-block: 50px;}
}

/* ==============================
    共通パーツ
=============================== */

@media (max-width: 768px) {}

/* ==============================
    タイトル
=============================== */
.visuall_hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.tit_main{
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 50px;
}
.subti_main{
  text-align: center;
  color: var(--color-blue);
  font-family: var(--ff-en);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.kenten {
  text-emphasis: filled dot #ffff00;
  -webkit-text-emphasis: filled dot #ffff00;
  text-emphasis-position: over;
  -webkit-text-emphasis-position: over;
}
.kenten_blu {
  text-emphasis: filled dot #3fa8f4;
  -webkit-text-emphasis: filled dot #3fa8f4;
  text-emphasis-position: over;
  -webkit-text-emphasis-position: over;
}

.blk_point{
  display: inline-block;
  background: var(--color-blk);
  color: var(--color-yel);
  line-height: 1.2;
  padding: 0 10px 2px;
  margin: 0 5px;
}
.bg_blu_txt{
  display: inline-block;
  background: var(--color-blue);
  color: var(--color-wht);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.0;
  padding: 2px 10px 5px;
  margin-right: 5px;
}
.bg_yel_txt{
  display: inline-block;
  background: var(--color-yel);
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.0;
  padding: 2px 10px 5px;
  margin: 0 5px;
}

@media (max-width: 768px) {
  .tit_main{
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .subti_main{margin-bottom: 5px;}
}


/* ==============================
    fv・header
=============================== */
#fvArea{
  position: relative;
  line-height: 0;
}
#fvArea img{
  z-index: 0;
}
#fvArea .wrapper{
  position: absolute;
  inset: 0;
  max-width: 1080px;
  width: 92.1875%;
  margin: 0 auto;
}
#fvArea h1{
  position: absolute;
  top: 18%;
  left: 0;
  width: 60%;
}
/* #fvArea h1 img{
  width: 100%;
  height: auto;
} */
.fv_titimg01{
  display: block;
  width: 85%;
  min-height: auto;
}
.fv_titimg02{
  display: block;
  width: 104%;
  min-height: auto;
}
.fv_crown01,
.fv_crown02,
.fv_crown03{
  display: inline-block;
  width: 18%;
  margin-top: 3%;
  margin-right: 10px;
}


#fvArea h2{
  position: absolute;
  bottom: 15%;
  left: 0;
}
#fvArea h2 span{
  display: inline-block;
  background: var(--color-blue);
  border: 1px solid var(--color-wht);
  color: var(--color-wht);
  font-size: clamp(1.4rem, 1.8vw, 2.4rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 3px 10px 5px;
}
#fvArea h2 span:first-child{
  margin-bottom: 5px;
}
@media (max-width: 1399px) {
  #fvArea h1{
    width: 55%;
  }
  #fvArea h2{
    bottom: 4%;
  }
}

@media (max-width: 768px) {
  #fvArea h1 {
    top: 3%;
    width: 100%;
  }
  .fv_titimg01{
    width: 94%;
    margin-bottom: 5px;
  }
  .fv_titimg02{
    width: 100%;
    margin-bottom: 10px;
  }
  .fv_crown01,
  .fv_crown02,
  .fv_crown03{
    width: 28%;
  }


  #fvArea h2{
    bottom: 6%;
  }

}

/* ==============================
    problemArea
=============================== */
.problemArea{
  position: relative;
  background: url(../images/problem_bg.jpg) no-repeat center / cover;
  border-radius: 0 0 60% 60% / 0 0 50% 50%;
  padding: 80px 0;
}
.problemArea::after{
  content: "";
  position: absolute;
  bottom: -5.5%;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/icon_arrow.png) no-repeat;
  background-size: contain;
  width: 100px;
  height: 70px;
}
.subtit_problem{
  display: inline-block;
  background: var(--color-blk);
  border-radius: 50px;
  color: var(--color-wht);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 30px;
}
.tit_problem{
  color: var(--color-wht);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
}
.problem_list{
  width: fit-content;
  list-style: none;
  margin: 30px auto 0;
}
.problem_list li{
  position: relative;
  color: var(--color-wht);
  font-size: 2.2rem;
  line-height: 1.5;
  padding-left: 30px;
  margin-bottom: 10px;
}
.problem_list li::before{
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  background: url(../images/ico_check.gif) no-repeat center / contain;
  width: 20px;
  height: 20px;
}

@media (max-width: 768px) {
  .problemArea{
    border-radius: 0 0 100% 100% / 0 0 40% 40%;
    padding: 60px 0 100px;
  }
  .subtit_problem{font-size: 1.8rem;}
  .tit_problem{font-size: 2.6rem;}
  .problem_list li{font-size: 2.0rem;}

}

/* ==============================
    point03
=============================== */
.point03{
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(63, 168, 244, 0.3));
  padding: 80px 0 300px;
}
.blu_b{
  color: var(--color-blue);
  font-family: var(--ff-en);
  font-size: 4.8rem;
  font-weight: 600;
}
.point_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.point_list li {
  position: relative;
  list-style: none;
}
.point_list .circle {
  aspect-ratio: 1 / 1;
  background: var(--color-wht);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 番号 */
.point_list li span {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-blue);
  font-family: var(--ff-en);
  font-size: 6.0rem;
  font-weight: 600;
  line-height: 0.8;
}
/* 画像（上半分に収める） */
.point_list li img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
/* テキスト */
.point_list li p {
  color: var(--color-blue);
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.5;
}


@media (max-width: 768px) {
  .point_list {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}



/* ==============================
    kaiketsu
=============================== */
.kaiketsuArea{
  background: var(--color-wht);
  border-radius: 0 150px 0 0;
  margin-top: -200px;
}
.kaiketsuArea h2.tit_main{
  margin-bottom: 20px;
}
.tit_kaiketsu{
  color: #3fa8f4;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .kaiketsuArea.sec{
    padding: 100px 0 50px;
  }
  .tit_kaiketsu{
    font-size: 1.6rem;
  }
}

/* ==============================
    supportArea
=============================== */
.support_list,
.blu_box{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 10px;
  padding: 0;
}
.support_list li{
  background: var(--color-wht);
  border-radius: 6px;
  font-size: 1.8rem;
  padding: 3px 10px 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.blu_box{
  background: var(--color-light_blue);
  border: 2px solid var(--color-blk);
  padding: 30px;
  margin-top: 30px;
}
.blu_box li{
  background: var(--color-wht);
  border-radius: 20px;
  font-size: 1.8rem;
  padding: 3px 10px 5px;
}

@media (max-width: 768px) {
  .blu_box{padding: 20px;}
  .support_list li,
  .blu_box li{
    font-size: 1.6rem;
    padding: 2px 10px 4px;
  }
}

/* ==============================
    reasonArea
=============================== */
.reasonArea .item_container{
  margin-bottom: 60px;
}
.reasonArea .item_container:last-of-type{
  margin-bottom: 0;
}
.item_reason:first-child{
  width: 51%;
}
.item_reason:last-child{
  width: 44%;
}

.tit_reason{
  border-bottom: 1px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.item_reason:last-child p{
  font-size: 1.7rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .reasonArea.sec{
    padding: 50px 0 0;
  }
  .item_reason:first-child,
  .item_reason:last-child{
    width: 100%;
  }
  .item_reason:first-child{margin-bottom: 20px;}
  .tit_reason{font-size: 2.0rem;}
}


/* ==============================
    case
=============================== */
#case{
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(63, 168, 244, 0.3));
}

/* ボタン */
.btn_caseArea {
  background: var(--color-light_blue);
  border: 2px solid var(--color-blk);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 20px;
  margin-bottom: 30px;
}
.btn_case {
  position: relative;
  border: none;
  cursor: pointer;
  background: var(--color-wht);
  border: 1px solid var(--color-blk);
  border-radius: 50px;
  font-size: 1.6rem;
  padding: 10px 20px;
  transition: background 0.3s ease,color 0.3s ease;
}
.btn_case::after{
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--color-blk);
  height: calc(tan(60deg) * 12px / 2);
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.btn_case.active {
  background: var(--color-blue);
  color: var(--color-wht);
}
.btn_case.active::after{
  background: var(--color-wht);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media (hover: hover) {
  .btn_case:not(.active):hover {
    background: var(--color-blue);
    color: var(--color-wht);
  }
}

/* コンテンツラップ */
.case_content_wrap {
  position: relative;
  background: var(--color-wht);
  width: 100%;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
}

/* コンテンツ（ふわっと用） */
.case_content{
  display: none;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1.0s cubic-bezier(0.22, 1, 0.36, 1),
    transform 1.0s cubic-bezier(0.22, 1, 0.36, 1);
}

.case_content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.05s;
}

.tit_case{
  color: var(--color-blue);
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 20px;
}
.tit_casename{
  display: inline-block;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.4;
}
.case_cate{
  display: inline-block;
  background: var(--color-blue);
  color: var(--color-wht);
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.0;
  padding: 4px 15px 6px;
  margin-left: 10px;
}
.tit_caserepo{
  color: var(--color-blue);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
}
.case_itembox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.case_itembox dt{
  width: 40%;
}
.case_itembox dd{
  width: 55%;
}

.case_kadai{
  background: var(--color-light_blue);
  padding: 10px;
  margin-bottom: 10px;
}
.tit_casekadai{
  position: relative;
  color: var(--color-blue);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  border-bottom: 2px solid var(--color-wht);
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.tit_casekadai::after{
  content: "";
  position: absolute;
  bottom: -2px;
  display: block;
  width: 20%;
  border-bottom: solid 2px var(--color-blue);
}

.cas_list{
  list-style: disc;
  padding-left: 1.0em;
}
.cas_list li{
  font-size: 1.5rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .btn_caseArea {
    grid-template-columns: 1fr;
  }
  .case_content_wrap{
    padding: 20px;
  }
  .case_itembox{margin-top: 20px;}
  .btn_case,
  .case_itembox dt,
  .case_itembox dd {
    width: 100%;
  }
  .case_itembox dt{margin-bottom: 20px;}

  .tit_case{
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .tit_casename{
    display: block;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
  .case_cate{
    display: table;
    margin: 0 auto;
  }
  .cas_list li{
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

/* ==============================
    FlowArea
=============================== */
.flowArea{
  background-image:url(../images/flow_bg.png), linear-gradient(90deg, rgba(0, 220, 248, 1), rgba(0, 122, 226, 1));
  background-size:clamp(450px, 90%, 1200px) auto,cover;
  background-position: right center,center;
  background-repeat: no-repeat,no-repeat;
  padding: 80px 0 120px;
}
.flowArea .subti_main,
.flowArea .tit_main{
  color: var(--color-wht);
}
.flow_list{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0;
}
.flow_list li{
  width: calc((100% - 80px) / 5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: var(--color-wht);
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}
.flow_list li span{
  color: var(--color-blue);
  font-family: var(--ff-en);
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.0;
}
.flow_list li img{
  width: auto;
  height: 80px;
}
.flow_list li p{
  color: var(--color-blue);
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .flowArea{
    background-image:
      url("../images/flow_bg_sp.png"),
      linear-gradient(180deg, rgba(0,220,248,1), rgba(0,122,226,1));
    background-size:
      100% auto,cover;
    background-position:
      bottom center,center;
      padding: 50px 0 100px;
  }
  .flow_list li{
    width: calc((100% - 20px) / 2);
  }
  .flow_list li p{
    font-size: 1.4rem;
  }
}

/* ==============================
    contactArea
=============================== */
.contactArea{
  background: #f1f6fa;
}
.contactArea .wrap_min{
  position: relative;
}

.tit_contact{
  display: inline-block;
  background: var(--color-blue);
  border-radius: 40px;
  color: var(--color-wht);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.05em;
  padding: 3px 30px 6px;
  margin-bottom: 2px;
}
.tit_contact span{
  display: inline-block;
  vertical-align: sub;
  color: #ffff00;
  font-size: 4.0rem;
  font-weight: 600;
}
.tit_contact02{
  color: var(--color-blue);
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  margin-bottom: 50px;
}

/* スタッフ画像 */
.staff_l,
.staff_r{
  position: absolute;
  top: -12%;
  display: block;
  width: 11%;
  height: auto;
}
.staff_l{left: 3%;}
.staff_r{right: 3%;}


/* ボタン部分 */
.contactArea h3.org_tit,
.contactArea h3.grn_tit{
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.contactArea h3.org_tit{
  color: #ff4001;
}
.contactArea h3.grn_tit{
  color: #07bf43;
}

.btn_contact_org,
.btn_contact_grn,
.btn_contact_org:visited,
.btn_contact_grn:visited{
  position: relative;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  color: var(--color-wht);
  font-size: clamp(2.0rem, 2.2vw, 2.6rem);;
  font-weight: 500;
  padding: 17px 10px;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn_contact_org,
.btn_contact_org:visited{
  background-image: linear-gradient(0deg, rgba(213, 56, 22, 1), rgba(246, 134, 58, 1));
}
.btn_contact_grn,
.btn_contact_grn:visited{
  background-image: linear-gradient(0deg, rgba(56, 156, 32, 1), rgba(86, 186, 82, 1));
}
.btn_contact_org:hover{
  background-image: linear-gradient(180deg, rgba(213, 56, 22, 1), rgba(246, 134, 58, 1));
}
.btn_contact_grn:hover{
  background-image: linear-gradient(180deg, rgba(56, 156, 32, 1), rgba(86, 186, 82, 1));
}
.btn_contact_org span,
.btn_contact_grn span{
  border: 1px solid var(--color-wht);
  font-size: 2.4rem;
  line-height: 1.0;
  letter-spacing: 0.07em;
  padding: 5px;
  margin-right: 10px;
}

@media (max-width: 768px) {
  .tit_contact{font-size: 2.2rem;}
  .tit_contact02{font-size: 2.8rem;}
  .contactArea h3.org_tit,
  .contactArea h3.grn_tit{
    font-size: 1.8rem;
  }
  .staff_l,
  .staff_r{
    top: 3%;
    width: 16%;
    z-index: 5;
  }
  .staff_l{left: 0;}
  .staff_r{right: 0;}

  .contactArea .itembox02:first-child{
    margin-bottom: 30px;
  }
}


/* フォーム部分 */
.form_list {
  margin: 0;
  padding: 0;
}
.form_item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}
.form_item dt {
  width: 26%;
  font-weight: bold;
  padding-top: 5px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form_item dd {
  width: 70%;
  margin: 0;
}
/* p 無効化 */
.form_item dt p,
.form_item dd p {
  display: contents;
  margin: 0;
}

input[type="text"] ,
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="select"],
input[type="select"],
textarea{
  width: 100%;
  font-size: 1.6rem;
  padding: 10px;
  border: 1px solid #ccc;
  background: var(--color-wht);
}

/* 必須ラベル */
.required,
.nini{
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  padding: 2px 10px;
}
.required {
  background: #ed1c24;
}
/* 任意ラベル */
.nini{
  background: var(--color-blue);
}

/* 名前横並び／苗字と氏名 */
.name_wrap {
  display: flex;
  gap: 10px;
}
.name_wrap input {
  flex: 1;
  width: 100%;
}

/* ラジオボタン */
.radio_group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 5px;
}
.radio_group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
/* ラジオ縦並び */
/* 元のラジオボタンを完全に非表示 */
.radio_group input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
/* ラジオ全体 */
.radio_group .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}
/* input非表示 */
.radio_group input[type="radio"] {
  position: absolute;
  opacity: 0;
}
/* label */
/* .radio_group label {
  position: relative;
  display: block;
  line-height: 1.8;
  cursor: pointer;
} */
/* 文字部分（CF7が出す span） */
.radio_group label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
}

/* 外側の円 */
.radio_group label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #fff;
}
/* 内側の点 */
.radio_group label span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color-blue);
  opacity: 0;
}
/* checked時 */
.radio_group input[type="radio"]:checked + span::after {
  opacity: 1;
}
.radio_group input[type="radio"]:checked + span {
  font-weight: 500;
  color: var(--color-blue);
}

/* エラー */
.error{
  color: #ed1c24;
  font-size: 1.5rem;
  line-height: 2.0;
}

.contact_privacy{
  font-size: 1.5rem;
}
.contact_privacy a:link,
.contact_privacy a:visited{
  color: #0000ff;
  text-decoration: underline;
}
.contact_privacy a:hover{
  color: var(--color-blue);
}

/* 送信ボタン */
.btn_submit {
  display: block;
  width: 260px;
  height: auto;
  background-image: linear-gradient(0deg, rgba(213, 56, 22, 1), rgba(246, 134, 58, 1));
  color: var(--color-wht);
  font-size: 2.2rem;
  font-weight: 400;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  padding: 12px 30px;
  margin: 30px auto 0;
  transition: 0.3s;
}

.btn_submit:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}
::placeholder{
  color: #aaa;
}

/* Added by MSD 2025.09.10 */
/* お問い合わせ内容のラジオボタン次第で表示・非表示する */
/* jsで制御  デフォルトでは非表示 */
.hp-field{
  display: none;
}

@media (max-width: 768px) {
  .form_item,
  .form_item dt,
  .form_item dd{
    display: block;
    width: 100%;
  }
  .form_item dt{margin-bottom: 5px;}
  .required,
  .nini{
    margin-left: 10px;
  }
  .name_wrap input:first-child{
    margin-bottom: 10px;
  }

}



/* ==============================
    Footer
=============================== */
footer{
  background-image:url(../images/flow_bg.png), linear-gradient(90deg, rgba(0, 122, 226, 1),rgba(0, 220, 248, 1));
  background-size:clamp(450px, 90%, 1200px) auto,cover;
  background-position: right center,center;
  background-repeat: no-repeat,no-repeat;
    padding: 80px 0 40px;
}
footer .subti_main,
footer .tit_main{
  text-align: left;
  color: var(--color-wht);
}
.tit_footAbout{
  color: var(--color-wht);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.fot_about{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fot_about > div{
  display: flex;
  gap: 30px;
}
.fot_about dt{
  width: 100px;
  text-align: justify;
  text-align-last: justify;
  color: var(--color-wht);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}
.fot_about dd{
  flex: 1;
  color: var(--color-wht);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
}

.copy{
  color: var(--color-wht);
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-top: 30px;
}

@media (max-width: 768px) {
  footer{padding: 50px 0 80px;}
  .fot_about{gap: 20px;}
  .fot_about > div{
    flex-direction: column;
    gap: 5px;
  }
  .fot_about dt,
  .fot_about dd{
    text-align: left;
    text-align-last:left;
    font-size: 1.6rem;
  }

}

/* ==============================
    contact_btn
=============================== */
.btn_fixed{
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  gap: 10px;
  z-index: 999;
}
.btn_org,
.btn_grn,
.btn_org:visited,
.btn_grn:visited{
  position: relative;
  flex: 0 0 340px;
  border-radius: 5px;
  text-align: center;
  color: var(--color-wht);
  padding: 20px 10px 6px;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.btn_org,
.btn_org:visited{
  background-image: linear-gradient(0deg, rgba(213, 56, 22, 1), rgba(246, 134, 58, 1));
}
.btn_grn,
.btn_grn:visited{
  background-image: linear-gradient(0deg, rgba(56, 156, 32, 1), rgba(86, 186, 82, 1));
}
.btn_org:hover,
.btn_grn:hover{
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
}
.btn_org:hover{
  background-image: linear-gradient(180deg, rgba(213, 56, 22, 1), rgba(246, 134, 58, 1));
}
.btn_grn:hover{
  background-image: linear-gradient(180deg, rgba(56, 156, 32, 1), rgba(86, 186, 82, 1));
}
.btn_org::after,
.btn_grn::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: var(--color-wht);
  height: calc(tan(60deg) * 15px / 2);
  width: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}


.btn_ttl{
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.btn_free{
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  color: var(--color-wht);
  text-align: center;
  font-size: 2.0rem;
  line-height: 2.0;
  margin-top: 5px;
}
.line_free{
  border: 1px solid var(--color-wht);
  color: var(--color-wht);
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 0 5px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .btn_fixed{
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    gap: 0;
  }
  .btn_org,
  .btn_grn{
    flex: 1;
    border-radius: 0;
    padding: 5px 5px 7px;
    font-size: 1.2rem;
    justify-content: center;
  }
  .btn_org:hover,
  .btn_grn:hover{
    transform: none;
    box-shadow: none;
  }
  .btn_org::after,
  .btn_grn::after{
    display: none;
  }
  .btn_free{
    font-size: 1.3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .btn_ttl{display: none;}

  .line_free{
    font-size: 1.7rem;
    padding: 8px 3px;
  }
  .btn_freetxt{
    display: inline-block;
    text-align: left;
    line-height: 1.5;
  }

}