/*!
Theme Name: customize_theme
*/

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url("https://use.typekit.net/xxd5jul.css");

bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: 0 0
}

body {
	line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

nav ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: '';
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: 700
}

del {
	text-decoration: line-through
}

abbr[title],
dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input,
select {
	vertical-align: middle
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

html {
	font-size: 62.5%;
}

* {
	max-height: 99999px;
}

body {
	font-family: "Noto Sans JP", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 1.6rem;
	color: #222;
	font-weight: 400;
	line-height: 1.75;
}

img,
video {
	vertical-align: bottom;
	max-width: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	opacity: 0.6;
}

#wrap {
	overflow: hidden;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.inline {
	display: inline-block;
}

.left {
	float: left;
}

.right {
	float: right;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.tab {
	display: none;
}

.in {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.in_in {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
}

.flex {
	display: flex;
}

.flex_w {
	flex-wrap: wrap;
}

.palt {
	font-feature-settings: "palt";
}

@media screen and (max-width: 1180px) {
	body {
		font-size: 1.4rem;
	}

	#wrap {
		width: 100vw;
		overflow: hidden !important;
	}

	.pc {
		display: none;
	}

	.sp {
		display: none;
	}

	.tab {
		display: block;
	}

	.in,
	.in_in {
		width: 90%;
		margin: 0 auto;
	}

	.flex_w_tab {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 750px) {

	.flex_w_sp {
		flex-wrap: wrap;
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.tab {
		display: none;
	}
.home #main_v {
    background-position: -30em top;
}
}

/*FONT*/
.en {
	font-family: "century-gothic", sans-serif;
	font-weight: 700;
	font-style: normal;
}

/*color*/


.bg_white {
	background: #fff;
}
.bg_y {
	background: #E1DE51;
}
.bg_gray {
	background: #F0F0F0;
}
.bg_red {
	background: #C00000;
}
.cor_white {
	color: #fff;
}
.cor_y {
	color: #E1DE51;
}

.r_btn{
	background: linear-gradient(180deg, rgba(192, 0, 0, 1) 49%, rgba(144, 9, 9, 1) 50%);
	box-sizing: border-box;
	border: 5px solid #900909;
	align-items: center;
	line-height: 1;
	transition: 0.25s;
}
.r_btn img{
	margin-right: 10px;
}
.r_btn:hover{
	opacity: 1;
	background: linear-gradient(180deg, rgba(192, 0, 0, 1) 100%, rgba(144, 9, 9, 1) 0%);
}

.btn_02{
	width: 480px;
	padding: 10px;
	text-align: center;
	display: block;
	margin: auto;
	border: 1px solid #000;
	position: relative;
	box-sizing: border-box;
}
.btn_02:before{
	content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    display: block;
    transform: rotate(135deg);
    position: absolute;
    right: 20px;
    top: 20px;
}
.btn_03{
	width: 480px;
	padding: 10px;
	text-align: center;
	display: block;
	margin: auto;
	border: 1px solid #000;
	position: relative;
	box-sizing: border-box;
}
.btn_03:before{
	content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    display: block;
    transform: rotate(-45deg);
    position: absolute;
    left: 20px;
    top: 20px;
}
@media screen and (max-width: 750px) {
	.btn_02{
		width: 100%;
	}
	.btn_02:before{
		top: 16px;
	}
	.btn_03{
		width: 100%;
	}
	.btn_03:before{
		top: 16px;
	}
}


/*Header*/
#header {
    padding: 0 0 0 30px;
    position: fixed;
    z-index: 999999;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    box-shadow: 0 0 20px -10px rgba(0, 0, 0, .5);
}

#header .header_w {
	align-items: center;
	justify-content: space-between;
}

#header .header_w .logo_w {
	flex-shrink: 0;
	align-items: center;
}

#header .header_w .site_logo{
	flex-shrink: 0;
}
#header .header_w .site_logo img {
	margin-right: 20px;
	width: 150px;
}
#header .header_w .logo_w .site_title{
	font-size: 1.2rem;
}

#header .header_nav_w {
	width: 100%;
}

#header .header_nav_w .gnav_w {
	align-items: center;
	justify-content: flex-end;
	align-items: center;
}

#header .header_nav_w .gnav_w li.nav_list{
	position: relative;
}

#header .header_nav_w .gnav_w li a {
	font-weight: 400;
}
#header .gnav_w .nav_parent {
    display: inline-block;
    padding: 10px 30px;
    margin-right: 10px;
}
#header .gnav_w .nav_parent:hover{
	background: #E1DE51;
	opacity: 1;
}
#header .header_nav_w .gnav_w li .r_btn{
	padding: 20px 40px;
	box-sizing: border-box;
	display: block;

}

#header .hum {
	display: none;
}

.child_w{
	display: none;
	background: #f5f3eb;
	position: absolute;
	width: auto;
	left: 0;
	z-index: 999999;
	top: 44px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
}
.child_w_i {
	width: 100%;
	padding: 60px;
	box-sizing: border-box;
	justify-content: center;
}
.child_w .child_i{
	margin: 0 30px;
}
.child_w .child_i .m_txt{
	display:flex;
	margin-bottom: 10px;
	align-items: center;
}
.child_w .child_i .m_txt::before{
	content: "";
	width: 20px;
	height: 1px;
	background: #222;
	display: block;
	margin-right: 15px;
}
#header .child_w .child_i .grandchild li{
	margin-bottom: 5px;
	margin-left: 30px;
}
.child_w a{
	font-size: 1.6rem;
	width: 200px;
	display: block;
	padding: 10px;
	letter-spacing: 2px;
}
.child_w a:hover{
	background: #E1DE51;
	opacity: 1;
}


@media screen and (max-width: 1180px) {
	#header {
		padding: 0 0 0 10px;
		position: fixed;
		top: 0;
		width: 100%;
		box-sizing: border-box;
		z-index: 999999999;
	}
	#header .header_w .site_logo img{
		margin-right: 10px;
    	width: 110px;
	}
	#header .header_w .logo_w .site_title{
		font-size: 1.0rem;
	}
	#header .header_nav_w{
		width: auto;
	}
	#header .hum {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
	}

	#header .hum:hover {
		opacity: 0.6;
	}

	#header .hum_w {
		width: 50%;
	}

	#header .hum_w span {
		height: 2px;
		background: #000;
		display: block;
		margin-left: auto;
	}

	#header .hum_w span:nth-of-type(1) {
		width: 100%;
	}

	#header .hum_w span:nth-of-type(2) {
		width: 100%;
		margin-top: 8px;
	}

	.sp_h_btns{
		display: flex;
	}

	#header .to_con {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 60px;
		height: 60px;
	}

	.hum_menu .btns a{
		width: 100%;
		text-align: center;
		padding: 10px;
		box-sizing: border-box;
		margin-bottom: 10px;
		display: block;
	}
	.hum_menu .btns a .s_txt{
		font-size: 1.4rem;
		font-weight: 600;
		letter-spacing: 2px;
		margin-bottom: 10px;
	}
	.hum_menu .btns a .txt{
		font-size: 2.0rem;
		font-weight: 600;
		letter-spacing: 2px;
		justify-content: center;
	}
}

#footer {
	padding: 60px 0;
	position: relative;
	background: #000;
}

/*
#footer:after {
	content: "";
	width: 100%;
	height: 90px;
	display: block;
	background: url(images/common/f_bg.png);
	position: absolute;
	bottom: 0;
	left: 0;
}
*/

#footer .footer_w {
	justify-content: space-between;
}

#footer .footer_w .footer_logo_area {}

#footer .footer_w .footer_logo_area .logo {
	margin-bottom: 20px;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 600;
}
#footer .footer_w .footer_logo_area .logo img{
	margin-bottom: 10px;
	display: block;
	width: 250px;
}
#footer .footer_w .footer_logo_area .logo p {
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 15px;
}

#footer .footer_w .footer_logo_area .address {
	font-size: 1.4rem;
}

#footer .footer_w .footer_nav_lis_i {
	margin-left: 50px;

}

#footer .footer_w .footer_nav_lis_ii {
	margin-bottom: 20px;
}

#footer .footer_w .footer_nav_lis_i .l_txt {
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
#footer .footer_w .footer_nav_lis_i a.l_txt {
	text-decoration: none;
}
#footer .footer_w .footer_nav_lis_ii .childs_w {
	margin-bottom: 20px;
}

#footer .footer_w .footer_nav_lis_ii .childs_w .m_txt {
	margin-bottom: 10px;
	display: block;
}
#footer .footer_w .footer_nav_lis_ii .childs_w a.m_txt {
	text-decoration: none;
}
#footer .footer_w .footer_nav_lis_ii .childs_w ul li a,
#footer .footer_w .footer_nav_lis_ii .childs_w ul li span.non_link{
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}
#footer .footer_w .footer_nav_lis_ii .childs_w ul li a{
	text-decoration: none;
}
#footer .footer_w .footer_nav_lis_ii .childs_w ul li a::before,
#footer .footer_w .footer_nav_lis_ii .childs_w ul li span.non_link::before {
	content: "";
	width: 15px;
	height: 1px;
	background: #fff;
	display: block;
	flex-shrink: 0;
	margin-right: 10px;
}

.footer_u_w {
	border-top: 1px solid #fff;
	padding-top: 30px;
	margin-top: 30px;
}

.footer_u_w .footer_u_lis {
	justify-content: center;
}

.footer_u_w .footer_u_lis {
	margin-bottom: 20px;
}

.footer_u_w .footer_u_lis li {
    margin: 0 15px;
    font-size: 12px;
}

.footer_u_w .copy {
	text-align: center;
	font-size: 1.0rem;
}

@media screen and (max-width: 1180px) {
	#footer .footer_w .footer_logo_area {
		margin-bottom: 30px;
	}

	#footer .footer_w .footer_logo_area .logo {
		text-align: center;
	}

	#footer .footer_w .footer_nav_lis_i {
		margin-left: 0;
		width: 100%;
	}

	#footer .footer_w .footer_logo_area .address {
		font-size: 1.2rem;
	}

	#footer .footer_w .footer_nav_lis_i .l_txt {
		font-size: 1.6rem;
	}

	#footer .footer_w .footer_nav_lis_ii {
		margin-bottom: 10px;
	}

	#footer .footer_w .footer_nav_lis_ii .childs_w {
		padding-left: 10px;
	}

	#footer .footer_w .footer_nav_lis_ii .childs_w .m_txt {
		font-size: 1.4rem;
	}
	#footer .footer_w .footer_logo_area .logo{
		text-align: center;
	}
	#footer .footer_w .footer_logo_area .logo img{
		width: 250px;
    margin: 0 auto 10px;
	}
}

.page_contents_w {
	margin-top: 60px;
}

@media screen and (max-width: 1180px) {
	.page_contents_w {
		margin-top: 60px;
	}
}



.cta {
	padding: 70px 0;
}
.cta h2{
	font-size: 5.0rem;
	line-height: 1;
	font-weight: 500;
	text-align: center;
	letter-spacing: 6px;
	margin-bottom: 40px;
}
.cta .lead{
	text-align: center;
	margin-bottom: 50px;
	font-weight: 600;
}
.cta .btns{
	justify-content: center;
}
.cta .btns a{
	width: 330px;
	text-align: center;
	padding: 10px;
	box-sizing: border-box;
	margin: 0 20px;
}
.cta .btns a .s_txt{
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 10px;
}
.cta .btns a .txt{
	font-size: 2.0rem;
	font-weight: 600;
	letter-spacing: 2px;
	justify-content: center;
}
.cta .imgarea {
	position: absolute;
	width: 200px;
	bottom: -70px;
	left: 0;
}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 750px) {
	.cta{
		padding: 50px 0 0;
	}
	.cta h2{
		font-size: 4.0rem;
		margin-bottom: 30px;
	}
	.cta .lead{
		margin-bottom: 30px;
	}
	.cta .btns a{
		width: 100%;
		margin-bottom: 10px;
	}
	.cta .imgarea {
		position: relative;
		bottom:0;
		left: -10px;
		width: 150px;
		margin: 30px auto 0;
	}
}

/*btns*/

@media screen and (max-width: 1180px) {}
@media screen and (max-width: 750px) {}


/*title*/
.sec_ttl_w {
	margin-bottom: 60px;
	align-items: flex-end;
	position: relative;
}
.sec_ttl_w:before {
	content: "";
	width: 100vw;
	height: 1px;
	position: absolute;
	right: calc(100% - -20px);
	top: 25px;
	display: block;
	background: #222;
}
.sec_ttl_w .en{
	font-size: 5.6rem;
	letter-spacing: 2px;
	font-weight: 400;
	margin-right: 15px;
	line-height: 1;
}
.sec_ttl_w h2{}
.sec_ttl_w_02 {
	margin-bottom: 40px;
	text-align: center;
}
.sec_ttl_w_02 .en{
	font-size: 5.6rem;
	letter-spacing: 2px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1;
}
@media screen and (max-width: 1180px) {}
@media screen and (max-width: 750px) {
    .sec_ttl_w {
        padding-left: 0px;
        margin-bottom: 30px;
    }
	.sec_ttl_w:before {
		right: calc(100% - -10px);
	}
	.sec_ttl_w .en,.sec_ttl_w_02 .en{
		font-size: 4rem;
		width: 100%;
	}
}


.hum_menu{
	background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 8rem 0 8rem;
	z-index: 99999;
	display: none;
	overflow: scroll;
}
.hum_menu .side_bar_btn {
	width: 80px;
	height: 80px;
	position: absolute;
	top:0;
	right: 0;
}
.hum_menu .hum_w{
	width: 80px;
	height: 80px;
	position: relative;
	right: 0;
	top: 0;
}
.hum_menu .hum_w span {
	height: 1px;
	width: 50%;
	background: #888;
	display: block;
	margin-left: auto;
	transform: rotate(45deg);
	position: absolute;
}
.hum_menu .hum_w span:nth-of-type(1) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
.hum_menu .hum_w span:nth-of-type(2) {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.hum_menu .in{
	padding-bottom: 150px;
}
.hum_menu .hum_menu_i{
	margin-bottom: 30px;
}
.hum_menu .hum_menu_i .parent{
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.hum_menu .hum_menu_i .parent,
.hum_menu .hum_menu_i .parent a{
	font-size: 1.8rem;
}
.hum_menu .hum_menu_i .child{
	margin-top: 20px;
}
.hum_menu .hum_menu_i .child li{
	width: 33%;
}
.hum_menu .hum_menu_i .child li .child_ttl{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 10px;
}
.hum_menu .hum_menu_i .child li a{
	display: inline-block;
	margin-right: 10px;
}
@media screen and (max-width: 1180px) {
	.hum_menu .side_bar_btn {
		position: fixed;
		width: 60px;
		height: 60px;
		z-index: 9999999999;
	}
	.hum_menu{
		height: 100vh;
		overflow: scroll;
		padding-top: 100px;
		z-index: 99999999999;
	}

	.hum_menu .hum_menu_i .child li {
		width: 100%;
		padding: 10px;
	}

	.hum_menu .hum_w{
		width: 60px;
		height: 60px;
	}
}

.breadcrumb_w{
	font-size: 1.2rem;
	padding: 5px 0;
}
.breadcrumb_w .arr{
	color: #E1DE51;
	font-weight: 600;
}

/* ローディング画面 */
#loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #ffcb21;
  position: fixed;
  z-index: 9999;
}
.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #fff;
  border-radius: 100%;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  } 100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

h2.office-list-h2 {
    text-align: center;
    padding: 0 0 .5em;
    font-size: 1.4em;
}
p.office-list-p {
    padding: 0 0 2em;
    text-align: center;
}
p.office-list-p span {
    background: linear-gradient(transparent 70%, #e1de51 40%);
}
.wpgmza-grid-item .wpgmza_marker_icon {
    display: none;
}
p.h_txt {
    font-weight: 500;
}
@media screen and (max-width: 750px) {
.home #main_v {
    background-position: -30em top !important;
}
	.office_lis_map_w {
    padding: 40px 0 0;
}
	p.office-list-p {
    text-align: left;
}
}
p.file-p {
    font-size: 14px;
    font-weight: bold;
    margin-top: 1em;
}