@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap');

/* =========================================================
　◆reset
========================================================= */
#kireicp img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

/* =========================================================
　◆TOPレイアウト
========================================================= */
#kireicp {
  margin: 0 auto;
  color: #E61200;
  background-color: #FFFFFF;
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", Meiryo, serif;
  font-size: 16px;
  font-style: normal;
  line-height: 1.4;
  font-weight: 500;
  font-variant: normal;
  min-width: 1100px;
  position: relative;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#kireicp .mv{
position: relative;
width: 100%;
height: 446px;
background: url("../img/img_mv_bg_pc.jpg") center center no-repeat;
background-size: cover;
border-bottom: solid 5px #E61200;
}
#kireicp .mv_inner{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width: 100%;
max-width: 1050px;
}
#kireicp .mv_catch{
width: 77%;
max-width: 800px;
margin-left: auto;
}
#kireicp .mv_date{
width: 77%;
max-width: 800px;
margin-left: auto;
margin-top: 20px;
}
@media screen and (max-width: 640px) {
#kireicp {
    font-size: 14px;
    font-size: 3.733vw;
    min-width: auto;
    min-width: initial;
  }
#kireicp .mv{
position: relative;
height: auto;
background: none;
border-bottom: solid 3px #E61200;
}
#kireicp .mv_inner{
position: absolute;
width: 94%;
}
#kireicp .mv_catch{
width: 56%;
margin-left: auto;
}
#kireicp .mv_date{
width: 100%;
margin: 3vw auto 0;
}
}

/* MAIN */
#kireicp .main{
  background-image: url("../img/bg_main.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}
#kireicp .sec_wrap{
width: 94%;
max-width: 1050px;
margin: 0 auto;
}
#kireicp .sec_box{
margin: 60px auto;
}
#kireicp .txt_deg{
transform:rotateZ(0.03deg);
}
#kireicp .sec_title{
font-size: 38px;
font-weight: 900;
text-align: center;
font-style: italic;
-webkit-text-stroke: 8px #FFFFFF;
text-stroke: 8px #FFFFFF;
paint-order: stroke;
margin: 20px auto;
transform:rotateZ(0.03deg);
}
@media screen and (max-width: 640px) {
#kireicp .main{
  padding: 3vw 0;
}
#kireicp .sec_wrap{
width: 90%;
}
#kireicp .sec_box{
margin: 8vw auto;
}
#kireicp .sec_title{
font-size: 36px;
font-size: 7vw;
-webkit-text-stroke: 8px #FFFFFF;
text-stroke: 8px #FFFFFF;
paint-order: stroke;
margin: 4vw auto;
}
}

/* sec01 */
#kireicp .item_list{
display: flex;
justify-content: space-between;
}
#kireicp .item_block{
width: 49.4%;
max-width: 518px;
background: #E61200;
border-radius: 10px;
box-shadow: 4px 4px 0px 0px rgba(250, 202, 194, 1);
}
#kireicp .item_fig_wrap{
position: relative;
}
#kireicp .item_fig img{
border-radius: 8px 8px 0 0;
}
#kireicp .item_type{
position: absolute;
top: 5px;
left: 20px;
font-size: 30px;
font-weight: 500;
color: #FFFFFF;
-webkit-text-stroke: 12px #E61200;
text-stroke: 12px #E61200;
paint-order: stroke;
letter-spacing: 0.2em;
}
#kireicp .item_type span{
font-size: 70px;
font-weight: 700;
}
#kireicp .item_num{
position: absolute;
bottom: 5px;
right: 20px;
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
-webkit-text-stroke: 12px #E61200;
text-stroke: 12px #E61200;
paint-order: stroke;
}
#kireicp .item_num span{
font-size: 54px;
font-weight: 700;
margin-right: 0.1em;
}
#kireicp .item_ttl_wrap{
width: 94%;
margin: 20px auto;
color: #FFF;
text-align: center;
line-height: 1.2;
}
#kireicp .item_ttl{
font-size: 40px;
font-weight: 900;
}
#kireicp .item_name{
font-size: 20px;
margin-top: 10px;
}
#kireicp .btn_line{
margin: 50px auto;
text-align: center;
font-size: 16px;
}
#kireicp .btn_line span{
font-size: 30px;
font-weight: 800;
display: block;
}
#kireicp .btn_line a{
display: block;
color: #FFF;
text-decoration: none;
padding: 10px;
background: #06C755;
border-radius: 10px;
box-shadow: 4px 4px 0px 0px rgba(205, 235, 209, 1);
transition: opacity 0.2s ease-out;
}
#kireicp .btn_line a:hover{
opacity: 0.8;
}
@media screen and (max-width: 640px) {
#kireicp .item_list{
}
#kireicp .item_block{
width: 48.5%;
max-width: 518px;
background: #E61200;
border-radius: 10px;
box-shadow: 3px 3px 0px 0px rgba(250, 202, 194, 1);
}
#kireicp .item_fig_wrap{
}
#kireicp .item_fig img{
border-radius: 8px 8px 0 0;
}
#kireicp .item_type{
position: absolute;
top: 5px;
left: 15px;
font-size: 4vw;
-webkit-text-stroke: 10px #E61200;
text-stroke: 10px #E61200;
paint-order: stroke;
letter-spacing: 0.2em;
}
#kireicp .item_type span{
font-size: 10vw;
}
#kireicp .item_num{
position: absolute;
bottom: 5px;
right: 15px;
font-size: 3.5vw;
-webkit-text-stroke: 10px #E61200;
text-stroke: 10px #E61200;
paint-order: stroke;
}
#kireicp .item_num span{
font-size: 8vw;
font-weight: 700;
margin-right: 0.1em;
}
#kireicp .item_ttl_wrap{
width: 94%;
margin: 3vw auto;
line-height: 1.2;
}
#kireicp .item_ttl{
font-size: 4.4vw;
}
#kireicp .item_name{
font-size: 3vw;
margin-top: 1.0vw;
}
#kireicp .btn_line{
margin: 6vw auto;
font-size: 3.6vw
}
#kireicp .btn_line span{
font-size: 5.2vw;
}
#kireicp .btn_line a{
box-shadow: 3px 3px 0px 0px rgba(205, 235, 209, 1);
}
#kireicp .btn_line a:hover{
opacity: 1;
}
}

/* sec02 */
#kireicp .pd_list{
display: flex;
flex-direction: column;
justify-content: space-between;
}
#kireicp .pd_block{
width: 100%;
background: #E61200;
border-radius: 10px;
box-shadow: 4px 4px 0px 0px rgba(250, 202, 194, 1);
margin-bottom: 40px;
}
#kireicp .pd_fig_wrap{
position: relative;
background: #FFF;
padding: 40px 0;
border-radius: 8px 8px 0 0;
}
#kireicp .pd_fig{
width: 76%;
max-width: 700px;
margin: 0 auto;
}
#kireicp .pd_note{
position: absolute;
bottom: 10px;
right: 20px;
font-size: 15px;
font-weight: 600;
color: #888888;
}
#kireicp .pd_ttl_wrap{
width: 94%;
margin: 20px auto;
color: #FFF;
text-align: center;
line-height: 1.2;
}
#kireicp .pd_ttl{
font-size: 40px;
font-weight: 900;
}
#kireicp .pd_read{
font-size: 14px;
margin-top: 10px;
text-align: left;
line-height: 1.5;
}
@media screen and (max-width: 640px) {
#kireicp .pd_list{
}
#kireicp .pd_block{
width: 100%;
border-radius: 10px;
box-shadow: 3px 3px 0px 0px rgba(250, 202, 194, 1);
}
#kireicp .pd_fig_wrap{
padding: 8vw 0;
}
#kireicp .pd_fig{
width: 100%;
}
#kireicp .pd_note{
bottom: 5px;
right: 10px;
font-size: 3.0vw;
}
#kireicp .pd_ttl_wrap{
width: 94%;
margin: 3vw auto;
line-height: 1.2;
}
#kireicp .pd_ttl{
font-size: 6.8vw;
}
#kireicp .pd_read{
font-size: 3vw;
margin-top: 2.5vw;
}
}

/* sec03 */
#kireicp .step_list{
display: flex;
justify-content: space-between;
}
#kireicp .step_block{
width: 19.05%;
max-width: 200px;
background: #E61200;
border-radius: 10px;
box-shadow: 4px 4px 0px 0px rgba(250, 202, 194, 1);
margin-bottom: 20px;
}
#kireicp .step_fig_wrap{
position: relative;
background: #FFF;
padding: 30px 0;
border-radius: 8px 8px 0 0;
}
#kireicp .step_fig{
width: 80%;
max-width: 160px;
margin: 0 auto;
}
#kireicp .step_ttl_wrap{
width: 90%;
margin: 15px auto;
color: #FFF;
text-align: center;
line-height: 1.2;
}
#kireicp .step_ttl{
font-size: 30px;
font-weight: 900;
}
#kireicp .step_read{
font-size: 14px;
margin-top: 5px;
line-height: 1.5;
}
#kireicp .step_btn{
margin-top: 5px;
}
#kireicp .step_btn sup {
	font-size: 70%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
#kireicp .step_btn a{
display: block;
background: #FFF;
color: #E61200;
font-size: 13px;
font-weight: 500;
padding: 5px;
border-radius: 6px;
transition: opacity 0.2s ease-out;
}
#kireicp .step_btn a:hover{
opacity: 0.8;
}
#kireicp .step_notice{
font-size: 13px;
}
#kireicp .step_point_ttl{
font-size: 28px;
font-weight: 900;
text-align: center;
margin: 25px auto 10px;
}
#kireicp ul.step_point_list li{
font-size: 15px;
color: #894800;
font-weight: 600;
}
@media screen and (max-width: 640px) {
#kireicp .step_list{
flex-wrap: wrap;
justify-content: center;
}
#kireicp .step_block{
width: 32%;
margin-right: 2%;
border-radius: 10px;
box-shadow: 3px 3px 0px 0px rgba(250, 202, 194, 1);
margin-bottom: 3vw;
}
#kireicp .step_block:nth-child(3),
#kireicp .step_block:nth-child(5){
margin-right: 0;
}
#kireicp .step_fig_wrap{
padding: 3vw 0;
}
#kireicp .step_fig{
width: 74%;
}
#kireicp .step_ttl_wrap{
width: 90%;
margin: 2vw auto;
line-height: 1.2;
}
#kireicp .step_ttl{
font-size: 5.2vw;
}
#kireicp .step_read{
font-size: 3vw;
margin-top: 1.5vw;
}
#kireicp .step_btn{
margin-top: 1.0vw;
}
#kireicp .step_btn sup {
}
#kireicp .step_btn a{
font-size: 2.7vw;
padding: 1vw;
border-radius: 6px;
}
#kireicp .step_notice{
font-size: 2.7vw;
}
#kireicp .step_point_ttl{
font-size: 5.0vw;
margin: 4vw auto 2vw;
}
#kireicp ul.step_point_list li{
font-size: 2.8vw;
}
}

/* sec04 */
#kireicp .kiyaku_area{
width: 100%;
background: #FFFFFF;
border-radius: 10px;
box-shadow: 4px 4px 0px 0px rgba(250, 202, 194, 1);
padding: 5px;
box-sizing: border-box;
}
#kireicp .kiyaku_wrap{
padding: 45px 45px 45px 40px;
height: 500px;
overflow-y: scroll;
}
#kireicp .kiyaku_block{
font-size: 14px;
color: #333333;
}
#kireicp .kiyaku_block a{
text-decoration: underline;
text-decoration-color: #0000ee;
}
#kireicp .kiyaku_block a:hover{
color: #0000ee;
}
@media screen and (max-width: 640px) {
#kireicp .kiyaku_area{
border-radius: 10px;
box-shadow: 3px 3px 0px 0px rgba(250, 202, 194, 1);
padding: 5px;
}
#kireicp .kiyaku_wrap{
padding: 4vw 4vw 4vw 4vw;
height: 300px;
overflow-y: scroll;
}
#kireicp .kiyaku_block{
font-size: 2.8vw;
}
}

/* sec05 */
#kireicp .jimu_area{
width: 100%;
background: #FFFFFF;
border-radius: 10px;
box-shadow: 4px 4px 0px 0px rgba(250, 202, 194, 1);
padding: 50px;
box-sizing: border-box;
text-align: center;
}
#kireicp .jimu_ttl{
display: inline-block;
background: #E61200;
color: #FFF;
font-size: 30px;
font-weight: 900;
border-radius: 40px;
padding: 10px 100px;
margin-bottom: 10px;
}
#kireicp .jimu_mail{
font-size: 30px;
font-weight: 900;
}
#kireicp .jimu_mail a{
color: #0000ee;
text-decoration: underline;
transition: opacity 0.2s ease-out;
text-decoration-color: #0000ee;
}
#kireicp .jimu_mail a:hover{
opacity: 0.8;
}
#kireicp .jimu_kikan{
color: #894800;
font-size: 18px;
font-weight: 700;
margin: 10px 0 5px;
}
#kireicp .jimu_note{
color: #894800;
font-size: 12px;
}
@media screen and (max-width: 640px) {
#kireicp .jimu_area{
border-radius: 10px;
box-shadow: 3px 3px 0px 0px rgba(250, 202, 194, 1);
padding: 4vw;
}
#kireicp .jimu_ttl{
width: 100%;
font-size: 5vw;
border-radius: 10vw;
padding: 1.5vw 1vw;
margin-bottom: 10px;
}
#kireicp .jimu_mail{
font-size: 5vw;
}
#kireicp .jimu_mail a{
}
#kireicp .jimu_kikan{
font-size: 3vw;
margin: 2vw 0 1vw;
}
#kireicp .jimu_note{
font-size: 2.4vw;
}
}

/* float */
#kireicp .btn_float{
  z-index: 100;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#kireicp .btn_float a {
  position: relative;
  display: block;
  width: 130px;
  padding: 15px 0;
  background-color: #06C755;
  border-radius: 8px 0 0 8px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding-right: 32px;
  box-sizing: border-box;
box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.3);
transition: opacity 0.2s ease-out;
}
#kireicp .btn_float a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 18px;
  height: 18px;
  margin: auto;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}
#kireicp .btn_float a:hover{
opacity: 0.8;
}
@media screen and (max-width: 640px) {
#kireicp .btn_float{
  right: 0;
  top: 58%;
  transform: translate(0, -50%);
}
#kireicp .btn_float a {
  width: 25vw;
  padding: 2.5vw 0;
  border-radius: 8px 0 0 8px;
  font-size: 2.8vw;
  padding-right: 5vw;
box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.3);
}
#kireicp .btn_float a::after {
  right: 12px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
}


/* =========================================================
　◆表示切替
========================================================= */
#kireicp .pc-only{ display:inline;}
#kireicp .sp-only{ display:none;}
#kireicp .pc-b-only{ display: block;}
#kireicp .sp-b-only{ display:none;}
@media screen and (max-width: 640px) {
#kireicp .pc-only{ display:none;}
#kireicp .sp-only{ display:inline;}
#kireicp .pc-b-only{ display: none;}
#kireicp .sp-b-only{ display:block;}
}

