@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
@import url("https://fonts.googleapis.com/css?family=Roboto");
/****************************************************
 * Stylesheet
 *
 * 1.リセット
 * 2.共通設定
 * 3.レイアウト設定
 * 4.テンプレートスタイル
 * 5.コンテンツスタイル
 * 6.SP共通設定
 * 7.SPレイアウト設定
 * 8.SPテンプレートスタイル
 * 9.SPコンテンツスタイル
 * 10.装飾
 * 11.印刷用調整
 * 
 ****************************************************/
/****************************************************
 * 1.リセット
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/****************************************************
 * 2.共通
 ****************************************************/
html {
  background-color: transparent;
  background-image: none;
  font-family: Avenir , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}

html, body {
  font-size: 1em;
  color: #333333;
  line-height: 200%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pcNone {
  display: none !important;
}

img {
  max-width: 100%;
}

.imgCenter {
  display: block;
  margin: 1em auto;
}

.imgLeft {
  float: left;
  margin: 0 1em 1em 0;
}

.imgRight {
  float: right;
  margin: 0 0 1em 1em;
}

input {
  outline: none;
}
input:focus {
  outline: none;
}
input[type="submit"] {
  -webkit-appearance: none;
}

a {
  color: #333333;
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a[href^="tel:"] {
  cursor: default;
}
a[href^="tel:"]:hover {
  text-decoration: none;
}
a img {
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
a img:hover {
  opacity: 0.6;
}

.inner {
  width: 940px;
  margin: 0 auto;
}

.inner2 {
  width: 940px;
  margin: 0 auto;
  padding: 0 50px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.cf {
  *zoom: 1;
}
.cf:before, .cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}

.btn01 a {
  width: 222px;
  height: 50px;
  line-height: 312.5%;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmNGI4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ0MmY3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #5f4b8b), color-stop(100%, #442f72));
  background-image: -moz-linear-gradient(left, #5f4b8b, #442f72);
  background-image: -webkit-linear-gradient(left, #5f4b8b, #442f72);
  background-image: linear-gradient(to right, #5f4b8b, #442f72);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn01 a:before {
  margin: -5px 10px 0 0;
  content: url("../img/icon_sankaku01.png");
  display: inline-block;
  vertical-align: middle;
}
.btn01 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.btn02 a {
  width: 222px;
  height: 50px;
  line-height: 312.5%;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: solid 1px #ffffff;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn02 a:before {
  margin: -5px 10px 0 0;
  content: url("../img/icon_sankaku01.png");
  display: inline-block;
  vertical-align: middle;
}
.btn02 a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.3);
}

.btn03 a {
  width: 150px;
  height: 45px;
  line-height: 281.125%;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzdiZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2NWRhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4077be), color-stop(100%, #265da4));
  background-image: -moz-linear-gradient(left, #4077be, #265da4);
  background-image: -webkit-linear-gradient(left, #4077be, #265da4);
  background-image: linear-gradient(to right, #4077be, #265da4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn03 a:hover {
  text-decoration: none;
  opacity: 0.6;
}

/****************************************************
 * 3.レイアウト設定
 ****************************************************/
.container {
  width: 100%;
  min-width: 940px;
  margin: 0 auto;
  padding: 170px 0 0 0;
}
.container > .containerIn {
  width: 940px;
  margin: 0 auto;
}
.container .raw {
  width: 100%;
  *zoom: 1;
}
.container .raw:before, .container .raw:after {
  content: " ";
  display: table;
}
.container .raw:after {
  clear: both;
}
.container .raw > .column {
  float: left;
}
.container .raw > .column:last-chid {
  float: right;
}
.container .raw > .column > .colIn {
  padding: 0 10px;
}
.container .raw .col_1 {
  width: 8.33333%;
}
.container .raw .col_2 {
  width: 16.66667%;
}
.container .raw .col_3 {
  width: 25%;
}
.container .raw .col_4 {
  width: 33.33333%;
}
.container .raw .col_5 {
  width: 41.66667%;
}
.container .raw .col_6 {
  width: 50%;
}
.container .raw .col_7 {
  width: 58.33333%;
}
.container .raw .col_8 {
  width: 66.66667%;
}
.container .raw .col_9 {
  width: 75%;
}
.container .raw .col_10 {
  width: 83.33333%;
}
.container .raw .col_11 {
  width: 91.66667%;
}
.container .raw .col_12 {
  width: 100%;
}

/****************************************************
 * 4.テンプレートスタイル
 ****************************************************/
/*ヘッダーブロック*/
#header {
  width: 100%;
  min-width: 940px;
  height: 170px;
  margin: 0 auto;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
#header .headerIn {
  width: 940px;
  height: 100px;
  margin: 0 auto;
  position: relative;
}
#header .headerIn h1 {
  width: 261px;
  height: 51px;
  background-image: url("../img/logo01.png");
  position: absolute;
  top: 25px;
  left: 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#header .headerIn .header_toi {
  position: absolute;
  bottom: 10px;
  right: 0;
}
#header .headerIn .header_toi a {
  width: 247px;
  height: 45px;
  font-size: 1.125em;
  line-height: 250%;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  background-color: #5f4b8b;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#header .headerIn .header_toi a:before {
  margin: 0 10px 0 0;
  content: url("../img/icon_mail01.png");
  display: inline-block;
  vertical-align: middle;
}
#header .headerIn .header_toi a span {
  margin: 0 0 0 10px;
  font-size: 0.688em;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
#header .headerIn .header_toi a:hover {
  text-decoration: none;
  opacity: 0.6;
}
#header .headerIn .header_link {
  position: absolute;
  top: 0;
  right: 0;
}
#header .headerIn .header_link a {
  margin: 0 10px 0 0;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 100%;
  color: #364156;
}
#header .headerIn .header_link a:before {
  width: 11px;
  height: 11px;
  margin: -2px 5px 0 0;
  content: url("../img/icon_arrow01.png");
  display: inline-block;
  vertical-align: middle;
}
#header .gloval_navi {
  background-image: url("../img/gnavi_bg.jpg");
}
#header .gloval_navi ul {
  width: 1130px;
  margin: 0 auto;
  *zoom: 1;
}
#header .gloval_navi ul:before, #header .gloval_navi ul:after {
  content: " ";
  display: table;
}
#header .gloval_navi ul:after {
  clear: both;
}
#header .gloval_navi ul li {
  height: 70px;
  float: left;
  background-image: url("../img/gnavi.jpg");
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#header .gloval_navi ul li:nth-child(1) {
  width: 143px;
  background-position: 0 0;
}
#header .gloval_navi ul li:nth-child(1):hover {
  background-position: 0 -70px;
}
#header .gloval_navi ul li:nth-child(2) {
  width: 115px;
  background-position: -143px 0;
}
#header .gloval_navi ul li:nth-child(2):hover {
  background-position: -143px -70px;
}
#header .gloval_navi ul li:nth-child(3) {
  width: 110px;
  background-position: -258px 0;
}
#header .gloval_navi ul li:nth-child(3):hover {
  background-position: -258px -70px;
}
#header .gloval_navi ul li:nth-child(4) {
  width: 190px;
  background-position: -368px 0;
}
#header .gloval_navi ul li:nth-child(4):hover {
  background-position: -368px -70px;
}
#header .gloval_navi ul li:nth-child(5) {
  width: 153px;
  background-position: -558px 0;
}
#header .gloval_navi ul li:nth-child(5):hover {
  background-position: -558px -70px;
}
#header .gloval_navi ul li:nth-child(6) {
  width: 113px;
  background-position: -711px 0;
}
#header .gloval_navi ul li:nth-child(6):hover {
  background-position: -711px -70px;
}
#header .gloval_navi ul li:nth-child(7) {
  width: 190px;
  background-position: -824px 0;
}
#header .gloval_navi ul li:nth-child(7):hover {
  background-position: -824px -70px;
}
#header .gloval_navi ul li:nth-child(8) {
  width: 116px;
  background-position: -1014px 0;
}
#header .gloval_navi ul li:nth-child(8):hover {
  background-position: -1014px -70px;
}

#header .gloval_navi ul li a {
  width: 100%;
  height: 100%;
  display: block;
}
#header .gloval_navi .sp_navi_close {
  display: none;
}
#header .sp_navi_open {
  display: none;
}

/*フッターブロック*/
#footer {
  width: 100%;
  min-width: 940px;
  margin: 0 auto;
  color: #ffffff;
  background-color: #5f4b8b;
}
#footer .footerIn {
  width: 940px;
  margin: 0 auto;
  position: relative;
}
#footer .footerIn .pagetop {
  position: absolute;
  top: -27px;
  right: 0;
}
#footer .footer_link {
  margin: 0 auto;
  padding: 10px 0;
  letter-spacing: -0.4em;
  border-bottom: solid 1px #442f72;
  width: 1100px;
}
#footer .footer_link > * {
  display: inline-block;
  letter-spacing: normal;
}
#footer .footer_link a {
  margin: 0 1.5em 0 0;
  font-size: 0.813em;
  font-weight: bold;
  color: #ffffff;
}
#footer .footerIn .footer_head {
	margin-top: 20px;
}
#footer .footerIn .footer_txt {
  margin: 0 0 10px 0;
  padding: 25px 0;
  *zoom: 1;
}
#footer .footerIn .footer_txt:before, #footer .footerIn .footer_txt:after {
  content: " ";
  display: table;
}
#footer .footerIn .footer_txt:after {
  clear: both;
}
#footer .footerIn .footer_txt li {
  width: 345px;
  margin: 0 20px 0 0;
  float: left;
  font-size: 0.875em;
  line-height: 157%;
}
#footer .footerIn .footer_txt li:last-child {
  margin-right: 0;
  width: 210px;
  text-align: center;
}
#footer .copyright {
  padding: 10px 0;
  font-size: 0.75em;
  line-height: 150%;
  text-align: center;
  background-color: #442f72;
  font-family: 'Roboto', sans-serif;
}

/****************************************************
 * 5.コンテンツスタイル
 ****************************************************/
/*Indexページ*/
#index {
  color: #364156;
}
#index .mv {
  width: 100%;
  height: 32.638vw;
  min-height: 470px;
  background-image: url("../img/fv.jpg");
  background-position: center 0;
  -webkit-background-size: cover;
  background-size: cover;
}
#index .top_sec01 {
  width: 100%;
  height: 410px;
  margin: 0;
  background-image: url("../img/top_sec01_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#index .top_sec01 .inner {
  padding: 90px 0 0 410px;
}
#index .top_sec01 h2 {
  margin: 0 0 20px 0;
  font-size: 1.875em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index .top_sec01 h2:after {
  width: 100%;
  height: 3px;
  margin: 5px 0 0 0;
  content: '';
  display: block;
  border-top: solid 1px #364156;
  border-bottom: solid 1px #364156;
}
#index .top_sec01 h2 span {
  margin: 0 0 0 25px;
  font-size: 0.688em;
  font-weight: normal;
  color: #03328e;
  font-family: 'Roboto', sans-serif;
}
#index .top_sec01 p {
  margin: 0 0 20px 0;
  font-size: 0.875em;
  line-height: 180%;
}
#index .top_sec02 {
  width: 100%;
  height: 400px;
  margin: 0;
  background-image: url("../img/top_sec02_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#index .top_sec02 .inner {
  padding: 120px 0 0 0;
}
#index .top_sec02 .inner > div {
  margin: 20px 0 0 0;
  text-align: center;
  letter-spacing: -0.4em;
}
#index .top_sec02 .inner > div > * {
  display: inline-block;
  letter-spacing: normal;
}
#index .top_sec02 .inner > div .btn02 {
  margin: 0 20px;
}
#index .top_sec03 {
  width: 100%;
  margin: 0;
  background-image: url("../img/top_sec03_bg.jpg");
  position: relative;
}
#index .top_sec03 ul {
  width: 100%;
  position: absolute;
  top: 16%;
  left: 0;
}
#index .top_sec03 ul li {
  width: 940px;
  margin: 0 auto 20px auto;
}
#index .top_sec03 ul li img {
  width: 42%;
  max-width: 398px;
}
#index .top_sec03 .top_sec03_img01 {
  width: 55%;
  max-width: 787px;
  overflow: hidden;
}
#index .top_sec03 .top_sec03_img01 img {
  vertical-align: bottom;
}
#index .top_sec04 {
  width: 100%;
  height: 360px;
  margin: 0;
  background-image: url("../img/top_sec04_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#index .top_sec04 p {
  padding: 75px 0 0 0;
  text-align: center;
}
#index .top_sec05 {
  width: 100%;
  height: 300px;
  margin: 0;
  background-image: url("../img/top_sec05_bg.jpg");
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}
#index .top_sec05 .inner {
  padding: 50px 0;
  display: flex;
  align-items: center;
}
#index .top_sec05 .inner h2 {
  width: 28%;
  padding: 0 50px 0 0;
  font-size: 1.875em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#index .top_sec05 .inner h2:after {
  width: 100%;
  height: 3px;
  margin: 5px 0 0 0;
  content: '';
  display: block;
  border-top: solid 1px #364156;
  border-bottom: solid 1px #364156;
}
#index .top_sec05 .inner h2 span {
  margin: 0 0 0 25px;
  font-size: 0.688em;
  font-weight: normal;
  color: #03328e;
  font-family: 'Roboto', sans-serif;
}
#index .top_sec05 .inner ul {
  width: 72%;
  height: 200px;
  overflow: auto;
}
#index .top_sec05 .inner ul li {
  margin: 0 0 9px 0;
  padding: 0 0 9px 100px;
  border-bottom: solid 1px #364156;
}
#index .top_sec05 .inner ul li .data {
  width: 100px;
  margin: 0 0 0 -100px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
}

/*contents*/
#contents {
  padding: 0 0 80px 0;
}
#contents .page_ttl {
  width: 100%;
  height: 141px;
  padding: 50px 0 0 0;
  background-image: url("../img/pagetitle_bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
#contents .page_ttl h2 {
  width: 940px;
  margin: 0 auto;
  font-size: 1.875em;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents .page_ttl h2 span {
  margin: 0 0 0 20px;
  font-size: 0.688em;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
}
#contents .pankuzu {
  margin: 10px 0 25px 0;
  font-size: 0.75em;
  line-height: 100%;
  white-space: nowrap;
  *zoom: 1;
}
#contents .pankuzu:before, #contents .pankuzu:after {
  content: " ";
  display: table;
}
#contents .pankuzu:after {
  clear: both;
}
#contents .pankuzu li {
  float: left;
}
#contents .pankuzu li:after {
  margin: 0 0.25em;
  content: '>';
}
#contents .pankuzu li:last-child:after {
  content: none;
}
#contents .midashi01 {
  margin: 0 0 20px 0;
  padding: 15px 30px;
  font-size: 1.375em;
  font-weight: bold;
  line-height: 150%;
  position: relative;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #ffffff));
  background-image: -moz-linear-gradient(#eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(#eeeeee, #ffffff);
  background-image: linear-gradient(#eeeeee, #ffffff);
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-top: solid 1px #cccccc;
  border-bottom: solid 1px #cccccc;
}
#contents .midashi01:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlmYWNlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc0ZWJkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #9face6), color-stop(100%, #74ebd5));
  background-image: -moz-linear-gradient(left, #9face6, #74ebd5);
  background-image: -webkit-linear-gradient(left, #9face6, #74ebd5);
  background-image: linear-gradient(to right, #9face6, #74ebd5);
}
#contents .midashi02 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 1.125em;
  font-weight: bold;
  line-height: 150%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  border-bottom: double 3px #cccccc;
}
#contents p {
  margin: 0 0 20px 0;
  font-size: 0.875em;
  line-height: 180%;
}
#contents .table01 {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 0.875em;
  line-height: 180%;
}
#contents .table01 tbody tr th {
  width: 25%;
  padding: 10px 15px;
  font-weight: bold;
  vertical-align: top;
  background-color: #fafafa;
  border: solid 1px #cccccc;
}
#contents .table01 tbody tr td {
  padding: 10px 15px;
  vertical-align: top;
  border: solid 1px #cccccc;
}
#contents .table02 {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 0.875em;
  line-height: 180%;
}
#contents .table02 tbody tr th {
  width: 25%;
  padding: 10px 15px;
  font-weight: bold;
  vertical-align: top;
  background-color: #dcf4ff;
  border-bottom: solid 1px #cccccc;
}
#contents .table02 tbody tr td {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
}
#contents .table03 {
  width: 100%;
  margin: 0 0 40px 0;
  font-size: 0.875em;
  line-height: 180%;
}
#contents .table03 tbody tr th {
  width: 25%;
  padding: 10px 15px;
  color: #8574aa;
  font-weight: bold;
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
}
#contents .table03 tbody tr td {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: solid 1px #cccccc;
}
#contents .company_img {
  margin: -10px 0 30px 0;
}
#contents .company_img li {
  margin: 0 0 10px 0;
}
#contents .company_txt01 {
  font-weight: bold;
}
#contents .company_txt01 .mincho {
  font-size: 1.125em;
  line-height: 266%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents .company_txt01 .name {
  float: right;
  display: block;
}
#contents .company_txt01 .name img {
  display: block;
}
#contents .map {
  width: 100%;
  height: 350px;
  margin: 0 0 30px 0;
}
#contents .map iframe, #contents .map #map {
  width: 100%;
  height: 100%;
  border: none;
}
#contents .business_txt01 .left {
  width: 566px;
  letter-spacing: -0.4em;
}
#contents .business_txt01 .left > * {
  display: inline-block;
  letter-spacing: normal;
}
#contents .business_txt01 .left h4 {
  margin: 0 0 10px 0;
  padding: 20px;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents .business_txt01 .left h4:before {
  width: 13px;
  height: 21px;
  content: '';
  background-image: url("../img/icon_kakko01.png");
  position: absolute;
  top: 0;
  left: 0;
}
#contents .business_txt01 .left h4:after {
  width: 13px;
  height: 21px;
  content: '';
  background-image: url("../img/icon_kakko01.png");
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#contents .business_txt01 .left > img {
  margin: 0 0 0 10px;
  vertical-align: bottom;
}
#contents .business_txt02 {
  display: block;
}
#contents .business_txt02 h4 {
  margin: 0 0 10px 0;
  padding: 20px;
  font-size: 1.5em;
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#contents .business_txt02 h4:before {
  width: 13px;
  height: 21px;
  content: '';
  background-image: url("../img/icon_kakko01.png");
  position: absolute;
  top: 0;
  left: 0;
}
#contents .business_txt02 h4:after {
  width: 13px;
  height: 21px;
  content: '';
  background-image: url("../img/icon_kakko01.png");
  position: absolute;
  bottom: 0;
  right: 0;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#contents .business_img_list li {
  width: 266px;
  margin: 0 21px 21px 0;
  float: left;
  font-size: 0.875em;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #888888;
}
#contents .business_img_list li:nth-child(3n) {
  margin: 0 0 21px 0;
}
#contents .business_img_list li img {
  vertical-align: bottom;
}
#contents .business_img_list li span {
  padding: 15px 0;
  display: block;
}
#contents .business_img_list li span.line_break {
  padding: 4px 0;
}
#contents .vehicle_img_list li {
  width: 266px;
  margin: 0 21px 21px 0;
  float: left;
  font-size: 0.875em;
  line-height: 150%;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #888888;
}
#contents .vehicle_img_list li:nth-child(3n) {
  margin: 0 0 21px 0;
}
#contents .vehicle_img_list li img {
  vertical-align: bottom;
}
#contents .vehicle_img_list li span {
  padding: 15px 0;
  display: block;
}
#contents .vehicle_img_list li span.line_break {
  padding: 4px 0;
}

@media screen and (min-width: 641px) {
	#contents .results_list li:nth-child(odd) {
		float: left;
		width: 48%;
	}
	#contents .results_list li:nth-child(even) {
		float: right;
		width: 48%;
	}
}

#contents .results_list ul > li {
  padding: 10px 0 10px 20px;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 180%;
  border-bottom: solid 1px #cccccc;
}
#contents .results_list .left > ul > li:before, #contents .results_list .right > ul > li:before {
  width: 20px;
  margin: -10px 0 0 -25px;
  padding: 0 0 0 5px;
  content: url("../img/icon_sikaku01.png");
  display: inline-block;
  vertical-align: middle;
}
#contents .recruit_tel {
  margin: 0 0 30px 0;
}
#contents .recruit_tel > .left {
  width: 45%;
  padding: 0 20px 0 0;
}
#contents .recruit_tel > .left a {
  color: #4077be;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
#contents .recruit_tel > .right {
  width: 55%;
  display: flex;
  justify-content: space-between;
}
#contents .recruit_tel > .right img {
width: 32%;
}
#contents .recruit_btn a {
  margin: 0 auto;
}
#contents .contact_tel a {
  color: #4077be;
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
}
#contents .mailform > p a {
  text-decoration: underline;
  color: #4077be;
}
#contents .mailform input[type="text"] {
  width: 60%;
  padding: 5px;
  border: solid 1px #cccccc;
}
#contents .mailform textarea {
  width: 100%;
  height: 180px;
  padding: 5px;
  border: solid 1px #cccccc;
}
#contents .mailform .submit {
  padding: 20px 0;
}
#contents .mailform .submit input[type="submit"] {
  width: 150px;
  height: 45px;
  margin: 0 auto;
  line-height: 281.125%;
  font-weight: bold;
  color: #ffffff;
  display: block;
  text-align: center;
  border: none;
  cursor: pointer;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQwNzdiZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2NWRhNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #4077be), color-stop(100%, #265da4));
  background-image: -moz-linear-gradient(left, #4077be, #265da4);
  background-image: -webkit-linear-gradient(left, #4077be, #265da4);
  background-image: linear-gradient(to right, #4077be, #265da4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#contents .mailform .submit input[type="submit"]:hover {
  text-decoration: none;
  opacity: 0.6;
}
#contents .privacy_txt {
  margin: 30px 0;
  padding: 30px 0 0 0;
  border-top: solid 1px #cccccc;
}
#contents .privacy_txt li {
  margin: 0 0 15px 0;
  counter-increment: privacy_num;
}
#contents .privacy_txt li h4 {
  font-size: 0.875em;
  font-weight: bold;
}
#contents .privacy_txt li h4:before {
  content: counter(privacy_num) ") ";
}
#contents .sitemap_area ul li {
  width: 48%;
  padding: 5px 0;
  border-bottom: double 3px #cccccc;
}
#contents .sitemap_area ul li:before {
  margin: 0 5px 0 0;
  content: url("../img/icon_arrow01.png");
  display: inline-block;
  vertical-align: middle;
}


#contents .sdgs dl {
margin-bottom: 2rem;
display: flex;
flex-wrap: wrap;
}
#contents .sdgs dt {
font-size: 18px;
width: 100%;
font-weight: bold;
margin-bottom: 1rem;
border-bottom: dotted 1px #ccc;
}
#contents .sdgs dt span {
color: #fff;
display: inline-block;
padding: 0.2rem 1rem;
margin-right: 1rem;
}
#contents .sdgs dt .sdg3 {
background: #1C892C;
}
#contents .sdgs dt .sdg4 {
background: #B6001F;
}
#contents .sdgs dt .sdg7 {
background: #F8B109;
}
#contents .sdgs dt .sdg8 {
background:#840026;
}
#contents .sdgs dt .sdg9 {
background:#E5550C;
}
#contents .sdgs dt .sdg12 {
background:#C8800C;
}
#contents .sdgs dt .sdg15 {
background:#269C2C;
}
#contents .sdgs dt .sdg17 {
background:#062254;
}
#contents .sdgs dd {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
}
#contents .sdgs dd p {
width: 80%;
}
#contents .sdgs dd img {
width: 15%;
}
@media screen and (max-width: 640px) {
#contents .sdgs dd p {
width: 75%;
}
#contents .sdgs dd img {
width: 22%;
}

}


@media screen and (max-width: 640px) {
  /****************************************************
   * 6.SP共通設定
   ****************************************************/
  html, body {
    height: 100%;
  }

  body {
    -webkit-text-size-adjust: 100%;
  }

  .pcNone {
    display: block !important;
  }

  .spNone {
    display: none !important;
  }

  .imgCenter, .imgLeft, .imgRight {
    float: none;
    display: block;
    margin: 1em auto;
  }

  a[href^="tel:"] {
    cursor: pointer;
  }
  a[href^="tel:"]:hover {
    text-decoration: underline;
  }

  .inner, .inner2 {
    width: 94%;
    margin: 0 3%;
    padding: 0;
  }

  .left, .right {
    float: none;
  }

  /****************************************************
   * 7.SPレイアウト設定
   ****************************************************/
  .container {
    min-width: 320px;
    padding: 100px 0 0 0;
  }
  .container > .containerIn {
    width: 100%;
    margin: 0 auto;
  }
  .container .raw > .column > .colIn {
    padding: 0 10%;
  }
  .container .raw .col_1, .container .raw .col_2, .container .raw .col_3, .container .raw .col_4, .container .raw .col_5, .container .raw .col_6, .container .raw .col_7, .container .raw .col_8, .container .raw .col_9, .container .raw .col_10, .container .raw .col_11, .container .raw .col_12 {
    width: 100%;
  }

  /****************************************************
   * 8.SPテンプレートスタイル
   ****************************************************/
  /*ヘッダーブロック　SP*/
  #header {
    min-width: 320px;
    height: 100px;
  }
  #header .headerIn {
    width: 100%;
    height: auto;
    min-width: 320px;
    padding: 5px 0;
    position: inherit;
  }
  #header .headerIn h1 {
    width: 250px;
    height: 49px;
    margin: 0 0 0 3%;
    position: inherit;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #header .gloval_navi {
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0 0 0;
    background: none;
    background-color: #5f4b8b;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 999;
  }
  #header .gloval_navi ul {
    width: 100%;
    min-width: 320px;
    margin: 0 auto;
    border-top: solid 1px #442f72;
  }
  #header .gloval_navi ul li {
    width: 100% !important;
    height: auto;
    margin: 0 auto;
    float: none;
    background: none;
    border-bottom: solid 1px #442f72;
  }
  #header .gloval_navi ul li:hover {
    background-color: #364156;
  }
  #header .gloval_navi ul li a {
    padding: 0.5em 0;
    color: #ffffff;
    text-indent: 1em;
    overflow: visible;
    white-space: normal;
  }
  #header .gloval_navi ul li a:hover {
    text-decoration: none;
  }
  #header .gloval_navi .sp_navi_close {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
  }
  #header .gloval_navi .sp_navi_close a img {
    width: 30px;
    height: 30px;
  }
  #header .sp_navi_open {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
    z-index: 998;
  }
  #header .sp_navi_open a img {
    width: 30px;
    height: 30px;
  }

  /*フッターブロック　SP*/
  #footer {
    min-width: 320px;
  }
  #footer .footerIn {
    width: 94%;
  }
  #footer .footerIn .footer_link {
    text-align: center;
  }
  #footer .footerIn .footer_link a {
    margin: 0.5em 1em;
  }
  #footer .footerIn .footer_head {
	text-align: center;
  }
  #footer .footerIn .footer_txt li {
    margin: 1em 0 0 0;
    width: 100%;
    float: none;
    text-align: center;
  }
  #footer .footerIn .footer_txt li:first-child {
	margin-top: 0;
  }
  #footer .footerIn .footer_txt li:last-child {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #442f72;
  }

  /****************************************************
   * 9.SPコンテンツスタイル
   ****************************************************/
  /*Indexページ　SP*/
  #index .mv {
    height: auto;
    min-height: auto;
    background: none;
  }
  #index .top_sec01 {
    height: auto;
    background: none;
  }
  #index .top_sec01 .inner {
    padding: 20px 0;
  }
  #index .top_sec01 h2 {
    font-size: 1.5em;
  }
  #index .top_sec01 .btn01 a {
    margin: 0 auto;
  }
  #index .top_sec02 {
    height: auto;
  }
  #index .top_sec02 .inner {
    padding: 20px 0;
  }
  #index .top_sec02 .inner > div .btn02 {
    margin: 0 0 20px 0;
    display: block;
  }
  #index .top_sec02 .inner > div .btn02 a {
    margin: 0 auto;
  }
  #index .top_sec03 {
    padding: 20px 0 0 0;
    position: inherit;
  }
  #index .top_sec03 ul {
    position: inherit;
  }
  #index .top_sec03 ul li {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center;
  }
  #index .top_sec03 ul li img {
    width: auto;
    max-width: 90%;
  }
  #index .top_sec03 .top_sec03_img01 {
    width: 100%;
    max-width: none;
  }
  #index .top_sec03 .top_sec03_img01 img {
    width: 100%;
  }
  #index .top_sec04 {
    height: auto;
  }
  #index .top_sec04 p {
    padding: 20px 0;
  }
  #index .top_sec04 p img {
    max-width: 80%;
  }
  #index .top_sec05 {
    height: auto;
  }
  #index .top_sec05 .inner {
    padding: 20px 0 40px 0;
    display: inherit;
  }
  #index .top_sec05 .inner h2 {
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.5em;
  }
  #index .top_sec05 .inner ul {
    width: 100%;
    height: auto;
    font-size: 0.875em;
  }

  /*contents　SP*/
  #contents .page_ttl {
    height: auto;
    padding: 30px 0;
  }
  #contents .page_ttl h2 {
    width: 94%;
    margin: 0 3%;
    font-size: 1.6252em;
  }
  #contents .page_ttl h2 span {
    margin: 0;
    display: block;
  }
  #contents .pankuzu {
    margin: 1em 0 1.5em 0;
  }
  #contents .midashi01 {
    margin: 0 0 1em 0;
    padding: 10px;
    font-size: 1.125em;
  }
  #contents .midashi02 {
    margin: 0 0 1em 0;
    padding: 0 0 5px 0;
    font-size: 1em;
  }
  #contents p {
    margin: 0 0 1em 0;
  }
  #contents .table01, #contents .table02, #contents .table03 {
    margin: 0 0 3em 0;
    font-size: 0.75em;
  }
  #contents .table01 tbody tr th, #contents .table02 tbody tr th, #contents .table03 tbody tr th {
    width: 30%;
    padding: 0.5em;
  }
  #contents .table01 tbody tr td, #contents .table02 tbody tr td, #contents .table03 tbody tr td {
    padding: 0.5em;
  }
  #contents .company_img {
    margin: -1em 0 2em 0;
  }
  #contents .company_img li {
    margin: 0 0 0.5em 0;
    text-align: center;
  }
  #contents .recruit_tel {
    margin: 0 0 2em 0;
  }
  #contents .recruit_tel > .left {
    width: 100%;
    padding: 0;
  }
  #contents .recruit_tel > .right {
    width: 100%;
  }
  #contents .recruit_tel > .right img {
    margin: 0 auto 5px auto;
    display: block;
  }
  #contents .business_txt01 .left {
    width: 100%;
    text-align: center;
    letter-spacing: -0.4em;
  }
  #contents .business_txt01 .left > * {
    display: inline-block;
    letter-spacing: normal;
  }
  #contents .business_txt01 .left h4 {
    margin: 0 auto 1em auto;
    padding: 6px;
    font-size: 1.125em;
  }
  #contents .business_txt01 .left > img {
    margin: 0 auto;
    display: block;
  }
  #contents .business_txt01 .left p {
    text-align: left;
  }
  #contents .business_txt01 .right > img {
    margin: 0 auto;
    display: block;
  }
  #contents .business_txt02 {
    text-align: center;
  }
  #contents .business_txt02 h4 {
    margin: 0 auto 1em auto;
    padding: 6px;
    font-size: 1.125em;
  }
  #contents .business_img_list li {
    width: auto;
    max-width: 80%;
    margin: 0 auto 1em auto !important;
    float: none;
  }
  #contents .business_img_list li img {
    width: 100%;
  }
  #contents .business_img_list li span {
    padding: 0.5em !important;
  }
  #contents .vehicle_img_list li {
    width: auto;
    max-width: 80%;
    margin: 0 auto 1em auto !important;
    float: none;
  }
  #contents .vehicle_img_list li img {
    width: 100%;
  }
  #contents .vehicle_img_list li span {
    padding: 0.5em !important;
  }
  #contents .results_list .left, #contents .results_list .right {
    width: 100%;
  }
  #contents .mailform input[type="text"] {
    width: 100%;
  }
  #contents .sitemap_area .left, #contents .sitemap_area .right {
    width: 100%;
  }
}
/****************************************************
 * 10.装飾
 ****************************************************/
.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.colorRed {
  color: #ff0000;
}

/****************************************************
 * 11.印刷用調整
 ****************************************************/
@media print {
  .container {
    padding: 0;
  }

  #header {
    position: static;
  }
}
