@charset "UTF-8";

@media (min-width : 768px) {
	.pc_none{
		display: none !important;
	}

	a[href^="tel:"] {
		pointer-events: none !important;
	}
}


@media (max-width : 768px ){
	.sp_none{
		display: none !important;
	}
	

	body,html{
		min-width: inherit;
		font-size: 15px !important;
	}

	#container{
		width: 100%;
		background: none;
		margin: 0 auto;
	}

	/*-----------------------------------------------------
	header
	-------------------------------------------------------*/

	.header_box{
		width: 100%;
		min-height: 100vh;
		z-index: 1;
	}

	.header_box::after{
/*		width: 100%;
		min-height: 100vh;
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;*/
/*		background: url("../images/index/main_bg.jpg");*/
/*		background-position: center center;*/
/*		background-size: cover;*/
/*		background-repeat: no-repeat;*/
		z-index: -1;
	}
	
	.header_box_in{
		padding: 40px 26px 0 26px;
	}
	
	.header_box2{
		width: 100%;
		height: auto;
		background: #009fe8;
		padding: 30px 16px 20px 16px;
		box-sizing: border-box;

	}

	.header_line{
		width: auto;
		margin: 0 auto 0;
		box-sizing: border-box;
		padding: 0 46px 0 26px;
		background: #fff;
		border-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}
	
	.header_line2{
		width: auto;
		text-align: center;
		background: #fff;
		margin: 0 auto 0;
		box-sizing: border-box;
		padding: 0px 36px 0px 36px;
		border-radius: 6px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: block;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		align-items: center;
	}


	.header_logo{
		padding: 12px 0 12px;
		margin: 0 auto;
	}

	.header_logo img{
		width: 170px;
	}

	.header_navi ul li{
		display: inline-block;
		margin: 0 0 0 26px;
		font-weight: bold;
		font-size: 16px;
		display: none;
	}

	.header_navi ul li a{
		position: relative;
		padding: 0 0 0 24px;
	}

	.header_navi ul li a:hover{
		text-decoration: none;
		opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";

	}

	.header_navi ul li a::before {
		position: absolute;
		content: "";
		width: 10px;
		height: 2px;
		background: #222;
		top: 50%;
		left: 0;
		margin: 0px 0 0 0;
	}


	.header_txt{
		width: 100%;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		margin: 0 0 0 0;
	}

	.header_txt img{
		width: 74%;
	}
	
		
	/*-----------------------------------------------------
	box1
	-------------------------------------------------------*/

	.box1{
		width: 100%;
		background: #fff;
		opacity: 0.95;
	}

	.box1_col1{
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 4;
	}

	.box1_col1::after {
		position: absolute;
		top: -190px;
		left: 0;
		z-index: -2;
		width: 100%;
		height: 190px;
		background: url("../images/index/box1_bg1.jpg") no-repeat;
		background-size: cover;
		content: "";	
	}

	.box1_col1::before {
		position: absolute;
		top: 0;
		right: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
/*		background: #009fe8;*/
		content: "";	
	}


	.box1_col1in{
		width: auto;
		margin: 0 auto;
		position: relative;
		z-index: 5;
	}

	.box1_col1in_box{
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 30px 0 30px;
		text-align: left;
	}

	.box1_col1in_box span.t{
		display: block;
		line-height: 1.5;
		font-size: 20px;
		color: #fff;
		margin: 0 0 16px;
	}

	.box1_col1in_box span.txt{
		display: block;
		line-height: 1.7;
		color: #fff;
		margin: 0 0 0px;
	}


	.box1_col2{
		width: 100%;
		height: 100%;
		position: relative;
	}

	.box1_col2::after {
		position: absolute;
		top: -160px;
		right: 0;
		z-index: 1;
		width: 100%;
		height: 160px;
		background: url("../images/index/box1_bg2_2.jpg") no-repeat;
		background-size: cover;
		content: "";	
	}

	.box1_col2::before {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		width: 100%;
		height: 100%;
		background: #009fe8;
		content: "";	
	}


	.box1_col2in{
		width: auto;
		margin: 0 auto;
		z-index: 2;
	}

	.box1_col2in_box{
		width: 80%;
		float: none;
		margin: 0 auto;
		padding: 30px 0 30px;
		position: relative;
		text-align: left;
		z-index: 4;

	}

	.box1_col2in_box span.t{
		display: block;
		line-height: 1.5;
		font-size: 20px;
		color: #fff;
		margin: 0 0 16px;
	}

	.box1_col2in_box span.txt{
		display: block;
		line-height: 1.7;
		color: #fff;
		margin: 0 0 26px;
	}
	
    
	/*-----------------------------------------------------
	box2
	-------------------------------------------------------*/

	.box2{
		width: 100%;
		background: #fff;
		padding: 40px 26px 40px;
		box-sizing: border-box;
		position: relative;
		opacity: 0.97;
		z-index: 2;

	}

	.box2in{
		width: auto;
		margin: 0 auto;
	}

	.box2 span.txt{
		display: block;
		text-align: left;
		line-height: 1.7;
		margin: 0 0 36px;
	}

	.box2 span.img{
		display: block;
		text-align: center;
	}

	.box2 span.img img{
		width: 100%;
	}


	/*-----------------------------------------------------
	box3
	-------------------------------------------------------*/

	.box3{
		width: 100%;
		background: #fafafa;
		padding: 40px 0 40px;
		position: relative;
		opacity: 0.97;
		z-index: 5;
	}

	.box3in{
		width: auto;
		margin: 0 26px;
	}

	.box3 span.txt{
		display: block;
		text-align: center;
		margin: 0 0 20px;
		line-height: 1.7;
	}

	.box3 table{
		width: 100%;
		border-collapse:  collapse;
	}


	.box3 table th{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-align: left;
		padding: 16px 10px 0;
		border-bottom: 0px solid #ccc;
		line-height: 1.7;
	}

	.box3 table td{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-align: left;
		border-bottom: 1px solid #ccc;
		line-height: 1.7;
		padding: 6px 10px 16px;
		font-size: 14px;
	}


	.box3in span.t{
		line-height: 1.5;
	    letter-spacing: 0.3em;
		font-size: 22px;
	    margin: 0 auto 0;
	    width: 100%;
	}

	/*-----------------------------------------------------
	box4
	-------------------------------------------------------*/

	.box4{
		width: 100%;
/*		background: #009fe8;*/
/*		padding: 40px 30px 40px;*/
		box-sizing: border-box;
	}

	.box4in{
		width: auto;
		margin: 0 auto;
	}

	.box4_title h2{
		font-size: 22px;
		margin: 0 0 20px;
		display: block;
		text-align: center;
		line-height: 1.4;
	}

	.box4 span.txt{
		display: block;
		text-align: center;
		line-height: 2.8;
		font-size: 14px;
	}


	.box4 span.txt2{
		line-height: 2.0;
		font-size: 16px;
	    letter-spacing: 0.5em;
	}

	.box4 span.txt3 {
	    text-align: left;
	    line-height: 2.0;
	    letter-spacing: 0.2em;
	    width: 70%;
	    font-size: 14px;
	    margin: 0 auto 0;
	}

	.box4 span.creator_title1 {
	    line-height: 2.0;
	    font-size: 12px;
	    letter-spacing: 0.5em;
	}

	.box4 span.creator_title2 {
	    font-size: 22px;
	    font-weight: 400;
	    letter-spacing: 0.2em;
	}

	/*-----------------------------------------------------
	box5
	-------------------------------------------------------*/

	.box5{
		width: 100%;
		background: #fff;
		padding: 10px 0 10px;
		position: relative;
		opacity: 0.97;
		z-index: 4;

	}

	.box5in{
		width: 90%;
		margin: 0 auto;

	}

	.box5_title h2{
	    font-size: 36px;
	    margin: 0 0 40px;
	    text-align: center;
	    color: #00bace;
	    font-weight: 400;
	    letter-spacing: 0.4em;
	}

	.box5 span.txt{
	    display: block;
	    text-align: left;
	    line-height: 2.5;
	    letter-spacing: 0.3em;
	    color: #222;
	    font-weight: 400;
	    font-size: 16px;
	    width: 100%;
	    margin: 0 auto 0;
	}

	.box5 span.txt2{
		font-size: 13px;
		line-height: 1.2;
	    letter-spacing: 0.08em;
	}

	.box5 span.txt3 {
	    display: block;
	    text-align: left;
	    line-height: 2.0;
	    letter-spacing: 0.2em;
	    color: #222;
	    font-weight: 400;
	    width: 30%;
	    font-size: 14px;
	    margin: 0 auto 0;
	}

	.box5 span.txt4{
	    line-height: 1.5;
	    letter-spacing: 0.3em;
	    font-size: 14px;
	    width: 100%;
	    margin: 8px auto 0;
	}


	.box5 span.creator_title1 {
		display: block;
	    text-align: center;
	    line-height: 3.0;
	    color: #00bace;
	    font-weight: 400;
	    font-size: 12px;
	    letter-spacing: 0.5em;
	}

	.box5 span.creator_title2 {
	    display: block;
	    text-align: left;
	    font-size: 28px;
	    display: block;
	    text-align: center;
	    letter-spacing: 0.2em;
	}


	.box5 ol  {
	  margin: 0;
	  padding: 0
	}
	.box5 ol li  {
	    list-style: none;
	    padding-left: 1.3em;
	    text-indent: -1.3em;
	    line-height: 1.5;
	    margin-bottom: 15px;
		width: 85%;
	}

	.balloon-title {
	    width: 100%;
	    padding: 15px 0px;
	    font-size: 16px;
	    color: #fff;
	    margin: 40px auto;
	    letter-spacing: 0.3em;
	}

	/* 吹き出しの三角形 */
	.balloon-title::after {
		content: "";
	    position: absolute;
	    bottom: -10px;
	    left: 10%;
	    border-width: 10px 10px 0 10px;
	    border-style: solid;
	    border-color: #00bace transparent transparent transparent;
	    filter: drop-shadow(2px 5px 0px rgba(0, 0, 0, 0.2));
	}

	.balloon-title2 {
	    padding: 0px 30px;
	    font-size: 16x;
	    margin: 15px auto;
	    letter-spacing: 0.3em;
	}


	.box5in span.t{
		line-height: 1.3;
	    letter-spacing: 0.3em;
		font-size: 22px;
	    margin: 0 auto 0;
		width: 100%;
	}

	.line_01 {
		width: 100%;
	    margin: 40px auto;
	}


	/*-----------------------------------------------------
	box6
	-------------------------------------------------------*/

	.box6{
		width: 100%;
		background: #e3f3f5;
		padding: 40px 0 40px;
		position: relative;
		opacity: 0.97;
		z-index: 4;

	}

	.box6in{
		width: 100%;

	}

	.box6_title h2{
	    font-size: 36px;
	    margin: 0 0 40px;
	    text-align: center;
	    color: #00bace;
	    letter-spacing: 0.4em;
	}

	.box6 span.txt{
	    display: block;
	    text-align: left;
	    line-height: 2.5;
	    letter-spacing: 0.2em;
	    font-size: 16px;
	    width: 100%;
	    margin: 0 auto 0;
	}

	.box6 span.txt2{
		line-height: 3.0;
		font-size: 10px;
	    letter-spacing: 0.25em;
	}

	.box6 span.txt3 {
	    letter-spacing: 0.2em;
	    font-size: 10px;
	    margin: 0 auto 0;
	}

	.box6 span.txt4{
	    line-height: 1.5;
	    letter-spacing: 0.3em;
	    font-size: 16px;
	    width: 100%;
	    margin: 8px auto 0;
	}


	.box6 span.creator_title1 {
	    line-height: 3.0;
	    font-size: 12px;
	    letter-spacing: 0.5em;
	}

	.box6 span.creator_title2 {
	    font-size: 28px;
	    display: block;
	    text-align: center;
	    color: #00bace;
	    font-weight: 400;
	    letter-spacing: 0.2em;
	}


	.box6in span.t{
		display: block;
	    text-align: center;
		line-height: 1.5;
	    letter-spacing: 0.3em;
		font-size: 22px;
	    margin: 0 auto 0;
	    width: 100%;
	}

	.line_02 {
	    border-top: 1px solid #00bace;
	    width: 40px;
	    margin: 5px auto 0px;
	}

	.line_02_text {
	    margin: 3px auto 10px;
	    line-height: 1.5;
	    letter-spacing: 0.3em;
	    font-size: 12px;
	}



	.flex-table {
        width: 95%;
        margin: 0 0 30px 3px;
	}

	.flex-row {
		display: flex;
		flex-direction: row;
		border-bottom: 1px solid #ccc;
		background-color: #fff;
		font-size: 12px;
	}

	.flex-cell {
	  flex: 1;
	  padding: 10px;
	  border-right: 1px solid #ccc;
	  box-sizing: border-box;
	  text-align: center;
	}

	.flex-cell:last-child {
	  border-right: none;
	}

	.flex-header .full-width {
		flex: 1 0 100%;
	}

	.flex-subheader {
		font-size: 12px;
	}

	.flex-row2 {
		flex-direction: row;
		font-size: 14px;
	}


	.flex-cell2 {
		padding: 10px 10px 2px;
		width: 95%;
	}

	.flex-cell2 span.title {
		font-size: 16px;
	}

	.flex-cell2 span.txt {
		font-size: 12px;
        margin: 10px auto 10px;
        line-height: 1.2;
	}
	


	/*-----------------------------------------------------
	box7
	-------------------------------------------------------*/

	.box7{
		width: 100%;
		background: #fff;
		padding: 10px 0 10px;
		position: relative;
		opacity: 0.97;
		z-index: 4;

	}

	.box7in{
		width: 90%;
		margin: 0 auto;

	}

	.box7in span.t{
		display: block;
	    text-align: center;
		line-height: 1.5;
	    letter-spacing: 0.3em;
		font-size: 22px;
	    margin: 0 auto 0;
	    width: 100%;
	}


	/*-----------------------------------------------------
	title
	-------------------------------------------------------*/

	.title h2{
		text-align: left;
		font-size: 20px;
		margin: 0 0 36px;
		position: relative;
		font-family: source-han-sans-japanese,sans-serif;
		font-weight: 700;
		font-style: normal;
		display: block;
		text-align: center;
	}


	.title h2::before{
		position: absolute;
		content: "";
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		bottom: -16px;
		width: 70px;
		height: 3px;
		background: #009fe8;
	}

	.subtitle h3{
		text-align: left;
		font-size: 17px;
		line-height: 1.3;
		padding: 0 0 16px 0;
		letter-spacing: 1px;
	}

	.subtitle h3 span{
		font-size: 14px;
		color: #222;
		display: block;
		padding: 6px 0 0 0;
		color: #004998;
	}



	/*-----------------------------------------------------
	button
	-------------------------------------------------------*/
	.button1{
		width: 80%;
		text-align: center;
		display: block;
		background: #fff;
		border-radius: 4px;
		margin: 0 auto;
	}

	.button1 a{
		display: block;
		padding: 16px 0;
		color: #222 !important;
		box-sizing: border-box;
		font-weight: bold;
		font-size: 14px;
		position: relative;
		z-index: 1;
	}


	.button1 a:hover{
		text-decoration: none;
		background: #c2efff;
		border-radius: 4px;
	}

	.button1 a:hover::before {
		right: 26px;
	}






	/*-----------------------------------------------------
	footer
	-------------------------------------------------------*/

	#footer{
		width: 100%;
		height: auto;
	}

	.ft_box{
		width: auto;
		margin: 0 auto;
		background: #fff;
		padding: 40px 0 30px 0;
		font-size: 15px;
	}

	.ft_box ul{
		display: block;
		margin: 0 0 36px;
	}


	.ft_box ul li{
		display: inline-block;
		padding: 0 26px;
		margin: 0 0 10px;
		border-right: 1px solid #ccc;
	}

	.ft_box ul li:last-child{
		border-right: 0px solid #ccc;
		margin: 0 0 0px;

	}

	.ft_box ul li:nth-child(2){
		border-right: 0px solid #ccc;
	}


	.ft_boxin{
		width: auto;
		margin: 0 auto;
		text-align: left;
		display:flex;
		justify-content:space-between;
	}

	.ft_logo{
		padding: 0 0 36px;
	}

	.ft_logo img{
		width: 220px;
	}

	.ft_cp{
		font-size: 12px;
	}
	
	/*-----------------------------------------------------
	experience
	-------------------------------------------------------*/
	.experience_box{
		padding: 30px 0 30px;
		background: #fafafa;
	}

	.experience_boxin{
		width: auto;
		margin: 0 26px;
	}

	.experience_li{
		margin: 0 0 10px;
	}

	.experience_li ul{
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-o-justify-content: space-between;
		justify-content: space-between;

	}

	.experience_li ul:after {
		content: "";
		display: none;
		width: 31%;
		height: 0;
	}

	.experience_li ul li{
		width: 48%;
		margin: 0 0 16px;
	}

	.experience_li ul li span.img{
		height: auto;
		overflow: hidden;
		display: block;
	}

	.experience_li ul li img{
		width: 100%;
	}

	/*-----------------------------------------------------
	contact
	-------------------------------------------------------*/
	.contact_box{
		padding: 30px 0 30px;
		background: #fafafa;
	}

	.contact_boxin{
		width: auto;
		margin: 0 26px;
	}

	.contact_tb table{
		width: 100%;
		border-collapse:  collapse;
	}


	.contact_tb table th{
		width: 100%;
		box-sizing: border-box;
		display: block;
		text-align: left;
		padding: 16px 10px 10px;
		border-bottom: 0px solid #ccc;
		line-height: 1.5;
	}

	.contact_tb table th span.hissu{
		display: inline-block;
		margin: 0 0 0 8px;
		background: #e83819;
		padding: 2px 6px;
		font-size: 11px;
		color: #FFF;
		line-height: 1.0;
		border-radius: 3px;	
	}

	.contact_tb table td{
		width: 100%;
		display: block;
		box-sizing: border-box;
		text-align: left;
		border-bottom: 1px solid #ccc;
		line-height: 1.5;
		padding: 0px 10px 16px;
	}
	
	.contact_txt{
		text-align: left;
		margin: 0 0 16px;
		line-height: 1.5;
	}
	
	.contact_bt table{
		width: 100%;
		box-sizing: border-box;
		padding: 30px 0px 0px 0px;
		border-collapse: 0;
		border-spacing: 0;
	}

	.contact_bt td{
		border: 0px;
		text-align: center;
	}

	.contact_bt td input[type=submit] {
		padding: 14px 40px;
		font-weight: bold;
		cursor: pointer;
		border-style: none;
		border-radius: 4px;
		font-weight: bold;
		line-height: 1.0;
		text-align: center;
		color: #fff;
		font-size: 13px;
		margin: 0 10px;
		background: #333;
	}

}