@charset "UTF-8";
/**
 * Reset
 */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; }

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

 section { display: block; }

audio, canvas, video { display: inline-block; max-width: 100%; }

html { overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

ul, ol { list-style: none; }

blockquote, q { quotes: none; }

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

a:focus { outline: none; }

ins { text-decoration: none; }

mark { font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; width: 100%; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ddd; margin: 1em 0; padding: 0; }

button, input, select, textarea { outline: 0; font-size: 100%; }

input, textarea { -webkit-appearance: none; border-radius: 0; }

input[type="checkbox"] { -webkit-appearance: checkbox; }

input[type="radio"] { -webkit-appearance: radio; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

img { -ms-interpolation-mode: bicubic; }

/* clearfix */
.clearfix:after { content: "."; display: block; clear: both; height: 0; font-size: 0.1em; line-height: 0; visibility: hidden; overflow: hidden; }

.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1%; }

.clearfix { display: block; }
/* end MacIE5 */

/**
 * Base
 */

body { font-family: "Segoe UI", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; font-weight: normal; font-style: normal; background: #fff; color: #000; font-size: 14px; line-height: 1; min-width: 320px; overflow-x: hidden; position:relative; -webkit-font-smoothing: antialiased; }

a { color: #000; text-decoration: none; }

b, strong { font-weight: 700; }

big { font-size: larger; }

small { font-size: 80%; }

sub { vertical-align: sub; font-size: smaller; }

sup { vertical-align: super; font-size: smaller; }

i, cite, em, var, address, dfn { font-style: italic; }

tt, code, kbd, samp { font-family: monospace; }

u, ins { text-decoration: underline; }

img { vertical-align: bottom; }

a, input, button, .p-button, .p-article__title, .p-category-item, .p-index-archive__item-category, .p-index-about__image-label { -webkit-transition-property: background-color, border-color, color, opacity; -webkit-transition-duration: 0.2s; -webkit-transition-timing-function: ease; -moz-transition-property: background-color, border-color, color, opacity; -moz-transition-duration: 0.2s; -moz-transition-timing-function: ease; -ms-transition-property: background-color, border-color, color, opacity; -ms-transition-duration: 0.2s; -ms-transition-timing-function: ease; transition-property: background-color, border-color, color, opacity; transition-duration: 0.2s; transition-timing-function: ease; }

.rich_font { font-family: "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; font-weight:500; }

.p-logo, .p-header-content__catch, .p-header-content__desc {
font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-weight: 500; }

/**
 * keyframes
 */

/* loading-anime */
@-webkit-keyframes loading-anime {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-anime {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* headerSlideDown */
@-webkit-keyframes headerSlideDown {
	0% { top: -70px; }
	100% { top: 0; }
}
@keyframes headerSlideDown {
	0% { top: -70px; }
	100% { top: 0; }
}

@-webkit-keyframes headerSlideDown2 {
	0% { top: -38px; }
	100% { top: 32px; }
}
@keyframes headerSlideDown2 {
	0% { top: -38px; }
	100% { top: 32px; }
}

@-webkit-keyframes headerSlideDown3 {
	0% { top: -24px; }
	100% { top: 46px; }
}
@keyframes headerSlideDown3 {
	0% { top: -24px; }
	100% { top: 46px; }
}

/**
 * Layout
 */

/* Header */
.l-header { display: block; position: relative; width: 100%; z-index: 999; }

.l-header__bar { background: rgba(255, 255, 255, 1); position: relative; width: 100%; z-index: 998; }
body.l-header__fix .is-header-fixed .l-header__bar { background: rgba(255, 255, 255, 1); }
.l-header a, .p-global-nav a { color: #000000; }
@media (min-width: 992px) {
	body.l-header__fix .is-header-fixed .l-header__bar { width: 100%; position: fixed; top: 0; left: 0; -webkit-animation: headerSlideDown 0.5s ease; animation: headerSlideDown 0.5s ease; }
}
@media only screen and (max-width: 991px) {
	body.l-header__fix--mobile .is-header-fixed .l-header__bar { width: 100%; position: fixed; top: 0; left: 0; -webkit-animation: headerSlideDown 0.5s ease; animation: headerSlideDown 0.5s ease; }
}

/* Footer */
.l-footer { display: block; }

/* Inner */
.l-inner { margin-left: auto; margin-right: auto; position: relative; width: 88.8888%; max-width: 1180px; }

/* main */
.l-main { display: block; }

/* columns */
.l-2columns { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
.l-2columns .l-primary { width: 830px; width: -webkit-calc(100% - 350px); width: -moz-calc(100% - 350px); width: calc(100% - 350px); }
.l-secondary { width: 300px; }
.l-sidebar--type1 .l-2columns .l-primary { -webkit-order: 1; -ms-order: 1; order: 1; }
@media only screen and (max-width: 991px) {
	.l-2columns { display: block; }
	.l-2columns .l-primary { width: 100%; }
	.l-secondary { margin-top: 30px; width: 100%; }
}

/* adminbar */
@media only screen and (min-width: 783px) {
	body.admin-bar { padding-top: 32px; }
	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar,
	body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile { top: 32px; -webkit-animation: headerSlideDown2 0.5s ease; animation: headerSlideDown2 0.5s ease; }
}
@media only screen and (max-width: 782px) {
	body.admin-bar { padding-top: 46px; }
	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar,
	body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile { top: 46px; -webkit-animation: headerSlideDown3 0.5s ease; animation: headerSlideDown3 0.5s ease; }
}
@media only screen and (max-width: 600px) {
	body.admin-bar.l-header__fix .is-header-fixed .l-header__bar,
	body.admin-bar.l-header__fix--mobile .is-header-fixed .l-header__bar--mobile { top: 0; -webkit-animation: headerSlideDown 0.5s ease; animation: headerSlideDown 0.5s ease; }
}

/**
 * Component
 */

/* Load */
@-webkit-keyframes loading-circle {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-circle {
	0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes loading-square-base {
	0% { bottom: 10px; opacity: 0; }
	5%, 50% { bottom: 0; opacity: 1; }
	55%, 100% { bottom: -10px; opacity: 0; }
}
@keyframes loading-square-base {
	0% { bottom: 10px; opacity: 0; }
	5%, 50% { bottom: 0; opacity: 1; }
	55%, 100% { bottom: -10px; opacity: 0; }
}
@-webkit-keyframes loading-dots-fadein { 100% { opacity: 1; } }
@keyframes loading-dots-fadein { 100% { opacity: 1; } }
@-webkit-keyframes loading-dots-first-dot { 100% { -webkit-transform: translate(1em); transform: translate(1em); opacity: 1; } }
@keyframes loading-dots-first-dot { 100% { -webkit-transform: translate(1em); transform: translate(1em); opacity: 1; } }
@-webkit-keyframes loading-dots-middle-dots { 100% { -webkit-transform: translate(1em); transform: translate(1em); } }
@keyframes loading-dots-middle-dots { 100% { -webkit-transform: translate(1em); transform: translate(1em); } }
@-webkit-keyframes loading-dots-last-dot { 100% { -webkit-transform: translate(2em); transform: translate(2em); opacity: 0; } }
@keyframes loading-dots-last-dot { 100% { -webkit-transform: translate(2em); transform: translate(2em); opacity: 0; } }
#site-wrap { display: none; }

#site_loader_overlay { background: #fff; opacity: 1; position: fixed; bottom: 0; left: 0; right:0; top: 0; width: 100%; height: 100%; z-index: 99999; }

/* type1 */
.c-load { width: 48px; height: 48px; font-size: 10px; text-indent: -9999em; position: fixed; top: 0; left: 0; right: 0; bottom: 0; margin: auto; border-radius: 50%; -webkit-animation: loading-circle 1.1s infinite linear; animation: loading-circle 1.1s infinite linear; border: 3px solid rgba(0, 0, 0, 0.2); border-top-color: #ff7d00; }

@media only screen and (max-width: 767px) {
	.c-load { width: 30px; height: 30px; }
	#site_loader_animation i { width: 0.25em; height: 0.25em; margin: 0 0.125em; }
}

/* menu button */
.c-menu-button { display: none; position: absolute; top: 0; right: 0; text-align: center; }
.c-menu-button::before { content: "MENU"; font-size: 14px; }
@media only screen and (max-width: 1199px) {
	.c-menu-button { display: block; }
}

/**
 * Project
 */

.l-main { background: #fff; padding-bottom: 0; }
@media only screen and (max-width: 991px) {
	.l-main { background: transparent; padding-bottom: 40px; }
}

/* header type2常に表示 type3スライドダウンして表示 type4非表示 */
@media (min-width: 1200px) {
	body.l-header--type2 .l-header.is-header-fixed { height: 80px; }
	body.l-header--type3 .l-header { display: none; }
	body.l-header--type3 .l-header.is-header-fixed { display: block; }
	body.l-header--type4 .l-header { display: none; }
}
@media only screen and (max-width: 1199px) {
	body.l-header--type2--mobile .l-header.is-header-fixed { height: 61px; }
	body.l-header--type3--mobile .l-header { display: none; }
	body.l-header--type3--mobile .l-header.is-header-fixed { display: block; }
	body.l-header--type4--mobile .l-header { display: none; }
}

/* header bar */
.p-header__bar { position: relative; }
.p-header__bar__inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; min-height: 80px; position: relative; }
@media only screen and (max-width: 1199px) {
	.p-header__bar__inner { height: 60px; min-height: 60px; position: static; }
}

/* header logo */
.p-header__logo { flex: 0 0 auto; }
.p-header__logo img { display: block; max-width: 100%; height: auto; }
.p-header__logo--text { font-size: 30px; line-height: 1.2; }
.p-header__logo--mobile { display: none; }
.p-header__logo--mobile img { width: 145px; height: auto; }
@media only screen and (max-width: 1199px) {
	.p-header__logo { display: none; }
	.p-header__logo--mobile { display: block; }
	.p-header__logo--text { font-size: 24px; }
}

/* menu button */
@media only screen and (max-width: 1199px) {
	.p-menu-button { line-height: 60px; height: 60px; width: 60px; }
}

/* global nav */
@media (min-width: 1200px) {
	.p-global-nav__container { margin-left: 30px; }
	.p-global-nav { display: -webkit-box !important; display: -webkit-flex !important; display: -ms-flexbox !important; display: flex !important; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; position: relative; }
	.p-global-nav a { display: block; }
	.p-global-nav li { position: relative; }
	.p-global-nav > li > a { display: block; font-size: 14px; font-weight: 400; height: 80px; line-height: 80px; overflow: hidden; text-align: center; padding: 0 5px; }
	.p-global-nav > li:hover, .p-global-nav > li.current-menu-item, .p-global-nav > li.is-active { z-index: 2; }
	.p-global-nav a:hover, .p-global-nav > li:hover > a, .p-global-nav > li.current-menu-item > a, .p-global-nav > li.is-active > a { color: #ff7d00; }
}
@media (max-width: 1199px) {
	.p-global-nav { display: none; width: 100%; max-height: calc(100vh - 61px); overflow: auto; text-align: left; position: absolute; top: 60px; left: 0; z-index: 1000; background-color: rgba(0,0,0, 1); }
	.p-global-nav a { display: block; line-height: 1.4; min-height: 1.4em; padding: 13px 41px 13px 22px; width: 100%; position: relative; color: #ffffff; }
    .p-global-nav .current-menu-item > a { background-color: #ff7d00; color: #ffffff; }
}

/* page header */
.p-page-header { margin-bottom: 6px; padding: 47px 0 45px; }
.p-page-header .p-page-header__inner { opacity: 0; text-align: center; }
.p-page-header__title { color: #000; font-size: 46px; line-height: 1.2; margin: 0; }
.p-page-header__desc { font-size: 16px; line-height: 2.2; }
.p-page-header__title + .p-page-header__desc { margin-top: -9px; }
.p-page-header__image { background-position: center center; background-size: cover; position: relative; margin-bottom: 50px; }
.p-page-header__image .p-page-header__overlay { background: rgba(0, 0, 0, 0.5); display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; min-height: 600px; width: 100%; }
.p-page-header__image .p-page-header__inner { opacity: 0; padding: 30px 0; text-align: center; }
.p-page-header__image .p-page-header__title { color: #fff; }
.p-page-header__image .p-page-header__desc { color: #fff; }
.p-page-header__image .p-page-header__title + .p-page-header__desc { margin: 0; }
.p-page-header.is-active .p-page-header__inner, .p-page-header__image.is-active .p-page-header__inner { opacity: 1; -webkit-transition: opacity 1s ease 1s; -moz-transition: opacity 1s ease 1s; -ms-transition: opacity 1s ease 1s; transition: opacity 1s ease 1s; }
_:-ms-input-placeholder, :root .p-page-header__image .p-page-header__overlay { /* ie hack for align-items: center; */ height: 0; }
@media only screen and (max-width: 991px) {
	.p-page-header { background: #f4f4f4; margin-bottom: 30px; padding: 9px 0; }
	body.l-header--type1--mobile .p-page-header, body.l-header--type2--mobile .p-page-header { border-top: 1px solid #ddd; }
	.p-page-header .p-page-header__title { font-size: 30px; line-height: 1.5; }
	.p-page-header .p-page-header__desc { font-size: 14px; line-height: 1.8; }
	.p-page-header__image { margin-bottom: 30px; }
	.p-page-header__title + .p-page-header__desc { margin-top: -9px; margin-bottom: 6px; }
	.p-page-header__image .p-page-header__overlay { min-height: 320px; }
}
@media only screen and (max-width: 767px) {
	.p-page-header__image .p-page-header__overlay { min-height: 200px; }
}
@media only print {
	.p-page-header__inner { opacity: 1 !important; }
}

/* footer nav */
.p-footer-nav { padding: 19.5px 0; text-align: center; }
.p-footer-nav__container { background-color: #ff7d00; }
.p-footer-nav li { display: inline-block; }
.p-footer-nav li::after { content: '|'; line-height: 1; }
.p-footer-nav li:last-child::after { content: ''; }
.p-footer-nav li a { display: inline-block; font-size: 14px; line-height: 1.8; padding: 0 10px; }
.p-footer-nav, .p-footer-nav li a { color: #FFFFFF; }
.p-footer-nav li a:hover { color: #000000; }
@media only screen and (max-width: 991px) {
	.p-footer-nav { margin-top: -20px; padding: 20px 0 21px; }
	.p-footer-info.has-bg-image + .p-footer-nav__container .p-footer-nav { margin-top: 0; padding-top: 21px; }
	.p-footer-nav li { display: block; }
	.p-footer-nav li a { line-height: 2.5; padding: 0; }
	.p-footer-nav li::after { content: ''; }
}

/* copyright */
.p-copyright { background: #ff7d00; color: #fff; font-size: 12px; line-height: 1.5; text-align: center; }
.p-copyright__inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; height: 59px; overflow: hidden; }
.p-copyright__inner p { max-height: 100%; width: 100%; }
@media only screen and (max-width: 991px) {
	.p-copyright__inner { height: 50px; }
}

/* pagetop */
.p-pagetop { display: none; position: fixed; bottom: 0; right: 0; z-index: 90; }
.p-pagetop a { background: #ff7d00; color: #fff !important; display: block; height: 59px; line-height: 59px; text-align: center; width: 59px; }
.p-pagetop a::after { content: "▲"; font-size: 14px; margin: auto; top: 0; right: 0; bottom: 0; left: 0; }
.p-button, .p-pagetop a > span, .slick-dots li.slick-active button, .slick-dots li:hover button { background-color: #ff7d00; }
.p-pagetop a:hover { background-color: #000000; }
@media only screen and (max-width: 991px) {
	.p-pagetop a { height: 50px; line-height: 50px; width: 50px; }
}
@media only print {
	.p-pagetop { display: none !important; }
}

/* fuku */
@media screen and (max-width:1200px) {
#main_contents { width:auto; margin:0 auto; padding:0; }
}
@media screen and (max-width:950px) {
  #main_contents { width:auto; margin:0 auto; }
}

.index_content { background:#fff; width:1180px; padding:90px 30px 0; margin:0 auto; }
.index_content:first-of-type { position:relative; top:-80px; margin:0 auto -80px; }
.index_content img { max-width:100%; height:auto; display:block; }
.index_content .headline { text-align:center; line-height:1.5; margin:0 auto 30px; color: #ff7d00; font-size: 40px; font-weight:500; }
@media screen and (max-width:1200px) {
.index_content { width:auto; padding:40px 20px 0; }
.index_content:first-of-type { top:0; margin:0 auto; }
}

/* ３点ボックス */
#index_3box.index_content:first-of-type { padding-top:30px; }
#index_3box { padding-top:100px; display: -webkit-box; display: -ms-flexbox; display: flex; }
#index_3box_w { width:100% !important; padding-top:20px; display: -webkit-box; display: -ms-flexbox; display: flex; }
#index_3box .box, #index_3box_w .box {
  /*float:left;*/ width:33.33333%; width:-webkit-calc(100% / 3); width:-moz-calc(100% / 3); width:calc(100% / 3);
  border-right:1px solid #fff;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_3box .title, #index_3box_w .title { font-size:16px; }
#index_3box .title a, #index_3box_w .title a { display:block; font-weight:normal; height:58px; line-height:58px; text-align:center; background:#ff7d00; color:#fff; }
#index_3box .title a:hover, #index_3box_w .title a:hover { background:#6598a1; }
#index_3box .image, #index_3box_w .image { width:100%; display:block; position:relative; z-index:2; overflow:hidden; }
#index_3box img, #index_3box_w img { width:100%; height:auto; display:block; -webkit-backface-visibility:hidden; backface-visibility:hidden; }
@media screen and (max-width:1200px) {
#index_3box.index_content:first-of-type { padding-top:0; }
#index_3box .title { font-size:14px; }
}
@media screen and (max-width:650px) {
  #index_3box, #index_3box_w { display: block; }
  #index_3box .box, #index_3box_w .box { float:none; width:auto; border-right:none; margin:0 0 3px 0;}
  #index_3box .title a, #index_3box_w .title a { height:45px; line-height:45px; }
}

/* ワイドコンテンツ */
#index_wide_content { width:100%; min-width:1180px; height:460px; position:relative; margin:0 0 0 0; }
#index_wide_content .headline_area {
  position:absolute; text-align:center; width:100%;
  top:40%; -webkit-transform: translateY(-40%); -ms-transform: translateY(-40%); transform: translateY(-40%);
}
#index_wide_content .headline_area h2 { line-height: 1.2; }
#index_wide_content .headline_area h2 span { font-size:60%; }
#index_wide_content .headline { text-align:center; color:#ff7d00; line-height:1.5; margin:0; font-weight:500; }
#index_wide_content .button {
  display:inline-block; height:55px; line-height:55px; min-width:220px; padding:0 20px; text-align:center; margin:30px 0 0 0;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
@media screen and (max-width:1200px) {
#index_wide_content { min-width:inherit; margin:0; }
#index_wide_content .headline { margin:0 50px; }
#index_wide_content .button { min-width:170px; }
}
@media screen and (max-width:650px) {
  #index_wide_content { height:240px; }
  #index_wide_content .headline { margin:0 20px; }
  #index_wide_content .button { min-width:180px; height:45px; line-height:45px; font-size:12px; margin-top:12.5px; }
}

/* お知らせ */
#index_news { }
#index_news .sub_title { text-align:center; font-size:16px; line-height:1.0; margin:0; }
#index_news_list { margin:0 0 40px; }
#index_news_list article { background:#f5f5f5; width:100%; height:auto; margin:0 0 10px; overflow-wrap: break-word;
　　　word-wrap: break-word; }
#index_news_list .title_area { width: auto; text-align: left; }
#index_news_list p.date { float:left; display: inline-block; line-height:2.1; width:16em; padding: 20px; }
#index_news_list h4.title { float: left; display: inline-block; line-height:2.1; font-weight:normal; padding: 20px; }
#index_news .button { text-align:center; }
@media screen and (max-width:1200px) {
  #index_news { width:inherit; }
  #index_news_list { width:inherit; margin:30px auto 40px; }
}
@media screen and (max-width:650px) {
  #index_news .headline { font-size:21px; }
  #index_news .sub_title { font-size:12px !important; }
  #index_news_list article { width:100%; }
  #index_news_list p.date { float:none; display: block; width:100%; padding: 20px 10px 5px; }
  #index_news_list h4.title { float: none; display: block; padding: 5px 10px 20px; }
}

/* Features, TrafficAccident, Hospital */
#Features { }
#Features .desc, #TrafficAccident .desc, #Hospital .desc { text-align:center; line-height:3.0; margin:0px 0 0 0; }
@media screen and (max-width:1200px) {
#Features .desc, #TrafficAccident .desc, #Hospital .desc { line-height:2.1; margin-top:5px; }
#Features .image { margin:40px -20px 0; width:auto; }
#Features .button { min-width:150px; }
}
@media screen and (max-width:650px) {
  #Features .headline { font-size:21px; }
  #Features .desc { text-align: left; }
  #Features .image { height:240px; }
  #Features .button { min-width:180px; height:45px; line-height:45px; font-size:12px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
}

/* First */
#First { }
#First .desc { text-align:center; line-height:3.0; margin:0px 0 0 0; }
#First_list { width:70%; margin: 0 auto; }
#First_list article { width:60%; height:100px; margin:0 20% 20px; }
#First_list article:nth-child(5n) { margin:0; }
#First_list .title_area_inner { float:left; width: 14em; padding: 20px; background-color: #ff7d00; color: #fff; text-align: center; font-weight: bold; }
#First_list .item {
  float:left; width:100%; height:100px; margin:0; padding:18px; position:relative;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;}
#First_list p {
  float:left; position:relative; left:1em; top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); line-height:1.5; margin-top: -5px;}
@media screen and (max-width:1024px) {
#First_list { width:100%; }
#First_list article { width:100%; }
}
@media screen and (max-width:780px) {
  #First_list { display:block; width:auto;  margin:10px auto 0;}
  #First_list article { width:100%; height:auto; margin:0 auto 30px; }
  #First_list .item { float:none; display: block; position:relative; width:100%; height:auto; margin:0; padding: 20px; }
  #First_list .title_area_inner { clear: both; float:none; padding: 10px; display: block; }
  #First_list .title { margin:0 0 10px 0; font-size:20px; }
  #First_list p { float:none; display: block; width:100%; position:relative; left:0; margin-top: 0; padding-top: 20px; top:10px; -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); transform: translateY(-10px);}
}
@media screen and (max-width:650px) {
  #First_list { margin:0 auto;}
  #First_list .item { padding: 20px 0; }
}

/* Menu */
#Menu { width:inherit; min-width:1180px; background:#f5f5f5; margin:100px 0 0; padding-bottom: 100px; }
#Menu .sub_title { width:60%; text-align:left; font-size:24px; line-height:1.5; margin:10px auto; font-weight:500; }
#Menu .desc { width:60%; text-align:left; line-height:2.0; margin:0 auto; }
@media screen and (max-width:1179px) {
#Menu { min-width:auto;}
}
@media screen and (max-width:768px) {
#Menu { min-width:auto; margin:30px 0 0; padding-bottom: 30px; }
#Menu .headline { margin:0; }
#Menu .sub_title { width:90%; font-size:20px; }
#Menu .desc { width:inherit; text-align:left; line-height:2.1; margin:5px auto 20px; }
}

#Hospital.index_content{ width:100%; min-width:1180px; }
@media screen and (max-width:1179px) {
#Hospital.index_content{ width:100%; min-width:auto; padding:40px 0 0; margin:0 auto; }
}

/* Google Maps */
#Access { text-align:center;  margin:0 auto; font-weight:normal; }
#Access .sub_title { text-align:center; font-size:16px; line-height:1.0; margin:0 0 60px; }
#Access iframe { width: 800px; height: 400px; margin:0 auto 30px; }
#Access p { width: 800px; text-align:left; line-height:2;  margin:0 auto; font-weight:normal; }
@media screen and (max-width:799px) {
#Access iframe { width: 90%; height: 320px; margin:20px auto; }
#Access p { width: 90%; }
}
@media screen and (max-width:650px) {
#Access iframe { width: 100%; }
#Access p { width: 100%; }
}

/* 会社情報 */
#index_company { padding-top:100px;padding-bottom:90px; }
#index_company .left_area { width:560px; float:left; margin:0 0 0 0; }
#index_company .left_area h3 img { padding-bottom: 1em; }
#index_company .right_area { width:560px; float:right; margin:0 0 0 0; }
#index_company .desc { line-height:2.5; }
@media screen and (max-width:1200px) {
#index_company .left_area { width:50%; }
#index_company .right_area { width:50%; }
}
@media screen and (max-width:780px) {
#index_company { padding-top:40px; }
#index_company .desc { line-height:2.1; margin-bottom:5px; }
#index_company .left_area { width:90%; float:none; margin:0 auto 50px; }
#index_company .right_area { width:100%; float:none; margin:0; }
}
@media screen and (max-width:650px) {
  #index_company .desc { line-height:1.8; }
  #index_company .left_area { width:100%; }
}

/* スケジュール */
#schedule_table {
  margin:0;
  table-layout:fixed;
  border-collapse:collapse; border-spacing:0; width:100%;
  border-top:1px solid #ccc; border-left:1px solid #ccc;
}
#schedule_table caption { background:#ccc; color:#fff; height:50px; line-height:50px; margin-bottom:-1px; font-weight:normal; }
#schedule_table thead { background:#fef3ec; }
#schedule_table td, #schedule_table th {
  padding:20px 10px; text-align:center; vertical-align:middle; font-weight:normal;
  border-right:1px solid #ccc; border-bottom:1px solid #ccc;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#schedule_table .header { width:180px; background:#fff; }
#schedule_table .color { background:#fef3ec; }
@media screen and (max-width:650px) {
  #schedule_table .header { width:50px; background:#fff; }
  #schedule_table td, #schedule_table th { padding:15px 5px; }
}

/* Contact */
#Contact { background:#f5f5f5; width:100%; min-width:1180px; padding:60px 0; margin-bottom:0; }
#Contact_inner {
  width:1180px; margin:0 auto;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex;
  -ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
  -ms-justify-content:space-between; -webkit-justify-content:space-between; justify-content:space-between;
}
.Contact_content {
  width:50%; position:relative; padding:40px; background:#fff; border:1px solid #ddd;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
.Contact_content:last-of-type { border-left:none; }
.Contact_content:only-of-type { border-left:1px solid #ddd; margin:0 auto; }
#Contact_tel > div, #Contact_mail > div { position:relative; /*top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);*/ }
#Contact_tel { border-right:1px solid #ddd; }
#Contact_tel .headline, #Contact_mail .headline {
  line-height:2; position:absolute;
  top:50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%);
}
#Contact_tel .number { float:right; font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; font-size:48px; margin-top:8px; }
#Contact_tel .number span { font-size:24px; }
#Contact_mail .p-button { float:right; text-align:center; margin:0; }
#Contact_mail .p-button a { color: #ffffff !important; }
@media screen and (max-width:1179px) {
#Contact {
  width:100%; min-width:inherit; padding:40px 20px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#Contact_inner { width:auto; padding:0; }
.Contact_content { padding:40px 20px; font-size:13px; }
#Contact_tel .number { font-size:30px; margin-top:15px; }
#Contact_tel .number span { font-size:18px; }
}
@media screen and (max-width:1000px) {
  #Contact_inner { display:block; }
  .Contact_content { width:100%; padding: 40px 20px 0; }
  #Contact_tel > div, #Contact_mail > div { top:50%; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
  .Contact_content:last-of-type { border-left:1px solid #ddd; border-top:none; }
  .Contact_content:only-of-type { border-top:1px solid #ddd; }
}
@media screen and (max-width:800px) {
  .Contact_content { width:100%; padding:20px; text-align:center; }
  #Contact_tel > div, #Contact_mail > div { top:0; }
  #Contact .headline { margin:0 0 20px 0; position:relative; top:0%; -webkit-transform: translateY(0%); -ms-transform: translateY(0%); transform: translateY(0%); }
  #Contact_tel .number { float:none; font-size:34px; text-align:center; }
  #Contact .p-button { float:none; clear: both; }
}

/* button */
.p-button { background: #ff7d00; border: none; color: #ffffff !important; cursor: pointer; display: inline-block; height: 60px; line-height: 60px; min-width: 250px; overflow: hidden; padding: 0 20px; text-align: center; }
.p-button:hover { background-color: #000000; color: #ffffff !important; }
@media only screen and (max-width: 991px) {
	.p-button { height: 45px; line-height: 45px; min-width: 200px; }
}

/* front page */
body.home .l-main { background: transparent; }
body.home .p-footer-info--no-bg { padding-top: 50px; }
@media only screen and (max-width: 991px) {
	body.home .l-main { padding-bottom: 0; }
	body.home .p-footer-info--no-bg { padding-top: 36px; }
}

/* index header content */
.p-header-content__image { display: block; }
.p-header-content__image img { display: block; height: auto; width: 100%; }
.p-header-content, .p-header-content--mobile, .p-header-content__overlay { display: block; height: 100%; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; top: 0; }
.p-header-content__overlay { z-index: 2; }
.p-header-content, .p-header-content--mobile { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; overflow: hidden; pointer-events: none; text-align: center; user-select: none; z-index: 3; }
.p-header-content__inner { max-height: 100%; }
.p-header-content__logo { margin-bottom: 21px; }
.p-header-content__logo img { display: inline-block !important; height: auto; max-width: 100%; }
.p-header-content__catch { color: #000000; font-size: 65px; line-height: 1.5; margin-bottom: -6px; }
.p-header-content__desc { color: #000000; font-size: 28px; line-height: 1.5; }
.p-header-content__button { margin-top: 21px; pointer-events: auto; }
.p-header-content > :first-child { margin-top: 0; }
.p-header-content > :last-child { margin-bottom: 0; }
.p-header-content__catch--type1, .p-header-content__desc--type1 { text-align: left; }
.p-header-content__catch--type2, .p-header-content__desc--type2 { text-align: center; }
.p-header-content__catch--type3, .p-header-content__desc--type3 { text-align: right; }
	.p-header-content__catch-vertical { text-align: left !important; white-space: nowrap; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; }
	.p-header-content__catch-vertical.p-header-content__catch--type1 { margin-right: auto; }
	.p-header-content__catch-vertical.p-header-content__catch--type2 { margin-left: auto; margin-right: auto; }
	.p-header-content__catch-vertical.p-header-content__catch--type3 { margin-left: auto; }
@media (min-width: 768px) {
	.p-header-content__catch { font-size: 50px; }
	.has-mobile-content .p-header-content--mobile { display: none; }
	.p-header-content__mobile-arrow { display: none; }
}
@media only screen and (max-width: 767px) {
	.p-header-content__logo { margin-bottom: 12px; }
	.p-header-content__catch { font-size: 24px; margin-bottom: 3px; }
	.p-header-content__desc { font-size: 16px; }
	.p-header-content__button { margin-top: 21px; }
	.has-mobile-content .p-header-content { display: none; }
	.p-header-content--mobile { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
	.p-header-content--mobile .p-header-content__logo {}
	.p-header-content--mobile .p-header-content__catch { color: #000000; line-height: 1.2; }
	.p-header-content__mobile-arrow { cursor: pointer; text-align: center; width: 100%; position: absolute; bottom: 0; left: 0; right: 0; z-index: 4; }
	.p-header-content__mobile-arrow::before { content: '▼'; color: #000000; display: inline-block; font-size: 20px; line-height: 60px; }
}

/* index slider */
.p-index-slider { position: relative; }
.p-index-slider__item { overflow: hidden; position: relative; }
.p-index-slider__item:nth-child(n+2) { display: none; }
.slick-initialized .p-index-slider__item:nth-child(n+2) { display: block; }
@media only screen and (max-width: 767px) {
	.p-index-slider { height: 100vh; }
	.p-header-content__image > img { display: block; height: 100vh; width: 100%; object-fit: cover; }
}

.p-index-slider .p-index-slider__item.slick-active,
.p-index-slider .p-index-slider__item.slick-last-active { opacity: 1 !important; -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; transition: none !important; }

.p-index-slider .p-header-content__image > img { opacity: 0; }
.p-index-slider .p-index-slider__item.is-active .p-header-content__image > img { opacity: 1; }

/* index header content transition */
.p-index-slider .p-header-content__inner > * { opacity: 0; -webkit-transition: opacity 0.1s ease; -moz-transition: opacity 0.1s ease; -ms-transition: opacity 0.1s ease; transition: opacity 0.1s ease; }
.p-index-slider__item.is-active .p-header-content__inner > * { opacity: 1; -webkit-transition-duration: 0.75s; -moz-transition-duration: 0.75s; -ms-transition-duration: 0.75s; transition-duration: 0.75s; }
.p-index-slider__item.is-active .p-header-content__inner > *:nth-child(1) { -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; }
.p-index-slider__item.is-active .p-header-content__inner > *:nth-child(2) { -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -ms-transition-delay: 2s; transition-delay: 2s; }
.p-index-slider__item.is-active .p-header-content__inner > *:nth-child(3) { -webkit-transition-delay: 3s; -moz-transition-delay: 3s; -ms-transition-delay: 3s; transition-delay: 3s; }
.p-index-slider__item.is-active .p-header-content__inner > *:nth-child(4) { -webkit-transition-delay: 4s; -moz-transition-delay: 4s; -ms-transition-delay: 4s; transition-delay: 4s; }

.p-index-slider.is-active .p-header-content--mobile .p-header-content__inner > * { opacity: 1; -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -ms-transition-delay: 2s; transition-delay: 2s; }

.p-index-video .p-header-content__inner > * { opacity: 0; -webkit-transition: opacity 0.75s ease; -moz-transition: opacity 0.75s ease; -ms-transition: opacity 0.75s ease; transition: opacity 0.75s ease; }
.p-index-video.is-active .p-header-content__inner > *:nth-child(1) { opacity: 1; -webkit-transition-delay: 2s; -moz-transition-delay: 2s; -ms-transition-delay: 2s; transition-delay: 2s; }
.p-index-video.is-active .p-header-content__inner > *:nth-child(2) { opacity: 1; -webkit-transition-delay: 4s; -moz-transition-delay: 4s; -ms-transition-delay: 4s; transition-delay: 4s; }
.p-index-video.is-active .p-header-content__inner > *:nth-child(3) { opacity: 1; -webkit-transition-delay: 6s; -moz-transition-delay: 6s; -ms-transition-delay: 6s; transition-delay: 6s; }
.p-index-video.is-active .p-header-content__inner > *:nth-child(4) { opacity: 1; -webkit-transition-delay: 8s; -moz-transition-delay: 8s; -ms-transition-delay: 8s; transition-delay: 8s; }

.p-index-slider__item .p-header-content__desc { color: #000000; font-size: 30px; text-shadow: 0px 0px 0px #999999; }
.p-index-slider__item .p-header-content__button .p-button { background-color: #ff7d00; color: #ffffff !important; }
.p-index-slider__item .p-header-content__button a.p-button:hover { background-color: #000000; color: #ffffff !important; }
.p-index-slider__item .p-header-content__overlay { background-color: rgba(0, 87, 104, 0.2); }
@media only screen and (max-width: 991px) {
	.index_content .headline { font-size: 22px; }
}
@media only screen and (max-width: 767px) {
	.p-index-slider__item .p-header-content__overlay { background-color: transparent; }
}


/* text-align - 配置 */
.alignC { text-align: center !important; }
.alignR { text-align: right !important; }
.alignL { text-align: left !important; }

/* table style */
.table_no_border th, .table_no_border td { border: none; padding-left: 0; }
.table_border_horizontal th, .table_border_horizontal td { border-left: none; border-right: none; padding-left: 0; }

/* float */
.u-left { float: left; }
.u-right { float: right; }
.u-center { float: none; margin-left: auto; margin-right: auto; text-align: center; }

/* hidden */
.u-hidden { display: none; }
.u-visible-sm, .u-visible-xs { display: none; }
@media only screen and (max-width: 991px) {
	.u-hidden-sm { display: none; }
	.u-visible-sm { display: block; }
}
@media only screen and (max-width: 767px) {
	.u-hidden-xs { display: none; }
	.u-visible-xs { display: block; }
}

/* slick */
.slick-slider { overflow: hidden; }
.slick-loading .slick-list { background: #fff url('../img/ajax-loader.gif') center center no-repeat; }
.slick-arrow { background: transparent; border: none; color: #000; cursor: pointer; font-size: 20px; font-weight: 700; height: 60px; line-height: 60px; margin-top: -30px; overflow: hidden; padding: 0; text-align: center; width: 60px; position: absolute; top: 50%; z-index: 2; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.slick-prev { left: -70px; }
.slick-next { right: -70px; }
.slick-arrow:hover { color: #ff7d00; }
.slick-dots { display: block; list-style: none; margin: 0; padding: 0; text-align: center; position: absolute; bottom: 25px; left: 0; right: 0; z-index: 2; }
.slick-dots li { display: inline-block; margin: 0 5px; width: 12px; height: 12px; }
.slick-dots li button { background: #fff; border: none; border-radius: 50%; color: transparent; cursor: pointer; opacity: 1; overflow: hidden; padding: 0; width: 12px; height: 12px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease; }
.slick-dots li.slick-active button, .slick-dots li:hover button { background-color: #ff7d00; }

.clear { clear: both; }

/* 太字 */
.b { font-weight: 700; }

/* float - 回り込み */
.r-flo { float: right; margin: 10px; }
.l-flo { float: left; margin: 10px; }

/* 回り込みの解除 */
.f-clear { clear: both; }

/* hover - 画像リンクマウスオーバー時の不透明度 */
a img.fade { background: none !important; outline: none; -webkit-transition: all .3s; transition: all .3s; }
a:hover img.fade { opacity: 0.7; filter: alpha(opacity=70); -ms-filter: "alpha( opacity=70 )"; background: none !important; }
a:hover { color: #999999; }

.p-modal-cta { background-color: rgba(0, 0, 0, 0.6); }
