@charset "utf-8";
/* etkcms
-----------------------------------------------------------*/
body,p,div,form,ul,ol,li,dl,dt,dd,th,td,h1,h2,h3,h4,h5,input,textarea{ font-family :Quicksand, メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', serif;margin:0;padding:0;color:#222;font-size:15px;line-height:180%;list-style-type:none;-webkit-text-size-adjust:none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
a{ text-decoration:none;color:#e60012; }
a.bt{ padding:5px 20px;background:#E3C65D;border:1px #999 solid;color:#333; }
img{max-width:100%;line-height:70%;border:none;vertical-align:bottom;}
strong{ font-weight:100;text-decoration:none; }
/* ------------------------------------------------------- */
.clearFix { zoom: 1; }
.clearFix:after { content: '';display: block;height: 0;clear: both; }
.alert{ color:#e60012; }
.box{ margin-bottom:15px; }
.box-large{ margin-bottom:30px; }
.block { margin: 0 auto 60px; }
.pc-only{  }
.sp-only{ display:none; }
.br-pc-only{  }
.br-sp-only{ display:none; }
.bold {
  font-weight: bold;
}

.bg {
  background: #fff6e9;
}

.map {
  height: 500px;
  width: 100%;
}

.map iframe {
  height: 100%;
  width: 100%;
}

.cont {
  padding: 70px 0;
}

.sub {
  padding: 0 1.5%;
}

.color-change {
  color: #e60012;
}

.link {
  height: 0;
  position: relative;
}

.bt-more a,
.bt-more span {
  background: #eb6100;
  color: #fff;
  display:inline-block;
  font-size: 110%;
  font-weight: bold;
  padding: 10px 2em;
  -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all  0.2s ease;
}

.bt-more.bt-more-ptn2 a,
.bt-more.bt-more-ptn2 span {
  background: #fff;
  color: #1c81c6;
}

.bt-more i {
  margin-left: 2em;
}

.center {
  text-align: center;
}
/* ------------------------------------------------------- */
body{  }
h1 {
  height: 0;
  overflow: hidden;
}

h2{
  margin: 0 0 40px;
}

h2 span {
  background: #e60012;
  color: #fff;
  display: inline-block;
  font-size: 140%;
  letter-spacing: 3px;
  padding: 10px 3em;
}

h3{
  border-bottom:1px #e60012 solid;
  color: #222;
  font-size: 140%;
  margin:0 0 10px;
}

h4 {
  color: #e60012;
  font-size: 140%;
  line-height: 150%;
  margin: 0;
}

h4.sub {
  margin: 0 0 30px;
  overflow: hidden;
  text-align: center;
}

h4.sub span {
  color: #000;
  display: inline-block;
  font-size: 130%;
  line-height: 120%;
  margin: 0 2.5em;
  padding: 0 1em;
  position: relative;
  text-align: center;
}

h4.sub span::before,
h4.sub span::after {
  background: #000;
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 400%;
}

h4.sub span::before {
  right: 100%;
}

h4.sub span::after {
  left: 100%;
}

h5 {
  color: #e60012;
  line-height: 150%;
  margin: 0 0 5px;
}

/* ------------------------------------------------------- */
.wrap{ width:1100px;margin:0 auto; }
#wrap {
  overflow: hidden;
  width: 100%;
}
/* ------------------------------------------------------- */
header {
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 999;
  -moz-box-shadow: 0px 0px 3px rgba(34,34,34,.2);-webkit-box-shadow: 0px 0px 3px rgba(34,34,34,.2);box-shadow: 0px 0px 3px rgba(34,34,34,.2);
  justify-content: space-between;
}
#head {
  background: rgba(255,255,255,0.5);
  padding: 10px 0;
  display: flex;
}

header #head > .wrap{
  display: flex;
  justify-content: space-between;
}

#head-logo {
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
}

#head-logo .icon_wrap {
  margin-left: 35px;
}

#head-logo .icon_wrap a {
  margin-left: 5px;
  display: inline-block;
}

#head-logo .icon_wrap a:nth-of-type(1) {
  margin-left: 0;
}

#head-logo .icon_wrap a .header_icon {
  width: 28px;
  height: auto;
}

#head-logo img {
  max-height: 79px;
}

#head-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
}

#head-menu ul {
  text-align: right;
  display: flex;
}

#head-menu ul li {
  display: inline-block;
  line-height:100%;
  margin: 0 2em 0 0;
}

#head-menu ul li:first-child {
  margin-left: 0;
}

#head-menu ul li a{
  color: #222;
  display: inline-block;
  font-weight: bold;
  padding: 0;
}

#head-menu ul li.head-menu-bt a {
  color: #fff;
  padding: 10px 25px;
  
}

#head-menu ul li img {
  max-height: 21px;
  margin-right: .25em;
}

#bt-menu-toggle {
  display: none;
  float: right;
}

#bt-menu-toggle .bt-more {
  text-align: right;
}

#bt-menu-toggle i {
  margin-left: 0;
  margin-right: 1em;
}

#menu-toggle {
  background: #fff;
  color: #fff;
  display: none;
}

#menu-toggle ul {
  vertical-align: middle;
}

#menu-toggle ul li {
  border-top: 1px #eb6100 solid;
  vertical-align: middle;
}

#menu-toggle ul li:last-child {
  background: #eb6100;
}

#menu-toggle ul li a {
  color: #e60012;
  display: block;
  padding: 15px 1em;
  vertical-align: middle;
}

#menu-toggle ul li:last-child a {
  color: #fff;
}

#menu-toggle ul li a img {
  margin-right: .5em;
  max-height: 21px;
  vertical-align: middle;
}


#menu-toggle ul li a i {
  margin-right: .75em;
}


#head_coordination {
  display: none;
}

/* ------------------------------------------------------- */
#main_cont{  }


#pagetop {
  text-align: right;
}

#pagetop img {
  max-height: 50px;
}

#foot {
  background:#e60012;
  padding: 50px 0 3px;
}

#foot p {
  color: #fff;
  margin: 0 0 15px;
}

#foot p .title {
  font-size: 140%;
  font-weight: bold;
}

#foot p a {
  color: #fff;
  text-decoration: underline;
}

#foot .map {
  height: 300px;
}

#copyright{
  color: #fff;
  font-size: 70%;
  text-align: right;
}
/* ------------------------------------------------------- */
#top-image {
  margin: 0;
  opacity:0;
  text-align: center;
  position: relative;
}

#top-image .text_wrap{
  color: #000;
  position: absolute;
  top: 33%;  
  text-align: left;
  max-width: 1090px;
  min-width: 800px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 33px;
}

#top-image .text_wrap strong{
  font-size: 180%;
  line-height: 1.35;
  font-weight: bold;
  text-shadow: 1px 1px 5px #fff;
}


.history-wrap .history-box:not(:last-child) {
  margin-bottom: 20px;
}

.history-box .img {
  float: left;
  width: 20%;
}

.history-box .txt {
  float: right;
  width: 77%;
}

.bnr-wrap {
  margin-top: 20px;
}

/* 追加部分 理念 */
#philosophy-cont{
  background: #fff6e9;
}
#philosophy-cont .philosophy_wrap{
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
}

#philosophy-cont .philosophy_wrap h2{
  font-size: 450%;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

#philosophy-cont .philosophy_wrap h2 .sub{
  font-size: 36%;
  font-weight: 500;
  display: block;
  background: none;
  color: #000;
  margin-bottom: 15px;
}


#philosophy-cont .text_wrap{
  position: relative;
}

#philosophy-cont .text_wrap p{
  font-size: 110%;
  line-height: 1.75;
  text-align: center;
}

#philosophy-cont .text_wrap .signature{
  font-size: 180%;
  font-weight: bold;
  margin-top: 16px;
}

/* #philosophy-cont .wrap iframe {
  margin: 20px auto 0;
  display: block;
} */
#philosophy-cont .movie_wrap{
  display: flex;
  margin: 20px auto 0;
  justify-content: space-between;
  width: 80%;
}

#philosophy-cont .movie_wrap iframe{
  display: block;
}

#philosophy-cont .movie_wrap iframe:nth-of-type(1){
  width: 65%;
  height: 315px;
}

#philosophy-cont .movie_wrap iframe:nth-of-type(2){
  width: 30%;
  height: 315px;
}



/* ここまで */

#policy-cont h3 {
  border: none;
  color: #fff;
  background: #ee6a0d;
  font-size: 280%;
  line-height: 150%;
  text-align: center;
  padding: 15px;
}

#policy-cont h3 span {
  font-size: 160%;
  line-height: 110%;
}

#policy-cont h3 span span {
  color: #eb6100;
  font-size: 140%;
  line-height: 110%;
}

#policy-cont h4 span{
  padding-top: 10px;
}

#policy-cont ol {
  float: left;
  margin: 0 2% 0 0;
  width: 49%;
}

#policy-cont ol:nth-child(2n) {
  margin-right: 0;
}

#policy-cont ol li {
  margin: 0 0 35px;
}

#policy-cont ol:nth-child(odd) li:nth-child(odd) .num,
#policy-cont ol:nth-child(odd) li:nth-child(odd) .title .title-sub,
#policy-cont ol:nth-child(even) li:nth-child(even) .num,
#policy-cont ol:nth-child(even) li:nth-child(even) .title .title-sub {
  color: #eb6100;
}

#policy-cont ol:nth-child(odd) li:nth-child(odd) .title .title-main span,
#policy-cont ol:nth-child(even) li:nth-child(even) .title .title-main span {
  background: #eb6100;
}

#policy-cont ol:nth-child(odd) li:nth-child(even) .num,
#policy-cont ol:nth-child(odd) li:nth-child(even) .title .title-sub,
#policy-cont ol:nth-child(even) li:nth-child(odd) .num,
#policy-cont ol:nth-child(even) li:nth-child(odd) .title .title-sub {
  color: #e60012;
}

#policy-cont ol:nth-child(odd) li:nth-child(even) .title .title-main span,
#policy-cont ol:nth-child(even) li:nth-child(odd) .title .title-main span {
  background: #e60012;
}




#policy-cont ol li .num {
  /*display: inline-block;*/
  float: left;
  font-size: 666%;
  font-weight: bold;
  line-height: 100%;
  text-align: right;
  width: 16%;
  vertical-align: top;
}

#policy-cont ol li .title {
  width: 81%;
}

#policy-cont ol li .title .title-main {
  display: inline-block;
  margin: 0 0 10px;
}

#policy-cont ol li .title .title-main.underline{
  font-size: 200%;
  color:#3a99da;
  background: linear-gradient(transparent 50%, #ffff77 50%);
  font-weight: bold;
  line-height: 100%;
  display: inline-block;
  padding: 15px .5em 10px;
  float: none;
}

#policy-cont ol li .title .title-main span {
  color: #fff;
  display: inline-block;
  font-size: 200%;
  font-weight: bold;
  line-height: 100%;
  padding: 15px .5em 10px;
}

#policy-cont ol li .title .title-sub {
  display: inline-block;
  font-size: 200%;
  font-weight: bold;
  line-height: 120%;
  margin: 0 0 10px;
}

#policy-cont ol li .illust {
  float: left;
  text-align: right;
  width: 30%;
}

#policy-cont ol li .note {
  float: right;
  width: 65%;
}

#policy-cont ol li .note ul {
  padding: 0 0 0 1em;
}

#policy-cont ol li .note ul li {
  list-style-type: disc;
  margin: 0;
}

#profile-cont .profile-image {
  float: left;
  text-align: center;
  width: 50%;
}

#profile-cont .profile-txt {
  float: right;
  width: 45%;
}

#profile-cont .profile-txt h3 {
  font-size: 200%;
  line-height: 150%;
}

#profile-cont .profile-txt h3 span {
  font-size: 70%;
  font-weight: normal;
  line-height: 150%;
}

/* プロフィール追加部分 */
#profile-cont .history_wrap h4{
  margin-bottom: 15px;
  color: #000;
}
#profile-cont .history_wrap ul{
  margin-bottom: 20px;
}
#profile-cont .history_wrap ul li{
  padding-left: 1em;
  margin-bottom: 5px;
  line-height: 1.3;
  position: relative;
}

#profile-cont .history_wrap ul li::before{
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  margin-left: 3px;
}
/* ここまで */
#career-cont {
  
}

#career-cont ul {
  float: left;
  margin: 0 4% 0 0;
  width: 48%;
}

#career-cont ul:nth-child(2n) {
  margin-right: 0;
}

#career-cont ul li {
  border-bottom:1px #A1A0A0 dotted;
  line-height: 150%;
  padding: 8px 0 5px;
}

/* 役職追加部分 */
#career-cont .career_wrap ul{
  display: flex;
  flex-wrap: wrap;  
  width: 100%;
}

#career-cont .career_wrap ul li{
  width: 40%;
  padding-left: 1.5em;
  position: relative;
  margin-left: 8%;
}


#career-cont .career_wrap ul li::before{
  content: "";
  width: 8px;
  height: 8px;
  background: #000;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 6px;
}
/* ここまで */
#voice-cont .txt {
  float: left;
  width: 49%;
}

#voice-cont .txt .voice-box {
  margin: 0 0 30px;
}

#voice-cont .txt .voice-box .name {
  text-align: right;
}

#voice-cont .image {
  float: right;
  padding: 60px 0 0;
  width: 48%;
}
/* ------------------------------------------------------- */
.list{ width:100%;margin:0 0 30px; }
.list dl{ display:table;width:100%;border-collapse:collapse;border-spacing:0;border-bottom:1px #A1A0A0 dotted;margin:0;}
.list dt{ width:8em;font-weight:normal; }
.list dd{  }
.list dt,.list dd{ display:table-cell;padding:7px 0;vertical-align:top; }
.list + #extra_message h4{
  color: #e60012;
  line-height: 1.45;
  font-size: 120%;
  text-align: left;
  font-weight: normal;
}
/* ------------------------------------------------------- */
.contact-form {
  margin:0 auto 30px;
  width:100%;
}

.contact-form-inner {
  border: 1px solid #c9c9c9;
}

.contact-form dl {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #c9c9c9;
  display: table;
  margin: 0;
  width: 100%;
}

.contact-form dl:nth-last-of-type(1) {
  border:none;
}

.contact-form dt {
  background-color: #eee;
  color: #222;
  font-weight: bold;
  padding: 15px 2.5em;
  width: 11.5em;
}

.contact-form dd {
  background-color: #fff;
  padding: 10px 2.5em;
  word-wrap: break-word;
}

.contact-form dt,
.contact-form dd {
  display: table-cell;
  vertical-align: top;
}

.contact-form dd .box {
  margin: 0 0 10px;
}

.contact_submit {
  font-size: 0;
  margin-top: 20px;
  text-align: center;
}
input[type="text"], textarea, input[type="password"] , .contact-form select{
    -moz-appearance: none;
    background-color: #fff;
    border: 1px solid #a0a0a0;
    border-radius: 0;
    font-size: 14px;
    max-width: 98%;
    padding: 5px;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.contact-form dd textarea {
    height: 120px;
}
.contact-form select{
  width:auto;
}

input[type="text"].short{
  max-width:7em;
}

input[type="submit"],
input[type="button"] {
  background: #e0e0e0;
  background:linear-gradient(180deg,#fcfcfc 0%,#e0e0e0 100%);
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  color: #4a4a4a;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  left: 0;
  line-height:100%;
  margin: 0;
  overflow: visible;
  padding: 15px 50px;
  position: relative;
  text-decoration: none;
  top: 0;
  vertical-align: middle;
  width: auto;
  -webkit-appearance:none;
}

input[type="button"] {
  font-size: 100%;
  padding: 10px 1em;
}

input[type="submit"] {
  background: #eb6100;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

input[type="submit"]:hover,
input[type="button"]:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
}


.message{
  border-left : 3px #e60012 solid;
  color: #e60012;
  padding: 5px 0 5px 1em;
  margin: 5px 0 15px;
}

.form-finish {
  border : 3px #e60012 solid;
  padding: 1em 1.5em;
}




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


#contact-cont {
  padding-top: 150px;
}
.support_thanks {
  padding-top: 250px;
  padding-bottom: 150px;
}
@media (max-width: 1117px){
	/* ------------------------------------------------------- */
	.wrap{ width:96%;margin:0 auto; }
	/* ------------------------------------------------------- */
	#head-menu ul li {
	  margin: 0 0 0 1.5em;
	}
	/* ------------------------------------------------------- */
  #policy-cont h3{
    text-align-last: left;
  }
  
	#policy-cont ol li .illust {
	  width: 20%;
	}

	#policy-cont ol li .note {
	  width: 75%;
	}
	/* ------------------------------------------------------- */

}
#mfp_thanks {
  display: none;
}

@media (max-width: 960px){
	
	/* ------------------------------------------------------- */
	#policy-cont ol {
	  float: none;
	  margin: 0;
	  width: 100%;
	}

	#policy-cont ol:nth-child(2n) {
	  margin-right: 0;
	}
	
	#policy-cont ol li .num {
	  font-size: 450%;
	  margin: 0 0 15px;
	  width: 7%;
	}
	
	#policy-cont ol li .title {
	  width: 90%;
	}
	
	#policy-cont ol li .title .title-main,
	#policy-cont ol li .title .title-sub {
	  display: inline-block;
	  
	}
	
	#policy-cont ol li .title .title-main {
	  margin-right: .5em;
	}
	
  #contact-cont {
    padding-top: 40px;
  }
  .support_thanks {
    padding-top: 100px;
    padding-bottom: 80px;
  }

}

@media (max-width: 870px){
  
  /* 理念追加部分 */
  #philosophy-cont .philosophy_wrap h2{
    font-size: 310%;
  }
  
  #philosophy-cont .philosophy_wrap h2 .sub{
  font-size: 54%;
  }

  #philosophy-cont .text_wrap{
    padding: 0 20px;
  }
  #philosophy-cont .text_wrap p{
    text-align: left;
  }
  #philosophy-cont .text_wrap p.signature{
    text-align: right;
  }
  
  #philosophy-cont .movie_wrap{
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
    width: 100%;
  }
  
  #philosophy-cont .movie_wrap iframe:nth-of-type(1){
    width: 90%;
    margin:0 auto 20px;
    aspect-ratio: 1 / 1;
  }
  
  #philosophy-cont .movie_wrap iframe:nth-of-type(2){
    width: 90%;
    height: auto;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
  }
  
  /* ここまで */
  
  
	#voice-cont .txt {
	  float: none;
	  width: 100%;
	}
	
	#voice-cont .image {
	  float: none;
	  padding: 15px 0 0;
	  text-align: center;
	  width: 100%;
	}
	
	#voice-cont .image img {
	  max-height: 600px;
	}
  
  .list + #extra_message h4{
    text-align: center;
  }

  /* 役職追加部分 */
  #career-cont .career_wrap ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }

  #career-cont .career_wrap ul li{
    padding-left: 1.5em;
    width: 100%;
    position: relative;
    margin-left: 0;
  }
  
  #career-cont .career_wrap ul li::before{
      width: 6px;
      height: 6px;
  }
	/* ここまで */
  
}



@media (max-width: 780px){
	.pc-only{ display:none; }
	.sp-only{ display: block; }
	/* ------------------------------------------------------- */
	#head-logo{
	  width: 100%;
    padding-right: 17px;
	}
	
	#head-logo img{
	  max-height: 60px;
	}
	
  #head-logo {
    justify-content: space-between;
    width: 73%;
  }
  
  #head-logo .icon_wrap{
    display: flex;
    margin-left: 0;  
  }
  
  #head-logo .icon_wrap a{
    margin-left: 10px;
  }
  
	#head-menu {
	  display: none;
	}
	
	header .bt-more a {
    min-width: 123px;
    box-sizing: border-box;
    text-align: center;
  }
  
	#bt-menu-toggle {
	  display: block;
	  padding-top: 7px;
	}
	
	#head_coordination {
	  display: block;
	}
  
  #top-image .text_wrap{
    position: relative;  
    left: 0;
    width: 100%;
    padding: 15px 20px;
    min-width: auto;
    display: flex;
    justify-content: center;
  }
  
  #top-image .text_wrap strong{
    font-size: 140%;
    text-align: left;
  }

  #philosophy-cont .wrap iframe {
    width: 100%;
  }

	/* ------------------------------------------------------- */
	.list{ margin:0 0 30px; }
	.list dl{ display:block; }
	.list dl:first-child dt{ padding-top:0; }
	.list dt{ width:100%;font-weight:bold;padding:10px .5em 0; }
	.list dd{ width:100%;padding:0 .5em 10px; }
	.list dt,.list dd{ display:block; }
	.list + #extra_message h4{
    color: #e60012;
    text-align: center;
    line-height: 1.45;
    font-size: 120%;
    font-weight: normal;
  } 
	/* ------------------------------------------------------- */
	#policy-cont ol li .title .title-main,
	#policy-cont ol li .title .title-sub {
	  display: block;
	}
	
	#profile-cont .profile-image {
	  float: none;
	  margin: 0 auto 10px;
	  width: 75%;
	}

	#profile-cont .profile-txt {
	  float: none;
	  width: 100%;
	}
	
	#career-cont ul {
	  float: none;
	  margin: 0;
	  width: 100%;
	}
	
	#career-cont ul li {
	  padding: 8px 1em 5px;
	}
	
	.contact-form {
	  margin:0 auto 15px;
	  width:100%;
	}
	.contact-form dl {
	  border:0;
	  display: block;
	  width: 100%;
	}
	.contact-form dt::after {
	  clear: both;
	  content: "";
	  display: table;
	}
	.contact-form dt {
	  padding: 0;
	  text-align: left;
	  width: auto;
	}
	.contact-form dd {
	  
	}
	.contact-form dt, .contact-form dd {
	  border: medium none;
	  border: 0;
	  display: block;
	  margin: 0;
	  padding: 10px;
	  width: 100%;
	  vertical-align: top;
	}
	
	.contact-form dd select {
	  font-size: 16px;
	}
	form dd input[type="text"], form dd textarea, form dd input[type="password"]{
	  font-size: 16px !important;
	}
	.contact-form dd input[type="text"].short{  }
	.contact-form input[type="button"] {
	  vertical-align: top;
	}
	
	input[type="submit"] {
	  font-size: 14px;
	  padding: 10px 2em;
	}
	/* ------------------------------------------------------- */
	
	
	
	

}
@media (max-width: 640px){
	body,p,div,form,ul,ol,li,dl,dt,dd,th,td,input,textarea{
	  font-size:12px;
	  line-height:180%;
	}
	
  
	input,textarea,select{ font-size:16px; }
	/* ------------------------------------------------------- */
	.box{ margin-bottom: 8px; }
	.box-large{ margin-bottom: 10px; }
	.block { margin: 0 auto 30px; }
	
	.br-pc-only{ display:none; }
	.br-sp-only{ display:inline; }
	
	.map {
	  height: 240px;
	  width: 100%;
	}
	
	.cont {
	  padding: 30px 0;
	}
	
	.bt-more a,
	.bt-more span {
	  font-size: 110%;
	  padding: 8px 1.25em;
	}
	
	.bt-more i {
	  margin-left: 1em;
	}
	/* ------------------------------------------------------- */
	#head {
	  background: rgba(255,255,255,0.7);
	}
	
	#head-logo img{
	  max-height: 45px;
	}
  
  #head-logo .icon_wrap a .header_icon {
    width: 22px;
    height: auto;
  }
	
	#bt-menu-toggle {
	  padding-top: 4px;
	}
	/* ------------------------------------------------------- */
	h2{
	  margin: 0 0 15px;
	}
	
	h2 span {
	  font-size: 110%;
	  padding: 5px 2em;
	}

	h3{
	  font-size: 120%;
	  /*margin:0 0 10px;*/
	}

	h4 {
	  font-size: 120%;
	}
	
	h5 {
	  font-size: 100%;
	}
	/**/
	/* ------------------------------------------------------- */
	#pagetop img {
	  max-height: 40px;
	}
	
	#foot {
	  padding: 20px 0 3px;
	}
	
	#foot .map {
	  height: 200px;
	}
	/* ------------------------------------------------------- */
  /* 理念追加部分 */
  #philosophy-cont .philosophy_wrap h2{
    font-size: 240%;
  }
  
  #philosophy-cont .philosophy_wrap h2 .sub{
    font-size: 70%;
    margin-bottom: 5px;
  }

  /* ここまで */
  .history-box .img {
    float: none;
    margin-bottom: 10px;
    padding: 0 10%;
    text-align: center;
    width: 100%;
  }

  .history-box .txt {
    float: none;
    width: 100%;
  }

	#policy-cont h3 {
	  font-size: 150%;
	  line-height: 120%;
	}
  
  #policy-cont h4 {
    font-size: 110%;
  }
	
	#policy-cont ol li .num {
	  margin: 0 0 15px;
	  width: 10%;
	}
	
	#policy-cont ol li .title {
	  width: 87%;
	}
	
	#policy-cont ol li .title .title-main span {
	  font-size: 140%;
	  padding: 10px .75em;
	}
	
	#policy-cont ol li .title .title-sub {
	  font-size: 140%;
	  margin: 0 0 10px;
	}
	
	#policy-cont ol li .illust {
	  margin: 5px 0 0;
	  width: 17%;
	}
	
	#policy-cont ol li .note {
	  width: 78%;
	}
	
	#profile-cont .profile-txt h3 {
	  font-size: 160%;
	  line-height: 150%;
	}

	#career-cont ul li {
	  padding: 5px .5em;
	}
	
	#voice-cont .txt .voice-box {
	  margin: 0 0 15px;
	}

	#voice-cont .image img {
	  max-height: 300px;
	}
	
	.contact-form dd select {
	  font-size: 14px;
	}
	.contact-form dd input[type="text"], .contact-form dd textarea, .contact-form dd input[type="password"]{
	  font-size: 16px;
	}
	/* ------------------------------------------------------- */
}
