@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  cursor: default;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

main {
  display: block;
}

nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

a {
  background-color: transparent;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe {
  border-style: none;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}

button,
input,
select {
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

fieldset {
  border: 1px solid #a0a0a0;
  padding: 0.35em 0.75em 0.625em;
}

input {
  overflow: visible;
}

nd {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

select {
  text-transform: none;
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical;
  resize: block;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
  box-shadow: none;
}

details {
  display: block;
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
}

[hidden] {
  display: none;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

/* _style.scss -------------------------------------------------- */
html {
  overflow-y: auto;
  font-size: 62.5%; /*10px*/
}

body {
  background-color: #fff;
  color: #393b3f;
  font-family: -apple-system-body, blinkMacSystemFont, "Helvetica Neue", Arial, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
  width: auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.serif {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}

p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0;
}

strong {
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.normal {
  font-weight: 500 !important;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

ul {
  padding: 0;
  list-style: none;
}

.inlineBlock {
  display: inline-block;
}

.dummy {
  margin-top: 20px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e2e6e9;
  color: #fff;
  text-align: center;
}

.color-bk {
  color: #1f1f1f !important;
}
.color-main {
  color: #72b8da !important;
}
.color-point {
  color: #3073bb !important;
}
.color-point2 {
  color: #eb6f3c !important;
}

.bg-base {
  background: #f3f2ed !important;
}
.bg-box {
  background: #eff0f2 !important;
}
.bg-gray {
  background: #e2e6e9 !important;
}
.bg-main-light {
  background: #d5eaf4 !important;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.price {
  font-size: 1.2rem;
  line-height: 1.4;
}
.price strong {
  margin: 0 0.1em;
  color: #395071;
  font-size: 2rem;
  font-weight: bold;
  vertical-align: -1px;
}

.annotation {
  text-indent: -1em;
  padding-left: 1em;
}
.annotation li {
  margin-top: 0.4em;
}

ol.annotation {
  text-indent: -2em;
  padding-left: 2em;
}

.hideT {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

a {
  position: relative;
  color: #0778a4;
  text-decoration: none;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: underline;
  transition: all 0.2s ease;
}
a:visited, a:active {
  color: #0778a4;
  text-decoration: none;
}
a:hover img {
  text-decoration: none;
  opacity: 0.8;
}
a.linkLine, .linkLine a {
  text-decoration: underline;
}
a.linkLine:hover, .linkLine a:hover {
  text-decoration: none;
}
a.linkColorB {
  color: #1f1f1f;
}
a.linkColorB:hover {
  color: #0778a4;
}

.arrow, .arrow-back {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
}
.arrow::before, .arrow-back::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #72b8da;
  border-right: 2px solid #72b8da;
  transform: rotate(45deg);
  position: absolute;
  left: 0.1em;
  top: 0.5em;
}

.arrow-back::before {
  transform: rotate(-135deg);
  left: 0.3em;
}

.linkBox,
.linkBox a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.scale {
  overflow: hidden;
  background: #000;
}
.scale img {
  transform: scale(1);
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
.scale:hover {
  opacity: 1;
  text-shadow: 0 0 10px rgb(0, 0, 0);
}
.scale:hover img {
  transform: scale(1.1);
  opacity: 0.9;
}
.scale .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

.bg-scale {
  position: relative;
  overflow: hidden;
  background: #000;
  text-align: center;
}
.bg-scale:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease-out;
  opacity: 0.6;
}
.bg-scale:hover {
  text-shadow: 0 0 10px rgb(0, 0, 0);
  opacity: 1;
}
.bg-scale:hover:after {
  opacity: 0.9;
  transform: scale(1.1);
}
.bg-scale .inner {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
  z-index: 1;
}

svg {
  margin: -0.2em 8px 0 0;
  width: 20px;
  height: 20px;
  fill: #1f1f1f;
}
svg.ico-blank {
  margin: -0.5em 0.1em 0;
  height: 0.7em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.imgFit {
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  background: #eff0f2;
  overflow: hidden;
  position: relative;
  display: block;
}
.imgFit img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgFit svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.imgCont {
  width: 100%;
  padding-top: 66.66%;
  margin: 0;
  display: block;
  background: #eff0f2;
  position: relative;
}
.imgCont img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.imgCont svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.noPhoto,
a .noPhoto,
a:hover .noPhoto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  color: #ccc !important;
  white-space: nowrap;
  text-decoration: none;
}

.noPhotoSvg,
a .noPhotoSvg,
a:hover .noPhotoSvg {
  width: 90px;
  height: 15px;
  margin: 0;
}

.flexbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* 共通--------------------------------------------------------------- */
/* _common.scss -------------------------------------------------- */
.date-basic {
  color: #76797e;
  text-align: right;
}

.crumbs ol {
  display: flex;
  color: #76797e;
}
.crumbs li:not(:first-child)::before {
  display: inline-block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #76797e;
  border-right: 1px solid #76797e;
  transform: rotate(45deg);
  margin: 0 12px 2px;
}
.crumbs a {
  text-decoration: underline;
}
.crumbs a:hover {
  text-decoration: none;
}

.ico_flag {
  width: 56px;
  height: 48px;
  padding: 4px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eb6f3c;
  position: relative;
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.1));
}
.ico_flag::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 28px 0 0;
  border-color: #eb6f3c transparent transparent transparent;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.ico_flag::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 28px 16px 0;
  border-color: transparent #eb6f3c transparent transparent;
  position: absolute;
  right: 0;
  bottom: -16px;
}
.ico_flag svg {
  margin: 0;
  width: 24px;
  height: 24px;
  fill: #fff;
}

.ico-gselect {
  width: 88px;
  height: 24px;
  margin: -5px 4px -3px 0;
}

.zoomIco {
  position: relative;
}
.zoomIco::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/ico/ico_zoom.svg") no-repeat;
  background-size: 24px 24px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

.container {
  position: relative;
  z-index: 1;
}

.linkBlock-point {
  font-weight: bold;
}
.actionBtn02 + .linkBlock-point {
  color: #3073bb;
}
.actionBtn01 + .linkBlock-point {
  color: #eb6f3c;
}

.kv {
  width: 100%;
  position: relative;
}
.kv-logo {
  display: block;
}
.kv-ttl {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.kv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  background: #3073bb;
  z-index: -1;
}
.kv-img img {
  opacity: 0.6;
}

.head-main {
  margin: 0;
  background: #e2e6e9;
}
.head-main svg {
  fill: #3073bb;
}

.head01 {
  font-weight: bold;
}
.head01:first-child {
  margin-top: 0;
}

.head02 {
  font-weight: bold;
}
.head02.-line {
  text-align: center;
  position: relative;
}
.head02.-line::before {
  content: "";
  background: #72b8da;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -2;
}
.head02.-line::after {
  content: "";
  background: #fff;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 25%;
  top: 0;
  z-index: -1;
}
.head02:first-child {
  margin-top: 0;
}

.head03 {
  color: #72b8da;
  font-weight: bold;
  text-align: center;
}
.head03:first-child {
  margin-top: 0;
}
.head03 span {
  display: inline-block;
}

.head04 {
  color: #3073bb;
  font-weight: bold;
  text-align: center;
}
.head04:first-child {
  margin-top: 0;
}

.head-related {
  font-weight: bold;
}
.head-related:first-child {
  margin-top: 0;
}
.head-related .label {
  background: #72b8da;
  color: #fff;
  font-weight: 500;
}

.head-flag {
  font-weight: bold;
  position: relative;
}

.ttl01 {
  color: #c4ccd2;
  font-weight: 500;
  text-align: center;
}
.ttl01:first-letter {
  color: #72b8da;
}
.ttl01:first-child {
  margin-top: 0;
}

.ttl02 {
  color: #76797e;
  font-weight: 500;
}
.ttl02 span {
  display: block;
  color: #c4ccd2;
}
.ttl02:first-child {
  margin-top: 0;
}

.menu-tab {
  text-align: center;
}
.menu-tab:first-child {
  margin-top: 0;
}
.menu-tab ul {
  margin: 0;
  display: flex;
  align-items: stretch;
  justify-content: center;
  background: #eff0f2;
  border-radius: 4px;
}
.menu-tab li {
  padding: 0 1px 0 2px;
}
.menu-tab li:not(:first-child) {
  position: relative;
}
.menu-tab li:not(:first-child)::before {
  content: "";
  background: #e2e6e9;
  width: 1px;
  height: 80%;
  position: absolute;
  left: 0;
  top: 10%;
}
.menu-tab a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #393b3f;
  font-weight: bold;
  text-decoration: none;
}
.menu-tab a.cr, .menu-tab a:hover {
  background: #72b8da;
  color: #fff;
  border-radius: 4px;
}
.menu-area a {
  display: block;
  color: #393b3f;
}
.menu-area a.cr, .menu-area a:hover {
  background: #72b8da;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.baseBtn, .actionBtn02,
a.actionBtn02, .actionBtn01,
a.actionBtn01, .submitBtn01,
a.submitBtn01, .subBtn,
a.subBtn,
a.baseBtn {
  padding: 14px 16px 13px;
  color: #393b3f;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  border: solid 1px #575a5f;
  border-radius: 4px;
  position: relative;
}
.baseBtn:hover, .actionBtn02:hover, .actionBtn01:hover, .submitBtn01:hover, .subBtn:hover,
a.baseBtn:hover {
  text-decoration: none;
  background: #575a5f;
  color: #fff;
}
.baseBtn i, .actionBtn02 i, .actionBtn01 i, .submitBtn01 i, .subBtn i,
a.baseBtn i {
  margin: 0 0.5em;
}
.baseBtn svg, .actionBtn02 svg, .actionBtn01 svg, .submitBtn01 svg, .subBtn svg,
a.baseBtn svg {
  fill: #72b8da;
}
.baseBtn .btn-gselect, .actionBtn02 .btn-gselect, .actionBtn01 .btn-gselect, .submitBtn01 .btn-gselect, .subBtn .btn-gselect,
a.baseBtn .btn-gselect {
  width: 110px !important;
  height: 30px !important;
  fill: #040000;
}
.baseBtn:hover .btn-gselect, .actionBtn02:hover .btn-gselect, .actionBtn01:hover .btn-gselect, .submitBtn01:hover .btn-gselect, .subBtn:hover .btn-gselect,
a.baseBtn:hover .btn-gselect {
  fill: #fff;
}
.baseBtn.arrow, .arrow.actionBtn02, .arrow.actionBtn01, .arrow.submitBtn01, .arrow.subBtn, .baseBtn.arrow-back, .arrow-back.actionBtn02, .arrow-back.actionBtn01, .arrow-back.submitBtn01, .arrow-back.subBtn,
a.baseBtn.arrow {
  padding-left: 28px !important;
  padding-right: 28px !important;
  position: relative;
}
.baseBtn.arrow::before, .arrow.actionBtn02::before, .arrow.actionBtn01::before, .arrow.submitBtn01::before, .arrow.subBtn::before, .baseBtn.arrow-back::before, .arrow-back.actionBtn02::before, .arrow-back.actionBtn01::before, .arrow-back.submitBtn01::before, .arrow-back.subBtn::before,
a.baseBtn.arrow::before {
  left: inherit;
  right: 12px;
  top: 50%;
  margin-top: -4px;
}
.baseBtn.arrow-back, .arrow-back.actionBtn02, .arrow-back.actionBtn01, .arrow-back.submitBtn01, .arrow-back.subBtn,
a.baseBtn.arrow-back {
  padding-left: 28px;
  padding-right: 28px;
  position: relative;
}
.baseBtn.arrow-back::before, .arrow-back.actionBtn02::before, .arrow-back.actionBtn01::before, .arrow-back.submitBtn01::before, .arrow-back.subBtn::before,
a.baseBtn.arrow-back::before {
  left: 12px;
  top: 50%;
  margin-top: -4px;
}
.baseBtn.close, .close.actionBtn02, .close.actionBtn01, .close.submitBtn01, .close.subBtn,
a.baseBtn.close {
  padding-left: 24px;
  padding-right: 24px;
}
.baseBtn.close::before, .close.actionBtn02::before, .close.actionBtn01::before, .close.submitBtn01::before, .close.subBtn::before, .baseBtn.close::after, .close.actionBtn02::after, .close.actionBtn01::after, .close.submitBtn01::after, .close.subBtn::after,
a.baseBtn.close::before,
a.baseBtn.close::after {
  content: "";
  width: 12px;
  height: 2px;
  background: #72b8da;
  transform: rotate(45deg);
  position: absolute;
  left: 10px;
  bottom: 50%;
  margin-bottom: -1px;
}
.baseBtn.close::after, .close.actionBtn02::after, .close.actionBtn01::after, .close.submitBtn01::after, .close.subBtn::after,
a.baseBtn.close::after {
  transform: rotate(-45deg);
}
.baseBtn .freeD, .actionBtn02 .freeD, .actionBtn01 .freeD, .submitBtn01 .freeD, .subBtn .freeD,
a.baseBtn .freeD {
  margin: -4px 4px 0 0;
}

.subBtn,
a.subBtn {
  background: #76797e;
  border-color: #76797e;
  color: #fff;
}
.subBtn svg,
a.subBtn svg {
  fill: #fff;
}
.subBtn:hover,
a.subBtn:hover {
  background: #fff;
  color: #575a5f;
}
.subBtn:hover svg,
a.subBtn:hover svg {
  fill: #72b8da;
}

.submitBtn01,
a.submitBtn01 {
  background: #575a5f;
  border-color: #575a5f;
  color: #fff;
}
.submitBtn01 svg,
a.submitBtn01 svg {
  fill: #fff;
}
.submitBtn01:hover,
a.submitBtn01:hover {
  background: #fff;
  color: #575a5f;
}
.submitBtn01:hover svg,
a.submitBtn01:hover svg {
  fill: #72b8da;
}

.actionBtn01,
a.actionBtn01 {
  background: #eb6f3c;
  border-color: #eb6f3c;
  color: #fff;
}
.actionBtn01 svg,
a.actionBtn01 svg {
  fill: #fff;
}
.actionBtn01:hover,
a.actionBtn01:hover {
  background: #fff;
  color: #eb6f3c;
}
.actionBtn01:hover svg,
a.actionBtn01:hover svg {
  fill: #eb6f3c;
}
.actionBtn01::before, .actionBtn01::after,
a.actionBtn01::before,
a.actionBtn01::after {
  border-color: #fff;
}

.actionBtn02,
a.actionBtn02 {
  background: #3073bb;
  border-color: #3073bb;
  color: #fff;
}
.actionBtn02 svg,
a.actionBtn02 svg {
  fill: #fff;
}
.actionBtn02:hover,
a.actionBtn02:hover {
  background: #fff;
  color: #3073bb;
}
.actionBtn02:hover svg,
a.actionBtn02:hover svg {
  fill: #3073bb;
}
.actionBtn02::before, .actionBtn02::after,
a.actionBtn02::before,
a.actionBtn02::after {
  border-color: #fff;
}

.offBtn {
  pointer-events: none;
  background: #e2e6e9 !important;
  color: #fff !important;
  font-weight: 500 !important;
  border-color: #e2e6e9 !important;
}
.offBtn svg {
  fill: #fff;
}

.textBnr,
a.textBnr {
  margin: 0 auto;
  color: #76797e;
  background: #eff0f2;
  border: solid #c0c1c5 1px;
  display: flex;
  align-items: center;
  position: relative;
}
.textBnr:hover,
a.textBnr:hover {
  text-decoration: none;
  background: #d5eaf4;
}
.textBnr figure,
a.textBnr figure {
  margin: 0;
  padding: 0;
  flex-shrink: 0;
}
.textBnr figure img,
a.textBnr figure img {
  width: auto;
}
.textBnr p,
a.textBnr p {
  margin: 0;
  padding: 0;
}
.textBnr p span,
a.textBnr p span {
  display: inline-block;
}
.textBnr p .fL,
a.textBnr p .fL {
  font-weight: bold;
}
.textBnr p.center,
a.textBnr p.center {
  width: 100%;
}
.textBnr .ico_blank,
a.textBnr .ico_blank {
  margin: 0;
  position: absolute;
}

.link-pdf {
  min-height: 16px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.link-pdf::before {
  width: 16px;
  height: 16px;
  margin: auto 0;
  content: "";
  display: block;
  background-image: url("../img/ico/ico_pdf.png");
  background-size: 16px 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.list-base.square > li {
  padding-left: 1.4em;
  position: relative;
}
.list-base.square > li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background: #393b3f;
  position: absolute;
  top: 0.5em;
  left: 0.4em;
}
.list-tile {
  display: flex;
  flex-wrap: wrap;
}
.list-tile:last-of-type {
  margin-bottom: 0;
}
.list-tile img {
  width: 100%;
}

.label-new {
  width: 3em;
  display: inline-block;
  background: #72b8da;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}

.acTriger {
  cursor: pointer;
  position: relative;
  padding-right: 32px !important;
}
.acTriger::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-top: solid 2px #72b8da;
  border-right: solid 2px #72b8da;
  transform: rotate(135deg);
  position: absolute;
  margin-top: -10px;
  top: 50%;
  right: 10px;
}
.acTriger.active::before {
  transform: rotate(-45deg);
  margin-top: -4px;
}

.contact-inn {
  margin: 0;
  background: #eff0f2;
  text-align: center;
}
.contact-inn dd {
  margin: 0;
}
.contact-ttl {
  font-weight: bold;
}
.contact-ttl-copy {
  display: inline-flex;
  align-items: center;
}
.contact-ttl-copy::before {
  margin: 0 4px 0 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 0 28px;
  border-color: transparent transparent transparent #393b3f;
  transform: rotate(45deg);
}
.contact-ttl-copy::after {
  margin: 0 0 0 4px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 3px 28px;
  border-color: transparent transparent #393b3f transparent;
  transform: rotate(-45deg);
}
.contact-service-info {
  margin: 0;
  background: #f8f9fa;
}
.contact-service-info dt {
  font-weight: bold;
}
.contact-service-info dd {
  margin: 0;
}
.contact-bunjo .-bubble a {
  position: relative;
}
.contact-bunjo .-bubble a .bubble {
  position: absolute;
}
.contact-bunjo a[href^="tel:"] {
  background: #fff;
  color: #eb6f3c;
  border: solid 1px #c0c1c5;
}
.contact-bunjo a[href^="tel:"] svg {
  fill: #eb6f3c;
}
.contact-bunjo a[href^="tel:"].-large {
  line-height: 1;
}
.contact-bunjo a[href^="tel:"].actionBtn02 {
  background: #fff;
  color: #3073bb;
  border-color: #c0c1c5;
}
.contact-bunjo a[href^="tel:"].actionBtn02 svg {
  fill: #3073bb;
}

.search-block {
  background: #eff0f2 url("../img/tateuri/bg_search.jpg") no-repeat;
}
.search-block dt {
  color: #1f1f1f;
  font-weight: bold;
}
.search-block dd {
  margin: 0;
}
.search-block .linkBlock a {
  display: block;
  background: rgba(255, 255, 255, 0.8);
  color: #393b3f;
  text-align: center;
  border: 1px solid #c0c1c5;
}
.search-block .linkBlock a:hover {
  text-decoration: none;
  background: #393b3f;
  color: #fff;
}
.search-block .linkBlock a:hover svg {
  fill: #fff;
}

#tateuri-floating-block {
  position: relative;
}
#tateuri-floating-block #tateuri-floating-menu {
  position: sticky;
  left: 0;
  top: 0;
}

.page-title {
  color: #72b8da;
  font-size: 22px;
  text-align: center;
}
.page-title.is-black {
  color: #393b3f;
}

/* _floatParts.scss -------------------------------------------------- */
.floatParts-contact {
  z-index: 7;
}
.floatParts-info {
  z-index: 12;
}
.floatParts-sns {
  z-index: 6;
}
.floatParts-sns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #939599;
  border-radius: 50%;
}
.floatParts-sns a:hover {
  background: #0778a4;
}
.floatParts-sns svg {
  margin: 0;
  fill: #fff;
}

@media screen and (max-width: 1600px) {
  .floatParts-contact {
    top: 320px;
  }
  .floatParts-contact a {
    height: 120px;
  }
}
/* _footer.scss -------------------------------------------------- */
footer {
  z-index: 4;
  margin-top: auto;
}

.footer-copy {
  padding: 1em 0;
  color: #76797e;
  text-align: center;
}
.footer-base {
  background: #72b8da;
  color: #fff;
}
.footer-menu a {
  display: inline-block;
}
.footer-menu a::before {
  display: inline-block;
  margin: 0 0.5em 0 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.footer-menu dd {
  margin: 0;
}

/* PC---------------------------------------------------------------- */
@media print, screen and (min-width: 769px) {
  /* _common.scss -------------------------------------------------- */
  body {
    min-width: 1240px;
  }
  .pcNon {
    display: none !important;
  }
  a.pcLinkNon,
  a.pcLinkNon:hover {
    cursor: default;
    pointer-events: none;
    color: #1f1f1f;
    opacity: 1;
  }
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
  .caption {
    color: #76797e;
    font-size: 1.2rem;
  }
  .date-basic {
    margin: 24px 0 0;
  }
  .specialBnr {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .specialBnr > li {
    margin-top: 40px;
  }
  .specialBnr > li:nth-child(2n) {
    margin-left: 40px;
  }
  .specialBnr > li:nth-child(1), .specialBnr > li:nth-child(2) {
    margin-top: 0;
  }
  .basicArea .specialBnr {
    margin: 80px auto;
  }
  .ico_tenji {
    width: 90px !important;
    height: 40px !important;
  }
  .baseBtn .ico_tenji, .subBtn .ico_tenji, .submitBtn01 .ico_tenji, .actionBtn01 .ico_tenji, .actionBtn02 .ico_tenji {
    width: 40px !important;
    height: 20px !important;
  }
  .-large .ico_tenji {
    width: 60px !important;
    height: 28px !important;
  }
  .ico_tateuri {
    width: 60px !important;
    height: 40px !important;
  }
  .baseBtn .ico_tateuri, .subBtn .ico_tateuri, .submitBtn01 .ico_tateuri, .actionBtn01 .ico_tateuri, .actionBtn02 .ico_tateuri {
    width: 30px !important;
    height: 20px !important;
  }
  .-large .ico_tateuri {
    width: 42px !important;
    height: 28px !important;
  }
  .ico_bunjo {
    width: 60px !important;
    height: 40px !important;
  }
  .baseBtn .ico_bunjo, .subBtn .ico_bunjo, .submitBtn01 .ico_bunjo, .actionBtn01 .ico_bunjo, .actionBtn02 .ico_bunjo {
    width: 30px !important;
    height: 20px !important;
  }
  .-large .ico_bunjo {
    width: 42px !important;
    height: 28px !important;
  }
  .ico_chuko {
    width: 40px !important;
    height: 52px !important;
  }
  .baseBtn .ico_chuko, .subBtn .ico_chuko, .submitBtn01 .ico_chuko, .actionBtn01 .ico_chuko, .actionBtn02 .ico_chuko {
    width: 15px !important;
    height: 20px !important;
  }
  .-large .ico_chuko {
    width: 21px !important;
    height: 28px !important;
  }
  .crumbs ol {
    margin: 16px auto;
    width: 1200px;
    font-size: 1.4rem;
  }
  .basicArea {
    display: block;
    padding: 80px 0;
  }
  .basicAreaTop {
    padding: 48px 0 80px;
  }
  .innerBlock {
    display: block;
    width: 1200px;
    margin: 0 auto;
  }
  .linkBlock {
    margin: 32px 0;
    display: flex;
    justify-content: center;
  }
  .linkBlock > li {
    margin: 0 8px;
  }
  .linkBlock-point {
    margin: 12px 0 0;
    font-size: 1.8rem;
  }
  .linkBlock-info {
    margin: 12px 0 0;
    font-size: 1.4rem;
  }
  .linkBlock-info > li {
    margin-top: 4px;
  }
  .linkBlock-info svg {
    width: 16px;
    height: 16px;
  }
  .kv {
    height: 300px;
  }
  .kv-logo {
    margin: -24px auto 16px;
  }
  .kv-ttl {
    padding: 80px 0 0;
    margin: 0;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .head-main {
    padding: 24px 0 20px;
    font-size: 2.8rem;
  }
  .head-main svg {
    width: 40px;
    height: 40px;
  }
  .head01 {
    margin: 40px auto;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .head01 svg {
    margin: -0.5em 8px 0 0;
  }
  .head02 {
    margin: 40px auto;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .head02.-line {
    width: 640px;
    padding: 0 160px;
  }
  .head02.center svg {
    margin: 0 0 16px;
  }
  .head03 {
    margin: 56px auto;
    font-size: 4rem;
  }
  .head03.-small {
    margin: 0 auto;
    font-size: 2.4rem;
  }
  .head03.-small + .ttl01.en {
    margin: 16px 0 40px;
  }
  .head04 {
    margin: 40px auto;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .head-related {
    margin: 32px auto;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .head-related .label {
    margin: 0 12px 0 0;
    padding: 8px 16px;
    font-size: 1.6rem;
    vertical-align: 2px;
  }
  .head-flag {
    margin: 0 auto 32px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  .head-flag .ico_flag {
    position: absolute;
    top: -88px;
    left: 50%;
    margin-left: -28px;
  }
  .ttl01 {
    margin: 40px auto;
    font-size: 4rem;
    line-height: 1.4;
  }
  .ttl01.en {
    font-size: 4.8rem;
  }
  .ttl02 {
    margin: 40px auto;
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .ttl02 span {
    font-size: 4rem;
    line-height: 1.2;
  }
  .ttl02 span.en {
    font-size: 4.8rem;
  }
  .menu-tab {
    margin: 64px auto;
  }
  .menu-tab ul {
    display: inline-flex;
    padding: 4px 3px 4px 2px;
  }
  .menu-tab li {
    min-width: 160px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
  .menu-tab a {
    padding: 14px 32px 12px;
  }
  .menu-area {
    width: 160px;
  }
  .menu-area ul {
    margin: 0;
  }
  .menu-area li {
    margin-bottom: 4px;
    font-weight: bold;
    line-height: 1.2;
  }
  .menu-area li .no {
    font-weight: normal;
  }
  .menu-area a {
    min-height: 36px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    border-radius: 18px;
    flex-wrap: wrap;
  }
  .menu-area-block {
    padding: 0 0 0 240px;
    position: relative;
  }
  .menu-area-block .menu-area {
    position: absolute;
    top: 0;
    left: 0;
  }
  .menu-tab + .menu-area-block {
    margin-top: 80px;
  }
  .baseBtn, .subBtn,
  a.subBtn, .submitBtn01,
  a.submitBtn01, .actionBtn01,
  a.actionBtn01, .actionBtn02,
  a.actionBtn02,
  a.baseBtn {
    display: inline-block;
    min-width: 240px;
  }
  .baseBtn.-large, .-large.subBtn, .-large.submitBtn01, .-large.actionBtn01, .-large.actionBtn02,
  a.baseBtn.-large {
    min-width: 400px;
    padding: 20px 16px 18px;
    font-size: 2rem;
  }
  .baseBtn.-large.arrow::before, .-large.arrow.subBtn::before, .-large.arrow.submitBtn01::before, .-large.arrow.actionBtn01::before, .-large.arrow.actionBtn02::before, .-large.subBtn.arrow-back::before, .-large.submitBtn01.arrow-back::before, .-large.actionBtn01.arrow-back::before, .-large.actionBtn02.arrow-back::before, .baseBtn.-large.arrow-back::before,
  a.baseBtn.-large.arrow::before,
  a.baseBtn.-large.arrow-back::before {
    width: 12px;
    height: 12px;
    margin-top: -8px;
  }
  .baseBtn.-small, .-small.subBtn, .-small.submitBtn01, .-small.actionBtn01, .-small.actionBtn02,
  a.baseBtn.-small {
    min-width: 120px;
    padding: 10px 8px 9px;
    font-size: 1.4rem;
  }
  .baseBtn.-large svg, .-large.subBtn svg, .-large.submitBtn01 svg, .-large.actionBtn01 svg, .-large.actionBtn02 svg,
  a.baseBtn.-large svg {
    margin: -0.4em 8px -0.2em 0;
    width: 28px;
    height: 28px;
  }
  a[href^="tel:"] {
    background: #fff;
    color: #eb6f3c;
    border-color: #c0c1c5;
  }
  a[href^="tel:"] svg {
    fill: #eb6f3c;
  }
  a[href^="tel:"].-large {
    font-size: 2.4rem;
    line-height: 1;
  }
  a[href^="tel:"].actionBtn02 {
    background: #fff;
    color: #3073bb;
    border-color: #c0c1c5;
  }
  a[href^="tel:"].actionBtn02 svg {
    fill: #3073bb;
  }
  .textBnr,
  a.textBnr {
    width: 600px;
    height: 122px;
  }
  .textBnr figure,
  a.textBnr figure {
    margin-right: 24px;
  }
  .textBnr figure img,
  a.textBnr figure img {
    height: 120px;
  }
  .textBnr p,
  a.textBnr p {
    padding: 0 16px 0 0;
    font-size: 1.8rem;
  }
  .textBnr p .fS,
  a.textBnr p .fS {
    font-size: 1.6rem;
  }
  .textBnr p .fL,
  a.textBnr p .fL {
    font-size: 2rem;
  }
  .textBnr p.center,
  a.textBnr p.center {
    padding: 0 16px;
  }
  .textBnr .ico_blank,
  a.textBnr .ico_blank {
    width: 21px;
    height: 16px;
    top: 8px;
    right: 8px;
  }
  .list-base {
    margin: 40px 0;
  }
  .list-base > li:not(:first-child) {
    margin: 8px 0 0;
  }
  .list-tile {
    margin: 0 0 40px;
    gap: 24px;
  }
  .contact {
    margin: 120px auto;
  }
  .contact .linkBlock {
    margin: 0 auto;
    flex-direction: row-reverse;
  }
  .contact-inn {
    padding: 48px 0;
  }
  .contact-inn dl {
    margin: 0 auto;
  }
  .contact-ttl {
    margin: 0 0 32px;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .contact-ttl-copy {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
  .contact-ttl-s {
    margin-right: 16px;
    font-size: 1.6rem;
    vertical-align: 4px;
  }
  .contact-service {
    margin: 120px auto;
    width: 1200px;
  }
  .contact-service-cs {
    display: flex;
    justify-content: center;
  }
  .contact-service-cs .linkBlock-info {
    margin: 8px 0 0 32px;
    text-align: left;
  }
  .contact-service-info {
    overflow: hidden;
    padding: 56px;
  }
  .contact-service-info dt {
    margin: 0 0 32px;
    font-size: 2rem;
  }
  .contact-service-info .ph {
    float: right;
    margin: -64px 0 0 40px;
  }
  .basicArea + .contact {
    margin-top: 40px;
  }
  .contact-bunjo .-bubble a .bubble {
    width: 240px;
    right: -16px;
    top: -32px;
  }
  .contact-bunjo.linkBlock, .contact-bunjo.floatParts-info {
    flex-direction: row;
    gap: 16px;
  }
  .contact-bunjo.linkBlock > li, .contact-bunjo.floatParts-info > li {
    width: 320px;
    margin: 0;
  }
  .contact-bunjo.linkBlock > li a.actionBtn01.-large, .contact-bunjo.floatParts-info > li a.actionBtn01.-large {
    min-width: 100%;
  }
  .search-block {
    background-position: 0 -40px;
    width: 1200px;
    height: 450px;
    margin: 80px auto;
    padding: 48px;
    border-radius: 10px;
    position: relative;
  }
  .search-block::after {
    content: "";
    width: 450px;
    height: 100%;
    background: linear-gradient(90deg, rgba(246, 246, 246, 0) 0%, rgb(246, 246, 246) 30%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 10px 10px 0;
  }
  .search-block dt {
    font-size: 2.4rem;
  }
  .search-block .linkBlock {
    margin: 16px 0 0;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .search-block .linkBlock > li {
    margin: 24px 0 0 32px;
    width: 320px;
  }
  .search-block .linkBlock a {
    width: 100%;
    padding: 14px 0 13px;
  }
  .basicArea + .search-block {
    margin-top: 40px;
  }
  .bg-base + .search-block, .bg-box + .search-block, .bg-main-light + .search-block {
    margin-top: 80px;
  }
  .basicArea .search-block {
    margin-bottom: 0;
  }
  #tateuri-floating-block {
    padding-left: 0;
  }
  #tateuri-floating-block .head01,
  #tateuri-floating-block .estate-list,
  #tateuri-floating-block .related-block {
    width: 960px;
    float: right;
  }
  #tateuri-floating-block::after {
    content: "";
    display: block;
    clear: both;
  }
  #tateuri-floating-block #tateuri-floating-menu {
    float: left;
    top: 16px;
  }
  /* _floatParts.scss -------------------------------------------------- */
  .floatOff-pc {
    position: relative !important;
  }
  .floatParts-contact {
    margin: 0;
    position: fixed;
    top: 352px;
    bottom: 10%;
    right: 0;
  }
  .floatParts-contact li:first-child {
    margin-top: 36px;
  }
  .floatParts-contact li:not(:first-child) {
    margin-top: 16px;
  }
  .floatParts-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-width: inherit;
    width: 56px;
    height: 160px;
    font-weight: 500;
    line-height: 1;
    border-radius: 4px 0 0 4px;
  }
  .floatParts-sns {
    margin: 0;
    position: fixed;
    bottom: 30%;
    left: 16px;
  }
  .floatParts-sns li {
    margin-bottom: 16px;
  }
  .floatParts-info {
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 16px 0;
    display: flex;
    justify-content: center;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 12;
  }
  .floatParts-info > li {
    margin: 0 8px;
  }
  /* _footer.scss -------------------------------------------------- */
}
@media screen and (min-width: 769px) and (max-width: 1600px) {
  .floatParts-contact {
    top: 320px;
  }
  .floatParts-contact a {
    height: 120px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer-copy {
    font-size: 1.4rem;
  }
  .footer-base .footer-main {
    padding: 80px 0;
  }
  .footer-base .footer-main a {
    color: #fff;
    font-size: 1.4rem;
  }
  .footer-base .footer-main a::before {
    margin-bottom: 0.1em;
  }
  .footer-base .footer-copy {
    background: #fff;
  }
  .footer-main {
    display: flex;
    position: relative;
  }
  .footer-menu {
    margin-left: 80px;
    flex: 1 0 0%;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-menu dt {
    margin: 0 0 4px;
    font-weight: bold;
    font-size: 1.6rem;
  }
  .footer-menu dt a {
    font-size: 1.6rem !important;
  }
  .footer-menu dl {
    margin: 0;
  }
  .footer-menu ul {
    opacity: 0.8;
  }
  .footer-menu-box {
    margin: 0 0 40px !important;
    width: 33.33%;
  }
  .footer-menu-box dl + dl {
    margin-top: 24px;
  }
  .footer-menu-corp {
    position: absolute;
    top: 175px;
    left: 0;
  }
  .footer-menu-corp > li::before {
    display: inline-block;
    content: "";
    background: rgba(7, 120, 164, 0.5);
    margin: 0 8px 4px 4px;
    width: 4px;
    height: 4px;
  }
  .footer-menu-sub {
    margin: 12px 0 24px;
    font-size: 1.2rem;
    display: flex;
    justify-content: center;
  }
  .footer-menu-sub a {
    color: #393b3f;
  }
  .footer-menu-sub::after {
    display: inline-block;
    content: "｜";
    margin: 0 16px;
  }
  .footer-menu-sub > li::before {
    display: inline-block;
    content: "｜";
    margin: 0 16px;
  }
  .footer-info {
    position: absolute;
    font-size: 1.3rem;
    top: 385px;
    left: 10px;
  }
  .footer-info p:first-of-type {
    margin-bottom: 5px;
  }
  .footer-info p:nth-of-type(2) {
    line-height: 1.5;
    margin-top: 0;
  }
}
/* SP---------------------------------------------------------------- */
@media screen and (min-width: 0px) and (max-width: 768px) {
  /* _common.scss -------------------------------------------------- */
  body {
    font-size: 1.4rem;
    padding-top: 64px;
  }
  body.top {
    padding-top: 0;
  }
  .spNon {
    display: none !important;
  }
  .caption {
    color: #76797e;
    font-size: 1rem;
  }
  .date-basic {
    margin: 16px 0 0;
    font-size: 1.2rem;
  }
  .specialBnr {
    margin: 0 8px;
  }
  .specialBnr > li {
    margin-top: 16px;
  }
  .innerBlock .specialBnr {
    margin-right: 0;
    margin-left: 0;
  }
  .basicArea .specialBnr {
    margin: 24px 8px;
  }
  .ico_tenji {
    width: 68px !important;
    height: 30px !important;
  }
  .baseBtn .ico_tenji, .subBtn .ico_tenji, .submitBtn01 .ico_tenji, .actionBtn01 .ico_tenji, .actionBtn02 .ico_tenji {
    width: 35px !important;
    height: 16px !important;
  }
  .-large .ico_tenji {
    margin-top: -0.4em !important;
    width: 52px !important;
    height: 24px !important;
  }
  .ico_tateuri {
    width: 45px !important;
    height: 30px !important;
  }
  .baseBtn .ico_tateuri, .subBtn .ico_tateuri, .submitBtn01 .ico_tateuri, .actionBtn01 .ico_tateuri, .actionBtn02 .ico_tateuri {
    width: 25px !important;
    height: 16px !important;
  }
  .-large .ico_tateuri {
    margin-top: -0.4em !important;
    width: 40px !important;
    height: 24px !important;
  }
  .ico_bunjo {
    width: 45px !important;
    height: 30px !important;
  }
  .baseBtn .ico_bunjo, .subBtn .ico_bunjo, .submitBtn01 .ico_bunjo, .actionBtn01 .ico_bunjo, .actionBtn02 .ico_bunjo {
    width: 25px !important;
    height: 16px !important;
  }
  .-large .ico_bunjo {
    margin-top: -0.4em !important;
    width: 40px !important;
    height: 24px !important;
  }
  .ico_chuko {
    width: 32px !important;
    height: 42px !important;
  }
  .baseBtn .ico_chuko, .subBtn .ico_chuko, .submitBtn01 .ico_chuko, .actionBtn01 .ico_chuko, .actionBtn02 .ico_chuko {
    width: 12px !important;
    height: 16px !important;
  }
  .-large .ico_chuko {
    margin-top: -0.4em !important;
    width: 18px !important;
    height: 24px !important;
  }
  .ico_flag {
    width: 42px;
    height: 36px;
    padding: 4px 0 0;
  }
  .ico_flag::before {
    border-width: 12px 21px 0 0;
    bottom: -12px;
  }
  .ico_flag::after {
    border-width: 0 21px 12px 0;
    bottom: -12px;
  }
  .crumbs {
    padding: 0 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    border-bottom: 1px solid #e2e6e9;
  }
  .crumbs ol {
    margin: 0;
    font-size: 1.2rem;
  }
  .crumbs li {
    white-space: nowrap;
    display: flex;
    align-items: center;
  }
  .crumbs li:not(:first-child)::before {
    margin: 0 8px 2px;
  }
  .crumbs a {
    padding: 12px 0;
  }
  .basicArea {
    display: block;
    padding: 40px 0;
  }
  .kv + .basicArea {
    padding-top: 24px;
  }
  .basicAreaTop {
    padding: 24px 0 40px;
  }
  .basicAreaTateuriList, .basicAreaTenji {
    padding-top: 20px;
  }
  .innerBlock {
    display: block;
    padding: 0 8px;
  }
  .linkBlock {
    margin: 16px 0;
  }
  .basicArea > .linkBlock {
    margin-left: 8px;
    margin-right: 8px;
  }
  .linkBlock > li {
    margin: 8px 0 0;
  }
  .linkBlock > li:first-child {
    margin: 0;
  }
  .linkBlock-point {
    margin: 8px 0 0;
    font-size: 1.6rem;
  }
  .linkBlock-info {
    margin: 8px 0 0;
    font-size: 1.2rem;
  }
  .linkBlock-info svg {
    width: 16px;
    height: 16px;
  }
  .linkBlock-info > li {
    margin: 4px 0 0;
  }
  .kv {
    height: 120px;
  }
  .kv-logo {
    margin: 0 auto 8px;
    width: auto;
    height: 30px;
  }
  .kv-ttl {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .kv-img img {
    height: calc(100% + 2px);
    -ms-filter: blur(1px);
    filter: blur(1px);
  }
  .head-main {
    padding: 12px 0;
    font-size: 2rem;
  }
  .head-main svg {
    width: 24px;
    height: 24px;
  }
  .head01 {
    margin: 24px 0;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .head01 svg {
    display: block;
    margin: 0 auto 10px;
  }
  .head01TateuriList, .head01Tenji {
    margin-bottom: 12px;
  }
  .head02 {
    margin: 24px auto;
    font-size: 2rem;
    line-height: 1.4;
  }
  .head02.-line {
    width: 300px;
    padding: 0 50px;
    line-height: 1.2;
  }
  .head02.-line.-wide {
    width: 100%;
    max-width: 400px;
  }
  .head02.-line::after {
    width: 200px;
    left: 50px;
  }
  .head02.-line.-wide::after {
    width: 70%;
    left: 50%;
    transform: translateX(-50%);
  }
  .head02.center svg {
    margin: 0 0 8px;
  }
  .head03 {
    margin: 24px auto;
    font-size: 2.4rem;
  }
  .head03.-small {
    margin: 0 auto;
    font-size: 1.4rem;
  }
  .head03.-small + .ttl01.en {
    margin: 0 0 12px;
  }
  .head04 {
    margin: 24px auto;
    font-size: 2rem;
    line-height: 1.4;
  }
  .head-related {
    margin: 16px auto;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .head-related .label {
    margin: 0 0 12px;
    padding: 8px 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .head-flag {
    margin: 16px auto !important;
    font-size: 2rem;
    line-height: 1.4;
  }
  .head-flag .ico_flag {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -21px;
  }
  .ttl01 {
    margin: 24px 0;
    font-size: 2.8rem;
    line-height: 1.4;
  }
  .ttl01.en {
    font-size: 3.2rem;
  }
  .ttl02 {
    margin: 24px 0;
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .ttl02 span {
    font-size: 2.8rem;
  }
  .ttl02 span.en {
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .list-base {
    margin: 16px 0;
  }
  .list-base > li:not(:first-child) {
    margin: 8px 0 0;
  }
  .list-base.square > li::before {
    top: 0.4em;
  }
  .list-tile {
    margin: 0 0 24px;
    gap: 8px;
  }
  .list-tile > li {
    width: calc(50% - 4px);
  }
  .acSpTrg {
    cursor: pointer;
    position: relative;
    padding-right: 32px !important;
  }
  .acSpTrg::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 12px;
    height: 12px;
    border-top: solid 2px #72b8da;
    border-right: solid 2px #72b8da;
    transform: rotate(135deg);
    position: absolute;
    margin-top: -10px;
    top: 50%;
    right: 10px;
  }
  .acSpTrg.active::before {
    transform: rotate(-45deg);
    margin-top: -4px;
  }
  .menu-tab {
    margin: 24px 0;
    padding: 0 8px;
  }
  .innerBlock .menu-tab {
    padding: 0;
  }
  .menu-tab ul {
    padding: 4px 3px 4px 2px;
  }
  .menu-tab li {
    width: 100%;
    line-height: 1.2;
  }
  .menu-tab a {
    padding: 8px 0;
  }
  .menu-area {
    margin: 0 8px 8px;
    padding: 0 0 16px;
    overflow: auto;
  }
  .innerBlock .menu-area {
    width: calc(100% + 8px + 8px);
    margin-left: -8px;
    margin-right: -8px;
  }
  .menu-area ul {
    margin: 0 8px;
    display: flex;
    white-space: nowrap;
  }
  .menu-area li {
    margin: 0 4px 0 0;
  }
  .menu-area a {
    background: #e2e6e9;
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 16px;
    border-radius: 16px;
  }
  .menu-area a.cr {
    position: relative;
  }
  .menu-area a.cr::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #72b8da transparent transparent transparent;
    position: absolute;
    bottom: -6px;
    left: 50%;
    margin-left: -6px;
  }
  .menu-area.-no a {
    height: 42px;
    border-radius: 8px;
    line-height: 1.2;
    flex-direction: column;
    justify-content: center;
  }
  .menu-area.-no a .no {
    font-size: 1.2rem;
    line-height: 1;
  }
  .baseBtn, .subBtn,
  a.subBtn, .submitBtn01,
  a.submitBtn01, .actionBtn01,
  a.actionBtn01, .actionBtn02,
  a.actionBtn02,
  a.baseBtn {
    display: block;
    width: 100%;
    font-size: 1.6rem;
  }
  .baseBtn svg, .subBtn svg, .submitBtn01 svg, .actionBtn01 svg, .actionBtn02 svg,
  a.baseBtn svg {
    margin-top: -0.3em;
  }
  .baseBtn.-large, .-large.subBtn, .-large.submitBtn01, .-large.actionBtn01, .-large.actionBtn02,
  a.baseBtn.-large {
    width: 100%;
  }
  .baseBtn.-small, .-small.subBtn, .-small.submitBtn01, .-small.actionBtn01, .-small.actionBtn02,
  a.baseBtn.-small {
    display: inline-block;
    width: auto;
    min-width: 80px;
    padding: 10px 4px 9px;
    font-size: 1.2rem;
  }
  .baseBtn.-small svg, .-small.subBtn svg, .-small.submitBtn01 svg, .-small.actionBtn01 svg, .-small.actionBtn02 svg,
  a.baseBtn.-small svg {
    width: 14px;
    height: 14px;
  }
  .baseBtn .freeD, .subBtn .freeD, .submitBtn01 .freeD, .actionBtn01 .freeD, .actionBtn02 .freeD,
  a.baseBtn .freeD {
    width: auto;
    height: 16px;
  }
  .textBnr,
  a.textBnr {
    width: calc(100vw - 64px);
    height: 90px;
  }
  .textBnr figure,
  a.textBnr figure {
    margin-right: 16px;
  }
  .textBnr figure img,
  a.textBnr figure img {
    height: 88px;
  }
  .textBnr p,
  a.textBnr p {
    padding: 0 8px 0 0;
  }
  .textBnr p .fS,
  a.textBnr p .fS {
    font-size: 1.2rem;
  }
  .textBnr p.center,
  a.textBnr p.center {
    padding: 0 8px;
  }
  .textBnr .ico_blank,
  a.textBnr .ico_blank {
    width: 14px;
    height: 11px;
    top: 4px;
    right: 4px;
  }
  .contact {
    margin: 40px 0;
  }
  .contact .linkBlock {
    margin: 0;
  }
  .contact-inn {
    padding: 16px;
  }
  .contact-inn dl {
    margin: 0;
  }
  .contact-ttl {
    margin: 0 0 16px;
    font-size: 2rem;
    line-height: 1.4;
  }
  .contact-ttl-copy {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .contact-ttl-copy::before {
    border-width: 3px 0 0 20px;
  }
  .contact-ttl-copy::after {
    border-width: 0 0 3px 20px;
  }
  .contact-ttl-s {
    margin-bottom: 8px;
    font-size: 1.4rem;
  }
  .contact-reform {
    margin: 40px 8px;
  }
  .contact-service {
    margin: 40px 8px;
  }
  .contact-service .contact-inn {
    padding: 16px 8px;
  }
  .contact-service-cs .linkBlock-info {
    margin-top: 4px;
  }
  .contact-service-info {
    padding: 20px 16px;
  }
  .contact-service-info dt {
    font-size: 1.6rem;
    text-align: center;
  }
  .basicArea + .contact {
    margin-top: 0;
  }
  .contact-bunjo {
    z-index: 9;
  }
  .contact-bunjo .-bubble a .bubble {
    width: 168px;
    right: 16px;
    top: -20px;
  }
  .contact-bunjo.linkBlock {
    display: flex;
    flex-direction: column-reverse;
    gap: 8px;
  }
  .contact-bunjo.linkBlock > li {
    margin: 0;
  }
  .contact-bunjo.floatParts-info {
    padding: 4px;
    gap: 4px;
    background: #fff;
    border-top: solid 1px #c0c1c5;
  }
  .contact-bunjo.floatParts-info a {
    height: 36px;
  }
  .contact-bunjo.floatParts-info a.actionBtn01:not([href^="tel:"]) {
    background: #eb6f3c;
    color: #fff;
    border: solid 1px #eb6f3c;
    border-radius: 4px;
  }
  .contact-bunjo.floatParts-info a.actionBtn01:not([href^="tel:"]) svg {
    fill: #fff;
  }
  .contact-bunjo.floatParts-info a .bubble {
    width: 160px;
    right: -4px;
    top: -22px;
  }
  .contact-bunjo.floatParts-info > li {
    margin: 0;
    border-left: none;
  }
  .contact-bunjo .free-tel a[href^="tel:"] {
    width: 70px;
    justify-content: flex-end;
  }
  .search-block {
    background-size: 100% auto;
    background-position: 0 bottom;
    margin: 0;
    padding: 32px 16px 160px;
    position: relative;
  }
  .search-block::after {
    content: "";
    width: 100%;
    height: 240px;
    background: linear-gradient(rgb(246, 246, 246) 80%, rgba(246, 246, 246, 0) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .search-block dt {
    font-size: 1.8rem;
    text-align: center;
  }
  .search-block .linkBlock {
    margin-top: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search-block .linkBlock > li {
    width: calc(50% - 4px);
  }
  .search-block .linkBlock > li:first-child {
    margin: 8px 0 0;
  }
  .search-block .linkBlock > li.top {
    width: 100%;
  }
  .search-block .linkBlock a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 0;
    line-height: 1;
  }
  .search-block .linkBlock a .ico-gselect {
    width: 70px;
    height: 20px;
    margin: -5px 2px -3px 0;
  }
  #tateuri-floating-block #tateuri-floating-menu {
    margin-bottom: 16px;
    padding-bottom: 0;
    background: #fff;
    z-index: 2;
    top: 64px;
  }
  #tateuri-floating-block #tateuri-floating-menu ul {
    margin: 0;
    padding: 8px;
  }
  #tateuri-floating-block #tateuri-floating-menu ul > li:last-of-type {
    padding-right: 8px;
  }
  /* _floatParts.scss -------------------------------------------------- */
  /* _footer.scss -------------------------------------------------- */
}
@media screen and (min-width: 0px) and (max-width: 768px) and (max-width: 1600px) {
  .floatParts-contact {
    top: 320px;
  }
  .floatParts-contact a {
    height: 120px;
  }
}
@media screen and (min-width: 0px) and (max-width: 768px) {
  .floatParts-info {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    border-top: 1px solid #fff;
    display: flex;
    background: #575a5f;
    font-weight: bold;
    z-index: 12;
  }
  .floatParts-info a {
    background: #575a5f;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    line-height: 1.2;
    border: none;
  }
  .floatParts-info a svg {
    margin: 0 6px 0 0;
    fill: #72b8da;
  }
  .floatParts-info li {
    width: 100%;
  }
  .floatParts-info li:not(:first-child) {
    border-left: 1px solid #fff;
  }
  .floatParts-info li.tel {
    width: 5em;
  }
  .floatParts-info li.tel svg {
    margin: 0;
  }
  .floatParts-info svg {
    margin: -0.3em 4px 0 0;
  }
  .floatParts-info svg.ico_tenji {
    width: 30px !important;
    height: 16px !important;
  }
  .floatParts-info svg.ico_tateuri {
    width: 24px !important;
    height: 16px !important;
  }
  .floatParts-info svg.ico_bunjo {
    width: 24px !important;
    height: 16px !important;
  }
  .floatParts-sns {
    margin: 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .floatParts-sns li {
    margin: 0 4px;
  }
  .floatParts-sns a {
    background: #72b8da;
    border: 1px solid #fff;
  }
  .footer-ttl {
    text-align: center;
  }
  .footer-copy {
    font-size: 1rem;
  }
  .footer-base {
    padding: 40px 0 48px;
  }
  .footer-base .footer-copy {
    color: #fff;
  }
  .footer-menu {
    border-bottom: 1px solid #d5eaf4;
  }
  .footer-menu dl {
    margin: 0;
    position: relative;
  }
  .footer-menu a {
    display: block;
    width: calc(100% + 16px);
    padding: 8px;
    margin: -8px;
    color: #fff;
  }
  .footer-menu dt {
    min-height: 40px;
    padding: 8px;
    font-weight: bold;
    border-top: 1px solid #d5eaf4;
  }
  .footer-menu li {
    padding: 8px;
    border-top: 1px dotted #d5eaf4;
  }
  .footer-menu li a {
    padding-left: 20px;
  }
  .footer-menu-box .acFooter {
    position: relative;
  }
  .footer-menu-box .acBtn {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .footer-menu-box .acBtn::before {
    content: "";
    width: 16px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease;
  }
  .footer-menu-box .acBtn::after {
    content: "";
    width: 2px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease;
  }
  .footer-menu-box .acBtn.active::before, .footer-menu-box .acBtn.active::after {
    transform: rotate(45deg);
    transition: all 0.2s ease;
  }
  .footer-menu-corp {
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 1px solid #d5eaf4;
  }
  .footer-menu-corp > li {
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #d5eaf4;
    margin-bottom: -1px;
  }
  .footer-menu-corp > li:nth-child(2n) {
    border-left: 1px solid #d5eaf4;
  }
  .footer-menu-corp a {
    display: block;
    padding: 8px;
    margin: -8px;
    color: #fff;
  }
  .footer-menu-corp a::before {
    display: inline-block;
    margin: 0 0.5em 0 0;
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .footer-menu-contact {
    width: 100% !important;
    border-top: 1px solid #d5eaf4;
    border-left: none !important;
  }
  .footer-menu-contact a {
    text-align: center;
  }
  .footer-menu-contact a::before {
    display: none;
  }
  .footer-menu-contact svg {
    fill: #fff;
  }
  .footer-menu-sub {
    margin: 16px 0 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer-menu-sub a {
    display: block;
    padding: 4px 8px;
    color: #fff;
    font-size: 1.2rem;
  }
  .footer-info {
    font-size: 1.3rem;
    margin-left: 12px;
    margin-bottom: -10px;
  }
  .footer-info p:first-of-type {
    margin: 16px 0 8px 0;
  }
  .footer-info p:nth-of-type(2) {
    line-height: 1.4;
    margin-top: 0;
  }
  .footer-info a {
    color: #fff;
  }
}