@charset "utf-8";

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6em;
	line-height: 1.5;
    letter-spacing: 0;
	color: #333333;
}
:target {
    scroll-margin-top: 100px;
}
a {
	transition: .25s;
}
img{
	width: 100%;
}
a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
.wrapper {
	width: 100%;
	max-width: 1150px;
	padding: 0 25px;
	margin: auto;
}
.inter {
	font-family: "Inter", sans-serif;
}
.btn {
	position: relative;
	display: inline-block;
	font-weight: 700;
	letter-spacing: .0075em;
	width: 100%;
	border-radius: 10px;
}
.btn_gradation {
	color: #fff;
	background: linear-gradient(to right, #1caa5e, #6fb8d4);
}
.btn_gradation::before {
	background: linear-gradient(to right, #1580BB, #09B5A3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all .3s ease-out;
	width: 100%;
	border-radius: 10px;
}
.btn_gradation span {
	position: relative;
}
.btn_mail span {
	position: relative;
	padding-left: 30px;
}
.btn_mail span::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 15px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_mail_white.svg) no-repeat center center / contain;
}
.text_link {
	display: inline-block;
}
.text_link::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #000;
	margin: auto;
}
.point {
	position: relative;
	display: block;
	padding-left: 0.7em;
	text-indent: -1em;
}
.point::before {
	content: "・";
}
.caution {
	position: relative;
	display: inline-block;
    padding-left: 17px;
}
.caution::before {
	position: absolute;
	content: "※";
	left: 0;
	color: #0E74B8;
}
.circle {
	position: relative;
	display: block;
    padding-left: 17px;
}
.circle::before {
	content: "●";
	color: #067CBD;
}
.section_title {
	font-size: clamp(2.6rem, 2.67vw, 4rem);
	font-weight: 700;
	letter-spacing: 0.0325em;
	line-height: 140%;
	text-align: center;
}
.section_title_white {
	color: #fff;
}
.section_title_blue {
	color: #0E74B8;
}
.section_title_yellow {
	color: #FFE500;
}

@media screen and (min-width: 769px) {
	.btn_gradation:hover::before {
		opacity: 0;
	}
	.btn_green_file:hover::after {
		background: url(../images/common/icon_file_green.svg) no-repeat center center / contain;
	}
	.text_link:hover::after {
		width: 100%;
	}
}

/* Header
------------------------------ */
.header {
    position: fixed;
    width: 100%;
	height: 135px;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 100;
}
.header.header_fixed  {
	height: 80px;
}
.customize-support .header {
	top: 32px;
}
.header_fixed {
	box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
	transition: .3s;
}
.header_inner {
	display: flex;
	justify-content: space-between;
	height: inherit;
	padding: 0 30px;
}
.header_fixed .header_inner {
	max-width: 1150px;
	padding: 0 25px;
	margin: auto;
}
.header_left {
	height: inherit;
	padding-top: 9px;
}
.header_fixed .header_left {
	display: flex;
	align-items: center;
    padding-top: 0;
}
.header_lead {
	font-size: 1.1rem;
	letter-spacing: 0.0182em;
}
.header_fixed .header_lead {
	display: none;
}
.header_logo {
	width: 100%;
	max-width: 419px;
	margin-top: 13px;
}
.header_fixed .header_logo {
	max-width: 343px;
    margin-top: 0;
}
.header_logo a {
	display: block;
}
.header_right {
	width: 100%;
	max-width: 605px;
	height: inherit;
	padding-top: 7px;
}
.header_fixed .header_right {
    display: flex;
    flex-direction: row-reverse;
	align-items: center;
	max-width: 800px;
	padding-top: 0;
}
.header_cta {
	display: flex;
	align-items: center;
}
.header_consultation {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 1.1rem;
	font-weight: 700;
	color: #fff;
	background-color: #067CBD;
	border-radius: 50%;
	width: 65px;
	height: 65px;
	margin-right: 15px;
}
.header_fixed .header_consultation {
	display: none;
}
.header_consultation span {
	color: #FFE400;
}
.header_unit {
	width: 100%;
    max-width: 226px;
	margin-right: 19px;
}
.header_fixed .header_unit {
	display: none;
}
.header_day {
	font-size: 1.2rem;
	line-height: 1.4;
    margin-top: 2px;
}
.header_btn {
	width: 100%;
	max-width: 280px;
	text-align: center;
}
.header_btn .btn {
	font-size: 1.7rem;
    letter-spacing: 0.0017em;
	padding: 13px 5px;
}
.header_fixed .header_btn .btn {
	font-size: 1.4rem;
	padding: 13px 7px;
}
.header_nav {
    width: 100%;
    max-width: 527px;
	margin-left: auto;
	margin-top: 10px;
}
.header_fixed .header_nav {
	margin-top: 0;
}
.header_lists {
	display: flex;
	justify-content: space-between;
}
.header_list {
	position: relative;
	width: 100%;
}
.header_list_link {
	position: relative;
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	width: 100%;
	border-left: 1px solid #E1E1E1;
	white-space: nowrap;
	text-align: center;
	padding: 5px 27px;
}
.header_fixed .header_list_link {
}
.hamburger {
	display: none;
}
#hamburger_toggle {
	display: none;
}
main {
	margin-top: 135px;
}

@media screen and (min-width: 769px) {
	.header_list_link:hover {
		color: #067CBD;
	}
	.header_list:hover .header_list_menus_wrapper {
		transform: scaleY(1) translateX(-50%);
	}
	.header_list_menu a:hover{
		color: #067CBD;
	}
}

/* top - top_mw
------------------------------ */
.top_mw_inner {
	padding: 0 0 72px 87px;
}
.top_mw_swiper_slide {
	border-radius: 30px 0 0 30px;
}
.top_mw_swiper_slide01 {
	background: url(../images/top/top_mw_slide01_bg_pc.jpg) no-repeat center center / cover;
}
.top_mw_swiper_slide02 {
	background: url(../images/top/top_mw_slide02_bg_pc.jpg) no-repeat center center / cover;
}
.top_mw_swiper_slide03 {
	background: url(../images/top/top_mw_slide03_bg_pc.jpg) no-repeat center center / cover;
}
.top_mw_swiper_slide01 .top_mw_swiper_pic_wrapper {

}
.top_mw_swiper_slide02 .top_mw_swiper_pic_wrapper {

}
.top_mw_swiper_slide03 .top_mw_swiper_pic_wrapper {

}
.top_mw_swiper_pic {
	width: 100%;
}
.swiper-slide img {
	height: auto;
	width: 100%;
}

/* top - top_neglect
------------------------------ */
.top_neglect_inner {
	background: linear-gradient(180deg, #fff 0%, #fff calc(100% - 273px), #EAF6FC calc(100% - 273px), #EAF6FC 100%);
	padding: 89px 0 25px;
}
.top_neglect_unit {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}
.top_neglect_unit_text {
	font-size: clamp(1.9rem, 1.53vw, 2.3rem);
	font-weight: 700;
}
.top_neglect_unit_text span {
	font-size: clamp(2.1rem, 1.73vw, 2.6rem);
}
.top_neglect_unit_btn {
	width: 100%;
    max-width: 300px;
    text-align: center;
}
.top_neglect_unit_btn .btn {
	font-size: clamp(1.9rem, 1.53vw, 2.3rem);
    padding: 20px 5px;
}
.top_neglect_title {
	margin-top: 50px;
}
.top_neglect_body {
	position: relative;
	background-color: #FFFBEA;
	border: 2px solid #FFE500;
	border-radius: 30px;
	padding: 0 50px 60px;
	margin-top: 57px;
}
.top_neglect_body::after {
	position: absolute;
	content: "";
	width: 85px;
	height: 36px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	background: url(../images/top/top_neglect_body_triangle.png) no-repeat center center / contain;
}
.top_neglect_head {
	position: relative;
	margin-top: -26px;
}
.top_neglect_people_left {
	position: absolute;
	width: 100%;
	max-width: clamp(66px, 8.73vw, 131px);
	left: 13px;
	bottom: 0;
}
.top_neglect_people_right {
	position: absolute;
	width: 100%;
	max-width: clamp(51px, 6.93vw, 104px);
	right: 40px;
	bottom: 0;
}
.top_neglect_subtitle {
	font-size: clamp(2rem, 1.87vw, 2.6rem);
	font-weight: 700;
	letter-spacing: 0.005em;
	color: #fff;
	background-color: #067CBD;
	width: 100%;
	max-width: clamp(400px, 35.13vw, 527px);
	text-align: center;
	border-radius: 70px;
	margin: auto;
}
.top_neglect_subtitle span {
	position: relative;
	display: inline-block;
	padding: 10px 10px 13px 32px;
}
.top_neglect_subtitle span::before {
	position: absolute;
	content: "";
	width: 30px;
	height: 30px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_attention.png) no-repeat center center / contain;
}
.top_neglect_subtitle span::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	border-top: 12px solid #067cbd;
	border-bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}
.top_neglect_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px 30px;
	margin-top: 50px;
}
.top_neglect_list {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	width: calc(50% - 15px);
	border-bottom: 1px solid #0E74B8;
	padding-bottom: 20px;
	padding-left: 40px;
}
.top_neglect_list::before {
	position: absolute;
	content: "";
	width: 26px;
	height: 26px;
	left: 0;
	top: 4px;
	background: url(../images/common/icon_check.png) no-repeat center center / contain;
}
.top_neglect_list span {
	color: #0E74B8;
    background: linear-gradient(transparent 75%, rgba(92,199,237,.45) 75%);
}

/* top - top_risk
------------------------------ */
.top_risk_inner {
	background: #EAF6FC;
	padding: 45px 0 100px;
}
.top_risk_look {
	width: 100%;
    max-width: 933px;
    margin: 40px auto 0;
}
.top_risk_look {
	display: flex;
	justify-content: space-between;
	width: 100%;
    max-width: 918px;
    margin: 47px auto 0;
}
.top_risk_look_lists {
	width: 100%;
	max-width: 293px;
}
.top_risk_look_list {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	background-color: #fff;
	box-shadow: 1px 1px 20px rgba(0, 0, 0, .05),-1px -1px 20px rgba(0, 0, 0, .05);
	text-align: center;
	border-radius: 20px;
    padding: 22.5px 10px;
}
.top_risk_look_list:nth-of-type(n + 2) {
	margin-top: 23px;
}
.top_risk_look_lists_left .top_risk_look_list::after {
	position: absolute;
	content: "";
	width: 15px;
	height: 26px;
	right: -13px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/top/top_risk_look_list_arrow_right.png) no-repeat center center / contain;
}
.top_risk_look_lists_right .top_risk_look_list::before {
	position: absolute;
	content: "";
	width: 15px;
	height: 26px;
	left: -14px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/top/top_risk_look_list_arrow_left.png) no-repeat center center / contain;
}
.top_risk_look_list span {
	color: #0E74B8;
}
.top_risk_look_img {
	width: 100%;
	max-width: 310px;
	margin-top: 47px;
}
.top_risk_subtitle {
	font-size: clamp(2.6rem, 2.13vw, 3.2rem);
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    margin-top: 80px;
}
.top_risk_subtitle_icon {
	position: relative;
	display: inline-block;
	padding: 0 86px;
}
.top_risk_subtitle_icon::before {
	position: absolute;
	content: "";
	width: 42px;
	height: 91px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/top/top_risk_subtitle_icon_left.png) no-repeat center center / contain;
}
.top_risk_subtitle_icon::after {
	position: absolute;
	content: "";
	width: 42px;
	height: 91px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/top/top_risk_subtitle_icon_right.png) no-repeat center center / contain;
}
.top_risk_subtitle_marker {
	background: linear-gradient(transparent 75%, rgba(92,199,237,.45) 75%);
}
.top_risk_subject {
	background: #fff;
	border-radius: 30px;
	padding: 1px clamp(15px, 3.07vw ,46px) 42px;
	margin-top: 62px;
}
.top_risk_subject_title {
	position: relative;
	font-size: clamp(2rem, 1.6vw ,2.4rem);
	font-weight: 700;
	color: #fff;
	background-color: #F1432D;
	width: 100%;
	max-width: 800px;
	border-radius: 80px;
	text-align: center;
    padding: 9px 10px 10px;
	margin: -19px auto 0;
}
.top_risk_subject_title::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    border-top: 12px solid #F1432D;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -12px;
}
.top_risk_subject_wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 44px;
}
.top_risk_subject_left {
	position: relative;
	width: 100%;
	max-width: 205px;
	flex: 1;
	padding-right: 53px;
}
.top_risk_subject_left::after {
	position: absolute;
	content: "";
	width: 23px;
	height: 43px;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/top/top_risk_subject_triangle.png) no-repeat center center / contain;
}
.top_risk_subject_vacant_title {
	font-size: 2rem;
	font-weight: 700;
	color: #F1432D;
	text-align: right;
}
.top_risk_subject_vacant_img {
	margin-top: 13px;
}
.top_risk_subject_right {
	width: 100%;
	max-width: 779px;
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	flex: 4;
	border: 4px dotted #0E74B8;
    border-radius: 20px;
    padding: 31px 25px 33px;
}
.top_risk_subject_control {
	display: flex;
	gap: 0 12px;
}
.top_risk_subject_control_content {
	width: 100%;
	max-width: 167px;
}
.top_risk_subject_control_title {
	font-size: clamp(1.5rem, 1.2vw, 1.8rem);
	font-weight: 700;
	color: #fff;
	background-color: #0E74B8;
	text-align: center;
	width: 100%;
	max-width: 154px;
	border-radius: 80px;
	padding: 4px 10px;
}
.top_risk_subject_control_text {
	font-size: 1.5rem;
	margin-top: 20px;
}
.top_risk_subject_control_img {
	width: 100%;
	max-width: 149px;
}
.top_risk_subject_specific {
	display: flex;
	gap: 0 12px;
}
.top_risk_subject_specific_content {
	width: 100%;
	max-width: 167px;
}
.top_risk_subject_specific_title {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #0E74B8;
	text-align: center;
	width: 100%;
	max-width: 154px;
	border-radius: 80px;
	padding: 4px 10px;
}
.top_risk_subject_specific_text {
	font-size: 1.5rem;
	margin-top: 20px;
}
.top_risk_subject_specific_img {
	width: 100%;
	max-width: 171px;
}
.top_risk_message {
    font-size: 1.8rem;
    line-height: 200%;
    letter-spacing: 0.0072em;
    margin-top: 40px;
}
.top_risk_message span {
	font-weight: 700;
	color: #0E74B8;
}
.top_risk_about {
	background: #fff;
	border-radius: 30px;
	padding: 35px 40px 35px;
	margin-top: 40px;
}
.top_risk_about_title {
	position: relative;
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-weight: 700;
	color: #0E74B8;
	padding-left: 60px;
}
.top_risk_about_title::before {
	position: absolute;
	content: "";
	width: 45px;
	height: 45px;
	left: 0;
	top: -1px;
	background: url(../images/common/icon_question.png) no-repeat center center /contain;
}
.top_risk_about_text {
	line-height: 200%;
	margin-top: 18px;
}

/* top - top_got
------------------------------ */
.top_got_inner {
	padding: 0 0 152px;
}
.top_got_head {
	position: relative;
	background-color: #067CBD;
}
.top_got_head_inner {
	padding: 53px 0 112px;
}
.top_got_for {
	font-size: clamp(2.4rem, 2vw, 3rem);
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.top_got_message {
	font-size: clamp(2.6rem, 2.67vw, 4rem);
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.top_got_message span {
	color: #FFE500;
}
.top_got_title {
	margin-top: 5px;
}
.top_got_title_icon {
	position: relative;
	display: inline-block;
	padding: 0 46px;
}
.top_got_title_icon::before {
	position: absolute;
	content: "";
	width: 22px;
	height: 41px;
	left: 0;
	top: 69%;
	transform: translateY(-50%);
	background: url(../images/top/top_got_title_icon_left.png) no-repeat center center / contain;
}
.top_got_title_icon::after {
	position: absolute;
	content: "";
	width: 22px;
	height: 41px;
	right: 0;
	top: 69%;
	transform: translateY(-50%);
	background: url(../images/top/top_got_title_icon_right.png) no-repeat center center / contain;
}
.top_got_people_wrapper {
    position: absolute;
    width: 100%;
    max-width: 1184px;
    padding: 0 20px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
	z-index: 1;
}
.top_got_people {
	position: relative;
	width: 100%;
	max-width: clamp(120px, 10.8vw, 162px);
	margin-left: auto;
}
.top_got_items_wrapper {
	position: relative;
	width: 100%;
	max-width: 1260px;
	padding: 0 20px;
	margin: -62px auto 0;
}
.top_got_items {
	width: 100%;
	max-width: 1220px;
	background-color: #fff;
	border-radius: 30px 30px 0 0;
	padding: 80px 60px 0;
	counter-reset: cnt;
}
.top_got_item {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}
.top_got_item:nth-of-type(even) {
	flex-direction: row-reverse;
}
.top_got_item:nth-of-type(n + 2) {
	margin-top: 80px;
}
.top_got_item_img {
	position: relative;
	width: 100%;
	max-width: 530px;
}
.top_got_item .top_got_item_img::before {
    position: absolute;
    counter-increment: cnt;
    content: "0"counter(cnt);
    font-size: 4.6rem;
    font-weight: 700;
	font-family: "Inter", sans-serif;
    line-height: 1;
    display: grid;
    align-items: center;
    justify-content: center;
	color: #1580BB;
	background: -webkit-linear-gradient(0deg, #1580BB, #09B5A3);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    width: 80px;
    height: 80px;
    left: 0;
	top: 0;
    z-index: 1;
}
.top_got_item_img::after {
	position: absolute;
	content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 30px 0 30px 0;
    left: 0;
	top: 0;
    z-index: 0;
}
.top_got_item_img img {
	border-radius: 30px;
}
.top_got_item_content {
	width: 100%;
	max-width: 505px;
	padding-top: 12px;
}
.top_got_item_message {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 150%;
	color: #0E74B8;
}
.top_got_item_title {
	font-size: clamp(2.6rem, 2.13vw, 3.2rem);
	font-weight: 700;
	line-height: 140%;
	border-bottom: 4px dotted #5CC7ED;
	padding-bottom: 19px;
	margin-top: 10px;
}
.top_got_item_title span {
	color: #0E74B8;
}
.top_got_item_text {
	line-height: 200%;
    margin-top: 30px;
}
.top_got_item_text span {
	font-size: 1.8rem;
	font-weight: 700;
	color: #0E74B8;
}

/* top - top_reason
------------------------------ */
.top_reason {
}
.top_reason_inner {
	background-color: #EAF6FC;
	padding: 105px 0 100px;
}
.top_reason_title {
	text-align: center;
}
.top_reason_title_icon {
	position: relative;
	display: inline-block;
	padding: 0 63px;
}
.top_reason_title_icon::before {
	position: absolute;
	content: "";
	width: 41px;
	height: 82px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_gold_feather_left.png) no-repeat center center / contain;
}
.top_reason_title_icon::after {
	position: absolute;
	content: "";
	width: 41px;
	height: 82px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_gold_feather_right.png) no-repeat center center / contain;
}
.top_reason_title_color {
	color: #0E74B8;
}
.top_reason_title_large {
	font-size: clamp(3.2rem, 3.33vw, 5rem);
}
.top_reason_items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	counter-reset: cnt;
	gap: 61px 44px;
	margin-top: 75px;
}
.top_reason_item {
	position: relative;
	width: calc(50% - 22px);
	background-color: #fff;
	border-radius: 30px;
	padding: 30px 30px 40px;
}
.top_reason_item_num {
	position: absolute;
	font-family: "Inter", sans-serif;
	width: 90px;
	height: 90px;
	left: 50%;
    transform: translateX(-50%);
	top: -14px;
	border-radius: 50%;
	color: #fff;
	background-color: #067CBD;
	text-align: center;
}
.top_reason_item_num_text {
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: inherit;
}
.top_reason_item_num_text::after {
	counter-increment: cnt;
    content: "0"counter(cnt);
	font-size: 3.6rem;
	line-height: 1;
}
.top_reason_item_img img {
	border-radius: 30px;
}
.top_reason_item_title {
	font-size: clamp(2.6rem, 2.13vw, 3.2rem);
	font-weight: 700;
	color: #0E74B8;
	text-align: center;
	margin-top: 15px;
}
.top_reason_item_text {
	line-height: 200%;
    margin-top: 12px;
}
.top_reason_item_text span {
	color: #0E74B8;
}

/* top - top_flow
------------------------------ */
.top_flow_inner {
	background: #FFFBEA;
	padding: 94px 0 120px;
}
.top_flow_items {
	margin-top: 36px;
}
.top_flow_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
	background-color: #fff;
	border: 3px solid #067CBD;
	border-radius: 30px;
	padding: 47px 50px 52px;
}
.top_flow_item:nth-of-type(n + 2) {
	margin-top: 47px;
}
.top_flow_item:not(:last-of-type):after {
	position: absolute;
	content: "";
	width: 67px;
	height: 28px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -17px;
	background: url(../images/common/icon_triangle_bottom_blue.png) no-repeat center center / contain;
}
.top_flow_img {
	width: 100%;
	max-width: 370px;
}
.top_flow_img img {
	border-radius: 30px;
}
.top_flow_content {
	width: 100%;
	max-width: 580px;
}
.top_flow_item_head {
	display: flex;
}
.top_flow_item_num {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	color: #fff;
	background-color: #067CBD;
	border-radius: 110px;
	padding: 7px 23px;
	margin-right: 10px;
}
.top_flow_item_num span {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-weight: 800;
	line-height: 1;
}
.top_flow_item_title {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-weight: 700;
}
.top_flow_item_text {
	line-height: 200%;
	margin-top: 25px;
}
.top_flow_item_btn {
	max-width: 280px;
	text-align: center;
	margin-top: 25px;
}
.top_flow_item_btn .btn {
	font-size: 1.7rem;
    padding: 12px 10px;
}

/* top - top_contact
------------------------------ */
.top_contact_inner {
	background-color: #EAF6FC;
	padding: 93px 0 120px;
}
.top_contact_tel {
	background-color: #fff;
	border-radius: 30px;
	padding: 1px 10px 40px;
	margin-top: 54px;
}
.top_contact_subtitle {
	font-size: clamp(2.2rem, 1.87vw, 2.8rem);
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-top: -20px;
}
.top_contact_subtitle span {
	display: inline-block;
	background-color: #067CBD;
	border-radius: 50px;
	padding: 5px 40px;
}
.top_contact_tel_link {
	width: 100%;
	max-width: 458px;
	margin: 37px auto 0;
}
.top_contact_tel_day {
	text-align: center;
	margin-top: 12px;
}
.top_contact_mail {
	background-color: #fff;
	border-radius: 30px;
	padding: 1px 40px 65px;
	margin-top: 88px;
}
.top_contact_mail_texts {
	line-height: 180%;
	margin-top: 30px;
}
.top_contact_mail_form {
	margin-top: 31px;
}

/* cta
------------------------------ */
.cta_inner {
	background-color: #067CBD;
	padding: 35px 0 63px;
}
.cta_head {
	position: relative;
	display: flex;
	justify-content: center;
	padding-bottom: 25px;
}
.cta_annotation {
	position: absolute;
	width: 100%;
	max-width: clamp(76px, 10.13vw, 152px);
	left: 0;
	top: -78px;
}
.cta_title {
	font-size: clamp(2.2rem, 2vw, 3rem);
	font-weight: 700;
	line-height: 150%;
	color: #fff;
	padding: 0 70px;
}
.cta_title span {
	color: #FFE500;
}
.cta_people {
	position: absolute;
	width: 100%;
	max-width: clamp(72px, 9.6vw, 144px);
    right: clamp(5px, 1.53vw, 23px);
	bottom: 0;
}
.cta_main {
	border-radius: 30px;
	background-color: #fff;
	padding: 33px 20px 36px;
}
.cta_wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 883px;
	margin: auto;
}
.cta_subtitle {
	font-size: 2rem;
	font-weight: 700;
	color: #0E74B8;
	text-align: center;
}
.cta_subtitle span {
	position: relative;
	display: inline-block;
}
.cta_tel .cta_subtitle span {
	padding: 0 30px;
}
.cta_mail .cta_subtitle span {
	padding: 0 30px;
}
.cta_subtitle span::before {
	position: absolute;
	content: "";
	width: 13px;
	height: 22px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/cta_subtitle_icon_left.png) no-repeat center center / contain;
}
.cta_subtitle span::after {
	position: absolute;
	content: "";
	width: 13px;
	height: 22px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/cta_subtitle_icon_right.png) no-repeat center center / contain;
}
.cta_tel {
	width: 100%;
	max-width: 413px;
	margin-right: 20px;
}
.cta_tel_link {
	margin: 17px auto 0;
}
.cta_tel_day {
	font-size: 1.8rem;
	text-align: center;
	margin-top: 10px;
}
.cta_mail {
	width: 100%;
    max-width: 400px;
}
.cta_mail_btn {
	text-align: center;
	margin-top: 10px;
}
.cta_mail_btn .btn {
	font-size: clamp(2rem, 1.87vw, 2.8rem);
	padding: 27px 5px;
}
.cta_mail_btn .btn span {
	position: relative;
	display: inline-block;
	padding-left: clamp(44px, 4.13vw, 62px);
}
.cta_mail_btn .btn span::before {
	position: absolute;
	content: "";
	width: clamp(31px, 2.93vw, 44px);
	height: clamp(21px, 2vw, 30px);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_mail_white.svg) no-repeat center center / contain;
}

/* sub
------------------------------ */
.sub_mw {
	height: 310px;
}
.sub_mw_inner {
	position: relative;
	height: inherit;

	background: repeating-linear-gradient(-45deg,#D4EEFD 0,#D4EEFD 5px,#CBEBFD 0,#CBEBFD 10px);
}
.sub_mw_inner .wrapper {
	height: inherit;
}
.sub_mw_title_wrapper {
	width: 100%;
	max-width: 530px;
	height: inherit;
	display: flex;
    align-items: center;
}
.sub_mw_title {
	position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
    color: #fff;
    background-color: #067CBD;
    border-radius: 20px;
    min-height: 145px;
    padding: 33px 50px;
	z-index: 1;
}
.sub_mw_title_ja {
	font-size: clamp(3rem, 2.53vw, 3.8rem);
	font-weight: 700;
}
.sub_mw_title_en {
	font-size: 1.4rem;
	font-weight: 600;
}
.sub_mw_img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(50% + 85px);
}
.sub_mw_img img {
	object-fit: cover;
	height: 284px;
	border-radius: 30px 0 0 0;
}
.breadcrumbs {
	margin-top: 15px;
}
.breadcrumbs_lists {
	display: flex;
}
.breadcrumbs_list {
	font-size: 1.2rem;
}
.breadcrumbs_list:not(:last-of-type) {
	margin-right: 10px;
}
.breadcrumbs_list a {
	position: relative;
	color: #0E74B8;
	padding-right: 10px;
}
.breadcrumbs_list a::after {
	position: absolute;
	content: "";
	width: 4px;
	height: 8px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/breadcrumbs_list_icon.svg) no-repeat center center / contain;
}
.subsection_title {
	position: relative;
	font-size: clamp(2.4rem, 2.27vw, 3.4rem);
	font-weight: 700;
	letter-spacing: 0.0325em;
	line-height: 140%;
	text-align: center;
}
.subsection_title_border {
	padding-bottom: 19px;
}
.subsection_title_border::after {
	position: absolute;
	content: "";
	width: 54px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	border-radius: 10px;
	background-color: #0E74B8;
}

/* contact_form
------------------------------ */
.contact_form_guest {
	margin-top: 38px;
}
.contact_form_info_title,
.contact_form_guest_title {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	padding-left: 32px;
}
.contact_form_info_title::before,
.contact_form_guest_title::before {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
    top: 10px;
    left: 10px;
	background-color: #067CBD;
	border-radius: 50%;
}
.contact_form_main {
	margin-top: 21px;
}
.contact_form_row {
	display: flex;
	justify-content: space-between;
    gap: 0 20px;
	border-bottom: 1px solid #D1D1D1;
}
.contact_form_row:first-of-type {
	border-top: 1px solid #D1D1D1;
}
.contact_form_title {
	position: relative;
	width: 100%;
	max-width: 263px;
	font-size: 1.8rem;
    padding: 21px 0;
}
.contact_form_title_must {
	position: absolute;
    right: 0;
    top: 22px;
	font-size: 1.4rem;
	color: #fff;
	background: #067CBD;
	border-radius: 8px;
	padding: 3px 10px;
}
.contact_form_subtitle {
	font-size: 1.5rem;
}
.contact_form_input {
	width: calc(100% - 263px);
	max-width: 706px;
	display: grid;
    align-items: center;
}
.contact_form_row_middle .contact_form_input {
	padding: 16px 0;
}
.contact_form_row_high .contact_form_input {
    padding: 25px 0;
}
.contact_form_input input {
	width: 100%;
	border: 1px solid #D1D1D1;
}
.contact_form_row_name input {
	padding: 5px 10px;
}
.contact_form_guest_methods input {
	padding: 5px 10px;
}
.contact_form_row_lot input {
	padding: 1px 10px;
}
.contact_form_input textarea {
	border: 1px solid #D1D1D1;
	padding: 10px;
}
.contact_form_radio_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 36px;
}
.contact_form_radio_button {
	line-height: 1.2;
}
.contact_form_info_selects {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16px 15px;
}
.contact_form_info_select {
	display: flex;
	justify-content: space-between;
}
.contact_form_info_select:nth-of-type(odd) {
	width: 100%;
	max-width: 357px;
}
.contact_form_info_select_title {
	margin-right: 10px;
}
.contact_form_input select {
	font-size: 1.5rem;
	border: 1px solid #D1D1D1;
	padding: 1px 10px;
	width: 100%;
}
.contact_form_info textarea {
	width: 100% !important;
	height: 170px !important;
}
.contact_form_guest_methods {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 22px 10px;
	margin-top: 16px;
}
.contact_form_guest_method {
	display: flex;
	align-items: center;
	width: 100%;
}
.contact_form_guest_method_tel {
	max-width: 344px;
}
.contact_form_guest_method_fax {
	max-width: 339px;
}
.contact_form_guest_method_mail {
}
.contact_form_guest_method_title {
	white-space: nowrap;
	margin-right: 12px;
}
.contact_form_guest_method_title_must {
    font-size: 1.4rem;
	white-space: nowrap;
    color: #fff;
    background: #067CBD;
    border-radius: 8px;
    padding: 4px 10px;
	margin-left: 8px;
}
.contact_form_guest_method_input {
	width: 100%;
}
.contact_form_guest_method_tel .contact_form_guest_method_input {
	max-width: 210px;
}
.contact_form_guest_method_fax .contact_form_guest_method_input {
	max-width: 210px;
}
.contact_form_guest_method_mail .contact_form_guest_method_input {
	max-width: 523px;
}
.contact_form_guest_method_input input {
	width: 100%;
}
.contact_form_guest textarea {
	width: 100% !important;
	height: 90px !important;
}
.contact_form_row_location_caution {
	font-size: 1.5rem;
	line-height: 150%;
	margin-top: 15px;
}
.contact_form_row_lot_caution {
	margin-top: 22px;
}
.contact_form_guest_lists {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 16.5px 12px;
}
.contact_form_guest_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    gap: 5px 10px;
}
.contact_form_guest_list_land_area {
	max-width: 341px;
}
.contact_form_guest_list_building_area {
	max-width: 341px;
}
.contact_form_guest_list_building_type {
	max-width: 341px;
}
.contact_form_guest_list_building_structure {
	max-width: 341px;
}
.contact_form_guest_list_when_built {
	max-width: 422px;
}
.contact_form_guest_list_title {
	margin-right: 3px;
}
.contact_form_guest_list input {
	width: 100%;
	max-width: 245px;
}
.contact_form_guest_list select {
	width: 100%;
	max-width: 245px;
}
.contact_form_privacy {
	height: 249px;
    overflow-y: scroll;
	border: 2px solid #067CBD;
	border-radius: 30px;
	padding: 30px 40px 30px;
	margin-top: 50px;
}
.contact_form_privacy_title {
	font-size: 2rem;
	font-weight: 700;
	color: #0E74B8;
}
.contact_form_privacy_text {
	line-height: 180%;
	margin-top: 12px;
}
.contact_form_btn {
	position: relative;
	font-size: 1.7rem;
	font-weight: 700;
	width: 100%;
	max-width: 280px;
	text-align: center;
	border-radius: 10px;
	margin: 36px auto 0;
}
.contact_form_btn::after {
	position: absolute;
	content: "";
	width: 17px;
	height: 17px;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	background: url(../images/common/icon_circle_right_white_green.svg) no-repeat center center / contain;
}
.contact_form_btn button {
	position: relative;
	display: block;
	width: 100%;
	padding: 11px 5px;
}

@media screen and (min-width: 769px) {
}

/* thanks
------------------------------ */
.thanks_main {
	margin-top: 100px;
}
.thanks_main_inner {
    padding: 0 0 140px;
}
.thanks_main_text {
	text-align: center;
	margin-top: 20px;
}
.thanks_main_btn {
	width: 100%;
	max-width: 300px;
	margin: 30px auto 0;
}
.thanks_main_btn .btn {
	text-align: center;
	padding: 18px 0;
}

/* flow
------------------------------ */
/* flow - flow_assessment
------------------------------ */
.flow_assessment {
	margin-top: 61px;
}
.flow_assessment_inner {
	padding-bottom: 132px;
}
.flow_assessment_text {
	line-height: 200%;
	text-align: center;
	margin-top: 48px;
}
.flow_assessment_items {
	margin-top: 60px;
}
.flow_assessment_item:nth-of-type(n + 2) {
	margin-top: 71px;
}
.flow_assessment_item_head {
	position: relative;
	display: flex;
	justify-content: space-between;
	color: #fff;
	background-color: #067CBD;
	border-radius: 10px;
	padding: 14px 59px 14px 20px;
}
.flow_assessment_item_title {
	font-size: clamp(2.4rem, 1.73vw, 2.6rem);
	font-weight: 700;
}
.flow_assessment_item_message {
	font-size: clamp(2.2rem, 1.6vw, 2.4rem);
	font-weight: 700;
}
.flow_assessment_item_message span {
	color: #FFE500;
}
.flow_assessment_item_price{
    position: absolute;
	width: 100%;
	max-width: 81px;
    right: 0;
    top: -65px;
}
.flow_assessment_item_wrapper {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	gap: 0 10px;
	margin-top: 40px;
}
.flow_assessment_item_img {
	width: 100%;
	max-width: 410px;
}
.flow_assessment_item_img img {
	border-radius: 30px;
}
.flow_assessment_item_content {
	width: 100%;
	max-width: 620px;
}
.flow_assessment_item_unit:nth-of-type(n + 2) {
	margin-top: 40px;
}
.flow_assessment_item_subtitle {
	position: relative;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1;
	padding-left: 20px;
}
.flow_assessment_item_subtitle::before {
	position: absolute;
	content: "";
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0;
	top: 3px;
	background-color: #067CBD;
}
.flow_assessment_item_text {
	line-height: 200%;
	margin-top: 17px;
}

/* flow - flow_sale
------------------------------ */
.flow_sale_inner {
	background-color: #EAF6FC;
	padding: 99px 0 130px;
}
.flow_sale_text {
	text-align: center;
	line-height: 200%;
	margin-top: 39px;
}
.flow_sale_items {
	margin-top: 43px;
}
.flow_sale_item {
	position: relative;
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}
.flow_sale_item:not(:last-of-type) {
	padding-bottom: 61px;
}
.flow_sale_item:not(:last-of-type)::before {
	position: absolute;
	content: "";
	width: 4px;
	top: 0;
	bottom: 0;
	left: 87.5px;
	background-color: #067CBD;
}
.flow_sale_item_img {
	position: relative;
	width: 100%;
	max-width: 175px;
}
.flow_sale_item_content {
	width: 100%;
	max-width: 875px;
	background-color: #fff;
	border-radius: 30px;
	padding: 40px 50px 45px;
}
.flow_sale_item_unit {
	display: flex;
	gap: 0 10px;
}
.flow_sale_item_step {
	width: 100%;
	max-width: 108px;
	border-radius: 110px;
	color: #fff;
	background-color: #067CBD;
	font-family: "Inter", sans-serif;
	text-align: center;
}
.flow_sale_item_step_text {
	font-size: 1.4rem;
	font-weight: 700;
}
.flow_sale_item_step_num {
	font-size: clamp(2.2rem, 1.87vw, 2.6rem);
	font-weight: 800;
}
.flow_sale_item_title {
	font-size: clamp(2.2rem, 1.87vw, 2.6rem);
	font-weight: 700;
}
.flow_sale_item_text {
	line-height: 200%;
	margin-top: 27px;
}
.flow_sale_item_btn {
	width: 100%;
	max-width: 280px;
	text-align: center;
	margin-top: 25px;
}
.flow_sale_item_btn .btn {
    padding: 13px 5px;
}

/* flow - flow_faq
------------------------------ */
.flow_faq_inner {
	background-color: #FFFBEA;
	padding: 100px 0 129px;
}
.flow_faq_text {
	text-align: center;
	line-height: 200%;
	margin-top: 47px;
}
.flow_faq_tab {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
	gap: 0 25px;
	margin-top: 50px;
}
.flow_faq_tab_label {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
    color: #0E74B8;
    background-color: #fff;
    order: -1;
	width: 280px;
	max-width: 100%;
	text-align: center;
	border-radius: 10px;
	border: 2px solid #0E74B8;
	padding: 14.5px 5px;
}
.flow_faq_tab_arrow  {
	position: absolute;
	display: inline-block;
    width: 15px;
    height: 15px;
    bottom: -9px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	color: #0E74B8;
	background: #fff;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
}
.flow_faq_tab_content {
	display: none;
    width: 100%;
	margin-top: 60px;
}
.flow_faq_tab_switch:checked + .flow_faq_tab_label {
	color: #fff;
    background: #0E74B8;
}
.flow_faq_tab_switch:checked + .flow_faq_tab_label .flow_faq_tab_arrow  {
	position: absolute;
	display: inline-block;
    width: 15px;
    height: 15px;
    bottom: -9px;
	left: 50%;
	transform: translateX(-50%) rotate(135deg);
	color: #0E74B8;
	background: #0E74B8;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
}
.flow_faq_tab_switch:checked + .flow_faq_tab_label + .flow_faq_tab_content {
    display: block;
}
.flow_faq_tab_switch {
    display: none;
}
.flow_faq_tab_figure {
}
.flow_faq_tab_figure dl {

}
.flow_faq_tab_figure dl:nth-of-type(n + 2) {
	margin-top: 44px;
}
.flow_faq_tab_figure dt {
	position: relative;
	font-size: 2.2rem;
	color: #0E74B8;
	background-color: #fff;
	border-radius: 200px;
	padding: 18px 10px 15px 66px;
}
.flow_faq_tab_figure dt::before {
	position: absolute;
	content: "Q";
	font-size: 2.2rem;
	color: #fff;
	background-color: #0E74B8;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	left: 20px;
	top: 15px;
	text-align: center;
}
.flow_faq_tab_figure dd {
	position: relative;
	line-height: 200%;
	padding: 0 10px 0 66px;
	margin-top: 21px;
}
.flow_faq_tab_figure dd::before {
	position: absolute;
	content: "A";
	font-size: 2.2rem;
	color: #fff;
	background-color: #5CC7ED;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	left: 20px;
	top: -3px;
	text-align: center;
}

/* purchase
------------------------------ */
.purchase_subtitle {
	font-size: clamp(3.2rem, 2.67vw, 4rem);
	font-weight: 700;
	letter-spacing: 0.015em;
}

/* purchase - purchase_troubled
------------------------------ */
.purchase_troubled {
	margin-top: 18px;
}
.purchase_troubled_inner {
	background-color: #EAF6FC;
	padding: 96px 0 75px;
}
.purchase_troubled_subtitle {
	font-size: clamp(3.2rem, 2.67vw, 4rem);
	font-weight: 700;
	text-align: center;
	margin-top: 8px;
}
.purchase_troubled_subtitle_icon {
	position: relative;
	display: inline-block;
	padding: 0 50px;
}
.purchase_troubled_subtitle_icon::before {
	position: absolute;
	content: "";
    width: 25px;
    height: 51px;
    left: 0;
    top: 7px;
	background: url(../images/purchase/purchase_troubled_subtitle_icon_left.png) no-repeat center center / contain;
}
.purchase_troubled_subtitle_icon::after {
	position: absolute;
	content: "";
    width: 25px;
    height: 51px;
	right: 0;
	top: 7px;
	background: url(../images/purchase/purchase_troubled_subtitle_icon_right.png) no-repeat center center / contain;
}
.purchase_troubled_subtitle_color {
	color: #0E74B8;
}
.purchase_troubled_subtitle_marker {
    color: #0E74B8;
    background: linear-gradient(transparent 75%, rgba(92,199,237,.45) 75%);
}
.purchase_troubled_lists {
	display: none;
	margin-top: 20px;
}
.purchase_troubled_list {
	font-size: 1.8rem;
	font-weight: 700;
	background-color: #fff;
	border: 1px solid #0E74B8;
	border-radius: 20px;
	padding: 10px 15px;
}
.purchase_troubled_list:nth-of-type(n + 2) {
	margin-top: 10px;
}
.purchase_troubled_list span {
	color: #0E74B8;
}
.purchase_troubled_img {
	margin-top: 46px;
}

/* purchase - purchase_relief
------------------------------ */
.purchase_relief_inner {
	position: relative;
	background-color: #067CBD;
	padding: 62px 0 0;
}
.purchase_relief_inner::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 67.5px solid transparent;
    border-left: 67.5px solid transparent;
    border-top: 30px solid #EAF6FC;
    border-bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
.purchase_relief_wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 0 20px;
}
.purchase_relief_title {
	color: #fff;
	margin-top: 16px;
}
.purchase_relief_title_color {
	color: #FFE500;
}
.purchase_relief_img {
	width: 100%;
	max-width: 163px;
}

/* purchase - purchase_possible
------------------------------ */
.purchase_possible_inner {
	background-color: #FFFBEA;
	padding: 107px 0 140px;
}
.purchase_possible_title {
	text-align: center;
}
.purchase_possible_title_icon {
	position: relative;
	display: inline-block;
	padding: 0 62px;
}
.purchase_possible_title_icon::before {
	position: absolute;
	content: "";
	width: 41px;
	height: 82px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_gold_feather_left.png) no-repeat center center / contain;
}
.purchase_possible_title_icon::after {
	position: absolute;
	content: "";
	width: 41px;
	height: 82px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_gold_feather_right.png) no-repeat center center / contain;
}
.purchase_possible_title_color {
	color: #0E74B8;
}
.purchase_possible_menus {
	display: flex;
	justify-content: space-between;
	gap: 0 22px;
	margin-top: 60px;
}
.purchase_possible_menu {
	width: calc(16.6667% - 18.3333px);
}
.purchase_possible_menu_link {
	position: relative;
	display: block;
	margin-inline: auto;
}
.purchase_possible_menu_link img {
	height: auto;
	left: 0;
	width: 100%;
}
.purchase_possible_menu_link img:last-of-type {
	position: absolute;
	opacity: 0;
	transition: opacity .3s;
}
.purchase_possible_items {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	counter-reset: cnt;
	gap: 59px 44px;
	margin-top: 84px;
}
.purchase_possible_item {
	position: relative;
	width: calc(50% - 22px);
	background-color: #fff;
	border-radius: 30px;
	padding: 30px 30px 40px;
}
.purchase_possible_item_num {
	position: absolute;
	font-family: "Inter", sans-serif;
	width: 90px;
	height: 90px;
	left: 50%;
    transform: translateX(-50%);
	top: -14px;
	border-radius: 50%;
	color: #fff;
	background-color: #067CBD;
	text-align: center;
}
.purchase_possible_item_num_text {
	font-size: 1.5rem;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: inherit;
}
.purchase_possible_item_num_text::after {
    counter-increment: cnt;
    content: "0"counter(cnt);
    font-size: 3.6rem;
    line-height: 1;
}
.purchase_possible_item_img img {
	border-radius: 30px;
}
.purchase_possible_item_title {
	font-size: clamp(2.6rem, 2.13vw, 3.2rem);
	font-weight: 700;
	color: #0E74B8;
	text-align: center;
	margin-top: 16px;
}
.purchase_possible_item_text {
	line-height: 200%;
	margin-top: 13px;
}

@media screen and (min-width: 769px) {
	.purchase_possible_menu_link:hover img {
		opacity: 1;
	}
}

/* purchase - purchase_reason
------------------------------ */
.purchase_reason {
	margin-top: 106px;
}
.purchase_reason_inner {
	padding: 0 0 152px;
}
.purchase_reason_title {
	text-align: center;
}
.purchase_reason_title_icon {
	position: relative;
	display: inline-block;
	padding: 0 62px;
}
.purchase_reason_title_icon::before {
	position: absolute;
	content: "";
	width: 41px;
	height: 82px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_gold_feather_left.png) no-repeat center center / contain;
}
.purchase_reason_title_icon::after {
	position: absolute;
	content: "";
	width: 41px;
	height: 82px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/common/icon_gold_feather_right.png) no-repeat center center / contain;
}
.purchase_reason_title_color {
	color: #0E74B8;
}
.purchase_reason_wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 0 10px;
	border-radius: 30px;
	border: 4px solid #067CBD;
	width: 100%;
    max-width: 1080px;
    padding: 39px 47px 46px;
	margin: 61px auto 0;
}
.purchase_reason_content {
	width: 100%;
	max-width: 520px;
}
.purchase_reason_subtitle {
	font-size: clamp(2.6rem, 2.13vw, 3.2rem);
	font-weight: 700;
	color: #0E74B8;
}
.purchase_reason_text {
	line-height: 200%;
	margin-top: 20px;
}
.purchase_reason_img {
	width: 100%;
	max-width: 410px;
	margin-top: 7px;
}
.purchase_reason_img img {
	border-radius: 30px;
}

/* company
------------------------------ */
/* company - company_introduction
------------------------------ */
.company_introduction {
	margin-top: 61px;
}
.company_introduction_wrapper {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	gap: 0 10px;
	margin-top: 48px;
}
.company_introduction_figure {
	width: 100%;
	max-width: 530px;
}
.company_introduction_figure dl {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0 10px;
}
.company_introduction_figure dl:nth-of-type(n + 2) {
	margin-top: 15px;
}
.company_introduction_figure dt {
	font-weight: 400;
	width: 100%;
	max-width: 160px;
	text-align: center;
	color: #fff;
	background-color: #067CBD;
	border-radius: 60px;
	padding: 8px 5px;
}
.company_introduction_figure dd {
	width: calc(100% - 160px);
	background-color: #F9F9F9;
	border-radius: 60px;
	overflow-wrap: break-word;
	padding: 8px 25px;
}
.company_introduction_img {
	width: 100%;
	max-width: 520px;
}
.company_introduction_img img {
	border-radius: 30px;
}
.company_introduction_map_head {
	font-size: clamp(2.4rem, 1.87vw, 2.8rem);
	font-weight: 700;
	text-align: center;
	margin-top: 60px;
}
.company_introduction_map {
	width: 100%;
	margin-top: 15px;
}
.company_introduction_map iframe {
	aspect-ratio: 1100/485;
	width: 100%;
	height: auto;
}
.company_introduction_map_text {
	text-align: center;
	margin-top: 20px;
}

/* company - company_introduction
------------------------------ */
.company_site {
	margin-top: 126px;
}
.company_site_inner {
	background-color: #EAF6FC;
	padding: 100px 0 130px;
}
.company_site_menus {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    gap: 29px 35px;
    width: 100%;
    max-width: 1036px;
    margin: 50px auto 0;
}
.company_site_menu {
	width: calc(50% - 17.5px);
}
.company_site_text {
	line-height: 200%;
	text-align: center;
	margin-top: 40px;
}
.company_site_name_en {
	font-size: 1.8rem;
	font-weight: 700;
}
.company_site_name_ja {
	font-size: 1.3rem;
}
.company_site_text a {
	position: relative;
	display: inline;
	color: #0E74B8;
}
.company_site_text a::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 1px;
	background-color: #0E74B8;
}

/* company - company_summary
------------------------------ */
.company_summary_inner {
	background-color: #FFFBEA;
	padding: 100px 0 130px;
}
.company_summary_wrapper {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	margin-top: 47px;
}
.company_summary_figure {
	width: 100%;
	max-width: 720px;
	flex: 2;
}
.company_summary_figure dl {
	display: flex;
}
.company_summary_figure dt {
	width: 100%;
	max-width: 230px;
	font-weight: 400;
	color: #fff;
	background-color: #067CBD;
    padding: 17px 20px 14px;
}
.company_summary_figure dl:first-of-type dt {
	border-radius: 10px 0 0 0;
}
.company_summary_figure dl:last-of-type dt {
	border-radius: 0 0 0 10px;
}
.company_summary_figure dl:not(:last-of-type) dt {
	border-bottom: 1px solid #fff;
}
.company_summary_figure dd {
	width: calc(100% - 230px);
	background-color: #fff;
	border-right: 1px solid #067CBD;
	border-bottom: 1px solid #067CBD;
	padding: 15px 20px;
}
.company_summary_figure dl:first-of-type dd {
	border-top: 1px solid #067CBD;
	border-radius: 0 10px 0 0;
}
.company_summary_figure dl:last-of-type dd {
	border-radius: 0 0 10px 0;
}
.company_summary_pictures {
	width: 100%;
	max-width: 340px;
	flex: 1;
}
.company_summary_picture:nth-of-type(n + 2) {
	margin-top: 28px;
}
.company_summary_picture img {
	border-radius: 10px;
}

/* company - company_food
------------------------------ */
.company_food {
	margin-top: 105px;
}
.company_food_inner {
	padding: 0 0 130px;
}
.company_food_pictures {
	display: flex;
	justify-content: space-between;
	gap: 0 20px;
}
.company_food_picture {
	width: calc(25% - 15px);
}
.company_food_picture img {
	border-radius: 20px;
}

/* contact
------------------------------ */
/* contact - contact_advantages
------------------------------ */
.contact_advantages {
    margin-top: 61px;
}
.contact_advantages_items {
	display: flex;
	justify-content: space-between;
	gap: 0 21px;
	counter-reset: cnt;
	margin-top: 79px;
}
.contact_advantages_item {
	position: relative;
	width: calc(25% - 15.75px);
	border: 3px solid #067CBD;
	border-radius: 20px;
	padding: 40px clamp(10px, 2vw, 30px) 20px;
}
.contact_advantages_item_num {
	position: absolute;
	font-family: "Inter", sans-serif;
	width: 65px;
	height: 65px;
	left: 50%;
    transform: translateX(-50%);
	top: -33px;
	border-radius: 50%;
	color: #fff;
	background-color: #067CBD;
	text-align: center;
}
.contact_advantages_item_num_text {
	font-size: 1.2rem;
	font-weight: 700;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	height: inherit;
}
.contact_advantages_item_num_text::after {
    counter-increment: cnt;
    content: "0"counter(cnt);
    font-size: 2.6rem;
    line-height: 1;
}
.contact_advantages_item_title {
    font-size: clamp(1.8rem, 1.33vw, 2rem);
	font-weight: 700;
	line-height: 125%;
	color: #0E74B8;
	text-align: center;
}
.contact_advantages_item_icon {
	margin-top: 7px;
}
.contact_advantages_item_text {
	font-weight: 500;
	line-height: 140%;
	margin-top: 16px;
}
.contact_advantages_item_text span {
	color: #0E74B8;
}

/* contact - contact_inquiry
------------------------------ */
.contact_inquiry {
	margin-top: 130px;
}
.contact_inquiry_inner {
	background-color: #EAF6FC;
	padding: 100px 0 130px;
}
.contact_inquiry_wrapper {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
	width: 100%;
	max-width: 791px;
	margin: 48px auto 0;
}
.contact_inquiry_tel {
	position: relative;
	width: 100%;
	max-width: 378px;
	padding-left: 28px;
}
.contact_inquiry_tel_title {
	position: absolute;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	color: #FFE400;
	background-color: #067CBD;
	display: grid;
    align-items: center;
    justify-content: center;
}
.contact_inquiry_tel_body {
	background-color: #fff;
	border-radius: 20px;
	padding: 36px 35px 31px 35px;
}
.contact_inquiry_tel_wrapper {
	width: 100%;
	max-width: 263px;
	margin-left: auto;
}
.contact_inquiry_tel_day {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 5px;
}
.contact_inquiry_fax {
	position: relative;
	width: 100%;
	max-width: 378px;
	padding-left: 28px;
}
.contact_inquiry_fax_title {
	position: absolute;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	color: #FFE400;
	background-color: #067CBD;
	display: grid;
    align-items: center;
    justify-content: center;
}
.contact_inquiry_fax_body {
	background-color: #fff;
	border-radius: 20px;
	padding: 36px 39px 31px 35px;
}
.contact_inquiry_fax_wrapper {
	width: 100%;
	max-width: 259px;
	margin-left: auto;
}
.contact_inquiry_fax_day {
	font-size: 1.4rem;
	text-align: center;
	margin-top: 6px;
}

/* contact - contact_mail
------------------------------ */
.contact_mail_inner {
	background-color: #FFFBEA;
	padding: 99px 0 130px;
}
.contact_mail_body {
	border-radius: 30px;
	background-color: #fff;
	padding: 50px 40px 65px;
	margin-top: 48px;
}
.contact_mail_texts {
	line-height: 180%;
}
.contact_mail_form {
	margin-top: 30px;
}

/* 404
------------------------------ */
#yonmaruyon_main {
	margin-top: 100px;
}
.yonmaruyon_btn {
    margin-top: 30px;
}
.yonmaruyon_btn .btn {
    width: 100%;
	max-width: 258px;
    padding: 20px 25px;
	border-radius: 50px;
}
.yonmaruyon_inner {
	padding-bottom: 100px;
}

/* footer
------------------------------ */
.footer_inner {
	padding: 70px 0 0;
}
.footer_wrapper {
	display: flex;
	justify-content: space-between;
	gap: 0 10px;
}
.footer_left {
	width: 100%;
	max-width: 419px;
	flex: 1;
}
.footer_logo {
	width: 100%;
	max-width: 419px;
}
.footer_content {
	font-size: clamp(1.3rem, 1.07vw, 1.6rem);
	line-height: 180%;
	margin-top: 30px;
}
.footer_right {
	width: 100%;
	/* max-width: 526px; */
	max-width: 696px;
	flex: 2;
	padding-top: 20px;
}
.footer_lists {
	display: flex;
	justify-content: flex-end;
}
.footer_list {
	border-right: 1px solid #E1E1E1;
}
.footer_list:first-of-type {
	border-left: 1px solid #E1E1E1;
}
.footer_list a {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 600;
	padding: 3px clamp(10px, 1.8vw, 26.5px);
}
.footer_buttons {
	display: flex;
    gap: 20px 18px;
	margin-top: 53px;
}
.footer_button {
	/* width: calc(50% - 10.5px); */
	width: calc(33.3333% - 13.3333px);
}
.footer_button a {
	position: relative;
	display: inline-block;
	/* font-size: clamp(1.3rem, 1.07vw, 1.6rem); */
	font-size: clamp(1.2rem, 0.93vw, 1.4rem);
	font-weight: 600;
	width: 100%;
	color: #0E74B8;
	background-color: #EAF6FC;
	border: 1px solid #EAF6FC;
	border-radius: 10px;
	/* padding: 11px 20px 11px; */
	padding: 11px clamp(8px, 0.67vw, 10px) 11px clamp(5px, 1.33vw, 20px);
}
.footer_button a::after {
	position: absolute;
	content: "";
	/* width: 22px;
	height: 22px; */
	width: 14px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	/* right: 18px; */
	right: 6px;
	background: url(../images/common/icon_circle_right_blue_white.svg) no-repeat center center / contain;
}
.footer_banners {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 18px;
    margin-top: 20px;
}
.footer_banner {
    width: 100%;
    max-width: calc(33.3333% - 13.3333px);
}
.footer_banner a {
    display: block;
	transition: .3s;
}
.footer_banner_img img {
	border-radius: 10px;
	box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 5px;
}
.footer_banner_text {
	font-size: 1.4rem;
    font-weight: 600;
}
.footer_copyright {
	color: #fff;
	background-color: #067CBD;
	text-align: center;
	padding: 6px 0 130px;
	margin-top: 90px;
}
.footer_copyright small {
	font-size: 1rem;
}
.footer_copyright a {
	display: inline-block;
}
.footer_copyright a::after {
	content: "";
	display: block;
	width: 0;
	transition: width 0.3s;
	border-bottom: 1px solid #067CBD;
}
.footer_menus_wrapper {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #067CBD;
	box-shadow: 0 -3px 10px #fff;
	transition: .3s;
	padding: 20px 0;
	z-index: 10;
}
.footer_menus_wrapper.footer_fixed {
	display: block;
}
.footer_menus {
	display: flex;
	justify-content: space-between;
}
.footer_menu {
	width: calc(50% - 10px);
}
.footer_menu_link {
	position: relative;
	display: block;
}
.footer_menu_link img {
	border-radius: 10px;
}
.footer_menu_mail img {
	height: auto;
	left: 0;
	width: 100%;
}
.footer_menu_mail img:last-of-type {
	position: absolute;
	opacity: 0;
	transition: opacity .3s;
}

@media screen and (min-width: 769px) {
	.footer_list a:hover {
		color: #067CBD;
	}
	.footer_list a:hover::after {
		width: 100%;
	}
	.footer_button a:hover {
		background-color: #fff;
		border-color: #067CBD;
	}
	.footer_banner a:hover {
        opacity: .7;
    }
	.footer_copyright a:hover::after {
		width: 100%;
	}
	.footer_menu_mail:hover img {
		opacity: 1;
	}
}

/* Page Top
------------------------------ */
.pagetop{
	position: fixed;
	bottom: 140px;
	right: 50px;
	width: 54px;
	height: 54px;
	transition: all .4s;
	opacity: 0;
	z-index: 10;
	box-sizing: border-box;
	border: 1px solid #fff;
	background: #067CBD;
}
.pagetop.show{
	opacity: 1;
}
.pagetop:hover{
	color: #067CBD;
	background: #fff;
	border: 1px solid #067CBD;
}
.pagetop::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	border-top: #fff solid 1px;
	border-left: #fff solid 1px;
	transform: rotate(45deg);
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 26px;
	transition: .25s;
}
.pagetop:hover::before{
	border-top-color: #067CBD;
	border-left-color: #067CBD;
}
