@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

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

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type="radio"]::-ms-check,
input[type="checkbox"]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: 'Noto Sans JP', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  color: #1e1e1e;
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a, b, dd, dt, li, p, span, td, th {
  letter-spacing: 0.05em;
  font-size: 1em;
  line-height: 1.2;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.1em;
  color: inherit;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp_only {
    display: none !important;
  }
}

.center {
  margin: auto;
  text-align: center;
  line-height: 180%;
}

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

.txt_base {
  font-size: clamp(1.4rem, 1.4vw, 1.6rem);
}

.txt_base p {
  letter-spacing: 0.1em;
  line-height: 2;
  font-size: 1em;
}

.txt_base p:not(:last-child) {
  margin-bottom: 1.5em;
}

.txt_base.pc_center {
  text-align: center;
}

@media (max-width: 768px) {
  .txt_base.pc_center {
    text-align: left;
  }
}

.txt_base.lh150 p {
  line-height: 1.5;
}

.txt_base.fs23 {
  font-size: clamp(1.8rem, 4vw, 2.3rem);
}

.txt_base.medium p {
  font-weight: 500;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .mb80 {
    margin-bottom: 60px;
  }
}

.mb100 {
  margin-bottom: 100px;
}

@media (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.tel_link,
.tel_link a {
  color: inherit;
  font-size: 1em;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
.main_width {
  width: calc(100% - 30px);
  max-width: 1200px;
  margin: auto;
}

.main_width .main_width {
  width: 100%;
}

.main_width.size800 {
  max-width: 800px;
}

.main_width.size1000 {
  max-width: 1000px;
}

.main_width.size1500 {
  max-width: 1500px;
}

section {
  padding: 80px 0;
}

@media (max-width: 768px) {
  section {
    padding: 60px 0;
  }
}

section .padding_none {
  padding: 0;
}

/********************************************/
/* body fixed*/
/********************************************/
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  body.fixed {
    position: fixed;
    width: 100%;
  }
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/*header */
/********************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 30px;
  background-color: #fff;
  z-index: 9000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .header {
    height: 60px;
    padding: 8px 15px;
  }
}

.header .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.header .header_left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-grow: 1;
}

.header .header_left .header_tel_box {
  display: none;
}

@media (max-width: 1024px) {
  .header .header_left .header_tel_box {
    display: block;
  }
}

.header .header_right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1024px) {
  .header .header_right {
    display: none;
  }
}

.header .logo {
  width: 40%;
  max-width: 130px;
  margin-right: 25px;
}

@media (max-width: 1024px) {
  .header .logo {
    max-width: 90px;
    margin-right: auto;
    height: 100%;
  }
}

.header .logo a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .header .logo a {
    height: 100%;
  }
}

.header .logo a:hover {
  opacity: .7;
}

@media (max-width: 1024px) {
  .header .logo a img {
    width: auto;
    height: 100%;
  }
}

.top_header {
  top: -130px;
}

@media (max-width: 1024px) {
  .top_header {
    top: -60px;
  }
}

.top_header.is-show {
  top: 0;
}

.header_tel_box {
  text-align: center;
}

.header_tel_box .tel {
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  color: #4b6aa5;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.header_tel_box .tel .tel_link {
  letter-spacing: 0.05em;
  font-size: clamp(1.6rem, 2.2vw, 1.875em);
}

@media (max-width: 1024px) {
  .header_tel_box .tel .tel_link {
    font-size: 1.875em;
  }
}

.header_tel_box .time {
  display: block;
  color: #7a7a7a;
  font-size: 1.2rem;
}

.nav_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.nav_list > li {
  font-size: clamp(1.3rem, 1.5vw, 1.6rem);
}

.nav_list > li > a {
  display: block;
  padding: 0.3em 0.8em;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1440px) {
  .nav_list > li > a {
    padding-left: 0.65em;
    padding-right: 0.65em;
  }
}

.nav_list > li > a:hover {
  color: #4b6aa5;
}

/********************************************/
/* Accordion Menu */
/********************************************/
.nav_list .parents {
  position: relative;
  z-index: 2;
}

.nav_list .parents .child {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150%;
  min-width: 260px;
  padding: 30px 40px;
  border: solid 2px #f7f7f7;
  border-radius: 10px;
  background: #fff;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .nav_list .parents .child {
    display: none;
    position: relative;
    top: 0;
    width: 100%;
    min-width: auto;
    padding: 10px 30px 0;
    border: none;
    border-radius: 0;
    background: none;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}

.nav_list .parents .child > li a {
  display: block;
  padding: 0.6em 0;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 1024px) {
  .nav_list .parents .child > li a {
    color: #7a7a7a;
  }
}

.nav_list .parents .child > li a:hover {
  color: #4b6aa5;
}

.nav_list .parents:hover .child {
  visibility: visible;
  opacity: 1;
}

/********************************************/
/*  Sp-menu*/
/********************************************/
.sp_menu_trigger {
  display: none;
}

/********************************************/
/*  Sp-menu btn*/
/********************************************/
@media (max-width: 1024px) {
  .sp_menu_trigger,
  .sp_menu_trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
    cursor: pointer;
  }
  .sp_menu_trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #4b6aa5;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sp_menu_trigger span {
    position: absolute;
    background: #fff;
    width: 27px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .sp_menu_trigger span:nth-of-type(1) {
    top: 20px;
  }
  .sp_menu_trigger span:nth-of-type(2) {
    top: 0;
    bottom: 0;
  }
  .sp_menu_trigger span:nth-of-type(3) {
    bottom: 20px;
  }
  .sp_menu_trigger.nogap {
    top: 0;
    right: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-315deg);
    transform: translateY(9px) rotate(-315deg);
  }
  .sp_menu_trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .sp_menu_trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(315deg);
    transform: translateY(-9px) rotate(315deg);
  }
}

/********************************************/
/*  Sp-menu list*/
/********************************************/
@media (max-width: 1024px) {
  .main_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100vw;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    z-index: 9998;
    overflow-y: scroll;
    padding: 40px 20px 60px;
    box-sizing: border-box;
    text-align: left;
  }
  .nav_list {
    display: block;
    margin-bottom: 50px;
  }
  .nav_list > li {
    padding: 1em 0;
    border-bottom: solid 1px #ccc;
    font-size: 1.6rem;
  }
  .nav_list {
    width: 100%;
    overflow: hidden;
  }
}

/*=============================================*/
/* footer */
/*=============================================*/
.footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .footer .inner {
    display: block;
  }
}

.footer .inner .left {
  width: 23%;
  min-width: 215px;
}

@media (max-width: 768px) {
  .footer .inner .left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.footer .inner .left .logo {
  width: 90%;
  max-width: 230px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .footer .inner .left .logo {
    width: 35%;
    margin-bottom: 30px;
  }
}

.footer .inner .left .logo a {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .inner .left .logo a:hover {
  opacity: .7;
}

.footer .inner .left .txt_base {
  margin-bottom: 25px;
}

.footer .inner .left .txt_base p {
  line-height: 1.5;
  font-weight: 500;
}

.footer .inner .right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-flow: column;
  width: 75%;
  max-width: 735px;
}

@media (max-width: 768px) {
  .footer .inner .right {
    width: 100%;
  }
}

.footer .inner .tel_box .tel {
  display: block;
  font-size: 2.8rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.footer .inner .tel_box .time {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
}

.footer_link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 23px;
  row-gap: 10px;
}

.footer_link a {
  letter-spacing: 0.1em;
  font-size: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer_link a:hover {
  color: #4b6aa5;
}

.footer_link > li:first-child {
  width: 100%;
}

.footer_link > li .child_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
  margin-bottom: 25px;
}

.footer_link > li .child_list li {
  line-height: 1.7;
  color: #7a7a7a;
  font-size: 1.4rem;
}

.footer_link > li .child_list li:not(:last-child):after {
  display: inline-block;
  content: "/";
  padding: 0 0.7em 0 0.5em;
  color: inherit;
  font-size: 1em;
}

.copyright {
  display: block;
  letter-spacing: 0.1em;
  color: #7a7a7a;
  text-align: right;
  font-size: 1.4rem;
}

@media (max-width: 768px) {
  .copyright {
    margin-top: 30px;
  }
}

/********************************************/
/* main_visual */
/********************************************/
.main_visual {
  padding-top: clamp(150px, 20vh, 210px);
  padding-bottom: clamp(60px, 12vh, 130px);
  padding-left: 140px;
  padding-right: 93px;
  background: url(../img/top/mv-bg.webp) no-repeat center bottom/cover;
}

@media (max-width: 1024px) {
  .main_visual {
    padding: 150px 15px;
  }
}

.main_visual .ttl {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.5;
  font-size: clamp(3rem, 5vw, 7rem);
  font-weight: 700;
}

.main_visual .txt_base {
  margin-bottom: clamp(60px, 12vh, 180px);
}

.main_visual .mv_bottom_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.main_visual .mv_bottom_box .mv_logo {
  width: 40%;
  max-width: 500px;
}

.main_visual .mv_bottom_box .mv_tel_box {
  text-align: center;
}

.main_visual .mv_bottom_box .mv_tel_box .tel {
  display: block;
  margin-bottom: 0.5em;
  letter-spacing: 0.05em;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

.main_visual .mv_bottom_box .mv_tel_box .tel .tel_link {
  letter-spacing: 0.05em;
  font-size: 1.75em;
}

.main_visual .main_nav {
  position: absolute;
  top: clamp(15px, 4vw, 80px);
  right: clamp(15px, 4vw, 80px);
}

.main_visual .main_nav .nav_list {
  display: block;
}

.main_visual .main_nav .nav_list > li {
  padding-left: 1.5em;
}

.main_visual .main_nav .nav_list > li a {
  padding: 0;
}

.main_visual .main_nav .nav_list > li:not(:last-child) {
  margin-bottom: 1.7em;
}

.main_visual .nav_list .parents .child {
  top: 0;
  left: auto;
  right: 100%;
  min-width: 450px;
  padding: 20px 40px;
  columns: 2;
}

.main_visual .nav_list .parents .child > li a {
  padding: 0.6em 0;
}

@media screen and (max-width: 1190px) {
  .main_visual {
    padding-top: clamp(100px, 20vh, 150px);
    padding-left: 50px;
    padding-right: 50px;
  }
  .main_visual .txt_base {
    margin-bottom: clamp(40px, 8vh, 130px);
    padding-right: 110px;
  }
}

@media (max-width: 768px) {
  .main_visual {
    padding: clamp(90px, 15vh, 120px) 15px 60px;
  }
  .main_visual .txt_base {
    padding-right: 0;
  }
  .main_visual .mv_bottom_box {
    flex-flow: column;
  }
  .main_visual .mv_bottom_box .mv_logo {
    margin-bottom: 20px;
  }
}

/********************************************/
/* top_service_block */
/********************************************/
.top_service_block {
  position: relative;
  background: #edf0f6;
}

.top_service_block:before, .top_service_block:after {
  position: absolute;
  top: 0;
  content: "";
  width: 26%;
  height: 100%;
  background: url(../img/top/leaf-bg.svg) no-repeat left top/contain;
  z-index: 1;
}

@media (max-width: 768px) {
  .top_service_block:before, .top_service_block:after {
    width: 48%;
  }
}

.top_service_block:before {
  left: 0;
}

.top_service_block:after {
  right: 0;
  transform: scale(-1, -1);
}

.top_service_block .inner {
  position: relative;
  z-index: 2;
}

.top_service_block .service_btn_list li a {
  background: #fff;
}

.service_btn_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 15px;
}

@media (max-width: 768px) {
  .service_btn_list {
    column-gap: 10px;
  }
}

.service_btn_list li {
  width: calc(25% - 15px);
}

@media (max-width: 768px) {
  .service_btn_list li {
    width: calc(50% - 5px);
  }
}

.service_btn_list li a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 1.4em 1.25em;
  border-radius: 10px;
  background: #edf0f6;
  line-height: 1.3;
  font-size: clamp(1.4rem, 1.6vw, 2rem);
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, screen and (min-width: 769px) {
  .service_btn_list li a {
    padding-right: 40px;
  }
}

@media screen and (max-width: 768px) {
  .service_btn_list li a {
    padding-right: 25px;
  }
}

.service_btn_list li a:after {
  position: absolute;
  top: 50%;
  right: 25px;
  content: "\f105";
  line-height: 1;
  color: #4b6aa5;
  font-size: 1em;
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .service_btn_list li a:after {
    right: 10px;
  }
}

.service_btn_list li a:hover {
  background: #4b6aa5;
  color: #fff;
}

.service_btn_list li a:hover:after {
  color: #fff;
}

.service_child_box {
  padding: 0;
  margin-bottom: 100px;
}

.service_child_box section .service_btn_list:not(:last-child) {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: solid 1px #fff;
}

/********************************************/
/* top_about_block top_office_block */
/********************************************/
.top_about_block,
.top_office_block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .top_about_block,
  .top_office_block {
    display: block;
  }
}

.top_about_block .img,
.top_office_block .img {
  width: 40%;
}

@media (max-width: 768px) {
  .top_about_block .img,
  .top_office_block .img {
    width: 100%;
    max-width: 500px;
    margin-bottom: 40px;
  }
}

.top_about_block .txt_box,
.top_office_block .txt_box {
  width: 53%;
}

@media (max-width: 768px) {
  .top_about_block .txt_box,
  .top_office_block .txt_box {
    width: 100%;
  }
}

.top_about_block {
  padding-top: 200px;
}

@media (max-width: 768px) {
  .top_about_block {
    padding-top: 60px;
  }
}

.top_office_block {
  padding-bottom: 200px;
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .top_office_block {
    display: block;
    padding-bottom: 60px;
  }
}

/********************************************/
/* top_price_block */
/********************************************/
.top_price_block {
  position: relative;
  background: url(../img/top/price-bg.webp) no-repeat center/cover;
}

/********************************************/
/* top_blog_block */
/********************************************/
.top_blog_block {
  padding: 190px 0 200px;
}

@media (max-width: 1024px) {
  .top_blog_block {
    padding: 100px 0 110px;
  }
}

.top_blog_block .inner {
  display: grid;
  grid-template-columns: min-content 1fr;
  grid-template-rows: 1fr min-content;
  grid-column-gap: 150px;
  grid-row-gap: 40px;
}

@media (max-width: 1024px) {
  .top_blog_block .inner {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 0;
    grid-row-gap: 20px;
  }
}

.top_blog_block .en_jp_ttl {
  grid-area: 1 / 1 / 2 / 2;
}

.top_blog_block .blog_list {
  grid-area: 1 / 2 / 3 / 3;
}

@media (max-width: 1024px) {
  .top_blog_block .blog_list {
    grid-area: 2 / 1 / 3 / 2;
    margin-bottom: 20px;
  }
}

.top_blog_block .bg_btn {
  grid-area: 2 / 1 / 3 / 2;
}

@media (max-width: 1024px) {
  .top_blog_block .bg_btn {
    grid-area: 3 / 1 / 4 / 2;
  }
}

.blog_list li {
  border-bottom: solid 1px #B4B4B4;
}

.blog_list li:first-of-type {
  border-top: solid 1px #B4B4B4;
}

.blog_list li a {
  display: block;
  padding: 40px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog_list li a:hover {
  opacity: .7;
}

.blog_list li .ttl {
  line-height: 1.5;
  font-size: clamp(1.6rem, 3vw, 1.8rem);
  font-weight: 700;
}

.date_cate {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 20px;
}

.date_cate .date {
  padding-top: 0.2em;
  line-height: 1.5;
  color: #7a7a7a;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}

.date_cate .category {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 10px;
}

.date_cate .cate {
  display: inline-block;
  min-width: 110px;
  padding: 0.2em 0.5em;
  border: solid 2px #4b6aa5;
  border-radius: 30px;
  line-height: 1.2;
  color: #4b6aa5;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

/********************************************/
/* bottom_contact_block */
/********************************************/
.bottom_contact_block {
  position: relative;
  padding: 80px 0;
  background: url(../img/top/contact-bg.webp) no-repeat center/cover;
}

.bottom_contact_block .contact_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  column-gap: 30px;
}

@media (max-width: 768px) {
  .bottom_contact_block .contact_list {
    display: block;
  }
}

.bottom_contact_block .contact_list li {
  width: calc(50% - 15px);
  max-width: 480px;
  background: #fff;
  padding: 40px 20px 55px;
  border-radius: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .bottom_contact_block .contact_list li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 35px 15px 40px;
  }
  .bottom_contact_block .contact_list li:last-child {
    margin-bottom: 0;
  }
}

.bottom_contact_block .contact_list li .ttl {
  margin-bottom: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-size: clamp(2rem, 4vw, 2.5rem);
  font-weight: 700;
}

.bottom_contact_block .contact_list .tel_box {
  height: calc(100% - 55px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-flow: column;
}

.bottom_contact_block .contact_list .tel {
  margin-bottom: 0.4em;
  font-size: clamp(1.6rem, 4.5vw, 2.8rem);
  font-family: "Lato", sans-serif;
  font-weight: 700;
}

@media (max-width: 1024px) {
  .bottom_contact_block .contact_list .tel {
    font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  }
}

.bottom_contact_block .contact_list .tel span {
  font-size: 1.78em;
}

@media (max-width: 1024px) {
  .bottom_contact_block .contact_list .tel span {
    font-size: 1.6em;
  }
}

@media (max-width: 768px) {
  .bottom_contact_block .contact_list .tel span {
    font-size: 1.78em;
  }
}

.bottom_contact_block .contact_list .time {
  font-size: clamp(1.6rem, 3.5vw, 2rem);
  font-weight: 500;
}

.bottom_contact_block .contact_list .txt_base p {
  line-height: 1.7;
}

.bottom_contact_block .contact_list .bg_btn a {
  width: 100%;
  max-width: 350px;
  min-width: auto;
  padding-top: 1.35em;
  padding-bottom: 1.35em;
  font-size: clamp(1.6rem, 4vw, 1.8rem);
}

/*# sourceMappingURL=style.css.map */