/***********************リセットCSS*******************************/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, side, canvas, details, figcaption, figure,
header, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  max-width:100%;
}

article,side,details,figcaption,figure,
header,header,hgroup,menu,nav,section {
  display:block;
}

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

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

input, select {
  vertical-align:middle;
}


.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
/***********************リセットCSSここまで*******************************/

/*ここからは適宜書き換える*/

/***********************横幅制御※書きかえる部分*******************************/
@media (max-width: 798px) {
body,article{
  max-width:100%;
  overflow-x:hidden;
}
}



/***********************横幅制御ここまで*******************************/

/***********************共通の設定*******************************/
body{
  background-color: #fff;
  color: #000;
  /*font-family: -apple-system, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', 'メイリオ', meiryo, sans-serif;*/
  font-family:'Lato', 'Noto Sans Japanese', '游ゴシック Medium', '游ゴシック体', 'Yu Gothic Medium', YuGothic, 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 16px;
}
a{
  color: #000;/**リンク色**/
  text-decoration: none;/**リンク下線**/
}
a:hover{
}
p{
  line-height: 2.5em;
}
h2.seisou-title{
  text-align: center;
  margin-top: 3em;
  color: #252525;
  margin-bottom: 3em;
}
h2.seisou-title span{
  line-height: 3em;
}
/***********************色等の設定ここまで*******************************/



/***********************hospital01ヘッダー*******************************/
header.stage02-h01 {
  background-color: #fff;/*背景色*/
  width: 100%;/*幅*/
}
header.stage02-h01 .stage02-h01-inner {
  width: 1080px;/*幅*/
  margin: auto;/*中央寄せ*/
}
header.stage02-h01 .stage02-h01-up {
  overflow: hidden;
  padding-top: 20px;/*内側上余白*/
  padding-bottom: 20px;/*内側下余白*/
  border-bottom: 1px solid #000;/*下ボーダー 太さ・スタイル・色*/
}
header.stage02-h01 .stage02-h01-up .stage02-h01-up-left {
  float: left;
  width: 50%;/*幅*/
}
header.stage02-h01 .stage02-h01-up .stage02-h01-up-left .stage02-h01-logo {
  /*margin-top: 20px;/*上余白*/
  font-size: 1.7em;
  color: #fff;
  font-weight: bold;
  background-color: #223a70;
  padding:0.2em;
}
header.stage02-h01 .stage02-h01-up .stage02-h01-up-right {
  overflow: hidden;
  /*float: right;*/
  width: 50%;/*幅*/
}
header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-right-up {
  width: 100%;/*幅*/
  margin-bottom: 15px;/*下余白*/
}
header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-right-up-seo {
  font-size: 12px;/*フォントサイズ*/
  line-height: 1.5em;/*上下文字間*/
  /*text-align: right;/*テキスト右寄せ*/
}
header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-btn {
  float: right;/*右寄せ*/
  display: block;
  background: #000;/*背景色*/
  width: 150px;/*幅*/
  margin-left: 25px;/*左余白*/
  line-height: 3em;/*高さ*/
  font-size: 14px;/*フォントサイズ*/
  color: #fff;/*白*/
  text-align: center;/*テキスト中央寄せ*/
}
header.stage02-h01 .stage02-h01-down {
  position: relative;
  padding-top: 20px;/*内側上余白*/
}
header.stage02-h01 .stage02-h01-down:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  border-bottom: 4px solid #000;/*下ボーダー 太さ・スタイル・色*/
}
header.stage02-h01 .stage02-h01-nav {
  position: relative;
  width: 100%;/*幅*/
}
header.stage02-h01 .stage02-h01-nav-btn {
  display: none;
}
header.stage02-h01 .stage02-h01-nav ul {
  background-color: #fff;/*背景色*/
  width: 100%;/*基本幅*/
}
header.stage02-h01 .stage02-h01-nav .stage02-h01-inner>ul>a>li {
  position: relative;
  float: left;/*横並び*/
  width: 16%;/*幅*/
  border-bottom: 4px solid #000;/*下ボーダー 太さ・スタイル・色*/
  line-height: 1.5em;/*内側上下余白*/
  text-align: center;/*テキスト左寄せ*/
  font-size: 16px;/*フォントサイズ*/
  font-weight: bold;/*フォント太さ*/
  transition: .3s;/*アニメーションスピード*/
  box-sizing: border-box;
  cursor: pointer;
}
header.stage02-h01 .stage02-h01-nav .stage02-h01-inner>ul>a>li:hover:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-bottom: 4px solid #1173a6;/*下ボーダー 太さ・スタイル・色*/
  z-index: 1;
}
header.stage02-h01 .stage02-h01-nav ul li span {
  line-height: 3em;/*内側上下余白*/
  font-size: 14px;/*フォントサイズ*/
  font-weight: normal;/*フォント太さ*/
}
header.stage02-h01 .stage02-h01-nav ul li>.stage02-h01-nav-child-menu {
  position: absolute;
  top: -150%;
  left: 0;
  background-color: #000;/*背景色*/
  width: 100%;/*幅*/
  transition: .5s;/*アニメーションスピード*/
  box-sizing: border-box;
  z-index: -1;
}
header.stage02-h01 .stage02-h01-nav ul li>.stage02-h01-nav-child-menu.on {
  top: 100%;
  margin-top: 4px;/*ボーダー分上余白*/
}
header.stage02-h01 .stage02-h01-nav ul li>.stage02-h01-nav-child-menu li {
  float: left;
  width: 100%;/*幅*/
  font-size: 14px;/*フォントサイズ*/
  font-weight: normal;/*フォント太さ*/
  line-height: 2.5em;/*上下文字間*/
  transition: .3s;/*アニメーションスピード*/
}
header.stage02-h01 .stage02-h01-nav ul li>.stage02-h01-nav-child-menu li:hover {
  float: left;
  width: 100%;/*幅*/
  font-size: 14px;/*フォントサイズ*/
  line-height: 2.5em;/*上下文字間*/
  background-color: #999;/*背景色*/
}
header.stage02-h01 .stage02-h01-nav ul li {
  color: #000;/*文字色*/
  transition: .3s;/*アニメーションスピード*/
}
header.stage02-h01 .stage02-h01-nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;/*文字色*/
}
header.stage02-h01 .stage02-h01-nav ul li>.stage02-h01-nav-child-menu li a {
  color: #fff;/*文字色*/
}


/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  header.stage02-h01 {
    position: fixed;
    width: 100%;/*幅*/
    z-index: 9999;
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-left .stage02-h01-logo{
    background-color: transparent;
    color: #1173a6;
  }
  header.stage02-h01 .stage02-h01-inner {
    width: 100%;/*幅*/
  }
  header.stage02-h01 .stage02-h01-up {
    /*height: 65px;*/
    /*高さ*/
    padding: 0;/*内側余白*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-left {
    float: none;
    width: 100%;/*幅*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-right {
    float: none;
    width: 100%;/*幅*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-right-up {
    width: 100%;/*幅*/
    margin-bottom: 0;/*下余白*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-right-up-seo {
    line-height: 2.5em;/*上下文字間*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-right-down {
    overflow: hidden;
    display: flex;
    justify-content: space-around;/*均等に横並び*/
    width: 100%;/*幅*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-right .stage02-h01-up-btn {
    width: 30%;/*幅*/
    max-width: 150px;/*最大幅*/
    margin-left: 0;
    line-height: 2.5em;/*高さ*/
    font-size: 12px;/*フォントサイズ*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-left .stage02-h01-logo{
    margin-top: 0;/*上*/
    margin-left: 15px;/*左余白*/
    line-height: 60px;/*上下中央寄せ*/
  }
  header.stage02-h01 .stage02-h01-up .stage02-h01-up-left .stage02-h01-logo img {
    max-width: 100%;/*最大幅*/
    vertical-align: middle;/*上下中央寄せ*/
  }
  header.stage02-h01 .stage02-h01-down {
    background-color: #000;/*背景色*/
    display: none;
    position: relative;
  }
  header.stage02-h01 .stage02-h01-nav {
    display: block;
    background-color: #000;/*背景色*/
    width: 100%;/*幅*/
    height: 100vh;/*高さ*/
    min-height: 568px;
    padding-top: 0;/*内側上余白*/
    transition: 0.4s;/*アニメーションスピード*/
    z-index: 9999;
  }
  header.stage02-h01 .stage02-h01-nav.on {
    display: block;
  }
  header.stage02-h01 .stage02-h01-nav-btn {
    display: block;
    position: absolute;
    top: 50px;
    bottom: 10px;
    right: 1em;
    height: 30px;/*高さ*/
    color: #000;/*文字色*/
  }
  header.stage02-h01 .stage02-h01-nav ul {
    background-color: #000;/*背景色*/
  }
  header.stage02-h01 .stage02-h01-nav .stage02-h01-inner ul a li {
    float: none;
    width: 100%;/*幅*/
    border-bottom: none;/*下ボーダー 太さ・スタイル・色*/
    line-height: 3.5em;/*内側上下余白*/
    text-align: center;/*テキスト左寄せ*/
    font-size: 14px;/*フォントサイズ*/
    /***********************sample01コンテンツ2*******************************/
.sample01-contents2{
  width: 1080px; /*サイトデザイン幅に合わせて変更してください。*/
  max-width: 100%;
  margin: auto;
  padding-top: 40px;/*コンテンツ上部余白*/
  padding-bottom: 40px;/*コンテンツ下部余白*/
  overflow: hidden;
  box-sizing: border-box;
}
.sample01-contents2-column01 {
  float: left;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}
.sample01-contents2-ttl {
  font-size: 14px;
  color: #f00;
  margin-bottom: 15px;
}
.sample01-contents2-ttl {
  border-bottom-width: 2px;/*下線の太さ*/
  border-bottom-style: border;/*下線のパターン*/
  border-bottom-color: #f00;/*下線の色*/
  padding-bottom: 5px;
}
.sample01-txt-strong {
  font-size: 18px;/*フォントサイズ*/
  font-weight: bold;/*テキストの太さ*/
  line-height: 1.8;/*行間*/
}
.sample01-contents2-column02 {
  float: right;
  overflow: hidden;
  width: 50%;
  box-sizing: border-box;
}
/*右カラム最初の画像*/
.sample01-contents2-column02 img:first-child {
  width: 100%;
  margin-bottom: 15px;/*画像下部余白*/
}
/*右カラム二番目の画像*/
.sample01-contents2-column02 img:nth-child(2) {
  float: left;
  width: 48%;
}
/*右カラム三番目の画像*/
.sample01-contents2-column02 img:nth-child(3) {
  float: right;
  width: 48%;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 796px) {
  .sample01-contents2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .sample01-contents2-column01,
  .sample01-contents2-column02 {
    width: 100%;
  }
  .sample01-contents2-column01{
    margin-bottom: 20px;
  }
  .sample01-contents2-ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sample01-contents2-column01 .sample01-txt-strong {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sample01-contents2-column01 p {
  font-size: 14px;
  }
}
/***********************sample01コンテンツ2ここまで*******************************/


/***********************sample01メインビジュアル*******************************/

.fade01-v01 {
  box-sizing: border-box;
  width: 100%;
}
.fade01-v01 .bx-wrapper img {
  margin: auto;
  width: 100%;
}


/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01メインビジュアルここまで*******************************/
/***********************sample01コンテンツ１*******************************/
.sample01-contents1 {
  width: 1080px; /*サイトデザイン幅に合わせて変更してください。*/
  max-width: 100%;
  padding-top: 40px;/*コンテンツ上部余白*/
  padding-bottom: 40px;/*コンテンツ下部余白*/
  padding-left: 3%;
  padding-right: 3%;
  margin: auto;
  box-sizing: border-box;
}
.sample01-contents1-ttl {
  position: relative;
  margin-bottom: 55px;/*タイトル下部余白*/
  color: #f00;/*線の色*/
  text-align: center;
  font-size: 24px;
}
.sample01-contents1-ttl:after {
  position: absolute;
  bottom: -20px;/*線の縦位置*/
  left: 35%;/*線の横位置*/
  width: 30%;/*線の幅*/
  content: "";
  height: 2px;/*線の太さ*/
  background-color: #f00;/*線の色*/
}
.sample01-contents1 p {
  font-size: 18px;/*フォントサイズ*/
  line-height: 1.8em;/*行間*/
  letter-spacing: 1.5px;/*文字間隔*/
  text-align: center;
}
.sample01-contents1 p .sample01-txt-color01 {
  color: #f00;/*線の色*/
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {

}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01コンテンツ１ここまで*******************************/

/***********************sample01コンテンツ１*******************************/
.sample01-contents1 {
  width: 1080px; /*サイトデザイン幅に合わせて変更してください。*/
  max-width: 100%;
  padding-top: 40px;/*コンテンツ上部余白*/
  padding-bottom: 40px;/*コンテンツ下部余白*/
  padding-left: 3%;
  padding-right: 3%;
  margin: auto;
  box-sizing: border-box;
}
.sample01-contents1-ttl {
  position: relative;
  margin-bottom: 55px;/*タイトル下部余白*/
  color: #f00;/*線の色*/
  text-align: center;
  font-size: 24px;
}
.sample01-contents1-ttl:after {
  position: absolute;
  bottom: -20px;/*線の縦位置*/
  left: 35%;/*線の横位置*/
  width: 30%;/*線の幅*/
  content: "";
  height: 2px;/*線の太さ*/
  background-color: #f00;/*線の色*/
}
.sample01-contents1 p {
  font-size: 18px;/*フォントサイズ*/
  line-height: 1.8em;/*行間*/
  letter-spacing: 1.5px;/*文字間隔*/
  text-align: center;
}
.sample01-contents1 p .sample01-txt-color01 {
  color: #f00;/*線の色*/
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {

}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01コンテンツ１ここまで*******************************/

  }
  header.stage02-h01 .stage02-h01-nav .stage02-h01-inner>ul>li:hover:after {
    content: none;
  }
  header.stage02-h01 .stage02-h01-nav .stage02-h01-inner ul li span {
    display: none;
  }
  header.stage02-h01 .stage02-h01-nav ul li .stage02-h01-nav-child-menu {
    display: none;
    position: relative;
    top: 0;
    background-color: #fff;/*背景色*/
    width: 100%;/*幅*/
    border-bottom: none;/*下ボーダー 太さ・スタイル・色*/
    transition: unset;/*アニメーションスピード*/
    z-index: 0;
  }
  header.stage02-h01 .stage02-h01-nav ul li .stage02-h01-nav-child-menu li {
    float: none;
    border-bottom: 1px solid #000;/*下ボーダー 太さ・スタイル・色*/
  }
  header.stage02-h01 .stage02-h01-nav ul li .stage02-h01-nav-child-menu li a {
    color: #000;/*文字色*/
  }
  header.stage02-h01 .stage02-h01-nav ul li {
  }
  header.stage02-h01 .stage02-h01-nav ul li {
    color: #fff;/*文字色*/
  }
  header.stage02-h01 .stage02-h01-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;/*文字色*/
    transition: .3s;/*アニメーションスピード*/
  }
  }
/************************スマホ設定ここまで*************************************/
/***********************hospital01ヘッダーここまで*******************************/

/***********************sample01コンテンツ2*******************************/
.sample01-contents2{
  width: 1080px; /*サイトデザイン幅に合わせて変更してください。*/
  max-width: 100%;
  margin: auto;
  padding-top: 40px;/*コンテンツ上部余白*/
  padding-bottom: 40px;/*コンテンツ下部余白*/
  overflow: hidden;
  box-sizing: border-box;
}
.sample01-contents2-column01 {
  float: left;
  width: 50%;
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}
.sample01-contents2-ttl {
  font-size: 14px;
  color: #f00;
  margin-bottom: 15px;
}
.sample01-contents2-ttl {
  border-bottom-width: 2px;/*下線の太さ*/
  border-bottom-style: border;/*下線のパターン*/
  border-bottom-color: #f00;/*下線の色*/
  padding-bottom: 5px;
}
.sample01-txt-strong {
  font-size: 18px;/*フォントサイズ*/
  font-weight: bold;/*テキストの太さ*/
  line-height: 1.8;/*行間*/
}
.sample01-contents2-column02 {
  float: right;
  overflow: hidden;
  width: 50%;
  box-sizing: border-box;
}
/*右カラム最初の画像*/
.sample01-contents2-column02 img:first-child {
  width: 100%;
  margin-bottom: 15px;/*画像下部余白*/
}
/*右カラム二番目の画像*/
.sample01-contents2-column02 img:nth-child(2) {
  float: left;
  width: 48%;
}
/*右カラム三番目の画像*/
.sample01-contents2-column02 img:nth-child(3) {
  float: right;
  width: 48%;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 796px) {
  .sample01-contents2 {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 0 3%;
    box-sizing: border-box;
  }
  .sample01-contents2-column01,
  .sample01-contents2-column02 {
    width: 100%;
  }
  .sample01-contents2-column01{
    margin-bottom: 20px;
  }
  .sample01-contents2-ttl {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .sample01-contents2-column01 .sample01-txt-strong {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .sample01-contents2-column01 p {
  font-size: 14px;
  }
}
/***********************sample01コンテンツ2ここまで*******************************/


/***********************sample01メインビジュアル*******************************/
.fade01-v01 {
  box-sizing: border-box;
  width: 100%;
}
.fade01-v01 .bx-wrapper img {
  margin: auto;
  width: 100%;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************sample01メインビジュアルここまで*******************************/
/***********************cover01コンテンツ１*******************************/
.cover01-c01 {
  background: url(../img/img17-2.jpg);/*背景画像*/
  background-size: cover;/*背景サイズ*/
  width: 100%;/*幅*/
  padding: 100px 0;/*内側余白*/
  text-align: left;/*テキスト左寄せ*/
  color: #fff;/*文字色*/

}
.cover01-c01-inner {
  width: 1080px;/*幅*/
  margin: auto;
}
.cover01-c01 .column01-f01-contents-left {
  width: 50%;/*幅*/
}
.cover01-c01 .column01-f01-contents-ttl01,
.seisou-title {
  font-size: 28px;/*フォントサイズ*/
  margin-bottom: 35px;/*下太さ*/
}
.cover01-c01 .column01-f01-contents-ttl01 span,
.seisou-title span {
  font-size: 0.5em;/*フォントサイズ*/
  font-weight: normal;/*フォント太さ*/
}
.cover01-c01 .column01-f01-contents-ttl02 {
  font-size: 20px;/*フォントサイズ*/
  margin-bottom: 30px;/*下余白*/
}
.cover01-c01 p {
  font-size: 14px;/*フォントサイズ*/
}
.cover01-c01-button {
  display: inline-block;
  margin:  60px auto 0;/*余白 上・左右・下*/
  padding: .5em 4em;/*内側余白 上下・左右*/
  border-width: 2px;/*ボーダー太さ*/
  border-style: solid;/*ボーダー太さ*/
  border-color: #fff;/*ボーダー色*/
  font-size: 16px;/*フォントサイズ*/
  text-align: center;/*テキスト中央寄せ*/
  color: #fff;/*文字色*/
  transition: .3s;/*アニメーション速度*/
}
.cover01-c01-button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .cover01-c01 {
    padding: 50px 0;/*内側余白 上下・左右*/
  }
  .cover01-c01-inner {
    width: 100%;/*幅*/
    padding: 0 4%;/*内側余白 上下・左右*/
    margin: auto;/*中央寄せ*/
    box-sizing: border-box;
  }
  .cover01-c01 .column01-f01-contents-left {
    width: 100%;/*幅*/
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************cover01コンテンツ１ここまで*******************************/
/***********************cover01下層リンクコンテンツ*******************************/
.cover01-l01 {
  width: 100%;/*幅*/
}
.cover01-l01-inner {
  width: 100%;/*幅*/
  margin: auto;/*中央寄せ*/
}
.cover01-l01-ttl {
  font-size: 34px;/*内側余白 上下・左右*/
  margin-bottom: 1em;/*下余白*/
}
.cover01-l01-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cover01-l01-list li {
  overflow: hidden;
  position: relative;
  float: left;/*左寄せ*/
  width: 33.3%;/*幅*/
  margin: 0;
  font-size: 0;
  flex-grow: 3;/*並べる数*/
}
.cover01-l01-list li:nth-child(-n+2) {
  flex-basis: 50%;
  flex-grow: 2;/*並べる数*/
}
.cover01-l01-list li img {
  width: 100%;/*幅*/
  transition: 0.2s;
}
.cover01-l01-list li:hover img {
  transform: scale(1.2);
}
.cover01-l01-list li p {
  position: absolute;
  bottom: 30%;
  right: 0;
  left: 0;
  margin: auto;
  font-size: 21px;/*フォントサイズ*/
  font-weight: bold;/*フォント太さ*/
  color: #fff;/*文字色*/
  text-align: center;/*テキスト中央寄せ*/
}
.cover01-l01-list li p a {
  color: #fff;/*文字色*/
  letter-spacing:0.2em;
  font-size: 1.5em;
  font-family:'游ゴシック体', 'Yu Gothic Medium', YuGothic, 'Lato', 'Noto Sans Japanese', '游ゴシック Medium', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
span.raleway{
  font-size: 2em;
  font-family: 'Raleway', sans-serif;
  display: block;
  font-weight: 200;
  position:relative;
  line-height: 1.5em;
}
span.raleway:after{
  content: "";
  width:3em;
  height: 1px;
  border-bottom:1px solid #fff;
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .cover01-l01 {
    padding: 60px 0;/*内側余白 上下・左右*/
    box-sizing: border-box;
  }
  .cover01-l01-list li p {
    font-size: 16px;/*フォントサイズ*/
    font-weight: normal;/*フォント太さ*/
  }
  .cover01-l01-list li{
    float: none;/*左寄せ*/
    width: 100%;/*幅*/
  }
  .cover01-l01-list li:nth-child(-n+2) {
    flex-basis: 100%;
    flex-grow: 1;/*並べる数*/
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************cover01下層リンクコンテンツここまで*******************************/
/***********************simple01下層リンクコンテンツ*******************************/
.simple01-l01 {
  width: 100%;
  padding: 140px 0;
}
.simple01-l01-inner {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}
.simple01-l01-ttl {
  font-size: 24px;
  margin-bottom: 1em;
  font-weight: normal;
}
.simple01-l01-ttl {
  font-size: 24px;
  margin-bottom: 1em;
  font-weight: normal;
  text-align: center;
}
.simple01-l01 p {
  font-size: 14px;
  margin-bottom: 60px;
  color: #999;
  text-align: center;
}
.simple01-l01-list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  list-style: none;
}
.simple01-l01-list li {
  width: 30%;
  margin-bottom: 35px;
  overflow: hidden;
}
.simple01-l01-list li .simple01-l01-listitem  {
  position: relative;
  width: 100%;
}
.simple01-l01-list li .simple01-l01-listitem img {
  width: 100%;
  transform: scale(1.02);
}
.simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 5%;
  box-sizing: border-box;
  transition: .3s;
}
.simple01-l01-list li .simple01-l01-listitem:hover .simple01-l01-item-caption {
  background: rgba(0, 0, 0, .6);
}
.simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption .simple01-l01-item-caption-ttl {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.1em;
}
.simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption .simple01-l0-hidearea {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption .simple01-l0-hidearea {
  width: 100%;
  display: block;
  margin-top: 5em;
  padding-top: 1.5em;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #fff;
  text-align: right;
  line-height: 1.2em;
  transition: .3s;
  opacity: 0;
}
.simple01-l01-list li .simple01-l01-listitem:hover .simple01-l0-hidearea {
  margin-top: 3em;
  opacity: 1;
}
.simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption .simple01-l0-hidearea p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: right;
}
/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .simple01-l01 {
    padding: 60px 3%;
    box-sizing: border-box;
  }
  .simple01-l01-inner { word-wrap: break-word; }
  .simple01-l01-inner p { color: #000; }
  .simple01-l01-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
  }
  .simple01-l01-list li {
    width: 30%;
    margin-bottom: 20px;
  }
  .simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption {
    position: relative;
    padding: 0;
    color: #000;
    text-align: center;
  }
  .simple01-l01-list li .simple01-l01-listitem:hover .simple01-l01-item-caption { background: none; }
  .simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption .simple01-l01-item-caption-ttl {
    color: #000;
    text-align: center;
  }
  .simple01-l01-list li .simple01-l01-listitem .simple01-l01-item-caption .simple01-l0-hidearea { display: none; }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************simple01下層リンクコンテンツここまで*******************************/

/***********************column01下層リンクコンテンツ*******************************/
.column01-l01 {
  width: 100%;/*幅*/
  padding: 20px 0;/*内側余白 上下・左右*/
}
.column01-l01-inner {
  width: 1080px;/*幅*/
  margin: auto;/*中央寄せ*/
}
.column01-l01-list {
  overflow: hidden;
}
.column01-l01-list li {
  overflow: hidden;
  position: relative;
  float: left;/*左寄せ*/
  width: 330px;/*幅*/
  margin-right: 40px;/*右余白*/
}
.column01-l01-list li:last-child {
  margin-right: 0;/*右余白*/
}
.column01-l01-list li img {
  width: 100%;/*幅*/
  transition: 0.2s;
}
.column01-l01-list li:hover img {
  opacity: 0.7;/*透明度*/
}
.column01-l01-list li p {
  position: absolute;
  top: 50%;
  left: 2em;
  margin: -0.5em auto 0;
  font-size: 18px;/*フォントサイズ*/
  font-weight: bold;/*フォント太さ*/
  color: #fff;/*文字色*/
  text-align: center;/*テキスト中央寄せ*/
}
.column01-l01-list li span {
  position: absolute;
  top: 2em;
  right: 0;
  left: 0;
  margin: auto;
  font-size: .7em;/*フォントサイズ*/
  font-weight: normal;/*フォント太さ*/
  color: #fff;/*文字色*/
  text-align: left;/*テキスト中央寄せ*/
}
.column01-l01-list li p a {
  color: #fff;/*文字色*/
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 798px) {
  .column01-l01 {
    padding: 0;/*内側余白 上下・左右*/
  }
  .column01-l01-inner {
    width: 100%;/*幅*/
    margin: auto;/*中央寄せ*/
    padding: 0 4%;/*内側余白 上下・左右*/
    box-sizing: border-box;
  }
  .column01-l01-list li {
    position: relative;
    float: none;
    width: 100%;/*幅*/
    max-width: 330px;/*幅*/
    margin: 0 auto;/*余白*/
    margin-bottom: 20px;/*下余白*/
    text-align: center;
    font-size: 0;
  }
  .column01-l01-list li img {
    position: relative;
    float: none;
    max-width: 100%;
  }
  .column01-l01-list li:last-child {
    margin-right: auto;/*右余白*/
  }
  .column01-l01-list li p {
    font-size: 16px;/*フォントサイズ*/
    font-weight: normal;/*フォント太さ*/
  }
  .column01-l01-list li span {
    font-size: 0.8em;/*フォントサイズ*/
  }
}
/************************ｽﾏﾎ設定ここまで*************************************/
/***********************column01下層リンクコンテンツここまで*******************************/
/*アクセス*/
ul.address {
  width: 100%;
  overflow: hidden;
  margin-top:30px;
}
ul.address li {
  display: block;
  float: left;
  font-size: 13px;
  width: 25%;
  letter-spacing: 2px;
}
ul.address li span {
  display: block;
  font-size: 13px;
}
.button {
  display: inline-block;
  font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  width: 200px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: 1px solid #ffffff;
  color: #fff;
  font-size: 12px;
  background-color: #223a70;
  overflow: hidden;
  letter-spacing: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.button::before, .button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button::after {
  top: -100%;
  width: 100%;
  height: 100%;
}
.button:hover {
  opacity: 0.8;
}
.button:hover::after {
  top: 0;
}
#map {
  max-width: 100%;
  min-width: 280px;
  margin: auto;
}
#map_canvas {
  height: 350px;
  width: 100%;
}
/*画像スライダー*/
#photo .wrapper_s {
  width: 100%;
}
#photo h2 {
  width: 980px;
  margin: 0 auto 12px;
  font-weight: bold;
}
#photo h3 {
  width: 980px;
  margin: 0 auto 60px;
}
/*各セクション*/
.wrapper_s {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 20px 0;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.cont_left, .cont_right {
  width: 100%;
  float: none;
}
.cont_right span {
  display: block;
  margin-bottom: 30px;
}

/************************ｽﾏﾎ設定*************************************/
@media (max-width: 796px) {
  .wrapper_s {
    width: 84%;
    margin: 0 auto;
    position: relative;
    padding: 20px 0;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .cont_left, .cont_right {
    width: 100%;
    float: none;
  }
  .cont_right span {
    display: block;
    margin-bottom: 30px;
  }
  ul.address {
  width: 100%;
  }
  ul.address li {
    display: inline-bilock;
    float: none;
    width: 100%;
  }
}



/***********************otoiawase ******************************/
.contact-box{
  background-color: #aeddf6;
  background-size: cover;
  padding-top:1.5em;
  margin-top: 1.5em;
}
.onepage_t {
  width: 80%;
  margin:20px auto 0 auto;
  padding:0;
  text-align: center;
  box-sizing: border-box;
}


.onepage_t .onepage_t-tel {
  margin-bottom: 80px;
  font-size: 12px;
  line-height: 2.3em;
}
.onepage_t .onepage_t-tel-num {
  display: block;
  font-size: 2em;
  letter-spacing: 0.8px;
}
.onepage_t form .onepage_t-formcol {
  float: left;
  width: 48.5%;
}
.onepage_t form .onepage_t-formcol:nth-child(even) {
  float: right;
}
.onepage_t form input {
  width: 100%;
  margin-bottom: 40px;
  padding: 1em;
  border: none;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.onepage_t form textarea {
  width: 100%;
  margin-bottom: 40px;
  padding: 1em;
  border: none;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}
.onepage-btn {
  background: #223a70;
  width: 260px;
  margin:0 auto;
  padding: 1em;
  margin-bottom:60px;
  font-family: 'Futura', 'Arial', '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
  text-align: center;
  text-decoration: none;
  outline: none;
  position: relative;
  z-index: 2;
  border: none;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  letter-spacing: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 796px) {
  .onepage_t form .onepage_t-formcol {
    float: none;
    width: 100%;
  }
}

/******************samplef01ここからpc設定**********************/

    .simple-f01 {
      background-color: #252525;
      width: 100%;/*幅*/
      width: 100%;/*幅*/
      background-color: #252525;
      clear: both;
      /*padding:10px;*/
      margin:0 auto 10px;
    }

    .simple-f01-copy p {
      width:100%;
      padding:5px;
      color: #fff;/*文字色*/
      font-size: 12px;/*フォントサイズ*/
      text-align: center;/*テキスト左寄せ*/
    }
    .simple-f01-inner {
      max-width: 960px;/*インナー幅*/
      margin:0 auto;
      padding: 0 3%;/*インナー左右余白*/
      box-sizing: border-box;
    }
    /******************samplef01ここまでpc設定**********************/

    /******************samplef01ここからスマホ設定**********************/
    @media (max-width: 796px) {
      .simple-f01-inner {
        max-width: 100%;/*インナー幅*/
        padding: 0 3%;/*インナー左右余白*/
        box-sizing: border-box;
      }
    }
    /******************samplef01ここからスマホ設定**********************/


    /******************会社概要ここからpc設定**********************/
    #about table{
        width: 100%;
        margin: 0 auto;
    }
    #about table tr{
      border-bottom: solid 10px #fff;
    }
    #about table th{
      background: #223a70;
      color: #fff;
      font-weight: 500;
      width: 30%;
      padding: 0.6em 0;
      vertical-align: middle;
    }
    #about table td{
      padding-left: 2em;
      vertical-align: middle;
    }

    /******************会社概要ここまでpc設定**********************/

    /******************会社概要ここからスマホ設定**********************/
    @media (max-width: 798px){
        #about table td{
          padding-left: 1em;
        }
    }
    /******************採用情報ここまでスマホ設定**********************/

    /******************採用情報ここからpc設定**********************/
    #recruit .recruit-box{
      border:solid 1px #9e9e9e;
      padding: 25px 15px;
    }
    #recruit .recruit-box h3{
      background: #223a70;
      color: #fff;
      font-weight: 500;
      font-size: 19px;
      padding: 8px 15px;
      letter-spacing: 3px;
      margin: 20px 0 10px;
    }
    #recruit .recruit-box h3:first-child{
      margin-top: 0;
    }
    #recruit .recruit-box .recruit-txt{
      font-size: 15px;
      padding: 0 15px;
      line-height: 1.8;
    }

    /******************採用情報ここまでpc設定**********************/

    /******************採用情報ここからスマホ設定**********************/
    @media (max-width: 798px){
        
    }
    /******************採用情報ここまでスマホ設定**********************/


    .main-v img{
      width: 100%;
    }