@charset "UTF-8";

/* widthが1024px以下の時読み込まれる */
@media screen and (max-width: 1024px) {

	.sub_example_grid {
		grid-template-columns: repeat(2,1fr);
		padding: 0px 20px;
	}
	.example_text {
		padding: 10px 20px;

	}
}


/* widthが799以下の時読み込まれる */
@media screen and (max-width: 799px) {

	.main_example_title_grid {
		grid-template-columns: 1fr;
	}
	.main_example_title_grid > div {
		-webkit-box-pack: start;
    	min-width: 100px;
    	height: 100px;
	}
	.main_example_title {
		font-size: 1.5rem;
	}
	.main_example_title:after {
		display: none;
	}
	.main_example_grid {
		grid-template-columns: 1fr;
		margin-top: 0px;
	}
	.main_example_img {
		grid-row-start: 1;
	}
	.bk_grey {
		display: none!important;
	}

	.sub_example_grid {
		grid-template-columns: 1fr;
	}
	.common_content {
		width: 100%;
	}

	.contents {
		width: 100%;
	}
	.contents .title {
		background-image:url(../images/gaiyou.png);
		background-size: cover;
		height: 230px;
		width: 100%;
		position: relative;
		background-position-y: 0px;
	}
	.contents .title h1 {
		color: #005BAC;
		font-size: 40px;
		position: absolute;
    	top: 50%;
   		left: 50%;
    	transform: translate(-50%, -13%);
		padding: 0;
	}
	.contents .title h1 span {
		display: block;
		font-size: 23px;
		font-weight: 100;
		margin: 5px;
		line-height: 10px;
	}
	.contents .main {
		background-image:url(../images/gaiyou_main.png);
		background-size: cover;
		background-position: center;
		margin-top: 60px;
		height: 1200px;
	}
	.contents .main h2 {
		font-size: 35px;
    	font-weight: 100;
   	 	padding: 23px 10px;
		color: #005BAC;
	}
	.contents .main p {
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
    	font-size: 20px;
    	font-weight: 600;
    	line-height: 36px;
    	margin-bottom: 15px;
    	position: relative;
		text-align: center;
	}
	.contents .main p::after{
		content:"";
		display:block;
		width: 100%;
		height: 2px;
		background-color: #7295df;
		bottom:0;
	}
	.contents .main p .name {
		margin: -10px;
    	font-size: 24px;
		border-bottom: dashed 1px #7295df;
	} 
	.contents .main p .sp {
		display: block;
	}
	.contents .main p .pc {
		display: none;
	}
	.contents .main p .seturitu {
		margin: -10px;
    	font-size: 24px;
		border-bottom: dashed 1px #7295df;
	}
	.contents .main .text {
		padding-left: 0em;
		text-indent: 0em;
		line-height: 40px;
		margin-top: 20px;
	}
	.contents .main p .jigyou {
		margin: -10px;
    	font-size: 24px;
		line-height: 36px;
		border-bottom: dashed 1px #7295df;
	}
	.contents img {
		width: 1060px;
		margin-bottom: 60px;
		
	}
	.map {
		font-size: 18px;
	}
	.contents p {
		color: #005BAC;
		font-weight: 500;
		font-size: 30px;
		margin: 0px 13px
	}
	.contents a {
		color: #ffffff;
    	background-color: #005BAC;
    	display: block;
    	width: 72%;
    	font-size: 19px;
    	padding: 20px 0;
		margin-top: 10px;
    	border-radius: 3px;
    	letter-spacing: 3px;
	}

	.contents_bl .title {
		background-image:url(../images/gyoumu.jpg);
		background-size: cover;
		height: 230px;
		width: 100%;
		position: relative;
	}
	.contents_bl .title h1 {
		color: #005BAC;
    	font-size: 40px;
    	position: absolute;
   		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -13%);
   	 	padding: 0;
	}
	.contents_bl .title h1 span {
		display: block;
		font-size: 17px;
		font-weight: 100;
		margin: 5px;
	}
	.contents_bl .main{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
	}
	.contents_bl .doboku {
		background-image:url(../images/gyoumu_doboku.jpg);
		background-size: cover;
		margin-top: 60px;
		height: 520px;
		width: 100%;
		position: relative;
  		z-index: 1;
	}
	.contents_bl .doboku::after{
		content: "";
		position: absolute;
		z-index: 2;
		width: 100%;
		height:100%;
		top: 0;
		left: 0;
		background-color: white;
		opacity: 0.5;
	  }
	.contents_bl .doboku h2 {
		color: #005BAC;
		font-size: 37px;
		font-weight: 500;
		padding: 35px 0px 5px 10px;
    	margin: 0;
		position: relative;
  		z-index: 3;
	}
	.contents_bl .doboku p {
		margin: 0px 17px ;
		font-size: 19px;
		font-weight: 500;
		position: relative;
  		z-index: 3;
	}
	.contents_bl .doboku h3 {
		margin-left: 17px;
		font-size: 23px;
		color: #005BAC;
		padding-bottom: 0px;
		margin-top: 15px;
		position: relative;
  		z-index: 3;
	}
	.contents_bl .doboku h3 span {
		color: #000000;
		margin-left: 10px;
		font-size: 29px;
	}
	.contents_bl .doboku .text {
		font-size: 20px;
    	margin: 0px 17px;
    	letter-spacing: 0px;
    	line-height: 2.5rem;
   	 	padding-left: 8em;
    	text-indent: -8em;
	}
	.contents_bl .doboku .text2 {
		font-size: 20px;
    	margin: 0px 17px;
    	letter-spacing: 0px;
    	line-height: 2.5rem;
   	 	padding-left: 6em;
    	text-indent: -6em;
	}
	.contents_bl .doboku .text3 {
		font-size: 20px;
    	margin: 0px 17px;
    	letter-spacing: 0px;
    	line-height: 2.5rem;
   	 	padding-left: 6em;
    	text-indent: -6em;
	}
	.contents_bl .sokuryou {
		background-image:url(../images/gyoumu_sokuryou.jpg);
		background-size: cover;
		background-position: top;
		margin-top: 100px;
		height: 520px;
		width: 100%;
		position: relative;
  		z-index: 1;
	}
	.contents_bl .sokuryou::after{
		content: "";
		position: absolute;
		z-index: 2;
		width: 100%;
		height:100%;
		top: 0;
		left: 0;
		background-color: white;
		opacity: 0.7;
	  }
	.contents_bl .sokuryou a.anchor{
		display: block;
		padding-top: 70px;
		margin-top: -70px;
	}
	.contents_bl .sokuryou h2 {
		color: #005BAC;
		font-size: 37px;
		font-weight: 500;
		padding: 35px 0px 5px 10px;
    	margin: 0;
		position: relative;
  		z-index: 3;
	}
	.contents_bl .sokuryou p {
		margin: 0px 17px;
		font-size: 21px;
		font-weight: 500;
		line-height: 2.5rem;
		position: relative;
  		z-index: 3;
	}
	.contents_bl .sokuryou h3 {
		margin-left: 17px;
		font-size: 23px;
		color: #005BAC;
		padding-bottom: 0px;
		margin-top: 15px;
		position: relative;
  		z-index: 3;
	}
	.contents_bl .sokuryou h3 span {
		color: #000000;
		margin-left: 10px;
		font-size: 29px;
	}
	.contents_bl .sokuryou .text2 {
		font-size: 20px;
		line-height: 2.3rem;
		margin: 0px 19px;
	}

	.contents_recruit {
		width: 100%;
	}
	.contents_recruit .title {
		background-image:url(../images/kyuujin.jpg);
		background-size: cover;
		height: 230px;
		width: 100%;
		position: relative;
		background-position: right;
	}
	.contents_recruit .title h1 {
		color: #005BAC;
    	font-size: 40px;
    	position: absolute;
   		top: 50%;
    	left: 50%;
    	transform: translate(-50%, -13%);
   	 	padding: 0;
	}
	.contents_recruit .title h1 span {
		display: block;
		font-size: 17px;
		font-weight: 100;
		margin: 5px;
	}
	.contents_recruit .main h2 {
		color: #005BAC;
		font-size: 31px;
		margin: 80px 18px 0px 18px;
		font-weight: 100;
		letter-spacing: 2px;
	}
	.contents_recruit .main p{
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "MS P明朝", "MS 明朝", serif;
		margin: 10px 20px 200px 20px;
    	font-size: 19px;
		font-weight: 500;
		}

}