@charset "utf-8";


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

	.member_item img {
		height: auto;
		display: block;
	}

	.member_txt_box {
		position: static;
	}

	.member_item:hover .member_txt_box {
		background: #2a2a4b;
	}

	/*　画面サイズが1024pxからはここを読み込む　*/
	/*改行*/
	.br_sp {
		display: none;
	}

	.inner {
		width: 100%;
		margin: 0 auto;
		max-width: 100%;
	}

	.header_box {
		padding: 30px;
	}

	.h_logo {
		width: 80%;
	}

	.h_logo_only {
		width: 80%;
	}


	.gnav {
		font-size: 1.2em;
		letter-spacing: 2px;
	}

	.key_ttl {
		margin: 6vw 30px 2vw;
	}

	.key_sub {
		margin-left: 30px;
	}

	.key_text {
		margin-left: 30px;
	}

	.policy_box h2 {
		margin-left: 30px;
	}

	.policy p.ttl_sub {

		margin: 240px 30px 30px;
	}

	.main_text {
		margin: 0 30px;
	}

	.footer .inner.flex {
		padding: 60px 20px;
		box-sizing: border-box;
	}

	.f_left {
		width: 65%;
	}

	.company_top:after {
		content: "";
		background-color: #0C112C;
		position: absolute;
		height: 17vw;
		top: 0;
		right: 0;
	}

}

/* max-width:1024px */

@media screen and (max-width:768px) {
	/*　画面サイズが768pxから1024pxまではここを読み込む　*/

	.pci {
		display: none;
	}

	.spi {
		display: inherit;
	}

	/*改行*/
	.br_sp {
		display: none;
	}

	.sp-menu {
		display: block;
	}

	.inner {
		width: 90%;
		margin: 0 auto;
		max-width: initial;
	}

	/*menu 開閉式
			============================*/

	.menu {
		/* display: block; */
		/* position: fixed; */
		/* top: 0; */
		/* right: 0; */
		/* width: 0; */
		/* height: 100%; */
		/* background: rgba(201, 201, 201, 1); */
		/* transition: width .2s; */
		/* z-index: 100; */
	}

	.menu--isOpen {
		width: 75%;
	}

	.menu__button {
		position: fixed;
		right: 10px;
		top: 10px;
		width: 50px;
		height: 50px;
		background: #fff;
		border: none;
		z-index: 101;
		border: 1px solid #ddd;
	}

	.menu span {
		display: block;
		width: 45%;
		margin: auto;
		height: 2px;
		background-color: #ccc;
		position: absolute;
		left: 0;
		right: 0;
		top: calc((100% - 2px)/2);
		border-radius: 1px;
		transition: .2s;
	}

	.menu__lineTop {
		transform: translateY(-8px);
	}

	.menu__lineMiddle {}

	.menu__lineBottom {
		transform: translateY(8px);
	}

	.menu--isOpen .menu__lineTop {
		transform: rotate(45deg);
	}

	.menu--isOpen .menu__lineMiddle {
		opacity: 0;
	}

	.menu--isOpen .menu__lineBottom {
		transform: rotate(-45deg);
	}

	#g-nav {
		/* padding: 100px 25px 60px; */
		/* align-items: center; */
		/* flex-direction: column; */
	}

	#g-nav a {
		/* text-decoration: none; */
		/* color: #394070; */
		/* font-weight: 900; */
		font-size: 6vw;
	}

	#g-nav li {
		/* text-align: center; */
		padding: 15px 0;
		/* display: flex; */
		/* justify-content: center; */
	}

	#g-nav li a img {
		height: 16px;
	}

	#g-nav li+li {
		/* border-top: 1px solid #fff; */
		/* width: 100%; */
		/* margin: 0 auto; */
	}

	#g-nav {
		/* opacity: 0; */
	}

	#g-nav li .sns {
		zoom: .9;
	}

	#g-nav li .sns img {
		height: 30px;
	}

	.menu--isOpen #g-nav {
		opacity: 1;
	}

	/*↑↑↑↑↑menu 開閉式*/

	/*ヘッダー*/
	.header.business,
	.header.company_top {
		min-height: auto;
	}

	.header,
	.header.business {
		/* height: 90vh; */
		background-position: 70% top;
	}

	.header.company_top::before,
	.header.business::before {
		height: 100vh;
		width: 0%;
		min-height: auto;
	}

	.header_box {
		padding: 20px 0;
		width: 160px;
	}


	.h_logo {
		width: 80%;
	}

	.h_logo_only {
		width: 50%;
	}


	.key_ttl {
		font-size: 60px;
		margin: 12vh 0 2vw;
	}

	.key_sub {
		font-size: 30px;
		margin-left: 0;
	}

	.key_text {
		margin-left: 0;
	}

	.business:after {
		content: "";
		background-color: #0C112C;
		position: absolute;
		height: 17vw;
		top: 0;
		right: 0;
	}



	/*policy*/

	.policy_box h2 {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 40px;
		margin-left: 0;
	}

	.policy p.ttl_sub {
		font-size: 30px;
		margin: 4.6em 0 4vw;
	}

	.main_text {
		font-size: 16px;
		line-height: 2;
		margin: 0;
	}

	.policy {
		padding: 8vw 0;
	}

	.f_menu_item h3 .sub {
		font-size: 1rem;

	}

	.f_menu_item span {
		font-size: .78em;
	}

	a.f_menu_item:hover h3 {
		color: inherit;
	}

	a.f_menu_item figure::before {
		display: none;
	}

	.f_menu .flex,
	.f_menu_item figure {
		height: 120px;
		border-bottom: 1px solid #c6c6c6;
	}

	a.f_menu_item h3 {
		line-height: 1.3;
		color: #fff;
	}

	.h_logo {
		width: 80%;
	}

	.h_logo_only {
		width: 50%;
	}


	/*business
		=====================================*/
	.policy.business_head {
		padding: 8vw 0 0;
	}

	.policy.business_head::before {
		bottom: -10vw;
		font-size: 20vw;
	}

	.bs_list,
	.bs_list.even {
		flex-direction: column;
		background: linear-gradient(180deg, #fff 0%, #fff 10%, #f8f8f8 10%, #f8f8f8 100%);
	}

	.business_head .main_text {
		font-size: .9rem;
	}

	.bs_list.adver {
		background: #f8f8f8;
	}

	.bs_list_img {
		width: 95%;
		margin: 0 auto 0 0;
	}

	.bs_list.even .bs_list_img {
		margin: 0 0 0 auto;
	}

	.bs_list_inner {
		width: 90%;
		padding: 4vw 0 8vw;
	}

	.bs_list_txt {
		padding: 0;
	}

	.bs_list_txt h3 {
		line-height: 1.6;
		font-size: 1.44rem;
		margin: 0 0 2vw;
	}

	.bs_list_txt h3 span {
		font-size: 1rem;
	}

	.bs_list_txt p {
		line-height: 1.6;
		font-size: .9rem;
		text-align: justify;
	}

	.view_btn_s {
		margin: .88em 0 .44em auto;
	}

	.bs_list .bs_list_inner,
	.bs_list.even .bs_list_inner {
		justify-content: center;
		display: flex;
	}

	.service {
		margin: 8vw 0 0;
		padding: 8vw 0;
	}

	.service h2 {
		margin-bottom: 4vw;
	}

	.service_box {
		width: 90%;
		margin: 0 auto 8vw;
		padding: 0 0 8vw;
	}

	.service_txt_box {
		width: 90%;
		line-height: 1.6;
		font-size: .9rem;
		margin: 4vw auto;
	}

	.view_btn_l {
		padding: .5em;
	}

	/*info
		=====================================*/
	.header.sub_header {
		height: auto;
	}

	.main_key_on_img .fade::after {
		width: 80%;
	}

	.main_key_h2,
	.group_ttl {
		font-size: 30px;
	}

	.group_ttl {
		margin: 0 auto 8vw;
	}

	.main_key_img {
		margin: -70px 0 0 auto;
		width: 80%;
		height: 100px;
	}

	.main_key_img::before {
		height: 102%;
	}

	.info_tbl dl dd,
	.info_tbl dl dt {
		padding: 0.88em;
	}

	.info_map {
		margin: 4vw 0 8vw;
	}

	.group_item {
		padding: 16px;
		height: 160px;
		align-items: flex-start!important;
	}

	.group_box a img {
		max-height: 35px;
		width: auto;
		margin-bottom: 0.8em;
	}

	.group_box a.griffin {
		background-color: #f39800;
	}

	.group_box a.enjoy {
		background-color: #16ab27;
	}

	.group_box a.fullswing {
		background-color: #D4000E;
	}

	.group_box a.contribution {
		background-color: #8FC5EB;
	}

	.group_box a.birth {
		background-color: #E5007F;
	}

	.group_box a.arrive {
		background-color: #BDBBBC;
	}

	.group_box a.number8 {
		background-color: #e2e200;
	}

	.group_box a.possibility {
		background-color: #9766e2;
	}

	.group_box a.one_and_only {
		background-color: #0c0c56;
	}

	.group_box a.laviri {
		background-color: #e72420;
	}

	iframe {
		height: 300px;
	}

	.info_tbl .inner {
		padding-bottom: 0;
	}
	/*member
		=====================================*/
	.top_txt_box {
		text-align: left;
		font-size: .9em;
		padding: 4vw 0;
		line-height: 1.6;
	}

	/*.loopSlide{ height: 120px;}
		.loopSlide img{ object-fit: cover;}*/
	/*.slider__item {
				height: 30vw;
		}*/
	.slider {
		zoom: 0.4;
	}

	.grid-container {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
		width: 94%;
		padding: 0 0 8vw;
		grid-template-rows: 1.3fr 1.3fr;
	}

	.member_item .member_txt_box {
		opacity: 1;
		background: #2a2a4b;
		color: #fff;
		padding: .88em 0;
		zoom: .78;
		transform: none;
		height: 100%;
		position: relative;
		z-index: 2;
		margin-top: -6%;
	}

	.member_item p {
		padding: 0 .5em;
		line-height: 1;
	}

	.member_item p:nth-child(1) {
		padding: 0 0 .4em .88em;
	}

	.member_item p:nth-child(2) {
		/* font-size: 1em; */
		/* font-weight: bold; */
		padding: 0 0 0.4em 0.5em;
	}

	/*.member_item p:nth-child(2) > span{ padding-left: .2em;}*/
	.member_item p:nth-child(2)>span {
		display: none;
	}

	.member_item p:nth-child(3) {
		padding: .4em .88em 0;
	}

	.member_item p:nth-child(4) {
		padding: .4em .88em 0;
	}

	.member_item {
		height: 100%;
	}

	/*message
		=====================================*/
	.message_inner {
		background-position: right;
	}

	.message_inner>.inner {
		margin: 0 auto;
		width: 90%;
		padding: 0 0 8vw;
	}

	/*contact
		=====================================*/
	.contact_inner .top_txt_box {
		position: relative;
		z-index: 2;
		padding: 4vw 0 8vw;
		text-align: center;
	}

	.contact_inner::before {
		width: 80px;
		top: 1%;
		right: 0;
	}

	.form_box {
		width: 100%;
		padding: 8vw 0;
	}

	.form_box>p {
		font-size: 1.44em;
	}

	.form_box>p::after {
		width: 160px;
	}

	form {
		padding: 8vw 0 0;
	}

	form table {
		width: 90%;
	}

	form th {
		width: 28%;
	}



	a.f_menu_item figure:after {
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: block;
		position: absolute;
		background: rgb(0 11 72 / 70%);
		transition: 0.5s ease-in;
	}



	/*footer*/
	.footer .inner.flex {
		flex-direction: column;
		justify-content: flex-start;
		margin: 0 auto;
		padding: 8vw 0 4vw;
	}

	.f_logo {
		margin-bottom: 4vw;
		width: 140px;
	}

	.f_left a.a_f_logo {
		margin-right: auto;
	}

	.f_right {
		width: 100%;
	}

	.footer .sns {
		margin: 8vw 0;
		zoom: .8;
	}

	.btn.contact {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.f_lnk p.sub {
		margin-right: -1em;
	}

	.f_left,
	.f_right {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	/*top
		=====================================*/
	.text-box h1 svg {
		width: 70%;
		display: block;
		margin: 0 auto;
	}

	.top_content .video-box {
		height: 88vh;
	}

	.top_content .menu__button {
		background: rgba(255, 255, 255, 0);
		border: none;
	}

	.top_content .menu--isOpen .menu__button {
		background: #fff;
		border: 1px solid #ddd;
	}

}

/* max-width:768px */


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

	/*　画面サイズが480pxからはここを読み込む　*/
	/*改行*/
	.br_sp {
		display: block;
	}

	.key_ttl {
		font-size: 40px;
	}

	.key_sub {
		font-size: 20px;
	}

	.key_text {
		font-size: .9rem;
		line-height: 1.6;
	}

	a.scroll_arrow {
		bottom: -6vh;
		right: 4vw;
	}

	.policy_box h2,
	.business_head .policy_box h2 {
		font-size: 40px;
	}

	.policy p.ttl_sub {
		font-size: 1.44rem;
	}

	.main_text,
	.business_head .main_text {
		font-size: .9rem;
		line-height: 1.6;
		margin: 0;
		text-align: justify;
	}

	/*business
		=====================================*/
	.business_head .main_text {
		margin: 16vw 0 0;
		padding: 0 0 5vw;
	}

	.service h2 {
		font-size: 30px;
	}

	.service_box h3 {
		font-size: 1.44rem;
		padding: 8vw 0 2vw;
	}

	.service_box>p.head_sub {
		font-size: .78em;
		padding-bottom: 1em;
	}

	.ttl_img {
		width: 70%;
		height: auto;
	}

	/*info
		=====================================*/
	.main_key_on_img .main_key {
		padding: 8vw 0 25vw;
	}

	.main_key_on_img .fade::after,
	.main_key_img {
		width: 90%;
	}

	.info_tbl dl dd,
	.info_tbl dl dt {
		width: 100%;
		height: initial;
		line-height: initial;
	}

	.info_tbl dl dt.nb {
		border-bottom: 2px solid #394597;
	}

	.info_tbl dl dt.nb,
	.info_tbl dl dd.nb {
		line-height: 1.6;
	}

	.group_item p {
		display: contents;
	}

	.group_item .arrow::before {
		width: .9em;
		height: .9em;
	}

	.group_item {
		height: 120px;
	}

	.group_box a img {
		height: 5vw;
		margin: 0 0 2vw;
	}

	.group_item .arrow {
		font-size: .78em;
	}

	.info_tbl dl {
		font-size: .9em;
	}

	/*member

		=====================================*/
	/* .grid-container{ grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); gap: 10px 10px; grid-template-rows: repeat(5, 70vw)} */
	.grid-container {
		grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
		gap: 10px 10px;
	}

	.evevt_box h3 {
		font-size: 40px;
	}

	.evevt_box {
		padding: 0 0 8vw;
		background: linear-gradient(180deg, #fff 0%, #fff 8%, #eef3fa 8%, #eef3fa 100%);
	}

	/*message
		=====================================*/
	.main_key,
	.message_inner {
		padding: 8vw 0;
	}

	.message_txt {
		letter-spacing: 0;
		font-size: .9em;
		text-align: justify;
	}

	.message_ttl {
		font-size: 1em;
	}

	.message_name {
		font-size: 1.44em;
		padding: .22em 0 4vw;
	}

	.message_img {
		width: 85%;
		margin: 0 auto;
		border: 10px solid #f8f8f8;
		margin-bottom: 5vw;
	}

	.message_img img {
		display: block;
	}

	/*contact
		=====================================*/
	.contact_inner {
		background: linear-gradient(180deg, #fff 0%, #fff 35%, #e2e6f0 35%, #e2e6f0 100%);
	}

	.contact_inner .top_txt_box {
		text-align: left;
	}

	form {
		padding: 10vw 0 0;
	}

	form tr {
		flex-wrap: wrap;
	}

	form th {
		width: 100%;
		padding-bottom: .88em;
		font-size: .9em;
		font-weight: 600;
	}

	form td {
		width: 100%;
	}

	input[type="text"],
	input[type="email"],
	select,
	textarea {
		font-size: 16px;
		padding: .88em 1em;
	}

	input::placeholder,
	select,
	textarea::placeholder {
		font-size: .9em;
	}

	.btn_box {
		margin: .44em auto 0;
	}

	input,
	textarea {
		-webkit-appearance: none;
	}

	.cnf_box div {
		max-width: 140px;
	}

	.confirmation .text-center {
		text-align: left;
		font-size: .9em;
	}

	.confirmation form table {
		width: 100%;
	}

	.thanks_inner .policy_box h2 {
		top: 26vw;
	}

	.thanks_inner .policy_box {
		padding: 39vw 0 10vw;
		text-align: left;
		font-size: .9em;
	}

	.thanks_back_btn {
		text-align: center;
	}


	.f_lnk {
		flex-wrap: wrap;
		justify-content: center;
		font-size: .9rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 2;
	}

	.f_lnk_p {
		display: flex;
		align-items: center;
		text-align: center;
		width: auto;
		letter-spacing: 3px;
	}

	.f_lnk_p::after {
		margin-left: 0;
		border-top: none;
		content: "";
		flex-grow: 0;
	}

	.f_lnk+.f_lnk {
		margin-top: 0;
	}


	.f_lnk_c {
		margin: 0 0.5em;
		letter-spacing: 2px;
	}

	.copyright {
		font-size: .78em;
	}

	/*top
		=====================================*/
	.top_link {
		padding-top: 1.44em;
		font-size: .88em;
	}

	.text-box h1 svg {
		width: 85%;
	}

	.top_link a {
		letter-spacing: 5px;
		padding: 0 1.88em;
	}

	.top_link a:nth-child(1)::after {
		top: 10%;
		width: 1px;
	}

}

/* max-width:480px */