body,
hr,
p,
ul,
ol,
h1,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

.is_sp {
    display: none;
}

.is_pc {
    display: block;
}

img {
  border: none;
}

hr {
  border-bottom: none;
}

a {
  color: #585858;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
a:hover {
	opacity: 0.8;
}
a.mat:hover {
	opacity: 1;
}

/* ----------------- 共通 */

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 300;
  color: #585858;
  min-width: 1220px;
}

.fixed {
  padding: 127px 0 0 0;
}

.wrapper {
  width: 1220px;
  margin: 0 auto;
  padding-right: 2.6%;
  padding-left: 2.6%;
  box-sizing: border-box;
}


@media screen and (max-width: 768px) {

    body {
        min-width: auto;
        /*padding-bottom: 93px;*/
    }

    .fixed {
        padding: 60px 0 93px 0;
    }

    .wrapper {
        width: 100%;
        /*padding-right: 2.6%;
        padding-left: 2.6%;
        box-sizing: border-box;*/
    }
    
    .is_sp {
        display: block;
    }

    .is_pc {
        display: none;
    }

}

@media screen and (max-width: 400px) {

    body {
        font-size: 14px;
    }

}

/* 共通 */

.stg {
    font-weight: bold;
}

.stg-blue {
    color: #0c648a;
}

.bk-blue {
    background-color: #0c648a;
}

.bk-light-blue {
    background-color: #3EA0CC;
}

.stg-green {
    color: #699225;
}

.bk-green  {
    background-color: #699225;
}

.stg-deep-green  {
    color: #699225;
}

.stg-red {
    color: #e60012;
}

.bk-light-red {
    background-color: #DE5D5D;
}

.stg-orange {
    color: #f39800;
}

.bk-orange  {
    background-color: #f39800;
}


/* ヘッダー */

.l-header-liner-wrapper {
    width: 1220px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
}

.l-nav {
    background: #f2f2f2;
}

.l-header-liner-logo {
    display: flex;
}

.pc_heading {
    margin-left: 20px;
}

.l-header-liner-contact {
    display: flex;
}

.l-header-liner-tel {
    margin-right: 22px;
}

.l-header-liner-tel dd {
    text-align: right;
}

.l-header-liner-tel-time {
    display: inline-block;
    padding: 3px 20px 1px 20px;
    background: #ff9000;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
}

.l-header-liner-mail {
    text-align: center;
}

.l-header-liner-mail-sp {
    display: none;
}

.l-header-liner-mail dt {
  margin: 0 0 3px 0;
}

.l-header-liner-mail dd {
  font-size: 14px;
}

.l-header-liner-mail-btn {
    display: block;
    padding: 10px 18px 9px 13px;
    border-radius: 10px;
    color: #FFFFFF;
    background: #f39600;
    border-top: #F4A11F 1px solid;
    border-bottom: #CB8001 1px solid;
    box-shadow: 0 0 4px #aaa;
    font-size: 17px;
}

.l-header-liner-mail-btn img {
    margin-right: 13px;
    vertical-align: middle;
}

.l-nav.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}

.l-nav-list {
    display: flex;
    justify-items: center;
    align-items: center;
    background: #f2f2f2;
}

.l-nav-list-item {
    position: relative;
    width: 12.5%;
    border-left: solid 1px #b3b3b3;
    box-sizing: border-box;
}

.l-nav-list-item:nth-child(6) .l-nav-list-btn {
    font-size: 16px;
}

.l-nav-list-item:last-child {
    border-right: solid 1px #b3b3b3;
}

.l-nav-list-btn {
    display: block;
    height: 86px;
    text-align: center;
    box-sizing: border-box;
    line-height: 86px;
    font-size: 17px;
}

.l-nav-list-btn:hover,
.page-home .l-nav-list-item:nth-child(1) .l-nav-list-btn,
.page-service .l-nav-list-item:nth-child(2) .l-nav-list-btn,
.page-reason .l-nav-list-item:nth-child(3) .l-nav-list-btn,
.page-voice .l-nav-list-item:nth-child(4) .l-nav-list-btn,
.page-fee .l-nav-list-item:nth-child(5) .l-nav-list-btn,
.page-qanda .l-nav-list-item:nth-child(6) .l-nav-list-btn,
.page-company .l-nav-list-item:nth-child(7) .l-nav-list-btn,
.page-contact .l-nav-list-item:nth-child(8) .l-nav-list-btn {
    color: #FFFFFF;
    background: #f39800;
}

.list-txt-ht {
    padding-top: 12.5%;
    line-height: 1.5;
}

.l-nav-list-item.active .l-nav-sub-list {
	display: block;
}

.l-nav-sub-list {
	display: none;
	position: absolute;
	top: 86px;
	left: 0;
	width: 200%;
	z-index: 100;
}

.l-nav-sub-list-item {
	background-color: rgba(243, 152, 0, 0.8);
}

.l-nav-sub-list-btn {
    position: relative;
    display: block;
    height: 66px;
    text-align: left;
    box-sizing: border-box;
    line-height: 66px;
    text-indent: 1.5em;
    color: #fff;
}

.l-nav-sub-list-btn::before,
.l-nav-sub-list-btn::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.l-nav-sub-list-btn::before{
	right: 13px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.l-nav-sub-list-btn:hover {
	background-color: rgba(167, 105, 0, 1);
}


@media screen and (max-width: 768px) {

    .l-header-liner-wrapper {
        width: 100%;
    }
    
    .l-header-liner-wrapper.wrapper {
        padding: 0;
    }

    .l-nav-list-btn {
        font-size: 13px;
    }

    .l-header {
        width: 100%;
        display: flex;

        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }

    .l-header-liner-wrapper {
        position: relative;
        z-index: 6;
        width: 100%;
        margin: 0;
        background: #fff;

        justify-content: flex-end;
        align-items: center;
    }

    .l-header-liner-wrapper >:first-child {
        margin-right: auto;
    }

    .header-logo {
        margin-left: 20px;
    }

    .header-logo img {
        display: block;
        max-width: 145px;
    }

    .sp_heading {
        font-size: 10px;
    }

    .l-header-liner-contact {
        display: block;
    }

    .l-header-liner-mail-sp {
        display: block;
        width: 100%;
        margin-right: 35px;
        text-align: center;
    }

    .l-header-liner-mail-sp-btn {
        display: block;
    }

    .l-header-liner-mail-sp-btn img {
        width: 38px;
        margin-top: 6px;
        margin-bottom: 2px;
        vertical-align: bottom;
    }

    .l-header-liner-mail-sp-btn span {
        display: block;
        font-size: 12px;
    }

    .l-nav, .l-header-liner-tel, .l-header-liner-mail {
        display: none;
    }

    .sp-header-menu {
        width: 100%;
        margin-top: 60px;
        position: fixed;
        top: 0;
        z-index: 101;
        display: none;
    }

    .sp-header-menu-item {
        position: relative;
        background: #F09825;
        border-bottom: 1px solid #fff;
    }

    .sp-header-menu-item:last-child {
        border-bottom: none;
    }

    .sp-header-menu-item:after {
        content: ">";
        position: absolute;
        top: 20px;
        right: 20px;
        color: #ffffff;
    }

    .sp-header-menu-item-btn {
        display: block;
        padding: 20px;
        color: #ffffff;
    }

    .sp-header-menu.is-fixed {
        position: fixed;
    }

    /* オーバーレイ */
    .overlay {
        background-color: rgba(0, 0, 0, 0.8);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        display: none;
    }
}

@media screen and (max-width: 360px) {

    .header-logo {
        margin-left: 10px;
    }

    .header-logo img {
        display: block;
        max-width: 130px;
    }

    .sp_heading {
        font-size: 10px;
    }

    .l-header-liner-mail-sp {
        margin-right: 0;
    }

    .l-header-liner-mail-sp-btn span {
        font-size: 10px;
    }

    .l-footer-logo {
        max-width: 306px;
        width: 90%;
        margin: auto;
    }

    .common-contact-logo-img img {
        width: 100%;
    }

    .sp-header-menu-item:after {
        top: 12px;
        right: 12px;
    }

    .sp-header-menu-item-btn {
        padding: 12px;
    }

}

/* ヘッダー SPメニュー */

.sp-header-menu {
    display: none;
}

/* ナビゲーションアイコン */
.navBtn {
    display: none;
    width: 60px;
    height: 60px;
    padding: 20px 15px;
    margin-left: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 6;
    cursor: pointer;
    background: #f09826;
}

.navBtn span {
    display: block;
    height: 3px;
    width: 100%;
    background: #FFFFFF;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.navBtn span:nth-of-type(2),
.navBtn span:nth-of-type(3) {
    margin-top: 8px;
}

/* ナビゲーションアイコン:アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) translateX(0) rotate(45deg);
    -ms-transform: translateY(9px) translateX(0) rotate(45deg);
    transform: translateY(9px) translateX(0) rotate(45deg);
}

.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}

.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-9px) translateX(0) rotate(-45deg);
    transform: translateY(-9px) translateX(0) rotate(-45deg);
}


/* ナビゲーション:アクティブ時 */
header.navOpen nav {
    opacity: 1;
    right: 0;
}

@media screen and (max-width: 768px) {

    .navBtn {
        display: block;
    }

    .contain {
        margin-top: 60px;
    }

}



/* フッター */

.l-footer {
    position: relative;
    background: #f2f2f2;
}

.l-footer-totop {
	position: fixed;
	background-color: #f39800;
	width: 60px;
	height: 60px;
	text-align: center;
	bottom: 0;
	right: 2.6%;
	opacity: 0;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.l-footer-totop.active {
	opacity: 1;
	
}
.l-footer-totop.absolute {
	position: absolute;
	top: -60px;
}

.l-footer-totop-btn {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.l-footer-totop-btn::before{
  content: '';
  width: 24px;
  height: 24px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -6px;
  margin-left: -12px;
}

.l-footer-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 40px 2.6%;
    box-sizing: border-box;
}

.l-footer-list {
    margin-bottom: 30px;
}

.l-footer-list-menu-open {
    font-weight: bold;
    pointer-events: none;
}

.l-footer-list-item-no-open {
    font-weight: bold;
}

.l-footer-display {
    display: block !important;
}

.l-footer-list-item {
    margin: 0 0 4px 0;
}

.l-footer-list-item:before {
    content: ">";
    padding-right: 10px;
}

.l-footer-list-item-parent:before {
    content: "";
    padding-right: 0;
}

.l-footer-logo {
    margin-bottom: 20px;
    text-align: center;
}

.l-footer-headline {
    margin-bottom: 10px;
    font-size: 19px;
}

.l-footer-img {
    display: block;
    width: 306px;
    height: 58px;
    margin: 10px auto 0;
}

.l-footer-company {
    width: 306px;
    margin: auto;
    text-align: right;
    font-weight: bold;
}

.l-footer-contact {
    margin-bottom: 20px;
}

.l-footer-tel a img {
    vertical-align: text-top;
}

.l-footer-time {
    padding: 5px 10px 3px 10px;
    margin-left: 14px;
    background: #f39600;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    line-height: 1.3em;
}

.l-footer-mail-time {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.l-footer-mail-btn {
    display: block;
    width: 545px;
    padding: 20px 0;
    margin: auto;
    border-radius: 10px;
    color: #FFFFFF;
    background: #f39600;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}

.l-footer-mail-btn img {
    margin-right: 20px;
    vertical-align: middle;
}

.l-footer-address {
  margin: 0 0 10px 0;
}

.copyright {
    text-align: center;
    padding: 22px 0;
    border-top: 1px solid #b9b9b9;
}


@media screen and (max-width: 768px) {

    .l-footer-wrapper {
        display: block;
        padding: 0;
    }

    .l-footer-headline {
        font-size: 15px;
    }

    .l-footer-tel a img {
        width: 255px;
        height: auto;
    }

    .l-footer-logo-img img, .l-footer-company {
        max-width: 100%;
    }

    .l-footer-logo-wrapper {
        padding-right: 2.6%;
        padding-left: 2.6%;
    }

    .l-footer-list {
        margin-bottom: 0;
        border-bottom: 1px solid #cacaca;
    }
    
    .l-footer-list-menu-open {
        pointer-events: auto;
    }

    .l-footer-list-item {
        position: relative;
        margin: 0;
        font-size: 18px;
    }

    .l-footer-list-item-parent {
        background: #f2f2f2;
    }

    .l-footer-list-item-child {
        background: #e5e5e5;
    }

    .l-footer-list-item-child:first-child {
        border-top: 1px solid #cacaca;
    }

    .l-footer-list-item a {
        display: block;
        padding: 20px 2.6%;
        font-size: 16px;
    }

    .l-footer-list-item:before{
        content: "";
        padding-right: 0;
    }
    
    .l-footer-list-menu-open:after {
        content: "＋";
        position: absolute;
        right: 2.6%;
        top: 20px;
        font-weight: bold;
        color: #f39800;
    }

    .l-footer-list-menu-open.is-open:after {
        content: "−";
    }

    .l-footer-list-item-child:after {
        content: ">";
        position: absolute;
        top: 20px;
        right: 2.6%;
    }

    .l-footer-list-sp {
        display: none;
    }

    .l-footer-logo-wrapper {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .copyright {
        font-size: 12px;
    }
}

/* アイコン */

.i {
    display: inline-block;
    position: relative;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.i:after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.i_plus {
    /*content: "+";*/
    /*border-radius: 2px;*/
    /*border: 2px solid #000;*/
    /*text-align: center;*/
    width: 20px;
    height: 20px;
/*    line-height: 0;
    font-size: 30px;
*/}

.i_plus:after {
    background-image: url(/assets/images/common/i_plus.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 共通お問い合わせ */

.cv_wrapper {
    margin: 100px 0;
}

.cv_title {
    margin-bottom: 30px;
    font-size: 38px;
    text-align: center;
    font-weight: bold;
}

.cv-contact {
    width: 70%;
    padding: 40px 0;
    margin: auto;
    background: url(../images/common/common_cv_bk.png) no-repeat;
    background-size: cover;
    border: 1px solid #dadada;
}

.common-contact-logo {
    margin-bottom: 20px;
    text-align: center;
}

.common-contact-headline {
    margin-bottom: 10px;
    font-size: 20px;
}

.common-contact-img {
    display: block;
    width: 306px;
    height: 58px;
    margin: 10px auto 0;
}

.common-contact-company {
    width: 306px;
    margin: auto;
    text-align: right;
    font-weight: bold;
}

.common-contact {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    justify-items: center;
    align-items: center;
}

.common-contact-time {
    padding: 5px 13px 3px 13px;
    margin-left: 25px;
    background: #f39600;
    color: #FFFFFF;
    border-radius: 13px;
    font-size: 16px;
    /*line-height: 1.4;*/
}

.common-contact-time p {
    line-height: 1.4; 
}

.common-contact-mail-time {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.common-contact-mail-btn {
    display: block;
    width: 545px;
    padding: 20px 0;
    margin: auto;
    border-radius: 10px;
    color: #FFFFFF;
    background: #f39600;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    box-shadow: 2px 2px 1px rgba(0,0,0,0.2);
}

.common-contact-mail-btn img {
    margin-right: 20px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {

    .cv_wrapper {
        margin: 50px 0;
    }

    .cv_title {
        font-size: 22px;
    }

    .cv_title_space_sp {
        display: block;
    }

    .common-contact-time {
        margin-left: 10px;
    }

    .common-contact-time p {
        font-size: 12px;
    }

    .common-contact-mail-time {
        font-size: 14px;
    }

    .common-contact-tel img {
        max-width: 100%;
        vertical-align: middle;
    }

    .cv-contact {
        background: url(../images/common/common_cv_bk_sp.png) no-repeat;
        background-size: cover;
        width: 100%;
        padding-right: 20px;
        padding-left: 20px;
        box-sizing: border-box;
    }

    .common-contact-mail-btn {
        width: 100%;
        font-size: 16px;
    }

    .common-contact-mail-btn img {
        margin-right: 10px;
    }

    .common-contact-logo-img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 360px) {

    .common-contact-company {
        width: 100%;
    }

}

/* パンくず */

.breadcrumb {
    padding: 10px 0;
    background: #dcdcdc;
}

.breadcrumb_list {
    display: flex;
}

.breadcrumb_list_item:after {
    content: ">";
    display: inline-block;
    margin: 0 0.5em;
}

.breadcrumb_list_item:last-child:after {
    content: "";
}

/* 下層共通 */

.page-sub .hero_headline {
    line-height: 200px;
    font-size: 35px;
    text-align: center;
    color: #ffffff;
}

.page-sub .hero {
    height: 200px;
    background: url(../images/reason/hero.png) no-repeat;
    background-size: cover;
}

.page-sub .intro {
    text-align: center;
}

.page-sub .intro_title {
    margin-bottom: 30px;
    font-size: 40px;
}

.page-sub .intro_description {
    font-size: 20px;
    line-height: 1.7;
}

@media screen and (max-width: 768px) {
    
    .page-sub .hero {
        height: 150px;
    }
    
    .page-sub .hero_headline {
        line-height: 150px;
        font-size: 28px;
    }
    
    .breadcrumb {
        display: none;
    }

    .page-sub .intro_title {
        font-size: 20px;
    }

    .page-sub .intro_description {
        font-size: 14px;
    }

}

@media screen and (max-width: 360px) {
    
    .page-sub .hero_headline {
        font-size: 24px;
        line-height: 150px;
    }

    .page-sub .hero {
        height: 150px;
    }

}

.page-sub .section {
    padding: 100px 0 0 0;
}

.page-sub .section_ttl {
    text-align: center;
    font-size: 34px;
    margin: 0 0 50px 0;
}

.page-sub .section_ttl:after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background-color: #000;
    margin: 15px auto 0 auto;
}

@media screen and (max-width: 768px) {

    .page-sub .section {
        padding: 50px 0 0 0;
    }
    
    .page-works-cld .section {
        padding: 30px 0 0 0;
    }

    .page-sub .section_ttl {
        font-size: 24px;
        margin: 0 0 30px 0;
    }

    .page-sub .section_ttl:after {
        width: 20px;
        height: 2px;
        margin: 10px auto 0 auto;
    }

}