@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}


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

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size:3.7vw
}

body {
  font-size:3.4vw
}
	
.pc{display:none!important;}
.sp{display:block!important;}	


/*common
----------------------------------------------------*/
#content.l-container{
	max-width: 100%;
	margin: 0;
	padding: 16vw 0 0 0;
}

section .contents{
	width: 90%;
}

.w30{
	width: 100%!important;
}


/*header
----------------------------------------------------*/
.btn_sample,
.btn_subsc{
	display: none;
}

.c-gnav > .menu-item > a .ttl {
  font-size: 3.4vw;
}

.c-gnav .sub-menu .ttl {
  font-size: 3.4vw;
}

.btn_sample a span,
.btn_subsc a span{
	font-size: 3.4vw!important;
}

.box_menu_sp{
	margin-bottom: 6vw;
}

.box_menu_sp ul{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 0 3vw;
}

.box_menu_sp ul li a{
	padding: 10vw 2vw 2vw 2vw;
	border: 2px solid #1250A2;
	border-radius: 2vw;
	line-height: 1.2;
	font-size: 0.9em;
	text-align: center;
	display: block;
}

.box_menu_sp ul li:nth-of-type(1) a{background: url("../img/icon_spmenu01.png") no-repeat center top 3vw / 2.5em;}
.box_menu_sp ul li:nth-of-type(2) a{background: url("../img/icon_spmenu02.png") no-repeat center top 3vw / 2.5em;}
.box_menu_sp ul li:nth-of-type(3) a{background: url("../img/icon_spmenu03.png") no-repeat center top 3vw / 2.5em;}



/*HOME
----------------------------------------------------*/
.box_top_news{
	top: -16vw;
	height: 4.2em;
	display: grid;
	grid-template-columns: 1fr 20vw;
}

.box_top_news h2{
	height: 4.2em;
	line-height: 10vw;
	font-size: 4vw;
	display: grid;
	place-content: center;
	display: none;
}

.box_top_news .ticker ul li{
	width: 100%;
	height: 3.2em;
	color: #FFF;
	overflow: hidden;
	display:none;
}

.box_top_news .ticker ul li span{
	display: inline-block;
}

.box_top_news .ticker ul li a{
	display: block;
}

.box_top_news .btn a{
	height: 100%;
	background: #4BA1D3 url("../img/icon_link.png") no-repeat right 0.8em center / 0.3em;
	display: grid;
	place-content: center;
}

.sec01{
	padding: 16vw 0;
}

.sec01 h2{
	margin-bottom: 10vw;
	font-size: 5vw;
}

.sec01 h2 span{
	font-size: 7vw;
}

.sec01 .box_sec01{
	width: 100%;
	display: block;
}

.sec01 .box_sec01 img{
	width: 60%;
	height: auto;
	margin: 0 auto 6vw auto;
}

.sec01 .box_sec01 h3{
	margin-bottom: 2vw;
	font-size: 4.4vw;
}

.sec01 .box_sec01 dl{
	margin: 0 0 4vw 0;
}

.sec01 .box_sec01 dl dt{
	margin-bottom: 3vw;
	padding-left: 2vw;
	font-size: 3.7vw;
}

.sec01 .box_sec01 dl dt span{
	font-size: 4.4vw;
}

.sec01 .box_sec01 dl dd{
	padding-left: 2vw;	
}

.sec_contact{
	padding: 10vw 0;
}

.sec_contact h2{
	margin: 0 auto 4vw auto;
	font-size: 6vw;
}

.sec_contact .btn{
	width: 90%;
	padding: 4vw 2vw 4vw 0;
	border-radius: 2vw;
	background: #429DD1 url("../img/icon_link_w.png") no-repeat right 3vw center / 0.4em;
	font-size: 4.4vw;
}

.sec02{
	padding: 16vw 0;
}

.sec02 h2{
	margin-bottom: 8vw;
	font-size: 8vw;
}

.sec02 .box_sec02{
	display: block;
}

.sec02 .box_sec02 div{
	margin-top: 8vw;
	padding: 6vw;
	border-radius: 2vw;
	box-shadow: 0 0 5vw 2px rgba(0,0,0,0.1);
}

.sec02 .box_sec02 div h3{
	margin-bottom: 4vw;
	padding-top: 10vw;
	font-size: 6vw;
}

.sec02 .box_sec02 div ul li{
	margin-bottom: 4vw;
	padding: 0 0 4vw 2.5em;
}

.sec03{
	padding: 16vw 0;
	background: url("../img/bg_circle.png") no-repeat left top -10vw / 40%;
}

.sec03 .ttl{
	font-size: 6vw;
}

.sec03 .ttl:first-letter{
	font-size: 8vw;
}

.sec03 h2{
	margin: 0 auto 8vw auto;
	font-size: 8vw;
}

.sec03 h3{
	margin: 0 auto 6vw auto;
	padding-bottom: 4vw;
	font-size: 4vw;
}

.sec03 .mb{
	margin-bottom: 20vw;
}

.box_sec03{
	margin-bottom: 20vw;
	display: block;
}

.box_sec03 dl{
	margin-bottom: 8vw;
}

.box_sec03 dl dt{
	padding-left: 1em;
	font-size: 6vw;
}

.box_sec03 dl dd img{
	width: 80%;
	margin: 0 auto;
}

.box_sec03_kakomi dl{
	border-radius: 2vw;
	display: block;
}

.box_sec03_kakomi dl dt{
	padding: 3vw 6vw;
	background: #4BA1D3 url("../img/icon_paper-desital.png") no-repeat right 4vw top 2vw / 14vw;
	font-size: 6vw;
}

.box_sec03_kakomi dl dt span{
	font-size: 8vw;
}

.box_sec03_kakomi dl dd{
	padding: 3vw 6vw;
	font-size: 4.4vw;
}

.box_sec03_kakomi dl dd:before{
	top: -6vw;
	right: -3vw;
	width: 40vw;
	height: 35vw;
}

.sec04{
	padding: 16vw 0 80vw 0;
	background: url("../img/ph_casestudy.png") no-repeat center bottom / 200vw;
}

.sec04 .ttl{
	font-size: 8vw;
}

.sec04 .ttl:first-letter{
	font-size: 10vw;
}

.sec04 h2{
	margin: 0 auto 12vw auto;
	font-size: 8vw;
}

.sec04 ul{
	display: block;
}

.sec04 ul li{
	margin-bottom: 6vw;
	padding: 6vw 6vw 6vw 18vw;
	background: #FFF url("../img/icon_check.png") no-repeat left 6vw center / 9vw;
	box-shadow: 0 0 5vw 2px rgba(0,0,0,0.1);
	font-size: 4vw;
	display: block;
}

.sec05{
	padding: 20vw 0;
}

.sec05 h2 span{
	padding: 0 10vw;
	font-size: 20vw;
}

.sec05 .ttl{
	margin: 0 auto 10vw auto;
	font-size: 3.4vw;
}

.box_sec05 .contents{
	display: block;

}

.box_sec05:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 45%;
	background: #86BC25;
	border-radius: 0 10px 10px 0;
	content: "";
	display: block;
	z-index: -1;
}

.box_sec05:after{
	position: absolute;
	top: auto;
	bottom: 2.5%;
	right: 0;
	width: 50%;
	height: 50%;
	background: #4BA1D3;
	border-radius: 10px 0 0 10px;
	content: "";
	display: block;
	z-index: -1;
}

.box_sec05 .box_left{
	padding: 10vw 0;
	display: grid;
	grid-template-columns: 1em 1fr;
	grid-gap: 0 24vw;
}

.box_sec05 .box_left h3{
	padding-top: 12vw;
	font-size: 8vw;
}

.box_sec05 .box_left ul li{
	margin-bottom: 4vw;
	padding: 4vw;
	border-radius: 2vw;
}

.box_sec05 .box_left ul li:before{
	left:-17px;
	width: 5vw;
	height: 4vw;
	background: url("../img/icon_fukidashi_left.png") no-repeat center / 5vw;
}

.box_sec05 .box_left ul li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -15vw;
	width: 12vw;
	height: 12vw;
	margin: auto 0;
	background: url("../img/icon_voice_blue.png") no-repeat center / 12vw;
	content: "";
	display: block;
}

.box_sec05 .box_right{
	width: 95%;
	margin: 0 auto 0 0;
	padding: 10vw 0;
	display: grid;
	grid-template-columns: 1fr 1em;
	grid-gap: 0 24vw;
}

.box_sec05 .box_right h3{
	padding-top: 12vw;
	font-size: 8vw;
	order: 2;
}

.box_sec05 .box_right ul li{
	margin-bottom: 4vw;
	padding: 4vw;
	border-radius: 2vw;
}

.box_sec05 .box_right ul li:before{
	position: absolute;
	top: 0;
	bottom: 0;
	right:-17px;
	width: 5vw;
	height: 4vw;
	margin: auto 0;
	background: url("../img/icon_fukidashi_right.png") no-repeat center / 6vw;
	content: "";
	display: block;
}

.box_sec05 .box_right ul li:after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -15vw;
	width: 12vw;
	height: 12vw;
	margin: auto 0;
	background: url("../img/icon_voice_blue.png") no-repeat center / 12vw;
	content: "";
	display: block;
}

.sec06 h2{
	margin: 16vw auto -0.6em auto;
	font-size: 26vw;
}

.sec06 .bg{
	padding: 16vw 0;
}

.sec06 .contents{
	width: 90%;
	padding-top: 6vw;
	display: block;
}

.sec06 h3{
	margin: 0 auto 6vw auto;
	font-size: 8vw;
}

.sec06 img{
	width: 80%;
	margin: 6vw auto 0 auto;
	border-radius: 2vw;
}

.sec07{
	padding: 16vw 0;
}

.sec07 h2{
	line-height: 1.4;
	font-size: 14vw;
	letter-spacing: 2vw;
}

.sec07 .ttl{
  margin: 0 auto 16vw auto;
  font-size: 3.4vw;
}

.sec07 .bana{
	margin-bottom: 8vw;
	border-radius: 2vw;
	box-shadow: 0 0 5vw 2px rgba(0,0,0,0.1);
	display: block;
}

.sec07 .bana div{
	padding: 6vw;
	background: #F5F4F0;
	display: block;
	text-align: center;
}

.sec07 .bana div h3{
	margin: 0 auto 4vw auto!important;
	font-size: 7vw;
}

.sec07 .bana div h3 span{
	font-size: 5vw;
}

.sec07 .bana div p{
	width: 100%;
	margin: 0 auto 6vw auto;
}

.sec07 .bana div a{
	width: 100%;
	padding: 4vw 2vw 4vw 0;
	border-radius: 2vw;
	background: #429DD1 url("../img/icon_link_w.png") no-repeat right 3vw center / 0.4em;
	font-size: 4vw;
}

.sec08{
	padding: 16vw 0;
}

.sec08 h2{
	font-size: 12vw;
}

.sec08 h2:first-letter{
	font-size: 14vw;
}

.sec08 .ttl{
  margin: 0 auto;
  font-size: 3.4vw;
}

.sec08{
	background: #F5F4F0 url("../img/bg_circle2.png") no-repeat center top / 130vw;
}

.sec08 .box_sec08{
	display: block;
}

.sec08 .box_sec08 a{
	margin-top: 10vw;
	display: block;
}

.sec08 .box_sec08 a img{
	height: 12vw;
}


/*contents
----------------------------------------------------*/
.post_content{
	padding: 0 5% 20vw 5%!important;
}

.p-articleHead h1,
.post_content h2 {
	margin: 0 auto 10vw auto;
	padding: 16vw 0 4vw 0;
	font-size: 7vw;
}

.p-articleHead h1{
	margin: 0 auto;
	padding: 0 0 4vw 0;	
}

.swell-block-columns h3{
	margin: 0 0 4vw 0;
	padding: 0 0 3vw 0;
}

.swell-block-columns h3 small{
	font-size: 3vw;
}

.map iframe{
	height: 80vw;
}

.is-style-kakko_box strong{
	font-size: 7vw;
}

.box_guide img{
	max-width: 24vw;
	max-height: 24vw;
}


/*バックナンバー
----------------------------------------------------*/
.backnumber{
	max-width:100%!important;
}

.backnumber .l-mainContent__inner{
	display: block;
}

.backnumber .p-articleThumb{
	width: 60%;
	margin: 0 auto 12vw auto;
}

.backnumber h1{
	padding: 1vw 4vw 2vw 4vw;
	font-size: 5vw;
}

.backnumber h1 span{
	font-size: 8vw;
}

.backnumber h2{
	font-size: 6vw;
}

.backnumber h2 span{
	padding-left: 0;
}

.backnumber h2:has(small){
	margin: 0 auto 6vw auto;
	font-size: 8vw;
}

.backnumber h2 small{
	font-size: 0.5em;
	display: block;
}

.backnumber h2 small:first-letter{
	font-size: 1.2em;
	color: #1250A2;
}

.backnumber h3{
	margin: 0 0 4vw 0;
	font-size: 6vw;
}

.backnumber h3:has(span){
	font-size: 5vw;
}

.backnumber .wp-block-columns{
	display: block;
}

.backnumber .pagenumber{
	margin-bottom: 4vw!important;
}

.backnumber .p-articleFoot{
	display: none;
}


/*バックナンバー一覧
----------------------------------------------------*/
.box_backnumber_list{
	padding-bottom: 8vw!important;
	display: block;
}

.box_backnumber_list dl{
	margin-bottom: 6vw;
	padding: 4vw;
	box-shadow: 0 0 5vw 2px rgba(0,0,0,0.15);
	display: grid;
	grid-template-columns: 0.5fr 1fr;
	grid-gap: 4vw;	
}

.box_backnumber_list dl dd{
	padding: 10vw 0 0 0;
}

.box_backnumber_list dl dd div{
	position: absolute;
	top: 0;
	right: 0;
	width: 17vw;
	height: 18vw;
	padding-top: 2vw;
	font-size: 3.4vw;
}

.box_backnumber_list dl dd div span{
	font-size: 10vw;
}

.box_backnumber_list dl dd p{
	margin-bottom: 3vw;
	font-size: 4vw;
}

.box_backnumber_list dl dd p span{
	font-size: 3.4vw;
}

.box_backnumber_list dl dd p.explanation{
	font-size: 3.4vw;
}

.box_backnumber_year ul{
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 3vw;
}

.box_backnumber_year ul li a{
	padding: 4vw;
}

.box_search{
	margin: -8vw auto -8vw auto;
	padding: 4vw!important;
	border-radius: 2vw;
}

.box_search form{
	display: grid;
	grid-template-columns:1fr 10vw;
}

.box_search p{
	margin-bottom: 2vw;
	font-size: 6vw;
	text-align: center;
}

.box_search p em{
	-webkit-text-stroke: 2px #000;
	text-stroke: 2px #000f;
	paint-order: stroke;
	font-size: 8vw;
	color: #FFF;
}

.box_search form input{
	height: 10vw;
	border-radius: 2vw 0 0 2vw;
}

.box_search form button{
	width: 10vw;
	height: 10vw;
	background: #1250A2 url("../img/icon_search.png") no-repeat center / 6vw;
	border-radius: 0 2vw 2vw 0;
}

.result{
	margin-bottom: 6vw;
}


/*誌面サンプル
----------------------------------------------------*/
.sample h2 small{
	display: block;
}

.sample h2 small:first-letter{
	font-size: 1.2em;
	color: #1250A2;
}


/*購読申し込み
----------------------------------------------------*/
.logo_mousikomi{
	width: 70%;
	margin: 0 auto;
}

p:has(.swl-inline-btn){
	text-align: center;
}


/*お問い合わせ
----------------------------------------------------*/
.wpcf7-form dl{
    display: block;
}

.wpcf7-form dl dt{
	margin-bottom: 4vw;
}

input[type="submit"]{
	width: 60%;
	padding: 3vw;
}


/*お知らせ
----------------------------------------------------*/
#content.l-container:has(.p-postListTabBody),
#content.l-container:has(.news){
  	padding-top: 8vw;
}

.news h1{
	margin: 0 5%;
}

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

.news .date{
	padding-left: 5%;
}

.news .cate{
	width: 10em;
	font-size: 0.8em;
}

.p-articleFoot{
	padding: 2em 5% 0 5%;
}

.p-pnLinks{
	padding: 0 5%;
}


/*お知らせ一覧
----------------------------------------------------*/
.p-postList__link{
	padding: 1em 5%!important;
}

.p-homeContent{
	padding-bottom: 20vw!important;
}


/*sec_btn
----------------------------------------------------*/
.sec_btn{
	margin: 0;
	padding: 30px 0 40px 0;
	background: url("../img/bg_btn.jpg") no-repeat center / cover;
	text-align: center;
}

.sec_btn h2{
	margin-bottom: 15px;
	font-size: 30px;
	color: #FFF;
}

.sec_btn a{
	width: 450px;
	padding: 20px;
	border-radius: 5px;
	background: #429DD1;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	color: #FFF!important;
	display: inline-block;
	

}

@media(any-hover:hover){
.sec_btn a:hover{
	background: #68BDEE;
}
}

.sec_btn a span{
	padding-right: 0.8em;
	background: url("../img/icon_link.png") no-repeat right center / 0.4em;
}


/*common
----------------------------------------------------*/
.pt40{
	padding-top: 8vw!important;
}


/*footer
----------------------------------------------------*/
.box_footer{
	max-width: 90%;
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 10vw 0 6vw 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.box_footer .box_left{
	width: 100%;
}

.box_footer .box_left h2{
	width: 36vw;
	margin: 0 auto 5vw auto; 
}

.box_footer .box_left p{
	margin-bottom: 4vw;
}

.box_footer .box_left p img{
	width: 36vw;
	margin: 0 auto; 	
}

.box_footer .box_right{
	display: none;
}

.copyright{
	margin: 4vw 0 0 0;
	text-align: center!important;
}











}