@charset "UTF-8";
@import url("https://use.typekit.net/brl1wca.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

body{
    background-color: #ffffff;
	font-family:'Noto Sans JP','游ゴシック体', YuGothic,sans-serif;    
	margin: 0;
    padding: 0;
    font-size: 15px;
    color: #000000;
    position: relative;
    width: 100%;
}

a{
	text-decoration: none;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

header{
	background-color: #005BAC;
	height: 80px;
	width: 100%;
	color: #ffffff;
	position: relative;
}

header figure{
	position: absolute;
	top: 10px;
	left: 30px;
}

header h1{
    position: absolute;
    top: 32px;
    left: 230px;
    font-size: 12px;
}

@media screen and (max-width: 925px) {
    header h1 {
        font-size: 10px;
        left: 220px;
    }
}

header .FormLink {
    display: block;
    background-color: #FECC17;
    width: 280px;
    color: #003462;
    border-radius: 100px;
    font-weight: 600;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 925px) {
header .FormLink {
    width: 240px;
    color: #003462;
    border-radius: 100px;
    font-weight: 600;
    padding: 15px;
    font-size: 18px;
    text-align: center;
}
}

.spTop{
    display: none;
}

.HeaderDesc {
    display: flex;
    position: absolute;
    top: 10px;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
    padding: 0 30px 0 0;
}

.HeaderDesc p {
    font-family: din-2014, sans-serif;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: right;
    line-height: 0.6;
    margin: 0 15px 0 0;
}

.HeaderDesc p i{
    font-size: 20px;
    margin: 0 3px 0 0;
}

.HeaderDesc p span{
    font-size: 12px;
    font-weight: 400;
    font-family:'Noto Sans JP','游ゴシック体', YuGothic,sans-serif;  
    letter-spacing: 0;
    font-feature-settings: "palt";

}

.Floating {
    background-color: #003462;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100px;
    position: fixed;
    bottom: 0;
}

.Floating .Headline {
    width: 370px;
    font-size: 15px;
    FONT-WEIGHT: 600;
    position: relative;
    top: 28px;
    left: 30px;
}

@media screen and (max-width: 980px) {
.Floating .Headline {
    font-size: 13px;
}
}

.Floating .Headline span{
    display: block;
    font-size: 12px;
    FONT-WEIGHT: 400;
}


.Floating .FormLink {
    display: block;
    background-color: #FECC17;
    width: 340px;
    height: 70px;
    margin: 15px;
    color: #003462;
    border-radius: 100px;
    font-weight: 600;
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

.Floating .Number {
    font-family: din-2014, sans-serif;
    font-size: 24px;
    text-align: right;
    width: 370px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    top: 26px;
    right: 30px;
    font-feature-settings: "palt";
}

.Floating .Number i{
    font-size: 20px;
    margin: 0 3px 0 0;
}

.Floating .Number span{
    font-family:'Noto Sans JP','游ゴシック体', YuGothic,sans-serif;  
    font-size: 12px;
}

.FirstView {
    background-image: url(../images/image01.jpg);
    min-height: 600px;
    background-size: cover;
    position: relative;
}

.FirstView .Txt {
    width: 50%;
    position: absolute;
    left: 50%;
    color: #ffffff;
    padding: 100px 0 0;
}

.FirstView h2{
    background-color: #ffffff;
    color: #003462;
    display: inline-block;
    padding: 4px 14px;
    border-radius: 100px;
    font-size: 20px;
}

.FirstView h3 {
    font-size: 54px;
    text-shadow: 6px 4px 6px #0000005e;
    line-height: 68px;
}

@media screen and (max-width: 1120px) {
    .FirstView h3 {
        font-size: 4.6vw;
        line-height: 6vw;
    }
}

.FirstView h4 {
    background-color: #ffffff;
    color: #003462;
    display: inline-block;
    font-size: 46px;
    padding: 4px 10px 6px;
    margin: 20px 0 0;
}

@media screen and (max-width: 1120px) {
    .FirstView h4 {
    font-size: 4.2vw;
}
}

.FirstView h5 {
    background-color: #ffffff;
    color: #003462;
    display: inline-block;
    font-size: 20px;
    padding: 0px 10px 1px;
    margin: 8px 0 0;
}

.FirstView p {
    font-size: 19px;
    font-weight: 600;
    margin: 10px 0;
}

section h2.Headline {
    font-size: 32px;
    color: #005BAC;
    text-align: center;
    position: relative;
    padding: 0 0 20px;
    margin: 50px 0 30px;
}

section h2.Headline:before {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 30px);
    width: 60px;
    height: 5px;
    content: '';
    border-radius: 3px;
    background: #015bac;
}

.Intro {
    padding: 50px 0;
    font-size: 15px;
    font-weight: 600;
    color: #003462;
    text-align: center;
}

.Intro ul {
    max-width: 900px;
    margin: 50px auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.Intro li {
    text-align: center;
    width: 30%;
    margin: 0 0 30px;
}

.Intro div.Guidance {
    background-color: #005BAC;
    max-width: 800px;
    margin: 50px auto;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    padding: 30px;
}

.Intro div.Guidance span{
    font-size: 18px;
}

.HowTo{
    background-color: #E6E6E6;
    padding: 50px 0;
}

.HowTo .LeadTxt{
    font-size: 15px;
    font-weight: 600;
    color: #005BAC;
    text-align: center;
}

.HowTo ul {
    max-width: 860px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
}

.HowTo ul li{
    width: calc(30% - 30px);
    position: relative;
    margin-right: 30px;
}

.HowTo ul li figure{
    overflow: hidden;
    border-radius: 1000px;
}

.HowTo ul li p {
    position: relative;
    text-align: center;
    top: -30px;
}



.HowTo ul li i {
    position: absolute;
    top: -12px;
    left: 0;
    text-align: center;
    font-size: 13px;
    background-color: #FECC17;
    font-style: normal;
    width: 62px;
    font-weight: 600;
    color: #ffffff;
}

.HowTo ul li b {
    text-align: center;
    font-size: 15px;
    color: #005BAC;
    background-color: #ffffff;
    border-radius: 100px;
    width: 100%;
    display: block;
    padding: 10px;
}

.HowTo ul li:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 2.2em;
    position: absolute;
    right: -1.3em;
    color: #FECC17;
    top: 43%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.Benefit {
    background-color: #005BAC;
    padding: 100px 0 50px;
    color: #ffffff;
}

section.Benefit h2.Headline{
    color: #ffffff;
    margin: 0 0 0px;
}

section.Benefit h2.Headline:before {
    background: #ffffff;
}

section.Benefit p.LeadTxt {
    color: #ffffff;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
}

@media screen and (max-width: 920px) {
section.Benefit p.LeadTxt {
    font-size: 20px;
}
}

section.Benefit p.LeadTxt b {
    color: #FECC17;
    font-size: 54px;
    text-decoration: underline;
    margin: 0 8px;
}

section.Benefit p.LeadTxt b span{
    font-size: 40px;
}


section.Benefit p.LeadTxt q {
    background-color: #ffffff;
    color: #003462;
    display: inline-block;
    border-radius: 100px;
    padding: 0 15px;
    font-weight: 600;
    margin: 14px 5px;
}

section.Benefit p.LeadTxt span{
    font-size: 12px;
}

section.Benefit ul {
    max-width: 900px;
    display: flex;
    margin: 50px auto;
    justify-content: space-between;
}

section.Benefit ul li {
    width: 30%;
}


section.Benefit ul li p{
    width: 70px;
    height: 70px;
    padding: 10px 0 0;
    background-color: #fecc18;
    border-radius: 100px;
    text-align: center;
    color: #003462;
    font-family: din-2014, sans-serif;
    font-weight: 600;
    line-height: 1;
    margin: 0 auto 15px;
}

section.Benefit ul li p i {
    font-style: normal;
    font-size: 28px;
}

section.Benefit ul li dl{
    width: 100%;
    font-weight: 500;
}

section.Benefit ul li dt {
    font-size: 18px;
    border-bottom: 2px solid;
    padding: 0 0 15px;
    margin: 0 0 15px;
    text-align: center;
}

section.Benefit ul li dd {
    line-height: 1.7;
}

section.Postage {
    padding: 50px 0 100px;
}

section.Postage h2.Headline img{
    margin: 0 auto 15px;
}

section.Postage p {
    font-size: 24px;
    color: #003462;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
}

section.Postage p a{
    color: #fecc18;
    background-color: #003462;
}

section.Postage p span{
    font-size: 12px;
}

section.Contact{
    background-color: #005BAC;
    padding: 100px 0 100px;
    color: #ffffff;
}

section.Contact h2.Headline {
    color: #ffffff;
    margin: 0 0 30px;
}

section.Contact h2.Headline:before {
    background: #ffffff;
}

section.Contact .LeadTxt{
    text-align: center;
    font-size: 20px;
}

section.Contact .LeadTxt b{
    color: #FDCC17;
    font-weight: 600;
    display: block;
    margin: 0 auto 15px;
    font-size: 24px;
}

section.Contact .LeadTxt span{
    font-weight: 600;
    display: block;
    margin: 15px auto 15px;
    font-size: 24px;
}

section.Contact article {
    max-width: 860px;
    border-radius: 50px;
    background-color: #ffffff;
    margin: 50px auto;
    padding: 0px 0px;
    color: #003462;
    text-align: center;
}

section.Contact article h3 {
    color: #005BAC;
    font-size: 24px;
    padding: 50px 0;
}

section.Contact article p{
    font-weight: 500;
}

section.Contact article .FormLink {
    display: block;
    background-color: #FECC17;
    max-width: 500px;
    color: #015bac;
    border-radius: 100px;
    font-weight: 600;
    padding: 20px;
    font-size: 26px;
    text-align: center;
    margin: 30px auto 10px;
}

section.Contact article .FormLink:hover{
    background-color: #f5f5f5;
    color: #FECC17;
}

section.Contact article p span{
    font-size: 12px;
    font-weight: 400;
}

section.Contact article .Call{
    margin: 50px 0 0;
    padding: 0 0 50px;
    font-size: 15px;
}

section.Contact article .Call .Number{
    font-size: 54px;
    color: #005BAC;
    font-family: din-2014, sans-serif;
    font-weight: 600;
}

section.Contact article .Call .Number i{
    font-size: 48px;
    margin: 0 6px 0 0;
}

section.Contact article .Call .Number span{
    display: block;
    color: #000000;
}

section.Contact article img{
    width: 90%;
    margin: 0 auto 25px;
}


section.Contact article .Notes{
    padding: 0 0 50px;
    line-height: 1.6;
}

section.Contact article .Notes span{
    font-size: 20px;
    font-weight: 600;
}

.FormLink{
     transition: all .3s;
}

.FormLink:hover{
    background-color: #ffffff;
    color: #FECC17;
}

@media screen and (max-width: 860px) {
header h1 {
        font-size: 10px;
        left: 20px;
        top: 19px;
    }

header figure {
    top: 32px;
    left: 20px;
    width: 100px;
    }

header .FormLink {
        display: none;
    }
.HeaderDesc {
    top: 25px;
    padding: 0px 0px 0 0;
    right: 20px;
}
.HeaderDesc p {
        font-family: din-2014, sans-serif;
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 2px;
        text-align: right;
        line-height: 0.8;
        margin: 0;
    }
.HeaderDesc p i {
    font-size: 16px;
}
.HeaderDesc p span {
    font-size: 10px;
}

.FirstView {
    background-image: none;
    background-color: #003462;
    min-height: auto;
    background-size: cover;
    position: relative;
    padding: 0 0 10px;
}

.spTop{
    display: block;
}

.FirstView .Txt {
        width: 94%;
        position: relative;
        left: 3%;
        padding: 0;
        top: -15px;
    }
.FirstView h3 {
        font-size: 9vw;
        line-height: 12vw;
        text-shadow: none;
    }
.FirstView h4 {
        font-size: 7vw;
    }
.FirstView h5 {
    font-size: 17px;
}

.FirstView p {
    font-size: 15px;
    font-weight: 600;
    margin: 10px 0;
}
section h2.Headline {
    font-size: 24px;
}
section h2.Headline {
    margin: 0px 0 30px;
}

section p.LeadTxt {
    width: 94%;
    margin: 0 auto;
    text-align: left;
}

.LeadTxt br{
    display: none;
}
.Intro div.Guidance {
    font-size: 18px;
    width: 94%;
}
.Intro div.Guidance span {
    font-size: 12px;
}
.HowTo .LeadTxt {
    text-align: left;
}
.HowTo ul li:not(:last-child)::after {
display: none;
}
.HowTo ul {
    flex-wrap: wrap;
}
.HowTo ul li {
    width: 80%;
    position: relative;
    margin-right: 0;
    margin: 0 10%;
}
section.Benefit h2.Headline {
    margin: 0 0 28px;
}
    section.Benefit p.LeadTxt {
        font-size: 15px;
    }

section.Benefit p.LeadTxt q {
    display: block;
    border-radius: 100px;
    padding: 5px 15px;
    font-weight: 600;
}

section.Benefit p.LeadTxt .Notes {
    display: block;
}

section.Benefit ul {
    flex-wrap: wrap;
}

section.Benefit ul li {
    width: 94%;
    margin: 0 auto 50px;
}

section.Postage p {
    font-size: 15px;
}
section.Postage p a {
    color: #fecc18;
    background-color: #003462;
    display: block;
    width: 62px;
    margin: 10px auto;
    padding: 5px;
}
section.Contact .LeadTxt b {
    font-size: 16px;
}
section.Contact .LeadTxt {
        text-align: center;
        font-size: 15px;
        text-align: left;
    }

section.Contact .LeadTxt span {
    font-size: 18px;
}
section.Contact article {
    width: 94%;
}
section.Contact article .FormLink {
    width: 94%;
}
section.Contact article .Call .Number {
    font-size: 34px;
}
section.Contact article .Call .Number i {
    font-size: 30px;
}
section.Contact article img {
    width: 100%;
}
section.Contact article .Notes span {
    font-size: 15px;
    font-weight: 600;
}
section.Contact article .Notes {
    padding: 0 0 50px;
    line-height: 1.6;
    text-align: left;
    width: 94%;
    margin: 0 auto;
}
.Floating .Number {
    display: none;
}
    .Floating .Headline {
        text-align: center;
        font-size: 12px;
        top: 0;
        left: 0;
        margin: 10px auto;
    }
    .Floating .FormLink {
        display: block;
        width: 80%;
        margin: 0 auto;
        height: 50px;
        margin: 10px auto;
        color: #003462;
        border-radius: 100px;
        font-weight: 600;
        padding: 11px;
        font-size: 18px;
    }
.Floating {
    background-color: #003462;
    color: #ffffff;
    display: block;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    position: fixed;
    bottom: 0;
    flex-direction: column;
}
}
