@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%;
}
h2 {
  font-size: 20px;
}
p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.8em;
}
html {
  overflow-y: scroll;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
}
img {
  border: 0;
  vertical-align: bottom
}
section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}



/* header, nav
---------------------------------------------------- */
header {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}


/* h1, nav 共通部分 */
header .header_h1_nav_wrap {
  position: fixed;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 96px;
  background: #fff;
  z-index: 9999;
}
.container {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  width: 100%;
  max-width: 1600px;
  height: 96px;
}
header .h1_wrap {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
header .h1_wrap h1 {
  margin: 0;
  padding: 24px 0 0 10px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}
header .h1_wrap h1 a, 
header .h1_wrap h1 a:hover, 
header .h1_wrap h1 a:active, 
header .h1_wrap h1 a:visited {
  color:#070c70;
  text-decoration: none;
}
header .h1_wrap h1 a {
  padding: 0 0 0 48px;
  background: url(../images/common/logo.png) no-repeat left center;
}
nav.navbar {
  border: none;
  background: #fff;
}
ul.navbar-nav {
  background: #fff;
}
ul.navbar-nav li {
  margin: 24px 4px 0 4px;
  height: 54px;
  text-align: center;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  padding: 0 18px 24px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:active {
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  padding: 0 18px 5px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active {
  padding: 0 18px 24px;
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > li > a span {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
}

/* ナビ電話部分 */
ul.navbar-nav li.nav_tel {
  display: block;
  margin: 26px 4px 0 16px;
  width: 214px;
  height: 54px;
  text-align: left;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link, 
.navbar-default .navbar-nav li.nav_tel p.tel_link:focus {
  padding: 4px 0 24px 48px;
  color: #009aff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 16px;
  font-weight: bold;
  background: url(../images/common/ic_free_dial.png) no-repeat left top 1px;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link span.tel_text {
  color: #252525;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
}
.navbar-default .navbar-nav li.nav_tel span.tel_text .sp_only {
  display: none;
}

/* ナビお問い合わせ */
ul.navbar-nav li.nav_contact {
  display: block;
  margin: 0 0 0 4px;
  width: 96px;
  height: 96px;
  background: #009aff;
}
ul.navbar-nav li.nav_contact:hover {
  opacity: 0.6;
}
.navbar-default .navbar-nav > li.nav_contact > .active > a,
.navbar-default .navbar-nav > li.nav_contact > .active > a:hover,
.navbar-default .navbar-nav > li.nav_contact > .active > a:focus {
  padding: 58px 0 0;
  font-size: 12px;
  border-bottom: none;
}
.navbar-default .navbar-nav > li.nav_contact > .active > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > .active > a:active {
  border-bottom: none;
}
.navbar-default .navbar-nav > li.nav_contact > a,
.navbar-default .navbar-nav > li.nav_contact > a:focus {
  padding: 58px 0 0;
  width: 96px;
  height: 96px;
  color: #fff;
  font-size: 12px;
  background: url(../images/common/ic_mail.png) no-repeat center top 25px;
}
.navbar-default .navbar-nav > li.nav_contact > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > a:active {
  padding: 58px 0 0;
  border-bottom: none;
}

@media (min-width:992px) and (max-width:1199px) {
header .header_h1_nav_wrap {
  height: 72px;
}
.container {
  height: 72px;
}
header .h1_wrap h1 {
  padding: 24px 0 0 8px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}
header .h1_wrap h1 a {
  padding: 0 0 0 36px;
  background-size: 32px auto;
}
ul.navbar-nav li {
  margin: 12px 2px 0 2px;
  height: 46px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  padding: 0 14px 12px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  padding: 0 14px 5px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active {
  padding: 0 14px 12px;
}

/* ナビ電話部分 */
ul.navbar-nav li.nav_tel {
  margin: 14px 4px 0 16px;
}

/* ナビお問い合わせ */
ul.navbar-nav li.nav_contact {
  width: 72px;
  height: 72px;
}
.navbar-default .navbar-nav > li.nav_contact > a,
.navbar-default .navbar-nav > li.nav_contact > a:focus {
  padding: 38px 0 0;
  width: 72px;
  height: 72px;
  color: #fff;
  font-size: 10px;
  background: url(../images/common/ic_mail.png) no-repeat center top 15px;
  background-size: 30px auto;
}
.navbar-default .navbar-nav > li.nav_contact > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > a:active {
  padding: 38px 0 0;
}
}

@media (min-width:768px) and (max-width:991px) {
header .header_h1_nav_wrap {
  height: 62px;
}
.container {
  height: 62px;
}
header .h1_wrap h1 {
  margin: 0;
  padding: 16px 0 0 8px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
header .h1_wrap h1 a {
  padding: 0 0 0 32px;
  background: url(../images/common/logo.png) no-repeat left top 6px;
  background-size: 30px auto;
}
ul.navbar-nav li {
  margin: 4px 2px 0;
  height: 62px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  padding: 6px 8px 17px;
  font-size: 12px;
  line-height: 18px;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  padding: 6px 8px 17px;
  font-size: 12px;
  line-height: 18px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active {
  padding: 6px 8px 17px;
  line-height: 18px;
}
.navbar-default .navbar-nav > li > a span {
  font-size: 10px;
}

/* ナビ電話部分 */
ul.navbar-nav li.nav_tel {
  margin: 10px 2px 0 6px;
  width: 185px;
  height: 30px;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link {
  padding: 4px 0 0 48px;
  font-size: 20px;
  line-height: 14px;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link span.tel_text {
  font-size: 8px;
  line-height: 8px;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link span.tel_text .sp_only {
  display: inline;
}

/* ナビお問い合わせ */
ul.navbar-nav li.nav_contact {
  width: 67px;
  height: 67px;
}
.navbar-default .navbar-nav > li.nav_contact > a,
.navbar-default .navbar-nav > li.nav_contact > a:focus {
  padding: 34px 0 0;
  width: 67px;
  height: 67px;
  font-size: 10px;
  background: url(../images/common/ic_mail.png) no-repeat center top 15px;
  background-size: 28px auto;
}
.navbar-default .navbar-nav > li.nav_contact > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > a:active {
  padding: 34px 0 0;
}
}

@media (max-width:767px) {
header .header_h1_nav_wrap {
  height: 70px;
}
header .h1_wrap h1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
}
nav.navbar {
  width: 100%;
}
.container {
  display: inherit;
  margin: 0 20px 0 0;
  height: 70px;
}
ul.navbar-nav {
  position:relative;
  top: -10px;
}
ul.navbar-nav li {
  margin: 0;
  padding: 0;
  height: auto;
  border-bottom: 1px solid #d8d8d8;
}
.navbar-default .navbar-nav > .active > a {
  padding: 20px 0;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  padding: 20px 0;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active, 
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  padding: 20px 0 17px;
  color: #fff;
  background: #0a34f4;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  padding: 20px 0;
}
.navbar-default .navbar-nav > li > a:hover span {
  color: #fff;
}
.navbar-toggle {
  margin: 10px 20px 0 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
}

/* ナビ電話部分 */
ul.navbar-nav li.nav_tel {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  text-align: center;
  border-bottom: 1px solid #d8d8d8;
}
.navbar-default .navbar-nav li.nav_tel .sp_nav_wrap p.tel_link {
  margin: 0 auto;
  padding: 20px 0 20px 48px;
  width: 210px;
  height: auto;
  font-size: 24px;
  line-height: 16px;
  background: none;
  background: url(../images/common/ic_free_dial.png) no-repeat left top 18px;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link span.tel_text .sp_only {
  display: none;
}

/* ナビお問い合わせ */
ul.navbar-nav li.nav_contact {
  margin: 0 auto;
  padding: 0 0 18px;
  width: 100%;
  height: auto;
}
.navbar-default .navbar-nav > li.nav_contact > .active > a,
.navbar-default .navbar-nav > li.nav_contact > .active > a:hover,
.navbar-default .navbar-nav > li.nav_contact > .active > a:focus {
  padding: 42px 0 0;
  font-size: 12px;
  border-bottom: none;
}
.navbar-default .navbar-nav > li.nav_contact > a,
.navbar-default .navbar-nav > li.nav_contact > a:focus {
  margin: 0 auto;
  padding: 42px 0 0;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 14px;
  background: url(../images/common/ic_mail.png) no-repeat center top 18px;
}
.navbar-default .navbar-nav > li.nav_contact > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > a:active {
  padding: 42px 0 0;
  border-bottom: none;
}
}



/* footer
---------------------------------------------------- */
footer {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 350px;
  background: url(../images/common/footer_bg.jpg) no-repeat left bottom;
  background-size: cover;
}
footer .footer_wrap {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  overflow: hidden;
}
footer .footer_left {
  float: left;
  margin: 12px 0 0 16px;
  padding: 0;
}
footer .footer_left .footer_name {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}
footer .footer_left .footer_name a, 
footer .footer_left .footer_name a:hover, 
footer .footer_left .footer_name a:active, 
footer .footer_left .footer_name a:visited {
  padding: 0 0 0 48px;
  color:#070c70;
  text-decoration: none;
  background: url(../images/common/logo.png) no-repeat left center;
}
footer .footer_left .footer_adress {
  margin: 0;
  padding: 0;
}
footer .footer_left .footer_adress p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #252525;
}
footer ul.footer_menu {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  float: right;
  margin: 40px 16px 0 0;
  padding: 0;
  list-style-type: none;
}
footer ul.footer_menu li {
  margin: 0;
  padding: 0 56px 0 0;	
}
footer ul.footer_menu li:last-child {
  padding: 0;
}
footer ul.footer_menu li a {
  font-size: 14px;
  font-size: 1.4rem;
  color:#252525;
}
footer .footer_copy {
  margin: 300px auto 0;
  padding: 0;
  width: 200px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
footer .footer_copy p {
  display: inline-block;
  margin: 0;
  padding: 0;
}

@media (min-width:992px) and (max-width:1199px) {
footer .footer_left .footer_name {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}
footer .footer_left .footer_name a, 
footer .footer_left .footer_name a:hover, 
footer .footer_left .footer_name a:active, 
footer .footer_left .footer_name a:visited {
  padding: 0 0 0 36px;
  background-size: 32px auto;
}
footer ul.footer_menu {
  margin: 24px 16px 0 0;
}
footer ul.footer_menu li {
  margin: 0;
  padding: 0 40px 0 0;	
}
}

@media (min-width:768px) and (max-width:991px) {
footer .footer_left .footer_name {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
footer .footer_left .footer_name a, 
footer .footer_left .footer_name a:hover, 
footer .footer_left .footer_name a:active, 
footer .footer_left .footer_name a:visited {
  padding: 0 0 0 32px;
  background-size: 32px auto;
}
footer .footer_left .footer_adress .sp_only {
  display: inline;
}
footer ul.footer_menu {
  margin: 24px 16px 0 0;
}
footer ul.footer_menu li {
  margin: 0;
  padding: 0 24px 0 0;	
}
}

@media (max-width:767px) {
footer {
  height: 500px;
  background: url(../images/common/footer_bg.jpg) no-repeat center bottom;
  background-size: cover;
}
footer .footer_left {
  float: none;
  margin: 12px auto 0;
  text-align: center;
}
footer .footer_left .footer_name {
  margin: 0 auto;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 900;
}
footer .footer_left .footer_adress .sp_only {
  display: none;
}
footer ul.footer_menu {
  display: block;
  float: none;
  margin: 24px auto 0;
  padding: 0;
  text-align: center;
}
footer ul.footer_menu li {
  padding: 0 0 26px;	
  text-align: center;
}
footer .footer_copy {
  margin: 100px auto 0;
  padding: 0;
  width: 200px;
  font-size: 10px;
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
}



/* トップへ戻る
---------------------------------------------------- */
.gototop {
  position: relative;
  margin:40px 40px 0;
  padding: 0;
  height: 49px;
  text-align: right;
}
.gototop a:hover {
  text-decoration: none;
}



/* その他共通
---------------------------------------------------- */

/* section */

/* リンクボタン */
.btn_link01 {
  margin: 40px auto 0;
  padding: 0;
  width: 275px;
  height: auto;
}
.btn_link02 {
  margin: 40px 0 0;
  padding: 0;
  width: 275px;
  height: auto;
}
.btn_normal a, 
.btn_navy a {
  display: block;
  margin: 0;
  padding: 12px 0;
  width: 275px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.btn_normal:hover, 
.btn_navy:hover {
  cursor: pointer;
}

/* 背景白文字黒 */
.btn_normal a {
  color: #252525;
  background: #fff;
}
.btn_normal a:hover {
  color: #fff;
  background: #070c70;
  text-decoration: none;
}

/* 背景青文字白 */
.btn_navy a {
  color: #fff;
  background: #070c70;
}
.btn_navy a:hover {
  color: #070c70;
  background: #fff;
  text-decoration: none;
  border: 1px solid #333;
}
.btn_link01 .tel_fax_wrap {
  display: block;
  margin: 0;
  padding: 12px 0;
  width: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}

/* 背景白文字黒電話アイコン有 */
.btn_link01 .tel_fax_wrap .btn_tel {
  padding: 0 0 0 24px;
  background: #fff url(../images/common/ico_tel.png) no-repeat left top 10px;
}

/* 背景白文字黒FAXアイコン有 */
.btn_link01 .tel_fax_wrap .btn_fax {
  padding: 0 0 0 32px;
  background: #fff url(../images/contact/ico_fax.png) no-repeat left top 8px;
}

@media (min-width:992px) and (max-width:1199px) {
.btn_link01, 
.btn_link02, 
.btn_normal a, 
.btn_navy a {
  padding: 12px 0;
  width: 250px;
  font-size: 20px;
  font-size: 2rem;
}
}

@media (min-width:768px) and (max-width:991px) {
.btn_link01, 
.btn_link02, 
.btn_normal a, 
.btn_navy a {
  padding: 8px 0;
  width: 210px;
  font-size: 16px;
}
}

@media (max-width:767px) {
.btn_link01, 
.btn_link02, 
.btn_normal a, 
.btn_navy a {
  margin: 10px auto 0;
  padding: 8px 0;
  width: 190px;
  font-size: 14px;
}
}

.btn_link01 a span.mail {
  padding: 0 0 0 30px;
  background: url(../images/common/ico_mail.png) no-repeat left top 6px;
}
.btn_form01 {
  margin: 20px auto;
  padding: 12px 0;
  background: #ccc url(../images/common/anchor_8x13_normal.png) no-repeat right 8px center;
  border: none;
  font-size: 18px;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.center {
  text-align: center;
}
.f_normal {
  font-weight: normal;
}

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



/* index.html
---------------------------------------------------- */
section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}


/*section01*/
.index section.section01 {
  margin: 0 auto 50px;
  width: auto;
  max-width: 1600px;
  height: 598px;
}
.index section.section01 .slider {
  position: absolute;
  top: 96px;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: auto;
  z-index: 5;
}
.index section.section01 .bx-wrapper {
  border: none;
  box-shadow: none;
}
.index section.section01 .bx-wrapper .bx-pager, 
.index section.section01 .bx-wrapper .bx-prev, 
.index section.section01 .bx-wrapper .bx-next {
  display: none;
}
.index section.section01 .index_h2_wrap {
  position: absolute;
  top: 315px;
  left: 8%;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: auto;
  z-index: 1000;
}
.index section.section01 .index_h2_wrap h2 {
  margin: 0 0 28px;
  font-size: 54px;
  font-size: 5.4rem;
  color: #070c70;
  font-weight: bold;
}
.index section.section01 .index_h2_wrap p {
  margin: 0 0 0 5px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #070c70;
  font-weight: bold;
  line-height: 36px;
}

@media (min-width:992px) and (max-width:1199px) {
.index section.section01 {
  height: 422px;
}
.index section.section01 .slider {
  top: 72px;
  width: 700px;
  height: 350px;
}
.index section.section01 .index_h2_wrap {
  top: 200px;
  width: 640px;
}
.index section.section01 .index_h2_wrap h2 {
  margin: 0 0 12px;
  font-size: 44px;
  font-size: 4.4rem;
}
.index section.section01 .index_h2_wrap p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 28px;
}
}

@media (min-width:768px) and (max-width:991px) {
.index section.section01 {
  height: 334px;
}
.index section.section01 .slider {
  top: 67px;
  width: 530px;
  height: 265px;
}
.index section.section01 .index_h2_wrap {
  top: 170px;
  width: 450px;
}
.index section.section01 .index_h2_wrap h2 {
  margin: 0 0 8px;
  font-size: 34px;
  font-size: 3.4rem;
}
.index section.section01 .index_h2_wrap p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
}
}

@media (max-width:767px) {
.index section.section01 {
  height: 200px;
}
.index section.section01 .slider {
  top: 70px;
  width: 70%;
  opacity: 0.7;
}
.index section.section01 .index_h2_wrap {
  margin: 0;
  top: 110px;
  right: 0;
  left: 15px;
  width: auto;
}
.index section.section01 .index_h2_wrap h2 {
  margin: 0 0 8px;
  font-size: 24px;
  font-size: 2.4rem;
}
.index section.section01 .index_h2_wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  width: ;
}
}


/*section02～05共通*/
.index section.section02, 
.index section.section03, 
.index section.section04, 
.index section.section05 {
  margin: 50px auto 100px;
  padding: 0;
  text-align: center;
}
.index section.section02 h3, 
.index section.section03 h3, 
.index section.section04 h3, 
.index section.section05 h3 {
  padding: 0 0 50px;
  font-size: 40px;
  font-size: 4rem;
  color: #070c70;
  font-weight: bold;
  line-height: 38px;
}
section.section02 h3 span, 
section.section03 h3 span, 
section.section04 h3 span, 
section.section05 h3 span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
.index section.section02 p, 
.index section.section03 p, 
.index section.section04 p, 
.index section.section05 p {
  font-size: 16px;
  font-size: 1.6rem;
}

@media (min-width:992px) and (max-width:1199px) {
.index section.section02, 
.index section.section03, 
.index section.section04, 
.index section.section05 {
  margin: 40px auto 80px;
}
.index section.section02 h3, 
.index section.section03 h3, 
.index section.section04 h3, 
.index section.section05 h3 {
  padding: 0 0 30px;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 30px;
}
.index section.section02 h3 span, 
.index section.section03 h3 span, 
.index section.section04 h3 span, 
.index section.section05 h3 span {
  font-size: 20px;
  font-size: 2rem;
}
}

@media (min-width:768px) and (max-width:991px) {
.index section.section02, 
.index section.section03, 
.index section.section04, 
.index section.section05 {
  margin: 30px auto 60px;
}
.index section.section02 h3, 
.index section.section03 h3, 
.index section.section04 h3, 
.index section.section05 h3 {
  padding: 0 0 20px;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 26px;
}
.index section.section02 h3 span, 
.index section.section03 h3 span, 
.index section.section04 h3 span, 
.index section.section05 h3 span {
  font-size: 16px;
  font-size: 1.6rem;
}
.index section.section02 p, 
.index section.section03 p, 
.index section.section04 p, 
.index section.section05 p {
  font-size: 14px;
  font-size: 1.4rem;
}
}

@media (max-width:767px) {
.index section.section02, 
.index section.section03, 
.index section.section04, 
.index section.section05 {
  margin: 20px 0 40px;
}
.index section.section02 h3, 
.index section.section03 h3, 
.index section.section04 h3, 
.index section.section05 h3 {
  padding: 0 0 20px;
  font-size: 20px;
  font-size: 2rem;
  line-height: 20px;
}
.index section.section02 h3 span, 
.index section.section03 h3 span, 
.index section.section04 h3 span, 
.index section.section05 h3 span {
  font-size: 14px;
  font-size: 1.4rem;
}
.index section.section02 p, 
.index section.section03 p, 
.index section.section04 p, 
.index section.section05 p {
  font-size: 12px;
  font-size: 1.2rem;
}
}

/*section02*/
.index section.section02 p {
  margin: 0 0 50px;
}
.index section.section02 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.index section.section02 ul li {
  margin: 0;
  padding: 0;
  width: 34%;
  height: 400px;
}
.index section.section02 ul li:hover {
  opacity: 0.7;
}
.index section.section02 ul li a {
  display: block;
  margin: 0;
  padding: 170px 0 0;
  width: 100%;
  height: 400px;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
}
.index section.section02 ul li a:hover {
  text-decoration: none;
}
.index section.section02 ul li.menu01 {
  background: url(../images/index/section02_img01.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section02 ul li.menu02 {
  background: url(../images/index/section02_img02.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section02 ul li.menu03 {
  background: url(../images/index/section02_img03.jpg) no-repeat center center;
  background-size: cover;
}

@media (min-width:992px) and (max-width:1199px) {
.index section.section02 ul li {
  width: 34%;
  height: 250px;
}
.index section.section02 ul li a {
  padding: 110px 0 0;
  width: 100%;
  height: 250px;
  font-size: 28px;
  font-size: 2.8rem;
}
}

@media (min-width:768px) and (max-width:991px) {
.index section.section02 p {
  margin: 0 0 30px;
}
.index section.section02 ul li {
  width: 34%;
  height: 200px;
}
.index section.section02 ul li a {
  padding: 90px 0 0;
  width: 100%;
  height: 200px;
  font-size: 24px;
  font-size: 2.4rem;
}
}

@media (max-width:767px) {
.index section.section02 {
  margin: 20% auto 40px;
}
.index section.section02 p {
  margin: 0 10px 20px;
}
.index section.section02 p .sp_only {
  display: inline;
}
.index section.section02 ul {
  display:inline-block;
  margin: 0;
  width: 100%;
  height: auto;
}
.index section.section02 ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 80px;
}
.index section.section02 ul li:hover {
  opacity: 0.7;
}
.index section.section02 ul li a {
  display: block;
  margin: 0;
  padding: 26px 0 0;
  width: 100%;
  height: 80px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}
}

/*section03*/
.index section.section03 {
  padding: 70px 0;
  width: 100%;
  height: auto;
  background: url(../images/index/section03_bg.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section03 h3 {
  color: #fff;
}
.index section.section03 p {
  color:#fff;
}

@media (min-width:992px) and (max-width:1199px) {
.index section.section03 {
  padding: 50px 0;
}
}

@media (min-width:768px) and (max-width:991px) {
.index section.section03 {
  padding: 40px 0;
}
}

@media (max-width:767px) {
.index section.section03 {
  padding: 30px 0;
}
}

/*section04*/
.index section.section04 {
  text-align: left;
  overflow: hidden;
}
.index section.section04 .section04_cont_wrap {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  height: 660px;
  background: url(../images/index/section04_img.jpg) no-repeat left top;
  background-size: contain;
}
.index section.section04 .section04_cont_wrap .cont_wrap {
  float:right;
  margin: 0;
  padding: 200px 0 0;
  width: 548px;
  height: auto;
}

@media (min-width:992px) and (max-width:1199px) {
.index section.section04 .section04_cont_wrap {
  width: 922px;
  height: 508px;
  background: url(../images/index/section04_img.jpg) no-repeat left top;
  background-size: 461px auto;
}
.index section.section04 .section04_cont_wrap .cont_wrap {
  padding: 120px 0 0;
  width: 440px;
}
.index section.section04 p {
  font-size: 14px;
  font-size: 1.4rem;
}
}

@media (min-width:768px) and (max-width:991px) {
.index section.section04 .section04_cont_wrap {
  width: 730px;
  height: 402px;
  background: url(../images/index/section04_img.jpg) no-repeat left top;
  background-size: 365px auto;
}
.index section.section04 .section04_cont_wrap .cont_wrap {
  padding: 70px 0 0;
  width: 330px;
}
}

@media (max-width:767px) {
.index section.section04 {
  text-align: center;
  overflow: auto;
}
.index section.section04 .section04_cont_wrap {
  padding: 0;
  width: 100%;
  height: 360px;
  background: url(../images/index/section04_img.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section04 .section04_cont_wrap .cont_wrap {
  float: none;
  margin: 0 30px;
  padding: 60px 0 0;
  width: auto;
  height: auto;
}
}

/*section05*/
.index section.section05 {
  text-align: left;
  background: #e7e7e7;
}
.index section.section05 .section05_cont_wrap {
  margin: 0 auto;
  padding: 50px 0;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.index section.section05 .section05_cont_wrap .cont_wrap {
  float: left;
  margin: 0;
  padding: 0;
  width: 470px;
  height: auto;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap {
  margin: 30px 0 0;
  padding: 0;
  width: 470px;
  height: auto;
  list-style-type: none;
  overflow: hidden;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap {
  float: left;
  width: 240px;
  height: 72px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap h4 {
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #252525;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap p.tel {
  margin: 0;
  padding: 8px 0 0 50px;
  width: 230px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #009aff;
  line-height: 12px;
  background: url(../images/common/ic_free_dial.png) no-repeat left top;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap p.tel span.tel_text {
  font-size: 10px;
  font-size: 1rem;
  color: #252525;
  font-weight: normal;
  line-height: 10px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap {
  float: right;
  display: block;
  width: 220px;
  height: 80px;
  background: #009aff;
  text-align: center;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap:hover {
	cursor: pointer;
	opacity: 0.8
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap h4 {
  margin: 0 auto;
  padding: 15px 0 60px;
  width: 220px;
  height: 40px;
  background: url(../images/common/ic_mail.png) no-repeat center top 40px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap h4 a {
  margin: 0 auto;
  padding: 0;
  width: 220px;
  height: 60px;
  color: #fff;
}
.index section.section05 .section05_cont_wrap .googlemap {
  float: right;
  margin: 0;
  padding: 0;
  width: 420px;
  height: 340px;
}
.index section.section05 .section05_cont_wrap .googlemap iframe {
  width: 420px;
  height: 340px;
}

@media (min-width:768px) and (max-width:991px) {
.index section.section05 .section05_cont_wrap {
  padding: 30px 0;
  width: 680px;
}
.index section.section05 .section05_cont_wrap .cont_wrap {
  width: 360px;
  height: auto;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap {
  margin: 30px auto 0;
  width: 360px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap {
  float: none;
  width: 220px;
  height: 72px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap {
  float: none;
  margin: 20px 0 0;
}
.index section.section05 .section05_cont_wrap .googlemap {
  width: 300px;
  height: 243px;
}
.index section.section05 .section05_cont_wrap .googlemap iframe {
  width: 300px;
  height: 243px;
}
}

@media (max-width:767px) {
.index section.section05 .section05_cont_wrap {
  margin: 0;
  padding: 60px 0;
  width: 100%;
  height: auto;
  overflow: auto;
}
.index section.section05 .section05_cont_wrap h3 {
  width: 100%;
  text-align: center;
}
.index section.section05 .section05_cont_wrap .cont_wrap {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
.index section.section05 .section05_cont_wrap .cont_wrap dl {
  margin: 0 30px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap {
  margin: 30px auto 0;
  padding: 0;
  width: 240px;
  height: auto;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap {
  float: none;
  margin: 0 auto 30px;
  width: 220px;
  height: 72px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap h4 {
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #252525;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap p.tel {
  margin: 0;
  padding: 8px 0 0 50px;
  width: 220px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #009aff;
  line-height: 12px;
  background: url(../images/common/ic_free_dial.png) no-repeat left top;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap {
  float: none;
  margin: 0 auto 30px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap:hover {
	cursor: pointer;
	opacity: 0.8
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap h4 {
  margin: 0 auto;
  padding: 15px 0 60px;
  width: 220px;
  height: 40px;
  background: url(../images/common/ic_mail.png) no-repeat center top 40px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap h4 a {
  margin: 0 auto;
  padding: 0;
  width: 220px;
  height: 60px;
  color: #fff;
}
.index section.section05 .section05_cont_wrap .googlemap {
  float: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 400px;
}
.index section.section05 .section05_cont_wrap .googlemap iframe {
  width: 100%;
  height: 400px;
}
}



/* business.html
---------------------------------------------------- */

/* section01 */
.business section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: #6c85f8 url(../images/business/h2_bg.jpg) no-repeat center center;
  background-size: cover;
}
.business section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.business section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

@media (min-width:992px) and (max-width:1199px) {
.business section.section01 {
  top: 72px;
  margin: 0 auto 176px;
}
}

@media (min-width:768px) and (max-width:991px) {
.business section.section01 {
  top: 67px;
  margin: 0 auto 171px;
}
}

/* section02 */
.business section.section02 {
  margin: 0 auto 150px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.business section.section02 h3 {
  margin: 0 auto 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.business section.section02 p {
  line-height: 32px;
}
.business section.section02 h3 .sp_only, 
.business section.section02 p .sp_only {
  display: none;
}

@media (max-width:767px) {
.business section.section02 {
  margin: 0 auto 150px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.business section.section02 h3 {
  margin: 0 auto 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 36px;
}
.business section.section02 h3 .sp_only, 
.business section.section02 p .sp_only {
  display: inline;
}
.business section.section02 p {
  margin: 0 20px 16px;
}
}

/* section03 */
.business section.section03 {
  margin: 0 auto 100px;
  padding: 0;
  width: 100%;
  height: auto;
}
.business section.section03 p.subttl {
  margin: 0 auto 50px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.business section.section03 .business_cont_wrap {
  margin: 0 auto 100px;
  padding: 0;
  width: 100%;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 100%;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont01 {
  background: url(../images/business/cont01_bg.jpg) no-repeat center top 96px;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 {
  background: url(../images/business/cont02_bg.jpg) no-repeat center top 96px;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 {
  background: url(../images/business/cont03_bg.jpg) no-repeat center top 96px;
  background-size: cover;
}
.business section.section03 .business_cont_wrap #reform01, 
.business section.section03 .business_cont_wrap #reform02, 
.business section.section03 .business_cont_wrap #reform03 {
  margin-top: -96px;
  padding-top: 96px;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  height: 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap h3 {
  margin: 0 auto;
  padding: 10px 0;
  width: 940px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;color: #fff;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont01 .h3_wrap {
  background: url(../images/business/h3_bg01.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 .h3_wrap {
  background: url(../images/business/h3_bg02.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 .h3_wrap {
  background: url(../images/business/h3_bg03.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap p {
  margin: 0 0 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  margin: 0 auto;
  padding: 0;
  max-width: 940px;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont {
  margin: 0 20px 0 0;
  padding: 8px 16px;
  width: 298px;
  height: auto;
  background: #fff;
  border: 1px solid #666;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont h4 {
  margin: 0;
  padding: 0 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont p.img_wrap img {
  margin: 0;
  padding: 0;
  width: 264px;
  height: 181px;
  border: 1px solid #ccc;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont ul {
  margin: 0 0 50px;
  padding: 0;
  list-style-type: none;
}

@media (min-width:992px) and (max-width:1199px) {
.business section.section03 .business_cont_wrap .cont_wrap.cont01 {
  background: url(../images/business/cont01_bg.jpg) no-repeat center top 72px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 {
  background: url(../images/business/cont02_bg.jpg) no-repeat center top 72px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 {
  background: url(../images/business/cont03_bg.jpg) no-repeat center top 72px;
}
.business section.section03 .business_cont_wrap #reform01, 
.business section.section03 .business_cont_wrap #reform02, 
.business section.section03 .business_cont_wrap #reform03 {
  margin-top: -72px;
  padding-top: 72px;
}
}

@media (min-width:768px) and (max-width:991px) {
.business section.section03 .business_cont_wrap .cont_wrap {
  padding: 0 0 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap h3 {
  width: 700px;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap {
  width: 700px;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 700px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont01 {
  background: url(../images/business/cont01_bg.jpg) no-repeat center top 67px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 {
  background: url(../images/business/cont02_bg.jpg) no-repeat center top 67px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 {
  background: url(../images/business/cont03_bg.jpg) no-repeat center top 67px;
}
.business section.section03 .business_cont_wrap #reform01, 
.business section.section03 .business_cont_wrap #reform02, 
.business section.section03 .business_cont_wrap #reform03 {
  margin-top: -67px;
  padding-top: 67px;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont {
  margin: 0 20px 50px 0;
}
}

@media (max-width:767px) {
.business section.section03 .business_cont_wrap .cont_wrap {
  margin: 0;
  padding: 0 0 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap {
  margin: 0 0 50px;
  padding: 0;
  width: 100%;
  height: 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont01 {
  background: url(../images/business/cont01_bg.jpg) no-repeat center top 70px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 {
  background: url(../images/business/cont02_bg.jpg) no-repeat center top 70px;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 {
  background: url(../images/business/cont03_bg.jpg) no-repeat center top 70px;
}
.business section.section03 .business_cont_wrap #reform01, 
.business section.section03 .business_cont_wrap #reform02, 
.business section.section03 .business_cont_wrap #reform03 {
  margin-top: -70px;
  padding-top: 70px;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap h3 {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap {
  margin: 0 10px;
  width: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap {
  display: inherit;
  margin: 0;
  max-width: 100%;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont {
  margin: 0 auto 50px;
  padding: 8px 16px;
  width: 298px;
  height: auto;
  background: #fff;
  border: 1px solid #666;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont h4 {
  margin: 0;
  padding: 0 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont p.img_wrap img {
  margin: 0;
  padding: 0;
  width: 264px;
  height: 181px;
  border: 1px solid #ccc;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont ul {
  margin: 0 0 50px;
  padding: 0;
  list-style-type: none;
}
}



/* case.html, case_detail.html
---------------------------------------------------- */

/* section01 */
.case section.section01, 
.case_detail section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: url(../images/case/h2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.case section.section01 h2, 
.case_detail section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.case section.section01 h2 span, 
.case_detail section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

@media (min-width:992px) and (max-width:1199px) {
.case section.section01, 
.case_detail section.section01 {
  top: 72px;
  margin: 0 auto 176px;
}
}

@media (min-width:768px) and (max-width:991px) {
.case section.section01, 
.case_detail section.section01 {
  top: 67px;
  margin: 0 auto 171px;
}
}

/* section02 */
.case section.section02 {
  margin: 0 auto 100px;
  max-width: 1200px;
}
.case section.section02 ul.category_menu {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0 0 140px;
  width: 100%;
  height: 28px;
  list-style-type: none;  
}
.case section.section02 ul.category_menu li {
  margin: 0 16px 0 0;
  padding: 0 8px;
  width: auto;
  min-width: 104px;
  height: 28px;
}
.case section.section02 ul.category_menu li a, 
.case section.section02 ul.category_menu li a:hover, 
.case section.section02 ul.category_menu li a:active, 
.case section.section02 ul.category_menu li a:visited {
  display: block;
  width: auto;
  min-width: 104px;
  height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

/* カテゴリーメニューボタン */
.cat01, .cat02, .cat03, .cat04, .cat05 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.cat01 {
  color: #0a34f4;
  border: 2px solid #0a34f4;
  text-align: center;
}
.cat02 {
  color: #00d8ff;
  border: 2px solid #00d8ff;
  text-align: center;
}
.cat03 {
  color: #ffa800;
  border: 2px solid #ffa800;
  text-align: center;
}
.cat04 {
  color: #009944;
  border: 2px solid #009944;
  text-align: center;
}
.cat05 {
  color: #ff0000;
  border: 2px solid #ff0000;
  text-align: center;
}
.cat01.active {
  color: #fff;
  background: #0a34f4;
}
.cat02.active {
  color: #fff;
  background: #00d8ff;
}
.cat03.active {
  color: #fff;
  background: #ffa800;
}
.cat04.active {
  color: #fff;
  background: #009944;
}
.cat05.active {
  color: #fff;
  background: #ff0000;
}
.case section.section02 ul.category_menu li.cat01:hover {
  background: #0a34f4;
  border: 2px solid #0a34f4;
}
.case section.section02 ul.category_menu li.cat02:hover {
  background: #00d8ff;
  border: 2px solid #00d8ff;
}
.case section.section02 ul.category_menu li.cat03:hover {
  background: #ffa800;
  border: 2px solid #ffa800;
}
.case section.section02 ul.category_menu li.cat04:hover {
  background: #009944;
  border: 2px solid #009944;
}
.case section.section02 ul.category_menu li.cat05:hover {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.cat01 a, 
.cat01 a:visited {
  color: #0a34f4;
}
.cat02 a, 
.cat02 a:visited {
  color: #00d8ff;
}
.cat03 a, 
.cat03 a:visited {
  color: #ffa800;
}
.cat04 a, 
.cat04 a:visited {
  color: #009944;
}
.cat05 a, 
.cat05 a:visited {
  color: #ff0000;
}
.cat01.active a, 
.cat01.active a:visited, 
.cat01 a:hover, 
.cat01 a:active, 
.cat02.active a, 
.cat02.active a:visited, 
.cat02 a:hover, 
.cat02 a:active, 
.cat03.active a, 
.cat03.active a:visited, 
.cat03 a:hover, 
.cat03 a:active, 
.cat04.active a, 
.cat04.active a:visited, 
.cat04 a:hover, 
.cat04 a:active, 
.cat05.active a, 
.cat05.active a:visited, 
.cat05 a:hover, 
.cat05 a:active {
  color: #fff;
}
.case section.section02 .case_cont_wrap, 
.case section.section02 .case_paging_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 940px;
  height: auto;
}
.case section.section02 .case_cont_wrap .case_cont {
  margin: 0 60px 0 0;
  padding: 0 0 50px 0;
  width: 250px;
  height: auto;
}
.photo-ofi {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	height: 0;
	background-color: #dedede;
	overflow: hidden;
}
.photo-ofi img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	max-width: 250px;
	max-height: 200px;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
}
.case section.section02 .case_cont_wrap .case_cont p.case_name {
  margin: 16px 0;
  font-weight: bold;
}
.case section.section02 .case_cont_wrap .case_cont p.btn_detail {
  margin: 0;
  padding: 0;
  width: auto;
  height: 24px;
  text-align: center;
}
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a, 
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a:visited {
  padding: 2px 20px 4px;
  color: #414141;
  background: #d3d3d3 url(../images/common/ic_arrow_black_8x8.png) no-repeat right 6px center;
}
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a:hover, 
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a:active {
  text-decoration: none;
  opacity: 0.8;
}

/* paging */
div.paging {
  margin: 0 auto;
  padding: 0;
}
div.paging span.current,
div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
div.paging span.paging-text a{padding:3px 8px; display:block;}
div.paging span.current{background: #070c70;border:1px solid #636;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
div.paging span.paging-text a:hover{background: #CCC;color: #fff;text-decoration:none;cursor:pointer;}

.case section.section02 .case_cont_wrap .paging {
  margin: 0 auto;
}

@media (min-width:992px) and (max-width:1199px) {
.case section.section02 {
  max-width: 960px;
}
.case section.section02 .case_cont_wrap {
  padding: 0 0 100px 20px;
}
.case section.section02 .case_cont_wrap .case_cont {
  margin: 0 50px 0 0;
}
}

@media (min-width:768px) and (max-width:991px) {
.case section.section02 {
  max-width: 740px;
}
.case section.section02 ul.category_menu li {
  margin: 0 8px 0 0;
  min-width: 90px;
}
.case section.section02 ul.category_menu li a, 
.case section.section02 ul.category_menu li a:hover, 
.case section.section02 ul.category_menu li a:active, 
.case section.section02 ul.category_menu li a:visited {
  min-width: 90px;
}

.case section.section02 .case_cont_wrap {
  justify-content: space-between;
  max-width: 600px;
}
.case section.section02 .case_cont_wrap .case_cont {
  margin: 0;
}
}

@media (max-width:767px) {
.case section.section02 {
  max-width: auto;
}
.case section.section02 ul.category_menu {
  padding: 0 20px 200px;
  flex-wrap: wrap;
  justify-content: center;
}
.case section.section02 ul.category_menu li {
  margin: 0 16px 16px 0;
  padding: 0 8px;
  width: auto;
}
.case section.section02 .case_cont_wrap {
  justify-content: space-between;
  margin: 0 10px;
  max-width: auto;
}
.case section.section02 .case_cont_wrap .case_cont {
  margin: 0;
  padding: 0 0 50px 0;
  width: 48%;
}
}

/* case_detail.html */
.case_detail section.section02 {
  margin: 0 auto 100px;
  max-width: 940px;
  text-align: left;
}
.case_detail section.section02 p.cat01, 
.case_detail section.section02 p.cat02, 
.case_detail section.section02 p.cat03, 
.case_detail section.section02 p.cat04, 
.case_detail section.section02 p.cat05 {
  margin: 0 0 16px;
  max-width: 150px;
}
.case_detail section.section02 p.case_name {
  margin: 16px 0 32px;
  font-weight: bold;
}
.case_detail section.section02 .fotorama-wrap {
  margin: 0 100px 50px;
  padding: 0;
}
.case_detail section.section02 .text_wrap {
  margin: 0 auto 100px;
  padding: 16px 16px 40px;
  max-width: 800px;
  height: auto;
  min-height: 240px;
  border: 1px solid #666;
  text-align: left;
}
.case_detail section.section02 ul.case_detail_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  padding: 0;
  max-width: 800px;
  height: 32px;
  list-style-type: none;
}
.case_detail section.section02 ul.case_detail_btn li {
  margin: 0;
  padding: 0;
  width: 152px;
  height:32px;
  background: #009aff;
  text-align: center;
}
.case_detail section.section02 ul.case_detail_btn li.btn_prev {
  background: #009aff url(../images/common/ic_arrow_white01_l.png) no-repeat left 16px center;
}
.case_detail section.section02 ul.case_detail_btn li.btn_next {
  background: #009aff url(../images/common/ic_arrow_white01_r.png) no-repeat right 16px center;
}
.case_detail section.section02 ul.case_detail_btn li:hover {
  opacity: 0.8;
}
.case_detail section.section02 ul.case_detail_btn li a, 
.case_detail section.section02 ul.case_detail_btn li a:visited {
  display: block;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.case_detail section.section02 ul.case_detail_btn li a:hover, 
.case_detail section.section02 ul.case_detail_btn li a:active {
  text-decoration: none;
}

@media (min-width:768px) and (max-width:991px) {
.case_detail section.section02 .text_wrap, 
.case_detail section.section02 ul.case_detail_btn {
  max-width: 700px;
}
}

@media (max-width:767px) {
.case_detail section.section02 p.case_name {
  margin: 16px 10px 32px;
  font-weight: bold;
}
.case_detail section.section02 .fotorama-wrap {
  margin: 0 10px 50px;
  padding: 0;
}
.case_detail section.section02 .text_wrap, 
.case_detail section.section02 ul.case_detail_btn {
  margin: 0 20px 100px;
  max-width: auto;
}
.case_detail section.section02 ul.case_detail_btn li {
  width: 110px;
  height:32px;
  border-right: 1px solid #fff;
}
.case_detail section.section02 ul.case_detail_btn li:last-child {
  border: none;
}
}



/* company.html
---------------------------------------------------- */

/* section01 */
.company section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: #6c85f8 url(../images/company/h2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.company section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.company section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

@media (min-width:992px) and (max-width:1199px) {
.company section.section01 {
  top: 72px;
  margin: 0 auto 176px;
}
}

@media (min-width:768px) and (max-width:991px) {
.company section.section01 {
  top: 67px;
  margin: 0 auto 171px;
}
}

/* section02 */
.company section.section02 {
  margin: 0 auto 100px;
  max-width: 1000px;
  text-align: center;
  background: url(../images/company/section01_bg.jpg) no-repeat right top;
}
.company section.section02 h3 {
  margin: 0 auto;
  padding: 0 0 22px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #252525;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
.company section.section02 p {
  padding: 0 0 50px;
  color: #000;
  line-height: 32px;
}

@media (max-width:767px) {
.company section.section02 {
  width: auto;
  max-width: auto;
  height: 660px;
  background: url(../images/company/section01_bg.jpg) no-repeat center bottom;
  background-size: 50% auto;
}
.company section.section02 p .sp_only {
  display: inline;
}
}

/* section03、section04、section05*/
.company section.section03, 
.company section.section04, 
.company section.section05 {
  margin: 0 auto 100px;
  max-width: 100%;
  text-align: center;
}
.company section.section03 {
  padding: 50px 0;
  background: #ededed;
}
.company section.section04, 
.company section.section05 {
  padding: 0;
}
.company section.section03 h3, 
.company section.section04 h3, 
.company section.section05 h3 {
  margin: 0 auto;
  padding: 0 0 50px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #252525;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
.company section.section03 table.section03_table {
  margin: 0 auto;
  max-width: 750px;
  height: auto;
}
.company section.section04 table.section04_table {
  margin: 0 auto;
  max-width: 940px;
  height: auto;
}
.company section.section03 table.section03_table th, 
.company section.section04 table.section04_table th {
  margin: 0;
  padding: 16px 0 16px 48px;
  width: 137px;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #333;
}, 
.company section.section04 table.section04_table th {
  width: 143px;
}
.company section.section03 table.section03_table td, 
.company section.section04 table.section04_table td {
  margin: 0;
  padding: 16px 72px;
  width: auto;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #333;
}
.company section.section03 table.section03_table td .sp_only {
  display: none;
}
.company section.section05 .googlemap {
  margin: 0 auto;
  padding: 0;
  width: 900px;
  height: 400px;
}
.company section.section05 .googlemap iframe {
  width: 900px;
  height: 400px;
}

@media (min-width:768px) and (max-width:991px) {
.company section.section05 .googlemap {
  width: 700px;
  height: 360px;
}
.company section.section05 .googlemap iframe {
  width: 700px;
  height: 360px;
}
}

@media (max-width:767px) {
.company section.section03 table.section03_table, 
.company section.section04 table.section04_table {
  margin: 0 auto;
  width: 95%;
  max-width: auto;
  height: auto;
}
.company section.section03 table.section03_table th {
  padding: 16px 0;
  width: 100px;
  height: 92px;
  color: #252525;
  background: #ccc;
  text-align: center;
}
.company section.section04 table.section04_table th {
  padding: 16px 0;
  width: 100px;
  height: 92px;
  background: #ccc;
  text-align: center;
}
.company section.section03 table.section03_table td {
  padding: 16px 8px 16px 16px;
  height: 92px;
  background: #fff;
}
.company section.section03 table.section03_table td .sp_only {
  display: inline;
}
.company section.section04 table.section04_table td {
  padding: 16px 8px;
  height: 92px;
}
.company section.section05 .googlemap {
  width: 300px;
  height: 243px;
}
.company section.section05 .googlemap iframe {
  width: 300px;
  height: 243px;
}	
}



/* contact.html
---------------------------------------------------- */

/* section01 */
.contact section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: #6c85f8 url(../images/contact/h2_bg.jpg) no-repeat center center;
  background-size: auto 240px;
}
.contact section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.contact section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

@media (min-width:992px) and (max-width:1199px) {
.contact section.section01 {
  top: 72px;
  margin: 0 auto 176px;
}
}

@media (min-width:768px) and (max-width:991px) {
.contact section.section01 {
  top: 67px;
  margin: 0 auto 171px;
}
}

/* section02 */
.contact section.section02 {
  margin: 0 auto 100px;
  max-width: 940px;
}
.contact section.section02 p {
  padding: 0 0 50px;
}
.contact section.section02 h3 {
  margin: 0 auto;
  padding: 0 0 22px;
  font-size: 30px;
  font-size: 3rem;
  color: #252525;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.contact section.section02 .contact_no {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 700px;
  height: auto;
  border-top: 1px dotted #333;
}
.contact section.section02 .contact_no .btn_link01 {
  margin: 20px auto 0;
  padding: 0 0 0 20px;
  width: 315px;
  border-right : 1px dotted #333;
}
.contact section.section02 .contact_no .btn_link01:last-child {
  padding: 0 0 0 20px;
  width: 275px;
  border: none;
}
.contact section.section02 .contact_no .btn_link01 p.tel_link, 
.contact section.section02 .contact_no .btn_link01 p.tel_link:focus, 
.contact section.section02 .contact_no .btn_link01 p.btn_fax {
  padding: 8px 0 24px 48px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #252525;
  font-weight: bold;
  line-height: 32px;
}
.contact section.section02 .contact_no .btn_link01  p.tel_link, 
.contact section.section02 .contact_no .btn_link01  p.tel_link:focus {
  background: url(../images/common/ic_free_dial.png) no-repeat left top 5px;
}
	
.contact section.section02 .contact_no .fax_wrap p.btn_fax {
  background: url(../images/common/ic_fax.png) no-repeat left top 5px;
}

@media (min-width:768px) and (max-width:991px) {
.contact section.section02 {
  margin: 0 auto 100px;
  max-width: 740px;
}
.contact section.section02 p {
  padding: 0 40px 50px;
}
}

@media (max-width:767px) {
.contact section.section02 {
  margin: 0 auto 100px;
  max-width: 100%;
}
.contact section.section02 p {
  padding: 0 10px 50px;
}
.contact section.section02 h3 {
  font-size: 24px;
  font-size: 2.4rem;
}
.contact section.section02 .contact_no {
  display: inherit;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  height: auto;
}
.contact section.section02 .contact_no .btn_link01 {
  padding: 0;
  border: none;
}
.contact section.section02 .contact_no .btn_link01:last-child {
  padding: 0;
}
.contact section.section02 .contact_no .btn_link01  p.tel_link, 
.contact section.section02 .contact_no .btn_link01  p.tel_link:focus, 
.contact section.section02 .contact_no .btn_link01 .fax_wrap p.btn_fax {
  margin: 0 auto;
  padding: 8px 0 24px 30px;
  width: auto;
  text-align: center;
  width: 230px;
}
}

/* section03 */
.contact section.section03 {
  margin: 0 auto 50px;
  max-width: 700px;
}
.contact section.section03 h3 {
  padding: 0 0 50px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #252525;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.contact section.section03 p {
  padding: 0 0 100px;
}
.contact section.section03 table.contact_cont02_table {
  margin: 0 auto 20px;
  padding: 0;
  width: 700px;
  height: auto;
}
.contact section.section03 table.contact_cont02_table tr {
  border-bottom: 1px solid #333;
}
.contact section.section03 table.contact_cont02_table th {
  margin: 0;
  padding: 18px 0 8px 16px;
  width: 248px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.contact section.section03 table.contact_cont02_table th span {
  padding: 0 2px;
  width: 30px;
  height: 14px;
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.contact section.section03 table.contact_cont02_table th span.any {
  color:#333;
  background: #feffe9;
}
.contact section.section03 table.contact_cont02_table th span.required {
  color:#fff;
  background: #e60012;
}
.contact section.section03 table.contact_cont02_table td {
  padding: 16px 0 4px;
  width: 452px;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.contact section.section03 table.contact_cont02_table td.form_flex01 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.form-l, 
.form66 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  padding: 0.4em 0.8em;
  width: 100%;
}
.form-l:focus, 
.form66:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
::placeholder {
  color: #b1b1b1;
}
.checkbox_text {
  font-weight: normal;
}
.contact section.section03 .parsonal {
  margin: 0 auto 24px;
  padding: 16px 16px 32px;
  border: 1px solid #333;
  border-radius: 5px;
}
.contact section.section03 .parsonal h4 {
  margin: 0 auto;
  padding: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0c00ff;
  font-weight: bold;
  text-align: center;
}
.contact section.section03 .parsonal p {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact section.section03 .parsonal p .sp_only {
  display: nopne;
}
.contact section.section03 .personal_check {
  text-align: center;
}
.contact section.section03 .btn_form01 {
  margin: 40px auto;
  padding: 12px 0;
  height: 50px;
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
  background: #ccc;
}
.contact section.section03 .btn_form01.btn_link01 {
  width: 530px;
}
.contact section.section03 .btn_form01:hover {
  opacity: 0.8;
}
.contact section.section03 .btn_form01.btn_reset, 
.contact section.section03 .btn_form01.btn_back, 
.contact section.section03 .btn_form01.btn_send {
  width: 200px;
}
.contact section.section03 .btn_form01.btn_send {
  background: #070c70;
  color: #fff;
}

@media (max-width:767px) {
.contact section.section03 p {
  padding: 0 10px 50px;
}
.contact section.section03 table.contact_cont02_table {
  margin: 20px 10px;
  padding: 0;
  width: auto;
  height: auto;
}
.contact section.section03 table.contact_cont02_table tr {
  border-bottom: 1px solid #333;
}
.contact section.section03 table.contact_cont02_table th {
  margin: 0;
  padding: 18px 10px 8px 0;
  width: 30%;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.contact section.section03 table.contact_cont02_table th span.any {
  color:#333;
  background: #feffe9;
}
.contact section.section03 table.contact_cont02_table th span.required {
  color:#fff;
  background: #e60012;
}
.contact section.section03 table.contact_cont02_table td {
  padding: 16px 0 4px;
  font-size: 14px;
  width: 70%;
}
.contact section.section03 table.contact_cont02_table td.form_flex01 {
  display: inherit;
}
.contact section.section03 .parsonal {
  margin: 0 10px;
  padding: 16px 16px 32px;
  border-radius: 5px;
}
.contact section.section03 .parsonal p .sp_only {
  display: inline;
}
.contact section.section03 .btn_form01 {
  margin: 20px;
  padding: 12px 20px;
}
.contact section.section03 .btn_form01 {
  margin: 20px;
  padding: 12px 20px;
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  border: none;
  background: #ccc;
}
.contact section.section03 .btn_form01.btn_link01 {
  width: auto;
  height: auto;
}
.contact section.section03 .btn_form01:hover {
  opacity: 0.8;
}
.contact section.section03 .btn_form01.btn_reset, 
.contact section.section03 .btn_form01.btn_back, 
.contact section.section03 .btn_form01.btn_send {
  padding: 6px 20px;
  width: 120px;
}
.contact section.section03 .btn_form01.btn_send {
  background: #070c70;
  color: #fff;
}
}



/* 印刷用 print
---------------------------------------------------- */
@media print {



/* header, nav
---------------------------------------------------- */
header {
  position: relative;
  top: 0;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}


/* h1, nav 共通部分 */
header .header_h1_nav_wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 96px;
  background: #fff;
  z-index: 9999;
}
.container {
  margin: 0 auto;
  padding: 0;
  background: #fff;
  width: 100%;
  height: 96px;
}
header .h1_wrap {
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
}
header .h1_wrap h1 {
  margin: 0;
  padding: 24px 0 0 10px;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}
header .h1_wrap h1 a, 
header .h1_wrap h1 a:hover, 
header .h1_wrap h1 a:active, 
header .h1_wrap h1 a:visited {
  color:#070c70;
  text-decoration: none;
}
header .h1_wrap h1 a {
  padding: 0 0 0 48px;
  background: url(../images/common/logo.png) no-repeat left center;
}
nav.navbar {
  border: none;
  background: #fff;
}
ul.navbar-nav {
  background: #fff;
}
ul.navbar-nav li {
  margin: 24px 4px 0 4px;
  height: 54px;
  text-align: center;
  border-bottom: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  padding: 0 18px 24px;
  font-size: 14px;
  line-height: 22px;
  background-color: #fff;
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:active {
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus {
  padding: 0 18px 5px;
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:active {
  padding: 0 18px 24px;
  border-bottom: 3px solid #0a34f4;
}
.navbar-default .navbar-nav > li > a span {
  color: #252525;
  font-size: 16px;
  font-weight: bold;
}

/* ナビ電話部分 */
ul.navbar-nav li.nav_tel {
  display: block;
  margin: 26px 4px 0 16px;
  width: 214px;
  height: 54px;
  text-align: left;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link, 
.navbar-default .navbar-nav li.nav_tel p.tel_link:focus {
  padding: 4px 0 24px 48px;
  color: #009aff;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 16px;
  font-weight: bold;
  background: url(../images/common/ic_free_dial.png) no-repeat left top 1px;
}
.navbar-default .navbar-nav li.nav_tel p.tel_link span.tel_text {
  color: #252525;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
}
.navbar-default .navbar-nav li.nav_tel span.tel_text .sp_only {
  display: none;
}

/* ナビお問い合わせ */
ul.navbar-nav li.nav_contact {
  display: block;
  margin: 0 0 0 4px;
  width: 96px;
  height: 96px;
  background: #009aff;
}
ul.navbar-nav li.nav_contact:hover {
  opacity: 0.6;
}
.navbar-default .navbar-nav > li.nav_contact > .active > a,
.navbar-default .navbar-nav > li.nav_contact > .active > a:hover,
.navbar-default .navbar-nav > li.nav_contact > .active > a:focus {
  padding: 58px 0 0;
  font-size: 12px;
  border-bottom: none;
}
.navbar-default .navbar-nav > li.nav_contact > .active > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > .active > a:active {
  border-bottom: none;
}
.navbar-default .navbar-nav > li.nav_contact > a,
.navbar-default .navbar-nav > li.nav_contact > a:focus {
  padding: 58px 0 0;
  width: 96px;
  height: 96px;
  color: #fff;
  font-size: 12px;
  background: url(../images/common/ic_mail.png) no-repeat center top 25px;
}
.navbar-default .navbar-nav > li.nav_contact > a:hover, 
.navbar-default .navbar-nav > li.nav_contact > a:active {
  padding: 58px 0 0;
  border-bottom: none;
}



/* footer
---------------------------------------------------- */
footer {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: 350px;
  background: url(../images/common/footer_bg.jpg) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
}
footer .footer_left {
  float: left;
  margin: 12px 0 0 16px;
  padding: 0;
}
footer .footer_left .footer_name {
  margin: 0;
  padding: 0;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 900;
}
footer .footer_left .footer_name a, 
footer .footer_left .footer_name a:hover, 
footer .footer_left .footer_name a:active, 
footer .footer_left .footer_name a:visited {
  padding: 0 0 0 48px;
  color:#070c70;
  text-decoration: none;
  background: url(../images/common/logo.png) no-repeat left center;
}
footer .footer_left .footer_adress {
  margin: 0;
  padding: 0;
}
footer .footer_left .footer_adress p {
  font-size: 16px;
  font-size: 1.6rem;
  color: #252525;
}
footer ul.footer_menu {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  float: right;
  margin: 40px 16px 0 0;
  padding: 0;
  list-style-type: none;
}
footer ul.footer_menu li {
  margin: 0;
  padding: 0 56px 0 0;	
}
footer ul.footer_menu li:last-child {
  padding: 0;
}
footer ul.footer_menu li a {
  font-size: 14px;
  font-size: 1.4rem;
  color:#252525;
}
footer .footer_copy {
  margin: 300px auto 0;
  padding: 0;
  width: 200px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
}
footer .footer_copy p {
  display: inline-block;
  margin: 0;
  padding: 0;
}



/* トップへ戻る
---------------------------------------------------- */
.gototop {
  position: relative;
  margin:40px 40px 0;
  padding: 0;
  height: 49px;
  text-align: right;
}
.gototop a:hover {
  text-decoration: none;
}



/* 各ページ
---------------------------------------------------- */
section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}


/*section01*/
.index section.section01 {
  width: auto;
  height: 596px;
}
.index section.section01 .slider {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: auto;
  z-index: 5;
}
.index section.section01 .bx-wrapper {
  border: none;
  box-shadow: none;
}
.index section.section01 .bx-wrapper .bx-pager, 
.index section.section01 .bx-wrapper .bx-prev, 
.index section.section01 .bx-wrapper .bx-next {
  display: none;
}
.index section.section01 .index_h2_wrap {
  position: absolute;
  top: 315px;
  right: 335px;
  margin: 0;
  padding: 0;
  width: 1000px;
  height: auto;
  z-index: 1000;
}
.index section.section01 .index_h2_wrap h2 {
  margin: 0 0 28px;
  font-size: 54px;
  font-size: 5.4rem;
  color: #070c70;
  font-weight: bold;
}
.index section.section01 .index_h2_wrap p {
  margin: 0 0 0 5px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  color: #070c70;
  font-weight: bold;
  line-height: 36px;
}


/*section02～05共通*/
.index section.section02, 
.index section.section03, 
.index section.section04, 
.index section.section05 {
  margin: 50px auto 100px;
  padding: 0;
  text-align: center;
}
.index section.section02 h3, 
.index section.section03 h3, 
.index section.section04 h3, 
.index section.section05 h3 {
  padding: 0 0 50px;
  font-size: 40px;
  font-size: 4rem;
  color: #070c70;
  font-weight: bold;
  line-height: 38px;
}
section.section02 h3 span, 
section.section03 h3 span, 
section.section04 h3 span, 
section.section05 h3 span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}
.index section.section02 p, 
.index section.section03 p, 
.index section.section04 p, 
.index section.section05 p {
  font-size: 16px;
  font-size: 1.6rem;
}

/*section02*/
.index section.section02 p {
  margin: 0 0 50px;
}
.index section.section02 ul {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.index section.section02 ul li {
  margin: 0;
  padding: 0;
  width: 34%;
  height: 400px;
}
.index section.section02 ul li:hover {
  opacity: 0.7;
}
.index section.section02 ul li a {
  display: block;
  margin: 0;
  padding: 170px 0 0;
  font-size: 32px;
  font-size: 3.2rem;
  color: #fff;
  font-weight: bold;
}
.index section.section02 ul li a:hover {
  text-decoration: none;
}
.index section.section02 ul li.menu01 {
  background: url(../images/index/section02_img01.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section02 ul li.menu02 {
  background: url(../images/index/section02_img02.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section02 ul li.menu03 {
  background: url(../images/index/section02_img03.jpg) no-repeat center center;
  background-size: cover;
}

/*section03*/
.index section.section03 {
  padding: 70px 0;
  width: 100%;
  height: auto;
  background: url(../images/index/section03_bg.jpg) no-repeat center center;
  background-size: cover;
}
.index section.section03 h3 {
  color: #fff;
}
.index section.section03 p {
  color:#fff;
}

/*section04*/
.index section.section04 {
  text-align: left;
  overflow: hidden;
}
.index section.section04 .section04_cont_wrap {
  margin: 0 auto;
  padding: 0;
  width: 1200px;
  height: 660px;
  background: url(../images/index/section04_img.jpg) no-repeat left top;
  background-size: contain;
}
.index section.section04 .section04_cont_wrap .cont_wrap {
  float:right;
  margin: 0;
  padding: 200px 0 0;
  width: 548px;
  height: auto;
}

/*section05*/
.index section.section05 {
  text-align: left;
  background: #e7e7e7;
}
.index section.section05 .section05_cont_wrap {
  margin: 0 auto;
  padding: 50px 0;
  width: 940px;
  height: auto;
  overflow: hidden;
}
.index section.section05 .section05_cont_wrap .cont_wrap {
  float: left;
  margin: 0;
  padding: 0;
  width: 470px;
  height: auto;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap {
  margin: 30px 0 0;
  padding: 0;
  width: 470px;
  height: auto;
  list-style-type: none;
  overflow: hidden;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap {
  float: left;
  width: 240px;
  height: 72px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap h4 {
  padding: 0 0 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #252525;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap p.tel {
  margin: 0;
  padding: 0 0 0 50px;
  width: 230px;
  height: 40px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #009aff;
  line-height: 24px;
  background: url(../images/common/ic_free_dial.png) no-repeat left top;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.tel_wrap p.tel span.tel_text {
  font-size: 10px;
  font-size: 1rem;
  color: #252525;
  font-weight: normal;
  line-height: 10px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap {
  float: right;
  display: block;
  width: 220px;
  height: 80px;
  background: #009aff;
  text-align: center;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap:hover {
	cursor: pointer;
	opacity: 0.8
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap h4 {
  margin: 0 auto;
  padding: 15px 0 60px;
  width: 220px;
  height: 40px;
  background: url(../images/common/ic_mail.png) no-repeat center top 40px;
}
.index section.section05 .section05_cont_wrap .cont_wrap ul.tel_mail_wrap li.mail_wrap h4 a {
  margin: 0 auto;
  padding: 0;
  width: 220px;
  height: 60px;
  color: #fff;
}
.index section.section05 .section05_cont_wrap .googlemap {
  float: right;
  margin: 0;
  padding: 0;
  width: 300px;
  height: 243px;
}
.index section.section05 .section05_cont_wrap .googlemap iframe {
  width: 300px;
  height: 243px;
}



/* その他共通
---------------------------------------------------- */



/*追加20191116*/
/* リンクボタン */
.btn_link01 {
  margin: 40px auto 0;
  padding: 0;
  width: 275px;
  height: auto;
}
.btn_link02 {
  margin: 40px 0 0;
  padding: 0;
  width: 275px;
  height: auto;
}
.btn_normal a, 
.btn_navy a {
  display: block;
  margin: 0;
  padding: 12px 0;
  width: 275px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}
.btn_normal:hover, 
.btn_navy:hover {
  cursor: pointer;
}
  

/* 背景白文字黒 */
.btn_normal a {
  color: #252525;
  background: #fff;
}
.btn_normal a:hover {
  color: #fff;
  background: #070c70;
  text-decoration: none;
}

/* 背景青文字白 */
.btn_navy a {
  color: #fff;
  background: #070c70;
}
.btn_navy a:hover {
  color: #070c70;
  background: #fff;
  text-decoration: none;
  border: 1px solid #333;
}
.btn_link01 .tel_fax_wrap {
  display: block;
  margin: 0;
  padding: 12px 0;
  width: 100%;
  font-size: 24px;
  color: #333;
  text-align: center;
  background: #fff;
  border: 1px solid #333;
}

/* 背景白文字黒電話アイコン有 */
.btn_link01 .tel_fax_wrap .btn_tel {
  padding: 0 0 0 24px;
  background: #fff url(../images/common/ico_tel.png) no-repeat left top 10px;
}

/* 背景白文字黒FAXアイコン有 */
.btn_link01 .tel_fax_wrap .btn_fax {
  padding: 0 0 0 32px;
  background: #fff url(../images/contact/ico_fax.png) no-repeat left top 8px;
}



/* business.html
---------------------------------------------------- */

/* section01 */
.business section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: #6c85f8 url(../images/business/h2_bg.jpg) no-repeat center center;
  background-size: cover;
}
.business section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.business section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* section02 */
.business section.section02 {
  margin: 0 auto 150px;
  padding: 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.business section.section02 h3 {
  margin: 0 auto 50px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
.business section.section02 p {
  line-height: 32px;
}
.business section.section02 h3 .sp_only, 
.business section.section02 p .sp_only {
  display: none;
}

/* section03 */
.business section.section03 {
  margin: 0 auto 100px;
  padding: 0;
  width: 100%;
  height: auto;
}
.business section.section03 p.subttl {
  margin: 0 auto 50px;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
}
.business section.section03 .business_cont_wrap {
  margin: 0 auto 100px;
  padding: 0;
  width: 100%;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap {
  margin: 0 auto;
  padding: 0 0 100px;
  width: 100%;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont01 {
  background: url(../images/business/cont01_bg.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 {
  background: url(../images/business/cont02_bg.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 {
  background: url(../images/business/cont03_bg.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap {
  margin: 0 auto 50px;
  padding: 0;
  width: 100%;
  height: 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap .h3_wrap h3 {
  margin: 0 auto;
  padding: 10px 0;
  width: 940px;
  height: auto;
  font-size: 24px;
  font-size: 2.4rem;color: #fff;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont01 .h3_wrap {
  background: url(../images/business/h3_bg01.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont02 .h3_wrap {
  background: url(../images/business/h3_bg02.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap.cont03 .h3_wrap {
  background: url(../images/business/h3_bg03.jpg) no-repeat center top;
  background-size: cover;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap {
  margin: 0 auto;
  padding: 0;
  width: 940px;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap p {
  margin: 0 0 50px;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  align-content: flex-start;
  margin: 0 auto;
  padding: 0;
  max-width: 940px;
  height: auto;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont {
  margin: 0 20px 0 0;
  padding: 8px 16px;
  width: 298px;
  height: auto;
  background: #fff;
  border: 1px solid #666;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont h4 {
  margin: 0;
  padding: 0 0 16px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont p.img_wrap img {
  margin: 0;
  padding: 0;
  width: 264px;
  height: 181px;
  border: 1px solid #ccc;
}
.business section.section03 .business_cont_wrap .cont_wrap .detail_wrap .detail_cont_wrap .detail_cont ul {
  margin: 0 0 50px;
  padding: 0;
  list-style-type: none;
}



/* case.html, case_detail.html
---------------------------------------------------- */

/* section01 */
.case section.section01, 
.case_detail section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: url(../images/case/h2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.case section.section01 h2, 
.case_detail section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.case section.section01 h2 span, 
.case_detail section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* section02 */
.case section.section02 {
  margin: 0 auto 100px;
  max-width: 1200px;
}
.case section.section02 ul.category_menu {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0 0 140px;
  width: 100%;
  height: 28px;
  list-style-type: none;  
}
.case section.section02 ul.category_menu li {
  margin: 0 16px 0 0;
  padding: 0 8px;
  width: auto;
  min-width: 104px;
  height: 28px;
}
.case section.section02 ul.category_menu li a, 
.case section.section02 ul.category_menu li a:hover, 
.case section.section02 ul.category_menu li a:active, 
.case section.section02 ul.category_menu li a:visited {
  display: block;
  width: auto;
  min-width: 104px;
  height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
}

/* カテゴリーメニューボタン */
.cat01, .cat02, .cat03, .cat04, .cat05 {
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.cat01 {
  color: #0a34f4;
  border: 2px solid #0a34f4;
  text-align: center;
}
.cat02 {
  color: #00d8ff;
  border: 2px solid #00d8ff;
  text-align: center;
}
.cat03 {
  color: #ffa800;
  border: 2px solid #ffa800;
  text-align: center;
}
.cat04 {
  color: #009944;
  border: 2px solid #009944;
  text-align: center;
}
.cat05 {
  color: #ff0000;
  border: 2px solid #ff0000;
  text-align: center;
}
.cat01.active {
  color: #fff;
  background: #0a34f4;
}
.cat02.active {
  color: #fff;
  background: #00d8ff;
}
.cat03.active {
  color: #fff;
  background: #ffa800;
}
.cat04.active {
  color: #fff;
  background: #009944;
}
.cat05.active {
  color: #fff;
  background: #ff0000;
}
.case section.section02 ul.category_menu li.cat01:hover {
  background: #0a34f4;
  border: 2px solid #0a34f4;
}
.case section.section02 ul.category_menu li.cat02:hover {
  background: #00d8ff;
  border: 2px solid #00d8ff;
}
.case section.section02 ul.category_menu li.cat03:hover {
  background: #ffa800;
  border: 2px solid #ffa800;
}
.case section.section02 ul.category_menu li.cat04:hover {
  background: #009944;
  border: 2px solid #009944;
}
.case section.section02 ul.category_menu li.cat05:hover {
  background: #ff0000;
  border: 2px solid #ff0000;
}
.cat01 a, 
.cat01 a:visited {
  color: #0a34f4;
}
.cat02 a, 
.cat02 a:visited {
  color: #00d8ff;
}
.cat03 a, 
.cat03 a:visited {
  color: #ffa800;
}
.cat04 a, 
.cat04 a:visited {
  color: #009944;
}
.cat05 a, 
.cat05 a:visited {
  color: #ff0000;
}
.cat01.active a, 
.cat01.active a:visited, 
.cat01 a:hover, 
.cat01 a:active, 
.cat02.active a, 
.cat02.active a:visited, 
.cat02 a:hover, 
.cat02 a:active, 
.cat03.active a, 
.cat03.active a:visited, 
.cat03 a:hover, 
.cat03 a:active, 
.cat04.active a, 
.cat04.active a:visited, 
.cat04 a:hover, 
.cat04 a:active, 
.cat05.active a, 
.cat05.active a:visited, 
.cat05 a:hover, 
.cat05 a:active {
  color: #fff;
}
.case section.section02 .case_cont_wrap, 
.case section.section02 .case_paging_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 940px;
  height: auto;
}
.case section.section02 .case_cont_wrap .case_cont {
  margin: 0 60px 0 0;
  padding: 0 0 50px 0;
  width: 250px;
  height: auto;
}
.photo-ofi {
	position: relative;
	display: block;
	margin-bottom: 10px;
	padding-bottom: 75%; /* 高さを指定（ボックスの横幅を基準） */
	height: 0;
	background-color: #dedede;
	overflow: hidden;
}
.photo-ofi img {
	position: absolute;
	left: 0;
	top: 0;
	max-width: inherit;
	max-height: inherit;
	width: 100%;
	height: 100%;
	max-width: 250px;
	max-height: 200px;
	object-fit: scale-down;
	font-family: 'object-fit: scale-down;';
}
.case section.section02 .case_cont_wrap .case_cont p.case_name {
  margin: 16px 0;
  font-weight: bold;
}
.case section.section02 .case_cont_wrap .case_cont p.btn_detail {
  margin: 0;
  padding: 0;
  width: auto;
  height: 24px;
  text-align: center;
}
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a, 
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a:visited {
  padding: 2px 20px 4px;
  color: #414141;
  background: #d3d3d3 url(../images/common/ic_arrow_black_8x8.png) no-repeat right 6px center;
}
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a:hover, 
.case section.section02 .case_cont_wrap .case_cont p.btn_detail a:active {
  text-decoration: none;
  opacity: 0.8;
}

/* paging */
div.paging {
  margin: 0 auto;
  padding: 0;
}
div.paging span.current,
div.paging span.paging-text{margin:0px 2px;color:#333;border:1px solid #ccc;display:inline;zoom:1;display:inline-block;overflow:hidden;text-decoration:none;}
div.paging span.paging-text a{padding:3px 8px; display:block;}
div.paging span.current{background: #070c70;border:1px solid #636;color:#fff;display:inline;zoom:1;padding:3px 8px;text-decoration:none;display:inline-block; cursor:pointer;}
div.paging span.paging-text a:hover{background: #CCC;color: #fff;text-decoration:none;cursor:pointer;}

.case section.section02 .case_cont_wrap .paging {
  margin: 0 auto;
}

/* case_detail.html */
.case_detail section.section02 {
  margin: 0 auto 100px;
  max-width: 940px;
  text-align: left;
}
.case_detail section.section02 p.cat01, 
.case_detail section.section02 p.cat02, 
.case_detail section.section02 p.cat03, 
.case_detail section.section02 p.cat04, 
.case_detail section.section02 p.cat05 {
  margin: 0 0 16px;
  max-width: 150px;
}
.case_detail section.section02 p.case_name {
  margin: 16px 0 32px;
  font-weight: bold;
}
.case_detail section.section02 .fotorama-wrap {
  margin: 0 100px 50px;
  padding: 0;
}
.case_detail section.section02 .text_wrap {
  margin: 0 auto 100px;
  padding: 16px 16px 40px;
  max-width: 800px;
  height: auto;
  min-height: 240px;
  border: 1px solid #666;
  text-align: left;
}
.case_detail section.section02 ul.case_detail_btn {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  padding: 0;
  max-width: 800px;
  height: 32px;
  list-style-type: none;
}
.case_detail section.section02 ul.case_detail_btn li {
  margin: 0;
  padding: 0;
  width: 152px;
  height:32px;
  background: #009aff;
  text-align: center;
}
.case_detail section.section02 ul.case_detail_btn li.btn_prev {
  background: #009aff url(../images/common/ic_arrow_white01_l.png) no-repeat left 16px center;
}
.case_detail section.section02 ul.case_detail_btn li.btn_next {
  background: #009aff url(../images/common/ic_arrow_white01_r.png) no-repeat right 16px center;
}
.case_detail section.section02 ul.case_detail_btn li:hover {
  opacity: 0.8;
}
.case_detail section.section02 ul.case_detail_btn li a, 
.case_detail section.section02 ul.case_detail_btn li a:visited {
  display: block;
  margin: 0;
  padding: 6px 0;
  width: 100%;
  height: 32px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
.case_detail section.section02 ul.case_detail_btn li a:hover, 
.case_detail section.section02 ul.case_detail_btn li a:active {
  text-decoration: none;
}



/* company.html
---------------------------------------------------- */

/* section01 */
.company section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: #6c85f8 url(../images/company/h2_bg.jpg) no-repeat center center;
  background-size: cover;
}

.company section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.company section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* section02 */
.company section.section02 {
  margin: 0 auto 100px;
  max-width: 1000px;
  text-align: center;
  background: url(../images/company/section01_bg.jpg) no-repeat right top;
}
.company section.section02 h3 {
  margin: 0 auto;
  padding: 0 0 22px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #252525;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
.company section.section02 p {
  padding: 0 0 50px;
  color: #000;
  line-height: 32px
}

/* section03、section04、section05*/
.company section.section03, 
.company section.section04, 
.company section.section05 {
  margin: 0 auto 100px;
  max-width: 100%;
  text-align: center;
}
.company section.section03 {
  padding: 50px 0;
  background: #ededed;
}
.company section.section04, 
.company section.section05 {
  padding: 0;
}
.company section.section03 h3, 
.company section.section04 h3, 
.company section.section05 h3 {
  margin: 0 auto;
  padding: 0 0 50px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #252525;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
}
.company section.section03 table.section03_table {
  margin: 0 auto;
  max-width: 750px;
  height: auto;
}
.company section.section04 table.section04_table {
  margin: 0 auto;
  max-width: 940px;
  height: auto;
}
.company section.section03 table.section03_table th, 
.company section.section04 table.section04_table th {
  margin: 0;
  padding: 16px 0 16px 48px;
  width: 137px;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #333;
}, 
.company section.section04 table.section04_table th {
  width: 143px;
}
.company section.section03 table.section03_table td, 
.company section.section04 table.section04_table td {
  margin: 0;
  padding: 16px 72px;
  width: auto;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #333;
}
.company section.section05 .googlemap {
  margin: 0 auto;
  padding: 0;
  width: 900px;
  height: 400px;
}
.company section.section05 .googlemap iframe {
  width: 900px;
  height: 400px;
}



/* contact.html
---------------------------------------------------- */

/* section01～section03共通 */
section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}

/* section01 */
.contact section.section01 {
  top: 96px;
  margin: 0 auto 200px;
  width: 100%;
  height: 240px;
  background: #6c85f8 url(../images/contact/h2_bg.jpg) no-repeat center center;
  background-size: auto 240px;
}
.contact section.section01 h2 {
  padding: 80px 0 0;
  font-size: 48px;
  font-size: 4.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: 1px;
  text-align: center;
}
.contact section.section01 h2 span {
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: normal;
}

/* section02 */
.contact section.section02 {
  margin: 0 auto 100px;
  max-width: 940px;
}
.contact section.section02 p {
  padding: 0 0 50px;
}
.contact section.section02 h3 {
  margin: 0 auto;
  padding: 0 0 22px;
  font-size: 30px;
  font-size: 3rem;
  color: #252525;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.contact section.section02 .contact_no {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
  width: 700px;
  height: auto;
  border-top: 1px dotted #333;
}
.contact section.section02 .contact_no .btn_link01 {
  margin: 20px auto 0;
  padding: 0 0 0 20px;
  width: 315px;
  border-right : 1px dotted #333;
}
.contact section.section02 .contact_no .btn_link01:last-child {
  padding: 0 0 0 20px;
  width: 275px;
  border: none;
}
.contact section.section02 .contact_no .btn_link01 p.tel_link, 
.contact section.section02 .contact_no .btn_link01 p.tel_link:focus, 
.contact section.section02 .contact_no .btn_link01 p.btn_fax {
  padding: 8px 0 24px 48px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #252525;
  font-weight: bold;
  line-height: 32px;
}
.contact section.section02 .contact_no .btn_link01  p.tel_link, 
.contact section.section02 .contact_no .btn_link01  p.tel_link:focus {
  background: url(../images/common/ic_free_dial.png) no-repeat left top 5px;
}
	
.contact section.section02 .contact_no .fax_wrap p.btn_fax {
  background: url(../images/common/ic_fax.png) no-repeat left top 5px;
}

/* section03 */
.contact section.section03 {
  margin: 0 auto 50px;
  max-width: 700px;
}
.contact section.section03 h3 {
  padding: 0 0 50px;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #252525;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}
.contact section.section03 p {
  padding: 0 0 100px;
}
.contact section.section03 table.contact_cont02_table {
  margin: 0 auto 20px;
  padding: 0;
  width: 700px;
  height: auto;
}
.contact section.section03 table.contact_cont02_table tr {
  border-bottom: 1px solid #333;
}
.contact section.section03 table.contact_cont02_table th {
  margin: 0;
  padding: 18px 0 8px 16px;
  width: 248px;
  height: auto;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
}
.contact section.section03 table.contact_cont02_table th span {
  padding: 0 2px;
  width: 30px;
  height: 14px;
  font-size: 10px;
  font-size: 1rem;
  border: 1px solid #ccc;
}
.contact section.section03 table.contact_cont02_table th span.any {
  color:#333;
  background: #feffe9;
}
.contact section.section03 table.contact_cont02_table th span.required {
  color:#fff;
  background: #e60012;
}
.contact section.section03 table.contact_cont02_table td {
  padding: 16px 0 4px;
  width: 452px;
  height: auto;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
.contact section.section03 table.contact_cont02_table td.form_flex01 {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.form-l, 
.form66 {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f6f6f6;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 5px;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  padding: 0.4em 0.8em;
  width: 100%;
}
.form-l:focus, 
.form66:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}
::placeholder {
  color: #b1b1b1;
}
.checkbox_text {
  font-weight: normal;
}
.contact section.section03 .parsonal {
  margin: 0 auto 24px;
  padding: 16px 16px 32px;
  border: 1px solid #333;
  border-radius: 5px;
}
.contact section.section03 .parsonal h4 {
  margin: 0 auto;
  padding: 0 0 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0c00ff;
  font-weight: bold;
  text-align: center;
}
.contact section.section03 .parsonal p {
  padding: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.contact section.section03 .parsonal p .sp_only {
  display: nopne;
}
.contact section.section03 .personal_check {
  text-align: center;
}
.contact section.section03 .btn_form01.btn_link01 {
  width: 530px;
}
.contact section.section03 .btn_form01:hover {
  opacity: 0.8;
}
.contact section.section03 .btn_form01.btn_reset, 
.contact section.section03 .btn_form01.btn_back, 
.contact section.section03 .btn_form01.btn_send {
  width: 200px;
}
.contact section.section03 .btn_form01.btn_send {
  background: #070c70;
  color: #fff;
}
}