@charset "UTF-8";
/* set
-------------------------------------------------------------- */
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;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

td, th {
  vertical-align: middle;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

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

hr {
  display: block;
  margin: 0;
  border: none;
  border-top: 1px solid;
}

address {
  font-style: normal;
}

/* abstrats
-------------------------------------------------------------- */
@font-face {
  font-family: "fonts";
  src: url("/assets/design/fonts/fonts.eot?dxr7vz");
  src: url("/assets/design/fonts/fonts.eot?dxr7vz#iefix") format("embedded-opentype"), url("/assets/design/fonts/fonts.ttf?dxr7vz") format("truetype"), url("/assets/design/fonts/fonts.woff?dxr7vz") format("woff"), url("/assets/design/fonts/fonts.svg?dxr7vz#fonts") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=new_icon-], [class*=" new_icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "fonts" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.new_icon-access_time:before {
  content: "\e900";
}

.new_icon-check:before {
  content: "\e901";
}

.new_icon-chevron_left:before {
  content: "\e902";
}

.new_icon-chevron_right:before {
  content: "\e903";
}

.new_icon-close:before {
  content: "\e904";
}

.new_icon-corporate_fare:before {
  content: "\e905";
}

.new_icon-directions_subway:before {
  content: "\e906";
}

.new_icon-east:before {
  content: "\e907";
}

.new_icon-expand_less:before {
  content: "\e908";
}

.new_icon-expand_more:before {
  content: "\e909";
}

.new_icon-favorite_border:before {
  content: "\e90a";
}

.new_icon-favorite:before {
  content: "\e90b";
}

.new_icon-info:before {
  content: "\e90c";
}

.new_icon-login:before {
  content: "\e90d";
}

.new_icon-logout:before {
  content: "\e90e";
}

.new_icon-mail:before {
  content: "\e90f";
}

.new_icon-map:before {
  content: "\e910";
}

.new_icon-menu:before {
  content: "\e911";
}

.new_icon-place:before {
  content: "\e912";
}

.new_icon-refresh:before {
  content: "\e913";
}

.new_icon-search:before {
  content: "\e914";
}

/* module
-------------------------------------------------------------- */
/* layout
-------------------------------------------------------------- */
/* module
-------------------------------------------------------------- */
/* setting
-------------------------------------------------------------- */
* {
  box-sizing: border-box;
}

.invisible {
  visibility: hidden;
}

html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #000;
  font-size: 16px;
  font-feature-settings: "pkna";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
  word-break: break-all;
  font-weight: bold;
}

a {
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
a img {
  display: block;
}
a:hover img {
  opacity: 0.8;
}

b, strong {
  font-weight: 700;
}

img {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* module
-------------------------------------------------------------- */
/* layout
-------------------------------------------------------------- */
body {
  min-width: 1000px;
  margin: 0 auto;
}

#container {
  position: relative;
  width: 100%;
}

.l-inner {
  margin: 0 auto;
  width: 980px;
  position: relative;
}

main {
  background: #F9F8EE;
}

/* background
-------------------------------*/
.l-wrapper-blueLight {
  background-image: url("/assets/design/images/bg_waterblue.png");
}

/* color
-------------------------------*/
.clr-orange {
  color: #F57F11;
}

/* brd
-------------------------------*/
.brd {
  border: 1px solid #D9D9D9;
}

/* title
-------------------------------*/
.page_header {
  margin-top: 10px;
  background: #000;
}
.page_header:after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: url("/assets/design/images/ptn_slant-gold.png");
  background-size: 5px;
}
.page_header .title {
  padding: 14px 18px;
  color: #fff;
  font-weight: normal;
}
.page_header .title .clr-red {
  display: inline-block;
  font-size: 20px;
}
.page_header .title .text_s {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.page_header .title.en {
  padding: 10px 18px;
  font-size: 22px;
}
.page_header .title.en .clr-red {
  font-size: 22px;
}

.c_title {
  display: flex;
  align-items: center;
  padding: 8px;
  background: url("/assets/design/images/bg_side_title.png");
  background-size: cover;
}
.c_title .title {
  padding-left: 8px;
  line-height: 1.25;
  border-left: 4px solid #F9F8EE;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
.c_title .count {
  margin-left: 10px;
  color: #fff;
  font-size: 14px;
}
.c_title .count .clr-red {
  font-size: 20px;
}
.c_title .btn {
  margin-left: auto;
}

/* table
-------------------------------*/
table {
  width: 100%;
}
table th {
  padding: 10px 3px;
  font-size: 14px;
  text-align: left;
}
table td {
  padding: 10px;
  font-size: 14px;
}

/* module
-------------------------------------------------------------- */
/* Header
-------------------------------------------------------------- */
.l-header {
  position: relative;
}
.l-header .inner {
  display: flex;
  align-items: center;
}
.l-header a {
  text-decoration: none;
}

.overlay {
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.overlay.on, .overlay.on-topbar {
  opacity: 0.6;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.overlay.on {
  top: 140px;
  z-index: 999;
}
.overlay.on-topbar {
  top: 0;
  z-index: 2000;
}

/* header 固定 */
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: url("/assets/design/images/bg_header.png");
  background-size: cover;
  z-index: 1010;
}
.header.fixed > .inner {
  padding: initial;
  height: 60px;
}
.header.fixed .header_logo img {
  width: 91px;
  height: 41px;
}
.header.fixed .header_navigation {
  margin-left: 20px;
}
.header.fixed .header_navigation-menu {
  display: flex;
  align-items: center;
}
.header.fixed .header_navigation-menu > li {
  background: none;
  border: none;
  border-right: 1px solid #373737;
}
.header.fixed .header_navigation-menu > li:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header.fixed .header_navigation-submenu {
  top: 45px;
}
.header.fixed .header_navigation-submenu .wrap {
  margin-top: 15px;
}
.header.fixed .header_navigation .menu_item {
  width: auto;
  height: 30px;
  padding: 6px;
  box-shadow: none;
}
.header.fixed .header_navigation .menu_item i {
  display: none;
}
.header.fixed .header_navigation .menu_item .text-l {
  display: inline;
  font-size: 14px;
}
.header.fixed .header_navigation .menu_item .text-s {
  display: inline;
}
.header.fixed .header_navigation .js-mm_hover:hover .menu_item:after {
  position: absolute;
  bottom: 0;
  left: 1px;
  content: "";
  width: 100%;
  height: 1px;
  background: #E02326;
}
.header.fixed .header_navigation-info .info_item {
  margin: 0;
  padding: 6px;
  border: none;
  font-size: 12px;
}
.header.fixed .header_navigation-info .info_item i {
  margin-right: 2px;
  font-size: 26px;
}
.header.fixed .header_navigation-info .info_item.on {
  border-bottom: 1px solid #61512f;
}
.header.fixed .header_navigation-info .info_menu {
  display: none;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  background: #000;
  z-index: 1001;
}
.header.fixed .header_navigation-info .info_menu li {
  border-bottom: 1px solid #2a2a2a;
}
.header.fixed .header_navigation-info .info_menu li:last-of-type {
  border-bottom: none;
}
.header.fixed .header_navigation-info .info_menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  padding: 5px 0 5px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
  text-align: center;
}
.header.fixed .header_navigation-info .info_menu a .new_icon-arrow_r {
  color: #E02326;
  font-size: 24px;
}
.header.fixed .header_navigation-info .info_menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header.fixed .header_navigation-action {
  display: block;
  border-left: 1px solid #373737;
}
.header.fixed .header_navigation-action a {
  display: block;
  line-height: 1;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
}
.header.fixed .header_navigation-action a + a {
  margin-top: 6px;
}
.header.fixed .header_navigation-action a:hover {
  text-decoration: underline !important;
}
.header.fixed .header_navigation-contact {
  width: 260px;
}
.header.fixed .header_navigation-contact .contact {
  padding: 0;
  background: none;
  border: none;
}
.header.fixed .header_navigation-contact .contact .tel_item {
  margin-bottom: 4px;
}
.header.fixed .header_navigation-contact .contact .tel_item img {
  width: 19px;
  height: 10px;
}
.header.fixed .header_navigation-contact .contact .tel_item-no {
  margin-bottom: 3px;
  margin-left: 5px;
  font-size: 18px;
}
.header.fixed .header_navigation-contact .contact .tel_item-text {
  color: #fff;
}
.header.fixed .header_navigation-contact .contact .tel_item-text br {
  display: none;
}
.header.fixed .header_navigation-contact .contact .btn_item {
  justify-content: flex-start;
}
.header.fixed .header_navigation-contact .contact .btn_item .btn {
  width: auto;
  height: 24px;
  padding: 0 5px;
  margin-right: 5px;
  font-size: 12px;
}
.header.fixed .header_navigation-contact .contact .btn_item .btn .new_icon-email {
  display: none;
}

.fixed-on + main {
  margin-top: 100px;
}

/* module
-------------------------------------------------------------- */
/* Footer
-------------------------------------------------------------- */
.l-footer {
  margin-top: 60px;
  padding: 60px 0;
  background: #004EA2;
}
.l-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-footer-catchcopy {
  margin-top: 15px;
  line-height: 1.6;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.l-footer-nav {
  width: 500px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 20px;
  align-content: start;
}
.l-footer-nav-link {
  line-height: 1.6;
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}
.l-footer-nav-link:hover {
  text-decoration: underline;
}
.l-footer-copyright {
  margin-top: 30px;
  line-height: 1.3;
  color: #FFF;
  font-size: 11px;
}

/* components
-------------------------------------------------------------- */
/* module
-------------------------------------------------------------- */
/* form
-------------------------------------------------------------- */
label {
  cursor: pointer;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #808080;
}

::placeholder { /* Others */
  color: #808080;
}

button {
  cursor: pointer;
}

/* input */
.form-input-text {
  width: 100%;
  padding: 10px;
  line-height: 1;
  background: #FFF;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.form-input-text:focus {
  background: #FDFCD6;
}
.form-input-text.is-selected {
  background: #FDFCD6;
}


/* select */
.c-form-selectWrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}
.c-form-selectWrapper i {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  font-size: 24px;
}
.c-form-selectItem {
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 13px 30px 13px 10px;
  transition: all 0.3s ease;
  z-index: 2;
}
.c-form-select-string {
  display: block;
  white-space: nowrap;
}
.c-form-select-string.is-disabled {
  color: #808080;
}
.c-form-select-string-end {
  margin-left: 5px;
}
.c-form-select-string-front {
  margin-right: 5px;
}
.c-form-select-separator {
  display: block;
  margin: 0 10px;
}

.form-selected {
  padding: 20px;
  background: #FDFCD6;
}
.form-selected-conditions {
  margin-bottom: 10px;
}
.form-selected .l-flex {
  justify-content: space-between;
}
.form-selected .l-flex .c-button-primary {
  width: 194px;
  height: 42px;
  margin-left: 10px;
  margin-right: 0;
  font-weight: bold;
}
.form-selected .l-flex .c-button-secondary {
  flex-flow: column;
  flex-shrink: 0;
  width: 56px;
  height: 42px;
}

/* module
-------------------------------------------------------------- */
/* topbar
-------------------------------------------------------------- */
/* topbar */
.c-topbar {
  padding: 5px 0;
  background: #004EA2;
  line-height: 1;
}
.c-topbar .l-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-topbar-desc {
  margin-right: auto;
  line-height: 1.3;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
}
.c-topbar .c-searchBox {
  width: 200px;
}
.c-topbar-action {
  display: flex;
  gap: 10px;
}
.c-topbar-action .c-button {
  justify-content: center;
  height: 32px;
  padding: 0 10px;
  font-size: 11px;
}
.c-topbar-action .c-button i {
  color: #F57F11;
}

/* module
-------------------------------------------------------------- */
/* searchBox
-------------------------------------------------------------- */
.c-searchBox {
  width: 100%;
  overflow: hidden;
  background: #FFF;
  border-radius: 5px;
}
.c-searchBox form {
  display: flex;
  align-items: center;
  width: 100%;
}
.c-searchBox button {
  width: 32px;
  height: 32px;
  padding: 0;
  background: none;
  color: #000;
  border: none;
  outline: none;
}
.c-searchBox button .new_icon-search:before {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
.c-searchBox-word {
  width: calc(100% - 32px);
  height: 32px;
  padding: 0 10px;
  background: none;
  border: none;
  line-height: 1.3;
  font-size: 12px;
  color: #000;
  outline: none;
}

/* module
-------------------------------------------------------------- */
/* headerNavigation */
.c-headerNavigation {
  position: relative;
  background: #FFF;
  z-index: 1000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-headerNavigation .l-inner {
  display: flex;
  align-items: center;
  padding: 15px 0;
  gap: 20px;
  position: initial;
}
.c-headerNavigation-logo {
  margin-right: auto;
}
.c-headerNavigation {
  /* navigation */
}
.c-headerNavigation-menuWrapper {
  display: flex;
  align-items: center;
}
.c-headerNavigation-menuWrapper .separate {
  width: 1px;
  height: 20px;
  background: #D9D9D9;
  margin: 0 20px;
}
.c-headerNavigation-menu {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-headerNavigation-menuItem {
  line-height: 1.3;
  background: #FFF;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-headerNavigation-menuItem:hover {
  background: #CCC;
}
.c-headerNavigation-menuItem a {
  display: flex;
  align-items: center;
  padding: 10px 5px;
}
.c-headerNavigation-menuItem i {
  color: #F57F11;
  font-size: 20px;
}
.c-headerNavigation-menuItem .text {
  display: flex;
  align-items: center;
  color: #004EA2;
  font-weight: bold;
  white-space: nowrap;
}
.c-headerNavigation-menuItem .text-l {
  font-size: 18px;
}
.c-headerNavigation-menuItem .text-s {
  font-size: 14px;
}
.c-headerNavigation-info {
  position: relative;
}
.c-headerNavigation-info:hover .new_icon-expand_more {
  transform: scale(1, -1);
}
.c-headerNavigation-infoItem {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 93px;
  height: 44px;
  line-height: 1;
  color: #004EA2;
  font-weight: bold;
  font-size: 11px;
  cursor: pointer;
}
.c-headerNavigation-infoItem i {
  color: #F57F11;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-headerNavigation-infoMenuWrapper {
  display: none;
}
.c-headerNavigation-infoMenu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 130px;
  padding: 10px 10px 10px 5px;
  background: #000;
  z-index: 1001;
}
.c-headerNavigation-infoMenu a {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-headerNavigation-infoMenu a i {
  color: #F57F11;
  font-size: 16px;
}
.c-headerNavigation-infoMenu a:hover {
  color: #F57F11;
}
.c-headerNavigation-contact {
  flex-shrink: 0;
  width: 170px;
  margin-left: auto;
}
.c-headerNavigation-contact .c-button {
  width: 100%;
  height: 44px;
  font-size: 16px;
}

/* module
-------------------------------------------------------------- */
/* button
-------------------------------------------------------------- */
.c-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-button:hover {
  box-shadow: none;
  text-decoration: none;
  opacity: 0.85;
}
.c-button [class*=new_icon-] {
  display: block;
  font-size: 16px;
}
.c-button-btnLabel {
  display: flex;
  align-items: baseline;
}

/* 問い合わせボタン */
.c-button-contact {
  justify-content: center;
  background: linear-gradient(180deg, #F23134 0%, #BA070A 100%);
  color: #FFF;
  line-height: 1.3;
  font-weight: bold;
}
.c-button-contact .new_icon-mail {
  color: #FFF;
  font-size: 24px;
}

/* ボタン orange */
.c-button-orange {
  justify-content: center;
  gap: 3px;
  padding: 0 10px;
  background: linear-gradient(180deg, #FB9324 0%, #E46403 100%);
  color: #FFF;
  font-weight: bold;
}
.c-button-orange .text-l {
  font-size: 18px;
}
.c-button-orange .text-s {
  font-size: 14px;
}
.c-button-orange [class*=new_icon-] {
  color: #FFF;
  font-size: 24px;
}

/* ボタン white */
.c-button-white {
  padding: 0 5px 0 12px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F2F2F2 100%);
  border: 1px solid #D9D9D9;
  color: #000;
  line-height: 1.3;
}
.c-button-white .count {
  display: block;
  padding: 2px 6px;
  line-height: 1.2;
  background: #F57F11;
  border-radius: 16px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
}
.c-button-white i {
  color: #F57F11;
  font-size: 20px;
}

/* ボタン LINE */
.c-button-line {
  justify-content: center;
  padding: 0 10px;
  background: linear-gradient(180deg, #06C755 0%, #14A14E 100%);
  color: #FFF;
  line-height: 1.3;
  font-weight: bold;
}

/* module
-------------------------------------------------------------- */
/* tag
-------------------------------------------------------------- */
.c-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 3px;
}

.c-tag {
  display: flex;
  align-items: center;
  line-height: 1.2;
  height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  color: #FFF;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
}
.c-tag-green {
  background: #51BA51;
}
.c-tag-blue {
  background: #004EA2;
}
.c-tag-aqua {
  background: #4CACC4;
}
.c-tag-pink {
  background: #E0797B;
}

/* module
-------------------------------------------------------------- */
/* tab
-------------------------------------------------------------- */
.c-tabs {
  margin-bottom: 60px;
}
.c-tabs-description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 30px;
  background: #FFF;
}
.c-tabs-descriptionText {
  line-height: 1.6;
  font-size: 14px;
}
.c-tabs-description .c-button {
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
}
.c-tabs-list {
  display: flex;
  align-items: center;
}
.c-tabs-listItem {
  position: relative;
  width: 100%;
  text-align: center;
}
.c-tabs-listItem a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  height: 51px;
  line-height: 1.3;
  background: #282828;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}
.c-tabs-listItem a:hover {
  background: #004EA2;
}
.c-tabs-listItem.is-current a {
  background: #004EA2;
}
.c-tabs-content {
  background: url("/assets/design/images/ptn_dot_beige.png");
  background-size: 100px auto;
  border: 1px solid #D9D9D9;
  border-top: none;
}

/* module
-------------------------------------------------------------- */
/* 物件リスト
-------------------------------------------------------------- */
/*　共通 */
.c-bukken-list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
  padding: 30px;
}
.c-bukken-slider .slick-track {
  display: flex;
  gap: 20px;
}
.c-bukken-itemWrapper {
  min-width: 0;
  flex: 0 0 calc((100% - 20px * 3) / 4);
  background: url("/assets/design/images/shadow.png") no-repeat center bottom;
  background-size: 100% 10px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-bukken-itemWrapper:hover {
  transform: translateY(2px);
  background: none;
}
.c-bukken-slider .c-bukken-itemWrapper {
  width: 230px;
  flex: initial;
}
.c-bukken-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding: 10px 10px 15px;
  background: #FFF;
  border: 1px solid #D9D9D9;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-bukken-item a {
  display: block;
  text-decoration: none;
}
.c-bukken-pht {
  position: relative;
  width: 100%;
  height: 128px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
}
.c-bukken-pht img {
  display: block;
  width: 100%;
  height: 128px;
  object-fit: cover;
}
.c-bukken-slider .c-bukken-pht {
  height: 150px;
}
.c-bukken-slider .c-bukken-pht img {
  height: 150px;
}
.c-bukken-label {
  position: absolute;
  top: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  z-index: 1;
}
.c-bukken-label span {
  display: inline-flex;
  align-items: center;
  padding: 0 5px;
  height: 15px;
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
}
.c-bukken-label .label {
  background: #E02326;
  color: #FFF;
}
.c-bukken-label .date {
  background: rgba(255, 255, 255, 0.9);
  color: #E02326;
}
.c-bukken-summary {
  display: flex;
  flex-direction: column;
  gap: 5px;
  height: 91px;
}
.c-bukken-name {
  line-height: 1.3;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.c-bukken-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 0 5px;
  line-height: 1.3;
  font-size: 12px;
}
.c-bukken-text b {
  color: #F57F11;
}

/* module
-------------------------------------------------------------- */
/* section */
.c-section {
  margin-bottom: 30px;
}
.c-section-mb60 {
  margin-bottom: 60px;
}

/* module
-------------------------------------------------------------- */
/* sectionTitle */
.c-sectionTitle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.c-sectionTitle-title {
  display: flex;
  align-items: center;
  line-height: 1.6;
  font-size: 20px;
}
.c-sectionTitle-title i {
  font-size: 24px;
}
.c-sectionTitle .c-button {
  height: 36px;
  padding: 0 10px;
  font-size: 12px;
  white-space: nowrap;
}

/* module
-------------------------------------------------------------- */
/* company
-------------------------------------------------------------- */
.c-company {
  background: #004EA2;
}
.c-company .l-inner {
  display: flex;
  gap: 55px;
}
.c-company-left {
  width: 335px;
  padding: 35px 0;
  background: #003B7A;
}
.c-company-catchcopy {
  margin-bottom: 18px;
  line-height: 1.3;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.c-company {
  /* logo box */
}
.c-company-logo {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -10px 26px;
  height: 91px;
  gap: 10px;
  background: #FFF;
}
.c-company-logo:before, .c-company-logo:after {
  position: absolute;
  content: "";
  top: 100%;
  border: none;
}
.c-company-logo:before {
  left: 0;
  border-bottom: solid 10px transparent;
  border-right: solid 10px #000;
}
.c-company-logo:after {
  right: 0;
  border-bottom: solid 10px transparent;
  border-left: solid 10px #000;
}
.c-company-body {
  margin: 0 15px 15px;
  line-height: 1.6;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
}
.c-company {
  /* link buttons */
}
.c-company-links {
  display: flex;
  gap: 10px;
  margin: 0 15px;
}
.c-company-links .c-button {
  height: 36px;
  flex: 1;
  justify-content: space-between;
  font-size: 12px;
}
.c-company-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 40px 0;
}
.c-company {
  /* feature circles */
}
.c-company-features {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.c-company-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 5px;
  width: 180px;
  height: 180px;
  line-height: 1.3;
  background: #FFF;
  border: 5px solid #D8E9F1;
  border-radius: 50%;
  color: #E02326;
  font-weight: bold;
  text-align: center;
}
.c-company-feature:nth-of-type(2) {
  animation-delay: 0.3s;
}
.c-company-feature:nth-of-type(3) {
  animation-delay: 0.6s;
}
.c-company-feature-main {
  font-size: 30px;
}
.c-company-feature-sub {
  font-size: 18px;
}
.c-company-feature .marker {
  background: linear-gradient(transparent 50%, #FFF600 50%);
}
.c-company-contact {
  border: 2px solid #FFF;
  border-radius: 10px;
  padding: 18px 23px;
}
.c-company-contact-text {
  margin-bottom: 15px;
  line-height: 1.6;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.c-company-contact-btns {
  display: flex;
  gap: 10px;
}
.c-company .c-button {
  flex: 1;
  height: 44px;
  gap: 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}
.c-company .d-company-contact-btn:hover {
  opacity: 0.85;
}
.c-company .d-company-contact-btn--mail {
  background: #e53935;
}
.c-company .d-company-contact-btn--clock {
  background: #f07c00;
}
.c-company .d-company-contact-btn--line {
  background: #06c755;
}
.c-company .d-company-contact-btn-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.c-company .d-company-contact-btn-icon svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

/* module
-------------------------------------------------------------- */
/* popular
-------------------------------------------------------------- */
.c-popular {
  padding: 60px 0;
  background: #FFF;
}
.c-popular .l-inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.c-popular-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.c-popular-label {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  line-height: 1.3;
  font-size: 15px;
  font-weight: bold;
}
.c-popular-links {
  width: 770px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  line-height: 1.3;
}
.c-popular-links a:hover {
  text-decoration: underline;
}

/* module
-------------------------------------------------------------- */
/* 追従ボタン
-------------------------------------------------------------- */
.c-floatingBtn {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 100;
}
.c-floatingBtn-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
}
.c-floatingBtn .c-button {
  flex-direction: column;
  gap: 2px;
  width: 45px;
  height: 154px;
  font-size: 16px;
  border-radius: 5px 0 0 5px;
}
.c-floatingBtn .c-fixedBtn-text {
  writing-mode: vertical-rl;
}

/* module
-------------------------------------------------------------- */
.c-pageTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 400;
}
.c-pageTop-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #FFF;
  background: #282828;
  border-radius: 25px;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-pageTop-button:hover {
  background: #FFF;
  color: #282828;
}

/* animation
-------------------------------------------------------------- */
/* fadeIn */
.js-fadeIn {
  opacity: 0;
}
.js-fadeIn.is-fadeIn-show {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* fadeUp */
.is-fadeUp-show {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-popUp {
  opacity: 0;
}
.js-popUp.is-popUp-show {
  animation: bounceIn 0.75s 1 forwards;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, 100% {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
