@charset "UTF-8";
/*
Theme Name:債権ゼロ
Theme URI:
Description:債権ゼロの専用テンプレートです。
Author:koshimizu ayako
Version:1.0 2025.06.22
*/

/* iphone リセット*/
input[type="submit"],
input[type="button"],
input[type="reset"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
input[type="reset"]::-webkit-search-decoration{
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
input[type="reset"]::focus{
  outline-offset: -2px;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input, select, textarea{
    border: none;
    outline: none;
}

*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    color-scheme: light;
  }


/********* base *********/

body {
	color: #000;
	font-size: 18px;
	line-height: 1.6;
    font-family: 'hiragino-kaku-gothic-pron', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', sans-serif;
}

a{text-decoration: none;
    color: #191f86;}
a:hover{opacity: 0.8;}

.sp{display: none!important;}

img {
    width: auto;
	max-width: 100%;
    vertical-align: middle;
}

.tac{text-align: center;}

@media screen and (max-width: 768px){
    body {
        font-size: calc(100vw * 12 / 375);
    }

    main{
        max-width: 768px;
    }

    img{
        max-width: auto;
        width: 100%;
        vertical-align: bottom;}
	.sp{display: block!important;}
	.pc{display: none!important;}   
}

/********* header *********/
.header {
    width: 100%;
    height: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    /*z-index: 999;*/
    overflow: hidden;
}

.header__title.header-title {
    width: 330px;
}
.header__title.header-title img{
    width: 100%;
}

.header__inner {
    max-width: 1200px;
    height: 111px;
    margin: 0 auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header__title {
    z-index: 997;
}

.header__title a {
    text-decoration: none;
    color: #FFFFFF;
}

.header__contact {
    padding-right: 64px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.contact__btn{
    width: 268px;
}
.contact__btn a{
    width: 100%;
    padding: 14px 5px;
    background: #001966;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
}
.contact__btn a:before{
    content: '';
    width: 32px;
    height: 24px;
    margin-right: 13px;
    background: url(img/icon_mail.png) no-repeat;
    background-size: 100%;
    display: block;
}

.header__contact p.tel {
    margin-right: 15px;
    font-family: din-condensed, sans-serif;
    font-size: 27px;
    color: #3877ae;
    letter-spacing: 2px;
}
.header__contact p.tel a{
    font-size: 43px;
    color: #3877ae;
}


nav.header__nav-pc ul.menu {
    background: #001966;
    background: linear-gradient(90deg,rgba(0, 25, 102, 1) 0%, rgba(3, 138, 191, 1) 50%, rgba(0, 25, 102, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

nav.header__nav-pc ul.menu li a{
    padding: 15px 20px;
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

@media screen and (max-width:768px) {
    .header__inner{
        width: 98%;
        height: auto;
    }

    .header__inner-right, nav.header__nav-pc{
        display: none;
    }
}

.header__nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 75%;
    height: 100vh;
    transform: translateX(100%);
    background-color: #9b9c9f;
    transition: ease .4s;
    z-index: 999;
}

.header__nav ul {
    padding: 30px 30px 0;
}
.header__nav ul li{
    font-size: 20px;
    margin-bottom: 20px;
    font-family: "century-gothic", sans-serif;
}
.header__nav ul li a {
    color: #fff;
    text-decoration: none;
}

.header__nav ul.sub-menu{
    margin-left: 130px;
    display: none;
    padding: 0;
    top: 0;
}
.header__nav ul.sub-menu > .menu-item{
    margin-bottom: 5px!important;
}
.header__nav ul.sub-menu > .menu-item a {
    padding: 0 10px;
}

.header__nav li.contact > a:after {
    content: '▲';
    font-size: 12px;
    margin-left: 7px;
    position: relative;
    top: -3px;
    transform: rotate(90deg);
    display: inline-block;
}

.header__nav-items {
    padding-top: 200px;
}

.header__nav-item {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.header__nav-item a {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
}

.header__nav-item:last-child a {
    margin-bottom: 0;
}

.header__hamburger {
    width: 66px;
    padding: 8px 8px 15px;
    border: 1px solid #001962
}

.hamburger {
    /*background-color: transparent;
    border-color: transparent;*/
    z-index: 9999;
    cursor: pointer;
}
.hamburger.active {
    /*margin-top: 22px;*/
    margin-right: 1%;
    position: relative;
}

.hamburger span {
    width: 30px;
    height: 2px;
    background-color: #191f86;
    position: relative;
    transition: ease .4s;
    display: block;
}

.hamburger span:nth-child(1) {
    top: 0;
    transform: rotate(0deg);
}

.hamburger span:nth-child(2) {
    margin: 5px 0;
    transform: rotate(0deg);
}

.hamburger span:nth-child(3) {
    top: 0;
    transform: rotate(0deg);
}

.hamburger span:nth-child(4) {
    background-color: unset;
    text-align: center;
    font-size: 10px;
    margin-top: 3px;
    color: 028abf;
}

.header__nav.active {
    transform: translateX(0);
}

.hamburger.active span:nth-child(1) {
    top: 5px;
    transform: rotate(45deg);
}

.hamburger.active span:nth-child(2) {
    opacity: 0;
}

.hamburger.active span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
}

.header__nav-box-mask.active {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 998;
    background: rgba(0,0,0,0.55);
    transition: ease .4s;
    top: 0;
}

@media screen and (max-width:768px) {    
    .hamburger{
        margin-right: 0;
    }
    .header__title{
        margin-left: 0;
    }

    h1.header__title.header-title{
        width: 33%;
        height: auto;
        padding: 1.7% 2% 1.4%;
    }

    .header__hamburger {
        width: 46px;
    }
    .hamburger span {
        width: 30px;
        height: 2px;
    }

    .header__nav ul.sub-menu{
        margin-left: 10px;
    }
    .header__nav .sub-menu {
        position: relative;
    }
}

/********* footer *********/
footer {
}

footer .inner{
    padding: 86px 0 20px;
}

footer h1.logo {
    width: 330px;
    margin: 0 auto 32px;
}
footer h1.logo img{
    width: 100%;
}

footer .sns{
    width: 54px;
    margin: 0 auto 25px;
}

footer p.tel{
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
}

footer  .menu-g-nav-container{
    margin-bottom: 30px;
}

nav.footer__nav_mini ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

nav.footer__nav_mini ul li{
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

nav.footer__nav_mini ul li a{
    padding: 0 20px;
    display: block;
    color: #747474;
}

nav.footer__nav_mini .menu-f-nav2-container ul li a{
    color: #191f86;
}

footer p.copy{
    padding: 43px 0 42px;
    background: #191f86;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}


@media screen and (max-width:768px) {
    footer {
    }

    footer .inner{
        padding: 6.8% 0 5.2%;
    }
    footer h1.logo{
        width: 44%;
        max-width: 330px;
        margin: 0 auto 4.4%;
    }

    footer .sns{
        width: 10%;
        max-width: 54px;
        margin: 0 auto 3%;
    }
    footer p.tel{
        font-family: din-condensed, sans-serif;
        font-size: 203%;
        line-height: 1.2;
    }
    footer p.tel span{
        font-size: 63%;
    }

    nav.footer__nav_mini ul li{
        margin: 0px 5px;
        font-size: 110%;
    }

    footer .menu-g-nav-container{
        margin-bottom: 7%;
    }

    footer p.copy{        
        font-size: 68%;
        padding: 5.8% 0 5.1%;
    }

}


