@charset "utf-8";

/*
Theme Name: mc
Version: 1.0
*/
/*-------------------------------------------------------------
reset 
-------------------------------------------------------------*/
html {
	height: 100%;
	font-size: 62.5%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	visibility: hidden;
}

html.wf-active,
html.wf-inactive {
	visibility: visible;
}

body {
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7;
	color: #333;
	font-weight: 400;
	height: 100%;
	position: relative;
	letter-spacing: 0.05em;
	overflow-wrap: break-word;
	word-wrap: break-word;
}



header,
main,
article,
section,
nav,
footer {
	display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
dt,
dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

input {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.7;
	color: #000;
	position: relative;
	letter-spacing: 0.06em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	border: 1px solid #ccc;
	padding: 10px 15px;
/* 	-webkit-appearance: none; */
	border-radius: 0;
}

textarea {
	font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

em {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

caption {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

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

::-webkit-input-placeholder {
	color: #ccc;
}

::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #ccc;
}

input:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder {
	color: transparent;
}

.clearfix::after {
	content: "";
	clear: both;
	display: block;
}

/*-------------------------------------------------------------
reset end 
-------------------------------------------------------------*/
/*-------------------------------------------------------------
Page related
-------------------------------------------------------------*/
#wrapper {
	position: relative;
	overflow: hidden;
}

#wrapper::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(img/bg_gray.png) repeat;
	z-index: -100;
}

#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}

::selection {
	background: #222;
	color: #fff;
}

::-moz-selection {
	background: #222;
	color: #fff;
}

::-webkit-selection {
	background: #222;
	color: #fff;
}

.sp_size {
	display: none !important;
}

/*-------------------------------------------------------------
header
-------------------------------------------------------------*/
/* #wrapper.fixed {
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
} */

#wrapper::after {
	position: absolute;
	content: "";
	top: -5px;
	left: -5px;
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	-webkit-backdrop-filter: blur(5px) brightness(0.98);
	backdrop-filter: blur(5px) brightness(0.98);
	z-index: 100;
	opacity: 0;
	transition: all .3s ease;
	pointer-events: none;
	overflow: hidden;
}

#wrapper.fixed::after {
	opacity: 1;
	pointer-events: auto;
}

#header_wrap:after {
	content: "";
	clear: both;
	display: block;
}

#header_wrap {
	width: 100%;
	height: 90px;
	position: absolute;
	top: 0;
	background: transparent;
	transition: all .2s ease;
	z-index: 110;
}

#header_area {
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
}

#logo {
	display: flex;
	align-items: center;
	height: 114px;
	padding: 4px 20px 10px 48px;
	margin-right: auto;
	/* background: #FFF; */
	transition: all 0.3s;
	/* z-index: 1000; */
	pointer-events: auto;
}

#logo a {
	display: block;
	/*     margin: 7px 0 0; */
}

#logo img {
	display: block;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* 
.logo_txt {
    font-family: 'Noto Serif JP', serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7rem;
    padding: 0 0 0 20px;
    margin: 0 0 0 13px;
    position: relative;
}

.logo_txt::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 38px;
    background: #EEEEEE;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.logo_txt span {
    display: block;
    margin: 0 0 7px;
} */

/* .pc_menu {
    padding-right: 90px;
} */
/* 
.pc_menu_list {
    overflow: visible;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
}

.pc_menu_item {
    display: inline-block;
    position: relative;
    list-style: none;
    line-height: 1.7;
    margin: 0 19px 0 0;
}

.pc_menu_item:last-child {
    margin-right: 42px;
}

.pc_menu_link {
    display: block;
    font-family: 'Noto Sans JP', 'Open Sans', sans-serif, "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #333 !important;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    padding: 7px 5px 5px;
    position: relative;
    transition: all 0.3s;
}

.pc_menu_link:hover {
    opacity: .7;
} */
/* .pc_menu nav {
	display: block;
} */
.pc_menu.pc_size {
    pointer-events: auto;
}
.pc_menu_btn {
	display: inline-block;
	list-style: none;
	line-height: 1.7;
	margin: 0 0 0 0;
	position: relative;
	width: 195px;
	max-width: 100%;
	height: 47px;
}

.pc_menu_btn_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 5px 32px 1px 34px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #FFF;
	background-color: #222222;
	border-radius: 100px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
}

.pc_menu_btn_link::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #0075C0;
	top: 50%;
	left: 21px;
	transform: translateY(-50%);
	transition: all .3s ease;
	border-radius: 50%;
}

.pc_menu_btn_link:hover {
	background: #2E538D;
}

/* ハンバーガーメニュー関連 */
#toggle {
	/* position: fixed; */
	display: block;
	height: 114px;
	/* top: 0; */
	/* right: 0; */
	z-index: 100;
	pointer-events: all;
}

#toggle a {
	display: block;
	background: none;
	color: #fff;
	width: 114px;
	height: 100%;
	/*     background: #229F42; */
	box-sizing: border-box;
	position: relative;
	transition: all .3s ease;
}

#toggle a:hover {
	background-color: rgba(47, 84, 142, .1);
}

#toggle a span,
#toggle a::before,
#toggle a::after {
	content: "";
	font-size: 0;
	position: absolute;
	display: block;
	background: #222;
	width: 50px;
	height: 1px;
	left: 33px;
	transition: all 0.3s;
}


#toggle a::before {
	top: 45px;
}

#toggle a span {
	top: 55px;
}

#toggle a::after {
	top: 65px;
	width: 35px;
}

#toggle a.open {
	color: #fff;
}

#toggle a.open span {
	opacity: 1;
}

#toggle a.open span {
	opacity: 0;
}

#toggle a.open:before {
	-moz-transform: translate(0, 12px) rotate(45deg);
	-webkit-transform: translate(0, 12px) rotate(45deg);
	transform: translate(0, 12px) rotate(45deg);
	width: 53px;
	top: 42px;
	left: 30px;
}

#toggle a.open:after {
	-moz-transform: translate(0, -12px) rotate(-45deg);
	-webkit-transform: translate(0, -12px) rotate(-45deg);
	transform: translate(0, -12px) rotate(-45deg);
	width: 53px;
	top: 66px;
	left: 30px;
}

.fixed #header_wrap {
	position: fixed;
	top: 0;
}

.fixed .pc_menu {
	opacity: 0;
}

#menu-box {
	/* display: flex; */
	/* align-items: center; */
	/* flex-direction: column; */
	/* justify-content: center; */
	float: none;
	position: fixed;
	z-index: 100;
	top: 0;
	/* left: 0; */
	right: 0;
	bottom: 0;
	width: 600px;
	max-width: 100%;
	height: 100%;
	padding-top: 114px;
	margin: 0;
	/* background: #FFF; */
	background: url(img/bg_gray.png) repeat;
	box-sizing: border-box;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	opacity: 1;
	transition: all .3s ease;
	pointer-events: auto;
}

#menu-box.menu_dis {
	opacity: 0;
	pointer-events: none;
}

#menu {
	display: block;
	width: 908px;
	max-width: 100%;
	padding: 0 70px;
	position: relative;
	z-index: 1000;
}

.menu_list_wrap {
	/* display: flex; */
	margin-bottom: 50px;
}

.menu_list {
	padding-left: 0;
	margin: 0;
	flex: 1;
}

.menu_item {
	list-style: none;
	display: block;
	line-height: 1.7;
	float: none;
	margin: 0;
	/* width: 250px; */
	border-bottom: 1px solid #DDDDDD;
	position: relative;
	box-sizing: border-box;
	text-align: left;
}

.menu_link {
	display: block;
	font-size: 1.5rem;
	text-decoration: none;
	color: #222;
	padding: 20px 40px 20px 20px;
	margin: 0;
	opacity: 1 !important;
	transition: all .3s ease;
}

.menu_link::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #0075C0;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: all .3s ease;
	border-radius: 50%;
	opacity: .2;
}

/* hover */
.menu_link:hover {
	color: #2E538D;
}

.menu_link:hover::before {
	opacity: 1;
}

/*  */
/* .menu_btn_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	max-width: 563px;
	margin: 0 auto;
	position: relative;
}

.menu_btn_item {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 265px;
	text-decoration: none;
	color: #FFF !important;
	height: 80px;
	background: #222;
	position: relative;
	transition: all .7s ease;
}

.menu_btn_item::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	background: #2E538D;
	opacity: 0;
	transition: all .5s ease;
	pointer-events: none;
}

.menu_btn_item span {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	position: relative;
}

.menu_btn_item span::before {
	display: block;
	content: attr(data-txt)"";
	font-size: 1.2rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	margin-bottom: 1px;
	max-height: 100%;
} */

/* hover */
/* .menu_btn_item:hover::before {
	opacity: 1;
} */

.menu_btn_item {
	display: inline-block;
	list-style: none;
	line-height: 1.7;
	margin: 0 0 0 0;
	position: relative;
	width: 195px;
	max-width: 100%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	/* height: 100%; */
	padding: 5px 32px 1px 34px;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	letter-spacing: 0.06em;
	color: #FFF !important;
	background-color: #222222;
	border-radius: 100px;
	cursor: pointer;
	text-decoration: none;
	transition: all .3s ease;
	max-height: 100%;
	position: relative;
}

.menu_btn_item::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #0075C0;
	top: 50%;
	left: 21px;
	transform: translateY(-50%);
	transition: all .3s ease;
	border-radius: 50%;
}

.menu_btn_item:hover {
	background: #2E538D;
}


/*-------------------------------------------------------------
footer
-------------------------------------------------------------*/

#footer_wrap {
	/* background: #08A0E4; */
	position: relative;
}

/* #footer_wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #08A0E4;
    z-index: -10;
} */
/*---------
	footer_aside
-------------*/
#aside_sns_wrap {
	display: block;
	position: fixed;
	left: 0;
	bottom: 133px;
	z-index: 10;
}

#aside_sns_wrap .aside_sns {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/* background:#FFF58C; */
	/* color: #38858C !important; */
	/* font-weight: bold; */
	/* text-decoration: none !important; */
	/* box-shadow:0 0 10px rgba(0,0,0,0.3); */
	margin-left: 18px;
	box-sizing: border-box;
	/* width: 70px; */
	/* height:130px; */
	/* padding:73px 5px 0 5px; */
	/* text-align: center; */
	/* transition: opacity 0.3s; */
}

/* #aside_sns_wrap .aside_sns:hover {
    opacity: 0.8;
} */

#aside_sns_wrap .aside_sns p {
	display: inline-block;
	writing-mode: vertical-rl;
	font-feature-settings: initial;
	margin: 0 0 10px;
	padding-bottom: 33px;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.5;
	position: relative;
	/* letter-spacing:normal; */
	/* line-height:1.2; */
}

#aside_sns_wrap .aside_sns p::after {
	position: absolute;
	content: "";
	width: 1px;
	height: 25px;
	bottom: 0;
	left: 50%;
	background: #222;
}

.aside_sns_list {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.aside_sns_list a {
	display: block;
	margin-bottom: 10px;
}

.aside_sns_list a:last-child {
	margin-bottom: 0;
}

.aside_sns_list a img {
	display: block;
	transition: opacity .3s ease;
}

.aside_sns_list a:hover img {
	opacity: .7;
}

/*---------
	footer_content
-------------*/


#return {
	position: relative;
}

#return a {
	position: fixed;
	bottom: 20px;
	right: 40px;
	display: block;
	background: #222;
	width: 60px;
	height: 60px;
	transition: opacity .3s;
	font-size: 0;
	text-decoration: none;
	z-index: 50;
	border-radius: 50%;
	/* border: 1px solid rgb(255, 255, 255, .3); */
}

#return a::after {
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 15px;
	height: 15px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(-45deg);
	transition: border-color 0.3s;
}

#return a:hover {
	opacity: .7;
}

/*---------
	footer_entry
-------------*/
.footer_entry {
	position: relative;
	padding: 132px 0 133px;
	background: #0F2F61 url(img/footer_entry_bg.jpg) no-repeat center / cover;
}

.footer_entry_inner {
	max-width: 1540px;
	padding: 0 20px;
	margin: 0 auto;
}

.f_entry_box {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
}

.f_entry_box_item {
	color: #FFF;
}

.f_entry_box_item:nth-child(2) {
	width: 612px;
	max-width: 46%;
	margin-top: 25px;
}

.f_entry_ttl h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0;
	max-height: 100%;
	margin: 0;
}

.f_entry_ttl h2::before {
	display: block;
	content: attr(data-txt) "";
	font-family: 'Cormorant', sans-serif;
	font-size: 15rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	margin-bottom: 19px;
	max-height: 100%;
}

.f_entry_ttl+h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.8rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 41px 0 23px;
	max-height: 100%;
}

.f_entry_box_item p {
	line-height: 1.75;
	margin-bottom: 0;
}

.f_entry_link {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.666;
	letter-spacing: 0;
	text-align: center;
	text-decoration: none;
	color: #222;
	height: 183px;
	padding: 20px 95px;
	margin: 0 0 20px;
	/* background-color: #ACB7C6; */
	/* background: url(img/footer_entry_btn_corner_lt.svg) no-repeat left top,url(img/footer_entry_btn_corner_rt.svg) no-repeat right top,url(img/footer_entry_btn_corner_rb.svg) no-repeat right bottom, url(img/footer_entry_btn_corner_lb.svg) no-repeat left bottom; */
	/* background-color: #ACB7C6; */
	position: relative;
	transition: opacity .3s ease;
}

.f_entry_link::before {
	position: absolute;
	content: "";
	width: calc(100% - (39px * 2));
	height: 100%;
	top: 0;
	left: 39px;
	background: #ACB7C6;
}

.f_entry_link::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(img/footer_entry_btn_side_l.svg) no-repeat top left / auto 100%, url(img/footer_entry_btn_side_r.svg) no-repeat top right / auto 100%;
}

.f_entry_link span {
	position: relative;
}

.f_entry_link_arrow {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}

.f_entry_link_arrow:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 45px;
    background: url(img/veiwmore_arrow_black.svg) no-repeat center right 17px / 12px auto;
	border: 1px solid #222;
    z-index: 1;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.f_entry_link:hover {
	opacity: .7
}

/*---------
	footer_main
-------------*/
.footer_main {
	max-width: 1240px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 79px 20px 56px 20px;
	margin: auto;
}

.footer_address {
	display: block;
	/* color: #FFF; */
	font-family: 'Noto Serif JP', serif;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5625;
	width: calc(50% - 57px);
	margin: 15px 20px 0 0;
}

.footer_address strong {
	display: block;
}

.footer_address .footer_logo {
	display: inline-block;
	margin-bottom: 30px;
}

.footer_address .footer_logo a {
	display: block;
}

.footer_address .footer_logo a img {
	display: block;
}

.footer_address p {
	/* font-weight: bold; */
	line-height: 1.75;
	margin: 0 0 43px;
	max-height: 100%;
}

.footer_address [href^="tel:"] {
	text-decoration: none;
	color: #222 !important;
}

.footer_address [target^="_blank"] {
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	color: #222 !important;
	padding-right: 20px;
	background: url(img/popup.svg) no-repeat center right / 13px auto;
	transition: opacity .3s ease;
}

.footer_address [target^="_blank"]:hover {
	opacity: .7;
}

.footer_menu_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(50% + 24px);
	margin-left: auto;
}

.footer_menu {
	min-width: 212px;
	white-space: nowrap;
	margin-right: 59px;
}

.footer_menu:last-child {
	margin-right: 0;
}

.footer_menu_list {
	padding: 0;
	margin: 0 0 27px;
	border-top: 1px solid rgb(255, 255, 255, 25%);
}

.footer_menu_list:last-child {
	margin-bottom: 0;
}

.footer_menu_item {
	list-style: none;
	line-height: 1.538;
	letter-spacing: 0.05em;
	padding: 0;
	margin: 0;
}

.footer_menu_link {
	position: relative;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	color: #222 !important;
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	transition: all 0.3s;
	font-weight: bold;
	margin: 0 0 7px;
}

/* .footer_menu_link:hover {
    opacity: .7;
} */

.footer_menu_link.f_parent_link {
	position: relative;
	overflow: hidden;
}

.footer_menu_link.f_parent_link span {
	display: inline-block;
}

.f_sub_list {
	padding: 0;
	margin: 0;
}

.f_sub_item {
	line-height: 1.5;
	margin-bottom: 4px;
	list-style: none !important;
}

.f_sub_link,
.footer_lnk_top a {
	position: relative;
	display: inline-block;
	font-family: 'Noto Serif JP', serif;
	color: #222 !important;
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.3em;
	line-height: 1.6;
	transition: all 0.3s;
}

.f_sub_link:hover {
	opacity: .7;
}

#copyright {
	font-family: 'Noto Serif JP', serif;
	color: #222;
	text-align: right;
	/* border-top: 1px solid rgb(0, 0, 0, 25%); */
	padding: 30px 20px;
}

#copyright p {
	max-width: 1600px;
	margin: auto;
}

#copyright p small {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
}


[href^="tel:"] {
	color: #333 !important;
	pointer-events: none;
	text-decoration: none !important;
}

@media (min-width: 768px) {
	body {
		min-width: 1240px;
	}
}

@media screen and (max-width:767px) {
	body {
		background: #fff;
		width: auto;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		font-size: 1.3rem;
		margin-bottom: 15px;
		line-height: 1.6;
	}

	input,
	textarea,
	select {
		font-size: 1.4rem;
	}

	#nojs {
		width: auto;
		background: #fff;
		color: #f00;
		padding: 10px;
		border: 5px solid #F00;
		text-align: center;
		margin: 10px auto;
	}

	img {
		width: auto;
		max-width: 100%;
	}

	.pc_size {
		display: none !important;
	}

	.sp_size {
		display: block !important;
	}

	/*-------------------------------------------------------------
	header
	-------------------------------------------------------------*/
	#header_wrap {
		z-index: 1500;
	}

	#header_wrap.sp_menu_on {
		border-bottom: none;
	}

	#header_wrap.index_header {
		height: 65px;
		transition: background-color 0.3s;
	}

	#logo {
		max-width: calc(100% - 65px);
		height: 65px;
		padding: 3px 15px 3px 13px;
	}

	#logo a,
	#logo img {
		max-width: calc(100vw - 115px);
		max-height: 37px;
		margin: 0;
	}

	/*     .logo_txt {
        font-size: 1.2rem;
        padding: 0 0 0 13px;
        margin: 0 0 0 10px;
    }

    .logo_txt::before {
        height: 33px;
    }

    .logo_txt span {
        display: block;
        margin: 0 0 2px;
    } */

	#toggle {
		height: 65px;
	}

	#toggle a {
		width: 65px;
	}

	#toggle a span,
	#toggle a::before,
	#toggle a::after {
		width: 40px;
		left: 12px;
	}

	#toggle a::before {
		top: 22px;
	}

	#toggle a span {
		top: 32px;
	}

	#toggle a::after {
		width: 30px;
		top: 42px;
	}

	#toggle a.open:before {
		width: 38px;
		top: 21px;
		left: 15px;
	}

	#toggle a.open:after {
		width: 38px;
		top: 44px;
		left: 15px;
	}


	#menu {
		padding: 0 20px 20px;
	}

	#menu-box {
		display: block;
		padding-top: 65px;
		width: 100%;
	}

	.menu_list_wrap {
		display: block;
		margin: 0 0 30px;
	}

	.menu_list {
		margin: 0;
	}

	.menu_item {
		width: 100%;
	}

	.menu_link {
		font-size: 1.4rem;
		padding: 18px 30px 18px 10px;
	}

	.menu_link::before {
		right: 10px;
	}

	/*  */
	.menu_btn_list {
		max-width: calc(100% - 40px);
		margin: 0 auto;
	}

	.menu_btn_item {
		/* width: 100%; */
		height: 60px;
		padding: 5px 36px 1px;
	}

	/* .menu_btn_item:first-child {
		margin-bottom: 10px;
	}
 */
	/* .menu_btn_item span {
		font-size: 1.3rem;
	}

	.menu_btn_item span::before {
		font-size: 1.1rem;
	} */

	/* hover */


	/*-------------------------------------------------------------
	footer
	-------------------------------------------------------------*/
	/*---------- footer ----------*/
	/*---------
		footer_aside
	-------------*/
	#aside_sns_wrap {
		bottom: 0px;
	}

	#aside_sns_wrap .aside_sns {
		margin: 0 0 26px 14px;
	}

	#aside_sns_wrap .aside_sns p {
		display: none;
	}

	#aside_sns_wrap .aside_sns p::after {
		position: absolute;
		content: "";
		width: 1px;
		height: 25px;
		bottom: 0;
		left: 50%;
		background: #222;
	}

	.aside_sns_list {
		flex-direction: row;
	}

	.aside_sns_list a {
		display: block;
		margin: 0 10px 0 0;
	}

	.aside_sns_list a:last-child {
		margin-right: 0;
	}

	.aside_sns_list a img {
		display: block;
		transition: opacity .3s ease;
	}

	.aside_sns_list a:hover img {
		opacity: .7;
	}

	/*---------
		footer_content
	-------------*/
	#return a {
		width: 50px;
		height: 50px;
		right: 20px;
	}

	#return a span {
		display: block;
		position: absolute;
		top: -19px;
		width: 100%;
		text-align: center;
	}


	/*---------
		footer_entry
	-------------*/
	.footer_entry {
		padding: 50px 0 30px;
	}

	/* .footer_entry_inner {
		max-width: 1540px;
		padding: 0 20px;
		margin: 0 auto;
	} */

	.f_entry_box {
		flex-wrap: wrap;
	}

	.f_entry_box_item:nth-child(2) {
		/* width: 612px; */
		max-width: 100%;
		/* margin-top: 25px; */
	}

	.f_entry_ttl h2 {
		font-size: 1.8rem;
	}

	.f_entry_ttl h2::before {
		font-size: 6rem;
		margin: 0 0 10px !important;
	}

	.f_entry_ttl+h3 {
		font-size: 2.0rem;
		margin: 20px 0 23px;
	}

	.f_entry_box_item p {
		line-height: 1.75;
		margin-bottom: 0;
	}

	.f_entry_link {
		display: flex;
		align-items: center;
		justify-content: center;
		font-family: 'Noto Serif JP', serif;
		font-size: 2rem;
		font-weight: 500;
		line-height: 1.666;
		letter-spacing: 0;
		text-align: center;
		text-decoration: none;
		color: #222;
		height: 120px;
		padding: 10px 25px;
		margin: 0 0 20px;
		/* background-color: #ACB7C6; */
		/* background: url(img/footer_entry_btn_corner_lt.svg) no-repeat left top,url(img/footer_entry_btn_corner_rt.svg) no-repeat right top,url(img/footer_entry_btn_corner_rb.svg) no-repeat right bottom, url(img/footer_entry_btn_corner_lb.svg) no-repeat left bottom; */
		/* background-color: #ACB7C6; */
		position: relative;
		transition: opacity .3s ease;
	}

	.f_entry_link::before {
		position: absolute;
		content: "";
		width: calc(100% - (25px * 2));
		height: 100%;
		top: 0;
		left: 25px;
		background: #ACB7C6;
	}

	.f_entry_link::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: url(img/footer_entry_btn_side_l.svg) no-repeat top left / auto 100%, url(img/footer_entry_btn_side_r.svg) no-repeat top right / auto 100%;
	}

	.f_entry_link span {
		position: relative;
	}

	.f_entry_link:hover {
		opacity: .7
	}
	
	.f_entry_link_arrow:before {
		right: 35px;
		background: url(img/veiwmore_arrow_black.svg) no-repeat center right 10px / 12px auto;
		width: 35px;
		height: 35px;
	}
	/*---------
		footer_main
	-------------*/
	.footer_main {
		flex-direction: column;
		padding: 0;
		padding: 40px 20px 45px;
	}

	.footer_address {
		font-size: 1.3rem;
		width: 100%;
		padding: 0 0 35px;
		margin: 0;
		text-align: center;
		border-bottom: 1px solid rgb(0, 0, 0, 25%);
	}


	.footer_address .footer_logo {
		width: 265px;
		max-width: calc(100% - 40px);
		margin-bottom: 10px;
	}

	.footer_address .footer_logo a img {
		margin: 0 auto;
	}


	/* .footer_address p {
        font-size: 1.3rem;
    } */

	.footer_menu_wrap {
		display: block;
		width: 100%;

	}

	.footer_menu {
		width: 100%;
		margin: 0;
	}

	.footer_menu:last-child {
		margin-top: 0;
	}

	.footer_menu_list {
		width: 100%;
		padding: 0;
		font-size: 13px;
		margin: 0;
		border-top: none;
	}

	.footer_menu_item {
		position: relative;
		margin: 0 !important;
		border-bottom: 1px solid rgb(0, 0, 0, 25%);
	}

	.footer_menu_link,
	.footer_lnk_top a,
	.f_sub_link {
		display: block;
		font-size: 1.3rem;
		letter-spacing: 0.2em;
		padding: 15px 40px 15px 20px;
	}

	.footer_menu_link {
		font-weight: bold;
		margin: 0 0 0;
	}

	/* .footer_menu_link.f_parent_link::before,
    .footer_menu_link.f_parent_link::after {
        content: '';
        display: block;
        position: absolute;
        top: 24px;
        margin: auto;
        background: #FFF;
        opacity: 1;
    } */

	.footer_menu_link.f_parent_link::after {
		top: 18px;
	}

	.footer_menu_link.f_parent_link.open::after {
		opacity: 0;
	}

	.f_sub_item.sp_size {
		padding: 0;
		border-bottom: 1px solid rgb(0, 0, 0, 25%);
	}

	.sp_size .f_sub_link {
		display: block;
		padding: 15px 20px;
		font-size: 1.3rem;
		letter-spacing: 1.3px;
	}

	.f_sub_item,
	.footer_lnk_top {
		margin: 0;
	}

	.footer_lnk_top {
		border-bottom: 1px solid #e6e6e6;
	}

	.f_sub_list {
		display: none;
		padding: 0;
		margin: 0 !important;
		border-top: 1px solid rgb(0, 0, 0, 25%);
		border-left: none;
	}

	.f_parent_link::before,
	.f_parent_link::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		margin: auto;
		background: #222;
	}

	.f_parent_link::before {
		top: 24px;
		right: 19px;
		width: 14px;
		height: 2px;
	}

	.f_parent_link::after {
		top: 18px;
		right: 25px;
		width: 2px;
		height: 14px;
		transition: opacity 0.3s;
	}

	#copyright {
		padding: 10px 20px 80px;
	}

	#copyright p small {
		font-size: 1.3rem;
	}

	[href^="tel:"] {
		pointer-events: all;
		text-decoration: underline;
	}
}