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

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

html,
body {
	position: relative;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background: #fff;
	color: #252525;
	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;
}

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

.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;
}

.gray {
	position: relative;
	margin-right: 10px !important;
}

.gray::before,
.gray::after {
	position: absolute;
	background-color: #C2C3BA;
	content: "";
}

.gray::before {
	top: 20px;
	right: -10px;
	width: 10px;
	height: calc(100% - 20px);
}

.gray::after {
	bottom: -10px;
	left: 20px;
	width: calc(100% - 10px);
	height: 10px;
}

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

.pc_area {
	display: block;
}

.sp_area {
	display: none;
}

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

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

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

.section__title {
	font-weight: 500;
	font-size: 24px;
	font-size: 6.1538461538vw;
	text-align: center;
}

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

main visual

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

.mainvisual {
	padding: 7vw 1vw;
	background-color: #DAFF6F;
}

.main-copy {
	text-align: center;
}

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

.main-copy span.font-small {
	font-size: 16px;
	font-size: 4.1025641026vw;
}

.main-copy span.font-large,
.main-copy span.font-middle {
	font-weight: 700;
	font-family: "Noto Serif JP", serif;
}

.main-copy span.font-large {
	position: relative;
	margin-top: 25px;
	font-size: 48px;
	font-size: 12.3076923077vw;
}

.main-copy span.font-large::before {
	position: absolute;
	top: -1px;
	right: 13vw;
	content: "げんていしょうにん";
	font-weight: 900;
	font-size: 12px;
	font-size: 3.0769230769vw;
	letter-spacing: 0.2em;
}

.main-copy span.font-middle {
	font-size: 24px;
	font-size: 6.1538461538vw;
}

.mainvisual-feature {
	margin-top: 17vw;
	padding: 0 5vw;
}

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

.mainvisual-feature__list {
	position: relative;
	font-weight: 900;
	line-height: 1.6;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}

.mainvisual-feature__list::before,
.mainvisual-feature__list::after {
	position: absolute;
	top: 50%;
	width: 4vw;
	height: 13vw;
	transform: translateY(-50%);
	content: "";
}

.mainvisual-feature__list::before {
	left: -4vw;
	background: url(../img/crown_left.png) no-repeat center left/contain;
}

.mainvisual-feature__list::after {
	right: -3.5vw;
	background: url(../img/crown_right.png) no-repeat center left/contain;
}

.mainvisual-feature__list span {
	position: relative;
}

.mainvisual-feature__list span::before {
	position: absolute;
	right: -2vw;
	bottom: 2vw;
	content: "※";
	font-size: 2.5vw;
}

.mainvisual-feature-caption {
	margin-top: 2vw;
	font-size: 11px;
	font-size: 2.8205128205vw;
	text-align: right;
}

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

.cta {
	position: relative;
	padding: 7vw 5vw;
	background: url(../img/cta_bg.jpg) no-repeat top center/cover;
}

.cta::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	content: "";
}

.cta-inner {
	position: relative;
}

.cta-title {
	padding: 1vw 0.5vw;
	background-color: rgba(255, 255, 255, 0.72);
	font-weight: 500;
	font-size: 17px;
	font-size: 4.347826087vw;
	text-align: center;
}

.cta-button {
	margin-top: 5vw;
}

.cta-button-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 25vw;
	padding: 10px 0 2vw 0;
	border-radius: 20px;
	background: linear-gradient(to bottom right, #01908C, #01908C 70%, #014b48);
	box-shadow: 0 2.5vw 0 #01302D;
	color: #fff;
}

.cta-button__text {
	display: block;
	color: #fff;
	font-size: 17px;
	font-size: 4.358974359vw;
}

.cta-button__wrap {
	display: flex;
	align-items: center;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
}

.cta-button__left {
	margin: 5px 16px 0 0;
	font-size: 19px;
	font-size: 4.8717948718vw;
}

.cta-button__right {
	font-size: 34px;
	font-size: 8.7179487179vw;
}

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

.company-image {
	position: relative;
}

.company-image::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	transform: translateY(100%);
	background-color: #DAFF6F;
	content: "";
}

/*----------------------------------------------------
相続の、⼤きなトラブルを回避！
相続で、絶対に損をしないために。
----------------------------------------------------*/

.intro {
	margin-top: 100px;
	font-weight: 500;
	text-align: center;
}

.parentheses {
	margin: 100px 0;
	font-size: 20px;
	font-size: 5.1282051282vw;
	text-align: center;
}

.parentheses span {
	position: relative;
	font-weight: 500;
}

.parentheses span::before,
.parentheses span::after {
	position: absolute;
	width: 50px;
	height: 50px;
	background: url(../img/parentheses.png) no-repeat center left/contain;
	content: "";
}

.parentheses span::before {
	top: -12px;
	left: -90px;
}

.parentheses span::after {
	right: -71px;
	bottom: -15px;
	transform: rotate(180deg);
}

.intro__text {
	-webkit-text-decoration-skip-ink: none;
	text-decoration: underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 0.5em;
	text-decoration-skip-ink: none;
	text-underline-offset: -0.2em;
}

/*----------------------------------------------------
通常、相続が発⽣すると…
----------------------------------------------------*/

section {
	margin-top: 80px;
}

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

.sec01__items.first {
	z-index: 1;
	position: relative;
	margin-top: 80px;
}

.sec01__items.first::before,
.sec01__items.first::after {
	z-index: -1;
	position: absolute;
	top: 17px;
	width: 3px;
	height: 110px;
	background-color: #285F5B;
	content: "";
}

.sec01__items.first::before {
	left: calc(50% - 20vw);
	transform: translateY(-100%) rotate(40deg);
}

.sec01__items.first::after {
	left: calc(50% + 20vw);
	transform: translateY(-100%) rotate(-40deg);
}

.sec01__item {
	display: flex;
	flex-direction: column;
	width: calc(50% - 3vw);
	padding: 25px 15px 15px;
	border-radius: 20px;
	background-color: #FE782A;
}

.sec01__item .item__title {
	color: #fff;
	font-weight: 500;
	font-size: 20px;
	font-size: 5.1282051282vw;
	text-align: center;
}

.sec01__item .item__title .font-small {
	font-size: 15px;
	font-size: 3.8461538462vw;
}

.sec01__item .item-box {
	flex: 1;
	margin-top: 10px;
	padding: 10px 10px 20px;
	background-color: #fff;
}

.sec01__item .item__text {
	margin-top: 10px;
	padding: 0 1vw;
	font-weight: 500;
	font-size: 15px;
	font-size: 3.8461538462vw;
	line-height: 1.4;
}

.sec01__wrapper {
	z-index: 1;
	position: relative;
	padding: 50px 0 100px;
}

.sec01__wrapper::before,
.sec01__wrapper::after {
	z-index: -1;
	position: absolute;
	top: 0;
	width: 15px;
	height: calc(100% - 32px);
	background-color: #285F5B;
	content: "";
}

.sec01__wrapper::before {
	left: calc(50% - 26vw);
}

.sec01__wrapper::after {
	left: calc(50% + 24vw);
}

.sec01__wrapper + .sec01__items {
	position: relative;
}

.sec01__wrapper + .sec01__items::before,
.sec01__wrapper + .sec01__items::after {
	position: absolute;
	top: -36px;
	width: 0;
	height: 0;
	border-top: 25px solid #285f5b;
	border-right: 22px solid transparent;
	border-bottom: 0;
	border-left: 22px solid transparent;
	border-style: solid;
	content: "";
}

.sec01__wrapper + .sec01__items::before {
	left: calc(50% - 28.2vw);
}

.sec01__wrapper + .sec01__items::after {
	left: calc(50% + 21.8vw);
}

.sec01__wrapper + .sec01__items .sec01__item:nth-of-type(2) .item__text {
	padding: 0 0.1vw;
}

.sec01__wrapper + .sec01__items + .introduction {
	margin: 30px 0 80px;
}

.introduction {
	height: 150px;
	height: 20vw;
	padding: 5.5vw 0 2vw 25vw;
	background: url(../img/introduction.png) no-repeat top center/cover;
}

.introduction__text {
	color: #fff;
	font-weight: 500;
	line-height: 1.4;
}

.flow__text {
	margin-top: 50px;
	padding: 3vw 2vw;
	background-color: rgba(255, 255, 255, 0.9);
	font-weight: 500;
	font-size: 15px;
	font-size: 3.8461538462vw;
}

/*----------------------------------------------------
限定承認とは？
----------------------------------------------------*/

.sec02__wrap {
	margin-top: 5vw;
	padding: 3vw 2.5vw;
	background-color: #fff;
}

.sec02__text {
	font-weight: 500;
	font-size: 14.78px;
	font-size: 3.7897435897vw;
}

.color-blue {
	color: blue;
}

.color-red {
	color: red;
}

.sec02__img {
	margin-top: 30px;
}

/*----------------------------------------------------
どんな時に限定承認が良い？
----------------------------------------------------*/

.sec03__lists {
	margin-top: 50px;
}

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

.sec03__list:first-child .sec03__wrap::before {
	background: url(../img/number1.png) no-repeat center right/contain;
}

.sec03__list:nth-child(2) .sec03__wrap::before {
	background: url(../img/number2.png) no-repeat center right/contain;
}

.sec03__list:nth-child(3) .sec03__wrap::before {
	background: url(../img/number3.png) no-repeat center right/contain;
}

.sec03__img {
	padding-bottom: 20px;
	background-color: #fff;
}

.sec03__wrap {
	position: relative;
	margin-top: 40px;
	padding: 2vw;
	background-color: #fff;
}

.sec03__wrap::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 291px;
	height: 100%;
	content: "";
}

.sec03__text {
	position: relative;
	font-weight: 500;
}

/*----------------------------------------------------
限定承認の注意点
----------------------------------------------------*/

.sec04 + .main-copy__wrap {
	padding: 20px 0;
	background-color: #DAFF6F;
}

.sec04 + .main-copy__wrap .font-large {
	margin-top: 0;
}

.sec04__lists {
	margin-top: 30px;
	padding: 20px;
	background-color: #fff;
}

.sec04__list {
	font-weight: 500;
	font-size: 3.65vw;
}

.sec04__list + .sec04__list {
	margin-top: 20px;
}

.sec04-bottom {
	margin-top: 40px;
	padding: 20px 0 30px;
	background-color: #DAFF6F;
}

.sec04__wrap {
	padding: 20px;
	background-color: #fff;
}

.sec04__text {
	font-weight: 500;
	font-size: 3.6vw;
}

/*----------------------------------------------------
さいごに
----------------------------------------------------*/

.sec05 {
	margin-top: 110px;
}

.office__lists,
.member__lists {
	margin-top: 40px;
}

.office + .office,
.office + .member,
.member + .office,
.member + .member {
	margin-top: 40px;
}

.office .module,
.member .module {
	padding: 20px;
	background-color: #fff;
}

.office .module .detail h3,
.member .module .detail h3 {
	font-size: 6vw;
}

.office .module .train,
.member .module .train {
	margin: 20px 0 40px;
}

.office .module table tr,
.member .module table tr {
	border-bottom: 2px solid #ccc;
}

.office .module table th,
.office .module table td,
.member .module table th,
.member .module table td {
	padding: 2vw 0;
	font-size: 3.6vw;
}

.office .module table th,
.member .module table th {
	border-bottom: 2px solid #555;
}

.office .module .map,
.member .module .map {
	margin-top: 40px;
}

.office .module .map iframe,
.member .module .map iframe {
	width: 100%;
	max-width: 100%;
	height: 300px;
}

.office .photo {
	padding: 20px;
	background-color: #fff;
}

.office table th {
	width: 26vw;
	border-bottom: 2px solid #555;
}

.member .photo {
	z-index: 1;
	position: relative;
	width: 48%;
	height: 40vmin;
	line-height: 0;
}

.member .photo img {
	-o-object-fit: cover;
	-o-object-position: right;
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.member .module {
	z-index: 2;
	position: relative;
}

.member ol li {
	color: #646464;
	font-size: 3.6vw;
}

.member ol li a {
	color: #646464;
	text-decoration: underline;
}

.member ol li a::after {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.4em;
	background: url(../img/ico_blank.svg) no-repeat center center;
	content: "";
}

.member table {
	margin-top: 10px;
}

.member table th {
	width: 36vw;
	border-bottom: 2px solid #555;
}

.member .content {
	margin-top: 15px;
	font-weight: 700;
}

.name-box {
	box-sizing: border-box;
	display: flex;
	position: absolute;
	top: -40vmin;
	right: 0;
	left: auto;
	flex-direction: column;
	justify-content: center;
	width: 52%;
	height: 40vmin;
	padding: 4vmin;
	background: #F58021;
	color: #FFF;
	letter-spacing: 0.08em;
}

.name-box::after {
	display: block;
	width: 32px;
	height: 1px;
	background: #FFF;
	content: "";
	color: #fff;
}

.name-box .position {
	color: #5d5d5d;
	font-size: 0.7em !important;
}

.name-box h3 {
	margin-top: 0.32em;
	color: #fff;
	font-size: 5.4vmin;
	line-height: 1.2;
}

.name-box .en {
	margin-bottom: 1.2em;
	color: #FABE8E;
	font-size: 2.8vmin;
	letter-spacing: 0.16em;
}

/*----------------------------------------------------
さいごに
----------------------------------------------------*/

.sec07__wrap {
	margin-top: 30px;
	padding: 40px 20px;
	background-color: #fff;
}

.sec07__text {
	font-weight: 500;
	font-size: 3.8vw;
}

.sec07__img {
	margin: 30px 0 80px;
	background-color: #fff;
}

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

#footer {
	width: 750px;
	max-width: 100%;
	margin: auto;
	padding-bottom: 8.6666666667vw;
	text-align: center;
}

footer p {
	padding: 15px 0 30px;
	background-color: #242A36;
	color: #989899;
	font-weight: 500;
	font-size: 14px;
	font-size: 3.5897435897vw;
}

.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 {
	width: calc(50% - 5.5px);
}

.footer-contact ul li.to-top {
	position: relative;
	width: 100px;
	background-color: #06080A;
}

.footer-contact ul li.to-top:hover {
	cursor: pointer;
}

.footer-contact ul li.to-top::before {
	position: absolute;
	top: 56%;
	left: 50%;
	width: 20px;
	height: 20px;
	transform: translate(-50%, -50%) rotate(-45deg);
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	content: "";
}

.footer-contact ul li.tel,
.footer-contact ul li.mail {
	width: calc((100% - 100px) / 2);
}

.footer-contact ul li.tel a,
.footer-contact ul li.mail a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding-bottom: 4px;
	color: #fff;
	font-weight: 500;
	font-size: 3.5vw;
}

.footer-contact ul li.tel a {
	background-color: #46B541;
}

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

.footer-contact ul li.mail a {
	background-color: #337ADF;
}

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

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

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

Contact page

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

body.contact-page {
	background-color: #fff;
}

body.contact-page .header-inner {
	width: 960px;
}

body.contact-page .header_nav {
	max-width: 960px;
}

body.contact-page .description {
	margin: 40px 0;
	font-size: 1.1pc;
}

body.contact-page .home_links a {
	color: #0005FF;
}

body.contact-page .home_links,
body.contact-page input[type=submit] {
	font-size: 1.1pc;
}

body.contact-page form .green-button {
	border: 1px solid #005FB8;
	background: #fff;
	color: #005FB8;
}

body.contact-page form .green-button:hover {
	background-color: #005FB8 !important;
	color: #fff;
}

body.contact-page #footer {
	width: 100%;
	padding: 10px 0;
	background-color: #005FB8;
}

body.contact-page #footer p {
	background-color: initial;
	font-size: 14px;
}

.mfp input,
.mfp textarea {
	max-width: 100%;
	padding: 10px 8px;
	box-shadow: none;
}

form#mailformpro dl dt {
	padding-top: 31px;
}

.mfp_buttons {
	margin-top: 50px;
}

.mfp_buttons button#mfp_button_send {
	background: #005FB8;
	color: #fff;
}

.mfp_buttons button:hover {
	background: #4796ED;
	opacity: 0.7;
}

.mfp_element_submit {
	display: block;
	width: 400px;
	width: 90%;
	max-width: 560px;
	margin: 0 auto;
	padding: 0 20px;
	padding: 0 20px;
	border: none;
	border: none;
	border-radius: 32px; /* background: #FF9947; */
	background: #4796ED;
	box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.2);
	color: #FFF;
	font-size: 2.2rem;
	font-size: 3.2vmin !important;
	line-height: 64px;
	text-align: center;
	text-align: center;
	text-shadow: none;
	transition: all 0.2s;
}

.mfp_element_submit:hover {
	box-shadow: none;
}

.mfp_element_button,
#mfp_button_cancel {
	text-shadow: none;
	transition: all 0.3s ease 0s;
}

.mfp_element_button:hover {
	background-color: #005FB8 !important;
	opacity: 0.7 !important;
}

#mfp_button_cancel:hover {
	background-color: #ccc !important;
	opacity: 0.7 !important;
}

body.thanks-page {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin-top: 0;
}

body.thanks-page .content {
	flex: 1;
}

.thanks-contents {
	margin-top: 0 !important;
	text-align: center;
}

.thanks-contents .txt {
	margin: 20px 0;
}

.thanks-contents button.back {
	background: initial;
}

.thanks-contents button.back a {
	color: #0500FF;
}

.thanks-page h2 {
	color: #fff;
	font-size: 7vw;
}

/******************************************************************** 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: 4vw;
	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;
}

.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: 46px;
}

.mainvisual {
	padding: 60px 10px;
}

.main-copy span.font-small {
	font-size: 25px;
}

.main-copy span.font-large {
	margin-top: 30px;
	font-size: 90px;
}

.main-copy span.font-large::before {
	right: 111px;
	font-size: 22px;
}

.main-copy span.font-middle {
	font-size: 40px;
}

.mainvisual-feature {
	margin-top: 130px;
	padding: 0 40px;
}

.mainvisual-feature__list::before,
.mainvisual-feature__list::after {
	width: 25px;
	height: 90px;
}

.mainvisual-feature__list::before {
	left: -30px;
}

.mainvisual-feature__list::after {
	right: -25px;
}

.mainvisual-feature__list span::before {
	right: -14px;
	bottom: 17px;
	font-size: 16px;
}

.mainvisual-feature-caption {
	margin-top: 10px;
	font-size: 16px;
}

.cta {
	padding: 50px 70px;
}

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

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

.cta-button-link {
	height: 147px;
	padding-bottom: 18px;
	box-shadow: 0 13px 0 #01302D;
}

.cta-button__text {
	font-size: 30px;
}

.cta-button__left {
	margin: 6px 20px 0 0;
	font-size: 35px;
}

.cta-button__right {
	font-size: 55px;
}

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

.parentheses {
	font-size: 40px;
}

.sec01__items.first::before {
	left: calc(50% - 156px);
}

.sec01__items.first::after {
	left: calc(50% + 156px);
}

.sec01__item .item__title {
	font-size: 36px;
}

.sec01__item .item__title .font-small {
	font-size: 28px;
}

.sec01__item .item__text {
	padding: 0 20px;
	font-size: 27px;
}

.sec01__wrapper::before {
	left: calc(50% - 197px);
}

.sec01__wrapper::after {
	left: calc(50% + 189px);
}

.sec01__wrapper + .sec01__items::before {
	left: calc(50% - 212px);
}

.sec01__wrapper + .sec01__items::after {
	left: calc(50% + 174.5px);
}

.introduction {
	height: 157px;
	padding: 44px 0 10px 200px;
}

.flow__text {
	padding: 20px;
	font-size: 30px;
}

.sec02__wrap {
	margin-top: 40px;
	padding: 20px 22px;
}

.sec02__text {
	font-size: 29px;
}

.sec03__wrap {
	padding: 20px;
}

.sec04__list {
	font-size: 30px;
}

.sec04__text {
	font-size: 30px;
}

.office .module .detail h3,
.member .module .detail h3 {
	font-size: 40px;
}

.office .module table th,
.office .module table td,
.member .module table th,
.member .module table td {
	padding: 20px 0;
	font-size: 26px;
}

.office table th {
	width: 200px;
}

.member ol li {
	font-size: 26px;
}

.member table th {
	width: 260px;
}

.sec07__text {
	font-size: 30px;
}

#footer {
	padding-bottom: 65px;
}

footer p {
	font-size: 27px;
}

.footer-contact {
	height: 65px;
}

.footer-contact ul li.tel a,
.footer-contact ul li.mail a {
	font-size: 26px;
}

.mfp_element_submit {
	font-size: 25px !important;
}

.thanks-page h2 {
	font-size: 52.5px;
}

.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;
}

}

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

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

}

@media (max-width: 799px) {

form#mailformpro dl dt {
	padding-bottom: 7px;
}

}

@media (max-width: 499px) {

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

.gray {
	margin-right: 5px !important;
}

.gray::before {
	top: 10px;
	right: -5px;
	width: 5px;
	height: calc(100% - 10px);
}

.gray::after {
	bottom: -5px;
	left: 10px;
	width: calc(100% - 5px);
	height: 5px;
}

.company-image::after {
	height: 4vw;
}

.intro {
	margin-top: 12vw;
}

.parentheses {
	margin: 12vw 0;
}

.parentheses span::before,
.parentheses span::after {
	width: 8vw;
	height: 8vw;
}

.parentheses span::before {
	top: -3vw;
	left: -16vw;
}

.parentheses span::after {
	right: -13vw;
	bottom: -3vw;
}

section {
	margin-top: 10vw;
}

.sec01__items.first::before {
	left: calc(50% - 16vw);
}

.sec01__items.first::after {
	left: calc(50% + 16vw);
}

.sec01__item {
	padding: 3vw 2vw 2vw;
	border-radius: 3vw;
}

.sec01__item .item-box {
	margin-top: 1.5vw;
	padding: 2vw 2vw 4vw;
}

.sec01__wrapper {
	padding: 7vw 0 14vw;
}

.sec01__wrapper::before,
.sec01__wrapper::after {
	width: 10px;
	height: calc(100% - 5vw);
}

.sec01__wrapper::before {
	left: calc(50% - 25.5vw);
}

.sec01__wrapper::after {
	left: calc(50% + 23vw);
}

.sec01__wrapper + .sec01__items::before,
.sec01__wrapper + .sec01__items::after {
	top: -7vw;
	border-top: 6vw solid #285f5b;
	border-right: 5vw solid transparent;
	border-left: 5vw solid transparent;
}

.sec01__wrapper + .sec01__items::before {
	left: calc(50% - 29vw);
}

.sec01__wrapper + .sec01__items::after {
	left: calc(50% + 19.5vw);
}

.sec01__wrapper + .sec01__items + .introduction {
	margin: 6vw 0 14vw;
}

.flow__text {
	margin-top: 7vw;
}

.sec02__wrap {
	padding: 4vw 4.8vw;
}

.sec02__text {
	font-size: 14px;
	font-size: 3.5897435897vw;
}

.sec02__img {
	margin-top: 4vw;
}

.sec03__lists {
	margin-top: 8vw;
}

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

.sec03__wrap {
	margin-top: 7vw;
	padding: 2vw;
}

.sec03__wrap::before {
	width: 138px;
}

.sec04__lists {
	margin-top: 5vw;
}

.sec04-bottom {
	margin-top: 6vw;
	padding: 4vw 0 30px;
}

.sec05 {
	margin-top: 12vw;
}

.office__lists,
.member__lists {
	margin-top: 20px;
}

.office + .office,
.office + .member,
.member + .office,
.member + .member {
	margin-top: 20px;
}

.office .module,
.member .module {
	padding: 4vw;
}

.office .module .train,
.member .module .train {
	margin: 4vw 0 6vw;
	font-size: 3.9vw;
}

.office .module table tr,
.member .module table tr {
	border-width: 1px;
}

.office .module table th,
.member .module table th {
	border-width: 1px;
}

.office .module .map,
.member .module .map {
	margin-top: 6vw;
}

.office .module .map iframe,
.member .module .map iframe {
	height: 200px;
}

.office .photo {
	padding: 4vw 4vw 0;
}

.office table th {
	width: 22vw;
	border-width: 1px;
}

.member table th {
	width: 35vw;
	border-width: 1px;
}

.sec07__wrap {
	margin-top: 5vw;
	padding: 8vw 4vw;
}

.sec07__img {
	margin: 5vw 0 16vw;
}

#footer {
	padding-bottom: 11.5384615385vw;
}

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

.footer-contact ul li.to-top {
	width: 19vw;
}

.footer-contact ul li.to-top::before {
	width: 16px;
	height: 16px;
}

.footer-contact ul li.tel,
.footer-contact ul li.mail {
	width: calc((100% - 19vw) / 2);
}

.footer-contact ul li.tel a,
.footer-contact ul li.mail a {
	font-size: 3.7vw;
}

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

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

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

body.contact-page #footer p {
	font-size: 13px;
}

.mfp_buttons {
	margin-top: 30px;
}

.mfp_element_submit {
	font-size: 4.2vmin !important;
}

.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;
}

}

@media (max-width: 359px) {

.sec01__items.first::before {
	left: calc(50% - 14vw);
}

.sec01__items.first::after {
	left: calc(50% + 14vw);
}

}

