@charset "utf-8";
/********************************************************* reset*/
html, body, p, li, dl, dt, dd, blockquote, td, form {
    margin: 0;
    padding: 0;
}

body{
    display: flex;
    flex-flow: column;
    min-height: 100vh;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%
}

@media all and (-ms-high-contrast: none) {
	body{
		display: block;
	}
}

main{
    flex: 1;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

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

address, em, code, cite, dfn, var, optgroup {
    font-style: normal;
}

caption, th {
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 0;
    text-align: left;
}

img {
    border: none;
    vertical-align: bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: inherit;
}

input, select, textarea {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

main, article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
    margin: 0;
    padding: 0;
}

map area {
    outline: none;
}


/* ------------------------------------------------------- base */
*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
	color: #333;
}

body{
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-feature-settings: "pkna";
}

p{
	font-size: 1.6rem;
	line-height: 1.8;
}

.dispPc{
	display: block;
}

.dispSp{
	display: none;
}

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

li{
	margin: 0;
	padding: 0;
}

a{
    color: #333;
	text-decoration: none;
    transition: all .2s;
}

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

/* clearfix */
.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

* html .clearfix{
	height: 1px;
}

.inner{
	max-width: 1400px;
	width: 90%;
	margin: 0 auto;
}

.iconBlank::after{
	content: '';
	display: inline-block;
	width: 16px;
	height: 14px;
	background: url('../img/f_icon_link.png')no-repeat center;
	background-size: 100%;
	vertical-align: middle;
	margin-left: 5px;
}

.youtube{
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

p.note{
	line-height: 1.5;
	padding-left: 1.15em;
	position: relative;
}

p.note::before{
	content: '※';
	position: absolute;
	left: 0;
	top: 0;
}

.listDot > li,
.listNum > li{
    padding-left: 1.5em;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: .75em;
    position: relative;
}

.listNum > li{
    counter-increment: number 1;
}

.listDot > li::before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #4271bb;
    position: absolute;
    left: .6em;
    top: .75em;
}

.listNum > li::before{
    content: counter(number)'.';
    display: inline-block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.listDot > li span,
.listNum > li span{
    display: block;
    font-weight: 700;
}

.inlineLink{
    word-break: break-all;
    color: #108DB5;
    text-decoration: underline;
}

.inlineLink:hover{
    opacity: 1;
    text-decoration: none;
}

/* .inlineLink[target="_blank"]::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    background: url("../images/icon_blank.png")no-repeat center;
    background-size: 100%;
    margin-left: 5px;
    margin-top: -4px;
} */

.tac{
    text-align: center;
}

.tar{
    text-align: right;
}

.mb30{
    margin-bottom: 30px !important;
}

.mt30{
    margin-top: 30px !important;
}

.anchor{
    padding-top: 126px;
    margin-top: -126px;
}

.slick-track{
    display: flex;
}
.slick-slide{
    height: auto !important;
}



/* ------------------------------------------------------- header */
header{
    position: fixed;
    width: 100%;
    z-index: 10;
    transition: all .2s;
}

header.is-animation{
    background-color: #fff;
    box-shadow: 0 0 30px rgba(66, 113, 137, .15);
}

header .inner{
    max-width: 1400px;
    width: 95%;
    position: relative;
    z-index: 1;
    transition: all .2s;
}

.headerContainer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    position: relative;
    transition: all .2s;
}

header.is-animation .headerContainer{
    padding: 20px 0;
}

.hLogo{
    position: absolute;
    left: 0;
    top: 30px;
    transition: all .2s;
}

header.is-animation .hLogo{
    position: relative;
    top: 0;
}

.hLogo a{
    display: inline-block;
}

.hLogo a:hover{
    opacity: .8;
}

.hLogo a p{
    text-indent: -9999px;
    width: 200px;
    height: 193px;
    background: url(../images/logo_01.png)no-repeat center;
    background-size: 100%;
    transition: all .05s;
}

header.is-animation .hLogo a p{
    width: 295px;
    height: 67px;
    background-image: url(../images/logo_02.png);
}

.hContents{
    flex: 1;
    width: 100%;
    transition: all .2s;
}

.hContact{
    display: flex;
    justify-content: end;
    align-items: center;
}

.hContact .tel{
    margin-right: 15px;
}

.hContact .tel p{
    display: inline-block;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1;
}

.hContact .tel p::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url("../images/icon_tel_w.png")no-repeat center, linear-gradient(to bottom, #eb7390, #e5496f);
    background-size: 100%;
    border-radius: 50%;
    margin-right: 5px;
    margin-top: -6px;
}

.hContact .tel > span{
    display: block;
    font-feature-settings: "palt";
    text-align: right;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: .15em;
}

.hContact > a{
    display: inline-block;
    width: 165px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.25;
    color: #fff;
    padding: 1em 1.5em;
    background-color: #e5496f;
    border-radius: 50px;
    overflow: hidden;
    margin-right: 5px;
    position: relative;
    transition: all .2s;
}

.hContact > a:last-child{
    margin: 0;
}

.hContact > a:hover{
    box-shadow: 0 0 20px rgba(235,115,144,.5);
}

.hContact > a::after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #eb7390, #e5496f);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
}

.hContact > a:hover::after{
    opacity: 0;
}

.hContact > a span{
    position: relative;
    z-index: 1;
}

.hContact > a span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/icon_calculator_w.png)no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.hContact > a:nth-of-type(2) span::before{
    background-image: url(../images/icon_mail_w.png);
}

.hNav nav{
    padding-top: 25px;
}

.hNav nav > ul{
    text-align: right;
}

.hNav nav > ul > li{
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
    margin-left: 1.75em;
}

.hNav nav > ul > li > a{
    display: block;
    transition: all .2s;
    position: relative;
}

.hNav nav > ul > li > a:hover{
    color: #4271bb;
}

.hNav nav > ul > li > a::after{
    content: '';
    display: inline-block;
    width: 0;
    height: 1px;
    background-color: #4271bb;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -.5em;
    margin: auto;
    transition: all .2s;
}

.hNav nav > ul > li > a:hover::after{
    width: 100%;
}

.menuSingle{
    position: relative;
}

.menuSingle .menuSecondLevel{
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

.menuSingle .menuSecondLevel{
    display: block;
    width: 100%;
    background: rgba(255,255,255,.95);
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    margin-top: 10px;
    overflow: hidden;
    position: absolute;
    transition: all .2s;
}

.menuSingle .menuSecondLevel.a,
.menuSingle .menuSecondLevel.b{
	width: 160%;
    left: -30%;
}

.menuSingle:hover .menuSecondLevel{
    visibility: visible;
    opacity: 1;
}

.menuSingle .menuSecondLevel li{
	display: block;
    font-weight: bold;
	border-bottom: 1px dotted #f2921a;
}

.menuSingle .menuSecondLevel li:last-child{
	border: none;
}

.menuSingle .menuSecondLevel li a{
	display: block;
    text-align: left;
    font-size: 1.4rem;
	line-height: 1.25;
	padding: 1em;
}

.menuSingle .menuSecondLevel li a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 5px;
    border-top: 1px solid #f2921a;
    border-right: 1px solid #f2921a;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
}

.menuSingle .menuSecondLevel li a:hover {
    opacity: 1;
	transform: none;
	background-color: #fef7ef;
}

.spContactBtns{
    display: none;
}










#nav-input{
	display: none;
}



/* ------------------------------------------------------- main */
.topHero{
    height: 800px;
    position: relative;
}

.topHero::after{
    content: '';
    display: block;
    width: 100%;
    height: 102px;
    background: url(../images/top_hero_parts_01.png)no-repeat left center;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.topHero .topHeroBg{
    content: '';
    width: 67%;
    height: 100%;
    background: url(../images/top_hero_img.jpg)no-repeat center;
    background-size: cover;
    border-radius: 0 0 0 50px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
}

.topHero .topHeroBg::before{
    content: '';
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, #fff, rgba(255,255,255,0));
    position: absolute;
    left: 0;
    top: 0;
}

.topHero .inner{
    display: flex;
    align-items: center;
    max-width: 1400px;
    height: 100%;
    padding-top: 144px;
}

.topHero .container{
    position: relative;
    margin-top: 80px;
}

.topHero .container > h1{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.7;
    color: #fff;
    margin-bottom: .5em;
}

.topHero .container > h1 span{
    background-color: #4271bb;
}

.topHero .container > h1 strong{
    font-weight: 600;
    background-color: #eb7390;
}

.topHero .container > p span{
    background-color: #fff;
}

.topNews2Col{
    display: flex;
    justify-content: space-between;
}

.topNews2Col .topNewsHead{
    margin-right: 100px;
}

.topContentsWrapper .topNews2Col .topNewsHead h2{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1em;
}

.topNews2Col .topNewsHead a{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    transition: all 0s;
}

.topNews2Col .topNewsHead a:hover{
    text-decoration: underline;
    color: #4271bb;
}

.topNews2Col .topNewsHead a::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #4271bb;
    border-right: 1px solid #4271bb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 8px;
    margin-top: -3px;
    transition: all .2s;
}

.topNews2Col .newsList{
    flex: 1;
    width: 100%;
}

.newsList ul li{
    border-top: 1px solid #e7edf6;
}

.newsList ul li:last-child{
    border-bottom: 1px solid #e7edf6;
}

.newsList ul li a{
    display: flex;
    align-items: center;
    padding: 20px;
}

.newsList ul li a:hover{
    background-color: #f1f5fa;
}

.newsList ul li a span{
    width: 7em;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    color: #4271bb;
    transition: all .2s;
}

.newsList ul li a:hover span{
    margin-right: .5em;
}

.newsList ul li a p{
    flex: 1;
    width: 100%;
}

.topContentsWrapper{
    padding: 120px 0;
    position: relative;
}

.topContentsWrapper:last-child{
    padding-bottom: 140px;
}

.topContentsWrapper .inner{
    max-width: 1200px;
}

.topContentsWrapper .topSecTit{
    text-align: center;
}

.topContentsWrapper .topSecTit h2{
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 1.5em;
}

.topContentsWrapper .topSecTit h2 span{
    display: block;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #4271bb;
    margin-top: 1em;
}

.topContentsWrapper .topSecTit h2 .en{
    display: inline;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 6rem;
    font-weight: 500;
    line-height: 1;
    color: #4271bb;
}

#topWorry{
    padding: 0;
}

#topWorry h2{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #4271bb;
    margin-bottom: 1.75em;
}

#topWorry h2 span{
    display: inline-block;
    padding: .5em 1.75em;
    background-color: #f1f5fa;
    border-radius: 50px;
    position: relative;
}

#topWorry h2 span::after{
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #f1f5fa;
}

#topWorry h2 span strong{
    font-size: 4rem;
    font-weight: 700;
    color: #eb7390;
}

#topWorry h2 span br{
    display: none;
}

.topWorryList ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 50px 5%;
}

.topWorryList ul li{
    width: 30%;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(66,113,137,.15);
    position: relative;
}

.topWorryList ul li::after{
    content: '';
    display: inline-block;
    width: 38px;
    height: 54px;
    background: url(../images/top_worry_icon_01.png)no-repeat center;
    background-size: 100% auto;
    position: absolute;
    right: 0;
    bottom: -27px;
}

.topWorryList ul li:nth-child(2)::after{
    background-image: url(../images/top_worry_icon_02.png);
}

.topWorryList ul li:nth-child(3)::after{
    background-image: url(../images/top_worry_icon_03.png);
}

.topWorryList ul li:nth-child(4)::after{
    background-image: url(../images/top_worry_icon_04.png);
}

.topWorryList ul li:nth-child(5)::after{
    background-image: url(../images/top_worry_icon_05.png);
}

.topWorryList ul li strong{
    font-weight: 600;
    color: #4271bb;
}

.topWorryBottom{
    background-color: #4271bb;
    margin-top: 120px;
}

.topWorryBottom .inner{
    text-align: center;
    position: relative;
}

.topWorryBottom .inner::after{
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/top_worry_icon_06.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: auto;
}

.topWorryBottom .inner h3{
    display: inline-block;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.8;
    color: #fff;
    padding: 1.15em 0;
    position: relative;
}

.topWorryBottom .inner h3::after{
    content: '';
    display: inline-block;
    width: 193px;
    height: 264px;
    background: url(../images/top_worry_img_01.png)no-repeat center;
    background-size: 100%;
    position: absolute;
    right: -213px;
    bottom: 0;
}

.topWorryBottom .inner h3 span{
    display: inline-block;
    line-height: 1;
    padding: .15em .15em .25em;
    background-color: #eb7390;
    margin: 0 .15em;
}

#topService::after{
    content: '';
    display: block;
    width: 100%;
    height: 40%;
    background: url(../images/bg_parts_01.gif);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.topServiceContents{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topServiceContents .contents{
    width: 47.5%;
    padding: 0 50px 60px;
    background-color: #4271bb;
    border-radius: 20px;
    margin-top: 60px;
}

.topServiceContents .contents:nth-of-type(2){
    background-color: #41afba;
}

.topServiceContents .contents > a{
    display: block;
    margin-top: -60px;
    position: relative;
}

.topServiceContents .contents > a::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin: auto;
    z-index: 1;
    transition: all .2s;
}

.topServiceContents .contents > a:hover::before{
    background-color: #4271bb;
}

.topServiceContents .contents:nth-of-type(2) > a:hover::before{
    background-color: #41afba;
}

.topServiceContents .contents > a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #4271bb;
    border-right: 1px solid #4271bb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 30px;
    bottom: 28px;
    margin: auto;
    z-index: 1;
    transition: all .2s;
}

.topServiceContents .contents:nth-of-type(2) > a::after{
    border-color: #41afba;
}

.topServiceContents .contents > a:hover::after{
    border-color: #fff;
}

.topServiceContents .contents > a figure{
    border-radius: 20px;
    overflow: hidden;
}

.topServiceContents .contents > a figure img{
    transition: all .2s;
}

.topServiceContents .contents > a:hover figure img{
    transform: scale(1.1);
}

.topServiceContents .contents span{
    display: block;
    text-align: center;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin: 2em 0 .75em;
}

.topServiceContents .contents h3{
    text-align: center;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin-bottom: .35em;
}

.topServiceContents .contents p{
    text-align: center;
    color: #fff;
}

.moreBtn{
    margin-top: 50px;
    text-align: center;
}

.moreBtn a{
    display: inline-block;
    width: 100%;
    max-width: 280px;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.5;
    color: #4271bb;
    padding: 1em;
    background-color: #e7edf6;
    border-bottom: 2px solid #a7bde0;
    border-radius: 50px;
    position: relative;
}

.moreBtn a:hover{
    background-color: #a7bde0;
    /* border-color: #4271bb; */
}

.moreBtn a::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #4271bb;
    border-right: 1px solid #4271bb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all .2s;
}

.moreBtn a:hover::after{
    right: 22px;
}

.topServiceContents .contents .moreBtn{
    margin-top: 30px;
}

.topServiceContents .contents .moreBtn a{
    background-color: #fff;
}

.topServiceContents .contents .moreBtn a:hover{
    background-color: #a7bde0;
}

.topServiceContents .contents:nth-of-type(2) .moreBtn a{
    color: #41afba;
    border-color: #bce3e7;
}

.topServiceContents .contents:nth-of-type(2) .moreBtn a:hover{
    background-color: #bce3e7;
}

.topServiceContents .contents:nth-of-type(2) .moreBtn a::after{
    border-color: #41afba;
}

.reasonList ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.reasonList ul li:last-child{
    margin: 0;
}

.reasonList ul li figure{
    width: 28%;
    margin-right: 40px;
}

.reasonList ul li figure img{
    border-radius: 10px;
}

.reasonList ul li .txtContents{
    flex: 1;
}

.reasonList ul li .txtContents .listTit{
    display: flex;
    align-items: center;
}

.reasonList ul li .txtContents .listTit .num{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    height: 56px;
    border: 1px solid #4271bb;
    border-radius: 50%;
}

.reasonList ul li .txtContents .listTit .num p{
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.15;
    color: #4271bb;
    margin-top: .25em;
}

.reasonList ul li .txtContents .listTit .num p span{
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
}

.reasonList ul li .txtContents .listTit h4{
    flex: 1;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #4271bb;
    margin-left: .5em;
}

.reasonList ul li .txtContents .listTit h4 strong{
    font-weight: 700;
    background: -webkit-linear-gradient(transparent 65%, #fcee21 65%);
    background: -o-linear-gradient(transparent 65%, #fcee21 65%);
    background: linear-gradient(transparent 65%, #fcee21 65%);
}

.reasonList ul li .txtContents > p{
    margin-top: 1.25em;
}

#topRealEstate{
    background-color: #e7edf6;
}

.realEstateList ul{
    display: flex;
    flex-wrap: wrap;
    gap: 40px 2%;
}

#top .realEstateList ul{
    justify-content: center;
}

.realEstateList ul li{
    width: 32%;
}

.realEstateList ul li a{
    display: block;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.realEstateList ul li a:hover{
    box-shadow: 0 0 30px rgba(66, 113, 137, .15);
}

.realEstateList ul li a figure{
    overflow: hidden;
    position: relative;
}

.realEstateList ul li a figure::before{
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    bottom: 10px;
    margin: auto;
    z-index: 1;
    transition: all .2s;
}

.realEstateList ul li a:hover figure::before{
    background-color: #4271bb;
}

.realEstateList ul li a figure::after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #4271bb;
    border-right: 1px solid #4271bb;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 20px;
    bottom: 18px;
    margin: auto;
    z-index: 1;
    transition: all .2s;
}

.realEstateList ul li a:hover figure::after{
    border-color: #fff;
}

.realEstateList ul li a figure img{
    aspect-ratio: 640 / 420;
    object-fit: cover;
    transition: all .2s;
}

.realEstateList ul li a:hover figure img{
    transform: scale(1.1);
}

.realEstateList ul li a .txtContents{
    padding: 25px;
}

.realEstateList ul li a .txtContents h4{
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .5em;
}

.realEstateList ul li a .txtContents p{
    color: #4271bb;
    margin-bottom: 1.25em;
}

.realEstateList ul li a .txtContents .detail dl{
    display: flex;
    font-size: 1.4rem;
    line-height: 1.5;
    padding-top: .75em;
    border-top: 1px dashed #b3c6e4;
    margin-bottom: .75em;
}

.realEstateList ul li a .txtContents .detail dl dt{
    width: 6em;
    padding-left: .75em;
}

.realEstateList ul li a .txtContents .detail dl dd{
    flex: 1;
}

#topRealEstate .moreBtn a{
    background-color: #fff;
}

#topRealEstate .moreBtn a:hover{
    background-color: #a7bde0;
}

.topAbout2Col{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.topAbout2Col .txtContents{
    width: 50%;
}

.topAbout2Col figure{
    width: 45%;
}

.topAbout2Col .txtContents h2{
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: .75em;
}

.topAbout2Col .txtContents p{
    margin-bottom: 1em;
}

.topAbout2Col .txtContents p:last-child{
    margin: 0;
}

.topAbout2Col .txtContents .moreBtn{
    text-align: left;
    margin-top: 40px;
}



/* fadeUp */
.fadeUp{
    animation-name:fadeUpAnime;
    animation-duration:0.5s;
    animation-fill-mode:forwards;
    opacity:0;
}

@keyframes fadeUpAnime{
    from {
        opacity: 0;
        transform: translateY(50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}



/* ------------------------------------------------------- footer */
footer{
    background-color: #e7edf6;
    position: relative;
}

footer::before{
    content: '';
    width: 100%;
    height: 360px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

footer > .inner{
    max-width: 1400px;
}

#fContact{
    width: 95%;
    max-width: 1400px;
    background: url(../images/f_contact_bg.jpg)no-repeat center;
    background-size: cover;
    border-radius: 30px;
    margin: 0 auto;
}

#fContact .inner{
    position: relative;
    z-index: 1;
}

#fContact.topContentsWrapper{
    padding: 100px 0;
}

#fContact.topContentsWrapper .topSecTit h2{
    color: #fff;
}

#fContact.topContentsWrapper .topSecTit h2 span{
    color: #fff;
}

#fContact.topContentsWrapper .topSecTit p{
    text-align: center;
    margin-bottom: 2.5em;
}

#fContact.topContentsWrapper .topSecTit p span{
    line-height: 1;
    color: #4271bb;
    background-color: #fff;
}

.fcontactItems{
    display: flex;
}

.fcontactItems .contents{
    width: 50%;
    padding: 0 40px;
    border-right: 1px solid #fff;
}

.fcontactItems .contents:last-of-type{
    border: none;
}

.fcontactItems .contents .head{
    text-align: center;
}

.fcontactItems .contents .head figure{
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #4271bb;
    border-radius: 50%;
}

.fcontactItems .contents .head span{
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    margin: .75em 0 1.5em;
}

.fcontactItems .contents .tel{
    text-align: center;
}

.fcontactItems .contents .tel a{
    display: inline-block;
    font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
}

.fcontactItems .contents .tel a span{
    font-size: 4.6rem;
}

.fcontactItems .contents .tel > span{
    display: block;
    font-size: 1.5rem;
    line-height: 1;
    color: #fff;
    margin-top: .5em;
}

.fcontactItems .contents .form{
    display: flex;
    justify-content: space-between;
}

.fcontactItems .contents .form a{
    display: inline-block;
    text-align: center;
    width: 49.5%;
    max-width: 340px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    padding: 1.5em 1.15em;
    background-color: #e5496f;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    transition: all .2s;
}

.fcontactItems .contents .form a:hover{
    box-shadow: 0 0 20px rgba(235,115,144,.5);
}

.fcontactItems .contents .form a::after{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #eb7390, #e5496f);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .2s;
}

.fcontactItems .contents .form a:hover::after{
    opacity: 0;
}

.fcontactItems .contents .form a span{
    position: relative;
    z-index: 1;
}

.fcontactItems .contents .form a span::before{
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/icon_calculator_w.png)no-repeat center;
    background-size: 100%;
    margin-right: 5px;
    margin-top: -3px;
}

.fcontactItems .contents .form a:nth-child(2) span::before{
    background-image: url(../images/icon_mail_w.png);
}

.fContainer{
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.fInfo a{
    display: inline-block;
    width: 326px;
    margin-bottom: 20px;
}

.fInfo a:hover{
    opacity: .8;
}

.fInfo .officeInfo{
    padding-top: 15px;
    border-top: 1px dashed #b3c6e4;
}

.fInfo .officeInfo figure{
    width: 225px;
    margin-bottom: 15px;
}

.fInfo .officeInfo p{
    font-size: 1.4rem;
    line-height: 1.5;
    padding-left: .5em;
}

.fSitemap{
    display: flex;
}

.fSitemap ul{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 3em;
}

.fSitemap ul:last-child{
    margin: 0;
}

.fSitemap ul li{
    margin-bottom: 1em;
}

.fSitemap ul li a{
    display: inline-block;
    transition: none;
}

.fSitemap ul li a:hover{
    text-decoration: underline;
    color: #4271bb;
}

.copyright{
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5;
    padding: 1.25em 0;
    margin-bottom: 2em;
}

.spFloatBtns{
    display: none;
}



@media(max-width: 1200px){
    .topHero{
        height: 700px;
    }

    .topWorryBottom .inner h3::after{
        content: none;
    }
}

@media(max-width: 1080px){
    #fContact.topContentsWrapper .inner{
        width: 100%;
    }

    .fcontactItems .contents .tel a span{
        font-size: 4rem;
    }
}



/* ------------------------------------------------------- tab / sp */
@media(max-width: 820px){
    .dispPc{
        display: none !important;
    }

    .dispSp{
        display: block;
    }

    p{
        font-size: 1.5rem;
    }

    .listDot > li,
    .listNum > li{
        font-size: 1.5rem;
    }

    /* .listDot > li::before{
        top: .55em;
    } */

    header{
        height: 94px;
    }

    header.is-animation{
        height: 80px;
    }

    header::after{
        width: 100%;
        border-radius: 0;
    }

    header .inner{
        height: 100%;
    }

    .headerContainer{
        padding: 22px 0 0;
    }

    header.is-animation .headerContainer{
        height: 100%;
        padding: 0;
    }

    .hLogo,
    header.is-animation .hLogo{
        position: initial;
    }

    .hLogo a,
    header.is-animation .hLogo a{
        width: 245px;
    }

    .hLogo a p,
    header.is-animation .hLogo a p{
        width: 245px;
        height: 55px;
        background-image: url(../images/logo_02.png);
    }

    /*========= ナビゲーションのためのCSS ===============*/
    #g-nav{
        /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
        position:fixed;
        z-index: -1;
        opacity: 0;/*はじめは透過0*/
        /*ナビの位置と形状*/
        top:0;
        width:100%;
        height: 100vh;/*ナビの高さ*/
        background-color: #fff;
        transition: all .3s;
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g-nav.panelactive{
        opacity: 1;
        z-index:999;
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list{
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;/*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

/*========= ボタンのためのCSS ===============*/
    .openbtn{
        position:fixed;
        z-index: 9999;/*ボタンを最前面に*/
        top: 27px;
        right: 12px;
        cursor: pointer;
        width: 50px;
        height:50px;
        transition: all .2s;
    }

    header.is-animation .openbtn{
        top: 16px;
    }

    /* ×に変化 */
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        /* border-radius: 2px; */
        background-color: #333;
        width: 45%;
        transition: all .2s;
    }

    header.is-animation .openbtn span,
	#sub .openbtn span{
        background-color: #333;
    }

    .openbtn span:nth-of-type(1) {
        top:15px;
    }

    .openbtn span:nth-of-type(2) {
        top:23px;
    }

    .openbtn span:nth-of-type(3) {
        top:31px;
    }

    .openbtn.active span{
        background-color: #333;
    }

    .openbtn.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #g-nav{
        display: none;
    }

    #g-nav.panelactive{
        display: block;
    }

    body.menuOpened {
        overflow: hidden;
        touch-action: none;
    }

    .spMenuInner{
        padding: 20px 40px 80px 40px;
    }

    .spMenuLogo{
        text-align: center;
        margin: 50px 0;
    }

    .spMenuLogo a{
        display: inline-block;
        width: 200px;
    }

    .spMenuList{
        margin-bottom: 50px;
    }

    .spMenuList ul{
        display: flex;
        flex-wrap: wrap;
        gap: 25px 2%;
    }

    .spMenuList ul li{
        width: 32%;
    }

    .spMenuList ul li a{
        display: inline-block;
        font-size: 1.5rem;
        line-height: 1.5;
    }

    .spMenuList ul li a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #4271bb;
        border-right: 1px solid #4271bb;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 8px;
        margin-top: -3px;
    }

    .spMenuContact{
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        background-color: #e7edf6;
        border-radius: 20px;
    }

    .spMenuContact .contents{
        width: 50%;
        padding: 0 20px;
        border-right: 1px solid #b3c6e4;
        text-align: center;
    }

    .spMenuContact .contents:last-of-type{
        border: none;
    }

    .spMenuContact .contents > span{
        display: block;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 1.5;
        margin-bottom: 1em;
    }

    .spMenuContact .contents.tel a{
        display: inline-block;
        font-family: "Roboto Condensed", 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 3rem;
        font-weight: 500;
        line-height: 1;
        margin-right: .5em;
    }

    .spMenuContact .contents.tel a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 30px;
        height: 30px;
        background: url("../images/icon_tel_w.png")no-repeat center, linear-gradient(to bottom, #eb7390, #e5496f);
        background-size: 100%;
        border-radius: 50%;
        margin-right: 5px;
        margin-top: -6px;
    }

    .spMenuContact .contents.tel > span:last-child{
        display: block;
        font-size: 1.4rem;
        font-weight: 500;
        line-height: 1;
        margin-top: .15em;
    }

    .spMenuContact .contents.form a{
        display: inline-block;
        width: 100%;
        max-width: 240px;
        font-size: 1.5rem;
        font-weight: 600;
        line-height: 1.25;
        color: #fff;
        padding: 1em 2em;
        background: linear-gradient(to bottom, #e5496f, #eb7390);
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 5px;
        position: relative;
        transition: all .2s;
    }

    .spMenuContact .contents.form a:last-child{
        margin: 0;
    }

    .spMenuContact .contents.form a::after{
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #eb7390, #e5496f);
        position: absolute;
        left: 0;
        top: 0;
        transition: all .2s;
    }

    .spMenuContact .contents.form a span{
        position: relative;
        z-index: 1;
    }

    .spMenuContact .contents.form a span::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url(../images/icon_calculator_w.png)no-repeat center;
        background-size: 100%;
        margin-right: 5px;
        margin-top: -3px;
    }

    .spMenuContact .contents.form a:nth-of-type(2) span::before{
        background-image: url(../images/icon_mail_w.png);
    }

    .spMenuCloseBtn{
        margin-top: 40px;
        text-align: center;
    }

    .spMenuCloseBtn a{
        display: inline-block;
        width: 100%;
        max-width: 200px;
        font-size: 1.4rem;
        line-height: 1.5;
        color: #fff;
        padding: 1em;
        background-color: #333;
        border-radius: 50px;
    }

    .anchor{
        padding-top: 80px;
        margin-top: -80px;
    }

    .topHero{
        height: auto;
    }

    .topHero .topHeroBg{
        width: 100%;
        height: 560px;
        border-radius: 0;
        position: relative;
    }

    .topHero .topHeroBg::before{
        width: 100%;
    }

    .topHero .inner{
        padding: 0 0 50px;
    }

    .topHero .container{
        margin-top: -80px;
    }

    .topHero .container > h1{
        font-size: 3.2rem;
    }

    .topNews2Col .topNewsHead{
        margin-right: 60px;
    }

    .topContentsWrapper{
        padding: 70px 0;
    }

    .topContentsWrapper:last-child{
        padding-bottom: 120px;
    }

    .topContentsWrapper .topNews2Col .topNewsHead h2{
        font-size: 2.4rem;
    }

    .newsList ul li a{
        flex-wrap: wrap;
    }

    .newsList ul li a span{
        width: 100%;
        font-size: 1.5rem;
        margin-bottom: .25em;
    }

    #topWorry h2{
        font-size: 2.4rem;
    }

    #topWorry h2 span strong{
        font-size: 3.2rem;
    }

    .topWorryList ul li{
        text-align: left;
        font-size: 1.5rem;
        padding: 30px;
    }

    .topWorryList ul li::after{
        width: 34px;
        height: 48px;
        bottom: -16px;
    }

    .topWorryBottom{
        margin-top: 80px;
    }

    .topWorryBottom .inner::after{
        width: 34px;
        height: 34px;
        top: -17px;
    }

    .topWorryBottom .inner h3{
        font-size: 2.8rem;
    }

    .topContentsWrapper .topSecTit h2{
        font-size: 3rem;
    }

    .topContentsWrapper .topSecTit h2 span{
        margin-top: .75em;
    }

    .topContentsWrapper .topSecTit h2 .en{
        font-size: 5rem;
    }

    .topServiceContents .contents{
        padding: 0 30px 40px;
        border-radius: 10px;
        margin-top: 50px;
    }

    .topServiceContents .contents > a{
        margin-top: -50px;
    }

    .topServiceContents .contents > a::before{
        width: 20px;
        height: 20px;
        right: 10px;
        bottom: 10px;
    }

    .topServiceContents .contents > a::after{
        width: 5px;
        height: 5px;
        right: 18px;
        bottom: 17px;
    }

    .topServiceContents .contents > a figure{
        border-radius: 10px;
    }

    .topServiceContents .contents h3{
        font-size: 2.8rem;
    }

    .topServiceContents .contents .moreBtn{
        margin-top: 25px;
    }

    .reasonList ul li{
        margin-bottom: 45px;
    }

    .reasonList ul li figure{
        margin-right: 30px;
    }

    .reasonList ul li .txtContents .listTit h4{
        font-size: 2.2rem;
    }

    .realEstateList ul{
        justify-content: center;
    }

    .realEstateList ul li{
        width: 55%;
    }

    .realEstateList ul li a figure::before{
        width: 20px;
        height: 20px;
        right: 10px;
        bottom: 10px;
    }

    .realEstateList ul li a figure::after{
        width: 5px;
        height: 5px;
        right: 18px;
        bottom: 17px;
    }

    .realEstateList ul li a .txtContents h4{
        font-size: 1.8rem;
    }

    .moreBtn > span{
        font-size: 1.5rem;
    }

    .moreBtn a{
        max-width: 260px;
        font-size: 1.5rem;
    }

    .topAbout2Col .txtContents h2{
        font-size: 3rem;
    }

    footer{
        padding-bottom: 50px;
    }

    #fContact.topContentsWrapper{
        padding: 80px 0;
    }

    .fcontactItems .contents .head figure{
        width: 60px;
        height: 60px;
    }

    .fcontactItems .contents .head span{
        font-size: 1.8rem;
    }

    .fcontactItems .contents .tel a span{
        font-size: 3.6rem;
    }

    .fcontactItems .contents .tel > span{
        font-size: 1.4rem;
    }

    .fcontactItems .contents .form{
        flex-wrap: wrap;
    }

    .fcontactItems .contents .form a{
        width: 100%;
        font-size: 1.6rem;
        margin-bottom: 10px;
    }

    .fcontactItems .contents .form a:last-child{
        margin: 0;
    }

    .fContainer{
        flex-wrap: wrap;
    }

    .fInfo{
        order: 1;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

    .fInfo a{
        width: 200px;
        margin-bottom: 40px;
    }

    .fInfo .officeInfo{
        width: 100%;
        padding-top: 30px;
        text-align: center;
    }

    .fSitemap{
        justify-content: space-around;
        width: 100%;
        margin-bottom: 40px;
    }

    .fSitemap ul{
        margin: 0;
    }

    .fInfo .officeInfo{
        justify-content: center;
    }

    .fInfo .officeInfo figure{
        display: inline-block;
    }

    .fInfo .officeInfo p:last-child{
        margin: 0;
    }

    .spFloatBtns{
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 5px 15px;
        background: linear-gradient(rgba(255, 255, 255, 0), #fff);
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 5;
    }

    .spFloatBtns a{
        display: inline-block;
        width: 49.5%;
        text-align: center;
        font-size: 1.3rem;
        font-weight: 600;
        line-height: 1.25;
        color: #fff;
        padding: 1.25em 1em;
        background-color: #e5496f;
        border-radius: 50px;
        overflow: hidden;
        position: relative;
        transition: all .2s;
    }

    .spFloatBtns a::after{
        content: '';
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom, #eb7390, #e5496f);
        position: absolute;
        left: 0;
        top: 0;
    }

    .spFloatBtns a span{
        position: relative;
        z-index: 1;
    }

    .spFloatBtns a span::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 20px;
        height: 20px;
        background: url("../images/icon_calculator_w.png")no-repeat center;
        background-size: 100%;
        margin-right: 5px;
        margin-top: -4px;
    }

    .spFloatBtns a:nth-child(2) span::before{
        background-image: url(../images/icon_mail_w.png);
    }











}



@media(max-width: 670px){
    .no-fade-sp{
        opacity: 1 !important;
        transform: none !important;
    }

    header,
    header.is-animation{
        height: 70px;
    }

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

    .headerContainer{
        height: 100%;
        align-items: center;
        padding-top: 0;
    }

    .hLogo a,
    header.is-animation .hLogo a{
        width: 180px;
    }

    .hLogo a p,
    header.is-animation .hLogo a p{
        width: 180px;
        height: 42px;
    }

    .spContactBtns{
        display: flex;
        position: absolute;
        top: 11px;
        right: 65px;
        z-index: 1;
        transition: all .2s;
    }

    header.is-animation .spContactBtns{
        top: 11px;
    }

    .spContactBtns a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 50px;
        height: 50px;
        text-align: center;
        margin-left: 5px;
    }

    .spContactBtns a img{
        width: 20px;
    }

    .spContactBtns a span{
        display: block;
        font-size: 1.1rem;
        line-height: 1;
        margin-top: -1em;
    }

    .openbtn,
    header.is-animation .openbtn{
        top: 11px;
        right: 10px;
    }

    header.is-animation .openbtn{
        top: 11px;
    }

    .spMenuInner{
        padding: 20px 25px 80px 25px;
    }

    .spMenuLogo{
        margin: 30px 0 40px;
    }

    .spMenuLogo a{
        width: 140px;
    }

    .spMenuList{
        margin-bottom: 30px;
    }

    .spMenuList ul li{
        width: 49%;
    }

    .spMenuList ul li a{
        font-size: 1.4rem;
    }

    .spMenuContact{
        padding: 25px;
        border-radius: 10px;
    }

    .spMenuContact .contents{
        width: 100%;
        padding: 0 0 20px;
        border-right: none;
        border-bottom: 1px solid #b3c6e4;
        margin-bottom: 20px;
    }

    .spMenuContact .contents:last-of-type{
        padding: 0;
        margin: 0;
    }

    .spMenuContact .contents > span{
        font-size: 1.5rem;
        margin-bottom: .75em;
    }

    .spMenuContact .contents.tel a{
        font-size: 2.8rem;
    }

    .spMenuContact .contents.tel a::before{
        width: 26px;
        height: 26px;
    }

    .spMenuContact .contents.tel > span:last-child{
        font-size: 1.3rem;
        margin-top: .25em;
    }
















    .topHero{
        height: auto;
        padding-bottom: 50px;
    }

    .topHero::after{
        height: 64px;
    }

    .topHero .topHeroBg{
        width: 100%;
        height: 360px;
        position: relative;
    }

    .topHero .topHeroBg::before{
        height: 50%;
    }

    .topHero .inner{
        justify-content: center;
        padding: 0;
        margin-top: -40px;
    }

    .topHero .container{
        margin-top: -22px;
    }

    .topHero .container > span{
        font-size: 1.6rem;
        margin-bottom: .5em;
    }

    .topHero .container > h1{
        font-size: 2.4rem;
        margin-bottom: .75em;
    }

    .topHero .container > h1 span{
        box-shadow: 0 0 5px rgba(46,167,224,.2);
    }

    .topHeroCheckList ul{
        display: inline-block;
    }

    .topHeroCheckList ul li{
        text-align: left;
    }

    .topHeroPointList{
        margin-top: 0;
    }

    .topHeroPointList ul{
        justify-content: center;
        flex-wrap: wrap;
    }

    .topHeroPointList ul li{
        width: 75px;
        height: 75px;
    }

    .topHeroPointList ul li span{
        font-size: 1.1rem;
    }

    /* .topHeroPointList ul li:nth-last-child(-n+2){
        margin-top: -20px;
    } */

    .contactBtn a{
        width: 100%;
        font-size: 1.6rem;
    }

    .topPublicBanners .container > span{
        width: 120px;
        margin-right: 20px;
    }

    .topPublicBanners .container ul li{
        width: 49%;
    }

    .topContentsWrapper{
        padding: 50px 0 60px;
    }

    .topContentsWrapper:last-child{
        padding-bottom: 100px;
    }

    .topContentsWrapper .topSecTit h2{
        font-size: 2.2rem;
    }

    .topContentsWrapper .topSecTit h2 span{
        font-size: 1.4rem;
    }

    .topContentsWrapper .topSecTit h2 .en{
        font-size: 4rem;
    }

    .topNews2Col{
        flex-wrap: wrap;
    }

    .topNews2Col .topNewsHead{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin: 0 0 20px;
    }

    .topContentsWrapper .topNews2Col .topNewsHead h2{
        font-size: 2rem;
        margin: 0;
    }

    .topNews2Col .topNewsHead a{
        font-size: 1.4rem;
    }

    .newsList ul li a{
        padding: 15px;
    }

    .newsList ul li a span{
        font-size: 1.3rem;
    }

    #topWorry h2{
        font-size: 1.8rem;
    }

    #topWorry h2 span{
        padding: .5em 3em 1em;
    }

    #topWorry h2 span strong{
        font-size: 2.4rem;
    }

    #topWorry h2 span br{
        display: block;
    }

    #topWorry h2 span::after{
        margin-left: -10px;
        border: 10px solid transparent;
        border-top: 15px solid #f1f5fa;
    }

    .topWorryList ul{
        gap: 20px 5%;
    }

    .topWorryList ul li{
        width: 100%;
        padding: 20px;
    }

    .topWorryList ul li::after{
        width: 30px;
        height: 43px;
        bottom: -10px;
    }

    .topWorryBottom{
        margin-top: 50px;
    }

    .topWorryBottom .inner::after{
        width: 30px;
        height: 30px;
        top: -15px;
    }

    .topWorryBottom .inner h3{
        font-size: 2rem;
    }

    .topWorryBottom .inner h3 br{
        display: none;
    }

    #topService::after{
        height: 20%;
    }

    .topServiceContents .contents{
        width: 100%;
        margin-bottom: 30px;
    }

    .topServiceContents .contents:last-of-type{
        margin-bottom: 0;
    }

    .topServiceContents .contents span{
        font-size: 1.4rem;
    }

    .topServiceContents .contents h3{
        font-size: 2.4rem;
    }

    .reasonList ul li{
        flex-wrap: wrap;
    }

    .reasonList ul li figure{
        width: 100%;
        margin: 0 0 15px;
    }

    .reasonList ul li .txtContents .listTit .num{
        width: 50px;
        height: 50px;
    }

    .reasonList ul li .txtContents .listTit .num p{
        font-size: 1.2rem;
    }

    .reasonList ul li .txtContents .listTit .num p span{
        font-size: 1.6rem;
    }

    .reasonList ul li .txtContents .listTit h4{
        font-size: 1.8rem;
    }

    .reasonList ul li .txtContents > p{
        margin-top: .5em;
    }

    .realEstateList ul li{
        width: 100%;
    }

    .realEstateList ul li a .txtContents{
        padding: 20px;
    }

    .moreBtn{
        margin-top: 40px;
    }
    
    .topAbout2Col figure{
        width: 100%;
        margin-bottom: 20px;
    }

    .topAbout2Col .txtContents{
        order: 1;
        width: 100%;
    }

    .topAbout2Col .txtContents h2{
        font-size: 2rem;
    }

    .topAbout2Col .txtContents h2 br{
        display: none;
    }

    .topAbout2Col .txtContents .moreBtn{
        text-align: center;
    }

    #fContact{
        border-radius: 20px;
    }

    #fContact.topContentsWrapper{
        padding: 50px 0;
    }

    #fContact.topContentsWrapper .inner{
        padding: 0 25px;
    }

    .fcontactItems{
        flex-wrap: wrap;
    }

    .fcontactItems .contents{
        width: 100%;
        padding: 0 0 35px;
        border-right: none;
        border-bottom: 1px dashed #fff;
        margin-bottom: 35px;
    }

    .fcontactItems .contents:last-of-type{
        padding: 0;
        margin: 0;
    }

    .fcontactItems .contents .head figure{
        width: 40px;
        height: 40px;
    }

    .fcontactItems .contents .head span{
        font-size: 1.6rem;
        margin: .5em 0 1em;
    }

    .fSitemap{
        flex-wrap: wrap;
    }

    .fSitemap ul{
        width: 100%;
    }

    .fSitemap ul li{
        font-size: 1.4rem;
        padding: 1em .5em;
        border-bottom: 1px dashed #b3c6e4;
        margin: 0;
    }

    .fSitemap ul li a::before{
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-top: 1px solid #4271bb;
        border-right: 1px solid #4271bb;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-right: 8px;
        margin-top: -3px;
    }

    .fInfo a{
        width: 140px;
    }

    .fInfo .officeInfo{
        border: none;
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
    }

    .fInfo .officeInfo p{
        padding: 0;
    }












    



    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}























