@charset "UTF-8";
/*
Theme Name: 山本総合法律事務所テーマ
*/
/******************************************************************
 * Reset CSS
******************************************************************/
/* reset margin
-----------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  zoom: 1;
  /* hasLayout in IE */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

/* reset font style
-----------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

html * {
  box-sizing: inherit;
}

body {
  position: relative;
  min-width: 375px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 1px;
  background: transparent;
  color: #222;
  width: 100%;
}
@media screen and (max-width: 959px) {
  body {
    font-size: 15px;
  }
}
ul, ol {
  list-style-type: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
}

em, strong {
  font-style: normal;
  font-weight: inherit;
}

/* reset table
-----------------------------------------------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

table, th, td {
  table-layout: fixed;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* reset form style
-----------------------------------------------------------------*/
input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea,
select, option {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  appearance: none;
  appearance: none;
  padding: 0;
}

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

button::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

button:focus,
input[type=reset]:focus,
input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

textarea {
  resize: none;
  overflow: auto;
}

*:focus {
  outline: none;
}

/* reset img
-----------------------------------------------------------------*/
img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

@media screen and (min-width: 960px) {
  .pc-none {
    display: none !important;
  }
}

@media (max-width: 959px) and (min-width: 751px) {
  .tb-none {
    display: none !important;
  }
}

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

/******************************************************************
 * 共通設定
******************************************************************/
.c-wrap {
  overflow: hidden;
}

body {
  min-width: 375px;
}

main {
  margin-top: 100px;
}
@media screen and (max-width: 750px) {
  main {
    margin-top: 84px;
  }
}
main:not(.top) {
  background: url("../img/common/mv_sub_bg.jpg") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  main:not(.top) {
    background: url("../img/common/mv_sub_bg_sp.jpg") no-repeat;
    background-size: 100%;
  }
}

/* c-inner
-----------------------------------------------------------------*/
.c-inner {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1199px) {
  .c-inner {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .c-inner {
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 751px) {
  .pc {
    display: none;
  }
}

@media (min-width: 750px) {
  .sp {
    display: none;
  }
}

.tb-over {
  display: none;
}
@media screen and (min-width: 959px) {
  .tb-over {
    display: block;
  }
}

.tb-under {
  display: none;
}
@media screen and (max-width: 959px) {
  .tb-under {
    display: block;
  }
}

/* 404
-----------------------------------------------------------------*/
.error .error-sec {
  padding: 100px 0 120px;
}
@media (max-width: 767px) {
  .error .error-sec {
    padding: 50px 0 60px;
  }
}
.error .error-sec .c-ttl {
  margin-bottom: 30px;
}
.error .error-sec .c-ttl .en {
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .error .error-sec .c-ttl .en {
    font-size: 18px;
  }
}
.error .error-sec .c-ttl .jp {
  font-size: 40px;
}
@media (max-width: 767px) {
  .error .error-sec .c-ttl .jp {
    font-size: 27px;
  }
}
.error .error-sec .error-cont .txt {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .error .error-sec .error-cont .txt {
    text-align: left;
  }
}
.error .error-sec .error-cont .c-btn {
  margin: 0 auto;
}

/* scrolllink
-----------------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .scrolllink, .scrollwrap {
    padding-top: 84px;
    margin-top: -84px;
  }
}

/******************************************************************
 * ヘッダー
******************************************************************/
/* .header-nav-pc
-----------------------------------------------------------------*/
.header-nav-pc {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 94px;
  background: #FFF;
  padding: 0 30px;
  z-index: 1000;
}
@media (max-width: 1499px) {
  .header-nav-pc {
    padding: 0 20px;
  }
}
@media (max-width: 1299px) {
  .header-nav-pc {
    padding: 0 14px;
  }
}
@media screen and (max-width: 959px) {
  .header-nav-pc {
    display: none;
  }
}
.header-nav-pc .header-logo {
  width: 465px;
}
@media (max-width: 1699px) {
  .header-nav-pc .header-logo {
    width: 380px;
  }
}
@media (max-width: 1499px) {
  .header-nav-pc .header-logo {
    width: 320px;
  }
}
@media (max-width: 1299px) {
  .header-nav-pc .header-logo {
    width: 280px;
  }
}
@media (max-width: 1099px) {
  .header-nav-pc .header-logo {
    width: 250px;
  }
}
@media (max-width: 999px) {
  .header-nav-pc .header-logo {
    width: 220px;
  }
}
.header-nav-pc .header-right {
  display: flex;
}
.header-nav-pc .header-nav {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 1299px) {
  .header-nav-pc .header-nav {
    padding-top: 10px;
  }
}
.header-nav-pc .header-nav li {
  margin-right: 39px;
  cursor: pointer;
}
@media (max-width: 1529px) {
  .header-nav-pc .header-nav li {
    margin-right: 30px;
  }
}
@media (max-width: 1299px) {
  .header-nav-pc .header-nav li {
    margin-right: 20px;
  }
}
@media (max-width: 1099px) {
  .header-nav-pc .header-nav li {
    margin-right: 10px;
  }
}
.header-nav-pc .header-nav li a {
  position: relative;
  display: inline-block;
  font: 20px "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 1699px) {
  .header-nav-pc .header-nav li a {
    font-size: 18px;
  }
}
@media (max-width: 1499px) {
  .header-nav-pc .header-nav li a {
    font-size: 16px;
  }
}
@media (max-width: 1299px) {
  .header-nav-pc .header-nav li a {
    font-size: 14px;
  }
}
.header-nav-pc .header-nav li a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: " ";
  width: 100%;
  height: 2px;
  background: #1e6bcb;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.header-nav-pc .header-nav li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.header-nav-pc .telbnr {
  text-align: center;
  padding-top: 6px;
}
.header-nav-pc .telbnr .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 34px "Times New Roman", serif;
  letter-spacing: -0.5px;
}
@media (max-width: 1699px) {
  .header-nav-pc .telbnr .num {
    font-size: 30px;
  }
}
@media (max-width: 1299px) {
  .header-nav-pc .telbnr .num {
    font-size: 22px;
  }
}
.header-nav-pc .telbnr .num img {
  width: 26px;
  height: 26px;
  margin-right: 6px;
}
@media (max-width: 1299px) {
  .header-nav-pc .telbnr .num img {
    width: 18px;
    height: 18px;
  }
}
.header-nav-pc .telbnr .time {
  font: 13px "Noto Serif JP", serif;
  letter-spacing: 0.5px;
}
@media (max-width: 1699px) {
  .header-nav-pc .telbnr .time {
    font-size: 12px;
  }
}
@media (max-width: 1299px) {
  .header-nav-pc .telbnr .time {
    font-size: 11px;
    letter-spacing: 0;
  }
}

/* SP
-----------------------------------------------------------------*/
.header-nav-sp {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 84px;
  background: #FFF;
  padding-left: 15px;
  z-index: 9999;
}
@media screen and (min-width: 960px) {
  .header-nav-sp {
    display: none;
  }
}
.header-nav-sp .header-logo {
  width: 270px;
  padding-top: 18px;
}
.header-nav-sp .navToggle {
  position: absolute;
  top: 10px;
  right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 67px;
  height: 67px;
  background: #1e6bcb;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  z-index: 9999;
}
.header-nav-sp .navToggle::after {
  position: absolute;
  top: 16px;
  content: "MENU";
  width: 100%;
  font: 13px "Copperplate", "Cormorant SC", sans-serif;
  color: #FFF;
  letter-spacing: 0;
}
.header-nav-sp .navToggle span {
  display: block;
  position: absolute;
  width: 40px;
  cursor: pointer;
  border-bottom: solid 1px #FFF;
  transition: 0.4s ease-in-out;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.header-nav-sp .navToggle span:nth-child(1) {
  top: 36px;
}
.header-nav-sp .navToggle span:nth-child(2) {
  top: 47px;
}
.header-nav-sp .navToggle.active::after {
  content: "CLOSE";
}
.header-nav-sp .navToggle.active span {
  border-bottom: solid 1px #FFF;
}
.header-nav-sp .navToggle.active span:nth-child(1) {
  top: 40px;
  transform: rotate(-15deg);
}
.header-nav-sp .navToggle.active span:nth-child(2) {
  top: 40px;
  transform: rotate(15deg);
}
.header-nav-sp .globalMenu {
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  color: #000;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  pointer-events: none;
  z-index: 1001;
}
.header-nav-sp .globalMenu.active {
  opacity: 1;
  pointer-events: all;
}
.header-nav-sp .globalMenu .header-logo {
  position: absolute;
  top: 25px;
  left: 15px;
  width: 270px;
  padding-top: 0;
  z-index: 9999;
}
.header-nav-sp .globalMenu .menu-wrap {
  margin: 100px auto 0;
}
.header-nav-sp .globalMenu .menu-wrap .c-inner {
  width: 94%;
}
.header-nav-sp .globalMenu .nav-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-nav-sp .globalMenu .nav-menu li {
  width: 100%;
  margin-bottom: 8px;
}
.header-nav-sp .globalMenu .nav-menu li a {
  display: block;
  background: #f0f6fa;
  font: 15px "Noto Serif JP", serif;
  color: #222;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  box-shadow: 1px 1px 4px 1px #e4e4e4;
  border-radius: 10px;
  padding: 14.5px 0;
}
.header-nav-sp .globalMenu .nav-menu li.current a {
  background: #1e6bcb;
  color: #FFF;
}
.header-nav-sp .globalMenu .nav-menu.nav-wrap {
  margin-bottom: 20px;
}
.header-nav-sp .globalMenu .nav-menu.nav-wrap li {
  width: 49%;
}
.header-nav-sp .globalMenu .contact-bg {
  background: url("../img/common/menu_bg.jpg") no-repeat;
  background-size: 100%;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve {
  padding: 14px 0 25px;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .ttl {
  width: 245px;
  margin: 0 auto 6px;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap {
  display: flex;
  justify-content: center;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn {
  width: 163px;
  margin: 0 8px 0 0;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn a {
  font-size: 16px;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  padding: 9px 0;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn a i {
  font-size: 29px;
  margin-right: 5px;
}
@media screen and (max-width: 750px) {
  .header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn a i {
    font-size: 27px;
  }
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn span {
  display: flex;
  align-items: center;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn.line {
  margin-right: 0;
}
.header-nav-sp .globalMenu .contact-bg .nav-reserve .c-contact-btn-wrap .c-btn.line span::before {
  top: 3px;
  width: 32px;
  height: 34px;
}
.header-nav-sp .globalMenu .contact-bg .online-bnr {
  padding: 14px 0;
}
.header-nav-sp .globalMenu .contact-bg .online-bnr .ttl {
  width: 158px;
  margin: 0 auto 6px;
}
@media (max-width: 414px) {
  .header-nav-sp .globalMenu .contact-bg .online-bnr .ttl {
    margin: 0 0 6px;
  }
}
.header-nav-sp .globalMenu .contact-bg .online-bnr .c-btn {
  width: 335px;
  margin: 0 auto;
}
.header-nav-sp .globalMenu .contact-bg .online-bnr .c-btn a {
  display: flex;
  align-items: center;
  font-size: 18px;
  background: #ff8040;
  border: none;
  border-radius: 6px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  padding: 9px 0 9px 14px;
}
.header-nav-sp .globalMenu .contact-bg .online-bnr .c-btn a i {
  font-size: 18px;
  margin: 0 0 0 16px;
}

/******************************************************************
 * フッター
******************************************************************/
/* footer
-----------------------------------------------------------------*/
footer {
  background: #fff;
  border-top: 3px solid #47340e;
}
@media screen and (max-width: 750px) {
  footer {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 750px) {
  footer .c-inner {
    width: 100%;
    padding: 0;
  }
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  padding: 52px 0 63px;
}
@media screen and (max-width: 959px) {
  footer .footer-wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-wrap {
    padding: 20px 0 0;
  }
}
footer .footer-wrap .footer-info {
  width: 468px;
}
@media (max-width: 1199px) {
  footer .footer-wrap .footer-info {
    width: 380px;
  }
}
@media (max-width: 1099px) {
  footer .footer-wrap .footer-info {
    width: 330px;
  }
}
@media (max-width: 999px) {
  footer .footer-wrap .footer-info {
    width: 274px;
  }
}
@media screen and (max-width: 959px) {
  footer .footer-wrap .footer-info {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-info {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 36px;
  }
}
footer .footer-wrap .footer-info .footer-logo {
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-info .footer-logo {
    margin-bottom: 24px;
  }
}
footer .footer-wrap .footer-info .footer-ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-info .footer-ttl {
    margin-bottom: 7px;
  }
}
footer .footer-wrap .footer-info .footer-address {
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.5px;
}
@media (max-width: 999px) {
  footer .footer-wrap .footer-info .footer-address {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-info .footer-address {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.9px;
    margin-bottom: 30px;
  }
}
footer .footer-wrap .footer-sitemap {
  display: flex;
  width: calc(100% - 468px - 108px);
  margin-top: -9px;
}
@media (max-width: 1199px) {
  footer .footer-wrap .footer-sitemap {
    width: calc(100% - 380px - 150px);
  }
}
@media (max-width: 1099px) {
  footer .footer-wrap .footer-sitemap {
    width: calc(100% - 330px - 150px);
  }
}
@media screen and (max-width: 959px) {
  footer .footer-wrap .footer-sitemap {
    justify-content: space-between;
    width: 100%;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap .footer-sitemap {
    display: block;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap .footer-sitemap.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  footer .footer-wrap .footer-sitemap.sp {
    display: none;
  }
}
footer .footer-wrap .footer-sitemap ul {
  width: 204px;
  margin-right: 80px;
}
@media (max-width: 1199px) {
  footer .footer-wrap .footer-sitemap ul {
    width: auto;
  }
}
@media screen and (max-width: 959px) {
  footer .footer-wrap .footer-sitemap ul {
    width: 48%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  footer .footer-wrap .footer-sitemap ul {
    width: 100%;
  }
}
footer .footer-wrap .footer-sitemap ul li {
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  footer .footer-wrap .footer-sitemap ul li {
    font-size: 14px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-sitemap ul li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 0;
  }
}
footer .footer-wrap .footer-sitemap ul li a {
  transition: all 0.3s ease;
}
footer .footer-wrap .footer-sitemap ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-sitemap ul li a:hover {
    opacity: 1;
  }
}
footer .footer-wrap .footer-sitemap ul:last-child {
  margin-right: 0;
}
footer .footer-wrap .footer-sitemap ul .child {
  width: unset;
  margin: 12px 0 0 14px;
}
footer .footer-wrap .footer-sitemap ul .child li {
  font-size: 14px;
  margin-bottom: 12px;
}
@media (max-width: 1199px) {
  footer .footer-wrap .footer-sitemap ul .child li {
    font-size: 12px;
  }
}
footer .footer-wrap .footer-sitemap ul .child li::before {
  content: "ー";
  font-size: 12px;
  color: #1e6bcb;
  margin-right: 4px;
}
footer .footer-wrap .footer-sitemap ul.double-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #dbdbdb;
}
footer .footer-wrap .footer-sitemap ul.double-row li {
  width: 50%;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
footer .footer-wrap .footer-sitemap ul.double-row li a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-sitemap ul.double-row li a {
    letter-spacing: 1px;
  }
}
footer .footer-wrap .footer-sitemap ul.double-row li:nth-of-type(even) {
  border-right: none;
}
footer .footer-wrap .footer-sitemap ul.single-row {
  display: block;
}
footer .footer-wrap .footer-sitemap ul.single-row li {
  display: block;
  text-align: center;
}
footer .footer-wrap .footer-sitemap ul.single-row li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  border-bottom: 1px solid #dbdbdb;
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-sitemap ul.single-row li a {
    min-height: 51px;
  }
}
footer .footer-wrap .footer-sitemap ul.single-row li.accord a {
  position: relative;
}
footer .footer-wrap .footer-sitemap ul.single-row li.accord a span {
  position: relative;
}
footer .footer-wrap .footer-sitemap ul.single-row li.accord a span::after {
  position: absolute;
  top: 4px;
  right: -32px;
  display: flex;
  align-items: center;
  content: "\f078";
  background: none;
  font: 13px "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-stroke: 1px #FFF;
  -webkit-text-stroke: 1px #FFF;
  transition: all 0.3s ease;
}
footer .footer-wrap .footer-sitemap ul.single-row li.accord a.active span::after {
  transform: rotate(180deg);
}
footer .footer-wrap .footer-sitemap ul.single-row li .child {
  display: none;
  margin: 0;
}
footer .footer-wrap .footer-sitemap ul.single-row li .child li {
  margin-bottom: 0;
}
footer .footer-wrap .footer-sitemap ul.single-row li .child li::before {
  content: none;
}
@media screen and (max-width: 750px) {
  footer .footer-wrap .footer-sitemap ul.single-row li .child li a {
    font-size: 14px;
  }
}
footer .footer-wrap .footer-sitemap ul.single-row li .child li a::after {
  content: none;
}
footer .footer-copy {
  background: #f7f7f7;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  padding: 20px 0 72px;
}
@media screen and (max-width: 959px) {
  footer .footer-copy {
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 750px) {
  footer .footer-copy {
    padding: 8px 0 24px;
  }
}

.post-footer {
  display: flex;
  justify-content: flex-end;
  margin: 8rem 0 0;
}
@media screen and (max-width: 750px) {
  .post-footer {
    align-items: center;
  }
}

.post-footer__txt {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .post-footer__txt {
    font-size: 1.5rem;
  }
}
.post-footer__txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/information/information-icon08.png) center/cover no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.post-footer__sns-list {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
}
.post-footer__sns-list li {
  width: 3.15rem;
  margin-right: 1.1rem;
}
.post-footer__sns-list li a {
  position: relative;
  display: block;
}
.post-footer__sns-list li a::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.post-footer__sns-list li a:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
.post-footer__sns-list li:last-of-type {
  margin-right: 0;
}

/* フローティングバナー
-----------------------------------------------------------------*/
.onlineBnr, .onlineBnrTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 270px;
  height: 350px;
  background: url("../img/common/online_bnr_bg.png") no-repeat;
  background-size: 100%;
  padding: 16px 7px 16px 18px;
  z-index: 1000;
}
@media screen and (max-width: 959px) {
  .onlineBnr, .onlineBnrTop {
    display: none !important;
  }
}
.onlineBnr .online-mail .btn-wrap, .onlineBnrTop .online-mail .btn-wrap {
  display: flex;
  justify-content: space-between;
  margin: 7px 0 30px;
}
.onlineBnr .online-mail .btn-wrap .c-btn, .onlineBnrTop .online-mail .btn-wrap .c-btn {
  width: 49%;
}
.onlineBnr .online-mail .btn-wrap .c-btn a, .onlineBnrTop .online-mail .btn-wrap .c-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 16px;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  padding: 10px 0 8px;
}
.onlineBnr .online-mail .btn-wrap .c-btn a i, .onlineBnrTop .online-mail .btn-wrap .c-btn a i {
  font-size: 30px;
  margin: 2px 0 0;
}
.onlineBnr .online-mail .btn-wrap .c-btn a img, .onlineBnrTop .online-mail .btn-wrap .c-btn a img {
  width: 33px;
  height: 30px;
  margin: 0 0 0;
}
.onlineBnr .online-mail .btn-wrap .c-btn a span, .onlineBnrTop .online-mail .btn-wrap .c-btn a span {
  letter-spacing: 0;
  padding: 0;
}
.onlineBnr .online-mail .btn-wrap .c-btn a span::before, .onlineBnrTop .online-mail .btn-wrap .c-btn a span::before {
  content: none;
}
.onlineBnr .online-mail .btn-wrap .c-btn.line a, .onlineBnrTop .online-mail .btn-wrap .c-btn.line a {
  position: relative;
  height: 100%;
}
.onlineBnr .online-mail .btn-wrap .c-btn.line a::before, .onlineBnrTop .online-mail .btn-wrap .c-btn.line a::before {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  content: " ";
  width: 33px;
  height: 33px;
  background: url("../img/common/icon_line_w.svg") no-repeat;
  background-size: 100%;
  margin: auto;
}
.onlineBnr .online-mail .btn-wrap .c-btn.line a:hover::before, .onlineBnrTop .online-mail .btn-wrap .c-btn.line a:hover::before {
  background: url("../img/common/icon_line_gr.png") no-repeat;
  background-size: 100%;
}
.onlineBnr .online-mail .btn-wrap .c-btn.line a span, .onlineBnrTop .online-mail .btn-wrap .c-btn.line a span {
  display: block;
  padding-top: 30px;
}
.onlineBnr .online-bnr, .onlineBnrTop .online-bnr {
  margin-top: -4px;
}
.onlineBnr .online-bnr .ttl, .onlineBnrTop .online-bnr .ttl {
  width: 173px;
  margin-bottom: 10px;
}
.onlineBnr .online-bnr .c-btn, .onlineBnrTop .online-bnr .c-btn {
  width: 100%;
}
.onlineBnr .online-bnr .c-btn a, .onlineBnrTop .online-bnr .c-btn a {
  border: 2px solid #ff8040;
  background: #ff8040;
  letter-spacing: 0;
  border-radius: 4px;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.3);
  padding: 2px 0 2px 14px;
}
.onlineBnr .online-bnr .c-btn a:hover, .onlineBnrTop .online-bnr .c-btn a:hover {
  background: #FFF;
  color: #ff8040;
  letter-spacing: 0;
}
.onlineBnr .online-bnr .c-btn a i, .onlineBnrTop .online-bnr .c-btn a i {
  margin-left: 6px;
}

.floatnav-sp {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background: rgba(255, 255, 255, 0.9);
  padding: 0 15px;
  z-index: 999;
}
@media screen and (min-width: 960px) {
  .floatnav-sp {
    display: none !important;
  }
}
.floatnav-sp .ttl {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4px;
}
.floatnav-sp .btn-wrap {
  display: flex;
  justify-content: space-between;
}
.floatnav-sp .btn-wrap .btn {
  width: 28%;
  height: 50px;
}
.floatnav-sp .btn-wrap .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 15px;
  color: #FFF;
  letter-spacing: 0;
  border-radius: 4px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .floatnav-sp .btn-wrap .btn a.pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .floatnav-sp .btn-wrap .btn a.sp {
    display: none;
  }
}
.floatnav-sp .btn-wrap .btn a i {
  font-size: 23px;
}
.floatnav-sp .btn-wrap .btn a img, .floatnav-sp .btn-wrap .btn a i {
  margin-right: 7px;
}
.floatnav-sp .btn-wrap .btn.mail a {
  background: #1e6bcb;
}
.floatnav-sp .btn-wrap .btn.line a {
  background: #06c755;
}
.floatnav-sp .btn-wrap .btn.line a img {
  width: 29px;
}
.floatnav-sp .btn-wrap .btn.tel {
  width: 40%;
}
.floatnav-sp .btn-wrap .btn.tel a {
  background: #fd7138;
  font-size: 12px;
}
.floatnav-sp .btn-wrap .btn.tel a img {
  width: 24px;
}
.floatnav-sp .btn-wrap .btn.tel a span {
  font-size: 11px;
  text-align: center;
}

/******************************************************************
 * 共通パーツ
******************************************************************/
/* c-breadcrumb
-----------------------------------------------------------------*/
.c-breadcrumb {
  background: #404040;
  padding: 11px 30px;
  white-space: nowrap;
  overflow-x: auto;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb {
    padding: 11px 16px;
  }
}
.c-breadcrumb .breadcrumb {
  display: flex;
}
.c-breadcrumb .breadcrumb li {
  position: relative;
  font-size: 14px;
  color: #FFF;
  margin-right: 36px;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb .breadcrumb li {
    font-size: 13px;
    margin-right: 24px;
  }
}
.c-breadcrumb .breadcrumb li::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -21px;
  display: flex;
  align-items: center;
  content: " ";
  width: 7px;
  height: 13px;
  background: url("../img/common/breadcrumb_arrow.png") no-repeat;
  background-size: 100%;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .c-breadcrumb .breadcrumb li::after {
    right: -14px;
    width: 5px;
    height: 10px;
  }
}
.c-breadcrumb .breadcrumb li:last-child {
  margin-right: 0;
}
.c-breadcrumb .breadcrumb li:last-child::after {
  content: none;
}

/* タイトル系
-----------------------------------------------------------------*/
.c-ttl .en {
  font: 28px "Copperplate", "Cormorant SC", sans-serif;
  color: #1e6bcb;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .c-ttl .en {
    font-size: 22px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl .en {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.c-ttl .jp {
  font: 54px "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .c-ttl .jp {
    font-size: 44px;
  }
}
@media screen and (max-width: 959px) {
  .c-ttl .jp {
    font-size: 36px;
  }
}
@media screen and (max-width: 750px) {
  .c-ttl .jp {
    font-size: 27px;
    letter-spacing: 1px;
    font-weight: 500;
  }
}
.c-ttl .jp .blue {
  color: #1e6bcb;
  line-height: 1.3;
}
.c-ttl .jp .blue .large {
  font-size: 72px;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0 3px;
}
@media screen and (max-width: 959px) {
  .c-ttl .jp .blue .large {
    font-size: 55px;
    padding: 0 4px;
  }
}

/* ボタン系
-----------------------------------------------------------------*/
.c-btn {
  width: 320px;
}
@media screen and (max-width: 750px) {
  .c-btn {
    width: 240px;
  }
}
.c-btn a, .c-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e6bcb;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  border: 2px solid #1e6bcb;
  border-radius: 50px;
  padding: 17px 0 17px 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .c-btn a, .c-btn button {
    font-size: 15px;
    padding: 11px 0;
  }
}
.c-btn a i, .c-btn button i {
  font-size: 24px;
  margin-right: 10px;
}
.c-btn a i.fa-arrow-right, .c-btn button i.fa-arrow-right {
  font-size: 18px;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .c-btn a i.fa-arrow-right, .c-btn button i.fa-arrow-right {
    font-size: 15px;
    margin-left: 8px;
    margin-right: 0;
  }
}
.c-btn a:hover, .c-btn button:hover {
  background: #FFF;
  color: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .c-btn a:hover, .c-btn button:hover {
    background: #1e6bcb;
    color: #FFF;
  }
}
.c-btn.line a {
  background: #06c755;
  border: 2px solid #06c755;
}
.c-btn.line a span {
  position: relative;
  padding-left: 40px;
}
.c-btn.line a span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  width: 27px;
  height: 27px;
  background: url("../img/common/icon_line_w.svg") no-repeat;
  background-size: 100%;
  margin: auto;
}
.c-btn.line a:hover {
  background: #FFF;
  color: #06c755;
}
@media screen and (max-width: 750px) {
  .c-btn.line a:hover {
    background: #06c755;
    color: #FFF;
  }
}
.c-btn.line a:hover span::before {
  background: url("../img/common/icon_line_gr.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .c-btn.line a:hover span::before {
    background: url("../img/common/icon_line_w.svg") no-repeat;
    background-size: 100%;
  }
}

/* c-contact
-----------------------------------------------------------------*/
.c-contact {
  background: url("../img/common/c_contact_bg.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .c-contact {
    background: url("../img/common/c_contact_bg_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
.c-contact .c-contact-wrap {
  background: url("../img/common/c_contact_circle.png") center no-repeat;
  background-size: 900px;
  text-align: center;
  padding: 100px 0 100px;
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap {
    background: url("../img/common/c_contact_circle.png") center no-repeat;
    background-size: 130%;
    padding: 39px 0 41px;
  }
}
.c-contact .c-contact-wrap .c-ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-ttl {
    margin-bottom: 16px;
  }
}
.c-contact .c-contact-wrap .c-ttl .en {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-ttl .en {
    margin-bottom: 7px;
  }
}
.c-contact .c-contact-wrap .c-ttl .jp {
  letter-spacing: -3px;
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-ttl .jp {
    letter-spacing: -1px;
  }
}
.c-contact .c-contact-wrap .c-contact-txt {
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-contact-txt {
    display: none;
  }
}
.c-contact .c-contact-wrap .c-contact-tel {
  display: block;
  margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-contact-tel {
    margin-bottom: 22px;
  }
}
.c-contact .c-contact-wrap .c-contact-tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 68px "Times New Roman", serif;
  letter-spacing: -1px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .c-contact .c-contact-wrap .c-contact-tel .num {
    font-size: 54px;
  }
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-contact-tel .num {
    font-size: 37.4px;
    letter-spacing: 0px;
    margin-bottom: 0;
  }
}
.c-contact .c-contact-wrap .c-contact-tel .num img {
  width: 50px;
  margin-right: 14px;
}
@media screen and (max-width: 959px) {
  .c-contact .c-contact-wrap .c-contact-tel .num img {
    width: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-contact-tel .num img {
    width: 28px;
  }
}
.c-contact .c-contact-wrap .c-contact-tel .time {
  font: 22px "Noto Serif JP", serif;
}
@media screen and (max-width: 959px) {
  .c-contact .c-contact-wrap .c-contact-tel .time {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .c-contact .c-contact-wrap .c-contact-tel .time {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}

.c-contact-btn-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap {
    display: block;
  }
}
.c-contact-btn-wrap .c-btn {
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap .c-btn {
    margin: 0 auto 12px;
  }
}
.c-contact-btn-wrap .c-btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap .c-btn:last-child {
    margin: auto;
  }
}
.c-contact-btn-wrap .c-btn a {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap .c-btn a {
    padding: 11px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap .c-btn a span {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap .c-btn a i {
    font-size: 18px;
  }
}
.c-contact-btn-wrap .c-btn.line a {
  padding-left: 0;
}
.c-contact-btn-wrap .c-btn.line a span {
  padding-left: 24px;
}
.c-contact-btn-wrap .c-btn.line a span::before {
  left: -14px;
}
@media screen and (max-width: 750px) {
  .c-contact-btn-wrap .c-btn.line a span::before {
    top: 8px;
    left: -10px;
    width: 20px;
    height: 21px;
  }
}

/* c-slider
-----------------------------------------------------------------*/
.c-slider .column-article-item, .c-slider .voice-article-item {
  position: relative;
  width: 370px;
  margin: 0 22px;
  opacity: 0.5;
  transition: all 0.3s ease;
}
@media (max-width: 1299px) {
  .c-slider .column-article-item, .c-slider .voice-article-item {
    width: 320px;
  }
}
@media (max-width: 1199px) {
  .c-slider .column-article-item, .c-slider .voice-article-item {
    width: 300px;
  }
}
@media screen and (max-width: 959px) {
  .c-slider .column-article-item, .c-slider .voice-article-item {
    width: 230px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .c-slider .column-article-item, .c-slider .voice-article-item {
    width: 265px;
    margin: 0 12px;
  }
}
.c-slider .column-article-item.slick-active, .c-slider .voice-article-item.slick-active {
  opacity: 1;
  transition: all 0.3s ease;
}
.c-slider .column-article-item.slick-active .column-article-item:hover, .c-slider .voice-article-item.slick-active .column-article-item:hover {
  opacity: 0.6;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.04);
}
.c-slider .column-article-item.slick-current, .c-slider .voice-article-item.slick-current {
  opacity: 1;
  transition: all 0.3s ease;
}
.c-slider .column-article-item.slick-current .column-article-item:hover, .c-slider .voice-article-item.slick-current .column-article-item:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.04);
}
.c-slider .slider-item-wrap {
  position: relative;
  display: block;
  transition: all 0.3s ease;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
.c-slider .slider-item-wrap:hover {
  opacity: 0.6;
}
.c-slider .slick-track {
  padding-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .c-slider .slick-track {
    padding-bottom: 0;
  }
}
.c-slider:not(.slick-initialized) {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
.c-slider:not(.slick-initialized) .column-article-item {
  opacity: 1;
}
.c-slider:not(.slick-initialized) .column-article-item .slider-item-wrap:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.07), 0 20px 20px rgba(0, 0, 0, 0.04);
}

.slick-prev, .slick-next {
  top: calc(50% - 38px);
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 10;
}
@media (max-width: 1399px) {
  .slick-prev, .slick-next {
    top: calc(50% - 20px);
  }
}
@media (max-width: 1199px) {
  .slick-prev, .slick-next {
    top: calc(50% - 14px);
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 959px) {
  .slick-prev, .slick-next {
    top: calc(50% - 45px);
  }
}
@media screen and (max-width: 750px) {
  .slick-prev, .slick-next {
    display: flex;
    top: 54%;
    width: 42px;
    height: 42px;
  }
}
.slick-prev::before, .slick-next::before {
  position: absolute;
  content: " ";
  top: 0;
  display: flex;
  width: 64px;
  height: 64px;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .slick-prev::before, .slick-next::before {
    width: 60px;
    height: 60px;
  }
}

.slick-prev {
  left: 12.5%;
}
@media screen and (max-width: 959px) {
  .slick-prev {
    left: 7.5%;
  }
}
@media screen and (max-width: 750px) {
  .slick-prev {
    left: 3%;
  }
}
.slick-prev::before {
  background: url("../img/common/c_slider_prev.png") no-repeat;
  background-size: 100%;
}

.slick-next {
  right: 13.5%;
}
@media screen and (max-width: 959px) {
  .slick-next {
    right: 9.5%;
  }
}
@media screen and (max-width: 750px) {
  .slick-next {
    justify-content: flex-end;
    right: 3%;
  }
}
.slick-next::before {
  background: url("../img/common/c_slider_next.png") no-repeat;
  background-size: 100%;
}

.c-slider-sp .slick-prev, .c-slider-sp .slick-next {
  top: 43%;
}
.c-slider-sp:not(.slick-initialized) {
  display: flex;
  justify-content: center;
}
.c-slider-sp:not(.slick-initialized) .c-result-item {
  opacity: 1;
}

/* c-link-item
-----------------------------------------------------------------*/
.c-link-item {
  position: relative;
  text-align: center;
  padding: 40px 31px 40px 40px;
}
@media screen and (max-width: 959px) {
  .c-link-item {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item {
    text-align: left;
  }
}
.c-link-item .c-link-item-wrap {
  border: 2px solid #1e6bcb;
  padding: 40px 0 37px;
}
@media screen and (max-width: 959px) {
  .c-link-item .c-link-item-wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap {
    border: 1px solid #1e6bcb;
    text-align: right;
    padding: 13px 15px 11px 20px;
  }
}
.c-link-item .c-link-item-wrap .c-ttl {
  margin-bottom: 18px;
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-ttl {
    margin-bottom: 4px;
  }
}
.c-link-item .c-link-item-wrap .c-ttl .en {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-ttl .en {
    text-align: left;
    margin-bottom: 2px;
  }
}
.c-link-item .c-link-item-wrap .c-ttl .jp {
  font-size: 42px;
}
@media screen and (max-width: 959px) {
  .c-link-item .c-link-item-wrap .c-ttl .jp {
    font-size: 32px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-ttl .jp {
    font-size: 24px;
    text-align: left;
    letter-spacing: 0;
  }
}
.c-link-item .c-link-item-wrap .txt {
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 28px;
}
@media screen and (max-width: 959px) {
  .c-link-item .c-link-item-wrap .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .txt {
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    font-feature-settings: "palt";
    margin-bottom: 9px;
  }
}
.c-link-item .c-link-item-wrap .c-btn {
  width: 250px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-btn {
    width: unset;
    display: inline-block;
    margin-right: 0;
    margin-left: auto;
  }
}
.c-link-item .c-link-item-wrap .c-btn a {
  padding: 17px 0 17px 16px;
}
@media screen and (max-width: 959px) {
  .c-link-item .c-link-item-wrap .c-btn a {
    padding: 10px 0 10px 16px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-btn a {
    justify-content: flex-end;
    background: transparent;
    font-size: 14px;
    color: #1e6bcb;
    letter-spacing: -0.5px;
    border: none;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-btn a i {
    font-size: 14px;
    padding-top: 1px;
    margin: 0 0 0 12px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-item .c-link-item-wrap .c-btn a:hover {
    background: transparent;
    color: #1e6bcb;
    border: none;
  }
}
.c-link-item a.sp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.c-link-half {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .c-link-half {
    display: block;
  }
}
.c-link-half .c-link-item {
  width: 50%;
  padding: 40px;
}
@media screen and (max-width: 959px) {
  .c-link-half .c-link-item {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-link-half .c-link-item {
    width: 100%;
    padding: 17px;
  }
}

/* c-result-item
-----------------------------------------------------------------*/
.c-result-item {
  position: relative;
  flex: 0 0 33%;
  max-width: calc(33% - 45px);
  background: #FFF;
  margin: 0 45px 30px 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .c-result-item {
    max-width: calc(33% - 25px);
    margin: 0 25px 30px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-result-item {
    flex: unset;
    max-width: unset;
    width: 268px;
    opacity: 0.5;
    margin: 0 12px;
  }
}
.c-result-item .item-thumb {
  position: relative;
}
.c-result-item .item-thumb .thumb {
  width: 100%;
  height: 24.7rem;
}
@media screen and (max-width: 750px) {
  .c-result-item .item-thumb .thumb {
    height: 17.9rem;
  }
}
.c-result-item .item-thumb .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-result-item .item-thumb .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  display: inline-block;
  background: #1f51bc;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 0;
  padding: 1px 15px;
}
@media screen and (max-width: 750px) {
  .c-result-item .item-thumb .cat {
    font-size: 13px;
    padding: 2px 16px 2px 18px;
  }
}
.c-result-item .item-detail {
  padding: 26px 30px 34px;
}
@media screen and (max-width: 959px) {
  .c-result-item .item-detail {
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .c-result-item .item-detail {
    padding: 17px 15px 28px;
  }
}
.c-result-item .item-detail .date {
  font: 16px "Arial", sans-serif;
  color: #666;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .c-result-item .item-detail .date {
    font-size: 13px;
    letter-spacing: 1px;
    margin-bottom: 7px;
  }
}
.c-result-item .item-detail .ttl {
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0;
  margin-bottom: 18px;
}
@media screen and (max-width: 959px) {
  .c-result-item .item-detail .ttl {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.c-result-item .item-detail .price {
  text-align: right;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-result-item .item-detail .price {
    font-size: 13px;
    letter-spacing: 1px;
  }
}
.c-result-item .item-detail .price span {
  font: 28px "Arial", sans-serif;
  color: #fd7138;
  font-weight: bold;
  letter-spacing: 0;
  margin-left: 8px;
}
@media screen and (max-width: 750px) {
  .c-result-item .item-detail .price span {
    font-size: 22px;
  }
}
.c-result-item .item-detail .price span::after {
  content: "万円";
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .c-result-item .item-detail .price span::after {
    font-size: 13px;
  }
}
.c-result-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-result-item:hover {
  box-shadow: 0 0 14px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 750px) {
  .c-result-item.slick-current {
    transition: all 0.3s ease;
    opacity: 1;
  }
}

/* c-bnr
-----------------------------------------------------------------*/
.c-bnr {
  position: relative;
  max-width: 1200px;
  height: 250px;
  padding: 50px 60px;
  margin: 0 auto;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .c-bnr {
    width: 92%;
  }
}
@media screen and (max-width: 750px) {
  .c-bnr {
    height: 156px;
    padding: 24px 20px;
  }
}
.c-bnr a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.c-bnr .c-ttl {
  margin: -2px 0 15px;
}
@media screen and (max-width: 750px) {
  .c-bnr .c-ttl {
    margin-bottom: 14px;
  }
}
.c-bnr .c-ttl .en {
  font-size: 24px;
  text-align: left;
  letter-spacing: 8px;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .c-bnr .c-ttl .en {
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 5px;
  }
}
.c-bnr .c-ttl .jp {
  font-size: 48px;
  text-align: left;
  letter-spacing: 0.5px;
}
@media (max-width: 767px) {
  .c-bnr .c-ttl .jp {
    font-size: 26px;
  }
}
.c-bnr .c-btn {
  width: 240px;
  margin-left: 3px;
}
@media screen and (max-width: 750px) {
  .c-bnr .c-btn {
    width: 180px;
  }
}
.c-bnr .c-btn a {
  position: unset;
  font-size: 16px;
  letter-spacing: 0;
  padding: 9px 0 9px 14px;
}
@media screen and (max-width: 750px) {
  .c-bnr .c-btn a {
    font-size: 13px;
  }
}
.c-bnr .c-btn a i {
  font-size: 16px;
  margin: 0 0 0 8px;
}
@media screen and (max-width: 750px) {
  .c-bnr .c-btn a i {
    font-size: 13px;
    margin-top: 1px;
  }
}
.c-bnr:hover {
  opacity: 0.6;
}
.c-bnr.lawyer {
  background: url("../img/common/c_bnr_lawyer.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-bnr.lawyer {
    background: url("../img/common/c_bnr_lawyer_sp.jpg") no-repeat;
    background-size: 100%;
  }
}
.c-bnr.fee {
  background: url("../img/common/c_bnr_fee.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-bnr.fee {
    background: url("../img/common/c_bnr_fee_sp.jpg") no-repeat;
    background-size: 100%;
  }
}
.c-bnr.office {
  background: url("../img/common/c_bnr_office.jpg") center bottom no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-bnr.office {
    background: url("../img/common/c_bnr_office_sp.jpg") center bottom no-repeat;
    background-size: 100%;
  }
}
.c-bnr.flow {
  background: url("../img/common/c_bnr_flow.jpg") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .c-bnr.flow {
    background: url("../img/common/c_bnr_flow_sp.jpg") no-repeat;
    background-size: 100%;
  }
}

/* c-video
-----------------------------------------------------------------*/
.c-video {
  max-width: 1244px;
}
.c-video .c-video-inner {
  margin-left: 23px;
}
@media (max-width: 1199px) {
  .c-video .c-video-inner {
    margin-left: 0;
  }
}
.c-video .c-video-inner .video-wrap {
  background: url("../img/common/c_video_bg.jpg") center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 60px 200px 84px 180px;
}
@media (max-width: 1299px) {
  .c-video .c-video-inner .video-wrap {
    background: url("../img/common/c_video_bg.jpg") center no-repeat;
    background-size: 90% 90%;
    padding: 60px 100px 84px;
  }
}
@media (max-width: 1199px) {
  .c-video .c-video-inner .video-wrap {
    background: url("../img/common/c_video_bg.jpg") center no-repeat;
    background-size: 100% 100%;
    padding: 60px 80px 84px;
  }
}
@media screen and (max-width: 959px) {
  .c-video .c-video-inner .video-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-video .c-video-inner .video-wrap {
    padding: 20px;
  }
}
.c-video .c-video-inner .video-wrap iframe {
  width: 840px;
  height: 520px;
}
@media (max-width: 1199px) {
  .c-video .c-video-inner .video-wrap iframe {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .c-video .c-video-inner .video-wrap iframe {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  .c-video .c-video-inner .video-wrap iframe {
    height: 250px;
  }
}

/* flow
-----------------------------------------------------------------*/
.c-flow {
  background: #fff;
}
.c-flow__item {
  position: relative;
  display: flex;
  padding-bottom: 25px;
}
.c-flow__item::after {
  content: "";
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 10px;
  left: 50px;
  background: url("../img/common/flow-bg.png") center top/3px repeat-y;
}
@media screen and (max-width: 750px) {
  .c-flow__item::after {
    left: 28px;
  }
}
.c-flow__item::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  content: "";
  width: 104px;
  height: 100%;
  background: linear-gradient(to bottom, #fff 0px, #fff 115px, transparent 115px, transparent calc(100% - 7px), #fff calc(100% - 7px), #fff 100%);
}
@media screen and (max-width: 750px) {
  .c-flow__item::before {
    width: 60px;
    background: linear-gradient(to bottom, #fff 0px, #fff 68px, transparent 68px, transparent calc(100% - 7px), #fff calc(100% - 7px), #fff 100%);
  }
}
.c-flow__item:last-of-type {
  padding-bottom: 0;
}
.c-flow__item:last-of-type::before {
  background: #fff;
}
.c-flow__num {
  position: relative;
  z-index: 2;
  flex: 0 0 104px;
}
@media screen and (max-width: 750px) {
  .c-flow__num {
    flex: 0 0 50px;
  }
}
.c-flow__num .step {
  padding: 26px 0 0 6px;
  display: block;
  width: 104px;
  height: 104px;
  background: url("../img/common/step-bg.png") center/cover no-repeat;
  color: #1e6bcb;
  font: 19px "Copperplate", "Cormorant SC", sans-serif;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .c-flow__num .step {
    padding: 17px 0 0 0;
    font-size: 12px;
    width: 60px;
    height: 60px;
  }
}
.c-flow__num .step .num {
  position: relative;
  top: -10px;
  display: block;
  font-size: 50px;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 750px) {
  .c-flow__num .step .num {
    top: -5px;
    left: 1px;
    font-size: 25px;
  }
}
.c-flow__cont {
  flex: 0 1 100%;
  margin: 31px 50px 0 18px;
}
@media screen and (max-width: 959px) {
  .c-flow__cont {
    margin: 31px 0 0 18px;
  }
}
@media screen and (max-width: 750px) {
  .c-flow__cont {
    margin: 15px 0 0 10px;
  }
}
.c-flow__ttl {
  font-size: 38px;
  line-height: 1;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .c-flow__ttl {
    font-size: 27px;
  }
}
.c-flow__txt {
  margin: 27px 0 0 6px;
  line-height: 2.25;
  color: #222222;
}
@media screen and (max-width: 750px) {
  .c-flow__txt {
    margin: 10px 0 0 0;
  }
}
.c-flow__img {
  margin: 33px 0 0 0;
  flex: 0 0 470px;
  height: 280px;
}
.c-flow__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .c-flow__img {
    flex: 0 0 300px;
    height: 200px;
  }
}
@media screen and (max-width: 959px) {
  .c-flow__img {
    margin: 20px 0 0 0;
    display: block;
    width: 100%;
    height: 40vw;
  }
}
.c-flow__img--pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .c-flow__img--pc {
    display: none;
  }
}
.c-flow__img--sp {
  display: none;
}
@media screen and (max-width: 959px) {
  .c-flow__img--sp {
    display: block;
  }
}

/******************************************************************
 * 固定ページテンプレート + FAQ投稿タイプののエディタ・コンテンツスタイル
******************************************************************/
#tinymce.post-type-page,
#tinymce.post-type-faq {
  padding: 15px !important;
}

.c-page-content,
#tinymce.post-type-page,
.faq-post__txt,
#tinymce.post-type-faq,
.case .post-txt__contents,
#tinymce.post-type-case {
  font-feature-settings: "palt";
  font-size: 16px;
}
.c-page-content > *:first-child,
#tinymce.post-type-page > *:first-child,
.faq-post__txt > *:first-child,
#tinymce.post-type-faq > *:first-child,
.case .post-txt__contents > *:first-child,
#tinymce.post-type-case > *:first-child {
  margin-top: 0;
}
.c-page-content > *:last-child,
#tinymce.post-type-page > *:last-child,
.faq-post__txt > *:last-child,
#tinymce.post-type-faq > *:last-child,
.case .post-txt__contents > *:last-child,
#tinymce.post-type-case > *:last-child {
  margin-bottom: 0;
}
.c-page-content h2, .c-page-content h3, .c-page-content h4,
#tinymce.post-type-page h2,
#tinymce.post-type-page h3,
#tinymce.post-type-page h4,
.faq-post__txt h2,
.faq-post__txt h3,
.faq-post__txt h4,
#tinymce.post-type-faq h2,
#tinymce.post-type-faq h3,
#tinymce.post-type-faq h4,
.case .post-txt__contents h2,
.case .post-txt__contents h3,
.case .post-txt__contents h4,
#tinymce.post-type-case h2,
#tinymce.post-type-case h3,
#tinymce.post-type-case h4 {
  font-weight: 500;
  letter-spacing: 0.04em;
}
.c-page-content h2,
#tinymce.post-type-page h2,
.faq-post__txt h2,
#tinymce.post-type-faq h2,
.case .post-txt__contents h2,
#tinymce.post-type-case h2 {
  background: #1e6bcb;
  color: #fff;
  font-size: 24px;
  line-height: 1.6666666667;
  margin-top: 50px;
  margin-bottom: 19px;
  padding: 20px 28px;
  text-align: center;
}
.c-page-content h3,
#tinymce.post-type-page h3,
.faq-post__txt h3,
#tinymce.post-type-faq h3,
.case .post-txt__contents h3,
#tinymce.post-type-case h3 {
  border: solid 2px #e5e5e5;
  border-bottom: solid 3px #1e6bcb;
  color: #222;
  font-size: 22px;
  line-height: 1.8181818182;
  margin-top: 70px;
  margin-bottom: 28px;
  padding: 12px 28px;
}
.c-page-content h4,
#tinymce.post-type-page h4,
.faq-post__txt h4,
#tinymce.post-type-faq h4,
.case .post-txt__contents h4,
#tinymce.post-type-case h4 {
  position: relative;
  border-bottom: solid 2px #e5e5e5;
  font-size: 20px;
  line-height: 2;
  margin-top: 37px;
  margin-bottom: 28px;
  padding: 13px 20px 13px 32px;
}
.c-page-content h4::before,
#tinymce.post-type-page h4::before,
.faq-post__txt h4::before,
#tinymce.post-type-faq h4::before,
.case .post-txt__contents h4::before,
#tinymce.post-type-case h4::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border: solid 6px #1e6bcb;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-page-content p,
#tinymce.post-type-page p,
.faq-post__txt p,
#tinymce.post-type-faq p,
.case .post-txt__contents p,
#tinymce.post-type-case p {
  letter-spacing: 0.06em;
  line-height: 2.25;
  margin-bottom: 2em;
}
.c-page-content p.alignright,
#tinymce.post-type-page p.alignright,
.faq-post__txt p.alignright,
#tinymce.post-type-faq p.alignright,
.case .post-txt__contents p.alignright,
#tinymce.post-type-case p.alignright {
  text-align: right;
}
.c-page-content p.aligncenter,
#tinymce.post-type-page p.aligncenter,
.faq-post__txt p.aligncenter,
#tinymce.post-type-faq p.aligncenter,
.case .post-txt__contents p.aligncenter,
#tinymce.post-type-case p.aligncenter {
  text-align: center;
}
.c-page-content p::after,
#tinymce.post-type-page p::after,
.faq-post__txt p::after,
#tinymce.post-type-faq p::after,
.case .post-txt__contents p::after,
#tinymce.post-type-case p::after {
  display: block;
  content: "";
  clear: both;
}
.c-page-content strong,
#tinymce.post-type-page strong,
.faq-post__txt strong,
#tinymce.post-type-faq strong,
.case .post-txt__contents strong,
#tinymce.post-type-case strong {
  font-weight: bold;
}
.c-page-content em,
#tinymce.post-type-page em,
.faq-post__txt em,
#tinymce.post-type-faq em,
.case .post-txt__contents em,
#tinymce.post-type-case em {
  font-style: italic;
}
.c-page-content img,
#tinymce.post-type-page img,
.faq-post__txt img,
#tinymce.post-type-faq img,
.case .post-txt__contents img,
#tinymce.post-type-case img {
  display: block;
  width: 100%;
}
.c-page-content img.alignright,
#tinymce.post-type-page img.alignright,
.faq-post__txt img.alignright,
#tinymce.post-type-faq img.alignright,
.case .post-txt__contents img.alignright,
#tinymce.post-type-case img.alignright {
  float: right;
  width: 50%;
  max-width: 440px;
  margin: 12px 0 0;
  padding-left: 40px;
}
.c-page-content img.alignleft,
#tinymce.post-type-page img.alignleft,
.faq-post__txt img.alignleft,
#tinymce.post-type-faq img.alignleft,
.case .post-txt__contents img.alignleft,
#tinymce.post-type-case img.alignleft {
  float: left;
  width: 50%;
  max-width: 440px;
  margin: 12px 0 0;
  padding-right: 40px;
}
.c-page-content img.aligncenter,
#tinymce.post-type-page img.aligncenter,
.faq-post__txt img.aligncenter,
#tinymce.post-type-faq img.aligncenter,
.case .post-txt__contents img.aligncenter,
#tinymce.post-type-case img.aligncenter {
  margin: 5rem auto 0;
  max-width: 650px;
}
.c-page-content ul,
#tinymce.post-type-page ul,
.faq-post__txt ul,
#tinymce.post-type-faq ul,
.case .post-txt__contents ul,
#tinymce.post-type-case ul {
  margin-bottom: 30px;
  padding-left: 18px;
}
.c-page-content ul li,
#tinymce.post-type-page ul li,
.faq-post__txt ul li,
#tinymce.post-type-faq ul li,
.case .post-txt__contents ul li,
#tinymce.post-type-case ul li {
  letter-spacing: 0.06em;
  line-height: 2.25;
}
.c-page-content ul li::before,
#tinymce.post-type-page ul li::before,
.faq-post__txt ul li::before,
#tinymce.post-type-faq ul li::before,
.case .post-txt__contents ul li::before,
#tinymce.post-type-case ul li::before {
  content: "●";
  display: inline-block;
  color: #1e6bcb;
  font-size: 10px;
  margin-left: -1em;
  transform: scale(0.6) translate(-20px, -4px);
}
.c-page-content ol,
#tinymce.post-type-page ol,
.faq-post__txt ol,
#tinymce.post-type-faq ol,
.case .post-txt__contents ol,
#tinymce.post-type-case ol {
  counter-reset: c;
  margin-bottom: 30px;
  padding-left: 20px;
}
.c-page-content ol li,
#tinymce.post-type-page ol li,
.faq-post__txt ol li,
#tinymce.post-type-faq ol li,
.case .post-txt__contents ol li,
#tinymce.post-type-case ol li {
  letter-spacing: 0.06em;
  line-height: 2.25;
}
.c-page-content ol li::before,
#tinymce.post-type-page ol li::before,
.faq-post__txt ol li::before,
#tinymce.post-type-faq ol li::before,
.case .post-txt__contents ol li::before,
#tinymce.post-type-case ol li::before {
  counter-increment: c;
  content: counter(c) ".";
  color: #1e6bcb;
  font-weight: bold;
  margin: 0 4px 0 -21px;
}
.c-page-content blockquote,
#tinymce.post-type-page blockquote,
.faq-post__txt blockquote,
#tinymce.post-type-faq blockquote,
.case .post-txt__contents blockquote,
#tinymce.post-type-case blockquote {
  position: relative;
  background: #f2f7fa;
  border: solid 2px rgba(30, 107, 203, 0.15);
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 2.25;
  margin: 60px 0;
  padding: 25px 30px 29px 40px;
}
.c-page-content blockquote::before,
#tinymce.post-type-page blockquote::before,
.faq-post__txt blockquote::before,
#tinymce.post-type-faq blockquote::before,
.case .post-txt__contents blockquote::before,
#tinymce.post-type-case blockquote::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 18px;
  display: block;
  width: 38px;
  height: 30px;
  background: url(../img/page/dquote.png) center/cover no-repeat;
}
.c-page-content blockquote p,
#tinymce.post-type-page blockquote p,
.faq-post__txt blockquote p,
#tinymce.post-type-faq blockquote p,
.case .post-txt__contents blockquote p,
#tinymce.post-type-case blockquote p {
  letter-spacing: 0.04em;
  line-height: 2.25;
}
.c-page-content blockquote p:last-of-type,
#tinymce.post-type-page blockquote p:last-of-type,
.faq-post__txt blockquote p:last-of-type,
#tinymce.post-type-faq blockquote p:last-of-type,
.case .post-txt__contents blockquote p:last-of-type,
#tinymce.post-type-case blockquote p:last-of-type {
  margin-bottom: 0;
}
.c-page-content table,
#tinymce.post-type-page table,
.faq-post__txt table,
#tinymce.post-type-faq table,
.case .post-txt__contents table,
#tinymce.post-type-case table {
  border: solid 4px #1e6bcb;
  border-top-width: 0;
  margin-bottom: 60px;
}
.c-page-content table thead,
#tinymce.post-type-page table thead,
.faq-post__txt table thead,
#tinymce.post-type-faq table thead,
.case .post-txt__contents table thead,
#tinymce.post-type-case table thead {
  background: #1e6bcb;
}
.c-page-content table thead td,
#tinymce.post-type-page table thead td,
.faq-post__txt table thead td,
#tinymce.post-type-faq table thead td,
.case .post-txt__contents table thead td,
#tinymce.post-type-case table thead td {
  border-left: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.04em;
  padding: 17px 8px;
  text-align: center;
}
.c-page-content table thead td a,
#tinymce.post-type-page table thead td a,
.faq-post__txt table thead td a,
#tinymce.post-type-faq table thead td a,
.case .post-txt__contents table thead td a,
#tinymce.post-type-case table thead td a {
  color: #fff;
  background: none;
  padding: 0;
  transition: none;
}
.c-page-content table thead td a:hover,
#tinymce.post-type-page table thead td a:hover,
.faq-post__txt table thead td a:hover,
#tinymce.post-type-faq table thead td a:hover,
.case .post-txt__contents table thead td a:hover,
#tinymce.post-type-case table thead td a:hover {
  color: #fff;
  background: none;
}
.c-page-content table tbody tr td,
#tinymce.post-type-page table tbody tr td,
.faq-post__txt table tbody tr td,
#tinymce.post-type-faq table tbody tr td,
.case .post-txt__contents table tbody tr td,
#tinymce.post-type-case table tbody tr td {
  border: solid 1px #d1d1d1;
  border-top-width: 0;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 22px 8px 26px;
  text-align: center;
}
.c-page-content table tbody tr:first-of-type,
#tinymce.post-type-page table tbody tr:first-of-type,
.faq-post__txt table tbody tr:first-of-type,
#tinymce.post-type-faq table tbody tr:first-of-type,
.case .post-txt__contents table tbody tr:first-of-type,
#tinymce.post-type-case table tbody tr:first-of-type {
  background: #1e6bcb;
}
.c-page-content table tbody tr:first-of-type td,
#tinymce.post-type-page table tbody tr:first-of-type td,
.faq-post__txt table tbody tr:first-of-type td,
#tinymce.post-type-faq table tbody tr:first-of-type td,
.case .post-txt__contents table tbody tr:first-of-type td,
#tinymce.post-type-case table tbody tr:first-of-type td {
  border-left: solid 1px #d1d1d1;
  border-right: solid 1px #d1d1d1;
  color: #fff;
  font-size: 20px;
  padding: 17px 8px;
}
.c-page-content table tbody tr:first-of-type td a,
#tinymce.post-type-page table tbody tr:first-of-type td a,
.faq-post__txt table tbody tr:first-of-type td a,
#tinymce.post-type-faq table tbody tr:first-of-type td a,
.case .post-txt__contents table tbody tr:first-of-type td a,
#tinymce.post-type-case table tbody tr:first-of-type td a {
  color: #fff;
  background: none;
  padding: 0;
  transition: none;
}
.c-page-content table tbody tr:first-of-type td a:hover,
#tinymce.post-type-page table tbody tr:first-of-type td a:hover,
.faq-post__txt table tbody tr:first-of-type td a:hover,
#tinymce.post-type-faq table tbody tr:first-of-type td a:hover,
.case .post-txt__contents table tbody tr:first-of-type td a:hover,
#tinymce.post-type-case table tbody tr:first-of-type td a:hover {
  color: #fff;
  background: none;
}
.c-page-content table thead + tbody tr:first-of-type,
#tinymce.post-type-page table thead + tbody tr:first-of-type,
.faq-post__txt table thead + tbody tr:first-of-type,
#tinymce.post-type-faq table thead + tbody tr:first-of-type,
.case .post-txt__contents table thead + tbody tr:first-of-type,
#tinymce.post-type-case table thead + tbody tr:first-of-type {
  background: none;
}
.c-page-content table thead + tbody tr:first-of-type td,
#tinymce.post-type-page table thead + tbody tr:first-of-type td,
.faq-post__txt table thead + tbody tr:first-of-type td,
#tinymce.post-type-faq table thead + tbody tr:first-of-type td,
.case .post-txt__contents table thead + tbody tr:first-of-type td,
#tinymce.post-type-case table thead + tbody tr:first-of-type td {
  border: solid 1px #d1d1d1;
  border-top-width: 0;
  color: #222;
  font-size: 18px;
  padding: 22px 8px 26px;
}
.c-page-content .c-youtube,
#tinymce.post-type-page .c-youtube,
.faq-post__txt .c-youtube,
#tinymce.post-type-faq .c-youtube,
.case .post-txt__contents .c-youtube,
#tinymce.post-type-case .c-youtube {
  position: relative;
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
.c-page-content .c-youtube::before,
#tinymce.post-type-page .c-youtube::before,
.faq-post__txt .c-youtube::before,
#tinymce.post-type-faq .c-youtube::before,
.case .post-txt__contents .c-youtube::before,
#tinymce.post-type-case .c-youtube::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.c-page-content .c-youtube iframe,
#tinymce.post-type-page .c-youtube iframe,
.faq-post__txt .c-youtube iframe,
#tinymce.post-type-faq .c-youtube iframe,
.case .post-txt__contents .c-youtube iframe,
#tinymce.post-type-case .c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-page-content a:not([class]),
#tinymce.post-type-page a:not([class]),
.faq-post__txt a:not([class]),
#tinymce.post-type-faq a:not([class]),
.case .post-txt__contents a:not([class]),
#tinymce.post-type-case a:not([class]) {
  color: #1e6bcb;
  background: linear-gradient(to top, #1e6bcb 1px, transparent 1px);
  padding: 0 0 4px;
  transition: all 0.3s ease;
}
.c-page-content a:not([class]):hover,
#tinymce.post-type-page a:not([class]):hover,
.faq-post__txt a:not([class]):hover,
#tinymce.post-type-faq a:not([class]):hover,
.case .post-txt__contents a:not([class]):hover,
#tinymce.post-type-case a:not([class]):hover {
  color: #4e9bfb;
  background: linear-gradient(to top, #4e9bfb 1px, transparent 1px);
}
@media screen and (max-width: 750px) {
  .c-page-content,
  #tinymce.post-type-page,
  .faq-post__txt,
  #tinymce.post-type-faq,
  .case .post-txt__contents,
  #tinymce.post-type-case {
    font-size: 15px;
  }
  .c-page-content h2,
  #tinymce.post-type-page h2,
  .faq-post__txt h2,
  #tinymce.post-type-faq h2,
  .case .post-txt__contents h2,
  #tinymce.post-type-case h2 {
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 15px;
    padding: 10px 16px;
    text-align: left;
  }
  .c-page-content h3,
  #tinymce.post-type-page h3,
  .faq-post__txt h3,
  #tinymce.post-type-faq h3,
  .case .post-txt__contents h3,
  #tinymce.post-type-case h3 {
    font-size: 19px;
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 8px 16px;
  }
  .c-page-content h4,
  #tinymce.post-type-page h4,
  .faq-post__txt h4,
  #tinymce.post-type-faq h4,
  .case .post-txt__contents h4,
  #tinymce.post-type-case h4 {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 8px 16px 8px 26px;
  }
  .c-page-content h4::before,
  #tinymce.post-type-page h4::before,
  .faq-post__txt h4::before,
  #tinymce.post-type-faq h4::before,
  .case .post-txt__contents h4::before,
  #tinymce.post-type-case h4::before {
    width: 6px;
    height: 6px;
  }
  .c-page-content p,
  #tinymce.post-type-page p,
  .faq-post__txt p,
  #tinymce.post-type-faq p,
  .case .post-txt__contents p,
  #tinymce.post-type-case p {
    line-height: 2;
    margin-bottom: 1.5em;
  }
  .c-page-content img.alignright,
  #tinymce.post-type-page img.alignright,
  .faq-post__txt img.alignright,
  #tinymce.post-type-faq img.alignright,
  .case .post-txt__contents img.alignright,
  #tinymce.post-type-case img.alignright {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 0;
  }
  .c-page-content img.alignleft,
  #tinymce.post-type-page img.alignleft,
  .faq-post__txt img.alignleft,
  #tinymce.post-type-faq img.alignleft,
  .case .post-txt__contents img.alignleft,
  #tinymce.post-type-case img.alignleft {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-right: 40px;
    margin: 0 0 20px;
    padding: 0;
  }
  .c-page-content img.aligncenter,
  #tinymce.post-type-page img.aligncenter,
  .faq-post__txt img.aligncenter,
  #tinymce.post-type-faq img.aligncenter,
  .case .post-txt__contents img.aligncenter,
  #tinymce.post-type-case img.aligncenter {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .c-page-content ul,
  #tinymce.post-type-page ul,
  .faq-post__txt ul,
  #tinymce.post-type-faq ul,
  .case .post-txt__contents ul,
  #tinymce.post-type-case ul {
    margin-bottom: 20px;
    padding-left: 18px;
  }
  .c-page-content ul li,
  #tinymce.post-type-page ul li,
  .faq-post__txt ul li,
  #tinymce.post-type-faq ul li,
  .case .post-txt__contents ul li,
  #tinymce.post-type-case ul li {
    letter-spacing: 0.06em;
    line-height: 2.25;
  }
  .c-page-content ul li::before,
  #tinymce.post-type-page ul li::before,
  .faq-post__txt ul li::before,
  #tinymce.post-type-faq ul li::before,
  .case .post-txt__contents ul li::before,
  #tinymce.post-type-case ul li::before {
    content: "●";
    display: inline-block;
    color: #1e6bcb;
    font-size: 10px;
    margin-left: -1em;
    transform: scale(0.6) translate(-20px, -4px);
  }
  .c-page-content ol,
  #tinymce.post-type-page ol,
  .faq-post__txt ol,
  #tinymce.post-type-faq ol,
  .case .post-txt__contents ol,
  #tinymce.post-type-case ol {
    counter-reset: c;
    margin-bottom: 30px;
    padding-left: 20px;
  }
  .c-page-content ol li,
  #tinymce.post-type-page ol li,
  .faq-post__txt ol li,
  #tinymce.post-type-faq ol li,
  .case .post-txt__contents ol li,
  #tinymce.post-type-case ol li {
    letter-spacing: 0.06em;
    line-height: 2.25;
  }
  .c-page-content ol li::before,
  #tinymce.post-type-page ol li::before,
  .faq-post__txt ol li::before,
  #tinymce.post-type-faq ol li::before,
  .case .post-txt__contents ol li::before,
  #tinymce.post-type-case ol li::before {
    counter-increment: c;
    content: counter(c) ".";
    color: #1e6bcb;
    margin: 0 7px 0 -21px;
  }
  .c-page-content blockquote,
  #tinymce.post-type-page blockquote,
  .faq-post__txt blockquote,
  #tinymce.post-type-faq blockquote,
  .case .post-txt__contents blockquote,
  #tinymce.post-type-case blockquote {
    line-height: 2;
    margin: 40px 0;
    padding: 15px 20px;
  }
  .c-page-content blockquote::before,
  #tinymce.post-type-page blockquote::before,
  .faq-post__txt blockquote::before,
  #tinymce.post-type-faq blockquote::before,
  .case .post-txt__contents blockquote::before,
  #tinymce.post-type-case blockquote::before {
    top: -10px;
    left: 8px;
    width: 25.33px;
    height: 20px;
  }
  .c-page-content blockquote p,
  #tinymce.post-type-page blockquote p,
  .faq-post__txt blockquote p,
  #tinymce.post-type-faq blockquote p,
  .case .post-txt__contents blockquote p,
  #tinymce.post-type-case blockquote p {
    line-height: 2;
  }
  .c-page-content table,
  #tinymce.post-type-page table,
  .faq-post__txt table,
  #tinymce.post-type-faq table,
  .case .post-txt__contents table,
  #tinymce.post-type-case table {
    margin-bottom: 40px;
  }
  .c-page-content table thead td,
  #tinymce.post-type-page table thead td,
  .faq-post__txt table thead td,
  #tinymce.post-type-faq table thead td,
  .case .post-txt__contents table thead td,
  #tinymce.post-type-case table thead td {
    font-size: 16px;
    padding: 12px 4px;
  }
  .c-page-content table tbody td,
  #tinymce.post-type-page table tbody td,
  .faq-post__txt table tbody td,
  #tinymce.post-type-faq table tbody td,
  .case .post-txt__contents table tbody td,
  #tinymce.post-type-case table tbody td {
    font-size: 15px;
    padding: 17px 4px 21px;
  }
}

/******************************************************************
 * page.php
******************************************************************/
@media screen and (max-width: 750px) {
  .c-page {
    background: none !important;
  }
}

/* .c-page-sec
-----------------------------------------------------------------*/
.c-page-mv {
  padding-top: 30px;
}
.c-page-mv .c-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-page-mv .c-inner {
    padding: 0;
  }
}
.c-page-mv__img {
  position: relative;
  flex: 1 1 49%;
  height: 26.472vw;
  text-align: right;
}
.c-page-mv__img img {
  position: absolute;
  top: 0;
  right: 58px;
  display: block;
  width: 44.12vw;
  height: 26.472vw;
  max-width: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
}
.c-page-mv__txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 51%;
}
.c-page-mv__ttl {
  font: 600 38px "Noto Serif JP", serif;
  letter-spacing: 0;
  line-height: 1.4736842105;
  margin-bottom: 20px;
}
.c-page-mv__detail {
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 2.25;
  text-align: justify;
}
@media screen and (max-width: 1200px) {
  .c-page-mv__img img {
    right: 30px;
  }
}
@media screen and (max-width: 959px) {
  .c-page-mv__ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .c-page-mv {
    display: block;
    padding: 0;
  }
  .c-page-mv__txt {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .c-page-mv__ttl {
    font-size: 24px;
    padding: 0 30px;
  }
  .c-page-mv__img {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .c-page-mv__detail {
    line-height: 2;
    padding: 0 15px;
  }
}

.c-page-body {
  display: flex;
  max-width: 1200px;
  padding-top: 67px;
  padding-bottom: 100px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .c-page-body {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .c-page-body {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .c-page-body {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.c-page-content {
  flex: 1 1 900px;
}
.c-page-content #ez-toc-container {
  background: #f2f7fa;
  border: solid 2px rgba(30, 107, 203, 0.15);
  padding: 28px 38px 12px 38px;
  margin-bottom: 50px;
  font-feature-settings: "palt";
}
.c-page-content #ez-toc-container nav {
  padding-left: 39px;
}
.c-page-content #ez-toc-container nav ul {
  counter-reset: i;
  padding: 0;
  margin-bottom: 15px;
}
.c-page-content #ez-toc-container nav ul li {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 2.2222222222;
  margin: 0;
}
.c-page-content #ez-toc-container nav ul li::before {
  display: inline;
  counter-increment: i;
  content: counters(i, "-") ". ";
  color: #1e6bcb;
  font-size: 18px;
  margin: 0;
  transform: none;
}
.c-page-content #ez-toc-container nav ul ul {
  padding-left: 1em;
}
.c-page-content .ez-toc-title-container {
  background: url(../img/page/toc_icon.png) left center/25px 21px no-repeat;
  margin-bottom: 15px;
  padding-left: 36px;
}
.c-page-content .ez-toc-title {
  font-size: 22px;
  font-weight: 500;
  color: #1e6bcb;
  letter-spacing: 0.04em;
  line-height: 1.8181818182;
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .c-page-content {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .c-page-content {
    margin-bottom: 40px;
  }
  .c-page-content #ez-toc-container {
    padding: 15px 15px 0;
    margin-bottom: 30px;
  }
  .c-page-content #ez-toc-container nav {
    padding-left: 0;
  }
  .c-page-content #ez-toc-container nav ul {
    padding: 0;
    margin-bottom: 15px;
  }
  .c-page-content #ez-toc-container nav ul li {
    font-size: 15px;
    margin: 0;
  }
  .c-page-content #ez-toc-container nav ul li::before {
    font-size: 15px;
    margin: 0;
    transform: none;
  }
  .c-page-content #ez-toc-container nav ul ul {
    padding-left: 1em;
  }
  .c-page-content .ez-toc-title-container {
    background: url(../img/page/toc_icon.png) left center/25px 21px no-repeat;
    margin-bottom: 15px;
    padding-left: 36px;
  }
  .c-page-content .ez-toc-title {
    font-size: 22px;
    font-weight: 500;
    color: #1e6bcb;
    letter-spacing: 0.04em;
    line-height: 1.8181818182;
    margin-bottom: 0;
  }
}

.c-page-sidebar {
  flex: 0 0 300px;
  padding-left: 60px;
  font-feature-settings: "palt";
}
.c-page-sidebar .widget {
  margin-bottom: 49px;
}
.c-page-sidebar .widget h2 {
  border-bottom: solid 2px #1e6bcb;
  color: #1e6bcb;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  padding-bottom: 22px;
}
.c-page-sidebar .widget ul li a {
  display: block;
  background: #fff url(../img/page/arrow_b_r.png) right 11px center/16px 16px no-repeat;
  border-bottom: solid 1px #d6d6d6;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  padding: 20px 30px 24px 8px;
  transition: 0.2s;
}
.c-page-sidebar .widget ul li a:hover {
  background-position: right 6px center;
}
.c-page-sidebar__bnr {
  max-width: 240px;
  margin: -10px auto 0;
}
.c-page-sidebar__bnr a {
  transition: opacity 0.1s ease;
}
.c-page-sidebar__bnr a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 959px) {
  .c-page-sidebar {
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-page-sidebar .widget {
    margin-bottom: 30px;
  }
  .c-page-sidebar .widget h2 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .c-page-sidebar .widget ul li a {
    font-size: 16px;
    line-height: 2;
    padding: 15px 30px 20px 8px;
  }
}

.c-page-related {
  background: #f2f7fa;
  padding: 52px 0 50px;
}
.c-page-related .c-inner {
  overflow: hidden;
}
.c-page-related__ttl {
  color: #1e6bcb;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.25;
  margin-bottom: 32px;
  text-align: center;
}
.c-page-related__list {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-right: -30px;
}
.c-page-related__list.center {
  justify-content: center;
}
.c-page-related__item {
  width: calc(33.33% - 30px);
  margin: 0 30px 20px 0;
}
.c-page-related__item a {
  display: block;
  background: #fff url(../img/page/arrow_b_r.png) right 18px center/16px 16px no-repeat;
  border: solid 2px #e5e5e5;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  padding: 22px 40px 22px 26px;
  transition: 0.2s;
}
.c-page-related__item a:hover {
  background-color: #1e6bcb;
  border-color: #1e6bcb;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .c-page-related__item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 750px) {
  .c-page-related {
    padding: 30px 0;
  }
  .c-page-related__ttl {
    font-size: 26px;
    line-height: 1.5384615385;
    margin-bottom: 26px;
  }
  .c-page-related__list {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .c-page-related__item {
    width: 100%;
    margin: 0 0 20px;
  }
  .c-page-related__item a {
    font-size: 16px;
    font-weight: 400;
    padding: 16px 20px;
    transition: 0.2s;
  }
}

@media screen and (max-width: 750px) {
  .c-page-mv-detail {
    position: relative;
    padding-top: 30px;
  }
  .c-page-mv-detail::before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background: url("../img/common/mv_sub_bg_sp.jpg") no-repeat;
    background-size: 100%;
    z-index: -1;
  }
}

/******************************************************************
 * TOPページ
******************************************************************/
/* MV
-----------------------------------------------------------------*/
.mv-top {
  position: relative;
  height: 900px;
  background: url("../img/top/mv_top.jpg") top -100px center no-repeat;
  background-size: cover;
}
@media (max-width: 1632px) {
  .mv-top {
    background: url("../img/top/mv_top.jpg") top -20px center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 1499px) {
  .mv-top {
    background: url("../img/top/mv_top.jpg") top center no-repeat;
    background-size: cover;
  }
}
@media (max-width: 414px) {
  .mv-top {
    height: 580px;
    background: url("../img/top/mv_top_sp.jpg") top 60px center no-repeat;
    background-size: 100%;
  }
}
@media (max-width: 375px) {
  .mv-top {
    height: 500px;
    background: url("../img/top/mv_top_sp.jpg") top 0 center no-repeat;
    background-size: 100%;
  }
}
.mv-top .mv-ttl {
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-top: 16px;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-ttl {
    padding-top: 16px;
    margin-bottom: 10px;
  }
}
.mv-top .mv-ttl .ttl-row01 {
  font-size: 38px;
  color: #1e6bcb;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  .mv-top .mv-ttl .ttl-row01 {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .mv-top .mv-ttl .ttl-row01 {
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 1px;
  }
}
.mv-top .mv-ttl .ttl-row02 {
  font-size: 62px;
  color: #2f3b50;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -2px;
  margin-bottom: 18px;
}
@media screen and (max-width: 959px) {
  .mv-top .mv-ttl .ttl-row02 {
    font-size: 50px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 750px) {
  .mv-top .mv-ttl .ttl-row02 {
    font-size: 38px;
    letter-spacing: 1px;
    margin-bottom: 9px;
  }
}
.mv-top .mv-ttl .ttl-row03 {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 2px;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-ttl .ttl-row03 {
    font-size: 17px;
  }
}
.mv-top .mv-ttl .ttl-row03 span {
  color: #1e6bcb;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-ttl .ttl-row03 span {
    font-size: 17px;
    margin-left: 2px;
  }
}
.mv-top .mv-ttl .ttl-row03 span.large {
  font: 50px "Times New Roman", serif;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-ttl .ttl-row03 span.large {
    font-size: 26px;
    margin-left: 0;
  }
}
.mv-top .mv-point {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-point {
    position: relative;
    bottom: unset;
  }
}
.mv-top .mv-point li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  background: linear-gradient(to bottom, rgba(255, 172, 67, 0.9), rgba(240, 105, 56, 0.9));
  font: 28px "Noto Serif JP", serif;
  color: #FFF;
  text-align: center;
  letter-spacing: 0;
  border-radius: 50%;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-point li {
    width: 120px;
    height: 120px;
    font-size: 16px;
    letter-spacing: 0;
    margin-right: 2px;
  }
}
.mv-top .mv-point li:first-child {
  font-size: 24px;
  padding-top: 11px;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-point li:first-child {
    font-size: 16px;
    padding-top: 0;
  }
}
.mv-top .mv-point li:last-child {
  margin-right: 0;
}
.mv-top .mv-point li .num {
  display: contents;
  font: 78px "Times New Roman", serif;
  line-height: 0.9;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-point li .num {
    font-size: 43px;
  }
}
.mv-top .mv-point li .yen {
  display: contents;
  font: 34px "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .mv-top .mv-point li .yen {
    font-size: 16px;
  }
}

/* top-reason
-----------------------------------------------------------------*/
.top-reason {
  background: url("../img/top/top_reason_bg.jpg") top center no-repeat;
  background-size: 100%;
  padding-top: 122px;
}
@media screen and (max-width: 750px) {
  .top-reason {
    background: url("../img/top/top_reason_bg_sp.jpg") top center no-repeat;
    background-size: 100%;
    padding-top: 60px;
  }
}
.top-reason .reason-wrap {
  display: flex;
  max-width: 1540px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap {
    display: block;
    width: 100%;
  }
}
.top-reason .reason-wrap .reason-img {
  position: relative;
  width: 500px;
  height: 450px;
  margin-right: 82px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap .reason-img {
    width: 30%;
    height: auto;
    margin-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .top-reason .reason-wrap .reason-img {
    width: 34%;
    margin-right: 20px;
  }
}
@media (max-width: 414px) {
  .top-reason .reason-wrap .reason-img {
    width: 43%;
    margin-right: 0;
  }
}
.top-reason .reason-wrap .reason-img img {
  width: 100%;
}
.top-reason .reason-wrap .reason-img::after {
  position: absolute;
  bottom: -32px;
  right: -30px;
  content: " ";
  width: 500px;
  height: 450px;
  border: 2px solid #f2f7fa;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap .reason-img::after {
    content: none;
  }
}
@media (max-width: 1199px) {
  .top-reason .reason-wrap .reason-desc {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap .reason-desc {
    padding-right: 0;
  }
}
.top-reason .reason-wrap .reason-desc .txt {
  font-size: 18px;
  line-height: 2.25;
  letter-spacing: 0;
  padding-right: 40px;
  margin-bottom: 38px;
  margin-left: -1px;
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap .reason-desc .txt {
    width: 80%;
    font-size: 16px;
    line-height: 2.18;
    padding: 0 15px;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 750px) {
  .top-reason .reason-wrap .reason-desc .txt {
    width: 100%;
  }
}
.top-reason .reason-wrap .reason-desc .c-btn {
  margin-left: -4px;
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap .reason-desc .c-btn {
    margin: 0 auto;
  }
  .top-reason .reason-wrap .reason-desc .c-btn a {
    padding-left: 16px;
  }
}
.top-reason .reason-wrap .reason-ttl {
  padding-top: 23px;
  margin-bottom: 28px;
}
.top-reason .reason-wrap .reason-ttl.sp {
  width: 54.5%;
  padding-top: 0;
  margin: -9px 0 0;
}
.top-reason .reason-wrap .reason-ttl .sub {
  font: 28px "Noto Serif JP", serif;
  color: #1e6bcb;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 1219px) {
  .top-reason .reason-wrap .reason-ttl .sub {
    font-size: 24px;
  }
}
@media (max-width: 1099px) {
  .top-reason .reason-wrap .reason-ttl .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-reason .reason-wrap .reason-ttl .sub {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
}
.top-reason .reason-wrap .reason-ttl .ttl {
  font: 54px "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: -2px;
  margin-left: -6px;
}
@media (max-width: 1219px) {
  .top-reason .reason-wrap .reason-ttl .ttl {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1099px) {
  .top-reason .reason-wrap .reason-ttl .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-reason .reason-wrap .reason-ttl .ttl {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: -1.5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .top-reason .reason-wrap .reason-intro-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-reason .reason-wrap .reason-intro-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 414px) {
  .top-reason .reason-wrap .reason-intro-wrap {
    justify-content: space-between;
  }
}

/* top-result
-----------------------------------------------------------------*/
.top-result {
  padding: 131px 0 0;
}
@media screen and (max-width: 750px) {
  .top-result {
    padding: 74px 0 0;
  }
}
.top-result .c-ttl {
  margin-bottom: 41px;
}
@media screen and (max-width: 750px) {
  .top-result .c-ttl {
    margin-bottom: 14px;
  }
}
.top-result .c-ttl .en {
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .top-result .c-ttl .en {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 750px) {
  .top-result .c-ttl .jp {
    line-height: 1.5;
    font-size: 26px;
    letter-spacing: -1px;
  }
  .top-result .c-ttl .jp .large {
    font-size: 36px;
  }
}
.top-result .result-txt {
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0;
  margin-bottom: 42px;
}
@media screen and (max-width: 750px) {
  .top-result .result-txt {
    margin-bottom: 21px;
  }
}
.top-result .result-tab-menu {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
}
.top-result .result-tab-menu li {
  position: relative;
  width: 16.666%;
  background: #FFF;
  font-size: 18px;
  font-weight: 500;
  border-color: #f0f0f0;
  border-width: 2px 1px 1px;
  border-style: solid;
  padding: 23px 18px;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .top-result .result-tab-menu li {
    font-size: 14px;
  }
}
.top-result .result-tab-menu li::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 13px;
  content: "\f0ab";
  display: flex;
  align-items: center;
  font: 18px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .top-result .result-tab-menu li::before {
    font-size: 14px;
  }
}
.top-result .result-tab-menu li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 3px;
  background: #1e6bcb;
}
.top-result .result-tab-menu li:hover {
  background: #1e6bcb;
  color: #FFF;
  border-color: #1e6bcb;
}
.top-result .result-tab-menu li.is-active {
  background: #1e6bcb;
  color: #FFF;
  border-color: #1e6bcb;
}
@media (max-width: 767px) {
  .top-result .result-tab-menu.pc {
    display: none;
  }
}
.top-result .result-tab-menu.sp {
  width: 100%;
  background: #1e6bcb;
  font-size: 16px;
  color: #FFF;
  font-weight: bold;
  padding: 21px 19px;
  margin: 0 auto 33px;
}
@media (min-width: 768px) {
  .top-result .result-tab-menu.sp {
    display: none;
  }
}
@media screen and (min-width: 960px) {
  .top-result .tabsp {
    display: none;
  }
}
@media (max-width: 767px) {
  .top-result .tabsp-wrap {
    position: relative;
  }
  .top-result .tabsp-wrap::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 33px;
    content: "\f0ab";
    display: flex;
    align-items: center;
    font: 16px "Font Awesome 5 Free";
    color: #FFF;
    font-weight: bold;
    text-align: center;
    margin: auto;
  }
}
.top-result .result-content {
  background: #f2f7fa;
  padding: 30px 0 103px;
}
@media screen and (max-width: 750px) {
  .top-result .result-content {
    padding: 30px 0 21px;
  }
}
@media screen and (max-width: 750px) {
  .top-result .result-content .c-inner {
    padding: 0;
  }
}
.top-result .result-content .result-tab-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -56px;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-tab-cont {
    margin-right: 0;
  }
}
.top-result .result-content .c-btn {
  margin: 9px auto 0;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .c-btn {
    margin-top: 43px;
  }
}
.top-result .result-content .c-btn a {
  padding-left: 0;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .c-btn a {
    letter-spacing: 0px;
    padding-left: 10px;
  }
}
.top-result .result-content .c-btn a i {
  margin: 0 0 0 7px;
}
.top-result .result-content .result-link {
  padding-top: 38px;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link {
    padding: 22px 30px 0;
  }
}
.top-result .result-content .result-link .link-wrap {
  margin-bottom: 38px;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap {
    margin-bottom: 16px;
  }
}
.top-result .result-content .result-link .link-wrap .ttl {
  font-size: 28px;
  color: #1e6bcb;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.top-result .result-content .result-link .link-wrap ul {
  display: flex;
  border: 1px solid #f0f0f0;
}
.top-result .result-content .result-link .link-wrap ul li {
  position: relative;
  text-align: center;
}
.top-result .result-content .result-link .link-wrap ul li::after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #1e6ccb transparent;
}
@media screen and (max-width: 959px) {
  .top-result .result-content .result-link .link-wrap ul li::after {
    content: none;
  }
}
.top-result .result-content .result-link .link-wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  border: 1px solid #f0f0f0;
  padding: 22px 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap ul li a {
    justify-content: flex-start;
    padding: 15px 20px;
    border: none;
  }
}
.top-result .result-content .result-link .link-wrap ul li a i {
  font-size: 24px;
  color: #1e6bcb;
  margin-right: 10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap ul li a i {
    font-size: 19px;
    margin-right: 6px;
  }
}
.top-result .result-content .result-link .link-wrap ul li a:hover {
  background: #1e6bcb;
  color: #FFF;
  border: 1px solid #1e6bcb;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .top-result .result-content .result-link .link-wrap ul li a:hover {
    background: #FFF;
    color: #222;
    border: 1px solid #f0f0f0;
    font-weight: normal;
  }
}
.top-result .result-content .result-link .link-wrap ul li a:hover i {
  color: #FFF;
}
@media screen and (max-width: 959px) {
  .top-result .result-content .result-link .link-wrap ul.tb-over {
    display: none;
  }
}
.top-result .result-content .result-link .link-wrap ul.tb-under {
  width: 100%;
}
.top-result .result-content .result-link .link-wrap ul.tb-under li a {
  position: relative;
}
.top-result .result-content .result-link .link-wrap ul.tb-under li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  content: "\f0ab";
  display: flex;
  align-items: center;
  font: 16px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
  transition: all 0.3s ease;
}
.top-result .result-content .result-link .link-wrap ul.tb-under li a.active::before {
  transform: rotate(180deg);
}
@media (min-width: 961px) {
  .top-result .result-content .result-link .link-wrap ul.tb-under {
    display: none;
  }
}
.top-result .result-content .result-link .link-wrap ul .accord a {
  border-bottom: none;
}
.top-result .result-content .result-link .link-wrap ul .accord .child {
  display: none;
}
.top-result .result-content .result-link .link-wrap ul .accord .child li {
  flex: unset;
  max-width: unset;
}
.top-result .result-content .result-link .link-wrap ul .accord .child li a {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.top-result .result-content .result-link .link-wrap ul .accord .child li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  content: "\f0a9";
  display: flex;
  align-items: center;
  font: 16px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.top-result .result-content .result-link .link-wrap.rank ul li {
  font-size: 18px;
  flex: 0 0 11.111%;
  max-width: 11.111%;
}
@media screen and (max-width: 959px) {
  .top-result .result-content .result-link .link-wrap.rank ul li {
    flex: unset;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap.situation .ttl {
    margin-bottom: 6px;
  }
}
.top-result .result-content .result-link .link-wrap.situation ul li {
  font-size: 20px;
  flex: 0 0 25%;
  max-width: 25%;
}
@media screen and (max-width: 959px) {
  .top-result .result-content .result-link .link-wrap.situation ul li {
    flex: unset;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
  }
}
.top-result .result-content .result-link .link-wrap.situation ul li a {
  padding: 20px 0;
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap.situation ul li a {
    letter-spacing: 0.5px;
    padding: 15px 18px;
  }
}
@media screen and (max-width: 750px) {
  .top-result .result-content .result-link .link-wrap.situation ul.child li:last-child a {
    padding-left: 26px;
  }
  .top-result .result-content .result-link .link-wrap.situation ul.child li:last-child a i {
    margin-right: 8px;
  }
}

/* top-worry
-----------------------------------------------------------------*/
.top-worry {
  background: url("../img/top/top_worry_bg.jpg") bottom -1px left no-repeat #f2f7fa;
  background-size: 100%;
  padding: 74px 0 128px;
}
@media screen and (max-width: 750px) {
  .top-worry {
    padding: 76px 0 73px;
  }
}
@media screen and (max-width: 959px) {
  .top-worry .c-inner {
    width: 100%;
    padding: 0;
  }
}
.top-worry .c-ttl {
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .top-worry .c-ttl {
    margin-bottom: 20px;
  }
}
.top-worry .c-ttl .en {
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .top-worry .c-ttl .en {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 750px) {
  .top-worry .c-ttl .jp {
    letter-spacing: 0;
  }
}
.top-worry .worry-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .top-worry .worry-wrap {
    max-width: unset;
    width: 100%;
  }
}
.top-worry .worry-wrap .worry-item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  background: url("../img/top/top_worry_circle.png") no-repeat;
  background-size: 100%;
  padding-bottom: 20px;
  margin-bottom: -7px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .top-worry .worry-wrap .worry-item {
    width: 230px;
    height: 230px;
  }
}
@media screen and (max-width: 750px) {
  .top-worry .worry-wrap .worry-item {
    width: 212px;
    height: 212px;
    background: url("../img/top/top_worry_circle_sp.png") no-repeat;
    background-size: 100%;
  }
}
.top-worry .worry-wrap .worry-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-worry .worry-wrap .worry-item .txt {
  font: 26px "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .top-worry .worry-wrap .worry-item .txt {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .top-worry .worry-wrap .worry-item .txt {
    font-size: 21px;
    letter-spacing: -2px;
    padding-top: 7px;
  }
}
.top-worry .worry-wrap .worry-item .txt span {
  color: #1e6bcb;
}
.top-worry .worry-wrap .worry-item::after {
  position: absolute;
  bottom: 44px;
  right: 0;
  left: 0;
  content: "\f061";
  font: 22px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .top-worry .worry-wrap .worry-item::after {
    bottom: 32px;
    font-size: 16px;
  }
}
.top-worry .worry-wrap .worry-item:hover {
  opacity: 0.6;
}
.top-worry .worry-wrap .slick-prev, .top-worry .worry-wrap .slick-next {
  top: 41%;
}
.top-worry .worry-wrap .slick-prev {
  left: 9%;
}
.top-worry .worry-wrap .slick-next {
  right: 8%;
}
.top-worry .slide-dots {
  right: 0;
  left: 0;
  display: flex;
  margin: 10px auto 0;
}
.top-worry .slide-dots li {
  position: relative;
  width: 15px;
  height: 15px;
  background: #ccc;
  margin-right: 8px;
  border-radius: 50%;
  z-index: 1;
}
.top-worry .slide-dots li button {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  color: transparent;
}
.top-worry .slide-dots li.slick-active {
  background: #1e6bcb;
}
.top-worry .slide-dots li:last-child {
  margin-right: 0;
}
.top-worry .c-inner {
  position: relative;
}
.top-worry .c-inner::before, .top-worry .c-inner::after {
  position: absolute;
  bottom: -42px;
  content: " ";
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .top-worry .c-inner::before, .top-worry .c-inner::after {
    bottom: -130px;
  }
}
@media screen and (max-width: 750px) {
  .top-worry .c-inner::before, .top-worry .c-inner::after {
    bottom: -80px;
  }
}
.top-worry .c-inner::before {
  left: 20px;
  width: 134px;
  height: 361px;
  background: url("../img/top/top_worry_img01.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 1199px) {
  .top-worry .c-inner::before {
    left: -40px;
    width: 90px;
  }
}
@media screen and (max-width: 959px) {
  .top-worry .c-inner::before {
    left: 16px;
    width: 58px;
    height: 156px;
  }
}
.top-worry .c-inner::after {
  right: 40px;
  width: 107px;
  height: 333px;
  background: url("../img/top/top_worry_img02.png") no-repeat;
  background-size: 100%;
}
@media (max-width: 1199px) {
  .top-worry .c-inner::after {
    right: -40px;
    width: 70px;
  }
}
@media screen and (max-width: 959px) {
  .top-worry .c-inner::after {
    right: 15px;
    width: 47px;
    height: 144px;
  }
}

/* top-solve
-----------------------------------------------------------------*/
.top-solve {
  padding: 64px 0 113px;
}
@media screen and (max-width: 750px) {
  .top-solve {
    padding: 54px 0 82px;
  }
}
.top-solve .c-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  .top-solve .c-ttl {
    margin-bottom: 18px;
  }
}
.top-solve .c-ttl .en {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-solve .c-ttl .en {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .c-ttl .jp {
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.top-solve .c-inner {
  max-width: 1300px;
}
@media (max-width: 1199px) {
  .top-solve .c-inner {
    width: 98%;
  }
}
.top-solve .solve-message {
  display: flex;
  justify-content: space-between;
  margin-bottom: 113px;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message {
    display: block;
    margin-bottom: 79px;
  }
}
.top-solve .solve-message .img {
  width: 50%;
  margin-left: 50px;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message .img {
    width: 100%;
    text-align: center;
    margin: 0 0 26px 0;
  }
}
.top-solve .solve-message .img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message .img img.tb-over {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message .img img.tb-under {
    display: inline;
  }
}
.top-solve .solve-message .message-detail {
  width: 42.3%;
  padding-top: 2.5%;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message .message-detail {
    width: 100%;
    padding-top: 0;
  }
}
.top-solve .solve-message .message-detail .ttl {
  font: 24px "Noto Serif JP", serif;
  color: #1e6bcb;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message .message-detail .ttl {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-message .message-detail .ttl {
    font-size: 18px;
    text-align: left;
    margin-bottom: 12px;
  }
}
.top-solve .solve-message .message-detail .txt {
  line-height: 2.2;
  letter-spacing: 0;
  margin-bottom: 43px;
}
@media screen and (max-width: 750px) {
  .top-solve .solve-message .message-detail .txt {
    line-height: 2.15;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 959px) {
  .top-solve .solve-message .message-detail .c-btn {
    margin: 0 auto;
  }
}
.top-solve .solve-message .message-detail .c-btn a {
  letter-spacing: -1px;
  padding-left: 42px;
}
@media screen and (max-width: 750px) {
  .top-solve .solve-message .message-detail .c-btn a {
    letter-spacing: 0;
    padding-left: 14px;
  }
}
.top-solve .solve-message .message-detail .c-btn a i {
  margin-left: 36px;
}
@media screen and (max-width: 750px) {
  .top-solve .solve-message .message-detail .c-btn a i {
    margin-left: 8px;
  }
}
.top-solve .solve-advice .advice-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-ttl {
    margin-bottom: 19px;
  }
}
.top-solve .solve-advice .advice-ttl .bubble {
  position: relative;
  width: 820px;
  background: url("../img/top/top_solve_bubble.png") top center no-repeat;
  background-size: 100%;
  font-size: 24px;
  color: #1e6bcb;
  letter-spacing: -1px;
  padding: 7px 37px 35px 124px;
  margin-left: -100px;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-advice .advice-ttl .bubble {
    top: -20px;
    left: 15px;
    width: 600px;
    background: url("../img/top/top_solve_bubble.png") top center no-repeat;
    background-size: 100% 100%;
    font-size: 18px;
    line-height: 1.6;
    padding-left: 100px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-ttl .bubble {
    width: 250px;
    background: url("../img/top/top_solve_bubble_sp.png") top center no-repeat;
    background-size: 100%;
    font-size: 14px;
    line-height: 1.6;
    padding: 12px 0 40px;
  }
}
.top-solve .solve-advice .advice-ttl .bubble::before {
  position: absolute;
  top: -45px;
  left: 31px;
  content: " ";
  width: 100px;
  height: 129px;
  background: url("../img/top/top_solve_advice_ttl.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-advice .advice-ttl .bubble::before {
    left: -10px;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-ttl .bubble::before {
    top: 8px;
    left: -58px;
    width: 60px;
    height: 79px;
  }
}
.top-solve .solve-advice .advice-ttl .ttl {
  font-size: 42px;
  letter-spacing: -1px;
  font-feature-settings: "palt";
  font-weight: 500;
  margin-left: -7px;
  margin-top: -2px;
}
@media (max-width: 1199px) {
  .top-solve .solve-advice .advice-ttl .ttl {
    font-size: 39px;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-ttl .ttl {
    font-size: 22px;
    line-height: 1.6;
  }
}
.top-solve .solve-advice .advice-ttl .ttl span {
  color: #1e6bcb;
}
.top-solve .solve-advice .advice-wrap {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
@media (max-width: 1199px) {
  .top-solve .solve-advice .advice-wrap {
    align-items: center;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap {
    display: block;
  }
}
.top-solve .solve-advice .advice-wrap .img {
  width: 50%;
}
@media (max-width: 1199px) {
  .top-solve .solve-advice .advice-wrap .img {
    width: 45%;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .top-solve .solve-advice .advice-wrap .img {
    width: 40%;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap .img {
    width: 86%;
    margin: 0 auto 40px;
  }
}
.top-solve .solve-advice .advice-wrap .detail {
  width: 53.5%;
}
@media (max-width: 1199px) {
  .top-solve .solve-advice .advice-wrap .detail {
    width: 49%;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap .detail {
    width: 100%;
  }
}
.top-solve .solve-advice .advice-wrap .detail .example {
  display: inline-block;
  color: #fd7138;
  border: 1px solid #fd7138;
  padding: 5px 18px;
  letter-spacing: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap .detail .example {
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 5px 15px;
    margin-bottom: 8px;
  }
}
.top-solve .solve-advice .advice-wrap .detail .ttl {
  font-size: 28px;
  letter-spacing: 0;
  line-height: 1.6;
  font-feature-settings: "palt";
  margin-bottom: 13px;
}
@media screen and (max-width: 959px) {
  .top-solve .solve-advice .advice-wrap .detail .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap .detail .ttl {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.65;
    margin-bottom: 7px;
  }
}
.top-solve .solve-advice .advice-wrap .detail .txt {
  line-height: 2.3;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap .detail .txt {
    line-height: 2.15;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 750px) {
  .top-solve .solve-advice .advice-wrap .detail .c-btn {
    margin: 0 auto;
  }
  .top-solve .solve-advice .advice-wrap .detail .c-btn a {
    padding-left: 12px;
  }
  .top-solve .solve-advice .advice-wrap .detail .c-btn a i {
    margin: 0 0 0 6px;
  }
}

/* top-fee-flow
-----------------------------------------------------------------*/
.top-fee-flow .c-link-item.fee {
  background: url("../img/top/c_link_bg_fee_half.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .top-fee-flow .c-link-item.fee {
    background: url("../img/top/c_link_bg_fee_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}
.top-fee-flow .c-link-item.flow {
  background: url("../img/top/c_link_bg_flow_half.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .top-fee-flow .c-link-item.flow {
    background: url("../img/top/c_link_bg_flow_sp.jpg") top center no-repeat;
    background-size: cover;
  }
}

/* top-column、top-voice
-----------------------------------------------------------------*/
.top-column, .top-voice {
  padding: 73px 0 80px;
}
@media screen and (max-width: 750px) {
  .top-column, .top-voice {
    padding: 73px 0 77px;
  }
}
.top-column .c-ttl, .top-voice .c-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-column .c-ttl, .top-voice .c-ttl {
    margin-bottom: 12px;
  }
}
.top-column .c-ttl .en, .top-voice .c-ttl .en {
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .top-column .c-ttl .en, .top-voice .c-ttl .en {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 750px) {
  .top-column .c-ttl .jp, .top-voice .c-ttl .jp {
    letter-spacing: 0;
  }
}
.top-column .column-txt, .top-column .voice-txt, .top-voice .column-txt, .top-voice .voice-txt {
  text-align: center;
  line-height: 2.3;
  margin-bottom: 48px;
}
@media screen and (max-width: 750px) {
  .top-column .column-txt, .top-column .voice-txt, .top-voice .column-txt, .top-voice .voice-txt {
    line-height: 2.15;
    letter-spacing: 0.5px;
    padding: 0 15px;
    margin-bottom: 24px;
  }
}
.top-column .column-slide .column-article-item .thumb, .top-column .column-slide .voice-article-item .thumb, .top-column .voice-slide .column-article-item .thumb, .top-column .voice-slide .voice-article-item .thumb, .top-voice .column-slide .column-article-item .thumb, .top-voice .column-slide .voice-article-item .thumb, .top-voice .voice-slide .column-article-item .thumb, .top-voice .voice-slide .voice-article-item .thumb {
  height: 247px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .top-column .column-slide .column-article-item .thumb, .top-column .column-slide .voice-article-item .thumb, .top-column .voice-slide .column-article-item .thumb, .top-column .voice-slide .voice-article-item .thumb, .top-voice .column-slide .column-article-item .thumb, .top-voice .column-slide .voice-article-item .thumb, .top-voice .voice-slide .column-article-item .thumb, .top-voice .voice-slide .voice-article-item .thumb {
    height: 265px;
    margin-bottom: 16px;
  }
}
.top-column .column-slide .column-article-item .thumb img, .top-column .column-slide .voice-article-item .thumb img, .top-column .voice-slide .column-article-item .thumb img, .top-column .voice-slide .voice-article-item .thumb img, .top-voice .column-slide .column-article-item .thumb img, .top-voice .column-slide .voice-article-item .thumb img, .top-voice .voice-slide .column-article-item .thumb img, .top-voice .voice-slide .voice-article-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-column .column-slide .column-article-item .dc, .top-column .column-slide .voice-article-item .dc, .top-column .voice-slide .column-article-item .dc, .top-column .voice-slide .voice-article-item .dc, .top-voice .column-slide .column-article-item .dc, .top-voice .column-slide .voice-article-item .dc, .top-voice .voice-slide .column-article-item .dc, .top-voice .voice-slide .voice-article-item .dc {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top-column .column-slide .column-article-item .dc .cat li, .top-column .column-slide .voice-article-item .dc .cat li, .top-column .voice-slide .column-article-item .dc .cat li, .top-column .voice-slide .voice-article-item .dc .cat li, .top-voice .column-slide .column-article-item .dc .cat li, .top-voice .column-slide .voice-article-item .dc .cat li, .top-voice .voice-slide .column-article-item .dc .cat li, .top-voice .voice-slide .voice-article-item .dc .cat li {
  font-size: 14px;
  color: #1e6bcb;
  line-height: 1.7;
  letter-spacing: -1px;
  border: 1px solid #1e6bcb;
  padding: 0 17px;
  margin-right: 6px;
}
@media screen and (max-width: 959px) {
  .top-column .column-slide .column-article-item .dc .cat li, .top-column .column-slide .voice-article-item .dc .cat li, .top-column .voice-slide .column-article-item .dc .cat li, .top-column .voice-slide .voice-article-item .dc .cat li, .top-voice .column-slide .column-article-item .dc .cat li, .top-voice .column-slide .voice-article-item .dc .cat li, .top-voice .voice-slide .column-article-item .dc .cat li, .top-voice .voice-slide .voice-article-item .dc .cat li {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .top-column .column-slide .column-article-item .dc .cat li, .top-column .column-slide .voice-article-item .dc .cat li, .top-column .voice-slide .column-article-item .dc .cat li, .top-column .voice-slide .voice-article-item .dc .cat li, .top-voice .column-slide .column-article-item .dc .cat li, .top-voice .column-slide .voice-article-item .dc .cat li, .top-voice .voice-slide .column-article-item .dc .cat li, .top-voice .voice-slide .voice-article-item .dc .cat li {
    padding: 0 18px;
  }
}
.top-column .column-slide .column-article-item .dc .cat li:last-child, .top-column .column-slide .voice-article-item .dc .cat li:last-child, .top-column .voice-slide .column-article-item .dc .cat li:last-child, .top-column .voice-slide .voice-article-item .dc .cat li:last-child, .top-voice .column-slide .column-article-item .dc .cat li:last-child, .top-voice .column-slide .voice-article-item .dc .cat li:last-child, .top-voice .voice-slide .column-article-item .dc .cat li:last-child, .top-voice .voice-slide .voice-article-item .dc .cat li:last-child {
  margin-right: 0;
}
.top-column .column-slide .column-article-item .dc .date, .top-column .column-slide .voice-article-item .dc .date, .top-column .voice-slide .column-article-item .dc .date, .top-column .voice-slide .voice-article-item .dc .date, .top-voice .column-slide .column-article-item .dc .date, .top-voice .column-slide .voice-article-item .dc .date, .top-voice .voice-slide .column-article-item .dc .date, .top-voice .voice-slide .voice-article-item .dc .date {
  font-family: "Arial", sans-serif;
  color: #666;
}
@media screen and (max-width: 750px) {
  .top-column .column-slide .column-article-item .dc .date, .top-column .column-slide .voice-article-item .dc .date, .top-column .voice-slide .column-article-item .dc .date, .top-column .voice-slide .voice-article-item .dc .date, .top-voice .column-slide .column-article-item .dc .date, .top-voice .column-slide .voice-article-item .dc .date, .top-voice .voice-slide .column-article-item .dc .date, .top-voice .voice-slide .voice-article-item .dc .date {
    font-size: 13.5px;
    letter-spacing: 0.1em;
    margin-right: -5px;
  }
}
.top-column .column-slide .column-article-item .ttl, .top-column .column-slide .voice-article-item .ttl, .top-column .voice-slide .column-article-item .ttl, .top-column .voice-slide .voice-article-item .ttl, .top-voice .column-slide .column-article-item .ttl, .top-voice .column-slide .voice-article-item .ttl, .top-voice .voice-slide .column-article-item .ttl, .top-voice .voice-slide .voice-article-item .ttl {
  font: 20px YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.6;
  letter-spacing: -1px;
}
@media screen and (max-width: 959px) {
  .top-column .column-slide .column-article-item .ttl, .top-column .column-slide .voice-article-item .ttl, .top-column .voice-slide .column-article-item .ttl, .top-column .voice-slide .voice-article-item .ttl, .top-voice .column-slide .column-article-item .ttl, .top-voice .column-slide .voice-article-item .ttl, .top-voice .voice-slide .column-article-item .ttl, .top-voice .voice-slide .voice-article-item .ttl {
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .top-column .column-slide .column-article-item .ttl, .top-column .column-slide .voice-article-item .ttl, .top-column .voice-slide .column-article-item .ttl, .top-column .voice-slide .voice-article-item .ttl, .top-voice .column-slide .column-article-item .ttl, .top-voice .column-slide .voice-article-item .ttl, .top-voice .voice-slide .column-article-item .ttl, .top-voice .voice-slide .voice-article-item .ttl {
    font: 14px "Noto Sans JP", sans-serif;
    font-weight: 300;
    line-height: 1.9;
    letter-spacing: 0.5px;
  }
}
.top-column .c-btn, .top-voice .c-btn {
  margin: 3px auto 0;
}
@media screen and (max-width: 750px) {
  .top-column .c-btn, .top-voice .c-btn {
    margin-top: 26px;
  }
}

/* top-faq
-----------------------------------------------------------------*/
.top-faq .c-link-item.faq {
  background: url("../img/top/c_link_bg_faq.jpg") top center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  .top-faq .c-link-item.faq {
    background: url("../img/top/c_link_bg_faq_sp.jpg") top center no-repeat;
    background-size: cover;
    padding: 19px 17px 18px;
  }
}
@media screen and (max-width: 750px) {
  .top-faq .c-link-item.faq .c-ttl .jp {
    letter-spacing: -2px;
  }
}

/* top-news
-----------------------------------------------------------------*/
.top-news {
  padding: 118px 0 101px;
}
@media screen and (max-width: 750px) {
  .top-news {
    padding: 73px 0 71px;
  }
}
.top-news .c-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-left {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
.top-news .c-inner .news-left .c-ttl {
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-left .c-ttl {
    margin-bottom: 0;
  }
}
.top-news .c-inner .news-left .c-ttl .en {
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .top-news .c-inner .news-left .c-ttl .en {
    margin-bottom: 8px;
  }
}
.top-news .c-inner .news-left .c-ttl .jp {
  font-size: 42px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .top-news .c-inner .news-left .c-ttl .jp {
    font-size: 25px;
  }
}
.top-news .c-inner .news-left .c-btn {
  width: 200px;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-left .c-btn {
    width: 184px;
    margin-top: 6px;
  }
}
.top-news .c-inner .news-left .c-btn a {
  padding: 12px 0 12px 10px;
}
@media screen and (max-width: 750px) {
  .top-news .c-inner .news-left .c-btn a {
    padding: 8px 0 8px 16px;
  }
}
.top-news .c-inner .news-left .c-btn a i {
  margin-left: 10px;
}
.top-news .c-inner .news-right {
  width: 76.6%;
  margin-top: -19px;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-right {
    width: 100%;
    margin-top: 0;
  }
}
.top-news .c-inner .news-right .news-cont {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: url("../img/top/top_news_underline.png") bottom left repeat-x;
  background-size: 100% 1px;
  padding-bottom: 30px;
  margin-bottom: 29px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-right .news-cont {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.top-news .c-inner .news-right .news-cont .dc {
  display: flex;
  align-items: center;
  max-width: 230px;
  width: 100%;
  margin-right: 28px;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-right .news-cont .dc {
    margin: 0 0 9px;
  }
}
.top-news .c-inner .news-right .news-cont .dc .date {
  font-family: "Arial", sans-serif;
  color: #666;
  margin-right: 11px;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-right .news-cont .dc .date {
    font-size: 14px;
    letter-spacing: 0;
    margin-right: 10px;
  }
}
.top-news .c-inner .news-right .news-cont .dc .cat {
  font-size: 14px;
  color: #1e6bcb;
  letter-spacing: 0;
  border: 1px solid #1e6bcb;
  padding: 0 14px;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-right .news-cont .dc .cat {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    padding: 0 16px;
  }
}
.top-news .c-inner .news-right .news-cont .ttl {
  width: calc(100% - 230px - 28px);
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0;
}
@media screen and (max-width: 959px) {
  .top-news .c-inner .news-right .news-cont .ttl {
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 750px) {
  .top-news .c-inner .news-right .news-cont .ttl {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.top-news .c-inner .news-right .news-cont:last-child {
  margin-bottom: 0;
}
.top-news .c-inner .news-right .news-cont a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top-news .c-inner .news-right .news-cont:hover {
  opacity: 0.6;
}

/* top-office
-----------------------------------------------------------------*/
.top-office {
  position: relative;
  padding: 0 0 135px;
}
@media screen and (max-width: 750px) {
  .top-office {
    padding-bottom: 79px;
  }
}
.top-office .c-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 750px) {
  .top-office .c-ttl {
    margin-bottom: 21px;
  }
}
.top-office .c-ttl .en {
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .top-office .c-ttl .en {
    margin-bottom: 6px;
  }
}
.top-office .office-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap {
    display: block;
  }
}
.top-office .office-wrap .top-office-img {
  position: absolute;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .top-office .office-wrap .top-office-img {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .top-office-img {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.top-office .office-wrap .c-inner {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
}
@media (max-width: 1199px) {
  .top-office .office-wrap .c-inner {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner {
    display: block;
  }
}
.top-office .office-wrap .c-inner .top-office-detail {
  max-width: 530px;
  padding-top: 26px;
}
@media (max-width: 1099px) {
  .top-office .office-wrap .c-inner .top-office-detail {
    width: 42%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .top-office .office-wrap .c-inner .top-office-detail {
    width: 44%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail {
    max-width: unset;
    width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
}
.top-office .office-wrap .c-inner .top-office-detail .ttl {
  font-size: 32px;
  color: #1e6bcb;
  font-weight: 400;
  margin-bottom: 28px;
}
@media (max-width: 1099px) {
  .top-office .office-wrap .c-inner .top-office-detail .ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail .ttl {
    font-size: 23px;
    letter-spacing: 0.5px;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table {
  width: 100%;
  border-top: 2px solid #1e6bcb;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 39px;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 28px;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr th, .top-office .office-wrap .c-inner .top-office-detail table tr td {
  border-bottom: 1px solid #dbdbdb;
  padding: 23px 0;
}
@media (max-width: 1099px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr th, .top-office .office-wrap .c-inner .top-office-detail table tr td {
    font-size: 15px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr th, .top-office .office-wrap .c-inner .top-office-detail table tr td {
    padding: 13px 0;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr th {
  width: 140px;
  background: #f2f7fa;
  color: #1e6bcb;
  vertical-align: baseline;
  padding-left: 20px;
}
@media (max-width: 1099px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr th {
    width: 120px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr th {
    width: 92px;
    font-weight: 500;
    padding-left: 16px;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr td {
  letter-spacing: 0;
  padding-left: 30px;
}
@media (max-width: 1099px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td {
    padding-left: 17px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td {
    line-height: 1.5;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn {
  width: 160px;
  margin: 18px 0 8px -3px;
}
@media (max-width: 1099px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn {
    margin: 10px 0 4px 0px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn {
    width: unset;
    text-align: right;
    margin: 5px 4px 0 0;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  font-size: 14px;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  border-radius: 50px;
  padding: 6px 0 6px 14px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn a {
    justify-content: flex-end;
    letter-spacing: 1px;
    border: none;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn a i {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn a i {
    margin-left: 11px;
  }
}
.top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn a:hover {
  background: #1e6bcb;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr td .office-btn a:hover {
    background: #FFF;
    color: #1e6bcb;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr:nth-of-type(2) th, .top-office .office-wrap .c-inner .top-office-detail table tr:nth-of-type(2) td {
    padding: 18px 0 13px 16px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr:nth-of-type(3) th, .top-office .office-wrap .c-inner .top-office-detail table tr:nth-of-type(3) td {
    padding: 14px 0 14px 16px;
  }
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail table tr:nth-of-type(4) th, .top-office .office-wrap .c-inner .top-office-detail table tr:nth-of-type(4) td {
    padding: 15px 0 15px 16px;
  }
}
.top-office .office-wrap .c-inner .top-office-detail .c-btn {
  margin-left: 3px;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail .c-btn {
    margin: 0 auto;
  }
}
.top-office .office-wrap .c-inner .top-office-detail .c-btn a {
  padding-left: 28px;
}
@media screen and (max-width: 750px) {
  .top-office .office-wrap .c-inner .top-office-detail .c-btn a {
    padding-left: 16px;
  }
}
.top-office .office-wrap .c-inner .top-office-detail .c-btn a i {
  margin: 0 0 0 30px;
}

/******************************************************************
 * 解決事例
******************************************************************/
.case {
  font-feature-settings: "palt";
}
.case .post {
  margin: 6.7rem 0 0;
}
.case .post .cat-list {
  display: flex;
  flex-wrap: wrap;
}
.case .post .cat-list li {
  margin-bottom: 8px;
}
.case .post .cat-list a {
  display: block;
  padding: 0.3rem 1.45rem;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  transition: all 0.3s ease;
  background: #fff;
}
.case .post .cat-list a:hover {
  color: #fff;
  background: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .case .post .cat-list a {
    font-size: 1.2rem;
  }
}
.case .post__ttl {
  font: 4.2rem "Noto Serif JP", serif;
  max-width: 97rem;
  margin: auto;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .case .post__ttl {
    width: 100%;
    padding: 0 15px;
  }
}
@media screen and (max-width: 750px) {
  .case .post__ttl {
    font-size: 2rem;
  }
}
.case .post-header {
  display: flex;
  margin: 6.9rem auto 5.9rem;
  max-width: 93.2rem;
}
@media screen and (max-width: 959px) {
  .case .post-header {
    width: 100%;
    padding: 0 15px;
    margin: 3rem auto 5.9rem;
  }
}
@media screen and (max-width: 750px) {
  .case .post-header {
    display: block;
  }
}
.case .post-header__left {
  margin-right: 4.2rem;
}
@media screen and (max-width: 750px) {
  .case .post-header__left {
    margin-right: 0;
  }
}
.case .post-header__thumb {
  text-align: center;
  width: 24rem;
  height: 24rem;
  border-radius: 20rem;
  overflow: hidden;
  margin: 0 auto 1.5rem;
}
.case .post-header__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .case .post-header__left-bottom {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .case .post-header__left-bottom .post-header__age {
    margin-right: 20px;
  }
}
@media screen and (max-width: 750px) {
  .case .post-header__left-bottom.pc {
    display: none;
  }
}
.case .post-header__age,
.case .post-header__job {
  text-align: center;
}
.case .post-header__right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.case .post-header__cat {
  display: flex;
  align-self: stretch;
  align-items: center;
  margin: 0.8rem 0 2.1rem;
}
@media screen and (max-width: 750px) {
  .case .post-header__cat {
    margin-bottom: 0.9rem;
  }
}
.case .metadata {
  color: #666;
  margin-right: 1.8rem;
  margin-bottom: 8px;
  flex: 0 0 90px;
}
@media screen and (max-width: 750px) {
  .case .metadata {
    width: 110px;
    flex: 0 0 110px;
  }
}
.case .post-header__table {
  background: #fff;
  width: 100%;
  max-width: 65rem;
}
.case .post-header__table tr {
  border: 1px solid #d2e2f3;
}
.case .post-header__table th {
  background: #f2f7fa;
  color: #1e6bcb;
  width: 24.5%;
  padding: 2rem 2rem 2rem 2.7rem;
}
@media screen and (max-width: 750px) {
  .case .post-header__table th {
    font-size: 1.2rem;
    padding: 1rem;
    width: 30%;
  }
}
.case .post-header__table td {
  padding: 2rem 2rem 2rem 2.9rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .case .post-header__table td {
    font-size: 1.2rem;
    padding: 1rem;
  }
}
.case .post-result {
  max-width: 104rem;
  margin: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .case .post-result {
    width: 100%;
    padding: 0 15px;
  }
}
.case .post-result__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 3.7rem;
}
.case .post-result__inner .fa-arrow-right {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 2rem;
  color: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .case .post-result__inner .fa-arrow-right {
    font-size: 1.2rem;
  }
}
.case .post-result__box {
  border: 2px solid #dbdbdb;
  position: relative;
  font-size: 2.4rem;
  width: 48.07%;
  text-align: center;
  padding: 1.65rem 0;
}
@media screen and (max-width: 750px) {
  .case .post-result__box {
    font-size: 1.5rem;
  }
}
.case .post-result__box:nth-of-type(2) {
  border: 2px solid #d2e2f3;
  color: #1e6bcb;
}
.case .post-result__box._add {
  margin-top: 4.1rem;
  font-size: 2.8rem;
  color: #fd7138;
  border: 2px solid #fd7138;
  width: 100%;
  padding: 2.1rem 0 2.5rem;
}
@media screen and (max-width: 750px) {
  .case .post-result__box._add {
    font-size: 1.8rem;
  }
}
.case .post-result__box._add .post-result__head {
  position: absolute;
  font-size: 2.4rem;
  left: 50%;
  top: -0.2rem;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 6rem;
}
@media screen and (max-width: 750px) {
  .case .post-result__box._add .post-result__head {
    font-size: 1.4rem;
    padding: 0 0.5rem;
  }
}
.case .post-result__head {
  position: absolute;
  font-size: 1.8rem;
  left: 50%;
  top: -0.2rem;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 0 4.6rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .case .post-result__head {
    font-size: 1.2rem;
    padding: 0 0.5rem;
  }
}
.case .post-more {
  background: #f2f7fa;
  margin: 8rem 0 6.9rem;
  padding: 6.3rem 0 8.1rem;
}
.case .case-head {
  font-size: 36px;
  color: #1e6bcb;
  font-weight: 500;
  text-align: center;
  margin-bottom: 26px;
  letter-spacing: 0.03rem;
}
@media screen and (max-width: 750px) {
  .case .case-head {
    font-size: 22px;
  }
}
.case .case-head .small {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .case .case-head .small {
    font-size: 16px;
  }
}
.case .post-more__table {
  border: 4px solid #1e6bcb;
  width: 100%;
  padding: 1.9rem 0;
}
.case .post-more__table td,
.case .post-more__table th {
  border: 1px solid #d1d1d1;
  text-align: center;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 750px) {
  .case .post-more__table td,
  .case .post-more__table th {
    font-size: 1.5rem;
  }
}
.case .post-more__table td:nth-of-type(1),
.case .post-more__table th:nth-of-type(1) {
  width: 20.2%;
  text-align: left;
  padding-left: 3rem;
}
@media screen and (max-width: 750px) {
  .case .post-more__table td:nth-of-type(1),
  .case .post-more__table th:nth-of-type(1) {
    padding: 1rem;
    width: 36%;
  }
}
.case .post-more__table td:nth-of-type(2),
.case .post-more__table th:nth-of-type(2) {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .case .post-more__table td:nth-of-type(2),
  .case .post-more__table th:nth-of-type(2) {
    width: 32%;
  }
}
.case .post-more__table th {
  background: #1e6bcb;
  color: #fff;
  font-size: 2rem;
  padding: 1.3rem 0 1.7rem;
}
@media screen and (max-width: 750px) {
  .case .post-more__table th {
    font-size: 1.5rem;
    padding: 1rem;
  }
}
.case .post-more__table td {
  font-size: 1.8rem;
  padding: 1.8rem 0;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .case .post-more__table td {
    font-size: 1.3rem;
    padding: 1rem;
  }
}
.case .post-more__table td:nth-of-type(2)::before {
  content: "約";
  margin-right: 3px;
}
.case .post-more__table td:last-of-type {
  font-size: 2.4rem;
  color: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .case .post-more__table td:last-of-type {
    font-size: 1.6rem;
  }
}
.case .post-more__table td:last-of-type::before {
  content: "約";
  font-size: 20px;
  margin-right: 3px;
}
@media screen and (max-width: 750px) {
  .case .post-more__table td:last-of-type::before {
    font-size: 14px;
  }
}
.case .case-yen-1 {
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .case .case-yen-1 {
    font-size: 1.2rem;
  }
}
.case .case-yen-2 {
  font-size: 2rem;
}
@media screen and (max-width: 750px) {
  .case .case-yen-2 {
    font-size: 1.4rem;
  }
}
.case .post-txt {
  margin-bottom: 9.1rem;
}
@media screen and (max-width: 750px) {
  .case .post-txt {
    margin-top: 40px;
  }
}
.case .post-txt .case-head {
  margin: 5.1rem 0 2.8rem;
}
.case .post-txt__contents-ttl {
  font-size: 2.2rem;
  padding: 1.3rem 2.8rem 1.3rem;
  border: 2px solid #e6e6e6;
  border-bottom: 3px solid #1e6bcb;
  background: #fff;
  margin: 0 0 1.8rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .case .post-txt__contents-ttl {
    font-size: 1.8rem;
    padding: 1.3rem 1.5rem 1.3rem;
  }
}
.case .post-txt__contents {
  line-height: 2.3;
  margin-bottom: 4rem;
}
.case .result-content {
  background: #f2f7fa;
  padding: 30px 0 70px;
  margin-bottom: 8.3rem;
}
@media screen and (max-width: 750px) {
  .case .result-content {
    margin-bottom: 4.15rem;
  }
}
@media screen and (max-width: 750px) {
  .case .result-content .result-tab-box.c-inner {
    padding: 0;
  }
}
.case .relation-post .c-ttl {
  margin-bottom: 4.3rem;
}
.case .relation-post .c-ttl .en {
  letter-spacing: 0.25rem;
  margin-bottom: 1rem;
}
.case .relation-post .c-ttl .jp {
  letter-spacing: 0;
}
.case .relation-post .c-btn {
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .case .relation-post .c-btn {
    margin-top: 50px;
  }
}
.case .result-content .result-tab-cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -56px;
}
@media screen and (max-width: 750px) {
  .case .result-content .result-tab-cont {
    margin-right: 0;
  }
}
.case .case-movie iframe {
  width: 100%;
  height: 47.3rem;
  max-width: 100%;
  max-height: 56.3vw;
}
.case .case-movie__inner {
  margin: 3.6rem auto 8.4rem;
  width: 84rem;
  max-width: 100%;
}
@media screen and (max-width: 750px) {
  .case .case-movie__inner {
    margin: 3.6rem auto 3.6rem;
  }
}
.case .post-nav {
  margin-bottom: 12.2rem;
}
@media screen and (max-width: 959px) {
  .case .post-nav {
    margin: 4rem 0;
  }
}
.case .post-nav .c-btn {
  width: 26.8%;
}
@media screen and (max-width: 959px) {
  .case .post-nav .c-btn {
    width: 100%;
  }
}
.case .post-bnr__item {
  padding: 11rem 0 0;
}
@media screen and (max-width: 750px) {
  .case .post-bnr__item {
    padding: 8rem 0 0;
  }
}
.case .post-bnr__item:nth-of-type(1) {
  background: url(../img/case/case-bg01.png) center/cover no-repeat;
}
.case .post-bnr__item:nth-of-type(2) {
  background: url(../img/case/case-bg02.png) center/cover no-repeat;
}
.case .post-bnr__item:nth-of-type(3) {
  background: url(../img/case/case-bg03.png) center/cover no-repeat;
}
.case .post-bnr__item::after {
  width: 85%;
}
.case .post-bnr__item .c-ttl {
  margin-bottom: 3rem;
}
.case .post-bnr__item .c-ttl .en {
  font-size: 2.4rem;
  margin-bottom: 9px;
}
@media screen and (max-width: 750px) {
  .case .post-bnr__item .c-ttl .en {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.case .post-bnr__item .c-ttl .jp {
  font-size: 3.8rem;
}
@media screen and (max-width: 1400px) {
  .case .post-bnr__item .c-ttl .jp {
    font-size: 3rem;
  }
}
@media screen and (max-width: 959px) {
  .case .post-bnr__item .c-ttl .jp {
    font-size: 2.4rem;
  }
}
.case .post-bnr__txt {
  margin: 1.5rem 3rem 3rem;
  font-size: 1.6rem;
}
.case._list .case-contents__inner {
  max-width: 120rem;
  margin: 6.1rem auto 0;
  display: flex;
}
@media screen and (max-width: 959px) {
  .case._list .case-contents__inner {
    display: block;
  }
}
.case._list .post-wrapper {
  flex: 1;
  margin: 0.9rem 0 10rem;
}
.case._list .case__sidebar {
  width: 24rem;
  background: #fff;
  margin-left: 8rem;
}
@media screen and (max-width: 959px) {
  .case._list .case__sidebar {
    width: 100%;
    margin: 0;
  }
}
.case._list .case-contents {
  margin-top: 4rem;
}
.case._list .category-box {
  margin: 0 0 3rem;
}
.case._list .c-ttl .en {
  font-size: 33px;
  margin-bottom: 10px;
  letter-spacing: 0.21rem;
}
@media screen and (max-width: 750px) {
  .case._list .c-ttl .en {
    font-size: 18px;
    letter-spacing: 1px;
  }
}
.case._list .c-ttl .jp {
  letter-spacing: 0.1rem;
}
.case._list .c-ttl .txt {
  font: 2.2rem "Noto Serif JP", serif;
  text-align: center;
  font-weight: 500;
  margin: 1.5rem 1.5rem 0;
  letter-spacing: 0.13rem;
}
@media screen and (max-width: 750px) {
  .case._list .c-ttl .txt {
    font-size: 18px;
  }
}
.case._list .case-top {
  width: 100%;
  max-width: 88.2rem;
  margin: 3.6rem auto 0;
}
@media screen and (max-width: 959px) {
  .case._list .case-top {
    padding: 0 1.5rem;
  }
}
.case._list .search-form {
  background: #fff;
  padding: 2rem 3.1rem;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .case._list .search-form {
    border-radius: 30px;
    padding: 0;
  }
}
.case._list .search-form .form {
  height: 60px;
  background: #f2f7fa;
  border: 2px solid #dde9f7;
  border-radius: 10rem;
  position: relative;
  padding: 4px 115px 0 26px;
}
@media screen and (max-width: 750px) {
  .case._list .search-form .form {
    padding: 0 80px 0 20px;
  }
}
.case._list .search-form input[type=text] {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .case._list .search-form input[type=text] {
    width: 120%;
    margin-left: -10%;
    font-size: 18px;
    transform: scale(0.8);
  }
}
.case._list .search-form input[type=text]::-moz-placeholder {
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
.case._list .search-form input[type=text]::placeholder {
  color: #222;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 750px) {
  .case._list .search-form input[type=text]::-moz-placeholder {
    font-size: 15px;
  }
  .case._list .search-form input[type=text]::placeholder {
    font-size: 15px;
  }
}
.case._list .search-form button {
  position: absolute;
  right: 0;
  top: -2px;
  height: 60px;
  width: 10rem;
  background: #1e6bcb;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .case._list .search-form button {
    width: 70px;
  }
}
.case._list .search-form button i {
  color: #fff;
  font-size: 20px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 750px) {
  .case._list .search-form button i {
    font-size: 15px;
  }
}
.case._list .tab-wrap {
  display: flex;
  justify-content: space-between;
  margin: 2.2rem 0 0;
}
@media screen and (max-width: 959px) {
  .case._list .tab-wrap {
    display: block;
  }
}
.case._list .tab-wrap .result-tab {
  width: 31.7%;
  position: relative;
}
@media screen and (max-width: 959px) {
  .case._list .tab-wrap .result-tab {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.case._list .tab-wrap .result-tab i {
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  pointer-events: none;
  color: #1e6bcb;
  font-size: 1.8rem;
}
.case._list .tab-wrap .result-tab select {
  width: 100%;
  height: 6rem;
  background: #f2f7fa;
  border: 2px solid #d8e7f7;
  border-radius: 0.6rem;
  font-size: 1.6rem;
  padding-left: 1.9rem;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .case._list .tab-wrap .result-tab select {
    padding: 0 1.5rem;
  }
}
.case._list .post-box {
  position: relative;
}
@media screen and (max-width: 750px) {
  .case._list .post-box {
    margin-right: 1.5rem;
  }
}
.case._list .post-box::before {
  content: "";
  width: 100.7%;
  height: 101.6%;
  top: 1rem;
  left: 1rem;
  position: absolute;
  background: #f2f7fa;
  border: 2px solid #d2e2f3;
}
.case._list .post {
  background: #fff;
  border: 2px solid #d2e2f3;
  position: relative;
  margin: 0 0 5rem;
  padding: 3.8rem 15rem 4.2rem 3.8rem;
}
@media screen and (max-width: 750px) {
  .case._list .post {
    padding: 1.5rem 1.5rem 4rem;
  }
}
.case._list .post .cat-list li {
  display: block;
  padding: 0.3rem 1.45rem;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  margin-right: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  transition: all 0.3s ease;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .case._list .post .cat-list li {
    font-size: 1.2rem;
  }
}
.case._list .post-top {
  display: flex;
}
@media screen and (max-width: 750px) {
  .case._list .post-top {
    display: block;
  }
}
.case._list .post-thumb {
  width: 15rem;
  height: 15rem;
  border-radius: 15rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .case._list .post-thumb {
    margin: auto;
  }
  .case._list .post-thumb._left {
    margin: 0;
  }
}
.case._list .post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case._list .post-top-right {
  margin: 0.7rem 0 0 2.8rem;
  flex: 1;
}
@media screen and (max-width: 750px) {
  .case._list .post-top-right {
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .case._list .metadata {
    margin-bottom: 1rem;
  }
}
.case._list .post-top-right__top {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .case._list .post-top-right__top {
    display: block;
  }
}
.case._list .post-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #1e6bcb;
  margin-top: 1.5rem;
  line-height: 1.7;
}
@media screen and (max-width: 750px) {
  .case._list .post-ttl {
    font-size: 1.8rem;
    margin-top: 0.5rem;
  }
}
.case._list .post-result__table-wrapper {
  display: flex;
  margin: 1.6rem 3.3rem 0 0.7rem;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .case._list .post-result__table-wrapper {
    display: block;
    margin: 1.6rem 0 0;
  }
}
.case._list .post-result__table-wrapper .fa-arrow-right {
  color: #1e6bcb;
  font-size: 2.2rem;
}
@media screen and (max-width: 750px) {
  .case._list .post-result__table-wrapper .fa-arrow-right {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
    transform: rotate(90deg);
  }
}
.case._list .post-result__table {
  width: 46.3%;
}
@media screen and (max-width: 750px) {
  .case._list .post-result__table {
    width: 100%;
  }
}
.case._list .post-result__table tr {
  border: 1px solid #dbdbdb;
}
.case._list .post-result__table th {
  background: #fafafa;
  padding: 1rem 2rem;
  width: 53.4%;
}
.case._list .post-result__table td {
  text-align: right;
  padding-right: 1.7rem;
}
.case._list .post-result__table._after tr {
  border: 1px solid #d2e2f3;
}
.case._list .post-result__table._after th {
  background: #f2f7fa;
  color: #1e6bcb;
}
.case._list .post-result__table._after td {
  color: #1e6bcb;
}
.case._list .post-result__empty {
  width: 46.3%;
  border: 1px solid #dbdbdb;
  line-height: 1.7;
  padding: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .case._list .post-result__empty {
    width: 100%;
  }
}
.case._list .post-result__add {
  background: url(../img/case/case-bg04.png) center/cover no-repeat;
  position: absolute;
  width: 20.1rem;
  height: 20.1rem;
  right: -2.7rem;
  bottom: -2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .case._list .post-result__add {
    top: -2rem;
  }
}
.case._list .post-result__add-head {
  color: #fd7138;
  font-size: 1.8rem;
  margin-bottom: 1.1rem;
  margin-top: 0.4rem;
  letter-spacing: 0;
}
.case._list .post-result__add-price {
  color: #fd7138;
  font-size: 3.2rem;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  margin-bottom: 0.4rem;
  letter-spacing: -0.1rem;
}
.case._list .post-result__add-price span {
  font-size: 2.4rem;
  font-weight: normal;
  font-family: "Noto Sans JP", sans-serif;
}
.case._list .post-result__txt {
  font-weight: bold;
  font-size: 2.4rem;
  color: #fd7138;
}

/* 
-----------------------------------------------------------------*/
/******************************************************************
 * 当事務所の特長
******************************************************************/
/* feature-about
-----------------------------------------------------------------*/
.feature-about {
  padding: 44px 0 140px;
}
@media (max-width: 1500px) {
  .feature-about {
    padding: 44px 0 89px;
  }
}
@media screen and (max-width: 750px) {
  .feature-about {
    padding: 54px 0 30px;
  }
}
.feature-about .c-inner {
  max-width: unset;
}
.feature-about .about-intro {
  max-width: 1200px;
  padding-top: 0;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .feature-about .about-intro {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  .feature-about .about-intro {
    width: 100%;
    padding: 0 15px;
  }
}
.feature-about .about-intro .c-ttl {
  margin-bottom: 40px;
}
.feature-about .about-intro .c-ttl .en {
  margin-bottom: 10px;
}
.feature-about .about-intro .c-ttl .jp {
  font-size: 50px;
  letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
  .feature-about .about-intro .c-ttl .jp {
    font-size: 27px;
  }
}
.feature-about .feature-txt {
  line-height: 2.2;
  letter-spacing: 0;
  margin-bottom: 37px;
}
@media screen and (max-width: 750px) {
  .feature-about .feature-txt {
    line-height: 2;
  }
}
.feature-about .about-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1244px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .feature-about .about-wrap {
    display: block;
    padding: 0;
  }
}
.feature-about .about-wrap .item {
  width: 32%;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .feature-about .about-wrap .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.feature-about .about-wrap .item .img {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 750px) {
  .feature-about .about-wrap .item .img {
    margin: 0 20px 0 0;
  }
}
.feature-about .about-wrap .item .img img {
  width: 90px;
  height: 90px;
}
@media screen and (max-width: 750px) {
  .feature-about .about-wrap .item .img img {
    width: 58px;
    height: 54px;
  }
}
.feature-about .about-wrap .item .txt {
  font: 25px "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  line-height: 1.55;
  letter-spacing: 1px;
}
@media (max-width: 1199px) {
  .feature-about .about-wrap .item .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .feature-about .about-wrap .item .txt {
    width: calc(100% - 65px);
    font-size: 17px;
    text-align: left;
  }
}
.feature-about .about-wrap .item .txt span {
  font-size: 40px;
  line-height: 0;
}
@media (max-width: 1199px) {
  .feature-about .about-wrap .item .txt span {
    font-size: 28px;
  }
}

/* feature-result
-----------------------------------------------------------------*/
.feature-result {
  background: #f2f7fa;
  padding: 75px 0 100px;
}
@media screen and (max-width: 750px) {
  .feature-result {
    padding: 50px 0;
  }
}
@media screen and (max-width: 750px) {
  .feature-result .c-inner {
    padding: 0;
  }
}
.feature-result .c-ttl {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .feature-result .c-ttl {
    margin-bottom: 30px;
  }
}
.feature-result .c-ttl .en {
  margin-bottom: 7px;
}
.feature-result .c-ttl .jp {
  letter-spacing: 0.5px;
}
.feature-result .result-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -45px;
}
@media (max-width: 1199px) {
  .feature-result .result-wrap {
    margin-right: -120px;
  }
}
@media screen and (max-width: 750px) {
  .feature-result .result-wrap {
    margin-right: 0;
  }
}
.feature-result .result-wrap .c-result-item {
  max-width: calc(33% - 41px);
}
@media (max-width: 1199px) {
  .feature-result .result-wrap .c-result-item {
    max-width: calc(33% - 52px);
  }
}
.feature-result .c-btn {
  margin: 11px auto 0;
}
@media screen and (max-width: 750px) {
  .feature-result .c-btn {
    margin: 50px auto 0;
  }
}
.feature-result .c-btn a {
  letter-spacing: 0;
  padding-left: 21px;
}
.feature-result .c-btn a i {
  margin: 0 20px 0 8px;
}

/* c-feature-col
-----------------------------------------------------------------*/
.c-feature-col {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .c-feature-col {
    display: block;
  }
}
.c-feature-col .imgwrap {
  position: absolute;
  width: 53%;
}
@media (min-width: 1701px) {
  .c-feature-col .imgwrap {
    width: 900px;
    height: 540px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col .imgwrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-feature-col .imgwrap .imgpos {
  position: relative;
}
.c-feature-col .imgwrap .imgpos img {
  width: 100%;
}
.c-feature-col .imgwrap .imgpos .num {
  position: absolute;
  bottom: -25px;
  left: 22px;
  font: 120px "Lora", serif;
  color: #1e6bcb;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .c-feature-col .imgwrap .imgpos .num {
    right: 8px;
    left: unset;
    font-size: 74px;
  }
}
.c-feature-col .imgwrap .imgpos::before {
  position: absolute;
  bottom: -10px;
  left: 10px;
  content: " ";
  width: 99.5%;
  height: 99.5%;
  border: 2px solid #1e6bcb;
}
@media screen and (max-width: 750px) {
  .c-feature-col .imgwrap .imgpos::before {
    bottom: 2%;
    left: 2%;
    width: 95%;
    height: 94%;
  }
}
.c-feature-col .c-inner {
  display: flex;
  justify-content: flex-end;
  max-width: 1300px;
  width: 100%;
}
@media (max-width: 1299px) {
  .c-feature-col .c-inner {
    width: 97%;
  }
}
@media (max-width: 1199px) {
  .c-feature-col .c-inner {
    max-width: 1200px;
  }
}
.c-feature-col .c-inner .content {
  max-width: 515px;
  padding-left: 0;
}
@media (min-width: 1830px) {
  .c-feature-col .c-inner .content {
    max-width: 50% !important;
  }
}
@media (min-width: 1801px) {
  .c-feature-col .c-inner .content {
    padding-left: 0 !important;
  }
}
@media (min-width: 1701px) {
  .c-feature-col .c-inner .content {
    max-width: 45%;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .c-feature-col .c-inner .content {
    max-width: 450px;
  }
}
@media (max-width: 1049px) {
  .c-feature-col .c-inner .content {
    width: 42%;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col .c-inner .content {
    width: 100%;
    padding-top: 0;
  }
}
.c-feature-col .c-inner .content .num {
  display: inline-block;
  font: 18px "Copperplate", "Cormorant SC", sans-serif;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  padding: 10px 24px;
  margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
  .c-feature-col .c-inner .content .num {
    font-size: 16px;
    padding: 6px 16px;
  }
}
.c-feature-col .c-inner .content .ttl {
  font: 32px "Noto Serif JP", serif;
  color: #1e6bcb;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0 0 20px -1px;
}
@media (max-width: 1199px) {
  .c-feature-col .c-inner .content .ttl {
    font-size: 30px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col .c-inner .content .ttl {
    font-size: 21px;
    line-height: 1.7;
    letter-spacing: 0;
    margin-bottom: 12px;
  }
}
.c-feature-col .c-inner .content .ttl span {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 1199px) {
  .c-feature-col .c-inner .content .ttl span {
    font-size: 42px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col .c-inner .content .ttl span {
    font-size: 36px;
  }
}
.c-feature-col .c-inner .content .txt {
  line-height: 2.3;
  letter-spacing: 0;
}
.c-feature-col.reverse {
  flex-direction: row-reverse;
}
.c-feature-col.reverse .imgpos .num {
  left: 5px;
}
@media screen and (max-width: 750px) {
  .c-feature-col.reverse .imgpos .num {
    left: unset;
  }
}
.c-feature-col.reverse .imgpos::before {
  bottom: -12px;
  left: -10px;
}
@media screen and (max-width: 750px) {
  .c-feature-col.reverse .imgpos::before {
    bottom: 2%;
    left: 2%;
  }
}
.c-feature-col.reverse .c-inner {
  justify-content: flex-start;
}
.c-feature-col.reverse .c-inner .content {
  padding-left: 26px;
}
@media (min-width: 1701px) {
  .c-feature-col.reverse .c-inner .content {
    padding-right: 40px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col.reverse .c-inner .content {
    padding-left: 0;
  }
}
.c-feature-col.reverse .c-inner .content .num {
  margin-bottom: 18px;
}
.c-feature-col.feature01 {
  margin-bottom: 180px;
}
@media (max-width: 1500px) {
  .c-feature-col.feature01 {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col.feature01 {
    margin-bottom: 60px;
  }
}
.c-feature-col.feature02 {
  margin: 200px 0 230px;
}
@media (max-width: 1500px) {
  .c-feature-col.feature02 {
    margin: 111px 0 180px;
  }
}
@media (max-width: 1199px) {
  .c-feature-col.feature02 {
    margin: 70px 0 95px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col.feature02 {
    margin: 0 0 50px;
  }
}
.c-feature-col.feature03 {
  margin: 163px 0 260px;
}
@media (max-width: 1199px) {
  .c-feature-col.feature03 {
    margin: 100px 0 130px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col.feature03 {
    margin: 50px 0;
  }
}
.c-feature-col.feature04 {
  margin-bottom: 287px;
}
@media (max-width: 1199px) {
  .c-feature-col.feature04 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col.feature04 {
    margin-bottom: 50px;
  }
}
.c-feature-col.feature05 {
  margin-bottom: 146px;
}
@media screen and (max-width: 750px) {
  .c-feature-col.feature05 {
    margin-bottom: 50px;
  }
}
.c-feature-col.feature06 {
  margin: 187px 0 200px;
}
@media (max-width: 1500px) {
  .c-feature-col.feature06 {
    margin: 187px 0 149px;
  }
}
@media (max-width: 1199px) {
  .c-feature-col.feature06 {
    margin: 100px 0;
  }
}
@media screen and (max-width: 750px) {
  .c-feature-col.feature06 {
    margin: 50px 0;
  }
}

/* .c-bnr office 調整
-----------------------------------------------------------------*/
.feature .c-bnr.office {
  margin-bottom: 110px;
}
@media screen and (max-width: 750px) {
  .feature .c-bnr.office {
    margin-bottom: 50px;
  }
}

/******************************************************************
 * 事務所紹介
******************************************************************/
/* about-intro
-----------------------------------------------------------------*/
.about-intro {
  position: relative;
  padding: 54px 0 0;
}
@media screen and (max-width: 750px) {
  .about-intro {
    padding-bottom: 50px;
  }
}
.about-intro .c-ttl {
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .about-intro .c-ttl {
    margin-bottom: 21px;
  }
}
.about-intro .c-ttl .en {
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .about-intro .c-ttl .en {
    margin-bottom: 6px;
  }
}
.about-intro .c-ttl .jp {
  letter-spacing: 1px;
}
@media screen and (max-width: 750px) {
  .about-intro .c-ttl .jp {
    letter-spacing: 0;
  }
}
.about-intro .office-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .about-intro .office-wrap {
    display: block;
    margin-bottom: 40px;
  }
}
.about-intro .office-wrap .office-slider-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 850px;
  max-height: 800px;
}
@media screen and (max-width: 959px) {
  .about-intro .office-wrap .office-slider-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
.about-intro .office-wrap .office-slider-wrap .top-office-img {
  width: 100%;
  max-height: 650px;
}
@media screen and (max-width: 959px) {
  .about-intro .office-wrap .office-slider-wrap .img {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .office-slider-wrap .img {
    width: 100%;
  }
}
.about-intro .office-wrap .c-inner {
  display: flex;
  justify-content: flex-end;
  width: 1200px;
}
@media (max-width: 1199px) {
  .about-intro .office-wrap .c-inner {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .about-intro .office-wrap .c-inner {
    display: block;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail {
  max-width: 530px;
  padding-top: 44px;
}
@media (min-width: 2001px) {
  .about-intro .office-wrap .c-inner .top-office-detail {
    max-width: 640px;
  }
}
@media (min-width: 1859px) {
  .about-intro .office-wrap .c-inner .top-office-detail {
    max-width: 580px;
  }
}
@media (max-width: 1099px) {
  .about-intro .office-wrap .c-inner .top-office-detail {
    width: 42%;
    margin-right: 40px;
  }
}
@media screen and (max-width: 959px) {
  .about-intro .office-wrap .c-inner .top-office-detail {
    max-width: unset;
    width: 100%;
    padding: 0 40px;
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail {
    padding: 0;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail .logo {
  width: 263px;
  margin-bottom: 8px;
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail .logo {
    width: 180px;
    margin-bottom: 10px;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail .ttl {
  font-size: 32px;
  color: #1e6bcb;
  font-weight: 500;
  margin-bottom: 28px;
}
@media (max-width: 1099px) {
  .about-intro .office-wrap .c-inner .top-office-detail .ttl {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail .ttl {
    font-size: 23px;
    letter-spacing: 0.5px;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table {
  width: 100%;
  border-top: 2px solid #1e6bcb;
  border-bottom: 2px solid #dbdbdb;
  margin-bottom: 39px;
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 28px;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr th, .about-intro .office-wrap .c-inner .top-office-detail table tr td {
  border-bottom: 1px solid #dbdbdb;
  padding: 23px 0;
}
@media (max-width: 1099px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr th, .about-intro .office-wrap .c-inner .top-office-detail table tr td {
    font-size: 15px;
    padding: 16px 0;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr th, .about-intro .office-wrap .c-inner .top-office-detail table tr td {
    font-size: 14px;
    padding: 13px 0;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr th {
  width: 140px;
  background: #f2f7fa;
  color: #1e6bcb;
  vertical-align: baseline;
  padding-left: 20px;
}
@media (max-width: 1099px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr th {
    width: 120px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr th {
    width: 92px;
    font-weight: 500;
    padding-left: 10px;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr td {
  letter-spacing: 0;
  padding-left: 30px;
}
@media (max-width: 1099px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td {
    padding-left: 17px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td {
    line-height: 1.5;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn {
  width: 160px;
  margin: 18px 0 8px -3px;
}
@media (max-width: 1099px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn {
    margin: 10px 0 4px 0px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn {
    width: unset;
    text-align: right;
    margin: 5px 4px 0 0;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF;
  font-size: 14px;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  border-radius: 50px;
  padding: 6px 0 6px 14px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn a {
    justify-content: flex-end;
    letter-spacing: 1px;
    border: none;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn a i {
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn a i {
    margin-left: 11px;
  }
}
.about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn a:hover {
  background: #1e6bcb;
  color: #FFF;
}
@media screen and (max-width: 750px) {
  .about-intro .office-wrap .c-inner .top-office-detail table tr td .office-btn a:hover {
    background: #FFF;
    color: #1e6bcb;
  }
}
.about-intro .intro-idea {
  background: url("../img/top/top_reason_bg.jpg") top center no-repeat;
  background-size: 100%;
  padding-top: 122px;
  margin-top: 130px;
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea {
    background: url("../img/top/top_reason_bg_sp.jpg") top center no-repeat;
    background-size: 100%;
    padding-top: 60px;
    margin-top: 60px;
  }
}
.about-intro .intro-idea .reason-wrap {
  display: flex;
  max-width: 1540px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap {
    display: block;
    width: 100%;
  }
}
.about-intro .intro-idea .reason-wrap .reason-img {
  position: relative;
  width: 500px;
  height: 450px;
  margin-right: 82px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap .reason-img {
    width: 30%;
    height: auto;
    margin-right: 50px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea .reason-wrap .reason-img {
    width: 34%;
    margin-right: 20px;
  }
}
@media (max-width: 414px) {
  .about-intro .intro-idea .reason-wrap .reason-img {
    width: 43%;
    margin-right: 0;
  }
}
.about-intro .intro-idea .reason-wrap .reason-img img {
  width: 100%;
}
.about-intro .intro-idea .reason-wrap .reason-img::after {
  position: absolute;
  bottom: -32px;
  right: -30px;
  content: " ";
  width: 500px;
  height: 450px;
  border: 2px solid #f2f7fa;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap .reason-img::after {
    content: none;
  }
}
@media (max-width: 1199px) {
  .about-intro .intro-idea .reason-wrap .reason-desc {
    padding-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap .reason-desc {
    padding-left: 0;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea .reason-wrap .reason-desc {
    padding-left: 15px;
  }
}
.about-intro .intro-idea .reason-wrap .reason-desc .txtbox {
  padding-right: 50px;
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap .reason-desc .txtbox {
    padding-right: 0;
  }
}
.about-intro .intro-idea .reason-wrap .reason-desc .txtbox p {
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap .reason-desc .txtbox p {
    width: 80%;
    font-size: 14px;
    line-height: 2.18;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea .reason-wrap .reason-desc .txtbox p {
    width: 100%;
    margin-bottom: 10px;
  }
}
.about-intro .intro-idea .reason-wrap .reason-ttl {
  padding-top: 23px;
  margin-bottom: 28px;
}
.about-intro .intro-idea .reason-wrap .reason-ttl.sp {
  width: 54.5%;
  padding-top: 0;
  margin: -9px 0 0;
}
.about-intro .intro-idea .reason-wrap .reason-ttl .sub {
  font: 28px "Noto Serif JP", serif;
  color: #1e6bcb;
  font-weight: 500;
  margin-bottom: 6px;
}
@media (max-width: 1219px) {
  .about-intro .intro-idea .reason-wrap .reason-ttl .sub {
    font-size: 24px;
  }
}
@media (max-width: 1099px) {
  .about-intro .intro-idea .reason-wrap .reason-ttl .sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea .reason-wrap .reason-ttl .sub {
    font-size: 17px;
    letter-spacing: 0;
    margin-bottom: 9px;
  }
}
.about-intro .intro-idea .reason-wrap .reason-ttl .ttl {
  font: 54px "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: -2px;
  margin-left: -6px;
}
@media (max-width: 1219px) {
  .about-intro .intro-idea .reason-wrap .reason-ttl .ttl {
    font-size: 38px;
    letter-spacing: -1px;
  }
}
@media (max-width: 1099px) {
  .about-intro .intro-idea .reason-wrap .reason-ttl .ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea .reason-wrap .reason-ttl .ttl {
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: -1.5px;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .about-intro .intro-idea .reason-wrap .reason-intro-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 0 15px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .about-intro .intro-idea .reason-wrap .reason-intro-wrap {
    padding: 0 15px;
  }
}
@media (max-width: 414px) {
  .about-intro .intro-idea .reason-wrap .reason-intro-wrap {
    justify-content: space-between;
  }
}

/* スライダー
-----------------------------------------------------------------*/
.office-wrap #aboutslider {
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .office-wrap #aboutslider .img .pc {
    display: none;
  }
}
@media (min-width: 768px) {
  .office-wrap #aboutslider .img .sp {
    display: none;
  }
}
.office-wrap #aboutslider .img img {
  width: 100%;
}
.office-wrap #thumbnail {
  display: flex;
  justify-content: flex-end;
  height: 148px;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .office-wrap #thumbnail {
    height: 130px;
  }
}
@media (max-width: 999px) {
  .office-wrap #thumbnail {
    justify-content: space-around;
    width: 67%;
    margin: 10px auto;
  }
}
@media (max-width: 768px) {
  .office-wrap #thumbnail {
    width: 90%;
    height: 126px;
  }
}
@media (max-width: 729px) {
  .office-wrap #thumbnail {
    height: 108px;
  }
}
@media (max-width: 590px) {
  .office-wrap #thumbnail {
    height: 90px;
  }
}
@media (max-width: 499px) {
  .office-wrap #thumbnail {
    height: 78px;
  }
}
@media (max-width: 414px) {
  .office-wrap #thumbnail {
    width: 96%;
    margin: 10px auto 0;
  }
}
.office-wrap #thumbnail li {
  position: relative;
  width: 194px;
  margin-left: 10px;
  cursor: pointer;
}
.office-wrap #thumbnail li img {
  width: 100%;
  height: 100%;
}
.office-wrap #thumbnail li.current::after {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 2px solid #1e6bcb;
}
.office-wrap #thumbnail li:nth-of-type(1) {
  margin-left: 0;
}

/* about-access
-----------------------------------------------------------------*/
.about-access {
  padding: 90px 0 100px;
}
@media screen and (max-width: 750px) {
  .about-access {
    padding: 0 0 40px;
  }
}
.about-access .c-ttl {
  margin-bottom: 56px;
}
@media screen and (max-width: 959px) {
  .about-access .c-ttl {
    margin-bottom: 30px;
  }
}
.about-access .c-ttl .en {
  margin-bottom: 9px;
}
.about-access iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 65px;
}
@media screen and (max-width: 959px) {
  .about-access iframe {
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  .about-access iframe {
    height: 250px;
  }
}
.about-access .access-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .about-access .access-wrap {
    width: 96%;
  }
}
@media screen and (max-width: 959px) {
  .about-access .access-wrap {
    display: block;
  }
}
.about-access .access-wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32.3%;
  border: 2px solid #d3e3f3;
  padding: 24px 0;
}
@media screen and (max-width: 959px) {
  .about-access .access-wrap .item {
    width: 60%;
    padding: 28px 0;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item {
    width: 100%;
  }
}
.about-access .access-wrap .item .ttl {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.about-access .access-wrap .item .ttl span {
  background: #FFF;
  font-size: 18px;
  color: #1e6bcb;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item .ttl span {
    font-size: 16px;
  }
}
.about-access .access-wrap .item .txt {
  max-width: 337px;
  margin: auto;
}
@media (max-width: 1199px) {
  .about-access .access-wrap .item .txt {
    font-size: 15px;
  }
}
.about-access .access-wrap .item .txt.adjust {
  width: 100%;
  margin-bottom: 7px;
}
@media (max-width: 1199px) {
  .about-access .access-wrap .item .txt.adjust {
    width: 86%;
    margin-top: unset;
    margin-bottom: unset;
  }
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item .txt.adjust {
    width: 80%;
  }
}
.about-access .access-wrap .item .txt a {
  color: #1e6bcb;
  text-decoration: underline;
}
.about-access .access-wrap .item ul {
  max-width: 337px;
  margin: auto;
}
.about-access .access-wrap .item ul li {
  position: relative;
  font-size: 15px;
  letter-spacing: 0.5px;
  padding-left: 12px;
}
@media (max-width: 1199px) {
  .about-access .access-wrap .item ul li {
    font-size: 13px;
  }
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item ul li {
    padding-left: 6px;
  }
}
.about-access .access-wrap .item ul li span {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .about-access .access-wrap .item ul li span {
    font-size: 15px;
  }
}
.about-access .access-wrap .item ul li:before {
  position: absolute;
  top: -4px;
  left: -15px;
  content: "・";
  font-size: 20px;
  color: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item ul li:before {
    top: -4px;
    left: 0;
    font-size: 18px;
  }
}
.about-access .access-wrap .item:nth-of-type(2) ul li {
  padding-left: 4px;
  margin-bottom: 6px;
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item:nth-of-type(2) ul li {
    padding-left: 20px;
    margin-bottom: 0;
  }
}
.about-access .access-wrap .item:nth-of-type(2) ul li:last-child {
  margin-bottom: 0;
}
.about-access .access-wrap .item:nth-of-type(3) ul li {
  line-height: 2.1;
  margin-bottom: 7px;
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item:nth-of-type(3) ul li {
    line-height: 1.8;
    padding-left: 16px;
  }
}
.about-access .access-wrap .item:nth-of-type(3) ul li:before {
  top: -7px;
  left: -15px;
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .about-access .access-wrap .item:nth-of-type(3) ul li:before {
    top: -4px;
    left: 0;
    font-size: 18px;
  }
}
.about-access .access-wrap .item:nth-of-type(3) ul li:last-child {
  margin-bottom: 0;
}
.about-access .access-car {
  max-width: 960px;
  display: flex;
  justify-content: space-between;
  padding-top: 80px;
}
@media screen and (max-width: 750px) {
  .about-access .access-car {
    width: 100%;
    display: block;
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
.about-access .access-car .img {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .about-access .access-car .img {
    width: 100%;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 750px) {
  .about-access .access-car .img.pc-show {
    display: none;
  }
}
@media (min-width: 751px) {
  .about-access .access-car .img.sp-show {
    display: none;
  }
}
.about-access .access-car .desc {
  width: 49%;
}
@media screen and (max-width: 750px) {
  .about-access .access-car .desc {
    width: 100%;
  }
}
.about-access .access-car .desc .car-ttl {
  font-size: 24px;
  color: #1e6bcb;
  font-weight: bold;
  border-top: 2px solid #1e6bcb;
  border-bottom: 2px solid #1e6bcb;
  padding: 4px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .about-access .access-car .desc .car-ttl {
    font-size: 18px;
  }
}
.about-access .access-car .desc .car-txt {
  margin-bottom: 20px;
}
.about-access .access-car .desc .c-btn {
  width: 220px;
  margin-bottom: 20px;
}
.about-access .access-car .desc .c-btn a {
  font-size: 16px;
  padding: 6px 0;
}
.about-access .access-car .desc .car-list .item {
  margin-bottom: 20px;
}
.about-access .access-car .desc .car-list .item .ttl {
  color: #1e6bcb;
  font-weight: bold;
}
.about-access .access-car .desc .car-list .item .ttl::before {
  content: "●";
}
.about-access .access-car .desc .car-list .item:last-child {
  margin-bottom: 0;
}
.about-access .access-parking {
  max-width: 960px;
  padding-top: 100px;
}
@media screen and (max-width: 750px) {
  .about-access .access-parking {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.about-access .access-parking .parking-ttl {
  font-size: 24px;
  color: #1e6bcb;
  font-weight: bold;
  border: 2px solid #1e6bcb;
  border-left: 12px solid #1e6bcb;
  padding: 5px 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .about-access .access-parking .parking-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about-access .access-parking .parking-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .about-access .access-parking .parking-wrap {
    display: block;
  }
}
.about-access .access-parking .parking-wrap .img {
  width: 47%;
}
@media screen and (max-width: 750px) {
  .about-access .access-parking .parking-wrap .img {
    width: 100%;
    margin-bottom: 14px;
  }
}
.about-access .access-parking .parking-wrap .txt {
  width: 49%;
}
@media screen and (max-width: 750px) {
  .about-access .access-parking .parking-wrap .txt {
    width: 100%;
  }
}

/* access-links
-----------------------------------------------------------------*/
.access-links {
  background: #f2f7fa;
  padding: 43px 0 60px;
}
@media screen and (max-width: 750px) {
  .access-links {
    padding: 40px 0;
  }
}
.access-links .ttl {
  font-size: 36px;
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .access-links .ttl {
    font-size: 22px;
  }
}
.access-links .link-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  .access-links .link-list {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) {
  .access-links .link-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -40px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .access-links .link-list {
    margin: 0 -10px 0 0;
  }
}
.access-links .link-list li {
  width: 276px;
  height: 95px;
  margin-left: 33px;
}
@media (max-width: 1099px) {
  .access-links .link-list li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 959px) {
  .access-links .link-list li {
    width: 47%;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 750px) {
  .access-links .link-list li {
    height: 70px;
  }
}
.access-links .link-list li:first-child {
  margin-left: 0;
}
.access-links .link-list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #FFF;
  font-size: 18px;
  line-height: 1.5;
  border: 2px solid #e6e6e7;
  padding-left: 30px;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .access-links .link-list li a {
    font-size: 16px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 750px) {
  .access-links .link-list li a {
    font-size: 13px;
    line-height: 1.6;
    padding-left: 10px;
  }
}
.access-links .link-list li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  content: "\f061";
  display: flex;
  align-items: center;
  font: 18px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .access-links .link-list li a::after {
    right: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 750px) {
  .access-links .link-list li a::after {
    right: 6px;
    font-size: 14px;
  }
}
.access-links .link-list li a:hover {
  background: #1e6bcb;
  border: 2px solid #1e6bcb;
  color: #FFF;
}
.access-links .link-list li a:hover::after {
  color: #FFF;
}
.access-links .link-list:last-child {
  margin-bottom: 0;
}

/******************************************************************
 * 弁護士紹介
******************************************************************/
.lawyer {
  font-feature-settings: "palt";
}
.lawyer .post {
  margin: 3rem 0 0;
}
.lawyer .post-header {
  display: flex;
  min-height: 600px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .lawyer .post-header {
    display: block;
    min-height: unset;
  }
}
.lawyer .post-header__right {
  flex: 1;
  margin-top: 5.2rem;
}
.lawyer .post-header__right-top {
  display: flex;
}
.lawyer .post-header__img {
  width: 45rem;
  height: 45rem;
  margin-right: 6.8rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .lawyer .post-header__img {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .lawyer .post-header__img {
    width: 100%;
    height: auto;
  }
}
.lawyer .post-header__img img {
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
.lawyer .post-header__img::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: calc(100% - 0.4rem);
  top: 2rem;
  left: 1.6rem;
  border: 2px solid #edf7fa;
}
@media screen and (max-width: 750px) {
  .lawyer .post-header__img::before {
    display: none;
  }
}
.lawyer .post-association {
  color: #fff;
  background: #2c75ce;
  padding: 0.1rem 2rem;
  letter-spacing: 0;
  margin-right: 1.7rem;
}
.lawyer .post-position {
  color: #666;
}
.lawyer .post-name {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", sans-serif;
  margin-top: 0.6rem;
  letter-spacing: 0.12rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .lawyer .post-name {
    font-size: 2.4rem;
  }
}
.lawyer .post-message {
  border: 2px solid #2c75ce;
  margin-top: 1.8rem;
  padding: 2.6rem 3.8rem 3rem 3.9rem;
  letter-spacing: 0.12rem;
  line-height: 2.3;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lawyer .post-message {
    padding: 2rem 1.5rem;
  }
}
.lawyer .post-message::before {
  content: "affiliation";
  top: 8px;
  right: 2.6rem;
  color: #1e6bcb;
  font-size: 4rem;
  position: absolute;
  display: block;
  font-family: "Copperplate", "Cormorant SC", sans-serif;
  transform: translateY(-100%);
  line-height: 1;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post-message::before {
    top: 5px;
    right: 0;
    font-size: 3rem;
  }
}
.lawyer .post-thought {
  margin: 6.5rem auto 0;
}
.lawyer .post-thought__head {
  font-size: 2.2rem;
  padding: 1.3rem 2.8rem 1.3rem;
  border: 2px solid #e6e6e6;
  border-bottom: 3px solid #1e6bcb;
  background: #fff;
  margin: 2.7rem 0 1.8rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post-thought__head {
    font-size: 1.8rem;
    padding: 1.3rem 1.5rem 1.3rem;
  }
}
.lawyer .post__ttl {
  color: #1e6bcb;
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.18rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post__ttl {
    font-size: 2.4rem;
  }
}
.lawyer .post-thought__more {
  line-height: 2.3;
  letter-spacing: 0.11rem;
}
.lawyer .post-career {
  background: #f2f7fa;
  margin-top: 6.3rem;
  padding: 4.5rem 0 6.8rem;
}
.lawyer .post-career__list {
  margin: 1.2rem 0;
}
.lawyer .post-career__item {
  display: flex;
  border-bottom: 1px solid #dbdbdb;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .lawyer .post-career__item {
    align-items: flex-start;
  }
}
.lawyer .post-career__year {
  width: 15rem;
  height: 15rem;
  background: #1e6bcb;
  border-radius: 8rem;
  margin: 4rem 0;
  font: 4.2rem "Copperplate", "Cormorant SC", sans-serif;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1.1;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post-career__year {
    width: 11rem;
    height: 11rem;
    margin: 2rem auto;
    font-size: 2.4rem;
  }
}
.lawyer .post-career__year span {
  font: 1.6rem "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .lawyer .post-career__year span {
    font-size: 1.5rem;
  }
}
.lawyer .post-career__inner-list {
  flex: 1;
  margin: 2.9rem 0 3.1rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post-career__inner-list {
    margin-left: 2rem;
  }
}
.lawyer .post-career__inner-item {
  display: flex;
  margin-bottom: 1.3rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post-career__inner-item {
    display: block;
  }
}
.lawyer .post-career__inner-item:last-of-type {
  margin: 0;
}
.lawyer .post-career__month {
  font-size: 2rem;
  font-weight: bold;
  color: #1e6bcb;
  font-family: "Noto Serif JP", serif;
  width: 10%;
  margin-right: 3.4%;
  text-align: right;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 750px) {
  .lawyer .post-career__month {
    font-size: 1.6rem;
    width: auto;
    text-align: left;
    white-space: nowrap;
  }
}
.lawyer .post-career__more {
  flex: 1;
  line-height: 2.3;
  letter-spacing: 0.11rem;
}
.lawyer .post-nav .c-btn {
  margin: auto;
  width: 320px;
}
.lawyer .post-nav {
  margin: 4.6rem auto 10rem;
}
.lawyer .post-nav a {
  padding: 17px 0 17px 0px;
}
.lawyer .post-nav a i {
  font-size: 18px;
  margin-right: 17px;
}
.lawyer._list .lawyer-contents {
  margin-top: 5rem;
}
.lawyer._list .c-ttl._top .en {
  font-size: 3.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .lawyer._list .c-ttl._top .en {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
}
.lawyer._list .c-ttl .jp {
  letter-spacing: 1.1px;
}
.lawyer._list .lawyer-head {
  margin: 2.6rem 0 5.3rem;
  line-height: 2.3;
  letter-spacing: 0.124rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .lawyer._list .lawyer-head {
    text-align: left;
  }
}
.lawyer._list .post__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -6.5rem;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post__wrapper {
    margin-right: 0;
  }
}
.lawyer._list .post {
  width: 35rem;
  margin: 0 6.5rem 4.9rem 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post {
    margin-right: 2.1rem;
    width: 100%;
  }
}
.lawyer._list .post::after {
  content: "";
  position: absolute;
  background: #f2f7fa;
  border: 2px solid #d2e2f3;
  width: 102%;
  height: 101%;
  top: 1rem;
  left: 1rem;
}
.lawyer._list .post-inner {
  position: relative;
  background: #fff;
  border: 2px solid #d2e2f3;
  z-index: 1;
  padding: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-inner {
    padding: 3rem;
  }
}
.lawyer._list .post-thumb {
  width: 22.3rem;
  height: 22.3rem;
  border-radius: 30rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-thumb {
    width: 18rem;
    height: 18rem;
  }
}
.lawyer._list .post-thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.5) translateY(11%);
}
.lawyer._list .post-association {
  color: #1e6bcb;
  background: #fff;
  border: 1px solid #1e6bcb;
  padding: 0 1.7rem;
  line-height: 1.72;
  letter-spacing: 0;
  font-size: 1.4rem;
  margin: 2.5rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-association {
    font-size: 1.2rem;
    margin: 2.1rem 0 0.8rem;
  }
}
.lawyer._list .post-ttl {
  color: #1e6bcb;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-ttl {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }
}
.lawyer._list .post .c-btn {
  width: 16rem;
}
.lawyer._list .post .c-btn a {
  background: #fff;
  font-size: 14px;
  font-weight: normal;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  border-radius: 50px;
  padding: 6px 0 6px 16px;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post .c-btn a {
    font-size: 1.2rem;
  }
}
.lawyer._list .post .c-btn a:hover {
  color: #fff;
  background: #1e6bcb;
}
.lawyer._list .post .c-btn a i.fa-arrow-right {
  font-size: 16px;
  margin-left: 5px;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post .c-btn a i.fa-arrow-right {
    font-size: 1.5rem;
  }
}
.lawyer._list .post-bnr__item {
  padding: 9.6rem 0 0;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-bnr__item {
    padding: 4rem 0 0;
  }
}
.lawyer._list .post-bnr__item--no-txt {
  padding: 11rem 0 0;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-bnr__item--no-txt {
    padding: 8rem 0 0;
  }
}
.lawyer._list .post-bnr__item:nth-of-type(1) {
  background: url(../img/lawyer/lawyer-bg03.png) center/cover no-repeat;
}
.lawyer._list .post-bnr__item:nth-of-type(2) {
  background: url(../img/lawyer/lawyer-bg04.png) center/cover no-repeat;
}
.lawyer._list .post-bnr__item .c-ttl .en {
  font-size: 2.4rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-bnr__item .c-ttl .en {
    font-size: 1.8rem;
  }
}
.lawyer._list .post-bnr__item .c-ttl .jp {
  font-size: 3.8rem;
}
@media screen and (max-width: 750px) {
  .lawyer._list .post-bnr__item .c-ttl .jp {
    font-size: 2.4rem;
  }
}
.lawyer._list .post-bnr__item .post-bnr__txt {
  margin: 1.6rem 3rem 2.9rem;
  font-size: 1.6rem;
}
.lawyer._list .post-bnr__item--no-txt .c-ttl {
  margin-bottom: 2.9rem;
}

.post-bnr {
  display: flex;
}
@media screen and (max-width: 750px) {
  .post-bnr {
    display: block;
  }
}

.post-bnr__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 40rem;
  position: relative;
  padding: 8.1rem 0 0;
}
@media screen and (max-width: 750px) {
  .post-bnr__item {
    height: 30rem;
    padding: 4rem 0 0;
  }
}
.post-bnr__item:nth-of-type(1) {
  background: url(../img/lawyer/lawyer-bg01.png) center/cover no-repeat;
}
.post-bnr__item:nth-of-type(2) {
  background: url(../img/lawyer/lawyer-bg02.png) center/cover no-repeat;
}
.post-bnr__item::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 79%;
  border: 2px solid #1e6bcb;
  top: 10%;
  pointer-events: none;
}
.post-bnr__item .c-ttl .en {
  margin-bottom: 8px;
}
.post-bnr__item .c-ttl .jp {
  font-size: 4.2rem;
  letter-spacing: -2px;
}
@media screen and (max-width: 750px) {
  .post-bnr__item .c-ttl .jp {
    font-size: 2.4rem;
  }
}
.post-bnr__item .c-btn {
  max-width: 25rem;
}
.post-bnr__item .c-btn a {
  padding: 17px 0 17px 27px;
}
@media screen and (max-width: 750px) {
  .post-bnr__item .c-btn a {
    padding: 11px 0 11px 11px;
  }
}

.post-bnr__txt {
  margin: 1.9rem 3rem 2.7rem;
  font-size: 1.8rem;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 750px) {
  .post-bnr__txt {
    font-size: 1.6rem;
  }
}

/* 
-----------------------------------------------------------------*/
/******************************************************************
 * 弁護士費用ページ
******************************************************************/
/* fee-intro
-----------------------------------------------------------------*/
.fee-intro {
  padding: 54px 0 103px;
}
@media screen and (max-width: 750px) {
  .fee-intro {
    padding: 40px 0 70px;
  }
}
.fee-intro .c-ttl {
  text-align: center;
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  .fee-intro .c-ttl {
    margin-bottom: 20px;
  }
}
.fee-intro .c-ttl .en {
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .fee-intro .c-ttl .en {
    margin-bottom: 14px;
  }
}
.fee-intro .c-ttl .jp {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.fee-intro .c-ttl .jp::after {
  position: absolute;
  top: -87px;
  right: -153px;
  content: " ";
  width: 157px;
  height: 157px;
  background: url("../img/fee/fee_btn.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .fee-intro .c-ttl .jp::after {
    top: -60px;
    right: -120px;
    width: 125px;
    height: 125px;
  }
}
.fee-intro .intro-txt {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 22px;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-txt {
    text-align: left;
  }
}
.fee-intro .intro-link-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 68px;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-link-wrap {
    margin-bottom: 40px;
  }
}
.fee-intro .intro-link-wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 320px;
  background: url("../img/top/top_worry_circle.png") no-repeat;
  background-size: 100%;
  font: 28px "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0;
  padding-top: 7px;
  margin-right: 50px;
  transition: all 0.3s ease;
}
.fee-intro .intro-link-wrap .item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-link-wrap .item {
    width: 180px;
    height: 180px;
    background: url("../img/top/top_worry_circle_sp.png") no-repeat;
    background-size: 100%;
    font-size: 15px;
    margin-right: 0;
  }
}
.fee-intro .intro-link-wrap .item span {
  color: #1e6bcb;
}
.fee-intro .intro-link-wrap .item::after {
  position: absolute;
  bottom: 47px;
  right: 0;
  left: 0;
  content: "\f061";
  font: 22px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-link-wrap .item::after {
    bottom: 32px;
    font-size: 16px;
  }
}
.fee-intro .intro-link-wrap .item:hover {
  opacity: 0.6;
}
.fee-intro .intro-msg {
  max-width: 720px;
  margin: 0 auto;
}
.fee-intro .intro-msg .ttl {
  position: relative;
  width: 100%;
  background: #f2f7fa;
  font: 24px "Noto Serif JP", serif;
  font-weight: 600;
  color: #1e6bcb;
  text-align: center;
  letter-spacing: -0.5px;
  border-radius: 60px;
  padding: 13px 0;
  margin: 0 auto 48px;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-msg .ttl {
    font-size: 18px;
    padding: 13px 0 13px 50px;
    margin-bottom: 24px;
  }
}
.fee-intro .intro-msg .ttl::before {
  position: absolute;
  top: -45px;
  left: -20px;
  content: " ";
  width: 100px;
  height: 129px;
  background: url("../img/top/top_solve_advice_ttl.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-msg .ttl::before {
    top: -24px;
    left: 16px;
    width: 60px;
    height: 79px;
  }
}
.fee-intro .intro-msg .txt {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 23px;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-msg .txt {
    font-size: 14px;
    text-align: left;
  }
}
.fee-intro .intro-msg .link {
  text-align: right;
  padding-right: 20px;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-msg .link {
    padding-right: 0;
  }
}
.fee-intro .intro-msg .link a {
  position: relative;
  color: #1e6bcb;
  transition: all 0.3s ease;
}
@media screen and (max-width: 750px) {
  .fee-intro .intro-msg .link a {
    font-size: 14px;
  }
}
.fee-intro .intro-msg .link a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: #1e6bcb;
}
.fee-intro .intro-msg .link a i {
  margin-left: 6px;
}
.fee-intro .intro-msg .link a:hover {
  opacity: 0.6;
}

/* fee-col
-----------------------------------------------------------------*/
.fee-col {
  position: relative;
  padding: 40px 0 100px;
}
@media screen and (max-width: 750px) {
  .fee-col {
    padding: 50px 0 70px;
  }
}
.fee-col::before {
  position: absolute;
  top: 0;
  left: 0;
  content: " ";
  width: 100%;
  height: 2px;
  background: #dbdbdb;
}
.fee-col::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: " ";
  width: 80px;
  height: 2px;
  background: #1e6bcb;
  margin: auto;
}
.fee-col .c-inner {
  max-width: 1040px;
  padding-top: 140px;
  margin-top: -140px;
}
.fee-col .c-inner .col-ttl {
  font: 38px "Noto Serif JP", serif;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.5px;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-ttl {
    font-size: 27px;
    margin-bottom: 24px;
  }
}
.fee-col .c-inner .col-subttl {
  background: #f2f7fa;
  font-size: 32px;
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.7px;
  padding: 16.5px 0;
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-subttl {
    font-size: 19px;
    line-height: 1.5;
    padding: 11px 0;
    margin-bottom: 20px;
  }
}
.fee-col .c-inner .col-txt {
  line-height: 2.2;
  margin-bottom: 48px;
}
.fee-col .c-inner .col-txt span {
  color: #1e6bcb;
  font-weight: bold;
}
.fee-col .c-inner .col-note {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid #d3e3f3;
  padding: 36px 65px 33px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-note {
    align-items: center;
    padding: 36px 10px 30px 6px;
  }
}
.fee-col .c-inner .col-note .ttl {
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.fee-col .c-inner .col-note .ttl span {
  display: inline-block;
  background: #FFF;
  font-size: 18px;
  color: #1e6bcb;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-note .ttl span {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.fee-col .c-inner .col-note ul li {
  position: relative;
  display: flex;
  align-items: baseline;
  line-height: 1.9;
  letter-spacing: 0.5px;
  text-indent: -16px;
  padding-left: 12px;
  margin: 0 0 15px 20px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-note ul li {
    font-size: 14px;
    padding-left: 6px;
    margin-bottom: 10px;
  }
}
.fee-col .c-inner .col-note ul li:before {
  position: absolute;
  top: -7px;
  left: 0;
  content: "・";
  font-size: 24px;
  color: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-note ul li:before {
    top: -4px;
    font-size: 18px;
  }
}
.fee-col .c-inner .col-note ul li:last-child {
  margin-bottom: 0;
}
.fee-col .c-inner .col-note .link {
  text-align: right;
  padding-right: 19px;
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-note .link {
    padding-right: 0;
    margin-right: -20px;
  }
}
.fee-col .c-inner .col-note .link a {
  position: relative;
  color: #1e6bcb;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-note .link a {
    font-size: 14px;
  }
}
.fee-col .c-inner .col-note .link a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: #1e6bcb;
}
.fee-col .c-inner .col-note .link a i {
  margin-left: 6px;
}
.fee-col .c-inner .col-note .link a:hover {
  opacity: 0.6;
}
.fee-col .c-inner .col-table {
  border-top: 2px solid #1e6bcb;
  border-bottom: 2px solid #1e6bcb;
  margin-bottom: 64px;
}
.fee-col .c-inner .col-table table {
  width: 100%;
  border: 4px solid #1e6bcb;
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table {
    margin-bottom: 30px;
  }
}
.fee-col .c-inner .col-table table tr th {
  width: 248px;
  background: #1e6bcb;
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-table table tr th {
    width: 200px;
  }
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr th {
    width: 100%;
    font-size: 18px;
    padding: 0 0 5px;
  }
}
.fee-col .c-inner .col-table table tr td {
  font-size: 18px;
  padding: 18px 0 18px 48px;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-table table tr td {
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr td {
    font-size: 15px;
    text-align: center;
    line-height: 1.5;
    padding: 10px 16px;
  }
}
.fee-col .c-inner .col-table table tr td:nth-of-type(1) {
  width: 255px;
  border-right: 1px solid #d1d1d1;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr td:nth-of-type(1) {
    width: 100%;
  }
}
.fee-col .c-inner .col-table table tr td:last-of-type {
  font-size: 20px;
  padding-left: 71px;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-table table tr td:last-of-type {
    font-size: 16px;
    padding: 20px;
  }
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr td:last-of-type {
    font-size: 15px;
    padding: 10px 16px;
  }
}
.fee-col .c-inner .col-table table tr td span.orange {
  font-size: 24px;
  color: #fd7138;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr td span.orange {
    font-size: 18px;
  }
}
.fee-col .c-inner .col-table table tr td span.small {
  font-size: 15px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr td span.small {
    font-size: 13px;
  }
}
.fee-col .c-inner .col-table table tr:first-child th {
  border-bottom: 1px solid #d1d1d1;
}
.fee-col .c-inner .col-table table tr:not(:last-child) td {
  border-bottom: 1px solid #d1d1d1;
}
.fee-col .c-inner .col-table table tr:last-child th {
  padding: 21px 0;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-table table tr:last-child th {
    padding: unset;
  }
}
.fee-col .c-inner .col-table .col-feature .feature-wrap .item::after {
  content: none !important;
}
.fee-col .c-inner .col-feature .col-feature-ttl {
  font: 28px "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.5px;
  border-top: 1px solid #1e6bcb;
  border-bottom: 1px solid #1e6bcb;
  padding: 24px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-feature .col-feature-ttl {
    font-size: 22px;
    padding: 14px 0;
    margin-bottom: 30px;
  }
}
.fee-col .c-inner .col-feature .col-feature-ttl span {
  color: #1e6bcb;
}
.fee-col .c-inner .col-feature .feature-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-feature .feature-wrap {
    display: block;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item {
  position: relative;
  width: 48%;
  background: #f2f7fa;
  padding: 32px 30px 54px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-feature .feature-wrap .item {
    width: 49%;
    padding: 40px 24px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-feature .feature-wrap .item {
    width: 100%;
    padding: 24px 24px 30px;
    margin-bottom: 30px;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item .ttl {
  font-size: 18px;
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2px;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-feature .feature-wrap .item .ttl {
    line-height: 1.5;
    margin-bottom: 12px;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item .txt {
  position: relative;
  line-height: 2.2;
  letter-spacing: 0.5px;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-feature .feature-wrap .item .txt {
    line-height: 2;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item .link {
  text-align: right;
  padding-right: 7px;
  margin-top: 18px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-feature .feature-wrap .item .link {
    padding-right: 0;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item .link a {
  position: relative;
  color: #1e6bcb;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-feature .feature-wrap .item .link a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item .link a::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: " ";
  width: 100%;
  height: 1px;
  background: #1e6bcb;
}
.fee-col .c-inner .col-feature .feature-wrap .item .link a i {
  margin-left: 6px;
}
.fee-col .c-inner .col-feature .feature-wrap .item::after {
  position: absolute;
  bottom: -33px;
  right: 30px;
  font: 120px "Lora", serif;
  color: #FFF;
}
@media screen and (max-width: 959px) {
  .fee-col .c-inner .col-feature .feature-wrap .item::after {
    bottom: -26px;
    right: 10px;
    font-size: 90px;
  }
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner .col-feature .feature-wrap .item::after {
    bottom: -22px;
    font-size: 80px;
  }
}
.fee-col .c-inner .col-feature .feature-wrap .item:nth-of-type(1)::after {
  content: "01";
}
.fee-col .c-inner .col-feature .feature-wrap .item:nth-of-type(2)::after {
  content: "02";
}
.fee-col .c-inner .col-feature .feature-wrap .item:nth-of-type(3) {
  padding-bottom: 44px;
}
.fee-col .c-inner .col-feature .feature-wrap .item:nth-of-type(3)::after {
  content: "03";
}
.fee-col .c-inner .col-feature .feature-wrap .item:nth-of-type(4) {
  padding-bottom: 44px;
}
.fee-col .c-inner .col-feature .feature-wrap .item:nth-of-type(4)::after {
  content: "04";
}
.fee-col .c-inner#col01 .ttl span {
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner#col01 .ttl span {
    font-size: 15px;
  }
}
.fee-col .c-inner#col02 .col-subttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .fee-col .c-inner#col02 .col-subttl {
    margin-bottom: 20px;
  }
}
.fee-col .c-inner#col02 .col-note {
  padding-bottom: 21px;
}

/* fee-policy
-----------------------------------------------------------------*/
.fee-policy {
  background: #f2f7fa;
  padding: 100px 0 99px;
}
@media screen and (max-width: 959px) {
  .fee-policy {
    padding: 60px 0 70px;
  }
}
@media screen and (max-width: 750px) {
  .fee-policy {
    padding: 50px 0;
  }
}
.fee-policy .policy-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .fee-policy .policy-wrap {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .fee-policy .policy-wrap .c-ttl {
    margin-bottom: 20px;
  }
}
.fee-policy .policy-wrap .img {
  width: 35%;
}
@media screen and (max-width: 750px) {
  .fee-policy .policy-wrap .img {
    width: 70%;
    margin: 0 auto 20px;
  }
}
.fee-policy .policy-wrap .desc {
  width: 60%;
}
@media screen and (max-width: 750px) {
  .fee-policy .policy-wrap .desc {
    width: 100%;
  }
}
.fee-policy .policy-wrap .desc .c-ttl {
  margin-bottom: 27px;
}
@media screen and (max-width: 750px) {
  .fee-policy .policy-wrap .desc .c-ttl {
    margin-bottom: 16px;
  }
}
.fee-policy .policy-wrap .desc .c-ttl .en {
  font-size: 26px;
  text-align: left;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  .fee-policy .policy-wrap .desc .c-ttl .en {
    font-size: 22px;
  }
}
.fee-policy .policy-wrap .desc .c-ttl .jp {
  font-size: 38px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .fee-policy .policy-wrap .desc .c-ttl .jp {
    font-size: 28px;
  }
}
.fee-policy .policy-wrap .desc .txt {
  line-height: 2.3;
}
@media screen and (max-width: 750px) {
  .fee-policy .policy-wrap .desc .txt {
    line-height: 2;
  }
}

/* fee-bnr
-----------------------------------------------------------------*/
.fee-bnr {
  padding: 100px 0;
}
@media screen and (max-width: 750px) {
  .fee-bnr {
    padding: 50px 0;
  }
}
.fee-bnr .c-bnr .c-btn a {
  font-size: 15px;
  padding: 10px 0 10px 14px;
}
@media screen and (max-width: 750px) {
  .fee-bnr .c-bnr .c-btn a {
    font-size: 14px;
    padding: 7px 0 7px 14px;
  }
}

/******************************************************************
 * よくある質問
******************************************************************/
/* 共通
-----------------------------------------------------------------*/
.faq-contents {
  padding: 52px 0 0;
}
@media screen and (max-width: 750px) {
  .faq-contents {
    padding: 40px 0 0;
  }
}

.faq .c-ttl .en {
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .faq .c-ttl .en {
    font-size: 18px;
    margin-bottom: 6px;
  }
}

.faq-search {
  max-width: 882px;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .faq-search {
    background: none;
  }
}
.faq-search__inner {
  padding: 20px 0;
  max-width: 820px;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .faq-search__inner {
    padding: 0px;
  }
}
.faq-search__searchform {
  position: relative;
  width: 100%;
}
.faq-search__searchform-content {
  display: flex;
  align-items: center;
  padding: 4px 115px 0 26px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  border: solid 2px #dde9f7;
  background: #f2f7fa;
}
@media screen and (max-width: 750px) {
  .faq-search__searchform-content {
    padding: 0 80px 0 20px;
  }
}
.faq-search__searchform-content input {
  width: 100%;
  height: 100%;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .faq-search__searchform-content input {
    width: 120%;
    margin-left: -10%;
    font-size: 18px;
    transform: scale(0.8);
  }
}
.faq-search__searchform-content input::-moz-placeholder {
  color: #222;
  font-size: 16px;
}
.faq-search__searchform-content input::placeholder {
  color: #222;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .faq-search__searchform-content input::-moz-placeholder {
    font-size: 15px;
  }
  .faq-search__searchform-content input::placeholder {
    font-size: 15px;
  }
}
.faq-search__searchform-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.faq-search__searchform-btn:hover {
  transition: opacity 0.1s ease;
}
.faq-search__searchform-btn:hover:hover {
  opacity: 0.8;
}
.faq-search__searchform-btn span {
  display: block;
  width: 100px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .faq-search__searchform-btn span {
    width: 70px;
  }
}
.faq-search__searchform-btn span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 21px;
  height: 21px;
  background: url("../img/faq/search.svg") center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .faq-search__searchform-btn span::before {
    width: 15px;
    height: 15px;
  }
}
.faq-search__searchform-btn input {
  width: 100%;
  height: 100%;
  display: block;
  background: #1e6bcb;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.faq-backbtn a {
  padding: 17px 7px 17px 0;
}
@media screen and (max-width: 750px) {
  .faq-backbtn a {
    padding: 11px 7px 11px 0;
  }
}
.faq-backbtn a i {
  font-size: 18px;
  margin-right: 16px;
}
@media screen and (max-width: 750px) {
  .faq-backbtn a i {
    font-size: 15px;
    margin-right: 8px;
  }
}
.faq-backbtn--search {
  margin: 50px auto 0;
}
.faq-backbtn--single {
  margin: 40px auto 60px;
}
@media screen and (max-width: 750px) {
  .faq-backbtn--single {
    margin: 40px auto 30px;
  }
}

/* 一覧
-----------------------------------------------------------------*/
.faq-search.faq-search--archive {
  margin: 33px auto 22px;
}
@media screen and (max-width: 750px) {
  .faq-search.faq-search--archive {
    margin: 30px auto 25px;
  }
}

.faq-categorybox {
  margin-bottom: 29px;
}
.faq-categorybox__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 750px) {
  .faq-categorybox__list {
    display: block;
  }
}
.faq-categorybox__list li {
  height: 80px;
  position: relative;
  flex: 0 0 25%;
  background: #fff;
  border: solid 2px #f0f0f0;
  border-bottom: none;
  border-right: none;
  transition: 0.1s ease;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .faq-categorybox__list li {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 959px) {
  .faq-categorybox__list li {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .faq-categorybox__list li {
    height: auto;
    border-right: solid 2px #f0f0f0;
    font-size: 16px;
  }
}
.faq-categorybox__list li:last-child, .faq-categorybox__list li:nth-of-type(4n) {
  border-right: solid 2px #f0f0f0;
}
.faq-categorybox__list li:hover {
  font-weight: bold;
  color: #fff;
  background: #1e6bcb;
  border-color: #1e6bcb;
}
.faq-categorybox__list li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1e6bcb;
}
.faq-categorybox__list li::after {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 13px;
  content: "\f0ab";
  display: flex;
  align-items: center;
  font: 18px "Font Awesome 5 Free";
  color: #1e6bcb;
  font-weight: bold;
  text-align: center;
  margin: auto;
}
.faq-categorybox__list li a {
  padding: 20px 35px 20px 20px;
  display: flex;
  align-items: center;
  line-height: 1.4;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .faq-categorybox__list li a {
    padding: 0 30px 0 10px;
  }
}
@media screen and (max-width: 750px) {
  .faq-categorybox__list li a {
    padding: 18px 35px 18px 20px;
  }
}

.faq-list {
  padding: 0 0 75px;
  background: #f2f7fa;
}
@media screen and (max-width: 750px) {
  .faq-list {
    padding: 0 0 30px;
  }
}
.faq-list__sec {
  padding-top: 36px;
}
@media screen and (max-width: 750px) {
  .faq-list__sec {
    padding-top: 20px;
  }
}
.faq-list__sec:first-of-type {
  padding-top: 60px;
}
@media screen and (max-width: 750px) {
  .faq-list__sec:first-of-type {
    padding-top: 40px;
  }
}
.faq-list__sec-ttl {
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 500;
  color: #1e6bcb;
  text-align: center;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 750px) {
  .faq-list__sec-ttl {
    font-size: 22px;
  }
}
.faq-list__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .faq-list__list {
    display: block;
  }
}
.faq-list__list li {
  flex: 0 0 50%;
  margin-bottom: 24px;
  max-width: calc(50% - 10px);
  position: relative;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .faq-list__list li {
    width: 100%;
    max-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .faq-list__list li {
    margin-bottom: 15px;
  }
}
.faq-list__list li::before, .faq-list__list li::after {
  position: absolute;
  content: "";
  display: block;
}
.faq-list__list li::before {
  left: 44px;
  background: url("../img/faq/faq-q.svg") center/cover no-repeat;
  width: 32px;
  height: 31px;
  top: 35px;
}
@media screen and (max-width: 750px) {
  .faq-list__list li::before {
    top: 24px;
    left: 10px;
    width: 20px;
    height: 20px;
  }
}
.faq-list__list li::after {
  right: 38px;
  background: url("../img/faq/arrow-right.svg") center/cover no-repeat;
  width: 27px;
  height: 26px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  .faq-list__list li::after {
    right: 10px;
    width: 15px;
    height: 14px;
  }
}
.faq-list__list li a {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1.8181818182;
  transition: 0.1s ease;
  padding: 28px 80px 33px 110px;
}
@media screen and (max-width: 1200px) {
  .faq-list__list li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .faq-list__list li a {
    font-size: 16px;
    padding: 20px 30px 20px 40px;
  }
}
.faq-list__list li a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.faq-list__nopost {
  text-align: center;
  margin: 50px auto 0;
}

/* 詳細
-----------------------------------------------------------------*/
.faq-post {
  margin: 33px 0 40px;
  padding: 30px 55px;
  background: #fff;
  border: solid 2px #dde9f7;
  border-left: solid 1px #dde9f7;
  border-right: solid 1px #dde9f7;
}
@media screen and (max-width: 750px) {
  .faq-post {
    padding: 20px;
  }
}
.faq-post__q, .faq-post__a {
  position: relative;
  padding: 0 0 0 53px;
  line-height: 1.4545454545;
}
@media screen and (max-width: 750px) {
  .faq-post__q, .faq-post__a {
    padding: 0 0 0 40px;
  }
}
.faq-post__q::before, .faq-post__a::before {
  position: absolute;
  content: "";
  display: block;
}
.faq-post__q {
  margin: 0 0 53px;
  font-size: 22px;
}
@media screen and (max-width: 750px) {
  .faq-post__q {
    margin: 0 0 15px;
    font-size: 18px;
  }
}
.faq-post__q::before {
  top: 2px;
  left: -13px;
  background: url("../img/faq/faq-q.svg") center/cover no-repeat;
  width: 32px;
  height: 31px;
}
@media screen and (max-width: 750px) {
  .faq-post__q::before {
    left: 0;
    width: 20px;
    height: 20px;
  }
}
.faq-post__a {
  margin: 0 0 19px;
  font-size: 20px;
}
@media screen and (max-width: 750px) {
  .faq-post__a {
    margin: 0 0 15px;
    font-size: 17px;
  }
}
.faq-post__a::before {
  top: 3px;
  left: 0;
  background: url("../img/faq/faq-a.svg") center/cover no-repeat;
  width: 28px;
  height: 24px;
}
@media screen and (max-width: 750px) {
  .faq-post__a::before {
    top: 4px;
    left: 5px;
    width: 17px;
    height: 15px;
  }
}
.faq-post__txt {
  border-top: solid 2px #e6e6e6;
  padding: 28px 0 0 0;
  display: block;
  line-height: 2.25;
}
@media screen and (max-width: 750px) {
  .faq-post__txt {
    font-size: 14px;
    padding: 15px 0 0 0;
  }
}
.faq-post__txt a {
  padding: 0 0 4px;
  position: relative;
  color: #1e6bcb;
  border-bottom: solid 1px #1e6bcb;
}
.faq-post__txt strong {
  font-weight: bold;
}

.faq-search.faq-search--single {
  margin: 0 auto;
}

/******************************************************************
 * 事故発生から解決までの流れ
******************************************************************/
/* flow-message
-----------------------------------------------------------------*/
.flow-message {
  padding: 54px 0 79px;
}
@media screen and (max-width: 750px) {
  .flow-message {
    padding: 40px 0 50px;
  }
}
.flow-message .c-ttl {
  margin-bottom: 28px;
}
@media screen and (max-width: 750px) {
  .flow-message .c-ttl {
    margin-bottom: 20px;
  }
}
.flow-message .c-ttl .en {
  margin-bottom: 21px;
}
@media screen and (max-width: 750px) {
  .flow-message .c-ttl .en {
    margin-bottom: 14px;
  }
}
.flow-message .c-ttl .jp {
  letter-spacing: 0.5px;
}
.flow-message .message-txt {
  text-align: center;
  line-height: 2.2;
  margin-bottom: 34px;
}
@media screen and (max-width: 750px) {
  .flow-message .message-txt {
    text-align: left;
    line-height: 2;
    margin-bottom: 30px;
  }
}
.flow-message .message-soudan .soudan-ttl {
  font: 38px "Noto Serif JP", serif;
  color: #1e6bcb;
  font-weight: 500;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .flow-message .message-soudan .soudan-ttl {
    font-size: 21px;
    margin-bottom: 20px;
  }
}
.flow-message .message-soudan .soudan-wrap {
  width: 1150px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 90%;
  }
}
@media screen and (max-width: 959px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 62%;
    flex-wrap: wrap;
  }
}
@media (max-width: 809px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 74%;
  }
}
@media screen and (max-width: 750px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 100%;
    padding: 0 6px;
  }
}
@media (max-width: 735px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 60%;
  }
}
@media (max-width: 623px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 70%;
  }
}
@media (max-width: 534px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 80%;
  }
}
@media (max-width: 467px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 90%;
  }
}
@media (max-width: 415px) {
  .flow-message .message-soudan .soudan-wrap {
    width: 100%;
  }
}
.flow-message .message-soudan .soudan-wrap .item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 290px;
  background: url("../img/top/top_worry_circle.png") no-repeat;
  background-size: 100%;
  transition: all 0.3s ease;
}
.flow-message .message-soudan .soudan-wrap .item:last-child {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .flow-message .message-soudan .soudan-wrap .item {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 999px) {
  .flow-message .message-soudan .soudan-wrap .item {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 959px) {
  .flow-message .message-soudan .soudan-wrap .item {
    width: 250px;
    height: 250px;
  }
}
@media screen and (max-width: 750px) {
  .flow-message .message-soudan .soudan-wrap .item {
    width: 181px;
    height: 181px;
    background: url("../img/top/top_worry_circle_sp.png") no-repeat;
    background-size: 100%;
    font-size: 15px;
    margin-right: 0;
  }
}
.flow-message .message-soudan .soudan-wrap .item p {
  font: 24px "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  letter-spacing: -1px;
}
@media (max-width: 1199px) {
  .flow-message .message-soudan .soudan-wrap .item p {
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .flow-message .message-soudan .soudan-wrap .item p {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  .flow-message .message-soudan .soudan-wrap .item p {
    font-size: 16.5px;
  }
}
.flow-message .message-soudan .soudan-wrap .item p span {
  color: #1e6bcb;
}

/* flow-step
-----------------------------------------------------------------*/
.flow-step .c-ttl {
  margin-bottom: 33px;
}
.flow-step .c-ttl .en {
  margin-bottom: 7px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-ttl .en {
    margin-bottom: 14px;
  }
}
.flow-step .c-ttl .jp {
  letter-spacing: -0.6px;
}
.flow-step .c-flow .c-flow__cont {
  margin-right: 0;
}
.flow-step .c-flow .c-flow__cont .c-flow__ttl {
  font-weight: 600;
  margin-bottom: 33px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow__ttl {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .flow-step .c-flow .c-flow__cont .c-flow__img--sp {
    margin-bottom: 16px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow__txt span, .flow-step .c-flow .c-flow__cont .txt span {
  color: #1e6bcb;
  font-weight: bold;
}
.flow-step .c-flow .c-flow__cont .c-flow-subttl {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 2px solid #e6e6e6;
  padding: 0 0 15px 30px;
  margin: 0 0 29px 7px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-subttl {
    font-size: 16px;
    padding: 0 0 4px 20px;
    margin-bottom: 16px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-subttl::before {
  position: absolute;
  top: 9px;
  left: 1px;
  content: " ";
  width: 20px;
  height: 20px;
  background: url("../img/common/c_flow_dot.png") no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-subttl::before {
    top: 11px;
    width: 12px;
    height: 12px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 28px 7px;
}
.flow-step .c-flow .c-flow__cont .c-flow-wrap.adjust {
  margin-bottom: 14px;
}
.flow-step .c-flow .c-flow__cont .c-flow-wrap.adjust02 {
  margin-bottom: 23px;
}
.flow-step .c-flow .c-flow__cont .c-flow-wrap .txt {
  width: 57%;
  line-height: 2.3;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 959px) {
  .flow-step .c-flow .c-flow__cont .c-flow-wrap .txt {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-wrap .txt {
    width: 100%;
    line-height: 2;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-wrap .c-flow__img {
  flex: 0 0 410px;
  height: 240px;
  margin-top: 3px;
}
.flow-step .c-flow .c-flow__cont .c-flow-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px 7px;
}
@media (max-width: 1199px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact {
    display: block;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact {
    margin-bottom: 20px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-contact .tel {
  display: block;
  width: 380px;
  color: #2f3b50;
  letter-spacing: -0.5px;
  border: 2px solid #d2e2f3;
  padding: 5.5px 0 12px;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .tel {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-contact .tel .num {
  display: flex;
  justify-content: center;
  align-items: center;
  font: 47.6px "Times New Roman", serif;
  margin-bottom: 3px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .tel .num {
    font-size: 30px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-contact .tel .num img {
  width: 35px;
  height: 35px;
  margin-right: 6px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .tel .num img {
    width: 24px;
    height: 24px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-contact .tel .time {
  font: 15px "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .tel .time {
    font-size: 13px;
  }
}
.flow-step .c-flow .c-flow__cont .c-flow-contact .flow-btnwrap {
  display: flex;
  justify-content: space-between;
  width: 62%;
}
@media (max-width: 1199px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .flow-btnwrap {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .flow-btnwrap {
    display: block;
  }
}
@media (max-width: 1199px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .flow-btnwrap .c-btn {
    margin: 0 10px;
  }
}
@media screen and (max-width: 959px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .flow-btnwrap .c-btn {
    width: 48%;
  }
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .c-flow-contact .flow-btnwrap .c-btn {
    width: 100%;
    margin: 0 0 10px;
  }
}
.flow-step .c-flow .c-flow__cont .flow-txtwrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__cont .flow-txtwrap {
    margin-bottom: 30px;
  }
}
.flow-step .c-flow .c-flow__cont .flow-txtwrap.adjust {
  margin-bottom: 35px;
}
.flow-step .c-flow .c-flow__cont .flow-txtwrap.adjust02 {
  margin-bottom: 34px;
}
.flow-step .c-flow .c-flow__cont .flow-txtwrap:last-child {
  margin-bottom: 0;
}
.flow-step .c-flow .c-flow__item:nth-child(4) {
  margin-top: -3px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__item:nth-child(4) {
    margin-top: 0;
  }
}
.flow-step .c-flow .c-flow__item:nth-child(4) .c-flow__cont .c-flow__ttl {
  margin-bottom: 28px;
}
.flow-step .c-flow .c-flow__item:nth-child(4) .c-flow__cont .c-flow-wrap {
  margin-bottom: 25px;
}
.flow-step .c-flow .c-flow__item:nth-child(5) {
  margin-top: -32px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__item:nth-child(5) {
    margin-top: 0;
  }
}
.flow-step .c-flow .c-flow__item:nth-child(5) .c-flow__ttl {
  margin-bottom: 30px;
}
.flow-step .c-flow .c-flow__item:nth-child(6) {
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  .flow-step .c-flow .c-flow__item:nth-child(6) {
    margin-top: 0;
  }
}
.flow-step .c-flow .c-flow__item:nth-child(6) .c-flow__ttl {
  margin-bottom: 30px;
}

/* flow-omoi
-----------------------------------------------------------------*/
.flow-omoi {
  padding: 66px 0 100px;
}
@media screen and (max-width: 750px) {
  .flow-omoi {
    padding: 20px 15px 70px;
  }
}
.flow-omoi .c-ttl {
  margin-bottom: 25px;
}
.flow-omoi .c-ttl .en {
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .flow-omoi .c-ttl .en {
    margin-bottom: 14px;
  }
}
.flow-omoi .c-ttl .jp {
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .flow-omoi .c-ttl .jp {
    line-height: 1.3;
  }
}

/******************************************************************
 * 新着情報
******************************************************************/
.information {
  font-feature-settings: "palt";
  /* 目次 */
  /* この記事を書いた人 */
  /* 関連記事 */
  /* 一覧 */
  /* サイドバー */
}
.information .information-contents {
  margin-top: 5.1rem;
}
.information .information-contents .c-ttl .en {
  font-size: 3.3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .information .information-contents .c-ttl .en {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
}
.information .information-contents__inner {
  max-width: 120rem;
  margin: 3.9rem auto 0;
  display: flex;
}
@media screen and (max-width: 959px) {
  .information .information-contents__inner {
    display: block;
  }
}
.information .post__wrapper {
  flex: 1;
}
.information .post {
  width: 100%;
  display: block;
  background: #fff;
  border: 2px solid #d2e2f3;
  padding: 3.7rem 3.8rem;
  margin: 0 0 5rem;
}
@media screen and (max-width: 750px) {
  .information .post {
    padding: 15px;
  }
}
.information .post-header__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .information .post-header__top {
    flex-wrap: wrap;
  }
}
.information .cat-list {
  display: flex;
  flex-wrap: wrap;
}
.information .cat-list a {
  display: block;
  padding: 0.3rem 1.6rem;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  margin-right: 0.9rem;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  transition: all 0.3s ease;
}
.information .cat-list a:hover {
  color: #fff;
  background: #1e6bcb;
}
.information .metadata {
  color: #666;
  margin-bottom: 1rem;
  flex: 0 0 100px;
  text-align: right;
}
@media screen and (max-width: 750px) {
  .information .metadata {
    flex: 1 0 100px;
  }
}
.information .post-header .post-header__ttl {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  margin: 0 0 3.2rem;
  letter-spacing: -0.31rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .information .post-header .post-header__ttl {
    font-size: 2.4rem;
  }
}
.information .post-contents p {
  letter-spacing: 0.113rem;
  line-height: 2;
}
.information .post-contents p:before,
.information .post-contents p:after {
  display: table;
  content: "";
}
.information .post-contents p::after {
  content: "";
  clear: both;
}
.information .post-contents .aligncenter {
  margin: 2.4rem auto 0;
  display: block;
}
.information .post-contents .alignleft {
  float: left;
  margin: 0.9rem 3.9rem 2.4rem 0;
}
@media screen and (max-width: 750px) {
  .information .post-contents .alignleft {
    width: 100%;
    margin: 0.9rem 0 2.4rem;
  }
}
.information .post-contents .alignright {
  float: right;
  margin: 0.9rem 0 2.4rem 3.9rem;
}
@media screen and (max-width: 750px) {
  .information .post-contents .alignright {
    width: 100%;
    margin: 0.9rem 0 2.4rem;
  }
}
.information .post-contents h2 {
  font-size: 2.8rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  padding: 1.9rem 0;
  text-align: center;
  border-top: 1px solid #1e6bcb;
  border-bottom: 1px solid #1e6bcb;
  letter-spacing: -0.26rem;
  margin: 5.4rem 0 2.3rem;
}
@media screen and (max-width: 750px) {
  .information .post-contents h2 {
    font-size: 2.4rem;
  }
}
.information .post-contents h3 {
  font-size: 2.4rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  padding: 1.2rem 2.4rem 1.3rem;
  border-bottom: 2px solid #1e6bcb;
  background: #f7f7f7;
  margin: 6.3rem 0 2.3rem;
  letter-spacing: -0.17rem;
}
@media screen and (max-width: 750px) {
  .information .post-contents h3 {
    font-size: 1.8rem;
  }
}
.information .post-contents h4 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #1e6bcb 0%, #1e6bcb 6%, #e5e5e5 6%, #e5e5e5 100%);
     border-image: linear-gradient(to right, #1e6bcb 0%, #1e6bcb 6%, #e5e5e5 6%, #e5e5e5 100%);
  border-image-slice: 1;
  margin: 2.8rem 0 2.1rem;
  letter-spacing: -0.23rem;
}
@media screen and (max-width: 750px) {
  .information .post-contents h4 {
    font-size: 1.8rem;
  }
}
.information .post-contents h5 {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: "Noto Serif JP", sans-serif;
  margin: 4.8rem 0 1.5rem;
  letter-spacing: -0.26rem;
}
@media screen and (max-width: 750px) {
  .information .post-contents h5 {
    font-size: 1.8rem;
  }
}
.information .post-contents ul {
  margin: 2.5rem 0 3.5rem;
}
.information .post-contents ul li {
  position: relative;
  padding-left: 1.3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.2rem;
}
.information .post-contents ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #1e6bcb;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 0.5rem;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.information .post-contents ol {
  counter-reset: li_count;
  margin: 2.5rem 0 4.2rem;
}
.information .post-contents ol li {
  position: relative;
  padding-left: 3.3rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.2rem;
}
.information .post-contents ol li::before {
  counter-increment: li_count;
  content: "0" counter(li_count);
  position: absolute;
  display: inline-flex;
  height: 3rem;
  width: 2.9rem;
  justify-content: center;
  color: #fff;
  background: #1e6bcb;
  border-radius: 3rem;
  left: -0.7rem;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.1rem;
}
.information .post-contents blockquote {
  color: #666;
  background: #f7f7f7;
  position: relative;
  padding: 5.3rem 3.7rem 3.5rem 4rem;
  margin-bottom: 3.8rem;
}
@media screen and (max-width: 750px) {
  .information .post-contents blockquote {
    padding: 7rem 1.5rem 1.5rem;
  }
}
.information .post-contents blockquote::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/information/information-icon01.png") center/cover no-repeat;
  width: 36.5px;
  height: 29px;
  top: 6.1%;
  left: 2.6%;
}
@media screen and (max-width: 750px) {
  .information .post-contents blockquote::before {
    top: 2.3rem;
    left: 1.5rem;
  }
}
.information .post-contents table {
  width: 100%;
  margin-bottom: 3.8rem;
}
.information .post-contents th {
  background: #1e6bcb;
  color: #fff;
  border: 2px solid #dbdbdb;
  height: 6rem;
  text-align: center;
}
.information .post-contents td {
  border: 2px solid #dbdbdb;
  height: 6rem;
  text-align: center;
}
.information .post-contents i {
  font-style: italic;
}
.information .post-contents a {
  color: #1e6bcb;
  background: linear-gradient(to top, #1e6bcb 1px, transparent 1px);
  padding: 0 0 4px;
  transition: all 0.3s ease;
}
.information .post-contents a:hover {
  color: #4e9bfb;
  background: linear-gradient(to top, #4e9bfb 1px, transparent 1px);
}
.information #ez-toc-container p.ez-toc-title {
  font-family: "Noto Serif JP", sans-serif;
  position: relative;
  padding-left: 4.2rem;
}
@media screen and (max-width: 750px) {
  .information #ez-toc-container p.ez-toc-title {
    font-size: 2.4rem;
  }
}
.information .ez-toc-title::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/information/information-icon02.png") center/cover no-repeat;
  width: 28px;
  height: 22px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.information div#ez-toc-container ul li::before {
  content: none;
}
.information div#ez-toc-container {
  border-radius: 0;
  padding: 3.1rem 3.9rem 1.7rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 750px) {
  .information div#ez-toc-container {
    padding: 1.5rem;
  }
}
.information .ez-toc-title-container {
  margin-bottom: 2rem;
}
.information div#ez-toc-container ul.ez-toc-list a {
  margin-bottom: 0.85rem;
  display: inline-block;
  line-height: 1.45;
  letter-spacing: -0.06rem;
  transition: all 0.3s ease;
  background: none;
  padding: 0;
}
.information div#ez-toc-container ul.ez-toc-list a:hover {
  color: #888;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .information div#ez-toc-container ul.ez-toc-list a {
    font-size: 1.5rem;
  }
}
.information #ez-toc-container .ez-toc-heading-level-2 {
  margin-bottom: 1rem;
}
.information #ez-toc-container.counter-decimal ul.ez-toc-list li a::before,
.information .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a::before {
  content: "0" counters(item, ".0") ". ";
  counter-increment: item;
  color: #1e6bcb;
  letter-spacing: 0.06rem;
}
.information #ez-toc-container.counter-decimal ul.ez-toc-list li a:hover::before,
.information .ez-toc-widget-container.counter-decimal ul.ez-toc-list li a:hover::before {
  color: #4e9bfb;
}
.information #ez-toc-container ul ul,
.information .ez-toc div.ez-toc-widget-container ul ul {
  margin-left: 1.95rem;
}
@media screen and (max-width: 750px) {
  .information #ez-toc-container ul ul,
  .information .ez-toc div.ez-toc-widget-container ul ul {
    margin-left: 1rem;
  }
}
.information .post-footer {
  display: flex;
  justify-content: flex-end;
  margin: 8rem 0 0;
}
@media screen and (max-width: 750px) {
  .information .post-footer {
    align-items: center;
  }
}
.information .post-footer__txt {
  font-size: 2rem;
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 600;
  position: relative;
  padding-right: 3.6rem;
  line-height: 1.6;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .information .post-footer__txt {
    font-size: 1.5rem;
  }
}
.information .post-footer__txt::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/information/information-icon08.png) center/cover no-repeat;
  width: 14px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.information .post-footer__sns-list {
  display: flex;
  justify-content: flex-end;
}
.information .post-footer__sns-list li {
  width: 3.15rem;
  margin-right: 1.1rem;
}
.information .post-footer__sns-list li a {
  position: relative;
  display: block;
}
.information .post-footer__sns-list li a::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.information .post-footer__sns-list li a:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
.information .post-footer__sns-list li:last-of-type {
  margin-right: 0;
}
.information .author-box {
  width: 100%;
  background: #fff;
  border: 2px solid #d2e2f3;
  position: relative;
  padding: 3.4rem 2.8rem 2.2rem 2.9rem;
}
.information .author-box figure {
  width: 160px;
  height: 160px;
  border-radius: 160px;
  overflow: hidden;
}
.information .author-box figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .information .author-box figure {
    margin: auto;
  }
}
@media screen and (max-width: 750px) {
  .information .author-box {
    padding: 3.4rem 1.5rem 1.5rem;
  }
}
.information .author-box__ttl {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1e6bcb;
  font-size: 2.6rem;
  background: #fff;
  letter-spacing: 0.95rem;
  white-space: nowrap;
  padding: 0 3.1rem;
}
@media screen and (max-width: 750px) {
  .information .author-box__ttl {
    font-size: 1.8rem;
  }
}
.information .author-box__right {
  flex: 1;
  margin-left: 3.1rem;
}
@media screen and (max-width: 750px) {
  .information .author-box__right {
    margin: 2rem 0 0;
  }
}
.information .author-box__name {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", sans-serif;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 750px) {
  .information .author-box__name {
    font-size: 1.8rem;
  }
}
.information .author-box__txt {
  margin: 1.6rem 0 1.6rem;
  line-height: 2;
  letter-spacing: 0.11rem;
}
.information .author-box__inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .information .author-box__inner {
    display: block;
  }
}
.information .author-box__sns-list {
  display: flex;
  justify-content: flex-end;
}
.information .author-box__sns-list li {
  width: 3.15rem;
  margin-right: 1.1rem;
}
.information .author-box__sns-list li a {
  position: relative;
  display: block;
}
.information .author-box__sns-list li a::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.information .author-box__sns-list li a:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
.information .relation-post .c-ttl .jp {
  font: 42px "Noto Serif JP", serif;
}
@media screen and (max-width: 750px) {
  .information .relation-post .c-ttl .jp {
    font-size: 27px;
  }
}
.information .relation-post .c-ttl .en {
  font-size: 2.8rem;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 750px) {
  .information .relation-post .c-ttl .en {
    font-size: 18px;
  }
}
.information .relation-post .metadata {
  margin: 1.3rem 0 0.8rem;
}
.information .relation-post__list {
  display: flex;
  margin: 2.5rem 0 9.2rem;
}
@media screen and (max-width: 750px) {
  .information .relation-post__list {
    display: block;
  }
}
.information .relation-post__item {
  width: 30.6%;
  margin-right: 4.1%;
}
.information .relation-post__item a {
  position: relative;
  display: block;
}
@media screen and (max-width: 750px) {
  .information .relation-post__item a {
    display: flex;
    align-items: center;
  }
}
.information .relation-post__item a::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
}
.information .relation-post__item a:hover::before {
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 750px) {
  .information .relation-post__item {
    width: 100%;
    margin: 0;
    margin-bottom: 1.5rem;
  }
}
.information .relation-post__thumb img {
  width: 100%;
  height: 19.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .information .relation-post__thumb img {
    width: 12rem;
    height: 8rem;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 750px) {
  .information .relation-post__txt {
    flex: 1;
  }
}
.information .relation-post__item:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .information .relation-post__item:last-of-type {
    margin-bottom: 0;
  }
}
.information .relation-post__ttl {
  font-size: 1.8rem;
}
.information._list .information-contents__inner {
  margin: 3.8rem auto 0;
}
.information._list .post__wrapper {
  margin-bottom: 10rem;
}
.information._list .post {
  transition: 0.2s;
  margin: 0 0 3.2rem;
}
.information._list .post:hover {
  border: 2px solid #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.information._list .post-header .post-header__ttl {
  margin: 1.1rem 0 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  .information._list .post-header .post-header__ttl {
    font-size: 1.8rem;
  }
}
.information._list .cat-list li {
  padding: 0.3rem 1.6rem;
  color: #1e6bcb;
  border: 1px solid #1e6bcb;
  margin-right: 0.9rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 750px) {
  .information._list .cat-list li {
    font-size: 1.2rem;
  }
}
.information._list .post-contents {
  display: flex;
}
@media screen and (max-width: 750px) {
  .information._list .post-contents {
    display: block;
  }
}
.information._list .post-contents__thumb {
  width: 45.931%;
  margin-right: 2.5rem;
}
@media screen and (max-width: 750px) {
  .information._list .post-contents__thumb {
    width: 100%;
  }
}
.information._list .post-contents__thumb img {
  width: 100%;
  height: 26.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 750px) {
  .information._list .post-contents__thumb img {
    height: 20.6rem;
  }
}
.information._list .post-contents__txt {
  flex: 1;
  margin-top: 0.3rem;
  position: relative;
  padding-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .information._list .post-contents__txt {
    margin-top: 1.5rem;
  }
}
.information._list .post-contents__txt p {
  letter-spacing: 0.18rem;
  line-height: 2.3;
}
.information._list .post-contents__txt .post-contents__more {
  position: absolute;
  color: #1e6bcb;
  font-size: 1.4rem;
  bottom: -0.4rem;
  right: 2.4rem;
  letter-spacing: 0.1rem;
}
.information._list .post-contents__txt .post-contents__more::before {
  content: "";
  position: absolute;
  display: block;
  background: url("../img/information/information-icon03.png") center/cover no-repeat;
  width: 13px;
  height: 13px;
  bottom: 0.9rem;
  right: -2.2rem;
}
.information .information__sidebar {
  width: 22rem;
  margin-left: 4rem;
}
@media screen and (max-width: 959px) {
  .information .information__sidebar {
    width: 100%;
    margin: 0;
  }
}
.information .search-form {
  margin: -0.2rem 0 3.8rem;
  position: relative;
}
.information .search-form input[type=text] {
  width: 100%;
  background: #f2f7fa;
  border-radius: 6px;
  font-size: 1.6rem;
  padding: 1.6rem;
}
.information .search-form button {
  position: absolute;
  top: 50%;
  right: 2.1rem;
  background: url("../img/information/information-icon10.png") center/cover no-repeat;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
}
.information .rank-list {
  margin-top: 2rem;
}
.information .rank-list__thumb {
  margin: 0px 0.4rem 0.8rem 0.2rem;
  position: relative;
}
@media screen and (max-width: 959px) {
  .information .rank-list__thumb {
    margin: 0;
  }
}
.information .rank-list__thumb::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Times New Roman", sans-serif;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 959px) {
  .information .rank-list__thumb::before {
    font-size: 1.8rem;
    width: 3rem;
    height: 3rem;
  }
}
.information .rank-list__thumb img {
  width: 100%;
  height: 14.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 959px) {
  .information .rank-list__thumb img {
    width: 12rem;
    height: 8rem;
    margin-right: 1.5rem;
  }
}
.information .rank-list__post {
  position: relative;
  display: block;
}
.information .rank-list__post::before {
  transition: all 0.3s ease;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  z-index: 1;
}
.information .rank-list__post:hover::before {
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 959px) {
  .information .rank-list__post {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
  }
}
.information .rank-list__post:nth-of-type(1) .rank-list__thumb::before {
  content: "1";
  background: #c2b27c;
}
.information .rank-list__post:nth-of-type(2) .rank-list__thumb::before {
  content: "2";
  background: #c1c1c1;
}
.information .rank-list__post:nth-of-type(3) .rank-list__thumb::before {
  content: "3";
  background: #d39d82;
}
.information .rank-list__ttl {
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 959px) {
  .information .rank-list__ttl {
    flex: 1;
  }
}
.information .rank-list__ttl span {
  background: linear-gradient(to top, #222 1px, transparent 1px);
  padding: 0 0 4px;
}

.c-sidebar-ttl {
  font-size: 2rem;
  color: #1e6bcb;
  border-bottom: 2px solid #1e6bcb;
  padding-bottom: 1.5rem;
  letter-spacing: 0rem;
}

.category-box {
  margin: 4rem 0;
}
.category-box .cat-item a {
  display: block;
  padding: 2.2rem 0.9rem 2.6rem;
  letter-spacing: 0.2rem;
  border-bottom: 1px solid #d6d6d6;
  position: relative;
}
.category-box .cat-item a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/information/information-icon08.png) center/cover no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  right: 1.1rem;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.category-box .cat-item a:hover::after {
  right: 0;
}

.post-nav {
  display: flex;
  align-items: center;
  margin: 4rem auto 9.2rem;
}
@media screen and (max-width: 959px) {
  .post-nav {
    display: block;
    margin: 4rem 0;
  }
}
.post-nav .prev,
.post-nav .next {
  flex: 1;
  letter-spacing: 0.04rem;
}
.post-nav .prev a,
.post-nav .next a {
  position: relative;
  display: block;
}
.post-nav .prev a {
  padding: 0 23% 0 14%;
}
.post-nav .prev a::before {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/information/information-icon07.png) center/cover no-repeat;
  width: 27px;
  height: 26px;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.post-nav .prev a:hover::before {
  left: -8px;
}
@media screen and (max-width: 959px) {
  .post-nav .prev a {
    margin-bottom: 2rem;
  }
}
.post-nav .next a {
  padding: 0 12% 0 25%;
}
.post-nav .next a::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/information/information-icon08.png) center/cover no-repeat;
  width: 27px;
  height: 26px;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.post-nav .next a:hover::after {
  right: -11px;
}
.post-nav .c-btn {
  width: 34.047%;
}
@media screen and (max-width: 959px) {
  .post-nav .c-btn {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.post-nav .c-btn a {
  padding: 17px 8px 17px 0;
}
.post-nav .c-btn a i {
  font-size: 1.8rem;
  margin-right: 17px;
}

.pb-btn {
  background-color: #F1F7FA;
  padding: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.pagination {
  margin: 4.9rem 0 0;
}

.pagination__list {
  display: flex;
  justify-content: center;
}
.pagination__list li .page-numbers {
  width: 4.1rem;
  height: 4.1rem;
  border: 2px solid #ccc;
  border-radius: 0.6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.5rem;
  font-family: "Helvetica", sans-serif;
  transition: all 0.3s ease;
}
.pagination__list li .page-numbers:hover {
  border: 2px solid #1e6bcb;
  background: #1e6bcb;
  color: #fff;
}
.pagination__list li .page-numbers:hover.prev::after {
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.pagination__list li .page-numbers:hover.next::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pagination__list li .page-numbers.current {
  border: 2px solid #ccc;
  background: #ccc;
  color: #222;
}
.pagination__list li .page-numbers.prev::after {
  content: "";
  border-top: 2px solid #222;
  border-left: 2px solid #222;
  transform: translate(2px, 0) rotate(-45deg);
  width: 0.6rem;
  height: 0.6rem;
}
.pagination__list li .page-numbers.next::after {
  content: "";
  border-top: 2px solid #222;
  border-right: 2px solid #222;
  transform: translate(-2px, 0) rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
}

/* 
-----------------------------------------------------------------*/
/******************************************************************
 * お問い合わせ
******************************************************************/
/* スマホフローティング非表示
-----------------------------------------------------------------*/
@media screen and (max-width: 959px) {
  .contact + .footer .floatnav-sp {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .contact + .footer .floatnav-sp {
    display: none !important;
  }
}

/* 来所日時のご予約
-----------------------------------------------------------------*/
.contact-overview {
  padding: 54px 0 61px;
}
@media screen and (max-width: 750px) {
  .contact-overview {
    padding: 30px 0;
  }
}
.contact-overview__ttl .jp {
  margin-top: 21px;
}
.contact-overview__list {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contact-overview__list {
    display: block;
  }
}
.contact-overview__item {
  padding: 34px 20px 0;
  flex: 0 1 590px;
  min-height: 244px;
  background: #fff;
  border: solid 2px #d2e2f3;
}
@media screen and (max-width: 1200px) {
  .contact-overview__item {
    padding: 34px 20px 34px;
    flex: 0 1 49%;
    min-height: inherit;
  }
}
@media screen and (max-width: 959px) {
  .contact-overview__item {
    padding: 25px 20px;
    margin: 0 auto;
    max-width: 600px;
  }
}
@media screen and (max-width: 959px) {
  .contact-overview__item:first-of-type {
    margin-bottom: 20px;
  }
}
.contact-overview__item-ttl {
  text-align: center;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #1e6bcb;
}
@media screen and (max-width: 750px) {
  .contact-overview__item-ttl {
    font-size: 20px;
  }
}
.contact-overview__item-tel {
  margin: 34px 0 16px -23px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 68px "Times New Roman", serif;
  color: #2f3b50;
  line-height: 1;
}
.contact-overview__item-tel .num-right {
  letter-spacing: -1px;
}
.contact-overview__item-tel .hyphen {
  position: relative;
  top: -3px;
}
@media screen and (max-width: 959px) {
  .contact-overview__item-tel .hyphen {
    top: -2px;
  }
}
@media screen and (max-width: 1200px) {
  .contact-overview__item-tel {
    margin: 48px 0 16px;
    font-size: 50px;
  }
}
@media screen and (max-width: 750px) {
  .contact-overview__item-tel {
    margin: 20px 0 10px;
    font-size: 34px;
  }
}
.contact-overview__item-tel::before {
  position: relative;
  top: -3px;
  left: 8px;
  margin-right: 19px;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_tel_bl.png") center/cover no-repeat;
}
@media screen and (max-width: 750px) {
  .contact-overview__item-tel::before {
    position: relative;
    top: -1px;
    width: 30px;
    height: 30px;
  }
}
.contact-overview__item-txt {
  font: 22px "Noto Serif JP", serif;
  color: #2f3b50;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .contact-overview__item-txt {
    font-size: 16px;
  }
}
.contact-overview__item-btn {
  margin: 28px auto 19px;
}
.contact-overview__item-btn a {
  padding: 15px 0 !important;
}
@media screen and (max-width: 750px) {
  .contact-overview__item-btn a {
    padding: 11px 0 !important;
  }
}
.contact-overview__item-btn a span {
  position: relative;
  top: -2px;
  font-size: 21px !important;
}
@media screen and (max-width: 750px) {
  .contact-overview__item-btn a span {
    font-size: 15px !important;
  }
}
.contact-overview__item-btn a span::before {
  top: 5px !important;
  left: -9px !important;
  width: 34px !important;
  height: 32px !important;
}
@media screen and (max-width: 750px) {
  .contact-overview__item-btn a span::before {
    width: 28px !important;
    height: 27px !important;
  }
}
@media screen and (max-width: 1200px) {
  .contact-overview__item-btn {
    margin: 23px auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .contact-overview__item-btn {
    margin: 20px auto 10px;
    max-width: 100%;
  }
}

/* ご相談から解決までの流れ
-----------------------------------------------------------------*/
.contact-flow {
  background: #fff;
  padding: 74px 0 111px;
}
@media screen and (max-width: 750px) {
  .contact-flow {
    padding: 30px 0 70px;
  }
}
.contact-flow__list {
  padding: 26px 0 0;
}

/* mailformpro reset
-----------------------------------------------------------------*/
/* リセット */
body {
  overflow-x: hidden;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

#mfp_hidden {
  visibility: hidden;
}

#mfp_loading,
#mfp_loading_screen,
#mfp_overlay_background,
#mfp_overlay {
  display: none !important;
}

/* フローティング
-----------------------------------------------------------------*/
.contact-remaining {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: none;
  background: #fff;
  border: solid 1px #1e6bcb;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.2s;
}
.contact-remaining.current {
  display: inline-block;
}
@media screen and (max-width: 959px) {
  .contact-remaining {
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
  }
}
.contact-remaining.active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.contact-remaining .read {
  padding: 10px 20px;
}
@media screen and (max-width: 959px) {
  .contact-remaining .read {
    display: none;
  }
}
.contact-remaining .num {
  background: #1e6bcb;
  color: #fff;
  padding: 5px 20px;
}

/* メールでのご予約
-----------------------------------------------------------------*/
.contact-form,
.contact-thanks {
  padding: 75px 0 82px;
  background: #f2f7fa;
  /* 確認 */
  /* サンクス */
}
@media screen and (max-width: 750px) {
  .contact-form,
  .contact-thanks {
    padding: 30px 0 60px;
  }
}
.contact-form .note-txt,
.contact-thanks .note-txt {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .contact-form .note-txt,
  .contact-thanks .note-txt {
    text-align: left;
    margin-bottom: 20px;
  }
}
.contact-form__note,
.contact-thanks__note {
  margin: 54px auto 41px;
  max-width: 1094px;
  display: flex;
}
@media screen and (max-width: 959px) {
  .contact-form__note,
  .contact-thanks__note {
    margin: 0 auto 30px;
    display: block;
  }
}
.contact-form__note-ttl,
.contact-thanks__note-ttl {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contact-form__note-ttl,
  .contact-thanks__note-ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
}
.contact-form__note-list,
.contact-thanks__note-list {
  flex: 0 1 100%;
}
.contact-form__note-list li,
.contact-thanks__note-list li {
  position: relative;
  padding-left: 18px;
  line-height: 2;
}
.contact-form__note-list li::before,
.contact-thanks__note-list li::before {
  position: absolute;
  content: "※";
  left: 0;
  top: 0;
}
.contact-form__cont,
.contact-form #mfp_phase_confirm_inner,
.contact-thanks__cont,
.contact-thanks #mfp_phase_confirm_inner {
  padding: 0 52px 60px;
  background: #fff;
}
@media screen and (max-width: 1200px) {
  .contact-form__cont,
  .contact-form #mfp_phase_confirm_inner,
  .contact-thanks__cont,
  .contact-thanks #mfp_phase_confirm_inner {
    padding: 0 30px 58px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__cont,
  .contact-form #mfp_phase_confirm_inner,
  .contact-thanks__cont,
  .contact-thanks #mfp_phase_confirm_inner {
    padding: 0 30px 40px;
  }
}
.contact-form #mfp_phase_confirm,
.contact-thanks #mfp_phase_confirm {
  display: none;
}
.contact-form__step,
.contact-thanks__step {
  position: relative;
  top: 1px;
  padding: 60px 52px 25px;
  background: #fff;
  width: 100%;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .contact-form__step,
  .contact-thanks__step {
    padding: 60px 30px 25px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__step,
  .contact-thanks__step {
    padding: 0 0 15px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
}
.contact-form__step li,
.contact-thanks__step li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  flex: 0 0 33.3333333333%;
  border: solid 1px #d2e2f3;
  min-height: 50px;
}
@media screen and (max-width: 959px) {
  .contact-form__step li,
  .contact-thanks__step li {
    font-size: 12px;
  }
}
.contact-form__step li span,
.contact-thanks__step li span {
  position: relative;
  margin-right: 17px;
}
.contact-form__step li span::after,
.contact-thanks__step li span::after {
  position: absolute;
  content: "|";
  top: calc(50% - 2px);
  right: -11px;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .contact-form__step li span::after,
  .contact-thanks__step li span::after {
    top: 50%;
    font-size: 13px;
  }
}
.contact-form__step li:first-child,
.contact-thanks__step li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 959px) {
  .contact-form__step li:first-child,
  .contact-thanks__step li:first-child {
    border-bottom-left-radius: 0;
  }
}
.contact-form__step li:last-child,
.contact-thanks__step li:last-child {
  border-left: none;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media screen and (max-width: 959px) {
  .contact-form__step li:last-child,
  .contact-thanks__step li:last-child {
    border-bottom-right-radius: 0;
  }
}
.contact-form__step li.current,
.contact-thanks__step li.current {
  border: solid 1px #1e6bcb;
  background: #1e6bcb;
  color: #fff;
}
.contact-form__step li.current span::after,
.contact-thanks__step li.current span::after {
  color: #999999;
}
.contact-form .mfp_err,
.contact-thanks .mfp_err {
  font-size: 14px;
  color: #ffac43;
  padding: 0;
}
.contact-form__table,
.contact-form #mfp_confirm_table,
.contact-thanks__table,
.contact-thanks #mfp_confirm_table {
  width: 100%;
}
.contact-form__table tr,
.contact-form #mfp_confirm_table tr,
.contact-thanks__table tr,
.contact-thanks #mfp_confirm_table tr {
  position: relative;
  display: flex;
  padding: 30px 0;
  border-bottom: solid 1px transparent;
  background-color: #fff !important;
}
@media screen and (max-width: 959px) {
  .contact-form__table tr,
  .contact-form #mfp_confirm_table tr,
  .contact-thanks__table tr,
  .contact-thanks #mfp_confirm_table tr {
    padding: 25px 0;
    flex-direction: column;
  }
}
.contact-form__table tr.contacttime,
.contact-form #mfp_confirm_table tr.contacttime,
.contact-thanks__table tr.contacttime,
.contact-thanks #mfp_confirm_table tr.contacttime {
  padding: 30px 0 17px 0;
}
@media screen and (max-width: 959px) {
  .contact-form__table tr.contacttime,
  .contact-form #mfp_confirm_table tr.contacttime,
  .contact-thanks__table tr.contacttime,
  .contact-thanks #mfp_confirm_table tr.contacttime {
    padding: 25px 0 20px 0;
  }
}
.contact-form__table tr.detail,
.contact-form #mfp_confirm_table tr.detail,
.contact-thanks__table tr.detail,
.contact-thanks #mfp_confirm_table tr.detail {
  padding: 30px 0 22px 0;
}
@media screen and (max-width: 959px) {
  .contact-form__table tr.detail,
  .contact-form #mfp_confirm_table tr.detail,
  .contact-thanks__table tr.detail,
  .contact-thanks #mfp_confirm_table tr.detail {
    padding: 25px 0 20px 0;
  }
}
.contact-form__table tr.radio,
.contact-form #mfp_confirm_table tr.radio,
.contact-thanks__table tr.radio,
.contact-thanks #mfp_confirm_table tr.radio {
  padding: 30px 0 38px;
}
.contact-form__table tr::after,
.contact-form #mfp_confirm_table tr::after,
.contact-thanks__table tr::after,
.contact-thanks #mfp_confirm_table tr::after {
  position: absolute;
  display: block;
  left: 0;
  bottom: -1px;
  content: "";
  width: 100%;
  height: 1px;
  background: url("../img/contact/form-line.svg") left top/4px repeat-x;
}
.contact-form__table th,
.contact-form #mfp_confirm_table th,
.contact-thanks__table th,
.contact-thanks #mfp_confirm_table th {
  position: relative;
  flex: 0 0 300px;
  margin-right: 50px;
  padding: 12px 0 0 37px;
  line-height: 1.5;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table th,
  .contact-form #mfp_confirm_table th,
  .contact-thanks__table th,
  .contact-thanks #mfp_confirm_table th {
    flex: 0 0 250px;
    margin-right: 25px;
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table th,
  .contact-form #mfp_confirm_table th,
  .contact-thanks__table th,
  .contact-thanks #mfp_confirm_table th {
    flex: 0 1 auto;
    margin: 0 0 20px 0;
    padding: 0 0 0 15px;
  }
}
.contact-form__table th::before,
.contact-form #mfp_confirm_table th::before,
.contact-thanks__table th::before,
.contact-thanks #mfp_confirm_table th::before {
  position: absolute;
  content: "";
  display: block;
  top: 23px;
  left: 19px;
  width: 6px;
  height: 6px;
  background: #1e6bcb;
  border-radius: 50%;
}
@media screen and (max-width: 959px) {
  .contact-form__table th::before,
  .contact-form #mfp_confirm_table th::before,
  .contact-thanks__table th::before,
  .contact-thanks #mfp_confirm_table th::before {
    left: 0;
    top: 10px;
  }
}
.contact-form__table th .required,
.contact-form #mfp_confirm_table th .required,
.contact-thanks__table th .required,
.contact-thanks #mfp_confirm_table th .required {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 7px;
  width: 58px;
  height: 30px;
  background: #1e6bcb;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .contact-form__table th .required,
  .contact-form #mfp_confirm_table th .required,
  .contact-thanks__table th .required,
  .contact-thanks #mfp_confirm_table th .required {
    padding: 5px;
    top: 0;
    height: 25px;
  }
}
.contact-form__table input[type=text],
.contact-form__table input[type=tel],
.contact-form__table input[type=email],
.contact-form__table input[type=number],
.contact-form__table textarea,
.contact-form__table select,
.contact-form__table option,
.contact-form #mfp_confirm_table input[type=text],
.contact-form #mfp_confirm_table input[type=tel],
.contact-form #mfp_confirm_table input[type=email],
.contact-form #mfp_confirm_table input[type=number],
.contact-form #mfp_confirm_table textarea,
.contact-form #mfp_confirm_table select,
.contact-form #mfp_confirm_table option,
.contact-thanks__table input[type=text],
.contact-thanks__table input[type=tel],
.contact-thanks__table input[type=email],
.contact-thanks__table input[type=number],
.contact-thanks__table textarea,
.contact-thanks__table select,
.contact-thanks__table option,
.contact-thanks #mfp_confirm_table input[type=text],
.contact-thanks #mfp_confirm_table input[type=tel],
.contact-thanks #mfp_confirm_table input[type=email],
.contact-thanks #mfp_confirm_table input[type=number],
.contact-thanks #mfp_confirm_table textarea,
.contact-thanks #mfp_confirm_table select,
.contact-thanks #mfp_confirm_table option {
  padding: 5px 25px;
  min-height: 50px;
  line-height: 1;
  background: #f7f7f7;
  width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table input[type=text],
  .contact-form__table input[type=tel],
  .contact-form__table input[type=email],
  .contact-form__table input[type=number],
  .contact-form__table textarea,
  .contact-form__table select,
  .contact-form__table option,
  .contact-form #mfp_confirm_table input[type=text],
  .contact-form #mfp_confirm_table input[type=tel],
  .contact-form #mfp_confirm_table input[type=email],
  .contact-form #mfp_confirm_table input[type=number],
  .contact-form #mfp_confirm_table textarea,
  .contact-form #mfp_confirm_table select,
  .contact-form #mfp_confirm_table option,
  .contact-thanks__table input[type=text],
  .contact-thanks__table input[type=tel],
  .contact-thanks__table input[type=email],
  .contact-thanks__table input[type=number],
  .contact-thanks__table textarea,
  .contact-thanks__table select,
  .contact-thanks__table option,
  .contact-thanks #mfp_confirm_table input[type=text],
  .contact-thanks #mfp_confirm_table input[type=tel],
  .contact-thanks #mfp_confirm_table input[type=email],
  .contact-thanks #mfp_confirm_table input[type=number],
  .contact-thanks #mfp_confirm_table textarea,
  .contact-thanks #mfp_confirm_table select,
  .contact-thanks #mfp_confirm_table option {
    padding: 5px 15px;
  }
}
.contact-form__table input[type=text]::-moz-placeholder, .contact-form__table input[type=tel]::-moz-placeholder, .contact-form__table input[type=email]::-moz-placeholder, .contact-form__table input[type=number]::-moz-placeholder, .contact-form__table textarea::-moz-placeholder, .contact-form__table select::-moz-placeholder, .contact-form__table option::-moz-placeholder, .contact-form #mfp_confirm_table input[type=text]::-moz-placeholder, .contact-form #mfp_confirm_table input[type=tel]::-moz-placeholder, .contact-form #mfp_confirm_table input[type=email]::-moz-placeholder, .contact-form #mfp_confirm_table input[type=number]::-moz-placeholder, .contact-form #mfp_confirm_table textarea::-moz-placeholder, .contact-form #mfp_confirm_table select::-moz-placeholder, .contact-form #mfp_confirm_table option::-moz-placeholder, .contact-thanks__table input[type=text]::-moz-placeholder, .contact-thanks__table input[type=tel]::-moz-placeholder, .contact-thanks__table input[type=email]::-moz-placeholder, .contact-thanks__table input[type=number]::-moz-placeholder, .contact-thanks__table textarea::-moz-placeholder, .contact-thanks__table select::-moz-placeholder, .contact-thanks__table option::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=text]::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=tel]::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=email]::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=number]::-moz-placeholder, .contact-thanks #mfp_confirm_table textarea::-moz-placeholder, .contact-thanks #mfp_confirm_table select::-moz-placeholder, .contact-thanks #mfp_confirm_table option::-moz-placeholder {
  position: relative;
  top: 2px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #666666;
}
.contact-form__table input[type=text]::placeholder,
.contact-form__table input[type=tel]::placeholder,
.contact-form__table input[type=email]::placeholder,
.contact-form__table input[type=number]::placeholder,
.contact-form__table textarea::placeholder,
.contact-form__table select::placeholder,
.contact-form__table option::placeholder,
.contact-form #mfp_confirm_table input[type=text]::placeholder,
.contact-form #mfp_confirm_table input[type=tel]::placeholder,
.contact-form #mfp_confirm_table input[type=email]::placeholder,
.contact-form #mfp_confirm_table input[type=number]::placeholder,
.contact-form #mfp_confirm_table textarea::placeholder,
.contact-form #mfp_confirm_table select::placeholder,
.contact-form #mfp_confirm_table option::placeholder,
.contact-thanks__table input[type=text]::placeholder,
.contact-thanks__table input[type=tel]::placeholder,
.contact-thanks__table input[type=email]::placeholder,
.contact-thanks__table input[type=number]::placeholder,
.contact-thanks__table textarea::placeholder,
.contact-thanks__table select::placeholder,
.contact-thanks__table option::placeholder,
.contact-thanks #mfp_confirm_table input[type=text]::placeholder,
.contact-thanks #mfp_confirm_table input[type=tel]::placeholder,
.contact-thanks #mfp_confirm_table input[type=email]::placeholder,
.contact-thanks #mfp_confirm_table input[type=number]::placeholder,
.contact-thanks #mfp_confirm_table textarea::placeholder,
.contact-thanks #mfp_confirm_table select::placeholder,
.contact-thanks #mfp_confirm_table option::placeholder {
  position: relative;
  top: 2px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #666666;
}
@media screen and (max-width: 1200px) {
  .contact-form__table input[type=text]::-moz-placeholder, .contact-form__table input[type=tel]::-moz-placeholder, .contact-form__table input[type=email]::-moz-placeholder, .contact-form__table input[type=number]::-moz-placeholder, .contact-form__table textarea::-moz-placeholder, .contact-form__table select::-moz-placeholder, .contact-form__table option::-moz-placeholder, .contact-form #mfp_confirm_table input[type=text]::-moz-placeholder, .contact-form #mfp_confirm_table input[type=tel]::-moz-placeholder, .contact-form #mfp_confirm_table input[type=email]::-moz-placeholder, .contact-form #mfp_confirm_table input[type=number]::-moz-placeholder, .contact-form #mfp_confirm_table textarea::-moz-placeholder, .contact-form #mfp_confirm_table select::-moz-placeholder, .contact-form #mfp_confirm_table option::-moz-placeholder, .contact-thanks__table input[type=text]::-moz-placeholder, .contact-thanks__table input[type=tel]::-moz-placeholder, .contact-thanks__table input[type=email]::-moz-placeholder, .contact-thanks__table input[type=number]::-moz-placeholder, .contact-thanks__table textarea::-moz-placeholder, .contact-thanks__table select::-moz-placeholder, .contact-thanks__table option::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=text]::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=tel]::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=email]::-moz-placeholder, .contact-thanks #mfp_confirm_table input[type=number]::-moz-placeholder, .contact-thanks #mfp_confirm_table textarea::-moz-placeholder, .contact-thanks #mfp_confirm_table select::-moz-placeholder, .contact-thanks #mfp_confirm_table option::-moz-placeholder {
    letter-spacing: 0;
  }
  .contact-form__table input[type=text]::placeholder,
  .contact-form__table input[type=tel]::placeholder,
  .contact-form__table input[type=email]::placeholder,
  .contact-form__table input[type=number]::placeholder,
  .contact-form__table textarea::placeholder,
  .contact-form__table select::placeholder,
  .contact-form__table option::placeholder,
  .contact-form #mfp_confirm_table input[type=text]::placeholder,
  .contact-form #mfp_confirm_table input[type=tel]::placeholder,
  .contact-form #mfp_confirm_table input[type=email]::placeholder,
  .contact-form #mfp_confirm_table input[type=number]::placeholder,
  .contact-form #mfp_confirm_table textarea::placeholder,
  .contact-form #mfp_confirm_table select::placeholder,
  .contact-form #mfp_confirm_table option::placeholder,
  .contact-thanks__table input[type=text]::placeholder,
  .contact-thanks__table input[type=tel]::placeholder,
  .contact-thanks__table input[type=email]::placeholder,
  .contact-thanks__table input[type=number]::placeholder,
  .contact-thanks__table textarea::placeholder,
  .contact-thanks__table select::placeholder,
  .contact-thanks__table option::placeholder,
  .contact-thanks #mfp_confirm_table input[type=text]::placeholder,
  .contact-thanks #mfp_confirm_table input[type=tel]::placeholder,
  .contact-thanks #mfp_confirm_table input[type=email]::placeholder,
  .contact-thanks #mfp_confirm_table input[type=number]::placeholder,
  .contact-thanks #mfp_confirm_table textarea::placeholder,
  .contact-thanks #mfp_confirm_table select::placeholder,
  .contact-thanks #mfp_confirm_table option::placeholder {
    letter-spacing: 0;
  }
}
.contact-form__table select,
.contact-form__table option,
.contact-form #mfp_confirm_table select,
.contact-form #mfp_confirm_table option,
.contact-thanks__table select,
.contact-thanks__table option,
.contact-thanks #mfp_confirm_table select,
.contact-thanks #mfp_confirm_table option {
  padding-top: 7px;
}
.contact-form__table textarea,
.contact-form #mfp_confirm_table textarea,
.contact-thanks__table textarea,
.contact-thanks #mfp_confirm_table textarea {
  line-height: 1.5;
  padding: 15px 25px;
  min-height: 200px;
}
@media screen and (max-width: 959px) {
  .contact-form__table textarea,
  .contact-form #mfp_confirm_table textarea,
  .contact-thanks__table textarea,
  .contact-thanks #mfp_confirm_table textarea {
    padding: 15px;
  }
}
.contact-form__table td,
.contact-form #mfp_confirm_table td,
.contact-thanks__table td,
.contact-thanks #mfp_confirm_table td {
  position: relative;
  flex: 0 1 100%;
  border: none;
}
.contact-form__table td::after,
.contact-form #mfp_confirm_table td::after,
.contact-thanks__table td::after,
.contact-thanks #mfp_confirm_table td::after {
  display: none;
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -35px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url("../img/contact/icon-check.svg") center/cover no-repeat;
}
@media screen and (max-width: 1200px) {
  .contact-form__table td::after,
  .contact-form #mfp_confirm_table td::after,
  .contact-thanks__table td::after,
  .contact-thanks #mfp_confirm_table td::after {
    right: -22px;
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table td::after,
  .contact-form #mfp_confirm_table td::after,
  .contact-thanks__table td::after,
  .contact-thanks #mfp_confirm_table td::after {
    right: -22px;
  }
}
.contact-form__table td.ok::after,
.contact-form #mfp_confirm_table td.ok::after,
.contact-thanks__table td.ok::after,
.contact-thanks #mfp_confirm_table td.ok::after {
  display: block;
}
.contact-form__table td .txt-right,
.contact-form #mfp_confirm_table td .txt-right,
.contact-thanks__table td .txt-right,
.contact-thanks #mfp_confirm_table td .txt-right {
  margin-left: 12px;
}
@media screen and (max-width: 750px) {
  .contact-form__table td .txt-right,
  .contact-form #mfp_confirm_table td .txt-right,
  .contact-thanks__table td .txt-right,
  .contact-thanks #mfp_confirm_table td .txt-right {
    margin-left: 5px;
  }
}
.contact-form__table td .txt-left,
.contact-form #mfp_confirm_table td .txt-left,
.contact-thanks__table td .txt-left,
.contact-thanks #mfp_confirm_table td .txt-left {
  flex: 0 0 90px;
}
.contact-form__table td .selector,
.contact-form #mfp_confirm_table td .selector,
.contact-thanks__table td .selector,
.contact-thanks #mfp_confirm_table td .selector {
  position: relative;
}
.contact-form__table td .selector::after,
.contact-form #mfp_confirm_table td .selector::after,
.contact-thanks__table td .selector::after,
.contact-thanks #mfp_confirm_table td .selector::after {
  position: absolute;
  right: 24px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 11px;
  height: 13px;
  background: url("../img/contact/arw.svg") center/cover no-repeat;
}
@media screen and (max-width: 959px) {
  .contact-form__table td .selector::after,
  .contact-form #mfp_confirm_table td .selector::after,
  .contact-thanks__table td .selector::after,
  .contact-thanks #mfp_confirm_table td .selector::after {
    top: 50%;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table td.accidentday,
  .contact-form #mfp_confirm_table td.accidentday,
  .contact-thanks__table td.accidentday,
  .contact-thanks #mfp_confirm_table td.accidentday {
    max-height: inherit;
  }
}
.contact-form__table td.age input[type=text],
.contact-form #mfp_confirm_table td.age input[type=text],
.contact-thanks__table td.age input[type=text],
.contact-thanks #mfp_confirm_table td.age input[type=text] {
  max-width: 100px;
}
.contact-form__table td.area .area-zip,
.contact-form__table td.area .area-address,
.contact-form #mfp_confirm_table td.area .area-zip,
.contact-form #mfp_confirm_table td.area .area-address,
.contact-thanks__table td.area .area-zip,
.contact-thanks__table td.area .area-address,
.contact-thanks #mfp_confirm_table td.area .area-zip,
.contact-thanks #mfp_confirm_table td.area .area-address {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .contact-form__table td.area .area-zip,
  .contact-form__table td.area .area-address,
  .contact-form #mfp_confirm_table td.area .area-zip,
  .contact-form #mfp_confirm_table td.area .area-address,
  .contact-thanks__table td.area .area-zip,
  .contact-thanks__table td.area .area-address,
  .contact-thanks #mfp_confirm_table td.area .area-zip,
  .contact-thanks #mfp_confirm_table td.area .area-address {
    display: block;
  }
}
.contact-form__table td.area .area-zip,
.contact-form #mfp_confirm_table td.area .area-zip,
.contact-thanks__table td.area .area-zip,
.contact-thanks #mfp_confirm_table td.area .area-zip {
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  .contact-form__table td.area .area-zip,
  .contact-form #mfp_confirm_table td.area .area-zip,
  .contact-thanks__table td.area .area-zip,
  .contact-thanks #mfp_confirm_table td.area .area-zip {
    margin-bottom: 10px;
  }
}
.contact-form__table td.area .area-zip input[type=text],
.contact-form #mfp_confirm_table td.area .area-zip input[type=text],
.contact-thanks__table td.area .area-zip input[type=text],
.contact-thanks #mfp_confirm_table td.area .area-zip input[type=text] {
  max-width: 300px;
}
@media screen and (max-width: 959px) {
  .contact-form__table td.area .area-zip input[type=text],
  .contact-form #mfp_confirm_table td.area .area-zip input[type=text],
  .contact-thanks__table td.area .area-zip input[type=text],
  .contact-thanks #mfp_confirm_table td.area .area-zip input[type=text] {
    max-width: 100%;
  }
}
.contact-form__table td .date-wrap,
.contact-form #mfp_confirm_table td .date-wrap,
.contact-thanks__table td .date-wrap,
.contact-thanks #mfp_confirm_table td .date-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 959px) {
  .contact-form__table td .date-wrap,
  .contact-form #mfp_confirm_table td .date-wrap,
  .contact-thanks__table td .date-wrap,
  .contact-thanks #mfp_confirm_table td .date-wrap {
    display: block;
    margin-bottom: 20px;
  }
}
.contact-form__table td .date-wrap:last-of-type,
.contact-form #mfp_confirm_table td .date-wrap:last-of-type,
.contact-thanks__table td .date-wrap:last-of-type,
.contact-thanks #mfp_confirm_table td .date-wrap:last-of-type {
  margin-bottom: 0;
}
.contact-form__table td .date-wrap .wrap,
.contact-form #mfp_confirm_table td .date-wrap .wrap,
.contact-thanks__table td .date-wrap .wrap,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap {
  flex: 0 1 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .contact-form__table td .date-wrap .wrap,
  .contact-form #mfp_confirm_table td .date-wrap .wrap,
  .contact-thanks__table td .date-wrap .wrap,
  .contact-thanks #mfp_confirm_table td .date-wrap .wrap {
    flex-direction: column;
  }
}
.contact-form__table td .date-wrap .wrap .calendar,
.contact-form #mfp_confirm_table td .date-wrap .wrap .calendar,
.contact-thanks__table td .date-wrap .wrap .calendar,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar {
  position: relative;
  flex: 0 0 300px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table td .date-wrap .wrap .calendar,
  .contact-form #mfp_confirm_table td .date-wrap .wrap .calendar,
  .contact-thanks__table td .date-wrap .wrap .calendar,
  .contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar {
    flex: 0 1 300px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table td .date-wrap .wrap .calendar,
  .contact-form #mfp_confirm_table td .date-wrap .wrap .calendar,
  .contact-thanks__table td .date-wrap .wrap .calendar,
  .contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar {
    flex: 0 1 auto;
    margin: 0 0 10px;
  }
}
.contact-form__table td .date-wrap .wrap .calendar::after,
.contact-form #mfp_confirm_table td .date-wrap .wrap .calendar::after,
.contact-thanks__table td .date-wrap .wrap .calendar::after,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar::after {
  position: absolute;
  right: 24px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 13px;
  height: 14px;
  background: url("../img/contact/calendar.png") center/cover no-repeat;
}
.contact-form__table td .date-wrap .wrap .calendar input[type=text],
.contact-form #mfp_confirm_table td .date-wrap .wrap .calendar input[type=text],
.contact-thanks__table td .date-wrap .wrap .calendar input[type=text],
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar input[type=text] {
  width: 100%;
}
.contact-form__table td .date-wrap .wrap .calendar input[type=text]::-moz-placeholder, .contact-form #mfp_confirm_table td .date-wrap .wrap .calendar input[type=text]::-moz-placeholder, .contact-thanks__table td .date-wrap .wrap .calendar input[type=text]::-moz-placeholder, .contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar input[type=text]::-moz-placeholder {
  color: #222222;
}
.contact-form__table td .date-wrap .wrap .calendar input[type=text]::placeholder,
.contact-form #mfp_confirm_table td .date-wrap .wrap .calendar input[type=text]::placeholder,
.contact-thanks__table td .date-wrap .wrap .calendar input[type=text]::placeholder,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .calendar input[type=text]::placeholder {
  color: #222222;
}
.contact-form__table td .date-wrap .wrap .selector,
.contact-form #mfp_confirm_table td .date-wrap .wrap .selector,
.contact-thanks__table td .date-wrap .wrap .selector,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .selector {
  flex: 0 0 300px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table td .date-wrap .wrap .selector,
  .contact-form #mfp_confirm_table td .date-wrap .wrap .selector,
  .contact-thanks__table td .date-wrap .wrap .selector,
  .contact-thanks #mfp_confirm_table td .date-wrap .wrap .selector {
    flex: 0 1 300px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table td .date-wrap .wrap .selector,
  .contact-form #mfp_confirm_table td .date-wrap .wrap .selector,
  .contact-thanks__table td .date-wrap .wrap .selector,
  .contact-thanks #mfp_confirm_table td .date-wrap .wrap .selector {
    flex: 0 1 auto;
    margin-right: 0;
  }
}
.contact-form__table td .date-wrap .wrap .selector select,
.contact-form__table td .date-wrap .wrap .selector option,
.contact-form #mfp_confirm_table td .date-wrap .wrap .selector select,
.contact-form #mfp_confirm_table td .date-wrap .wrap .selector option,
.contact-thanks__table td .date-wrap .wrap .selector select,
.contact-thanks__table td .date-wrap .wrap .selector option,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .selector select,
.contact-thanks #mfp_confirm_table td .date-wrap .wrap .selector option {
  width: 100%;
}
.contact-form__table td.accidentday .accidentday__inner,
.contact-form #mfp_confirm_table td.accidentday .accidentday__inner,
.contact-thanks__table td.accidentday .accidentday__inner,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday__inner {
  display: flex;
}
@media screen and (max-width: 750px) {
  .contact-form__table td.accidentday .accidentday__inner,
  .contact-form #mfp_confirm_table td.accidentday .accidentday__inner,
  .contact-thanks__table td.accidentday .accidentday__inner,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday__inner {
    flex-wrap: wrap;
  }
}
.contact-form__table td.accidentday .accidentday-year,
.contact-form__table td.accidentday .accidentday-month,
.contact-form__table td.accidentday .accidentday-day,
.contact-form #mfp_confirm_table td.accidentday .accidentday-year,
.contact-form #mfp_confirm_table td.accidentday .accidentday-month,
.contact-form #mfp_confirm_table td.accidentday .accidentday-day,
.contact-thanks__table td.accidentday .accidentday-year,
.contact-thanks__table td.accidentday .accidentday-month,
.contact-thanks__table td.accidentday .accidentday-day,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-year,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-month,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-day {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contact-form__table td.accidentday .accidentday-year,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-year,
  .contact-thanks__table td.accidentday .accidentday-year,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-year {
    flex: 0 0 100%;
  }
}
.contact-form__table td.accidentday .accidentday-year input[type=text],
.contact-form #mfp_confirm_table td.accidentday .accidentday-year input[type=text],
.contact-thanks__table td.accidentday .accidentday-year input[type=text],
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-year input[type=text] {
  width: 200px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table td.accidentday .accidentday-year input[type=text],
  .contact-form #mfp_confirm_table td.accidentday .accidentday-year input[type=text],
  .contact-thanks__table td.accidentday .accidentday-year input[type=text],
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-year input[type=text] {
    width: 100px;
  }
}
@media screen and (max-width: 750px) {
  .contact-form__table td.accidentday .accidentday-year input[type=text],
  .contact-form #mfp_confirm_table td.accidentday .accidentday-year input[type=text],
  .contact-thanks__table td.accidentday .accidentday-year input[type=text],
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-year input[type=text] {
    width: 100%;
  }
}
.contact-form__table td.accidentday .accidentday-month,
.contact-form__table td.accidentday .accidentday-day,
.contact-form #mfp_confirm_table td.accidentday .accidentday-month,
.contact-form #mfp_confirm_table td.accidentday .accidentday-day,
.contact-thanks__table td.accidentday .accidentday-month,
.contact-thanks__table td.accidentday .accidentday-day,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-month,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-day {
  margin-left: 36px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table td.accidentday .accidentday-month,
  .contact-form__table td.accidentday .accidentday-day,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-month,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-day,
  .contact-thanks__table td.accidentday .accidentday-month,
  .contact-thanks__table td.accidentday .accidentday-day,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-month,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-day {
    margin-left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .contact-form__table td.accidentday .accidentday-month,
  .contact-form__table td.accidentday .accidentday-day,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-month,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-day,
  .contact-thanks__table td.accidentday .accidentday-month,
  .contact-thanks__table td.accidentday .accidentday-day,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-month,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-day {
    margin: 10px 5px 0 0;
  }
}
.contact-form__table td.accidentday .accidentday-month select,
.contact-form__table td.accidentday .accidentday-month option,
.contact-form__table td.accidentday .accidentday-day select,
.contact-form__table td.accidentday .accidentday-day option,
.contact-form #mfp_confirm_table td.accidentday .accidentday-month select,
.contact-form #mfp_confirm_table td.accidentday .accidentday-month option,
.contact-form #mfp_confirm_table td.accidentday .accidentday-day select,
.contact-form #mfp_confirm_table td.accidentday .accidentday-day option,
.contact-thanks__table td.accidentday .accidentday-month select,
.contact-thanks__table td.accidentday .accidentday-month option,
.contact-thanks__table td.accidentday .accidentday-day select,
.contact-thanks__table td.accidentday .accidentday-day option,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-month select,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-month option,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-day select,
.contact-thanks #mfp_confirm_table td.accidentday .accidentday-day option {
  width: 150px;
}
@media screen and (max-width: 1200px) {
  .contact-form__table td.accidentday .accidentday-month select,
  .contact-form__table td.accidentday .accidentday-month option,
  .contact-form__table td.accidentday .accidentday-day select,
  .contact-form__table td.accidentday .accidentday-day option,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-month select,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-month option,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-day select,
  .contact-form #mfp_confirm_table td.accidentday .accidentday-day option,
  .contact-thanks__table td.accidentday .accidentday-month select,
  .contact-thanks__table td.accidentday .accidentday-month option,
  .contact-thanks__table td.accidentday .accidentday-day select,
  .contact-thanks__table td.accidentday .accidentday-day option,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-month select,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-month option,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-day select,
  .contact-thanks #mfp_confirm_table td.accidentday .accidentday-day option {
    width: 100px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table td.diseasename input[type=text],
  .contact-form #mfp_confirm_table td.diseasename input[type=text],
  .contact-thanks__table td.diseasename input[type=text],
  .contact-thanks #mfp_confirm_table td.diseasename input[type=text] {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 959px) {
  .contact-form__table td.diseasename input[type=text]::-moz-placeholder, .contact-form #mfp_confirm_table td.diseasename input[type=text]::-moz-placeholder, .contact-thanks__table td.diseasename input[type=text]::-moz-placeholder, .contact-thanks #mfp_confirm_table td.diseasename input[type=text]::-moz-placeholder {
    font-size: 12px;
    letter-spacing: -1.5px;
  }
  .contact-form__table td.diseasename input[type=text]::placeholder,
  .contact-form #mfp_confirm_table td.diseasename input[type=text]::placeholder,
  .contact-thanks__table td.diseasename input[type=text]::placeholder,
  .contact-thanks #mfp_confirm_table td.diseasename input[type=text]::placeholder {
    font-size: 12px;
    letter-spacing: -1.5px;
  }
}
.contact-form__table td.radio .radio-inner,
.contact-form #mfp_confirm_table td.radio .radio-inner,
.contact-thanks__table td.radio .radio-inner,
.contact-thanks #mfp_confirm_table td.radio .radio-inner {
  padding-top: 9px;
  display: flex;
}
.contact-form__table td.radio .radio-inner label,
.contact-form #mfp_confirm_table td.radio .radio-inner label,
.contact-thanks__table td.radio .radio-inner label,
.contact-thanks #mfp_confirm_table td.radio .radio-inner label {
  position: relative;
  display: block;
  margin-right: 36px;
  padding-left: 30px;
}
@media screen and (max-width: 959px) {
  .contact-form__table td.radio .radio-inner label,
  .contact-form #mfp_confirm_table td.radio .radio-inner label,
  .contact-thanks__table td.radio .radio-inner label,
  .contact-thanks #mfp_confirm_table td.radio .radio-inner label {
    margin-right: 25px;
  }
}
.contact-form__table td.radio .radio-inner label::before, .contact-form__table td.radio .radio-inner label::after,
.contact-form #mfp_confirm_table td.radio .radio-inner label::before,
.contact-form #mfp_confirm_table td.radio .radio-inner label::after,
.contact-thanks__table td.radio .radio-inner label::before,
.contact-thanks__table td.radio .radio-inner label::after,
.contact-thanks #mfp_confirm_table td.radio .radio-inner label::before,
.contact-thanks #mfp_confirm_table td.radio .radio-inner label::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  border-radius: 50%;
}
.contact-form__table td.radio .radio-inner label::before,
.contact-form #mfp_confirm_table td.radio .radio-inner label::before,
.contact-thanks__table td.radio .radio-inner label::before,
.contact-thanks #mfp_confirm_table td.radio .radio-inner label::before {
  left: 0;
  width: 20px;
  height: 20px;
  background: #e2e2e2;
}
.contact-form__table td.radio .radio-inner label::after,
.contact-form #mfp_confirm_table td.radio .radio-inner label::after,
.contact-thanks__table td.radio .radio-inner label::after,
.contact-thanks #mfp_confirm_table td.radio .radio-inner label::after {
  display: none;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #1e6bcb;
}
.contact-form__table td.radio .radio-inner label.mfp_checked::after,
.contact-form #mfp_confirm_table td.radio .radio-inner label.mfp_checked::after,
.contact-thanks__table td.radio .radio-inner label.mfp_checked::after,
.contact-thanks #mfp_confirm_table td.radio .radio-inner label.mfp_checked::after {
  display: block;
}
.contact-form__table td.radio .radio-inner input[type=radio],
.contact-form #mfp_confirm_table td.radio .radio-inner input[type=radio],
.contact-thanks__table td.radio .radio-inner input[type=radio],
.contact-thanks #mfp_confirm_table td.radio .radio-inner input[type=radio] {
  display: none;
}
.contact-form__table td.radio .radio-inner span,
.contact-form #mfp_confirm_table td.radio .radio-inner span,
.contact-thanks__table td.radio .radio-inner span,
.contact-thanks #mfp_confirm_table td.radio .radio-inner span {
  color: #666666;
}
.contact-form__table td.contacttime .selector::after,
.contact-form #mfp_confirm_table td.contacttime .selector::after,
.contact-thanks__table td.contacttime .selector::after,
.contact-thanks #mfp_confirm_table td.contacttime .selector::after {
  display: none;
}
.contact-form__table td.contacttime .selector .contacttime-selector-after,
.contact-form #mfp_confirm_table td.contacttime .selector .contacttime-selector-after,
.contact-thanks__table td.contacttime .selector .contacttime-selector-after,
.contact-thanks #mfp_confirm_table td.contacttime .selector .contacttime-selector-after {
  position: absolute;
  right: 24px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 11px;
  height: 13px;
  background: url("../img/contact/arw.svg") center/cover no-repeat;
}
@media screen and (max-width: 959px) {
  .contact-form__table td.contacttime .selector .contacttime-selector-after,
  .contact-form #mfp_confirm_table td.contacttime .selector .contacttime-selector-after,
  .contact-thanks__table td.contacttime .selector .contacttime-selector-after,
  .contact-thanks #mfp_confirm_table td.contacttime .selector .contacttime-selector-after {
    top: 50%;
  }
}
.contact-form__table td.contacttime .selector select,
.contact-form__table td.contacttime .selector option,
.contact-form #mfp_confirm_table td.contacttime .selector select,
.contact-form #mfp_confirm_table td.contacttime .selector option,
.contact-thanks__table td.contacttime .selector select,
.contact-thanks__table td.contacttime .selector option,
.contact-thanks #mfp_confirm_table td.contacttime .selector select,
.contact-thanks #mfp_confirm_table td.contacttime .selector option {
  width: 300px;
}
@media screen and (max-width: 750px) {
  .contact-form__table td.contacttime .selector select,
  .contact-form__table td.contacttime .selector option,
  .contact-form #mfp_confirm_table td.contacttime .selector select,
  .contact-form #mfp_confirm_table td.contacttime .selector option,
  .contact-thanks__table td.contacttime .selector select,
  .contact-thanks__table td.contacttime .selector option,
  .contact-thanks #mfp_confirm_table td.contacttime .selector select,
  .contact-thanks #mfp_confirm_table td.contacttime .selector option {
    width: 100%;
  }
}
.contact-form__policy,
.contact-thanks__policy {
  margin: 32px 0 31px;
  padding: 57px 30px 0;
  background: #fff;
  height: 243px;
  overflow-y: scroll;
}
@media screen and (max-width: 750px) {
  .contact-form__policy,
  .contact-thanks__policy {
    margin: 20px 0;
    padding: 30px 30px 0;
    height: 90px;
  }
}
.contact-form__policy-inner,
.contact-thanks__policy-inner {
  max-width: 910px;
  margin: 0 auto;
}
.contact-form__policy-ttl1,
.contact-thanks__policy-ttl1 {
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 959px) {
  .contact-form__policy-ttl1,
  .contact-thanks__policy-ttl1 {
    font-size: 18px;
  }
}
.contact-form__policy-ttl2,
.contact-thanks__policy-ttl2 {
  margin-bottom: 4px;
  line-height: 1.5;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 959px) {
  .contact-form__policy-ttl2,
  .contact-thanks__policy-ttl2 {
    font-size: 14px;
  }
}
.contact-form__policy-txt,
.contact-thanks__policy-txt {
  font-size: 16px;
  line-height: 2;
  color: #222222;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .contact-form__policy-txt,
  .contact-thanks__policy-txt {
    font-size: 14px;
  }
}
.contact-form__check,
.contact-thanks__check {
  margin-bottom: 34px;
}
.contact-form__check .mfp_err,
.contact-thanks__check .mfp_err {
  text-align: center;
}
.contact-form__check-field,
.contact-thanks__check-field {
  position: relative;
  left: -3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form__check-field input[type=checkbox],
.contact-thanks__check-field input[type=checkbox] {
  display: none;
}
.contact-form__check-field .required,
.contact-thanks__check-field .required {
  position: relative;
  top: 0;
  display: flex;
  justify-content: center;
  padding: 7px;
  width: 58px;
  height: 30px;
  background: #1e6bcb;
  border-radius: 3px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
.contact-form__check-field label,
.contact-thanks__check-field label {
  position: relative;
  margin-left: 14px;
  padding-left: 26px;
}
.contact-form__check-field label::before,
.contact-thanks__check-field label::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 5px;
  border: solid 1px #cecfcf;
}
.contact-form__check-field label::after,
.contact-thanks__check-field label::after {
  content: "";
  display: none;
  position: absolute;
  top: -2px;
  left: 4px;
  border-right: 3px solid #1e6bcb;
  border-bottom: 3px solid #1e6bcb;
  transform: rotate(45deg);
  width: 12px;
  height: 18px;
}
.contact-form__check-field label.mfp_checked::after,
.contact-thanks__check-field label.mfp_checked::after {
  display: block;
}
.contact-form__submit,
.contact-thanks__submit {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .contact-form__submit,
  .contact-thanks__submit {
    display: flex;
    justify-content: center;
    min-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .contact-form__submit,
  .contact-thanks__submit {
    width: 241px;
  }
}
.contact-form__submit button,
.contact-thanks__submit button {
  position: relative;
  min-width: 320px;
  padding: 19px 0 19px 0px;
}
@media screen and (max-width: 750px) {
  .contact-form__submit button,
  .contact-thanks__submit button {
    min-width: inherit;
    padding: 11px 0;
    width: 241px;
  }
}
.contact-form__submit button i,
.contact-thanks__submit button i {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
}
.contact-form #mfp_confirm_table td,
.contact-thanks #mfp_confirm_table td {
  padding-top: 10px;
}
@media screen and (max-width: 959px) {
  .contact-form #mfp_confirm_table td,
  .contact-thanks #mfp_confirm_table td {
    padding-top: 0;
  }
}
.contact-form #mfp_phase_confirm_inner h4,
.contact-thanks #mfp_phase_confirm_inner h4 {
  text-align: center;
  font-size: 18px;
  color: #ffac43;
}
@media screen and (max-width: 750px) {
  .contact-form #mfp_phase_confirm_inner h4,
  .contact-thanks #mfp_phase_confirm_inner h4 {
    font-size: 14px;
  }
}
.contact-form .mfp_buttons,
.contact-thanks .mfp_buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form .mfp_buttons button,
.contact-thanks .mfp_buttons button {
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1e6bcb;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  border: 2px solid #1e6bcb;
  border-radius: 50px;
  padding: 18px 16px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 959px) {
  .contact-form .mfp_buttons button,
  .contact-thanks .mfp_buttons button {
    max-width: 320px;
    font-size: 15px;
    padding: 11px 0;
  }
}
@media screen and (max-width: 750px) {
  .contact-form .mfp_buttons button,
  .contact-thanks .mfp_buttons button {
    width: 241px;
  }
}
.contact-form .mfp_buttons button i,
.contact-thanks .mfp_buttons button i {
  font-size: 24px;
  margin-right: 10px;
}
.contact-form .mfp_buttons button i.fa-arrow-right,
.contact-thanks .mfp_buttons button i.fa-arrow-right {
  font-size: 18px;
  margin-left: 16px;
}
.contact-form .mfp_buttons button:hover,
.contact-thanks .mfp_buttons button:hover {
  background: #FFF;
  color: #1e6bcb;
}
.contact-form .mfp_buttons #mfp_button_cancel,
.contact-thanks .mfp_buttons #mfp_button_cancel {
  margin-top: 15px;
  background: #FFF;
  color: #1e6bcb;
}
@media screen and (max-width: 959px) {
  .contact-form .mfp_buttons #mfp_button_cancel,
  .contact-thanks .mfp_buttons #mfp_button_cancel {
    margin-bottom: 10px;
  }
}
.contact-form .mfp_buttons #mfp_button_cancel:hover,
.contact-thanks .mfp_buttons #mfp_button_cancel:hover {
  background: #1e6bcb;
  color: #FFF;
}
.contact-form__btn,
.contact-thanks__btn {
  margin: 30px auto 0;
}
.contact-form__ttl,
.contact-thanks__ttl {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .contact-form__ttl,
  .contact-thanks__ttl {
    margin-bottom: 25px;
  }
}
.contact-form__txt,
.contact-thanks__txt {
  padding: 50px 0;
  display: block;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contact-form__txt,
  .contact-thanks__txt {
    padding: 30px 0;
    font-size: 16px;
  }
}/*# sourceMappingURL=style.css.map */