@charset "UTF-8";

html {
	overflow-x: hidden;
}

body {
	font-family: Meiryo,メイリオ,"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN","YuGothic","游ゴシック",Helvetica,Arial,sans-serif;
	font-size: 1.0rem;
	line-height: 1.5;
	background-color:#fff;
	color:#4e4e4e;
}

.font_honmin { font-family: "HonMinSKok-M"; }
.font_kakugogin_m_m { font-family: "Shuei KakuGo Gin M"; }
.font_kakugogin_m_b { font-family: "Shuei KakuGo Gin B"; }
.font_akzidenz { font-family: 'Roboto', sans-serif; }
.font_termina { font-family: 'Roboto', sans-serif; }

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	transition: all 0.2s ease;
	opacity: 0.8;
}

img,video,picture {
	width: 100%;
}

.img_box {
	position: relative;
	z-index: 2;
}

.img_box img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
	margin: auto;
	z-index: 1;
	transition: all 0.5s;
}

/* Heading */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size:inherit;
}

ul, ol {
	list-style-type: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="image"],
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
textarea {
	appearance: none;
	border: none;
	outline: none;
	border-radius:0;
}

input[type="checkbox"],
input[type="radio"] {
	width: 15px;
	height: 15px;
	vertical-align:middle;
	margin-right:3px;
}

select {
	border-radius:0;
}

.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}

.dib {
	display: inline-block;
}

/*
.clamp {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
*/

.clamp {
	position: relative;
	overflow: hidden;
}
.clamp::before,
.clamp::after {
  position: absolute;
  background:#F6F5F5;
}
.clamp::before {
  content: "...";
  bottom: 0;
  right: 0;
}
.clamp::after {
  content: "";
  height: 100%;
  width: 100%;
}

.sp { display: none; }

header {
	background-color: #fff;
	padding: 25px 0 0;
}

.logo_area .companyLogo {
	width: 100%;
	margin: 0 auto;
    text-align:center;
}

.logo_area .companyLogo img{
    max-width: 520px;
}

.logo_area h1 {
	width: 100%;
	margin: 0 auto;
    background-color:#004267;
    text-align:center;
}

.logo_area h1 img{
    max-width: 620px;
}

/* pc hmenu start */

.openbtn02 {
	display: none;
}

#h-nav{
	position:fixed;
	top:-120%;
	z-index: 999;
	left:0;
	width:100%;
    height: auto;/*ナビの高さ*/
	background:#fff;
	transition: all 0.6s;
	border-bottom: 2px solid #666;
}
#h-nav.m_fixed{
	top:0;
}

#h-nav ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

#h-nav ul li {
	width: 33.33%;
}

#h-nav ul li a {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.875rem;
	font-weight: bold;
	position: relative;
}

#h-nav ul li a:hover {
	border-bottom: 2px solid #f3c944;
}

#h-nav ul li a::after {
	position: absolute;
	right: 0;
	top: 15%;
	width: 1px;
	height: 70%;
	content: "";
	background-color: #ccc;
}

#h-nav ul li:nth-of-type(3n) a::after {
	display: none;
}


/* pc hmenu end */

.section01 {
	background-image: url("/loan/assets/images/bg_main.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 2068px auto;
}

.content01 {
	width: 100%;
	max-width: 1530px;
	margin: 0 auto;
	padding-top: 110px;
}

.content01>h2 {
	width: 664px;
	margin: 0 auto;
}

.content01>p {
	width: 408px;
	margin-top: -30px;
	margin-left: calc( 50% - 65px);
	margin-bottom: 35px;
}

.main_slider {
	position: relative;
	padding-bottom: 70px;
}

.main_slider li {
	width: 480px;
	margin: 0 15px;
}

.btn_area {
	width: 100%;
	max-width: 750px;
	margin: 0 auto;
	padding: 15px 30px;
	background-color: #848484;
	color: #fff;
	text-align: center;
	color: #fff;
}

.btn_area p.txt {
	position: relative;
	display: inline-block;
	font-size: 1.875rem;
	line-height: 1.0;
	padding: 0 15px;
	margin-bottom: 15px;
}

.btn_area p.txt::before,
.btn_area p.txt::after {
	position: absolute;
	top: 0;
	width: 3px;
	height: 100%;
	content: "";
	background-color: #fff;
}

.btn_area p.txt::before {
	left: 0;
	transform: rotate(350deg);
}

.btn_area p.txt::after {
	right: 0;
	transform: rotate(10deg);
}

.btn_area p.btn a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.625rem;
	height: 100px;
	background-image:
	url("/loan/assets/images/arrow01.png"),
	linear-gradient(to right,rgba(255,55,55,100),rgba(255,55,55,100) ),
	linear-gradient(to right bottom,rgba(255,55,55,100) 0%,rgba(255,55,55,100) 50%,rgba(255,0,0,100) 50%,rgba(255,0,0,100) 100%),
	linear-gradient(to right,rgba(255,0,0,100),rgba(255,0,0,100) );
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: right 25px center,0% 0%,50% 0%,100% 0%;
	background-size: 54px auto,44% 100%,13% 100%,44% 100%;
	border-radius: 15px !important;
	/* box-shadow: 0 4px 0 #d93d00; */
}

.btn_area p.btn a span {
	font-size: 2.375rem;
}

.link-wrapper {
	padding: 0 15px;
}

.link_external {
	border: 1px solid #FF3937;
    text-align: center;
    padding: 17px 70px;
    display: block;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    background-color: #FFFFFF;
    color: #FF3937;
    border-radius: 8px;
    font-family: Noto Sans JP;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    margin-top: 30px;
	position: relative;
}

.link_external::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 34px;
	height: 34px;
	background-color: #FF3937;
	border-radius: 100px;
}

.link_external::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	right: 29px;
	width: 16px;
	height: 100%;
	mask-image: url(/loan/assets/images/icon_external.svg);
	mask-position: center;
	mask-size: contain;
	mask-repeat: no-repeat;
	background-color: #FFFFFF;
}

.section02 {
	padding: 140px 0 0;
	overflow: hidden;
}

.section02 h2 {
	width: 95%;
	max-width: 690px;
	margin: 0 auto 60px;
}

.content02_t {
	background: #004267;
	padding: 50px 0 250px;
}

.content02_t ul {
	width: 95%;
	max-width: 690px;
	margin: 0 auto;
}

.content02_t li {
	margin-bottom: 30px;
}

.content02_t li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 87%;
	height: 100px;
	margin: 0 auto;
	font-size: 3.0rem;
	color: #004267;
	background-color: #fff;
	border: 6px solid #004267;
	border-radius: 50px;
	position: relative;
	z-index: 2;
}

.content02_t li h3 span {
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 64px auto;
}

.content02_t li:nth-child(1) h3 span { background-image: url("/loan/assets/images/no01.png"); }
.content02_t li:nth-child(2) h3 span { background-image: url("/loan/assets/images/no02.png"); }
.content02_t li:nth-child(3) h3 span { background-image: url("/loan/assets/images/no03.png"); }

.content02_t li p {
	margin-top: -50px;
	padding: 70px 35px 35px;
	background-color: #fff;
	font-size: 2.125rem;
	text-align: center;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.content02_b {
	margin-top: -200px;
	padding-top: 110px;
	background: #fff;
	border-top-left-radius: 50% 200px;
	border-top-right-radius: 50% 200px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
}

.content02_b dl {
	width: 95%;
	max-width: 690px;
	margin: 0 auto;
}

.content02_b dl dt {
	color: #fff;
	font-size: 1.625rem;
	text-align: center;
	padding: 15px;
	background-color: #004267;
}

.content02_b dl dd {
	font-size: 1.5rem;
	text-align: center;
	padding: 30px 15px;
	background-color: #f7fcff;
}

.content02_b div {
	width: 95%;
	max-width: 690px;
	margin: 20px auto 0;
	text-align: right;
	font-size: 1.125rem;
}

.content02_b div p {
	display: inline-block;
	text-align: left;
}

.section03 {
	padding: 140px 0 0;
}

.section03 h2 {
	width: 95%;
	max-width: 690px;
	margin: 0 auto 60px;
}

.content03 {
	background: #004267;
	padding: 60px 0 250px;
}

.content03>ul {
	width: 95%;
	max-width: 690px;
	margin: 0 auto;
}

.content03>ul>li {
	margin-bottom: 60px;
}

.content03>ul>li h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 87%;
	height: 100px;
	margin: 0 auto;
	font-size: 3.0rem;
	color: #004267;
	background-color: #fff;
	border: 6px solid #004267;
	border-radius: 50px;
	position: relative;
	z-index: 2;
}

.content03>ul>li h3 span {
	padding-left: 70px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 64px auto;
}

.content03>ul>li:nth-child(1) h3 span { background-image: url("/loan/assets/images/no01.png"); }
.content03>ul>li:nth-child(2) h3 span { background-image: url("/loan/assets/images/no02.png"); }
.content03>ul>li:nth-child(3) h3 span { background-image: url("/loan/assets/images/no03.png"); }

.content03>ul>li div {
	margin-top: -50px;
	padding: 80px 50px 0;
	background-color: #fff;
	font-size: 2.125rem;
	border-radius: 20px;
	position: relative;
	z-index: 1;
}

.content03>ul>li div p {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.content03>ul>li ul li {
	padding: 70px 0 70px 70px;
	border-bottom: 6px dotted #004267;
	background-image: url("/loan/assets/images/icon_check.png");
	background-position: left 70px;
	background-repeat: no-repeat;
	background-size: 44px auto;
}

.content03>ul>li ul li:last-child {
	border-bottom: none;
}

.content03>ul>li ul li span {
	position: relative;
}
.content03>ul>li ul li span::after {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	height: 12px;
	content: "";
	background-color: #fce488;
	z-index: -1;
}

.section04 {
	overflow: hidden;
	margin-top: -200px;
	padding-top: 150px;
	padding-bottom: 80px;
	background: #f7fcff;
	border-top-left-radius: 50% 200px;
	border-top-right-radius: 50% 200px;
	margin-left: -100px;
	margin-right: -100px;
	padding-left: 100px;
	padding-right: 100px;
	text-align: center;
}

.section04 h2 {
	display: inline-block;
	color: #02649b;
	font-size: 3.0rem;
	padding-bottom: 5px;
	margin-bottom: 60px;
	border-bottom: 6px dotted;
	letter-spacing: 3px;
	font-weight: bold;
}

.content04 {
	width: 95%;
	max-width: 690px;
	margin: 0 auto;
}

.content04>p {
	width: 90%;
	margin: 0 auto 60px;
}

.content04>p a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 2.375rem;
	height: 100px;
	background-image:
	url("/loan/assets/images/arrow01.png"),
	linear-gradient(to right,rgba(255,55,55,100),rgba(255,55,55,100) ),
	linear-gradient(to right bottom,rgba(255,55,55,100) 0%,rgba(255,55,55,100) 50%,rgba(255,0,0,100) 50%,rgba(255,0,0,100) 100%),
	linear-gradient(to right,rgba(255,0,0,100),rgba(255,0,0,100) );
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: right 25px center,0% 0%,50% 0%,100% 0%;
	background-size: 54px auto,44% 100%,13% 100%,44% 100%;
	border-radius: 15px !important;
}

.content04 ul li {
	padding-bottom: 50px;
	margin-bottom: 80px;
	border-bottom: 2px solid #02649b;
	position: relative;
}

.content04 ul li:last-child {
	border-bottom: none;
}

.content04 ul li::after {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	content: "";
	background: #02649b;
	height: calc( 64px / 2.6 );
	width: 64px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.content04 ul li:last-child::after {
	display: none;
}

.content04 ul li p:nth-of-type(1) {
	width: 110px;
	height: 110px;
	margin: 0 auto 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #02649b;
	border-radius: 55px;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: bold;
}

.content04 ul li p:nth-of-type(1) span {
	font-size: 2.375rem;
}

.content04 h3 {
	color: #02649b;
	font-size: 2.0rem;
	margin-bottom: 40px;
	font-weight: bold;
}

.content04 ul li p:nth-of-type(2) {
	font-size: 1.5rem;
	line-height: 2.0;
	font-weight: bold;
}

.content04 ul li p:nth-of-type(2) span {
	color: #02649b;
}

.section05 {
	padding: 150px 0;
	text-align: center;
}

.section05 h2 {
	display: inline-block;
	color: #000;
	font-size: 3.0rem;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 6px dotted #a7a6a1;
	letter-spacing: 3px;
	font-weight: bold;
}

.content05 {
	width: 95%;
	max-width: 690px;
	margin: 0 auto;
}

.content05 dl {
	text-align: left;
	font-size: 1.25rem;
	line-height: 2.0;
}

.content05 dl dt {
	cursor: pointer;
	padding: 47px 30px 40px 60px;
	background-image: url("/loan/assets/images/txt_q.png");
	background-position: left 40px;
	background-repeat: no-repeat;
	background-size: 42px auto;
	font-weight: bold;
	position: relative;
	border-top: 2px solid #02649b;
}

.content05 dl dt.open {
	padding: 47px 30px 12px 60px;
}

.content05 dl dt:first-child {
	border-top: none;
}

.content05 dl dt::before,
.content05 dl dt::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 0;
	height: 4px;
	width: 20px;
	background: #02649b;
	transition: all .3s ease-in-out;
}

.content05 dl dt::before {
	transform: rotate(90deg);
}

.content05 dl dt.open::before {
	transform: rotate(180deg);
}

.content05 dl dt.open::after {
	opacity: 0;
}

.content05 dl dd {
	display: none;
	padding: 7px 0 40px 60px;
	background-image: url("/loan/assets/images/txt_a.png");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 42px auto;
}

.section06 {
	padding: 150px 0 90px;
	text-align: center;
	background: #f7fcff;
}

.section06 h2 {
	display: inline-block;
	color: #02649b;
	font-size: 3.0rem;
	padding-bottom: 5px;
	margin-bottom: 60px;
	border-bottom: 6px dotted;
	letter-spacing: 3px;
	font-weight: bold;
}

.content06 {
	width: 95%;
	max-width: 690px;
	margin: 0 auto;
}

.content06 ul li {
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: start;
	margin-bottom: 60px;
}

.content06 ul li>p {
	width: 25%;
}

.content06 ul li>div {
	width: 72.5%;
	padding: 25px 40px;
	font-size: 1.25rem;
	background-color: #fff;
	border-radius: 20px;
	line-height: 2.5;

}

.content06 ul li:nth-child(even)>p {
	order: 2;
}

.content06 ul li:nth-child(even)>div {
	order: 1;
}

.note {
	background-image:linear-gradient(90deg,rgba(211,198,189,0) 0%,rgba(211,198,189,0) 49%,rgba(255,255,255,100) 50%,rgba(255,255,255,100) 100%),linear-gradient(180deg,rgba(211,198,189,0) 0%,rgba(211,198,189,0) 90%,rgba(100,100,100,100) 100%);
	background-repeat:repeat-x,repeat-y;
	background-size:8px 100%,100% 2.5em;
}

.simulation {
	padding: 45px 0;
	text-align: center;
}

.simulation h2 {
	display: inline-block;
	color: #02649b;
	font-size: 2.0rem;
	margin-bottom: 20px;
	/* border-bottom: 4px dotted; */
	letter-spacing: 3px;
	font-weight: bold;
}

.form_area {
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
}

.form_area>p {
	font-size: 1.5rem;
	color: #02649b;
	margin-bottom: 40px;
}

.err_area {
	text-align: left;
	padding: 20px;
	margin-bottom: 30px;
	border: solid 1px #f00;
	color: #f00;
	background-color: #E5B0B5;
}

.form_area dl {
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	text-align: left;
}

.form_area dl dt {
	display: flex;
	align-items: center;
	padding: 20px 15px;
	width: 30%;
	color: #fff;
	background-color: #004267;
	border: 1px solid #000;
	border-bottom: none;
}

.form_area dl dd {
	display: flex;
	align-items: center;
	padding: 20px 10px;
	width: 70%;
	border: 1px solid #000;
	border-bottom: none;
	border-left: none;
}

.form_area dl dt:last-child,
.form_area dl dd:last-child {
	border-bottom: 1px solid #000;
}

.form_area dl dd p.w01 {
	width: 2.0em;
	min-width: 2.0em;
	text-align: center;
}

.form_area dl dd p.w02 {
	width: calc ( 50% - 2.0em) ;
}

.form_area dl dd p.notes {
	margin-left: 1.0em;
}

.form_area dl dd p input,
.form_area dl dd p select {
	width: 100%;
	padding: 10px;
	border: solid 1px !important;
}

.kiyakuChkArea {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 10px;
}
.kiyakuChkArea input {
    transform:scale(1.8);
    margin-top: 6px;
}

.kiyakuChkArea label {
    font-size: 20px;
    padding-left: 20px;
}

.kiyakuChkArea label a {
    text-decoration: underline;
    color: #31a899;
}

.kiyakuMsgArea {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
    padding-bottom: 30px;
}

.kiyakuMsgArea p {
    font-size: 12px;
}

.kiyakuMsgArea p a {
    text-decoration: underline;
    color: #31a899;
}

.btn_area02 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
}
.btn_area02.ptn02 {
	justify-content: space-between;
}

.btn_area02 p {
	width: 340px;
}

.contact_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
	width: 100%;
	height: 70px;
	background-image:
	url("/loan/assets/images/arrow01.png"),
	linear-gradient(to right,rgba(255,55,55,100),rgba(255,55,55,100) ),
	linear-gradient(to right bottom,rgba(255,55,55,100) 0%,rgba(255,55,55,100) 50%,rgba(255,0,0,100) 50%,rgba(255,0,0,100) 100%),
	linear-gradient(to right,rgba(255,0,0,100),rgba(255,0,0,100) );
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
	background-position: right 15px center,0% 0%,50% 0%,100% 0%;
	background-size: 40px auto,44% 100%,13% 100%,44% 100%;
	border-radius: 15px !important;
}

.contact_btn:hover {
	transition: all 0.2s ease;
	opacity: 0.8;
}

.contact_btn.ptn02 {
	background-image:
	linear-gradient(to right,rgba(255,55,55,100),rgba(255,55,55,100) ),
	linear-gradient(to right bottom,rgba(255,55,55,100) 0%,rgba(255,55,55,100) 50%,rgba(255,0,0,100) 50%,rgba(255,0,0,100) 100%),
	linear-gradient(to right,rgba(255,0,0,100),rgba(255,0,0,100) );
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: 0% 0%,50% 0%,100% 0%;
	background-size: 44% 100%,13% 100%,44% 100%;
}

.contact_btn.ptn03 {
	color: #4e4e4e;
	background-image:
	linear-gradient(to right,rgba(230,230,230,100),rgba(230,230,230,100) ),
	linear-gradient(to right bottom,rgba(230,230,230,100) 0%,rgba(230,230,230,100) 50%,rgba(220,220,220,100) 50%,rgba(220,220,220,100) 100%),
	linear-gradient(to right,rgba(220,220,220,100),rgba(220,220,220,100) );
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-position: 0% 0%,50% 0%,100% 0%;
	background-size: 44% 100%,13% 100%,44% 100%;
}

.footer_copy {
	background-color: #004267;
	padding: 25px 0;
	text-align: center;
	font-size: 1.125rem;
	color: #fff;
}
