@charset "utf-8";
/* Copyright 2023 FSFIELD All Rights Reserved. */

/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

PC、タブレット、スマートフォン共通

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* メインビジュアル
---------------------------------------------- */
.main {overflow: hidden;}

.main .inner {
	min-height: 560px;
	position: relative;
}

.main .inner .image.col_l{
	width: 100%;
	height: 100%;
	background: url(../img/home/img_main01.png) no-repeat left 0;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.main .inner .image.col_r{
	width: 100%;
	height: 100%;
	background: url(../img/home/img_main02.png) no-repeat right 0;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.main .inner .image img {
    width: auto;
	height: 100%;
	object-fit: cover;
}

/*--ライオンズクラブに入会しませんか？--*/
.main .inner .message {
	text-align: center;
	padding: 240px 0 80px;
}

.main .inner .message .m_logo{display: none;}

.main .inner .message .txt:nth-of-type(1) {
	width: 416px;
	margin: 0 auto;
	margin-bottom: 30px;
}

.main .inner .message .txt:nth-of-type(2) {
	width: 500px;
	margin: 0 auto;
}

.main .inner .message .txt img {
	width: 100%;
	height: auto;
}

/* ABOUT ライオンズクラブとは
---------------------------------------------- */
/*--背景画像--*/
.bg_image .sp {display: none;}

.bg_image {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	animation: bg_image_pc 40s linear infinite;
}

.bg_image picture img {
	width: 1920px;
	height: auto;
}

/*--スライドアニメーション--*/
@keyframes bg_image_pc{
	0%{transform: translate3d(0,0,0);}
	100%{transform: translate3d(-1920px,0,0);}
}

@keyframes bg_image_sp{
	0%{transform: translate3d(0,0,0);}
	100%{transform: translate3d(-100vw,0,0);}
}

/*--その他--*/
.sec_about {
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
}

.sec_about .inner {padding: 142px 0 100px;}
	
.sec_about .inner > div{
	background: #FFF;
	padding: 73px 80px;
	border-radius: 20px 20px 0px 0px;
	max-width: 700px;
	margin-left: 4.166vw;
}

.sec_about .inner .ttl {margin-bottom: 33px;}

/*--地図 左側--*/
.map {
	display: flex;
	max-width: 1720px;
	margin: 0 auto;
	padding: 0 50px;
}

.map .col_l{
	position: relative;
	width: 40%;
	margin-right: 50px;
}

.map .col_l h3{
	color: #134B95;
	font-size: 2.4rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
}

.map .col_l p img {
	width: 100%;
	height: auto;
}

/*--地図 右側--*/
.map .col_r {
	width: 60%;
	display: flex;
}

.map .col_r .item_wrap:first-of-type{margin-right: 40px;}

.map .col_r .item_wrap .item{
	line-height: 1.4;
	font-size: 1.4rem;
}

.map .col_r .item_wrap .item h3 {
	max-width: 420px;
	font-size: 2.4rem;
	font-weight: 700;
	color: #134B95;
	background: #6692C1;
	padding: 6px 0 6px 30px;
	border-radius: 25px;
}

.map .col_r .item_wrap .item ul{padding: 15px 30px 30px 30px;}

.map .col_r .item_wrap .item ul li:not(:last-of-type){margin-bottom: 10px;}

.map .col_r .item_wrap .item ul li h4 {
	color: #134B95;
	font-weight: 700;
	padding-left: 18px;
	position: relative;
}

.map .col_r .item ul li h4::before {
	content: "";
	background: #134B95;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	position: absolute;
	top: 3px;
	left: 0;
}

/*--それぞれの項目 色変更--*/
.map .col_r .item_wrap .item02 h3 {
	color: #117F00;
	background: #70C566;
}
.map .col_r .item_wrap .item02 ul li h4{color: #117F00;}
.map .col_r .item_wrap .item02 ul li h4::before {background: #117F00;}


.map .col_r .item_wrap .item03 h3{
	color: #FF721B ;
	background: #FFB876;
}
.map .col_r .item_wrap .item03 ul li h4{color: #FF721B;}
.map .col_r .item_wrap .item03 ul li h4::before {background: #FF721B;}


.map .col_r .item_wrap .item04 h3{
	color: #63AE1B;
	background: #A1D776;
}
.map .col_r .item_wrap .item04 ul li h4{color: #63AE1B;}
.map .col_r .item_wrap .item04 ul li h4::before {background: #63AE1B;}


.map .col_r .item_wrap .item05 h3{
	color: #002264;
	background: #667AA2;
}
.map .col_r .item_wrap .item05 ul li h4{color: #002264;}
.map .col_r .item_wrap .item05 ul li h4::before {background: #002264;}


.map .col_r .item_wrap .item06 h3{
	color: #FFA91B;
	background: #FEE566;
}
.map .col_r .item_wrap .item06 ul li h4{color: #FFA91B;}
.map .col_r .item_wrap .item06 ul li h4::before {background: #FFA91B;}


.map .col_r .item_wrap .item07 h3{
	color: #0084F7;
	background: #66C1FA;
}
.map .col_r .item_wrap .item07 ul li h4{color: #0084F7;}
.map .col_r .item_wrap .item07 ul li h4::before {background: #0084F7;}

/* MERIT 入会のメリット
---------------------------------------------- */
.sec_merit {
	margin-bottom: 100px;
	position: relative;
}

.sec_merit::before {
    content: "";
    background: url("../img/home/bg_merit01.jpg") no-repeat 0 0;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	z-index: -1;
}

.sec_merit::after {
    content: "";
    background: url("../img/home/bg_merit02.jpg") no-repeat right;
    background-size: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
}

.sec_merit .ttl{
	max-width: 280px;
	margin: 0 auto 70px auto;
}

.sec_merit .item_wrap{padding: 0 20px;}

.sec_merit .item_wrap .item {
	max-width: 1000px;
	padding: 80px;
	margin: 0 auto 50px auto;
	background: #FFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
	display: flex;
	justify-content: space-between;
}

.sec_merit .item_wrap .item:last-of-type {margin-bottom: 0;}

.sec_merit .item_wrap .item .col_l {width: calc((100% - 53.571%) - 30px);}

.sec_merit .item_wrap .item .col_l .num {
	font-weight: 700;
	color: #134B95;
}

.sec_merit .item_wrap .item .col_l .num p {
	font-size: 1.2rem;
	letter-spacing: 0.1em;
	writing-mode: vertical-rl;
	display: inline;
	vertical-align: -3px;
}

.sec_merit .item_wrap .item .col_l .num h3 {
	font-size: 5.6rem;
	display: inline;
}

.sec_merit .item_wrap .item .col_l .txt p:first-of-type{
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 15px;
}

.sec_merit .item_wrap .item .col_r {
	width: 53.571%;
	display: flex;
	align-items: center;
}

.sec_merit .item_wrap .item .col_r img {
    width: 100%;
    height: auto;
}

/* ACTIVITY 主な奉仕活動
---------------------------------------------- */
.sec_activity .ttl{
	max-width: 280px;
	margin: 0 auto 70px auto;
}

/*--国内での奉仕活動--*/
.domestic{
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

.domestic h3 {
	max-width: 230px;
	text-align: center;
	margin: 0 auto 85px auto;
	font-size: 2rem;
	font-weight: 700;
	color: #FFFFFF;
	padding: 5px 30px;
	background: #134B95;
	border-radius: 24px;
	text-align: center;
}

.domestic h3 span::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	vertical-align: 2.2rem;
}

.domestic .item_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -10px;
}

.domestic .item_wrap .item {
	position: relative;
	width: 25%;
	padding: 0 10px;
	margin-bottom: 80px;
}

.domestic .item_wrap .item::before {
	content: "";
	background: url("../img/home/ico_activity01.svg") no-repeat 0 0;
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-40px);
}

.domestic .item_wrap .item:nth-of-type(2):before {background: url("../img/home/ico_activity02.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(3):before {background: url("../img/home/ico_activity03.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(4):before {background: url("../img/home/ico_activity04.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(5):before {background: url("../img/home/ico_activity05.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(6):before {background: url("../img/home/ico_activity06.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(7):before {background: url("../img/home/ico_activity07.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(8):before {background: url("../img/home/ico_activity08.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(9):before {background: url("../img/home/ico_activity09.svg") no-repeat 0 0;}

.domestic .item_wrap .item:nth-of-type(10):before {background: url("../img/home/ico_activity10.svg") no-repeat 0 0;}

.domestic .item_wrap .item p {
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.domestic .item_wrap .item figure{margin-bottom: 15px;}

.domestic .item_wrap .item figure img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/*--海外での奉仕活動--*/
.overseas {
	background: rgba(243, 211, 0, 0.4);
	padding: 80px 20px 110px 20px;
}

.overseas h3 {
	max-width: 230px;
	text-align: center;
	margin: 0 auto 85px auto;
	font-size: 2rem;
	font-weight: 700;
	color: #FFFFFF;
	padding: 5px 30px;
	background: #134B95;
	border-radius: 24px;
}

.overseas h3 span::after{
	content: "";
	display: inline-block;
	width: 0;
	height: 1px;
	vertical-align: 2.4rem;
}

.overseas .inner{
	max-width: 1000px;
	margin: 0 auto;
}

.overseas .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: -40px;
}

.overseas .inner ul li {
	width: calc(50% - 26px);
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFFFFF;
	padding: 16px 16px 16px 100px;
	background: #134B95;
	border-radius: 30px;
	margin-bottom: 40px;
	position: relative;
}

.overseas .inner ul li:nth-of-type(odd){margin-left: 20px;}

.overseas .inner ul li::before {
	content: "";
	background: url("../img/home/ico_activity11.svg") no-repeat 0 0;
	background-size: contain;
	width: 80px;
	height: 80px;
	position: absolute;
	top: -10px;
	left: -1px;
}

.overseas .inner ul li:nth-of-type(2):before {
	background: url("../img/home/ico_activity12.svg") no-repeat 0 0;
}
.overseas .inner ul li:nth-of-type(3):before {
	background: url("../img/home/ico_activity13.svg") no-repeat 0 0;
}
.overseas .inner ul li:nth-of-type(4):before {
	background: url("../img/home/ico_activity14.svg") no-repeat 0 0;
}
.overseas .inner ul li:nth-of-type(5):before {
	background: url("../img/home/ico_activity15.svg") no-repeat 0 0;
}
.overseas .inner ul li:nth-of-type(6):before {
	background: url("../img/home/ico_activity16.svg") no-repeat 0 0;
}

.overseas .inner ul li::after{
	content: "";
	width: 0px;
	height: 1px;
	display: inline-block;
	vertical-align: 2rem;
}

/* CONTACT お問い合わせ
---------------------------------------------- */
.sec_contact {
	background: #134B95;
	padding: 90px 50px 150px;
}
.sec_contact .ttl{
	max-width: 265px;
	margin: 0 auto 65px auto;
}

.sec_contact .ttl p,
.sec_contact .ttl h2{color: #FFF;}

.sec_contact .ttl::before {
    content: "";
    background: url("../img/home/ico_form01.svg") no-repeat 0 0;
    background-size: contain;
	width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
	margin-top: -25px;
    left: 0;
}

/*--お問い合わせフォーム 説明文--*/
.txt_submit {
	text-align: center;
	color: #FFF;
	margin-bottom: 40px;
}

.txt_submit .txt {margin-bottom: 30px;}

.txt_submit .txt br {display: none;}

.txt_submit .tel {margin-bottom: 5px;}

.txt_submit .tel p {
	display: inline-block;
	font-size: 2rem;
	font-weight: 700;
}

.txt_submit .tel a {
	color: #F3D300;
	font-size: 3.2rem;
	pointer-events: none;
	display: contents;
}

.txt_submit .tel a span {
	padding-left: 60px;
	position: relative;
}

.txt_submit .tel a span::before {
	content: "";
	background: url("../img/home/ico_tel01.svg") no-repeat 0 0;
	background-size: contain;
	width: 24px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	left: 30px;
}

.txt_submit .time {font-size: 1.4rem;}

/*--お問い合わせフォーム レイアウト--*/
#mail_form{
	max-width: 1000px;	
	margin: 0 auto;
}

#mail_form .tbl_form {
	display: flex;
	justify-content: space-between;
}

#mail_form .tbl_form .form{width: calc(50% - 25px);}

/*--個人情報保護方針--*/
.wrap_privacy h3 {
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
}

.wrap_privacy .lead {
	color: #FFFFFF;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 15px;
}

.wrap_privacy .content {
	background: #FFF;
	padding-right: 5px;
	height: 200px;
    overflow: hidden;
	margin-bottom: 50px;
	font-size: 1.4rem;
}

.wrap_privacy .content .inner {	padding: 0 30px;}

.wrap_privacy .content p:not(:last-of-type) {margin-bottom: 15px;}

.wrap_privacy .content h4 {font-weight: 700;}

/*--キャリアメールについて--*/
.setting {
	color: #FFFFFF;
	font-size: 1.4rem;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	text-align: center;
	padding: 46px 0;
}

/*--送信完了画面--*/
.comp{
	color: #FFFFFF;
	text-align: center;
}

.comp h3 {
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 62px;
}

.comp .txt {
	margin-bottom: 45px;
}

.comp .txt p:first-of-type {
	margin-bottom: 20px;
}

.comp .note {
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	padding: 46px 0;
}

.comp .note .note_inner {
	margin-bottom: 20px;
}

.comp .btn{margin-top: 80px;}

.comp .btn a{
	display: inline-block;
	min-width: 250px;
	background: #F3D300;
	color: #134B95;
	font-size: 2rem;
	font-weight: 700;
	padding: 18px 0;
	border-radius: 70px;
}

.comp .btn a::before {
    content: "";
    display: inline-block;
    width: 0px;
    height: 1px;
    vertical-align: 2.3rem;
}

@media only screen and (max-width:1200px){ /* 表示領域が1200px以下の場合に適用するスタイル */

	/* MERIT 入会のメリット
	---------------------------------------------- */
	.sec_merit::before {
		content: "";
		background: url("../img/home/bg_merit01.jpg") no-repeat 0 0;
		background-size: contain;
		width: 50vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.sec_merit::after {
		content: "";
		background: url("../img/home/bg_merit02.jpg") no-repeat right bottom;
		background-size: contain;
		width: 50vw;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -2;
	}

		
}/*--@media--*/


@media only screen and (max-width:1100px){ /* 表示領域が1100px以下の場合に適用するスタイル */

	/* メインビジュアル
	---------------------------------------------- */
	.main .inner .image.col_l{left: -150px;}
	
	.main .inner .image.col_r{left: 150px;}

	/* ABOUT ライオンズクラブとは
	---------------------------------------------- */	
	/*--地図--*/
	.map .col_l p{padding-top: 50px;}

	.map .col_r .item_wrap:first-of-type {margin-right: 20px;}

	/* ACTIVITY 主な奉仕活動
	---------------------------------------------- */
	/*--国内での奉仕活動--*/
	.domestic .item_wrap .item{width: 33.33%;}


}/*--@media--*/


@media only screen and (max-width:1024px){ /* 表示領域が1024px以下の場合に適用するスタイル */

	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	タブレット

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* CONTACT お問い合わせ
	---------------------------------------------- */
	/*--お問い合わせフォーム 説明文--*/
	.txt_submit .tel a {
		pointer-events: auto;
		display: inline-block;
	}


}/*--@media--*/


@media only screen and (max-width:900px){ /* 表示領域が900px以下の場合に適用するスタイル */

	/* ------------------------------------------------------------

	トップページ

	------------------------------------------------------------ */
	
	/* メインビジュアル
	---------------------------------------------- */
	.main .inner {
		display: block;
		min-height: unset;
	}

	.main .inner .image.col_l{
		height: auto;
		padding-top: 60.2%;
		background: url(../img/home/img_main01_sp.png) no-repeat 0 0;
		background-size: cover;
		left: 0;
		z-index: -1;
	}

	.main .inner .image.col_r{
		height: auto;
		padding-top: 60.2%;
		background: url(../img/home/img_main02_sp.png) no-repeat 0 0;
		background-size: cover;
		top: unset;
		left: 0;
		bottom: 0;
		z-index: -1;
	}

	.main .inner .image {
		width: 100%;
		height: auto;
	}

	.main .inner .image img {
		width: 100%;
		height: auto;
	}

	/*--ライオンズクラブに入会しませんか？--*/
	.main .inner .message {
		padding: 26.66vw 30px 24vw;
		min-height: calc(100vh - 60px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.main .inner .message .m_logo{
		display: block;
		width: 21.33vw;
		margin: 0 auto 10.66vw;
	}

	.main .inner .message .m_logo img{
		width: 100%;
		height: auto;
	}

	.main .inner .message .txt:nth-of-type(1) {
		width: 73.066vw;
		margin-bottom: 6.666vw;
	}

	.main .inner .message .txt:nth-of-type(2) {
		width: 73.066vw;
	}

	/* ABOUT ライオンズクラブとは
	---------------------------------------------- */
	/*--地図--*/
	.map {
		display: block;
		padding: 0 20px;
		margin: 0 auto 30px;
	}

	.map .col_l{
		width: 100%;
		margin-bottom: 40px;
	}

	.map .col_l p {
		padding-top: 0;
		text-align: center;
	}

	.map .col_l h3 {
		position: static;
		text-align: center;
		font-size: 3.125vw;
		margin-bottom: 20px;
	}

	.map .col_l h3 .sp{display: none;}

	.map .col_l p img {
		width: 51.041vw;
		height: auto;
	}

	.map .col_r {
		display: block;
		width: 100%;
	}

	.map .col_r .item_wrap:first-of-type {margin-right: 0;}

	.map .col_r .item_wrap .item:not(:last-of-type) {margin-bottom: 30px;}

	.map .col_r .item_wrap .item h3 {
		font-size: 1.8rem;
		padding: 4px 0 4px 30px;
		max-width: 100%;
	}

	.map .col_r .item_wrap .item ul {padding: 15px;}

	/* MERIT 入会のメリット
	---------------------------------------------- */
	.sec_merit::before {
		content: "";
		background: url("../img/home/bg_merit01.jpg") no-repeat 0 0;
		background-size: contain;
		width: 40vw;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.sec_merit::after {
		content: "";
		background: url("../img/home/bg_merit02.jpg") no-repeat right bottom;
		background-size: contain;
		width: 40vw;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -2;
	}

	.sec_merit .item_wrap .item {padding: 50px;}

	.sec_merit .item_wrap .item .col_l {width: calc((100% - 53.571%) - 10px);}

	/* ACTIVITY 主な奉仕活動
	---------------------------------------------- */
	.sec_activity .ttl {margin-bottom: 40px;}

	/*--海外での奉仕活動--*/
	.overseas h3{margin-bottom: 50px;}

	.overseas .inner ul {
		display: block;
		width: 100%;
	}

	.overseas .inner ul li{
		width: 100%;
		font-size: 1.6rem;
		margin-bottom: 40px;
	}

	.overseas .inner ul li:nth-of-type(odd){margin-left: 0;}
	
	.overseas .inner ul li::before{left: 0;}


}/*--@media--*/


@media only screen and (max-width:767px){ /* 表示領域が767px以下の場合に適用するスタイル */
	/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	スマートフォン（iPhone,Android)

	_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

	/* ABOUT ライオンズクラブとは
	---------------------------------------------- */

	/*--背景画像--*/
	.bg_image .sp {	display: block;}
	.bg_image .pc {	display: none;}

	.bg_image {
		position: relative;
		animation: bg_image_sp 10s linear infinite;
	}

	.bg_image picture img {
		width: 100vw;
		height: auto;
	}

	/*--テキスト--*/
	.sec_about {
		margin-bottom: 40px;
		padding-top: 0;
	}

	.sec_about .inner {
		padding: 0;
		margin-bottom: 50px;
	}

	.sec_about .inner > div{
		padding: 0;
		margin-left: 0;
	}

	.sec_about .inner > div .txt {margin: 0 20px;}
		
	.sec_about .inner > div .ttl {
		padding: 35px 0 0 70px;
		background: #FFF;
		border-radius: 0px 20px 0px 0px;
		width: 89.333%;
		transform: translateY(-25px);
		margin-bottom: 0;
	}

	/*--地図 右側--*/
	.map .col_r .item_wrap .item h3::after{
		content: "";
		display: inline-block;
		width: 0;
		height: 1px;
		vertical-align: 2rem;
	}

	/* MERIT 入会のメリット
	---------------------------------------------- */
	.sec_merit .ttl{margin-bottom: 50px;}

	.sec_merit::before {
		content: "";
		background: url("../img/home/bg_merit01.jpg") no-repeat 0 0;
		background-size: contain;
		width: 70%;
		height: 100%;
		position: absolute;
		top: 70px;
		left: 0;
		z-index: -1;
	}

	.sec_merit::after {
		content: "";
		background: url("../img/home/bg_merit02.jpg") no-repeat right bottom;
		background-size: contain;
		width: 70%;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: -1;
	}

	.sec_merit .item_wrap {padding: 0 20px;}

	.sec_merit .item_wrap .item {
		display: block;
		padding: 40px;
	}


	.sec_merit .item_wrap .item .col_l {
		width: 100%;
		margin-bottom: 20px;
	}

	.sec_merit .item_wrap .item .col_l .num h3 {font-size: 5.0rem;}

	.sec_merit .item_wrap .item .col_l .txt p:first-of-type {font-size: 2.0rem;}

	.sec_merit .item_wrap .item .col_r {width: 100%;}

	/* ACTIVITY 主な奉仕活動
	---------------------------------------------- */
	/*--国内での奉仕活動--*/
	.domestic h3 {
		font-size: 1.8rem;
	}
	
	.domestic .item_wrap .item {
		width: 50%;
		margin-bottom: 60px;
	}

	.domestic .item_wrap .item::before {
		width: 60px;
		height: 60px;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-30px);
	}

	.domestic .item_wrap .item:nth-of-type(2)::before,
	.domestic .item_wrap .item:nth-of-type(3)::before,
	.domestic .item_wrap .item:nth-of-type(4)::before,
	.domestic .item_wrap .item:nth-of-type(5)::before,
	.domestic .item_wrap .item:nth-of-type(6)::before,
	.domestic .item_wrap .item:nth-of-type(7)::before,
	.domestic .item_wrap .item:nth-of-type(8)::before,
	.domestic .item_wrap .item:nth-of-type(9)::before,
	.domestic .item_wrap .item:nth-of-type(10)::before {
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-30px);
	}

	.domestic .item_wrap .item figure{margin-bottom: 10px;}

	.domestic .item_wrap .item p {font-size: 1.5rem;}

	/*--海外での奉仕活動--*/
	.overseas h3 {margin-bottom: 50px;}

	.overseas {padding: 60px 20px;}

	.overseas .inner ul{padding-left: 20px;}

	.overseas .inner ul li {
		width: 100%;
		font-size: 1.6rem;
		padding: 12px 12px 12px 60px;
	}
	
	.overseas .inner ul li::before {
		content: "";
		background: url("../img/home/ico_activity11.svg") no-repeat 0 0;
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -7px;
		left: -20px;
	}

	.overseas .inner ul li:nth-of-type(2)::before,
	.overseas .inner ul li:nth-of-type(3)::before,
	.overseas .inner ul li:nth-of-type(4)::before,
	.overseas .inner ul li:nth-of-type(5)::before,
	.overseas .inner ul li:nth-of-type(6)::before {
		background-size: contain;
		width: 60px;
		height: 60px;
		position: absolute;
		top: -7px;
		left: -20px;
	}

	/* CONTACT お問い合わせ
	---------------------------------------------- */
	.sec_contact {padding: 45px 20px 75px 20px;}

	.sec_contact .ttl{margin-bottom: 25px;}

	.sec_contact .ttl::before {
		content: "";
		background: url("../img/home/ico_form01.svg") no-repeat 0 0;
		background-size: contain;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		margin-top: -20px;
		left: 25px;
	}
	
	/*--お問い合わせフォーム 説明文--*/
	.txt_submit {margin-bottom: 20px;}
	
	.txt_submit .txt {
		font-size: 1.4rem;
		margin-bottom: 15px;
	}

	.txt_submit .txt br {display: block;}

	.txt_submit .tel{margin-bottom: 10px;}
	
	.txt_submit .tel p {
		display: block;
		font-size: 1.8rem;
	}
	
	.txt_submit .tel a {font-size: 2.4rem;}

	.txt_submit .tel a span {padding-left: 20px;}
	
	.txt_submit .tel a span::before {
		content: "";
		background: url("../img/home/ico_tel01.svg") no-repeat 0 0;
		background-size: contain;
		width: 18px;
		height: 21px;
		position: absolute;
		top: 50%;
		margin-top: -10px;
		left: 0;
	}
	
	/*--お問い合わせフォーム レイアウト--*/
	#mail_form{padding: 0;}
	
	#mail_form .tbl_form {display: block;}
	
	#mail_form .tbl_form .form{width: 100%;}
	
	/*--個人情報保護方針--*/
	.wrap_privacy .content {
		font-size: 1.5rem;
		margin-bottom: 25px;
		overflow: scroll;
	}
	
	.wrap_privacy .content .inner {padding: 15px;}
	
	.wrap_privacy .content p:not(:last-of-type) {margin-bottom: 15px;}
	
	.wrap_privacy .content h4 {font-weight: 700;}
		
	/*--キャリアメールについて--*/
	.setting {padding: 23px 0;}


}/*--@media--*/


@media only screen and (max-width:600px){ /* 表示領域が600px以下の場合に適用するスタイル */

	/* ABOUT ライオンズクラブとは
	---------------------------------------------- */
	/*--地図--*/
	.map .col_l h3 {font-size: 1.8rem;}


}/*--@media--*/


@media only screen and (max-width:400px){ /* 表示領域が400px以下の場合に適用するスタイル */

	/* ACTIVITY 主な奉仕活動
	---------------------------------------------- */
	/*--海外での奉仕活動--*/
	.overseas{padding: 60px 15px;}

	.overseas .inner ul li{
		padding: 12px 10px 12px 45px;
		font-size: 1.35rem;
	}

	.overseas .inner ul li::after{vertical-align: 1.5rem;}


}/*--@media--*/