@charset "UTF-8";
/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500&display=swap');
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, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
*, *:before, *:after {
  box-sizing: border-box;
}
body * {
  max-height: 99999em;
  word-break: break-word;
}
img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input, label, select, button {
  line-height: inherit;
}
input, label, select, button, textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}
button:focus {
  outline: 0;
}
input:focus, textarea:focus, select:focus {
  outline: auto;
}
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */ ::-webkit-search-decoration {
  display: none;
}
/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}
/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
  html, body {
    margin: 0;
  }
  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.1em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
/* HELPERS
 * ----------------------------------------------- */
a {
  color: #464646;
  text-decoration: none;
}
.hidden {
  display: none;
}
/* RESPONSIVE
 * ----------------------------------------------- */
.container {
  overflow: hidden;
}
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }
  .container {
    min-width: 1250px;
  }
  .wrapper {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  .sm {
    display: none !important;
  }
  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: calc(100vw / 7.5);
  }
  body {
    font-size: 0.28rem;
  }
  .container {
    min-width: 320px;
  }
  .wrapper {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md {
    display: none !important;
  }
}
/* PARTS
 * ----------------------------------------------- */
header {
  letter-spacing: 0;
  z-index: 9999;
}
header .logo-image {
  display: block;
}
header .header-wrapper {
  display: -ms-flexbox;
  display: flex;
}
header .header-right {
  width: 100%;
  color: #fff;
  display: inline-block;
}
header .contact {
  background-color: #fff;
  color: #005ead;
  font-weight: bold;
  margin-left: auto;
}
header .number {
  position: relative;
}
header .number:before {
  position: absolute;
  content: "";
  background: center/100% auto no-repeat;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .item-navigation {
  position: relative;
}
header .item-navigation a {
  color: #fff;
  font-weight: bold;
}
header .item-navigation:first-child {
  position: relative;
}
header .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10;
}
header .sub-menu li {
  background-color: #337ebd;
  color: #fff;
}
header .sub-menu a {
  display: inline-block;
  text-align: center;
}
header .wrapper-navigation {
  z-index: 3;
}
@media print, (min-width: 768px) {
  header .header-navigation {
    display: block !important;
  }
  header .wrapper-navigation .saiyuou_link {
    display: none;
  }
  header .logo-image {
    width: 166px;
    position: relative;
    top: -2px;
  }
  header .header-wrapper {
    width: 1260px;
    margin: 0 auto;
  }
  header .header-left {
    width: 379px;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header .header-right {
    padding: 20px 50px 23px 0;
    position: relative;
  }
  header .header-right:before {
    position: absolute;
    content: "";
    background-color: #005ead;
    z-index: -1;
    width: 500%;
    height: 100%;
    left: 0;
    top: 0;
  }
  header .contact {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
    width: 290px;
    border-radius: 20px;
    font-size: 14px;
    margin-right: 68px;
    margin-bottom: 14px;
    padding: 8px 17px 9px;
  }
  header .text-contact {
    margin-right: 6px;
    padding-top: 5px;
  }
  header .number {
    padding-left: 12px;
    font-size: 20px;
  }
  header .number:before {
    left: 0;
    width: 10px;
    height: 16px;
    background-image: url(../img/common/header_icon_02.png);
  }
  header .list-navigation {
    position: relative;
    top: 2px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-right: 72px;
  }
  header .item-navigation {
    margin-right: 27px;
  }
  header .item-navigation .item-link {
    font-size: 18px;
  }
  header .item-navigation span {
    font-size: 14px;
  }
  header .item-navigation:first-child {
    top: -2px;
    margin-right: 28px;
  }
  header .item-navigation:not(:first-child):before {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #fff;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    left: -14px;
    bottom: 2px;
    height: 12px;
  }
  header .item-navigation:nth-child(9) {
    margin-right: 0;
  }
  header .item-navigation:hover .sub-menu, header .item-navigation:hover .is-hover {
    opacity: 1;
    visibility: visible;
  }
  header .item-navigation:hover .is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  header .is-hover {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 5px;
    left: 0;
  }
  header .sub-menu {
    left: -47px;
    padding-top: 11px;
    transition: 0.25s;
  }
  header .sub-menu li {
    margin-bottom: 2px;
  }
  header .sub-menu a {
    width: 190px;
    display: block;
    padding: 8px 8px 8px 10px;
  }
  header .is-width {
    left: -27px;
  }
  header .is-width .sub-menu {
    right: 5px;
    width: 94px;
    left: 9px;
  }
  header .is-width .sub-link {
    width: 119px;
    padding-left: 5px;
    padding-right: 3px;
  }
  header .clone-contact {
    display: none;
  }
  header .header-mask {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  header .sub-link img {
    display: block;
    margin: 0 auto;
  }
  .header-cloned {
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: transform 0.4s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1250px;
  }
  .header-cloned .header-left {
    display: none;
  }
  .header-cloned .header-wrapper {
    background-color: #005ead;
    width: 100%;
  }
  .header-cloned .header-right {
    padding: 11px 0 0 15px;
  }
  .header-cloned .header-navigation {
    margin-right: 0;
    padding-left: 25px;
    min-width: unset;
  }
  .header-cloned .list-navigation {
    margin-right: 0;
  }
  .header-cloned .content-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 1090px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-cloned .contact {
    -ms-flex-order: 2;
    order: 2;
    display: block;
    width: 190px;
    text-align: left;
    margin-top: 3px;
    margin-right: 41px;
    margin-bottom: 16px;
    padding: 0;
    border-radius: 28px;
  }
  .header-cloned .text-contact {
    margin-bottom: -6px;
  }
  .header-cloned .number {
    padding-left: 13px;
  }
  .header-cloned .number:before {
    left: 2px;
  }
  .header-cloned .wrapper-navigation {
    padding-bottom: 12px;
  }
  .header-cloned .clone-contact {
    display: block;
  }
  .header-cloned .main-contact {
    display: none;
  }
  .header-fixed {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-safari .is-hover {
  top: 6px;
}
@media only screen and (max-width: 767.98px) {
  header .header-wrapper {
    padding: 0.2rem 0.49rem 0.23rem;
  }
  header .logo {
    margin-right: 0.34rem;
  }
  header .text-contact {
    font-size: 0.24rem;
  }
  header .number {
    font-size: 0.35rem;
    margin-top: -0.04rem;
    padding-left: 0.25rem;
  }
  header .number:before {
    width: 0.18rem;
    height: 0.31rem;
    background-image: url(../img/common/sp/header_icon_02.png);
    left: 0.02rem;
  }
  header .content-right {
    padding-top: 0.11rem;
  }
  header .wrapper-navigation {
    display: none;
    background-color: #005ead;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding: 1.52rem 0.82rem;
  }
  header .wrapper-navigation .saiyuou_link {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 30px;
    display: block;
  }
  header .wrapper-navigation .saiyuou_link .green {
    background-color: #69b4b9;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 20px;
    position: relative;
  }
  header .wrapper-navigation .saiyuou_link .green::after {
    content: '';
    background: url(../img/common/arrow.png);
    background-size: cover;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 28px;
    right: 80px;
  }
  header .wrapper-navigation .saiyuou_link .white {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
  }
  .maru {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
  }
  header .item-navigation {
    margin-bottom: 0.495rem;
  }
  header .is-icon {
    position: relative;
    padding-left: 0.5rem;
  }
  header .is-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0.05rem;
    background: url(../img/common/sp/home_icon_01.svg) center/100% auto no-repeat;
    width: 0.41rem;
    height: 0.35rem;
  }
  header .item-link {
    display: inline-block;
    font-size: 0.36rem;
  }
  header .menu-icon {
    width: 1.15rem;
    height: 1.3rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 101;
    cursor: pointer;
    background-color: #005ead;
  }
  header .menu-icon span {
    display: block;
    width: 0.55rem;
    height: 0.05rem;
    margin-left: -0.28rem;
    background: #fff;
    transition: transform 0.4s ease;
    position: absolute;
    border-radius: 0.05rem;
    left: 50%;
  }
  header .menu-icon span:nth-child(1) {
    top: 0.42rem;
  }
  header .menu-icon span:nth-child(2) {
    top: 0.64rem;
  }
  header .menu-icon span:nth-child(3) {
    top: 0.86rem;
  }
  header .is-active span:nth-child(1) {
    -ms-transform: translateY(0.27rem) rotate(-45deg);
    transform: translateY(0.27rem) rotate(-45deg);
    top: 0.37rem;
  }
  header .is-active span:nth-child(2) {
    opacity: 0;
  }
  header .is-active span:nth-child(3) {
    -ms-transform: translateY(-0.22rem) rotate(45deg);
    transform: translateY(-0.22rem) rotate(45deg);
    top: 0.86rem;
  }
  header .content-right {
    display: inline-block;
  }
  header .logo-image {
    width: 2.35rem;
  }
  header .logo-image img {
    width: 100%;
  }
  header .is-stick {
    animation: none;
    top: 0;
  }
  header .contact {
    display: inline-block;
    width: 2.68rem;
  }
  header .contact img {
    width: 100%;
  }
  header .list-navigation li .item-link img {
    width: 100%;
  }
  .header-cloned {
    display: none;
  }
}
footer {
  color: #fff;
}
footer .footer-top {
  background-color: #005ead;
}
footer .text-big {
  font-weight: bold;
}
footer .block-first {
  letter-spacing: 0;
}
footer .block-middle, footer .block-last {
  text-align: center;
}
footer .block-middle {
  display: block;
  background-color: #fff;
  color: #005ead;
}
footer .number {
  font-weight: 500;
  color: #005ead;
}
footer .block-last {
  color: #fff;
  line-height: 1.875;
  font-weight: bold;
  letter-spacing: 0;
}
@media print, (min-width: 768px) {
  footer .block-last {
    background-color: #337ebd;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .block-last {
    background-color: #2475b8;
  }
}
footer .icon-phone, footer .icon-doctor {
  text-align: center;
}
footer .footer-bottom {
  background-color: #005096;
  letter-spacing: 0;
}
footer .sub-list a {
  color: #fff;
}
footer .is-icon {
  position: relative;
}
footer .is-icon:before {
  position: absolute;
  content: "";
  background: center/100% auto no-repeat;
}
footer .copyright {
  display: block;
}
footer .text-powered a {
  display: inline-block;
  color: #fff;
}
footer .button-to-top {
  position: fixed;
  z-index: 10;
  cursor: pointer;
  display: none;
}
footer .button-to-top .to-top {
  display: block;
  background: top center/100% auto no-repeat;
}
@media print, (min-width: 768px) {
  footer .footer-top .wrapper {
    display: -ms-flexbox;
    display: flex;
    padding: 36px 0 34px;
  }
  footer .text-big {
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 6px;
  }
  footer .block-first {
    margin-right: 37px;
    padding-top: 21px;
  }
  footer .address {
    margin-bottom: 5px;
  }
  footer .block-middle, footer .block-last {
    border-radius: 10px;
  }
  footer .block-middle {
    width: 231px;
    margin-right: 20px;
    padding: 27px 10px 18px;
  }
  footer .icon-phone {
    pointer-events: none;
  }
  footer .icon-phone img {
    margin-bottom: 9px;
  }
  footer .number {
    font-size: 22px;
    margin-bottom: 3px;
  }
  footer .fax {
    font-size: 18px;
    letter-spacing: 0;
  }
  footer .block-last {
    width: 288px;
    padding: 24px 4px 13px;
  }
  footer .icon-doctor {
    padding-right: 6px;
    margin-bottom: 5px;
  }
  footer .time-contact {
    font-weight: normal;
  }
  footer .footer-bottom .wrapper {
    padding: 48px 0 8px;
  }
  footer .list-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: left;
    justify-content: left;
  }
  footer .footer-navigation {
    margin-bottom: 65px;
    display: flex;
    justify-content: space-between;
  }
  footer .item-link:not(:last-child) {
    margin-right: 30px;
    font-size: 15px;
  }
  footer .saiyuou_link {
    width: 288px;
    background-color: #fff;
    border-radius: 10px;
    margin-right: 30px;
  }
  footer .saiyuou_link .green {
    background-color: #69b4b9;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 20px;
    position: relative;
  }
  footer .saiyuou_link .green::after {
    content: '';
    background: url(../img/common/arrow.png);
    background-size: cover;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 30px;
    right: 80px;
  }
  footer .saiyuou_link .white {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
  }
  .maru {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
  }
  footer .sub-list li {
    margin-bottom: 8px;
  }
  footer .is-icon {
    padding-left: 23px;
  }
  footer .is-icon:before {
    left: 0;
    bottom: 4px;
    width: 20px;
    height: 17px;
    background-image: url(../img/common/footer_logo_03.svg);
  }
  footer .copyright {
    text-align: center;
  }
  footer .text-powered {
    text-align: right;
    margin: -13px -2px 4px 0;
  }
  footer .text-powered a {
    font-size: 14px;
  }
  footer .button-to-top {
    bottom: 50px;
    right: 50px;
  }
  footer .button-to-top .to-top {
    background-image: url(../img/common/button_to_top.svg);
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  footer .saiyuou_link {
    display: block;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    margin: 20px auto 0
  }
  footer .saiyuou_link .green {
    background-color: #69b4b9;
    color: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px 10px 0 0;
    text-align: center;
    font-size: 20px;
    position: relative;
  }
  footer .saiyuou_link .green::after {
    content: '';
    background: url(../img/common/arrow.png);
    background-size: cover;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 30px;
    right: 80px;
  }
  footer .saiyuou_link .white {
    background-color: #fff;
    width: 100%;
    padding: 20px 0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
  }
  .maru {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 500;
  }
  footer .footer-top .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  footer .block-first {
    text-align: center;
    padding: 0.58rem 0.5rem 0.67rem;
  }
  footer .text-big {
    font-size: 0.36rem;
    margin-bottom: 0.16rem;
  }
  footer .address {
    line-height: 1.785;
    margin-bottom: 0.11rem;
  }
  footer .block-middle {
    padding: 0.39rem 0.2rem 0.44rem;
  }
  footer .icon-phone {
    display: inline-block;
  }
  footer .icon-phone img {
    width: 0.4rem;
    margin: 0 auto 0.22rem;
  }
  footer .number {
    font-size: 0.53rem;
    margin-bottom: 0.04rem;
  }
  footer .number img {
    width: 4rem;
  }
  footer .fax, footer .time-contact {
    font-size: 0.32rem;
  }
  footer .block-last {
    padding: 0.47rem 0.2rem 0.61rem;
  }
  footer .text-detail {
    line-height: 1.785;
  }
  footer .icon-doctor {
    width: 0.66rem;
    margin: 0 auto 0.2rem;
  }
  footer .icon-doctor img {
    width: 100%;
  }
  footer .footer-bottom {
    padding-bottom: 1.78rem;
  }
  footer .sub-list li {
    margin-bottom: 0.16rem;
  }
  footer .sub-list a {
    font-size: 0.32rem;
  }
  footer .sub-list .is-bottom {
    margin-bottom: 0.37rem;
  }
  footer .is-icon {
    padding-left: 0.48rem;
  }
  footer .is-icon:before {
    background: url(../img/common/sp/home_icon_01.svg) center/100% auto no-repeat;
    width: 0.36rem;
    height: 0.3rem;
    left: 0.04rem;
    top: 0.08rem;
  }
  footer .footer-navigation {
    padding: 0.97rem 0 0.49rem;
  }
  footer .copyright {
    margin-bottom: 0.14rem;
  }
  footer .text-powered {
    font-size: 0.22rem;
  }
  footer .button-to-top {
    bottom: 0;
    left: 0;
    width: 100%;
    letter-spacing: 0;
  }
  footer .button-to-top .button-wrapper {
    display: -ms-flexbox;
    display: flex;
  }
  footer .button-to-top .to-top-arrow {
    background-image: url(../img/common/sp/button_to_top.svg);
    width: 1.15rem;
    height: 1.4rem;
    margin-left: auto;
  }
  footer .content-to-top {
    display: -ms-flexbox !important;
    display: flex !important;
    background-color: #005ead;
    height: 1.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0.17rem 0.1rem 0.17rem 0.5rem;
  }
  footer .content-to-top .contact-phone {
    background-color: #fff;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 0.5rem;
    position: relative;
    width: 2.845rem;
    margin-right: 0.25rem;
    padding: 0.22rem 0.4rem 0.05rem 0.3rem;
  }
  footer .content-to-top .text-phone {
    font-size: 0.34rem;
    letter-spacing: -0.057em;
  }
  footer .content-to-top .number-phone {
    font-size: 0.24rem;
  }
  footer .time-contact-small {
    width: 2.6rem;
    padding: 0.08rem 0.08rem 0.08rem 0;
  }
  footer .time-contact-small .time, footer .time-contact-small .text-bigger {
    font-size: 0.28rem;
  }
  footer .content-left {
    width: calc(100% - 1.15rem);
  }
}
/* MODULES
 * ----------------------------------------------- */
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.common-breadcrumb .breadcrumb-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.common-breadcrumb li:not(:last-child)::after {
  content: "＞";
}
@media print, (min-width: 768px) {
  .common-breadcrumb {
    padding: 19px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-breadcrumb {
    padding: 0.2rem 0;
  }
}
/* COMMON KEYVISUAL
 * ----------------------------------------------- */
.common-keyvisual {
  background: url(../img/common/keyvisual_banner.jpg) center/cover no-repeat;
  position: relative;
}
.common-keyvisual .keyvisual-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media print, (min-width: 768px) {
  .common-keyvisual {
    height: 288px;
  }
  .common-keyvisual .keyvisual-title {
    font-size: 30px;
  }
  .common-keyvisual .keyvisual-title span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-keyvisual {
    height: 3.1rem;
  }
  .common-keyvisual .keyvisual-title {
    width: 5rem;
    text-align: center;
    font-size: 0.42rem;
  }
  .common-keyvisual .keyvisual-title span {
    font-size: 0.3rem;
  }
}
/* COMMON TITLE
 * ----------------------------------------------- */
.common-title-underline {
  color: #464646;
  font-weight: bold;
  position: relative;
  text-align: center;
}
.common-title-underline::after {
  content: "";
  background-color: #005ead;
  border-radius: 8px;
  left: 50%;
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
}
@media print, (min-width: 768px) {
  .common-title-underline {
    padding-bottom: 16px;
    font-size: 30px;
  }
  .common-title-underline::after {
    width: 47px;
    bottom: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .common-title-underline {
    margin-bottom: 0.7rem;
    font-size: 0.42rem;
  }
  .common-title-underline::after {
    width: 0.57rem;
    bottom: -0.2rem;
  }
}
/* PAGE
 * ----------------------------------------------- */
.wrap-breadcrumbs, .section-qa-content {
  background: #d9e7f3;
}
.section-form-top {
  padding: 5em 0;
  background: #d9e7f3;
}
.section-form-top h2 {
  font-size: 1.62em;
  position: relative;
  text-align: center;
  font-weight: 800;
  margin-bottom: 50px;
}
.section-form-top .memo {
  margin-bottom: 1.25em;
}
.section-form-top strong.null {
  font-weight: 700;
  color: #dd2f00;
}
.section-form-top .entry-form {
  width: 100%;
  border-top: 2px solid #d9d9d9;
}
.section-form-top .entry-form th {
  width: 30%;
  padding: 1.87em;
  vertical-align: top;
  border-bottom: 2px solid #d9d9d9;
  background: #005ead;
  color: #fff;
}
.section-form-top .entry-form td {
  position: relative;
  padding: 1.87em;
  border-bottom: 2px solid #d9d9d9;
  background: #fff;
}
.section-form-top .entry-form input, .section-form-top .entry-form textarea {
  width: 100%;
  padding: 0.2em 0.5em;
  border: 1px solid #ccc;
}
.section-form-top .entry-form input[type="checkbox"] {
  width: auto;
  -webkit-appearance: checkbox;
}
.section-form-top .form-privacy {

  height: 300px;
  margin: 1.87em 0;
  padding: 1.87em;
  border: 1px solid #ccc;
  background: #fff;
}
.section-form-top .form-privacy h4 {
  margin-bottom: 0.2em;
  font-weight: 700;
  font-size: 1.25em;
}
.section-form-top .form-privacy h5 {
  margin: 1.87em 0 0.2em;
  font-weight: 700;
}
.section-form-top .recaptcha-area {
  text-align: center;
}
.section-form-top .recaptcha-area a {
  color: #005ead;
  text-decoration: underline;
}
.section-form-top .recaptcha-area a:hover {
  text-decoration: none;
}
.section-form-top .submit-area {
  padding-top: 2.5em;
  text-align: center;
}
.section-form-top .submit-area p {
  display: inline-block;
  padding: 0 2em;
  position: relative;
  margin-bottom: 0.5em;
  font-weight: 700;
}
.section-form-top .submit-area p::before, .section-form-top .submit-area p::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 1px;
  aspect-ratio: 1 / 24;
  transform: rotate(-22deg);
  background: #333;
}
.section-form-top .submit-area p::after {
  left: auto;
  right: 0;
  transform: rotate(22deg);
}
.section-form-top .button {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-form-top .button input {
  max-width: 400px;
  border: none;
  background: url("../img/common/ico_mail01.svg") no-repeat 2em center / 1.25em auto #ff8739;
  padding: 1em 2em 1em 4em;
  border-radius: 100px;
  font-size: 1.12em;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.section-form-top .button input:hover {
  opacity: 0.8;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #e56868;
  background: #ffe2e2;
  color: #dd2f00;
  text-align: center;
}
.section-form-top .wpcf7-not-valid {
  background: #ffe2e2;
}
.section-form-top .wpcf7-checkbox {
  display: inline-block;
  padding: 0 0.5em 0.2em 0;
}
.section-form-top span[data-name="your-contact-other"] {
  position: absolute;
  top: 1.87em;
  left: 21em;
  width: 200px;
}
/* sp */
@media only screen and (max-width: 767px) {
  .section-form-top {
    padding: 4.6em 0;
  }
  .section-form-top h2 {
    font-size: 1.25em;
    margin-bottom: 30px;
  }
  .section-form-top .entry-form {
    border-top: none;
  }
  .section-form-top .entry-form th {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .section-form-top .entry-form td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .section-form-top .form-privacy {
    height: 200px;
  }
  .section-form-top .form-privacy h4 {
    font-size: 1.1em;
  }
  .section-form-top .submit-area p::before, .section-form-top .submit-area p::after {
    aspect-ratio: 1 / 18;
  }
  .wpcf7-list-item {
    display: block;
  }
  .section-form-top .wpcf7-checkbox {
    display: inline-block;
    padding: 0 0.5em 0.2em 0;
  }
  .section-form-top span[data-name="your-contact-other"] {
    top: auto;
    bottom: 1.87em;
    left: 10em;
    width: 160px;
  }
}