@charset "utf-8";
body {
    background-color: #FFD5D5;
}
html {
  scroll-behavior: auto !important; /* スムーススクロール無効 */
}
@media (min-width: 1200px){
	.container {
	width: 1200px;
	}
}
.container {
  background-color: #fff;
}


/*all*/
.pc_on {
    display: block;
}
.pc_non {
    display: none;
}
.bg_blue {
    width: 94%;
    margin: 3% 3% 20px;
    padding: 0 0 50px 0;
    background-color: #d9f3ff;
}
.cont_w_bg {
    margin: 0 30px;
    padding: 30px;
    background-color: #fff;
}
.f_blue {
    color: #0071c7;
}
.f_orange {
    color: #ff7728;
}
.bd_bottom {
    margin: 0 0 5px 0;
    padding: 0 0 5px 0;
    border-bottom: 2px solid #0071c7;
}
.pd_top {
    padding: 80px 0 0 0;
}
.pd_top02 {
    padding: 40px 0 0 0;
}
.cont_ttl {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
}
.cont_ttl h2 {
    font-size: 4rem;
    font-weight: bold;
}
.cont_ttl h3 {
    font-size: 3rem;
    font-weight: bold;
}
.cont_ttl p {
    width: 100%;
}
.cont_ttl_02 {
    width: 100%;
    margin: 80px 0 20px 0;
    text-align: center;
}
.cont_ttl_02 h2 {
    font-size: 4rem;
    font-weight: bold;
}
.cont_ttl_02 h3 {
    font-size: 3rem;
    font-weight: bold;
}
.cont_ttl_03 {
    margin: 0 0 -20px 0;
    padding: 20px 0 0 0;
    text-align: center;
}
.cont_ttl_03 h3 {
    font-size: 2em;
    font-weight: bold;
}
.flex-wrap {
    width: 100%;
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
}
.flex-item_2 {
    width: 48%;
    margin: 0 1%;
    padding: 20px;
}
.flex-item_2_02 {
    width: 48%;
    margin: 0 1%;
    padding: 20px;
}
.flex-item_3 {
    width:31.3%;
    padding: 20px;
    margin: 0 1% 20px;
    display: flex;
    flex-direction: column;
}
.flex-item_3:nth-child(n + 4) {
  margin-bottom: 0;
}

.flex-item_3_02 {
    width:31.3%;
    padding: 20px;
    margin: 0 1% 20px;
}
.weight {
  text-align: center;
  margin-top: auto;
  background: #fccfb5;
  color: #ff7728;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
}

.flex-item_3_02:nth-child(n + 4) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
.pc_on {
    display: none;
}
.pc_non {
    display: block;
}
.cont_ttl h2 {
    font-size: 3.4rem;
}
.cont_ttl h3 {
    font-size: 2.6rem;
}
.cont_ttl_03 {
    margin: 0;

}
.cont_w_bg {
    margin: 0 10px;
    padding: 20px;
}
.flex-item_2_02 {
    width:86%;
    padding: 20px;
    margin: 0 auto 20px;
}

.flex-item_3 {
    width:86%;
    padding: 20px;
    margin: 0 auto 20px;
}
.flex-item_3:nth-child(n + 4) {
    margin: 0 auto 20px;
}
.flex-item_3:last-child {
    margin: 0 auto 0;
}

}

/*main_Img*/
#main_Img {
    width: 1200px;
    margin: 0 auto;
    padding: 76px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}
.main_Img_L {
    width: 50%;

    background-color: #858585;
}
.main_Img_ttl01 {
    width: 100%;
    padding: 10px 20px;
}
.main_Img_sp {
    display: none;
}
.main_Img_ttl02 {
    width: 100%;
    padding: 10px 20px;
    background-color: #0071C7;
    color: #fff;
}
.main_Img_ttl02 h3 {
    font-size: 4rem;
}
.main_Img_read {
    padding: 20px;
    color: #fff;
}
.main_Img_R {
    width: 50%;
    background-color: #C1C1C1;
}
@media screen and (max-width: 1025px) {
#main_Img {
    width: 100%;
    padding: 70px 0 0 0;
}

.main_Img_L {
    width: 50%;
    height: auto;
    background-color: #858585;
}
.main_Img_ttl02 {
    width: 100%;
    padding: 10px 20px;
    background-color: #0071C7;
    color: #fff;
}
.main_Img_ttl02 h3 {
    font-size: 2.4rem;
}
.main_Img_read {
    padding: 10px 20px;
}
.main_Img_read p {
    font-size: 1.4rem;
}
}

@media screen and (max-width: 768px) {
.main_Img_L {
    width: 100%;
}
.main_Img_ttl02 {
    text-align: center;
}
.main_Img_sp {
    display: block;
}
.main_Img_read p {
    margin: 5px 0;
    font-size: 1.6rem;
}
.main_Img_R {
    display: none;
}
}


/*merit*/
.merit_read {
    margin: 0 0 20px 0;
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
}
.merit_point {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
.merit_point .flex-item_2 {
    background-color: #0071c7;
    border-radius: 10px;

}
.merit_point .flex-item_2 p {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
@media screen and (max-width: 768px) {
.merit_read {
    font-size: 2.6rem;
}.merit_point {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
}

/*Feature*/
.feature .flex-item_3 {
    background-color: #fff;
    border: 2px solid #f0f0f0;
    border-radius: 10px;
}
.namber {
    text-align: center;
    font-size: 4rem;
    font-weight: bold;
    color: #0071c7;
}
.feature_txt {
    margin: 10px 0 0 0;
}
.feature_txt h3 {
    margin: 0 0 10px 0;
    font-size: 2rem;
    font-weight: bold;
}

.feature_txt ul {
  list-style: disc;
  padding-left: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .namber {
    font-size: 3rem;
}
}

/*how_to*/
.how_to_step {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #0071c7;
    font-size: 3rem;
}
.how_to_step:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -24px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #0071c7;
    z-index: 1;
}
.how_to_step:last-of-type::after {
  content: none;
}
.how_to_step p {
    font-size: 2.4rem;
    font-weight: bold;
}
.how_to_step_L {
    width: 40px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0071c7;
}
.how_to_step_R {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}
@media screen and (max-width: 768px) {
.how_to_step p {
    font-size: 2rem;
}
.how_to_step_L {
    height: auto;
}
.how_to_step_R {
    height: auto;
    padding: 10px;
    text-align: center;
}
}

/*price*/
.price {
    width: 530px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.price p {
    font-size: 2.4rem;
    font-weight: bold;
    
}
.price_01 {
    width: 360px;
    padding: 10px;
    background-color: #ff7728;
    border-radius: 10px;
    color: #fff;
}
.price_02 {
    width: 40px;
    padding: 10px;
    color: #ff7728;
}
.price_03 {
    width: 130px;
    padding: 10px;
    border: 2px solid #ff7728;
    border-radius: 10px;
    color: #ff7728
}
.notes {
    text-align: center;
}
@media screen and (max-width: 768px) {
.price {
    width: 100%;
}
.price p {
    font-size: 2rem;
}
.price_01 {
    width: 100%;
    padding: 10px;
    background-color: #ff7728;
    border-radius: 10px;
    color: #fff;
}
.price_02 {
    width: 40px;
    margin: 0 auto;
    padding: 10px;
    color: #ff7728;
}
.price_03 {
    width: 100%;
    padding: 10px;
    border: 2px solid #ff7728;
    border-radius: 10px;
    color: #ff7728
}
}

/*delivery*/
.delivery_point {
    text-align: center;
}
.delivery_point .flex-item_3 {
    background-color: #0071c7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.delivery_point .flex-item_3 p {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
}
    

/*case*/
.case {
    text-align: center;
}
.case p {
    margin: 5px 0 0 0;
}
@media screen and (max-width: 768px) {
.case .flex-item_3 {
    padding: 0;
}
}

/*conpany*/
.conpany_cont img {
    width: 600px;
}
.conpany_cont h2 {
    margin: 50px 0 20px 0;
    text-align: center;
    font-size: 2.4rem;
    font-weight: bold;
}


.company_tbl {
    width: 600px;
    margin: 0 auto;
}
.company_tbl tr {
    border-top: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
}
.company_tbl tr:last-child {
    border-bottom: solid 1px #000;
}
.company_tbl th {
    background: #e3e3e3;
    padding: 20px;
    width: 20%;
    font-size: 1.4rem;
    border-right: solid 1px #000;
}
.company_tbl td {
    padding: 20px;
    font-size: 1.4rem;
}
   
  @media screen and (max-width: 640px) {
.conpany_cont img {
    width: 90%;
}
    .company_tbl {
      width: 90%;
    }
    .company_tbl th,
    .company_tbl td {
    　border-bottom: none;
      display: block;
      width: 100%;
      font-size: 1.6rem;
    }
    .company_tbl th {
    padding: 10px;
    border-right: none;
    border-bottom: solid 1px #000;
}
}


/*contact*/
.contact_read {
    margin: 0 0 30px 0;
    text-align: center;
}

.form_group {
display: flex;
flex-wrap: wrap;
margin-bottom: 30px;
font-size: 1.6rem;
}


.form_item {
    width:30%;
    padding: 10px;
    text-align: center;
    background: #FFDCAF;

    display: flex;
    align-items: center;
    justify-content: center;
}
.form_item p:nth-child(2) {
  font-size: 1.4rem;
}
.form_item_double {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.form_item_double p {
  margin: 0;
  text-align: center;
}
.required_item::after {
  content: "必須";
  font-size: 1.2rem;
  margin-left: 8px;
  padding: 2px 6px;
  background: #e60012;
  color: #fff;
  border-radius: 4px;
}
.form_input {
    width:70%;
    background: #fff;
}
.form_input_in {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
}

.form_label {
    width: 70px;
    font-size: 1.6rem;
}
.form_label02 {
    width: 170px;
    font-size: 1.6rem;
}
.form_label_L {
    width: 180px;
    font-size: 1.6rem;
}

.form_input_in input {
    flex: 1;
    padding: 8px 10px;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.form_input_in input.input_short {
  flex: 0 0 auto;
  width: 50%;
}

.form_input_in input.input_short02 {
  flex: 0 0 auto;
  width:30%;
}

.form_input_in.radio {
  display: flex;
  align-items: center;
}

.radio_wrap {
  display: flex;
  align-items: center;
}

.radio_item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
}

.input_with_unit {
  display: flex;
  align-items: center;
  gap: 6px;
}

.unit {
  font-size: 1.6rem;
  white-space: nowrap;
}


.form_input_in select {
  margin: 0;
  padding: 8px 10px;
  font-size: 1.6rem;
  line-height: 1.4;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 6px;
}
.form_input_in_weight {
    width: 100%;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;
}
.form_input_in_weight_in {

}


.form_input_in textarea {
  flex: 1;
  width: 100%;
  padding: 10px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  resize: vertical;
}

.form_input_in textarea:focus {
  outline: none;
  border-color: #f2a900;
  box-shadow: 0 0 0 2px rgba(242,169,0,.2);
}

.form_bottan {
    width: 100%;
    margin: 50px 0 0 0;
}
input[type="submit"] {
  background: #fff;
  color: #ff7728;
  border: 2px solid #ff7728;
  border-radius: 10px;
  padding: 10px 50px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
input[type="submit"]:hover {
  background: #ff7728;
  color: #fff;
}
input[type="button"] {
  background: #fff;
  color: #ff7728;
  border: 2px solid #ff7728;
  border-radius: 10px;
  padding: 10px 50px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
input[type="button"]:hover {
  background: #ff7728;
  color: #fff;
}
input[type="reset"] {
  background: #fff;
  color: #ff7728;
  border: 2px solid #ff7728;
  border-radius: 10px;
  padding: 10px 50px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
input[type="reset"]:hover {
  background: #ff7728;
  color: #fff;
}


@media screen and (max-width: 768px) {
.contact_read p {
    font-size: 1.4rem;
}
  .form_group {
    flex-direction: column;
  }

  .form_item {
    width: 100%;
    justify-content: flex-start;
    background: #FFDCAF;
    font-weight: bold;
  }
  .form_item_double {
    align-items: flex-start;
  }

  .form_item_double p {
    text-align: left;
  }
  .form_input {
    width: 100%;
  }

  .form_input_in {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 12px 10px;
    border-bottom: 1px solid #ddd;
  }

  .form_input_in:last-child {
    border-bottom: none;
  }

  .form_label {
    width: auto;
    font-size: 1.4rem;
  }

  .form_input_in input,
  .form_input_in input.input_short {
    width: 100%;
    max-width: none;
  }


  .form_input_in.radio {
    flex-direction: column;
    align-items: flex-start;
  }

  .form_input_in.radio .form_label {
    margin-bottom: 6px;
    font-weight: bold;
  }

  .radio_wrap {
    flex-direction: row;
  }
  .radio_item {
  white-space: nowrap;
}

.form_input_in input[type="radio"],
.form_input_in input[type="checkbox"] {
  flex: 0;
  width: auto;
  margin: 0;
}
}


/*footer*/
.footer {
    padding: 0 0 20px 0;
    text-align: center;
    color: #0071C7;
    font-weight: bold;
}

.footer_tel{
    font-size: 2.4rem;
}
a.tel {
  color: #0071C7;        /* 好きな色 */
  text-decoration: none;
}

@media screen and (max-width: 768px) {
.footer {
    padding: 0 0 80px 0;
}
}

/*footer_contact*/
.sp_fixed_cta {
    display: none;
}
@media only screen and (max-width:1024px){
 /* 下部固定エリア */
  .sp_fixed_cta{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;

    display: flex;
    z-index: 900;
  }

  /* お問い合わせボタン（左） */
  .btn_contact_fixed{
    flex: 1;
    background: #ff8c00;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    line-height: 56px;
    text-decoration: none;
  }

  .btn_totop{
    width: 56px;
    background: #333;
    text-decoration: none;

    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* 上向き三角（2辺） */
  .arrow_up{
    width: 14px;
    height: 14px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
  }

}

div.combinationImg {
    max-width: 450px;
    margin: 0 auto;
}