@charset "UTF-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* -----Basic style----- */
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;
}
body {
	line-height: 2;
	max-width: 1600px;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
}
body, th, td, h1, h2, h3, h4, h5, h6, pre, input, textarea, option, div, p, dt, dd, li, address {
	font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
.tx-s {
	font-size: 1.2rem;
}
.tx-m {
	font-size: 1.8rem;
}
.fw-b {
	font-weight: bold;
}
.colorw {
	color: #ffffff;
}
.color1 {
	color: #333333;
}
.bg-color1{
	background: #aaaaaa;
}
.wid {
	width: 100%;
}
.pad10 {
	padding: 10px;
}
.pad20 {
	padding: 20px;
}
.margin-b20{
	margin-bottom: 20px;
}
.margin-b40{
	margin-bottom: 40px;
}
.display-none {
	display: none;
}
.imgtxt {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.clr,
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.flex2{
	display: flex;
	flex-wrap: wrap;
}
.flex3{
	display: flex;
	flex-direction: row-reverse;
}
.flex4{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
/* -----Basic styleここまで----- */

.coming{
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 720px;
}
.coming p{
	text-align: center;
}
.coming p img{
	width: 90%;
	height: auto;
}

/* -----Common style----- */
.wrapper {
	width: 100%;
	height: 100vh;
}
/* header */
.drawer--navbarTopGutter{
	padding-top: 90px;
}
header h1 img{
	width: 80%;
	height: auto;
}
.drawer-navbar{
	height: 90px;
	border-bottom: none;
}
.drawer-container{
	max-width: 100%;
}
.drawer-navbar-header h1{
	padding-top: 30px;
	padding-left: 20px;
}
.drawer-navbar .drawer-menu li{
	padding-top: 24px;
}
.drawer-menu-item{
	font-size: 1.4rem;
	color: #333333;
	padding-left: 2.2rem;
	padding-right: 2.2rem;
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s;
}
.drawer-menu-item::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 2px;
	background-color: #333333;
	transition: all .3s ease 0s;
}
.drawer-menu-item:hover::after{
	width: 100%;
}
.drawer-menu-item:hover{
	text-decoration: none;
	color: #333333;
}
/*.navbox-entry{
	background: #dddddd;
	width: 90px;
	height: 90px;
}
.navbox-entry:hover{
	transform: scale(1.1);
}
.navbox-entry a:hover{
	color: #fff;
}
.navbox-contact{
	background: #333333;
	width: 90px;
	height: 90px;
	transition: ease-in-out 0.3s;
}
.navbox-contact:hover{
	transform: scale(1.1);
}
.navbox-contact a:hover{
	color: #fff;
}
.navbox-a{
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	display:block;
	width: 90px;
	height: 90px;
}*/
#main {
	margin-bottom: 40px;
}
#main h2{
	font-size: 3rem;
	font-weight: bold;
}
#main h3{
	font-size: 1.8rem;
	font-weight: bold;
}
.container {
	width: 980px;
	margin: 0 auto;
}
.main-contents {
	width: 100%;
}
/* button */
.button-1{
	text-align: center;
    width: 96%;
    margin: 0 auto;
    font-size: 1.4rem;
    padding: 10px;
}
.button-1 a{
	display: block;
    color: #333333;
    border: 1px solid #333333;
    padding: 10px;
    transition: .3s ease-in-out;
}
.button-1:hover a{
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
/*footer{
	padding-bottom: 20px;
}*/
footer nav{
	width: 100%;
    margin: 0 auto 40px;
    padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
footer ul li{
	width: 50%;
	padding: 8px 20px;
	text-align: center;
}
footer ul li a{
	position: relative;
	display: inline-block;
	transition: all .3s ease 0s;
}
footer ul li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #333333;
	transition: all .3s ease 0s;
}
footer ul li a:hover::after {
	width: 100%;
}
footer p.copyright{
	background: #333333;
	color: #fff;
	padding: 10px 0;
	text-align: center;
}
/* pagetop */
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 10px;
}
#pageTop a {
	display: block;
	z-index: 999;
	padding: 6px;
	border-radius: 30px;
	width: 40px;
	height: 40px;
	background-color: #333333;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#pageTop a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: .5s;
}
/* pankuzu */
.pankuzu{
	margin-bottom: 40px;
	background-color: #efefef;
}
.cd-breadcrumb {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
}
.cd-breadcrumb::after {
	content: "";
	display: table;
	clear: both;
}
.cd-breadcrumb li {
	display: inline-block;
	float: left;
	margin: 0.5rem 0;
}
.cd-breadcrumb li::after {
	display: inline-block;
	content: '\00bb';
	margin: 0 .6rem;
	color: #333333;
}
.cd-breadcrumb li:last-of-type::after {
	display: none;
}
.cd-breadcrumb li > * {
  display: inline-block;
  font-size: 1.4rem;
  color: #333333;
}
.cd-breadcrumb li.current > * {
	color: #333333;
}
.cd-breadcrumb a {
	transition: all .3s ease 0s;
}
.cd-breadcrumb a:hover {
	color: #333333;
}
/* web-interview */
#web-interview {
	position: fixed;
	bottom: 160px;
	right: 0px;
}
#web-interview a {
	display: block;
	z-index: 999;
	padding: 6px;
	text-decoration: none;
	text-align: center;
}
#web-interview a:hover {
	text-decoration: none;
	opacity: 0.7;
	transition: .5s;
}
.spview {
	display: none;
}
.pcview {
	display: block;
}
/* -----Common styleここまで----- */

/* -----top----- */
#top .mainvis{
	height: 72vh;
}
#top .vegas-wrapper{
	display: flex;
    align-items: center;
    width: 86%;
    margin: 0 auto;
}
#top .mainvis .inner h1{
	padding-bottom: 16px;
    margin-bottom: 24px;
}
#top .mainvis .inner h1 img{
	width: 64%;
	height: auto;
}
#top .mainvis .inner p img{
	width: 56%;
	height: auto;
}
#top .box-l{
	width: 6%;
}
#top .box-r{
	width: 94%;
}
#top .box-r img{
	width: 56%;
	height: auto;
}
#top .s-box-l{
	background-color: #dddddd;
}
#top .s-box2{
	width: 49%;
}
#top .s-box2 p{
	margin-bottom: 20px;
}

/* news */
#top .news{
	padding: 20px 0 0 0;
	margin-bottom: 40px;
}
#top .news h2.title{
	color: #333333;
	text-align: center;
}
#top .news-contents{
	width: 90%;
	margin: 0 auto 20px;
}
#top .news-list{
	width: 30%;
	margin: 20px 10px;
	background: #fff;
}
#top .news-list .news-text ul{
	flex-direction: column;
}
#top .news-list .news-text ul li{
	color: #333;
}
#top .news-list ul{
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}
#top .news-list ul li{
	font-size: 1.4rem;
	color: #fff;
}
#top .news-list a{
	display: block;
	transition: .3s ease-in-out;
}
#top .news-list a:hover{
	box-shadow: 0px 0px 20px 0px #000;
	opacity: .7;
}
#top .news-list p img{
	width: 100%;
	height: auto;
}
#arrow {
	position: relative;
}
.slick-prev img, .slick-next img {
    width: 70%; /* 画像幅 */
    height: auto; /* 画像高さ */
}
.slick-prev:before, .slick-next:before {
    content: "";
}
button.slick-prev, button.slick-next {
    z-index: 2;
}
.slick-prev{
	top: -200px;
	left: 15px; /* 任意の値 */
}
.slick-next{
	top: -200px;
	right: 15px; /* 任意の値 */
}
.slick-arrow{
	z-index: 10;/* 値は適当に */
}
#top p.news-link{
	text-align: center;
	width: 50%;
	margin: 0 auto;
	font-size: 1.4rem;
	padding: 10px;
}
#top p.news-link a{
	display: block;
	color: #333333;
	border: 1px solid #333333;
	padding: 10px;
	transition: .3s ease-in-out;
}
#top p.news-link a:hover{
	background: #333333;
	color: #ffffff;
	font-weight: bold;
}
#top .top-contents-box {
	margin-bottom: 80px;
}
#top .top-contents-box .inner{
	width: 86%;
	margin: 0 auto;
}
#top .top-contents-box h2{
	width: 40%;
    margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
#top .top-contents-box h2 span{
	display: block;
    font-size: 1.6rem;
	line-height: 1;
}
#top .top-contents-box02 {
	margin-bottom: 80px;
	padding: 80px 0;
}
#top .top-contents-box02 .inner{
	width: 86%;
	margin: 0 auto;
}
#top .top-contents-box02 h2{
	width: 40%;
    margin-bottom: 40px;
	padding-bottom: 24px;
	border-bottom: 1px solid #cccccc;
}
#top .top-contents-box02 h2 span{
	display: block;
    font-size: 1.6rem;
	line-height: 1;
}
#top .tx-white h2,
#top .tx-white p{
	color: #ffffff;
}
#top .flow_01{
	background: url(../img/top/flow_01.svg) no-repeat center center;
	background-size: contain;
	height: 36vh;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding-top: 40px;
}
#top .flow_02{
	background: url(../img/top/flow_02.svg) no-repeat center center;
	background-size: contain;
	height: 36vh;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding-top: 40px;
}
#top .flow_03{
	background: url(../img/top/flow_03.svg) no-repeat center center;
	background-size: contain;
	height: 36vh;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding-top: 40px;
}
#top .flow_04{
	background: url(../img/top/flow_04.svg) no-repeat center center;
	background-size: contain;
	height: 36vh;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding-top: 40px;
}
#top .flow_05{
	background: url(../img/top/flow_05.svg) no-repeat center center;
	background-size: contain;
	height: 36vh;
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	padding-top: 40px;
}
#top .common_info_inner {
    width: 100%;
}
#top .access table{
	width: 100%;
}
#top .access table,
#top .access table td,
#top .access table th{
	border: 1px solid #ccc;
}
#top .access table td,
#top .access table th{
	padding: 20px 20px;
}
#top .access table th{
	background: #efefef;
	width: 24%;
}
#top .m-policy{
	margin-bottom: 40px;
}
#top .m-policy .box-l{
	width: 30%;
}
#top .m-policy .box-r{
	width: 70%;
}
#top .m-policy .box-l p{
	text-align: center;
}
#top .m-policy .box-l p img{
	width: 32%;
	height: auto;
}
#top .m-policy .box-r h3{
	line-height: 1.4;
    margin-bottom: 16px;
}
#top .m-policy .box-r h3 span{
	font-size: 1.4rem;
}
#top .m-policy_02{
	margin-bottom: 40px;
}
#top .m-policy_02 .box-l{
	width: 50%;
	padding: 0 40px;
	border-right: 1px solid #cccccc;
}
#top .m-policy_02 .box-r{
	width: 50%;
	padding: 0 40px;
}
#top .m-policy_02 .box-l h3,
#top .m-policy_02 .box-r h3{
	line-height: 1.4;
    margin-bottom: 16px;
}
#top .m-policy_02 .box-l h3 span,
#top .m-policy_02 .box-r h3 span{
	font-size: 1.4rem;
}
.mamewaza_blog{
	width: 86%;
	margin: 0 auto;
}
h2.blog_h2{
	margin-bottom: 0px !important;
}
/* アメブロRSS表示 */
/* -----Ameblo RSS（カード風・トップページ）----- */
#top .ameblo-list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;  /* カード間の間隔 */
}

#top .ameblo-item{
  padding: 16px 18px;
  border: 1px solid #eeeeee;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform .18s ease, box-shadow .18s ease;
}

#top .ameblo-item:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.10);
}

#top .ameblo-title{
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  display: inline-block;
  line-height: 1.6;
}

#top .ameblo-title:hover{
  text-decoration: underline;
}

#top .ameblo-date{
  font-size: 1.2rem;
  color: #888888;
  margin-top: 6px;
  line-height: 1.4;
}

#top .ameblo-excerpt{
  font-size: 1.4rem;
  color: #555555;
  margin-top: 8px;
  line-height: 1.8;
}
/* NEWバッジ */
#top .ameblo-new{
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #ffffff;
  background: #e60023; /* 赤系（強すぎたら変更OK） */
  border-radius: 4px;
  vertical-align: middle;
  line-height: 1.4;
}
/* サムネ付きレイアウト */
#top .ameblo-item{
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

/* サムネイルサイズ調整 */
/* ==== Ameblo サムネ 120px（最終版） ==== */
#top .ameblo-thumb{
  width: 120px;
  min-width: 120px;
  flex: 0 0 120px;
  overflow: hidden;
  border-radius: 8px;
}

#top .ameblo-thumb img{
  width: 100%;
  height: 90px;
  object-fit: cover;
  display: block;

}
/* ==== Ameblo RSS：PC・タブレットは2カラム ==== */
#top .ameblo-list{
  display: grid;
  gap: 14px;
}

/* PC・タブレット（768px以上）は2カラム */
@media only screen and (min-width: 768px) {
  #top .ameblo-list{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* スマホ（767px以下）は1カラム */
@media only screen and (max-width: 767px) {
  #top .ameblo-list{
    grid-template-columns: 1fr;
  }
}
/* ==== ここまで ==== */

/* ==== ここまで ==== */


}


#top .ameblo-body{
  flex: 1 1 auto;
  min-width: 0;
}

/* スマホでは縦積み */
@media only screen and (max-width: 767px) {
  #top .ameblo-item{
    flex-direction: column;
  }
  #top .ameblo-thumb{
    width: 100%;
    flex: none;
  }
  #top .ameblo-thumb img{
    height: 180px;
  }
}


/* 幅をトップページに馴染ませる（任意） */
#top #ameblo-feed{
  width: 86%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  #top #ameblo-feed{
    width: 94%;
  }
}
/* -----Ameblo RSSここまで----- */


/* -----topここまで----- */

/* -----contact----- */
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 1em;
    background: url(../img/entry/arw-select-down.png) no-repeat;
    background-size: 20px;
    background-position: right center;
    height: 40px;
    line-height: 3rem;
    font-size: 1.4rem;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:20px;
	border-radius: 0px;
	width: 100%;
}
input{
    text-indent: 1em;
    height: 40px;
    line-height: 3rem;
    font-size: 1.4rem;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:20px;
	border-radius: 0px;
	width: 100%;
}
textarea{
    height: 140px;
    line-height: 2rem;
    font-size: 1.4rem;
    vertical-align: middle;
    border:1px solid #CCC;
    margin-bottom:20px;
	border-radius: 0px;
	width: 100%;
}
.contact table{
	margin: 20px auto;
	width: 100%;
}
.contact th{
	font-size: 1.4rem;
	text-align: left;
	vertical-align: top;
	width: 20%;
}
.contact td{
	width: 80%;
}
p.policy-link{
	margin-bottom: 20px;
	text-align: center;
}
p.form-btn{
	display: flex;
	justify-content: space-between;
}
p.form-btn input{	
	background: #333333;
	color: #fff;
    transition: all .2s ease;
}
p.form-btn input:hover{	
	background: #fff;
	border: 1px solid #333333;
	color: #333333;
}
.contact-contents .inner h2{
	margin-top: 40px;
}
.contact-contents p.icon-contact{
	text-align: center;
}
.contact-contents p.icon-contact img{
	width: 4%;
	height: auto;
}
.contact-contents h3{
	padding-bottom: 20px;
}
.contact-contents p.contact-text{
	padding-bottom: 40px;
}
.contact-contents .contact-tel{
	margin-bottom: 40px;
}
.contact-contents .contact-tel a{
	display: block;
	text-decoration: none;
}
.contact-contents .contact-tel a img{
	width: 100%;
	height: auto;
}
.contact-contents .contact-tel a:hover {
	opacity: 0.7;
	transition: .5s;
}
/* -----contactここまで----- */


/* -----responsive----- */
@media only screen and (max-width: 1023px) {
	.display-none-smp{
		display: none;
	}
	.flex {
		flex-direction: column;
	}
	.drawer--navbarTopGutter{
		padding-top: 3.75rem;
	}
	.drawer-navbar{
		height: 3.75rem;
	}
	.drawer-navbar-header h1{
		padding-top: 0.7rem;
		padding-left: 0;
		height: 3.75rem;
	}
	header h1 img{
		width: 200px;
	}
	.drawer-hamburger{
		width: 3rem;
		padding: 0.7rem;
	}
	.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
		background-color: #cccccc;
	}
	.drawer-navbar .drawer-menu li{
		padding-top: 0;
		border-bottom: 1px solid #ccc;
	}
	.drawer-nav{
		width: 32rem;
	}
	.drawer--right .drawer-nav{
		right: -32rem;
	}
	.drawer-menu-item{
		padding: 2.2rem;
		font-size: 1.6rem;
		display: block;
	}
	.navbox-facebook,.navbox-contact,.navbox-a{
		width: auto;
		height: auto;
	}
	.navbox-a{
		font-size: 2.5rem;
	}	
	#main{
		margin: 0 10px;
	}
	.container{
		width: 100%;
		flex-direction: column;
	}
	.main-contents{
		width: 100%;
	}
	.button-1 {
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	#pagetop{
		margin-bottom: 0;
	}
	iframe{
		width: 100%;
		height: auto;
	}
	.pankuzu {
		padding-left: 10px;
	}
	footer ul{
		flex-direction: column;
		text-align: center;
	}
	footer ul li{
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px dotted #000;
	}
	#top .subvis-bg1,
	#top .subvis-bg2{
		height: auto;
	}
	#top .box-l,
	#top .box-r{
		width: 100%;
	}
	#top .box-l, #top .box-r {
		padding: 20px 10px;
	}
	#top .s-box-r, #top .s-box-l {
		width: 100%;
		padding: 20px 10px;
	}
	#top p.news-link {
		width: 100%;
	}
	.second .mainvis-sub {
		text-align: center;
	}
	.contact table {
		width: 100%;
	}
	.contact-contents p.contact-text{
		text-align: left;
	}
}
@media only screen and (max-width: 767px) {
	header h1 img {
		width: 50%;
	}
	#main{
		margin: 0 10px 2px;
	}
	#main h2{
		font-size: 1.8rem;
	}
	#main h3{
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.button-1 {
		width: 100%;
	}
	.button-1 a {
		font-size: 1.2rem;
	}
	.flex {
		flex-direction: column;
	}
	.flex2 {
		flex-direction: column;
	}
	.flex3 {
		flex-direction: column;
	}
	footer{
		padding-bottom: 50px;
	}
	footer nav {
		width: 100%;
		border-bottom: none;
		margin-bottom: 0px;
	}
	footer p.copyright {
		font-size: 1rem;
	}
	.left-smp{
		text-align: left;
	}
	.footer_fix_btn {
		position:fixed;
		bottom:0;
		width:100%;
		text-align:center;
		background:#f8f8f8;
		box-shadow: 0px -2px 11px 0px #ccc;
	}
	.footer_fix_btn ul{
		display: flex;
	}
	.footer_fix_btn ul li {
		width:100%;
		border-right: 1px solid #ffffff;
		background-color: #333333;
	}
	.footer_fix_btn ul li+ li {
		border-right: 1px solid #ffffff;
	}
	.footer_fix_btn ul li a {
		display:block;
		padding:10px 0 0;
		width:100%;
		text-decoration:none;
	}
	.footer_fix_btn ul li a img{
		width: 60%;
		height: auto;
	}
	.spview {
		display: block;
	}
	.pcview {
		display: none!important;
	}
	.disnone {
		display: none;
	}
	#pageTop {
		position: fixed;
		bottom: 80px;
		right: 20px;
	}
	#top .mainvis {
		height: 48% !important;
		margin-top: 0px;
		margin-bottom: 20px;
	}
	#top .vegas-wrapper {
		width: 92%;
	}
	#top .mainvis .inner h1 img{
		width: 96%;
		height: auto;
	}
	#top .mainvis .inner p img{
		width: 88%;
		height: auto;
	}
	#top .s-box {
		width: 100%;
		margin-bottom: 40px;
	}
	#top .s-box2 {
		width: 100%;
	}
	#top .top-contents-box .inner {
		width: 94%;
	}
	#top .top-contents-box02 .inner {
		width: 94%;
	}
	#top .top-contents-box h2 {
		width: 90%;
		margin-bottom: 40px;
		padding-bottom: 24px;
		border-bottom: 1px solid #cccccc;
		font-size: 2.4rem;
	}
	#top .top-contents-box h2.title {
		margin-bottom: 20px;
	}
	#top .box-r h3 img {
		width: 100%;
		height: auto;
	}
	#top .m-policy .box-r,
	#top .m-policy .box-l {
		width: 100%;
	}
	#top .m-policy_02 .box-r,
	#top .m-policy_02 .box-l {
		width: 100%;
	}
	#top .m-policy_02 .box-r, 
	#top .m-policy_02 .box-l {
		padding: 20px 10px;
		border: none;
	}
	#top .m-policy_02 .box-l {
		margin-bottom: 40px;
	}
	#top .blog_title{
		margin-bottom: 20px;
	}
	.mamewaza_blog {
		width: 94%;
	}
	.cd-breadcrumb {
		padding: 0 10px;
	}
	.second .mainvis-sub {
	}
	.second .main-title h1 {
		font-size: 2rem;
	}
	.second .gmap iframe {
		width: 100%;
	}
	#top .access table th {
		text-align: left;
		width: 100%;
	}
	#top .access table td,
	#top .access table th {
		display: block;
		border: none;
	}
	#busicon .inner p img{
		width: 100%;
		height: auto;
	}
	.second .gallery ul li {
		width: 49%;
	}
	.second .map2 p img{
		width: 100%;
	}
	.service-box .job-box{
		width: 48%;
	}
	.merit-box .merit-number {
		width: 16%;
	}
	.merit-box .merit-contents {
		width: 84%;
	}
	.contact th {
		display: block;
		width: 100%;
	}
	.contact td {
		display: block;
		width: 100%;
	}
	p.policy-link{
		text-align: left;
	}
	.contact-contents p.icon-contact img{
		width: 12%;
	}
}
/* --- main subtitle (was main-subtitle.svg) --- */
.main-subtitle{
  margin: 0;
  text-align: center;
  line-height: 1.3;
}

.main-subtitle__top{
  display: block;
  font-size: 2.4rem;   /* 好みで調整 */
  font-weight: 700;
  letter-spacing: 0.08em;
}

.main-subtitle__bottom{
  display: block;
  margin-top: 0.6rem;
  font-size: 1.6rem;   /* 好みで調整 */
  letter-spacing: 0.12em;
  opacity: 0.85;
}

/* スマホは少し小さく */
@media only screen and (max-width: 767px) {
  .main-subtitle__top{ font-size: 2.0rem; }
  .main-subtitle__bottom{ font-size: 1.4rem; }
}

/* PCだけ200%に拡大 */
@media only screen and (min-width: 1024px) {
  .main-subtitle__top{
    font-size: 4.8rem; /* 2.4rem × 2 = 4.8rem */
    line-height: 1.3; /* 必要なら 1.4〜1.6 で調整 */
  }
}

/* ---------------------------------------------------------------------------------------responsiveここまで */
