@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 768px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: middle;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 1248px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .sbox {
    margin-bottom: 25px;
  }
  
  section {
    padding: 50px 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 15px;
  letter-spacing: 0.2em;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  /*background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);*/
}
@media only screen and ( max-width : 1248px ) {

  #header {
    padding: 10px 0;
    height: 80px;
  }
  .h_logo {
    width: 200px;
    position: absolute;
    top: 18px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
}

@media print, screen and ( min-width : 1249px ) {
		.container {
    width: 1080px;
  }
  #header {
    height: 80px;
  }
  .h_logo img {
    width: 151px;
  }
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #gNav ul {
    /*position: relative;*/
    display: flex;
  }
  #gNav li {
    /*position: relative;*/
    margin-right: 3em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 0.5vw;
    /*margin-left: -100px;*/
    width: 98vw;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	display:flex;
	justify-content: space-between;
  }
  #gNav .sub-menu a {
    padding: 10px;
    display: block;
    border-bottom: none;
    padding: 20px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #fff;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
  
#gNav .sub-menu_under{
	display:block;
}
#gNav .sub-menu_under li{
	display:block;
}
}


/*========= スクロール途中からヘッダーの高さが小さくなるためのCSS ===============*/
#header{
    /*はじめの高さを設定*/
	width:100%;
   /*以下はレイアウトのためのCSS*/
	/*display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 20px;*/
}

/*HeightMinというクラス名がついたら高さを小さく、上部固定に*/
#header.HeightMin{
	position: fixed;
    z-index: 999;/*最前面へ*/
	height:80px;
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 0;
	transform: translateY(-170px);
  }
  to {
  	opacity: 1;
	transform: translateY(0);
  }
}


.mainphoto{
	margin:0 0 120px;
	background:url(../img/bg_mainphoto01.jpg) no-repeat;
	background-size:cover;
	position:relative;
	min-height:500px;
	background-position-x: center;
}
.mainphoto_inner_txt01{
position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
}
.mainphoto_inner{
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width:1035px;
}
.mainphoto_innerleft{
	float:left;
	width:529px;
	padding:160px 0 0;
}
.mainphoto_innerright{
	float:right;
	width:436px;
}

/*=================form================*/




.section09 p.ermsg {
  font-size: 12px;
  color: #f00; }
.form_section{
	width: 1100px;
padding: 30px 0;
margin: 0 auto;
}
.form_section table , .section09 .inner table {
    margin-top: 40px;
    width: 100%;
	margin:40px auto 0;
}
.form_section table , .section09 .inner table{
    background: #f5f5f5;
	border-collapse: collapse;
	}
  .form_section table th , .section09 .inner table th {
    width: 280px;
	border: 1px solid #ddd;
	padding:20px;
	vertical-align: middle;
    position: relative; }
  .form_section table td , .section09 .inner table td {
    background: #fff;
	padding:20px;
	border: 1px solid #ddd; }
.form_section span.require,
.form_section span.option {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.07em;
  padding: 3px 10px;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -12px; }
.form_section span.require {
  background: #cb1c1c; }
.form_section span.option {
  background: #1c77cb; }
.form_section [type=check],
.form_section [type=radio],
.form_section [type=submit] {
  cursor: pointer; }
.form_section [type=check] + label,
.form_section [type=radio] + label {
  display: inline-block;
  cursor: pointer; }
.form_section [type=tel],
.form_section [type=email],
.form_section [type=text],
.form_section [type=password],
.form_section textarea,
.form_section select {
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  width: 100%;
  background-color:#fff;
  box-sizing: border-box;
}
 .form_section textarea {
  height: 200px; }
.form_section input#zip1 {
  display: inline-block;
  width: 80px; }
.form_section input#zip2 {
  display: inline-block;
  width: 150px;
  margin-bottom: 7px; }
.form_section [type=submit] {
  display: block;
  border: 1px solid #323d7f;
  background: #323d7f;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  color: #fff;
  padding: 20px 100px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 25px auto;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s; }
.form_section .checkbox .parts,
.form_section .radio .parts {
  padding-left: 25px;
  position: relative;
  line-height: 1; }
  .form_section .checkbox .parts::before,
  .form_section .radio .parts::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border: 1px solid #ccc; }
.form_section .checkbox .parts::before {
  width: 15px;
  height: 15px;
  border-radius: 4px; }
.form_section .radio .parts::before {
  width: 16px;
  height: 16px;
  border-radius: 50%; }
.form_section .radio input:checked + .parts {
  color: #2ea2f3; }
  .form_section .radio input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 3px;
    width: 10px;
    height: 10px;
    background: #2ea2f3;
    border-radius: 50%; }
.form_section .checkbox input:checked + .parts {
  color: #2ea2f3; }
  .form_section .checkbox input:checked + .parts::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 5px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #2ea2f3;
    border-right: 3px solid #2ea2f3; }
.form_section .selector {
  position: relative; }
  .form_section .selector::after {
    content: "";
    font-family: 'FontAwesome';
    content: url(../images/ico_form.jpg);
    position: absolute;
    top: 50%;
	width:15px;
	height:15px;
    right: 20px;
    margin-top: -12px;
    z-index: 10; }
  .form_section .selector select {
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;

    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    z-index: 1;
    cursor: pointer; }
.form_section ::-webkit-input-placeholder {
  color: #b9b9b9; }
.form_section ::-moz-placeholder {
  color: #b9b9b9; }
.form_section :-moz-placeholder {
  color: #b9b9b9; }
.form_section :-ms-input-placeholder {
  color: #b9b9b9; }
.form_section span.require {
  background: #cb1c1c;
}

<!--返信ページ-->
#kakunin{
    padding:200px 0!important;

}



.clearfix:after {  
  content: ".";   
  display: block;   
  height: 0;   
  clear: both;   
  visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
  
/* Hides from IE-mac \*/  
* html .clearfix { height: 1%; }  
.clearfix { display: block; }  
/* End hide from IE-mac */  


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
  font-size: 14px;
}
.f_logo,.f_logo p {
  text-align: center;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 1248px ) {
  #footer {
    padding: 40px 0;
  }
  .f_logo {
    padding: 0 20px;
    text-align: center;
  }
  .f_logo p {
    text-align: center;
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 150px;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 1249px ) {
  #footer {
    padding: 20px 0;
  }
  .f_logo {
  }
  .f_logo img {
    margin-bottom: 20px;
    width: 200px;
  }
  .f_logo {
  }
  .copy {
  }
}

/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  /*text-align: center;*/
}

#sec01 {
	text-align:center;
	margin:0;
	padding:50px 0 0;
}
#sec02 {
  text-align:center;
  margin:0 0 100px;
  background:url(../img/bg_intro.png) right bottom no-repeat;
  background-color:#FFFFF7;
  padding: 170px 0 50px;
  background-size: 30vw;
}
#sec03 {
  text-align:center;
	margin:0;
	padding:50px 0 100px;
}
.mar_link{
	padding-top: 100px;
    margin-top:-100px;
	text-align:center;
}
.section09 {
  text-align:center;
	margin:0;
	padding:50px 0 0;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}

#sec01 h2{
	color:#255898;
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	border-bottom:1px #ccc solid;
	margin:0 0 80px;
}
#sec01 h2::before {
content: '';
background: url(../img/img_top_about01.jpg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 89px;
width:96px;
position:absolute;
top: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;

}
#sec01 h2::after {
content: "about us";
display: inline-block;
font-size: 14px;
margin-left: 15px;
color:#AAAAAA;
position:absolute;
bottom: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
letter-spacing: 0.3em;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}

.p_aboutinner, .meritImg {
  width: 50%;
}
.p_aboutinner {
  position: relative;
  background:url(../img/img_top_about03.jpg) left bottom no-repeat;
  background-color:#255898;
  color:#fff;
  background-size: 10vw;
}
.p_aboutinner h3{
	font-size:2rem;
	font-weight:bold;
	line-height:1.5em;
	margin:0 0 35px;
}
.p_aboutinner h3 span{
	color:#BA811D;
}
.p_aboutinner p{
	line-height:180%;
}
.imgCenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.row-reverse {
  flex-flow: row-reverse;
}
.p_aboutinnerInner {
  width: 30vw;

  position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

.p_aboutinnertxt01 {
	max-width:644px;
}
.p_aboutinnertxt02 {
width: 84.5vw;
margin: 6.5vw auto 100px;
line-height:180%;
}



#sec02 h2{
	color:#255898;
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	border-bottom:1px #ccc solid;
	margin:0 0 80px;
	letter-spacing: 0.3em;
}
#sec02 h2::before {
content: '';
background: url(../img/img_top_intro01.jpg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 89px;
width:82px;
position:absolute;
top: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;

}
#sec02 h2::after {
content: "introduction";
display: inline-block;
font-size: 14px;
margin-left: 15px;
color:#AAAAAA;
position:absolute;
bottom: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
letter-spacing: 0.3em;
}

.intro_txt01{
	text-align:center;
	font-size:1.2rem;
	margin:0 0 80px;
	}

.jigyo_box{
	width:1232px;
	margin:0 auto 50px;
	box-shadow: 0 0 14px 0 rgba(153, 153, 153, 0.5);
	padding:0;
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
background:#fff;
}
.jigyo_box_left{
	width:605px;
}
.jigyo_box_right{
	width: calc(100% - 605px);
	position:relative;
}
.jigyo_box_right_inner{
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
width:86%;
}
.jigyo_box_right_inner h3{
	font-size:2rem;
	margin:0 0 15px;
}
.jigyo_box_right_inner h3 img{
	padding:0 20px 0 0;
}
.jigyo_box_links{
display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
margin:30px auto;
max-width:1200px;
flex-wrap: wrap;
}

.jigyo_box_links dl{
	width:30%;
	text-align:center;
	margin: 0 0 50px;
}
.jigyo_box_links dt{
	text-align:center;
	-moz-border-radius: 2em;
-webkit-border-radius: 2em;
-o-border-radius: 2em;
-ms-border-radius: 2em;
margin:0 0 10px;
line-height: 120%;
}
.jigyo_box_links dd{
	text-align:center;
}
.jigyo_box_links dd a{

	display:block;
	border:1px #333333 solid;
	padding:10px;
	text-align:center;
	background:url(../img/img_top_intro08.png) 90% 50% no-repeat;
	width:75%;
	margin:auto;
}
.jigyo_box_links dd a:hover{
	text-decoration:none;
	background:url(../img/img_top_intro008.png) 90% 50% no-repeat;
	background-color:#333;
	transition: 0.2s !important;
	color:#fff;
}
.jigyo_txt01{
	background:#9CC60F;
	color:#fff;
	padding:5px;
	box-sizing:border-box;
}
.jigyo_txt02{
	background:#FF7F00;
	color:#fff;
	padding:5px;
	box-sizing:border-box;
}
.jigyo_txt03{
	background:#55D1D0;
	color:#fff;
	padding:5px;
	box-sizing:border-box;
}
.jigyo_txt04{
	min-height:45px;
	text-align:center;
	margin:20px auto;
	min-height: 80px;
}
.jigyo_txt04 img{
	width:70%;
}


#sec03 h2{
	color:#255898;
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	border-bottom:1px #ccc solid;
	margin:0 0 80px;
}
#sec03 h2::before {
content: '';
background: url(../img/img_top_profile01.jpg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 89px;
width:82px;
position:absolute;
top: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;

}
#sec03 h2::after {
content: "profile";
display: inline-block;
font-size: 14px;
margin-left: 15px;
color:#AAAAAA;
position:absolute;
bottom: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
letter-spacing: 0.3em;
}
#sec03 table{
	width:850px;
	margin:auto;
}
#sec03 table th{
	padding:15px 2px;
	border-bottom:1px #CCCCCC solid;
	width:14%;
}
#sec03 table td{
	padding:15px 2px;
	border-bottom:1px #CCCCCC solid;
}

.section09 h2{
	color:#255898;
	text-align:center;
	font-size:30px;
	position:relative;
	display:inline-block;
	border-bottom:1px #ccc solid;
	margin:0 0 80px;
}
.section09 h2::before {
content: '';
background: url(../img/img_top_inq01.jpg);
background-repeat:no-repeat;
background-size: contain;
display: inline-block;
height: 70px;
width:95px;
position:absolute;
top: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;

}
.section09 h2::after {
content: "inquiry";
display: inline-block;
font-size: 14px;
margin-left: 15px;
color:#AAAAAA;
position:absolute;
bottom: -90%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
-webkit- transform: translateY(-50%) translateX(-50%);
margin: auto;
letter-spacing: 0.3em;
}

@media only screen and ( max-width : 1248px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 1249px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}
@media only screen and (max-width: 1034px) {
	.mainphoto_inner{
		width:100%;
	}
	.mainphoto_innerleft{
	float:left;
	width:51.1%;
	padding:16.5vw 0 0;
}
.mainphoto_innerright{
	float:right;
	width:42.2%;
}
}

@media only screen and (max-width: 1248px) {
	
.jigyo_box{
	width:96%;
	margin:0 auto 50px;

}
.jigyo_box_left{
	width:49%;
}
.jigyo_box_right{
	width: 51%;
}

.form_section{
	width:96%;
	margin:auto;
}
.form_section table{
	width:100%;
}
.form_section table th, .form_section table td {
        display: block;
        width: 100% !important;
        }
.form_section [type=submit]:hover {
      filter: alpha(opacity=75);
      -moz-opacity: 0.75;
      opacity: 0.75; }
.form_section [type=submit] {
      background: #323d7f;
      color: #fff;
      width: 100%;
      padding: 20px 10px; }
.form_section .checkbox li,
  .form_section .radio li {
    margin-top: 5px; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      margin-top: 0; }
.form_section .checkbox li,
  .form_section .radio li {
    padding: 10px 0;
    border-bottom: 1px dotted #ddd; }
    .form_section .checkbox li:first-child,
    .form_section .radio li:first-child {
      padding-top: 0; }
    .form_section .checkbox li:last-child,
    .form_section .radio li:last-child {
      border-bottom: none; }
    .form_section .checkbox li label,
    .form_section .radio li label {
      display: block; }
}

.pc_only{
	display:block;
}
.smp_only{
	display:none;
}

@media only screen and (max-width: 768px) {
.pc_only{
	display:none;
}
.smp_only{
	display:block;
}

.mainphoto_inner_txt01{
min-width: 73vw;
top:50%;
}

#header{
	height:70px;
}
#main {
  padding-top: 70px;
}
.h_logo {
  max-width: 30vw;
}
.mainphoto_inner {
width: 96%;
margin:auto;
}
.mainphoto{
min-height: 100vw;
}
.mainphoto_innerleft {
float: none;
width: 80%;
margin: 0 auto 20px;
padding: 5.5vw 0 0;
}
.mainphoto_innerright {
float: none;
width: 60%;
text-align:center;
margin:auto;
}

.flex {
	display:block;
}
.p_aboutinner, .meritImg {
  width: 100%;
}
.p_aboutinner{
	height: 50.5vw;
}
.p_aboutinnerInner {
  width: 80vw;
}
.jigyo_box{
	width:96%;
	display:block;
}
.jigyo_box_left{
	width:100%;
}
.jigyo_box_right{
	width:100%;
	height: 50vw;
}
.jigyo_box_right_h100{
	height: 100vw !important;
}
.jigyo_box_right_inner h3 {
  font-size: 1.5rem;
  margin:0 0 10px;
}
.jigyo_box_links dd a{
	
}
#sec03 table {
  width: 96%;
  margin: auto;
}
#sec03 table th {
  width: 22%;
}
#footer {
  padding: 20px 0;
}

.jigyo_box_links{
	display:block;
}
.jigyo_box_links dl {
  width: 75%;
  text-align: center;
  margin:0 auto 40px;
}
.jigyo_txt04{
	min-height:inherit;
}


/*開閉用ボタン（ハンバーガーボタン）*/
.menu-btn {
position: fixed;
top: 14px;
right: 3.5%;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
z-index: 101;
border: solid 1px #333;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
}
.menu-btn-line {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
height: 1px;
width: 30%;
background: #333;
-webkit-transition: all 3s ease-in-out;
transition: all .3s ease-in-out;
}
.menu-btn-line::before,
.menu-btn-line::after {
content: "";
height: 1px;
width: 100%;
background: #333;
position: absolute;
left: 0;
-webkit-transition: inherit;
transition: inherit;
}
.menu-btn-line::before{
top: -5px;
}
.menu-btn-line::after{
top: 5px;
}

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
-webkit-transition: all .5s;
transition: all .5s;
visibility: visible;
opacity: 1;
}
.open .menu-btn {
border-color: #fff
}
.open .menu-btn-line{
background-color: transparent;
}
.open .menu-btn-line::before,
.open .menu-btn-line::after {
top: 0;
background: #fff
}
.open .menu-btn-line::before {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.open .menu-btn-line::after {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}

/*開いたメニュー*/
.menu {
position: fixed;
display: flex;
justify-content: center;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(1,1,1,.9);
-webkit-transition: all .5s;
transition: all .5s;
visibility: hidden;
opacity: 0;
z-index: 100;
}
.menu ul {
transform: translateY(30%);
padding: 0;
list-style-type: none
}
.menu li {
width: 100%;
height: 50px;
line-height: 50px;
text-align: center;
}
.menu li a {
display: block;
font-size: 1.4rem;
color: #fff;
text-decoration: none;
-webkit-transition: all .2s;
transition: all .2s;
}
.menu li a:hover {
transform: translateX(5px);
-webkit-transition: all .2s;
transition: all .2s;
}

}