@charset "utf-8";

/* outline
------------------------------*/
.l-page * {
    font-family: 'Noto Sans JP', sans-serif;
}

#contents {
    width: 100%;
    padding-bottom: 0px;
}
.l-page img {
    width: 100%;
}

/* main
------------------------------*/
.l-page_inner * {
    box-sizing: border-box;
}

.l-page_inner {
    background-color: #FFFFFF;
}

.l-page_inner a:hover {
    text-decoration: none;
}

.contents_wid {
    text-align: center;
    width: 1080px;
    margin: 0 auto;
    padding: 75px 0 81px;
}

.object_fit {
    object-fit: cover;
    object-position: center center;
    height: 218px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ccc;
}

.point_leader {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.point_leader_2line {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.l-page_inner h3 {
    display: inline-block;
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #061E86;
    border-bottom: 2px solid #061E86;
    margin: 0 0 40px;
    position: relative;
    padding-bottom: 23px;
    line-height: 1;
}

.btn_item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    background-color: #061E86;
    border-radius: 30px;
    margin: 0 auto;
    /* z-index: 0; */
}

.btn_item:hover {
    color: #FFFFFF;
    opacity: 0.9;
}

.btn_item::after {
    position: absolute;
    content: "";
    width: 23px;
    height: 2px;
    background-color: #FFFFFF;
    top: 29px;
    right: 0;
    z-index: 1;
}


.mv_area {
    position: relative;
    text-align: center;
    width: 100%;
    background-image: url(../images/top/mv_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 41px;
    padding-bottom: 40px;
    z-index: 0;
}

.mv_top_p {
    display: inline-block;
    width: 500px;
    font-size: 22px;
    font-weight: 700;
    line-height: 2.2;
    letter-spacing: 0.1em;
    border-top:2px solid #333333;
    border-bottom:2px solid #333333;
}

.mv_area h2 {
    font-size: 40px;
    font-weight: 700;
    color: #061E86;
    margin-top: 9px;
}

.mv_area h2 span {
    width: 500px;
    font-size: 78px;
    height: 105px;
    letter-spacing: 0.13em;
    line-height: 1;
    color: #FFFFFF;
    background-color: #061E86;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 7px 9px;
}

.mv_flex {
    display: flex;
    justify-content: space-between;
    width: 500px;
    margin: 23px auto 8px;
}

.mv_circle {
    display: flex;
    justify-content: center;
    align-items:flex-end;
    width: 150px;
    height: 150px;
    background-color: #00A72A;
    border-radius: 50%;
    padding-bottom: 25px;
}

.mv_circle * {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #FFFFFF;
}

.mv_circle:nth-of-type(1) img {
    width: 48.72px;
    margin-bottom: 9.4px;
}

.mv_circle:nth-of-type(2) img {
    width: 68.04px;
    margin-bottom: 9.4px;
}

.mv_circle:nth-of-type(3) img {
    width: 75.34px;
    margin-bottom: 22px;
}

.mv_bottom_p1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.45;
    color: #061E86;
    padding-left: 33px;
}

.mv_bottom_p2 {
    font-size: 13px;
    line-height: 1.46;
    margin-top: 17px;
}


.contact_area {
    display: flex;
}

.contact_area * {
    color: #FFFFFF;
}

.contact_item_left {
    text-align: right;
    width: 50%;
    min-width: 540px;
    height: 300px;
    background-image: url(../images/top/contact_bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 31px;
    padding-right: 45px;
}

.contact_item_right {
    text-align: left;
    width: 50%;
    min-width: 540px;
    height: 300px;
    background-color: #061E86;
    padding-top: 31px;
    padding-left: 43px;
}

.contact_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 406px;
    border: 2px solid #FFFFFF;
    padding: 44px 0 36px;
}

.contact_item_left .contact_bg {
    background-color: rgba(51, 51, 51, 0.6);
    margin-left: auto;
    margin-bottom: 17px;
}

.contact_item_right .contact_bg {
    margin-bottom: 12px;
    padding: 36px 0 29px 10px;
}

.contact_item_right .contact_bg:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.contact_bg_inner {
    display: block;
}
.contact_bg_inner .contact_ttl:before {
    content: '';
    position: absolute;
    background: url(/images/top/contact_tel_icon.png) no-repeat;
    background-size: cover;
    width: 36px;
    height: 36px;
    left: 1px;
    top: -2px;
}
.contact_item_right .contact_bg_inner .contact_ttl:before{
    background: url(/images/top/contact_mail_icon.png) no-repeat center / cover;
    left: 29px;
}

.l-page_inner .contact_item_left .contact_ttl,
.contact_item_right .contact_bg_inner .contact_ttl{
    font-family: 'Roboto', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    margin: 0;
    padding: 0 0 0 43px;
    position: relative;
}

.contact_item_right .contact_bg_inner .contact_ttl {
    letter-spacing: 0.04em;
    text-indent: -10px;
}

.contact_item_left .contact_bg p {
    font-size: 15px;
    line-height: 1.35;
    margin-top: 10px;
}

.contact_item_right .contact_bg p {
    font-size: 16px;
    line-height: 1.39;
    margin-top: 8px;
}

.contact_item_right .contact_bg p span {
    font-size: 24px;
}

.contact_txt {
    display: inline-block;
    text-align: center;
    width: 451px;
    font-size: 15px;
    line-height: 1.56;
    text-shadow: 1px 1px 4px #333;
}

.contact_item_left .contact_txt {
    padding-left: 45px;
}

.contact_item_right .contact_txt {
    padding-right: 45px;
    line-height: 1.32;
}


.worry_area {
    position: relative;
    padding-right: 118px;
}

.worry_area h3 {
    color: #333333;
    border-bottom-color: #333333;
}

.worry_area::after {
    position: absolute;
    content: "";
    right: 2px;
    bottom: 0;
    width: 282px;
    height: 451.74px;
    background-image: url(../images/top/worry_img.png);
    background-size: contain;
}

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

.worry_flex:nth-of-type(2) {
    display: flex;
    justify-content: space-between;
    margin: 0 166px;
}

.worry_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 280px;
    height: 278px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.56;
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #00A72A;
}


.diff_area {
    background-color: #061E86;
}

.diff_area h3 {
    color: #FFFFFF;
    border-bottom-color:#FFFFFF;
}

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

.diff_bg_left,
.diff_bg_right {
    width: 520px;
    height: 335px;
    background-color: #FFFFFF;
}

.diff_bg_left h4,
.diff_bg_right h4 {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    border-bottom: 2px solid #333333;
    margin: 32px 0 10px 0;
    padding-bottom: 2px;
}

.diff_bg_right h4 {
    color: #061E86;
    border-bottom: 2px solid #061E86;
}

.diff_bg_left li,
.diff_bg_right li {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    width: auto;
    font-size: 18px;
    line-height: 1.6;
    margin: 0 39.5px 0 40.5px;
}

.diff_bg_left li {
    padding: 16px 0 16px 49.5px;
}

.diff_bg_right li {
    padding: 16px 0 15px 49.5px;
}

.diff_bg_left li::before,
.diff_bg_right li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 33px;
    top: 14px;
    left: 9px;
    background-size: contain;
}

.diff_bg_left li::before {
    background-image: url(../images/top/check_img1.png);
}

.diff_bg_right li::before {
    background-image: url(../images/top/check_img2.png);
}

.diff_bg_left li::after,
.diff_bg_right li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #CCCCCC, #CCCCCC 5px, transparent 5px, transparent 10px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    bottom: 0;
    left: 0;
}

.diff_bg_right li:last-of-type:after,
.diff_bg_left li:last-of-type:after {
    display: none;
}


.plan_area {
    padding: 57px 0 60px;
}

.plan_area h3 {padding-bottom: 21px;}

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

.plan_left,
.plan_right {
    width: 520px;
}

.plan_left h4,
.plan_right h4 {
    height: 70px;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan_left h4 {
    background-color: #061E86;
}

.plan_right h4 {
    background-color: #00A72A;
}

.diff_txt {
    width: 100%;
    height: 620px;
}

.plan_left .diff_txt {
    background-color: #EEF2F9;
}

.plan_right .diff_txt {
    background-color: #EEF8F0;
}

.diff_sub_ttl {
    font-size: 24px;
    font-weight: 700;
    padding-top: 34px;
    padding-bottom: 14px;
}
.plan_right .diff_sub_ttl {
    padding-bottom: 13px;
}

.plan_left li,
.plan_right li {
    text-align: left;
    font-size: 18px;
    line-height: 1.83;
    margin-left: 30px;
}
.plan_right li {
    line-height: 1.96;
}

.plan_left li span {
    color: #061E86;
    margin: 18px;
}

.plan_right li span {
    color: #00A72A;
    margin: 18px;
}

.plan_left img {
    width: 303.69px;
    margin-top: 25px;
    margin-left: 20px;
}

.plan_right img {
    width: 313.2px;
    margin-top: 21px;
    margin-right: 10px;
}


.strength_area {
    background-color: #FCFCFC;
}

.strength_ttl {
    position: relative;
}
.strength_ttl h3 {
}
.strength_ttl h3:after {
    content: '';
    position: absolute;
    background: url(/images/top/strengths_logo.png) no-repeat;
    background-size: cover;
    width: 265px;
    height: 68px;
    right: -137px;
    top: -60px;
}
.strength_logo {
    position: absolute;
    width: 267.06px;
    top: 17px;
    right: 240px;
}

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

.strength_item {
    width: 340px;
    height: 428px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px;
}

.strength_item img {
    width: 100%;
}

.strength_item h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #061E86;
    margin-top: 11px;
}

.strength_item p {
    text-align: left;
    font-size: 15px;
    line-height: 1.66;
    letter-spacing: 0.03em;
    margin-top: 10px;    
    padding: 0 10px;
}


.news_area {
    padding: 55px 0 60px;
}

.news_area h3 {padding-bottom: 22px;}

.news_area ul {
    width: 1080px;
    height: 312px;
    overflow: auto;
    padding: 0 32px 0 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #061E86 #E5E5E5;
}

.news_area ul::-webkit-scrollbar {
    width: 8px;
}
.news_area ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #E5E5E5;
}
.news_area ul::-webkit-scrollbar-thumb {
    background: #061E86;
    border-radius: 4px;
　　height: 100px;
}


.news_area li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    border-bottom: 1px solid #707070;
}
.news_area li:first-child {
    padding-top: 0;
}

.news_day {
    display: block;
    width: 134px;
    font-size: 20px;
    font-weight: 500;
    color: #061E86;
    text-align: left;
}

.news_text {
    font-size: 15px;
    line-height: 1.7;
    text-align: left;
    width: 912px;
}
.news_text img {
    width: auto;
}

.ps__rail-y {
    opacity: 1!important;
}

.ps__thumb-y {
    background-color: #061E86;
    width: 6px;
    border-radius: 3px;
    right: 0;
}

.ps--active-y > .ps__rail-y {
    background-color: #E5E5E5;
    width: 6px;
    border-radius: 3px;
    right: 0;
}


.voice_area {
    position: relative;
    width: 100%;
    background-image: url(../images/top/voice_bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 0;
}

.voice_area::after {
    position: absolute;
	content: "";
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.voice_area .contents_wid {
    padding-bottom: 81px;
}
.voice_area h3 {
    color: #FFFFFF;
    border-bottom-color:#FFFFFF;
}

.voice_flex {
    display: flex;
    justify-content:space-between;
    height: 275px;
    margin-bottom: 45px;
}

.voice_item {
    position: relative;
    width: 340px;
}

.voice_item:hover {
    opacity: 0.9;
}

.voice_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    margin: 0 auto;
}

.voice_item img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    z-index: 1;
    object-fit: cover;
}

.voice_txt_area {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    height: 200px;
    background-color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    top: 75px;
    left: 0;
    padding-top: 83px;
    z-index: 0;
}

.voice_name {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    color: #061E86;
    border-bottom: 1px solid #061E86;
    padding-bottom: 10px;
}

.voice_txt {
    width: 300px;
    font-size: 14px;
    margin: 18px auto 16px auto;
    line-height: 1.55;
}


.qa_area {
    padding: 55px 0 0px;
}

.qa_area h3 {padding-bottom: 20px;letter-spacing: 0.02em;}

.qa_item {
    margin-bottom: 30px;
}

.qa_item dt,
.qa_item dd .qa_dd_inner {
    display: flex;
}

.qa_item dt {
    height: 60px;
    cursor: pointer;
}
.qa_item dt:hover {
    opacity: .8;
}

.qa_item dd {
    display: none;
    background-color: #FCFCFC;
}

.qa_q_ttl,
.qa_a_ttl {
    flex-shrink: 0;
    display: block;
    text-align: center;
    width: 60px;
    font-size: 25px;
    font-weight: 500;
    line-height: 1.9;
}

.qa_q_ttl {
    color: #FFFFFF;
    background-color: #061E86;
}

.qa_a_ttl img {
    width: 19px;
    padding-top: 14px
}

.qa_q_wrap,
.qa_a_txt {
    width: 1020px;
}

.qa_q_wrap {
    display: flex;
    justify-content: space-between;
    color: #061E86;
    background-color: #EEF2F9;
}

.qa_q_txt,
.qa_a_txt {
    flex-shrink: 0;
    display: block;
    text-align: left;
    padding-left: 17px;
}

.qa_q_txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 3.5;
}

.qa_a_txt {
    font-size: 15px;
    color: #707070;
    line-height: 1.66;
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 19px;
}

.qa_btn {
    font-size: 25px;
    line-height: 2.4;
    margin-right: 17px;
}

.qa_btn:hover {
    cursor: pointer;
}


.kaitori_area {
    padding: 31px 0 60px;
}

.kaitori_area h3 {padding-bottom: 21px;}

.kaitori_flex {
    display: flex;
    margin-bottom: 40px;
}
.kaitori_flex li:not(:nth-child(3n)){
    margin-right: 60px;
}

.kaitori_item {
    position: relative;
    text-align: left;
    width: 320px;
    height: 320px;
}

.kaitori_item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 320px;
    background-image: linear-gradient(to bottom, #707070, #707070 5px, transparent 5px, transparent 10px);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    top: 0;
    right: -30px;
}

.kaitori_item:last-of-type:after {
    display: none;
}
.kaitori_item img {
}
.kaitori_item a:hover {
    opacity: 0.8;
}
.kaitori_ttl {
    font-size: 18px;
    letter-spacing: 0.02em;
    color: #061E86;
    margin-top: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.kaitori_txt {
    font-size: 15px;
    margin-top: 7px;
    line-height: 1.55;
}


.bunjo_area {
    background-color: #FCFCFC;
}
.bunjo_area .contents_wid {
    padding-top: 77px;
}

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

.bunjo_item {
    position: relative;
    text-align: left;
    width: 320px;
    height: 420px;
}

.bunjo_item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 420px;
    background-image: linear-gradient(to bottom, #707070, #707070 5px, transparent 5px, transparent 10px);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    top: 0;
    right: -30px;
}

.bunjo_item:last-of-type:after {
    display: none;
}
.bunjo_item img {
}

.bunjo_name {
    font-size: 15px;
    margin-top: 12px;
}

.bunjo_price {
    font-size: 18px;
    margin-top: 6px;
}

.bunjo_price .price {
    font-size: 28px;
    font-weight: 700;
    color: #CE0000;
}

.bunjo_txt {
    font-size: 15px;
    margin-top: 7px;
    line-height: 1.25;
}

.bunjo_txt:first-of-type {
    margin-top: 10px;
}

.bunjo_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 29px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #061E86;
    border-radius: 4px;
    margin: 14px 0 0 auto;
}

.bunjo_btn:hover {
    color: #FFFFFF;
    opacity: 0.8;
}


.blog_area {
    padding: 55px 0 60px;
}

.blog_area h3 {padding-bottom: 20px;letter-spacing: 0.05em;}

.blog_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.blog_item {
    position: relative;
    text-align: left;
    width: 320px;
    height: 314px;
    color: #333333;
}

.blog_item:hover {
    color: #061E86;
    opacity: 0.8;
}

.blog_item::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 314px;
    background-image: linear-gradient(to bottom, #707070, #707070 5px, transparent 5px, transparent 10px);
    background-size: 1px 8px;
    background-repeat: repeat-y;
    top: 0;
    right: -30px;
}

.blog_item:last-of-type:after {
    display: none;
}
.blog_item img {
}

.blog_ttl {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #061E86;
    margin-top: 12px;
}

.blog_txt {
    font-size: 15px;
    margin-top: 10px;
    line-height: 1.55;
}


.about_area {
    position: relative;
    padding: 56px 0 226px;
}

.about_area h3 {margin-bottom: 37px;}

.about_area img {
    display: block;
    width: 720px;
    margin: 3px auto 0 0;
}

.about_area dl {
    position: absolute;
    top: 220px;
    right: 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 574px;
    height: 512px;
    font-size: 15px;
    background-color: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 46px 0 51px 50px;
}

.about_area dt {
    display: block;
    width: 105px;
    margin-right: 20px;
    line-height: 2;
}

.about_area dd {
    display: block;
    width: 370px;
    line-height: 2;
}
