@charset "utf-8";
@font-face {
	font-family: 'Bodoni72';
	src: url(../font/Bodoni72.ttc);
}
body, html {
    position: relative;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;

  animation: fadeIn 1.5s ease 0s 1 normal;
  -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
}
body::before {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    content: "";
    z-index: 0;
    background-image: url(../img/bg01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*--- 画面全体をフェードイン(animation設定) ---*/
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Bodoni72', 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0;
}
h1 {
    font-size: 2em;
    margin: 0 auto 2.5rem;
    margin-bottom: 2.5rem;
}
h2 {
    font-size: 1.8em;
    margin: 0 auto 2.5rem;
    margin-bottom: 2.5rem;
}
h3 {
    font-size: 1.6em;
    margin: 0 auto 1.5rem;
    margin-bottom: 1.5rem;
}
h4 {
    font-size: 1.4em;
    margin: 0 auto 1rem;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.2em;
    margin: 0 auto 1rem;
    margin-bottom: 1rem!important;
}
h6 {
    font-size: 1.1em;
    margin: 0 auto 1rem;
    margin-bottom: 1rem;
}
.tit-line { border-bottom: 6px solid #036EB8; }
.bd-left { border-left: 7px solid #036EB8; padding-left: 10px; }
.tit-line-half { position: relative; }
.tit-line-half::after {
    content: '';
    display: block;
    width: 55%;
    height: 1px;
    background-color: #036EB8;
}
.tit-bg {
    color: #fff;
    padding: 10px 25px;
    background-color: #036EB8;
}
.tit-point {
    display: flex;
}
.tit-point::before {
    font-family: "Font Awesome 5 Free";
    content: "\f45c";
    font-size: 1em;
    font-weight: 900;
    margin-top: -0.02em;
    padding-right: 0.5em;
    color: #036EB8;
}
.titsub {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin-left: 1em;
}

.tit-box {
    position: relative;
    color: #036EB8;
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.1em;
    display: table;
    margin: 0 auto 3rem;
}
.tit-box span.icon-img {
    position: relative;
    display: block;
    text-align: center;
    line-height: 0;
}
.tit-box span.icon-img img {
    width: 50px;
    height: 32px;
    object-fit: contain;
}
.tit-box span.icon-img::before, .tit-box span.icon-img::after {
    content: '';
    display: block;
    width: calc(50% - 20px);
    height: 8px;
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #036EB8;
}
.tit-box span::before { left: 0; border-radius: 3px 0 0 3px; }
.tit-box span::after { right: 0; border-radius: 0 3px 3px 0; }

a {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
a img {
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

p {
    margin: 0 auto 1.5em;
	padding: 0;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

/*--- .txt option ---*/
.ja-txt { font-family: 'Noto Sans JP', sans-serif; }
.en-txt {
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    font-weight: 400;
    letter-spacing: 0.3em;
}
.color-wh { color: #fff; }
.color-gray { color: #555; }
.color-bk { color: #333; }
.color-bl { color: #036EB8; }
.bg-wh { background-color: #fff; }
.bg-gray { background-color: #555; }
.bg-bk { background-color: #333; }
.bg-bl {
    background-color: #036EB8;
    background-image: url(../img/bg-bl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-bl div, .bg-bl > *,
.bg-bl h1, .bg-bl h2, .bg-bl h3, .bg-bl h4, .bg-bl h5, .bg-bl h6 { color: #fff; }
.bg-bl .tit-box::before { background-image: url(../img/tit-icon-wh.png); }
.bg-bl .tit-box span::before,
.bg-bl .tit-box span::after { background-color: #fff; }

.shadow-item { position: relative; }
.shadow-item::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
    mix-blend-mode: multiply;
    -webkit-filter: drop-shadow(10px 10px 30px rgba(3, 110, 184, 0.51));
    -moz-filter: drop-shadow(10px 10px 30px rgba(3, 110, 184, 0.51));
    -ms-filter: drop-shadow(10px 10px 30px rgba(3, 110, 184, 0.51));
    filter: drop-shadow(10px 10px 30px rgba(3, 110, 184, 0.51));
}

.box-wh {
    padding: 3em;
    background-color: #fff;
    -webkit-filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.16));
    -moz-filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.16));
    -ms-filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.16));
    filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.16));
}


/*--- .btn00 ---*/
.btn-wrap { margin: 3em auto 2em; }
.btn00 {
    width: 100%;
    text-align: center;
}
.btn00 a, .rela-btn {
    border-radius: 33px!important;
    overflow: hidden!important;
    color: #036EB8!important;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 18em;
    margin: 0 auto;
    padding: 1.2em 3em;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #036EB8;
    text-decoration: none;
    outline: none;
}
.rela-btn a { display: block; width: 100%; }
.btn00 a span, .rela-btn span { flex: 1; position: relative; z-index: 10; }
.btn00 a:hover, .rela-box:hover .rela-btn { color: #fff!important; border-color: #fff; }
.btn00 a::before, .rela-btn::before {
    content: '';
    display: block;
    width: 2.6em;
    height: 2.6em;
    position: absolute;
    top: 50%;
    right: 0.8em;
    z-index: 0;
    margin: 0;
    padding: 0;
    background-color: #036EB8;
    border: none;
    border-radius: 100%;
    transform: scale(1, 1) translateY(-50%);
    transform-origin: center top;
    transition: transform .4s;
}
.btn00 a:hover::before,
.rela-box:hover .rela-btn::before {
    transform: scale(16, 16) translateY(-50%);
}

.btn-arrow {
    display: block;
    width: 2.6em;
    height: 2.6em;
    position: absolute;
    top: 50%;
    right: 0.8em;
    z-index: 10;
    transform: translateY(-50%);
    background-color: #036EB8;
    border-radius: 100%;
    overflow: hidden;
}

.svg-defs { display: none; }
.svg-arrow01 {
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 20px;
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 20;
    transform: translateY(-50%);
}
.btn00 a:hover .svg-arrow01,
.rela-box:hover .rela-btn .svg-arrow01 { animation: arrowMove 0.6s; }
@keyframes arrowMove {
    50% { left: 100%; }
    50.1% { opacity: 0; }
    50.2% { opacity: 1; }
    50.3% { left: -100%; }
    100% { left: 0; }
}

.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }


/* --------------------------------------------
    メインビジュアル
-------------------------------------------- */
.sec00 {
    height: 800px;
    overflow: hidden;
}
.main-cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    max-width: 386px;
}

.sec00 .swiper-container { height: 800px!important; }
.sec00 .swiper-slide > img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/* --------------------------------------------
    コンテンツ
-------------------------------------------- */
section {
    position: relative;
    width: calc(100% + 30px);
    margin: 0 -15px;
    padding: 0;
}
.content-wrap {
    width: 88%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 5rem 0 6rem;
}

/* --- flex-box --- */
.flex-box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.flex1 > div { width: 100%; }
.flex2 > div { width: 50%; }
.flex3 > div { width: calc(100% / 3); }
.flex4 > div { width: 25%; }
.flex5 > div { width: 20%; }
.flex-wrap {
    display: flex;
    justify-content: flex-end;
    flex-flow: column;
}

/*--- grid-box ---*/
.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 45px;
}
.grid2 { grid-template-columns: 1fr 1fr; }
.grid3 { grid-template-columns: 1fr 1fr 1fr; }
.grid5 { grid-template-columns: 1fr 1fr 1fr 1fr 1fr; }
.grid-wrap0 { grid-gap: 0!important; }

/* --- .full-map --- */
.full-map {
    line-height: 0;
    width: 100%;
    height: 460px;
    overflow: hidden;
}
.full-map iframe {
  width: 100%;
  height: 820px;
  margin-top: -170px;
}

.w90 {
    width: 92%;
    margin: 0 auto 2em;
}


/* --- sec02 --- */
.sec02-img { margin: 0 auto 3em; }
.sec02-txt {
    position: relative;
    color: #036EB8;
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-align: center;
}
.txt-dot { position: relative; }
.txt-dot::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    display: block;
    width: 6px;
    height: 6px;
    background-color: #036EB8;
    border-radius: 100%;
}

/* --- sec03 --- */
.sec03-wrap h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
}
.sec03-wrap .btn00 a { padding-left: 1em; }
.sec03-name {
    font-family: 'Bodoni72', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2em;
    display: block;
    margin-top: 1em;
}
.sec03-name .st-txt { font-size: 1.1em; letter-spacing: 0.1em; }


/* --- sec04 --- */
.keiyakuzumi01::before, .syodan01::before {
    position: relative;
    z-index: 1;
    mix-blend-mode: multiply;
    background-color: rgba(18, 48, 134, 0.6);
}
.keiyakuzumi01::after, .syodan01::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.syodan01::after { background-image: url(../img/syodan01.png); }
.keiyakuzumi01::after { background-image: url(../img/keiyakuzumi01.png); }

.build-item { margin-bottom: 3em; }

.build-img {
    position: relative;
	width: 100%;
	padding-top: 67%;/*　トリミングしたい枠の高さを比率で指定。（固定にしたい場合はサイズを入力）　*/
    margin: 0 auto;
}
.build-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}

.build-txt .build-name {
    font-weight: 500;
    padding: 15px 0 10px;
    border-bottom: 1px solid #fff;
}
.build-txt .txt-wrap {
    padding: 10px 0 15px;
    border-bottom: 1px solid #fff;
}
.build-txt .txt-wrap p { margin-bottom: 0; }


/* --- sec06 --- */
.sec06-bnr {
    width: 100%;
    max-width: 500px;
    margin: 3em auto 0;
}


/* --- sec07 --- */
.sec07-wrap .grid-item a {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    height: 100%;
    min-height: calc(100vw / 3);
    cursor: pointer;
    overflow: hidden;
}
.sec07-wrap .grid-item .sec07-bg {
    display: block;
    width: 101%;
    height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sec07-wrap .item01 .sec07-bg { background-image: url(../img/sec07-bg01.png); }
.sec07-wrap .item02 .sec07-bg { background-image: url(../img/sec07-bg02.png); }
.sec07-wrap .grid-item:hover .sec07-bg {
    width: 110%;
    height: 110%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.sec07-wrap .grid-item .txt-wrap {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px;
}
.sec07-wrap .grid-item .txt-wrap::before { 
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.5);
    mix-blend-mode: soft-light;
}

.sec07-box .sec07-tit { margin-bottom: 1em; border-bottom: 1px solid #fff; }
.sec07-box p {
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 20em;
    margin: 0 auto 1.5em;
}



/* --------------------------------------------
    footer
-------------------------------------------- */
#ft01 {
    position:relative;
    z-index:5;
    background:#555;
}
.ft-wrap {
    color: #fff;
    font-size: 16px;
    width: 86%;
    max-width: 1180px;
    margin: 0 auto;
}
.ft-wrap p { line-height: 1.6; }
.ft-left {
    width: 30%;
    max-width: 280px;
    position: relative;
    display: inline-block;
    padding: 77px 0 60px;
}
.ft-logo {
    display: block;
    width: 200px;
}

.ft-right {
	width: calc(100% - 290px);
	padding: 81px 0 32px;
	vertical-align: top;
	display: inline-block;
	letter-spacing: 0;
}

.ft-tit {
    font-family: 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0 auto 20px;
    padding: 0.3em;
    border: 1px solid #fff;
    border-radius: 37px;
}

.ft-set {
    display: flex;
    margin-bottom: 1.5em;
    border-bottom: 1px solid #fff;
}
.ft-set .ft-tel { flex: 1; padding-right: 2em; }
.ft-set .ft-txt { width: 17em; }

.ft-menu-list {
    display: grid;
    grid-template-columns: 12em 12em 1fr;
    grid-gap: 45px;
}
.ft-menu01 {
    list-style: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
    margin-bottom: 2rem;
    padding: 0;
}
.ft-menu01 > li { margin-bottom: 10px; }
.ft-menu01 > li:last-child {
	margin-bottom: 0;
} 
.ft-menu01 > li a {
	padding-left: 1em;
	position: relative;
	font-size: 1em;
    font-weight: 500;
	color: #FFF;
    letter-spacing: 1px;
}
.ft-menu01 li a::after {
    font-family: "Font Awesome 6 Free";
    content: "\f105";
    font-size: 0.9em;
    font-weight: 900;
    color: #fff;
    margin-top: 3px;
    position: absolute;
    left: 0;
    top: 0;
}

.ft-cp {
    color: #333;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 15px;
    background-color: #fff;
}


/* --------------------------------------------
    ローディングアニメーション
-------------------------------------------- */
/* Loading背景画面設定　*/
#splash.splash_none { display: none!important; opacity: 0!important; }
#splash {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1050;
    background-color: #036EB8;
    background-image: url(../img/bg-bl.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    color:#fff;
}
/* Loading画像中央配置　*/
#splash_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: left top;
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
    width: 160px;
}
/* fadeUpをするアイコンの動き */
.splash_fadeIn {
    animation-name: fadeInAnime;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime {
    20% { opacity: 0; transform: scale(1) translate(-50%, -50%); }
    70% { opacity: 1; transform: scale(1) translate(-50%, -50%); }
    80% { opacity: 1; transform: scale(0.8) translate(-50%, -50%); }
    100% { opacity: 0; transform: scale(1.2) translate(-50%, -50%); }
}


/* --------------------------------------------
    scrolldown（main-slider & footer）
-------------------------------------------- */
/* .scrolldown */
.scrolldown {
    position: absolute;
    bottom: 70px;
    left: 50px;
    z-index: 50;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
}
.scrolldown span {
    position: relative;
    color: #fff;
    font-family: 'Bodoni72', 'Noto Serif JP', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.3em;
    white-space: nowrap;
    padding: 15px 0;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
/* 矢印 */
.scrolldown .scrolldown-arrow {
    position: relative;
    height: 60px;
}
.scrolldown .scrolldown-arrow::before,
.scrolldown .scrolldown-arrow::after {
    content: "";
    position: absolute;
    z-index: 10;
}
.scrolldown .scrolldown-arrow::before {
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #fff;
    transform: scale(1, 1);
    transform-origin: center bottom;
    transition: transform .4s;
}
.scrolldown .scrolldown-arrow::after {
    width: 6px;
    height: 18px;
    bottom: -2px;
    left: 50%;
    background-color: transparent;
    background-image: url(../img/btn-scroll.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.scrolldown:hover .scrolldown-arrow::before { transform: scale(1, 0.5); }


/* .pgtop */
.pgtop {
    bottom: auto!important;
    left: auto!important;
    top: 40px;
    right: 26px;
}
.pgtop .scrolldown-arrow { transform: rotateX(180deg); }

@media screen and (max-width: 991px) {
    .scrolldown { left: 25px; bottom: 45px; }
    .scrolldown span { font-size: 11px; padding: 12px 0; }
}


/* --------------------------------------------
    お知らせ
-------------------------------------------- */
/*--- .info-wrap ---*/
.info-wrap {
    width: 100%;
    margin: 0 auto;
}
/* tab */
.nav-tabs {
    position: relative;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-flow: wrap;
    border: none;
    padding: 0!important;
    margin: 0!important;
}
.nav-tabs > li { margin-bottom: 0!important; }
.nav-tabs > li::before { display: none!important; }
.nav-tabs > li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.02em;
    display: block;
    width: 7em;
    background: #555555;
    margin-right: 8px;
    border: none;
    border-radius: 10px 10px 0 0;
    padding: 12px 0.5em;
    text-align: center;
}
.nav-tabs li:last-child a { margin-right: 0; }
.nav-tabs > li a.active, .nav-tabs > li a.active:hover, .nav-tabs > li a.active:focus {
    color: #fff;
    background: #036EB8;
    border: none;
}
.tab-content > .tab-pane {
    position: relative;
}
.tab-wrap {
    position: relative;
    z-index: 0;
    background-color: #fff;
    margin: 0 auto 2em;
    padding: 16px 40px;
    -webkit-filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.15));
    -moz-filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.15));
    -ms-filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.15));
    filter: drop-shadow(0px 3px 20px rgba(0,0,0,0.15));
}

/* info-box */
.info-box {
    margin: 0 auto 2em;
    padding: 1em 2.5em;
    overflow: hidden;
    background-color: #fff;
    border: 5px solid #036EB8;
}
.info-box dl {
    display: flex;
    margin-bottom: 0;;
    padding: 1em 0;
}
.info-box a:not(:last-of-type) dl { border-bottom: 1px solid #C7C7C7; }
.info-box dl::before { display: none; }
.info-box dl dt {
    font-weight: 400;
    padding-right: 1em;
}
.info-box dl dd {
    font-weight: 400;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info-box a {
    color: #000;
    padding: 18px 0;
    margin: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.info-box a:hover, .info-box a:focus {
    color: #003B83;
    text-decoration: none;
    outline: none;
}


/* --------------------------------------------
    other page
-------------------------------------------- */
a.anchorpoint01 {
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}

/*
.other-content h1 { font-size: 2em; }
.other-content h2 { font-size: 1.75em; }
.other-content h3 { font-size: 1.6em; }
.other-content h4 { font-size: 1.35em; margin-bottom: 2rem; }
.other-content h5 { font-size: 1.25em; margin-bottom: 1.5rem; }
.other-content h6 { font-size: 1.1em; margin-bottom: 1rem; }
*/
.other-content { margin-top: 100px; }
#titbar {
    background-image: url(../img/titbar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
}
#titbar h1 {
    color: #fff;
    display: block;
    width: 88%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 70px 15px;
    text-align: center;
}

/*---------- breadcrumb ----------*/
.breadcrumb {
    display: block;
    width: 88%;
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto!important;
    padding: 1em 0!important;
    text-align: right;
}
.breadcrumb ul {
    list-style: none;
    margin: 0!important;
    padding: 0!important;
}
.breadcrumb ul li {
    color: #B9B9B9;
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin: 0;
    padding: 0!important;
}
.breadcrumb ul li::before { display: none; }
.breadcrumb ul li:not(:last-child)::after {
    font-family: "Font Awesome 6 Free";
    content: "\f054";
    font-size: 13px;
    font-weight: 900;
    position: relative;
    padding: 0 10px;
    color: #333;
}
.breadcrumb ul li a {
    color: #333;
    border-bottom: 1px solid #333;
}

/*--- section content ---*/
.other-content { position: relative; }
.other-content section:not([class]) { background-color: #fff; }
.other-content .content-wrap p { line-height: 1.8; }
.other-content .content-wrap .btn00 a { max-width: none; padding: 1.2em 4em 1.2em 1em; }
.other-content .content-wrap .btn00 a:hover::before { transform: scale(50, 50) translateY(-50%); }

.other-content .row > div {
    padding-left: 1em;
    padding-right: 1em;
}
.other-content .row-img {
    display: block;
    height: 100%;
    margin-bottom: 1em;
}
.other-content .row-img img { margin: 0 auto; }
.other-content .row-map {
    line-height: 1;
    border: 1px solid #707070;
}
.other-content .row-map iframe {
    width: 100%;
    height: 365px;
}

/*--- ul ol ---*/
.other-content ol {
    margin-bottom: 2em;
    padding-left: 4%;
}
.other-content ol li {
    margin-bottom: 1em;
    padding-left: 10px;
    line-height: 1.8;
}
.other-content ol li > ul { margin-top: 10px; margin-bottom: 0; padding-left: 1em; }

.other-content ul { margin-bottom: 2em; }
.other-content ul li { margin-bottom: 0.8em; }
.other-content ul.list-point { padding-left: 2%; }
.other-content ul.list-point li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
}
.other-content ul.list-point li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f101";
    font-size: 0.9em;
    font-weight: 900;
    margin-top: 0.2em;
    padding-right : 0.5em;
    color: #036EB8;
    position: absolute;
    left: 0;
    top: 0;
}

/*--- table ---*/
  .js-scrollable {
    width: 100%;
    overflow: scroll;
  }
  .js-scrollable table {
    width: 100%;
    /*min-width: 800px;*/
  }
  .js-scrollable table tr th, .js-scrollable table tr td {
    display: table-cell;
    width: auto!important;
  }
  .js-scrollable table tr th { white-space: nowrap; }

.other-content table {
    width: 100%;
    margin: 3em auto;
    border: 1px solid #C4C4C4;
    border-collapse: collapse;
}
.other-content table tr {
    background-color: #FFF;
}
.other-content table tr th, .other-content table tr td {
    font-size: 0.95em;
    line-height: 1.3;
    letter-spacing: 0.02em;
    padding: 15px 30px;
    vertical-align: top;
    border: 1px solid #C4C4C4;
}
.other-content table tr th {
    background-color: #F4F4F4;
}
.other-content table tr th p, .other-content table tr td p {
    line-height: 1.6!important;
    text-align: left;
}
.other-content table tr th p:last-of-type, .other-content table tr td p:last-of-type {
    margin-bottom: 0;
}

/* --------------------------------------------
    スライダー slick
-------------------------------------------- */
.single-content .slider-wrap {
    width: 100%;
    /*max-width: 600px;*/
    margin: 0 auto 5em;
}
.single-content .slick-slider {
    display: block;
    /*width: calc(100% - 80px);*/
    width: 100%;
    margin: 0 auto!important;
    padding: 0!important;
}
.single-content .slick-slide .slide-item {
    margin-bottom: 0!important;
    padding-left: 0!important;
}
.single-content .slick-slide .slide-item::before { display: none!important; }
.single-content #single-slider .slick-slide > div { padding: 0 6px; }
.single-content #tmb-single-slider .slick-slide > div { padding: 12px 6px; }
.slick-slide img { margin: 0 auto; }

.slide-item {
    position: relative;
	width: 100%;
	padding-top: 67%;/*　トリミングしたい枠の高さを比率で指定。（固定にしたい場合はサイズを入力）　*/
    margin: 0 auto;
}
.slide-item img {
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    object-fit: contain;
}

.single-content .slide-arrow {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 100;
    cursor: pointer;
}
.single-content .prev-arrow { left: -40px; }
.single-content .next-arrow { right: -40px; }
.single-content .slide-arrow img { width: 50px; height: auto; }
@media screen and (max-width: 768px) {
  /*.single-content .slick-slider { width: calc(100% - 30px); }*/
  .single-content #tmb-single-slider { width: 100%; margin-bottom: 15px; }
  .single-content .slick-slide .slide-item { width: 100%; }
  .single-content #single-slider .slick-slide > div { padding: 0 3px; }
  .single-content #tmb-single-slider .slick-slide > div { padding: 6px 3px; }
  .single-content .slide-arrow img { width: 42px; }
  .single-content .prev-arrow { left: -30px; }
  .single-content .next-arrow { right: -30px; }
}

.other-content .row-map {
    line-height: 1;
    margin-bottom: 1em;
    border: none;
}
.other-content .row-map > p { margin-bottom: 0; }
.other-content .row-map iframe {
    width: 100%;
    height: 365px;
}

/* --------------------------------------------
    A-Form
-------------------------------------------- */
.aform-header { display: none; }
.aform-content dl { margin-bottom: 1.5em!important; }
.aform-content dl dt {
    line-height: 1.3;
    /*border-left: 10px solid #4C9F38;*/
    margin: 0 auto 15px;
    /*padding-left: 10px;*/
}
.aform-content ul, .aform-content ul li { padding-left: 0!important; }
.aform-content ul li input { margin-left: 0!important; }
.aform-content ul li::before { display: none!important; }
.aform-label { margin-bottom: 0; }
.aform-label img {
    margin-left: 5px;
    margin-right: 10px;
    vertical-align: middle;
}
.aform-input-example { margin-bottom: 15px!important; }
.aform-input { vertical-align: baseline!important; margin-right: 7px!important; }
.aform-required {
    color: #fff!important;
    font-size: 15px!important;
    font-weight: bold!important;
    line-height: 1!important;
    display: inline-block!important;
    margin-left: 5px!important;
    padding: 0.3em!important;
    background: #D92B00!important;
    border-radius: 3px!important;
    vertical-align: bottom!important;
}
.aform-button-area {
    background-color: transparent!important;
    text-align: center;
}
.aform-button-area input {
    color: #036EB8!important;
    font-size: 18px!important;
    width: auto!important;
    font-size: 1em!important;
    font-weight: bold!important;
    line-height: 1!important;
    letter-spacing: 0.1em!important;
    display: inline-block!important;
    margin: 30px 5px!important;
    padding: 20px 3em!important;
    background: #fff!important;
    background-size: 110%!important;
    background-position: center!important;
    border: solid 1px #036EB8!important;
    border-radius: 50px!important;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.aform-button-area input:hover {
    color: #fff!important;
    background: #036EB8!important;
    cursor: pointer;
}

/* --------------------------------------------
    記事
-------------------------------------------- */
.single-content .content-wrap img { max-width: 100%; height: auto; }


/* --------------------------------------------
    Responsive
-------------------------------------------- */
@media screen and (max-width: 991px) {
    body, html { font-size: 17px; }
    h1 { font-size: 1.65em; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.35em; }
    h4 { font-size: 1.25em; }
    h5 { font-size: 1.1em; }
    h6 { font-size: 1.05em; }
    .tit-box { font-size: 1.5em; }
    .sec00 { height: 600px; }
    .sec00 .swiper-container { height: 600px!important; }
    .main-cover { max-width: 290px; }

    .sec02-txt { font-size: 1.4rem; }
    .sec07-wrap .grid-item a { min-height: calc(100vw / 2.5); }

    .flex4 { justify-content: flex-start; }
    .flex4 > div { width: calc(100% / 3); }
    .grid-box { grid-gap: 25px; }
    .content-wrap { width: 90%; padding: 5rem 0 6rem; }

    .ft-left, .ft-right { width: 100%; max-width: none; }
    .ft-left { padding: 60px 0 0; }
    .ft-right { padding: 32px 0; }
    .ft-logo { width: 130px; margin: 0 auto; }
    .ft-menu01 > li a { font-size: 15px; }
    .ft-menu-list { grid-gap: 0; }

    .other-content { margin-top: 67px; }
}

@media screen and (max-width: 767px) {
    body, html { font-size: 16px; }
    .tit-box { font-size: 1.25em; line-height: 1.5; letter-spacing: 0.05em; margin-bottom: 2rem; }
    .tit-box span.icon-img { margin-top: 10px; }
    .titsub { display: block; margin-left: 0; padding-bottom: 5px; }
    .tit-line-half::after { width: 100%; }
    .no-hover { pointer-events: none; }

    .content-wrap { width: 86%; padding: 70px 0; }
    .w90 { width: 100%; }
    .flex2 > div { width: 100%; }
    .flex4 > div { width: 50%; }

    .main-cover { max-width: none; height: 288px; overflow: hidden; }
    .main-txt img { position: absolute; z-index: 100; display: block; }
    .main-txt .txt-img {
        width: 160px;
        top: 87px;
        right: 47%;
    }
    .main-txt .icon-img {
        width: 176px;
        top: 20%;
        right: 0;
    }

    .sec01-bnr { display: block; width: 100%; max-width: 360px; margin: 0 auto; }
    .sec01-txt {
        position: absolute;
        top: 3.5em;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 96vw;
        height: auto;
    }
    .sec02-img { display: block; width: 100%; max-width: 360px; margin: 0 auto 3em; }
    .sec02-txt { font-size: 1.2rem; }
    .sec03-name { margin-bottom: 2em; }
    .works-img { width: 100%; max-width: 300px; margin: 0 auto; text-align: center; }
    .build-item { width: 100%; max-width: 320px; margin: 0 auto 3em; }
    .sec07-wrap .sec07-box { grid-template-columns: 1fr; }
    .sec07-wrap .grid-item a { width: 100%; height: 100vw; max-height: 420px; }

    .ft-set { display: block; }
    .ft-tel { width: 16em; margin: 0 auto 20px; padding-right: 0; }
    .ft-menu-list { display: block; }
    .ft-menu01 { margin-right: 1em; margin-bottom: 10px; }

  .info-wrap { display: block; }
  .info-wrap .info-hd { margin: 0 auto 6px; }
  .info-wrap .info-hd .txt-wrap { font-size: 1.2em; padding: 1em; }

    #titbar h1 { padding: 40px 15px; }
    .other-content h1, .other-content h2, .other-content h3, .other-content h4, .other-content h5, .other-content h6 { letter-spacing: 0.02em; }
    .other-content h1 { font-size: 1.4rem; }
    .other-content h2 { font-size: 1.35rem; }
    .other-content h3 { font-size: 1.3rem; }
    .other-content h4 { font-size: 1.25rem; }
    .other-content h5 { font-size: 1.2rem; }
    .other-content h6 { font-size: 1.1rem; }
    .other-content .flex-box { display: block; }
    .other-content .grid-box { grid-template-columns: 1fr; }
    .other-content .content-wrap { padding: 3em 0; }
    .other-content .w90 { width: 96%; }
    .other-content table tr th, .other-content table tr td { padding: 12px 15px; }

  .js-scrollable table, table.no-responsive {
    width: 100%;
    /*min-width: 800px;*/
  }
  .js-scrollable table tr th, .js-scrollable table tr td,
  table.no-responsive tr th, table.no-responsive tr td {
    display: table-cell;
    width: auto!important;
  }
  .js-scrollable table tr td:last-child, table.no-responsive tr td:last-child { padding-top: 12px!important; }
}

@media screen and (max-width: 575px) {
    .flex4 > div { width: 100%; }
    .grid-box { grid-template-columns: 1fr; }
    /*
    .scrolldown { display: none; }
    */
}