@charset "utf-8";
/* CSS Document */


/*ご案内*/

section#con01{
	margin-bottom: 50px;
}

section#con01 .h2title{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 50px;
	  position: relative;
}

section#con01 .h2title h2 {
    position: relative;
    width: 37.5%;
    height: 9.8rem;
    border-top: 3px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-border-top-right-radius: 50px;
    -webkit-border-bottom-right-radius: 50px;
    -moz-border-radius-topright: 50px;
    -moz-border-radius-bottomright: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 8px;
    background: padding-box linear-gradient(white,white), border-box repeating-linear-gradient(90deg, #23BADA, #B4D34A, #F28E1E);
}

section#con01 .text_right{
	position: absolute;
	display: block;
	top: 30%;
    left: 40%;
	color: #333333;
	font-size: 112.5%;
}

@media screen and (max-width: 1200px) {
    section#con01 .text_right{
	position: absolute;
	display: block;
	top: 30%;
    left: 40%;
	font-size: 112.5%;
}
}
	


section#con01 .inner .telarea{
	width: 704px;
	margin: 50px auto 115px;;
	border: 2px solid #000;
	font-family: 'Zen Maru Gothic', sans-serif;
	border-radius: 52px;
	height: 225px;
	padding: 30px 50px 30px 50px;
	position: relative;
	 background-color: #fff;
}

section#con01 .inner .tel_in1{
	font-size: 137.5%;
	text-align: center;
	border-bottom: 2px solid #000;
	padding-bottom: 10px;
}

section#con01 .inner .tel_in1 span{
	font-size: 287.5%;
	position: relative;
   margin-left: 30px;
}

section#con01 .inner .tel_in1 span::before{
	content: '';
    display: block;
    background-image: url(../images/contact/tel_icon.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 39px;
    top: 50%;
    left: -8%;
    position: absolute;
    transform: translateY(-30%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}

section#con01 .inner .tel_in1 span::after{
	content: '';
    display: block;
    background-image: url("../images/contact/mican.png");
    background-repeat: no-repeat;
	background-size: cover;
    /*width: 254px;
    height: 128px;*/
     width: 334px;
    height: 182px;
	position: absolute;
	top: -135px;
	left: 370px;
    /*top: 50%;
    left: -8%;
    position: absolute;
    transform: translateY(-80%) translateX(180%);
    -webkit- transform: translateY(-50%) translateX(-50%);*/
}

section#con01 .inner .tel_in2{
	font-size: 112.5%;
	text-align: center;
	margin-top: 20px;
}


section#con01 .inner .telarea_bak{
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	background-color: #fffbee;
	height: 185px;
	display: block;
    margin-top: -240px;
}



/*ご案内*/


/*お問い合わせ*/

section#con02 .text_right{
	position: absolute;
	display: block;
	top: 38%;
	left: 40%;
	color: #333333;
	font-size: 112.5%;
	
}

@media screen and (max-width: 1200px) {
   section#con02 .text_right{
	position: absolute;
	display: block;
	top: 38%;
    left: 40%;
	color: #333333;
	   font-size: 112.5%;
}
}

section#con02 .h2title{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-top: 50px;
	 position: relative;
}

section#con02 .h2title h2 span {
    display: block;
    font-size: 131.3%;
    position: absolute;
    top: 50%;
    right: 5.47rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}




section#con02 .steplist{
    width: 100%;
    border-bottom: 1px solid #AEAEAE;
    padding: 0 0 2.03rem;/*30,0*/
	margin-top: 50px;
}

section#con02 .steplist ul{
    display: flex;
    gap: 0 1.15rem;/*0,17*/
    justify-content: center;
}

section#con02 .steplist ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.04rem;/*193*/
    height: 2.97rem;/*44*/
    background-color: #E6E6E6;
}

section#con02 .now{
    background-color: #333333!important;
    color: #fff!important;
}



/*お問い合わせフォーム*/

/*お問い合わせ*/

section#con02 {
  max-width: 63.51rem;
  width: 112.5%;
  margin: 0px auto !important;
  padding: 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
}


section#con02 .intro {
  width: 100%;
  margin: 40px auto 0px;
  text-align: center;
  font-size: 112.5%;
  color: #666666;
  font-family: 'Noto Sans JP', sans-serif;
}
section#con02 .position {
  max-width: 41.55em;
  width: 100%;
  margin: 4.39rem auto 0px;
  transform: rotate(0.05deg);
  font-size: 87.5%;
  font-weight: 500;
  text-align: center;
}
section#con02 .position ul {
  display: flex;
}
section#con02 .position ul li {
  width: calc(100% / 3);
  height: 2.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E6E6E6;
  color: #333333;
}
section#con02 .position ul li:nth-child(2) {
  margin: auto 1.08rem;
}


section#con02 .position ul li:nth-child(1) {
  width: calc(100% / 3);
  height: 2.97rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section#con02 .formtable .column select {
  width: 45.25rem; 
  font-weight: 500;
  font-size: 112.5%;
  padding: 15px 0;
  border: 1px solid #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-indent: 1.55rem;
  color: #353535;
  font-family: 'Noto Sans JP', sans-serif;
}
section#con02 .select::before {
  position: absolute;
  top: 1.38rem;
  right: 2.5rem;
  width: 22px;
  height: 15px;
  content: "";
  display: block;
  background-image: url("../images/contact/contact_img.png");
	background-repeat: no-repeat;
  background-position: center;
  background-size: 1.42rem auto;
  pointer-events: none;
  font-family: 'Noto Sans JP', sans-serif;
}
section#con02 .formwrap {
  width: 100%;
  margin: 75px auto 0;
  letter-spacing: 0.15em;
}
section#con02 .formtable .row.noex {
  margin: 20px auto 40px;
}
section#con02 .formtable .label {
  width: 18.24rem;
  margin-top: 0.74rem;
}
section#con02 .formtable .label dl {
  display: table;
}
section#con02 .formtable .label dl dt {
  width: 3.18rem;
  font-size: 87.5%;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #EC2028;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 0;
}
section#con02 .formtable .label dl dd {
  font-size: 100%;
  color: #353535;
  padding-left: 1.01rem;
}
section#con02 .formtable .label dl dt, #block01 .formtable .label dl dd {
  display: table-cell;
}
section#con02 .formtable .column {
  width: calc(100% - 18.24rem);
  font-size: 87.5%;
	color: #575757;
	
}
section#con02 .formtable .column dl dt.select {
  display: inline-block;
  position: relative;
}
section#con02 .formtable .row.noex {
  margin: 20px auto 40px;
}
section#con02 .formtable .row {
  width: 100%;
  margin: 20px auto;
  display: flex;
  align-items: start;
}
section#con02 .formtable .column input.size01 {
  width: 100%;
}
section#con02 .formtable .column input {
  font-size: 100%;
  border: 1px solid #949494;
  background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 15px 0;
}
section#con02 .formtable .column input.size02 {
  width: 23.18rem;
}
section#con02 .formtable .label dl dt.ninni {
  background-color: #AEAEAE;
}
section#con02 .formtable .column textarea {
  width: 100%;
  height: 230px;
  font-size: 100%;
     border: 1px solid #949494;
    background-color: #f9f9f9;
  box-sizing: border-box;
  padding: 15px 0;
}
section#con02 .formtable .row.flexnone {
  display: block;
}
section#con02 .formtable .row.flexnone {
  display: block;
}
section#con02 .formtable .row.flexnone .column {
  width: 100%;
  margin-top: 15px;
}
/*ラジオボタン*/
section#con02 .column dl dt.radio {
  display: flex;
  align-items: center;
 /* width: 100%;*/
  background-color: #F2F2F2;
  margin-top: 10px;
  padding: 15px 1.35rem;
  font-family: 'M PLUS Rounded 1c';
  transform: rotate(0.05deg);
  font-size: 87.5%;
}
section#con02 .column dl dt.radio label {
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}
section#con02 .column dl dt.radio label input[type="radio"] {
  opacity: 0;
  appearance: none;
  /*position: absolute;*/
}
section#con02 .column dl dt.radio label .text {
  padding-left: 3.00rem;
  font-size: 112.5%;/*18*/
 color: #000;
}
section#con02 .column dl dt.radio label .text::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background: #fff;
  content: "";
  border-radius: 50%;
}
section#con02 .column dl dt.radio label .text::after {
  position: absolute;
  top: 6px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #333333;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}
section#con02 .column dl dt.radio label input:focus + span::before {
  box-shadow: 0 0 4px #A06EB1;
}
section#con02 .column dt.radio label input:checked + span::after {
  opacity: 1;
}
section#con02 .formtable .row.flexnone .column dl dt .policy {
  height: 190px;
  overflow-x: hidden;
  overflow-y: scroll;
  border: 1px solid #C7C7C7;
  padding: 30px;
 font-size: 87.5%;
    color: #000;
}
section#con02 .btns02 {
  margin-top: 50px;
 margin-bottom: 125px;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 0 2.03rem; /*30*/
}
/*追記*/
section#con02 .btns02 input {
  margin: 0 auto;
  text-indent: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #000;
  width: 23.85rem;/*353*/
   height: 9.86rem;;/*146*/
  background: none;
  background-image: url("../images/common/btn03.png");
  background-repeat: no-repeat;
  background-size: 23.85rem 9.86rem;
    font-size: 112.5%;/*18*/
  text-indent: 0;
  z-index: 1;
	font-weight: 500;
font-family: 'Zen Maru Gothic', sans-serif;
}
section#con02 .btns02 input:not(:disabled):hover {
  background-image: url("../images/common/btn03_h.png");
  color: #fff;
}
section#con02 .btns02 input.back {
  background-image: url("../images/common/back.png");
}
section#con02 .btns02 input.back:hover {
  background-image: url("../images/common/back_h.png");
}


/*左側に矢印*/
section#con02 .btns02 {
    text-indent: 3.38rem;/*50*/
}
section#con02 .btns02::after{
    content: '';
    display: block;
    width: 1.82rem;/*27*/
    height: 0.68rem;/*10*/
    background-image: url("../images/common/arrow01.png");
    background-repeat: no-repeat;
    background-size: 1.82rem 0.68rem;
    position: absolute;
    top: 50%;
    right: 360px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;
}

section#con02 .btns02:has(input:not(:disabled)):hover::after {
    background-image: url("../images/common/arrow01_h.png");
    transform: translate(5px, -50%);
    /*アニメーションの指定*/
    transition: all 0.3s;
}

@media screen and (max-width: 1200px) {
   section#con02 .btns02::after{
    content: '';
    display: block;
    width: 1.82rem;/*27*/
    height: 0.68rem;/*10*/
    background-image: url("../images/common/arrow01.png");
    background-repeat: no-repeat;
    background-size: 1.82rem 0.68rem;
    position: absolute;
    top: 50%;
    right: 300px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;

}
}
	


section#con02 .parts01 {
  column: absolute;
  width: 8.92rem;
  left: 9.8rem;
  top: 136.14rem;
}
.under_img {
  width: 100%;
  margin: 0 auto;
  position: relative;
  margin-top: -7.50rem;
  z-index: -1;
}
.under_img img {
  width: 100%;
}
/*確認画面*/
section#con02 .formtable {
  width: 100%;
  margin: 60px auto;
  overflow: hidden;
  font-size: 112.5%;
   border-top: 1px solid #AEAEAE;
  padding-top: 30px;
}

section#con02 .formtable.none {
  width: 100%;
  margin: 60px auto;
  overflow: hidden;
  font-size: 112.5%;
	border: none;
  padding-top:0px!important;
}



section#con02 .formtable table#form {
  width: 100%;
  margin: 0 auto;
}
section#con02 .formtable table#form th, main.contact .formtable table#form td {
  padding: 20px 0;
}
section#con02 .formtable table#form th {
  width: 18.24rem;
  color: #353535;
}
section#con02 .formtable table#form td {
  width: calc(100% - 18.24rem);
}

.grecaptcha-badge{
    bottom: 10.0rem !important;
}

/**/
/*ipad*/
@media screen and (max-width: 1400px) {
#contents.contact #block01{
    max-width: 85%;
}
    
}/*ipad締め*/






/*お問い合わせフォーム*/
/*-----------------------------------------------------------*/
/*アクセス解析ツールについて*/


section#con03 {
  max-width: 63.51rem;
  width: 100%;
  margin: 0px auto !important;
  padding: 0 !important;
  font-family: 'Noto Sans JP', sans-serif;
}

section#con03 dl{
	margin-bottom: 100px;
}

section#con03 dl dt{
    font-size: 112.5%;/*18*/
    text-align: center;
    padding: 0 0 1.22rem;/*0,18*/
    border-bottom: 1px solid #AEAEAE;
}

section#con03 dl dd{
    padding: 1.01rem 0 0;/*15,0*/
    font-size: 93.8%;/*15*/
    line-height: 200%;
}

/*-----------------------------------------------------------*/

/*確認ページでのボタン調整*/

.btn02top{
	display: flex;
    gap: 50px;
    justify-content: center;
}

section#con02 .btns02.arrow::after{
    content: '';
    display: block;
    width: 1.82rem;/*27*/
    height: 0.68rem;/*10*/
    background-image: url("../images/common/arrow01.png");
    background-repeat: no-repeat;
    background-size: 1.82rem 0.68rem;
    position: absolute;
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 1;
    transition: all 0.3s;
}

section#con02 .btns02.arrow:hover::after{
    background-image: url("../images/common/arrow01_h.png");
    transform: translate(5px, -50%);
    /*アニメーションの指定*/
    transition: all 0.3s;
}


/*確認ページでのボタン調整*/

/* ラジオボタンのコンテナ（元々の dt.radio のスタイル） */
section#con02 .column dl dt.radio {
  display: flex;
  align-items: center;
  background-color: #F2F2F2;
  margin-top: 10px;
  padding: 15px 1.35rem;
  font-family: 'M PLUS Rounded 1c';
  transform: rotate(0.05deg);
  font-size: 87.5%;
}

/* labelの調整 */
section#con02 .column dl dt.radio label {
  width: 100%; /* 全幅に変更 */
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}

/* input[type="checkbox"] の見た目制御 */
section#con02 .column dl dt.radio label input[type="checkbox"] {
  opacity: 0;
  appearance: none;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}

/* ラベルテキスト部分（.wpcf7-list-item-label を .text として扱う） */
section#con02 .column dl dt.radio label .wpcf7-list-item-label {
  padding-left: 3.00rem;
  font-size: 112.5%; /* 18px */
  color: #000;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 30px;
}

/* 疑似要素の配置（before） */
section#con02 .column dl dt.radio label .wpcf7-list-item-label::before {
  position: absolute;
  top: 0px;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  background: #fff;
  content: "";
  border-radius: 50%;
}

/* 疑似要素の配置（after） */
section#con02 .column dl dt.radio label .wpcf7-list-item-label::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #333333;
  content: "";
  opacity: 0;
  transition: all 0.3s;
}

/* フォーカス時の影 */
section#con02 .column dl dt.radio label input:focus + .wpcf7-list-item-label::before {
  box-shadow: 0 0 4px #A06EB1;
}

/* チェック時の動作 */
section#con02 .column dt.radio label input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}



/* スピナー（読み込み中アイコン）がレイアウトを崩さないように制御 */
section#con02 .btns02 .wpcf7-spinner {
    display: none; /* 今回のボタンデザインでは不要であれば非表示にする */
}

p.conf_txt{
	font-size: 125%;/*20*/
	line-height: 1;
	letter-spacing: 0.05em;
	color: #333;
	text-align: center;
}

/*お問い合わせ*/