/*----------------------------------
初期化
----------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

html {
	-webkit-text-size-adjust: 100%;
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #333;
	font-weight: 400;
	font-size: 16px;
	font-size: 4.1025641026vw;
	line-height: 1.8;
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0;
	overflow-wrap: break-word;
}

/*----------------------------------------------------
基本
----------------------------------------------------*/

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	border: none;
}

header {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

main {
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.inner {
	width: calc(100% - 8vw);
	height: inherit;
	margin: auto;
}

h2,
h3,
p {
	margin: 0;
	padding: 0;
}

p {
	font-size: 4vw;
}

p.center {
	text-align: center;
}

table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

/*----------------------------------------------------
resposive
----------------------------------------------------*/

.pc_area {
	display: block;
}

.sp_area {
	display: none;
}

.pc-img {
	display: block !important;
}

.sp-img {
	display: none !important;
}

/*----------------------------------------------------
共通
----------------------------------------------------*/

.section__title {
	color: #53A2A8;
	font-weight: 700;
	font-size: 35px;
	font-size: 8.9743589744vw;
	text-align: center;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.section__title .caption {
	position: relative;
}

.section__title .caption::after {
	position: absolute;
	bottom: -4.2vw;
	left: 0;
	content: "※通常 5分の1";
	font-weight: 500;
	font-size: 14px;
	font-size: 3.5897435897vw;
	font-family: "Noto Serif JP", serif;
	text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
	white-space: nowrap;
}

h2.common-header,
h2.common-header-white {
	position: relative;
	margin-bottom: 45px;
	padding: 55px 1.4rem 1.4rem;
	font-weight: bold;
	font-size: 1.6rem;
	text-align: center;
}

h2.common-header:before,
h2.common-header-white:before {
	position: absolute;
	bottom: 0px;
	left: calc(50% - 30px);
	width: 60px;
	height: 5px;
	border-radius: 3px;
	content: "";
}

h2.common-header {
	color: #1F4F7B;
}

h2.common-header:before {
	background: #1F4F7B;
}

h2.common-header-white {
	color: #fff;
}

h2.common-header-white:before {
	background: #fff;
}

.font-em {
	font-weight: 700;
}

/*----------------------------------
ヘッダー
----------------------------------*/

.header {
	border-top: 10px solid #53A2A8;
}

.header-logo {
	width: 80%;
	margin: 3vw auto;
}

/*----------------------------------
メインビジュアル
----------------------------------*/

.mainvisual-above {
	position: relative;
	background: url(../img/mv_bg.png) no-repeat top center/cover;
}

.main-copy {
	position: absolute;
	top: 5vw;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
	text-align: center;
}

.main-copy span {
	display: block;
	font-weight: 500;
}

.main-copy span.kana {
	color: #355457;
	font-size: 13px;
	font-size: 3.3333333333vw;
	font-family: "Noto Serif JP", serif;
	letter-spacing: 0.5em;
}

.main-copy span.font-large,
.main-copy span.font-middle {
	color: #53A2A8;
	font-weight: 700;
}

.main-copy span.font-large {
	position: relative;
	font-size: 70px;
	font-size: 17.9487179487vw;
	line-height: 1;
	letter-spacing: 0.05em;
}

.main-copy span.font-large::after {
	position: absolute;
	bottom: -7vw;
	left: 50%;
	width: 50vw;
	height: 3px;
	transform: translateX(-50%);
	background-color: #53A2A8;
	content: "";
}

.main-copy span.font-middle {
	width: 102%;
	margin: 10vw 0 0 3vw;
	font-size: 35px;
	font-size: 8.9743589744vw;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.mainvisual-bottom {
	border-bottom: 10px solid #53A2A8;
}

.mainvisual__text {
	padding: 1vw 3vw;
	background-color: #111;
	color: #fff;
	font-size: 14.5px;
	font-size: 3.7179487179vw;
	font-family: "Noto Serif JP", serif;
}

/*----------------------------------------------------
CTA
----------------------------------------------------*/

.cta {
	position: relative;
	margin-top: 20vw;
	padding: 1vw 4vw 2vw;
	border-top: 10px solid #53A2A8;
	border-bottom: 10px solid #53A2A8;
	background: url(../img/cta_bg.jpg) no-repeat top center/cover;
}

.cta::before,
.cta::after {
	position: absolute;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border-top: 20px solid #53A2A8;
	border-right: 15px solid transparent;
	border-bottom: 0;
	border-left: 15px solid transparent;
	border-style: solid;
	content: "";
}

.cta::before {
	top: -19vw;
}

.cta::after {
	top: -11vw;
}

.cta-inner {
	position: relative;
}

.cta-title {
	margin-bottom: 2vw;
	padding: 1vw 0.5vw;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	font-size: 4.1025641026vw;
	text-align: center;
}

.cta-button + .cta-button {
	margin-top: 8vw;
}

.cta-button-link {
	display: flex;
	position: relative;
	align-items: center;
	height: 18vw;
	padding: 10px 0 2vw 7vw;
	border-radius: 20px;
	color: #fff;
}

.cta-button-link::before,
.cta-button-link::after {
	position: absolute;
	top: calc(50% - 2px);
	right: 9vw;
	width: 3vw;
	height: 0.7vw;
	transform-origin: calc(100% - 2px) 50%;
	border-radius: 9999px;
	background-color: #fff;
	content: "";
}

.cta-button-link::before {
	top: calc(50% - 3px);
	transform: rotate(53.5deg);
}

.cta-button-link::after {
	transform: rotate(-53.5deg);
}

.cta-button-link.line {
	background-color: #03C755;
	box-shadow: 0 2.2vw 0 #00963E;
}

.cta-button-link.line .cta-button-icon {
	width: 13vw;
}

.cta-button-link.tel {
	padding-left: 9vw;
	background-color: #FF7737;
	box-shadow: 0 2.2vw 0 #AA5024;
}

.cta-button-link.tel .cta-button-icon {
	width: 10vw;
}

.cta-button-link.tel .cta-button__text {
	margin-left: 4vw;
}

.cta-button__text {
	display: block;
	margin: 0 0 1.5vw 3vw;
	color: #fff;
	font-weight: 700;
	font-size: 20px;
	font-size: 5.1282051282vw;
}

.cta-button-caption {
	margin-top: 3vw;
	color: #fff;
	text-align: center;
}

.mail-link {
	display: block;
	margin-top: 2vw;
	color: #2668FF;
	text-align: center;
	text-decoration: underline;
	text-underline-offset: 3px;
}

/*----------------------------------------------------
個⼈再⽣とは借⾦を⼤幅に減額し、完済を⽬指す⼿続き。
----------------------------------------------------*/

.sec01 .section__title .row {
	display: block;
}

.sec01 .section__title .row:nth-of-type(2) {
	margin-left: 7vw;
}

.sec01__wrap {
	padding-bottom: 10vw;
	background-color: #F5F5F5;
}

.sec01__wrap .section__title {
	padding: 6vw 0 10vw;
}

.sec01__img {
	position: relative;
}

.sec01__img .text__wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.sec01-image__text {
	display: inline-block;
	padding: 0 2vw;
	background-color: rgba(255, 255, 255, 0.85);
	font-weight: 700;
	font-size: 24px;
	font-size: 6.1538461538vw;
	font-family: "Noto Serif JP", serif;
}

.sec01-image__text + .sec01-image__text {
	margin-top: 5vw;
}

.sec01__content {
	margin-top: 5vw;
}

.sec01__content .point__content {
	background-color: #F5F5F5;
}

.sec01__list + .sec01__list {
	margin-top: 15vw;
}

.sec01-list__title {
	padding: 0.5vw 0;
	background-color: #53A2A8;
	color: #fff;
	font-weight: 700;
	text-align: center;
}

.sec01-list__wrap {
	display: flex;
	margin-top: 3vw;
}

.sec01-list__img {
	flex: 0 0 44%;
}

.sec01-list__content {
	margin-left: 5%;
}

.sec01-case__title {
	color: #53A2A8;
	font-weight: 700;
	font-size: 20px;
	font-size: 5.1282051282vw;
	text-align: center;
}

.sec01-case .table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.sec01-case .table tr {
	display: block;
	border-bottom: 1px solid #E5E5E5;
}

.sec01-case .table tr.no-border {
	border-bottom: none;
}

.sec01-case .table tr.table-arrow th,
.sec01-case .table tr.table-arrow td {
	padding: 0;
}

.sec01-case .table tr.table-arrow td {
	padding-left: 8vw;
}

.sec01-case .table tr.table-arrow + tr th,
.sec01-case .table tr.table-arrow + tr td {
	padding-top: 0;
}

.sec01-case .table th,
.sec01-case .table td {
	padding-top: 3vw;
	color: #53A2A8;
}

.sec01-case .table th {
	width: 17vw;
	font-weight: 700;
	text-align: left;
}

.sec01-case .table td {
	padding-left: 6vw;
	vertical-align: middle;
}

.point {
	margin-top: 10vw;
}

.point__content {
	position: relative;
	padding: 5vw 3vw 3vw;
}

.point__title {
	display: inline-block;
	position: absolute;
	top: -5vw;
	left: -2vw;
	background-color: rgba(255, 255, 255, 0.5);
	font-size: 24px;
	font-size: 6.1538461538vw;
	line-height: 1.6;
	font-family: "Oswald", sans-serif;
}

.point__text {
	font-size: 14.5px;
	font-size: 3.7179487179vw;
}

/*----------------------------------
個人再生なら
----------------------------------*/

.sec02 {
	margin-top: 8vw;
}

.reproduction {
	padding-bottom: 10vw;
	background: url(../img/sec_bg.png) no-repeat top center/cover;
}

.reproduction .section__title {
	position: relative;
}

.reproduction .section__title::after {
	position: absolute;
	bottom: -2vw;
	left: 50%;
	width: 45vw;
	height: 3px;
	transform: translateX(-50%);
	background-color: #53A2A8;
	content: "";
}

.sec02__items {
	margin-top: 10vw;
}

.sec02__item {
	position: relative;
}

.sec02__item + .sec02__item {
	margin-top: 10vw;
}

.sec02__item:nth-of-type(2) .sec02__img {
	top: -6vw;
}

.sec02__img {
	position: absolute;
	top: -3vw;
	left: 0;
	width: 24vw;
}

.sec02__title {
	position: relative;
	margin-left: 11vw;
	color: #53A2A8;
	font-weight: 700;
	font-size: 35px;
	font-size: 8.9743589744vw;
	text-align: center;
	text-shadow: 3px 3px 5px #FFF, -3px -3px 5px #FFF, -3px 3px 5px #FFF, 3px -3px 5px #FFF, 0px 3px 5px #FFF, 0px -3px 5px #FFF, -3px 0px 5px #FFF, 3px 0px 5px #FFF;
}

.sec02__text {
	margin-top: 7vw;
	padding: 2vw 3vw;
	background-color: #fff;
	font-size: 13px;
	font-size: 3.3333333333vw;
}

.feature-above {
	z-index: 1;
	position: relative;
	padding: 8vw 0;
	background-color: #53A2A8;
}

.feature-above::before,
.feature-above::after {
	z-index: -1;
	position: absolute;
	background: #8CB3B6;
	content: "";
}

.feature-above::before {
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	top: 0;
	right: 0;
	width: 45vw;
	height: 40vw;
	clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.feature-above::after {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	bottom: 0;
	left: 0;
	width: 15vw;
	height: 12vw;
	clip-path: polygon(0 0, 0 100%, 100% 100%);
}

.feature__title {
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	font-size: 5.641025641vw;
	text-align: center;
}

.feature__lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 5vw;
	padding: 0 10vw;
}

.feature__list {
	width: calc(50% - 2.5vw);
	padding: 0.5vw 2vw;
	border-radius: 10px;
	background: linear-gradient(to bottom left, #FBFEB4 0%, rgba(251, 254, 180, 0) 70%) top right/70% 70% no-repeat, #FFF;
	background-color: #fff;
}

.feature__list:nth-child(even) {
	margin-left: 5vw;
}

.feature__list:nth-child(n+3) {
	margin-top: 5vw;
}

.feature-bottom {
	padding: 5vw;
	background: url(../img/feature_bottom_bg.jpg) no-repeat top center/cover;
}

.feature-bottom__text {
	padding: 2vw;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
	font-weight: 700;
	font-size: 17px;
	font-size: 4.358974359vw;
	font-family: "Noto Serif JP", serif;
}

/*----------------------------------

----------------------------------*/

.costBox_kabarai {
	margin-bottom: 0%;
	padding: 3%;
	border: 2px solid #427B70;
	border-radius: 0px;
	background-image: url(../images/bg_pattern.gif);
	background-color: #fff;
}

.costBox_kabarai p {
	text-align: center;
}

.costBox_kabarai .red {
	color: #D90B0E;
}

.costBox_kabarai p img {
	width: 100%;
	margin: 0 auto;
}

.costBox_kabarai table {
	width: 100%;
}

.costBox_kabarai table tr th,
.costBox_kabarai table tr td {
	padding: 0.6em;
	border: #CCC 1px solid;
	background: #FFF;
}

.costBox_kabarai table tr th {
	width: 31%;
	background: #D6F5D5;
	color: #427B70;
	font-weight: 700;
}

.costBox_kabarai table tr td {
	font-size: 15px;
	font-size: 3.8461538462vw;
}

.costBox_kabarai .memo {
	margin: 4% 0;
	padding: 4%;
	border: #F2A469 2px solid;
	background: #FDFDE3;
}

.costBox_kabarai .memo h3 {
	margin: 0 0 0%;
	color: #F2A469;
	font-size: 5vw;
	text-align: center;
}

.costBox_kabarai .memo h3:before {
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 0.3em;
	background: url("../img/icon_memo.svg") no-repeat center center;
	content: "";
	vertical-align: -0.3em;
}

.costBox_kabarai .memo p {
	margin-top: 10px;
	font-size: 3.8vw;
	text-align: left;
}

/*----------------------------------
個人再生？自己破産？
----------------------------------*/

.sec04 {
	position: relative;
	padding-top: 7vw;
}

.sec04::before,
.sec04::after {
	z-index: -1;
	position: absolute;
	top: 0;
	width: calc(50% - 0.5px);
	height: 100%;
	content: "";
}

.sec04::before {
	left: 0;
	background-color: #ECF4F9;
}

.sec04::after {
	left: calc(50% + 1px);
	background-color: #FDF5F1;
}

.sec04__lead {
	margin-bottom: 4vw;
}

.sec04__lead + .sec04__wrapper .sec04__wrap:first-of-type .sec04__title {
	color: #527AAF;
}

.sec04__lead + .sec04__wrapper .sec04__wrap:nth-of-type(2) .sec04__title {
	color: #C34E4A;
	font-family: "Noto Serif JP", serif;
}

.sec04__wrapper {
	display: flex;
}

.sec04__wrap {
	width: 50%;
}

.sec04__wrap:first-of-type {
	padding-right: 4vw;
}

.sec04__wrap:nth-of-type(2) {
	padding-left: 3.1vw;
}

.sec04__title {
	font-weight: 700;
	font-size: 32.5px;
	font-size: 8.3333333333vw;
	text-shadow: 3px 3px 0 #FFF, -3px -3px 0 #FFF, -3px 3px 0 #FFF, 3px -3px 0 #FFF, 0px 3px 0 #FFF, -3px 0 #FFF, -3px 0 0 #FFF, 3px 0 0 #FFF;
}

.sec04__item {
	margin-top: 10vw;
}

.sec04__item:first-of-type {
	margin-top: 8vw;
}

.sec04__item .sec04__wrapper {
	margin-top: 22vw;
}

.sec04__item .sec04__wrap {
	position: relative;
}

.sec04__item .sec04__wrap::before {
	position: absolute;
	top: -20vw;
	left: 50%;
	width: 20px;
	height: 90px;
	transform: translateX(-50%);
	content: "";
}

.sec04__item .sec04__wrap:first-of-type::before {
	background: url(../img/arrow_blue.png) no-repeat center left/contain;
}

.sec04__item .sec04__wrap:first-of-type .sec04__text {
	color: #527AAF;
	font-weight: 500;
}

.sec04__item .sec04__wrap:nth-of-type(2)::before {
	background: url(../img/arrow_red.png) no-repeat center left/contain;
}

.sec04__item .sec04__wrap:nth-of-type(2) .sec04__text {
	color: #C34E4A;
	font-family: "Noto Serif JP", serif;
}

.sec04__sub-title {
	position: relative;
	font-weight: 500;
	font-size: 24px;
	font-size: 6.1538461538vw;
	text-align: center;
}

.sec04__sub-title::after {
	position: absolute;
	bottom: -2vw;
	left: 50%;
	width: 42vw;
	height: 4px;
	transform: translateX(-50%);
	border-radius: 5px;
	background: #333;
	content: "";
}

.sec04__text {
	font-weight: 700;
	font-size: 15px;
	font-size: 3.8461538462vw;
}

.sec04-bottom {
	margin-top: 20vw;
	padding: 0 1vw 5vw;
}

.sec04-bottom .point .point__content {
	position: relative;
	background-color: #fff;
}

.sec04-bottom .point .point__content::before {
	position: absolute;
	top: 0;
	left: 14vw;
	width: calc(100% - 14vw);
	height: 4px;
	background-color: #A6A6A6;
	content: "";
}

.sec04-bottom .point .point__text {
	font-size: 14px;
	font-size: 3.5897435897vw;
}

/*----------------------------------
弁護士紹介
----------------------------------*/

.sec05 {
	padding-bottom: 10px;
	background-color: #FFFFF5;
}

.lawyer {
	padding: 5vw 4vw;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

table.career {
	width: 100%;
	margin-bottom: 30px;
	border: solid 1px #555;
	border-collapse: collapse;
	background: #fff;
}

table.career th {
	width: 32%;
	padding: 9px 5px;
	background: #dcf5f8;
	font-weight: normal;
	font-size: 12px;
	font-size: 3.0769230769vw;
	vertical-align: middle;
}

table.career td {
	padding: 9px;
	font-size: 11px;
	font-size: 2.8205128205vw;
}

table.career th,
table.career td {
	border: solid 1px #555;
}

.lawyer h3 {
	margin-bottom: -0.1rem;
	font-size: 15px;
	font-size: 3.8461538462vw;
	text-align: center;
}

.lawyer h4 {
	margin-bottom: 0.8rem;
	color: #555;
	font-weight: normal;
	font-size: 14px;
	font-size: 3.5897435897vw;
	text-align: center;
}

.lawyer p {
	font-size: 12.5px;
	font-size: 3.2051282051vw;
}

p.position {
	margin-bottom: 0.5rem;
	padding: 0;
	color: #555;
	font-weight: bold;
	font-size: 0.9rem;
	text-align: center;
}

.item-about-text {
	margin-top: 7vw;
}

.item-about-text h3 {
	margin-bottom: 3vw;
	padding: 0.25em 0.5em;
	border-left: solid 5px #36aab5;
	background: transparent;
	color: #192f60;
	font-weight: bold;
	font-size: 16px;
	font-size: 4.1025641026vw;
	text-align: left;
}

/*----------------------------------
事務所案内
----------------------------------*/

.sec06 {
	padding-bottom: 6vw;
	background-color: #FFFFF5;
}

.sec06 .inner {
	margin-top: 4vw;
}

.sec06 p .red {
	color: #ff4500;
}

.b-office {
	display: flex;
	flex-wrap: wrap;
}

.item-office {
	width: 50%;
}

.item-office2 h3 {
	padding: 2px 0;
	font-weight: lighter;
	font-size: 1rem;
	text-align: center;
}

.item-office:nth-of-type(5),
.item-office:nth-of-type(6) {
	margin-bottom: 0;
}

.item-office img {
	width: 100%;
	margin: 0 0 10;
	background-color: #fff;
}

.about-list {
	margin: 30px 50 50px;
}

.about-list dl {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.about-list dl dt {
	width: 27%;
	padding: 20px 10px;
	border-bottom: 2px solid #36aab5;
	font-weight: 800;
}

.about-list dl dd {
	width: 73%;
	padding: 20px 10px;
	border-bottom: 1px solid #6f6f6f;
}

/*----------------------------------
お問い合わせフォーム
----------------------------------*/

.contact {
	border-top: 50px solid #F5F5F5;
}

.contact .description {
	font-size: 17px;
	font-size: 4.358974359vw;
}

.contact .description .red {
	color: #D53849;
}

.mailform {
	margin-top: 3vw;
}

.must {
	margin-top: 2px;
	border: none;
	background-image: none;
	background-color: #C4452B;
	box-shadow: none;
	font-size: 12px;
	font-size: 3.0769230769vw;
}

form#mailformpro dl dt {
	width: auto;
	padding: 1.2em 2% 0;
	float: none;
	border-top: none;
	font-size: 16px;
	font-size: 4.1025641026vw;
	text-align: left;
}

.mfp_colored {
	background-color: #EEEEF2;
}

::-moz-placeholder {
	color: #A5A7A6;
}

::placeholder {
	color: #A5A7A6;
}

form#mailformpro dl dd {
	position: relative;
	padding: 0.8em 0.8em 1.8em;
	clear: both;
	border-top: none;
	font-size: 1rem;
	line-height: 1.6;
}

form#mailformpro dl dd .six-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

form#mailformpro dl dd ol.six-col li {
	width: 48%;
}

form#mailformpro label {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	width: 100%;
	margin-bottom: 0.7em;
	padding: 0.5em;
	border-radius: 3px;
	background: #D7D7D7;
	line-height: 1.5;
	white-space: wrap;
}

.mfp_element_date,
.mfp_element_email,
.mfp_element_number,
.mfp_element_password,
.mfp_element_select-one,
.mfp_element_tel,
.mfp_element_text,
.mfp_element_textarea {
	height: 10vw;
	max-height: 70px;
	margin: 2px;
	padding: 3px 8px;
	border: solid 1px #ccc;
	border-radius: 3px;
	box-shadow: 0 0 5px #ccc inset;
	font-size: 16px;
	vertical-align: middle;
}

.mfp_element_textarea {
	height: auto !important;
	max-height: initial !important;
}

input {
	box-sizing: border-box;
	width: 100%;
}

textarea {
	box-sizing: border-box;
	width: 100% !important;
	height: 8em !important;
	padding: 0.5em;
}

.mfp_element_all {
	max-width: 90%;
}

form .formbottom {
	text-align: center;
}

form .green-button {
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	display: inline-block;
	width: 80%;
	max-width: 300px;
	margin: 20px 10px 0;
	padding: 1rem;
	border: 1px solid #36aab5;
	border-radius: 0;
	background: #ffffff;
	color: #36aab5;
	font-weight: bold;
	letter-spacing: 0.5pt;
	text-decoration: none;
	text-shadow: none;
	vertical-align: middle;
	cursor: pointer;
	transition-duration: 0.3s;
}

form .green-button:hover {
	background: #53A2A8;
	box-shadow: none;
	color: #fff;
}

/******************************************************************** contact
*/

.form-contents {
	margin-top: 0;
	padding: 100px 0;
}

.form-contents .wrapper {
	max-width: 800px;
}

.form-contents .ttl-area {
	font-size: 6vw;
	text-align: center;
}

.form-contents .ttl-area .en {
	font-size: 8vw;
}

.form-contents .wrapper .inner > .txt,
.thanks-contents .wrapper .txt {
	margin-bottom: 2em;
	text-align: center;
}

.form-contents form#mailformpro table {
	font-size: 1.8rem;
}

.form-contents form#mailformpro table tr th,
.form-contents form#mailformpro table tr td {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.form-contents form#mailformpro table tr th {
	padding: 1.5em 0.5em 0.5em;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

.form-contents form#mailformpro table tr td {
	padding: 0 0.5em;
}

.form-contents form#mailformpro table tr td .txt {
	margin-top: 0.4em;
	font-size: 1.4rem;
}

.form-contents form#mailformpro table tr td ul {
	display: flex;
	justify-content: space-between;
	width: 90%;
}

.form-contents form#mailformpro table tr td ul li {
	width: 49%;
}

form#mailformpro label {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

form#mailformpro label.mfp_not_checked {
	margin: 0 !important;
	padding: 0.5em !important;
	border: #DDD 1px solid !important;
	font-size: 4vw;
}

form#mailformpro label.mfp_not_checked input {
	width: 3vw;
	max-width: 20px;
	height: 3vw;
	max-height: 20px;
}

form#mailformpro label.mfp_checked {
	margin: 0 !important;
	padding: 0.5em !important;
	border: #DDD 1px solid !important;
	box-shadow: none !important;
	font-size: 4vw;
}

form#mailformpro label.mfp_checked input {
	width: 3vw;
	max-width: 20px;
	height: 3vw;
	max-height: 20px;
}

.form-contents form#mailformpro table tr td ol li {
	margin-bottom: 1em;
}

.form-contents form#mailformpro table tr td ol li:last-child {
	margin-bottom: 0;
}

.form-contents form#mailformpro table tr td #date01 {
	display: flex;
	justify-content: space-between;
}

.form-contents form#mailformpro table tr td #datepicker_1,
.form-contents form#mailformpro table tr td #convenientTime01 {
	width: 48%;
}

.form-contents form#mailformpro table tr td #convenientTime01 .mfp_element_select-one {
	width: 100%;
	margin-right: 0;
}

.form-contents form#mailformpro table tr th.required p:before {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.1em 0.5em;
	background: #C00;
	content: "必須";
	color: #FFF;
	font-size: 0.8em;
	vertical-align: 0.1em;
}

.form-contents form#mailformpro table tr th.option p:before {
	display: inline-block;
	margin-right: 0.5em;
	padding: 0.1em 0.5em;
	background: #CCC;
	content: "任意";
	font-size: 0.8em;
	vertical-align: 0.1em;
}

.thanks-contents .btn {
	margin: 0 auto;
}

.form-contents input[type=text],
.form-contents input[type=tel],
.form-contents input[type=email] {
	width: 100% !important;
	max-width: 100%;
	height: 10vw;
	max-height: 70px;
	box-shadow: none;
	font-weight: inherit;
	font-size: 16px;
	font-family: inherit;
}

.form-contents textarea {
	width: 100% !important;
	max-width: 100%;
	height: auto !important;
	box-shadow: none;
	font-weight: inherit;
	font-size: 4vw;
	font-family: inherit;
}

.form-contents .btn {
	width: 60%;
}

.form-contents form#mailformpro table tr td #date01 {
	flex-direction: column;
}

.form-contents form#mailformpro table tr td .txt {
	font-weight: 500;
	font-size: 3.2vmin;
}

.form-contents form#mailformpro table tr td .txt.red {
	color: #D51720;
}

.form-contents form#mailformpro table tr td #datepicker_1,
.form-contents form#mailformpro table tr td #convenientTime01 {
	width: 100%;
}

.form-contents form#mailformpro table tr td #convenientTime01 {
	margin-top: 4vmin;
}

div.prefcodeWrapper {
	display: none !important;
}

/*----------------------------------------------------
フッター
----------------------------------------------------*/

#footer {
	margin-top: 6vw;
	padding: 0.5rem;
	background-color: #36aab5;
	color: #fff;
	text-align: center;
}

footer p {
	font-size: 14px;
	font-size: 3.5897435897vw;
}

#fix_Box2 {
	z-index: 10;
	position: fixed;
	bottom: -60px;
	width: 100%;
	height: 60px;
}

#fix_Box2.fixed {
	bottom: 0;
}

#fix_Box2 .fix_bottom ul {
	display: flex;
	align-items: center;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#fix_Box2 .fix_bottom li {
	height: 100%;
	line-height: 1;
	list-style: none;
	text-align: center !important;
}

#fix_Box2 .fix_bottom li.tel {
	width: 72%;
	background: #ff6c00;
	text-align: center;
}

#fix_Box2 .fix_bottom li.tel a {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#fix_Box2 .fix_bottom li a:link,
#fix_Box2 .fix_bottom li a:visited {
	color: #FFF;
	font-weight: bolder;
	text-decoration: none;
}

#fix_Box2 .fix_bottom li.tel a span {
	width: 100%;
}

#fix_Box2 .fix_bottom li.tel a .tel_txt {
	display: block;
	margin-bottom: 4px;
	color: #fff;
	font-size: 3vw;
	font-size: min(3vw, 16px);
}

#fix_Box2 .fix_bottom li.tel a .tel_num {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 6.2vw;
	font-size: min(6.2vw, 26px);
	letter-spacing: 0.05em;
}

#fix_Box2 .fix_bottom li.tel a img {
	display: inline;
	width: auto;
	height: 18px;
	margin-right: 7px;
}

#fix_Box2 .fix_bottom li.mail {
	width: 28%;
	height: 100%;
	background: #5cca66;
}

#fix_Box2 .fix_bottom li.mail a {
	display: flex;
	position: relative;
	flex-wrap: wrap;
	align-content: center;
	align-items: center;
	height: 100%;
}

#fix_Box2 .fix_bottom li.mail a .mail_txt {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 3vw;
	font-size: min(3vw, 16px);
}

#fix_Box2 .fix_bottom li.mail a img {
	height: 20px;
	margin-top: 5px;
	margin-bottom: 2px;
}

.footer-contact {
	display: none;
	z-index: 10;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 750px;
	max-width: 100%;
	height: 65px;
	height: 8.6666666667vw;
	transform: translateX(-50%);
}

.footer-contact.fixed {
	display: block;
}

.footer-contact ul {
	display: flex;
	height: 100%;
}

.footer-contact ul li.tel {
	width: 70%;
}

.footer-contact ul li.tel a {
	display: block;
	background-color: #ED732F;
}

.footer-contact ul li.tel a img {
	width: 35px;
}

.footer-contact ul li.line {
	width: 30%;
}

.footer-contact ul li.line a {
	display: block;
	background-color: #03C755;
}

.footer-contact ul li.line a img {
	width: 30px;
}

.footer-contact ul li img {
	display: inline-block;
	margin: 2px 11px 0 0;
}

.footer-contact__text {
	color: #fff;
	font-weight: 700;
	font-size: 12px;
	font-size: 3.0769230769vw;
	text-align: center;
}

.tel-number {
	text-align: center;
}

.back {
	text-align: center;
}

.disable-auto-tel a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
	pointer-events: none;
}

@media (min-width: 751px) {

body {
	font-size: 30.7px;
}

.inner {
	width: calc(100% - 40px);
}

p {
	font-size: 30px;
}

.section__title {
	font-size: 65px;
}

.section__title .caption::after {
	bottom: -30px;
	font-size: 25px;
}

h2.common-header,
h2.common-header-white {
	font-size: 36px;
}

.header-logo {
	width: 60%;
	margin: 20px auto;
}

.main-copy {
	top: 50px;
}

.main-copy span.kana {
	font-size: 24px;
}

.main-copy span.font-large {
	font-size: 130px;
}

.main-copy span.font-large::after {
	bottom: -50px;
	width: 350px;
}

.main-copy span.font-middle {
	margin-top: 70px;
	margin-left: 18px;
	font-size: 65px;
}

.mainvisual__text {
	padding: 5px 20px;
	font-size: 28px;
}

.cta {
	margin-top: 100px;
	padding: 10px 20px;
}

.cta::before,
.cta::after {
	border-top: 30px solid #53A2A8;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
}

.cta::before {
	top: -93px;
}

.cta::after {
	top: -50px;
}

.cta-title {
	margin-bottom: 10px;
	padding: 8px 5px;
	font-size: 28px;
}

.cta-button + .cta-button {
	margin-top: 50px;
}

.cta-button-link {
	height: 130px;
	padding-bottom: 18px;
}

.cta-button-link::before,
.cta-button-link::after {
	right: 65px;
	width: 17px;
	height: 3.5px;
}

.cta-button-link.line {
	box-shadow: 0 13px 0 #00963E;
}

.cta-button-link.line .cta-button-icon {
	width: 90px;
}

.cta-button-link.tel {
	box-shadow: 0 13px 0 #AA5024;
}

.cta-button-link.tel .cta-button-icon {
	width: 70px;
}

.cta-button-link.tel .cta-button__text {
	margin-left: 25px;
}

.cta-button__text {
	margin: 0 0 0 25px;
	font-size: 35px;
}

.mail-link {
	margin-top: 20px;
}

.sec01 .section__title .row:nth-of-type(2) {
	margin-left: 40px;
}

.sec01__wrap {
	padding-bottom: 50px;
}

.sec01__wrap .section__title {
	padding: 40px 0 50px;
}

.sec01-image__text {
	font-size: 45px;
}

.sec01-image__text + .sec01-image__text {
	margin-top: 40px;
}

.sec01__content {
	margin-top: 30px;
}

.sec01__list + .sec01__list {
	margin-top: 80px;
}

.sec01-list__title {
	padding: 5px 0;
}

.sec01-list__wrap {
	margin-top: 20px;
}

.sec01-case__title {
	font-size: 36px;
}

.sec01-case .table tr.table-arrow td {
	padding-left: 55px;
}

.sec01-case .table th,
.sec01-case .table td {
	padding-top: 25px;
}

.sec01-case .table th {
	width: 125px;
}

.sec01-case .table td {
	padding-left: 40px;
}

.point {
	margin-top: 80px;
}

.point__content {
	padding: 50px 30px 30px;
}

.point__title {
	top: -40px;
	left: -20px;
	font-size: 50px;
}

.point__text {
	font-size: 28px;
}

.sec02 {
	margin-top: 50px;
}

.reproduction {
	padding-bottom: 60px;
}

.reproduction .section__title::after {
	bottom: -10px;
	width: 320px;
}

.sec02__items {
	margin-top: 80px;
}

.sec02__item + .sec02__item {
	margin-top: 80px;
}

.sec02__item:nth-of-type(2) .sec02__img {
	top: -40px;
}

.sec02__img {
	top: -20px;
	width: 160px;
}

.sec02__title {
	margin-left: 50px;
	font-size: 65px;
}

.sec02__text {
	margin-top: 40px;
	padding: 20px 30px;
	font-size: 26px;
}

.feature-above::before {
	width: 47%;
	height: 41%;
}

.feature-above::after {
	width: 100px;
	height: 80px;
}

.feature__title {
	font-size: 42px;
}

.feature__lists {
	margin-top: 30px;
	padding: 0 70px;
}

.feature__list {
	width: calc(50% - 20px);
}

.feature__list:nth-child(even) {
	margin-left: 40px;
}

.feature__list:nth-child(n+3) {
	margin-top: 40px;
}

.feature-bottom {
	padding: 30px;
}

.feature-bottom__text {
	padding: 10px;
	font-size: 34px;
}

.costBox_kabarai table tr td {
	font-size: 30px;
}

.costBox_kabarai .memo h3 {
	font-size: 48px;
}

.costBox_kabarai .memo h3:before {
	width: 50px;
	height: 50px;
	vertical-align: -0.15em;
}

.costBox_kabarai .memo p {
	font-size: 30px;
}

.sec04 {
	padding-top: 70px;
}

.sec04__lead {
	margin-bottom: 40px;
	padding: 0 10px 0 30px;
}

.sec04__wrap:first-of-type {
	padding-right: 20px;
}

.sec04__wrap:nth-of-type(2) {
	padding-left: 20px;
}

.sec04__title {
	font-size: 67px;
}

.sec04__item {
	margin-top: 80px;
}

.sec04__item:first-of-type {
	margin-top: 80px;
}

.sec04__item .sec04__wrapper {
	margin-top: 170px;
}

.sec04__item .sec04__wrap::before {
	top: -160px;
	width: 40px;
	height: 180px;
}

.sec04__sub-title {
	font-size: 40px;
}

.sec04__sub-title::after {
	bottom: -14px;
	width: 270px;
	height: 6px;
}

.sec04__text {
	font-size: 30.5px;
}

.sec04-bottom {
	margin-top: 150px;
	padding: 0 10px 30px;
}

.sec04-bottom .point .point__text {
	font-size: 27px;
}

table.career {
	margin-top: 20px;
}

table.career th {
	font-size: 20px;
}

table.career td {
	font-size: 20px;
}

.lawyer h3 {
	font-size: 24px;
}

.lawyer h4 {
	font-size: 20px;
}

.lawyer p {
	margin-top: 10px;
	font-size: 24px;
}

p.position {
	font-size: 30px;
}

.item-about-text {
	margin-top: 40px;
}

.item-about-text h3 {
	margin-bottom: 0;
}

.sec06 {
	padding-bottom: 40px;
}

.sec06 .inner {
	margin-top: 40px;
}

.contact .description {
	font-size: 34px;
}

.mailform {
	margin-top: 30px;
}

.must {
	margin: 11px 10px 0 5px;
	font-size: 18px;
}

form#mailformpro dl dt {
	font-size: 30px;
}

form#mailformpro dl dd {
	padding-bottom: 3em;
}

.mfp_element_date,
.mfp_element_email,
.mfp_element_number,
.mfp_element_password,
.mfp_element_select-one,
.mfp_element_tel,
.mfp_element_text,
.mfp_element_textarea {
	font-size: 30px;
}

.form-contents .ttl-area {
	font-size: 50px;
}

.form-contents .ttl-area .en {
	font-size: 60px;
}

form#mailformpro label.mfp_not_checked {
	font-size: 30px;
}

form#mailformpro label.mfp_checked {
	font-size: 30px;
}

.form-contents input[type=text],
.form-contents input[type=tel],
.form-contents input[type=email] {
	font-size: 30px;
}

.form-contents textarea {
	font-size: 30px;
}

.form-contents form#mailformpro table tr td .txt {
	font-size: 24px;
}

#footer {
	margin-top: 40px;
}

footer p {
	font-size: 20px;
}

.footer-contact {
	height: 65px;
}

}

@media not all and (min-width: 768px) {

.item-office {
	width: 50%;
	margin-bottom: 0px;
}

.item-office2 {
	width: 50%;
	margin-bottom: 20px;
}

}

@media screen and (max-width: 800px) {

table#mfp_confirm_table tr th {
	width: 110px;
	white-space: initial;
}

}

@media (max-width: 767px) {

.sp_area {
	display: block;
}

#footer {
	padding: 15px 0 75px;
}

}

@media screen and (max-width: 767px) {

p.position {
	margin: 0.4rem 0;
	font-weight: bold;
	font-size: 20px;
	font-size: 5.1282051282vw;
	text-align: center;
}

}

@media (max-width: 499px) {

.inner {
	width: calc(100% - 8vw);
}

.form-contents {
	padding: 60px 0;
}

.form-contents form#mailformpro table tr th {
	padding: 1em 0.5em 0;
}

form#mailformpro label.mfp_not_checked {
	margin: 10px 0 0 0 !important;
}

form#mailformpro label.mfp_checked {
	margin: 10px 0 0 0 !important;
}

.form-contents textarea {
	margin-top: 10px;
}

.footer-contact {
	height: 45px;
	height: 11.5384615385vw;
}

.footer-contact ul li.tel a img {
	width: 6vw;
}

.footer-contact ul li.line a img {
	width: 5.5vw;
}

.footer-contact ul li img {
	margin-right: 7px;
}

}

