@charset "UTF-8";
/* CSS Document */
@font-face {
  src: url("../fonts/NotoSansJP-Black.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 700;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-display: swap;
}
@font-face {
  src: url("../fonts/NotoSansJP-Regular.woff2") format("woff2");
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-display: swap;
}
@font-face {
  src: url("../fonts/Anton-Regular.woff2") format("woff2");
  font-family: "Anton";
  font-weight: 400;
  font-display: swap;
}
@keyframes sup_loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes sup_loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}
@keyframes headeranimation {
  0% {
    margin-top: -4em;
  }
  100% {
    margin-top: 0;
  }
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 100% !important;
}
@media (min-width: 750px) and (max-width: 1200px) {
  html {
    font-size: 1.25vw !important;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 3.6vw !important;
    margin-top: 0 !important;
  }
}

body {
  position: relative;
  letter-spacing: 0.1em;
  font-size: 100% !important;
  font-family: "Noto Sans JP";
  font-weight: 400;
  right: 0 !important;
  color: black;
  background-color: white;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
@media (max-width: 750px) {
  body {
    width: 100%;
    min-width: auto;
    margin-top: 0 !important;
  }
}
body.fixed {
  position: fixed;
}

a {
  text-decoration-skip-ink: none;
  text-decoration: underline;
  color: #0098ff;
  display: inline-block;
  transition: all ease 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
}
a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask: url(../images/common/icon_blank.svg) no-repeat center center;
  -webkit-mask-size: contain;
  mask: url(../images/common/icon_blank.svg) no-repeat center center;
  mask-size: contain;
  background-color: black;
  margin-left: 0.5em;
}
a[href*=".pdf"]::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  background: url(../images/common/icon_pdf.svg) no-repeat center center/100%;
  margin-right: 0.25em;
  margin-left: 0.2em;
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: inherit;
  }
}
a.remove-icon:after {
  display: none;
}
a img {
  transition: all ease 0.5s;
}

a:hover img {
  opacity: 0.8;
}

p {
  line-height: 1.8;
}
@media (min-width: 751px) {
  p {
    font-size: 0.9375em;
  }
}

li {
  line-height: 1.8;
}

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

@media (min-width: 751px) {
  .pcNone {
    display: none !important;
  }
}

.switch {
  visibility: hidden;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

@media (max-width: 750px) {
  .spleft {
    text-align: left !important;
  }
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}
.center img {
  margin-right: auto;
  margin-left: auto;
}

.mt180 {
  margin-top: 11.25em;
}
@media (max-width: 750px) {
  .mt180 {
    margin-top: 16vw;
  }
}

.mt120 {
  margin-top: 7.5em;
}
@media (max-width: 750px) {
  .mt120 {
    margin-top: 16vw;
  }
}

.mb120 {
  margin-bottom: 7.5em;
}
@media (max-width: 750px) {
  .mb120 {
    margin-bottom: 16vw;
  }
}

.mt90 {
  margin-top: 6.25em;
}
@media (max-width: 750px) {
  .mt90 {
    margin-top: 14.67vw;
  }
}

.mt80 {
  margin-top: 5em;
}
@media (max-width: 750px) {
  .mt80 {
    margin-top: 14.67vw;
  }
}

.mt50 {
  margin-top: 3.125em;
}
@media (max-width: 750px) {
  .mt50 {
    margin-top: 14.67vw;
  }
}

.mb90 {
  margin-bottom: 6.25em;
}
@media (max-width: 750px) {
  .mb90 {
    margin-bottom: 14.67vw;
  }
}

.pb90 {
  padding-bottom: 6.25em;
}
@media (max-width: 750px) {
  .pb90 {
    padding-bottom: 14.67vw;
  }
}

.mt60 {
  margin-top: 3.75em;
}
@media (max-width: 750px) {
  .mt60 {
    margin-top: 13.3vw;
  }
}

.mt3em {
  margin-top: 3em;
}
@media (max-width: 750px) {
  .mt3em {
    margin-top: 2em;
  }
}

.mb3em {
  margin-bottom: 3em;
}
@media (max-width: 750px) {
  .mb3em {
    margin-bottom: 2em;
  }
}

.mt2em {
  margin-top: 2em;
}
@media (max-width: 750px) {
  .mt2em {
    margin-top: 1em;
  }
}

.mb2em {
  margin-bottom: 2em;
}
@media (max-width: 750px) {
  .mb2em {
    margin-bottom: 1em;
  }
}

.mt1em {
  margin-top: 1em;
}

.mb1em {
  margin-bottom: 1em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.pt3em {
  padding-top: 3em;
}
@media (max-width: 750px) {
  .pt3em {
    padding-top: 2em;
  }
}

.pt2em {
  padding-top: 2em;
}
@media (max-width: 750px) {
  .pt2em {
    padding-top: 1em;
  }
}

.pt1em {
  padding-top: 1em;
}

.pt05em {
  padding-top: 0.5em;
}

.pl2em {
  padding-left: 2.5em;
}
@media (max-width: 750px) {
  .pl2em {
    padding-left: 1em;
  }
}

.red {
  color: #e11c24;
}

.theme {
  color: black;
}

img {
  height: auto;
}
@media (max-width: 750px) {
  img.width80 {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 750px) {
  img.width50 {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}

/* レイアウト関連 */
.inner, .inner840 {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 750px) {
  .inner, .inner840 {
    width: 86.66vw;
  }
}

.inner {
  max-width: 1000px;
}
.inner .inner840 {
  width: 100%;
}

.inner840 {
  max-width: 840px;
}

.inner500sp {
  /* リンク・フォーム */
}
@media (max-width: 750px) {
  .inner500sp {
    margin-right: auto;
    margin-left: auto;
    width: 73vw;
  }
}

.linkbox, input[type=submit], input[type=button] {
  position: relative;
  font-weight: 500;
  width: 14.7em;
  padding: 1.3em 1em;
  position: relative;
  color: white;
  background-color: black;
  text-align: center;
  display: block;
  border: 1px solid black;
  text-decoration: none;
  overflow: hidden;
  transition: all ease 0.5s;
  margin-right: auto;
  margin-left: auto;
}
.linkbox::before, input[type=submit]::before, input[type=button]::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  background-color: white;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
.linkbox span, input[type=submit] span, input[type=button] span {
  position: relative;
  display: inline-block;
  color: white;
}
.linkbox:hover span, input[type=submit]:hover span, input[type=button]:hover span {
  color: black;
}
.linkbox:hover::before, input[type=submit]:hover::before, input[type=button]:hover::before {
  animation: skewanime 0.5s forwards;
}
@media (max-width: 750px) {
  .linkbox, input[type=submit], input[type=button] {
    width: 73vw;
  }
}
.linkbox span, input[type=submit] span, input[type=button] span {
  font-size: 1.1em;
}
.linkbox span::before, input[type=submit] span::before, input[type=button] span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  margin-right: 0.5em;
  border-color: transparent transparent transparent white;
}
@media (min-width: 751px) {
  .linkbox.wide, input[type=submit].wide, input[type=button].wide {
    width: 23.75em;
  }
}
.linkbox.base::after, .linkbox.askul::after, input[type=submit].base::after, input[type=submit].askul::after, input[type=button].base::after, input[type=button].askul::after {
  content: none;
}
.linkbox.base span, .linkbox.askul span, input[type=submit].base span, input[type=submit].askul span, input[type=button].base span, input[type=button].askul span {
  display: -ms-inline-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-inline-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: inline-flex;
  align-items: center;
}
.linkbox.base span::after, .linkbox.askul span::after, input[type=submit].base span::after, input[type=submit].askul span::after, input[type=button].base span::after, input[type=button].askul span::after {
  content: "";
  display: inline-block;
  width: 1.65em;
  height: 1.65em;
  -webkit-mask: no-repeat center center;
  -webkit-mask-size: contain;
  mask: no-repeat center center;
  mask-size: contain;
  background-color: white;
  margin-left: 0.3em;
}
.linkbox.base:hover span::after, .linkbox.askul:hover span::after, input[type=submit].base:hover span::after, input[type=submit].askul:hover span::after, input[type=button].base:hover span::after, input[type=button].askul:hover span::after {
  background-color: black;
}
.linkbox.base, input[type=submit].base, input[type=button].base {
  padding: 1.1em 1em;
}
.linkbox.base span::after, input[type=submit].base span::after, input[type=button].base span::after {
  -webkit-mask-image: url(../images/common/icon_base.svg);
  mask-image: url(../images/common/icon_base.svg);
}
.linkbox.askul span::after, input[type=submit].askul span::after, input[type=button].askul span::after {
  -webkit-mask-image: url(../images/common/icon_askul.svg);
  mask-image: url(../images/common/icon_askul.svg);
}
.linkbox:hover, input[type=submit]:hover, input[type=button]:hover {
  color: black;
  background-color: white;
}
.linkbox:hover span::before, input[type=submit]:hover span::before, input[type=button]:hover span::before {
  border-color: transparent transparent transparent black;
}
.linkbox[target=_blank]::after, input[type=submit][target=_blank]::after, input[type=button][target=_blank]::after {
  background-color: white;
}
.linkbox[target=_blank]:hover::after, input[type=submit][target=_blank]:hover::after, input[type=button][target=_blank]:hover::after {
  background-color: black;
}

.linkbox_wrap {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.linkbox_wrap > * {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.linkbox_wrap > *:last-of-type {
  margin-left: 1em !important;
}
@media (min-width: 751px) {
  .linkbox_wrap > *:last-of-type {
    margin-left: 2em !important;
  }
}

input[type=text], input[type=tel], textarea, input[type=email], input[type=url] {
  width: 100%;
  border: 1px solid black;
  font-size: 1.1em;
  background-color: white;
  padding: 0.75em;
  margin-top: 0.5em;
}

.wpcf7-list-item label {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  align-items: center;
}
.wpcf7-list-item input {
  margin-right: 0.25em;
}

.selectbox {
  position: relative;
  display: inline-block;
  border: 1px solid black;
  font-size: 1.1em;
  background-color: white;
  margin-top: 0.5em;
}
.selectbox .wpcf7-form-control-wrap {
  z-index: 2;
}
.selectbox select {
  z-index: 2;
  padding: 0.75em 1.5em 0.75em 1em;
}
@media (max-width: 750px) {
  .selectbox select {
    padding: 0.25em 1em 0.25em 0.5em;
  }
}
.selectbox::after {
  position: absolute;
  top: 0;
  right: 0.5em;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0.37em 0 0.37em;
  border-color: black transparent transparent transparent;
  margin: auto;
  z-index: 1;
}

div.wpcf7 .ajax-loader {
  display: none !important;
}

/* ヘッダー部分 */
.header {
  background: black;
}
.header .wrap {
  width: 100%;
  max-width: 1150px;
  margin-right: auto;
  margin-left: auto;
  z-index: 9;
  box-sizing: border-box;
}
@media (min-width: 751px) {
  .header .wrap {
    padding: 2em;
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .header .wrap {
    min-height: 17vw;
    padding: 1.43em;
  }
}
.header .logo {
  width: 8.75em;
  max-width: 8.75em;
}
@media (max-width: 750px) {
  .header .logo {
    width: 24vw;
    max-width: 24vw;
  }
}
.header .logo a {
  display: block;
}
.header .menu-trigger {
  position: absolute;
  top: 2vw;
  right: 3vw;
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: center;
  align-items: center;
  width: 13.8vw;
  height: 13.8vw;
}
@media (min-width: 751px) {
  .header .menu-trigger {
    display: none;
  }
}
.header .menu-trigger,
.header .menu-trigger span {
  transition: all 0.4s;
  box-sizing: border-box;
}
.header .menu-trigger span {
  display: inline-block;
  width: 5.33vw;
  height: 5.33vw;
  background-image: url(../images/common/menu_open.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: 10;
}
@media (min-width: 751px) {
  .header .menu-trigger span {
    display: none;
  }
}
.header.active .menu-trigger {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  background-color: transparent;
  z-index: 10;
}
.header.active .menu-trigger span {
  background-image: url(../images/common/menu_close.svg);
}
@media (min-width: 751px) {
  .header .g_menu {
    flex: 1;
    margin-left: auto;
    margin-right: 0;
    max-width: 50em;
  }
}
@media (max-width: 750px) {
  .header .g_menu {
    height: 100%;
    top: 4em;
    left: 0;
    transition: 0.3s ease-in-out;
    z-index: 8;
    box-sizing: border-box;
    overflow: auto;
    position: fixed;
    width: 100%;
    transform: translateX(100%);
    background-color: black;
    padding: 1em 1.43em 10em;
  }
}
@media (max-width: 750px) {
  .header .g_menu nav {
    display: inline-block;
    padding-top: 1em;
  }
}
@media (min-width: 751px) {
  .header .g_menu ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    /* no prefix*/
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 751px) {
  .header .g_menu li.contact {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    align-items: center;
  }
  .header .g_menu li.contact a {
    background: #95b0bd;
    color: black;
    text-decoration: none;
    padding: 0.7em 1.5em;
    width: 10em;
  }
  .header .g_menu li.contact a::before {
    content: none;
  }
  .header .g_menu li.contact a:hover {
    opacity: 0.8;
  }
}
.header .g_menu li a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1.38;
  text-decoration: none;
  color: white;
}
@media (min-width: 751px) {
  .header .g_menu li a {
    padding: 1em 0;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .header .g_menu li a {
    font-size: 1.5em;
    color: white;
    margin-bottom: 1.86em;
  }
}
.header .g_menu li a::before {
  content: "";
  transition: 0.4s;
  position: absolute;
  left: 0;
  bottom: 0.5em;
  background: white;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
}
.header .g_menu li a:hover::before {
  transform: scale(1);
}
.header .g_menu li a[target=_blank]::after {
  background: url(../images/common/icon_blank_white.svg);
}
@media (min-width: 751px) {
  .header .g_menu li a.appli {
    background-image: url(../images/common/btn_br.png);
  }
}
@media (min-width: 751px) {
  .header .g_menu li a[href*="/business"] {
    width: 6em;
  }
}
@media (min-width: 751px) {
  .header .g_menu li a[href*="/profile"] {
    width: 4.5em;
  }
}
@media (min-width: 751px) {
  .header .g_menu li a[href*="/news"] {
    width: 4.5em;
  }
}
@media (min-width: 751px) {
  .header .g_menu li a[href*="https://medicaliwata.thebase.in"] {
    width: 9.3em;
  }
}
@media (min-width: 751px) {
  .header .g_menu li a[href*="https://medical-iwata.jbplt.jp"] {
    width: 6em;
  }
}
.header .g_menu .tel-box {
  color: white;
}
.header .g_menu .tel-box a[href*="tel:"] {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 72vw;
  padding: 1vw 0 1vw 12vw;
  margin-bottom: 2em;
}
.header .g_menu .tel-box a[href*="tel:"]::before {
  content: "";
  display: inline-block;
  width: 2.9em;
  height: 2.9em;
  background: no-repeat center center;
  background-size: contain;
}
.header .g_menu .tel-box a[href*="tel:"]::before {
  position: absolute;
  top: -0.7em;
  left: 0;
  background-image: url(../images/common/icon_tel.svg);
}
@media (max-width: 750px) {
  .header .g_menu .tel-box a[href*="tel:"]::before {
    top: 0;
    width: 9vw;
    height: 9vw;
  }
}
@media (max-width: 750px) {
  .header .g_menu .tel-box a[href*="tel:"] img {
    border-bottom: 1px solid white;
  }
}
.header .g_menu .tel-box .text {
  text-align: center;
}
@media (min-width: 751px) {
  .header .g_menu .tel-box .text {
    font-size: 0.89em;
  }
}
.header .g_menu .contact-box {
  color: white;
}
@media (min-width: 751px) {
  .header .g_menu .contact-box .title {
    font-size: 0.89em;
  }
}
@media (max-width: 750px) {
  .header .g_menu .contact-box .title {
    text-align: center;
  }
}
.header .g_menu .contact-box .linkbox {
  color: black;
  background-color: white;
}
@media (max-width: 750px) {
  .header .g_menu .contact-box .linkbox {
    width: 36vw;
    padding: 0.5em;
  }
  .header .g_menu .contact-box .linkbox span {
    color: black;
  }
  .header .g_menu .contact-box .linkbox span::before {
    border-color: transparent transparent transparent black;
  }
}
.header.active .g_menu {
  transform: translateX(0%);
}
@media (max-width: 750px) {
  .header.active .g_menu {
    transform: translateX(50vw);
  }
}
@media (max-width: 750px) {
  .header.active .g_menu {
    transform: translateX(0%);
  }
}
@media (min-width: 751px) {
  .header.fix {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: headeranimation ease 0.5s;
    background-color: black;
    z-index: 10;
  }
  .header.fix .wrap {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}

/* フッター部分 */
.cta {
  background: url(../images/common/cta.jpg) no-repeat center center;
  background-size: cover;
  padding: 3em 0;
}
@media (max-width: 750px) {
  .cta {
    text-align: center;
    background-image: url(../images/common/cta_sp.jpg);
  }
}
.cta > *:not(a) {
  color: white;
}
.cta .title {
  font-weight: bold;
  font-size: 2.8em;
}
@media (max-width: 750px) {
  .cta .title {
    font-size: 1.5em;
  }
}
@media (max-width: 750px) {
  .cta .title + p {
    font-size: 0.64em;
  }
}
.cta a[href*="tel:"] {
  position: relative;
  display: inline-block;
  margin-top: 3.8em;
  margin-bottom: 1.5em;
  padding-left: 4.6em;
}
.cta a[href*="tel:"]::before {
  content: "";
  display: inline-block;
  width: 2.9em;
  height: 2.9em;
  background: no-repeat center center;
  background-size: contain;
}
@media (max-width: 750px) {
  .cta a[href*="tel:"] {
    margin-top: 9.3vw;
    padding-left: 10vw;
  }
}
.cta a[href*="tel:"]::before {
  position: absolute;
  top: -0.7em;
  left: 0;
  background-image: url(../images/common/icon_tel.svg);
}
@media (max-width: 750px) {
  .cta a[href*="tel:"]::before {
    top: 0;
    width: 6vw;
    height: 6vw;
  }
}
.cta a[href*="tel:"] img {
  width: 18em;
  height: 2.1em;
}
@media (max-width: 750px) {
  .cta a[href*="tel:"] img {
    width: 40vw;
    height: 4.5vw;
    border-bottom: 1px solid white;
  }
}
.cta .open {
  font-size: 0.93em;
}
@media (max-width: 750px) {
  .cta .open {
    font-size: 0.75em;
  }
}
.cta .formtit {
  margin-top: 3.8em;
}
@media (max-width: 750px) {
  .cta .formtit {
    margin-top: 9.3vw;
  }
}
.cta .linkbox {
  color: black;
  background-color: white;
  border: 1px solid white;
  font-weight: bold;
  margin-top: 1em;
}
.cta .linkbox::before {
  background-color: black;
}
.cta .linkbox span {
  color: black;
}
.cta .linkbox:hover span {
  color: white;
}
.cta .linkbox span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  margin-right: 0.5em;
  border-color: transparent transparent transparent black;
}
.cta .linkbox:hover span::before {
  border-color: transparent transparent transparent white;
}
.cta .linkbox[target=_blank]::after {
  width: 1em;
  height: 1em;
  background-color: black;
}
.cta .linkbox[target=_blank]:hover::after {
  background-color: black;
}
@media (max-width: 750px) {
  .cta .linkbox {
    width: 35.2vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 751px) {
  .cta .linkbox {
    margin-left: 0;
  }
}

.footer {
  background-color: black;
  color: white;
  padding: 11.5em 0 4em;
}
@media (max-width: 750px) {
  .footer {
    padding: 6vw 0;
  }
}
@media (max-width: 750px) {
  .footer .inner {
    width: 100%;
  }
}
.footer .logo {
  width: 9.1em;
  max-width: 9.1em;
}
@media (max-width: 750px) {
  .footer .logo {
    width: 26.6vw;
    max-width: 26.6vw;
    margin-right: 6vw;
    margin-left: auto;
  }
}
.footer .logo a {
  display: block;
}
@media (min-width: 751px) {
  .footer .logobox {
    padding-right: 6%;
  }
}
.footer .logobox p {
  font-size: 0.93em;
}
@media (min-width: 751px) {
  .footer .logobox p {
    margin-top: 8.5em;
  }
}
@media (min-width: 751px) {
  .footer .topBlock {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
  }
}
@media (min-width: 751px) {
  .footer .sitemap {
    width: 66.5%;
  }
}
.footer .sitemap a[href*="#"] {
  pointer-events: none;
}
@media (min-width: 751px) {
  .footer .sitemap .menu {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 23em;
  }
}
@media (max-width: 750px) {
  .footer .sitemap .menu > li {
    border-bottom: 1px solid white;
    padding: 1em 1.5em;
  }
}
@media (min-width: 751px) {
  .footer .sitemap .menu > li {
    margin-right: 18%;
    margin-bottom: 2em;
  }
}
.footer .sitemap .sub-menu a::before {
  content: "-";
}
.footer .sitemap a:not(.linkbox) {
  font-size: 0.93em;
  color: white;
  text-decoration: none;
}
@media (max-width: 750px) {
  .footer .sitemap a:not(.linkbox) {
    font-size: 1.28em;
  }
}
.footer .sitemap a:not(.linkbox)[target=_blank]::after {
  background-color: white;
}
.footer .sitemap a:not(.linkbox):hover {
  opacity: 0.8;
}
.footer .sitemap .linkbox {
  color: black;
  background-color: white;
  border: 1px solid white;
  font-weight: bold;
  width: 20em;
}
.footer .sitemap .linkbox::before {
  background-color: black;
}
.footer .sitemap .linkbox span {
  color: black;
}
.footer .sitemap .linkbox:hover span {
  color: white;
}
.footer .sitemap .linkbox span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.8em;
  margin-right: 0.5em;
  border-color: transparent transparent transparent black;
}
.footer .sitemap .linkbox:hover span::before {
  border-color: transparent transparent transparent white;
}
.footer .sitemap .linkbox[target=_blank]::after {
  width: 1em;
  height: 1em;
  background-color: black;
}
.footer .sitemap .linkbox[target=_blank]:hover::after {
  background-color: black;
}
@media (max-width: 750px) {
  .footer .sitemap .linkbox {
    width: 58.3vw;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 751px) {
  .footer .sitemap .linkbox {
    margin-top: 1em;
    margin-left: 0;
  }
}
.footer .sitemap .linkbox:hover {
  color: white;
}
.footer .totop {
  display: block;
  margin-top: 6em;
  margin-bottom: 4em;
}
.footer .copy {
  text-align: center;
  font-size: 0.75em;
}
@media (max-width: 750px) {
  .footer .copy {
    font-size: 0.6em;
    margin-top: 11vw;
  }
}
@media (max-width: 750px) {
  .footer .sns {
    justify-content: center;
  }
}
@media (min-width: 751px) {
  .footer .sns {
    margin-top: -2em;
  }
}
.footer .sns a[href*="facebook.com/"] {
  width: 1.87em;
  height: 1.87em;
}
@media (max-width: 750px) {
  .footer .sns a[href*="facebook.com/"] {
    width: 10vw;
    height: 10vw;
  }
}

.sns {
  display: -ms-flexbox;
  /* prefix -> -webkit-*/
  display: -webkit-flex;
  -webkit-justify-content: flex-end;
  -webkit-align-items: center;
  /* no prefix*/
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1em;
}
.sns a {
  display: inline-block;
  width: 13vw;
  height: 13vw;
  background: no-repeat center center;
  background-size: contain;
}
@media (max-width: 750px) {
  .sns a {
    margin: 0 4vw;
  }
}
@media (min-width: 751px) {
  .sns a {
    width: 2.5em;
    height: 2.5em;
    margin-left: 1.5em;
  }
}
.sns a::after {
  display: none;
}
.sns a:hover {
  opacity: 0.8;
}
.sns a[href*="instagram.com/"] {
  background-image: url(../images/common/sns_ig.png);
}
.sns a[href*="facebook.com/"] {
  background-image: url(../images/common/sns_fb.png);
}
.sns a[href*="twitter.com/"] {
  background-image: url(../images/common/sns_tw.png);
}
.sns a[href*="youtube.com/"] {
  background-image: url(../images/common/sns_yt.png);
}

/* タイトル */
@media (min-width: 751px) {
  .f_18 {
    font-size: 1.1em;
  }
}

.f_20 {
  font-size: 1.2em;
}
@media (max-width: 750px) {
  .f_20 {
    font-size: 1.1em;
  }
}

.f_24 {
  font-size: 1.5em;
}
@media (max-width: 750px) {
  .f_24 {
    font-size: 1.1em;
  }
}

.f_26 {
  font-size: 1.6em;
}
@media (max-width: 750px) {
  .f_26 {
    font-size: 1.2em;
  }
}

.f_28 {
  font-size: 1.75em;
}
@media (max-width: 750px) {
  .f_28 {
    font-size: 1.25em;
  }
}

.f_30 {
  font-size: 1.87em;
}
@media (max-width: 750px) {
  .f_30 {
    font-size: 1.4em;
  }
}

.f_40 {
  font-size: 2.5em;
}
@media (max-width: 750px) {
  .f_40 {
    font-size: 1.5em;
  }
}

/* コンテンツ */
section {
  padding-bottom: 10em;
}
@media (max-width: 750px) {
  section {
    padding-bottom: 24vw;
  }
}
section.mt {
  padding-top: 4.5em !important;
}
@media (max-width: 750px) {
  section.mt {
    padding-top: 15.33vw !important;
  }
}
section.mb {
  padding-bottom: 4.5em;
}
@media (max-width: 750px) {
  section.mb {
    padding-bottom: 15.33vw;
  }
}
section.mt0 {
  padding-top: 0;
}
@media (max-width: 750px) {
  section.mt0 {
    padding-top: 0;
  }
}

@media (max-width: 750px) {
  .contentwrap {
    margin-top: 1em;
  }
}
.contentwrap p, .contentwrap li {
  line-height: 1.8;
}

.bg-gray {
  background-color: whitesmoke;
}

@media (min-width: 751px) {
  .column_2 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5em;
  }
  .column_2 > ul > li {
    width: calc(50% - 1.5em);
    margin-left: 1.5em;
  }
  .column_2 > ul > li:nth-child(n+3) {
    margin-top: 1.5em;
  }
}
@media (max-width: 750px) {
  .column_2 > ul > li:not(:first-of-type) {
    margin-top: 4vw;
  }
}
@media (min-width: 751px) {
  .column_2 .kakomi {
    padding: 2.5em 2.5em 3.125em;
  }
}

@media (min-width: 751px) {
  .column_3 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -5em;
  }
  .column_3 > ul > li {
    width: calc(33.333% - 5em);
    margin-left: 5em;
  }
  .column_3 > ul > li:nth-child(n+4) {
    margin-top: 5em;
  }
}
@media (max-width: 750px) {
  .column_3 > ul > li:not(:first-child) {
    margin-top: 8vw;
  }
}

@media (min-width: 751px) {
  .column_4 > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -3.25em;
  }
  .column_4 > ul > li {
    width: calc(25% - 3.25em);
    margin-left: 3.25em;
  }
  .column_4 > ul > li:nth-child(n+5) {
    margin-top: 3.25em;
  }
}
@media (max-width: 750px) {
  .column_4 > ul > li:not(:first-child) {
    margin-top: 4vw;
  }
}

@media (max-width: 750px) {
  .column_2_sp > ul {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    margin-left: -4vw;
  }
  .column_2_sp > ul > li {
    width: calc(50% - 4vw);
    margin-left: 4vw;
  }
  .column_2_sp > ul > li:not(:first-child) {
    margin-top: 0;
  }
  .column_2_sp > ul > li:nth-child(n+3) {
    margin-top: 4vw;
  }
}

@media (min-width: 751px) {
  .flex {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    /* no prefix*/
    display: flex;
  }
}

.disc a, .decimal a, .circle a {
  display: inline;
}

.disc > ul {
  padding-left: 1.5em;
}
.disc > ul > li {
  list-style-type: disc;
}
.disc > ul > li > ul {
  padding-left: 1.5em;
}

.decimal > ol {
  padding-left: 1.5em;
}
.decimal > ol > li {
  list-style-type: decimal;
}

.dlcolor dl {
  width: 100%;
  max-width: 710px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .dlcolor dl {
    display: -ms-flexbox;
    /* prefix -> -webkit-*/
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-items: center;
    /* no prefix*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.dlcolor dt, .dlcolor dd {
  font-weight: bold;
  margin-bottom: 0.5em;
}
.dlcolor dt {
  background-color: black;
  color: white;
  width: 7em;
  text-align: center;
  padding: 0.25em;
}
@media (min-width: 751px) {
  .dlcolor dt {
    -webkit-flex: 1 0 7em;
    flex: 1 0 7em;
    width: 7em;
    max-width: 7em;
    padding: 0.25em;
  }
}
@media (min-width: 751px) {
  .dlcolor dd {
    width: calc(100% - 7em);
    max-width: calc(100% - 7em);
    padding-left: 1em;
  }
}

.categorybox {
  color: white;
  background-color: black;
  display: inline-block;
  padding: 0.25em 0.5em;
}

.datebox {
  color: #808080;
  font-size: 1.07em;
}