@charset "UTF-8";
/* ======================================================

   common-Setting

========================================================= */
html {}
*,
*:before,
*:after {
  box-sizing: border-box;
}
body {
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
h1,h2,h3,h4,h5,h6,
input,button,textarea,select,
p,blockquote,
table,th,td,pre,address,
ul,ol,li,dl,dt,dd {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
}
li { list-style: none; }
th,td { vertical-align: middle; }
select { visibility: visible !important; }

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.mb_10 { margin-bottom: 10px !important; }
.mb_20 { margin-bottom: 20px !important; }
.mb_30 { margin-bottom: 30px !important; }
.mb_40 { margin-bottom: 40px !important; }
.mb_50 { margin-bottom: 50px !important; }
.mb_60 { margin-bottom: 60px !important; }
.mb_70 { margin-bottom: 70px !important; }
.mb_80 { margin-bottom: 80px !important; }
.mb_90 { margin-bottom: 90px !important; }
.mb_100 { margin-bottom: 100px !important; }

.mb_t { margin-bottom: 20px !important; }
.mb_s { margin-bottom: 30px !important; }
.mb_m { margin-bottom: 50px !important; }
.mb_l { margin-bottom: 70px !important; }
.mb_ll { margin-bottom: 100px !important; }

.f_b { font-weight: bold; }
.f_10 { font-size: 10px !important; }
.f_12 { font-size: 12px !important; }
.f_14 { font-size: 14px !important; }
.f_16 { font-size: 16px !important; }
.f_18 { font-size: 18px !important; }
.f_20 { font-size: 20px !important; }
.f_22 { font-size: 22px !important; }
.text { margin-bottom: 1em; }
.txt-l { text-align: left !important; }
.txt-c { text-align: center !important; }
.txt-r { text-align: right !important; }

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.pc_area,.tab_area { display: none; }
.sp_area { display: block;}
.wrapper {
  /*padding-top: 60px;*/
  overflow-x: clip;
  position: relative;
    background: #FF1A1A;
}
.index_main { margin-bottom: 90px}
.sub_page_main { margin: 0px auto 100px; padding-top: 70px;}


/* ぱんくず */
.topicpath { margin-bottom: 30px;}
.topicpath ul {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topicpath > ul > li {
    line-height: 1;
    font-size: 12px;
    color: #fff;
    font-weight: 700;
    margin-right: 10px;
    position: relative;
    box-sizing: border-box;
}
.topicpath > ul > li > a {
    background: #fff;
    color: #FF1A1A;
    text-decoration: none;
    border-radius: 5px;
    padding: 5px 10px;
}
.topicpath > ul > li:after {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #fff;
  border-right: 0;
}

.topicpath > ul > li:last-child {
    border: 2px solid #fff;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 0;
}
.topicpath > ul > li:last-child:after { content: none;}
.topicpath > ul > li span { padding-right: 17px; position: relative;}
.topicpath > ul > li span:after {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.topicpath > ul > li > a > span:after {
	border-top: 1px solid #FF1A1A;
	border-right: 1px solid #FF1A1A;
}

@media screen and (min-width: 1025px) {
  .mb_t { margin-bottom: 30px !important; }
  .mb_s { margin-bottom: 60px !important; }
  .mb_m { margin-bottom: 90px !important; }
  .mb_l { margin-bottom: 100px !important; }
  .mb_l { margin-bottom: 130px !important; }

  .pc_area { display: block; }
  .sp_area { display: none; }

  .hover_opacity { transition: 0.3s; }
  .hover_opacity:hover {
    transition: 0.3s;
    opacity: 0.8;
  }

  .wrapper{ padding-top: 0; }
  .sub_page_main { margin: 0 auto 120px; padding-top: 150px;}


    .topicpath { margin-bottom: 70px;}
    .topicpath ul {
        width: 100%;
        max-width: 1200px;
        padding: 50px 0;
    }
    .topicpath > ul > li { font-size: 14px; margin-right: 15px;}
    .topicpath > ul > li > a { border-radius: 10px; padding: 12px 17px;}
    .topicpath > ul > li:last-child {
        padding: 12px 17px;
        border-radius: 10px;
    }
    .topicpath > ul > li span:after { top: 7px;}
}

/* ======================================================

   header

========================================================= */
.outer_header {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    pointer-events:none;
}
.header {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.header .logo {
    /*width: 210px;*/
    position: absolute;
    top: 5px;
    left: 10px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    border-radius: 99px;
    height: 60px;
    box-sizing: border-box;

}
.outer_header a{ pointer-events: auto;}
.header .logo .logo_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 20px;
}
.header .logo .logo_inner:before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    background: url("../images/logo.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.header .logo .logo_inner a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.header .logo .logo_inner p { font-weight: 700; line-height: 1;}
.header .logo .logo_inner .sub_t {
    font-size: 9px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}
.header .logo .logo_inner .sub_t span { color: #D82A2A;}
.header .logo .logo_inner .logo_text {
    color: #D82A2A;
    font-size: 16px;
    letter-spacing: 0.05em;
}


h1,
nav.global_navi {
    display: none;
}

/* hamburger menu */
.hamburger_menu_cover {
    position: fixed;
    top: 10px;
    right: 15px;
    background: #fff;
    z-index: 999;
    border-radius: 50%;
}
.hamburger_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 18px;
    cursor: pointer;
    border: none;
    border-radius: 50%;
}
.hamburger_menu__line {
    display: block;
    width: 76%;
    margin: 0 auto;
    height: 2px;
    background-color: #FF1A1A;
    position: relative;
    transition: all 0.5s;
}
.hamburger_menu__line::before,
.hamburger_menu__line::after {
    content: '';
    display: block;
    width: 128%;
    height: 2px;
    background-color: #FF1A1A;
    position: absolute;
    left: 50%;
    transition: all 0.5s;
}
.hamburger_menu__line::before { transform: translateX(-50%) translateY(-6px); }
.hamburger_menu__line::after  { transform: translateX(-50%) translateY(6px); }

/*メニュー開いた状態*/
.hamburger_menu.open { background-color: #e6e6e6;}
.hamburger_menu.open .hamburger_menu__line {
  background-color: transparent;
}
.hamburger_menu.open .hamburger_menu__line::before,
.hamburger_menu.open .hamburger_menu__line::after {
  background-color: #b3b3b3;
}
.hamburger_menu.open .hamburger_menu__line::before { transform: translateX(-50%) rotate(45deg); }
.hamburger_menu.open .hamburger_menu__line::after  { transform: translateX(-50%) rotate(-45deg); }


.nav_sp {
    box-sizing: border-box;
	position: fixed;
	top: 0px;
	left: 0;
    right: 0;
    margin: auto;
	width: 100%;
	height: 100vh;
/*	padding: 75px 15px 40px;
    border-radius: 30px;*/
	background: #FF1A1A;
	z-index: 998;

	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-16px);

	transition:
		opacity 0.4s ease,
		transform 0.4s ease,
		visibility 0.4s ease;
}
.nav_sp.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
    transform: translateY(0);
}
.nav_sp_inner {
    width: 98%;
	height: calc(100vh - 10px);
	padding: 75px 15px 40px;
    border-radius: 30px;
	background: #fff;
    margin: 5px 0 0 1%;
}

.nav_sp ul.sp_nav_menu {
    background: #f7f7f7;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.nav_sp ul.sp_nav_menu > li {
    font-weight: 500;
    line-height: 1;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0;
}
.nav_sp ul.sp_nav_menu > li:last-child { border-bottom: 0;}

.nav_sp ul.sp_nav_menu > li > a {
    position: relative;
    text-decoration: none;
    color: #000;
}
.nav_sp ul.sp_nav_menu > li > a > span.arrow {
    position: relative;
    padding-right: 25px;
}
.nav_sp ul.sp_nav_menu > li > a > span.arrow:before,
.nav_sp ul.sp_nav_menu > li > a > span.arrow:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.nav_sp ul.sp_nav_menu > li > a > span.arrow:after {
    right: 7px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: translateY(-50%) rotate(45deg);
}
.nav_sp ul.sp_nav_menu > li > a > span.arrow:before {
    background: #FF1A1A;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    right: 0;
}

.nav_sp ul.sp_nav_menu > li > p {
    font-weight: 500;
    line-height: 1;
    margin-bottom: 15px;
}

.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li {
    margin-bottom: 5px;
}

.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li > a {
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    color: #000;
    position: relative;
}
.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li > a:before,
.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li.comming:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
	width: 6px;
	height: 6px;
	border-top: 1px solid #707070;
	border-right: 1px solid #707070;
    transform: translateY(-50%) rotate(45deg);
}
.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li.comming {
    display: inline-block;
    background: #E8E8E8;
    border-radius: 30px;
    height: 45px;
    line-height: 45px;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li.comming:last-child { margin-bottom: 0;}

.nav_sp ul.sp_nav_menu > li > ul.sp_menu_service > li.comming > span {
    font-size: 12px;
    color: #707070;
    margin-left: 10px;
}

.nav_sp_inner .sp_nav_btm > ul.menu {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.nav_sp_inner .sp_nav_btm > ul.menu:first-child { margin-bottom: 5px;}
.nav_sp_inner .sp_nav_btm > ul.menu > li {
    line-height: 1.2;
    padding: 0 15px;
    position: relative;
}
.nav_sp_inner .sp_nav_btm > ul.menu > li:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #cbcbcb;
    position: absolute;
    right: 0;
    top: 0;
}
.nav_sp_inner .sp_nav_btm > ul.menu > li > a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.nav_sp_inner .sp_nav_line {
    width: 35px;
    margin: 0 auto;
}



@media screen and (min-width: 1025px) {
    .outer_header {
        height: 110px;
        top: 0;
    }
    .header {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 20px 30px 0;
    }
    .header .logo {
    /*width: 210px;*/
    position: static;
    border-radius: 99px;
    height: 110px;
}
    .header .logo .logo_inner {
    padding-left: 120px;
    padding-right: 50px;
}
    .header .logo .logo_inner:before {
    width: 65px;
    height: 65px;
    left: 40px;
}
    .header .logo .logo_inner .sub_t {
        font-size: 13px;
    letter-spacing: 0.02em;
    margin-bottom: 5px;
}
    .header .logo .logo_inner .logo_text {
    font-size: 25px;
    letter-spacing: 0.05em;
}



    h1 {
        display: block;
        width: 100%;
        font-size: 11px;
        margin-bottom: 5px;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hamburger_menu_cover { display: none;}

    .global_navi {

        height: 110px;
        max-width: 607px;
        box-sizing: border-box;
        display: flex !important;
        justify-content: space-between;
        width: auto;
        background: #fff;
        border-radius: 99px;
        padding:0 25px;
        transition:
            opacity 0.4s ease,
            visibility 0.4s ease,
            transform 0.4s ease;
    }
    .global_navi_list {
        display: flex;
        align-items: center;
        gap: 28px;
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .global_navi_list li.contact_btn {
        width: 345px;
    }
    .global_navi_list li.contact_btn a {
        display: block;
        width: 100%;
        background: #FF1A1A;
        height: 60px;
        line-height: 60px;
        color: #fff;
        text-decoration: none;
        font-weight: 500;
        text-align: center;
        border-radius: 30px;
    }
    .global_navi_list li.contact_btn span { position: relative; padding-left: 35px;}
    .global_navi_list li.contact_btn span:before {
        content: "";
        display: block;
        width: 25px;
        height: 18px;
        background: url("../images/sp_contact_icon.png") no-repeat;
        background-size: contain;
        position: absolute;
        top: 1px;
        left: 0;

    }

    .global_navi_list li.line_btn {
        width: 70px;
    }
    .global_navi_list li.line_btn a { padding: 0;}



    .global_navi_list > li {
        position: static;
        margin: 0;
    }

    .global_navi_list > li > a {
        display: block;
        position: relative;
        color: #000;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        white-space: nowrap;
        transition: opacity 0.3s ease;
        transition:0.3s;
    }


    .global_navi_list > li.has_mega > a {
    padding-right: 22px;
    cursor: pointer;
    }

    .global_navi_list > li.has_mega > a::before,
    .global_navi_list > li.has_mega > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: #000;
    transition: all 0.35s ease;
}

/* 横線 */
.global_navi_list > li.has_mega > a::after {
    width: 9px;
    height: 1px;
}

/* 縦線 */
.global_navi_list > li.has_mega > a::before {
    width: 1px;
    height: 9px;
    right: 4px;
    margin-top: -4px;
}

/* 開いたときは − にする */
.global_navi_list > li.has_mega.open > a::before {
    opacity: 0;
}

    /* width = header width */
    .mega_menu {
        position: absolute;
        top: 110px;
        left: 0;
        width: 100%;
        transform: translateY(-14px);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition:
            opacity 0.4s ease,
            visibility 0.4s ease,
            transform 0.4s ease;
        z-index: 10000;
    }

    .has_mega.open .mega_menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }

    .global_navi.mega_open {
        border-radius:60px 60px 0 0;
    }
    .global_navi.mega_open .global_navi_list > li > a { color: #FF1A1A;}
    .global_navi.mega_open .global_navi_list > li.contact_btn > a { color: #fff;}
    .global_navi.mega_open .global_navi_list > li.has_mega > a::after { background: #FF1A1A;}
    .mega_menu_inner {
        width: 100%;
        background: #fff;
        border-radius: 0 0 60px 60px;
        padding: 40px 40px 50px;
        /*box-shadow: 0 30px 60px rgba(0,0,0,0.12);*/
        position: relative;
        overflow: hidden;
        box-sizing: border-box;

        display: flex;
        justify-content: space-between;
    }

    .mega_menu_inner ul.menu_service {
        display: flex;
        flex-direction: column;
    }
    .mega_menu_inner ul.menu_service > li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .mega_menu_inner ul.menu_service > li > a {
        display: inline-block;
        background: #fff;
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 20px;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        position: relative;
        transition:0.3s;
    }
    .mega_menu_inner ul.menu_service > li > a:hover {
        background: #FF1A1A;
        color: #fff;
    }
    .mega_menu_inner ul.menu_service > li > a:hover:before {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .mega_menu_inner ul.menu_service > li > a:before,
    .mega_menu_inner ul.menu_service > li.comming:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        transform: translateY(-50%) rotate(45deg);
        transition:0.3s;
    }
    .mega_menu_inner ul.menu_service > li.comming {
        display: inline-block;
        background: #E8E8E8;
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 20px;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 16px;
        position: relative;
    }
    .mega_menu_inner ul.menu_service > li.comming:last-child { margin-bottom: 0; margin-right: 0;}
    .mega_menu_inner ul.menu_service > li.comming > span { margin-left: 5px; color: #707070; font-size: 12px;}





}




/* ======================================================

   footer

========================================================= */
.outer_footer {
    width: 96%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 0 30px;
    border-radius: 30px 30px 0 0;
    margin: 0 auto;
}
.footer01 {
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0 10%;
    margin-bottom: 10px;
}

.footer01 .f_logo {
    width: 50%;
    margin: 0 auto 20px;
}

.footer01 .f_service {
    display: flex;
    flex-direction: column;

}
.footer01 .f_service li { margin-bottom: 10px;}
.footer01 .f_service li.comming,
.footer01 .f_service li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding: 15px 30px;
    border-radius: 999px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    transition:
    transform .25s ease,
    box-shadow .25s ease,
    filter .25s ease,
    background-color .25s ease;
    will-change: transform;
    background: #FF1A1A;
}
.footer01 .f_service li.comming { background: #707070;}
.service-card__title {
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.service-card__title span {
    position: relative;
    padding-right: 1.5em;
}
.service-card__title span:before,
.service-card__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.service-card__title span:before { transform: rotate(45deg);}
.service-card__title span:after { transform: rotate(-45deg);}
.service-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}

.service-card__status {
    font-size: 12px;
    opacity: .5;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
}

.service-card__illust {
    width: 120px;
    position: absolute;
}
.footer01 .f_service li:first-child .service-card__illust { top: 5px; right: 10px;}
.footer01 .f_service li:nth-child(2) .service-card__illust { width: 100px; top: 10px; right: 15px;}
.footer01 .f_service li:nth-child(3) .service-card__illust { top: 10px; right: 0px;}
.footer01 .f_service li:nth-child(4) .service-card__illust { top: 10px; right: 5px;}
.footer01 .f_service li:nth-child(5) .service-card__illust { top: 10px; right: -10px;}
.footer01 .f_service li:nth-child(6) .service-card__illust { width: 140px; top: 8px; right: -10px;}

.footer02 {
    width: 90%;
    background: #F7F7F7;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 5%;
    border-radius: 15px;
    margin-bottom: 20px;
}
.footer02 .sitemap { display: none;}
.footer02 .f_bnr_list {
    display: flex;
    flex-direction: column;
}

.footer03 { padding-bottom: 30px;}
.footer03 .f_navi { display: none;}
.copy {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

.footer_follow {
    display: none;
    width: 94%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;

}
.footer_follow_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
}


.footer_follow_inner .sp_btm_contact {
    width: calc(100% - 110px);
}
.footer_follow_inner .sp_btm_contact a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FF1A1A;
    border-radius: 30px;
    box-sizing: border-box;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.16);
}
.footer_follow_inner .sp_btm_contact span {
    padding-left: 30px;
    position: relative;
}
.footer_follow_inner .sp_btm_contact span:before {
    content: "";
    display: block;
    width: 23px;
    height: 17px;
    background: url("../images/sp_contact_icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
}

.footer_follow_inner .go_top {
    width: 50px;
    height: 50px;
}
.footer_follow_inner .go_top a {
    display: block;
    width: 100%;
    height: 50px;
    background: #2B2B2B;
    border-radius: 50%;
    position: relative;
}
.footer_follow_inner .go_top a::before,
.footer_follow_inner .go_top a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(50% - 1px);
    width: 2px;
    height: 10px;
    background-color: #868686;
    transform-origin: 50% 1px;
}
.footer_follow_inner .go_top a::before {
    transform: translateY(-50%) rotate(45deg);
}
.footer_follow_inner .go_top a::after {
    transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 1025px) {

    .outer_footer {
        width: 90%;
        padding: 50px 0 30px;
        border-radius: 50px 50px 0 0;
    }
    .footer01 {
        flex-direction:row;
        align-items: center;
        justify-content: space-between;
        padding: 0 3% 0 6%;
        margin-bottom: 50px;
    }

    .footer01 .f_logo {
        width: 26%;
        max-width: 400px;
        margin: 0;
    }

    .footer01 .f_service {
        width: 68%;
        max-width: 1060px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .footer01 .f_service li {
        width: 32%;
        max-width: 340px;
        margin-bottom: 20px;
    }
    .footer01 .f_service li.comming,
    .footer01 .f_service li a {
        height: 120px;
        box-sizing: border-box;
        padding: 15px 40px;
    }
    .service-card__title {
        font-size: 20px;
        letter-spacing: 0.025em;
    }
    .service-card__title span {
        padding-right: 1.5em;
    }
.service-card__title span:before,
.service-card__title span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 7px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.service-card__title span:before { transform: rotate(45deg);}
.service-card__title span:after { transform: rotate(-45deg);}
.service-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}

    .service-card__status {
        font-size: 14px;
        margin-top: 5px;
    }

    .service-card__illust {}
    .footer01 .f_service li:first-child .service-card__illust {  width: 53%; max-width: 155px; right: 0px; top: 15px;}
    .footer01 .f_service li:nth-child(2) .service-card__illust { width: 44%; max-width: 130px; right: 15px; top: 20px;}
    .footer01 .f_service li:nth-child(3) .service-card__illust { width: 53%;max-width: 155px; top: 20px; right: -15px;}
    .footer01 .f_service li:nth-child(4) .service-card__illust { width: 53%;max-width: 155px; top: 20px; right: 5px;}
    .footer01 .f_service li:nth-child(5) .service-card__illust { width: 53%;max-width: 160px; top: 15px; right: -20px;}
    .footer01 .f_service li:nth-child(6) .service-card__illust { width: 61%; max-width: 180px; top: 15px; right: -30px;}

    .footer02 {
        display: flex;
        justify-content: space-between;
        padding: 50px 3.9%;
        border-radius: 30px;
        margin-bottom: 30px;
    }
    .footer02 .sitemap {
        width: 65%;
        display: block;
    }
    .footer02 ul.sitemap > li {
        font-weight: 500;
        line-height: 1;
        border-bottom: 1px solid #DEDEDE;
        padding: 25px 0;
        font-size: 20px;
    }
    .footer02 ul.sitemap > li:last-child { border-bottom: 0;}
    .footer02 ul.sitemap > li > a {
        position: relative;
        text-decoration: none;
        color: #000;
        transition:0.3s;
    }
    .footer02 ul.sitemap > li > a:hover { color: #FF1A1A;}
    .footer02 ul.sitemap > li > a > span.arrow {
        position: relative;
        padding-right: 1.8em;
    }
    .footer02 ul.sitemap > li > a > span.arrow:before,
    .footer02 ul.sitemap > li > a > span.arrow:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .footer02 ul.sitemap > li > a > span.arrow:after {
        right: 0.5em;
        width: 6px;
        height: 6px;
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        transform: translateY(-50%) rotate(45deg);
    }
    .footer02 ul.sitemap > li > a > span.arrow:before {
        background: #FF1A1A;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        right: 0;
    }

    .footer02 ul.sitemap > li > p {
        font-weight: 500;
        line-height: 1;
        font-size: 20px;
    }
    .footer02 ul.sitemap > li:nth-child(2) { display: flex; justify-content: space-between;}
    .footer02 ul.sitemap > li > ul.menu_service {
        display: flex;
        flex-wrap: wrap;
        width: 85%;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li > a {
        display: inline-block;
        background: #fff;
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 20px;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 16px;
        text-decoration: none;
        color: #000;
        position: relative;
        transition:0.3s;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li > a:hover {
        background: #FF1A1A;
        color: #fff;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li > a:hover:before {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li > a:before,
    .footer02 ul.sitemap > li > ul.menu_service > li.comming:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        transform: translateY(-50%) rotate(45deg);
        transition:0.3s;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li.comming {
        display: inline-block;
        background: #E8E8E8;
        border-radius: 30px;
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 20px;
        box-sizing: border-box;
        font-weight: 500;
        font-size: 16px;
        position: relative;
    }
    .footer02 ul.sitemap > li > ul.menu_service > li.comming:last-child { margin-bottom: 0; margin-right: 0;}
    .footer02 ul.sitemap > li > ul.menu_service > li.comming > span { margin-left: 5px; color: #707070; font-size: 12px;}


    .footer02 .f_bnr_list {
        width: 32%;
        max-width: 450px;
    }
    .footer03 {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 100px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer03 .f_navi {
        display: flex;
    }
    .footer03 .f_navi > li {
        font-size: 14px;
        line-height: 1.2;
    }
    .footer03 .f_navi > li:after {
        content: "|";
        color: #CBCBCB;
        margin: 0 20px;
    }
    .footer03 .f_navi > li:last-child:after { content: none;}
    .footer03 .f_navi > li > a {
        color: #000;
        text-decoration: none;
    }
    .copy {
        font-size: 14px;
        line-height: 1.2;
        text-align: right;
    }

    .footer_follow { display: none !important;}


    .page_top {
        width: 103px;
        position: fixed;
        bottom: 20px;
        right: 20px;
    }



}

/* ======================================================

   index

========================================================= */
.main_img_cover {
    height: 100vh;
    background: #ccc;
}
.main_img {
  width: 100%;
}

@media screen and (min-width: 600px) {
  /* 現在は何もないので削除するか、必要なスタイルを追加 */
}

@media screen and (min-width: 1025px) {
  .main_img {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* ======================================================

   block

========================================================= */
.main_sec {
  width: 90%;
  margin: 0 auto;
}


@media screen and (min-width: 1025px) {
  .main_sec {
    max-width: 1200px;
  }
}



.anc_blc {
  margin-top: -70px;
  padding-top: 70px;
}


@media screen and (min-width: 1025px) {
  .anc_blc {
    margin-top: -90px;
    padding-top: 90px;
  }
}

/* ======================================================

   title

========================================================= */
.page_title {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    background: #fff;
    padding: 0 5%;
}
.page_title:before,
.page_title:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #FF1A1A;
    position: absolute;
    left: 0;
}
.page_title:before { top: 10px;}
.page_title:after { bottom: 10px;}

.page_title .page_title_inner {
    width: 90%;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    padding: 2.5em 0;
    margin: 0 auto;
}
.page_title .page_title_inner .page_title_left_block {
    width: 100%;
    margin-bottom: 20px;
}
.page_title .page_title_inner .page_title_left_block .logo_img {
    width: 60px;
    margin: 0 auto 20px;
}
.page_title .page_title_inner .page_title_left_block .sub_title {
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.025em;
    font-size: clamp(16px, 0.74rem + 1.09vw, 25px);
}
.page_title .page_title_inner .page_title_left_block .sub_title span { color: #FF1A1A;}
.page_title .page_title_inner .page_title_left_block h2 {
    font-size: clamp(30px, 1.45rem + 1.82vw, 45px);
    color: #FF1A1A;
    text-align: center;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.5em;
}
.page_title .page_title_inner .page_title_left_block .page_picture {
    width: 60%;
    margin: 0 auto;
}

.page_title .page_title_inner .page_title_right_block {}
.page_title .page_title_inner .page_title_right_block p {
    font-weight: 700;
}
.page_title .page_title_inner .sub_text_title {
    margin-bottom: 15px;
    font-size: clamp(26px, 0.94rem + 2.91vw, 50px);
    line-height: 1.7;
    letter-spacing: 0.05em;
    color: #FF1A1A;
    font-weight: 700;
}
.page_title .page_title_inner .page_title_right_block p.txt {
    line-height: 1.8;
}

/*問い合わせページタイトル*/
.page_title.contact {}
.page_title.contact .page_title_inner .page_title_right_block .sub_text_title {
    text-align: center;
    font-size: clamp(30px, 1.45rem + 1.82vw, 45px);
}

.ttl_pt01 {
    font-size: clamp(26px, 1.08rem + 2.3vw, 45px);
    text-align: center;
    line-height:1.2;
    letter-spacing: 0.05em;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.ttl_pt02 {
    margin-bottom: 30px;
}
.ttl_pt02 .ttl_text {
    font-weight: 700;
    font-size: clamp(26px, 1.08rem + 2.3vw, 45px);
    text-align: center;
    line-height: 1.3;
    margin-bottom: 5px;
}
.ttl_pt02 .ttl_text span {
    color: #FF1A1A;
}
.ttl_pt02 .eng_text {
    color: #FF1A1A;
    font-family: "Roboto", sans-serif;
    text-align: center;
    font-weight: 600;
}

.ttl_pt03 {
    margin-bottom: 20px;
}
.ttl_pt03 .ttl_text {
    font-weight: 700;
    font-size: clamp(26px, 0.94rem + 2.91vw, 50px);
    line-height: 1.3;
}
.ttl_pt03 .ttl_text span { color: #FF1A1A;}

.ttl_pt03 .eng_text {
    color: #FF1A1A;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 25px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.ttl_pt03 .eng_text:before {
    content: "";
    background: url("../images/ttl_icon.png") no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
}

.ttl_pt03.white_t .ttl_text,
.ttl_pt03.white_t .eng_text {
    color: #fff;
}
.ttl_pt03.white_t .eng_text:before {
    background: url("../images/ttl_icon_w.png") no-repeat;
    background-size: contain;
}

@media screen and (min-width: 1025px) {

    .page_title { padding: 0; overflow: hidden;}
    .page_title:before { top: 20px;}
    .page_title:after { bottom: 20px;}

    .page_title .page_title_inner {
        width: 100%;
        padding: 80px 0 0;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .page_title .page_title_inner .page_title_left_block {
        width: 42%;
        margin-bottom: 0;
        position: relative;
    }
    .page_title .page_title_inner .page_title_left_block .logo_img {
        width: 120px;
        margin: 0 auto 20px;
    }


    .page_title .page_title_inner .page_title_left_block .sub_title { margin-bottom: 5px;}
    .page_title .page_title_inner .page_title_left_block h2 { margin-bottom: 1em;}
    .page_title .page_title_inner .page_title_left_block .page_picture {
        width: 100%;
        margin: 0 auto;
    }
    .page_title .page_title_inner .page_title_left_block .page_picture.electric {
        max-width: 335px;
        margin-bottom: -70px;
        position: relative;
        z-index: 2;
    }
    .page_title .page_title_inner .page_title_right_block { width: 50%; margin-top: 40px;}
    .page_title .page_title_inner .sub_text_title { margin-bottom: 40px;}
    .page_title .page_title_inner .page_title_right_block p.txt { line-height: 2.3;}


    /*問い合わせページタイトル*/
    .page_title.contact {}
    .page_title.contact .page_title_inner { padding: 80px 0;}
    .page_title.contact .page_title_inner .page_title_right_block { margin-top: 0;}
    .page_title.contact .page_title_inner .page_title_left_block .page_picture.electric { max-width: 400px;}


    .page_title.notfound .page_title_inner { display: block; padding: 80px 0;}

    .ttl_pt01 { margin-bottom: 40px;}

    .ttl_pt02 { margin-bottom: 70px;}
    .ttl_pt02 .ttl_text { margin-bottom: 20px;}
    .ttl_pt02 .eng_text { font-size: 20px;}

    .ttl_pt03 { margin-bottom: 20px;}
    .ttl_pt03 .ttl_text {

    }
    .ttl_pt03 .eng_text {
        font-size: 20px;
        margin-bottom: 15px;
        padding-left: 45px;
    }
    .ttl_pt03 .eng_text:before {
        width: 30px;
        height: 30px;
        top: -2px;
    }


}


/* ======================================================

   list

========================================================= */
.list_pt01 li {
    position: relative;
    font-size: 16px;
    margin-bottom: 5px;
    padding-left: 1.2em;
}
.list_pt01 li::before {
  display: block;
  content: '';
  position: absolute;
}
.list_pt01 li::before {
  display: block;
  content: '';
  position: absolute;
  top: 8px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #fe1a19;
  border-radius: 5px;
}

.list_pt02 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 1.1em;
}
.list_pt02 li::before {
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid #fe1a19;
    border-left: 2px solid #fe1a19;
    transform: rotate(-45deg) translateY(-1.5px);
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
}

.list_pt01 li:last-child,
.list_pt02 li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  /* 現在は何もないので削除するか、必要なスタイルを追加 */
}

@media screen and (min-width: 1025px) {
  /* 現在は何もないので削除するか、必要なスタイルを追加 */
}

/* ======================================================

   table

========================================================= */
.tbl_pt01,
.tbl_pt02 {
  width: 100%;
  border-right: #ccc solid 1px;
  border-top: #ccc solid 1px;
  table-layout: fixed;
}
.tbl_pt01 th,.tbl_pt01 td,
.tbl_pt02 th,.tbl_pt02 td {
  padding: 10px 15px;
  border-left: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
}
.tbl_pt01 tr,.tbl_pt01 th,.tbl_pt01 td {
  display: block;
  box-sizing: border-box;
}
.tbl_pt01 th,.tbl_pt02 th {
  background: #f7f7f7;
}
.tbl_pt02 thead th {
  background: #34429e;
  color: #FFF;
  text-align: center;
}

.scroll {
  overflow-x: auto;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.scroll table {
  min-width: 600px;
}

@media screen and (min-width: 600px) {
  .scroll table {
    min-width: unset;
  }
  .tbl_pt01 th,.tbl_pt01 td,.tbl_pt02 th,.tbl_pt02 td {
    padding: 15px 20px;
  }
  .tbl_pt01 tr {
    display: table-row;
  }
  .tbl_pt01 th {
    width: 30%;
  }
  .tbl_pt01 th,.tbl_pt01 td {
    display: table-cell;
  }
  .wp15 {
    width:15% !important;
  }
  .wp20 {
    width:20% !important;
  }
  .wp25 {
    width:25% !important;
  }
  .wp30 {
    width:30% !important;
  }
  .scroll {
    overflow: hidden;
  }
}

@media screen and (min-width: 1025px) {
  /* 現在は何もないので削除するか、必要なスタイルを追加 */
}


/* ======================================================

   flow content

========================================================= */
.flow_contents {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.flow_contents .flow_block {
    width: 48%;
    background: #fff;
    border-radius: 10px;
    margin-right: 4%;
    margin-bottom: 10px;
    position: relative;
    padding: 40px 0 0 ;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    z-index: 9;
}

.flow_contents .flow_block:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  height: 4px;
    background: rgba(255,255,255,0.3);
}
.flow_contents .flow_block:nth-child(2n):after,
.flow_contents .flow_block:last-child:after { content: none;}
.flow_contents .flow_block:nth-child(2n) { margin-right: 0;}
.flow_contents:before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
    width: 115%;
  height: 4px;
    background: rgba(255,255,255,0.3);
}


.flow_contents .flow_block .flow_title {
    text-align: center;
    color: #FF1A1A;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}
.flow_contents .flow_block .flow_title span.small {
    display: block;
    font-weight: 500;
    font-size: 12px;
    color: #000;
}

.flow_contents .flow_block .flow_num {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: "Roboto", sans-serif;
    background: #FF1A1A;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.flow_contents .flow_block:nth-child(2) .flow_title { margin-top: 10px;}
.flow_contents .flow_block:nth-child(2) .flow_picture {
    width: 70px;
    margin: 0 auto;
}
.flow_contents .flow_block:nth-child(3) { padding-top: 20px;}
.flow_contents .flow_block:nth-child(3) .flow_text_image {
    width: 90%;
    margin: 0 auto -20px;
}

.flow_contents .flow_block:nth-child(4) .flow_title {
    margin: 10px auto 10px;
}
.flow_contents .flow_block:nth-child(4) .flow_title span{
    position: relative;
    padding: 0 20px;
}
.flow_contents .flow_block:nth-child(4) .flow_title span:before,
.flow_contents .flow_block:nth-child(4) .flow_title span:after {
    content: "";
    display: block;
    background-color: #FF1A1A;
    height: 2px;
    width: 20px;
    position: absolute;
    bottom: 9px;
}
.flow_contents .flow_block:nth-child(4) .flow_title span:before {
    transform: rotate(60deg);
    left: 0;
}
.flow_contents .flow_block:nth-child(4) .flow_title span:after {
    transform: rotate(-60deg);
    right: 0;
}

@media screen and (min-width: 1025px) {
    .flow_contents {
        justify-content: space-between;
    }
    .flow_contents .flow_block {
        width: 23.3333%;
        border-radius: 30px;
        margin-right: 0;
        margin-bottom: 0px;
        padding: 50px 0 0 ;
        min-height: 280px;
    }
    .flow_contents:before { content: none;}
    .flow_contents .flow_block:after {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #fff;
  border-right: 0;
        background: none;
    }
    .flow_contents .flow_block .flow_title {
        font-size: 22px;
    }
    .flow_contents .flow_block .flow_title span.small { margin-top: 5px;}

    .flow_contents .flow_block .flow_num {
        top: 13px;
        left: 13px;
        width: 37px;
        height: 37px;
        line-height: 37px;
    }
    .flow_contents .flow_block:nth-child(1) .flow_picture { margin-top: auto;}
    .flow_contents .flow_block:nth-child(2) .flow_title { margin-top: 10px; margin-bottom: 25px;}
    .flow_contents .flow_block:nth-child(2) .flow_picture { width: 100px;}
    .flow_contents .flow_block:nth-child(3) .flow_text_image {
        width: 84%;
        margin: 0 auto -28px;
    }

    .flow_contents .flow_block:nth-child(4) .flow_title { margin: 10px auto 30px;}
    .flow_contents .flow_block:nth-child(4) .flow_title span{ padding: 0 30px;}
    .flow_contents .flow_block:nth-child(4) .flow_title span:before,
    .flow_contents .flow_block:nth-child(4) .flow_title span:after {
        width: 30px;
        bottom: 15px;
    }

}

/* ======================================================

   下層共通

========================================================= */
.sub_content01 .text_block p {
    font-weight: 700;
    line-height: 2;
    color: #fff;
    text-align: center;
}
.sub_white_bg {
    width: 100%;
    padding: 50px 0;
    position: relative;
    background: #fff;
}

.sub_white_bg:before,
.sub_white_bg:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #FF1A1A;
    position: absolute;
    left: 0;
}
.sub_white_bg:before { top: 10px;}
.sub_white_bg:after { bottom: 10px;}

.title_block {
    display: flex;
    flex-direction: column;
}


.sub_contact {
    width: 90%;
    max-width: 820px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 25px 20px;
    cursor: pointer;
}
.sub_contact:not(:last-child){margin-bottom: 80px;}
.sub_contact .contact_title { margin: 0 auto 30px;}
.sub_contact .contact_title .logo_img {
    width: 50px;
    margin: 0 auto 10px;
}
.sub_contact .contact_title .sub_text {
    text-align: center;
    font-weight: 700;
    font-size: 13px;
    margin-bottom: 5px;
}
.sub_contact .contact_title .sub_text span { color: #FF1A1A;}
.sub_contact .contact_title h3 {
    font-weight: 700;
    text-align: center;
    line-height: 1.2;
    font-size: 22px;
    color: #FF1A1A;
}

.sub_contact .contact_btn {
    width: 100%;
    overflow: hidden;
}
.sub_contact .contact_btn a {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 25px 20px;
    border-radius: 10px;
    background: #FF1A1A;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.sub_contact .contact_btn span { position: relative; padding-left: 25px;}
.sub_contact .contact_btn span:before {
    content: "";
    display: block;
    width: 20px;
    height: 15px;
    background: url("../images/sp_contact_icon.png") no-repeat;
    background-size: contain;
    position: absolute;
    top: 2px;
    left: 0;
}


@media screen and (min-width: 1025px) {
    .sub_content01 .text_block p { line-height: 2.3;}


    .sub_white_bg { padding: 130px 0;}
    .sub_white_bg:before { top: 20px;}
    .sub_white_bg:after { bottom: 20px;}

    .title_block {
        flex-direction:row;
        align-items: flex-end;
        justify-content: space-between;
    }


    .sub_contact {
        border-radius: 50px;
        padding: 60px;
    }
    .sub_contact .contact_title { margin: 0 auto 50px;}
    .sub_contact .contact_title .logo_img {
        width: 120px;
        margin: 0 auto 30px;
    }
    .sub_contact .contact_title .sub_text {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .sub_contact .contact_title h3 {
        line-height: 1.2;
        font-size: 43px;
    }
    .sub_contact .contact_btn a {
        font-size: 20px;
        padding: 60px 50px;
        border-radius: 20px;
        text-align: left;
        transition:0.3s;
    }
    .sub_contact .contact_btn a:hover { opacity: 0.8;}
    .sub_contact .contact_btn span { padding-left: 55px;}
    .sub_contact .contact_btn span:before {
        width: 38px;
        height: 28px;
        top: 2px;
    }
    .sub_contact .contact_btn a:before {
        content: "";
        display: block;
        position: absolute;
    }
    .sub_contact .contact_btn.service01 a:before {
        width: 200px;
        height: 176px;
        background: url("../images/service_icon01.png") no-repeat;
        background-size: contain;
        right: 40px;
        top: 20px;
    }

}


/* ======================================================

   電気

========================================================= */
.reason_outer {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 20px 20px 20px;
    position: relative;
}
.reason_outer:before {
    content: "";
    display: block;
  width: 100px;
  height: 50px;
  border-radius: 50% / 100% 100% 0 0;
  background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
}
    .vertical {
        writing-mode: vertical-rl;
    }
.reason_outer .logo_img {
    width: 40px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
}

.reason_contents {
    width: 100%;

}
.reason_contents .reason_block {
    display: flex;
    flex-direction: column;
    margin-bottom: 40px;
}
.reason_contents .reason_block .text_block {
    display: flex;
    margin-bottom: 20px;
}
.reason_contents .reason_block .text_block .num_text {
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    color: #FF1A1A;
    font-weight: 600;
    margin-right: 20px;
    position: relative;
    padding-right: 5px;
}
.reason_contents .reason_block .text_block .num_text:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #FF1A1A;
    position: absolute;
    top: 0;
    right: 0;
}

.reason_contents .reason_block .text_block .inner_block {}
.reason_contents .reason_block .text_block .inner_block .reason_ttl {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.reason_contents .reason_block .text_block .inner_block .reason_ttl .num {
    font-weight: 600;
    font-family: "Roboto", sans-serif;
    color: #FF1A1A;
    font-size: 40px;
    line-height: 1;
    margin-right: 5px;
    letter-spacing: 0;
}
.reason_contents .reason_block .text_block .inner_block .reason_ttl h4 {
    color: #FF1A1A;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}

/* 料金　*/
.price_contents {
    width: 100%;
    margin-bottom: 20px;
}
.price_contents .price_block {
    width: 100%;
    box-sizing: border-box;
    border-radius: 20px;
    border: 3px solid #FF1A1A;
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.price_contents .price_block:last-child { margin-bottom: 0;}
.price_contents .price_block .price_item_name {
    text-align: center;
    font-weight: 700;
    color: #FF1A1A;
    font-size: 18px;
    border-bottom: 2px solid #FF1A1A;
    padding: 20px 0;
    position: relative;
}
.price_contents .price_block .price_item_name:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -9px;
    background: url("../images/ribbon_icon.png") no-repeat;
    width: 25px;
    height: 19px;
    background-size: contain;
}
.price_contents .price_block .price_item_name span {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}
.price_contents .price_block dl {
    padding: 25px 0 0;
}
.price_contents .price_block dl dt {
    text-align: center;
    margin-bottom: 10px;
}
.price_contents .price_block dl dt span {
    background: #FF1A1A;
    color: #fff;font-size: 14px;
    border-radius: 30px;
    padding: 6px 20px;
    line-height: 1;
    font-weight: 700;
}

.price_contents .price_block dl dd {
    text-align: center;
}
.price_contents .price_block dl dd .price_text {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 22px;
}

/* よくある質問　*/
.faq_contents dl { margin-bottom: 10px;}
.faq_contents dl dt {
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    padding:15px 35px 15px 15px;
    display: flex;
    align-items: center;
}
.faq_contents dl dt span {
    font-family: "Roboto", sans-serif;
    background: #FF1A1A;
    color: #fff;
    line-height: 1;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 12px;
    margin-right: 10px;
    font-weight: 600;
}
.faq_contents dl dt p {
    font-weight: 700;
}

.faq_contents dl dd {
    background: #F7F7F7;
    border-radius: 0 0 20px 20px;
    padding: 15px 20px;
    line-height: 1.4;
    font-size: 15px;
}

@media screen and (min-width: 1025px) {
    /* 選ばれる理由 */
    .reason_outer {
        border-radius: 50px;
        padding: 10px 5% 20px;
    }
    .reason_outer:before {
        width: 200px;
        height: 100px;
        top: -60px;
    }
    .reason_outer .logo_img {
        width: 80px;
        margin: 0 auto 30px;
    }

    .reason_contents {
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
    }
    .reason_contents .reason_block {
        flex-direction:row;
        margin-bottom: 70px;
        justify-content: space-between;
        align-items: center;
    }
    .reason_contents .reason_block:nth-child(2n) {
        flex-direction: row-reverse;
    }

    .reason_contents .reason_block .reason_img {
        width: 46%;
        max-width: 640px;
    }
    .reason_contents .reason_block .text_block {
        width: 48%;
        margin-bottom: 0;
        justify-content: space-between;
    }
    .reason_contents .reason_block:nth-child(2n) .text_block {
        flex-direction: row-reverse;
    }


    .reason_contents .reason_block .text_block .num_text {
        font-size: 16px;
        margin-right: 0;
        padding-right: 15px;
    }
    .reason_contents .reason_block:nth-child(2n) .text_block .num_text {
        padding-right: 0px;
        padding-left: 15px;
    }
    .reason_contents .reason_block:nth-child(2n) .text_block .num_text:after {
        right: auto;
        left: 0;
    }
    .reason_contents .reason_block .text_block .inner_block {
        width: 84%;
    }
    .reason_contents .reason_block .text_block .inner_block p { line-height: 2;}
    .reason_contents .reason_block .text_block .inner_block .reason_ttl { margin-bottom: 50px;}
    .reason_contents .reason_block .text_block .inner_block .reason_ttl .num {
        font-size: 135px;
        margin-right: 30px;
    }
    .reason_contents .reason_block .text_block .inner_block .reason_ttl h4 {
        font-size: 36px;
        line-height: 1.6;
    }

/* 料金　*/
    .title_block.bill .ttl_pt03 { margin-bottom: 0;}
    .price_contents {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        justify-content: space-between;
    }
    .price_contents .price_block {
        width: 31.6667%;
        border-radius: 30px;
        border: 6px solid #FF1A1A;
        padding-bottom: 30px;
        margin-bottom: 0px;
    }

    .price_contents .price_block .price_item_name {
        font-size: 22px;
        padding: 30px 0 20px;
    }
    .price_contents .price_block .price_item_name:before {
        bottom: -10px;
        width: 28px;
        height: 21px;
    }

    .price_contents .price_block dl { padding: 35px 0 0;}
    .price_contents .price_block dl dt { margin-bottom: 15px;}
    .price_contents .price_block dl dd {}
    .price_contents .price_block dl dd .price_text { font-size: 27px;}

/* よくある質問　*/
    .faq_contents dl { margin-bottom: 20px;}
    .faq_contents dl dt {
        border-radius: 30px 30px 0 0;
        padding: 35px 30px;
    }
    .faq_contents dl dt span {
        padding: 12px 17px;
        border-radius: 40px;
        font-size: 13px;
        margin-right: 20px;
    }
    .faq_contents dl dt p { font-size: 18px;}
    .faq_contents dl dd {
        border-radius: 0 0 30px 30px;
        padding: 35px 30px;
        font-size: 16px;
    }


}


/* ======================================================

   お問い合わせ

========================================================= */

.contact_anc_btn {
    width: 90%;
    margin: 0 auto 60px;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
}

.contact_anc_btn li {
    width: 100%;
    margin-bottom: 10px;
}
.contact_anc_btn li a {
    display: block;
    width: 100%;
    color: #FF1A1A;
    background: #fff;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    position: relative;
}
.contact_anc_btn li a::before{
    content: "";
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
	width: 8px;
	height: 8px;
	border-bottom: 2px solid #FF1A1A;
	border-right: 2px solid #FF1A1A;
    transform: translateY(-50%) rotate(45deg);
}

.contact_tel {
    width: 100%;
    margin: 30px 0;
}
.contact_tel a {
    display: block;
    width: 100%;
    padding: 20px 20px;
    box-sizing: border-box;
    background: #fff;
    text-decoration: none;
    border-radius: 20px;
    color: #000;
    text-align: center;
}
.contact_tel .tel {
    font-family: "Roboto", sans-serif;
    color: #FF1A1A;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
}
.contact_tel .sm{font-size: 75%;}

.line_contact {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 30px 0 20px;
}
.line_contact .block {
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    border: 3px solid #FF1A1A;
    margin-bottom: 10px;
}
.line_contact .block:last-child { margin-bottom: 0;}
.line_contact .block h4 {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 10px;
    color: #FF1A1A;
}

.form_block {
    width: 100%;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 20px;
    background: #fff;
}

.form_tbl {
  width: 100%;
  table-layout: fixed;
}
.form_tbl th,.form_tbl td {

}
.form_tbl th {
    font-weight: bold;
    padding: 0 0 5px;
}
.form_tbl td  {
    padding: 0 0 15px;
}

.form_tbl tr,.form_tbl th,.form_tbl td {
  display: block;
  box-sizing: border-box;
}
.form_tbl th span {
    font-size: 12px;
    color: #FF1A1A;
    margin-left: 5px;
}
.form_block .wpcf7 input[type="url"],
.form_block .wpcf7 input[type="email"],
.form_block .wpcf7 input[type="tel"],
.form_block .wpcf7 input[type="text"],
.form_block .wpcf7 select,
.form_block .wpcf7 textarea {
    background: #F7F7F7;
    border: none;
    width: 100%;
    padding: 10px 15px;
}

::placeholder {
  color: #B8B8B8;
}

.qr_img {
    width:105px;
    margin:30px auto 0 auto
}
.find_a,.find_out{cursor: pointer;}
@media screen and (min-width: 1025px) {
    .contact_anc_btn {
        margin: 0 auto 100px;
        flex-direction:row;
        justify-content: center;
    }

    .contact_anc_btn li {
        width: 32%;
        max-width: 360px;
        margin: 0 10px 0;
    }
    .contact_anc_btn li a {
        font-size: 18px;
        padding: 0 30px;
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
}

    .contact_tel {
        max-width: 500px;
        margin: 30px auto 30px;
    }
    .contact_tel a {
        padding: 30px 50px;
        border-radius: 30px;
        line-height: 1.6;
    }
    .contact_tel .tel { display: block; font-size: 40px;margin-bottom: 10px;}

    .line_contact {
        flex-direction:row;
        justify-content: space-between;
        margin: 30px 0 20px;
    }
    .line_contact .block {
        width: 32%;
        border-radius: 30px;
        padding: 30px 40px;
        margin-bottom: 0px;
    }
    .line_contact .block h4 {
    font-size: 26px;
    margin-bottom: 15px;
    }

    .form_block {
        border-radius: 30px;
        padding: 60px 100px;
    }

.form_block .wpcf7 input[type="url"],
.form_block .wpcf7 input[type="email"],
.form_block .wpcf7 input[type="tel"],
.form_block .wpcf7 input[type="text"],
.form_block .wpcf7 select,
    .form_block .wpcf7 textarea {
    padding: 20px 20px;
}

  .form_tbl tr {
    display: table-row;
  }
  .form_tbl th {
      width: 30%;
  }
  .form_tbl th,
    .form_tbl td {
      display: table-cell;
      padding: 20px 0 20px;
  }



}

.contact_form_btn {
    max-width: 100%;
    width: 250px;
    margin: 0 auto;
    transition: all 0.3s;
}

.contact_form_btn input.wpcf7-form-control {
    border: none;
    background: #000000;
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    color: #ffffff;
    letter-spacing: 0.2em;
    padding: 15px 10px;
    line-height: 1.5;
    font-family: "Zen Kaku Gothic New", sans-serif;
}


.contact_btn_list {
    width: 100%;
    display: flex;
    flex-direction:row;
    justify-content: center;
}

.contact_form_btn.contact_fbtn_back input.wpcf7-form-control {
    background: #FF1A1A;
}



@media screen and (min-width: 1025px) {
    .contact_btn_list .contact_form_btn { margin: 0;}
    .contact_btn_list .contact_form_btn.contact_fbtn_back{ margin-right: 10px;}
}



.txt_btn {
    width: 100%;
    margin: 0 auto;
}

.txt_btn a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color:#000;
    text-decoration: none;
    border-radius: 25px;
    transition:0.3s;
    position: relative;
}
.txt_btn a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #707070;
        border-right: 1px solid #707070;
        transform: translateY(-50%) rotate(45deg);
        transition:0.3s;
}
.txt-w{color: #FFF;}
h4 .sm{font-size: 17px;}
h4 .min{font-size: 60%;}
.txt_right{text-align: right;}
.mb10{margin-bottom: 10px;}
.txt_min{font-size:12px;}
.footer_follow_inner .line_btn{width:50px;height:50px;}
.list01 li{display:block;padding-left:20px;margin-bottom:5px;position:relative}
.list01 li::before{background:#FF1A1A;width:8px;height:8px;position:absolute;top:9px;left:0;content:'';border-radius: 50%;}

.faq_contents dl,.faq_contents dl dt,.faq_contents dl dd{position: relative;transition: all 0.3s;}
.faq_contents dl dt::before,
.faq_contents dl dt::after{width: 17px;height: 3px;background-color: #000;right: 12px;transition: all 0.3s;content: "";position: absolute;border-radius: 2px;}
.faq_contents dl dt::after{transform: rotate(90deg);}
.faq_contents dl.active dt::after{transform: none;}
.faq_contents dl:not(.active){border-radius: 30px;overflow: hidden;}
.faq_contents dl:not(.active) dd{height: 0;overflow: hidden;padding-top: 0;padding-bottom: 0;}

@media screen and (min-width: 1025px) {
    .w250 { width: 250px;}

    .txt_btn a {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    }
    .txt_btn a:hover { color: #FF1A1A;}
    .txt_btn a:hover:before {
        border-top: 1px solid #FF1A1A;
        border-right: 1px solid #FF1A1A;
    }

    .sub_contact:hover .contact_btn a{opacity: 0.8;}
    h4 .sm{font-size: 33px;}
    .faq_contents dl dt{cursor: pointer;padding-left: 25px;}
    .faq_contents dl dt:hover{opacity: 0.8;}
    .faq_contents dl dt::before,.faq_contents dl dt::after{right: 25px;}
}

@media screen and (max-width: 374px) {
    .footer_follow_inner .sp_btm_contact a{font-size: 3vw;}

}