@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
.pc-item {
  display: block;
}
@media (max-width: 767px) {
  .pc-item {
    display: none;
  }
}

.sp-item {
  display: none;
}
@media (max-width: 767px) {
  .sp-item {
    display: block;
  }
}

img {
  width: 100%;
  height: auto;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

.txt-c {
  text-align: center !important;
}

.txt-r {
  text-align: right !important;
}

.txt-l {
  text-align: left !important;
}

.clr-m {
  color: #61A6E0 !important;
}

.clr-a {
  color: #00416A !important;
}

@media (min-width: 768px) {
  .hover {
    transition: opacity 0.3s;
  }
  .hover:hover {
    opacity: 0.7;
  }
}
mark {
  background-color: inherit;
  border-bottom: dotted 2px #61A6E0;
  color: #333;
}
@media (max-width: 767px) {
  mark {
    border-bottom-width: 0.267vw;
  }
}

body {
  background: #fff;
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.1em;
  word-break: break-word;
}
@media (max-width: 767px) {
  body {
    font-size: 3.467vw;
    line-height: 1.8;
  }
}
body.menu-open, body.modal-open {
  overflow: hidden;
}

#wrapper {
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  #wrapper {
    padding-bottom: 16vw;
  }
}

#site-main {
  padding-top: 140px;
}
@media (max-width: 767px) {
  #site-main {
    padding-top: 14.933vw;
  }
}

.wrap {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

/* ---------- circle-list ---------- */
.circle-list {
  display: flex;
  flex-wrap: wrap;
  margin: 12px -35px 0;
}
@media (max-width: 767px) {
  .circle-list {
    margin: 2vw 0 0 !important;
  }
}
.circle-list li {
  position: relative;
  margin: 0 35px 5px;
  padding-left: 25px;
}
@media (max-width: 767px) {
  .circle-list li {
    width: 100%;
    margin: 0 1.333vw 1.333vw;
    padding-left: 3.333vw;
  }
}
.circle-list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 12px;
  background: #DDD;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .circle-list li::before {
    top: 1.6vw;
    width: 1.6vw;
    height: 1.6vw;
  }
}
.circle-list.list-c {
  justify-content: center;
  margin-top: 22px;
}
.circle-list.column_02 {
  margin: 0 -25px;
}
.circle-list.column_02 li {
  width: calc(50% - 50px);
  margin: 0 25px 5px;
}
@media (max-width: 767px) {
  .circle-list.column_02 li {
    width: 100%;
    margin: 0 !important;
  }
}

/* ---------- btn ---------- */
/* default-btn */
.default-btn {
  width: 340px;
  height: 62px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .default-btn {
    width: 53.333vw;
    height: 10.667vw;
  }
}
.default-btn a, .default-btn button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #61A6E0;
  border: #61A6E0 1px solid;
  border-radius: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 62px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  .default-btn a:hover, .default-btn button:hover {
    background: #fff;
    color: #61A6E0;
  }
  .default-btn a:hover::before, .default-btn button:hover::before {
    border-top-color: #61A6E0;
    border-right-color: #61A6E0;
  }
}
@media (max-width: 767px) {
  .default-btn a, .default-btn button {
    border-radius: 1.333vw;
    font-size: 3.733vw;
    line-height: 10.667vw;
  }
}
.default-btn a::before, .default-btn button::before {
  content: "";
  position: absolute;
  top: 0;
  right: 35px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: #fff solid 2px;
  border-right: #fff solid 2px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .default-btn a::before, .default-btn button::before {
    right: 4.667vw;
    width: 1.333vw;
    height: 1.333vw;
    border-top-width: 0.267vw;
    border-right-width: 0.267vw;
  }
}
.default-btn.btn_s {
  width: 240px;
  height: 50px;
}
@media (max-width: 767px) {
  .default-btn.btn_s {
    width: 42.667vw;
    height: 9.333vw;
  }
}
.default-btn.btn_s a {
  line-height: 50px;
}
@media (max-width: 767px) {
  .default-btn.btn_s a {
    line-height: 9.333vw;
  }
}
.default-btn.btn_s a::before {
  right: 25px;
}
@media (max-width: 767px) {
  .default-btn.btn_s a::before {
    right: 3.333vw;
  }
}
.default-btn.submit-btn {
  width: 192px;
  height: 76px;
}
@media (max-width: 767px) {
  .default-btn.submit-btn {
    width: 42.667vw;
    height: 9.333vw;
  }
}
.default-btn.submit-btn a, .default-btn.submit-btn button {
  border-radius: 5px;
  font-size: 20px;
  line-height: 76px;
}
@media (min-width: 768px) {
  .default-btn.submit-btn a:hover, .default-btn.submit-btn button:hover {
    background: #fff;
    color: #61A6E0;
  }
}
@media (max-width: 767px) {
  .default-btn.submit-btn a, .default-btn.submit-btn button {
    border-radius: 0.667vw;
    line-height: 9.333vw;
    font-size: 3.733vw;
  }
}
.default-btn.submit-btn a::before, .default-btn.submit-btn button::before {
  content: none;
}

/* more-btn */
.more-btn {
  width: 192px;
  height: 67px;
  margin: 20px auto 0;
  background: #fff;
  border: 1px solid #49A7E5;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 67px;
  font-size: 20px;
  color: #49A7E5;
  text-align: center;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .more-btn:hover {
    background: #49A7E5;
    color: #fff;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .more-btn {
    width: 42.667vw;
    height: 13.333vw;
    margin-top: 2.667vw;
    border-width: 0.267vw;
    border-radius: 0.667vw;
    line-height: 13.333vw;
    font-size: 4vw;
  }
}
.more-btn.blue {
  background: #49A7E5;
  border: 1px solid #49A7E5;
  color: #fff;
}
@media (min-width: 768px) {
  .more-btn.blue:hover {
    background: #fff;
    color: #49A7E5;
  }
}
@media (max-width: 767px) {
  .more-btn.blue {
    border-width: 0.267vw;
  }
}

/* ---------- search-box ---------- */
section:not(#mv) .search-box {
  display: flex;
  justify-content: space-between;
  max-width: 864px;
  margin: 0 auto 18px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box {
    margin-bottom: 4vw;
  }
}
section:not(#mv) .search-box input {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box input {
    padding: 0 2vw;
    border-radius: 1.333vw;
  }
}
section:not(#mv) .search-box input::-moz-placeholder {
  color: #AFAFAF;
  line-height: 50px;
}
section:not(#mv) .search-box input::placeholder {
  color: #AFAFAF;
  line-height: 50px;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box input::-moz-placeholder {
    line-height: 8vw;
    font-size: 2.667vw;
  }
  section:not(#mv) .search-box input::placeholder {
    line-height: 8vw;
    font-size: 2.667vw;
  }
}
section:not(#mv) .search-box .input {
  width: 57.87%;
  height: 50px;
}
section:not(#mv) .search-box .input input {
  border: #AFAFAF 1px solid;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box .input {
    height: 8vw;
  }
}
section:not(#mv) .search-box .sort {
  position: relative;
  width: 19.68%;
  height: 50px;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box .sort {
    height: 8vw;
  }
}
section:not(#mv) .search-box .sort::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  line-height: 1;
  border-right: #AFAFAF 2px solid;
  border-bottom: #AFAFAF 2px solid;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box .sort::before {
    right: 2vw;
    width: 1.2vw;
    height: 1.2vw;
    border-right-width: 0.267vw;
    border-bottom-width: 0.267vw;
  }
}
section:not(#mv) .search-box .sort select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: #fff;
  border: #AFAFAF 1px solid;
  border-radius: 10px;
  line-height: 50px;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box .sort select {
    padding: 0 2vw;
    border-radius: 1.333vw;
    line-height: 8vw;
    font-size: 2.667vw;
  }
}

section:not(#mv) .search-box .submit {
  width: 19.68%;
  height: 50px;
}
@media (max-width: 767px) {
  section:not(#mv) .search-box .submit {
    height: 8vw;
  }
}
section:not(#mv) .search-box .submit input {
  background: #61A6E0;
  border: #61A6E0 1px solid;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  text-align: center;
  line-height: 50px;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  section:not(#mv) .search-box .submit input:hover {
    background: #fff;
    color: #61A6E0;
  }
}
@media (max-width: 767px) {
  section:not(#mv) .search-box .submit input {
    line-height: 8vw;
  }
}

/* ---------- breadcrumb ---------- */
.breadcrumb {
  overflow: hidden;
  max-width: 1120px;
  margin: 0 auto 110px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .breadcrumb {
    margin-bottom: 4vw;
    padding: 0 4vw;
  }
}
.breadcrumb li {
  float: left;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 767px) {
  .breadcrumb li {
    font-size: 3.2vw;
  }
}
.breadcrumb li + li {
  position: relative;
  margin-left: 30px;
}
@media (max-width: 767px) {
  .breadcrumb li + li {
    margin-left: 4vw;
  }
}
.breadcrumb li + li::before {
  content: "";
  position: absolute;
  top: 3px;
  left: -23px;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-right: 2px solid #3E3E3E;
  border-bottom: 2px solid #3E3E3E;
  transform: scaleY(-0.5) rotate(-45deg);
}
@media (max-width: 767px) {
  .breadcrumb li + li::before {
    top: 0.533vw;
    left: -3.333vw;
    width: 1.867vw;
    height: 1.867vw;
    border-right-width: 0.267vw;
    border-bottom-width: 0.267vw;
  }
}
.breadcrumb li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .breadcrumb li a:hover {
    text-decoration: none;
  }
}

/* ---------- fixed-info ---------- */
.fixed-info {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media (max-width: 767px) {
  .fixed-info {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9;
  }
  .fixed-info.active {
    opacity: 1;
    visibility: visible;
  }
  .fixed-info ul {
    display: flex;
  }
  .fixed-info ul li {
    width: 50%;
  }
  .fixed-info ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.6vw 1.333vw 2.4vw;
    background: #61A6E0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.667vw;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
  }
  .fixed-info ul li a strong {
    position: relative;
    display: inline-block;
    padding-left: 6.667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .fixed-info ul li a strong::before {
    content: "";
    position: absolute;
    top: 1.6vw;
    left: 0;
    width: 6.133vw;
    height: 4.8vw;
    background: url(/ta-tpl/assets/images/icon-mail_w.png) no-repeat left top/100% auto;
  }
  .fixed-info ul li.line a {
    background: #00416A;
  }
  .fixed-info ul li.line a strong::before {
    width: 5.2vw;
    height: 5.2vw;
    background-image: url(/ta-tpl/assets/images/icon-line_w.png);
  }
}

.menu-open .fixed-info {
  display: none !important;
}

/* ---------- sns ---------- */
.sns {
  padding: 93px 20px;
  background: #E6EDF6;
}
@media (max-width: 1024px) {
  .sns {
    padding: 110px 0 30px !important;
  }
}
@media (max-width: 767px) {
  .sns {
    padding: 16vw 0 10.667vw !important;
  }
}
.sns ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 1024px) {
  .sns ul {
    margin: 0 -20px;
  }
}
@media (max-width: 767px) {
  .sns ul {
    justify-content: space-between;
    margin: 0;
  }
}
.sns ul li {
  width: calc(33.333333% - 94px);
  margin: 0 40px;
}
@media (max-width: 1024px) {
  .sns ul li {
    width: calc(33.333333% - 40px);
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  .sns ul li {
    width: calc(33.333333% - 5.333vw);
    margin: 0 2.667vw;
  }
}
.sns ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  .sns ul li a {
    justify-content: center;
  }
}
.sns ul li a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 11px;
  margin: auto;
  border-top: #000 solid 2px;
  border-right: #000 solid 2px;
  transform: rotate(45deg);
}
@media (max-width: 1024px) {
  .sns ul li a::before {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .sns ul li a::before {
    right: 0;
    left: 0;
    bottom: -11.333vw;
    width: 2vw;
    height: 2vw;
    border-top-width: 0.4vw;
    border-right-width: 0.4vw;
  }
}
.sns ul li a img {
  width: 80px;
  margin-right: 20px;
}
@media (max-width: 1024px) {
  .sns ul li a img {
    position: absolute;
    top: -70px;
    right: 0;
    left: 0;
    width: 60px;
    height: 60px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .sns ul li a img {
    top: -9.333vw;
    width: 8vw;
    height: 8vw;
  }
}
.sns ul li a p {
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .sns ul li a p {
    font-size: 2.933vw;
    white-space: nowrap;
    letter-spacing: 0.05em;
  }
}

#site-footer .sns {
  padding: 38px 20px 37px;
}

/* ---------- title ---------- */
.article-ttl {
  margin-bottom: 62px;
  color: #00416A;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .article-ttl {
    margin-bottom: 8vw;
    font-size: 5.333vw;
  }
}

.sec-ttl {
  margin-bottom: 53px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.466;
  text-align: center;
}
@media (max-width: 767px) {
  .sec-ttl {
    margin-bottom: 5.333vw;
    font-size: 4vw;
  }
}

/* pade-img */
.pade-img {
  min-height: 400px;
  margin-bottom: 55px;
  background: url(/sub-index/images/page-img.jpg) no-repeat center center/cover;
  font-size: 0;
}
@media (max-width: 767px) {
  .pade-img {
    min-height: 53.333vw;
    margin-bottom: 6.667vw;
  }
}

.list .pade-img {
  background-image: url(/list/images/page-img.jpg);
}

.list-details .pade-img {
  background-image: url(/list/images/page-img-details.jpg);
}

.article .pade-img {
  background-image: url(/ta-img/1682409382.jpg);
}

.sitemap .pade-img {
  background-image: url(/sitemap/images/page-img.jpg);
}

/* ---------- list ---------- */
.sec .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px;
}
.column_04 li {
	padding: 5px;
	border: solid 2px #ddd;
	font-size: 15px;
}

@media (max-width: 767px) {
  .sec .list {
    margin: 0 -2vw;
  }
}
.sec .list li {
  margin: 0 14px 25px;
}
@media (max-width: 767px) {
  .sec .list li {
    width: calc(50% - 4vw) !important;
    margin: 0 2vw 6vw;
  }
}
.sec .list li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
}
@media (min-width: 768px) {
  .sec .list li a:hover {
    opacity: 0.7;
  }
}
.sec .list li a .img {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .sec .list li a .img {
    margin-bottom: 1.333vw;
  }
}
.sec .list li a .txt {
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
.txt2 {
  line-height: 20px;
}
@media (max-width: 767px) {
  .sec .list li a .txt {
    line-height: 5.333vw;
  }
  .txt2 {
    line-height: 5.033vw;
  }
}
.sec .list li a .txt .price,
.sec .list li a .txt .ttl {
  font-size: 20px;
  text-align: left;
}
.price2, .ttl2 {
  font-size: 14px;
  text-align: left;
}
@media (max-width: 767px) {
  .sec .list li a .txt .price,
.sec .list li a .txt .ttl {
    font-size: 3.467vw;
  }
  .price2, .ttl2 {
  	font-size: 3.167vw;
  }
}

.sec .list.column_03 li {
  width: calc(33.333333% - 28px);
}
.sec .list.column_04 li {
  width: calc(25% - 28px);
}

/* ---------- more-list ---------- */
.more-list li,
.more-list-l li {
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.more-list li.is-hidden,
.more-list-l li.is-hidden {
  display: none;
  opacity: 0;
}

/* ---------- inquiry-form ---------- */
#inquiry-form h1 {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #inquiry-form h1 {
    margin-bottom: 4vw;
  }
}
#inquiry-form table {
  width: 100%;
  table-layout: fixed;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #inquiry-form table {
    margin-bottom: 5.333vw;
  }
}
#inquiry-form table tr th, #inquiry-form table tr td {
  padding: 28px 0;
}
@media (max-width: 767px) {
  #inquiry-form table tr th, #inquiry-form table tr td {
    display: block;
    width: 100% !important;
    padding: 4vw 0;
  }
}
#inquiry-form table tr th {
  width: 29.81%;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 767px) {
  #inquiry-form table tr th {
    padding-bottom: 0;
    font-size: 4vw;
  }
}
#inquiry-form table tr th .required {
  display: inline-block;
  margin-left: 30px;
  padding: 4px 10px 6px;
  background: #00416A;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (max-width: 767px) {
  #inquiry-form table tr th .required {
    margin-left: 4vw;
    padding: 0.667vw 1.333vw 1.067vw;
    font-size: 2.933vw;
  }
}
#inquiry-form table tr td input,
#inquiry-form table tr td textarea {
  width: 100%;
  height: 60px;
  padding: 10px 15px;
  background: #EBEBEB;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  #inquiry-form table tr td input,
#inquiry-form table tr td textarea {
    height: 8vw;
    padding: 0.667vw 2vw;
  }
}
#inquiry-form table tr td input::-moz-placeholder, #inquiry-form table tr td textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ACABAB;
  line-height: 60px;
}
#inquiry-form table tr td input::placeholder,
#inquiry-form table tr td textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #ACABAB;
  line-height: 60px;
}
@media (max-width: 767px) {
  #inquiry-form table tr td input::-moz-placeholder, #inquiry-form table tr td textarea::-moz-placeholder {
    font-size: 3.467vw;
    line-height: 8vw;
    font-weight: 400;
  }
  #inquiry-form table tr td input::placeholder,
#inquiry-form table tr td textarea::placeholder {
    font-size: 3.467vw;
    line-height: 8vw;
    font-weight: 400;
  }
}
#inquiry-form table tr td textarea {
  height: 170px;
}
@media (max-width: 767px) {
  #inquiry-form table tr td textarea {
    height: 32vw;
  }
}

#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  z-index: 100;
  /* menu-btn */
}
@media (max-width: 767px) {
  #site-header {
    height: 16.667vw;
  }
}
#site-header > .wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1860px;
  height: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #site-header > .wrap {
    padding: 2vw 8.667vw 1.2vw;
  }
}
#site-header > .wrap .site-logo {
  /*width: 262px;*/
  margin-top: 16px;
  text-align: center;
}
@media (max-width: 1199px) {
  #site-header > .wrap .site-logo {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #site-header > .wrap .site-logo {
    width: 76vw;
  }
}
#site-header > .wrap .site-logo a {
  display: block;
  width: 100%;
  height: 100%;
  color: #00416A;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 767px) {
  #site-header > .wrap .site-logo a {
    font-size: 5.067vw;
    line-height: 1;
  }
}
#site-header > .wrap .site-logo a span {
  display: block;
  margin-top: 11px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #site-header > .wrap .site-logo a span {
    margin-top: 11px;
    font-size: 2.4vw;
  }
}
@media (max-width: 1199px) {
  #site-header .site-header-nav {
    display: none;
    position: fixed;
    top: 120px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav {
    top: 16.667vw;
    padding: 10.133vw 8vw;
  }
}
#site-header .site-header-nav * {
  font-family: "Noto Sans JP", sans-serif;
}
#site-header .site-header-nav .scroll {
  /*@include base.bp_1024 {
      overflow-x: hidden;
      overflow-y: auto;
      width: 100%;
      min-height: calc(100vh - 180px);
      max-height: calc(100vh - 180px);
      pointer-events: auto;
  }*/
}
@media (max-width: 767px) {
  #site-header .site-header-nav .scroll {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    min-height: calc(100vh - 46vw);
    max-height: calc(100vh - 46vw);
    pointer-events: auto;
  }
}
#site-header .site-header-nav .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* info-icon */
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap {
    display: inherit;
    padding: 50px;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap {
    padding: 0;
  }
}
#site-header .site-header-nav .wrap .gnav {
  display: flex;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav {
    display: inherit;
    margin: 0 0 70px;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav {
    margin-bottom: 13.333vw;
  }
}
#site-header .site-header-nav .wrap .gnav > li {
  position: relative;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav > li + li {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li + li {
    margin-top: 3.467vw;
  }
}
@media (min-width: 1200px) {
  #site-header .site-header-nav .wrap .gnav > li:hover .menu {
    max-height: 9999px;
    visibility: visible;
    opacity: 1;
  }
}
#site-header .site-header-nav .wrap .gnav > li > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: center;
  color: #61A6E0;
  transition: opacity 0.2s ease-in;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav > li > a {
    border-bottom: 1px solid #00416A;
    color: #00416A;
    font-size: 20px;
    line-height: 50px;
    transition: none;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li > a {
    padding: 2.667vw 0;
    border-bottom-width: 0.267vw;
    line-height: 1;
    text-align: left;
    font-size: 4.267vw;
  }
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav > li > a::after {
    content: "";
    position: absolute;
    top: 0;
    right: 30px;
    bottom: 0;
    width: 10px;
    height: 10px;
    margin: auto;
    border-bottom: 2px solid #00416A;
    border-right: 2px solid #00416A;
    transform: translateY(0) rotate(45deg);
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li > a::after {
    right: 7.067vw;
    width: 2.4vw;
    height: 2.4vw;
    border-bottom-width: 0.533vw;
    border-right-width: 0.533vw;
  }
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav > li > a.open::after {
    transform: translateY(8px) rotate(-135deg);
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li > a.open::after {
    transform: translateY(1.067vw) rotate(-135deg);
  }
}
#site-header .site-header-nav .wrap .gnav > li .menu {
  position: absolute;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 20px 0;
  background: #61A6E0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in, visibility 0.2s;
  z-index: 1;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav > li .menu {
    display: none;
    position: static;
    max-height: inherit;
    background: none;
    opacity: 1;
    visibility: visible;
    transition: none;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li .menu {
    padding: 3.2vw 0 2.267vw;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li .menu .menu-list li {
    font-size: 3.733vw;
    line-height: 4.667vw;
    text-align: left;
    font-size: 3.733vw;
  }
}
#site-header .site-header-nav .wrap .gnav > li .menu .menu-list a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  line-height: 70px;
  text-align: center;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .gnav > li .menu .menu-list a {
    color: #00416A;
    font-size: 18px;
    font-weight: 400;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .gnav > li .menu .menu-list a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 10vw;
    font-size: 3.733vw;
    text-align: left;
  }
}
#site-header .site-header-nav .wrap .info-icon {
  display: flex;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon {
    display: inherit;
  }
}
#site-header .site-header-nav .wrap .info-icon li {
  width: 56px;
  height: 56px;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li {
    width: 100%;
    height: auto;
  }
}
#site-header .site-header-nav .wrap .info-icon li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  font-size: 0;
  background: #61A6E0;
  border-radius: 50%;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li a {
    padding: 10px 10px 15px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .info-icon li a {
    padding: 1.6vw 1.333vw 2.4vw;
    font-size: 2.667vw;
    letter-spacing: 0.02em;
  }
}
#site-header .site-header-nav .wrap .info-icon li a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 22px;
  margin: auto;
  background: url(/ta-tpl/assets/images/icon-mail_w.png) no-repeat left top/100% auto;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li a::before {
    content: none;
  }
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li a strong {
    position: relative;
    display: inline-block;
    padding-left: 40px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .info-icon li a strong {
    padding-left: 6.667vw;
    font-size: 4.8vw;
    line-height: 1.5;
  }
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li a strong::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 28px;
    height: 22px;
    background: url(/ta-tpl/assets/images/icon-mail_w.png) no-repeat left top/100% auto;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .info-icon li a strong::before {
    top: 1.6vw;
    width: 6.133vw;
    height: 4.8vw;
  }
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li.line a {
    background: #00416A;
  }
}
#site-header .site-header-nav .wrap .info-icon li.line a::before {
  width: 26px;
  height: 26px;
  background-image: url(/ta-tpl/assets/images/icon-line_w.png);
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li.line a strong::before {
    width: 26px;
    height: 26px;
    background-image: url(/ta-tpl/assets/images/icon-line_w.png);
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .info-icon li.line a strong::before {
    width: 5.2vw;
    height: 5.2vw;
  }
}
#site-header .site-header-nav .wrap .info-icon li + li {
  margin-left: 40px;
}
@media (max-width: 1199px) {
  #site-header .site-header-nav .wrap .info-icon li + li {
    margin: 30px 0 0 0;
  }
}
@media (max-width: 767px) {
  #site-header .site-header-nav .wrap .info-icon li + li {
    margin-top: 4.8vw;
  }
}
#site-header .menu-btn {
  display: none;
}
@media (max-width: 1199px) {
  #site-header .menu-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 30px;
    width: 90px;
    height: 90px;
    background: #00416A;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  #site-header .menu-btn {
    top: 1.6vw;
    right: 1.6vw;
    width: 13.067vw;
    height: 13.067vw;
  }
}
@media (max-width: 1199px) {
  #site-header .menu-btn span {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    margin: auto;
    background: #fff;
    transition: background 0.4s;
  }
}
@media (max-width: 767px) {
  #site-header .menu-btn span {
    width: 6.133vw;
    height: 2px;
  }
}
@media (max-width: 1199px) {
  #site-header .menu-btn span::before {
    content: "";
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    width: 45px;
    height: 2px;
    margin: auto;
    background: #fff;
    transition: transform 0.4s;
  }
}
@media (max-width: 767px) {
  #site-header .menu-btn span::before {
    top: -2.533vw;
    width: 100%;
    height: 2px;
  }
}
@media (max-width: 1199px) {
  #site-header .menu-btn span::after {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    width: 45px;
    height: 2px;
    margin: auto;
    background: #fff;
    transition: transform 0.4s;
  }
}
@media (max-width: 767px) {
  #site-header .menu-btn span::after {
    bottom: -2.533vw;
    width: 100%;
    height: 2px;
  }
}
#site-header .menu-btn.menu-open span {
  background: transparent;
}
@media (max-width: 1199px) {
  #site-header .menu-btn.menu-open span::before {
    top: 0;
    width: 42px;
    transform: translateY(0px) rotate(-45deg);
  }
}
@media (max-width: 767px) {
  #site-header .menu-btn.menu-open span::before {
    width: 8vw;
    transform: translateX(-0.933vw) rotate(-40deg);
  }
}
@media (max-width: 1199px) {
  #site-header .menu-btn.menu-open span::after {
    bottom: 0;
    width: 42px;
    transform: translateY(0px) rotate(45deg);
  }
}
@media (max-width: 767px) {
  #site-header .menu-btn.menu-open span::after {
    width: 8vw;
    transform: translateX(-0.933vw) rotate(40deg);
  }
}

@media (min-width: 1200px) {
  .only #site-header {
    position: absolute;
  }
  .only #site-header > .wrap {
    max-width: 940px;
  }
  .only #site-header > .wrap .site-logo {
    position: fixed;
    top: 20px;
    left: 20px;
  }
  .only #site-header > .wrap .site-logo a {
    color: #fff;
  }
  .top #site-main,
.only #site-main {
    padding-top: 0;
  }
}
#site-footer .footer-cont {
  padding: 54px 20px 28px;
  background: url(/ta-tpl/assets/images/footer-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #site-footer .footer-cont {
    padding: 8vw 4vw 14.667vw;
    background-size: auto 100%;
    background-attachment: fixed;
  }
}
#site-footer .footer-cont .wrap {
  max-width: 730px;
  margin: 0 auto;
  /* site-logo */
  /* info-icon */
  /* site-footer-nav */
  /* copyright */
}
#site-footer .footer-cont .wrap .site-logo {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-logo {
    margin-bottom: 4vw;
  }
}
#site-footer .footer-cont .wrap .site-logo a {
  display: block;
  font-size: 30px;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-logo a {
    line-height: 1;
    font-size: 5.067vw;
  }
}
#site-footer .footer-cont .wrap .site-logo a span {
  display: block;
  margin-bottom: 4px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-logo a span {
    margin-bottom: 1.333vw;
    font-size: 2.933vw;
  }
}
#site-footer .footer-cont .wrap .info-icon {
  display: flex;
  justify-content: space-between;
  width: 135px;
  margin: 0 auto 36px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .info-icon {
    width: 30.667vw;
    margin: 0 auto 5.333vw;
  }
}
#site-footer .footer-cont .wrap .info-icon li {
  width: 56px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .info-icon li {
    width: 13.333vw;
  }
}
#site-footer .footer-cont .wrap .site-footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav {
    display: inherit;
    margin-bottom: 8vw;
  }
}
#site-footer .footer-cont .wrap .site-footer-nav dl {
  width: calc(20% - 30px);
  margin: 0 15px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl + dl {
    margin-top: 3.467vw;
  }
}
#site-footer .footer-cont .wrap .site-footer-nav dl dt {
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dt {
    margin-bottom: 0;
  }
}
#site-footer .footer-cont .wrap .site-footer-nav dl dt a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dt a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 2.667vw 0;
    border-bottom: 0.267vw solid #fff;
    line-height: 1;
    font-size: 4.267vw;
    font-weight: 500;
    pointer-events: inherit;
  }
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dt a::before {
    content: "";
    position: absolute;
    top: 0;
    right: 4vw;
    bottom: 0;
    width: 2.4vw;
    height: 2.4vw;
    margin: auto;
    border-right: #fff solid 0.533vw;
    border-bottom: #fff solid 0.533vw;
    transform: translateY(0) rotate(45deg);
    transition: transform 0.3s;
  }
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dt a.open::before {
    transform: translateY(1.067vw) rotate(-135deg);
  }
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dd {
    display: none;
  }
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dd ul {
    padding: 3.2vw 0 2.267vw;
  }
}
#site-footer .footer-cont .wrap .site-footer-nav dl dd ul li + li {
  margin-top: 11px;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dd ul li + li {
    margin-top: 2.4vw;
  }
}
#site-footer .footer-cont .wrap .site-footer-nav dl dd ul li a {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dd ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
    line-height: 10vw;
    font-size: 3.733vw;
  }
}
@media (min-width: 768px) {
  #site-footer .footer-cont .wrap .site-footer-nav dl dd ul li a:hover {
    text-decoration: underline;
  }
}
#site-footer .footer-cont .wrap p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  font-weight: 300;
}
@media (max-width: 767px) {
  #site-footer .footer-cont .wrap p {
    font-size: 2.4vw;
  }
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 67px;
  height: 67px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
#pagetop.active {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  #pagetop {
    right: 1.333vw;
    bottom: 18.267vw;
    width: 10.667vw;
    height: 10.667vw;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  background: #61A6E0;
  font-size: 28px;
  color: #fff;
  line-height: 67px;
  text-align: center;
}
@media (max-width: 767px) {
  #pagetop a {
    font-size: 4vw;
    line-height: 10.667vw;
  }
}

.menu-open #pagetop {
  display: none !important;
}

.sub-index #site-main {
  margin-bottom: 135px;
}
@media (max-width: 767px) {
  .sub-index #site-main {
    margin-bottom: 16vw;
  }
}
.sub-index #site-main .sec {
  padding: 70px 20px;
}
@media (max-width: 767px) {
  .sub-index #site-main .sec {
    padding: 5.333vw 4vw;
  }
}
.sub-index #site-main .sec + .sec {
  margin-top: 62px;
}
@media (max-width: 767px) {
  .sub-index #site-main .sec + .sec {
    margin-top: 8vw;
  }
}
.sub-index #site-main #intro .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 20px;
}
@media (max-width: 767px) {
  .sub-index #site-main #intro .wrap ul {
    margin: 0 -2vw 2vw;
  }
}
.sub-index #site-main #intro .wrap ul li {
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
}
@media (max-width: 767px) {
  .sub-index #site-main #intro .wrap ul li {
    width: calc(33.333333% - 4vw);
    margin: 0 2vw 4vw;
  }
}
.sub-index #site-main #intro .wrap .txt {
  max-width: 795px;
  margin: 0 auto;
}
.sub-index #site-main #intro .wrap .txt p {
  text-align: center;
  line-height: 23px;
}
@media (max-width: 767px) {
  .sub-index #site-main #intro .wrap .txt p {
    line-height: 1.5;
  }
}
.sub-index #site-main #intro .wrap .txt p + p {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .sub-index #site-main #intro .wrap .txt p + p {
    margin-top: 4vw;
  }
}
.sub-index #site-main #property .wrap #property-wrap .sort {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  .sub-index #site-main #property .wrap #property-wrap .sort {
    flex-wrap: wrap;
    margin-bottom: 5.333vw;
  }
}
.sub-index #site-main #property .wrap #property-wrap .sort li {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .sub-index #site-main #property .wrap #property-wrap .sort li {
    margin: 0 2vw;
  }
}
@media (min-width: 768px) {
  .sub-index #site-main #property .wrap #property-wrap .sort li a:hover {
    color: #61A6E0;
  }
}
@media (max-width: 767px) {
  .sub-index #site-main #property .wrap #property-wrap .sort li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2vw 0;
    line-height: 1.2;
    font-size: 3.2vw;
  }
}
.sub-index #site-main #property .wrap #property-wrap .sort li.active {
  margin: 0 20px;
}
.sub-index #site-main #property .wrap #property-wrap .sort li.active a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
  background: #61A6E0;
  color: #fff;
}
@media (max-width: 767px) {
  .sub-index #site-main #property .wrap #property-wrap .sort li.active a {
    padding: 1.333vw 2.667vw;
  }
}
.sub-index #site-main #property .wrap #property-wrap .property-list {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .sub-index #site-main #property .wrap #property-wrap .property-list {
    margin-bottom: 6.667vw;
  }
}
.sub-index #site-main #property .wrap #property-wrap .property-list .each-list {
  display: none;
}
.sub-index #site-main #property .wrap #property-wrap .property-list .each-list.active {
  display: block;
}
.sub-index #site-main #property .wrap #property-wrap .property-list .each-list li {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .sub-index #site-main #property .wrap #property-wrap .property-list .each-list li {
    margin-bottom: 6vw;
  }
}

.list #site-main {
  margin-bottom: 115px;
}
@media (max-width: 767px) {
  .list #site-main {
    margin-bottom: 13.333vw;
  }
}
.list #site-main #property-list {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .list #site-main #property-list {
    padding: 0 4vw;
  }
}
.list #site-main #property-list .filter-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box {
    display: inherit;
    margin-bottom: 4vw;
  }
}
.list #site-main #property-list .filter-box .txt-num {
  color: #00416A;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box .txt-num {
    margin-bottom: 2vw;
    text-align: right;
  }
}
.list #site-main #property-list .filter-box .txt-num b {
  font-weight: 500;
  font-size: 30px;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box .txt-num b {
    font-size: 5.333vw;
  }
}
.list #site-main #property-list .filter-box ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box ul {
    justify-content: right;
  }
}
.list #site-main #property-list .filter-box ul li {
  width: 192px;
  height: 44px;
  text-align: center;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box ul li {
    width: 33.333vw;
    height: 8vw;
  }
}
.list #site-main #property-list .filter-box ul li.result {
  margin-right: 20px;
  background: #F2F2F2;
  line-height: 44px;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box ul li.result {
    margin-right: 2vw;
    line-height: 8vw;
  }
}
.list #site-main #property-list .filter-box ul li.filter-btn a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 11px 0;
  background: #49A7E5;
  border: #49A7E5 1px solid;
  border-radius: 5px;
  color: #fff;
  line-height: 1;
  font-size: 20px;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .list #site-main #property-list .filter-box ul li.filter-btn a:hover {
    background: #fff;
    color: #49A7E5;
  }
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-box ul li.filter-btn a {
    padding: 2vw 0;
    border-radius: 0.667vw;
    font-size: 3.733vw;
  }
}
.list #site-main #property-list .list {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .list #site-main #property-list .list {
    margin-bottom: 10.667vw;
  }
}
.list #site-main #property-list .pager {
  display: flex;
  justify-content: center;
}
.list #site-main #property-list .pager span {
  width: 63px;
  height: 63px;
  margin: 0 15px;
  border-radius: 50%;
  border: 1px solid #61A6E0;
  font-size: 20px;
  line-height: 63px;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 767px) {
  .list #site-main #property-list .pager span {
    width: 9.333vw;
    height: 9.333vw;
    margin: 0 2vw;
    font-size: 3.2vw;
    line-height: 9.333vw;
  }
}
.list #site-main #property-list .pager span.active {
  background: #61A6E0;
  color: #fff;
}
.list #site-main #property-list .pager span a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .list #site-main #property-list .pager span a:hover {
    background: #61A6E0;
    color: #fff;
  }
}
.list #site-main #property-list .filter-modal {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 130px;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 1080px;
  height: 100%;
  max-height: calc(100% - 140px);
  margin: 0 auto;
  padding: 70px 5.56%;
  background: #E6EDF6;
  border-radius: 5px;
  z-index: 99;
}
@media (max-width: 1119px) {
  .list #site-main #property-list .filter-modal {
    width: calc(100% - 40px);
  }
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal {
    top: 19.333vw;
    width: calc(100% - 8vw);
    max-height: calc(100% - 22vw);
    padding: 10.667vw 4vw 6.667vw;
  }
}
.list #site-main #property-list .filter-modal .close-btn {
  position: absolute;
  top: 20px;
  right: 10px;
  font-size: 55px;
  font-weight: 900;
  cursor: pointer;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .close-btn {
    top: 1.333vw;
    right: 1.333vw;
    font-size: 8vw;
    line-height: 1;
  }
}
.list #site-main #property-list .filter-modal form {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: calc(100vh - 275px);
  max-height: calc(100vh - 275px);
  pointer-events: auto;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal form {
    min-height: calc(100vh - 40vw);
    max-height: calc(100vh - 40vw);
    min-height: -webkit-fill-available;
    max-height: -webkit-fill-available;
  }
}
.list #site-main #property-list .filter-modal .lead {
  margin-bottom: 40px;
  color: #00416A;
  font-weight: 900;
  font-size: 19px;
  line-height: 27px;
  text-align: center;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .lead {
    margin-bottom: 6vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.list #site-main #property-list .filter-modal .filter-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .filter-list {
    display: inherit;
    margin-bottom: 4vw;
  }
}
.list #site-main #property-list .filter-modal .filter-list dl {
  width: 48.33%;
  margin-bottom: 27px;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .filter-list dl {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.list #site-main #property-list .filter-modal .filter-list dl dt {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .filter-list dl dt {
    margin-bottom: 1.333vw;
    font-size: 3.467vw;
  }
}
.list #site-main #property-list .filter-modal .filter-list dl dd {
  position: relative;
}
.list #site-main #property-list .filter-modal .filter-list dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  line-height: 1;
  border-right: #000 2px solid;
  border-bottom: #000 2px solid;
  transform: rotate(45deg);
  pointer-events: none;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .filter-list dl dd::before {
    right: 2vw;
    width: 1.2vw;
    height: 1.2vw;
    border-right-width: 0.267vw;
    border-bottom-width: 0.267vw;
  }
}
.list #site-main #property-list .filter-modal .filter-list dl dd select {
  width: 100%;
  height: 55px;
  padding: 5px 35px 5px 10px;
  background: #fff;
  border: #707070 1px solid;
  color: #C9C9C9;
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .filter-list dl dd select {
    height: 8vw;
    padding: 0.667vw 4.667vw 0.667vw 1.333vw;
  }
}
.list #site-main #property-list .filter-modal .submit {
  width: 100%;
  height: 67px;
  padding: 22px 0;
  background: #49A7E5;
  border: #49A7E5 2px solid;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  line-height: 67px;
  font-size: 17px;
  line-height: 1;
  transition: background 0.3s, color 0.3s;
}
@media (min-width: 768px) {
  .list #site-main #property-list .filter-modal .submit:hover {
    background: #fff;
    color: #49A7E5;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .list #site-main #property-list .filter-modal .submit {
    height: 8vw;
    padding: 1.333vw 0 2.133vw;
    border-radius: 0.667vw;
    font-size: 3.467vw;
  }
}
.list #site-main #property-list .filter-modal-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 98;
}

/* ------------------------------
list-details
------------------------------*/
.list-details #site-main {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .list-details #site-main {
    margin-bottom: 20vw;
  }
}
.list-details #site-main .sec {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .list-details #site-main .sec {
    padding: 0 4vw;
  }
}
.list-details #site-main .sec + .sec {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .list-details #site-main .sec + .sec {
    margin-top: 13.333vw;
  }
}
.list-details #site-main .sec .default-btn:not(.submit-btn) {
  width: 314px;
}
@media (max-width: 767px) {
  .list-details #site-main .sec .default-btn:not(.submit-btn) {
    width: 53.333vw;
  }
}
.list-details #site-main .sec .default-btn:not(.submit-btn) a {
  border-radius: 5px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .list-details #site-main .sec .default-btn:not(.submit-btn) a {
    border-radius: 0.667vw;
    font-size: 3.733vw;
  }
}
.list-details #site-main .sec .default-btn:not(.submit-btn) a::before {
  content: none;
}
.list-details #site-main #slider .slider-wrap .main {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  .list-details #site-main #slider .slider-wrap .main {
    margin-bottom: 6vw;
  }
}
.list-details #site-main #slider .slider-wrap .main .slick-list {
  overflow: visible;
  max-width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .list-details #site-main #slider .slider-wrap .main .slick-list {
    max-width: 96.08%;
  }
}
@media (max-width: 767px) {
  .list-details #site-main #slider .slider-wrap .main .slick-list {
    overflow: hidden;
    max-width: none;
  }
}
.list-details #site-main #slider .slider-wrap .main .slick-list li {
  margin: 0 35px;
}
@media (max-width: 1300px) {
  .list-details #site-main #slider .slider-wrap .main .slick-list li {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .list-details #site-main #slider .slider-wrap .main .slick-list li {
    margin: 0;
  }
}
.list-details #site-main #slider .slider-wrap .thumbnail {
  max-width: 1080px;
  margin: 0 auto;
}
.list-details #site-main #slider .slider-wrap .thumbnail .slick-list {
  margin: 0 -12px;
}
@media (max-width: 767px) {
  .list-details #site-main #slider .slider-wrap .thumbnail .slick-list {
    margin: 0 -1.333vw;
  }
}
.list-details #site-main #slider .slider-wrap .thumbnail .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  transform: none !important;
  width: 100% !important;
}
.list-details #site-main #slider .slider-wrap .thumbnail .slick-list li {
  overflow: hidden;
  float: none;
  width: calc(25% - 24px) !important;
  height: 150px;
  margin: 0 12px 27px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .list-details #site-main #slider .slider-wrap .thumbnail .slick-list li {
    width: calc(25% - 2.667vw) !important;
    height: 13.333vw;
    margin: 0 1.333vw 2.667vw;
  }
}
.list-details #site-main #slider .slider-wrap .thumbnail .slick-list li.slick-current {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .list-details #site-main #slider .slider-wrap .thumbnail .slick-list li:hover {
    opacity: 0.5;
    cursor: pointer;
  }
}
.list-details #site-main #slider .slider-wrap .thumbnail .slick-list li img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: initial;
     object-position: initial;
  width: auto;
  height: 100%;
}
.list-details #site-main .table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px;
  margin-bottom: 75px;
}
@media (max-width: 767px) {
  .list-details #site-main .table {
    border-spacing: 0.667vw;
    margin-bottom: 6vw;
  }
}
.list-details #site-main .table tr th, .list-details #site-main .table tr td {
  font-weight: 900;
}
@media (max-width: 767px) {
  .list-details #site-main .table tr th, .list-details #site-main .table tr td {
    display: block;
    width: 100% !important;
    padding: 2vw 1.333vw !important;
  }
}
.list-details #site-main .table tr th {
  width: 46.3%;
  padding: 16px 10px;
  background: #F7F7F7;
  text-align: center;
}
.list-details #site-main .table tr td {
  width: 53.7%;
  padding: 16px 10px 16px 55px;
}
@media (max-width: 767px) {
  .list-details #site-main .table tr td {
    padding-top: 2.667vw !important;
    padding-bottom: 6vw !important;
  }
}
@media (max-width: 767px) {
  .list-details #site-main .table tr:last-of-type td {
    padding-bottom: 0 !important;
  }
}
.list-details #site-main .map {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .list-details #site-main .map {
    margin-bottom: 10.667vw;
  }
}
.list-details #site-main #relation {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .list-details #site-main #relation {
    margin-bottom: 10.667vw;
  }
}
.list-details #site-main .default-btn.white {
  width: 266px;
  height: 67px;
}
@media (max-width: 767px) {
  .list-details #site-main .default-btn.white {
    width: 53.333vw;
    height: 10.667vw;
  }
}
.list-details #site-main .default-btn.white a {
  background: #fff;
  border-radius: 5px;
  color: #49A7E5;
  line-height: 67px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .list-details #site-main .default-btn.white a:hover {
    background: #49A7E5;
    border-radius: 0.667vw;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .list-details #site-main .default-btn.white a {
    font-size: 3.733vw;
    line-height: 10.667vw;
  }
}
.list-details #site-main .default-btn.white a::before {
  content: none;
}


#site-main {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  #site-main {
    margin-bottom: 20vw;
  }
}
#site-main .article-sec {
  padding: 75px 20px;
}
@media (max-width: 767px) {
  #site-main .article-sec {
    padding: 8vw 4vw;
  }
}
#site-main .article-sec h3 {
  margin-bottom: 30px;
  padding-left: 10px;
  border-left: 2px solid #00416A;
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #site-main .article-sec h3 {
    margin-bottom: 4vw;
    padding-left: 1.333vw;
    border-left-width: 0.533vw;
    font-size: 4.267vw;
  }
}
#site-main .default-btn {
  width: 272px;
  height: 67px;
}
@media (max-width: 767px) {
  #site-main .default-btn {
    width: 53.333vw !important;
    height: 10.667vw;
  }
}
#site-main .default-btn a {
  background: #49A7E5;
  border: #49A7E5 1px solid;
  border-radius: 5px;
  font-size: 20px;
  line-height: 67px;
}
@media (min-width: 768px) {
  #site-main .default-btn a:hover {
    background: #fff;
    color: #49A7E5;
  }
}
@media (max-width: 767px) {
  #site-main .default-btn a {
    border-radius: 0.667vw;
    font-size: 3.733vw;
    line-height: 10.667vw;
  }
}
#site-main .default-btn a::before {
  content: none;
}
#site-main .default-btn.white {
  width: 266px;
}
#site-main .default-btn.white a {
  background: #fff;
  color: #49A7E5;
}
@media (min-width: 768px) {
  #site-main .default-btn.white a:hover {
    background: #49A7E5;
    color: #fff;
  }
}
#site-main #first {
  padding-top: 0;
}
@media (max-width: 767px) {
  #site-main #first {
    padding-top: 8vw;
  }
}
#site-main #first .mv {
  margin-bottom: 38px;
}

#site-main #first .mv ul {
  margin: 10px 30px 10px 60px;
  list-style-type: disc;
}
#site-main #first .mv ul ul {
  margin: 10px 30px 10px 60px;
  list-style-type: circle;
}
#site-main #first .mv ul ul ul {
  margin: 10px 30px 10px 60px;
  list-style-type: square;
}

#site-main #first .mv ol {
  margin: 10px 30px 10px 60px;
  list-style-type: decimal;
}

#site-main #first .mv table{
  border-collapse: collapse;
}
#site-main #first .mv th, #site-main #first .mv td{
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
  border: 1px solid #333;
}
#site-main #first .mv th{
  vertical-align:
}

@media (max-width: 767px) {
  #site-main #first .mv {
    margin-bottom: 8vw;
  }
}
#site-main #first .sns {
  margin-bottom: 57px;
  padding: 50px 0 0 !important;
  background: none;
}
@media (max-width: 767px) {
  #site-main #first .sns {
    margin-bottom: 12vw;
  }
}
#site-main #first .sns .wrap {
  max-width: 660px;
}
@media (max-width: 767px) {
  #site-main #first .sns .wrap {
    max-width: none;
  }
}
#site-main #first .sns .wrap ul li {
  width: calc(33.333333% - 80px);
}
@media (max-width: 1024px) {
  #site-main #first .sns .wrap ul li {
    width: calc(33.333333% - 40px);
  }
}
@media (max-width: 767px) {
  #site-main #first .sns .wrap ul li {
    width: calc(33.333333% - 5.333vw);
  }
}
#site-main #first .sns .wrap ul li a::before {
  width: 7px;
  height: 7px;
}
@media (max-width: 767px) {
  #site-main #first .sns .wrap ul li a::before {
    width: 2vw;
    height: 2vw;
  }
}
#site-main #first .sns .wrap ul li a img {
  width: 40px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #site-main #first .sns .wrap ul li a img {
    top: -50px;
    height: 40px;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  #site-main #first .sns .wrap ul li a img {
    top: -9.333vw;
    width: 8vw;
    height: 8vw;
  }
}
#site-main #first .sns .wrap ul li a p {
  font-size: 12px;
}
@media (max-width: 767px) {
  #site-main #first .sns .wrap ul li a p {
    font-size: 2.933vw;
  }
}
#site-main #first .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#site-main #first .tag-list li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  #site-main #first .tag-list li {
    margin: 0 2vw;
  }
}
#site-main #first .tag-list li a {
  color: #00416A;
  font-weight: 600;
}
@media (min-width: 768px) {
  #site-main #first .tag-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #site-main #first .tag-list li a {
    font-size: 3.2vw;
  }
}
#site-main #outline h2 {
  position: relative;
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #site-main #outline h2 {
    margin-bottom: 6vw;
    font-size: 4.533vw;
  }
}
#site-main #outline h2::after {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 0;
  width: 135px;
  height: 4px;
  margin: auto;
  background: #00416A;
}
@media (max-width: 767px) {
  #site-main #outline h2::after {
    top: 0.533vw;
    width: 26.667vw;
    height: 0.533vw;
  }
}
#site-main #outline .cont {
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  #site-main #outline .cont {
    margin-bottom: 6vw;
  }
}
#site-main #outline .cont li {
  font-size: 20px;
  line-height: 28px;
}
@media (max-width: 767px) {
  #site-main #outline .cont li {
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
#site-main #outline .cont li + li {
  margin-top: 17px;
}
@media (max-width: 767px) {
  #site-main #outline .cont li + li {
    margin-top: 2vw;
  }
}
#site-main #outline h4 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  #site-main #outline h4 {
    margin-bottom: 1.333vw;
  }
}
#site-main #outline h5 {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px 2px 2px 6px;
  background: #E6EDF6;
  border-left: solid 1px #00416A;/*左線（実線 太さ 色）*/
}
@media (max-width: 767px) {
  #site-main #outline h5 {
    margin-top: 1.333vw;
    margin-bottom: 1.333vw;
    padding: 2px 2px 2px 6px;
    background: #E6EDF6;
    border-left: solid 1px #00416A;/*左線（実線 太さ 色）*/
  }
}

#site-main #outline h6 {
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 2px 2px 2px 6px;
  border-bottom: dashed 2px #FF99CC;
}
@media (max-width: 767px) {
  #site-main #outline h6 {
    margin-top: 1.333vw;
    margin-bottom: 1.333vw;
    padding: 2px 2px 2px 6px;
    border-bottom: dashed 2px #FF99CC;
  }
}


#site-main #outline .point {
  margin-bottom: 102px;
  padding: 28px 35px;
  background: #E6EDF6;
}
@media (max-width: 767px) {
  #site-main #outline .point {
    margin-bottom: 13.333vw;
    padding: 4vw 2.667vw;
  }
}
#site-main #outline .point li {
  position: relative;
  margin-left: 50px;
  line-height: 22px;
}
@media (max-width: 767px) {
  #site-main #outline .point li {
    margin-left: 4vw;
    line-height: 1.5;
  }
}
#site-main #outline .point li + li {
  margin-top: 18px;
}
@media (max-width: 767px) {
  #site-main #outline .point li + li {
    margin-top: 2vw;
  }
}
#site-main #outline .point li::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -25px;
  width: 9px;
  height: 15px;
  border-right: 2px solid #00416A;
  border-bottom: 2px solid #00416A;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #site-main #outline .point li::before {
    top: 1.333vw;
    left: -3.333vw;
    width: 1.6vw;
    height: 2.533vw;
  }
}
#site-main #outline .outline-cont {
  margin-bottom: 60px;
}

#site-main #outline .outline-cont ul {
  margin: 10px 30px 10px 60px;
  list-style-type: disc;
}
#site-main #outline .outline-cont ul ul {
  margin: 10px 30px 10px 60px;
  list-style-type: circle;
}
#site-main #outline .outline-cont ul ul ul {
  margin: 10px 30px 10px 60px;
  list-style-type: square;
}

#site-main #outline .outline-cont ol {
  margin: 10px 30px 10px 60px;
  list-style-type: decimal;
}

#site-main #outline .outline-cont table{
  border-collapse: collapse;
}
#site-main #outline .outline-cont th, #site-main #outline .outline-cont td{
  padding: 10px 10px 10px 10px;
  vertical-align: middle;
  border: 1px solid #333;
}
#site-main #outline .outline-cont th{
  vertical-align:
}


@media (max-width: 767px) {
  #site-main #outline .outline-cont {
    margin-bottom: 8vw;
  }
}
#site-main #outline .outline-cont p + p {
  margin-top: 33px;
}
@media (max-width: 767px) {
  #site-main #outline .outline-cont p + p {
    margin-top: 4vw;
  }
}
#site-main #plan ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #site-main #plan ul {
    display: inherit;
  }
}
#site-main #plan ul li {
  width: 32.37%;
  padding: 0 10px 25px;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media (max-width: 767px) {
  #site-main #plan ul li {
    width: 100%;
    padding: 0 2vw 4vw;
    border-radius: 0.667vw;
  }
}
@media (max-width: 767px) {
  #site-main #plan ul li + li {
    margin-top: 4vw;
  }
}
#site-main #plan ul li .catch {
  margin: 0 -10px 13px;
  background: #00416A;
  border-radius: 5px 5px 0 0;
  color: #fff;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 44px;
}
@media (max-width: 899px) {
  #site-main #plan ul li .catch {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  #site-main #plan ul li .catch {
    margin: 0 -2vw;
    border-radius: 0.667vw 0.667vw 0 0;
    letter-spacing: 0.05em;
    line-height: 9.333vw;
  }
}
@media (max-width: 767px) {
  #site-main #plan ul li .plan {
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
}
#site-main #plan ul li .plan h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #site-main #plan ul li .plan h4 {
    margin-bottom: 0;
    font-size: 4vw;
  }
}
#site-main #plan ul li .plan h4 i {
  display: inline-block;
  width: auto;
  height: 45px;
  margin-right: 10px;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  #site-main #plan ul li .plan h4 i {
    height: 5.333vw;
    margin-right: 1.333vw;
    line-height: 1.4;
    vertical-align: unset;
  }
}
#site-main #plan ul li .plan h4 i img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
#site-main #plan ul li .plan h4 strong {
  color: #00416A;
  font-size: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #site-main #plan ul li .plan h4 strong {
    font-size: 4.8vw;
  }
}
#site-main #plan ul li .plan p {
  margin-bottom: 3px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #site-main #plan ul li .plan p {
    margin: 0 0 0 2vw;
  }
}
#site-main #plan ul li .plan p strong {
  color: #00416A;
  font-size: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #site-main #plan ul li .plan p strong {
    font-size: 6.667vw;
  }
}
#site-main #plan ul li dl {
  margin-bottom: 13px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #site-main #plan ul li dl {
    overflow: hidden;
    margin-bottom: 2vw;
    font-size: 2.933vw;
  }
}
#site-main #plan ul li dl dt {
  position: relative;
  line-height: 3.2;
  text-align: left;
}
#site-main #plan ul li dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #AFAFAF;
  z-index: -1;
}
#site-main #plan ul li dl dt span {
  padding-right: 10px;
  background: #fff;
}
@media (max-width: 767px) {
  #site-main #plan ul li dl dt span {
    padding-right: 2.667vw;
  }
}
#site-main #plan ul li dl dd {
  display: inline-block;
  width: calc(20% - 5px);
  color: #00416A;
  background: #F5F5F5;
  line-height: 25px;
}
@media (max-width: 767px) {
  #site-main #plan ul li dl dd {
    float: left;
    width: calc(20% - 0.534vw);
    line-height: 5.333vw;
  }
}
#site-main #plan ul li dl dd + dd {
  margin-left: 2px;
}
@media (max-width: 767px) {
  #site-main #plan ul li dl dd + dd {
    margin-left: 0.667vw;
  }
}
#site-main #plan ul li .note {
  position: relative;
  margin-left: 15px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
}
@media (max-width: 767px) {
  #site-main #plan ul li .note {
    margin-left: 3.333vw;
    font-size: 2.933vw;
    line-height: 4vw;
  }
}
#site-main #plan ul li .note::before {
  content: "※";
  position: absolute;
  left: -15px;
}
@media (max-width: 767px) {
  #site-main #plan ul li .note::before {
    left: -3.733vw;
  }
}
#site-main #flow ol {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #site-main #flow ol {
    margin-bottom: 8vw;
  }
}
#site-main #flow ol li {
  display: flex;
  justify-content: space-between;
}
#site-main #flow ol li + li {
  position: relative;
  margin-top: 60px;
}
@media (max-width: 767px) {
  #site-main #flow ol li + li {
    margin-top: 7.333vw;
  }
}
#site-main #flow ol li .num-ttl {
  position: relative;
  width: 110px;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #site-main #flow ol li .num-ttl {
    width: 20vw;
    margin-right: 4vw;
    font-size: 3.733vw;
  }
}
#site-main #flow ol li .num-ttl::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 30px;
  background: #00416A;
}
@media (max-width: 767px) {
  #site-main #flow ol li .num-ttl::after {
    top: 1.067vw;
    width: 0.267vw;
    height: 4.8vw;
  }
}
#site-main #flow ol li p {
  width: calc(100% - 140px);
}
@media (max-width: 767px) {
  #site-main #flow ol li p {
    width: calc(100% - 24vw);
  }
}
#site-main #voice ul {
  margin-bottom: 62px;
}
@media (max-width: 767px) {
  #site-main #voice ul {
    margin-bottom: 8vw;
  }
}
#site-main #voice ul li {
  display: flex;
  justify-content: space-between;
}
#site-main #voice ul li + li {
  margin-top: 78px;
}
@media (max-width: 767px) {
  #site-main #voice ul li + li {
    margin-top: 8vw;
  }
}
#site-main #voice ul li .person img {
  width: 83px;
}
@media (max-width: 767px) {
  #site-main #voice ul li .person img {
    width: 12vw;
  }
}
#site-main #voice ul li .person span {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  #site-main #voice ul li .person span {
    font-size: 3.2vw;
  }
}
#site-main #voice ul li .fukidashi {
  position: relative;
  width: calc(100% - 138px);
  padding: 23px 40px 26px;
  background: #F5F5F5;
  border-radius: 10px;
  line-height: 22px;
}
@media (max-width: 767px) {
  #site-main #voice ul li .fukidashi {
    width: calc(100% - 18.667vw);
    padding: 4vw;
    border-radius: 1.333vw;
    line-height: 1.4;
  }
}
#site-main #voice ul li .fukidashi::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 20px;
  height: 26px;
  background: url(/article/images/icon-fukidashi.png) no-repeat left top/100% auto;
}
@media (max-width: 767px) {
  #site-main #voice ul li .fukidashi::before {
    top: 4vw;
    left: -3.733vw;
    width: 4vw;
    height: 3.067vw;
  }
}
#site-main #voice ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#site-main #voice ul li:nth-child(even) .fukidashi::before {
  right: -20px;
  left: auto;
  transform: scale(-1, 1);
}
@media (max-width: 767px) {
  #site-main #voice ul li:nth-child(even) .fukidashi::before {
    right: -3.733vw;
  }
}
#site-main #relation {
  margin-bottom: 67px;
}
@media (max-width: 767px) {
  #site-main #relation {
    margin-bottom: 0;
  }
}


.sitemap #site-main {
  margin-bottom: 170px;
}
@media (max-width: 767px) {
  .sitemap #site-main {
    margin-bottom: 8vw;
  }
}
.sitemap #site-main #sitemap {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .sitemap #site-main #sitemap {
    padding: 4vw;
  }
}
.sitemap #site-main #sitemap .site-nav {
  display: flex;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .sitemap #site-main #sitemap .site-nav {
    display: inherit;
    margin: 0;
  }
}
.sitemap #site-main #sitemap .site-nav ul {
  width: calc(25% - 30px);
  margin: 0 15px;
}
@media (max-width: 767px) {
  .sitemap #site-main #sitemap .site-nav ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
  }
  .sitemap #site-main #sitemap .site-nav ul + ul {
    margin-top: 4vw;
  }
}
.sitemap #site-main #sitemap .site-nav ul li {
  position: relative;
  margin-left: 16px;
}
@media (max-width: 767px) {
  .sitemap #site-main #sitemap .site-nav ul li {
    width: calc(50% - 5.467vw);
    margin: 0 2vw 2.667vw 3.467vw;
  }
}
.sitemap #site-main #sitemap .site-nav ul li + li {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .sitemap #site-main #sitemap .site-nav ul li + li {
    margin-top: 0;
  }
}
.sitemap #site-main #sitemap .site-nav ul li::before {
  content: "・";
  position: absolute;
  left: -16px;
}
@media (max-width: 767px) {
  .sitemap #site-main #sitemap .site-nav ul li::before {
    left: -3.467vw;
  }
}
.sitemap #site-main #sitemap .site-nav ul li a {
  font-weight: 900;
}

/* page */
#site-main {
  /*---------- mv ----------*/
  /*---------- welcome ----------*/
  /*---------- others-cont ----------*/
}
#site-main #mv {
  overflow: hidden;
  padding: 0 20px;
  background: url(/ta-tpl/assets/images/top/mv-bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  #site-main #mv {
    padding: 0 4vw;
  }
}
#site-main #mv .wrap {
  padding: 212px 0 168px;
}
@media (max-width: 767px) {
  #site-main #mv .wrap {
    padding: 20vw 0;
  }
}
#site-main #mv .catch {
  margin-bottom: 61px;
  text-align: center;
  color: #00416A;
  font-weight: 900;
}
@media (max-width: 767px) {
  #site-main #mv .catch {
    margin-bottom: 8vw;
  }
}
#site-main #mv .catch h1 {
  margin-bottom: 38px;
  font-size: 100px;
}
@media (max-width: 767px) {
  #site-main #mv .catch h1 {
    margin-bottom: 0;
    font-size: 9.333vw;
  }
}
#site-main #mv .catch h1 span {
  font-size: 50px;
}
@media (max-width: 767px) {
  #site-main #mv .catch h1 span {
    font-size: 6.667vw;
  }
}
#site-main #mv .catch h2 {
  display: inline-block;
  margin-right: -245px;
  padding: 0 30px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  font-size: 24px;
  color: #fff;
  line-height: 54px;
  letter-spacing: 0;
  transform: rotate(-4deg);
}
@media (max-width: 767px) {
  #site-main #mv .catch h2 {
    margin-right: -32vw;
    padding: 0 4vw;
    border-top-width: 0.533vw;
    border-bottom-width: 0.533vw;
    font-size: 4vw;
    line-height: 8vw;
  }
}
#site-main #mv .catch h3 {
  margin-bottom: 54px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #site-main #mv .catch h3 {
    margin-bottom: 0;
    font-size: 3.467vw;
  }
}
#site-main #mv .search-box {
  display: flex;
  justify-content: space-between;
  max-width: 864px;
  margin: 0 auto 18px;
}
@media (max-width: 899px) {
  #site-main #mv .search-box {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  #site-main #mv .search-box {
    margin-bottom: 4vw;
  }
}
#site-main #mv .search-box input {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #site-main #mv .search-box input {
    padding: 0 2vw;
    border-radius: 1.333vw;
  }
}
#site-main #mv .search-box input::-moz-placeholder {
  color: #3E3E3E;
  line-height: 67px;
  font-weight: 300;
}
#site-main #mv .search-box input::placeholder {
  color: #3E3E3E;
  line-height: 67px;
  font-weight: 300;
}
@media (max-width: 767px) {
  #site-main #mv .search-box input::-moz-placeholder {
    line-height: 8vw;
    font-size: 2.667vw;
  }
  #site-main #mv .search-box input::placeholder {
    line-height: 8vw;
    font-size: 2.667vw;
  }
}
#site-main #mv .search-box .input {
  width: 50.12%;
  height: 67px;
}
@media (max-width: 899px) {
  #site-main #mv .search-box .input {
    width: 100%;
    margin-bottom: 2vw;
  }
}
@media (max-width: 767px) {
  #site-main #mv .search-box .input {
    height: 8vw;
  }
}
#site-main #mv .search-box .sort {
  position: relative;
  width: 15.16%;
  height: 67px;
}
@media (max-width: 899px) {
  #site-main #mv .search-box .sort {
    width: 32%;
  }
}
@media (max-width: 767px) {
  #site-main #mv .search-box .sort {
    height: 8vw;
  }
}
#site-main #mv .search-box .sort::before {
  content: "▼";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  line-height: 1;
  color: #00416A;
  pointer-events: none;
}
@media (max-width: 767px) {
  #site-main #mv .search-box .sort::before {
    top: -1.333vw;
    right: 2.667vw;
    width: 1.6vw;
    height: 1.6vw;
    font-size: 1.6vw;
  }
}
#site-main #mv .search-box .sort select {
  width: 100%;
  height: 100%;
  padding: 0 18px;
  background: #fff;
  border-radius: 5px;
  color: #3E3E3E;
  line-height: 67px;
}
@media (max-width: 767px) {
  #site-main #mv .search-box .sort select {
    padding: 0 4vw 0 2vw;
    border-radius: 1.333vw;
    line-height: 8vw;
    font-size: 2.667vw;
  }
}
#site-main #mv .search-box .submit {
  width: 13.19%;
  height: 67px;
}
@media (max-width: 899px) {
  #site-main #mv .search-box .submit {
    width: 32%;
  }
}
@media (min-width: 768px) {
  #site-main #mv .search-box .submit:hover {
    background: #fff;
    border-radius: 5px;
  }
}
@media (max-width: 767px) {
  #site-main #mv .search-box .submit {
    height: 8vw;
  }
}
#site-main #mv .search-box .submit input {
  background: #00416A;
  border: #00416A 1px solid;
  color: #fff;
  text-align: center;
  line-height: 67px;
  font-size: 20px;
  font-weight: 900;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #site-main #mv .search-box .submit input:hover {
    background: #00416A;
    color: #fff;
  }
}
@media (max-width: 767px) {
  #site-main #mv .search-box .submit input {
    line-height: 8vw;
    font-size: 2.667vw;
  }
}
#site-main #mv .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 121px;
}
@media (max-width: 767px) {
  #site-main #mv .tag-list {
    margin-bottom: 16vw;
  }
}
#site-main #mv .tag-list li {
  margin: 0 15px;
}
@media (max-width: 767px) {
  #site-main #mv .tag-list li {
    margin: 0 2vw;
  }
}
#site-main #mv .tag-list li a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  #site-main #mv .tag-list li a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #site-main #mv .tag-list li a {
    font-size: 3.2vw;
  }
}
#site-main #mv .scroll-txt {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main #mv .scroll-txt {
    font-size: 3.2vw;
  }
}
#site-main #mv .scroll-txt::after {
  content: "";
  position: absolute;
  top: 47px;
  right: 0;
  left: 0;
  width: 1px;
  height: 153px;
  margin: auto;
  background: #fff;
}
@media (max-width: 767px) {
  #site-main #mv .scroll-txt::after {
    top: 6.267vw;
    width: 0.267vw;
    height: 19.6vw;
  }
}
#site-main #welcome {
  padding-top: 104px;
}
@media (max-width: 767px) {
  #site-main #welcome {
    padding-top: 12vw;
  }
}
#site-main #welcome .sec {
  padding: 20px;
}
@media (max-width: 767px) {
  #site-main #welcome .sec {
    padding: 8vw 4vw;
  }
}
#site-main #welcome .sec + .sec {
  margin-top: 165px;
}
@media (max-width: 767px) {
  #site-main #welcome .sec + .sec {
    margin-top: 0;
  }
}
#site-main #welcome .sec .wrap .cont-wrap + .cont-wrap {
  margin-top: 100px;
}
@media (max-width: 767px) {
  #site-main #welcome .sec .wrap .cont-wrap + .cont-wrap {
    margin-top: 6.667vw;
  }
}
#site-main #welcome .lead {
  margin-bottom: 92px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main #welcome .lead {
    margin-bottom: 4vw;
    padding: 0 4vw;
    line-height: 1.8;
  }
}
#site-main .others-cont {
  margin-top: 70px;
}
@media (max-width: 767px) {
  #site-main .others-cont {
    margin-top: 13.333vw;
  }
}
#site-main .others-cont .sec {
  padding: 95px 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont h1 {
  margin-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.466;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont h1 {
    margin-bottom: 8vw;
    font-size: 5.333vw;
  }
}
#site-main .others-cont h1 span {
  display: block;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.45;
  color: #61A6E0;
}
@media (max-width: 767px) {
  #site-main .others-cont h1 span {
    margin-top: 0;
    font-size: 4vw;
  }
}
#site-main .others-cont h1.line-ttl {
  padding-left: 20px;
  border-left: 3px solid #00416A;
  text-align: left;
}
@media (max-width: 767px) {
  #site-main .others-cont h1.line-ttl {
    padding-left: 2.667vw;
    border-left-width: 0.533vw;
  }
}
#site-main .others-cont h1.line-ttl span {
  display: inline-block;
  margin-left: 20px;
  color: #00416A;
}
@media (max-width: 767px) {
  #site-main .others-cont h1.line-ttl span {
    margin-left: 2.667vw;
  }
}
#site-main .others-cont h2 {
  margin-bottom: 42px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.458;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont h2 {
    margin-bottom: 5.333vw;
    font-size: 4vw;
    line-height: 7.333vw;
  }
}
#site-main .others-cont h3 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.454;
}
@media (max-width: 767px) {
  #site-main .others-cont h3 {
    margin-bottom: 2.667vw;
    font-size: 4.267vw;
    line-height: 7.067vw;
  }
}
#site-main .others-cont h3.line-ttl {
  padding-left: 20px;
  border-left: 3px solid #00416A;
  font-weight: 500;
  text-align: left;
}
@media (max-width: 767px) {
  #site-main .others-cont h3.line-ttl {
    padding-left: 2.667vw;
    border-left-width: 0.533vw;
  }
}
#site-main .others-cont h3.line-ttl.line-ttl_02 {
  border-left-color: #61A6E0;
}
#site-main .others-cont p + p {
  margin-top: 32px;
}
@media (max-width: 767px) {
  #site-main .others-cont p + p {
    margin-top: 4vw;
  }
}
#site-main .others-cont #information {
  padding: 135px 20px 30px;
  background: #E6EDF6;
}
@media (max-width: 767px) {
  #site-main .others-cont #information {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont #information ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 899px) {
  #site-main .others-cont #information ul {
    margin: 0;
  }
}
#site-main .others-cont #information ul li {
  width: calc(50% - 40px);
  height: 100px;
  margin: 0 20px 30px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 899px) {
  #site-main .others-cont #information ul li {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #information ul li {
    height: 13.333vw;
    background-position: calc(100% - 1.333vw) center;
    background-size: 21.333vw auto;
    border-radius: 1.333vw;
  }
}
@media (max-width: 899px) {
  #site-main .others-cont #information ul li + li {
    margin-top: 2vw;
  }
}
#site-main .others-cont #information ul li a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px 10px 15px;
}
@media (max-width: 767px) {
  #site-main .others-cont #information ul li a {
    padding: 1.333vw 1.333vw 1.333vw 2vw;
  }
}
#site-main .others-cont #information ul li a span {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont #information ul li a span {
    padding-left: 4.667vw;
    font-size: 4vw;
  }
}
#site-main .others-cont #information ul li a span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  background: #61A6E0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #site-main .others-cont #information ul li a span::before {
    width: 2vw;
    height: 2vw;
  }
}
#site-main .others-cont #information ul li a img {
  max-width: 160px;
}
@media (max-width: 767px) {
  #site-main .others-cont #information ul li a img {
    max-width: 21.333vw;
  }
}
#site-main .others-cont #contact {
  padding: 126px 20px 100px;
}
@media (max-width: 899px) {
  #site-main .others-cont #contact {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont #contact h1 {
  margin-bottom: 107px;
}
@media (max-width: 767px) {
  #site-main .others-cont #contact h1 {
    margin-bottom: 8vw;
  }
}
#site-main .others-cont #contact .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#site-main .others-cont #contact .wrap dl {
  position: relative;
  width: calc(50% - 40px);
  margin: 0 20px;
}
@media (max-width: 899px) {
  #site-main .others-cont #contact .wrap dl {
    width: 520px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl {
    width: 80vw;
  }
}
#site-main .others-cont #contact .wrap dl * {
  font-family: "Noto Sans JP", sans-serif;
}
#site-main .others-cont #contact .wrap dl dt {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  width: calc(100% - 40px);
  margin: auto;
  background: #00416A;
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  font-weight: 700;
  z-index: 1;
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dt {
    top: -2.667vw;
    width: calc(100% - 5.333vw);
    border-radius: 6.667vw;
    font-size: 3.733vw;
    line-height: 7.333vw;
  }
}
#site-main .others-cont #contact .wrap dl dd {
  min-height: 206px;
  height: 100%;
  border: #00416A 3px solid;
  border-radius: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dd {
    min-height: 33.333vw;
    border-width: 0.4vw;
    border-radius: 1.333vw;
    font-size: 4.267vw;
    line-height: 4.267vw;
  }
}
#site-main .others-cont #contact .wrap dl dd a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dd a {
    padding: 0 4vw;
  }
}
#site-main .others-cont #contact .wrap dl dd p {
  position: relative;
  margin-left: 85px;
}
@media (max-width: 1119px) {
  #site-main .others-cont #contact .wrap dl dd p {
    margin-left: 55px;
  }
}
@media (max-width: 899px) {
  #site-main .others-cont #contact .wrap dl dd p {
    margin-left: 85px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dd p {
    margin: 2.667vw 0 0 14vw;
    line-height: 1.5 !important;
  }
}
#site-main .others-cont #contact .wrap dl dd p::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -85px;
  bottom: 0;
  width: 61px;
  height: 61px;
  margin: auto;
  background: url(/ta-tpl/assets/images/icon-tel_bl.png) no-repeat left center/100% auto;
}
@media (max-width: 1119px) {
  #site-main .others-cont #contact .wrap dl dd p::before {
    left: -70px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 899px) {
  #site-main .others-cont #contact .wrap dl dd p::before {
    left: -85px;
    width: 61px;
    height: 61px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dd p::before {
    top: 2vw;
    left: -11.333vw;
    width: 8vw;
    height: 8vw;
  }
}
#site-main .others-cont #contact .wrap dl dd p.note {
  margin: 18px 0 0 0;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dd p.note {
    margin: 0;
    font-size: 3.467vw;
  }
}
#site-main .others-cont #contact .wrap dl dd p.note::before {
  content: none;
}
#site-main .others-cont #contact .wrap dl dd p strong {
  display: block;
  margin-top: 8px;
  font-size: 42px;
  white-space: nowrap;
}
@media (max-width: 1119px) {
  #site-main .others-cont #contact .wrap dl dd p strong {
    font-size: 36px;
  }
}
@media (max-width: 899px) {
  #site-main .others-cont #contact .wrap dl dd p strong {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl dd p strong {
    margin-top: -2vw;
    font-size: 7.333vw;
  }
}
@media (max-width: 899px) {
  #site-main .others-cont #contact .wrap dl.mail {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl.mail {
    margin-top: 8vw;
  }
}
#site-main .others-cont #contact .wrap dl.mail dt {
  background: #61A6E0;
}
#site-main .others-cont #contact .wrap dl.mail dd {
  border-color: #61A6E0;
}
#site-main .others-cont #contact .wrap dl.mail dd a p::before {
  left: -110px;
  width: 96px;
  height: 96px;
  background-image: url(/ta-tpl/assets/images/icon-mail_bl.png);
}
@media (max-width: 1119px) {
  #site-main .others-cont #contact .wrap dl.mail dd a p::before {
    left: -90px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 899px) {
  #site-main .others-cont #contact .wrap dl.mail dd a p::before {
    left: -110px;
    width: 96px;
    height: 96px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #contact .wrap dl.mail dd a p::before {
    left: -14.667vw;
    width: 12.8vw;
    height: 12.8vw;
  }
}
#site-main .others-cont .form .wrap h1 {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap h1 {
    margin-bottom: 4vw;
    line-height: 6.667vw;
  }
}
#site-main .others-cont .form .wrap .intro-txt {
  position: relative;
  margin-bottom: 40px;
  padding: 16px;
  border: #61A6E0 2px solid;
  border-radius: 10px;
  line-height: 22px;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap .intro-txt {
    margin-bottom: 4vw;
    padding: 2vw;
    border-radius: 1.333vw;
    line-height: 1.5;
    font-size: 3.467vw;
  }
}
#site-main .others-cont .form .wrap .list-note {
  margin-bottom: 33px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 24px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap .list-note {
    margin-bottom: 4vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .form .wrap form h2 {
  position: relative;
  margin-bottom: 15px;
  padding: 0 0 6px 5px;
  border-bottom: 2px #61A6E0 solid;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-size: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form h2 {
    margin-bottom: 4vw;
    padding: 0 0 0.667vw 0.667vw;
    font-size: 3.733vw;
    letter-spacing: 0.04em;
  }
}
#site-main .others-cont .form .wrap form h2 i {
  margin-right: 10px;
  color: #61A6E0;
  font-size: 36px;
  font-weight: 500;
  font-style: normal;
  vertical-align: bottom;
  line-height: 1;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form h2 i {
    margin-right: 1.333vw;
    font-size: 5.067vw;
    line-height: 7.333vw;
  }
}
#site-main .others-cont .form .wrap form input,
#site-main .others-cont .form .wrap form textarea {
  width: 100%;
  height: 50px;
  padding: 0 14px;
  background: #F5F5F5;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form input,
#site-main .others-cont .form .wrap form textarea {
    height: 8vw;
    padding: 0 2vw;
  }
}
#site-main .others-cont .form .wrap form input::-moz-placeholder, #site-main .others-cont .form .wrap form textarea::-moz-placeholder {
  color: #AFAFAF;
  line-height: 50px;
}
#site-main .others-cont .form .wrap form input::placeholder,
#site-main .others-cont .form .wrap form textarea::placeholder {
  color: #AFAFAF;
  line-height: 50px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form input::-moz-placeholder, #site-main .others-cont .form .wrap form textarea::-moz-placeholder {
    line-height: 8vw;
  }
  #site-main .others-cont .form .wrap form input::placeholder,
#site-main .others-cont .form .wrap form textarea::placeholder {
    line-height: 8vw;
  }
}
#site-main .others-cont .form .wrap form input[type=radio] {
  width: 14px;
  height: 14px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form input[type=radio] {
    width: 2vw;
    height: 2vw;
  }
}
#site-main .others-cont .form .wrap form textarea {
  height: 130px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form textarea {
    height: 21.333vw;
  }
}
#site-main .others-cont .form .wrap form dl {
  margin-bottom: 53px;
  padding: 0 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl {
    margin-bottom: 6.667vw;
    padding: 0;
  }
}
#site-main .others-cont .form .wrap form dl dt {
  margin-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dt {
    margin-bottom: 0;
  }
}
#site-main .others-cont .form .wrap form dl dd .note {
  font-size: 14px;
  color: #61A6E0;
}
#site-main .others-cont .form .wrap form dl dd .note.last {
  margin: -10px 0 9px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dd .note.last {
    margin: 0;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dd .note {
    font-size: 3.2vw;
  }
}
#site-main .others-cont .form .wrap form dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#site-main .others-cont .form .wrap form dl dd ul li {
  width: calc(33.333333% - 12px);
  height: 70px;
  margin-bottom: 20px;
  border: #C6C6C6 1px solid;
  font-weight: 700;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dd ul li {
    width: calc(33.333333% - 1.333vw);
    height: 10.667vw;
    margin-bottom: 2vw;
  }
}
#site-main .others-cont .form .wrap form dl dd ul li label {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dd ul li label {
    padding: 0.667vw 0.667vw 0.667vw 1.333vw;
    line-height: 9.067vw;
  }
}
#site-main .others-cont .form .wrap form dl dd ul li label span {
  margin-left: 10px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dd ul li label span {
    margin-left: 0.667vw;
    font-size: 2.933vw;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
}
#site-main .others-cont .form .wrap form dl dd + dt {
  margin-top: 18px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl dd + dt {
    margin-top: 2.667vw;
  }
}
#site-main .others-cont .form .wrap form dl:last-of-type {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form .wrap form dl:last-of-type {
    margin-bottom: 5.333vw;
  }
}
#site-main .others-cont .form#quote-form {
  padding: 98px 20px;
  background: #E6EDF6;
}
@media (max-width: 767px) {
  #site-main .others-cont .form#quote-form {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .form#quote-form .wrap {
  max-width: 865px;
  padding: 58px 85px 80px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form#quote-form .wrap {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .form#quote-form .wrap form {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
}
#site-main .others-cont .form#mail-form .wrap h1 {
  margin-bottom: 66px;
  font-size: 26px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form#mail-form .wrap h1 {
    margin-bottom: 6vw;
    font-size: 5.333vw;
  }
}
#site-main .others-cont .form#mail-form .wrap .intro-txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding: 21px 40px;
  background: #E6EDF6;
  border: none;
  text-align: left;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form#mail-form .wrap .intro-txt {
    display: inherit;
    margin-bottom: 4vw;
    padding: 2vw;
    line-height: 1.5;
    font-size: 3.467vw;
  }
}
#site-main .others-cont .form#mail-form .wrap .intro-txt p {
  width: 53%;
  margin-right: 2%;
}
@media (max-width: 1199px) {
  #site-main .others-cont .form#mail-form .wrap .intro-txt p br {
    display: none;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .form#mail-form .wrap .intro-txt p {
    width: 100%;
    margin: 0 0 4vw;
  }
}
#site-main .others-cont .form#mail-form .wrap .intro-txt .list-note {
  width: 45%;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .form#mail-form .wrap .intro-txt .list-note {
    width: 100%;
    font-size: 2.933vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .form#mail-form .wrap form h2 {
  border-bottom: none;
  font-family: "Noto Serif JP", serif;
}
#site-main .others-cont .form#mail-form .wrap form h2 i {
  color: #00416A;
}
#site-main .others-cont .form#mail-form .wrap form input,
#site-main .others-cont .form#mail-form .wrap form textarea {
  background: #EBEBEB;
}
#site-main .others-cont .form#mail-form .wrap form dl {
  padding: 0;
}
#site-main .others-cont .form#mail-form .wrap form dl dd .note {
  color: #00416A;
}
#site-main .others-cont .form#mail-form .wrap form dl dd ul li {
  width: calc(25% - 15px);
}
@media (max-width: 767px) {
  #site-main .others-cont .form#mail-form .wrap form dl dd ul li {
    width: calc(33.333333% - 1.333vw);
  }
}
#site-main .others-cont #service {
  background: #E6EDF6;
}
#site-main .others-cont #service ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont #service ul {
    margin: 0 -2.667vw 5.333vw;
  }
}
#site-main .others-cont #service ul li {
  width: calc(20% - 44px);
  height: 180px;
  margin: 0 22px 20px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px #F7F3F6;
}
@media (max-width: 899px) {
  #site-main .others-cont #service ul li {
    width: calc(33.333333% - 44px);
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #service ul li {
    width: calc(33.333333% - 5.333vw);
    height: 24vw;
    margin: 0 2.667vw 5.333vw;
    border-radius: 1.333vw;
  }
}
#site-main .others-cont #service ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 37px;
  background: #fff;
  border-radius: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont #service ul li a {
    padding-top: 4vw;
    border-radius: 1.333vw;
    font-size: 4vw;
  }
}
#site-main .others-cont #service ul li a::before {
  content: "";
  position: absolute;
  top: 140px;
  right: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  background: url(/ta-tpl/assets/images/icon-arrow.png) no-repeat left center/100% auto;
}
@media (max-width: 767px) {
  #site-main .others-cont #service ul li a::before {
    top: 18.667vw;
    width: 2.667vw;
    height: 2.667vw;
  }
}
#site-main .others-cont #service ul li a img {
  display: block;
  width: 50px;
  margin: 0 auto 18px;
}
@media (max-width: 767px) {
  #site-main .others-cont #service ul li a img {
    width: 6.667vw;
    margin-bottom: 1.333vw;
  }
}
#site-main .others-cont #matter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 42px;
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul {
    margin-bottom: 5.333vw;
  }
}
#site-main .others-cont #matter ul li {
  width: calc(50% - 40px);
  margin-bottom: 20px;
  background: #fff;
  border: #E2E2E2 1px solid;
  border-radius: 10px;
}
@media (max-width: 899px) {
  #site-main .others-cont #matter ul li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul li {
    width: calc(50% - 1.333vw);
    margin-bottom: 2vw;
    border-radius: 1.333vw;
  }
}
#site-main .others-cont #matter ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 6px;
  border-radius: 10px;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 899px) {
  #site-main .others-cont #matter ul li a {
    padding: 6px 20px 6px 6px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul li a {
    min-height: 10.667vw;
    padding: 0.667vw 0.667vw 0.667vw 1.333vw;
    border-radius: 1.333vw;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
#site-main .others-cont #matter ul li a::after {
  content: "";
  position: absolute;
  top: 2px;
  right: 45px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: #61A6E0 solid 2px;
  border-right: #61A6E0 solid 2px;
  transform: rotate(45deg);
}
@media (max-width: 899px) {
  #site-main .others-cont #matter ul li a::after {
    right: 15px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul li a::after {
    top: 0.267vw;
    right: 2vw;
    width: 1.333vw;
    height: 1.333vw;
    border-top-width: 0.267vw;
    border-right-width: 0.267vw;
  }
}
#site-main .others-cont #matter ul li a img {
  max-width: 120px;
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul li a img {
    display: none;
  }
}
#site-main .others-cont #matter ul li a span {
  display: inline-block;
  margin-left: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul li a span {
    position: relative;
    display: block;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #matter ul li a span::before {
    content: "● ";
    color: #61A6E0;
    font-size: 1.6vw;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area {
    padding: 10.667vw 4vw !important;
  }
}
#site-main .others-cont .search-area .wrap {
  max-width: 864px;
}
#site-main .others-cont .search-area .wrap dl {
  margin: 0 4% 48px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap dl {
    margin-bottom: 5.333vw;
  }
}
#site-main .others-cont .search-area .wrap dl dt {
  margin-bottom: 8px;
  color: #00416A;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap dl dt {
    margin-bottom: 0.667vw;
    font-size: 3.733vw;
  }
}
#site-main .others-cont .search-area .wrap dl dd {
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap dl dd {
    margin: 0 0.667vw 1.333vw 0;
  }
}
#site-main .others-cont .search-area .wrap dl dd a {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #61A6E0;
  border-radius: 14px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap dl dd a {
    padding: 0 2vw;
    border-radius: 4vw;
    line-height: 6vw;
    font-size: 3.2vw;
  }
}
#site-main .others-cont .search-area .wrap dl dd a:hover {
  background: #61A6E0;
  color: #fff;
}
#site-main .others-cont .search-area .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul {
    margin: 0 -2vw;
  }
}
#site-main .others-cont .search-area .wrap ul li {
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
  border: #E2E2E2 1px solid;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li {
    width: calc(50% - 4vw);
    margin: 0 2vw;
    border-radius: 1.333vw;
  }
}
#site-main .others-cont .search-area .wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 8px 18px 8px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li a {
    padding: 1.067vw 1.067vw 2vw 1.067vw;
    border-radius: 1.333vw;
  }
}
#site-main .others-cont .search-area .wrap ul li a .img-wrap {
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li a .img-wrap {
    margin-bottom: 1.333vw;
  }
}
#site-main .others-cont .search-area .wrap ul li a .txt-wrap {
  padding: 0 4px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li a .txt-wrap {
    padding: 0 0.533vw;
  }
}
#site-main .others-cont .search-area .wrap ul li a .txt-wrap h3 {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li a .txt-wrap h3 {
    margin: 2vw 0;
    font-size: 3.467vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .search-area .wrap ul li a .txt-wrap p {
  margin-bottom: 14px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li a .txt-wrap p {
    margin-bottom: 2vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .search-area .wrap ul li a .txt-wrap time {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul li a .txt-wrap time {
    font-size: 3.333vw;
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list {
  margin: 0 -10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list {
    margin: 0;
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list li {
  width: calc(50% - 20px);
  margin: 0 10px 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list li {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list li + li {
    margin-top: 2vw;
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list li a {
  display: flex;
  justify-content: space-between;
  padding: 8px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list li a {
    padding: 1.067vw;
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list li a .img-wrap {
  display: flex;
  align-items: center;
  width: 180px;
  margin: 0 5px 0 0;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list li a .img-wrap {
    width: 24vw;
    margin-right: 1.333vw;
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list li a .txt-wrap {
  width: calc(100% - 185px);
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list li a .txt-wrap {
    width: calc(100% - 25.333vw);
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list li a .txt-wrap time {
  margin: 11px 0 10px;
  text-align: left;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area .wrap ul.wide-list li a .txt-wrap time {
    margin: 1.333vw 0;
  }
}
#site-main .others-cont .search-area .wrap ul.wide-list li a .txt-wrap p {
  font-weight: 400;
}
#site-main .others-cont .search-area#search-box_01 {
  padding: 87px 20px 52px;
  background: #E6EDF6;
}
#site-main .others-cont .search-area#search-box_02 {
  padding: 124px 20px 75px;
}
#site-main .others-cont .search-area#search-box_03 {
  padding: 86px 20px 128px;
}
#site-main .others-cont .search-area#search-box_03 .wrap {
  max-width: 1080px;
}
#site-main .others-cont .search-area#search-box_03 .wrap h1 {
  font-size: 26px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap h1 {
    font-size: 5.333vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box {
  max-width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap .search-box {
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box * {
  font-family: "Noto Serif JP", serif;
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box input {
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap .search-box input {
    border-radius: 0.667vw;
    font-size: 3.467vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .input {
  width: 63.33%;
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .input input {
  border: #3E3E3E 1px solid;
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .sort {
  width: 20.46%;
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .sort::before {
  content: "▼";
  top: -4px;
  color: #3E3E3E;
  border: none;
  font-size: 14px;
  transform: none;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap .search-box .sort::before {
    top: -0.8vw;
    right: 2.4vw;
    font-size: 1.6vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .sort select {
  border: #3E3E3E 1px solid;
  border-radius: 5px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap .search-box .sort select {
    border-radius: 0.667vw;
    font-size: 2.4vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .submit {
  width: 13.33%;
}
#site-main .others-cont .search-area#search-box_03 .wrap .search-box .submit input {
  font-size: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap .search-box .submit input {
    border-radius: 0.667vw;
    font-size: 3.467vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap dl {
  max-width: 864px;
  margin: 0 auto 57px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap dl {
    margin-bottom: 5.333vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap dl dt {
  color: #333;
  font-size: 19px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap dl dt {
    font-size: 3.733vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap dl dd {
  margin: 0 5px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap dl dd {
    margin: 0 0.667vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap dl dd a {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  font-weight: 500;
  transition: none;
}
#site-main .others-cont .search-area#search-box_03 .wrap dl dd a:hover {
  background: none;
  color: inherit;
  text-decoration: underline;
}
#site-main .others-cont .search-area#search-box_03 .wrap ul {
  margin: 0 -13px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap ul {
    margin: 0 -2vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li {
  width: calc(25% - 26px);
  margin: 0 13px 54px;
  border: none;
  border-radius: 0;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap ul li {
    width: calc(50% - 4vw);
    margin: 0 2vw 6vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li a {
  padding: 0;
  border-radius: 0;
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li a .img-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap ul li a .img-wrap {
    margin-bottom: 1.333vw;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap {
  padding: 0;
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap h3 {
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap h3 {
    font-size: 3.467vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap p {
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap p {
    margin-bottom: 2vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap time {
  font-size: 12px;
}
@media (max-width: 767px) {
  #site-main .others-cont .search-area#search-box_03 .wrap ul li a .txt-wrap time {
    font-size: 3.333vw;
  }
}
#site-main .others-cont #budget-case {
  padding: 85px 20px 50px;
  background: #E6EDF6;
}
@media (max-width: 767px) {
  #site-main .others-cont #budget-case {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont #budget-case .wrap {
  max-width: 864px;
}
#site-main .others-cont #budget-case .wrap .line-ttl::before {
  background: #61A6E0;
}
#site-main .others-cont #budget-case .wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  #site-main .others-cont #budget-case .wrap ul {
    margin: 0 -2vw;
  }
}
#site-main .others-cont #budget-case .wrap ul li {
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont #budget-case .wrap ul li {
    width: calc(50% - 4vw);
    margin: 0 2vw 4vw;
  }
}
#site-main .others-cont #budget-case .wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
#site-main .others-cont #budget-case .wrap ul li a h3 {
  position: relative;
  margin: 5px 0 0 25px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont #budget-case .wrap ul li a h3 {
    margin: 1.333vw 0 0 3.333vw;
    font-size: 3.733vw;
    line-height: 1.5;
  }
}
#site-main .others-cont #budget-case .wrap ul li a h3::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -25px;
  bottom: 0;
  width: 18px;
  height: 18px;
  background: #61A6E0;
  border-radius: 50%;
}
@media (max-width: 767px) {
  #site-main .others-cont #budget-case .wrap ul li a h3::before {
    top: 1.733vw;
    left: -3.333vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
#site-main .others-cont .faq h1 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq h1 {
    margin-bottom: 8vw !important;
  }
}
#site-main .others-cont .faq#faq-bnr {
  padding: 82px 20px;
  background: url(/ta-tpl/assets/images/top/faq-bg.jpg) no-repeat center top/cover;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .faq#faq-bnr .wrap {
  max-width: 864px;
}
#site-main .others-cont .faq#faq-bnr .wrap ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul {
    display: inherit;
  }
}
#site-main .others-cont .faq#faq-bnr .wrap ul li {
  width: calc(50% - 10px);
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li {
    width: 100%;
    border-radius: 1.333vw;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li + li {
    margin-top: 2vw;
  }
}
#site-main .others-cont .faq#faq-bnr .wrap ul li a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 10px;
  color: #6CA7D3;
  font-size: 20px;
  line-height: 29px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li a {
    padding: 1.333vw;
    border-radius: 1.333vw;
    font-size: 4vw;
    line-height: 4vw;
  }
}
#site-main .others-cont .faq#faq-bnr .wrap ul li a::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 12px;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: #6CA7D3 solid 2px;
  border-right: #6CA7D3 solid 2px;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li a::before {
    top: 0.267vw;
    right: 4vw;
    width: 2vw;
    height: 2vw;
    border-top-width: 0.267vw;
    border-right-width: 0.267vw;
  }
}
#site-main .others-cont .faq#faq-bnr .wrap ul li a img {
  max-width: 143px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li a img {
    max-width: 21.333vw;
  }
}
#site-main .others-cont .faq#faq-bnr .wrap ul li a span {
  display: inline-block;
  margin-left: 15px;
}
@media (max-width: 899px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li a span {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-bnr .wrap ul li a span {
    margin-left: 2.667vw;
    letter-spacing: 0.1em;
  }
}
#site-main .others-cont .faq#faq-txt {
  padding: 123px 20px 117px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .faq#faq-txt h1 {
  margin-bottom: 45px;
}
#site-main .others-cont .faq#faq-txt .faq-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl {
  width: 48.15%;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dt {
  background: #61A6E0;
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dt a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px 35px 13px 58px;
  font-size: 20px;
  line-height: 29px;
  color: #fff;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl dt a {
    padding: 4vw 6.933vw 4vw 8.667vw;
    line-height: 1.5;
    font-size: 3.733vw;
  }
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dt a::before {
  content: "Q.";
  position: absolute;
  left: 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl dt a::before {
    left: 3.333vw;
  }
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dt a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: #fff solid 2px;
  border-bottom: #fff solid 2px;
  transform: translateY(0) rotate(45deg);
  transition: transform 0.3s;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl dt a::after {
    right: 4vw;
    width: 1.6vw;
    height: 1.6vw;
    border-right-width: 0.267vw;
    border-bottom-width: 0.267vw;
  }
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dt a.open::after {
  transform: translateY(4px) rotate(225deg);
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl dt a.open::after {
    transform: translateY(0.533vw) rotate(225deg);
  }
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dd {
  position: relative;
  display: none;
  margin: 22px 0 9px;
  padding: 0 35px 0 58px;
  line-height: 23px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl dd {
    margin: 2.933vw 0 1.333vw;
    padding: 0 6.933vw 0 8.667vw;
    line-height: 1.5;
  }
}
#site-main .others-cont .faq#faq-txt .faq-wrap dl dd::before {
  content: "A.";
  position: absolute;
  left: 25px;
}
@media (max-width: 767px) {
  #site-main .others-cont .faq#faq-txt .faq-wrap dl dd::before {
    left: 3.333vw;
    font-size: 3.467vw;
  }
}
#site-main .others-cont #voice {
  overflow: hidden;
  padding: 62px 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont #voice .wrap {
  margin-bottom: 188px;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .wrap {
    margin-bottom: 20vw;
  }
}
#site-main .others-cont #voice .slide-wrap {
  max-width: 82.87%;
  margin: 0 auto;
}
#site-main .others-cont #voice .slide-wrap .slider .slick-list {
  perspective: 2000;
  -webkit-perspective: 2000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track {
  perspective: 2000;
  -webkit-perspective: 2000;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
#site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track .slick-slide {
  margin: 0 15px;
}
#site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track .slick-slide img {
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track .slick-slide img {
    margin-bottom: 2vw;
  }
}
#site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track .slick-slide h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap .slider .slick-list .slick-track .slick-slide h3 {
    font-size: 3.733vw;
    line-height: 1.8;
  }
}
#site-main .others-cont #voice .slide-wrap .slider .slick-arrow {
  top: 32%;
  width: 20px;
  height: 20px;
  border-top: #61A6E0 3px solid;
  border-right: #61A6E0 3px solid;
  z-index: 1;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap .slider .slick-arrow {
    top: 32%;
    width: 2.667vw;
    height: 2.667vw;
    border-top-width: 0.533vw;
    border-right-width: 0.533vw;
  }
}
#site-main .others-cont #voice .slide-wrap .slider .slick-arrow::before {
  content: none;
}
#site-main .others-cont #voice .slide-wrap .slider .slick-prev {
  left: -10%;
  transform: rotate(225deg);
}
#site-main .others-cont #voice .slide-wrap .slider .slick-next {
  right: -10%;
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap {
  max-width: 1510px;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap {
    padding: 0 4vw;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-list {
  overflow: visible;
}
@media (max-width: 899px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-list {
    overflow: hidden;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide {
  margin: 0 3.8vw;
  opacity: 0.2;
}
@media (max-width: 899px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide {
    margin: 0 2vw;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide.slick-current {
  opacity: 1;
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide img {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide img {
    margin-bottom: 4vw;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide h3 {
  font-size: 27px;
  line-height: 39px;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-slide h3 {
    font-size: 3.733vw;
    line-height: 1.8;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-arrow {
  top: 39%;
  width: 25px;
  height: 25px;
  border-top: #3E3E3E 3px solid;
  border-right: #3E3E3E 3px solid;
  z-index: 1;
  transform: rotate(45deg);
}
@media (max-width: 899px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-arrow {
    top: 35%;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-arrow {
    top: 34%;
    width: 2.667vw;
    height: 2.667vw;
    border-top-width: 0.533vw;
    border-right-width: 0.533vw;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-arrow::before {
  content: none;
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-prev {
  left: 3%;
  transform: rotate(225deg);
}
@media (max-width: 899px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-prev {
    left: 1%;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-prev {
    left: -4vw;
  }
}
#site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-next {
  right: 3%;
}
@media (max-width: 899px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-next {
    right: 1%;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #voice .slide-wrap.slide-wide-wrap .slider-wide .slick-next {
    right: -4vw;
  }
}
#site-main .others-cont #news {
  padding: 84px 20px;
  background: #E6EDF6;
}
@media (max-width: 767px) {
  #site-main .others-cont #news {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont #news .line-ttl {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #site-main .others-cont #news .line-ttl {
    margin-bottom: 8vw;
  }
}
#site-main .others-cont #news .default-btn {
  position: absolute;
  top: 8px;
  right: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont #news .default-btn {
    top: 0;
    right: 0;
    width: 37.333vw;
    height: 9.067vw;
  }
}
#site-main .others-cont #news .default-btn a {
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  #site-main .others-cont #news .default-btn a {
    font-size: 2.8vw;
    line-height: 9.067vw;
  }
}
#site-main .others-cont #news ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -13px;
}
@media (max-width: 899px) {
  #site-main .others-cont #news ul {
    justify-content: space-between;
    margin: 0;
  }
}
#site-main .others-cont #news ul li {
  width: calc(25% - 26px);
  border-radius: 10px;
  margin: 0 13px;
}
@media (max-width: 899px) {
  #site-main .others-cont #news ul li {
    width: calc(50% - 10px);
    margin: 0 0 20px;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont #news ul li {
    width: calc(50% - 1.333vw);
    margin-bottom: 2.667vw;
  }
}
#site-main .others-cont #news ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 8px 18px 8px;
  background: #fff;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont #news ul li a {
    padding: 1.333vw;
    border-radius: 1.333vw;
  }
}
#site-main .others-cont #news ul li a .txt-wrap {
  padding: 0 4px;
}
@media (max-width: 767px) {
  #site-main .others-cont #news ul li a .txt-wrap {
    padding: 1.333vw 1.067vw;
  }
}
#site-main .others-cont #news ul li a .txt-wrap time {
  display: block;
  margin: 7px 0 6px;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
  color: #AFAFAF;
}
@media (max-width: 767px) {
  #site-main .others-cont #news ul li a .txt-wrap time {
    margin-bottom: 1.333vw;
    font-size: 3.333vw;
  }
}
#site-main .others-cont #news ul li a .txt-wrap h3 {
  margin-bottom: 9px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont #news ul li a .txt-wrap h3 {
    margin-bottom: 1.333vw;
    font-size: 3.467vw;
    line-height: 1.5;
  }
}
#site-main .others-cont #news ul li a .txt-wrap p {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont #news ul li a .txt-wrap p {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#site-main .others-cont #area {
  overflow: hidden;
  padding: 107px 20px 113px;
}
@media (max-width: 767px) {
  #site-main .others-cont #area {
    padding: 5.333vw 4vw 10.667vw;
  }
}
#site-main .others-cont #area h1 {
  position: relative;
  margin-bottom: 63px;
  color: #6CA7D3;
  line-height: 316px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont #area h1 {
    margin-bottom: 2.667vw;
    line-height: 41.733vw;
  }
}
#site-main .others-cont #area h1::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 485px;
  height: 316px;
  margin: auto;
  background: url(/ta-tpl/assets/images/top/area-img.png) no-repeat left top/100% auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #site-main .others-cont #area h1::before {
    width: 64vw;
    height: 41.733vw;
  }
}
#site-main .others-cont #area .cont-wrap {
  float: left;
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  #site-main .others-cont #area .cont-wrap {
    float: none;
    width: 100%;
  }
}
#site-main .others-cont #area .cont-wrap dl + dl {
  margin-top: 25px;
}
@media (max-width: 767px) {
  #site-main .others-cont #area .cont-wrap dl + dl {
    margin-top: 5.333vw;
  }
}
#site-main .others-cont #area .cont-wrap dl dt {
  margin-bottom: 7px;
  padding-bottom: 3px;
  border-bottom: #707070 1px solid;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #site-main .others-cont #area .cont-wrap dl dt {
    margin-bottom: 2vw;
    padding-bottom: 0.667vw;
    font-size: 3.733vw;
  }
}
#site-main .others-cont #area .cont-wrap dl dd {
  display: inline-block;
  margin: 0 5px 5px 0;
}
@media (max-width: 767px) {
  #site-main .others-cont #area .cont-wrap dl dd {
    margin: 0 0.667vw 1.333vw 0;
  }
}
#site-main .others-cont #area .cont-wrap dl dd a {
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  border: 1px solid #6CA7D3;
  border-radius: 14px;
  line-height: 28px;
  font-size: 14px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #site-main .others-cont #area .cont-wrap dl dd a {
    padding: 0 2vw;
    border-radius: 4vw;
    line-height: 6vw;
    font-size: 3.2vw;
  }
}
#site-main .others-cont #area .cont-wrap dl dd a:hover {
  background: #6CA7D3;
  color: #fff;
}
#site-main .others-cont #area .cont-wrap:first-of-type {
  margin-right: 80px;
}
@media (max-width: 767px) {
  #site-main .others-cont #area .cont-wrap:first-of-type {
    margin: 0 0 5.333vw;
  }
}
#site-main .others-cont .bnrs {
  padding: 126px 0 170px;
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs {
    padding: 13.333vw 4vw;
  }
}
#site-main .others-cont .bnrs ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs ul {
    margin: 0 -1.333vw;
  }
}
#site-main .others-cont .bnrs ul li {
  display: flex;
  align-items: center;
  width: calc(25% - 20px);
  min-height: 120px;
  height: 100%;
  margin: 0 10px 20px;
  background: url(/ta-img/1690780340.png) no-repeat center top/cover;
  border-radius: 10px;
}
@media (max-width: 899px) {
  #site-main .others-cont .bnrs ul li {
    width: calc(33.333333% - 20px);
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs ul li {
    width: calc(50% - 2.667vw);
    min-height: 21.333vw;
    margin: 0 1.333vw 2.667vw;
    border-radius: 1.333vw;
  }
}
#site-main .others-cont .bnrs ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
#site-main .others-cont .bnrs ul li a p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 76px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs ul li a p {
    min-height: 10.667vw;
    font-size: 3.733vw;
    line-height: 4vw;
  }
}
#site-main .others-cont .bnrs ul li a:hover p {
  background: rgba(255, 255, 255, 0.6);
  color: #333;
}
#site-main .others-cont .bnrs ul li:nth-child(2) {
  background-image: url(/ta-img/1690796098.png);
}
#site-main .others-cont .bnrs ul li:nth-child(3) {
  background-image: url(/ta-img/1690796108.png);
}
#site-main .others-cont .bnrs ul li:nth-child(4) {
  background-image: url(/ta-img/1690796117.png);
}
#site-main .others-cont .bnrs ul li:nth-child(5) {
  background-image: url(/ta-img/1690796126.png);
}
#site-main .others-cont .bnrs ul li:nth-child(6) {
  background-image: url(/ta-img/1690796149.png);
}
#site-main .others-cont .bnrs ul li:nth-child(7) {
  background-image: url(/ta-img/1690796160.png);
}
#site-main .others-cont .bnrs ul.bnr-list_02 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs ul.bnr-list_02 {
    margin-top: 6.667vw;
  }
}
#site-main .others-cont .bnrs ul.bnr-list_02 li {
  min-height: 160px;
  background-image: url(/ta-tpl/assets/images/top/bnrs_02-img_01.png);
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs ul.bnr-list_02 li {
    min-height: 29.333vw;
  }
}
#site-main .others-cont .bnrs ul.bnr-list_02 li:nth-child(2) {
  background-image: url(/ta-tpl/assets/images/top/bnrs_02-img_02.png);
}
#site-main .others-cont .bnrs ul.bnr-list_02 li:nth-child(3) {
  background-image: url(/ta-tpl/assets/images/top/bnrs_02-img_03.png);
}
#site-main .others-cont .bnrs ul.bnr-list_02 li:nth-child(4) {
  background-image: url(/ta-tpl/assets/images/top/bnrs_02-img_04.png);
}
#site-main .others-cont .bnrs ul.bnr-list_02 li a p {
  min-height: 50px;
}
@media (max-width: 767px) {
  #site-main .others-cont .bnrs ul.bnr-list_02 li a p {
    min-height: 10.667vw;
  }
}
#site-main .others-cont .sec_01 .wrap.img-left, #site-main .others-cont .sec_01 .wrap.img-right {
  overflow: hidden;
}
#site-main .others-cont .sec_01 .wrap.img-left .img-wrap, #site-main .others-cont .sec_01 .wrap.img-right .img-wrap {
  float: left;
  width: 40%;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_01 .wrap.img-left .img-wrap, #site-main .others-cont .sec_01 .wrap.img-right .img-wrap {
    float: none !important;
    width: 53.333vw;
    margin: 0 auto 4vw;
  }
}
#site-main .others-cont .sec_01 .wrap.img-left .txt-wrap, #site-main .others-cont .sec_01 .wrap.img-right .txt-wrap {
  float: right;
  width: 56.48%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_01 .wrap.img-left .txt-wrap, #site-main .others-cont .sec_01 .wrap.img-right .txt-wrap {
    width: 100%;
    padding-top: 0;
  }
}
#site-main .others-cont .sec_01 .wrap.img-left .txt-wrap h3, #site-main .others-cont .sec_01 .wrap.img-right .txt-wrap h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_01 .wrap.img-left .txt-wrap h3, #site-main .others-cont .sec_01 .wrap.img-right .txt-wrap h3 {
    margin-bottom: 1.333vw;
  }
}
#site-main .others-cont .sec_01 .wrap.img-left .txt-wrap p, #site-main .others-cont .sec_01 .wrap.img-right .txt-wrap p {
  margin-bottom: 33px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_01 .wrap.img-left .txt-wrap p, #site-main .others-cont .sec_01 .wrap.img-right .txt-wrap p {
    margin-bottom: 2vw;
  }
}
#site-main .others-cont .sec_01 .wrap.img-right {
  margin: 60px auto 82px !important;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_01 .wrap.img-right {
    margin: 4vw auto 6vw !important;
  }
}
#site-main .others-cont .sec_01 .wrap.img-right .img-wrap {
  float: right;
}
#site-main .others-cont .sec_01 .wrap.img-right .txt-wrap {
  float: left;
}
#site-main .others-cont .sec_01 .wrap + .wrap {
  margin-top: 196px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_01 .wrap + .wrap {
    margin-top: 10.667vw !important;
  }
}
#site-main .others-cont .sec_02 {
  padding: 110px 20px 80px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_02 {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .sec_02 h1 {
  margin-bottom: 86px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_02 h1 {
    margin-bottom: 8vw;
  }
}
#site-main .others-cont .sec_02 h2 {
  padding: 0 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_02 h2 {
    padding: 0 4vw;
  }
}
#site-main .others-cont .sec_02 .wrap + .wrap {
  margin-top: 62px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_02 .wrap + .wrap {
    margin-top: 10.667vw;
  }
}
#site-main .others-cont .sec_02 .wrap .img-wrap {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_02 .wrap .img-wrap {
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .sec_03 {
  padding: 128px 0 124px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_03 {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .sec_03 .wrap .img-left,
#site-main .others-cont .sec_03 .wrap .img-right {
  overflow: hidden;
}
#site-main .others-cont .sec_03 .wrap .img-left .img-wrap,
#site-main .others-cont .sec_03 .wrap .img-right .img-wrap {
  float: left;
  width: 46.3%;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_03 .wrap .img-left .img-wrap,
#site-main .others-cont .sec_03 .wrap .img-right .img-wrap {
    float: none !important;
    width: 53.333vw;
    margin: 0 auto 4vw;
  }
}
#site-main .others-cont .sec_03 .wrap .img-left .txt-wrap,
#site-main .others-cont .sec_03 .wrap .img-right .txt-wrap {
  float: right;
  width: 50%;
  padding-top: 20px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_03 .wrap .img-left .txt-wrap,
#site-main .others-cont .sec_03 .wrap .img-right .txt-wrap {
    float: none !important;
    width: 100%;
    padding-top: 0;
  }
}
#site-main .others-cont .sec_03 .wrap .img-left .txt-wrap h2,
#site-main .others-cont .sec_03 .wrap .img-right .txt-wrap h2 {
  text-align: left;
}
#site-main .others-cont .sec_03 .wrap .img-left .txt-wrap h3,
#site-main .others-cont .sec_03 .wrap .img-right .txt-wrap h3 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_03 .wrap .img-left .txt-wrap h3,
#site-main .others-cont .sec_03 .wrap .img-right .txt-wrap h3 {
    margin-bottom: 1.333vw;
  }
}
#site-main .others-cont .sec_03 .wrap .img-right .img-wrap {
  float: right;
}
#site-main .others-cont .sec_03 .wrap .img-right .txt-wrap {
  float: left;
}
#site-main .others-cont .sec_03 .wrap + .wrap {
  margin-top: 28px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_03 .wrap + .wrap {
    margin-top: 10.667vw;
  }
}
#site-main .others-cont .sec_03 .default-btn {
  margin-top: 68px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_03 .default-btn {
    margin-top: 6vw;
  }
}
#site-main .others-cont .sec_04 {
  background: #E6EDF6;
}
#site-main .others-cont .sec_04 .wrap {
  max-width: 680px;
}
#site-main .others-cont .sec_04 .wrap .img-wrap {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_04 .wrap .img-wrap {
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .sec_04 .wrap .txt-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_04 .wrap .txt-wrap {
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .sec_04 .wrap .circle-list {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_04 .wrap .circle-list {
    justify-content: inherit;
    margin-bottom: 6vw !important;
  }
}
#site-main .others-cont .sec_04 .wrap .circle-list li {
  margin-bottom: 25px;
  padding-left: 0;
  text-align: center;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_04 .wrap .circle-list li {
    width: 100%;
    margin-bottom: 4vw !important;
  }
}
#site-main .others-cont .sec_04 .wrap .circle-list li::before {
  top: auto;
  right: 0;
  bottom: -14px;
  margin: auto;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_04 .wrap .circle-list li::before {
    bottom: -2vw;
  }
}
#site-main .others-cont .sec_05 {
  padding: 135px 20px 200px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 {
    padding: 10.667vw 4vw;
  }
}
#site-main .others-cont .sec_05 .wrap {
  max-width: 864px;
}
#site-main .others-cont .sec_05 .wrap h1 {
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap h1 {
    margin-bottom: 8vw;
  }
}
#site-main .others-cont .sec_05 .wrap h2 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap h2 {
    margin-bottom: 5.333vw;
  }
}
#site-main .others-cont .sec_05 .wrap .txt-wrap {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap .txt-wrap {
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .sec_05 .wrap .txt-wrap h3 {
  padding-bottom: 3px;
  border-bottom: #61A6E0 1px solid;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap .txt-wrap h3 {
    padding-bottom: 0.667vw;
    border-bottom-width: 0.267vw;
    font-size: 4vw;
  }
}
#site-main .others-cont .sec_05 .wrap .cont-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap .cont-wrap {
    display: inherit;
    margin-bottom: 4vw;
  }
}
#site-main .others-cont .sec_05 .wrap .cont-wrap .img-wrap {
  width: 50.4%;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap .cont-wrap .img-wrap {
    width: 74.667vw;
    margin: 0 auto;
  }
}
#site-main .others-cont .sec_05 .wrap .cont-wrap .txt-wrap {
  width: 41.85%;
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap .cont-wrap .txt-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #site-main .others-cont .sec_05 .wrap .cont-wrap .txt-wrap:last-of-type {
    margin-bottom: 6vw;
  }
}
/*テーブル装飾追加20230503*/
.table_01 {
  display: table;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 22px;
}
.table_01 th, .table_01 td {
  padding: 30px;
}
.table_01 th {
  text-align: center;
  background-color: #9eceff;
  width: 300px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.table_01 td {
  text-align: left;
  vertical-align: top;
  border-left: 1px solid #eaeaea;
}
@media only screen and (max-width: 600px) {
  .table_01 th, .table_01 td {
    padding: 20px;
  }
  .table_01 th {
    width: 150px;
    font-size: 14px;
    line-height: 18px;
  }
  .table_01 td {
    border-left: none;
    font-size: 14px;
    line-height: 18px;
  }
}
.box_bg {
  background-color: #cccccc;
  margin: 0 50px 50px;
  padding: 30px 0;
}
.box_bg h4 {
  color: #003399;
  font-size: 15px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: bold;
  border-bottom: 1px solid #003399;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
.box_bg h4 span {
  display: block;
  color: #444444;
  font-size: 12px;
}
.box_bg .txt {
  padding: 0 20px;
  font-size: 12px;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .box_bg {
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .box_bg {
    margin: 0 0 50px;
  }
}

/* ツールチップ吹き出し追加2023.7.19 */

.tooltip { /* 補足説明するテキストのスタイル */
  position: relative;
  cursor: pointer;
  padding: 0 5px;
  font-size: 1em;
  color: #2487b5;
}
 
.balloon_top { /* ツールチップのスタイル */
  width: 250px; /* 横幅 */
  position: absolute;
  left: 50%;
  bottom: 80%; /* Y軸の位置 */
  transform: translateX(-50%);
  margin-bottom: 15px; /* テキストとの距離 */
  padding: 8px;
  border-radius: 10px; /* 角の丸み */
  background-color: #666; /* ツールチップの背景色 */
  font-size: 1em;
  color: #fff;
  text-align: center;
  visibility: hidden; /* ツールチップを非表示に */
  opacity: 0; /* 不透明度を0％に */
  z-index: 1;
  transition: 0.5s all; /* マウスオーバー時のアニメーション速度 */
}
 
.balloon_top::before { /* 吹き出しの「しっぽ」のスタイル */
  content: "";
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 12px solid #666; /* 最後の値は「ツールチップの背景色」と合わせる */
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
}
 
.tooltip:hover .balloon_top { /* マウスオーバー時のスタイル */
  bottom: 100%; /* Y軸の位置 */
  visibility: visible; /* ツールチップを表示 */
  opacity: 1; /* 不透明度を100％に */
}
/*# sourceMappingURL=style.css.map */