@charset "UTF-8";

/* 共通項
***************************************************************************************/
* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}

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

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

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

.dispPC {
	display: initial;
}

.dispSP {
	display: none;
}

.wrap {
	width: 1140px;
	margin: auto;
}

.inner {
	width: 960px;
	margin: auto;
}

.bg_blue {
	background-color: #0387b4;
}

.bg_darkblue {
	background-color: #0d2761;
}

.bg_lightgray {
	background-color: #f4f4f4;
}

.bg_gray {
	background-color: #a0a0a0;
}

.bg_lightgreen {
	background-color: #F2F9FB;
}

.btn {
	display: flex;
	text-decoration: none;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.btn_frame01 {
	width: 222px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	padding: 22px 0;
}

.btn_frame02 {
	width: 390px;
	border-radius: 4px;
	font-size: 24px;
	line-height: 1;
	padding: 39px 0 35px;
	font-weight: bold;
	position: relative;
}

.btn_frame02::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

.btn_frame02::before {
	right: 30px;
	left: auto;
	width: 12px;
	height: 12px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.btn_frame06 {
	width: 285px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1;
	padding: 20px 0;
	font-weight: bold;
}

.btn_grad_org {
	background: #ffa000;
	background: -moz-linear-gradient(left, #ffa000 0%, #ff6450 100%);
	background: -webkit-linear-gradient(left, #ffa000 0%, #ff6450 100%);
	background: linear-gradient(to right, #ffa000 0%, #ff6450 100%);
	color: #fff;
}

.txt_clr_blue {
	color: #0387b4;
}

.txt_clr_org {
	color: #ff6450;
}




/* ヘッダー
***************************************************************************************/
header {
	padding: 21px 0 24px;
}

header .wrap {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

#logo {
	width: 235px;
	margin: 0;
}

.head_right {
	display: flex;
	align-items: center;
}

.head_right div {
	margin: 0 37px 0 0;
}

.head_right div p {
	margin: 0;
	font-size: 11px;
	text-align: center;
}

.head_right div p+p {
	margin-top: 10px;
	font-weight: bold;
	line-height: 1;
}

.head_right .contact {
	margin: 0;
}

/* メイン
***************************************************************************************/
/* キービジュアル */
#Keyvisual {
	background-image: url("../images/bg_keyvisual.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#Keyvisual .wrap {
	background-image: url("../images/keyvisual.svg");
	background-position: right 0px top 0;
	background-repeat: no-repeat;
	background-size: 534px;
	padding: 60px 25px 47px 80px;
	width: 1190px;
}

#Keyvisual .lead01 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.7;
	margin: 0;
	position: relative;
	display: inline-block;
	padding: 0 25px;
}

#Keyvisual .lead01:before,
#Keyvisual .lead01:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 35px;
	height: 2px;
	background-color: black;
	transform: rotate(-75deg);
}

#Keyvisual .lead01:before {
	left: -10px;
	transform: rotate(75deg);
}

#Keyvisual .lead01:after {
	right: -10px;
}

#Keyvisual .lead01 span {
	background: linear-gradient(transparent 65%, #FFB74D 65%);
}

#Keyvisual h1 {
	font-weight: bold;
	font-size: 37px;
	line-height: 1.4;
	margin: 25px 0 0;
	color: #0387B4;
	font-feature-settings: "palt";
}

#Keyvisual h1 span {
	font-size: 92px;
}

#Keyvisual_btm {
	display: flex;
	justify-content: space-between;
}

#Keyvisual_btm ul {
	display: flex;
	list-style: none;
	margin: auto;
	padding: 0;
	justify-content: space-around;
}

#Keyvisual_btm ul li {
	margin: 0 20px;
	width: 224px;
	position: relative;
	padding: 0 0px;
	display: flex;
	flex-direction: column;
	line-height: 1.2;
	justify-content: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
}

#Keyvisual_btm ul li::before,
#Keyvisual_btm ul li::after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 42px;
	height: 110px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: auto;
}

#Keyvisual_btm ul li::before {
	background-image: url("../images/img_obj02.png");
}

#Keyvisual_btm ul li::after {
	background-image: url("../images/img_obj03.png");
	right: 0;
	left: auto;
}

#Keyvisual_btm ul li span {
	text-align: center;
}

#Keyvisual_btm ul li span.text01 {
	font-size: 22px;
}

#Keyvisual_btm ul li span.text02 {
	font-size: 37px;
}

#Keyvisual_btm ul li span.text03 {
	font-size: 40px;
	margin: 0 5px;
}

#Keyvisual_btm ul li span.text04 {
	font-size: 48px;
}

#Keyvisual_btm ul li span.width_ex {
	width: 15px;
	flex-shrink: 0;
	display: inline-block;
}

.din_font {
	font-family: 'Oswald', sans-serif;
}

.section {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.section h2 {
	text-align: center;
	font-size: 46px;
	line-height: 1.4;
	margin: 0;
}

.section h3 {
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
	margin: 40px 0;
}

.section h4 {
	text-align: center;
	font-size: 26px;
	line-height: 1.6;
	margin: 120px 0 70px;
}

.section01 {
	text-align: center;
	padding: 90px 0 150px;
}

.section01 .inner {
	width: 988px;
}

.section01 .inner:nth-child(2) {
	width: 988px;
	margin: 100px auto 0;
}

.section01 h2+p {
	background-color: #fff;
	margin: 0;
}

.section01 .txt_clr_org {
	font-size: 48px;
}

.section01 .past {
	display: flex;
	justify-content: space-between;
	margin: 50px 0 0;
}

.section01 .past>div {
	width: 288px;
	display: flex;
	flex-direction: column;
}

.section01 .past>div>a {
	box-shadow: 0 0 5px #aaa;
	padding: 0;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 0 10px;
	color: #000;
}

a:hover {
	opacity: .6;
}

.past p {
	font-size: 15px;
	margin: 0;
}

.past p:first-of-type {
	margin: 0 0 25px;
}

.past p.txt01 {
	font-size: 14px;
	margin: 0 10px;
	text-align: left;
}

.past p.txt02 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 0 10px 0;
}

.use {
	background-image: url(../images/bg_use.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	padding: 55px 90px;
	margin: 100px 0 0;
}

.use h4 {
	text-align: center;
	margin: 0 auto;
	font-size: 26px;
	line-height: 1.7;
	position: relative;
	padding: 0 45px;
	display: inline-block;
}

.use h4::before,
.use h4::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: black;
	transform: rotate(-70deg);
}

.use h4::before {
	transform: rotate(70deg);
	right: auto;
	left: 0;
}

.use ul {
	display: flex;
	list-style: none;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
	color: #fff;
}

.use ul li {
	width: 229px;
	background-color: rgba(255, 100, 80, .8);
	margin: 20px 14px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	line-height: 1.4;
}

.use ul li:nth-of-type(4n) {
	margin-right: 0;
}

.section02 {
	background-image: url(../images/bg_section02.png);
	background-size: 100%;
}

.section02 .wrap {
	padding: 90px 0 40px;
}

.section02 h2 {
	margin: 0 0 60px;
}

.section02 .lead {
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	margin: 120px 0 46px;
}

.section02 .lead span {
	font-size: 84px;
}

.section02 .lead+p {
	text-align: center;
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
}

.section02 .lead+p span {
	font-size: 50px;
}

.section02 ul.solve {
	list-style: none;
	margin: 100px 0 0;
	padding: 0;
	font-weight: bold;
	display: flex;
	justify-content: center;
	font-size: 18px;
	flex-wrap: wrap;
	font-feature-settings: "palt";
}

.section02 ul.solve li {
	text-align: center;
	width: 230px;
	margin: 0 40px 60px;
}

.section02 ul.solve li div {
	margin: 0 65px;
}

.section02 ul.solve li p {}

.section03 {
	padding: 75px 0 100px;
	background-image: url(../images/bg_section03.png);
}

.section03 .wrap {
	background-color: #fff;
	padding: 100px 90px;
}

.section03 h2+p {
	margin: 100px 0 0;
}

.section03 h2:nth-of-type(2) {
	margin: 120px 0 0;
}

.section03 .point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}

.section03 .point::before {
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: -90px;
	background-color: #0387B4;
	background-image: url(../images/img_point.svg);
	background-repeat: no-repeat;
	background-position: center right 6px;
	background-size: 60px;
	height: 24px;
	width: 590px;
	z-index: 1;
}

.section03 .point+.point {
	margin: 100px 0 0;
}

.section03 .point .img_box {
	width: 343px;
	position: relative;
	z-index: 20;
}

.section03 .point .txt_box {
	width: 540px;
}

.section03 .point .txt_box p {
	margin: 0;
	font-size: 18px;
}

.section03 .point .txt_box p.num {
	width: 78px;
	margin: 0 0 0 86px;
}

.section03 .point .txt_box p.title {
	font-size: 30px;
	font-weight: bold;
	margin: 30px 0;
	line-height: 1.6;
}

.section03 .point .txt_box p+p {
	margin: 25px 0 0;
}

.section03 .point .txt_box a {
	font-size: 16px;
	font-weight: bold;
	color: #0387B4;
}

.section03 .point .list_box {
	width: 100%;
	margin: 40px 0 0;
}

.section03 .point .list_box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: space-around;
	font-size: 16px;
	text-align: center;
	line-height: 1.4;
}

.section03 .point .list_box ul li {
	width: 225px;
}

.section03 .point .list_box ul li div {
	margin: 0 45px 20px;
}

.section04 {
	padding: 120px 0 100px;
}

.section04 h3 {
	margin: 40px 0 70px;
}

.section04 .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.section04 .txt_box {
	width: 450px;
}

.section04 .txt_box p {
	margin: 0;
	font-size: 14px;
}

.section04 .txt_box p.lead {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px;
	line-height: 1.4;
}

.section05 {
	padding: 100px 0;
}

.section06 {
	text-align: center;
	padding: 100px 0 100px;
}

.section06 h2 {
	position: relative;
	text-align: center;
	font-size: 40px;
	margin: 20px 0 60px;
	line-height: 1;
}

.section06 .txt01 {
	font-size: 18px;
	font-weight: bold;
}

.section06 h3 {
	font-size: 28px;
	color: #0387b4;
	margin: 65px 0 25px;
}

.section06 h3+p {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 50px;
}

.in_box {
	background-color: #fff;
	box-shadow: 0 0 10px #aaa;
	margin: 40px 0 0;
	padding: 40px;
}

.in_box p {
	margin: 0;
}

.in_box>div {
	display: flex;
	justify-content: space-around;
	align-content: center;
}

.in_box>div>div {
	width: 28%;
}

.in_box>div>div p {
	margin: 0;
	line-height: 1.4;
	font-size: 13px;
	text-align: left;
	font-feature-settings: "palt";
}

.in_box>div>div p:first-child {
	text-align: center;
	margin: 0 60px;
}

.in_box>div>div p.title {
	font-size: 20px;
	font-weight: bold;
	margin: 25px 0 15px;
	text-align: center;
}

.section06 .list01 {
	list-style: none;
	margin: 40px 0 0;
	padding: 10px 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 10px #aaa;
}

.section06 .list01 li {
	width: 169px;
	margin: 0 15px;
}

.section06 .list01 li img {
	width: 100%;
}

.appeal_sub {
	text-align: center;
	margin: 0 auto;
	font-size: 24px;
	line-height: 1.7;
	padding: 0 45px;
	display: inline-block;
	color: #0387b4;
	position: relative;
	font-weight: bold;
}

.appeal_sub::before,
.appeal_sub::after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: #0387b4;
	-webkit-transform: rotate(-70deg);
	transform: rotate(-70deg);
}

.appeal_sub::before {
	-webkit-transform: rotate(70deg);
	transform: rotate(70deg);
}

.appeal_sub::before {
	left: 0;
}

.appeal_sub::after {
	right: 0;
}

.inner h2 {
	position: relative;
	text-align: center;
	font-size: 40px;
	margin: 0 0 60px;
	line-height: 1;
}

.inner .appeal_sub+h2 {
	margin-top: 20px;
}

.inner p img {
	max-width: 100%;
}

.section08 {
	background-color: #E6F3F7;
	padding: 100px 0;
}

.section08 .voice {
	background-color: #fff;
	margin: 0 45px;
	padding: 43px;
	display: flex;
}

.section08 .voice+.voice {
	margin-top: 60px;
}

.section08 .voice div:last-of-type {
	margin: 0 0 0 30px;
	width: 478px;
}

.section08 .voice .image {
	width: 456px;
}

.section08 .voice .image img {
	width: 100%;
}

.section08 .voice div:last-of-type p {
	font-size: 14px;
	line-height: 1.6;
}

.section08 .voice div:last-of-type p:first-of-type {
	margin: 0;
	font-size: 22px;
	font-weight: bold;
	font-feature-settings: "palt";
	color: #0387B4;
}

.section08 .voice div:last-of-type p:last-of-type {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
}

.section09 {
	background-color: #CDE7F0;
	padding: 100px 0;
}

.section09 .fee {
	background-color: #fff;
	border: 4px solid #0387B4;
	border-radius: 20px;
	margin: 0 0 100px;
	display: flex;
	font-weight: bold;
	align-items: center;
	font-size: 18px;
	justify-content: center;
}

.section09 .fee>div {
	display: flex;
	align-items: center;
}

.section09 .fee .txt01 {
	font-size: 40px;
}

.section09 .fee .txt02 {
	font-size: 13px;
	margin: 0 0 0 10px;
}

.section09 .fee .title {
	margin: 0 17px 0 0;
}

.section09 .fee .line {
	border-right: 2px dashed #B1B1B1;
	padding: 0 62px 0 0;
	margin: 0 45px 0 0;
}

.section09 .image {
	background-color: #fff;
	border-radius: 20px;
	position: relative;
	padding: 65px 30px 30px;
	margin-top: 80px;
}

.section09 .image h4 {
	margin: 0 200px;
	border: 3px solid #fff;
	padding: 10px 0;
	background-color: #9B9B9B;
	border-radius: 50px;
	color: #fff;
	position: absolute;
	width: 50%;
	top: 0;
	transform: translate(0, -50%);
}

.section09 .image:last-of-type h4 {
	background-color: #0387B4;
}

.section09 .image p {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin: 0;
}

.section09 .image h4+p {
	margin: 0 375px;
}

.section09 .image:last-of-type h4+p {
	margin: 0 120px;
}

.section09 .image p+p {
	margin-top: 35px;
}

.company {
	margin: 0;
	padding: 100px 0;
}

.company p {
	margin: 0 auto 85px;
	width: 460px;
	text-align: center;
}

.company p img {
	width: 100%;
}

.company table {
	width: 677px;
	margin: 0 auto;
	border: none;
	font-size: 16px;
	border-spacing: 0;
}

.company table td,
.company table th {
	background: #f2f9fb;
	padding: 14px 16px;
}

.company table th {
	padding: 14px 22px 14px 60px;
	text-align: left;
	font-weight: normal;
	position: relative;
}

.company table th::after {
	content: ":";
	display: block;
	position: absolute;
	right: 0;
	top: 0.7em;
}

.company table tr:nth-child(even) td,
.company table tr:nth-child(even) th {
	background: #fff;
}

.fix_bar {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}

.fix_bar .wrap {
	width: 675px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
}

.fix_bar p {
	margin: 0;
	line-height: 1.4;
	text-align: left;
}

.fix_bar p:first-of-type {
	font-size: 14px;
}

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}


#nav {
	position: fixed;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 15px;
	text-align: center;
	top: 50%;
	right: 3%;
	z-index: 50;
	transform: translate(0, -50%);
	display: none;
}

#nav li {
	margin: 20px 0;
	position: relative;
}

#nav li a {
	border: 1px solid #fff;
	display: block;
	border-radius: 6px;
	background-color: #e9e9e9;
	color: #222222;
	font-weight: bold;
	padding: 8px;
}

#nav li a.now {
	background-color: #ffa000;
	color: #fff;
}

#nav li {
	position: relative;
	padding: 0 0 0 0;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}

#nav li::before,
#nav li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

#nav li::before {
	left: 0;
	right: 0;
	top: -60px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #dedede;
	border-right: 2px solid #dedede;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

#nav li:first-of-type::before {
	display: none;
}


.Reason__flow {
	padding: 0 90px 0;
}

.Reason__flowTitle {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 32px;
}

.Reason__flowItems {
	position: relative;
}

.Reason__flowItems:after {
	content: "";
	width: 6px;
	background: #e4f2f8;
	position: absolute;
	left: 74px;
	top: 40px;
	display: block;
	z-index: -1;
	height: 1280px;
}

.Reason__flowItem {
	display: flex;
	border: 3px solid #f2f3f4;
	border-radius: 6px;
	margin-bottom: 24px;
	padding: 24px;
}

.Reason__flowItem.is-active {
	border-color: #0082ba;
}

.Reason__flowItemImage {
	width: 100px;
	height: 100px;
	min-width: 100px;
}

.Reason__flowItemImage img {
	width: 100%;
	height: auto;
}

.Reason__flowItemText {
	padding-left: 32px;
}

.Reason__flowItemText h4 {
	color: #0082ba;
	font-size: 24px;
	font-weight: bold;
	border: none;
	text-align: left;
	padding: 0;
	margin: 0 !important;
	margin-bottom: 8px !important;
}

.Reason__flowItemText p {
	font-size: 15px;
	text-align: left;
	margin-bottom: 0;
}

.Reason__flowOption {
	margin-top: 16px;
	display: flex;
	align-items: center;
}

.Reason__flowOption dt {
	background: #0082ba;
	color: #fff;
	font-size: 14px;
	padding: 12px 16px;
	border-radius: 4px;
	min-width: 120px;
	text-align: center;
}

.Reason__flowOption dd {
	color: #0082ba;
	text-align: left;
	padding-left: 12px;
}

#navi08 .security_logo_area {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	margin: 60px auto;
	justify-content: center;
	align-items: center;
	width: 90%;
} 

#navi08 .security_logo_area li {
  width: 25%;
}

#navi08 .security_logo_area li:nth-of-type(n+4) {
	width: 20%;
}

#navi08 .security_logo_area li img {
	width: 100%;
}

.fix_bar_wrap {
	height: 100px;
	position: relative;
	z-index: 100;
}

.fix_bar {
	background-color: #fff;
	box-shadow: 0 0 10px #ccc;
}

.fix_bar .wrap {
	width: 675px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 22px 0;
}

.fix_bar p {
	margin: 0;
	line-height: 1.4;
	text-align: left;
}

.fix_bar p:first-of-type {
	font-size: 14px;
}fix_bar_wrap

.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 200;
	width: 100%;
}

/* フッター
***************************************************************************************/
footer {
	background-color: #ebebeb;
	padding: 32px 0;
}

footer .wrap {
	display: flex;
	justify-content: space-between;
	padding: 0 40px;
}

footer .wrap p {
	margin: 0;
	line-height: 1;
	font-size: 14px;
}

footer .wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 1;
	display: flex;
	font-size: 14px;
}

footer .wrap ul li {
	margin: 0 0 0 30px;
}

footer .wrap ul a {
	color: inherit;
}

@media screen and (min-width:769px) {
	#nav {
      display: block;
	}
	.btn:hover,
	footer .wrap ul a:hover,
	#nav li a:hover {
		opacity: .7;
	}

	a[href*="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
		color: inherit;
	}
}

/* スマホ用
***************************************************************************************
***************************************************************************************
***************************************************************************************
***************************************************************************************/
@media screen and (max-width:768px) {
	html {
		font-size: calc(100vmin / 32);
	}

	body {
		line-height: 1;
	}

	.dispPC {
		display: none;
	}

	.dispSP {
		display: initial;
	}

	img {
		width: 100%;
		vertical-align: top;
	}

	.wrap {
		width: auto;
		margin: auto;
		padding: 0 3.125vmin;
	}

	.inner {
		width: auto;
		margin: auto;
	}


	.btn_frame01 {
		width: 25vmin;
		font-size: 3vmin;
		line-height: 1;
		padding: 3.125vmin 0;
	}

	.btn_frame02 {
		width: auto;
		font-size: 5vmin;
		padding: 7vmin 0;
	}

	.btn_frame02::before {
		right: 8vmin;
		width: 3vmin;
		height: 3vmin;
	}

	.btn_frame03 {
		background-color: #0387b4;
		color: #fff;
		padding: 3vmin;
		position: relative;
	}

	.btn_frame03::before {
		right: 8vmin;
		width: 3vmin;
		height: 3vmin;
		top: -1.5vmin;
	}

	.btn_frame04 {
		width: auto;
		padding: 6vmin 0;
	}

	.btn_frame04::before {
		right: 8vmin;
		width: 3vmin;
		height: 3vmin;
	}

	.btn_frame05 {
		width: auto;
		padding: 5vmin 0;
		font-size: 4vmin;
	}

	.btn_frame05::before {
		right: 8vmin;
		width: 3vmin;
		height: 3vmin;
	}

	.btn_frame06 {
		width: 100%;
		font-size: 5vmin;
		padding: 20px 0;
	}

	.btn_grad_org {
		background: #ffa000;
		background: -moz-linear-gradient(left, #ffa000 0%, #ff6450 100%);
		background: -webkit-linear-gradient(left, #ffa000 0%, #ff6450 100%);
		background: linear-gradient(to right, #ffa000 0%, #ff6450 100%);
		color: #fff;
	}

	.btn_blue {}

	.under_line {
		background: linear-gradient(transparent 70%, #ff8373 70%);
	}

	.under_line_yellow {
		background: linear-gradient(transparent 50%, #ffe065 50%);
	}

	.txt_clr_blue {
		color: #0387b4;
	}

	.txt_clr_org {
		color: #ff6450;
	}



	/* ヘッダー
***************************************************************************************/
	header {
		padding: 3.15vmin 0;
	}

	#logo {
		width: 30vmin;
	}

	.head_right {
		width: 55vmin
	}

	.head_right div {
		margin: 0 3vmin 0 0;
	}

	.head_right div p {
		margin: 0;
		font-size: 3.4375vmin;
		text-align: center;
	}

	.head_right div p+p {
		margin-top: 2vmin;
		font-size: 2.8vmin
	}

	/* メイン
***************************************************************************************/
	/* キービジュアル */
	#Keyvisual {
		background-size: cover;
		background-position: center;
	}

	#Keyvisual .wrap {
		background-position: right 0px top 25vmin;
		background-size: 44vmin;
		padding: 0 3vmin;
		width: auto;
	}

	#Keyvisual .lead01 {
		font-size: 3.3vmin;
		margin: 5vmin 0 0;
		padding: 0 25px;
	}

	#Keyvisual .lead01:before,
	#Keyvisual .lead01:after {
		content: '';
		position: absolute;
		top: 50%;
		display: inline-block;
		width: 35px;
		height: 2px;
		background-color: black;
		transform: rotate(-75deg);
	}

	#Keyvisual .lead01:before {
		left: -10px;
		transform: rotate(75deg);
	}

	#Keyvisual .lead01:after {
		right: -10px;
	}

	#Keyvisual h1 {
		font-size: 5vmin;
		margin: 4vmin 0 0;
	}

	#Keyvisual h1 span {
		font-size: 10vmin;
	}

	#Keyvisual_btm {
		flex-direction: column-reverse;
		margin: 10vmin 0 0;
	}

	#Keyvisual_btm ul {
		display: flex;
		justify-content: space-around;
		margin: 0 0 4vmin;
	}

	#Keyvisual_btm ul li {
		margin: 0;
		width: 44vmin;
		font-size: 3vmin;
	}

	#Keyvisual_btm ul li::before,
	#Keyvisual_btm ul li::after {
		display: block;
		top: 0;
		left: 0;
		bottom: 0;
		width: 12vmin;
		height: 24vmin;
		background-size: auto 100%;
	}

	#Keyvisual_btm ul li::after {
		right: 0;
		left: auto;
	}

	#Keyvisual_btm ul li span.text01 {
		font-size: 3.2vmin;
	}

	#Keyvisual_btm ul li span.text02 {
		font-size: 6vmin;
	}

	#Keyvisual_btm ul li span.text03 {
		font-size: 6vmin;
		margin: 0 1.8vmin;
	}

	#Keyvisual_btm ul li span.text04 {
		font-size: 10vmin;
	}

	.section h2 {
		font-size: 6.5vmin;
	}

	.section h3 {
		font-size: 5vmin;
		margin: 5vmin 0;
		font-feature-settings: "palt";
	}

	.section h4 {
		font-size: 4.5vmin;
		margin: 10vmin 0;
	}

	.section01 {
		padding: 90px 0 150px;
	}

	.section01 .inner {
		width: auto;
		padding: 0 3.125vmin;
	}

	.section01 {
		text-align: center;
		padding: 10vmin 0;
	}

	.section01 .wrap {
		padding: 0;
	}

	.section01 h2 {
		font-size: 5.5vmin;
		margin: 4vmin 0 8vmin;
		line-height: 1.4;
	}

	.section01 .txt_clr_org {
		font-size: 7.5vmin;
	}

	.section01 .inner:nth-child(2) {
		width: auto;
		margin: 15vmin auto 0;
	}


	.section01 .past {
		margin: 10vmin 0 0;
		flex-direction: column;
	}

	.section01 .past>div {
		width: auto;
	}

	.section01 .past>div+div {
		margin: 8vmin 0 0;
	}

	.section01 .past>div>div {
		padding: 0 0 4vmin;
	}

	.past p {
		font-size: 5vmin;
		line-height: 1.4;
	}

	.past p:first-of-type {
		margin: 0 0 8vmin;
	}

	.past p.logo {
		margin: 0 20vmin;
	}

	.past p.txt01 {
		font-size: 4.5vmin;
		margin: 0 3.125vmin;
	}

	.past p.txt02 {
		font-size: 5vmin;
		margin: 0 3.125vmin;
	}

	.use {
		padding: 10vmin 5vmin;
		margin: 10vmin 0 0;
	}

	.use h4 {
		font-size: 4.5vmin;
		padding: 0 8vmin;
		margin: 0;
	}

	.use h4::before,
	.use h4::after {
		content: '';
		width: 8vmin;
	}

	.use ul {
		margin: 0;
		padding: 0;
		font-size: 3.5vmin;
	}

	.use ul li {
		width: auto;
		margin: 5vmin 3vmin 0 0;
		height: 13vmin;
		padding: 0 3vmin;
		justify-content: space-around;
	}

	.section02 {
		background-size: 100%;
	}

	.section02 .wrap {
		padding: 10vmin 3.125vmin;
	}

	.section02 h2 {
		margin: 0 0 10vmin;
	}

	.section02 .lead {
		font-size: 4.8vmin;
		line-height: 1.6;
		margin: 0;
	}

	.section02 .lead span {
		font-size: 8vmin;
	}

	.section02 .lead+p {
		font-size: 8vmin;
	}

	.section02 .lead+p span {
		font-size: 7.5vmin;
	}

	.section02 ul.solve {
		font-size: 5vmin;
		line-height: 1.4;
		font-feature-settings: "palt";
		flex-direction: column;
		flex-wrap: nowrap;
		margin: 0;
	}

	.section02 ul.solve li {
		margin: 7vmin 0 0;
		width: auto;
	}

	.section02 ul.solve li p {
		margin: 4vmin 0 0;
	}

	.section02 ul.solve li div {
		margin: 0 30vmin;
	}


	.section03 {
		padding: 10vmin 3.125vmin;
	}

	.section03 .wrap {
		padding: 5vmin 3.125vmin;
	}

	.section03 h2 {
		font-size: 4.8vmin;
		line-height: 1.6;
	}

	.section03 h2+p {
		margin: 5vmin 0 0;
	}

	.section03 h2:nth-of-type(2) {
		margin: 10vmin 0 0;
	}

	.section03 .point {
		flex-wrap: wrap;
	}

	.section03 .point::before {
		top: 2vmin;
		left: 0;
		background-position: center right 6px;
		background-size: 10vmin;
		height: 12px;
		width: 48vmin;
		z-index: 1;
	}

	.section03 .point+.point {
		margin: 10vmin 0 0;
	}

	.section03 .point .img_box {
		width: 30vmin;
		margin: 0 2vmin 0 0;
	}

	.section03 .point .txt_box {
		width: 55vmin;
	}

	.section03 .point .txt_box p {
		margin: 0;
		font-size: 4vmin;
		line-height: 1.4;
	}

	.section03 .point .txt_box p.num {
		width: 10vmin;
		margin: 0 0 0 18vmin;
	}

	.section03 .point .txt_box p.title {
		font-size: 4vmin;
		margin: 5vmin 0;
	}

	.section03 .point .txt_box p+p {
		margin: 5vmin 0 0;
	}

	.section03 .point .txt_box a {
		font-size: 4vmin;
	}

	.section03 .point .list_box {
		width: 100%;
		margin: 10vmin 0 0;
	}

	.section03 .point .list_box ul {
		display: flex;
		justify-content: space-around;
		font-size: 3vmin;
	}

	.section03 .point .list_box ul li {
		width: 30%;
		line-height: 1.2;
	}

	.section03 .point .list_box ul li div {
		margin: 0 0 20px;
	}

	.section04 {
		padding: 10vmin 3.125vmin;
	}

	.section04 h2 {
		margin: 0;
	}

	.section04 h3 {
		margin: 10vmin 0;
		font-size: 4vmin;
	}

	.section04 .flex_box {
		flex-direction: column;
	}

	.section04 .txt_box {
		width: auto;
	}

	.section04 .txt_box p {
		margin: 0;
		font-size: 3.5vmin;
		line-height: 1.4;
	}

	.section04 .txt_box p.lead {
		font-size: 5vmin;
		margin: 3vmin 0;
	}

	.section05 {
		padding: 10vmin 0;
	}

	.section06 {
		text-align: center;
		padding: 10vmin 3.125vmin;
	}

	.section06 h2 {
		font-size: 6.5vmin;
		margin: 4vmin 0 8vmin;
		line-height: 1;
	}

	.section06 .txt01 {
		font-size: 5vmin;
		font-feature-settings: "palt";
		line-height: 1.4;
	}

	.section06 h3 {
		font-size: 5vmin;
		margin: 7vmin 0;
	}

	.section06 h3+p {
		font-size: 3.2vmin;
		margin: 0 0 5vmin;
		line-height: 1.4;
	}

	.in_box {
		box-shadow: 0 0 10px #aaa;
		margin: 4vmin 0 0;
		padding: 4vmin;
	}

	.in_box p {
		margin: 0;
	}

	.in_box>div {
		display: flex;
		justify-content: space-around;
		align-content: center;
		flex-direction: column;
	}

	.in_box>div>div {
		width: 100%;
		background-color: #eee;
		padding: 10vmin;
	}

	.in_box>div>div:not(:first-of-type) {
		margin: 5vmin 0 0;
	}

	.in_box>div>div p {
		margin: 0;
		line-height: 1.4;
		font-size: 3vmin;
		text-align: left;
		font-feature-settings: "palt";
	}

	.in_box>div>div p:first-child {
		text-align: center;
		margin: 0 20vmin;
	}

	.in_box>div>div p.title {
		font-size: 3.5vmin;
		font-weight: bold;
		margin: 25px 0 15px;
		text-align: center;
	}

	.section06 .list01 {
		list-style: none;
		margin: 5vmin 0 0;
		padding: 3.125vmin 0;
	}

	.section06 .list01 li {
		width: 25%;
		margin: 0 5px;
	}



	.appeal_sub {
		font-size: 4.5vmin;
		padding: 0 8vmin;
	}

	.appeal_sub::before,
	.appeal_sub::after {
		width: 8vmin;
	}



	.section08 {
		background-color: #E6F3F7;
		padding: 10vmin 0;
	}

	.section08 .voice {
		margin: 7vmin 0;
		padding: 4vmin;
		flex-direction: column;
	}

	.section08 .voice div {
		width: auto;
	}

	.section08 .voice div:last-of-type {
		margin: 3vmin 0 0;
		width: auto;
	}

	.section08 .voice div:last-of-type p {
		font-size: 3vmin;
		line-height: 1.6;
	}

	.section08 .voice div:last-of-type p:first-of-type {
		font-size: 3.5vmin;
	}

	.section08 .voice div:last-of-type p:last-of-type {
		font-size: 3vmin;
	}

	.section08 .voice .image {
		width: auto;
	}

	.section09 {
		padding: 10vmin 3.125vmin;
	}

	.section09 h2 {
		margin: 0;
	}

	.section09 .fee {
		border-radius: 20px;
		margin: 0 0 6vmin;
		font-size: 3vmin;
		flex-direction: column;
		padding: 3vmin;
	}

	.fee p {
		margin: 0;
	}

	.section09 .fee>div {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}

	.section09 .fee>div:first-of-type {
		border-bottom: 2px dashed #B1B1B1;
		padding: 0 0 3vmin;
		margin: 0 0 3vmin;
	}


	.section09 .fee .txt01 {
		font-size: 6vmin;
	}

	.section09 .fee .txt02 {
		font-size: 3vmin;
		margin: 0 0 0 10px;
		width: 50%;
	}

	.section09 .fee .title {
		margin: 0 17px 0 0;
	}

	.section09 .fee .line {
		border: none;
		padding: 0;
		margin: 0;
	}

	.section09 .image {
		background-color: #fff;
		border-radius: 20px;
		position: relative;
		padding: 10vmin 6vmin 6vmin;
		margin-top: 15vmin;
	}

	.section09 .image h4 {
		margin: 0 0;
		padding: 2vmin 0;
		width: 87%;
	}


	.section09 .image p {
		font-size: 5vmin;
	}

	.section09 .image p+p {
		margin-top: 6vmin;
	}


	.section09 .image h4+p {
		margin: 0 25vmin;
	}

	.section09 .image:last-of-type h4+p {
		margin: 0 0;
	}

	.section09 .image p+p {
		margin-top: 8vmin;
		font-size: 4vmin;
		line-height: 1.4;
	}


	.fix_bar {
		background-color: #fff;
		box-shadow: 0 0 10px #ccc;
	}

	.fix_bar .wrap {
		width: 675px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 22px 0;
	}

	.fix_bar p {
		margin: 0;
		line-height: 1.4;
		text-align: left;
	}

	.fix_bar p:first-of-type {
		font-size: 14px;
	}

	.fixed {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 200;
		width: 100%;
	}


	#nav {
		display: none;
	}



	.right_box {
		width: 100%;
	}

	.right_box b {
		font-size: 6vmin;
	}

	.appeal .wrap {
		padding: 8vmin 3.75vmin;
	}

	.appeal h2 {
		font-size: 6vmin;
		margin: 5vmin 0;
	}

	.appeal .appeal_sub {
		font-size: 4vmin;
		padding: 0 10vmin;
	}

	.appeal .appeal_sub::before,
	.appeal .appeal_sub::after {
		width: 8vmin;
	}

	.appeal .txt01 {
		font-size: 3.5vmin;
		font-weight: bold;
		line-height: 1.4;
	}

	.appeal .list01 {
		margin: 5vmin 0 10vmin;
	}

	.appeal .list01 li {
		width: 20vmin;
	}

	.appeal .desk {
		width: auto;
		margin: 10vmin 0;
		flex-direction: column;
	}

	.appeal .desk>p {
		margin: 0;
	}

	.appeal .desk ul {
		width: auto;
		margin: 4vmin 0;
	}

	.appeal .desk ul li {
		width: 28vmin;
	}

	.case {}

	.case .wrap {
		padding: 6vmin 3.75vmin 3.75vmin;
	}

	.case h2 {
		font-size: 8vmin;
	}

	.case .title_eng {
		font-size: 4vmin;
		margin: 5vmin 0 10vmin;
	}

	.case .title_eng+p {
		font-size: 4vmin;
	}

	.case_list {
		display: flex;
		flex-direction: column;
		width: auto;
		margin: 0 auto;
	}

	.case_detail {
		margin: 3.75vmin 0 0;
		background-color: #fff;
		flex-direction: column;
		padding: 3.75vmin;
	}

	.case_detail>p {
		margin: 0 0 3.75vmin;
	}

	.case_detail h3 {
		margin: 0 0 4vmin;
		font-size: 5vmin;
	}

	.case_detail div p {
		font-size: 4vmin;
	}

	.case_detail div p+p {
		margin: 4vmin 0 0;
	}

	.company {
		margin: 0;
		padding: 10vmin 0;
	}

	.company p {
		margin: 0 auto 10vmin;
		width: auto;
		text-align: center;
	}

	.company p img {
		width: 100%;
	}

	.company table {
		width: auto;
		font-size: 4vmin;
		line-height: 1.4;
	}

	.company table td,
	.company table th {
		background: none;
		padding: 3vmin 3vmin 6vmin 6vmin;
		display: block;
	}

	.company table th {
		padding: 3vmin;
		font-weight: bold;
		background-color: #f2f9fb;
	}

	.company table th::after {
		display: none;
	}

	.company table tr:nth-child(even) th {
		background-color: #f2f9fb;
	}

	.fix_bar {
		background-color: #fff;
	}

	.fix_bar .wrap {
		width: auto;
		padding: 3.75vmin;
		flex-direction: column;
		align-items: stretch;
	}

	.fix_bar p:first-of-type {
		font-size: 3.5vmin;
		margin: 0 0 3vmin;
	}

	#nav {
		display: none;
	}

	.Reason__flow {
		padding: 0 0 0;
	}

	.Reason__flowTitle {
		font-size: 6.5vmin;
		margin-bottom: 10vmin;
	}

	.Reason__flowItems:after {
		width: 6px;
		left: 15vmin;
		top: 40px;
		height: 420vmin;
	}

	.Reason__flowItem {
		margin-bottom: 5vmin;
		padding: 5vmin;
	}

	.Reason__flowItemImage {
		width: 20vmin;
		height: 20vmin;
		min-width: 20vmin;
	}

	.Reason__flowItemText {
		padding-left: 5vmin;
	}

	.Reason__flowItemText h4 {
		font-size: 5vmin;
		margin: 0;
	}

	.Reason__flowItemText p {
		font-size: 4vmin;
		line-height: 1.4;
		margin: 0;
	}

	.Reason__flowOption {
		margin-top: 3vmin;
		flex-direction: column;
		width: 100%;
		padding: 0;
	}

	.Reason__flowOption dt {
		font-size: 4vmin;
		padding: 4vmin 5vmin;
		min-width: 100%;
	}

	.Reason__flowOption dd {
		padding-left: 0;
		width: 100%;
		margin: 2vmin 0 0;
		line-height: 1.4;
	}

	#navi08 .security_logo_area{
		margin: 8vw auto;
		width: 95%;
	}

	#navi08 .security_logo_area li {
		width: 45%;
	}

	#navi08 .security_logo_area li:nth-of-type(n+4) {
		width: 45%;
	}

	.fix_bar_wrap {
		height: auto;
	}

	.fix_bar {
		background-color: #fff;
	}

	.fix_bar .wrap {
		width: auto;
		padding: 3.75vmin;
		flex-direction: column;
		align-items: stretch;
	}

	.fix_bar p:first-of-type {
		font-size: 3.5vmin;
		margin: 0 0 3vmin;
	}

	/* フッター
***************************************************************************************/
	footer {
		background-color: #ebebeb;
		padding: 6vmin 0;
	}

	footer .wrap {
		align-items: center;
		padding: 0 0;
		flex-direction: column-reverse;
	}

	footer .wrap p {
		margin: 0;
		line-height: 1;
		font-size: 3.5vmin;
	}

	footer .wrap ul {
		margin: 3vmin 0;
		font-size: 3.5vmin;
	}

	footer .wrap ul li {
		margin: 0 5vmin;
	}

	footer .wrap ul a {
		color: inherit;
	}

}
