body {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.8px;
  font-feature-settings: "pkna" 1;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", sans-serif;
  word-wrap: break-all;
  word-wrap: break-word;
}

.col-wht {
  color: #fff;
}

.col-blk {
  color: #333 !important;
}

.col-blue {
  color: #294e97;
}

.col-sky {
  color: #7c94c4;
}

.col-red {
  color: #ff0000;
}

.col-gra_blue, #container-lower h2 {
  background: linear-gradient(90deg, #4282d0, #294e97);
  background: -webkit-linear-gradient(0deg, #4282d0, #294e97);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-wht {
  background-color: #fff;
}

.bg-blk {
  background-color: #333;
}

.bg-blue {
  background-color: #294e97;
}

.bg-sky {
  background-color: #7c94c4;
}

.bg-gra_blue {
  background: rgb(69, 123, 230);
  background: linear-gradient(135deg, rgba(69, 123, 230, 0.12) 0%, rgba(146, 232, 112, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457be6",endColorstr="#92e870",GradientType=1);
}

.btn a {
  display: block;
}
.btn.btn_plain a {
  color: #294e97;
  font-weight: 500;
  border: solid 1px #294e97;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}
.btn.btn_plain a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("/img/common/arrow-next-blue.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  transition: 0.2S;
}
.btn.btn_plain a:hover {
  background: rgb(69, 123, 230);
  background: linear-gradient(135deg, rgba(69, 123, 230, 0.12) 0%, rgba(146, 232, 112, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457be6",endColorstr="#92e870",GradientType=1);
}
.btn.btn_plain a:hover:after {
  right: 35px;
}

.btn_tel .tel {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 600;
  color: #294e97;
}
.btn_tel .tel.ic-tel_grn::before, .btn_tel .tel.ic-tel_blk::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 43px;
  background-image: url("/img/common/ic-tel-green.png");
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}
.btn_tel .tel.ic-tel_blk::before {
  width: 31px;
  height: 31px;
  background-image: url("/img/common/ic-tel-blk.png");
}

.hov_opa a:hover {
  opacity: 0.8;
}

.hov_img a:hover img {
  opacity: 0.8;
}

.obj_line_btm::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #fff;
  margin: 20px auto 0 auto;
}

.wrp-tbl {
  width: 100%;
}
.wrp-tbl th, .wrp-tbl td, .wrp-tbl dt, .wrp-tbl dd {
  line-height: 24px;
  vertical-align: middle;
}
.wrp-tbl.tbl-plain {
  border-top: solid 1px #ddd;
}
.wrp-tbl.tbl-plain th, .wrp-tbl.tbl-plain td {
  border-bottom: solid 1px #ddd;
}
.wrp-tbl.tbl-plain th {
  width: 30%;
  padding: 30px 7.5px 30px 0;
}
.wrp-tbl.tbl-plain td {
  padding: 30px 0 30px 7.5px;
}

header {
  position: relative;
  z-index: 99;
}
header .header_bar {
  background: #fff;
  padding: 10px 50px 25px 50px;
}
header .header_bar h1 {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 16px;
  text-align: right;
}
header .header_bar .infoBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .mv_top, header .mv_lower {
  position: relative;
  z-index: 1;
}
header .mv_top .image, header .mv_lower .image {
  width: 69.53%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: auto;
  text-align: right;
}
header .mv_top .cc, header .mv_top .ttl, header .mv_lower .cc, header .mv_lower .ttl {
  position: absolute;
  top: 0;
  left: 5.21%;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  z-index: 1;
}
header .mv_top .ttl, header .mv_lower .ttl {
  left: 0;
  padding-left: 5.21%;
}
header .mv_top .cc {
  width: 29.64%;
}
header .mv_lower .image img {
  height: 420px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}
header .mv_lower .ttl {
  width: 100%;
}
header .mv_lower .ttl .inner {
  width: 100%;
}
header .mv_lower .ttl .inner .ruby {
  display: block;
}
header .mv_lower .ttl .inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 55px;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 65px;
  color: #294e97;
  margin-left: 5%;
}
header #fix_btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 90;
  transition: 0.4s;
}
header #fix_btn img {
  transition: none;
}
header #fix_btn.slide-none {
  transition: 0.4s;
  right: -200px;
}

nav #menu-btn {
  display: none;
}
nav ol {
  display: flex;
  justify-content: flex-end;
}
nav ol li:not(:first-child) {
  margin-left: 20px;
}
nav ol li a {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
nav ol li a::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #294e97;
  margin-right: 8px;
}
nav ol li a:hover {
  color: #7c94c4;
}

.wrp-minw {
  width: 100%;
  min-width: 1120px;
}

.ctn {
  width: 1080px;
  margin: 0 auto;
}

.wrap_tag_common .ttl {
  text-align: center;
  font-weight: 500;
  border-bottom: double #294e97;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.wrap_tag_common .list_tag_common {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.wrap_tag_common .list_tag_common li {
  margin: 5px;
}
.wrap_tag_common .list_tag_common li a {
  display: block;
  background: #294e97;
  color: #fff;
  padding: 10px 20px;
}
.wrap_tag_common .list_tag_common li a:hover {
  opacity: 0.8;
}

.inner_tag_common {
  display: flex;
  flex-wrap: wrap;
}
.inner_tag_common .tag {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  background: #294e97;
  color: #fff;
  padding: 5px 10px 7px 10px;
  margin: 0 5px 5px 0;
}

.list_blog_common li:not(:first-child) {
  border-top: solid 1px #ddd;
  padding-top: 30px;
  margin-top: 30px;
}
.list_blog_common li a {
  display: flex;
}
.list_blog_common li a:hover {
  opacity: 0.8;
}
.list_blog_common li .image {
  min-width: 320px;
  margin-right: 20px;
}
.list_blog_common li .image img {
  width: 100%;
  height: 25vh;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit:cover";
}
.list_blog_common li .inner {
  width: 100%;
}
.list_blog_common li .inner time {
  font-weight: 600;
}
.list_blog_common li .inner .ttl, .list_blog_common li .inner .body p {
  line-height: 24px !important;
}
.list_blog_common li .inner .ttl {
  font-weight: 500;
  display: block;
  overflow: hidden;
  max-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_blog_common li .inner .body p {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  overflow: hidden;
  max-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_column3 {
  display: flex;
  flex-wrap: wrap;
}
.list_column3 .box {
  width: 330px;
  max-width: 100%;
}
.list_column3 .box:not(:nth-child(3n)) {
  margin-right: 45px;
}

.list_anchor li {
  text-align: center;
  height: 90px;
}
.list_anchor li a {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #294e97;
  border: solid 2px #294e97;
  position: relative;
}
.list_anchor li a::after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/img/common/arrow-dwn-blue.png");
  background-size: contain;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto 0;
}
.list_anchor li a:hover {
  background: #ebf5f8;
}

.list_faq dl:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #ddd;
}
.list_faq dl dt, .list_faq dl dd {
  display: flex;
  align-items: flex-start;
}
.list_faq dl dt::before, .list_faq dl dd::before {
  content: "Q.";
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
  margin-right: 10px;
}
.list_faq dl dt {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 600;
}
.list_faq dl dt::before {
  color: #294e97;
}
.list_faq dl dd {
  margin-top: 20px;
}
.list_faq dl dd::before {
  content: "A.";
  font-size: 22px;
  font-size: 2.2rem;
}

.layout_half {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layout_half .box {
  width: 520px;
  max-width: 100%;
}

.overframe {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.overframe .frame {
  width: 100%;
  margin: 0 auto;
}
.overframe .frame.frame_1700 {
  max-width: 1700px;
}
.overframe .frame.frame_1800 {
  max-width: 1800px;
}
.overframe .ctn {
  width: 100%;
  max-width: 1080px;
}

.gmap iframe {
  display: block;
  width: 100%;
  height: 300px;
}

.wrap_youtube {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.wrap_youtube .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wrap_youtube .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.common__contact {
  background: url("/img/common/contact-bg.png") center center no-repeat;
  background-size: cover;
}
.common__contact .btnBox {
  display: flex;
  align-items: center;
  box-shadow: 14px 5px 20px rgba(0, 0, 0, 0.15);
}
.common__contact .btn_tel, .common__contact .btn_mail {
  width: 50%;
}
.common__contact .btn_tel:not(:first-child), .common__contact .btn_mail:not(:first-child) {
  border-left: solid 1px #333;
}
.common__contact .btn_tel .tel {
  font-size: 50px;
  font-size: 5rem;
  line-height: 50px;
  font-weight: 500;
  color: #333;
}
.common__contact .btn_mail a {
  width: 400px;
  max-width: 100%;
  height: 80px;
  background: rgb(108, 184, 79);
  background: linear-gradient(270deg, rgb(108, 184, 79) 50%, rgb(58, 168, 16) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6cb84f",endColorstr="#3aa810",GradientType=1);
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common__contact .btn_mail a::before, .common__contact .btn_mail a::after {
  content: "";
  display: block;
  width: 26px;
  min-width: 26px;
  height: 26px;
  background-image: url("/img/common/ic-mail.png");
  background-size: contain;
  margin-right: 10px;
}
.common__contact .btn_mail a::after {
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url("/img/common/arrow-next-wht.png");
  margin-right: 0;
  margin-left: 10px;
}

.common__banner {
  display: flex;
  justify-content: space-around;
}
.common__banner .banner {
  width: 45.31%;
  max-width: 870px;
  height: 230px;
  box-shadow: 0 0 20px rgba(83, 83, 83, 0.15);
}
.common__banner .banner a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 7.47%;
  position: relative;
  z-index: 1;
}
.common__banner .banner a::before, .common__banner .banner a::after {
  transition: 0.3s;
}
.common__banner .banner a::after {
  content: "";
  display: block;
  width: 108px;
  height: 108px;
  background-image: url("/img/common/arrow-next-long.png");
  background-size: contain;
  position: absolute;
  right: 3.45%;
  bottom: 30px;
  z-index: -1;
}
.common__banner .banner a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(41, 78, 151, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.common__banner .banner a:hover::before {
  background: rgba(51, 51, 51, 0.2);
}
.common__banner .banner a:hover::after {
  right: 4.45%;
}
.common__banner .banner.legal {
  background: url("/img/common/banner-legal.png") right center no-repeat;
  background-size: cover;
}
.common__banner .banner.faq {
  background: url("/img/common/banner-faq.png") right center no-repeat;
  background-size: cover;
}
.common__banner .banner .ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-size: 4.6rem;
  color: #fff;
  font-weight: 500;
  margin-left: 15px;
  margin-top: 5px;
}

.layout_1_2 {
  display: flex;
  justify-content: space-between;
}
.layout_1_2 .box1 {
  width: 330px;
  max-width: 100%;
}
.layout_1_2 .box2 {
  width: 705px;
  max-width: 100%;
}

.layout_1_3 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.layout_1_3 .box1 {
  width: 255px;
  max-width: 100%;
}
.layout_1_3 .box2 {
  width: 780px;
  max-width: 100%;
}

.gmap iframe {
  display: block;
  width: 100%;
  height: 400px;
}

.num_c {
  font-size: 22px;
  font-size: 2.2rem;
  width: 34px;
  min-width: 34px;
  height: 34px;
  border-radius: 50rem;
  background: #294e97;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 3px;
}

.list_bd li {
  border-bottom: solid 1px #ddd;
  padding-bottom: 15px;
}
.list_bd li:not(:first-child) {
  margin-top: 15px;
}

#container-top h2,
#container-lower h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 46px;
  font-size: 4.6rem;
  line-height: 84px;
  font-weight: 600;
  letter-spacing: 5px;
}

#container-top article:first-child {
  margin-top: -110px;
}
#container-top p {
  line-height: 40px;
}
#container-top .common__contact {
  margin-top: 160px;
}
#container-top .common__banner {
  margin-top: 100px;
}

#container-lower {
  padding-bottom: 120px;
}
#container-lower article {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
#container-lower article .frame {
  width: 100%;
  max-width: 1340px;
  margin: 0 auto;
  background: #fff;
  padding: 80px 20px 0 20px;
}
#container-lower article .ctn {
  width: 100%;
  max-width: 1080px;
}
#container-lower article:first-child {
  padding-top: 200px;
  margin-top: -100px;
  position: relative;
  z-index: 2;
}
#container-lower article:first-child::before {
  content: "";
  display: block;
  width: 100%;
  height: 430px;
  background: rgb(69, 123, 230);
  background: linear-gradient(135deg, rgba(69, 123, 230, 0.12) 0%, rgba(146, 232, 112, 0.12) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#457be6",endColorstr="#92e870",GradientType=1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#container-lower article:first-child.bg_h640::before {
  height: 640px;
}
#container-lower article:not(:first-child) {
  margin-top: 120px;
}
#container-lower h2 {
  text-align: center;
  margin-bottom: 45px;
  font-weight: 700;
}
#container-lower h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 40px;
  font-weight: 600;
  color: #294e97;
  border-bottom: solid 1px #294e97;
  padding-bottom: 20px;
  margin-bottom: 4%;
}
#container-lower h3 .in {
  display: block;
  border-left: solid 6px #294e97;
  padding-left: 20px;
}
#container-lower h4 {
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: 600;
  color: #294e97;
}
#container-lower h5 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  border-bottom: double #294e97;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#container-lower p {
  line-height: 30px;
}
#container-lower .common__contact h2 {
  background: none;
  -webkit-text-fill-color: inherit;
  color: #fff;
}
#container-lower .common__banner {
  padding-left: 20px;
  padding-right: 20px;
}

.top__about {
  padding-top: 200px;
  padding-bottom: 100px;
}
.top__about .txt_img {
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: -1;
}
.top__about .btn a {
  font-size: 20px;
  font-size: 2rem;
  width: 400px;
  max-width: 100%;
  height: 90px;
}
.top__about .image {
  width: 33.53%;
  position: absolute;
  top: 100px;
  right: 13.24%;
}

.top__youtube {
  margin-top: 75px;
}

.top__service {
  margin-top: 75px;
}
.top__service .frame {
  background: url("/img/top/service-base.png") center top no-repeat;
  background-size: auto 500px;
}
.top__service .list {
  display: flex;
  justify-content: center;
}
.top__service .list li {
  width: 24.48%;
  max-width: 470px;
}
.top__service .list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  border: solid 2px #8f9dae;
  text-align: center;
  padding: 60px 20px;
  display: flex;
  flex-direction: column;
}
.top__service .list li a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #294e97 transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.top__service .list li a:hover .ic {
  transform: translateY(-10px);
}
.top__service .list li a:hover .ttl {
  color: #7c94c4;
}
.top__service .list li .ic, .top__service .list li .ttl {
  transition: 0.3s;
}
.top__service .list li .ic img, .top__service .list li .ttl img {
  opacity: 0.8;
}
.top__service .list li .ic img {
  width: 26.44%;
}
.top__service .list li .ttl {
  font-size: 31px;
  font-size: 3.1rem;
  color: #294e97;
  font-weight: 600;
  margin-top: 50px;
}
.top__service .list li .txt {
  font-size: 23px;
  font-size: 2.3rem;
  margin-top: 30px;
}
.top__service .list li:not(:nth-child(3n)) {
  margin-right: 3.13%;
}

.top__news {
  margin-top: 180px;
}
.top__news .obj_line_btm::after {
  background: #294e97;
  margin-left: 0;
}
.top__news .btn a {
  width: 270px;
  max-width: 100%;
  height: 76px;
}
.top__news .list {
  border-top: solid 1px #d6d8db;
}
.top__news .list li {
  border-bottom: solid 1px #d6d8db;
  padding: 25px 10px 20px 10px;
}
.top__news .list li .inner {
  display: flex;
  align-items: center;
}
.top__news .list li .inner time {
  white-space: nowrap;
  margin-right: 20px;
}
.top__news .list li .ttl {
  font-weight: 500;
  transition: 0.4s;
}
.top__news .list li a:hover .ttl {
  color: #294e97;
}

.top__gmap {
  margin-top: 150px;
}

.lower__field article:first-child::before {
  height: 500px !important;
}
.lower__field h3 {
  margin-bottom: 5%;
}
.lower__field section {
  padding: 0 30px;
}
.lower__field section:not(:last-child) {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: solid 1px #ddd;
}
.lower__field section h4 {
  display: flex;
}

.lower__fee h3 {
  margin-bottom: 25px;
}
.lower__fee h4 {
  margin-bottom: 20px;
}
.lower__fee .inBox {
  padding-bottom: 30px;
  border-bottom: solid 1px #ddd;
}
.lower__fee .inBox:not(:last-child) {
  margin-bottom: 30px;
}
.lower__fee ol li {
  line-height: 36px;
}

footer {
  padding-bottom: 35px;
}
footer .footer-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 2px #ccc;
}
footer .footer-nav li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
footer .footer-nav li a:hover {
  color: #294e97;
}
footer .logo img {
  width: 220px;
  max-width: 100%;
}
footer .btn_tel .tel {
  color: #333;
  font-weight: 500;
}
footer small {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  text-align: center;
  color: #a2a1a1;
  font-weight: 600;
}
footer small a {
  color: #a2a1a1 !important;
}/*# sourceMappingURL=style.css.map */