@charset "UTF-8";
/*
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.eb-garamond-<uniquifier> {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
*/
/*------------------------------
全体
------------------------------*/
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  transition-property: all;
  transition: 0.3s linear;
}
.more a {
  border: 1px solid #1c4379;
  text-decoration: none;
  display: block;
  width: 230px;
  text-align: center;
  color: #1c4379;
  font-size: 16px;
  padding: 10px 0;
  border-radius: 25px;
  margin: 65px auto 0 auto;
  position: relative;
}
.more a:hover {
  background-color: #1c4379;
  color: #fff;
}
.more a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 7px;
  background-color: #1c4379;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 18px;
  transform: skewX(40deg);
  background-repeat: no-repeat;
}
.more a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 7px;
  background-color: #1c4379;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 24px;
  transform: skewX(-40deg);
  background-repeat: no-repeat;
}
.more a:hover:before, .more a:hover:after {
  background-color: #fff;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .more a {
    width: 200px;
    font-size: 14px;
  }
  .more a:before {
    top: 15px;
  }
  .more a:after {
    top: 21px;
  }
}
/*------------------------------
ヘッダー
------------------------------*/
/*1025px以上*/
@media screen and (min-width: 1025px) {
  header {
    background-color: #f3f5f8;
  }
  #header_con > .inner {
    margin-bottom: 0;
  }
  #header_info .tel {
    font-size: 46px;
    color: #1c4379;
    padding-left: 35px;
    font-weight: bold;
  }
  #header_info .tel:before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 28px;
    background-image: url("../img/cmn/icon_tel_header.png");
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -14px;
    background-repeat: no-repeat;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  header #site_name {
    margin: 0 10px;
  }
  header #site_name img {
    vertical-align: unset;
  }
}
/*------------------------------
グロナビ
------------------------------*/
/*1025px以上*/
@media screen and (min-width: 1025px) {
  #gNavi_hamburgerMenu {
    background-color: #f3f5f8;
    padding-bottom: 14px;
  }
  #top #gNavi_hamburgerMenu {
    margin-bottom: 0;
  }
  #gNavi_hamburgerMenu nav li {
    border-left: none;
  }
  #gNavi_hamburgerMenu nav ul {
    border-right: none;
  }
  #gNavi_hamburgerMenu nav li a:hover, #gNavi_hamburgerMenu nav li a.current {
    background-color: inherit;
    color: #1c4379;
    font-weight: 900;
  }
  #gNavi_hamburgerMenu nav li a {
    font-size: 15px;
    line-height: 1.5;
    transition: none;
  }
}
/*------------------------------
メインビジュアル
------------------------------*/
#top_mv.cover {
  position: relative;
  margin-bottom: 0;
}
#top_mv.cover:after {
  content: '';
  display: inline-block;
  width: 640px;
  height: 175px;
  background-image: url("../img/top/mv_text.gif");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  margin-left: -320px;
  top: 50%;
  margin-top: -87.5px;
  background-repeat: no-repeat;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_mv.cover:after {
    width: 280px;
    height: 77px;
    margin-left: -140px;
    margin-top: -38.5px;
  }
  #top_mv.cover {
    margin-top: 0;
  }
}
/*------------------------------
お知らせ
------------------------------*/
#top_news {
  background-color: #f3f5f8;
  padding: 60px 3% 35px 3%;
  margin-bottom: 0;
}
#top_news .inner {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  gap: 45px;
}
#top_news #news_post_wrapper {
  border: none;
  padding: 0;
}
#top_news h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top_news h2 {
  font-size: 60px;
  text-align: left;
  color: #1c4379;
  letter-spacing: .05em;
  line-height: 1.3;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
#news_post_wrapper ul li p {
  padding-bottom: 15px;
}
#news_post_wrapper li p.slug span {
  border: none;
  background-color: #1c4379;
  padding: 3px 8px;
  font-size: 11px;
  color: #fff;
  letter-spacing: .1em;
}
#news_post_wrapper li .con a {
  font-size: 16px;
  letter-spacing: .05em;
}
#news_post_wrapper li p.ymd {
  font-size: 16px;
}
#news_post_wrapper li p.slug {
  vertical-align: middle;
}
#top_news_list a {
  color: #1c4379;
  background-color: #fff;
  display: block;
  width: 230px;
  margin: 0 auto;
  text-decoration: none;
  padding: 10px 0;
  border: 1px solid #1c4379;
  border-radius: 25px;
  font-size: 16px;
  letter-spacing: .1em;
  position: relative;
}
#top_news_list a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #1c4379;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  transform: skewX(45deg);
}
#top_news_list a:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #1c4379;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 0;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
}
#top_news_list a:hover {
  background-color: #1c4379;
  color: #fff;
}
#top_news_list a:hover:before, #top_news_list a:hover:after {
  background-color: #fff;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_news h2 {
    font-size: 50px;
    text-align: center;
  }
  #top_news .inner {
    flex-direction: column;
    gap: 20px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_news h2 {
    font-size: 36px;
  }
  #top_news_list a {
    width: 180px;
    font-size: 14px;
  }
}
/*------------------------------
LINE友達募集！
------------------------------*/
#top_line {
  background-color: #00c300;
  max-width: 900px;
  width: 96%;
  margin: 0 auto 120px auto;
  padding: 25px 45px 68px 45px;
  position: relative;
}
#top_line:before {
  content: '';
  display: inline-block;
  width: 117px;
  height: 184px;
  background-image: url("../img/top/img_line.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 90px;
  top: 50%;
  margin-top: -92px;
  background-repeat: no-repeat;
}
#top_line h2 {
  font-size: 36px;
  color: #fff;
  letter-spacing: .1em;
  font-weight: 900;
  margin-bottom: 12px;
}
#top_line h2 + p {
  color: #fff;
  font-size: 16px;
}
#top_line a {
  background-color: #00c300;
  color: #fff;
  text-decoration: none;
  position: absolute;
  bottom: -25px;
  width: 230px;
  text-align: center;
  left: 50%;
  margin-left: -115px;
  padding: 10px 0;
  border: 1px solid #fff;
  border-radius: 25px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: .1em;
}
#top_line a:hover {
  background-color: #00d100;
}
#top_line a span {
  display: block;
  position: relative;
}
#top_line a span:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background-repeat: no-repeat;
  transform: skewX(45deg);
}
#top_line a span:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 6px;
  background-color: #fff;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: 0;
  background-repeat: no-repeat;
  transform: skewX(-45deg);
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_line {
    padding-right: 250px;
  }
  #top_line h2 {
    font-size: 30px;
  }
  #top_line h2 + p {
    font-size: 14px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_line:before {
    width: 90px;
    height: 142px;
    margin-top: -71px;
    right: 20px;
  }
  #top_line {
    padding: 25px 135px 50px 30px;
    width: 94%;
  }
  #top_line a {
    width: 200px;
    font-size: 14px;
    margin-left: -100px;
  }
  #top_line h2 {
    font-size: 22px;
  }
}
/*------------------------------
トップ物件
------------------------------*/
#top_b_widget_fudo_top_r-4 h2 {
  color: #1c4379;
  letter-spacing: .05em;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 60px;
  margin-bottom: 20px;
  padding-top: 10px;
  position: relative;
}
#top_b_widget_fudo_top_r-4 h2:before {
  content: '新着物件';
  font-size: 14px;
  letter-spacing: .1em;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 50px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_b_widget_fudo_top_r-4 h2 {
    font-size: 36px;
  }
  #top_b_widget_fudo_top_r-4 {
    padding: 0 4%;
  }
}
/*------------------------------
サイド
------------------------------*/
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #sidebar {
    padding: 0 30px;
  }
  #sidebar .side_menu_01, #sidebar .side_menu_03 {
    padding: 0;
  }
  #sidebar .side_menu_01 nav li a {
    font-size: 14px;
  }
}
/*------------------------------
サイド：SNS
------------------------------*/
#side_sns {
  margin-bottom: 38px;
}
#side_sns h2 {
  text-align: center;
  color: #1c4379;
  letter-spacing: .05em;
  font-size: 26px;
  font-weight: 900;
  position: relative;
  margin-bottom: 20px;
}
#side_sns h2:before {
  content: '';
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #1c4379;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#side_sns h2:after {
  content: '';
  display: inline-block;
  width: 65px;
  height: 1px;
  background-color: #1c4379;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5px;
  background-repeat: no-repeat;
}
#side_sns ul {
  padding: 0 30px;
}
#side_sns li:not(:last-child) {
  margin-bottom: 10px;
}
#side_sns li a {
  display: block;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: .05em;
  padding: 10px 0 10px 78px;
  position: relative;
  border-radius: 25px;
}
/*
#side_sns li:nth-child(1) a {
  border: 1px solid #ff0000;
}
*/
#side_sns li:nth-child(1) a {
  border: 1px solid #000000;
}
#side_sns li:nth-child(2) a {
  border: 1px solid #00c300;
}
#side_sns li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  background-repeat: no-repeat;
}
/*
#side_sns li:nth-child(1) a:before {
  width: 25px;
  height: 24px;
  background-image: url("../img/cmn/icon_youtube.png");
  margin-top: -12px;
  left: 40px;
}
*/
#side_sns li:nth-child(1) a:before {
  width: 18px;
  height: 18px;
  background-image: url("../img/cmn/icon_x.png");
  margin-top: -9px;
  left: 43px;
}
#side_sns li:nth-child(2) a:before {
  width: 22px;
  height: 21px;
  background-image: url("../img/cmn/icon_line.png");
  margin-top: -10.5px;
  left: 41px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #side_sns h2 {
    font-size: 22px;
  }
}
/*------------------------------
サイド：ブログ
------------------------------*/
#side_blog {
  margin-bottom: 30px;
}
#side_blog a {
  display: block;
  color: #1c4379;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: .05em;
  border: 1px solid #1c4379;
  padding: 34px 20px 34px 75px;
  position: relative;
}
#side_blog a:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 29px;
  background-image: url("../img/cmn/icon_blog.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 28px;
  top: 50%;
  margin-top: -14.5px;
  background-repeat: no-repeat;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*------------------------------
サイド：ブログ
------------------------------*/
#sidebar .side_menu_01 nav li:first-child {
  border-top: 1px solid #8da1bc;
}
#sidebar .side_menu_01 nav li {
  border-bottom: 1px solid #8da1bc;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*------------------------------
top_contact
------------------------------*/
#top_contact {
  padding: 45px 0 40px 0;
  background-color: #1c4379;
}
#top_contact h2 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  letter-spacing: .05em;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 12px;
}
#top_contact h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top_contact h2 + p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .05em;
  margin-bottom: 50px;
}
#top_contact_inner {
  display: flex;
  justify-content: center;
  gap: 65px;
}
#top_contact_tel {
  text-align: center;
  line-height: 1.4;
}
#top_contact_tel em {
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: .05em;
  font-weight: 400;
}
#top_contact_tel .tel_link {
  display: block;
  color: #fff;
  font-size: 62px;
  font-weight: 900;
  padding-left: 48px;
  position: relative;
}
#top_contact_tel .tel_link:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 38px;
  background-image: url("../img/top/icon_tel_contact.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
  background-repeat: no-repeat;
}
#top_contact_tel .contact_time {
  color: #fff;
  font-size: 14px;
  letter-spacing: .05em;
}
#top_contact_inner ul li:not(:last-child) {
  margin-bottom: 20px;
}
#top_contact_inner ul li a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: .05em;
  font-weight: 900;
  width: 405px;
  text-align: center;
  padding: 18px 0 18px 50px;
  border-radius: 35px;
  position: relative;
}
#top_contact_inner ul li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 32px;
  top: 50%;
  background-repeat: no-repeat;
}
#top_contact_inner ul li#contact_mail a {
  color: #1c4379;
}
#top_contact_inner ul li#contact_line a {
  color: #00b900;
}
#top_contact_inner ul li#contact_mail a:before {
  width: 30px;
  height: 23px;
  background-image: url("../img/top/icon_mail_contact.png");
  margin-top: -11.5px;
}
#top_contact_inner ul li#contact_line a:before {
  width: 29px;
  height: 29px;
  background-image: url("../img/top/icon_line_contact.png");
  margin-top: -14.5px;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_contact h2 {
    font-size: 50px;
  }
  #top_contact_inner {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_contact {
    padding: 45px 3% 40px 3%;
  }
  #top_contact h2 {
    font-size: 36px;
  }
  #top_contact h2 + p {
    font-size: 14px;
  }
  #top_contact_tel .tel_link {
    font-size: 40px;
    padding-left: 15px;
  }
  #top_contact_tel .tel_link:before {
    width: 25px;
    height: 27px;
    margin-top: -13.5px;
    left: 30px;
  }
  #top_contact_inner ul li a {
    font-size: 16px;
    width: 320px;
  }
  #top_contact_inner ul li#contact_mail a:before {
    margin-top: -8.5px;
    width: 22px;
    height: 17px;
  }
  #top_contact_inner ul li#contact_line a:before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  #top_contact_tel .tel_link a {
    color: #fff;
  }
}
/*------------------------------
top_company
------------------------------*/
#top_company {
  padding: 40px 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
#top_company h1 + p {
  font-size: 13px;
}
#top_company_map {
  padding-left: 25px;
  position: relative;
  margin-left: 20px;
}
#top_company_map:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url("../img/cmn/icon_map.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  background-repeat: no-repeat;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_company_map {
    margin-left: 0;
    display: block;
    margin-top: 10px;
  }
  #top_company h1 img {
    width: 360px;
  }
}
/*------------------------------
footer
------------------------------*/
footer {
  background-color: #1c4379;
}
footer nav li a {
  color: #fff;
}
footer nav li:before {
  color: #fff;
}
footer .f_s {
  color: #fff;
}
footer #copy {
  color: #fff;
}
footer #footer_s_link a {
  color: #ddd;
}
/*1200px以下*/
@media screen and (max-width: 1200px) {}
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {}
/*------------------------------
お知らせ
------------------------------*/
#news #sidebar #side_category h3, #news #sidebar #side_archives_month h3 {
  background-color: #1c4379;
}
/*------------------------------
お問い合わせ
------------------------------*/
.mailform ul#phase_state {
  background-color: #eee;
}
.mailform .mw_wp_form_input ul#phase_state li.input, .mailform .mw_wp_form_confirm ul#phase_state li.confirm, .mailform .mw_wp_form_complete ul#phase_state li.completion, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2 {
  background-color: #1c4379;
}
@media screen and (min-width: 767px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-left-color: #1c4379;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .mailform .mw_wp_form_input ul#phase_state li.input:before, .mailform .mw_wp_form_confirm ul#phase_state li.confirm:before, .mailform .mw_wp_form_complete ul#phase_state li.completion:before, .phase1 .mailform .mw_wp_form_input ul#phase_state li.phase_state1:before, .phase2 .mailform .mw_wp_form_input ul#phase_state li.phase_state2:before {
    border-top-color: #1c4379;
  }
}
/*------------------------------
物件
------------------------------*/
.widget_fudo_b_r h2, .widget_fudo_r_r h2, .widget_fudo_b_c h2, .widget_fudo_r_c h2, .widget_fudo_b_k h2, .widget_fudo_r_k h2, .widget_fudo_cat h2, .widget_fudo_tag h2, .widget_fudo_kaiin h2, #map_search h2 {
  background-color: #1c4379;
}
.widget_con li.cat-item a:after {
  color: #1c4379;
}
#main .display_type_A .item_list_con_middle_info_bt a, #item.detail #main .item_inquiry a, .mailform #submit_bt button, .mailform #submit_bt input[type="submit"], .mailform .mw_wp_form_confirm #submit_bt .send button, #item_search #main div.submit input, #sidebar .search form input[type="submit"]#btn, #sidebar #side_info .side_access a {
  background-color: #fff;
  border: 1px solid #1c4379;
  color: #1c4379;
}
#main .display_type_A .item_list_con_middle_info_bt a:hover, #item.detail #main .item_inquiry a:hover, .mailform #submit_bt button:hover, .mailform #submit_bt input[type="submit"]:hover, .mailform .mw_wp_form_confirm #submit_bt .send button:hover, #item_search #main div.submit input:hover, #sidebar .search form input[type="submit"]#btn:hover, #sidebar #side_info .side_access a:hover {
  background-color: #1c4379;
  color: #fff;
}
#main .display_type_A .item_list_con_middle_info .price .chinryo span.not_digit {
  font-size: 24px;
}
#item.detail #main .item_inquiry a:before, #sidebar #side_info .side_access a:before {
  color: #1c4379;
}
#item.detail #main .item_inquiry a:hover:before, #sidebar #side_info .side_access a:hover:before {
  color: #fff;
}
/*------------------------------
top_about
------------------------------*/
#top_about {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 80px;
}
#top_about_img {
  height: 380px;
  background: url(../img/top/about.jpg) no-repeat right top;
  width: 50%;
  background-size: cover;
}
#top_about h2 {
  font-size: 60px;
  text-align: left;
  color: #1c4379;
  letter-spacing: .05em;
  line-height: 1.3;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 10px;
}
#top_about h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: .1em;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
#top_about_txt p {
  font-size: 16px;
  line-height: 2;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_about {
    flex-direction: column;
  }
  #top_about_img {
    width: 100%;
    height: 250px;
    background: url(../img/top/about.jpg) no-repeat center top;
	  background-size: cover;
  }
  #top_about_txt {
    width: 96%;
    text-align: center;
  }
  #top_about h2 {
    text-align: center;
  }
}