@charset "UTF-8";

/*==========================================================================*/
/*//////////////////////////////////////////////////////////////////////////*/
/*//////                                                              //////*/
/*//////                 © Branding Technology inc.                  //////*/
/*//////                                                              //////*/
/*//////////////////////////////////////////////////////////////////////////*/
/*                                                                          */
/*    base.css  --> スタイルの初期設定を行うため、変更しないで下さい。      */
/*    fonts.css --> フォントの初期設定を行うため、変更しないで下さい。      */
/*                                                                          */
/*==========================================================================*/

/* ======================================================

   common-Setting

========================================================= */
html {
}
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
  /* font-family: "Roboto", "游ゴシック体", "Yu Gothic", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif; */
  font-family:  "游ゴシック体", "Yu Gothic", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 300;
  letter-spacing: 1px;
  position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
select,
p,
blockquote,
table,
pre,
address,
ul,
ol,
dl {
  font-size: 160%;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
h1,
h2,
h3,
h4,
h5,
h6,
li {
  line-height: 1.4;
}
dt,
dd {
  line-height: 1.6;
}
li {
  list-style: none;
}
th {
  vertical-align: middle;
}
input,
textarea {
  -webkit-appearance: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.object_cover_fit {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
  height: 100%;
}
img.object_contain_fit {
  object-fit: contain;
  font-family: "object-fit:contain;";
  width: 100%;
  height: 100%;
}
a:link {
  color: #257db7;
  text-decoration: none;
}
a:visited,
a:hover {
  color: #3084bb;
}
a:hover {
  text-decoration: underline;
}
a:active {
  outline: none;
}
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
.pc_area {
  display: none;
}
.bold {
  font-weight: bold;
}
.font10 {
  font-size: 10px !important;
}
.font12 {
  font-size: 12px !important;
}
.font14 {
  font-size: 14px !important;
}
.font16 {
  font-size: 16px !important;
}
.font18 {
  font-size: 18px !important;
}
.font20 {
  font-size: 20px !important;
}
.text {
  margin-bottom: 1em !important;
}
.txt-l {
  text-align: left;
}
.txt-c {
  text-align: center;
}
.txt-r {
  text-align: right;
}
.blu {
  color: #257db7;
}
.txt_deco01 {
  display: inline-block;
  padding: 10px 20px;
  color: #257db7;
  font-weight: bold;
  border: #ccc 1px solid;
}
#wrapper {
  padding-top: 60px;
}
#index_main {
}
#main {
  margin: 0 auto 60px;
}
#topicpath {
  margin-bottom: 20px;
}
#topicpath ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0;
}
#topicpath li {
  display: inline;
  line-height: 1.4;
  font-size: 12px;
}
#topicpath li:before {
  content: " > ";
}
#topicpath li:first-child:before {
  content: "";
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 250px;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.h_line_btn {
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0px;
}
.main_list {
  width: 100%;
  max-width: 740px;
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
}
.main_list li {
  width: 140px;
  height: 80px;
}
.main_list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 3px solid #257db7;
  background-color: #fff;
  text-decoration: none !important;
  box-sizing: border-box;
}
.main_list li a .ja {
  font-size: 28px;
  color: #000;
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: bold;
}
.main_list li a .en {
  font-size: 12px;
  color: #257db7;
  font-weight: bold;
}
.main_list li a:hover {
  background-color: #257db7;
}
.main_list li a:hover span {
  color: #fff !important;
}

@media screen and (min-width: 320px) and (max-width: 1025px) {
  .main_img {
    display: flex;
    flex-direction: column;
  }
  .main_list {
    order: 2;
    margin-top: 20px;
  }
  .main_img h3 {
    order: 3;
  }
  .main_list li {
    width: 17vw;
    height: 10vw;
  }
  .main_list li a .ja {
    font-size: 3.5vw;
    border-width: 2px;
  }
  .main_list li a .en {
    font-size: 1.8vw;
  }
  .inde_news .index_news_list article p.date {
    margin-bottom: 20px;
  }
  .inde_news .index_news_list article .img {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .pc_area {
    display: block;
  }
  .sp_area {
    display: none;
  }
  .hover_opacity a {
    transition-duration: 0.3s;
  }
  .hover_opacity a:hover {
    transition-duration: 0.3s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
  }

  #wrapper {
    padding-top: 189px;
  }
  #main {
    margin: 0 auto 120px;
  }
  #topicpath {
    margin-bottom: 50px;
  }
  .gmap {
    padding-bottom: 350px;
  }
}

/* ======================================================

   header

========================================================= */
#outer_header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
#header {
  width: 90%;
  margin: 0 auto;
}
#header .logo {
  width: 165px;
  margin-top: 10px;
}
#header h1,
#header .header_info,
#navi {
  display: none;
}

@media screen and (min-width: 1025px) {
  #header_cover {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 3;
  }
  #outer_header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: static;
  }
  #header {
    max-width: 1200px;
  }
  #header h1 {
    display: block;
    width: 100%;
    font-size: 10px;
    color: #c2c2c2;
    margin-bottom: 5px;
  }
  #header .logo {
    width: 250px;
    margin: 0;
  }
  #header .header_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #header .header_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  #header .header_info .h_tel {
    margin-right: 15px;
  }
  #header .header_info .h_tel_number {
    color: #257db7;
    font-weight: bold;
    font-size: 34px;
    line-height: 1;
    padding-left: 50px;
    background: url("../images/h_tel_icon.png") no-repeat left center;
    background-size: 45px auto;
  }
  #header .header_info .business_hours {
    display: table;
  }
  #header .header_info .business_hours p {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.3;
  }
  #header .header_info .business_hours p:first-child {
    color: #0a4299;
    padding-right: 10px;
  }
  #header .header_info .h_contact_btn {
    width: 320px;
  }
  .sp_drawer_btn {
    display: none;
  }
  #navi {
    width: 100%;
    display: block;
    background: #257db7;
  }
  #navi ul {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #navi ul li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: table;
    min-height: 80px;
    text-align: center;
    font-size: 15px;
    position: relative;
  }
  #navi ul li a,
  #navi ul li span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    box-sizing: border-box;
    transition-duration: 0.3s;
    cursor: pointer;
  }
  #navi li ul {
    width: 300px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    z-index: 2;
  }
  #navi li ul li {
    width: 100%;
    min-height: auto;
    border-bottom: #e6e6e6 1px solid;
  }
  #navi li ul li:last-child {
    border-bottom: none;
  }
  #navi li ul li a {
    padding: 12px 0;
    color: #333;
    transition-duration: 0.3s;
  }
  #navi li ul li a:hover {
    transition-duration: 0.3s;
    color: #257db7;
  }
}

.header_span_mysatei {
  color: #ffce26 !important;
}

/* ======================================================

   footer

========================================================= */
#outer_footer {
  padding-bottom: 115px;
}
.footer_contact {
  background: #257db7;
  padding: 40px 0;
}
.footer_contact_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.footer_contact_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.footer_contact_ttl span {
  display: block;
  font-size: 16px;
}
.footer_contact .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.footer_contact .list li {
  width: 32%;
  text-align: center;
  color: #ffea00;
  padding: 5px 10px;
  margin-right: 2%;
  margin-bottom: 2%;
  border: #ffea00 1px solid;
  box-sizing: border-box;
}
.footer_contact .list li:nth-child(3),
.footer_contact li:nth-child(5) {
  margin-right: 0;
}
.contact_contents {
  padding: 5px;
  background: #fff;
  border-radius: 5px;
}
.contact_contents_inner {
  padding: 20px 20px 170px;
  border: #257db7 3px solid;
  border-radius: 5px;
  background: url("../images/f_contact_bg.jpg") no-repeat center bottom 20px;
  background-size: auto 160px;
}
.contact_contents h4 {
  margin-bottom: 10px;
}
.contact_contents li {
  margin-bottom: 5px;
}
.contact_contents li:last-child {
  margin-bottom: 0;
}
.footer_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 300px;
  position: relative;
}
.footer_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.footer_menu {
  display: none;
}
.copy {
  color: #257db7;
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
  padding: 30px 20px;
  border-top: #ccc 1px solid;
}
.go_top {
  position: fixed;
  right: 10px;
  bottom: 135px;
  z-index: 2;
}
.go_top a {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  vertical-align: middle;
  text-decoration: none;
}
.go_top a::before,
.go_top a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.go_top a::before {
  width: 50px;
  height: 50px;
  background: #00a9dd;
}
.go_top a::after {
  top: 7px;
  left: 15px;
  width: 16px;
  height: 16px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp_btm_contact {
  width: 100%;
  padding: 10px 5%;
  background: #257db7;
  position: fixed;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  z-index: 2;
}
.sp_btm_contact ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #257db7;
  margin-bottom: 5px;
}
.sp_btm_contact li {
  width: calc(50% - 3px);
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  height: 40px;
  background: #fff;
  border-radius: 5px;
}
.sp_btm_contact li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  position: relative;
}
.sp_btm_contact li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0 15px 0 20px;
}
.sp_btm_contact li:nth-child(1) a {
  color: #00b900;
}
.sp_btm_contact li:nth-child(2) a {
  /*color: #ffce26;*/
}
.sp_btm_contact li:nth-child(3) a {
  color: #257db7;
}
.sp_btm_contact li i {
  margin-right: 5px;
}
.sp_btm_contact .mail_form {
  background: #ffd33a;
  border-radius: 5px;
}
.sp_btm_contact .mail_form a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
.sp_btm_contact .mail_form img {
  display: block;
  width: auto;
  height: 50px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  #outer_footer {
    padding: 0;
  }
  .footer_contact {
    padding: 90px 0 110px;
  }
  .footer_contact_ttl {
    font-size: 36px;
  }
  .footer_contact .list {
    width: 620px;
    margin: 0 auto 50px;
  }
  .footer_contact .list li,
  .footer_contact .list li:nth-child(3) {
    width: 120px;
    padding: 10px;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 18px;
  }
  .footer_contact li:nth-child(5) {
    margin-right: 0;
  }
  .contact_contents {
    padding: 10px;
    border-radius: 10px;
  }
  .contact_contents_inner {
    padding: 25px 35px;
    border: #257db7 5px solid;
    border-radius: 10px;
    background: url("../images/f_contact_bg.jpg") no-repeat center left 10px;
    background-size: 382px auto;
  }
  .contact_contents h4 {
    width: 690px;
    margin: 0 0 20px auto;
  }
  .contact_contents ul {
    width: 840px;
    margin: 0 0 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .contact_contents li {
    width: 304px;
    margin-bottom: 0;
  }
  .contact_contents li:first-child a {
    pointer-events: none;
  }
  .contact_contents li:nth-child(3) {
    width: 204px;
  }
  .footer_map {
    padding-bottom: 400px;
  }
  .footer_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 90%;
    max-width: 1200px;
    margin: 60px auto;
  }
  .footer_menu .menu_blc {
    width: 23%;
  }
  .footer_menu dl.mb {
    margin-bottom: 50px;
  }
  .footer_menu dt,
  .footer_menu dd,
  .footer_menu dd li {
    font-size: 14px;
  }
  .footer_menu dt {
    color: #257db7;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .footer_menu dd li {
    margin-bottom: 1em;
  }
  .footer_menu dd li:last-child {
    margin-bottom: 0;
  }
  .footer_menu dd li a {
    color: #333;
  }
  .copy {
    padding: 40px 20px;
  }
  .go_top {
    right: 40px;
    bottom: 40px;
  }
  .footer_follow .sp_btm_contact {
    display: none;
  }
}

/* ======================================================

   index

========================================================= */
.main_img_cover {
  background: url("../images/main.jpg") center;
  background-size: cover;
  position: relative;
}
.main_img_cover .main_illust {
  width: 90%;
  margin: 0 auto;
}
.main_img {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 15px;
}
.main_img h3 {
  /*width: 180px;*/
  width: 360px;
  margin: 20px auto 0;
}
.index_satei {
  background: #ddebf3;
  position: relative;
}
.index_satei .index_satei_ttl {
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
}
.index_satei_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 40px;
}
.index_satei_inner h4 {
  max-width: 661px;
  margin: 0 auto 20px;
}
.index_satei_contents {
  background: #fff;
  padding: 20px 30px 30px;
}
.index_satei_contents table {
  width: 100%;
  margin-bottom: 15px;
}
.index_satei_contents table tr,
.index_satei_contents table th,
.index_satei_contents table td {
  display: block;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
}
.index_satei_contents table th {
  color: #257db7;
  padding: 15px 15px 0;
}
.index_satei_contents table td {
  padding: 0 15px 15px;
  border-bottom: #ccc solid 1px;
}
.index_satei_contents .index_satei_btn {
  max-width: 500px;
  margin: 0 auto;
}
.index_ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.index_ttl span.en {
  display: block;
  font-size: 16px;
}
.index_partner {
  margin-bottom: 40px;
}
.index_partner .partner_img {
  height: 200px;
}
.index_partner .partner_txt {
  width: 80%;
  max-width: 506px;
  margin: 30px auto 0;
}
.index_reason {
  margin-bottom: 50px;
}
.index_reason .index_ttl span.en {
  color: #257db7;
}
.index_reason .index_ttl span.bg {
  display: inline-block;
  padding: 0 65px;
  background: url("../images/index_reason001.jpg") no-repeat left bottom;
  background-size: 55px auto;
}
.index_reason .txt {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.index_reason .index_reason_list {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.index_reason .index_reason_list p,
.index_reason .index_reason_list h4 {
  text-align: center;
  font-weight: bold;
}
.index_reason .index_reason_list li {
  padding: 30px;
  border: #ccc 2px solid;
  margin-bottom: 20px;
}
.index_reason .index_reason_list .number {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: #ff2626;
  position: relative;
}
.index_reason .index_reason_list .number p {
  color: #ffe640;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.index_reason .index_reason_list .number p span {
  display: block;
  font-size: 18px;
}
.index_reason .index_reason_list h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
.index_reason .index_reason_list .img {
  height: 150px;
}
/*.index_reason_slider { width: 90%; margin: 0 auto; }
.index_reason_slider .slide_contents { position: relative; padding: 0 5px 5px 0; }
.index_reason_slider .slide_contents::before { content: ''; display: block; width: -webkit-calc(100% - 5px); height: -webkit-calc(100% - 5px); position: absolute; bottom: 0; right: 0; background: #c5c5c5; }
.index_reason_slider li.reason_slide .inner { position: relative; background: #FFF; border: #333 1px solid; z-index: 1; }
.index_reason_slider .reason_img { height: 180px; }
.index_reason_slider .reason_txt { padding: 30px; }
.index_reason_slider h4 { font-size: 20px; font-weight: bold; padding: 0 0 20px 50px ; margin-bottom: 20px; background: url("../images/index_reason_ttl.gif") repeat-x bottom; background-size: 1200px auto; position: relative; }
.index_reason_slider h4::before { content: ''; display: block; width: 40px; height: 43px; position: absolute; top: 5px; left: 0; }
.index_reason_slider .slide01 h4::before { background: url("../images/index_reason003.gif") no-repeat; background-size: contain; }
.index_reason_slider .slide02 h4::before { background: url("../images/index_reason004.gif") no-repeat; background-size: contain; }
.index_reason_slider .slide03 h4::before { background: url("../images/index_reason005.gif") no-repeat; background-size: contain; }*/
.index_menu_cover {
  background: #f8f8f8;
  padding-bottom: 50px;
}
.index_menu {
  position: relative;
}
.index_menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 40%;
  position: absolute;
  background: url("../images/index_menu_bg.gif");
  background-size: 7px;
}
.index_menu_inner {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
.index_menu .index_ttl,
.index_menu .txt {
  color: #fff;
  text-align: center;
}
.index_menu .txt {
  margin-bottom: 50px;
}
.index_menu li {
  line-height: 1.8;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
.index_menu li:last-child {
  margin-bottom: 0;
}
.index_menu li a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 40px 30px 30px;
}
.index_menu li p {
  text-align: center;
}
.index_menu li .speech_balloon {
  display: block;
  width: 70%;
  font-weight: bold;
  text-align: center;
  color: #ff2626;
  line-height: 40px;
  border-radius: 5px;
  background: #ffce26;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_menu li .speech_balloon::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #ffce26 transparent transparent transparent;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index_menu li .menu_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 10px;
}
.index_menu li .menu_img {
  display: block;
  width: 100px;
  margin: 0 auto 15px;
}
.other_menu {
  width: 90%;
  max-width: 1200px;
  margin: 40px auto 50px;
}
.other_menu h5 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.other_menu h5 span {
  padding: 0 45px;
  position: relative;
}
.other_menu h5 span::before,
.other_menu h5 span::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.other_menu h5 span::before {
  left: 0;
}
.other_menu h5 span::after {
  right: 0;
}
.other_menu li {
  margin-bottom: 5px;
}
.other_menu li:last-child {
  margin-bottom: 0;
}
.index_menu_button {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
}
.index_menu_button li:first-child {
  margin-bottom: 20px;
}
.index_menu_button li p {
  line-height: 1.2;
  position: relative;
}
.index_menu_button li p::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50vh;
  background: #c1c1c1;
}
.index_menu_button li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  border-radius: 50vh;
  position: relative;
}
.index_menu_button li:nth-child(1) a {
  background: #257db7 url("../images/index_menu_icon004.png") no-repeat center left 20px;
  background-size: auto 30px;
}
.index_menu_button li:nth-child(2) a {
  background: #ffce26 url("../images/index_menu_icon005.png") no-repeat center left 20px;
  background-size: auto 30px;
}
.index_menu_button li span.en {
  font-size: 26px;
  display: block;
}
.index_before,
.index_before_inner {
  position: relative;
}
.index_before_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0 30px;
  z-index: 2;
}
.index_before::before,
.index_before::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.index_before::before {
  height: 56%;
  top: 0;
  background: url("../images/index_before_bg001.jpg") center;
  background-size: cover;
}
.index_before::after {
  height: 44%;
  bottom: 0;
  background: url("../images/index_before_bg002.gif");
  background-size: 5px;
}
.index_before .index_ttl,
.index_before p {
  color: #fff;
}
.index_before .index_ttl span.bg {
  display: inline-block;
  padding: 0 65px;
  background: url("../images/index_before001.png") no-repeat left bottom;
  background-size: 55px auto;
}
.index_before ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.index_before li {
  width: 48%;
  margin-bottom: 4%;
}
.inde_news {
  position: relative;
}
.inde_news::before {
  content: "";
  display: block;
  width: 70%;
  height: 70px;
  background: url("../images/index_news002.png") no-repeat left bottom;
  background-size: cover;
  position: absolute;
  top: -40px;
  right: 0;
}
.inde_news_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 50px;
}
.inde_news .index_ttl {
  text-align: left;
}
.inde_news .index_ttl span.en {
  color: #257db7;
}
.inde_news .index_news_list article {
  padding: 20px 0 15px;
  border-bottom: #ccc 1px solid;
}
.inde_news .index_news_list article:first-child {
  padding: 0 0 15px;
}
.inde_news .index_news_list a {
  color: #333;
  text-decoration: none;
}
.inde_news .index_news_list article p {
  line-height: 1.4;
}
.inde_news .index_news_list article p.date {
  font-weight: bold;
}
.inde_news .index_news_list .txt_btn02 {
  margin-top: 30px;
}
.index_mansion {
  background: url("../images/index_mansion_bg.jpg") no-repeat center;
  background-size: cover;
}
.index_mansion_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.index_mansion_inner .img {
  display: none;
}
.index_mansion_contents {
  padding: 10px;
  background: #fff;
}
.index_mansion_contents .inner {
  border: #84a0cc 2px solid;
  padding: 30px;
}
.index_mansion_contents img {
  display: block;
  width: 200px;
  margin: 0 auto 20px;
}

@media screen and (min-width: 1025px) {
  .main_img_cover .main_illust {
    max-width: 1025px;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 2.5%;
  }
  .main_img {
    padding: 40px 0 250px;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .main_img h2 {
    width: 740px;
    margin: 30px 0 0;
  }
  .main_img h3 {
    width: 291px;
    margin: 0 30px 0 0;
  }

  .index_satei {
    background: #ddebf3 url("../images/index_satei_bg.png") no-repeat center top 100px;
    background-size: 90% auto;
  }
  .index_satei::before {
    content: "";
    display: block;
    width: 335px;
    height: 304px;
    background: url("../images/index_satei003.png") no-repeat;
    background-size: contain;
    position: absolute;
    right: 10%;
    bottom: -110px;
    z-index: 1;
  }
  .index_satei .index_satei_ttl {
    max-width: 980px;
    top: -100px;
  }
  .index_satei_inner {
    padding: 120px 0 70px;
  }
  .index_satei_inner h4 {
    margin: 0 auto 30px;
  }
  .index_satei_contents {
    max-width: 920px;
    margin: 0 auto;
    padding: 30px 50px 50px;
    box-sizing: border-box;
    position: relative;
  }
  .index_satei_contents table {
    margin-bottom: 20px;
  }
  .index_satei_contents table tr {
    display: table-row;
  }
  .index_satei_contents table th,
  .index_satei_contents table td {
    display: table-cell;
  }
  .index_satei_contents table th {
    width: 30%;
    padding: 20px 0 20px 20px;
    border-bottom: #ccc 1px solid;
  }
  .index_satei_contents table td {
    padding: 20px 20px 20px 0;
  }
  .index_satei_contents .index_satei_btn {
    transition-duration: 0.3s;
  }
  .index_satei_contents .index_satei_btn:hover {
    transition-duration: 0.3s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    cursor: pointer;
  }
  .index_ttl {
    font-size: 36px;
  }
  .index_partner {
    max-width: 1900px;
    margin: 100px auto 50px;
    display: -webkit-flex;
    display: flex;
  }
  .index_partner .partner_img {
    width: 60%;
    height: 350px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .index_partner .partner_txt {
    width: 27%;
    margin: 30px 0 0 45px;
  }
  .index_reason .index_ttl span.bg {
    padding: 26px 130px 0;
    background: url("../images/index_reason001.jpg") no-repeat left bottom;
    background-size: 105px auto;
  }

  .index_reason .index_reason_list p,
  .index_reason .index_reason_list h4 {
  }
  .index_reason .index_reason_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_reason .index_reason_list li {
    width: 30%;
    margin-bottom: 40px;
    box-sizing: border-box;
  }
  .index_reason .index_reason_list .number {
    width: 130px;
    height: 130px;
  }
  .index_reason .index_reason_list .number p {
    font-size: 50px;
  }
  .index_reason .index_reason_list .number p span {
    font-size: 22px;
  }
  .index_reason .index_reason_list h4 {
    font-size: 28px;
  }
  .index_reason .index_reason_list .img {
    height: 200px;
  }
  /*.index_reason_slider { width: 100%; }
.index_reason_slider li.reason_slide { max-width: 1150px; padding: 0 30px; box-sizing: border-box; }
.index_reason_slider li.reason_slide .inner { display: -webkit-flex; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; -webkit-flex-direction: row-reverse; flex-direction: row-reverse; }
.index_reason_slider li.reason_slide .reason_img { width: 46%; height: auto; }
.index_reason_slider .reason_txt { width: 54%; padding: 40px; box-sizing: border-box; }
.index_reason_slider h4 { font-size: 26px; padding: 0 0 20px 70px; margin-bottom: 20px; }
.index_reason_slider h4::before { width: 50px; height: 54px; position: absolute; top: 5px; left: 0; }
.index_reason_slider .slide01 h4 { padding: 18px 0 38px 70px; }*/
  .index_menu_cover {
    padding-bottom: 110px;
  }
  .index_menu::before {
    height: 80%;
  }
  .index_menu_inner {
    padding-top: 80px;
  }
  .index_menu .txt {
    margin-bottom: 70px;
  }
  .index_menu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .index_menu li,
  .index_menu li:last-child {
    width: 31%;
    max-width: 360px;
    margin-bottom: 0;
  }
  .index_menu li a {
    padding: 40px 35px 35px;
  }
  .index_menu li .speech_balloon {
    font-size: 18px;
    line-height: 40px;
  }
  .index_menu li .menu_ttl {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .index_menu li .menu_img {
    width: 120px;
    margin: 0 auto 20px;
  }
  .other_menu {
    margin: 60px auto 110px;
  }
  .other_menu h5 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .other_menu h5 span {
    padding: 0 110px;
  }
  .other_menu h5 span::before,
  .other_menu h5 span::after {
    width: 80px;
  }
  /*
.other_menu ul { width: 1180px; margin: 0 auto; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
*/
  .other_menu ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .other_menu li {
    width: 49%;
    max-width: 570px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
  .other_menu li:nth-child(3),
  .other_menu li:last-child {
    margin-bottom: 0;
  }
  .index_menu_button {
    position: relative;
    padding-bottom: 40px;
  }
  .index_menu_button li {
    width: 53%;
    max-width: 540px;
    margin-bottom: 0;
  }
  .index_menu_button li:nth-child(2) {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .index_menu_button li p::before {
    top: 7px;
  }
  .index_menu_button li a {
    font-size: 18px;
    padding: 20px 15px;
    transition-duration: 0.3s;
  }
  .index_menu_button li a:hover {
    transition-duration: 0.3s;
  }
  .index_menu_button li:nth-child(1) a {
    background: #257db7 url("../images/index_menu_icon004.png") no-repeat center left 60px;
    background-size: auto 60px;
  }
  .index_menu_button li:nth-child(1) a:hover {
    background: #016ca3 url("../images/index_menu_icon004.png") no-repeat center left 60px;
    background-size: auto 60px;
  }
  .index_menu_button li:nth-child(2) a {
    background: #ffce26 url("../images/index_menu_icon005.png") no-repeat center left 60px;
    background-size: auto 60px;
  }
  .index_menu_button li:nth-child(2) a:hover {
    background: #f5be00 url("../images/index_menu_icon005.png") no-repeat center left 60px;
    background-size: auto 60px;
  }
  .index_menu_button li span.en {
    font-size: 36px;
  }
  .index_before_inner {
    padding: 50px 0 100px;
  }
  .index_before .index_ttl span.bg {
    padding: 26px 120px 0;
    background: url("../images/index_before001.png") no-repeat left bottom;
    background-size: 105px auto;
  }
  .index_before ul {
  }
  .index_before li {
    width: 19%;
    max-width: 254px;
    margin-bottom: 0;
  }
  .inde_news::before {
    width: 35%;
    height: 90px;
    background: url("../images/index_news002.png") no-repeat left bottom;
    background-size: cover;
  }
  .inde_news_inner {
    padding: 90px 0 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .inde_news .index_news_ttl {
    width: 24%;
  }
  .inde_news .index_news_ttl .index_ttl {
    background: url("../images/index_news001.png") no-repeat right bottom;
    background-size: 80px auto;
    padding: 0 80px 30px 0;
  }
  .inde_news .index_news_ttl .txt_btn02 {
    width: 230px;
  }
  .inde_news .index_news_list {
    width: 69%;
  }
  .inde_news .index_news_list article {
    padding: 20px 15px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .inde_news .index_news_list article:first-child {
    padding: 0 15px 20px;
  }
  .inde_news .index_news_list a {
    width: 100%;
    transition: all 0.3s;
  }
  .inde_news .index_news_list a:hover {
    color: #257db7;
    transition: all 0.3s;
  }
  .inde_news .index_news_list article p.date {
    margin-bottom: 20px;
  }
  .inde_news .index_news_list article .img {
    width: 180px;
    margin-right: 20px;
  }
  .index_mansion_inner {
    padding: 110px 0;
    position: relative;
  }
  .index_mansion_inner .img {
    display: block;
    width: 29.5%;
    max-width: 354px;
    position: absolute;
    bottom: 0;
    right: 2.5%;
  }
  .index_mansion_contents {
    width: 40%;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .index_mansion_contents .inner {
    padding: 30px;
  }
  .index_mansion_contents img {
    width: 314px;
    margin: 0 auto 30px;
  }
}

.index_div_1 {
  background-color: #5497ca;
  color: white;
  display: block;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  text-align: center;
}

.index_div_1_1 {
  font-size: 36px;
}

.index_div_1_1 img {
  padding: 10px 0;
  width: 60px;
}

.index_div_1_1 a {
  color: white;
}

.index_div_1_1 a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1025px) {
  .index_div_1 {
      display: none;
  }
}

/* ======================================================

   img

========================================================= */
.image_l .img,
.image_r .img {
  margin: 0 auto 20px;
}
.main_sec_bg_inner .image_l .txt,
.main_sec_bg_inner .image_r .txt {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .image_l,
  .image_r {
    display: -webkit-flex;
    display: flex;
  }
  .image_r {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .image_l .img,
  .image_r .img {
    width: 35%;
  }
  .image_l .txt,
  .image_r .txt,
  .main_sec_bg_inner .image_l .txt,
  .main_sec_bg_inner .image_r .txt {
    width: 60%;
  }
  .image_l .txt {
    padding: 0 0 0 5%;
  }
  .image_r .txt {
    padding: 0 5% 0 0;
  }
  .main_sec_bg_inner .image_l,
  .main_sec_bg_inner .image_r {
    width: 100%;
  }
}

/* ======================================================

   block

========================================================= */
.main_sec,
.main_sec_bg_inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.main_sec_bg {
  padding: 40px 0 30px;
  background: #f8f8f8;
}
.col-two .block,
.col-three .block,
.col-four .block {
  margin-bottom: 20px;
}
.col-two .block:last-child,
.col-three .block:last-child,
.col-four .block:last-child {
  margin-bottom: 0;
}
.border_blc {
  border: #257db7 3px solid;
  padding: 30px;
  box-sizing: border-box;
}
.anc_blc {
  margin-top: -70px;
  padding-top: 70px;
}

@media screen and (min-width: 1025px) {
  .main_sec_bg {
    padding: 70px 0 60px;
  }
  .col-two,
  .col-three,
  .col-four {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .col-two .block,
  .col-three .block,
  .col-four .block {
    margin-bottom: 0;
  }
  .col-two .block.mb,
  .col-three .block.mb,
  .col-four .block.mb {
    margin-bottom: 20px;
  }
  .col-two .block {
    width: 48%;
  }
  .col-two .block:nth-child(2n) {
    margin-left: auto;
  }
  .col-three .block {
    width: 30%;
    margin-right: 5%;
  }
  .col-three .block:nth-child(3n) {
    margin-right: 0;
  }
  .col-four .block {
    width: 23.5%;
    margin-right: 2%;
  }
  .col-four .block:nth-child(4n) {
    margin-right: 0;
  }
  .border_blc {
    padding: 30px 50px;
  }
  .border_blc.w700 {
    width: 700px;
  }
  .border_blc.w800 {
    width: 800px;
  }
  .border_blc.ctr {
    margin: 0 auto;
  }
  .anc_blc {
    margin-top: -200px;
    padding-top: 200px;
  }
}

/* ======================================================

   title

========================================================= */
#page_title {
  position: relative;
}
#page_title::before {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  background: url("../images/main.jpg") center;
  background-size: cover;
}
#page_title h2 {
  color: #fff;
  font-size: 24px;
  padding: 20px 5%;
  background: #257db7;
  position: relative;
  z-index: 1;
}
#page_title h2::before {
  content: "";
  display: block;
  width: 198px;
  height: 180px;
  background: url("../images/page_title.png");
  background-size: contain;
  position: absolute;
  top: -170px;
  right: 15px;
}
.ttl_pt01 {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
}
.ttl_pt01::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  margin: 15px auto 30px;
  background: #257db7;
}
.ttl_pt02,
.ttl_pt03,
.ttl_pt04,
.ttl_pt05,
.ttl_pt07 {
  font-weight: bold;
  margin-bottom: 20px;
}
.ttl_pt02 {
  font-size: 22px;
  padding: 15px;
  background: #f8f8f8;
  border-left: #257db7 4px solid;
}
.ttl_pt03 {
  font-size: 20px;
  color: #fff;
  padding: 15px;
  background: #257db7;
}
.ttl_pt04 {
  font-size: 20px;
  padding: 0 0 10px 1.5em;
  position: relative;
  border-bottom: #ccc 1px solid;
}
.ttl_pt04 i {
  display: block;
  color: #257db7;
  position: absolute;
  top: 5px;
  left: 0;
}
.ttl_pt05 {
  font-size: 20px;
  padding: 5px 0 5px 15px;
  border-left: #ffce26 4px solid;
}
.ttl_pt06 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.ttl_pt06 span {
  color: #257db7;
}
.ttl_pt07 {
  font-size: 22px;
}
.ttl_pt07 span {
  color: #257db7;
}

@media screen and (min-width: 1025px) {
  #page_title {
    position: relative;
    padding-top: 300px;
  }
  #page_title::before {
    width: 95%;
    height: 90%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #page_title h2 {
    width: 50%;
    text-align: center;
    font-size: 36px;
    padding: 80px;
    box-sizing: border-box;
  }
  #page_title h2::before {
    width: 300px;
    height: 272px;
    top: -192px;
    right: -220px;
  }
  .ttl_pt01 {
    font-size: 30px;
  }
  .ttl_pt01::after {
    width: 50px;
    margin: 20px auto 50px;
  }
  .ttl_pt02 {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .ttl_pt03 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .ttl_pt04 {
    font-size: 22px;
  }
  .ttl_pt05 {
    font-size: 22px;
  }
  .ttl_pt07 {
    font-size: 26px;
  }
}

/* ======================================================

   margin

========================================================= */
.mb_t {
  margin-bottom: 20px !important;
}
.mb_s {
  margin-bottom: 30px !important;
}
.mb_m {
  margin-bottom: 50px !important;
}
.mb_l {
  margin-bottom: 70px !important;
}

@media screen and (min-width: 1025px) {
  .mb_t {
    margin-bottom: 30px !important;
  }
  .mb_s {
    margin-bottom: 50px !important;
  }
  .mb_m {
    margin-bottom: 80px !important;
  }
  .mb_l {
    margin-bottom: 100px !important;
  }
}

/* ======================================================

   Q&A

========================================================= */
.faq dl {
  margin-bottom: 15px;
}
.faq dl:last-child {
  margin-bottom: 0;
}
.faq dt {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: #00a9dd;
}
.faq dt,
.faq dd {
  position: relative;
}
.faq dt {
  line-height: 1.4;
  padding: 15px 25px 13px 50px;
}
.faq dd {
  padding: 20px 25px 20px 50px;
  border: 2px solid #00a9dd;
}
.faq i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 17px;
  left: 15px;
}
.faq dd i {
  color: #ffc500;
  top: 28px;
}

@media screen and (min-width: 1025px) {
  .faq dt {
    padding: 15px 25px 15px 75px;
  }
  .faq dd {
    padding: 20px 25px 20px 75px;
  }
  .faq i {
    left: 40px;
  }
  .faq dd i {
    top: 24px;
  }
}

/* ======================================================

   list

========================================================= */
.list_pt01 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.list_pt01 li:after,
.list_pt01 li:before {
  display: block;
  content: "";
  position: absolute;
}
.list_pt01 li:after {
  top: 3px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #257db7;
  border-radius: 6px;
}
.list_pt01 li:before {
  z-index: 2;
  top: 7px;
  left: 3px;
  width: 3px;
  height: 3px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.list_pt02 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 20px;
}
.list_pt02 li:before {
  display: block;
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 6px;
  height: 6px;
  background-color: #257db7;
  border-radius: 3px;
}
.list_pt03 li {
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
  padding-left: 1.5em;
}
.list_pt03 i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #ffa800;
}
.list_pt01 li:last-child,
.list_pt02 li:last-child,
.list_pt03 li:last-child {
  margin-bottom: 0;
}
.list_number {
  counter-reset: number;
  list-style-type: none !important;
}
.list_number li {
  font-size: 18px;
  position: relative;
  padding: 5px 5px 5px 40px;
}
.list_number li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #257db7;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list_attention li {
  font-size: 16px;
  position: relative;
  padding-left: 1.3em;
}
.list_attention li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
ul.pl li {
  padding-left: 1em;
}
table li {
  font-size: 16px;
}
.privacypolicy_list01 li {
  font-size: 16px;
  line-height: 2;
  list-style: none;
  padding-left: 1.5em;
  text-indent: -1.5em;
  margin-bottom: 20px;
}
.privacypolicy_list01 li:last-child {
  margin-bottom: 0;
}
.privacypolicy_list01 li:first-letter {
  font-weight: bold;
}
.privacypolicy_list01 li ol {
  padding-top: 20px;
}
.privacypolicy_list01 li li {
  margin-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .two_rows {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .two_rows li {
    width: 49%;
    box-sizing: border-box;
  }
}

/* ======================================================

   table

========================================================= */
.tbl_pt01,
.tbl_pt02 {
  width: 100%;
  border-left: #ccc solid 1px;
  border-top: #ccc solid 1px;
  box-sizing: border-box;
}
.tbl_pt01 th,
.tbl_pt01 td,
.tbl_pt02 th,
.tbl_pt02 td {
  font-size: 16px;
  padding: 10px 15px;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  vertical-align: middle;
}
.tbl_pt01 tr,
.tbl_pt01 th,
.tbl_pt01 td {
  display: block;
  box-sizing: border-box;
}
.tbl_pt01 th,
.tbl_pt02 th {
  color: #257db7;
}
.tbl_pt02 th {
  background: #f8f8f8;
}
.tbl_pt02 thead th {
  background: #fff;
  text-align: center;
}
th,
td {
  line-height: 1.6;
}
.scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.scroll table {
  min-width: 700px;
}

@media screen and (min-width: 1025px) {
  .tbl_pt01 th,
  .tbl_pt01 td,
  .tbl_pt02 th,
  .tbl_pt02 td {
    padding: 15px 20px;
    box-sizing: border-box;
  }
  .tbl_pt01 tr {
    display: table-row;
  }
  .tbl_pt01 th {
    width: 30%;
  }
  .tbl_pt01 th,
  .tbl_pt01 td {
    display: table-cell;
  }
  .wp10 {
    width: 10% !important;
  }
  .wp15 {
    width: 15% !important;
  }
  .wp20 {
    width: 20% !important;
  }
  .wp25 {
    width: 25% !important;
  }
  .wp30 {
    width: 30% !important;
  }
  .wp35 {
    width: 35% !important;
  }
  .wp40 {
    width: 40% !important;
  }
  .scroll {
    overflow: hidden;
  }
}

/* ======================================================

   button

========================================================= */
.txt_btn {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  background: #fff;
  line-height: 1.4;
}
.txt_btn a {
  display: block;
  text-decoration: none;
  padding: 15px;
  color: #3084bb;
  border: #3084bb 1px solid;
}
.txt_btn.bg_color {
  background: #3084bb;
}
.txt_btn.bg_color a {
  color: #fff;
}
.txt_btn02 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  border-radius: 50vh;
  background: #fff;
  border: #333 2px solid;
  position: relative;
}
.txt_btn02 a {
  display: block;
  text-decoration: none;
  padding: 15px 30px 12px;
  color: #333;
}
.txt_btn02 a::after {
  display: block;
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 17px auto 0;
  background: url("../images/btn_arrow_blu.png") no-repeat center;
  background-size: contain;
}
.txt_btn03 {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  background: #3084bb;
}
.txt_btn03 a {
  display: block;
  text-decoration: none;
  padding: 23px 20px 20px;
  color: #fff;
}
.txt_btn03 a::after {
  display: block;
  content: "";
  width: 10px;
  height: 17px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 17px auto 0;
  background: url("../images/btn_arrow.png") no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .txt_btn a {
    transition-duration: 0.3s;
  }
  .txt_btn:hover a {
    transition-duration: 0.3s;
    background: #3084bb;
    color: #fff;
  }
  .txt_btn.bg_color:hover a {
    background: #fff;
    color: #3084bb;
  }
  .txt_btn02,
  .txt_btn02 a,
  .txt_btn02 a::after,
  .txt_btn02:hover,
  .txt_btn02 a:hover,
  .txt_btn02 a:hover::after {
    transition: all 0.3s;
  }
  .txt_btn02:hover {
    background: #0a4299;
    border: #0a4299 2px solid;
  }
  .txt_btn02 a {
    padding: 20px 30px 17px;
  }
  .txt_btn02 a:hover {
    color: #fff;
  }
  .txt_btn02 a:hover::after {
    background: url("../images/btn_arrow.png") no-repeat center;
    background-size: contain;
  }
  .txt_btn03,
  .txt_btn03:hover,
  .txt_btn03 a,
  .txt_btn03:hover a {
    transition: all 0.3s;
  }
  .txt_btn03:hover {
    background: #fff;
    transition: all 0.3s;
  }
  .txt_btn03:hover a {
    color: #0a4299;
    position: relative;
    z-index: 3;
  }
  .txt_btn03 a::after {
    width: 12px;
    height: 22px;
    transition-duration: 0.5s;
  }
  .txt_btn03:hover a::after {
    transition-duration: 0.5s;
    background: url("../images/btn_arrow_blu.png") center;
    background-size: contain;
  }
  .txt_btn03::before,
  .txt_btn03::after {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 2;
    content: "";
    transition: all 0.3s;
  }
  .txt_btn03::before {
    border-top: 1px solid #0a4299;
    border-bottom: 1px solid #0a4299;
    transform: scale(0, 1);
  }
  .txt_btn03::after {
    border-right: 1px solid #0a4299;
    border-left: 1px solid #0a4299;
    transform: scale(1, 0);
  }
  .txt_btn03:hover::after,
  .txt_btn03:hover::before {
    transform: scale(1);
  }

  .w200 {
    width: 200px;
  }
  .w250 {
    width: 250px;
  }
  .w300 {
    width: 300px;
  }
  .w350 {
    width: 350px;
  }
  .w400 {
    width: 400px;
  }
  .w450 {
    width: 450px;
  }
  .w500 {
    width: 500px;
  }
  .w200,
  .w250,
  .w300,
  .w350,
  .w400,
  .w450,
  .w500 {
    margin: 0 auto;
  }
}

/* ======================================================

   flow

========================================================= */
.flow_contents li {
  position: relative;
  margin-bottom: 60px;
}
.flow_contents li::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #00a1ea transparent transparent transparent;
  position: absolute;
  bottom: -42px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.flow_contents li:last-child {
  margin-bottom: 0;
}
.flow_contents li:last-child::after {
  display: none;
}
.flow_contents li dl {
  border: #555 2px solid;
}
.flow_contents li dt,
.flow_contents li dd {
  font-size: 16px;
  line-height: 1.6;
  padding: 20px;
}
.flow_contents li dt {
  background: #f7f7f7;
  font-size: 18px;
  font-weight: bold;
  border-bottom: #555 1px solid;
}
.flow_contents li dt span {
  color: #00a1ea;
  margin-right: 15px;
}
.flow_contents .flow_img dd .img {
  margin-bottom: 15px;
}

@media screen and (min-width: 1025px) {
  .flow_contents li dt {
    padding: 20px 30px;
  }
  .flow_contents li dd {
    overflow: hidden;
    padding: 30px;
  }
  .flow_contents .flow_img dd {
    overflow: hidden;
    padding: 30px;
  }
  .flow_contents .flow_img dd .img {
    width: 30%;
    float: right;
    margin: 0 0 15px 40px;
  }
}

/* ======================================================

   merit

========================================================= */
.merit,
.demerit {
  border: #ccc 1px solid;
}
.merit dt,
.demerit dt {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 15px;
}
.merit dt {
  background: #00a9dd;
}
.demerit dt {
  background: #666;
}
.merit dd,
.demerit dd {
  padding: 20px 30px;
}

/* ======================================================

   text banner

========================================================= */
.txt_banner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.txt_banner li {
  background: #257db7;
  margin-bottom: 5px;
}
.txt_banner li:last-child {
  margin-bottom: 0;
}
.txt_banner li a {
  display: block;
  padding: 20px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  background: url("../images/banner_bg.png") no-repeat center bottom 3px;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .txt_banner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .txt_banner li {
    width: 49%;
    margin-bottom: 0;
    transition: all 0.3s;
  }
  .txt_banner li.mb {
    margin-bottom: 10px;
  }
  .txt_banner li:hover {
    background: #00a9dd;
    transition: all 0.3s;
  }
  .txt_banner li a {
    padding: 30px;
    font-size: 18px;
  }
}

/* ======================================================

   voice

========================================================= */
.customer_voice .voice_block {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: #ccc 1px solid;
}
.customer_voice .voice_block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.customer_voice .voice_block .img {
  margin-bottom: 10px;
}
.customer_voice .voice_block .img:last-child {
  margin-bottom: 0;
}
.customer_voice .voice_block .txt_blc {
  padding-top: 20px;
}
.customer_voice .voice_block .ttl {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 15px;
  margin-bottom: 30px;
  background: #00a9dd;
}
.customer_voice .voice_block .ttl i {
  margin-right: 10px;
}
.customer_voice .voice_block .customer_word {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 30px;
}
.customer_voice .voice_block .customer_word::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #f8f8f8 transparent;
  position: absolute;
  top: -20px;
  left: 20px;
}
.customer_voice .voice_block .customer_word p {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  background: #f8f8f8;
}
.customer_voice .voice_block .ttl_pt05 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.customer_voice .voice_block .comment {
  margin-top: 10px;
}

@media screen and (min-width: 1025px) {
  .customer_voice .voice_block {
    padding-bottom: 40px;
    margin-bottom: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  /*.customer_voice .voice_block { padding-bottom: 40px; margin-bottom: 50px; display: -webkit-flex; display: flex; -webkit-justify-content: flex-around; justify-content: flex-around; }*/
  .customer_voice .voice_block .img_blc {
    width: 20%;
    margin-left: auto;
  }
  .customer_voice .voice_block .img {
    margin-bottom: 10px;
  }
  .customer_voice .voice_block .txt_blc {
    width: 65%;
  }
  .customer_voice .voice_block .ttl {
    font-size: 20px;
    padding: 10px 20px;
  }
  .customer_voice .voice_block .customer_word p {
    font-size: 22px;
  }
  .customer_voice .voice_block .ttl_pt05 {
    font-size: 20px;
  }
}

.voice_block a:hover {
  opacity: 0.7;
}
.ndq_submit {
  width: 300px;
  height: 70px;
  margin: 40px auto 0 auto;
}
.ndq_submit:hover {
  opacity: 0.7;
}
.form-group {
  display: flex;
  align-items: center;
  border-bottom: #ccc 1px solid;
  padding: 15px;
  flex-wrap: wrap;
}
.control-label,
#ndq #ndq_step2 .form-group.form_step2 label:first-child,
#ndq th:not(.search_result_text) {
  font-size: 20px;
  color: #257db7;
  line-height: 1.4;
  text-align: left !important;
  font-weight: bold;
  width: 25% !important;
  flex-shrink: 0;
  margin-right: 30px;
  min-width: 170px;
  padding: 0 !important;
}
#ndq_step1,
#ndq_step2,
#ndq_step3,
#ndq_step4 {
  width: auto;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 50px 50px;
  background-color: #fff;
}
#ndq_form p,
#ndq_form span,
#ndq_form input,
#ndq_form div,
#ndq_form select,
#ndq_form a {
  color: #333 !important;
}
#ndq_income .form_inputarea {
  margin-top: 10px;
}
.step_wrapper.cf {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.step_wrapper.cf > span {
  font-size: 20px;
  font-weight: bold;
  padding: 10px 30px;
  position: relative;
}
.step_wrapper.cf > span.ndq_step_active::after {
  content: "";
  position: absolute;
  border-left: 15px solid #257db7;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  right: -15px;
  top: 0;
  box-sizing: content-box;
}
.step_wrapper.cf > span.ndq_step_active {
  background-color: #257db7;
  color: #fff;
}
#ndq_form #ndq_type div:not(.radio),
#ndq_form #ndq_type div:not(.form_inputarea),
#ndq_form .form_inputarea div {
  font-size: 14px !important;
  margin-top: 5px;
}
#ndq select {
  font-size: 16px !important;
}
#ndq .ndq_submit {
  margin: 30px auto 10px auto !important;
  padding: 0 !important;
}
#ndq .ndq_submit img {
  max-width: 100%;
  width: 160 !important;
}
#ndq .ndq_submit > div {
  color: #257db7;
  font-size: 14px;
  margin-top: 5px;
}
#ndq .form_inputarea input {
  font-size: 16px;
  height: 15px !important;
}
#ndq input[type="radio"] {
  width: 15px;
  height: 15px !important;
  border-radius: 50%;
  padding: 0;
}
#ndq input[type="checkbox"] {
  width: 15px;
  height: 15px !important;
  padding: 0;
}
#ndq .form_inputarea.radio input[type="radio"],
#ndq .form_inputarea.radio input[type="checkbox"] {
  transform: translateY(-6px);
  display: inline-block;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked {
  background: #257db7;
}

/* STEP 2 */
#ndq #ndq_step2 input[type="text"] {
  height: 20px;
  font-size: 18px;
}
#ndq #ndq_step2 #ndq_s2_op_text {
  width: 190px;
  margin-left: 10px;
}
#ndq #ndq_step2 .digima_form img {
  width: 200px;
}
#ndq #ndq_step2 .search_form div:last-child {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row-reverse;
}
#ndq_step3a td,
#ndq_step3b td {
  font-size: 18px;
  vertical-align: middle;
}
#ndq .ndq_price {
  font-size: 30px !important;
}
.satei_form_div_1 {
  height: 100px;
}
.satei_form_div_2 {
  font-size: 16px;
  font-weight: bold;
}

/* STEP 3 */
#ndq table {
  width: 100% !important;
  height: auto !important;
}
#ndq table td {
  padding: 10px;
  font-size: 18px;
}
#ndq .search_result_text {
  font-size: 16px !important;
  text-align: left;
}
#ndq #ndq_step3b .ndq_submit {
  width: 100%;
}
#ndq th:not(.search_result_text) {
  width: 30%;
}

/* STEP 4 */
#ndq_step4 .search_form table tr:last-child th {
  display: none;
}
#ndq_step4 .search_form table tr:last-child td {
  width: 100% !important;
}
@media screen and (max-width: 750px) {
  #ndq_step1,
  #ndq_step2,
  #ndq_step3,
  #ndq_step4 {
    padding: 20px 3%;
  }
  #ndq #ndq_step2 input[type="text"] {
    width: 100%;
  }
  .control-label {
    width: 20%;
  }
  .form-group {
    padding: 10px;
  }
  #ndq_form p,
  #ndq_form span,
  #ndq_form input,
  #ndq_form div,
  #ndq_form select,
  #ndq_form a {
    font-size: 16px;
  }
  #ndq select {
    font-size: 14px !important;
  }
  #ndq .ndq_submit {
    width: 100% !important;
    max-width: 300px;
  }
  #ndq_step2 .search_form div:not(.form-group):not(.digima_form) {
    padding: 10px !important;
    margin: 0 !important;
    font-size: 16px !important;
  }
  #ndq_step2 .search_form .digima_form {
    margin-bottom: 30px !important;
  }
  #ndq .search_result_text {
    width: calc(100% - 20px);
  }
  #ndq_s2_agree {
    font-size: 16px !important;
  }
  #ndq #ndq_step3b .ndq_submit {
    height: 40px !important;
  }
  .step_wrapper.cf > span {
    padding: 10px 12px 10px 25px;
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #ndq table td {
    font-size: 15px;
  }
  .control-label,
  #ndq #ndq_step2 .form-group.form_step2 label:first-child,
  #ndq th:not(.search_result_text) {
    font-size: 16px;
    width: 100% !important;
  }
  #ndq table tr {
    display: flex;
    flex-direction: column;
  }
  #ndq th:not(.search_result_text) {
    width: 100% !important;
  }
  #ndq table td {
    width: 94% !important;
  }
  #ndq .search_result_text {
    width: 86%;
  }
}
/* ======================================================

   staff

========================================================= */
.staff_blc {
  margin-bottom: 30px;
}
.staff_blc:last-child {
  margin-bottom: 0;
}
.staff_blc .inner {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.staff_blc .img {
  width: 30%;
}
.staff_blc .txt {
  width: 65%;
}
.staff_blc .staff_name {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
}
.staff_blc .staff_name span {
  display: block;
  font-size: 20px;
  color: #257db7;
}
.staff_blc dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.staff_blc dl dt,
.staff_blc dl dd {
  font-size: 14px;
}
.staff_blc dl dt {
  width: 42%;
  font-weight: bold;
}
.staff_blc dl dd {
  width: 55%;
}
.staff_blc .comment p {
  line-height: 1.6;
}
.staff_blc .ttl_pt05 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 5px;
}

@media screen and (min-width: 1025px) {
  .staff_introduction {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .staff_blc {
    width: 47%;
    margin-bottom: 0;
  }
  .staff_blc.mb {
    margin-bottom: 50px;
  }
  .staff_blc .txt {
    padding-top: 20px;
  }
  .staff_blc .staff_name {
    font-size: 16px;
  }
  .staff_blc .staff_name span {
    font-size: 22px;
  }
  .staff_blc dl dt,
  .staff_blc dl dd {
    font-size: 16px;
    line-height: 1.6;
  }
  .staff_blc dl dt {
    width: 35%;
  }
  .staff_blc dl dd {
    width: 62%;
  }
  .staff_blc .ttl_pt05 {
    font-size: 20px;
  }
}

/* ======================================================

   mansion

========================================================= */
.mansion_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mansion_list article {
  width: 48%;
  margin-bottom: 15px;
}
.mansion_list article:nth-child(2n) {
  margin-left: auto;
}
.mansion_list article a {
  display: block;
  color: #333;
  text-decoration: none;
}
.mansion_list .img {
  height: 150px;
  margin-bottom: 10px;
  background: #f8f8f8 url("../images/logo.png") no-repeat center;
  background-size: 60% auto;
}
.mansion_list .img img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.mansion_list h4 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.mansion_details .tbl_pt01 th,
.mansion_details .tbl_pt01 td {
  font-size: 14px;
}
.mansion_details .ttl_pt03 {
  font-size: 20px;
}
.mansion_comment p {
  margin-bottom: 1em;
}
.mansion_main_img .slide-item {
  height: 200px;
  margin-bottom: 10px;
  background: #f8f8f8;
}
.mansion_main_img img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.mansion_thumb_img {
  width: 245px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.thumb_img {
  width: 45px;
  height: 45px;
  margin: 0 5px 5px 0;
}
.thumb_img:nth-child(5n) {
  margin: 0 0 5px 0;
}
.thumb_img img {
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1025px) {
  .mansion_list article,
  .mansion_list article:nth-child(2n) {
    width: 30%;
    margin: 0 5% 30px 0;
  }
  .mansion_list article:nth-child(3n) {
    margin: 0 0 30px 0;
  }
  .mansion_list .img {
    height: 250px;
  }
  .mansion_list .img img {
    object-fit: contain;
    font-family: "object-fit:contain;";
    width: 100%;
    height: 100%;
    background: #f8f8f8;
  }
  .mansion_list h4 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
  }
  .mansion_details .tbl_pt01 th {
    width: 20%;
  }
  .mansion_details .tbl_pt01 td {
    width: 30%;
  }
  .mansion_img_cover {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .mansion_main_img {
    width: 75%;
  }
  .mansion_main_img .slide-item {
    height: 600px;
    margin: 0;
  }
  .mansion_thumb_img {
    width: 20%;
    margin: 0;
  }
  .thumb_img,
  .thumb_img:nth-child(5n) {
    width: 48%;
    height: 110px;
    margin: 0 4% 10px 0;
    transition-duration: 0.3s;
  }
  .thumb_img:nth-child(2n) {
    margin: 0 0 4% 0;
  }
  .thumb_img:hover {
    transition-duration: 0.3s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    cursor: pointer;
    cursor: pointer;
  }
}

/* ======================================================

   contact

========================================================= */
.mw_wp_form_confirm .input_txt {
  display: none;
}
.contact_form span.required {
  color: #ad0013;
  margin-left: 5px;
}
.contact_form .contact_text,
.contact_form .contact_text_area {
  width: 100%;
  box-sizing: border-box;
}
.btn_back,
.btn_submit {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  color: #fff;
  border: none;
  background: #257db7;
  border-radius: 5px;
}
.btn_back {
  margin-bottom: 10px;
}

@media screen and (min-width: 1025px) {
  .contact_form .contact_text {
    width: 60%;
  }
  .btn_back,
  .btn_submit {
    transition-duration: 0.3s;
  }
  .btn_back:hover,
  .btn_submit:hover {
    transition-duration: 0.3s;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    cursor: pointer;
  }
}

/* ======================================================

   news

========================================================= */
.news_list {
  margin-bottom: 30px;
}
.news_list article {
  margin-bottom: 15px;
  padding: 30px;
  border: #ccc 1px solid;
}
.news_list article .img {
  height: 180px;
  margin-bottom: 20px;
  background: #f8f8f8 url("../images/logo.png") no-repeat center;
  background-size: 60% auto;
}
.news_list article .img img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.news_list article h4 {
  font-size: 18px;
  font-weight: bold;
}
.news_list article h4 a {
  color: #257db7;
}
.news_list article .date {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.news_list article .caption {
  font-size: 15px;
  line-height: 1.6;
}
.news_list article .txt_btn {
  margin: 20px auto 0;
}
.news_article h3 {
  margin-bottom: 10px;
}
.news_article .date {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.news_article .img,
.news_article .txt {
  margin-bottom: 30px;
}
.news_article .img {
  height: 200px;
}
.news_article .img img {
  object-fit: contain;
  font-family: "object-fit:contain;";
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.news_article .txt p {
  margin-bottom: 1em;
}
.blog_btn {
  margin: 0 auto 15px;
  overflow: hidden;
}
.blog_btn li {
  width: 50%;
  font-size: 14px;
}
.blog_btn li.back {
  float: left;
}
.blog_btn li.next {
  float: right;
  text-align: right;
}

@media screen and (min-width: 1025px) {
  .news_list {
    margin-bottom: 50px;
  }
  .news_list article {
    padding: 40px 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .news_list article .img {
    width: 30%;
    height: 250px;
    margin-bottom: 0;
    background: #f8f8f8 url("../images/logo.png") no-repeat center;
    background-size: 60% auto;
  }
  .news_list article .txt {
    width: 65%;
    padding-top: 20px;
  }
  .news_list article h4 {
    font-size: 22px;
  }
  .news_list article .date {
    font-size: 13px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .news_list article .caption {
    font-size: 16px;
    line-height: 1.8;
  }
  .news_article .img,
  .news_article .txt {
    margin-bottom: 50px;
  }
  .news_article .img {
    height: 600px;
  }
}

.mark-box {
  background-color: #ffce26;
  height: 20px;
  position: relative;
  width: 100%;
}

.mark-box:before {
  border-color: #e02000 transparent transparent transparent;
  border-style: solid;
  border-width: 44px 0 0 44px;
  content: "";
  height: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.mark-box:after {
  color: #fff;
  content: "NEW";
  display: block;
  font-size: 11px;
  right: 4px;
  line-height: 1.2;
  position: absolute;
  text-align: center;
  top: 12px;
  transform: rotate(45deg);
  white-space: pre;
  z-index: 2;
}

/* spacer */

.spacer_h10 {
  height: 10px;
}

.spacer_h20 {
  height: 20px;
}

.spacer_h30 {
  height: 30px;
}

.spacer_h40 {
  height: 40px;
}

/* ↓ episode_title */

.episode_title {
  height: 380px;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .episode_title {
    height: 280px;
  }
}

@media screen and (max-width: 800px) {
  .episode_title {
    height: 180px;
  }
}

@media screen and (max-width: 400px) {
  .episode_title {
    height: 100px;
  }
}

/* ↑ episode_title */

.episode_title img {
  position: absolute;
  top: 30px;
  width: 100%;
  z-index: -1;
}

/* ↓ episode_menu */

.episode_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.episode_menu a {
  align-items: center;
  background-color: #3aa4d8;
  color: white;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 80px;
  margin: 10px 8px;
  padding: 10px;
  text-decoration: none;
  width: 20%;
}

@media screen and (max-width: 800px) {
  .episode_menu a {
    width: 33%;
  }
}

/* ↑ episode_menu ul */

.episode_menu a.select {
  background-color: #f3cb2b;
  color: #3aa4d8;
}

.episode_menu a:hover {
  background-color: #f3cb2b;
  color: #3aa4d8;
}

.episode_menu_item {
  text-align: center;
  width: 100%;
}

.episode_concept {
  color: gray;
  font-size: 30px;
  font-weight: bold;
  margin: 30px 10px;
  text-align: center;
}

/* ↓ episode_list */

.episode_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 10px;
}

.episode_list_item {
  margin: 10px;
  max-width: 400px;
  text-decoration: none;
  width: 26%;
}

@media screen and (max-width: 800px) {
  .episode_list_item {
    width: 100%;
  }
}

/* ↑ episode_list */

.episode_list_item:hover {
  text-decoration: none;
}

.episode_list_item_div_1 {
  background-color: #d7e4ec;
  color: #676860;
  font-size: 16px;
  padding: 4px 10px;
}

.episode_list_item_div_2 {
  color: #60abc2;
  font-size: 18px;
  font-weight: bold;
  padding: 4px 0;
}

.episode_list_item_div_3 {
  color: #676860;
  font-size: 16px;
  padding: 4px 0px;
}

/* ↓ episode_single_content */

.episode_single_page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.episode_single_content {
  padding: 0 10px;
  width: 62%;
}

.episode_single_right {
  max-width: 300px;
  padding: 0 10px;
  width: 32%;
}

@media screen and (max-width: 800px) {
  .episode_single_content {
    width: 100%;
  }

  .episode_single_right {
    width: 100%;
  }
}

/* ↑ episode_single_content */

.episode_single_title {
  color: #7bafd9;
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 10px 0;
}

.episode_single_header {
  background-color: #f3cb2b;
  color: #3aa4d8;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0;
  padding: 6px 0;
}

.episode_single_sentence {
  color: #676860;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0 0 0;
}

.episode_single_author_frame {
  border-color: #3580ba;
  border-radius: 10px;
  border-style: solid;
  border-width: 2px;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.episode_single_author_title {
  background-color: #3580ba;
  color: white;
  padding: 4px 0;
  text-align: center;
}

.episode_single_author_content {
  align-items: center;
  display: flex;
}

.episode_single_author_image {
  margin: 0 10px;
  max-width: 200px;
  width: 30%;
}

.episode_single_author_right {
  margin: 0 10px;
  width: 70%;
}

.episode_single_author_image img {
  border-radius: 50%;
  margin: 10px auto;
  max-width: 200px;
}

.episode_single_author_name {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.episode_single_author_profile {
  font-size: 14px;
}

.episode_single_author_link {
  margin: 4px 0 0 0;
}

/* ↓ .episode_sinble_slide_frame */

.episode_single_slide_frame {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.episode_single_slide_link {
  max-width: 200px;
  width: 50%;
}

/* ↑ .episode_sinble_slide_frame */

/* ↓ .episode_sinble_slide_link a */

.episode_single_slide_link a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 120px;
  justify-content: center;
}

.episode_single_slide_image {
  margin: 0 6px;
  width: 30%;
}

.episode_single_slide_title {
  width: 60%;
}

/* ↑ .episode_sinble_slide_next a */

.episode_single_slide_link a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.episode_single_link_category {
  background-color: #d7e4ec;
  color: #676860;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  padding: 10px 4px;
}

.episode_single_link_title {
  color: #60abc2;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
}

.episode_single_right_title {
  background-color: #257db7;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 2px 0;
  text-align: center;
}

/* ↓ episode_recent_link */

.episode_side_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 110px;
  margin: 0 0 10px 0;
}

.episode_side_link_left {
  width: 38%;
}

.episode_side_link_right {
  width: 58%;
  padding: 0 0 0 4px;
}

/* ↑ episode_recent_link */

.episode_side_link:hover {
  background-color: #e7f4fc;
  text-decoration: none;
}

.episode_rank_link:hover {
  text-decoration: none;
}

.episode_rank_header {
  align-items: center;
  color: #676860;
  display: flex;
  font-size: 26px;
  justify-content: center;
  margin: 0 0 4px 0;
  text-align: center;
}

.episode_rank_header img {
  margin: 0 10px 0 0;
  width: 40px;
}

.episode_side_category a {
  background-color: #3aa4d8;
  color: white;
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 6px 0;
  padding: 6px 0;
  text-align: center;
}

.episode_side_category a:hover {
  background-color: #f3cb2b;
  color: #3aa4d8;
  text-decoration: none;
}

/* single sns share*/

.single_sns_div_1 {
  font-size: 30px;
  margin: 50px 0 100px 0;
  text-align: center;
}

.single_sns_div_1_1 {
  margin: 0 0 30px 0;
}

.single_sns_div_1_2 {
  display: flex;
  justify-content: center;
}

.single_sns_div_1_2_1 {
  padding: 0 10px 0 10px;
}

.single_sns_div_1 a {
  color: #fff;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}

.single_sns_div_1 a:hover {
  opacity: 0.6;
}

.single_sns_a_1 {
  background: #55acee;
}

.single_sns_a_2 {
  background: #3b5998;
}

.single_sns_a_3 {
  background: #ef3f56;
}

.single_sns_a_4 {
  background: #1dcd00;
}

/* company */

.company_div_1 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company_div_1_1 {
  box-sizing: border-box;
  padding: 0 20px;
  width: 60%;
}

.company_div_1_2 {
  box-sizing: border-box;
  padding: 10px;
  width: 40%;
}

@media screen and (max-width: 800px) {
  .company_div_1_1 {
    width: 100%;
  }
  .company_div_1_2 {
    width: 100%;
  }
}

.company_div_2 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company_div_2_1 {
  box-sizing: border-box;
  padding: 0 20px;
  width: 60%;
}

.company_div_2_2 {
  box-sizing: border-box;
  padding: 0 10px;
  width: 40%;
}

.company_div_2_2_1 {
  text-align: center;
}

.company_div_2_2_1 img {
  max-width: 400px;
}

.company_div_2_2_2 {
  background-color: ivory;
  border-radius: 10px;
  margin: 40px 0;
  padding: 20px;
}

.company_div_2_2_3 {
  text-align: center;
}

.company_div_2_2_3 img {
  max-width: 160px;
  width: 100%;
}

.company_div_2_2_4 {
  font-size: 12px;
  margin: 10px 0 0 0;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .company_div_2_1 {
    width: 100%;
  }
  .company_div_2_2 {
    width: 100%;
  }
}

.company_div_3 {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
}

.company_div_3_1 {
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  width: 70%;
}

.company_div_3_2 {
  box-sizing: border-box;
  padding: 0 10px 20px 0;
  text-align: center;
  width: 30%;
}

.company_div_3_2 img {
  max-width: 300px;
}

@media screen and (max-width: 800px) {
  .company_div_3_1 {
    width: 100%;
  }
  .company_div_3_2 {
    width: 100%;
  }
}

.company_div_4 {
  text-align: center;
}

.company_div_4 img {
  max-width: 900px;
}

/*
    キャンペーン 2023.09
*/

@font-face {
  font-family: "koruri_semibold";
  src: url(../fonts/Koruri-Semibold.ttf);
}

.main_img_cover_a {
  position: absolute;
  right: 100px;
  text-align: center;
  top: 270px;
  z-index: 1;
}

.main_img_cover_a img {
  border: solid white 3pt;
  width: auto;
}

@media screen and (max-width: 1400px) {
  .main_img_cover_a {
    top: 510px;
  }
}

@media screen and (max-width: 1195px) {
  .main_img_cover_a {
    top: 500px;
  }
}

@media screen and (max-width: 1025px) {
  .main_img_cover_a {
    right: 0;
    top: 70%;
    width: 100%;
    z-index: 1;
  }

  .main_img_cover_a img {
    max-width: 90%;
  }
}

.sateiform_cp_div_1 {
  background-color: #bc914d;
  border: 1px solid #bc914d;
  border-radius: 10px;
  color: white;
  font-family: "koruri_semibold";
  margin: 20px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 200px;
}

@media screen and (min-width: 679px) {
  .sateiform_cp_div_1:before {
    border-color: transparent #bc914d transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: -20px;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 678px) {
  .sateiform_cp_div_1:before {
    border-color: #bc914d transparent transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 50%;
    position: absolute;
    bottom: -20px;
    transform: translateX(-50%);
  }
}

.sateiform_cp_div_2 {
  background-color: #bc914d;
  border: 1px solid #bc914d;
  border-radius: 10px;
  color: white;
  font-family: "koruri_semibold";
  margin: 0 auto;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 200px;
}

.sateiform_cp_div_2:before {
  border-color: #bc914d transparent transparent transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  left: 50%;
  position: absolute;
  bottom: -20px;
  transform: translateX(-50%);
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeDown {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-name: fadeDownAnime;
  opacity: 0;
}

.contact_contents_souzoku {
  margin-top: 20px;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 1025px) {
  .contact_contents_souzoku {
    border-radius: 10px;
  }
}

/* LINE登録案内 */
.line_div_1 {
    background-color: #efefef;
}

.line_div_1_1 {
    margin: 0 auto;
    max-width: 800px;
}

.line_div_1_1 img {
    width: 100%;
}

.line_div_1_1 a:hover {
    text-decoration: none;
}

.line_div_1_1_1 {
    background-color: #529e50;
    border-radius: 20px;
    color: white;
    font-size: 30px;
    font-weight: bold;
    margin: 10px 20px;
    padding: 10px 0;
    text-align: center;
}

.options-btn-area{
    display: flex;
    margin-top: 30px;
}
.quick-assessment-area{
    margin-top: 30px;
    text-align: center;
}
.btn-quick-assessment{
    display: inline-block;
}
@media screen and (max-width: 768px) {
  .options-btn-area{
    flex-direction: column;
  }
  .options-btn-area p:first-of-type {
    margin-bottom: 30px;
  }
}

/* 実績検索 */
.works_search form {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
}

.works_search form > div {
    margin: 0 0 10px 0;
}

.works_search label {
    font-size: 16px;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.works_search select {
    border-color: #3c7db3;
    border-radius: 1%; 
    color: #3c7db3;
    margin: 0 40px 0 0;
}

.works_search input[type=submit] {
    background-color: #3c7db3;
    color: white;
    cursor: pointer;
    padding: 4px 20px;
}

.works_search .list {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: bold;
    gap: 1%;
}

.works_search .record {
    background-color: #f5f5f0;
    border-color: #f5f5f0;
    border-radius: 1%;
    border-style: solid;
    border-width: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    flex: 0 0 calc((100% - 3.3%) / 4);
    margin: 0 0 10px 0;
    padding: 8px 0;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s;
}

@media screen and (max-width: 800px) {
    .works_search .record {
        flex: 0 0 calc((100% - 3.3%) / 2);
    }
}

@media screen and (max-width: 400px) {
    .works_search .record {
        flex: 100%;
    }
}

.works_search .contract_date {
    margin: 0 0 10px 0;
    padding: 0 10px 0 10px;
}

.works_search .contract_date_value {
    font-size: 16px;
    font-weight: bold;
}

.works_search .contract_date_footer {
    font-size: 14px;
    font-weight: bold;
}

.works_search .record img {
    height: 150px;
}

.works_search .property_name {
    font-size: 16px;
    font-weight: bold;
    height: 2.8em;
    margin: 10px 0 0 0;
    padding: 0 10px 0 10px;
}

.works_search .property_price {
    color: #3c7db3;
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 0 0;
    padding: 0 10px 0 10px;
}

.works_search .count {
    color: #666;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 10px 0;   
}